body#page {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	overflow-x: hidden;
	min-width: 320px;
}

a {
	color: #7bcbff;
	text-decoration: none;
	outline: none;
}

h1, h2, h3, h4, h5, h6, h7 {
	margin: 0;
	padding: 0;
}

ul, li, p {
	margin: 0;
	padding: 0;
}

ul {
	padding-left: 20px;
}

h1 {
	color: #001a5c;
	font-size: 45px;
}

h2 {
	color: #001a5c;
	font-size: 30px;
}

h3 {
	color: #001a5c;
	font-size: 22px;
}

h4 {
	color: #001a5c;
	font-size: 16px;
	font-weight: normal;
}

input, textarea {
    -webkit-appearance: none;
    -webkit-border-radius:0; 
    border-radius:0;
}

.pageInner {
	background: #f4f4f4;
	max-width: 1310px;
	width: 90%;
	margin: auto;
}

.pageWidth {
	max-width: 1140px;
	margin: auto;
}

.clear {
	clear: both;
}

.mobilemenu {
	display: none;
	position: absolute;
	z-index: 0;
	background: #545454;
	width: 100%;
	padding: 20px 0;
	box-sizing: border-box;
}

.mobilemenu ul {
	padding: 0;
}

.mobilemenu ul li a {
	display: block;
	color: #fff;
	padding: 10px 20px;
}

.mobilemenu ul li.active > a {
	color: #7bcbff;
}

.mobilemenu ul li .submenu a {
	padding-left: 30px;
}

.mobilemenu ul li a:hover {
	background: rgba(255, 255, 255, 0.1);
}

#container {
	background: #fff;
	background-size: 100%;
	position: relative;
	z-index: 1;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
}

.logo {
	height: 50px;
	padding: 15px 0;
	float: left;
}

.logo img {
	height: 80px;
}

.menu {
	padding: 45px 0;
	float: right;
}

.menu ul {
	list-style-type: none;
}

.menu ul li {
	display: block;
	float: left;
}

.menu li a {
	display: block;
	color: #161616;
	font-size: 18px;
	margin: 0 30px;
}

.menu li.active a {
	color: #001A74;
}

#bannermain {
	position: relative;
	width: 100%;
	height: 450px;
	background-size: cover !important;
	background-position: center center !important;
}

#bannermain .slogan {
	display: inline-block;
	color: #fff;
	font-style: italic;
	font-weight: bold;
	line-height: 5em;
	margin-top: 100px;
	margin-right: 50px;
	float: right;
}

#bannermain .slogan p:nth-child(1) {
	font-size: 60px;
}

#bannermain .slogan p:nth-child(2) {
	font-size: 89px;
}

#offer_hometitle {
	width: 130px;
	color: #001a5c;
	font-size: 45px;
	font-weight: normal;
	padding: 30px 1% 0;
	line-height: 1em;
}

#offer_homeboxes {
	padding: 40px 0;
}

.subpage #offer_homeboxes {
	padding-top: 0;
	margin-top: -20px;
}

#offer_homeboxes .box {
	background: #fff;
	width: 18%;
	margin: 0 1%;
	float: left;
	cursor: pointer;
}

#offer_homeboxes .box img {
	width: 100%;
}

#offer_homeboxes .box .info {
	padding: 20px;
}

#offer_homeboxes .box .info .sameheight {
	height: 120px;
	overflow: hidden;
}

#offer_homeboxes .box .info h3 {
	color: #001a5c;
	font-size: 16px;
}

#offer_homeboxes .box .info span {
	display: block;
	color: #3c3c3c;
	font-size: 14px;
}

#offer_homeboxes .box .info a {
	font-size: 14px;
}

.logos {
	margin-bottom: 20px;
}

.logos h4 {
	width: 100px;
	margin-right: 20px;
	color: #001a5c;
	font-size: 18px;
	float: left;
}

.logos .partners,
.logos .awards {
	box-sizing: border-box;
	padding: 15px;
}

.logos .partners {
	width: 60%;
	border-right: 1px solid #dcdcdc;
	margin-right: 1%;
	float: left;
}

.logos .awards {
	width: 38%;
	float: right;
}

.logos .box img {
	display: block;
	height: 55px;
	margin-right: 5px;
	float: left;
}

