/* *** BANNER *** */

#Banner {
    position: relative;
    float: left;
    width: 100%;
    z-index: 1;
}

#Banner ul {
    position: relative;
    float: left;
    width: 100%;
    list-style: none; 
}

#Banner li {
    height: 639px;
    background-position: center;
    background-size: cover;
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
}

#Banner img {
    display: inline-block;
}

#Banner .bx-controls {
    width:  100%;
    position: absolute;
    z-index: 100;
    bottom: 10px;
    text-align: center;
    left: 0;
}

#Banner .bx-pager {
    display: inline-block;
}

#Banner .bx-pager .bx-pager-item {
    float: left;
    margin: 0 10px;
    border: 1px solid #ccc;
    -webkit-border-radius: 50%;  
    -moz-border-radius: 50%;  
    border-radius: 50%;        
}

#Banner .bx-pager .bx-pager-item a {
    float: left;
    text-indent: -99999px;    
    display: block;
    width: 17px;
    height: 17px;
    border: 5px solid #fff;
    background: #fff;
    -webkit-border-radius: 50%;  
    -moz-border-radius: 50%;  
    border-radius: 50%;      
}

#Banner .bx-pager .bx-pager-item .active, #Banner .bx-pager .bx-pager-item a:hover{
    background: #062751;    
}

#Banner .bx-controls-direction {
    display: none;
}

#Banner .description {
    position: absolute;
    width: 440px;
    left: 50%;
    margin-left: -550px;
	padding:0px 30px;
    top: 29%;
	background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.5);
}

#Banner .description h2.bannerh {
    font-size: 20px;
    font-weight: normal;
    line-height: normal;
    color: #062751;
	margin-top:20px;
}

#Banner .description .txt {
    padding: 40px 0;
	font-size:15px;
}

.btn-1 {
    display: block;
    height: 50px;
    display: inline-block;
    border: 1px solid #062751;
    color: #062751;
    font-size: 16px;
    line-height: 49px;
    padding: 0 30px;
	margin-bottom:20px;
}


/* *** HOME *** */

#MainContent {
    float: left;
    width: 100%;
    padding: 40px 0;
}

.content-1 {
    float: left;
    width: 100%;
}

.content-txt p {
    margin-bottom: 20px;
}

.boxes-1 {
    float: left;
    width: 100%;
    padding: 30px 0 10px 0;
    text-align: center;
}

.boxes-1 h2 {
    color: #062751;
    padding: 0 0 13px 0;
    font-size: 18px;
    font-weight: 500;
}

.boxes-1 h2 a {
    color: #062751;
}

.boxes-1 h2 a:hover {
    color: #000;
}

.boxes-1 a img {
    width: 185px;
    -webkit-transition: 0.1s linear;
    -moz-transition: 0.1s linear;
    -ms-transition: 0.1s linear;
    -o-transition: 0.1s linear;
    transition: 0.1s linear;     
}

.boxes-1 figure a:hover img {
    width: 165px;
    margin: 10px;
}

/* *** RESPONSIVE *** */

@media only screen and (max-width: 1400px) {
    #Banner li {
        height: 500px;
    }
    #Banner .description h2 {
        font-size: 37px;
        line-height: 37px;
    }
    #Banner .description .txt {
        padding: 30px 0;
    }
    #Banner .description {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1170px) {
    #Banner .description {
        left: 10px;
        top: 30%;
        margin-left: 0;
        width: 50%;
        font-size: 16px;
    }
    #Banner .description h2 {
        font-size: 40px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 992px) {
    .boxes-1 a img {
        margin: 0 !important;
        width: 160px !important;
    }  
}

@media only screen and (max-width: 790px) {
    #Banner .description .txt {
        padding: 15px 0;
    }
    #Banner .description {
        top: 20%;
    }
    #Banner .description h2 {
        font-size: 30px;
        line-height: 30px;
    }
    #MainMenu li a {
        padding: 0 15px; 
    }
    #Banner li {
        height: 400px;
    }
}

@media only screen and (max-width: 768px) {
    .boxes-1 .row > div {
        margin-top: 30px;
    }
    .boxes-1 .row > div:first-child {
        margin-top: -10px;
    }    
}

@media only screen and (max-width: 600px) {
    #Banner .description h2 {
        font-size: 20px;
        line-height: 20px;
    }
    #Banner .description {
        width: 100%;
        padding: 0 10px;
        left: 0;
    }
    .btn-1 {
        height: 30px;
        font-size: 14px;
        line-height: 30px;
    }
    #Banner .description h2 {
        margin-bottom: 5px;
    }
    #Banner .description {
        font-size: 14px;
        line-height: 21px;
    }
    #Banner li {
        height: 300px;
    }  
}
