/*
Theme Name: Creativo 5.0
Description: Ultra Responsive Multi-Purpose WP Theme.
Author: RockyThemes
Theme URI: http://rockythemes.com/creativo/
Author URI: http://rockythemes.com
Version: 5.4.1
License: GNU General Public License
License URI: license.txt
*/

@import url("css/prettyPhoto.css");

html, body, div, span, applet, object, iframe, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, figure {
    margin: 0;
    padding: 0;
}
/* apply a natural box layout model to all elements, but allowing components to change */
/*
html {
  -webkit-box-sizing: border-box; 
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}
*/
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
textarea, input { outline: none; }

ul {
    list-style: none;
}
table {
    border-collapse: separate;
    border-spacing: 0;
	width:100%;
} 

ol, .wpb_text_column ul, .single .post-content ul, .single .project-description ul, .page .post-content ul {
	margin:20px 0;
	padding-left:40px;
}
.wpb_text_column ul, .single .post-content ul, .page .post-content ul, .single .project-description ul {
	list-style:disc;
}
caption{
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
sup{
    vertical-align: super;
    font-size:smaller;
}
code{
    font-family: 'Courier New', Courier, monospace;
    font-size:12px;
    color:#657580;
}
h1, h2, h3, h4, h5, h6{
	font-weight:normal;
	padding:0px 0 5px 0; margin:0; 
	line-height:normal;
}
h1 {
	font-size: 32px;
	line-height:34px;
}

h2 {
	font-size: 28px;
	line-height:30px;
}
h2.page404 {
	font-size:26px;
	letter-spacing:-1px;
	font-weight:bold;
	border-bottom:1px solid #c1bebc;
	padding:0 0 5px 0;
	margin-bottom:15px;
	color:#58a623;
}

h3 {
	font-size: 24px;
	line-height: 26px;
}

h4 {
	font-size: 20px;
	line-height: 28px;
}

h5 {
	font-size: 18px;
	line-height: 24px;
}

h6 {
	font-size: 16px;
	line-height: 20px;
}

p{
	margin-bottom:20px;
}
a img{
	border: none;
}
img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
.wp-caption {
	max-width:100%;
	font-style: italic;
}
a { 
	text-decoration:none;
	color:#58A623;	
    -webkit-transition: background-color .2s linear, color .2s linear;
	-moz-transition: background-color .2s linear, color .2s linear;
	-o-transition: background-color .2s linear, color .2s linear;
	-ms-transition: background-color .2s linear, color .2s linear;
	transition: background-color .2s linear, color .2s linear;
}
a:hover {
	color:#000;
}

body {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	color: #666;
	overflow-x: hidden;
	overflow-y: scroll;
}
#background {
	position: fixed;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	z-index: -1;
}
.bgwidth {
	width: 100%;
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix { display: inline-block; *zoom:1;}
* html .clearfix { height: 1%;} /* Hides from IE-mac \*/
.clearfix { display: block;}

.bottommargin {
	margin-bottom:35px;
}
.aligncenter{
	text-align:center;
}

/**********************************************************/
/* Creativo Common Form Elements */
/**********************************************************/

input[type=text],
input[type=email],
input[type=password],
textarea {
	background: #fff;
	border: 1px solid #ccc;
	color: #b2b2b6;
    padding: 10px; 
	width:92%;
	
}
fieldset {
	border:none;
}

input:focus,
textarea:focus {
	background: #fff;
	border-color: #cfcfcf;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1) inset;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.1) inset;
	box-shadow: 0 1px 3px rgba(0,0,0,.1) inset;
	color: #555;
}

.light_form input[type=text],
.light_form input[type=email],
.light_form input[type=password],
.light_form textarea {
	border: none;
	background: rgba(125,125,125,0.3);
	color: #fff;
	margin-top:5px;
	margin-bottom:10px;
	padding:15px;
	font-family:inherit;
}
.light_form{
	color: #fff;
}

/**********************************************************/
/* Creativo Main Style */
/**********************************************************/

.container {
	position: relative;
	max-width: 100%;
	background-color: #fff;
	overflow: hidden;
}
.recent_posts_container {
	max-width: 100%;
	/*margin:30px 0 0 0;*/
}

.recent_posts_container article.col.extra-width:nth-child(4n) {
	clear:left;
}

/* Header Menu */

.second_navi {
	border:1px solid #ccc;
	border-left: none;
	border-right: none;	
}
.second_navi_inner {
	width:940px;
	margin:0 auto;
	position:relative;
}
.sf-sub-indicator {
	margin-left:3px;
}


/* Top Navigation */

.top_nav_out {
	background-color:#fff;
	border-bottom:1px solid #444;
}
.top_nav {
	max-width:940px;
	margin:0 auto;
	padding:0 10px;
	clear: both;
	min-height:40px;
}
.tap_to_call {
	display:none;
}
.top_contact {
	float: left;	
	line-height:40px;	
}
.top_contact a {
	margin-right:15px;
	padding-right:15px;
	border-right: 1px dotted #ccc;
}
.top_contact a i, .top_contact .contact_phone i {
	margin-right:5px;
	font-size:13px;
	line-height:18px;
}

.top_contact .contact_email, .top_contact .contact_phone {
	float: left;
	position: relative;
}

.top_contact .contact_email span.email {
	opacity: 0.6;
	display: block;
	width: 20px;
	height: 20px;
	background: url("images/icons/email-black.png") no-repeat;
	position:absolute;
	top:8px;	
}

.top_contact .contact_email span.email.white_scheme {
	background: url("images/icons/email-white.png") no-repeat;	
}

.top_contact .contact_phone {

}

.top_contact .contact_phone span.phone {
	opacity: 0.6;
	display: block;
	width: 20px;
	height: 20px;
	background: url("images/icons/phone-black.png") no-repeat;
	position:absolute;
	top:12px;
	left:0;
}

.top_contact .contact_phone span.phone.white_scheme {
	background: url("images/icons/phone-white.png") no-repeat;
}

.top_social {
	float: right;
}
.top_social a {
	width:40px;
	height:40px;
	display:block;		
	float: left;
	transition: all linear .2s;
	-webkit-transition: all linear .2s;
	-ms-transition: all linear .2s;
	-moz-transition: all linear .2s;
	-o-transition: all linear .2s;
	background-position: center center;
	color:#eeeeee;
}
.top_social a i {
	width:40px;
	height:40px;
	line-height:40px;
	display: block;
	text-align: center;
	font-size: 14px;	
}

.footer .top_social a {
	opacity:1;
	filter: alpha(opacity=100);
}
.top_social a:hover, .footer .top_social a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	color:#fff;
}

.top_social a.twitter:hover {
	background-color: #63cdf1;	
}


.top_social a.instagram:hover {
	background-color: #306a92;	
}


.top_social a.facebook:hover {
	background-color: #507cbe;	
}

.top_social a.google:hover {
	background-color: #4d4f54;	
}

.top_social a.linkedin:hover {
	background-color: #90cadd;	
}

.top_social a.pinterest:hover {
	background-color: #f16261;	
}

.top_social a.flickr:hover {
	background-color: #dc97c0;	
}

.top_social a.tumblr:hover {
	background-color: #4d7ea3;	
}

.top_social a.youtube:hover {
	background-color: #f16261;	
}

.top_social a.behance:hover {
	background-color: #1aace3;	
}

.top_social a.dribbble:hover {
	background-color: #d97aa6;	
}
.top_social a.vimeo:hover {
	background-color: #1ab7ea;	
}

.top_social a.stumbleupon:hover {
	background-color: #4ab253;	
}
.top_social a.xing:hover {
	background-color: #00605e;	
}
.top_social a.soundcloud:hover {
	background-color: #fe8502;	
}
.top_social a.rss:hover {
	background-color: #f08421;	
}

/* Social Icons Second style */


/*
.pi-header-row-fixed .row, .pi-header-row-fixed .row_full {
	padding-top: 98px;
}
*/

.pi-header-row-fixed .header_wrap {

}
.full_header {
	position:relative;
	z-index:1000;
}
.pi-header-row-fixed .full_header {
	padding-bottom:98px;
}
.pi-header-row-fixed .full_header.more_padding {
	padding-bottom:160px;
}
.banner {
	float:right;
	margin-top:5px;
}

.header_wrap {
	position:relative;
	z-index:1001;
}
.sticky_h {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	top: 0;
	transition:top 0.5s ease;
}
.pi-header-row-fixed .sticky_h {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1002;
}
.admin-bar.pi-header-row-fixed .sticky_h {
	top:32px;
}

.header {
	padding: 11px 0;
	position: relative;
	z-index: 200;
	-webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
	transition: background-color .2s ease-in-out;
	-webkit-transition: background-color .2s ease-in-out;
}

/* Header Search */

#header_search_wrap {	
	padding:0;	
}
#navigation ul li #header_search_wrap a {
	padding: 0 10px;
}
#header_search_wrap a {
	
	width:20px;
	display: block;
	position:relative;
}
body #navigation form {
	opacity:0;
	position:absolute;
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	top:0;
	left:0;
	box-sizing:border-box;
	z-index:-2;
	transition: opacity .3s ease-in-out;	
	-webkit-transition: opacity .3s ease-in-out;	
}
body.hs-open #navigation form {
	opacity:1;
	z-index:100;
}
body:not(.hs-open) #navigation ul li.menu-item {
	opacity: 1;
	-webkit-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}
body.hs-open #navigation ul li.menu-item {
	opacity: 0;
}
body:not(.hs-open) #navigation ul li.responsive-item {
	display: none;
}

body #navigation input[type=text] {
	border:0;
	background-color: transparent;
	box-shadow: none;
	-webkit-box-shadow: none;
	font-size:30px;
	padding: 10px 50px 10px 10px;
	width:100%;
	height:100%;
	box-sizing:border-box;
	color:#000;
	outline: none;
}

#header_search_wrap a i {
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
	position:absolute;
	top:50%;
	margin-top:-7px;
	width:14px;
	text-align:center;
}

#header_search_wrap a i.fa-remove {
	opacity: 0;
}
body.hs-open #header_search_wrap a i.fa-remove {
	opacity: 1;
	z-index: 101;
	font-size:20px;
	margin-top:-12px;
}
body.hs-open #header_search_wrap a i.fa-search {
	opacity: 0;
}
/* END Header Search */


.inner {
	padding: 0px 10px;
	position: relative;
	max-width: 940px;
	margin: 0 auto;
}
.inner:after{
	content:"";
	display:block;
	clear:both;
}
#branding {		
	float: left;
	margin-right:0px;
	padding-right:0px;
}
#branding h1{
	font-size:24px; padding:0; margin:0; line-height:normal;
}

#branding .logo a, #branding .logo a img {
	display: block;	
}

#branding h1.text {
	padding-top:20px;
	
}

#branding .tagline {
	font-size:13px;
	color: #dddddd;
	padding-bottom:20px;
}

.page_description{
	font-style:normal;
}
.page_description p{
	margin-bottom:35px;
	padding:0;
}

.clr {
	clear: both;
	float: none;
}
.forth{
	clear:left;
}

.content {
	margin: 0 auto;
	padding:20px;
	background: url(images/slider-texture.png) repeat;
	background-color:#414852;
}
.content-layer {
	margin: 0 auto;
	padding:0;
	border-bottom:1px solid #ddd;
}
.inside_content {
	width: 100%;
	margin: 0 auto;
	border-top:1px solid #ddd;

}
.inside_content2 {
	width: 978px;
	margin: 0 auto;
}
.inside_content_demo {
	width: 100%;
	margin: 0 auto;
}

