/* Table of Content
 *	- Stunning Text Header
 *	- Sections
 *	- Features + icon Box
 *	- Portfolios
 * 	- Full Width Carousel
 * 	- Testimonials
 * - Dropcaps
 * - Buttons
 * - Tabs
 * - Accordions & Toggles
 * - Charts & Skill Bars
 * - Team Member
 * - Pricing Tables
 * - Dividers
 * - Clients
 * - Latest Posts
 * - Tooltips
 * - Posts Carousel
 * - Revolution Slider Styles ( Overwrite Default)
 * - Layer Slider Styles ( Overwrite Defaults)
 * - Counter Numbers
 * - CSS3 Animation Box
 */


.logo {
	position: relative;
	display: inline-block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	color: #fff;
	width: 394px;
	height: 110px;
	background: url('../images/logo.png') left center no-repeat;
	margin-top: 1px;
	z-index: 300;
}
#cont {
	display: block!important;
	margin-top: 60px!important;
	min-width: 41.667%;
	-webkit-backface-visibility: hidden!important;
	-moz-backface-visibility: hidden!important;
	-ms-backface-visibility: hidden!important;
	backface-visibility: hidden!important;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
#lnks {
	min-width: 100%;
	min-width: 41.667%;
	-webkit-backface-visibility: hidden!important;
	-moz-backface-visibility: hidden!important;
	-ms-backface-visibility: hidden!important;
	backface-visibility: hidden!important;
}
#lnks span {
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
}
#links h4 {
	font-size: 1.2em;
}
#lnks a {
	font-weight: bold;
	color: #FF8636;
}
#mainlist {
	min-width: 100%;
	/*  -moz-linear-gradient:(19% 75% 90deg,#ababab, #c9c9c9, #c7c7c7 100%)  ;*/
	background-clip: padding-box;
	border-color: rgba(0, 0, 0, 0.8) rgba(0, 0, 0, 0.65) rgba(0, 0, 0, 0.5);
	border-image: none;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px rgba(255, 255, 255, 0.05);
	display: inline-block;
	vertical-align: baseline;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#clins {
	vertical-align: middle;
}
#clins li {/*background-color: #FFFFFF*/;
	color: #ffffff;
	padding-top: 10px!important;
	padding-bottom: 10px!important;
	vertical-align: middle;
	line-height: 1em;
	border-bottom: 1px solid black;
	border-top: 1px solid #3c3c3c;
}
#clins li:first-child {
	border-top: none;
}
#clins li:last-child {
	border-bottom: none;
}
#titletext {
}
#titletext h4 {
	position: relative;
	margin-top: 0;
	font-family: arial, sans-serif;
	text-decoration: none; /*color: #ffffff;-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), color-stop(50%, rgba(0,0,0,0)), to(rgba(0,0,0,1)));*/
	font-size: 7.5em;
	text-transform: uppercase;
	max-width: 100%;
	margin-bottom: 10px;
	font-weight: bold;
	color: rgba(255,255,255,0.8)!important; /*text-shadow: 0 1px 0 #e9e9e9;*/
	line-height: 1em;
	top: 0px;
	left: 0px;
}
#titletext span {
	text-decoration: none;
	position: absolute;
	/*-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), color-stop(50%, rgba(0,0,0,0)), to(rgba(0,0,0,1)));*/
	text-shadow: 0 1px 0 #e9e9e9;
	height: inherit;
	width: 500px;
}
#titletext h4:after {
	color: #dbdbdb;
	content: "";
	opacity: 0.3;
}
#whoneeds {
	padding: 25px;
	width: 60%;
	background-color: rgba(0,0,0,.8);
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	box-shadow: none!important;
	border: solid 1px #000000!important;
	line-height: 1.5em;
	font-size: 2em;
	text-align: center;
	font-weight: bold;
}
.bubble {
	position: relative;
	width: 250px;
	height: 120px;
	padding: 20px;
	background: #222222;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: #FFFFFF solid 5px;
	vertical-align: baseline;
	text-align: center;
}
.bubble:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 15px 15px 0;
	border-color: #222222 transparent;
	display: block;
	width: 0;
	z-index: 1;
	bottom: -15px;
	left: 110px;
}
.bubble:before {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 19px 19px 0;
	border-color: #FFFFFF transparent;
	display: block;
	width: 0;
	z-index: 0;
	bottom: -24px;
	left: 106px;
}
.bubble2 {
	position: relative;
	width: 250px;
	padding-top: 30px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	background: #FF8636;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: #FFFFFF solid 4px;
	vertical-align: middle;
	text-align: center;
}
.bubble2:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 15px 0 15px 15px;
	border-color: transparent #FF8636;
	display: block;
	width: 0;
	z-index: 1;
	right: -15px;
	top: 45px;
}
.bubble2:before {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 18px 0 18px 18px;
	border-color: transparent #FFFFFF;
	display: block;
	width: 0;
	z-index: 0;
	right: -22px;
	top: 42px;
}
.arrow_box {
	position: relative;
	background: #222222;
	padding: 20px;
	border-radius: 8px;
	font-size: 1.5em;
	line-height: 2em;
	vertical-align: baseline;
	text-align: center;
	border: 5px solid #ffffff;
}
.arrow_box:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #222222;
	border-width: 30px;
	margin-left: -30px;
}
.arrow_box:before {
	border: 5px solid #ffffff;
}
.arrow_box2 {
	position: relative;
	background: #FF8636;
	padding: 20px;
	border-radius: 8px;
	font-size: 1.5em;
	line-height: 1.8em;
	vertical-align: middle;
	text-align: center;
}
.arrow_box2:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 134, 54, 0);
	border-left-color: #FF8636;
	border-width: 20px;
	margin-top: -20px;
}
.arrowdown {
	width: 0px;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid rgba(0,0,0,.8);
	margin-left: 35px;
}
#qzbtn {
	padding: 0!important;
	margin: 0!important;
	vertical-align: middle!important;
}
#qzbtnin {
	padding: 35px!important;
	margin: 0!important;
	text-align: center;
	border: 0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color: #FF8636!important;
	display: inline!important
}
#qzbtnin a {
	color: #ffffff;
	width: 100%;
	height: 100%;
	font-size: 1.3em;
	background-color: transparent!important;
	font-weight: bold;
}
#arrowright {
	display: inline-block;
	width: 0px;
	height: 0px;
	margin: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #FF8636;
	margin: 0!important;
	padding: 0!important;
}
#svc {
	border: 6px solid #ffffff;
	-webkit-border-radius: 30px 0px 30px 0px;
	;
	-moz-border-radius: 30px 0px 30px 0px;
	border-radius: 30px 0px 30px 0px;
	background-color: rgba(0,0,0,.7);
	box-shadow: none!important;
}
#cquot {
	font-weight: bold;
	padding: 10px;
	border: 1px solid #000000;
	margin: 1px;
	width: 100%;
	
}
#cquot input{color:#000000;}
#cquot input[type=text]:focus, #cquot textarea:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  border: 1px solid rgba(81, 203, 238, 1);
}

