/*==============================================
	Portfolio
===============================================*/
.portfolio {
    margin: 20px 0;
}
.portfolio-block {height:200px;
	position: absolute;
	padding:40px;
	margin-top:auto;
	margin-bottom:auto;
text-align:center;}
.portfolio .portfolio-item {
    float: left;
}
.portfolio .portfolio-item .thumb {
    position: relative;
}
.portfolio .portfolio-item .thumb img {
    display: block; 
    width: 100%;
    height: auto;
}
/* 
	.portfolio-hover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    -webkit-transition: all .3s;
	transition: all .3s; 
    opacity: 0;
    border: 0px solid rgba(0, 0, 0, .1);
    background-color: rgba(255, 255, 255, .9);
} */
.portfolio-hover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    -webkit-transition: all .3s;
	transition: all .3s; 
    opacity: 0;
    border: 0px solid rgba(0, 0, 0, .1);
    background-color: rgb(245, 245, 245);
}
.portfolio-item:hover .portfolio-hover,
.portfolio-item:hover .portfolio-hover .portfolio-description,
.portfolio-item:hover .portfolio-hover .action-btn {
    opacity: 1;
	z-index: 3;
}
.portfolio-item:hover .portfolio-hover .portfolio-description {
    bottom: 45%;
    margin-bottom: -90px;
}
.portfolio-item:hover .portfolio-hover .action-btn {
    top: 40%;
    margin-top: -55px;
}
.portfolio-hover .portfolio-description {
    position: absolute;
    bottom: 0;
    width: 100%;
    -webkit-transition: all .3s;
	transition: all .3s; 
    -webkit-transform: translateY(-55%);
	-ms-transform: translateY(-55%);
	transform: translateY(-55%);
    opacity: 0;
}
.portfolio-hover .action-btn {
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transition: all .3s;
	transition: all .3s;
    -webkit-transform: translateY(45%);
	-ms-transform: translateY(45%);
	transform: translateY(45%);
    text-align: center;
    opacity: 0;
    font-size: 35px;
}
.portfolio-hover .hover-info {
	/*     position: absolute; */
    padding: 20px;
    width: 100%;
    -webkit-transition: all .3s;
	transition: all .3s;
	/*     -webkit-transform: translateY(15%);
		-ms-transform: translateY(15%);
	transform: translateY(15%); */
    text-align: left;
/* 	text-transform: uppercase; */
	font-size:12px;
	color: #000;
}

.portfolio-hover .hover-info p {
    margin: 0 0 10px;
    display: contents;
}


.portfolio-hover .hover-info  i { display: block;
	font-size: 35px;
	margin-top:5px;
	margin-bottom:15px;
}
.portfolio-description,
.portfolio-description h4 a,
.portfolio-hover .action-btn a {
    text-align: center;
    color: #222;
}
.portfolio-description h4 {
    margin-bottom: 5px;
    letter-spacing: 4px; 
    text-transform: uppercase;
    font-size: 14px;
}
.portfolio-description p {
    margin-bottom: 0;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #757575; 
    font-size: 12px;
    /*font-family: 'Abel', sans-serif;*/
    font-weight: normal;
}
.portfolio-description a,
.portfolio-title a {
    color: #f;
}
/*gutter*/
.portfolio.gutter .portfolio-item {
    padding: 10px;
}
/*portfolio 2 grid*/
.portfolio.col-2 .portfolio-item {
    width: 49.99%;
}
/*portfolio 3 grid*/
.portfolio.col-3 .portfolio-item {
    width: 33.3333333%;
}
/*portfolio 4 grid*/
.portfolio.col-4 .portfolio-item {
    width: 24.98%;
}
/*portfolio 5 grid*/
.portfolio.col-5 .portfolio-item {
    width: 19.99%;
}
/*portfolio 6 grid*/
.portfolio.col-6 .portfolio-item {
    width: 16.666666667%;
}
.portfolio-filter {
    margin: 0;
    padding: 0;
    list-style: none;
	text-align: left;
}
.portfolio-filter li {
    display: inline-block;
}
.portfolio-filter li a {
    margin: 0 10px;
    /*font-family: 'Abel', sans-serif;*/
    letter-spacing: 1px; 
    text-transform: uppercase;
    color: #a9a8a8;
    font-size: 14px;
}
.portfolio-filter li a:hover,
.portfolio-filter li.active a {
    color: #222;
	font-weight: 800;
	text-decoration: underline;
}
/* ----------------------------------------------------------------
	portfolio with title
-----------------------------------------------------------------*/
.portfolio-with-title .portfolio-item:hover .portfolio-hover .action-btn {
    top: 50%;
    margin-top: -45px;
}
.portfolio-with-title .portfolio-title-top {
	padding: 15px 20px;
    background: #f5f5f5;
    height: 80px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}
.portfolio-with-title .portfolio-title-top h1 {
    margin: 0;
    font-size: 20px;
    line-height: normal;
    letter-spacing: normal;
    color: #0b4b61;
	min-height:50px;
}
.portfolio-with-title .portfolio-title {
    padding: 15px 0;
}
.portfolio-with-title .portfolio-title h4,
.portfolio-with-title .portfolio-title h4 a {
    margin: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #222; 
    font-size: 14px;
}
.portfolio-with-title .portfolio-title h3,
.portfolio-with-title .portfolio-title h3 a {
    margin: 0 0 0px 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #00aee7; 
    font-size: 30px;
}
.portfolio-with-title .portfolio-title p {
    margin: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #7e7e7e; 
    font-size: 10px;
    /*font-family: 'Merriweather', 'Abel', sans-serif;*/
    font-weight: normal;
}
.portfolio-with-title.portfolio-masonry .portfolio-title {
    padding: 15px;
}
.portfolio-with-title.portfolio-masonry.gutter .portfolio-title {
    padding: 15px 0;
}
/* ----------------------------------------------------------------
	portfolio masonry
-----------------------------------------------------------------*/
/* clear fix */
.portfolio-masonry:after {
    display: block;
    clear: both; 
    content: "";
}
/* ---- .grid-item ---- */
.portfolio-masonry .portfolio-item {
    float: left;
}
.portfolio-masonry .portfolio-item-width2 {
    width: 200px;
}
.portfolio-masonry .portfolio-item-height2 {
    height: 200px;
}
.portfolio-nav-row {
    position: relative;
    padding: 40px 0;
}
.portfolio-nav {
    position: absolute;
    top: 50%;
    right: 10px;
    left: auto;
    max-width: 300px;
    margin-top: -12px;
}
.portfolio-nav.left {
    position: absolute;
    top: 50%;
    right: auto;
    left: 0;
    max-width: 300px;
    margin-top: -12px;
}
.portfolio-nav a {
    display: block;
    float: left;
    margin-left: 20px; 
    text-align: center;
    color: #aeaeae;
}
.portfolio-nav.left a {
    margin-right: 20px;
    margin-left: 0;
}
.portfolio-nav a:hover,
.portfolio-nav a:hover span {
    -webkit-transition: all .3s;
	transition: all .3s; 
    color: #323232;
}
.portfolio-nav a span,
.portfolio-nav a span i {
    display: inline-block;
    margin-top: 0;
    -webkit-transition: all .3s;
	transition: all .3s;
}
.portfolio-gap-less .portfolio {
    margin: 0;
}


.get-cert {
    width: 40px !important;
    height: auto !important;
    display: inline-block !important;
    margin-bottom: 5px;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
    position: relative;
}

.cdpu  p	{
}
.cdpu .icon {
    width: 105px;
    height: 105px;
    text-align: center;
    border-radius: 50%;
    background: #7c1935;
    box-shadow: 0 0 0 5px #f6f6f6;
    color: white;
    line-height: normal;
    font-size: 12px;
    padding-top: 3%;
   /*  text-transform: uppercase; */
    margin-left: 50px;
    border: dotted 3px #fff;
	float: right;
	/* 	margin-top: 10px; */
}
.cdpu .icon  i{
	display: block;
	margin-bottom:10px;
}
.cdpu .icon span{
    display: block;
    font-size: 28px;
    font-weight: 800;
}
.cdpusmall .icon {
    width: 80px;
    height: 80px;
    text-align: center;
    border-radius: 50%;
    background: #7c1935;
    /* box-shadow: 0 0 0 5px #f6f6f6; */
    color: white;
    line-height: normal;
    font-size: 12px;
    padding-top: 3%;
    /* text-transform: uppercase; */
    margin-left: 15px;
    border: dotted 2px #fff;
    /* float: left; */
    position: absolute;
    margin-top: 20px;
    z-index: 2;
}
.cdpusmall .icon  i{
	display: block;
	margin-bottom:10px;
}
.cdpusmall .icon span{
    display: block;
    font-size: 18px;
    font-weight: 800;
	color: white;
}
.cscustomers li {
    width: 30% !important;
    display: inherit;
    margin-right: 1%;
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
}
.cscustomers li:last-child {
    border-bottom: none !important;
}
.cscustomers  h3 {
    margin-bottom: auto;
}
.cscustomers hr { margin-bottom: 20px;}


