/*

green:rgb(62,166,55)
dark: rgb(42,38,38)

*/

body,
p,
ul,
ol,
div,
table,
figure {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.6;
	margin: 0;
	box-sizing: border-box;
	color: rgb(44, 44, 44);
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
	max-width: 100%;
}

body,
html {
	overflow-x: hidden;
}

.hidden {
	display: none;
}

img {
	max-width: 100%;
	height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Montserrat", sans-serif;
	color: #313538;
	margin: 0;
	font-weight: 600;
}

/*.front-page h1 {*/
/*    visibility: hidden !important;*/
/*}*/
.obj-right img {
	object-position: right;
}

.obj-left img {
	object-position: left;
}

body .Montserrat-h2 {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 60px !important;
	margin-bottom: 100px !important;
}

body .second-page .Montserrat-h2-m {
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
}

body .second-page-s .Montserrat-h2-m {
	margin-bottom: 60px !important;
}

body .Montserrat-h2-m {
	margin-bottom: 60px !important;
	font-size: 54px !important;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
}

body .bth2 {
	margin-bottom: 0px !important;
	font-size: 60px !important;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
}

.restaurant_and_menu .ph2 {
	color: white;
}

.center {
	text-align: center;
}

.ph2 {
	text-align: center !important;
	margin-top: 10px;
	margin-bottom: 50px !important;
	color: #902529;
	font-size: 22px !important;
	font-family: "Montserrat", sans-serif;
	font-weight: 100 !important;
}

.logo-open {
	position: absolute;
	width: 200px;
	top: 100px;
	right: 30px;
	z-index: 1;
}

.logo-cancel {
	position: absolute;
	width: 280px;
	top: 350px;
	right: 10px;
	z-index: 1;
}

.cancellation {
	transform: rotate(20deg);
}

figure {
	line-height: 0;
}

.mob-arrow-p {
	display: none;
}

.travel .price-txt h3 {
	padding: 0 !important;
	padding-bottom: 30px !important;
}

.travel .btn {
	max-width: 210px;
	align-self: center;
}

.travel-ul {
	display: flex;
	flex-wrap: wrap;
	text-align: left;
}

.travel-ul li {
	width: 50%;
}

.contact-icon {
	max-width: 40px;
	margin-right: 20px;
	transition: 0.3s all;
	opacity: 0.9;
}

.contact-icon:hover {
	transform: scale(1.1);
	opacity: 1;
}

.contact-icon-phone {
	transform: translate(0, 30%);
	max-width: 40px;
	margin-right: 20px;
	transition: 0.3s all;
	opacity: 0.9;
}

.contact-icon-phone:hover {
	transform: translate(0, 30%) scale(1.1);
	opacity: 1;
}

body .price_img .rooms_flex_item {
	margin-top: 30px;
	padding-left: 15px;
	padding-right: 15px;
	box-shadow: none;
}

.btn {
	display: inline-block;
	font-size: 14px;
	margin: 0;
	cursor: pointer;
	font-weight: 500;
	border: 1px solid black;
	border-radius: 20px;
	min-width: 150px;
	color: #902529;
	transition: 0.3s all;
}

.btn a {
	display: block;
	padding: 10px 30px;
	text-decoration: none;
}

body .btn:hover {
	background-color: black;
	color: white;
}

body .btn:hover a {
	color: white;
}

body .not_flex {
	display: initial !important;
}

/* .second-f-h{
	padding-left: 0px !important;
}

body .second-f-h .control-label{
	display: flex !important;
    float: left;
    min-width: 100px;
    color: #902529;
    text-transform: uppercase;
    justify-content: center;
    flex-direction: unset;
    margin-left: 5px;
    margin-top: 5px;
    font-weight: 400;
    margin-right: 5px;
    font-size: 14px;
}

.second-f-h h3{
	font-weight: 200;
    text-transform: uppercase;
    width: 22%;
    display: block;
    float: left;
    position: relative;
    height: 100%;
    min-height: 120px;
    padding-top: 55px;
    text-align: center;
    font-size: 20px;
}

.second-f-h .control-group{
	padding-top: 30px;
    padding-bottom: 0px;
}

.second-f-h .btn-large{
	position: absolute;
    right: 20px;
    top: 50px;
    width: 70px;
    height: 30px;
    text-align: center;
    font-size: 14px !important;
    padding: 0 !important;
}

.second-f-h #ebSmallSearch{
	width: 78% !important;
    display: block !important;
    float: left;
    padding-top: 20px;
}

.second-f .row-fluid .span6, .second-f-h .row-fluid .span6 {
        width: 139px !important;
    min-width: 139px;
    display: flex !important;
    float: left !important;
    color: #902529;
    text-transform: uppercase;
    font-weight: 500;
    justify-content: center;
    flex-direction: unset;
}

.second-f .row-fluid, .second-f-h .row-fluid {
    display: flex;
        width: auto;
        min-width: auto;
}

.second-f-h .ebsmRooms{
	display: none;
}

.second-f #smwrap select.small, .second-f-h #smwrap select.small{
	width: 100%;
}

body .second-f .EBSM_oneRoom .span12{
	min-width: 120px;
}

.second-f .roomheader span, .second-f-h .roomheader span {
    float: left;
        min-width: 50px;
        color: #902529;
        text-transform: uppercase;
        font-weight: 500;
}

body .second-f .roomheader .roomNumReplace, body .second-f-h .roomheader .roomNumReplace {
    float: left;
        margin-left: 10px;
        color: #902529;
        text-transform: uppercase;
        font-weight: 500;
}

.second-f .numRooms .span6 {
    display: flex;
        left: 50%;
        float: left;
        min-width: 100px;
        width: 100px;
        color: #902529;
        text-transform: uppercase;
        font-weight: 500;
        justify-content: center;
        flex-direction: unset;
}

.second-f .numRooms {
    display: flex;
        float: left;
        min-width: 100px;
        width: 200px;
}

.second-f-h .numRooms{
	display: none;
}

.second-f .controls, .second-f-h .controls {
    display: flex;
        float: left;
        min-width: 150px;
}

.second-f .control-label, .second-f-h .control-label {
    display: flex !important;
    float: left;
    min-width: 100px;
    color: #902529;
    text-transform: uppercase;
    font-weight: 500;
    justify-content: center;
    flex-direction: unset;
    margin-left: 10px;
    margin-top: 5px;
}

.second-f #ebSmallSearch, .second-f-h #ebSmallSearch {
    width: 100%;
        display: flex;
}

.second-f .boxSized, .second-f-h .boxSized {
    width: 100%;
        max-width: 100%;
        display: flex;
}

.second-f .form, .second-f-h .form {
    width: 100%;
        display: flex;
        flex-direction: column;
}

.second-f .control-group, .second-f-h .control-group {
    display: flex;
        width: 100%;
        float: left;
        min-width: 100%;
        max-width: 100%;
} */

::-webkit-scrollbar {
	width: 10px !important;
	background-color: rgba(255, 255, 255, 0.9) !important;
	transition: 0.5s all !important;
}

::-webkit-scrollbar:hover {
	background-color: rgba(255, 255, 255, 1) !important;
}

::-webkit-scrollbar-thumb {
	transition: 0.5s all !important;
	background-color: rgba(229, 164, 58, 0.8) !important;
}

::-webkit-scrollbar-thumb:hover {
	background-color: rgba(229, 164, 58, 1) !important;
}

.logos-body {
	background-repeat: no-repeat;
	background-image: url(/files/Namibia-hunting/activities/game/shutterstock_523220767.jpg);
	background-size: cover;
	height: 400px;
	background-position: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex-wrap: wrap;
}

.footer-logo-body {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.footer-logo {
	width: 20%;
	opacity: 0.7;
	transition: 0.3s all;
	transform: scale(0.9);
}

.footer-logo:hover {
	opacity: 1;
	transform: scale(1);
}

.gallery-row .row {
	display: flex;
	max-height: 300px;
	min-height: 300px;
	padding-bottom: 30px;
}

.gallery-row img {
	min-height: 250px;
}

.gallery-row .thumbnail,
.gallery-row img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
}

