/*
Theme Name: onesolutions mob
Description: 
Author: toast
Version: 1.0
*/

/* lkc reset CSS v1.0 - http://github.com/lukechapman/lkc-reset */
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;}html{overflow-y:scroll;height:100%;}html,body{height:100%;-webkit-text-size-adjust:none;}textarea{resize:vertical;}textarea,input[type=text],input[type=submit]{outline:none;-webkit-appearance:none;}a{outline:none;-moz-outline:none;text-decoration:none;}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}

@font-face {
	font-family: 'oneicons';
	src:url('fonts/oneicons.eot');
	src:url('fonts/oneicons.eot?#iefix') format('embedded-opentype'),
		url('fonts/oneicons.woff') format('woff'),
		url('fonts/oneicons.ttf') format('truetype'),
		url('fonts/oneicons.svg#oneicons') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'TeXGyreAdventorRegular';
    src: url('fonts/texgyreadventor-regular-webfont.eot');
    src: url('fonts/texgyreadventor-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/texgyreadventor-regular-webfont.woff') format('woff'),
         url('fonts/texgyreadventor-regular-webfont.ttf') format('truetype'),
         url('fonts/texgyreadventor-regular-webfont.svg#TeXGyreAdventorRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TeXGyreAdventorItalic';
    src: url('fonts/texgyreadventor-italic-webfont.eot');
    src: url('fonts/texgyreadventor-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/texgyreadventor-italic-webfont.woff') format('woff'),
         url('fonts/texgyreadventor-italic-webfont.ttf') format('truetype'),
         url('fonts/texgyreadventor-italic-webfont.svg#TeXGyreAdventorItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TeXGyreAdventorBold';
    src: url('fonts/texgyreadventor-bold-webfont.eot');
    src: url('fonts/texgyreadventor-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/texgyreadventor-bold-webfont.woff') format('woff'),
         url('fonts/texgyreadventor-bold-webfont.ttf') format('truetype'),
         url('fonts/texgyreadventor-bold-webfont.svg#TeXGyreAdventorBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TeXGyreAdventorBoldItalic';
    src: url('fonts/texgyreadventor-bolditalic-webfont.eot');
    src: url('fonts/texgyreadventor-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/texgyreadventor-bolditalic-webfont.woff') format('woff'),
         url('fonts/texgyreadventor-bolditalic-webfont.ttf') format('truetype'),
         url('fonts/texgyreadventor-bolditalic-webfont.svg#TeXGyreAdventorBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

.icon-arrow-right:before, .icon-search:before, .icon-close:before, .icon-linkedin:before, .icon-facebook:before, .icon-twitter:before, .icon-arrow-left:before, .icon-arrow-down:before, .icon-arrow-up:before, .icon-arrow-left-2:before, .icon-arrow-down-2:before, .icon-arrow-up-2:before, .icon-arrow-right-2:before, .icon-link:before {
	font-family: 'oneicons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-arrow-right:before {
	content: "\e000";
}
.icon-search:before {
	content: "\e001";
}
.icon-close:before {
	content: "\e002";
}
.icon-linkedin:before {
	content: "\e003";
}
.icon-facebook:before {
	content: "\e004";
}
.icon-twitter:before {
	content: "\e005";
}
.icon-arrow-left:before {
	content: "\e006";
}
.icon-arrow-down:before {
	content: "\e007";
}
.icon-arrow-up:before {
	content: "\e008";
}
.icon-arrow-left-2:before {
	content: "\e009";
}
.icon-arrow-down-2:before {
	content: "\e00a";
}
.icon-arrow-up-2:before {
	content: "\e00b";
}
.icon-arrow-right-2:before {
	content: "\e00c";
}
.icon-link:before {
	content: "\e00d";
}

body{
	background: url(images/site_bg.jpg) repeat-x top left #fff;
	font: 300 16px/20px 'Source Sans Pro', sans-serif;
}

p{
	margin-bottom: 16px;
}

.group:after {
  content: "";
  display: table;
  clear: both;
}

[class*='col-']{
	float: left;
	padding: 20px;
	position:  relative;
}

.col-1-3{
	width: 320px;
}

.col-1-4{
	width: 240px;
}

.col-1-2{
	width: 480px;
}

.col-2-3{
	width: 640px;
}

.col-3-4{
	width: 720px;
}


h4{
	font: 600 16px/20px 'Source Sans Pro', sans-serif;
	margin-bottom: 16px;
}

h1 strong, h2 strong, h3 strong, h4 strong{
	font-weight: 700;
}

h1 em, h2 em, h3 em, h4 em{
	font-style: italic;
}

#wrap{
    width: 960px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    0px 0px 2px rgba(0, 0, 0, 0.3);
	box-shadow:         0px 0px 2px rgba(0, 0, 0, 0.3);
}

header{
	height: 70px;
	position:  relative;
}

header .inside{
	position: relative;
	background: #18181d;
	-webkit-box-shadow: inset 0px 0px 30px rgba(255, 255, 255, 0.2), 0px 0px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    inset 0px 0px 30px rgba(255, 255, 255, 0.2), 0px 0px 3px rgba(0, 0, 0, 0.3);
	box-shadow:         inset 0px 0px 30px rgba(255, 255, 255, 0.2), 0px 0px 3px rgba(0, 0, 0, 0.3);
	height: 70px;
	color: #fff;
	z-index: 95;
}

header a{
	color: #fff;
}

#navigator{
	position: absolute;
	top: 22px;
	left: 22px;
}

#navigator span{
	background: #888787;
	width: 25px;
	height:  25px;
	display:  inline-block;
	position:  relative;
	text-align: center;
	padding-top: 2px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	color: #18181d;
	font-size: 22px;
	top: -2px;
	margin-right: 15px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	float: left;
}

#navigator:hover span{
	background: #a6a5a5;
}

#navigator span.icon-arrow-up-2{
	background: #fff;
	padding-top: 1px;
}

