.airline-margin{margin-top:35px; margin-bottom:-25px;}
.top-title h1{font-size:35px;}
.more{}
a.more{ float:right; color:#17bb71!important; font-size:25px; margin:25px 25px 0px 0px; display:inline-block}



.board{
margin: 0px auto;
height: 500px;
/*box-shadow: 10px 10px #ccc,-10px 20px #ddd;*/
}
.board .nav-tabs {
    position: relative;
    /* border-bottom: 0; */
    /* width: 80%; */
    margin: 10px auto;
    margin-bottom: 0;
    box-sizing: border-box;

}

.board > div.board-inner{}

p.narrow{
    width: 60%;
    margin: 10px auto;
}
#airline-worldwide{background:url(../img/bg-airline-worldwide.png) no-repeat center; margin-top:35px;}
.title-airline{background:url(../img/title-bg.png) no-repeat left;}
.title-small{color:#f47e1a; font-size:25px; margin-left:190px; padding:6px 12px; background:#fff; display:inline;}
.title-bigger{margin-left:190px; font-size:55px; font-weight:bold; line-height:60px; margin-top:10px;}
.airline-with-dest{}
.airline-with-dest ul{margin:0px; padding:0px; list-style:none;}
.airline-with-dest li{background:url(../img/colored-arrow.png) no-repeat left; padding:0px 0px 0px 15px; border-bottom:dashed 1px #ccc;}
.airline-with-dest li a{padding:5px 0px 5px 0px; display:inline-block;}
.pop-cont{border-top:solid 3px #f47e1a; padding:15px; margin-top:35px; background:url(../img/bg-pop-airline.jpg) no-repeat right bottom;}
.pop-cont .title-big{ font-size:55px; font-weight:bold; line-height:60px; margin-top:10px;}
.sprtr-line-orange{background:#f47e1a; height:6px; width:70px; margin:10px 0px;}


.liner{
    height: 2px;
    background: #fff;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}
.border-bottom-none{border-bottom: none;}
.border-bottom-none>li{margin-bottom: 0px;}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    /* background-color: #ffffff; */
    border: 0;
    border-bottom-color: transparent;
}

span.round-tabs{
    width: 85px;
    height: 85px;
    line-height: 75px;
    display: inline-block;
    border-radius: 100px;
    background: white;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
	-webkit-box-shadow: 0px 0px 44px -3px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 44px -3px rgba(0,0,0,0.75);
box-shadow: 0px 0px 44px -3px rgba(0,0,0,0.75);
}

span.round-tabs.one{
   border: 2px solid #f21b2d;
}

li.active span.round-tabs.one{
    background: #fff !important;
    border: 2px solid #17bb71;
}

span.round-tabs.two{
    border: 2px solid #febe29;
}

li.active span.round-tabs.two{
    background: #fff !important;
    border: 2px solid #17bb71;
}

span.round-tabs.three{
    border: 2px solid #1c3d7a;
}

li.active span.round-tabs.three{
    background: #fff !important;
    border: 2px solid #17bb71;
}

span.round-tabs.four{
    border: 2px solid #c8a54a;
}

li.active span.round-tabs.four{
    background: #fff !important;
    border: 2px solid #17bb71;
}

span.round-tabs.five{
    border: 2px solid #187add;
}

li.active span.round-tabs.five{
    background: #fff !important;
    border: 2px solid #17bb71;
}

.nav-tabs > li.active > a span.round-tabs{
    background: #fafafa;
}
.nav-tabs > li {
    width: 20%;
}
/*li.active:before {
    content: " ";
    position: absolute;
    left: 45%;
    opacity:0;
    margin: 0 auto;
    bottom: -2px;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    z-index: 1;
    transition:0.2s ease-in-out;
}*/
.nav-tabs > li:after {
    content: " ";
    position: absolute;
    left: 45%;
	opacity:0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #17bb71;
    transition:0.1s ease-in-out;
    
}
.nav-tabs > li.active:after {
    content: " ";
    position: absolute;
    left: 45%;
	opacity:1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #17bb71;
    
}
.nav-tabs > li a{
   width: 85px;
   height: 85px;
   margin: 20px auto;
   border-radius: 100%;
   padding: 0;
}

.nav-tabs > li a:hover{
    background: transparent;
}

.tab-content{
}
.tab-pane{
   position: relative;
	padding-top: 50px;
}
.tab-content .head{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 25px;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.btn-outline-rounded{
    padding: 10px 40px;
    margin: 20px 0;
    border: 2px solid transparent;
    border-radius: 25px;
}

.btn.green{
    background-color:#5cb85c;
    /*border: 2px solid #5cb85c;*/
    color: #ffffff;
}
#top-airlines{background:url(../img/bg-top-airline.jpg) no-repeat top;}
.bg-tabs{background:url(../img/airline-detail-bg.png) repeat-y; height:300px; border-bottom:solid 1px #17bb71;}
.name-airline{font-size:18px; margin-bottom:15px;}
.tab-padding{padding-top:25px;}
.tab-padding{padding:25px;}
.airline-img {}
.airline-img img{border:solid 6px #17bb71; padding:1px;}

























/***********************************************< MEDIA QUERIES >***********************************************/

/* Small devices (tablets, 768px and up) */
@media (min-width: 767px) { 
	
}
/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) {		
	
	.bg-tabs{height:auto;}
	a.more{float:none;margin:5px 25px 25px 0px;}
	.title-small{margin-left:50px;}
	.title-bigger{margin-left:50px;}
	#airline-worldwide{background-size:100%;}
	.pop-cont {background: url(../img/bg-pop-airline.jpg) no-repeat right top; background-size: 50%;}
	.airline-img{text-align:center;}
	.top-title h1{margin-top:15px;}
	.board{height:auto;}
}

@media (max-width: 568px) {	

}



@media( max-width : 585px ){
  .border-bottom-none img{width:90%;} 
.board {
height:auto !important;
}
    span.round-tabs {
        font-size:16px;
width: 50px;
height: 50px;
line-height: 38px;
    }
    .tab-content .head{
        font-size:20px;
        }
    .nav-tabs > li a {
width: 50px;
height: 50px;
line-height:50px;
}

.nav-tabs > li.active:after {
content: " ";
position: absolute;
left: 35%;
}

.btn-outline-rounded {
    padding:12px 20px;
    }
}



@media (max-width: 420px) {	
/*	.experience-travel{margin-top:140px;} */
}

@media (max-width: 320px) {
    /*
	.icon-social img{width:15%;}
	.icon-social a{margin:15px 0px 0px 7px;}
    */
}

@media(min-width:992px) {
}

@media(min-width:1200px) {}