.mod_navigation {
	height: 100%;
	position: fixed;
	width: 100%;
	top: -100%;
	left: 0;
	z-index: 999;
	background-color: #313538;
}

.mod_navigation .level_1 {
	height: 100%;
	padding-inline-start: 0;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.mod_navigation a {
	color: white;
	font-size: 24px;
}

.mod_navigation strong {
	color: white;
	font-size: 24px;
}

.level_2 {
	position: absolute;
	top: -150%;
	left: 50%;
	transform: translate(-25%);
	opacity: 0;
	pointer-events: none;
	transition: 0.5s all;
	padding-inline-start: 0;
	width: 100%;
}

.rating {
	position: absolute;
	top: 40px;
	right: 40px;
	display: flex;
	flex-direction: row;
}

.rating-star {
	top: 0 !important;
	left: 0 !important;
	position: relative !important;
	max-width: 20px;
	margin-bottom: 0px;
	margin-left: 6px;
	align-self: center;
}

.rating-user {
	color: white;
	align-self: center;
}

.rating-back {
	display: flex;
	flex-direction: row;
	width: 63px;
	margin-right: 5px;
	background-color: black;
	padding-left: 8px;
	margin-bottom: 3px;
	margin-top: 3px;
}

.rating-all {
	width: 70px;
	padding: 5px;
}

.submenu {
	position: relative;
}

.level_2 li {
	margin: 20px;
}

.level_2 a {
	font-size: 16px;
}

.vidbg {
	height: 100%;
	width: 100%;
	position: absolute;
}

.section {
	min-height: 100vh;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
}

.nav_wrap {
	position: fixed;
	width: 100%;
	z-index: 1000;
	height: 100px;
	padding-top: 5px;
	padding-left: 0;
	padding-right: 15px;
	transition: 0.5s all;
}

body .show {
	background-color: rgba(255, 255, 255, 1);
	border-bottom: 2px solid #e5a43a;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.4);
	transition: 0.3s all;
}

.trophies::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.4);
	left: 0;
	top: 0;
}

.logos::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.4);
	left: 0;
	top: 0;
}

.trophies .container {
	position: relative;
	z-index: 2;
}

body .show::before {
	height: 0;
	transition: 0.3s all;
}

body .show img {
	max-height: 88px;
	transition: 0.3s all;
}

.vidbg::before {
	content: "";
	width: 100%;
	height: 300px;
	position: absolute;
	z-index: 111;
	left: 0;
	top: 0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 100%);
	transition: 0.3s all;
}

.nav_content {
	display: flex;
	padding: 0;
}

.nav_left {
	display: flex;
	padding: 0;
	align-items: center;
	z-index: 222;
	padding-top: 14px;
}

.nav_logo {
	z-index: 222;
}

.nav_phone p,
.nav_email p {
	line-height: 50px;
	margin-left: 15px;
}

.p80 {
	padding-top: 80px !important;
	padding-bottom: 80px !important;
}

.nav_phone p a,
.nav_email p a {
	position: relative;
	color: white;
	text-decoration: none;
	padding-left: 20px;
	transition: 0.3s all;
}

.show .nav_phone p a,
.show .nav_email p a {
	position: relative;
	color: #313538;
	text-decoration: none;
	padding-left: 20px;
	transition: 0.3s all;
}

.nav_phone a:before {
	content: " ";
	position: absolute;
	top: 1px;
	left: 0;
	width: 15px;
	height: 15px;
	background-image: url(/files/Namibia-hunting/icons/phone-white.png);
	background-size: cover;
	transition: 0.3s all;
}

.nav_email a:before {
	content: " ";
	position: absolute;
	top: -2px;
	left: -5px;
	width: 20px;
	height: 20px;
	background-image: url(/files/Namibia-hunting/icons/mail-white.png);
	background-size: cover;
	transition: 0.3s all;
}

.show .nav_phone a:before {
	background-image: url(/files/Namibia-hunting/icons/phone.png);
}

.show .nav_email a:before {
	background-image: url(/files/Namibia-hunting/icons/mail.png);
}

.nav_wrap img {
	left: 50%;
	position: absolute;
	max-height: 200px;
	width: auto;
	display: block;
	margin: auto;
	transform: translate(-50%);
	transition: 0.3s all;
}

.nav_right {
	padding-top: 14px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	/*padding: 0;*/
}

.nav_lang {
	margin-right: 15px;
	margin-left: 15px;
}

.nav_lang a {
	margin-right: 5px;
	color: white;
	text-decoration: none;
	transition: 0.3s all;
}

.nav_lang p {
	color: white;
	transition: 0.3s all;
}

.show .nav_lang p,
.show .nav_lang a {
	color: #313538;
}

.burger,
.burexit {
	width: 40px;
	height: 25px;
	flex-direction: column;
	justify-content: space-between;
	display: flex;
	cursor: pointer;
	z-index: 200;
}

.lodge {
	padding-left: 5px !important;
	padding-right: 5px !important;
	padding-top: 0px !important;
	display: flex;
	flex-direction: column;
}

.gallery-second {
	padding-left: 5px !important;
	padding-right: 5px !important;
	padding-top: 60px !important;
	display: flex;
	flex-direction: column;
}

.gallery-second .summer_and_winter_item {
	padding: 60px;
}

.gallery-second .rooms_flex_item {
	background-color: inherit;
}

.travel-txt {
	align-self: center;
	padding: 40px !important;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

.price-txt {
	padding: 30px !important;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

.travel-img {
	padding: 0;
}

.travel-img img {
	object-fit: cover;
}

.lodge-img {
	height: 100%;
	padding: 0;
}

.lodge-img img {
	object-fit: cover;
}

.travel-info {
	padding-top: 200px !important;
}

.travel-i {
	padding-top: 80px;
}

.travel-i .btn {
	margin-top: 60px;
}

.x,
.y,
.z {
	background-color: white;
	width: 100%;
	height: 3px;
	display: flex;
	position: relative;
}

body .show .x,
body .show .y,
body .show .z {
	background-color: black;
	width: 100%;
	height: 3px;
	display: flex;
	position: relative;
}

.menu_wrap {
	height: 100vh;
	display: flex;
	position: fixed;
	bottom: 100vh;
	background-color: #313538;
}

.nav_content {
	width: 90% !important;
}

.mod_customnav {
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
}

.invisible {
	display: none;
}

.mod_customnav li {
	list-style-type: none;
}

.mod_customnav .level_1 {
	flex-direction: column;
	justify-content: space-evenly;
	display: flex;
	margin-block-start: 0;
	margin-block-end: 0;
	padding-inline-start: 0;
}

.mod_customnav a {
	color: white;
	text-decoration: none;
	font-size: 24px;
	transition: 0.3s all;
}

.mod_customnav a:hover {
	font-size: 30px;
}

.mod_customnav .active {
	color: white;
	font-size: 30px;
}

.header {
	background-attachment: fixed;
	background-image: url(/files/Namibia-hunting/Gasthof%20Thanner/main%20section/GH_Thanner-1.jpg);
	background-size: cover;
	background-position: center;
	padding-top: 0;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

body .header-slider {
	background-size: cover;
	background-position: center;
	height: 100vh;
	padding-top: 0;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	min-height: auto;
}

.rsts-main,
.rsts-view,
.rsts-crop,
.rsts-slides,
.rsts-slide-image,
.rsts-slide-image div:not([class]) {
	height: 100% !important;
}

.rsts-slide-image img {
	height: 100% !important;
	width: 100% !important;
	margin-top: 0 !important;
	margin-left: 0 !important;
	object-fit: cover;
}

/*.header:before{*/
/*content: " ";*/
/*background-attachment: fixed;*/
/*background-image:url(/files/Gasthofthanner/Gasthof%20Thanner/main%20section/header-6.png);*/
/*background-size:cover;*/
/*background-position:center;*/
/*position: absolute;*/
/*width: 100%;*/
/*	height: 100%;*/
/*	z-index: 2;*/
/*}*/

.rsts-skin-default .rsts-prev,
.rsts-skin-default .rsts-next,
.rsts-skin-default .rsts-video-play,
.rsts-skin-default .rsts-video-stop,
.rsts-skin-default .rsts-thumbs-prev,
.rsts-skin-default .rsts-thumbs-next {
	background-color: #902529;
	opacity: 1;
	border-radius: 0;
	border: none;
	box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.3);
	overflow: unset;
	background-image: url(/files/Namibia-hunting/icons/arrow.png);
	background-size: 10px;
	background-repeat: no-repeat;
}

.rsts-skin-default .rsts-next {
	transform: rotate(180deg);
}

.rsts-skin-default .rsts-nav-bullets a {
	border-radius: unset;
	border: 2px solid #902529;
	background-color: transparent;
	box-shadow: none;
	width: 15px;
	height: 15px;
	margin-bottom: 5px;
}

.rsts-skin-default .rsts-nav-bullets a:hover,
.rsts-skin-default .rsts-nav-bullets a.active {
	background-color: #902529;
	box-shadow: none;
}

.header .ce_text {
	height: 100vh;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0);
	background: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(87, 87, 87, 0) 66%, rgba(0, 0, 0, 0.3) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(66%, rgba(87, 87, 87, 0)), color-stop(100%, rgba(0, 0, 0, 0.3)));
	background: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(87, 87, 87, 0) 66%, rgba(0, 0, 0, 0.3) 100%);
	background: -o-linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(87, 87, 87, 0) 66%, rgba(0, 0, 0, 0.3) 100%);
	background: -ms-linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(87, 87, 87, 0) 66%, rgba(0, 0, 0, 0.3) 100%);
	background: linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(87, 87, 87, 0) 66%, rgba(0, 0, 0, 0.3) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=1);
}

