/*
 ::Table Of Content
 1). @FontFace Rules
 2.) Global Typography
 3.) Basic Skin Styles
 4.) header Section
 5.) Contant Section
 6.) footer Section
 -----------------------------------------------*/

/*
 2.) Global typography
 -----------------------------*/
a, a:hover, a:focus, input, textarea, select{
	outline: none;
	text-decoration: none;
}
h1, h2, h3, p {
	
}
p {
	font-size: 1.2em;
	line-height: 1.2;
	margin: 0;
}
h1 {
	
}
h2{
	font-size: 2.53em;
	text-transform: uppercase;
	color: #b1b89f;
	border-bottom: solid 1px #b1b89f;
	margin-bottom: 15px;
	line-height: 67%;
	margin-right: 20px;
}
h2 span{
	background: url(../images/heading-style.png) left 11px no-repeat;
	width: 109px;
	margin-left: -14px;
	padding-right: 120px;
	height: 14px;
}
.service h2{
	text-align: right;
}
.service h2 span{
	background: url(../images/heading-style-alt.png) right 11px no-repeat;
	margin-right: -34px;
	padding-left: 0px;
}
h3{
	font-size: 1.4em;
}
h5{
	
}
h6{
	
}

i {	
	
}
input, textarea {
	
}
textarea {
	overflow: auto;
	resize: none;
}
label {
	
}
input[type=text] {
	
}
input[type=text]:focus{
	
}

input[type=submit] {
	
}
img{max-width: 100%;height: auto}
legend {
	
}
.left{
	float:left;
}
.right{
	float:right;
}
*{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:before, .clearfix:after {
	content: '.';
	display: block;
	overflow: hidden;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
	width: 0;
	height: 0;
	clear: both;
}
.clearfix {
	zoom: 1;
}

[class^="icon-"]{
	background-image: url(../images/icons.png);
    background-repeat: no-repeat;
    display: inline-block;
    line-height: 10px;
    vertical-align: middle;
}



/*
 3.) Basic Skin Styling
 -----------------------------*/

body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1;
	background: #e2e2e2;
	/*	background: url(../img/body.jpg) center top no-repeat;*/
}
#wrapper, #header {
	width: 100%;
}
.page {
	width: 980px;
	margin: 0px auto;
	position: relative;
	
}

.country i, .contact i{
	position: absolute;
	right: -11px;
	top:0;
	background-image: url(../images/icons.png);
	background-repeat: no-repeat;
	width: 11px;
	height: 45px;
}


/*
 4.) Header Styling
 ...........................*/

.header{
	background: #b1b89f;
	padding-top: 30px;
}
.header .page{
	border-radius: 4px 4px 0 0;
	background: #001679;
}
h1{
	/*width: 360px;*/
	float: left;
	display: inline-block;
	padding: 25px 10px;
	
}
h1 a{
	display: block;
}
.header-right{
	float: right;
}
.country{
	background-color: #1e3392;
	border-radius:4px 0px 0px 4px;
	padding: 5px 3px;
	margin: 15px 0px;
	float: right;
	position: relative;
}
.country a{
	font-size: 1.1em;
	color: #ffffff;
	/*margin-left: 5px;*/
	display: inline-block;
	white-space: nowrap;
	line-height: 150%;
	padding: 3px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.country a img{
	margin-left: 3px;
}
.country a:hover{
	background-color: #534086;
}
.country i{
	background-position: right -1px;
}

.contact{
	clear: both;
	position: relative;
}
.contact i{
	background-position: right -78px;
}
.contact > a{
	float: left;
	font-size: 2.1em;
	color: #ffffff;
	margin-right: 1px;
	background-color: #ddbe54;
	padding: 11px 10px 11px 35px;
	background-position: 5px -56px;
	font-family: 'Alegreya', sans-serif;
	border-radius:4px 0px 0px 4px;
}

.contact ul{
	float: right;
	list-style: none;
	margin: 0;
	background-color: #1e3392;
	padding: 6px 8px 6px 12px;
}

.contact ul li{
	float: left;
}
.contact ul li a{
	text-indent: -9999px;
	width: 20px;
	height: 20px;
	margin-right: 3px;
	background-color: #1e3392;
}
.contact ul li a.icon-linked{
	background-position: 0 0;
}
.contact ul li a.icon-play{
	background-position: -23px 0;
}
.contact ul li a.icon-twitter{
	background-position: -47px 0;
}
.contact ul li a.icon-facebook{
	background-position: -71px 0;
}
.contact ul li a.icon-linked:hover{
	background-position: 0px -27px;
}
.contact ul li a.icon-play:hover{
	background-position: -23px -27px;
}
.contact ul li a.icon-twitter:hover{
	background-position: -47px -27px;
}
.contact ul li a.icon-facebook:hover{
	background-position: -71px -27px;
}





/*
 6.) Footer Styling
 ...........................*/

.footer{
	background: url(../images/footer.png) center top no-repeat;
	padding-bottom: 100px;
	margin-top: 36px;
	text-align: center;
	position: relative;
}
.footer span{
	color: #757575;
	font-size: 1.2em;
	padding-top: 10px;
	display: block;
}
.footer span a{
	color: #3f8aa5;
}
.footer span a:hover{
	color: #000000;
}
