/*
 Theme Name: Aviation
 Theme URI: http://masssolution.in/
 Author: Samuel & Joshi
 Author URI: http://masssolution.in/
 Description: A Bootstrap theme developed for Aviation 
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: telal
 Tags:

 This theme, like WordPress, is licensed under the GPL.
 Use it to make something cool, have fun, and share what you've learned with others.

 Aviation is based on masssolution http://masssolution.in/, (C) 2012-2015 Automattic, Inc.
 masssolution is distributed under the terms of the GNU GPL v2 or later.
 */
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# General Styles
# Header
# Carousel
# Page Content
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# General Styles
--------------------------------------------------------------*/
body{
	font-family: 'Open Sans', sans-serif;
	color: #8A8C8F;
}
.btn-orange {
    color: #fff;
    background-color: #FF7800;
    border-color: #FF7800;
}
a{
	color: #FF7800;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}
@media (min-width: 992px) {
	header .navbar {
		min-height: 70px;
		margin-bottom: 0px;
		border: none;
	}
	header .navbar .navbar-brand {
		padding: 0px 15px;
	}
	header .navbar-collapse {
		margin-top: 45px
	}
	header .nav > li > a:focus, header .nav > li > a:hover {
		text-decoration: none;
		background: none;
		color: #FF7800
	}
	header .nav > li > a {
		color: #8A8C8F;
		border-right: 1px solid #8A8C8F;
		padding: 5px 30px;
	}
	header .nav > li.active > a {
		background: #FF7800;
		color:#FFF;
		border-right:none !important;
	}
	header .nav > li:last-child  > a{
		border-right:none !important;
	}
	/*
	header .nav .open > a, header .nav .open > a:focus, header .nav .open > a:hover {
			background: none;
	}
	*/
	header .nav.navbar-nav{
		margin: 0px auto;
		display: table;
		table-layout: fixed;
		float: none;
	}
	header .dropdown-menu{
		border: none;
		border-radius: 0px;
		box-shadow: none;
		margin: 0;
		padding:0;
	}
	header .dropdown-menu li{
		border-bottom: 1px solid #8A8C8F;
	}
	header .dropdown-menu li:last-child{
		border-bottom: none;
	}
	header .dropdown-menu > li > a{
		padding: 5px 5px;
		color:#8A8C8F;
	}
	header .dropdown-menu > li > a:focus, header .dropdown-menu > li > a:hover{
		color: #FFF;
		text-decoration: none;
		background-color: #FF7800;
	}
	header .dropdown-menu > .active > a, header  .dropdown-menu > .active > a:focus,header  .dropdown-menu > .active > a:hover{
		background-color: #FF7800;
	}
}

header .navbar-brand{
	min-height: 70px
}
header .navbar-nav>li>a{
	color: #8A8C8F;
}
/*--------------------------------------------------------------
# Carousel
--------------------------------------------------------------*/
#carousel .carousel-inner img {
	width: 100%
}

/*--------------------------------------------------------------
# Page Content
--------------------------------------------------------------*/
.page-content h1,.welcome-message h1{
	color: #FF7800;
	font-size: 30px;
	font-weight: bold;
}
.page-content{
    padding: 40px 0;
}
.page-content h1{
    text-align: center;
}
.career-content h5{
	color: #FF7800;
	font-weight: bold
}
.career-content  label{
	font-weight: 400;
	padding: 0;
}
.career-content .form-group{
	position: relative;
	clear: both;
	padding: 5px
}
.service-excerpt .btn-orange, .news-articles-excerpt .btn-orange, .career-content .btn-orange{
	border-radius: 0;
}
.service-excerpt{
	padding:40px 0; 
}
.service-excerpt p{
	text-align: justify;
}
.service-excerpt .col-md-6{
	padding-bottom: 20px;
}
.about-us-excerpt h3,.service-excerpt h5, .news-articles-excerpt h5{
	color: #FF7800;
	font-weight: bold;
	text-transform: uppercase;;
}
.about-us-excerpt{
	background: #e8e8e9;
	padding: 20px 0 40px 0;
}
.about-us-excerpt .col-md-4{
	border-left: 2px solid #FF7800;
}
.social-icons a {
    display: block;
    width: 28px;
    height: 28px;
    float: left;
    margin: 3%;
    background-color: #cfcfcf;
}
.social-icons a:hover{opacity:0.8;}
a.twitter-icon{background:url(../images/twitter.jpg) no-repeat 0 0;}
a.facebook-icon{background:url(../images/fb.jpg) no-repeat 0 0;}
a.youtube-icon{background:url(../images/youtube.jpg) no-repeat 0 0;}
a.linkedin-icon{background:url(../images/linkedin.jpg) no-repeat 0 0;}
.contact-form input,.contact-form textarea{
	border-radius: 0;
	margin: 5px;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer{
	padding: 15px 0 5px 0;
	background: #8a8c8f;
}
.footer-links{
	padding: 0;
}
.footer-links li{
	float: left;
	list-style: none;
	padding: 0 30px;
	border-right: 1px solid #FFFFFF;
}
.footer-links li:first-child{
	padding: 0 30px 0 0;
}
.footer-links li:last-child{
	border-right:none;
}
.footer-links li a{
	color: #FFF;
}
.footer-rights p{
	color: #FFF;
	float: right;
}