header .logo{
	position: absolute;
	left: 50%;
	top: 8px;
	width: 100px;
	margin-left: -50px;
}

header .logo img{
	width: 101px;
	height:  auto;
	display: block;
}

#search-btn{
	background: #888787;
	width: 25px;
	height:  25px;
	display:  inline-block;
	position:  absolute;
	text-align: center;
	padding-top: 4px;
	padding-left: 1px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	color: #18181d;
	font-size: 15px;
	top: 22px;
	right: 22px;
	cursor: pointer;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

#search-btn:hover{
	background: #a6a5a5;
}

#search-btn.open{
	background: #fff;
}

#separator{
	padding: 0px 15px;
	color: #999;
}

nav[role=main]{
	position:  relative;
	width: 100%;
	background: #fff;
	margin-top: -224px;
}

nav[role=secondary]{
	position:  absolute;
	top: 24px;
	right: 90px;
}

#hero-wrap{
	overflow: hidden;
}

#heroes, #hero-wrap, .hero{
	width: 100%;
	height: 290px;
	position:  relative;
	z-index: 20;
}

.home #heroes, .home #hero-wrap, .home .hero{
	height: 450px;
}

.hero img{
	position: relative;
	top: 0;
	left: 0;
	z-index:  1;
}

#hero-panel{
	position: absolute;
	top: 0;
	right: 0;
	background: url(images/trans60.png);
	z-index: 60;
	width: 320px;
	height:  100%;
	color: #fff;
	padding: 80px 20px 20px 20px;
	font: 300 18px/22px 'Source Sans Pro', sans-serif;
}

#hero-panel strong{
	font: 400 20px/28px 'Source Sans Pro', sans-serif;
}

#hero-panel a{
	color: #fff;
	font-weight: 600;
}

#hero-nav{
	position: absolute;
	bottom: 85px;
	left: 50px;
	z-index: 99;
}

#hero-nav a{
	font: 600 36px/36px 'Source Sans Pro', sans-serif;
	color: #fff;
	padding: 0px 6px 0px 0px;
}

#hero-nav a.activeSlide{
	color: #000;
}

.hero .text{
	position:  absolute;
	bottom: 75px;
	left: 50px;
	z-index: 2;
	color: #fff;
}


.home .hero .text{
	bottom: 130px;
	left: -300px;
	opacity: 0;
}

.hero h1{
	font: 700 36px/36px 'Merriweather', serif;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.95);
	margin-bottom: 10px;
}

.hero h2{
	font: 400 21px/30px 'Merriweather', serif;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.95);
	margin-bottom: 15px;
	max-width: 590px;
}

.hero a{
	font: 600 17px/17px 'Source Sans Pro', sans-serif;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.85);
	color: #fff;
}

