/*
Copyright (c) 2018 Kamleshyadav
------------------------------------------------------------------
[Master Default Stylesheet]

Template Name: Cycling  - Responsive HTML Template
Version: 1.0.0
Author: Kamleshyadav

-------------------------------------------------------------------

[Table of contents]


1.body
2.header
3.banner
4.about
5.team
6.gallery
7.event
8.prices
9.blog
10.footer
11.our history
12.event single
13.blog single
14.contact
15.error page
16.shop page
17.cart page
18.checkout page
19.shop single page
20.media css
-------------------------------------------------------------------*/



body {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 1.42857143;
    color: #424e59;
    background-color: #fff;
}
h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 1;
    color: #2f3942;
    margin: 0;
    text-align: left;
}

h1, h2{
    font-weight: 700;
}

p{
    margin: 0;
}
a{
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    color: #099BAC;
}

.pwcmb-widget{
    background-color: rgba(46, 43, 38, 1);
    color: #FFFFFF;
}

.pwcmb-widget__button{
    padding: 4px 16px;
    background-color: #d3b062;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
    border-radius: 6px;
    transition: 0.2s;
}

.pwcmb-widget__button:hover{
    background-color: #099bac;
}

.visible-text > p{
    padding: 8px 0;
}

.line-1{
    line-height: 1;
}

.row:before, row:after{
    width: 100%;
}

