/*
You can add your own CSS here.

Click the help icon above to learn more.
*/

.pagination a, .pagination span {
    height: 40px;
    width: 50px;
    line-height: 40px;
}

.single_tour_booking_wrapper, .single_tour_share_wrapper {
    background: #f1f1f1;
}

#single_tour_share_button {

    display: none;
}

.addtoany_list.a2a_kit_size_32 a > span {
    margin-top: 15px;
}

.sidebar_content .page_content {
	font-size: 110%;
	line-height: 1.5;
}

#cookieChoiceDismissIcon {
	background-color: rgb(22, 49, 69) !important;
}

#cookieChoiceInfo {
	background: rgb(22, 49, 69) !important;
	color: #fff;
	font-size: 12px;
	font-weight: 300;
}

#cookieChoiceInfo a {
color: #879bff;
}

#page_caption .single_tour_header_content .single_tour_header_price, .single_tour_header_price {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.single_tour_departure_wrapper li {
    padding: 15px 0 15px 0;
    border-bottom: 1px solid #dce0e0;
    border-top: 0px;
}

.cc-child-pages-thumb {
    display: block;
    width: auto;
    height: 120px;
    border-radius: 10px;
}

.simple .ccchildpage {
    background: #fff;
}

.txtshado h4 {
    text-shadow: 1px 1px 50px black;
	letter-spacing: -1px;
}

.pricehomebox {
	color: #fad302 !important;
	font-weight: 600;
	letter-spacing:0px;
	padding: 3px 3px 3px 15px;
	margin-right: -20px;
	border-radius: 5px;
}

img {
    image-rendering: auto !important;
}

.top_bar.hasbg {
    background: linear-gradient(to bottom,rgba(22, 49, 69,0.5),transparent);
}

#menu_wrapper div .nav > li.current-menu-item > a {
    color: #000000;
}

#menu_wrapper div .nav > li.current-menu-item > a:hover {
    color: #1C58F6;
}

.childpagetitle h3 {
	font-weight: 400 !important;
}

#page_caption.hasbg h1 {
	text-shadow: 1px 1px 5px rgba(0,0,0,0.2);
} 

.breadcrumbs {
	font-size: 10px;
    background: #fbfbfb;
    padding: 5px;
	margin: 0px 0 20px 0;
}

.vc_btn3.vc_btn3-color-sandy-brown, .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-flat {
    color: #04182a;
    background-color: #fad302;
    font-family: montserrat;
}

.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-flat:focus, .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-sandy-brown:focus, .vc_btn3.vc_btn3-color-sandy-brown:hover {
    color: #f7f7f7;
    background-color: #0d1066;
}

.above_top_bar {
    background: #163145;
}

.corpbox {
	box-shadow: 2px 2px 15px rgba(0,0,0,0.2);
	border-radius: 10px;
 transition: 0.2s ease-in-out;
}

.corpbox:hover {
	 transform: translate(0,-0.2em);
}

.testiround {
    width: 20% !important;
}

.testitext {
    width: 140%;
    margin-left: -190px;
    height: 200px;
}

.logo_wrapper img {
	height: auto;
    width: 145px;
    margin: 5px;
}

.clients3 img {
	height: 60px !important;
    width: auto;
    filter: saturate(0);
	margin: 30px;
	display: inline-block;
	transition: 0.25s ease-in-out
}

.clients3 img:hover {
	filter: saturate(100%);
}

.clients3 {
padding-left: 30px;
}

@media only screen and (max-width: 767px) {
.clients3 img {
	height: 60px !important;
    width: 100px !important;
}
#page_caption.hasbg h1 {
	letter-spacing: -2px;
} 
.logo_wrapper img {
	height: auto;
    width: 90px;
    margin: -10px;
}
}