.hero .liner{
	width: 20px;
	height: 4px;
	background: #fff;
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
	-moz-box-shadow:    1px 1px 3px rgba(0, 0, 0, 0.7);
	box-shadow:         1px 1px 3px rgba(0, 0, 0, 0.7);
	margin-bottom: 20px;
}

footer .inside{
	background: url(images/logo_watermark.png) no-repeat 620px -200px #e9e9e9;
	font: 300 14px/18px 'Source Sans Pro', sans-serif;
}

footer .inside a{
	color: #000;
	font: 400 14px/18px 'Source Sans Pro', sans-serif;
}

footer .logo{
	padding: 0px 10px;
}

footer .logo img{
	width: 145px;
	height:  auto;
	display: block;
}

#home-content{
	/* margin-bottom: 20px; */
	
}

#home-content [class*='col-'], .feed-item{
	height: 390px;
	overflow: hidden;
}

#twitter-feed{
	background: #696969;
}

#box-1{
	background: #9e9e9e;
}

.feed-cta{
	position: absolute;
	left: 20px;
	bottom: 20px;
	color: #32343f;
	font: 600 16px/16px 'Source Sans Pro', sans-serif;
}

#twitter-feed .feed-cta:hover{
	color: #00ACED;
}

.feed-head{
	position: relative;
}

.feed-head h3{
	position: absolute;
	left: 20px;
	bottom: 50px;
	font: 400 22px/26px 'Merriweather', serif;
	width: 240px;
	z-index: 2;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.85);
	color: #fff;
}

.feed-head img{
	display: block;
}

.feed-nav{
	position: absolute;
	top: 120px;
	left: 20px;
	z-index: 20;
}

#home-content .feed-nav a{
	font: 600 36px/36px 'Source Sans Pro', sans-serif;
	color: #fff;
	padding: 0px 6px 0px 0px;
}

#home-content .feed-nav a.activeSlide{
	color: #000;
}

.feed-head{
	border-bottom: 3px solid #1B1A1F;
}

.feed-content{
	padding: 20px 20px 0px 20px;
	overflow:  hidden;
	height: 170px;
}

.feed-content em{
	font-style: italic;
	font-size: 14px;
}

.feed-content strong{
	font-weight: bold;
}

.feed-content blockquote{
	font: 400 16px/18px 'Merriweather', serif;
	width: 280px;
	padding-bottom: 5px;
}

.feed-content p{
	width: 280px;
}

#box-2{
	background: #e1e1e1;
}

#box-1, #box-2{
	padding: 0;
}

#box-1{
	color: #fff;
}

#roll-call{
	position: absolute;
	background: #18181d;
	height: 50px;
	bottom: 0;
	left: -640px;
	width: 640px;
	z-index: 99;
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.7);
	-moz-box-shadow:    0px 0px 3px rgba(0, 0, 0, 0.7);
	box-shadow:         0px 0px 3px rgba(0, 0, 0, 0.7);
}

#roll-call .inside{
	position: relative;
	width: 640px;
	height: 50px;
}

#roll-toggle{
	background: #1b1a1f;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomright: 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	position: absolute;
	left: 640px;
	top: 0;
	height: 50px;
	cursor: pointer;
	width: 150px;
	padding: 6px 10px;
}

#roll-toggle div{
	background: #888787;
	width: 25px;
	height:  25px;
	display:  inline-block;
	position:  relative;
	text-align: center;
	padding-top: 2px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	color: #fff;
	font-size: 22px;
	top: 6px;
	margin-right: 15px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

#roll-toggle:hover div{
	background: #a6a5a5;
}


#roll-toggle span{
	color: #fff;
}

#roll-call.open{
	left: 0px;
}

.open #roll-toggle{
	width: 45px;
}

.open #roll-toggle span{
	opacity: 0;
}

.roll-logo{
	float: left;
	width: 16.66%;
	-webkit-box-shadow: inset 0px 0px 20px rgba(255, 255, 255, 0.08);
	-moz-box-shadow:    inset 0px 0px 20px rgba(255, 255, 255, 0.08);
	box-shadow:         inset 0px 0px 20px rgba(255, 255, 255, 0.08);
	border-right: 1px solid #333;
	height: 50px;
	text-align: center;
	padding-top: 5px;
}

.roll-logo.last{
	border-right: 0;
}

.roll-logo img{
	width: 90%;
	height: auto;
}

.roll-logo .black{
	display: none;
}

.roll-logo:hover{
	background: #fff;
}

