.mt-0 {
    margin-top: 0px !important;
}
.mt-5 {
    margin-top: 5px !important;
}
.mt-10 {
    margin-top: 10px !important;
}
.mt-15 {
    margin-top: 15px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.mt-25 {
    margin-top: 25px !important;
}
.mt-30 {
    margin-top: 30px !important;
}
.mt-40 {
    margin-top: 40px !important;
}
.mt-50 {
    margin-top: 50px !important;
}
.mt-60 {
    margin-top: 60px !important;
}
.mt-80 {
    margin-top: 80px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mt--57 {
	margin-top: -57px;
}

.mb-0 {
    margin-bottom: 0px !important;
}
.mb-5 {
    margin-bottom: 5px !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.mb-15 {
    margin-bottom: 15px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-25 {
    margin-bottom: 25px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mb-40 {
    margin-bottom: 40px !important;
}
.mb-50 {
    margin-bottom: 50px !important;
}
.mb-60 {
    margin-bottom: 60px !important;
}
.mb-80 {
    margin-bottom: 80px !important;
}

.mb-140{
	margin-bottom: 140px !important;
}
.pt-0 {
    padding-top: 0px !important;
}
.pt-5 {
    padding-top: 5px !important;
}
.pt-10 {
    padding-top: 10px !important;
}
.pt-15 {
    padding-top: 15px !important;
}
.pt-20 {
    padding-top: 20px !important;
}
.pt-25 {
    padding-top: 25px !important;
}
.pt-30 {
    padding-top: 30px !important;
}
.pt-40 {
    padding-top: 40px !important;
}
.pt-50 {
    padding-top: 50px !important;
}
.pt-60 {
    padding-top: 60px !important;
}
.pt-80 {
    padding-top: 80px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}
.pb-5 {
    padding-bottom: 5px !important;
}
.pb-10 {
    padding-bottom: 10px !important;
}
.pb-15 {
    padding-bottom: 15px !important;
}
.pb-20 {
    padding-bottom: 20px !important;
}
.pb-25 {
    padding-bottom: 25px !important;
}
.pb-30 {
    padding-bottom: 30px !important;
}
.pb-40 {
    padding-bottom: 40px !important;
}
.pb-50 {
    padding-bottom: 50px !important;
}
.pb-60 {
    padding-bottom: 60px !important;
}
.pb-80 {
    padding-bottom: 80px !important;
}

.ptb-80 {
    padding-bottom: 80px !important;
	    padding-top: 80px !important;
}


.border-bottom {border-bottom:1px solid #efefef;}

.border-top {border-top:1px solid #efefef;}

.border-top-light{border-top:1px solid #fff;}


/* HEADER TOP*/

.btn-website{background-color:#d3bd64;color:#fff; letter-spacing: 0.5px; font-size: 10px;  font-family:'Open Sans', sans-serif;}

.btn-website:hover{background-color:#b99503;color:#fff;}

.btn-language{letter-spacing: 0.5px;font-size: 10px;  font-family:'Open Sans', sans-serif; background:#fff;}

.btn-website .glyphicon{font-size:8px; top:0;}

.btn-language .glyphicon{font-size:8px;}

.dropdown-menu-language{font-size:10px; font-family:'Open Sans', sans-serif; min-width:40px;}

.dropdown-menu-language>.active>a{
	background-color: #d3bd64;
    background-image: -webkit-linear-gradient(top, #d3bd64 0%, #b99503 100%);
    background-image: -o-linear-gradient(top, #d3bd64 0%, #b99503 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d3bd64), to(#b99503));
    background-image: linear-gradient(to bottom, #d3bd64 0%, #b99503 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d3bd64ab7', endColorstr='#b99503da4', GradientType=0);
    background-repeat: repeat-x;
}

.dropdown-menu-language>.active>a:hover{
	background-color: #b99503;
    background-image: -webkit-linear-gradient(top, #b99503 0%, #d3bd64 100%);
    background-image: -o-linear-gradient(top, #b99503 0%, #d3bd64 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#b99503), to(#d3bd64));
    background-image: linear-gradient(to bottom, #b99503 0%, #b99503 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b99503ab7', endColorstr='#d3bd64da4', GradientType=0);
    background-repeat: repeat-x;
}





/*FOOTER BOTTOM*/