.cy_button {
    font-size: 15px;
    text-transform: capitalize;
    background-color: rgba(46, 43, 38, 1);
    padding: 0px 45px;
    height: 48px;
    display: inline-block;
    color: #ffffff;
    line-height: 48px;
    border-radius: 6px;
    box-shadow:none;
    border:none;
    overflow: hidden;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.cy_button:focus {
    color: #ffffff;
    outline: none;
}
.cy_button:before,
.cy_button:after {
    width: 100%;
    height: 100%;
    z-index: 3;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 6px;
}
.cy_button:before {
    border-bottom: 2px solid rgba(46, 43, 38, 1);
    border-left: 2px solid rgba(46, 43, 38, 1);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
}
.cy_button:after {
    border-top: 2px solid rgba(46, 43, 38, 1);
    border-right: 2px solid rgba(46, 43, 38, 1);
    -webkit-transform-origin: 50% 50%;
}
.cy_button:hover {
    background-color: transparent;
    color: rgba(46, 43, 38, 1);
    cursor:pointer;
}
.cy_button:hover:after,
.cy_button:hover:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.cy_button2 {
    font-size: 15px;
    text-transform: capitalize;
    background-color: transparent;
    color: #099bac;
    padding: 0px 45px;
    height: 48px;
    display: inline-block;
    line-height: 48px;
    border-radius: 6px;
    box-shadow:none;
    border:none;
    overflow: hidden;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.cy_button2:focus {
    color: #ffffff;
    outline: none;
}
.cy_button2:before,
.cy_button2:after {
    width: 100%;
    height: 100%;
    z-index: 3;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 6px;
}
.cy_button2:before {
    border-bottom: 2px solid #099bac;
    border-left: 2px solid #099bac;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
}
.cy_button2:after {
    border-top: 2px solid #099bac;
    border-right: 2px solid #099bac;
    -webkit-transform-origin: 50% 50%;
}
.cy_button2:hover {
    background-color: #099bac;
    color: #FFFFFF;
    cursor:pointer;
}
.cy_button2:hover:after,
.cy_button2:hover:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.cy_button3 {
    margin: 0 auto;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #D3B062;
    color: #FFFFFF;
    padding: 0px 45px;
    height: 48px;
    display: inline-block;
    line-height: 48px;
    border-radius: 6px;
    box-shadow:none;
    border:none;
    overflow: hidden;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.cy_button3:focus {
    color: #ffffff;
    outline: none;
}
.cy_button3:before,
.cy_button3:after {
    width: 100%;
    height: 100%;
    z-index: 3;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 6px;
}
.cy_button3:before {
    border-bottom: 2px solid #FFFFFF;
    border-left: 2px solid #FFFFFF;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
}
.cy_button3:after {
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    -webkit-transform-origin: 50% 50%;
}
.cy_button3:hover {
    background-color: #099bac;
    color: #FFFFFF;
    cursor:pointer;
}
.cy_button3:hover:after,
.cy_button3:hover:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.flex2-row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.flex-2-in-row{
    width: 50%;
    padding: 0 24px 0 0;
    min-width: 350px;
}

.padder_left {
    padding-left: 0px !important;
}
.padder_left8 {
    padding-left: 8px !important;
}
.padder_left16 {
    padding-left: 16px !important;
}
.padder_right {
    padding-right: 0px !important;
}
.padder_right16 {
    padding-right: 16px !important;
}
.padder_right8 {
    padding-right: 8px !important;
}
.cy_section_padding {
    /*padding: 100px 0px;*/
}
.padder_bottom16 {
    padding-bottom: 16px !important;
}
.padder_bottom20 {
    padding-bottom: 20px;
}
.padder_bottom25 {
    padding-bottom: 25px;
}
.padder_bottom45 {
    padding-bottom: 45px;
}
.padder_bottom50 {
    padding-bottom: 50px;
}
.padder_bottom70 {
    padding-bottom: 70px;
}
.padder_bottom75 {
    padding-bottom: 70px;
}
.padder_bottom124 {
    padding-bottom: 124px !important;
}
.padder_bottom85 {
    padding-bottom: 85px;
}
.padder_bottom100 {
    padding-bottom: 100px;
}
.padder_top100 {
    padding-top: 100px !important;
}
.padder_top90 {
    padding-top: 90px !important;
}
.padder_top85 {
    padding-top: 85px;
}
.padder_top70 {
    padding-top: 70px;
}
.padder_top50 {
    padding-top: 50px;
}
.padder_top45 {
    padding-top: 45px;
}
.padder_top40 {
    padding-top: 40px;
}
.padder_top32 {
    padding-top: 32px;
}
.padder_top25 {
    padding-top: 25px;
}
.marger_top50 {
    margin-top: 50px;
}
label{
	margin:0;
}
input,
textarea {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
input:focus,
textarea:focus,
button:focus{
    outline: none;
    box-shadow: none !important;
}
.form-control:focus{
    border:1px solid rgba(0,0,0,.15);
	background:#ffffff !important;
}
::-webkit-input-placeholder {
    color: #424e59;
}
::-moz-placeholder {
    color: #424e59;
}
:-ms-input-placeholder {
    color: #424e59;
}
:-moz-placeholder {
    color: #424e59;
}
.loader_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 100000;
}
.loader_wrapper {
    position: relative;
    margin: 30% auto;
    width: 100px;
    height: 100px;
    background-color: #ffffff;
    z-index: 100000;
}
.load .loader_wrapper {
    display: none;
}
.loader {
    position: absolute;
    left: 0;
    top: 50%;
    margin: -37px 0 0 0px;
    z-index: 10;
}
.loader img {
    width: 100%;
}
.cy_top_wrapper {
    position: relative;
}
.cy_top_info {
    background-color: #070a0c;
}
.cy_top_detail {
    width: auto;
    float: right;
}
.cy_top_detail ul {
    padding: 0px;
    margin: 0px;
}
.cy_top_detail ul li {
    float: left;
    list-style: none;
    color: #ffffff;
    font-size: 13px;
    padding: 15px 20px;
    border-right: 1px solid #4e4e51;
    position: relative;
}
.cy_top_detail ul li a {
    color: #ffffff;
    display: block;
}
.cy_top_detail ul > li > ul >li:last-child {
    padding-right: 0px;
}
.cy_top_detail ul li ul li {
    padding: 0px 10px;
    border-right: none;
}
.cy_top_detail ul > li:last-child {
    border-right: none;
    padding-right: 0px;
}
.cy_top_detail ul li ul li:first-child {
    padding-left: 0px;
}
.cy_top_detail ul li a:hover {
    color: #D3B062;
}
.cy_top_detail ul > li.cart > a > i{ 
    font-size: 17px;
}
.cy_top_detail ul > li.cart a span{
    position: absolute;
    top: 4px;
    right: -10px;
    background: #D3B062;
    border-radius: 100%;
    padding: 0px 5px;
    font-size: 12px;
}
.cy_top_detail ul > li.cart a:hover span{
    color:#ffffff;
}
.cy_top_detail ul > li > ul.cart_box{
    position:absolute;
    top:100%;
    right: 0;
    width:250px;
    background: #100f0f;
    z-index: 200;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    -ms-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
}
.cy_top_detail ul > li:hover > ul.cart_box{
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    visibility:visible;
}
.cy_top_detail ul > li > ul.cart_box li{
    width: 100%;
    padding:0px;
    border-bottom: 1px solid #999999;
}
.cy_top_detail ul > li > ul.cart_box li:last-child{
    border:none;
}
ul.cart_box li .cart_section:after{
    content:"";
    width:100%;
    display: table;
}
ul.cart_box li .cart_section{
    padding:10px 10px;
    text-align: left;
}
ul.cart_box li .cart_section .cart_img{
    float: left;
    border: 1px solid #e1e1e1;
    width:70px;
}
ul.cart_box li .cart_section .cart_detail{
    float: right;
    width:calc(100% - 85px);
    position: relative;
    padding-top: 14px;
}
ul.cart_box li .cart_section a.cart_delete{
    position: absolute;
    display: inline-block;
    color: #ffffff;
    right: 10px;
    top: 10px;
    background: #D3B062;
    border-radius: 100%;
    padding: 0px 3px;
    font-size: 10px;
}
ul.cart_box li .cart_section a.cart_delete:hover{
    cursor: pointer;
}
ul.cart_box li .cart_section .cart_detail h4 a{
    color:#D3B062;
    font-size: 16px;
    margin-bottom: 5px;
}
ul.cart_box li .cart_section .cart_detail h5{
    font-size: 16px;
    color: #ffffff;
}
ul.cart_box li .cart_section .cart_total{
    padding: 10px 0px;
}
ul.cart_box li .cart_section .cart_total h4{
    font-size: 16px;
    color:#ffffff;
}
ul.cart_box li .cart_section .cart_total h4 span{
    font-size: 16px;
    float: right;
}
ul.cart_box li .cart_section a.cy_button{
    display: inline-block;
    padding: 0px 20px;
    height: 35px;
    line-height: 35px;
}
.cy_banner_wrapper {
    position: relative;
}
.cy_menu_wrapper{
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.92);
    z-index: 100;
    backface-visibility: hidden;
}
.cy_logo_box {
    position: absolute;
    width: 385px;
    background-color: #D3B062;
    padding: 45px 85px;
    text-align: right;
    top: -50px;
    z-index: 1;
}
.cy_logo_box img {
    display: inline-block;
}
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .cy_logo_box {
        padding: 46px 85px;
    }
}
button.cy_menu_btn {
    display: none;
}
.cy_menu {
    width: calc(100% - 50px);
    float: left;
}
.cy_menu ul {
    width: auto;
    float: right;
    padding: 0px;
    margin: 0px;
}
.cy_menu ul > li{
    float: left;
    list-style: none;
    margin-right: 30px;
    position: relative;
}
.cy_menu ul > li > a{
    padding: 30px 0px;
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    color: #2f3942;
    font-weight: 500;
    position: relative;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.cy_menu ul > li > a.active {
    color: #D3B062;
}
.cy_menu ul > li > a.active:after {
    width: 100%;
}
.cy_menu ul > li:hover > a {
    color: #D3B062;
}
.cy_menu ul > li:last-child {
    margin-right: 0px;
}
.cy_menu ul > li > a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    content: '.';
    color: transparent;
    background: #D3B062;
    height: 3px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.cy_menu ul > li:hover > a:after {
    width: 100%;
}
.cy_menu ul > li:last-child > a {
    padding-right: 0px;
}
.cy_search{
    float: right;
    padding: 30px 0px;
}
.cy_search a i{
    color:#222222;
}
.cy_search_form{
    position: fixed;
    right: 0;
    top: 0;
    bottom:0;
    left:0;
    background: rgba(0,0,0,0.9);
    z-index: 400;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.cy_search_form.search_opened{
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}
.cy_search_input{
    position: absolute;
    top:50%;
    left: 50%;
    width: 50%;
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
}
.cy_search_input input{
    width: 100%;
    border: none;
    height: 55px;
    padding: 0px 65px 0px 20px;
	font-size:22px;
}
.cy_search_input i{
    position: absolute;
    top: 0px;
    right: 0px;
    height: 55px;
    width:55px;
    line-height: 55px;
    color: #D3B062;
    text-align: center;
    background: #D3B062;
    color:#fff;
}
.cy_search_input i:hover{
    cursor:pointer;
}

.cy_search_button{
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 18px;
    line-height: 55px;
    color: #D3B062;
    text-align: center;
    background: #D3B062;
    color:#fff;
    height: 55px;
    width:55px;
    display: inline-block;
    box-shadow: none;
    border: none;
    overflow: hidden;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    top: 0px;
    right: 0px;
}

.cy_search_button:hover{
    background: #099bac;
    color: #FFFFFF;
}

.search_close{
    position: absolute;
    right: 20px;
    top: 20px;
    background: #D3B062;
    border: none;
    border-radius: 100%;
    color: #ffffff;
    font-size: 20px;
    padding: 0px 7px;
}
.search_close:hover{
    cursor: pointer;
}
.dropdown-expander{
    display: none;
}
.cy_sign_wrapper{
    position: fixed;
    z-index: 1000;
    right: 0;
    top:20%;
}
.cy_sign_wrapper h2{
    position: absolute;
    right: -70px;
    width: 110px;
    color: #ffffff;
    background: #D3B062;
    cursor: pointer;
    font-size: 16px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.cy_sign_wrapper h2:hover{
    right:0;
}
.cy_sign_wrapper h2 i{
    width: 40px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    font-size: 28px;
    vertical-align: middle;
}
.cy_sign_wrapper h2 a{
    display: inline-block;
    color: #ffffff;
    padding: 12px 0px;
}
.cy_sign_wrapper h2.signup{
    margin-top: 43px;
}

.error-p p{
    margin: 24px 0;
}

/*-------- modal css start --------*/
.cy_signin .col-lg-6{
    padding: 0;
}
.modal{
    overflow: hidden;
    margin: 60px auto;
}
.cy_signin{
    width: 735px;
    position: absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: #ffffff;
    margin: 0;
}
.cy_sign_img{
    margin-left: 15px;
}
.cy_sign_img img{
    height: 100%;
    width: 100%;
}
.cy_sign_form{
    background: #ffffff;
    text-align: center;
    padding:35px 20px;
    margin-right: 15px;
    position: relative;
}
.cy_sign_form .close{
    position: absolute;
    top: 5px;
    right: 10px;
    color:#797979;
    opacity: 1;
}
.cy_sign_form h1{
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.cy_sign_form .form-control{
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 25px;
    font-size: 15px;
    background-color: #f8f9fa;
    background-image: none;
    border: 1px solid #d9dcde;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    margin-bottom: 30px;
}
.cy_sign_form .cy_button{
    margin-bottom: 20px;
}
.cy_sign_form .forget_password{
    margin-bottom: 20px;
}
.cy_sign_form .forget_password:after{
    content:"";
    width:100%;
    display: table;
}
.cy_sign_form .forget_password .remember_checkbox{
    float: left;
    font-size: 12px;
    color: #797979;
    position: relative;
    padding-left:22px; 
}
.cy_sign_form .forget_password a{
    color: #797979;
    font-size: 12px;
    float: right;
}
.cy_sign_form p{
    color: #797979;
}
.cy_sign_form p a:hover{
    color: #D3B062;
}
.cy_sign_form p a{
    color: #797979;
    font-weight: bold;
}
.forget_password label .checkmark{
    position: absolute;
    top: 2px;
    left: 0;
    height: 15px;
    width: 15px;
    text-align: center;
    line-height: 15px;
    border: 1px solid #D3B062;
}
.forget_password label:hover{
    cursor:pointer;
}
.forget_password label input{
    display: none;
}
.forget_password label input:checked ~ .checkmark{
    background-color: #D3B062;
}
.forget_password label .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    top:0;
    left:4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.forget_password label input:checked ~ .checkmark:after {
    display: block;
}
.cy_signup .col-lg-6{
    padding: 0;
}
.cy_signup{
    width: 735px;
    position: absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: #ffffff;
    margin: 0;
}
.cy_signup .cy_sign_form .form-control{
    margin-bottom: 20px;
}
/*-------- about section start --------*/
.cy_about_wrapper {
    /*padding: 50px 0;*/
    text-align: left;
    background-image: url();
    background-size: initial;
    background-repeat: no-repeat;
    background-position: top right;
}
.cy_about_img {
    margin-top: -145px;
}
.cy_article_img img{
    width: 100%;
    float: left;
    padding-top: 93px;
}
.cy_about_img img {} .cy_about_data {
    width: 100%;
    float: left;
    padding-top: 93px;
    text-align: left;
}
.cy_about_data{
    padding-top: 0;
}
h1.cy_heading {
    font-size: 36px;
    font-weight: 700;
    /*margin-bottom: 35px;*/
    color: #2f3942;
    text-transform: uppercase;
}
h2.cy_heading {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 35px;
    color: rgba(46, 43, 38, 1);
    text-align: left;
}
.cy_about_data h1.cy_heading {
    /*margin-bottom: 35px;*/
}
.cy_about_data p {
    line-height: 26px;
    /*margin-bottom: 30px;*/
    font-size: 16px;
}
.cy_about_data a.cy_button {
    margin-top: 15px;
}
.cy_team_wrapper {
    padding: 50px 0px 100px 0px;
    background-image: url();
    background-size: contain;
    background-repeat: no-repeat;
}

.owl-carousel .owl-stage-outer{
    border-radius: 6px;
}

.cy_team_box {} .cy_team_box {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}
.cy_team_box img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    -ms-transition: -o-transform 0.5s;
    transition: transform 0.5s;
}
.cy_team_box:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.cy_team_overlay {
    position: absolute;
    width: auto;
    top: 0;
    bottom: 10px;
    left: 10px;
    right: 10px;
    /*border-bottom: 5px solid #fff;*/
    overflow: hidden;
    z-index: 50;
}
.cy_team_text {
    position: relative;
    z-index: 1;
    padding: 50px 20px 10px 20px;
    margin-top: 30%;
    text-align: center;
    opacity: 1;
    transform: translateY(200%);
    -webkit-transform: translateY(200%);
    -moz-transform: translateY(200%);
    -ms-transform: translateY(200%);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.cy_team_text:after {
    content: "";
    width: auto;
    height: 200%;
    background-color: rgba(9, 155, 172, 0.5);
    position: absolute;
    top: 0;
    left: 5px;
    right: 5px;
    -webkit-transform: skewx(-15deg);
    -moz-transform: skewx(-15deg);
    -o-transform: skewx(-15deg);
    transform: skewy(-15deg);
    z-index: -1;
    -webkit-transition: opacity 0.35s, color 0.35s;
    -moz-transition: opacity 0.35s, color 0.35s;
    -ms-transition: opacity 0.35s, color 0.35s;
    -o-transition: opacity 0.35s, color 0.35s;
    transition: opacity 0.35s, color 0.35s;
}
.cy_team_text h2 {
    margin: 0px;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.cy_team_text h2 a {
    color: #ffffff;
}
.cy_team_text p {
    color: #ffffff;
    margin: 0px;
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.cy_team_box:hover .cy_team_text {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
}
.cy_achieve_wrapper {
    background-image: url(../images/achieve/wrapper.jpg);
    background-size: cover;
    position: relative;
}
.cy_achieve_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.cy_achieve_overlay:before {
    position: absolute;
    width: 50.56%;
    left: -4%;
    top: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    content: "";
}
.cy_achieve_overlay:after {
    position: absolute;
    width: 57.56%;
    right: -4%;
    top: 0;
    height: 100%;
    background-color: rgba(9, 155, 172, 0.5);
    content: "";
}
.cy_achieve_img {
    position: relative;
    z-index: 1;
    float: right;
    margin-top: -44px;
}
.cy_counter_wrapper {
    float: left;
    padding: 70px 15px;
    position: relative;
    z-index: 1;
}
.cy_counter_wrapper h1.cy_heading {
    color: #ffffff;
}
.cy_count_box {
    width: 100%;
    float: left;
    margin-top: 45px;
}
.cy_count_box h1.cy_counter_num{
    color: #ffffff;
    margin: 25px 0px 10px;
    font-size: 30px;
    font-weight: 900;
}
.cy_count_box p {
    font-size: 18px;
    color: #ffffff;
    margin: 0px;
    text-transform: uppercase;
}
.cy_gal_img {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.cy_gal_img img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    -ms-transition: -moz-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    transition: transform 0.5s;
}
.cy_gal_img:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.cy_gal_img .img_gal_ovrly {
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.cy_gal_img .gal_buttons {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.cy_gal_img .gal_buttons .fa {
    background: #D3B062;
    color: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    line-height: 40px;
    font-size: 15px;
    margin: 0px 5px;
    text-align: center;
    text-decoration: none;
    width: 40px;
    height: 40px;
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    position: relative;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -ms-transition: -moz-transform 0.3s, opacity 0.3s;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
}
.cy_gal_img .gal_buttons .fa:hover {
    background-color: #ffffff;
    color: #D3B062;
}
.cy_gal_img:hover .img_gal_ovrly {
    opacity: 1;
}
.cy_gal_img:hover .gal_buttons .fa {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.cy_gal_img .gal_buttons .fa:focus {
    outline: none;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    color: #D3B062;
    opacity: 1;
}
.mfp-counter {
    color: #D3B062 !important;
}
.mfp-arrow {
    opacity: 1 !important;
}
.mfp-arrow:before {
    opacity: 1 !important;
}
.mfp-arrow-left:before {
    border-right: 27px solid #ffffff !important;
}
.mfp-arrow-left:after {
    border-right: 17px solid #D3B062 !important;
}
.mfp-arrow-right:before {
    border-left: 27px solid #ffffff;
}
.mfp-arrow-right:after {
    border-left: 17px solid #D3B062;
}
.cy_tour_wrapper {
    /*margin-top: 50px;*/
    background-image: url(../images/wrapper1.jpg);
    background-size: cover;
    position: relative;
    overflow: hidden;
    background-position: center center;
}
.cy_tour_wrapper:before {
    position: absolute;
    width: 50%;
    left: -4%;
    top: 0;
    height: 100%;
    background-color: rgba(211, 176, 98, 0.7);
    content: "";
}
.cy_tour_data {
    /*padding: 100px 15px;*/
    text-align: left;
}
.cy_tour_data h2 {
    margin: 0px;
    font-size: 36px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    /*line-height: 60px;*/
    max-width: 85%;
    text-align: left;
}
.cy_tour_data .cy_button {
    background-color: rgba(46, 43, 38, 1);
    color: #FFFFFF;
}
.cy_tour_heading {
    /*padding: 120px 0px;*/
}
.cy_tour_heading h1 {
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 900;
    color: rgba(255, 255, 255, 1);
    margin: 0px;
    padding-left: 20px;
    text-shadow: 0px 0px 3px rgb(0, 0, 0);
    max-width: 85%;
}

.cy_tour_heading h2 {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: rgba(255, 255, 255, 1);
    margin: 0px;
    padding-left: 20px;
    text-align: left;
    text-shadow: 0px 0px 3px rgb(0, 0, 0);
    max-width: 85%;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cy_tour_data h5 {
    font-size: 24px;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
    margin: 0px;
    padding-left: 20px;
    text-align: left;
    text-shadow: 0px 0px 3px rgb(0, 0, 0);
    max-width: 85%;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cy_tour_data .cy_button:before {
    border-bottom: 2px solid rgba(46, 43, 38, 1);
    border-left: 2px solid rgba(46, 43, 38, 1);
}
.cy_tour_data .cy_button:hover {
    background-color: transparent;
    color: rgba(46, 43, 38, 1);
}
.cy_tour_data .cy_button:after {
    border-top: 2px solid rgba(46, 43, 38, 1);
    border-right: 2px solid rgba(46, 43, 38, 1);
}
.cy_event_wrapper {
    padding: 100px 0px 70px;
}
.cy_event_box {
    margin-bottom: 30px;
}
.cy_event_img {
    position: relative;
    overflow: hidden;
}
.cy_event_img > img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    -ms-transition: -o-transform 0.5s;
    transition: transform 0.5s;
}
.cy_event_box:hover .cy_event_img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.cy_event_box:hover .cy_event_detail {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}
.cy_event_detail {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
}
.cy_event_data h2 {
    font-size: 18px;
    margin: 27px 0px 8px;
}
.cy_event_data h2 a {
    color: #2f3942;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.cy_event_data h2 a:hover {
    color: #D3B062;
    text-decoration: none;
}
.cy_event_data p {
    line-height: 26px;
    margin-bottom: 20px;
}
.cy_event_time {
    display: inline-block;
    float: left;
    padding: 7px 0px;
}
.cy_event_date {
    float: right;
    background-color: #D3B062;
    padding: 10px 25px;
    text-align: center;
}
.cy_event_time ul {
    padding: 0px;
    margin: 0px;
    padding-left: 30px;
}
.cy_event_time ul li {
    list-style: none;
}
.cy_event_time ul li {
    color: #ffffff;
    font-weight: 300;
    line-height: 26px;
}
.cy_event_time ul li i {
    margin-right: 15px;
}
span.ev_date {
    width: 100%;
    display: block;
    color: #ffffff;
    font-size: 18px;
    font-weight: 900;
    text-transform: capitalize;
}
span.ev_yr {
    color: #ffffff;
}
.cy_event_details {
    padding-top: 30px;
}
.cy_event_det_box {
    background-color: #f8f9fa;
    padding: 25px 20px;
}
.cy_event_det_box h1 {
    text-transform: uppercase;
    margin: 0px;
    font-size: 18px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 15px;
}
.cy_event_det_box h1:before {
    position: absolute;
    top: -6px;
    left: 0;
    background-color: #D3B062;
    width: 3px;
    height: 30px;
    content: "";
}
.cy_event_det_box p {
    margin: 0px;
    color: #666666;
    line-height: 30px;
    text-transform: capitalize;
}
.cy_event_det_box p a {
    color: #666666;
}
.cy_event_det_box p a:hover {
    color: #D3B062;
}
.cy_event_det_box p span {
    color: #2f3942;
    text-transform: capitalize;
    font-weight: 500;
}
.cy_event_det_box p span i {
    margin-right: 10px;
}
.cy_event_det_box.cy_ev_con p {
    position: relative;
    margin-left: 30px;
}
.cy_event_det_box.cy_ev_con p span {
    position: absolute;
    left: -28px;
}
.mp iframe {
    width: 750px;
    height: 450px;
    border: none;
}
.mp {
    margin-top: 50px;
}
.cy_ev_types {
    margin-top: 50px;
}
.cy_ev_type_box {
    position: relative;
    text-align: center;
    z-index: 1;
    overflow: hidden;
}
.cy_ev_type_box img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.cy_ev_type_box:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.cy_ev_type_overlay {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
}
.cy_ev_type_box h1 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 22px;
    margin: 0px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.ev_cls_img {
    width: 40px;
    float: left;
}
.ev_cls_data {
    width: calc(100% - 40px);
    float: left;
}
.ev_cls_img i {
    font-size: 20px;
}
.ev_cls_data h4 {
    margin: 0px;
    margin-bottom: 5px;
    font-size: 15px;
}
.ev_cls_data h4 a{
    color: #2f3942;
    font-size: 15px;
    margin: 0px;
    text-transform: capitalize;
}
.ev_cls_data h4 a:hover {
    color: #D3B062;
}
.widget.event_class {
    display: inline-block;
    position: relative;
    z-index: 1;
}
.widget.event_class:after {
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
}
.ev_cls_data p {
    color: #424e59;
    line-height: 24px;
    font-size: 13px;
    margin: 0px;
}
.widget.event_class .widget ul li {
    margin-top: 15px;
}
.widget.event_class .widget ul li:last-child .ev_cls_data {
    margin-bottom: 0px;
}
.cy_event_box .comment-respond {
    padding-top: 50px;
}
.cy_event_box h3.comment-reply-title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    padding-bottom: 30px;
}
/*-------- upcoming races section start --------*/
.cy_races_wrapper{
    /*padding: 100px 0px 50px 0;*/
    background-image: url();
    background-size: cover;
    background-repeat: no-repeat;
}
.panel-body > .cy_races_box{
    margin-top: -15px;
}
.cy_races_box{
    margin-bottom: 50px;
    /*margin-bottom: 32px;*/
    text-align: left;
}
.cy_races_box:after{
    content:"";
    width:100%;
    display: table;
}
.sidebar-hero{
    display: flex;
}
.sidebar-hero > div:first-child {
    order: 1;
}
.sidebar-hero > div:nth-child(2) {
    order: 2;
}
.cy_races_img{
    float: left;
    position: relative;
    overflow:hidden;
    width: 200px;
    height: 200px;
    border-radius: 6px;
}
.cy_races_img li{
    list-style-type: none;
}
.cy_races_img img{
	transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    /*-moz-transition: all 0.s ease-in-out;*/
    -ms-transition: all 0.4s ease-in-out;
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    max-height: 200px;
}
.cy_races_box:hover .cy_races_img img{
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
}
.cy_races_img:after{
    content:"";
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0);
}
.cy_races_img_overlay h4{
    font-size: 12px;
    position: absolute;
    top:0;
    left:0;
    background:#D3B062;
    color:#ffffff;
    text-align: center;
    padding: 15px 10px;
    z-index: 1;
}
.cy_races_data{
    float: right;
    width: calc(100% - 240px);
}
.cy_races_data h2{
    text-align: left;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px
}
.cy_races_data h2 a{
    color: #333333;
    display: inline-block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.cy_races_data h2 a:hover{
    color: #D3B062;
}
.cy_races_data ul {
    padding: 0px;
    margin: 0px 0px 6px 0px;
}
.cy_races_data ul li{
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    list-style: none;
    margin-bottom: 5px;
}
.cy_races_data ul li a{
    color: #424e59;
    padding-right: 16px;
    font-size: 15px;
}
.cy_races_data ul li:last-child{
    margin-bottom: 0px;
}
.cy_races_data ul li img{
    margin-right: 8px;
    height: 16px;
}
.cy_races_data p{
    font-size: 14px;
    margin-bottom: 4px;
}   
/*------- result section start --------*/
.cy_result_wrapper {
    background-image: url(../images/wrapper3.jpg);
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.cy_result_wrapper:before{
    position: absolute;
    width: 50.56%;
    left: -4%;
    top: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    content: "";
}
.cy_result_wrapper:after {
    position: absolute;
    width: 57.56%;
    right: -4%;
    top: 0;
    height: 100%;
    background-color: rgba(9, 155, 172, 0.5);
    content: "";
}
.cy_result_text{
	padding: 164px 74px 164px 0px;
}
.cy_result_text h3 {
    color: #ffffff;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 900;
    margin: 0px;
}
.cy_result_slider{
    padding: 50px 0px 30px 0px;
}
.cy_result_slider h4.cy_heading {
    color: #ffffff;
    position: relative;
    z-index: 1;
    text-align: center;
    padding-bottom: 30px;
}
.cy_result_slider .owl-carousel .owl-item img {
    width: auto;
}
.cy_result_box{
    padding: 20px 0px 0px 50px;
}
.cy_result_box:after{
    content:"";
    width:100%;
    display: table;
}
.cy_result_box .cy_result_icon{
    float: left;
    padding-top: 10px;
	opacity:0.5;
}
.cy_result_box .cy_result_data{
    float: right;
    width:calc(100% - 70px);
}
.cy_result_box .cy_result_data h1{
    font-size: 60px;
    color:#ffffff;
    font-weight: bold;
    float: left;
	opacity:0.5;
}
.cy_result_box .cy_result_data h4{
    color:#ffffff;
    font-weight: 400;
    font-size: 18px;
	float: right;
    width: calc(100% - 45px);
}
.cy_result_box .cy_result_data h4 span{
    display: block;
    font-size: 30px;
    font-weight: bold;
    color:#ffffff;
	opacity:0.5;
}
.cy_result_slider .owl-theme .owl-nav .owl-prev{
    position: absolute;
    top: 35%;
    left: 0;
    color:#fff;
    background: none;
}
.cy_result_slider .owl-theme .owl-nav .owl-next{
    position: absolute;
    top: 35%;
    right: 0;
    color:#fff;
    background: none;
}
/*-------- store section start --------*/
.cy_store_wrapper{
    /*padding: 100px 0px 50px 0px;*/
    background-image: url();
    background-size: cover;
    background-repeat: no-repeat;
}
.cy_store_box .cy_store_img{
    /*border:1px solid #d9dbdd;*/
    position: relative;
}
.cy_store_box .cy_store_img .cy_store_img_overlay{
    position: absolute;
    top: 20px;
    left: 0;
    background: #099BAC;
    border-radius: 0px 100px 100px 0px;
    color: #ffffff;
    padding: 6px 25px 6px 15px;
}
.cy_store_box{
	margin-bottom:20px;
}
.cy_store_box .cy_store_data{
    text-align: center;
    padding: 30px 20px;
}
.cy_store_box .cy_store_data p{
    display: none;
}
.cy_store_box .cy_store_data .cy_store_text{
    margin-bottom: 18px;
}
.cy_store_box .cy_store_data .cy_store_text:after{
    content:"";
    display:table;
    width:100%;
}
.cy_store_box .cy_store_data .cy_store_text h3 a{
    font-size: 18px;
    width: 100%;
    float: left;
    text-align:center;
    color:#2f3942;
}
.cy_store_box .cy_store_data .cy_store_text h3 a:hover{
	color:#D3B062;
}
.cy_store_box .cy_store_data .cy_store_text ul{
    display: inline-block;
    padding:0;
    margin:0;
    width: 50%;
    float: left;
    text-align: right;
}
.cy_store_box .cy_store_data .cy_button:after{
    content:attr(data-hover);
    color:#D3B062;
}
.cy_store_box .cy_store_data .cy_button:hover span{
    visibility: hidden;
}
.cy_store_box .cy_store_data .cy_store_text ul li{
    display: inline-block;
}
.cy_store_box .cy_store_data .cy_store_text ul li i{
    color:#f9c63b;
}
.cy_store_slider .owl-theme .owl-nav .owl-prev{
    position: absolute;
    top: 100px;
    left: 0;
    margin: 0;
    background: rgba(46, 43, 38, 0.7);
    padding: 15px 10px;
    border-radius: 0px;
    transition: 0.15s;
}

.cy_store_slider .owl-theme .owl-nav .owl-prev:hover{
    background: rgba(46, 43, 38, 1);
}

.cy_store_slider .owl-theme .owl-nav .owl-next{
    position: absolute;
    top: 100px;
    right: 0;
    margin: 0;
    background: rgba(46, 43, 38, 0.7);
    padding: 15px 10px;
    border-radius: 0px;
    transition: 0.15s;
}

.cy_store_slider .owl-theme .owl-nav .owl-next:hover{
    background: rgba(46, 43, 38, 1);
}
/*-------- price section start --------*/
.cy_price_wrapper {
    background-image: url(../images/price_wrapper.jpg);
    background-size: cover;
    position: relative;
    padding: 100px 0px;
}
.cy_price_wrapper:before {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.88);
    width: 100%;
    height: 100%;
    content: "";
}
.cy_price_wrapper h1.cy_heading {
    color: #ffffff;
}
.cy_price_head {
    text-align: center;
    padding: 30px 0px 40px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.cy_price_head:after {
    background-color: #D3B062;
    position: absolute;
    content: "";
    width: auto;
    height: 108%;
    position: absolute;
    top: -29px;
    left: 0;
    right: 0;
    z-index: -1;
    -webkit-transition: opacity 0.35s, color 0.35s;
    -moz-transition: opacity 0.35s, color 0.35s;
    -ms-transition: opacity 0.35s, color 0.35s;
    -o-transition: opacity 0.35s, color 0.35s;
    transition: opacity 0.35s, color 0.35s;
}
.cy_price_head h3 {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 18px;
    margin: 0px;
}
.cy_price_head h1 {
    font-weight: 900;
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 18px;
}
.cy_price_box {
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.35);
    border-bottom: 2px solid #D3B062;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    /*-moz-transition: all 0.s ease-in-out;*/
    -ms-transition: all 0.4s ease-in-out;
}
.cy_price_box:hover {
    margin-top: -20px;
}
.cy_price_body {
    text-align: center;
}
.cy_price_body ul {
    margin: 0px;
    padding: 0px;
}
.cy_price_body ul li {
    width: 100%;
    float: left;
    color: #ffffff;
    padding: 11px 0px;
    text-transform: capitalize;
}
.cy_price_btn {
    display: inline-block;
    padding: 15px 0px 25px;
}
.cy_blog_img {
    position: relative;
    overflow: hidden;
    max-height: 300px;
}
.cy_blog_img img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    -ms-transition: -moz-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    transition: transform 0.5s;
}
.cy_blog_box:hover .cy_blog_img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.cy_blog_img .cy_blog_overlay {
    background: rgba(0, 0, 0, 0);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.cy_blog_img .cy_blog_links {
    position: absolute;
    bottom: 25px;
    left: 15px;
}
.cy_blog_img .cy_blog_links > ul {
    padding: 0px;
    margin: 0px;
}
.cy_blog_img .cy_blog_links > ul > li {
    list-style: none;
    display: inline-block;
}
.cy_blog_img .cy_blog_links > ul > li > a {
    color: #ffffff;
    display: inline-block;
    font-size: 15px;
    margin: 0px 15px;
    text-align: center;
    text-decoration: none;
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    position: relative;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -ms-transition: -moz-transform 0.3s, opacity 0.3s;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
}
.cy_blog_img .cy_blog_links > ul > li > a > i {
    margin-right: 7px;
}
.cy_blog_box:hover .cy_blog_overlay {
    opacity: 1;
}
.cy_blog_box:hover .cy_blog_img .cy_blog_links ul li a {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    z-index: 1;
}
.cy_blog_img .cy_blog_links a:hover {
    color: #D3B062;
}

ul.cy_blog_info {
    padding: 0px;
    margin: 0px;
    padding-top: 30px;
}
ul.cy_blog_info li {
    display: inline-block;
    list-style: none;
}
ul.cy_blog_info li a {
    color: #2f3942;
    font-size: 15px;
    text-transform: capitalize;
    padding: 0px 10px;
    border-right: 1px solid;
}
ul.cy_blog_info li:first-child a {
    padding-left: 0px;
}
ul.cy_blog_info li:last-child a {
    border-right: none;
}
.cy_relative {
    position: relative;
}
.cy_blog_img .cy_blog_links ul li ul.cy_so_icons {
    position: absolute;
    left: 100%;
    top: 1px;
    width: 100%;
    display: inline-block;
    padding: 0px;
    margin: 0px;
}
.cy_blog_img .cy_blog_links ul li ul.cy_so_icons li {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    opacity: 0;
    display: inline-block;
    list-style: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.cy_blog_img .cy_blog_links ul li ul.cy_so_icons li a {
    margin: 0;
    font-size: 13px;
    color: #ffffff;
    margin: 0 4px;
}
.cy_blog_img .cy_blog_links ul li:hover ul.cy_so_icons li {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
}
.cy_blog_img .cy_blog_links ul li ul.cy_so_icons li a:hover {
    color: #D3B062;
}
.cy_blog_data h2 {
    font-size: 18px;
    margin: 16px 0px 10px 0px;
}
.cy_blog_data h2 a {
    color: #2f3942;
}
.cy_blog_data p {
    line-height: 27px;
    margin-bottom: 30px;
}
.cy_blog_data h2 a:hover,
ul.cy_blog_info li:hover a {
    color: #D3B062;
}
.cy_sponsors_wrapper {
    background-image: url(../images/wrapper2.jpg);
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.cy_sponsors_wrapper:before {
    position: absolute;
    width: 50.56%;
    left: -4%;
    top: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    content: "";
}
.cy_sponsors_wrapper:after {
    position: absolute;
    width: 57.56%;
    right: -4%;
    top: 0;
    height: 100%;
    background-color: rgba(9, 155, 172, 0.5);
    content: "";
}
.cy_ride_text{
    padding: 122px 0px;
}
.cy_ride_text h3 {
    color: #ffffff;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 900;
    margin: 0px;
}
.cy_ride_text h2 {
    font-size: 35px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 900;
    margin: 20px 0px 30px 0px;
}
.cy_sponsor_slider h1.cy_heading {
    color: #ffffff;
    position: relative;
    z-index: 1;
    text-align: center;
    padding-bottom: 50px;
}
.cy_sponsor_slider .owl-carousel .owl-item img {
    width: auto;
}
.cy_footer_wrapper {
    background-color: #2E2B26;
    font-size: 14px;
}
.footer-widget.cy_footer_about p {
    padding-top: 14px;
    color: #FFFFFF;
    line-height: 26px;
    margin: 0px;
    font-weight: 300;
}
.footer-widget{
    text-align: left;
}
.footer-widget > img{
    margin: 12px 0px 20px 0px;
}
.footer-bottom{
    border-top: 2px solid white;
    color: #FFFFFF;
    text-align: left;
}
.footer-bottom p{
    font-size: 15px;
    font-weight: 500;
}
.footer-bottom a{
    color: #FFFFFF;
}
.footer-bottom a:hover{
    color: #D3B062;
}
.cy_btm_footer > .container{
    padding: 0 25px !important;
}
.cy_footer_wrapper .container{
    padding: 25px;
}

h2.widget-title {
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    margin: 16px 0;
}
.cy_post_data {
    float: left;
    display: table;
}
.cy_post_img {
    width: 70px;
    height: 70px;
    float: left;
    margin-top: 8px;
    overflow: hidden;
}
.cy_post_img img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    -ms-transition: -moz-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    transition: transform 0.5s;
}
.cy_recent_post:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.cy_post_data h3 {
    margin: 0px;
    font-size: 15px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 400;
    color: #FFFFFF;
}
.cy_post_data h3 a {
    color: #FFFFFF;
}

.contact-form form{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.contact-form form h2{
    padding: 4px 0 8px;
}

.contact-form input{
    width: 100%;
}

.contact-form textarea{
    margin: 8px 0;
    height: 100px;
    resize: none;
}

.contact-form-item textarea{
    margin: 8px 0;
    height: 180px;
    resize: none;
}

.contact-form-item p{
    padding: 4px 0;
    color: #099bac;
}

.contact-form-item .nice-select{
    text-transform: none;
    padding-left: 16px !important;
}

.form-control{
    font-size: 15px;
}

.form-control::placeholder{
    color: #969696;
}

.close{
    color: #FFFFFF;
    font-size: 24px;
    transition: 0.15s;
}

.close:hover{
    color: #FFFFFF;
}

.modal-header{
  background-color: #d3b062;
}

.modal-header h5{
    padding: 0 15px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
}


.contact-form-item{
    margin: 8px 0;
    flex: 1;
}

.contact-form-items{
    display: flex;
    justify-content: space-between;
}

.contact-form-items > .contact-form-item:first-child{
    padding-right: 8px;
}

.contact-form-items > .contact-form-item:last-child{
    padding-left: 8px;
}
.cy_recent_post:after,
.cy_foo_contact:after {
    clear: both;
    content: "";
    display: table;
}
.cy_post_data p {
    font-size: 13px;
    color: #9faebc;
    margin-top: 5px;
    margin-bottom: 0px;
}
.cy_recent_post {
    margin-bottom: 8px;
}
.cy_post_data h3 a:hover {
    color: #D3B062;
}
.cy_foo_contact span {
    float: left;
    vertical-align: middle;
    display: block;
    margin-top: 5px;
}
.cy_post_info {
    width: calc(100% - 25px);
    float: left;
    margin-bottom: 15px;
}
.cy_foo_contact p {
    padding-left: 25px;
    color: #9faebc;
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 0px;
}
.cy_foo_contact p a {
    color: #9faebc;
}
.cy_foo_contact p a:hover {
    color: #D3B062;
}
.cy_foo_gallery {
    padding-top: 7px;
}
.cy_foo_gallery ul {
    padding: 0px;
    margin: 0px;
}
.cy_foo_gallery ul li {
    float: left;
    list-style: none;
}
.cy_foo_gallery ul li a {
    display: block;
    margin-right: 7px;
    margin-bottom: 7px;
    overflow: hidden;
}
.cy_foo_gallery ul li a > img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    -ms-transition: -moz-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    transition: transform 0.5s;
}
.cy_foo_gallery ul li a:hover > img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.cy_foo_gallery ul li:last-child a {
    margin-right: 0px;
}
.cy_btm_footer {
    background-color: #D3B062;
    padding: 20px 0px;
    text-align: center;
}
.cy_btm_footer p {
    margin: 0px;
    color: #FFFFFF;
    text-align: left;
    font-size: 14px;
}
.cy_btm_footer p a {
    color: #FFFFFF;
}

.cy_btm_footer p a:hover{
    color: #D3B062;
}

/*==Go To Top Css Start==*/

.cy_go_to {
    position: fixed;
    right: 60px;
    z-index: 1000;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}
.cy_go_to.goto {
    bottom: 30px;
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -transform: translateY(-20px);
}
.cy_go_top {} .cy_go_top img {
    max-width: 100%;
    display: inline-block;
}
span.cy_go_text {
    color: #ffffff;
    text-transform: capitalize;
}
.way {
    width: 100%;
    border-bottom: 10px dashed #000;
    position: absolute;
    bottom: 20%;
    -webkit-animation: move 0.8s infinite linear;
    -moz-animation: move 0.8s infinite linear;
}
@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotateY(0deg);
    }
    50% {
        -webkit-transform: rotateY(-360deg);
    }
    100% {
        -webkit-transform: rotateY(0deg);
    }
    50% {
        -webkit-transform: rotateY(-360deg);
    }
    0% {
        -webkit-transform: rotateY(0deg);
    }
}
/*==About Page Css Start==*/

.cy_bread_wrapper {
    background-image: url(../images/about/bread_bg.jpg);
    background-size: cover;
    position: relative;
    padding: 100px 0px 100px;
    text-align: left;
}
.cy_about_wrapper.cy_about_page {
    padding-bottom: 91px;
}
.cy_bread_wrapper h1 {
    font-size: 50px;
    color: #ffffff;
    margin: 0px;
    display: inline-block;
    font-weight: 700;
    text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
}
.cy_about_wrapper.cy_about_page .cy_about_img {
    margin-top: 98px;
    overflow: hidden;
}
.cy_about_wrapper.cy_about_page .cy_about_img img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    -ms-transition: -moz-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    transition: transform 0.5s;
}
.cy_about_wrapper.cy_about_page .cy_about_img:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.cy_about_wrapper.cy_about_page .cy_about_data p {
    margin-bottom: 20px;
}
.cy_about_wrapper.cy_about_page .cy_about_data a.cy_button {
    margin-top: 5px;
}
.cy_club_wrapper {
    background-color: #FFFFFF;
    text-align: left;
    background-image: url();
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat;
}

.cy_club_wrapper h1{
    color: #2f3942;
    text-align: left;
}

.cy_timeline {
    position: relative;
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
}
.cy_timeline:before {
    position: absolute;
    left: 50%;
    top: 25px;
    content: ' ';
    display: block;
    width: 2px;
    height: 100%;
    margin-left: -1px;
    background-color: #099BAC;
    z-index: 5;
}
.cy_timeline:after {
    position: absolute;
    top: 102%;
    left: 50%;
    content: ' ';
    display: block;
    width: 12px;
    height: 12px;
    margin-left: -6px;
    background: #ffffff;
    border-radius: 10px;
    border: 4px solid #2f3942;
    z-index: 10;
    display: none;
}
.cy_timeline li {
    width: 100%;
    display: inline-block;
    list-style: none;
    margin-top: -55px;
}
.cy_timeline li:first-child {
    margin-top: 0px;
}
li .cy_tl-item {
    width: 50%;
    float: left;
    position: relative;
    text-align: left;
    list-style: none;
    padding-right: 20px;
}
li .cy_tl-item.dir-r {
    float: right;
    padding-right: 0px;
    padding-left: 20px;
}
li .cy_tl-item.dir-r:hover:before,
li .cy_tl-item:hover:before {
    -webkit-animation-name: spinner;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 5s;
    animation-name: spinner;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 5s;
}
li .cy_tl-item.dir-r .cy_club_data {
    float: right;
    padding-right: 0px;
    /*padding-left: 20px;*/
    padding-top: 16px;
}
li .cy_tl-item.dir-r .cy_tl-content {
    padding-left: 30px;
    padding-right: 0px;
    display: flex;
    flex-direction: column;
}
/*li .cy_tl-item:before {
    position: absolute;
    top: 15px;
    right: -24px;
    content: url(../images/svg/cycle1.svg);
     color: #FFFFFF;
    font-size: 24px;
    font-weight: 500;
    display: block;
    width: 50px;
    height: 72px;
    margin-top: -10px;
    z-index: 10;
    padding: 18px;
    border-radius: 6px;
    background: #099BAC;
}
li .cy_tl-item.dir-r:before {
    left: -26px;
    -webkit-transform: none;
    transform: none;
    content: url(../images/svg/cycle.svg);
    padding: 18px;
    border-radius: 6px;
    background: #099BAC;
}*/

.cy_timeline:after{
    color: #FFFFFF;
    font-size: 16px;
    display: block;
    width: 24px;
    height: 24px;
    margin-top: -30px;
    z-index: 10;
    padding: 6px;
    border-radius: 50%;
    background: #099BAC;
    font-weight: 300;
    text-align: center;
    margin-left: -12px;
    border: 0;
}

li .cy_tl-item-left {
    display: block;
    position: absolute;
    top: 15px;
    right: -24px;
    color: #FFFFFF;
    font-size: 18px;
    display: block;
    width: 72px;
    height: 50px;
    margin-top: -10px;
    z-index: 10;
    padding: 12px 18px 12px 0;
    border-radius: 6px;
    background: #099BAC;
    font-weight: 300;
    text-align: right;
}

li .cy_tl-item-right {
    display: block;
    position: absolute;
    top: 15px;
    left: -24px;
    color: #FFFFFF;
    font-size: 18px;
    display: block;
    width: 72px;
    height: 50px;
    margin-top: -10px;
    z-index: 10;
    padding: 12px 0 12px 18px;
    border-radius: 6px;
    background: #099BAC;
    font-weight: 300;
    text-align: left;
}

li .cy_tl-item.dir-r-2 {
    left: -26px;
    -webkit-transform: none;
    transform: none;
    /*content: url(../images/svg/cycle.svg);*/
    padding: 18px;
    border-radius: 6px;
    background: #099BAC;
}

.cy_club_data {
    /*width: calc(100% - 200px);*/
    width: 100%;
    float: left;
    padding-right: 24px;
    padding-top: 16px;
}
.cy_club_img {
    float: left;
    margin-top: 5px;
}
.cy_club_img > img {
    display: block;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    max-height: 200px;
    border-radius: 6px;
}
.cy_club_data span {
    font-size: 15px;
}
.cy_club_data h3 {
    font-size: 18px;
    margin: 20px 0px 15px;
}
.cy_club_data h3 a {
    color: #2f3942;
}
.cy_club_data h3 a:hover {
    color: #D3B062;
}
.cy_club_data p {
    line-height: 26px;
    margin: 0px;
}
.cy_club_history {
    margin-top: 50px;
}
.cy_tl-content {
    padding-right: 30px;
}
.cy_gal_view {
    text-align: center;
    margin-top: 20px;
}
.cy_blog_page .cy_blog_box {
    margin-bottom: 45px;
}

.cy_blog_page h3{
    margin-bottom: 8px;
}

.cy_blog_page img{
    margin: 8px 8px 8px 0;
    border-radius: 6px;
}

.background-gray{
    background-color: #eceeef;
}

.cy_pagination {
    text-align: center;
}
.cy_pagination ul.pagination {
    padding: 0px;
    margin: 0px;
}
.cy_pagination ul.pagination a.page_pre,
.cy_pagination ul.pagination a.page_next {
    width: 40px;
    height: 40px;
    background-color: #D3B062;
    color: #fff;
    font-size: 12px;
    border-radius: 100%;
    position: relative;
    line-height: 40px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.cy_pagination ul.pagination a.page_pre:hover,
.cy_pagination ul.pagination a.page_next:hover {
    background-color: transparent;
    color: #D3B062;
    margin: 10px 20px 0px;
}
.cy_pagination ul.pagination a.page_pre:before,
.cy_pagination ul.pagination a.page_pre:after,
.cy_pagination ul.pagination a.page_next:before,
.cy_pagination ul.pagination a.page_next:after {
    width: 100%;
    height: 100%;
    z-index: 3;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    border-radius: 28px;
}
.cy_pagination ul.pagination a.page_pre:before,
.cy_pagination ul.pagination a.page_next:before {
    border-bottom: 2px solid #D3B062;
    border-left: 2px solid #D3B062;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
}
.cy_pagination ul.pagination a.page_pre:after,
.cy_pagination ul.pagination a.page_next:after {
    border-top: 2px solid #D3B062;
    border-right: 2px solid #D3B062;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
}
.cy_pagination ul.pagination a.page_pre:hover:after,
.cy_pagination ul.pagination a.page_pre:hover:before,
.cy_pagination ul.pagination a.page_next:hover:after,
.cy_pagination ul.pagination a.page_next:hover:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.cy_pagination .pagination > li > a,
.cy_pagination .pagination > li > span {
    float: left;
    padding: 0;
    margin: 10px 20px 0px;
    line-height: 40px;
    color: #2f3942;
    font-size: 15px;
    background-color: transparent;
    border: none;
    font-weight: 500;
    vertical-align: middle;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.cy_pagination .pagination > li > a.active,
.cy_pagination .pagination > li > a:hover {
    color: #D3B062;
    margin-top: 4px;
}
.cy_blockquotes {
    padding-top: 10px;
}
.cy_blockquotes blockquote {
    padding: 30px 30px;
    margin: 0 0 50px;
    font-size: 15px;
    font-weight: 400;
    font-style: italic;
    line-height: 26px;
    border-left: 5px solid #D3B062;
    background-color: #f8f9fa;
}
.comments-area {
    padding-top: 100px;
    border-top: 1px solid #d9dcde;
}
h3.comments-title {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 900;
    margin: 0px;
}
.comments-area ol.commentlist {
    margin: 0px;
    padding: 0px;
}
.comments-area ol.commentlist li.comment {
    list-style: none;
    display: inline-block;
}
.comment_img {
    float: left;
}
.comment_img img {
    margin-right: 20px;
    border-radius: 100%;
}
.comment_data {
    width: calc(100% - 124px);
    float: left;
}
.comment_data_info {
    margin-bottom: 10px;
}
.comment_data_info h3 {
    margin: 0px;
    font-size: 18px;
    text-transform: capitalize;
    float: left;
}
.comment_data_info h3 a {
    color: #2f3942;
    margin-right: 30px;
}
.comment_data_info h3 a:hover {
    color: #D3B062;
}
.comment-reply {
    float: right;
}
.comment_para {
    display: inline-block;
    margin: 0px;
    line-height: 26px;
}
.comment_data_info p {
    display: inline-block;
    margin: 0px;
}
.comment-reply a {
    color: #2f3942;
    text-transform: capitalize;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.comment-reply a:hover i {
    margin-right: 15px;
}
.comment-reply a:hover {
    color: #D3B062;
}
.comment-reply i {
    margin-right: 10px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.comments-area ol.commentlist li.comment .children {
    padding: 0px;
}
.cy_comments {
    border-bottom: 1px solid #d9dcde;
    padding: 50px 0px;
    float: left;
}
.comments-area ol.commentlist li.comment .children .cy_comments {
    padding-left: 100px;
}
.comment-respond {
    padding-top: 90px;
}
h3#reply-title {} h3.comment-reply-title {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 900;
    margin: 0px;
    padding-bottom: 50px;
}
.comment_input_wrapper {
    margin-bottom: 25px;
}
.comment-respond input[type="text"],
.comment-respond input[type="email"] {
    width: 100%;
    height: 45px;
    padding: 10px 15px;
    background-color: #f8f9fa;
    border: 1px solid #d9dcde;
}
.comment-respond textarea {
    height: 180px;
    width: 100%;
    background-color: #f8f9fa;
    border: 1px solid #d9dcde;
    padding: 10px 15px;
    resize: none;
}
.comment-respond input#comment-submit {
    border: 1px solid #D3B062;
}
.comment-respond input#comment-submit:focus {
    outline: none;
}
.comment-respond input[type="text"]:focus,
.comment-respond input[type="email"]:focus,
.comment-respond textarea:focus {
    background-color: transparent;
}
.sidebar .widget {
    margin-bottom: 40px;
    background-color: #f8f9fa;
    padding: 35px 20px 25px 20px;
}
.sidebar .widget ul {
    margin: 0px;
    padding: 0px;
}
.sidebar .widget ul li {
    list-style: none;
    line-height: 30px;
}
.widget.event_class li {
    margin-top: 10px;
    display: inline-block;
}
h3.widget-title {
    margin: 0px;
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 15px;
    position: relative;
    padding-left: 15px;
}
h3.widget-title:before {
    position: absolute;
    top: -6px;
    left: 0;
    background-color: #D3B062;
    width: 3px;
    height: 30px;
    content: "";
}
.widget.widget_search .input-group .form-control{
	display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    padding-right: 40px;
    font-size: 15px;
    color: #2f3942;
    background-color: #f8f9fa;
    border: 1px solid #d9dcde;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.widget.widget_search .input-group .cy_search_btn {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}
.widget.widget_search .input-group .cy_search_btn .btn{
	height: 45px;
    font-size: 15px;
    border-radius: 0;
    color: #535359;
    background-color: transparent;
}
.widget.widget_search .input-group .cy_search_btn .btn:hover{
	cursor:pointer;
	color:#D3B062;
}
.widget.widget_categories ul li {
    width: 100%;
    padding: 3px 0px;
}
.widget.widget_categories ul li:last-child {
    padding-bottom: 0px;
}
.widget.widget_categories ul li a {
    width: auto;
    display: inline-block;
    color: #424e59;
    position: relative;
    text-transform: capitalize;
    padding-left: 13px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.widget.widget_categories ul li a:before {
    content: '\f105';
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'FontAwesome';
    line-height: 30px;
    font-size: 17px;
}
.widget.widget_categories ul li a:hover {
    margin-left: 10px;
    color: #D3B062;
}
.widget.widget_recent_entries ul li {
    margin-bottom: 22px;
    width: 100%;
    display: inline-block;
    padding-top: 5px;
}
.widget.widget_recent_entries ul li .recent_cmnt_img {
    float: left;
    margin-top: 7px;
}
.widget.widget_recent_entries ul li .recent_cmnt_data {
    width: calc(100% - 90px);
    float: left;
}
.widget.widget_recent_entries ul li .recent_cmnt_img img {
    padding-right: 20px;
}
.widget.widget_recent_entries ul li .recent_cmnt_data h4 {
    margin: 0px;
    font-size: 15px;
    line-height: 24px;
}
.widget.widget_recent_entries ul li .recent_cmnt_data h4 a {
    color: #2f3942;
}
.widget.widget_recent_entries ul li .recent_cmnt_data span {
    font-size: 13px;
}
.widget.widget_recent_entries ul li .recent_cmnt_data h4 a:hover {
    color: #D3B062;
}
.widget.widget_recent_entries ul li:last-child {
    margin-bottom: 0px;
}
.widget.widget_tag_cloud ul {
    margin-top: 12px;
}
.widget.widget_tag_cloud ul li {
    margin: 0px 10px 10px 0px;
    display: inline-block;
}
.widget.widget_tag_cloud ul li a {
    font-size: 13px;
    color: #ffffff;
    background-color: #2f3942;
    display: block;
    padding: 0px 24px;
    text-transform: capitalize;
    line-height: 39px;
    height: 40px;
    position: relative;
}
.widget.widget_tag_cloud ul li a:hover {
    background-color: #D3B062;
}
.widget.widget_social_links ul li {
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
}
.widget.widget_social_links ul li a {
    color: #ffffff;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    position: relative;
    background-color: #3b5998;
    border: 1px solid #3b5998;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.widget.widget_social_links ul li:nth-child(2) a {
    background-color: #1da1f2;
    border-color: #1da1f2;
}
.widget.widget_social_links ul li:nth-child(3) a {
    background-color: #0077b5;
    border-color: #0077b5;
}
.widget.widget_social_links ul li:nth-child(4) a {
    background-color: #dd4b39;
    border-color: #dd4b39;
}
.widget.widget_social_links ul li:nth-child(5) a {
    background-color: #bd081c;
    border-color: #bd081c;
}
.widget.widget_social_links ul li:nth-child(6) a {
    background-color: #1ab7ea;
    border-color: #1ab7ea;
}
.widget.widget_social_links ul li:last-child a {
    background-color: #ff301a;
    border-color: #ff301a;
}
.widget.widget_social_links ul li a:hover {
    background-color: transparent;
    color: #3b5998;
}
.widget.widget_social_links ul li:nth-child(2) a:hover {
    color: #1da1f2;
}
.widget.widget_social_links ul li:nth-child(3) a:hover {
    color: #0077b5;
}
.widget.widget_social_links ul li:nth-child(4) a:hover {
    color: #dd4b39;
}
.widget.widget_social_links ul li:nth-child(5) a:hover {
    color: #bd081c;
}
.widget.widget_social_links ul li:nth-child(6) a:hover {
    color: #1ab7ea;
}
.widget.widget_social_links ul li:last-child a:hover {
    color: #ff301a;
}
.cy_con_box {
    position: relative;
    margin-bottom: 30px;
}
.cy_con_overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.cy_con_overlay .cy_con_data {
    width: 100%;
    position: absolute;
    top: 50%;
    text-align: center;
    padding: 0px 32px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.cy_con_overlay .cy_con_data h3 {
    color: #ffffff;
    font-size: 18px;
    text-transform: capitalize;
    margin: 0px 0px 20px;
}
.cy_con_overlay .cy_con_data p {
    font-size: 15px;
    margin: 0px;
    color: #ffffff;
    line-height: 26px;
}
.cy_con_box:hover .cy_con_overlay {
    background-color: rgba(9, 155, 172, 0.5);
}
.cy_contact_wrapper {
    padding-top: 100px;
}
.cy_form_wrapper {
    padding: 70px 0px 100px;
}
.cy_form_wrapper .form-group {
    margin-bottom: 25px;
}
.cy_form_wrapper .form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 25px;
    font-size: 15px;
    background-color: #f8f9fa;
    background-image: none;
    border: 1px solid #d9dcde;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
}
.cy_form_wrapper textarea.form-control {
    height: 180px;
    resize: none;
    padding-top: 15px;
}
.cy_form_wrapper button.cy_button {
    border: 1px solid transparent;
}
#contact_map {
    width: 100%;
    height: 480px;
}
.cy_form_wrapper .form-control:focus {
    background-color: transparent;
}
.cy_form_wrapper button.cy_button:focus {
    outline: none;
}
.cy_error_data {
    text-align: center;
}
.cy_error_data h1 {
    font-size: 100px;
    font-weight: 900;
    color: #D3B062;
    margin: 0px;
    margin-bottom: 10px;
}
.cy_error_data h2 {
    font-size: 24px;
    text-transform: capitalize;
    margin: 0px;
    padding-bottom: 20px;
}
.cy_error_data p {
    line-height: 30px;
    font-size: 15px;
    margin-bottom: 25px;
}
/*-------- shop page start --------*/
/*-------- shop sidebar start--------*/
.widget.woocommerce.widget_product_search{
    margin-bottom: 40px;
	background:#f8f9fa;
	padding:30px 30px;
}
.widget.woocommerce.widget_product_search .form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    padding-right: 40px;
    font-size: 15px;
    color: #2f3942;
    background-color: #f8f9fa;
    border: 1px solid #d9dcde;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.widget.woocommerce.widget_product_search .form-control:focus {
    background-color: transparent;
}
.cy_search_btn {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}
.widget.woocommerce.widget_product_search .input-group {
    display: inline-block;
    width: 100%;
}
.widget.woocommerce.widget_product_search .btn {
    height: 45px;
    font-size: 15px;
    border-radius: 0;
    color:#535359;
    background-color: transparent;
}
.widget.woocommerce.widget_product_search .btn:hover{
    color: #D3B062;
	cursor:pointer;
}
.widget.woocommerce.widget_category{
    margin-bottom: 40px;
	background:#f8f9fa;
	padding:30px 30px 24px 30px;
}
.woocommerce_widget_title{
    margin: 0px;
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 30px;
    position: relative;
    padding-left: 15px;
}
.woocommerce_widget_title:before{
    position: absolute;
    top: -6px;
    left: 0;
    background-color: #D3B062;
    width: 3px;
    height: 30px;
    content: "";
}
.widget.woocommerce.widget_category ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.widget.woocommerce.widget_category ul li{
    margin-bottom: 20px;
    position: relative;
    padding-left: 25px;
}
.widget.woocommerce.widget_category ul li:last-child{
    margin-bottom: 0px;
}
.widget.woocommerce.widget_category ul li a{
    color:#424e59;
    display: inline-block;
}
.widget.woocommerce.widget_category ul li a input{
    margin-right: 10px;
}
.widget.woocommerce.widget_category ul li label:hover{
    cursor: pointer;
}
.widget.woocommerce.widget_category ul li label .checkmark{
    position: absolute;
    top: 5px;
    left: 0;
    height: 15px;
    width: 15px;
    text-align: center;
    line-height: 15px;
    border: 1px solid #D3B062;
}
.widget.woocommerce.widget_category ul li label input{
    display: none;
}
.widget.woocommerce.widget_category ul li label input:checked ~ .checkmark{
    background-color: #D3B062;
}
.widget.woocommerce.widget_category ul li label .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    top:0;
    left:4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.widget.woocommerce.widget_category ul li label input:checked ~ .checkmark:after {
    display: block;
}
.widget.woocommerce.widget_price{
    margin-bottom: 40px;
	background:#f8f9fa;
	padding:30px 30px 24px 30px;
}
.widget.woocommerce.widget_price .ui-widget-content .ui-state-default{
    background: #D3B062;
    border: none;
    border-radius: 100%;
    top: -5px;
    height: 15px;
    width: 15px;
}
.widget.woocommerce.widget_price .ui-widget-content .ui-state-default:focus{
    outline:none;
}
.widget.woocommerce.widget_price .ui-widget-header{
    background:#D3B062;
}
.widget.woocommerce.widget_price .ui-widget-content{
    border:none;
    background: #d9dcde;
    height: 5px;
    border-radius:0px;
    margin-bottom: 20px;
}
.widget.woocommerce.widget_price .cy_range input{
    width: 100%;
    border:none;
    color:#424e59;
    font-size: 15px;
	background:none;
}
.widget.woocommerce.widget_availability{
    margin-bottom: 40px;
	background:#f8f9fa;
	padding:30px 30px 24px 30px;
}
.widget.woocommerce.widget_availability ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.widget.woocommerce.widget_availability ul li{
    margin-bottom: 20px;
    position: relative;
    padding-left: 25px;
}
.widget.woocommerce.widget_availability ul li:last-child{
    margin-bottom: 0px;
}
.widget.woocommerce.widget_availability ul li a{
    color:#424e59;
    display: inline-block;
}
.widget.woocommerce.widget_availability ul li a input{
    margin-right: 10px;
}
.widget.woocommerce.widget_availability ul li label:hover{
    cursor: pointer;
}
.widget.woocommerce.widget_availability ul li label .checkmark{
    position: absolute;
    top: 5px;
    left: 0;
    height: 15px;
    width: 15px;
    text-align: center;
    line-height: 15px;
    border: 1px solid #D3B062;
}
.widget.woocommerce.widget_availability ul li label input{
    display: none;
}
.widget.woocommerce.widget_availability ul li label input:checked ~ .checkmark{
    background-color: #D3B062;
}
.widget.woocommerce.widget_availability ul li label .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    top:0;
    left:4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.widget.woocommerce.widget_availability ul li label input:checked ~ .checkmark:after {
    display: block;
}
.widget.woocommerce.widget_color{
    margin-bottom: 40px;
	background:#f8f9fa;
	padding:30px 30px 4px 30px;
}
.widget.woocommerce.widget_color ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.widget.woocommerce.widget_color ul:after{
    content:"";
    width:100%;
    display:table;
}
.widget.woocommerce.widget_color ul li{
    margin-bottom: 20px;
    position: relative;
    padding-left: 25px;
    float:left;
    width:50%;
}
.widget.woocommerce.widget_color ul li:last-child{
    margin-bottom: 0px;
}
.widget.woocommerce.widget_color ul li a{
    color:#424e59;
    display: inline-block;
}
.widget.woocommerce.widget_color ul li a input{
    margin-right: 10px;
}
.widget.woocommerce.widget_color ul li label .checkmark{
    position: absolute;
    top: 5px;
    left: 0;
    height: 15px;
    width: 15px;
    text-align: center;
    line-height: 15px;
    border: 1px solid #D3B062;
}
.widget.woocommerce.widget_color ul li label:hover{
    cursor: pointer;
}
.widget.woocommerce.widget_color ul li label input{
    display: none;
}
.widget.woocommerce.widget_color ul li label input:checked ~ .checkmark{
    background-color: #D3B062;
}
.widget.woocommerce.widget_color ul li label .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    top:0;
    left:4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.widget.woocommerce.widget_color ul li label input:checked ~ .checkmark:after {
    display: block;
}
.widget.woocommerce.widget_size{
    margin-bottom: 40px;
	background:#f8f9fa;
	padding:30px 30px 24px 30px;
}
.widget.woocommerce.widget_size ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.widget.woocommerce.widget_size ul li{
    margin-bottom: 20px;
    position: relative;
    padding-left: 25px;
}
.widget.woocommerce.widget_size ul li:last-child{
    margin-bottom: 0px;
}
.widget.woocommerce.widget_size ul li a{
    color:#424e59;
    display: inline-block;
}
.widget.woocommerce.widget_size ul li a input{
    margin-right: 10px;
}
.widget.woocommerce.widget_size ul li label:hover{
    cursor: pointer;
}
.widget.woocommerce.widget_size ul li label .checkmark{
    position: absolute;
    top: 5px;
    left: 0;
    height: 15px;
    width: 15px;
    text-align: center;
    line-height: 15px;
    border: 1px solid #D3B062;
}
.widget.woocommerce.widget_size ul li label input{
    display: none;
}
.widget.woocommerce.widget_size ul li label input:checked ~ .checkmark{
    background-color: #D3B062;
}
.widget.woocommerce.widget_size ul li label .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    top:0;
    left:4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.widget.woocommerce.widget_size ul li label input:checked ~ .checkmark:after {
    display: block;
}
/*-------- shop sidebar end--------*/
.cy_shop_wrapper{
    padding: 100px 0px 50px 0px
}
.cy_shop_page{
    margin-bottom: 50px;
}
.cy_shop_view {
    margin-bottom:30px;
}
.cy_shop_view ul{
    margin:0;
    padding: 0;
    list-style: none;
}
.cy_shop_view ul li{
    display: inline-block;
    margin-right: 10px;
}
.cy_shop_view ul li:last-child{
    margin: 0;
}
.cy_shop_view ul li.active a{
    color:#D3B062;
}
.cy_shop_view ul li a{
    color:#333333;
    font-size: 18px;
	display:inline-block;
	color:#bbbbbb;
}
.cy_shop_view ul li a i{
	background: #f8f9fa;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
}
.cy_showing_product{
    text-align: center;
    margin-bottom: 30px;
	padding-top:10px;
}
.cy_shorting{
    text-align: right;
    margin-bottom: 30px;
}
.cy_shorting select{
    background: #f8f9fa;
    border: none;
    padding: 5px 20px;
	height:40px;
}
.cy_shorting select:focus{
    outline:none;
}
.nice-select{
    background: #f8f9fa;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 15px !important;
    font-weight: normal;
    height: 35px !important;
    line-height: 35px !important;
    outline: none;
    padding-left: 24px !important;
    padding-right: 48px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
    color: #555;
    text-transform: lowercase;
    border-radius: 0 !important;
    border: 0 !important;
    min-width: 200px;
    width: 100% !important;
}
.nice-select:after {
    border-bottom: 2px solid #099bac;
    border-right: 2px solid #099bac;
    content: '';
    display: block;
    height: 8px;
    margin-top: -4px;
    position: absolute;
    right: 12px;
    top: 45%;
    -webkit-transform: rotate(0) !important;
    -ms-transform: rotate(0) !important;
    transform: rotate(0) !important;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 8px;
    width: 0;
    height: 0;
    border-style: solid !important;
    border-width: 12px 6px 0 6px !important;
    border-color: #0098ba transparent transparent transparent !important;
}

.nice-select.open:after {
    -webkit-transform: rotate(180deg) translatey(6px) translatex(4px) !important;
    -ms-transform: rotate(180deg) translatey(6px) translatex(4px) !important;
    transform: rotate(180deg) translatey(6px) translatex(4px) !important;
}
.nice-select .list{
    background-color: #fff;
    box-shadow: 0 0 0 1px rgba(68, 88, 112, 0.11);
    margin-top: 4px;
	margin-bottom:0px;
    opacity: 0;
	padding:0;
	list-style:none;
    position: absolute;
	visibility:hidden;
    top: 100%;
    left: 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
	z-index: 9;
	width:100%;
        border-radius: 0 !important;
}
.nice-select.open .list{
    opacity: 1;
	visibility:visible;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}
.nice-select .list .option{
	padding:0px 15px;
}
#products .list-group-item{
    min-width: 100%;
    border: none;
    margin-bottom: 30px;
    padding: 0px 15px 0px 15px;
}
#products .list-group-item .cy_store_box{
    border: 1px solid #d9dbdd;
}
#products .list-group-item .cy_store_box .cy_store_img{
    float: left;
    border:none;
}
#products .list-group-item .cy_store_box .cy_store_data{
    float: right;
    width: calc(100% - 370px);
    text-align: left;
	padding:27px 20px;
    border-left: 1px solid #d9dbdd;
	background:#f8f9fa;
}
#products .list-group-item .cy_store_box .cy_store_data p{
    margin-bottom: 20px;
    display: block;
	font-weight:300;
}
#products .list-group-item .cy_store_box .cy_store_data .cy_button{
    text-align: center;
}
#products .list-group-item .cy_store_box .cy_store_data .cy_store_text h3{
    width:100%;
    float:none;
    margin-bottom: 10px;
    font-size: 18px;
}
#products .list-group-item .cy_store_box .cy_store_data .cy_store_text h3 a{
    float: none;
}
#products .list-group-item .cy_store_box .cy_store_data .cy_store_text ul{
    width:100%;
    float:none;
    text-align: left;
}
.cy_pagination nav{
    display: inline-block;
	padding-top:40px;
}
/*-------- cart page start --------*/
.cy_cart_wrapper{
    padding:100px 0px 50px 0px;
}
.cy_cart_box.woocommerce{
    margin-bottom: 50px;
}
.woocommerce table.shop_table{
    width: 100%;
    border:1px solid #e1e1e1;
	background:#f8f9fa;
}
.woocommerce table.shop_table thead tr{
    border-bottom:1px solid #e1e1e1;
}
.woocommerce table.shop_table thead tr th{
    padding:10px 0px;
    text-align: center;
    width:25%;
}
.woocommerce table.shop_table tbody tr td{
    padding:25px 0px;
    text-align: center;
    font-size: 15px;
    width:25%;
}
.woocommerce table.shop_table tbody tr td.product-thumbnail a{
    border:1px solid #e1e1e1;
}
.woocommerce table.shop_table tbody tr td a{
    display: inline-block;
    color: #d61111;
    font-size: 20px;
}
.cy_cart_sidebar{
    margin-bottom: 50px;
}
.cy_cart_sidebar .coupon{
    margin-bottom: 50px;
}
.cy_cart_sidebar .coupon h2{
    font-size: 18px;
    margin-bottom: 20px;
}
.cy_cart_sidebar .coupon .coupon_input{
    position: relative;
}
.cy_cart_sidebar .coupon .coupon_input input{
    width: 100%;
    height: 40px;
    border-radius: 22px;
    border: 2px solid #e1e1e1;
    padding: 0px 103px 0px 20px;
	background:#f8f9fa;
}
.cy_cart_sidebar .coupon .coupon_input .cy_button{
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    line-height: 40px;
    padding: 0px 25px;
    border-radius: 0px 20px 20px 0px;
}
.cy_cart_sidebar .coupon .coupon_input .cy_button:after,
.cy_cart_sidebar .coupon .coupon_input .cy_button:before{
    border-radius:0px 20px 20px 0px;
}
.cart-collaterals .cart_totals{
    border:1px solid #e1e1e1;
    margin-bottom: 50px;
	background:#f8f9fa;
}
.cart-collaterals .cart_totals h2{
    font-size: 18px;
    padding:20px 0px;
    text-align: center;
}
.cart-collaterals .cart_totals table.shop_table{
    width:100%;
    padding:0px 30px;
}
.cart-collaterals .cart_totals table.shop_table tbody tr td{
    padding: 10px 20px;
}
.cart-collaterals .cart_totals table.shop_table tfoot{
    border-top:1px solid #e1e1e1;
}
.cart-collaterals .cart_totals table.shop_table tfoot tr th{
    padding: 20px 20px;
}
.cart-collaterals .wc-proceed-to-checkout .cy_button{
    width: 100%;
    height:40px;
    line-height: 40px;
    text-align: center;
}
/*-------- checkout page start --------*/
.cy_checkout_wrapper{
    padding: 100px 0px;
}
.cy_checkout_box ul#progressbar{
    border:none;
    margin-bottom:50px;
    list-style: none;
    padding: 0;
    text-align: center;
}
.cy_checkout_box ul#progressbar li:last-child{
    margin: 0;
}
.cy_checkout_box ul#progressbar li.active{
    opacity: 1;
}
.cy_checkout_box ul#progressbar li{
    margin-right: 35px;
    display:inline-block;
    border:none;
    background: #D3B062;
    border-radius:0px;
    color: #ffffff;
    position: relative;
    padding: 10px 21px 9px 40px;
    opacity: 0.5;
}
.cy_checkout_box ul#progressbar li:after{
    content: "";
    position: absolute;
    top: 0;
    right: -40px;
    border-left: 20px solid #D3B062;
    border-right: 20px solid transparent;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}
