@import url(http://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900);

html, body {
	margin: 0;
	padding: 0;
	min-height: 100%;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: 300;
}


h1, h2, h3, h4, h5, h6 {
	font-weight:300;
	margin:0;
	font-family: inherit;
	font-size: inherit;
	margin:10px 0;
}

 
p{
   font-size: 1em;
   line-height: 1.35em;
}


h1 {
   font-size: 2.8em;
   line-height: 1em;
}
 
h2 {
   font-size: 2.4em;
   line-height: 1em;
}

h3 {
   font-size: 2em;
   line-height: 1em;
}

h4 {
   font-size: 1.8em;
   line-height: 1em;
}

h5 {
   font-size: 1.4em;
   line-height: 1em;
}

h6 {
   font-size: 1em;
   line-height: 1em;
}


a {
	color:#1590d4;
	text-decoration:none;
	transition:0.8s;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
}

a:hover {
	color:#00a4ff;
}


::-moz-selection { background: #020068; color: #fff; }
::selection { background: #020068; color: #fff; }


.lblue-bg{background: #2f61b3;}
.lgrey-bg{background: rgba(0,0,0,.05);}
.white-col{color: #fff;}


menu{
	margin: 0;
}

header{
	width: 100%;
	position: relative;
	z-index: 999;
	padding: 0;
    background: #fff;
    padding: 10px 0;
}

header ul{
	float: left;
}

header ul li{
	float: left;
	position: relative;
}

header ul li a{
	display: block;
	padding: 15px 20px;
	text-align: center;
	font-size: 20px;
	color: #020068;
	position: relative;
}

header ul li a.active{
	color: #fff;
	background: #01388e;
}

header ul li a.active::after{
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 1px;
	border-left: 20px solid #01388e;
	border-right: 20px solid #01388e;
	box-sizing: border-box;
	background: #fff;
	content: "";
}

.logo img{
	width: 185px;
}


.ddm{
	position: absolute;
	top: 100%;
	left: 0;
	padding: 10px;
	background: #fff;
	min-width: 180px;
	display: none;
}

.ddm li a{
	padding: 5px 0;
	line-height: 30px;
}


.trigger{
	width: 40px;
	height: 40px;

	position: absolute;
	top:20px;
	right: 20px;
	z-index: 9999;
	display: none;

}

.trigger > div{
	position: relative;
}

.trigger > div > span{
	position: absolute;
	height: 2px;
	width:60%;
	margin:0 20%;
	background: #000;
	top:12px;

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

	transition:.7s;
	-moz-transition:.7s;
	-webkit-transition:.7s;
}

.trigger > div > span:nth-child(2){
	top:19px;
}

.trigger > div > span:nth-child(3){
	top:27px;
}

.trigger > div.close > span:nth-child(1){
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
	transform: rotate(45deg);
	top: 19px;
}

.trigger > div.close > span:nth-child(2){
	display: none;
}

.trigger > div.close > span:nth-child(3){
	-ms-transform: rotate(-45deg); /* IE 9 */
	-webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
	transform: rotate(-45deg);
	top: 19px;
}

.trigger, .sitewrapper{
	transition:.7s;
	-moz-transition:.7s;
	-webkit-transition:.7s;
}

.slided{
	-ms-transform: translate(-320px,0); /* IE 9 */
	-webkit-transform: translate(-320px,0); /* Safari */
	transform: translate(-320px,0); /* Standard syntax */
}




/* END OF HEADER STYLING FOR WEB*/

#overlay{
	position:fixed;
	z-index:99999;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background: rgb(39,36,95); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(39,36,95,1) 0%, rgba(57,121,155,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(39,36,95,1) 0%,rgba(57,121,155,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(39,36,95,1) 0%,rgba(57,121,155,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27245f', endColorstr='#39799b',GradientType=0 ); /* IE6-9 */
	transition: 1s 0.4s;
	width: 100%;
	height: 100%;
	font-size: 2em;
}

#overlay > div{
	text-align: center;
	display: table;
	width:100%;
	height: 100%;
}

#overlay > div > div{
	vertical-align: middle;
	display: table-cell;
}

#overlay .linewidth {
    width: 100px;
    margin: 0 auto;
}

#overlay #progstat {
    font-size: 1.8em;
    line-height: 1.4em;
    color: #fff;
    font-weight: 700;
}

#progress {
    height: 1px;
    background: rgba(39,36,95,1);
}



.ms-layer{
	color: #fff;
}

.title > *{
	display: inline-block;
	position: relative;
	vertical-align: middle;
}

.title.shadow > *{
	padding: 15px 35px 15px 30px;
	background: #fff;
	margin: 0;
	box-shadow: 0 0 25px rgba(0,0,0,.5);
}


.title > * span.icon-spectre{
	font-size: 2em;
	color: #1d417c;
}


.readmore{
	padding: 10px 20px;
	background: #2355a6;
	color: #fff;
	width: 500px;
	max-width: 100%;
	display: inline-block;
	box-sizing: border-box;
	text-align: center;
}

.readmore span{
	display: inline-block;
	vertical-align: middle;
}

.readmore span.icon-spectre{
	font-size: 2em;
}

.readmore:hover{
	background: #1d417c;
	color: #fff;
}

.floated-cont{
	width: 600px;
	max-width: 100%;
	box-sizing: border-box;
}

.hplist .sameheight .img-bg,
.hplist .equalheight .img-bg{
	width: 100%;
	height: 100%;
}

.hplist:last-child{
	padding-bottom: 0;
}

.flags .slick-slide{
	padding: 5px;
}

.flags a{
	display: block;
	padding: 15px;
	background: #fff;
	color: #000;
}

.flags img,
.flags h5{
	display: inline-block !important;
	vertical-align: middle;
}

.flags h5{
	padding: 10px;
}

h5.underline{
	position: relative !important;
	display: inline-block !important;
}

h5.underline:after{
	position: absolute !important;
	width: 100%;
	height: 4px;
	background: #133368 !important;
	left: 0;
	top: 100%;
	margin-top: 5px;
	content: "";
}

.hplist .floated-cont{
	padding-top: 80px;
}

.hplist:nth-child(even) .equalheight > *,
.hplist:nth-child(even) .sameheight > *{
	float: right;
}

.hplist:nth-child(even) .floated-cont{
	float: right;
}

.overlaytitle{
	position: absolute;
	top: 0;
	margin-top: -45px;
	width: 100%;
}

.addtxt > div.row{
	margin-bottom: 10px;
}

.slickslider.slick-slider{
	margin: 0;
	text-align: center;
}

.slickslider.slick-slider img{
	display: inline-block !important;
	max-width: 80%;
}

.insidemainimg .img-bg{
	width: 100%;
	padding: 5% 0;
}

.aboutdetails .img-bg{
	width: 100%;
	height: 100%;
}

.teleserv > div:first-child{
	position: relative;
}

.teleserv > div:first-child::after{
	position: absolute;
	width: 2px;
	height: 60%;
	top: 20%;
	right: 0;
	margin-right: -1px;
	background: #2f61b3;
	content: "";
}

.avslist a{
	position: relative;
	display: block;
	border: 1px solid #ebebeb;
	color: #fff;
}

.avslist a .img-bg{
	width: 100%;
	padding: 50% 0;
}

.avslist a .overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(1,56,142,.8);
	transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	opacity: 0;
}

.avslist a:hover .overlay{
	opacity: 1;
}

.listcateg > div{
	display: inline-block;
	width: 30%;
	border: 1px solid #ddd;
	padding: 15px;
	box-sizing: border-box;
	margin: 8px 5px;
	background: #fff;
}

footer .row > ul > li{
	padding: 5px 0;
	border-bottom: 1px solid #2f61b3;
}

footer .row > ul > li ul{
	padding: 0 0 0 25px;
	margin: 5px 0;
}

footer .fttitle{
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}

footer .fttitle:after{
	width: 45px;
	height: 4px;
	background: #2f61b3;
	position: absolute;
	top: 100%;
	margin-top: 8px;
	left: 0;
	content: "";
}

footer .sign{
	background: #181818;
	padding: 15px 0;
	font-size: .85em;
}

footer{
	background: #092852;
	color: #fff;
}

footer a{
	color: #fff;
}