@charset "utf-8";
:focus {outline:none;}
input[type=text]:focus,
input[type=password]:focus, textarea:focus {outline: 0 none;}
body, html{height:100%;min-height:100%;font-weight:normal;font-style:normal;}
input, textarea, select {-webkit-appearance:none;}
input, textarea, select {-webkit-border-radius:0;border-radius:0;}
body, nav, ul, li, a {margin:0;padding:0;}

body {
	font-weight: normal;
	font-style: normal;
	background-color: #f8f8f8;
}
/* ---------- ---------- ---------- ---------- ---------- ---------- ---------- ---------- ---------- ---------- HEADER */
#header, #header-u, #header-fixed, #navigation, #header-lang {
	-o-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -khtml-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
#header {
	position: fixed;
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
	background-color: #f8f8f8;
	width: 100%;
	height: 48px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	display: block;
	text-align: left;
	z-index: 100;
	}
#header-u {
	position: relative;
	max-width: 990px;
	height: 48px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	display: block;
	z-index: 1;
	}
#navigation {
	position: absolute;
	width: auto;
	height: 48px;
	top: 0px;
	left: 0px;
    font-family: 'latobold', sans-serif;
	font-size: 18px;
	line-height: 48px;
	list-style-type: none;
	text-decoration: none;
	text-align: left;
	display: inline;
	z-index: 1;
	}
#navigation > a.nav-link {
	width: auto;
	height: 48px;
	margin: 0px;
	padding-left: 12px;
	padding-right: 12px;
	color: #004ea9;
	background-color: #f8f8f8;
	text-decoration: none;
	display: inline-block;
	-o-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -khtml-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
#navigation > a.nav-link.active {
	color: #FFF;
	background-color: #004ea9;
}
#navigation > a.nav-link:hover {
	color: #FFF;
	background-color: #004ea9;
}
#navigation > a.nav-link:active {
	color: #FFF;
	background-color: #004ea9;
}	
#header-lang {
	position: absolute;
	width: 96px;
	height: 48px;
	top: 0px;
	right: 0px;
	text-align: center;
	z-index: 1;
	}
.tblWidth100 {
	width: 100%;
	border-spacing: 0px;
	vertical-align: top;
	}
.tblWidth90 {
	width: 90%;
	border-spacing: 0px;
    margin-left: auto;
    margin-right: auto;
	vertical-align: top;
	}
.col-01 {
	width: 50%;
	height: 48px;
	text-align: center;
	vertical-align: middle;
	}
.txt-01 {
    font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	line-height: 46px;
	color: #616161;
	text-align: center;
	text-decoration: none;
	}
.class-01 a:link {
    font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	line-height: 46px;
	color: #004ea9;
	text-align: center;
	text-decoration: none;
	-o-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -khtml-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
	}
.class-01 a:visited {
    font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	line-height: 46px;
	color: #004ea9;
	text-align: center;
	text-decoration: none;
	-o-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -khtml-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
	}
.class-01 a:active {
    font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	line-height: 46px;
	color: #004ea9;
	text-align: center;
	text-decoration: none;
	-o-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -khtml-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
	}
.class-01 a:hover {
    font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	line-height: 46px;
	color: #616161;
	text-align: center;
	text-decoration: none;
	-o-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -khtml-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
	}
#HEADERm {
	position: fixed;
	background-color: #f8f8f8;
	width: 100%;
	height: 50px;
	top: 0px;
	display: none;
	text-align: center;
	z-index: 15;
	}
#HEADER-U {
	position: relative;
	max-width: 100%;
	height: 50px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	display:block; 
	}
#MENU-BUTTON {
	position: absolute;
	width: 32px;
	height: 25px;
	top: 12px;
	right: 20px;
	text-align: center;
	text-decoration: none;
	display: block;
	opacity: 1;
	}
#MENU-BUTTON-01 {
	position:absolute;
	width: 32px;
	height: 5px;
	top: 0px;
	right: 0px;
	background-color: #004ea9;
	}
#MENU-BUTTON-02 {
	position:absolute;
	width: 32px;
	height: 5px;
	top: 10px;
	right: 0px;
	background-color: #004ea9;
	}
#MENU-BUTTON-03 {
	position:absolute;
	width: 32px;
	height: 5px;
	top: 20px;
	right: 0px;
	background-color: #004ea9;
	}