.roll-logo:hover .black{
	display: inline;
}

.roll-logo:hover .white{
	display: none;
}

.roll-logo a span{
	 font-family: 'TeXGyreAdventorRegular';
	 text-transform: lowercase;
	 color: #fff;
	 text-align: center;
	 display: block;
	 font-size: 11px;
	 margin-top: -9px;
	 color: #fafafa;
}

.roll-logo:hover a span{
	color: #000;
}

#search-bar{
	position: absolute;
	top: 0px;
	right: 0;
	background: #f4f4f4;
	min-height: 50px;
	z-index: 80;
	width: 320px;
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.7);
	-moz-box-shadow:    0px 0px 3px rgba(0, 0, 0, 0.7);
	box-shadow:         0px 0px 3px rgba(0, 0, 0, 0.7);
	padding-top:10px;
}

#search-bar input[type=text]{
	padding: 15px;
	background: transparent;
	border:  0;
	width: 100%;
	font: 400 16px/16px 'Source Sans Pro', sans-serif;
}

::-webkit-input-placeholder:focus, ::-webkit-input-placeholder:focus{
   color: #a4a4a4;
}

input[type=text]:-moz-placeholder:focus, textarea:-moz-placeholder:focus{  
   color: #a4a4a4; 
}

#results-panel{
	background: #eaeaea;
}

#results-panel a{
	color: #17171c;
	padding: 15px;
	font: 400 16px/16px 'Source Sans Pro', sans-serif;
	display:  block;
	width:  100%;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

#results-panel a:hover{
	background: #c4c4c4;
}

#twitter-feed h3{
	color: #fff;
	font: 400 20px/20px 'Source Sans Pro', sans-serif;
	margin-bottom: 20px;
}

.contact#twitter-feed{
	min-height: 400px;
}

.contact#main-content{
	min-height: 400px;
}

.tweet{
	color: #fff;
	font: 300 16px/20px 'Source Sans Pro', sans-serif;
	padding-bottom:  15px;
}

.tweet-time{
	font: 300 12px/12px 'Source Sans Pro', sans-serif;
	color: #ccc;
}

#socials{
	padding: 10px 20px 25px;
	text-align:  center;
}

#socials a{
	color: #fff;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	background: #000;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	padding-top: 10px;
	margin: 0px 7px;
}

#socials a span{
	font-size: 18px;
}

#socials #fb-btn:hover{
	background: #3B5998;
}

#socials #tw-btn:hover{
	background: #00ACED;
}

#socials #li-btn:hover{
	background: #4875B4;
}

/* sector colors */

.lending .feed-head, .lending #extra-inside, .result.lending{
	border-color: #d41a59;
}

.lending a:hover, .lending #contact-deets span, #home-content .feed-nav a.lending.activeSlide{
	color: #d41a59;
}

#menu-mobile .lending{
	border-left: 3px solid #d41a59;
	padding-left: 3px;
}

.property .feed-head, .property #extra-inside, .result.property{
	border-color: #f05523;
}

.property a:hover, .property #contact-deets span, #home-content .feed-nav a.property.activeSlide{
	color: #f05523;
}

#menu-mobile .property{
	border-left: 3px solid #f05523;
	padding-left: 3px;
}

.wellbeing .feed-head, .wellbeing #extra-inside, .result.wellbeing{
	border-color: #00aeef;
}

.wellbeing a:hover, .wellbeing #contact-deets span, #home-content .feed-nav a.wellbeing.activeSlide{
	color: #00aeef;
}

#menu-mobile .wellbeing{
	border-left: 3px solid #00aeef;
	padding-left: 3px;
}

.insurance .feed-head, .insurance #extra-inside, .result.insurance{
	border-color: #532d8d;
}

.insurance a:hover, .insurance #contact-deets span, #home-content .feed-nav a.insurance.activeSlide{
	color: #532d8d;
}

#menu-mobile .insurance{
	border-left: 3px solid #532d8d;
	padding-left: 3px;
}

.financial .feed-head, .financial #extra-inside, .result.financial{
	border-color: #4b9f46;
}

.financial a:hover, .financial #contact-deets span, #home-content .feed-nav a.financial.activeSlide{
	color: #4b9f46;
}

#menu-mobile .financial{
	border-left: 3px solid #4b9f46;
	padding-left: 3px;
}

.consulting .feed-head, .consulting #extra-inside, .result.consulting{
	border-color: #ffcf06;
}

