@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, abbr, acronym, big, font, img, small, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, tbody, tfoot, thead, tr, th, td {margin:0; padding:0; border:0; outline:0; font-size:100%;}
body {line-height:normal;}
ol, ul {list-style:none;}
blockquote, q {quotes:none;}
:focus {outline:0;}
ins {text-decoration:none;}
del {text-decoration:line-through;}
table {border-collapse:collapse; border-spacing:0;}
a { color:#520814; }

/* BODY */
body{
	background:#fff;
  	}

html, body{
	height:100%;
	}


/*============== Fonts =================*/
@font-face {
    font-family: 'open_sansbold';
    src: url('fonts/opensans-bold-webfont.eot');
    src: url('fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-bold-webfont.woff') format('woff'),
         url('fonts/opensans-bold-webfont.ttf') format('truetype'),
         url('fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
	}

@font-face {
    font-family: 'open_sansregular';
    src: url('fonts/opensans-regular-webfont.eot');
    src: url('fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-regular-webfont.woff') format('woff'),
         url('fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
	}

@font-face {
    font-family: 'open_sanslight';
    src: url('fonts/opensans-light-webfont-webfont.eot');
    src: url('fonts/opensans-light-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-light-webfont-webfont.woff2') format('woff2'),
         url('fonts/opensans-light-webfont-webfont.woff') format('woff'),
         url('fonts/opensans-light-webfont-webfont.ttf') format('truetype'),
         url('fonts/opensans-light-webfont-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
	}




@font-face {
    font-family: 'open_sanssemibold';
    src: url('fonts/opensans-semibold-webfont-webfont.eot');
    src: url('fonts/opensans-semibold-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-semibold-webfont-webfont.woff2') format('woff2'),
         url('fonts/opensans-semibold-webfont-webfont.woff') format('woff'),
         url('fonts/opensans-semibold-webfont-webfont.ttf') format('truetype'),
         url('fonts/opensans-semibold-webfont-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
	}




@font-face {
    font-family: 'open_sansextrabold';
    src: url('fonts/opensans-extrabold-webfont-webfont.eot');
    src: url('fonts/opensans-extrabold-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-extrabold-webfont-webfont.woff2') format('woff2'),
         url('fonts/opensans-extrabold-webfont-webfont.woff') format('woff'),
         url('fonts/opensans-extrabold-webfont-webfont.ttf') format('truetype'),
         url('fonts/opensans-extrabold-webfont-webfont.svg#open_sansextrabold') format('svg');
    font-weight: normal;
    font-style: normal;
	}


p, ul, li { font-family:'open_sanslight'; } 

/*============== Container =================*/
.container{
	display:table;
	margin:0 auto 0 auto;
	width:1100px;
	position:relative;
	}

.insider{
	display:table;
	margin:0 auto 0 auto;
	width:auto;
	position:relative;
	}
	
.wrapper{
	width:100%;
	padding-top:132px;
	}


#gotop{
	display:none; position:fixed; z-index:9999; bottom:20px; right:20px; width:38px; background:#ff5a5a; height:38px; cursor:pointer;
	transition: all 0.4s; -webkit-transition: all 0.4s; -o-transition: all 0.4s;
	border-radius:5px; -webkit-border-radius:5px;
	text-align:center;
	font-size:21px;
	color:#fff;
	line-height:38px;
	}
	
#gotop span:before{
	line-height:38px;
	}
	

/*============== Header Section =================*/
.header{
	float:left;
	width:100%;
	height:auto;
	padding:46px 0 46px 0;
	}

.header_fix{
	float:none;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	padding:16px 0 16px 0;
	z-index:99999;
	background:#fff;
	border-bottom:1px solid #ddd;
	}

.logo{
	float:left;
	margin:8px 0 0 0;
	}
	
.nav{
	float:right;
	margin:0 0 0 0;
	}

.nav .title{
	display:none;
	}

.nav select{
	display:none;
	}
	
.nav ul{
	float:right;
	margin:0 0 0 0;
	}
	
.nav ul li{
	float:left;
	margin:0 0 0 0;
	}

.nav ul li a{
	float:left;
	text-decoration:none;
	text-align:center;
	font-family: 'open_sansregular';
	font-size:13px;
	color:#333;
	font-weight:normal;
	margin:0 0 0 0;
	padding:10px 15px 10px 15px;
	text-transform:uppercase;
	margin:0 0 0 0;
	transition:0.5s; -webkit-transition:0.5s;
	} 
	
.nav ul li:last-of-type{
	float:right;
	margin:0 0 0 40px;
	}
	
.nav ul li:last-of-type a{
	background:#520814;
	color:#fff;
	}
	
.nav ul li a:hover{
	background:#f8ac00;
	color:#fff;
	}
	
.nav ul li:last-of-type a:hover{
	background:#f8ac00;
	color:#fff;
	}
	
/*============== Slider Section =================*/
.slider_main{
	float:left;
	width:100%;
	padding:0 0 0 0;
	}

div.videopreview{
	width:443px;
	height:290px;
	float:left;
	background:#000;
	margin:0 0 0 0;
	}

h2.l1{
	text-align:center;
	font-family: 'open_sansbold';
	font-size:36px;
	line-height:42px;
	color:#520814;
	font-weight:normal;
	text-transform:uppercase;
	}
	
h2.l2{
	text-align:center;
	font-family: 'open_sanslight';
	font-size:18px;
	color:#520814;
	font-weight:normal;
	}
	
a.button1,
a.button2 {
	padding:0.2em 1em;
}

a.button1{
	float:left;
	/* width:145px;
	height:41px; */
	border:1px solid #520814;
	text-align:center;
	font-family: 'open_sanslight';
	font-size:14px;
	color:#520814;
	font-weight:normal;
	text-transform:uppercase;
	line-height:41px;
	margin:0 0 0 0;
	border-radius:5px; -webkit-border-radius:5px; 
	transition:0.5s; -webkit-transition:0.5s;
	text-decoration:none;
	}
	
a.button1:hover{
	background:#520814;
	border:1px solid #520814;
	text-decoration:none;
	color:#fff;
	}
	
a.button2{
	float:left;
	/* width:145px;
	height:41px; */
	border:1px solid #520814;
	text-align:center;
	font-family: 'open_sanslight';
	font-size:14px;
	color:#fff;
	font-weight:normal;
	text-transform:uppercase;
	line-height:41px;
	margin:0 0 0 0;
	border-radius:5px; -webkit-border-radius:5px; 
	transition:0.5s; -webkit-transition:0.5s;
	background:#520814;
	text-decoration:none;
	}
	
a.button2:hover{
	text-decoration:none;
	background:none;
	border:1px solid #fff;
	color:#520814;
	}
	
	
/*============== Service Section =================*/
.service_section{
	float:left;
	width:100%;
	padding:80px 0 80px 0;
	}
	
.service_section h2{
	text-align:center;
	font-family: 'open_sansregular';
	font-size:30px;
	color:#333;
	font-weight:normal;
	margin:0 0 20px 0;
	padding:0 0 0 0;
	}
	
.service_section h4{
	text-align:center;
	font-family: 'open_sanslight';
	font-size:16px;
	color:#909090;
	font-weight:normal;
	text-transform:uppercase;
	margin:0 0 100px 0;
	padding:0 0 30px 0;
	background:url(images/border.2.png) no-repeat center bottom;
	}


.service_section .column:nth-of-type(2) .icon{
	background:url(images/icons/i2.png) no-repeat center top;
	}
	
.service_section .column:nth-of-type(2):hover .icon{
	background:url(images/icons/i2.png) no-repeat center bottom;
	}

.service_section .column:last-of-type{
	float:right;
	margin:0 0 0 0;
	}

.service_section .column:last-of-type .icon{
	background:url(images/icons/i3.png) no-repeat center top;
	}
	
.service_section .column:last-of-type:hover .icon{
	background:url(images/icons/i3.png) no-repeat center bottom;
	}	
	
.service_section .column span, 
.service_section .column div.iconwrap {
	display:table;
	width:82px;
	height:82px;
	border:1px solid #c7c7c7; 
	margin:0 auto 30px auto;
	/* transition:0.5s; -webkit-transition:0.5s; */
	border-radius:55px; -webkit-border-radius:55px;
	text-align:center;
	color:#c7c7c7;
	background:#bdbcbc;
	}	

.service_section .column div.iconwrap img {
	height:40px; 
	margin-top:17px;
}

.service_section .column:hover span{
	background:#520814;
	border:1px solid #520814;
	color:#fff;
	}

.service_section .column{
	float:left;
	width:265px;
	margin:0 120px 0 0;
	padding:0 0 0 0;
	transition:0.5s; -webkit-transition:0.5s;
	}

.service_section .column .icon{
	display:table;
	width:81px;
	height:82px;
	margin:0 auto 30px auto;
	background:url(images/icons/i1.png) no-repeat center top;
	transition:0.5s; -webkit-transition:0.5s;
	}

.service_section .column:hover .icon{
	background:url(images/icons/i1.png) no-repeat center bottom;
	}

.service_section .column h3{
	text-align:center;
	font-family: 'open_sansregular';
	font-size:18px;
	color:#4b4b4b;
	font-weight:normal;
	margin:0 0 20px 0;
	padding:0 0 0 0;
	}
	
.service_section p{
	text-align:center;
	font-family: 'open_sanslight';
	font-size:14px;
	color:#4b4b4b;
	font-weight:normal;
	margin:0 0 0 0;
	}
	

/*============== Features Section =================*/
.feature_section{
	float:left;
	width:100%;
	background:#f8f8fa;
	padding:80px 0 80px 0;
	}

.feature_section .leftside{
	float:left;
	width:390px;
	margin:0 0 0 35px;
	}

.feature_section .leftside img{
	float:right;
	}

.feature_section .rightside{
	float:right;
	width:587px;
	margin:0 35px 0 0;
	}

.columns {
	float: left;
	min-height: 1px;
	padding-right:2%;
	position: relative;
}

.columns:last-of-type {
	padding-right:0%;
}

.one 	{ width:6.3333%; }
.two 	{ width:14.6666%; }
.three 	{ width:23%; }
.four 	{ width:31.3333%; }
.five 	{ width:39.6666%; }
.six 	{ width:48%; }
.seven 	{ width:56.3333%; }
.eight 	{ width:64.66666%; }
.nine 	{ width:73%; }
.ten 	{ width:81.3333%; }
.eleven	{ width:89.66666%; }
.twelve	{ width:100%; }
	
.feature_section h2{
	text-align:left;
	font-family: 'open_sansregular';
	font-size:30px;
	color:#333;
	font-weight:normal;
	margin:0 0 30px 0;
	padding:0 0 0 0;
	}
	
.feature_section  p,
.common_section p,
.common_section p a, 
.common_section ul li,
.common_section ol li {
	font-family: 'open_sanslight';
	font-size:14px;
	color:#777779;
	line-height:24px;
	font-weight:normal;
}

p.footnote,
p.footnote a {
	font-size:12px;
	line-height:18px;
}

p.footnote {
	clear:both;
	margin-top:1em;
	padding-top:1em; 
	border-top:1px dotted #999;
}

.feature_section  p {
	text-align:left;
	margin:0 0 30px 0;
}

.feature{
	float:left;
	width:100%;
	text-align:left;
	font-family: 'open_sanslight';
	font-size:14px;
	color:#777779;
	line-height:24px;
	font-weight:normal;
	margin:0 0 25px 0;
	}

.feature span{
	float:left;
	width:33px;
	height:33px;
	background:#f8ac00;
	text-align:center;
	font-size:16px;
	color:#fff;
	line-height:33px;
	transition:0.5s; -webkit-transition:0.5s;
	border-radius:3px; -webkit-border-radius:3px;
	margin:0 16px 0 0;
	}

.feature .description{
	float:left;
	width:530px;
	}

.feature strong{
	color:#333;
	font-family: 'open_sanssemibold';
	font-weight:normal;
	}

.feature.one{
	background:url(images/icons/i4.png) no-repeat left top;
	}
	
.feature.two{
	background:url(images/icons/i5.png) no-repeat left top;
	}


a.button3{
	float:left;
	width:145px;
	height:45px;
	border:1px solid #f8ac00;
	text-align:center;
	font-family: 'open_sanslight';
	font-size:14px;
	color:#fff;
	font-weight:normal;
	text-transform:uppercase;
	line-height:45px;
	margin:10px 25px 0 0;
	border-radius:3px; -webkit-border-radius:3px; 
	transition:0.5s; -webkit-transition:0.5s;
	text-decoration:none;
	background:#f8ac00;
	}
	
a.button3:hover{
	background:none;
	border:1px solid #000;
	text-decoration:none;
	color:#000;
	}
	
a.button4{
	float:left;
	width:145px;
	height:45px;
	border:1px solid #000;
	text-align:center;
	font-family: 'open_sanslight';
	font-size:14px;
	color:#000;
	font-weight:normal;
	text-transform:uppercase;
	line-height:45px;
	margin:10px 0 0 0;
	border-radius:3px; -webkit-border-radius:3px; 
	transition:0.5s; -webkit-transition:0.5s;
	background:none;
	text-decoration:none;
	}
	
a.button4:hover{
	text-decoration:none;
	background:#520814;
	border:1px solid #30883c;
	color:#fff;
	}
	
	
.ano_feature_section{
	float:left;
	width:100%;
	background:#fff;
	padding:80px 0 30px 0;
	border-bottom:1px solid #e7e7e7;
	}

img.imagethumb2{
	margin:100px 0 0 10px;
	}
	
	
.ano_feature_section .leftside{
	float:left;
	width:587px;
	margin:0 0 0 35px;
	}


.ano_feature_section .rightside{
	float:right;
	width:390px;
	margin:0 35px 0 0;
	}
	
.common_section{
	float:left;
	width:100%;
	/*padding:80px 0 50px 0; */
	}

#testimonials_part.common_section {
	padding:20px 0 0 0;
}

#testimonials_part.common_section h4 {
	margin:0;
}

.common_section.footer {
	margin:2em 0 3em;
}

.common_section h1,
.common_section h2, 
.common_section h3 {
	text-align:center;
	font-family: 'open_sansregular';
	color:#520814;
	font-weight:normal;
	padding:0 0 0 0;
}

.common_section h1 { font-size:45px; margin:0 0 25px 0; }
.common_section h2 { font-size:30px; margin:0 0 20px 0; }
.common_section h3 { font-size:20px; margin:60px 0 10px 0; }

	
.common_section h4 {
	text-align:center;
	font-family: 'open_sanslight';
	font-size:16px;
	color:#909090;
	font-weight:normal;
	text-transform:uppercase;
	margin: 20px 0 30px 0;
	padding: 0 0 30px 0;
	background:url(images/border.2.png) no-repeat center bottom;
	}

#contact_part.common_section  {
	padding:20px 0 0;
	margin-top: 80px;
}

