/* Color scheme */
/*-------- 3.1 Preloader --------*/
[data-loader="circle-side"] {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 50%;
	left: 50%;
	margin-left: -25px;
	margin-top: -25px;
	-webkit-animation: circle infinite .95s linear;
	-moz-animation: circle infinite .95s linear;
	-o-animation: circle infinite .95s linear;
	animation: circle infinite .95s linear;
	border: 2px solid #1b7171;
	border-top-color: rgba(0, 0, 0, .2);
	border-right-color: rgba(0, 0, 0, .2);
	border-bottom-color: rgba(0, 0, 0, .2);
	border-radius: 100%;
}

/*-------- 1.2 Buttons --------*/
a.button_intro_2,
.button_intro_2 {
	background: #1b7171;
}

a.button_intro_2:hover,
.button_intro_2:hover {
	color: #1b7171 !important;
}

a.btn_full,
.btn_full {
	background: #1b7171;
}

a.btn_full:hover,
.btn_full:hover {
	background: #333;
}

a.btn_1,
.btn_1 {
	background: #1b7171;
}

a.btn_1:hover,
.btn_1:hover {
	background: #333;
}

a.btn_1_outline,
.btn_1_outline {
	color: #1b7171;
	border: 2px solid #1b7171;
}

a.btn_1_outline:hover,
.btn_1_outline:hover {
	background: #333;
	border: 2px solid #333;
	color: #fff;
}

/*General links color*/
a {
	color: #1b7171;
}

a:hover,
a:focus {
	color: #333;
}

/*============================================================================================*/
/* MENU */
/*============================================================================================*/

ul#tools_top li a.search-overlay-menu-btn:hover {
	color: #1b7171;
}

/*First level styles */
.main-menu>ul>li:hover>a {
	background-color: #1b7171;
}


.main-menu>ul>li:last-child>a {
	background-color: #1b7171;
	color: #fff;
	padding: 10px 20px;
	border-radius: 50px;
	margin-left: 10px;
}

.main-menu>ul>li:last-child:hover>a {
	background-color: #092e2e;
}

.main-menu .mobile-only {
	display: none;
}

@media only screen and (min-width: 992px) {

	/* Submenu style*/
	.main-menu ul ul li:hover>a {
		background-color: #f9f9f9;
		color: #1b7171;
	}

	/* Megamenu */
	.main-menu ul li.megamenu .menu-wrapper {
		border-top: 2px solid #1b7171;
	}
}

@media only screen and (max-width: 991px) {
	#header_menu {
		background: #1b7171 url(../img/pattern_3.png) repeat;
	}

	.main-menu ul li a:hover,
	a.show-submenu:hover,
	a.show-submenu:focus,
	a.show-submenu-mega:hover,
	a.show-submenu-mega:focus {
		color: #1b7171 !important;
		background-color: #f9f9f9;
	}

	.main-menu>ul>li:last-child>a {
		background-color: #1b7171;
		color: #fff !important;
		margin-left: 0px;
	}

	#top_line {
		display: none;
	}

	.main-menu .mobile-only {
		display: block;
	}
}

/*============================================================================================*/
/* end MENU */
/*============================================================================================*/

h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
	color: #ed5434;
}

#top_line {
	background: #1b7171;
}

.box_style_2 h3 {
	background-color: #1b7171;
	color: #fff;
}

#tickets.table tr.total_row {
	color: #1b7171;
}

#tickets.table td input#total {
	color: #1b7171;
}

.indent_title_in i {
	color: #1b7171;
}

.bloglist ul li a:hover,
.bloglist h4 a:hover {
	color: #1b7171;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #1b7171;
}

.pagination>li>a:hover,
.pagination>li>span:hover {
	background-color: #1b7171 !important;
	border-color: #1b7171 !important;
	color: #ffffff !important;
}

.list_tours ul li a .price_list {
	color: #ed5434;
}

.list_tours ul li a .price_list:hover {
	color: #ed5434;
}

.short_info strong {
	background-color: #ed5434;
}

.price_grid {
	background-color: #ed5434;
}

.banner {
	background: #1b7171 url(../img/pattern_3.png) repeat;
}

.panel-title a .indicator {
	color: #1b7171;
}

.box_style_2 h3 span {
	color: #FF9;
}

/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/


.text-dark {
	color: #333333;
}

ul#top_links a {
	color: #333333;
}


.forgot-password {
	padding-top: 30px;
}


.login-form {
	background: #ebebeb;
	border: 1px solid #c5c5c5;
	padding: 20px 40px;
	border-radius: 10px;
}

.login-form .btn-login {
	width: 100%;
}

.login-form .input-group-addon {
	background: #fff;
}


.login-form .form-control {
	border: 1px solid #ccc;
}



a:focus,
a:hover {
	color: #1b7171;
	text-decoration: none !important;
}