.words{
	color:#58a623;
}

.bellow_header{
	padding:5px 20px;;
	border-bottom: 1px solid #eee;
}
.bellow_header_title{
	max-width:940px; margin:15px auto; color:#fff; font-size:18px; text-transform: none; position:relative;
}

/**** Footer Styling ****/
.footer {
	position: relative;
	width: 100%;
	bottom: 0px;
}
.footer a{
	color:#727272;
}
.footer a:hover{
	color:#525252;
}
.footer_widget {
	padding: 10px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #2e343a;
}
#footer_widget_inside {
	padding: 10px;
	margin: 0 auto;
	max-width: 960px;
}
.footer_widget_content{
	float: left;
	width: 23%;
	min-height: 20px;
	margin: 15px 23px 15px 0px;
	color:#888;
}
.footer_widget_content:nth-child(4){
	margin-right:0;
}
.footer .top_social {
	margin-top:8px;
}

.footer_widget_content ul.twitter li a{
	border-bottom:none;
}
.footer_widget_content ul.twitter li span a{
	color:#8de94f;
}
.footer_widget_content ul.twitter li span a:hover{
	color:#888;
}

.footer_widget_content p {
	margin-bottom:15px;
}
.footer_widget_content a{

	color:#888;
}
.footer_branding{
	float: right;
	margin-right:5px;
}

.footer_branding h3{
	font-size:24px; padding:0; margin:0; line-height:normal;
}


ul.twitter{
	padding:0 5px; 
}
ul.twitter li, .sidebar-widget ul.twitter li, #navigation .has-mega-menu ul.twitter li{	
	padding-bottom:15px;
	padding-left:30px;
	position:relative;
}
#navigation .has-mega-menu ul.twitter li {
	line-height:inherit;
}
ul.twitter li i, #navigation .has-mega-menu ul.twitter li i {
	position:absolute;
	width:26px;
	height:26px;
	line-height:26px;
	font-size:16px;
	left:0;
	text-align:center;
	color: #85a654;
}
#navigation .has-mega-menu ul.twitter li a, #navigation .has-mega-menu .twitter-widget a {
	padding-left: 0 !important;
	display:initial;
	line-height:25px;
}
#navigation .has-mega-menu .twitter-widget p {
	margin-bottom: 0;
}

.footer_widget_content a:hover{
	border-bottom:none;
	color:#888;
}
h3.footer-widget-title{
	color:#fff; font-weight:700; font-size:14px;
	margin-bottom:0px; padding-bottom:25px;
	text-transform:uppercase;
}
.footer .inner {
	padding: 10px 20px;
	margin: 0 auto;
	max-width: 960px;
	overflow: hidden;
}
.copyright{
	margin-top:10px;
	float: left;
	color:#999;
}

.optParent { font-weight:bold !important; }

/**********************************************************/
/* Creativo Simple Pagination */
/**********************************************************/

.pagination{
	margin-top:20px;
	font-size:14px;
}
.pagination a.inactive{
	border:1px solid #8BB351;
	display:inline-block;
	height:15px;
	line-height:15px;
	color:#747474;
	padding:7px 10px;
	margin-left:5px;
}
.pagination a.inactive:hover{
	border:1px solid #8BB351; background-color:#8BB351; color:#fff;
}
.pagination .current{
	border:1px solid #8BB351;
	display:inline-block;
	height:15px;
	line-height:15px;
	color:#fff;
	padding:7px 10px;
	margin-left:5px;
	background:#8BB351;
}
.pagination .pagination-prev{
	background:url(images/arrow-prev.png) no-repeat center left;
	padding-left:10px;
	margin-right:10px;
	font-size:12px;
}
.pagination .pagination-next{
	background:url(images/arrow-next.png) no-repeat center right;
	padding-right:10px;
	margin-left:15px;
	font-size:12px;
}
.pag_left{
	float:left; width:100px;
}
.pag_right{
	float:right; width:100px;
}
.image-frame {
	padding:0; margin:0;
}
.image-frame img{
	width:98%;
	height:auto;
	padding:3px;
	border:3px solid #eee;
}

/**********************************************************/
/* Creativo Header Social Icons */
/**********************************************************/

.connect {
	width: 320px;
	float: right;
	margin: 15px 0px 10px 0;
	padding: 0px;
	height: 32px;
}
.connect li {
	float: right;
}
.connect li a {
	display: block;
	width: 32px;
	height: 32px;
	outline: none;
	margin: 0 3px;
	background: transparent url(images/icons-bottom.png) no-repeat;
	text-indent: -9000px;
	position: relative;
	-webkit-transition: opacity 0.5s;
	-moz-transition:    opacity 0.5s;
	-o-transition:      opacity 0.5s;
	opacity:0.5;
}

.connect li .connect-rss{
    background-position:0px 0px;	
}
.connect li .connect-rss:hover{
	opacity:1;
}
.connect li .connect-lnkin{
    background-position:-148px 0px;
}
.connect li .connect-lnkin:hover{
	opacity:1;
}
.connect li .connect-twitter{
    background-position:-111px 0px;
}
.connect li .connect-twitter:hover{
    opacity:1;
}
.connect li .connect-facebook{
    background-position:-74px 0px;
}
.connect li .connect-facebook:hover{
    opacity:1;
}
.connect li .connect-gplus{
    background-position:-37px 0px;
}
.connect li .connect-gplus:hover{
    opacity:1;
}
.connect li .connect-reddit{
    background-position:-185px 0px;
}
.connect li .connect-reddit:hover{
    opacity:1;
}
.connect li .connect-digg{
    background-position:-222px 0px;
}
.connect li .connect-digg:hover{
    opacity:1;
}
.connect li .connect-tumblr{
    background-position:-260px 0px;
}
.connect li .connect-tumblr:hover{
    opacity:1;
}


/**********************************************************/
/* Creativo Quote Box */
/**********************************************************/

.outer_qbox{
	width:100%;

}
.qbox{

	color:#767676;
	
    -webkit-transition: border-color .2s linear, color .2s linear;
	-moz-transition: border-color .2s linear, color .2s linear;
	-o-transition: border-color .2s linear, color .2s linear;
	-ms-transition: border-color .2s linear, color .2s linear;
	transition: border-color .2s linear, color .2s linear;	
}
.qbox_icon{
	float:left; margin:3px 5px; padding-right:20px;
}

.qbox_icon img{
	max-width:64px;
}

.qbox:hover{
	color:#363636;
}
.qbox_title1{
	font-size:40px; line-height:normal; width:30%; float:left; line-height:45px; text-align:right;
}
.qbox_title2{
	float:right; width:60%; border-left:1px solid #e5e2e2; padding-left:25px; 
}
.qbox_title strong {
	font-style:normal;
}
.qbox p{
	margin-bottom:0;
}
.qbox h1{
	font-size:30px;
	margin-bottom:15px;
	line-height:normal;
}
.qbox h2{
	font-size:24px;
	margin-bottom:15px;
	font-style:normal;
	padding:5px 0; 
}
.qbox h3{
	font-size:22px;
	margin-bottom:15px;
}

/**********************************************************/
/* Creativo Widgets Styles */
/**********************************************************/

.front_page_outer{
	width:100%; background-color:#f8f8f8; margin:40px 0;
}

.front_page_in{
	margin:0 auto;
	max-width:960px;

}
.content_box_title{
	background:url(images/small-dot.gif) repeat-x center center; height:auto;text-align:center; margin-bottom:20px; font-size:30px; line-height:normal;
}
.content_box_title span.grey{
	background-color:#f8f8f8;
	color:#666;
	padding:0 20px;
	margin:0 auto;
}
.content_box_title span.white{
	background-color:#fff;
	color:#666;
	padding:0 20px;
	margin:0 auto;
}
.portfolio-related .content_box_title, .portfolio-related .smaller, .posts-boxes .content_box_title, .posts-boxes .smaller {
	font-size:14px;
	text-transform: uppercase;
	font-weight:700;
}
.vc_separator .vc_sep_holder {
	display: table-cell;
	height: 1px;
	position: relative;
	vertical-align: middle;
	width: 50%;
}
.vc_separator h4 {
	padding-bottom: 0;
	padding: 0.2em 0.6em;
}
.vc_separator.vc_separator_align_center h4 {
	padding: 0 0.8em;
}
.posts-boxes .content_box_title {
	margin-bottom: 20px;
	text-align:left;
}
.posts-boxes .content_box_title span.white {
	padding-left:0;
}
.smaller{
	font-size:20px;
}
.front_widget{
	float:left;width:23.3%;margin-right:1%; padding-right:1%; text-align:center; color:#777; background-color:#f8f8f8;
    -webkit-transition: background-color .2s linear, color .2s linear;
	-moz-transition: background-color .2s linear, color .2s linear;
	-o-transition: background-color .2s linear, color .2s linear;
	-ms-transition: background-color .2s linear, color .2s linear;
	transition: background-color .2s linear, color .2s linear;
}
.vc_front_widget{
	width:100%;
	text-align:center; 
	padding:1px;
	color:#777; 
	background-color: transparent;
    -webkit-transition: background-color .2s linear, color .2s linear;
	-moz-transition: background-color .2s linear, color .2s linear;
	-o-transition: background-color .2s linear, color .2s linear;
	-ms-transition: background-color .2s linear, color .2s linear;
	transition: background-color .2s linear, color .2s linear;
}



.front_widget a, .vc_front_widget a{
	
}
.front_widget a:hover, .vc_front_widget a:hover{
	
}
.vc_front_widget .view_more {
	padding-bottom:10px;
}

.product_feature:after {
	clear:both;
}
.product_feature {
	position: relative;
}
.product_feature.to_right {
	text-align:right;	
}
.product_feature.to_center {
	text-align:center;	
}
.product_feature .pf_icon {
	position: absolute;
	width: 30px;
	height: 30px;
}
.product_feature.big .pf_icon {
	width: 50px;
	height: 50px;
}
.product_feature.to_right .pf_icon {
	right:0;
}
.product_feature.to_center .pf_icon {
	left:50%;
	top:0;
	margin-left:-15px;
}
.product_feature.big.to_center .pf_icon {
	margin-left: -25;
}
.product_feature .pf_icon i {
	font-size:28px;
	line-height:30px;
	width:30px;
	height:30px;
	text-align:center;
}
.product_feature .pf_icon.rounded {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}
.product_feature .pf_icon.circle {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
}
.product_feature.big .pf_icon i {
	line-height:50px;
	width: 50px;
	height: 50px;
	display:block;
}
.product_feature .pf_content {
	padding-left: 50px;
	margin-bottom:20px;
}
.product_feature.big .pf_content {
	padding-left: 70px;
}
.product_feature.to_right .pf_content {
	padding-left: 0;
	padding-right:50px;
}
.product_feature.big.to_right .pf_content{
	padding-right: 70px;
}
.product_feature.to_center .pf_content {
	padding-left:0;
	padding-right:0;
	padding-top:50px;
}
.product_feature.big.to_center .pf_content {
	padding-top: 70px;
}
.product_feature .pf_content p {
	margin-bottom:10px;
	/*margin-left:-40px;*/
	color: #888;
}
.product_feature .pf_content h4 {
	font-size:14px;
	line-height: 1.9;
	margin-bottom: 10px;
	padding-bottom: 0;
	font-weight: 700;
	color: #444;
}
h3.widget-title{
	font-size: 16px; font-weight:700; padding-bottom:9px; text-align: center; text-transform:uppercase;
}

