/*----------------------------------------------------*/
/*  Clear Floats
/*----------------------------------------------------*/
.wow-clear-floats { clear: both }
.wow-clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.text-center {text-align:center;}
/*----------------------------------------------------*/
/*  Spacing
/*----------------------------------------------------*/
.wow-spacing { display: block; height: auto; margin: 0 !important; padding: 0 !important; background: none !important; border: none !important; outline: none !important; }

/*----------------------------------------------------*/
/*  Columns
/*----------------------------------------------------*/
.wow-one-half { width: 48% }
.wow-one-third { width: 30.66% }
.wow-two-third { width: 65.33% }
.wow-one-fourth { width: 22% }
.wow-three-fourth { width: 74% }
.wow-one-fifth { width: 16.8% }
.wow-two-fifth { width: 37.6% }
.wow-three-fifth { width: 58.4% }
.wow-one-sixth { width: 13.33% }
.wow-one-half, .wow-one-third, .wow-two-third, .wow-three-fourth, .wow-one-fourth, .wow-one-fifth, .wow-two-fifth, .wow-three-fifth, .wow-one-sixth { position: relative; margin-right: 4%; margin-bottom: 2em; float: left; max-width: 100% !Important; }
.wow-column-last { margin-right: 0!important; clear: right; }
.wow-column-last:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }

/*----------------------------------------------------*/
/*  Buttons
/*----------------------------------------------------*/
.wow-bttn {  
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 3px;
	background: #a0ce4e;
	color: #ffffff;
	min-width: 180px;
	min-height: 60px;
	text-align: center;
	display: inline-block;
	line-height: 60px;
	margin-right:10px;
	margin-top: 0px;
	padding:0 20px 0 25px;
	font-weight:400;
	border:0px;
}

.wow-bttn.small{min-height:40px;line-height:40px;  min-width: 100px;letter-spacing:2px;}