.req {color:#FF0004;}
/* CSS Created by CSS CHECKBOX */
/**********************************/
/**** www.CSScheckbox.com *********/
#qz {	/*border-color: #ffffff;
	border-width:1px;
	border-style:solid;
*/
	/* [disabled]padding-top: 15px;
*/
	padding-top: 35px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 35px;
	border: 6px solid #ffffff;
	-webkit-border-radius: 30px 0px 30px 0px;
	;
	-moz-border-radius: 30px 0px 30px 0px;
	border-radius: 30px 0px 30px 0px;
	background-color: rgba(0,0,0,0.7);
	padding-bottom: 30px;
	margin-top: 20px;
}
.cb-styles table {
	float: left;
	width: 100%;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 10px;
	font-family: sans-serif;
	color: #fffff;
	background-color: rgba(0,0,0,0);
}
.cb-styles tbody {
	border: 0px;
	padding-bottom: 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-shadow: none!important;
}
.cb-styles table td {
	border: 0px;
	color: #ffffff;
	width: 60%;
	text-align: left;
	height: 50px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-weight: 400;
	/*	background-color: rgba(0,0,0,.7);*/
	cursor: pointer;
	cursor: hand;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-shadow: none!important;
}
.cb-styles table td:hover {
	background-color: rgba(0,0,0,1);
	padding-left: 15px;
}
#abt {
	padding: 50px;
	margin-top: 20px;
	line-height: 1.4em;
	background-color: rgba(0,0,0,0.7);
	font-size: 1.5em;
	line-height: 1.7em;
	border: 6px solid #ffffff;
	-webkit-border-radius: 30px 0px 30px 0px;
	;
	-moz-border-radius: 30px 0px 30px 0px;
	border-radius: 30px 0px 30px 0px;
	box-shadow: none!important;
}
#brch {
	padding: 30px;
	margin-top: 20px;
	line-height: 1.4em;
	background-color: rgba(0,0,0,0.7);
	font-size: 1.5em;
	line-height: 1.5em;
	border: 6px solid #ffffff;
	-webkit-border-radius: 30px 0px 30px 0px;
	;
	-moz-border-radius: 30px 0px 30px 0px;
	border-radius: 30px 0px 30px 0px;
	box-shadow: none!important;
}
#brchdetail {
	padding: 30px;
	margin-top: 20px;
	line-height: 1.4em;
	background-color: rgba(0,0,0,0.7);
	font-size: 1.0em;
	line-height: 1.5em;
	border: 6px solid #ffffff;
	-webkit-border-radius: 30px 0px 30px 0px;
	;
	-moz-border-radius: 30px 0px 30px 0px;
	border-radius: 30px 0px 30px 0px;
	box-shadow: none!important;
}
#ctct {
	padding: 20px;
	margin-top: 20px;
	line-height: 1.4em;
	background-color: rgba(0,0,0,0.7);
	font-size: 1.5em;
	line-height: 1.7em;
	border: 6px solid #ffffff;
	-webkit-border-radius: 30px 0px 30px 0px;
	;
	-moz-border-radius: 30px 0px 30px 0px;
	border-radius: 30px 0px 30px 0px;
	display: block;
	box-shadow: none!important;
	padding-left: 140px;
}
#cqt {
	margin-left: 30px;
	padding: 20px;
	margin-top: 20px;
	line-height: 1.0em!important;
	background-color: rgba(0,0,0,0.6);
	/*background : -webkit-linear-gradient(top, #000000, #595959);
background : -moz-linear-gradient(top, #000000, #595959);
background : -o-linear-gradient(top, #000000, #595959);*/

	text-shadow: 2px 2px 4px #171010;
	font-size: 1.5em!important;
	border: 6px solid #ffffff;
	-webkit-border-radius: 30px 0px 30px 0px;
	;
	-moz-border-radius: 30px 0px 30px 0px;
	border-radius: 30px 0px 30px 0px;
	/*box-shadow: none!important;*/
	display: block;
	width: 100%;
}
#cqt div {
	width: 100%;
	text-align: left!important;
	display: inline!important;
	box-shadow: none!important;
	vertical-align: bottom;
	padding: 0;
}
#cqt input[type="text"] {
	text-align: left!important;
	display: inline!important;
	background-color: #ffffff;
}
#cqt table tr {
	padding: 0;
	line-height: 1em;
}
#cqt td {
	font-weight: bold;
	line-height: 1.2em;
	vertical-align: text-top;
	display: inline-block
}
#cqt h1, #cqt h2 {
	text-align: center;
}
#snd {
	text-align: center;
}
#sendnum {
	font-size: 1.6em;
}
/*general styles for all CSS Checkboxes*/
label {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
input[type=checkbox].css-checkbox {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}
label.css-label {
	padding-left: 20px;
	height: 17px;
	display: inline-block;
	line-height: 2.5em;
	background-repeat: no-repeat;
	background-position: 0 0!important;
	font-size: 25px;
	vertical-align: middle;
	cursor: pointer;
}
input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 -17px!important;
}
.elegant {
	background-image: url(../images/elegant.png);
}
#log {
	display: none;
	color: #ffffff;
	text-decoration: underline;
	font-size: 1.4em;
	font-weight: 300;
	vertical-align: middle!important;
	padding: 45px!important;
}
#loga {
/*display:block;
	vertical-align: middle;
	background-color: rgba(255, 0, 4, .6);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	height: 0;
	padding:0;
	margin:0;*/
}
/*-----------------------------------------------*/
/* Stunning Text header
/*------------------------------------------------*/
.stunning_text {
	margin: 0 0 40px;
}
.stunning_text a {
	color: #FF8636;
}
.stunning_text p {
	margin: 30px auto 0;
	text-align: center;
	color: #858585;
	font-size: 13px;
	line-height: 21px;
}
.stunning_text h3 {
	text-align: center;
	color: #111;
}
.stunning_text h4 {
	text-align: center;
	font-size: large;
	text-transform: uppercase;
	font-family: arial, sans-serif;
	line-height: 20px;
	margin: 22px auto 0;
	overflow: hidden;
	color: #FFFFFF;
	font-weight: bold;
}
.stunning_text h4.first-title {
	text-align: left!important;
	position: relative;
	margin-top: 0;
	font-family: arial, sans-serif;
	text-decoration: none; /*color: #ffffff;-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), color-stop(50%, rgba(0,0,0,0)), to(rgba(0,0,0,1)));*/
	font-size: 667%;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: bold;
	color: rgba(255,255,255,0.9)!important; /*text-shadow: 0 1px 0 #e9e9e9;*/
	line-height: 1em;
	max-width: 100%!important;
	/* CSS by GenerateCSS.com */
	text-shadow: 4px 4px 4px #000000;
	filter: dropshadow(color=#000000, offx=4, offy=4);
}
.stunning_text h4 span {
	text-decoration: none;
	position: absolute;
	/*-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), color-stop(50%, rgba(0,0,0,0)), to(rgba(0,0,0,1)));*/
	text-shadow: 0 1px 0 #e9e9e9;
	height: inherit;
	width: 500px;
}
.stunning_text span:before, .stunning_text h4.last-title span:before {
	content: "";
	position: absolute;
	display: inline-block;
	height: 1px;
	width: 350px;
	left: -350px;
	top: 50%;
	background: #ddd;
	margin-top: -1px;
}
.stunning_text span:after, .stunning_text h4.last-title span:after {
 cont position: absolute;
	display: inline-block;
	height: 1px;
	width: 350px;
	right: -350px;
	top: 50%;
	background: #ddd;
	margin-top: -1px;
	font-weight: bold;
	color: #dbdbdb;
 content: a .stunni;
}
.stunning_text .big-title {
	text-align: center;
	display: block;
	clear: both;
}
.stunning_text .big-title > div {
	display: inline-block;
	overflow: hidden;
}
.stunning_text .big-title > div > span {
	display: inline-block;
	font-size: 29px;
	line-height: 110%;
	margin: 0;
	color: #555;
	letter-spacing: 3px;
	font-family: arial, sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	-webkit-font-smoothing: antialiased!important;
	min-width: 400px;
}
.stunning_text .big-title.extra-large-text > div > span {
	font-size: 39px;
	font-family: arial, sans-serif;
	color: #555;
	min-width: 500px;
	letter-spacing: 4px;
}
/*.stunning_text.style2 h4.first-title {
	max-width: 90%
}*/
.stunning_text.style2 .big-title > div > span {
	padding-bottom: 30px;
	position: relative;
}
.stunning_text.style2 .big-title > div > span:after {
	content: "";
	position: absolute;
	display: inline-block;
	bottom: 0;
	left: 0;
	height: 1px;
	width: 90%;
	margin-left: 5%;
	background: #ddd;
}
.stunning_text.style2 p {
	margin-top: 30px;
}
.section-white-text .stunning_text h4, .section-white-text .stunning_text .big-title > div > span {
	color: #fcfcfc!important;
}
/*------------------------------------------------*/
/* read more button
/*------------------------------------------------*/
a.readmore {
	display: inline-block;
	padding-bottom: 0px;
	font-size: 13px;
	line-height: 1;
	visibility: visible!important;
	padding-bottom: 5px;
}
a.readmore i {
	vertical-align: -2px;
	margin-left: 3px;
	font-size: 110%;
	text-align: center;
}
a.readmore:hover i {
	margin-left: 6px;
}
/*------------------------------------------------*/
/* Sections
/*------------------------------------------------*/
.nobottom {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}
.centerimage {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	text-align: center;
}
.section {
	padding: 60px 0 10px;
	overflow: hidden;
	z-index: 3;
}
.section.section-border-yes {
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
}
.section-padding-large {
	padding: 70px 0 20px;
}
.section-padding-extra-large {
	padding: 90px 0 40px;
}
.section-padding-small {
	padding-top: 40px;
	padding-bottom: 0;
}
.section-medium-grey {
	background-color: #f8f8f8;
}
.section-grey {
	background-color: #f6f6f6;
}
.section-box-shadow-yes {
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
}
.section-padding-zero {
	padding: 0!important;
}
.bottom-padding-no, .section-bottom-padding-no {
	padding-bottom: 0!important;
}
.section-top-padding-no {
	padding-top: 0!important;
}
.section-bottom-padding-no .portfolio-items, .section-bottom-padding-no .row-fluid, .section-bottom-padding-no ul.carousel-items, .section-padding-zero ul.carousel-items, .section-bottom-padding-no .posts-grid, .section-padding-zero .posts-grid {
	margin-bottom: 0!important;
}
.section-bottom-padding-no > .container > .row-fluid > .row-fluid:not(.style2):not(.style3) > [class*="span"] > .inner-content {
	padding-bottom: 0!important;
}
.section-bottom-padding-no .portfolio-items.portfolio-style4.portfolio-with-padding-yes {
	margin-bottom: -5px!important;
}
.section.background-stretch-yes {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
}
.section.section-parallax-yes {
	background-attachment: fixed;
}
.section.full-width {
	overflow: hidden;
}
.section.full-width .container {
	width: 100%;
	max-width: 1600px;
	padding: 0;
}
.section.full-width-with-padding .container {
	width: 100%;
	max-width: 1600px;
	padding: 0 6%;
}
.section.full-width-alternate, .section.double-section .container {
	width: 100%;
	overflow: hidden;
	height: auto;
}
.section.full-width-alternate .container, .section.double-section .container {
	width: 100%;
	max-width: 1600px;
	padding-left: 0;
	padding-right: 0;
}
.section.double-section {
	padding: 0!important;
}
.section.full-width-alternate .container .content-left, .section.full-width-alternate .container .content-right, .section.double-section .container .content-left, .section.double-section .container .content-right {
	width: 50%;
	float: left;
	padding: 0;
}
.section.full-width-alternate .container .content-left .inner-content {
	padding-top: 0;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
	max-width: 570px;
	margin-right: 0;
	margin-left: auto;
}
.section.double-section .container .content-left, .section.double-section .container .content-right {
	padding: 60px 0px;
}
.section.double-section .container .content-left {
	background-color: #fafafa;
}
.section.double-section .container .content-right {
	background-color: #f4f4f4;
}
.section.double-section .container .content-left .inner-content, .section.double-section .container .content-right .inner-content {
	padding: 0 40px 0 20px;
	width: 100%;
	margin-left: auto;
	margin-right: 0;
	max-width: 570px;
}
.section.double-section .container .content-right .inner-content {
	padding: 0 20px 0 40px;
}
.section.double-section .container .content-right .inner-content {
	margin-left: 0;
	margin-right: auto;
}
.section.full-width-alternate .container .content-right .inner-content {
	padding: 0 0 0 20px;
	padding-bottom: 0px;
}
.section.full-width-alternate.style2 .container .content-left .inner-content {
	margin-left: 0;
	margin-right: 0;
	max-width: 100%;
	padding: 0 20px 0 0;
}
.section.full-width-alternate.style2 .content-right .inner-content {
	padding: 0 20px 50px;
	max-width: 570px;
	margin-right: auto;
	margin-left: 0;
	width: 100%;
}
.section.full-width-alternate.one-third-columns .container .content-left {
	width: 33.333%;
}
.section.full-width-alternate.one-third-columns .container .content-right {
	width: 66.667%;
}
.section.full-width-alternate.one-third-columns .container .content-left .inner-content {
	max-width: 320px;
}
.section-with-sidebar .content {
	padding: 70px 0 20px;
}
.section-with-sidebar .sidebar {
	border-left: 1px solid #e5e5e5;
	padding: 70px 0 20px;
}
.section-with-sidebar .content .inner-content {
	padding: 0 35px 0 0px;
}
.section-with-sidebar .sidebar .inner-content {
	padding-left: 35px;
	padding-right: 0px;
}
/*------------------------------------------------*/
/* Box styles
/*------------------------------------------------*/
.box {
	border: 1px solid #ddd;
	background: #fff;
	padding: 25px 30px 30px;
}
.box.style2 {
	border: none;
	background: rgba(255,255,255,0.93);
}
/*------------------------------------------------*/
/* icons
/*------------------------------------------------*/
.fontAwesomeIcon.style2 {
	font-size: 20px;
	border: 1px solid #FF8636;
	color: #FF8636;
	display: inline-block;
	font-weight: normal;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 30px;
}
.fontAwesomeIcon.style1 {
	font-size: 110%;
	line-height: 1;
	color: #FF8636;
	margin-right: 8px;
}
.fontAwesomeIcon.style1 span.num {
	color: #ffffff;
}
.fontAwesomeIcon.style1.alternate {
	color: #aaa;
}
.fontAwesomeIcon.style3 {
	background-color: #FF8636;
	width: 35px;
	height: 35px;
	line-height: 33px;
	display: inline-block;
	font-size: 16px;
	color: #fff;
	text-align: center;
}
.fontAwesomeIcon.style3.style2.alternate {
	color: #222;
	border-color: #222;
}
.fontAwesomeIcon.style3.style3.alternate {
	background-color: #444;
}
.fontAwesomeIcon img, span.fontAwesomeIcon i {
	vertical-align: middle;
	padding: 0px!important;
}
/*------------------------------------------------*/
/* feature box
/*------------------------------------------------*/
.features_box .span12 .inner-content {
	padding-bottom: 30px;
}
.feature_box .fontAwesomeIcon {
	margin-right: 0!important;
}
.feature_box {
	margin: 0px auto 0;
	max-width: 460px;
	position: relative;
}
.feature_box .readmore {
	margin-top: 18px;
	margin-bottom: 2px;
}
.feature_box .readmore i {
	margin-left: 4px!important;
}
.feature_box h3 {
	vertical-align: middle;
	margin: 0;
	line-height: 1;
	font-size: 17px;
}
.feature_box h3 + p {
	margin-top: 13px;
	margin-bottom: 0;
}
.feature_box .button {
	margin-top: 20px;
}
.feature_box.style1 .fontAwesomeIcon {
	margin-right: 10px!important;
	vertical-align: middle;
}
.feature_box.style1 h3 {
	line-height: 35px;
}
.feature_box.style1 .fontAwesomeIcon.style3 {
	margin-right: 10px;
	font-size: 18px;
	width: 35px;
	height: 35px;
	line-height: 33px;
}
.feature_box.style2 {
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 70px;
	padding-bottom: 5px;
	text-align: left;
	overflow: visible;
}
.feature_box.style2 .fontAwesomeIcon {
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 26px;
	position: absolute;
	left: 0;
	right: 0;
}
.feature_box.style2 .fontAwesomeIcon.style1 {
	text-align: center;
	font-size: 36px;
	height: auto;
	line-height: 1;
}
.feature_box.style2 .fontAwesomeIcon.style2 {
	line-height: 43px;
}
.feature_box.style2 .fontAwesomeIcon.style3 {
	line-height: 45px;
}
.feature_box.style3 {
	text-align: center;
}
.feature_box.style3 .fontAwesomeIcon {
	width: 85px;
	height: 85px;
	line-height: 80px;
	font-size: 36px;
	text-align: center;
	clear: both;
}
.feature_box.style3 .fontAwesomeIcon.style1 {
	font-size: 42px;
	width: auto;
}
.feature_box.style3 .fontAwesomeIcon.style1.alternate {
	color: #aaa;
 out;
}
.feature_box.style3:hover .fontAwesomeIcon.style1 {
	color: #FF8636;
}
.feature_box.style3 h3 {
	margin-top: 30px;
}
.feature_box.style3 h3 + p {
	margin-top: 15px;
}
.feature_box.style3 h4 {
	margin-top: 10px;
}
.feature_box.style3 p {
	margin-top: 25px;
}
/*------------------------------------------------*/
/* iconbox
/*------------------------------------------------*/
.iconbox {
	text-align: center;
}
.iconbox .fontAwesomeIcon.style1 {
	font-size: 36px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	display: inline-block;
}
.iconbox .fontAwesomeIcon.style2 {
	width: 65px;
	height: 65px;
	line-height: 58px!important;
	font-size: 28px;
	transition: all 0.3s;
}
.iconbox .fontAwesomeIcon.style3 {
	width: 65px;
	height: 65px;
	line-height: 60px;
	font-size: 24px;
}
.iconbox h3 {
	margin: 20px 0 6px;
	font-size: 15px;
	line-height: 18px;
	color: #555;
}
.iconbox .readmore {
	margin-top: 0;
}
.iconbox .readmore i {
	margin-left: 4px!important;
}
/*------------------------------------------------*/
/* lists styles
/*------------------------------------------------*/
ul.styled-list {
	margin-left: 0;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 30px;
	padding-bottom: 20px;
	list-style: none;
}
ul.styled-list li {
	list-style: none;
	padding: 0px!important;
	/*position: relative;*/
	font-size: 1.0em;
}
ul.styled-list li i {
	padding-left: 10px;
	display: inline-block;
	width: 16px;
	height: 16px;
	font-size: 1em;
	border: 1px solid ##FF8636;
	text-align: center;
	color: #FF8636;
	vertical-align: middle;
}
ul.styled-list.style2 li {
	margin-bottom: 6px;
}
ul.styled-list.style2 li i {
	background: #FF8636;
	border-color: #FF8636;
	color: #fff;
}
ul.styled-list.style3 {
	margin-left: 20px;
}
ul.styled-list.style3 li {
	/*list-style-type: circle;*/
	list-style-image: url(/prodatainsurance2/images/submenu_arrow.png);
	padding-left: 0;
	margin-bottom: 0px;
	top: 0px;
	left: 0px;
}
ul.styled-list.style3 li i {
	display: none;
}
ul.styled-list.style3 li a {
	color: #FF8636;
	font-size: 85%;
	font-weight: bold;
}
ul.styled-list.style4 li {
	font-size: 1.0em;
	padding: 0px!important;
	text-align: left;
	width: 100%;
	list-style-position: inside;
	list-style-image: url(../images/ShieldYellow.png);
}
ul.styled-list.style4 li i {
	color: inherit;
	background-image: url(../images/ShieldYellow.png);
	background-repeat: no-repeat;
	padding: 0px;
}
ul.styled-list.style4 li i {
	color: inherit;
 background:-color:none!important;
	background-image: url(../images/ShieldYellow.png);
	background-repeat: no-repeat;
	padding: 0px;
}
ul.styled-list.style4 li a {
	color: #FF8636;
	font-weight: bold;
	padding-left: 0;
	max-width: 90%;/*font-size: 65%!important;*/
}
/*------------------------------------------------*/
/* gap
/*------------------------------------------------*/
.gap {
	display: block;
	width: 100%;
	margin: 0;
	height: 20px;
	line-height: 20px;
}
.gap.small {
	height: 10px;
	line-height: 20px;
}
.gap.large {
	height: 30px;
	line-height: 30px;
}
.gap.extra-large {
	height: 50px;
	line-height: 50px;
}
.doublegap {
	display: block;
	width: 100%;
	height: 1px;
	margin: 50px 0;
}
/*------------------------------------------------*/
/* Google map
/*------------------------------------------------*/
.google_map.full {
	width: 100% !important;
	height: auto;
	margin: 0px;
}
/*------------------------------------------------*/
/* Overlay
/*------------------------------------------------*/
.overlay {
	position: absolute;
	top: 0;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: 5;
}
.hoverlay:hover .overlay {
	opacity: 1;
	filter: alpha(opacity=0);
}
.overlay:after {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.overlay a {
	display: block;
}
.overlay-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 90%;
	height: auto;
}
.overlay .icon {
	display: inline-block;
	position: relative;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	background-color: #111;
	color: #ddd;
	z-index: 12;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	-webkit-backface-visibility: hidden;
}
.portfolio-tabs ul li:not(.active):hover {
	background-color: #fcfcfc;
}
.portfolio-tabs ul li:not(.active):hover a {
	color: #666;
}
/*------------------------------------------------*/
/* Title styles
/*------------------------------------------------*/
.title.style1 {
	margin-bottom: 25px;
}
.title.style1 span {
	padding: 0 0px 15px 0;
	display: inline-block;
	position: relative;
}
.title.style1 span:after {
	content: "";
	position: absolute;
	display: inline-block;
	left: 0;
	bottom: 0;
	width: 70px;
	background-color: #e5e5e5;
	height: 2px;
}
.title.style1.textcenter span:after {
	margin-left: -35px;
	left: 50%;
}
.title.style2 {
	border-bottom: 0;
	overflow: hidden;
}
.title.style2 span {
	padding: 0 10px 0 0;
	display: inline-block;
	margin-bottom: -1px;
	position: relative;
}
.title.style2 span:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	width: 1140px;
	right: -1140px;
	height: 1px;
	background: #e5e5e5;
}
.title.style3 {
	overflow: hidden;
	text-align: center;
	width: 100%;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.title.style3 span {
	display: inline-block;
	border: 1px solid #ddd;
	border-radius: 4px;
	position: relative;
	padding: 10px 20px;
}
.title.style3 span:after {
	content: "";
	position: absolute;
	width: 570px;
	left: -570px;
	height: 1px;
	background: #ddd;
	top: 50%;
}
.title.style3 span:before {
	content: "";
	position: absolute;
	width: 570px;
	right: -570px;
	height: 1px;
	background: #ddd;
	top: 50%;
}
/*------------------------------------------------*/
/* full width slider + carousel
/*------------------------------------------------*/
.full-width-carousel {
	position: relative;
	padding-left: 50px!important;
	padding-right: 50px!important;
}
.carousel-content {
	position: relative;
	padding-bottom: 12px;
}
.full-width-carousel .pagination {
	position: absolute;
	left: 5px;
	bottom: 0px;
}
.full-width-carousel .pagination a {
	display: inline-block;
	margin-right: 5px;
}
.carousel-content-container {
	position: relative;
}
.full-width-carousel .carousel-prev {
	left: 20px;
}
.full-width-carousel .carousel-next {
	right: 20px;
}
.full-width-carousel .carousel-images {
	width: 100%;
}
.full-width-carousel .carousel-images img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
}
.carousel-ipad-slideshow-container {
	position: relative;
	padding: 30px;
}
.carousel-ipad-slideshow {
	position: absolute;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
}
/*------------------------------------------------*/
/* Testimonials
/*------------------------------------------------*/
.testimonial-grid-item .inner-content {
	padding-left: 40px!important;
	padding-right: 40px!important;
}
.testimonial-grid-item .testimonial {
	width: 100%;
	position: relative;
	padding-left: 100px;
}
.testimonial-grid-item .inner-content.vertical-padding-large {
	padding-top: 30px!important;
	padding-bottom: 30px!important;
}
.testimonial blockquote {
	font-size: 13px;
	font-weight: 400;
	position: relative;
	padding: 0 0 0 15px;
	line-height: 21px;
	margin-bottom: 0;
	overflow: visible;
	background: transparent;
	border-left: none;
	margin-left: 0;
}
.testimonial .author-info {
	margin-left: 15px;
	margin-top: 12px;
}
.testimonial .name {
	text-align: left;
	font-weight: 600;
	color: #555;
	position: relative;
}
.testimonial .divider {
	color: #999;
	padding: 0 4px;
}
.testimonial .name:after {
	content: "";
	position: absolute;
	left: -10px;
	width: 5px;
	top: 50%;
	height: 1px;
	background: #444;
}
.testimonial-grid-item .author-avatar {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0px;
}
.testimonial-pagination {
	list-style: none;
	padding: 0;
	margin: 0 0 10px;
	text-align: center;
	clear: both;
}
.testimonial-pagination > li {
	display: inline-block;
	width: 80px;
	height: 80px;
	margin: 0 5px 20px;
}
.testimonial-pagination > li a img {
	border-radius: 50%;
	transition: all 0.3s ease-in-out;
	opacity: 0.8;
}
.testimonial-pagination > li.activeSlide a img {
	opacity: 1;
}
.testimonial-carousel-container {
	position: relative;
	padding: 0;
	margin-bottom: 50px;
	padding: 0 50px;
}
.testimonial-carousel-container .carousel-next, .testimonial-carousel-container .carousel-prev {
	margin-top: -45px;
}
.testimonial-carousel-container .pagination {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: block;
}
.testimonial-carousel {
	width: 100%;
	margin: 0;
	padding: 0;
}
.testimonial-carousel > div div.quote {
	width: 100%!important;
	margin-bottom: 20px;
}
.testimonial-carousel .testimonial blockquote {
	font-size: 15px;
	line-height: 25px;
	font-weight: 300;
	text-align: center;
	font-family: "museo_sans_500";
}
.testimonial-info {
	text-align: center;
}
/*------------------------------------------------*/
/* Teaser
/*------------------------------------------------*/
.teaser-boxes.without-padding {
	margin: 0!important;
}
.teaser-boxes.without-padding [class*="span"] {
	padding: 0!important;
}
.teaser {
	box-shadow: 0 2px 2px 0 rgba(180,180,180,0.1);
	display: block;
}
.teaser .teaser-overlay {
	position: absolute;
	background: #000;
	width: 100%;
	height: 100%;
	opacity: 0.2;
	filter: alpha(opacity=10);
	z-index: 12;
	left: 0;
	top: 0;
	transition: opacity 0.3s ease-in-out;
}
.teaser .info {
	position: absolute;
	bottom: 25px;
	width: 100%;
	padding: 0 30px;
	background: transparent;
	text-align: center;
	z-index: 99;
}
.teaser h3 {
	margin: 0px 0 5px;
	color: #fff;
}
.teaser p {
	color: #fff;
	color: rgba(255,255,255,0.92);
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	max-width: 320px;
	margin: 0 auto;
}
.teaser .image img {
	transition: all 0.3s ease-in-out;
}
.teaser:hover .image img {
	transform: scale(1.2);
}
.teaser:hover .teaser-overlay {
	opacity: 0.4;
}
/*------------------------------------------------*/
/* Dropcap
/*------------------------------------------------*/
.dropcap {
	display: block;
	float: left;
	font-size: 49px;
	font-weight: 300;
	color: #3489db;
	line-height: 50px;
	margin: 2px 12px 0 0;
}
.dropcap.style2 {
	margin: 6px 12px 0 0;
	width: 60px;
	height: 60px;
	line-height: 58px;
	font-size: 49px;
	font-weight: 300;
	padding: 0!important;
	text-align: center;
	border: 1px solid #e5e5e5;
	color: #FF8636;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	;
	display: inline-block;
}
/*------------------------------------------------*/
/* Callout
/*------------------------------------------------*/
.callout {
	margin-bottom: 50px;
}
.callout.style2 {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	box-shadow: 0 1px 1px rgba(180,180,180,0.2);
	padding: 20px 15px 20px 15px;
}
.callout .span8 {
}
.callout .span4 {
	text-align: right;
}
.callout .button i {
	margin-right: 8px;
}
.callout h2 {
	margin: 0;
	font-size: 13px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 1px;
	line-height: 30px;
	margin-left: 10px;
}
/*------------------------------------------------*/
/* buttons
/*------------------------------------------------*/