.header h1 {
	text-align: center;
	width: 100%;
	color: white;
	font-size: 100px;
	text-shadow: 0px 5px 15px rgba(0, 0, 0, 0.4);
	line-height: 100px;
	margin-bottom: 28vh;
	font-weight: 500;
}

#header-booking-form {
	position: relative;
	z-index: 3;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.9);
	transition: 0.3s all;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: inherit;
	height: 100% !important;
}

#header-booking-form .formbody {
	display: flex;
	flex-direction: row;
}

#header-booking-form .widget-text {
	margin: 20px;
	border: none;
	border-bottom: 1px solid black;
	color: black;
	outline: none;
}

#header-booking-form input {
	background-color: inherit;
	border: none;
	outline: none;
}

#header-booking-form .widget-submit {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.widget-submit {
	height: max-content;
}

#header-booking-form button {
	color: black;
	background-color: inherit;
	border: 1px solid black;
	border-radius: 20px;
	padding: 5px 20px;
	height: min-content;
	transition: 0.3s all;
}

#header-booking-form button:hover,
#customForm:hover {
	background-color: black;
	color: white;
}

#header-booking-form input::placeholder {
	color: black;
}

#header-booking-form:hover {
	background-color: rgba(255, 255, 255, 1);
}

#header-booking-form h3 {
	font-size: 16px;
	font-weight: 200;
	width: auto;
	text-transform: uppercase;
	white-space: nowrap;
	padding-bottom: 4px;
}

#header-booking-form p {
	text-align: center;
}

#header-booking-form #ebSmallSearch #smwrap {
	max-width: 100%;
}

#header-booking-form #ebSmallSearch form {
	display: flex;
	align-items: center;
	justify-content: center;
}

#header-booking-form #ebSmallSearch .control-group {
	display: flex;
	align-items: center;
	margin: 0;
}

#header-booking-form #ebSmallSearch .control-group .control-label {
	color: #902529;
	text-transform: uppercase;
	margin: 0 15px;
	font-weight: 400;
	font-size: 16px;
}

#header-booking-form #ebSmallSearch .control-group .controls input {
	margin: 0;
	height: 34px;
}

#header-booking-form #ebSmallSearch .control-group button {
	font-size: 14px;
	padding: 8px 16px;
	margin-left: 15px;
	text-transform: capitalize;
}

#header-booking-form #ebSmallSearch .ebsmRooms,
#header-booking-form #ebSmallSearch .numRooms {
	display: none;
}

#ui-datepicker-div {
	font-size: 12px;
}

.highland img {
	max-height: 200px;
}

/* .eb_smallsearch {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.eb_smallsearch form {
  display: flex;
}

.eb_smallsearch select {
  background-color: #FFF;
  border: 1px solid #CCC;
  height: 30px;
  padding: 7px 6px;
  width: 60px;
  float: right
}

.eb_smallsearch h3 {
	font-weight: 200;
	text-transform: uppercase;
}

.eb_smallsearch .arrival,
.eb_smallsearch .departure {
  margin: 0;
}

.eb_smallsearch .arrival input,
.eb_smallsearch .departure input {
  color: #666;
  font-size: .923em;
  height: 34px;
  line-height: 23px;
  padding-left: 5px;
  width: 92%;
  border: 1px solid #CCC
}

.eb_smallsearch .datepicker {
  background: url(//www.easy-booking.at/ebPlugins/smallSearch/img/cal.gif) no-repeat scroll right 5px top 5px #FFF;
  border: 0 none
}

.eb_smallsearch .adults .label,
.eb_smallsearch .children .label {
  color: #666;
  line-height: 30px;
  padding-right: 10px
}

.eb_smallsearch .adults,
.eb_smallsearch .children {
  margin: 5px 20px 0 0
}

.eb_smallsearch form div.search .sendButton {
  background: none repeat scroll 0 0 #902529;
  border: 0 none;
  border-radius: 0 0 0 0;
  color: #FFF;
  cursor: pointer;
  float: left;
  font-size: 1em;
  padding: 8px;
  margin-right: 15px
}





.eb_smallsearch .arrival,
.eb_smallsearch .departure {
  min-width: 150px;
  float: left
}

.eb_smallsearch .adults,
.eb_smallsearch .children {
  min-width: 150px;
  float: left
} */

.formbody .widget {
	width: 90%;
	border: none;
	background-color: inherit;
	color: black;
	outline: none;
	margin-bottom: 30px;
	text-align: right;
}

.formbody .widget input::placeholder {
	color: black;
}

.formbody .widget input {
	width: 100%;
	background-color: inherit;
	border: none;
	border-bottom: 1px solid black;
	outline: none;
}

.formbody button,
#customForm {
	display: inline-block;
	font-size: 14px;
	margin: 0;
	cursor: pointer;
	font-weight: 500;
	border: 1px solid black;
	border-radius: 20px;
	min-width: 150px;
	color: black;
	transition: 0.3s all;
	padding: 20px 30px;
	text-decoration: none;
	background-color: inherit;
	text-align: center;
}

.form-right textarea {
	padding: 10px;
	width: 100%;
	height: 100%;
	border: 1px solid black;
	color: black;
	outline: none;
	resize: none;
	background-color: inherit;
}

.form-right textarea::placeholder {
	color: black;
}

.widget-textarea {
	height: calc(100% - 30px);
	width: 100% !important;
}

.formbody button:hover {
	background-color: black;
	color: white;
}

.form-left {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.formbody {
	margin-bottom: 50px;
	height: 300px;
	display: flex;
	flex-direction: row;
}

.prices {
	position: relative;
	background-image: url(/files/Gasthofthanner/Gasthof%20Thanner/room%20section/mountain-2.jpg);
}

.menu-g .rooms_flex_img h1 {
	position: absolute;
	text-align: center;
	width: 100%;
	top: 60%;
	transform: translate(0, -50%);
	color: white;
	font-size: 36px;
	z-index: 200;
	pointer-events: none;
	opacity: 0;
	transition: 0.3s all;
}

.menu-g .rooms_flex_img {
	margin: 10px;
	padding: 0 !important;
	width: calc(50% - 20px);
}

.full-w {
	width: calc(100% - 20px) !important;
	height: 400px;
}

.menu-g .rooms_flex_img::after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0);
	pointer-events: none;
	transition: 0.3s all;
}