#popupMenu{display:none;position:fixed;top:0px;right:-1024px;width:100%;height:100%;background-color:#004ea9;z-index:99999;}
#popupCloseMenu{position:absolute;display:block;cursor:pointer;left:auto;right:20px;top:16px;width:26px;height:25px;z-index:502;}
.IMG-CLOSE{width:26px;height:25px;border:none;}
#popupCenterMenu{position:relative;margin-top:75px;margin-left:auto;margin-right:auto;width:190px;min-height:300px;display:block;text-align:center;float:none;}
#back_faderMOB{display:none;bottom:0;left:0;overflow-x:auto;overflow-y:scroll;position:fixed;right:0;top:0;z-index:96;cursor:pointer;}
.col-MENU-01{height: 5px;}
.col-MENU-02{text-align:left;vertical-align:top;}
.txt-MENU-01{font-family: 'latoregular', sans-serif;font-size:20px;line-height:20px;color:#00e0c8;text-align:left;text-decoration:none;}
.txt-MENU-02{font-family: 'latoregular', sans-serif;font-size:20px;line-height:20px;color:#00e0c8;text-align:left;text-decoration:none;}
.CLASS-MENU-01 a:link{font-family: 'latoregular', sans-serif;font-size:24px;line-height:24px;color:#FFF;text-align:left;text-decoration:none;}
.CLASS-MENU-01 a:visited{font-family: 'latoregular', sans-serif;font-size:24px;line-height:24px;color:#FFF;text-align:left;text-decoration:none;}
.CLASS-MENU-01 a:active{font-family: 'latoregular', sans-serif;font-size:24px;line-height:24px;color:#FFF;text-align:left;text-decoration:none;}
.CLASS-MENU-01 a:hover{font-family: 'latoregular', sans-serif;font-size:24px;line-height:24px;color:#FFF;text-align:left;text-decoration:none;}
.CLASS-MENU-02 a:link{font-family: 'latoregular', sans-serif;font-size:20px;line-height:20px;color:#FFF;text-align:left;text-decoration:none;}
.CLASS-MENU-02 a:visited{font-family: 'latoregular', sans-serif;font-size:20px;line-height:20px;color:#FFF;text-align:left;text-decoration:none;}
.CLASS-MENU-02 a:active{font-family: 'latoregular', sans-serif;font-size:20px;line-height:20px;color:#FFF;text-align:left;text-decoration:none;}
.CLASS-MENU-02 a:hover{font-family: 'latoregular', sans-serif;font-size:20px;line-height:20px;color:#FFF;text-align:left;text-decoration:none;}

#header-fixed {
	position: relative;
	width: 100%;
	height: 48px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	display: block;
	text-align: center;
	z-index: 1;
	}
/* ---------- ---------- ---------- ---------- ---------- ---------- ---------- ---------- ---------- ---------- MAIN */	
.section {
	position: relative;
	}
#section1, #section2, #section3, #section4, #section5, #section6, #section7, #section8, #section9, #section10, #section11, #section13, #sectionF {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	display: block;
	overflow: hidden;
	z-index: 1;
	}
#section1 {
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
	z-index: 10;
}
#section2 {
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
	z-index: 9;
}
#section3 {
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
	z-index: 8;
}
#section4 {
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
	z-index: 7;
}
#section5 {
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
	z-index: 6;
}
#section6, #section7, #section8 {
	z-index: 5;
}
#section9 {
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
	z-index: 4;
}
#section10 {
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
	z-index: 3;
}
#section11 {
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
	z-index: 2;
}
#section13 {
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 15px rgba(0,0,0,0.25);
	z-index: 1;
}
.section1Bg, .section2Bg, .section3Bg, .section4Bg, .section5Bg, .section6Bg, .section7Bg, .section8Bg, .section9Bg, .section10Bg, .section11Bg, .section13Bg, .sectionFBg {
	position: relative;
	width: 100%;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	display: block;
	overflow: hidden;
	z-index: 1;
	}
.section7Bg, .section8Bg, .section9Bg {
	background-color: #f8f8f8;
	}
.section1Container, .section2Container, .section3Container, .section4Container, .section5Container, .section6Container, .section7Container, .section8Container, .section9Container, .section10Container, .section11Container, .section13Container, .sectionFContainer {
	position: relative;
	max-width: 1280px;
	height: 100%;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	display: block;
	overflow: hidden;
	z-index: 1;
	}
	
.col-01E-C {
	text-align: center;
	vertical-align: top;
	}
