@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,800,700,900);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
body, html {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: 'Open Sans';
	font-size: 14px;
	line-height: 2.2em;
	background: url("../assets/img/bg-content-right.jpg") repeat;
	letter-spacing: 0.3px;
}
.video-wrapper {
    position: relative;
    z-index: 9; 
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.video-wrapper iframe {
    position: absolute;
        z-index: 9; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.outline-video-wrapper {
	width: 50%;
	margin: 0 auto;
}

h1, h2, h3, h4, h5 {
	line-height: 1.0em;
}

ul {
	list-style: square;
}

aside {
	background: #3f3f3f;
	color: #fff;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	width: 290px;
	border-top: 4px solid #217cb1;
}

aside.scroll {
	overflow-y:scroll;
}

aside a {
	color: #fff;
	display: block;
	font-size: 12px;
	line-height: 22px;
	text-decoration: none;
}
aside ul li
{
	position: relative;
}
aside ul li::before {
	position: absolute;
	width: 100%;
	height: 1px;
	background: #000000;
	content: '';
	bottom: 0;
}
aside ul li::after {
	position: absolute;
	width: 100%;
	height: 1px;
	background: #2d2d2d;
	content: '';
	bottom: 1px;
}
aside > ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
aside > ul > li > a {
	padding: 0 25px;
	background: #191919;
  	font-weight: 400;
  	font-size: 15px;
  	line-height: 55px;
  	font-weight: 500;
}

aside ul > li ul {
	display: none;
}
aside > ul > li > a {
	padding: 0 25px;
}
aside > ul > li > a:hover
{
	color: #4cafe8;
}
aside ul > li.visible-item ul {
	display: block;
	margin: 0;
	padding: 0 0 30px 0;
	background: #151515;
}
aside ul > li.visible-item ul li::before, aside ul > li.visible-item ul li::after
{
	display: none;
}
aside ul > li.visible-item ul li
{
	list-style: none;
}
aside ul > li.visible-item ul li a
{
	position: relative;
	padding: 0 25px 0 40px !important;
	line-height: 40px;
	color: #999999;
	font-size: 14px;
	font-weight: 500;
}
aside ul > li.visible-item ul li a::before
{
	content: '-';
	position: absolute;
	left: 25px;
}
aside ul > li.visible-item > a {
	background: #151515;
	color: #4cafe8;
}

.container {
	padding: 27px 49px 20px 321px;
}

iframe {
	display: block;
	margin: 0 auto;
}

figure {
	background-color: #fcfcfc;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 1px solid #f1f1f1;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	padding: 20px;
	text-align: center;
}

figure figcaption {
	color: #666;
	display: block;
	margin: 0 auto;
	width: 40%;
}

.right {
	float: right;
	margin: 30px 0 0 50px;
	max-width: 100%;
}

h1 {
	font-size: 35px;
	font-family: "Raleway";
	font-weight: 800;
	margin: 0 0 30px 0;
	padding: 0;
}

h2 {
	font-size: 24px;
	font-family: "Raleway";
	font-weight: 700;
	margin: 0 0 30px 0;
	padding: 0;
	color: #242424;
}

h3 {
	font-size: 20px;
	font-family: "Raleway";
	font-weight: 800;
	margin: 0 0 30px 0;
	padding: 0;
	color: #242424;
}

h4 {
	font-size: 24px;
	font-family: "Raleway";
	font-weight: 800;
	margin: 0 0 30px 0;
	padding: 0;
}

h5 {
	padding-top: 10px;
	font-size: 14px;
	text-transform: uppercase;
}
.marginbt30
{
	margin: 0 0 30px 0;
}
.marginbt50
{
	margin: 0 0 50px 0;
}
.margintp30
{
	margin: 10px 0 0 0;
}
.logo
{
	padding: 40px 0;
	background: #202020;
}
.logo img
{
	display: block;
	margin: 0 auto;
}
section{
	padding: 50px 0;
	position: relative;
}
section::before
{
	width: 100%;
	height: 1px;
	background: #cfcfcf;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
}
section::after
{
	width: 100%;
	height: 1px;
	background: #fff;
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
}
section ul
{
	margin: 0;
	padding: 0;
}
section ul.style1 li
{
  	font-weight: 400;
	color: #242424;
	font-size: 16px;
	list-style: none;
}
section ul.style2 li
{
	color: #666666;
  	font-weight: 400;
  	font-size: 15px;
  	list-style: none;
  	text-indent: 35px;
}
section p
{
	margin: 0;
	color: #666666;
  	font-weight: 400;
  	font-size: 15px;
}
section p.head
{
	font-size: 24px;
	font-family: "Raleway";
	font-weight: 800;
	margin: 0 0 30px 0;
	padding: 0;
	color: #242424;
}
section img
{
	display: block;
}
section h2.hidden
{
	height: 0;
	opacity: 0;
	padding: 0;
	margin: 0;
}
@media(max-width: 1400px)
{
	aside.scroll {
		overflow-y:scroll;
	}
}


.smart-images{
	width:100%;
}
.smart-images img{
width:100%
}
.more-theme{position:fixed; right:0px; top:20px; background-image:url(../assets/img/icon.png) !important; background-repeat:no-repeat; background-position:10px center; background-color:#729c29; color:#fff; padding:10px 10px 10px 35px; box-shadow:-6.772px 8.668px 16px 0 rgba(28, 30, 35, 0.15); z-index:2; display:block;}
.more-theme:hover{background-color:#83b231; text-decoration:none;}


a.lightbox.lightbox1{
	font-weight: 600;
}