.portfolio-buttonsgroup {
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px solid #e2e2e2;
    display: inline-block;
}
.portfolio-buttonsgroup h3, .portfolio-buttonsgroup h3 a {
    margin: -5px 10px 0px 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #00aee7;
    font-size: 165%;
    text-align: center;
    font-weight: 800;
    float: left;
    border-right: 1px solid #dedede;
    padding-right: 10px;
    padding-top: 0px;
}
.btn-buttonsgroup {
    /* display: inline-block; */
    margin-right: 0px;
    /* font-family: 'Abel', sans-serif; */
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 0;
    /* min-width: 95px; */
    font-size: 12px;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
}

.portfolio-buttonsgroup .btn-small {
    padding: 5px 5px !important;
    font-size: 10px !important; 
    font-weight: normal !important;
}

.portfolio-buttonsgroup .btn-buttonsgroup-thumb {
    padding: 5px 10px !important;
    font-size: 10px !important;
    font-weight: normal !important;
}

.portfolio-buttonsgroup .btn-buttonsgroup-thumb-circle {
    padding: 3px 6px !important;
    font-size: 14px !important;
    font-weight: normal !important;
    border-radius: 45px !important;
}


.btn-buttonsgroup .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
.portfolio-buttonsgroup .btn {
	display: inline-;
    margin-right: 0px;
    /* font-family: 'Abel', sans-serif; */
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 0;
   /*  min-width: 95px; */
}

.portfolio-buttonsgroup td, th {
    padding: 1px;
}

.portfolio-buttonsgroup .heading-title-alt {
    margin-bottom: 10px;
}


.portfolio-buttonsgroup .prod-price {}

.portfolio-buttonsgroup .btn-theme-color:hover, .btn-theme-color:focus {
    color: #fff;
    background: #2c6b8f;
}

.portfolio-with-title .portfolio-title-top {
	padding: 15px 20px;
    background: #f5f5f5;
    height: 80px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}


.portfolio-with-title .portfolio-title-top h1 {
    margin: 0;
    font-size: 20px;
    line-height: normal;
    letter-spacing: normal;
    color: #0b4b61;
    min-height: 50px;
	padding-right:40px;
}

.model {
  text-align: center;
  height: 100px;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}


/*------------------------------------------------------------------
    team member
-------------------------------------------------------------------*/
.team-member {
    overflow: hidden;
}
.team-member,
.team-member .team-img {
    position: relative;
}
.team-member .team-img img {
    width: 100%;
    height: auto;
}
.team-member .team-intro {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 85%;
    padding: 10px 20px;
    text-align: left; 
    background: rgba(0, 0, 0, .7);
	z-index:1;
}

.team-member .product-intro-new {
    position: absolute;
    right: 0;
    top: 10px;
    width: 25%;
    font-weight: 800 !important;
    font-size: 12px;
    font-weight: normal;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    padding: 10px 15px 10px 15px;
    text-align: center;
    background: #c60d00c9;
    z-index: 1;
    clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 9% 50%, 0% 0%);
}

.team-member .product-intro {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 90%;
	font-size:12px;
	font-weight: normal;
	  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
    padding: 10px 10px 10px 115px;
    text-align: left; 
	background: rgba(38, 51, 68, 0.90);
	z-index:1;
}
.team-member .product-block  {
    position: absolute;
    left: 9px;
    bottom: 10px;
    width: 90px;
    padding: 10px 20px;
    text-align: left;
	font-weight: normal;
	 font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
    z-index: 2;
    font-size: 12px;
    text-align: center;
    min-height: 100px;
}
.team-member .product-block i  {
    font-size: 22px;
	margin-bottom:10px;
}
.team-member .product-block-video {
	position: absolute;
    left: auto;
    right: auto;
    bottom: 25%;
    width: 100%;
    padding: 10px 20px;
    text-align: left;
    font-weight: normal;
     font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    z-index: 2;
    font-size: 12px;
    text-align: center;
    min-height: 100px;
}
.team-member .product-block-video i  {
    font-size: 115px;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.7);
}
.team-member .product-block-video i:hover {
    font-size: 115px;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.8);
}
.team-member .team-intro h5,
.team-member .team-intro.light-txt span {
    margin-bottom: 0;
    letter-spacing: 2px; 
    text-transform: uppercase;
}
.team-member .team-intro.light-txt h5 {
    color: #fff;
}
.team-member .team-intro.light-txt span {
    color: rgba(255, 255, 255, .5);
    font-size: 12px;
}
.team-member .s-link a {
    margin: 0 10px;
    color: #333;
    font-size: 16px;
}
.t-s-link {
    display: block; 
    margin-top: 10px;
}
.t-s-link a {
    margin-right: 10px;
    color: #333;
    font-size: 16px;
}
/**/
.team-hover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    -webkit-transition: all .3s;
	transition: all .3s; 
    opacity: 0;
    border: 20px solid rgba(0, 0, 0, .1);
    background-color: rgba(255, 255, 255, .9);
}
.team-member:hover .team-hover,
.team-member:hover .team-hover .desk,
.team-member:hover .team-hover .s-link {
    opacity: 1;
}
.team-member:hover .team-hover .s-link {
    bottom: 10%;
}
.team-member:hover .team-hover .desk {
    top: 35%;
}
.team-hover .desk {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 0 20px; 
    -webkit-transition: all .3s .2s;
	transition: all .3s .2s;
    -webkit-transform: translateY(-55%);
	-ms-transform: translateY(-55%);
	transform: translateY(-55%);
    opacity: 0;
}
.team-hover .s-link {
    position: absolute;
    bottom: 0;
    width: 100%;
    -webkit-transition: all .3s .2s;
	transition: all .3s .2s;
    -webkit-transform: translateY(45%);
	-ms-transform: translateY(45%);
	transform: translateY(45%);
    text-align: center;
    opacity: 0;
    font-size: 35px;
}
.desk,
.desk h4,
.team-hover .s-link a {
    text-align: center;
    color: #222;
}
.desk h4 {
    margin-bottom: 25px;
    letter-spacing: 4px; 
    text-transform: uppercase;
    font-size: 14px;
}
.desk p {
    margin-bottom: 0;
    color: #7e7e7e;
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
}
.team-title {
    position: static;
    display: inline-block;
    width: 100%; 
    padding: 20px 0;
    letter-spacing: 2px;
}
.team-title h5 {
    display: block;
    margin-bottom: 0;
    text-transform: uppercase;
}
.team-title span {
    letter-spacing: 1px; 
    text-transform: uppercase;
    color: #a5a5a5;
    font-size: 12px;
}
.team-title p {
    padding-top: 30px;
    letter-spacing: normal;
    line-height: 30px;
}

.blue-back2 {
    background: #287db1;
}

.light-txt {
    color: #fff !important;
}


.portfolio-with-title .portfolio-title-top h1 {
    margin: 0;
    font-size: 120%;
    line-height: normal;
    letter-spacing: normal;
    color: #0b4b61 !important;
    min-height: 50px;
    padding-right: 5px;
	font-weight: 800;
}


#csproductsblock .img-hover:hover, a:hover {
    opacity: 1 !important;
}

#csproductsblock {
     font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
   margin-top: -20px; 
}

#csproductsblockhome {
     font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
   margin-top: -55px;
}

.heading-border-bottom {
    padding-bottom: 5px;
    border-bottom: 1px solid #e2e2e2;
}

.portfolio-buttonsgroup {padding-right: 0px !important;}

.portfolio-buttonsgroup h3, .portfolio-buttonsgroup h3 a {
    margin: 0px 10px 0px 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #00aee7;
    font-size: 165%;
    text-align: center;
    font-weight: 800;
    float: left;
    border-right: 1px solid #dedede;
    padding-right: 10px;
    padding-top: 0px;
}

.portfolio-buttonsgroup .prod-price {
    color: #00aee7 !important;
    font-size: 165% !important;
    padding-right: 5px;
}

.portfolio-buttonsgroup .btn-small {
    padding: 5px 5px !important;
    font-size: 10px !important;
    font-weight: normal !important;
}

