@font-face{
	Font-family:'Raleway';
	font-weight:400;
	src:url(../font/Raleway-Regular.ttf);
}
@font-face{
	Font-family:'Raleway';
	font-weight:500;
	src:url(../font/Raleway-Medium.ttf);
}
@font-face{
	Font-family:'Raleway';
	font-weight:600;
	src:url(../font/Raleway-SemiBold.ttf);
}
@font-face{
	Font-family:'Raleway';
	font-weight:700;
	src:url(../font/Raleway-Bold.ttf);
}
body{
	background:url(../images/bg.jpg);
	background-size:contain;
	font-family:'Raleway';	
}
*{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
a{
display:block;
text-decoration:none;
color:inherit;
}
input,textarea, select, option, button{
	font-family:'Raleway';
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	transition:all 0.2s ease-out;
	-moz-transition:all 0.2s ease-out;
	-webkit-transition:all 0.2s ease-out;
}
input, textarea{
	font-family: 'Source Sans Pro', sans-serif;
}
button{
	cursor:pointer;
}
textarea{
	resize:none;
}
input:focus,textarea:focus, select:focus, option:focus{
	outline:0;
}
select{
	-webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
section{
	position:relative;
}
strong{
	font-weight:700;
}
.hidden{
	display:none;
}
.subcontainer{
	width:1180px;
	display:block;
	margin:0 auto;
	padding:30px 15px 15px 15px;
	background:#eae3d1;
	top:20px;
	padding-bottom:100px;
	margin-bottom:-90px;
}
.container{
	width:1240px;
	display:block;
	margin:0 auto;
	padding:15px 30px;
	background:#eae3d1;
}
#ornament-header{
	background:transparent;
	padding: 0px;
	margin-bottom: 0px;
	position:relative;
	overflow:visible;
	height:1px;
	z-index:20;
}
#ornament-header:after{
	content:"";
	background: url(../img/ornament-blue-left.png);
	width: 49px;
	height: 42px;
	position: absolute;
	left: -22px;
	top: -10px;
}
#ornament-header:before{
	content:"";
	background: url(../img/ornament-blue-right.png);
	width: 49px;
	height: 42px;
	position: absolute;
	right: -22px;
	top: -10px;
	z-index:15;
}
#ornament-home{
	background:transparent;
	padding: 0px;
	margin-bottom: 0px;
	position:relative;
	overflow:visible;
	height:1px;
	z-index:20;
}
#ornament-home:after{
	content:"";
	background: url(../img/ornament-blue-down-left.png);
	width: 46px;
	height: 31px;
	position: absolute;
	left: -32px;
	top: -19px;
}
#ornament-home:before{
	content:"";
	background: url(../img/ornament-blue-down-right.png);
	width: 46px;
	height: 31px;
	position: absolute;
	right: -32px;
	top: -19px;
	z-index:15;
}
#header{
	margin-top:20px;
	position:relative;
	overflow:hidden;
}
#header:after{
	content:"";
	width:50px;
	height:40px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	background-color:#28335e;
	position:absolute;
	top:-20px;
	right:-25px;
}
#header:before{
	content:"";
	width:50px;
	height:40px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	background-color:#28335e;
	position:absolute;
	top:-20px;
	left:-25px;
}
#home{
	overflow:hidden;
}
#home:after{
	content:"";
	width:60px;
	height:20px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	background-color:#28335e;
	position:absolute;
	top:-10px;
	right:-30px;
}
#home:before{
	content:"";
	width:60px;
	height:20px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	background-color:#28335e;
	position:absolute;
	top:-10px;
	left:-30px;
}
.home-bottom:after{
	content:"";
	width:40px;
	height:40px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	background-color:#28335e;
	position:absolute;
	bottom:-20px;
	right:-20px;
}
.home-bottom:before{
	content:"";
	width:40px;
	height:40px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	background-color:#28335e;
	position:absolute;
	bottom:-20px;
	left:-20px;
}
.navicon-bars, #navicon{
display:none;	
}
.facebook-link{
	margin-top:20px;
	background: rgb(25,41,84); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(25,41,84,1) 0%, rgba(60,74,145,1) 50%, rgba(25,41,84,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(25,41,84,1)), color-stop(50%,rgba(60,74,145,1)), color-stop(100%,rgba(25,41,84,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(25,41,84,1) 0%,rgba(60,74,145,1) 50%,rgba(25,41,84,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(25,41,84,1) 0%,rgba(60,74,145,1) 50%,rgba(25,41,84,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(25,41,84,1) 0%,rgba(60,74,145,1) 50%,rgba(25,41,84,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(25,41,84,1) 0%,rgba(60,74,145,1) 50%,rgba(25,41,84,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#192954', endColorstr='#192954',GradientType=1 ); /* IE6-9 */
	
	padding:15px 30px;
	font-size:13px;
	font-weight:600;
	color:#fff;
	text-align:center;
	display:inline-block;
}
.facebook-link i{
	padding-left:10px;
}
.logo-link{
	display:inline-block;
	position:absolute;
	left:50%;
	margin-left:-75px;
	top:20px;
}
.header-right{
	float: right;
	text-align:right;
}
.lang-single{
 display:inline-block;
 color:rgba(8,11,20,0.5);
 font-weight:900;
 font-size:15px;
 
 transition:all 0.2s ease-out;
 -moz-transition:all 0.2s ease-out;
 -webkit-transition:all 0.2s ease-out;
}
.lang-single:hover{
	color:rgba(8,11,20,0.8);
}
.lang-single-link{
	padding:10px 5px;
	text-transform:uppercase;
	font-family: 'Source Sans Pro', sans-serif;
}
.lang-active{
	color:#1d2b6f;
	opacity:1;
}
.header-info-single{
	display:inline-block;
	padding:10px 10px;
	font-size:14px;
	color:#1f2d64;
	font-weight:600;
	font-family: 'Source Sans Pro', sans-serif;
}
.header-info-single i {
	padding-right:10px;
}
.navbar{
	clear:both;
	color:#fff;
}
.ribbon{
	width:1200px;
	position:relative;
	margin:20px auto;
	display:block;
	
}	
.ribbon:after{
	content:"";
	position:absolute;
	right: -59px;
	top: 17px;
	width:79px;
	height:61px;
	background:url(../img/ribbon-right.png);
	z-index:-1;
}
.ribbon:before{
	content:"";
	position:absolute;
	left: -59px;
	top: 17px;
	width:79px;
	height:61px;
	background:url(../img/ribbon-left.png);
	z-index:-1;
}
.navbar-ul{
	text-align:center;
	background:url(../img/nav-bg.jpg);	
	position:relative;
}
.navbar-ul:after{
	content:"";
	width:100%;
	height:1px;
	border-top:1px solid #5163a0;
	position:absolute;
	left:0px;
	top:5px;
}
.navbar-ul:before{
	content:"";
	width:100%;
	height:1px;
	border-top:1px solid #5163a0;
	position:absolute;
	left:0px;
	bottom:5px;
	
}
.navbar-single{
	display:inline-block;
	position:relative;
	margin:0 10px;
	font-size:15px;
	
	transition:all 0.2s ease-out;
	-moz-transition:all 0.2s ease-out;
	-webkit-transition:all 0.2s ease-out;
}
.navbar-single:after{
	content:"";
	opacity:0;
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:5;
	
	background: rgb(25,41,84); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(25,41,84,1) 0%, rgba(60,74,145,1) 50%, rgba(25,41,84,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(25,41,84,1)), color-stop(50%,rgba(60,74,145,1)), color-stop(100%,rgba(25,41,84,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(25,41,84,1) 0%,rgba(60,74,145,1) 50%,rgba(25,41,84,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(25,41,84,1) 0%,rgba(60,74,145,1) 50%,rgba(25,41,84,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(25,41,84,1) 0%,rgba(60,74,145,1) 50%,rgba(25,41,84,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(25,41,84,1) 0%,rgba(60,74,145,1) 50%,rgba(25,41,84,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#192954', endColorstr='#192954',GradientType=1 ); /* IE6-9 */
	
	transition:all 0.2s ease-out;
	-moz-transition:all 0.2s ease-out;
	-webkit-transition:all 0.2s ease-out;
}
.navbar-single:before{
	content:"";
	width:5px;
	height:5px;
	transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	background-color:#000;
	position:absolute;
	left:-15px;
	top:50%;
	margin-top:-2.5px;
	
	transition:all 0.2s ease-out;
	-moz-transition:all 0.2s ease-out;
	-webkit-transition:all 0.2s ease-out;
}
.navbar-ul >li:first-child:before{
	display:none;
}
.navbar-single-link{
	position:relative;
	z-index:10;
	padding:25px 15px;
}
.navbar-single:hover:after{
	opacity:1;
}
.dropdown-select{
	display:none;
}