footer {
	background: #fff;
	padding: 35px 0 45px 0;
	font-size: 14px;
}

footer .copyrights {
	color: #a6a6a6;
	float: left;
}

footer .footermenu {
	float: right;
}

footer .footermenu ul {
	padding: 0;
	list-style-type: none;
}

footer .footermenu ul li {
	display: inline-block;
	color: #73ccff;
	font-family: 'Open Sans', sans-serif;
}

footer .footermenu .sep {
	padding: 0 5px;
}

body.subpage #bannermain {
	background-position: center bottom !important;
	height: 220px;
}

body.subpage #bannermain .slogan {
	margin-top: 20px;
}

.subpage_content {
	margin-bottom: 75px;
}

.subpage_content .bigtitle {
	color: #001a5c;
	font-size: 45px;
	font-weight: normal;
	padding: 45px 0;
}

.subpage_content .modules {
	background: #fff;
	padding: 45px;
	box-sizing: border-box;
}

.subpage_content .modules.hasleftmenu {
	width: 75%;
	float: right;
}

.subpage_content .modules #text {
	color: #3c3c3c;
	font-size: 13px;
}

.subpage_content .leftmenu {
	width: 23%;
	margin-right: 2%;
	float: left;
}

.subpage_content .leftmenu a {
	display: block;
	background: #dbdbdb;
	color: #001a5c;
	padding: 15px 20px;
	border-bottom: 1px solid #fff;
	font-size: 15px;
	font-weight: 100;
}

.subpage_content .leftmenu > a {
	text-transform: uppercase;
}

.subpage_content .leftmenu > a.active {
	background: #CECCCD;
}

.subpage_content .leftmenu .sub {
	background: #dbdbdb;
	padding: 5px 0;
	border-bottom: 1px solid #fff;
}

.subpage_content .leftmenu .sub > a {
	padding: 7px 30px;
	border: none;
}

.subpage_content .leftmenu .sub > a.active {
	font-weight: bold;
}

#text iframe {
	width: 60%;
	height: 300px;
	margin-left: 30px;
	float: right;
}

/* Mobile menu */
#hamburger {
	box-sizing: border-box;
	cursor: pointer;
	display: none;
	height: 30px;
	width: 30px;
	z-index: 2;
}
.mobileSizeElements {
	font-family: "iec_unicoderegular";
}
#hamburger:before, #hamburger:after, #hamburger span {
	background: none repeat scroll 0 0 #001A5C;
	content: "";
	display: block;
	height: 5px;
	position: absolute;
	width: 30px;
}

#hamburger:before {
	top: 2px;
}
#hamburger span {
	top: 12px;
}
#hamburger:after {
	top: 22px;
}
#hamburger:before, #hamburger:after, #hamburger span {
	transition-delay: 0.5s;
	transition-duration: 0.5s;
	transition-property: transform, top, bottom, left, opacity;
	transition-timing-function: ease;
}
html.mm-opening #hamburger:before, html.mm-opening #hamburger:after {
	top: 12px;
}
html.mm-opening #hamburger span {
	left: -50px;
	opacity: 0;
}
html.mm-opening #hamburger:before {
	transform: rotate(45deg);
}
html.mm-opening #hamburger:after {
	transform: rotate(-45deg);
}
.header .mobile-menu {
	background: none repeat scroll 0 0 #172665;
	display: none;
	padding: 1% 0;
}

.mm-ismenu {
	background: none repeat scroll 0 0 #14205a;
	position: relative;
	z-index: 10;
}
.mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > a.mm-subopen, .mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > ul {
	background: none repeat scroll 0 0 #f5f5f5;
}
.mm-menu .mm-list > li > a.mm-subopen:before, .mm-menu .mm-list > li:after {
	border-color: rgba(255, 255, 255, 0.07);
}
.mm-list li.active > a, .mm-list li > a.active, .mm-list li:hover > a {
	color: #b3f5bc;
}
.mm-list > li.mm-label {
	margin-top: 20px;
}
.mm-vertical em.mm-counter {
	top: 9px;
}
.mm-list > li > a, .mm-list > li > span {
	padding: 8px 10px 8px 20px;
}
.mm-menu.mm-vertical .mm-list .mm-panel {
	padding: 0 0 0 10px;
}
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen {
	height: 36px;
}
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
	top: 12px;
}
.mobile-menu {
	display: none;
	/*width: 100%;*/
	padding-bottom: 20px;
	position: absolute;
	top: 45px;
	left: 80%;
}