.consulting a:hover, .consulting #contact-deets span, #home-content .feed-nav a.activeSlide.consulting{
	color: #ffcf06;
}

#menu-mobile .consulting{
	border-left: 3px solid #ffcf06;
	padding-left: 3px;
}

#sector-nav{
	float: left;
	width: 240px;
	height: 100%;
	background: #eaeaea;
	padding: 10px 0px;
}

#sector-nav a{
	display: block;
	padding: 7px 0px 7px 60px;
	color: #17171c;
	font-weight: 400;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	cursor: default;
}

#sector-nav a:hover{
	background: #c4c4c4;
}

#sector-content{
	float: left;
	width: 720px;
	background: #fff;
	height: 100%;
}

.sector-outer{
	display: none;
}

.sector-outer.first{
	display: block;
}

.sector-logo{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding: 20px;
	width: 240px;
	height: 100%;
}

.sector-block{
	display: table;
	height: 224px;
}

.sector-text{
	display: table-cell;
	vertical-align:  middle;
	padding: 20px;
	height: 100%;
}

.sector-text a{
	color: #000;
	font-weight: 600;
}

#main-content{
	min-height: 550px;
	background: url(images/logo_watermark.png) no-repeat -190px 300px #fff;
	padding: 0;
}

#main-content h3{
	margin-bottom: 20px;
	font: 400 16px/24px 'Merriweather', serif;
}

#extra-content{
	height: 550px;
	background: #18181d;
	color: #fff;
	padding: 0;
}

#extra-content img{
	display: block;
}

#extra-inside{
	border-top: 3px solid transparent;
	padding: 20px;
	font-size: 14px;
}

#extra-inside blockquote{
	font: 400 16px/24px 'Merriweather', serif;
}

#extra-inside strong{
	font-weight: 700;
}

#extra-inside a{
	color: #999;
}

#extra-inside em{
	font-style: italic;
}

#sector-main{
	float: left;
	width: 400px;
	padding: 20px;
}

#contact-deets{
	padding-right: 0;
}

#contact-deets h2{
	font: 600 20px/20px 'Source Sans Pro', sans-serif;
	margin-bottom: 15px;
}

#logo-content{
	border-bottom: 3px solid #ccc;
}

#contact-deets span{
	padding-right: 5px;
	font-weight: 600;
}

.group a{
	color: #000;
}

#logo-content{
	padding-top: 40px;
	padding-bottom: 34px;
}

#main-content strong{
	font-weight: 600;
}

#regform input[type=text], #regform textarea, #comp input[type=text], #comp textarea{
	padding: 15px;
	background: transparent;
	border:  0;
	width: 100%;
	font: 400 16px/16px 'Source Sans Pro', sans-serif;
	background: #F4F4F4;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}

#regform input[type=submit], #comp input[type=submit]{
	background: #18181D;
	padding: 12px 25px;
	color: #fff;
	font: 400 16px/16px 'Source Sans Pro', sans-serif;
	cursor: pointer;
	border: 0;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#main-content ul{
	margin-bottom: 15px;
	padding-left: 15px;
}

#main-content ul li{
	list-style:  disc;
	padding: 5px 0px;
}

#regform ::-webkit-input-placeholder:focus, #regform ::-webkit-input-placeholder:focus{
   color: #eee;
}

#regform input[type=text]:-moz-placeholder:focus, #regform textarea:-moz-placeholder:focus{  
   color: #eee; 
}

#texty{
	background: #eee;
	position:  relative;
	height: 200px;
	width: 100%;
	clear: both;
}

#promo{
	background: url(images/promo.jpg) no-repeat center center #eee;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/promo.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/promo.jpg', sizingMethod='scale')";
	position:  relative;
	height: 200px;
	width: 100%;
	clear: both;
	border-bottom: 5px solid #d51f34;
	line-height: 200px;
}

#texty h1{
	position:  absolute;
	bottom: 100px;
	left: 40px;
	font: 600 28px/28px 'Merriweather', serif;
}

h1.mobile{
	font: 600 28px/28px 'Merriweather', serif;
	margin-bottom: 20px;
}

.plain-text{
	padding: 80px;
	background: #fff;
}

.plain-text.comp{
	padding: 40px;
}

.plain-text strong{
	font-weight: 600;
}