.m-auto {
	margin: 0px auto;
}

.m-0 {
	margin: 0px;
}

.m-1 {
	margin: 10px;
}

.m-2 {
	margin: 20px;
}

.m-3 {
	margin: 30px;
}

.m-4 {
	margin: 40px;
}

.m-5 {
	margin: 50px;
}

.p-0 {
	padding: 0px;
}

.p-1 {
	padding: 10px;
}

.p-2 {
	padding: 20px;
}

.p-3 {
	padding: 30px;
}

.p-4 {
	padding: 40px;
}

.p-5 {
	padding: 50px;
}

.mt-1 {
	margin-top: 10px;
}

.mt-2 {
	margin-top: 20px;
}

.mt-3 {
	margin-top: 30px;
}

.mt-4 {
	margin-top: 40px;
}

.mt-5 {
	margin-top: 50px;
}

.ml-1 {
	margin-left: 10px;
}

.ml-2 {
	margin-left: 20px;
}

.ml-3 {
	margin-left: 30px;
}

.ml-4 {
	margin-left: 40px;
}

.ml-5 {
	margin-left: 50px;
}

.mb-1 {
	margin-bottom: 10px;
}

.mb-2 {
	margin-bottom: 20px;
}

.mb-3 {
	margin-bottom: 30px;
}

.mb-4 {
	margin-bottom: 40px;
}

.mb-5 {
	margin-bottom: 50px;
}

.mr-1 {
	margin-right: 10px;
}

.mr-2 {
	margin-right: 20px;
}

.mr-3 {
	margin-right: 30px;
}

.mr-4 {
	margin-right: 40px;
}

.mr-5 {
	margin-right: 50px;
}


.pt-1 {
	padding-top: 10px;
}

.pt-2 {
	padding-top: 20px;
}

.pt-3 {
	padding-top: 30px;
}

.pt-4 {
	padding-top: 40px;
}

.pt-5 {
	padding-top: 50px;
}

.pl-1 {
	padding-left: 10px;
}

.pl-2 {
	padding-left: 20px;
}

.pl-3 {
	padding-left: 30px;
}

.pl-4 {
	padding-left: 40px;
}

.pl-5 {
	padding-left: 50px;
}

.pb-1 {
	padding-bottom: 10px;
}

.pb-2 {
	padding-bottom: 20px;
}

.pb-3 {
	padding-bottom: 30px;
}

.pb-4 {
	padding-bottom: 40px;
}

.pb-5 {
	padding-bottom: 50px;
}

.pr-1 {
	padding-right: 10px;
}

.pr-2 {
	padding-right: 20px;
}

.pr-3 {
	padding-right: 30px;
}

.pr-4 {
	padding-right: 40px;
}

.pr-5 {
	padding-right: 50px;
}


footer #social_footer a {
	background: #1b7171;
}

footer #social_footer ul li a:hover {
	background: #49e9e9;
}


.search-properties {
	position: relative;
	height: 350px;
	width: 100%;
}

.search-properties .form-container {
	position: absolute;
	z-index: 1004;
	margin-top: -50px;
	left: 50%;
	transform: translateX(-50%);
}


.search-properties .form-container .nav-tabs>li>a {
	font-weight: 300;
}

footer .contact-item {
	display: block;

}

footer .contact-item span {
	display: inline-block;
	vertical-align: top;
}

footer ul.links li>a {
	margin-bottom: 10px;
	display: block;
}

footer .social-links {
	text-align: center;
}

footer .social-links li {
	display: inline-block;
}

footer .social-links li a {
	margin-right: 15px;
}

footer .social-links li a img {
	width: 26px;
}


footer .copyright a,
footer .copyright div,
footer .copyright span {
	color: #7c7c7c;
	position: relative;
	font-size: 12px;
}


.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	background-color: #1b7171 !important;
}


#sub-page-wrapper{
	position: relative;
}

#sub-page-wrapper .image-wrapper{
	height: 400px;
	position: relative;
}

#sub-page-wrapper .image-wrapper .text-continer{
	position: absolute;
    /* background: red; */
    left: 50%;
    transform: translateX(-50%);
    top: 35%;
	text-align: center;
}

h3.ls-l.slide_typo {
    text-shadow: 5px 5px 6px black;
}



.ad-section{
	margin-top: 30px;
	margin-bottom: 30px;
}

.overview-item{
	display: block;
	background: #eaeaea;
	text-align: center;
	margin-top: 10px;
	border-radius: 8px;
}

.overview-item .lable{
	font-weight: 500;
	color: #a1a1a1;
	padding-top: 10px;
}

.overview-item .value{
	font-weight: 500;
	color: #333;
	padding-bottom: 5px;
}


.agent{
	background: #d4d4d4;
	padding: 20px;
}

.agent-profile-image{
	width: 100px;
	margin: auto;

}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}