@import 'reset.css';

body {background:#fff;font-family:"Helvetica Neue","Arial",sans-serif; color: #333;line-height: 20px;}
h1, h2, h3, h4, h5, h6 { color: #252c44;font-family: Helvetica Neue, Arial; font-weight: normal;line-height: 1.3em;}
h3 { 
	border-bottom: 1px solid #ededed;
	font-size: 36px;
	margin-top: 20px;
	padding-bottom: 25px;
	margin-bottom: 20px;
}
video{
	max-width: 100%;
	height: auto;
}
h4{color: #6778af;margin: 20px 0 20px 0;font-size: 26px;}
iframe,
embed,
object {
	max-width: 100%;
}
li{
	list-style: circle;
	line-height: 1.8em;
}
h6{ 
	font-size: 18px;
    margin-top: 10px;
    padding-bottom: 15px;
    margin-bottom: 10px;
    color: #6778af;
    font-weight: normal;	
}
h5{
	font-size: 16px;
    color: #6778af;
    margin-bottom: 20px;
}
.like{
color:#6778af;
}
pre{
	background: #f5f5f5;
    padding: 30px;
    margin: 20px 0;
}
#nice{
  background-color: #FFF ;
  border: 1px solid #ccc ;
  width:900px;
  height:100px;
  overflow: auto;
}

.nota{
	background: #FBFBD5;
	padding: 30px 0 30px 30px;
	color: #333;
	font-size: 13px;
	  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.nota1{
	background: #6778af;
	padding: 5px 0 5px 5px;
	color: #333;
	font-size: 13px;
}
.nota2{
	background: rgba(38,173,228,.15);
	padding: 25px 0 25px 25px;
	color: #333;
	font-size: 16px;
	line-height: 1.5em;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.nota2 p, .nota2 li{color: #333;}
.nota3{
	background: #ff0000;
	padding: 25px 0 25px 25px;
	color: #fff;
	font-size: 16px;
	line-height: 1.5em;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.toph{
	font-weight: normal;
	font-size: 20px;
	line-height: 32px;
	color: #535454;
	float: left;
	margin-top: 20px;
}
.intro{
	background: url(../img/intro.png) no-repeat center left;
	padding-left: 20px;
}
p{
	font-family: Helvetica Neue, Arial;
	font-size: 14px;
	color: #2f2f2f;
}
llist{
	margin: 15px 0;
}
a{
	color: #6778af;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
.left{
	width: 30%;
	position: relative;
	float: left;
}
.right{
	width: 64%;
	position: relative;
	float: left;
}

.topbar{
	height: 5px;
	background: #333;
	position: fixed;
	width: 100%;
	z-index: 99999999;
}
.version{
	font-size: 14px;
	background: #ededed;
	padding: 5px;
	position: relative;
	top: -15px;
	left: 5px;
}
.topbargreen .bordergreen{
	width: 10%;
	background: #6778af;
	top: 0;
	position: fixed;
	height: 5px;
	left: 240px;
}
.small{
	width: 47%;
	position: relative;
	float: left;
}
.videof{
	width: 50%;
	position: relative;
	float: left;
	margin-left: 10px;
}
.toplink{
	position: relative;
	float: right;
	right: 0;
	color: #444 !important;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 18px;
	text-decoration: none;
	background: #ededed;
	padding: 2px 4px;
}
blockquote{
	color: #333;
    font-size: 12px;
    font-style: italic;
    margin: 0 0 0 5px;
    padding: 8px 25px 5px 40px;
}
#header-wrap {
	width: 95%;
}
#header{
	padding: 10px;
	width: 100%;
	padding-bottom: 0;
	height: auto;
	float: left;
}
#header h1{
	margin: 0;
	position: relative;
	float: left;
	padding-bottom: 32px;
	font-size: 44px;
	width: 100%;
	top: 16px;
	font-weight: bold;
}
.color_logo{
	color: #6778af;	
}
#header .textheader{
	height: auto;
	position: relative;
	float: left;
	padding: 0;
	text-align: left;
}
#header .textheader h5{
	font-size: 16px;
	color: #333;
	position: relative;
	top: 25px;
	left: 5px;
}
#header .textheader p{
	line-height: 17px;
}

.tableofcontents{
	position: fixed;
	left: 0;
	width: 300px;
	height: 100%;
	min-height: 100%;
	z-index: 100;
	background: #333;
}
.tableofcontents .menu{
	position: relative;
	float: left;
	height: auto;
	margin: 0;
	text-transform: capitalize;
	background: #333;
}
.menu li{
	height: auto;
	width: 100%;
	position: relative;
	float: left;
	margin: 0;
	
}
.menu li a{
	height:auto;
	font-size: 14px;
	width: 96.4%;
	padding: 6px 0 6px 10px;
	position: relative;
	float: left;
	display: block;
	border-top: 1px solid #464646;
	background: rgb(39, 39, 39);
	-webkit-transition: 0.2s all ease;
	-moz-transition: 0.2s all ease;
	transition: 0.2s all ease;
}
.menu li.needhelp{
	background: #444;
	color: #fff;
	padding: 10px 10px; 
	width: auto;
	font-size: 18px;
	width: 90%;
}
.menu li.needhelp a{
	border: none !important;
	font-size: 13px;
	color: #fff !important;
}
.menu li a:link, .menu li a:visited{
	color: #fff;
	text-decoration:none;
	background: #333;
}
.menu li a:hover, .menu li.active a{
	background:#6778af;
	color:#fff;
}
.menu .av, .structure .av{
	margin-top: 0; 
	margin-right: 20px; 
	margin-bottom: 0; 
	margin-left: 0; 
}
.structure .av{
	margin-top: 0; 
	margin-right: 20px; 
	margin-bottom: 0; 
	margin-left: 30px; 
}
.content-c{position: absolute;right: 18px;left: 350px;padding-bottom: 800px;min-height: 100%;height: auto;z-index: 1;margin-top: 40px;}
.copyrights{
	position: relative;
	float: left;
	text-align: left;
	top: 30px;
	width: 100%;
}
.videos-box{
	width: 100%;
	border-top: 1px solid #ededed;
	padding: 50px 0 20px 0;
	position: relative;
	float: left;
	left: 10px;
	margin-top: 25px;
}
.videos-box .box-left, .videos-box .box-center, .videos-box .box-center{width: 45%;position: relative;float: left;}

.video-time{color: #ccc; font-size: 0.8em;}

.copyrights p{
	line-height: 20px;
	font-size: 14px;
}
.copyrights ul.contact{
	position: relative;
	float: left;
	padding-top: 20px;
}

.copyrights ul.contact li{
	position: relative;
	float: left;
	margin-right: 10px;
	padding: 0;
	text-align: inherit;
}

/*MainContent*/
#maincontent{
	width: 98%;
	margin: 10px;
	position: relative;
	float: left;
	background: #fff;
	top: 0;
}
#maincontent .section{
	position: relative;
	float: left;
	margin: 80px 0 80px 0;
	width: 100%;
}
#maincontent img{
	border: none;
max-width: 100%;
height: auto;
border: 10px solid #22252d;
}

#maincontent p{
	padding: 5px 0 0 2px;
	line-height: 26px;
	font-size: 15px;
}
#maincontent .backtop{
	margin: 10px 0 20px 0;
}
.padding-box{
	padding: 30px;
	background: #f0f1f3;
}
#maincontent li{
	font-size: 14px;
	padding-bottom: 3px;
	color: #333;
	margin-left: 20px;
	line-height: 25px;
}
#maincontent .nota2 li{list-style-type: none;}
/* Maincontent
---------------*/
#content-wrap { }

/* Mainmenu
---------------*/
#mainmenu { padding: 10px; color: #FFF; list-style-type: none; }
#mainmenu a { color: #FFF; }
/* contact
---------------*/
#contact { padding: 10px; list-style-type: none; }
#contact a { color: #1B528B; text-decoration: none; }