html.lb-disable-scrolling {
  overflow: hidden;
  /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
  position: fixed;
  height: 100vh;
  width: 100vw;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/data/images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(/data/images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(/data/images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/data/images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}


.clickable {
	cursor: pointer;
}

.contact-form h4 {
	padding-left: 0;
}

/*.shipping_address .ignore:not(.important) {
	display: none;
}*/

/*#step_1 .address_box{
	border: 1px solid black;
	clear: both;
	margin: 10px 0;
	padding: 10px;
	width: 100%;
}*/

#checkout #step_2 .address_box,
#invoice .address_box {
	margin-bottom: 20px;
}

/*.modal .address_box {
	border: 1px solid #333333;
	padding: 15px;
	margin-top: 10px;
	position: relative;
}*/

.address_boxes .address_box{
	padding: 8px;
	border: 1px solid #d5ae82;
}

.modal .address_box{
	margin-bottom: 30px;
}

.modal .address_box:hover{
	background: rgba(0,0,0,0.1);
}

.address_box .x{
	position: absolute;
	right: 10px;
	top: 5px;
	color: #ccc;
}

/*.address_boxes {
	margin: 5px;
	width: calc(50% - 10px);
}*/

#checkout .contact-form input.form-control[type='checkbox'],
#checkout .contact-form input.form-control[type='radio'] {
	float: left;
	height: 23px;
	margin-right: 10px;
	margin-left: 1px;
	margin-top: 0;
	width: auto;
}

#checkout #checkout_form .control-label {
	opacity: 1;
	position: relative;
	top: 0;
	bottom: 0;
	line-height: 1.2em;
	left: 0;
	right: 0;
}

.btn + .btn {
	margin: 0 10px;
}

#checkout_form a {
	color: #a99b6c !important;
}

#shop .pricing-table img {
	//max-width: 100px;
}

.pricing-table .border-8px {
	border-width: 3px;
}

.pricing-table .price .price {
	float: right;
	font-size: 22px !important;
}

.pricing-table .price .price2 {
	float: right;
	font-size: 20px !important;
	margin-top: -12px !important;
	margin-bottom: 5px !important;
}

.btn-add-to-cart-wrapper,
.btn-product-view-details {
	bottom: 15%;
}

.product-thumb:hover > .overlay {
	background: rgba(50,50,50,0.2);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
}

.products .product,
.products .product:hover {
	border: none;
}

form.cart.add-item table td {
	vertical-align: middle;
	line-height: 45px !important;
	padding-left: 0;
}

form.cart.add-item .quantity .qty,
.product .product-summary .cart-form-wrapper form.cart.add-item .quantity .qty {
	height: 45px;
}

.invoice-information{
	margin-bottom: 20px;
}

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0)
{ @media {
	form.cart.add-item .quantity .qty,
	.product .product-summary .cart-form-wrapper form.cart.add-item .quantity .qty {
		height: 47px;
	}
}}

.product .price.shop-price .amount {
	font-size: 25px !important;
}

.product .product-summary .product-title {
	line-height: 1em;
}

@media only screen and (max-width: 1200px) {
	.pricing-table img {
		max-width: 120px;
	}
}

table#cart.table tbody td > span.mobile {
	display: none;
	float: left;
}

.form-group.has-error div.check-block label,
.form-group.has-error.check-block label {
	color: #a94442;
}

@media screen and (max-width: 767px) {
	/*#cart .cart_photo > img {*/
	/*display: none;*/
	/*}*/
	table#cart.table thead {
		display: none;
	}

	table#cart.table tbody tr {
		border-bottom: 2px solid #ddd;
	}

	table#cart.table tbody tr:not(.coupon) td {
		display: inline-block;
		float: left;
		width: 100%;
		max-width: none;
		text-align: right;
	}

	table#cart.table tbody td.cart_name,
	table#cart.table tbody td.cart_photo {
		text-align: center;
	}

	table#cart.table tbody td .quantity {
		float: right;
		text-align: left;
	}

	table#cart.table tbody td.cart_photo > img {
		text-align: center;
		display: inline-block;
	}

	/*table#cart.table tbody tr:not(.coupon) td:first-child {
		float: left;
		width: 50px;
		position: absolute;
		left: 16px;
		text-align: center;
		line-height: 46px;
	}*/

	table#cart.table td.checkout:first-child {
		display: none;
	}

	table#cart.table tr.coupon td {
		display: none;
	}

	table#cart.table tr.coupon td:first-child {
		display: table-cell;
		width: 100%;
		position: relative;
		left: 0;
		text-align: left;
	}

	table#cart.table tbody td > span.mobile {
		display: block;
	}

	table#cart.table tfoot th {
		display: inline-block;
		float: left;
		width: 50%;
	}

	table#cart.table tfoot tr:first-child th {
		/*padding-top: 40px;*/
	}

	table#cart.table thead th:first-child,
	table#cart.table thead th:last-child {
		display: none;
	}

	table#cart.table tbody tr.empty td {
		width: 100% !important;
		display: table-cell;
		border: none !important;
		position: relative !important;
	}

	table#cart td.text-center{
		text-align: right !important;
	}

	table#cart td.text-center.product-remove{
		text-align: left !important;
	}
}

