
/*******************************
HEADER
*******************************/
.header{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;	
}

.header .contents{
	padding:10px 0px 10px 0px;
	margin:0px 10px 0px 10px;
}

.header .contents .logo{
	display:block;
	width:81px;
	height:17px;
	background-position:-354px -0px;
	overflow:hidden;
	text-indent:-10000px;
}

/*********** NAV ICON ***********/
.header .nav_icon{
	display:block;
}

/*********** NAV ***********/

.header .nav{
	position:fixed;
	width:170px;
	right:-170px;
	top:35px;	
	bottom:0px;
	background:#11294f;	
	margin:0px;
	overflow:hidden;
	text-align:right;
	
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.header.expanded .nav{
	right:0px;
}

.header .nav > li{
	float:none;
	border-left:none;
	border-bottom:1px solid rgba(255,255,255,0.3);
}

.header .nav > li > ul{
	position:static;
	padding:0px;
	display:block;
	width:auto;
}

.header .nav > li > ul li{
	background:none;	
}


.header .nav li a{
	padding:10px;
}


/*******************************
PAGINATION
*******************************/
.pagination{
	display:none;
}


/*******************************
SECTIONS
*******************************/

.sections .section{
	height:auto !important;
	text-align:center;
}

/*********** BG ***********/
.sections .section .bg{
	padding-bottom:0px;
	top:0px !important;
}

/*********** CONTENTS ***********/

.sections .section .contents .ico.next_section{
	margin-left:auto;
	margin-right:auto;
}

.sections .section .contents .bar{
	margin:auto;
}

/*********** 2 COL ***********/

.sections .section .contents.two_col{
	max-width:800px;
	padding:30px;	
	margin:auto;
}

.sections .section .contents.two_col .payload .col.left{
	float:none;
	width:auto;
	padding:0px;
	margin-bottom:30px;
}

.sections .section .contents.two_col .payload .col.right{
	float:none;
	width:auto;
	padding:0px;
}

.sections .section .contents.two_col .payload .col.left h2 br{
	display:none;
}


/******************footer**************/

.sections .section.footer .terms li{
	display: block;
	margin:10px auto 10px auto;
	border:none !important;
}

.sections .section.footer .contents{
	padding:20px 0px 30px 0px;
}