.menu-g .rooms_flex_img:hover h1 {
	opacity: 1;
	top: 50%;
}

.menu-g .rooms_flex_img:hover:after {
	background-color: rgba(0, 0, 0, 0.4);
}

.trophies .btn {
	border: 1px solid white;
}

.game-species h3 {
	text-transform: lowercase !important;
}

.game-species h3:first-letter {
	text-transform: uppercase !important;
}

.second-page {
	padding-top: 175px !important;
	background-color: white !important;
}

.second-page .gallery-second {
	padding-top: 0 !important;
}

.second-page-s {
	padding-top: 150px !important;
	background-color: white !important;
}

.second-page-s h2 {
	color: black !important;
	text-shadow: none !important;
}

.second-page h2 {
	color: black !important;
	text-shadow: none !important;
}

.trophies .btn:hover {
	border: 1px solid black;
}

.trophies .btn a {
	color: white;
}

.price_flex .ce_text {
	text-align: center;
}

.price_flex {
	display: flex;
	flex-direction: column;
}

.prices table {
	display: flex;
	width: 100%;
	position: relative;
	height: 100%;
}

.prices table tr {
	padding-top: 10px;
	padding-bottom: 10px;
}

.prices .odd_item table {
	color: white;
}

.prices tbody {
	justify-content: space-around;
	display: flex;
	width: 100%;
	position: relative;
	height: 100%;
	flex-direction: column;
}

body .odd_item {
	background-color: #902529;
	flex-direction: column;
	display: flex;
}

.event-image-here {
	height: 300px;
	overflow: hidden;
}

.odd_item h3 {
	color: white;
}

.even_item {
	flex-direction: column;
	display: flex;
}

.even_item h3 {
	color: #902529;
}

.insta-section {
	padding-top: 80px;
}

.gallery-row {
	display: flex;
	justify-content: center;
}

.rooms,
.family-section,
.insta-section {
	background-color: white;
}

.rooms h2,
.family-section h2,
.insta-section h2 {
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
	font-size: 32px;
	text-transform: uppercase;
}
.instagram_gallery a {
	height: auto !important;
}

.rooms .rooms_flex,
.prices .rooms_flex {
	display: flex;
	flex-wrap: wrap;
	box-shadow: 0px 0px 50px -15px rgba(0, 0, 0, 0.3);
}

.rooms_flex_item {
	padding: 30px;
	background-color: white;
	text-align: center;
}

.rooms_flex_item h3 {
	font-size: 20px;
	padding-bottom: 30px;
	font-weight: 600;
	font-family: "Montserrat", sans-serif;
}

.rooms_flex_item .btn,
.summer_and_winter_item .btn,
.restaurant_item .btn {
	margin-top: 30px;
}

.rooms_flex_img {
	padding: 0;
}

.rooms_flex_img figure,
.rooms_flex_img img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.family_flex {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.family-pic {
	max-width: 900px;
	box-shadow: 0px 0px 50px -15px rgba(0, 0, 0, 0.3);
}

.restaurant {
	display: flex;
}

.restaurant_and_menu {
	display: flex;
	position: relative;
	padding: 80px;
	background-image: url(/files/Gasthofthanner/Gasthof%20Thanner/restaurant%20section/20191231_115247-01.jpg);
	flex-wrap: wrap;
	align-content: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.restaurant_and_menu:before {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
	display: flex;
}

.restaurant_and_menu h2 {
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
	font-size: 32px;
	color: black;
	text-transform: uppercase;
}

.restaurant_and_menu .mod_eventlist .offer-block .event-image-here {
	display: flex;
}

.restaurant_and_menu .mod_eventlist .offer-block .event-image-here img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.restaurant_and_menu .mod_eventlist .offer-block .event-block h2 {
	color: rgb(44, 44, 44);
}

.offer-block h3 {
	font-weight: 600;
	font-size: 26px;
}

.offer-text-h3 {
	font-size: 16px !important;
	font-weight: 400 !important;
}

.offer-text-p {
	font-weight: 100;
}

.second-offers .offer-block {
	margin-bottom: 0px;
}

.event .more {
	text-align: center;
	margin-top: 160px;
	margin-bottom: 60px;
}

.back {
	text-align: center;
	margin-bottom: 100px;
	width: 103%;
	position: relative;
	top: 35px;
}

.event .more a,
.back a {
	color: black;
	background-color: inherit;
	border: 1px solid black;
	border-radius: 20px;
	padding: 20px 30px;
	height: min-content;
	transition: 0.3s all;
	text-decoration: none;
}

.event .more a:hover,
.back a:hover {
	background-color: black;
	color: white;
}

.restaurant_flex,
.offset_flex {
	display: flex;
	flex-wrap: wrap;
	box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.3);
	max-width: 50%;
}

.offers_wrap {
	background-attachment: fixed;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-image: url(/files/Namibia-hunting/footer/sand.jpg);
}

.offers_wrap h2 {
	color: white;
}

.offset_flex {
	max-width: 100%;
}

.offset_flex .restaurant_flex_img,
.offset_flex .restaurant_item {
	height: 50%;
}

.offer {
	display: flex;
}

.mod_eventlist .header {
	display: none;
}

.event-txt {
	margin-top: 200px !important;
}

.event-txt strong {
	font-size: 20px;
	margin-bottom: 50px;
}

.event-txt p {
	margin-bottom: 30px;
}

.layout_full h1,
.layout_full .info {
	display: none !important;
}

body .layout_full {
	width: 100% !important;
	box-shadow: none;
}

.container-offer {
	justify-content: center;
	display: flex;
	flex-direction: column;
}

.restaurant_item {
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	padding: 30px;
	background-color: white;
	text-align: center;
	background-color: #fdf2e0;
}

.restaurant_item h3 {
	font-size: 20px;
	padding-bottom: 30px;
}

.restaurant_flex_img {
	padding: 0;
}

.restaurant_flex_img figure,
.restaurant_flex_img img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.menu {
	max-width: 59%;
	overflow-y: auto;
	background-color: #fdf2e0;
}

.menu .rsts-prev,
.menu .rsts-next {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 30%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	background-image: url(/files/Namibia-hunting/icons/arrow-colored.png);
	background-repeat: no-repeat;
	background-position: center;
	transition: 0.3s;
	opacity: 0;
	z-index: 1;
}

.menu .rsts-next {
	left: auto;
	right: 0;
	transform: rotate(180deg);
}

.menu .rsts-prev:hover,
.menu .rsts-next:hover {
	opacity: 1;
}

/*.menu .slick-slider .slick-track, .menu .slick-list, .menu .slick-slide, .menu .slick-track, .menu figure, .menu .slick-slide img{*/
/*	height: 100% !important;*/
/*}*/

.menu::-webkit-scrollbar {
	width: 1em;
}

.menu::-webkit-scrollbar-track {
	background-color: #fdf2e0;
}

.menu::-webkit-scrollbar-thumb {
	background-color: #b51726;
	outline: 1px solid slategrey;
}

.menu div {
	padding: 0;
}

.restaurant_and_menu .menu img {
	box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.3);
	transition: 0.3s all;
}

.restaurant_and_menu .menu img:hover {
	box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.6);
}

.summer_and_winter {
	background-color: #902529;
	flex-direction: column;
	justify-content: space-between;
	display: flex;
}

.summer_and_winter h2 {
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
	font-size: 32px;
	color: white;
	text-transform: uppercase;
	text-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

.summer_and_winter .ph2 {
	color: white;
}

.summer_and_winter_flex {
	display: flex;
	flex-wrap: wrap;
	box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.3);
}
.youtube-logo img {
	display: block;
	margin: 0 auto;
	padding-bottom: 50px;
}
.youtube_video_section a {
	padding-bottom: 50px;
	display: block;
}
.youtube_video_section a {
	color: #c00;
}
.youtube_video iframe {
	max-width: 100%;
	max-height: 200px;
}
.logo-book-your-hunt img {
	padding-bottom: 0px;
}

.map_and_reviews .summer_and_winter_flex {
	box-shadow: none;
}