@media only screen and (max-width: 991px) {
	#shop .product .product-thumb .thumb {
		text-align: center;
		width: 100%;
	}

	#shop .pricing-table img {
		max-width: 150px;
	}
}

/*.content {
    padding-top: 50px;
    padding-bottom: 50px;
}*/

.content > section {

}

.content  section > .container,
.content  section > .container-fluid {
    padding-top: 0;
    padding-bottom: 0;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.video {
    position: relative;
    overflow: hidden;
    transition: ease-in-out .2s;
    min-height: 150px;
}

#full-width-video.wrapper {
    padding: 0;
}

#full-width-video.wrapper .video {
    /*! padding: 160px 0; */
    min-height: 320px;
    margin-bottom: 0;
}

.video video {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    min-width: 100%;
    min-height: 100%;
    transition: ease-in-out .2s;
}

.video video::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    content: "";
    background-color: black;
}


#full-width-video.wrapper video[poster] {
    display: inline-block;

    width: calc(100% + 400px);

    left: -200px;

    right: -200px;
}

.video::after {

    position: absolute;
    left: 5px;
    right: 0;
    top: 0;
    bottom: 0;
    width: 16px;
    height: 16px;
    margin: auto;
    border-style: solid;
    border-width: 8px 0 8px 16px;
    border-color: transparent transparent transparent rgba(255, 255, 255, 1);
    transition: ease .2s;
    -webkit-transform: rotate(360deg)
}

.video:hover::before {
    background-color: #000;
}

.video:hover::after {
    border-color: transparent transparent transparent #FFFFFF;
}

.video.playing img,
.video.playing::before,
.video.playing::after {
    display: none;
}

.spacing-small > div {
    padding-top: 15px;
    padding-bottom: 15px;
}

.spacing-medium > div {
    padding-top: 25px;
    padding-bottom: 25px;
}

.spacing-large > div {
    padding-top: 40px;
    padding-bottom: 40px;
}

.links .row {
    clear: both;
    margin: -15px;
}

.links .row > div {
    padding: 15px;
}

.row.files ul li {
    /*padding-left: 15px;*/
    /*margin-left: 15px;*/
    list-style-type: none;
}

.row.files ul li i {
margin-right: 10px;
}

.row.list-style ul li{
    padding-left: 15px;
    margin-left: 15px;
    list-style-type: circle;
}

.designer-gal-img {
    padding: 10px !important;
}

.designer-gal-img img {
    width: 100% !important;
}

.designer-btn{
    background-color: #061138;
    color: #fff;
    padding: 10px 25px;
    border: none;
    float: left;
    text-transform: uppercase;
    font-weight: 600;

}

.designer-btn + .designer-btn{
    float: right;
}





.print #print-button{
    display: none;
}

#registrations #Top_bar{
    display: none;
}

#registrations footer{
    display: none;
}

#registrations #Wrapper{
    box-shadow: none;
}

@media print {
    #print-button {
        display: none;
    }
}


.main-footer .widgets-section {
    padding: 45px 0 50px;
}

.copyright-content {
    margin-bottom: 45px;
}

footer .copyright-content a {
    color: #FFFF;
}

footer .copyright-content img {
    max-width: 100%;
}

.ess-disclamer {
    color: #FFFFFF;
    font-size: 9px;
}

#error .error-block {
    text-align: center;
}

#error .error-title {
    font-size: 150px;
}

#error .lead {
    font-size: 60px;
}

#error .form-control {
    margin: 0;
}

#print-button {
    background-color: #061138;
    color: #FFFFFF;
    font-weight: 600;
    padding: 10px 25px;
}