#contact_part.common_section h4 {
	background:none;
}

.common_section .faqbox{
	overflow:hidden;
	background:#f9f9f9;
	border:1px solid #e7e7e7;
	transition:0.5s; -webkit-transition:0.5s;
	border-radius:7px; -webkit-border-radius:7px;
	padding-left:0px;
	padding-right:0px;
	width:28%;
	float:left;
	margin:0 2.5% 30px 2.5%;
	}

.common_section .faqbox.longer{
	float:right;
	width:61%;
	margin:0 3.3% 30px 2.3%;
	}

.common_section .faqbox .title{
	text-align:left;
	font-family: 'open_sanslight';
	font-size:14px;
	color:#000;
	font-weight:normal;
	padding:17px 0 17px 60px;
	margin:0 0 0 0;
	background:#fff url(images/icons/i6.png) no-repeat 25px center;
	border-bottom:1px solid #e7e7e7;
	}
	
.common_section .faqbox p{
	text-align:left;
	font-family: 'open_sanslight';
	font-size:14px;
	color:#5f5f5f;
	line-height:24px;
	margin:25px;
	}
	
.testimonial_box{
	display:table;
	position:relative;
	width:780px;
	height:85px;
	background:#fff;
	border:1px solid #e7e7e7;
	margin:30px auto 30px auto;
	padding:30px;
	transition:0.5s; -webkit-transition:0.5s;
	border-radius:5px; -webkit-border-radius:5px; 
	}
	
