

/** TODO: Open Sans + Alternative to @import **/
/**@import url('https://fonts.googleapis.com/css?family=Racing+Sans+One');**/


/***
@import url('https://fonts.googleapis.com/css?family=Merriweather+Sans');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans');
@import url('https://fonts.googleapis.com/css?family=Droid+Sans:400,700');
@import url('https://fonts.googleapis.com/css?family=Asap:400,700');
/***/

html { -webkit-font-smoothing:antialiased; }

@media (max-width: 767px) {
	body {
		padding-left:0 !important;
		padding-right:0 !important;
	}
}

.content-holder {
	padding-bottom: 25px;
}

@media (max-width: 767px) {
	.content-holder { padding:0 20px 0; }
}

.main-holder {
	overflow:hidden;
	padding:0;
}

.extra-zindex {
	z-index:500;
	position:relative;
}


a {
	text-decoration:none;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
a:hover {
	text-decoration:none;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

p { margin-bottom:13px; }

h2 {
	margin:0;
	font-weight:400 !important;
	padding:34px 0 28px;
}
h3 {
	margin:0;
	padding-bottom:16px;
}

/**
 * BEGIN: BUTTONS
 */
.btn.btn-primary {
	font-family:'Racing Sans One', cursive;
	font-size:14px;
	line-height:18px;
	font-weight:400;
	font-style:normal;
	text-transform:uppercase;
	color:#FFF;
	padding:7px 13px 9px;
	position:relative;
	letter-spacing:0;
	background:transparent;
	border-radius:0;
	box-shadow:none;
	text-shadow:none;
	border:none;
	outline:none;
	border-radius:4px;
	z-index:1;
	overflow:hidden;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.btn.btn-primary:before {
	content:"";
	position:absolute;
	width:0;
	height:100%;
	bottom:0;
	right:0;
	top:0;
	z-index:-1;
	overflow:hidden;
	border-radius:5px;
	background:#5e5c5b;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.btn.btn-primary:after {
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	bottom:0;
	left:0;
	overflow:hidden;
	border-radius:5px;
	background:#fe5e04;
	z-index:-2;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.btn.btn-primary:hover {
	color:#fff;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.btn.btn-primary:hover:after {
	background:#5e5c5b;
	-webkit-transition:all 0.8s ease;
	-moz-transition:all 0.8s ease;
	-o-transition:all 0.8s ease;
	transition:all 0.8s ease;
}
.btn.btn-primary:hover:before {
	width:100%;
	left:0;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
/**
 * END: BUTTONS
 */


.header {
	text-align:center;
	position:relative;
	margin:0;
	padding:0;
	border:none !important;
	background:transparent;
}

/***
.extra_head:after {
	content:"";
	display:block;
	background:#ededed url(images/mainpattern.png);
	position:absolute;
	width:3000px;
	height:100%;
	margin-left:-1400px;
	left:50%;
	box-shadow:none;
	z-index:-1;
	top:0;
	-webkit-transition:all 0.25s ease;
	-moz-transition:all 0.25s ease;
	-o-transition:all 0.25s ease;
	transition:all 0.25s ease;
}
/***/






.hr {
	overflow:hidden;
	margin:34px 0px 19px;
	height:1px;
	background:#e2e2e1 !important;
	font-size:0;
	line-height:0;
}

.title-section {
	padding:18px 0;
	border:none;
	overflow:hidden;
	margin-bottom:0;
	background: #fff;
}

.title-header {
	font-family:'Racing Sans One', cursive;
	font-size:24px;
	line-height:28px;
	font-style:normal;
	background:transparent;
	text-transform:uppercase;
	font-weight:400;
	color:#3e3e3e;
	margin:0;
	word-wrap:break-word;
	-webkit-hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-o-hyphens:auto;
	hyphens:auto;
}

@media (max-width: 767px) {
	.title-header {
		float:none !important;
		text-align:left;
		margin:0 0 20px;
		width:100% !important;
		font-size:16px;
		line-height:20px;
	}
}



input[type="submit"].btn-primary,
input[type="reset"].btn-primary {
	font-family:'Droid Sans', sans-serif;
	font-size:13px;
	line-height:22px;
	font-weight:400;
	font-style:normal;
	text-shadow:none;
	text-transform:capitalize;
	padding:0 0 !important;
	position:relative;
	letter-spacing:0;
	border-radius:0;
	box-shadow:none;
	border:none;
	outline:none;
	z-index:1;
	overflow:hidden;
	color:#606060;
	background:transparent !important;
	height:20px;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
input[type="submit"].btn-primary:hover,
input[type="reset"].btn-primary:hover {
	border:none;
	outline:none;
	color:#fe5e04 !important;
	background:transparent !important;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	font-family:'Roboto', serif;
	font-size:13px;
	line-height:22px;
	font-weight:400;
	margin:0;
	padding:11px 14px 9px;
	width:288px;
	border-radius:0;
	border:none;
	box-shadow:none;
	outline:none;
}
select:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	border:none;
	box-shadow:none;
	outline:none;
}


/*************
.footer {
	border-top:none;
	padding:42px 0 35px;
	margin:0;
	background:#FFF;
}
.footer .footer-text {
	font-family:'Droid Sans', sans-serif;
	font-size:11px;
	line-height:20px;
	font-weight:400;
	font-style:normal;
	text-shadow:none;
	color:#545454;
	margin:7px 0 0 9px;
}
.footer .footer-text a {
	font-family:'Droid Sans', sans-serif;
	font-size:11px;
	line-height:20px;
	font-weight:400;
	font-style:normal;
	text-shadow:none;
	color:#545454;
	margin-top:22px;
}
@media (max-width: 767px) {
	.footer .footer-text a {
		text-align:left;
		margin-left:0;
	}
}
.footer .footer-text a:hover { color:#fe5e04; }
@media (max-width: 767px) {
	.footer .footer-text {
		float:left;
		overflow:hidden;
		margin:10px 0 0 0;
	}
}
@media (max-width: 767px) {
	.footer { padding:30px 20px; }
}
.footer .logo.footer-logo {
	padding:0;
	margin-top:8px;
}
@media (max-width: 979px) and (min-width: 768px) {
	.footer .logo.footer-logo { width:inherit; }
}
@media (max-width: 767px) {
	.footer .logo.footer-logo { width:100%; }
}
/*************/

/***.clearfix { *zoom:1; }***/
.clearfix:before, .clearfix:after {
	display:table;
	content:"";
	line-height:0;
}
.clearfix:after { clear:both; }
.hide-text {
	font:0/0 a;
	color:transparent;
	text-shadow:none;
	background-color:transparent;
	border:0;
}
.input-block-level {
	display:block;
	width:100%;
	min-height:27px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#mainCaptionHolder { cursor:pointer; }
