@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700,800);

*{
	padding:0;
	margin:0;
}

body, html, .row {
	height:100%;
}

body{

	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size:100%;
	background: #000;
	background-image: url("/img/betar-bg.jpg");
	background-position: 0 -35px;
	background-attachment: fixed;
}

.container{
	
	width:1140px;
	--min-width:960px;
	margin: auto auto;
	
}

.header{
	background: #222;

	background: rgba(0,0,0,0.3);
	padding:22px;
	padding-top:0;
	margin-bottom:1px;
	height: 168px;
}

.logo{
	position:absolute;
	margin-top:40px;
}

.address{
	color: white;
	font-size: 0.85em;
	margin-top: 40px;
	margin-bottom:60px;
}

.row{
	position: relative;
	--height:100%;
  	padding-left: 228px;   /* LC width */
  	padding-right: 228px;  /* RC width */
}

.left-col{
	
	position: relative;
	float:left;	
	background: #ddd;
	background: rgba(255,255,255,0.3);
	width:228px;
	right:229px;
	margin-left:-100%;	
	--height:100%;	
	margin-right:1px;



}

.mid-col{
	background: #fff;
	position: relative;
	float:left;
	width:100%;
	background: rgba(255,255,255,0.8);

}

.right-col{
	background: #ddd;
	position: relative;
	float:left;
	width:227px;
	margin-right: -229px;
	background: rgba(255,255,255,0.3);
	margin-left:1px;
}


div.right-col h4{
	font-size:0.95em;
	font-weight:400;
	text-transform: uppercase;
	background-color: #FFC627;	
	padding: 11px 22px;
}

div.right-col p{
	font-weight:600;
	font-size:0.85em;
	padding: 0 22px;
	
}

.hero{	
	padding:30px;
	background: #9697a6;
	background: rgba(255,255,255,0.3);
	margin-bottom:70px;
	margin-top:70px;
	overflow:auto;
}

div.hero-text {
	display:block;
	padding: 30px;
	padding-bottom:22px;	
}

div.hero-text p{
  padding:0;
  margin:0;
  font-size:1.17em;
  font-weight:300;
  line-height:1.5;
  text-shadow: 0 1px 0px #ccc;
  
}

.hero-panel{
	float:left;
}

.panel, .double-panel, .triple-panel{
	float:left;
	background: #ddd;
	background: rgba(255,255,255,0.3);
	width:284px;
	height:258px;
	margin-right:1px;	
	margin-top:1px;	
}


.double-panel{
	width: 569px;
}

.triple-panel{
	width:570px;
	background: #eee;
	background: rgba(255,255,255,0.66);
}

.panel:hover, .double-panel:hover{
	background: #fff;
	background: rgba(255,255,255,0.5);
}

.panel-empty{
	background: #fff;
	background: rgba(255,255,255,0.2);
}

.panel-last{
	margin-right:0;	
}

div.panel h4, div.left-col h4, div.double-panel h4{
	display:block;
	padding: 16px 22px;

	font-size:0.85em;
	font-weight:800;
	text-transform: uppercase;
	color:#FFC627;
	color:black;
	--margin-top: 22px;
	margin-bottom:0;
	line-height:1.2;
	background-color:#000;
	background: rgba(255,255,255,0.3);
}




.footer{
	margin-bottom:22px;
	margin-top:44px;	
	padding:11px 22px;
	color:white;
	font-size: 0.7em;	
	line-height:2;	
	background: #464853;
	background: rgba(0,0,0,0.3);
	overflow:auto;
}


ul, ol {
	margin-left:44px;
	margin-top:11px;
	margin-bottom:22px;
}

ul > li, ol > li{
	padding-bottom:4px;
	margin-bottom:4px;
	--border-bottom: 1px dotted grey;
}

ul.service-list{
	margin-left:0;
	list-style: none;	
	font-size: 0.8em;
	line-height: 1.2;	
	font-weight: 400;
	margin-bottom:17px;
}

ul.service-list a{
	display:block;
	margin-left:-22px;
	padding: 2px 22px ;
	margin-right:-22px;

	color:#000;
	--border-bottom: 1px dotted ;

}

ul.service-list li.active{
	font-weight:bold;
	background-color: #FFC627;	
}

ul.service-list li:hover{
	background-color: #ffdd7e;	
}

ul.service-list li{
	margin-bottom:0;
	padding: 4px 22px;

}


ul.nav{	
	margin-left:0;
	list-style: none;		
}

ul.nav li{
	display:block;
	float:left;	
}



ul.nav-main {
	
	margin-bottom: 10px;
}

.ie8 ul.nav-main {
	width:645px;
}

.ie7 ul.nav-main {
	width:645px;
}



ul.nav-main > li > a{
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px 16px;	
}

ul.nav-main > li > a:hover, ul.nav-main > li > a.selected{
	color: #FFC627;

}