.testimonial_box .quote_button{
	position:absolute;
	margin:0 0 0 0;
	z-index:5;
	left:-20px;
	top:-15px;
	}
	
.testimonial_box .para{
	float:left;
	width:600px;
	text-align:left;
	font-family: 'open_sanslight';
	font-size:14px;
	color:#5f5f5f;
	line-height:24px;
	margin:10px 0 0 0;
	font-style:italic;
	}
	
.testimonial_box .clientinfo {
	float:right;
	width:150px;
	margin:0 0 0 0;
	text-align:center;
	font-family: 'open_sansregular';
	font-size:13px;
	color:#000;
	}

.common_section#testimonials_part ul.bxslider li .clientinfo .position {
	font-size:11px;
	line-height:14px;
	color:#999;
}
	
.testimonial_box .clientinfo img{
	display:table;
	margin:0 auto 10px auto;
	}
	
.common_section .iconblock{
	float:left;
	width:200px;
	height:70px;
	padding:0 0 0 0;
	background:#fff;
	border:1px solid #e7e7e7;
	text-align:center;
	font-family: 'open_sansregular';
	font-size:20px;
	color:#333;
	position:relative;
	line-height:70px;
	transition:0.5s; -webkit-transition:0.5s;
	}
	
.common_section .iconblock:hover{
	z-index:33;
	box-shadow:0 0 11px #666; -webkit-box-shadow:0 0 11px #666;
	}

