/* ---------------------------------------------------------------------------
 * VC Accordion
 * --------------------------------------------------------------------------- */

.wpb_accordion_section.group {
    margin: 0 0 1px 0;
    background: #000;
}

.wpb_accordion_section.group .wpb_accordion_header.ui-state-default {
    background: #F7F7F7;
    padding:0;
}

.wpb_accordion_section.group .wpb_accordion_header.ui-state-default a {
    padding: 5px 24px;
    font-size: 13px;
    font-weight:400;
    -webkit-font-smoothing: antialiased;
    line-height:1.7;
}

.wpb_accordion_section.group .wpb_accordion_header.ui-state-default a,
.wpb_accordion_section.group .wpb_accordion_header.ui-state-default a:hover,
.wpb_accordion_section.group .wpb_accordion_header.ui-state-default.ui-state-active a {
    color: #444 !important;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}

.wpb_accordion_section.group .wpb_accordion_header.ui-state-default a:before {
    content: "\f067"; 
    -webkit-font-smoothing: antialiased;
    font: 400 10px/1 'FontAwesome';
    vertical-align: middle;
    line-height:16px;
    padding-right:15px;
}

.wpb_accordion_section.group .wpb_accordion_header.ui-state-default.ui-state-active {
    background: #F7F7F7;
    border: 0;
}

.wpb_accordion_section.group .wpb_accordion_header.ui-state-default.ui-state-active a {
    cursor: default;
}

.wpb_accordion_section.group .wpb_accordion_header.ui-state-default.ui-state-active a:before {
    content: "\f068";
    -webkit-font-smoothing: antialiased;
    font: 400 10px/1 'FontAwesome';
    vertical-align: middle;
    line-height:16px;
}

.wpb_accordion_section.group .wpb_accordion_header.ui-state-default.ui-state-hover {
    background: #F7F7F7;
}

.wpb_accordion_section.group .wpb_accordion_content {
    border-top:0px;
    padding: 10px 24px 20px !important;
}

.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon, 
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
    display: none !important;
}

.vc_tta.vc_general .vc_tta-panel-title {
	color:#777;
    background: #fff;
    border-color: #ebebeb;
	border-style: solid;
    border-width: 1px;
}
.vc_tta-title-text {
	font-weight:500;
	font-size:16px;
	color:#499aab;
}
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title>a {
	line-height:18px;
	padding-bottom:20px;
}
.vc_tta-controls-align-center .vc_tta-panel-title {
	line-height:18px;
	line-height:10px;
	padding-bottom:12px;
}
.vc_tta-panel-body {
	font-size: 13px;
    line-height: 1.7;
}
/* ---------------------------------------------------------------------------
 * Alert Messages
 * --------------------------------------------------------------------------- */

.alert {
    border-radius: 0;
    border: none;
    font-weight: 600;
}

.alert .close:hover, 
.alert .close:focus {
    background-color: transparent;
}

.alert i{
    position: relative;
    font-size: 14px;
    width: 14px;
    text-align: center;
    margin-right: 5px;
}

/*-----------------------------------------------------------------------------------*/
/* Google Maps
/*-----------------------------------------------------------------------------------*/
.google_map{
	margin-bottom:30px;
	border:1px solid #cccccc;
	background: #efefef;
}

.google_map.full{
	width:100% !important;
	height:auto;
	margin:0px;
}

.google_map.fullsection{
	width:100% !important;
	height:auto;
	margin:0px;
	border: 0;
	z-index: 1;
	position: relative;
}

.gm-style-iw{
	padding-top: 10px;
	font-size: 14px !important;
	font-family: "Open Sans", Arial, sans-serif !important;
	font-weight: 400 !important;
}

.google_map img { max-width: none; }
.entry-content img {max-width: 100%; /* override */}

/* ---------------------------------------------------------------------------
 * Button
 * --------------------------------------------------------------------------- */

/* size */
.button.btn-small {
    padding: 8px 30px;
    font-size: 12px;
	border-radius:0px;
	margin-right:10px;
	margin-bottom:10px;
}

.button.btn-large {
    padding: 14px 45px;
    font-size: 15px;
	border-radius:0px;
	margin-right:10px;
	margin-bottom:10px;
}

/* icon */
.button.btn-icon .btn-text {
    margin-right: 6px;
	border-radius:0px;
}

/* styles */
.button.btn-outline-black {
    border: 2px solid #999;
    color: #666;
    background-color: transparent;
	margin-right: 10px;
    margin-bottom: 10px;
}

.button.btn-outline-black:hover {
    border-color: #333;
    color: #fff;
    background-color: #333;
}

.button.btn-outline-accent {
    border: 2px solid #2eaeb9;
    color: #2eaeb9;
    background-color: transparent;
	margin-right: 10px;
    margin-bottom: 10px;
}

.button.btn-outline-accent:hover {
    border-color: #2eaeb9;
    color: #fff;
    background-color: #2eaeb9;
}

.button.btn-solid-black {
    background-color: #333;
    border: 2px solid #333;
    color: #fff;
	margin-right: 10px;
    margin-bottom: 10px;
}

.button.btn-solid-black:hover {
    background-color: #2eaeb9;
    border-color: #2eaeb9;
    color: #fff;
}

.button.btn-solid-grey {
    background-color: #eee;
    border: 2px solid #eee;
    color: #666;
	margin-right: 10px;
    margin-bottom: 10px;
}

.button.btn-solid-grey:hover {
    background-color: #333;
    border-color: #333;
    color: #fff;
}

.button.btn-solid-accent {
    background-color: #2eaeb9;
    border: 2px solid #2eaeb9;
    color: #fff;
	margin-right: 10px;
    margin-bottom: 10px;
}

.button.btn-solid-accent:hover {
    background-color: transparent;
    border-color: #2eaeb9;
    color: #2eaeb9;
}

.button.btn-solid-white {
    background-color: #fff;
    border: 2px solid #fff;
    color: #666;
	margin-right: 10px;
    margin-bottom: 10px;
}

.button.btn-solid-white:hover {
    background-color: transparent;
    border-color: #fff;
}

.button.btn-solid-blue {
    background-color: #00aeef;
    border: 2px solid #00aeef;
    color: #fff;
	margin-right: 10px;
    margin-bottom: 10px;
}

.button.btn-solid-blue:hover {
    background-color: #009bd6;
    border-color: #009bd6;
}

.button.btn-solid-red {
    background-color: #ea2f3d;
    border: 2px solid #ea2f3d;
    color: #fff;
	margin-right: 10px;
    margin-bottom: 10px;
}

.button.btn-solid-red:hover {
    background-color: #e81827;
    border-color: #e81827;
}