a.button, input[type="submit"] {
	color: #FFF;
	font-family: inherit;
	border : solid 1px #ffffff;
	border-radius : 12px 0px 12px 0px;
	moz-border-radius : 12px 0px 12px 0px;
	font-size : 20px;
	color : #ffffff;
	padding : 1px 17px;
	background : #ff8c00;
	background : -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff8c00), color-stop(100%, #ff3503));
	background : -moz-linear-gradient(top, #ff8c00 0%, #ff3503 100%);
	background : -webkit-linear-gradient(top, #ff8c00 0%, #ff3503 100%);
	background : -o-linear-gradient(top, #ff8c00 0%, #ff3503 100%);
	background : -ms-linear-gradient(top, #ff8c00 0%, #ff3503 100%);
	background : linear-gradient(top, #ff8c00 0%, #ff3503 100%);
 filter : progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8c00', endColorstr='#ff3503', GradientType=0 );
	/*	background: #FF8636;*/
	display: inline-block;
	padding: 10px 25px 12px;
	text-transform: uppercase;
	font-size: 12px;
	-webkit-font-smoothing: subpixel-antialiased!important;
	font-weight: 600;
	/*	box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
	-o-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;*/
	opacity: 0.85;
	border: 3px solid #FFFFFF;
	outline: none!important;
	text-align: center;
	transition: all 0.3s ease-in-out;
	/*	border-radius: 8px;*/
	letter-spacing: 1px;
	text-shadow: 0 1px 0px rgba(255,255,255,0.25);
}
a.button:hover, input[type="submit"]:hover {
	opacity: 1;
	color: #fff;
	cursor: pointer;
	cursor: hand;
}
a.button:active {
	background-color: #0096ff;
}
a.button.black {
	background-color: #222;
}
a.button.black:hover {
	background-color: #333;
}
a.button.black:active {
	background-color: #333;
}
a.button.white {
	background: #e5e5e5;
	color: #222;
	box-shadow: none;
	opacity: 0.9;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
}
a.button.white:hover {
	opacity: 1;
}
a.button.alternate {
	background-color: transparent;
	border: 1px solid #FF8636;
	color: #FF8636;
	border-radius: 3px;
}
a.button.alternate:hover {
	background-color: #FF8636;
	color: #fff;
}
a.button i {
	font-weight: 400!important;
	padding: 0;
	margin: 0!important;
	font-size: 14px;
	vertical-align: -1px;
}
a.button_small {
	padding: 10px 10px;
	min-width: 80px;
	font-size: 11px;
	line-height: 1;
	box-shadow: 0px 1px 0px rgba(255,255,255,0.25) inset, 0px 1px 3px rgba(0,0,0,0.2);
}
a.button_small i {
	margin-right: 4px;
}
a.button_large, input[type="submit"] {
	padding: 15px 40px;
	min-width: 127px;
	font-size: 12px;
	margin-right: 0px;
}
/* Button red */

a.button.button_red, a:hover.button.button_red {
	background-color: #B02B2C;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
	color: #5d1a1b;
}
/* Button orange */

a.button i {
	margin-right: 6px;
}
a.button.button_orange, a:hover.button.button_orange {
	background-color: #edae44;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
	color: #745521;
}
/* Button green */

a.button.button_green, .tp-button.green, .tp-button:hover.green, a:hover.button.button_green, .tp-button.green:hover {
	background-color: #83a846;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
	color: #415324;
}
/* Button blue */

a.button.button_blue, a:hover.button.button_blue {
	background-color: #7bb0e7;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
	color: #3f5871;
}
a.button.button_grey, a:hover.button.button_grey {
	background-color: #d7d7d7;
	border-color: #d7d7d7;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
	color: #444;
}
a.button.button_purple, a:hover.button.button_purple {
	background-color: #745f7e;
	border-color: #745f7e;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
	color: #3c3240;
}
a.button.button_pink, a:hover.button.button_pink {
	background-color: #d65799;
	border-color: #d65799;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
	color: #692b4b;
}
/*------------------------------------------------*/
/*  tabs
/*------------------------------------------------*/
.tabs_style1 > ul.tabs {
	margin: 2px 0 0;
	margin-left: 1px;
	display: block;
	padding: 0;
	box-shadow: 0 1px 0 #fff, 0 -1px 0 #fff;
	-webkit-box-shadow: 0 1px 0 #fff, 0 -1px 0 #fff;
	-moz-box-shadow: 0 1px 0 #fff, 0 -1px 0 #fff;
	list-style: none; /* IE6-9 */
}
.tabs_style1 > ul.tabs > li {
	float: left;
	margin-bottom: -1px;
	display: block;
	margin-left: -1px;
}
.tabs_style1 > ul.tabs > li > a {
	padding: 12px 30px;
	line-height: 1;
	border: 1px solid #e5e5e5;
	color: #666;
	display: block;
	background-color: #f4f4f4;
	font-weight: 500;
	font-size: 13px;
	font-family: arial, sans-serif;
}
.tabs_style1 > ul.tabs > li > a:hover {
	color: #444;
	background-color: #f5f5f5;
}
ul.tabs > li > a i {
	margin-right: 5px;
}
.tabs_style1 > ul.tabs > li > a.selected {
	color: #222;
	background-color: #fff;
	border-bottom-color: #fff;
	background-image: none;
	border-top: 2px solid #FF8636;
	margin-top: -1px;
}
.tabs_style1 .tab-content {
	padding: 30px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
}
/*------------------------------------------------*/
/* accordions
/*------------------------------------------------*/
.accordion .accordion-title {
	border: none;
	display: block;
	margin-bottom: 5px;
	background-color: #f2f2f2;
	padding: 0;
}
.accordion .accordion-title:hover {
	background-color: #f5f5f5;
}
.accordion .accordion-title a {
	display: block;
	padding: 13px 15px 13px 15px!important;
	font-size: 13px;
	line-height: 1;
	color: #666;
	font-weight: 500;
	font-family: arial, sans-serif;
}
.accordion .accordion-title a:first-letter {
	text-transform: uppercase;
}
.accordion .accordion-title a i {
	margin-right: 10px;
	opacity: 0.8;
	font-weight: normal!important;
}
.accordion .accordion-title a i.icon-blandes-plus-nav {
	margin: -1px 0px 0 0px;
	float: right;
	font-size: 12px;
	font-weight: normal!important;
	transition: All 0.6s ease;
	-webkit-transition: All 0.6s ease;
	-moz-transition: All 0.6s ease;
	-o-transition: All 0.6s ease;
}
.accordion .accordion-title.active a i.icon-blandes-plus-nav {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
.accordion .accordion-title.active {
	background-color: #f2f2f2;
	border-bottom: 0;
}
.accordion .accordion-title.active a {
	color: #222;
}
.accordion .accordion-title.active a i.icon-plus-nav:before {
	content: "\f068"!important;
}
/* small hack to icon awesome */
.accordion .accordion-title.active a i {
}
.accordion .accordion-inner {
	padding: 5px 0px 15px 15px;
	display: none;
	margin-top: -1px;
}
.accordion.style2 .accordion-title {
	background-color: transparent;
	border-bottom: 1px solid #ddd;
}
.accordion.style2 .accordion-title a {
	padding: 12px 0px 15px!important;
}
.accordion.style2 .accordion-title.active {
	border-bottom-color: transparent;
	margin-bottom: 0;
}
.accordion.style2 .accordion-inner {
	padding: 0px 0 20px 0;
	border-bottom: 1px solid #ddd;
	margin-bottom: 5px;
}
/*------------------------------------------------*/
/* toggle
/*------------------------------------------------*/
.toggle .toggle-title {
	border: none;
	display: block;
	margin-bottom: 5px;
	background-color: #f2f2f2;
	padding: 0;
	-webkit-transition: background-color 0.3s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
}
.toggle:not(.style2) .toggle-title:hover {
	background-color: #f5f5f5;
}
.toggle.style2 .toggle-title {
	background-color: transparent;
	border-bottom: 1px solid #ddd;
}
.toggle .toggle-title a {
	display: block;
	padding: 13px 15px 13px 15px!important;
	font-size: 13px;
	line-height: 1;
	color: #666;
	font-weight: 500;
	font-family: arial, sans-serif;
}
.toggle.style2 .toggle-title a {
	padding: 10px 0px 13px!important;
}
.toggle .toggle-title a:first-letter {
	text-transform: uppercase;
}
.toggle .toggle-title a i {
	margin-right: 10px;
	opacity: 0.8;
	font-weight: normal!important;
}
.toggle .toggle-title a i.icon-blandes-plus-nav {
	margin: -1px 0px 0 0px;
	float: right;
	font-size: 12px;
	font-weight: normal!important;
	color: #222;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
}
.toggle:not(.style2) .toggle-title.active {
	background-color: #f2f2f2;
	border-bottom: 0;
}
.toggle.style2 .toggle-title.active {
	border-bottom-color: transparent;
}
.toggle .toggle-title.active a {
	color: #000;
}
.toggle .toggle-title.active a i.icon-blandes-plus-nav {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
/* small hack to icon awesome */
.toggle .toggle-title.active a i {
}
.toggle .toggle-inner {
	padding: 15px 0px 25px 15px;
	display: none;
	margin-top: -1px;
}
.toggle.style2 .toggle-inner {
	padding: 0px 0 25px 0;
	border-bottom: 1px solid #ddd;
}
/*------------------------------------------------*/
/* pie chart
/*------------------------------------------------*/
.chart-shortcode {
	position: relative;
	text-align: center;
}
.chart-shortcode.chart-center-yes {
	margin: 0 auto;
}
.chart-shortcode canvas {
	position: absolute;
	top: 0;
	left: 0;
}
.chart-shortcode span {
	font-size: 16px;
	vertical-align: -1px;
	color: #666;
}
.chart-shortcode.chart-140 span {
	font-size: 36px;
	vertical-align: 0px;
}
.chart-shortcode.chart-140 span i {
	vertical-align: -4px;
}
.chart-shortcode.chart-220 span {
	font-size: 50px;
	vertical-align: 2px;
}
.chart-shortcode.chart-220 span i {
	vertical-align: -6px;
}
/*------------------------------------------------*/
/* Skill bars
/*------------------------------------------------*/
.progress {
	margin-bottom: 15px;
	background-color: #eee;
	border-radius: 50px;
}
.progress .bar {
	height: 15px;
	width: 0px;
	display: block;
	background-color: #FF8636;
	position: relative;
	border-radius: 50px;
}
.progress-wrap p {
	margin: 0px 0px 4px 5px!important;
	font-weight: 400;
}
.progress-wrap p:first-letter {
	text-transform: uppercase;
}
.progress .bar {
	overflow: visible!important;
	position: relative;
}
.progress-wrap strong {
	color: #222;
	font-weight: 600;
	line-height: 15px;
	margin-left: 8px;
	opacity: 0;
}
/*------------------------------------------------*/
/* Person
/*------------------------------------------------*/
.person .flip-container {
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	perspective: 1000;
}
.person .flip-container:hover .flipper {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.person .flip-container:hover .flipper .image img {
	opacity: 0;
}
.person .flip-container:hover .flipper .image .overlay {
	opacity: 1;
}
.person .flip-container .flipper {
	-webkit-transition: -webkit-transform 0.6s;
	-webkit-transform-style: preserve-3d;
	-moz-transition: -moz-transform 0.6s;
	-moz-transform-style: preserve-3d;
	transition: transform 0.6s;
	transform-style: preserve-3d;
	position: relative;
	width: 100%;
}
.person .flip-container .image img, .person .flip-container .overlay {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-ms-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
	transition: opacity 0.6s;
}
.person .flip-container .overlay {
	width: 100%;
	height: 100%;
	background-color: #FF8636;
}
.person .flip-container .overlay .overlay-content {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.person {
	position: relative;
}
.person h3 {
	display: inline-block;
	line-height: 28px;
	margin-bottom: 0;
	font-size: 15px;
}
.person h6 {
	display: inline-block;
	padding-left: 25px;
	line-height: 28px;
	float: right;
	border-left: 1px solid #eee;
	margin-bottom: 0;
}
.person .contact-info {
	display: block;
	color: #fff;
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 10px;
	text-align: center;
	letter-spacing: 1px;
	width: 100%;
	padding-right: 10%;
	font-weight: 300;
}
.person .contact-info i {
	margin-right: 10px;
}
.person .person-info {
	padding: 15px 0 10px;
	border-bottom: 1px solid #eee;
	display: block;
}
.person p {
	margin: 15px 0px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}
.pricing-table {
	margin: 0 -2px 50px!important;
}
.pricing-table [class*="span"] {
	padding: 0 2px!important;
}
.pricing-table .pricing-column {
	width: 100%;
}
.pricing-table .pricing-column .title-box {
	background-color: #39393d;
	color: #fff;
	padding: 25px 10px;
	display: block;
	text-align: center;
	border-top: 3px solid #FF8636;
	margin-bottom: 4px;
}
/*------------------------------------------------*/
      /* Pricing Tables
/*------------------------------------------------*/
.pricing-table .pricing-column .title-box .icon {
	font-size: 18px;
	display: inline-block;
}
.pricing-table .pricing-column .title-box h2 {
	color: #fff;
	font-size: 17px;
	text-transform: uppercase;
	margin: 10px 0 0;
	letter-spacing: 3px;
}
.pricing-table .pricing-column .pricing-box {
	text-align: center;
	padding: 20px 5px 30px;
	background-color: transparent;
	margin-bottom: 4px;
}
.pricing-table .pricing-column .pricing-box .price {
	display: inline-block;
	font-size: 90px;
	font-weight: 300;
	color: #555;
	padding: 0 0 0 10px;
	line-height: 90px;
	position: relative;
}
.pricing-table .pricing-column .pricing-box .dollor {
	position: absolute;
	left: 0;
	font-size: 22px;
	font-weight: 300;
	top: -18px;
	color: #bbb;
}
.pricing-table .pricing-column .pricing-box .price-info {
	font-size: 13px;
	color: #bbb;
	font-style: italic;
	text-align: center;
	margin-top: 20px;
}
.pricing-table .pricing-column .pricing-box .month {
	position: relative;
	display: inline-block;
	bottom: -0px;
	font-size: 14px;
	font-weight: normal;
	color: #bbb;
	left: 0px;
}
.pricing-table .pricing-column .feature-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.pricing-table .pricing-column .feature-list li {
	background-color: #f2f2f2;
	margin-bottom: 4px;
	display: block;
	padding: 20px 15px;
	text-align: center;
}
.pricing-table .pricing-column .pricing-signup {
	background-color: #f2f2f2;
	padding: 20px 10px;
	text-align: center;
}
.plan-comparison ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-right: 1px solid #d8d8d8;
	border-left: 1px solid #d8d8d8;
}
.plan-comparison ul li {
	padding: 10px 0;
	list-style-type: none;
	border-bottom: 1px dashed #ddd;
}
.plan-comparison ul li:last-child {
	border-bottom: none;
}
.plan-free {
	color: white;
	padding: 35px 0;
	clear: both;
}
.plan-free p {
	font-size: 16px;
	margin: 0 0 15px 0;
}
.plan-free-title {
	font-weight: 500;
	font-size: 23px;
}
/*------------------------------------------------*/
/* Dividers
/*------------------------------------------------*/
.hr {
	clear: both;
	border: 0;
	height: 1px;
	width: 100%;
	margin: 5px 0 25px;
}
.hr.large-margin {
	margin: 10px 0 30px;
}
.hr {
	border-bottom: 1px solid #ddd;
}
.hr.double-border {
	border-bottom: 2px solid #e5e5e5;
}
.hr + h3, .hr + h2 {
	margin-top: -8px;
}
.hr.border-medium, .hr.border-short, .hr.border-tiny {
	position: relative;
	height: 2px;
	width: 100%;
	overflow: hidden;
	max-width: 100%;
	border-bottom: 0!important;
}
.hr.border-medium:after {
	content: "";
	position: absolute;
	width: 250px;
	left: 0;
	top: 0px;
	height: 1px;
	background-color: #ddd;
}
.hr.border-short:after {
	content: "";
	position: absolute;
	width: 150px;
	left: 0;
	top: 0px;
	height: 1px;
	background-color: #ddd;
}
.hr.border-tiny:after {
	content: "";
	position: absolute;
	width: 70px;
	left: 0;
	top: 0px;
	height: 1px;
	background-color: #ddd;
}
.hr.border-medium.aligncenter {
	left: 50%;
	margin-left: -125px;
}
.hr.border-short.aligncenter {
	left: 50%;
	margin-left: -75px;
}
.hr.border-tiny.aligncenter {
	left: 50%;
	margin-left: -35px;
}
.hr.border-medium.double-border:after, .hr.border-short.double-border:after, .hr.border-tiny.double-border:after {
	height: 2px;
	background-color: #e5e5e5;
}
/*------------------------------------------------*/
/* highlight
/*------------------------------------------------*/
.highlighted {
	display: inline-block;
	padding: 0px 2px;
	white-space: nowrap;
	vertical-align: baseline;
	font-weight: 600;
	color: #FF8636;
}
.highlighted.style2 {
	background-color: #222;
	padding: 8px 10px;
	color: #ffffff;
}
/*------------------------------------------------*/
/* clients
/*------------------------------------------------*/
.clients-wrapper {
	margin: 0 -10px!important;
}
.clients-wrapper ul.carousel-items > li {
	padding: 0 10px!important;
}
.clients > li a, .clients-grid a {
	display: block;
	text-align: center;
	width: 100%;
}
.clients a img, .clients-grid a img {
	max-width: 100%;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	opacity: 0.75;
	transition: all 0.3s ease-in-out;
	display: block;
	vertical-align: middle;
}
.clients-grid a img {
	display: inline-block;
}
.clients a:hover img, .clients-grid a:hover img {
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	opacity: 1;
}
.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery-item {
	float: left;
}
.gallery.gallery-with-padding-yes .gallery-item {
	padding: 0 0 6px!important;
}
/*------------------------------------------------*/
/* Latest posts
/*------------------------------------------------*/
.latest-posts {
	margin: 0;
	padding: 0;
	list-style: none;
}
.latest-posts > li {
	clear: both;
	padding: 0 0px 35px;
	transition: background-color 0.3s ease;
}
.latest-posts > li:hover {
}
.latest-posts > li:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.latest-posts > li .flexslider-container {
	width: 150px;
	max-width: 150px;
	height: auto;
	float: left;
}
.latest-posts > li .latest-posts-content {
	margin-left: 170px;
}
.latest-posts > li .latest-posts-content h3 {
	margin: 0px 0 2px;
	font-size: 15px;
	line-height: 18px;
}
.latest-posts > li .latest-posts-content h3 a {
	color: #666;
}
.latest-posts > li .latest-posts-content h3 a:hover {
	color: #FF8636;
}
.latest-posts > li .latest-posts-content p {
	margin: 0;
	padding: 0;
}
.latest-posts > li .latest-posts-content p.meta span {
	padding: 0 8px 0 0;
	color: #aaa;
	font-weight: 400;
	font-size: 12px;
}
.latest-posts > li .latest-posts-content p.meta span.divider {
	color: #ddd;
	letter-spacing: -1px;
}
.latest-posts > li .latest-posts-content p.excerpt {
	margin: 10px 0 0;
}
/*------------------------------------------------*/
/* Tooltips
/*------------------------------------------------*/
.tooltips a {
	font-weight: 600;
}
.tooltip {
	position: absolute;
	z-index: 1030;
	display: block;
	font-size: 12px;
	line-height: 1.4;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: visible;
}
.tooltip.in {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.tooltip.top {
	padding: 5px 0;
	margin-top: -8px;
}
.tooltip.right {
	padding: 0 5px;
	margin-left: 3px;
}
.tooltip.bottom {
	padding: 5px 0;
	margin-top: 3px;
}
.tooltip.left {
	padding: 0 5px;
	margin-left: -3px;
}
.tooltip-inner {
	max-width: 200px;
	padding: 8px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	background-color: #000000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-top-color: #000000;
	border-width: 5px 5px 0;
}
.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-right-color: #000000;
	border-width: 5px 5px 5px 0;
}
.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-left-color: #000000;
	border-width: 5px 0 5px 5px;
}
.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-bottom-color: #000000;
	border-width: 0 5px 5px;
}
.link {
	display: block;
}
/*------------------------------------------------*/
/* Post items grid
/*------------------------------------------------*/
.post-items .info {
	padding: 20px 2px 0;
}
.post-meta h3 {
	font-size: 15px;
	line-height: 18px;
	color: #555;
	margin-bottom: 2px;
}
.post-meta .post-meta-info span {
	color: #aaa;
	padding: 0 6px 0 0px;
	font-size: 12px;
	line-height: 13px;
	display: inline-block;
}
.post-meta .post-meta-info span a {
	color: #999;
}
.post-meta .excerpt {
	color: #888;
	margin: 10px 0 0;
}
.post-meta span.divider {
	color: #999;
	letter-spacing: -1px;
}
.posts-masonry, .posts-grid {
	list-style: none;
	padding: 0;
	margin: 0 0 50px!important;
	width: 100%;
}
.posts-grid.posts-with-padding-yes {
	margin: 0 -15px 10px!important;
}
.posts-grid.posts-with-padding-yes li {
	padding: 0 15px!important;
}
.post-grid-item-wrap {
	padding: 0!important;
	border: 1px solid #e5e5e5;
	overflow: hidden;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	-moz-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
}
.posts-masonry li, .posts-grid li {
	float: left;
	margin: 0 -1px 0 0px;
	padding: 0!important;
	background-color: #fff;
}
.post-text-wrap-container {
	position: relative;
	background: #fff;
	height: 200px;
	min-height: 200px;
}
.posts-grid.four-columns .post-text-wrap-container {
	height: 220px;
	min-height: 220px;
}
.post-text-wrap-container:after {
	content: "";
	position: absolute;
	right: 20px;
	top: -14px;
	border: 7px solid transparent;
	border-bottom: 7px solid #fff;
	display: inline-block;
	z-index: 12;
}
.post-text-wrap {
	padding: 15px 15px 50px;
	height: 100%;
	max-height: 100%;
	width: 100%;
	overflow: hidden;
}
.post-text-wrap .post-meta .excerpt {
	opacity: 0;
}
.hoverlay:hover .post-text-wrap .post-meta .excerpt {
	opacity: 1;
	transition: opacity 0.6s ease-in-out;
}
.post-text-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	background: white;
	padding-top: 30px; /* IE9 SVG, needs conditional override of 'filter' to 'none' */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(35%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0 ); /* IE6-8 */
}
.hoverlay:hover .post-text-bottom > div {
	border-top-color: #e5e5e5;
	background: rgba(248,248,248,0.4);
}
.hoverlay:hover .post-text-bottom .comments-info {
	border-left-color: #e5e5e5;
}
.post-text-bottom > div {
	font-size: 12px;
	line-height: 40px;
	padding: 0 15px!important;
	border-top: 1px solid #e5e5e5;
	border-top-color: rgba(248,248,248,0.8);
	background: #fbfbfb;
	background: rgba(248,248,248,0.1);
	display: block;
	width: 100%;
	position: relative;
	transition: all 0.3s ease;
}
.post-text-bottom a {
	transition: none;
}
.post-text-bottom .readmore {
	float: left;
	font-size: 12px;
	line-height: 40px;
}
.post-text-bottom .comments-info {
	float: right;
	font-size: 12px;
	padding-left: 15px;
	border-left: 1px solid rgba(248,248,248,0.8);
	transition: border-color 0.3s ease;
}
.post-text-bottom .comments-info i {
	margin-right: 5px;
	vertical-align: middle;
}
/*------------------------------------------------*/
/* contact form
/*------------------------------------------------*/
.wpcf7-form {
}
.tasks-lists {
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -11px;
	padding: 10px 4px;
	width: 19px;
	height: 3px;
	font: 0/0 serif;
	text-shadow: none;
	color: transparent;
}
.tasks-lists:before {
	content: '';
	display: block;
	height: 3px;
	background: #8c959d;
	border-radius: 1px;
	-webkit-box-shadow: 0 6px #8c959d, 0 -6px #8c959d;
	box-shadow: 0 6px #8c959d, 0 -6px #8c959d;
}
.tasks-list-item {
	display: block;
	line-height: 24px;
	padding: 12px 15px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.tasks-list-item + .tasks-list-item {
	border-top: 1px solid #f0f2f3;
}
.tasks-list-cb {
	display: none;
}
.tasks-list-mark {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 12px;
	width: 20px;
	height: 20px;
	border: 2px solid #c4cbd2;
	border-radius: 12px;
}
.tasks-list-mark:before {
	content: '';
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -5px 0 0 -6px;
	height: 4px;
	width: 8px;
	border: solid #39ca74;
	border-width: 0 0 4px 4px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.tasks-list-cb:checked ~ .tasks-list-mark {
	border-color: #39ca74;
}
.tasks-list-cb:checked ~ .tasks-list-mark:before {
	display: block;
}
.tasks-list-desc {
	font-weight: bold;
	color: #8a9a9b;
}
.tasks-list-cb:checked ~ .tasks-list-desc {
	color: #34bf6e;
	text-decoration: line-through;
}
.wpcf7-form input[type="text"], input[type="email"], .comment-form input[type="text"] {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding-left: 60px;
}
.wpcf7-form-control-wrap, .comment-form .control-wrap {
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
}
.wpcf7-form-control-wrap .icon, .comment-form .control-wrap .icon {
	position: absolute;
	width: 45px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	background-color: #f1f2f2;
	text-align: center;
	line-height: 34px;
	left: 1px;
	top: 1px!important;
	z-index: 12;
	margin: 0!important;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.wpcf7-form-control-wrap .icon:after, .comment-form .control-wrap .icon:after {
	content: "";
	position: absolute;
	top: 50%;
	right: -12px;
	border: 6px solid transparent;
	border-left: 6px solid #f1f2f2;
	margin-top: -6px;
}
.wpcf7-form textarea, .comment-form textarea {
	width: 100%;
	max-width: 100%;
	margin: 5px 0 0 0;
}
.wpcf7-form select {
	width: 100%;
	max-width: 100%;
	margin: 5px 0 0 0;
	padding: 8px;
}
.wpcf7-form input[type="checkbox"] {
	width: auto;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.wpcf7 form.wpcf7-form p {
	font-weight: 600;
	margin: 0 0 20px 0 !important;
}
.wpcf7-list-item-label {
	font-weight: normal;
}
.wpcf7-response-output {
	display: none;
}
.wpcf7-form .invalid {
	color: #bf1515 !important;
}
.wpcf7-not-valid {
	border: 1px solid #bf1515 !important;
}
.wpcf7 span.wpcf7-not-valid-tip {
	display: none;
}
div.wpcf7-response-output {
	margin: 0px !important;
	padding: 5px 10px !important;
}
div.wpcf7-mail-sent-ok, div.wpcf7-mail-sent-ng, div.wpcf7-spam-blocked, div.wpcf7-validation-errors {
	position: relative;
	border: 1px solid #ddd !important;
	display: block;
	background-image: linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-color: #F7F7F7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	-moz-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	font-weight: bold;
	padding: 10px 40px !important;
	text-align: center;
	margin-bottom: 20px;
}
div.wpcf7-mail-sent-ok {
	background-image: linear-gradient(bottom, #e9f2d2 0%, #FFFFFF 100%);
	background-image: -o-linear-gradient(bottom, #e9f2d2 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(bottom, #e9f2d2 0%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(bottom, #e9f2d2 0%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(bottom, #e9f2d2 0%, #FFFFFF 100%);
	background-color: #e9f2d2;
	border-color: #c0da66 !important;
	color: #88b12b;
}
div.wpcf7-mail-sent-ng {
	background-image: linear-gradient(bottom, #ffe9e9 0%, #FFFFFF 100%);
	background-image: -o-linear-gradient(bottom, #ffe9e9 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(bottom, #ffe9e9 0%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(bottom, #ffe9e9 0%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(bottom, #ffe9e9 0%, #FFFFFF 100%);
	background-color: #ffe9e9;
	border-color: #e99f9f !important;
	color: #d25c5a;
}
div.wpcf7-spam-blocked {
	background-image: linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
	background-image: -o-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
	background-color: #fbf6e3;
	border-color: #efd877 !important;
	color: #c4a80a;
}
div.wpcf7-validation-errors {
	background-image: linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
	background-image: -o-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
	background-color: #fbf6e3;
	border-color: #efd877 !important;
	color: #c4a80a;
}
.wpcf7 {
	margin-bottom: -20px;
}
.wpcf7 .row-fluid, .comment-form .row-fluid {
	margin: 0 -10px;
}
.comment-form .row-fluid {
	margin-bottom: 20px;
}
.wpcf7 .row-fluid [class*="span"], .comment-form .row-fluid [class*="span"] {
	padding: 0 10px!important;
}
/*------------------------------------------------*/
/* Revolution slider
/*------------------------------------------------*/
.tp-leftarrow.large, .tp-leftarrow.default, .tp-rightarrow.large, .tp-rightarrow.default {
	font-family: 'icomoon';
	display: block;
	text-decoration: none;
	color: #888;
	position: absolute;
	width: 60px;
	text-align: center;
	height: 60px;
	line-height: 62px;
	font-size: 41px;
	top: 50%;
	margin: -30px 15px 0;
	background: transparent;
	visibility: hidden;
	z-index: 10000;
	left: 0px;
}
.tp-leftarrow.large:hover, .tp-leftarrow.default:hover, .tp-rightarrow.large:hover, .tp-rightarrow.default:hover {
	color: #666;
}
.tp-rightarrow.large, .tp-rightarrow.default {
	left: auto;
	right: 0;
}
.tp-leftarrow.large::before, .tp-leftarrow.default::before, .tp-rightarrow.large::before, .tp-rightarrow.default::before {
	visibility: visible;
	display: block;
	position: absolute;
	z-index: 100;
	background: transparent;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
}
.tp-leftarrow.large::before, .tp-leftarrow.default::before {
	content: "\e007";
	text-indent: -4px;
}
.tp-rightarrow.large::before, .tp-rightarrow.default::before {
	content: "\e006";
}
.tp-bullets.simplebullets.round .bullet {
	cursor: pointer;
	background: #999;
	width: 10px;
	height: 10px;
	margin: 0 10px;
	position: relative;
	float: left;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid transparent;
	vertical-align: middle;
}
.tp-bullets.simplebullets.round .bullet:hover, .tp-bullets.simplebullets.round .bullet.selected, .tp-bullets.simplebullets.navbar .bullet:hover, .tp-bullets.simplebullets.navbar .bullet.selected {
	background: transparent;
	border: 1px solid #999;
}
/*------------------------------------------------*/
/* Layed Slider
/*------------------------------------------------*/
.ls-container.ls-fullwidth {
	margin-bottom: 0!important;
}
.layer-slider .ls-nav-prev, .layer-slider .ls-nav-next {
	font-family: 'icomoon';
	display: block;
	text-decoration: none;
	color: #333;
	position: absolute;
	width: 60px;
	text-align: center;
	height: 60px;
	line-height: 62px;
	font-size: 28px;
	top: 50%;
	margin: -30px 15px 0;
	background: transparent;
	visibility: hidden;
	z-index: 10000;
	left: 0px;
	transition: opacity 0.3s ease-in-out;
}
#header.white .layer-slider .ls-nav-prev, #header.white .layer-slider .ls-nav-next {
	color: #fff;
}
.layer-slider .ls-nav-prev:hover, .layer-slider .ls-nav-next:hover {
	opacity: 0.5;
}
.ls-inner div, .ls-inner img {
	-webkit-backface-visibility: hidden;
}
.layer-slider .ls-nav-next {
	left: auto;
	right: 0px;
}
.layer-slider .ls-nav-prev:hover, .layer-slider .ls-nav-next:hover {
	opacity: 1;
}
.layer-slider .ls-nav-prev::before, .layer-slider .ls-nav-next::before {
	visibility: visible;
	display: block;
	position: absolute;
	z-index: 100;
	background: transparent;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
}
.layer-slider .ls-nav-prev::before {
	content: "\e001";
	text-indent: -4px;
}
.layer-slider .ls-nav-next::before {
	content: "\e000";
}
.layer-slider .ls-bottom-slidebuttons a, .layer-slider .ls-nav-start, .layer-slider .ls-nav-stop {
	font-family: 'blandes';
	display: inline-block;
	height: 8px;
	width: 8px;
	border-radius: 30px;
	background: #000;
	opacity: 0.4;
	filter: alpha(opacity=40);
	border: 1px solid transparent !important;
	text-indent: 300%;
	overflow: hidden;
	text-indent: 0;
	margin: 0 8px;
	z-index: 10000;
	vertical-align: middle;
}
.layer-slider .ls-bottom-nav-wrapper {
	height: 80px;
}
.layer-slider .ls-bottom-slidebuttons {
	height: 80px!important;
	line-height: 80px!important;
}
.layer-slider .ls-bottom-slidebuttons a.ls-nav-active {
	background: transparent;
	border: 1px solid #999!important;
	width: 11px;
	height: 11px;
	opacity: 1;
	filter: alpha(opacity=100);
}
.layer-slider .ls-nav-start, .layer-slider .ls-nav-stop {
	position: relative;
	height: 23px;
	width: 23px;
	margin: 0px 8px;
	text-align: center;
}
.layer-slider .ls-nav-start::before, .layer-slider .ls-nav-stop::before {
	content: "\e6ab";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	color: #fff;
	line-height: 24px;
}
.layer-slider .ls-nav-start::before {
	text-indent: 1px;
}
.layer-slider .ls-nav-stop::before {
	content: "\e6ac";
}
div .ls-fullwidth .ls-thumbnail-hover {
	bottom: 39px;
	padding: 2px;
	margin-left: 2px;
}
div .ls-fullwidth .ls-bottom-slidebuttons, div .ls-fullwidth div .ls-nav-start, div .ls-fullwidth .ls-nav-stop, div .ls-fullwidth .ls-nav-sides {
	top: -40px;
}
.layer-slider .ls-wp-container {
	margin: 0px auto !important;
}
.ls-bottom-nav-wrapper {
	position: relative;
}
html * div .ls-wp-container .ls-layer > *, body * div .ls-wp-container .ls-layer > *, #ls-global * div .ls-wp-container .ls-layer > * {
	line-height: 1em;
}
/*------------------------------------------------*/
/* Main slider titles
/*------------------------------------------------*/
.tp-caption.bg-title, .tp-caption.bg-title-white {
	font-size: 29px;
	line-height: 39px;
	letter-spacing: 2px;
	color: #444;
	font-weight: normal;
	font-family: sans-serif;
	text-align: center;
	text-transform: uppercase;
	-webkit-font-smoothing: subpixel!important;
	width: 100%;
}
.tp-caption.bg-title-white {
	color: #f1f1f1!important;
}
.tp-caption.bg-title span, .tp-caption.bg-title-white span {
	padding: 5px 15px 0px!important;
	display: inline-block;
	border-top: 1px solid #999!important;
}
.tp-caption.bg-subtitle, .tp-caption.bg-subtitle-white {
	font-size: 18px;
	line-height: 1.65!important;
	color: #454545;
	font-family: "Open Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: center;
	width: 100% !important;
}
.tp-caption.bg-subtitle-white {
	color: #ddd;
}
.tp-caption.bg-subtitle-white span {
	border-top: 1px solid #ddd!important;
}
.tp-caption.bg-buttons, .tp-caption.bg-buttons-white {
	width: 570px;
	text-align: center;
}
.tp-caption.bg-buttons a.readmore, .tp-caption.bg-buttons-white a.readmore {
	color: #333;
	margin-left: 20px;
}
.tp-caption.bg-buttons-white a.readmore {
	color: #f5f5f5;
}
.tp-caption.bg-buttons-white a.readmore:hover {
	color: #bcbcbc;
}
.tp-caption.bg-buttons a.readmore i, .tp-caption.bg-buttons-white a.readmore i {
	display: inline-block;
	border: 1px solid #333;
	width: 16px;
	height: 16px;
	text-align: center;
	line-height: 14px;
	border-radius: 50%;
	font-size: 14px;
	vertical-align: middle;
	margin-left: 6px!important;
}
.tp-caption.bg-buttons-white a.readmore i {
	border-color: #fff;
}
/*------------------------------------------------*/
/* Counter numbers
/*------------------------------------------------*/
.counter-title {
	padding: 0 5px;
}
.counter-title span {
	font-size: 49px;
	font-weight: 300;
	clear: both;
	line-height: 58px;
	color: #FF8636;
}
.counter-title p {
	margin: 5px 0 0;
}
/*------------------------------------------------*/
/* animated boxes
/*------------------------------------------------*/
.animated.top-to-bottom {
	-webkit-animation: blandes-ttb 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Safari 4+ */
	-moz-animation: blandes-ttb 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Fx 5+ */
	-o-animation: blandes-ttb 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Opera 12+ */
	animation: blandes-ttb 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* IE 10+ */
	opacity: 1;
}
.animated.bottom-to-top {
	-webkit-animation: blandes-btt 0.8s 1 cubic-bezier(0.165, 0.840, 0.440, 1.000); /* Safari 4+ */
	-moz-animation: blandes-btt 0.8s 1 cubic-bezier(0.165, 0.840, 0.440, 1.000); /* Fx 5+ */
	-o-animation: blandes-btt 0.8s 1 cubic-bezier(0.165, 0.840, 0.440, 1.000); /* Opera 12+ */
	animation: blandes-btt 0.8s 1 cubic-bezier(0.165, 0.840, 0.440, 1.000); /* IE 10+ */
	opacity: 1;
}
.animated.left-to-right {
	-webkit-animation: blandes-ltr 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Safari 4+ */
	-moz-animation: blandes-ltr 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Fx 5+ */
	-o-animation: blandes-ltr 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Opera 12+ */
	animation: blandes-ltr 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* IE 10+ */
	opacity: 1;
}
.animated.right-to-left {
	-webkit-animation: blandes-rtl 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Safari 4+ */
	-moz-animation: blandes-rtl 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Fx 5+ */
	-o-animation: blandes-rtl 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Opera 12+ */
	animation: blandes-rtl 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* IE 10+ */
	opacity: 1;
}
.animated.appear {
	-webkit-animation: blandes_appear 0.9s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Safari 4+ */
	-moz-animation: blandes_appear 0.9s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Fx 5+ */
	-o-animation: blandes_appear 0.9s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Opera 12+ */
	animation: blandes_appear 0.9s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* IE 10+ */
	opacity: 1;
}
.animated-box {
	opacity: 0;
}
 @-webkit-keyframes blandes-ltr {
 0% {
 -webkit-transform: translate(-10%, 0);
 opacity: 0;
}
 100% {
 -webkit-transform: translate(0, 0);
 opacity: 1;
}
}
 @-moz-keyframes blandes-ltr {
 0% {
 -moz-transform: translate(-10%, 0);
 opacity: 0;
}
 100% {
 -moz-transform: translate(0, 0);
 opacity: 1;
}
}
 @-o-keyframes blandes-ltr {
 0% {
 -o-transform: translate(-10%, 0);
 opacity: 0;
}
 100% {
 -o-transform: translate(0, 0);
 opacity: 1;
}
}
 @keyframes blandes-ltr {
 0% {
 transform: translate(-10%, 0);
 opacity: 0;
}
 100% {
 transform: translate(0, 0);
 opacity: 1;
}
}
 @-webkit-keyframes blandes-rtl {
 0% {
 -webkit-transform: translate(10%, 0);
 opacity: 0;
}
 100% {
 -webkit-transform: translate(0, 0);
 opacity: 1;
}
}
 @-moz-keyframes blandes-rtl {
 0% {
 -moz-transform: translate(10%, 0);
 opacity: 0;
}
 100% {
 -moz-transform: translate(0, 0);
 opacity: 1;
}
}
 @-o-keyframes blandes-rtl {
 0% {
 -o-transform: translate(10%, 0);
 opacity: 0;
}
 100% {
 -o-transform: translate(0, 0);
 opacity: 1;
}
}
 @keyframes blandes-rtl {
 0% {
 transform: translate(10%, 0);
 opacity: 0;
}
 100% {
 transform: translate(0, 0);
 opacity: 1;
}
}
 @-webkit-keyframes blandes-btt {
 0% {
 -webkit-transform: translate(0, 50%);
 opacity: 0;
}
 100% {
 -webkit-transform: translate(0, 0);
 opacity: 1;
}
}
 @-moz-keyframes blandes-btt {
 0% {
 -moz-transform: translate(0, 50%);
 opacity: 0;
}
 100% {
 -moz-transform: translate(0, 0);
 opacity: 1;
}
}
 @-o-keyframes blandes-btt {
 0% {
 -o-transform: translate(0, 50%);
 opacity: 0;
}
 100% {
 -o-transform: translate(0, 0);
 opacity: 1;
}
}
 @keyframes blandes-btt {
 0% {
 transform: translate(0, 50%);
 opacity: 0;
}
 100% {
 transform: translate(0, 0);
 opacity: 1;
}
}
 @-webkit-keyframes blandes-ttb {
 0% {
 -webkit-transform: translate(0, -10%);
 opacity: 0;
}
 100% {
 -webkit-transform: translate(0, 0);
 opacity: 1;
}
}
 @-moz-keyframes blandes-ttb {
 0% {
 -moz-transform: translate(0, -10%);
 opacity: 0;
}
 100% {
 -moz-transform: translate(0, 0);
 opacity: 1;
}
}
 @-o-keyframes blandes-ttb {
 0% {
 -o-transform: translate(0, -10%);
 opacity: 0;
}
 100% {
 -o-transform: translate(0, 0);
 opacity: 1;
}
}
 @keyframes blandes-ttb {
 0% {
 transform: translate(0, -10%);
 opacity: 0;
}
 100% {
 transform: translate(0, 0);
 opacity: 1;
}
}
 @-webkit-keyframes blandes_appear {
 0% {
 -webkit-transform: scale(0.5);
 opacity: 0.1;
}
 100% {
 -webkit-transform: scale(1);
 opacity: 1;
}
}
 @-moz-keyframes blandes_appear {
 0% {
 -moz-transform: scale(0.5);
 opacity: 0.1;
}
 100% {
 -moz-transform: scale(1);
 opacity: 1;
}
}
 @-o-keyframes blandes_appear {
 0% {
 -o-transform: scale(0.5);
 opacity: 0.1;
}
 100% {
 -o-transform: scale(1);
 opacity: 1;
}
}
 @keyframes blandes_appear {
 0% {
 transform: scale(0.5);
 opacity: 0.1;
}
 100% {
 transform: scale(1);
 opacity: 1;
}
}
