/* HEADER LOGO ROTATE */
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to { 
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg);
  }
  to { 
    -moz-transform: rotate(360deg);
  }
}
@-ms-keyframes rotate {
  from {
    -ms-transform: rotate(0deg);
  }
  to { 
    -ms-transform: rotate(360deg);
  }
}
@-o-keyframes rotate {
  from {
    -o-transform: rotate(0deg);
  }
  to { 
    -o-transform: rotate(360deg);
  }
}
.logo img.frontierlogocircle{
    -webkit-animation-name:             rotate; 
    -webkit-animation-duration:         2.9s; 
    -webkit-animation-iteration-count:  infinite;
    -webkit-animation-timing-function: linear;
	
	-moz-animation-name:             rotate; 
    -moz-animation-duration:         2.9s; 
    -moz-animation-iteration-count:  infinite;
    -moz-animation-timing-function: linear;
	
	-ms-animation-name:             rotate; 
    -ms-animation-duration:         2.9s; 
    -ms-animation-iteration-count:  infinite;
    -ms-animation-timing-function: linear;
	
	-o-animation-name:             rotate; 
    -o-animation-duration:         2.9s; 
    -o-animation-iteration-count:  infinite;
    -o-animation-timing-function: linear;
}



body{
	margin: 0;
	padding: 0;
}
#icon-click{
	height:75px;
	width: 250px;
	float: left;
}
#font{
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 48px;
}
.background{

background-image: url('../img/top-bg.jpg'),-webkit-linear-gradient(white, grey); /* For Safari 5.1 to 6.0 */
background-image: url('../img/top-bg.jpg'),-o-linear-gradient(white, grey);/* For Opera 11.1 to 12.0 */
background-image: url('../img/top-bg.jpg'),-moz-linear-gradient(white, grey); /* For Firefox 3.6 to 15 */


	background-image: url('../img/top-bg.jpg'),linear-gradient(white, grey);
	background-repeat: repeat-x, no-repeat;
	
}
.background2{

background-image: url('../img/top-bg.jpg'),-webkit-linear-gradient(white, grey); /* For Safari 5.1 to 6.0 */
background-image: url('../img/top-bg.jpg'),-o-linear-gradient(white, grey);/* For Opera 11.1 to 12.0 */
background-image: url('../img/top-bg.jpg'),-moz-linear-gradient(white, grey); /* For Firefox 3.6 to 15 */

	background-image: url('../img/top-bg.jpg'),linear-gradient(white, grey);
	background-repeat: repeat-x , no-repeat;
	background-size:100% 397px , 100% 100%;
}
.container-overall{
	width: 960px;
	padding-top: 70px;
}
.container-overall2{
	width: 960px;
}

.header{
	background-color: #f7f7f5;
	height: 75px;
	/*background-image: url('../img/frontiertl.png');*/
	background-position: 20px;
	background-repeat: no-repeat;
	box-shadow: 0px 5px 10px #000000;*/
}
.header ul{
	margin-right: 20px;
	text-align: right;
	padding-top: 25px;
}
.header ul li{
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 20px;
	text-align: right;
	display: inline;
	list-style-type: none;
	color: grey;
}
.deco{
	height: 10px;
	background: -webkit-linear-gradient(left, grey , white); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, grey, white); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, grey, white); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, grey , white); /* Standard syntax */
	box-shadow: 0px 5px 10px #000000;
}
.slider{
	box-shadow: 0px 5px 10px #000000;
}
.slider img{
	z-index: -99;
	background-repeat: no-repeat;
}

/* DROPDOWN MENU */
#navbar{
	margin-top: 10px;
	margin-right: 10px;
	padding: 0;
	text-align: center;
	float: right;
}

#navbar ul{
	margin: 0;
	padding: 0;
	text-align: center;
}
#navbar a{
	color: grey;
}

#navbar li{
	list-style: none;
	float: left;
	position: relative;
}
#navbar ul li a{
	color: grey;
	text-align: left;
	text-decoration: none;
	display: block;
}
#navbar ul li a:hover{
	color:#d43703; 
}

#navbar ul ul{
	position: absolute;
	visibility: hidden;
	left: -30px;
	background-color: black;
	opacity: 0.8;
	z-index: 99;
	transition: all .2s ease-in-out;
}

#navbar ul li:hover > ul{
	visibility: visible;
}


#navbar ul li ul li{
	padding-bottom: 10px;
	border-bottom: 1px dotted grey;
}
#navbar ul li ul li a{
	width: 165px;
	text-align: center;
	color: white;
	font-size: 15px;
}
#navbar ul li ul li a:hover{
	color:#d43703;
}
#navbar ul li ul li:first-child > a:after {
	content: '';
	position: absolute;
	left: 60px;
	top: -6px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #444;

}
#navbar ul li ul li:last-child  {
	padding-bottom: 20px;
	border-bottom: 0;
}
#active-header{
	border-radius: 10px;
	background-color: red;
	margin-top: 5px;
	height: 28px;
}
#active-header{
	color: black;
}