.cy_checkout_box ul#progressbar li:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    border-left: 20px solid #ffffff;
    border-right: 20px solid transparent;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}
.cy_checkout_box .step:not(:first-of-type){
    display: none;
}
.woocommerce-billing-fields:after{
	content:"";
	width:100%;
	display:table;
}
.woocommerce-billing-fields .form-group.checkbox{
    float: left;
    width:60%;
    position: relative;
	margin:0;
}
.woocommerce-billing-fields .next{
    float: right;
}
.woocommerce-billing-fields .form-group{
    margin-bottom: 30px;
}
.woocommerce-billing-fields .form-group select.form-control{
	height:45px;
	padding:0px 20px;
}
.woocommerce-billing-fields .form-group .form-control{
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 25px;
    font-size: 15px;
    color: #5e6265;
    background-color: #f8f9fa;
    background-image: none;
    border: 1px solid #d9dcde;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
}
.woocommerce-billing-fields .form-group .nice-select{
	margin-bottom:30px;
	line-height:30px;
}
.woocommerce-billing-fields .form-group textarea.form-control{
    height: 100px;
    resize: none;
    padding-top: 15px;
}
.woocommerce-billing-fields .form-group.next_button{
    text-align: right;
}
.woocommerce-billing-fields .form-group  input{
    margin-right: 10px;
}
.woocommerce-billing-fields .form-group label{
    padding-left: 20px;
}
.woocommerce-billing-fields .form-group label:hover{
    cursor: pointer;
}
.woocommerce-billing-fields .form-group label .checkmark{
    position: absolute;
    top: 3px;
    left: 0;
    height: 15px;
    width: 15px;
    text-align: center;
    line-height: 15px;
    border: 1px solid #D3B062;
}
.woocommerce-billing-fields .form-group label input{
    display: none;
}
.woocommerce-billing-fields .form-group label input:checked ~ .checkmark{
    background-color: #D3B062;
}
.woocommerce-billing-fields .form-group label .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    top:0;
    left:4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.woocommerce-billing-fields .form-group label input:checked ~ .checkmark:after {
    display: block;
}
.woocommerce-checkout-payment:after{
	content:"";
	display:table;
	width:100%;
}
.woocommerce-checkout-payment .next{
    float: right;
}
.wc_payment_method{
    padding: 20px 20px;
    border:1px solid #e1e1e1;
    margin-bottom: 30px;
}
.wc_payment_method .form-group label{
	margin-bottom:20px;
}
.wc_payment_method .form-group input.form-control{
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 15px;
    margin-bottom: 20px;
    font-size: 15px;
    background-color: #f8f9fa;
    background-image: none;
    border: 1px solid #d9dcde;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
}
.wc_payment_method .form-group .expiry_date:after{
    content: "";
    width:100%;
    display: table;
}
.wc_payment_method .form-group .expiry_date label{
    display: block;
    margin: 10px 0px 20px 0px;
}
.wc_payment_method .form-group .expiry_date .nice-select{
	margin-bottom:20px;
	height:45px;
	border-radius:0;
	line-height:30px;
}
.cy_payment_button{
    text-align: right;
}
.woocommerce-checkout-receipt{
    text-align: center;
}
.woocommerce-checkout-receipt h1{
    font-size: 30px;
    margin-bottom: 20px;
}
.woocommerce-checkout-receipt p{
    margin-bottom: 20px;
    padding: 0px 45px;
    line-height: 25px;
}
/*-------- shop single page start -------*/
.woocommerce-product-gallery{
    margin-bottom: 50px;
}
.cy_product_img {
	margin-bottom:10px;
}
.woocommerce-product-gallery #sync2{
    width:100%;
    text-align: center;
}
.woocommerce-product-gallery #sync2 .owl-stage{
    display: inline-block;
}
.cy_shop_single_page .entry-summary{
    margin-bottom: 50px;
}
#sync2 .cy_product_thumbnail{
    border: 1px solid #e1e1e1;
    margin:0px 5px;
    opacity: 0.5;
}
#sync2 .cy_product_thumbnail:hover{
    cursor: pointer;
    opacity: 1;
}
#sync2 .owl-item.current .cy_product_thumbnail{
    opacity: 1;
}
.cy_shop_single_page .entry-summary .product_title{
    font-size: 30px;
    margin-bottom: 10px;
}
.cy_shop_single_page .entry-summary .product-price-amount{
    margin-bottom: 20px;
    color: #D3B062;
}
.cy_shop_single_page .entry-summary .quantity{
    margin-top: 20px;
}
.cy_shop_single_page .entry-summary .quantity input{
    width: 30%;
    height: 45px;
    padding: 0px 20px;
    float: left;
    margin-right: 20px;
}
.woocommerce-tabs{
    margin-bottom: 50px;
}
.woocommerce-tabs ul.tabs{
    padding: 0;
    list-style: none;
    margin: 0;
}
.woocommerce-tabs ul.tabs li.nav-item{
    display: inline-block;
}
.woocommerce-tabs ul.tabs li.nav-item a.active{
    background: #D3B062;
    color:#fff;
    border:1px solid #D3B062;
}
.woocommerce-tabs ul.tabs li.nav-item a{
    border: 1px solid #e1e1e1;
    border-bottom:1px solid transparent;
    color: #424e59;
}
.woocommerce-tabs .tab-content{
    border: 1px solid #e1e1e1;
    padding: 20px;
}
.woocommerce-tabs .tab-content h3{
    font-size: 22px;
    margin-bottom: 10px;
}
.woocommerce-Reviews .comments{
    margin-bottom: 10px;
}
.woocommerce-Reviews .comments .woocommerce-Reviews-title{
    font-size: 22px;
    margin-bottom: 10px;
}
.review_form_wrapper .comment-respond{
    padding: 0;
}
.review_form_wrapper .comment-respond .reply-title{
    font-size: 22px;
    margin-bottom: 10px;
}
.review_form_wrapper .comment-respond .comment-notes{
    margin-bottom:20px;
}
.review_message{
    margin-bottom: 30px;
}
.review_form_wrapper .comment-respond input,
.review_form_wrapper .comment-respond textarea{
    margin-bottom: 20px;
}
.comment-form-rating{
    margin-bottom: 30px;
}
.comment-form-rating .stars i{
    position: relative;
}
.comment-form-rating .stars i:after{
    content: "\f005";
    font-family: 'fontawesome';
    color: #D3B062;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.comment-form-rating .stars i:hover:after{
    opacity: 1;
}
.cy_related_product h2{
    margin-bottom: 20px;
    font-size: 22px;
}