.col-01E-L {
	text-align: left;
	vertical-align: top;
	}
.col-01E-R {
	text-align: right;
	vertical-align: top;
	}
.col-01E-LE {
	height: 0px;
	}
.col-02E {
	height: 2px;
	}	
.col-03E {
	height: 280px;
	}	
.col-04E {
	height: 20px;
	}
.col-05E {
	height: 20px;
	}	
.col-06E {
	height: 8px;
	}
.col-07E {
	text-align: left;
	vertical-align: top;
	width: 256px;
	}
.col-08E {
	width: 24px;
	}	
.col-09E {
	width: 80px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;	
	}
.col-010E {
	height: 28px;
	}		
.col-011E {
	text-align: center;
	vertical-align: middle;
	height: 240px;
	}	
.col-012E {
	height: 20px;
	}
.col-013E {
	height: 130px;
	}
.col-014E {
	height: 1px;
	text-align: left;
	vertical-align: top;
	}
.txt-01-header {
    font-family: 'latoregular', sans-serif;
	font-size: 27px;
	line-height: 48px;
	color: #616161;
	text-align: left;
	text-decoration: none;
	}
.txt-02-header {
    font-family: 'latoregular', sans-serif;
	font-size: 52px;
	line-height: 48px;
	color: #616161;
	text-align: left;
	text-decoration: none;
	}
.txt-03-header {
    font-family: 'latoregular', sans-serif;
	font-size: 22px;
	line-height: 27px;
	color: #616161;
	text-align: left;
	text-decoration: none;
	}
.txt-big {
    font-family: 'latoblack', sans-serif;
	font-size: 100px;
	line-height: 100px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	}	
.txt-00-gray {
    font-family: 'latoblack', sans-serif;
	font-size: 33px;
	line-height: 40px;
	color: #616161;
	text-decoration: none;
	}	
.txt-00-blue {
	color: #004ea9;
	}
.txt-00-white {
    font-family: 'latoblack', sans-serif;
	font-size: 33px;
	line-height: 40px;
	color: #FFF;
	text-decoration: none;
	}	
.txt-00-lightblue {
	color: #00e0c8;
	}
.txt-01-blue {
    font-family: 'latobold', sans-serif;
	font-size: 33px;
	line-height: 40px;
	color: #004ea9;
	text-decoration: none;
	}
.txt-01-blue-I {
    font-family: 'latobold_italic', sans-serif;
	font-size: 33px;
	line-height: 40px;
	color: #FFF;
	text-decoration: none;
	}
.txt-01-blue-sl {
    font-family: 'latobold', sans-serif;
	font-size: 33px;
	line-height: 33px;
	color: #004ea9;
	text-decoration: none;
	}	
.txt-02-blue {
    font-family: 'latoregular', sans-serif;
	font-size: 22px;
	line-height: 27px;
	color: #004ea9;
	text-decoration: none;
	}	
.txt-02-white {
    font-family: 'latoregular', sans-serif;
	font-size: 22px;
	line-height: 27px;
	color: #FFF;
	text-decoration: none;
	}		
.txt-03-white {
    font-family: 'latoregular', sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #FFF;
	text-decoration: none;
	}			
.txt-03-blue {
    font-family: 'latoregular', sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #004ea9;
	text-decoration: none;
	}		
.txt-03-white-B {
	font-family: 'latobold', sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #FFF;
	text-decoration: none;
	}		
.txt-03-white-I {
	font-family: 'latoitalic', sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #FFF;
	text-decoration: none;
	}			
.txt-03-gray-ul {
	font-family: 'latoregular', sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #616161;
	text-decoration: none;
	list-style-position: inside;
	}
.txt-03-gray {
    font-family: 'latoregular', sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #616161;
	text-decoration: none;
	}
.txt-03-gray-I {
    font-family: 'latoitalic', sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #616161;
	text-decoration: none;
	}
.txt-03-blue-BI {
    font-family: 'latobold_italic', sans-serif;
	color: #004ea9;
	}
.class-txt-03-blue-BI a:link {
    font-family: 'latoblack', sans-serif;
	color: #004ea9;
	text-decoration: none;
	}
.class-txt-03-blue-BI a:visited {
    font-family: 'latoblack', sans-serif;
	color: #004ea9;
	text-decoration: none;
	}
.class-txt-03-blue-BI a:active {
    font-family: 'latoblack', sans-serif;
	color: #004ea9;
	text-decoration: none;
	}
