/* CSS Document */
html {
    margin:0px;
    padding:0px;
}

body{
	margin: 0px;
	padding: 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color:#373737;
	-webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
	background-color:#646464;

	/*font-family: 'TitilliumText25L800wt', Arial, sans-serif;
	font-family: 'TitilliumText25L600wt', Arial, sans-serif;
	font-family: 'TitilliumText25L400wt', Arial, sans-serif;
	font-family: 'TitilliumText25L250wt', Arial, sans-serif;
	font-family: 'TitilliumText25L1wt', Arial, sans-serif;
	font-family: 'TitilliumText25L999wt', Arial, sans-serif;*/
}

.clear { 
	clear: both; background: none; float:none;
}

a img{ 
	border:none;
}

img{ 
	border:none;
	padding:0px;
	margin:0px;
	max-width: 100%;
}

div{
	border:none;
	padding:0px;
	margin:0px;
}

/* MAIN LAYOUT */
.main-wrapper{
	background-color:#ffffff;
}
.header-wrapper{}
.header-top-wrapper{
	background-color:#646464;
}
.submenu-wrapper{
	background-color:#F0F0F0;
}
.content-wrapper{
	background-image:url(/wp-content/themes/lux_avera_v3/images/avera-logo-bg.svg);
	background-repeat:no-repeat;
	background-position:right 30px;
	background-size:500px 250px;
}
.no-svg .content-wrapper{
	background-image:url(/wp-content/themes/lux_avera_v3/images/avera-logo-bg.png);
}
.heading-wrapper{
	background-color:#F0F0F0;
}
.sitemap-wrapper{
	background-color:#646464;
}	
.footer-wrapper{
	background-color:#646464;
}
.box-frame{
	width:960px;
}

/***********************************

		HEADER

***********************************/
#header{
	height:100px;
	position:relative;
}

/* LOGO */
#header #logo{
	width:240px;
	height:70px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	overflow:hidden;
	position:absolute;
	top:15px; left:15px;
	z-index:10;
}
#header #logo a{
	width:240px;
	height:70px;
	display:block;
	text-decoration:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-image:url(/wp-content/themes/lux_avera_v3/images/avera-logo.svg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:240px 70px;
}
#header #logo a:hover{
	text-decoration:none;
}
.no-svg #header #logo a{
	background-image:url(/wp-content/themes/lux_avera_v3/images/avera-logo.png);
}
        
/* MAIN MENU */
#main-menu-box{
	width:640px;
	height:70px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	z-index:10;
	position:absolute;
	top:15px; right:0px;
}
.navbar-ex1-collapse{
	display: block !important;
}
#sub-menu-box{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

/*********************************** 

			CONTENT 

***********************************/	

	
/***********************************

		COMMON LAYOUT STYLES

***********************************/
/* VERTICAL LINES */
.row.vert-lines{
	position:relative;
}
.vert-line-33,
.vert-line-66,
.vert-line-25,
.vert-line-50,
.vert-line-75{
	width:1px; height:auto;
	position:absolute;
	top:15px;
	bottom:15px;
	background-color:#dddddd;
}
.vert-line-33{
	left:33.3333333333%;
}
.vert-line-66{
	left:66.6666666666%;
}
.vert-line-25{
	left:25%;
}
.vert-line-50{
	left:50%;
}
.vert-line-75{
	left:75%;
}
/* HORIZONTAL LINE */
.hori-line-bottom{
	border-bottom: 1px solid #dddddd;
}
.hori-line-top{
	border-top: 1px solid #dddddd;
}

/* COMMON */
.col-row{
	padding-top: 15px;
	padding-bottom: 0px;
}
.col-block{
	padding-top: 0px;
	padding-bottom: 15px;
}

.content-box{
	margin: 0px;
	padding: 15px;
	position:relative;}