h3.widget-title a{

}
.content_box_text{
	padding: 0 10px 10px 10px;
	line-height: 22px;
	display:block;
}
.content_box_text p {
	margin-bottom:0;
}
.textwidget{
	/*padding:0 10px 10px 10px;*/
	line-height:normal;
}
.textwidget .alignleft {
	float:left;
	margin:0px 10px 10px 0px;
}

/**** Shortcode Image ****/
.shortcode_img {
	width:100px; height:100px; background-color:#fff;
	border-radius:50%;
	-webkit-border-radius:50%;
	margin:30px auto;
}
.shortcode_img img{

}
.div_bar{
	display:none;
}

/**********************************************************/
/* Creativo Counter */
/**********************************************************/

.counter .icon {
	font-size:30px;
	line-height:1.5;
}

.counter .count_el {
	font-size: 35px;
	line-height:1.5;
	font-weight:700;
}

.counter .content_el {
	line-height:1.2;
	color: #444;
	padding-top:10px;
}

/**********************************************************/
/* Creativo Video Background */
/**********************************************************/
.vc_row {
	position: relative;
	/*overflow: hidden;*/
}

.video-bg {
	position: absolute;
	overflow: hidden;
	width:100%;
	height: 100%;
	top: 0;
	left: 0;
}

.video-bg video {
	position:absolute;
	z-index:0;
	top:0;
	left:0;
	min-width:100%;
	min-height:100%;
}

video {
	display: inline-block;
	vertical-align: baseline;
}

.video-bg .video-overlay, .video-placeholder{
	position:absolute;
	z-index:0;
	width:100%;
	height: 100%;
	top: 0;
	left: 0;
}
.video-placeholder {
	background-size: cover ;
	background-attachment: scroll ;
	background-position: center center;
}

/**********************************************************/
/* Creativo Separator 2 */
/**********************************************************/

.separator_two {
	position:relative;
}

.separator_two .line {
	width:40px;
	height:3px;
	background-color:#444;
	position:relative;
}

.separator_two .symbol{
	width:30px;
	height:30px;
	font-size:20px;
	line-height:30px;
	text-align:center;
}

.separator_two.line_symbol {
	display:table;
	width:150px;
}

.separator_two .vc_sep_holder {
	display: table-cell;
	height: 1px;
	position: relative;
	vertical-align: middle;
	width: 50%;
}

.separator_two .vc_sep_holder .vc_sep_line {
	height: 1px;
	border-top: 1px solid #ebebeb;
	display: block;
	position: relative;
	top: 1px;
	width: 100%;
}

.separator_two .icon_holder{
	font-size:16px;
	line-height:20px;
	width:20px;
	height:20px;
	padding:0 7px;
	text-align:center;
}

.separator_two .center_sep, .separator_two.center_sep {
	margin:0 auto;
}

.separator_two .left_sep {
	left:0;
}

.separator_two .line.right_sep {
	right:40px;
	margin-left:100%;
}

.separator_two.right_sep {
	margin-left:100%;
	right:150px;
}


/**********************************************************/
/* Creativo Comments */
/**********************************************************/

.comments_area{
	margin-top:20px;
}

#comments {
	font-size:13px;  padding-bottom:5px; border-bottom:1px dotted #ccc;
}

.commentlist {
	margin: 10px 0 20px;
	list-style-type: none;
	padding-left:0;	
}
.comments-title{
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
	padding-top:15px;
	color:#666;
	padding-bottom:10px;	
}
.reply-title{
	font-size:14px;
	font-weight:700;
	padding-top:5px;
	padding-bottom:10px;
	text-transform:uppercase;	
}

.page-template-template-full-width-php .commentlist { width: 560px; }

.commentlist li.comment > div { 
 
}
/*
.commentlist li.comment:first-child > div { border-top: none; }
*/
.commentlist .children li.comment:first-child > div {  }

.pinglist {
	margin: 20px 0 40px 30px;
	list-style-type: decimal;
}

.comment {	
	padding-bottom:20px;
}
.comment_quote {
	border:1px solid #f0f0f0;
	padding:20px;
	padding-bottom:0;
	background-color: #f9f9f9;
	position: relative;
}
.review .comment_quote {
	padding:20px;
	background-color:transparent;
	text-align:center;
	border:none;
	font-size: 20px;
	font-weight:300 ;
	line-height:1.5;
}
.reviews .comment_details {
	margin: 0;
}
.reviews .comment_author_details {
	float: none;
	text-align:center;
}
.review_picture {
	width:70px;
	height:70px;	
	margin:0 auto;
}
.review_picture img {
	border-radius:50%;
	-webkit-border-radius: 50%;
}
.reviews .comment_author_details span {
	color: #7dc771;
}
.review .comment_author_details .comment-author {
	font-size:12px;
	text-transform: uppercase;
}
.reviews .flexslider ul {
	list-style:none;
	padding:0;
}

.reviews .flex-direction-nav a {
	opacity: 1 !important;
	position: relative;
	border:none;
	background-color: #ccc;
	margin:0;
	left:auto !important;
	right:auto !important;
	border-radius:4px;
	margin:0 2px;
}
.reviews .flex-direction-nav a:hover {

	background-color: #444;
}

.reviews .flex-direction-nav {
	height:auto;
	margin:0;
	padding: 0;
	text-align:center;
}
.reviews .flex-direction-nav li {
	display:inline-block;
}


.review_inside {
	position: relative;
	font-weight:normal;
}
.review .comment_quote:after {
	background: none;
}
.review span.green {
	color: #5bc98c;
}
.review span.blue {
	color: #44b6df;
}
.review span.red {
	color: #F6677B;
}
.review span.yellow {
	color: #febf4d;
}
.review span.purple {
	color: #ee79ba;
}
.review span.grey {
	color: #8b8a8a;
}
.review span.black {
	color: #5c5c5c;
}

/*
.review_inside:after {
	background-color: #58A623;
	height: 3px;
	width:100%;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;	
	z-index: 1;
	right: -1px;
}
*/
.review_inside.green:after {
	background-color: #86ba41;
}
.review_inside.red:after {
	background-color: #e86343;
}
.review_inside.blue:after {
	background-color: #67b7e1;
}
.review_inside.yellow:after {
	background-color: #FCD746;
}
.review_inside.purple:after {
	background-color: #8463a9;
}
.review_inside.black:after {
	background-color: #24282e;
}
.review_inside.grey:after {
	background-color: #E1E1E1;
}
.comment_quote:after {
	background: url(images/tri-comments.png) no-repeat 50% 0;
	content: '';
	display: block;
	width: 23px;
	height: 16px;
	position: absolute;
	left: 20px;
	bottom: -16px;
}
.comment_details {
	margin-top:20px;
}
.comment_image {
	width:35px;
	float:left;
	margin-right:20px;
}
.comment_author_details {
	float:left;
	position:relative;
	top:2px;
}
.depth-2, .depth-3, .depth-4, .depth-5 {
	border-bottom:none;
	margin-bottom:-10px;
	margin-left:55px;
}
#commentform input { margin-right: 10px; }

#commentform label small { font-size: 13px; }

#commentform label small span { color: #b2b2b6; }

#commentform textarea { width: 96%; }

.children { list-style-type: none; margin-top: 15px; padding-top: 10px; }

.avatar {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.comment .avatar {
	margin: 0 0 0 0;
}
/*
.bypostauthor .avatar { border:1px solid #c4df9e; padding:1px; }
*/
.comment-meta, .comment-meta a { 
    border-bottom: none;
    color: #555;
    font-size: 11px; font-style:italic;
    line-height: 18px;
}

.comment-author-admin {}

.comment-author {
    color: #333;
	font-weight:600;    
    font-style: normal;
}
.comment-author span {
	font-size:16px;
	line-height:1.5;
}

.comment-author cite { font-style: normal; }

/*.comment-author a { border-bottom: 1px dotted #333; }*/

.comment-author a:hover { border-bottom: none; }

.nocomments {
	text-align: center;
	margin-left: 120px;
	padding: 0 20px 20px;
}

.comment-body ul { list-style-type: disc; }

.comment-body ol { list-style-type: decimal; }

.clear {
	clear:both;	
}


/**********************************************************/
/* Creativo Portfolio Settings */
/**********************************************************/
.row{
	margin:20px auto 30px auto;
	max-width:940px;
	padding:0 20px;
}
.row_full{
	/*margin:30px 0; */
}
.row:after{
	content:"";
	display:block;
	clear:both;
}

.outer_wrap{
	width:100%;

}
.lightgrey{
	background-color:#f8f8f8; 
	padding:30px 0;
}
.white{
	background-color:#fff;
}
.inner_wrap{
	max-width:940px; margin:0 auto;
}
.no-more-margins .inner_wrap_margins {
	margin-left:0;
	margin-right:0;
}
.inner_wrap_margins  {
	margin-left: -15px;
	margin-right: -15px;
}
.blogpost .inner_wrap_margins {
	margin:0;
}
.vc_row .inner_wrap .inner_wrap_margins #content {
	margin-left: 0; margin-right: 0;
}
.vc_row .inner_wrap_margins #content {
	margin-left: 0;
	margin-right: 0;
}
#content .inner {
	padding-left: 0;
}
.inner_projects{
	max-width:940px; margin:0 auto;
}
.portfolio_tags{
	color: #fff;
	padding: 10px 5px;
	margin: 0 30px;
	font-size: 14px;
	border-top: 1px solid rgba(255,255,255,0.5);
	text-align:center;
}
.portfolio-tabs{
	list-style:none;
	margin-top:20px;
	padding-bottom:5px;
	overflow:hidden;
	margin-bottom:12px;
	line-height:38px;
	text-align:left;
	padding-top:1px;
}
.portfolio-tabs a:hover{
	color:#666;
	background-color:#E1F4C6;
}
.portfolio-tabs li{
	display:inline-block;
	/*margin-right:5px;*/
	border:1px solid #f1f1f1;
	margin-left: -1px;
	margin-top: -1px;
}
.portfolio-tabs.portfolio-templates li {
	display:block;
	float:left;
}
.portfolio-tabs li:last-child {
	border-right:1px solid #f1f1f1;
}
.portfolio-tabs li span{
	color:#ddd; margin-right:2px;
}

.portfolio-tabs li a{
	padding:0 20px;
	color:#9b9b9b;
	display:block;
	background-color:#fff;
	
}
/*
.portfolio-tabs li.active{
	line-height:34px !important;

}
*/
.portfolio-tabs li.active a{
	color:#666;
	background-color:#E1F4C6;
}
.portfolio-item .portfolio_details {
	text-align:center;
	padding:10px 0;
	background-color:#fff;
}
.portfolio-item .portfolio_details a {
	color:#555;
}
.portfolio-item .portfolio_details .tags a, .portfolio-item .portfolio_details .tags{
	color: #b5b8bf;
}
.portfolio-item .portfolio_details .tags i {
	font-size:11px;
	color: #d7d8db;
	margin-right:2px;
}

.portfolio-item .portfolio_details h3 {
	font-size:13px;
	font-weight:700;
	text-transform:uppercase;
	line-height:20px;
	padding-bottom:0;
	letter-spacing:1px;
}