.button.btn-solid-green {
    background-color: #00b19f;
    border: 2px solid #00b19f;
    color: #fff;
	margin-right: 10px;
    margin-bottom: 10px;
}

.button.btn-solid-green:hover {
    background-color: #009888;
    border-color: #009888
}

.button.btn-solid-orange {
    background-color: #F38250;
    border: 2px solid #F38250;
    color: #fff;
	margin-right: 10px;
    margin-bottom: 10px;
}

.button.btn-solid-orange:hover {
    background-color: #E6703C;
    border-color: #E6703C
}

.button.btn-text-only {
    background-color: transparent;
    border: 2px solid transparent;
    color: #2eaeb9;
    padding: 0;
	margin-right: 10px;
    margin-bottom: 10px;
}

.button.btn-text-only:hover {
    background-color: transparent;
    border-color: transparent;
    color: #2EAEB9;
} 

/* ---------------------------------------------------------------------------
 * Image Teaser
 * --------------------------------------------------------------------------- */

.image-teaser {
    display: block;
    position: relative;
	
}

.image-teaser figure {
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
    height: auto;
    background: #2EAEB9;
    text-align: center;
    cursor: pointer;
}

.image-teaser figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 1;
}

.image-teaser figure figcaption {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.image-teaser figure figcaption::before,
.image-teaser figure figcaption::after {
    pointer-events: none;
}

.image-teaser figure figcaption,
.image-teaser figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

figure.effect-goliath img,
figure.effect-goliath h5 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

figure.effect-goliath img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure.effect-goliath h5,
figure.effect-goliath p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px;
    margin: 0;
    color: #fff;
}

figure.effect-goliath p {
    text-transform: none;
    font-size: 14px;
    line-height: 1.5;
	text-align:left;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,50px,0);
    transform: translate3d(0,50px,0);
}

figure.effect-goliath:hover img {
    -webkit-transform: translate3d(0,-68px,0);
    transform: translate3d(0,-68px,0);
}

figure.effect-goliath h5 {
    -webkit-transform: translate3d(0,-68px,0);
    transform: translate3d(0,-68px,0);
	width:100%;
	text-align:left;
}

figure.effect-goliath:hover h5 {
    -webkit-transform: translate3d(0,-68px,0);
    transform: translate3d(0,-68px,0);
}

figure.effect-goliath h5 {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
figure.effect-goliath:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/* ---------------------------------------------------------------------------
 * Callout
 * --------------------------------------------------------------------------- */

.callout {
    margin: 0;
    padding: 44px 0 36px;
    display: block; 
    text-align: center;
}

.callout .callout-text {
    font-size: 32px;
    font-weight: 400;
    display: inline-block;
}

.callout .callout-button {
    display: inline-block;
    position: relative;
    top: -3px;
    margin-left: 30px;
	border-radius:0px;
}

/* ---------------------------------------------------------------------------
 * Counter
 * --------------------------------------------------------------------------- */

.counter {
    text-align: center;
}

.counter .counter-number {
    font-size: 100px;
    font-weight: 400;
    margin-bottom: -20px;
}

.counter .counter-title {
    font-size: 16px;
    font-weight: 600;
}


/* ---------------------------------------------------------------------------
 * Divider
 * --------------------------------------------------------------------------- */

.divider-holder {
    position: relative;
    height: auto;
    font-size: 0;
    line-height: 1;
}

.divider {
    position: relative;
    display: inline-block;
    width: 15%;
    vertical-align: middle;
    border-bottom: 1px solid #eee;
    margin: 40px 0;
}

/* ---------------------------------------------------------------------------
 * Icon with Text
 * --------------------------------------------------------------------------- */

.icon-text {
    position: relative;
    padding: 0 0 0 50px;
	font-size:13px;
}

.icon-text .icontxt-icon {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: auto;
}

.icon-text .icontxt-icon i {
    font-size: 28px;
    line-height: 1;
    text-align: center;
}

.icon-text .icontxt-title {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 0 12px;
}

.icon-text .icontxt-link {
    display: block;
    margin-top: 10px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    color: #2eaeb9;
}

/* style 2 */
.icon-text.style-2 {
    padding: 0 0 0 90px;
}

.icon-text.style-2 .icontxt-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #F5F5F5;
}

.icon-text.style-2 .icontxt-icon i {
    font-size: 22px;
    text-align: center;
    width: 60px;
    line-height: 60px;
    border-radius: 50%;
}

/* style-3 */

/* Reveal Effect */
.icon-text.style-3 {
	padding: 90px 20px 20px 20px;
    text-align: left;
	font-size:13px;
    display: inline-block;
    vertical-align: middle;

}
.icon-text.style-3 .icontxt-icon {
    left: 50px;
    width: 60px;
    margin-left: -30px;
    text-align: left;
	margin-top:20px;
}

.icon-text.style-3 .icontxt-icon i {
    font-size: 45px;
    color: #2eaeb9;
	text-align: left;
}

.icon-text.style-3 .icontxt-title,
.icon-text.style-3 .icontxt-link {
    text-align: left;
	text-transform: capitalize;
}

/* style 4 */
.icon-text.style-4 {
    padding: 120px 30px 30px 30px;
    text-align: center;
	background:#fff;
	-webkit-box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, 0.14);
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.icon-text.style-4:hover {
    padding: 120px 30px 30px 30px;
    text-align: center;
	background:#fff;
	-webkit-box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, 0.14);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.icon-text.style-4 .icontxt-icon {
    left: 50%;
    width: 80px;
    height: 80px;
    margin-left: -40px;
	margin-top:30px;
    text-align: center;
    border-radius: 50%;
    background: #2EAEB9;
}

.icon-text.style-4 .icontxt-icon {
    font-size: 28px;
    line-height: 80px;
    color: #fff;
	transition: transform 0.4s;
}

.icon-text.style-4 .icontxt-icon:hover {
    font-size: 28px;
    line-height: 80px;
    color: #fff;
	-webkit-transform:scale(1) rotate(360deg);
	-moz-transform:scale(1) rotate(360deg);
	-o-transform:scale(1) rotate(360deg);
	transform: scale(1) rotate(360deg);
	
}


.icon-text.style-4 .icontxt-title,
.icon-text.style-4 .icontxt-link {
    text-align: center;
	margin-top:15px;
	text-transform: capitalize;
}


/* ---------------------------------------------------------------------------
 * Image with Text
 * --------------------------------------------------------------------------- */

.image-text .it-image {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
	width:100%;
	height:auto;
}

.image-text .it-title {
    font-size: 20px;
    font-weight: 400;
    text-transform: none;
    margin: 0 0 10px;
}

.image-text a {
    display: block;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #2eaeb9;
    margin-top: 20px;
}

.image-text.it-boxed{
	-webkit-box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, 0.14);
	background:#FFF;
	margin-bottom:30px;
	}