.class-txt-03-blue-BI a:hover {
    font-family: 'latoblack', sans-serif;
	color: #616161;
	text-decoration: none;
	}
.img-line {
	width: 215px;
	height: 1px;
	opacity: 1;
	border: none;
	-o-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -khtml-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
	}
ul {
    margin-left: 0;
	padding-left: 18px;
	list-style-position: outside;
	}
/* ---------- ---------- ---------- ---------- ---------- ---------- ---------- ---------- ---------- ---------- SECTION 1 */
.section1Bg {
	background-image: url(img/bg01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
	min-height: 493px;
	}
#section1Container {
	max-width: 100%;
	background-image: url(img/alan.png);
	background-repeat: no-repeat;
	background-position: 50px center;
	background-size: cover;
	}
.animatesection1Container {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	}
@-webkit-keyframes mymove02 {
	0%{background-position: 50px center}
	100%{background-position: center center}
}
@keyframes mymove02 {
	0%{background-position: 50px center}
	100%{background-position: center center}
}
.section1Container-right-01 {
	-webkit-animation-name: mymove02;
	animation-name: mymove02;
	}
#section1Content {
	position: relative;
	width: 100%;
	min-height: 493px;
	margin-top: 0px;
	margin-left: 10%;
	margin-right: auto;
	margin-bottom: 0px;
	top: 160px;
	display: block;
	opacity: 0;
	overflow: hidden;
	}
.animatesection1Content {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	}
@-webkit-keyframes mymove01 {
	0%{margin-left:10%;opacity: 0}
	100%{margin-left:20%;opacity: 1}
}
@keyframes mymove01 {
	0%{margin-left:10%;opacity: 0}
	100%{margin-left:20%;opacity: 1}
}
.section1Content-right-01 {
	-webkit-animation-name: mymove01;
	animation-name: mymove01;
	}
#section1mContent {
	position: relative;
	width: 280px;
	min-height: 200px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	top: 55px;
	display: none;
	opacity: 0;
	overflow: hidden;
	}
/* ---------- ---------- ---------- ---------- ---------- ---------- ---------- ---------- ---------- ---------- SECTION 2 */	
.section2Bg {
	background-color: #f8f8f8;
	min-height: 200px;
	}
.section2Container {
	max-width: 1000px;
	}
.section21, .section22, .section23, .section24 {
	position: relative;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 178px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	top: 0px;
	width: 250px;
	height: 225px;
	display: block;
	text-align: center;
	float: left;
	}
.section21 {
	background-image: url(img/info-01.png);
	}
.section22 {
	background-image: url(img/info-02.png);
	}	
.section23 {
	background-image: url(img/info-03.png);
	margin-bottom: 0px;
	}
.section24 {
	background-image: url(img/info-04.png);
	margin-bottom: 0px;
	}
/* ---------- ---------- ---------- ---------- ---------- ---------- ---------- ---------- ---------- ---------- SECTION 3 */
.section3Bg{
	background-color: #004ea9;
	min-height: 850px;
	}
.section3Container {
	max-width: 960px;
	}
.section30Content {
	position: relative;
	margin-top: 48px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 28px;
	display: block;
	}
.section3Content {
	position: relative;
	width: 100%;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 48px;
	display: block;
	}
/* ---------- ---------- ---------- ---------- ---------- ---------- ---------- ---------- ---------- ---------- SECTION 13 */
.section13Bg{
	background-color: #004ea9;
	min-height: 50px;
	}
.section13Container {
	max-width: 960px;
	}
.section130Content {
	position: relative;
	margin-top: 48px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 48px;
	display: block;
	}

