
* { 
	margin: 0; 
	padding: 0; 
}

/* #General Code
================================================== */

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

}
.title {
	display: block;
	width: 100%;
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
	text-transform: uppercase;
	border-bottom: 1px solid #dbdbdb;	
}
.container { 
	display: block;
	width: 100% !important; 
	max-width: 1170px !important;
}


/* #Header
================================================== */

header .header-top {
	display: block;
    width: 100%;
	border-top: 5px solid #444444  ;
}
header .header-top .container {
     position: relative;
}
header .header-top .top-link {
	position: absolute;
    top: 0px;
    right: 25px;
    height: 31px;
    width: 242px;
    text-align: center;
    background: url(../img/round.png) no-repeat top left;
}
header .header-top .top-link ul {
	list-style: none;
	font-size: 0px;
}
header .header-top .top-link ul li {
	display: inline-block;
	padding: 0 10px;
	margin: 4px 0;
	line-height: 16px;
	font-size: 12px;
    color: #ffffff;
}
header .header-top .top-link ul li a {
	color: #ffffff;
}
header .header-top .top-link ul li:hover > a {
	color: #134a88;
}
header .header-bottom {
	display: block;
	width: 100%;
}
header .header-bottom .logo {
	float: right;
    width: 40%;
	margin: 5px 0;
    text-align: right;
}
header .header-bottom .logo-vnet {
	float: right;
    width: 60%;
	margin: 5px 0;
}



/* #Main Container
================================================== */
.main-container {
	display: block;
	width: 100%; 
	height: auto;
	padding: 150px 0 0 0;
}



@media handheld, only screen and (max-width: 767px) {
    body {
        margin: 0;
    }
    .scrollable {
        height: auto;
        margin: 30px 0 0 0;
	}
    .scrollable-continue {
        height: auto;
        margin: 30px 0 0 0;
    }
    header {
		position: inherit;	
        margin: 0 0 30px 0;
	}
	.main-container {
		padding: 0;	
    }
    header .header-top .top-link {
        position: inherit;
        margin: 0 auto;
        top: auto;
        right: auto;
    }
    header .header-bottom .logo {
		float: none;
        width: 100%;
        margin: 15px 0 0 0;
		text-align: center;
    }
	header .header-bottom .logo-vnet {
		float: none;
        width: 100%;
		margin: 15px 0;
        text-align: center;
	    background: #ffffff;
    }