.portfolio-one .portfolio-item{
	background-color:transparent;
	margin-bottom:20px;
	padding:10px;
	overflow:hidden;
	width:98%;


}
.portfolio-one .project-feed {
	margin:0;
	background-color:#f3f3f3;
}
.portfolio-one .portfolio-item .image{
	width:540px;
	float:left;
	margin-right:25px;
}
.portfolio-one .portfolio-item h2{
	margin:0 !important;
	padding:0 !important;
	margin-bottom:10px !important;
}
.portfolio-one .portfolio-item h4{
	margin:0 !important;
	padding:0 !important;
	margin-bottom:25px !important;
	font-weight:normal;
	font-size:13px;
}
.portfolio-one .portfolio-item p{
	margin:0;
	margin-bottom:20px;
}
.portfolio-two .portfolio-item{
	width:460px;
	margin:5px;
	background-color: transparent;
	overflow:hidden;
}
.portfolio-three .portfolio-item{
	width:300px;
	margin:6px;
	background-color: transparent;
	overflow:hidden;
}
.portfolio-four .portfolio-item{
	width:220px;	
	margin:7px;
	background-color: transparent;
	overflow:hidden;
	
}

.portfolio-five .portfolio-item{
	width:180px;
	height:197px;
	margin:11px;
	background-color:transparent;

}
.portfolio-four .portfolio-item:hover{
	border-color: 1px solid #A0CE4E;
}

.portfolio-four .image-extras-content{
}
.portfolio-full .flexslider{
	margin-bottom:70px;
}
.portfolio-full .project-content{
	margin-bottom:80px;
}
.portfolio-one .fluid-width-video-wrapper{
	position:static !important;
}
#content{
	padding-bottom:0px;
}
#content_related{
	padding-bottom:25px;
}
#content-blog{
	padding-bottom:25px;

}
.portfolio-area{
	padding-bottom:20px;
}

.portfolio-navigation{
	margin:0 0 15px 0;
	padding:0 0 10px 0;
	border-bottom:1px dotted #ccc;
}
.portfolio-navigation a{
	color:#777;
}
.portfolio-navigation a:hover {
	color:#58A623;
}

.portfolio-navi-next {
	float:left; 
}
.portfolio-navi-next i {
	margin-right: 3px;
	font-size:12px;
}
.portfolio-navi-previous {
	float:right; 
	text-align:right;
}
.portfolio-navi-previous i {
	margin-left: 3px;
	font-size:12px;
}
.portfolio-misc-info {
	margin:20px 0 10px;
	line-height:normal;
}

.portfolio-misc-info-left{
	float:right;
	margin-right:10px;
	margin-top:13px;
	border-bottom:none;
}
.portfolio-related{
	padding-top:10px;
}

.posts-boxes{
	padding-top:30px;
	padding-bottom:20px;
}

.toppadding {
	padding-top:20px;
	padding-bottom:0;
}

.title_related{
	margin:20px auto;
	max-width:940px;
	
}
.title_related h2{
	font-size:20px; 	
	color:#666; 
	background:url(images/dots.png) repeat-x 0px 10px; 
	line-height:normal;
	padding:0px;
}
.title_related h2 span{
	background-color:#fff; padding:0 5px;
}

.project-info-box{
	padding:10px 0;
	color: #a1b1bc;
	border-bottom: 1px solid #f2f2f2;
}
.no-border{
	border-bottom: none;
}
.project-info-box strong{
	font-style: normal;
	color:#666;
	font-weight:600;	
}
.project-info-box .left_content {
	float: left;
	width: 100px;
}
.project-info-box .right_content {
	float: left;
	width: 180px;
}
.project-description {	
	padding-bottom:5px;
	color:#666;
}
.portfolio-misc-info .social_ic_margin {
	border:1px solid #f2f2f2;
	margin-top:10px;
	text-align:center;
}
.project-description h3,.portfolio-misc-info h3 {
	padding:10px 0;
	line-height:normal;
	font-size:14px;
	text-transform:uppercase;
	font-weight:700;
}
.portfolio-misc-info h3 {
	padding-top:0;
}

.project-content h1 {
	font-size:22px;
	padding:0;
}
.project-content.full_desc .date {
	padding-bottom:20px;
	border-bottom: 1px solid #f2f2f2;
}
.date i {
	margin-right: 5px;
}
.project-content .date {
	color: #bfbfbf;
}
.project-content .project-description {
	margin-top:20px;
}
.project-content .project-description p:last-child {
	margin-bottom:0;
}
.project-content.full_desc .project-description {
	float:left;
	width:65%;
}

/* Creativo elastic video css */   

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.sidebar-widget .video-container{
	padding-top:0px;
	height:100px;
	padding-bottom:30%;
}

/* Image Hover */

