@import url(https://fonts.googleapis.com/css?family=Lato:400,900,700,300);

/*===========================================*/
/*	DESKTOP LAYOUT 
/*===========================================*/


@media (min-width: 1200px) {
	

}
@media (min-width: 992px) and (max-width: 1199px) {
	
}

@media (min-width: 992px) {
		
}

/*===========================================*/
/*	MOBILE & TABLET COMMON
/*===========================================*/
@media (min-width: 200px) and (max-width: 991px) {
	
}


/*===========================================*/
/*	TABLET
/*===========================================*/
@media (min-width: 768px) and (max-width: 991px) {

}


/*===========================================*/
/*	MOBILE
/*===========================================*/
@media (min-width: 200px) and (max-width: 767px) {
	
}
@media (min-width: 600px) and (max-width: 767px) {
}
@media (min-width: 480px) and (max-width: 599px) {

}
@media (min-width: 200px) and (max-width: 479px) {

}


/*===========================================*/
/*	USER CUSTOM
/*===========================================*/

#myCarousel .nav a small
{
    display: block;
}
#myCarousel .nav
{
    background: #eee;
}
.nav-justified > li > a
{
    border-radius: 0px;
}
.nav-pills>li[data-slide-to="0"].active a { background-color: #75d1ff; } /* border-top:3px solid orange; */
.nav-pills>li[data-slide-to="1"].active a { background-color: #75d1ff; }
.nav-pills>li[data-slide-to="2"].active a { background-color: #75d1ff; }
.nav-pills>li[data-slide-to="3"].active a { background-color: #75d1ff; }
.nav-pills>li[data-slide-to="4"].active a { background-color: #75d1ff; }
.nav-pills a:hover{color:#e74c3c;} /*border-top:3px solid #f7cf86;*/
.nav-pills {font-weight:550;color:#1b2834;border-radius:0px;margin-right:22.008px;}

section {
    /* padding-top: 30px;
    padding-bottom: 30px; */
    border-bottom: 0px;
}

.title-sub-xs{font-size:18px;margin-bottom:30px;font-weight:300;color:#494c52}
.title-sub-xs2{font-size:16px;font-weight:100;color:#494c52}

#toTop{
	position: fixed;
	bottom: 10px;
	right: 10px;
	cursor: pointer;
	display: none;
}