.summer_and_winter_item {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	padding: 30px;
	background-color: white;
	text-align: center;
}

.summer_and_winter_item h3 {
	font-size: 20px;
	padding-bottom: 30px;
}

.summer_and_winter_item table {
	margin-top: 30px;
}

.summer_and_winter_item table tr:first-child {
	color: #902529;
}

.summer_and_winter_flex_img {
	padding: 0;
	min-height: 300px;
}

.summer_and_winter_flex_img figure,
.summer_and_winter_flex_img img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.game-species .rooms_flex_item {
	display: flex;
}

.travel .rooms_flex_item {
	margin-top: 30px;
	padding: 0;
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}

.travel .rooms_flex_item table {
	width: 100% !important;
	padding: 0 25px 25px 25px;
	display: flex;
}

.travel .rooms_flex_item table tr {
	margin-bottom: 15px;
	display: flex;
}

.travel .rooms_flex_item table tr td:first-child {
	text-align: left;
	width: 50% !important;
}

.travel .rooms_flex_item table tr td:last-child {
	text-align: right;
	font-weight: 600;
	width: 50% !important;
}

.travel img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mod_eventlist {
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
}

.layout_teaser h2,
.layout_teaser .time {
	display: none;
}

.event-block {
	text-align: center;
	max-width: 500px;
}

.offer-block {
	width: calc(33.33% - 30px) !important;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-color: white;
	margin: 15px;
	padding: 0;
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.075);
	width: auto;
}

.offer-price {
	position: absolute;
	bottom: 120px;
	font-size: 26px;
	text-align: center;
	width: 100%;
	left: 0;
}

.offer-block h3,
.offer-text {
	padding: 40px;
	font-size: 26px;
}

.offer-text h3 {
	padding: 0;
}

.fishing-service .bth2,
.fishing-service .ph2 {
	color: white;
	text-align: center;
}