/* CONTENT */
.content{
	background-color: white;
	width: 960px;
	z-index: 9;
	box-shadow: 0px 5px 10px #000000;
}
.inner-content{
	padding: 20px 55px;
}
.inner-content .title{
	color: #0069a3;
	margin-bottom: 25px;
}

/* HOME CONTENT */
#content-icon{
	width: 220px;
	height: 320px;
	float: left;
	background-color: #E8E8E8;
	margin-top: -40px;
	border-radius: 10px;
	z-index: 9;
	position: relative;
	box-shadow: 0 0 10px #000000;
}
#content-icon table{
	width: 220px;
	margin-top: 10px;
}
.home-icon img {
    -webkit-filter: drop-shadow(0px 10px 15px #222); 
	filter: drop-shadow(5px 5px 5px #222);
}
.home-icon img:hover{
	-webkit-filter: drop-shadow(0px 10px 15px transparent); 
	filter: drop-shadow(5px 5px 5px transparent);
	/*transform:rotate(-360deg);
	-webkit-transform: rotate(-360deg);
	transition: all 0.55s;
	-webkit-transition: all 0.55s;
	-moz-transition: all 0.35s;
	-o-transition: all 0.35s;
	-ms-transition: all 0.35s;*/
  
	
}
#content-icon:hover{
	box-shadow: 0 0 15px #000;
}

.text{
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 16px;
	color: #3D3C3C;
	text-align: center;
}

.clear{
	clear: both;
	float: none;
}
.lm{
	padding-top: 20px;
	float: left;
	width: 220px;
	margin-left: 20px;
}
.lm img{
	position: bottom right;
}
.box{
	width: 220px;
	margin-left: 16px;
	float: left;

}
.box-480{
	width: 480px;
	height: 237px;
	float: left;
}
.box-480nl{
	width: 380px;
	margin-left: 50px;
	float: left;
}
td .text{
	margin-left: 5px;
	margin-right: 5px;
}

.networkheader{
	margin-top: 100px;
}
.networks{
	height: 249px;
	background-color: #E8E8E8;
	margin-bottom: 100px;
	border-top:2px solid #CCC;
	border-bottom: 2px solid #CCC;

}
.texth1{
	margin-top: 20px;
	font-size: 30px;
	color: grey;
}
.texth{
	margin-top: 15px;
	font-size: 25px;
	color: #0069a3;
}
.text-ma{
	margin-left: 25px;
	margin-right: 25px;
	text-align: justify;
}
.content-all{
	width: 900px;
	margin-left: 30px;
	margin-right: 30px;
	padding-top: 50px;
	padding-bottom: 50px;
}

/* OUR SERVICES */   

.services-content{
	font-size: 15px;
	font-style:oblique;
}

ul.tick { margin: 0; /*list-style: none;*/ text-align: left; list-style-image:url('../img/tick.png');/}

ul.tick li:before { /*content: "\2713\a0  "*/ }

ul.tick li ul li:before{ content: "" }
ul.tick li ul{ list-style:circle; }


   
/* OUR NETWORK */   

#map{
	background-image: url('../img/worldmap.jpg');
	width: 660px;
	height: 600px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	position:relative;
	top: 20px;
	margin-bottom: 20px;
}
#map .marker{
	position: absolute;
	font-size: 12px;
	background-color: white;
	color: black;
	opacity: 0.7;
	padding: 5px;
	
}
#map .marker:hover{
	background-color: #d43703;
	color: white;
	opacity: 1;
}
/* EUROPE */
.marker1 .marker{
	top: 80px;
	left: 390px;
}
/* ASIA */
.marker2 .marker{
	top: 255px;
	left: 590px;
}
/* NORTH AMERICA */
.marker3 .marker{
	top: 155px;
	left: 30px;
}
/* SOUTH PACIFIC */
.marker4 .marker{
	bottom: 200px;
	right: 70px;
}
/* SOUTH AMERICA */
.marker5 .marker{
	top: 295px;
	left: 78px;
}
/* AFRICA */
.marker6 .marker{
	top: 380px;
	left: 230px;
}
/* MIDDLE EAST */
.marker7 .marker{
	top: 145px;
	left: 520px;
}


#flag{
	padding-top: 10px;
	padding-left: 20px;
}


/* CONTACT US */  
.contactus .office{
	color: orange;
}





/* FOOTER */

.frontier-footer{
	background-image: url('../img/footer-frontier.png');
	height: 110px;
	background-position: 100px 20px;
	background-size: 400px;
	background-repeat: no-repeat;
	background-color: grey;
}
.footer{
	height: 43px;
	background-image: url('../img/footer-btm.png');
	background-position: top center;
	background-repeat: no-repeat;
	background-color: black;
}
.container-footerx{
	background-color:black;
	color: white;
	
}
.container-footerx a{
	color: grey;
	font-size: 13px;
}
.container-footerx a:hover{
	color: #d43703;
	text-decoration: none;
}

#container-footer{
	width: 960px;
	height: 320px;
	margin: 0 auto;
	color: white;
	padding-top: 30px;
}
.sitemap{
	list-style: none;
}
.copyright{
	margin: 20px 0;
}