figure a .text-overlay {
    opacity: 0;
    height: 100%;
    position: absolute;
    text-decoration: none;
    width: 100%;
    z-index: 100;
   
    background: #80c550;
    background: rgba(128,197,80,0.90);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
figure a:hover .text-overlay {
    opacity: 1
}

figure a .text-overlay .info {
    text-align: center;
    top: 50%;
    width: 100%;
    left: 0;
    position: absolute;
    margin-top: -20px;
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase;
}
.related_posts figure a .text-overlay .info, .posts-grid figure a .text-overlay .info {
	margin-top:-20px;
}
figure a .text-overlay .info i {
	display: block;
	font-size:16px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	background-color: #444;
	border-radius: 50%;
}
   
   
/*  Project Feed  --------------------------------*/

    .project-feed {
        margin: 0;	
		overflow:hidden;	
    }
	
	.project-feed .info {
		width: 100%;
		height:100%;
		
	}
	.project-feed .info a {
		display: block;
		width:100%;
		height: 100%;
	}
	.project-feed a i {
		display: block;
		font-size:16px;	
		width: 40px;
		height: 40px;
		line-height: 40px;
		margin: 0 auto;
		background-color: #444;
		border-radius: 50%;
		text-align:center;
		position:absolute;
		top:50%;
		left:50%;
		margin-top:-20px;
		margin-left:-20px;

	}
	.project-feed .title {
		text-align:center; width:100%; font-size:15px; margin-top:4px; 
	}
	.project-feed .blogpost {
		text-align:center; width:100%; font-size:15px; 
	}
	.args i {
		font-size:12px;
		margin-right:2px;
		color: #bcbcbc; 
	}
	
	.project-feed .args {
		text-align:center; width:100%; font-size:13px;
	}
/*
    .project-feed a, .project-feed a:hover {        
		color:#fff;	
    }	
	*/
	.project-feed .title  a:hover, .project-feed .blogpost a:hover {
		background-color:#E1F4C6; color:#666; 
    }
	
	.project-feed .args a {
		color:#666; padding:2px 0px;
	}
	
	.project-feed .args a:hover {
		background-color:#E1F4C6; 
    }
	.gallery_zoom{
		position: absolute;
		top: 0px;
		left: 0px;
		display: none;
		background-color: #b4e56b;

	}
	.one-fourth .flex-control-nav, .one-third .flex-control-nav, .one-half .flex-control-nav, .image_show .flex-control-nav {
		display:none;
	}
	.one-fourth .flexslider, .one-third .flexslider, .one-half .flexslider, .image_show .flexslider{
		border:none;
	}
	
	.one-fifth .gallery_zoom {

		width: 180px;
		
	}
	.one-fourth .gallery_zoom {

		width: 220px;
		
	}
	.one-fourth-recent .gallery_zoom {

	}
	
	.one-third .gallery_zoom {

		width: 300px;
		height: 214px;
	}
	.one-half .gallery_zoom {

		width: 460px;
		height: 295px;
	}
	.full .gallery_zoom {
		top: 10px;
		left: 10px;
		width: 540px;
		height: 272px;
	}
	.full-blog{
		
	}
	.full-blog .gallery_zoom {
		width: 100%;
		height:auto;
	}
	.full .image_show{
		float: left; width: 540px; height:272px; padding-right:20px; overflow:hidden; position:relative; z-index: 999;
	}
	.full .description {
		position:relative;
		top:80px;
		text-align:center;
	}

	.full .title {
		text-align:left; font-size:20px;
	}
	.full .args {
		text-align:left;
	}

/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/**********************************************************/
/* Creativo Breadcrumb & Title */
/**********************************************************/

.page-title{	
	overflow:hidden;
}

.page-title ul{
	float:right;
	list-style:none;
	margin:0;
	padding:0;
}
.page-title .breadcrumb{
	
}

.page-title ul li, .page-title .breadcrumb{
	margin:0;
	padding:0;
	display:inline;
	color:#666;
	font-size:12px;
	margin-right:5px;
	text-transform:lowercase;
}
.page-title ul li a, .page-title .breadcrumb a{
	color:#666;
	padding-right:5px;
}
.page-title ul li a:hover, .page-title .breadcrumb a:hover{
	color:#888;
	padding-right:5px;
}
.page-title ul li:after{
	content:'/';
}
.page-title ul li:last-child:after{
	content:'';
}


/**********************************************************/
/* Creativo Popular / Recent Tabs */
/**********************************************************/

.tab-holder{

}
.tab-holder .tabs-wrapper .tabs{
	margin-bottom: 0;
	padding-left: 0;
	border-bottom: 0;
	list-style: none;
}
.tab-holder .tabs:after, .tab-holder .tabs:before {
	content: " ";
	display: table;
}
.tab-holder .tabs:after {
	clear:both;
}
.tab-holder .tabs li{
	position: relative;
	display: block;
	float: left;
	margin: 0 0 -1px;

}
.sidebar-widget .tab-holder .tabs li{ 
	background:none;
	padding:0;
}
.tab-holder .tabs li a{
	position: relative;
	display: block;
	margin-right: -1px;
	padding: 8px 20px 8px;
	border: 1px solid transparent;
	
	z-index: 1;
	font-size: 13px;
	-webkit-transition: all 0.1s ease-in-out 0s;
	-moz-transition: all 0.1s ease-in-out 0s;
	-ms-transition: all 0.1s ease-in-out 0s;
	-o-transition: all 0.1s ease-in-out 0s;
	transition: all 0.1s ease-in-out 0s;
	text-decoration: none;
	outline: none;
	color: #70757a;
	background: #f8fafa;
	border-color: #e5eaea;
}
.tab-container {
	background: #ffffff;
	border: 1px solid #e5eaea;

}

.shortcode-tabs .tab-hold .tabs li.active a, .shortcode-tabs .tab-hold .tabs li.ui-tabs-active a{
	z-index: 3;
	background: #ffffff;
	border-color: #e5eaea;
	border-bottom-color: #ffffff;
	color: #2e343c;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.shortcode-tabs .tab-hold .tabs li.active a:after, 
.shortcode-tabs .tab-hold .tabs li.ui-tabs-active a:after {
	content: "";
	background: #ccc;
	display: block;
	position: absolute;
	top: -1px;
	left: -1px;
	right: -1px;
	z-index: 1;
	height: 2px;
	-webkit-transition: all 0.1s ease-in-out 0s;
	-moz-transition: all 0.1s ease-in-out 0s;
	-ms-transition: all 0.1s ease-in-out 0s;
	-o-transition: all 0.1s ease-in-out 0s;
	transition: all 0.1s ease-in-out 0s;
}

.shortcode-tabs .tab_content{
	position: relative;
	z-index: 2;
	padding: 20px;
	overflow: hidden;

}
.shortcode-tabs .tab_content *:last-child{
	margin-bottom:0;
	
}
/*
.shortcode-tabs{
	margin:20px 0;
}
*/
.shortcode-tabs .tab-hold .tabs li.green.active a:after, .shortcode-tabs .tab-hold .tabs li.green.ui-tabs-active a:after {
	background: #5bc98c;
}
.shortcode-tabs .tab-hold .tabs li.blue.active a:after,.shortcode-tabs .tab-hold .tabs li.blue.ui-tabs-active a:after {
	background: #6FB1C7;
}
.shortcode-tabs .tab-hold .tabs li.yellow.active a:after ,.shortcode-tabs .tab-hold .tabs li.yellow.ui-tabs-active a:after{
	background: #E6B650;
}
.shortcode-tabs .tab-hold .tabs li.red.active a:after,.shortcode-tabs .tab-hold .tabs li.red.ui-tabs-active a:after {
	background: #D96D7C;
}
.shortcode-tabs .tab-hold .tabs li.purple.active a:after,.shortcode-tabs .tab-hold .tabs li.purple.ui-tabs-active a:after {
	background: #CD93C6;
}
.shortcode-tabs .tab-hold .tabs li.grey.active a:after,.shortcode-tabs .tab-hold .tabs li.grey.ui-tabs-active a:after {
	background: #CCCCCC;
}
.shortcode-tabs .tab-hold .tabs li.black.active a:after,.shortcode-tabs .tab-hold .tabs li.black.ui-tabs-active a:after {
	background: #4D4D4D;
}


/* Author Box */

.author_box{
	border:1px solid #d8d8d8; background-color:#fff; padding:20px; position:relative;
}
.author_box:after {
	background-color: #58A623;
	height: 3px;
	content: "";
	display: block;
	position: absolute;
	left:-1px;
	top: -1px;
	right: -1px;
	z-index: 1;
	bottom: -1px;
	-webkit-transition: background-color .2s linear;
	-moz-transition: background-color .2s linear;
	-o-transition: background-color .2s linear;
	-ms-transition: background-color .2s linear;
	transition: background-color .2s linear;
}
.author_box h3{
	padding:5px 0;
}
.author_pic{
	float:left; width:80px; padding-right:20px; margin-top:5px;
}

.posts-related {
	padding-top:5px;
	padding-bottom:20px;
}

/**********************************************************/
/* Creativo Shortcodes */
/**********************************************************/


.s1_2, .s1_3, .s2_3, .s3_4, .s1_4 ,.s1_5,.s2_5,.s3_5, .s4_5    { margin-right: 2%; float: left; line-height:21px; margin-bottom:10px; position:relative; }
.s1_2 { width: 49%; }
.s1_3 { width: 32%; }
.s2_3 { width: 66%; }
.s1_4 { width: 23.5%; }
.s3_4 { width: 74.5%; }
.s1_5 { width: 18.4%; }
.s2_5 { width: 38.8%; }
.s3_5 { width: 59.2%; }
.s4_5 { width: 79.6%; }
.final { margin-right: 0 !important; clear: right; }
.clearall{ clear: both; display: block; font-size: 0px; height: 0px; line-height: 0; width: 100%; overflow:hidden; }

/* Dropcap Shortcode */
.dropcap { 
	margin-right: 6px;
	margin-left: 2px;
	font-size: 49px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	float: left; position:relative; top:4px;
		
}
.dropcap_sm { 
	margin-right: 6px;
	margin-left: 2px;
	font-size: 29px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	float: left; position:relative; top:4px;		
}

.green_dc{
	color:#A5CB5E;
}
.yellow_dc{
	color:#FEAD4D;
}
.red_dc{
	color:#E4436C;
}
.blue_dc{
	color:#51C4ED;
}
.purple_dc{
	color:#D798D1;
}
.black_dc{
	color:#444;
}
.grey_dc{
	color:#aaa;
}
.white_dc{
	color:#fff;
}

/* Divider Shortcode */

.divider_blank{
	height:1px; 
}
.divider_solid{
	height:1px; border-top:1px solid #ececec;
}
.divider_double{
	height:1px;  border-top:3px double #ececec;
}
.divider_dotted{
	height:1px; border-top:1px dotted #ddd;
}

.circle{
	-moz-border-radius: 26px;
	-webkit-border-radius: 26px;
	border-radius: 26px;
}
.rounded{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.blank{
	line-height:30px;
}

/* Highlight Shortcode */

.high_yellow { background:#febf4d; padding:0 3px; }
.high_green { background:#a5cb5e; color:#fff; padding:0 3px; }
.high_red { background:#e4436c; color:#fff; padding:0 3px; }
.high_blue { background:#73d0f1; color:#fff; padding:0 3px; }
.high_purple { background:#d798d1; color:#fff; padding:0 3px; }
.high_black { background:#454545; color:#fff; padding:0 3px; }
.high_grey { background:#e1e1e1; padding:0 3px; }

/* Custom Blockquote Shortcode */

blockquote{
	font-size:13px;
	color:#666;
	border:1px solid #CCC;
	padding:10px 40px 10px 20px;
	margin:20px 0 20px 20px;
	line-height:20px;
	background-color:#f8f8f8;
	font-style: italic;
}
blockquote p{
	margin-bottom:0px;
}

.review{
	
}
.reviews{
	margin-bottom:20px;
}

/* Team Member Element */
.team_member {
	position:relative;
	margin-bottom:40px !important;
}
.team_image img {
	width: 100%;
	height: auto;
}
.team_description {
	padding: 20px;
	text-align:center;
	background-color: #ffffff;
	color:#888;
	border:1px solid #f1f1f1;
	border-top: none;
}
.position {
	font-size: 12px;
	font-weight: normal;
	line-height:18px;
	text-transform:uppercase;
	padding-top:10px;
	
	color:#ccc;
}
.team_name {
	font-size:16px;
	color: #444444;
	font-weight:600;
	text-transform:uppercase;
}
.team_content {	
	padding-top:15px;
	margin-top:15px;
	border-top:1px solid #f1f1f1;
}
.team_social {
	padding-top:15px;
}

.team_social i {
	display:block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align:center;	
}
.team_social a {
	color: #ccc;
	background-color:#f9f9f9;
	display:inline-block;
	margin: 2px;
}
.team_social a:hover {
	color: #fff;
}
.team_social a.fb:hover {
	background-color: #507cbe;	
}
.team_social a.tw:hover {
	background-color: #63cdf1;
}
.team_social a.gp:hover {
	background-color: #4d4f54;
}
.team_social a.ln:hover {
	background-color: #90cadd;
}
.team_social a.insta:hover {
	background-color: #306a92;
}
.team_social a.pin:hover {
	background-color: #f16261;
}

/* Slider Parallax */
.slider-parallax {
	visibility: visible;
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);
	-webkit-backface-visibility: hidden;
}

.mobile-parallax,
.video-placeholder {
	background-size: cover !important;
	background-attachment: scroll !important;
	background-position: center center !important;
}

/* Testimonial Element */

.review blockquote{
	font-size:16px;
	background:none !important;
	border-left:none !important;
	padding:0 !important;
	margin:0 !important;
	line-height:26px;
}
.review blockquote q{
	display:block;
	padding:25px 14px 24px 24px;
	background:#f8f8f8;
	border-left:4px solid #ccc;
}
.review blockquote div{
	display:block;
	padding:12px 0 0 30px;
	overflow:hidden;
	color:#333;
	font-style:normal;
	background:url(images/toggles/testimonials.gif) no-repeat 55px 0;
}
.review blockquote div strong{
	padding:3px 3px 2px 52px;
	float:left;
	font-size:16px; font-weight:bold; text-transform:uppercase;
}
.review blockquote div span{
	padding:3px 0 0;
	float:left;
	font-size:14px; text-transform:uppercase; color: #9f9d9d;
}

/* Checklist Shortcode */

ul.cool_list{
	margin: 10px 0;
	padding: 0;
	list-style-type: none;
}
ul.cool_list li {
	color:#777;
	margin-left: 10px;
	line-height: 22px;
	list-style: none;
	overflow: inherit;
	padding: 2px 0 2px 22px;
}
ul.cool_list li.green_style {
		background: url("images/bullets/bullet1.png") no-repeat 0 7px;
}
ul.cool_list li.grey_style {
		background: url("images/bullets/bullet2.png") no-repeat 0 7px;
}
ul.cool_list li.red_style {
		background: url("images/bullets/bullet3.png") no-repeat 0 7px;
}
ul.cool_list li.blue_style {
		background: url("images/bullets/bullet4.png") no-repeat 0 7px;
}
ul.cool_list li.yellow_style {
		background: url("images/bullets/bullet5.png") no-repeat 0 7px;
}
ul.cool_list li.black_style {
		background: url("images/bullets/bullet6.png") no-repeat 0 7px;
}
ul.cool_list li.purple_style {
		background: url("images/bullets/bullet7.png") no-repeat 0 7px;
}

/* Toggle Shortcode */

.outer_toggle{
	border-bottom:1px dotted #d6dfdf;
}

h5.toggle{
	overflow:hidden;
	margin-bottom:0;
	padding:0;
	font-style:normal;
	position:relative;
}
h5.toggle a{
	padding: 10px 0;
	font-size: 14px;
	font-weight: 600;
	line-height: 157%;
	letter-spacing: normal;
	display: block;
	position: relative;
	border-bottom: 0;
	text-transform: none;
	padding-left: 36px;
}
h5.toggle.active a{
	border-bottom:0;
}
h5.toggle span{
	display: block;
	position: absolute;
	top: 10px;
	left: 0px;
	font-weight: normal;
	height: 18px;
	width: 18px;
	line-height: 18px;
	text-align: center;
	font-size: 14px;
	border: 1px solid transparent;
	border-top: 1px solid transparent;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: "fontello";
}

h5.toggle.active span{

}

h5.toggle a.default_color{
	color:#e1e1e1;
}
h5.toggle span{	
	
	text-shadow: 0 1px 0 #ffffff;
	-webkit-box-shadow: inset 0 1px 0 #f8fafa;
	-moz-box-shadow: inset 0 1px 0 #f8fafa;
	box-shadow: inset 0 1px 0 #f8fafa;
	
}
/*
h5.toggle span:after, .wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon:after {
	content: '\e826';
}
h5.toggle.active span:after, .wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon:after{
	content: '\e827';
}
*/
h5.toggle a.green_color{
	color:#58a623 !important;
}

h5.toggle a.grey_color{
	color:#aaaaaa !important;
}


h5.toggle a.blue_color{
	color:#51c4ed !important;
}


h5.toggle a.red_color{
	color:#E4436C !important;
}

h5.toggle a.yellow_color{
	color:#fead4d !important;
}


h5.toggle a.black_color{
	color:#444 !important;
}

h5.toggle a.purple_color{
	color:#D798D1 !important;
}



h5.toggle span.toggle-title{
	float:left;
	width:90%;
}
.toggle-content{
	margin: 0 0 20px;
}
.toggle-content p{
	margin-bottom:0;
}
h5.toggle.active + .toggle-content{

}

/* Flexslider Shortcode Simple Mod */

.choose{
	display:none;
}



/* Gallery Shortcode */

.post-gallery{
	margin-bottom:10px;
	width:98%;
	padding-right: 10px;
}
.post-gallery-item{
	float:left; max-width:140px;  margin:0 15px 15px 0;
}

.post-gallery-item img {
	width:100%;
	height:auto;
}
.post-gallery-item a img {
	border:1px solid #fff;
	padding:2px;
	-webkit-transition: border-color .2s linear;
	-moz-transition: border-color .2s linear;
	-o-transition: border-color .2s linear;
	-ms-transition: border-color .2s linear;
	transition: border-color .2s linear;
}
.post-gallery-item a:hover img{
	border:1px solid #58a623;
}

/* Recent Posts Shortcode*/

.col {
	/*max-width:222px;*/
	padding:0 1%;
	float:left;
	width:23%;
	margin-bottom:1%;
	overflow:hidden;
	margin-bottom:40px;
	/*text-align:center;*/

}
.col.columns-3 {
	width:31%;
}
.col.columns-3:nth-child(3n+1) {
	clear:left;
}
.col.columns-2 {
	width:48%;
}
.col.columns-2:nth-child(2n+1) {
	clear:left;
}
.col .bottom{
	background-color:#e2e2e2; 
	width:100%; 
	height:7px; 
	margin-top:20px;
	-webkit-transition: background-color .2s linear;
	-moz-transition: background-color .2s linear;
	-o-transition: background-color .2s linear;
	-ms-transition: background-color .2s linear;
	transition: background-color .2s linear;
}
.col:hover .bottom{
	background-color:#a0ce4e;
}
.extra-width{
	width:31% !important;
	margin-right:2%;
	margin-bottom: 2%;
	/*height:200px;*/
	padding:0;
	border:none;
}
.extra-width-full{
	width:19% !important;
	margin-right:1%;
	height:200px;
	padding:0;
	border:none;
}
.extra-width-full-port{
	width:19% !important;
	margin-right:1%;
	height:auto;
	padding:0;
	border:none;
}

.col h3, .flex-caption h2 {
	color:#454545;
	font-style:normal; font-size:14px; line-height:normal; padding:10px 0; font-weight:600;
}

.col h4 {
	color:#454545;
	font-style:normal; font-size:13px; line-height:normal; padding:0 0 10px 0;
}

.col .flex-control-nav {
	display:none;
}

.col .description {
	padding:14px 10px; 
	background-color:#ffffff;
}
.col .last{
	padding-right:0;
	border-right:none;
}

.last {
	border-right:none; margin-right:0; padding-right:0;
}

.col .date{
	font-size:13px; margin-bottom:10px;
	color: #b5b8bf;
}
.col .date i {
	margin-right:5px;
}


/* Progress Bar Shortcode*/

.progress-bar {
	background: #f1f1f1;
	height: 12px;
	position: relative;
	margin-bottom: 5px;
	border-radius: 20px;
	box-shadow: inset 0px 1px 2px #ccc
}
.progress-bar-content {
	background-color:#a0ce4e;
	height: 12px;
	border-radius: 20px;
}
.progress-title {
	color: #888;
	font-weight: normal;
	line-height:26px;
}

.percentage{
	font-size:14px; 
	width:32px; 
	text-align:right; 
	padding-right:3px;
	height:20px;
	line-height:20px;
	background-color:#f1f1f1;
	border-left:2px solid #fff;
	float:left;
}

.progress_bar_description .vc_label_units {
	float:right;
}
.progress_bar_description {
	font-size: 12px;
}
.vc_progress_bar .vc_single_bar .vc_label {
	height:5px;
}

/* Revolution Slider Mask */ 

.mask {
	top:0 !important;
	left:0 !important;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.7)
}

/* Alert Shortcode*/
.alert{
	padding:20px;
	margin:20px 0;
	position:relative;
}
.alert:before{
	font-size: 16px;
	width: 26px;
	display: block;
	position: absolute;
	top: 20px;
	left: 10px;
	font-family: fontello;
	font-size: 18px;
	text-align: center;
}
.alert.general:before{
	content: "\e822";
	color:#3A87AD;
}
.alert.error:before{
	content: "\e824";
	color:#B94A48;
}
.alert.success:before{
	content: "\e823";
	color:#468847;
}
.alert.notice:before{
	content: "\e825";
	color:#C09853;
}
.alert .msg{
	padding:0 25px;
}

.alert .toggle-alert{
	position:absolute;top:20px;right:10px;
	display:block;	
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;	
	color: #488BAA;
}
.general{
	background-color:#D9EDF7;
	color:#3A87AD;
	border:1px solid #BCE8F1;
}
.error{
	background-color:#F2DEDE;
	border:1px solid #EED3D7;
	color:#B94A48;
}
.success{
	background-color:#DFF0D8;
	border:1px solid #D6E9C6;
	color:#468847;
}
.notice{
	background-color:#FCF8E3;
	border: 1px solid #FBEED5;
	color:#C09853;
}

/* Button */

.button, .wpcf7-submit {
	display: inline-block;
	padding: 6px 12px;
	border: 1px solid transparent;
	line-height: 18px;
	font-size: 12px;
	vertical-align: middle;
	text-align: left;
	outline: none;
	cursor: pointer;
	white-space: normal;
	transition: all 0.2s ease-in-out;
	font-weight:600;
	text-transform:uppercase;
	letter-spacing:1px;
	background-color: #FF0000;
	color: #fff;
	margin-top:5px;
	margin-bottom:5px;
}
.button:hover, .button:active, .wpcf7-submit:hover, .wpcf7-submit:active {
	background-color: #8C0000;
	border-color: #000000;
	color: #fff;
}

.button.large{
	line-height: 20px;
	padding: 12px 17px;
}

.button.small{
	padding: 7px 15px;	
}
.button.button_green {
	background: #5bc98c;
	border-color:#5bc98c;
	color: #fff;

}
.button.button_green:hover {
	background: #479e85;
	border-color:#479e85;
	color: #fff;

}

.button.button_blue {
	background: #44b6df;
	border-color: #44b6df;
	color: #fff;

}
.button.button_blue:hover {
	background: #368faf;
	border-color: #368faf;	
	color: #fff;

}

.button.button_yellow {
	background: #febf4d;
	border-color:#febf4d;
	color: #68422C;

}
.button.button_yellow:hover {
	background: #d39119;
	border-color:#d39119;
	color: #fff;

}

.button.button_red {
	background-color:#F6677B;
	border-color:#F6677B;
	color:#fff;
}

.button.button_red:hover {
	background-color: #d05b6c;
	border-color:#d05b6c;
	color: #fff;
}

.button.button_purple {
	background: #ee79ba;
	border-color:#ee79ba;
	color: #fff;
}

.button.button_purple:hover {
	background: #c95b98;
	border-color:#c95b98;
	color: #fff;
}

.button.button_black, .tp-caption a.button.button_black {
	background: #5c5c5c;
	border-color:#5c5c5c;
	color: #c9d1d6;

}
.button.button_black:hover, .tp-caption a.button.button_black:hover {
	background: #2d2d2d;
	border-color: #2d2d2d;
	color: #e8edef;

}

.button.button_grey {
	background: #a9a9a9;
	border-color: #a9a9a9;
	color: #fff;

}
.button.button_grey:hover {
	background: #8b8a8a;
	border-color: #8b8a8a;
	color:#fff;
}

.button.button_white,.button.button_white:hover,.tp-caption a.button.button_white, .tp-caption a.button.button_white:hover {
	background: #fff;
	border-color: #fff;
	color: #2d2d2d;

}
.button_center {
	text-align:center;
}
.button_right {
	text-align:right;
}
.button_left {
	text-align:left;
}


/* Blogposts Style */

.blogpost{
	overflow: hidden;
}
.blogpost h2, .blogpost h1{
	padding-top:15px;
	line-height:normal;
	padding-bottom: 0;	
}
.blogpost h1{
	font-size:26px;
	font-weight:400;

}
.blogpost h2{
	font-size:20px; 
	font-weight: 400;
	line-height:24px;
}
.blogpost .flex-control-nav{
	bottom:5px;
	display:none;
}
.blogpost_split {
	/*background:url(images/dots.png) repeat-x; height:11px; */
	padding-bottom: 50px;
}
.single_blogpost_split {
	margin:20px 0;
	height:1px;
	border-top:1px dotted #ddd;
	border-bottom:1px dotted #ddd;
}

.blogpost_small_pic{
	width:30%; float:left; position:relative;
}
.blogpost_small_desc{
	float:right; width:65%; 
}
.blogpost_small_desc h2{
	padding:2px 0 15px 0;
}
.small_read_more {
	padding-bottom:15px;
}
.post_container{
	width:64.7%; float:left;
}
.post_container_full{
	width:100%;
}

.post_meta {
	display: block;
	list-style: none;
	padding: 0;
	margin-bottom: 15px;
	font-size: 13px;
	line-height: 1.8em;
	padding-bottom:15px;
	border-bottom:1px solid #eee;
}

.post_meta li {
	display: inline-block;
	margin: 0 10px 0 0;
	color: #b5b8bf;
}
.post_meta li a {
	color: #b5b8bf;
}
.post_meta li i {
	margin-right:5px;
}

.post-atts{
	padding:20px 0;
}
.post-atts.archive {
	padding-top:0;
	padding-bottom:15px;
	border-top:none;
}
.post-atts span {
	font-weight:700;
	padding-right:10px;
}
.single_post_tags a {
	background: #86ba41;
	border: 1px solid #79b037;
	color: #fff;
	font-size: 11px;
	line-height: 14px;
	padding: 5px 9px 6px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-transform: none;
	font-weight: normal;
	transition: all 0.2s ease-in-out;
}
.single_post_tags a:hover {
	background: #639a33;
	border: 1px solid #59902c;
	color: #fff;
}
.left-atts{
	float:left;
}
.right-atts{
	float:right;
}

.post-atts span{
	/*padding:0 10px;*/
}

/* Style my custom toggle box */

.reading-box{
	/*padding: 30px 0;	*/
	background-color:#fff;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	-ms-transition: all .2s linear;
	transition: all .2s linear;	
	position:relative;
	background-color:#5bc98c;
	color:#fff;
}
/*

*/

.reading-box:hover {		
	background-color:#fff;
	/*border-color: #6dae63;*/
}
.reading-box p{
	margin-bottom:0 !important;
}
.reading-box h2{
	font-size:22px;
	line-height:normal;
	padding:0 0 5px 0;
	text-transform:none;
	font-weight:300;
}
/*
.reading-box:after {
	background-color: #d2e5ae;
	width: 3px;
	content: "";
	display: block;
	position: absolute;
	top: -1px;
	left: -1px;
	z-index: 1;
	bottom: -1px;
	-webkit-transition: background-color .2s linear;
	-moz-transition: background-color .2s linear;
	-o-transition: background-color .2s linear;
	-ms-transition: background-color .2s linear;
	transition: background-color .2s linear;
}
.reading-box.centered:after{
	width:auto;
	height:3px;
	right:-1px;
}
*/
.reading-box:hover:after{
	background-color: #A5CB5E;
}

.reading-box.green_border{
	background-color: #5bc98c;
}
.reading-box.green_border:hover{
	background-color: #479e85;
}
.reading-box.red_border{
	background-color: #F6677B;
}
.reading-box.red_border:hover{
	background-color: #d05b6c;
}
.reading-box.blue_border{
	background-color: #44b6df;
}
.reading-box.blue_border:hover{
	background-color: #368faf;
}
.reading-box.yellow_border{
	background-color: #febf4d;
	color: #68422C;
}
.reading-box.yellow_border .button {
	border-color: #68422C;
}
.reading-box.yellow_border:hover{
	background-color: #d39119;
	color:#fff;
}
.reading-box.yellow_border:hover .button{
	color:#fff;
	border-color:#fff;
}
.reading-box.purple_border{
	background-color: #ee79ba;
}
.reading-box.purple_border:hover{
	background-color: #c95b98;
}
.reading-box.grey_border{
	background-color: #a9a9a9;
}
.reading-box.grey_border:hover{
	background-color: #8b8a8a;
}
.reading-box.black_border{
	background-color: #5c5c5c;
}
.reading-box.black_border:hover{
	background-color: #2d2d2d;
}
.reading-box.green_border:hover .button,
.reading-box.blue_border:hover .button,
.reading-box.red_border:hover .button,
.reading-box.purple_border:hover .button,
.reading-box.grey_border:hover .button,
.reading-box.black_border:hover .button {
	border-color:#fff;
}
.reading-box .cta_inside {
	max-width:940px;
	margin:0 auto;
	padding:30px;
}

.reading-box.wpb_call_to_action {
	padding:0;
}

.reading-box .button {
	background-color:transparent !important;
	border-color: #fff;
	margin-top:10px;
}

.continue{
	float:right;
}

.centered {
	text-align:center;
}
.centered .button {
	margin-top:10px;
}


/* Social Links Share */

.social_icons{
	margin:0; padding:0; line-height: 45px; font-weight: 700;
}
.social_icons .share_text {
	float:left;
}

.get_social{
	float: left;
	padding: 0px;

}
.sidebar .get_social li {
	/*display:initial;
	float:left;
	*/
}
.get_social li, #navigation .has-mega-menu .get_social li {
	display: inline-block;
	background:none !important; 
	border:none !important;
	padding:0 !important;
}
.center{
	float:none;
	max-width:auto;
	margin:3px auto;
}
.get_social li a, #navigation .has-mega-menu .get_social li a {
	display: block;
	width: 32px;
	height: 32px;
	outline: none;
	margin:5px;
	/*background: transparent url(images/social-icons.png) no-repeat;*/
	/*text-indent: -9000px;*/
	position: relative;
	/*
	-webkit-transition: background-position 0.5s;
	-moz-transition:    background-position 0.5s;
	-o-transition:      background-position 0.5s;
	*/

}
#navigation .has-mega-menu .get_social li a {
	padding-left: 0 !important;
}
.get_social li a i {
	text-align: center;
	display: block;
	vertical-align: middle;
	background: none;
	line-height: 1;
	width: 32px;
	height: 32px;
	line-height: 32px;
	font-size: 18px;
}
.no-float{
	float:none;
}
.social_ic_margin{
	margin:0;
}

.get_social li .fb, #navigation .has-mega-menu .get_social li .fb{
    color: #677fb5;	
	background-color: transparent;
}
.get_social li .fb:hover, #navigation .has-mega-menu .get_social li .fb:hover{
	background-color:#677fb5;
	color:#fff;
}
.get_social li .tw, #navigation .has-mega-menu .get_social li .tw{
    color: #70c2e9;	
	background-color: transparent;
}
.get_social li .tw:hover, #navigation .has-mega-menu .get_social li .tw:hover{
	background-color:#70c2e9;
	color:#fff;
}
.get_social li .lnk,#navigation .has-mega-menu .get_social li .lnk{
    color: #3daccf;	
	background-color: transparent;
}
.get_social li .lnk:hover, #navigation .has-mega-menu .get_social li .lnk:hover{
    background-color: #3daccf;
	color:#fff;
}