/*============== Pricing Table =================*/
.pricing_table_section{
	float:left;
	width:100%;
	background:#f8f8fa;
	padding:60px 0 60px 0;
	}
	
.pricing_table_section h2{
	text-align:center;
	font-family: 'open_sansregular';
	font-size:30px;
	color:#333;
	font-weight:normal;
	margin:0 0 20px 0;
	padding:0 0 0 0;
	}
	
.pricing_table_section h4{
	text-align:center;
	font-family: 'open_sanslight';
	font-size:11px;
	color:#909090;
	font-weight:normal;
	text-transform:uppercase;
	margin:0 0 60px 0;
	padding:0 0 30px 0;
	background:url(images/border.2.png) no-repeat center bottom;
	}

.pricing_table_section .block:nth-of-type(2) .head{
	background:#520814;
	}	

.pricing_table_section .block:last-of-type{
	float:right;
	margin:0 0 0 0;
	}	
	
.pricing_table_section .block{
	float:left;
	width:320px;
	background:#fff;
	border:1px solid #e3e3e3;
	margin:0 60px 0 0;
	}
	
.pricing_table_section .block .head{
	float:left;
	width:320px;
	background:#323232;
	padding:25px 0 25px 0;
	margin:0 0 0 0;
	}
	
.pricing_table_section .block .head h2{
	text-align:center;
	font-family: 'open_sansregular';
	font-size:30px;
	color:#fff;
	font-weight:normal;
	margin:0 0 8px 0;
	}
	