.col-01E-new-C{text-align:center;vertical-align:top;}
.txt-00-new-white{font-family:'latoregular', sans-serif;font-size:33px;line-height:40px;color:#FFF;text-decoration:none;}
.class-txt-00-new-lightblue a:link{font-family:'latobold', sans-serif;color:#00e0c8;text-decoration:none;}
.class-txt-00-new-lightblue a:visited{font-family:'latobold', sans-serif;color:#00e0c8;text-decoration:none;}
.class-txt-00-new-lightblue a:active{font-family:'latobold', sans-serif;color:#00e0c8;text-decoration:none;}
.class-txt-00-new-lightblue a:hover{font-family:'latobold', sans-serif;color:#00e0c8;text-decoration: underline;}
/* ---------- ---------- ---------- ---------- ---------- ---------- ---------- ---------- ---------- ---------- SECTION 4 */	
.section4Bg{
	background-color: #f8f8f8;
	min-height: 760px;
	}
.section4Container {
	max-width: 960px;
	}
.section40Content, .section41Content, .section42Content {
	position: relative;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	width: 100%;
	min-height: 25px;
	display: block;
	}
.section421, .section422, .section423 {
	position: relative;
	background-image: url(img/krug.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 240px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	top: 0px;
	width: 240px;
	min-height: 240px;
	display: block;
	float: left;
	}
.section40Content {
	margin-top: 48px;
	margin-bottom: 28px;
	}
.section41Content {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 40px;
	}
.section42Content {
	margin-top: 0px;
	}
.section421 {
	margin-left: 0px;
	}
.section422 {
	margin-left: 120px;
	}
.section423 {
	margin-left: 120px;
	}
/* ---------- ---------- ---------- ---------- ---------- ---------- ---------- ---------- ---------- ---------- SECTION 5 */	
.section5Bg {
	background-color: #004ea9;
	min-height: 400px;
	}
.section5Container {
	max-width:  960px;
	}
.section5Content, .section51Content, .section52Content, .section53Content, .section54Content, .section55Content {
	position: relative;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	width: 100%;
	min-height: 20px;
	}
.section5Content {
	margin-top: 48px;
	margin-bottom: 48px;
	display: block;
	}
.section51Content {
	}
.section52Content {
	margin-top: 40px;
	display: block;
	}
.section53Content {
	margin-top: 48px;
	display: block;
	}
.section54Content {
	margin-top: 48px;
	display: block;
	}
.section55Content {
	margin-top: 48px;
	display: block;
	}	
.section52mContent, .section53mContent, .section54mContent, .section55mContent {
	position: relative;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	width: 400px;
	min-height: 20px;
	}
.section52mContent {
	margin-top: 40px;
	width: 400px;
	display: none;
	}
.section53mContent {
	margin-top: 48px;
	width: 400px;
	display: none;
	}
.section54mContent {
	margin-top: 48px;
	width: 400px;
	display: none;
	}
.section55mContent {
	margin-top: 48px;
	width: 400px;
	display: none;
	}	
/* ---------- ---------- ---------- ---------- ---------- ---------- ---------- ---------- ---------- ---------- SECTION 6 */
.section6Bg {
	background-color: #f8f8f8;
	min-height: 100px;
	}
.section6Container {
	max-width: 960px;
	}
.section6Content {
	position: relative;
	margin-top: 48px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	display: block;
	}
.section61Content {
	position: relative;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	width: 100%;
	min-height: 20px;
	display: block;
	}	
/* ---------- ---------- ---------- ---------- ---------- ---------- ---------- ---------- ---------- ---------- SECTION 7 */	
.section7Bg{
	min-height: 360px;
	}
.section7Container {
	max-width: 100%;
	}
.section71Content {
	position: relative;
	width: 50%;
	height: 360px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(img/bgrad01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #f8f8f8;
	background-size: auto 360px;
	float: left;
	}
.section72Content {
	position: relative;
	margin-top: 10px;
	margin-left: 70px;
	margin-right: auto;
	margin-bottom: 0px;
	width: 400px;
	min-height: 100px;
	text-align: left;
	display: block;
	float: left;
	}
/* ---------- ---------- ---------- ---------- ---------- ---------- ---------- ---------- ---------- ---------- SECTION 8 */	
.section8Bg {
	min-height: 360px;
	}
.section8Container {
	max-width: 100%;
	}
.section81Content {
	position: relative;
	margin-top: 60px;
	margin-left: 60px;
	margin-right: auto;
	margin-bottom: 0px;
	width: 400px;
	min-height: 100px;
	text-align: left;
	display: block;
	float: left;
	}
.section82Content {
	position: relative;
	width: 50%;
	height: 360px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(img/bgrad02.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #f8f8f8;
	background-size: auto 360px;
	display: block;
	float: right;
	}
.section81mContent {
	position: relative;
	width: 100%;
	height: 195px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(img/bgrad02.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #f8f8f8;
	background-size: auto 195px;
	display: none;
	float: none;
	}
.section82mContent {
	position: relative;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	width: 280px;
	min-height: 100px;
	text-align: left;
	display: none;
	float: none;
	}
/* ---------- ---------- ---------- ---------- ---------- ---------- ---------- ---------- ---------- ---------- SECTION 9 */
.section9Bg {
	min-height: 400px;
	}
.section9Container {
	max-width: 100%;
	}
.section91Content {
	position: relative;
	width: 50%;
	height: 360px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(img/bgrad03.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #f8f8f8;
	background-size: auto 360px;
	float: left;
	}
.section92Content {
	position: relative;
	margin-top: 40px;
	margin-left: 70px;
	margin-right: auto;
	margin-bottom: 0px;
	width: 400px;
	min-height: 100px;
	text-align: left;
	display: block;
	float: left;
	}
/* ---------- ---------- ---------- ---------- ---------- ---------- ---------- ---------- ---------- ---------- SECTION 10 */		
.section10Bg{
	background-color: #004ea9;
	min-height: 960px;
	}
.section10Container {
	max-width: 960px;
	}
.section101Content, .section102Content {
	position: relative;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	display: block;
	}
.section101Content {
	margin-top: 48px;
	margin-bottom: 40px;
	}
.section102Content {
	}
.section1021, .section1022, .section1023 {
	position: relative;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 247px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	top: 0px;
	width: 252px;
	min-height: 300px;
	display: block;
	float: left;
	}
.section1021 {
	background-image: url(img/bgiskustva01.jpg);
	margin-left: 0px;
	}
.section1022 {
	background-image: url(img/bgiskustva02.jpg);
	margin-left: 102px;
	}
.section1023 {
	background-image: url(img/bgiskustva03.jpg);
	margin-left: 102px;
	}
/* ---------- ---------- ---------- ---------- ---------- ---------- ---------- ---------- ---------- ---------- SECTION 11 */		
.section11Bg{
	background-color: #f8f8f8;
	min-height: 556px;
	}
.section111Content, .section112Content, .section113Content {
	position: relative;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	display: block;
	}
.section11301, .section11302, .section11303, .section11304 {
	position: relative;
	min-height: 25px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	display: block;
	float: left;
	}
.section111Content {
	max-width: 960px;
	margin-top: 48px;
	margin-bottom: 32px;
	}
.section112Content {
	max-width: 100%;
	}
.section113Content {
	max-width: 525px;
	margin-top: 28px;
	}
.section11301 {
	width: 50%;
	}
.section11302 {
	margin-top: 0px;
	width: 50%;
	}
.section11303 {
	margin-top: 16px;
	width: 100%;
	}
.section11304 {
	margin-top: 16px;
	width: 100%;
	}
.input-01 {
	width: 250px;
	height: 40px;
    font-family: 'latoitalic', sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #c0c0c0;
	text-align: center;
	text-decoration: none;
    border: solid 1px #5589c6;
	-webkit-box-shadow: inset 0px 0px 5px rgba(0,0,0,0.25);
    -moz-box-shadow: inset 0px 0px 5px rgba(0,0,0,0.25);
    box-shadow: inset 0px 0px 5px rgba(0,0,0,0.25);
    outline: none;
	}
.input-02 {
	width: 510px;
	height: 160px;
    font-family: 'latoitalic', sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #c0c0c0;
	padding-left: 8px;
	padding-top: 8px;
	text-align: left;
	text-decoration: none;
    border: solid 1px #5589c6;
	-webkit-box-shadow: inset 0px 0px 5px rgba(0,0,0,0.25);
    -moz-box-shadow: inset 0px 0px 5px rgba(0,0,0,0.25);
    box-shadow: inset 0px 0px 5px rgba(0,0,0,0.25);
    outline: none;
	resize: none;
	overflow: hidden;
	}
.button-01 {
	position: relative;
	background-color: #FFF;
	width: 155px;
	height: 50px;
    font-family: 'latobold_italic', sans-serif;
	font-size: 22px;
	line-height: 45px;
	color: #004ea9;
	border: none;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	outline: 0;
	outline: none;
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 5px rgba(0,0,0,0.25);
	-o-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -khtml-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
	display: block;
	}
.button-01:hover {
	background-color: #004ea9;
	color: #FFF;
	}
/* ---------- ---------- ---------- ---------- ---------- ---------- ---------- ---------- ---------- ---------- SECTION FOOTER */
.sectionFBg {
	background-color: #004ea9;
	height: 80px;
	}
#footer-copyright {
	position: relative;
	width: 100%;
	height: 24px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	top: 28px;
	font-family: 'latoregular', sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #FFF;
	text-align: center;
	z-index: 1;
	}