.get_social li .tu, #navigation .has-mega-menu .get_social li .tu{
    color: #3d5a70;	
	background-color: transparent;
}
.get_social li .tu:hover, #navigation .has-mega-menu .get_social li .tu:hover{
    background-color:#3d5a70;
	color:#fff;
}
.get_social li .gp, #navigation .has-mega-menu .get_social li .gp{
    color: #d44132;	
	background-color: transparent;
}
.get_social li .gp:hover, #navigation .has-mega-menu .get_social li .gp:hover{
    background-color:#d44132;
	color:#fff;
}

.get_social li .flickr, #navigation .has-mega-menu .get_social li .flickr{
    color: #ff3ba4;	
	background-color: transparent;
}
.get_social li .flickr:hover, #navigation .has-mega-menu .get_social li .flickr:hover{
    background-color:#ff3ba4;
	color:#fff;
}

.get_social li .yt, #navigation .has-mega-menu .get_social li .yt{
    color: #282928;	
	background-color: transparent;
}
.get_social li .yt:hover, #navigation .has-mega-menu .get_social li .yt:hover{
    background-color:#282928;
	color:#fff;
}

.get_social li .dribbble, #navigation .has-mega-menu .get_social li .dribbble{
    color: #f26798;	
	background-color: transparent;
}
.get_social li .dribbble:hover, #navigation .has-mega-menu .get_social li .dribbble:hover{
    background-color:#f26798;
	color:#fff;
}