.image-text.it-boxed .it-image {
    margin-bottom: 0;
}

.image-text.it-boxed .it-details {
    padding: 30px;
}

.image-text.it-boxed .button.btn-small {
    padding: 8px 15px;
    font-size: 12px;
	border-radius:0px;
	margin-right:10px;
	margin-bottom:10px;
	width:50%;
}

/* ---------------------------------------------------------------------------
 * Image Gallery
 * --------------------------------------------------------------------------- */

.gallery .gallery-item {
    margin: 0 !important;
}

.gallery .gallery-item a {
    margin: 0;
    padding: 0;
    display: block;
    opacity: 1;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.gallery .gallery-item a:hover {
    opacity: 0.85;
}

.gallery img{
    width: 100%;
    height: auto;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.image-gallery.with-margin {
    margin: -5px;
}

.image-gallery.with-margin .gallery .gallery-item{
    margin: 0 !important;
    padding: 5px;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
}

/* ---------------------------------------------------------------------------
 * List
 * --------------------------------------------------------------------------- */

ul.list-items {
    list-style: none;
    margin: 20px 0;
    padding: 0;
}

ul.list-items li {
    padding: 4px 0 4px 4px;
}

ul.list-items li i {
    margin-right: 7px;
    width: 25px;
    font-size:16px;
    text-align: center;
}

/* ---------------------------------------------------------------------------
 * Panel
 * --------------------------------------------------------------------------- */

.panel {
    box-shadow: none;
    border: none;
    margin-bottom: 0;
    border-radius: 0;
    padding: 10px;
}

.panel-default {
    background-color: #F9F9F9;
}

.panel-primary {
    background-color: #337ab7;
    color: #fff !important;
}

.panel-success {
    background-color: #dff0d8;
}

.panel-info {
    background-color: #d9edf7;
}

.panel-warning {
    background-color: #fcf8e3;
}

.panel-danger {
    background-color: #f2dede;
}

.panel-heading {
    background-color: transparent !important;
    border:none !important;
    padding: 10px 15px 0 !important;
    border-radius: 0 !important;
}

.panel .panel-title {
    font-size: 16px;
    margin: 0;
}

/* ---------------------------------------------------------------------------
 * Pricing Table
 * --------------------------------------------------------------------------- */

.pricing-table {
    text-align: center;
    border: 0px solid #F5F5F5;
    list-style: none;
    padding:0 40px 0 40px;
    border-radius: 0px;
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.pricing-table:hover {
    -webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.pricing-table.style-1 {
    text-align: center;
    border: 0px solid #F5F5F5;
	background:#fff;
    list-style: none;
	color:#fff;
    padding:0 40px 0 40px;
    border-radius: 0px;
	-webkit-box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, 0.14);
}
.pricing-table ul {
    list-style: none;
    padding: 0;
}

.pricing-table .title {
    font-size: 30px;
    font-weight: 300;
    padding: 20px 20px 0px;
}

.pricing-table .separator {
    width: 15%;
    height: 2px;
    background:rgba(255, 255, 255, 0.1);
    margin: 0 auto 20px;
}

.pricing-table .price {
    font-size: 30px;
    margin-bottom: 10px;
    padding: 0;
    color: #fff;
}

.pricing-table small {
    position: relative;
    left: 5px;
    font-size: 13px;
}

.pricing-table li {
    position: relative;
}

.pricing-table > ul > li {
    padding: 8px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.pricing-table .cta-button {
    padding: 0 0 25px 0;
}

/* style 2 */
.pricing-table.style-2 {
    border: 0px solid #F5F5F5;
    background: #fff;
	padding-bottom:10px;
	-webkit-box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, 0.14);
}

.pricing-table.style-2 > ul > li {
    padding: 8px 0;
	border-bottom: 1px solid #f5f5f5;
}

.pricing-table.style-2 .price {
    font-size: 30px;
    margin-bottom: 10px;
    padding: 0;
    color: #fff;
}


.pricing-table.style-2e .separator {
    width: 15%;
    height: 2px;
    background: #fff;
    margin: 0 auto 20px;
}
/*-----------------------------------------------------------------------------------*/
/* Iconbox
/*-----------------------------------------------------------------------------------*/
.iconbox{
	margin: 0 0 40px 0;
}

.iconbox p:last-child{
	margin: 0;
}

.iconbox h3{
	margin: 0 0 10px 0;
	color:#fff;
	font-size:24px;
}
.iconbox p {
	font-size:13px;
	line-height: 1.7;
}
.iconbox i.boxicon{
	position: relative;
	z-index: 2;
	-webkit-transition: all 0.08s ease-in;
       -moz-transition: all 0.08s ease-in;
        -ms-transition: all 0.08s ease-in;
         -o-transition: all 0.08s ease-in;
            transition: all 0.08s ease-in;
}

/* Accent Color */
.iconbox-style-9.icon-color-accent i.boxicon{
	color: #fff !important;
}

.flip .icon-color-accent.card .back{
	background: #262626;
	color: #ffffff;
}

/* Greyscale Color */
.iconbox-style-9.icon-color-greyscale i.boxicon{
	color: #999999;
}


/* Style 9 /--------------------------------------------------------- */

.flip {
  -webkit-perspective: 800;
  -ms-perspective: 800;
  -moz-perspective: 800;
  -o-perspective: 800;
   width: 100%;
   min-height: 260px;
   height: 260px;
   position: relative;
   display: block;
   margin: 0px auto;
   margin-bottom:30px;
}

.flip .card {
  width: 100%;
  height: 100%;
}

.flip .front, .flip .back{
	-webkit-transform-style: preserve-3d;
	-webkit-transition: 0.5s;
	-moz-transform-style: preserve-3d;
	-moz-transition: 0.5s;
	-ms-transform-style: preserve-3d;
	-ms-transition: 0.5s;
	-o-transform-style: preserve-3d;
	-o-transition: 0.5s;
	transform-style: preserve-3d;
	transition: 0.5s;
}

.flip .card .face {
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
}

.flip .card .front {
  position: absolute;
  z-index: 1;
  background: #262626;
  border-radius: 0px;
  backface-visibility: hidden;  /* W3C */
  -webkit-backface-visibility: hidden; /* Safari & Chrome */
  -moz-backface-visibility: hidden; /* Firefox */
  -ms-backface-visibility: hidden; /* Internet Explorer */
  -o-backface-visibility: hidden; /* Opera */
}

.flip .card .back {
	border-radius: 0px;
	transform:rotatex(-180deg);
	-ms-transform:rotatex(-180deg); /* IE 9 */
	-moz-transform:rotatex(-180deg); /* Firefox */
	-webkit-transform:rotatex(-180deg); /* Safari and Chrome */
	-o-transform:rotatex(-180deg); /* Opera */
	backface-visibility: hidden;  /* W3C */
	-webkit-backface-visibility: hidden; /* Safari & Chrome */
	-moz-backface-visibility: hidden; /* Firefox */
	-ms-backface-visibility: hidden; /* Internet Explorer */
	-o-backface-visibility: hidden; /* Opera */
}

.flip:hover .front {
	transform:rotatex(180deg);
	-ms-transform:rotatex(180deg); /* IE 9 */
	-moz-transform:rotatex(180deg); /* Firefox */
	-webkit-transform:rotatex(180deg); /* Safari and Chrome */
	-o-transform:rotatex(180deg); /* Opera */
}

.flip:hover .back {
    transform:rotatex(0deg);
	-ms-transform:rotatex(0deg); /* IE 9 */
	-moz-transform:rotatex(0deg); /* Firefox */
	-webkit-transform:rotatex(0deg); /* Safari and Chrome */
	-o-transform:rotatex(0deg); /* Opera */
    backface-visibility: visible;  /* W3C */
	-webkit-backface-visibility: visible; /* Safari & Chrome */
	-moz-backface-visibility: visible; /* Firefox */
	-ms-backface-visibility: visible; /* Internet Explorer */
	-o-backface-visibility: visible; /* Opera */
}

.iconbox-style-9 i.boxicon{
	font-size:86px;
	text-align: center;
	display: block;
	color: #fff;
	line-height: 1;
	margin: 0 0 14px 0;
	padding: 0;
}

.iconbox-style-9 .iconimg{
	margin: 0 0 16px 0;
	width:50%;
	height:auto;
}

.iconbox-style-9 table{
	height: 260px;
	width: 100%;
}

.iconbox-style-9 table td{
	vertical-align: middle;
	padding: 10px 30px 0 30px; 
}

.iconbox-style-9 .back h3{
	color: #ffffff;
}

/* Style 10 /--------------------------------------------------------- */

.iconbox-style-10{
	background: #fff;
	border: 0px solid #efefef;
	padding: 30px;
	border-radius: 0px;
	position: relative;
	overflow: hidden;
	-webkit-box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, 0.14);

}


.iconbox-style-10 h3{
	margin-bottom: 20px;
	color: #666;
}

.iconbox-style-10 i.boxicon{
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size:120px;
	line-height: 1;
	z-index: 0;
	text-align: center;
	display: block;
	color: #f7f7f7;
}

.iconbox-style-10 p, .iconbox-style-10 h3{
	position: relative;
	z-index: 1;
}


.iconbox-style-10 .iconimg{
	position: absolute;
	bottom: 0px;
	right: 0px;
	font-size:160px;
	line-height: 1;
	z-index: 0;
	width:auto;
	height:auto;
	text-align: center;
	display: block;
    background-size: auto;
	background-color: rgba(0, 0, 0, 0);
    -webkit-transition: opacity 0.35s linear 0s;
    -moz-transition: opacity 0.35s linear 0s;
	opacity:0.1;
}
.iconbox-style-10:hover{

}

/* ---------------------------------------------------------------------------
 * Progress Bar
 * --------------------------------------------------------------------------- */

.progressbar {
    margin: 0;
    list-style: none;
    padding-top: 25px;
    margin-bottom: 16px;
	margin-left:-40px;
}

.progressbar li {
    position: relative;
    margin-top: 38px;
    height: 8px;
	border-radius: 0px;
    background-color: #F5F5F5;
	-webkit-box-shadow: none;
    -moz-box-shadow:none;
    box-shadow:none;
}

.progressbar li:first-child { margin-top: 0; }

.progressbar li .progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #2EAEB9;
    overflow: visible !important;
    border-radius: 0px;
    -webkit-transition: width 1.2s ease-in-out;
    -o-transition: width 1.2s ease-in-out;
    transition: width 1.2s ease-in-out;
}

.progressbar li .progress-percent{
    position: absolute;
    z-index: 1;
    top: -23px;
    right: 0;
    line-height: 20px;
    font-size: 14px;
    font-weight: normal;
    text-transform: capitalize;
    color: #444;
}

.progressbar li > span {
    position: absolute;
    z-index: 1;
    top: -23px;
    left: 0;
    line-height: 20px;
    font-size: 14px;
    font-weight: normal;
    text-transform:  capitalize;
    color: #444;
}
/* ---------------------------------------------------------------------------
 * Recent Posts
 * --------------------------------------------------------------------------- */


/*Blog Boxed */

.blog-carousel .post {
    margin: 3px;
    padding:10px;
	background: #FFFFFF;
    -webkit-box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, 0.14);
	
}