.loading {
    background-color: rgba(51, 51, 51, 0.2) !important;
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 11050;
}

#global.loading {
    position: fixed;
}

.loading .spinner {
    background-image: url("/data/images/loading.gif") !important;
    background-repeat: no-repeat;
    bottom: 0;
    display: inline-block;
    height: 35px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
}

#locations {
    display: none;
}

.contact .form-group.has-error input,
.contact .form-group.has-error textarea,
.contact .form-group.has-error select,
.contact .form-group.has-error p {
    border-color: #A94442;
}

.modal-footer {
    padding: 1rem 0;
}

.modal .contact .form-subscribe .email-container.has-error input,
.footer-widget .default-form .has-error .footer-input input {
    border-bottom-color: #A94442;
}

.contact .form-group.has-error label.control-label {
    color: #A94442;
}

.contact .form-group.has-error input:-ms-input-placeholder {
    color: #A94442;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #000000;
}

.form-control:focus::-ms-input-placeholder { /* Microsoft Edge */
    color: inherit;
}

.contact .ignore .form-control {
}

.contact .required .control-label:after {
    content: " *";
}

.contact #results {
    border: 1px solid #CCCCCC;
    display: none;
    text-align: center;
}

.contact #results .text {
    margin: 10px;
}

.contact #results.show {
    display: block;
    padding: 10px;
}

.contact #results {
    margin-bottom: 30px;
}

.contact #results.error {
    border-color: #A94442 !important;
    color: #A94442;
}

.contact #results.success {
    border-color: #DD7902 !important;
    color: #DD7902;
}

.contact #form {
    position: relative;
}

#form {
    overflow: hidden;
}

.re-captcha > div {
    background-color: transparent;
    display: inline-block;
    height: auto;
    padding: 0;
    width: auto;
}

.re-captcha.has-error > div {
    border: 1px solid #A94442 !important;
    border-radius: 3px;
}

.g-recaptcha > div {
    height: 76px !important;
    width: 302px !important;
}

.g_map {
    height: 400px;
    position: relative;
    width: 100%;
}

.map {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.header-style-one .logo-desktop .logo img {
    width: 80%;
}

.gallery-block-four .lower-box {
    padding: 20px 20px 0px 0px;
    text-align: left;
}

.rent-buy-section {
    padding: 90px 0;
}

.form-group .ui-button .ui-icon {
    right: 0;
}

.p-amount del {
    font-size: 18px;
}

.rental-block .title-box h4,
.main-footer .footer-bottom {
    text-transform: none;
}

input.jetski-quantity-input {
    padding-bottom: 0;
    text-align: center;
    width: 25% !important;
}

aside.sidebar.blog-sidebar .widget-inner .post h5,
.modal h5 {
    margin-bottom: 0px;
}

.addresses .contact-form {
    border: 1px solid #D5AE82;
    padding: 10px;
}

.sidebar .post.active a,
.post.active h5 a {
    color: #D5AE82;
}

.default-form .checkout-double-input.row .form-group {
    padding: 0 5px;
}

#cart-coupon {
    border: 1px solid #061138;
    margin: 10px 0;
    padding: 8px;
}

.single-booking-widget .upper-info .price-info {
    padding-left: 0;
}

.service-block .lower-content {
    border-bottom: none;
}

.banner-carousel .active .content-box h1,
.banner-carousel .active .content-box .text {
    text-shadow: 2px 2px 8px #000000;
}

.main-menu .navigation > li > ul {
    width: 270px;
}

.results-row .rental-block .image-box::before {
    content: none;
}

.order-details {
    margin-top: 20px;
}

.payment-details-data,
.shipping-details-data {
    padding: 0 15px !important;
}

.info-block .content-box {
    padding-bottom: 0px;
}

.info-block .content-box::before {
    bottom: 50%;
}

select#item_variation option:disabled {
    color: #A94442;
}

.page-banner .banner-inner {
    background-color: rgba(0, 0, 0, 0.3);
}

.page-banner .banner-inner h2 {
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
}

.tour-details .info-title .left-info h3 {
    text-transform: none;
}

.mobile-menu .navigation li.dropdown ul li.dropdown ul li a {
    margin-left: 40px;
}

.nav-outer .mobile-nav-toggler {
    line-height: 30px;
}

.rental-block .price-box {
    width: 140px;
}

.main-booking-form .skipper-staff {
    padding-top: 15px;
}