.header-dropdown{
    padding: 10% 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    position: absolute;
    top: 0;
    margin: 0 auto;
    width: 100%;
}

.item-dropdowns{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
}

.header-dropdown-item{
    margin: 8px 0;
    padding: 8px 8px;
    background-color: rgba(0,0,0,0.2);
    display: flex;
}

.header-dropdown-item > .nice-select > ul li{
    transition: 0.1s;
}

.header-dropdown-item > .nice-select > ul li:hover{
    background-color: #099bac !important;
    color: #FFFFFF !important;
}

.right-triangle{
    margin-top: 9px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 16px;
    border-color: transparent transparent transparent #ffffff;
}

.hide-mobile{
    display: block;
}

.hide-tablet{
    display: block;
}

.tour-info-item > .cy_button{
    margin-top: 20px !important;
    margin-bottom: 20px;
}

.tour-info-item > .cy_button2{
    margin-top: 20px !important;
    margin-bottom: 20px;
}

@media(max-width:1800px){
    .header-dropdown{
        padding: 22% 0;
    }
}

@media(max-width:1200px){
	.cy_logo_box {
		width: 400px;
	}
    .cy_checkout_box ul#progressbar li{
        margin-right: 35px;
        padding: 10px 5px 9px 25px;
    }
    .header-dropdown{
        padding: 27% 0;
    }
    .hide-tablet{
        display: none;
    }
} 

