/* menu hovering */

ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;    
	background-color: rgba(17, 17, 17, 0.2) !important;
}

.top-bar{
	display:none;
}

.top-bar ul{
    margin-left: 100px;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #262626 !important;
}

.row, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9{
	margin-right:0px !important;
	margin-left:0px !important;
	padding-right:0px !important;
	padding-left:0px !important;
}

.dropdown-menu>li>a {
    color: #fff !important;
}

footer ul.list-unstyled{
    float: left;
    padding: 0 5px;
}

.footer-social{
    position: absolute;
    right: 461px;
    margin-top: 75px;
}

footer ul li:nth-child(1) a{
	font-size: 15px !important;
    text-transform: uppercase;
}

footer ul li:nth-child(1){
    padding-bottom: 10px;
}

footer ul.list-unstyled li a{
	color:#000;
	font-size: 13px;
}

.footer-nav{
    padding: 10px 56px;
}

header{
    background-color: rgba(17, 17, 17, 0.4);
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 14px 10px 3px;
	z-index: 2;
    position: relative;
}

footer{
    background: linear-gradient(to top, #8c8d91 83%, #696a6c 50%);
    overflow: hidden;
}



.navbar{
    background-color: transparent !important;
    border-color: transparent !important;
    margin-top: 12px;
}

.nav>li>a {
    padding: 10px !important;
}

nav{
    padding-top: 13px;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a {
    color: #fff !important;
    background-color: transparent;
}

.phone{
    padding-top: 22px;
}

.white{
	color:#fff !important;
}

.title h2{
    text-align: center;
    font-size: 28px;
    clear: both;
    margin-bottom: 20px;
    font-weight: bold;
    margin-top: 33px;
    padding-left: 50px;
}

.title{
	clear: both;
    margin-bottom: 10px;
}


body.application{
    background-color: #bbbcc0;
}

body.application #att-section-1{
    background: #fff;
    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: 0;
}

.overflow{
    /* margin-top: -182px; */
}

.social-icon{
    height: 23px;
}

.social{
	z-index:1;
	position:relative;
}


.logo{
    margin-top: 0px;
    margin-bottom: 10px;
    height: 89px;
}

.margintop{
    margin-top: 169px;
}


@media only screen 
and (min-width : 1921px) {

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    width: 100% !important;
    height: auto;
    float: none;
    margin: 0 auto !important;
    max-width: 100% !important;
}

.logo{
    width: 70% !important;
    padding: 15px 0px;
}

.nav>li>a {
    font-size: 25px !important;
}

.navbar-nav {
    float: left;
    margin-top: 61px;
}

}