﻿
@media (max-width: 1200px) {

.carousel {
    height: 80%;
}


.carousel-pic {
    top:350px;
}

.carousel-inner2 {
    height: 488px;
}

}


@media (max-width: 991px) {
.carousel-inner2 {
    height: 358px;
}

.navbar-fixed-top {
    position: relative;
}

.navbar-inverse {
    background: #12375d;
    background-size: 100% 100%;
    border-color: rgba(10, 91, 88, 0);
    padding: 10px 0 10px 0;
    height:auto;
}

.img-responsive-logo {
    display: block;
    max-width: 100%;
    height: auto;
    margin:auto auto 10px auto;   
    -webkit-filter: drop-shadow(0px 0px 3px rgba(255, 255, 255, 0.5));	

}


.carousel {
    height: 75%;
}

.carousel-pic {
    top:265px;
}
.carousel-indicators {
    bottom: 0px;
}

.welcome
{
	padding-top:30px;
}

.title-welcome {
    font-family: 'Playball';
    color: #d7af10;
    font-size: 43px;
    text-transform: capitalize;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    padding-left: 0px;
    text-align:center;
}

.bg-content {
    padding-top: 10px;
}

.footer .textfooter {
    margin-top: 20px;
    height: 100px;
    padding-right: 0px;
    overflow: hidden;   
    margin-bottom: 0px;
}

.socials ul li {
    display: inline-block;
    width: 55px;
    height: 32px;
    text-align: center;
}
.socials ul li .name {
    font-size: 13px;
    color: #FFFFFF;
    margin-top: 15px;
    border-right: 0px #fff solid;
}
.links ul {
    text-align: left;
    margin-bottom: 0px;
    padding-left: 0px;   
    margin-top:0px;
}

.menu-footer .menu-bottom {
    display: inline-block;
    list-style-type: none;
    padding: 0px 5px 0 5px;
    background:none;
}

.menu-footer {
    text-align: center;
    margin-top: 20px;
    font-size: 12px;
    color: #b4b4b4;
}



}


@media (max-width: 768px) {
.carousel {
    height: 370px;
}

.carousel-inner2 {
    height: 258px;    
    background:url(../images/bg-header.png) no-repeat center -335px;
}



.carousel-pic {
    top:180px;    
    right: 55px;
}
.carousel-indicators {
    bottom: 20px;
}


.bg-content {
    background: url(../images/bg.jpg) no-repeat center top;
    background-size: cover;
    padding-bottom: 40px;
}


.footer {

    height:auto;
    position:relative;
    width: 100%;
    margin-top:0px;
    z-index: 9;
    background: rgba(23,34,75,1);
background: -moz-linear-gradient(left, rgba(23,34,75,1) 0%, rgba(11,80,129,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(23,34,75,1)), color-stop(100%, rgba(11,80,129,1)));
background: -webkit-linear-gradient(left, rgba(23,34,75,1) 0%, rgba(11,80,129,1) 100%);
background: -o-linear-gradient(left, rgba(23,34,75,1) 0%, rgba(11,80,129,1) 100%);
background: -ms-linear-gradient(left, rgba(23,34,75,1) 0%, rgba(11,80,129,1) 100%);
background: linear-gradient(to right, rgba(23,34,75,1) 0%, rgba(11,80,129,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17224b', endColorstr='#0b5081', GradientType=1 );

padding: 40px 0 20px 0;	

}


.footer .textfooter {
    margin-top: 20px;
    height: 100px;
    padding-right: 0px;
    overflow: hidden;   
     margin-bottom: 45px;
}



.links ul {
    text-align: left;
    margin-bottom: 0px;
    padding-left: 0px;   
    margin-top: 50px;
}

.menu-footer .menu-bottom {
    display: inline-block;
    list-style-type: none;
    padding: 0px 5px 0 5px;
    background:none;
}

.menu-footer {
    text-align: center;
    margin-top: 20px;
    font-size: 12px;
    color: #b4b4b4;
}


}


@media (max-width: 480px) {

.carousel {
    height: 200px;
}

.carousel-inner2 {
    height: 190px;
    background: url(../images/bg-header.png) no-repeat center -410px;
}



.carousel-pic {

 display:none;
 }
.carousel-indicators {
    bottom: 0px;
}

}