/* Colors */
.red-back {    background: #8c0000;}
.red-back1 {    background: #ff0101;}
.red-back2 {    background: #7c1935;}
.blue-back {    background: #2d4773;}
.blue-back1 {    background: #699fc9;}
.blue-back2 {    background: #287db1;}
.blue-back3 {    background: #3c5e97;}
.green-back {    background: #77b874;}
.orange-back {    background: #ff9326;}
.top-blue{
	border-top: 15px solid  #d2dce6;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}

.portfolio-buttonsgroup .btn-small {
    padding: 5px 5px !important;
    font-size: 10px !important;
    font-weight: normal !important;
}

.btn-dark-solid {
    color: #fff;
    background: #283040;
}

.btn-danger.active, .btn-danger.focus, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.portfolio-buttonsgroup .btn-theme-color:hover, .btn-theme-color:focus {
    color: #fff;
    background: #2c6b8f;
}


.hover-info ul {
    padding-left: 20px;
}
.hover-info ul li {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 3px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 2px;
    padding-bottom: 0px;
    padding-left: 2px;
    list-style-type: none !important;
    text-align: left;
    font-size: 12px;
    line-height: 1em;
}
.hover-info  ul li:before {
	font-family: 'FontAwesome';
	content: "\f0c8";
	font-size: 80%;
	margin: 2px 10px 0px -20px;
	position: absolute;
}
.hover-info  li p {
	margin: 5px 0px 5px 0px;
	padding-left: 0px;
	color: #000 !important;
}
.hover-info  li p:before {
	font-family: 'FontAwesome';
	content: "\f068";
	color: #333;
	margin: 0px 10px 0px -20px;
	position: relative;
}
.hover-info  ol {
	padding: 0px !important;
	/*	list-style-type: decimal !important;*/
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.hover-info  ol li {
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-left-color: #BBBBBB;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px; /*	list-style-type: decimal !important;*/
}


.home-latestproducts-block .csBuyNow { display:none;}


/*==============================================
	Banner: Revolution
===============================================*/
.tp-banner-container {
    position: relative;
    width: 100%;
    padding: 0;
}
.tp-banner {
    position: relative; 
    width: 100%;
}
.tp-banner > ul {
    padding: 0;
    list-style: none;
}
.tp-banner-fullscreen-container {
    position: relative;
    width: 100%;
    padding: 0;
}
.rev-heading {
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #fff;
    /*font: normal 60px/1.5 'Abel', sans-serif;*/
    font-size: 2em;
    font-weight: 600;
	background-color: rgba(48, 77, 105, 0.45);
	padding: 25px;
}
.rev-subheading {
    letter-spacing: 6px; 
    /*font-family: 'Abel', sans-serif;*/
    text-transform: uppercase;
	color: #fff;
    font-weight: 600;
	background-color: rgba(48, 77, 105, 0.45);
	padding: 25px;
}
.rev-desc {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
	background-color: rgba(48, 77, 105, 0.45);
	padding: 25px;
	max-width: 700px;
	word-wrap: break-word;
	white-space : normal;
}
.rev-white {
    color: #fff;
}


.atfcpnews {display:block !important;
		   clear: both;}


/*==============================================
	Banner: Flex
===============================================*/
.slides {
    margin: 0;
    padding: 0;
    list-style: none;
}
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    border: none; 
    outline: none;
}
.flex-control-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
}
.flex-direction-nav {
    display: none;
}
.flexslider {
    position: relative;
    margin: 0;
    padding: 0;
}
.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
	transition: all 1s ease;
}
.flex-control-nav {
    position: absolute;
    z-index: 10;
    right: 15px;
    bottom: 15px;
    margin: 0; 
    text-align: center;
}
.flex-control-nav li {
    display: block;
    float: left;
    width: 10px;
    height: 10px; 
    margin: 0 3px;
}
.flex-control-nav li a {
    display: block;
    width: 10px;
    height: 10px;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out; 
	transition: all .3s ease-in-out;
    text-indent: -9999px;
    border: 1px solid #fff;
    border-radius: 50%;
}
.flex-control-nav li:hover a,
.flex-control-nav li a.flex-active {
    background-color: #fff;
}
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}
.flex-direction-nav {
    *height: 0;
}
.flex-direction-nav a {
    position: absolute;
    z-index: 200;
    top: 50%;
    display: block;
    overflow: hidden;
    width: 40px;
    height: 40px;
    margin: -40px 0 0;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
    text-decoration: none;
    color: rgba(0, 0, 0, .8);
    background-color: rgba(0, 0, 0, .5);
    line-height: 40px;
}
.flex-direction-nav a:hover {
    background-color: rgba(0, 0, 0, .7);
}
.flex-direction-nav a:before {
    display: block;
    width: 40px; 
    content: "\f104";
    text-align: center;
    color: #fff;
    font-family: "fontawesome";
    font-size: 16px;
}
.flex-direction-nav a.flex-next:before {
    content: "\f105";
}
.flex-direction-nav .flex-prev {
    left: 0;
}
.flex-direction-nav .flex-next {
    right: 0;
    text-align: right;
}
.post-slider-thumb .flex-control-thumbs {
    position: relative;
    z-index: 10;
    top: 10px;
    right: auto;
    left: auto; 
    margin: 0 auto;
    text-align: left;
}
.post-slider-thumb .flex-control-thumbs li {
    display: inline-block;
    float: none;
    width: 80px;
    height: auto;
    margin: 0 3px 0 0;
    cursor: pointer;
}
.post-slider .flex-direction-nav,
.post-slider-thumb .flex-direction-nav {
    display: block;
}
.post-slider .flex-direction-nav .flex-prev,
.post-slider .flex-direction-nav .flex-next,
.post-slider-thumb .flex-direction-nav .flex-prev,
.post-slider-thumb .flex-direction-nav .flex-next {
    opacity: 0;
}
.post-slider:hover .flex-direction-nav .flex-prev,
.post-slider:hover .flex-direction-nav .flex-next,
.post-slider-thumb:hover .flex-direction-nav .flex-prev,
.post-slider-thumb:hover .flex-direction-nav .flex-next {
    opacity: 1;
}
.post-list-aside .post-img img {
    border: 2px solid transparent;
}
.post-list-aside .post-img img.flex-active {
    border: 2px solid rgba(0, 0, 0, .8);
}
.post-slider .flex-control-thumbs {
    display: none;
}
@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev,
    .post-slider .flex-direction-nav .flex-prev,
    .post-slider-thumb .flex-direction-nav .flex-prev {
        left: 0; 
        opacity: 1;
	}
    .flex-direction-nav .flex-next,
    .post-slider .flex-direction-nav .flex-next,
    .post-slider-thumb .flex-direction-nav .flex-next {
        right: 0; 
        opacity: 1;
	}
}
.eventshomeblock {
    min-height: 332px !important;
}
.eventshomeblock .team-member .product-intro {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 95%;
    font-size: 11px;
    font-weight: normal;
     font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: inherit;
    padding: 10px 10px 10px 115px;
    text-align: left;
    background: rgba(38, 51, 68, 0.90);
    z-index: 1;
}

.eventshomeblock .carousel-indicators {
    bottom: -50px;
	
}


.eventshomeblock .team-member .product-block {
    position: absolute;
    left: 9px;
    bottom: 10px;
    width: 90px;
    padding: 10px 10px;
    text-align: left;
    font-weight: normal;
     font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: inherit !important;
    z-index: 2;
    font-size: 11px;
    text-align: center;
    min-height: 100px;
}


.eventshomeblock .team-member .product-block i {
    font-size: 20px;
    margin-bottom: 5px;
}

.carousel .carousel-control { visibility: hidden; }
.carousel:hover .carousel-control { visibility: visible; }

/* .home-news-block  {min-height: 310px !important;} */
.rssnewsblockhomepage  {min-height: 247px !important;}

.home-news-block-surveys  {height: inherit !important;}

.feed-news-scroll ul {
    margin-left: -15px !important;
    padding-left: 0px;
    margin-top: 0px;
}

.homevideosection legend{ min-height:55px;}
.homevideosection legend i{ text-shadow: 1px 1px 1px #d9d9d9;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #e5e5e5;
    margin-right: 5px;
    color: #000;
	padding-right: 10px;}
	
	
.do-list {
}
.do-list p:empty:before {
    content: "​";
	display:none;
}

.do-list img {
}
.do-list ul {
	/*	display: inherit !important;*/
	margin-left: -25px;
}
.do-list ul li {
	margin-top: 3px;
	margin-left: 5px;
	list-style-type: none !important;
	text-align: left;/* font-size: 13px; */
}
.do-list ul li:before {
    font-family: 'FontAwesome';
    content: "\f0c8";
    font-size: 11px;
    margin: 2px 15px 0px -19px;
    position: absolute;
}
.do-list li p {
	margin: 5px 0px 5px 0px;
	padding-left: 0px;/*	color: #000 !important;*/
}
.do-list li p:before {
	font-family: 'FontAwesome';
	content: "\f068";
	color: #333;
	margin: 0px 10px 0px -22px;
	position: relative;/*    content: "\f00c";
    content: "\f05d";
    content: "\f22d";
    content: "\f02e";*/
}
.do-list li ul li {
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 20px;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
	list-style-type: none !important;
	text-align: left;/*	font-size: 13px;*/
}
.do-list li ul li:before {
	font-family: 'FontAwesome';
	/*   content: "\f0c8";*/
	content: "\f0da";
	font-size: 100%;
	margin: 0px 10px 0px -20px;
	position: absolute;
}
.do-list ol {
	padding: 0px !important;
	/*	list-style-type: decimal !important;*/
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	display: inherit !important;
}
.do-list ol li {
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-left-color: #BBBBBB;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;/*	list-style-type: decimal !important;*/
}


.pasteventsblock img {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.pasteventsblock .post-horizontal {
	padding: 0 0 0px;
}
.pasteventsblock .plyr, .plyr *, .plyr ::after, .plyr ::before {
	/* border-radius: 5px; */
}

.pasteventsblock .col-sm-6 {
     width: 45%; 
}

.pasteventsvideo .plyr {
    padding: 5px;
    background: #f0f0f0;
}

.downloadicon {
    color: #fff;
    font-size: 350% !important;
}


.attendantslive {
	background: #ea1d89;
	padding: 10px;
	padding-top: 20px;
	margin-right: 10px;
	border-radius: 5px;
	margin-right: 5px;
	text-align: center;
	color: #fff;
	min-height: 233px;
	margin-bottom: 5px;

}
.attendantslive h3 {
	font-weight: 800 !important;
	letter-spacing: 2px;
	font-size: 200% !important;
	padding-top: 10px;
	color: #fff !important;
}
.attendantsonline {
	background: #8cc63e;
	padding: 10px;
	padding-top: 20px;
	margin-right: 10px;
	border-radius: 5px;
	text-align: center;
	color: #fff !important;
		min-height: 233px;
		margin-bottom: 5px;

}
.attendantsonline h3 {
	font-weight: 800 !important;
	letter-spacing: 2px;
	font-size: 200% !important;
	padding-top: 10px;
	color: #fff !important;
}
.pasteventprogramme {
	background: #8cc63e;
	padding: 10px;
	padding-top: 20px;
	margin-right: 10px;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	min-height:233px;
	margin-bottom: 5px;

}
.pasteventprogramme h3 {
	font-weight: 800 !important;
	letter-spacing: 0px;
	font-size: 200% !important;
	padding-top: 10px;
	color: #fff !important;
}


.aboutcsblue {
	background: #3e9ac6;
	padding: 10px;
	padding-top: 20px;
	margin-right: 10px;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	min-height:233px;
	margin-bottom: 5px;

}
.aboutcsblue h3 {
	font-weight: 800 !important;
	letter-spacing: 0px;
	font-size: 200% !important;
	padding-top: 10px;
	color: #fff !important;
}


.titleblack {
	font-weight: 800;
	color: #000;
	min-height: 30px;
	padding-left: 30px;
}

.titleblack i {
	position: absolute;
	color: #255677;
	margin-left: -30px;
	margin-top: 3px;
	font-size: 140%;
}

.titleblack50 {
	font-weight: 800;
	color: #000;
	min-height: 50px;
	padding-left: 30px;
}
.titleblack50 i {
	position: absolute;
	color: #255677;
	margin-left: -25px;
	margin-top: 3px;
	font-size: 140%;
}

.titleblack30 {
	font-weight: 800;
	color: #000;
	min-height: 30px;
	padding-left: 30px;
}
.titleblack30 i {
	position: absolute;
	color: #255677;
	margin-left: -25px;
	margin-top: 3px;
	font-size: 140%;
}

.home-atfcp-block {font-size: 13px;}

/*portfolio 3, 4 grid mobile resolution*/

body {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
}

.bnrdesc {
    position: absolute;
    color: #000;
    padding: 10px;
    text-transform: uppercase;
    font-size: 9px;
    width: 40%;
    margin-top: 15%;
}

.bnrdescbottom {
	   position: absolute;
    color: #fff;
    padding: 10px;
    text-transform: uppercase;
    font-size: 11px;
    margin-top: 60%;
	font-weight: 800;
}

.bnrdesctitleatfcp {
    position: absolute;
    color: #000;
    padding: 10px;
    text-transform: uppercase;
    font-size: 11px;
font-weight: 800;
    margin-top: 0px;
}

.bnrdescbottomatfcp {
    position: absolute;
    color: #fff;
    padding: 10px;
    text-transform: uppercase;
    font-size: 9px;
    margin-top: 23%;
    font-weight: 800;
    width: 47%;
}


/*------------------------------------------------------------------
    clients
-------------------------------------------------------------------*/
.clients {
    overflow: hidden; 
    margin: 0;
    padding: 0;
    list-style: none;
}
.clients li {
    position: relative;
    float: left;
    padding: 20px 0;
    text-align: center;
}
.clients li a img {
    width: 100%;
}
.clients li a,
.clients li img {
    display: block;
    width: 75%;
    margin-right: auto; 
    margin-left: auto;
}
.clients.grid-2 li {
    width: 50%;
}
.clients.grid-3 li {
    width: 33.33%;
}
.clients.grid-4 li {
    width: 25%;
}
.clients.grid-5 li {
    width: 20%;
}
.clients.grid-6 li {
    width: 16.66%;
}
/**/
.clients.angle-box.grid-2 li {
    width: 46%;
}
.clients.angle-box.grid-3 li {
    width: 29.33%;
}
.clients.angle-box.grid-4 li {
    width: 21%;
}
.clients.angle-box.grid-5 li {
    width: 16%;
}
.clients.angle-box.grid-6 li {
    width: 12.66%;
}
.clients.angle-box.grid-2 li,
.clients.angle-box.grid-3 li,
.clients.angle-box.grid-4 li,
.clients.angle-box.grid-5 li,
.clients.angle-box.grid-6 li {
    margin: 2%;
}
/**/
.clients.plus-box li:before {
    top: 0;
    right: -2px;
    height: 100%;
    border-right: 1px solid #ddd;
}
.clients.plus-box li:after {
    top: auto;
    right: 0;
    bottom: -1px;
    width: 100%;
    height: 0;
    border-bottom: 1px solid #ddd;
}
.clients.plus-box li:after,
.clients.plus-box li:before,
.clients.angle-box li:after,
.clients.angle-box li:before {
    position: absolute; 
    content: "";
}
/**/
#clients-1 .item {
    margin: 20px;
}
#clients-1 .item img {
    display: block;
    width: 100%;
    height: auto;
}
#clients-1.owl-theme .owl-controls .owl-page span {
    background: #333;
}
/**/
.clients.angle-box li:before {
    top: 0;
    right: 1px;
    height: 100%;
    border-right: 1px solid #ddd;
}
.clients.angle-box li:after {
    top: auto;
    right: 1px;
    bottom: 1px;
    width: 100%;
    height: 0;
    border-bottom: 1px solid #ddd;
}

.portfolio-meta {
    padding: 0;
    list-style: none;
    border-top: 1px #dedede solid;
	display: inline-block;
}
.portfolio-meta li {
    margin: 15px 0;
    color: #666;
    margin-left: 130px;
	font-size: 13px;

}
.portfolio-meta li span {
	display: inline-block;
    width: 130px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000;
    font-size: 12px;
    margin-left: -130px;
    position: absolute;
    margin-top: 0px;
}
.portfolio-meta li a {
    margin-right: 10px;
    color: #cdcdcd;
}
.portfolio-meta li a:hover {
    color: #323232;
}



/*------------------------------------------------------------------
    heading
-------------------------------------------------------------------*/
.heading-title {
    margin-bottom: 50px;
    margin-top: 50px;
    padding: 20px;
}
.heading-title-alt {
    margin-bottom: 15px;
}
.heading-title-benefits {
    margin-bottom: 0px;
   /*  background: #313a4c; */
    background: #678fbc;
    padding: 30px;
    color: white;
}
.heading-title span,
.heading-title-alt span {
    letter-spacing: 2px; 
    color: #7e7e7e;
    /*font-family: 'Abel', sans-serif;*/
    font-size: 14px;
}
.heading-title.dark span,
.heading-title-alt.dark span {
    letter-spacing: 3px; 
    color: #fff;
    /*font-family: 'Abel', sans-serif;*/
    font-size: 14px;
}
.heading-title h1,
.heading-title h2,
.heading-title h3,
.heading-title h4,
.heading-title h5,
.heading-title h6,
.heading-title-alt h1,
.heading-title-alt h2,
.heading-title-alt h3,
.heading-title-alt h4 {
    margin-bottom: 0;
    letter-spacing: 2px;
    font-weight: 600;
	font-family: 'Bitter', 'Lato', 'Roboto', sans-serif;
}
.heading-title-alt h5,
.heading-title-alt h6 {
    margin: 0; 
    letter-spacing: 2px;
    font-weight: 600;
}
.heading-title.dark h1,
.heading-title.dark h2,
.heading-title.dark h3,
.heading-title.dark h4,
.heading-title.dark h5,
.heading-title.dark h6,
.heading-title-alt.dark h1,
.heading-title-alt.dark h2,
.heading-title-alt.dark h3,
.heading-title-alt.dark h4,
.heading-title-alt.dark h5,
.heading-title-alt.dark h6 {
    color: #fff;
}
.heading-title span.heading-sub-title,
.heading-title-alt span.heading-sub-title {
    /*font-family: 'Abel', sans-serif;*/
    letter-spacing: 3px;
    font-size: 16px;
}
.heading-border-bottom {
    padding-bottom: 5px; 
    border-bottom: 1px solid #e2e2e2;
}
.heading-title-side-border {
    display: table;
    overflow: hidden;
    margin-bottom: 30px;
}
.heading-title-side-border h1,
.heading-title-side-border h2,
.heading-title-side-border h3,
.heading-title-side-border h4,
.heading-title-side-border h5,
.heading-title-side-border h6 {
    margin-bottom: 0; 
    padding: 0 10px 0 0;
    white-space: pre;
}
.heading-title-side-border.text-right h1,
.heading-title-side-border.text-right h2,
.heading-title-side-border.text-right h3,
.heading-title-side-border.text-right h4,
.heading-title-side-border.text-right h5,
.heading-title-side-border.text-right h6 {
    padding: 0 0 0 10px; 
    white-space: pre;
}
.heading-title-side-border h4,
.heading-title-side-border h5,
.heading-title-side-border h6 {
    padding: 0 10px 0 0;
}
.heading-title-side-border .title-border-container {
    position: relative; 
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}
.heading-title-side-border .title-border-container .title-border {
    position: relative;
    top: 8px; 
    display: block;
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
}
.heading-title-side-border h1 + .title-border-container .title-border {
    top: 12px;
}
.heading-title-side-border h4 + .title-border-container .title-border {
    top: 6px;
}
.heading-title-side-border h5 + .title-border-container .title-border {
    top: 5px;
}
.heading-title-side-border h6 + .title-border-container .title-border {
    top: 4px;
}
.heading-title.border h1,
.heading-title.border h2,
.heading-title.border h3,
.heading-title.border h4,
.heading-title.border h5,
.heading-title.border h6,
.heading-title-alt.border h1,
.heading-title-alt.border h2,
.heading-title-alt.border h3,
.heading-title-alt.border h4,
.heading-title-alt.border h5,
.heading-title-alt.border h6 {
    display: inline-block;
    margin-bottom: 20px; 
    padding: 10px 20px;
    border: 1px solid #333;
}
.heading-title.border span,
.heading-title-alt.border span {
    display: block;
}
.border-short-bottom h1,
.border-short-bottom h2,
.border-short-bottom h3,
.border-short-bottom h4,
.border-short-bottom h5,
.border-short-bottom h6 {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.border-short-bottom h1:after,
.border-short-bottom h2:after,
.border-short-bottom h3:after,
.border-short-bottom h4:after,
.border-short-bottom h5:after,
.border-short-bottom h6:after {
    position: absolute;
    bottom: -2px;
    left: 50%;
    width: 60px;
    height: 2px;
    margin-left: -31px;
    content: ""; 
    /* background: #595959; */
    background: #d9d9d9;
}
.half-txt {
    display: inline-block;
    width: 60%;
    margin: 0 auto;
    color: #7e7e7e; 
    line-height: 25px;
}


/* 	Fluid Section One */
.fluid-section-one{
	position:relative;
}
.fluid-section-one .outer-container{
	position:relative;
	min-height:250px;
	/* 	background-color:#d2dce6; */
}
.fluid-section-one .image-column{
	position:absolute;
	float:left;
	left:0px;
	top:0px;
	width:50%;
	height:100%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;	
}
.fluid-section-one .image-column:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	/* 	background-color:rgba(0,0,0,0.40); */
}
.fluid-section-one .image-column .image-box{
	position:relative;
	display:none;	
}
.fluid-section-one .image-column .image-box img{
	position:relative;
	display:block;
	width:100%;
}
.fluid-section-one .content-column{
	position:relative;
	float:right;
	width:50%;
}
.fluid-section-one .content-column p {
/*     margin: 0 0 30px; */
    color: #555;
    line-height: inherit;
}
.fluid-section-one .content-column .inner-box{
	position:relative;
	max-width:650px;
    padding: 5px 5px 5px 5px;
}
.fluid-section-one .content-column .inner-box h2{
	position:relative;
	font-size:32px;
	font-weight:600;
	color:#ffffff;
	line-height:1.4em;
	margin-bottom:25px;
	display:inline-block;
}
.fluid-section-one .content-column .inner-box .bold-text{
	position:relative;
	color:#f9f9f9;
	font-size:22px;
	margin-bottom:15px;
}
.fluid-section-one .content-column .inner-box .text{
	position:relative;
	color:#797979;
	font-size:16px;
	line-height:1.8em;
	margin-bottom:30px;
}
.fluid-section-one .content-column .inner-box .author{
	position:relative;
	padding-left:135px;
}
.fluid-section-one .content-column .inner-box .author .author-image{
	position:absolute;
	left:0px;
	top:0px;
	width:97px;
	height:97px;
	border-radius:50%;
	overflow:hidden;
}
.fluid-section-one .content-column .inner-box .author .signature{
	position:relative;
}
/* 	Fluid Section Two */
.fluid-section-two{
	position:relative;
}
.fluid-section-two .outer-container{
	position:relative;
	min-height:250px;
	/* 	background-color:#d2dce6; */
}
.fluid-section-two .image-column{
	position:absolute;
	float:right;
	right:0px;
	top:0px;
	width:50%;
	height:100%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;	
}
.fluid-section-two .image-column:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	/* 	background-color:rgba(0,0,0,0.40); */
}
.fluid-section-two .image-column .image-box{
	position:relative;
	display:none;	
}
.fluid-section-two .image-column .image-box img{
	position:relative;
	display:block;
	width:100%;
}
.fluid-section-two .content-column{
	position:relative;
	float:left;
 	width:50%; 
}
.fluid-section-two .content-column p {
   /*  margin: 0 0 30px; */
    color: #555;
    line-height: inherit;
}
.fluid-section-two .content-column .inner-box{
	position:relative;
	max-width:650px;
    padding: 5px 5px 5px 5px;
	/* float: right; */
}
.fluid-section-two .content-column .inner-box h2{
	position:relative;
	font-size:32px;
	font-weight:600;
	color:#ffffff;
	line-height:1.4em;
	margin-bottom:25px;
	display:inline-block;
}
.fluid-section-two .content-column .inner-box .bold-text{
	position:relative;
	color:#565dff;
	font-size:22px;
	margin-bottom:15px;
}
.fluid-section-two .content-column .inner-box .text{
	position:relative;
	color:#797979;
	font-size:16px;
	line-height:1.8em;
	margin-bottom:30px;
}
.fluid-section-two .content-column .inner-box .author{
	position:relative;
	padding-left:135px;
}
.fluid-section-two .content-column .inner-box .author .author-image{
	position:absolute;
	left:0px;
	top:0px;
	width:97px;
	height:97px;
	border-radius:50%;
	overflow:hidden;
}
.fluid-section-two .content-column .inner-box .author .signature{
	position:relative;
}


.proddescr-section-one .image-column {

    float: left;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.proddescr-section-two .image-column {

    float: left;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}



/*------------------------------------------------------------------
    list style
-------------------------------------------------------------------*/
.circle-list {
    padding-left: 0;
    list-style: none;
    color: #555;
}
.circle-list li {
    display: block; 
    margin-bottom: 10px;
	margin-left: 20px;
}
.circle-list li:before {
    float: left;
    padding-right: 10px;
    content: "\f10c";
    color: #757575; 
    font-family: "fontawesome";
    font-size: 14px;
	position: absolute;
	margin-left: -20px;
	/* display:none; */
}
/*list half*/
.list-half li {
    float: left; 
    width: 50%;
}

.page-content-sm {padding:15px;}


.course-overview-block {}
.course-overview-block .content-column {    padding: 30px;
font-size: 13px;}


/**
 * 14.0 - Icon box
 */

 .treeblocksgroup .sh-iconbox {
    min-height: 300px;
}


.sh-iconbox {
	margin: 45px 0 45px 0;
	position: relative;
	text-align: center;
	font-size: 12px;
}
.sh-iconbox-icon-shape {
	position: relative;
}
.sh-iconbox-icon {
	font-size: 30px;
	margin-bottom: 20px;
	margin-top: 30px;
}
.sh-iconbox-hover {
	font-size: 30px;
}
.sh-iconbox-title h3 {
	font-size: 16px;
	margin-bottom: 7px;
}
 @media (max-width: 800px ) {
.sh-iconbox.improved-responsiveness {
	max-width: 450px;
	margin: 0 auto;
	margin-bottom: 55px;
}
}
.sh-iconbox-style1 .sh-iconbox-hover, .sh-iconbox-style2 .sh-iconbox-hover, .sh-iconbox-style3 .sh-iconbox-hover, .sh-iconbox-style4 .sh-iconbox-hover, .sh-iconbox-style5 .sh-iconbox-hover, .sh-iconbox-style6 .sh-iconbox-hover {
	display: inline-block;
	position: relative;
}
.sh-iconbox-style1:hover .sh-iconbox-hover, .sh-iconbox-style2:hover .sh-iconbox-hover, .sh-iconbox-style3:hover .sh-iconbox-hover, .sh-iconbox-style4:hover .sh-iconbox-hover, .sh-iconbox-style5:hover .sh-iconbox-hover, .sh-iconbox-style6:hover .sh-iconbox-hover {
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
}
/* Iconbox Layout - Left */
.sh-iconbox-left .sh-iconbox-icon {
	position: absolute;
}
.sh-iconbox-left .sh-iconbox-aside {
	padding-left: 55px;
	text-align: left;
}
.sh-iconbox.sh-iconbox-left .sh-iconbox-aside-noicon, .sh-iconbox.sh-iconbox-right .sh-iconbox-aside-noicon {
	padding-left: 0;
	padding-right: 0;
}
.sh-iconbox-left .sh-iconbox-icon {
	position: absolute;
}
.sh-iconbox-left .sh-iconbox-aside {
	padding-left: 60px;
}
.sh-iconbox-style1.sh-iconbox-left .sh-iconbox-aside {
	padding-left: 160px;
}
.sh-iconbox-style3.sh-iconbox-left .sh-iconbox-aside, .sh-iconbox-style4.sh-iconbox-left .sh-iconbox-aside, .sh-iconbox-style5.sh-iconbox-left .sh-iconbox-aside, .sh-iconbox-style6.sh-iconbox-left .sh-iconbox-aside {
	padding-left: 90px;
}
.sh-iconbox-style7.sh-iconbox-left .sh-iconbox-aside, .sh-iconbox-style8.sh-iconbox-left .sh-iconbox-aside, .sh-iconbox-style9.sh-iconbox-left .sh-iconbox-aside {
	padding-left: 120px;
}
.sh-iconbox-style10.sh-iconbox-left, .sh-iconbox-style10.sh-iconbox-left .sh-iconbox-top {
	text-align: left;
}
.sh-iconbox-style10.sh-iconbox-left .sh-iconbox-icon {
	position: relative;
}
.sh-iconbox-style10.sh-iconbox-left .sh-iconbox-container > div {
	padding-left: 0px;
}
.sh-iconbox-style10.sh-iconbox-right .sh-iconbox-container > div {
	padding-right: 0px;
}
.sh-iconbox-left .sh-iconbox-seperator {
	margin-left: 0!important;
}
 @media (min-width: 1400px) and (max-width: 1650px) {
.sh-section-container .sh-column.fw-col-sm-3 .sh-iconbox-style10 .sh-iconbox-icon i {
	font-size: 30px!important;
	padding-right: 10px;
}
}
 @media (min-width: 800px) and (max-width: 1399px) {
.sh-section-container .sh-column.fw-col-sm-3 .sh-iconbox-style10 .sh-iconbox-icon {
	display: block;
}
.sh-section-container .sh-column.fw-col-sm-3 .sh-iconbox-style10 .sh-iconbox-icon i {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
}
}
/* Iconbox Layout - Right */
.sh-iconbox-right .sh-iconbox-icon {
	position: absolute;
	right: 0;
}
.sh-iconbox-right .sh-iconbox-aside {
	padding-right: 55px;
	text-align: right;
}
.sh-iconbox-right .sh-iconbox-icon {
	position: absolute;
}
.sh-iconbox-right .sh-iconbox-aside {
	padding-right: 60px;
}
.sh-iconbox-style1.sh-iconbox-right .sh-iconbox-aside {
	padding-right: 160px;
}
.sh-iconbox-style3.sh-iconbox-right .sh-iconbox-aside, .sh-iconbox-style4.sh-iconbox-right .sh-iconbox-aside, .sh-iconbox-style5.sh-iconbox-right .sh-iconbox-aside, .sh-iconbox-style6.sh-iconbox-right .sh-iconbox-aside {
	padding-right: 90px;
}
.sh-iconbox-style7.sh-iconbox-right .sh-iconbox-aside, .sh-iconbox-style8.sh-iconbox-right .sh-iconbox-aside, .sh-iconbox-style9.sh-iconbox-right .sh-iconbox-aside {
	padding-right: 120px;
}
.sh-iconbox-right .sh-iconbox-seperator {
	margin-right: 0!important;
}
.sh-iconbox-style10.sh-iconbox-right, .sh-iconbox-style10.sh-iconbox-right .sh-iconbox-top {
	text-align: right;
}
.sh-iconbox-style10.sh-iconbox-right .sh-iconbox-icon {
	position: relative;
}
/* Iconbox Layout - 1 */
.sh-iconbox-style1 {
	text-align: center;
	font-size: 1em;
}
.sh-iconbox-style1 .sh-iconbox-icon-shape {
	border: 2px solid #313a4c;
	width: 90px;
	height: 90x !important;
	margin: 0 auto;
	/*	display: table;*/
	margin-bottom: 40px;
	position: relative;
}
.sh-iconbox-style1 .sh-iconbox-icon-shape > i {
	line-height: 85px;
	font-size: 30px !important;
	color: #313a4c;
}
.sh-iconbox-style1 .sh-iconbox-rhombus {
	width: 110px;
	height: 110px;
	margin-top: 42px;
}
.sh-iconbox-style1 .sh-iconbox-rhombus > i {
	line-height: 110px;
}
.sh-iconbox-style1 .sh-iconbox-icon2 {
	position: absolute;
	right: -23px;
	bottom: -23px;
	width: 40px;
	height: 40px;
	background-color: #fff;
	border-radius: 100%;
	position: absolute;
	right: -23px;
	bottom: -23px;
	width: 50px;
	height: 50px;
	background-color: #fff;
	border-radius: 100%;
}
.sh-iconbox-style1 .sh-iconbox-icon2 i {
	line-height: 30px;
	color: #313a4c;
	font-size: 18px;
}
.sh-iconbox-style1 .sh-iconbox-circle .sh-iconbox-icon2 {
	right: -20px;
	bottom: 0px;
}
/* Iconbox Layout - 2 */
.sh-iconbox-style2 {
}
.sh-iconbox-style2 .sh-iconbox-icon {
	margin-bottom: 10px;
}
.sh-iconbox-style2:not(.sh-iconbox-left):not(.sh-iconbox-right) .sh-iconbox-title h3 {
	margin-bottom: 20px;
}
.sh-iconbox-style3 .sh-iconbox-icon-shape, .sh-iconbox-style4 .sh-iconbox-icon-shape, .sh-iconbox-style5 .sh-iconbox-icon-shape, .sh-iconbox-style6 .sh-iconbox-icon-shape {
	width: 60px;
	height: 60px;
	margin: 0 auto;
	display: table;
	position: relative;
	margin-bottom: 30px;
}
/*.sh-iconbox-style3 .sh-iconbox-icon-shape i,*/
.sh-iconbox-style4 .sh-iconbox-icon-shape i, .sh-iconbox-style5 .sh-iconbox-icon-shape i, .sh-iconbox-style6 .sh-iconbox-icon-shape i {
	line-height: 60px;
	font-size: 60px;
}
.sh-iconbox-style4 .sh-iconbox-seperator {
	display: block;
	margin: 0 auto;
	width: 30px;
	height: 5px;
	background-color: #ebebeb;
	margin-top: 15px;
	margin-bottom: 15px;
	border-radius: 30px;
}
.sh-iconbox-style5 .sh-iconbox-title {
	color: #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 15px;
	padding-bottom: 8px;
}
.sh-iconbox-style6 .sh-iconbox-icon-shape i {
	text-shadow: -3px 2px rgba(141, 141, 141, 0.3);
}
.sh-iconbox-style7 .sh-iconbox-icon-shape, .sh-iconbox-style8 .sh-iconbox-icon-shape, .sh-iconbox-style9 .sh-iconbox-icon-shape {
	width: 90px;
	height: 90px;
	margin: 0 auto;
	display: table;
	position: relative;
	margin-bottom: 30px;
}
.sh-iconbox-style7 .sh-iconbox-icon-shape i, .sh-iconbox-style8 .sh-iconbox-icon-shape i, .sh-iconbox-style9 .sh-iconbox-icon-shape i {
	line-height: 90px;
	font-size: 40px;
}
.sh-iconbox-style7 .sh-iconbox-icon-shape {
	width: 100px;
	height: 100px;
	border: 2px solid #8d8d8d;
}
.sh-iconbox-style7 .sh-iconbox-icon-shape i {
	color: #8d8d8d;
	line-height: 100px;
}
.sh-iconbox-style8 .sh-iconbox-icon-shape, .sh-iconbox-style9 .sh-iconbox-icon-shape {
	background-color: #8d8d8d;
}
.sh-iconbox-style8 .sh-iconbox-icon-shape i, .sh-iconbox-style9 .sh-iconbox-icon-shape i {
	color: #fff;
}
.sh-iconbox-style8 .sh-iconbox-icon-shape:after {
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	bottom: 2px;
	left: 2px;
	right: 2px;
	border: 2px solid #fff;
}
.sh-iconbox-style8 .sh-iconbox-circle:after {
	border-radius: 50%;
}
.sh-iconbox-style10 .sh-iconbox-top {
	text-align: center;
	padding-bottom: 15px!important;
}
.sh-iconbox-style10 .sh-iconbox-icon i {
	padding-right: 15px;
	position: relative;
	bottom: -1px;
	vertical-align: middle;
}
 @media (max-width: 1024px) {
.sh-iconbox-style10 .sh-iconbox-icon i {
	padding-left: 15px;
}
}
.sh-iconbox-style10 .sh-iconbox-top > div {
	display: inline-block;
	line-height: normal;
}
.sh-iconbox-style10 .sh-iconbox-container > div {
	padding: 10px;
}
.sh-iconbox-style10 .sh-iconbox-container > .sh-iconbox-top {
	padding-top: 0;
}
.sh-iconbox-style10 .sh-iconbox-container > .sh-iconbox-bottom {
	padding-bottom: 0;
	padding-top: 15px!important;
}
.sh-iconbox-style10 .sh-iconbox-top {
	border-bottom: 1px solid #e8e8e8;
}
.sh-iconbox-style10 h3, .sh-iconbox-style10 .sh-iconbox-icon {
	margin-bottom: 0;
}
.sh-iconbox-style11 .sh-iconbox-container {
	padding: 0 30px;
	margin-top: -10px;
}
.sh-iconbox-style11 .sh-iconbox-top {
	position: relative;
	padding: 40px 0;
}
.sh-iconbox-style11 .sh-iconbox-title {
	background-color: #fff;
	display: table;
	margin: 0 auto;
}
.sh-iconbox-style11 .sh-iconbox-title h3 {
	margin-bottom: 0;
}
.sh-iconbox-style11 .sh-iconbox-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	z-index: -1;
	margin-bottom: 0;
}
.sh-iconbox-style11 .sh-iconbox-icon-shape {
	margin-bottom: -10px;
}
.sh-iconbox-style11 .sh-iconbox-icon i {
	font-size: 72px;
	color: #f1f1f1;
}
.sh-iconbox-style12 {
	transition: 0.3s left ease-in-out;
	left: 0;
	right: 0;
}
.sh-iconbox-style12.sh-iconbox-left:hover {
	left: 15px;
}
.sh-iconbox-style12.sh-iconbox-right:hover {
	right: 15px;
}
.sh-iconbox-style12:not(.sh-iconbox-left):not(.sh-iconbox-right):hover {
	top: 15px;
}
/* IconBox - Shapes */
.sh-iconbox-none {
	border: none!important;
}
.sh-iconbox-none {
	line-height: normal;
}
.sh-iconbox-circle {
	border-radius: 50%;
}
.sh-iconbox-rounded {
	border-radius: 10px;
}
.sh-iconbox-rhombus {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.sh-iconbox-rhombus i {
	display: inline-block;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: relative;
}
/* Alignment */
.sh-iconbox-box-alignment-center {
	display: table;
	margin: 0 auto;
}
.sh-iconbox-box-alignment-left {
	display: table;
	margin-left: 0px;
	margin-right: auto;
}
.sh-iconbox-box-alignment-right {
	display: table;
	margin-left: auto;
	margin-right: 0px;
}
/**
 * 14.1 - Icon Box Slider
 */

.sh-iconbox-slider-content {
	display: none;
}
.sh-iconbox-slider-content.slick-initialized {
	display: block;
}
.sh-iconbox-slider-item {
	height: 600px;
	background-color: #fafafa;
	text-align: center;
}
.sh-iconbox-slider-item-content {
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-webkit-flex-direction: column;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-bottom: 125px;
}
.sh-iconbox-slider-tabs {
	box-shadow: 0px 3px 13px 1px rgba(0,0,0,0.12);
	background-color: #fff;
	position: relative;
	margin-top: -125px;
	z-index: 100;
}
.sh-iconbox-slider-tabs .slick-list {
	padding: 0!important;
}
 @media (min-width: 601px) {
.sh-iconbox-slider-tabs.sh-iconbox-slider-lock .slick-track {
	transform: translate3d(0px, 0px, 0px)!important;
}
}
.sh-iconbox-slider-tab {
	width: 250px;
	height: 250px!important;
	text-align: center;
	background-color: transparent;
	position: relative;
	float: left;
	overflow: hidden;
}
.sh-iconbox-slider-tab:hover h5 {
	font-weight: bold;
}
.sh-iconbox-slider-tab-container {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-webkit-flex-direction: column;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-right: 1px solid #e6e6e6;
	position: absolute;
	top: 20px;
	bottom: 20px;
	left: 0;
	right: 0;
}
.sh-iconbox-slider-tabs .sh-iconbox-slider-tab.slick-center:last-child .sh-iconbox-slider-tab-container {
	border-right-width: 0px
}
.sh-iconbox-slider-tab-content {
	position: relative;
	z-index: 100;
}
.sh-iconbox-slider-item-content-container {
	max-width: 930px;
	margin: 0 auto;
}
.sh-iconbox-slider-tab-content i {
	font-size: 36px;
	padding-bottom: 30px;
	display: block;
	color: #cacaca;
}
.sh-iconbox-slider-tab-content h5 {
	font-size: 13px;
	font-weight: normal;
}
.sh-iconbox-slider-tab-icon {
	position: absolute;
	right: -70px;
	bottom: -70px;
	font-size: 200px;
	color: #f1f1f1;
	opacity: 0;
	transition: 0.5s all ease-in-out;
}
.sh-iconbox-slider-tab.slick-current .sh-iconbox-slider-tab-icon {
	opacity: 1;
	right: -50px;
	bottom: -50px;
}
.sh-iconbox-slider-tab.slick-current:after {
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 5px;
	border-radius: 5px;
	background-color: #47c9e5;
	z-index: 100;
	transition: 0.3s all ease-in-out;
}
.sh-iconbox-slider-tab.slick-current h5 {
	font-weight: bold;
	text-transform: uppercase;
}
.sh-iconbox-slider-tab.slick-current .sh-iconbox-slider-tab-content i {
	color: #47c9e5;
}
.sh-iconbox-slider-tab:not(.slick-current) h5 {
	color: #8d8d8d;
	text-transform: uppercase;
}
.sh-iconbox-slider-tab:not(.slick-current) {
	cursor: pointer;
}



/*------------------------------------------------------------------
    pricing table
-------------------------------------------------------------------*/
.price-col {
    padding: 50px;
    text-align: center; 
    border: 1px solid #e8e8e8;
    background: #fff;
	    margin-bottom: 35px;
}
.price-col.feature {
    border: 1px solid #313a4c;
    background: #313a4c;
    margin-top: -20px;
}
.price-col h1 {
    margin-bottom: 30px; 
    text-transform: uppercase;
    font-size: 16px;
	font-family: 'Bitter', 'Lato', 'Roboto', sans-serif;
	font-weight: 600;
}
.price-col .p-value {
    margin-bottom: 10px;
    padding: 10px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    color: #00aee7;
    font-family: 'Bitter', 'Lato', 'Roboto', sans-serif;
}

.price-col .p-value-discounted {
	margin-bottom: 10px;
    padding: 10px 0;
    border-top: 0px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    color: #999999;
    font-family: 'Bitter', 'Lato', 'Roboto', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}

.price-col .p-value-discounted:last-child {
    margin-bottom: 10px;
    padding: 10px 0;
    border-top: 0px solid #e5e5e5;
    border-bottom: 0px solid #e5e5e5;
    color: #999999;
    font-family: 'Bitter', 'Lato', 'Roboto', sans-serif;
}


.price-col.feature .p-value {
    margin-bottom: 40px; 
    padding: 25px 0;
    border-top: 1px solid rgba(255, 255, 255, .2);
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}
.feature.price-col .p-value  {
    color: #ffff;
}
.feature.price-col h1 {
    color: #ffff !important;
}
.price-col .dollar {
    font-size: 42px;
    font-weight: normal;
}


.price-col .dollar-discounted {
    font-size: 42px;
    font-weight: normal;
}



.price-col .dollar-discounted-price {
text-decoration: line-through;
}


.price-col .dollar span {
    margin-left: -10px; 
    font-size: 16px;
}
.price-col .duration {
    text-transform: uppercase; 
    font-size: 12px;
}
.price-col ul {
    display: block;
    margin-bottom: 0px;
    padding: 0;
    list-style: none;
    height: 15px;
    font-size: 0.9em;
}
.price-col ul li {
    margin-bottom: 15px;
    color: #222;
    text-transform: uppercase;
    font-size: 90%;
}
.price-col.feature ul li {
    color: #f6f6f6;
}
.price-col .p-btn {
    display: inline-block;
    display: inherit;
    padding: 15px 20px;
    text-transform: uppercase;
    color: #222;
    border: 1px solid #e8e8e8;
    /*font-family: 'Abel', sans-serif;*/
    font-weight: normal;
    /*letter-spacing: 2px;*/
}
.price-col .p-btn:hover {
    border: 1px solid #222;
    background: #222;
}
.price-col.feature .p-btn,
.price-col.feature .p-btn:hover {
    color: #222; 
    background: #fff;
}
.price-col.feature .p-btn:hover,
.price-col .p-btn:hover,
.price-col.feature {
    color: #fff;
}
.p-table-gutter-less .col-lg-1,
.p-table-gutter-less .col-lg-10,
.p-table-gutter-less .col-lg-11,
.p-table-gutter-less .col-lg-12,
.p-table-gutter-less .col-lg-2,
.p-table-gutter-less .col-lg-3,
.p-table-gutter-less .col-lg-4,
.p-table-gutter-less .col-lg-5,
.p-table-gutter-less .col-lg-6,
.p-table-gutter-less .col-lg-7,
.p-table-gutter-less .col-lg-8,
.p-table-gutter-less .col-lg-9,
.p-table-gutter-less .col-md-1,
.p-table-gutter-less .col-md-10,
.p-table-gutter-less .col-md-11,
.p-table-gutter-less .col-md-12,
.p-table-gutter-less .col-md-2,
.p-table-gutter-less .col-md-3,
.p-table-gutter-less .col-md-4,
.p-table-gutter-less .col-md-5,
.p-table-gutter-less .col-md-6,
.p-table-gutter-less .col-md-7,
.p-table-gutter-less .col-md-8,
.p-table-gutter-less .col-md-9,
.p-table-gutter-less .col-sm-1,
.p-table-gutter-less .col-sm-10,
.p-table-gutter-less .col-sm-11,
.p-table-gutter-less .col-sm-12,
.p-table-gutter-less .col-sm-2,
.p-table-gutter-less .col-sm-3,
.p-table-gutter-less .col-sm-4,
.p-table-gutter-less .col-sm-5,
.p-table-gutter-less .col-sm-6,
.p-table-gutter-less .col-sm-7,
.p-table-gutter-less .col-sm-8,
.p-table-gutter-less .col-sm-9,
.p-table-gutter-less .col-xs-1,
.p-table-gutter-less .col-xs-10,
.p-table-gutter-less .col-xs-11,
.p-table-gutter-less .col-xs-12,
.p-table-gutter-less .col-xs-2,
.p-table-gutter-less .col-xs-3,
.p-table-gutter-less .col-xs-4,
.p-table-gutter-less .col-xs-5,
.p-table-gutter-less .col-xs-6,
.p-table-gutter-less .col-xs-7,
.p-table-gutter-less .col-xs-8,
.p-table-gutter-less .col-xs-9,
.price-table-row .p-table-gutter-less .col-lg-1,
.price-table-row .p-table-gutter-less .col-lg-10,
.price-table-row .p-table-gutter-less .col-lg-11,
.price-table-row .p-table-gutter-less .col-lg-12,
.price-table-row .p-table-gutter-less .col-lg-2,
.price-table-row .p-table-gutter-less .col-lg-3,
.price-table-row .p-table-gutter-less .col-lg-4,
.price-table-row .p-table-gutter-less .col-lg-5,
.price-table-row .p-table-gutter-less .col-lg-6,
.price-table-row .p-table-gutter-less .col-lg-7,
.price-table-row .p-table-gutter-less .col-lg-8,
.price-table-row .p-table-gutter-less .col-lg-9,
.price-table-row .p-table-gutter-less .col-md-1,
.price-table-row .p-table-gutter-less .col-md-10,
.price-table-row .p-table-gutter-less .col-md-11,
.price-table-row .p-table-gutter-less .col-md-12,
.price-table-row .p-table-gutter-less .col-md-2,
.price-table-row .p-table-gutter-less .col-md-3,
.price-table-row .p-table-gutter-less .col-md-4,
.price-table-row .p-table-gutter-less .col-md-5,
.price-table-row .p-table-gutter-less .col-md-6,
.price-table-row .p-table-gutter-less .col-md-7,
.price-table-row .p-table-gutter-less .col-md-8,
.price-table-row .p-table-gutter-less .col-md-9,
.price-table-row .p-table-gutter-less .col-sm-1,
.price-table-row .p-table-gutter-less .col-sm-10,
.price-table-row .p-table-gutter-less .col-sm-11,
.price-table-row .p-table-gutter-less .col-sm-12,
.price-table-row .p-table-gutter-less .col-sm-2,
.price-table-row .p-table-gutter-less .col-sm-3,
.price-table-row .p-table-gutter-less .col-sm-4,
.price-table-row .p-table-gutter-less .col-sm-5,
.price-table-row .p-table-gutter-less .col-sm-6,
.price-table-row .p-table-gutter-less .col-sm-7,
.price-table-row .p-table-gutter-less .col-sm-8,
.price-table-row .p-table-gutter-less .col-sm-9,
.price-table-row .p-table-gutter-less .col-xs-1,
.price-table-row .p-table-gutter-less .col-xs-10,
.price-table-row .p-table-gutter-less .col-xs-11,
.price-table-row .p-table-gutter-less .col-xs-12,
.price-table-row .p-table-gutter-less .col-xs-2,
.price-table-row .p-table-gutter-less .col-xs-3,
.price-table-row .p-table-gutter-less .col-xs-4,
.price-table-row .p-table-gutter-less .col-xs-5,
.price-table-row .p-table-gutter-less .col-xs-6,
.price-table-row .p-table-gutter-less .col-xs-7,
.price-table-row .p-table-gutter-less .col-xs-8,
.price-table-row .p-table-gutter-less .col-xs-9 {
    padding: 0;
}
.p-table-gutter-less .price-col {
    margin-right: -1px;
}
.price-table-parallax {
    background-image: url("../img/parallax/2.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}
.price-table-row .col-lg-1,
.price-table-row .col-lg-10,
.price-table-row .col-lg-11,
.price-table-row .col-lg-12,
.price-table-row .col-lg-2,
.price-table-row .col-lg-3,
.price-table-row .col-lg-4,
.price-table-row .col-lg-5,
.price-table-row .col-lg-6,
.price-table-row .col-lg-7,
.price-table-row .col-lg-8,
.price-table-row .col-lg-9,
.price-table-row .col-md-1,
.price-table-row .col-md-10,
.price-table-row .col-md-11,
.price-table-row .col-md-12,
.price-table-row .col-md-2,
.price-table-row .col-md-3,
.price-table-row .col-md-4,
.price-table-row .col-md-5,
.price-table-row .col-md-6,
.price-table-row .col-md-7,
.price-table-row .col-md-8,
.price-table-row .col-md-9,
.price-table-row .col-sm-1,
.price-table-row .col-sm-10,
.price-table-row .col-sm-11,
.price-table-row .col-sm-12,
.price-table-row .col-sm-2,
.price-table-row .col-sm-3,
.price-table-row .col-sm-4,
.price-table-row .col-sm-5,
.price-table-row .col-sm-6,
.price-table-row .col-sm-7,
.price-table-row .col-sm-8,
.price-table-row .col-sm-9,
.price-table-row .col-xs-1,
.price-table-row .col-xs-10,
.price-table-row .col-xs-11,
.price-table-row .col-xs-12,
.price-table-row .col-xs-2,
.price-table-row .col-xs-3,
.price-table-row .col-xs-4,
.price-table-row .col-xs-5,
.price-table-row .col-xs-6,
.price-table-row .col-xs-7,
.price-table-row .col-xs-8,
.price-table-row .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}


.product2023row { display: table;}

.image-column { display: table-cell;
min-height: 300px;
background-size: cover;}
.content-column { display: table-cell;
min-height: 365px;
background-size: cover;}


.col-container {
  display: table;
  width: 100%;
}
.col {
  display: table-cell;

}


 @media(max-width:924px) {
	 
	 .course-overview-block .content-column {        padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0px;
    padding-right: 0px;
	 
	 }
	 
	 .portfolio-buttonsgroup .btn {
    display: inline-;
    margin-right: 0px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 0;
    width: 97%;
    margin-top: 5px;
	padding: 15px !important;
    font-size: 12px !important;
}

#singleproductspage .cdpusmall {
    width: 105px;
    padding-top: 0%;
    border: dotted 3px #fff;
    float: left !important;
}


/*portfolio 3 grid*/
.portfolio.col-3 .portfolio-item {
    width: 99.3333333%;
}

.portfolio.col-4 .portfolio-item {
    width: 99.3333333%;
}
.eventsblock {
    float: left;
}

.pasteventsblock .col-sm-6 {
     width: 100%; 
}


.fluid-section-one .content-column {
    position: relative;
    /* float: right; */
    width: 100%;
}

.fluid-section-two .content-column {
    position: relative;
    /* float: right; */
    width: 100%;
}



.fluid-section-one .image-column {
   /*  position: absolute; */
    position: inherit;
    float: none;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
   /*  background-size: cover; */
   background-size: contain;
}


.fluid-section-two .image-column {
   /*  position: absolute; */
    position: inherit;
    float: none;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.image-column {
    display: block;
    min-height: 300px;
    background-size: cover;
}

.content-column {
    display: block;
    min-height: 300px;
    background-size: cover;
}

.fluid-section-two .content-column {
    position: inherit;
    float: none;
    width: 100%;
}

.fluid-section-one .content-column .inner-box {
/*     position: absolute; */
    max-width: 100%;
    padding: 20px 20px 20px 0px;
}

.fluid-section-two .content-column .inner-box {
    position: inherit;
    max-width: 650px;
    padding: 5px 5px 5px 1px;
    float: none;
}

.portfolio-buttonsgroup .prod-price {
    color: #00aee7 !important;
    font-size: 265% !important;
    padding-right: 5px;
	    border-right: 0px solid #dedede;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 15px;
}

}



.lessspaceblock {
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-top: 30px !important;
    padding-bottom: 0px !important;
}



.team-member .product-promotion {
    position: absolute;
    left: 50px;
    top: 30px;
    width: 90%;
    font-size: 12px;
    font-weight: normal;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    padding: 10px 10px 10px 95px;
    text-align: left;
    background: #ba1561;
    z-index: 1;
}