.pricing_table_section .block .head p{
	text-align:center;
	font-family: 'open_sanslight';
	font-size:14px;
	color:#fff;
	font-weight:normal;
	margin:0 0 0 0;
	}
	
.pricing_table_section .block .head p strong{
	font-family: 'open_sansbold';
	font-weight:normal;
	}
	
.pricing_table_section .block ul{
	float:left;
	width:100%;
	margin:0 0 0 0;
	}
	
.pricing_table_section .block ul li{
	text-align:left;
	font-family: 'open_sanslight';
	font-size:14px;
	color:#333;
	font-weight:normal;
	margin:0 0 0 0;
	padding:15px 30px 15px 30px;
	border-bottom:dotted 1px #999;
	}
	
.pricing_table_section .block ul li:last-of-type{
	border-bottom:none;
	}
	
.pricing_table_section .block ul li span{
	float:right;
	font-family: 'open_sanssemibold';
	}
	
.pricing_table_section .block ul li span img{
	}
	
.pricing_table_section .block ul li a.button5, .pricing_table_section .block ul li a.button6{
	float:right;
	width:95px;
	height:43px;
	border:1px solid #000;
	text-align:center;
	font-family: 'open_sanslight';
	font-size:14px;
	color:#000;
	font-weight:normal;
	text-transform:uppercase;
	line-height:43px;
	margin:0 0 10px 0;
	border-radius:3px; -webkit-border-radius:3px; 
	transition:0.5s; -webkit-transition:0.5s;
	background:none;
	text-decoration:none;
	}
	