.fishing-service {
	display: flex;
	position: relative;
	padding: 75px;
	background-color: #902529;
	flex-wrap: wrap;
	align-content: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.services {
	display: flex;
	position: relative;
	padding: 75px;
	background-image: url(/files/Gasthofthanner/Gasthof%20Thanner/fishing%20section/mountain-4.jpg);
	flex-wrap: wrap;
	align-content: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.services:before {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	display: flex;
}

.services h2 {
	position: relative;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
	font-size: 32px;
	color: white;
	text-transform: uppercase;
	text-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

.services .ph2 {
	color: white;
	position: relative;
}

.services_flex {
	display: flex;
	flex-wrap: wrap;
	box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.3);
}

.services_item {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	padding: 50px;
	background-color: #fdf2e0;
	text-align: justify;
	text-align-last: center;
}

.services_item ul {
	width: 100%;
}

.services_item h3 {
	font-size: 20px;
	padding-bottom: 30px;
}

.services_item .btn {
	margin-top: 30px;
}

.services_flex_img {
	padding: 0;
}

.services_flex_img figure,
.services_flex_img img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.lodges {
	background-image: url("/files/Namibia-hunting/background/khomas_DSC01064-1200x800.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}

.logos {
	background-image: url("/files/Namibia-hunting/background/leopard.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}

.trophies {
	background-image: url("/files/Namibia-hunting/background/map-bg.jpeg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.trophies .rooms_flex_item {
	background-color: inherit;
}

.lodges h2,
.trophies h2 {
	color: white !important;
}

.reviews_wrap {
	padding-bottom: 25px;
	background-color: white;
	min-height: auto;
}

.reviews_wrap h2 {
	position: relative;
	width: 100%;
	text-align: center;
	color: black;
	text-transform: uppercase;
}

.reviews_wrap .ph2 {
	color: White;
}

body .h-auto {
	min-height: auto !important;
}

.reviews {
	padding: 0px 0 0px;
	margin-bottom: 0 !important;
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-initialized .slick-slide {
	display: flex !important;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
}

.reviews .slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.reviews .slick-track {
	display: flex;
	flex-wrap: wrap;
}

.rifles .rooms_flex_item {
	display: flex;
	flex-wrap: wrap;
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1) !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
	width: calc(100% - 30px);
	margin-left: 15px;
}

.rifles p {
	font-size: 18px;
}

.rifles .travel-img {
	max-height: 280px;
}

.rifles .rooms_flex_item:hover .travel-txt {
	width: 30%;
}

.rifles .rooms_flex_item:hover .travel-img {
	width: 70%;
}

.travel-txt,
.travel-img {
	transition: 0.3s all;
}

.reviews .slick-slide {
	color: rgb(44, 44, 44);
	position: relative;
	padding: 15px;
	padding-top: 0;
	height: auto !important;
}

.reviews .slick-dots {
	display: none !important;
}

.line-review {
	display: none;
}

body .thumbnail {
	border: none;
}

.review-parent {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: white;
	padding: 20px;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

.review-parent img {
	border-radius: 50%;
	position: absolute;
	top: 30px;
	left: 30px;
}

.review-parent h6 {
	font-size: 24px;
}

.review-parent h5 {
	margin-bottom: 15px;
}

.review-parent p {
	text-align: justify;
}

.reviews .rsts-next {
	display: inline;
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	width: 30px;
	top: 50%;
	transform: translate(0, -50%) rotate(180deg);
	right: -50px;
	height: 50px;
	z-index: 22;
	background-image: url(/files/Namibia-hunting/icons/arrow-colored.png);
}

.reviews .rsts-prev {
	display: inline;
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	width: 30px;
	top: 50%;
	transform: translate(0, -50%);
	left: -50px;
	height: 50px;
	z-index: 22;
	background-image: url(/files/Namibia-hunting/icons/arrow-colored.png);
}

.offset {
	display: flex;
}

.gallery .rooms_flex_img {
	padding: 10px;
}

.gallery figure {
	overflow: hidden;
}

.gallery .rooms_flex_img img {
	transition: 0.3s all;
}

.gallery .rooms_flex_img img:hover {
	transform: scale(1.1);
}

.gallery-pic .rsts-next {
	display: inline;
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	width: 30px;
	top: 50%;
	transform: translate(0, -50%) rotate(180deg);
	right: -50px;
	height: 50px;
	z-index: 22;
	background-image: url(/files/Namibia-hunting/icons/arrow-colored.png);
}

.gallery-pic .rsts-prev {
	display: inline;
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	width: 30px;
	top: 50%;
	transform: translate(0, -50%);
	left: -50px;
	height: 50px;
	z-index: 22;
	background-image: url(/files/Namibia-hunting/icons/arrow-colored.png);
}

.old-pics-gallery {
	max-width: 900px;
	box-shadow: 0px 0px 50px -15px rgba(0, 0, 0, 0.3);
	padding: 0;
	margin: 0;
}

.gallery-pic img {
	display: block;
	width: 100%;
}

.weather_wrap {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin-top: 25px;
	height: 350px;
}

.weather_wrap .wetter-app {
	width: 100%;
	height: 100%;
	background-color: white;
}

.weather_wrap iframe {
	width: 70%;
	height: 100%;
	margin: 0 auto;
	display: flex;
}

.booking {
	flex-direction: column;
	justify-content: space-between;
	display: flex;
	padding-left: 150px;
	padding-right: 150px;
}

.booking h3 {
	padding-top: 30px;
}

.online-booking {
	padding: 0;
	height: 600px;
}

.anfrage_wrap .online-booking {
	padding: 10px;
	height: 660px;
}

body #appWrapper {
	height: 100%;
}

.map_and_reviews .section {
	min-height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

.map_and_reviews {
	display: flex;
	position: relative;
	padding: 0;
	background-image: url(/files/Gasthofthanner/Gasthof%20Thanner/fishing%20section/mountain-4.jpg);
	flex-wrap: wrap;
	align-content: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.map_and_reviews:before {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	display: flex;
}

.map_and_reviews h2,
.prices h2 {
	position: relative;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
	font-size: 32px;
	color: white;
	text-transform: uppercase;
	text-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

.footer_map {
	margin-top: 100px;
	margin-bottom: 200px;
}

.footer_map iframe {
	min-height: 50vh;
	width: 100%;
	box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.4);
}

footer td p {
	font-size: 12px;
}

.contact-right-txt {
	padding-top: 15px;
}

footer table {
	width: 100%;
}

.footer_contacts {
	display: flex;
	flex-direction: row;
	min-height: 100vh;
	position: relative;
	padding: 100px;
	background-image: url(/files/Namibia-hunting/footer/20170325-DSC01567_2800-1-1200x800.jpg);
	flex-wrap: initial;
	align-content: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	background-attachment: fixed;
}

.contact-body {
	height: 650px;
}

footer .rooms_flex {
	display: flex;
	height: 650px;
}

.footer_contacts_content {
	height: 100%;
	position: relative;
	display: flex;
	max-width: 400px;
	background-color: white;
	padding: 50px 30px;
	box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.4);
	flex-direction: column;
	justify-content: space-between;
	text-align: center;
}

.footer_contacts_content .btn {
	padding: 20px 30px;
	min-width: 170px;
}

.footer_contacts_content img {
	max-width: 50%;
	margin: auto;
	display: block;
	margin-bottom: 30px;
}

.footer_contacts_content p {
	margin-top: 30px;
}

.footer_contacts_content p:first-child {
	margin-top: 0px;
}

.footer_contacts_content p:last-child {
	margin-top: 15px;
}

.footer_contacts_content p a,
a {
	text-decoration: none;
	color: black;
}

.footer_easyloop {
	position: relative;
	max-width: 400px;
	margin-top: 50px;
}

.footer_easyloop img {
	display: block;
	max-width: 50%;
	margin: auto;
	margin-bottom: -100px;
}

.insta-widget {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	line-height: 0;
}

.insta-widget .post {
	width: calc(33.33% - 20px);
	display: block;
	position: relative;
	line-height: 0;
	padding: 0;
	margin: 10px;
}

.insta-widget .post img {
	width: 100%;
}

.insta-widget .post .meta {
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	background-color: rgb(0, 0, 0, 0.3);
	transition: 0.3s all;
	font-size: 16px;
}

.insta-widget .post .meta i {
	padding-right: 5px;
}

.post .stats .likes,
.post .stats .comments {
	color: white;
	padding: 10px;
}

.insta-widget .post .meta {
	opacity: 0;
}

.insta-widget .post:hover .meta {
	opacity: 1;
}

.insta-section .btn {
	max-width: 150px;
	display: block;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}

.flexity-centered {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

/*.buttons .second,*/
/*.buttons .third {*/
/*  padding: 8px 10px 10px 10px;*/
/*  margin-bottom: 5px;*/
/*  width: 179px;*/
/*  background-size: 179px;*/
/*  background-repeat: no-repeat*/
/*}*/

/*.buttons .third a,*/
/*.buttons .third p {*/
/*  color: #fff !important;*/
/*  left: 33px;*/
/*  position: relative;*/
/*  font-size: 14px*/
/*}*/

/*.buttons .second p {*/
/*  color: #fff !important;*/
/*  left: 18px;*/
/*  position: relative;*/
/*  font-size: 14px;*/
/*  margin-left: -14px*/
/*}*/

/*#nach-herzenslust h2 {*/
/*  word-spacing: 2px*/
/*}*/

/*#header .buttons .second {*/
/*  position: fixed;*/
/*  right: 0;*/
/*  z-index: 9999*/
/*}*/

/*#header .buttons .third {*/
/*  position: fixed;*/
/*  left: 0;*/
/*  z-index: 99999*/
/*}*/

.layout_teaser .image_container {
	max-height: 350px;
	height: 350px;
	overflow: hidden;
}
.layout_teaser .image_container img {
	height: 100%;
	object-fit: cover;
}

.land-section {
	min-height: auto;
	background-color: #902529;
}

/*.map::before{*/
/*content: '';*/
/*width: 100%;*/
/*height: 100%;*/
/*position: absolute;*/
/*background-color: rgba(0, 0, 0, .4);*/
/*}*/

.map {
	/*background-image: url(/files/Namibia-hunting/map/map-bg.jpeg);*/
	background-repeat: no-repeat;
	display: flex;
	background-size: cover;
	flex-direction: row;
	justify-content: center;
	min-height: auto;
	background-position: bottom;
	padding: 0;
}

#map {
	align-self: center;
	background-image: url(/files/Namibia-hunting/map/africa-2.png);
	width: 1000px;
	height: 1000px;
	display: block;
	position: relative;
	background-repeat: no-repeat;
	background-size: contain;
	margin-bottom: 50px;
	margin-top: 150px;
}

.land-section h2,
.land-section .ph2 {
	color: white;
}

.land-section .gallery-pic .rsts-next,
.land-section .gallery-pic .rsts-prev {
	background-image: url(/files/Namibia-hunting/icons/arrow.png);
}

.land-section .slick-list {
	max-height: 500px;
}

.family-section .old-pics-gallery {
	max-width: 650px;
}

.family-section .slick-list {
	max-height: 400px;
}

.land-text {
	max-width: 650px;
	padding: 20px;
	height: 300px;
	justify-content: flex-start;
	display: flex;
	flex-direction: column;
}

.land-text div {
	color: white;
}

.buttons .third:hover {
	background-image: url("files/Design/bk_1_sm.png");
	webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

#departureDate,
#arrivalDate {
	background-image: url("/files/Namibia-hunting/icons/cal.gif");
	background-repeat: no-repeat;
	background-position: right 10px center;
}

.booking_wrap {
	position: fixed;
	width: 100%;
	z-index: 999;
	height: 55px;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.4);
	bottom: 0;
}

.buttons .second {
	top: 41em;
	background-image: url("files/Design/bk_2_hov.png");
}

.buttons .third {
	top: 27em;
	background-image: url("files/Design/bk_1_hov.png");
}

.buttons .second,
.buttons .third {
	padding: 22px 16px 16px 0px;
	margin-bottom: 5px;
	width: 179px;
	background-size: 179px;
	background-repeat: no-repeat;
}

.buttons .third a,
.buttons .third p {
	color: #fff !important;
	left: 33px;
	position: relative;
	font-size: 14px;
}

#f24 span {
	font-size: 12px;
	font-weight: 400 !important;
	padding: 0;
}

#f24 .label {
	display: inline;
	padding: 0.2em 0.6em 0.3em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25em;
}

#f24 button.btn.dropdown-toggle.btn-default,
#f24 .btn-group.bootstrap-select.select.form-control {
	height: 30px;
	width: 44px;
	padding: 0;
	text-align: center;
}

#f24 .btn-group.bootstrap-select.select.form-control {
	position: absolute;
	left: 10em;
}

.buttons .second p {
	color: #fff !important;
	left: 18px;
	position: relative;
	font-size: 14px;
	margin-left: -14px;
}

#ui-datepicker-div {
	z-index: 1000 !important;
}

#header .buttons .second {
	position: fixed;
	right: 0;
	z-index: 9999;
}

#header .buttons .third {
	position: fixed;
	left: 0;
	z-index: 99999;
}

.buttons a.list_link {
	margin-bottom: 15px;
}

.buttons > div {
	padding: 0;
}

#main .row.buttons {
	margin-top: 50px;
	width: auto;
}

.second_slider {
	position: fixed;
	top: 42em;
	width: 200px;
	z-index: 999;
	right: 0;
	background: #8f2529;
	padding-top: 60px !important;
	box-shadow: 0px 0px 50px -15px rgba(0, 0, 0, 0.3);
}

.sendButton {
	text-transform: uppercase;
	width: 100%;
	line-height: 30px;
	color: #fdf2e0;
	border: none;
	transition: background-color 0.2s linear;
	display: block;
	text-align: center;
	height: 30px;
	background: #c3676c;
}

.main-form input,
.main-form select,
.main-form textarea {
	width: 100%;
	border: none;
	padding: 10px;
}

.main-form .form-captcha .widget-text {
	padding: 15px 0;
}

.main-form textarea {
	height: 170px;
	resize: none;
}

