@charset "UTF-8";
* {
	margin: 0;
	padding: 0;	
	font-family: 'Roboto', sans-serif;
}

body {
	background-color: #F8F8F1;
	background-image: url(/adv/_img/bg2.png);
	width:100%; 
	height:100%;
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-size: 23px;
	line-height: 29px;
	color: #333333;
}

body { /* IOS page orientation change resize issue*/
-webkit-text-size-adjust: none ; }

header, nav, aside, footer, main {
	display: block;	
}

img {border: 0px;}

h1  {
	font-size: 45px;
	line-height: 55px;
	font-weight: normal;
	padding: 0px 0px 30px 0px;
	color: #1762AC;
	display: block;
}

h2  {
	font-size: 27px;
	font-weight: normal;
	padding: 30px 0 10px 0px;
}

h3  {
	font-size: 21px;
	font-weight: bold;
	padding: 20px 0 20px 0px;
	line-height: 23px;
}

p {
	padding-bottom: 25px;
}

li  {
line-height: 25px;
}

ul {
	padding: 0 0 25px 30px;
}

ul li {
	padding: 0px 0 20px 0;
}

ol {
	padding: 0 0 15px 30px;
}

ol li {
	padding: 0;
}

.kk-nowrap {white-space: nowrap;}

.kk-center {text-align: center;}

.kk-left {text-align: left;}

.kk-right {text-align: right;}

.kk-img-700 {
	max-width:700px; 
	width:100%; 	
}

a:link {color: #1762AC;}
a:visited {color: #1762AC;}
a:active {color: #7B2A29;}
a:hover {color: #7B2A29;}


.kk-container {
	width: 1200px;
	margin: 0px auto 0px;
	background-color: #FAF9EC;
	/* background-image: url("_img/bottom.png"); */
	background-position: right bottom;
	background-repeat: no-repeat;
}

.kk-content {
	padding: 20px 150px 80px 200px;
}

@media only screen and (max-width: 1200px) {
	
.kk-container {
	width: 100%;
	margin: 0px auto 0px;
	background-color: #FAF9EC;
	/* background-image: url("_img/bottom.png"); */
	background-position: right bottom;
	background-repeat: no-repeat;
}

.kk-content {
	padding: 30px 70px 80px 70px; 
}	
	
}
	
@media only screen and (max-width: 500px) {
	
.kk-container {
	width: 100%;
	margin: 0px auto 0px;
	background-color: #FAF9EC;
	/* background-image: url("_img/bottom.png"); */
	background-position: right bottom;
	background-repeat: no-repeat;
}

.kk-content {
	padding: 20px 5% 80px 10%;
}	
	
h1  {
	font-size: 33px;
	line-height: 35px;
	font-weight: normal;
	padding: 0px 0px 20px 0px;
	color: #1762AC;
	display: block;
}	
	
}	
	