.pricing_table_section .block ul li a.button5:hover{
	text-decoration:none;
	background:#520814;
	border:1px solid #520814;
	color:#fff;
	}
	
.pricing_table_section .block ul li a.button6{
	background:#520814;
	border:1px solid #520814;
	color:#fff;
	}	
	
.pricing_table_section .block ul li a.button6:hover{
	text-decoration:none;
	background:none;
	border:1px solid #000;
	color:#000;
	}
	
.pricing_table_section .block ul li h5{
	float:left;
	text-align:left;
	font-family: 'open_sanssemibold';
	font-size:14px;
	color:#333;
	font-weight:normal;
	line-height:25px;
	}

form.hpform{
	display:table;
	width:440px;
	margin:0 auto 0 auto;
	}
	
form.hpform input[type="text"], form.hpform input[type="email"], form.hpform textarea{
	float:left;
	width:438px;
	height:40px;
	background:#fff;
	border:1px solid #e7e7e7;
	transition:0.5s; -webkit-transition:0.5s;
	border-radius:5px; -webkit-border-radius:5px;
	margin:0 0 15px 0;
	padding:0 0 0 10px;
	text-align:left;
	font-family: 'open_sanslight';
	font-size:14px;
	color:#333;
	font-weight:normal;
	}
	
form.hpform textarea{
	padding:10px;
	width:438px;
	height:190px;
	}	

form.hpform input[type="submit"]{
	float:right;
	width:100px;
	height:43px;
	cursor:pointer;
	margin:0 0 0 0;
	transition:0.5s; -webkit-transition:0.5s;
	border-radius:5px; -webkit-border-radius:5px;
	background:#520814;
	border:none;
	cursor:pointer;
	text-align:center;
	font-family: 'open_sanslight';
	font-size:14px;
	color:#fff;
	text-transform:uppercase;
	}
	
form.hpform input[type="submit"]:hover{
	background:#555;
	color:#fff;
	}
	
	
form.hpform input[type="text"]:focus, form.hpform input[type="email"]:focus, form.hpform textarea:focus{
	background:#e3eef6;
	border:1px solid #520814;
	}
	
/*============== Pricing Table =================*/
.subscribe_section{
	float:left;
	width:100%;
	background:#121b23 url(images/signup-bg.jpg) no-repeat center top;
	padding:50px 0 50px 0;
	}
	
.subscribe_section h2{
	text-align:center;
	font-family: 'open_sansregular';
	font-size:18px;
	color:#fff;
	font-weight:normal;
	margin:0 0 40px 0;
	padding:0 0 0 0;
	text-transform:uppercase;
	}
	
.subscribe_section form{
	display:table;
	width:415px;
	margin:0 auto 0 auto;
	}
	