@media(min-width:992px) and (max-width:1199px) {
    .cy_menu ul > li{
        margin-right: 25px;
    }
    .cy_logo_box {
		width: 260px;
		padding: 49px 44px;
    }
    .widget.widget_tag_cloud ul li a {
        padding: 0px 24px;
    }
    .cy_achieve_overlay:before {
        width: 52.56%;
        left: -6%;
    }
    .cy_achieve_overlay:after {
        width: 59.56%;
        right: -6%;
    }
    .cy_count_box p {
        font-size: 16px;
    }
    .cy_achieve_img {
        margin-top: -24px;
    }
    .cy_tour_wrapper:before {
        width: 59.6%;
        left: -6%;
    }
    .cy_sponsors_wrapper:before {
        width: 50.56%;
        left: -4%;
    }
    .cy_sponsors_wrapper:before {
        width: 50.56%;
        left: -4%;
    }
    .cy_ride_text h2 {
        font-size: 30px;
    }
    .cy_sponsors_wrapper:after {
        width: 58.56%;
        right: -5%;
    }
    .cy_foo_contact p {
        padding-left: 10px;
    }
    .cy_tour_data {
        /*padding: 90px 30px 100px 0px;*/
    }
    .cy_ride_text h3 {
        font-size: 28px;
    }
    .cy_club_data h3 {
        font-size: 17px;
    }
    .cy_event_time ul {
        padding-left: 15px;
    }
    .cy_event_date {
        padding: 12px 15px;
    }
    span.ev_date {
        font-size: 15px;
    }
    .cy_event_data h2 {
        font-size: 16px;
    }
    .mp iframe {
        width: 100%;
    }
    #products .list-group-item .cy_store_box{
        text-align: center;
    }
    #products .list-group-item .cy_store_box .cy_store_img{
        float: none
    }
    #products .list-group-item .cy_store_box .cy_store_data{
        float: none;
        width: 100%;
        text-align: center;
        border-left: none;
    }
	#products .list-group-item .cy_store_box .cy_store_data .cy_store_text h3{
		text-align:left;
	}
    #products .list-group-item .cy_store_box .cy_store_data .cy_store_text h3 a{
        width:50%;
        float:left;
        margin-bottom: 20px;
        color:#2f3942;
    }
    #products .list-group-item .cy_store_box .cy_store_data .cy_store_text ul{
        width:50%;
        float:left;
        text-align: right;
    }
    .cy_tour_wrapper::before{
        width: 50%;
    }
}
@media(max-width:1024px){
	.cy_logo_box {
    width: 247px;
    padding: 50px 44px;
    }
    li .cy_tl-item-left{
        display: none;
    }
    li .cy_tl-item-right{
        display: none;
    }
}
@media(max-width:991px) {
    .mp iframe {
        width: 100%;
    }
    .sidebar.cy_sidebar {
        margin-top: 30px;
    }
    .dropdown-expander {
        float: right;
        display: block;
    }
    .cy_bread_wrapper {
        text-align: center;
    }
    .cy_menu ul > li ul.sub-menu {
        display: none;
        position: relative;
    }
    button.cy_menu_btn {
        float: right;
        display: block;
        width: 45px;
        height: 40px;
        border: 1px solid transparent;
        margin: 20px 0px;
        background-color: #D3B062;
        position: relative;
        text-align: center;
    }
    button.cy_menu_btn:hover{
        cursor:pointer;
    }
	.cy_menu_wrapper {
        height: 80px;
		position:fixed;
		z-index:300;
		transition:all 0.3s ease-in-out;
		-webkit-transition:all 0.3s ease-in-out;
		-moz-transition:all 0.3s ease-in-out;
		-ms-transition:all 0.3s ease-in-out;
    }
	.cy_menu_wrapper.cy_fixed{
		top: 0px !important;
	}
    button.cy_menu_btn:focus {
        outline: none;
    }
    .cy_menu_wrapper.cy_fixed .cy_logo_box {
        width: 300px;
        padding: 0px 85px;
    }
    .cy_menu ul {
        background-color: #000;
        position: fixed;
        left: 0;
        width: 100%;
        height: auto;
        opacity: 0;
        visibility: hidden;
    }
    .open_menu .cy_menu ul {
        opacity: 1;
        visibility: visible;
		height:300px;
		overflow-y:scroll;
	}
	.open_menu .cy_menu ul li .sub-menu{
		overflow-y:visible;
		height:auto;
	}
	.open_menu > .cy_menu > ul{
		 height:300px;
		 overflow-y:scroll;
    }
	.open_menu .cy_menu ul::-webkit-scrollbar{
		width: 5px;
	}
	.open_menu .cy_menu ul::-webkit-scrollbar-thumb{
	  background-color: #D3B062;
	  outline: 1px solid slategrey;
	}
    button.cy_menu_btn i {
        color: #ffffff;
        font-size: 18px;
    }
    .cy_menu ul > li {
        width: 100%;
    }
    .cy_menu ul > li > a {
        padding: 15px 15px;
        color: #ffffff;
    }
    .cy_menu ul > li ul.sub-menu li {
        border-bottom: 1px solid #666666;
    }
    .cy_menu ul > li ul.sub-menu li a {
        border-bottom: none;
        padding-left: 25px;
    }
    .cy_menu_wrapper.open_menu .cy_logo_box {
        width: 400px;
        padding: 0px 85px 0px 85px;
        top: 0px;
        text-align: center;
    }
    .cy_menu_wrapper {
        height: 80px;
    }
    .cy_logo_box {
        width: 400px;
        padding: 0px 85px;
        text-align: center !important;
        top: 0;
        height: 80px;
        line-height: 80px;
    }
    .cy_menu ul > li > a:after {
        display: none;
    }
    .cy_menu ul > li > a {
        border-bottom: 1px solid #666;
    }
    .cy_menu{
        width: 100%;
    }
    .cy_search{
        position: absolute;
        top: 20px;
        right: 70px;
        padding: 0;
    }
    .cy_search a{
        display: inline-block;
        background: #D3B062;
        height: 40px;
        width: 40px;
        text-align: center;
        line-height: 40px;
        color: #ffffff;
    }
    .cy_search a i{
        color:#ffffff;
    }
    .cy_achieve_img {
        float: none;
        text-align: center;
    }
    .cy_counter_wrapper {
        width: 100%;
        text-align: center;
    }
    .cy_count_box {
        text-align: center;
    }
    .cy_gal_img {
        float: left;
        width: 100%;
    }
    .cy_gal_img img {
        width: 100%;
    }
    .cy_tour_wrapper:before {
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
    }
    .cy_tour_data h2 {
        font-size: 35px;
        /*line-height: 50px;*/
    }
    .cy_blog_img img {
        width: 100%;
    }
    .cy_blog_box {
        margin-bottom: 30px;
    }
    .cy_sponsors_wrapper:before {
        width: 100%;
        left: 0;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
    }
    .cy_section_padding {
        /*padding: 100px 0px 50px 0px;*/
    }
    .cy_sponsor_slider.cy_section_padding {
        /*padding-top: 50px;
        padding-bottom: 100px;*/
        text-align: center;
    }
    .cy_sponsor_slider .owl-carousel .owl-item img {
        display: inline-block;
    }
    .cy_sponsors_wrapper:after {
        display: none;
    }
    .cy_ride_text {
        text-align: center;
    }
    .cy_tour_data {
        /*padding: 90px 30px 100px 0px;*/
    }
    .cy_top_info .col-lg-9.col-md-9.pull-right {
        float: none !important;
    }
    .cy_top_detail {
        text-align: center;
        float: none;
    }
    .cy_top_detail ul {
        text-align: center;
        display: inline-block;
    }
    .cy_top_detail ul li {
        float: none;
        display: inline-block;
        padding: 15px 12px;
    }
    .cy_timeline li {
        margin-top: -100px;
    }
    .cy_club_data {
        width: 100%;
        padding-right: 0px;
    }
    li .cy_tl-item.dir-r .cy_club_data {
        float: right;
        margin-top: 10px;
        padding-left: 0px;
    }
    .cy_club_img {
        float: right;
    }
    li .cy_tl-item.dir-r .cy_club_img {
        float: left;
    }
    li .cy_tl-item.dir-r .cy_tl-content {
        padding-left: 20px;
    }
    li .cy_tl-item {
        padding-right: 10px;
    }
    .cy_form {
        margin-bottom: 50px;
    }
    .cy_form .col-lg-12.col-md-12.padder_left.padder_right{
        position: static;
        padding: 0px 15px;
    }
    .cy_form .col-lg-6.col-md-6.padder_right {
        padding-right: 15px;
        padding-left: 15px;
    }
    .cy_form .col-lg-6.col-md-6.padder_left {
        padding-left: 15px;
    }
    .cy_result_wrapper:before{
        width: 100%;
        left:0;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
    }
    .cy_result_wrapper:after{
        display: none;
    }
    .cy_result_text{
        padding: 100px 0px 60px 0px;
        text-align: center;
    }
    .cy_shop_page .cy_store_box .cy_store_img{
        text-align: center;
    }
    .cy_checkout_box ul#progressbar li{
        padding: 10px 14px 9px 35px;
    }
	.cy_result_slider{
		padding: 40px 0px 100px 0px;
	}
    .cy_races_img{
        width: 100%;
    }
    .cy_races_img{
        float: none;
        width: inherit;
        display: block;
        margin-bottom: 20px;
    }
    .cy_races_data{
        width: 100%;
        display: block;
    }
    .flex-2-in-row{
        width: 100%;
    }
}
@media(min-width:768px) and (max-width:991px) {
    .cy_event_det_box {
        margin-bottom: 30px;
    }
    .cy_team_box {
        position: relative;
        margin-bottom: 30px;
    }
    .cy_team_box img {
        width: 100%;
    }
    .cy_achieve_overlay:before {
        width: 132%;
        left: -16%;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
    }
    .cy_achieve_overlay:after {
        display: none
    }
    .cy_achieve_img img {
        display: inline-block;
    }
    .cy_logo_box:after {
        width: 100px;
        height: 80px;
        right: -32px;
        transform: skew(35deg);
        -webkit-transform: skew(35deg);
        -moz-transform: skew(35deg);
        -o-transform: skew(35deg);
        -ms-transform: skew(35deg);
    }
    .cy_event_img > img {
        width: 100%;
    }
    .cy_price_head:after {
        height: 100%;
        top: -36px;
    }
    .cy_price_box {
        margin-bottom: 30px;
    }
    .cy_go_to {
        right: 0;
    }
}
@media(min-width:991px) {
    .cy_menu ul li ul.sub-menu {
        position: absolute;
        top: 100%;
        width: 200px;
        background-color: #2f3942;
        backface-visibility: hidden;
        visibility: hidden;
        opacity: 0;
        transform: translateY(-2em);
        -webkit-transform: translateY(-2em);
        -moz-transform: translateY(-2em);
        -ms-transform: translateY(-2em);
        -webkit-transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms;
        -moz-transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms;
        -o-transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms;
        transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms;
    }
    .cy_menu ul li ul.sub-menu li {
        width: 100%;
        margin: 0px;
    }
    .cy_menu ul > li > ul.sub-menu li a {
        padding: 12px 15px;
        color: #ffffff;
        font-size: 14px;
        font-weight: 400;
        border-bottom: 1px solid #424e59;
    }
    .cy_menu ul > li > ul.sub-menu li a:hover {
        color: #D3B062;
    }
    .cy_menu ul > li > ul.sub-menu li:last-child a {
        border-bottom: none;
    }
    .cy_menu ul > li:hover > ul.sub-menu {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
    .cy_menu ul li ul.sub-menu li ul.sub-menu {
        left: 100%;
        top: 0;
    }
}
@media(max-width:767px){
    .cy_signup{
        width:85%;
    }
    .cy_signin{
        width:85%;
    }
    .cy_menu_wrapper {
        top: 0px !important;
    }
	.cy_about_img {
		margin-top: 20px;
	}
        .cy_article_img {
		margin-top: 20px;
	}
    .cy_ev_type_box {
        margin-bottom: 30px;
    }
    .cy_ev_type_box img {
        width: 100%;
    }
    .cy_event_det_box {
        margin-bottom: 30px;
    }
    .cy_go_to {
        right: 0;
    }
    .cy_event_img > img {
        width: 100%;
    }
    .cy_price_box {
        margin-bottom: 30px;
    }
    .cy_price_head:after {
        height: 100%;
        top: -36px;
    }
    .cy_logo_box:after {
        width: 100px;
        height: 80px;
        right: -32px;
        transform: skew(35deg);
        -webkit-transform: skew(35deg);
        -moz-transform: skew(35deg);
        -o-transform: skew(35deg);
        -ms-transform: skew(35deg);
    }
    .cy_event_img > img {
        width: 100%;
    }
    .comments-area ol.commentlist li.comment .children .cy_comments {
        padding-left: 0px;
    }
    .sidebar.cy_sidebar {
        margin-top: 30px;
    }
    .cy_logo_box {
        width: 300px;
        padding: 0px 40px;
    }
    .cy_menu_wrapper.open_menu .cy_logo_box {
        width: 300px;
        padding: 0px 30px 0px 30px;
    }
    .cy_team_text {
        margin-top: 0;
        bottom: 0;
        padding: 40px 20px 40px 20px;
    }
    .cy_team_box {
        margin-bottom: 30px;
    }
    .cy_team_box img {
        width: 100%;
    }   
    .cy_top_detail > ul > li{
        border: none;
    }
    .cy_achieve_overlay:after {
        display: none;
    }
    .cy_achieve_overlay:before {
        width: 100%;
        left: 0;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none
    }
    .cy_counter_wrapper {
        text-align: center;
    }
    .cy_gal_img {
        float: none;
        width: auto;
    }
    .cy_team_text:after {
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        transform: none;
    }
    .cy_team_overlay {
        top: auto;
    }
    .cy_tour_wrapper:before {
        width: 100%;
        left: 0;
    }
    .cy_tour_data h2 {
        font-size: 33px;
        line-height: 50px;
    }
    .cy_tour_data {
        padding: 90px 0px 0px 0px;
    }
    .cy_tour_heading {
        /*padding: 50px 0px;*/
    }
    .cy_tour_heading h1 {
        font-size: 50px;
        padding-left: 0px;
    }
    .cy_timeline:after {
        display: none;
    }
    .cy_timeline li {
        margin-top: 0;
        width: 100%;
    }
    .cy_club_data {
        /* width: calc(100% - 200px); */
        width: 100%;
        padding-right: 20px;
    }
    .cy_timeline li {
        display: block;
        padding-bottom: 50px;
        float: left;
    }
    li .cy_tl-item {
        width: 100%;
        padding-right: 0px;
    }
    .cy_timeline:before {
        display: none;
    }
    li .cy_tl-item:before {
        display: none;
    }
    li .cy_tl-item.dir-r {
        padding-left: 0;
    }
    li .cy_tl-item.dir-r .cy_club_data {
        padding-left: 20px;
    }
    .cy_club_data h3 {
        font-size: 16px;
    }
    #products .list-group-item .cy_store_box{
        text-align: center;
    }
    #products .list-group-item .cy_store_box .cy_store_img{
        float: none
    }
    #products .list-group-item .cy_store_box .cy_store_data{
        float: none;
        width: 100%;
        text-align: center;
        border-left: none;
    }
    #products .list-group-item .cy_store_box .cy_store_data .cy_store_text h3{
        width:50%;
        float:left;
        margin-bottom: 20px;
		text-align:left;
    }
    #products .list-group-item .cy_store_box .cy_store_data .cy_store_text ul{
        width:50%;
        float:left;
        text-align: right;
    }
    .cy_checkout_box ul#progressbar{
        text-align: center;
    }
    .cy_checkout_box ul#progressbar li{
        margin-right: 0px;
        margin-bottom: 15px;
        width: 50%;
        padding: 10px 0px;
        text-align: center;
    }
    .cy_checkout_box ul#progressbar li:last-child{
        margin-bottom: 0px;
    }
    .woocommerce-billing-fields .form-group.next_button {
        text-align: center;
    }
    .cy_sign_img{
        display: none;
    }
    .cy_signin{
        background: none;
    }
    .cy_top_wrapper{
        display: none;  
    }
    .woocommerce-checkout-receipt p{
        padding: 0;
    }
    .cy_search_input{
        width:80%;
    }
}
@media (max-width: 767px) and (orientation: landscape) {
	.open_menu .cy_menu ul {
		overflow-y: scroll;
		height: 176px;
	}
    .cy_signup{
        width:85%;
        height:100%;
    }
    .cy_signin{
        width:85%;
        height:100%;
    }
	}