.get_social li .behance, #navigation .has-mega-menu .get_social li .behance{
    color: #3496ff;	
	background-color: transparent;
}
.get_social li .behance:hover, #navigation .has-mega-menu .get_social li .behance:hover{
    background-color:#3496ff;
	color:#fff;
}

.get_social li .rd, #navigation .has-mega-menu .get_social li .rd{
    color: #444;
	background-color: transparent;	
}
.get_social li .rd:hover, #navigation .has-mega-menu .get_social li .rd:hover{
    background-color:#444;
	color:#fff;
}


.get_social li .behance, #navigation .has-mega-menu .get_social li .behance{
    color: #3496ff;	
	background-color: transparent;
}
.get_social li .behance:hover, #navigation .has-mega-menu .get_social li .behance:hover{
    background-color:#3496ff;
	color:#fff;
}


.get_social li .vimeo, #navigation .has-mega-menu .get_social li .vimeo{
    color: #5bc8ff;	
	background-color: transparent;
}
.get_social li .vimeo:hover, #navigation .has-mega-menu .get_social li .vimeo:hover{
    background-color:#5bc8ff;
	color:#fff;
}

.get_social li .soundcloud, #navigation .has-mega-menu .get_social li .soundcloud{
    color: #ff5419;	
	background-color: transparent;
}
.get_social li .soundcloud:hover, #navigation .has-mega-menu .get_social li .soundcloud:hover{
    background-color:#ff5419;
	color:#fff;
}

.get_social li .pinterest, #navigation .has-mega-menu .get_social li .pinterest{
    color: #ec2327;	
	background-color: transparent;
}
.get_social li .pinterest:hover, #navigation .has-mega-menu .get_social li .pinterest:hover{
    background-color:#ec2327;
	color:#fff;
}

.get_social li .instagram, #navigation .has-mega-menu .get_social li .instagram{
    color: #517fa4;	
	background-color: transparent;
}
.get_social li .instagram:hover, #navigation .has-mega-menu .get_social li .instagram:hover{
    background-color:#517fa4;
	color:#fff;
}

.get_social li .stumbleupon, #navigation .has-mega-menu .get_social li .stumbleupon{
    color: #88d054;	
	background-color: transparent;
}
.get_social li .stumbleupon:hover, #navigation .has-mega-menu .get_social li .stumbleupon:hover{
    background-color:#88d054;
	color:#fff;
}


.post-content {
	
}
.post-content.archive {
	padding-bottom:15px;
}
.post-content.archive p {
	margin-bottom:0;
}
.post-content p{
	margin:0;
	margin-bottom:20px;
	
}
.post-content ul.arrow{
	list-style:none;
	margin:0;
	padding:0;
}
.post-content ul.arrow li:before{
	display:inline-block;
	background-image:url(../images/arrow-bullet.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-color:#a0ce4e;
	height:18px;
	-moz-border-radius:75px;
	-webkit-border-radius:75px;
	width:18px;
	content:' ';
	float:left;
	margin-right:0;
	margin-left:-25px;
}
.post-content ul.arrow li{
	line-height:18px;
	margin:0;
	padding:0;
	margin-bottom:15px;
	padding-left:25px;
}
.post-content blockquote{
	background:#f5f5f5;	
	color:#444444;
	border:2px solid #a0ce4e;
	padding:15px;
}
.post-content blockquote *:last-child{
	margin-bottom:0;
}

/* Sidebar Style */

.sidebar{
	width:32%;
	float:right;
	margin-top:3px;
	overflow: hidden;
}

.sidebar-widget{
	margin-bottom:45px;
}
.sidebar-widget .textwidget p {
	margin-bottom:0px;
}
.sidebar-widget ul {
	list-style:none !important;
}
.sidebar-widget ul li {
	padding:5px 0 0 20px;
	margin-bottom:5px;
	background:url(images/ul-list.png) no-repeat 5px 11px;
}


.sidebar-title{
	
}
h3.sidebar-title{	
	margin-bottom: 10px;
	position: relative;
	font-size:14px;
	color:#21252b;
	line-height:1.6em;
	padding:0;
	font-weight:700;
	text-transform:uppercase;
}
h3.sidebar-title:after {
	position: relative;
	left: 10px;
	content: "";
	display: inline-block;
	width: 200%;
	margin: 0 -200% 0 0;
	border-top:1px solid #ececec;
	padding-top:4px;
}
.split-line{
	height: 0px;
	border-top: 1px solid #ececec;
	overflow: hidden;
	position: relative;
	top: 18px;
}

ul.flickr{
	list-style:none; margin:0; padding:0; 
}
ul.flickr li {
	float:left; list-style:none; margin:5px; padding:5px;background:none; border-bottom:none;
}

/* This controlls the Custom Recent Post Widget */

.latest-posts{
	border-bottom:1px dotted #ECECEC; margin-bottom:10px; padding-bottom:5px;
}
.tab-container .latest-posts {
	border-bottom:none;
}
.latest-posts span {
	font-size:11px;
}

.latest-posts h2{
	font-size:13px; font-weight:normal; padding-bottom:0; padding-top:3px; margin:0; line-height: normal;
}

.latest-posts-thumb{
	float:left; margin-right:15px;	
}
#navigation .has-mega-menu .latest-posts-thumb a {
	padding: 0;
}
.latest-posts-thumb a img{
	border:1px solid #fff;
	padding:2px;
	-webkit-transition: border-color .2s linear;
	-moz-transition: border-color .2s linear;
	-o-transition: border-color .2s linear;
	-ms-transition: border-color .2s linear;
	transition: border-color .2s linear;
	width:70px;
	height:auto;
}
.latest-posts-thumb a:hover img{
	border:1px solid #5bc98c;
}
.latest-comm-thumb{
	float:left; margin-right:15px;
	
}
.latest-comm-thumb a img{
	border:1px solid #fff;
	padding:2px;
	-webkit-transition: border-color .2s linear;
	-moz-transition: border-color .2s linear;
	-o-transition: border-color .2s linear;
	-ms-transition: border-color .2s linear;
	transition: border-color .2s linear;
	width:45px;
	height:auto;
}
.latest-comm-thumb a:hover img{
	border:1px solid #58a623;
}

/* This controlls the Custom Recent Portfolio Widget */
.recent-portfolio {
	float: left
}
#navigation .has-mega-menu .recent-portfolio a {
	padding: 0;
}
.recent-portfolio a img{
	margin:1px;
	padding:1px;
	border:1px solid #fff;
	-webkit-transition: border-color .2s linear;
	-moz-transition: border-color .2s linear;
	-o-transition: border-color .2s linear;
	-ms-transition: border-color .2s linear;
	transition: border-color .2s linear;
	width:80px;
	height:auto;
	
}
.recent-portfolio a:hover img{
	border:1px solid #58a623;	
}

/* This controlls the Custom Flickr Widget */
.recent-flickr, #navigation .has-mega-menu .recent-flickr {
	display:inline-block;
	
}
 #navigation .has-mega-menu .recent-flickr a{
	 padding: 0;
 }
