/*
Copyright (c) 2021 Pixelnx
------------------------------------------------------------------
[Master Default Stylesheet]

Template Name: Gopedal  - Multipurpose WordPress Theme
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: 'Rubik Light';
    font-size: 15px;
    line-height: 1.42857143;
    color: #424e59;
    background-color: #fff;
	overflow-x:hidden; 
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{ 
    font-family: 'Colus';
    font-weight: 600; 
    line-height: 1.1;
    color: #2f3942;
    margin: 0;
}
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; 
}
.cy_button,.cy_form_wrapper .wpcf7-form-control.cy_button{
    font-size: 15px;
    text-transform: capitalize;
    background: #ff5e4e;
    padding: 0px 45px;
    height: 45px;
    display: inline-block;
    color: #ffffff; 
    line-height: 45px;
    border-radius: 28px;
	border: none;
    box-shadow: 3px 5px 20px rgba(0,0,0,0.05); 
    overflow: hidden;
    position: relative;
	font-weight: 700;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cy_button:focus,.cy_button:visited{
    color: #ffffff;
    outline: none;
}
.cy_button:before,.cart_box .woocommerce-mini-cart__buttons .button:before,.woocommerce.widget_shopping_cart .buttons a:before,.woocommerce button.single_add_to_cart_button.button.alt:before,.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:before,.woocommerce table.shop_table tbody tr td.actions button:before,.woocommerce-checkout-payment button.button.alt:before,.woocommerce button.button[name="apply_coupon"]:before,.widget_layered_nav button:before,.woocommerce .woocommerce-message .wc-forward:before,.woocommerce-page .woocommerce-message .button:before,.woocommerce-page .woocommerce-info .button:before,.woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-Button:before,.woocommerce .woocommerce-form-login .woocommerce-Button:before,.woocommerce .woocommerce-ResetPassword .button:before,.woocommerce a.button.wc-backward:before{
    width: 100%;
    height: 100%;
    z-index: 3;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0); 
    -o-transform: scale(0);
    -webkit-transition: 0.5s;
	border: 2px solid #ff5e4e;
    transition: 0.5s;
    border-radius: 28px;
}
.cy_button:hover,.cart_box .woocommerce-mini-cart__buttons .button:hover,.woocommerce.widget_shopping_cart .buttons a:hover,.woocommerce button.single_add_to_cart_button.button.alt:hover,.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,.woocommerce table.shop_table tbody tr td.actions button:hover,.woocommerce-checkout-payment button.button.alt:hover,.woocommerce button.button[name="apply_coupon"]:hover,.widget_layered_nav button:hover,.woocommerce .woocommerce-message .wc-forward:hover,.woocommerce-page .woocommerce-message .button:hover,.woocommerce-page .woocommerce-info .button:hover,.woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-Button:hover,.woocommerce .woocommerce-form-login .woocommerce-Button:hover,.woocommerce .woocommerce-ResetPassword .button:hover,.woocommerce a.button.wc-backward:hover{
	background:transparent;
    color: #ff5e4e;
    cursor:pointer;
}
.cy_button:hover:before,.cart_box .woocommerce-mini-cart__buttons .button:hover:before,.woocommerce.widget_shopping_cart .buttons a:hover:before,.woocommerce button.single_add_to_cart_button.button.alt:hover:before,.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover:before,.woocommerce table.shop_table tbody tr td.actions button:hover:before,.woocommerce-checkout-payment button.button.alt:hover:before,.woocommerce button.button[name="apply_coupon"]:hover:before,.widget_layered_nav button:hover:before,.woocommerce .woocommerce-message .wc-forward:hover:before,.woocommerce-page .woocommerce-message .button:hover:before,.woocommerce-page .woocommerce-info .button:hover:before,.woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-Button:hover:before,.woocommerce .woocommerce-form-login .woocommerce-Button:hover:before,.woocommerce .woocommerce-ResetPassword .button:hover:before,.woocommerce a.button.wc-backward:hover:before{ 
    -webkit-transform: scale(1);
    -moz-transform: scale(1);   
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.cy_form_wrapper .wpcf7-form-control.cy_button{
	width: auto;
    border: 2px solid #ff5e4e;
    font-size: 18px;
    font-weight: 600;
    line-height: 44px;
}
.cy_form_wrapper .wpcf7-form-control.cy_button:hover{
	color:#ff5e4e;
}
.cy_form_wrapper .wpcf7-form-control.cy_button:hover{
	background:transparent;
}
.fw-container-fluid{
	padding-left:0;
	padding-right:0;
}
.padder_left {
    padding-left: 0px;
} 
.padder_right { 
    padding-right: 0px; 
}
.cy_section_padding {
    padding: 100px 0px;
}
.padder_bottom70 {
    padding-bottom: 70px;
}
.padder_bottom75 {
    padding-bottom: 70px;
}
.padder_bottom124 {
    padding-bottom: 124px;
}
.padder_top70 {
    padding-top: 70px;
}
.padder_top50 {
    padding-top: 50px;
}
.padder_top40 {
    padding-top: 40px;
}
.padder_top100 {
    padding-top: 100px !important;
}
.marger_top50 {
    margin-top: 50px;
}
label{
	margin:0;
}
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;
}
.load .loader_wrapper {
    display: none;
}
.loader {
    position: absolute;
    left: 0;
    top: 50%;
    margin: -37px 0 0 0px;
    z-index: 10;
}
.loader img {
    width: 100%;
}
/*------- switcher css start ------*/
.cy_color_switcher{
	position: fixed;
    top: 50%;
    right: -250px;
    z-index: 400;
    width: 250px;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	transition:all 0.3s;
}
.cy_switcher_open .cy_color_switcher{
	right:0;
}
.cy_switcher_icon{
	position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 100%;
    padding: 10px 10px 5px;
    background: #f7f7f7; 
	cursor:pointer;
	border-radius: 5px 0 0 5px;
}
.cy_switcher_icon svg path{
	fill: #ff5e4e;
}
.cy_switcher_open .cy_switcher_icon > svg{
	opacity:0;
}
.cy_switcher_icon .cy_swicher_close{
	position: absolute;
    top: 0;
    left: 0;
    height: 52px;
    width: 52px;
    text-align: center;
    line-height: 61px;
	opacity:0;
}
.cy_switcher_open .cy_switcher_icon .cy_swicher_close{
	opacity:1;
}
.cy_color_switcher .cy_switcher_content{
	background: #f8f9fa;
    box-shadow: -6px 9px 28px rgba(0,0,0,0.05);
	border-radius: 5px 0 0 5px;
}
.cy_color_switcher .cy_switcher_content h5{
	text-align: center;
    padding: 20px 0;
}
.cy_color_switcher .cy_switcher_content ul{
	list-style: none;
    padding: 0 13px 20px;
    margin: 0;
}
.cy_color_switcher .cy_switcher_content ul li{
	height: 40px;
    width: 100px;
    display: inline-block;
    margin: 0 5px 3px;
    box-shadow: 0px 0px 1px rgba(0,0,0,0.2);
    border: 3px solid #f8f9fa; 
    cursor: pointer;
}
.cy_color_switcher .cy_switcher_content ul li#gradient1{
	background: -webkit-linear-gradient(30deg,#F37335,#FDC830 80%);
	background: -moz-linear-gradient(30deg,#F37335,#FDC830 80%);
	background: -ms-linear-gradient(30deg,#F37335,#FDC830 80%);
	background: linear-gradient(30deg,#F37335,#FDC830 80%);
}
.cy_color_switcher .cy_switcher_content ul li#gradient2{
	background: -webkit-linear-gradient(30deg,#ff516b,#ff5d44 80%);
	background: -moz-linear-gradient(30deg,#ff516b,#ff5d44 80%);
	background: -ms-linear-gradient(30deg,#ff516b,#ff5d44 80%);
	background: linear-gradient(30deg,#ff516b,#ff5d44 80%);
}
.cy_color_switcher .cy_switcher_content ul li#gradient3{
	background: -webkit-linear-gradient(30deg,#18c0d1,#34e167 80%);
	background: -moz-linear-gradient(30deg,#18c0d1,#34e167 80%);
	background: -ms-linear-gradient(30deg,#18c0d1,#34e167 80%);
	background: linear-gradient(30deg,#18c0d1,#34e167 80%);
}
.cy_color_switcher .cy_switcher_content ul li#gradient4{  
	background: -webkit-linear-gradient(30deg,#2ca8f8,#35c4f7 80%);
	background: -moz-linear-gradient(30deg,#2ca8f8,#35c4f7 80%);
	background: -ms-linear-gradient(30deg,#2ca8f8,#35c4f7 80%);
	background: linear-gradient(30deg,#2ca8f8,#35c4f7 80%);
}
.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 .cy_mini_cart .cart_box a{
	font-size: 15px;
    font-weight: 500;
}
.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;
	display: inline-block;
}
.cy_top_detail ul li a:hover {
    color: #ff5e4e;
}
.cy_top_detail ul > li .cy_mini_cart > a > i{ 
    font-size: 17px;
}
.cy_top_detail ul > li .cy_mini_cart > a > span{
    position: absolute;
    top: 4px;
    right: -10px;
    background: -webkit-linear-gradient(12deg,#ff516b,#ff5d44);
    background: -moz-linear-gradient(12deg,#ff516b,#ff5d44);
    background: -ms-linear-gradient(12deg,#ff516b,#ff5d44);
    background: linear-gradient(12deg,#ff516b,#ff5d44);
    border-radius: 10px;
    padding: 0px 6px;
    font-size: 12px;
    -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 .cy_mini_cart > a:hover span{
    color:#ffffff;
}
.cy_top_detail ul > li .cart_box{
    position:absolute;
    top:100%;
    right: 0;
    width:300px;
    background: #100f0f;
    z-index: 400;
    opacity: 0;
    visibility: hidden;
	border-radius: 0 0 15px 15px;
	border-bottom:2px solid #ff5e4e;
    -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 .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 .cart_box li{
    width: 100%; 
    border-bottom: 1px solid #333333;
	padding:15px 20px;
}
.woocommerce.widget_shopping_cart .cart_list li{
	padding:10px 0px;
	border-bottom: 1px solid #e1e1e1;
}
.woocommerce.widget_shopping_cart .cart_list li:first-child{
	padding-top:0;
}
.cy_top_detail ul > li .cart_box li:last-child,.woocommerce.widget_shopping_cart .cart_list li:last-child{
	border:none;
}
.woocommerce.widget_shopping_cart .cart_list li .quantity{
	margin-top: -8px;
    display: block;
    font-size: 13px;  
}
.cart_box .mini_cart_item:after{
    content:"";
    width:100%;
    display: table;
}
.cart_box .mini_cart_item{
    text-align: left;
}
.cart_box .product_list_widget:after{
	content:"";
	width:100%;
	display:table;
}
.cart_box .product_list_widget{
	max-height: 218px;
    overflow-x: hidden;
}
.cart_box .product_list_widget::-webkit-scrollbar{
	width:3px;
}
.cart_box .product_list_widget::-webkit-scrollbar-thumb{
    background: -webkit-linear-gradient(12deg,#ff516b,#ff5d44);
    background: -moz-linear-gradient(12deg,#ff516b,#ff5d44);
    background: -ms-linear-gradient(12deg,#ff516b,#ff5d44);
    background: linear-gradient(12deg,#ff516b,#ff5d44); 
}
.cart_box .product_list_widget li a img,.widget_shopping_cart .product_list_widget li a img{
	float: left;
    border: 1px solid #e1e1e1;
    width:50px;
	margin:4px 15px 0 0;
	border-radius: 5px;
} 
.widget_shopping_cart .product_list_widget li a img{
	margin:8px 15px 0 0;
}
.cart_box .product_list_widget li a span,.widget_shopping_cart .product_list_widget li a span{
	font-weight: 600; 
    font-size: 15px;
}
.widget_shopping_cart .product_list_widget li a span{
	color:#484848;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	transition:all 0.3s;
}
.widget_shopping_cart .product_list_widget li a span:hover{
	color:#ff5e4e;
}
.cart_box .mini_cart_item a.remove_from_cart_button,.widget_shopping_cart .cart_list li a.remove{
    position: absolute;
    display: inline-block;
    color: #ffffff !important;
    right: 20px;
    top: 30px;
    background: -webkit-linear-gradient(12deg,#ff516b,#ff5d44);
    background: -moz-linear-gradient(12deg,#ff516b,#ff5d44);
    background: -ms-linear-gradient(12deg,#ff516b,#ff5d44);
    background: linear-gradient(12deg,#ff516b,#ff5d44); 
    border-radius: 100%;
    padding: 0px 3px;
    font-size: 16px;
	cursor: pointer;
	line-height: 14px;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove,.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before{
	right: 0px;
    top: 50%;
	left:auto;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before{
	color:#ff5e4e;
	position:absolute;
}
.woocommerce .widget_layered_nav_filters ul li a::before{
	color:#ff5e4e;
}
.cart_box .mini_cart_item .cart_detail h4 a{
    color:#ff5e4e;
    font-size: 16px;
    margin-bottom: 5px;
}
.cart_box .mini_cart_item .cart_detail h5{
    font-size: 16px;
    color: #ffffff;
}
.cart_box .total{
    padding: 20px 20px;
    border-bottom: 1px solid #333333;
    border-top: 1px solid #333333; 
	text-align:left;
}
.woocommerce.widget_shopping_cart .total{
	padding:20px 0;
	border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
}
.cart_box .total strong,.woocommerce.widget_shopping_cart .total strong{
    font-size: 16px;
    color:#ffffff;
}
.woocommerce.widget_shopping_cart .total strong{
	color:#484848;
}
.cart_box .total span,.woocommerce.widget_shopping_cart .total span{
    font-size: 16px;
    float: right;
}
.cart_box .woocommerce-mini-cart__buttons,.woocommerce.widget_shopping_cart .buttons{
	text-align:center;
	padding: 20px 0px;
}
.woocommerce-mini-cart__empty-message{
	padding:20px;
}
.woocommerce.widget_shopping_cart .buttons{
	padding-bottom:0;
}
.cart_box .woocommerce-mini-cart__buttons .button,.woocommerce.widget_shopping_cart .buttons a,.woocommerce .widget_price_filter .price_slider_amount .button,.woocommerce button.single_add_to_cart_button.button.alt,.woocommerce #review_form #respond .form-submit input,.woocommerce table.shop_table tbody tr td.actions button,.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,.woocommerce-checkout-payment button.button.alt,.woocommerce button.button[name="apply_coupon"],.widget_layered_nav button,.woocommerce .woocommerce-message .wc-forward,.woocommerce-page .woocommerce-message .button,.woocommerce-page .woocommerce-info .button,.woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-Button,.woocommerce .woocommerce-form-login .woocommerce-Button,.woocommerce .woocommerce-ResetPassword .button,.woocommerce a.button.wc-backward{ 
	font-size: 15px;
    background-color: #ff5e4e;
    color: #ffffff;
	padding: 0px 20px;
    height: 35px;
    line-height: 35px;
    border-radius: 28px;
    box-shadow: none;
    border: none;
    overflow: hidden;
    position: relative;
	display:inline-block;
	margin: 0 3px;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.woocommerce #review_form #respond .form-submit input,.woocommerce table.shop_table tbody tr td.actions button{
	border:1px solid transparent;
	margin-top: 15px;
}
.woocommerce table.shop_table tbody tr td.actions button,.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
	margin-top:0;
	height:40px;
	line-height:40px;
}
.woocommerce table.shop_table tbody tr td.actions button[disabled]{
	padding:0px 20px;
	color:#ffffff;
}
.woocommerce table.shop_table tbody tr td.actions button[disabled]:hover{
	background:transparent;
	color:#ff5e4e;
}
.woocommerce button.single_add_to_cart_button.button.alt.disabled{
	cursor:not-allowed;
}
.cy_banner_wrapper{
    position: relative;
}
.cy_banner_content{
	font-size:15px !important;
	line-height:26px !important;
}  
.cy_menu_wrapper{
    position: absolute;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.92);
    z-index: 100;
    backface-visibility: hidden;
}
.cy_logo_box {
    position: absolute;
    width: 385px;
    padding: 43px 85px;
    text-align: right;
    top: -50px;
    z-index: 1;
}
.cy_logo_box:after{
    position: absolute;
    width: 530px;
    height: 100%;
    background: -webkit-linear-gradient(12deg,#ff516b,#ff5d44);
    background: -moz-linear-gradient(12deg,#ff516b,#ff5d44);
    background: -ms-linear-gradient(12deg,#ff516b,#ff5d44);
    background: linear-gradient(12deg,#ff516b,#ff5d44);
    content: "";
    right: -75px;
    z-index: -1;
    top: 0;
    transform: skew(35deg);
    -webkit-transform: skew(35deg);
    -ms-transform: skew(35deg);
    -moz-transform: skew(35deg);
    -o-transform: skew(35deg);
}
.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: 29.5px 0px;
    display: block;
    font-size: 16px; 
    color: #2f3942;
    font-weight: 700;
    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: #ff5e4e;
}
.cy_menu ul > li > a.active:after {
    width: 100%;
}
.cy_menu ul > li:hover > a,.cy_menu ul > li.current-menu-item > a,.cy_menu ul > li.current_page_item > a,.cy_menu ul > li.current-menu-ancestor > a{
    color: #ff5e4e;
}
.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: #ff5e4e;
    height: 3px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.cy_menu ul.sub-menu > li > a:after{
	display:none;
}
.cy_menu ul > li:hover > a:after,.cy_menu ul > li.current-menu-item > a:after,.cy_menu ul > li.current_page_item > a:after,.cy_menu ul > li.current-menu-ancestor > a:after{
    width: 100%;
}
.cy_menu ul > li:last-child > a {
    padding-right: 0px;
}
.cy_search{
    float: right;
    padding: 30px 0px;
	position:relative;
}
.cy_search a i{
    color:#222222;
}
.search_opened .cy_search a i:before{
	content: "\f00d";
}
.cy_search_form{
    position: absolute;
    top: 110%;
    right: 100px;
    z-index: 100;
	width:300px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	visibility:hidden;
	opacity:0; 
}
.search_opened .cy_search_form{
	visibility:visible;
	opacity:1;
    right:0;
}
.cy_search_input input{
    width: 100%;
    border: 1px solid #e4e4e4;
    height: 50px;
    padding: 0px 30px 0px 20px;
    font-size: 16px;
    border-radius: 30px;
    box-shadow: 2px 2px 31px -6px rgba(0,0,0,0.2);
}
.cy_search_input label{
	width:100%;
}
.cy_search_input button[type="submit"]{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    text-align: center;
    background: transparent;
    color: #ff5e4e;
    padding: 0;
    border-radius: 30px;
    border: 1px solid transparent;
    cursor: pointer;
}
.cy_search_input i:hover{
    cursor:pointer;
}
.dropdown-expander{
    display: none;
}
.cy_sign_wrapper{ 
    position: fixed;
    z-index: 200;
    right: 0;
    top:20%;
}
/*------- default header css start ---------*/
.cy_default_header{
	background-color: rgba(0,0,0,0.7);
}
.cy_default_header .cy_logo_box{
	padding: 18px 0px;  
    top: 0;
}
.cy_default_header .cy_menu ul > li > a,.cy_default_header .cy_search a i{
	color:#ffffff;
}
.cy_default_header .cy_menu ul > li:hover > a,.cy_default_header .cy_menu ul > li.current-menu-item > a,.cy_default_header .cy_menu ul > li.current_page_item > a,.cy_default_header .cy_menu ul > li.current-menu-ancestor > a{
    color: #ff5e4e;
}
.cy_default_header .cy_menu{
	width:100%;
}
.cy_singlemenu_fixed .cy_default_header{
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index: 200;
}
.admin-bar.cy_singlemenu_fixed .cy_default_header{
	top:32px;
}
/*-------- modal css start --------*/
.cy_sign_wrapper h2{
    position: absolute;
    right: -70px;
    width: 110px;
    color: #ffffff;
    background: #ff5e4e;
    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: 30px;
    font-size: 16px;
}
.cy_sign_wrapper h2 a{
    display: inline-block;
    color: #ffffff;
    padding: 12px 0px;
}
.cy_sign_wrapper h2.signup{
    margin-top: 43px;
}
.cy_signin .col-lg-6{
    padding: 0;
}
.modal{
    overflow: hidden;
    width:100%;
}
.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: #ff5e4e;
}
.cy_sign_form p a{
    color: #797979;
    font-weight: bold;
}
.forget_password label:hover{
    cursor:pointer;
}
.forget_password label .checkmark{
    position: absolute;
    top: 2px;
    left: 0;
    height: 15px;
    width: 15px;
    text-align: center;
    line-height: 15px;
    border: 1px solid #ff5e4e;
}
.forget_password label input{
    display: none;
}
.forget_password label input:checked ~ .checkmark{
    background-color: #ff5e4e;
}
.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);
    -moz-transform: rotate(45deg);
    -o-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-top: 100px;
    padding-bottom: 0;
}
.cy_about_data {
    width: 100%;
    float: left;
}
.cy_heading {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 30px; 
	text-align:center; 
}
.cy_heading span{
	color:#ff5e4e;
}
.cy_gallery_wrapper .cy_heading,.cy_event_wrapper .cy_heading,.cy_get_in_touch .cy_heading{
    margin-bottom: 35px;
}
.cy_about_page .cy_about_data .cy_heading{
	margin-bottom:25px;
    color: #ffffff;
	    text-align: left;
}
.cy_about_data p {
    line-height: 26px;
    margin-bottom: 30px;
    color: #424e59;
}
.cy_team_wrapper {
    padding: 50px 0px 100px 0px; 
}
.cy_team_box {
    position: relative;
    overflow: hidden;
	border-radius: 10px;
}
.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: 92%;
    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: -webkit-linear-gradient(29deg,rgba(255,81,107,0.96),rgba(255,93,68,0.96));
	background: -moz-linear-gradient(29deg,rgba(255,81,107,0.96),rgba(255,93,68,0.96));
	background: -ms-linear-gradient(29deg,rgba(255,81,107,0.96),rgba(255,93,68,0.96));
	background: linear-gradient(29deg,rgba(255,81,107,0.96),rgba(255,93,68,0.96));
    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;
	color:#ffffff; 
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 400;
}
.cy_team_text h2 a {
    color: #ffffff;
}
.cy_team_text p {
    color: #ffffff;
    margin: 0px;
    font-size: 15px;
}
.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-size: cover;
    position: relative;
	overflow:hidden;
}
.cy_achieve_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
}
.cy_achieve_overlay::before {
    position: absolute;
    width: 52.56%;
    left: -5%;
    top: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    content: "";
    transform: skew(-14deg);
    -webkit-transform: skew(-14deg);
    -moz-transform: skew(-14deg);
    -o-transform: skew(-14deg);
    -ms-transform: skew(-14deg);
}
.cy_achieve_overlay::after {
    position: absolute;
    width: 57.56%;
    right: -5%;
    top: 0;
    height: 100%;
	background: -webkit-linear-gradient(18deg,rgba(255,81,107,0.88),rgba(255,93,68,0.88));
	background: -moz-linear-gradient(18deg,rgba(255,81,107,0.88),rgba(255,93,68,0.88));
	background: -ms-linear-gradient(18deg,rgba(255,81,107,0.88),rgba(255,93,68,0.88));
	background: -o-linear-gradient(18deg,rgba(255,81,107,0.88),rgba(255,93,68,0.88));
	background: linear-gradient(18deg,rgba(255,81,107,0.88),rgba(255,93,68,0.88));
    content: "";
    transform: skew(-14deg);
    -webkit-transform: skew(-14deg);
    -moz-transform: skew(-14deg);
    -o-transform: skew(-14deg);
    -ms-transform: skew(-14deg);
}
.cy_achieve_img {
    position: relative;
    z-index: 1;
    float: right;
    /*margin-top: -44px;*/
    margin-top: 0;
}
.cy_counter_wrapper {
    float: left;
    padding: 110px 15px;
    position: relative;
    z-index: 1;
}
.cy_counter_wrapper .cy_heading {
    color: #ffffff;
	margin-bottom:0;
}
.cy_count_box {
    width: 100%;
    float: left;
    margin-top: 45px;
	text-align: center;
}
.cy_count_box .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;
}
.cy_gal_img {  
    position: relative;
    overflow: hidden;
	border-radius: 15px;
}
.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: -webkit-linear-gradient(30deg,rgba(255,81,107,0.88),rgba(255,93,68,0.88) 65%);
	background: -moz-linear-gradient(30deg,rgba(255,81,107,0.88),rgba(255,93,68,0.88) 65%);
	background: -ms-linear-gradient(30deg,rgba(255,81,107,0.88),rgba(255,93,68,0.88) 65%);
	background: -o-linear-gradient(30deg,rgba(255,81,107,0.88),rgba(255,93,68,0.88) 65%);
	background: linear-gradient(30deg,rgba(255,81,107,0.88),rgba(255,93,68,0.88) 65%); 
    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: #ffffff; 
    color: #ff5e4e;
    -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: #ff5e4e;
}
.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: #ff5e4e;
    opacity: 1;
}
.mfp-counter {
    color: #ff5e4e !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 #ff5e4e !important;
}
.mfp-arrow-right:before {
    border-left: 27px solid #ffffff;
}
.mfp-arrow-right:after {
    border-left: 17px solid #ff5e4e;
}
.cy_tour_wrapper {
    background-size: cover;
    position: relative;
    background-position: center center;
	overflow:hidden;
}
.cy_tour_wrapper:before {
    position: absolute;
    width: 58.6%;
    left: -5%;
    top: 0;
    height: 100%;
	background: -webkit-linear-gradient(18deg,rgba(255,81,107,0.88),rgba(255,93,68,0.88));
	background: -moz-linear-gradient(18deg,rgba(255,81,107,0.88),rgba(255,93,68,0.88));
	background: -ms-linear-gradient(18deg,rgba(255,81,107,0.88),rgba(255,93,68,0.88));
	background: -o-linear-gradient(18deg,rgba(255,81,107,0.88),rgba(255,93,68,0.88));
	background: linear-gradient(18deg,rgba(255,81,107,0.88),rgba(255,93,68,0.88));
    content: "";
    transform: skew(-15deg);
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    -ms-transform: skew(-15deg);
}
.cy_tour_data {
    padding: 90px 103px 100px 0px;
}
.cy_tour_data h2 {
    font-size: 35px;
    color: #ffffff;
    font-weight: 900;
    line-height: 60px;
    margin: 0px;
    margin-bottom: 10px;
}
.cy_tour_data .cy_button,.blog_shortcode .cy_blog_data .cy_button {
    background-color: #ffffff;
    color: #ff5e4e;
}
.cy_tour_heading {
    padding: 120px 0px;
}
.cy_tour_heading h2 {
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 900;
    color: rgba(255, 255, 255, 1);
    margin: 0px;
    padding-left: 20px;
    text-shadow: 0px 0px 6px rgb(0, 0, 0);
}
.cy_tour_data .cy_button:before,.blog_shortcode .cy_blog_data .cy_button:before{
    border: 2px solid #ffffff;
}
.cy_tour_data .cy_button:hover,.blog_shortcode .cy_blog_data .cy_button:hover{
    background-color: transparent;
    color: #ffffff;
}
/*------ event secion css ------*/
.cy_event_wrapper .cy_heading{
	text-align:center;
}
.cy_event_box{
	text-align: right;
    position: relative;
	margin-bottom:50px;
}
.cy_blog_page .cy_event_box{ 
	margin-bottom:0;
}
.cy_event_img{
	width: 60%;
    overflow: hidden;
    position: absolute;
	left:0;
    z-index: 10;
    top: 50%;
	border-radius: 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.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);
	text-align:left;
    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{
	width: 45%;
    padding: 50px 25px 50px 85px;
    position: relative;
    background: #f7f7f7;
    display: inline-block;
    text-align: left;
	border-radius: 15px;
}
.cy_event_data h2{
    font-size: 20px;
	margin:0;
    margin-bottom: 13px;
}
.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;
	font-weight:600;
}
.cy_event_data h2 a:hover {
    color: #ff5e4e;
    text-decoration: none;
}
.cy_event_data p {
    line-height: 26px;
    margin-bottom: 20px;
}
.cy_event_data .cy_event_number{
	font-size: 80px;
    font-weight: 900;
    color: #424e59;
    opacity: 0.07;
    margin-top: -20px;
    display: inline-block;
}
.cy_event_even{
	text-align:left;
}
.cy_event_even .cy_event_img{
	left:auto;
	right:0;
}
.cy_event_even .cy_event_data{
	text-align:right;
    padding: 50px 85px 50px 20px;
}
.cy_event_time {
    display: inline-block;
    float: left;
    padding: 7px 142px 7px 0;
}
.cy_event_date {
    background: -webkit-linear-gradient(30deg,#ff516b,#ff5d44 80%);
    background: -moz-linear-gradient(30deg,#ff516b,#ff5d44 80%);
    background: -ms-linear-gradient(30deg,#ff516b,#ff5d44 80%);
    background: linear-gradient(30deg,#ff516b,#ff5d44 80%);
    padding: 10px 25px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    flex-direction: column; 
}
.cy_event_time ul {
    padding: 0px;
    margin: 0px;
    padding-left: 15px;
}
.cy_event_time ul li {
    list-style: none;
}
.cy_event_time ul li {
    color: #ffffff;
    font-weight: 300;
    line-height: 26px;
	font-size:14px;
}
.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_details .cy_contact_form h3{
	font-size: 28px;
    font-weight: 800;
    padding-bottom: 30px;
}
.cy_event_box .cy_contact_form {
    padding-top: 50px;
	margin:0;
}
.cy_event_box .entry-content{
	margin:0;
}
.cy_event_det_box {
    background-color: #f8f9fa;
    padding: 25px 20px;
	border-radius: 15px;
}
.cy_event_det_box h1 {
    margin: 0px;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 700;
	text-transform:capitalize;
}
.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: #ff5e4e;
}
.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;
}
.cy_event_single{
	text-align:left;
}
.cy_event_single .cy_event_img{
	position: relative;
    width: 100%;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
}
.cy_event_single .cy_event_data{
	padding: 0;
    width: 100%;  
    background: transparent; 
    padding-top: 20px;
}
.mp iframe {
    width: 750px;
    height: 450px;
    border: none;
}
.mp {
    margin-top: 50px;
}
.mp #map{
	height:500px;
}
.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: #ff5e4e;
}
.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;
}
.cy_event_box .entryfooter a{
	margin-top:15px;
	color:#ff5e4e;
	display: inline-block;
}
/*-------- upcoming races section start --------*/
.cy_races_wrapper{
    padding: 100px 0px 50px 0px; 
} 
.cy_races_box{
    margin-bottom: 50px;
}
.cy_races_box:after{
    content:"";
    width:100%;
    display: table;
}
.cy_races_img{
    float: left;
    position: relative;
	overflow:hidden;
}
.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;
}
.cy_races_img:after{
    content:"";
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.5);
}
.cy_races_img_overlay h4{
    font-size: 12px;
    position: absolute;
    top:0;
    left:0;
    background:#ff5e4e;
    color:#ffffff;
    text-align: center;
    padding: 15px 10px;
    z-index: 1;
}
.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_data{
    float: right;
    width: calc(100% - 240px);
}
.cy_races_data h2{
    font-size: 18px;
    margin-bottom: 10px;
}
.cy_races_data h2 a{
    color:#2f3942;
    display: inline-block;
}
.cy_races_data h2 a:hover{
    color: #ff5e4e;
}
.cy_races_data ul {
    padding: 0px;
    margin: 0px 0px 10px 0px;
}
.cy_races_data ul li{
    font-weight: 300;
    line-height: 26px;
    list-style: none;
    margin-bottom: 5px;
}
.cy_races_data ul li a{
    color: #424e59;
}
.cy_races_data ul li:last-child{
    margin-bottom: 0px;
}
.cy_races_data ul li img{
    margin-right: 15px;
}
.cy_races_data p{
    margin-bottom: 20px;
}
/*------- result section start --------*/
.cy_result_wrapper {
    background-size: cover;
    position: relative;
	overflow:hidden;
}
.cy_result_wrapper:before{
    position: absolute;
    width: 52.56%;
    left: -5%;
    top: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    content: "";
    transform: skew(-14deg);
    -webkit-transform: skew(-14deg);
    -moz-transform: skew(-14deg);
    -o-transform: skew(-14deg);
    -ms-transform: skew(-14deg);
}
.cy_result_wrapper:after {
    position: absolute;
    width: 57.56%;
    right: -5%;
    top: 0;
    height: 100%;
	background: -webkit-linear-gradient(18deg,rgba(255,81,107,0.92),rgba(255,93,68,0.92));
	background: -moz-linear-gradient(18deg,rgba(255,81,107,0.92),rgba(255,93,68,0.92));
	background: -ms-linear-gradient(18deg,rgba(255,81,107,0.92),rgba(255,93,68,0.92));
	background: linear-gradient(18deg,rgba(255,81,107,0.92),rgba(255,93,68,0.92));
    content: "";
    transform: skew(-14deg);
    -webkit-transform: skew(-14deg);
    -moz-transform: skew(-14deg);
    -o-transform: skew(-14deg);
    -ms-transform: skew(-14deg);
}
.cy_result_text{
	padding: 185px 85px 185px 0px;
}
.cy_result_text h3 {
    color: #ffffff;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 900;
    margin: 0px;
}
.cy_result_slider{
    padding: 60px 0;
}
.cy_result_slider .cy_heading{
    color: #ffffff;
    position: relative;
    z-index: 1;
    text-align: center;
	display: block;
	font-size: 25px; 
    font-weight: 700;
	margin-bottom: 25px;
}
.cy_result_slider .owl-carousel .owl-item img {
    width: auto;
}
.cy_result_box{
    background: rgba(255,255,255,0.10);
    padding: 15px 20px;
    margin-bottom: 10px;
    border-radius: 15px;
}
.cy_result_lists{
	padding: 0 30px;
}
.cy_result_box:after{
    content:"";
    width:100%;
    display: table;
}
.cy_result_box .cy_result_icon{
    float: left;
    padding-top: 5px;
}
.cy_result_box .cy_result_data{
    float: right;
    width:calc(100% - 60px);
}
.cy_result_box .cy_result_data h2{
    font-size:30px;
    color:#ffffff;
    font-weight: 900;
}
.cy_result_box .cy_result_data h4{
    color:#ffffff;
    font-weight: 600;
    font-size: 18px;
	opacity:0.8;
}
.cy_result_box .cy_result_data h4 span{
    display: block;
    font-size: 30px;
    font-weight: bold;
    color:#ffffff;
}
.cy_result_slider .result-swiper-prev,.cy_result_slider .result-swiper-next{
    position: absolute;
    top: 50%;
    left: 0;
	right:auto;
    color: #fff;
    background: none;
    height: auto;
    width: auto;
	z-index:10;
    margin: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.cy_result_slider .result-swiper-next{
    left: auto; 
    right: 0; 
}
/*-------- store section start --------*/
.cy_store_wrapper{
    padding: 100px 0px 70px 0px; 
}
.cy_store_box .cy_store_img{
    border:1px solid #d9dbdd;
    position: relative;
	text-align: center;
	overflow:hidden;
	border-radius: 15px 15px 0 0;
}
.cy_store_box .cy_store_img_overlay,.cy_shop_single_page .cy_store_img_overlay{ 
    position: absolute;
    top: 20px;
    left:0px;
    background: -webkit-linear-gradient(12deg,#ff516b,#ff5d44);
    background: -moz-linear-gradient(12deg,#ff516b,#ff5d44);
    background: -ms-linear-gradient(12deg,#ff516b,#ff5d44);
    background: -o-linear-gradient(12deg,#ff516b,#ff5d44);
    background: linear-gradient(12deg,#ff516b,#ff5d44);
    padding: 3px 12px 3px 8px;
    z-index: 100;
    font-size: 13px;
    border-radius: 0 20px 20px 0;
	color:#ffffff;
}
.cy_shop_single_page{
	overflow:hidden;
}
.cy_shop_single_page .cy_store_img_overlay{
	left:15px; 
}
.woocommerce .product .cy_shop_single_page .summary,.woocommerce-page .product .cy_shop_single_page .images{
	width:100%;
}
.woocommerce-page .product .cy_shop_single_page .flex-viewport{
	border:1px solid #e1e1e1;
	border-radius: 15px;
}
.woocommerce-page .product .cy_shop_single_page .woocommerce-product-gallery__wrapper{
	/*border:1px solid #e1e1e1;*/
}
.woocommerce-page .product .cy_shop_single_page .flex-control-thumbs li{
	border:1px solid #e1e1e1;
	border-radius:10px;
}
.woocommerce-page .product .cy_shop_single_page .flex-control-thumbs li img{
	border-radius:10px;
}
.cy_store_box{
	margin-bottom:30px;
	margin-left: 1px;
}
.cy_store_box .cy_store_data{
    text-align: center;
    padding: 25px 20px 25px;
    border: 1px solid #d9dbdd;
    background: #f8f9fa;
    border-top: none;
	border-radius: 0 0 15px 15px;
}
.cy_store_box .cy_store_data p{
    display: none;
}
.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: 70%;
    float: left;
    text-align:left;
    color:#2f3942;
	font-weight: 600;
}
.cy_store_box .cy_store_data .cy_store_text h3 a:hover{
	color:#ff5e4e;
}
.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: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{
	position:relative;
}
.cy_store_slider .swiper-button-prev,.cy_store_slider .swiper-button-next{
	position: absolute;
    top:50%;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	transform:translateY(-50%);
    right: -30px;
    margin: 0;
    background: none;
    border-radius: 100%;
    color: #484848;
	left:auto;
	height:auto;
	width:auto;
	margin-top:-30px; 
}
.cy_store_slider .swiper-button-prev{
    right:auto;
    left:-30px;
}
.swiper-button-prev:focus,.swiper-button-next:focus{
	outline:none;
}
.cy_store_box .cy_store_data .cy_store_text .price{
	float: left;
    width: 100%;
    text-align: left;
    margin-top: 10px;
    font-size: 15px;
    color: #7b7b7b;
    font-weight: 600;
}
.cy_store_box .cy_store_data .cy_store_text .price del{
	opacity:0.8;
	font-weight: 400;
}
.cy_store_box .cy_store_data .cy_store_text .price ins{
	background:transparent;
}
.woocommerce .cy_store_rating_button .button{
	font-size: 15px;
    background-color: #ff5e4e;
    padding: 0px 30px;
    display: inline-block;
    color: #ffffff;
    line-height: 40px;
	height:40px; 
    border-radius: 28px;
    box-shadow: none;
    border: none;
    overflow: hidden;
    position: relative;
}
.woocommerce .cy_store_rating_button .button:hover{
	background:transparent;
	color: #ff5e4e;
}
.woocommerce .cy_store_rating_button .added_to_cart{
	color: #484848;
    padding: 0;
    display: block;
}
.woocommerce .cy_store_rating_button .added_to_cart:hover{
	color:#ff5e4e; 
}
.woocommerce .cy_store_rating_button .star-rating,.woocommerce .cy_shop_single_page .woocommerce-product-rating .star-rating{
	float: none;  
    text-align: center;
    display: block;
    margin: 0px auto;
	color: #ffc400;
    font-size: 13px;
}
.woocommerce .cy_shop_single_page .woocommerce-product-rating .star-rating{
	float: initial;
    display: inline-block;
	color: #ffc400;
	margin:0;
}
.woocommerce .product .cy_shop_single_page .woocommerce-product-rating{
	margin-bottom:5px;
}
.woocommerce .product .cy_shop_single_page .woocommerce-product-rating .woocommerce-review-link{
	color: #484848;
    opacity: 0.5;
}
/*-------- price section start --------*/
.cy_price_wrapper {
    background-size: cover;
    padding: 0px 0px;
}
.cy_price_head {
    text-align: center;
    padding: 30px 0px 95px;
    position: relative;
    z-index: 1;
    margin-bottom: 80px;
	border-bottom: 1px solid #dcdcdc;
	-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;
	transition:all 0.3s ease-in-out;
}
.cy_price_box:hover .cy_price_head{
	background: -webkit-linear-gradient(12deg,#ff516b,#ff5d44);
    background: -moz-linear-gradient(12deg,#ff516b,#ff5d44);
    background: -ms-linear-gradient(12deg,#ff516b,#ff5d44);
    background: -o-linear-gradient(12deg,#ff516b,#ff5d44);
    background: linear-gradient(12deg,#ff516b,#ff5d44);
}
.cy_price_head h3 {
    color: #222222;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 30px;    
    margin: 0px;
	padding-bottom:15px;
	position:relative;                
}
.cy_price_box:hover .cy_price_head h3{
	color:#ffffff;
}
.cy_price_box:hover .cy_price_head h3:after{
	background:#ffffff;
}
.cy_price_head h3:after{
	content:"";
	position:absolute;
	bottom:0;
	left:50%;
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	-o-transform:translateX(-50%);
	transform:translateX(-50%);
	width:43px;
	height:6px;
	background:#ff5e4e;
	border-radius:10px;
}
.cy_price_head h2 {
    color: #ff5e4e;
    font-size: 50px;
    font-weight: 800;
    margin-top: 33px;
    margin-bottom: 0; 
}
.cy_price_head h2 span{
	    display: block;
    font-size: 16px;
    text-align: right;
    padding-right: 15px;
}
.cy_price_box {
    overflow: hidden;
    border: 1px solid #dcdcdc;
    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;
	border-radius: 15px;
}
.cy_price_body {
    text-align: center;
	position:relative;
}
.cy_price_body .cy_price_bg_icon{
	position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    top: -20px;
    opacity: 0.05;
}
.cy_price_body ul {
    margin: 0px;
    padding: 0px;
}
.cy_price_body ul li {
    width: 100%;
    float: left;
    color: #222222;
    padding: 11px 0px;
    text-transform: capitalize;
}
.cy_price_btn {
    display: inline-block;
    padding: 15px 0px 25px;
}
.cy_price_icon {
    background: #ffffff;
    position: absolute;
    border-radius: 100px;
    background: #ffffff;
    position: absolute;
    border-radius: 100px;
    width: 135px;
    height: 135px;
	border: 1px solid #dcdcdc;
    left: 50%;
    transform: translateX(-50%);
    bottom: -67.5px;
}
.cy_pricing_tabs{
	display: flex;
    justify-content: center;
}
.cy_pricing_tabs ul{
	border:none;
	margin:0 0 40px;
	padding:10px;
	border-radius:100px;
	background: -webkit-linear-gradient(12deg,#ff516b,#ff5d44);
    background: -moz-linear-gradient(12deg,#ff516b,#ff5d44);
    background: -ms-linear-gradient(12deg,#ff516b,#ff5d44);
    background: -o-linear-gradient(12deg,#ff516b,#ff5d44);
    background: linear-gradient(12deg,#ff516b,#ff5d44);
}
.cy_pricing_tabs ul li .nav-link{
	height: 50px;
    line-height: 50px;
    border: none;
    padding: 0 50px;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 600;
	color:#ffffff;
}
.cy_pricing_tabs ul li .nav-link.active{
	color:#ff5e4e;
}
.cy_blog_img {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
	display: inline-block;
	border-radius: 10px;
	width:100%;
}
.cy_unit_blog .cy_blog_img,.cy_blog_page .cy_blog_img{ 
	width:auto;
}
.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.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_blog_links > ul {
    padding: 0px;
    margin: 0px;
}
.cy_blog_links > ul > li {
    list-style: none;
    display: inline-block;
}
.cy_blog_links > ul > li > a {
    color: #484848;
    display: inline-block;
    font-size: 15px;
    margin: 0px 15px;
    text-align: center;
    text-decoration: none;
    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_links > ul > li > a > i {
    margin-right: 7px;
}
.cy_blog_box:hover .cy_blog_overlay {
    opacity: 1;
}
.cy_blog_img .cy_blog_links a:hover {
    color: #ff5e4e;
}
ul.cy_blog_info {
    padding: 0px;
	margin: 5px 0 10px;
}
ul.cy_blog_info > li {
    display: inline-block;
    list-style: none;
    position: relative;
    padding: 0 13px 0 0px;
}
ul.cy_blog_info li span,ul.cy_blog_info li{
	color:#737679; 
}
ul.cy_blog_info li a {
    color: #737679;
    font-size: 13px;
    text-transform: capitalize;
}
ul.cy_blog_info li span a i,ul.cy_blog_info li > i,ul.cy_blog_info li a > i{
	margin-right:4px; 
}
.cy_relative { 
    position: relative;
}
.cy_blog_info li ul.cy_so_icons {
    position: absolute;
    left: 100%;
    top: 1px;
    width: 110px; 
    display: inline-block;
    padding: 0px;
    margin: 0px;
}
.cy_blog_info 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_info li ul.cy_so_icons li a {
    margin: 0;
    font-size: 13px;
    color: #484848;
    margin: 0 4px;
	padding:0;
}
.cy_blog_info 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_info li ul.cy_so_icons li a:hover{
    color: #ff5e4e;
}
.cy_blog_data h2 { 
    margin: 0; 
}
.cy_blog_data h2 i{
	font-size: 22px;
    margin-right: 10px;
}
.cy_blog_data h2 a {
    color: #2f3942;
	font-size: 20px;
	word-wrap: break-word; 
	font-weight:600;
}
.cy_blog_data > p { 
    line-height: 26px;
    margin-bottom: 12px;
}
.cy_blog_data img,.textwidget img{
	border-radius:10px;
}
.cy_blog_data h2 a:hover {
    color: #ff5e4e;
}
.blog_shortcode .cy_blog_data h2 a,.blog_shortcode .cy_blog_info li a,.blog_shortcode .cy_blog_data > p,.blog_shortcode .cy_blog_info li a span{
	color:#ffffff; 
}
.blog_shortcode .cy_blog_info li a:hover{
	color:#ffffff;
}
.cy_blog_info li a:hover{
	color:#ff5e4e;
}
.blog_shortcode .cy_blog_info li a span{
	font-size:17px;
}
.cy_sponsors_wrapper {
    background-size: cover;
    position: relative;
	overflow:hidden;
}
.cy_sponsors_wrapper:before {
    position: absolute;
    width: 52.56%;
    left: -5%;
    top: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    content: "";
    transform: skew(-14deg);
    -webkit-transform: skew(-14deg);
    -moz-transform: skew(-14deg);
    -o-transform: skew(-14deg);
    -ms-transform: skew(-14deg);
}
.cy_sponsors_wrapper:after {
    position: absolute;
    width: 57.56%;
    right: -5%;
    top: 0;
    height: 100%;
	background: -webkit-linear-gradient(18deg,rgba(255,81,107,0.92),rgba(255,93,68,0.92));
	background: -moz-linear-gradient(18deg,rgba(255,81,107,0.92),rgba(255,93,68,0.92));
	background: -ms-linear-gradient(18deg,rgba(255,81,107,0.92),rgba(255,93,68,0.92));
	background: linear-gradient(18deg,rgba(255,81,107,0.92),rgba(255,93,68,0.92));
    content: "";
    transform: skew(-14deg);
    -webkit-transform: skew(-14deg);
    -moz-transform: skew(-14deg);
    -o-transform: skew(-14deg);
    -ms-transform: skew(-14deg);
}
.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 .cy_heading {
    color: #ffffff;
    position: relative;
    z-index: 1;
    text-align: center;
	margin-bottom:45px;
}
.cy_sponsor_slider{
	padding:120px 0;
}
.cy_sponsor_slider .owl-carousel .owl-item img {
    width: auto;
}
.cy_footer_wrapper { 
	background-size:cover;
	position:relative; 
	padding-top:60px; 
}
.cy_footer_wrapper:before {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.85); 
    width: 100%;
    height: 100%;
    content: "";
}
.cy_footer_wrapper .footer-widget.cy_footer_about p {
	color: #9faebc;
}
.footer-widget.cy_footer_about p {
    padding-top: 14px;
	color: #424e59;
    line-height: 26px;
    margin: 0px;
    font-weight: 300;
}
.cy_footer_wrapper .widget-title {
    font-size: 22px;
    color: #ffffff;
    font-weight: 600;
    margin: 0px 0px 20px 0px;
	padding-bottom: 15px;
}
.cy_post_data {
    float: left;
    width: calc(100% - 80px);
    width: -webkit-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    display: table;
}
.cy_post_img {
    width: 70px;
    height: 70px;
    float: left;
    margin-right:10px;
    overflow: hidden;
	border-radius: 5px;
}
.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;
	border-radius: 5px;
}
.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;
	margin-top: 2px;
    line-height: 24px;
}
.cy_footer_wrapper .cy_post_data h3 a {
    color: #ffffff;
}
.cy_recent_post:after,
.cy_foo_contact:after {
    clear: both; 
    content: "";
    display: table;
}
.cy_footer_wrapper .widget_gopedal_recent_blog .cy_post_data p{ 
    color: #ffffff; 
}
.cy_post_data p {
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 0px;
}
.cy_recent_post {
    margin-bottom: 20px;
}
.widget_gopedal_recent_blog .cy_recent_post:last-child{
	margin-bottom:0;
}
.cy_post_data h3 a:hover {
    color: #ff5e4e;
}
.cy_foo_contact span {
    float: left;
    vertical-align: middle;
    display: block;
    margin-top: 0;
    font-size: 18px;
	color: #ff5e4e;
	width: 20px;
}
.cy_post_info {
    width: calc(100% - 25px);
    float: left;
    margin-bottom: 15px;
}
.cy_foo_contact p {
    padding-left: 15px;
	color:#424e59;
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 0px;
}
.cy_footer_wrapper .cy_foo_contact p,.cy_footer_wrapper .cy_foo_contact p a {
	color: #ffffff;
}
.cy_foo_contact p a {
    color: #424e59; 
	word-wrap:break-word;  
}
.cy_foo_contact p a:hover {
    color: #ff5e4e;
}
.cy_foo_gallery ul {
    padding: 0px;
    margin: 0px;
}
.cy_foo_gallery ul li{
    float: left;
    list-style: none;
	padding:0 !important; 
}
.cy_foo_gallery ul li a {
    display: block;
    margin-right: 7px;
    margin-bottom: 7px;
    overflow: hidden;
	border-radius: 5px;
}
.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 {
    padding: 20px 0px;
    text-align: center;
    border-top: 1px solid #393c48;
    margin-top: 30px;
    background: black;
}
.cy_btm_footer p {
    margin: 0px;
    color: #ffffff;
}
.cy_btm_footer.light_footer p{
	color:#484848;
}
.cy_btm_footer p a {
    color: #ffffff;
}
/*==Go To Top Css Start==*/

.cy_go_to {
    position: fixed;
    right: 20px;
    z-index: 110;
    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: 20px;
}
.cy_go_top img {
    max-width: 100%;
    display: inline-block; 
} 
.cy_go_top span{
	width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    color: #ffffff;
    font-size: 25px;
	border-radius: 5px;
    background: -webkit-linear-gradient(12deg,#ff516b,#ff5d44);
    background: -moz-linear-gradient(12deg,#ff516b,#ff5d44);
    background: -ms-linear-gradient(12deg,#ff516b,#ff5d44);
    background: linear-gradient(12deg,#ff516b,#ff5d44);
}
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: 170px 0px 90px;
}
.cy_bread_wrapper .breadcrumbs{
	margin: 0;
    margin-top: 15px;
}
.breadcrumbs a, .breadcrumbs span {
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
    margin-right: 3px;
}
.breadcrumbs .last-item,.breadcrumbs a:hover{
	opacity:0.65;
}
.cy_about_wrapper.cy_about_page {
    padding-bottom: 91px;
}
.cy_bread_wrapper h1 {
    font-size: 35px;
    color: #ffffff;
    margin: 0px;
    font-weight: 800;
    word-wrap: break-word;
    text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
    display: block;
}
.cy_about_wrapper.cy_about_page .cy_about_img {
    margin-top: 0;
    overflow: hidden;
	border-radius:20px;
}
.cy_about_wrapper.cy_about_page .cy_about_img img {
	border-radius:15px;
}
.cy_about_page .cy_about_data{
	background: -webkit-linear-gradient(30deg,#ff516b,#ff5d44 80%);
    background: -moz-linear-gradient(30deg,#ff516b,#ff5d44 80%);
    background: -ms-linear-gradient(30deg,#ff516b,#ff5d44 80%);
    background: linear-gradient(30deg,#ff516b,#ff5d44 80%);
    margin: 0;
    padding: 30px;
    box-shadow: 7px 8px 31px -6px rgba(0,0,0,0.2);
    position: absolute;
    right: 15px;
    width: 110%;
    top: 50%;
	border-radius:15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.cy_about_wrapper.cy_about_page .cy_about_data p {
    margin-bottom: 20px;
	color:#ffffff;
}
.cy_about_wrapper.cy_about_page .cy_about_data a.cy_button,.cy_ride_text .cy_button,.cy_history_box .cy_button{
    margin-top: 5px;
	margin-top: 5px;
    background: #ffffff;
    color: #ff5e4e;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s; 
	transition:all 0.3s;
}
.cy_about_wrapper.cy_about_page .cy_about_data a.cy_button:before,.cy_ride_text .cy_button:before,.cy_history_box .cy_button:before{
	border:2px solid #ffffff;
}
.cy_about_wrapper.cy_about_page .cy_about_data a.cy_button:hover,.cy_ride_text .cy_button:hover,.cy_history_box .cy_button:hover{
	background:transparent;
	color:#ffffff;
}
.cy_about_wrapper.cy_about_page {
    padding-bottom: 0px;
    padding-top: 100px;
}
.cy_club_wrapper {
    text-align: center;
}
/*------- history section start --------*/
.cy_history_content .cy_history_data{
	background: -webkit-linear-gradient(#ff516b,#ff5d44);
    background: -moz-linear-gradient(#ff516b,#ff5d44);
    background: -ms-linear-gradient(#ff516b,#ff5d44);
    background: linear-gradient(#ff516b,#ff5d44);
	padding:40px 40px;
	position:relative;
	text-align:left;
	border-radius: 0 0 15px 15px;
}
.cy_club_wrapper:before{
	content:"";
	width:100%;
	position:absolute;
	top: 22.8%; 
	left:0;
	right:0;
	height:2px;
	border-bottom: 2px dashed #ecebeb;
}
.cy_history_img img{
	border-radius: 15px 15px 0 0;
}
.cy_history_content .cy_history_data:after{
	content: "";
    position: absolute;
    top: -15px;
    right: 20px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #ff516b;
}
.cy_history_content .cy_history_data h4 a{
	color:#ffffff;
	font-weight:600; 
	font-size:22px;
	margin-bottom:15px;
	display:inline-block;
}
.cy_history_content .cy_history_data p{
	color:#ffffff;
	margin-bottom: 17px;
}
.cy_history_text{
	max-width:450px;
	margin: 0 auto;
}
.cy_history_text .owl-carousel .owl-item{
	opacity:0.5;
	transition:all 0.3s;
}
.cy_history_text .owl-carousel .owl-item.active{ 
	opacity:1;
}
.cy_history_years .swiper-container,.cy_history_text .swiper-container{
	overflow:visible;
}
.cy_history_years .swiper-container .swiper-slide{
	opacity:0.5;
	-webkit-transform:scale(0.7);
	-moz-transform:scale(0.7);
	-ms-transform:scale(0.7);
	-o-transform:scale(0.7);
	transform:scale(0.7);
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	transition:all 0.3s;
	cursor:pointer;
}
.cy_history_years .swiper-container .swiper-slide-next,.cy_history_years .swiper-container .swiper-slide-prev{
	-webkit-transform:scale(0.8);
	-moz-transform:scale(0.8);
	-ms-transform:scale(0.8);
	-o-transform:scale(0.8);
	transform:scale(0.8);
	opacity:0.7;
}
.cy_history_years .swiper-container .swiper-slide-active{
	opacity:1;
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
	cursor:auto;
}
.cy_history_text .swiper-container .swiper-slide{
	opacity:0.5;
}
.cy_history_text .swiper-container .swiper-slide-active{
	opacity:1;
}
.owl-item .item .cy_history_year_box{
	cursor:pointer;
}
.owl-item.center.active .item .cy_history_year_box{ 
	cursor:auto;
}
.cy_history_years{
	max-width:110px;
	margin:0 auto 50px;	
}
.cy_history_years .cy_history_year_box span{
	width:110px;
	height:110px; 
	line-height:110px; 
	text-align:center;
	position:relative;
	background: -webkit-linear-gradient(#ff516b,#ff5d44);
    background: -moz-linear-gradient(#ff516b,#ff5d44);
    background: -ms-linear-gradient(#ff516b,#ff5d44);
    background: linear-gradient(#ff516b,#ff5d44);
	color:#2f3942;
	font-weight: 800;
    display: inline-block;
    font-size: 24.24px;
    border-radius: 100%;
	-webkit-perspective:100px;
	-moz-perspective:100px;
	-ms-perspective:100px;
	perspective:100px;
}
.cy_history_years .cy_history_year_box span:before{
	content:"";
	position:absolute;
	top:5px;
	right:5px;
	bottom:5px;
	left:5px;
	background:#ffffff;
	border-radius:100%;
	z-index:-1;
}
.cy_history_years .cy_history_year_box span:after{
	content: "";
    position: absolute;
    bottom: 0px;
	opacity:0; 
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 0px solid #ff5d44;
	-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;
	transition:all 0.3s ease-in-out;
}
.cy_history_years .swiper-slide-active .cy_history_year_box span:after{
	bottom: -10px;
	opacity:1;
	border-top: 13px solid #ff5d44;
} 
/*.cy_timeline {
    position: relative;
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
}
.cy_timeline:before {
    position: absolute;
    left: 50%;
    top: 0px;
    content: ' ';
    display: block;
    width: 2px;
    height: 100%;
    margin-left: -1px;
    background-color: #c5c5c5;
    z-index: 5;
}
.cy_timeline:after {
    position: absolute;
    top: 100%;
    left: 50%;
    content: ' ';
    display: block;
    width: 12px;
    height: 12px;
    margin-left: -6px;
    background: #ffffff;
    border-radius: 10px;
    border: 4px solid #c5c5c5;
    z-index: 10;
}
.cy_timeline li {
    width: 100%;
    display: inline-block;
    list-style: none;
}
.cy_timeline li:first-child {
    margin-top: 0px;
}
li .cy_tl-item {
    width: 50%;
    float: left;
    text-align: left;
	position:relative;
    list-style: none;
    padding-right: 50px;
    padding-left: 0px;
}
li .cy_tl-item.dir-r {
    float: right;
	padding-right:0;
    padding-left: 50px;
    text-align: right;
}
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: 3s;
    animation-name: spinner;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 3s;  
}
li .cy_tl-item.dir-r .cy_club_data {
    padding: 20px 20px 20px 60px;
	text-align:left; 
}
li .cy_tl-item.dir-r .cy_tl-content {
	display: inline-block;
    text-align: right !important;
}/*
li .cy_tl-item:before {
    position: absolute;
    top: 15px;
    right: -22px;
    content: url(../images/cycle1.svg);
    display: block;
    width: 46px;
    height: 30px;
    margin-top: -10px;
    z-index: 10;
}*/
li .cy_tl-item:before{
	position: absolute;
    top: 0px;
    right:-6px;
    content: ' ';
    display: block;
    width: 12px;
    height: 12px;
    margin-left: -6px;
    background: #ffffff;
    border-radius: 10px;
    border: 4px solid #c5c5c5;
    z-index: 10;
}/*
li .cy_tl-item.dir-r:before {
    left: -24px;
    -webkit-transform: none;
    transform: none;
    content: url(../images/cycle.svg);
}*/
li .cy_tl-item.dir-r:before{
    right: auto;
    left: 0px;
}
li .cy_tl-item:after{
	content: "";
    position: absolute;
    top: 50%;
    right: 0;
    height: 2px;
    width: 50px;
    background: #c5c5c5;
}
li .cy_tl-item.dir-r:after{
	right:auto;
	left:0;
}
.cy_club_data {
    background: -webkit-linear-gradient(29deg,#ff516b,#ff5d44 60%);
    background: -moz-linear-gradient(29deg,#ff516b,#ff5d44 60%);
    background: -ms-linear-gradient(29deg,#ff516b,#ff5d44 60%);
    background: linear-gradient(29deg,#ff516b,#ff5d44 60%);
    padding: 20px 60px 20px 20px;
    display: inline-block;
    width: 70%;
    text-align: right;
}
.cy_club_img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}
.cy_tl-item.dir-r .cy_club_img{
	right:auto;
	left:0;
}
.cy_club_data span {
    font-size: 15px;
}
.cy_club_data h3 {
    font-size: 18px;
    margin-bottom: 15px;
}
.cy_club_data h3 a {
    color: #2f3942;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
}
.cy_club_data h3 a:hover {
    color: #ff5e4e;
}
.cy_club_data p {
    line-height: 26px;
    margin: 0px;
    color: #ffffff;
}
.cy_gal_view {
    text-align: center;
    margin-top: 20px;
}
.cy_blog_box{
	margin-bottom: 40px;
	position: relative;
	border-radius: 15px;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -ms-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
} 
.cy_blog_wrapper .cy_blog_box.blog_shortcode{
	margin-bottom: 270px;
}
.cy_blog_wrapper .blog_shortcode .cy_blog_data {
    background: -webkit-linear-gradient(0deg,#ff516b,#ff5d44);
    background: -moz-linear-gradient(0deg,#ff516b,#ff5d44);
    background: -ms-linear-gradient(0deg,#ff516b,#ff5d44);
    background: linear-gradient(0deg,#ff516b,#ff5d44);
    padding: 30px;
    border-radius: 15px; 
    position: absolute;
    bottom: -230px;
    left: 20px;
    right: 20px;
}
.cy_unit_blog .cy_blog_data,.cy_blog_page .cy_blog_data{
	position:static; 
	padding:0;
	background:transparent;
}
.cy_blog_page .cy_blog_box .blog-dates{
	top:30px;
	right:30px;
}
.cy_unit_blog .cy_blog_box,.cy_blog_page .cy_blog_box{
	background: #f8f9fa;
	padding:20px;
}
.cy_blog_box:hover{
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05); 
}
.cy_blog_page .cy_blog_box {
    margin-bottom: 40px;
	width:100%; 
}
.cy_unit_blog .cy_blog_box{
	border: none;
	background-color: #f8f9fa;
}
.cy_blog_box .blog-dates{
	padding-bottom: 10px;
    margin-bottom: 10px;
	display:inline-block;
	position:relative;
	color:#ffffff;
	font-size:16px;
}
.cy_blog_box .blog-dates:after{
	content:"";
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	height:1px;
	background:-webkit-linear-gradient(45deg,rgba(255,255,255,0.5),rgba(255,255,255,0.5),rgba(255,255,255,0.02));
	background:-moz-linear-gradient(45deg,rgba(255,255,255,0.5),rgba(255,255,255,0.5),rgba(255,255,255,0.02));
	background:-ms-linear-gradient(45deg,rgba(255,255,255,0.5),rgba(255,255,255,0.5),rgba(255,255,255,0.02));
	background:-o-linear-gradient(45deg,rgba(255,255,255,0.5),rgba(255,255,255,0.5),rgba(255,255,255,0.02));
	background:linear-gradient(45deg,rgba(255,255,255,0.5),rgba(255,255,255,0.5),rgba(255,255,255,0.02));
}
.blog_shortcode.cy_blog_box .blog-dates a{
    color: #ffffff;
	font-size:16px;
}
.cy_blog_box .blog-dates a i{
	display:none;
}
.cy_blog_top_meta{
	position:relative;
}
.cy_blog_share{
	position: absolute;
    border-radius: 20px 20px;
    background: #ffffff;
    top: 0;
    right: 0;
}
.cy_blog_share > span{
	color: #ff5e4e;
    font-weight: 200;
    width: 30px;
    height: 30px;
    line-height: 30px; 
    text-align: center;
    font-size: 14px;
	cursor:pointer;
	border-bottom: 1px solid transparent;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	transition:all 0.3s;
}
.cy_blog_share_list ul{
	padding:0;
	margin:0;
	list-style:none;
	text-align:center;
}
.cy_blog_share_list li {
    display: block;
    margin: 3px 0;
} 
.cy_blog_share_list a {
    color: #ff5765;
}
.cy_blog_share_list {
    padding: 8px 0 12px;
    display: none;
    overflow: hidden;
}
.cy_blog_share:hover span{
	border-bottom: 1px solid #ff5765;
}
.cy_unit_blog .cy_blog_box:hover,.cy_unit_blog.cy_blog_single .cy_blog_box:hover{
	box-shadow:none; 
}
.cy_unit_blog.cy_blog_single .cy_blog_info{
	margin-top:0;
}
.cy_unit_blog.cy_blog_single .cy_blog_box{
	padding:0;
	border:none;
	background:transparent;
}
.pagination{
    text-align: center;
}
.cy_pagination ul.pagination,.cy_pagination ul.page-numbers{
    padding: 0px;
    margin: 0px;
	list-style:none;
}
.pagination .prev,.pagination .next,.cy_pagination ul.page-numbers .prev,.cy_pagination ul.page-numbers .next{
    width: 40px;
    height: 40px;
    background-color: #ff5e4e;
    color: #ffffff;
	display: inline-block;
    font-size: 20px;
	margin: 10px 0px 0;
    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_page_box .pagination .prev,.cy_page_box .pagination .next{
	color: #ffffff;
	font-size:22px;
}
.pagination .prev:hover,.pagination .next:hover,.cy_pagination ul.page-numbers .prev:hover,.cy_pagination ul.page-numbers .next:hover{
    background-color: transparent;
    color: #ff5e4e;
    margin: 10px 0px 0px;
}
.pagination .prev:before,.pagination .prev:after,.pagination .next:before,.pagination .next:after,.cy_pagination ul.page-numbers .prev:before,.cy_pagination ul.page-numbers .prev:after,.cy_pagination ul.page-numbers .next:before,.cy_pagination ul.page-numbers .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;
}
.pagination .prev:before,.pagination .next:before,.cy_pagination ul.page-numbers .prev:before,.cy_pagination ul.page-numbers .next:before{
    border-bottom: 2px solid #ff5e4e;
    border-left: 2px solid #ff5e4e;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
}
.pagination .prev:after,.pagination .next:after,.cy_pagination ul.page-numbers .prev:after,.cy_pagination ul.page-numbers .next:after{
    border-top: 2px solid #ff5e4e;
    border-right: 2px solid #ff5e4e;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
}
.pagination .prev:hover:after,.pagination .prev:hover:before,.pagination .next:hover:after,.pagination .next:hover:before,.cy_pagination ul.page-numbers .prev:hover:before,.cy_pagination ul.page-numbers .prev:hover:after,.cy_pagination ul.page-numbers .next:hover:before,.cy_pagination ul.page-numbers .next:hover:after{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.pagination a,.pagination span,.cy_pagination ul.page-numbers a,.cy_pagination ul.page-numbers span {
    padding: 0;
    margin: 10px 15px 0px;
    line-height: 40px;
    color: #2f3942;
	display:inline-block;
    font-size: 15px;
    background-color: transparent;
    border: none;
    font-weight: 700;
    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;
}
.cy_page_box .pagination a{
	 color: #2f3942;
}
.cy_pagination{
	text-align:center;
}
.cy_pagination ul.page-numbers li{
	display:inline-block; 
}
.pagination span.current,.pagination span:hover,.pagination a:hover,.cy_pagination ul.page-numbers a:hover,.cy_pagination ul.page-numbers span:hover,.cy_pagination ul.page-numbers span.current{
    color: #ff5e4e;
    margin-top: 4px;
}
.pagination .nav-links{ 
    display: block;
    margin: 0 auto;
}
.cy_page_box .pagination a:hover{
	color: #ff5e4e;
}
.cy_blockquotes {
    padding-top: 10px;
}
blockquote {
    padding: 30px 30px;
    margin: 0 0 15px;
    font-size: 15px;
    font-weight: 400;
    font-style: italic;
    line-height: 26px;
    border-left: 5px solid #ff5e4e;
    background-color: #f8f9fa;
}
.cy_unit_blog blockquote{
	background:#ffffff;
}
.cy_unit_blog.cy_blog_single blockquote{
	background-color: #f8f9fa;
}
.comments-area {
    padding-top: 20px;
    width: 100%;
}
.comments-title {
    margin: 0px;
}
.comments-area ol.commentlist {                     
    margin: 0px;
    padding: 0px;
	list-style: none;
}
.comments-area ol.commentlist li.comment{
    list-style: none;
    display: block;
} 
.comments-area ol.commentlist li.comment .comment-respond{
	float:left;
	width:100%;
	margin-bottom:30px;
}
.comments-area ol.commentlist li.comment:after{
	content:"";
	width:100%;
	display:table;
}
.comment_img {
    float: left;
}
.comment_img img {
    margin-right: 20px;
    border-radius: 15px;
}
.comment_data {
    width: calc(100% - 124px);
    float: left;
}
.comment_data_info {
    margin-bottom: 10px;
}
.comment_data_info:after{
	content:"";
	width:100%;
	display:table;
}
.cy_page_box .comment_data_info p{
	margin-bottom:0;
}
.comment_data_info h3 {
    margin: 0px;
    font-size: 18px;
    text-transform: capitalize;
    float: left;
}
.comment_data_info h3 a {
    color: #2f3942;
    margin-right: 10px;
}
.comment_data_info h3 a:hover {
    color: #ff5e4e;
}
.comment-reply{
    float: right;
}
.comment_data > p {
    display: block;
    margin: 5px 0 10px; 
    line-height: 26px;
}
.comment_data_info p {
    display: inline-block;
    margin: 0px;
}
.comment_data .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_data .comment-reply a:hover i {
    margin-right: 15px;
}
.comment_data .comment-reply a:hover {
    color: #ff5e4e;
}
.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;
	padding-left:30px;
	margin:0;
}
.cy_comments {
    background: #f8f9fa;
    padding: 30px 20px;
    float: left;
    display: block;
    width: 100%;
    border-radius: 15px;
    margin-bottom: 30px;
}
.rev_center_text{
	text-align:center !important;   
}
/*.comment-respond { 
    padding-top: 50px; 
}*/
.comment-reply-title,.comments-title {
    font-size: 28px;
    font-weight: 800;
    margin: 0px;
    padding-bottom: 20px;
}
.comment-reply-title small a{
	color:#ff5e4e;
	font-size:16px;
}
.comment_input_wrapper {
    margin-bottom: 25px;
}
.comment-respond input[type="text"],.comment-respond input[type="email"],.woocommerce-checkout .woocommerce-input-wrapper input,.woocommerce-checkout .woocommerce-input-wrapper .select2-container,.woocommerce-MyAccount-content .woocommerce-EditAccountForm input,.woocommerce-form-login p > input,.woocommerce .woocommerce-ResetPassword input{
    width: 100%;
    height: 45px;
    padding: 10px 15px;
    background-color: #f8f9fa;
    border: 1px solid #d9dcde;
	border-radius: 25px;
}
.woocommerce .woocommerce-ResetPassword p{
	width:100%;
}
.woocommerce .woocommerce-form-login .woocommerce-Button{
	margin-top:10px;
}
.comment-respond textarea,.woocommerce-checkout .woocommerce-input-wrapper textarea{
    height: 180px;
    width: 100%;
    background-color: #f8f9fa;
    border: 1px solid #d9dcde;
    padding: 10px 15px;
    resize: none;
	border-radius: 15px; 
}
.woocommerce-checkout .woocommerce-input-wrapper .select2-container .selection span{
	border:none;
	background:transparent;
}
.woocommerce-MyAccount-content .woocommerce-EditAccountForm span em{
	margin-top:10px;
	display:block;
}
.comment-respond input#comment-submit {
    border: 1px solid #ff5e4e;
}
.comment-respond input#comment-submit:focus {
    outline: none;
}
.comment-respond input[type="text"]:focus,
.comment-respond input[type="email"]:focus,
.comment-respond textarea:focus,.woocommerce-checkout .woocommerce-input-wrapper input:focus,.woocommerce-checkout .woocommerce-input-wrapper textarea:focus {
    background-color: transparent;
}
.sidebar .widget {
    margin-bottom: 40px;
    background-color: #f8f9fa;
    padding: 20px 20px;
	border-radius: 15px;
}
.sidebar .widget_tag_cloud{
	padding:20px 20px 12px;
}
.sidebar .widget_categories{
	padding:20px 20px 12px;
}
.sidebar .widget:last-child{
	margin-bottom:0;
}
.sidebar .widget ul {
    margin: 0px;
    padding: 0px;
}
.sidebar .widget ul.sub-menu,.sidebar .widget ul.children{
	padding-left:20px;
}
.sidebar .widget ul li {
    list-style: none;
    line-height: 30px;
	position: relative;
}
.widget.event_class li {
    margin-top: 10px;
    display: inline-block;
}
.widget-title {
    margin: 0px;
    font-size: 17px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
    color: #2f3942;
	font-weight: 700;
}
.widget-title:before {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #ff5e4e;
    width: 50px;
    height: 2px;
    content: "";
}
.widget-title a{ 
	color: #2f3942;
}
.widget_categories .widget-title {
    margin-bottom:10px;
}
.widget.widget_search input[type="search"],.widget.widget_product_search input[type="search"]{
	display: block;
    width: 100%;
    height: 45px;
	padding: 0px 35px 0 15px !important; 
    padding-right: 40px;
    font-size: 15px;
    color: #2f3942;
    background-color: #f8f9fa;
    border: 1px solid #d9dcde;
    border-radius: 25px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.widget.widget_search label,.widget.widget_product_search label{
	width:100%;
}
.widget.widget_search input.search-submit,.comment-respond input[type="submit"],.cy_blog_data p input[type="submit"],.widget.widget_product_search button{ 
	font-size: 15px;
    text-transform: capitalize;
    background: #ff5e4e;
	border:1px solid transparent;
    padding: 0px 45px;
    height: 45px;
    display: inline-block;
    color: #ffffff;
	border-radius:28px;
    line-height: 45px;
    box-shadow: none;
    border: none;
    overflow: hidden;
    position: relative;
	cursor:pointer;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; 
}
.cy_blog_data p input[type="submit"]{
	border:1px solid #ff5e4e !important;
}
.widget.widget_search input.search-submit:hover,.comment-respond input[type="submit"]:hover,.cy_blog_data p input[type="submit"]:hover{ 
	color:#ff5e4e;
	border:1px solid #ff5e4e;
	background:transparent;
}
.logged-in-as a{
	color:#ff5e4e;
	margin-bottom: 10px;
    display: inline-block;
}
.comment-notes{
	margin-bottom:15px;
}
.widget.widget_search form{
	position:relative;
}
.widget.widget_search input.search-submit,.widget.widget_product_search button{
	border-radius: 25px;
    padding: 0 15px;
}
.widget_product_search form{
	position:relative;
}
.widget.widget_search .input-group .cy_search_btn,.widget.widget_search button,.widget.widget_product_search button{
}
.widget.widget_search button,.widget.widget_product_search button{
	position: absolute;
    right: 0; 
    top: 0;
    z-index: 10;
	cursor: pointer;  
	width: 45px;
    height: 45px;
    background: transparent;
    color: #ff5e4e;
    line-height: 45px;
    padding: 0;
    border: none;
}
.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:#ff5e4e;
}
.widget.widget_categories:after,.widget_text:after,.widget.widget_archive:after{
	content:"";
	width:100%;
	display:table;
}
.widget.widget_categories > ul > li,.widget.widget_recent_comments > ul > li,.widget.widget_archive > ul > li,.widget.widget_meta > ul > li,.widget.widget_pages > ul > li,.widget.widget_rss > ul > li,.widget.widget_nav_menu ul li,.widget.widget_recent_entries ul li,.woocommerce.widget_layered_nav ul li,.woocommerce.widget_product_categories > ul > li{
    width: 100%;
    padding: 3px 0px;
	position:relative;
	-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:last-child,.widget.widget_recent_comments > ul > li:last-child,.widget.widget_archive > ul > li:last-child,.widget.widget_meta > ul > li:last-child,.widget.widget_pages > ul > li:last-child,.widget.widget_rss > ul > li:last-child,.widget.widget_nav_menu ul li:last-child,.widget.widget_recent_entries ul li:last-child,.woocommerce.widget_layered_nav ul li:last-child,.woocommerce.widget_product_categories > ul > li:last-child{
    padding-bottom: 0px;
}
.widget > ul > li:first-child{
	padding-top:0;
}
.widget.widget_categories > ul > li a,.widget.widget_recent_comments > ul > li a,.widget.widget_archive > ul > li a,.widget.widget_meta > ul > li a,.widget.widget_pages > ul > li a,.widget.widget_rss > ul > li a,.widget.widget_nav_menu ul li a,.widget.widget_recent_entries ul li a,.woocommerce.widget_layered_nav ul li a,.woocommerce .widget_layered_nav_filters ul li a,.woocommerce.widget_product_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:before,.widget.widget_recent_comments ul li:before,.widget.widget_archive ul li:before,.widget.widget_meta ul li:before,.widget.widget_pages ul li:before,.widget.widget_nav_menu ul li:before,.widget.widget_recent_entries ul li:before,.woocommerce.widget_layered_nav ul li:before,.woocommerce.widget_product_categories > ul li:before{
    content: '\f105' !important;
    position: absolute; 
    left: 0;
    top: 2px; 
    font-family: 'FontAwesome'; 
    line-height: 30px;
    font-size: 17px;
} 
.widget.widget_categories > ul > li a:hover,.widget.widget_recent_comments > ul > li a:hover,.widget.widget_archive > ul > li a:hover,.widget.widget_meta ul > li a:hover,.widget.widget_pages > ul > li a:hover,.widget.widget_rss > ul > li a:hover,.widget.widget_nav_menu ul li a:hover,.widget.widget_recent_entries ul li a:hover,.woocommerce.widget_layered_nav ul li a:hover,.woocommerce .widget_layered_nav_filters ul li a:hover,.woocommerce.widget_product_categories > ul > li a:hover{
    color: #ff5e4e;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item{
	padding-left:15px;
	position:relative;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a{
	position:static;
}
.woocommerce .widget_layered_nav_filters ul li a{
	padding-left:0;
}
.widget_recent_comments ul li.recentcomments a{ 
	padding-left:0;
}
.woocommerce-widget-layered-nav .select2-selection__rendered li{
	margin-top: 5px;
    padding: 0 5px;
}
.widget.widget_archive .nice-select,.widget.widget_categories .nice-select,.widget.widget_text .nice-select{
	background:#f1f1f1;
}
.widget.widget_rss > ul > li a{
	padding: 0;
    font-weight: 500;
    line-height: initial;
}
.widget.widget_rss > ul > li .rss-date{
	font-size: 14px; 
	display:block; 
}
.widget.widget_rss > ul > li:after{
	content:"";
	width:100%;
	display:table;
}
.widget.widget_rss > ul > li cite{
	float: right;
}
.widget_recent_comments ul li{
	padding-left:15px !important;
}
.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: #ff5e4e;
}
.widget.widget_recent_entries ul li:last-child {
    margin-bottom: 0px;
}
.widget.widget_tag_cloud ul {
    margin-top: 12px;
}
.widget.widget_tag_cloud a,.woocommerce.widget_product_tag_cloud .tagcloud a{
    font-size: 13px !important; 
    color: #ffffff;
    background-color: #2f3942;
	margin: 0px 5px 8px 0px;
    display: inline-block;
    padding: 0px 24px;
    text-transform: capitalize;
    line-height: 39px;
    height: 40px;
    position: relative;
	border-radius: 25px;
}
.widget.widget_tag_cloud a:hover,.woocommerce.widget_product_tag_cloud .tagcloud a:hover{
    background-color: #ff5e4e;
}
.sidebar .widget_gopedal_social_share{ 
	padding:20px 20px 10px;
}
.widget.widget_gopedal_social_share ul li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}
.widget.widget_gopedal_social_share 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;
	border-radius: 5px;
    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_gopedal_social_share ul li:nth-child(2) a {
    background-color: #1da1f2;
    border-color: #1da1f2;
}
.widget.widget_gopedal_social_share ul li:nth-child(3) a {
    background-color: #0077b5;
    border-color: #0077b5;
}
.widget.widget_gopedal_social_share ul li:nth-child(4) a {
    background-color: #dd4b39;
    border-color: #dd4b39;
}
.widget.widget_gopedal_social_share ul li:nth-child(5) a {
    background-color: #bd081c;
    border-color: #bd081c;
}
.widget.widget_gopedal_social_share ul li:nth-child(6) a {
    background-color: #cd201f;
    border-color: #cd201f; 
}
.widget.widget_gopedal_social_share ul li:last-child a {
    background-color: #e4405f;
    border-color: #e4405f; 
}
.widget.widget_gopedal_social_share ul li a:hover {
    background-color: transparent;
    color: #3b5998;
}
.widget.widget_gopedal_social_share ul li:nth-child(2) a:hover {
    color: #1da1f2;
}
.widget.widget_gopedal_social_share ul li:nth-child(3) a:hover {
    color: #0077b5;
}
.widget.widget_gopedal_social_share ul li:nth-child(4) a:hover {
    color: #dd4b39;
}
.widget.widget_gopedal_social_share ul li:nth-child(5) a:hover {
    color: #bd081c;
}
.widget.widget_gopedal_social_share ul li:nth-child(6) a:hover {
    color: #cd201f;
}
.widget.widget_gopedal_social_share ul li:last-child a:hover {
    color: #ff301a;
}
.widget_calendar table{
	margin-bottom:0;
}
.widget_calendar table th,.widget_calendar table td{
	border: 1px solid #c5c5c5;
    text-align: center;
    padding: 7px;
}
.cy_footer_wrapper .widget_calendar table td a,.cy_footer_wrapper .widget_calendar table tr a {
    color: #ff5e4e;
}
.widget_calendar table td#today{
	background: #ff5e4e;
	color: #ffffff;
}
.widget_calendar table td#today a{
	color: #ffffff;
}
.widget_calendar table td a,.widget_calendar table tr a{
	color:#ff5e4e;
}
.cy_footer_wrapper .widget ul{
	list-style:none;
	padding:0;
	margin:0;
}
.cy_footer_wrapper .widget ul li{
	position:relative;
	padding:3px 0;
}
.cy_footer_wrapper .widget ul.sub-menu, .cy_footer_wrapper .widget ul.children {
    padding-left: 20px;
}
.cy_footer_wrapper .widget{
	color:#ffffff;
}
.cy_footer_wrapper .calendar_wrap{
	overflow: hidden;
    overflow-x: visible;
}
.cy_footer_wrapper .widget a,.cy_footer_wrapper .widget ul li a,.cy_footer_wrapper .widget_calendar table caption{
	color:#ffffff;
}
.cy_footer_wrapper .widget.widget_tag_cloud a{
    background-color: #36404a;
}
.cy_footer_wrapper .widget.widget_tag_cloud a:hover{
	background:#ff5e4e;
	color:#ffffff;
}
.cy_footer_wrapper .widget.widget_archive .nice-select,.cy_footer_wrapper .widget.widget_categories .nice-select,.cy_footer_wrapper .widget.widget_text .nice-select{
	background: #36404a;
}
.widget.widget_text .textwidget p{
	margin-bottom:15px;
}
.widget.widget_text .textwidget p strong{
	margin-bottom:10px;
	display:inline-block;
} 
.widget_footer_links ul li a{
	font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
    display: inline-block;
}
.widget_footer_links ul li a:hover{
	color:#ff5e4e; 
}
.cy_footer_wrapper .nice-select .list{
	background: #36404a;
}
.cy_footer_wrapper .nice-select.open .list li:hover {
    background: #3e4956;
}
.cy_footer_wrapper .widget_calendar table th,.cy_footer_wrapper .widget_calendar table td {
    border: 1px solid #404e5f;
}
.widget_gopedal_recent_blog .cy_post_data a,.widget_gopedal_recent_blog .cy_post_data p,.widget_cycling_cogo_description p{
	color:#424e59;
}
.widget_gopedal_flicker_image:after{ 
	content:"";
	width:100%;
	display:table;
}
.cy_foo_gallery ul li a > img {
    width: 80px;
	border-radius: 5px;
}
.cy_footer_wrapper.cy_foo_gallery ul li a > img {
	 width:auto;
}
.cy_con_box {
    position: relative;
    margin-bottom: 30px;
}
.cy_con_overlay {
    position: absolute;
    top: 0; 
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.75),rgba(0, 0, 0, 0.75)); 
    background: -moz-linear-gradient(rgba(0, 0, 0, 0.75),rgba(0, 0, 0, 0.75));
    background: -ms-linear-gradient(rgba(0, 0, 0, 0.75),rgba(0, 0, 0, 0.75));
    background: -o-linear-gradient(rgba(0, 0, 0, 0.75),rgba(0, 0, 0, 0.75));
    background: linear-gradient(rgba(0, 0, 0, 0.75),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: -webkit-linear-gradient(18deg,rgba(255,81,107,0.88),rgba(255,93,68,0.88));
	background: -moz-linear-gradient(18deg,rgba(255,81,107,0.88),rgba(255,93,68,0.88));
	background: -ms-linear-gradient(18deg,rgba(255,81,107,0.88),rgba(255,93,68,0.88));
	background: linear-gradient(18deg,rgba(255,81,107,0.88),rgba(255,93,68,0.88));
}
.cy_contact_wrapper {
    padding-top: 100px;
}
.cy_form_wrapper {
    padding: 70px 0px 100px;
}
.cy_form_wrapper .form-group {
    margin-bottom: 25px;
}
.cy_form_wrapper .wpcf7-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.wpcf7-form-control {
    height: 180px;
    resize: none;
    padding-top: 15px;
}
.cy_form_wrapper button.cy_button {
    border: 1px solid transparent;
}
.cy_map2 #contact_map{
    width: 100%;
    height: 800px;
}
.cy_form_wrapper .wpcf7-form-control:focus {
    background-color: transparent;
	color: #ff5e4e;
}
.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: #ff5e4e;
    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,.widget.woocommerce{
    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: #ff5e4e;
	cursor:pointer;
}
.widget.woocommerce.widget_category{
    margin-bottom: 40px;
	background:#f8f9fa;
	padding:30px 30px 24px 30px;
}
.woocommerce_widget_title{
    margin: 0px;
    font-size: 17px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
    color: #2f3942;
	font-weight: 700;
}
.woocommerce_widget_title:before{
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #ff5e4e;
    width: 50px;
    height: 2px;
    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 #ff5e4e;
}
.widget.woocommerce.widget_category ul li label input{
    display: none;
}
.widget.woocommerce.widget_category ul li label input:checked ~ .checkmark{
    background-color: #ff5e4e;
}
.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: #ff5e4e;
    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:#ff5e4e;
}
.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 #ff5e4e;
}
.widget.woocommerce.widget_availability ul li label input{
    display: none;
}
.widget.woocommerce.widget_availability ul li label input:checked ~ .checkmark{
    background-color: #ff5e4e;
}
.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 #ff5e4e;
}
.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: #ff5e4e;
}
.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 #ff5e4e;
}
.widget.woocommerce.widget_size ul li label input{
    display: none;
}
.widget.woocommerce.widget_size ul li label input:checked ~ .checkmark{
    background-color: #ff5e4e;
}
.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;
}
.post-edit-link,.post-edit-link:visited,.post-edit-link:hover{
	color:#ff5e4e;
}
.widget_layered_nav .select2{
	margin-bottom:15px;
}
/*-------- shop sidebar end--------*/
.cy_shop_wrapper{
    padding: 100px 0px 50px 0px
}
.cy_shop_page{
    margin-bottom: 0px;
}
.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:#ff5e4e;
}
.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;
	border-radius: 5px;
}
.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;
}
.cy_shorting .nice-select .list{
	width:200px;
	left:auto;
	right:0;
}
.nice-select ul li:before{
	display:none;
}
.nice-select{
    background: #f8f9fa;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	width:100%;
	border-radius: 25px;
}
.nice-select:after{
    border-bottom: 2px solid #90a1b5;
    border-right: 2px solid #90a1b5;
    content: '';
    display: block;
    height: 8px;
    margin-top: -4px;
    position: absolute;
    right: 12px;
    top: 45%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 8px;
}  
.nice-select span.current{
	overflow: hidden;
    height: 40px;
    display: block;
}
.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;
	margin-left: 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: 150;
	width:100%;
	max-height: 300px;
    overflow-x: hidden;
}
.nice-select .list::-webkit-scrollbar{
	width:3px;
}
.nice-select .list::-webkit-scrollbar-thumb{
	background:#ff5e4e;
}
.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.open .list li:hover{
	background:#f1f1f1;
}
.nice-select .list .option{
	padding:0px 15px;
	font-size: 13px;
}
.owl-carousel .owl-item .cy_store_box .cy_store_img img{
	width:auto;
	display:inline-block;
}
#cy_sp_prdt_grid .list-group-item{
    min-width: 100%;
    border: none;
    margin-bottom: 0px;
    padding: 0px 15px 0px 15px;
}
#cy_sp_prdt_grid .list-group-item .cy_store_box{ 
    border: 1px solid #d9dbdd;
	border-radius: 15px;
}
#cy_sp_prdt_grid .list-group-item .cy_store_box .cy_store_img{
    display: table-cell;
    vertical-align: middle;
    border:none;
	border-radius: 15px 0 0 15px;
}
#cy_sp_prdt_grid .list-group-item .cy_store_box .cy_store_data{
    text-align: left;
    padding: 27px 20px;
	border: none;
    border-left: 1px solid #d9dbdd;
    background: #f8f9fa;
    display: table-cell;
    width: 60%;
    vertical-align: middle;
	border-radius: 0 15px 15px 0;
}
.woocommerce #cy_sp_prdt_grid .list-group-item .cy_store_box .cy_store_data .star-rating {
    float: none;
    margin: 0;
}
#cy_sp_prdt_grid .list-group-item .cy_store_box .cy_store_data p{
    margin-bottom: 20px;
    display: block;
	font-weight:300;
}
#cy_sp_prdt_grid .list-group-item .cy_store_box .cy_store_data .cy_button{
    text-align: center;
}
#cy_sp_prdt_grid .list-group-item .cy_store_box .cy_store_data .cy_store_text h3{
    width:100%;
    float:none;
    margin-bottom: 10px;
    font-size:18px;
}
#cy_sp_prdt_grid .list-group-item .cy_store_box .cy_store_data .cy_store_text h3 a{
    float: none;
	width:100%;
}
#cy_sp_prdt_grid .list-group-item .cy_store_box .cy_store_data .cy_store_text ul{
    width:100%;
    float:none;
    text-align: left;
}
#cy_sp_prdt_grid .list-group-item .cy_store_box .cy_store_data .cy_store_text .price{
	float:left;
}
.woocommerce #cy_sp_prdt_grid .list-group-item .cy_store_rating_button .star-rating{
	text-align:left;
	margin:20px 0;
}
.cy_pagination nav{
    display: inline-block;
}  
.cy_add_cart_main{
	display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	background: rgba(0,0,0,0.7); 
	visibility:hidden;
	opacity:0;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.woocommerce .cy_add_cart a{
	padding: 0;
	color:#ffffff;
	line-height: 35px;
	font-size: 16px;
    border-radius: 100%;
    display: inline-block;
    margin: 0 30px;
	background-color: #ff5e4e;
}
.cy_add_cart a,.cy_add_cart_link a{
	background-color: #ff5e4e;
	color:#ffffff;
    padding: 0;
    height: 35px;
    line-height: 35px;
    width: 35px;
    font-size: 16px;
    border-radius: 100%;
	display:inline-block;
	margin: 0 30px;
	visibility:hidden;
	opacity:0;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.woocommerce .cy_add_cart a:hover,.cy_add_cart a:hover,.cy_add_cart_link a:hover{
	background:rgba(0,0,0,0.5);
	color:#ffffff;
}
.cy_store_img:hover .cy_add_cart a,.cy_store_img:hover .cy_add_cart_link a{
	margin:0;
	visibility:visible;
	opacity:1;
}
.cy_store_img:hover .cy_add_cart_main{
	visibility:visible;
	opacity:1;
}
.cy_store_img:hover .cy_add_cart a{
	margin-right:10px;
}
.cy_add_cart a.loading,.woocommerce .cy_add_cart a.loading{
	padding:0;
}
.cy_add_cart a.added::after,.woocommerce .cy_add_cart a.added::after{
	vertical-align:top;
	margin:0;
	font-size: 15px;
}
.cy_add_cart a.added i,.cy_add_cart a.loading i,.woocommerce .cy_add_cart a.added i,.woocommerce .cy_add_cart a.loading i{
	display:none;
}
.cy_add_cart a.loading::after,.woocommerce .cy_add_cart a.loading::after{
	top: 0px;
    right: 10px;
	font-size: 15px;
}
.cy_add_cart_main .cy_add_cart a[title="View cart"]{
	position: absolute;
    bottom: 20px;
    width: auto;
    background: rgba(0,0,0,0.5);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 0;
    padding: 0 20px;
	margin:0;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
} 
.cy_add_cart_main .cy_add_cart a[title="View cart"]:hover{
	background:#ff5e4e;
}
.cy_store_slider .cy_add_cart a.added i,.cy_store_slider .cy_add_cart a.loading i{
	display:inline-block;
}
.cy_store_slider .related{
	position:relative;
}
.cy_store_slider .related .swiper-button-prev {
    left:-15px;
}
.cy_store_slider .related .swiper-button-next {
    right:-15px;
}
/*-------- cart page start --------*/
.cy_cart_box.woocommerce{
    margin-bottom: 50px;
}
.woocommerce table.shop_table{
    width: 100%;
    border:1px solid #f3f3f3;
	background:#f8f9fa;
	border-radius: 15px;
}
.woocommerce table.shop_table thead tr{
    border-bottom:1px solid #e1e1e1;
}
.woocommerce table.shop_table thead tr th{
    padding:10px 0px;
    text-align: center;
	border:1px solid #f3f3f3;
}
.woocommerce table.shop_table thead tr th:first-child{
	border-radius:15px 0 0 0;
}
.woocommerce table.shop_table thead tr th:last-child{
	border-radius:0 15px 0 0; 
}
.woocommerce table.shop_table tbody tr:last-child td{
	border-radius:0 0 15px 15px;
}
.woocommerce table.shop_table tbody tr td{
    padding:20px 0px;
    text-align: center;
    font-size: 15px;
	border:1px solid #f3f3f3;
}
.woocommerce table.shop_table tbody tr td.product-thumbnail a{
    border:1px solid #e1e1e1;
	border-radius: 5px;
}
.woocommerce table.shop_table tbody tr td.product-thumbnail a img{
	width:70px;
	border-radius: 5px;
}
.woocommerce .quantity .qty{
	border-radius:25px;
}
.woocommerce table.shop_table tbody tr td a{
    display: inline-block;
    color: #484848;
    font-size: 18px;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.woocommerce table.shop_table tbody tr td a:hover{
	color:#ff5e4e;
}
.woocommerce table.shop_table tbody tr td.actions{
	padding: 20px 20px;
}
.woocommerce table.shop_table tbody tr td.actions .coupon input{
	width: 250px;
    height: 40px;
    border-radius: 28px;
    padding: 0 15px !important;
}
.cart-collaterals .cart_totals{
    border:1px solid #e1e1e1;
    margin-bottom: 0px;
	background:#f8f9fa;
	border-radius: 15px;
}
.cart-collaterals .cart_totals h2{
    font-size: 18px;
    padding:20px 0px;
    text-align: center;
	margin: 0;
}
.cart-collaterals .cart_totals table.shop_table{
    width:100%;
    padding:0px 30px;
}
.cart-collaterals .cart_totals table.shop_table{
    border-top:1px solid #f3f3f3;
}
.cart-collaterals .cart_totals table.shop_table tr th,.cart-collaterals .cart_totals table.shop_table tr td{
    padding: 10px 20px;
	border:none;
	text-align:left;
}
.woocommerce-cart .wc-proceed-to-checkout{
	text-align:center;
}
.cart-collaterals .cart_totals table.shop_table tr.shipping td p{
	margin-bottom:0;
}
.cart-collaterals .cart_totals table.shop_table tr.order-total td,.cart-collaterals .cart_totals table.shop_table tr.order-total th{
	border-top:1px solid #e1e1e1;
	padding:20px 20px;
}
/*-------- shop single page start -------*/
.woocommerce-product-gallery{
    margin-bottom: 50px;
}
.cy_shop_single_page .woocommerce-product-gallery .flex-control-nav{
	margin-top:1% !important;
}
.cy_shop_single_page .woocommerce-product-gallery .flex-control-nav li{
	margin-right:1% !important;
	width:24% !important;
}
.cy_shop_single_page .woocommerce-product-gallery .flex-control-nav li:last-child{
	margin-right:0 !important;
}
.cy_shop_single_page .entry-summary .product_title{
    font-size: 25px;
    margin-bottom: 10px;
}
.cy_shop_single_page .entry-summary .price{
	margin: 10px 0;
    color: #7b7b7b !important;
    font-size: 17px !important;
    font-weight: 600;
}
.cy_shop_single_page .entry-summary p{
	margin-bottom:20px;
}
.cy_shop_single_page .woocommerce-variation-price .price{
	color: #7b7b7b !important;
    font-size: 20px !important;
    margin-bottom: 20px;
    display: block;
}
.cy_shop_single_page .entry-summary .price del,.cy_shop_single_page .woocommerce-variation-price .price del{
	opacity:0.6;
	margin-right: 5px;
}
.cy_shop_single_page .entry-summary .price ins,.cy_shop_single_page .woocommerce-variation-price .price ins{
	background:transparent;
}
.cy_shop_single_page .entry-summary .quantity{
    margin-top: 20px;
}
.cy_shop_single_page .entry-summary .quantity label{
	display:none;
}
.cy_shop_single_page .entry-summary{
	margin:0;
}
.cy_shop_single_page .entry-summary .quantity input{
    width: 70px;
    height: 35px;
    padding: 0px 10px;
    float: left;
	border-radius: 25px;
}
.cy_shop_single_page .woocommerce-product-detail p{
	margin-bottom:15px;
}
.cy_shop_single_page .variations .reset_variations{
	display:none;
	color:#ff5e4e;
}
.cy_shop_single_page .product_meta span.sku_wrapper,.cy_shop_single_page .product_meta span.posted_in,.cy_shop_single_page .product_meta span.tagged_as{
	width:100%;
	display:block;
	margin-bottom: 5px;
}
.cy_shop_single_page .product_meta .posted_in a,.cy_shop_single_page .product_meta span.tagged_as a{
	color:#ff5e4e;
}
.woocommerce-tabs{
    margin-top: 20px;
    margin-bottom: 50px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
    padding: 0;
    list-style: none;
	margin:0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before{
	display:none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
	padding: 0;
    border: none;
    background: none;
	margin-right:10px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child{
	margin-right:0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,.woocommerce div.product .woocommerce-tabs ul.tabs li:before{
	display:none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover{
    color:#ff5e4e;
	border-bottom:2px solid #ff5e4e; 
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{
    border-bottom:2px solid transparent; 
    color: #424e59;
	padding:6px 15px;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.woocommerce div.product .woocommerce-tabs .panel{
	background: #f8f9fa;
    padding: 20px;
	border-radius: 0 0 15px 15px;
}
.woocommerce div.product .woocommerce-tabs .panel h2{
    font-size: 22px;
    margin-bottom: 15px;
}
.woocommerce div.product .woocommerce-tabs .panel table{
	margin:0;
}
.woocommerce-Reviews .comment-form-rating .nice-select {
    background: #efefef;
	margin-bottom:15px;
}
.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;
}
.woocommerce #review_form #respond p label{
	margin-bottom:10px;
}
.review_form_wrapper .comment-respond input,
.review_form_wrapper .comment-respond textarea{
    margin-bottom: 20px;
}
.cy_blog_wrapper .comments-area .commentlist{
	margin-bottom:20px;
}
.comment-form-rating{
    margin:10px 0 15px;
}
.comment-form-rating .stars a{
    color:#ff5e4e;
}
.cy_related_product h2{
    margin-bottom: 20px;
    font-size: 22px;
}
.cy_store_slider .related.products .cy_store_box .cy_store_data .cy_store_text .price{
	float: left;
    width: 100%;
    text-align: center;
    margin-top: 5px;
}
.cy_store_slider .related.products .cy_store_box .cy_store_data .cy_store_text .star-rating{
	float: none;
    margin: 0;
    display: inline-block; 
    margin: 0 auto;
}
.cy_store_slider .related.products .cy_store_box .cy_store_data .cy_store_text h3 a{
	width:100%;
	margin-bottom:10px;
	text-align:center;
}
.cy_store_slider .star-rating{
	overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    width: 5.4em;
    font-family: star;    
	float: right;
    text-align: center;
    display: block;
    margin: 0;
    color: #ffc400;
    font-size: 13px;
}
.cy_store_slider .star-rating:before{
	content: '\73\73\73\73\73';
    color: #d3ced2;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}
.cy_store_slider .star-rating span{
	overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}
.cy_store_slider .star-rating span:before{
	content: '\53\53\53\53\53';
    top: 0;
    position: absolute;
    left: 0;
}
.woocommerce #reviews #comments ol.commentlist{
	padding:0;
}
.woocommerce #reviews #comments ol.commentlist .star-rating span:before,.woocommerce #reviews #comments ol.commentlist .star-rating:before{
	color:#ff5e4e;
}
.woocommerce-grouped-product-list tr td a{
	color:#484848;
}
.woocommerce-grouped-product-list tr td a:hover{
	color:#ff5e4e;
}
.woocommerce-grouped-product-list tr td .woocommerce-Price-amount{
	color: #7b7b7b;
	font-weight:500;
}
.woocommerce-grouped-product-list tr td del{
	opacity:0.7;
}
.woocommerce-grouped-product-list tr td ins{
	background:transparent;
}
.woocommerce-message,.woocommerce-info{
    border-top-color: #ff5e4e;
}
.woocommerce-message::before,.woocommerce-info::before{
    color: #ff5e4e;
}
.woocommerce-MyAccount-navigation{
	margin-bottom:50px;
}
.woocommerce-MyAccount-navigation ul{
	list-style: none; 
    padding: 0;
    margin: 0;
}
.woocommerce-MyAccount-navigation ul li a{
	background: #f5f5f5;
    display: block;
    padding: 10px 15px;
    color: #484848;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.woocommerce-MyAccount-navigation ul li a:hover,.woocommerce-MyAccount-navigation ul li.is-active a{
	background:#ff5e4e;
	color:#ffffff;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{
	width:100%; 
	max-width: 100%;
	padding:0;
}
.woocommerce form.login{
	border-radius:0;
}
.woocommerce-form-login .woocommerce-form__label{
	float:right;
	cursor:pointer;
}
.cy_contact2_form label{
	cursor:pointer;
	margin-top: 10px;
}
.woocommerce-form-login .woocommerce-form__label input,.cy_contact2_form label .cy_custom_check .wpcf7-list-item input{
	display:none;
}
.woocommerce-form-login .woocommerce-form__label span,.cy_contact2_form label .cy_custom_check .wpcf7-list-item span{
	font-weight: 600;
    color: #484848;
    font-size: 15px;
	position:relative;
	padding-left:20px;
}
.cy_contact2_form label .cy_custom_check .wpcf7-list-item span{
	font-weight:500;
}
.woocommerce-form-login .woocommerce-form__label span:before,.cy_contact2_form label .cy_custom_check .wpcf7-list-item span:before{
	content: "";
    position: absolute;
    top: 3px;
    left: 0;
    width: 13px;
    height: 13px;
    border: 1px solid #ff5e4e;
}
.cy_contact2_form label .cy_custom_check .wpcf7-list-item span:before{
    top: 5px;
}
.woocommerce-form-login .woocommerce-form__label span:after,.cy_contact2_form label .cy_custom_check .wpcf7-list-item span:after{
	content: "";
    position: absolute;
    top: 5px;
    left: 2px;
    width: 9px;
    height: 9px;
    background: #ff5e4e;
	opacity:0;
	-webkit-transform:scale(1.5);
	-moz-transform:scale(1.5);
	-ms-transform:scale(1.5);
	transform:scale(1.5);
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.cy_contact2_form label .cy_custom_check .wpcf7-list-item{
	margin:0;
}
.cy_contact2_form label .cy_custom_check .wpcf7-list-item span:after{
    top: 7px;
}
.woocommerce-form-login .woocommerce-form__label input:checked ~ span:after,.cy_contact2_form label .cy_custom_check .wpcf7-list-item input:checked ~ span:after{
	opacity:1;
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);	
	transform:scale(1);
} 
/*-------- unit test css start ------*/
.commentlist .pingback a{
	color: #222222;
}
.commentlist .pingback a:hover{
	color:#ff5e4e;  
}
.commentlist .pingback{
	margin-bottom: 15px;
}
.cy_page_box .entry-content{
	margin-top:0;
}
.cy_blog_data ul,.cy_blog_data ol,.comment_data ul,.comment_data ol,.cy_page_box ul,.cy_page_box ol{
	margin-left:0; 
}
.blog_shortcode .cy_blog_data a,.cy_blog_data a,.comment_data a,.cy_page_box a{
	color:#ff5e4e;
} 
.cy_page_box .cy_button{
	color:#ffffff;
}
.cy_page_box .cy_button:hover{
	color:#ff5e4e;
}
.cy_blog_data h1,.cy_blog_data h2,.cy_blog_data h3,.cy_blog_data h4,.cy_blog_data h5,.cy_blog_data h6,.comment_data h1,.comment_data h2,.comment_data h3,.comment_data h4,.comment_data h5,.comment_data h6,.cy_page_box h1,.cy_page_box h2,.cy_page_box h3,.cy_page_box h4,.cy_page_box h5,.cy_page_box h6{
	margin-bottom: .5rem;
}
.cy_blog_data .cy_post_title{
	font-size:20px;
	word-wrap: break-word;
}
.cy_blog_data table th,.cy_blog_data table td,.comment_data table th,.comment_data table td,.cy_page_box table th,.cy_page_box table td{
	padding: 10px 5px;
	text-align:center;
	border:1px solid #c5c5c5;
}
.cy_blog_data:after{
	content:"";
	width:100%;
	display:table;
}
.cy_blog_data .page-links a,.cy_page_box .page-links a{
	height: 30px;
    width: 30px;
    display: inline-block;
    text-align: center;
    border: 1px solid #ff5e4e;
    line-height: 30px;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.cy_blog_data .page-links a:hover,.cy_page_box .page-links a:hover{
	background:#ff5e4e;
	color:#ffffff;
}
.cy_page_box .page-links a,.cy_blog_data .page-links a{
	margin-top:15px;
}
.cy_blog_data p input[type="submit"]{
	border-radius:0;
}
.cy_blog_data p input[type="password"]{
	height:45px;
	border-radius:0;
	padding:0 15px;   
}
.cy_blog_data form p,.cy_page_box p{
	margin-bottom:15px;
} 
blockquote p{
	margin-bottom:0 !important;
}
.comment_data > ul,.comment_data > ol{
	margin-bottom: 1.5em;
}
.no-comments{
	margin-top:20px; 
}
.gallery-item figcaption{ 
	margin-top:5px;
}
.cy_blog_box .hentry,.cy_page_box .hentry{
	margin-bottom:0;
}
.cy_blog_box .entry-content{
	margin-top:0;
}
/*-------- not found css start --------*/ 
.cy_not_found p{
	margin-bottom: 15px;
}
.cy_not_found form{
	position:relative;
}
.cy_not_found form label{
	width:100%;
}
.cy_not_found form input[type="search"] {
    width: 100%;
    border: none;
    height: 55px;
    padding: 0px 120px 0px 20px;
    font-size: 18px;
	background:#f5f5f5;
	border-radius: 25px;
}
.cy_not_found button {
    position: absolute;
    top: 0px;
    right: 0px;
	width:50px;
    height: 55px;
    line-height: 55px;
    font-size: 18px;
    text-align: center;
    background: transparent;
    color: #ff5e4e;
	padding:0;
	border:none;
	cursor:pointer;
}
.cy_blog_data .mejs-container{ 
	margin-bottom:15px;
}
.cy_blog_data > span{
	margin-bottom:10px;
	display:inline-block;
}
.history .cy_blog_data > span{
	color: #737679;
    font-size: 14px;
    text-transform: capitalize;
}
/*-------- woocommerce css start ----------*/
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{
	background-color: #e1e1e1;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,.woocommerce .widget_price_filter .ui-slider .ui-slider-range{
	background-color: #ff5e4e;
}
.woocommerce.widget_product_categories:after{
	content:"";
	width:100%;
	display:table; 
}
.woocommerce.widget_product_categories .nice-select{
    background: #e8e8e8; 
}
.woocommerce.widget_products .product_list_widget li a img,.woocommerce.widget_recent_reviews .product_list_widget li img,.woocommerce.widget_top_rated_products .product_list_widget li img{
	float: left;
    border: 1px solid #e1e1e1;
    width: 50px;
	margin:8px 15px 0 0;
}
.woocommerce.widget_products .product_list_widget li a,.woocommerce.widget_recent_reviews .product_list_widget li a,.woocommerce.widget_top_rated_products .product_list_widget li a,.woocommerce .cy_shop_sidebar ul.product_list_widget li a{
	display: block;
    font-weight: 600;
	color:#484848;
}
.woocommerce ul.product_list_widget li a{
	font-weight: 600;
}
.woocommerce ul.product_list_widget li a:hover{
	color:#ff5e4e;
}
.woocommerce.widget_products .product_list_widget li a span:hover,.woocommerce.widget_recent_reviews .product_list_widget li a span:hover,.woocommerce.widget_top_rated_products .product_list_widget li a span:hover{
	color:#ff5e4e;
}
.woocommerce.widget_products .product_list_widget .amount,.woocommerce.widget_products .product_list_widget .cy_product_widget_price,.woocommerce.widget_top_rated_products .product_list_widget li .cy_product_widget_price{
	margin-top: -8px;
    font-size: 13px;
	color: #7b7b7b;
}
.woocommerce.widget_products .product_list_widget li,.woocommerce.widget_products .product_list_widget li,.woocommerce.widget_recent_reviews .product_list_widget li,.woocommerce.widget_top_rated_products .product_list_widget li{
	padding: 10px 0px;
    border-bottom: 1px solid #e1e1e1;
}
.woocommerce.widget_products .product_list_widget li:first-child,.woocommerce.widget_products .product_list_widget li:first-child,.woocommerce.widget_recent_reviews .product_list_widget li:first-child,.woocommerce.widget_top_rated_products .product_list_widget li:first-child{
	padding-top:0;
}
.woocommerce.widget_products .product_list_widget li:last-child,.woocommerce.widget_products .product_list_widget li:last-child,.woocommerce.widget_recent_reviews .product_list_widget li:last-child,.woocommerce.widget_top_rated_products .product_list_widget li:last-child{
	border:none;
	padding-bottom:0;
}
.woocommerce.widget_products .product_list_widget .cy_product_widget_price del,.woocommerce.widget_top_rated_products .product_list_widget li .cy_product_widget_price del{
	opacity:0.5;
}
.woocommerce.widget_products .product_list_widget .cy_product_widget_price ins,.woocommerce.widget_top_rated_products .product_list_widget li .cy_product_widget_price ins{
	background:transparent;
}
.woocommerce.widget_recent_reviews .product_list_widget li .star-rating,.woocommerce.widget_top_rated_products .product_list_widget li .star-rating,.woocommerce ul.product_list_widget li .star-rating,.woocommerce .cy_store_text .star-rating{
	color:#ffc400;
    float: left;
    margin-right: 10px;
    font-size: 13px;
}
.woocommerce .cy_store_text .star-rating{
	float:right;
	margin:0;
}
.woocommerce.widget_recent_reviews .product_list_widget li .reviewer{
	float:left;
    margin-top: -7px; 
    font-size: 12px;
    color: #7b7b7b;
}
.woocommerce-billing-fields h3,.woocommerce-shipping-fields h3,#order_review_heading{
    font-size: 20px;
	margin-bottom: 20px; 
}
.woocommerce-checkout #customer_details{
	margin-bottom:40px;
}
.woocommerce-checkout .woocommerce-input-wrapper input{
	border-radius: 25px;
}
.woocommerce-checkout .woocommerce-input-wrapper textarea{
	border-radius:10px;
}
.woocommerce-checkout .woocommerce-input-wrapper .select2-container .select2-selection__arrow{
	top:9px;
}
.woocommerce-checkout .woocommerce-input-wrapper .select2-container .select2-selection__rendered{
	margin-top: -2px;
}
.woocommerce .woocommerce-checkout-review-order table.shop_table thead tr th,.woocommerce .woocommerce-checkout-review-order table.shop_table tr td,.woocommerce .woocommerce-checkout-review-order table.shop_table tfoot tr th{
	border:none;
	text-align:left;
	padding:10px 30px;
}
.woocommerce .woocommerce-checkout-review-order table.shop_table thead tr th{
	border-bottom:1px solid #e1e1e1;
}
.woocommerce .woocommerce-checkout-review-order table.shop_table tfoot tr th,.woocommerce .woocommerce-checkout-review-order table.shop_table tfoot tr td{
	border-top:1px solid #e1e1e1;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment,.woocommerce form.checkout_coupon{
	background: #f8f9fa;
	border-radius:15px;
    border: 1px solid #f3f3f3;
}
.woocommerce-checkout #payment .payment_box{
 background-color: #efefef !important;
}
.woocommerce-checkout #payment div.payment_box::before{
	border: 1em solid #efefef;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent; 
}
.woocommerce-checkout #payment ul.payment_methods{
	border-bottom:1px solid #e1e1e1;
}
.woocommerce-info .showcoupon{
	color:#484848;
	font-weight:600;
}
.woocommerce form.checkout_coupon input{
	height: 35px;
    padding: 10px 15px;
    background-color: #f8f9fa;
    border: 1px solid #d9dcde;
    border-radius: 28px;
}
.checkout_coupon .form-row-first{
	width:50% !important;
}
.woocommerce table.shop_table tbody tr td a.shipping-calculator-button{
	font-size: 14px;
    margin-top: 6px;
}
.shipping-calculator-form{
	border: 1px solid #e1e1e1;
    text-align: center;
    padding: 10px 10px;
    margin-top: 10px;
}
.shipping-calculator-form{
	background: #f5f5f5;
}
.woocommerce-shipping-calculator .shipping-calculator-form .nice-select,.woocommerce-shipping-calculator .shipping-calculator-form input{
    background: #ececec;
	height: 30px;
    line-height: 30px;
	border-radius:0;
	border:none;
	margin-bottom:8px;
}
.woocommerce-shipping-calculator .shipping-calculator-form input{
	padding:0 15px;
	margin-bottom:8px !important;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger{
	background:#e4e4e4;
}
.pswp__bg {
    background: rgba(0, 0, 0, 0.78);
}
.cy_shop_sidebar{
	margin-bottom:50px;
}
/*-------- gallery grid css start -------*/
.cy_gallery_wrapper .grid:after {
  content: '';
  display: block;
  clear: both;
}
.cy_gallery_wrapper .grid{
	margin-left: -15px;
}
.cy_gallery_wrapper .grid-item {
  float: left;
  width: 25%;
  height: auto;
  overflow:hidden;
  padding:0 15px;
  margin-bottom:30px;
}
.cy_gallery_wrapper .grid-item.half-grid{
	width:50%;
}
.fw-main-row {
	background-size:cover;
	background-position:right;
}
.cy_contact_form {
    margin: 24px 0px;
}
/*-------- event single form css start ---------*/
.cy_contact_form form input {
    width: 100%;
    height: 45px;
    padding: 10px 20px;
    background-color: #f8f9fa;
    border: 1px solid #d9dcde;
    border-radius: 25px;
}
.cy_contact_form form textarea {
    background-color:#f8f9fa;
    border:1px solid #d9dcde;
    padding:10px 15px;
	border-radius:15px;
	resize:none;
}
.cy_contact_form form input:focus,.cy_contact_form form textarea:focus{
	background:transparent; 
}
.cy_contact_form form input[type="submit"] {
    font-size: 15px;
    text-transform: capitalize;
    background: #ff5e4e;
    border: 1px solid transparent;
    padding: 0px 45px;
    height: 45px;
    width:  auto;
    display: inline-block;
    color: #ffffff;
    border-radius: 28px;
    line-height: 45px;
    box-shadow: none;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.cy_contact_form form input[type="submit"]:hover {
    color: #ff5e4e;
    border-color: #ff5e4e;  
    background: transparent;
}
/*-------- contact form style2 css start --------*/
.cy_contact2_content{
	width: 700px;
    background: #ffffff;
    padding-top: 50px;
    position: absolute;
    bottom: 50px;
    right: 80px;
    z-index: 100;
	box-shadow: 0 0 35px rgba(0,0,0,0.1);
	border-radius: 15px;
}
.cy_contact2_form{
	padding: 0 20px 50px 50px;
}
.cy_contact2_form span{
	color: #000000;
    display: flex;
    font-size: 16px;
    padding:3px;
}
.cy_contact2_form span.wpcf7-not-valid-tip{
	 color: #f00;
	 margin-top: -18px;
}
.cy_contact2_form_btn{
	position:relative;
}
.cy_contact2_form_btn .ajax-loader{
	position: absolute;
    left: 0;
    top: -20px;
}
.cy_contact2_form input{
	height: 25px;
    border-radius: 0;
    padding: 0;
    border: none;
    border-bottom: 1px solid #d0d0d0;
    margin-bottom: 20px;
    color: #2a2b35;
	width:100%;
	background:transparent;
}
.cy_contact2_form.cy_contact_message{
	padding: 0;
    border-left: 1px solid #d0d0d0;
}
.cy_contact2_form.cy_contact_message textarea{
	width: 100%;
    border: none;
    resize: none;
    padding: 0;
    height: 250px;
    margin-top: 9px;
	color:#2a2b35;
	background:transparent;
}
.cy_contact2_form.cy_contact_message .cy_contact2_form_group{
	padding: 0 16px;
}
.cy_contact2_form_btn .cy_button{
	background: #2a2b35;
    width: 100%;
	border: none;
    border-radius: 0 0 15px 0;
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
	margin-bottom:0;
}
.cy_contact2_form_btn .cy_button:before{
	display:none;
}
.cy_contact2_form_btn .cy_button:hover{
	background:#ff5e4e;
	color:#ffffff;
}
.cy_con_box2{
	background:#ffffff;
	box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
	border-radius: 15px;
}
.cy_con_box2 .cy_con_icon{
	background: -webkit-linear-gradient(12deg,#ff516b,#ff5d44);
    background: -moz-linear-gradient(12deg,#ff516b,#ff5d44);
    background: -ms-linear-gradient(12deg,#ff516b,#ff5d44);
    background: linear-gradient(12deg,#ff516b,#ff5d44);
	display:table-cell;
	vertical-align:middle;
	width: 100px;
    text-align: center;
	border-radius: 15px 0 0 15px;
}
.cy_con_box2 .cy_con_text{
	display:table-cell;
	vertical-align:middle;
	padding:30px 30px;
}
.cy_con_box2 .cy_con_text h3 { 
    color: #484848;
    font-size: 18px;
    text-transform: capitalize;
    margin: 0px 0px 15px;
}
.cy_get_in_touch.style2{
	position:relative;
	padding-top:140px;
}
.cy_get_in_touch.style2 .cy_get_in_touch2_box{
	position: absolute;
    bottom: -66px;
    z-index: 1;
}
.cy_con_box2 .cy_con_icon {
    border-radius: 15px 0 0 15px;
}
/*-------- testimonial css start -------*/
.cy_testimonial_wrapper{
	position:relative;
	padding:100px 0;
}
.cy_testimonial_wrapper:before {
    position: absolute;
    top: 0;
    left: 0; 
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    content: "";
}
.cy_testimonial_wrapper .cy_heading{
	text-align:center;
	color:#ffffff;
}
 .cy_testimonial_slider .owl-carousel .owl-item img {
     display: block;
     width: auto;
}
 .cy_test_box{
     border: 1px solid #424040;
     padding: 40px 50px 30px 50px;
	 border-radius: 15px;
}
 .cy_test_quote{ 
     position: absolute;
     top: -19px;
     left: 45px;
     width: 50px;
     height: 50px;
     text-align: center;
     padding-left: 6px;
}
 .cy_test_img{
     position: absolute;
     right: 88px;
     width: 89px;
     height: 89px;
     transition: all 0.3s ease-in-out;
     -webkit-transition: all 0.3s ease-in-out;
     -ms-transition: all 0.3s ease-in-out;
     bottom: -42px;
}
 .cy_test_img img{
     border-radius:100%; 
}
 .cy_testimonial_slider .swiper-container{
     padding-bottom:50px;
     padding-top: 20px;
}
 .cy_testimonial_slider [class*=swiper-button] {
     color: #ffffff;
     font-size: 14px;
     margin: 0;
     padding: 0;
     display: inline-block;
	 background:transparent;
     cursor: pointer;
     border-radius:0px;
	 text-align:center;
     width: 30px; 
     height: 30px;
	 top:auto;
     line-height: 30px;
     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_testimonial_slider .swiper-button-prev{
     right: 20%;
     left: auto;
     position: absolute;
     bottom: 35px;
}
 .cy_testimonial_slider .swiper-button-next{
	right: 52px;
    position: absolute;
    bottom: 35px; 
}
 .cy_testimonial_slider .swiper-slide{
	 -webkit-transition:all 0.3s ease-in-out;
	 -moz-transition:all 0.3s ease-in-out;
	 -ms-transition:all 0.3s ease-in-out;
	 transition:all 0.3s ease-in-out;
 }
.cy_testimonial_slider [class*=swiper-button]:hover {
	color: #ff5e4e;
}
.cy_test_box p{
	margin-bottom:15px;
	color:#ffffff;
}
.cy_test_box h3{
	color:#ffffff;
	font-size:16px;
	font-weight:600;
}
.cy_switcher_icon svg path,.cy_test_quote svg path{ 
	fill: #ffffff;
} 
/*-------- newsletter css start --------*/
.cy_newsletter{
	border-bottom: 1px solid #393c48;
	padding-bottom:60px;
	margin-bottom:60px;
}
.cy_newsletter_box{
	padding-right:50px;
}
.cy_newsletter_box .cy_messages{ 
	margin-top: 10px;
}
.cy_newsletter_box .cy_heading {
    color: #ff5e4e;
    font-weight: 700;
    font-size: 26px;
	margin:0;
}
.cy_newsletter_box span{
	font-size: 26px;
    color: #ffffff;
	font-weight:600;
}
.cy_newsletter_input .cy_newsletter_form{
	position:relative;
	margin-top:10px;
}
.cy_newsletter_input .cy_newsletter_form input{
	width: 100%;
    height: 55px;
    border-radius: 25px;
    padding: 0 143px 0 20px;
}
.cy_newsletter_input .cy_newsletter_form .cy_button{
	position:absolute;
	top:5px;
	right:5px;
	padding: 0 25px;
}
.fw-container-fluid {
    padding-left: 0px !important;
    padding-right: 0px !important;
	overflow:hidden; 
}
/*-------- media css start ---------*/
@media(min-width:1200px) and (max-width:1600px) {
	.cy_logo_box {
		width: 250px; 
		padding: 48px 44px;
    }
}
@media(min-width:1200px) and (max-width:1300px) {
	.cy_menu ul > li{
        margin-right: 20px;
    }
}
@media(max-width:1200px) and (min-width:992px) {
	.cy_footer_wrapper .widget_calendar table th,.cy_footer_wrapper .widget_calendar table td {
		border: 1px solid #c5c5c5;
		text-align: center;
		padding: 5px;
		font-size: 14px;
	}
}
@media(min-width:1200px){
.cy_gallery_wrapper .grid{
	width:1140px;
	margin-left: -15px;
}
.cy_foo_gallery ul li:nth-child(3n+0) a {
	margin-right: 0;
}
}
@media(max-width:1200px){
	.cy_con_box2 .cy_con_text{
		padding: 30px 20px;
	}
	.cy_default_header .cy_logo_box {
		padding:23px 40px;
		top:0;
	}
	.cy_default_header .cy_menu ul > li > a{
		font-size: 14px;
	}
	.cy_testimonial_slider .swiper-button-prev {
		right: 24.5%;
	}
	.cy_logo_box {
		width: 400px;  
	}
    .cy_checkout_box ul#progressbar{
        margin-right: 35px;
        padding: 10px 5px 9px 25px;
    }
	.cy_team_text {
		margin-top: 76%;
	}
	.cy_team_text h2 {
		font-size: 17px;
	}
	.cy_gallery_wrapper .grid{
		width:100%;
	}
}

@media(min-width:992px) and (max-width:1440px) { 
    
    .cy-header-main-wrap .cy_menu ul li ul.sub-menu li ul.sub-menu {
        left: -100%;
    }
    
}

@media(min-width:992px) and (max-width:1199px) {
	.cy_gallery_wrapper .grid{ 
		width:960px;
	}
	.cy_logo_box:after{
		right:-15px;
	}
    .cy_menu ul > li{
        margin-right: 20px;
    }
    .cy_logo_box {
		width: 230px;
		padding: 50px 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: 0;
    }
	.cy_counter_wrapper {
		padding: 70px 15px;
	}
	.cy_result_slider {
		padding: 40px 0px 40px 0px;
	}
    .cy_tour_wrapper:before {
        width: 59.6%;
        left: -6%;
    }
    .cy_ride_text h2 {
        font-size: 30px;
    }
	.cy_sponsors_wrapper:before,.cy_result_wrapper:before,.cy_achieve_wrapper:before{
		width: 54.56%;
		left: -6%;
	}
    .cy_sponsors_wrapper:after,.cy_result_wrapper:after,.cy_achieve_wrapper:after{
        width: 58.56%;
        right: -7%;
    }
    .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;
    }
    .mp iframe {
        width: 100%;
    }
    #cy_sp_prdt_grid .list-group-item .cy_store_box{
        text-align: center;
    }
    #cy_sp_prdt_grid .list-group-item .cy_store_box .cy_store_img{
        display:block;
		border-radius: 15px 15px 0 0;
    }
    #cy_sp_prdt_grid .list-group-item .cy_store_box .cy_store_data{
        display:block;
        width: 100%;
        text-align: left;
        border-left: none;
		border-radius: 0 0 15px 15px;
    }
	#cy_sp_prdt_grid .list-group-item .cy_store_box .cy_store_data .cy_store_text h3{
		text-align:left;
	}
    #cy_sp_prdt_grid .list-group-item .cy_store_box .cy_store_data .cy_store_text h3 a{
        width:100%;
        margin-bottom: 20px;
        color:#2f3942;
    }
    #cy_sp_prdt_grid .list-group-item .cy_store_box .cy_store_data .cy_store_text ul{
        width:50%;
        float:left;
        text-align: right; 
    }
}
@media(max-width:1024px){
	.cy_logo_box {
		width: 247px;
		padding: 48px 44px;
	}
}
@media(max-width:991px) {	
	.cy_blog_data img.alignleft,.cy_blog_data img.alignright{
		float:none;
		margin: 0;
		width:100%;
	}
	.theiaStickySidebar{
		position:static !important;
		-webkit-transform: translateY(0) !important;
		-moz-transform: translateY(0) !important;
		-ms-transform: translateY(0) !important;
		-o-transform: translateY(0) !important;
		transform: translateY(0) !important;
	}
	.cy_newsletter_box{
		text-align:center;
		padding:0;
		margin-bottom:15px;
	}
	.cy_about_page .cy_about_data .cy_heading{
		text-align:center;
	}
	.cy_search_form{
		top:170%;
	}
	.search_opened .cy_search_form {
		right: -55px;
	}
	.cy_get_in_touch.style2 .cy_get_in_touch2_box {
		position: relative;
		bottom: 0;
	}
	.cy_get_in_touch.style2{
		padding-top: 0;
		padding-bottom: 70px;
	}
	.cy_con_box2 {
		box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1);
		margin-bottom: 30px;
	}
	.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
		width: 100%;
	}
	#ship-to-different-address{
		margin-top: 30px;
	}
	.cy_result_slider .swiper-container{
		max-width: 500px;
	}
	.cy_testimonial_slider .result-swiper-prev {
		right: 27.4%;
	}
    .mp iframe {
        width: 100%;
    }
    .sidebar.cy_sidebar {
        margin-top: 30px;
    }
    .dropdown-expander {
        display: block;
		position: absolute;
		top: 16px;
		right: 20px;
    } 
    .cy_bread_wrapper {
        text-align: center;
    }
    .cy_menu ul > li ul.sub-menu {
        display: none;
        position: relative;
		border:none;
    } 
	.cy_menu ul li ul.sub-menu{
		border:none !important;
	}
    button.cy_menu_btn {
        float: right;
        display: block;
        width: 45px;
        height: 40px;
        border: 1px solid transparent;
        margin: 20px 0px;
        background-color: #ff5e4e;
        position: relative;
        text-align: center;
		border-radius: 5px;
    }
    button.cy_menu_btn:hover{
        cursor:pointer;
    }
	.cy_menu_wrapper {
        height: 80px;
		position:absolute; 
		z-index:300;
    }
	.cy_menu_wrapper.cy_fixed{
		top: 0px !important;
		position:fixed;
	}
	.admin-bar .cy_menu_wrapper.cy_fixed{
		top:32px !important;
	}
    button.cy_menu_btn:focus {
        outline: none;
    }
    .cy_menu nav > ul {
        background-color: #000;
		position: fixed;
		left: -300px;
		width: 100%;
		height: auto;
		top: 0;
		z-index: 110;
		width: 290px;
		bottom: 0;
		-webkit-transition:all 0.3s ease-in-out;
		-moz-transition:all 0.3s ease-in-out;
		-ms-transition:all 0.3s ease-in-out;
		transition:all 0.3s ease-in-out;
		overflow-x:hidden;
    }
	.admin-bar .cy_menu nav > ul{
		top:32px;
	}
	.cy_menu ul{
		float:none;
	}
    .open_menu .cy_menu nav > ul {
		left:0;
	}
	.open_menu .cy_menu ul::-webkit-scrollbar{
		width: 5px;
	}
	.open_menu .cy_menu ul::-webkit-scrollbar-thumb{
	  background-color: #ff5e4e;
	  outline: 1px solid slategrey;
	}
	.open_menu .cy_menu_btn i:before{
		content: "\f00d";
	}
    button.cy_menu_btn i{
        color: #ffffff;
        font-size: 18px;
    }
    .cy_menu ul > li{
        width: 100%;
		margin:0;
    }
    .cy_menu ul > li > a{
        padding: 15px 15px;
        color: #ffffff;
    }
	.cy_menu ul > li > a:not([href]){
		color:#ffffff;
	}
	.cy_menu ul > li > a:not([href]):hover{
		color:#ff5e4e;
	}
    .cy_menu ul > li ul.sub-menu li a {
        border-bottom: none;
        padding-left: 25px;
    }
	.cy_menu ul > li ul.sub-menu li .sub-menu li a{
		padding-left: 35px;
	}
    .cy_menu_wrapper {
        height: 80px;
    }
	.cy_rev_slider {
		margin-top: 78px;
	}
    .cy_logo_box {
        width: 400px;
        padding: 0px 85px;
        text-align: center !important;
        top: 0;
        height: 80px;
        line-height: 80px;
    }
	.cy_default_header .cy_logo_box{
		padding: 0px 30px;
	}
    .cy_menu ul > li > a:after {
        display: none;
    }
    .cy_menu ul > li > a{
        border-bottom: 1px solid #1b1a1a;
    }
	.cy_menu ul > li ul.sub-menu li{
        border-top: 1px solid #1b1a1a;
    }
	.cy_menu ul > li ul.sub-menu li:last-child{
		border-bottom:1px solid #1b1a1a;
	}
    .cy_menu{
        width: 100%;
    }
    .cy_search{
        position: absolute;
        top: 20px;
        right: 70px;
        padding: 0;
    }
    .cy_search a{
        display: inline-block;
        background: #ff5e4e;
        height: 40px;
        width: 40px;
        text-align: center;
        line-height: 40px;
        color: #ffffff;
		border-radius: 5px;
    }
    .cy_search a i{
        color:#ffffff;
    }
	.cy_about_page .cy_about_data{ 
		position:static;
		width:100%;
		margin-top: -10px;
		-webkit-transform:none;
		-moz-transform:none;
		-ms-transform:none;
		-o-transform:none;
		transform:none;
	}
	.cy_event_img{
	    position: relative;
		transform: none;
		width: 100%;
		border-radius: 15px 15px 0 0;
	}
	.cy_event_data {
		width: 100%;
		padding: 30px 25px;
		border-radius: 0 0 15px 15px;
	}
	.cy_testimonial_slider .swiper-button-prev {
		right: 27%;
	}
	.cy_event_even .cy_event_data {
		text-align: left;
		padding: 30px 25px;
	}
	.cy_about_wrapper.cy_about_page{
		text-align:center;
	}
	.cy_about_wrapper.cy_about_page .cy_about_img{
		display:inline-block;
		border-radius: 15px 15px 0 0;
	}
	.cy_about_wrapper.cy_about_page .cy_about_img img{
		border-radius: 15px 15px 0 0;
	}
    .cy_achieve_img {
        display:none;
    }
    .cy_counter_wrapper { 
        width: 100%;
        text-align: center;
		padding: 100px 0;
    }
    .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 h1 {
        font-size: 35px;
        line-height: 50px;
    }
    .cy_blog_img img {
        width: 100%;
    }
    .cy_blog_box {
        margin-bottom: 40px;
    }
    .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 100px 0px;
    }
	.cy_club_wrapper{
		padding-bottom:100px;
	}
    .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;
		padding: 100px 0px 50px;
    }
    .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 20px 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: 0px 0px 100px 0px;
	}
	.cy_result_slider h4.cy_heading {
		margin-bottom: 30px;
	}
	.cy_tour_heading{
		text-align:left;
	}
	.cy_gallery_wrapper .grid-item {
		width: 50%;
	}
	.cy_gallery_wrapper .grid-item.half-grid {
		width: 100%;
	}
	.cy_team_text {
		margin-top: 100%;
	}
}
@media(min-width:768px) and (max-width:991px) {	
	.cy_foo_gallery ul li:nth-child(3n+0) a{
		margin-right:0; 
	} 
	.cy_top_detail ul li:first-child{
		padding-left: 0;
	}
	.cy_top_detail ul li {
		padding: 15px 10px;
	}
    .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 {
        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: 10px;
    } 
}
@media(min-width:991px) {
    .cy_menu ul li ul.sub-menu{
        position: absolute;
        top: 100%;
        width: 200px;
        background-color: #2f3942;
		border-radius: 0 0 10px 10px;
		border-bottom: 2px solid #ff5e4e;
        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: #ff5e4e;
    }
    .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: 30px; 
    }
	.cy_menu ul li ul.sub-menu li:hover ul.sub-menu{
		top: 10px;
	}  
	.cy_menu ul li:last-child ul.sub-menu{
		left:auto;
		right:0;
	}
	.cy_menu ul li:last-child ul.sub-menu li ul.sub-menu {
		left:auto;
		right:100%;
	}
}
@media(min-width:768px) and (max-width:991px){
	.cy_gallery_wrapper .grid{
		width:720px;
	}
}
@media(max-width:782px) {
	.admin-bar .cy_menu_wrapper.cy_fixed {
		top: 46px !important;
	}
	.admin-bar .cy_menu nav > ul{
		top:46px;
	}
}
@media(max-width:767px) {
	.comment_data_info h3{ 
		width:100%;
	}
	.cy_contact2_form_btn .cy_button{
		border-radius:0;
	}
	.cy_about_page .cy_about_data{
		border-radius:0 0 15px 15px;
		text-align: left;
	}
	.cy_about_page .cy_about_data .cy_heading {
		text-align: left;
	}
	.cy_about_data .cy_heading {
		margin-bottom: 15px;
	}
	.cy_contact2_box{
		padding: 0 15px 100px;
		position: relative;
	}
	.cy_contact2_content{
		position: static;
		right: 0;
		width: 100%;
		background: #f7f7f7;
	}
	.cy_contact2_form.cy_contact_message {
		padding: 0 50px 30px;
		border-left: none;
	}
	.cy_contact2_form.cy_contact_message .cy_contact2_form_group {
		padding: 0;
	}
	.cy_contact2_form {
		padding: 0 50px 30px;
	}
	.cy_contact2_form.cy_contact_message textarea {
		height: 120px;
		border-bottom: 1px solid #d0d0d0;
		margin-bottom: 20px;
	}
	.cy_team_box:hover .cy_team_text {
		transform: translateY(-13%);
		-webkit-transform: translateY(-13%);
		-moz-transform: translateY(-13%);
		-o-transform: translateY(-13%);
		-ms-transform: translateY(-13%);
	}
	.cy_team_text {
		padding: 30px 20px 10px 20px;
	}
	.cy_count_box p {
		font-size: 17px;
	}
	.cy_sponsor_slider .cy_heading {
		padding-bottom: 0px;
	}
	.cy_sponsor_slider.cy_section_padding {
		padding-top: 0;
	} 
	.cy_test_quote { 
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.cy_test_box {
		padding: 40px 20px 30px 20px;
		text-align: center;
	}
	.cy_test_img {
		position: static;
		display: inline-block;
		margin-top: 14px;
	}
	.cy_testimonial_slider .swiper-button-prev,.cy_testimonial_slider .swiper-button-next{
		right:auto;
		position:static;
	}
	.cy_testimonial_slider .swiper-container {
		padding-bottom: 15px;
	}
	.cy_testimonial_slider .cy_test_nav{
		position:absolute;
		left:50%;
		bottom:0;
		z-index:50;
		-webkit-transform:translateX(-50%);
		-moz-transform:translateX(-50%);
		-ms-transform:translateX(-50%);
		-ms-transform:translateX(-50%);
		transform:translateX(-50%);
	}
	.woocommerce .woocommerce-ordering{
		float:left;
	}
	.cy_shop_view{
		margin-bottom: 0px;
	}
	.cy_bread_wrapper h1 {
		font-size: 30px;
	}
	.cy_about_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_event_img > img {
        width: 100%;
    }
    .cy_price_box {
        margin-bottom: 30px;
    }
    .cy_price_head:after {
        height: 100%;
        top: -36px;
    }
    .cy_logo_box:after {
        width: 530px;
        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%;
    }
    .sidebar.cy_sidebar {
        margin-top: 50px;
    }
    .cy_logo_box {
        width: 300px;
        padding: 0px 40px;
    }
    .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%;
		background: rgba(0,0,0,0.5);
    }
    .cy_tour_data h1 {
        font-size: 33px;
        line-height: 50px;
    }
    .cy_tour_data {
        padding: 100px 0px 0px 0px;
		text-align: center;
    }
    .cy_tour_heading {
        padding: 50px 0px 100px;
		text-align:center;
    }
    .cy_tour_heading h2 {
        font-size: 40px;
        padding-left: 0px;
		text-shadow:none;
    }
    .cy_timeline:after {
        display: none;
    }
    .cy_timeline li {
        margin-top: 0;
        width: 100%;
    }
    .cy_club_data {
        width: calc(100% - 200px);
        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;
    }
    .cy_shop_page .list-group-item .cy_store_box{
        text-align: center;
    }
    #cy_sp_prdt_grid .list-group-item .cy_store_box .cy_store_img{
        display:block;
		border-radius: 15px 15px 0 0;
    }
    #cy_sp_prdt_grid .list-group-item .cy_store_box .cy_store_data{
        display:block;
        width: 100%;
		border-radius: 0 0 15px 15px;
        border-left: none;
    }
    .cy_shop_page .list-group-item .cy_store_box .cy_store_data .cy_store_text h3{
        width:50%;
        float:left;
        margin-bottom: 20px;
		text-align:left;
    }
    .cy_shop_page .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%;
    }
    .cy_checkout_box ul#progressbar li:last-child{
        margin-bottom: 0px;
        padding: 10px 0px;
        text-align: center;
    }
    .woocommerce-billing-fields .form-group.next_button {
        text-align: center;
    }
    .cy_sign_img{
        display: none;
    }
    .cy_signin{
        background: none;
    }
    .woocommerce-checkout-receipt p{
        padding: 0px;
    }
    .cy_signup{
        width:85%;
    }
    .cy_signin{
        width:85%;
    }
	.woocommerce table.shop_table tbody tr td {
		padding: 20px;
	}
}

@media (max-width: 767px) and (orientation: landscape) {
    .cy_signup{
        width:85%;
        height:100%;
    }
    .cy_signin{
        width:85%;
        height:100%;
    }
}
@media (max-width: 600px){
	.admin-bar .cy_menu_wrapper.cy_fixed {
		top: 0 !important; 
	}
	.admin-bar .cy_menu_wrapper.cy_fixed .cy_menu nav > ul{
		top:0;
	}
}
@media (min-width:576px) and (max-width:767px) {
	.cy_gallery_wrapper .grid{
		width:540px;
	}
}
@media (max-width: 576px){
	.cy_price_head h2{
		line-height:1.1;
	}
	.cy_blog_wrapper .blog_shortcode .cy_blog_data{
		position: relative;
		bottom: 0;
		left: 0;
		right: 0;
		border-radius: 0 0 15px 15px;
		margin-top:-5px;
	}
	.cy_blog_wrapper .blog_shortcode .cy_blog_img{
		margin: 0;
		border-radius: 15px 15px 0 0;
	}
	.cy_blog_wrapper .cy_blog_box.blog_shortcode {
		margin-bottom: 30px;
	}
	.cy_result_lists{
		padding:0;
	}
	.cy_store_slider .swiper-button-prev, .cy_store_slider .swiper-button-next {
		top:-25px;
		right:0;
		-webkit-transform:none;
		-moz-transform:none;
		-ms-transform:none;
		transform:none;
	}
	.cy_store_wrapper .cy_heading {
		text-align: left;
	}
	.cy_store_slider .swiper-button-prev {
		left: auto;
		right:30px;
	}
	.cy_club_wrapper:before {
		top: 26.5%;
	}
	.cy_store_slider .related .swiper-button-prev, .cy_store_slider .related .swiper-button-next {
		top: 35px;
		left: auto;
	}
	.cy_store_slider .related .swiper-button-next {
		right: 0px;
	}
	.cy_store_slider .related .swiper-button-prev{
		right:25px;
	}
	.cy_history_content .cy_history_data {
		padding: 25px 25px;
	}
	h1,h2,h3,h4,h5,h6{
		line-height: inherit;  
	}
	.cy_result_box .cy_result_icon{
		padding-top: 10px;
	}
	.cy_contact2_form,.cy_contact2_form.cy_contact_message{ 
		padding: 0 30px 30px;
	}
	.cy_result_slider .swiper-container {
		max-width: 400px;
	}
	.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
		float: right;
	}
	.cy_result_slider h4.cy_heading{ 
		margin-bottom: 30px;
	}
	.cy_gallery_wrapper .grid{
		margin:0;
	}
	.cy_gallery_wrapper .grid-item{
		width: 100%;
		padding:0;
	}
    .cy_races_box{
        text-align: center;
    }
    .cy_races_data{
        width:100%;
        float: none;
    }
    .cy_races_img{
        float: none;
        width: auto;
        display: inline-block;
        margin-bottom: 20px;
    }
    .cy_result_slider .result-swiper-prev, .cy_result_slider .result-swiper-next{
        position: initial;
		display: inline-block;
		margin-top: 33px;
    } 
	.cy_result_slider .cy_result_nav{
		text-align:center;
	}
	.cy_result_slider .result-swiper-next{
		margin-left:12px;
	}
    .cy_result_box .cy_result_data{
        width: calc(100% - 50px);
    }
    .cy_showing_product{
        text-align: right;
        margin-bottom: 20px;
    }
	.cy_shorting select{
		width:100%;
	}
    .cy_shorting{
        text-align: center;
		margin-bottom: 15px;
    } 
	.nice-select{
		width:auto;
	}
	.comment-form-rating select[name="rating"] ~ .nice-select{
		width:100%;
	} 
	.cy_sidebar .nice-select,.cy_footer_wrapper .nice-select{
		width:100%;
	}
	.woocommerce .woocommerce-ordering {
		float: none;
		display: inline-block;
		margin-bottom: 0;
	}
    .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;
    }
    .modal-dialog{
        width: 100%;
    }
    .cy_logo_box:after{
		right: 0px;
		transform: skew(0deg);
		-webkit-transform: skew(0deg);
		-moz-transform: skew(0deg);
		-o-transform: skew(0deg);
		-ms-transform: skew(0deg);
    }
}
@media(max-width:480px) {
	.cy_event_time {
		padding: 7px 60px 7px 1px;
	}
	.cy_event_time ul li {
		font-size: 13px;
	}
	.cy_event_time ul li i {
		margin-right: 9px;
		width: 13px;
		display: inline-block;
	}
	.cy_blog_wrapper .blog_shortcode .cy_blog_data {
		padding: 30px 10px;
	}
	ul.cy_blog_info > li{
		border:none;
		padding:0;
	}
    .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_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 10px;
    }
    .cy_event_data h2 {
        line-height: 24px;
    }
    span.ev_date {
        font-size: 16px;
    }
    .cy_logo_box {
        width: 250px;
        padding: 0px 30px;
    }

    .img-fluid {
        max-width: 80px;
    }

    button.cy_menu_btn {
        z-index: 1;
    }
    .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;
    }
    .cy_heading {
        font-size: 25px;
        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;
		 float: none;
		margin-left: 15px;
    }
    .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: 10px;
    }
	.cy_club_img {
        float: left;
	}
	.checkout_coupon .form-row-first {
		width: 100% !important;
	}
	.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last{
		width:100%;
	}
	.woocommerce-shipping-fields h3{
		margin-top:30px;
	}
}
@media(max-width:400px) {  
.cy_blog_share{
    top: -35px;
}
.cy_blog_wrapper .blog_shortcode .cy_blog_data {
    padding: 20px 10px;
}
.cy_top_detail ul > li:hover .cart_box {
	-webkit-transform: translateY(0px) translateX(50%);
	-moz-transform: translateY(0px) translateX(50%);
	-ms-transform: translateY(0px) translateX(50%);
	-o-transform: translateY(0px) translateX(50%);
	transform: translateY(0px) translateX(50%);
}
.cy_top_detail ul > li .cart_box{
	right: 50%;
	-webkit-transform: translateY(-20px) translateX(50%);
	-moz-transform: translateY(-20px) translateX(50%);
	-ms-transform: translateY(-20px) translateX(50%);
	-o-transform: translateY(-20px) translateX(50%);
	transform: translateY(-20px) translateX(50%);
}
.cy_menu nav > ul {
    width: 240px;
}
.cy_store_box .cy_store_data .cy_store_text h3 a{
	width: 100%;
    text-align: center;
    margin-bottom: 7px;
}
.cy_store_slider .star-rating,.woocommerce .cy_store_text .star-rating{
    float: none;
    margin: 0 auto;
}
#cy_sp_prdt_grid .list-group-item .cy_store_box .cy_store_data .cy_store_text .price{
	text-align:left;
}
.cy_store_box .cy_store_data .cy_store_text .price{
	text-align:center;
}
.cy_con_box2 .cy_con_icon{
	display: block;
    width: 100%;
    padding: 15px 0;
	border-radius: 15px 15px 0 0;
}
.cy_con_box2 .cy_con_text{
	display: block;
    text-align: center;
}
.cy_con_box2 .cy_con_text h3 {
    margin: 0px 0px 10px;
}
.cy_con_box2 .cy_con_text p{
	word-wrap:break-word;
}
.cy_con_box2 .cy_con_text{
	padding: 20px 20px;
}
}
@media (max-width: 480px){
.cy_logo_box {
    width: 200px;
    padding: 0px 30px;
}
.cy_blog_box {
    padding: 15px 15px;
}
.blog_shortcode{
	padding: 0;
}
.cy_blog_wrapper .cy_blog_data {
    padding: 20px 15px;
}
}
@media (max-width: 380px){	
	.cy_top_detail > ul > li {
		border: none;
		display: block;
		float: none;
		padding: 15px 0; 
	}
}
@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; 
	}
}



.cy-header-main-wrap {
    position: relative;
    display: block;
    width: 100%;
}

.cy_menu_wrapper {
    width: auto;
    right: 0;
    left: 0;
}

.category-title {
    color: #005D66 !important;
    font-size: 2em !important;
    margin-bottom: 30px !important;
    text-align: left !important;
    border-left: 8px solid #005D66 !important;
    padding-left: 18px !important;
    background: #E6E0DE !important;
    border-radius: 6px !important;
    font-weight: bold !important;
    letter-spacing: 1px !important;
}