.footer-widget .default-form .footer-input input {
    border-bottom: 1px solid #F3F3F3;
}

.sticky-header .main-menu .navigation > li > a,
.main-footer .links-widget .links li a {
    text-transform: none;
}


.shop-cat-sidebar.offers-widget .post {
    margin-bottom: 10px;
    padding-bottom: 0;
}

.select-wrapper,
.select-wrapper2 {
    display: none;
    width: 100%;
}

#registration_additional {
    display: none;
    width: 100%;
}

.registration-tag-input {
    display: none;
}

.table td {
    vertical-align: middle;
}

.company-data {
    display: none;
}


/************* CUSTOM INPUT NUMBER STYLING *********************/

.quantity {
    position: relative;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.quantity input[type="number"] {
    border: 1px solid #EEEEEE !important;
    display: block !important;
    float: left !important;
    height: 42px !important;
    line-height: 1.65 !important;
    margin: 0 !important;

    padding: 0 !important;
    padding-right: 20px !important;
}

.quantity input[type="number"]:focus {
    outline: 0;
}

.quantity-nav {
    float: left;
    height: 42px;
    position: relative;
}

.quantity-button {
    border-left: 1px solid #EEEEEE;
    color: #333333;
    cursor: pointer;
    font-family: "Trebuchet MS", Helvetica, sans-serif !important;
    font-size: 13px;
    line-height: 1.7;
    position: relative;
    text-align: center;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    width: 20px;
}

.quantity-button.quantity-up {
    border-bottom: 1px solid #EEEEEE;
    height: 50%;
    position: absolute;
    top: 0;
}

.quantity-button.quantity-down {
    bottom: -1px;
    height: 50%;
    position: absolute;
}

.main-booking-form .estimate-table {
    margin-bottom: 80px;
}

#cart .quantity input[type="number"] {
    width: 100%;
}

/**********************************************************/

.styled-pagination li a {
    line-height: 20px;
}

.pagination-box ul li.active a {
    background: #D5AE82;
    border-color: #D5AE82;
    color: #FFFFFF;
    cursor: unset;
}

.spots-available {
    display: none;
}

#spots_slider {
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.10);
    display: none;
    height: 50px;
    width: 100%;
}

.slider-swipe {
    background-color: #D5AE82;
    height: 100%;
}

.offers-widget .post h5 {
    text-transform: none;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.designer-pages ul > li:before {
    color: #222222;
    content: "\2022";
    display: inline-block;
    font-weight: bold;
    margin-left: -1em;
    width: 1em;
}


.designer-pages ul {
    padding-left: 17px;
}

.index_services .service-block .image-box::before {
    content: none;
}


@media screen and (min-width: 1200px) {
    .header-top-one .my-account {
        width: 500px;
    }

    .page-banner .inner-container {
        padding: 200px 0 90px 0;
    }
}

@media screen and (max-width: 1200px) {
    .header-top-one .my-account {
        width: unset;
    }

    .header-top .top-left .info ul li,
    .header-top .top-right #shopping-cart {
        font-size: 13px;
    }

}

@media screen and (max-width: 991px) {
    .g-recaptcha {
        -webkit-transform: scale(0.77);
        transform: scale(0.77);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }

    .text button {
        float: left;
        margin-bottom: 15px;
        width: 100%;
    }

    .contact-section {
        padding: 50px 0 50px 0;
    }
}

@media screen and (max-width: 767px) {
    .page-banner .inner-container {
        padding: 50px 0 100px 0;
    }

    .header-style-one .header-upper .logo-box {
        padding: 10px 0;
    }

    .row.checkout-double-input {
        margin-bottom: 20px;
    }

    .news-block-two {
        margin-bottom: 0px;
    }

    .header-style-one .header-upper .logo-box .logo img {
        max-height: 60px;
    }


}

@media screen and (max-width: 567px) {
    .main-booking-form .form-group .theme-btn {
        height: 75px;
    }
}

@media screen and (max-width: 480px) {
    .header-top-one .my-account {
        height: 50px;
    }
}

@media screen and (max-width: 370px) {
    .header-top-one .my-account {
        height: 80px;
    }
}

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

@media screen and (min-width: 1185px) {
    /* .menu-bg-white{
         background-color: #ffffff !important;
     }

     .menu-bg-white .main-menu .navigation > li > a{
         color: #061138;
     }*/
}

@media screen and (max-width: 1425px) {
    .other-links {
        display: none;
    }
}