label.error {
	display: block;
	font-size: 12px;
	color: #000;
	background: #ffaaaa;
	padding: 10px;
	position: relative;
	width: 100%;
	margin-bottom: 15px;
}
.erar {
	border-color: transparent transparent #ffaaaa transparent;
	border-style: solid;
	border-width: 10px;
	top: -15px;
	height: 0;
	left: 5px;
	position: absolute;
	width: 0;
}

#confirmed{
	padding: 20px 15px;
	background: #c6eeb4;
	border: 1px solid #abdb96;
	color: #2e9601;
	display: none;
}

.result{
	background: #e1e1e1;
	height: 285px;
	position: relative;
	padding-bottom: 40px;
	border-top: 4px solid #1B1A1F;
	margin-bottom: 4px;
}

.result.alt{
	background: #eaeaea;
}

.result .read-more{
	position: absolute;
	bottom: 20px;
	left: 20px;
	font-weight: 600;
}

.result h1{
	font: 400 24px/24px 'Merriweather', serif;
	margin-bottom: 20px;
}

#results{
	/* padding-bottom: 20px; */
}

.simple-video-wrapper {
	box-shadow: 0 5px 15px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 5px 15px rgba(0,0,0,0.4);
	height: 478px;
	margin: 0 auto;
	position: relative;
	width: 850px;
	
}

.simple-video-overlay {
	background: rgba(0,0,0,0.4) url(images/button.png) 50% 50% no-repeat;
	cursor: pointer;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}

.plain-text.vid{
	padding: 20px;
}

#yt-vid{
	display: none;
}

.video-js{
	margin: 0 auto;
}

#ytposter{
	width: 960px;
	height: 450px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(images/poster.jpg) no-repeat center center #000;
	cursor: pointer;
}

video{
	 -webkit-transform-style: preserve-3d;
}

[role=mobile]{
	width: 100%;
	position: relative;
	top: -9999px;
	left: 0;
	display: none;
	z-index: 70;
}

#menu-mobile li, #menu-extra li{
	background: #222;
}

#menu-mobile a, #menu-extra a{
	display: block;
	width: 1005;
	border-bottom: 1px solid #333;
	background: #222;
	color: #eee;
	padding: 15px 15px;
}

#menu-mobile .oner a{
	font-weight: bold !important;
}

#menu-toggle{
	height: 40px;
	width: 80px;
	cursor: pointer;
	position: absolute;
	top: 15px;
	right: 15px;
	background: url(images/mobmenu.png) no-repeat left center;
	display: none;
	z-index: 100;
	color:#fff;
	padding-left: 37px;
	font-size: 16px;
	text-transform: uppercase;
	padding-top: 10px;
}

h1.mobile{
	display: none;
}


#one-mobile{
	background: #000;
	padding: 10px 0px;
	display: none;
}

#one-mobile a{
	display: block;
	width: 50%;
	float: left;
	text-align: center;
	color: #fff;
	padding: 10px 0px;
	font-family: 'TeXGyreAdventorRegular', sans-serif;
	text-transform: lowercase;
}

#one-mobile a img{
	display: block;
	height: auto;
	width: 80%;
	padding-bottom: 5px;
	margin: 0 auto;
}

#desc{
	width: 60%;
	margin: auto;
}

#desc h3{
	font: 400 18px/26px 'Merriweather', serif;
	margin-bottom: 20px;
}

#desc span{
	font-weight: bold;
	display: block;
	margin: 10px 0px;
}

#seclogo{
	padding-bottom: 20px;
}

#seclogo{
	width: 190px;
	height: auto;
}

#comp input[type=submit]{
	background: url(images/loady.gif) center -100px #000 no-repeat;
	min-width: 120px;
	text-align: center;
}

#comp input[type=submit].sending{
	background: url(images/loady.gif) center center #000 no-repeat;
	text-indent: -999px;
	cursor: not-allowed;
}

#promo{
	text-align: center;
}

.comp #confirmed{
	text-align: center;
}

.regform input[type=text], .regform textarea, .regform input[type=email]{
    padding: 15px;
    background: transparent;
    border:  0;
    width: 100%;
    font: 400 16px/16px 'Source Sans Pro', sans-serif;
    background: #F4F4F4;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

.regform input[type=submit]{
    background: #18181D;
    padding: 12px 25px;
    color: #fff;
    font: 400 16px/16px 'Source Sans Pro', sans-serif;
    cursor: pointer;
    border: 0;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}