.blog-carousel.boxed .post-image {
    margin-bottom: 0;
}


.blog-carousel.boxed .post-content {
    background: #FFFFFF;
	box-shadow:none;
	padding:20px;
	
}

.blog-carousel .post .post-title {
    font-size: 18px;
	font-weight:500;
}
.post-content {
	padding: 20px 0px;
    background: #FFF;
    position: relative;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
	
}
.post-text {
	font-size:13px;
}
/* ---------------------------------------------------------------------------
 * Recent Projects
 * --------------------------------------------------------------------------- */

.portfolio-carousel.default .portfolio-caption h4 {
    display: none;
}

.portfolio-carousel.grid .portfolio-image {
    margin-bottom: 0;
}

.portfolio-carousel.grid .portfolio-description {
    display: none;
}

.portfolio-carousel .portfolio-item {
    margin-bottom: 0 !important;
}

/* ---------------------------------------------------------------------------
 * Social Icons
 * --------------------------------------------------------------------------- */

.vc-social-icons ul {
    margin-bottom: 0; 
    padding: 0;
}

.vc-social-icons ul li {
    list-style: none;
    display: block;
    width: 40px;
    height: 40px;
    float: left;
    margin: 0 7px 7px 0;
    border-radius: 2px;
}

.vc-social-icons ul li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    color: #888;
    background: #eee;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    border-radius: 50%;
}

.vc-social-icons ul li a:hover {
    color: #fff;
	-webkit-transform: scale(1.2) rotate(0deg);
	-moz-transform: scale(1.2) rotate(0deg);
	-ms-transform: scale(1.2) rotate(0deg);
	-o-transform: scale(1.2) rotate(0deg);
	transform: scale(1.2) rotate(0deg);
} 