.subscribe_section form input[type="text"], .subscribe_section form input[type="email"]{
	float:left;
	width:270px;
	height:40px;
	text-align:left;
	font-family: 'open_sansregular';
	font-size:14px;
	color:#fff;
	background:none;
	border:1px solid #fff;
	padding:0 0 0 10px;
	margin:0 0 0 0;
	transition:0.5s; -webkit-transition:0.5s;
	border-radius:5px; -webkit-border-radius:5px;
	}
	
.subscribe_section form input[type="submit"]{
	float:right;
	width:120px;
	height:40px;
	text-align:center;
	font-family: 'open_sansbold';
	font-size:14px;
	color:#fff;
	background:none;
	border:1px solid #fff;
	padding:0 0 0 0;
	margin:0 0 0 0;
	cursor:pointer;
	transition:0.5s; -webkit-transition:0.5s;
	border-radius:5px; -webkit-border-radius:5px;
	}
	
.subscribe_section form input[type="submit"]:hover{
	background:#520814;
	border:1px solid #520814;
	}
	
.subscribe_section form input[type="text"]:focus, .subscribe_section form input[type="email"]:focus{
	border:1px solid #520814;
	}
	
.footer_logo{
	display:table;
	margin:0 auto 15px auto;
	float:none;
	}
	
.copyright{
	text-align:center;
	font-family: 'open_sanslight';
	font-size:14px;
	color:#a5a5a5;
	margin:0 0 0 0;
	}
	
.copyright a{
	color:#520814;
	text-decoration:none;
	}



.ls-slide p, 
.ls-slide ul { margin:1em 0 0 0; }
.ls-slide ul li { list-style-type:disc; margin-left:1.2em; }

.ls-slide h2.l1,
.ls-slide h2.l2 { text-align:left; }

p.small { font-size:0.8em; line-height:1.3em; } 


.leftside,
.rightside {
	float:left;
	width:50%;
	margin:0 0 0 0;
}

#contact_part .leftside,
#contact_part .rightside,
.standardcontent .leftside,
.standardcontent .rightside {
	width:46%;
	padding:0 2%;
	margin:1em 0;
}

.standardcontent p,
.common_section ul li,
.common_section ol li {
	margin:0 0 1em 0;
}

#contact_part .leftside { 	text-align:right; }
#contact_part .rightside {}

ol { list-style:outside;  list-style-type:decimal; margin:0 0 0 1em;  }
ol li {  }

ol.upperroman { list-style-type:upper-roman; }

.common_section h2.textleft,
.common_section h3.textleft,
.common_section li h4,
.textleft { text-align:left; } 

.textright { text-align:right; } 

.common_section li h4 {
	font-size:1.2em;
	text-transform: none;
	background:none;
	margin:0;
	padding:0;
}

.footnote {
	font-size:0.7em; line-height:1em;
}

li.languageselect.flag_wrap {
	margin-left:-10px;
}

li.languageselect.flag_wrap a .flag {
	width:20px; 
	height:10px;
	margin:5px 0px;
}

a.teaserlink.grey .wrap {
	background:#bdbcbc;
	border-radius:30px;
	margin:0 0 1em 0;
}

a.teaserlink.grey .wrap:hover {
	background:#f8ac00;
}

a.teaserlink.grey .wrap .icon,
a.teaserlink.grey .wrap .text {
	display:inline-block;
	float:left;
}

a.teaserlink.grey .wrap .icon {
	margin:0.8em;
}

a.teaserlink.grey .wrap .icon img {
	width:40px;
}


a.teaserlink.grey .wrap .text {
	color:#fff;
	font-family: 'open_sanslight';
	font-size:30px;
	margin:15px 0 0 5px;
}

.socialicons a {
	text-decoration:none;
	color:#bdbcbc;
}

.socialicons a .fa {
	font-size:2em;
	margin:0 0.2em 0 0;
}

.container > video {
    width: inherit;
}

#video_part {
    float: left;
    width: 100%;
    background: #f4f4f4;
    padding: 80px 0 80px 0;
    border-bottom: 1px solid #e7e7e7;
}