@media screen and (max-width: 1185px) {
    .main-menu {
        display: none;
    }

    .nav-outer .mobile-nav-toggler {
        display: block;
    }

    .header-style-one .nav-content .nav-outer {
        float: right;
    }
}


.banner-carousel .content-box h1, .sec-title h3, .gallery-block-four .lower-box h4, .sidebar .recent-posts .title, .rental-block .price-box {
    text-transform: none;
}

.auto-container {
    margin: 0 auto;
    max-width: 90%;
    padding: 0px 15px;
    position: static;
}

body {
    color: #25283A;
}

.main-booking-form .form-group input[type="text"], .main-booking-form .form-group input[type="email"], .main-booking-form .form-group input[type="password"], .main-booking-form .form-group input[type="tel"], .main-booking-form .form-group input[type="url"], .main-booking-form .form-group input[type="file"], .main-booking-form .form-group input[type="number"], .main-booking-form .form-group textarea, .main-booking-form .form-group select {
    color: #25283A;
}

.mailing-form .main-booking-form .form-group input[type="text"] {
    color: #FFFFFF;
}


::placeholder {
    color: #25283A;
}

.main-menu .navigation > li {
    margin-right: 20px;
}


@media only screen and (max-width: 767px) {
    .header-top-one .inner {
        height: auto;
        padding-left: 0px;
        padding-right: 0px;
    }

    .create-user {
        display: none !important;
    }

    .rental-block .inner-box .title-box .more-link-box {
        margin-bottom: 0px;
        opacity: 1;
        visibility: visible;
    }
}

.content-container .widgets-side .widgets-content.rowToBeFixed {
    padding-left: 0;
}

.rowToBeFixed.fixed_header > * {
    position: fixed;
    z-index: 10;
}

.rowToBeFixed.fixed_header.frozen {
    position: relative;
}

.rowToBeFixed.fixed_header.frozen > * {
    position: absolute;
}

.quick-events {
    align-items: center;
    clear: both;
    margin: 0 -10px 20px !important;
}

.quick-events > li {
    align-items: center;

    border: 1px solid #061138;
    /*background: #061138;*/
    color: #061138;

    cursor: pointer;

    margin: 10px;
    /*float: left;*/
    max-width: calc(33% - 20px);
    padding: 10px;
    /*width: 33%;*/
    position: relative;
    text-align: center;
    vertical-align: middle;
}

.quick-events > li:hover {
    background: #D5AE82;
    color: #FFFFFF;
}

.quick-events > li > span {
    bottom: 10px;
    /*position: absolute;*/
    left: 10px;
    margin: auto;
    right: 10px;
    top: 10px;
}

@media only screen and (max-width: 768px) {
    .quick-events > li {
        flex: 0 0 100%;
        max-width: calc(100% - 20px);
    }

    .quick-events > li > span {
        bottom: 0;
        left: 0;
        position: relative !important;
        right: 0;
        top: 0;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1700px) {
    .quick-events > li {
        flex: 0 0 50%;
        max-width: calc(50% - 20px);
    }
}


/* -------------------- */
/* language buttons mobile */
.header-upper.menu-bg-white .other-links{
  display: block !important;
}
.social-links.languages{
    display: block !important;
}

@media screen and (max-width: 365px){
  .languages ul.countries{
    display: flex;
    flex-direction: column;
    bottom: 13px;
    position: relative;
  }

  .languages ul.countries li{
    margin-left: 0px;
  }
}

.header-upper.menu-bg-white .nav-content.clearfix .mobile-nav-toggler{
  margin-top: 32px;
}

/* index buttons */
.banner-section .content-box .content{
  display: flex;
}

@media screen and (max-width: 991px){

  .banner-section .links-box .theme-btn.btn-style-one{
      width: 100%;
  }

  .banner-section .outer{
    justify-content: center;
  }
  .banner-section .outer .index-banner-buttons-list li{
    width: 100%;
  }
}

.banner-carousel .outer{
  display: flex;
  align-items: center;
}

.index-banner-buttons-list{
  text-align: end;
}


.index-banner-buttons-list li{
  width: 50%;
  text-align: center;
}

/*  */
.main-header .countries li a{
  background: transparent;
}

#store-search .search-inputs{
  display: flex;
}

#store-search .theme-btn{
  width: 40%;
}

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

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

.text-menu-smaller{
    font-size: 10px;
}

.mobile-marine-shop-href{
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 25px;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