.wow-bttn:focus, .wow-bttn:hover, .wow-bttn:active { background: #272727;color:#fff; }

.wow-bttn.ghostblack, .wow-bttn.ghostblack:focus, .wow-bttn.ghostblack:hover, .wow-bttn.ghostblack:active {  line-height: 56px;background-color:transparent;  border: 2px solid #272727; color: #272727;}

.wow-bttn.black { background: #272727; }
.wow-bttn.black:focus, .wow-bttn.black:hover, .wow-bttn.black:active { background: #1e2d3c; }

.wow-bttn.red { background: #e74c3c; }
.wow-bttn.red:focus, .wow-bttn.red:hover, .wow-bttn.red:active { background: #c0392b; }

.wow-bttn.orange { background: #ffa500; }
.wow-bttn.orange:focus, .wow-bttn.orange:hover, .wow-bttn.orange:active { background: #d35400; }

.wow-bttn.blue { background: #3498db;}
.wow-bttn.blue:focus, .wow-bttn.blue:hover, .wow-bttn.blue:active { background: #2980b9; }

.wow-bttn.green { background: #2ecc71; }
.wow-bttn.green:focus, .wow-bttn.green:hover, .wow-bttn.green:active { background: #27ae60; }

.wow-bttn.white { background: #ecf0f1; }
.wow-bttn.white span.wow-bttn-inner { color: #95a5a6;}
.wow-bttn.white:focus, .wow-bttn.white:hover, .wow-bttn.white:active { background: #e3e3e3; }

.wow-bttn.yellow { background: #ffd700; }
.wow-bttn.yellow:focus, .wow-bttn.yello:hover, .wow-bttn.yellow:active {background-color:#e6c200;}

.wow-bttn.purple {background-color:#ae24da;}
.wow-bttn.purple:focus, .wow-bttn.purple:hover, .wow-bttn.purple:active {background-color:#8c1daf;}

.wow-bttn.teal {background-color:#48cec1;}
.wow-bttn.teal:focus, .wow-bttn.teal:hover, .wow-bttn.teal:active {background-color:#40b9ad;}

/*----------------------------------------------------*/
/*  Highlights
/*----------------------------------------------------*/
.wow-highlight-yellow, .wow-highlight-yellow a { background-color: #FFF7A8; color: #695D43; }
.wow-highlight-blue, .wow-highlight-blue a { color: #5091b2; background: #e9f7fe; }
.wow-highlight-green, .wow-highlight-green a { color: #5f9025; background: #ebf6e0; }
.wow-highlight-red, .wow-highlight-red a { color: #de5959; background: #ffe9e9; }
.wow-highlight-gray, .wow-highlight-gray a { color: #666; background: #f9f9f9; }

/*----------------------------------------------------*/
/*  Boxes
/*----------------------------------------------------*/
.wow-box { display: block; font-weight:300; padding: 10px 20px; margin: 10px 0px; font-size: 120%;   -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.wow-box p:last-child { margin: 0 }

.wow-box.left { float: left }
.wow-box.right { float: right }

.wow-box.gray { color: #666; background: #f9f9f9; border: 1px solid #ddd; }
.wow-box.red { color: #de5959; background: #ffe9e9; border: 1px solid #fbc4c4; }
.wow-box.green { color: #5f9025; background: #ebf6e0; border: 1px solid #b3dc82; }
.wow-box.blue { color: #5091b2; background: #e9f7fe; border: 1px solid #b6d7e8; }
.wow-box.yellow { color: #c4690e; background: #fffdf3; border: 1px solid #f2dfa4; }

/*----------------------------------------------------*/
/*  Toggle
/*----------------------------------------------------*/
.wow-toggle .wow-toggle-trigger { 
	display: block; 
	color: #333333; 
	display: block; 
	padding: 15px 15px 15px 37px !Important; 
	border: 1px solid #DFDFDF !Important; 
	background: #fbfbfb url("images/plus.png") no-repeat 15px center; 
	outline: 0; 
	text-transform: none !Important; 
	letter-spacing: normal; 
	font-weight: normal; 
	font-size: 14px; 
	line-height: 1.5em; 
	margin: 0; 
	margin-top: 10px; 
	cursor: pointer; 
}
.wow-toggle .wow-toggle-trigger:hover { border: 1px solid #c5c5c5; text-decoration: none; }
.wow-toggle .wow-toggle-trigger.active, .wow-toggle .wow-toggle-trigger.active:hover { color: #333333; background-color: #fbfbfb; background-image: url("images/minus.png"); text-decoration: none; }
.wow-toggle .wow-toggle-container { display: none; overflow: hidden; padding: 15px; border: 1px solid #ddd; border-top: 0px; font-size:14px;}
.wow-toggle .wow-toggle-container p {font-size:14px;padding:10px 20px 0;}

/*----------------------------------------------------*/
/*  Tabs
/*----------------------------------------------------*/
.wow-tabs ul.ui-tabs-nav { display: block; margin: 0; padding: 0; border-bottom: solid 1px #ddd; margin-left: 1px; }
.wow-tabs ul.ui-tabs-nav li { display: block; width: auto; height: 40px; padding: 0 !important; float: left !important; margin: 0 !important; outline: none; }
.wow-tabs ul.ui-tabs-nav li a { 
	display: block; 
	text-decoration: none; 
	width: auto; 
	height: 40px; 
	padding: 0px 20px; 
	line-height: 40px; 
	border: solid 1px #ddd; 
	border-width: 1px 1px 0 0; 
	margin: 0; 
	background-color: #FBFBFB; 
	font-size: 14px; 
	color: #444; 
	outline: none; 
}
.wow-tabs ul.ui-tabs-nav li a:hover { color: #373737; background: #ffffff; }
.wow-tabs ul.ui-tabs-nav .ui-state-active a { 
	background: #fff; 
	height: 40px; 
	position: relative; 
	top: 0px; 
	padding-top: 0px; 
	border-left-width: 1px; 
	margin: 0 0 0 -1px; 
	color: #111 !important; 
	-moz-border-radius-topleft: 2px; 
	-webkit-border-top-left-radius: 2px; 
	border-top-left-radius: 2px; 
	-moz-border-radius-topright: 2px; 
	-webkit-border-top-right-radius: 2px; 
	border-top-right-radius: 2px; 
}
.wow-tabs ul.ui-tabs-nav .ui-state-active a:hover { background: #fff }
.wow-tabs ul.ui-tabs-nav li:first-child .ui-state-active a { margin-left: 0 }
.wow-tabs ul.ui-tabs-nav li:first-child a { border-width: 1px 1px 0 1px }
.wow-tabs .tab-content { background: #fff; padding: 30px 20px 0; border-left: solid 1px #ddd; border-right: solid 1px #ddd; border-bottom: solid 1px #ddd;	font-size: 14px;  }
.wow-tabs ul.tabs:before, ul.tabs:after { content: '\0020'; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0;  }
.wow-tabs ul.tabs:after { clear: both }
.wow-tabs ul.tabs { zoom: 1 }
.wow-tabs .ui-tabs-hide { display: none }
.wow-tabs:before, ul.wow-tabs:after { content: '\0020'; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
.wow-tabs:after { clear: both }
.wow-tabs { zoom: 1 }
.wow-tabs .ui-tabs-hide { display: none }

.wow-tabs .ui-widget-header {
background: none;
border: none;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
border: none;
background: none;
font-weight: inherit;
color: inherit;
}


/*----------------------------------------------------*/
/*  Google Map
/*----------------------------------------------------*/
.googlemap { position: relative; max-width: inherit; }
.googlemap .map_canvas { width: 100%; height: 100%; }
.googlemap .map_canvas h3 { margin: 0 0 10px; font-size: 14px; }
.map_canvas img { max-width: none !important }

/*----------------------------------------------------*/
/*  Progress Bar
/*----------------------------------------------------*/
.wow-progressbar { position: relative; display: block; margin-bottom: 15px; width: 100%; background: #eee; height: 35px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; -webkit-transition: 0.4s linear; -moz-transition: 0.4s linear; -ms-transition: 0.4s linear; -o-transition: 0.4s linear; transition: 0.4s linear; -webkit-transition-property: width, background-color; -moz-transition-property: width, background-color; -ms-transition-property: width, background-color; -o-transition-property: width, background-color; transition-property: width, background-color; }
.wow-progressbar-title { position: absolute; top: 0; left: 0; font-weight: bold; font-size: 13px; color: #fff; background: #6adcfa; -webkit-border-top-left-radius: 3px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-topleft: 3px; -moz-border-radius-bottomleft: 3px; border-top-left-radius: 3px; border-bottom-left-radius: 3px; }
.wow-progressbar-title span { display: block; background: rgba(0,0,0,0.1); padding: 0 20px; height: 35px; line-height: 35px; -webkit-border-top-left-radius: 3px; -webkit-border-bottom-left-radius: 3px; -moz-border-radius-topleft: 3px; -moz-border-radius-bottomleft: 3px; border-top-left-radius: 3px; border-bottom-left-radius: 3px; }
.wow-progressbar-bar { height: 35px; width: 0px; background: #6adcfa; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
.wow-progress-bar-percent { position: absolute; right: 10px; top: 0; font-size: 11px; height: 35px; line-height: 35px; color: #444; color: rgba(0,0,0,0.4); }

/*----------------------------------------------------*/
/*  Icons
/*----------------------------------------------------*/
.fa.pull-center {
	margin:0 auto;
	display: table!important;
}

/*==============================================* SHORTCODE PRICING*===============================================*/
.wow-pricing-table {
	list-style:none;
	margin:0;
	padding:0;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	transition:0.3s;
}
.wow-pricing-table div {
	list-style:none;
}
.wow-pricing-table>div {
	list-style:none;
	text-shadow:none;
	margin-bottom:0px;
	border:1px solid #eee;
}
.wow-pricing-table>div.featured {
		z-index:1;
}
.wow-pricing-table>div.featured {

}


.wow-pricing-table:hover {
	margin-top:-5px;
}
.wow-pricing-table .wow-pricing-header {
	text-align:center;
	padding:20px 0 10px 0;
	background-color:#384048;
}
.wow-pricing-table .wow-pricing-header h5 {
	color:#fff;
	font-size:20px;
	margin:0;
	padding:0 20px 0px;
}
.wow-pricing-table .wow-pricing-cost {
	color:#fff;
	font-size:1.500em;
	line-height:1em;
	padding-top:15px;
	background:#384048;
}
.wow-pricing-table .wow-pricing-per {
	font-size:0.786em;
	color:#fff;
	background-color:#384048;
	padding-bottom:10px;
}
.wow-pricing-table .wow-pricing-content {
	background:#fff;
	text-align:center;
}
.wow-pricing-table .wow-pricing-content ul {
	margin:0 !important;
	list-style:none !important;
	padding-left:0;
}
.wow-pricing-table .wow-pricing-content ul li {
	margin:0 !important;
	padding:10px 20px !important;
	border-bottom:1px solid #eee;
	list-style:none !important;
	color:#555;
}
.wow-pricing-table .wow-pricing-content ul li:nth-child(2n+2) {
	background:#F9F9F9;
}
.wow-pricing-table .wow-pricing-button {
	background:#fff;
	text-align:center;
	border-top:1px solid #fff;
	padding: 35px 20px 35px;
}
.wow-pricing-table .wow-pricing-button .wow-button {
	float:none;
	margin:0 auto;	
 background-color: #384048;
  color: #fff;
	padding: 0px 22px 0px;
	text-transform:uppercase;
	font-weight:400;
	font-size:12px;
	height:40px;line-height:40px;
	letter-spacing:3px;
	display: inline-block;
}
.wow-pricing-table>div.featured .wow-pricing-header , .featured .wow-pricing-per,.featured .wow-pricing-cost,.featured .wow-pricing-button .wow-button,.buttoncolor {
	background-color: #a0ce4e;
}

/*----------------------------------------------------*/
/*  Testimonials
/*----------------------------------------------------*/
.wow-testimonial {
	font-style: italic; 
	font-size: 105%; 
	text-align: left;
}
.wow-testimonial .timage {
	height: 80px; 
	width: 80px; 
	border-radius: 50%; 
	float: left; 
	margin-right: 15px;
}
.wow-testimonial .tcontent {  
	background: none repeat scroll 0 0 #f9f9f9;
	border-radius: 10px;
	padding: 20px 20px 20px 30px;
	position: relative;
	float: right;
	width: 100%;
	
}
.wow-testimonial .tcontent:after {  
	content: "";
	z-index: 1;
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -12px;
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 15px solid #f9f9f9;
	-moz-transform: scale(0.9999);
}
.wow-testimonial .tclient {  
	text-align: center;
	margin-top: 20px;
	font-style: normal;
	clear: both;
	float: none;
	font-size: 1.45rem;
}


/*--------------------------------------------------------------Titles Shortcodes--------------------------------------------------------------*/
 h2.fancy-title {
	display: inline-block;
	margin-bottom: 30px;
	font-size: 1.8rem;
	letter-spacing: 1px;
	display: inline-block;
	background-color: #fff;
	padding: 0 15px;
}
 .fancytitlesep {    
	height: 6px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-color: #e0e0e0;
	width: 100%;
	display: block;
	border-style: solid;  margin-top: -48px;  margin-bottom: 40px;
}
  
/*--------------------------------------------------------------Features Shortcodes--------------------------------------------------------------*/
.wow-features h2 {  
  font-size: 1.4rem;
  text-transform:uppercase;
  margin-top: 0px;
  display: inline-block;
  margin-bottom: 10px;
  letter-spacing:1px;
    margin-left: 50px;
 }
.wow-features .content {  margin-bottom: 20px;  margin-left: 50px;}
.wow-features i.fa {
  height: 40px;
  width: 40px;
    position: absolute;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  margin-right: 10px;
  font-size: 20px;
   margin-top: -5px;
  background-color: #444;
  color: #fff;
  float: left;
  }

/*----------------------------------------------------*/
/*  Responsive
/*----------------------------------------------------*/
@media only screen and (max-width: 520px) { 
	.wow-one-half, .wow-one-third, .wow-two-third, .wow-three-fourth, .wow-one-fourth, .wow-one-fifth, .wow-two-fifth, .wow-three-fifth, .wow-one-sixth { width: 100%; float: none; margin-right: 0; margin-bottom: 20px; }
	.wow-box, .wow-box.left, .wow-box.right { float: none; width: 100% !important; }
	.wow-tabs ul.ui-tabs-nav { margin-left: 0 }
	.wow-tabs ul.ui-tabs-nav li { width: 100% }
	.wow-tabs ul.ui-tabs-nav li a { border-left-width: 1px }
	.wow-tabs ul.ui-tabs-nav .ui-state-active a, .wow-tabs ul.ui-tabs-nav .ui-state-active a:hover { height: 39px; padding-top: 0; margin-left: 0; top: auto; background-color: #eee; color: #000; font-weight: bold; }

}
.wow-hidden-desktop,
.wow-visible-phone,
.wow-visible-tablet { display: none }
@media only screen and (max-width: 959px) {
	.wow-hidden-desktop { display: block }
	.wow-visible-desktop { display: none }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.wow-hidden-desktop { display: block }
	.wow-visible-desktop { display: none }
	.wow-hidden-tablet { display: none }
}
@media only screen and (max-width: 767px) {
	.wow-hidden-desktop { display: block }
	.wow-visible-desktop { display: none }
	.wow-hidden-phone { display: none }
}