@media (max-width: 576px){
    .cy_races_box{
        text-align: center;
    }
    .cy_result_slider .owl-theme .owl-nav .owl-prev{
        position: initial;
    }
    .cy_result_slider .owl-theme .owl-nav .owl-next{
        position: initial;
    }
    .cy_result_box .cy_result_data{
        width: calc(100% - 50px);
    }
    .cy_result_box {
        padding: 0px 0px 20px 0px;
    }
    .cy_shop_view{
        margin-bottom: 20px;
    }
    .cy_showing_product{
        text-align: right;
        margin-bottom: 20px;
    }
	.cy_shorting select{
		width:100%;
	}
    .cy_shorting{
        text-align: left;
    }
    .cy_checkout_box ul#progressbar li:after,
    .cy_checkout_box ul#progressbar li:before{
        display: none;
    }
    .cy_checkout_box ul#progressbar li{
        width: 100%;
        margin-right: 10px;
    }
    .cy_top_detail > ul > li{
        border: none;
        display: block;
        padding: 15px 0px;
    }
    .flexed-full-row{
        padding: 0 15px;
    }
    .cy_tour_data h2{
        margin: 0 auto;
        text-align: center;
    }
    .modal-dialog{
        width: 95%;
    }
}
@media(max-width:480px) {
    .cy_blog_img .cy_blog_links > ul > li > a {
        margin: 0px 7px;
    }
    .cy_tour_heading h1 {
        font-size: 45px;
    }
    .cy_about_img {
        margin-top: 0;
    }
    .cy_article_img {
        margin-top: 0;
    }
    .cy_ev_type_box h1 {
        font-size: 20px;
    }
    .cy_ev_type_box {
        margin-bottom: 30px;
    }
    .cy_event_det_box {
        margin-bottom: 30px;
    }
    .cy_event_date {
        padding: 5px 25px;
        width: 100%;
    }
    .cy_event_data h2 {
        line-height: 24px;
    }
    span.ev_date {
        font-size: 16px;
    }
    .cy_logo_box {
        width: 60%;
        padding: 0px 6px;
    }
    button.cy_menu_btn {
        z-index: 1;
    }
    .cy_menu_wrapper.open_menu .cy_logo_box {
        width: 60%;
        padding: 0px 6px;
    }
    .cy_club_data {
        width: 100%;
        padding-right: 0px;
    }
    li .cy_tl-item.dir-r .cy_club_data {
        float: right;
        margin-top: 10px;
        padding-left: 0px;
    }
    .cy_club_img {
        float: right;
    }
    li .cy_tl-item.dir-r .cy_club_img {
        float: left;
    }
    li .cy_tl-item.dir-r .cy_tl-content {
        padding-left: 0px;
    }
    li .cy_tl-item {
        padding-right: 10px;
    }
    .cy_bread_wrapper {
        text-align: center;
    }
    .cy_bread_wrapper h1 {
        font-size: 32px;
    }
    h1.cy_heading {
        font-size: 28px;
        text-align: center;
    }
    .cy_tl-content.text-right {
        text-align: left !important;
    }
    li .cy_tl-item.dir-r{
        padding-left: 0px;
    }
    .cy_blog_img .cy_blog_links a {
        font-size: 13px;
        margin: 0px 10px;
    }
    ul.cy_blog_info li a {
        padding: 0px 6px;
    }
    .cy_pagination .pagination > li > a,
    .cy_pagination .pagination > li > span {
        margin: 11px 11px 0px;
    }
    .cy_pagination ul.pagination a.page_pre:hover,
    .cy_pagination ul.pagination a.page_next:hover {
        margin: 10px 11px 0px;
    }
    .comment_img {
        float: none;
        text-align: center;
    }
    .comment_img img {
        margin-right: 0;
        display: inline-block;
    }
    .comment_data {
        margin-top: 15px;
        width: 100%;
        float: left;
        text-align: center;
    }
    .comment_data_info h3 a {
        margin-right: 0;
        padding-bottom: 10px;
        display: block;
    }
    .comment-reply {
        padding: 10px 0px;
    }
    .comment_data_info h3 {
        float: none;
    }
    h3.comments-title {
        text-align: center;
    }
    h3.comment-reply-title {
        font-size: 24px;
        padding-bottom: 30px;
    }
    .cy_error_data h2 {
        font-size: 20px;
    }
    .cy_error_data h1 {
        font-size: 70px;
    }
    .cy_go_to {
        right: 0;
    }
	.cy_club_img {
        float: left;
	}
}
@media(max-width:320px) {
    .cy_blog_img .cy_blog_links ul li ul.cy_so_icons {
        left: 68%;
        top: 24px;
    }
	.cy_club_img {
        float: left;
	}
	.cy_ev_type_box h1 {
        font-size: 16px;
	}
    .comment_data_info p {
        display: block;
	}
}


