/*
 * Adds styling for additional visual composer elements
 *
 * Created by WPExplorer.com
 * Copyright 2013
*/


/*-----------------------------------------------------------------------------------*/
/* - Commons
/*-----------------------------------------------------------------------------------*/
body .wpb_row,
.wpb_content_element,
body ul.wpb_thumbnails-fluid > li,
body .last_toggle_el_margin,
.wpb_button { margin-bottom: 0 }
/*clear floats*/
.vcex-clear-floats { clear: both }
.vcex-clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.vcex-clr:after { content: ""; display: block; height: 0; clear: both; visibility: hidden; zoom: 1; }
/*filters*/
.vcex-grayscale { filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); filter: gray; -webkit-filter: grayscale(100%); -webkit-transition: all .25s ease; -webkit-backface-visibility: hidden; }
.vcex-grayscale img { opacity: 1 !important }
.vcex-grayscale:hover { filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale"); -webkit-filter: grayscale(0%); }
/*image styles*/
.vcex-rounded-images img { border-radius: 9999px }
/*videos*/
.vcex-video-wrap { position: relative; padding-bottom: 56.25%; padding-top: 25px; height: 0; }
.vcex-video-wrap iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.vcex-blog-entry-media { }
/*text align*/
.vcex-text-align-center { text-align: center }
.vcex-text-align-left { text-align: left }
.vcex-text-align-right { text-align: right }
/*no margins grid*/
body .vcex-no-margin-grid { margin: 0 }
body .vcex-no-margin-grid .col { margin: 0 !important; padding: 0 !important; }
body .vcex-no-margin-grid .span_1_of_2 { width: 50% }
body .vcex-no-margin-grid .span_1_of_3 { width: 33% }
body .vcex-no-margin-grid .span_1_of_4 { width: 25% }
body .vcex-no-margin-grid .span_1_of_5 { width: 20% }
/*image rendering*/
.vcex-image-rendering-crisp-edges img { image-rendering: -moz-crisp-edges; image-rendering: -o-crisp-edges; image-rendering: -webkit-optimize-contrast; }
.vcex-image-rendering-auto img { image-rendering: auto; }
/*single image caption*/
.wpb_single_image a { position: relative }
.wpb_single_image_caption { position: absolute; z-index: 2; bottom: 20px; left: 0; color: #fff; padding: 4px 10px; background: #000; opacity: 0.7; -moz-opacity: 0.7; -webkit-opacity: 0.7; }
/*hover animations*/
.vcex-img-hover-parent { position: relative; overflow: hidden; display: block; }
.vcex-img-hover-parent img { display: block; margin: 0; width: 100%; height: auto; transition: all 0.5s; -moz-transition: all 0.5s; -webkit-transition: all 0.5s; -o-transition: all 0.5s; }
.vcex-img-hover-grow:hover img { transform: scale(1.2); -ms-transform: scale(1.2); -webkit-transform: scale(1.2); -o-transform: scale(1.2); -moz-transform: scale(1.2); }
.vcex-img-hover-shrink:hover img { transform: scale(0.8); -ms-transform: scale(0.8); -webkit-transform: scale(0.8); -o-transform: scale(0.8); -moz-transform: scale(0.8); }
.vcex-img-hover-side-pan:hover img { margin-left: -11%; transform: scale(1.2); -ms-transform: scale(1.2); -webkit-transform: scale(1.2); -o-transform: scale(1.2); -moz-transform: scale(1.2); }
.vcex-img-hover-vertical-pan:hover img { margin-top: -10%; transform: scale(1.2); -ms-transform: scale(1.2); -webkit-transform: scale(1.2); -o-transform: scale(1.2); -moz-transform: scale(1.2); }
.vcex-img-hover-tilt:hover img { -webkit-transform: rotate(-10deg); -moz-transform: rotate(-10deg); -o-transform: rotate(-10deg); -ms-transform: rotate(-10deg); transform: rotate(-10deg); }
.vcex-img-hover-blurr img,
.vcex-img-hover-blurr-invert img { transition: all 0.2s; -moz-transition: all 0.2s; -webkit-transition: all 0.2s; -o-transition: all 0.2s; }
.vcex-img-hover-blurr:hover img { filter: blur(3px); -webkit-filter: blur(3px); -moz-filter: blur(3px); -o-filter: blur(3px); -ms-filter: blur(3px); }
.vcex-img-hover-blurr-invert img { filter: blur(3px); -webkit-filter: blur(3px); -moz-filter: blur(3px); -o-filter: blur(3px); -ms-filter: blur(3px); }
.vcex-img-hover-blurr-invert:hover img { filter: blur(0px); -webkit-filter: blur(0px); -moz-filter: blur(0px); -o-filter: blur(0px); -ms-filter: blur(0px); }
.vcex-img-hover-sepia img { -webkit-filter: sepia(100%); filter: sepia(100%); }
.vcex-img-hover-sepia:hover img { -webkit-filter: sepia(); filter: sepia(); }
.vcex-img-hover-fade-in { background: #000 }
.vcex-img-hover-fade-in img { opacity: 0.7; -moz-opacity: 0.7; -webkit-opacity: 0.7; }
.vcex-img-hover-fade-in:hover img { opacity: 1; -moz-opacity: 1; -webkit-opacity: 1; }
.vcex-img-hover-fade-out { background: #000 }
.vcex-img-hover-fade-out:hover img { opacity: 0.7; -moz-opacity: 0.7; -webkit-opacity: 0.7; }
/*-----------------------------------------------------------------------------------*/
/* - Background Styles
/*-----------------------------------------------------------------------------------*/
.vcex-background-stretch { background-repeat: no-repeat; background-position: center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
.vcex-background-fixed { background-repeat: no-repeat; background-attachment: fixed; background-position: center center; }
.vcex-background-parallax { background-attachment: fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
.vcex-background-repeat { background-repeat: repeat }
@media only screen and (max-width: 767px) {
	.vcex-background-parallax { background-repeat: no-repeat; background-position: center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
}
/*-----------------------------------------------------------------------------------*/
/* - Spacing
/*-----------------------------------------------------------------------------------*/
.vcex-spacing { display: block; height: auto; margin: 0 !important; padding: 0 !important; background: none !important; border: none !important; outline: none !important; }
/*-----------------------------------------------------------------------------------*/
/* - Bullet
/*-----------------------------------------------------------------------------------*/
.vcex-bullets ul { margin-left: 0 !important; padding-left: 0 !important; list-style: none !important; list-style-image: none !important; }
.vcex-bullets ul li { padding-left: 25px !important; margin-bottom: 6px; }
.vcex-bullets-check ul li { background: url('images/check.png') left center no-repeat }
.vcex-bullets-gray ul li { background: url('images/bullets-gray.png') left center no-repeat }
.vcex-bullets-black ul li { background: url('images/bullets-black.png') left center no-repeat }
.vcex-bullets-blue ul li { background: url('images/bullets-blue.png') left center no-repeat }
.vcex-bullets-red ul li { background: url('images/bullets-red.png') left center no-repeat }
.vcex-bullets-purple ul li { background: url('images/bullets-purple.png') left center no-repeat }
/*-----------------------------------------------------------------------------------*/
/* - Dividers
/*-----------------------------------------------------------------------------------*/
.vcex-divider { display: block; width: 100%; height: 0; margin: 0; background: none; }
.vcex-divider.solid { border-top: 1px solid #e8e8e8 }
.vcex-divider.dashed { border-top: 2px dashed #e8e8e8 }
.vcex-divider.dotted { height: 3px; background: url('images/dotted.png') center center repeat; border: none; }
.vcex-divider.double { height: 5px; border-top: 1px solid #e8e8e8; border-bottom: 1px solid #ddd; }
.vcex-divider-with-icon { display: block; height: auto; margin: 0; text-align: center; }
.vcex-divider-with-icon i { display: inline-block; padding: 0 20px; background: #fff; font-size: 16px; color: #999; }
.vcex-divider-with-icon.solid { background: url('images/solid-line.png') center center repeat-x }
.vcex-divider-with-icon.dashed { background: url('images/dashed-line.png') center center repeat-x }
.vcex-divider-with-icon.dotted { background: url('images/dotted.png') center center repeat-x }
.vcex-divider-with-icon.double { background: url('images/double-line.png') center center repeat-x }
/*-----------------------------------------------------------------------------------*/
/* - List Item
/*-----------------------------------------------------------------------------------*/
.vcex-list_item > span { margin-right: 10px }
.vcex-list_item { margin-bottom: 5px }
/*-----------------------------------------------------------------------------------*/
/* - Buttons
/*-----------------------------------------------------------------------------------*/
/*graphical buttons*/
.vcex-button.graphical { padding: 0.6em 1.4em; margin: 0 5px 5px 0; display: inline-block; font-size: 13px; font-weight: bold; font-weight: 600; color: #fff; background: #000; border: 0; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; text-shadow: 0 -1px rgba(0,0,0,0.4); outline: none; -webkit-appearance: none; box-shadow: inset 0 1px 1px rgba(255,255,255,0.3), 0 1px 3px -1px rgba(45,60,72,0.5); -webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,0.3), 0 1px 3px -1px rgba(45,60,72,0.5); -moz-box-shadow: inset 0 1px 1px rgba(255,255,255,0.3), 0 1px 3px -1px rgba(45,60,72,0.5); border: 1px solid rgba(0,0,0,0.15); }
.vcex-button.graphical:hover { text-decoration: none; text-decoration: none; }
.vcex-button.graphical:active { box-shadow: 0 2px 2px rgba(0,0,0,.1) inset; -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.1) inset; -moz-box-shadow: 0 2px 2px rgba(0,0,0,.1) inset; }
.vcex-button.graphical.grey { background-color: #bbb }
.vcex-button.graphical.grey:hover { background-color: #b3b3b3 }
.vcex-button.graphical.black { background-color: #333 }
.vcex-button.graphical.black:hover { background-color: #000 }
.vcex-button.graphical.blue { background-color: #3f90bd }
.vcex-button.graphical.blue:hover { background-color: #3b86b0 }
.vcex-button.graphical.orange { background-color: #EE7836 }
.vcex-button.graphical.orange:hover { background-color: #eb6317 }
.vcex-button.graphical.gold { background-color: #ffaa33 }
.vcex-button.graphical.gold:hover { background-color: #ff9c11 }
.vcex-button.graphical.green { background-color: #87bf17 }
.vcex-button.graphical.green:hover { background-color: #72a113 }
.vcex-button.graphical.purple { background-color: #a73df2 }
.vcex-button.graphical.purple:hover { background-color: #991df0 }
.vcex-button.graphical.teal { background-color: #00b3b3 }
.vcex-button.graphical.teal:hover { background-color: #009191 }
.vcex-button.graphical.pink { background-color: #f261c2 }
.vcex-button.graphical.pink:hover { background-color: #ef42b6 }
.vcex-button.graphical.brown { background-color: #804b35 }
.vcex-button.graphical.brown:hover { background-color: #683d2b }
.vcex-button.graphical.red { background-color: #F73936 }
.vcex-button.graphical.red:hover { background-color: #f61915 }
.vcex-button.graphical.rosy { background-color: #EA2487 }
.vcex-button.graphical.rosy:hover { background-color: #d71576 }
.vcex-button.graphical.white { background-color: #fff; color: #444; }
/*flat buttons*/
.vcex-button.flat { padding: 0.6em 1.4em; margin: 0 5px 5px 0; display: inline-block; font-size: 13px; font-weight: bold; font-weight: 600; color: #fff; background: #000; border: 0; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; text-shadow: none; outline: none; border: none; -webkit-appearance: none; }
.vcex-button.flat:hover { text-decoration: none; text-decoration: none; }
.vcex-button.flat:active { box-shadow: 0 2px 2px rgba(0,0,0,.1) inset; -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.1) inset; -moz-box-shadow: 0 2px 2px rgba(0,0,0,.1) inset; }
.vcex-button.flat.grey { background-color: #bbb }
.vcex-button.flat.grey:hover { background-color: #b3b3b3 }
.vcex-button.flat.black { background-color: #333 }
.vcex-button.flat.black:hover { background-color: #000 }
.vcex-button.flat.blue { background-color: #3f90bd }
.vcex-button.flat.blue:hover { background-color: #3b86b0 }
.vcex-button.flat.orange { background-color: #EE7836 }
.vcex-button.flat.orange:hover { background-color: #eb6317 }
.vcex-button.flat.gold { background-color: #ffaa33 }
.vcex-button.flat.gold:hover { background-color: #ff9c11 }
.vcex-button.flat.green { background-color: #87bf17 }
.vcex-button.flat.green:hover { background-color: #72a113 }
.vcex-button.flat.purple { background-color: #a73df2 }
.vcex-button.flat.purple:hover { background-color: #991df0 }
.vcex-button.flat.teal { background-color: #00b3b3 }
.vcex-button.flat.teal:hover { background-color: #009191 }
.vcex-button.flat.pink { background-color: #f261c2 }
.vcex-button.flat.pink:hover { background-color: #ef42b6 }
.vcex-button.flat.brown { background-color: #804b35 }
.vcex-button.flat.brown:hover { background-color: #683d2b }
.vcex-button.flat.red { background-color: #F73936 }
.vcex-button.flat.red:hover { background-color: #f61915 }
.vcex-button.flat.rosy { background-color: #EA2487 }
.vcex-button.flat.rosy:hover { background-color: #d71576 }
.vcex-button.flat.white { background-color: #fff; color: #444; }
/*3D buttons*/
.vcex-button.three-d { padding: 0.6em 1.4em; margin: 0 5px 5px 0; display: inline-block; font-size: 13px; font-weight: bold; color: #fff; background: #000; border: 0; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; text-shadow: none; outline: none; border: none; border-bottom: 4px solid rgba(0,0,0,0.25); -webkit-appearance: none; -webkit-font-smoothing: antialiased; }
.vcex-button.three-d:hover { text-decoration: none; text-decoration: none; }
.vcex-button.three-d:active { box-shadow: 0 2px 2px rgba(0,0,0,.1) inset; -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.1) inset; -moz-box-shadow: 0 2px 2px rgba(0,0,0,.1) inset; border-bottom: none; }
.vcex-button.three-d.grey { background-color: #bbb }
.vcex-button.three-d.grey:hover { background-color: #b3b3b3 }
.vcex-button.three-d.black { background-color: #333 }
.vcex-button.three-d.black:hover { background-color: #000 }
.vcex-button.three-d.blue { background-color: #3f90bd }
.vcex-button.three-d.blue:hover { background-color: #3b86b0 }
.vcex-button.three-d.orange { background-color: #EE7836 }
.vcex-button.three-d.orange:hover { background-color: #eb6317 }
.vcex-button.three-d.gold { background-color: #ffaa33 }
.vcex-button.three-d.gold:hover { background-color: #ff9c11 }
.vcex-button.three-d.green { background-color: #87bf17 }
.vcex-button.three-d.green:hover { background-color: #72a113 }
.vcex-button.three-d.purple { background-color: #a73df2 }
.vcex-button.three-d.purple:hover { background-color: #991df0 }
.vcex-button.three-d.teal { background-color: #00b3b3 }
.vcex-button.three-d.teal:hover { background-color: #009191 }
.vcex-button.three-d.pink { background-color: #f261c2 }
.vcex-button.three-d.pink:hover { background-color: #ef42b6 }
.vcex-button.three-d.brown { background-color: #804b35 }
.vcex-button.three-d.brown:hover { background-color: #683d2b }
.vcex-button.three-d.red { background-color: #F73936 }
.vcex-button.three-d.red:hover { background-color: #f61915 }
.vcex-button.three-d.rosy { background-color: #EA2487 }
.vcex-button.three-d.rosy:hover { background-color: #d71576 }
.vcex-button.three-d.white { background-color: #fff; color: #444; }
/*outline buttons*/
.vcex-button.outline { padding: 0.6em 1.5em; margin: 0 5px 5px 0; display: inline-block; font-size: 13px; font-weight: bold; color: #888; background: none; border: 0; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; text-shadow: none; outline: none; border: none; border: 3px solid #eee; -webkit-appearance: none; -webkit-font-smoothing: antialiased; }
.vcex-button.outline:hover { text-decoration: none; text-decoration: none; opacity: 0.6; }
.vcex-button.outline:active { border-color: transparent !important }
.vcex-button.outline.grey { color: #bbb; border-color: #bbb; }
.vcex-button.outline.black { color: #333; border-color: #333; }
.vcex-button.outline.blue { color: #3f90bd; border-color: #3f90bd; }
.vcex-button.outline.orange { color: #EE7836; border-color: #EE7836; }
.vcex-button.outline.gold { color: #ffaa33; border-color: #ffaa33; }
.vcex-button.outline.green { color: #87bf17; border-color: #87bf17; }
.vcex-button.outline.purple { color: #a73df2; border-color: #a73df2; }
.vcex-button.outline.teal { color: #009191; border-color: #009191; }
.vcex-button.outline.pink { color: #f261c2; border-color: #f261c2; }
.vcex-button.outline.brown { color: #804b35; border-color: #804b35; }
.vcex-button.outline.red { color: #F73936; border-color: #F73936; }
.vcex-button.outline.rosy { color: #EA2487; border-color: #EA2487; }
.vcex-button.outline.white { color: #444; border-color: #fff; color: #fff; }
.vcex-button.outline.white:hover { opacity: 0.8; }
/*Clean buttons*/
.vcex-button.clean { padding: 0.6em 1.4em; margin: 0 5px 5px 0; display: inline-block; font-size: 13px; font-weight: bold; color: #3f90bd; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; text-shadow: none; outline: none; border: 1px solid #ddd; -webkit-appearance: none; background-image: linear-gradient(bottom, #f6f6f6 0%, #FFFFFF 100%); background-image: -o-linear-gradient(bottom, #f6f6f6 0%, #FFFFFF 100%); background-image: -moz-linear-gradient(bottom, #f6f6f6 0%, #FFFFFF 100%); background-image: -webkit-linear-gradient(bottom, #f6f6f6 0%, #FFFFFF 100%); background-image: -ms-linear-gradient(bottom, #f6f6f6 0%, #FFFFFF 100%); -webkit-box-shadow:0px 1px 1px rgba(180, 180, 180, 0.13); -moz-box-shadow: 0px 1px 1px rgba(180, 180, 180, 0.13); box-shadow: 0px 1px 1px rgba(180, 180, 180, 0.13); }
.vcex-button.clean:active { box-shadow: 0 1px 2px rgba(0,0,0,.1) inset; -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1) inset; -moz-box-shadow: 0 1px 2px rgba(0,0,0,.1) inset; }
.vcex-button.clean.grey { color: #bbb; }
.vcex-button.clean.black { color: #333; }
.vcex-button.clean.blue { color: #3f90bd; }
.vcex-button.clean.orange { color: #EE7836; }
.vcex-button.clean.gold { color: #ffaa33; }
.vcex-button.clean.green { color: #87bf17; }
.vcex-button.clean.purple { color: #a73df2; }
.vcex-button.clean.teal { color: #009191; }
.vcex-button.clean.pink { color: #f261c2; }
.vcex-button.clean.brown { color: #804b35; }
.vcex-button.clean.red { color: #F73936; }
.vcex-button.clean.rosy { color: #EA2487; }
.vcex-button.clean.white { color: #fff; }
.vcex-button.clean:hover { color: #000 !important; text-decoration: none; }
/*sizes & alignments*/
.vcex-button.small { font-size: 12px }
.vcex-button.medium { font-size: 14px }
.vcex-button.large { font-size: 18px }
.vcex-button.align-left { float: left }
.vcex-button.align-right { float: right; margin-right: 0; margin-left: 5px; }
.vcex-button-icon-right { margin-left: 10px }
.vcex-button-icon-left { margin-right: 10px }
.vcex-button-expanded { width: 100% !important; padding: 0.9em 1.2em !important; text-align: center; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
/*-----------------------------------------------------------------------------------*/
/* - Toggle
/*-----------------------------------------------------------------------------------*/
.vcex-toggle .vcex-toggle-trigger { display: block; color: #555; display: block; padding: 10px 20px 10px 32px; border: 1px solid #ddd; background: url("images/plus.png") no-repeat 10px center; outline: 0; text-transform: none; letter-spacing: normal; font-weight: normal; font-size: 1em; line-height: 1.5em; margin: 0; margin-top: 10px; cursor: pointer; }
.vcex-toggle .vcex-toggle-trigger:hover { background-color: #f7f7f7; text-decoration: none; color: #4d4d4d; }
.vcex-toggle .vcex-toggle-trigger.active,
.vcex-toggle .vcex-toggle-trigger.active:hover { background: #4d4d4d url("images/minus.png") no-repeat 10px center; border-color: transparent; color: #fff; }
.vcex-toggle .vcex-toggle-container { display: none; overflow: hidden; padding: 15px 0; }
/*-----------------------------------------------------------------------------------*/
/* - Pricing
/*-----------------------------------------------------------------------------------*/
.vcex-pricing-table { list-style: none; margin: 0; padding: 0; font-size: 1em; }
.vcex-pricing { background: #fff; border: 1px solid #e8e8e8; border-radius: 4px 4px 0 0; }
.vcex-pricing .vcex-pricing-header h5 { text-align: center; color: #444; font-size: 13px; font-weight: 600; text-transform: uppercase; margin: -1px -1px 0; padding: 15px 20px; border-radius: 4px 4px 0 0; background: #e5e5e5; border: 1px solid #ccc; }
.vcex-pricing.featured .vcex-pricing-header h5 { background: #3b86b0; color: #fff; background: #3b86b0; border-color: rgba(0,0,0,0.15); }
.vcex-pricing .vcex-pricing-cost { background: #f7f7f7; text-align: center; padding: 20px 0; border-bottom: 1px solid #e4e4e4; }
.vcex-pricing .vcex-pricing-ammount { display: inline; color: #7dbd21; font-size: 36px; line-height: 1em; padding: 20px 0 0; font-weight: 200; }
.vcex-pricing .vcex-pricing-per { display: inline; font-size: 12px; color: #999; padding-top: 7px; }
.vcex-pricing .vcex-pricing-content { font-size: 13px; text-align: center; padding: 15px; }
.vcex-pricing .vcex-pricing-content ul { margin: 0 !important; list-style: none !important; }
.vcex-pricing .vcex-pricing-content ul li { margin: 0 0 5px !important; padding: 0 !important; }
.vcex-pricing .vcex-pricing-content ul li:last-child { margin-bottom: 0 !important }
.vcex-pricing .vcex-pricing-content ul li img { margin-right: 5px; display: inline-block; }
.vcex-pricing .vcex-pricing-button { text-align: center; padding: 0 15px 15px; }
.vcex-pricing .vcex-pricing-button a { float: none; margin: 0 auto; font-size: 11px; height: 24px; line-height: 24px; padding: 0 10px; }
/*visual composer support*/
.wpb_column .vcex-pricing { width: 100% !important; margin: 0 !important; float: none !important; }
.wpb_column .vcex-pricing:after { content: ""; display: block; height: 0; clear: both; visibility: hidden; zoom: 1; }
/*-----------------------------------------------------------------------------------*/
/* - Skillbars
/*-----------------------------------------------------------------------------------*/
.vcex-skillbar { position: relative; display: block; margin-bottom: 7px; width: 100%; background: #fff; height: 40px; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); background: #f6f6f6; }
.vcex-skillbar-title { background: none !important; position: absolute; top: 0; left: 0; font-size: 13px; font-weight: 400; color: #fff; z-index: 2; }
.vcex-skillbar-title span { display: block; padding: 0 12px; height: 40px; line-height: 40px; }
.vcex-skillbar-bar { height: 40px; width: 0px; background: #6adcfa; position: relative; z-index: 1; }
.vcex-skill-bar-percent { position: absolute; top: 0; right: 20px; height: 40px; line-height: 40px; text-align: center; color: #fff; font-size: 13px; }
/*-----------------------------------------------------------------------------------*/
/* - Callout
/*-----------------------------------------------------------------------------------*/
.vcex-callout { padding: 15px; position: relative; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; background: #eee; background: -webkit-linear-gradient(#f5f5f5,#eee); background: -moz-linear-gradient(#f5f5f5,#eee); background: -o-linear-gradient(#f5f5f5,#eee); background: linear-gradient(#f5f5f5,#eee); -webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,1), 0 1px 3px -1px rgba(45,60,72,0.1); -moz-box-shadow: inset 0 1px 1px rgba(255,255,255,1), 0 1px 3px -1px rgba(45,60,72,0.1); box-shadow: inset 0 1px 1px rgba(255,255,255,1), 0 1px 3px -1px rgba(45,60,72,0.1); border: 1px solid #ccc; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; min-height: 70px; }
.vcex-callout-caption { float: left; color: #888; font-size: 14px; font-weight: 400; text-shadow: 1px 1px 1px #fff; text-shadow: 1px 1px 1px rgba(255,255,255,0.8); }
.vcex-callout-caption h1,
.vcex-callout-caption h2,
.vcex-callout-caption h3,
.vcex-callout-caption h4 { margin: 0; font-size: 21px; font-weight: 400; color: #000; }
.vcex-callout-caption p:last-child { margin: 0 }
.vcex-callout-button { float: left; height: 40px; line-height: 40px; position: absolute; top: 50%; margin-top: -20px; right: 15px; }
.vcex-callout-button .vcex-button { height: 40px; line-height: 40px; padding: 0 15px; font-size: 13px; font-weight: 400; }
/*-----------------------------------------------------------------------------------*/
/* - LoginForm
/*-----------------------------------------------------------------------------------*/
.vcex-login-form { padding: 20px; border: 1px solid #e4e4e4; border-radius: 4px; }
.vcex-login-form label { font-weight: 600; color: #000; }
.vcex-login-form input[type="text"],
.vcex-login-form input[type="password"] { margin-top: 10px; width: 100%; font-size: 14px; }
/*-----------------------------------------------------------------------------------*/
/* - LoginForm
/*-----------------------------------------------------------------------------------*/
.vcex-newsletter-form input[type="text"],
.vcex-newsletter-form input[type="email"] { width: 100%; margin: 0; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -webkit-appearance: none; font-size: 14px; padding: 0 15px; }
.vcex-newsletter-form-wrap { position: relative; margin: 0 auto; }
.vcex-newsletter-form-button { display: block; position: absolute; top: 50% !important; margin-top: -20px !important; right: 15px; height: 32px; width: 32px; padding: 0; -webkit-appearance: none; background: url("images/icon-mail.png") center no-repeat !important; outline: none; border: none; cursor: pointer; opacity: 0.2; -moz-opacity: 0.2; -webkit-opacity: 0.2; }
/*-----------------------------------------------------------------------------------*/
/* - Recent News
/*-----------------------------------------------------------------------------------*/
.vcex-recent-news-header { margin-bottom: 30px; }
.vcex-recent-news-entry { position: relative; margin: 0; padding-left: 85px; width: auto !important; padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid #eee; }
.vcex-recent-news-entry:last-child { margin-bottom: 0; border-bottom: 0; padding-bottom: 0; }
.vcex-recent-news-date { position: absolute; left: 0; top: 0; width: 60px; padding: 5px 0 0; text-align: center; border: 1px solid #ddd; background: #f7f7f7; border-bottom: none; }
.vcex-recent-news-date span { display: block; padding: 0 5px; }
.vcex-recent-news-date span.day { font-size: 24px; color: #444; font-weight: 300; padding: 0 5px 5px; }
.vcex-recent-news-date span.month { font-size: 11px; color: #fff; background: #3b86b0; padding: 2px 5px; font-weight: normal; text-transform: uppercase; position: relative; margin: -1px -1px 0; }
.vcex-recent-news-entry { margin-bottom: 30px }
.vcex-news-entry-thumbnail,
.vcex-news-entry-video { margin-bottom: 20px; }
.vcex-news-entry-thumbnail img { display: block; }
.vcex-news-entry-thumbnail a { display: block; }
.vcex-news-entry-thumbnail a:hover img { opacity: 0.85; }
.vcex-recent-news-entry-title-heading { font-size: 14px; margin: 0 0 10px; font-weight: 600; }
/*-----------------------------------------------------------------------------------*/
/* - Carousel
/*-----------------------------------------------------------------------------------*/
.vcex-caroufredsel-wrap { margin: 0 -10px }
.vcex-caroufredsel-loading { background: url("images/loader.gif") center center no-repeat }
.vcex-caroufredsel { position: relative; opacity: 0; }
.vcex-caroufredsel-wrap ul { margin: 0 !important; padding: 0; list-style: none; display: block; }
.vcex-caroufredsel-wrap ul li.vcex-caroufredsel-slide { display: block; float: left; margin: 0; padding: 0 10px; height: auto; overflow: hidden; }
.vcex-caroufredsel-wrap .vcex-caroufredsel-pag-wrap:after { content: ""; display: block; height: 0; clear: both; visibility: hidden; zoom: 1; }
.vcex-caroufredsel-wrap .vcex-caroufredsel-pag-wrap { margin-bottom: 20px; padding: 0 10px; }
.vcex-caroufredsel-wrap .vcex-caroufredsel-prev,
.vcex-caroufredsel-wrap .vcex-caroufredsel-next { display: block; float: left; height: 16px; line-height: 16px; width: 16px; color: #fff; font-size: 11px; padding: 0; cursor: pointer; text-align: center; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; cursor: pointer; padding: 0 !important; font-family: 'Arial'; }
.vcex-caroufredsel-wrap .vcex-caroufredsel-prev { margin-left: 10px; margin-top: 10px; }
.vcex-caroufredsel-wrap .vcex-caroufredsel-next { margin-left: 5px; margin-top: 10px; }
.vcex-caroufredsel-wrap .vcex-caroufredsel-prev:hover,
.vcex-caroufredsel-wrap .vcex-caroufredsel-next:hover { }
.vcex-caroufredsel-wrap .vcex-caroufredsel-entry-media { position: relative }
.vcex-caroufredsel-wrap .vcex-caroufredsel-entry-media:after { content: ""; display: block; height: 0; clear: both; visibility: hidden; zoom: 1; }
.vcex-caroufredsel-wrap .vcex-caroufredsel-entry-media img { display: block; float: left; }
.vcex-caroufredsel-wrap .vcex-caroufredsel-entry-details { background: #f7f7f7; border: 1px solid #eee; border-top: none; padding: 15px; }
.vcex-caroufredsel-wrap .vcex-caroufredsel-entry-title a { color: #000; font-size: 14px; font-weight: 600; }
.vcex-caroufredsel-wrap .vcex-caroufredsel-entry-title a:hover { text-decoration: none; color: #3b86b0; }
.vcex-caroufredsel-wrap .vcex-caroufredsel-entry-excerpt { margin-top: 5px }
/*no margins style*/
.vcex-caroufredsel-no-margins { margin-left: 0; margin-right: 0; }
.vcex-caroufredsel-no-margins ul li.vcex-caroufredsel-slide { padding: 0 }
.vcex-caroufredsel-no-margins .vcex-caroufredsel-prev,
.vcex-caroufredsel-no-margins .vcex-caroufredsel-next { background: #000; height: 60px; line-height: 60px; width: 40px; text-align: center; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; position: absolute; top: 50%; margin: -30px 0 0; font-size: 16px; opacity: 0.6; -moz-opacity: 0.6; -webkit-opacity: 0.6; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; cursor: pointer; z-index: 3; padding: 0 !important; font-family: 'FontAwesome'; }
.vcex-caroufredsel-no-margins .vcex-caroufredsel-prev:hover,
.vcex-caroufredsel-no-margins .vcex-caroufredsel-next:hover { opacity: 1 }
.vcex-caroufredsel-no-margins .vcex-caroufredsel-prev { left: 15px }
.vcex-caroufredsel-no-margins .vcex-caroufredsel-next { right: 15px }
/*-----------------------------------------------------------------------------------*/
/* - Portfolio Carousel
/*-----------------------------------------------------------------------------------*/
.vcex-caroufredsel-portfolio .vcex-caroufredsel-entry-media a:hover .portfolio-entry-overlay { visibility: visible; opacity: 0.75; -moz-opacity: 0.75; -webkit-opacity: 0.75; }
/*-----------------------------------------------------------------------------------*/
/* - Product Carousel
/*-----------------------------------------------------------------------------------*/
.vcex-caroufredsel-woocommerce .vcex-caroufredsel-entry-details { text-align: center }
.vcex-caroufredsel-entry-price { font-size: 14px; font-weight: 400; color: #3b86b0; }
.vcex-caroufredsel-entry-price del .amount { font-size: 13px; color: #888; }
.vcex-caroufredsel-woocommerce .vcex-caroufredsel-entry-title a:hover { color: #000 }
/*-----------------------------------------------------------------------------------*/
/* - Images Carousel
/*-----------------------------------------------------------------------------------*/
.vcex-caroufredsel-images .vcex-caroufredsel-entry-media img { display: block }
.vcex-caroufredsel-images .vcex-caroufredsel-entry-title { text-align: center; margin: 10px 0; }
/*-----------------------------------------------------------------------------------*/
/* - Slider
/*-----------------------------------------------------------------------------------*/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus { outline: none }
.slides,
.flex-control-nav,
.flex-direction-nav { margin: 0; padding: 0; list-style: none; }
.vcex-flexslider-wrap { position: relative }
.vcex-flexslider-wrap .flexslider { margin: 0; padding: 0; }
.vcex-flexslider-wrap ul,
.vcex-flexslider-wrap ul li { list-style: none !important }
.vcex-flexslider-wrap .flexslider .slides > li { display: none; -webkit-backface-visibility: hidden; }
.vcex-flexslider-wrap img { width: 100%; display: block; }
.vcex-flexslider-wrap .flex-pauseplay span { text-transform: capitalize }
.vcex-flexslider-wrap .slides:after { content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.vcex-flexslider-wrap html[xmlns] .slides { display: block }
.vcex-flexslider-wrap * html .slides { height: 1% }
.vcex-flexslider-wrap .no-js .slides > li:first-child { display: block }
.vcex-flexslider-wrap { position: relative }
.vcex-flexslider-wrap .flexslider { position: relative; zoom: 1; }
.vcex-img-flexslider { background: transparent url("images/loader.gif") center center no-repeat }
.vcex-flexslider-wrap .flex-viewport { max-height: 2000px }
.vcex-flexslider-wrap .flexslider .slides { zoom: 1 }
.vcex-flexslider-wrap .vcex-flexslider-entry-media { display: block }
/*show first slide before others so it loads a bit nicer*/
/* Direction Nav - Default */
.vcex-flexslider-wrap.vcex-img-flexslider .flex-direction-nav a { display: block; width: 40px; height: 40px; border-radius: 4px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: #fff; background: #4d4d4d url("images/arrows.png") no-repeat; background: rgba(0,0,0,0.85) url("images/arrows.png") no-repeat; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; text-indent: -9999px; }
.vcex-flexslider-wrap.vcex-img-flexslider .flex-direction-nav .flex-prev { left: 20px }
.vcex-flexslider-wrap.vcex-img-flexslider .flex-direction-nav .flex-next { right: 20px; background-position: 0 -40px; }
.vcex-flexslider-wrap.vcex-img-flexslider .flexslider:hover .flex-prev { opacity: 0.7 }
.vcex-flexslider-wrap.vcex-img-flexslider .flexslider:hover .flex-next { opacity: 0.7 }
.vcex-flexslider-wrap.vcex-img-flexslider .flexslider:hover .flex-next:hover,
.vcex-flexslider-wrap.vcex-img-flexslider .flexslider:hover .flex-prev:hover { opacity: 1 }
.vcex-flexslider-wrap.vcex-img-flexslider .flex-direction-nav .flex-disabled { opacity: 0!important; filter: alpha(opacity=0); cursor: default; }
/* Direction Nav - Content */
.vcex-flexslider-wrap.flexslider-style-content .flex-direction-nav { border-top: 1px solid #ddd; margin-top: 20px; padding-top: 20px; }
.vcex-flexslider-wrap.flexslider-style-content .flex-direction-nav a { position: inherit; diplay: block; float: left; }
.vcex-flexslider-wrap.flexslider-style-content .flex-direction-nav .flex-prev { margin-right: 10px }
/* Control Nav - Default */
.vcex-flexslider-wrap.vcex-img-flexslider .flex-control-nav { z-index: 99; width: 100%; position: absolute; top: 20px; left: 20px; margin: 0 !important; }
.vcex-flexslider-wrap.vcex-img-flexslider .flex-control-nav li { display: block; zoom: 1; float: left; margin-left: 4px; }
.vcex-flexslider-wrap.vcex-img-flexslider .flex-control-nav li:first-child { margin-left: 0 }
.vcex-flexslider-wrap.vcex-img-flexslider .flex-control-paging li a { width: 6px; height: 6px; display: block; background: transparent; border: 2px solid #fff; border: 2px solid rgba(255,255,255,0.6); cursor: pointer; text-indent: -9999px; border-radius: 99px; }
.vcex-flexslider-wrap.vcex-img-flexslider .flex-control-paging li a:hover { background: #fff }
.vcex-flexslider-wrap.vcex-img-flexslider .flex-control-paging li a.flex-active { background: #fff; cursor: default; }
.vcex-flexslider-wrap.vcex-img-flexslider .flex-control-thumbs { margin: 5px 0 0; position: static; overflow: hidden; }
.vcex-flexslider-wrap.vcex-img-flexslider .flex-control-thumbs li { width: 25%; float: left; margin: 0; }
.vcex-flexslider-wrap.vcex-img-flexslider .flex-control-thumbs img { width: 100%; display: block; opacity: .7; cursor: pointer; }
.vcex-flexslider-wrap.vcex-img-flexslider .flex-control-thumbs img:hover { opacity: 1 }
.vcex-flexslider-wrap.vcex-img-flexslider .flex-control-thumbs .flex-active { opacity: 1; cursor: default; }
/* Control Nav - Content */
.vcex-flexslider-wrap.flexslider-style-content .flex-control-nav { display: none }
/*title*/
.vcex-flexslider-wrap .vcex-flexslider-entry-media { position: relative }
.vcex-flexslider-wrap .vcex-flexslider-entry-title { display: none; position: absolute; bottom: 0; left: 0; background: #4d4d4d; background: rgba(0,0,0,0.7); color: #fff; padding: 15px; font-size: 14px; width: 100%; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; display: block; text-align: center; }
.vcex-flexslider-wrap .vcex-flexslider-entry-title a { color: #fff }
.vcex-flexslider-wrap .vcex-flexslider-entry-title a:hover { color: #fff }
/*gallery thumbnails*/
.vcex-flexslider-wrap .flex-control-thumbs { margin: 0 !important }
.vcex-flexslider-wrap .flex-control-thumbs:after { content: ""; display: block; height: 0; clear: both; visibility: hidden; zoom: 1; }
.vcex-flexslider-wrap .flex-control-thumbs li { display: block; float: left; cursor: pointer; height: auto; width: 20%; margin: 0; }
.vcex-flexslider-wrap .flex-control-thumbs li a { display: block }
.vcex-flexslider-wrap .flex-control-thumbs li img { width: 100%; display: block; opacity: 0.6; box-shadow: #000 0em 0em 0em; }
.vcex-flexslider-wrap .flex-control-thumbs img.flex-active,
.vcex-flexslider-wrap .flex-control-thumbs li img:hover { opacity: 1 }
/*gallery caption*/
.vcex-galleryslider-entry-title { position: absolute; top: 0; left: 0; width: 100%; background: #000; color: #fff; opacity: 0.85; text-align: center; padding: 20px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; font-size: 14px; }
/*direction nav*/
.vcex-flexslider-wrap .flex-direction-nav { *height: 0 }
.vcex-flexslider-wrap .flex-direction-nav a { display: block; width: 40px; height: 60px; line-height: 60px; margin-top: -30px; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0.7; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: opacity .3s ease; -moz-transition: opacity .3s ease; transition: opacity .3s ease; background: #000; color: #fff; text-align: center; font-size: 18px; }
/*-----------------------------------------------------------------------------------*/
/* - Video Background
/*-----------------------------------------------------------------------------------*/
.vcex-video-bg-wrap { position: relative; overflow: hidden; }
.vcex-video-bg-wrap .wpb_row { position: relative; z-index: 3; }
.vcex-video-bg {position: absolute; bottom: 0px; right: 0px; min-width: 100%; min-height: 100%; width: auto; height: auto; z-index: -1000; overflow: hidden; }
.vcex-video-bg-overlay { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 2; }
.vcex-video-bg-overlay.dark-overlay { background: #000; opacity: 0.65; -moz-opacity: 0.65; -webkit-opacity: 0.65; }
.vcex-video-bg-overlay.dotted-overlay { background: rgba(0,0,0,0.3) url("images/dotted-overlay.png") repeat }
.vcex-video-bg-overlay.dashed-overlay { background: rgba(0,0,0,0.3) url("images/dashed-overlay.png") repeat }
/*-----------------------------------------------------------------------------------*/
/* - Icons
/*-----------------------------------------------------------------------------------*/
a:hover .vcex-icon { text-decoration: none; opacity: 0.8; }
.vcex-icon.vcex-icon-circle { display: block; text-align: center; }
.vcex-icon.vcex-icon-circle.vcex-icon-float-none,
.vcex-icon-float-none { display: inline; display: inline-block; }
/*xlarge*/
.vcex-icon.vcex-icon-xlarge { font-size: 100px; height: 180px; line-height: 180px; width: 180px; }
.vcex-icon.vcex-icon-xlarge.vcex-icon-float-left { margin-right: 30px }
.vcex-icon.vcex-icon-xlarge.vcex-icon-float-right { margin-left: 30px }
/*large*/
.vcex-icon.vcex-icon-large { font-size: 80px; height: 140px; line-height: 140px; width: 140px; }
.vcex-icon.vcex-icon-large.vcex-icon-float-left { margin-right: 20px }
.vcex-icon.vcex-icon-large.vcex-icon-float-right { margin-left: 20px }
/*normal*/
.vcex-icon.vcex-icon-normal { font-size: 40px; height: 70px; line-height: 70px; width: 70px; }
.vcex-icon.vcex-icon-normal.vcex-icon-float-left { margin-right: 20px }
.vcex-icon.vcex-icon-normal.vcex-icon-float-right { margin-left: 20px }
/*small*/
.vcex-icon.vcex-icon-small { font-size: 20px; height: 35px; line-height: 35px; width: 35px; }
.vcex-icon.vcex-icon-small.vcex-icon-float-left { margin-right: 15px }
.vcex-icon.vcex-icon-small.vcex-icon-float-right { margin-left: 15px }
/*tiny*/
.vcex-icon.vcex-icon-tiny { font-size: 12px; height: 25px; line-height: 25px; width: 25px; }
.vcex-icon.vcex-icon-tiny.vcex-icon-float-left { margin-right: 10px }
.vcex-icon.vcex-icon-tiny.vcex-icon-float-right { margin-left: 10px }
/*other*/
.vcex-icon-float-left { display: block; float: left; }
.vcex-icon-float-right { display: block; float: right; }
.vcex-icon-float-center { margin: 0 auto; display: block; text-align: center; }
.vcex-icon.remove-dimensions { height: auto; width: auto; margin: auto; line-height: normal; }
/*-----------------------------------------------------------------------------------*/
/* - Icon Box Style 1
/*-----------------------------------------------------------------------------------*/
.vcex-icon-box-one { position: relative; padding-left: 50px; margin-bottom: 30px; }
.vcex-icon-box-one p { margin: 0 0 10px }
.vcex-icon-box-one-link { text-decoration: none !important }
.vcex-icon-box-one .vcex-icon-box-one-icon { position: absolute; left: 0; top: 0; font-size: 28px; }
.vcex-icon-box-one .vcex-icon-box-icon-with-bg { padding: 5px }
.vcex-icon-box-one-link .vcex-icon-box-one-heading:hover { color: #3b86b0 }
.vcex-icon-box-one .vcex-icon-box-one-heading { margin: 0 0 10px; font-size: 14px; font-weight: 600; }
.vcex-icon-box-one-img-alt { position: absolute; left: 0; top: 0; height: 30px; width: 30px; display: block; }
/*-----------------------------------------------------------------------------------*/
/* - Icon Box Style 2
/*-----------------------------------------------------------------------------------*/
.vcex-icon-box-two { position: relative; text-align: center; margin-bottom: 30px; }
.vcex-icon-box-two p { margin: 0 0 10px }
.vcex-icon-box-two-link { text-decoration: none !important }
.vcex-icon-box-two .vcex-icon-box-two-icon { font-size: 26px; margin: 0 0 20px; display: block; }
.vcex-icon-box-two .vcex-icon-box-icon-with-bg { padding: 20px }
.vcex-icon-box-two .vcex-icon-box-two-heading { margin: 0 0 15px; font-size: 16px; font-weight: 600; }
.vcex-icon-box-two-link .vcex-icon-box-two-heading:hover { color: #3b86b0 }
.vcex-icon-box-two-img-alt { display: block; margin: 0 auto 20px; }
/*-----------------------------------------------------------------------------------*/
/* - Icon Box Style 3
/*-----------------------------------------------------------------------------------*/
.vcex-icon-box-three { position: relative; text-align: center; margin-bottom: 30px; }
.vcex-icon-box-three p { margin: 0 0 10px }
.vcex-icon-box-three-link { text-decoration: none !important }
.vcex-icon-box-three .vcex-icon-box-three-icon { height: 80px; line-height: 80px; width: 80px; font-size: 24px; margin: 0 auto 30px; display: block; border-radius: 99px; -webkit-border-radius: 99px; -moz-border-radius: 99px; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }
.vcex-icon-box-three-link:hover .vcex-icon-box-three-icon { opacity: 0.85 }
.vcex-icon-box-three .vcex-icon-box-three-heading { margin: 0 0 15px; font-size: 16px; font-weight: 600; }
.vcex-icon-box-three-link .vcex-icon-box-three-heading:hover { color: #3b86b0 }
.vcex-icon-box-three-img-alt { display: block; margin: 0 auto 20px; }
/*-----------------------------------------------------------------------------------*/
/* - Icon Box Style 4
/*-----------------------------------------------------------------------------------*/
.vcex-icon-box-four { position: relative; text-align: center; padding: 30px; margin-bottom: 30px; border: 1px solid #eee; -webkit-transition: background .3s ease-in-out; -moz-transition: background .3s ease-in-out; -ms-transition: background .3s ease-in-out; -o-transition: background .3s ease-in-out; transition: background .3s ease-in-out; }
.vcex-icon-box-four p { margin: 0 0 10px }
.vcex-icon-box-four-link { text-decoration: none !important; color: #555; }
.vcex-icon-box-four .vcex-icon-box-four-icon { font-size: 28px; margin: 0 0 20px; display: block; color: #4d4d4d; }
.vcex-icon-box-four .vcex-icon-box-four-heading { margin: 0; font-size: 16px; font-weight: 600; }
.vcex-icon-box-four-content { margin-top: 15px }
.vcex-icon-box-four.vcex-icon-box-with-link { padding: 0 }
.vcex-icon-box-four-link { display: block; padding: 30px; }
.vcex-icon-box-four-link .vcex-icon-box-four-heading:hover { color: #3b86b0 }
.vcex-icon-box-four.vcex-icon-box-with-link:hover { background: #3b86b0; color: #fff; }
.vcex-icon-box-four.vcex-icon-box-with-link:hover .vcex-icon-box-four-link { color: #fff }
.vcex-icon-box-four.vcex-icon-box-with-link:hover .vcex-icon-box-four-icon { color: #fff !important }
.vcex-icon-box-four.vcex-icon-box-with-link:hover .vcex-icon-box-four-heading { color: #fff }
.vcex-icon-box-four-img-alt { display: block; margin: 0 auto 20px; }
/*-----------------------------------------------------------------------------------*/
/* - Icon Box Style 5
/*-----------------------------------------------------------------------------------*/
.vcex-icon-box-five { position: relative; text-align: center; padding: 30px; margin-bottom: 30px; background: #f7f7f7; -webkit-transition: background .3s ease-in-out; -moz-transition: background .3s ease-in-out; -ms-transition: background .3s ease-in-out; -o-transition: background .3s ease-in-out; transition: background .3s ease-in-out; }
.vcex-icon-box-five p { margin: 0 0 10px }
.vcex-icon-box-five-link { text-decoration: none !important; color: #555; }
.vcex-icon-box-five .vcex-icon-box-five-icon { font-size: 32px; margin: 0 0 20px; display: block; color: #4d4d4d; }
.vcex-icon-box-five .vcex-icon-box-five-heading { margin: 0; font-size: 16px; font-weight: 600; }
.vcex-icon-box-five-content { margin-top: 15px }
.vcex-icon-box-five.vcex-icon-box-with-link { padding: 0 }
.vcex-icon-box-five-link { display: block; padding: 30px; }
.vcex-icon-box-five-link .vcex-icon-box-five-heading:hover { color: #3b86b0 }
.vcex-icon-box-five.vcex-icon-box-with-link:hover { background: #3b86b0; color: #fff; }
.vcex-icon-box-five.vcex-icon-box-with-link:hover .vcex-icon-box-five-link { color: #fff }
.vcex-icon-box-five.vcex-icon-box-with-link:hover .vcex-icon-box-five-icon { color: #fff !important }
.vcex-icon-box-five.vcex-icon-box-with-link:hover .vcex-icon-box-five-heading { color: #fff }
.vcex-icon-box-five-img-alt { display: block; margin: 0 auto 20px; }
/*-----------------------------------------------------------------------------------*/
/* - Icon Box Style 6
/*-----------------------------------------------------------------------------------*/
.vcex-icon-box-six { position: relative; text-align: center; padding: 30px; margin-bottom: 30px; background: #000; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -ms-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out; position: relative; color: #fff; }
.vcex-icon-box-six p { margin: 0 0 10px; color: #fff; }
.vcex-icon-box-six.vcex-icon-box-with-link { padding: 0 }
.vcex-icon-box-six-link { text-decoration: none !important; color: #555; padding: 30px; display: block; }
.vcex-icon-box-six .vcex-icon-box-six-icon { font-size: 32px; margin: 0 0 20px; display: block; color: #fff; }
.vcex-icon-box-six .vcex-icon-box-six-heading { margin: 0; font-size: 12px; font-weight: bold; text-transform: uppercase; letter-spacing: 2px; }
.vcex-icon-box-six-content { margin-top: 15px }
.vcex-icon-box-six.vcex-icon-box-with-link:hover { position: relative; top: -10px; box-shadow: 0 5px 15px rgba(0,0,0,0.25); }
.vcex-icon-box-six-img-alt { display: block; margin: 0 auto 20px; }
/*-----------------------------------------------------------------------------------*/
/* - Testimonials Grid
/*-----------------------------------------------------------------------------------*/
.vcex-testimonials-filter { list-style: none !important; margin: 0 0 15px !important; }
.vcex-testimonials-filter li { float: left; margin-right: 5px; margin-bottom: 5px; }
.vcex-testimonials-filter li:last-child { margin-right: 0 }
/*-----------------------------------------------------------------------------------*/
/* - Testimonials Slider
/*-----------------------------------------------------------------------------------*/
.vcex-testimonials-fullslider { padding: 40px 0; font-size: 21px; text-align: center; }
.vcex-testimonials-fullslider .vcex-testimonials-fullslider-entry { font-weight: 300; padding: 0 30px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.vcex-testimonials-fullslider .flex-control-nav { text-align: center; margin: 0 !important; padding-top: 10px; }
.vcex-testimonials-fullslider .flex-control-nav li { display: inline-block }
.vcex-testimonials-fullslider .flex-control-nav li a { font-size: 14px; display: block; text-indent: -9999px; height: 12px; width: 12px; margin-left: 7px; margin-top: 0; margin-bottom: 0; cursor: pointer; border-radius: 99px; -webkit-border-radius: 99px; -moz-border-radius: 99px; }
.vcex-testimonials-fullslider .flex-control-nav li:first-child a { margin-left: 0 }
.vcex-testimonials-fullslider-author { font-size: 14px; display: block; text-align: center; margin: 20px 0 5px; }
.vcex-testimonials-fullslider-avatar { margin-bottom: 20px; }
.vcex-testimonials-fullslider-avatar img { width: auto !important; margin: 0 auto; display: block; border-radius: 99px; }
.container.full-screen .container .vcex-testimonials-fullslider-entry.container { width: 100% !important; }
/*dark*/
.vcex-testimonials-fullslider.dark-skin .flex-control-nav li a { background: #eee }
.vcex-testimonials-fullslider.dark-skin .flex-control-nav li a:hover,
.vcex-testimonials-fullslider.dark-skin .flex-control-nav a.flex-active { background: #3b86b0 }
/*light*/
.vcex-testimonials-fullslider.light-skin { color: #fff }
.vcex-testimonials-fullslider.light-skin .flex-control-nav li a { background: #fff; opacity: 0.6; }
.vcex-testimonials-fullslider.light-skin .flex-control-nav li a:hover,
.vcex-testimonials-fullslider.light-skin .flex-control-nav a.flex-active { background: #fff; opacity: 1; }
/*-----------------------------------------------------------------------------------*/
/* - Portfolio Grid
/*-----------------------------------------------------------------------------------*/
.vcex-portfolio-filter { list-style: none !important; margin: 0 0 15px !important; }
.vcex-portfolio-filter li { float: left; margin-right: 5px; margin-bottom: 5px; }
.vcex-portfolio-filter li:last-child { margin-right: 0 }
/*1 column grid*/
.vcex-portfolio-grid .span_1_of_1 .vcex-portfolio-entry-media { float: left; margin: 0 20px 20px 0; width: 45%; box-sizing: border-box; -moz-box-sizing: border-box; }
.vcex-portfolio-grid .span_1_of_1 .vcex-portfolio-entry-title { margin: 0 0 20px; font-size: 16px; }
/*-----------------------------------------------------------------------------------*/
/* - Blog Grid
/*-----------------------------------------------------------------------------------*/
/*filter*/
.vcex-blog-filter { list-style: none !important; margin: 0 0 20px !important; }
.vcex-blog-filter li { float: left; margin-right: 5px; margin-bottom: 5px; }
.vcex-blog-filter li:last-child { margin-right: 0 }
/*entries*/
.vcex-blog-entry-details { padding: 20px; border: 1px solid #eee; border-top-color: transparent; }
.vcex-blog-entry-media { margin: 0; }
.vcex-blog-entry-media img { display: block; }
.vcex-blog-entry-title { font-size: 16px; margin: 15px 0 0; line-height: 1.5em; font-weight: 400; }
.vcex-blog-no-media-entry .vcex-blog-entry-title { margin-top: 0; }
.vcex-blog-entry-excerpt p:last-child { margin: 0; }
.vcex-blog-entry-date { font-size: 12px; color: #777; list-style: none; margin: 0 0 5px; }
/*1 column grid*/
.vcex-blog-grid .span_1_of_1 .vcex-blog-entry-media { float: left; margin: 0 20px 20px 0; width: 45%; box-sizing: border-box; -moz-box-sizing: border-box; }
.vcex-blog-grid .span_1_of_1 .vcex-blog-entry-title { margin: 0 0 20px; font-size: 16px; }
/*-----------------------------------------------------------------------------------*/
/* - Staff Grid
/*-----------------------------------------------------------------------------------*/
.vcex-staff-filter { list-style: none !important; margin: 0 0 15px !important; }
.vcex-staff-filter li { display: block; float: left; margin-right: 5px; margin-bottom: 5px; }
.vcex-staff-filter li:last-child { margin-right: 0 }
/*1 column grid*/
.vcex-staff-grid .span_1_of_1 .vcex-staff-entry-media { float: left; margin: 0 20px 20px 0; width: 45%; box-sizing: border-box; -moz-box-sizing: border-box; }
.vcex-staff-grid .span_1_of_1 .vcex-staff-entry-title { margin: 0 0 20px; font-size: 16px; }
.vcex-staff-grid .vcex-readmore { margin-top: 20px; }
/*-----------------------------------------------------------------------------------*/
/* - Background
/*-----------------------------------------------------------------------------------*/
.vcex-background p:last-child { margin: 0 }
.vcex-background.style-centered { background-image-repeat: repeat }
.vcex-background.style-fixed,
.vcex-background.style-parallax { background-attachment: fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
/*-----------------------------------------------------------------------------------*/
/* - Image Grid
/*-----------------------------------------------------------------------------------*/
.vcex-image-grid.grid-style-no-margins .col { margin: 0 }
.vcex-image-grid-entry img { display: block }
.vcex-image-grid-entry-title { margin: 10px 0 0; text-align: center; }
/*-----------------------------------------------------------------------------------*/
/* - Isotope Columns
/*-----------------------------------------------------------------------------------*/
.vcex-masonry-grid { margin: 0 -1.2% 0 -1% }
.vcex-masonry-grid .col { margin-right: 1.1%; margin-left: 1.1%; }
.vcex-masonry-grid .span_1_of_5 { width: 17.8% }
.vcex-masonry-grid .span_1_of_4 { width: 22.7% }
.vcex-masonry-grid .span_1_of_3 { width: 31.1% }
.vcex-masonry-grid .span_1_of_2 { width: 47.6% }
.vcex-masonry-grid .span_1_of_1 { width: 100% }
/*-----------------------------------------------------------------------------------*/
/* - Teasers
/*-----------------------------------------------------------------------------------*/
.vcex-teaser { margin-bottom: 30px }
.vcex-teaser-media img { display: block; margin: 0 auto; }
.vcex-teaser-link { text-decoration: none !important }
.vcex-teaser-link img:hover { opacity: 0.8 }
.vcex-teaser-heading { font-weight: 600; font-size: 16px; margin: 20px 0 0; color: #000; }
.vcex-teaser-text { margin: 10px 0 0 }
.vcex-teaser-text p:last-child { margin: 0 }
.vcex-teaser-two { padding: 20px; border: 1px solid #eee; border-radius: 3px; background: #f7f7f7; }
.vcex-teaser-two .vcex-teaser-media img { border-radius: 3px }
.vcex-teaser-three .vcex-teaser-content { padding: 0 20px 20px; border: 1px solid #eee; background: #f7f7f7; }
.vcex-teaser-four .vcex-teaser-content { padding: 0 20px 20px; border: 1px solid #e4e4e4; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
/*-----------------------------------------------------------------------------------*/
/* - MileStones
/*-----------------------------------------------------------------------------------*/
.vcex-milestone { text-align: center }
.vcex-milestone-number { font-weight: 600; font-size: 54px; color: #bcbcbc; line-height: 1em; }
.vcex-milestone-caption { font-size: 16px; font-weight: 300; color: #898989; margin-top: 5px; }
/*-----------------------------------------------------------------------------------*/
/* - VC Row - Light Skin
/*-----------------------------------------------------------------------------------*/
.vcex-skin-light,
.vcex-skin-light p,
.vcex-skin-light strong,
body .entry .vcex-skin-light strong { color: #fff; color: rgba(255,255,255,0.85); }
.vcex-skin-light h1,
.vcex-skin-light h2,
.vcex-skin-light h3,
.vcex-skin-light h4,
.vcex-skin-light h5,
.vcex-skin-light h6 { color: #fff }
.vcex-skin-light h1 a,
.vcex-skin-light h2 a,
.vcex-skin-light h3 a,
.vcex-skin-light h4 a,
.vcex-skin-light h5 a,
.vcex-skin-light h6 a { color: #3b86b0 }
/*icon boxes*/
.vcex-skin-light .vcex-icon-box-three .vcex-icon-box-three-icon { background: #fff; color: #4d4d4d; }
.vcex-skin-light .vcex-icon-box-four { border-color: #fff }
.vcex-skin-light .vcex-icon-box-four .vcex-icon-box-four-icon { color: #fff }
.vcex-skin-light .vcex-icon-box-four.vcex-icon-hover-enabled:hover { background: #000; background: rgba(0,0,0,0.5) !important; border-color: rgba(0,0,0,0.5); }
.vcex-skin-light .vcex-icon-box-five { background: #000; background: rgba(0,0,0,0.5) !important; }
.vcex-skin-light .vcex-icon-box-five .vcex-icon-box-five-icon { color: #fff }
/*teasers*/
.vcex-skin-light .vcex-teaser-two { background-color: #000; background-color: rgba(0,0,0,0.25); border-color: rgba(0,0,0,0.1); }
.vcex-skin-light .vcex-teaser-three .vcex-teaser-content { background-color: #000; background-color: rgba(0,0,0,0.25); border-color: rgba(0,0,0,0.1); }
/*-----------------------------------------------------------------------------------*/
/* - Responsive
/*-----------------------------------------------------------------------------------*/
@media screen and (max-width: 860px) { 
	.vcex-flexslider-wrap .flex-direction-nav .flex-prev { opacity: 1; left: 10px; }
	.vcex-flexslider-wrap .flex-direction-nav .flex-next { opacity: 1; right: 10px; }
	.vcex-callout-caption { float: none; width: 100%; text-align: center; }
	.vcex-callout-button { float: none; display: block; position: inherit; right: auto; top: auto; margin: 15px auto 0; text-align: center; }
	.vcex-background-parallax { background-attachment: scroll; }
	.vcex-galleryslider-entry-title { font-size: 13px; padding: 10px; }
	/*.vcex-flexslider-wrap .flex-control-thumbs li { width: 25%; }*/
}