.social-icon .fa-adn{color:#504e54;} 
.social-icon .fa-apple{color:#aeb5c5;} 
.social-icon .fa-android{color:#A5C63B;}  
.social-icon .fa-bitbucket {color:#003366;} 
.social-icon .fa-bitcoin {color:#F7931A;} 
.social-icon .fa-css3{color:#1572B7;} 
.social-icon .fa-dribbble{color:#F46899;}  
.social-icon .fa-dropbox{color:#018BD3;}
.social-icon .fa-facebook {color:#3C599F;}  
.social-icon .fa-flickr{color:#FF0084;}
.social-icon .fa-foursquare{color:#0086BE;}
.social-icon .fa-github {color:#070709;} 
.social-icon .fa-google-plus {color:#CF3D2E;} 
.social-icon .fa-html5{color:#E54D26;}
.social-icon .fa-instagram{color:#c32aa3;}
.social-icon .fa-linkedin {color:#0085AE;} 
.social-icon .fa-linux{color:#FBC002;}
.social-icon .fa-maxcdn{color:#F6AE1C;}
.social-icon .fa-pagelines{color:#241E20;}
.social-icon .fa-pinterest {color:#CC2127;} 
.social-icon .fa-renren{color:#025DAC;}
.social-icon .fa-skype{color:#01AEF2;}
.social-icon .fa-stack-exchange{color:#245590;}
.social-icon .fa-stack-overflow{color:#FF7300;}
.social-icon .fa-trello{color:#265A7F;}
.social-icon .fa-tumblr {color:#314E6C;} 
.social-icon .fa-twitter {color:#32CCFE;} 
.social-icon .fa-vimeo-square{color:#229ACC;}
.social-icon .fa-vk{color:#375474;}
.social-icon .fa-weibo{color:#D72B2B;}
.social-icon .fa-windows{color:#12B6F3;}
.social-icon .fa-xing {color:#00555C;} 
.social-icon .fa-youtube {color:#C52F30;}
.social-icon .fa-wordpress {color:#117AAA;}
.social-icon .fa-yahoo {color:#720E9E;}
.social-icon .fa-paypal {color:#009CDE;}
.social-icon .fa-amazon {color:#ff9900;}
.social-icon .fa-delicious {color:#3399ff;}
.social-icon .fa-steam {color:#000000;}
.social-icon .fa-lastfm {color:#d51007;}
.social-icon .fa-reddit {color:#ff4500;}
.social-icon .fa-vimeo {color:#1ab7ea;}
.social-icon .fa-spotify {color:#2ebd59;}
.social-icon .fa-rss {color:#f26522;}
.social-icon .fa-digg {color:#005be2;}
.social-icon .fa-behance {color:#1769ff;}
.social-icon .fa-codepen {color:#0ebeff;}
.social-icon .fa-drupal {color:#0077c0;}
.social-icon .fa-git {color:#fc6d26;}
.social-icon .fa-joomla {color:#f44321;}
.social-icon .fa-openid {color:#ff6900;}
.social-icon .fa-pagelines {color:#333333;}
.social-icon .fa-vine {color:#00b488;}
.social-icon .fa-deviantart {color:#05cc47;}
.social-icon .fa-soundcloud {color:#ff8800;}
/* ------------------------------------------------------------------------ */
/* Tabs
/* ------------------------------------------------------------------------ */
.vc_tta-tabs-container {
	background:#fff;
	padding: 10px 0; 
	border-bottom: 1px solid #f1f1f1;
}
.vc_tta-tab { border-right: 1px solid #f1f1f1; line-height: 4px; font-weight:500; font-size:14px;}
	
.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper,
.wpb_content_element.wpb_tabs .wpb_tabs_nav {
  padding: 0;
}
.wpb_content_element.wpb_tabs .wpb_tabs_nav {
  margin: 0;
  padding-left: 0 !important;
  text-indent: inherit !important;
}
#content .wpb_content_element.wpb_tabs .wpb_tabs_nav {
  margin: 0;
}
.wpb_content_element.wpb_tabs .wpb_tabs_nav li {
  background-color: transparent;
  white-space: nowrap;
  padding: 0;
  background-image: none;
  list-style: none !important;
  margin: 0 2px 0px 0 !important;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  z-index: 1;
}
.wpb_content_element.wpb_tabs .wpb_tabs_nav li:after,
.wpb_content_element.wpb_tabs .wpb_tabs_nav li:before {
  display: none !important;
}
.wpb_content_element.wpb_tabs .wpb_tabs_nav li:hover {
  background-color: #ffffff;
}
.wpb_content_element.wpb_tabs .wpb_tabs_nav li.ui-tabs-active{
  background: #fcfcfc;
}
.wpb_content_element.wpb_tabs .wpb_tabs_nav li.ui-tabs-active a {
  cursor: default;
  color: #666;
  background:#fff;
}
.vc_tta.vc_general .vc_tta-tab.vc_active>a {
	color:#aaa;}
	
.vc_tta.vc_general .vc_tta-tab.vc_active {
	color:#aaa;}

.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_ui-tabs-hide {
  display: none;
}
.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tabs_nav li {
	border: none;
	border-bottom:none;
    -webkit-transition: none;
       -moz-transition: none;
        -ms-transition: none;
         -o-transition: none;
            transition: none;
}

.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tabs_nav a {
  border-bottom: none;
  text-decoration: none;
  display: block;
  padding: 10px 15px;
  color:#666;
  -webkit-transition: all 0.2s;
       -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
         -o-transition: all 0.2s;
            transition: all 0.2s;
}
.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tabs_nav a:hover{
	color: #666;
}

.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  margin-top:0px;
}
.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab{
  padding: 15px;
}
.vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active>a {
	color:#aaa;}
.vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab a:hover {
	color:#aaa;
}

/*-----------------------------------------------------------------------------------*/
/* Divider
/*-----------------------------------------------------------------------------------*/
.divider{
	display: block;
	width: 100%;
	height: 0;
	margin: 0;
	padding: 0;
}

.divider1{
	clear: both;
	border-bottom:1px solid #efefef;
	margin:60px 0;
	height:1px;
}

.divider2{
	clear: both;
	height:1px;
	width:100%;
	background: url(../images/dotted.png) repeat-x;
	margin:50px 0;
	height:1px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
      
	.divider2{
		background-image: url(../images/dotted@2x.png);
		background-size:  4px 1px;
	}

}

.divider3{
	height:25px;
	background: url(../images/shadow.png) no-repeat center center;
	width:100%;
	margin:50px 0;
}

.divider4{
	border-bottom:none;
	margin:50px 0;
	width:100%;
	height:14px;
	background: url(../images/stripes.png);
	display: block;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
      
	.divider4{
		background-image: url(../images/stripes@2x.png);
		background-size:  5px 5px;
	}

}

.divider5{
	text-align: center;
	position: relative;
	width:46px;
	height:1px;
	margin:60px auto;
	border-bottom:3px solid #44bdbd;
}

.divider6{
	text-align: center;
	position: relative;
	width:30px;
	height:1px;
	margin:60px auto;
	border-bottom:3px solid #333333;
}

.divider7{
	clear: both;
	border-bottom:2px dashed #e4e4e4;
	margin:60px 0;
}

.divider8{
	clear: both;
	margin:60px 0;
	height:1px;
	text-align: center;
	position: relative;
	font-size: 0;
}

.divider8:after{
	height: 1px;
	background: #e4e4e4;
	width: 20%;
	display: inline-block;
	content: '';
}

.divider8:before{
	height: 1px;
	background: #e4e4e4;
	width: 20%;
	display: inline-block;
	content: '';
}

.divider8 .divider-icon{
	display: inline-block;
	font-size: 16px;
	width: 50px;
	margin: -14px auto 0px auto;
	text-align: center;
	vertical-align: text-top;
	color: #c3c3c3;
}

.divider9{
	clear: both;
	border-bottom:1px solid rgba(255,255,255,0.3);
	margin:60px 0;
	height:1px;
}

.newdivider{
	height: 0px;
	max-height: 0;
	border-bottom: 1px solid #999999;
	max-width: 100% !important;
	clear: both;
	font-size: 1px;
	line-height: 0;
	display: block;
}

.newdivider.align-left{ float: left; }
.newdivider.align-right{ float: right; }
.newdivider.align-center{ margin-left: auto; margin-right: auto; }

/* ---------------------------------------------------------------------------
 * Team member
 * --------------------------------------------------------------------------- */
.team-member {
    position: relative;
	background:#fff;
	margin: 0 0 20px;
	font-size:13px;
	padding-bottom:15px;
}

.team-member .tm-image {
    margin: 0 auto 20px;
}
.tm-image:hover {
	background-color: rgba(255, 255, 255, 0.8);
    -webkit-transition: opacity 0.35s linear 0s;
    -moz-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.team-member .tm-name {
    margin: 0 0 15px;
    font-size: 13px;
	padding:0 15px 0 15px;
	font-style:normal;
	font-weight: 600;
	text-transform:uppercase;
}

.team-member .tm-name strong {
    font-size: 16px;
	font-weight:700;
	font-style:normal;
	color: #777;
	text-transform:uppercase;
}

.team-member .tm-desc{
    margin: 0 0 20px;
	font-size:13px;
	padding:0 15px 0 15px;
}

.team-member .tm-social{
    display: inline-block;
    position: relative;
	text-align:center;
}

.team-member .tm-social a.social-icon{
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 0 0 4px;
    background: #F5F5F5;
	padding-bottom:20px;
}
.team-member .vc-social-icons {
	padding:0 15px 0 15px;
}


/* Style 2 */
.team-member2.style-2 .tm-image {
    position: relative;
    overflow: hidden;
}

.team-member2.style-2 .tm-image img {
    display: block;
    width: 100%;
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: opacity 1s, transform 1s;
    -moz-transition: opacity 1s, transform 1s;
    transition: opacity 1s, transform 1s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.team-member2.style-2 .tm-image:hover img {
    opacity: 0.85;
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -moz-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1); 
}
.team-member2 .tm-name strong {
	font-size:20px;
	font-weight:400;
}
.team-member2.style-2 .tm-desc {
	font-size:13px;
	margin-top:10px;
}
.team-member2.style-2 .tm-caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 25px;
    opacity: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: opacity 0.35s linear 0s;
    -moz-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.team-member2.style-2:hover .tm-caption {  
    opacity: 1;
}

.team-member2.style-2 .vc-social-icons {
    position: absolute;
    bottom: 25px;
	padding:4px 10px 0px 10px;
    left: 15px;
}

.team-member2.style-2 .vc-social-icons ul li {

	background:#fff;
	border-radius:0;
	padding:5px;
}

.team-member2.style-2 .vc-social-icons ul li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #777;
    background: transparent;
}
.team-member2.style-2 .vc-social-icons ul li a:hover {color:#fff;}

/* ---------------------------------------------------------------------------
 * Before and after image slide
 * --------------------------------------------------------------------------- */
.before-after-horizontal .before-after-handle:before, .before-after-horizontal .before-after-handle:after, .before-after-vertical .before-after-handle:before, .before-after-vertical .before-after-handle:after {
  content: " ";
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5); }

.before-after-horizontal .before-after-handle:before, .before-after-horizontal .before-after-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px; }

.before-after-vertical .before-after-handle:before, .before-after-vertical .before-after-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px; }

.before-after-before-label, .before-after-after-label, .before-after-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }

.before-after-before-label, .before-after-after-label, .before-after-overlay {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s; }

.before-after-before-label, .before-after-after-label {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity; }

.before-after-before-label:before, .before-after-after-label:before {
  color: white;
  font-size: 13px;
  letter-spacing: 0.1em; }

.before-after-before-label:before, .before-after-after-label:before {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  line-height: 38px;
  padding: 0 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.before-after-horizontal .before-after-before-label:before, .before-after-horizontal .before-after-after-label:before {
  top: 50%;
  margin-top: -19px; }

.before-after-vertical .before-after-before-label:before, .before-after-vertical .before-after-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px; }

.before-after-left-arrow, .before-after-right-arrow, .before-after-up-arrow, .before-after-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute; }

.before-after-left-arrow, .before-after-right-arrow {
  top: 50%;
  margin-top: -6px; }

.before-after-up-arrow, .before-after-down-arrow {
  left: 50%;
  margin-left: -6px; }

.before-after-container {
  max-width: 100%;
  z-index: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, 0.14);
}
  .before-after-container img {
    position: absolute;
    top: 0;
    display: block; }
  .before-after-container.active .before-after-overlay, .before-after-container.active :hover.before-after-overlay {
    background: rgba(0, 0, 0, 0); }
    .before-after-container.active .before-after-overlay .before-after-before-label,
    .before-after-container.active .before-after-overlay .before-after-after-label, .before-after-container.active :hover.before-after-overlay .before-after-before-label,
    .before-after-container.active :hover.before-after-overlay .before-after-after-label {
      opacity: 0; }
  .before-after-container * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }

.before-after-before-label {
  opacity: 0; }
  .before-after-before-label:before {
    content: "Before"; }

.before-after-after-label {
  opacity: 0; }
  .before-after-after-label:before {
    content: "After"; }

.before-after-horizontal .before-after-before-label:before {
  left: 10px; }

.before-after-horizontal .before-after-after-label:before {
  right: 10px; }

.before-after-vertical .before-after-before-label:before {
  top: 10px; }

.before-after-vertical .before-after-after-label:before {
  bottom: 10px; }

.before-after-overlay {
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25; }
  .before-after-overlay:hover {
    background: rgba(0, 0, 0, 0.5); }
    .before-after-overlay:hover .before-after-after-label {
      opacity: 1; }
    .before-after-overlay:hover .before-after-before-label {
      opacity: 1; }

.before-after-before {
  z-index: 20; }

.before-after-after {
  z-index: 10; }

.before-after-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid white;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
  cursor: pointer; }

.before-after-horizontal .before-after-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  -webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.before-after-horizontal .before-after-handle:after {
  top: 50%;
  margin-top: 22px;
  -webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.before-after-vertical .before-after-handle:before {
  left: 50%;
  margin-left: 22px;
  -webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.before-after-vertical .before-after-handle:after {
  right: 50%;
  margin-right: 22px;
  -webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.before-after-left-arrow {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px; }

.before-after-right-arrow {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px; }

.before-after-up-arrow {
  border-bottom: 6px solid white;
  top: 50%;
  margin-top: -17px; }

.before-after-down-arrow {
  border-top: 6px solid white;
  bottom: 50%;
  margin-bottom: -17px; }

/* ---------------------------------------------------------------------------
 * Testimonial
 * --------------------------------------------------------------------------- */

/* General */ 
.skyeye_client_rating .fa.fa-star,
.skyeye_client_rating .fa.fa-star-o{
    color: #F5D91E;
}
.skyeye_title {
    font-weight: 700;
	color: #fff;
}
.skyeye_client_name {
    color: #fff;
    font-size: 13px;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
}
.skyeye_client_name::before {
    position: relative;
    top: 0;
    left: -5px;
    content: "-";
    color: #fff;
}
.skyeye_client_image img{
    width: auto;
}
.col-custom-3 .skyeye_column:nth-child(4n+1){
    clear: both;
}
.col-custom-4 .skyeye_column:nth-child(3n+1){
    clear: both;
}
.col-custom-6 .skyeye_column:nth-child(2n+1){
    clear: both;
}
.col-custom-12 .skyeye_column{
    clear: both;
}
.skyeye_column{
    margin-bottom: 20px;
}
.skyeye_testimonial_wrapper{
    clear: both;
}
.skyeye_client_message{
    word-wrap: break-word;
	color: #fff;
}

/* Style 1 */
#skyeye_testimonial_theme_1{
    text-align: center;
}
#skyeye_testimonial_theme_1 .skyeye_client_image img{
    border-radius: 50%;
    border: 1px solid #ecf0f1;
	padding: 5px;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out;
    width: auto;
    display: inline-block;
}
#skyeye_testimonial_theme_1 .skyeye_column:hover img {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
}
#skyeye_testimonial_theme_1 .skyeye_client_message{
    position: relative;
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 10px;
}
#skyeye_testimonial_theme_1 .skyeye_client_message:before{
    /*    content: "\f10d";
        font-family: "FontAwesome";
        font-size: 20px;
        position: absolute;
        left: -10px;
        top: -10px;
        font-style: italic;*/
}
#skyeye_testimonial_theme_1 .skyeye_title{
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* Style 2 */
#skyeye_testimonial_theme_2 .owl-item {
    background: #f9fafb;
    border: 1px solid #ecf0f1;
	padding:15px 15px 0 15px;
	margin-bottom:15px;
}

#skyeye_testimonial_theme_2 .owl-nav {
	margin-left:10px;
	float:left;
}

#skyeye_testimonial_theme_2 .skyeye_column {
    margin-bottom: 30px;
	max-width: 500px;
}
#skyeye_testimonial_theme_2 .skyeye_title {
    text-align: left;
    margin-bottom: 10px;
	margin-left:15px;
}
#skyeye_testimonial_theme_2 .skyeye_client_image{
    padding: 0;
}
#skyeye_testimonial_theme_2 .skyeye_client_image img {
    display: block;
    margin: 0 auto;
    border: 1px solid #ecf0f1;
	padding: 5px;
}
#skyeye_testimonial_theme_2 .skyeye_client_name {
    margin-bottom: 10px;
    float: right;
    clear: both;
	color: #fff;
}
#skyeye_testimonial_theme_2 .skyeye_client_rating {
    margin-bottom: 10px;
    float: right;
    clear: both;
}
#skyeye_testimonial_theme_2 .skyeye_client_message {
    color: #747474;
    font-size: 13px;
    margin-bottom: 15px;
    padding: 0 15px 15px 15px;
    position: relative;
	text-align:left;
}
/*#skyeye_testimonial_theme_2 .skyeye_client_message::before {
    content: "\f10d";
    font-family: "FontAwesome";
    font-size: 18px;
    font-style: italic;
    left: 0px;
    position: absolute;
    top: -8px;
    color: #ccc;
} */
@media all and (max-width: 767px) {
    #skyeye_testimonial_theme_2 .skyeye_client_image {
        width: 100%;
    }
    #skyeye_testimonial_theme_2 .skyeye_column{
        clear: both;
        text-align: center;
    }
    #skyeye_testimonial_theme_2 .skyeye_client_message,
    #skyeye_testimonial_theme_2 .skyeye_client_rating{
        margin-bottom: 0;
    }
}

/* Style 3 */
#skyeye_testimonial_theme_3{
    text-align: center;
}
#skyeye_testimonial_theme_3 .skyeye_column{
    margin-top: 62px;
	padding-bottom: 10px;
}
#skyeye_testimonial_theme_3 .inner-wrap{
    background-color: #808184;
    position: relative;
    padding: 15px;
    height: inherit;
}
#skyeye_testimonial_theme_3 .skyeye_client_image{
    width: 120px;
	position: absolute;
    top: -60px;
}
#skyeye_testimonial_theme_3 .skyeye_client_image img{
    border-radius: 50%;
	padding: 5px;
	background:#ecf0f1;
}
#skyeye_testimonial_theme_3 .skyeye_column:hover img {
}
#skyeye_testimonial_theme_3 .skyeye_client_message{
    position: relative;
    font-size: 13px;
    margin-top: 10px;
	color: #fff;
	text-decoration-color: #fff;
	line-height: 18px;
}
#skyeye_testimonial_theme_3 .skyeye_title{
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 40px;
    margin-bottom: 0;
    clear: both;
	color: #fff;
}
.imagesize-thumbnail #skyeye_testimonial_theme_3 .skyeye_title{
    margin-top: 60px;
	text-align: center;
}

/* Style 4 */
#skyeye_testimonial_theme_4{
    text-align: center;
}
#skyeye_testimonial_theme_4 .skyeye_column{
    margin-top: 15px;
}
#skyeye_testimonial_theme_4 .inner-wrap{
    background-color: #FFF;
    position: relative;
    padding: 15px;
	-webkit-box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, 0.14);
}
#skyeye_testimonial_theme_4 .skyeye_client_image{
    position: relative;
}
#skyeye_testimonial_theme_4 .skyeye_client_image img{
    border-radius: 50%;
    border: 1px solid #ecf0f1;
	padding: 5px;
	background:#fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out
        -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    width: auto;
    display: inline-block;
    margin: 0 auto;
}
#skyeye_testimonial_theme_4 .skyeye_column:hover img {
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
}
#skyeye_testimonial_theme_4 .skyeye_client_message{
    position: relative;
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 10px;
}
#skyeye_testimonial_theme_4 .skyeye_title{
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 0;
    clear: both;
}

/* ---------------------------------------------------------------------------
 * VC Toggle
 * --------------------------------------------------------------------------- */

.vc_toggle.vc_toggle_default {
    margin: 0 0 10px 0;
    padding: 0 30px;
    background-color: transparent;
    font-size: 14px;
    border: 1px solid #F3F3F3;
}

.vc_toggle_size_md.vc_toggle_default .vc_toggle_title {
    padding-left: 0 !important;
}

.vc_toggle.vc_toggle_default .vc_toggle_title {
    padding: 14px 0;
}

.vc_toggle.vc_toggle_default .vc_toggle_title:after {
    content: "\f105"; 
    -webkit-font-smoothing: antialiased;
    font: 400 14px/1 'FontAwesome';
    vertical-align: middle;
    line-height:28px;
    position: absolute;
    right: 0;
	padding: 0 0 5px 0;
}

.vc_toggle.vc_toggle_default.vc_toggle_active .vc_toggle_title:after {
    content: "\f107"; 
    -webkit-font-smoothing: antialiased;
    font: 400 14px/1 'FontAwesome';
    vertical-align: middle;
    line-height:28px;
    position: absolute;
    right: 0;
	padding: 0 0 5px 0;
}

.vc_toggle.vc_toggle_default .vc_toggle_title > h4 {
    font-size: 14px;
    line-height: 32px;
    font-weight: 500;
}

.vc_toggle.vc_toggle_default .vc_toggle_title .vc_toggle_icon {
    display: none !important;
}

.vc_toggle.vc_toggle_default .vc_toggle_content {
    margin: 0;
    padding: 20px 0 25px;
    padding-left: 0 !important;
    border-top: 1px solid #F9F9F9;
    color: #888;
}

.vc_toggle:last-of-type{
    margin-bottom: 1px !important;
}

/* ---------------------------------------------------------------------------
 * VC STYLES
 * --------------------------------------------------------------------------- */

.wpb_row:after,
.wpb_row:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.vc_container {
    margin-right:auto;
    margin-left:auto;
    padding-left:15px !important;
    padding-right:15px !important;
}

.wpb_row {
    margin-left:-15px !important;
    margin-right:-15px !important;}

/* New Naming Convention of VC 4.3 */
.vc_non_responsive .wpb_row .vc_col-sm-1{padding-left:15px;padding-right:15px;}
.vc_non_responsive .wpb_row .vc_col-sm-2{padding-left:15px;padding-right:15px;}
.vc_non_responsive .wpb_row .vc_col-sm-3{padding-left:15px;padding-right:15px;}
.vc_non_responsive .wpb_row .vc_col-sm-4{padding-left:15px;padding-right:15px;}
.vc_non_responsive .wpb_row .vc_col-sm-5{padding-left:15px;padding-right:15px;}
.vc_non_responsive .wpb_row .vc_col-sm-6{padding-left:15px;padding-right:15px;}
.vc_non_responsive .wpb_row .vc_col-sm-7{padding-left:15px;padding-right:15px;}
.vc_non_responsive .wpb_row .vc_col-sm-8{padding-left:15px;padding-right:15px;}
.vc_non_responsive .wpb_row .vc_col-sm-9{padding-left:15px;padding-right:15px;}
.vc_non_responsive .wpb_row .vc_col-sm-10{padding-left:15px;padding-right:15px;}
.vc_non_responsive .wpb_row .vc_col-sm-11{padding-left:15px;padding-right:15px;}
.vc_non_responsive .wpb_row .vc_col-sm-12{padding-left:15px;padding-right:15px;}
.vc_responsive .wpb_row .vc_col-sm-1{padding-left:15px;padding-right:15px;}
.vc_responsive .wpb_row .vc_col-sm-2{padding-left:15px;padding-right:15px;}
.vc_responsive .wpb_row .vc_col-sm-3{padding-left:15px;padding-right:15px;}
.vc_responsive .wpb_row .vc_col-sm-4{padding-left:15px;padding-right:15px;}
.vc_responsive .wpb_row .vc_col-sm-5{padding-left:15px;padding-right:15px;}
.vc_responsive .wpb_row .vc_col-sm-6{padding-left:15px;padding-right:15px;}
.vc_responsive .wpb_row .vc_col-sm-7{padding-left:15px;padding-right:15px;}
.vc_responsive .wpb_row .vc_col-sm-8{padding-left:15px;padding-right:15px;}
.vc_responsive .wpb_row .vc_col-sm-9{padding-left:15px;padding-right:15px;}
.vc_responsive .wpb_row .vc_col-sm-10{padding-left:15px;padding-right:15px;}
.vc_responsive .wpb_row .vc_col-sm-11{padding-left:15px;padding-right:15px;}
.vc_responsive .wpb_row .vc_col-sm-12{padding-left:15px;padding-right:15px;}

.fullwidth-page .wpb_row {
    margin: 0 -15px !important;
}

/* Element Margin */
.wpb_content_element,
ul.wpb_thumbnails-fluid > li,
.last_toggle_el_margin,
.wpb_button {
    margin-bottom: 0 !important;
}
.wpb_row { margin-bottom:-60px; }
 
.wpb_row .wpb_row .wpb_content_element {
    margin-bottom: 0;
}

/* Fix for VC 4.3 margins */
.wpb_row .wpb_column p:last-child {
    margin: 0;
}

/* Section Backgrounds */
.section-parallax {
    opacity: 0;
    position:static;
    background-position:center 0;
    background-attachment:fixed;
}
.section-parallax.on-mobile {
    background-attachment: scroll;
    background-position:center center;
}

.bg-stretch {
    background-repeat: repeat;
    background-size: cover; 
}

.section-parallax.on-mobile {
    background-repeat: repeat;
    background-attachment: scroll; 
}


/* Column Background */
.wpb_column {
    background-repeat: repeat;
    background-size: cover; 
}

/* Text Align */
.text-align-center { text-align: center; }
.text-align-right { text-align: right; }

/* Text White Color */
.white-text {
	color:#fff;
}
.large-heading {
	font-size:56px;
}
.extra-large-heading {
	font-size:96px;
	line-height:80px;
}


.vc_row.vc_row-no-padding .wpb_column{
    padding: 0 !important;
}