.main-form .widget {
	padding: 15px;
}

.main-form button {
	width: 100%;
	border: none;
	padding: 10px;
	margin-left: 0;
	background-color: #902529;
	color: white;
}

.main-form {
	min-height: auto;
}

.main-form .ui-datepicker-inline {
	display: none !important;
}

@media screen and (max-width: 1400px) {
	.mod_eventlist {
		flex-wrap: wrap;
	}

	.offer-block {
		margin: 0;
		width: 65% !important;
		margin-bottom: 80px;
	}

	.offer-block h3,
	.offer-text {
		padding: 15px;
		font-size: 22px;
	}

	.second-offers .offer-block {
		margin-bottom: 80px;
	}

	footer td p {
		font-size: 10px;
	}

	footer .rooms_flex_item {
		padding: 15px;
	}

	footer .rooms_flex_img {
		padding: 0 !important;
	}
}

@media screen and (max-width: 1200px) {
	.nav_wrap img {
		max-height: 88px;
	}

	.nav_left {
		position: absolute;
		width: 100%;
		top: 0;
		left: 0;
		height: 100%;
		z-index: 1;
	}

	.nav_lang {
		position: absolute;
		left: 20%;
		top: 50%;
		transform: translate(0, -50%);
	}

	.nav_lang a {
		margin-right: 10px;
		margin-left: 5px;
	}

	.nav_phone,
	.nav_email {
		display: none;
	}

	.nav_right {
		padding-top: 30px;
	}

	.highland img {
		max-height: 140px;
	}

	.nav_content {
		width: auto;
	}

	.logo-open {
		width: 150px;
	}

	.logo-cancel {
		width: 200px;
		top: 280px;
	}

	.weather_wrap iframe {
		width: 100%;
		transform: scale(0.9);
	}

	.restaurant_and_menu {
		padding: 15px;
	}

	.buttons .second {
		top: 61em;
	}

	.second_slider {
		background: rgba(143, 37, 41, 0.6);
		top: 62em;
	}

	footer .rooms_flex {
		flex-direction: column;
		height: 700px;
	}

	.contact-body {
		height: 700px;
	}

	footer .rooms_flex_item {
		order: 2;
	}

	footer .rooms_flex_img {
		order: 1 !important;
	}
}

@media screen and (max-width: 989px) {
	body .Montserrat-h2-m {
		margin-top: 0 !important;
		font-size: 40px !important;
	}

	.rating {
		top: 38px;
		right: -15px;
	}

	.travel .rooms_flex_item {
		display: flex;
		flex-direction: column;
	}

	.level_2 {
		transform: translate(-15%);
	}

	.submenu:hover .level_2 {
		transform: translate(-20%);
	}

	.travel-ul li {
		width: 100%;
	}

	.offers_wrap {
		flex-direction: inherit;
	}

	.mod_eventlist {
		flex-direction: column;
	}

	.offer-block {
		margin: 0;
		width: 100% !important;
		margin-bottom: 10px;
	}

	.offer-block h3,
	.offer-text {
		padding: 15px;
		font-size: 22px;
	}

	.travel-inf-img img {
		object-fit: contain !important;
	}

	.game-species .rooms_flex_item {
		flex-direction: column;
	}

	.travel-txt {
		text-align: center !important;
		order: 2;
	}

	.nav_phone,
	.nav_email {
		display: none;
	}

	.nav_wrap img {
		margin: inherit;
	}

	.restaurant_and_menu,
	.services {
		padding-left: 15px;
		padding-right: 15px;
	}

	.restaurant_and_menu .menu img {
		box-shadow: none;
	}

	.footer_reviews {
		margin-top: 100px;
	}

	.footer_contacts {
		flex-direction: column;
	}

	.footer_contacts_content {
		width: 100%;
		max-width: initial;
	}

	.contact-body {
		height: auto;
	}

	footer .rooms_flex {
		height: auto;
		margin-top: 50px;
	}
}

@media screen and (min-width: 768px) {
	.submenu:hover .level_2 {
		opacity: 1;
		transform: translate(-30%);
		pointer-events: visible;
	}
}

