@import url(http://weloveiconfonts.com/api/?family=brandico);
[class*="brandico-"]:before {
	font-family: 'brandico', sans-serif;
}

/* ==============================================
Reset Styles
============================================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ==============================================
Typography, Layout and General Styles
============================================== */

body {
	background: #333333;
}

body.product {
	background: url(../images/teaser-background-product.jpg) no-repeat center center fixed;
}

body.service {
	background: url(../images/teaser-background-service.jpg) no-repeat center center fixed;
}

body.event {
	background: url(../images/teaser-background-event.jpg) no-repeat top center fixed;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

h1 {
	font-size: 40px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

h2 {
	font-size: 34px;
	line-height: 38px;
	color: #333333;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	margin-bottom: 30px;
}

h3 {
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	margin-bottom: 20px;
}

h4 {
	font-size: 16px;
	line-height: 26px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	margin-bottom: 30px;
}


p {
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	line-height: 28px;
	margin-bottom: 20px;
	color: #333333;
}

a {
	text-decoration: none;
	-webkit-transition: color linear .2s;
	-moz-transition: color linear .2s;
	-o-transition: color linear .2s;
}

a:hover {
	text-decoration: none;
}

table {
	border-collapse: collapse;
}

.padding-top {
	padding-top: 20px;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

.image-left {
	float: left;
	margin: 0 30px 30px 0;
}

.image-right {
	float: right;
	margin: 0 0 30px 30px;
}

.all-margin {
	margin: 30px !important;
}

.left-margin {
	margin-left: 30px !important;
}

.right-margin {
	margin-right: 30px !important;
}

.top-margin {
	margin-top: 30px !important;
}

.bottom-margin {
	margin-bottom: 30px !important;
}

.no-margin {
	margin: 0 !important;
}

.no-left-margin {
	margin-left: 0 !important;
}

.no-right-margin {
	margin-right: 0 !important;
}

.no-top-margin {
	margin-top: 0 !important;
}

.no-bottom-margin {
	margin-bottom: 0 !important;
}

.container {
	padding: 20px 0;
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.color-background {
	color: #ffffff;
}

.color-background h2, .color-background h3 {
	color: #ffffff;
}

.white-background {
	background: white;
}

.light-gray-background {
	background: #f2f2f2;
}

.gray-background {
	background: #dedede;
}

.dark-gray-background {
	background: #333333;
}

.dark-gray-background h2 {
	color: #ffffff;
}

.dark-gray-background p {
	color: #bebebe;
}

.darker-background {
	background: #191919;
}

.darker-background h2 {
	color: #ffffff;
}

.darker-background h3 {
	color: #ffffff;
}

.darker-background p {
	color: #bebebe;
}

.hero-section {
	-webkit-transition: background linear .2s, color linear .2s;
	-moz-transition: background linear .2s, color linear .2s;
	-o-transition: background linear .2s, color linear .2s;
}

.hero-section:hover {
	background: #333333;
}

.hero-section .hero-text,
.hero-section .hero-text * {
	margin-bottom: 0;
}

.button-dark {
	margin: 5px 0;
	width: 100%;
	background: #ffffff;
	padding: 12px 22px;
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	-o-border-radius: 10px; 
	border-radius: 10px;
	-webkit-transition: background linear .2s, color linear .2s;
	-moz-transition: background linear .2s, color linear .2s;
	-o-transition: background linear .2s, color linear .2s;
	text-align: center;
}

.button-dark:hover {
	color: #ffffff;
}

.form-error {
	background-color: #610000 !important;
}

label.error {
	display: none !important;
}

.img-responsive {
	display: block;
	height: auto;
	max-width: 100%;
}

.input-error {
	background-color: #7d1818 !important;
}

.response-message {
	font-size: 20px;
	line-height: 50px;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	width: 100%;
	text-align: center;
}

.section-title {
	margin-bottom: 10px;
}

/* ==============================================
Header
============================================== */

.header {
	background: #ffffff;
	width: 100%;
	height: 74px;
	border-bottom: 1px solid #eaeaea;
}

body.fixed-nav .header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}

.header .container {
	padding: 0;
}

.logo {
	padding-top:20px;
}

.logo h1 {
	font-family: 'Lato', sans-serif;
	font-style: italic;
}

ul.nav {
	float: right;
	margin-bottom: 0;
}

.video {
	width: 100%;
}

/* ==============================================
Main Navigation
============================================== */

ul.nav li {
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	height: 74px;
}

ul.nav li a {
	display: block;
	line-height: 74px;
	padding: 0 20px;
	color: #333333;
	-webkit-transition: color linear .2s, background linear .2s;
	   -moz-transition: color linear .2s, background linear .2s;
	     -o-transition: color linear .2s, background linear .2s;
	        transition: color linear .2s, background linear .2s;
}

ul.nav li a:hover,
ul.nav li.active a {
	background: #f2f2f2;
}

.mobile-nav {
	margin-top: 20px;
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	padding: 5px;
}

/* ==============================================
Submenus
============================================== */

ul.nav li ul {
	display: none;
}

ul.nav li:hover > ul {
	display: block;
}

ul.nav li {
	position: relative;
}

ul.nav li ul {
	position: absolute;
	top: 100%;
	left: 0;
	background: #ffffff;
	width: 200px;
}

ul.nav li ul li {
	width: 100%;
}

ul.nav li ul a {
	display: block;
}

ul.nav li:hover > a {
	background: #f2f2f2;
}

/* ==============================================
Teaser
============================================== */

.teaser {
	margin-top: 0;
	background: transparent;
}
.teaser .flexslider > * {
	color: #ffffff;
}

.teaser .container {
	padding: 0;
}

.teaser .text-container {
	height: 316px;
	margin-top: 100px;
	margin-bottom: 40px;
}

.teaser .text-container h1 {
	font-weight: bold;
	line-height: 42px;
	text-shadow: 1px 1px #191919;
}

.teaser .text-container h2 {
	color: #ffffff;
	text-shadow: 1px 1px #191919;
}

.teaser .page-title h2 {
	float: right;
	background: #ffffff;
	padding: 10px 20px 0 20px;
	margin-bottom: 0;
	margin-top: 120px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.teaser .darker-page-title h2 {
	background: #191919;
	color: #ffffff;
}

.flexslider,
.video {
	border: none; 
	position: relative; 
	-webkit-border-radius: 0; 
	-moz-border-radius: 0; 
	-o-border-radius: 0; 
	border-radius: 0; 
	box-shadow: none; 
	-webkit-box-shadow: none; 
	-moz-box-shadow: none; 
	-o-box-shadow: none;
	margin-bottom: 0;
}

.teaser .flexslider,
.teaser .video {
	margin: 65px 0 60px 0;
	text-align: center;
	overflow: visible;
	color: #ffffff;
}

.video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}
.video iframe,
.video object,
.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.teaser .flexslider > iframe{
	-webkit-box-shadow: 5px 5px 10px #000;
	-moz-box-shadow:    5px 5px 10px #000;
	box-shadow:         5px 5px 10px #000;
}

.flex-control-nav {
	width: auto; 
	position: absolute; 
	bottom: 10px;
	right: 10px;
	text-align: center;
}

.flex-control-nav li {
	margin: 0 0 0 5px; 
	display: inline-block; 
	zoom: 1; 
	*display: inline;
}

.flex-control-paging li a {
	width: 20px; 
	height: 20px; 
	display: block; 
	background: #ffffff; 
	cursor: pointer; 
	text-indent: -9999px; 
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px; 
	-o-border-radius: 2px; 
	border-radius: 2px;
	box-shadow: none;
}

.flex-control-paging li a:hover { 
	background: #333333; 
}

.flex-control-paging li a.flex-active { 
	cursor: default; 
}

.fullwidth-video {
	width: 100%;
	height: 500px;
}

/* ==============================================
Intro
============================================== */

.intro .container {
	padding-top: 0;
}

.featured {
	min-height: 100px;
	margin-top: -360px;
	margin-bottom: 30px;
}

.featured.featured-slider {
	margin-top: -428px;
}

.featured h2 {
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	-o-border-radius: 10px; 
	border-radius: 10px;
	padding: 15px 15px 30px;
	color: #ffffff;
	margin-bottom: 0;
}

.featured form, .additional-block-aform {
	background: #292929;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	-o-border-radius: 10px; 
	border-radius: 10px;
	padding: 20px 30px 10px 30px;
	margin-top: -20px;
}

.featured p {
	color: #bebebe;
}

.featured form input,.featured form textarea, .featured form button, .featured form  a.outer-link {
	width: 100%;
	background: #474747 url(../images/icon-right.png) no-repeat 20px center;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	-o-border-radius: 10px; 
	border-radius: 10px;
	border: none;
	padding: 12px 20px 12px 40px;
	color: #000000;	//#bebebe;
	box-shadow: none;
	font-family: 'Lato', sans-serif;
	margin-bottom: 30px;
	-webkit-transition: background linear .2s,color linear .2s;
	   -moz-transition: background linear .2s,color linear .2s;
	     -o-transition: background linear .2s,color linear .2s;
	        transition: background linear .2s,color linear .2s;
}
.featured form  a.outer-link{
	padding: 12px 20px 12px 20px;
}

.featured form input:hover {
	background: #666666 url(../images/icon-right.png) no-repeat 20px center;
}

.featured form input:focus {
	background: #666666 url(../images/icon-right.png) no-repeat 20px center;
	color: #846816; //#ffffff;
	box-shadow: none !important;
}

.hero-form-bottom {
	/*display: inline-block;*/
	margin: 5px 0;
	line-height: normal;
	width: 100%;
	background: #f0f0f0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	border: none;
	padding: 12px 20px;
	color: #222;
	box-shadow: none;
	font-family: 'Lato', sans-serif;
	-webkit-transition: background linear .2s,color linear .2s;
	   -moz-transition: background linear .2s,color linear .2s;
	     -o-transition: background linear .2s,color linear .2s;
	        transition: background linear .2s,color linear .2s;
}

.hero-form-bottom:hover {
	background-color: #ffffff;
}

.hero-form-bottom:focus {
	background-color: #ffffff;
	color: #000;
	box-shadow: none !important;
}

.bottom-form {

	justify-content: space-around;
	align-items: center;
}

.bottom-form > *  {
	max-width: 100%;
}

.btn-cus-1{
	width: 100%;
	margin: 5px 0;
}

.featured form label {
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	line-height: 28px;
	margin-bottom: 20px;
	padding-left: 50px;
	color: #bebebe;
	position: relative;
	z-index: 50;
	display: block;
}

.featured form .checkbox-container {
	position: relative;
	margin-bottom: 30px;
}

.featured form .checkbox-container .checkbox-placeholder {
	position: absolute;
	left: 0;
	top: 0;
	width: 25px;
	height: 25px;
	-webkit-border-radius: 3px; 
	   -moz-border-radius: 3px; 
	     -o-border-radius: 3px; 
	        border-radius: 3px;
	margin-top: 2px;
	background: #474747;
}

.checkbox-on .checkbox-placeholder {
	background: #666666 url(../images/icon-checkbox.png) center center no-repeat !important;
}

.featured form .checkbox-container input {
	position: absolute;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	left: 0;
	top: 0;
	width: 30px;
	height: 30px;
}

.featured form input[type="submit"], .featured form button {
	color: #ffffff;
	width: 100%;
	margin-bottom: 0;
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	-webkit-transition: background linear .2s;
	-moz-transition: background linear .2s;
	-o-transition: background linear .2s;
	padding-left: 20px;
}

.featured .event-recap {
	background: #292929;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	-o-border-radius: 10px; 
	border-radius: 10px;
	padding: 20px 30px 30px 30px;
	margin-top: -20px;
}

.featured .event-recap .event-box {
	margin-bottom: 20px;
}

.featured .event-recap .event-box i {
	float: left;
	color: #ffffff;
	font-size: 48px;
	padding-top: 6px;
	width: 50px;
	text-align: center;
}

.featured .event-recap .event-box h3,
.featured .event-recap .event-box p {
	padding-left: 70px;
	margin-bottom: 0;
}

.featured a.event-button {
	width: 100%;
	text-align: center;
	line-height: 40px;
	color: #ffffff;
	display: block;
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	cursor: pointer;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	-o-border-radius: 10px; 
	border-radius: 10px;
	-webkit-transition: background linear .2s;
	-moz-transition: background linear .2s;
	-o-transition: background linear .2s;
}

/* ==============================================
Empty Section
============================================== */

.empty-section {
	background: transparent;
	min-height: 180px;
}

/* ==============================================
Features
============================================== */

.feature {
	margin-bottom: 30px;
	display: inline-block;
}

.feature p {
	margin-bottom: 0;
	padding-left: 110px;
}

.feature .icon-container {
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	background: #ffffff;
	float: left;
	-webkit-border-radius: 6px; 
	   -moz-border-radius: 6px; 
	     -o-border-radius: 6px; 
	        border-radius: 6px;
	-webkit-transition: background linear .2s;
	   -moz-transition: background linear .2s;
	     -o-transition: background linear .2s;
	        transition: background linear .2s;
}

.feature .icon-container i {
	color: #333333;
	line-height: 80px;
	font-size: 48px;
	-webkit-transition: background linear .2s;
	   -moz-transition: background linear .2s;
	     -o-transition: background linear .2s;
	        transition: background linear .2s;
}

.feature:hover .icon-container i {
	color: #ffffff;
}

/* ==============================================
Plans
============================================== */

.price-block {
	background: #f2f2f2;
	padding: 30px;
	width: 240px;
}

.plan-title {
	width: 100%;
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	line-height: 50px;
	height: 50px;
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px; 
	-o-border-radius: 6px; 
	border-radius: 6px;
	-webkit-transition: background linear .2s;
	-moz-transition: background linear .2s;
	-o-transition: background linear .2s;
}

.plans .plan {
	-webkit-transition: background linear .2s;
	   -moz-transition: background linear .2s;
	     -o-transition: background linear .2s;
	        transition: background linear .2s;
}

.plans .plan:hover .plan-title {
	background: #333333;
}

.plans .plan:hover {
	background: #f2f2f2;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	-o-border-radius: 10px; 
	border-radius: 10px;
}

.plans .plan:hover .plan-row {
	border-bottom: 1px solid #ffffff;
}

.plans .plan:hover .button-row {
	border-bottom: none;
}

.hide-plan {
	background: transparent;
}

.plans .plan:hover .hide-plan {
	background: transparent;
}

.plan-row {
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	text-align: center;
	border-bottom: 1px solid #f2f2f2;
}

.price-row {
	height: 80px;
	line-height: 80px;
}

.plan-price {
	font-size: 24px;
}

.hidden-info {
	display: none;
}

.button-row {
	height: 80px;
	line-height: 80px;
	border-bottom: none;
}

.button-row a {
	color: #ffffff;
	padding: 12px 30px;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px; 
	-o-border-radius: 6px; 
	border-radius: 6px;
	-webkit-transition: background linear .2s;
	-moz-transition: background linear .2s;
	-o-transition: background linear .2s;
}

.button-row a:hover {
	background: #333333;
	color: #ffffff !important;
}

/* ==============================================
Testimonials
============================================== */

.bubble {
	position: relative;
	background: #f2f2f2;
	padding: 30px;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	line-height: 28px;
	font-style: italic;
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px; 
	-o-border-radius: 6px; 
	border-radius: 6px;
	-webkit-transition: background linear .2s, color linear .2s;
	-moz-transition: background linear .2s, color linear .2s;
	-o-transition: background linear .2s, color linear .2s;
}

.bubble:after {
	display: block; 
	width: 0;
	content: "";
	position: absolute;
	bottom: -20px;
	left: 15px;
	border: 10px solid transparent;
	border-top-color: #f2f2f2;
	-webkit-transition: border-color linear .2s;
	-moz-transition: border-color linear .2s;
	-o-transition: border-color linear .2s;
}

.testimonials .testimonial:hover .bubble {
	color: #ffffff;
}

.gray-background .bubble {
	background: #ffffff;
}

.gray-background .bubble:after {
	border-top-color: #ffffff;
}

.person {
	margin-top: 20px;
	width: 100%;
	display: inline-block;
}

.person img {
	margin-right: 20px;
}

.testimonial {
	padding: 15px 25px;
}

.about img {
	-webkit-border-radius: 6px; 
	   -moz-border-radius: 6px; 
	     -o-border-radius: 6px;
	        border-radius: 6px; 
}

.gallery .gallery-row {
	margin-bottom: 20px;
}

.gallery .gallery-row > div {
	text-align: center;
}

.gallery .image-container a {
	display: inline-block;
	background: url(../images/icon-plus.png) center center no-repeat;
	-webkit-border-radius: 6px; 
	   -moz-border-radius: 6px; 
	     -o-border-radius: 6px;
	        border-radius: 6px; 
}

.gallery .image-container img {
	display: block;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transition: opacity linear .2s;
	   -moz-transition: opacity linear .2s;
	     -o-transition: opacity linear .2s;
	        transition: opacity linear .2s;
	-webkit-border-radius: 6px; 
	   -moz-border-radius: 6px; 
	     -o-border-radius: 6px;
	        border-radius: 6px; 
}

.gallery .image-container:hover img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
	opacity: .2;
}

.program table {
	width: 100%;
	border: 1px solid #dddddd;
	margin-bottom: 40px;
}

.program table.last-table {
	margin-bottom: 0;
}

.program table:hover thead td h3 {
	color: #ffffff;
}

.program table thead td {
	padding: 20px;
	background: white;
	border-bottom: 1px solid #dddddd;
	-webkit-transition: background linear .2s;
	-moz-transition: background linear .2s;
	-o-transition: background linear .2s;
}

.program table thead td h3 {
	margin-bottom: 0;
	-webkit-transition: color linear .2s;
	-moz-transition: color linear .2s;
	-o-transition: color linear .2s;
}

.program table tbody tr.odd {
	background: #f2f2f2;
}

.program table tbody tr.even {
	background: #ffffff;
}

.program table tbody td {
	padding: 20px;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	line-height: 28px;
	color: #333333;
}

.program table tbody td.column-one {
	width: 30%;
	color: #666666;
	border-right: 1px solid #dddddd;
}

.prices .ticket-text {
	background: #333333;
	padding: 30px;
	-webkit-border-radius: 10px; 
	   -moz-border-radius: 10px; 
	     -o-border-radius: 10px; 
	        border-radius: 10px;
	z-index: 30;
	position: relative;
}

.prices .ticket-text h4 span {
	font-size: 36px;
	font-family: 'Lato', sans-serif;
	padding-right: 20px;
}

.prices .ticket-text p {
	color: #f2f2f2;
	margin-bottom: 0;
}

.prices a.ticket-button {
	color: #ffffff;
	display: block;
	padding: 15px 30px;
	padding-top: 45px;
	margin-top: -30px;
	z-index: 20;
	position: relative;
	font-size: 24px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	-o-border-radius: 10px; 
	border-radius: 10px;
	-webkit-transition: background linear .2s;
	-moz-transition: background linear .2s;
	-o-transition: background linear .2s;
	margin-bottom: 40px;
}

/* ==============================================
Map
============================================== */

.map {
	height: 400px;
}

.map iframe {
	width: 100%;
	height: 100%;
	border: none;
	overflow: hidden;
	margin: 0;
}

/* ==============================================
Register
============================================== */

.register form {
	margin-top: 20px;
}

.register form input {
	width: 100%;
	background: #474747 url(../images/icon-right.png) no-repeat 20px center;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	-o-border-radius: 10px; 
	border-radius: 10px;
	border: none;
	padding: 12px 20px 12px 40px;
	color: #bebebe;
	box-shadow: none;
	font-family: 'Lato', sans-serif;
	margin-bottom: 30px;
	-webkit-transition: background linear .2s,color linear .2s;
	-moz-transition: background linear .2s,color linear .2s;
	-o-transition: background linear .2s,color linear .2s;
}

.register form input:hover {
	background: #666666 url(../images/icon-right.png) no-repeat 20px center;
}

.register form input:focus {
	background: #666666 url(../images/icon-right.png) no-repeat 20px center;
	color: #ffffff;
	box-shadow: none !important;
}

.register form label {
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	line-height: 28px;
	margin-bottom: 20px;
	padding-left: 50px;
	color: #bebebe;
	position: relative;
	z-index: 50;
	display: block;
}

.register form .checkbox-container {
	position: relative;
}

.register form .checkbox-container .checkbox-placeholder {
	position: absolute;
	left: 0;
	top: 0;
	width: 25px;
	height: 25px;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	-o-border-radius: 3px; 
	border-radius: 3px;
	margin-top: 8px;
	background: #474747;
}

.register form .checkbox-container input {
	position: absolute;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	left: 0;
	top: 0;
	width: 30px;
	height: 30px;
}

.register form input[type="submit"] {
	color: #ffffff;
	width: 100%;
	margin-bottom: 0;
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	-webkit-transition: background linear .2s;
	-moz-transition: background linear .2s;
	-o-transition: background linear .2s;
	padding-left: 20px;
}

ul.downloads li {
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	line-height: 28px;
	color: #bebebe;
	margin-bottom: 20px;
}

ul.downloads li a {
	color: #bebebe;
}

ul.downloads li a:hover {
}

ul.downloads li a i {
	font-size: 24px;
	padding-right: 20px;
	margin-top: 3px;
	float: left;
}

/* ==============================================
Contact
============================================== */

.contact form {
	margin-top: 20px;
}

.contact form input {
	width: 100%;
	background: #474747 url(../images/icon-right.png) no-repeat 20px center;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	-o-border-radius: 10px; 
	border-radius: 10px;
	border: none;
	padding: 12px 20px 12px 40px;
	color: #bebebe;
	box-shadow: none;
	font-family: 'Lato', sans-serif;
	margin-bottom: 30px;
	-webkit-transition: background linear .2s,color linear .2s;
	-moz-transition: background linear .2s,color linear .2s;
	-o-transition: background linear .2s,color linear .2s;
}

.contact form input:hover {
	background: #666666 url(../images/icon-right.png) no-repeat 20px center;
}

.contact form input:focus {
	background: #666666 url(../images/icon-right.png) no-repeat 20px center;
	color: #ffffff;
	box-shadow: none !important;
}

.contact form input[type="submit"] {
	color: #ffffff;
	width: 100%;
	margin-bottom: 0;
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	-webkit-transition: background linear .2s;
	-moz-transition: background linear .2s;
	-o-transition: background linear .2s;
	padding-left: 20px;
}

.contact textarea {
	width: 100%;
	max-height: 120px;
	height: 120px;
	padding: 20px;
	color: #bebebe;
	margin-bottom: 30px;
	font-family: 'Lato', sans-serif;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	-o-border-radius: 10px; 
	border-radius: 10px;
	background: #474747;
	border: none;
	box-shadow: none;
}

.contact textarea:hover,
.contact textarea:focus {
	box-shadow: none;
}

.contact .contact-infos i {
	margin-right: 20px;
}


/* ==============================================
Footer
============================================== */


.social a {
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

.social i {
	width: 40px;
	height: 40px;
	display: -webkit-inline-box;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	color: #ffffff;
	border: 2px solid #ffffff;
	line-height: 36px;
	vertical-align: middle;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.social i:before {
	margin: auto;
}

.copyright {
	width: 100%;
	text-align: right;
}

.footer {
	text-align: center;
}
.footer p{
	line-height: inherit;
}

.footer {
	padding: 30px 10%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-around;
	align-items: center;
}


.th-main-content{

	text-align: left;
}

.th-main-content h1{
	font-size: 420%;
}
.th-main-content h2{
	font-size: 330%;
}
.th-main-content h3{
	font-size: 210%;
}
.th-main-content h4{
	font-size: 150%;
}
.th-main-content h5{
	font-size: 83%;
}
.th-main-content p, .th-main-content ul, .th-main-content ol,  .th-main-content pre{
	font-size: 100%;
}
.th-main-content blockquote{
	font-size: 120%;
}

.color-filter,.color-filter-2{
	width: 100%;
	height: 100%;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
	min-width: 100% !important;
	width: 100% !important;
}

.commentsWidgetsWrapper{
	background-color: #EEEEEE;
	border-radius: 4px;
	margin: 35px 0;
}
.cackleCommentWidget{
	padding: 10px 20px;
}

.countdown {
	font-size: 30px;
	line-height: 24px;
	clear: both;
	color: #fff;
	text-align: center;
	padding: 20px 0 0 0;
	font-family: 'Open Sans', 'Helvetica', sans-serif;
}

.additional-block-aform .countdown {
	padding: 0;
	margin: 0;
}
.countdown-section {
	display: inline-block;
	padding: 5px 14px;
	border-right: 1px solid rgba(255,255,255,0.3);
}
.additional-block-aform .countdown-section {
	border-right: none !important;
}

.countdown-section:last-child {
	border-right: none;
}

.countdown-section b {
	font-size: 30px;
	display: block;
}
.countdown p {
	margin: 0;
}
.countdown-section span {
	font-size: 12px;
	display: block;
	margin-top: 5px;
}
.additional-block-aform .countdown-section span {
	font-size: 12px;
	display: block;
	margin-top: 5px;
}

.input-wrap{
	padding-left: 5px;
	padding-right: 5px;

}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

	.additional-block-aform .countdown {
		padding: 0;
		margin: -15px 0 -22px;
	}
	.additional-block-aform  .countdown-section{
		padding: 0.3em 0.3em;
	}
	.countdown-section{
		padding: 0.3em 0.7em;
	}

	.countdown-section b {
		font-size: 1em;
	}

	.additional-block-aform  .countdown-section b {
		font-size: .9em;
	}

	.countdown-section span {
		font-size: 65%;
		margin-top: 15px;
	}

	.additional-block-aform .countdown-section span {
		font-size: 65%;
		margin-top: 5px;
	}

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

	.countdown-section {
		display: inline-block;
		padding: 0.5em .8em;
		border-right: 1px solid rgba(255,255,255,0.3);
	}

	.additional-block-aform .countdown-section {
		padding: 0.5em .3em;
	}

	.countdown-section b {
		font-size: 1em;
		display: block;
	}

	.additional-block-aform .countdown-section b {
		font-size: .9em;
	}
	.countdown-section span {
		font-size: 75%;
	}
	.additional-block-aform .countdown-section span {
		font-size: 75%;
		margin-top: 5px;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.countdown-section b {
		font-size: 1.2em;
		display: block;
	}
	.additional-block-aform .countdown-section b {
		font-size: 1em;
	}
	.countdown-section {
		display: inline-block;
		padding: 0.5em .9em;
		border-right: 1px solid rgba(255,255,255,0.3);
	}
	.additional-block-aform .countdown-section {
		padding: .5em .5em;
	}
	.countdown-section span {
		font-size: 85%;
	}
	.additional-block-aform .countdown-section span {
		font-size: 85%;
		margin-top: 5px;
	}
}

.resetParagraphTags p{
	color: inherit !important;
	font: inherit !important;
	margin: 0 !important;
	padding: 0 !important;
	display: inherit !important;
}