/* Add here all your CSS customizations */

/***** 9boat *****/

.underl{
    text-decoration: underline;
}
.thumbshadow{
    text-shadow: #000 1px 0 10px;
}

section.section{
	padding: 20px 0;
}
.counters.counters-sm .icons {
    font-size: 35px;
    line-height: 35px;
}
html section.section-primary.sec-inthanon6 {
    background-color: #014465 !important;
    border-color: #014465 !important;
}

html section.section-primary.sec-inthanon5 {
    background-color: #bf1d2e !important;
    border-color: #bf1d2e !important;
}

html section.section-primary.sec-inthanon4 {
    background-color: #fcb040 !important;
    border-color: #fcb040 !important;
}

html section.section-primary.sec-inthanon1 {
    background-color: #00a793 !important;
    border-color: #00a793 !important;
}

.social-icons li:hover.social-icons-line a {
    background: #00b900;
}
.owl-carousel.nav-bottom .owl-stage-outer {
	margin-bottom: 0px;
}
/*014465
.custom-overlay-style-1:before {
	-webkit-box-shadow: 30px 0px 220px 220px rgba(243, 245, 128, 0.918);
	box-shadow: 30px 0px 220px 220px rgba(247, 231, 142, 0.9);
}

.custom-overlay-style-1:after {
	background: rgba(245, 205, 130, 0.1);
}
*/

.custom-overlay-style-2:before {
	background: rgba(10, 10, 10, 0.6);
}

.custom-thumb-info-1 .thumb-info-wrapper:after {
	background: rgba(10, 10, 10, 0.8);
}

html .dropdown-item:hover{
	background-color: #212529;
}

@media (min-width: 992px) {

	#header .header-nav.header-nav-links nav > ul > li.dropdown:hover > .dropdown-menu{
		margin-top: -30px;
	}

}

.txtthumb {
    font-size: 25px;
    font-weight: bold;
}
.iconthumb {
    font-size: 25px;
}


.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
	background-color: #f2382f;
}

.owl-carousel.show-nav-title .owl-nav button[class*="owl-"],
.owl-carousel.show-nav-title .owl-nav button[class*="owl-"]:hover,
.owl-carousel.show-nav-title .owl-nav button[class*="owl-"].hover {
	color: #f4544c;
}

.owl-carousel .owl-nav button[class*="owl-"] {
	background-color: #f4544c;
	border-color: #f4544c #f4544c #f1261c;
	color: #FFF;
}

.owl-carousel .owl-nav button[class*="owl-"]:hover,
.owl-carousel .owl-nav button[class*="owl-"].hover {
	background-color: #f67670;
	border-color: #f7827c #f7827c #f4544c;
}

.owl-carousel .owl-nav button[class*="owl-"]:active,
.owl-carousel .owl-nav button[class*="owl-"].active {
	background-color: #f23228;
	background-image: none;
	border-color: #f1261c #f1261c #cd160d;
}

.owl-carousel.nav-with-transparency:not(.nav-style-1):not(.show-nav-title) .owl-nav button[class*="owl-"] {
	background-color: rgba(244, 84, 76, 0.4);
}

.owl-carousel.nav-style-1 .owl-nav .owl-next,
.owl-carousel.nav-style-1 .owl-nav .owl-prev {
	color: #f4544c !important;
}

.owl-carousel.nav-style-2 .owl-nav .owl-next:before,
.owl-carousel.nav-style-2 .owl-nav .owl-prev:before,
.owl-carousel.nav-style-2 .owl-nav .owl-next:after,
.owl-carousel.nav-style-2 .owl-nav .owl-prev:after {
	border-color: #f4544c;
}

.owl-carousel.carousel-center-active-item-2 .owl-item.active > div {
	background: #f4544c;
}