@media (max-width: 1179px) {
	.menu li a {
		margin: 0px 20px;
	}
	
	#offer_homeboxes .box .info .sameheight {
		height: 175px;
	}
	
	.logos .box img {
		height: 40px;
	}
}

@media (max-width: 1023px) {
	
	.mobile-menu{
		display:block !important;
	}
	
	.logo {
		margin: auto;
		text-align: center;
		float: none;
	}
	
	.menu {
		padding: 25px 0 5px;
		text-align: justify;
		float: none;
	}
	
	.menu ul li {
		display: inline-block;
		float: none;
	}
	
	.menu .wide {
		width: 100%;
	}
	
	#bannermain {
		height: 300px;
	}
	
	#bannermain .slogan {
		margin-top: 50px;
	}
	
	#offer_homeboxes {
		text-align: center;
	}
	
	.subpage #offer_homeboxes {
		margin-top: 0;
	}
	
	#offer_homeboxes .box {
		display: inline-block;
		width: 31%;
		margin-bottom: 40px;
		text-align: left;
		float: none;
	}
	
	#offer_homeboxes .box .info .sameheight {
		height: 100px;
	}
	
	.logos h4 {
		margin-bottom: 20px;
	}
	
	.logos .partners {
		border: none;
	}
	
	.logos .partners .box,
	.logos .awards .box {
		clear: both;
	}
	
	.subpage_content .bigtitle {
		padding: 25px 15px 10px;
	}
	
	.subpage_content .modules.hasleftmenu,
	.subpage_content .leftmenu {
		width: 100%;
		margin: 20px auto;
		float: none;
	}
}

@media (max-width: 959px) {
	.menu {
		display: none;
	}
	
	#hamburger {
		display: block;
		top: -5px;
	}
	
	.logo {
		height: 75px;
	}
	
	#offer_homeboxes .box {
		width: 45%;
	}
	
	#text iframe {
		width: calc(100% + 40px);
		margin: 0 -20px;
		margin-bottom: 40px;
		float: none;
	}
}

@media (max-width: 767px) {
	
}

@media (max-width: 639px) {
	#bannermain {
		height: 200px;
	}
	
	#bannermain .slogan p:nth-child(1) {
		font-size: 50px;
	}
	
	#bannermain .slogan p:nth-child(2) {
		font-size: 60px;
	}
	
	#offer_homeboxes .box .info .sameheight {
		height: 150px;
	}
	
	.logos .partners,
	.logos .awards {
		width: 100%;
		float: none;
		clear: both;
	}
	
	.logos .partners .box,
	.logos .awards .box {
		float: right;
		clear: none;
	}
	
	footer .copyrights {
		margin-bottom: 20px;
		text-align: center;
		float: none;
	}
	
	footer .footermenu {
		text-align: center;
		float: none;
	}
	
	footer .footermenu ul li {
		display: block;
	}
	
	footer .footermenu ul li {
		padding: 10px;
	}
	
	footer .footermenu .sep {
		display: none;
	}
	
	.subpage_content .modules {
		padding: 20px;
	}
}

@media (max-width: 479px) {
	#hamburger {
		margin: 28px 15px;
	}
	
	#bannermain .slogan p:nth-child(1) {
		font-size: 40px;
		line-height: 1.5em;
		text-align: right;
	}
	
	#bannermain .slogan p:nth-child(2) {
		font-size: 50px;
		line-height: 1.5em;
		text-align: right;
	}
	
	#offer_homeboxes .box {
		width: 100%;
	}
	
	#offer_homeboxes .box .info .sameheight {
		height: 100px;
	}
	
	.logos h4 {
		float: none;
	}
	
	.logos .box img {
		display: inline-block;
		float: none;
	}
	
	.logos .partners .box, .logos .awards .box {
		text-align: center;
		float: none;
	}
	
	.subpage_content .bigtitle {
		font-size: 30px;
	}
}