/* MAIN MENU NEW */
nav {
	text-align:center;
	width:100%;
	position:relative;
	height:60px;
	overflow:hidden;
  background:none;
}
nav ul {
	text-align:center;
}
nav ul li {
	display:inline-block;
        line-height: 28px;
        vertical-align: middle;
}
nav ul li:first-child {
    border-right: 1px solid white;
}
nav ul li a {
	color:#333;
	display:inline-block;
	padding:1em 3em;
	text-decoration:none;
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
	font-size:16px;
}
nav ul li a:hover {
	color: #099bac;
}
/*styling open close button*/
.button {
    display:inline;
    padding: 4px 8px 4px 16px;
    width: 50px;
    /*position:absolute;
    right:70px;
    top:6px;*/
    z-index:999;
    font-size: 24px;
}
.srch-button{
    display: inline;
    padding: 4px 8px;
    width: 50px;
    /*position: absolute;
    right: 20px;
    top: 6px;*/
    z-index: 999;
    font-size: 24px;
}
.menu-buttons{
    padding: 8px 8px;
    display: flex;
    justify-content: space-evenly;
}
.find-your-tour-button{
    display: inline;
    margin: 8px 0;
    position: absolute;
    right: 120px;
    top: 6px;
    z-index: 999;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
}
.find-your-tour-btn-open:after {
    color:#FFFFFF;
    content:"FIND YOUR TOUR";
    transition-property:all .2s linear 0s;
    -moz-transition:all .2s linear 0s;
    -webkit-transition:all .2s linear 0s;
    -o-transition:all .2s linear 0s;
    border: 2px solid #FFFFFF;
    border-radius: 8px;
    padding: 8px;
}
.find-your-tour-btn-open:hover:after {
    color:#099bac;
    border: 2px solid #099bac;
}
.find-tour{
    border: 2px solid #FFFFFF;
    border-radius: 6px;
    padding: 6px 16px;
}
.find-tour:hover{
    background-color: #D3B062;
}
.button a {
    text-decoration:none;
}
.btn-open:after {
    color:#FFFFFF;
    content:"\f0c9";
    font-family:"FontAwesome";
    transition-property:all .2s linear 0s;
    -moz-transition:all .2s linear 0s;
    -webkit-transition:all .2s linear 0s;
    -o-transition:all .2s linear 0s;
}
.btn-open:hover:after {
	color:#D3B062;
}
.btn-close:after {
    color:#FFFFFF;
    content:"\f00d";
    font-family:"FontAwesome";
    transition-property:all .2s linear 0s;
    -moz-transition:all .2s linear 0s;
    -webkit-transition:all .2s linear 0s;
    -o-transition:all .2s linear 0s;
}
.btn-close:hover:after {
    color: #099bac;
}
.button a {
    text-decoration:none;
}
.search-btn-open:after {
    color:#FFFFFF;
    content:"\f002";
    font-family:"FontAwesome";
    transition-property:all .2s linear 0s;
    -moz-transition:all .2s linear 0s;
    -webkit-transition:all .2s linear 0s;
    -o-transition:all .2s linear 0s;
}
.search-btn-open:hover:after {
    color:#D3B062;
}
.search-btn-close:after {
    color:#FFFFFF;
    content:"\f00d";
    font-family:"FontAwesome";
    transition-property:all .2s linear 0s;
    -moz-transition:all .2s linear 0s;
    -webkit-transition:all .2s linear 0s;
    -o-transition:all .2s linear 0s;
}
/*overlay*/
.overlay {
	display:none;
	position:fixed;
	top:0;
	height:100%;
	width:100%;
	background: rgba(50, 50, 50, 0.98);
	overflow:auto;
	z-index:1001;
}
.search-overlay {
	display:none;
	position:fixed;
	top:0;
	height:100%;
	width:100%;
	background: rgba(50, 50, 50, 0.98);
	overflow:auto;
	z-index:1001;
}

.wrap-nav > li > h3{
  display: block;
  padding: 8px 0;
  color: #D3B062;
  text-align: center;
  text-decoration: none;
  transition-property: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -webkit-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
}

.wrap {
	color:#e9e9e9;
	text-align:center;
	max-width:90%;
	margin:0 auto;
}
.wrap ul.wrap-nav {
	border-bottom:1px solid #575757;
	text-transform:capitalize;
	padding:150px 0px 100px;
}
.wrap ul.wrap-nav li {
	font-size:20px;
	display:inline-block;
	vertical-align:top;
	width:24%;
	position:relative;
}
.wrap ul.wrap-nav li a {
	color: #D3B062;
	display:block;
	padding:8px 0;
	text-decoration:none;
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
}
.wrap ul.wrap-nav li a:hover {
	color:#f0f0f0;
}
.wrap ul.wrap-nav ul {
	padding:20px 0;
}
.wrap ul.wrap-nav ul li {
	display:block;
	font-size:13px;
	width:100%;
	color:#e9e9e9;
}
.wrap ul.wrap-nav ul li a {
	color:#f0f0f0;
}
.wrap ul.wrap-nav ul li a:hover {
	color:#D3B062;
}
.social {
	font-size:25px;
	padding:20px;
}
.social p {
	margin:0;
	padding:20px 0 5px 0;
	line-height:30px;
	font-size:13px;
}
.social p a {
	color:#099bac;
	text-decoration:none;
	margin:0;
	padding:0;
}
.social-icon {
	width:80px;
	height:50px;
	background:#e9e9e9;
	color:#333;
	display:inline-block;
	margin:0 20px;
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
        border-radius: 6px;
}
.social-icon:hover {
	background:#D3B062;
	color:#f0f0f0;
}
.social-icon i {
	margin-top:12px;
}
@media screen and (max-width:48em) {
	.wrap ul.wrap-nav>li {
		width:100%;
		padding:20px 0;
		border-bottom:1px solid #575757;
	}
	.wrap ul.wrap-nav {
		padding:30px 0px 0px;
	}
	nav ul {
		opacity:0;
		visibility:hidden;
	}
	.social {
		color:#c1c1c1;
		font-size:25px;
		padding:15px 0;
	}
	.social-icon {
		width:100%;
		height:50px;
		background:#fff;
		color:#333;
		display:block;
		margin:5px 0;
	}
}
.content {
	width: 100%;
	font-size:16px;
	color:#333;
	text-align: center;
}

nav ul{
  margin-bottom: 0;
  text-align: left;
}

 /* Style the navbar */
 #navbars {
  overflow: hidden;
  background-color: #2E2B26;
  z-index: 9999;
  display: flex;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* Navbar links */
#navbars a {
  float: left;
  display: block;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
}

#navbars .btn-close::after {
  color: #FFFFFF;
}

#navbars > div:first-child{
    flex:0;
}
#navbars > div:nth-child(2){
    flex:1;
}
/* Page content */

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.stickys {
  position: sticky;
  top: 0;
  width: 100%;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.stickys + .content {
  padding-top: 60px;
} 


.navbar-logo-ten{
    background-color: #2C2623;
    float: left;
    padding: 8px 64px;
}

.navbar-logo-ten > a > img {
    width: 250px;
    vertical-align: text-top;
}

@media screen and (max-width:640px) {
    .navbar-logo-ten{
        background-color: #2C2623;
        float: left;
        padding: 12px 16px;
    }
    .navbar-logo-ten > a > img {
       width: 200px;
       vertical-align: -moz-middle-with-baseline;
       vertical-align: -webkit-baseline-middle;
    }
}

.footer-top-border{
    padding: 35px 0;
    background-image: url();
    background-size: auto;
    background-repeat: repeat-x;
}

.container-footer-top-border{
    width: 100%;
}

/* SEARCH */
#foo{
    display: none;
}

#article_show_more{
    display: block;
    margin: 20px 0;
    text-transform: uppercase;
}

#article_show_more a{
    color: #939393;
    font-size: 16px;
    border: 1px solid #939393;
    border-radius: 6px;
    padding: 4px 8px;
}

#article_show_more i{
    font-size: 20px;
    font-style: normal;
}

#article_show_less{
    display: none;
    margin: 20px 0;
    text-transform: uppercase;
}

#article_show_less a{
    color: #939393;
    font-size: 16px;
    border: 1px solid #939393;
    border-radius: 6px;
    padding: 4px 8px;
}

#article_show_less i{
    font-size: 20px;
    font-style: normal;
}

.tour-info-items{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.tour-info-items:nth-child(1){
    border-radius: 6px;
    padding: 4px 16px;
    color: #099bac;
    border: 1px solid rgb(9, 155, 172);
}

.tour-info-items:nth-child(2){
    flex-direction: row;
}

.tour-info-item{
    padding: 4px 0;
    flex: 1;
    min-width: 150px;
}

.tour-info-item-right{
    float: right;
}

.tour-info-last-item{
    padding: 4px 8px;
    flex: 2;
    background-color: #F7F7F7;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}

.tour-info-last-item h5{
    padding-top: 12px;
    color: #535353;
    font-size: 16px;
}

.tour-info-last-item p{
    font-size: 14px;
}

.tour-info-last-item i{
    color: #8A8A8A;
}

.tour-info-last-item hr{
    margin: 8px 0;
    border: 0;
    border-bottom: 2px solid rgba(0,0,0,.5);
}

.single-tour-about{
    padding-top: 25px;
}

.cy_about_data > p:last-child{
    padding-bottom: 8px;
}

.single-tour-about img{
    margin-top: 25px;
}

.cy_map_wrapper{
    /*padding: 100px 0;*/
    background-image: url();
    background-size: cover;
    background-repeat: no-repeat;
}

#map{
    margin: 0 auto;
    width: 100%;
    height: 400px;
    max-width: 1140px;
}

#map_canvas{
    border-radius: 6px;
}

#footer-map{
    margin: 0 auto;
    width: 100%;
    height: 300px;
}

.fw-row{
    width: 100%;
    height: 400px;
}

.table > table{
    margin: 0 auto;
    width: 100%;
}