@media screen and (max-width: 767px) {
	.price-page .price-txt {
		padding: 15px 15px !important;
	}

	/*.price-page .travel .rooms_flex_item{*/
	/*	flex-direction: row;*/
	/*}*/

	.mod_eventreader .event-txt {
		box-shadow: none;
		margin-top: 120px !important;
		padding: 0px 10px !important;
	}

	.event .rooms_flex_img {
		padding: 0 !important;
		box-shadow: none;
	}

	.submenu {
		display: flex;
		flex-direction: column;
	}

	.submenu:hover .level_2 {
		transform: translate(0%);
	}

	.trigger {
		display: none;
	}

	.submenu .trigger {
		position: absolute;
		right: 5%;
		top: 50%;
		transform: translate(0, -50%);
		width: 30px;
		height: 30px;
		background-image: url("/files/Namibia-hunting/icons/menu-arrow.svg");
		background-repeat: no-repeat;
		background-size: contain;
		display: block;
		z-index: 2;
		tranistion: 0.3s all;
	}

	.submenu .level_2 .trigger {
		display: none;
	}

	#header .submenu:hover.level_2 {
		transform: translate(-20%);
		opacity: 0;
		display: none;
	}

	.nav_lang {
		left: 35%;
	}

	.reviews_wrap {
		padding-right: 0;
		padding-left: 0;
	}

	#main .reviews_wrap .reviews {
		margin-left: 0 !important;
		width: 90% !important;
		left: 50%;
		transform: translate(-50%);
	}

	.section.header {
		padding-top: 0px;
	}

	.contact-page .rooms_flex_item {
		padding: 30px 15px;
	}

	.contact-page .rooms_flex_item p {
		font-size: 12px;
	}

	.second-page.p80 {
		padding-top: 150px !important;
	}

	.insta-section .btn {
		position: relative;
		left: 50%;
		transform: translate(-50%);
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.second-page.p80 {
		padding-top: 150px !important;
	}

	.full-w {
		height: auto;
	}

	.menu-g .rooms_flex_img {
		width: calc(100% - 20px);
	}

	.logos-body {
		height: auto;
	}

	.section {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.travel-i {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.btn {
		margin-left: 25px !important;
		margin-right: 25px !important;
	}

	.youtube_video {
		padding: 0 4px;
	}

	.youtube_video iframe {
	}

	.youtube_video_section a {
		padding-bottom: 0;
	}

	.travel .rooms_flex_item.first {
		margin-top: 0 !important;
	}

	.p80 {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}

	.second-offers .offer-block {
		margin-bottom: 30px;
	}

	.event .more {
		margin-top: 150px;
		margin-bottom: 50px;
	}

	.offer-block {
		margin-bottom: 30px;
	}

	#map {
		margin-bottom: 0;
		margin-top: 0;
	}

	.nav_wrap img {
		transform: translate(-100%, 0%);
	}

	.footer-logo-body {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
		margin-top: 30px;
	}

	.footer-logo {
		width: 60%;
	}

	footer .contact-right-links {
		display: flex;
		flex-wrap: wrap;
	}

	footer .contact-right-links td {
		width: 100% !important;
	}

	footer .contact-right-links p {
		text-align: center !important;
	}

	.contact-body {
		margin-top: 75px;
	}

	footer .rooms_flex_item {
		padding: 30px;
	}

	footer .rooms_flex {
		margin-top: 75px;
		margin-bottom: 75px;
	}

	.rating {
		top: 30px;
		right: 50%;
		transform: translate(50%);
	}

	.review-parent {
		padding-top: 100px;
	}

	.nav_content {
		height: 0;
	}

	#header .level_2 {
		opacity: 0;
		height: 0;
		pointer-events: none;
		transition: none;
		display: block;
		position: inherit;
		top: auto;
		left: auto;
		transform: translate(0%) !important;
		padding: 0;
	}

	.price-txt p {
		font-size: 10px;
	}

	.price-txt h3 {
		font-size: 18px;
	}

	.menu-g .rooms_flex_img h1 {
		font-size: 20px;
	}

	.gallery-row {
		flex-direction: column;
	}

	.gallery-second .summer_and_winter_item {
		padding: 15px;
	}

	.formbody .widget {
		width: 100%;
		text-align: center;
	}

	.gallery-row .row {
		flex-direction: column;
		min-height: auto;
		max-height: inherit;
	}

	.formbody {
		flex-direction: column;
	}

	.form-left {
		order: 2;
	}

	.travel-txt,
	.price-txt {
		padding: 80px 10px !important;
	}

	#main .travel-txt * {
		text-align: left !important;
	}

	#main .travel-txt h3 {
		text-align: center !important;
	}

	.nav_right {
		padding: 14px;
		padding-top: 44px;
		position: relative;
		z-index: 2;
	}

	#map {
		width: 300px;
		height: 300px;
	}

	#header-booking-form h3 {
		position: absolute;
		top: 0;
	}

	#header-booking-form .formbody {
		display: flex;
		flex-direction: column;
		margin-top: 40px;
	}

	.logo-cancel {
		width: 200px;
		top: 200px;
		right: 5px;
	}

	.logo-open {
		width: 100px;
		top: 85px;
		right: 35px;
	}

	.buttons {
		display: none !important;
	}

	#header-booking-form {
		justify-content: center;
		flex-wrap: wrap;
	}

	#header-booking-form h3 {
		margin-bottom: 0;
	}

	#header-booking-form #ebSmallSearch form {
		flex-wrap: wrap;
	}

	#header-booking-form #ebSmallSearch .control-group {
		justify-content: center;
		flex-wrap: wrap;
		margin: 10px;
	}

	#header-booking-form #ebSmallSearch .control-group .control-label {
		text-align: right;
		margin-bottom: 0px;
		width: 30%;
	}

	#header-booking-form #ebSmallSearch .control-group button {
		margin-left: 0;
		margin-top: 0;
	}

	/* .second-f-h h3{
		font-weight: 200;
    text-transform: uppercase;
    width: 100%;
    display: block;
    float: left;
    position: relative;
    height: 100%;
    min-height: 0;
    padding-top: 0;
    text-align: center;
    font-size: 20px;
	}
	
	.second-f-h .control-group{
		display: block;
	}
	
	body .second-f-h #ebSmallSearch{
		    width: 100% !important;
	}
	
	.second-f-h #smwrap{
		width: 100%;
    min-width: 100%;
	}
	
	.second-f-h .control-label{
	width: 100%;
	}
	
	.second-f-h .controls{
	width: 100%;
    min-width: 100%;
    display: block !important;
    float: left;
    text-align: center;
	}
	
	.second-f-h .controls input{
		width: 50%;
	}
	
	.second-f-h .btn-large{
		    position: absolute;
    right: 0;
    left: 50%;
    top: auto;
    bottom: 10px;
    width: 100px;
    height: 30px;
    text-align: center;
    font-size: 14px !important;
    padding: 0 !important;
    transform: translate(-50%);
	}
	
	.second-f-h{
		padding: 10px !important;
	} */

	body .bth2 {
		font-size: 18px !important;
	}

	.header h1 {
		line-height: 50px;
		margin-bottom: -15vh;
		font-size: 50px;
	}

	.menu_wrap {
		height: 100vh;
	}

	#header-booking-form {
		height: auto;
		max-width: 100%;
	}

	#header-booking-form h3 {
		font-size: 20px;
		text-align: center;
	}

	/* .eb_smallsearch {
    flex-wrap: wrap;
    height: auto;
    justify-content: center;
  }

  .eb_smallsearch h3 {
    width: 100%;
    text-align: center;
  }

  .eb_smallsearch form {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    min-width: 275px;
    margin-top: 15px;
  }

  .eb_smallsearch .arrival,
  .eb_smallsearch .departure {
    width: 100%;
    margin-bottom: 10px;
  }

  .eb_smallsearch .arrival input,
  .eb_smallsearch .departure input {
    width: 100%;
  }

  .eb_smallsearch .search {
    display: flex;
    align-items: stretch;
  }

	.eb_smallsearch form div.search .sendButton {
    width: 50%;
    padding: 10px 0;
  }
  .eb_smallsearch form div.search .sendButton:last-child{
  	margin-right: 0;
  } */
	.restaurant {
		flex-wrap: wrap;
	}

	.restaurant_flex,
	.menu {
		max-width: 100%;
	}

	.restaurant_and_menu {
		position: relative;
		padding: 50px 15px 20px 15px;
	}

	.menu .rsts-prev,
	.menu .rsts-next {
		opacity: 0.2;
		width: 20%;
	}

	.family-section {
		min-height: auto;
	}

	.gallery-pic .rsts-prev {
		left: -25px;
	}

	.gallery-pic .rsts-next {
		right: -25px;
	}

	.restaurant_flex,
	.offset_flex {
		box-shadow: none;
	}

	.restaurant_item {
		margin-bottom: 50px;
		box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.3);
	}

	.restaurant_flex_img {
		margin-bottom: 0;
	}

	.services {
		padding-left: 0;
		padding-right: 0;
	}

	.services_item {
		padding: 30px;
	}

	.services_flex_img {
		padding: 0;
	}

	.map_and_reviews {
		padding: 0;
	}

	.footer_contacts {
		padding: 0;
	}

	.footer_easyloop img {
		margin-bottom: 30px;
	}

	.container {
		width: 100%;
	}

	.reviews .rsts-next {
		right: -25px;
	}

	.reviews .rsts-prev {
		left: -25px;
	}

	.review-parent img {
		position: static;
	}

	.review-parent {
		padding-left: 20px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.summer_and_winter h2 {
		font-size: 22px;
	}

	.booking_wrap {
		height: 55px;
	}

	#header-booking-form h3 {
		width: auto;
		padding: 15px 0;
	}

	.mob-arrow-p,
	.mob-arrow-close-p {
		display: block;
		position: absolute;
		top: 10px;
		right: 18px;
		height: 35px;
		width: 30px;
		background-repeat: no-repeat;
		background-size: contain;
		transform: rotate(90deg);
		padding: 5px;
	}

	.mob-arrow {
		background-image: url(/files/Namibia-hunting/icons/arrow-colored.png);
		display: block;
		height: 100%;
		width: 100%;
		background-repeat: no-repeat;
		background-size: contain;
		transform: rotate(0deg);
	}

	.booking {
		padding-left: 25px;
		padding-right: 25px;
	}

	body .text-long,
	body .text-long .container {
		padding-left: 0;
		padding-right: 0;
	}

	html,
	body,
	#wrapper,
	#container,
	#main,
	.inside,
	.container-fluid,
	.section {
		width: 100% !important;
		max-width: 100% !important;
	}

	.travel-info {
		padding-top: 175px !important;
	}

	body .second-page .Montserrat-h2-m {
		margin-bottom: 50px !important;
	}

	body .p80 .Montserrat-h2-m,
	body .travel-i .Montserrat-h2-m,
	body .Montserrat-h2-m.first,
	body .travel-info .Montserrat-h2-m,
	body .second-page .Montserrat-h2-m {
		margin-top: 0px !important;
	}

	.contact-page .rooms_flex_img {
		padding: 0;
	}

	body .second-page-s .Montserrat-h2-m {
		margin-top: 10px !important;
	}

	body .Montserrat-h2-m {
		margin-bottom: 50px !important;
		margin-top: 50px !important;
		font-size: 20px !important;
		text-transform: uppercase;
		font-family: "Montserrat", sans-serif;
		font-weight: 700;
	}

	.header {
		position: relative;
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment: scroll;
	}

	.gallery-pic .rsts-prev,
	.gallery-pic .rsts-next,
	.reviews .rsts-prev,
	.reviews .rsts-next {
		width: 15px;
		height: 25px;
	}

	.menu .rsts-prev,
	.menu .rsts-next {
		background-size: 20px;
		background-color: transparent;
	}

	.footer_contacts {
		background-attachment: scroll;
	}

	.insta-widget .post {
		width: calc(50% - 20px);
	}
}