.recent-flickr a img,  #navigation .has-mega-menu .recent-flickr a img{
	margin:5px;
	padding:2px;
	border:1px solid #fff;
	-webkit-transition: border-color .2s linear;
	-moz-transition: border-color .2s linear;
	-o-transition: border-color .2s linear;
	-ms-transition: border-color .2s linear;
	transition: border-color .2s linear;
	width: 52px;
	height: 52px;
}
.recent-flickr a:hover img, #navigation .has-mega-menu .recent-flickr a:hover img{
	border:1px solid #58a623;	
}

/* This controlls the Tags Widget */

.tagcloud{
	padding:0 5px;
}
.tagcloud a{
	padding:5px;
}


/* Search Widget ------------------------------------*/

.widget_search #s { width: 200px; }

.widget_search form,
.widget_search fieldset { margin: 0; }

.breadcrumb_search_form {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -21px;
	width:300px;
}

/*---------------------------------------------------*/

/* Contact Us Style */

#contact_map{
	height:416px;
	margin-bottom:20px;
}
#contact_map iframe{
	width:100%;
	height:416px;
	border:0;
}

.contact-form{
	margin:5px 0;
}
.contact-form input[type="text"]{
	margin:0 2.7% 2% 0;
	width:26%;
}
.contact-form input[type="text"].final{
	margin:0 0 2% 0;
}

.contact ul{
	list-style:none;
}

.contact ul li, #navigation .has-mega-menu .contact ul li{
	border-bottom:none; background:none;
	padding: 0 0 15px 30px;
	margin-bottom: 5px;
	position:relative
}
#navigation .has-mega-menu .contact ul li {
	line-height:30px;
}
#navigation .has-mega-menu .contact ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
#navigation .has-mega-menu .contact ul li a{
	padding-left:0 !important;
	line-height: normal;
	display:initial;
}
.contact ul li i, #navigation .has-mega-menu .contact ul li i {
	position:absolute;
	width:26px;
	height:26px;
	font-size:16px;
	line-height:26px;
	text-align:center;
	left:0;
	
}
.contact ul li i.fa-mobile, #navigation .has-mega-menu .contact ul li i.fa-mobile {
	font-size:26px;
}

.post-slideshow{
	margin-bottom:30px !important;
}
.post-slideshow .image,.floated-post-slideshow .image{
	margin-bottom:0 !important;
}

/* #back to top
================================================== */

#gotoTop {
	display: none;
	position: fixed;
	width: 45px;
	height: 45px;
	background: url('images/icons/go-up.png') no-repeat center;
	background-color: #444;
	text-align: center;
	color: #FFF;
	top: auto;
	left: auto;
	right: 30px;
	bottom: 50px;
	cursor: pointer;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	transition: background-color .2s linear;
	-moz-transition: background-color .2s linear;
	-webkit-transition: background-color .2s linear;
	-ms-transition: background-color .2s linear;
	-o-transition: background-color .2s linear;
}

#gotoTop:hover {
	background-color: #a0ce4e;
}

/* call to action bar on footer
================================================== */

.action_bar {
	padding:40px 0;
	min-height:20px;
	background-color:#ccc;
	transition: all ease-in-out .2s;
	-webkit-transition: all ease-in-out .2s;
	-moz-transition: all ease-in-out .2s;
	-ms-transition: all ease-in-out .2s;
	-o-transition: all ease-in-out .2s;
}

.action_bar:hover {
	background-color: #d4f19d;
}

.action_bar_inner {
	max-width:940px;
	padding:0 10px;
	margin:0 auto;
	position:relative;
}

.action_bar_inner h2 {
	font-size: 20px;
	padding: 10px 0;
	padding-right: 140px
}

.action_bar_inner a.custompos {
	position: absolute;
	right: 10px;
	top: 0;
}


/* Page Builder Style */ 
.wpb_content_element {
	margin-bottom:0 !important;
}

.transparent_white_column {
	padding:0 30px;
	background-color:rgba(255,255,255,0.6)
}

.vc_toggle_title > h4 {
	font-size:14px;
	line-height: normal;
	font-weight: 600;
}
.vc_toggle_content p:last-child {
	margin-bottom: 0;
}

.vc_toggle_color_blue .vc_toggle_title > h4
 {
	color: #5472d2;
}
.vc_toggle_color_peacoc .vc_toggle_title > h4
 {
	color: #4cadc9;
}
.vc_toggle_color_violet .vc_toggle_title > h4
 {
	color: #8d6dc4;
}
.vc_toggle_color_turquoise .vc_toggle_title > h4
 {
	color: #00c1cf;
}
.vc_toggle_color_pink .vc_toggle_title > h4
 {
	color: #fe6c61;
}
.vc_toggle_color_chino .vc_toggle_title > h4
 {
	color: #e1d9cb;
}
.vc_toggle_color_mulled_wine .vc_toggle_title > h4
 {
	color: #695f77;
}
.vc_toggle_color_vista_blue .vc_toggle_title > h4
 {
	color: #9ce2b8;
}
.vc_toggle_color_black .vc_toggle_title > h4
 {
	color: #444444;
}
.vc_toggle_color_grey .vc_toggle_title > h4
 {
	color: #d2d2d2;
}
.vc_toggle_color_orange .vc_toggle_title > h4
 {
	color: #f7be68;
}
.vc_toggle_color_sky .vc_toggle_title > h4
 {
	color: #86baea;
}
.vc_toggle_color_green .vc_toggle_title > h4
 {
	color: #87c456;
}
.vc_toggle_color_juicy_pink .vc_toggle_title > h4
 {
	color: #f7817d;
}
.vc_toggle_color_sandy_brown .vc_toggle_title > h4 {
	color: #fab698;
}
.vc_toggle_color_purple .vc_toggle_title > h4
{
	color: #cb9fcd;
}

.wpb_posts_slider .flex-direction-nav a {
	top:28%;
}
.wpb_gallery .wpb_flexslider .flex-control-paging {
	display: none !important;
}

.vc_separator {
	margin-bottom:20px;
}
/*
.tp-bannertimer {
	top:auto !important;
	bottom:0 !important;
}
*/
/*
@media screen and (min-width: 960px){
	body, html {
		height: 100%;
	}
	.container {
		min-height: 100%;
	}
	.footer {
		position:absolute;
   		bottom:0;
	}
}*/



/* Common style Portfolio 2 */

.grid {
	position: relative;
	margin: 0 auto;
	list-style: none;
	text-align: center;
}

.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 6px;
	min-width: 120px;
	/*max-width: 480px;*/
	/*max-height: 360px;*/
	background: #3085a3;
	text-align: center;
	/*cursor: pointer;*/
}
.grid figure.cols-4 {
	width: 220px;
}
.grid figure.cols-3 {
	width: 300px;
}
.grid figure.cols-2 {
	width: 460px;
}
.fullscreen {
	width: 100.2%;
	overflow:hidden;
}
.grid.fullscreen figure{
	margin:0 ;

}
.grid.fullscreen figure.cols-5 {
	width: 20% ;	
	min-width:inherit;	
}
.grid.fullscreen figure.cols-4 {
	width: 24.9% ;	
	min-width:inherit;
}

.grid.fullscreen figure.cols-3 {
	width: 33.3%;	
	min-width:inherit;
}

.grid figure img {
	position: relative;
	display: block;
	width: 100%;
	height:auto;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.grid figure h3 {
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 20px;
	padding-bottom: 0;
}

figure .effect-overlay {
	position: absolute;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.6);
	opacity:0;
	top: 0;
	transition: opacity .35s ease-in-out;
	-webkit-transition: opacity .35s ease-in-out;
}
figure .effect-overlay .zoomin, figure .effect-overlay .launch {
	width: 45px;
	height: 45px;
	background-color: transparent;
	border:2px solid #ffffff;
	position:absolute;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	line-height:45px;
	color: #ffffff;
	text-align:center;
	top:45%;
	left: 50%;
	margin-left: -51px;
	margin-top: -47px;
	transition:all .35s;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
	font-size: 16px;
	opacity: 0;
}

figure .effect-overlay .launch {
	-webkit-transition-delay: 0.25s;
	transition-delay: 0.25s;
	margin-right: -51px;
	left: auto;
	right:50%;
}

.grid figure:hover .effect-overlay .zoomin, .grid figure:hover .effect-overlay .launch,
.grid figure:focus .effect-overlay .zoomin, .grid figure:focus .effect-overlay .launch {
	top:50%;
	opacity: 1;	
}

/*---------------*/
/***** Zoe *****/
/*---------------*/

.grid figure.effect-zoe img {
	opacity: 1;
	transition: transform 0.35s;
}

.grid figure.effect-zoe {
	background-color:transparent;
}

figure.effect-zoe figcaption {
	top: auto;
	bottom: 0;
	padding: 12px 0;
	background: #5bc98c;
	color: #3c4a50;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);

}

figure.effect-zoe a{
	color: #ffffff;
	display: block;
}

figure.effect-zoe p.description {
	position: absolute;
	bottom: 8em;
	padding: 2em;
	color: #fff;
	text-transform: none;
	font-size: 90%;
	opacity: 0;
	-webkit-backface-visibility: hidden; /* Fix for Chrome 37.0.2062.120 (Mac) */
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	-webkit-backface-visibility: hidden; /* Fix for Chrome 37.0.2062.120 (Mac) */
}

figure.effect-zoe h2,
figure.effect-zoe p.icon-links a {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,200%,0);
	transform: translate3d(0,200%,0);
}

figure.effect-zoe .tags, figure.effect-zoe .tags a {
	color: #b5b8bf;
	font-size:12px
}
figure.effect-zoe .tags i {
	font-size: 11px;
	color: #d7d8db;
	margin-right: 2px;
}

figure.effect-zoe:hover .effect-overlay, figure.effect-zoe:focus .effect-overlay {
	opacity: 1;
}
figure.effect-zoe:hover img, figure.effect-zoe:focus img {
	transform: scale(1.15);
}
figure.effect-zoe:hover figcaption, figure.effect-zoe:focus figcaption {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/* 
 *  Owl Carousel - Animate Plugin
 */
.clients_carousel .owl-stage div {
	/*float:left;*/
}
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  width: 0px;
  height:0px;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

.owl-theme .owl-controls{text-align:center;-webkit-tap-highlight-color:transparent}
.owl-theme .owl-controls .owl-nav [class*=owl-]{
	color:#fff;
	font-size:14px;
	background:#d6d6d6;
	display:inline-block;
	cursor:pointer;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;border-radius:3px;
	position: absolute;
	top: 50%;
	left: -30px;
	right: auto;
	width: 30px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	margin-top: -25px;
	opacity: 0;
	transition: opacity .2s ease-in-out;
}
.owl-theme:hover .owl-controls .owl-nav [class*=owl-] {
	opacity: 1;
}
.owl-carousel .owl-controls .owl-nav .owl-next {
	right: -30px;
	left: auto;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover{background:#869791;color:#fff;text-decoration:none}
.owl-theme .owl-controls .owl-nav .disabled{opacity:.5;cursor:default}
.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline}
.owl-theme .owl-dots .owl-dot span{
	width:8px;
	height:8px;
	margin:5px;
	background:#d6d6d6;
	display:block;
	-webkit-backface-visibility:visible;
	-webkit-transition:opacity 200ms ease;
	-moz-transition:opacity 200ms ease;
	-ms-transition:opacity 200ms ease;
	-o-transition:opacity 200ms ease;
	transition:opacity 200ms ease;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px
	}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#5bc98c}
.owl-dots {
	margin-top:20px;
}