ul.nav-main > li{
	border-right:1px solid #fff;
}

ul.nav-main > li:last-child, ul.nav-main > li.last{
	border-right:0;
} 

ul.nav-main > li:last-child > a, ul.nav-main > li > a.last {
	padding-right:0;
} 

ul.nav-hero{
	float:right;
	margin-top:-39px;
	margin-bottom:33px;

}

ul.nav-hero > li {
	margin-right:1px;
	float:left;
}

ul.nav-hero > li.last{
	margin-right:0;
} 

ul.nav-hero > li > a{
	text-align:center;
	width:153px;
	display:block;
	background-color: #FFC627;
	color: #000;
	padding:10px 18px;
	height:19px;
	text-transform:uppercase;
	font-size:0.9em;
	font-weight:400;		
}


ul.nav-hero > li > a:hover{
	background-color: #ffdd7e;
}

h1{
	font-size:2.2em;
	font-weight:400;
	margin-bottom:1em;
	padding-bottom:0.25em;
	border-bottom:1px dotted grey ;
}

h2{
	font-size:1.5em;
	font-weight:400;
}

a{
	color: #FFC627;
	text-decoration:none;
}


a:hover{
	color: #FFC627;
}


p{
	margin-top:18px;
	margin-bottom:18px;
	line-height:1.5;
}

div.content a{
  color: #2f4051;
  text-decoration:none;
  border-bottom:1px dotted;
}


div.content a:hover{
  color: #1c75bc;
}


form{
	padding:22px;
	padding-top:0;

}

input[type="text"], textarea{
	font-family: 'Open Sans', sans-serif;
	height:29px;	
	line-height:29px;
	padding:0 8px;
	width:168px;
	margin-bottom: 5px;
	margin-top:5px;
	border-radius: 2px;
	border:0;
}

textarea{
	height:100px;
	padding:8px;
	padding-top:0;
	margin-bottom:0;
}

label{
	font-weight:400;
	font-size:0.75em;
	display:none;
}


button[type="submit"]{
	font-family: 'Open Sans', sans-serif;
	background-color:#2f4051;
	font-weight:600;
	text-transform:uppercase;
	font-size:0.8em;
	padding:6px 12px;
	color: #FFC627;
	border:0;	
	border-radius:4px;
	margin-top:4px;
}


label.error{
  display:block;
	color: #fff;	
	font-weight:300;
	background-color:rgba(255,0,0,0.65);
	padding:2px 6px;
	font-size:0.75em;
	margin-top:-4px;
	border-radius:3px;
  max-width: 344px;
}

div.fieldRow{

}

.pad22{
	padding:22px;
}

.pad33{
	padding:33px;
}
.w400{
	font-weight:400;	
}

.left{
	float:left;
}

.right{
	float:right;
}

.text-right{
	text-align:right;
}

.clear{
	clear:both;
}

.blue{
	color: #1C75BC;
}

.related-panel{
	
	width:200px;	
	float:right;
	background: #fff;
	background-color:rgba(255,255,255,1);
	padding:14px 22px;
	margin:11px;
	margin-right:0;
	border-radius: 4px;
	border-top: 2px solid #FFC627;

}



.related-panel > .title{
	font-size:0.75em;
	line-height:2.5;

}

.related-panel > h3{
	font-size: 0.88em;
	font-weight:600;
	color:#1C75BC;
}

.related-panel > a > img{
	width:100%;
	margin-top:11px;	
	border-radius: 4px;
	border:0;
	text-decoration: none;
}

.testimonial-panel{
	
	width:200px;	
	float:right;
	background: #fff;
	background-color:rgba(255,255,255, 1);
	padding:22px;
	margin:11px;
	padding-bottom:6px;
	margin-right:0;
	border-radius: 4px;
	border-top: 2px solid #1c75bc;
	
}

.testimonial-panel h3{
	font-size:1.5em;
	font-weight:normal;
	font-family: georgia, serif;
	font-style: italic;
	color: #1c75bc;
	
}

div.social > a, div.related-panel > a {
  width:100%;
  margin-top:11px;  
  border-radius: 4px;
  border:0;
  text-decoration: none;
}{
  text-decoration: none;
  border:0;
}

.ebook > img{
	
	width:220px;	
	float:right;
	background: #464853;
	background-color:rgba(0,0,0,0.1);	
	padding:1px;
	margin:11px;
	margin-right:0;
	margin-top:7px;
	border-radius: 4px;
	box-shadow: 3px 3px 10px #aaa;
}

.ebook > form, .content > form
{
	background: lightgrey;
	background-color:rgba(0,0,0,0.1);
	padding:33px;
	margin:0;
	border-radius: 4px;
	font-weight:600;
	margin-top:11px;
	padding-left:33px;
	
}