table{
    overflow-x: hidden;
}

.card {
    margin: 8px 0;
    /*border: 1px solid rgb(9, 155, 172);
    border-radius: 6px;*/
}

.card-header{
    /*background-color: #099bac;*/
    color: white;
    border-bottom: 1px solid rgba(255,255,255,.125);
}

.card-header h4{
    color: white;
}

.card-body p{
    padding: 16px 24px;
}

.faq-button{
    white-space: normal;
    line-height: 20px;
    font-weight: 400;
}

.faq-p{
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #2F3942;
    text-align: left;
}

.card-header{
    padding: .25rem 1rem;
}

#accordion h2{
    padding: 8px 0;
}

.nav-pills .nav-item.show .nav-link, .nav-pills .nav-link.active{
    background-color: #099bac;
    border-radius: 6px;
}

.nav > li > a:focus, .nav > li > a{
    color: #099bac;
}

.nav > li > a:focus, .nav > li > a:hover{
    background-color: #FFFFFF;
    color: #099bac;
}

.nav > li > a:focus, .nav > li > a:active{
    background-color: #099bac;
    color: #FFFFFF;
}

.table-hover tbody tr:hover{
    background-color: #099BAC;
    color: #FFFFFF;
    cursor: pointer;
}

.table th{
    border-top: 0;
}

.table > table > tbody > tr:first-child{
    /*font-weight: 700;
    background-color: #eceeef;*/
}

.table > table > tbody > tr > td:first-child{
    /*font-weight: 700;*/
}

.filterContainer label{
    padding: 4px 0;
    font-weight: 400;
}

.filterContainer{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    text-align: left;
}

.list-group-item-heading{
    font-weight: 700;
    /*margin: 8px 0 16px;*/
}

input[type="checkbox"], input[type="radio"]{
    vertical-align: middle;
    padding: 0;
    margin: 0 8px 0 0;
}

#shareBlock{
    margin: 28px auto;
}

#sendtofriendBlock{
    margin: 28px auto;
}

.tour-info-item button{
    margin: 28px auto;
    padding: 4px 8px;
    border: 1px solid #099bac;
    border-radius: 50%;
    background-color: #099bac;
    transition: 0.15s;
}

.private-custom h2, .private-custom h4{
    color: #FFFFFF;
}

.private-custom h4{
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-shadow: black 0px 0px 8px;
}

.private-custom-2 h2, .private-custom-2 h4{
    color: #FFFFFF;
}

.private-custom-2 h4{
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-shadow: black 0px 0px 8px;
}

.tour-info-item button:hover {
    border: 1px solid #000000;
    background-color: #000000;
}

.tour-info-item button .fa-print{
    color: #FFFFFF;
}

#search-results{
    width: 100%;
}

#search-results .panel-warning{
    background-color: #eceeef;
    border-color: #eceeef;
    border-radius: 6px;
}

#search-results .list-group-item{
    background-color: #F4F4F4;
    border-color: #E9E9E9;
}

.flex-search-item{
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.flex-search-item .cy_button{
    overflow: inherit;
}

.pagination{
    float: right;
}

.cy_clamped_data > *:not(:first-child){
  display: none !important;
}

.cy_clamped_data p:first-child {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.cy_races_data p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.cy_hotels_data p {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}


.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #099bac;
    border-color: #099bac;
}

.article-gallery-side{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.article-gallery-side a:first-child{
    margin: 0;
    flex: 2;
    min-width: 360px;
}

.article-gallery-side a:nth-child(2){
    margin: 0 12px 0 0;
    flex: 1;
    min-width: 180px;
}

.article-gallery-side a:nth-child(3){
    margin: 0 0 0 12px;
    flex: 1;
    min-width: 180px;
}

.article-gallery-side a:nth-of-type(1n+4){ 
    display: none; 
}

.article-gallery-side img{
    display: block;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    max-height: 200px;
    border-radius: 6px;
}

.article-gallery-bottom{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.article-gallery-bottom img{
    padding: 4px;
    display: block;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    max-height: 200px;
    max-width: 200px;
}

.article-gallery-bottom a:nth-of-type(1n+4){ 
    display: none; 
}

.article-gallery-side{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.featured-gallery-side img{
    display: block;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    max-height: 400px;
    border: 0;
    border-radius: 6px;
}

hr {
    margin-top: 0;
    margin-bottom: 0;
    width: 1140px;
    max-width: 100%;
    border: none;
    height: 1px;
    /* Set the hr color */
    color: #D3D3D3; /* old IE */
    background-color: #D3D3D3; /* Modern Browsers */
}

.no-padding{
    padding: 0;
}

.flexed-full-row{
    margin: 0 auto;
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.flexed-half{
    flex:1;
    min-width: 250px;
}

.flexed-three{
    flex:3;
    min-width: 250px;
}

.flexed-half-image{
    margin-left: 16px;
    padding: 125px;
    background-image: url();
    background-size: 69%;
    background-repeat: no-repeat;
}

.grey-border-tabs{
    border: 1px solid #e5e5e5;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.cy_about_data h2{
    margin: 18px 0;
    text-transform: uppercase;
}

.tab-content-tabs{
    padding: 8px 16px;
}

.nav-tabs > li > a{
    margin-right: 0;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    color: #FFFFFF;
    background-color: rgba(50, 50, 50, 0.7);
    border-color: rgba(50, 50, 50, 0.7);
    border-radius: 0;
}

.nav-tabs .nav-item{
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

.nav-tabs .nav-item a{
    color: #000000;
}

.nice-select .option.selected{
    font-weight: 400 !important;
}

.nice-select.wide{
    min-width: 160px;
}

.tp-bullets{
    display: none;
}

.selectmenu{
    -webkit-appearance: none;  /*Removes default chrome and safari style*/
    -moz-appearance: none; /* Removes Default Firefox style*/
}
.hideoption { 
    display:none; 
    visibility:hidden; 
    height:0; 
    font-size:0; 
}

.collapses{
    margin: 4px 0;
    color: #099BAC;
    font-size: 16px;
    border: 1px solid #099BAC;
    border-radius: 6px;
    padding: 4px 8px;
}

.collapses:hover{
    background-color: #099BAC;
    color: #FFFFFF;
}

.carousel-inner{
    max-height: 720px;
    min-height: 500px;
}

.carousel-item{
    min-height: 500px;
}

.carousel-item img{
    display: block;
    width: 100vw;
    height: 100vh;
    max-height: 720px;
    object-fit: cover;
}

.clamp-3{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.clamp-2{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.ad-alt-background{
    padding: 8px 16px;
    width: 100%;
    height: 80px;
    background-color: rgba(46, 43, 38, 1);
    color: #FFFFFF;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border: 0;
}

.ad-alt-background h4{
    padding: 4px 0;
    color: #FFFFFF;
    font-weight: 600;
    text-transform: uppercase;
}

.ad-alt-background p{
    font-size: 15px;
    font-weight: 300;
}

.ad-alt-background a{
    color: #FFFFFF;
}


.ad-alt-background2{
    position: absolute;
    width: auto;
    bottom: 0;
    padding: 8px 16px;
    width: 100%;
    height: 80px;
    background-color: rgba(46, 43, 38, 0.7);
    color: #FFFFFF;
    border: 0;
}

.ad-alt-background2 h4{
    padding: 8px 0;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

.ad-alt-background2 p{
    font-size: 15px;
    font-weight: 300;
}

.ad-alt-background2 a{
    color: #FFFFFF;
}


.ad-image{
    background-image: url();
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 225px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom: 0;
}

.ads-disc .filterContainer{
    padding-top: 16px;
}

.ads-disc .filterContainer:first-child{
    padding-top: 50px;
}

.btn, .btn-link{
    outline: none !important;
}

.btn-link:focus, .btn-link:hover{
    text-decoration: none;
}

.btn-filter-styling{
    padding: 6px 0;
}

.btn-filter:after {
    border-bottom: 2px solid #099bac;
    border-right: 2px solid #099bac;
    content: '';
    display: block;
    height: 8px;
    margin-top: 4px;
    position: absolute;
    right: 12px;
    top: 16px;
    -webkit-transform: rotate(0) !important;
    -ms-transform: rotate(0) !important;
    transform: rotate(0) !important;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 8px 8px;
    border-color: transparent transparent #696969 transparent !important;
}

.btn-filter.open:after {
    -webkit-transform: rotate(180deg) translatey(6px) translatex(4px) !important;
    -ms-transform: rotate(180deg) translatey(6px) translatex(4px) !important;
    transform: rotate(180deg) translatey(6px) translatex(4px) !important;
}

.highlights-info{
    margin: 25px 0 0;
    padding: 0 16px;
    color: #FFFFFF;
    background-color: rgb(211, 176, 98);
    border-radius: 6px;
}

.highlights-info h1, .highlights-info h2, .highlights-info h3, .highlights-info h4, .highlights-info h5{
    color: #FFFFFF;
}

.tipska-responsive img{
    max-width: 100% !important;
}

.article-gallery-bottom a{
  max-width: 200px;
  max-width: 33%;
}

/* BLOG */

.blog-content {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-content > * {
    display: none;
}

.blog-content p:first-child{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


/* PAGINATION */
.MarkupPagerNav {
        clear: both;
        margin: 8px auto;
        display: flex;
        justify-content: center;
}
.MarkupPagerNav li {
	display: inline;
	list-style: none;
	margin: 0;
}

.MarkupPagerNav li a,
.MarkupPagerNav li.MarkupPagerNavSeparator {
	display: block;
	float: left;
	padding: 6px 12px;
	color: #fff;
	background: #099bac;
	margin-right: 3px;
	font-size: 14px;
        border-radius: 4px;
}

.MarkupPagerNav li.MarkupPagerNavOn a,
.MarkupPagerNav li a:hover {
	color: #fff;
	background: #d3b062;
	text-decoration: none;
}

.MarkupPagerNav li.MarkupPagerNavSeparator {
	display: inline;
	color: #777;
	background: #d2e4ea;
	padding-left: 3px;
	padding-right: 3px;
}


/* SOCIAL MEDIA SHARE SINGLE PAGE */

.share-button {
  position: relative;
  margin: 20px 0;
  width: 50px;
}

.cy_tour_heading h3{
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    padding: 8px 16px;
    background-color: rgba(9, 155, 172,0);
    border-radius: 6px;
    text-shadow: 0 0 8px black;
}

.cy_tour_heading h4{
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    padding: 8px 16px;
    background-color: rgba(9, 155, 172,0);
    border-radius: 6px;
    text-shadow: 0 0 8px black;
}


@media(max-width:768px){
    .hide-mobile{
        display: none;
    }
    .carousel-inner {
        max-height: 450px;
        min-height: 450px;
    }
    .share-button {
        margin: 0 auto;
    }
    .cy_about_wrapper{
        /*padding: 25px;*/
    }
    .cy_about_data{
          text-align: center;
    }
    h2.cy_heading{
        text-align: center;
    }
    .single-tour-about > h2{
        text-align: center;
    }
    .tour-info-items:nth-child(2){
        flex-direction: column;
    }
    .cy_tour_data {
        /*padding: 25px 15px;*/
    }
    .cy_tour_data h2{
        font-size: 24px;
        line-height: 32px;
    }
    .cy_races_wrapper{
        /*padding: 25px 0;*/
    }
    .cy_races_data h2{
        text-align: center;
    }
    .cy_races_data{
        width:100%;
        float: none;
    }
    .cy_store_wrapper{
        /*padding: 25px 0;*/
    }
    .cy_tour_wrapper{
        /*margin-top: 25px;*/
    }
    .cy_tour_heading {
        /*padding: 25px 15px;*/
    }
    .cy_tour_heading h2{
        font-size: 16px;
        line-height: 18px;
        padding-left: 0;
    }
    
    .article-gallery-side a:first-child{
        margin: 0;
        min-width: 280px;
    }
    .article-gallery-side a:nth-child(2){
        margin: 0;
        min-width: 280px;
    }
    .article-gallery-side a:nth-child(3){
        margin: 0;
        min-width: 280px;
    }
    .header-dropdown{
        flex-direction: column;
        padding: 10% 28px;
    }
    .flex-2-in-row{
        width: 100%;
        padding: 0;
        min-width: 300px;
    }
    .header-dropdown-item:last-child{
        margin: 0 auto;
        background-color: rgba(0, 0, 0, 0);
    }
    .cy_tl-content{
        padding-right: 0;
    }
    li .cy_tl-item{
        padding-right: 0;
    }
    .map-padding{
        padding: 0;
    }
    #navbars > div:first-child{
        flex:2;
    }
    .sidebar-hero > div:first-child {
        order: 2;
    }
    .sidebar-hero > div:nth-child(2) {
        order: 1;
    }
    .article-gallery-bottom img{
        max-width: 100px;
        max-height: 100px;
    }
    .wrap ul.wrap-nav{
        padding: 60px 0 0;
    }
    .nav-tabs .nav-item{
        font-size: 14px;
    }
    .tour-info-item-right{
        float: none;
    }
    .item-dropdowns{
        flex-direction: column;
    }
    .header-dropdown img{
        width: 66%;
    }
    .tour-info-item > .cy_button{
        margin-top: 20px !important;
        margin-bottom: 0;
    }

    .tour-info-item > .cy_button2{
        margin-top: 0 !important;
        margin-bottom: 0;
    }
}

.toggle {
  position: relative;
  width: 50px;
  height: 50px;
  z-index: 10;
  display: block;
  border-radius: 50%;
  cursor: pointer;
  color: rgba(50, 50, 50, 0.7);
  transition: 0.2s;
}
.toggle:hover {
  color: #099BAC;
}
.toggle:after {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  font-family: 'FontAwesome';
  content: "\f1e0";
  line-height: 50px;
  font-size: 26px;
  text-align: center;
  left: -2px;
}
.toggle-input {
  display: none;
}
.toggle-input:checked + .toggle:after, .toggle-input:checked + .toggle:before {
  background-color: #099BAC;
  content: "";
  height: 3px;
  width: 30px;
  position: absolute;
  left: 10px;
  top: 23px;
}
.toggle-input:checked + .toggle:after {
  transform: rotate(45deg);
  animation: bar1 0.3s forwards;
}
.toggle-input:checked + .toggle:before {
  transform: rotate(-45deg);
  animation: bar2 0.3s forwards;
}

.network-list li {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  opacity: 0;
  transition: all 0.25s cubic-bezier(0.43, 1.17, 0.69, 1.24);
}
.network-list a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  line-height: 50px;
  text-indent: 120%;
  text-decoration: none;
}
.network-list a:before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 50px;
  height: 50px;
  font-family: 'FontAwesome';
  font-size: 24px;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  line-height: 50px;
  text-indent: 0;
}
.network-list .twitter a:before {
  content: "\f099";
  color: #099bac;
  transition: 0.2s;
}
.network-list .twitter a:hover:before {
  color: #00C3F3;
}
.network-list .facebook a:before {
  content: "\f09a";
  color: #099bac;
  transition: 0.2s;
}
.network-list .facebook a:hover:before {
  color: #2C609B;
}
.network-list .pinterest a:before {
  content: "\f0d2";
  color: #099bac;
  transition: 0.2s;
}
.network-list .pinterest a:hover:before {
  color: #f783ac;
}
.network-list .reddit a:before {
  content: "\f281";
  color: #099bac;
  transition: 0.2s;
}
.network-list .reddit a:hover:before {
  color: #fd7e14;
}

input:checked ~ .network-list li {
  opacity: 1;
}
input:checked ~ .network-list li:nth-child(1) {
  left: -60px;
}
input:checked ~ .network-list li:nth-child(2) {
  left: -120px;
}
input:checked ~ .network-list li:nth-child(3) {
  left: 60px;
}
input:checked ~ .network-list li:nth-child(4) {
  left: 120px;
}

@keyframes bar1 {
  0% {
    content: "\f1e0";
    width: 46px;
    height: 50px;
    background-color: transparent;
    transform: rotate(0deg) scale(1);
    top: 0;
    left: 0;
    opacity: 1;
  }
  50% {
    background-color: transparent;
    content: "\f1e0";
    width: 46px;
    height: 50px;
    top: 0;
    left: 0;
    transform: rotate(0deg) scale(0.2);
    opacity: 0;
  }
  50.001% {
    background-color: #fff;
    left: 10px;
    top: 22px;
    content: "";
    height: 3px;
    width: 30px;
  }
  60% {
    transform: rotate(0deg) scale(1);
    opacity: 1;
  }
  100% {
    transform: rotate(45deg) scale(1);
  }
}
@keyframes bar2 {
  0% {
    background-color: transparent;
    transform: rotate(0deg) scale(0.2);
    opacity: 0;
  }
  50% {
    background-color: transparent;
    transform: rotate(0deg) scale(0.2);
    opacity: 0;
  }
  60% {
    transform: rotate(0deg) scale(1);
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) scale(1);
  }
}