.ebook input, .content input, .content textarea{
	width:340px;
}



.ebook label, .content label{
	display:block;
}

.ebook button[type="submit"], .content button[type="submit"]{
	margin-top:11px;
	margin-right:196px;
	
}


.ebook-list img{
	width:190px;
	float:left;
	margin-right: 22px;
	vertical-align: top;		
	background: #464853;
	background-color:rgba(0,0,0,0.1);	
	margin-top:7px;
	border-radius: 4px;
	box-shadow: 3px 3px 10px #ccc;
}

.ebook-list{
	overflow:auto;
	margin:  22px 0 22px 0;
	background: #fff;
	background-color:rgba(255,255,255,1);
	padding:14px 22px;
	margin-right:0;
	border-radius: 4px;
	border-top: 2px solid #FFC627;
	padding-bottom:22px;
}

.ebook-list a, .home-ebook a{
	color: #1c75bc;
}

.ebook-list a:hover , .home-ebook a:hover{
	color: #000;

}

.ebook-list h5{
  margin-left:1.5em;
}


ul.blog-list{
  
 list-style:none;  
 padding:11px 22px;
 margin:0;
 font-size:0.85em;

}

ul.blog-list a{

 color:#000;
}


.home-ebook{
	margin:  0 0 22px 0;
	background: #fff;
	background-color:rgba(255,255,255,1);
	padding:14px 22px;
	margin-right:0;
	height: 202px;
	border-top: 2px solid #FFC627;
	padding-bottom:0;

}

img{
	border:0;
}


.home-ebook img{
	float:left;
	width:118px;
	margin-right:20px;
	margin-top:5px;
}

.home-ebook h2{
	font-size:1em;	
	
	font-weight:bold;	
	
}

.home-ebook p{
	font-size: 1em;
	margin-top:0.5em;
}

hr{
	border:0;
	border-bottom: 1px dotted grey;
	margin: 28px 0 22px 0;
	clear:both;
}

.download{
	--box-shadow: 3px 3px 10px #aaa;

	font-family: 'Open Sans', sans-serif;
	--background-color: #FFC627;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 0.8em;
	--padding: 6px 12px;
	color: #FFC627;
	border: 0;
	border-radius: 4px;
	margin-top: 4px;
	
}





.smaller {
	font-size:0.8em;
}



.link-bar {
  box-sizing:border-box;
	text-align:center;
	overflow:auto;
	margin-top:-35px;
	margin-bottom:35px;
	padding-bottom:1px;

}

.link-bar a{
	text-align:center;
	color:black;
	padding:4px 8px;
	line-height:2;	
	text-transform: uppercase;
	font-size:0.8em;
	border-right:1px dotted grey;
  background-color: #FFC627;
	white-space: nowrap;
}

.link-bar a:last-child{
	border-right:0;
} 

.link-bar a:hover{
	color:white;
} 

a.back-to-top{
	position:relative;
	display:block;
	float:right;
	color:grey;
	padding:2px 4px;
	line-height:2;	
	text-transform: uppercase;
	font-size:0.6em;
	background-color: #fff;
	top: -35px;
	border: 1px dotted grey;
}
a.back-to-top:hover{
	color:black;
}

/* tablet */
@media only screen and (max-width : 1140px){
	
	.triple-panel, .double-panel{
		width:495px;
		height:auto;

	}
	
	.double-panel{
		padding-bottom:0;
	}
	
	.home-ebook {
		height:232px;
		margin:0;
	}
	
	.home-ebook img{
		width: 160px;
		
	}
	.panel {
		box-sizing:content-box;
		width:494px;
	}
	
	ul.nav-hero {
		margin-top: 8px;
		margin-bottom: 0;
	}
}

/* smart phone */

@media only screen and (max-device-width : 1024px) {
	
	body{
		font-size:170%;
	}
	
	.triple-panel, .double-panel{
		width:100%;
		height: auto;
	}
	
	.logo{
		display:none;
	}
	
	.panel{
		font-size:1.6em;
		width:100%;
		height: auto;
	}
	
	.address{
		margin-bottom:0;	
	}
	.
	
	img{
		width:50%;
	}
	.header{
		height: auto;
		overflow: auto;	
	}
	
	ul.nav-main{
		margin-left:-22px;	
	}
	
	ul.nav-main > li{
		font-size:168%;
		display: block;
		-width:100%;
	}
	
	.left-col{
		right:300px;
		width:300px;
	}
	.right-col{
		display:none;
	}
	
	.row{
		padding-right:0;
		padding-left:300px;
	}
	
	.nav-hero{
		width:100%;
		float:none;
	}
	
	ul.nav-hero > li{
		overflow: auto;
		
	}
	
	ul.nav-hero > li > a{
		font-size:1.05em;
		display:block;
		width:auto;
		height:45px;
	}

}



