.sdm_clear_float{
    clear: both;
}

.sdm_pass_text {
    margin-bottom: 10px;
}

.sdm_download_item {
    display: block;
    border:1px solid #E7E9EB;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
    margin-top:10px;
    margin-bottom:10px;
    padding:15px;
}
.sdm_download_title {
    float:left;
    font-size: 24px;
    font-weight: bold;
    line-height: 75px;
}
.sdm_download_thumbnail {
    float:left;
}
.sdm_download_thumbnail_image {
    width:75px !important;
    height:75px !important;
    float:left !important;
    margin-right:10px !important;
}
.sdm_download_description {
    margin: 15px 0 15px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #EEEEEE;
}
.sdm_download_item_count{
    margin-left: 20px;
    border: 1px solid #E7E9EB;
    padding: 3px 10px;
    display: inline-block;
    float: right;
}
.sdm_download_link{
    display: block;
}
.sdm_download_link:after {
    content: "";
    display: table;
    clear: both;
}
.sdm_download_button{
    display: inline-block;    
}
.sdm_download_button_box_default{
    margin: 10px 0;    
}

.sdm-g-recaptcha{
    margin-bottom: 10px;
}

/************************************/
/*** Various Colored Boxes Styles ***/
/************************************/
.sdm_yellow_box {
background: #FFF6D5;
border: 1px solid #D1B655;
color: #3F2502;
margin: 10px 0px 10px 0px;
padding: 5px 5px 5px 10px;
}

.sdm_grey_box{
background: #ECECEC;
border: 1px solid #CFCFCF;
color: #363636;
margin: 10px 0px 15px 0px;
padding: 5px 5px 5px 10px;	
}

.sdm_blue_box{
background: #D7E7F5;
border: 1px solid #AACEE6;
color: #1D263B;
margin: 10px 0px 15px 0px;
padding: 5px 5px 5px 10px;
}

/********************************************/
/*** Individual Download Item View Styles ***/
/********************************************/
.sdm_post_item{
    width: 90%;
}
.sdm_post_item_top{
    display: block;
}
.sdm_post_item_top_left{
    width: 40%;
    float: left;
    margin-right: 30px;
}
.sdm_post_item_top_right{
    float: left;
    width: 50%;
}
.sdm_post_item_top_left img{
    width: 100%;
    border: 1px solid #e8e4e3;
    padding: 5px;
}
.sdm_post_title{
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
}
.sdm_post_download_count{
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    border: 1px solid #e8e4e3;
    display: inline-block;
    padding: 10px 15px;
}
.sdm_post_download_file_size{
    font-weight: bold;
}
.sdm_post_download_version{
    font-weight: bold;
}
.sdm_post_download_published_date{
    font-weight: bold;
}
.sdm_post_download_section{
    margin: 15px 0;
}
.sdm_post_meta_section{
    border-top: 4px double #e8e4e3;
    padding-top: 15px;
}

/*********************/
/*** Button styles ***/
/*********************/
.sdm_download {
    display: inline-block;
    text-decoration: none;
    font: bold 12px/12px HelveticaNeue, Arial;
    padding: 8px 11px;
    color: #555;
    border: 1px solid #dedede;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
} 
.sdm_download.green{
    background: #b7d770;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cae285', endColorstr='#9fcb57'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#cae285), to(#9fcb57)); /*  WebKit */
    background: -moz-linear-gradient(top,  #cae285, #9fcb57);
    border-color: #adc671 #98b65b #87aa4a;
    color: #2F4014 !important;
    text-shadow: 0 1px 0 #cfe5a4;
    -webkit-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #d7e9a4;
    -moz-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #d7e9a4;
    box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #d7e9a4;    
}
.sdm_download.green:hover{
    background: #b9d972;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8d872', endColorstr='#b9d972'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#b8d872), to(#b9d972)); /*  WebKit */
    background: -moz-linear-gradient(top,  #b8d872, #b9d972);
    border-color: #8bb14d #83a648 #7d9e45;
    text-shadow: 0 1px 0 #d5e8aa;
    -webkit-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #cae295;
    -moz-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #cae295;
    box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #cae295;    
}

.sdm_download.blue{
    background: #92dbf6;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#abe4f8', endColorstr='#6fcef3'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#abe4f8), to(#6fcef3)); /*  WebKit */
    background: -moz-linear-gradient(top,  #abe4f8, #6fcef3);
    border-color: #8dc5da #76b7cf #63abc7;
    color: #1E4657 !important;
    text-shadow: 0 1px 0 #b6e6f9;
    -webkit-box-shadow: 0 1px 1px #d6d6d6, inset 0 1px 0 #c0ebfa;
    -moz-box-shadow: 0 1px 1px #d6d6d6, inset 0 1px 0 #c0ebfa;
    box-shadow: 0 1px 1px #d6d6d6, inset 0 1px 0 #c0ebfa;    
}
.sdm_download.blue:hover{
    background: #92dbf6;
    border-color: #7caec0 #68a3ba #5a9cb5;
    text-shadow: 0 1px 0 #bee9fa;
    -webkit-box-shadow: 0 1px 1px #d6d6d6, inset 0 1px 0 #ade4f8;
    -moz-box-shadow: 0 1px 1px #d6d6d6, inset 0 1px 0 #ade4f8;
    box-shadow: 0 1px 1px #d6d6d6, inset 0 1px 0 #ade4f8;    
}

.sdm_download.purple{
    background: #dfaeda;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8c4e4', endColorstr='#d494ce'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#e8c4e4), to(#d494ce)); /*  WebKit */
    background: -moz-linear-gradient(top,  #e8c4e4, #d494ce);
    border-color: #bc9db9 #ad89aa #a1799d;
    color: #4D334A !important;
    text-shadow: 0 1px 0 #eacae6;
    -webkit-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #eed3eb;
    -moz-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #eed3eb;
    box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #eed3eb;    
}
.sdm_download.purple:hover{
    background: #e0b1db;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#deabd9', endColorstr='#e0b1db'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#deabd9), to(#e0b1db)); /*  WebKit */
    background: -moz-linear-gradient(top,  #deabd9, #e0b1db);
    border-color: #a482a0 #9b7897 #947090;
    text-shadow: 0 1px 0 #ecd0e9;
    -webkit-box-shadow: 0 1px 1px #cdcdcd, inset 0 1px 0 #ccc;
    -moz-box-shadow: 0 1px 1px #cdcdcd, inset 0 1px 0 #ccc;
    box-shadow: 0 1px 1px #cdcdcd, inset 0 1px 0 #ccc;    
}

.sdm_download.teal{
    background: #9cedef;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#b7f2f4', endColorstr='#7ce7ea'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#b7f2f4), to(#7ce7ea)); /*  WebKit */
    background: -moz-linear-gradient(top,  #b7f2f4, #7ce7ea);
    border-color: #90c6c8 #78bdc0 #65b6ba;
    color: #2B5052 !important;
    text-shadow: 0 1px 0 #bef3f5;
    -webkit-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #c9f5f7;
    -moz-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #c9f5f7;
    box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #c9f5f7;    
}
.sdm_download.teal:hover{
    background: #9fedf0;
    border-color: #7db9bb #6bb2b5 #5dacaf;
    text-shadow: 0 1px 0 #c5f4f6;
    -webkit-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #b7f2f4;
    -moz-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #b7f2f4;
    box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #b7f2f4;    
}

.sdm_download.darkblue{
    background: #a5b8c6;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#becbd6', endColorstr='#88a1b4'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#becbd6), to(#88a1b4)); /*  WebKit */
    background: -moz-linear-gradient(top,  #becbd6, #88a1b4);
    border-color: #a2afb8 #8696a1 #6f818f;
    color: #26313B !important;
    text-shadow: 0 1px 0 #c4d0d9;
    -webkit-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #ced8e0;
    -moz-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #ced8e0;
    box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #ced8e0;    
}
.sdm_download.darkblue:hover{
    background: #adbfcb;
    border-color: #8996a0 #798791 #6c7a85;
    text-shadow: 0 1px 0 #ced9e0;
    -webkit-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #c2cfd8;
    -moz-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #c2cfd8;
    box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #c2cfd8;    
}

.sdm_download.black{
    background: #525252;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e5e5e', endColorstr='#434343'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#5e5e5e), to(#434343)); /*  WebKit */
    background: -moz-linear-gradient(top,  #5e5e5e, #434343);
    border-color: #4c4c4c #313131 #1f1f1f;
    color: #FFFFFF !important;
    text-shadow: 0 1px 0 #2e2e2e;
    -webkit-box-shadow: 0 1px 1px #afafaf, inset 0 1px 0 #868686;
    -moz-box-shadow: 0 1px 1px #afafaf, inset 0 1px 0 #868686;
    box-shadow: 0 1px 1px #afafaf, inset 0 1px 0 #868686;    
}
.sdm_download.black:hover{
    background: #5a5a5a;
    border-color: #2c2c2c #1c1c1c #101010;
    text-shadow: 0 1px 0 #363636;
    -webkit-box-shadow: 0 1px 1px #b1b1b1, inset 0 1px 0 #838383;
    -moz-box-shadow: 0 1px 1px #b1b1b1, inset 0 1px 0 #838383;
    box-shadow: 0 1px 1px #b1b1b1, inset 0 1px 0 #838383;    
}
.sdm_download.grey{
    background: #bdbdbd;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cacaca', endColorstr='#aeaeae'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#cacaca), to(#aeaeae)); /*  WebKit */
    background: -moz-linear-gradient(top,  #cacaca, #aeaeae);
    border-color: #b5b5b5 #a1a1a1 #8f8f8f;
    color: #555555 !important;
    text-shadow: 0 1px 0 #d4d4d4;
    -webkit-box-shadow: 0 1px 1px #c9c9c9, inset 0 1px 0 #d7d7d7;
    -moz-box-shadow: 0 1px 1px #c9c9c9, inset 0 1px 0 #d7d7d7;
    box-shadow: 0 1px 1px #c9c9c9, inset 0 1px 0 #d7d7d7;    
}
.sdm_download.grey:hover{
    background: #c2c2c2;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcbcbc', endColorstr='#c2c2c2'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#bcbcbc), to(#c2c2c2)); /*  WebKit */
    background: -moz-linear-gradient(top,  #bcbcbc, #c2c2c2);
    border-color: #989898 #8e8e8e #878787;
    text-shadow: 0 1px 0 #dadada;
    -webkit-box-shadow: 0 1px 1px #cdcdcd, inset 0 1px 0 #ccc;
    -moz-box-shadow: 0 1px 1px #cdcdcd, inset 0 1px 0 #ccc;
    box-shadow: 0 1px 1px #cdcdcd, inset 0 1px 0 #ccc;    
}

.sdm_download.pink{
    background: #f67689;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f78297', endColorstr='#f56778'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#f78297), to(#f56778)); /*  WebKit */
    background: -moz-linear-gradient(top,  #f78297, #f56778);
    border-color: #df6f8b #da5f75 #d55061;
    color: #4F272C !important;
    text-shadow: 0 1px 0 #f89ca9;
    -webkit-box-shadow: 0 1px 1px #c1c1c1, inset 0 1px 0 #f9a1b1;
    -moz-box-shadow: 0 1px 1px #c1c1c1, inset 0 1px 0 #f9a1b1;
    box-shadow: 0 1px 1px #c1c1c1, inset 0 1px 0 #f9a1b1;    
}
.sdm_download.pink:hover{
    background: #f67c90;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f56c7e', endColorstr='#f78297'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#f56c7e), to(#f78297)); /*  WebKit */
    background: -moz-linear-gradient(top,  #f56c7e, #f78297);
    border-color: #c36079 #c25669 #c14e5c;
    text-shadow: 0 1px 0 #f9a6b4;
    -webkit-box-shadow: 0 1px 1px #c3c3c3, inset 0 1px 0 #f8909e;
    -moz-box-shadow: 0 1px 1px #c3c3c3, inset 0 1px 0 #f8909e;
    box-shadow: 0 1px 1px #c3c3c3, inset 0 1px 0 #f8909e;    
}

.sdm_download.orange{
    background: #fecc5f;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#feda71', endColorstr='#febb4a'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#feda71), to(#febb4a)); /*  WebKit */
    background: -moz-linear-gradient(top,  #feda71, #febb4a);
    border-color: #f5b74e #e5a73e #d6982f;
    color: #4D3217 !important;
    text-shadow: 0 1px 0 #fedd9b;
    -webkit-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #fee395;
    -moz-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #fee395;
    box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #fee395;    
}
.sdm_download.orange:hover{
    background: #fecb5e;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fec354', endColorstr='#fecd61'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#fec354), to(#fecd61)); /*  WebKit */
    background: -moz-linear-gradient(top,  #fec354, #fecd61);
    border-color: #d29a3a #cc9436 #c89133;
    text-shadow: 0 1px 0 #fee1a0;
    -webkit-box-shadow: 0 1px 1px #d4d4d4, inset 0 1px 0 #fed17e;
    -moz-box-shadow: 0 1px 1px #d4d4d4, inset 0 1px 0 #fed17e;
    box-shadow: 0 1px 1px #d4d4d4, inset 0 1px 0 #fed17e;    
}
.sdm_download.white{
    background: #f5f5f5;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f0f0f0'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f0f0f0)); /*  WebKit */
    background: -moz-linear-gradient(top,  #f9f9f9, #f0f0f0);
    border-color: #dedede #d8d8d8 #d3d3d3;
    color: #555555 !important;
    text-shadow: 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 1px #eaeaea, inset 0 1px 0 #fbfbfb;
    -moz-box-shadow: 0 1px 1px #eaeaea, inset 0 1px 0 #fbfbfb;
    box-shadow: 0 1px 1px #eaeaea, inset 0 1px 0 #fbfbfb;
}
.sdm_download.white:hover{
    background: #f4f4f4;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#f8f8f8'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#f8f8f8)); /*  WebKit */
    background: -moz-linear-gradient(top,  #efefef, #f8f8f8);
    border-color: #c7c7c7 #c3c3c3 #bebebe;
    text-shadow: 0 1px 0 #fdfdfd;
    -webkit-box-shadow: 0 1px 1px #ebebeb, inset 0 1px 0 #f3f3f3;
    -moz-box-shadow: 0 1px 1px #ebebeb, inset 0 1px 0 #f3f3f3;
    box-shadow: 0 1px 1px #ebebeb, inset 0 1px 0 #f3f3f3;
}

.sdm_download.disabled{
    background: rgb(223, 223, 223);
    color: #9c9c9c;
    box-shadow: unset;
    cursor: not-allowed;
}

/* Ajax category file browser shortcode */
.sdm_object_tree .sdm_post_title{
    margin-right: 5px;
    display: block;
}

/* Search form and results */

.sdm_search_result_item {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid silver
}

.sdm_search_result_item:last-child {
    border-bottom: none;
}
.sdm_general_error_msg {
    color: red;
}
.sdm_disabled_button {
    opacity: 0.2; /* use opacity to make the button appear disabled */
}

/************************/
/*** Fancy 3 template ***/
/************************/
.sdm_fancy3_download_item{
display: block;    
max-width: 320px;    
border:1px solid #ccc;
margin-bottom:5px;
}
.sdm_fancy3_download_title{
font-weight: bold;
float: left;
padding: 5px 10px;
max-width: 170px;
overflow: hidden;
}
.sdm_fancy3_view_details_link{
float: right;
padding: 5px 10px;
}.sdm_clear_float{
    clear: both;
}

.sdm_pass_text {
    margin-bottom: 10px;
}

.sdm_download_item {
    display: block;
    border:1px solid #E7E9EB;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
    margin-top:10px;
    margin-bottom:10px;
    padding:15px;
}
.sdm_download_title {
    float:left;
    font-size: 24px;
    font-weight: bold;
    line-height: 75px;
}
.sdm_download_thumbnail {
    float:left;
}
.sdm_download_thumbnail_image {
    width:75px !important;
    height:75px !important;
    float:left !important;
    margin-right:10px !important;
}
.sdm_download_description {
    margin: 15px 0 15px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #EEEEEE;
}
.sdm_download_item_count{
    margin-left: 20px;
    border: 1px solid #E7E9EB;
    padding: 3px 10px;
    display: inline-block;
    float: right;
}
.sdm_download_link{
    display: block;
}
.sdm_download_link:after {
    content: "";
    display: table;
    clear: both;
}
.sdm_download_button{
    display: inline-block;    
}
.sdm_download_button_box_default{
    margin: 10px 0;    
}

.sdm-g-recaptcha{
    margin-bottom: 10px;
}

/************************************/
/*** Various Colored Boxes Styles ***/
/************************************/
.sdm_yellow_box {
background: #FFF6D5;
border: 1px solid #D1B655;
color: #3F2502;
margin: 10px 0px 10px 0px;
padding: 5px 5px 5px 10px;
}

.sdm_grey_box{
background: #ECECEC;
border: 1px solid #CFCFCF;
color: #363636;
margin: 10px 0px 15px 0px;
padding: 5px 5px 5px 10px;	
}

.sdm_blue_box{
background: #D7E7F5;
border: 1px solid #AACEE6;
color: #1D263B;
margin: 10px 0px 15px 0px;
padding: 5px 5px 5px 10px;
}

/********************************************/
/*** Individual Download Item View Styles ***/
/********************************************/
.sdm_post_item{
    width: 90%;
}
.sdm_post_item_top{
    display: block;
}
.sdm_post_item_top_left{
    width: 40%;
    float: left;
    margin-right: 30px;
}
.sdm_post_item_top_right{
    float: left;
    width: 50%;
}
.sdm_post_item_top_left img{
    width: 100%;
    border: 1px solid #e8e4e3;
    padding: 5px;
}
.sdm_post_title{
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
}
.sdm_post_download_count{
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    border: 1px solid #e8e4e3;
    display: inline-block;
    padding: 10px 15px;
}
.sdm_post_download_file_size{
    font-weight: bold;
}
.sdm_post_download_version{
    font-weight: bold;
}
.sdm_post_download_published_date{
    font-weight: bold;
}
.sdm_post_download_section{
    margin: 15px 0;
}
.sdm_post_meta_section{
    border-top: 4px double #e8e4e3;
    padding-top: 15px;
}

/*********************/
/*** Button styles ***/
/*********************/
.sdm_download {
    display: inline-block;
    text-decoration: none;
    font: bold 12px/12px HelveticaNeue, Arial;
    padding: 8px 11px;
    color: #555;
    border: 1px solid #dedede;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
} 
.sdm_download.green{
    background: #b7d770;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cae285', endColorstr='#9fcb57'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#cae285), to(#9fcb57)); /*  WebKit */
    background: -moz-linear-gradient(top,  #cae285, #9fcb57);
    border-color: #adc671 #98b65b #87aa4a;
    color: #2F4014 !important;
    text-shadow: 0 1px 0 #cfe5a4;
    -webkit-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #d7e9a4;
    -moz-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #d7e9a4;
    box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #d7e9a4;    
}
.sdm_download.green:hover{
    background: #b9d972;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8d872', endColorstr='#b9d972'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#b8d872), to(#b9d972)); /*  WebKit */
    background: -moz-linear-gradient(top,  #b8d872, #b9d972);
    border-color: #8bb14d #83a648 #7d9e45;
    text-shadow: 0 1px 0 #d5e8aa;
    -webkit-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #cae295;
    -moz-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #cae295;
    box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #cae295;    
}

.sdm_download.blue{
    background: #92dbf6;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#abe4f8', endColorstr='#6fcef3'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#abe4f8), to(#6fcef3)); /*  WebKit */
    background: -moz-linear-gradient(top,  #abe4f8, #6fcef3);
    border-color: #8dc5da #76b7cf #63abc7;
    color: #1E4657 !important;
    text-shadow: 0 1px 0 #b6e6f9;
    -webkit-box-shadow: 0 1px 1px #d6d6d6, inset 0 1px 0 #c0ebfa;
    -moz-box-shadow: 0 1px 1px #d6d6d6, inset 0 1px 0 #c0ebfa;
    box-shadow: 0 1px 1px #d6d6d6, inset 0 1px 0 #c0ebfa;    
}
.sdm_download.blue:hover{
    background: #92dbf6;
    border-color: #7caec0 #68a3ba #5a9cb5;
    text-shadow: 0 1px 0 #bee9fa;
    -webkit-box-shadow: 0 1px 1px #d6d6d6, inset 0 1px 0 #ade4f8;
    -moz-box-shadow: 0 1px 1px #d6d6d6, inset 0 1px 0 #ade4f8;
    box-shadow: 0 1px 1px #d6d6d6, inset 0 1px 0 #ade4f8;    
}

.sdm_download.purple{
    background: #dfaeda;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8c4e4', endColorstr='#d494ce'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#e8c4e4), to(#d494ce)); /*  WebKit */
    background: -moz-linear-gradient(top,  #e8c4e4, #d494ce);
    border-color: #bc9db9 #ad89aa #a1799d;
    color: #4D334A !important;
    text-shadow: 0 1px 0 #eacae6;
    -webkit-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #eed3eb;
    -moz-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #eed3eb;
    box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #eed3eb;    
}
.sdm_download.purple:hover{
    background: #e0b1db;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#deabd9', endColorstr='#e0b1db'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#deabd9), to(#e0b1db)); /*  WebKit */
    background: -moz-linear-gradient(top,  #deabd9, #e0b1db);
    border-color: #a482a0 #9b7897 #947090;
    text-shadow: 0 1px 0 #ecd0e9;
    -webkit-box-shadow: 0 1px 1px #cdcdcd, inset 0 1px 0 #ccc;
    -moz-box-shadow: 0 1px 1px #cdcdcd, inset 0 1px 0 #ccc;
    box-shadow: 0 1px 1px #cdcdcd, inset 0 1px 0 #ccc;    
}

.sdm_download.teal{
    background: #9cedef;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#b7f2f4', endColorstr='#7ce7ea'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#b7f2f4), to(#7ce7ea)); /*  WebKit */
    background: -moz-linear-gradient(top,  #b7f2f4, #7ce7ea);
    border-color: #90c6c8 #78bdc0 #65b6ba;
    color: #2B5052 !important;
    text-shadow: 0 1px 0 #bef3f5;
    -webkit-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #c9f5f7;
    -moz-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #c9f5f7;
    box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #c9f5f7;    
}
.sdm_download.teal:hover{
    background: #9fedf0;
    border-color: #7db9bb #6bb2b5 #5dacaf;
    text-shadow: 0 1px 0 #c5f4f6;
    -webkit-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #b7f2f4;
    -moz-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #b7f2f4;
    box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #b7f2f4;    
}

.sdm_download.darkblue{
    background: #a5b8c6;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#becbd6', endColorstr='#88a1b4'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#becbd6), to(#88a1b4)); /*  WebKit */
    background: -moz-linear-gradient(top,  #becbd6, #88a1b4);
    border-color: #a2afb8 #8696a1 #6f818f;
    color: #26313B !important;
    text-shadow: 0 1px 0 #c4d0d9;
    -webkit-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #ced8e0;
    -moz-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #ced8e0;
    box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #ced8e0;    
}
.sdm_download.darkblue:hover{
    background: #adbfcb;
    border-color: #8996a0 #798791 #6c7a85;
    text-shadow: 0 1px 0 #ced9e0;
    -webkit-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #c2cfd8;
    -moz-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #c2cfd8;
    box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #c2cfd8;    
}

.sdm_download.black{
    background: #525252;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e5e5e', endColorstr='#434343'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#5e5e5e), to(#434343)); /*  WebKit */
    background: -moz-linear-gradient(top,  #5e5e5e, #434343);
    border-color: #4c4c4c #313131 #1f1f1f;
    color: #FFFFFF !important;
    text-shadow: 0 1px 0 #2e2e2e;
    -webkit-box-shadow: 0 1px 1px #afafaf, inset 0 1px 0 #868686;
    -moz-box-shadow: 0 1px 1px #afafaf, inset 0 1px 0 #868686;
    box-shadow: 0 1px 1px #afafaf, inset 0 1px 0 #868686;    
}
.sdm_download.black:hover{
    background: #5a5a5a;
    border-color: #2c2c2c #1c1c1c #101010;
    text-shadow: 0 1px 0 #363636;
    -webkit-box-shadow: 0 1px 1px #b1b1b1, inset 0 1px 0 #838383;
    -moz-box-shadow: 0 1px 1px #b1b1b1, inset 0 1px 0 #838383;
    box-shadow: 0 1px 1px #b1b1b1, inset 0 1px 0 #838383;    
}
.sdm_download.grey{
    background: #bdbdbd;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cacaca', endColorstr='#aeaeae'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#cacaca), to(#aeaeae)); /*  WebKit */
    background: -moz-linear-gradient(top,  #cacaca, #aeaeae);
    border-color: #b5b5b5 #a1a1a1 #8f8f8f;
    color: #555555 !important;
    text-shadow: 0 1px 0 #d4d4d4;
    -webkit-box-shadow: 0 1px 1px #c9c9c9, inset 0 1px 0 #d7d7d7;
    -moz-box-shadow: 0 1px 1px #c9c9c9, inset 0 1px 0 #d7d7d7;
    box-shadow: 0 1px 1px #c9c9c9, inset 0 1px 0 #d7d7d7;    
}
.sdm_download.grey:hover{
    background: #c2c2c2;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcbcbc', endColorstr='#c2c2c2'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#bcbcbc), to(#c2c2c2)); /*  WebKit */
    background: -moz-linear-gradient(top,  #bcbcbc, #c2c2c2);
    border-color: #989898 #8e8e8e #878787;
    text-shadow: 0 1px 0 #dadada;
    -webkit-box-shadow: 0 1px 1px #cdcdcd, inset 0 1px 0 #ccc;
    -moz-box-shadow: 0 1px 1px #cdcdcd, inset 0 1px 0 #ccc;
    box-shadow: 0 1px 1px #cdcdcd, inset 0 1px 0 #ccc;    
}

.sdm_download.pink{
    background: #f67689;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f78297', endColorstr='#f56778'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#f78297), to(#f56778)); /*  WebKit */
    background: -moz-linear-gradient(top,  #f78297, #f56778);
    border-color: #df6f8b #da5f75 #d55061;
    color: #4F272C !important;
    text-shadow: 0 1px 0 #f89ca9;
    -webkit-box-shadow: 0 1px 1px #c1c1c1, inset 0 1px 0 #f9a1b1;
    -moz-box-shadow: 0 1px 1px #c1c1c1, inset 0 1px 0 #f9a1b1;
    box-shadow: 0 1px 1px #c1c1c1, inset 0 1px 0 #f9a1b1;    
}
.sdm_download.pink:hover{
    background: #f67c90;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f56c7e', endColorstr='#f78297'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#f56c7e), to(#f78297)); /*  WebKit */
    background: -moz-linear-gradient(top,  #f56c7e, #f78297);
    border-color: #c36079 #c25669 #c14e5c;
    text-shadow: 0 1px 0 #f9a6b4;
    -webkit-box-shadow: 0 1px 1px #c3c3c3, inset 0 1px 0 #f8909e;
    -moz-box-shadow: 0 1px 1px #c3c3c3, inset 0 1px 0 #f8909e;
    box-shadow: 0 1px 1px #c3c3c3, inset 0 1px 0 #f8909e;    
}

.sdm_download.orange{
    background: #fecc5f;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#feda71', endColorstr='#febb4a'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#feda71), to(#febb4a)); /*  WebKit */
    background: -moz-linear-gradient(top,  #feda71, #febb4a);
    border-color: #f5b74e #e5a73e #d6982f;
    color: #4D3217 !important;
    text-shadow: 0 1px 0 #fedd9b;
    -webkit-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #fee395;
    -moz-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #fee395;
    box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #fee395;    
}
.sdm_download.orange:hover{
    background: #fecb5e;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fec354', endColorstr='#fecd61'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#fec354), to(#fecd61)); /*  WebKit */
    background: -moz-linear-gradient(top,  #fec354, #fecd61);
    border-color: #d29a3a #cc9436 #c89133;
    text-shadow: 0 1px 0 #fee1a0;
    -webkit-box-shadow: 0 1px 1px #d4d4d4, inset 0 1px 0 #fed17e;
    -moz-box-shadow: 0 1px 1px #d4d4d4, inset 0 1px 0 #fed17e;
    box-shadow: 0 1px 1px #d4d4d4, inset 0 1px 0 #fed17e;    
}
.sdm_download.white{
    background: #f5f5f5;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f0f0f0'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f0f0f0)); /*  WebKit */
    background: -moz-linear-gradient(top,  #f9f9f9, #f0f0f0);
    border-color: #dedede #d8d8d8 #d3d3d3;
    color: #555555 !important;
    text-shadow: 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 1px #eaeaea, inset 0 1px 0 #fbfbfb;
    -moz-box-shadow: 0 1px 1px #eaeaea, inset 0 1px 0 #fbfbfb;
    box-shadow: 0 1px 1px #eaeaea, inset 0 1px 0 #fbfbfb;
}
.sdm_download.white:hover{
    background: #f4f4f4;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#f8f8f8'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#f8f8f8)); /*  WebKit */
    background: -moz-linear-gradient(top,  #efefef, #f8f8f8);
    border-color: #c7c7c7 #c3c3c3 #bebebe;
    text-shadow: 0 1px 0 #fdfdfd;
    -webkit-box-shadow: 0 1px 1px #ebebeb, inset 0 1px 0 #f3f3f3;
    -moz-box-shadow: 0 1px 1px #ebebeb, inset 0 1px 0 #f3f3f3;
    box-shadow: 0 1px 1px #ebebeb, inset 0 1px 0 #f3f3f3;
}

.sdm_download.disabled{
    background: rgb(223, 223, 223);
    color: #9c9c9c;
    box-shadow: unset;
    cursor: not-allowed;
}

/* Ajax category file browser shortcode */
.sdm_object_tree .sdm_post_title{
    margin-right: 5px;
    display: block;
}

/* Search form and results */

.sdm_search_result_item {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid silver
}

.sdm_search_result_item:last-child {
    border-bottom: none;
}
.sdm_general_error_msg {
    color: red;
}
.sdm_disabled_button {
    opacity: 0.2; /* use opacity to make the button appear disabled */
}

/************************/
/*** Fancy 3 template ***/
/************************/
.sdm_fancy3_download_item{
display: block;    
max-width: 320px;    
border:1px solid #ccc;
margin-bottom:5px;
}
.sdm_fancy3_download_title{
font-weight: bold;
float: left;
padding: 5px 10px;
max-width: 170px;
overflow: hidden;
}
.sdm_fancy3_view_details_link{
float: right;
padding: 5px 10px;
}/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('/wp-content/plugins/woocommerce-advanced-products-labels/berocket/assets/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('/wp-content/plugins/woocommerce-advanced-products-labels/berocket/assets/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('/wp-content/plugins/woocommerce-advanced-products-labels/berocket/assets/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('/wp-content/plugins/woocommerce-advanced-products-labels/berocket/assets/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('/wp-content/plugins/woocommerce-advanced-products-labels/berocket/assets/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('/wp-content/plugins/woocommerce-advanced-products-labels/berocket/assets/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
.br_alabel > span {
    padding: 0;
    font-weight: bold;
    display: inline-block;
    overflow: visible;
    text-overflow: clip;
    text-align: center;
    box-sizing: border-box;
    border: 0px solid transparent;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/*.br_alabel.br_alabel_template_type_advanced > span b {
    bottom: 0;
    top: 0;
}*/

/*.br_alabel.br_alabel_template_type_css > span b.br-labels-css {
    left: 0;
    position: absolute !important;
    right: 0;    
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}*/

.br_alabel.br_alabel_template_type_image > span {
    background-color: transparent !important;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
}

.br_alabel.br_alabel_template_type_image > span b {
    display: none;
}
.br_alabel > span b {
    color: inherit;
}

.br_alabel_label {
    line-height: 1.75;
    margin-top: 0.5em;
}
.br_alabel_label.br_alabel_type_image > span {
    padding: 0;
}
.br_alabel_label.br_alabel_left {
    float: left;
    clear: left;
}
.br_alabel_label.br_alabel_right {
    float: right;
    clear: right;
}
.br_alabel_label.br_alabel_center {
    clear: both;
    text-align: center;
}
.br_alabel_label.br_alabel_center > span {
    display: inline-block;
}
.br_alabel_image {
    position: absolute;
    top: -10px;
    z-index: 500;
}
.br_alabel_image.br_alabel_left {
    left: -10px;
}
.br_alabel_image.br_alabel_right {
    right: -10px;
}
.br_alabel_image.br_alabel_center {
    left: 50%;
}
.br_alabel_image.br_alabel_center > span {
    position: relative;
    left: -50%;
}
.br_alabel img {
    display: block;
    max-width: 100%;
    margin: 0!important;
    padding: 0!important;
}
.woocommerce .product span.onsale{
    padding: 0;
    z-index: 100;
}
.br_alabel_sale_p.br_alabel_image > span {
    font-size: 16px;
    padding: 0;
}
.br_alabel_image .woocommerce-Price-amount.amount,
.br_alabel_image .woocommerce-Price-currencySymbol,
.br_alabel_label.br_alabel_center span.woocommerce-Price-currencySymbol,
.br_alabel_label.br_alabel_center span.woocommerce-Price-amount.amount {
    line-height: inherit;
    display:inline;
}

.br_alabel_in_title {
    display: inline-block;
}

.berocket_tooltip_image {
    max-height: 100%;
    max-width: 100%;
}

/************** css templates ***************/

/*.br_alabel.br_alabel_template_type_css > span b.br-labels-css-10 {
    top: 0;
}

.br_alabel.br_alabel_template_type_css > span b.br-labels-css-16 {
    transform: none;
}
*/
/*.br-labels-css-21-i1 {}*/

.br-labels-css-21-i1::before {
    background: rgba(255, 255, 255, 0.3) !important;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 50%;
}

/************** advanced templates ***************/

.br-labels-advanced-1,
.br-labels-advanced-2,
.br-labels-advanced-4,
.br-labels-advanced-5,
.br-labels-advanced-6,
.br-labels-advanced-9,
.br-labels-advanced-10,
.br-labels-advanced-11,
.br-labels-advanced-12 {
    position: absolute !important;
    bottom: 0;    
    left: 0;
    right: 0;
    top: 0;
}

.br-labels-advanced-2.rotated .b_span_before,
.br-labels-advanced-2.rotated .b_span_text,
.br-labels-advanced-2.rotated .b_span_after {
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
}

.br-labels-advanced-1 .b_span_text {
    font-size: 1.7em;
    position: absolute;
    left: 22%;
    top: 35%;
    margin-top: -0.5em;
    line-height: 1em;
}

.br-labels-advanced-1 .b_span_after {
    bottom: 27%;
    font-size: 1.2em;
    right: 20%;
    position: absolute;
    line-height: 1em;
    margin-bottom: -0.5em;
}

.br-labels-advanced-1.rotated .b_span_text {
    left: 0.5em;
    right: auto;
}

.br-labels-advanced-1.rotated .b_span_after {
    left: 0.4em;
    right: auto;    
}

/*.br-labels-advanced-2 {
    overflow: hidden;
}*/

.br-labels-advanced-2 .b_span_before {
    display: inline-block;
    font-size: 1em;
    line-height: 1;
    position: absolute;
    text-align: left;
    left: 65%;
    top: 20%;
    width: 40%;
    line-height: 1em;
    margin-top: -0.5em;
}

.br-labels-advanced-2 .b_span_text {
    display: inline-block;
    font-size: 1.7em;
    right: 35%;
    position: absolute;
    text-align: right;
    top: 30%;
    width: 50%;
    line-height: 1em;
    margin-top: -0.5em;
}

.br-labels-advanced-2 .b_span_after {
    bottom: 17%;
    font-size: 0.9em;
    left: 15%;
    position: absolute;
    right: 0;
    white-space: nowrap;
    line-height: 1em;
    margin-bottom: -0.5em
}

.br-labels-advanced-2.rotated .b_span_before {
    left: 5%;
    right: 0;
}

.br-labels-advanced-2.rotated .b_span_text {
    right: 5%;
    text-align: end;
}

.br_alabel.br_alabel_template_type_advanced > span b.br-labels-advanced-3 {
    top: 14%;
}

.br-labels-advanced-3 .b_span_text {
    font-size: 1.8em;
    line-height: 1em;
    position: absolute;
    top: 50%;
    margin-top: -0.5em;
    left: 0;
    right: 0;
}

.br-labels-advanced-3 .b_span_after {
    font-size: 0.8em;
    line-height: 1em;
    position: absolute;
    bottom: 20%;
    left: 0;
    right: 0;
    margin-bottom: -0.5em;
}

.br-labels-advanced-3 .b_span_before {
    font-size: 0.8em;
    line-height: 1em;
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    margin-top: -0.5em;
}

/*.br-labels-advanced-4 {
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 74%;
}*/

.br-labels-advanced-4 .b_span_before {
    left: 0;
    position: absolute;
    top: 47%;
    right: 0;
    font-size: 0.6em;
    text-transform: uppercase;
    line-height: 1em;
    margin-top: -0.5em;
}

.br-labels-advanced-4 .b_span_text {
    font-size: 1.2em;
    position: absolute;
    top: 16%;
    left: 0;
    right: 0;
    margin-top: -0.5em;
    line-height: 1em;
}

.br-labels-advanced-4 .b_span_after {
    bottom: 29%;
    font-size: 0.7em;
    left: 0;
    position: absolute;
    right: 0;
    white-space: nowrap;
    margin-bottom: -0.5em;
    line-height: 1em;
}

.br-labels-advanced-5 .b_span_before {
    font-size: 0.6em;
    left: 0;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 55%;
    margin-top: -0.5em;
    line-height: 1em;
}

.br-labels-advanced-5 .b_span_text {
    font-size: 1.5em;
    left: 0;
    right: 0;
    position: absolute;
    top: 20%;
    white-space: nowrap;
    margin-top: -0.5em;
    line-height: 1em;
}

.br-labels-advanced-5 .b_span_after {
    bottom: 23%;
    font-size: 0.7em;
    left: 0;
    position: absolute;
    right: 0;
    white-space: nowrap;
    margin-bottom: -0.5em;
    line-height: 1em;
}

.br-labels-advanced-6 .b_span_text {
    font-size: 1.5em;
    position: absolute;
    top: 27%;
    left: 0;
    right: 0;
    margin-top: -0.5em;
    line-height: 1em;
}

.br-labels-advanced-6 .b_span_after {
    bottom: 27%;
    font-size: 0.7em;
    left: 0;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    margin-bottom: -0.5em;
    line-height: 1em;
}

.br-labels-advanced-7 {
    font-size: 1.8em;
    left: 0;
    position: absolute !important;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.br-labels-advanced-7 .b_span_text {
    line-height: 1;
    display: block;
}

.br-labels-advanced-7 .b_span_after {
    font-size: 50%;
    line-height: 50%;
}

.br-labels-advanced-7 .b_span_after .woocommerce-Price-amount {
    white-space: nowrap;
}

.br-labels-advanced-7-i3 {}

.br-labels-advanced-7-i3:before {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    content: '';
    height: 100%;
    left: -50%;
    position: absolute;
    right: 0;
    top: 60%;
}

.br-labels-advanced-8 {
    font-size: 2.2em;
    height: 70%;
    left: 0;
    position: absolute !important;
    right: 0;
    top: 40%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.br-labels-advanced-8 .b_span_text {
    line-height: 1;
    display: block;
}

.br-labels-advanced-8 .b_span_after {
    font-size: 50%;
    line-height: 50%;
}

/*.br-labels-advanced-8-i3 {}*/

.br-labels-advanced-8-i3::before {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    bottom: 10%;
    content: '';
    left: -50%;
    position: absolute;
    right: 0;
    top: -20%;
    width: 200%;
    z-index: 99;
}

.br-labels-advanced-8-i2::before {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    bottom: 10%;
    content: '';
    left: -85%;
    position: absolute;
    right: 0;
    top: -20%;
    width: 200%;
    z-index: 99;
}

.br-labels-advanced-8 .b_span_after .woocommerce-Price-amount {
    white-space: nowrap; 
}

/*.br_alabel.br_alabel_template_type_advanced > span b.br-labels-advanced-9 {
    bottom: 13%;
}*/

.br-labels-advanced-9 .b_span_text {
    font-size: 0.8em;
    left: 0;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 65%;
    -webkit-filter: invert(60%);
    filter: invert(60%);
    margin-top: -0.5em;
    line-height: 1em;
}

.br-labels-advanced-9 .b_span_after {
    left: 0;
    font-size: 1em;
    position: absolute;
    right: 0;
    white-space: nowrap;
    line-height: 1em;
    margin-bottom: -0.5em;
    bottom: 11%;
}

.br-labels-advanced-9 .b_span_before {
    font-size: 1.2em;
    left: 0.5em;
    line-height: 1.1em;
    position: absolute;
    right: 0.5em;
    top: 17%;
    -webkit-filter: invert(60%);
    filter: invert(60%);
    margin-top: -0.6em;
}

.br-labels-advanced-10 .b_span_text {
    font-size: 1.8em;
    left: 17%;
    position: absolute;
    right: 0;
    top: 35%;
    white-space: nowrap;
    line-height: 1em;
    margin-top: -0.5em;
}

.br-labels-advanced-10 .b_span_after {
    bottom: 25%;
    font-size: 1em;
    left: 32%;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    line-height: 1em;
    margin-bottom: -0.5em;
}

.br-labels-advanced-10.rotated .b_span_text {
    left: 0;
    right: 17%;
}

.br-labels-advanced-10.rotated .b_span_after {
    left: 0.5em;
    right: auto;
}

.br-labels-advanced-11 .b_span_before {
    text-transform: uppercase;
    display: inline-block;
    font-size: 1em;
    position: absolute;
    text-align: left;
    left: 65%;
    top: 20%;
    width: 40%;
    line-height: 1em;
    margin-top: -0.5em;
}

.br-labels-advanced-11 .b_span_text {
    display: inline-block;
    font-size: 1.7em;
    right: 35%;
    position: absolute;
    text-align: right;
    top: 30%;
    width: 50%;
    line-height: 1em;
    margin-top: -0.5em;
}

.br-labels-advanced-11 .b_span_after {
    bottom: 19%;
    font-size: 0.9em;
    left: 15%;
    position: absolute;
    right: 0;
    white-space: nowrap;
    line-height: 1em;
    margin-bottom: -0.5em;
}

.br-labels-advanced-11.rotated .b_span_before {
    right: 0;
    left: 55%;
}

.br-labels-advanced-11.rotated .b_span_text {
    left: 5%;
    right: 0;
}

.br-labels-advanced-11.rotated .b_span_after {
    left: 0;
    right: 10%;
}

.br-labels-advanced-12 .b_span_before {
    bottom: 44%;
    font-size: 0.6em;
    left: 0;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    line-height: 1em;
    margin-bottom: -0.5em;
}

.br-labels-advanced-12 .b_span_text {
    font-size: 1.4em;
    left: 0;
    position: absolute;
    right: 0;
    top: 37%;
    line-height: 1em;
    margin-top: -0.5em;
}

.br-labels-advanced-12 .b_span_after {
    bottom: 28%;
    font-size: 0.8em;
    left: 0;
    position: absolute;
    right: 0;
    margin-bottom: -0.5em;
    line-height: 1em;
}


/************* tippy styles ************************/
.tippy-content {
    text-align: center;
}

.berocket_tooltip_image {
    display: block;
}

.berocket_tooltip_text {
    white-space: pre-wrap;
}

.br_alabel svg {
    position: absolute;
    top: 0;
    width: 100%;
    overflow: visible!important;
    left: 0;
}
.jet-woo-products-list__item {
    position: relative;
    overflow: visible!important;
}.br_alabel > span {
    padding: 0;
    font-weight: bold;
    display: inline-block;
    overflow: visible;
    text-overflow: clip;
    text-align: center;
    box-sizing: border-box;
    border: 0px solid transparent;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/*.br_alabel.br_alabel_template_type_advanced > span b {
    bottom: 0;
    top: 0;
}*/

/*.br_alabel.br_alabel_template_type_css > span b.br-labels-css {
    left: 0;
    position: absolute !important;
    right: 0;    
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}*/

.br_alabel.br_alabel_template_type_image > span {
    background-color: transparent !important;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
}

.br_alabel.br_alabel_template_type_image > span b {
    display: none;
}
.br_alabel > span b {
    color: inherit;
}

.br_alabel_label {
    line-height: 1.75;
    margin-top: 0.5em;
}
.br_alabel_label.br_alabel_type_image > span {
    padding: 0;
}
.br_alabel_label.br_alabel_left {
    float: left;
    clear: left;
}
.br_alabel_label.br_alabel_right {
    float: right;
    clear: right;
}
.br_alabel_label.br_alabel_center {
    clear: both;
    text-align: center;
}
.br_alabel_label.br_alabel_center > span {
    display: inline-block;
}
.br_alabel_image {
    position: absolute;
    top: -10px;
    z-index: 500;
}
.br_alabel_image.br_alabel_left {
    left: -10px;
}
.br_alabel_image.br_alabel_right {
    right: -10px;
}
.br_alabel_image.br_alabel_center {
    left: 50%;
}
.br_alabel_image.br_alabel_center > span {
    position: relative;
    left: -50%;
}
.br_alabel img {
    display: block;
    max-width: 100%;
    margin: 0!important;
    padding: 0!important;
}
.woocommerce .product span.onsale{
    padding: 0;
    z-index: 100;
}
.br_alabel_sale_p.br_alabel_image > span {
    font-size: 16px;
    padding: 0;
}
.br_alabel_image .woocommerce-Price-amount.amount,
.br_alabel_image .woocommerce-Price-currencySymbol,
.br_alabel_label.br_alabel_center span.woocommerce-Price-currencySymbol,
.br_alabel_label.br_alabel_center span.woocommerce-Price-amount.amount {
    line-height: inherit;
    display:inline;
}

.br_alabel_in_title {
    display: inline-block;
}

.berocket_tooltip_image {
    max-height: 100%;
    max-width: 100%;
}

/************** css templates ***************/

/*.br_alabel.br_alabel_template_type_css > span b.br-labels-css-10 {
    top: 0;
}

.br_alabel.br_alabel_template_type_css > span b.br-labels-css-16 {
    transform: none;
}
*/
/*.br-labels-css-21-i1 {}*/

.br-labels-css-21-i1::before {
    background: rgba(255, 255, 255, 0.3) !important;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 50%;
}

/************** advanced templates ***************/

.br-labels-advanced-1,
.br-labels-advanced-2,
.br-labels-advanced-4,
.br-labels-advanced-5,
.br-labels-advanced-6,
.br-labels-advanced-9,
.br-labels-advanced-10,
.br-labels-advanced-11,
.br-labels-advanced-12 {
    position: absolute !important;
    bottom: 0;    
    left: 0;
    right: 0;
    top: 0;
}

.br-labels-advanced-2.rotated .b_span_before,
.br-labels-advanced-2.rotated .b_span_text,
.br-labels-advanced-2.rotated .b_span_after {
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
}

.br-labels-advanced-1 .b_span_text {
    font-size: 1.7em;
    position: absolute;
    left: 22%;
    top: 35%;
    margin-top: -0.5em;
    line-height: 1em;
}

.br-labels-advanced-1 .b_span_after {
    bottom: 27%;
    font-size: 1.2em;
    right: 20%;
    position: absolute;
    line-height: 1em;
    margin-bottom: -0.5em;
}

.br-labels-advanced-1.rotated .b_span_text {
    left: 0.5em;
    right: auto;
}

.br-labels-advanced-1.rotated .b_span_after {
    left: 0.4em;
    right: auto;    
}

/*.br-labels-advanced-2 {
    overflow: hidden;
}*/

.br-labels-advanced-2 .b_span_before {
    display: inline-block;
    font-size: 1em;
    line-height: 1;
    position: absolute;
    text-align: left;
    left: 65%;
    top: 20%;
    width: 40%;
    line-height: 1em;
    margin-top: -0.5em;
}

.br-labels-advanced-2 .b_span_text {
    display: inline-block;
    font-size: 1.7em;
    right: 35%;
    position: absolute;
    text-align: right;
    top: 30%;
    width: 50%;
    line-height: 1em;
    margin-top: -0.5em;
}

.br-labels-advanced-2 .b_span_after {
    bottom: 17%;
    font-size: 0.9em;
    left: 15%;
    position: absolute;
    right: 0;
    white-space: nowrap;
    line-height: 1em;
    margin-bottom: -0.5em
}

.br-labels-advanced-2.rotated .b_span_before {
    left: 5%;
    right: 0;
}

.br-labels-advanced-2.rotated .b_span_text {
    right: 5%;
    text-align: end;
}

.br_alabel.br_alabel_template_type_advanced > span b.br-labels-advanced-3 {
    top: 14%;
}

.br-labels-advanced-3 .b_span_text {
    font-size: 1.8em;
    line-height: 1em;
    position: absolute;
    top: 50%;
    margin-top: -0.5em;
    left: 0;
    right: 0;
}

.br-labels-advanced-3 .b_span_after {
    font-size: 0.8em;
    line-height: 1em;
    position: absolute;
    bottom: 20%;
    left: 0;
    right: 0;
    margin-bottom: -0.5em;
}

.br-labels-advanced-3 .b_span_before {
    font-size: 0.8em;
    line-height: 1em;
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    margin-top: -0.5em;
}

/*.br-labels-advanced-4 {
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 74%;
}*/

.br-labels-advanced-4 .b_span_before {
    left: 0;
    position: absolute;
    top: 47%;
    right: 0;
    font-size: 0.6em;
    text-transform: uppercase;
    line-height: 1em;
    margin-top: -0.5em;
}

.br-labels-advanced-4 .b_span_text {
    font-size: 1.2em;
    position: absolute;
    top: 16%;
    left: 0;
    right: 0;
    margin-top: -0.5em;
    line-height: 1em;
}

.br-labels-advanced-4 .b_span_after {
    bottom: 29%;
    font-size: 0.7em;
    left: 0;
    position: absolute;
    right: 0;
    white-space: nowrap;
    margin-bottom: -0.5em;
    line-height: 1em;
}

.br-labels-advanced-5 .b_span_before {
    font-size: 0.6em;
    left: 0;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 55%;
    margin-top: -0.5em;
    line-height: 1em;
}

.br-labels-advanced-5 .b_span_text {
    font-size: 1.5em;
    left: 0;
    right: 0;
    position: absolute;
    top: 20%;
    white-space: nowrap;
    margin-top: -0.5em;
    line-height: 1em;
}

.br-labels-advanced-5 .b_span_after {
    bottom: 23%;
    font-size: 0.7em;
    left: 0;
    position: absolute;
    right: 0;
    white-space: nowrap;
    margin-bottom: -0.5em;
    line-height: 1em;
}

.br-labels-advanced-6 .b_span_text {
    font-size: 1.5em;
    position: absolute;
    top: 27%;
    left: 0;
    right: 0;
    margin-top: -0.5em;
    line-height: 1em;
}

.br-labels-advanced-6 .b_span_after {
    bottom: 27%;
    font-size: 0.7em;
    left: 0;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    margin-bottom: -0.5em;
    line-height: 1em;
}

.br-labels-advanced-7 {
    font-size: 1.8em;
    left: 0;
    position: absolute !important;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.br-labels-advanced-7 .b_span_text {
    line-height: 1;
    display: block;
}

.br-labels-advanced-7 .b_span_after {
    font-size: 50%;
    line-height: 50%;
}

.br-labels-advanced-7 .b_span_after .woocommerce-Price-amount {
    white-space: nowrap;
}

.br-labels-advanced-7-i3 {}

.br-labels-advanced-7-i3:before {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    content: '';
    height: 100%;
    left: -50%;
    position: absolute;
    right: 0;
    top: 60%;
}

.br-labels-advanced-8 {
    font-size: 2.2em;
    height: 70%;
    left: 0;
    position: absolute !important;
    right: 0;
    top: 40%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.br-labels-advanced-8 .b_span_text {
    line-height: 1;
    display: block;
}

.br-labels-advanced-8 .b_span_after {
    font-size: 50%;
    line-height: 50%;
}

/*.br-labels-advanced-8-i3 {}*/

.br-labels-advanced-8-i3::before {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    bottom: 10%;
    content: '';
    left: -50%;
    position: absolute;
    right: 0;
    top: -20%;
    width: 200%;
    z-index: 99;
}

.br-labels-advanced-8-i2::before {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    bottom: 10%;
    content: '';
    left: -85%;
    position: absolute;
    right: 0;
    top: -20%;
    width: 200%;
    z-index: 99;
}

.br-labels-advanced-8 .b_span_after .woocommerce-Price-amount {
    white-space: nowrap; 
}

/*.br_alabel.br_alabel_template_type_advanced > span b.br-labels-advanced-9 {
    bottom: 13%;
}*/

.br-labels-advanced-9 .b_span_text {
    font-size: 0.8em;
    left: 0;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 65%;
    -webkit-filter: invert(60%);
    filter: invert(60%);
    margin-top: -0.5em;
    line-height: 1em;
}

.br-labels-advanced-9 .b_span_after {
    left: 0;
    font-size: 1em;
    position: absolute;
    right: 0;
    white-space: nowrap;
    line-height: 1em;
    margin-bottom: -0.5em;
    bottom: 11%;
}

.br-labels-advanced-9 .b_span_before {
    font-size: 1.2em;
    left: 0.5em;
    line-height: 1.1em;
    position: absolute;
    right: 0.5em;
    top: 17%;
    -webkit-filter: invert(60%);
    filter: invert(60%);
    margin-top: -0.6em;
}

.br-labels-advanced-10 .b_span_text {
    font-size: 1.8em;
    left: 17%;
    position: absolute;
    right: 0;
    top: 35%;
    white-space: nowrap;
    line-height: 1em;
    margin-top: -0.5em;
}

.br-labels-advanced-10 .b_span_after {
    bottom: 25%;
    font-size: 1em;
    left: 32%;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    line-height: 1em;
    margin-bottom: -0.5em;
}

.br-labels-advanced-10.rotated .b_span_text {
    left: 0;
    right: 17%;
}

.br-labels-advanced-10.rotated .b_span_after {
    left: 0.5em;
    right: auto;
}

.br-labels-advanced-11 .b_span_before {
    text-transform: uppercase;
    display: inline-block;
    font-size: 1em;
    position: absolute;
    text-align: left;
    left: 65%;
    top: 20%;
    width: 40%;
    line-height: 1em;
    margin-top: -0.5em;
}

.br-labels-advanced-11 .b_span_text {
    display: inline-block;
    font-size: 1.7em;
    right: 35%;
    position: absolute;
    text-align: right;
    top: 30%;
    width: 50%;
    line-height: 1em;
    margin-top: -0.5em;
}

.br-labels-advanced-11 .b_span_after {
    bottom: 19%;
    font-size: 0.9em;
    left: 15%;
    position: absolute;
    right: 0;
    white-space: nowrap;
    line-height: 1em;
    margin-bottom: -0.5em;
}

.br-labels-advanced-11.rotated .b_span_before {
    right: 0;
    left: 55%;
}

.br-labels-advanced-11.rotated .b_span_text {
    left: 5%;
    right: 0;
}

.br-labels-advanced-11.rotated .b_span_after {
    left: 0;
    right: 10%;
}

.br-labels-advanced-12 .b_span_before {
    bottom: 44%;
    font-size: 0.6em;
    left: 0;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    line-height: 1em;
    margin-bottom: -0.5em;
}

.br-labels-advanced-12 .b_span_text {
    font-size: 1.4em;
    left: 0;
    position: absolute;
    right: 0;
    top: 37%;
    line-height: 1em;
    margin-top: -0.5em;
}

.br-labels-advanced-12 .b_span_after {
    bottom: 28%;
    font-size: 0.8em;
    left: 0;
    position: absolute;
    right: 0;
    margin-bottom: -0.5em;
    line-height: 1em;
}


/************* tippy styles ************************/
.tippy-content {
    text-align: center;
}

.berocket_tooltip_image {
    display: block;
}

.berocket_tooltip_text {
    white-space: pre-wrap;
}

.br_alabel svg {
    position: absolute;
    top: 0;
    width: 100%;
    overflow: visible!important;
    left: 0;
}
.jet-woo-products-list__item {
    position: relative;
    overflow: visible!important;
}#affwp-generate-ref-url input,.affwp-form label+input,.affwp-form label+textarea,table.affwp-table{width:100%}.affwp-creative pre,.affwp-table{word-wrap:break-word}table.affwp-table{text-align:left;border:none;margin:0 0 21px;border-collapse:collapse}table.affwp-table td,table.affwp-table th{text-align:left;border:1px solid #eee;color:#666;padding:.3em 1em;max-width:100%}table.affwp-table th{background:#fafafa;font-weight:700}.affwp-form{margin-bottom:20px}.affwp-form fieldset{border:none}.affwp-form legend{font-size:120%;margin-bottom:1em}.affwp-form input[type=text],.affwp-form input[type=password],.affwp-form input[type=email],.affwp-form input[type=url],.affwp-form textarea{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.affwp-form input{border:1px solid #eaeaea;border:1px solid rgba(51,51,51,.1)}.affwp-form input[type=text].required,.affwp-form input[type=password].required,.affwp-form input[type=email].required,.affwp-form input[type=url].required{color:inherit}.affwp-form input[type=checkbox]{display:inline-block}.affwp-form label{cursor:pointer}.affwp-wrap{margin-bottom:20px}.affwp-errors,.affwp-notice{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;border:1px solid #E6DB55;margin:0 0 21px;background:#FFFFE0;color:#333}.affwp-error,.affwp-notice{padding:10px}p.affwp-error{margin:0!important}#affwp-affiliate-dashboard h4,#affwp-graphs-filter{margin-bottom:20px}#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs{margin:0 0 20px;padding:0;border:none}#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li{display:inline-block;padding:0 10px 0 0;margin:0}#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li.active{font-weight:700}#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li a{text-decoration:none}#affwp-affiliate-dashboard .affwp-graph{margin-bottom:20px}#affwp-affiliate-dashboard .affwp-graph table{width:auto}#affwp-affiliate-dashboard-visits{table-layout:fixed}#affwp-affiliate-dashboard-visits .referring-url,#affwp-affiliate-dashboard-visits .visit-url{width:30%}#affwp-affiliate-dashboard-visits .referral-status{width:15%}#affwp-affiliate-dashboard-visits .visit-date{width:25%}#affwp-affiliate-dashboard .affwp-send-notifications-wrap label,.affwp-form .affwp-tos,.affwp-form .affwp-user-remember{width:auto}#affwp-affiliate-dashboard-payouts-service{margin-bottom:50px}.affwp-form select#affwp-payout-service-account-type,.affwp-form select#affwp-payout-service-country{width:100%}.visit-converted i{display:inline-block;position:relative;top:2px;left:2px}.visit-converted i:before{font-family:dashicons;font-style:normal}.visit-converted.yes i:before{content:"\f147";color:#5e95ef}.visit-converted.no i:before{content:"\f158";color:#ef6c5e}.affwp-creative pre{background-color:transparent;background-color:rgba(0,0,0,.01);border:1px solid #eaeaea;border:1px solid rgba(51,51,51,.1);line-height:1.5;max-width:100%;overflow:auto;padding:1em;white-space:pre;white-space:pre-wrap}.affwp-creative code,.affwp-creative pre{-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none}.affwp-creative{margin-bottom:40px;padding-bottom:20px;border-bottom:1px solid #eaeaea;border-bottom:1px solid rgba(51,51,51,.1)}.affwp-creative:last-of-type{border-bottom:none;padding-bottom:0}.screen-reader-text{position:absolute;margin:-1px;padding:0;height:1px;width:1px;overflow:hidden;clip:rect(0 0 0 0);border:0;word-wrap:normal!important}.affwp-table-responsive td:before{content:attr(data-th) ":\00a0";font-weight:700;display:none}@media (max-width:767px){#affwp-affiliate-dashboard-campaign-stats .affwp-table-responsive td.affwp-table-no-data{display:block}#affwp-affiliate-dashboard-payouts .affwp-table-responsive td.affwp-table-no-data:before,#affwp-affiliate-dashboard-referrals .affwp-table-responsive td.affwp-table-no-data:before,#affwp-affiliate-dashboard-visits .affwp-table-responsive td.affwp-table-no-data:before{display:none}.affwp-table-responsive td:last-child{margin-bottom:20px}.affwp-table-responsive td:first-child{background-color:#fafafa}.affwp-table-responsive td:before{display:inline-block}.affwp-table-responsive th{display:none}.affwp-table-responsive td{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}}#affwp-generate-ref-url input,.affwp-form label+input,.affwp-form label+textarea,table.affwp-table{width:100%}.affwp-creative pre,.affwp-table{word-wrap:break-word}table.affwp-table{text-align:left;border:none;margin:0 0 21px;border-collapse:collapse}table.affwp-table td,table.affwp-table th{text-align:left;border:1px solid #eee;color:#666;padding:.3em 1em;max-width:100%}table.affwp-table th{background:#fafafa;font-weight:700}.affwp-form{margin-bottom:20px}.affwp-form fieldset{border:none}.affwp-form legend{font-size:120%;margin-bottom:1em}.affwp-form input[type=text],.affwp-form input[type=password],.affwp-form input[type=email],.affwp-form input[type=url],.affwp-form textarea{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.affwp-form input{border:1px solid #eaeaea;border:1px solid rgba(51,51,51,.1)}.affwp-form input[type=text].required,.affwp-form input[type=password].required,.affwp-form input[type=email].required,.affwp-form input[type=url].required{color:inherit}.affwp-form input[type=checkbox]{display:inline-block}.affwp-form label{cursor:pointer}.affwp-wrap{margin-bottom:20px}.affwp-errors,.affwp-notice{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;border:1px solid #E6DB55;margin:0 0 21px;background:#FFFFE0;color:#333}.affwp-error,.affwp-notice{padding:10px}p.affwp-error{margin:0!important}#affwp-affiliate-dashboard h4,#affwp-graphs-filter{margin-bottom:20px}#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs{margin:0 0 20px;padding:0;border:none}#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li{display:inline-block;padding:0 10px 0 0;margin:0}#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li.active{font-weight:700}#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li a{text-decoration:none}#affwp-affiliate-dashboard .affwp-graph{margin-bottom:20px}#affwp-affiliate-dashboard .affwp-graph table{width:auto}#affwp-affiliate-dashboard-visits{table-layout:fixed}#affwp-affiliate-dashboard-visits .referring-url,#affwp-affiliate-dashboard-visits .visit-url{width:30%}#affwp-affiliate-dashboard-visits .referral-status{width:15%}#affwp-affiliate-dashboard-visits .visit-date{width:25%}#affwp-affiliate-dashboard .affwp-send-notifications-wrap label,.affwp-form .affwp-tos,.affwp-form .affwp-user-remember{width:auto}#affwp-affiliate-dashboard-payouts-service{margin-bottom:50px}.affwp-form select#affwp-payout-service-account-type,.affwp-form select#affwp-payout-service-country{width:100%}.visit-converted i{display:inline-block;position:relative;top:2px;left:2px}.visit-converted i:before{font-family:dashicons;font-style:normal}.visit-converted.yes i:before{content:"\f147";color:#5e95ef}.visit-converted.no i:before{content:"\f158";color:#ef6c5e}.affwp-creative pre{background-color:transparent;background-color:rgba(0,0,0,.01);border:1px solid #eaeaea;border:1px solid rgba(51,51,51,.1);line-height:1.5;max-width:100%;overflow:auto;padding:1em;white-space:pre;white-space:pre-wrap}.affwp-creative code,.affwp-creative pre{-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none}.affwp-creative{margin-bottom:40px;padding-bottom:20px;border-bottom:1px solid #eaeaea;border-bottom:1px solid rgba(51,51,51,.1)}.affwp-creative:last-of-type{border-bottom:none;padding-bottom:0}.screen-reader-text{position:absolute;margin:-1px;padding:0;height:1px;width:1px;overflow:hidden;clip:rect(0 0 0 0);border:0;word-wrap:normal!important}.affwp-table-responsive td:before{content:attr(data-th) ":\00a0";font-weight:700;display:none}@media (max-width:767px){#affwp-affiliate-dashboard-campaign-stats .affwp-table-responsive td.affwp-table-no-data{display:block}#affwp-affiliate-dashboard-payouts .affwp-table-responsive td.affwp-table-no-data:before,#affwp-affiliate-dashboard-referrals .affwp-table-responsive td.affwp-table-no-data:before,#affwp-affiliate-dashboard-visits .affwp-table-responsive td.affwp-table-no-data:before{display:none}.affwp-table-responsive td:last-child{margin-bottom:20px}.affwp-table-responsive td:first-child{background-color:#fafafa}.affwp-table-responsive td:before{display:inline-block}.affwp-table-responsive th{display:none}.affwp-table-responsive td{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}}/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 *//**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */:root{--woocommerce:#720eec;--wc-green:#7ad03a;--wc-red:#a00;--wc-orange:#ffba00;--wc-blue:#2ea2cc;--wc-primary:#720eec;--wc-primary-text:#fcfbfe;--wc-secondary:#e9e6ed;--wc-secondary-text:#515151;--wc-highlight:#958e09;--wc-highligh-text:white;--wc-content-bg:#fff;--wc-subtext:#767676;--wc-form-border-color:rgba(32, 7, 7, 0.8);--wc-form-border-radius:4px;--wc-form-border-width:1px}.woocommerce .woocommerce-error .button,.woocommerce .woocommerce-info .button,.woocommerce .woocommerce-message .button,.woocommerce-page .woocommerce-error .button,.woocommerce-page .woocommerce-info .button,.woocommerce-page .woocommerce-message .button{float:right}.woocommerce .col2-set,.woocommerce-page .col2-set{width:100%}.woocommerce .col2-set::after,.woocommerce .col2-set::before,.woocommerce-page .col2-set::after,.woocommerce-page .col2-set::before{content:" ";display:table}.woocommerce .col2-set::after,.woocommerce-page .col2-set::after{clear:both}.woocommerce .col2-set .col-1,.woocommerce-page .col2-set .col-1{float:left;width:48%}.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-2{float:right;width:48%}.woocommerce img,.woocommerce-page img{height:auto;max-width:100%}.woocommerce #content div.product div.images,.woocommerce div.product div.images,.woocommerce-page #content div.product div.images,.woocommerce-page div.product div.images{float:left;width:48%}.woocommerce #content div.product div.thumbnails::after,.woocommerce #content div.product div.thumbnails::before,.woocommerce div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::before,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::before,.woocommerce-page div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::before{content:" ";display:table}.woocommerce #content div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::after{clear:both}.woocommerce #content div.product div.thumbnails a,.woocommerce div.product div.thumbnails a,.woocommerce-page #content div.product div.thumbnails a,.woocommerce-page div.product div.thumbnails a{float:left;width:30.75%;margin-right:3.8%;margin-bottom:1em}.woocommerce #content div.product div.thumbnails a.last,.woocommerce div.product div.thumbnails a.last,.woocommerce-page #content div.product div.thumbnails a.last,.woocommerce-page div.product div.thumbnails a.last{margin-right:0}.woocommerce #content div.product div.thumbnails a.first,.woocommerce div.product div.thumbnails a.first,.woocommerce-page #content div.product div.thumbnails a.first,.woocommerce-page div.product div.thumbnails a.first{clear:both}.woocommerce #content div.product div.thumbnails.columns-1 a,.woocommerce div.product div.thumbnails.columns-1 a,.woocommerce-page #content div.product div.thumbnails.columns-1 a,.woocommerce-page div.product div.thumbnails.columns-1 a{width:100%;margin-right:0;float:none}.woocommerce #content div.product div.thumbnails.columns-2 a,.woocommerce div.product div.thumbnails.columns-2 a,.woocommerce-page #content div.product div.thumbnails.columns-2 a,.woocommerce-page div.product div.thumbnails.columns-2 a{width:48%}.woocommerce #content div.product div.thumbnails.columns-4 a,.woocommerce div.product div.thumbnails.columns-4 a,.woocommerce-page #content div.product div.thumbnails.columns-4 a,.woocommerce-page div.product div.thumbnails.columns-4 a{width:22.05%}.woocommerce #content div.product div.thumbnails.columns-5 a,.woocommerce div.product div.thumbnails.columns-5 a,.woocommerce-page #content div.product div.thumbnails.columns-5 a,.woocommerce-page div.product div.thumbnails.columns-5 a{width:16.9%}.woocommerce #content div.product div.summary,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.summary{float:right;width:48%;clear:none}.woocommerce #content div.product .woocommerce-tabs,.woocommerce div.product .woocommerce-tabs,.woocommerce-page #content div.product .woocommerce-tabs,.woocommerce-page div.product .woocommerce-tabs{clear:both}.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::before{content:" ";display:table}.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after{clear:both}.woocommerce #content div.product .woocommerce-tabs ul.tabs li,.woocommerce div.product .woocommerce-tabs ul.tabs li,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,.woocommerce-page div.product .woocommerce-tabs ul.tabs li{display:inline-block}.woocommerce #content div.product #reviews .comment::after,.woocommerce #content div.product #reviews .comment::before,.woocommerce div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::before,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::before,.woocommerce-page div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::before{content:" ";display:table}.woocommerce #content div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::after{clear:both}.woocommerce #content div.product #reviews .comment img,.woocommerce div.product #reviews .comment img,.woocommerce-page #content div.product #reviews .comment img,.woocommerce-page div.product #reviews .comment img{float:right;height:auto}.woocommerce ul.products,.woocommerce-page ul.products{clear:both}.woocommerce ul.products::after,.woocommerce ul.products::before,.woocommerce-page ul.products::after,.woocommerce-page ul.products::before{content:" ";display:table}.woocommerce ul.products::after,.woocommerce-page ul.products::after{clear:both}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{float:left;margin:0 3.8% 2.992em 0;padding:0;position:relative;width:22.05%;margin-left:0}.woocommerce ul.products li.first,.woocommerce-page ul.products li.first{clear:both}.woocommerce ul.products li.last,.woocommerce-page ul.products li.last{margin-right:0}.woocommerce ul.products.columns-1 li.product,.woocommerce-page ul.products.columns-1 li.product{width:100%;margin-right:0}.woocommerce ul.products.columns-2 li.product,.woocommerce-page ul.products.columns-2 li.product{width:48%}.woocommerce ul.products.columns-3 li.product,.woocommerce-page ul.products.columns-3 li.product{width:30.75%}.woocommerce ul.products.columns-5 li.product,.woocommerce-page ul.products.columns-5 li.product{width:16.95%}.woocommerce ul.products.columns-6 li.product,.woocommerce-page ul.products.columns-6 li.product{width:13.5%}.woocommerce-page.columns-1 ul.products li.product,.woocommerce.columns-1 ul.products li.product{width:100%;margin-right:0}.woocommerce-page.columns-2 ul.products li.product,.woocommerce.columns-2 ul.products li.product{width:48%}.woocommerce-page.columns-3 ul.products li.product,.woocommerce.columns-3 ul.products li.product{width:30.75%}.woocommerce-page.columns-5 ul.products li.product,.woocommerce.columns-5 ul.products li.product{width:16.95%}.woocommerce-page.columns-6 ul.products li.product,.woocommerce.columns-6 ul.products li.product{width:13.5%}.woocommerce .woocommerce-result-count,.woocommerce-page .woocommerce-result-count{float:left}.woocommerce .woocommerce-ordering,.woocommerce-page .woocommerce-ordering{float:right}.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce .woocommerce-pagination ul.page-numbers::before,.woocommerce-page .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::before{content:" ";display:table}.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::after{clear:both}.woocommerce .woocommerce-pagination ul.page-numbers li,.woocommerce-page .woocommerce-pagination ul.page-numbers li{display:inline-block}.woocommerce #content table.cart img,.woocommerce table.cart img,.woocommerce-page #content table.cart img,.woocommerce-page table.cart img{height:auto}.woocommerce #content table.cart td.actions,.woocommerce table.cart td.actions,.woocommerce-page #content table.cart td.actions,.woocommerce-page table.cart td.actions{text-align:right}.woocommerce #content table.cart td.actions .input-text,.woocommerce table.cart td.actions .input-text,.woocommerce-page #content table.cart td.actions .input-text,.woocommerce-page table.cart td.actions .input-text{width:80px}.woocommerce #content table.cart td.actions .coupon,.woocommerce table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon{float:left}.woocommerce .cart-collaterals,.woocommerce-page .cart-collaterals{width:100%}.woocommerce .cart-collaterals::after,.woocommerce .cart-collaterals::before,.woocommerce-page .cart-collaterals::after,.woocommerce-page .cart-collaterals::before{content:" ";display:table}.woocommerce .cart-collaterals::after,.woocommerce-page .cart-collaterals::after{clear:both}.woocommerce .cart-collaterals .related,.woocommerce-page .cart-collaterals .related{width:30.75%;float:left}.woocommerce .cart-collaterals .cross-sells,.woocommerce-page .cart-collaterals .cross-sells{width:48%;float:left}.woocommerce .cart-collaterals .cross-sells ul.products,.woocommerce-page .cart-collaterals .cross-sells ul.products{float:none}.woocommerce .cart-collaterals .cross-sells ul.products li,.woocommerce-page .cart-collaterals .cross-sells ul.products li{width:48%}.woocommerce .cart-collaterals .shipping_calculator,.woocommerce-page .cart-collaterals .shipping_calculator{width:48%;clear:right;float:right}.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce .cart-collaterals .shipping_calculator::before,.woocommerce-page .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::before{content:" ";display:table}.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::after{clear:both}.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2{width:47%}.woocommerce .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cart_totals{float:right;width:48%}.woocommerce ul.cart_list li::after,.woocommerce ul.cart_list li::before,.woocommerce ul.product_list_widget li::after,.woocommerce ul.product_list_widget li::before,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.cart_list li::before,.woocommerce-page ul.product_list_widget li::after,.woocommerce-page ul.product_list_widget li::before{content:" ";display:table}.woocommerce ul.cart_list li::after,.woocommerce ul.product_list_widget li::after,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.product_list_widget li::after{clear:both}.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img,.woocommerce-page ul.cart_list li img,.woocommerce-page ul.product_list_widget li img{float:right;height:auto}.woocommerce form .form-row::after,.woocommerce form .form-row::before,.woocommerce-page form .form-row::after,.woocommerce-page form .form-row::before{content:" ";display:table}.woocommerce form .form-row::after,.woocommerce-page form .form-row::after{clear:both}.woocommerce form .form-row label,.woocommerce-page form .form-row label{display:block}.woocommerce form .form-row label.checkbox,.woocommerce-page form .form-row label.checkbox{display:inline}.woocommerce form .form-row select,.woocommerce-page form .form-row select{width:100%}.woocommerce form .form-row .input-text,.woocommerce-page form .form-row .input-text{box-sizing:border-box;width:100%}.woocommerce form .form-row-first,.woocommerce form .form-row-last,.woocommerce-page form .form-row-first,.woocommerce-page form .form-row-last{width:47%;overflow:visible}.woocommerce form .form-row-first,.woocommerce-page form .form-row-first{float:left}.woocommerce form .form-row-last,.woocommerce-page form .form-row-last{float:right}.woocommerce form .form-row-wide,.woocommerce-page form .form-row-wide{clear:both}.woocommerce form .password-input,.woocommerce-page form .password-input{display:flex;flex-direction:column;justify-content:center;position:relative}.woocommerce form .password-input input[type=password],.woocommerce-page form .password-input input[type=password]{padding-right:2.5rem}.woocommerce form .password-input input::-ms-reveal,.woocommerce-page form .password-input input::-ms-reveal{display:none}.woocommerce form .show-password-input,.woocommerce-page form .show-password-input{background-color:transparent;border-radius:0;border:0;color:var(--wc-form-color-text,#000);cursor:pointer;font-size:inherit;line-height:inherit;margin:0;padding:0;position:absolute;right:.7em;text-decoration:none;top:50%;transform:translateY(-50%);-moz-osx-font-smoothing:inherit;-webkit-appearance:none;-webkit-font-smoothing:inherit}.woocommerce form .show-password-input::before,.woocommerce-page form .show-password-input::before{background-repeat:no-repeat;background-size:cover;background-image:url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.3 3.3C16.9 2.9 16.2 2.9 15.7 3.3L13.3 5.7C12.2437 5.3079 11.1267 5.1048 10 5.1C6.2 5.2 2.8 7.2 1 10.5C1.2 10.9 1.5 11.3 1.8 11.7C2.6 12.8 3.6 13.7 4.7 14.4L3 16.1C2.6 16.5 2.5 17.2 3 17.7C3.4 18.1 4.1 18.2 4.6 17.7L17.3 4.9C17.7 4.4 17.7 3.7 17.3 3.3ZM6.7 12.3L5.4 13.6C4.2 12.9 3.1 11.9 2.3 10.7C3.5 9 5.1 7.8 7 7.2C5.7 8.6 5.6 10.8 6.7 12.3ZM10.1 9C9.6 8.5 9.7 7.7 10.2 7.2C10.7 6.8 11.4 6.8 11.9 7.2L10.1 9ZM18.3 9.5C17.8 8.8 17.2 8.1 16.5 7.6L15.5 8.6C16.3 9.2 17 9.9 17.6 10.8C15.9 13.4 13 15 9.9 15H9.1L8.1 16C8.8 15.9 9.4 16 10 16C13.3 16 16.4 14.4 18.3 11.7C18.6 11.3 18.8 10.9 19.1 10.5C18.8 10.2 18.6 9.8 18.3 9.5ZM14 10L10 14C12.2 14 14 12.2 14 10Z" fill="%23111111"/></svg>');content:"";display:block;height:22px;width:22px}.woocommerce form .show-password-input.display-password::before,.woocommerce-page form .show-password-input.display-password::before{background-image:url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.3 9.49999C15 4.89999 8.50002 3.79999 3.90002 7.19999C2.70002 8.09999 1.70002 9.29999 0.900024 10.6C1.10002 11 1.40002 11.4 1.70002 11.8C5.00002 16.4 11.3 17.4 15.9 14.2C16.8 13.5 17.6 12.8 18.3 11.8C18.6 11.4 18.8 11 19.1 10.6C18.8 10.2 18.6 9.79999 18.3 9.49999ZM10.1 7.19999C10.6 6.69999 11.4 6.69999 11.9 7.19999C12.4 7.69999 12.4 8.49999 11.9 8.99999C11.4 9.49999 10.6 9.49999 10.1 8.99999C9.60003 8.49999 9.60003 7.69999 10.1 7.19999ZM10 14.9C6.90002 14.9 4.00002 13.3 2.30002 10.7C3.50002 8.99999 5.10002 7.79999 7.00002 7.19999C6.30002 7.99999 6.00002 8.89999 6.00002 9.89999C6.00002 12.1 7.70002 14 10 14C12.2 14 14.1 12.3 14.1 9.99999V9.89999C14.1 8.89999 13.7 7.89999 13 7.19999C14.9 7.79999 16.5 8.99999 17.7 10.7C16 13.3 13.1 14.9 10 14.9Z" fill="%23111111"/></svg>')}.woocommerce #payment .form-row select,.woocommerce-page #payment .form-row select{width:auto}.woocommerce #payment .terms,.woocommerce #payment .wc-terms-and-conditions,.woocommerce-page #payment .terms,.woocommerce-page #payment .wc-terms-and-conditions{text-align:left;padding:0 1em 0 0;float:left}.woocommerce #payment #place_order,.woocommerce-page #payment #place_order{float:right}.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-billing-fields::before,.woocommerce .woocommerce-shipping-fields::after,.woocommerce .woocommerce-shipping-fields::before,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-billing-fields::before,.woocommerce-page .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-shipping-fields::before{content:" ";display:table}.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-shipping-fields::after{clear:both}.woocommerce .woocommerce-terms-and-conditions,.woocommerce-page .woocommerce-terms-and-conditions{margin-bottom:1.618em;padding:1.618em}.woocommerce .woocommerce-oembed,.woocommerce-page .woocommerce-oembed{position:relative}.woocommerce-account .woocommerce-MyAccount-navigation{float:left;width:30%}.woocommerce-account .woocommerce-MyAccount-content{float:right;width:68%}.woocommerce-account .woocommerce-MyAccount-content mark{background-color:transparent;color:inherit;font-weight:700}.woocommerce-page.left-sidebar #content.twentyeleven{width:58.4%;margin:0 7.6%;float:right}.woocommerce-page.right-sidebar #content.twentyeleven{margin:0 7.6%;width:58.4%;float:left}.twentyfourteen .tfwc{padding:12px 10px 0;max-width:474px;margin:0 auto}.twentyfourteen .tfwc .product .entry-summary{padding:0!important;margin:0 0 1.618em!important}.twentyfourteen .tfwc div.product.hentry.has-post-thumbnail{margin-top:0}@media screen and (min-width:673px){.twentyfourteen .tfwc{padding-right:30px;padding-left:30px}}@media screen and (min-width:1040px){.twentyfourteen .tfwc{padding-right:15px;padding-left:15px}}@media screen and (min-width:1110px){.twentyfourteen .tfwc{padding-right:30px;padding-left:30px}}@media screen and (min-width:1218px){.twentyfourteen .tfwc{margin-right:54px}.full-width .twentyfourteen .tfwc{margin-right:auto}}.twentyfifteen .t15wc{padding-left:7.6923%;padding-right:7.6923%;padding-top:7.6923%;margin-bottom:7.6923%;background:#fff;box-shadow:0 0 1px rgba(0,0,0,.15)}.twentyfifteen .t15wc .page-title{margin-left:0}@media screen and (min-width:38.75em){.twentyfifteen .t15wc{margin-right:7.6923%;margin-left:7.6923%;margin-top:8.3333%}}@media screen and (min-width:59.6875em){.twentyfifteen .t15wc{margin-left:8.3333%;margin-right:8.3333%;padding:10%}.single-product .twentyfifteen .entry-summary{padding:0!important}}.twentysixteen .site-main{margin-right:7.6923%;margin-left:7.6923%}.twentysixteen .entry-summary{margin-right:0;margin-left:0}#content .twentysixteen div.product div.images,#content .twentysixteen div.product div.summary{width:46.42857%}@media screen and (min-width:44.375em){.twentysixteen .site-main{margin-right:23.0769%}}@media screen and (min-width:56.875em){.twentysixteen .site-main{margin-right:0;margin-left:0}.no-sidebar .twentysixteen .site-main{margin-right:15%;margin-left:15%}.no-sidebar .twentysixteen .entry-summary{margin-right:0;margin-left:0}}.rtl .woocommerce .col2-set .col-1,.rtl .woocommerce-page .col2-set .col-1{float:right}.rtl .woocommerce .col2-set .col-2,.rtl .woocommerce-page .col2-set .col-2{float:left}:root{--woocommerce:#720eec;--wc-green:#7ad03a;--wc-red:#a00;--wc-orange:#ffba00;--wc-blue:#2ea2cc;--wc-primary:#720eec;--wc-primary-text:#fcfbfe;--wc-secondary:#e9e6ed;--wc-secondary-text:#515151;--wc-highlight:#958e09;--wc-highligh-text:white;--wc-content-bg:#fff;--wc-subtext:#767676;--wc-form-border-color:rgba(32, 7, 7, 0.8);--wc-form-border-radius:4px;--wc-form-border-width:1px}.woocommerce .woocommerce-error .button,.woocommerce .woocommerce-info .button,.woocommerce .woocommerce-message .button,.woocommerce-page .woocommerce-error .button,.woocommerce-page .woocommerce-info .button,.woocommerce-page .woocommerce-message .button{float:right}.woocommerce .col2-set,.woocommerce-page .col2-set{width:100%}.woocommerce .col2-set::after,.woocommerce .col2-set::before,.woocommerce-page .col2-set::after,.woocommerce-page .col2-set::before{content:" ";display:table}.woocommerce .col2-set::after,.woocommerce-page .col2-set::after{clear:both}.woocommerce .col2-set .col-1,.woocommerce-page .col2-set .col-1{float:left;width:48%}.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-2{float:right;width:48%}.woocommerce img,.woocommerce-page img{height:auto;max-width:100%}.woocommerce #content div.product div.images,.woocommerce div.product div.images,.woocommerce-page #content div.product div.images,.woocommerce-page div.product div.images{float:left;width:48%}.woocommerce #content div.product div.thumbnails::after,.woocommerce #content div.product div.thumbnails::before,.woocommerce div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::before,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::before,.woocommerce-page div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::before{content:" ";display:table}.woocommerce #content div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::after{clear:both}.woocommerce #content div.product div.thumbnails a,.woocommerce div.product div.thumbnails a,.woocommerce-page #content div.product div.thumbnails a,.woocommerce-page div.product div.thumbnails a{float:left;width:30.75%;margin-right:3.8%;margin-bottom:1em}.woocommerce #content div.product div.thumbnails a.last,.woocommerce div.product div.thumbnails a.last,.woocommerce-page #content div.product div.thumbnails a.last,.woocommerce-page div.product div.thumbnails a.last{margin-right:0}.woocommerce #content div.product div.thumbnails a.first,.woocommerce div.product div.thumbnails a.first,.woocommerce-page #content div.product div.thumbnails a.first,.woocommerce-page div.product div.thumbnails a.first{clear:both}.woocommerce #content div.product div.thumbnails.columns-1 a,.woocommerce div.product div.thumbnails.columns-1 a,.woocommerce-page #content div.product div.thumbnails.columns-1 a,.woocommerce-page div.product div.thumbnails.columns-1 a{width:100%;margin-right:0;float:none}.woocommerce #content div.product div.thumbnails.columns-2 a,.woocommerce div.product div.thumbnails.columns-2 a,.woocommerce-page #content div.product div.thumbnails.columns-2 a,.woocommerce-page div.product div.thumbnails.columns-2 a{width:48%}.woocommerce #content div.product div.thumbnails.columns-4 a,.woocommerce div.product div.thumbnails.columns-4 a,.woocommerce-page #content div.product div.thumbnails.columns-4 a,.woocommerce-page div.product div.thumbnails.columns-4 a{width:22.05%}.woocommerce #content div.product div.thumbnails.columns-5 a,.woocommerce div.product div.thumbnails.columns-5 a,.woocommerce-page #content div.product div.thumbnails.columns-5 a,.woocommerce-page div.product div.thumbnails.columns-5 a{width:16.9%}.woocommerce #content div.product div.summary,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.summary{float:right;width:48%;clear:none}.woocommerce #content div.product .woocommerce-tabs,.woocommerce div.product .woocommerce-tabs,.woocommerce-page #content div.product .woocommerce-tabs,.woocommerce-page div.product .woocommerce-tabs{clear:both}.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::before{content:" ";display:table}.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after{clear:both}.woocommerce #content div.product .woocommerce-tabs ul.tabs li,.woocommerce div.product .woocommerce-tabs ul.tabs li,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,.woocommerce-page div.product .woocommerce-tabs ul.tabs li{display:inline-block}.woocommerce #content div.product #reviews .comment::after,.woocommerce #content div.product #reviews .comment::before,.woocommerce div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::before,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::before,.woocommerce-page div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::before{content:" ";display:table}.woocommerce #content div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::after{clear:both}.woocommerce #content div.product #reviews .comment img,.woocommerce div.product #reviews .comment img,.woocommerce-page #content div.product #reviews .comment img,.woocommerce-page div.product #reviews .comment img{float:right;height:auto}.woocommerce ul.products,.woocommerce-page ul.products{clear:both}.woocommerce ul.products::after,.woocommerce ul.products::before,.woocommerce-page ul.products::after,.woocommerce-page ul.products::before{content:" ";display:table}.woocommerce ul.products::after,.woocommerce-page ul.products::after{clear:both}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{float:left;margin:0 3.8% 2.992em 0;padding:0;position:relative;width:22.05%;margin-left:0}.woocommerce ul.products li.first,.woocommerce-page ul.products li.first{clear:both}.woocommerce ul.products li.last,.woocommerce-page ul.products li.last{margin-right:0}.woocommerce ul.products.columns-1 li.product,.woocommerce-page ul.products.columns-1 li.product{width:100%;margin-right:0}.woocommerce ul.products.columns-2 li.product,.woocommerce-page ul.products.columns-2 li.product{width:48%}.woocommerce ul.products.columns-3 li.product,.woocommerce-page ul.products.columns-3 li.product{width:30.75%}.woocommerce ul.products.columns-5 li.product,.woocommerce-page ul.products.columns-5 li.product{width:16.95%}.woocommerce ul.products.columns-6 li.product,.woocommerce-page ul.products.columns-6 li.product{width:13.5%}.woocommerce-page.columns-1 ul.products li.product,.woocommerce.columns-1 ul.products li.product{width:100%;margin-right:0}.woocommerce-page.columns-2 ul.products li.product,.woocommerce.columns-2 ul.products li.product{width:48%}.woocommerce-page.columns-3 ul.products li.product,.woocommerce.columns-3 ul.products li.product{width:30.75%}.woocommerce-page.columns-5 ul.products li.product,.woocommerce.columns-5 ul.products li.product{width:16.95%}.woocommerce-page.columns-6 ul.products li.product,.woocommerce.columns-6 ul.products li.product{width:13.5%}.woocommerce .woocommerce-result-count,.woocommerce-page .woocommerce-result-count{float:left}.woocommerce .woocommerce-ordering,.woocommerce-page .woocommerce-ordering{float:right}.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce .woocommerce-pagination ul.page-numbers::before,.woocommerce-page .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::before{content:" ";display:table}.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::after{clear:both}.woocommerce .woocommerce-pagination ul.page-numbers li,.woocommerce-page .woocommerce-pagination ul.page-numbers li{display:inline-block}.woocommerce #content table.cart img,.woocommerce table.cart img,.woocommerce-page #content table.cart img,.woocommerce-page table.cart img{height:auto}.woocommerce #content table.cart td.actions,.woocommerce table.cart td.actions,.woocommerce-page #content table.cart td.actions,.woocommerce-page table.cart td.actions{text-align:right}.woocommerce #content table.cart td.actions .input-text,.woocommerce table.cart td.actions .input-text,.woocommerce-page #content table.cart td.actions .input-text,.woocommerce-page table.cart td.actions .input-text{width:80px}.woocommerce #content table.cart td.actions .coupon,.woocommerce table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon{float:left}.woocommerce .cart-collaterals,.woocommerce-page .cart-collaterals{width:100%}.woocommerce .cart-collaterals::after,.woocommerce .cart-collaterals::before,.woocommerce-page .cart-collaterals::after,.woocommerce-page .cart-collaterals::before{content:" ";display:table}.woocommerce .cart-collaterals::after,.woocommerce-page .cart-collaterals::after{clear:both}.woocommerce .cart-collaterals .related,.woocommerce-page .cart-collaterals .related{width:30.75%;float:left}.woocommerce .cart-collaterals .cross-sells,.woocommerce-page .cart-collaterals .cross-sells{width:48%;float:left}.woocommerce .cart-collaterals .cross-sells ul.products,.woocommerce-page .cart-collaterals .cross-sells ul.products{float:none}.woocommerce .cart-collaterals .cross-sells ul.products li,.woocommerce-page .cart-collaterals .cross-sells ul.products li{width:48%}.woocommerce .cart-collaterals .shipping_calculator,.woocommerce-page .cart-collaterals .shipping_calculator{width:48%;clear:right;float:right}.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce .cart-collaterals .shipping_calculator::before,.woocommerce-page .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::before{content:" ";display:table}.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::after{clear:both}.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2{width:47%}.woocommerce .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cart_totals{float:right;width:48%}.woocommerce ul.cart_list li::after,.woocommerce ul.cart_list li::before,.woocommerce ul.product_list_widget li::after,.woocommerce ul.product_list_widget li::before,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.cart_list li::before,.woocommerce-page ul.product_list_widget li::after,.woocommerce-page ul.product_list_widget li::before{content:" ";display:table}.woocommerce ul.cart_list li::after,.woocommerce ul.product_list_widget li::after,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.product_list_widget li::after{clear:both}.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img,.woocommerce-page ul.cart_list li img,.woocommerce-page ul.product_list_widget li img{float:right;height:auto}.woocommerce form .form-row::after,.woocommerce form .form-row::before,.woocommerce-page form .form-row::after,.woocommerce-page form .form-row::before{content:" ";display:table}.woocommerce form .form-row::after,.woocommerce-page form .form-row::after{clear:both}.woocommerce form .form-row label,.woocommerce-page form .form-row label{display:block}.woocommerce form .form-row label.checkbox,.woocommerce-page form .form-row label.checkbox{display:inline}.woocommerce form .form-row select,.woocommerce-page form .form-row select{width:100%}.woocommerce form .form-row .input-text,.woocommerce-page form .form-row .input-text{box-sizing:border-box;width:100%}.woocommerce form .form-row-first,.woocommerce form .form-row-last,.woocommerce-page form .form-row-first,.woocommerce-page form .form-row-last{width:47%;overflow:visible}.woocommerce form .form-row-first,.woocommerce-page form .form-row-first{float:left}.woocommerce form .form-row-last,.woocommerce-page form .form-row-last{float:right}.woocommerce form .form-row-wide,.woocommerce-page form .form-row-wide{clear:both}.woocommerce form .password-input,.woocommerce-page form .password-input{display:flex;flex-direction:column;justify-content:center;position:relative}.woocommerce form .password-input input[type=password],.woocommerce-page form .password-input input[type=password]{padding-right:2.5rem}.woocommerce form .password-input input::-ms-reveal,.woocommerce-page form .password-input input::-ms-reveal{display:none}.woocommerce form .show-password-input,.woocommerce-page form .show-password-input{background-color:transparent;border-radius:0;border:0;color:var(--wc-form-color-text,#000);cursor:pointer;font-size:inherit;line-height:inherit;margin:0;padding:0;position:absolute;right:.7em;text-decoration:none;top:50%;transform:translateY(-50%);-moz-osx-font-smoothing:inherit;-webkit-appearance:none;-webkit-font-smoothing:inherit}.woocommerce form .show-password-input::before,.woocommerce-page form .show-password-input::before{background-repeat:no-repeat;background-size:cover;background-image:url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.3 3.3C16.9 2.9 16.2 2.9 15.7 3.3L13.3 5.7C12.2437 5.3079 11.1267 5.1048 10 5.1C6.2 5.2 2.8 7.2 1 10.5C1.2 10.9 1.5 11.3 1.8 11.7C2.6 12.8 3.6 13.7 4.7 14.4L3 16.1C2.6 16.5 2.5 17.2 3 17.7C3.4 18.1 4.1 18.2 4.6 17.7L17.3 4.9C17.7 4.4 17.7 3.7 17.3 3.3ZM6.7 12.3L5.4 13.6C4.2 12.9 3.1 11.9 2.3 10.7C3.5 9 5.1 7.8 7 7.2C5.7 8.6 5.6 10.8 6.7 12.3ZM10.1 9C9.6 8.5 9.7 7.7 10.2 7.2C10.7 6.8 11.4 6.8 11.9 7.2L10.1 9ZM18.3 9.5C17.8 8.8 17.2 8.1 16.5 7.6L15.5 8.6C16.3 9.2 17 9.9 17.6 10.8C15.9 13.4 13 15 9.9 15H9.1L8.1 16C8.8 15.9 9.4 16 10 16C13.3 16 16.4 14.4 18.3 11.7C18.6 11.3 18.8 10.9 19.1 10.5C18.8 10.2 18.6 9.8 18.3 9.5ZM14 10L10 14C12.2 14 14 12.2 14 10Z" fill="%23111111"/></svg>');content:"";display:block;height:22px;width:22px}.woocommerce form .show-password-input.display-password::before,.woocommerce-page form .show-password-input.display-password::before{background-image:url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.3 9.49999C15 4.89999 8.50002 3.79999 3.90002 7.19999C2.70002 8.09999 1.70002 9.29999 0.900024 10.6C1.10002 11 1.40002 11.4 1.70002 11.8C5.00002 16.4 11.3 17.4 15.9 14.2C16.8 13.5 17.6 12.8 18.3 11.8C18.6 11.4 18.8 11 19.1 10.6C18.8 10.2 18.6 9.79999 18.3 9.49999ZM10.1 7.19999C10.6 6.69999 11.4 6.69999 11.9 7.19999C12.4 7.69999 12.4 8.49999 11.9 8.99999C11.4 9.49999 10.6 9.49999 10.1 8.99999C9.60003 8.49999 9.60003 7.69999 10.1 7.19999ZM10 14.9C6.90002 14.9 4.00002 13.3 2.30002 10.7C3.50002 8.99999 5.10002 7.79999 7.00002 7.19999C6.30002 7.99999 6.00002 8.89999 6.00002 9.89999C6.00002 12.1 7.70002 14 10 14C12.2 14 14.1 12.3 14.1 9.99999V9.89999C14.1 8.89999 13.7 7.89999 13 7.19999C14.9 7.79999 16.5 8.99999 17.7 10.7C16 13.3 13.1 14.9 10 14.9Z" fill="%23111111"/></svg>')}.woocommerce #payment .form-row select,.woocommerce-page #payment .form-row select{width:auto}.woocommerce #payment .terms,.woocommerce #payment .wc-terms-and-conditions,.woocommerce-page #payment .terms,.woocommerce-page #payment .wc-terms-and-conditions{text-align:left;padding:0 1em 0 0;float:left}.woocommerce #payment #place_order,.woocommerce-page #payment #place_order{float:right}.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-billing-fields::before,.woocommerce .woocommerce-shipping-fields::after,.woocommerce .woocommerce-shipping-fields::before,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-billing-fields::before,.woocommerce-page .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-shipping-fields::before{content:" ";display:table}.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-shipping-fields::after{clear:both}.woocommerce .woocommerce-terms-and-conditions,.woocommerce-page .woocommerce-terms-and-conditions{margin-bottom:1.618em;padding:1.618em}.woocommerce .woocommerce-oembed,.woocommerce-page .woocommerce-oembed{position:relative}.woocommerce-account .woocommerce-MyAccount-navigation{float:left;width:30%}.woocommerce-account .woocommerce-MyAccount-content{float:right;width:68%}.woocommerce-account .woocommerce-MyAccount-content mark{background-color:transparent;color:inherit;font-weight:700}.woocommerce-page.left-sidebar #content.twentyeleven{width:58.4%;margin:0 7.6%;float:right}.woocommerce-page.right-sidebar #content.twentyeleven{margin:0 7.6%;width:58.4%;float:left}.twentyfourteen .tfwc{padding:12px 10px 0;max-width:474px;margin:0 auto}.twentyfourteen .tfwc .product .entry-summary{padding:0!important;margin:0 0 1.618em!important}.twentyfourteen .tfwc div.product.hentry.has-post-thumbnail{margin-top:0}@media screen and (min-width:673px){.twentyfourteen .tfwc{padding-right:30px;padding-left:30px}}@media screen and (min-width:1040px){.twentyfourteen .tfwc{padding-right:15px;padding-left:15px}}@media screen and (min-width:1110px){.twentyfourteen .tfwc{padding-right:30px;padding-left:30px}}@media screen and (min-width:1218px){.twentyfourteen .tfwc{margin-right:54px}.full-width .twentyfourteen .tfwc{margin-right:auto}}.twentyfifteen .t15wc{padding-left:7.6923%;padding-right:7.6923%;padding-top:7.6923%;margin-bottom:7.6923%;background:#fff;box-shadow:0 0 1px rgba(0,0,0,.15)}.twentyfifteen .t15wc .page-title{margin-left:0}@media screen and (min-width:38.75em){.twentyfifteen .t15wc{margin-right:7.6923%;margin-left:7.6923%;margin-top:8.3333%}}@media screen and (min-width:59.6875em){.twentyfifteen .t15wc{margin-left:8.3333%;margin-right:8.3333%;padding:10%}.single-product .twentyfifteen .entry-summary{padding:0!important}}.twentysixteen .site-main{margin-right:7.6923%;margin-left:7.6923%}.twentysixteen .entry-summary{margin-right:0;margin-left:0}#content .twentysixteen div.product div.images,#content .twentysixteen div.product div.summary{width:46.42857%}@media screen and (min-width:44.375em){.twentysixteen .site-main{margin-right:23.0769%}}@media screen and (min-width:56.875em){.twentysixteen .site-main{margin-right:0;margin-left:0}.no-sidebar .twentysixteen .site-main{margin-right:15%;margin-left:15%}.no-sidebar .twentysixteen .entry-summary{margin-right:0;margin-left:0}}.rtl .woocommerce .col2-set .col-1,.rtl .woocommerce-page .col2-set .col-1{float:right}.rtl .woocommerce .col2-set .col-2,.rtl .woocommerce-page .col2-set .col-2{float:left}:root{--woocommerce:#720eec;--wc-green:#7ad03a;--wc-red:#a00;--wc-orange:#ffba00;--wc-blue:#2ea2cc;--wc-primary:#720eec;--wc-primary-text:#fcfbfe;--wc-secondary:#e9e6ed;--wc-secondary-text:#515151;--wc-highlight:#958e09;--wc-highligh-text:white;--wc-content-bg:#fff;--wc-subtext:#767676;--wc-form-border-color:rgba(32, 7, 7, 0.8);--wc-form-border-radius:4px;--wc-form-border-width:1px}@keyframes spin{100%{transform:rotate(360deg)}}@font-face{font-family:star;src:url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff2) format("woff2"),url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff) format("woff"),url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:WooCommerce;src:url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff2) format("woff2"),url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff) format("woff"),url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf) format("truetype");font-weight:400;font-style:normal}.woocommerce form .form-row{padding:3px;margin:0 0 6px}.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder{-webkit-transition:opacity .5s .5s ease;transition:opacity .5s .5s ease;opacity:0}.woocommerce form .form-row label{line-height:2}.woocommerce form .form-row label.hidden{visibility:hidden}.woocommerce form .form-row label.inline{display:inline}.woocommerce form .form-row .woocommerce-input-wrapper .description{background:#1e85be;color:#fff;border-radius:3px;padding:1em;margin:.5em 0 0;clear:both;display:none;position:relative}.woocommerce form .form-row .woocommerce-input-wrapper .description a{color:#fff;text-decoration:underline;border:0;box-shadow:none}.woocommerce form .form-row .woocommerce-input-wrapper .description::before{left:50%;top:0;margin-top:-4px;transform:translateX(-50%) rotate(180deg);content:"";position:absolute;border-width:4px 6px 0 6px;border-style:solid;border-color:#1e85be transparent transparent transparent;z-index:100;display:block}.woocommerce form .form-row .input-checkbox{display:inline;margin:-2px 8px 0 0;text-align:center;vertical-align:middle}.woocommerce form .form-row .input-text,.woocommerce form .form-row select{font-family:inherit;font-weight:400;letter-spacing:normal;padding:.5em;display:block;background-color:var(--wc-form-color-background,#fff);border:var(--wc-form-border-width) solid var(--wc-form-border-color);border-radius:var(--wc-form-border-radius);color:var(--wc-form-color-text,#000);box-sizing:border-box;width:100%;margin:0;line-height:normal;height:auto}.woocommerce form .form-row .input-text:focus,.woocommerce form .form-row select:focus{border-color:currentColor}.woocommerce form .form-row select{cursor:pointer;appearance:none;padding-right:3em;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=);background-repeat:no-repeat;background-size:16px;background-position:calc(100% - .5em) 50%}.woocommerce form .form-row textarea{height:4em;line-height:1.5;box-shadow:none}.woocommerce form .form-row .required{color:var(--wc-red);font-weight:700;border:0!important;text-decoration:none;visibility:hidden}.woocommerce form .form-row .optional{visibility:visible}.woocommerce form .form-row.woocommerce-invalid label{color:var(--wc-red)}.woocommerce form .form-row.woocommerce-invalid input.input-text,.woocommerce form .form-row.woocommerce-invalid select{border-color:var(--wc-red)}.woocommerce form .form-row.woocommerce-invalid .select2-container:not(.select2-container--open) .select2-selection{border-color:var(--wc-red)}.woocommerce form .form-row.woocommerce-validated input.input-text,.woocommerce form .form-row.woocommerce-validated select{border-color:var(--wc-green)}.woocommerce form .form-row.woocommerce-validated .select2-container:not(.select2-container--open) .select2-selection{border-color:var(--wc-green)}.woocommerce form .form-row ::-webkit-input-placeholder{line-height:normal}.woocommerce form .form-row :-moz-placeholder{line-height:normal}.woocommerce form .form-row :-ms-input-placeholder{line-height:normal}.select2-container{width:100%}.select2-container .select2-selection--single{height:auto}.select2-container .select2-selection--single .select2-selection__rendered{padding:.5em;line-height:normal;box-sizing:border-box;color:var(--wc-form-color-text,#444);font-weight:400}.select2-container .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container .select2-selection--single .select2-selection__arrow{position:absolute;top:2px;right:.5em;height:100%;width:16px}.select2-container .select2-selection--single .select2-selection__arrow b{border:none;display:block;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=) no-repeat;background-size:16px;width:16px;height:16px;position:absolute;top:50%;left:0;margin:-8px 0 0}.select2-container .select2-dropdown,.select2-container .select2-selection{background-color:var(--wc-form-color-background,#fff);border:var(--wc-form-border-width,1px) solid var(--wc-form-border-color,#aaa);border-radius:var(--wc-form-border-radius,4px)}.select2-container.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{margin:0}.woocommerce-store-notice,p.demo_store{position:absolute;top:0;left:0;right:0;margin:0;width:100%;font-size:1em;padding:1em 0;text-align:center;background-color:#720eec;color:#fcfbfe;z-index:99998;box-shadow:0 1px 1em rgba(0,0,0,.2);display:none}.woocommerce-store-notice a,p.demo_store a{color:#fcfbfe;text-decoration:underline}.screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px;word-wrap:normal!important}.admin-bar p.demo_store{top:32px}.clear{clear:both}.woocommerce .blockUI.blockOverlay{position:relative}.woocommerce .blockUI.blockOverlay::before{height:1em;width:1em;display:block;position:absolute;top:50%;left:50%;margin-left:-.5em;margin-top:-.5em;content:"";animation:spin 1s ease-in-out infinite;background:url(/wp-content/plugins/woocommerce/assets/images/icons/loader.svg) center center;background-size:cover;line-height:1;text-align:center;font-size:2em;color:rgba(0,0,0,.75)}.woocommerce .loader::before{height:1em;width:1em;display:block;position:absolute;top:50%;left:50%;margin-left:-.5em;margin-top:-.5em;content:"";animation:spin 1s ease-in-out infinite;background:url(/wp-content/plugins/woocommerce/assets/images/icons/loader.svg) center center;background-size:cover;line-height:1;text-align:center;font-size:2em;color:rgba(0,0,0,.75)}.woocommerce a.remove{display:block;font-size:1.5em;height:1em;width:1em;text-align:center;line-height:1;border-radius:100%;color:var(--wc-red)!important;text-decoration:none;font-weight:700;border:0}.woocommerce a.remove:hover{color:#fff!important;background:var(--wc-red)}.woocommerce small.note{display:block;color:#767676;font-size:.857em;margin-top:10px}.woocommerce .woocommerce-breadcrumb{margin:0 0 1em;padding:0}.woocommerce .woocommerce-breadcrumb::after,.woocommerce .woocommerce-breadcrumb::before{content:" ";display:table}.woocommerce .woocommerce-breadcrumb::after{clear:both}.woocommerce .quantity .qty{width:3.631em;text-align:center}.woocommerce div.product{margin-bottom:0;position:relative}.woocommerce div.product .product_title{clear:none;margin-top:0;padding:0}.woocommerce div.product p.price ins,.woocommerce div.product span.price ins{background:inherit;font-weight:700;display:inline-block}.woocommerce div.product p.price del,.woocommerce div.product span.price del{opacity:.5;display:inline-block}.woocommerce div.product p.stock{font-size:.92em}.woocommerce div.product .woocommerce-product-rating{margin-bottom:1.618em}.woocommerce div.product div.images{margin-bottom:2em}.woocommerce div.product div.images img{display:block;width:100%;height:auto;box-shadow:none}.woocommerce div.product div.images div.thumbnails{padding-top:1em}.woocommerce div.product div.images.woocommerce-product-gallery{position:relative}.woocommerce div.product div.images .woocommerce-product-gallery__wrapper{transition:all cubic-bezier(.795,-.035,0,1) .5s;margin:0;padding:0}.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg{background-color:#fff;opacity:0}.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder{border:1px solid #f2f2f2}.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2){width:25%;display:inline-block}.woocommerce div.product div.images .woocommerce-product-gallery__image a{display:block;outline-offset:-2px}.woocommerce div.product div.images .woocommerce-product-gallery__trigger{background:#fff;border:none;box-sizing:content-box;border-radius:100%;cursor:pointer;font-size:2em;height:36px;padding:0;position:absolute;right:.5em;text-indent:-9999px;top:.5em;width:36px;z-index:99}.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before{border:2px solid #000;border-radius:100%;box-sizing:content-box;content:"";display:block;height:10px;left:9px;top:9px;position:absolute;width:10px}.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after{background:#000;border-radius:6px;box-sizing:content-box;content:"";display:block;height:8px;left:22px;position:absolute;top:19px;transform:rotate(-45deg);width:2px}.woocommerce div.product div.images .woocommerce-product-gallery__trigger span[aria-hidden=true]{border:0;clip-path:inset(50%);height:1px;left:50%;margin:-1px;overflow:hidden;position:absolute;top:50%;width:1px}.woocommerce div.product div.images .flex-control-thumbs{overflow:hidden;zoom:1;margin:0;padding:0}.woocommerce div.product div.images .flex-control-thumbs li{width:25%;float:left;margin:0;list-style:none}.woocommerce div.product div.images .flex-control-thumbs li img{cursor:pointer;opacity:.5;margin:0}.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,.woocommerce div.product div.images .flex-control-thumbs li img:hover{opacity:1}.woocommerce div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1){clear:left}.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1){clear:left}.woocommerce div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1){clear:left}.woocommerce div.product div.summary{margin-bottom:2em}.woocommerce div.product div.social{text-align:right;margin:0 0 1em}.woocommerce div.product div.social span{margin:0 0 0 2px}.woocommerce div.product div.social span span{margin:0}.woocommerce div.product div.social span .stButton .chicklets{padding-left:16px;width:0}.woocommerce div.product div.social iframe{float:left;margin-top:3px}.woocommerce div.product .woocommerce-tabs ul.tabs{list-style:none;padding:0 0 0 1em;margin:0 0 1.618em;overflow:hidden;position:relative}.woocommerce div.product .woocommerce-tabs ul.tabs li{border:1px solid #cfc8d8;background-color:#e9e6ed;color:#515151;display:inline-block;position:relative;z-index:0;border-radius:4px 4px 0 0;margin:0 -5px;padding:0 1em}.woocommerce div.product .woocommerce-tabs ul.tabs li a{display:inline-block;padding:.5em 0;font-weight:700;color:#515151;text-decoration:none}.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover{text-decoration:none;color:#6b6b6b}.woocommerce div.product .woocommerce-tabs ul.tabs li.active{background:#fff;color:#515151;z-index:2;border-bottom-color:#fff}.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:inherit;text-shadow:inherit}.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before{box-shadow:2px 2px 0 #fff}.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after{box-shadow:-2px 2px 0 #fff}.woocommerce div.product .woocommerce-tabs ul.tabs li::after,.woocommerce div.product .woocommerce-tabs ul.tabs li::before{border:1px solid #cfc8d8;position:absolute;bottom:-1px;width:5px;height:5px;content:" ";box-sizing:border-box}.woocommerce div.product .woocommerce-tabs ul.tabs li::before{left:-5px;border-bottom-right-radius:4px;border-width:0 1px 1px 0;box-shadow:2px 2px 0 #e9e6ed}.woocommerce div.product .woocommerce-tabs ul.tabs li::after{right:-5px;border-bottom-left-radius:4px;border-width:0 0 1px 1px;box-shadow:-2px 2px 0 #e9e6ed}.woocommerce div.product .woocommerce-tabs ul.tabs::before{position:absolute;content:" ";width:100%;bottom:0;left:0;border-bottom:1px solid #cfc8d8;z-index:1}.woocommerce div.product .woocommerce-tabs .panel{margin:0 0 2em;padding:0}.woocommerce div.product p.cart{margin-bottom:2em}.woocommerce div.product p.cart::after,.woocommerce div.product p.cart::before{content:" ";display:table}.woocommerce div.product p.cart::after{clear:both}.woocommerce div.product form.cart{margin-bottom:2em}.woocommerce div.product form.cart::after,.woocommerce div.product form.cart::before{content:" ";display:table}.woocommerce div.product form.cart::after{clear:both}.woocommerce div.product form.cart div.quantity{float:left;margin:0 4px 0 0}.woocommerce div.product form.cart table{border-width:0 0 1px}.woocommerce div.product form.cart table td{padding-left:0}.woocommerce div.product form.cart table div.quantity{float:none;margin:0}.woocommerce div.product form.cart table small.stock{display:block;float:none}.woocommerce div.product form.cart .variations{margin-bottom:1em;border:0;width:100%}.woocommerce div.product form.cart .variations td,.woocommerce div.product form.cart .variations th{border:0;line-height:2em;vertical-align:top}.woocommerce div.product form.cart .variations label{font-weight:700;text-align:left}.woocommerce div.product form.cart .variations select{max-width:100%;min-width:75%;display:inline-block;margin-right:1em;appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-right:3em;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=) no-repeat;background-size:16px;-webkit-background-size:16px;background-position:calc(100% - 12px) 50%;-webkit-background-position:calc(100% - 12px) 50%}.woocommerce div.product form.cart .variations td.label{padding-right:1em}.woocommerce div.product form.cart .woocommerce-variation-description p{margin-bottom:1em}.woocommerce div.product form.cart .reset_variations{visibility:hidden;font-size:.83em}.woocommerce div.product form.cart .wc-no-matching-variations{display:none}.woocommerce div.product form.cart .button{vertical-align:middle;float:left}.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label{padding-right:1em;padding-left:1em}.woocommerce div.product form.cart .group_table td{vertical-align:top;padding-bottom:.5em;border:0}.woocommerce div.product form.cart .group_table td:first-child{width:4em;text-align:center}.woocommerce div.product form.cart .group_table .wc-grouped-product-add-to-cart-checkbox{display:inline-block;width:auto;margin:0 auto;transform:scale(1.5,1.5)}.woocommerce span.onsale{min-height:3.236em;min-width:3.236em;padding:.202em;font-size:1em;font-weight:700;position:absolute;text-align:center;line-height:3.236;top:-.5em;left:-.5em;margin:0;border-radius:100%;background-color:#958e09;color:#fff;font-size:.857em;z-index:9}.woocommerce .products ul,.woocommerce ul.products{margin:0 0 1em;padding:0;list-style:none outside;clear:both}.woocommerce .products ul::after,.woocommerce .products ul::before,.woocommerce ul.products::after,.woocommerce ul.products::before{content:" ";display:table}.woocommerce .products ul::after,.woocommerce ul.products::after{clear:both}.woocommerce .products ul li,.woocommerce ul.products li{list-style:none outside}.woocommerce ul.products li.product .onsale{top:0;right:0;left:auto;margin:-.5em -.5em 0 0}.woocommerce ul.products li.product .woocommerce-loop-category__title,.woocommerce ul.products li.product .woocommerce-loop-product__title,.woocommerce ul.products li.product h3{padding:.5em 0;margin:0;font-size:1em}.woocommerce ul.products li.product a{text-decoration:none}.woocommerce ul.products li.product a.woocommerce-loop-product__link{display:block}.woocommerce ul.products li.product a img{width:100%;height:auto;display:block;margin:0 0 1em;box-shadow:none}.woocommerce ul.products li.product strong{display:block}.woocommerce ul.products li.product .woocommerce-placeholder{border:1px solid #f2f2f2}.woocommerce ul.products li.product .star-rating{font-size:.857em}.woocommerce ul.products li.product .button{display:inline-block;margin-top:1em}.woocommerce ul.products li.product .price{display:block;font-weight:400;margin-bottom:.5em;font-size:.857em}.woocommerce ul.products li.product .price del{color:inherit;opacity:.5;display:inline-block}.woocommerce ul.products li.product .price ins{background:0 0;font-weight:700;display:inline-block}.woocommerce ul.products li.product .price .from{font-size:.67em;margin:-2px 0 0 0;text-transform:uppercase;color:rgba(90,89,68,.5)}.woocommerce .woocommerce-result-count{margin:0 0 1em}.woocommerce .woocommerce-ordering{margin:0 0 1em}.woocommerce .woocommerce-ordering>label{margin-right:.25rem}.woocommerce .woocommerce-ordering select{vertical-align:top}.woocommerce nav.woocommerce-pagination{text-align:center}.woocommerce nav.woocommerce-pagination ul{display:inline-block;white-space:nowrap;padding:0;clear:both;border:1px solid #cfc8d8;border-right:0;margin:1px}.woocommerce nav.woocommerce-pagination ul li{border-right:1px solid #cfc8d8;padding:0;margin:0;float:left;display:inline;overflow:hidden}.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{margin:0;text-decoration:none;padding:0;line-height:1;font-size:1em;font-weight:400;padding:.5em;min-width:1em;display:block}.woocommerce nav.woocommerce-pagination ul li a:focus,.woocommerce nav.woocommerce-pagination ul li a:hover,.woocommerce nav.woocommerce-pagination ul li span.current{background:#e9e6ed;color:#816f98}.woocommerce .cart .button,.woocommerce .cart input.button{float:none}.woocommerce a.added_to_cart{padding-top:.5em;display:inline-block}.woocommerce #reviews h2 small{float:right;color:#767676;font-size:15px;margin:10px 0 0}.woocommerce #reviews h2 small a{text-decoration:none;color:#767676}.woocommerce #reviews h3{margin:0}.woocommerce #reviews #respond{margin:0;border:0;padding:0}.woocommerce #reviews #comment{height:75px}.woocommerce #reviews #comments .add_review::after,.woocommerce #reviews #comments .add_review::before{content:" ";display:table}.woocommerce #reviews #comments .add_review::after{clear:both}.woocommerce #reviews #comments h2{clear:none}.woocommerce #reviews #comments ol.commentlist{margin:0;width:100%;background:0 0;list-style:none}.woocommerce #reviews #comments ol.commentlist::after,.woocommerce #reviews #comments ol.commentlist::before{content:" ";display:table}.woocommerce #reviews #comments ol.commentlist::after{clear:both}.woocommerce #reviews #comments ol.commentlist li{padding:0;margin:0 0 20px;border:0;position:relative;background:0;border:0}.woocommerce #reviews #comments ol.commentlist li img.avatar{float:left;position:absolute;top:0;left:0;padding:3px;width:32px;height:auto;background:#e9e6ed;border:1px solid #e1dde7;margin:0;box-shadow:none}.woocommerce #reviews #comments ol.commentlist li .comment-text{margin:0 0 0 50px;border:1px solid #e1dde7;border-radius:4px;padding:1em 1em 0}.woocommerce #reviews #comments ol.commentlist li .comment-text::after,.woocommerce #reviews #comments ol.commentlist li .comment-text::before{content:" ";display:table}.woocommerce #reviews #comments ol.commentlist li .comment-text::after{clear:both}.woocommerce #reviews #comments ol.commentlist li .comment-text p{margin:0 0 1em}.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta{font-size:.83em}.woocommerce #reviews #comments ol.commentlist ul.children{list-style:none outside;margin:20px 0 0 50px}.woocommerce #reviews #comments ol.commentlist ul.children .star-rating{display:none}.woocommerce #reviews #comments ol.commentlist #respond{border:1px solid #e1dde7;border-radius:4px;padding:1em 1em 0;margin:20px 0 0 50px}.woocommerce #reviews #comments .commentlist>li::before{content:""}.woocommerce .star-rating{float:right;overflow:hidden;position:relative;height:1em;line-height:1;font-size:1em;width:5.4em;font-family:WooCommerce}.woocommerce .star-rating::before{content:"sssss";color:#cfc8d8;float:left;top:0;left:0;position:absolute}.woocommerce .star-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em}.woocommerce .star-rating span::before{content:"SSSSS";top:0;position:absolute;left:0}.woocommerce .woocommerce-product-rating{line-height:2;display:block}.woocommerce .woocommerce-product-rating::after,.woocommerce .woocommerce-product-rating::before{content:" ";display:table}.woocommerce .woocommerce-product-rating::after{clear:both}.woocommerce .woocommerce-product-rating .star-rating{margin:.5em 4px 0 0;float:left}.woocommerce .products .star-rating{display:block;margin:0 0 .5em;float:none}.woocommerce .hreview-aggregate .star-rating{margin:10px 0 0}.woocommerce #review_form #respond{position:static;margin:0;width:auto;padding:0;background:transparent none;border:0}.woocommerce #review_form #respond::after,.woocommerce #review_form #respond::before{content:" ";display:table}.woocommerce #review_form #respond::after{clear:both}.woocommerce #review_form #respond p{margin:0 0 10px}.woocommerce #review_form #respond .form-submit input{left:auto}.woocommerce #review_form #respond textarea{box-sizing:border-box;width:100%}.woocommerce p.stars a{position:relative;height:1em;width:1em;text-indent:-999em;display:inline-block;text-decoration:none}.woocommerce p.stars a::before{display:block;position:absolute;top:0;left:0;width:1em;height:1em;line-height:1;font-family:WooCommerce;content:"\e021";content:"\e021"/"";text-indent:0}.woocommerce p.stars a:hover~a::before{content:"\e021"}.woocommerce p.stars:hover a::before{content:"\e020"}.woocommerce p.stars.selected a.active::before{content:"\e020"}.woocommerce p.stars.selected a.active~a::before{content:"\e021"}.woocommerce p.stars.selected a:not(.active)::before{content:"\e020"}.woocommerce table.shop_attributes{border:0;border-top:1px dotted rgba(0,0,0,.1);margin-bottom:1.618em;width:100%}.woocommerce table.shop_attributes th{width:150px;font-weight:700;padding:8px;border-top:0;border-bottom:1px dotted rgba(0,0,0,.1);margin:0;line-height:1.5}.woocommerce table.shop_attributes td{font-style:italic;padding:0;border-top:0;border-bottom:1px dotted rgba(0,0,0,.1);margin:0;line-height:1.5}.woocommerce table.shop_attributes td p{margin:0;padding:8px 0}.woocommerce table.shop_attributes tr:nth-child(even) td,.woocommerce table.shop_attributes tr:nth-child(even) th{background:rgba(0,0,0,.025)}.woocommerce table.shop_table{border:1px solid rgba(0,0,0,.1);margin:0 -1px 24px 0;text-align:left;width:100%;border-collapse:separate;border-radius:5px}.woocommerce table.shop_table th{font-weight:700;padding:9px 12px;line-height:1.5em}.woocommerce table.shop_table td{border-top:1px solid rgba(0,0,0,.1);padding:9px 12px;vertical-align:middle;line-height:1.5em}.woocommerce table.shop_table td small{font-weight:400}.woocommerce table.shop_table td del{font-weight:400}.woocommerce table.shop_table tbody:first-child tr:first-child td,.woocommerce table.shop_table tbody:first-child tr:first-child th{border-top:0}.woocommerce table.shop_table tbody th,.woocommerce table.shop_table tfoot td,.woocommerce table.shop_table tfoot th{font-weight:700;border-top:1px solid rgba(0,0,0,.1)}.woocommerce table.my_account_orders{font-size:.85em}.woocommerce table.my_account_orders td,.woocommerce table.my_account_orders th{padding:4px 8px;vertical-align:middle}.woocommerce table.my_account_orders .button{white-space:nowrap}.woocommerce table.woocommerce-MyAccount-downloads td,.woocommerce table.woocommerce-MyAccount-downloads th{vertical-align:top;text-align:center}.woocommerce table.woocommerce-MyAccount-downloads td:first-child,.woocommerce table.woocommerce-MyAccount-downloads th:first-child{text-align:left}.woocommerce table.woocommerce-MyAccount-downloads td:last-child,.woocommerce table.woocommerce-MyAccount-downloads th:last-child{text-align:left}.woocommerce table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file::before,.woocommerce table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file::before{content:"↓";display:inline-block}.woocommerce td.product-name .wc-item-meta,.woocommerce td.product-name dl.variation{list-style:none outside}.woocommerce td.product-name .wc-item-meta .wc-item-meta-label,.woocommerce td.product-name .wc-item-meta dt,.woocommerce td.product-name dl.variation .wc-item-meta-label,.woocommerce td.product-name dl.variation dt{float:left;clear:both;margin-right:.25em;display:inline-block;list-style:none outside}.woocommerce td.product-name .wc-item-meta dd,.woocommerce td.product-name dl.variation dd{margin:0}.woocommerce td.product-name .wc-item-meta p,.woocommerce td.product-name .wc-item-meta:last-child,.woocommerce td.product-name dl.variation p,.woocommerce td.product-name dl.variation:last-child{margin-bottom:0}.woocommerce td.product-name p.backorder_notification{font-size:.83em}.woocommerce td.product-quantity{min-width:80px}.woocommerce ul.cart_list,.woocommerce ul.product_list_widget{list-style:none outside;padding:0;margin:0}.woocommerce ul.cart_list li,.woocommerce ul.product_list_widget li{padding:4px 0;margin:0;list-style:none}.woocommerce ul.cart_list li::after,.woocommerce ul.cart_list li::before,.woocommerce ul.product_list_widget li::after,.woocommerce ul.product_list_widget li::before{content:" ";display:table}.woocommerce ul.cart_list li::after,.woocommerce ul.product_list_widget li::after{clear:both}.woocommerce ul.cart_list li a,.woocommerce ul.product_list_widget li a{display:block;font-weight:700}.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img{float:right;margin-left:4px;width:32px;height:auto;box-shadow:none}.woocommerce ul.cart_list li dl,.woocommerce ul.product_list_widget li dl{margin:0;padding-left:1em;border-left:2px solid rgba(0,0,0,.1)}.woocommerce ul.cart_list li dl::after,.woocommerce ul.cart_list li dl::before,.woocommerce ul.product_list_widget li dl::after,.woocommerce ul.product_list_widget li dl::before{content:" ";display:table}.woocommerce ul.cart_list li dl::after,.woocommerce ul.product_list_widget li dl::after{clear:both}.woocommerce ul.cart_list li dl dd,.woocommerce ul.cart_list li dl dt,.woocommerce ul.product_list_widget li dl dd,.woocommerce ul.product_list_widget li dl dt{display:inline-block;float:left;margin-bottom:1em}.woocommerce ul.cart_list li dl dt,.woocommerce ul.product_list_widget li dl dt{font-weight:700;padding:0 0 .25em;margin:0 4px 0 0;clear:left}.woocommerce ul.cart_list li dl dd,.woocommerce ul.product_list_widget li dl dd{padding:0 0 .25em}.woocommerce ul.cart_list li dl dd p:last-child,.woocommerce ul.product_list_widget li dl dd p:last-child{margin-bottom:0}.woocommerce ul.cart_list li .star-rating,.woocommerce ul.product_list_widget li .star-rating{float:none}.woocommerce .widget_shopping_cart .total,.woocommerce.widget_shopping_cart .total{border-top:3px double #e9e6ed;padding:4px 0 0}.woocommerce .widget_shopping_cart .total strong,.woocommerce.widget_shopping_cart .total strong{min-width:40px;display:inline-block}.woocommerce .widget_shopping_cart .cart_list li,.woocommerce.widget_shopping_cart .cart_list li{padding-left:2em;position:relative;padding-top:0}.woocommerce .widget_shopping_cart .cart_list li a.remove,.woocommerce.widget_shopping_cart .cart_list li a.remove{position:absolute;top:0;left:0}.woocommerce .widget_shopping_cart .buttons::after,.woocommerce .widget_shopping_cart .buttons::before,.woocommerce.widget_shopping_cart .buttons::after,.woocommerce.widget_shopping_cart .buttons::before{content:" ";display:table}.woocommerce .widget_shopping_cart .buttons::after,.woocommerce.widget_shopping_cart .buttons::after{clear:both}.woocommerce .widget_shopping_cart .buttons a,.woocommerce.widget_shopping_cart .buttons a{margin-right:5px;margin-bottom:5px}.woocommerce form.checkout_coupon,.woocommerce form.login,.woocommerce form.register{border:1px solid #cfc8d8;padding:20px;margin:2em 0;text-align:left;border-radius:5px}.woocommerce form.checkout_coupon .coupon-error-notice{color:var(--wc-red);display:block;font-size:.75em;margin-top:8px}.woocommerce form.checkout_coupon .input-text.has-error:focus{border-color:var(--wc-red)}.woocommerce ul#shipping_method{list-style:none outside;margin:0;padding:0}.woocommerce ul#shipping_method li{margin:0 0 .5em;line-height:1.5em;list-style:none outside}.woocommerce ul#shipping_method li input{margin:3px .4375em 0 0;vertical-align:top}.woocommerce ul#shipping_method li label{display:inline}.woocommerce ul#shipping_method .amount{font-weight:700}.woocommerce p.woocommerce-shipping-contents{margin:0}.woocommerce ul.order_details{margin:0 0 3em;list-style:none}.woocommerce ul.order_details::after,.woocommerce ul.order_details::before{content:" ";display:table}.woocommerce ul.order_details::after{clear:both}.woocommerce ul.order_details li{float:left;margin-right:2em;text-transform:uppercase;font-size:.715em;line-height:1;border-right:1px dashed #cfc8d8;padding-right:2em;margin-left:0;padding-left:0;list-style-type:none}.woocommerce ul.order_details li strong{display:block;font-size:1.4em;text-transform:none;line-height:1.5}.woocommerce ul.order_details li:last-of-type{border:none}.woocommerce .wc-bacs-bank-details-account-name{font-weight:700}.woocommerce .woocommerce-customer-details,.woocommerce .woocommerce-order-details,.woocommerce .woocommerce-order-downloads{margin-bottom:2em}.woocommerce .woocommerce-customer-details .order-actions--heading,.woocommerce .woocommerce-order-details .order-actions--heading,.woocommerce .woocommerce-order-downloads .order-actions--heading{vertical-align:middle}.woocommerce .woocommerce-customer-details .order-actions-button,.woocommerce .woocommerce-order-details .order-actions-button,.woocommerce .woocommerce-order-downloads .order-actions-button{margin-right:10px}.woocommerce .woocommerce-customer-details .order-actions-button:last-child,.woocommerce .woocommerce-order-details .order-actions-button:last-child,.woocommerce .woocommerce-order-downloads .order-actions-button:last-child{margin-right:0}.woocommerce .woocommerce-customer-details :last-child,.woocommerce .woocommerce-order-details :last-child,.woocommerce .woocommerce-order-downloads :last-child{margin-bottom:0}.woocommerce .woocommerce-customer-details .additional-fields,.woocommerce .woocommerce-customer-details .addresses{margin-bottom:2em}.woocommerce .woocommerce-customer-details .additional-fields:last-child,.woocommerce .woocommerce-customer-details .addresses:last-child{margin-bottom:0}.woocommerce .addresses .wc-block-components-additional-fields-list{margin:0;padding:0}.woocommerce .addresses .wc-block-components-additional-fields-list dt{margin:0;padding:0;font-style:normal;font-weight:700;display:inline}.woocommerce .addresses .wc-block-components-additional-fields-list dt::after{content:": "}.woocommerce .addresses .wc-block-components-additional-fields-list dt::before{content:"";display:block}.woocommerce .addresses .wc-block-components-additional-fields-list dd{margin:0;padding:0;font-style:normal;display:inline}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list{border:1px solid rgba(0,0,0,.1);padding:0;display:grid;grid-template-columns:1fr max-content}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dt{border-bottom:1px solid rgba(0,0,0,.1);font-style:normal;font-weight:700;padding:1rem;box-sizing:border-box;margin:0!important}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dt::after{display:none}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dt:last-of-type{border-bottom:0}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dd{border-bottom:1px solid rgba(0,0,0,.1);padding:1rem;box-sizing:border-box;text-align:right;margin:0!important}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dd:last-of-type{border-bottom:0}.woocommerce .woocommerce-customer-details .woocommerce-column__title{margin-top:0}.woocommerce .woocommerce-customer-details address{font-style:normal;margin-bottom:0;border:1px solid rgba(0,0,0,.1);border-bottom-width:2px;border-right-width:2px;text-align:left;width:100%;border-radius:5px;padding:6px 12px;box-sizing:border-box}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone{padding-left:1.5em}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email:last-child,.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone:last-child{margin-bottom:0}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e037";text-decoration:none;margin-left:-1.5em;line-height:1.75;position:absolute}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e02d";text-decoration:none;margin-left:-1.5em;line-height:1.75;position:absolute}.woocommerce .woocommerce-widget-layered-nav-list{margin:0;padding:0;border:0;list-style:none outside}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item{padding:0 0 1px;list-style:none}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after,.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::before{content:" ";display:table}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after{clear:both}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span{padding:1px 0}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e013";text-decoration:none;color:var(--wc-red)}.woocommerce .woocommerce-widget-layered-nav-dropdown__submit{margin-top:1em}.woocommerce .widget_layered_nav_filters ul{margin:0;padding:0;border:0;list-style:none outside;overflow:hidden;zoom:1}.woocommerce .widget_layered_nav_filters ul li{float:left;padding:0 1em 1px 1px;list-style:none}.woocommerce .widget_layered_nav_filters ul li a{text-decoration:none}.woocommerce .widget_layered_nav_filters ul li a::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e013";text-decoration:none;color:var(--wc-red);vertical-align:inherit;margin-right:.5em}.woocommerce .widget_price_filter .price_slider{margin-bottom:1em}.woocommerce .widget_price_filter .price_slider_amount{text-align:right;line-height:2.4;font-size:.8751em}.woocommerce .widget_price_filter .price_slider_amount .button{font-size:1.15em;float:left}.woocommerce .widget_price_filter .ui-slider{position:relative;text-align:left;margin-left:.5em;margin-right:.5em}.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1em;height:1em;background-color:#7f54b3;border-radius:1em;cursor:ew-resize;outline:0;top:-.3em;margin-left:-.5em}.woocommerce .widget_price_filter .ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;border-radius:1em;background-color:#7f54b3}.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{border-radius:1em;background-color:#35224c;border:0}.woocommerce .widget_price_filter .ui-slider-horizontal{height:.5em}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range{top:0;height:100%}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min{left:-1px}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max{right:-1px}.woocommerce .widget_rating_filter ul{margin:0;padding:0;border:0;list-style:none outside}.woocommerce .widget_rating_filter ul li{padding:0 0 1px;list-style:none}.woocommerce .widget_rating_filter ul li::after,.woocommerce .widget_rating_filter ul li::before{content:" ";display:table}.woocommerce .widget_rating_filter ul li::after{clear:both}.woocommerce .widget_rating_filter ul li a{padding:1px 0;text-decoration:none}.woocommerce .widget_rating_filter ul li .star-rating{float:none;display:inline-block}.woocommerce .widget_rating_filter ul li.chosen a::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e013";text-decoration:none;color:var(--wc-red)}.woocommerce .woocommerce-form-login .woocommerce-form-login__submit{float:left;margin-right:1em}.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme{display:inline-block}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button{font-size:100%;margin:0;line-height:1;cursor:pointer;position:relative;text-decoration:none;overflow:visible;padding:.618em 1em;font-weight:700;border-radius:3px;left:auto;color:#515151;background-color:#e9e6ed;border:0;display:inline-block;background-image:none;box-shadow:none;text-shadow:none}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.loading,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.loading,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.loading,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.loading{opacity:.25;padding-right:2.618em}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.loading::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.loading::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.loading::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.loading::after{font-family:WooCommerce;content:"\e01c";vertical-align:top;font-weight:400;position:absolute;top:.618em;right:1em;animation:spin 2s linear infinite}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.added::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.added::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.added::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.added::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.added::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.added::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.added::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.added::after{font-family:WooCommerce;content:"\e017";margin-left:.53em;vertical-align:bottom}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover{background-color:#dcd7e2;text-decoration:none;background-image:none;color:#515151}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt{background-color:#7f54b3;color:#fff;-webkit-font-smoothing:antialiased}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover{background-color:#7249a4;color:#fff}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled]:hover{background-color:#7f54b3;color:#fff}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled[disabled]{color:inherit;cursor:not-allowed;opacity:.5;padding:.618em 1em}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled[disabled]:hover{color:inherit;background-color:#e9e6ed}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb{font-size:.92em;color:#767676}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a{color:#767676}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price{color:#958e09;font-size:1.25em}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock{color:#958e09}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .out-of-stock{color:var(--wc-red)}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price{color:#958e09}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) #reviews #comments ol.commentlist li .meta{color:#767676;font-size:.75em}.woocommerce-no-js form.woocommerce-form-coupon,.woocommerce-no-js form.woocommerce-form-login{display:block!important}.woocommerce-no-js .showcoupon,.woocommerce-no-js .woocommerce-form-coupon-toggle,.woocommerce-no-js .woocommerce-form-login-toggle{display:none!important}.woocommerce-error,.woocommerce-info,.woocommerce-message{padding:1em 2em 1em 3.5em;margin:0 0 2em;position:relative;background-color:#f6f5f8;color:#515151;border-top:3px solid #720eec;list-style:none outside;width:auto;word-wrap:break-word}.woocommerce-error::after,.woocommerce-error::before,.woocommerce-info::after,.woocommerce-info::before,.woocommerce-message::after,.woocommerce-message::before{content:" ";display:table}.woocommerce-error::after,.woocommerce-info::after,.woocommerce-message::after{clear:both}.woocommerce-error::before,.woocommerce-info::before,.woocommerce-message::before{font-family:WooCommerce;content:"\e028";content:"\e028"/"";display:inline-block;position:absolute;top:1em;left:1.5em}.woocommerce-error .button,.woocommerce-info .button,.woocommerce-message .button{float:right}.woocommerce-error li,.woocommerce-info li,.woocommerce-message li{list-style:none outside!important;padding-left:0!important;margin-left:0!important}.rtl.woocommerce .price_label,.rtl.woocommerce .price_label span{direction:ltr;unicode-bidi:embed}.woocommerce-message{border-top-color:#8fae1b}.woocommerce-message::before{content:"\e015";color:#8fae1b}.woocommerce-info{border-top-color:#1e85be}.woocommerce-info::before{color:#1e85be}.woocommerce-error{border-top-color:#b81c23}.woocommerce-error::before{content:"\e016";color:#b81c23}.woocommerce-account .woocommerce::after,.woocommerce-account .woocommerce::before{content:" ";display:table}.woocommerce-account .woocommerce::after{clear:both}.woocommerce-account .addresses .title::after,.woocommerce-account .addresses .title::before{content:" ";display:table}.woocommerce-account .addresses .title::after{clear:both}.woocommerce-account .addresses .title h3{float:left}.woocommerce-account .addresses .title .edit{float:right}.woocommerce-account ol.commentlist.notes li.note p.meta{font-weight:700;margin-bottom:0}.woocommerce-account ol.commentlist.notes li.note .description p:last-child{margin-bottom:0}.woocommerce-account ul.digital-downloads{margin-left:0;padding-left:0}.woocommerce-account ul.digital-downloads li{list-style:none;margin-left:0;padding-left:0}.woocommerce-account ul.digital-downloads li::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e00a";text-decoration:none}.woocommerce-account ul.digital-downloads li .count{float:right}#add_payment_method table.cart .product-thumbnail,.woocommerce-cart table.cart .product-thumbnail,.woocommerce-checkout table.cart .product-thumbnail{min-width:32px}#add_payment_method table.cart img,.woocommerce-cart table.cart img,.woocommerce-checkout table.cart img{width:32px;box-shadow:none}#add_payment_method table.cart td,#add_payment_method table.cart th,.woocommerce-cart table.cart td,.woocommerce-cart table.cart th,.woocommerce-checkout table.cart td,.woocommerce-checkout table.cart th{vertical-align:middle}#add_payment_method table.cart td.actions .coupon .input-text,.woocommerce-cart table.cart td.actions .coupon .input-text,.woocommerce-checkout table.cart td.actions .coupon .input-text{float:left;box-sizing:border-box;border:1px solid #cfc8d8;padding:6px 6px 5px;margin:0 4px 0 0;outline:0}#add_payment_method table.cart td.actions .coupon .input-text.has-error:focus,.woocommerce-cart table.cart td.actions .coupon .input-text.has-error:focus,.woocommerce-checkout table.cart td.actions .coupon .input-text.has-error:focus{border-color:var(--wc-red)}#add_payment_method table.cart td.actions .coupon .coupon-error-notice,.woocommerce-cart table.cart td.actions .coupon .coupon-error-notice,.woocommerce-checkout table.cart td.actions .coupon .coupon-error-notice{clear:left;color:var(--wc-red);flex-basis:100%;float:none;font-size:.75em;margin-bottom:0;margin-top:8px;text-align:left;width:auto}#add_payment_method table.cart input,.woocommerce-cart table.cart input,.woocommerce-checkout table.cart input{margin:0;vertical-align:middle}#add_payment_method .wc-proceed-to-checkout,.woocommerce-cart .wc-proceed-to-checkout,.woocommerce-checkout .wc-proceed-to-checkout{padding:1em 0}#add_payment_method .wc-proceed-to-checkout::after,#add_payment_method .wc-proceed-to-checkout::before,.woocommerce-cart .wc-proceed-to-checkout::after,.woocommerce-cart .wc-proceed-to-checkout::before,.woocommerce-checkout .wc-proceed-to-checkout::after,.woocommerce-checkout .wc-proceed-to-checkout::before{content:" ";display:table}#add_payment_method .wc-proceed-to-checkout::after,.woocommerce-cart .wc-proceed-to-checkout::after,.woocommerce-checkout .wc-proceed-to-checkout::after{clear:both}#add_payment_method .wc-proceed-to-checkout a.checkout-button,.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{display:block;text-align:center;margin-bottom:1em;font-size:1.25em;padding:1em}#add_payment_method .cart-collaterals .shipping-calculator-button,.woocommerce-cart .cart-collaterals .shipping-calculator-button,.woocommerce-checkout .cart-collaterals .shipping-calculator-button{float:none;margin-top:.5em;display:inline-block}#add_payment_method .cart-collaterals .shipping-calculator-button::after,.woocommerce-cart .cart-collaterals .shipping-calculator-button::after,.woocommerce-checkout .cart-collaterals .shipping-calculator-button::after{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-left:.618em;content:"\e019";text-decoration:none}#add_payment_method .cart-collaterals .shipping-calculator-form,.woocommerce-cart .cart-collaterals .shipping-calculator-form,.woocommerce-checkout .cart-collaterals .shipping-calculator-form{margin:1em 0 0 0}#add_payment_method .cart-collaterals .cart_totals p small,.woocommerce-cart .cart-collaterals .cart_totals p small,.woocommerce-checkout .cart-collaterals .cart_totals p small{color:#767676;font-size:.83em}#add_payment_method .cart-collaterals .cart_totals table,.woocommerce-cart .cart-collaterals .cart_totals table,.woocommerce-checkout .cart-collaterals .cart_totals table{border-collapse:separate;margin:0 0 6px;padding:0}#add_payment_method .cart-collaterals .cart_totals table tr:first-child td,#add_payment_method .cart-collaterals .cart_totals table tr:first-child th,.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td,.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th{border-top:0}#add_payment_method .cart-collaterals .cart_totals table th,.woocommerce-cart .cart-collaterals .cart_totals table th,.woocommerce-checkout .cart-collaterals .cart_totals table th{width:35%}#add_payment_method .cart-collaterals .cart_totals table td,#add_payment_method .cart-collaterals .cart_totals table th,.woocommerce-cart .cart-collaterals .cart_totals table td,.woocommerce-cart .cart-collaterals .cart_totals table th,.woocommerce-checkout .cart-collaterals .cart_totals table td,.woocommerce-checkout .cart-collaterals .cart_totals table th{vertical-align:top;border-left:0;border-right:0;line-height:1.5em}#add_payment_method .cart-collaterals .cart_totals table small,.woocommerce-cart .cart-collaterals .cart_totals table small,.woocommerce-checkout .cart-collaterals .cart_totals table small{color:#767676}#add_payment_method .cart-collaterals .cart_totals table select,.woocommerce-cart .cart-collaterals .cart_totals table select,.woocommerce-checkout .cart-collaterals .cart_totals table select{width:100%}#add_payment_method .cart-collaterals .cart_totals .discount td,.woocommerce-cart .cart-collaterals .cart_totals .discount td,.woocommerce-checkout .cart-collaterals .cart_totals .discount td{color:#958e09}#add_payment_method .cart-collaterals .cart_totals tr td,#add_payment_method .cart-collaterals .cart_totals tr th,.woocommerce-cart .cart-collaterals .cart_totals tr td,.woocommerce-cart .cart-collaterals .cart_totals tr th,.woocommerce-checkout .cart-collaterals .cart_totals tr td,.woocommerce-checkout .cart-collaterals .cart_totals tr th{border-top:1px solid #e9e6ed}#add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination,.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination,.woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination{margin-bottom:0}#add_payment_method .cart-collaterals .cross-sells ul.products li.product,.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product,.woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product{margin-top:0}#add_payment_method .checkout .col-2 h3#ship-to-different-address,.woocommerce-cart .checkout .col-2 h3#ship-to-different-address,.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address{float:left;clear:none}#add_payment_method .checkout .col-2 .notes,.woocommerce-cart .checkout .col-2 .notes,.woocommerce-checkout .checkout .col-2 .notes{clear:left}#add_payment_method .checkout .col-2 .form-row-first,.woocommerce-cart .checkout .col-2 .form-row-first,.woocommerce-checkout .checkout .col-2 .form-row-first{clear:left}#add_payment_method .checkout .create-account small,.woocommerce-cart .checkout .create-account small,.woocommerce-checkout .checkout .create-account small{font-size:11px;color:#767676;font-weight:400}#add_payment_method .checkout div.shipping-address,.woocommerce-cart .checkout div.shipping-address,.woocommerce-checkout .checkout div.shipping-address{padding:0;clear:left;width:100%}#add_payment_method .checkout .shipping_address,.woocommerce-cart .checkout .shipping_address,.woocommerce-checkout .checkout .shipping_address{clear:both}#add_payment_method .checkout .checkout-inline-error-message,.woocommerce-cart .checkout .checkout-inline-error-message,.woocommerce-checkout .checkout .checkout-inline-error-message{color:var(--wc-red);font-size:.75em;margin-bottom:0}#add_payment_method #payment,.woocommerce-cart #payment,.woocommerce-checkout #payment{background:rgba(129,110,153,.14);border-radius:5px}#add_payment_method #payment ul.payment_methods,.woocommerce-cart #payment ul.payment_methods,.woocommerce-checkout #payment ul.payment_methods{text-align:left;padding:1em;border-bottom:1px solid rgba(104,87,125,.14);margin:0;list-style:none outside}#add_payment_method #payment ul.payment_methods::after,#add_payment_method #payment ul.payment_methods::before,.woocommerce-cart #payment ul.payment_methods::after,.woocommerce-cart #payment ul.payment_methods::before,.woocommerce-checkout #payment ul.payment_methods::after,.woocommerce-checkout #payment ul.payment_methods::before{content:" ";display:table}#add_payment_method #payment ul.payment_methods::after,.woocommerce-cart #payment ul.payment_methods::after,.woocommerce-checkout #payment ul.payment_methods::after{clear:both}#add_payment_method #payment ul.payment_methods li,.woocommerce-cart #payment ul.payment_methods li,.woocommerce-checkout #payment ul.payment_methods li{line-height:2;text-align:left;margin:0;font-weight:400}#add_payment_method #payment ul.payment_methods li input,.woocommerce-cart #payment ul.payment_methods li input,.woocommerce-checkout #payment ul.payment_methods li input{margin:0 1em 0 0}#add_payment_method #payment ul.payment_methods li img,.woocommerce-cart #payment ul.payment_methods li img,.woocommerce-checkout #payment ul.payment_methods li img{vertical-align:middle;margin:-2px 0 0 .5em;padding:0;position:relative;box-shadow:none}#add_payment_method #payment ul.payment_methods li img+img,.woocommerce-cart #payment ul.payment_methods li img+img,.woocommerce-checkout #payment ul.payment_methods li img+img{margin-left:2px}#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after,#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::before,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::before,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::before{content:" ";display:table}#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after{clear:both}#add_payment_method #payment div.form-row,.woocommerce-cart #payment div.form-row,.woocommerce-checkout #payment div.form-row{padding:1em}#add_payment_method #payment div.payment_box,.woocommerce-cart #payment div.payment_box,.woocommerce-checkout #payment div.payment_box{position:relative;box-sizing:border-box;width:100%;padding:1em;margin:1em 0;font-size:.92em;border-radius:2px;line-height:1.5;background-color:#dcd7e2;color:#515151}#add_payment_method #payment div.payment_box input.input-text,#add_payment_method #payment div.payment_box textarea,.woocommerce-cart #payment div.payment_box input.input-text,.woocommerce-cart #payment div.payment_box textarea,.woocommerce-checkout #payment div.payment_box input.input-text,.woocommerce-checkout #payment div.payment_box textarea{border-color:#c2bacd;border-top-color:#b5abc2}#add_payment_method #payment div.payment_box ::-webkit-input-placeholder,.woocommerce-cart #payment div.payment_box ::-webkit-input-placeholder,.woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder{color:#b5abc2}#add_payment_method #payment div.payment_box :-moz-placeholder,.woocommerce-cart #payment div.payment_box :-moz-placeholder,.woocommerce-checkout #payment div.payment_box :-moz-placeholder{color:#b5abc2}#add_payment_method #payment div.payment_box :-ms-input-placeholder,.woocommerce-cart #payment div.payment_box :-ms-input-placeholder,.woocommerce-checkout #payment div.payment_box :-ms-input-placeholder{color:#b5abc2}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods{list-style:none outside;margin:0}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token{margin:0 0 .5em}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label{cursor:pointer}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput{vertical-align:middle;margin:-3px 1em 0 0;position:relative}#add_payment_method #payment div.payment_box .wc-credit-card-form,.woocommerce-cart #payment div.payment_box .wc-credit-card-form,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form{border:0;padding:0;margin:1em 0 0}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number{font-size:1.5em;padding:8px;background-repeat:no-repeat;background-position:right .618em center;background-size:32px 20px}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/visa.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/mastercard.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/laser.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/diners.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/maestro.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/jcb.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/amex.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/discover.svg)}#add_payment_method #payment div.payment_box span.help,.woocommerce-cart #payment div.payment_box span.help,.woocommerce-checkout #payment div.payment_box span.help{font-size:.857em;color:#767676;font-weight:400}#add_payment_method #payment div.payment_box .form-row,.woocommerce-cart #payment div.payment_box .form-row,.woocommerce-checkout #payment div.payment_box .form-row{margin:0 0 1em}#add_payment_method #payment div.payment_box p:last-child,.woocommerce-cart #payment div.payment_box p:last-child,.woocommerce-checkout #payment div.payment_box p:last-child{margin-bottom:0}#add_payment_method #payment div.payment_box::before,.woocommerce-cart #payment div.payment_box::before,.woocommerce-checkout #payment div.payment_box::before{content:"";display:block;border:1em solid #dcd7e2;border-right-color:transparent;border-left-color:transparent;border-top-color:transparent;position:absolute;top:-.75em;left:0;margin:-1em 0 0 2em}#add_payment_method #payment .payment_method_paypal .about_paypal,.woocommerce-cart #payment .payment_method_paypal .about_paypal,.woocommerce-checkout #payment .payment_method_paypal .about_paypal{float:right;line-height:52px;font-size:.83em}#add_payment_method #payment .payment_method_paypal img,.woocommerce-cart #payment .payment_method_paypal img,.woocommerce-checkout #payment .payment_method_paypal img{max-height:52px;vertical-align:middle}.woocommerce-terms-and-conditions{border:1px solid rgba(0,0,0,.2);box-shadow:inset 0 1px 2px rgba(0,0,0,.1);background:rgba(0,0,0,.05)}.woocommerce-invalid #terms{outline:2px solid var(--wc-red);outline-offset:2px}.woocommerce-password-strength{text-align:center;font-weight:600;padding:3px .5em;font-size:1em}.woocommerce-password-strength.strong{background-color:#c1e1b9;border-color:#83c373}.woocommerce-password-strength.short{background-color:#f1adad;border-color:#e35b5b}.woocommerce-password-strength.bad{background-color:#fbc5a9;border-color:#f78b53}.woocommerce-password-strength.good{background-color:#ffe399;border-color:#ffc733}.woocommerce-password-hint{margin:.5em 0 0;display:block}#content.twentyeleven .woocommerce-pagination a{font-size:1em;line-height:1}.single-product .twentythirteen #reply-title,.single-product .twentythirteen #respond #commentform,.single-product .twentythirteen .entry-summary{padding:0}.single-product .twentythirteen p.stars{clear:both}.twentythirteen .woocommerce-breadcrumb{padding-top:40px}.twentyfourteen ul.products li.product{margin-top:0!important}body:not(.search-results) .twentysixteen .entry-summary{color:inherit;font-size:inherit;line-height:inherit}.twentysixteen .price ins{background:inherit;color:inherit}:root{--woocommerce:#720eec;--wc-green:#7ad03a;--wc-red:#a00;--wc-orange:#ffba00;--wc-blue:#2ea2cc;--wc-primary:#720eec;--wc-primary-text:#fcfbfe;--wc-secondary:#e9e6ed;--wc-secondary-text:#515151;--wc-highlight:#958e09;--wc-highligh-text:white;--wc-content-bg:#fff;--wc-subtext:#767676;--wc-form-border-color:rgba(32, 7, 7, 0.8);--wc-form-border-radius:4px;--wc-form-border-width:1px}@keyframes spin{100%{transform:rotate(360deg)}}@font-face{font-family:star;src:url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff2) format("woff2"),url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff) format("woff"),url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:WooCommerce;src:url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff2) format("woff2"),url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff) format("woff"),url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf) format("truetype");font-weight:400;font-style:normal}.woocommerce form .form-row{padding:3px;margin:0 0 6px}.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder{-webkit-transition:opacity .5s .5s ease;transition:opacity .5s .5s ease;opacity:0}.woocommerce form .form-row label{line-height:2}.woocommerce form .form-row label.hidden{visibility:hidden}.woocommerce form .form-row label.inline{display:inline}.woocommerce form .form-row .woocommerce-input-wrapper .description{background:#1e85be;color:#fff;border-radius:3px;padding:1em;margin:.5em 0 0;clear:both;display:none;position:relative}.woocommerce form .form-row .woocommerce-input-wrapper .description a{color:#fff;text-decoration:underline;border:0;box-shadow:none}.woocommerce form .form-row .woocommerce-input-wrapper .description::before{left:50%;top:0;margin-top:-4px;transform:translateX(-50%) rotate(180deg);content:"";position:absolute;border-width:4px 6px 0 6px;border-style:solid;border-color:#1e85be transparent transparent transparent;z-index:100;display:block}.woocommerce form .form-row .input-checkbox{display:inline;margin:-2px 8px 0 0;text-align:center;vertical-align:middle}.woocommerce form .form-row .input-text,.woocommerce form .form-row select{font-family:inherit;font-weight:400;letter-spacing:normal;padding:.5em;display:block;background-color:var(--wc-form-color-background,#fff);border:var(--wc-form-border-width) solid var(--wc-form-border-color);border-radius:var(--wc-form-border-radius);color:var(--wc-form-color-text,#000);box-sizing:border-box;width:100%;margin:0;line-height:normal;height:auto}.woocommerce form .form-row .input-text:focus,.woocommerce form .form-row select:focus{border-color:currentColor}.woocommerce form .form-row select{cursor:pointer;appearance:none;padding-right:3em;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=);background-repeat:no-repeat;background-size:16px;background-position:calc(100% - .5em) 50%}.woocommerce form .form-row textarea{height:4em;line-height:1.5;box-shadow:none}.woocommerce form .form-row .required{color:var(--wc-red);font-weight:700;border:0!important;text-decoration:none;visibility:hidden}.woocommerce form .form-row .optional{visibility:visible}.woocommerce form .form-row.woocommerce-invalid label{color:var(--wc-red)}.woocommerce form .form-row.woocommerce-invalid input.input-text,.woocommerce form .form-row.woocommerce-invalid select{border-color:var(--wc-red)}.woocommerce form .form-row.woocommerce-invalid .select2-container:not(.select2-container--open) .select2-selection{border-color:var(--wc-red)}.woocommerce form .form-row.woocommerce-validated input.input-text,.woocommerce form .form-row.woocommerce-validated select{border-color:var(--wc-green)}.woocommerce form .form-row.woocommerce-validated .select2-container:not(.select2-container--open) .select2-selection{border-color:var(--wc-green)}.woocommerce form .form-row ::-webkit-input-placeholder{line-height:normal}.woocommerce form .form-row :-moz-placeholder{line-height:normal}.woocommerce form .form-row :-ms-input-placeholder{line-height:normal}.select2-container{width:100%}.select2-container .select2-selection--single{height:auto}.select2-container .select2-selection--single .select2-selection__rendered{padding:.5em;line-height:normal;box-sizing:border-box;color:var(--wc-form-color-text,#444);font-weight:400}.select2-container .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container .select2-selection--single .select2-selection__arrow{position:absolute;top:2px;right:.5em;height:100%;width:16px}.select2-container .select2-selection--single .select2-selection__arrow b{border:none;display:block;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=) no-repeat;background-size:16px;width:16px;height:16px;position:absolute;top:50%;left:0;margin:-8px 0 0}.select2-container .select2-dropdown,.select2-container .select2-selection{background-color:var(--wc-form-color-background,#fff);border:var(--wc-form-border-width,1px) solid var(--wc-form-border-color,#aaa);border-radius:var(--wc-form-border-radius,4px)}.select2-container.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{margin:0}.woocommerce-store-notice,p.demo_store{position:absolute;top:0;left:0;right:0;margin:0;width:100%;font-size:1em;padding:1em 0;text-align:center;background-color:#720eec;color:#fcfbfe;z-index:99998;box-shadow:0 1px 1em rgba(0,0,0,.2);display:none}.woocommerce-store-notice a,p.demo_store a{color:#fcfbfe;text-decoration:underline}.screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px;word-wrap:normal!important}.admin-bar p.demo_store{top:32px}.clear{clear:both}.woocommerce .blockUI.blockOverlay{position:relative}.woocommerce .blockUI.blockOverlay::before{height:1em;width:1em;display:block;position:absolute;top:50%;left:50%;margin-left:-.5em;margin-top:-.5em;content:"";animation:spin 1s ease-in-out infinite;background:url(/wp-content/plugins/woocommerce/assets/images/icons/loader.svg) center center;background-size:cover;line-height:1;text-align:center;font-size:2em;color:rgba(0,0,0,.75)}.woocommerce .loader::before{height:1em;width:1em;display:block;position:absolute;top:50%;left:50%;margin-left:-.5em;margin-top:-.5em;content:"";animation:spin 1s ease-in-out infinite;background:url(/wp-content/plugins/woocommerce/assets/images/icons/loader.svg) center center;background-size:cover;line-height:1;text-align:center;font-size:2em;color:rgba(0,0,0,.75)}.woocommerce a.remove{display:block;font-size:1.5em;height:1em;width:1em;text-align:center;line-height:1;border-radius:100%;color:var(--wc-red)!important;text-decoration:none;font-weight:700;border:0}.woocommerce a.remove:hover{color:#fff!important;background:var(--wc-red)}.woocommerce small.note{display:block;color:#767676;font-size:.857em;margin-top:10px}.woocommerce .woocommerce-breadcrumb{margin:0 0 1em;padding:0}.woocommerce .woocommerce-breadcrumb::after,.woocommerce .woocommerce-breadcrumb::before{content:" ";display:table}.woocommerce .woocommerce-breadcrumb::after{clear:both}.woocommerce .quantity .qty{width:3.631em;text-align:center}.woocommerce div.product{margin-bottom:0;position:relative}.woocommerce div.product .product_title{clear:none;margin-top:0;padding:0}.woocommerce div.product p.price ins,.woocommerce div.product span.price ins{background:inherit;font-weight:700;display:inline-block}.woocommerce div.product p.price del,.woocommerce div.product span.price del{opacity:.5;display:inline-block}.woocommerce div.product p.stock{font-size:.92em}.woocommerce div.product .woocommerce-product-rating{margin-bottom:1.618em}.woocommerce div.product div.images{margin-bottom:2em}.woocommerce div.product div.images img{display:block;width:100%;height:auto;box-shadow:none}.woocommerce div.product div.images div.thumbnails{padding-top:1em}.woocommerce div.product div.images.woocommerce-product-gallery{position:relative}.woocommerce div.product div.images .woocommerce-product-gallery__wrapper{transition:all cubic-bezier(.795,-.035,0,1) .5s;margin:0;padding:0}.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg{background-color:#fff;opacity:0}.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder{border:1px solid #f2f2f2}.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2){width:25%;display:inline-block}.woocommerce div.product div.images .woocommerce-product-gallery__image a{display:block;outline-offset:-2px}.woocommerce div.product div.images .woocommerce-product-gallery__trigger{background:#fff;border:none;box-sizing:content-box;border-radius:100%;cursor:pointer;font-size:2em;height:36px;padding:0;position:absolute;right:.5em;text-indent:-9999px;top:.5em;width:36px;z-index:99}.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before{border:2px solid #000;border-radius:100%;box-sizing:content-box;content:"";display:block;height:10px;left:9px;top:9px;position:absolute;width:10px}.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after{background:#000;border-radius:6px;box-sizing:content-box;content:"";display:block;height:8px;left:22px;position:absolute;top:19px;transform:rotate(-45deg);width:2px}.woocommerce div.product div.images .woocommerce-product-gallery__trigger span[aria-hidden=true]{border:0;clip-path:inset(50%);height:1px;left:50%;margin:-1px;overflow:hidden;position:absolute;top:50%;width:1px}.woocommerce div.product div.images .flex-control-thumbs{overflow:hidden;zoom:1;margin:0;padding:0}.woocommerce div.product div.images .flex-control-thumbs li{width:25%;float:left;margin:0;list-style:none}.woocommerce div.product div.images .flex-control-thumbs li img{cursor:pointer;opacity:.5;margin:0}.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,.woocommerce div.product div.images .flex-control-thumbs li img:hover{opacity:1}.woocommerce div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1){clear:left}.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1){clear:left}.woocommerce div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1){clear:left}.woocommerce div.product div.summary{margin-bottom:2em}.woocommerce div.product div.social{text-align:right;margin:0 0 1em}.woocommerce div.product div.social span{margin:0 0 0 2px}.woocommerce div.product div.social span span{margin:0}.woocommerce div.product div.social span .stButton .chicklets{padding-left:16px;width:0}.woocommerce div.product div.social iframe{float:left;margin-top:3px}.woocommerce div.product .woocommerce-tabs ul.tabs{list-style:none;padding:0 0 0 1em;margin:0 0 1.618em;overflow:hidden;position:relative}.woocommerce div.product .woocommerce-tabs ul.tabs li{border:1px solid #cfc8d8;background-color:#e9e6ed;color:#515151;display:inline-block;position:relative;z-index:0;border-radius:4px 4px 0 0;margin:0 -5px;padding:0 1em}.woocommerce div.product .woocommerce-tabs ul.tabs li a{display:inline-block;padding:.5em 0;font-weight:700;color:#515151;text-decoration:none}.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover{text-decoration:none;color:#6b6b6b}.woocommerce div.product .woocommerce-tabs ul.tabs li.active{background:#fff;color:#515151;z-index:2;border-bottom-color:#fff}.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:inherit;text-shadow:inherit}.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before{box-shadow:2px 2px 0 #fff}.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after{box-shadow:-2px 2px 0 #fff}.woocommerce div.product .woocommerce-tabs ul.tabs li::after,.woocommerce div.product .woocommerce-tabs ul.tabs li::before{border:1px solid #cfc8d8;position:absolute;bottom:-1px;width:5px;height:5px;content:" ";box-sizing:border-box}.woocommerce div.product .woocommerce-tabs ul.tabs li::before{left:-5px;border-bottom-right-radius:4px;border-width:0 1px 1px 0;box-shadow:2px 2px 0 #e9e6ed}.woocommerce div.product .woocommerce-tabs ul.tabs li::after{right:-5px;border-bottom-left-radius:4px;border-width:0 0 1px 1px;box-shadow:-2px 2px 0 #e9e6ed}.woocommerce div.product .woocommerce-tabs ul.tabs::before{position:absolute;content:" ";width:100%;bottom:0;left:0;border-bottom:1px solid #cfc8d8;z-index:1}.woocommerce div.product .woocommerce-tabs .panel{margin:0 0 2em;padding:0}.woocommerce div.product p.cart{margin-bottom:2em}.woocommerce div.product p.cart::after,.woocommerce div.product p.cart::before{content:" ";display:table}.woocommerce div.product p.cart::after{clear:both}.woocommerce div.product form.cart{margin-bottom:2em}.woocommerce div.product form.cart::after,.woocommerce div.product form.cart::before{content:" ";display:table}.woocommerce div.product form.cart::after{clear:both}.woocommerce div.product form.cart div.quantity{float:left;margin:0 4px 0 0}.woocommerce div.product form.cart table{border-width:0 0 1px}.woocommerce div.product form.cart table td{padding-left:0}.woocommerce div.product form.cart table div.quantity{float:none;margin:0}.woocommerce div.product form.cart table small.stock{display:block;float:none}.woocommerce div.product form.cart .variations{margin-bottom:1em;border:0;width:100%}.woocommerce div.product form.cart .variations td,.woocommerce div.product form.cart .variations th{border:0;line-height:2em;vertical-align:top}.woocommerce div.product form.cart .variations label{font-weight:700;text-align:left}.woocommerce div.product form.cart .variations select{max-width:100%;min-width:75%;display:inline-block;margin-right:1em;appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-right:3em;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=) no-repeat;background-size:16px;-webkit-background-size:16px;background-position:calc(100% - 12px) 50%;-webkit-background-position:calc(100% - 12px) 50%}.woocommerce div.product form.cart .variations td.label{padding-right:1em}.woocommerce div.product form.cart .woocommerce-variation-description p{margin-bottom:1em}.woocommerce div.product form.cart .reset_variations{visibility:hidden;font-size:.83em}.woocommerce div.product form.cart .wc-no-matching-variations{display:none}.woocommerce div.product form.cart .button{vertical-align:middle;float:left}.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label{padding-right:1em;padding-left:1em}.woocommerce div.product form.cart .group_table td{vertical-align:top;padding-bottom:.5em;border:0}.woocommerce div.product form.cart .group_table td:first-child{width:4em;text-align:center}.woocommerce div.product form.cart .group_table .wc-grouped-product-add-to-cart-checkbox{display:inline-block;width:auto;margin:0 auto;transform:scale(1.5,1.5)}.woocommerce span.onsale{min-height:3.236em;min-width:3.236em;padding:.202em;font-size:1em;font-weight:700;position:absolute;text-align:center;line-height:3.236;top:-.5em;left:-.5em;margin:0;border-radius:100%;background-color:#958e09;color:#fff;font-size:.857em;z-index:9}.woocommerce .products ul,.woocommerce ul.products{margin:0 0 1em;padding:0;list-style:none outside;clear:both}.woocommerce .products ul::after,.woocommerce .products ul::before,.woocommerce ul.products::after,.woocommerce ul.products::before{content:" ";display:table}.woocommerce .products ul::after,.woocommerce ul.products::after{clear:both}.woocommerce .products ul li,.woocommerce ul.products li{list-style:none outside}.woocommerce ul.products li.product .onsale{top:0;right:0;left:auto;margin:-.5em -.5em 0 0}.woocommerce ul.products li.product .woocommerce-loop-category__title,.woocommerce ul.products li.product .woocommerce-loop-product__title,.woocommerce ul.products li.product h3{padding:.5em 0;margin:0;font-size:1em}.woocommerce ul.products li.product a{text-decoration:none}.woocommerce ul.products li.product a.woocommerce-loop-product__link{display:block}.woocommerce ul.products li.product a img{width:100%;height:auto;display:block;margin:0 0 1em;box-shadow:none}.woocommerce ul.products li.product strong{display:block}.woocommerce ul.products li.product .woocommerce-placeholder{border:1px solid #f2f2f2}.woocommerce ul.products li.product .star-rating{font-size:.857em}.woocommerce ul.products li.product .button{display:inline-block;margin-top:1em}.woocommerce ul.products li.product .price{display:block;font-weight:400;margin-bottom:.5em;font-size:.857em}.woocommerce ul.products li.product .price del{color:inherit;opacity:.5;display:inline-block}.woocommerce ul.products li.product .price ins{background:0 0;font-weight:700;display:inline-block}.woocommerce ul.products li.product .price .from{font-size:.67em;margin:-2px 0 0 0;text-transform:uppercase;color:rgba(90,89,68,.5)}.woocommerce .woocommerce-result-count{margin:0 0 1em}.woocommerce .woocommerce-ordering{margin:0 0 1em}.woocommerce .woocommerce-ordering>label{margin-right:.25rem}.woocommerce .woocommerce-ordering select{vertical-align:top}.woocommerce nav.woocommerce-pagination{text-align:center}.woocommerce nav.woocommerce-pagination ul{display:inline-block;white-space:nowrap;padding:0;clear:both;border:1px solid #cfc8d8;border-right:0;margin:1px}.woocommerce nav.woocommerce-pagination ul li{border-right:1px solid #cfc8d8;padding:0;margin:0;float:left;display:inline;overflow:hidden}.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{margin:0;text-decoration:none;padding:0;line-height:1;font-size:1em;font-weight:400;padding:.5em;min-width:1em;display:block}.woocommerce nav.woocommerce-pagination ul li a:focus,.woocommerce nav.woocommerce-pagination ul li a:hover,.woocommerce nav.woocommerce-pagination ul li span.current{background:#e9e6ed;color:#816f98}.woocommerce .cart .button,.woocommerce .cart input.button{float:none}.woocommerce a.added_to_cart{padding-top:.5em;display:inline-block}.woocommerce #reviews h2 small{float:right;color:#767676;font-size:15px;margin:10px 0 0}.woocommerce #reviews h2 small a{text-decoration:none;color:#767676}.woocommerce #reviews h3{margin:0}.woocommerce #reviews #respond{margin:0;border:0;padding:0}.woocommerce #reviews #comment{height:75px}.woocommerce #reviews #comments .add_review::after,.woocommerce #reviews #comments .add_review::before{content:" ";display:table}.woocommerce #reviews #comments .add_review::after{clear:both}.woocommerce #reviews #comments h2{clear:none}.woocommerce #reviews #comments ol.commentlist{margin:0;width:100%;background:0 0;list-style:none}.woocommerce #reviews #comments ol.commentlist::after,.woocommerce #reviews #comments ol.commentlist::before{content:" ";display:table}.woocommerce #reviews #comments ol.commentlist::after{clear:both}.woocommerce #reviews #comments ol.commentlist li{padding:0;margin:0 0 20px;border:0;position:relative;background:0;border:0}.woocommerce #reviews #comments ol.commentlist li img.avatar{float:left;position:absolute;top:0;left:0;padding:3px;width:32px;height:auto;background:#e9e6ed;border:1px solid #e1dde7;margin:0;box-shadow:none}.woocommerce #reviews #comments ol.commentlist li .comment-text{margin:0 0 0 50px;border:1px solid #e1dde7;border-radius:4px;padding:1em 1em 0}.woocommerce #reviews #comments ol.commentlist li .comment-text::after,.woocommerce #reviews #comments ol.commentlist li .comment-text::before{content:" ";display:table}.woocommerce #reviews #comments ol.commentlist li .comment-text::after{clear:both}.woocommerce #reviews #comments ol.commentlist li .comment-text p{margin:0 0 1em}.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta{font-size:.83em}.woocommerce #reviews #comments ol.commentlist ul.children{list-style:none outside;margin:20px 0 0 50px}.woocommerce #reviews #comments ol.commentlist ul.children .star-rating{display:none}.woocommerce #reviews #comments ol.commentlist #respond{border:1px solid #e1dde7;border-radius:4px;padding:1em 1em 0;margin:20px 0 0 50px}.woocommerce #reviews #comments .commentlist>li::before{content:""}.woocommerce .star-rating{float:right;overflow:hidden;position:relative;height:1em;line-height:1;font-size:1em;width:5.4em;font-family:WooCommerce}.woocommerce .star-rating::before{content:"sssss";color:#cfc8d8;float:left;top:0;left:0;position:absolute}.woocommerce .star-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em}.woocommerce .star-rating span::before{content:"SSSSS";top:0;position:absolute;left:0}.woocommerce .woocommerce-product-rating{line-height:2;display:block}.woocommerce .woocommerce-product-rating::after,.woocommerce .woocommerce-product-rating::before{content:" ";display:table}.woocommerce .woocommerce-product-rating::after{clear:both}.woocommerce .woocommerce-product-rating .star-rating{margin:.5em 4px 0 0;float:left}.woocommerce .products .star-rating{display:block;margin:0 0 .5em;float:none}.woocommerce .hreview-aggregate .star-rating{margin:10px 0 0}.woocommerce #review_form #respond{position:static;margin:0;width:auto;padding:0;background:transparent none;border:0}.woocommerce #review_form #respond::after,.woocommerce #review_form #respond::before{content:" ";display:table}.woocommerce #review_form #respond::after{clear:both}.woocommerce #review_form #respond p{margin:0 0 10px}.woocommerce #review_form #respond .form-submit input{left:auto}.woocommerce #review_form #respond textarea{box-sizing:border-box;width:100%}.woocommerce p.stars a{position:relative;height:1em;width:1em;text-indent:-999em;display:inline-block;text-decoration:none}.woocommerce p.stars a::before{display:block;position:absolute;top:0;left:0;width:1em;height:1em;line-height:1;font-family:WooCommerce;content:"\e021";content:"\e021"/"";text-indent:0}.woocommerce p.stars a:hover~a::before{content:"\e021"}.woocommerce p.stars:hover a::before{content:"\e020"}.woocommerce p.stars.selected a.active::before{content:"\e020"}.woocommerce p.stars.selected a.active~a::before{content:"\e021"}.woocommerce p.stars.selected a:not(.active)::before{content:"\e020"}.woocommerce table.shop_attributes{border:0;border-top:1px dotted rgba(0,0,0,.1);margin-bottom:1.618em;width:100%}.woocommerce table.shop_attributes th{width:150px;font-weight:700;padding:8px;border-top:0;border-bottom:1px dotted rgba(0,0,0,.1);margin:0;line-height:1.5}.woocommerce table.shop_attributes td{font-style:italic;padding:0;border-top:0;border-bottom:1px dotted rgba(0,0,0,.1);margin:0;line-height:1.5}.woocommerce table.shop_attributes td p{margin:0;padding:8px 0}.woocommerce table.shop_attributes tr:nth-child(even) td,.woocommerce table.shop_attributes tr:nth-child(even) th{background:rgba(0,0,0,.025)}.woocommerce table.shop_table{border:1px solid rgba(0,0,0,.1);margin:0 -1px 24px 0;text-align:left;width:100%;border-collapse:separate;border-radius:5px}.woocommerce table.shop_table th{font-weight:700;padding:9px 12px;line-height:1.5em}.woocommerce table.shop_table td{border-top:1px solid rgba(0,0,0,.1);padding:9px 12px;vertical-align:middle;line-height:1.5em}.woocommerce table.shop_table td small{font-weight:400}.woocommerce table.shop_table td del{font-weight:400}.woocommerce table.shop_table tbody:first-child tr:first-child td,.woocommerce table.shop_table tbody:first-child tr:first-child th{border-top:0}.woocommerce table.shop_table tbody th,.woocommerce table.shop_table tfoot td,.woocommerce table.shop_table tfoot th{font-weight:700;border-top:1px solid rgba(0,0,0,.1)}.woocommerce table.my_account_orders{font-size:.85em}.woocommerce table.my_account_orders td,.woocommerce table.my_account_orders th{padding:4px 8px;vertical-align:middle}.woocommerce table.my_account_orders .button{white-space:nowrap}.woocommerce table.woocommerce-MyAccount-downloads td,.woocommerce table.woocommerce-MyAccount-downloads th{vertical-align:top;text-align:center}.woocommerce table.woocommerce-MyAccount-downloads td:first-child,.woocommerce table.woocommerce-MyAccount-downloads th:first-child{text-align:left}.woocommerce table.woocommerce-MyAccount-downloads td:last-child,.woocommerce table.woocommerce-MyAccount-downloads th:last-child{text-align:left}.woocommerce table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file::before,.woocommerce table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file::before{content:"↓";display:inline-block}.woocommerce td.product-name .wc-item-meta,.woocommerce td.product-name dl.variation{list-style:none outside}.woocommerce td.product-name .wc-item-meta .wc-item-meta-label,.woocommerce td.product-name .wc-item-meta dt,.woocommerce td.product-name dl.variation .wc-item-meta-label,.woocommerce td.product-name dl.variation dt{float:left;clear:both;margin-right:.25em;display:inline-block;list-style:none outside}.woocommerce td.product-name .wc-item-meta dd,.woocommerce td.product-name dl.variation dd{margin:0}.woocommerce td.product-name .wc-item-meta p,.woocommerce td.product-name .wc-item-meta:last-child,.woocommerce td.product-name dl.variation p,.woocommerce td.product-name dl.variation:last-child{margin-bottom:0}.woocommerce td.product-name p.backorder_notification{font-size:.83em}.woocommerce td.product-quantity{min-width:80px}.woocommerce ul.cart_list,.woocommerce ul.product_list_widget{list-style:none outside;padding:0;margin:0}.woocommerce ul.cart_list li,.woocommerce ul.product_list_widget li{padding:4px 0;margin:0;list-style:none}.woocommerce ul.cart_list li::after,.woocommerce ul.cart_list li::before,.woocommerce ul.product_list_widget li::after,.woocommerce ul.product_list_widget li::before{content:" ";display:table}.woocommerce ul.cart_list li::after,.woocommerce ul.product_list_widget li::after{clear:both}.woocommerce ul.cart_list li a,.woocommerce ul.product_list_widget li a{display:block;font-weight:700}.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img{float:right;margin-left:4px;width:32px;height:auto;box-shadow:none}.woocommerce ul.cart_list li dl,.woocommerce ul.product_list_widget li dl{margin:0;padding-left:1em;border-left:2px solid rgba(0,0,0,.1)}.woocommerce ul.cart_list li dl::after,.woocommerce ul.cart_list li dl::before,.woocommerce ul.product_list_widget li dl::after,.woocommerce ul.product_list_widget li dl::before{content:" ";display:table}.woocommerce ul.cart_list li dl::after,.woocommerce ul.product_list_widget li dl::after{clear:both}.woocommerce ul.cart_list li dl dd,.woocommerce ul.cart_list li dl dt,.woocommerce ul.product_list_widget li dl dd,.woocommerce ul.product_list_widget li dl dt{display:inline-block;float:left;margin-bottom:1em}.woocommerce ul.cart_list li dl dt,.woocommerce ul.product_list_widget li dl dt{font-weight:700;padding:0 0 .25em;margin:0 4px 0 0;clear:left}.woocommerce ul.cart_list li dl dd,.woocommerce ul.product_list_widget li dl dd{padding:0 0 .25em}.woocommerce ul.cart_list li dl dd p:last-child,.woocommerce ul.product_list_widget li dl dd p:last-child{margin-bottom:0}.woocommerce ul.cart_list li .star-rating,.woocommerce ul.product_list_widget li .star-rating{float:none}.woocommerce .widget_shopping_cart .total,.woocommerce.widget_shopping_cart .total{border-top:3px double #e9e6ed;padding:4px 0 0}.woocommerce .widget_shopping_cart .total strong,.woocommerce.widget_shopping_cart .total strong{min-width:40px;display:inline-block}.woocommerce .widget_shopping_cart .cart_list li,.woocommerce.widget_shopping_cart .cart_list li{padding-left:2em;position:relative;padding-top:0}.woocommerce .widget_shopping_cart .cart_list li a.remove,.woocommerce.widget_shopping_cart .cart_list li a.remove{position:absolute;top:0;left:0}.woocommerce .widget_shopping_cart .buttons::after,.woocommerce .widget_shopping_cart .buttons::before,.woocommerce.widget_shopping_cart .buttons::after,.woocommerce.widget_shopping_cart .buttons::before{content:" ";display:table}.woocommerce .widget_shopping_cart .buttons::after,.woocommerce.widget_shopping_cart .buttons::after{clear:both}.woocommerce .widget_shopping_cart .buttons a,.woocommerce.widget_shopping_cart .buttons a{margin-right:5px;margin-bottom:5px}.woocommerce form.checkout_coupon,.woocommerce form.login,.woocommerce form.register{border:1px solid #cfc8d8;padding:20px;margin:2em 0;text-align:left;border-radius:5px}.woocommerce form.checkout_coupon .coupon-error-notice{color:var(--wc-red);display:block;font-size:.75em;margin-top:8px}.woocommerce form.checkout_coupon .input-text.has-error:focus{border-color:var(--wc-red)}.woocommerce ul#shipping_method{list-style:none outside;margin:0;padding:0}.woocommerce ul#shipping_method li{margin:0 0 .5em;line-height:1.5em;list-style:none outside}.woocommerce ul#shipping_method li input{margin:3px .4375em 0 0;vertical-align:top}.woocommerce ul#shipping_method li label{display:inline}.woocommerce ul#shipping_method .amount{font-weight:700}.woocommerce p.woocommerce-shipping-contents{margin:0}.woocommerce ul.order_details{margin:0 0 3em;list-style:none}.woocommerce ul.order_details::after,.woocommerce ul.order_details::before{content:" ";display:table}.woocommerce ul.order_details::after{clear:both}.woocommerce ul.order_details li{float:left;margin-right:2em;text-transform:uppercase;font-size:.715em;line-height:1;border-right:1px dashed #cfc8d8;padding-right:2em;margin-left:0;padding-left:0;list-style-type:none}.woocommerce ul.order_details li strong{display:block;font-size:1.4em;text-transform:none;line-height:1.5}.woocommerce ul.order_details li:last-of-type{border:none}.woocommerce .wc-bacs-bank-details-account-name{font-weight:700}.woocommerce .woocommerce-customer-details,.woocommerce .woocommerce-order-details,.woocommerce .woocommerce-order-downloads{margin-bottom:2em}.woocommerce .woocommerce-customer-details .order-actions--heading,.woocommerce .woocommerce-order-details .order-actions--heading,.woocommerce .woocommerce-order-downloads .order-actions--heading{vertical-align:middle}.woocommerce .woocommerce-customer-details .order-actions-button,.woocommerce .woocommerce-order-details .order-actions-button,.woocommerce .woocommerce-order-downloads .order-actions-button{margin-right:10px}.woocommerce .woocommerce-customer-details .order-actions-button:last-child,.woocommerce .woocommerce-order-details .order-actions-button:last-child,.woocommerce .woocommerce-order-downloads .order-actions-button:last-child{margin-right:0}.woocommerce .woocommerce-customer-details :last-child,.woocommerce .woocommerce-order-details :last-child,.woocommerce .woocommerce-order-downloads :last-child{margin-bottom:0}.woocommerce .woocommerce-customer-details .additional-fields,.woocommerce .woocommerce-customer-details .addresses{margin-bottom:2em}.woocommerce .woocommerce-customer-details .additional-fields:last-child,.woocommerce .woocommerce-customer-details .addresses:last-child{margin-bottom:0}.woocommerce .addresses .wc-block-components-additional-fields-list{margin:0;padding:0}.woocommerce .addresses .wc-block-components-additional-fields-list dt{margin:0;padding:0;font-style:normal;font-weight:700;display:inline}.woocommerce .addresses .wc-block-components-additional-fields-list dt::after{content:": "}.woocommerce .addresses .wc-block-components-additional-fields-list dt::before{content:"";display:block}.woocommerce .addresses .wc-block-components-additional-fields-list dd{margin:0;padding:0;font-style:normal;display:inline}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list{border:1px solid rgba(0,0,0,.1);padding:0;display:grid;grid-template-columns:1fr max-content}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dt{border-bottom:1px solid rgba(0,0,0,.1);font-style:normal;font-weight:700;padding:1rem;box-sizing:border-box;margin:0!important}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dt::after{display:none}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dt:last-of-type{border-bottom:0}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dd{border-bottom:1px solid rgba(0,0,0,.1);padding:1rem;box-sizing:border-box;text-align:right;margin:0!important}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dd:last-of-type{border-bottom:0}.woocommerce .woocommerce-customer-details .woocommerce-column__title{margin-top:0}.woocommerce .woocommerce-customer-details address{font-style:normal;margin-bottom:0;border:1px solid rgba(0,0,0,.1);border-bottom-width:2px;border-right-width:2px;text-align:left;width:100%;border-radius:5px;padding:6px 12px;box-sizing:border-box}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone{padding-left:1.5em}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email:last-child,.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone:last-child{margin-bottom:0}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e037";text-decoration:none;margin-left:-1.5em;line-height:1.75;position:absolute}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e02d";text-decoration:none;margin-left:-1.5em;line-height:1.75;position:absolute}.woocommerce .woocommerce-widget-layered-nav-list{margin:0;padding:0;border:0;list-style:none outside}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item{padding:0 0 1px;list-style:none}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after,.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::before{content:" ";display:table}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after{clear:both}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span{padding:1px 0}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e013";text-decoration:none;color:var(--wc-red)}.woocommerce .woocommerce-widget-layered-nav-dropdown__submit{margin-top:1em}.woocommerce .widget_layered_nav_filters ul{margin:0;padding:0;border:0;list-style:none outside;overflow:hidden;zoom:1}.woocommerce .widget_layered_nav_filters ul li{float:left;padding:0 1em 1px 1px;list-style:none}.woocommerce .widget_layered_nav_filters ul li a{text-decoration:none}.woocommerce .widget_layered_nav_filters ul li a::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e013";text-decoration:none;color:var(--wc-red);vertical-align:inherit;margin-right:.5em}.woocommerce .widget_price_filter .price_slider{margin-bottom:1em}.woocommerce .widget_price_filter .price_slider_amount{text-align:right;line-height:2.4;font-size:.8751em}.woocommerce .widget_price_filter .price_slider_amount .button{font-size:1.15em;float:left}.woocommerce .widget_price_filter .ui-slider{position:relative;text-align:left;margin-left:.5em;margin-right:.5em}.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1em;height:1em;background-color:#7f54b3;border-radius:1em;cursor:ew-resize;outline:0;top:-.3em;margin-left:-.5em}.woocommerce .widget_price_filter .ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;border-radius:1em;background-color:#7f54b3}.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{border-radius:1em;background-color:#35224c;border:0}.woocommerce .widget_price_filter .ui-slider-horizontal{height:.5em}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range{top:0;height:100%}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min{left:-1px}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max{right:-1px}.woocommerce .widget_rating_filter ul{margin:0;padding:0;border:0;list-style:none outside}.woocommerce .widget_rating_filter ul li{padding:0 0 1px;list-style:none}.woocommerce .widget_rating_filter ul li::after,.woocommerce .widget_rating_filter ul li::before{content:" ";display:table}.woocommerce .widget_rating_filter ul li::after{clear:both}.woocommerce .widget_rating_filter ul li a{padding:1px 0;text-decoration:none}.woocommerce .widget_rating_filter ul li .star-rating{float:none;display:inline-block}.woocommerce .widget_rating_filter ul li.chosen a::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e013";text-decoration:none;color:var(--wc-red)}.woocommerce .woocommerce-form-login .woocommerce-form-login__submit{float:left;margin-right:1em}.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme{display:inline-block}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button{font-size:100%;margin:0;line-height:1;cursor:pointer;position:relative;text-decoration:none;overflow:visible;padding:.618em 1em;font-weight:700;border-radius:3px;left:auto;color:#515151;background-color:#e9e6ed;border:0;display:inline-block;background-image:none;box-shadow:none;text-shadow:none}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.loading,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.loading,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.loading,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.loading{opacity:.25;padding-right:2.618em}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.loading::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.loading::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.loading::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.loading::after{font-family:WooCommerce;content:"\e01c";vertical-align:top;font-weight:400;position:absolute;top:.618em;right:1em;animation:spin 2s linear infinite}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.added::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.added::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.added::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.added::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.added::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.added::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.added::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.added::after{font-family:WooCommerce;content:"\e017";margin-left:.53em;vertical-align:bottom}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover{background-color:#dcd7e2;text-decoration:none;background-image:none;color:#515151}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt{background-color:#7f54b3;color:#fff;-webkit-font-smoothing:antialiased}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover{background-color:#7249a4;color:#fff}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled]:hover{background-color:#7f54b3;color:#fff}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled[disabled]{color:inherit;cursor:not-allowed;opacity:.5;padding:.618em 1em}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled[disabled]:hover{color:inherit;background-color:#e9e6ed}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb{font-size:.92em;color:#767676}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a{color:#767676}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price{color:#958e09;font-size:1.25em}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock{color:#958e09}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .out-of-stock{color:var(--wc-red)}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price{color:#958e09}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) #reviews #comments ol.commentlist li .meta{color:#767676;font-size:.75em}.woocommerce-no-js form.woocommerce-form-coupon,.woocommerce-no-js form.woocommerce-form-login{display:block!important}.woocommerce-no-js .showcoupon,.woocommerce-no-js .woocommerce-form-coupon-toggle,.woocommerce-no-js .woocommerce-form-login-toggle{display:none!important}.woocommerce-error,.woocommerce-info,.woocommerce-message{padding:1em 2em 1em 3.5em;margin:0 0 2em;position:relative;background-color:#f6f5f8;color:#515151;border-top:3px solid #720eec;list-style:none outside;width:auto;word-wrap:break-word}.woocommerce-error::after,.woocommerce-error::before,.woocommerce-info::after,.woocommerce-info::before,.woocommerce-message::after,.woocommerce-message::before{content:" ";display:table}.woocommerce-error::after,.woocommerce-info::after,.woocommerce-message::after{clear:both}.woocommerce-error::before,.woocommerce-info::before,.woocommerce-message::before{font-family:WooCommerce;content:"\e028";content:"\e028"/"";display:inline-block;position:absolute;top:1em;left:1.5em}.woocommerce-error .button,.woocommerce-info .button,.woocommerce-message .button{float:right}.woocommerce-error li,.woocommerce-info li,.woocommerce-message li{list-style:none outside!important;padding-left:0!important;margin-left:0!important}.rtl.woocommerce .price_label,.rtl.woocommerce .price_label span{direction:ltr;unicode-bidi:embed}.woocommerce-message{border-top-color:#8fae1b}.woocommerce-message::before{content:"\e015";color:#8fae1b}.woocommerce-info{border-top-color:#1e85be}.woocommerce-info::before{color:#1e85be}.woocommerce-error{border-top-color:#b81c23}.woocommerce-error::before{content:"\e016";color:#b81c23}.woocommerce-account .woocommerce::after,.woocommerce-account .woocommerce::before{content:" ";display:table}.woocommerce-account .woocommerce::after{clear:both}.woocommerce-account .addresses .title::after,.woocommerce-account .addresses .title::before{content:" ";display:table}.woocommerce-account .addresses .title::after{clear:both}.woocommerce-account .addresses .title h3{float:left}.woocommerce-account .addresses .title .edit{float:right}.woocommerce-account ol.commentlist.notes li.note p.meta{font-weight:700;margin-bottom:0}.woocommerce-account ol.commentlist.notes li.note .description p:last-child{margin-bottom:0}.woocommerce-account ul.digital-downloads{margin-left:0;padding-left:0}.woocommerce-account ul.digital-downloads li{list-style:none;margin-left:0;padding-left:0}.woocommerce-account ul.digital-downloads li::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e00a";text-decoration:none}.woocommerce-account ul.digital-downloads li .count{float:right}#add_payment_method table.cart .product-thumbnail,.woocommerce-cart table.cart .product-thumbnail,.woocommerce-checkout table.cart .product-thumbnail{min-width:32px}#add_payment_method table.cart img,.woocommerce-cart table.cart img,.woocommerce-checkout table.cart img{width:32px;box-shadow:none}#add_payment_method table.cart td,#add_payment_method table.cart th,.woocommerce-cart table.cart td,.woocommerce-cart table.cart th,.woocommerce-checkout table.cart td,.woocommerce-checkout table.cart th{vertical-align:middle}#add_payment_method table.cart td.actions .coupon .input-text,.woocommerce-cart table.cart td.actions .coupon .input-text,.woocommerce-checkout table.cart td.actions .coupon .input-text{float:left;box-sizing:border-box;border:1px solid #cfc8d8;padding:6px 6px 5px;margin:0 4px 0 0;outline:0}#add_payment_method table.cart td.actions .coupon .input-text.has-error:focus,.woocommerce-cart table.cart td.actions .coupon .input-text.has-error:focus,.woocommerce-checkout table.cart td.actions .coupon .input-text.has-error:focus{border-color:var(--wc-red)}#add_payment_method table.cart td.actions .coupon .coupon-error-notice,.woocommerce-cart table.cart td.actions .coupon .coupon-error-notice,.woocommerce-checkout table.cart td.actions .coupon .coupon-error-notice{clear:left;color:var(--wc-red);flex-basis:100%;float:none;font-size:.75em;margin-bottom:0;margin-top:8px;text-align:left;width:auto}#add_payment_method table.cart input,.woocommerce-cart table.cart input,.woocommerce-checkout table.cart input{margin:0;vertical-align:middle}#add_payment_method .wc-proceed-to-checkout,.woocommerce-cart .wc-proceed-to-checkout,.woocommerce-checkout .wc-proceed-to-checkout{padding:1em 0}#add_payment_method .wc-proceed-to-checkout::after,#add_payment_method .wc-proceed-to-checkout::before,.woocommerce-cart .wc-proceed-to-checkout::after,.woocommerce-cart .wc-proceed-to-checkout::before,.woocommerce-checkout .wc-proceed-to-checkout::after,.woocommerce-checkout .wc-proceed-to-checkout::before{content:" ";display:table}#add_payment_method .wc-proceed-to-checkout::after,.woocommerce-cart .wc-proceed-to-checkout::after,.woocommerce-checkout .wc-proceed-to-checkout::after{clear:both}#add_payment_method .wc-proceed-to-checkout a.checkout-button,.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{display:block;text-align:center;margin-bottom:1em;font-size:1.25em;padding:1em}#add_payment_method .cart-collaterals .shipping-calculator-button,.woocommerce-cart .cart-collaterals .shipping-calculator-button,.woocommerce-checkout .cart-collaterals .shipping-calculator-button{float:none;margin-top:.5em;display:inline-block}#add_payment_method .cart-collaterals .shipping-calculator-button::after,.woocommerce-cart .cart-collaterals .shipping-calculator-button::after,.woocommerce-checkout .cart-collaterals .shipping-calculator-button::after{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-left:.618em;content:"\e019";text-decoration:none}#add_payment_method .cart-collaterals .shipping-calculator-form,.woocommerce-cart .cart-collaterals .shipping-calculator-form,.woocommerce-checkout .cart-collaterals .shipping-calculator-form{margin:1em 0 0 0}#add_payment_method .cart-collaterals .cart_totals p small,.woocommerce-cart .cart-collaterals .cart_totals p small,.woocommerce-checkout .cart-collaterals .cart_totals p small{color:#767676;font-size:.83em}#add_payment_method .cart-collaterals .cart_totals table,.woocommerce-cart .cart-collaterals .cart_totals table,.woocommerce-checkout .cart-collaterals .cart_totals table{border-collapse:separate;margin:0 0 6px;padding:0}#add_payment_method .cart-collaterals .cart_totals table tr:first-child td,#add_payment_method .cart-collaterals .cart_totals table tr:first-child th,.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td,.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th{border-top:0}#add_payment_method .cart-collaterals .cart_totals table th,.woocommerce-cart .cart-collaterals .cart_totals table th,.woocommerce-checkout .cart-collaterals .cart_totals table th{width:35%}#add_payment_method .cart-collaterals .cart_totals table td,#add_payment_method .cart-collaterals .cart_totals table th,.woocommerce-cart .cart-collaterals .cart_totals table td,.woocommerce-cart .cart-collaterals .cart_totals table th,.woocommerce-checkout .cart-collaterals .cart_totals table td,.woocommerce-checkout .cart-collaterals .cart_totals table th{vertical-align:top;border-left:0;border-right:0;line-height:1.5em}#add_payment_method .cart-collaterals .cart_totals table small,.woocommerce-cart .cart-collaterals .cart_totals table small,.woocommerce-checkout .cart-collaterals .cart_totals table small{color:#767676}#add_payment_method .cart-collaterals .cart_totals table select,.woocommerce-cart .cart-collaterals .cart_totals table select,.woocommerce-checkout .cart-collaterals .cart_totals table select{width:100%}#add_payment_method .cart-collaterals .cart_totals .discount td,.woocommerce-cart .cart-collaterals .cart_totals .discount td,.woocommerce-checkout .cart-collaterals .cart_totals .discount td{color:#958e09}#add_payment_method .cart-collaterals .cart_totals tr td,#add_payment_method .cart-collaterals .cart_totals tr th,.woocommerce-cart .cart-collaterals .cart_totals tr td,.woocommerce-cart .cart-collaterals .cart_totals tr th,.woocommerce-checkout .cart-collaterals .cart_totals tr td,.woocommerce-checkout .cart-collaterals .cart_totals tr th{border-top:1px solid #e9e6ed}#add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination,.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination,.woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination{margin-bottom:0}#add_payment_method .cart-collaterals .cross-sells ul.products li.product,.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product,.woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product{margin-top:0}#add_payment_method .checkout .col-2 h3#ship-to-different-address,.woocommerce-cart .checkout .col-2 h3#ship-to-different-address,.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address{float:left;clear:none}#add_payment_method .checkout .col-2 .notes,.woocommerce-cart .checkout .col-2 .notes,.woocommerce-checkout .checkout .col-2 .notes{clear:left}#add_payment_method .checkout .col-2 .form-row-first,.woocommerce-cart .checkout .col-2 .form-row-first,.woocommerce-checkout .checkout .col-2 .form-row-first{clear:left}#add_payment_method .checkout .create-account small,.woocommerce-cart .checkout .create-account small,.woocommerce-checkout .checkout .create-account small{font-size:11px;color:#767676;font-weight:400}#add_payment_method .checkout div.shipping-address,.woocommerce-cart .checkout div.shipping-address,.woocommerce-checkout .checkout div.shipping-address{padding:0;clear:left;width:100%}#add_payment_method .checkout .shipping_address,.woocommerce-cart .checkout .shipping_address,.woocommerce-checkout .checkout .shipping_address{clear:both}#add_payment_method .checkout .checkout-inline-error-message,.woocommerce-cart .checkout .checkout-inline-error-message,.woocommerce-checkout .checkout .checkout-inline-error-message{color:var(--wc-red);font-size:.75em;margin-bottom:0}#add_payment_method #payment,.woocommerce-cart #payment,.woocommerce-checkout #payment{background:rgba(129,110,153,.14);border-radius:5px}#add_payment_method #payment ul.payment_methods,.woocommerce-cart #payment ul.payment_methods,.woocommerce-checkout #payment ul.payment_methods{text-align:left;padding:1em;border-bottom:1px solid rgba(104,87,125,.14);margin:0;list-style:none outside}#add_payment_method #payment ul.payment_methods::after,#add_payment_method #payment ul.payment_methods::before,.woocommerce-cart #payment ul.payment_methods::after,.woocommerce-cart #payment ul.payment_methods::before,.woocommerce-checkout #payment ul.payment_methods::after,.woocommerce-checkout #payment ul.payment_methods::before{content:" ";display:table}#add_payment_method #payment ul.payment_methods::after,.woocommerce-cart #payment ul.payment_methods::after,.woocommerce-checkout #payment ul.payment_methods::after{clear:both}#add_payment_method #payment ul.payment_methods li,.woocommerce-cart #payment ul.payment_methods li,.woocommerce-checkout #payment ul.payment_methods li{line-height:2;text-align:left;margin:0;font-weight:400}#add_payment_method #payment ul.payment_methods li input,.woocommerce-cart #payment ul.payment_methods li input,.woocommerce-checkout #payment ul.payment_methods li input{margin:0 1em 0 0}#add_payment_method #payment ul.payment_methods li img,.woocommerce-cart #payment ul.payment_methods li img,.woocommerce-checkout #payment ul.payment_methods li img{vertical-align:middle;margin:-2px 0 0 .5em;padding:0;position:relative;box-shadow:none}#add_payment_method #payment ul.payment_methods li img+img,.woocommerce-cart #payment ul.payment_methods li img+img,.woocommerce-checkout #payment ul.payment_methods li img+img{margin-left:2px}#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after,#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::before,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::before,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::before{content:" ";display:table}#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after{clear:both}#add_payment_method #payment div.form-row,.woocommerce-cart #payment div.form-row,.woocommerce-checkout #payment div.form-row{padding:1em}#add_payment_method #payment div.payment_box,.woocommerce-cart #payment div.payment_box,.woocommerce-checkout #payment div.payment_box{position:relative;box-sizing:border-box;width:100%;padding:1em;margin:1em 0;font-size:.92em;border-radius:2px;line-height:1.5;background-color:#dcd7e2;color:#515151}#add_payment_method #payment div.payment_box input.input-text,#add_payment_method #payment div.payment_box textarea,.woocommerce-cart #payment div.payment_box input.input-text,.woocommerce-cart #payment div.payment_box textarea,.woocommerce-checkout #payment div.payment_box input.input-text,.woocommerce-checkout #payment div.payment_box textarea{border-color:#c2bacd;border-top-color:#b5abc2}#add_payment_method #payment div.payment_box ::-webkit-input-placeholder,.woocommerce-cart #payment div.payment_box ::-webkit-input-placeholder,.woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder{color:#b5abc2}#add_payment_method #payment div.payment_box :-moz-placeholder,.woocommerce-cart #payment div.payment_box :-moz-placeholder,.woocommerce-checkout #payment div.payment_box :-moz-placeholder{color:#b5abc2}#add_payment_method #payment div.payment_box :-ms-input-placeholder,.woocommerce-cart #payment div.payment_box :-ms-input-placeholder,.woocommerce-checkout #payment div.payment_box :-ms-input-placeholder{color:#b5abc2}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods{list-style:none outside;margin:0}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token{margin:0 0 .5em}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label{cursor:pointer}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput{vertical-align:middle;margin:-3px 1em 0 0;position:relative}#add_payment_method #payment div.payment_box .wc-credit-card-form,.woocommerce-cart #payment div.payment_box .wc-credit-card-form,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form{border:0;padding:0;margin:1em 0 0}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number{font-size:1.5em;padding:8px;background-repeat:no-repeat;background-position:right .618em center;background-size:32px 20px}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/visa.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/mastercard.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/laser.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/diners.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/maestro.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/jcb.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/amex.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/discover.svg)}#add_payment_method #payment div.payment_box span.help,.woocommerce-cart #payment div.payment_box span.help,.woocommerce-checkout #payment div.payment_box span.help{font-size:.857em;color:#767676;font-weight:400}#add_payment_method #payment div.payment_box .form-row,.woocommerce-cart #payment div.payment_box .form-row,.woocommerce-checkout #payment div.payment_box .form-row{margin:0 0 1em}#add_payment_method #payment div.payment_box p:last-child,.woocommerce-cart #payment div.payment_box p:last-child,.woocommerce-checkout #payment div.payment_box p:last-child{margin-bottom:0}#add_payment_method #payment div.payment_box::before,.woocommerce-cart #payment div.payment_box::before,.woocommerce-checkout #payment div.payment_box::before{content:"";display:block;border:1em solid #dcd7e2;border-right-color:transparent;border-left-color:transparent;border-top-color:transparent;position:absolute;top:-.75em;left:0;margin:-1em 0 0 2em}#add_payment_method #payment .payment_method_paypal .about_paypal,.woocommerce-cart #payment .payment_method_paypal .about_paypal,.woocommerce-checkout #payment .payment_method_paypal .about_paypal{float:right;line-height:52px;font-size:.83em}#add_payment_method #payment .payment_method_paypal img,.woocommerce-cart #payment .payment_method_paypal img,.woocommerce-checkout #payment .payment_method_paypal img{max-height:52px;vertical-align:middle}.woocommerce-terms-and-conditions{border:1px solid rgba(0,0,0,.2);box-shadow:inset 0 1px 2px rgba(0,0,0,.1);background:rgba(0,0,0,.05)}.woocommerce-invalid #terms{outline:2px solid var(--wc-red);outline-offset:2px}.woocommerce-password-strength{text-align:center;font-weight:600;padding:3px .5em;font-size:1em}.woocommerce-password-strength.strong{background-color:#c1e1b9;border-color:#83c373}.woocommerce-password-strength.short{background-color:#f1adad;border-color:#e35b5b}.woocommerce-password-strength.bad{background-color:#fbc5a9;border-color:#f78b53}.woocommerce-password-strength.good{background-color:#ffe399;border-color:#ffc733}.woocommerce-password-hint{margin:.5em 0 0;display:block}#content.twentyeleven .woocommerce-pagination a{font-size:1em;line-height:1}.single-product .twentythirteen #reply-title,.single-product .twentythirteen #respond #commentform,.single-product .twentythirteen .entry-summary{padding:0}.single-product .twentythirteen p.stars{clear:both}.twentythirteen .woocommerce-breadcrumb{padding-top:40px}.twentyfourteen ul.products li.product{margin-top:0!important}body:not(.search-results) .twentysixteen .entry-summary{color:inherit;font-size:inherit;line-height:inherit}.twentysixteen .price ins{background:inherit;color:inherit}.tax-product_brand .brand-description{overflow:hidden;zoom:1}.tax-product_brand .brand-description img.brand-thumbnail{width:25%;float:right}.tax-product_brand .brand-description .text{width:72%;float:left}.widget_brand_description img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0 0 1em}ul.brand-thumbnails{margin-left:0;margin-bottom:0;clear:both;list-style:none}ul.brand-thumbnails:before{clear:both;content:"";display:table}ul.brand-thumbnails:after{clear:both;content:"";display:table}ul.brand-thumbnails li{float:left;margin:0 3.8% 1em 0;padding:0;position:relative;width:22.05%}ul.brand-thumbnails.fluid-columns li{width:auto}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:both}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:0}ul.brand-thumbnails.columns-1 li{width:100%;margin-right:0}ul.brand-thumbnails.columns-2 li{width:48%}ul.brand-thumbnails.columns-3 li{width:30.75%}ul.brand-thumbnails.columns-5 li{width:16.95%}ul.brand-thumbnails.columns-6 li{width:13.5%}.brand-thumbnails li img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0}@media screen and (max-width:768px){ul.brand-thumbnails:not(.fluid-columns) li{width:48%!important}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:none}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:3.8%}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(odd){clear:both}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(even){margin-right:0}}.brand-thumbnails-description li{text-align:center}.brand-thumbnails-description li .term-thumbnail img{display:inline}.brand-thumbnails-description li .term-description{margin-top:1em;text-align:left}#brands_a_z h3:target{text-decoration:underline}ul.brands_index{list-style:none outside;overflow:hidden;zoom:1}ul.brands_index li{float:left;margin:0 2px 2px 0}ul.brands_index li a,ul.brands_index li span{border:1px solid #ccc;padding:6px;line-height:1em;float:left;text-decoration:none}ul.brands_index li span{border-color:#eee;color:#ddd}ul.brands_index li a:hover{border-width:2px;padding:5px;text-decoration:none}ul.brands_index li a.active{border-width:2px;padding:5px}div#brands_a_z a.top{border:1px solid #ccc;padding:4px;line-height:1em;float:right;text-decoration:none;font-size:.8em}.tax-product_brand .brand-description{overflow:hidden;zoom:1}.tax-product_brand .brand-description img.brand-thumbnail{width:25%;float:right}.tax-product_brand .brand-description .text{width:72%;float:left}.widget_brand_description img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0 0 1em}ul.brand-thumbnails{margin-left:0;margin-bottom:0;clear:both;list-style:none}ul.brand-thumbnails:before{clear:both;content:"";display:table}ul.brand-thumbnails:after{clear:both;content:"";display:table}ul.brand-thumbnails li{float:left;margin:0 3.8% 1em 0;padding:0;position:relative;width:22.05%}ul.brand-thumbnails.fluid-columns li{width:auto}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:both}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:0}ul.brand-thumbnails.columns-1 li{width:100%;margin-right:0}ul.brand-thumbnails.columns-2 li{width:48%}ul.brand-thumbnails.columns-3 li{width:30.75%}ul.brand-thumbnails.columns-5 li{width:16.95%}ul.brand-thumbnails.columns-6 li{width:13.5%}.brand-thumbnails li img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0}@media screen and (max-width:768px){ul.brand-thumbnails:not(.fluid-columns) li{width:48%!important}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:none}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:3.8%}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(odd){clear:both}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(even){margin-right:0}}.brand-thumbnails-description li{text-align:center}.brand-thumbnails-description li .term-thumbnail img{display:inline}.brand-thumbnails-description li .term-description{margin-top:1em;text-align:left}#brands_a_z h3:target{text-decoration:underline}ul.brands_index{list-style:none outside;overflow:hidden;zoom:1}ul.brands_index li{float:left;margin:0 2px 2px 0}ul.brands_index li a,ul.brands_index li span{border:1px solid #ccc;padding:6px;line-height:1em;float:left;text-decoration:none}ul.brands_index li span{border-color:#eee;color:#ddd}ul.brands_index li a:hover{border-width:2px;padding:5px;text-decoration:none}ul.brands_index li a.active{border-width:2px;padding:5px}div#brands_a_z a.top{border:1px solid #ccc;padding:4px;line-height:1em;float:right;text-decoration:none;font-size:.8em}/*
Theme Name: Jevelin
Theme URI: https://shufflehound.com/jevelin
Author: Shufflehound
Author URI: https://shufflehound.com/
Description: Jevelin is multi-purpose WordPress theme for creating stunning websites. Features all the right tools needed for your next design.
Version: 5.11
Requires at least: 5.6
Tested up to: 6.6
Requires PHP: 5.6.20
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-colors, custom-menu, threaded-comments, translation-ready, theme-options, right-sidebar, left-sidebar, full-width-template, threaded-comments, post-formats, featured-images
Text Domain: jevelin
*/


/**
 * Table of Contents
 *
 * 1.0 - General
 * 2.0 - Typography
 * 3.0 - Input
 * 4.0 - Editor Styles
 * 5.0 - Dropcaps
 * 6.0 - Table
 * 7.0 - Placenemt
 * 8.0 - Animations
 * 9.0 - Header
 *   9.1 - Top bar
 *   9.2 - Navigation
 *   9.3 - Navigation Dropdown
 *   9.4 - Navigation Mega Menu
 *   9.5 - Navigation Icons
 *   9.6 - WooCommerce
 *   9.7 - Presets
 *   9.8 - Left
 *   9.9 - Right
 *   9.10 - Search
 *   9.11 - Logo
 *   9.12 - Styles
 *   9.13 - Responsive
 * 10.0 - Titlebar
 * 11.0 - Footer
 * 12.0 - Portfolio
 * 13.0 - Blog
 *   13.1 - Masonry
 *   13.2 - Grid
 *   13.3 - Standard
 *   13.4 - Single Page
 *   13.5 - Post
 *   13.6 - Post Author
 *   13.7 - Overlay
 *   13.8 - Styles
 * 14.0 - WooCommerce
 *   14.1 - Product
 *   14.2 - Tables
 *   14.3 - Forms
 *   14.4 - Input
 *   14.5 - Post Page
 *   14.6 - Other
 * 15.0 - Revolution Slider
 * 16.0 - Comments
 * 17.0 - Gallery
 * 18.0 - Lightbox
 * 19.0 - Share
 * 20.0 - Popover
 * 21.0 - Pagination
 * 22.0 - Widgets
 * 23.0 - Nothing Found
 * 24.0 - 404 Page
 * 25.0 - Back to top
 * 26.0 - Page Loader
 * 27.0 - White Borders
 * 28.0 - Notice
 * 29.0 - Dynamic Ratio
 * 30.0 - Other Elements
 *
 *
 * Additional theme styles can be found inside:
 * 1. css/shortcodes.css
 * 2. css/responsive.css
 */


/**
 * 1.0 - General
 */

body {
	font-family: 'Montserrat', 'Raleway', 'Helvetica', 'Arial', sans-serif;
	font-size: 14px;
	color: #8d8d8d;
	line-height: 1.7;
	font-weight: 400;
}

html {
	overflow-y: auto;
}

body {
	overflow-x: hidden;
	height: 100%;
}

*:focus,
a:focus {
	outline: none;
}

iframe {
	max-width: 100%;
	display: block;
}

figure {
	max-width: 100%;
}

.text-center {
	text-align: center;
}

.sh-noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
	user-select: none;
}

dd {
    margin: 0 0 20px;
}

pre {
	border: 0;
	padding: 20px;
}

img {
	max-width: 100%;
	min-height: 1px;
	height: auto;
}

video,
audio {
	max-width: 100%;
}

.lazy {
	visibility: hidden;
	color: transparent;
}

.lazy[src] {
	visibility: visible;
}

p {
	line-height: 1.8;
}

p:last-child {
	margin-bottom: 0;
}


/**
 * 2.0 - Typography
 */

a {
	color: #47c9e5;
	text-decoration: none;
	word-wrap: break-word;
}

a:hover, a:focus {
	color: #47c9e5;
	text-decoration: none;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Raleway', serif;
    color: #3f3f3f;
    font-weight: 700;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: normal!important;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-weight: inherit;
	line-height: normal!important;
}

h1 p,
h2 p,
h3 p,
h4 p,
h5 p,
h6 p {
	margin: 0;
}

h2 {
	font-size: 20px;
}

.sh-team-role,
.sh-iconbox-title,
.sh-iconbox-content,
.sh-text-with-frame * {
	word-wrap: break-word;
}

.icon-social-gplus{
	font-family: 'simple-line-icons';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-social-gplus:before {
	content: "\e60d";
}

/* Typography - Sizes */
.size-xs{ font-size: 14px; }
.size-s{ font-size: 16px; }
.size-m{ font-size: 20px; }
.size-l{ font-size: 30px; }
.size-xl{ font-size: 36px; }
.size-xxl{ font-size: 48px; }
.size-xxxl{ font-size: 60px; }
.size-xxxxl{ font-size: 72px; }

@media (max-width: 1024px) {
	.size-l{ font-size: 20px; }
	.size-xl{ font-size: 26px; }
	.size-xxl{ font-size: 30px; }
	.size-xxxl{ font-size: 36px; }
	.size-xxxxl{ font-size: 40px; }
}

.sh-text-background {
	background-color: #47c9e5;
	color: #fff;
	display: inline-block!important;
	padding: 0 11px;
	border-radius: 8px;
}

.sh-text-background-white {
	background-color: #fff;
	color: #505050;
	display: inline-block!important;
	padding: 0 11px;
	border-radius: 8px;
}




/*
** Print Preview
*/
@media print {
	a[href]:after {
		content: none !important;
	}

	html body div.container {
		width: 90%!important;
		min-width: 90%!important;
	}

	html body .sh-sticky-mobile-header {
		position: absolute!important;
	}
}




/**
 * 3.0 Input
 */

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="url"],
select,
textarea {
	border: 1px solid #e3e3e3;
	color: #8d8d8d;
	display: block;
	width: 100%;
	margin-bottom: 10px;
	-webkit-appearance: none;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="url"],
select {
	padding: 0px 20px;
	line-height: 48px!important;
}

textarea {
	height: 120px;
	padding: 18px 24px;
}

select::-webkit-input-placeholder,
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	height: inherit!important;
	line-height: inherit!important;
	font-style: italic;
	color: inherit;
}

select:-moz-placeholder,
input:-moz-placeholder,
textarea:-moz-placeholder {
	height: inherit!important;
	line-height: inherit!important;
	font-style: italic;
	color: inherit;
}

select::-moz-placeholder,
input::-moz-placeholder,
textarea::-moz-placeholder {
	height: inherit!important;
	line-height: inherit!important;
	font-style: italic;
	color: inherit;
}

select:-ms-input-placeholder,
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	height: inherit!important;
	line-height: inherit!important;
	font-style: italic;
	color: inherit;
}

/* Input Styling */
.sh-page-switcher-button:not(.sh-page-switcher-disabled):hover,
.sh-social-widgets-item:hover,
.sh-social-share-button:hover,
.sh-increase-numbers span:hover,
.woocommerce .shop_table .coupon .button:hover,
.widget_price_filter .price_slider_wrapper .price_slider_amount .button:hover,
.sh-team-social-standard .sh-team-icon:hover,
.sh-social-share-button:before {
	background-color: #e5e5e5!important;
}

.wpcf7-form .wpcf7-submit {
	background-color: #47c9e5!important;
	color: #fff;
}

.woocommerce .checkout-button,
.woocommerce .wc-forward,
.woocommerce #respond input#submit,
.woocommerce .shop_table .coupon .button,
.woocommerce a.button.alt,
.woocommerce .cart input.button,
.woocommerce input.button.alt,
.contact-form input[type="submit"],
.sh-404-button,
.post-content .post-password-form input[type="submit"],
.sh-comments .submit,
.wpcf7-form .wpcf7-submit {
	border-radius: 100px!important;
	font-size: 13px;
	text-transform: uppercase;
	border-width: 0;
}

.woocommerce input[type=submit],
.woocommerce .button,
.contact-form input[type="submit"],
.sh-404-button,
.post-content .post-password-form input[type="submit"],
.wpcf7-form .wpcf7-submit {
	border-radius: 100px!important;
	line-height: 50px!important;
	padding: 0 30px!important;
	transition: 0.25s all ease-in-out;
}

.sh-404-button,
.wpcf7-form .wpcf7-submit {
	font-weight: bold;
}

.woocommerce .shop_table .coupon .button {
	background-color: #f2f2f2!important;
}

.woocommerce .shop_table .coupon .button,
.woocommerce .shop_table .coupon .button:hover,
.widget_price_filter .price_slider_wrapper .price_slider_amount .button:hover {
	color: #8d8d8d!important;
}

.woocommerce .shop_table .button[name=update_cart],
.woocommerce .shop_table .button[name=update_cart]:hover,
.woocommerce .button[name=save_address]:hover,
.woocommerce .button.wc-backward {
	color: #fff!important;
}

.sh-social-share-button:before,
.sh-pricing-button:not(.sh-pricing-button-style1):not(.sh-pricing-button-style2):not(.sh-pricing-button-style3):before {
    display: block;
    content: '';
    position: absolute;
    z-index: -1;
    width: 0%;
    height: 300%;
    z-index: 1;
    right: 0;
    top: 0;
    margin: -5px 0 0 -5px;
	transition: 0.3s all ease-in-out;
}

.sh-social-share-button *,
.sh-pricing-button * {
	display: inline-block;
	position: relative;
	z-index: 100;
}

.sh-social-share-button:hover:before,
.sh-pricing-button:hover:before {
    width: 110%!important;
}

.sh-comments .submit {
	border-radius: 100px;
	display: inline-block;
}

.sh-pricing-button:before {
	background-color: rgba(0,0,0,0.07);
}


/**
 * Editor Styles (WYSIWYG)
 */

.entry-content img {
	margin: 0 0 1.5em 0;
}

.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
}

.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
}

.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
}

.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
}

.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
}

.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
}

.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
}

blockquote {
	padding: 0px 25px;
	border-left: 2px solid #ebebeb;
	font-size: 16px;
	margin-left: 45px;
	position: relative;
	line-height: 180%;
	font-style: italic;
}

blockquote:before {
    font-family: 'themify';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	content: "\e67f";
	font-size: 21px;
	position: absolute;
	left: -45px;
	top: 50%;
	margin-top: -10.5px;
}

blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
}

blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
}

figure.gallery-item {
	display: inline-block;
	vertical-align: top;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: -4px;
}

figure.gallery-item figcaption {
	padding-top: 10px;
	padding-right: 15px;
}

.gallery.gallery-columns-5 figure.gallery-item {
	width: 20%;
}

.gallery.gallery-columns-4 figure.gallery-item {
	width: 25%;
}

.gallery.gallery-columns-3 figure.gallery-item {
	width: 33.3%;
}

.gallery.gallery-columns-2 figure.gallery-item {
	width: 50%;
}

.preload {
	display: none;
}


/**
 * 5.0 Dropcaps
 */

.sh-dropcaps {
	font-size: 30px!important;
	font-weight: bold;
	margin-right: 15px;
	line-height: 1;
}

.sh-dropcaps-full-square,
.sh-dropcaps-full-square-border,
.sh-dropcaps-full-square-tale,
.sh-dropcaps-square-border,
.sh-dropcaps-square-border2,
.sh-dropcaps-circle {
	font-size: 24px!important;
	width: 56px;
	height: 56px;
	line-height: 56px;
	display: inline-block;
	text-align: center;
	font-weight: bold;
	margin-right: 15px;
	margin-top: 3px;
	margin-bottom: 8px;
	overflow: hidden;
	position: relative;
}

.sh-dropcaps-full-square,
.sh-dropcaps-full-square-border,
.sh-dropcaps-full-square-tale {
	color: #fff;
	background-color: #47c9e5;
}

.sh-dropcaps-full-square-border:after {
	content: "";
	display: block;
	border: 2px solid #fff;
	position: absolute;
	top: 2px; bottom: 2px; left: 2px; right: 2px;
}

.sh-dropcaps-square-border {
	border: 1px solid #e5e5e5;
}

.sh-dropcaps-square-border2 {
	border: 2px solid #e5e5e5;
}

.sh-dropcaps-circle {
	background-color: #e5e5e5;
	border-radius: 50%;
}

.sh-dropcaps-full-square-tale {
	overflow: visible;
}

.sh-dropcaps-full-square-tale:after {
	content: "";
	display: block;
	position: absolute;
	right: -10px;
	top: 17px;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #47c9e5;
}


/**
 * 6.0 Tables
 */

table {
	border: 2px solid #e5e5e5!important;
	border-radius: 0!important;
	border-collapse: collapse!important;;
}

table td,
table th {
    border: 1px solid #e5e5e5!important;
}

table td {
	padding: 15px 20px!important;
}

table th {
	padding: 15px 20px!important;
	font-size: 16px;
	color: #505050;
}

.sh-table-element-style2 .default-row:nth-child(odd) {
	background: #fafafa;
}

.sh-table-element-style3 table td,
.sh-table-element-style3 table th {
	border-width: 0px!important;
}

/**
 * 7.0 Placenemt
 */

.sh-placement-left {
	margin-right: auto;
}

.sh-placement-center {
	margin: 0 auto;
}

.sh-placement-right {
	margin-left: auto;
}

.sh-group:after,
.sh-columns:after {
  content: "";
  display: block;
  clear: both;
}

.sh-group > * {
  float: left;
}

.sh-columns > * {
  float: left;
}

.sh-columns > :last-child {
  float: right;
}

.sh-group-equal {
	display: flex;
}

.sh-group-equal > *{
	flex: 1;
}

.sh-table {
	display: table;
	width: 100%;
}

.sh-hidden{
	display: none;
}

.sh-table-full {
	display: table;
	width: 100%;
	height: 100%;
}

.sh-table-small {
	display: table;
}

.sh-table-cell {
	display: table-cell;
	vertical-align: middle;
	float: none!important;
}

.sh-table-cell-top{
	display: table-cell;
	vertical-align: top;
}

.fw-row {
	margin: 0;
}

.fw-container {
	max-width: 1200px;
	padding: 50px 0;
}

.fw-container-fluid {
	padding: 0;
}

.container-padding {
	padding: 0 15px!important;
}

.container-fluid {
	padding: 0;
}

.container {
	padding-left: 0!important;
	padding-right: 0!important;
}

.blog-editor-content-container {
	padding-top: 60px;
}

.blog-fw-editor-content-container {
	padding-top: 0;
}

.sh-footer-columns,
.blog-style-largedate,
.container .fw-row,
.contact-form .wrap-forms .fw-row {
	position: relative;
	margin: 0 -15px;
}

.row-no-margin {
	margin: 0;
}

.row-no-margin > div {
	margin: 0;
	padding: 0;
}

.page-fullwidth {
	width: 100%;
	min-width: 100%;
	float: none;
	padding: 0;
}

#content {
	width: 100%;
}

#content > table {
	margin-bottom: 30px;
}

#content.content-with-sidebar-right {
	width: 73%;
	padding-right: 2%;
	float: left;
}

#content.content-with-sidebar-left {
	width: 73%;
	padding-left: 2%;
	float: right;
}

#wrapper #content.content-with-sidebar-left .container,
#wrapper #content.content-with-sidebar-right .container {
	width: 100%!important;
	min-width: 100%!important;
}

#sidebar.sidebar-left {
	float: left;
	width: 25%
}

#sidebar.sidebar-right {
	float: right;
	width: 25%
}


#sidebar h3,
#sidebar h3 > a {
	font-size: 16px;
	color: #505050;
}

#wrapper {
	position: relative;
}

#wrapper > .sh-page-layout-default {
	padding: 60px 0px;
}

#wrapper > .sh-page-layout-full .page-default-content {
	padding: 45px;
}

.page-template-page-blog .sh-page-layout-full {
	padding: 60px 30px;
}

@media (min-width: 1370px) {
	.page-template-page-blog .sh-page-layout-full .blog-style-masonry article {
		width: 25%;
	}
}

/* Placenemt Width Classes */
.width-15p {
	width: 15%;
}

.width-20p {
	width: 20%;
}

.width-3p {
	width: 30%;
}

.width-40p {
	width: 40%;
}

.width-60p {
	width: 60%;
}

.width-70p {
	width: 70%;
}

.width-85p {
	width: 85%;
}

.width-100p,
.width-full {
	width: 100%;
}

.sh-clear {
	clear: both;
}

/* Seperator */
.sh-seperator-container {
	position: relative;
}

.sh-seperator-line {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
}

.sh-seperator-icon {
	text-align: center;
	width: 100%;
}

.sh-seperator-icon i.fa {
	background: #fff;
	padding: 0 10px;
}

/* Shufflehound */
.sh-unyson-frontend-test {
	cursor: pointer;
    position: absolute;
    width: 20px;
    z-index: 800000;
    right: 0;
    opacity: 0;
	transition: 0.3s all ease-out;
}

.sh-unyson-frontend-test.active {
	opacity: 1;
}

.sh-unyson-frontend-preview .sh-empty-space {
	display: flex;
	justify-content: center;
    align-items: center;
	background: repeating-linear-gradient(45deg, #ffffff, #ffffff 15px, #c5c5c5 15px, #c5c5c5 30px);
	text-align: center;
	border-radius: 5px;
}

.sh-unyson-frontend-preview .sh-empty-space span {
	background-color: #fff;
    display: inline-block;
    font-size: 16px;
    padding: 0 15px;
    border-radius: 5px;
}


/**
 * 8.0 Animations
 */

/* Animations - Fast */
h1, h2, h3, h4, h5, h6,
.sh-iconbox-hover,
.sh-partners-carousel a img,
.sh-overlay-style1,
.sh-overlay-style1 .sh-overlay-link,
.sh-overlay-style1 .sh-overlay-lightbox,
.sh-nav-container,
.sh-nav-login .header-logo img,
.sh-nav .sh-nav-cart li.mini_cart_item a.remove:before,
.header-mobile-social-media a ,
.sh-header-left-1 .header-social-media a,
.sh-header-right-side,
.sh-gallery .slick-prev,
.sh-gallery .slick-next,
.woocommerce table.shop_table a.remove:before,
.sh-mini-overlay-container,
.sh-page-notice .sh-page-notice-button,
.sh-team-social-overlay .sh-team-image-position,
.sh-team-social-overlay .sh-team-overlay,
.sh-icons-item i,
.sh-pricing-button,
.sh-button,
.sh-button-tale,
.sh-button-style-2 .sh-button-icon-right:after,
.sh-button-style-2 .sh-button-icon-left:after,
.sh-button-style-3 .sh-button-icon-right:after,
.sh-button-style-3 .sh-button-icon-left:after,
.sh-button-style-4 .sh-button,
.sh-iconbox-style1 .sh-iconbox-icon-shape > i,
.sh-iconbox .sh-iconbox-hover,
.sh-iconbox .sh-iconbox-title h3,
.sh-portfolio-image-position,
.sh-portfolio-overlay1-bar,
.sh-piechart .sh-piechart-animation,
.sh-testimonials-switch,
.sh-heading .sh-heading-content,
.sh-portfolio-overlay,
.sh-portfolio-category,
.sh-nav ul a,
.sh-footer a,
.page-numbers a,
.page-numbers span,
.sh-overlay-style1 .sh-table-cell i,
.post-meta-author a,
.post-meta-categories a,
.post-meta-categories span,
.woocommerce-tabs .comment-form-rating p.stars a,
.woocommerce-tabs .comment-form-rating p.stars a:before,
.woocommerce table a,
.widget-item a,
.sh-timeline-box,
.sh-timeline-box-tale,
.sh-timeline-box-circle,
.sh-nav-mobile a,
.sh-icon .sh-icon-data,
.sh-social-share-networks .jssocials-share,
.sh-portfolio-title-container,
.sh-portfolio-titlem,
.sh-social-share-button,
.woocommerce div.product form.cart div.quantity span:hover,
.sh-video-player-image-play,
.post-with-background a,
.sh-social-share-networks .jssocials-share i {
    transition: all 0.3s ease-in-out;
}

/* Animations - Slow */
div.pp_default .pp_next_box,
div.pp_default .pp_prev_box,
.sh-page-switcher-button,
.sh-header-left-side,
.sh-team-icon,
.sh-team-icon i,
.sh-team:hover .sh-team-role,
.sh-testimonials-70 .sh-testimonials-container .sh-testimonials-bottom,
.sh-portfolio-image-container {
    transition: all 0.5s ease-in-out;
}

#page-container {
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    width: 100%;
}

/* Animations - Stop */
.sh-stop-animation {
	-webkit-animation-iteration-count: 1!important;
	        animation-iteration-count: 1!important;
}


/* Animations - Side */
.sh-animation-left,
#page-container {
    transition: left 0.3s ease-in-out!important;
}

.sh-animation-right {
    transition: right 0.3s ease-in-out!important;
}

.sh-animated {
	visibility: hidden;
}


/**
 * 9.0 Header
 */

.sh-header {
	position: relative;
	background-color: #fff;
}

.sh-header-top {
	position: relative;
	margin-bottom: 0;
}

.sh-header .container,
.sh-header-top .container {
	padding: 0 15px;
	position: relative;
}

.sh-header:not(.sh-header-4):not(.sh-header-5):not(.sh-header-6) .sh-nav > li.menu-item > a {
	padding-top: 30px;
	padding-bottom: 30px;
	max-height: none;
	transition: 0.3s padding ease-in-out;
}

.sh-nav-container {
	position: relative;
	margin-bottom: -1px;
}

.sh-nav-container ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sh-nav-container:after  {
	content:"";
	display: block;
	clear: both;
}

.navbar-default {
	background-color: rgba( 255,255,255,0.6);
	border-color: transparent;
}

.navbar {
	margin-bottom: 0;
}

body.admin-bar #page-container .sh-sticky-mobile-header { margin-top: 32px !important; }
@media (max-width: 782px) {
	body.admin-bar #page-container .sh-sticky-mobile-header { margin-top:46px !important; }
}
@media (max-width: 601px) {
	body.admin-bar #page-container .sh-sticky-mobile-header.sh-sticky-mobile-header-active,
	body.admin-bar #page-container .sh-header-builder-mobile.sh-sticky-mobile-header { margin-top: 0!important; }
}

.sh-sticky-header-active,
.sh-sticky-mobile-header {
	position: fixed!important;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 5000;
}

#page-container header.primary-mobile-light .sh-header-mobile.sh-sticky-mobile-header-active {
	border-bottom: 1px solid rgba( 0,0,0,0.08 )!important;
}

.sh-header-inverted .sh-nav > li.menu-item > a,
.sh-header-inverted .sh-nav > li.menu-item > a > i {
	color: #fff;
}

.sh-header-inverted .cart-icon-white {
	opacity: 0;
}

.sh-nav-uppercase .sh-nav > li.menu-item > a {
	text-transform: uppercase;
}

.sh-nav-uppercase .sh-nav > li.menu-item > a:after {
	text-transform: none!important;
}

.sh-header-small-icons .sh-nav-search i,
.sh-header-small-icons .sh-nav-social i,
.sh-header-small-icons .sh-nav-cart i,
.sh-header-small-icons .sh-header-search-submit i,
.sh-header-small-icons .sh-header-search-close i {
	font-size: 18px;
}

.sh-header-small-icons .sh-nav-search i {
	bottom: -5px;
}

.sh-header-small-icons .cart-icon {
	top: -2px;
    margin-left: -12px;
}


.sh-nav-seperator {
	padding-right: 0px!important;
	border-left: 1px solid rgba( 0,0,0,0.08 );
	padding-left: 15px!important;
	margin-left: 25px!important;
}

.sh-nav-seperator i {
	font-size: 0px;
}

.sh-header-mobile .sh-nav-seperator {
	display: none;
}

.primary-desktop-light .sh-header:not(.sh-sticky-header-active) .sh-nav-seperator {
	border-color: rgba( 255,255,255,0.08 );
}

body.admin-bar .shheader {
	margin-top: 32px;
}

body.admin-bar .sh-header-left-side,
body.admin-bar .sh-header-right-side {
	padding-top: 32px;
}

.header-logo {
	padding: 15px 0;
	position: relative;
	z-index: 100;
}

#header-logo-title {
	font-size: 21px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	margin-left: 0px;
	font-weight: bold;
}

header.primary-desktop.primary-desktop-light .sh-header.sh-sticky-header-active #header-logo-title div,
header.primary-desktop:not(.primary-desktop-light) #header-logo-title div {
	color: #505050;
}

.sh-header-top-4 #header-logo-title {
	margin-left: 0px;
	text-align: center;
}

.sh-header-mobile #header-logo-title {
	margin-left: 5px;
}


/**
 * 9.1 Header - Top bar
 */

.sh-header-top .col-md-4,
.sh-header-top .col-md-8 {
	padding: 0;
}

.sh-header-top {
	padding: 15px 0;
}

.header-social-media {
	text-align: right;
}

.header-social-media a {
	font-size: 16px;
	color: #8d8d8d;
	padding-left: 15px;
}

.header-social-media a:last-child {
	padding-right: 0;
}

.header-contacts {
	display: table;
	height: 100%;
}

.header-contacts-item {
	display: table-cell;
	vertical-align: middle;
}

.header-contacts-details {
	padding-right: 20px;
	font-size: 14px;
}

.header-contacts-details > i {
	font-size: 15px;
	padding-right: 8px;
}

.header-contacts-details > i.fa-mobile-phone {
	font-size: 18px;
}


/**
 * 9.2 Header - Navigation
 */

.sh-nav {
	float: right;
}

.sh-nav li.menu-item {
	float: left;
	padding: 0 15px;
	border-bottom: 0px solid transparent;
}

.sh-nav li.menu-item a {
	line-height: 40px;
	max-height: 40px;
	display: block;
	color: #7e7e7e;
}

.sh-nav ul li.menu-item a {
	color: #aaaaaa;
}

.sh-nav ul li.menu-item:hover > a {
	color: #fff;
}

.sh-nav > li.menu-item > a {
	font-weight: bold;
	text-transform: none;
}

.sh-nav li.current-menu-item > a,
.sh-nav li.current-menu-parent > a {
	font-weight: bold;
	color: #575757;
}

.sh-nav li.menu-item > a.fa:before,
.sh-nav-mobile li.menu-item > a.fa:before,
.sh-nav li.menu-item > a.fas:before,
.sh-nav-mobile li.menu-item > a.fas:before,
.sh-nav li.menu-item > a.far:before,
.sh-nav-mobile li.menu-item > a.far:before,
.sh-nav li.menu-item > a.fab:before,
.sh-nav-mobile li.menu-item > a.fab:before,
.sh-nav li.menu-item > a[class^="icon-"]:before,
.sh-nav-mobile li.menu-item > a[class^="icon-"]:before,
.sh-nav li.menu-item > a[class^="ti-"]:before,
.sh-nav-mobile li.menu-item > a[class^="ti-"]:before,
.sh-nav li.menu-item > a[class^="pe-"]:before,
.sh-nav-mobile li.menu-item > a[class^="pe-"]:before {
	padding-right: 8px;
}

.sh-nav li.menu-item > a.fa:before,
.sh-nav-mobile li.menu-item > a.fa:before {
	font-family: 'FontAwesome';
}

.sh-nav li.menu-item > a.far:before,
.sh-nav-mobile li.menu-item > a.far:before,
.sh-nav li.menu-item > a.fas:before,
.sh-nav-mobile li.menu-item > a.fas:before {
	font-family: "Font Awesome 5 Free";
}

.sh-nav li.menu-item > a.fab:before,
.sh-nav-mobile li.menu-item > a.fab:before  {
	font-family: "Font Awesome 5 Brands";
}

.sh-nav li.menu-item > a[class^="icon-"]:before,
.sh-nav-mobile li.menu-item > a[class^="icon-"]:before  {
	font-family: 'simple-line-icons';
}

.sh-nav li.menu-item > a[class^="ti-"]:before,
.sh-nav-mobile li.menu-item > a[class^="ti-"]:before {
	font-family: 'themify';
}

.sh-nav li.menu-item > a[class^="pe-"]:before,
.sh-nav-mobile li.menu-item > a[class^="pe-"]:before {
	font-family: 'Pe-icon-7-stroke';
}

.sh-nav > li.menu-item:last-child  {
	padding-right: 0;
}

.sh-nav > li.menu-item:last-child > ul.sub-menu {
	margin-left: -134px;
}

.sh-nav > li.menu-item:nth-last-child(2) > ul.sub-menu {
	margin-left: -74px;
}

.sh-nav > .menu-item > .sub-menu {
	margin-left: -26px;
}

.sh-nav li.menu-item-has-children > a:after,
.sh-nav li.menu-item li.menu-item-has-children > a:after {
	font-family: 'simple-line-icons'!important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	font-size: 12px;
	margin-left: 8px;
	content: "\e604";
	position: relative;
}

.sh-nav li.menu-item li.menu-item-has-children > a:after {
	float: right;
}

.sh-sticky-header-active:not(.sh-header-4):not(.sh-header-5):not(.sh-header-6) .sh-nav > li.menu-item > a {
	padding-top: 15px;
	padding-bottom: 15px;
	max-height: none;
}

.sh-sticky-header-active .sh-nav ul.sub-menu {
	top: 101%;
}

/* New Item */
.new-item {
	display: inline-block;
	width: 33px;
	height: 16px;
	background-image: url(/wp-content/themes/jevelin/img/new.png);
	position: relative;
	right: -4px;
	top: -3px;
}


/**
 * 9.3 Header - Navigation Dropdown
 */

.sh-nav li.menu-item li a,
.sh-nav li.menu-item li.menu-item-has-children > a:after {
    line-height: 24px;
    text-transform: none;
    padding-top: 6px;
    padding-bottom: 6px;
}

.sh-nav li.menu-item li a {
	max-height: none;
}

.sh-nav li.menu-item li.current-menu-item > a {
	font-weight: bold;
	color: #aaaaaa;
	border-bottom: 1px solid transparent;
}

.sh-nav ul.sub-menu {
	display: none;
	position: absolute;
	background: #232323;
	top: 100%;
	padding: 16px 0;
	width: 220px;
	z-index: 1000;
}

.sh-nav ul.sub-menu li {
	position: relative;
}

.sh-nav ul.sub-menu li {
	width: 100%;
	float: none;
	padding: 0px 0px;
}

.sh-nav ul.sub-menu a {
	padding-left: 30px;
	padding-right: 30px;
	border-bottom: 1px solid transparent
}

.sh-nav ul.sub-menu li:last-child {
	border-bottom: 1px solid transparent;
}

.sh-nav ul.sub-menu ul.sub-menu {
	left: 220px;
	top: -16px!important;
}


/**
 * 9.4 Header - Navigation Mega Menu
 */

.mega-menu-row .menu-item ul a {
	color: #b0b0b0!important;
	left: 0px;
	margin-left: 0px;
}

.mega-menu-row {
	padding: 16px 0px 16px 0px!important;
}

.mega-menu-row .sub-menu {
	margin-left: 0;
	padding: 0!important;
}

.mega-menu-row .menu-item > .sub-menu:before {
	display: none;
}

.sh-nav li.menu-item-has-mega-menu {
	position: inherit;
}

.sh-nav ul.mega-menu-row {
	right: 0px;
	width: 100%;
	overflow: hidden;
}

.sh-nav ul.mega-menu-row li.mega-menu-col {
	float: left;
	border-bottom: none;
	margin-top: -16px;
	margin-bottom: -16px;
	position: relative;
	padding: 16px 0;
}

.sh-nav ul.mega-menu-row li.mega-menu-col li,
.sh-nav ul.mega-menu-row li.mega-menu-col ul {
	display: block!important;
	width: 100%!important;
	border: 0px solid transparent;
}

.sh-nav ul.mega-menu-row li.mega-menu-col a {
	overflow: visible!important;
	height: auto!important;
	max-height: 1000px!important;
}

.sh-nav li ul.mega-menu-row ul.sub-menu {
	opacity: 1!important;
	height: auto!important;
}

.sh-nav li.menu-item > ul.mega-menu-row > ul:nth-child(-n+2) {
	display: none!important;
	opacity: 0!important;
}

.sh-nav ul.mega-menu-row > .menu-item > a + div {
	padding-left: 25px;
	padding-right: 25px;
	font-size: 80%;
	margin-bottom: 5px;
	margin-top: -5px;
	font-style: italic;
}

.sh-nav ul.mega-menu-row .menu-item-has-children > a {
	font-weight: bold;
	color: #505050;
}

.sh-nav ul.mega-menu-row .menu-item-has-children a:after {
	visibility: hidden;
}

.sh-nav ul.mega-menu-row .menu-item-has-children ul li a {
	text-transform: none;
}

.sh-nav ul.mega-menu-row ul.sub-menu {
	position: relative;
	left: 0!important;
	top: 0!important;
	opacity: 1!important;
}

.sh-nav ul.mega-menu-row ul.sub-menu ul.sub-menu {
	margin-bottom: -15px;
}

.sh-nav li.menu-item.menu-item-has-mega-menu ul.sub-menu ul.sub-menu {
	box-shadow: none!important;
}

/* Mega menu auto items width sizes */

.sh-nav .mega-menu-row-1 .menu-item {
	width: 100%;
}
.sh-nav .mega-menu-row-2 .menu-item {
	width: 50%;
}
.sh-nav .mega-menu-row-3 .menu-item {
	width: 33.3%;
}
.sh-nav .mega-menu-row-4 .menu-item {
	width: 25%;
}
.sh-nav .mega-menu-row-5 .menu-item {
	width: 20%;
}

.sh-nav .mega-menu-row-1 li.menu-item:nth-child(1n+0),
.sh-nav .mega-menu-row-2 li.menu-item:nth-child(2n+0),
.sh-nav .mega-menu-row-3 li.menu-item:nth-child(3n+0),
.sh-nav .mega-menu-row-4 li.menu-item:nth-child(4n+0),
.sh-nav .mega-menu-row-5 li.menu-item:nth-child(5n+0) {
	border-right: 0px solid transparent!important;
}

/* Dropdown (Standard, Mega Menu) - Style 2 */
.sh-header-right-side,
.sh-header-mobile-dropdown {
	box-shadow: 0 10px 60px 1px rgba(0,0,0,0.08)!important;
}

.sh-header-megamenu-style2 .sh-nav .sh-nav-cart > ul.sub-menu,
.sh-header-megamenu-style2 .mega-menu-row,
.sh-header-left-side.sh-header-megamenu-style2 .sh-nav > li .mega-menu-row {
	box-shadow: 0 10px 60px 1px rgba(0,0,0,0.08)!important;
	margin-top: -10px;
	border-radius: 2px!important;
}

.sh-header-megamenu-style2 .mega-menu-col {
	padding: 0 25px 0 15px!important;
	margin-top: 15px!important;
	margin-bottom: 15px!important;
	height: auto!important;
	opacity: 0;
}

.sh-header-megamenu-style2 .mega-menu-col ul {
	margin-top: 0px!important;
	top: 0px!important;
}

.sh-header-megamenu-style2 .sh-nav > li.menu-item:not(.menu-item-has-mega-menu):not(.sh-nav-cart) ul {
	box-shadow: 0 10px 60px 1px rgba(0,0,0,0.08)!important;
	border-radius: 2px!important;
	padding: 16px 25px 16px 15px!important;
}

.sh-header-megamenu-style2 .sh-nav > li.menu-item:not(.menu-item-has-mega-menu):not(.sh-nav-cart) ul li {
	opacity: 0;
}

.sh-header-megamenu-style2 .sh-nav > li.menu-item.sh-hover:not(.menu-item-has-mega-menu):not(.sh-nav-cart) ul li {
	animation: slide2 ease 0.4s forwards;
	animation-delay: 0.1s;
}

.sh-header-megamenu-style2 .sh-hover .mega-menu-col {
	animation: slide ease 0.4s forwards;
}

@keyframes slide {
	0% { opacity: 0; top: -20px; }
	3% { opacity: 0.2; top: -3px; }
	100% { opacity: 1; top: 0; }
}

@keyframes slide2 {
	0% { opacity: 0; }
	3% { opacity: 0.2; }
	100% { opacity: 1; }
}

.sh-header-megamenu-style2 .sh-hover .mega-menu-col:nth-child(0) { animation-delay: 0.00s; animation-duration: 0.1s; }
.sh-header-megamenu-style2 .sh-hover .mega-menu-col:nth-child(1) { animation-delay: 0.12s; animation-duration: 0.2s; }
.sh-header-megamenu-style2 .sh-hover .mega-menu-col:nth-child(2) { animation-delay: 0.24s; }
.sh-header-megamenu-style2 .sh-hover .mega-menu-col:nth-child(3) { animation-delay: 0.36s; }
.sh-header-megamenu-style2 .sh-hover .mega-menu-col:nth-child(4) { animation-delay: 0.48s; }
.sh-header-megamenu-style2 .sh-hover .mega-menu-col:nth-child(5) { animation-delay: 0.60s; }
.sh-header-megamenu-style2 .sh-hover .mega-menu-col:nth-child(6) { animation-delay: 0.73s; }
.sh-header-megamenu-style2 .sh-hover .mega-menu-col:nth-child(7) { animation-delay: 0.96s; }
.sh-header-megamenu-style2 .sh-hover .mega-menu-col:nth-child(8) { animation-delay: 1.10s; }
.sh-header-megamenu-style2 .sh-hover .mega-menu-col:nth-child(9) { animation-delay: 1.20s; }

.sh-header-megamenu-style2 .mega-menu-col > a {
	font-weight: 800!important;
	padding-top: 0!important;
	padding-left: 15px!important;
	padding-right: 15px!important;
	padding-bottom: 4px!important;
}

.sh-header-megamenu-style2 .sh-nav > li.menu-item:not(.menu-item-has-mega-menu):not(.sh-nav-cart) ul a,
.sh-header-megamenu-style2 .mega-menu-col ul li a {
	font-size: 13px;
	padding: 3px 15px;
	margin: 1px 0;
	transition: 0.2s padding, background ease-in-out;
	border-bottom: 1px solid transparent;
}

.sh-header-megamenu-style2 .sh-nav > li.menu-item:not(.menu-item-has-mega-menu):not(.sh-nav-cart) ul a:after {
	line-height: 1;
}

.sh-header-megamenu-style2 .sh-nav ul.sub-menu ul.sub-menu {
	left: 205px;
}

.sh-header-megamenu-style2 .sh-nav > li.menu-item:not(.menu-item-has-mega-menu):not(.sh-nav-cart) li.current-menu-item > a,
.sh-header-megamenu-style2 .sh-nav > li.menu-item:not(.menu-item-has-mega-menu):not(.sh-nav-cart) ul li:hover > a,
.sh-header-megamenu-style2 li.mega-menu-col ul li.current-menu-item a,
.sh-header-megamenu-style2 li.mega-menu-col ul li.menu-item:not(.current-menu-item):hover a {
	background-color: #309bee;
	color: #fff!important;
	border-radius: 2px;
	padding-left: 25px;
	font-weight: normal;
	border-bottom-color: transparent!important;
}


/**
 * 9.5 Header  Navigation Icons
 */

.sh-nav-social {
	padding-left: 0!important;
}

.sh-nav-social a {
	display: block!important;
	float: left;
	padding: 0 5px;
}

.sh-nav-social a:first-child {
	padding-left: 0;
}

.sh-nav-social a:last-child {
	padding-right: 0;
}

.sh-nav-social i {
	font-size: 24px;
	position: relative;
	bottom: -5px;
}

.sh-nav-social a:after {
	content: "";
	display: block;
	clear: both;
}

.sh-nav-dropdown,
.sh-nav-menu {
	padding-left: 20px!important;
}

.sh-nav-custom-icon {
	position: relative;
	margin: 0 -10px;
}

.sh-nav-custom-icon i {
	transition: 0.3s all ease-in-out;
	cursor: pointer;
	padding: 0 10px;
}

.sh-nav-custom-icon-image {
	margin-top: 6px;
    display: inline-block;
}

.sh-nav-custom-icon-image svg {
	transition: 0.3s all ease-in-out;
	cursor: pointer;
}

.sh-nav-custom-icon:hover i,
.sh-nav-custom-icon-image:hover svg {
	opacity: 0.7;
}

.primary-desktop-light .sh-header:not(.sh-sticky-header-active) .sh-nav-custom-icon-image svg,
.primary-mobile-light .sh-header-mobile:not(.sh-sticky-mobile-header-active) .sh-nav-custom-icon-image svg  {
	fill: #fff;
}

.sh-nav-custom-icon-image-close {
	display: none;
}

.sh-nav-custom-icon-image.active .sh-nav-custom-icon-image-standard {
	display: none;
}

.sh-nav-custom-icon-image.active .sh-nav-custom-icon-image-close {
	display: block;
}


.sh-nav-dropdown i,
.sh-nav-cart i,
.sh-nav-menu i,
.sh-nav-search i {
	font-size: 24px;
	position: relative;
	bottom: -3px;
}

.sh-nav-dropdown i,
.sh-nav-menu i {
	bottom: -4px;
}

.sh-nav-cart i {
	bottom: -5px;
}

.sh-nav-menu + .sh-nav-search {
	padding-left: 3px!important;
}

.sh-nav-cart + .sh-nav-dropdown,
.sh-nav-cart + .sh-nav-search {
	padding-left: 0px!important;
}

.sh-nav-cart {
	padding-right: 8px;
}

.sh-nav-cart-content {
	position: relative;
}

@media (max-width: 1020px) {
	.sh-nav-cart .sub-menu {
		display: none!important;
	}
}

.sh-nav-menu-full {
	width: 100%;
	text-align: center;
}

.sh-nav-menu-full span {
	padding-left: 12px;
	line-height: 26px;
	top: -4px;
	position: relative;
	font-weight: 400;
	text-transform: uppercase;
}

.cart-icon {
	position: relative;
	top: -4px;
	margin-left: -17px;
	display: inline-block;
}

.cart-icon span {
	display: inline-block;
	background-color: #47c9e5;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	position: relative;
	z-index: 100;
	width: 20px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	border-radius: 9px;
	font-weight: bold;
	box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.15);
}

.cart-icon .cart-icon-triangle-color {
	width: 0;
	height: 0;
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	border-right: 9px solid #47c9e5;
	position: relative;
}

.cart-icon-white {
	right: -13px;
	position: relative;
}

.sh-nav-login {
	padding-left: 0!important;
}

.sh-nav-login .header-logo {
	padding: 0!important;
}

.sh-nav-login #header-login > span {
	border: 2px solid #757575;
	padding: 10px 15px;
	font-weight: bold;
}

.sh-nav-login #header-quote {
	border-left: 2px solid #937fd5;
	padding: 0px 12px;
	padding-right: 0;
}

/* Header Language */
.sh-nav-lang {
	padding-right: 0px!important;
}

.sh-nav-lang ul {
	display: block;
    max-width: 60px;
    margin-left: -8px!important;
    padding-top: 10px!important;
    padding-bottom: 10px!important;
}

.sh-nav-lang ul a {
	text-transform: uppercase!important;
	font-size: 13px!important;
	padding-left: 0px!important;
	padding-right: 0px!important;
	text-align: center!important;
}

.sh-nav-lang > a > span {
	display: block;
	position: relative;
	border: 2px solid rgba(0,0,0,0.1);
	border-radius: 100px;
	height: 45px;
	width: 45px;
	line-height: 44px;
	margin-top: -5px;
	text-align: center;
	cursor: default;
}

.sh-nav-lang > a:after {
	display: none!important;
}


/**
 * 9.6 Header - WooCommerce
 */

.sh-nav .sh-nav-cart > ul.sub-menu {
	width: 350px;
	margin-left: -262px!important;
	padding-bottom: 0;
}

.sh-nav .sh-nav-cart .widgettitle {
	display: none;
}

.sh-nav .sh-nav-cart ul.cart_list {
	margin: 0 30px;
	margin-bottom: 30px;
	margin-top: 15px;
}

.cart_list.product_list_widget {
	border: none!important;
}

.sh-nav .sh-nav-cart ul.cart_list .empty {
	min-height: 10px!important;
	text-align: center;
	padding-left: 0px!important
}

.sh-nav .sh-nav-cart li.mini_cart_item {
	padding-left: 0;
	margin: 12px 0px;
	padding-bottom: 12px;
	position: relative;
	display: block;
}

.sh-nav .sh-nav-cart ul.cart_list li.mini_cart_item a,
.sh-nav .sh-nav-cart ul.cart_list li.mini_cart_item a:hover {
	border-bottom-width: 0px!important;
}

.sh-nav .sh-nav-cart li.mini_cart_item a:nth-child(2) {
	background-color: transparent!important;
	padding-top: 0px;
	color: #fff!important;
}

.sh-nav .sh-nav-cart li.mini_cart_item:first-child {
	margin-top: 10px!important;
}

.sh-nav .sh-nav-cart li.mini_cart_item a.remove {
	left: auto;
	right: 15px;
	top: 0px;
	font-size: 0px;
	background-color: transparent;
	color: #ccc!important;
}

.sh-nav .sh-nav-cart li.mini_cart_item a.remove:hover {
	color: #7B7B7B!important;
}

.sh-nav .sh-nav-cart li.mini_cart_item a {
	padding: 0;
	line-height: 20px;
}


.sh-notifications {
    position: fixed;
    bottom: 5vh;
    z-index: 100;
    transition: all ease-in-out 0.4s;
    max-width: 700px;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 600px) {
	.sh-notifications {
		transform: none;
		left: 30px;
		right: 30px;
	}
}

.sh-notification-item {
	/*position: absolute;
	left: 0; right: 0; bottom: 0;*/
    border-radius: 5px;
    box-shadow: 0px 15px 45px -9px rgba(0,0,0,0.20);
    background-color: #fff;
	padding: 17px 32px;
	margin-top: 10px;
	opacity: 0;
	margin-bottom: -15px;
	font-size: 14px;
}

.sh-notification-item-example {
	display: none;
}

.sh-notification-item-close {
	margin-left: 20px;
	position: relative;
	bottom: -1px;
	cursor: pointer;
}



.sh-cart-notification {
	display: none;
}

.sh-cart-notification-content {
	padding: 30px;
	margin-top: -16px;
}

.sh-cart-notification-viewcart {
	font-weight: bold;
}

.sh-nav-cart .menu-item-cart .total {
	padding: 17px;
	margin: 0;
	text-align: center;
	border-top: 1px solid #464646;
	border-bottom: 1px solid #464646;
	text-transform: uppercase;
}

.sh-nav-cart .menu-item-cart .attachment-shop_thumbnail {
	width: 60px;
	float: left;
	margin-left: 0;
	margin-right: 10px;
	margin-top: -8px;
}

.sh-nav-cart .menu-item-cart .widget_shopping_cart_content p.buttons {
	margin-bottom: -1px;
}

.sh-nav-cart .menu-item-cart .widget_shopping_cart_content p.buttons a:first-child {
	border-right: 1px solid #464646;
}

.sh-nav-cart .menu-item-cart .widget_shopping_cart_content p.buttons a {
	width: 50%;
	display: inline-block;
	padding: 0px 0;
	text-align: center;
	border-radius: 0;
	line-height: 70px!important;
	max-height: 70px;
	background-color: transparent!important;
	margin-right: -4px;
	border-radius: 0px!important;
	padding: 0 10px !important;
	margin-bottom: 0;
}

.sh-nav-cart .menu-item-cart .widget_shopping_cart_content p.buttons a:hover {
	border-bottom-width: 0px!important;
}

.sh-nav-cart .menu-item-cart .widget_shopping_cart_content p.buttons a:first-child:before,
.sh-nav-cart .menu-item-cart .widget_shopping_cart_content p.buttons a:last-child:before {
	font-family: 'simple-line-icons'!important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	position: relative;
	bottom: -1px;
	font-size: 16px;
	margin-right: 12px;
}

.sh-nav-cart .menu-item-cart .widget_shopping_cart_content p.buttons a:first-child:before {
	content: "\e087";
}

.sh-nav-cart .menu-item-cart .widget_shopping_cart_content p.buttons a:last-child:before {
	content: "\e080";
}

.sh-nav-cart .mini_cart_item .quantity {
	float: left;
	padding-top: 3px;
}

.sh-nav-cart .buttons a {
	background-color: #ebe9eb!important;
}

.sh-nav-cart .buttons a.checkout {
	color: #fff!important;
}

/* WooCommerce Cart - Blank */
.woocommerce-mini-cart__empty-message {
	padding: 6px 35px 20px 35px;
}


/**
 * 9.7 Header - Presets
 */

.sh-header {
	border-bottom: 1px solid rgba( 0,0,0,0.08 );
}

/* Header Preset - 2 */
.sh-header-2 .sh-nav > li.menu-item > a {
	padding-top: 25px;
	padding-bottom: 25px;
}

.sh-header-2.sh-sticky-header-active .sh-nav > li.menu-item > a {
	padding-top: 20px;
	padding-bottom: 20px;
}

/* Header Preset - 3 */
.sh-header-3 .sh-nav > li.menu-item > a {
	padding-top: 25px;
	padding-bottom: 25px;
}

.sh-header-3.sh-sticky-header-active .sh-nav > li.menu-item > a {
	padding-top: 20px;
	padding-bottom: 20px;
}

.sh-header-top-3 {
	padding: 0;
	border-bottom: 1px solid rgba( 0,0,0,0.08 );
}

.sh-header-top-3 .container {
	border-right: 1px solid rgba( 0,0,0,0.08 );
}

.sh-header-top-3 .header-contacts {
	width: 100%;
}

.sh-header-top-3 .header-contacts-item {
    width: 100%;
    display: table;
}

.sh-header-top-3 .header-contacts-item span {
    display: table-cell;
    vertical-align: top;
    text-align: center;
    border-left: 1px solid rgba( 0,0,0,0.08 );
    padding: 15px 0;
    padding-right: 0;
}

.sh-header-top-3 .header-social-media a {
	border-left: 1px solid rgba( 0,0,0,0.08 );
    padding: 18px;
}

/* Header Preset - 4 */
.sh-header-4 .sh-nav-container {
	padding-top: 15px;
	padding-bottom: 15px;
}

.sh-header-top-4 {
	border-bottom: 1px solid rgba( 0,0,0,0.08 );
}

.sh-header-4 .sh-nav,
.sh-header-top-4 .header-logo,
.sh-header-7 .header-logo {
	float: none;
	display: table;
	margin: 0 auto;
}

.sh-header-top-4 .header-logo {
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 0;
}

.sh-header-top-4 .header-logo img {
	padding: 0px;
}

.header-logo img {
	margin-bottom: 0;
}

/* Header Preset - 5 */
.sh-header-5 .sh-nav-container {
	padding: 0;
}

.sh-header-5 .sh-nav > .menu-item {
	height: 100px!important;
	max-height: 100px!important;
	min-height: 40px;
}

.sh-header-5 .sh-nav-login,
.sh-header-5 .sh-nav-cart,
.sh-header-5 .sh-nav-search,
.sh-header-5 .sh-nav-social {
	border-left: 1px solid rgba( 0,0,0,0.08 );
	padding: 0px 15px!important;
}

.sh-header-5 .sh-nav > .menu-item > a {
	line-height: 100px!important;
	max-height: 100px!important;
	min-height: 40px;
}

.sh-header-5 .sh-nav > .current_page_item {
	margin-top: 30px!important;
	margin-bottom: 30px!important;
}

#page-container .sh-header-5 .sh-nav .current_page_item {
	height: 40px!important;
}

#page-container .sh-header-5 .sh-nav .current_page_item a {
	line-height: 40px!important;
}

.sh-header-5 .sh-nav-social a {
	position: relative;
	padding: 0px 15px!important;
}

.sh-header-5 .sh-nav-social a:not(:first-child) {
	border-left: 1px solid rgba( 0,0,0,0.08 );
}

.sh-header-5 .sh-nav > .menu-item:last-child {
	border-right: 1px solid rgba( 0,0,0,0.08 );
}

.sh-header-5 .sh-nav-social {
	padding-left: 0px!important;
	padding-right: 0px!important;
}

.sh-header-5 .sh-nav-login #header-login span,
.sh-header-6 .sh-nav-login #header-login span {
	border: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

.sh-header-5 .sh-nav-login span,
.sh-header-6 .sh-nav-login span {
	font-size: 0;
}

.sh-header-5 .sh-nav-login span:before,
.sh-header-6 .sh-nav-login span:before {
	font-family: 'simple-line-icons'!important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	position: relative;
	bottom: -5px;
	font-size: 24px;
	content: "\e003";
}

/* Header Preset - 6 */
.sh-header-6 .sh-nav-container {
	padding: 0;
}

.sh-header-6 .sh-nav > .menu-item:not(.sh-nav-social),
.sh-header-6 .sh-nav > .sh-nav-social a {
	border-left: 1px solid rgba( 0,0,0,0.08 );
	padding: 0px!important;
	height: 100px;
	width: 100px;
	min-height: 70px;
	max-height: 70px;
	min-width: 70px;
	max-width: 100px;
	text-align: center;
}

.sh-header-6 .sh-nav > .menu-item:last-child {
	border-right: 1px solid rgba( 0,0,0,0.08 );
}

.sh-header-6 .sh-nav > .menu-item > a {
	line-height: 100px;
	max-height: 100px;
	height: 100px;
	min-height: 70px;
}

.sh-header-6 .sh-nav > .sh-nav-social {
	border-left: 0px solid transparent;
	padding: 0!important;
}

.sh-header-6 .c-hamburger {
	display: table;
	margin: 0 auto;
	top: 0px;
}

.sh-header-6 .header-logo {
	padding-left: 30px;
	padding-right: 30px;
	border-left: 1px solid rgba( 0,0,0,0.08 );
	border-right: 1px solid rgba( 0,0,0,0.08 );
}


/* Header Preset - 6 Clean */
.sh-header-6-clean {
	border-bottom-width: 0px!important;
}

.sh-header-6-clean .header-logo,
.sh-header-6-clean .sh-nav > .menu-item:last-child {
	border-width: 0px!important;
}

.sh-header-6-clean .sh-nav {
	margin-right: 6px;
}

.sh-header-6-clean-content .header-logo {
	padding-left: 0;
}

.sh-header-6-clean-content .sh-nav {
	margin-right: -7px;
}


/* Header Preset - 7 */
.sh-header-7 .sh-nav-container {
	padding: 0px;
	position: relative;
	top: 3px;
}

.sh-header-7 .header-logo {
	padding: 22px 0;
}

.sh-header-7 .header-logo-container {
	display: table;
	margin: 0 auto;
	height: 100%;
}

.sh-header-7 .sh-nav-left {
	float: left;
}

.sh-header-7 .sh-nav-dropdown {
	position: relative;
	top: -12px;
}

.sh-nav-header7-menu-cart .sh-nav-dropdown {
	top: 0;
}

.sh-header-7 > .container > .sh-table > .sh-table-cell {
	width: 33.3%;
}

/* Header Preset - 9 */
.sh-header-9 .c-hamburger {
	width: 18px;
	height: 15px;
	top: 16px;
}

.sh-header-9 .c-hamburger span {
	top: 6px;
}

.sh-header-9 .c-hamburger span::before {
	top: -6px;
}

.sh-header-9 .c-hamburger span::after {
	bottom: -6px;
}

.sh-header-9 .c-hamburger--htx.is-active span::before {
	width: 18px;
}

.sh-header-9 .c-hamburger--htx.is-active span::after {
	width: 18px;
}

/* Header Preset - 10 */
.sh-header-10 .sh-nav > li.menu-item:not(.sh-nav-special) > a {
	padding-top: 16px!important;
	padding-bottom: 16px!important;
}

.sh-header-10 .sh-nav > li.menu-item.sh-nav-special > a {
	padding-top: 13px!important;
	padding-bottom: 19px!important;
}

.sh-header-10 .sh-nav {
	float: none;
}

.sh-header-10 .sh-nav-left {
	padding-left: 17px;
}

.sh-header-10 .sh-nav-right {
	float: right;
}

.sh-header-10 > .container {
	background-color: #fff;
	border-radius: 3px;
	padding: 0 10px;
	box-shadow: 0 15px 45px -9px rgba(0,0,0,0.20);
}

.sh-header-10 {
	background-color: rgba(255,255,255,0.0)!important;
	border-bottom-width: 0px!important;
}

.sh-header-top-10 .header-contacts {
	float: right!important;
}

.sh-header-10 .sh-nav li.menu-item {
	padding: 0 17px;
}

.sh-header-top-10 .header-contacts {
	padding: 15px 0;
}

.sh-header-top-10 .header-contacts-details-large {
	position: relative;
	color: #8a8a8a;
	font-size: 13px;
}

.sh-header-top-10 .header-contacts-details-large:not(:last-child) {
	margin-right: 25px;
	padding-right: 20px;
	border-right: 1px solid rgba( 0, 0, 0, 0.08 );
}

header.primary-desktop-light .sh-header-top-10 .header-contacts-details-large {
	color: #fff;
}

header.primary-desktop-light .sh-header-top-10 .header-contacts-details-large:not(:last-child) {
	border-right: 1px solid rgba( 255, 255, 255, 0.15 );
}

.sh-header-top-10 .header-contacts-details-large-icon {
	position: absolute;
	left: 0;
}

.sh-header-top-10 .header-contacts-details-large-icon i {
	font-size: 36px;
	display: block;
	margin-top: 5px;
}

.sh-header-top-10 .header-contacts-details-large-title {
	font-weight: 600;
}

.sh-header-top-10 .header-contacts-details-large-content {
	padding-left: 55px;
	transition: 0.3s all ease-in-out;
}

.sh-header-top-10 .header-contacts-details-large-content:hover {
	opacity: 0.8;
}

.sh-header-10 .sh-nav-login,
.sh-header-10 .sh-nav-cart,
.sh-header-10 .sh-nav-search,
.sh-header-10 .sh-nav-social,
.sh-header-10 .sh-nav-social a:not(:first-child) {
	border-left: 1px solid rgba( 0,0,0,0.08 );
	padding: 0px 25px!important;
}

.sh-header-10 .sh-nav-social a:first-child {
	padding-right: 25px!important;
}

.sh-header-10 .sh-nav-social {
	padding-right: 0px!important;
}

.sh-header-10 .sh-header-search {
	border-radius: 3px;
}

.sh-header-10 .sh-header-search .sh-header-search-input {
	padding-left: 30px;
	padding-right: 110px;
	font-size: 16px;
}

.sh-header-10 .sh-header-search-submit {
	right: 52px;
}

.sh-header-10 .sh-header-search-close {
	right: 20px;
}


/**
 * 9.8 Header - Left
 */

.sh-header-left-side {
	position: fixed;
	top: 0; bottom: 0; left: 0;
	width: 320px;
	background-color: #fff;
	z-index: 5000;
}

.sh-header-left-side:after {
	display: block;
	clear: both;
	content: "";
}

.sh-header-left-side #header-logo a {
	display: inline-block;
	position: relative;
	z-index: 100;
}

.sh-header-left-side #header-logo {
	text-align: center;
	padding: 50px;
	opacity: 0;
}

.sh-header-left-side #header-logo img {
	min-height: 25px;
}

.sh-header-left-side .sh-nav {
	float: none;
}

.sh-header-left-side .sh-nav > li {
	float: none!important;
	max-width: 100%;
	padding: 0!important;
	position: relative;
}

.sh-header-left-side .sh-nav > li > a:after {
	float: right;
}

.sh-header-left-side .sh-nav > li:last-child > a {
	border-bottom: 0;
}

.sh-header-left-side .sh-nav > li ul:not(.cart_list) {
	margin-left: 0!important;
	z-index: 500;
	top: 0;
	box-shadow: none!important;
	border-radius: 0;
}

.sh-header-left-side .sh-nav-cart .sub-menu {
	margin-top: 45px;
}

.sh-header-left-side .header-bottom {
	position: absolute;
	bottom: 28px; left: 28px; right: 28px;
}

.sh-header-left-navigation {
	position: absolute;
	top: 0; bottom: 0;
	width: 100%;
}

.sh-header-left-side .header-logo {
	display: table;
	max-width: 100%;
	margin: 0 auto;
}

.sh-header-left-side ul.sh-nav > li.menu-item-has-children > a:after {
	font-family: 'simple-line-icons'!important;
	position: absolute;
	float: none;
	right: 0;
	line-height: 50px;
	height: 50px;
	font-size: 12px;
	content: "\e604";
}

.sh-header-left-side ul.sh-nav ul li.menu-item-has-children > a:after {
	font-family: 'simple-line-icons'!important;
	line-height: inherit!important;
	height: inherit!important;
	font-size: 12px;
	content: "\e604";
}


/* Left Header - Style 1 */
.sh-header-left-1 .header-logo {
	padding: 40px 0;
	padding-bottom: 15px;
}

.sh-header-left-1 .sh-nav-container {
	padding: 0px 30px;
}

.sh-header-left-1 .sh-nav > li > a {
	text-align: center;
}

.sh-header-left-1 .sh-nav > li > a {
	max-height: 50px!important;
	line-height: 50px!important;
	max-width: 100%;
	padding: 0px;
}

.sh-header-left-1 .sh-nav > li > ul {
	left: 290px!important;
}

.sh-header-left-1 .sh-nav > li > .mega-menu-row {
	min-width: 780px;
	left: 290px!important;
}

@media (min-width: 1250px) {
	.sh-header-left-1 .sh-nav > li > .mega-menu-row {
		min-width: 900px;
	}
}

.sh-header-left-1 .header-social-media {
	display: table;
	width: 100%;
	padding: 0;
	border-top: 1px solid #e5e5e5;
	position: relative;
}

.sh-header-left-1 .header-social-media a {
	display: table-cell;
	vertical-align: top;
	text-align: center;
	border-left: 1px solid #e5e5e5;
	padding: 0;
	height: 60px;
}

.sh-header-left-1 .header-social-media i {
	font-size: 16px;
	color: #8d8d8d;
	padding-left: 0px;
	position: relative;
	line-height: 60px;
}

.sh-header-left-1 .sh-copyrights-text {
	text-align: center;
	line-height: inherit!important;
	margin: 0 30px 15px 30px;
}

.sh-header-left-1 .header-bottom {
	position: absolute;
	bottom: 0px; left: 0px; right: 0px;
}


/* Left Header Buttons - Style 1 */

.sh-header-left-1 {
	border-right: 1px solid rgba(0,0,0,0.1);
}

.sh-header-left-1 .sh-side-buttons .sh-table-cell {
	width: 50%;
	border-top: 1px solid rgba(0,0,0,0.1);
}

.sh-header-left-1 .sh-side-button-search,
.sh-header-left-1 .sh-side-button-cart {
	cursor: pointer;
	height: 70px;
	text-align: center;
	position: relative;
	color: #8d8d8d;
	font-weight: bold;
}

.sh-header-left-1 .sh-side-button-search {
	line-height: 70px;
	border-right-width: 0px!important;
}

.sh-header-left-1 .sh-side-button-search i {
	font-size: 24px;
	padding-right: 8px;
	display: inline-block;
	position: relative;
	bottom: -4px;
}

.sh-header-left-1 .sh-side-button-search {
	border-right: 1px solid rgba(0,0,0,0.1);
}

.sh-header-left-1 .sh-side-button-cart .sh-nav-container {
	width: 100%;
	display: inline-block;
	padding: 0;
}

.sh-header-left-1 .sh-side-button-cart .sh-nav-cart {
	top: 10px;
}

.sh-header-left-1 .sh-side-button-cart .sh-nav-cart i {
	font-size: 24px;
	color: #8d8d8d;
}

.sh-header-left-1 .sh-side-button-cart .sh-nav-cart .sh-cart-title {
	display: none;
}

.sh-header-left-1 .sh-side-button-cart .sh-nav-cart > ul.sub-menu {
	text-align: left;
	margin-left: -130px!important;
}

/* Left Header - Style 2 */

.sh-header-left-2 {
	padding: 0;
	color: #fff;
}

.sh-header-left-2 .header-logo {
	padding: 50px 0;
}

.sh-header-left-2 .sh-nav-container {
	padding: 0;
}

.sh-header-left-2 .sh-nav > li > a {
	max-height: 60px!important;
	line-height: 60px!important;
	max-width: 100%;
	padding: 0 25px;
	border-bottom: 1px solid rgba(255,255,255,0.25);
}

.sh-header-left-2 li.menu-item-has-children > a:after,
.sh-header-left-2 li.menu-item li.menu-item-has-children > a:after {
	font-family: 'simple-line-icons'!important;
	position: absolute;
	float: none;
	right: 25px;
	line-height: 60px;
	height: 60px;
	font-size: 12px;
	content: "\e604";
}

.sh-header-left-2 .sh-nav > li > ul {
	left: 320px!important;
}

.sh-header-left-2 .sh-nav > li > .mega-menu-row {
	min-width: 780px;
	left: 320px!important;
}

.sh-header-left-2 .header-social-media {
	text-align: center;
}

.sh-header-left-2 .header-social-media a {
	padding: 0 12px;
}

.sh-header-left-2 .header-social-media i {
	font-size: 18px;
	color: #fff;
}

.sh-header-left-2 .sh-header-copyrights-text {
	margin-bottom: 30px;
	text-align: center;
}

.sh-header-left-2 .sh-nav > li > a {
	color: #fff;
	font-weight: bold;
}

.sh-header-left-2 .sh-nav li.menu-item > a.fa:before {
	width: 60px;
	height: 60px;
	background-color: rgba(255,255,255,0.15);
	display: inline-block;
	text-align: center;
	position: relative;
	margin-left: -25px;
	margin-right: 25px;
	color: #fff;
	font-size: 18px;
	font-weight: normal!important;
}

.sh-header-left-2 .sh-copyrights-text {
	line-height: inherit!important;
}

/* Left Header Buttons - Style 2 */
.sh-header-left-2 {
	border-right: 1px solid rgba(255,255,255,0.25);
}

.sh-header-left-2 .sh-side-buttons .sh-table-cell {
	width: 50%;
	border-bottom: 1px solid rgba(255,255,255,0.25);
}

.sh-header-left-2 .sh-side-button-search,
.sh-header-left-2 .sh-side-button-cart {
	cursor: pointer;
	height: 70px;
	text-align: center;
	position: relative;
	color: #8d8d8d;
	font-weight: bold;
}

.sh-header-left-2 .sh-side-button-cart .sh-nav-cart a {
	border-bottom: 0px!important;
}

.sh-header-left-2 .sh-side-button-search {
	line-height: 70px;
}

.sh-header-left-2 .sh-side-button-search i {
	font-size: 24px;
	padding-right: 8px;
	display: inline-block;
	position: relative;
	bottom: -4px;
}

.sh-header-left-2 .sh-side-button-search {
	border-right: 1px solid rgba(255,255,255,0.25);
}

.sh-header-left-2 .sh-side-button-cart .sh-nav-container {
	width: 100%;
	display: inline-block;
	padding: 0;
}

.sh-header-left-2 .sh-side-button-cart .sh-nav-cart {
	top: 10px;
}

.sh-header-left-2 .sh-side-button-cart .sh-nav-cart i {
	font-size: 24px;
	color: #8d8d8d;
}

.sh-header-left-2 .sh-side-button-cart .sh-nav-cart .sh-cart-title {
	display: none;
}

.sh-header-left-2 .sh-side-button-cart .sh-nav-cart > ul.sub-menu {
	text-align: left;
	margin-left: -160px!important;
}

.sh-header-left-2 ul.sh-nav > li.menu-item-has-children > a:after {
	right: 25px;
	line-height: 60px!important;
	height: 60px!important;
}

/* Left Header Height Improvements */
@media (max-height: 800px ) {
   .sh-header-in-side .sh-header-left-side .sh-nav > li > a,
   .sh-header-in-side .sh-header-left-side .sh-nav > li.menu-item-has-children > a:after {
	   max-height: 46px!important;
       line-height: 46px!important;
   }

   .sh-header-in-side .sh-header-left-side .sh-side-button-search,
   .sh-header-in-side .sh-header-left-side .sh-side-button-cart {
	   height: 50px;
   }

   .sh-header-left-side .sh-side-button-search {
	    line-height: 50px;
	}

	.sh-header-left-side .sh-side-button-search i,
	.sh-header-left-side .sh-side-button-cart .sh-nav-cart i {
		font-size: 22px;
	}

	.sh-header-left-side .sh-side-button-cart .sh-nav-cart {
		top: 4px;
	}

	.sh-header-left-2 .sh-header-copyrights-text,
	.sh-header-left-1 .sh-copyrights-text {
		margin-bottom: 15px;
		font-size: 13px;
	}

	.sh-header-left-1 .header-social-media a {
		height: 40px;
	}

	.sh-header-left-1 .header-social-media i {
		line-height: 40px;
	}
}

@media (max-height: 600px ) {
	.sh-header-in-side .sh-header-left-side .sh-nav > li > a,
    .sh-header-in-side .sh-header-left-side .sh-nav > li.menu-item-has-children > a:after {
		max-height: 36px!important;
        line-height: 36px!important;
    }

	.sh-header-left-2 .sh-header-copyrights-text,
	.sh-header-left-1 .sh-copyrights-text {
		margin-bottom: 6px;
		font-size: 11px;
	}

	.sh-header-left-2 .header-social-media i {
		font-size: 15px;
	}

	.sh-header-left-1 .header-social-media a {
		height: 30px;
	}

	.sh-header-left-1 .header-social-media i {
		line-height: 30px;
	}

	.sh-header-left-2 .header-bottom {
		bottom: 10px;
	    left: 10px;
	    right: 10px;
	}
}

@media (max-height: 450px ) {
	.sh-header-in-side .sh-header-left-side .sh-nav > li > a,
    .sh-header-in-side .sh-header-left-side .sh-nav > li.menu-item-has-children > a:after {
		max-height: 28px!important;
        line-height: 28px!important;
    }

	.sh-header-in-side .sh-header-left-side .sh-side-button-search,
    .sh-header-in-side .sh-header-left-side .sh-side-button-cart {
 	   height: 30px;
    }

    .sh-header-left-side .sh-side-button-search {
 	    line-height: 30px;
 	}

 	.sh-header-left-side .sh-side-button-search i,
 	.sh-header-left-side .sh-side-button-cart .sh-nav-cart i {
 		font-size: 18px;
 	}

 	.sh-header-left-side .sh-side-button-cart .sh-nav-cart {
 		top: 2px;
		left: 4px;
 	}

	.sh-header-left-2 .sh-header-copyrights-text,
	.sh-header-left-1 .sh-copyrights-text {
		margin-bottom: 0px;
		font-size: 10px;
	}

	.sh-header-left-side #header-logo {
		padding-top: 10px!important;
	}

	.sh-header-left-side #header-logo img {
		height: 25px;
	}

	.sh-header-left-1 .header-social-media a {
		height: 20px;
	}

	.sh-header-left-1 .header-social-media i {
		line-height: 20px;
		font-size: 12px;
	}
}

@media (max-height: 400px ) {
	.sh-header-in-side .sh-header-left-side .sh-nav > li > a,
    .sh-header-in-side .sh-header-left-side .sh-nav > li.menu-item-has-children > a:after {
		max-height: 24px!important;
        line-height: 24px!important;
    }
}


/**
 * 9.9 Header - Right
 */

 @media (max-width: 1025px) {
 	.sh-header-right-side {
		display: none!important;
	}
 }

.sh-header-right-side {
	position: fixed;
	top: 0; right: -320px; bottom: 0;
	width: 320px;
	height: 100%;
	background-color: #232323;
	overflow: hidden;
	z-index: 5000;
	-webkit-transform: translate3d(0,0,0);
	        transform: translate3d(0,0,0);
}

.sh-header-right-side .sh-header-mobile-dropdown {
	box-shadow: none!important;
}

.sh-header-scrollbar {
	overflow-y: scroll;
	height: 100%;
	position: relative;
	margin-right: -15px;
}

.sh-header-right-side .sh-header-mobile-dropdown {
	display: block!important;
	padding-bottom: 70px;
}

.sh-header-right-side .header-mobile-social-media {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 5500;
	background-color: #232323;
}

.sh-header-right-side .sh-nav-mobile li a {
	padding-left: 50px!important;
	padding-right: 50px!important;
}

.sh-header-right-side .container {
	width: 100%!important
}

#page-container {
	position: relative;
    left: 0;
}

.sh-header {
	position: relative;
	left: 0;
}

.page-layout-right-fixed .sh-header-right-side {
	right: 0;
}

.page-layout-right-fixed #page-container,
.page-layout-right-fixed .sh-sticky-header-active,
.page-layout-right-fixed.sh-footer-paralalx-init .sh-footer {
	left: -320px;
}

.page-layout-right-fixed .sh-back-to-top {
	right: 350px;
}

.sh-footer-paralalx-init .sh-footer {
	transition: 0.3s left ease-in-out;
}


/**
 * 9.10 Header - Search
 */

body > .sh-header-search {
	position: fixed!important;
	z-index: 20000;
}

.sh-header-search {
	display: none;
	position: absolute;
	top: 0; bottom: 1px; right: 0; left: 0;
	width: 100%;
	text-align: center;
	background-color: rgba(255,255,255,0.97);
	z-index: 200;
	overflow: hidden;
}

.sh-header-search .sh-header-search-input {
	display: inline-block;
	border: 0;
	margin-left: 5px;
	font-size: 24px;
	font-weight: normal;
	background-color: transparent;
	padding: 0;
	color: #505050;
	line-height: 48px!important;
	padding-right: 75px;
	width: 100%;
}

.sh-header-search .sh-header-search-input::-webkit-input-placeholder {
	color: #8d8d8d;
	font-style: normal;
	font-weight: normal;;
}
.sh-header-search .sh-header-search-input:-moz-placeholder {
	color: #8d8d8d;
	font-style: normal;
	font-weight: normal;
}
.sh-header-search .sh-header-search-input::-moz-placeholder {
	color: #8d8d8d;
	font-style: normal;
	font-weight: normal;
}
.sh-header-search .sh-header-search-input:-ms-input-placeholder {
	color: #8d8d8d;
	font-style: normal;
	font-weight: normal;
}

.sh-header-search-submit {
	position: absolute;
	top: 12px; right: 32px;
	border: 0;
	color: #8d8d8d;
	background-color: transparent;
	font-size: 24px;
	line-height: 1;
}

.sh-header-search-submit i {
	line-height: 1;
}

.sh-header-search-close {
	position: absolute;
	top: 14px; right: 0px;
	border: 0;
	color: #8d8d8d;
	background-color: transparent;
	font-size: 24px;
	cursor: pointer;
	line-height: 1;
}

.sh-header-search .container {
	position: relative;
}

.sh-header-search-form {
	position: relative;
	overflow: hidden;
}

.sh-header-left-side .sh-header-search .line-test {
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.sh-header-left-side .sh-header-search .sh-header-search-input {
	line-height: 60px!important;
}

.sh-header-left-side .sh-header-search .container {
	position: relative;
	max-width: 100%!important;
	width: 100%!important;
	padding: 0 20px!important;
	overflow: hidden;
}

.sh-side-button-search-line .line-test {
	border-bottom: 1px solid #e5e5e5;
	padding: 15px 0;
}


/**
 * 9.11 Header - Logo
 */

.sh-sticky-logo,
.sh-light-logo {
    display: none;
}

.primary-desktop .sh-nav-container {
	position: static;
}

.sh-sticky-header-active .sh-sticky-logo {
    display: block;
}

.sh-sticky-header-active .sh-standard-logo {
    display: none;
}

.primary-desktop-light .sh-header:not(.sh-sticky-header-active) .header-logo img {
	display: none;
}

.primary-desktop-light .sh-header:not(.sh-sticky-header-active) .header-logo .sh-light-logo {
	display: block;
}

.primary-mobile-light .sh-header-mobile:not(.sh-sticky-mobile-header-active) .header-logo img {
	display: none;
}

.primary-mobile-light .sh-header-mobile:not(.sh-sticky-mobile-header-active) .header-logo .sh-light-logo {
	display: block;
}

.primary-desktop-light .sh-header-top:not(.sh-sticky-mobile-header-active) .header-logo img {
	display: none;
}

.primary-desktop-light .sh-header-top:not(.sh-sticky-mobile-header-active) .header-logo .sh-light-logo {
	display: block;
}


/**
 * 9.12 Header - Style
 */

/* Header - Light Style */
.primary-desktop-light {
	position: absolute!important;
    z-index: 5000;
	width: 100%;
}

.primary-desktop-light .sh-header-top {
	background-color: rgba(255,255,255,0.0)!important;
}

.primary-desktop-light .sh-header-top-4 {
	border-color: rgba( 255,255,255,0.10 )!important;
}

.primary-desktop-light .sh-header-top .header-contacts-details,
.primary-desktop-light .sh-header-top .header-social-media a {
	color: rgba(255,255,255,0.85)!important;
}

.primary-desktop-light .sh-header:not(.sh-sticky-header-active):not(.sh-header-10) {
	background-color: rgba(255,255,255,0.0)!important;
}

.primary-desktop-light:not(.primary-desktop-light-noborder) .sh-header:not(.sh-sticky-header-active):not(.sh-header-10) {
    border-bottom: 1px solid rgba( 255,255,255,0.10 )!important;
}

.primary-desktop-light .sh-header-6:not(.sh-sticky-header-active) .sh-nav > .menu-item:not(.sh-nav-social),
.primary-desktop-light .sh-header-6:not(.sh-sticky-header-active) .header-logo {
	border-color: rgba( 255,255,255,0.10 )!important;
}

.primary-desktop-light .sh-header-top-3:not(.sh-sticky-header-active),
.primary-desktop-light .sh-header-top-3:not(.sh-sticky-header-active) .header-contacts-item span,
.primary-desktop-light .sh-header-top-3:not(.sh-sticky-header-active) .header-social-media a,
.primary-desktop-light .sh-header-top-3:not(.sh-sticky-header-active) .container {
	border-color: rgba( 255,255,255,0.10 )!important;
}

.primary-desktop-light .sh-header-5:not(.sh-sticky-header-active) .sh-nav li.menu-item,
.primary-desktop-light .sh-header-5:not(.sh-sticky-header-active) .sh-nav-social a:not(:first-child) {
	border-color: rgba( 255,255,255,0.10 )!important;
}

.primary-mobile-light #header-logo-title,
.primary-desktop-light .sh-header-top-4 #header-logo-title,
.primary-desktop-light .sh-header:not(.sh-sticky-header-active) #header-logo-title,
.primary-desktop-light .sh-header:not(.sh-sticky-header-active):not(.sh-header-10) .sh-nav > li > a,
.primary-desktop-light .sh-header:not(.sh-sticky-header-active):not(.sh-header-10) .sh-nav > li.menu-item > a > i {
	color: rgba(255,255,255,0.85)!important;
}

.primary-desktop-light .sh-header:not(.sh-sticky-header-active) .sh-nav-lang > a > span {
	border-color: rgba(255,255,255,0.2);
}

.primary-desktop-light .sh-header:not(.sh-sticky-header-active):not(.sh-header-10) .sh-nav > li.current_page_item > a,
.primary-desktop-light .sh-header:not(.sh-sticky-header-active):not(.sh-header-10) .sh-nav > li:not(.current_page_item):hover > a,
.primary-desktop-light .sh-header:not(.sh-sticky-header-active):not(.sh-header-10) .sh-nav .icon-basket {
	color: #fff!important;
}

.primary-desktop-light .sh-header:not(.sh-sticky-header-active):not(.sh-header-10) .c-hamburger:not(.is-active) span,
.primary-desktop-light .sh-header:not(.sh-sticky-header-active):not(.sh-header-10) .c-hamburger span:before,
.primary-desktop-light .sh-header:not(.sh-sticky-header-active):not(.sh-header-10) .c-hamburger span:after {
	background-color: #fff!important;
}

.primary-desktop-light-noborder > .sh-header:not(.sh-sticky-header-active),
.primary-desktop-light-noborder > .sh-header-height > .sh-header:not(.sh-sticky-header-active),
#page-container .primary-mobile-light-noborder .sh-header-mobile {
	border-bottom-width: 0px!important;
}

.primary-mobile-light {
	position: absolute!important;
	z-index: 5000;
	width: 100%;
}

.primary-mobile-light .sh-header-mobile:not(.sh-sticky-mobile-header-active) {
	background-color: rgba(255,255,255,0.0)!important;
    border-bottom: 1px solid rgba( 255,255,255,0.10 )!important;
}

.primary-mobile-light .sh-header-mobile-navigation {
	border-bottom: 0px!important;
}

.primary-mobile-light .sh-header-mobile:not(.sh-sticky-mobile-header-active) .sh-nav > li > a,
.primary-mobile-light .sh-header-mobile:not(.sh-sticky-mobile-header-active) .sh-nav > li.menu-item > a > i {
	color: rgba(255,255,255,0.85)!important;
}

.primary-mobile-light .sh-header-mobile .sh-nav > li.current_page_item > a {
	color: #fff!important;
}

.primary-mobile-light .sh-header-mobile:not(.sh-sticky-mobile-header-active) .c-hamburger:not(.is-active) span,
.primary-mobile-light .sh-header-mobile:not(.sh-sticky-mobile-header-active) .c-hamburger span:before,
.primary-mobile-light .sh-header-mobile:not(.sh-sticky-mobile-header-active) .c-hamburger span:after {
	background-color: #fff!important;
}


/**
 * 9.13 Header - Responsive
 */

.primary-desktop {
	position: relative;
	z-index: 1000;
}

.sh-header-mobile-dropdown {
	display: none;
	z-index: 1200;
	position: relative;
}

.sh-header-mobile .container {
	padding: 0 15px;
}

.sh-header-mobile-navigation {
	border-bottom: 1px solid #EDEDED;
}

.sh-header-mobile-navigation .sh-nav-dropdown .c-hamburger {
	top: -1px;
}

.sh-header-mobile-navigation .header-logo img {
	max-width: 85%;
}

.sh-header-mobile-navigation .sh-nav-cart + .sh-nav-dropdown .c-hamburger {
	top: 8px!important;
}

.sh-header-mobile-navigation .sh-nav-container {
	padding: 40px 0;
}

.sh-nav-mobile {
	max-width: 800px;
	padding: 20px 0!important;
	overflow: hidden;
}

.sh-nav-mobile ul {
	display: none;
	margin-left: 30px!important;
}

.sh-nav-mobile ul.open {
	display: block;
}

.sh-nav-mobile li:after {
	content: "";
	display: block;
	left: 0; right: 0;
	position: absolute;
	height: 1px;
	background-color: #303030;
	width: 100%;
}

.sh-nav-mobile li:last-child:after {
	height: 0;
}

.sh-nav-mobile ul {
	position: relative;
}

.sh-nav-mobile ul li:after {
	left: auto;
	right: auto;
}

.sh-nav-mobile li a {
	font-weight: bold;
	font-size: 13px;
}

.sh-nav-mobile li .sub-menu:before {
	content: "";
	display: block;
	position: absolute;
	height: 1px;
	background-color: #303030;
	width: 100%;
}

.sh-nav-mobile li.current-menu-item > a {
	color: #fff;
}

.sh-nav-mobile li.menu-item-has-icon > a {
	padding-left: 25px;
    line-height: 1;
}

.sh-nav-mobile li.menu-item-has-icon > a:before {
	left: -24px;
	display: inline-block;
	position: relative;
}

.sh-nav-mobile li.menu-item-has-children > a:after {
	font-family: 'simple-line-icons'!important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: block;
	position: relative;
	font-size: 12px;
	margin-left: 6px;
	top: 6px;
	float: right;
	content: "\e604";
}

.sh-nav-mobile li a {
	display: block;
	padding: 16px 0;
	color: #aaaaaa;
}

.sh-nav-mobile li {
	position: relative;
}

.sh-nav-mobile a.menu-item-open-fix {
	position: absolute;
	top: 0; left: 0; right: 50px;
}

.sh-nav-mobile a.menu-item-open-fix:after {
	opacity: 0;
}

.sh-header-mobile .sh-nav-mobile li:last-child {
	border-bottom: 0px solid transparent!important;
}

.header-mobile-search {
	width: 100%;
	position: relative;
}

.header-mobile-search .header-mobile-form .header-mobile-form-input {
	display: block;
	background-color: transparent;
	border: 0px;
	padding: 0px;
	padding-right: 50px;
	width: 100%;
	line-height: 70px!important;
	margin-bottom: 0;
	font-size: 24px;
	font-weight: bold;
	color: #fff!important;
}

.header-mobile-search .header-mobile-form .header-mobile-form-input:focus {
	outline: none;
}

.header-mobile-search .header-mobile-form-submit {
	position: absolute;
	right: 0;top: 0;bottom: 0;
	line-height: 70px;
	text-align: center;
	font-size: 24px;
	color: #fff;
	background-color: transparent;
	border: 0;
}

.header-mobile-social {
	padding-top: 15px;
}

.header-mobile-social-media {
	display: table;
	width: 100%;
	padding: 0;
	border-top: 1px solid #303030;
	position: relative;
}

.header-mobile-social-media a {
	display: table-cell;
	vertical-align: top;
	text-align: center;
	border-left: 1px solid #303030;
	padding: 0;
	height: 70px;
}

.header-mobile-social-media a:hover {
	background-color: #303030;
}

.header-mobile-social-media a:first-child {
	border-left: none;
}

.header-mobile-social-media i {
	font-size: 16px;
	color: #8d8d8d;
	padding-left: 0px;
	position: relative;
	line-height: 70px;
}

header.primary-mobile {
	display: none;
	z-index: 600;
	position: relative;
}

/* Header - Responsive Options */
.sh-header-mobile-spacing-compact .sh-header-mobile-navigation .sh-nav-container {
	padding: 17px 0;
}


/**
 * 10.0 Titlebar
 */

.sh-titlebar {
	position: relative;
	padding: 0;
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-size: cover!important;
	background-color: #fafafa;
	z-index: 100;
}

@media (min-width: 768px) {
	/*body.admin-bar .sh-titlebar:not(.sh-titlebar-parallax-disabled) {
		background-position: 50% -28px;
	}*/

	.sh-titlebar-parallax:not(.sh-titlebar-parallax-disabled) {
		background-position: -9000px -9000px!important;
		background-size: auto!important;
	}
}

.sh-titlebar #jarallax-container-0 {
	opacity: 0;
	-webkit-animation: new-item-animation 0.5s linear forwards;
	        animation: new-item-animation 0.5s linear forwards;
}

@-webkit-keyframes new-item-animation {
    from {
        opacity: 0;
	}

    to {
        opacity: 1;
    }
}

@keyframes new-item-animation {
    from {
        opacity: 0;
	}

    to {
        opacity: 1;
    }
}

.sh-titlebar #jarallax-container-0,
#jarallax-container-0,
#jarallax-container-1,
#jarallax-container-2,
#jarallax-container-3,
#jarallax-container-4,
#jarallax-container-5,
#jarallax-container-6,
#jarallax-container-7,
#jarallax-container-8,
#jarallax-container-9,
#jarallax-container-10,
#jarallax-container-11,
#jarallax-container-12,
#jarallax-container-13,
#jarallax-container-14,
#jarallax-container-15 {
	z-index: 0!important;
}

.sh-titlebar .container {
	padding: 0px 15px
}

.sh-titlebar:not(.sh-titlebar-revslider) a {
	color:#8d8d8d!important;
}

.sh-titlebar .sh-table {
	min-height: 60px;
	z-index: 100;
	position: relative;
}

.sh-titlebar-height-small {
	padding: 25px 0;
}

.sh-titlebar-height-medium {
	padding: 50px 0;
}

.sh-titlebar-height-large {
	padding: 100px 0;
}

.sh-titlebar .titlebar-title h1,
.sh-titlebar .titlebar-title h2 {
	font-size: 24px;
	margin-bottom: 0;
	font-weight: bold;
}

.sh-titlebar:not(.sh-titlebar-template) .title-level {
	text-align: right;
}

.sh-titlebar .title-level .separator {
	font-size: 0;
}

.sh-titlebar .title-level .separator:after {
	display: inline-block;
	font-family: 'simple-line-icons'!important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e606";
	font-size: 10px;
	padding: 0 12px;
}

.sh-titlebar .title-level .breadcrumbs {
	font-size: 14px;
	margin: 0;
	margin-bottom: -4px;
	position: relative;
}

.sh-titlebar .title-level .item-current {
	font-weight: bold;
}

.sh-titlebar-center {
	text-align: center;
}

.sh-titlebar-center .titlebar-title {
	margin-bottom: 10px;
}

.sh-titlebar-center .title-level {
	text-align: center;
}

.sh-titlebar-center .title-level .breadcrumbs {
	margin-bottom: 0;
	opacity: 0.8;
}

/* Titlebar - Light Style */
.sh-titlebar-light {
	padding-top: 121px;
	background-color: #353535!important;
	position: relative;
}

.sh-titlebar-light .sh-table {
	padding: 130px 0;
}

.sh-titlebar-light h1,
.sh-titlebar-light h2,
.sh-titlebar-light a,
.sh-titlebar-light span,
.sh-titlebar-light:not(.sh-titlebar-revslider) span a {
	color: #fff!important;
}

.sh-titlebar-light .sh-titlebar-icon {
	opacity: 1;
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	text-align: center;
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-animation-delay: 3s;
	        animation-delay: 3s;
	-webkit-animation-duration: 5s;
	        animation-duration: 5s;
	-webkit-animation-iteration-count: 3;
	        animation-iteration-count: 3;
	-webkit-animation-timing-function: ease-out;
	        animation-timing-function: ease-out;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
}

.sh-titlebar-light .sh-titlebar-icon i {
	font-size: 21px;
	color: #fff;
	opacity: 0.7;
	display: block;
	position: relative;
}

.sh-titlebar-light .titlebar-title .titlebar-title-h1 {
	font-size: 36px;
	margin-bottom: 10px;
}

.sh-titlebar-light .sh-titlebar-desc {
	color: #fff;
	font-style: italic;
	font-size: 16px;
	opacity: 0.8;
	margin-top: 16px;
}

.sh-titlebar-light .title-level {
	margin-top: 15px;
}

@-webkit-keyframes bounce {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}

@keyframes bounce {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}

@media (max-width: 1020px) {
	.sh-titlebar-light .sh-table {
		padding: 75px 0;
	}
}

.sh-titlebar-text-style2 .titlebar-title .titlebar-title-h1 {
	font-size: 48px;
}

.sh-titlebar-text-style2 .sh-titlebar-desc {
	font-size: 18px;
	font-style: normal;
	margin-top: 8px;
}

@media (max-width: 760px) {
	.sh-titlebar-text-style2 .titlebar-title .titlebar-title-h1 {
		font-size: 30px;
	}

	.sh-titlebar-text-style2 .sh-titlebar-desc {
		font-size: 15px;
	}
}

/* Titlebar - Responsive Options */
@media (max-width: 800px) {
	.sh-titlebar-mobile-layout-compact .container > div {
		display: block;
		padding: 22px 0;
	}

	.sh-titlebar-mobile-layout-compact .container > .sh-table > .sh-table-cell {
		display: block;
	}

	.sh-titlebar-mobile-layout-compact .title-level .breadcrumbs,
	.sh-titlebar-mobile-layout-compact .sh-titlebar-desc {
		font-size: 13px;
	}

	.sh-titlebar-mobile-layout-compact .titlebar-title h2 {
		font-size: 18px!important;
		margin-bottom: 0px!important;
	}

	.sh-titlebar-mobile-layout-compact:not(.sh-titlebar-mobile-title-off) .title-level {
		margin-top: 10px!important;
	}

	.sh-titlebar-mobile-title-off:not(.sh-titlebar-light) .titlebar-title h2 {
		display: none;
	}

	.sh-titlebar-mobile-title-off:not(.sh-titlebar-light) .title-level {
		margin-top: 0px!important;
	}
}

.sh-titlebar-sides-reversed .sh-titlebar-content {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}

.sh-titlebar-sides-reversed .sh-titlebar-content > div {
	display: block;
}

.sh-titlebar-sides-reversed .title-level {
	flex: 1;
	text-align: left;
}



/**
 * 11.0 - Footer
 */

.sh-footer-columns {
	position: relative;
}

.sh-footer-columns > .widget-item {
	display: inline-block;
	width: 33.3%;
	vertical-align: top;
	padding: 0 15px;
	margin-bottom: 25px;
	margin-right: -4px;
}

.sh-footer-widgets {
	padding: 100px 0 100px 0;
	color: #e3e3e3;
	background-color: #262626;
}

.sh-footer-widgets .container {
	margin-bottom: -35px;
}

.sh-footer-col > div:last-child {
	padding-bottom: 0;
}

.sh-footer-widgets a,
.sh-footer-widgets li a {
	color: #fff;
}

.sh-footer-widgets a:hover,
.sh-footer-widgets li a:hover {
	color: #47c9e5;
}

.sh-footer-widgets h3 {
	color: #ffffff;
	font-size: 16px;
}

.sh-copyrights {
	background-color: #222222;
	color: #ffffff;
	padding: 0px 10px;
}

.sh-copyrights a {
	color: #fff;
}

.sh-copyrights a:hover {
	color: #47c9e5;
}

.sh-copyrights-style1 {
	float: left;
	height: 70px;
}

.sh-copyrights-style2 {
	display: table;
	margin: 0 auto;
	height: 70px;
}

.sh-copyrights-style3 {
	min-height: 70px;
	display: flex;
	align-items: center;
}

.sh-copyrights-style3 .sh-table-cell {
	width: 33.3%;
}

.sh-copyrights-style3 .sh-copyrights-text,
.sh-copyrights-style3 .sh-copyrights-social {
	line-height: 150%!important;
	margin-top: 0px!important;
}

@media (max-width: 800px) {
	.sh-copyrights-style3 .sh-table-cell {
		width: 100%;
		display: block;
		text-align: center;
	}

	.sh-copyrights-style3 .sh-table-cell {
		padding-top: 10px;
	}
}

.sh-footer-widgets ul li:first-child {
	padding-top: 0;
}

.sh-footer-widgets ul li:last-child {
	border-bottom: 0!important;
	padding-bottom: 0!important;
}

.sh-footer-widgets ul li,
.sh-footer-widgets ul li {
	border-bottom: 1px solid rgba( 255,255,255,0.1 );
	padding: 7.5px 0;
}

.sh-footer-widgets ul {
	list-style: none;
	padding-left: 0;
}

.sh-copyrights-social {
	font-size: 16px;
	line-height: normal!important;
	margin-right: 4px;
}

.sh-copyrights-social a {
	display: inline-block;
	border-left: 1px solid rgba( 255,255,255,0.1 );
	height: 70px;
	line-height: 70px;
	width: 70px;
	text-align: center;
	margin-right: -4px;
}

.sh-copyrights-social a:last-child {
	border-right: 1px solid rgba( 255,255,255,0.1 );
}

.sh-copyrights-social i {
	padding: 0;
	position: relative;
	bottom: -2px;
}

.sh-copyrights-social a:first-child i {
	padding-left: 0;
}

.sh-copyrights-social a:last-child i{
	padding-right: 0;
}

.sh-copyrights-image {
	max-height: 70px;
}

.sh-copyrights-logo {
	padding-right: 25px;
}

.sh-copyrights-text-only {
	text-align: center;
}

.sh-copyrights-text-only .sh-copyrights-text {
	margin: 0;
}

/* Footer parallax */

@media (min-width: 851px) {
	.sh-footer-paralalx-init .content-container,
	.sh-footer-paralalx-init .blog-editor-content-container	 {
		position: relative;
		background-color: #fff;
		z-index: 100;
	}

	.sh-footer-paralalx-init .sh-footer {
		position: fixed;
		width: 100%;
		bottom: 0; left: 0; right: 0;
		z-index: 0;
		opacity: 0;
	}
}

@media (max-width: 851px) {
	.sh-footer-paralalx-init .sh-footer {
		opacity: 1!important;
	}
}


/**
 * 12.0 - Portfolio
 */

.sh-portfolio-single-container-full-width {
	padding: 0 30px;
}

.sh-portfolio-single-image img {
	width: 100%;
	margin-bottom: 0;
}

.sh-portfolio-single-gallery-item img {
	margin-bottom: 0;
}

.sh-portfolio-single #sidebar {
	margin-top: 30px;
}

/*.sh-portfolio-single-right,
.sh-portfolio-single-left {
	padding-top: 30px;
}*/

.sh-whitespace-small {
	padding: 0 5px;
}

.sh-portfolio-single-disabled {
	cursor: default;
}

.sh-portfolio-single-disabled i {
	opacity: 0.3;
}

.sh-portfolio-single-title {
	font-weight: bold;
	font-size: 30px;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 20px;
}

.sh-portfolio-single-description {
	margin-bottom: 30px;
}

.sh-portfolio-single-description-vc {
	margin-left: -30px;
	margin-right: -30px;
	position: relative;
}

.sh-portfolio-single-gallery {
	position: relative;
	margin: 0 -15px;
}

.sh-portfolio-single-gallery-item {
	display: inline-block;
	vertical-align: top;
	margin-top: 30px;
	margin-right: -4px;
	padding: 0 15px;
}

.sh-portfolio-single-gallery-columns3 .sh-portfolio-single-gallery-item {
	width: 33.3%;
}

.sh-portfolio-single-gallery-columns4 .sh-portfolio-single-gallery-item {
	width: 25%;
}

.sh-portfolio-single-gallery-columns5 .sh-portfolio-single-gallery-item {
	width: 20%;
}

.sh-portfolio-single-gallery-columns4,
.sh-portfolio-single-gallery-columns5 {
	margin: 0 -10px;
}

.sh-portfolio-single-gallery-columns4 .sh-portfolio-single-gallery-item,
.sh-portfolio-single-gallery-columns5 .sh-portfolio-single-gallery-item {
	padding: 0 10px;
	margin-top: 20px;
}

@media (max-width: 1024px) {
	.sh-portfolio-single-gallery .sh-portfolio-single-gallery-item {
		min-width: 33.3%;
	}
}

@media (max-width: 600px) {
	.sh-portfolio-single-gallery .sh-portfolio-single-gallery-item {
		min-width: 50%;
	}
}

.sh-portfolio-single-related {
	margin-top: 60px;
}

.sh-portfolio-single-related h3 {
	font-size: 24px;
	margin-bottom: 10px;
}

.sh-portfolio-comments h2.sh-comments-title {
	font-size: 24px;
	margin-top: 75px;
}

.sh-portfolio-single-related-mini {
	margin-top: 15px;
}

.sh-portfolio-single-related-mini .sh-portfolio-image {
	margin-bottom: 20px;
}

.sh-portfolio-single-related-mini h5 {
	margin-bottom: 10px;
}

.sh-portfolio-single-info-item {
	border-bottom: 1px solid #ebebeb;
	padding: 15px 0;
}

.sh-portfolio-single-info-item:first-child {
	padding-top: 0px;
}

.sh-portfolio-single-info-left {
	width: 36px;
}

.sh-portfolio-single-info-left i {
	font-size: 18px;
	color: #47c9e5;
	bottom: -2px;
	position: relative;
}

.sh-portfolio-single-buttons {
	margin-bottom: 20px;
}


/* Portfolio Project Gallery Slider */
.sh-portfolio-single-gallery-slider-for {
	margin-bottom: 20px;
}

.sh-portfolio-single-gallery-slider-for img {
	width: 100%;
}

.sh-portfolio-single-gallery-slider-nav-container {
	position: relative;
	overflow: hidden;
}

.sh-portfolio-single-gallery-slider-nav {
	position: relative;
    margin: 0 -10px;
}

.sh-portfolio-single-gallery-slider-nav .sh-portfolio-single-gallery-slider-item {
	padding: 0 10px;
}

.sh-portfolio-single-gallery-slider-nav .sh-page-switcher-button {
	position: absolute;
    top: 50%;
    z-index: 10;
    border-width: 0px;
	margin-top: -24px;
	opacity: 0;
}

.sh-portfolio-single-gallery-slider-nav .sh-page-switcher-button-left {
	left: 24px;
}

.sh-portfolio-single-gallery-slider-nav .sh-page-switcher-button-right {
	right: 24px;
}

.sh-portfolio-single-gallery-slider-nav:hover .sh-page-switcher-button {
	opacity: 1;
}


/**
 * 13.0 - Blog
 */

.post-left-side {
	width: 44%;
	margin-right: 3%;
}

.post-right-side {
	width: 53%;
}

.ratio-container {
	padding-top: 56.25%;
	position: relative;
}

.ratio-container-classic {
	padding-top: 75%!important;
}

.ratio-container-portrait {
	padding-top: 115%!important;
}

.ratio-content {
	display: block;
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
}

.ratio-content > div:not(#fb-root) {
	width: 100%;
	height: 100%;
	position: relative;
}

.post-meta-video .ratio-content {
	overflow: hidden;
}

.post-container {
	margin: 0 15px;
	position: relative;
}

.post-container .plyr--audio {
	border: 1px solid #e9e9e9;
}

.ratio-content video,
.ratio-content audio,
.ratio-content iframe {
	width: 100%;
	height: 100%;
}

.post-title h1,
.post-title h2 {
	font-size: 20px;
	line-height: 135%;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 16px;
}

.post-sticky {
	font-size: 20px;
	padding-right: 7px;
	color: #47c9e5;
	display: none;
}

article.post-item.sticky .post-sticky {
	display: inline-block;
}

.post-quote-and-link {
	line-height: 180%;
	width: 100%;
	font-weight: bold;
	border-top: 1px solid rgba(255,255,255,0.2);
	border-bottom: 1px solid rgba(255,255,255,0.2);
	padding: 21px 0;
}

.post-quote-and-link a {
	display: block;
	font-size: 18px;
	margin-bottom: 6px;
	font-weight: normal;
	font-style: italic;
	line-height: 140%;
}

.post-quote-and-link span {
	font-size: 16px;
	display: block;
	padding-top: 5px;
	text-align: center;
}

.post-content {
	padding-bottom: 15px;
	word-break: break-word;
}

#content.post-content {
	padding-bottom: 0px;
}

.post-content img:not(:last-child),
.post-content p:not(:last-child),
.post-content table:not(:last-child) {
	margin-bottom: 15px;
}

.page-default-content > figure > img,
.page-default-content > img:not(:last-child),
.page-default-content > p:not(:last-child),
.page-default-content > table:not(:last-child) {
	margin-bottom: 15px;
}

.post-content .post-password-form label {
	margin-top: 15px;
	font-size: 15px;
	display: block;
}

.post-content .post-password-form input {
	margin-top: 10px;
}

.post-content .post-password-form input[type="submit"] {
	font-weight: bold;
	border: 0px;
	color: #fff;
}

.post-meta-one {
	margin-bottom: 10px;
}

.post-meta i {
	padding-right: 3px;
}

.post-meta-two {
	border-top: 1px solid #e9e9e9;
	padding-top: 15px;
}

.post-meta span + .post-meta span {
	padding-right: 3px;
}

.post-meta-author .bypostauthor {
	font-weight: bold;
}

.post-meta-comments-inverted,
.post-meta-date {
	padding-left: 13px;
}

.post-meta-categories {
	padding-left: 0px;
}

.post-meta-categories i {
	font-size: 16px;
	position: relative;
	bottom: -1px;
	padding-right: 5px
}

.post-meta-categories a {
	font-size: 13px;
	text-transform: uppercase;
}

.post-meta-categories .post-meta-comments i {
 	font-size: 16px;
 	position: relative;
 	bottom: -3px;
 	padding-right: 5px
}

.post-item-single .post-meta-comments {
	padding-left: 15px;
}

.post-meta-comments i {
	font-size: 16px;
	position: relative;
	bottom: -3px;
	padding-right: 5px
}

.post-meta-thumb {
	position: relative;
	display: block;
	overflow: hidden;
	max-height: 700px;
	overflow: hidden;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	        flex-direction: column;
	-webkit-flex-direction: column;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.page-featured-image {
	margin-bottom: 30px;
}

.page-featured-image img {
	margin-bottom: 0px;
}

.page-featured-image-hidden {
	display: none;
}

.post-meta-thumb img {
	width: 100%;
	min-width: 100%;
	height: auto;
	transition: all 0.3s ease-in-out;
	margin-bottom: 0px;
}

.blog-style-mix .post-meta-thumb .sh-ratio-content {
	transition: all 0.3s ease-in-out;
}

.post-meta-thumb:hover img,
.blog-style-mix .post-meta-thumb:hover .sh-ratio-content {
	-webkit-transform: translate3d(0,0,0) scale(1.1, 1.1);
	        transform: translate3d(0,0,0) scale(1.1, 1.1);
}

.post-item-single .post-meta-thumb:hover img {
	-webkit-transform: none;
	    -ms-transform: none;
	        transform: none;
}

.post-meta-icon {
	width: 44px;
	height: 44px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -22px;
	text-align: center!important;
	position: relative;
}

.post-meta-icon i,
.post-meta-icon span {
	line-height: 45px;
	font-size: 21px;
}

.post-more {
	font-weight: bold;
}

.post-with-background {
	background-color: #F9F9F9;
	padding: 30px 30px 45px 30px;
	text-align: center;
}

.post-with-background a,
.post-with-background a:hover,
.post-with-background a:focus {
	color: #8d8d8d;
	text-align: center;
}

.post-with-background a:hover,
.post-with-background a:focus {
	color: #47c9e5;
}

.post-meta-video .post-meta-video-container,
.post-meta-audio .post-meta-audio-container  {
	padding-top: 56.25%; position: relative;
}

.post-meta-video .post-meta-video-content,
.post-meta-audio .post-meta-audio-content {
	position: absolute; top: 0; left: 0; right: 0; bottom: 0;
}

.post-with-background .post-meta {
	float: none;
	position: relative;
	bottom: -22px;
	text-align: center;
}

.psot-content {
	line-height: 120%;
}

.sticky {
	display: block;
}


/**
 * 13.1 Blog - Masonry
 */

.blog-style-masonry {
	margin: 0 -15px;
	opacity: 0;
	transition: 0.25s all ease;
}

.blog-style-masonry article {
	width: 33.3%;
	float: left;
	margin-bottom: 45px;
}

.blog-style-masonry .post-item .post-large-info h2 {
	margin-top: 0;
	margin-bottom: 5px;
}

.content-with-sidebar-left .blog-style-masonry article,
.content-with-sidebar-right .blog-style-masonry article {
	width: 50.0%;
}

.post-item.format-standard .post-category {
	margin-top: -14px;
}

.masonry-shadow .post-container {
	box-shadow: 0px 10px 11px 0px rgba(0,0,0,0.05);
}

.masonry-shadow .post-content-container {
	padding-left: 30px;
	padding-right: 30px;
}

.masonry-shadow .post-meta-two {
	margin-left: -30px;
	margin-right: -30px;
	padding-left: 30px;
	padding: 15px 30px;
}

.masonry-shadow .post-title h2 {
	margin-top: 30px;
}

.masonry-shadow .post-item .post-container {
	transition: 0.3s all ease-in-out;
	bottom: 0;
}

.masonry-shadow .post-item:hover .post-container {
	box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.06);
	bottom: -4px;
}


/**
 * 13.2 Blog - Masonry 2
 */

 .masonry2 .post-item .post-container {
 	transition: 0.3s all ease-in-out;
 	bottom: 0;
 }

.masonry2 .post-item:hover .post-container {
 	bottom: -2px;
 }

 .masonry2 .post-item .post-content-container {
	transition: 0.3s all ease-in-out;
	box-shadow: 0px 15px 45px -9px rgba(0,0,0,0.20);
	overflow: hidden;
	position: relative;
 }

.masonry2 .post-item:hover .post-content-container {
	box-shadow: 0 1px 1px 1px rgba(0,0,0,0.06);
}

.masonry2 .post-item.slick-slide .post-content-container {
	box-shadow: 0px 10px 11px 0px rgba(0,0,0,0.05);
}

.masonry2 .post-item.slick-slide:hover .post-content-container {
	box-shadow: 0 1px 1px 1px rgba(0,0,0,0.06);
}

.masonry2 .post-title h2 {
	font-size: 28px;
	margin-top: 12px;
	margin-bottom: 14px;
	line-height: 100%!important;
}

.masonry2 .post-meta-one {
	margin-bottom: 0px;
}

.masonry2 .post-content {
	padding-bottom: 28px;
}

.masonry2 .post-meta-categories i {
	display: none;
}

.masonry2 .post-meta-author a.bypostauthor {
	font-weight: normal;
}

.masonry2 .post-meta {
	font-size: 12px;
}

.masonry2 .post-meta-date {
	padding-left: 9px;
}

.masonry2 .post-item:not(.format-quote):not(.format-link) .post-content-container {
	padding-left: 13%;
	padding-right: 13%;
	padding-top: 32px;
	background-color: #fff;
}

.masonry2 .post-meta-two {
	margin-left: -18%;
	margin-right: 92px;
	padding: 19px 0px 19px 18%;
	position: relative;
}

.masonry2 a.post-meta-comments {
	background-color: #f6f6f6;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: -20px;
    right: -92px;
    padding: 0 17px;
    border-radius: 100px;
	transition: 0.3s all ease-in-out;
}

.masonry2 a.post-meta-comments i {
	padding-right: 3px;
}

.masonry2 .post-content-container a.post-meta-comments:hover {
	background-color: #47c9e5;
	color: #fff!important;
}

.masonry2 .slick-next {
	border-top-left-radius: 100px;
	border-bottom-left-radius: 100px;
}

.masonry2 .slick-next span {
	padding-left: 6px;
}

.masonry2 .slick-prev {
	border-top-right-radius: 100px;
	border-bottom-right-radius: 100px;
}

.masonry2 .slick-prev span {
	padding-right: 6px;
}

.masonry2 .slick-arrow {
	height: 66px;
}

.masonry2 .slick-arrow span {
	font-size: 18px;
}

.masonry2 .post-with-background2 {
	background-color: #333333;
	text-align: left;
	padding: 60px 30px;
	color: #fff;
	transition: 0.3s all ease-in-out;
}

.masonry2 .post-item:hover .post-with-background2 {
	background-color: #fff;
	color: #505050;
}

.masonry2 .post-item:hover .post-with-background2 a {
	color: #505050;
}

.masonry2 .post-meta-icon2 {
	font-size: 30px;
	padding-bottom: 5px;
}

.masonry2 .post-quote-and-link2 {
	padding-bottom: 30px;
}

.masonry2 .post-quote-and-link2 a {
	border-top-width: 0px;
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	line-height: 100%;
}

.masonry2 .post-quote-and-link-details2 {
	display: block;
	font-size: 14px;
}

.post-content-container {
	position: relative;
}

.masonry2:not(.blog-style-mix) .post-item.format-quote .post-meta-two,
.masonry2:not(.blog-style-mix) .post-item.format-link .post-meta-two {
	margin-left: 0px;
	margin-right: 0px;
}

.masonry2 .post-item.format-quote a.post-meta-comments,
.masonry2 .post-item.format-link a.post-meta-comments {
	right: 30px;
}

.post-item .slick-slider img {
	margin-bottom: 0px;
}

.post-item .slick-dots li button {
	width: 11px;
	height: 11px;
}

.post-item .slick-dots li.slick-active button {
	width: 15px;
    height: 15px;
}

.post-item .slick-dots {
	margin-top: -45px;
}


/**
 * 13.2 Blog - Mix
 */

.blog-style-mix article {
	margin-bottom: 40px;
	width: 100%!important;
}

.blog-style-mix article .post-column-right {
	position: relative;
    z-index: 100;
}

.blog-style-mix article .post-container > .row > div {
	padding: 0px;
}

.blog-style-mix article .post-content-container > div {
	width: 100%;
}

.blog-style-mix article  .post-content-container {
	padding-left: 13%;
	padding-right: 13%;
	padding-top: 32px;
}

.blog-style-mix article .post-meta-icon2 {
	margin-bottom: -15px;
}

.blog-style-mix article.format-link .post-content {
	font-weight: bold;
}

.blog-style-mix article .post-meta-comments {
	right: -92px!important;
}

@media (min-width: 992px) {
	.blog-style-mix article:nth-child(even) .post-column-left {
		float: right;
	}

	.blog-style-mix article:nth-child(even) .post-column-right {
		float: left;
	}

	.blog-style-mix article:nth-child(even):after {
		content: "";
		display: block;
		clear: both;
	}

	.blog-style-mix .post-meta-thumb .sh-ratio,
	.blog-style-mix .sh-gallery-item .sh-ratio-container,
	.blog-style-mix .post-content-container,
	.blog-style-mix .ratio-container {
		height: 440px;
	}
}

@media (max-width: 991px) {
	.blog-style-mix .post-meta-thumb .sh-ratio-container {
		padding-bottom: 56%!important;
	}
}

.blog-style-mix .post-content-container {
    display: flex;
	justify-content: center;
    align-items: center;
}

.blog-style-mix .post-meta-two {
	margin-left: 0;
    padding-left: 0;
}



/**
 * 13.2 Blog - Grid
 */

.blog-style-grid.minimalistic .post-meta-categories i {
	display: none;
}

.blog-style-grid.minimalistic .post-meta-comments .post-meta-comments {
	display: none;
}

.blog-style-grid.minimalistic .post-meta-two {
	border-width: 0px;
    padding-top: 2px;
    padding-bottom: 10px;
}

.blog-style-grid.minimalistic .post-title h2 {
	font-size: 18px;
	margin-top: 22px;
}

.blog-style-grid.minimalistic .post-container {
	box-shadow: 0px 3px 13px 1px rgba(0,0,0,0.12);
    transition: 0.3s all ease-in-out;
    bottom: 0;
}

.blog-style-grid.minimalistic .post-item:hover .post-container {
	box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.06);
	bottom: -4px;
}

.blog-style-grid.minimalistic .post-readmore {
	padding: 18px 30px;
	border-top: 1px solid #eaeaea;
	border-bottom: 0px solid #eaeaea;
	display: block;
	margin-top: 6px;
}

.blog-style-grid.minimalistic .post-readmore div {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
}

.blog-style-grid.minimalistic h2,
.blog-style-grid.minimalistic .post-meta-two,
.blog-style-grid.minimalistic .post-content {
	padding-left: 30px;
	padding-right: 30px;
}

.blog-style-grid.minimalistic .ratio-container {
	padding-top: 67%;
}

.blog-style-grid.minimalistic .post-with-background {
	padding-bottom: 50px;
}

.blog-style-grid.minimalistic .slick-dots {
	margin-bottom: 15px;
}

.blog-style-grid {
	margin: 0 -16px;
}

.blog-style-grid article {
	width: 33.3%;
	margin-bottom: 40px;
}

.content-with-sidebar-left .blog-style-grid article,
.content-with-sidebar-right .blog-style-grid article {
	width: 33.4%;
}

.blog-style-grid .post-item {
	float: none;
	display: inline-block;
	vertical-align: top;
	margin-right: -4px;
}

.blog-style-grid div {
	text-align: left;
}

.blog-style-grid iframe {
	max-width: 100%;
}

.blog-style-grid .ratio-container,
.blog-style-grid .post-with-background,
.blog-style-grid .post-meta-thumb,
.blog-style-grid .post-meta-thumb img {
	overflow: hidden;
}

.blog-style-grid .post-with-background {
	padding: 20px;
}

.blog-style-grid .post-with-background a,
.blog-style-grid .post-with-background span {
	text-align: center!important;
}

.blog-style-grid .mini-post-title {
	display: block;
	text-align: left!important;
	font-style: italic;
	font-size: 16px;
	width: 100%;
}

.blog-style-grid .mini-post-description {
	display: block;
	text-align: left!important;
	font-weight: bold;
	margin-top: 5px;
	width: 100%;
}

.blog-style-grid .mini-post-description i {
	position: relative;
	font-size: 16px;
	bottom: -2px;
	padding-right: 10px;
}

.blog-style-grid .post-quote-and-link {
	line-height: 155%;
}

.blog-style-grid .post-quote-and-link a {
	font-size: 18px;
}

.blog-style-grid .post-quote-and-link span {
	font-size: 16px;
}


/**
 * 13.3 Blog - Standard
 */

.blog-style-small .post-container,
.blog-style-medium .post-container,
.blog-style-large .post-container {
	margin: 0;
}

.blog-style-small div,
.blog-style-medium div {
	text-align: left;
}

.blog-style-small article,
.blog-style-medium article,
.blog-style-large article {
	width: 100%;
}

.blog-style-small .post-quote-and-link,
.blog-style-medium .post-quote-and-link,
.blog-style-large .post-quote-and-link {
	margin-bottom: 0;
}

.blog-style-small .post-meta-three,
.blog-style-medium .post-meta-three,
.blog-style-large .post-meta-three {
	border-bottom: 1px solid #e3e3e3;
	position: relative;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

.blog-style-small .post-meta-three > div,
.blog-style-medium .post-meta-three > div,
.blog-style-large .post-meta-three > div {
	margin-bottom: 0;
}

/* Blog - Standard Large */
.blog-style-large h2,
.blog-style-large .post-title h1 {
	font-size: 30px;
}

.blog-style-large article {
	margin-bottom: 40px;
}

.blog-style-large .post_format-post-format-link,
.blog-style-large .post_format-post-format-quote {
	margin-bottom: 40px;
}

/* Blog - Standard Medium */
.blog-style-medium h2 {
	font-size: 20px;
	margin-top: 0;
}

.blog-style-medium article {
	margin-bottom: 45px;
}

.blog-style-medium .post-more {
	padding-left: 10px;
}

/* Blog - Standard Small */
.blog-style-small h2 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 0;
}

.blog-style-small article {
	margin-bottom: 30px;
}

.blog-style-small .post-more {
	padding-left: 10px;
}

.blog-style-small .post-left-side {
	width: 30%;
}

.blog-style-small .post-right-side {
	width: 67%;
}


/**
 * 13.4 Blog - Single Page
 */

.post-item-single h1,
.post-item-single h2 {
	padding-top: 15px;
	cursor: default;
}

.post-item-single .post-title:first-child h1 {
	margin-top: 0;
	padding-top: 0;
}

.post-item-single .post-meta-data {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.post-item-single .post-meta-one {
	margin-bottom: 0;
}

.post-item-single .post-meta-two {
	padding-top: 0;
	border-top: 0;
}

.post-copyrights {
	margin-top: 15px;
	font-size: 12px;
	opacity: 0.8;
}


/**
 * 13.5 Blog - Post
 */

.sh-blog-tags {
	margin-top: 0px;
	margin-bottom: 20px;

}

.blog-single .sh-blog-single-meta {
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	padding: 26px 0px 24px 0px;
	margin: 0px;
}

.blog-single .sh-blog-single-meta > div {
	padding: 0;
}

.sh-blog-tag-item {
    display: inline-block;
    position: relative;
    padding: 0 16px;
    line-height: 26px;
    background-color: #47c9e5;
    color: #fff!important;
    margin-right: 10px;
    font-size: 13px!important;
    margin-bottom: 12px;
    border-radius: 100px;
    border: 3px solid #fff;
    box-shadow: 0px 1px 4px 1px rgba(0,0,0,0.2);
    font-weight: bold;
}

.sh-blog-pageswitch {
	border-top: 2px solid #f4f4f4;
	border-bottom: 2px solid #f4f4f4;
	padding: 30px 0;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
}

.sh-blog-pageswitch-back i {
	font-size: 10px;
	padding-right: 6px;
	position: relative;
	bottom: 2px;
}

.sh-blog-pageswitch-back {
	padding-left: 0;
	font-size: 13px;
}

.sh-blog-pageswitch-current {
	padding-left: 0;
	text-align: center;
}

.sh-blog-pageswitch-next {
	text-align: right;
}

.sh-blog-pageswitch-next i {
	font-size: 10px;
	padding-left: 6px;
	position: relative;
	bottom: 2px;
}

.sh-blog-tags h5,
.sh-blog-social h5 {
	margin-bottom: 0;
	font-size: 16px;
}

.sh-blog-tags h5 {
	margin-bottom: 22px;
}

.sh-blog-social {
	position: relative;
	z-index: 100;
}

.sh-blog-social div {
	max-width: 380px;
}

/* Page Swither */
.sh-page-switcher-button {
	display: inline-block;
	width: 50px;
	height: 50px;
	margin-right: -4px;
	border-radius: 50px;
	background-color: #f2f2f2;
	text-align: center;
	margin-right: 15px;
}

.sh-page-switcher-button i {
	line-height: 50px;
	font-size: 18px;
	color: #8d8d8d;
}

.sh-page-switcher-button:last-child {
	margin-right: 0px;
}

.sh-page-switcher-disabled {
	cursor: default;
}

.sh-page-switcher-disabled i {
	opacity: 0.3;
}

.sh-page-switcher-content {
	width: 50px;
	line-height: 50px;
	margin-right: 15px;
}

.blog-single .sh-page-switcher {
	display: table;
	margin-left: auto;
}


/**
 * 13.6 Blog - Post Author
 */

.sh-post-author {
	margin-top: 30px;
	padding-bottom: 20px;
}

.sh-post-author-page {
	margin-top: 0;
	padding-bottom: 65px;
}

.sh-post-author .sh-post-author-avatar {
	width: 200px;
	padding-right: 15px;
}

.sh-post-author .sh-post-author-avatar img {
	margin-bottom: 0px;
}

.sh-post-author .sh-post-author-info {
	padding: 30px;
	box-shadow: 0px 10px 11px 0px rgba(0,0,0,0.05);
}

.sh-post-author .sh-post-author-info h4 {
	font-size: 16px;
	margin-bottom: 10px;
}


/**
 * 13.6 Blog - Related posts
 */
.sh-related-posts-title h3 {
	font-size: 16px;
	margin-bottom: 0px;
}

.sh-related-posts {
	margin-top: 40px;
}

.sh-related-posts .post-container {
	margin: 0 15px;
}

.sh-related-posts h2 {
	font-size: 18px;
}

.sh-related-posts .blog-style-largeimage .post-item {
	margin-bottom: 0px;
}

.sh-related-posts .post-meta-video .ratio-container-classic {
	padding-top: 64%!important;
}



/**
 * 13.7 Blog - Overlay
 */

.post-meta-thumb:hover .sh-overlay-style1,
.null-instagram-feed-item:hover .sh-overlay-style1 {
	opacity: 1;
}

.sh-overlay-style1 {
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	background-color: rgba(71, 201, 229, 0.8);
	font-size: 24px;
	opacity: 0;
}

.sh-overlay-style1 i {
	position: relative;
	bottom: -3px;
	color: #fff;
}

.sh-overlay-style1 .sh-table-cell i {
	position: relative;
	overflow: visible;
	z-index: 10;
}

.sh-overlay-style1 .icon-link {
	padding-left: 2px;
}

.sh-overlay-style1 .sh-overlay-item {
	width: 50%;
	position: relative;
	text-align: center;
}

.sh-overlay-style1 .sh-overlay-item {
	text-align: center;
	height: 60px;
	transition: 0.5s all;
	opacity: 0;
}

.sh-overlay-style1:hover  .sh-overlay-item {
	opacity: 1;
}

.sh-overlay-style1 .sh-overlay-item-container i {
	font-size: 24px;
	line-height: 56px;
	transition: 0.5s all;
}

.sh-overlay-style1 .sh-overlay-item {
	width: 60px;
}

.sh-overlay-style1 .sh-overlay-item:first-child .sh-overlay-item-container {
	right: 0;
}

.sh-overlay-style1 .sh-overlay-item:only-child .sh-overlay-item-container {
	left: 50%;
	-webkit-transform: translateX(-40px) translateY(-30px);
	    -ms-transform: translateX(-40px) translateY(-30px);
	        transform: translateX(-40px) translateY(-30px);
}

.sh-overlay-style1 .sh-overlay-item-container {
	transition: 0.5s all;
	width: 60px;
	height: 60px;
	border-radius: 100px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-30px);
	    -ms-transform: translateY(-30px);
	        transform: translateY(-30px);
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
}

.sh-overlay-style1 .sh-overlay-item:hover .sh-overlay-item-container {
	background-color: #fff;
	width: 60px;
	-webkit-animation: icon_round_animation 0.5s;
	        animation: icon_round_animation 0.5s;
	color: #fff;
	box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.2);
}

.sh-overlay-style1 .sh-overlay-item:hover .sh-overlay-item-container i {
	color: #505050;
}

.sh-gallery-item .sh-overlay-style1,
.blog-single .sh-overlay-style1,
.blog-single .sh-gallery-item:hover .sh-overlay-style1 {
	opacity: 0!important;
}

.blog-single .sh-section .sh-gallery-item:hover .sh-overlay-style1 {
	opacity: 1!important;
}

/* Overlay - Style 2 (X) */
.sh-overlay-style2 {
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	background-color: rgba( 25, 25, 25, 0.65 );
	font-size: 24px;
	opacity: 0;
	transition: all 0.4s ease-in-out;
}

.sh-overlay-style2:hover {
	opacity: 1;
}

.sh-overlay-style2:hover .sh-overlay-item {
	transform: scale(1);
}

.sh-overlay-style2 .sh-overlay-item {
	position: absolute;
	top: 50%; left: 50%;
	margin-left: -12px;
	margin-top: -12px;
	width: 24px;
	height: 24px;
	transform: scale(0);
	transition: all 0.4s ease-in-out;
}

.sh-overlay-style2 .sh-overlay-item-open:before,
.sh-overlay-style2 .sh-overlay-item-open:after {
	display: block;
    content: " ";
    position: absolute;
    top: 50%; left: 50%;
    background-color: #fff;
}

.sh-overlay-style2 .sh-overlay-item-open:before {
    height: 24px;
    width: 1px;
    margin-top: -12px;
}

.sh-overlay-style2 .sh-overlay-item-open:after {
    width: 24px;
    height: 1px;
    margin-left: -12px;
}

.sh-image-gallery-simple .post-meta-thumb img {
	transition: all 0.4s ease-in-out;
}



/**
 * Image Gallery - Simple
 */
.sh-image-gallery-simple-overlay-on .post-meta-thumb:hover img {
	transform: translate3d(0,0,0) scale(1.07, 1.07);
}

.sh-loop-animation {
	display: flex;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.sh-loop-animation img {
	max-width: none;
}

.sh-loop-animation .sh-loop-animation-item {
	display: flex!important;
	flex-wrap: nowrap;
	justify-content: center;
	animation: sh_loop_animation 100s linear infinite;
	width: auto!important;
	margin-right: 0px;
}

.sh-loop-animation:focus .sh-loop-animation-item,
.sh-loop-animation:hover .sh-loop-animation-item {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
     animation-play-state: paused;
}

@media (max-width: 1024px) {
	.sh-loop-animation .sh-loop-animation-item img {
		max-height: 450px;
	}
}

@media (max-width: 768px) {
	.sh-loop-animation .sh-loop-animation-item img {
		max-height: 300px;
	}
}


@keyframes sh_loop_animation {
	0% {
	    -webkit-transform: translatex(0%);
	    transform: translatex(0%);
	}

	100% {
	    -webkit-transform: translatex(-100%);
	    transform: translatex(-100%);
	}
}



/**
 * 13.8 Blog - Styles
 */
.sh-blog-style2 .post-item-single .post-meta-data,
.sh-blog-style2 .post-item-single .post-meta-data .post-meta-categories a {
	font-size: 12px!important;
}

.sh-blog-style2 .post-item-single .post-meta-data .post-meta-categories i {
	display: none;
}

.sh-blog-style2 .post-item-single .post-meta-author a.bypostauthor {
	font-weight: normal;
}

.sh-blog-style2 .sh-post-author .sh-post-author-info {
	box-shadow: 0px 15px 45px -9px rgba(0,0,0,0.20);
}

.sh-blog-style2 .widget_product_tag_cloud a,
.sh-blog-style2 .widget_tag_cloud a,
.sh-blog-style2 .sh-blog-tag-item {
	text-transform: uppercase;
    border-width: 0px;
    box-shadow: none;
    border-radius: 5px;
    padding: 0 12px;
	line-height: 32px;
	background-color: #f0f0f0;
	transition: 0.3s all ease-in-out;
}

.sh-blog-style2 .sh-footer .widget_tag_cloud a {
	background-color: #3a3a3a;
}

.sh-blog-style2 .sh-blog-tag-item:not(:hover) {
	background-color: #f0f0f0!important;
	color: inherit!important;
}

.sh-blog-style2 .widget_search .search-field {
	border-width: 0px;
	box-shadow: 0px 15px 45px -9px rgba(0,0,0,0.20);
	padding: 16px 74px 16px 26px;
	transition: 0.3s all ease-in-out;
	border-radius: 5px!important;
}

.sh-blog-style2 .widget_search .search-submit {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.sh-blog-style2 .widget_search .search-submit {
	right: 0px;
	margin-top: -30px;
	width: 55px;
	height: 55px;
	background-color: #f0f0f0;
}

.sh-blog-style2 .widget_search .search-submit i {
	color: #505050!important;
}

.sh-blog-style2 .sh-sidebar-search-active .search-field {
	background-color: #fff!important;
	box-shadow: 0 1px 1px 1px rgba(0,0,0,0.06);
}

.sh-blog-style2 .sh-sidebar-search-active .search-submit i,
.sh-blog-style2 .sh-sidebar-search-active .search-field,
.sh-blog-style2 .sh-sidebar-search-active .search-field::-webkit-input-placeholder {
	color: #8d8d8d!important;
}


.sh-blog-style2 .sh-recent-posts-widgets-item-thumb {
	width: 76px;
	height: 76px;
	border-radius: 100px;
}

.sh-blog-style2 .sh-recent-posts-widgets-count {
	top: 2px;
	right: 2px;
}

.sh-blog-style2 .sh-recent-posts-widgets-item {
	border-bottom: 1px solid #f4f4f4;
}

.sh-blog-style2 .sh-recent-posts-widgets-item:last-child {
	padding-bottom: 0px;
}

.sh-blog-style2 .sh-recent-posts-widgets-item-thumb .sh-ratio {
	border-radius: 100px;
    overflow: hidden;
	z-index: 0;
}

.sh-blog-style2 .sh-recent-posts-widgets-item-thumb .sh-mini-overlay-container {
	border-radius: 100px;
}

.sh-blog-style2 .sh-recent-posts-widgets-item-content {
	padding-left: 95px;
	min-height: 76px;
}

.sh-blog-style2 .sh-recent-posts-widgets-item-content h6 {
	font-size: 16px;
}

.sh-blog-style2 .sh-recent-posts-widgets-item h6 {
	padding-top: 2px;
}


/* Style 1 */
body:not(.sh-blog-style2) .sh-sidebar-search-active .search-submit i,
body:not(.sh-blog-style2) .sh-sidebar-search-active .search-field,
body:not(.sh-blog-style2) .sh-sidebar-search-active .search-field::-webkit-input-placeholder {
	color: #fff!important;
}


/* Load more */
.sh-load-more {
	padding: 27px;
    border: 1px solid #ededed;
    margin-top: 30px;
    text-align: center;
    cursor: pointer;
    transition: .2s all ease-in-out;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    box-shadow: 0 10px 50px rgba(0,0,0,0.06);
}

.sh-load-more:not(.disabled):hover {
	opacity: 0.8;
}

.sh-load-more.disabled,
.sh-load-more.infinite {
	cursor: default;
	opacity: 0.5;
}


/**
 * 14.0 WooCommerce
 */

.woocommerce .woocommerce-info {
	border-top-width: 0px!important;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-right: 25px;
}

.woocommerce .woocomerce-styling h1.page-title {
	display: none;
}

.woocommerce .woocomerce-styling .woocommerce-result-count {
	line-height: 56px;
	margin-bottom: 30px;
}

.woocommerce .woocomerce-styling .woocommerce-ordering .orderby {
	line-height: 56px;
	height: 56px;
	width: 280px;
	display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.woocommerce select.country_select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-top: 2px!important;
    padding-bottom: 2px!important;
}

.woocommerce .woocomerce-styling .woocommerce-result-count {
	float: right;
}

.woocommerce .woocomerce-styling .woocommerce-ordering {
	float: left;
	margin-bottom: 45px;
}

.woocommerce .woocomerce-styling ul.products {
	position: relative;
	margin: 0 -15px;
}

.woocommerce .woocomerce-styling ul.products:after {
	clear: both;
	display: block;
	content: "";
}

.woocommerce .woocomerce-styling ul.products li {
	float: none;
	display: inline-block;
	position: relative;
	vertical-align: top;
	margin: 0 0 30px 0;
	padding: 0 15px 15px;
	margin-right: -4px;
}

.woocommerce .woocomerce-styling ul.products li .sh-woo-post-content-container {
	transition: 0.3s all ease-in-out;
}

.woocommerce .woocomerce-styling ul.products li:hover .sh-woo-post-content-container {
	box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.06);
}

.woocommerce .woocomerce-styling ul.products li {
	position: relative;
	transition: 0.3s all ease-in-out;
	bottom: 0;
}

.woocommerce .woocomerce-styling ul.products li:hover {
	bottom: -4px;
}

.woocommerce .woocomerce-styling .content-with-sidebar-left ul.products li {
	min-width: 33.3%;
}


/* Progress */
.woocommerce-progress {
	display: flex;
	border-radius: 100px;
	background-color: #f0f2ff;
	margin-top: 50px;
}

.woocommerce-progress-item {
	width: 33.33%;
	text-align: center;
	line-height: 40px;
	font-weight: bold;
}

.woocommerce-progress-item {
	color: #a2abfe;
}

.woocommerce-progress.step1 .woocommerce-header-item-cart,
.woocommerce-progress.step2 .woocommerce-header-item-checkout,
.woocommerce-progress.step3 .woocommerce-header-item-done {
	border-radius: 100px;
	background-color: #294cff;
	color: #fff;
}

.woocommerce-progress-empty {
	opacity: 0.5;
	filter: grayscale(40%);
}


/**
 * 14.1 WooCommerce - Product
 */

.sh-woo-post-content-container {
    box-shadow: 0px 3px 13px 1px rgba(0,0,0,0.12);
    padding-top: 30px;
	background-color: #fff;
}

.woocommerce-loop-category__title {
	margin-top: 20px!important;
	margin-bottom: 20px!important;
}

.woocommerce-loop-category__title mark {
	background-color: transparent!important;
	opacity: 0.3;
}

.woocommerce ul.products li.product .sh-woo-post-content-container a:first-child {
	padding: 0 30px 5px 30px;
	display: block;
	border-bottom: 1px solid #e9e9e9;
}

.woocommerce ul.products li.product .button {
	padding-top: 5px!important;
	margin-top: 0!important;
	line-height: 1!important;
}

.woocommerce ul.products li.product .button:not(.add_to_cart_button) {
	padding-top: 0px!important;
	margin-top: 0px!important;
	padding: 20px 30px!important;
	display: block;
	background-color: transparent!important;
	color: inherit!important;
	font-size: 13px;
	text-transform: uppercase;
}

.woocommerce ul.products li.product .sh-woo-post-content-container {
	margin-top: 0px;
	margin-bottom: 0px;
}

.sh-recent-products:not(.sh-woocommerce-products) {
	position: relative;
	margin: 0 -15px;
}

.sh-recent-products .woocommerce ul.products li.product {
    float: none;
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin: 0 0 30px 0;
    padding: 0 15px 15px;
    margin-right: -4px;
}

.sh-recent-products .woocommerce.columns-2 ul.products li {
	width: 50%;
}

.sh-recent-products .woocommerce.columns-3 ul.products li {
	width: 33.3%;
}

.sh-recent-products .woocommerce.columns-4 ul.products li {
	width: 25%;
}

.sh-recent-products .woocommerce.columns-5 ul.products li {
	width: 20%;
}

.sh-recent-products .woocommerce.columns-6 ul.products li {
	width: 16.66%;
}

.woocommerce ul.products li.product a img {
	margin-bottom: 0;
}

.woocommerce ul.products li.product > a:first-child {
	display: block;
	position: relative;
}

.woocommerce ul.products li.product > a .secondary-image-container {
	opacity: 0;
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	transition: 0.5s all ease-in-out;
	background: #ffffff;
}

.woocommerce ul.products li.product > a .secondary-image-container img {
	transition: 0.5s all ease-in-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.woocommerce ul.products li.product > a:hover .secondary-image-container {
	opacity: 1;
}

.sh-woo-post-image {
	position: relative;
}

.sh-jevelin-style3 .sh-woo-post-image {
	overflow: hidden;
}

.sh-jevelin-style3 .sh-woo-post-image > img,
.sh-jevelin-style3.woocommerce ul.products li.product > a .secondary-image-container img {
	transition: 0.3s all ease-in-out;
}

.sh-jevelin-style3 ul.products li.product > a:hover .sh-woo-post-image > img,
.woocommerce ul.products li.product > a:hover .secondary-image-container img {
	-webkit-transform: translate3d(0,0,0) scale(1.2, 1.2);
    transform: translate3d(0,0,0) scale(1.2, 1.2);
}

.secondary-image-container {
	position: relative;
	overflow: hidden;
}

.woocommerce ul.products li.product a h3 {
	padding-top: 0;
	padding-bottom: 10px;
	font-size: 20px;
}

.woocommerce ul.products li.product .amount,
.woocommerce ul.products li.product ins,
.woocommerce ul.products li.product ins .amount {
	font-size: 24px;
	text-decoration: none!important;
}

.woocommerce ul.products li.product del,
.woocommerce ul.products li.product ins {
	display: inline-block!important;
}

.woocommerce ul.products li.product del,
.woocommerce ul.products li.product del .amount {
	font-size: 16px;
	color: #ccc!important;
	opacity: 1!important;
}

.woocommerce ul.products li.product del .amount .woocommerce-Price-currencySymbol {
	color: #ccc!important;
}

.woocommerce ul.products li.product del {
	padding-right: 5px;
}

.woocommerce ul.products li.product del .amount:before,
.woocommerce ul.products li.product del .amount:after {
	content: "_";
	color: transparent!important;
	letter-spacing: -3px;
}

.woocommerce ul.products li.product .price {
	width: 100%;
	margin-bottom: 15px;
	line-height: 1;
}

.sh-recent-products .woocommerce .star-rating,
.woocommerce .woocomerce-styling .star-rating {
	font-size: 18px!important;
	margin-top: 0px;
	margin-bottom: 0;
	position: relative;
	bottom: -2px;
	letter-spacing: 4px;
	width: 110px;
}

.sh-recent-products .woocommerce .star-rating span::before,
.woocommerce .woocomerce-styling .star-rating span::before {
	color: #47c9e5;
}

.sh-recent-products .woocommerce .star-rating::after,
.woocommerce .woocomerce-styling .star-rating::after {
	content: "";
	clear: both;
}

.sh-recent-products .woocommerce .star-rating:before,
.sh-recent-products .woocommerce .star-rating span:before,
.woocommerce .woocomerce-styling .star-rating:before,
.woocommerce .woocomerce-styling .star-rating span:before {
	font-family: 'themify';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e60a\e60a\e60a\e60a\e60a";
	font-size: 18px;
	letter-spacing: 4px;
}

.woocommerce ul.products li.product .add_to_cart_button {
	background-color: transparent;
	padding: 0;
	color: #8d8d8d;
	position: relative;
	display: block;
	padding: 20px 30px!important;
	line-height: 1!important;
	font-size: 13px;
	text-transform: uppercase;
}

.woocommerce .product form.cart .button:before,
.woocommerce ul.products li.product .add_to_cart_button:after {
	font-family: 'simple-line-icons';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e04e";
	font-size: 16px;
	padding-right: 15px;
}

.woocommerce .product form.cart .button:before {
	line-height: 0;
	top: -2px;
	right: 0;
}

.woocommerce ul.products li.product .add_to_cart_button:after {
	padding-left: 15px;
	padding-right: 15px;
	line-height: 0;
	margin-left: 0;
	vertical-align: middle;
	position: relative!important;
	top: -2px;
	right: 0;
}

.woocommerce ul.products li a.added_to_cart {
	display: none!important;
	color: #8d8d8d!important;
	padding-top: 0px;
	line-height: 1;
	float: right;
	background-color: transparent!important;
	margin-right: 15px;
}

.woocommerce .additional-information {
	padding-bottom: 10px;
	text-transform: uppercase;
	font-size: 13px;
}

.woocommerce .additional-information p {
	margin-bottom: 0;
    text-transform: none;
    line-height: 1.4;
}

.woocommerce .return-to-shop {
	margin-top: 50px;
}

.woocommerce ul.products li.product .star-rating {
	margin-bottom: 15px;
}


/**
 * 14.2 WooCommerce - Tables
 */

.woocommerce table.shop_table.cart td,
.woocommerce table.shop_table.cart th {
	text-align: center;
	border: 1px solid #e5e5e5!important;
}

.woocommerce table.shop_table.cart td {
	padding: 30px!important;
}

.woocommerce table.shop_table.cart img {
	width: auto!important;
	max-width: 85px;
}

.woocommerce table.shop_table.cart a {
	font-weight: bold;
}

.woocommerce table.shop_table.cart td.actions .coupon .input-text {
	padding: 0 15px!important;
	width: 250px!important;
	margin-right: 8px!important;
	display: inline-block;
}


/**
 * 14.3 WooCommerce - Forms
 */

.woocommerce form .form-row {
	padding: 8px 0;
}

.woocommerce form .form-row select.state_select {
	display: block!important;
	padding: 0px 20px;
    line-height: 48px!important;
	height: 48px!important;
}

.woocommerce form .form-row.address-field.validate-state .select2-container {
	display: none!important;
	height: 0px!important;
	visibility: hidden!important;
}

.woocommerce form .form-row .select2-container {
    display: none!important;
}

#page-container .woocommerce form input[type=checkbox] {
	position: relative;
	margin-left: 0;
	margin-right: 5px;
}

.woocommerce label {
	color: #505050;
	font-weight: bold;
}

.woocommerce .required {
	color: #47c9e5!important;
}

.woocommerce .woocomerce-styling h3:not(.sh-alert-title) {
	font-size: 24px;
}

.woocommerce .woocommerce-checkout textarea {
	min-height: 155px;
	max-width: 100%;
	resize: none;
}

.woocommerce .shop_table.woocommerce-checkout-review-order-table .shipping td {
	font-weight: normal;
}

.woocommerce .shop_table.woocommerce-checkout-review-order-table .order-total td,
.woocommerce .shop_table.woocommerce-checkout-review-order-table .order-total th {
	padding: 25px 20px!important;
}

.woocommerce .payment_box {
	background-color: transparent!important;
	margin: 0!important;
	padding-left: 30px!important;
	padding-top: 0px!important;
	padding-bottom: 0px!important;
	font-size: 14px!important
}

.woocommerce .payment_box:before {
	display: none!important;
}

.woocommerce .payment_methods.methods {
	border: 2px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5!important;
	padding: 0!important;
}

.woocommerce .payment_methods.methods label {
	font-size: 16px!important;
}

.woocommerce .payment_methods.methods li {
    border-bottom: 1px solid #e5e5e5;
   	border-collapse: collapse;
   	padding: 25px 20px;
}

.woocommerce .woocommerce-checkout-payment {
	background-color: transparent!important;
}

.woocommerce-checkout-payment .woocommerce-notice {
	padding-left: 60px!important;
}

.woocommerce-checkout-payment .woocommerce-notice::before {
	top: 39px;
	color: inherit;
}

.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
	margin-left: 20px;
	line-height: 40px;
	font-size: 14px;
}

.woocommerce-checkout #payment ul.payment_methods li img {
	margin-left: 20px;
}

.woocommerce-checkout #payment div.form-row {
	padding: 0!important;
	padding-top: 30px!important
}

.woocommerce .shipping-calculator-form button {
	display: block;
	width: 100%!important;
}

.woocommerce .cart-collaterals .cart_totals {
	width: 50%;
}

.woocommerce .cart-collaterals .cart_totals table {
	width: 100%;
}

.woocommerce abbr.required,
.woocommerce #review_form span.required {
	font-size: 0;
}

.woocommerce abbr.required:before,
.woocommerce #review_form span.required:before {
	font-family: 'simple-line-icons';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	display: inline-block;
	content: "\e080";
	font-size: 14px;
	padding-left: 5px;
}

.woocommerce .coupon .apply_coupon {
	background-color: #e5e5e5;
}

.woocommerce .checkout-button {
	display: table!important;
}

.woocommerce .cart_totals {
	margin-top: 30px;
}

.woocommerce .cart_totals h2 {
	font-size: 24px;
}

.woocommerce .cart_totals table td:first-child,
.woocommerce .cart_totals table th:first-child {
	width: 34%;
}

.woocommerce a.remove {
	font-size: 0;
}

.woocommerce a.remove:before {
	font-family: 'themify';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	display: block;
	content: "\e646";
	font-size: 16px;
	color: #8d8d8d;
	top: 2px;
}

.woocommerce .calculated_shipping a {
	font-weight: bold;
}

.woocommerce .calculated_shipping table td,
.woocommerce .calculated_shipping table th {
	padding: 20px!important;
}

.woocommerce .cart-collaterals-banner {
	width: 47.5%;
	float: left;
	margin-top: 35px;
}

.woocommerce #ship-to-different-address {
	margin-bottom: 10px;
}

.woocommerce #ship-to-different-address label,
.woocommerce #ship-to-different-address input {
	float: left;
	display: block;
}

.woocommerce #ship-to-different-address label {
	margin-top: 0px;
}

.woocommerce #ship-to-different-address input {
	margin-left: 25px;
	margin-top: 7px;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login {
	padding: 0!important;
	border: 0px solid transparent;
}

.woocommerce #order_review_heading {
	margin-top: 50px;
}

.woocommerce .woocommerce-checkout-review-order-table .order-total {
	background-color: rgba( 49, 49, 49, 0.038 );
}

.woocommerce .woocommerce-checkout-review-order-table .order-total tr,
.woocommerce .woocommerce-checkout-review-order-table .order-total td {
	font-size: 18px;
}

.woocommerce .woocommerce-checkout-review-order-table p {
	margin-bottom: 0;
}

.woocommerce-checkout #payment ul.payment_methods {
	border-bottom: 0px;
}

.woocommerce form.woocommerce-checkout.checkout {
	margin-top: 50px;
}


/**
 * 14.4 WooCommerce - Input
 */
.woocommerce input {
	border-color: #e5e5e5!important;
}

.woocommerce form .form-row .input-checkbox {
	position: relative;
}

.woocommerce input[type=submit],
.woocommerce .button {
	background-color: #47c9e5;
	color: #fff;
}

.woocommerce input[name=apply_coupon] {
	background-color: #505050;
}

.woocommerce .quantity input,
.woocommerce table.shop_table.cart td.product-quantity label {
	display: none;
}

.woocommerce .quantity-basic label.screen-reader-text {
	position: relative!important;
	height: auto;
	width: auto;
}

.woocommerce .quantity-basic input.qty {
	display: block;
	border: 1px solid #e5e5e5;
	width: 100px;
	padding: 10px 20px;
	font-weight: bold;
}

.woocommerce table.shop_table.cart td.product-quantity .quantity-basic input.qty {
	display: table;
	margin: 0 auto;
}

.woocommerce .checkout-button,
.woocommerce .wc-forward,
.woocommerce #respond input#submit {
	color: #fff!important;
	background-color: #47c9e5;
}

.woocommerce .shop_table .button[name=update_cart] {
	float: right;
}

.woocommerce select.country_to_state.country_select {
	padding-top: 16px;
	padding-bottom: 16px;
}

.woocommerce ul.order_details {
	display: table;
	width: 100%;
	border: 2px solid #e5e5e5!important;
	border-radius: 0!important;
	border-collapse: collapse!important;;
}

.woocommerce ul.order_details li {
	display: table-cell;
	width: 25%!important;
    border-right: 1px solid #e5e5e5!important;
    padding: 20px!important;
	font-size: 16px;
	color: #505050;
	font-weight: bold;
	text-transform: none!important;
	margin: 0!important;
}

.woocommerce ul.order_details li:last-child {
    border-right: 0px solid #e5e5e5!important;
}

.woocommerce ul.order_details li strong {
	display: block;
	position: relative;
	padding: 15px 20px!important;
	margin: 20px -20px -20px -20px!important;
	font-weight: normal;
	font-size: 14px;
	border-top: 1px solid #e5e5e5!important;
	background-color: #f8f8f8;
}

.woocommerce-checkout .woocommerce > p:first-child {
	font-size: 16px;
}

.woocommerce-checkout .woocommerce h2 {
	margin-top: 30px;
}

/* Input Dropdown */
.SumoSelect {
	width: 100%;
}

.woocommerce-ordering .SumoSelect {
	width: 280px;
}

.SumoSelect.open>.optWrapper {
	top: 51px;
}

.SumoSelect .SelectBox,
.woocommerce .select2-choice {
	color: #8d8d8d;
	padding: 0px 24px;
	line-height: 50px!important;
	background-color: #fff;
	border-radius: 0px;
	border: 1px solid #e5e5e5!important;
	box-shadow: none!important;
	overflow: hidden;
}

.SumoSelect.open .search-txt {
	padding: 1px 23px;
}

.SumoSelect .SelectBox * {
	cursor: pointer!important;
}

.SumoSelect>.CaptionCont>label>i:after {
	background-image: none;
	display: inline-block;
	font-family: 'simple-line-icons'!important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e604"!important;
	font-size: 16px;
	line-height: 50px;
}

.SumoSelect>.CaptionCont>label>i {
	width: 35px;
    height: 50px;
    background-image: none;
    margin: 0;
}

.sh-woocommerce-products-style2 .SumoSelect.open>.optWrapper {
	top: 58px;
}

.sh-woocommerce-products-style2 .SumoSelect>.CaptionCont>label>i {
    height: 57px;
}

.sh-woocommerce-products-style2 .SumoSelect.open .search-txt {
	padding: 4px 23px;
}

.sh-woocommerce-products-style2 .SumoSelect .SelectBox,
.sh-woocommerce-products-style2 .SumoSelect>.CaptionCont>label>i:after {
	line-height: 57px!important;
}

.SumoSelect>.CaptionCont>label {
	width: 35px;
}

.SumoSelect>.optWrapper>.options li.opt {
	padding: 4px 23px;
}

.SumoSelect>.optWrapper>.options li.opt.selected label {
	font-weight: bold;
}

.SumoSelect>.optWrapper>.options li.opt label {
	margin-bottom: 0px;
    font-weight: normal;
    font-size: 14px;
	color: #8d8d8d;
}

/* Responsive improvements */
.SumoSelect > .optWrapper.isFloating {
	position: absolute;
	top: 51px;
	left: 0;
	right: auto;
	width: 100%;
	bottom: auto;
	margin: auto;
	max-height: none;
	height: auto!important;
}

.SumoSelect > .optWrapper.isFloating > .options {
	max-height: 250px;
	box-shadow: none;
}

.SumoSelect > .optWrapper.isFloating > .options li.opt {
	padding: 3px 23px;
}

.select2-drop {
	border-color: #e5e5e5!important;
}

.SumoSelect>.optWrapper {
	box-shadow: none;
}

.simpleselect {
	height: 56px;
	width: 280px;
	font-size: inherit;
	color: inherit;
}

.simpleselect .placeholder {
	line-height: 36px;
	border-radius: 0;
	padding: 9px 24px;
	font-size: inherit;
}

.select2-arrow b:after {
	position: static!important;
	border: none!important;
	margin-left: -18px!important;
	margin-right: 0px!important;
	padding-right: 0!important;
	position: relative;
}

.select2-arrow b:after,
.simpleselect .placeholder:after {
	background-image: none;
	display: inline-block;
	font-family: 'simple-line-icons'!important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e604"!important;
	font-size: 16px;
	line-height: 56px;
	padding-right: 25px;
}

.simpleselect .options {
	width: auto!important;
	margin-right: 0px;
	right: 0;
	height: 350px!important;
	top: -175px!important;
	overflow-x: hidden;
}

.simpleselect .options .option {
	line-height: 36px;
	padding: 9px 24px;
	border-bottom: 1px solid transparent;
}

.simpleselect .options .option.active {
	background-color: transparent;
	color: #505050;
}

.simpleselect .options .option.active {
	border-bottom: 1px solid #ddd;
}

.simpleselect .options .option.active:last-child {
	border-bottom: 1px solid transparent!important;
}

.woocommerce .select2-choice {
	display: none;
}

.woocommerce .form-row .simpleselect {
	width: 100%;
}


/**
 * 14.5 WooCommerce - Post Page
 */

.sh-woo-layout table.variations {
	max-width: 250px;
}

.sh-woo-layout table.variations,
.sh-woo-layout table.variations td,
.sh-woo-layout table.variations th {
	border-width: 0px!important;
}

.sh-woo-layout table.variations th {
	display: block;
}

.sh-woo-layout table.variations td {
	padding: 0px!important;
}

.sh-woo-layout table.variations td label {
	padding-right: 20px;
	font-size: 14px;
	font-weight: bold;
	line-height: 48px;
}

.sh-woo-layout table.variations td select {
	border: 1px solid #e3e3e3;
    color: #8d8d8d;
	display: block!important;
    padding: 0px 20px;
    line-height: 48px!important;
    height: 48px!important;
}

.sh-woo-layout table.variations .reset_variations {
	text-transform: uppercase;
    font-size: 13px;
}

.sh-woo-layout .woocommerce-variation {
	padding: 5px 0 25px 0;
	font-style: italic;
}

.woocommerce .sh-woo-layout-image {
	position: relative;
}

.sh-alert + div.product {
	margin-top: 50px;
}

.woocommerce .product .images {
	width: 100%!important;
	float: none!important;
	padding-right: 10px;
}

.woocommerce .product .summary,
.woocommerce .product .woocommerce-tabs {
	width: 100%!important;
	float: right!important;
	display: block;
}

.woocommerce .product .woocommerce-tabs .panel {
	background-color: transparent;
}

.woocommerce .product .related {
	width: 100%;
	display: inline-block;
}

.woocommerce .product .related .product {
	margin-bottom: 0;
	padding-bottom: 0;
}

.woocommerce .product .product_meta .woo-meta-share {
	margin-top: 25px;
}

.woocommerce .product .product_meta > span {
	width: 100%;
	display: block;
}

.woocommerce table.woocommerce-grouped-product-list {
	width: 100%;
	margin-bottom: 30px;
}

@media (min-width: 1250px) {
	.woocommerce table.woocommerce-grouped-product-list td:first-child {
		width: 200px!important;
	}
}

.woocommerce table.woocommerce-grouped-product-list .sh-increase-numbers {
	display: block!important;
}

.woocommerce .product form.cart {
	margin-bottom: 30px!important;
}

.woocommerce div.product form.cart button {
	float: right!important;
	line-height: 50px!important;
	padding: 0 25px!important;
	border-radius: 100px!important;
	font-size: 13px;
	text-transform: uppercase;

}

.woocommerce .product .woocommerce-product-rating {
	float: right;
	text-align: right;
	margin-bottom: 0!important;
	position: relative;
}

.woocommerce .product .woocommerce-product-rating .star-rating {
	margin-top: 0px;
}

.woocommerce .product .woocommerce-product-rating > div {
	float: none!important;
	display: inline-block;
}

.woocommerce .product .summary:after {
	content: "";
	display: block;
	clear: both;
}

.woocommerce div.product .woocommerce-product-gallery__wrapper img {
	margin-bottom: 0px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image {
	padding: 7.5px;
}

.woocommerce .product .woo-short-description {
	margin-bottom: 30px;
}

.woocommerce .woocomerce-styling .product .product_title {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ebebeb ;
}

.woocommerce div.product .price {
	line-height: 30px;
	margin-bottom: 0;
	min-height: 32px;
}

.woocommerce div.product .woocommerce-product-rating {
	line-height: 34px;
}

.woocommerce .product .woo-seperator-line {
	margin-top: 20px;
	padding-top: 30px;
	border-top: 1px solid #ebebeb ;
}

.woocommerce .product form.cart .button:before {
	display: inline-block;
	color: #fff;
}

.woocommerce .product .price ins {
	text-decoration: none!important;
	font-size: 24px;
	font-weight: bold;
}

.woocommerce .product.product-type-grouped .price,
.woocommerce .product .price > span {
    font-size: 24px;
    font-weight: bold;
}

.woocommerce div.product .price del,
.woocommerce div.product .price del span {
	color: #868686!important;
	font-size: 18px;
}

.woocommerce .product .price del {
	padding-right: 10px;
}

.woocommerce .product .product_meta .posted_in a {
	text-transform: uppercase;
	font-size: 13px;
}

.woocommerce .product .woo-meta-title {
	display: inline-block;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 10px;
}

.woocommerce .woocommerce-tabs h2 {
	font-size: 16px;
	margin-bottom: 15px;
}

.woocommerce .woocommerce-tabs ul.tabs {
	padding-left: 0px!important;
	overflow: visible!important;
	margin-left: 2px!important;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs:before {
	border-bottom: 1px solid #e9e9e9;
}

.woocommerce .woocommerce-tabs li {
	border: 0!important;
	background-color: transparent!important;
	border-radius: 0px!important;
	padding-left: 0px!important;
	padding-right: 0px!important;
	z-index: 50!important;
	position: relative!important;
	margin: 0!important;
	border-bottom: 1px solid #eeeeee!important;
}

.woocommerce .woocommerce-tabs li.comment {
	margin-bottom: 15px!important;
}

.woocommerce .woocommerce-tabs li a {
	padding: 15px 10px!important;
	font-size: 13px;
	text-transform: uppercase;
	z-index: 50!important;
	position: relative!important;
}

.woocommerce .woocommerce-tabs li:first-child a {
	padding-left: 0px!important;
}

.woocommerce .woocommerce-tabs li:first-child a:after {
	left: 0px;
}

.woocommerce .woocommerce-tabs li:last-child a {
	padding-right: 0px!important;
}

.woocommerce .woocommerce-tabs li:last-child a:after {
	right: 0px;
}

.woocommerce .woocommerce-tabs li a:after {
	content: "";
	display: block;
	position: absolute;
	left: 10px; right: 10px; bottom: -2.5px;
	height: 5px;
	border-radius: 5px;
	background-color: #47c9e5;
	z-index: 100;
	transition: 0.3s all ease-in-out;
	opacity: 0;
}

.woocommerce .woocommerce-tabs li.active a:after {
	opacity: 1;
	transition: 0s all ease-in-out;
}

.woocommerce .woocommerce-tabs li.active a {
	border-bottom: 2px solid #47c9e5;
	border-bottom-width: 0px!important;
}

.woocommerce .woocommerce-tabs li:before,
.woocommerce .woocommerce-tabs li:after {
	display: none;
}

.woocommerce .sh-portfolio-single-share {
	padding-top: 10px;
	padding-bottom: 0;
	position: relative;
}

.woocommerce .sh-portfolio-single-share .jssocials-shares {
	margin-top: 6px;
}

.woocommerce .sh-portfolio-single-share .jssocials-share {
	background-color: transparent!important;
}

.woocommerce .related.products h2 {
	margin-top: 15px;
	margin-bottom: 45px;
}

.woocommerce .woocommerce-tabs #comments {
	margin-top: 0;
}

.woocommerce .woocommerce-tabs #tab-reviews .comment-form-rating label {
	display: none;
}

.woocommerce .woocommerce-tabs #tab-reviews label {
	margin-bottom: 8px;
	font-size: 16px;
}

.woocommerce .woocommerce-tabs #tab-reviews textarea {
	height: 110px!important;
	resize: none;
}

.woocommerce .woocommerce-tabs #tab-reviews input#submit {
	padding-left: 30px!important;
	padding-right: 30px!important;
}

.woocommerce .woocommerce-tabs .comment-form-rating span > a:before {
    font-family: 'themify'!important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
}

.woocommerce p.stars a:before {
	content: "\e60a"!important;
}

.woocommerce .woocommerce-tabs .comment-form-rating p.stars a {
	padding: 23px;
	background-color: #f2f2f2;
	margin-right: 5px;
	text-align: center;
	display: inline-block;
	border-radius: 30px;
}

.woocommerce .woocommerce-tabs .comment-form-rating p.stars a:before {
	padding: 14px 15px;
}

.woocommerce p.stars.selected a:not(.active):before,
.woocommerce p.stars.selected a.active:before {
	color: #fff!important;
}

.woocommerce p.stars.selected a:not(.active),
.woocommerce p.stars.selected a.active {
	background-color: #f7d01c;
}

.woocommerce p.stars a,
.woocommerce p.stars.selected a,
.woocommerce p.stars.selected a.active~a:before {
	color: #8d8d8d!important;
}

.woocommerce p.stars a,
.woocommerce p.stars.selected a,
.woocommerce p.stars.selected a.active~a {
	background-color: #f2f2f2;
}

.woocommerce .woocommerce-tabs .commentlist {
	padding-left: 0;
}

.woocommerce .woocommerce-tabs .commentlist img.avatar {
	width: 54px!important;
	border: 0px solid transparent!important;
	padding: 0px!important;
}

.woocommerce .woocommerce-tabs .commentlist .comment-text {
	border: 0px solid transparent!important;
	padding: 0!important;
	margin-left: 75px!important;
	padding-bottom: 15px!important;
}

.woocommerce .woocommerce-tabs .commentlist .comment-text .meta {
	margin-bottom: 5px!important;
	font-size: inherit!important;
}

.woocommerce .woocommerce-tabs .commentlist .comment-text .meta,
.woocommerce .woocommerce-tabs .commentlist .comment-text .meta time {
	color: #b0b0b0;
}

.woocommerce .woocommerce-tabs #review_form_wrapper .comment-reply-title {
	font-size: 16px!important;
	margin-bottom: 15px;
	margin-top: 15px;
}

.woocommerce .woocommerce-tabs .panel {
	box-shadow: none!important;
}

.woocommerce #commentform p {
	margin-bottom: 25px!important;
}

.woocommerce div.product p.stock {
	font-size: 16px;
	color: #8d8d8d;
	font-weight: bold;
}


/**
 * 14.6 WooCommerce - Other
 */

.woocommerce .addresses {
	display: block;
	margin-top: 45px;
}

.woocommerce .myaccount_user {
	display: block;
	margin-bottom: 45px;
}

.woocommerce .addresses a {
	display: inline-block;
	float: none!important;
	margin-left: 15px;
	top: 4px;
	position: relative;
}

.woocommerce legend {
	border-bottom: 0;
	padding-top: 45px;
	font-weight: bold;
	font-size: 24px;
}

/* WooCommerce - Increase Numbers */
label.sh-quantity-number {
	display: none!important;
}

.sh-increase-numbers {
	display: table!important;
	margin: 0 auto!important;
	padding: 0;
	overflow: hidden;
}

.sh-increase-numbers input,
.sh-increase-numbers span {
	float: left;
	display: block!important;
	width: 50px!important;
	height: 50px;
	text-align: center;
}

.sh-increase-numbers input {
	border-width: 0px;
	font-size: 16px!important;
	font-weight: bold;
	padding: 0!important;
	background-color: transparent;
}

.sh-increase-numbers span {
	cursor: pointer;
	font-size: 16px;
	transition: 0.25s all;
	background-color: #f2f2f2;
	border-radius: 50px;
}

.sh-increase-numbers i {
	line-height: 50px;
}

.widget.woocommerce.widget_shopping_cart .sh-increase-numbers {
	display: none!important;
	opacity: 0;
	height: 0;
	overflow: hidden;
}


/* Account Page */
.woocommerce-MyAccount-navigation ul {
	list-style: none;
	padding-right: 15px;
	padding-left: 0px;
}

.woocommerce-MyAccount-navigation ul li {
	padding: 12px 1px;
    border-bottom: 1px solid #e3e3e3;
    font-size: 0px;
    text-transform: uppercase;
}

.woocommerce-MyAccount-navigation ul li a {
	font-size: 13px;
	text-transform: uppercase;
	color: #8d8d8d;
	display: block;
}

.woocommerce-MyAccount-content .woocommerce-info {
    padding-left: 25px!important;
}

.woocommerce-MyAccount-content .woocommerce-info:before {
	display: none;
}

.woocommerce-MyAccount-content .woocommerce-Button {
	color: #fff!important;
}


/**
 * 15.0 Revolution Slider
 */

.sh-revslider {
	font-size: 0px;
}

.sh-revslider > div {
	font-size: 13px;
}

/* Revolution Slider - Buttons */
.sh-revslider-button1,
.sh-revslider-button2 {
	border-radius: 100px;
	padding: 0px 45px;
	overflow: hidden;
	position: relative;
	display: block;
}

.sh-revslider-button1 {
	font-size: 13px;
    font-weight: bold;
    border: 2px solid #fff;
    color: #fff!important;
    line-height: 56px;
}

.sh-revslider-button1:before {
    display: block;
    content: '';
    position: absolute;
    z-index: -1;
    width: 0%;
    height: 150%;
    background-color: rgba(0,0,0,0.07);
    z-index: 1;
    right: 0;
    top: 0;
    margin: -5px 0 0 -5px;
	transition: 0.3s all ease-in-out;
}

.sh-revslider-button1:hover:before {
    width: 120%;
}

.sh-revslider-button2 {
	font-size: 13px;
    font-weight: bold;
    color: #fff!important;
    background-color: #fd8b36;
    line-height: 60px;
}

.sh-revslider-button2:after {
    display: block;
    content: '';
    position: absolute;
    z-index: -1;
    width: 0%;
    height: 150%;
    background-color: rgba(0,0,0,0.07);
    z-index: 1;
    right: 0;
    top: 0;
    margin: -5px 0 0 -5px;
	transition: 0.3s all cubic-bezier(0.455, 0.030, 0.515, 0.955)!important;
}

.sh-revslider-button2:hover:after {
    width: 120%;
}

.sh-revslider-button1 span,
.sh-revslider-button2 span,
.sh-revslider-button1 i,
.sh-revslider-button2 i {
	position: relative;
	z-index: 5;
}

.sh-revslider-button1 span,
.sh-revslider-button2 span {
	line-height: 60px!important;
	font-size: inherit!important;
	position: relative;
	bottom: -1px;
}

.sh-revslider-button1 span {
	line-height: 56px;
}

.sh-revslider-button1 i,
.sh-revslider-button2 i {
	padding-left: 15px;
	font-size: 18px;
	vertical-align: middle;
	line-height: normal!important;
}

@media (max-width: 700px) {
	.sh-revslider-button1 span,
	.sh-revslider-button2 span {
		line-height: 30px!important;
	}
}

@media screen and (min-width: 700px) and (min-height: 600px) {
	.sh-revslider-button1 i,
	.sh-revslider-button2 i {
		position: relative;
		top: -1px;
	}
}

.sh-revslider-button1.spacing-animation:before,
.sh-revslider-button2.spacing-animation:after {
	display: none;
}

.sh-revslider-button1.spacing-animation span,
.sh-revslider-button2.spacing-animation span {
	transition: 0.3s all ease-in-out!important;
	letter-spacing: normal!important;
}

.sh-revslider-button1.spacing-animation:hover span,
.sh-revslider-button2.spacing-animation:hover span {
	letter-spacing: 2px!important;
}

.sh-revslider-button1.spacing-animation,
.sh-revslider-button2.spacing-animation {
	transition: 0.3s all ease-in-out!important;
}

.sh-revslider-button1.spacing-animation:hover {
	background-color: rgba(0,0,0,0.07);
}

.sh-revslider-button2.inverted,
.sh-revslider-button2.inverted:hover,
.sh-revslider-button2.inverted:focus {
	background-color: #ffffff!important;
	color: #535353!important;
}

/* Revolution Slider - Bullets */
.rev_slider .hades.tparrows {
	background-color: rgba(0,0,0,0.0);
}

.rev_slider .ares {
    height: 21px;
}

.rev_slider .ares .tp-bullet {
	width: 15px;
    height: 15px;
    background-color: #fff!important;
    margin-left: -4px;
}

.rev_slider .ares .tp-bullet.selected {
	width: 21px;
    height: 21px;
    margin-top: -3px;
    margin-left: -7px!important;
    box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.2);
}

.rev_slider .ares .tp-bullet .tp-bullet-title {
	display: none;
}

.rev_slider .sh-rev-blog h2 {
	font-size: 50px;
	color: #fff;
	margin-bottom: 20px;
	line-height: 1!important;
}

.rev_slider .sh-rev-blog p {
	font-size: 16px;
	color: #fff;
	line-height: 1.5!important;
	margin-bottom: 25px!important;
	opacity: 0.8;
}

.rev_slider .sh-rev-blog-cat {
	opacity: 0.8;
}

.rev_slider .sh-rev-blog-cat a {
	color: #fff;
	font-size: 13px;
	padding-left: 8px;
}

.rev_slider .sh-rev-blog-cat a:first-child {
	padding-left: 0px;
}

.rev_slider .sh-rev-blog .sh-revslider-button2 {
	display: inline-block!important;
	line-height: 50px;
}

.rev_slider .sh-rev-blog .sh-revslider-button2 span {
	line-height: 50px;}

@media (min-width: 1250px) {
	.rev_slider .sh-rev-blog .sh-revslider-button2 span {
		position: relative;
		top: -1px;
	}
}


/**
 * 16.0 Comments
 */

#comments {
	margin-top: 65px;
}

.sh-comments {
	margin-top: 25px;
}

.page-content .sh-comments {
	margin-top: 45px;
}

.sh-comments li {
	list-style: none;
}

.sh-comment-list {
	padding: 0;
}

.sh-comment-list ol,
.sh-comment-list ol ol {
	padding-left: 90px;
}

.sh-comments .sh-comments-title,
.sh-comments .comment-reply-title {
	font-size: 16px;
	margin-bottom: 25px;
}

.sh-comments #cancel-comment-reply-link {
	text-transform: none;
	font-size: 14px;
	padding-left: 15px;
}

.sh-comments .submit {
	background-color: #47c9e5;
	color: #fff;
	line-height: 50px;
	padding: 0 25px;
	border: none;
	font-weight: bold;
}

.sh-comments #comment {
	height: 135px;
	resize: none;
}

.comment-body {
	display: table;
}

.comment-body .sh-reply-link {
	font-size: 16px;
	padding-right: 6px;
}

.sh-reply-link + .sh-reply-link-button {
	color: red!important;
}

.comment-body .reply {
	margin-top: 8px;
}

.comment-body .sh-reply-link-button {
	padding-right: 15px;
}

.comment-column-left {
	display: table-cell;
	vertical-align: top;
	width: 90px;
}

.comment-column-right {
	display: table-cell;
	vertical-align: top;
}

.sh-comment-list {
	border-bottom: 1px solid #e3e3e3;
}

.sh-comment-list li.comment,
.sh-comment-list li.pingback {
	padding-top: 30px;
}

.sh-comment-list li.pingback .comment-column-left {
	display: none;
}

.sh-comment-list li.depth-1 {
	border-top: 1px solid #e3e3e3;
	padding-bottom: 30px;
}

.sh-comment-list .comment .comment-respond {
	padding-top: 30px;
	padding-left: 90px;
}

.sh-comment-author {
	font-weight: bold;
	color: #3f3f3f;
}

.sh-comment-date {
	padding-left: 5px;
}

.sh-comment-date a {
	color: #b0b0b0;
	font-style: italic;
}

.sh-comment-content {
	margin-top: 6px;
}

.sh-comment-form {
	margin-top: 50px;
}

.sh-comment-form i {
	padding-left: 5px;
}

.sh-comment-form label {
	margin-bottom: 8px;
}

.sh-comment-form p {
	margin-bottom: 25px;
	position: relative;
}

.sh-comments-required-notice {
	float: right;
}


/**
 * 17.0 - Gallery
 */

.sh-gallery {
	display: none;
	max-width: 100%!important;
	min-height: 30px;
	overflow: hidden;
}

.sh-gallery.slick-initialized {
	display: block;
}

.sh-gallery .slick-slide,
.sh-gallery .slick-track {
	height: auto!important
}

.sh-gallery .slick-prev,
.sh-gallery .slick-next {
	width: 60px;
	height: 60px;
	margin-top: -30px;
	font-size: 24px;
	border: none;
	color: #fff;
	background-color: transparent;
	opacity: 0;
	padding: 0;
}

.sh-gallery .slick-prev span,
.sh-gallery .slick-next span {
	line-height: 60px;
}

.sh-gallery:hover .slick-prev,
.sh-gallery:hover .slick-next {
	opacity: 1;
}

.sh-gallery .slick-prev:hover,
.sh-gallery .slick-next:hover {
	background-color: #fff;
	color: #8d8d8d;
}

.slick-dots {
	list-style: none;
	padding-left: 0;
	display: table;
	margin: 0 auto;
	position: absolute;
	margin-top: -60px;
	text-align: center;
	width: 100%;
}

.slick-dots li {
	display: inline-block;
	margin: 0 5px;
	width: auto!important;
	vertical-align: top;
	line-height: 1;
}

.slick-dots li button {
	border: none;
	background-color: #fff;
	color: #fff;
	font-size: 0;
	padding: 0;
	width: 15px;
	height: 15px;
	border-radius: 30px;
}

.sh-image-gallery .slick-dots li button {
	background-color: #ebebeb;
}

.sh-image-gallery .slick-dots li.slick-active button {
	background-color: #47c9e5;
}

.slick-dots li.slick-active button {
	width: 21px;
	height: 21px;
	box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.2);
}

.slick-list,
.slick-slide,
.slick-track {
	height: 100%;
	width: 100%;
}

.slick-prev,
.slick-next {
	position: absolute;
	top: 50%;
	z-index: 10;
	opacity: 1;
}

.slick-prev {
	left: 0;
}

.slick-next {
	right: 0;
}


/* Image Gallery - Simple */
.sh-image-gallery-simple .sh-image-gallery-item {
    display: inline-block;
    vertical-align: top;
    margin-right: -5px;
}

.sh-gallery-item {
    position: relative;
    overflow: hidden;
}

.sh-image-gallery-simple-2columns .sh-image-gallery-item {
    width: 50%;
}

.sh-image-gallery-simple-3columns .sh-image-gallery-item {
    width: 33.3%;
}

.sh-image-gallery-simple-4columns .sh-image-gallery-item {
    width: 25%;
}

.sh-image-gallery-simple-5columns .sh-image-gallery-item {
    width: 20%;
}

@media (max-width: 1200px) {
	.sh-image-gallery-simple-5columns .sh-image-gallery-item,
	.sh-image-gallery-simple-4columns .sh-image-gallery-item {
		min-width: 33.3%;
	}
}

@media (max-width: 850px) {
	.sh-image-gallery-simple .sh-image-gallery-item {
		min-width: 50%;
	}
}

@media (max-width: 550px) {
	.sh-image-gallery-simple .sh-image-gallery-item {
		min-width: 100%;
	}
}


/**
 * 18.0 - Lightbox
 */

body.admin-bar #lightcase-nav .lightcase-icon-close {
	top: 47px;
}

@media screen and (max-width: 640px) {
	body.admin-bar #lightcase-nav .lightcase-icon-close {
		top: 61px;
	}
}

#lightcase-overlay {
    z-index: 9999;
}
#lightcase-case {
    z-index: 9999;
}

#lightcase-nav .lightcase-icon-close:before {
	content: "\e646";
	font-family: 'themify';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
}

#lightcase-nav a[class*='lightcase-icon-']:hover {
	text-shadow: 0 0 15px black;
}

.woocommerce #lightcase-case[data-lc-type=image] #lightcase-content,
.woocommerce #lightcase-case[data-lc-type=video] #lightcase-content {
    background-color: #ffffff;
}

.sh-spinner-1 > div {
	width: 18px;
	height: 18px;
	background-color: #fff;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.sh-spinner-1 .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.sh-spinner-1 .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
	0%, 80%, 100% { -webkit-transform: scale(0) }
	40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	} 40% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
	}
}


/**
 * 19.0 - Share
 */

.sh-portfolio-single-share {
	padding-bottom: 30px;
}

.sh-social-share {
	margin-top: 0px;
	margin-bottom: 0px;
}

.sh-social-share > div {
	vertical-align: top;
}

.sh-social-share-button {
	background-color: #f2f2f2;
	border-radius: 100px;
	height: 50px;
	padding: 0 30px 0 20px;
	display: inline-block;
	cursor: pointer;
	margin-right: 5px;
	margin-bottom: 5px;
	overflow: hidden;
	position: relative;
	-webkit-transform: translateZ(0);
	        transform: translateZ(0);
}

.sh-social-share-button i {
	font-size: 18px;
	line-height: 1;
	vertical-align: middle;
	padding-right: 15px;
}

.sh-social-share-button span {
	font-size: 13px;
	line-height: 50px;
	font-weight: bold;
	text-transform: uppercase;
}

.sh-social-share-networks {
	display: inline-block;
	height: 0;
}

.sh-social-share-networks.sh-social-share-networks-active {
	height: auto;
	transition-delay: 0.7s;
    transition: all 0.3s ease-in-out;
}

.sh-social-share-networks.sh-social-share-networks-active .jssocials-share {
	opacity: 1;
	margin-left: 0px;
}

.sh-social-share-networks .jssocials-share,
.sh-social-share-networks .jssocials-shares {
	margin: 0;
}

.sh-social-share-networks .jssocials-share {
	padding: 0px;
	opacity: 0;
	margin-left: -15px;
}

.sh-social-share-networks .jssocials-share a {
	display: inline-block;
	padding: 0px 10px;
	background-color: transparent!important;
	visibility: hidden;
}

.sh-social-share-networks.sh-social-share-networks-active .jssocials-share a {
	height: auto;
	visibility: visible;
}

.sh-social-share-networks .jssocials-share i {
	font-size: 18px;
}

.sh-social-share-networks .jssocials-share-link {
	line-height: 50px;
	padding: 0;
}

.sh-social-share-networks .jssocials-share-link .jssocials-share-count {
	display: none;
}

.sh-social-share-networks .jssocials-share:nth-child(1) { transition-delay: 0.1s; }
.sh-social-share-networks .jssocials-share:nth-child(2) { transition-delay: 0.2s; }
.sh-social-share-networks .jssocials-share:nth-child(3) { transition-delay: 0.3s; }
.sh-social-share-networks .jssocials-share:nth-child(4) { transition-delay: 0.4s; }
.sh-social-share-networks .jssocials-share:nth-child(5) { transition-delay: 0.5s; }
.sh-social-share-networks .jssocials-share:nth-child(6) { transition-delay: 0.6s; }
.sh-social-share-networks .jssocials-share:nth-child(7) { transition-delay: 0.7s; }


body:not(.sh-jevelin-style3) .sh-social-share-networks .fa-facebook,
body:not(.sh-jevelin-style3) .sh-social-share-networks .fa-twitter,
body:not(.sh-jevelin-style3) .sh-social-share-networks .fa-google,
body:not(.sh-jevelin-style3) .sh-social-share-networks .fa-at,
body:not(.sh-jevelin-style3) .sh-social-share-networks .fa-pinterest {
	font-family: 'simple-line-icons';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body:not(.sh-jevelin-style3) .sh-social-share-networks .fa-facebook:before {
	content: "\e00b";
}

body:not(.sh-jevelin-style3) .sh-social-share-networks .fa-twitter:before {
	content: "\e009";
}

body:not(.sh-jevelin-style3) .sh-social-share-networks .fa-google:before {
	content: "\e60d";
}

body:not(.sh-jevelin-style3) .sh-social-share-networks .fa-at:before {
	content: "\e086";
}

body:not(.sh-jevelin-style3) .sh-social-share-networks .fa-pinterest:before {
	content: "\e60b";
}


/**
 * 20.0 Popover
 */

.sh-popover-mini {
	position: absolute;
	left: 0; top: -17px;
	background-color: #3f3f3f;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	padding: 0px 15px;
	line-height: 30px;
	min-height: 0;
	min-width: 0;
	z-index: 100;
	cursor: default;
	border-radius: 30px;
	box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.2);
	border: 2px solid #fff;
	white-space: nowrap;
}

.sh-popover-mini::before {
	content: "";
	position: absolute;
	bottom: -7px; left: 50%;
	margin-left: -9px;
	width: 0;
	height: 0;
	box-sizing: border-box;
	border: 5px solid black;
	border-color: transparent transparent #47c9e5 #47c9e5;
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	z-index: 10;
}

.sh-popover-mini::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -9px;
    width: 0;
    height: 0;
    box-sizing: border-box;
    border: 5px solid black;
    border-color: transparent transparent #FFFFFF #FFFFFF;
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    box-shadow: -5px 4px 5px -2px rgba(0,0,0,0.15);
    z-index: 5;
}

.sh-popover-mini-center {
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
}

.sh-popover-mini-dark {
	background-color: #4e4e4e;
}

.sh-popover-mini::before {
	border-color: transparent transparent #4e4e4e #4e4e4e;
}


/**
 * 21.0 Pagination
 */

ul.page-numbers,
.woocommerce nav.woocommerce-pagination ul.page-numbers {
	display: table;
	margin: 0 auto;
    list-style: none;
    background-color: #f4f4f4;
    padding: 5px 4px;
    border-radius: 30px;
	border-width: 0px;
}

ul.page-numbers:after {
    content: "";
    display: block;
    clear: both;
}

ul.page-numbers li,
.woocommerce nav.woocommerce-pagination ul.page-numbers li {
    display: block;
    float: left;
    margin: 0 2px;
    text-align: center;
}

ul.page-numbers a,
ul.page-numbers span,
.woocommerce nav.woocommerce-pagination ul.page-numbers a,
.woocommerce nav.woocommerce-pagination ul.page-numbers span {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-weight: 400;
    cursor: pointer;
    padding: 0;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers a:hover,
.woocommerce nav.woocommerce-pagination ul.page-numbers a:focus {
	background-color: transparent!important;
}

ul.page-numbers .prev,
ul.page-numbers .next,
.woocommerce nav.woocommerce-pagination ul.page-numbers .prev,
.woocommerce nav.woocommerce-pagination ul.page-numbers .next {
	width: auto;
	padding: 0 10px;
}

ul.page-numbers .prev,
.woocommerce nav.woocommerce-pagination ul.page-numbers .prev {
	padding-left: 15px;
}

ul.page-numbers .next,
.woocommerce nav.woocommerce-pagination ul.page-numbers .next {
	padding-right: 15px;
}

ul.page-numbers a span {
	padding: 0;
}

ul.page-numbers a:hover {
	color: #47c9e5;
}

ul.page-numbers .current {
	font-weight: bold;
}

ul.page-numbers .current,
ul.page-numbers .current:hover,
.woocommerce nav.woocommerce-pagination ul.page-numbers .current,
.woocommerce nav.woocommerce-pagination ul.page-numbers .current:hover {
    color: #fff;
    background-color: #47c9e5;
    border-radius: 30px;
}

.woocommerce nav.woocommerce-pagination ul li {
	border-width: 0px;
}

.sh-page-links p {
	font-weight: bold;
	margin-bottom: 15px;
}

/**
 * 22.0 - Widgets
 */

.widget-title {
	margin-bottom: 25px;
}

.widget-item {
	padding-bottom: 45px;
}

.widget-item ul {
	list-style: none;
	padding-left: 0;
}

.widget-item ul ul{
	padding-left: 30px;
}

.widget-item li > a {
	display: block;
}

.widget-item h4 {
	margin-bottom: 20px;
}

.widget_tag_cloud a,
.widget_tag_cloud a:after,
.post-title h2,
.post-title h1 {
	transition: 0.25s all ease;
}

/* Search widget */
.widget_search .screen-reader-text {
	display: none;
}

.widget_search .search-form {
	position: relative;
	display: block;
}

.widget_search label {
	width: 100%;
}

.widget_search .search-field {
	display: block;
	width: 100%;
	border: none;
	padding: 16px 20px;
	font-weight: 400;
	transition: 0.25s background;
	border: 1px solid #ddd;
	color: #8d8d8d;
}

.widget_search .search-submit {
	position: absolute;
	display: block;
	top: 50%; right: 5px;
	margin-top: -25px;
	width: 43px;
	height: 43px;
	border: none;
	text-align: center;
	background-color: transparent;
}

.widget_search .search-form i {
	display: block;
	font-size: 16px;
	line-height: 38px;
	cursor: pointer;
}

.widget_search .search-field::-webkit-input-placeholder {
	color: inherit;
	font-style: normal;
}

.widget_search .search-field:-moz-placeholder {
	color: inherit;
	font-style: normal;
}
.widget_search .search-field::-moz-placeholder {
	color: inherit;
	font-style: normal;
}
.widget_search .search-field:-ms-input-placeholder {
	color: inherit;
	font-style: normal;
}

.sh-blog-style1 .sh-sidebar-search-active .search-submit i,
.sh-blog-style1 .sh-sidebar-search-active .search-field,
.sh-blog-style1 .sh-sidebar-search-active .search-field::-webkit-input-placeholder {
	color: #fff!important;
}

/* Category widget */
.widget_categories ul {
	list-style: none;
	padding: 0;
	margin-bottom: 0;
}

.widget_categories li {
	padding: 12px 1px;
	border-bottom: 1px solid #e3e3e3;
	font-size: 0px;
	text-transform: uppercase;
}

.widget_categories li > a {
	display: inline-block;
}

.widget_categories li * {
	font-size: 13px;
}

.widget_categories li:first-child {
	padding-top: 0px;
}

.widget_categories li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

/* Calendar widget */
.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	padding: 10px!important;
	text-align: center;
}

/* Tag cloud widget*/
.widget_product_tag_cloud a,
.widget_tag_cloud a {
	display: inline-block;
	position: relative;
	padding: 0 10px;
	line-height: 30px;
	background-color: #f4f4f4;
	color: #8d8d8d;
	margin-right: 10px;
	font-size: 13px!important;
	margin-bottom: 12px;
    border-radius: 100px;
    border: 3px solid #fff;
    box-shadow: 0px 1px 4px 1px rgba(0,0,0,0.1);
    font-weight: bold;
}

.widget_product_tag_cloud a:hover,
.widget_tag_cloud a:hover {
	color: #fff!important;
	background-color: #47c9e5;
}

#sidebar .widget_product_tag_cloud .tagcloud a:hover,
#sidebar .widget_tag_cloud .tagcloud a:hover {
	color: #fff!important;
}

.widget_product_tag_cloud a:hover:after,
.widget_tag_cloud a:hover:after {
	border-left-color: #47c9e5;
}

/* Product title hover */
.widget-item.woocommerce .product-title {
	transition: 0.3s all ease-in-out;
}

.widget-item.woocommerce .product-title:hover {
	opacity: 0.8;
}

/* Product list widget */
.product_list_widget li {
	width: 100%;
	display: block;
	position: relative;
	margin-bottom: 15px!important;
	min-height: 65px!important;
	padding-left: 85px!important;
}

#sidebar .product_list_widget li.empty {
	padding-left: 0!important;
	min-height: 0px!important;
}

.product_list_widget a img {
	position: absolute;
	width: 65px!important;
	margin-left: 0!important;
	left: 0;
}

.product_list_widget a span,
.product_list_widget .star-rating {
	display: block;
}

.product_list_widget .star-rating {
	margin-top: 10px!important;
	margin-bottom: 15px!important;
}

.product_list_widget ins {
	text-decoration: none;
}

.product_list_widget .amount,
.product_list_widget ins span {
	font-size: 16px;
	font-weight: bold;
}

.product_list_widget del .amount {
	font-weight: normal;
}

/* Product filter widget */
.widget_price_filter .price_slider_wrapper .price_slider_amount {
	padding-top: 5px;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: #e5e5e5!important;
}

.widget_price_filter .ui-slider .ui-slider-handle {
	background-color: #fff!important;
	border: 2px solid #6ec8b9;
	width: 17px!important;
    height: 17px!important;
    top: -5px!important;
}

.widget_price_filter .ui-slider .ui-slider-range {
	background-color: rgba(110,200,185,0.6)!important;
}

.widget_price_filter .price_slider_wrapper .price_slider_amount .button {
	background-color: #f3f3f3!important;
	color: #8d8d8d!important;
	line-height: 40px!important;
	float: right;
	padding: 0px 22px!important;
	border-radius: 30px;
	font-size: 13px;
	text-transform: uppercase;
}

.widget_price_filter .price_slider_wrapper .price_label {
	font-size: 14px;
	float: left;
	line-height: 40px;
}

.widget_price_filter .price_slider_wrapper .price_label span {
	font-size: 16px;
	font-weight: bold;
}

.widget_price_filter .widget-title {
	padding-bottom: 5px;
}

/* Product categories widget */
.widget_product_categories ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.widget_product_categories li {
	border-bottom: 1px solid #e3e3e3;
	padding: 12px 0;
	text-transform: uppercase;
	font-size: 13px;
}

.product_list_widget .star-rating {
	display: none;
}

.widget_product_categories li:first-child {
	padding-top: 0;
}

.widget_product_categories li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.widget_product_categories li {
	display: block;
}

.widget_product_categories a {
	color: #8d8d8d;
	display: inline-block!important;
}

.widget_product_categories li .count,
.widget_categories li .count {
	float: right;
	font-weight: bold;
	background-color: #f3f3f3;
	color: #9A9A9A;
	border-radius: 50px;
	padding: 0px 8px;
	line-height: 1.4;
	cursor: default;
}

.widget_product_categories li .count {
	display: none;
}

/* Recent posts widget */
.widget_recent_entries li {
	border-bottom: 0px solid transparent!important;
	font-weight: bold;
	padding: 11px 0;
	position: relative;
}

.widget_recent_entries li:before {
	font-family: 'simple-line-icons';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	display: inline-block;
	position: absolute;
	top: 12px;
	content: "\e060";
	font-size: 16px;
}

.widget_recent_entries li a {
	padding-left: 37px!important;
}

#sidebar .widget_recent_entries li:before {
	top: 14px;
}

.sh-footer .widget_recent_entries li:first-child:before {
	top: 3px!important;
}


/* Instagram widget */
.null-instagram-feed .instagram-pics {
	position: relative;
	margin: -5px;
}

.null-instagram-feed .instagram-pics li {
	display: inline-block;
	position: relative;
	width: 33.3%;
	padding: 6px 10px;
	margin-right: -4px;
}

.null-instagram-feed .instagram-pics li a:not(.sh-instagram-element-overlay) {
	display: block;
	overflow: hidden;
	position: relative;
}

.null-instagram-feed img {
	width: 100%;
}

.null-instagram-feed .sh-overlay-item {
	height: 100%;
	width: 100%;
}


/* ------------------------------------------------------------------------ */
/* Widgets - Jevelin
/* ------------------------------------------------------------------------ */

/* No widgets found widget */
.no-widgets-found .widget-title {
	margin-bottom: 0;
	padding-bottom: 0;
	border: 0;
	text-transform: none;
}

/* Recent Posts widget */
.sh-recent-posts-widgets {
	position: relative;
}

.sh-recent-posts-widgets-item {
	padding-bottom: 15px;
	margin-bottom: 25px;
	position: relative;
	border-bottom: 1px solid #3E3E3E;
}

.sh-recent-posts-widgets-item:last-child {
	margin-bottom: 0;
	border-bottom-width: 0px;
}

.sh-recent-posts-widgets-item-content {
	padding-left: 80px;
	min-height: 55px;
}

.sh-recent-posts-widgets-item-thumb {
	position: absolute;
	width: 55px;
	height: 55px;
	left: 0;
	top: 0;
}

.sh-recent-posts-widgets-count {
	background-color: #47c9e5;
	padding: 2px 6px;
	line-height: 1;
	font-weight: bold;
	border-radius: 20px;
	position: absolute;
	top: -7px;
	right: -7px;
	font-size: 13px;
	z-index: 500;
	color: #fff!important;
    box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.2);
}

.sh-recent-posts-widgets-item h6 {
	padding-top: 5px;
	margin-bottom: 8px;
	font-size: 14px;
}

.sh-recent-posts-widgets-item-meta {
	font-size: 12px;
}

.sh-recent-posts-widgets-item-meta i {
	position: relative;
	bottom: -3px;
	padding-right: 5px;
	font-size: 16px;
}

/* Portoflio widget */
.sh-portfolio-widget {
	position: relative;
	margin: -7.5px;
}

.sh-portfolio-widget:after {
	content: "";
	display: block;
	clear: both;
}

.sh-portfolio-widget-item {
	padding: 7.5px;
	float: left;
	width: 33.3%;
	max-width: 100px;
	min-width: 60px;
	overflow: hidden;
}

.sh-portfolio-widget-item img {
	margin-bottom: 0px
}

.sh-portfolio-widget-item .sh-portfolio-widget-background {
	display: block;
	position: relative;
	background-size: cover;
	background-position: 50% 50%;
}

.sh-mini-overlay-container {
	position: absolute;
	top: 0px; right: 0px; left: 0px; bottom: 0px;
	background-color: rgba(71,201,229,0.75);
	text-align: center;
	opacity: 0;
}

.sh-mini-overlay i {
	line-height: 1px;
	font-size: 24px;
	color: #fff!important;
	display: block;
}

.sh-mini-overlay .sh-mini-overlay-container:hover {
	opacity: 1;
}

/* Contacts widget */
.sh-contacts-widget-item {
	margin-bottom: 15px;
	padding-left: 40px;
	position: relative;
}

.sh-contacts-widget-item i {
	display: block;
	padding-top: 4px;
	position: absolute;
	left: 0;
	font-size: 18px;
	width: 18px;
}

/* Social widget */
.sh-social-widgets {
	position: relative;
	margin: -4px;
}

.sh-social-widgets:after {
	clear: both;
	content: "";
	display: block;
}

.sh-social-widgets-item {
	margin: 0 5px;
	margin-bottom: 10px;
	width: 50px;
	height: 50px;
	text-align: center;
	float: left;
	color: #8d8d8d;
	background-color: #f4f4f4;
	font-size: 18px;
	border-radius: 50px;
}

.sh-social-widgets-item i {
	font-size: 19px;
	line-height: 50px;
}

/* Image widget */
.sh-image-widgets img {
	margin-bottom: 0px;
	padding-bottom: 15px;
}

.sh-image-widgets-description a {
	margin-right: 25px;
}

.sh-image-widgets-description i {
	font-size: 18px;
}

.sh-image-widgets-social {
	padding-top: 15px;
}


/**
 * 23.0 - Nothing Found
 */

.sh-nothing-found {
	background-color: #f4f4f4;
	padding: 19px;
	float: none;
}

.sh-nothing-found .sh-table-cell-top:first-child {
	width: 45px;
}

.sh-nothing-found h2 {
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.sh-nothing-found p {
	margin: 0;
}

.sh-nothing-found i {
	color: #505050;
	font-size: 26px;
}

.sh-nothing-found-big {
	margin-top: 50px;
	color: #e5e5e5;
	font-weight: bold;
	max-width: 500px;
}

.sh-nothing-found-big span {
	font-size: 56px;
	line-height: 56px;
}

.sh-nothing-found-big div {
	font-size: 110px;
	text-transform: uppercase;
	line-height:100px;
}

.woocommerce > .cart-empty,
.woocommerce > .woocommerce-notices-wrapper > .cart-empty {
	display: none;
}

.sh-search-results .post-item .post-meta-two {
	display: none;
}


/**
 * 24.0 404 Page
 */

.sh-404 {
	background-size: cover;
	background-position: center center;
	background-color: #4C4C4C;
}

.sh-404 > div {
	width: 33.3%;
	text-align: center;
	color: #fff;
	border-right: 30px solid #fff;
	vertical-align: top;
	padding: 0 35px 80px 35px;
}

.sh-404 > div:last-child {
	border-right: 0;
}

.sh-404-title {
	display: block;
	width: 100%;
	padding: 110px 0 60px 0;
	line-height: 110px;
	font-size: 110px;
	font-weight: bold;
	text-align: center;
}

.sh-404-mobile-title {
	letter-spacing: 25px;
}

.sh-404 h3 {
	font-weight: bold;
	color: #fff;
	font-size: 24px;
}

.sh-404-button {
	display: inline-block;
	margin: 0 auto;
	background-color: #47c9e5;
	color: #fff!important;
	padding: 15px 25px;
	margin-top: 15px;
}

.sh-404-button i {
	padding-right: 8px;
}

#sh-404-mobile {
	display: none;
}

@media (max-width: 850px) {
	#sh-404 {
		display: none;
	}

	#sh-404-mobile {
		display: block;
	}
}

@media (max-width: 850px) {

	#sh-404-mobile > div {
		padding: 0 15px 50px 15px;
	}

	#sh-404-mobile .sh-404-mobile-title {
		font-size: 60px;
		padding: 50px 0 30px 0;
	letter-spacing: 15px;
	}
}


/**
 * 25.0 - Back to top
 */

.sh-back-to-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	opacity: 0;
	transition: 0.3s all ease;
	cursor: pointer;
	width: 50px;
	height: 50px;
	text-align: center;
	overflow: hidden;
	z-index: 5000;
	color: #cecece;
	border: 2px solid #cecece;
}

.sh-back-to-top:hover {
	background-color: #47c9e5;
	border: 2px solid #47c9e5;;
	color: #fff;
}

.sh-back-to-top i {
	display: block;
	font-size: 24px;
	line-height: 46px;
}

.sh-back-to-top.active {
	opacity: 1;
}

.sh-back-to-top.filled {
	background-color: #BDBDBD;
	border-color: #BDBDBD;
	color: #fff;
}

.sh-back-to-top2 {
	border-radius: 100%;
	width: 60px;
	height: 60px;
}

.sh-back-to-top2 i {
	line-height: 56px;
	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
}

/*.sh-back-to-top3 {
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.sh-back-to-top3 i {
	line-height: 34px;
	height: 50px;
	width: 50px;
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}*/

.sh-back-to-top3 {
	box-shadow: 0px 3px 13px 1px rgba(0,0,0,0.12);
	background-color: #fff;
	border-width: 0px!important;
	font-size: 20px;
}

.sh-back-to-top3 i {
	font-size: 20px;
}


/**
 * 26.0 - Page Loader
 */

.sh-page-loader {
	background-color: #fff;
	position: fixed;
	top: 0; bottom: 0; left: 0; right: 0;
	width: 100%;
	height: 100%;
	z-index: 995000;
}

/* Page Loader - Cube Grid */
.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 100px auto;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #333;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
          animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s; }
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  }
}

/* Page Loader - Folding Cube */
.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
          -ms-transform: rotate(45deg);
      transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          -ms-transform: scale(1.1) rotate(90deg);
      transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          -ms-transform: scale(1.1) rotate(180deg);
      transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          -ms-transform: scale(1.1) rotate(270deg);
      transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

/* Page Loader - Spinner */
.sk-spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}

.sk-spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.sk-spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.sk-spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.sh-page-loader-style-spinner #loading-center-absolute {
	display: table;
	margin: 0 auto;
}

.sh-page-loader-style-spinner .object {
	width: 20px;
	height: 20px;
	background-color: #8d8d8d;
	float: left;
	margin-right: 20px;
	border-radius: 50% 50% 50% 50%;
}

.sh-page-loader-style-spinner .object:last-child {
	margin-right: 0;
}

.sh-page-loader-style-spinner #object_one {
	-webkit-animation: object_one 1.5s infinite;
	animation: object_one 1.5s infinite;
}

.sh-page-loader-style-spinner #object_two {
	-webkit-animation: object_two 1.5s infinite;
	animation: object_two 1.5s infinite;
	-webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}

.sh-page-loader-style-spinner #object_three {
    -webkit-animation: object_three 1.5s infinite;
	animation: object_three 1.5s infinite;
	-webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

@-webkit-keyframes object_one {
	75% { -webkit-transform: scale(0); }
}

@keyframes object_one {
	75% {
		transform: scale(0);
		-webkit-transform: scale(0);
	}
}

@-webkit-keyframes object_two {
	75% { -webkit-transform: scale(0); }
}

@keyframes object_two {
	75% {
		transform: scale(0);
		-webkit-transform:  scale(0);
	}
}

@-webkit-keyframes object_three {
	75% { -webkit-transform: scale(0); }
}

@keyframes object_three {
	75% {
		transform: scale(0);
		-webkit-transform: scale(0);
	}
}

/* Pulse animation */
@-webkit-keyframes animate_pulse {
	0% { -webkit-box-shadow: 0 0 0 0 rgba( 0, 0, 0, 0.08 ); }
	70% { -webkit-box-shadow: 0 0 0 18px rgba( 0, 0, 0, 0 ); }
	100% { -webkit-box-shadow: 0 0 0 0 rgba( 0, 0, 0, 0 ); }
}
@keyframes animate_pulse {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba( 0, 0, 0, 0.08 );
		box-shadow: 0 0 0 0 rgba( 0, 0, 0, 0.1 );
	}
	70% {
		-moz-box-shadow: 0 0 0 18px rgba( 0, 0, 0, 0 );
		box-shadow: 0 0 0 18px rgba( 0, 0, 0, 0 );
	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgba( 0, 0, 0, 0 );
		box-shadow: 0 0 0 0 rgba( 0, 0, 0, 0 );
	}
}


/**
 * 27.0 White Borders
 */

.sh-window-line {
	position: fixed;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 5000;
}

.sh-window-line.line-top {
	top: 0;
}

.sh-window-line.line-top,
.sh-window-line.line-bottom {
	height: 20px;
}

.sh-window-line.line-left,
.sh-window-line.line-right {
	width: 20px;
}

.sh-window-line.line-bottom {
	bottom: 0;
}

.sh-window-line.line-left {
	top: 0;
	bottom: 0;
	right: auto;
}

.sh-window-line.line-right {
	top: 0;
	bottom: 0;
	left: auto;
}

.page-white-borders #page-container {
	padding-bottom: 20px;
}


@media (min-width: 1100px) {
	.sh-header-in-side .sh-window-line.line-left,
	.sh-header-in-side .sh-window-line.line-bottom,
	.sh-header-in-side .sh-window-line.line-top {
		left: 320px;
	}
}
.page-white-borders.page-layout-right-fixed .sh-header-right-side {
	height: auto!important;
}

.page-white-borders.page-layout-right-fixed .sh-header-right-side .header-mobile-social-media {
	bottom: 20px;
}

.page-white-borders .primary-desktop {
	padding-top: 20px;
}

body.admin-bar.page-white-borders .sh-header-right-side {
	top: 52px!important;
}

body.page-white-borders.page-layout-right-fixed .sh-header-right-side {
	top: 20px;
}

body.page-white-borders.header-in-left-side .sh-window-line.line-left {
	z-index: 499!important;
}


/**
 * 28.0 - Notice
 */

.sh-page-notice {
	width: 100%;
	background-color: #383838;
	color: #e2e1e1;
	padding: 20px 0;
	display: none;
}

.sh-page-notice a {
	color: #e2e1e1;
}

.sh-page-notice a:hover,
.sh-page-notice a:focus {
	color: #fff;
}

.sh-page-notice .sh-page-notice-button {
	background-color: #767676;
	position: relative;
	display: inline-block;
	padding: 8px 18px;
	margin: -8px 0;
	margin-left: 16px;
	font-weight: bold;
	color: #fff;
}

.sh-page-notice .sh-page-notice-button:hover {
	background-color: #8d8d8d;
}

.sh-page-notice .text-right {
	min-width: 100px;
}

@media (max-width: 1025px) {
	#page-container > .sh-page-notice {
		display: none!important;
	}
}


/**
 * 29.0 - Dynamic Ratio
 */

.sh-ratio {
	position: relative;
}

.sh-ratio-container {
	padding-bottom: 56.25%;
}

.sh-ratio-container-4_3 {
	padding-bottom: 75%;
}

.sh-ratio-container-square {
	padding-bottom: 100%;
}

.sh-ratio-content {
	position: absolute;
	top: 0; right: 0; left: 0; bottom: 0;
	background-size: cover;
	background-position: 50% 50%;
}

.sh-ratio-content iframe {
	width: 100%;
	height: 100%;
}


/**
 * 30.0 - Other Elements
 */
.bottom-1 {
	position: relative;
	bottom: -1px;
}
.bottom-2 {
	position: relative;
	bottom: -2px;
}
.bottom-3 {
	position: relative;
	bottom: -3px;
}
.bottom-4 {
	position: relative;
	bottom: -4px;
}

/* Hamgurger menu icon */
.c-hamburger {
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 24px;
	height: 20px;
	font-size: 0;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
	top: 10px;
}

.c-hamburger:focus {
	outline: none;
}

.c-hamburger span {
	display: block;
	position: absolute;
	top: 9px;
	left: 0px;
	right: 0px;
	height: 2px;
	background: #545454;
}

.c-hamburger span::before,
.c-hamburger span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #545454;
	content: "";
}

.c-hamburger span::before {
  top: -9px;
}

.c-hamburger span::after {
  bottom: -9px;
}

.c-hamburger--htx {
  background-color: transparent;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  transition-property: top, transform;
}

.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}

.c-hamburger--htx.is-active span {
  background: transparent!important;
}

.c-hamburger--htx.is-active span::before {
	top: 0;
	transform: rotate(45deg);
	width: 26px;
	left: -4px;
	margin-left: 3px;
}

.c-hamburger--htx.is-active span::after {
	bottom: 0;
    transform: rotate(-45deg);
	width: 26px;
	left: -4px;
	margin-left: 3px;
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
	transition-delay: 0s, 0.3s;
}


/**
 * 31.0 - Visual Composer
*/

.sh-element-inline {
	display: inline-block!important;
	margin-right: -4px!important;
	vertical-align: top;
}

/* Empty Space Element */
body.vc_editor.compose-mode .vc_empty_space {
	background: repeating-linear-gradient( 45deg, rgba(255,255,255,0.3), rgba(255,255,255,0.3) 15px, rgba(185, 185, 185, 0.2) 15px, rgba(185, 185, 185, 0.2) 30px);
	border-radius: 8px;
}

.vc_row .sh-progress .sh-progress-item,
.vc_row .sh-progress-style2 .sh-progress-item,
.vc_row .sh-countdown,
.vc_row .sh-counter,
.vc_row .sh-text-block p:last-child {
	margin-bottom: 0;
}

.vc_row .sh-button-container {
	margin-top: 0;
	margin-bottom: 0;
}

.wpb_single_image img,
.vc_row .sh-team-image img {
	margin-bottom: 0!important;
}

i.icon {
	vertical-align: inherit;
	margin-left: 0px;
	line-height: normal;
	height: auto;
	width: auto;
}

.jarallax {
    position: relative;
    z-index: 0;
}
.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    /* support for plugin https://github.com/bfred-it/object-fit-images */
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}


/**
 * Visual Composer: Global Elements
 */
body.compose-mode header.primary-desktop,
body.compose-mode header.primary-mobile {
	pointer-events: none;
}


body.compose-mode .page-content.vc-main-sortable-container > .vc_empty-placeholder:first-child {
	display: none;
}


.vc_row_reversed_columns {
	display: flex;
}

@media only screen and (min-width: 768px) {
	.vc_column_full_height {
		height: 100vh;
	}
}

@media only screen and (max-width: 768px) {
	.vc_row_reversed_columns {
		flex-direction: column-reverse;
	}
}

@media (min-width: 1250px) {
	.vc_row[data-vc-full-width="true"][data-vc-stretch-content="true"] {
		margin-left: calc(-100vw / 2 + 1200px / 2 + 7.5px);
		margin-right: calc(-100vw / 2 + 1200px / 2 + 7.5px);
	}

	.vc_row[data-vc-full-width="true"]:not([data-vc-stretch-content="true"]) {
		margin-left: calc(-100vw/2 + 1200px/2 + 7.5px);
	    margin-right: calc(-100vw/2 + 1200px/2 + 7.5px);
	    padding-left: calc(100vw/2 - 1200px/2 - 7.5px)!important;
	    padding-right: calc(100vw/2 - 1200px/2 - 7.5px)!important;
	}


	/* Boxed Layout */
	.sh-boxed-layout .vc_row[data-vc-full-width="true"][data-vc-stretch-content="true"] {
		width: auto!important;
		left: 0!important;
		margin-left: -45px!important;
		margin-right: -45px!important;
	}

	.sh-boxed-layout .vc_row[data-vc-full-width="true"]:not([data-vc-stretch-content="true"]) {
		width: auto!important;
		left: 0!important;
		margin-left: -45px!important;
		margin-right: -45px!important;
		padding-left: 45px!important;
		padding-right: 45px!important;
	}
}

.vc_row_shadow1,
.vc_row_shadow1_hover:hover,
.vc_column_shadow1,
.vc_column_shadow1_hover:hover {
	box-shadow: 0 15px 25px -7px rgba(0,0,0,0.09), 0 -12px 10px -10px rgba(0,0,0,0.04);
}

.vc_row_shadow2,
.vc_row_shadow2_hover:hover,
.vc_column_shadow2,
.vc_column_shadow2_hover:hover {
	box-shadow: 0px 3px 13px 1px rgba(0,0,0,0.12);
}

.vc_row_shadow3,
.vc_row_shadow3_hover:hover,
.vc_column_shadow3,
.vc_column_shadow3_hover:hover {
	box-shadow: 0px 15px 45px -9px rgba(0,0,0,0.25);
}

.vc_element_shadow,
.vc_row_shadow1_hover,
.vc_row_shadow2_hover,
.vc_row_shadow3_hover,
.vc_column_shadow1_hover,
.vc_column_shadow2_hover,
.vc_column_shadow3_hover {
	transition: 0.3s all ease-in-out;
}

.vc_row[data-vc-full-width]:not(.vc_parallax):not(.vc_row-no-padding):not(.jarallax) {
	overflow: visible;
}

.vc_row .wpb_revslider_element {
	font-size: 0px;
	position: relative;
	z-index: 0;
}

@media (max-width: 800px) {
	.vc_column_reponsive_border_disabled .vc_column-inner {
		border-width: 0px!important;
	}
}


.vc_row.jarallax > .vc_column_container,
.vc_row.jarallax > .vc_vc_column {
	z-index: 1;
}

.vc_row_custom_container {
	width: 100%;
}


/* Column Mobile Element Alignment */
@media (max-width: 800px) {
	.vc_column_mobile_element_alignment_center .sh-text-block,
	.vc_column_mobile_element_alignment_center .sh-text-block p,
	.vc_column_mobile_element_alignment_center .sh-text-group,
	.vc_column_mobile_element_alignment_center .sh-text-group p,
	.vc_column_mobile_element_alignment_center .sh-heading span,
	.vc_column_mobile_element_alignment_center .sh-heading-content,
	.vc_column_mobile_element_alignment_center .sh-button-container,
	.vc_column_mobile_element_alignment_center .sh-single-image,
	.vc_column_mobile_element_alignment_center .vc_custom_heading,
	.vc_column_mobile_element_alignment_center .sh-button-container,
	.vc_column_mobile_element_alignment_center .wpb_single_image,
	.vc_column_mobile_element_alignment_center .sh-list {
		text-align: center!important;
	}

	.vc_column_mobile_element_alignment_left .sh-text-block,
	.vc_column_mobile_element_alignment_left .sh-text-block p,
	.vc_column_mobile_element_alignment_left .sh-text-group,
	.vc_column_mobile_element_alignment_left .sh-text-group p,
	.vc_column_mobile_element_alignment_left .sh-heading span,
	.vc_column_mobile_element_alignment_left .sh-heading-content,
	.vc_column_mobile_element_alignment_left .sh-button-container,
	.vc_column_mobile_element_alignment_left .sh-single-image,
	.vc_column_mobile_element_alignment_left .vc_custom_heading,
	.vc_column_mobile_element_alignment_left .sh-button-container,
	.vc_column_mobile_element_alignment_left .wpb_single_image,
	.vc_column_mobile_element_alignment_left .sh-list {
		text-align: left!important;
	}

	.vc_column_mobile_element_alignment_right .sh-text-block,
	.vc_column_mobile_element_alignment_right .sh-text-block p,
	.vc_column_mobile_element_alignment_right .sh-text-group,
	.vc_column_mobile_element_alignment_right .sh-text-group p,
	.vc_column_mobile_element_alignment_right .sh-heading span,
	.vc_column_mobile_element_alignment_right .sh-heading-content,
	.vc_column_mobile_element_alignment_right .sh-button-container,
	.vc_column_mobile_element_alignment_right .sh-single-image,
	.vc_column_mobile_element_alignment_right .vc_custom_heading,
	.vc_column_mobile_element_alignment_right .sh-button-container,
	.vc_column_mobile_element_alignment_right .wpb_single_image,
	.vc_column_mobile_element_alignment_right .sh-list {
		text-align: right!important;
	}
}

@media (max-width: 800px) {
	.vc_element_responsive_background_image > #jarallax-container-0,
	.vc_element_responsive_background_image > #jarallax-container-1,
	.vc_element_responsive_background_image > #jarallax-container-2,
	.vc_element_responsive_background_image > #jarallax-container-3,
	.vc_element_responsive_background_image > #jarallax-container-4,
	.vc_element_responsive_background_image > #jarallax-container-5 {
		display: none!important;
	}
}



/**
** Carousel - Global Options
*/
/* Style 2 - Standard  */
.carousel-dot-style2 .slick-dots li.slick-active button {
	box-shadow: none;
	width: 15px;
	height: 15px;
}


/* Style 3 - Modern  */
.carousel-dot-style3 .slick-dots li.slick-active button {
	box-shadow: none;
	width: 15px;
	height: 15px;
}

.carousel-dot-style3:not(.carousel-dot-active-background) #page-container .slick-dots li.slick-active button {
	background-color: #3b3b3b!important;
}

.carousel-dot-style3 .slick-dots li button {
	border: 1px solid #3b3b3b;
	background-color: transparent;
}


/* Spacing */
.carousel-dot-spacing-3px .slick-dots li { margin: 0 3px; }
.carousel-dot-spacing-8px .slick-dots li { margin: 0 8px; }
.carousel-dot-spacing-10px .slick-dots li { margin: 0 10px; }
.carousel-dot-spacing-12px .slick-dots li { margin: 0 12px; }
.carousel-dot-spacing-15px .slick-dots li { margin: 0 15px; }

.carousel-dot-spacing-3px .slick-dots li:first-child,
.carousel-dot-spacing-8px .slick-dots li:first-child,
.carousel-dot-spacing-10px .slick-dots li:first-child,
.carousel-dot-spacing-12px .slick-dots li:first-child,
.carousel-dot-spacing-15px .slick-dots li:first-child {
	margin-left: 0px;
}


/* Size */
.carousel-dot-size-small .slick-dots li button {
	width: 9px;
	height: 9px;
}

.carousel-dot-size-small.carousel-dot-style1 .slick-dots li.slick-active button {
	width: 12px;
	height: 12px;
}

.carousel-dot-size-small.carousel-dot-style2 .slick-dots li.slick-active button,
.carousel-dot-size-small.carousel-dot-style3 .slick-dots li.slick-active button {
	width: 9px;
	height: 9px;
}

.carousel-dot-size-standard.carousel-dot-style3 .slick-dots li.slick-active button {
	width: 15px;
	height: 15px;
}



/**
 * Jevelin 5 Style
 */
.sh-jevelin-style3 .sh-alert-with-line.sh-alert-error .sh-alert-icon-container {
	border-width: 0px;
}

.sh-jevelin-style3 .sh-nav li.menu-item-has-children > a:after,
.sh-jevelin-style3 .sh-nav li.menu-item li.menu-item-has-children > a:after {
	content: "\f078";
	font-family: 'FontAwesome'!important;
	font-size: 70%;
}

.sh-jevelin-style3 .SumoSelect > .CaptionCont > label > i:after {
	content: "\f078"!important;
	font-family: 'FontAwesome'!important;
	font-size: 12px;
}

.sh-jevelin-style3 .sh-woo-layout table.variations td {
	position: relative;
}

.sh-jevelin-style3 .sh-woo-layout table.variations select {
	cursor: pointer;
}

.sh-jevelin-style3 .sh-woo-layout table.variations td:after {
	content: "\f078";
	font-family: 'FontAwesome';
	font-size: 70%;
	position: absolute;
	right: 20px;
	top: 10px;
	pointer-events: none;
}


.sh-jevelin-style3 .sh-nav li.menu-item li.menu-item-has-children > a:after {
	padding-top: 1px;
}

.sh-jevelin-style3 .sh-nav > li.menu-item-has-children > a:after {
	margin-left: 0.5em;
    top: -0.1em;
}

.sh-jevelin-style3 .sh-titlebar .title-level .separator:after {
	content: "\f054";
	font-family: 'FontAwesome'!important;
}

.sh-jevelin-style3 .sh-titlebar:not(.sh-titlebar-revslider) a {
	color: inherit!important;
}

.sh-jevelin-style3 .widget_product_categories li .count,
.sh-jevelin-style3 .widget_categories li .count {
	color: inherit;
	border-radius: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.sh-jevelin-style3 .widget_search .search-form i {
	font-size: 17px;
}

.sh-jevelin-style3 .widget_product_categories li {
	font-size: inherit;
}

.sh-jevelin-style3 .widget_product_categories a {
	text-transform: none;
	font-weight: 600;
}

.sh-jevelin-style3 .widget_product_categories li {
	border-width: 0px;
	padding-bottom: 0px;
}

.sh-jevelin-style3 .widget_search .search-field,
.sh-jevelin-style3 #sidebar .search-field {
	border-radius: 5px;
	background-color: #f4f4f4;
	border-width: 0px;
}

.sh-jevelin-style3 .sh-popover-mini {
	right: 20px;
	top: 20px;
	left: auto;
	box-shadow: none;
	border-radius: 5px;
	border-width: 0px;
	line-height: 24px;
	padding: 0px 10px;
	background-color: #3a3a3a;
	pointer-events: none
}

.sh-jevelin-style3 .sh-popover-mini::before,
.sh-jevelin-style3 .sh-popover-mini::after {
	display: none;
}

.sh-jevelin-style3 .sh-popover-mini:not(.sh-popover-mini-dark) {
	background-color: #f73e5c;
}

.sh-jevelin-style3 .woocomerce-styling .woocommerce-result-count {
	margin-bottom: 5px;
}

.sh-jevelin-style3.woocommerce .woocomerce-styling .woocommerce-ordering {
	margin-bottom: 0px;
}

.sh-jevelin-style3 .woocommerce-ordering select.orderby {
	border-width: 0px;
    padding-left: 0px;
	height: 50px!important;
}

.sh-jevelin-style3 .woocommerce-ordering .SumoSelect .SelectBox {
	padding: 0;
    border-width: 0px!important;
    font-weight: bold;
    color: inherit;
}

@media (max-width: 800px) {
	.sh-jevelin-style3 .woocommerce-ordering .SumoSelect .SelectBox {
		text-align: center;
	    line-height: 40px!important;
	    margin-bottom: 20px;
		padding-left: 30px;
	}
}

.sh-jevelin-style3 .woocommerce-ordering .SumoSelect.open .search-txt {
	padding: 1px 0px;
	font-weight: bold;
}

.sh-jevelin-style3 .woocommerce-ordering .SumoSelect .SelectBox > label {
	display: none;
}

.sh-jevelin-style3 .woocommerce-ordering .SumoSelect .SelectBox > span:after {
	content: "\f078";
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	font-size: 10px;
	padding-left: 3px;
}

.sh-jevelin-style3 .SumoSelect > .optWrapper {
	box-shadow: 0px 15px 45px -9px rgba(0,0,0,0.20);
	border-radius: 5px;
	border-width: 0px;
	padding: 15px 0;
}

.sh-jevelin-style3 .SumoSelect > .optWrapper > .options li.opt {
	border-width: 0px;
}

.sh-jevelin-style3 .SumoSelect > .optWrapper > .options li.opt label {
	color: inherit;
}

.sh-jevelin-style3 .SumoSelect > .optWrapper > .options li.opt:hover {
	background-color: transparent;
}

.sh-jevelin-style3 .SumoSelect > .optWrapper > .options li.opt:hover label {
	font-weight: bold;
}

.sh-jevelin-style3 .widget_product_tag_cloud a,
.sh-jevelin-style3 .widget_tag_cloud a,
.sh-jevelin-style3 .sh-blog-tag-item {
	text-transform: uppercase;
    border-width: 0px;
    box-shadow: none;
    border-radius: 5px;
    padding: 0 12px;
	line-height: 32px;
	background-color: #f4f4f4;
	transition: 0.3s all ease-in-out;
	opacity: 0.6;
}

.sh-jevelin-style3 .widget_product_tag_cloud a:hover,
.sh-jevelin-style3 .widget_tag_cloud a:hover,
.sh-jevelin-style3 .sh-blog-tag-item:hover {
	opacity: 1;
}

.sh-jevelin-style3 ul.page-numbers,
.sh-jevelin-style3.woocommerce nav.woocommerce-pagination ul.page-numbers {
	border-radius: 5px;
	padding: 5px 0px;
}

.sh-jevelin-style3 ul.page-numbers .current,
.sh-jevelin-style3 ul.page-numbers .current:hover,
.sh-jevelin-style3.woocommerce nav.woocommerce-pagination ul.page-numbers .current,
.sh-jevelin-style3.woocommerce nav.woocommerce-pagination ul.page-numbers .current:hover {
	border-radius: 5px;
}

.sh-jevelin-style3 ul.page-numbers a,
.sh-jevelin-style3 ul.page-numbers span,
.sh-jevelin-style3.woocommerce nav.woocommerce-pagination ul.page-numbers a,
.sh-jevelin-style3.woocommerce nav.woocommerce-pagination ul.page-numbers span {
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
}

.sh-jevelin-style3 ul.page-numbers .prev,
.sh-jevelin-style3 ul.page-numbers .next,
.sh-jevelin-style3.woocommerce nav.woocommerce-pagination ul.page-numbers .prev,
.sh-jevelin-style3.woocommerce nav.woocommerce-pagination ul.page-numbers .next {
    width: auto;
	padding: 0 8px;
}

.sh-jevelin-style3 ul.page-numbers li,
.sh-jevelin-style3.woocommerce nav.woocommerce-pagination ul.page-numbers li {
	margin: 0 4px;
}

.sh-jevelin-style3 #content.content-with-sidebar-left {
	width: 72.2%;
	   padding-left: 2.8%;
}

.sh-jevelin-style3 #content.content-with-sidebar-right {
	width: 72.2%;
	padding-right: 2.8%;
}

.sh-jevelin-style3 .woocommerce-ordering + ul.products {
	padding-top: 50px;
}


/*
** Single product
*/
.sh-jevelin-style3.woocommerce div.product p.stock.out-of-stock {
	color: #ff2929;
	margin-bottom: 25px;
}

.sh-jevelin-style3.woocommerce .product .images {
	padding-right: 0px;
}

.sh-jevelin-style3.woocommerce div.product div.summary {
	padding-top: 23px;
	padding-left: 20px;
}

.sh-jevelin-style3.woocommerce .woocomerce-styling .product .product_title {
	font-size: 36px;
}

.sh-jevelin-style3.woocommerce .woocomerce-styling .product .product_title,
.sh-jevelin-style3.woocommerce .product .woo-seperator-line {
	border-width: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

.sh-jevelin-style3.woocommerce div.product p.price {
	color: inherit!important;
	font-weight: bold;
	font-size: 18px;
}

.sh-jevelin-style3 .woocommerce-tabs.wc-tabs-wrapper {
	margin-top: 40px;
}

.sh-jevelin-style3 .sh-social-share-button,
.sh-jevelin-style3.woocommerce div.product form.cart .variations select {
	border-radius: 5px;
}

.sh-jevelin-style3.woocommerce div.product form.cart .variations select {
	font-weight: bold;
    color: inherit;
}

.sh-jevelin-style3.woocommerce div.product form.cart button {
	border-radius: 5px!important;
}

.sh-jevelin-style3 .sh-social-share-button,
.sh-jevelin-style3.woocommerce div.product form.cart button {
	text-transform: none;
}

.sh-jevelin-style3.woocommerce div.product form.cart.grouped_form button {
	float: none!important;
}

.sh-jevelin-style3 .sh-social-share-button {
	padding: 0 22px 0 18px;
	height: 40px;
}

.sh-jevelin-style3 .sh-social-share-button i {
	padding-right: 8px;

}

.sh-jevelin-style3 .sh-social-share-networks .jssocials-share-link {
	line-height: 40px;
}

.sh-jevelin-style3 .sh-social-share-button span {
	line-height: 40px;
	text-transform: none;
}

.sh-jevelin-style3.woocommerce div.product form.cart .variations tr,
.sh-jevelin-style3.woocommerce div.product form.cart .variations td {
	display: block;
	text-align: left;
}

.sh-jevelin-style3 .sh-woo-layout table.variations td label {
	line-height: 30px;
}

.sh-jevelin-style3 .sh-woo-layout table.variations tr {
	padding-bottom: 10px;
	padding-right: 80px;
}

.sh-jevelin-style3 .woocommerce-review-link {
	font-weight: 600;
	top: -2px;
	position: relative;
}

.sh-jevelin-style3.woocommerce .product .product_meta span,
.sh-jevelin-style3.woocommerce .product .product_meta .posted_in a {
	text-transform: none;
	font-size: inherit;
	font-weight: 600;
}

.sh-jevelin-style3.woocommerce .product .product_meta span.sku,
.sh-jevelin-style3.woocommerce .product .product_meta .tagged_as a {
	opacity: 0.7;
}

.sh-jevelin-style3.woocommerce .product .product_meta .posted_in a:hover{
	opacity: 0.8;
	transition: 0.3s all ease;
}

.sh-jevelin-style3.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	text-transform: none;
	font-size: 14px;
}

.sh-jevelin-style3.woocommerce .woocommerce-tabs li a:after {
	height: 2px;
	bottom: -1px;
}

.sh-jevelin-style3.woocommerce div.product .woocommerce-tabs ul.tabs:before {
	border-bottom-width: 2px;
	color: #ececec;
}

.sh-jevelin-style3.woocommerce .product .woo-short-description {
	font-weight: 500;
	font-size: 16px;
}

.sh-jevelin-style3 .sh-woo-layout .woocommerce-variation {
	padding: 0px;
	font-size: normal
}

.sh-jevelin-style3.woocommerce .product .woo-seperator-line {
	margin-top: 35px;
}

.sh-jevelin-style3 .woocommerce-variation-add-to-cart {
	margin-top: 25px;
}

.sh-jevelin-style3 .sh-woo-layout table.variations {
	max-width: 380px;
	position: relative;
}

.sh-jevelin-style3 .sh-woo-layout table.variations .reset_variations {
	position: absolute;
	top: 10px;
    right: -74px;
	background-color: #f2f2f2;
	color: #787878;
	width: 60px;
	line-height: 30px;
	text-align: center;
	border-radius: 100px;
	text-transform: none;
	font-size: 12px;
	font-weight: 500;
}

.sh-jevelin-style3 .sh-woo-layout table.variations .reset_variations:hover {
	background-color: #787878;
	color: #f2f2f2;
}

.sh-jevelin-style3 .sh-increase-number-down i:before {
	content: "\f063";
	font: normal normal normal 14px/1 FontAwesome;
}

.sh-jevelin-style3 .sh-increase-number-up i:before {
	content: "\f062";
	font: normal normal normal 14px/1 FontAwesome;
}

.sh-jevelin-style3 .sh-increase-numbers input {
	color: inherit;
}

.sh-jevelin-style3 .sh-increase-numbers i {
	opacity: 0.5;
	line-height: 46px;
}

.sh-jevelin-style3 .sh-increase-numbers i:before {
	font-size: 12px;
}

.sh-jevelin-style3 .sh-increase-numbers span:hover i {
	opacity: 1;
}

.sh-jevelin-style3.woocommerce p.stars a:before,
.sh-jevelin-style3.woocommerce .woocommerce-tabs .comment-form-rating span > a:before {
	content: "\f005"!important;
	font-family: 'FontAwesome'!important;
}

.sh-jevelin-style3.woocommerce .woocommerce-tabs .comment-form-rating span > a:before {
	padding: 10px 11px;
}

.sh-jevelin-style3.woocommerce .woocommerce-tabs .comment-form-rating p.stars a {
	padding: 18px;
}

.sh-jevelin-style3.woocommerce .woocommerce-tabs .comment-form-rating p.stars a {
	margin-right: 1px;
}

.sh-jevelin-style3 .woocommerce-review__dash {
	opacity: 0;
}

.sh-jevelin-style3.woocommerce #reviews #comments h2 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 55px;
}

.sh-jevelin-style3 .woocommerce-tabs #tab-reviews input#submit {
	text-transform: none;
	border-radius: 5px!important;
}

.sh-jevelin-style3.woocommerce div.product .woocommerce-tabs ul.tabs {
	margin-bottom: 35px;
}

.sh-jevelin-style3.woocommerce .woocommerce-tabs #review_form_wrapper .comment-reply-title {
	font-weight: bold;
	margin-bottom: 15px;
    display: block;
}

.sh-jevelin-style3.woocommerce .woocommerce-tabs #tab-reviews label[for="comment"] {
	display: none;
}

/* Comments */
.sh-jevelin-style3.woocommerce #reviews #comments ol.commentlist li img.avatar {
	border-radius: 100px;
}

.sh-jevelin-style3 .woocommerce-tabs .commentlist .comment-text .meta time {
	color: inherit;
}

.sh-jevelin-style3 .woocommerce-tabs .commentlist .description {
	margin-top: 12px;
}

.sh-jevelin-style3 #tab-additional_information > h2:first-child,
.sh-jevelin-style3 #tab-description > h2:first-child {
	display: none;
}

.sh-jevelin-style3 .comment-form input,
.sh-jevelin-style3 .comment-form textarea {
	border-radius: 5px;
}

.sh-jevelin-style3.woocommerce #reviews #comments ol.commentlist li {
	margin-bottom: 20px!important;
}

.sh-jevelin-style3.woocommerce #reviews #comments ol.commentlist li:last-child {
	border-bottom-width: 0px!important;
}

.sh-jevelin-style3 .woocommerce input[type=submit],
.sh-jevelin-style3 .woocommerce .button,
.sh-jevelin-style3 .contact-form input[type="submit"],
.sh-jevelin-style3 .sh-404-button,
.sh-jevelin-style3 .post-content .post-password-form input[type="submit"],
.sh-jevelin-style3 .wpcf7-form .wpcf7-submit,
.sh-jevelin-style3 .woocommerce .checkout-button,
.sh-jevelin-style3 .woocommerce .wc-forward,
.sh-jevelin-style3 .woocommerce #respond input#submit,
.sh-jevelin-style3 .woocommerce .shop_table .coupon .button,
.sh-jevelin-style3 .woocommerce a.button.alt,
.sh-jevelin-style3 .woocommerce .cart input.button,
.sh-jevelin-style3 .woocommerce input.button.alt,
.sh-jevelin-style3 .contact-form input[type="submit"],
.sh-jevelin-style3 .sh-404-button,
.sh-jevelin-style3 .post-content .post-password-form input[type="submit"],
.sh-jevelin-style3 .sh-comments .submit,
.sh-jevelin-style3 .wpcf7-form .wpcf7-submit {
	text-transform: none;
	border-radius: 5px!important;
	font-size: inherit;
}

.sh-jevelin-style3 input,
.sh-jevelin-style3 textarea,
.sh-jevelin-style3 select {
	border-radius: 5px;
	font-weight: bold;
}

.sh-jevelin-style3 select::-webkit-input-placeholder,
.sh-jevelin-style3 input::-webkit-input-placeholder,
.sh-jevelin-style3 textarea::-webkit-input-placeholder {
	font-style: normal;
	font-weight: normal;
	opacity: 0.7;
}

.sh-jevelin-style3 .widget_search .search-form i {
	opacity: 0.7;
}

.sh-jevelin-style3.woocommerce .comment-form-author,
.sh-jevelin-style3.woocommerce .comment-form-email {
	display: inline-block;
	margin-right: -4px!important;
}

.sh-jevelin-style3.woocommerce .comment-form-author {
	width: 52%;
	padding-right: 4%;
}

.sh-jevelin-style3.woocommerce .comment-form-email {
	width: 48%;
}


/* Grouped products */
.sh-jevelin-style3 .woocommerce-grouped-product-list-item__quantity input::placeholder {
	font-weight: bold;
}

.sh-jevelin-style3 .woocommerce-grouped-product-list-item__quantity {
	padding-left: 0px!important;
}

.sh-jevelin-style3 .woocommerce-grouped-product-list-item__label,
.sh-jevelin-style3 .woocommerce-grouped-product-list-item__price {
	padding-top: 28px!important;
}

.sh-jevelin-style3 .woocommerce-grouped-product-list-item__price {
	font-weight: bold;
}

.sh-jevelin-style3 .woocommerce-grouped-product-list-item__label label{
	font-weight: 500;
}

.sh-jevelin-style3 .woocommerce-grouped-product-list tr {
	border-bottom: 1px solid #f1f1f1;
}

.sh-jevelin-style3 .woocommerce-grouped-product-list td {
	padding-top: 20px!important;
	padding-bottom: 20px!important;
	vertical-align: middle!important;
}

.sh-jevelin-style3 .woocommerce-grouped-product-list input,
.sh-jevelin-style3 .woocommerce-grouped-product-list label {
	margin-bottom: 0px;
}


/*
** View Cart
*/
.sh-jevelin-style3 .woocommerce a.remove:before {
	top: -10px;
    position: relative;
}

.sh-jevelin-style3 table {
	border-width: 0px!important;
}

.sh-jevelin-style3 table td,
.sh-jevelin-style3 table th,
.sh-jevelin-style3 .woocommerce table.shop_table.cart td,
.sh-jevelin-style3 .woocommerce table.shop_table.cart th {
	border-width: 0px!important;
}

.sh-jevelin-style3 .woocommerce table.shop_table.cart tr {
	border-bottom: 1px solid #f1f1f1;
}

.sh-jevelin-style3 .woocommerce table.shop_table.cart .product-price {
	font-weight: bold;
}

.sh-jevelin-style3 .woocommerce table.shop_table.cart .product-subtotal {
	font-weight: bold;
	font-size: 16px;
}

.sh-jevelin-style3 .woocommerce-cart-form__contents tr:last-child td {
	padding-left: 0px!important;
	padding-right: 0px!important;
}

.sh-jevelin-style3 .cart_totals table {
	background-color: #f4f4f4;
	border-radius: 5px!important;
}

.sh-jevelin-style3 .cart_totals table td {
	text-align: right;
}

.sh-jevelin-style3 .cart_totals table th,
.sh-jevelin-style3 .cart_totals table td {
    padding: 18px 30px!important;
}

.sh-jevelin-style3 .cart_totals .cart-subtotal {
	font-size: 16px;
	font-weight: 400;
}

.sh-jevelin-style3 .cart_totals .order-total {
	font-size: 18px;
}

.sh-jevelin-style3 .cart_totals .cart-subtotal,
.sh-jevelin-style3 .cart_totals .woocommerce-shipping-totals {
	border-bottom: 1px solid #fff;
}

.sh-jevelin-style3 .checkout-button {
	line-height: 60px!important;
	height: 60px;
}

.sh-jevelin-style3 .woocommerce .button[name="apply_coupon"],
.sh-jevelin-style3 .woocommerce .shop_table .button[name=update_cart] {
	background-color: #f4f4f4!important;
	font-size: 13px!important;
	border-radius: 5px!important;
}

.sh-jevelin-style3 .woocommerce .button[name="apply_coupon"]:hover {
	color: #fff;
}

.sh-jevelin-style3 .order-total .woocommerce-Price-amount {
	position: relative;
    border-bottom: 2px solid #294cff;
    padding-bottom: 19px;
}


/*
** Checkout
*/
.sh-jevelin-style3 form.checkout_coupon {
	border-bottom: 1px solid #ececec;
    border-radius: 0px;
    padding-bottom: 20px!important;
    margin-bottom: 60px;
}

.sh-jevelin-style3 .woocommerce #customer_details > div {
	float: none;
	width: 100%;
}

.sh-jevelin-style3 form.woocommerce-checkout.checkout .woocommerce-NoticeGroup {
	margin-bottom: 40px;
}

@media (min-width: 800px) {
	.sh-jevelin-style3 .sh-checkout {
		display: flex;
	}

	.sh-jevelin-style3 .woocommerce #customer_details {
		width: 62%;
		margin-right: 6%;
	}

	.sh-jevelin-style3 .sh-checkout-review {
		width: 32%;
	}
}

.sh-jevelin-style3 .woocommerce-additional-fields {
	margin-top: 30px;
}

.sh-jevelin-style3 .woocommerce abbr.required:before,
.sh-jevelin-style3.woocommerce #review_form span.required:before {
	display: none;
}

.sh-jevelin-style3 .woocommerce abbr.required,
.sh-jevelin-style3.woocommerce #review_form span.required,
.sh-jevelin-style3 .woocommerce form .form-row .required {
	font-size: inherit;
	color: inherit!important;
}

.sh-jevelin-style3 .sh-alert {
	border-radius: 5px;
}

.sh-jevelin-style3 .woocommerce-form-coupon-toggle {
	opacity: 0.8;
}

.sh-jevelin-style3 .woocommerce-form-coupon-toggle .sh-alert {
	background-color: #294cff;
}

.sh-jevelin-style3 .woocommerce-form-coupon-toggle .sh-alert,
.sh-jevelin-style3 .woocommerce-form-coupon-toggle .sh-alert .sh-alert-title,
.sh-jevelin-style3 .woocommerce-form-coupon-toggle .sh-alert a {
	color: #fff;
}

.sh-jevelin-style3 .woocommerce-form-coupon-toggle .sh-alert-title,
.sh-jevelin-style3 .woocommerce-form-coupon-toggle .sh-alert-title a {
	background-color: transparent;
}

.sh-jevelin-style3 .woocommerce #payment #place_order,
.sh-jevelin-style3 .woocommerce-page #payment #place_order {
	float: none;
	width: 100%;
	height: 60px;
	line-height: 60px;
	border-radius: 5px!important;
}

.sh-jevelin-style3 .woocommerce .payment_methods.methods {
	border-width: 0px;
	border-bottom-width: 0px!important;
}

.sh-jevelin-style3 .woocommerce .payment_methods.methods li {
	padding: 10px 0px;
	padding-left: 20px;
	border-bottom-width: 0px;
}

.sh-jevelin-style3 .woocommerce .payment_method_paypal a {
	display: none;
}

.sh-jevelin-style3 .woocommerce .woocommerce-checkout-review-order-table .cart-subtotal {
	background-color: rgba( 49, 49, 49, 0.038 );
	border-bottom: 1px solid #fff;
	border-radius: 5px;
}

.sh-jevelin-style3 .woocommerce .woocommerce-checkout-review-order-table .cart-subtotal td,
.sh-jevelin-style3 .woocommerce .woocommerce-checkout-review-order-table .cart-subtotal th {
	font-weight: normal;
	font-size: inherit;
}

.sh-jevelin-style3 .woocommerce .shop_table.woocommerce-checkout-review-order-table .order-total td,
.sh-jevelin-style3 .woocommerce .shop_table.woocommerce-checkout-review-order-table .order-total th {
	padding: 15px 20px!important;
	border-radius: 5px;
}

.sh-jevelin-style3 .woocommerce .woocommerce-checkout-review-order-table .cart-subtotal th,
.sh-jevelin-style3 .woocommerce .shop_table.woocommerce-checkout-review-order-table .order-total th {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.sh-jevelin-style3 .woocommerce .woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals {
	background-color: rgba( 49, 49, 49, 0.038 );
	border-bottom: 1px solid #fff;
}

.sh-jevelin-style3 .woocommerce-checkout-review-order-table thead {
	display: none;
}

.sh-jevelin-style3 .woocommerce .woocommerce-checkout-review-order-table .cart-subtotal td,
.sh-jevelin-style3 .woocommerce .shop_table.woocommerce-checkout-review-order-table .order-total td {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.sh-jevelin-style3 .woocommerce-checkout-review-order-table .product-total {
	font-weight: bold;
}

.sh-jevelin-style3 .woocommerce-checkout-review-order-table .product-total,
.sh-jevelin-style3 .woocommerce-checkout-review-order-table tfoot td {
	text-align: right;
}

.sh-jevelin-style3 .woocommerce form .form-row-first,
.sh-jevelin-style3 .woocommerce form .form-row-last,
.sh-jevelin-style3 .woocommerce-page form .form-row-first,
.sh-jevelin-style3 .woocommerce-page form .form-row-last {
	width: 49%;
}

.sh-jevelin-style3 .woocommerce .woocommerce-checkout-review-order-table .product-name {
	padding-left: 0px!important;
}

.sh-jevelin-style3 .woocommerce .woocommerce-checkout-review-order-table tbody tr:not(:last-child) {
	border-bottom: 1px solid #f1f1f1;
}

.sh-jevelin-style3 .woocommerce-checkout-review-order-table .product-name-container {
	display: flex;
	align-items: center;
}

.sh-jevelin-style3 .woocommerce-checkout-review-order-table .product-thumb {
	padding-right: 12px;
}

.sh-jevelin-style3 .woocommerce-checkout-review-order-table .product-thumb img {
	width: 50px;
	border-radius: 5px;
	margin-bottom: 0;
}

.sh-jevelin-style3 .woocommerce #order_review_heading {
	margin-top: 0px;
}

.sh-jevelin-style3 .woocommerce-billing-fields > h3,
.sh-jevelin-style3 h3#order_review_heading,
.sh-jevelin-style3 #ship-to-different-address span {
	font-size: 24px;
}

.sh-jevelin-style3 #ship-to-different-address {
	margin-top: 30px;
	margin-bottom: 0px;
}

.sh-jevelin-style3 #ship-to-different-address label {
	color: inherit;
}

.sh-jevelin-style3 #ship-to-different-address span {
	padding-left: 10px;
}

.sh-jevelin-style3 form.checkout_coupon p:first-child {
	font-weight: bold;
	font-size: 16px;
}

.sh-jevelin-style3 .woocommerce .payment_methods.methods label {
	font-size: 14px!important;
}



.sh-jevelin-style3 .widget_price_filter .ui-slider .ui-slider-handle {
	border-width: 3px;
	width: 20px!important;
	height: 20px!important;
	top: -8px!important;
}

.sh-jevelin-style3.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: 4px;
}




/*
** Login
*/
#sh-woocomerce-login-form {
	display: block;
	max-width: 450px;
	margin: 0 auto!important;
}

#sh-woocomerce-login-form h2 {
	font-size: 36px;
}

#sh-woocomerce-login-form p,
#sh-woocomerce-login-form input:not([type="checkbox"]),
#sh-woocomerce-login-form button {
	width: 100%;
}

#sh-woocomerce-login-form .woocommerce-form-login__submit {
	margin-top: 30px;
}

#sh-woocomerce-login-form .woocommerce-form-login__submit,
#sh-woocomerce-login-form button.button {
	color: #fff;
}

#sh-woocomerce-login-form .woocommerce-LostPassword {
	font-weight: bold;
}

#sh-woocomerce-login-form .woocommerce-form-login__submit {
	line-height: 60px;
	height: 60px;
}



/*
** Thank You
*/
.woocommerce-order h2.woocommerce-thankyou-order-received {
	font-size: 30px;
}

.sh-woocommerce-thankyou-details {
	display: flex;
}

.sh-woocommerce-thankyou-details > section {
	flex: 1;
	width: 50%;
}

.sh-woocommerce-thankyou-details .woocommerce-order-details {
	margin-right: 80px;
}

.woocommerce .sh-woocommerce-thankyou-details .woocommerce-column {
	width: 100%;
	float: none;
}

.woocommerce-order-received .woocommerce  ul.order_details li {
	width: auto!important
}

.sh-woocommerce-thankyou-details tbody {
	border-bottom: 20px solid transparent;
}

.sh-woocommerce-thankyou-details tfoot {
	background-color: rgba( 49, 49, 49, 0.038 );
}

.sh-woocommerce-thankyou-details tr {
	border-bottom: 1px solid #fff;
}

.sh-woocommerce-thankyou-details tfoot td,
.sh-woocommerce-thankyou-details thead th:last-child,
.sh-woocommerce-thankyou-details tbody td:last-child {
	text-align: right;
}

.sh-jevelin-style3 .sh-woocommerce-thankyou-details thead th:first-child,
.sh-jevelin-style3 .sh-woocommerce-thankyou-details tbody td:first-child {
	padding-left: 0px!important;
}

.sh-woocommerce-thankyou-details tfoot tr:last-child .woocommerce-Price-amount {
	font-size: 16px;
}

.sh-woocommerce-thankyou-details tfoot tr:not(:last-child) th {
	font-size: 14px;
}

.woocommerce ul.woocommerce-thankyou-order-details {
	margin-left: -20px!important;
}

.woocommerce ul.woocommerce-thankyou-order-details,
.woocommerce ul.woocommerce-thankyou-order-details li,
.woocommerce ul.woocommerce-thankyou-order-details li strong {
	border-width: 0px!important;
}

.woocommerce ul.woocommerce-thankyou-order-details li {
	font-weight: normal;
}

.woocommerce ul.woocommerce-thankyou-order-details li strong {
	background-color: transparent;
	margin-top: 0px!important;
	font-weight: bold;
	font-size: 16px;
}

.woocommerce .woocommerce-customer-details address {
	padding: 25px 30px;
	border-color: #e2e7ff;
	border-width: 2px;
	line-height: 230%;
	margin-top: 35px;
}

.woocommerce .woocommerce-customer-details p.woocommerce-customer-details--phone::before {
	content: "\f095";
	font-family: 'FontAwesome';
}

.woocommerce .woocommerce-customer-details p.woocommerce-customer-details--email:before {
	content: "\f003";
	font-family: 'FontAwesome';
}




/* Header Cart */
.sh-jevelin-style3 .widget_shopping_cart a.remove:before {
	top: 28px;
}

.sh-jevelin-style3 .sh-nav-cart .menu-item-cart .total {
	text-transform: none;
}

.sh-jevelin-style3 .sh-nav-cart .widget_shopping_cart_content p.buttons a:first-child:before {
	display: none;
}

.sh-jevelin-style3 .sh-nav-cart .menu-item-cart .widget_shopping_cart_content p.buttons a:last-child:before {
	font-family: 'FontAwesome'!important;
    content: "\f00c";
}




/*
** Elementor Page Builder
*/
@media ( min-width: 767px ) {
    .elementor-row > .elementor-column:first-child > .elementor-element-populated,
	.elementor-container > .elementor-column:first-child > .elementor-element-populated {
        padding-left: 0px;
    }

    .elementor-row > .elementor-column:last-child > .elementor-element-populated,
	.elementor-container > .elementor-column:last-child > .elementor-element-populated {
        padding-right: 0px;
    }
}

body.elementor-editor-active .elementor-edit-area-active {
	padding-top: 23px;
}

.elementor-widget-text-editor p {
	line-height: inherit;
}

body.elementor-editor-active .blog-style-masonry,
body.elementor-editor-active .sh-portfolio {
	opacity: 1;
}
/*
Theme Name: Jevelin
Theme URI: https://shufflehound.com/jevelin
Author: Shufflehound
Author URI: https://shufflehound.com/
Description: Jevelin is multi-purpose WordPress theme for creating stunning websites. Features all the right tools needed for your next design.
Version: 5.11
Requires at least: 5.6
Tested up to: 6.6
Requires PHP: 5.6.20
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-colors, custom-menu, threaded-comments, translation-ready, theme-options, right-sidebar, left-sidebar, full-width-template, threaded-comments, post-formats, featured-images
Text Domain: jevelin
*/


/**
 * Table of Contents
 *
 * 1.0 - General
 * 2.0 - Typography
 * 3.0 - Input
 * 4.0 - Editor Styles
 * 5.0 - Dropcaps
 * 6.0 - Table
 * 7.0 - Placenemt
 * 8.0 - Animations
 * 9.0 - Header
 *   9.1 - Top bar
 *   9.2 - Navigation
 *   9.3 - Navigation Dropdown
 *   9.4 - Navigation Mega Menu
 *   9.5 - Navigation Icons
 *   9.6 - WooCommerce
 *   9.7 - Presets
 *   9.8 - Left
 *   9.9 - Right
 *   9.10 - Search
 *   9.11 - Logo
 *   9.12 - Styles
 *   9.13 - Responsive
 * 10.0 - Titlebar
 * 11.0 - Footer
 * 12.0 - Portfolio
 * 13.0 - Blog
 *   13.1 - Masonry
 *   13.2 - Grid
 *   13.3 - Standard
 *   13.4 - Single Page
 *   13.5 - Post
 *   13.6 - Post Author
 *   13.7 - Overlay
 *   13.8 - Styles
 * 14.0 - WooCommerce
 *   14.1 - Product
 *   14.2 - Tables
 *   14.3 - Forms
 *   14.4 - Input
 *   14.5 - Post Page
 *   14.6 - Other
 * 15.0 - Revolution Slider
 * 16.0 - Comments
 * 17.0 - Gallery
 * 18.0 - Lightbox
 * 19.0 - Share
 * 20.0 - Popover
 * 21.0 - Pagination
 * 22.0 - Widgets
 * 23.0 - Nothing Found
 * 24.0 - 404 Page
 * 25.0 - Back to top
 * 26.0 - Page Loader
 * 27.0 - White Borders
 * 28.0 - Notice
 * 29.0 - Dynamic Ratio
 * 30.0 - Other Elements
 *
 *
 * Additional theme styles can be found inside:
 * 1. css/shortcodes.css
 * 2. css/responsive.css
 */


/**
 * 1.0 - General
 */

body {
	font-family: 'Montserrat', 'Raleway', 'Helvetica', 'Arial', sans-serif;
	font-size: 14px;
	color: #8d8d8d;
	line-height: 1.7;
	font-weight: 400;
}

html {
	overflow-y: auto;
}

body {
	overflow-x: hidden;
	height: 100%;
}

*:focus,
a:focus {
	outline: none;
}

iframe {
	max-width: 100%;
	display: block;
}

figure {
	max-width: 100%;
}

.text-center {
	text-align: center;
}

.sh-noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
	user-select: none;
}

dd {
    margin: 0 0 20px;
}

pre {
	border: 0;
	padding: 20px;
}

img {
	max-width: 100%;
	min-height: 1px;
	height: auto;
}

video,
audio {
	max-width: 100%;
}

.lazy {
	visibility: hidden;
	color: transparent;
}

.lazy[src] {
	visibility: visible;
}

p {
	line-height: 1.8;
}

p:last-child {
	margin-bottom: 0;
}


/**
 * 2.0 - Typography
 */

a {
	color: #47c9e5;
	text-decoration: none;
	word-wrap: break-word;
}

a:hover, a:focus {
	color: #47c9e5;
	text-decoration: none;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Raleway', serif;
    color: #3f3f3f;
    font-weight: 700;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: normal!important;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-weight: inherit;
	line-height: normal!important;
}

h1 p,
h2 p,
h3 p,
h4 p,
h5 p,
h6 p {
	margin: 0;
}

h2 {
	font-size: 20px;
}

.sh-team-role,
.sh-iconbox-title,
.sh-iconbox-content,
.sh-text-with-frame * {
	word-wrap: break-word;
}

.icon-social-gplus{
	font-family: 'simple-line-icons';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-social-gplus:before {
	content: "\e60d";
}

/* Typography - Sizes */
.size-xs{ font-size: 14px; }
.size-s{ font-size: 16px; }
.size-m{ font-size: 20px; }
.size-l{ font-size: 30px; }
.size-xl{ font-size: 36px; }
.size-xxl{ font-size: 48px; }
.size-xxxl{ font-size: 60px; }
.size-xxxxl{ font-size: 72px; }

@media (max-width: 1024px) {
	.size-l{ font-size: 20px; }
	.size-xl{ font-size: 26px; }
	.size-xxl{ font-size: 30px; }
	.size-xxxl{ font-size: 36px; }
	.size-xxxxl{ font-size: 40px; }
}

.sh-text-background {
	background-color: #47c9e5;
	color: #fff;
	display: inline-block!important;
	padding: 0 11px;
	border-radius: 8px;
}

.sh-text-background-white {
	background-color: #fff;
	color: #505050;
	display: inline-block!important;
	padding: 0 11px;
	border-radius: 8px;
}




/*
** Print Preview
*/
@media print {
	a[href]:after {
		content: none !important;
	}

	html body div.container {
		width: 90%!important;
		min-width: 90%!important;
	}

	html body .sh-sticky-mobile-header {
		position: absolute!important;
	}
}




/**
 * 3.0 Input
 */

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="url"],
select,
textarea {
	border: 1px solid #e3e3e3;
	color: #8d8d8d;
	display: block;
	width: 100%;
	margin-bottom: 10px;
	-webkit-appearance: none;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="url"],
select {
	padding: 0px 20px;
	line-height: 48px!important;
}

textarea {
	height: 120px;
	padding: 18px 24px;
}

select::-webkit-input-placeholder,
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	height: inherit!important;
	line-height: inherit!important;
	font-style: italic;
	color: inherit;
}

select:-moz-placeholder,
input:-moz-placeholder,
textarea:-moz-placeholder {
	height: inherit!important;
	line-height: inherit!important;
	font-style: italic;
	color: inherit;
}

select::-moz-placeholder,
input::-moz-placeholder,
textarea::-moz-placeholder {
	height: inherit!important;
	line-height: inherit!important;
	font-style: italic;
	color: inherit;
}

select:-ms-input-placeholder,
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	height: inherit!important;
	line-height: inherit!important;
	font-style: italic;
	color: inherit;
}

/* Input Styling */
.sh-page-switcher-button:not(.sh-page-switcher-disabled):hover,
.sh-social-widgets-item:hover,
.sh-social-share-button:hover,
.sh-increase-numbers span:hover,
.woocommerce .shop_table .coupon .button:hover,
.widget_price_filter .price_slider_wrapper .price_slider_amount .button:hover,
.sh-team-social-standard .sh-team-icon:hover,
.sh-social-share-button:before {
	background-color: #e5e5e5!important;
}

.wpcf7-form .wpcf7-submit {
	background-color: #47c9e5!important;
	color: #fff;
}

.woocommerce .checkout-button,
.woocommerce .wc-forward,
.woocommerce #respond input#submit,
.woocommerce .shop_table .coupon .button,
.woocommerce a.button.alt,
.woocommerce .cart input.button,
.woocommerce input.button.alt,
.contact-form input[type="submit"],
.sh-404-button,
.post-content .post-password-form input[type="submit"],
.sh-comments .submit,
.wpcf7-form .wpcf7-submit {
	border-radius: 100px!important;
	font-size: 13px;
	text-transform: uppercase;
	border-width: 0;
}

.woocommerce input[type=submit],
.woocommerce .button,
.contact-form input[type="submit"],
.sh-404-button,
.post-content .post-password-form input[type="submit"],
.wpcf7-form .wpcf7-submit {
	border-radius: 100px!important;
	line-height: 50px!important;
	padding: 0 30px!important;
	transition: 0.25s all ease-in-out;
}

.sh-404-button,
.wpcf7-form .wpcf7-submit {
	font-weight: bold;
}

.woocommerce .shop_table .coupon .button {
	background-color: #f2f2f2!important;
}

.woocommerce .shop_table .coupon .button,
.woocommerce .shop_table .coupon .button:hover,
.widget_price_filter .price_slider_wrapper .price_slider_amount .button:hover {
	color: #8d8d8d!important;
}

.woocommerce .shop_table .button[name=update_cart],
.woocommerce .shop_table .button[name=update_cart]:hover,
.woocommerce .button[name=save_address]:hover,
.woocommerce .button.wc-backward {
	color: #fff!important;
}

.sh-social-share-button:before,
.sh-pricing-button:not(.sh-pricing-button-style1):not(.sh-pricing-button-style2):not(.sh-pricing-button-style3):before {
    display: block;
    content: '';
    position: absolute;
    z-index: -1;
    width: 0%;
    height: 300%;
    z-index: 1;
    right: 0;
    top: 0;
    margin: -5px 0 0 -5px;
	transition: 0.3s all ease-in-out;
}

.sh-social-share-button *,
.sh-pricing-button * {
	display: inline-block;
	position: relative;
	z-index: 100;
}

.sh-social-share-button:hover:before,
.sh-pricing-button:hover:before {
    width: 110%!important;
}

.sh-comments .submit {
	border-radius: 100px;
	display: inline-block;
}

.sh-pricing-button:before {
	background-color: rgba(0,0,0,0.07);
}


/**
 * Editor Styles (WYSIWYG)
 */

.entry-content img {
	margin: 0 0 1.5em 0;
}

.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
}

.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
}

.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
}

.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
}

.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
}

.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
}

.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
}

blockquote {
	padding: 0px 25px;
	border-left: 2px solid #ebebeb;
	font-size: 16px;
	margin-left: 45px;
	position: relative;
	line-height: 180%;
	font-style: italic;
}

blockquote:before {
    font-family: 'themify';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	content: "\e67f";
	font-size: 21px;
	position: absolute;
	left: -45px;
	top: 50%;
	margin-top: -10.5px;
}

blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
}

blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
}

figure.gallery-item {
	display: inline-block;
	vertical-align: top;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: -4px;
}

figure.gallery-item figcaption {
	padding-top: 10px;
	padding-right: 15px;
}

.gallery.gallery-columns-5 figure.gallery-item {
	width: 20%;
}

.gallery.gallery-columns-4 figure.gallery-item {
	width: 25%;
}

.gallery.gallery-columns-3 figure.gallery-item {
	width: 33.3%;
}

.gallery.gallery-columns-2 figure.gallery-item {
	width: 50%;
}

.preload {
	display: none;
}


/**
 * 5.0 Dropcaps
 */

.sh-dropcaps {
	font-size: 30px!important;
	font-weight: bold;
	margin-right: 15px;
	line-height: 1;
}

.sh-dropcaps-full-square,
.sh-dropcaps-full-square-border,
.sh-dropcaps-full-square-tale,
.sh-dropcaps-square-border,
.sh-dropcaps-square-border2,
.sh-dropcaps-circle {
	font-size: 24px!important;
	width: 56px;
	height: 56px;
	line-height: 56px;
	display: inline-block;
	text-align: center;
	font-weight: bold;
	margin-right: 15px;
	margin-top: 3px;
	margin-bottom: 8px;
	overflow: hidden;
	position: relative;
}

.sh-dropcaps-full-square,
.sh-dropcaps-full-square-border,
.sh-dropcaps-full-square-tale {
	color: #fff;
	background-color: #47c9e5;
}

.sh-dropcaps-full-square-border:after {
	content: "";
	display: block;
	border: 2px solid #fff;
	position: absolute;
	top: 2px; bottom: 2px; left: 2px; right: 2px;
}

.sh-dropcaps-square-border {
	border: 1px solid #e5e5e5;
}

.sh-dropcaps-square-border2 {
	border: 2px solid #e5e5e5;
}

.sh-dropcaps-circle {
	background-color: #e5e5e5;
	border-radius: 50%;
}

.sh-dropcaps-full-square-tale {
	overflow: visible;
}

.sh-dropcaps-full-square-tale:after {
	content: "";
	display: block;
	position: absolute;
	right: -10px;
	top: 17px;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #47c9e5;
}


/**
 * 6.0 Tables
 */

table {
	border: 2px solid #e5e5e5!important;
	border-radius: 0!important;
	border-collapse: collapse!important;;
}

table td,
table th {
    border: 1px solid #e5e5e5!important;
}

table td {
	padding: 15px 20px!important;
}

table th {
	padding: 15px 20px!important;
	font-size: 16px;
	color: #505050;
}

.sh-table-element-style2 .default-row:nth-child(odd) {
	background: #fafafa;
}

.sh-table-element-style3 table td,
.sh-table-element-style3 table th {
	border-width: 0px!important;
}

/**
 * 7.0 Placenemt
 */

.sh-placement-left {
	margin-right: auto;
}

.sh-placement-center {
	margin: 0 auto;
}

.sh-placement-right {
	margin-left: auto;
}

.sh-group:after,
.sh-columns:after {
  content: "";
  display: block;
  clear: both;
}

.sh-group > * {
  float: left;
}

.sh-columns > * {
  float: left;
}

.sh-columns > :last-child {
  float: right;
}

.sh-group-equal {
	display: flex;
}

.sh-group-equal > *{
	flex: 1;
}

.sh-table {
	display: table;
	width: 100%;
}

.sh-hidden{
	display: none;
}

.sh-table-full {
	display: table;
	width: 100%;
	height: 100%;
}

.sh-table-small {
	display: table;
}

.sh-table-cell {
	display: table-cell;
	vertical-align: middle;
	float: none!important;
}

.sh-table-cell-top{
	display: table-cell;
	vertical-align: top;
}

.fw-row {
	margin: 0;
}

.fw-container {
	max-width: 1200px;
	padding: 50px 0;
}

.fw-container-fluid {
	padding: 0;
}

.container-padding {
	padding: 0 15px!important;
}

.container-fluid {
	padding: 0;
}

.container {
	padding-left: 0!important;
	padding-right: 0!important;
}

.blog-editor-content-container {
	padding-top: 60px;
}

.blog-fw-editor-content-container {
	padding-top: 0;
}

.sh-footer-columns,
.blog-style-largedate,
.container .fw-row,
.contact-form .wrap-forms .fw-row {
	position: relative;
	margin: 0 -15px;
}

.row-no-margin {
	margin: 0;
}

.row-no-margin > div {
	margin: 0;
	padding: 0;
}

.page-fullwidth {
	width: 100%;
	min-width: 100%;
	float: none;
	padding: 0;
}

#content {
	width: 100%;
}

#content > table {
	margin-bottom: 30px;
}

#content.content-with-sidebar-right {
	width: 73%;
	padding-right: 2%;
	float: left;
}

#content.content-with-sidebar-left {
	width: 73%;
	padding-left: 2%;
	float: right;
}

#wrapper #content.content-with-sidebar-left .container,
#wrapper #content.content-with-sidebar-right .container {
	width: 100%!important;
	min-width: 100%!important;
}

#sidebar.sidebar-left {
	float: left;
	width: 25%
}

#sidebar.sidebar-right {
	float: right;
	width: 25%
}


#sidebar h3,
#sidebar h3 > a {
	font-size: 16px;
	color: #505050;
}

#wrapper {
	position: relative;
}

#wrapper > .sh-page-layout-default {
	padding: 60px 0px;
}

#wrapper > .sh-page-layout-full .page-default-content {
	padding: 45px;
}

.page-template-page-blog .sh-page-layout-full {
	padding: 60px 30px;
}

@media (min-width: 1370px) {
	.page-template-page-blog .sh-page-layout-full .blog-style-masonry article {
		width: 25%;
	}
}

/* Placenemt Width Classes */
.width-15p {
	width: 15%;
}

.width-20p {
	width: 20%;
}

.width-3p {
	width: 30%;
}

.width-40p {
	width: 40%;
}

.width-60p {
	width: 60%;
}

.width-70p {
	width: 70%;
}

.width-85p {
	width: 85%;
}

.width-100p,
.width-full {
	width: 100%;
}

.sh-clear {
	clear: both;
}

/* Seperator */
.sh-seperator-container {
	position: relative;
}

.sh-seperator-line {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
}

.sh-seperator-icon {
	text-align: center;
	width: 100%;
}

.sh-seperator-icon i.fa {
	background: #fff;
	padding: 0 10px;
}

/* Shufflehound */
.sh-unyson-frontend-test {
	cursor: pointer;
    position: absolute;
    width: 20px;
    z-index: 800000;
    right: 0;
    opacity: 0;
	transition: 0.3s all ease-out;
}

.sh-unyson-frontend-test.active {
	opacity: 1;
}

.sh-unyson-frontend-preview .sh-empty-space {
	display: flex;
	justify-content: center;
    align-items: center;
	background: repeating-linear-gradient(45deg, #ffffff, #ffffff 15px, #c5c5c5 15px, #c5c5c5 30px);
	text-align: center;
	border-radius: 5px;
}

.sh-unyson-frontend-preview .sh-empty-space span {
	background-color: #fff;
    display: inline-block;
    font-size: 16px;
    padding: 0 15px;
    border-radius: 5px;
}


/**
 * 8.0 Animations
 */

/* Animations - Fast */
h1, h2, h3, h4, h5, h6,
.sh-iconbox-hover,
.sh-partners-carousel a img,
.sh-overlay-style1,
.sh-overlay-style1 .sh-overlay-link,
.sh-overlay-style1 .sh-overlay-lightbox,
.sh-nav-container,
.sh-nav-login .header-logo img,
.sh-nav .sh-nav-cart li.mini_cart_item a.remove:before,
.header-mobile-social-media a ,
.sh-header-left-1 .header-social-media a,
.sh-header-right-side,
.sh-gallery .slick-prev,
.sh-gallery .slick-next,
.woocommerce table.shop_table a.remove:before,
.sh-mini-overlay-container,
.sh-page-notice .sh-page-notice-button,
.sh-team-social-overlay .sh-team-image-position,
.sh-team-social-overlay .sh-team-overlay,
.sh-icons-item i,
.sh-pricing-button,
.sh-button,
.sh-button-tale,
.sh-button-style-2 .sh-button-icon-right:after,
.sh-button-style-2 .sh-button-icon-left:after,
.sh-button-style-3 .sh-button-icon-right:after,
.sh-button-style-3 .sh-button-icon-left:after,
.sh-button-style-4 .sh-button,
.sh-iconbox-style1 .sh-iconbox-icon-shape > i,
.sh-iconbox .sh-iconbox-hover,
.sh-iconbox .sh-iconbox-title h3,
.sh-portfolio-image-position,
.sh-portfolio-overlay1-bar,
.sh-piechart .sh-piechart-animation,
.sh-testimonials-switch,
.sh-heading .sh-heading-content,
.sh-portfolio-overlay,
.sh-portfolio-category,
.sh-nav ul a,
.sh-footer a,
.page-numbers a,
.page-numbers span,
.sh-overlay-style1 .sh-table-cell i,
.post-meta-author a,
.post-meta-categories a,
.post-meta-categories span,
.woocommerce-tabs .comment-form-rating p.stars a,
.woocommerce-tabs .comment-form-rating p.stars a:before,
.woocommerce table a,
.widget-item a,
.sh-timeline-box,
.sh-timeline-box-tale,
.sh-timeline-box-circle,
.sh-nav-mobile a,
.sh-icon .sh-icon-data,
.sh-social-share-networks .jssocials-share,
.sh-portfolio-title-container,
.sh-portfolio-titlem,
.sh-social-share-button,
.woocommerce div.product form.cart div.quantity span:hover,
.sh-video-player-image-play,
.post-with-background a,
.sh-social-share-networks .jssocials-share i {
    transition: all 0.3s ease-in-out;
}

/* Animations - Slow */
div.pp_default .pp_next_box,
div.pp_default .pp_prev_box,
.sh-page-switcher-button,
.sh-header-left-side,
.sh-team-icon,
.sh-team-icon i,
.sh-team:hover .sh-team-role,
.sh-testimonials-70 .sh-testimonials-container .sh-testimonials-bottom,
.sh-portfolio-image-container {
    transition: all 0.5s ease-in-out;
}

#page-container {
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    width: 100%;
}

/* Animations - Stop */
.sh-stop-animation {
	-webkit-animation-iteration-count: 1!important;
	        animation-iteration-count: 1!important;
}


/* Animations - Side */
.sh-animation-left,
#page-container {
    transition: left 0.3s ease-in-out!important;
}

.sh-animation-right {
    transition: right 0.3s ease-in-out!important;
}

.sh-animated {
	visibility: hidden;
}


/**
 * 9.0 Header
 */

.sh-header {
	position: relative;
	background-color: #fff;
}

.sh-header-top {
	position: relative;
	margin-bottom: 0;
}

.sh-header .container,
.sh-header-top .container {
	padding: 0 15px;
	position: relative;
}

.sh-header:not(.sh-header-4):not(.sh-header-5):not(.sh-header-6) .sh-nav > li.menu-item > a {
	padding-top: 30px;
	padding-bottom: 30px;
	max-height: none;
	transition: 0.3s padding ease-in-out;
}

.sh-nav-container {
	position: relative;
	margin-bottom: -1px;
}

.sh-nav-container ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sh-nav-container:after  {
	content:"";
	display: block;
	clear: both;
}

.navbar-default {
	background-color: rgba( 255,255,255,0.6);
	border-color: transparent;
}

.navbar {
	margin-bottom: 0;
}

body.admin-bar #page-container .sh-sticky-mobile-header { margin-top: 32px !important; }
@media (max-width: 782px) {
	body.admin-bar #page-container .sh-sticky-mobile-header { margin-top:46px !important; }
}
@media (max-width: 601px) {
	body.admin-bar #page-container .sh-sticky-mobile-header.sh-sticky-mobile-header-active,
	body.admin-bar #page-container .sh-header-builder-mobile.sh-sticky-mobile-header { margin-top: 0!important; }
}

.sh-sticky-header-active,
.sh-sticky-mobile-header {
	position: fixed!important;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 5000;
}

#page-container header.primary-mobile-light .sh-header-mobile.sh-sticky-mobile-header-active {
	border-bottom: 1px solid rgba( 0,0,0,0.08 )!important;
}

.sh-header-inverted .sh-nav > li.menu-item > a,
.sh-header-inverted .sh-nav > li.menu-item > a > i {
	color: #fff;
}

.sh-header-inverted .cart-icon-white {
	opacity: 0;
}

.sh-nav-uppercase .sh-nav > li.menu-item > a {
	text-transform: uppercase;
}

.sh-nav-uppercase .sh-nav > li.menu-item > a:after {
	text-transform: none!important;
}

.sh-header-small-icons .sh-nav-search i,
.sh-header-small-icons .sh-nav-social i,
.sh-header-small-icons .sh-nav-cart i,
.sh-header-small-icons .sh-header-search-submit i,
.sh-header-small-icons .sh-header-search-close i {
	font-size: 18px;
}

.sh-header-small-icons .sh-nav-search i {
	bottom: -5px;
}

.sh-header-small-icons .cart-icon {
	top: -2px;
    margin-left: -12px;
}


.sh-nav-seperator {
	padding-right: 0px!important;
	border-left: 1px solid rgba( 0,0,0,0.08 );
	padding-left: 15px!important;
	margin-left: 25px!important;
}

.sh-nav-seperator i {
	font-size: 0px;
}

.sh-header-mobile .sh-nav-seperator {
	display: none;
}

.primary-desktop-light .sh-header:not(.sh-sticky-header-active) .sh-nav-seperator {
	border-color: rgba( 255,255,255,0.08 );
}

body.admin-bar .shheader {
	margin-top: 32px;
}

body.admin-bar .sh-header-left-side,
body.admin-bar .sh-header-right-side {
	padding-top: 32px;
}

.header-logo {
	padding: 15px 0;
	position: relative;
	z-index: 100;
}

#header-logo-title {
	font-size: 21px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	margin-left: 0px;
	font-weight: bold;
}

header.primary-desktop.primary-desktop-light .sh-header.sh-sticky-header-active #header-logo-title div,
header.primary-desktop:not(.primary-desktop-light) #header-logo-title div {
	color: #505050;
}

.sh-header-top-4 #header-logo-title {
	margin-left: 0px;
	text-align: center;
}

.sh-header-mobile #header-logo-title {
	margin-left: 5px;
}


/**
 * 9.1 Header - Top bar
 */

.sh-header-top .col-md-4,
.sh-header-top .col-md-8 {
	padding: 0;
}

.sh-header-top {
	padding: 15px 0;
}

.header-social-media {
	text-align: right;
}

.header-social-media a {
	font-size: 16px;
	color: #8d8d8d;
	padding-left: 15px;
}

.header-social-media a:last-child {
	padding-right: 0;
}

.header-contacts {
	display: table;
	height: 100%;
}

.header-contacts-item {
	display: table-cell;
	vertical-align: middle;
}

.header-contacts-details {
	padding-right: 20px;
	font-size: 14px;
}

.header-contacts-details > i {
	font-size: 15px;
	padding-right: 8px;
}

.header-contacts-details > i.fa-mobile-phone {
	font-size: 18px;
}


/**
 * 9.2 Header - Navigation
 */

.sh-nav {
	float: right;
}

.sh-nav li.menu-item {
	float: left;
	padding: 0 15px;
	border-bottom: 0px solid transparent;
}

.sh-nav li.menu-item a {
	line-height: 40px;
	max-height: 40px;
	display: block;
	color: #7e7e7e;
}

.sh-nav ul li.menu-item a {
	color: #aaaaaa;
}

.sh-nav ul li.menu-item:hover > a {
	color: #fff;
}

.sh-nav > li.menu-item > a {
	font-weight: bold;
	text-transform: none;
}

.sh-nav li.current-menu-item > a,
.sh-nav li.current-menu-parent > a {
	font-weight: bold;
	color: #575757;
}

.sh-nav li.menu-item > a.fa:before,
.sh-nav-mobile li.menu-item > a.fa:before,
.sh-nav li.menu-item > a.fas:before,
.sh-nav-mobile li.menu-item > a.fas:before,
.sh-nav li.menu-item > a.far:before,
.sh-nav-mobile li.menu-item > a.far:before,
.sh-nav li.menu-item > a.fab:before,
.sh-nav-mobile li.menu-item > a.fab:before,
.sh-nav li.menu-item > a[class^="icon-"]:before,
.sh-nav-mobile li.menu-item > a[class^="icon-"]:before,
.sh-nav li.menu-item > a[class^="ti-"]:before,
.sh-nav-mobile li.menu-item > a[class^="ti-"]:before,
.sh-nav li.menu-item > a[class^="pe-"]:before,
.sh-nav-mobile li.menu-item > a[class^="pe-"]:before {
	padding-right: 8px;
}

.sh-nav li.menu-item > a.fa:before,
.sh-nav-mobile li.menu-item > a.fa:before {
	font-family: 'FontAwesome';
}

.sh-nav li.menu-item > a.far:before,
.sh-nav-mobile li.menu-item > a.far:before,
.sh-nav li.menu-item > a.fas:before,
.sh-nav-mobile li.menu-item > a.fas:before {
	font-family: "Font Awesome 5 Free";
}

.sh-nav li.menu-item > a.fab:before,
.sh-nav-mobile li.menu-item > a.fab:before  {
	font-family: "Font Awesome 5 Brands";
}

.sh-nav li.menu-item > a[class^="icon-"]:before,
.sh-nav-mobile li.menu-item > a[class^="icon-"]:before  {
	font-family: 'simple-line-icons';
}

.sh-nav li.menu-item > a[class^="ti-"]:before,
.sh-nav-mobile li.menu-item > a[class^="ti-"]:before {
	font-family: 'themify';
}

.sh-nav li.menu-item > a[class^="pe-"]:before,
.sh-nav-mobile li.menu-item > a[class^="pe-"]:before {
	font-family: 'Pe-icon-7-stroke';
}

.sh-nav > li.menu-item:last-child  {
	padding-right: 0;
}

.sh-nav > li.menu-item:last-child > ul.sub-menu {
	margin-left: -134px;
}

.sh-nav > li.menu-item:nth-last-child(2) > ul.sub-menu {
	margin-left: -74px;
}

.sh-nav > .menu-item > .sub-menu {
	margin-left: -26px;
}

.sh-nav li.menu-item-has-children > a:after,
.sh-nav li.menu-item li.menu-item-has-children > a:after {
	font-family: 'simple-line-icons'!important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	font-size: 12px;
	margin-left: 8px;
	content: "\e604";
	position: relative;
}

.sh-nav li.menu-item li.menu-item-has-children > a:after {
	float: right;
}

.sh-sticky-header-active:not(.sh-header-4):not(.sh-header-5):not(.sh-header-6) .sh-nav > li.menu-item > a {
	padding-top: 15px;
	padding-bottom: 15px;
	max-height: none;
}

.sh-sticky-header-active .sh-nav ul.sub-menu {
	top: 101%;
}

/* New Item */
.new-item {
	display: inline-block;
	width: 33px;
	height: 16px;
	background-image: url(/wp-content/themes/jevelin/img/new.png);
	position: relative;
	right: -4px;
	top: -3px;
}


/**
 * 9.3 Header - Navigation Dropdown
 */

.sh-nav li.menu-item li a,
.sh-nav li.menu-item li.menu-item-has-children > a:after {
    line-height: 24px;
    text-transform: none;
    padding-top: 6px;
    padding-bottom: 6px;
}

.sh-nav li.menu-item li a {
	max-height: none;
}

.sh-nav li.menu-item li.current-menu-item > a {
	font-weight: bold;
	color: #aaaaaa;
	border-bottom: 1px solid transparent;
}

.sh-nav ul.sub-menu {
	display: none;
	position: absolute;
	background: #232323;
	top: 100%;
	padding: 16px 0;
	width: 220px;
	z-index: 1000;
}

.sh-nav ul.sub-menu li {
	position: relative;
}

.sh-nav ul.sub-menu li {
	width: 100%;
	float: none;
	padding: 0px 0px;
}

.sh-nav ul.sub-menu a {
	padding-left: 30px;
	padding-right: 30px;
	border-bottom: 1px solid transparent
}

.sh-nav ul.sub-menu li:last-child {
	border-bottom: 1px solid transparent;
}

.sh-nav ul.sub-menu ul.sub-menu {
	left: 220px;
	top: -16px!important;
}


/**
 * 9.4 Header - Navigation Mega Menu
 */

.mega-menu-row .menu-item ul a {
	color: #b0b0b0!important;
	left: 0px;
	margin-left: 0px;
}

.mega-menu-row {
	padding: 16px 0px 16px 0px!important;
}

.mega-menu-row .sub-menu {
	margin-left: 0;
	padding: 0!important;
}

.mega-menu-row .menu-item > .sub-menu:before {
	display: none;
}

.sh-nav li.menu-item-has-mega-menu {
	position: inherit;
}

.sh-nav ul.mega-menu-row {
	right: 0px;
	width: 100%;
	overflow: hidden;
}

.sh-nav ul.mega-menu-row li.mega-menu-col {
	float: left;
	border-bottom: none;
	margin-top: -16px;
	margin-bottom: -16px;
	position: relative;
	padding: 16px 0;
}

.sh-nav ul.mega-menu-row li.mega-menu-col li,
.sh-nav ul.mega-menu-row li.mega-menu-col ul {
	display: block!important;
	width: 100%!important;
	border: 0px solid transparent;
}

.sh-nav ul.mega-menu-row li.mega-menu-col a {
	overflow: visible!important;
	height: auto!important;
	max-height: 1000px!important;
}

.sh-nav li ul.mega-menu-row ul.sub-menu {
	opacity: 1!important;
	height: auto!important;
}

.sh-nav li.menu-item > ul.mega-menu-row > ul:nth-child(-n+2) {
	display: none!important;
	opacity: 0!important;
}

.sh-nav ul.mega-menu-row > .menu-item > a + div {
	padding-left: 25px;
	padding-right: 25px;
	font-size: 80%;
	margin-bottom: 5px;
	margin-top: -5px;
	font-style: italic;
}

.sh-nav ul.mega-menu-row .menu-item-has-children > a {
	font-weight: bold;
	color: #505050;
}

.sh-nav ul.mega-menu-row .menu-item-has-children a:after {
	visibility: hidden;
}

.sh-nav ul.mega-menu-row .menu-item-has-children ul li a {
	text-transform: none;
}

.sh-nav ul.mega-menu-row ul.sub-menu {
	position: relative;
	left: 0!important;
	top: 0!important;
	opacity: 1!important;
}

.sh-nav ul.mega-menu-row ul.sub-menu ul.sub-menu {
	margin-bottom: -15px;
}

.sh-nav li.menu-item.menu-item-has-mega-menu ul.sub-menu ul.sub-menu {
	box-shadow: none!important;
}

/* Mega menu auto items width sizes */

.sh-nav .mega-menu-row-1 .menu-item {
	width: 100%;
}
.sh-nav .mega-menu-row-2 .menu-item {
	width: 50%;
}
.sh-nav .mega-menu-row-3 .menu-item {
	width: 33.3%;
}
.sh-nav .mega-menu-row-4 .menu-item {
	width: 25%;
}
.sh-nav .mega-menu-row-5 .menu-item {
	width: 20%;
}

.sh-nav .mega-menu-row-1 li.menu-item:nth-child(1n+0),
.sh-nav .mega-menu-row-2 li.menu-item:nth-child(2n+0),
.sh-nav .mega-menu-row-3 li.menu-item:nth-child(3n+0),
.sh-nav .mega-menu-row-4 li.menu-item:nth-child(4n+0),
.sh-nav .mega-menu-row-5 li.menu-item:nth-child(5n+0) {
	border-right: 0px solid transparent!important;
}

/* Dropdown (Standard, Mega Menu) - Style 2 */
.sh-header-right-side,
.sh-header-mobile-dropdown {
	box-shadow: 0 10px 60px 1px rgba(0,0,0,0.08)!important;
}

.sh-header-megamenu-style2 .sh-nav .sh-nav-cart > ul.sub-menu,
.sh-header-megamenu-style2 .mega-menu-row,
.sh-header-left-side.sh-header-megamenu-style2 .sh-nav > li .mega-menu-row {
	box-shadow: 0 10px 60px 1px rgba(0,0,0,0.08)!important;
	margin-top: -10px;
	border-radius: 2px!important;
}

.sh-header-megamenu-style2 .mega-menu-col {
	padding: 0 25px 0 15px!important;
	margin-top: 15px!important;
	margin-bottom: 15px!important;
	height: auto!important;
	opacity: 0;
}

.sh-header-megamenu-style2 .mega-menu-col ul {
	margin-top: 0px!important;
	top: 0px!important;
}

.sh-header-megamenu-style2 .sh-nav > li.menu-item:not(.menu-item-has-mega-menu):not(.sh-nav-cart) ul {
	box-shadow: 0 10px 60px 1px rgba(0,0,0,0.08)!important;
	border-radius: 2px!important;
	padding: 16px 25px 16px 15px!important;
}

.sh-header-megamenu-style2 .sh-nav > li.menu-item:not(.menu-item-has-mega-menu):not(.sh-nav-cart) ul li {
	opacity: 0;
}

.sh-header-megamenu-style2 .sh-nav > li.menu-item.sh-hover:not(.menu-item-has-mega-menu):not(.sh-nav-cart) ul li {
	animation: slide2 ease 0.4s forwards;
	animation-delay: 0.1s;
}

.sh-header-megamenu-style2 .sh-hover .mega-menu-col {
	animation: slide ease 0.4s forwards;
}

@keyframes slide {
	0% { opacity: 0; top: -20px; }
	3% { opacity: 0.2; top: -3px; }
	100% { opacity: 1; top: 0; }
}

@keyframes slide2 {
	0% { opacity: 0; }
	3% { opacity: 0.2; }
	100% { opacity: 1; }
}

.sh-header-megamenu-style2 .sh-hover .mega-menu-col:nth-child(0) { animation-delay: 0.00s; animation-duration: 0.1s; }
.sh-header-megamenu-style2 .sh-hover .mega-menu-col:nth-child(1) { animation-delay: 0.12s; animation-duration: 0.2s; }
.sh-header-megamenu-style2 .sh-hover .mega-menu-col:nth-child(2) { animation-delay: 0.24s; }
.sh-header-megamenu-style2 .sh-hover .mega-menu-col:nth-child(3) { animation-delay: 0.36s; }
.sh-header-megamenu-style2 .sh-hover .mega-menu-col:nth-child(4) { animation-delay: 0.48s; }
.sh-header-megamenu-style2 .sh-hover .mega-menu-col:nth-child(5) { animation-delay: 0.60s; }
.sh-header-megamenu-style2 .sh-hover .mega-menu-col:nth-child(6) { animation-delay: 0.73s; }
.sh-header-megamenu-style2 .sh-hover .mega-menu-col:nth-child(7) { animation-delay: 0.96s; }
.sh-header-megamenu-style2 .sh-hover .mega-menu-col:nth-child(8) { animation-delay: 1.10s; }
.sh-header-megamenu-style2 .sh-hover .mega-menu-col:nth-child(9) { animation-delay: 1.20s; }

.sh-header-megamenu-style2 .mega-menu-col > a {
	font-weight: 800!important;
	padding-top: 0!important;
	padding-left: 15px!important;
	padding-right: 15px!important;
	padding-bottom: 4px!important;
}

.sh-header-megamenu-style2 .sh-nav > li.menu-item:not(.menu-item-has-mega-menu):not(.sh-nav-cart) ul a,
.sh-header-megamenu-style2 .mega-menu-col ul li a {
	font-size: 13px;
	padding: 3px 15px;
	margin: 1px 0;
	transition: 0.2s padding, background ease-in-out;
	border-bottom: 1px solid transparent;
}

.sh-header-megamenu-style2 .sh-nav > li.menu-item:not(.menu-item-has-mega-menu):not(.sh-nav-cart) ul a:after {
	line-height: 1;
}

.sh-header-megamenu-style2 .sh-nav ul.sub-menu ul.sub-menu {
	left: 205px;
}

.sh-header-megamenu-style2 .sh-nav > li.menu-item:not(.menu-item-has-mega-menu):not(.sh-nav-cart) li.current-menu-item > a,
.sh-header-megamenu-style2 .sh-nav > li.menu-item:not(.menu-item-has-mega-menu):not(.sh-nav-cart) ul li:hover > a,
.sh-header-megamenu-style2 li.mega-menu-col ul li.current-menu-item a,
.sh-header-megamenu-style2 li.mega-menu-col ul li.menu-item:not(.current-menu-item):hover a {
	background-color: #309bee;
	color: #fff!important;
	border-radius: 2px;
	padding-left: 25px;
	font-weight: normal;
	border-bottom-color: transparent!important;
}


/**
 * 9.5 Header  Navigation Icons
 */

.sh-nav-social {
	padding-left: 0!important;
}

.sh-nav-social a {
	display: block!important;
	float: left;
	padding: 0 5px;
}

.sh-nav-social a:first-child {
	padding-left: 0;
}

.sh-nav-social a:last-child {
	padding-right: 0;
}

.sh-nav-social i {
	font-size: 24px;
	position: relative;
	bottom: -5px;
}

.sh-nav-social a:after {
	content: "";
	display: block;
	clear: both;
}

.sh-nav-dropdown,
.sh-nav-menu {
	padding-left: 20px!important;
}

.sh-nav-custom-icon {
	position: relative;
	margin: 0 -10px;
}

.sh-nav-custom-icon i {
	transition: 0.3s all ease-in-out;
	cursor: pointer;
	padding: 0 10px;
}

.sh-nav-custom-icon-image {
	margin-top: 6px;
    display: inline-block;
}

.sh-nav-custom-icon-image svg {
	transition: 0.3s all ease-in-out;
	cursor: pointer;
}

.sh-nav-custom-icon:hover i,
.sh-nav-custom-icon-image:hover svg {
	opacity: 0.7;
}

.primary-desktop-light .sh-header:not(.sh-sticky-header-active) .sh-nav-custom-icon-image svg,
.primary-mobile-light .sh-header-mobile:not(.sh-sticky-mobile-header-active) .sh-nav-custom-icon-image svg  {
	fill: #fff;
}

.sh-nav-custom-icon-image-close {
	display: none;
}

.sh-nav-custom-icon-image.active .sh-nav-custom-icon-image-standard {
	display: none;
}

.sh-nav-custom-icon-image.active .sh-nav-custom-icon-image-close {
	display: block;
}


.sh-nav-dropdown i,
.sh-nav-cart i,
.sh-nav-menu i,
.sh-nav-search i {
	font-size: 24px;
	position: relative;
	bottom: -3px;
}

.sh-nav-dropdown i,
.sh-nav-menu i {
	bottom: -4px;
}

.sh-nav-cart i {
	bottom: -5px;
}

.sh-nav-menu + .sh-nav-search {
	padding-left: 3px!important;
}

.sh-nav-cart + .sh-nav-dropdown,
.sh-nav-cart + .sh-nav-search {
	padding-left: 0px!important;
}

.sh-nav-cart {
	padding-right: 8px;
}

.sh-nav-cart-content {
	position: relative;
}

@media (max-width: 1020px) {
	.sh-nav-cart .sub-menu {
		display: none!important;
	}
}

.sh-nav-menu-full {
	width: 100%;
	text-align: center;
}

.sh-nav-menu-full span {
	padding-left: 12px;
	line-height: 26px;
	top: -4px;
	position: relative;
	font-weight: 400;
	text-transform: uppercase;
}

.cart-icon {
	position: relative;
	top: -4px;
	margin-left: -17px;
	display: inline-block;
}

.cart-icon span {
	display: inline-block;
	background-color: #47c9e5;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	position: relative;
	z-index: 100;
	width: 20px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	border-radius: 9px;
	font-weight: bold;
	box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.15);
}

.cart-icon .cart-icon-triangle-color {
	width: 0;
	height: 0;
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	border-right: 9px solid #47c9e5;
	position: relative;
}

.cart-icon-white {
	right: -13px;
	position: relative;
}

.sh-nav-login {
	padding-left: 0!important;
}

.sh-nav-login .header-logo {
	padding: 0!important;
}

.sh-nav-login #header-login > span {
	border: 2px solid #757575;
	padding: 10px 15px;
	font-weight: bold;
}

.sh-nav-login #header-quote {
	border-left: 2px solid #937fd5;
	padding: 0px 12px;
	padding-right: 0;
}

/* Header Language */
.sh-nav-lang {
	padding-right: 0px!important;
}

.sh-nav-lang ul {
	display: block;
    max-width: 60px;
    margin-left: -8px!important;
    padding-top: 10px!important;
    padding-bottom: 10px!important;
}

.sh-nav-lang ul a {
	text-transform: uppercase!important;
	font-size: 13px!important;
	padding-left: 0px!important;
	padding-right: 0px!important;
	text-align: center!important;
}

.sh-nav-lang > a > span {
	display: block;
	position: relative;
	border: 2px solid rgba(0,0,0,0.1);
	border-radius: 100px;
	height: 45px;
	width: 45px;
	line-height: 44px;
	margin-top: -5px;
	text-align: center;
	cursor: default;
}

.sh-nav-lang > a:after {
	display: none!important;
}


/**
 * 9.6 Header - WooCommerce
 */

.sh-nav .sh-nav-cart > ul.sub-menu {
	width: 350px;
	margin-left: -262px!important;
	padding-bottom: 0;
}

.sh-nav .sh-nav-cart .widgettitle {
	display: none;
}

.sh-nav .sh-nav-cart ul.cart_list {
	margin: 0 30px;
	margin-bottom: 30px;
	margin-top: 15px;
}

.cart_list.product_list_widget {
	border: none!important;
}

.sh-nav .sh-nav-cart ul.cart_list .empty {
	min-height: 10px!important;
	text-align: center;
	padding-left: 0px!important
}

.sh-nav .sh-nav-cart li.mini_cart_item {
	padding-left: 0;
	margin: 12px 0px;
	padding-bottom: 12px;
	position: relative;
	display: block;
}

.sh-nav .sh-nav-cart ul.cart_list li.mini_cart_item a,
.sh-nav .sh-nav-cart ul.cart_list li.mini_cart_item a:hover {
	border-bottom-width: 0px!important;
}

.sh-nav .sh-nav-cart li.mini_cart_item a:nth-child(2) {
	background-color: transparent!important;
	padding-top: 0px;
	color: #fff!important;
}

.sh-nav .sh-nav-cart li.mini_cart_item:first-child {
	margin-top: 10px!important;
}

.sh-nav .sh-nav-cart li.mini_cart_item a.remove {
	left: auto;
	right: 15px;
	top: 0px;
	font-size: 0px;
	background-color: transparent;
	color: #ccc!important;
}

.sh-nav .sh-nav-cart li.mini_cart_item a.remove:hover {
	color: #7B7B7B!important;
}

.sh-nav .sh-nav-cart li.mini_cart_item a {
	padding: 0;
	line-height: 20px;
}


.sh-notifications {
    position: fixed;
    bottom: 5vh;
    z-index: 100;
    transition: all ease-in-out 0.4s;
    max-width: 700px;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 600px) {
	.sh-notifications {
		transform: none;
		left: 30px;
		right: 30px;
	}
}

.sh-notification-item {
	/*position: absolute;
	left: 0; right: 0; bottom: 0;*/
    border-radius: 5px;
    box-shadow: 0px 15px 45px -9px rgba(0,0,0,0.20);
    background-color: #fff;
	padding: 17px 32px;
	margin-top: 10px;
	opacity: 0;
	margin-bottom: -15px;
	font-size: 14px;
}

.sh-notification-item-example {
	display: none;
}

.sh-notification-item-close {
	margin-left: 20px;
	position: relative;
	bottom: -1px;
	cursor: pointer;
}



.sh-cart-notification {
	display: none;
}

.sh-cart-notification-content {
	padding: 30px;
	margin-top: -16px;
}

.sh-cart-notification-viewcart {
	font-weight: bold;
}

.sh-nav-cart .menu-item-cart .total {
	padding: 17px;
	margin: 0;
	text-align: center;
	border-top: 1px solid #464646;
	border-bottom: 1px solid #464646;
	text-transform: uppercase;
}

.sh-nav-cart .menu-item-cart .attachment-shop_thumbnail {
	width: 60px;
	float: left;
	margin-left: 0;
	margin-right: 10px;
	margin-top: -8px;
}

.sh-nav-cart .menu-item-cart .widget_shopping_cart_content p.buttons {
	margin-bottom: -1px;
}

.sh-nav-cart .menu-item-cart .widget_shopping_cart_content p.buttons a:first-child {
	border-right: 1px solid #464646;
}

.sh-nav-cart .menu-item-cart .widget_shopping_cart_content p.buttons a {
	width: 50%;
	display: inline-block;
	padding: 0px 0;
	text-align: center;
	border-radius: 0;
	line-height: 70px!important;
	max-height: 70px;
	background-color: transparent!important;
	margin-right: -4px;
	border-radius: 0px!important;
	padding: 0 10px !important;
	margin-bottom: 0;
}

.sh-nav-cart .menu-item-cart .widget_shopping_cart_content p.buttons a:hover {
	border-bottom-width: 0px!important;
}

.sh-nav-cart .menu-item-cart .widget_shopping_cart_content p.buttons a:first-child:before,
.sh-nav-cart .menu-item-cart .widget_shopping_cart_content p.buttons a:last-child:before {
	font-family: 'simple-line-icons'!important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	position: relative;
	bottom: -1px;
	font-size: 16px;
	margin-right: 12px;
}

.sh-nav-cart .menu-item-cart .widget_shopping_cart_content p.buttons a:first-child:before {
	content: "\e087";
}

.sh-nav-cart .menu-item-cart .widget_shopping_cart_content p.buttons a:last-child:before {
	content: "\e080";
}

.sh-nav-cart .mini_cart_item .quantity {
	float: left;
	padding-top: 3px;
}

.sh-nav-cart .buttons a {
	background-color: #ebe9eb!important;
}

.sh-nav-cart .buttons a.checkout {
	color: #fff!important;
}

/* WooCommerce Cart - Blank */
.woocommerce-mini-cart__empty-message {
	padding: 6px 35px 20px 35px;
}


/**
 * 9.7 Header - Presets
 */

.sh-header {
	border-bottom: 1px solid rgba( 0,0,0,0.08 );
}

/* Header Preset - 2 */
.sh-header-2 .sh-nav > li.menu-item > a {
	padding-top: 25px;
	padding-bottom: 25px;
}

.sh-header-2.sh-sticky-header-active .sh-nav > li.menu-item > a {
	padding-top: 20px;
	padding-bottom: 20px;
}

/* Header Preset - 3 */
.sh-header-3 .sh-nav > li.menu-item > a {
	padding-top: 25px;
	padding-bottom: 25px;
}

.sh-header-3.sh-sticky-header-active .sh-nav > li.menu-item > a {
	padding-top: 20px;
	padding-bottom: 20px;
}

.sh-header-top-3 {
	padding: 0;
	border-bottom: 1px solid rgba( 0,0,0,0.08 );
}

.sh-header-top-3 .container {
	border-right: 1px solid rgba( 0,0,0,0.08 );
}

.sh-header-top-3 .header-contacts {
	width: 100%;
}

.sh-header-top-3 .header-contacts-item {
    width: 100%;
    display: table;
}

.sh-header-top-3 .header-contacts-item span {
    display: table-cell;
    vertical-align: top;
    text-align: center;
    border-left: 1px solid rgba( 0,0,0,0.08 );
    padding: 15px 0;
    padding-right: 0;
}

.sh-header-top-3 .header-social-media a {
	border-left: 1px solid rgba( 0,0,0,0.08 );
    padding: 18px;
}

/* Header Preset - 4 */
.sh-header-4 .sh-nav-container {
	padding-top: 15px;
	padding-bottom: 15px;
}

.sh-header-top-4 {
	border-bottom: 1px solid rgba( 0,0,0,0.08 );
}

.sh-header-4 .sh-nav,
.sh-header-top-4 .header-logo,
.sh-header-7 .header-logo {
	float: none;
	display: table;
	margin: 0 auto;
}

.sh-header-top-4 .header-logo {
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 0;
}

.sh-header-top-4 .header-logo img {
	padding: 0px;
}

.header-logo img {
	margin-bottom: 0;
}

/* Header Preset - 5 */
.sh-header-5 .sh-nav-container {
	padding: 0;
}

.sh-header-5 .sh-nav > .menu-item {
	height: 100px!important;
	max-height: 100px!important;
	min-height: 40px;
}

.sh-header-5 .sh-nav-login,
.sh-header-5 .sh-nav-cart,
.sh-header-5 .sh-nav-search,
.sh-header-5 .sh-nav-social {
	border-left: 1px solid rgba( 0,0,0,0.08 );
	padding: 0px 15px!important;
}

.sh-header-5 .sh-nav > .menu-item > a {
	line-height: 100px!important;
	max-height: 100px!important;
	min-height: 40px;
}

.sh-header-5 .sh-nav > .current_page_item {
	margin-top: 30px!important;
	margin-bottom: 30px!important;
}

#page-container .sh-header-5 .sh-nav .current_page_item {
	height: 40px!important;
}

#page-container .sh-header-5 .sh-nav .current_page_item a {
	line-height: 40px!important;
}

.sh-header-5 .sh-nav-social a {
	position: relative;
	padding: 0px 15px!important;
}

.sh-header-5 .sh-nav-social a:not(:first-child) {
	border-left: 1px solid rgba( 0,0,0,0.08 );
}

.sh-header-5 .sh-nav > .menu-item:last-child {
	border-right: 1px solid rgba( 0,0,0,0.08 );
}

.sh-header-5 .sh-nav-social {
	padding-left: 0px!important;
	padding-right: 0px!important;
}

.sh-header-5 .sh-nav-login #header-login span,
.sh-header-6 .sh-nav-login #header-login span {
	border: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

.sh-header-5 .sh-nav-login span,
.sh-header-6 .sh-nav-login span {
	font-size: 0;
}

.sh-header-5 .sh-nav-login span:before,
.sh-header-6 .sh-nav-login span:before {
	font-family: 'simple-line-icons'!important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	position: relative;
	bottom: -5px;
	font-size: 24px;
	content: "\e003";
}

/* Header Preset - 6 */
.sh-header-6 .sh-nav-container {
	padding: 0;
}

.sh-header-6 .sh-nav > .menu-item:not(.sh-nav-social),
.sh-header-6 .sh-nav > .sh-nav-social a {
	border-left: 1px solid rgba( 0,0,0,0.08 );
	padding: 0px!important;
	height: 100px;
	width: 100px;
	min-height: 70px;
	max-height: 70px;
	min-width: 70px;
	max-width: 100px;
	text-align: center;
}

.sh-header-6 .sh-nav > .menu-item:last-child {
	border-right: 1px solid rgba( 0,0,0,0.08 );
}

.sh-header-6 .sh-nav > .menu-item > a {
	line-height: 100px;
	max-height: 100px;
	height: 100px;
	min-height: 70px;
}

.sh-header-6 .sh-nav > .sh-nav-social {
	border-left: 0px solid transparent;
	padding: 0!important;
}

.sh-header-6 .c-hamburger {
	display: table;
	margin: 0 auto;
	top: 0px;
}

.sh-header-6 .header-logo {
	padding-left: 30px;
	padding-right: 30px;
	border-left: 1px solid rgba( 0,0,0,0.08 );
	border-right: 1px solid rgba( 0,0,0,0.08 );
}


/* Header Preset - 6 Clean */
.sh-header-6-clean {
	border-bottom-width: 0px!important;
}

.sh-header-6-clean .header-logo,
.sh-header-6-clean .sh-nav > .menu-item:last-child {
	border-width: 0px!important;
}

.sh-header-6-clean .sh-nav {
	margin-right: 6px;
}

.sh-header-6-clean-content .header-logo {
	padding-left: 0;
}

.sh-header-6-clean-content .sh-nav {
	margin-right: -7px;
}


/* Header Preset - 7 */
.sh-header-7 .sh-nav-container {
	padding: 0px;
	position: relative;
	top: 3px;
}

.sh-header-7 .header-logo {
	padding: 22px 0;
}

.sh-header-7 .header-logo-container {
	display: table;
	margin: 0 auto;
	height: 100%;
}

.sh-header-7 .sh-nav-left {
	float: left;
}

.sh-header-7 .sh-nav-dropdown {
	position: relative;
	top: -12px;
}

.sh-nav-header7-menu-cart .sh-nav-dropdown {
	top: 0;
}

.sh-header-7 > .container > .sh-table > .sh-table-cell {
	width: 33.3%;
}

/* Header Preset - 9 */
.sh-header-9 .c-hamburger {
	width: 18px;
	height: 15px;
	top: 16px;
}

.sh-header-9 .c-hamburger span {
	top: 6px;
}

.sh-header-9 .c-hamburger span::before {
	top: -6px;
}

.sh-header-9 .c-hamburger span::after {
	bottom: -6px;
}

.sh-header-9 .c-hamburger--htx.is-active span::before {
	width: 18px;
}

.sh-header-9 .c-hamburger--htx.is-active span::after {
	width: 18px;
}

/* Header Preset - 10 */
.sh-header-10 .sh-nav > li.menu-item:not(.sh-nav-special) > a {
	padding-top: 16px!important;
	padding-bottom: 16px!important;
}

.sh-header-10 .sh-nav > li.menu-item.sh-nav-special > a {
	padding-top: 13px!important;
	padding-bottom: 19px!important;
}

.sh-header-10 .sh-nav {
	float: none;
}

.sh-header-10 .sh-nav-left {
	padding-left: 17px;
}

.sh-header-10 .sh-nav-right {
	float: right;
}

.sh-header-10 > .container {
	background-color: #fff;
	border-radius: 3px;
	padding: 0 10px;
	box-shadow: 0 15px 45px -9px rgba(0,0,0,0.20);
}

.sh-header-10 {
	background-color: rgba(255,255,255,0.0)!important;
	border-bottom-width: 0px!important;
}

.sh-header-top-10 .header-contacts {
	float: right!important;
}

.sh-header-10 .sh-nav li.menu-item {
	padding: 0 17px;
}

.sh-header-top-10 .header-contacts {
	padding: 15px 0;
}

.sh-header-top-10 .header-contacts-details-large {
	position: relative;
	color: #8a8a8a;
	font-size: 13px;
}

.sh-header-top-10 .header-contacts-details-large:not(:last-child) {
	margin-right: 25px;
	padding-right: 20px;
	border-right: 1px solid rgba( 0, 0, 0, 0.08 );
}

header.primary-desktop-light .sh-header-top-10 .header-contacts-details-large {
	color: #fff;
}

header.primary-desktop-light .sh-header-top-10 .header-contacts-details-large:not(:last-child) {
	border-right: 1px solid rgba( 255, 255, 255, 0.15 );
}

.sh-header-top-10 .header-contacts-details-large-icon {
	position: absolute;
	left: 0;
}

.sh-header-top-10 .header-contacts-details-large-icon i {
	font-size: 36px;
	display: block;
	margin-top: 5px;
}

.sh-header-top-10 .header-contacts-details-large-title {
	font-weight: 600;
}

.sh-header-top-10 .header-contacts-details-large-content {
	padding-left: 55px;
	transition: 0.3s all ease-in-out;
}

.sh-header-top-10 .header-contacts-details-large-content:hover {
	opacity: 0.8;
}

.sh-header-10 .sh-nav-login,
.sh-header-10 .sh-nav-cart,
.sh-header-10 .sh-nav-search,
.sh-header-10 .sh-nav-social,
.sh-header-10 .sh-nav-social a:not(:first-child) {
	border-left: 1px solid rgba( 0,0,0,0.08 );
	padding: 0px 25px!important;
}

.sh-header-10 .sh-nav-social a:first-child {
	padding-right: 25px!important;
}

.sh-header-10 .sh-nav-social {
	padding-right: 0px!important;
}

.sh-header-10 .sh-header-search {
	border-radius: 3px;
}

.sh-header-10 .sh-header-search .sh-header-search-input {
	padding-left: 30px;
	padding-right: 110px;
	font-size: 16px;
}

.sh-header-10 .sh-header-search-submit {
	right: 52px;
}

.sh-header-10 .sh-header-search-close {
	right: 20px;
}


/**
 * 9.8 Header - Left
 */

.sh-header-left-side {
	position: fixed;
	top: 0; bottom: 0; left: 0;
	width: 320px;
	background-color: #fff;
	z-index: 5000;
}

.sh-header-left-side:after {
	display: block;
	clear: both;
	content: "";
}

.sh-header-left-side #header-logo a {
	display: inline-block;
	position: relative;
	z-index: 100;
}

.sh-header-left-side #header-logo {
	text-align: center;
	padding: 50px;
	opacity: 0;
}

.sh-header-left-side #header-logo img {
	min-height: 25px;
}

.sh-header-left-side .sh-nav {
	float: none;
}

.sh-header-left-side .sh-nav > li {
	float: none!important;
	max-width: 100%;
	padding: 0!important;
	position: relative;
}

.sh-header-left-side .sh-nav > li > a:after {
	float: right;
}

.sh-header-left-side .sh-nav > li:last-child > a {
	border-bottom: 0;
}

.sh-header-left-side .sh-nav > li ul:not(.cart_list) {
	margin-left: 0!important;
	z-index: 500;
	top: 0;
	box-shadow: none!important;
	border-radius: 0;
}

.sh-header-left-side .sh-nav-cart .sub-menu {
	margin-top: 45px;
}

.sh-header-left-side .header-bottom {
	position: absolute;
	bottom: 28px; left: 28px; right: 28px;
}

.sh-header-left-navigation {
	position: absolute;
	top: 0; bottom: 0;
	width: 100%;
}

.sh-header-left-side .header-logo {
	display: table;
	max-width: 100%;
	margin: 0 auto;
}

.sh-header-left-side ul.sh-nav > li.menu-item-has-children > a:after {
	font-family: 'simple-line-icons'!important;
	position: absolute;
	float: none;
	right: 0;
	line-height: 50px;
	height: 50px;
	font-size: 12px;
	content: "\e604";
}

.sh-header-left-side ul.sh-nav ul li.menu-item-has-children > a:after {
	font-family: 'simple-line-icons'!important;
	line-height: inherit!important;
	height: inherit!important;
	font-size: 12px;
	content: "\e604";
}


/* Left Header - Style 1 */
.sh-header-left-1 .header-logo {
	padding: 40px 0;
	padding-bottom: 15px;
}

.sh-header-left-1 .sh-nav-container {
	padding: 0px 30px;
}

.sh-header-left-1 .sh-nav > li > a {
	text-align: center;
}

.sh-header-left-1 .sh-nav > li > a {
	max-height: 50px!important;
	line-height: 50px!important;
	max-width: 100%;
	padding: 0px;
}

.sh-header-left-1 .sh-nav > li > ul {
	left: 290px!important;
}

.sh-header-left-1 .sh-nav > li > .mega-menu-row {
	min-width: 780px;
	left: 290px!important;
}

@media (min-width: 1250px) {
	.sh-header-left-1 .sh-nav > li > .mega-menu-row {
		min-width: 900px;
	}
}

.sh-header-left-1 .header-social-media {
	display: table;
	width: 100%;
	padding: 0;
	border-top: 1px solid #e5e5e5;
	position: relative;
}

.sh-header-left-1 .header-social-media a {
	display: table-cell;
	vertical-align: top;
	text-align: center;
	border-left: 1px solid #e5e5e5;
	padding: 0;
	height: 60px;
}

.sh-header-left-1 .header-social-media i {
	font-size: 16px;
	color: #8d8d8d;
	padding-left: 0px;
	position: relative;
	line-height: 60px;
}

.sh-header-left-1 .sh-copyrights-text {
	text-align: center;
	line-height: inherit!important;
	margin: 0 30px 15px 30px;
}

.sh-header-left-1 .header-bottom {
	position: absolute;
	bottom: 0px; left: 0px; right: 0px;
}


/* Left Header Buttons - Style 1 */

.sh-header-left-1 {
	border-right: 1px solid rgba(0,0,0,0.1);
}

.sh-header-left-1 .sh-side-buttons .sh-table-cell {
	width: 50%;
	border-top: 1px solid rgba(0,0,0,0.1);
}

.sh-header-left-1 .sh-side-button-search,
.sh-header-left-1 .sh-side-button-cart {
	cursor: pointer;
	height: 70px;
	text-align: center;
	position: relative;
	color: #8d8d8d;
	font-weight: bold;
}

.sh-header-left-1 .sh-side-button-search {
	line-height: 70px;
	border-right-width: 0px!important;
}

.sh-header-left-1 .sh-side-button-search i {
	font-size: 24px;
	padding-right: 8px;
	display: inline-block;
	position: relative;
	bottom: -4px;
}

.sh-header-left-1 .sh-side-button-search {
	border-right: 1px solid rgba(0,0,0,0.1);
}

.sh-header-left-1 .sh-side-button-cart .sh-nav-container {
	width: 100%;
	display: inline-block;
	padding: 0;
}

.sh-header-left-1 .sh-side-button-cart .sh-nav-cart {
	top: 10px;
}

.sh-header-left-1 .sh-side-button-cart .sh-nav-cart i {
	font-size: 24px;
	color: #8d8d8d;
}

.sh-header-left-1 .sh-side-button-cart .sh-nav-cart .sh-cart-title {
	display: none;
}

.sh-header-left-1 .sh-side-button-cart .sh-nav-cart > ul.sub-menu {
	text-align: left;
	margin-left: -130px!important;
}

/* Left Header - Style 2 */

.sh-header-left-2 {
	padding: 0;
	color: #fff;
}

.sh-header-left-2 .header-logo {
	padding: 50px 0;
}

.sh-header-left-2 .sh-nav-container {
	padding: 0;
}

.sh-header-left-2 .sh-nav > li > a {
	max-height: 60px!important;
	line-height: 60px!important;
	max-width: 100%;
	padding: 0 25px;
	border-bottom: 1px solid rgba(255,255,255,0.25);
}

.sh-header-left-2 li.menu-item-has-children > a:after,
.sh-header-left-2 li.menu-item li.menu-item-has-children > a:after {
	font-family: 'simple-line-icons'!important;
	position: absolute;
	float: none;
	right: 25px;
	line-height: 60px;
	height: 60px;
	font-size: 12px;
	content: "\e604";
}

.sh-header-left-2 .sh-nav > li > ul {
	left: 320px!important;
}

.sh-header-left-2 .sh-nav > li > .mega-menu-row {
	min-width: 780px;
	left: 320px!important;
}

.sh-header-left-2 .header-social-media {
	text-align: center;
}

.sh-header-left-2 .header-social-media a {
	padding: 0 12px;
}

.sh-header-left-2 .header-social-media i {
	font-size: 18px;
	color: #fff;
}

.sh-header-left-2 .sh-header-copyrights-text {
	margin-bottom: 30px;
	text-align: center;
}

.sh-header-left-2 .sh-nav > li > a {
	color: #fff;
	font-weight: bold;
}

.sh-header-left-2 .sh-nav li.menu-item > a.fa:before {
	width: 60px;
	height: 60px;
	background-color: rgba(255,255,255,0.15);
	display: inline-block;
	text-align: center;
	position: relative;
	margin-left: -25px;
	margin-right: 25px;
	color: #fff;
	font-size: 18px;
	font-weight: normal!important;
}

.sh-header-left-2 .sh-copyrights-text {
	line-height: inherit!important;
}

/* Left Header Buttons - Style 2 */
.sh-header-left-2 {
	border-right: 1px solid rgba(255,255,255,0.25);
}

.sh-header-left-2 .sh-side-buttons .sh-table-cell {
	width: 50%;
	border-bottom: 1px solid rgba(255,255,255,0.25);
}

.sh-header-left-2 .sh-side-button-search,
.sh-header-left-2 .sh-side-button-cart {
	cursor: pointer;
	height: 70px;
	text-align: center;
	position: relative;
	color: #8d8d8d;
	font-weight: bold;
}

.sh-header-left-2 .sh-side-button-cart .sh-nav-cart a {
	border-bottom: 0px!important;
}

.sh-header-left-2 .sh-side-button-search {
	line-height: 70px;
}

.sh-header-left-2 .sh-side-button-search i {
	font-size: 24px;
	padding-right: 8px;
	display: inline-block;
	position: relative;
	bottom: -4px;
}

.sh-header-left-2 .sh-side-button-search {
	border-right: 1px solid rgba(255,255,255,0.25);
}

.sh-header-left-2 .sh-side-button-cart .sh-nav-container {
	width: 100%;
	display: inline-block;
	padding: 0;
}

.sh-header-left-2 .sh-side-button-cart .sh-nav-cart {
	top: 10px;
}

.sh-header-left-2 .sh-side-button-cart .sh-nav-cart i {
	font-size: 24px;
	color: #8d8d8d;
}

.sh-header-left-2 .sh-side-button-cart .sh-nav-cart .sh-cart-title {
	display: none;
}

.sh-header-left-2 .sh-side-button-cart .sh-nav-cart > ul.sub-menu {
	text-align: left;
	margin-left: -160px!important;
}

.sh-header-left-2 ul.sh-nav > li.menu-item-has-children > a:after {
	right: 25px;
	line-height: 60px!important;
	height: 60px!important;
}

/* Left Header Height Improvements */
@media (max-height: 800px ) {
   .sh-header-in-side .sh-header-left-side .sh-nav > li > a,
   .sh-header-in-side .sh-header-left-side .sh-nav > li.menu-item-has-children > a:after {
	   max-height: 46px!important;
       line-height: 46px!important;
   }

   .sh-header-in-side .sh-header-left-side .sh-side-button-search,
   .sh-header-in-side .sh-header-left-side .sh-side-button-cart {
	   height: 50px;
   }

   .sh-header-left-side .sh-side-button-search {
	    line-height: 50px;
	}

	.sh-header-left-side .sh-side-button-search i,
	.sh-header-left-side .sh-side-button-cart .sh-nav-cart i {
		font-size: 22px;
	}

	.sh-header-left-side .sh-side-button-cart .sh-nav-cart {
		top: 4px;
	}

	.sh-header-left-2 .sh-header-copyrights-text,
	.sh-header-left-1 .sh-copyrights-text {
		margin-bottom: 15px;
		font-size: 13px;
	}

	.sh-header-left-1 .header-social-media a {
		height: 40px;
	}

	.sh-header-left-1 .header-social-media i {
		line-height: 40px;
	}
}

@media (max-height: 600px ) {
	.sh-header-in-side .sh-header-left-side .sh-nav > li > a,
    .sh-header-in-side .sh-header-left-side .sh-nav > li.menu-item-has-children > a:after {
		max-height: 36px!important;
        line-height: 36px!important;
    }

	.sh-header-left-2 .sh-header-copyrights-text,
	.sh-header-left-1 .sh-copyrights-text {
		margin-bottom: 6px;
		font-size: 11px;
	}

	.sh-header-left-2 .header-social-media i {
		font-size: 15px;
	}

	.sh-header-left-1 .header-social-media a {
		height: 30px;
	}

	.sh-header-left-1 .header-social-media i {
		line-height: 30px;
	}

	.sh-header-left-2 .header-bottom {
		bottom: 10px;
	    left: 10px;
	    right: 10px;
	}
}

@media (max-height: 450px ) {
	.sh-header-in-side .sh-header-left-side .sh-nav > li > a,
    .sh-header-in-side .sh-header-left-side .sh-nav > li.menu-item-has-children > a:after {
		max-height: 28px!important;
        line-height: 28px!important;
    }

	.sh-header-in-side .sh-header-left-side .sh-side-button-search,
    .sh-header-in-side .sh-header-left-side .sh-side-button-cart {
 	   height: 30px;
    }

    .sh-header-left-side .sh-side-button-search {
 	    line-height: 30px;
 	}

 	.sh-header-left-side .sh-side-button-search i,
 	.sh-header-left-side .sh-side-button-cart .sh-nav-cart i {
 		font-size: 18px;
 	}

 	.sh-header-left-side .sh-side-button-cart .sh-nav-cart {
 		top: 2px;
		left: 4px;
 	}

	.sh-header-left-2 .sh-header-copyrights-text,
	.sh-header-left-1 .sh-copyrights-text {
		margin-bottom: 0px;
		font-size: 10px;
	}

	.sh-header-left-side #header-logo {
		padding-top: 10px!important;
	}

	.sh-header-left-side #header-logo img {
		height: 25px;
	}

	.sh-header-left-1 .header-social-media a {
		height: 20px;
	}

	.sh-header-left-1 .header-social-media i {
		line-height: 20px;
		font-size: 12px;
	}
}

@media (max-height: 400px ) {
	.sh-header-in-side .sh-header-left-side .sh-nav > li > a,
    .sh-header-in-side .sh-header-left-side .sh-nav > li.menu-item-has-children > a:after {
		max-height: 24px!important;
        line-height: 24px!important;
    }
}


/**
 * 9.9 Header - Right
 */

 @media (max-width: 1025px) {
 	.sh-header-right-side {
		display: none!important;
	}
 }

.sh-header-right-side {
	position: fixed;
	top: 0; right: -320px; bottom: 0;
	width: 320px;
	height: 100%;
	background-color: #232323;
	overflow: hidden;
	z-index: 5000;
	-webkit-transform: translate3d(0,0,0);
	        transform: translate3d(0,0,0);
}

.sh-header-right-side .sh-header-mobile-dropdown {
	box-shadow: none!important;
}

.sh-header-scrollbar {
	overflow-y: scroll;
	height: 100%;
	position: relative;
	margin-right: -15px;
}

.sh-header-right-side .sh-header-mobile-dropdown {
	display: block!important;
	padding-bottom: 70px;
}

.sh-header-right-side .header-mobile-social-media {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 5500;
	background-color: #232323;
}

.sh-header-right-side .sh-nav-mobile li a {
	padding-left: 50px!important;
	padding-right: 50px!important;
}

.sh-header-right-side .container {
	width: 100%!important
}

#page-container {
	position: relative;
    left: 0;
}

.sh-header {
	position: relative;
	left: 0;
}

.page-layout-right-fixed .sh-header-right-side {
	right: 0;
}

.page-layout-right-fixed #page-container,
.page-layout-right-fixed .sh-sticky-header-active,
.page-layout-right-fixed.sh-footer-paralalx-init .sh-footer {
	left: -320px;
}

.page-layout-right-fixed .sh-back-to-top {
	right: 350px;
}

.sh-footer-paralalx-init .sh-footer {
	transition: 0.3s left ease-in-out;
}


/**
 * 9.10 Header - Search
 */

body > .sh-header-search {
	position: fixed!important;
	z-index: 20000;
}

.sh-header-search {
	display: none;
	position: absolute;
	top: 0; bottom: 1px; right: 0; left: 0;
	width: 100%;
	text-align: center;
	background-color: rgba(255,255,255,0.97);
	z-index: 200;
	overflow: hidden;
}

.sh-header-search .sh-header-search-input {
	display: inline-block;
	border: 0;
	margin-left: 5px;
	font-size: 24px;
	font-weight: normal;
	background-color: transparent;
	padding: 0;
	color: #505050;
	line-height: 48px!important;
	padding-right: 75px;
	width: 100%;
}

.sh-header-search .sh-header-search-input::-webkit-input-placeholder {
	color: #8d8d8d;
	font-style: normal;
	font-weight: normal;;
}
.sh-header-search .sh-header-search-input:-moz-placeholder {
	color: #8d8d8d;
	font-style: normal;
	font-weight: normal;
}
.sh-header-search .sh-header-search-input::-moz-placeholder {
	color: #8d8d8d;
	font-style: normal;
	font-weight: normal;
}
.sh-header-search .sh-header-search-input:-ms-input-placeholder {
	color: #8d8d8d;
	font-style: normal;
	font-weight: normal;
}

.sh-header-search-submit {
	position: absolute;
	top: 12px; right: 32px;
	border: 0;
	color: #8d8d8d;
	background-color: transparent;
	font-size: 24px;
	line-height: 1;
}

.sh-header-search-submit i {
	line-height: 1;
}

.sh-header-search-close {
	position: absolute;
	top: 14px; right: 0px;
	border: 0;
	color: #8d8d8d;
	background-color: transparent;
	font-size: 24px;
	cursor: pointer;
	line-height: 1;
}

.sh-header-search .container {
	position: relative;
}

.sh-header-search-form {
	position: relative;
	overflow: hidden;
}

.sh-header-left-side .sh-header-search .line-test {
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.sh-header-left-side .sh-header-search .sh-header-search-input {
	line-height: 60px!important;
}

.sh-header-left-side .sh-header-search .container {
	position: relative;
	max-width: 100%!important;
	width: 100%!important;
	padding: 0 20px!important;
	overflow: hidden;
}

.sh-side-button-search-line .line-test {
	border-bottom: 1px solid #e5e5e5;
	padding: 15px 0;
}


/**
 * 9.11 Header - Logo
 */

.sh-sticky-logo,
.sh-light-logo {
    display: none;
}

.primary-desktop .sh-nav-container {
	position: static;
}

.sh-sticky-header-active .sh-sticky-logo {
    display: block;
}

.sh-sticky-header-active .sh-standard-logo {
    display: none;
}

.primary-desktop-light .sh-header:not(.sh-sticky-header-active) .header-logo img {
	display: none;
}

.primary-desktop-light .sh-header:not(.sh-sticky-header-active) .header-logo .sh-light-logo {
	display: block;
}

.primary-mobile-light .sh-header-mobile:not(.sh-sticky-mobile-header-active) .header-logo img {
	display: none;
}

.primary-mobile-light .sh-header-mobile:not(.sh-sticky-mobile-header-active) .header-logo .sh-light-logo {
	display: block;
}

.primary-desktop-light .sh-header-top:not(.sh-sticky-mobile-header-active) .header-logo img {
	display: none;
}

.primary-desktop-light .sh-header-top:not(.sh-sticky-mobile-header-active) .header-logo .sh-light-logo {
	display: block;
}


/**
 * 9.12 Header - Style
 */

/* Header - Light Style */
.primary-desktop-light {
	position: absolute!important;
    z-index: 5000;
	width: 100%;
}

.primary-desktop-light .sh-header-top {
	background-color: rgba(255,255,255,0.0)!important;
}

.primary-desktop-light .sh-header-top-4 {
	border-color: rgba( 255,255,255,0.10 )!important;
}

.primary-desktop-light .sh-header-top .header-contacts-details,
.primary-desktop-light .sh-header-top .header-social-media a {
	color: rgba(255,255,255,0.85)!important;
}

.primary-desktop-light .sh-header:not(.sh-sticky-header-active):not(.sh-header-10) {
	background-color: rgba(255,255,255,0.0)!important;
}

.primary-desktop-light:not(.primary-desktop-light-noborder) .sh-header:not(.sh-sticky-header-active):not(.sh-header-10) {
    border-bottom: 1px solid rgba( 255,255,255,0.10 )!important;
}

.primary-desktop-light .sh-header-6:not(.sh-sticky-header-active) .sh-nav > .menu-item:not(.sh-nav-social),
.primary-desktop-light .sh-header-6:not(.sh-sticky-header-active) .header-logo {
	border-color: rgba( 255,255,255,0.10 )!important;
}

.primary-desktop-light .sh-header-top-3:not(.sh-sticky-header-active),
.primary-desktop-light .sh-header-top-3:not(.sh-sticky-header-active) .header-contacts-item span,
.primary-desktop-light .sh-header-top-3:not(.sh-sticky-header-active) .header-social-media a,
.primary-desktop-light .sh-header-top-3:not(.sh-sticky-header-active) .container {
	border-color: rgba( 255,255,255,0.10 )!important;
}

.primary-desktop-light .sh-header-5:not(.sh-sticky-header-active) .sh-nav li.menu-item,
.primary-desktop-light .sh-header-5:not(.sh-sticky-header-active) .sh-nav-social a:not(:first-child) {
	border-color: rgba( 255,255,255,0.10 )!important;
}

.primary-mobile-light #header-logo-title,
.primary-desktop-light .sh-header-top-4 #header-logo-title,
.primary-desktop-light .sh-header:not(.sh-sticky-header-active) #header-logo-title,
.primary-desktop-light .sh-header:not(.sh-sticky-header-active):not(.sh-header-10) .sh-nav > li > a,
.primary-desktop-light .sh-header:not(.sh-sticky-header-active):not(.sh-header-10) .sh-nav > li.menu-item > a > i {
	color: rgba(255,255,255,0.85)!important;
}

.primary-desktop-light .sh-header:not(.sh-sticky-header-active) .sh-nav-lang > a > span {
	border-color: rgba(255,255,255,0.2);
}

.primary-desktop-light .sh-header:not(.sh-sticky-header-active):not(.sh-header-10) .sh-nav > li.current_page_item > a,
.primary-desktop-light .sh-header:not(.sh-sticky-header-active):not(.sh-header-10) .sh-nav > li:not(.current_page_item):hover > a,
.primary-desktop-light .sh-header:not(.sh-sticky-header-active):not(.sh-header-10) .sh-nav .icon-basket {
	color: #fff!important;
}

.primary-desktop-light .sh-header:not(.sh-sticky-header-active):not(.sh-header-10) .c-hamburger:not(.is-active) span,
.primary-desktop-light .sh-header:not(.sh-sticky-header-active):not(.sh-header-10) .c-hamburger span:before,
.primary-desktop-light .sh-header:not(.sh-sticky-header-active):not(.sh-header-10) .c-hamburger span:after {
	background-color: #fff!important;
}

.primary-desktop-light-noborder > .sh-header:not(.sh-sticky-header-active),
.primary-desktop-light-noborder > .sh-header-height > .sh-header:not(.sh-sticky-header-active),
#page-container .primary-mobile-light-noborder .sh-header-mobile {
	border-bottom-width: 0px!important;
}

.primary-mobile-light {
	position: absolute!important;
	z-index: 5000;
	width: 100%;
}

.primary-mobile-light .sh-header-mobile:not(.sh-sticky-mobile-header-active) {
	background-color: rgba(255,255,255,0.0)!important;
    border-bottom: 1px solid rgba( 255,255,255,0.10 )!important;
}

.primary-mobile-light .sh-header-mobile-navigation {
	border-bottom: 0px!important;
}

.primary-mobile-light .sh-header-mobile:not(.sh-sticky-mobile-header-active) .sh-nav > li > a,
.primary-mobile-light .sh-header-mobile:not(.sh-sticky-mobile-header-active) .sh-nav > li.menu-item > a > i {
	color: rgba(255,255,255,0.85)!important;
}

.primary-mobile-light .sh-header-mobile .sh-nav > li.current_page_item > a {
	color: #fff!important;
}

.primary-mobile-light .sh-header-mobile:not(.sh-sticky-mobile-header-active) .c-hamburger:not(.is-active) span,
.primary-mobile-light .sh-header-mobile:not(.sh-sticky-mobile-header-active) .c-hamburger span:before,
.primary-mobile-light .sh-header-mobile:not(.sh-sticky-mobile-header-active) .c-hamburger span:after {
	background-color: #fff!important;
}


/**
 * 9.13 Header - Responsive
 */

.primary-desktop {
	position: relative;
	z-index: 1000;
}

.sh-header-mobile-dropdown {
	display: none;
	z-index: 1200;
	position: relative;
}

.sh-header-mobile .container {
	padding: 0 15px;
}

.sh-header-mobile-navigation {
	border-bottom: 1px solid #EDEDED;
}

.sh-header-mobile-navigation .sh-nav-dropdown .c-hamburger {
	top: -1px;
}

.sh-header-mobile-navigation .header-logo img {
	max-width: 85%;
}

.sh-header-mobile-navigation .sh-nav-cart + .sh-nav-dropdown .c-hamburger {
	top: 8px!important;
}

.sh-header-mobile-navigation .sh-nav-container {
	padding: 40px 0;
}

.sh-nav-mobile {
	max-width: 800px;
	padding: 20px 0!important;
	overflow: hidden;
}

.sh-nav-mobile ul {
	display: none;
	margin-left: 30px!important;
}

.sh-nav-mobile ul.open {
	display: block;
}

.sh-nav-mobile li:after {
	content: "";
	display: block;
	left: 0; right: 0;
	position: absolute;
	height: 1px;
	background-color: #303030;
	width: 100%;
}

.sh-nav-mobile li:last-child:after {
	height: 0;
}

.sh-nav-mobile ul {
	position: relative;
}

.sh-nav-mobile ul li:after {
	left: auto;
	right: auto;
}

.sh-nav-mobile li a {
	font-weight: bold;
	font-size: 13px;
}

.sh-nav-mobile li .sub-menu:before {
	content: "";
	display: block;
	position: absolute;
	height: 1px;
	background-color: #303030;
	width: 100%;
}

.sh-nav-mobile li.current-menu-item > a {
	color: #fff;
}

.sh-nav-mobile li.menu-item-has-icon > a {
	padding-left: 25px;
    line-height: 1;
}

.sh-nav-mobile li.menu-item-has-icon > a:before {
	left: -24px;
	display: inline-block;
	position: relative;
}

.sh-nav-mobile li.menu-item-has-children > a:after {
	font-family: 'simple-line-icons'!important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: block;
	position: relative;
	font-size: 12px;
	margin-left: 6px;
	top: 6px;
	float: right;
	content: "\e604";
}

.sh-nav-mobile li a {
	display: block;
	padding: 16px 0;
	color: #aaaaaa;
}

.sh-nav-mobile li {
	position: relative;
}

.sh-nav-mobile a.menu-item-open-fix {
	position: absolute;
	top: 0; left: 0; right: 50px;
}

.sh-nav-mobile a.menu-item-open-fix:after {
	opacity: 0;
}

.sh-header-mobile .sh-nav-mobile li:last-child {
	border-bottom: 0px solid transparent!important;
}

.header-mobile-search {
	width: 100%;
	position: relative;
}

.header-mobile-search .header-mobile-form .header-mobile-form-input {
	display: block;
	background-color: transparent;
	border: 0px;
	padding: 0px;
	padding-right: 50px;
	width: 100%;
	line-height: 70px!important;
	margin-bottom: 0;
	font-size: 24px;
	font-weight: bold;
	color: #fff!important;
}

.header-mobile-search .header-mobile-form .header-mobile-form-input:focus {
	outline: none;
}

.header-mobile-search .header-mobile-form-submit {
	position: absolute;
	right: 0;top: 0;bottom: 0;
	line-height: 70px;
	text-align: center;
	font-size: 24px;
	color: #fff;
	background-color: transparent;
	border: 0;
}

.header-mobile-social {
	padding-top: 15px;
}

.header-mobile-social-media {
	display: table;
	width: 100%;
	padding: 0;
	border-top: 1px solid #303030;
	position: relative;
}

.header-mobile-social-media a {
	display: table-cell;
	vertical-align: top;
	text-align: center;
	border-left: 1px solid #303030;
	padding: 0;
	height: 70px;
}

.header-mobile-social-media a:hover {
	background-color: #303030;
}

.header-mobile-social-media a:first-child {
	border-left: none;
}

.header-mobile-social-media i {
	font-size: 16px;
	color: #8d8d8d;
	padding-left: 0px;
	position: relative;
	line-height: 70px;
}

header.primary-mobile {
	display: none;
	z-index: 600;
	position: relative;
}

/* Header - Responsive Options */
.sh-header-mobile-spacing-compact .sh-header-mobile-navigation .sh-nav-container {
	padding: 17px 0;
}


/**
 * 10.0 Titlebar
 */

.sh-titlebar {
	position: relative;
	padding: 0;
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-size: cover!important;
	background-color: #fafafa;
	z-index: 100;
}

@media (min-width: 768px) {
	/*body.admin-bar .sh-titlebar:not(.sh-titlebar-parallax-disabled) {
		background-position: 50% -28px;
	}*/

	.sh-titlebar-parallax:not(.sh-titlebar-parallax-disabled) {
		background-position: -9000px -9000px!important;
		background-size: auto!important;
	}
}

.sh-titlebar #jarallax-container-0 {
	opacity: 0;
	-webkit-animation: new-item-animation 0.5s linear forwards;
	        animation: new-item-animation 0.5s linear forwards;
}

@-webkit-keyframes new-item-animation {
    from {
        opacity: 0;
	}

    to {
        opacity: 1;
    }
}

@keyframes new-item-animation {
    from {
        opacity: 0;
	}

    to {
        opacity: 1;
    }
}

.sh-titlebar #jarallax-container-0,
#jarallax-container-0,
#jarallax-container-1,
#jarallax-container-2,
#jarallax-container-3,
#jarallax-container-4,
#jarallax-container-5,
#jarallax-container-6,
#jarallax-container-7,
#jarallax-container-8,
#jarallax-container-9,
#jarallax-container-10,
#jarallax-container-11,
#jarallax-container-12,
#jarallax-container-13,
#jarallax-container-14,
#jarallax-container-15 {
	z-index: 0!important;
}

.sh-titlebar .container {
	padding: 0px 15px
}

.sh-titlebar:not(.sh-titlebar-revslider) a {
	color:#8d8d8d!important;
}

.sh-titlebar .sh-table {
	min-height: 60px;
	z-index: 100;
	position: relative;
}

.sh-titlebar-height-small {
	padding: 25px 0;
}

.sh-titlebar-height-medium {
	padding: 50px 0;
}

.sh-titlebar-height-large {
	padding: 100px 0;
}

.sh-titlebar .titlebar-title h1,
.sh-titlebar .titlebar-title h2 {
	font-size: 24px;
	margin-bottom: 0;
	font-weight: bold;
}

.sh-titlebar:not(.sh-titlebar-template) .title-level {
	text-align: right;
}

.sh-titlebar .title-level .separator {
	font-size: 0;
}

.sh-titlebar .title-level .separator:after {
	display: inline-block;
	font-family: 'simple-line-icons'!important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e606";
	font-size: 10px;
	padding: 0 12px;
}

.sh-titlebar .title-level .breadcrumbs {
	font-size: 14px;
	margin: 0;
	margin-bottom: -4px;
	position: relative;
}

.sh-titlebar .title-level .item-current {
	font-weight: bold;
}

.sh-titlebar-center {
	text-align: center;
}

.sh-titlebar-center .titlebar-title {
	margin-bottom: 10px;
}

.sh-titlebar-center .title-level {
	text-align: center;
}

.sh-titlebar-center .title-level .breadcrumbs {
	margin-bottom: 0;
	opacity: 0.8;
}

/* Titlebar - Light Style */
.sh-titlebar-light {
	padding-top: 121px;
	background-color: #353535!important;
	position: relative;
}

.sh-titlebar-light .sh-table {
	padding: 130px 0;
}

.sh-titlebar-light h1,
.sh-titlebar-light h2,
.sh-titlebar-light a,
.sh-titlebar-light span,
.sh-titlebar-light:not(.sh-titlebar-revslider) span a {
	color: #fff!important;
}

.sh-titlebar-light .sh-titlebar-icon {
	opacity: 1;
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	text-align: center;
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-animation-delay: 3s;
	        animation-delay: 3s;
	-webkit-animation-duration: 5s;
	        animation-duration: 5s;
	-webkit-animation-iteration-count: 3;
	        animation-iteration-count: 3;
	-webkit-animation-timing-function: ease-out;
	        animation-timing-function: ease-out;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
}

.sh-titlebar-light .sh-titlebar-icon i {
	font-size: 21px;
	color: #fff;
	opacity: 0.7;
	display: block;
	position: relative;
}

.sh-titlebar-light .titlebar-title .titlebar-title-h1 {
	font-size: 36px;
	margin-bottom: 10px;
}

.sh-titlebar-light .sh-titlebar-desc {
	color: #fff;
	font-style: italic;
	font-size: 16px;
	opacity: 0.8;
	margin-top: 16px;
}

.sh-titlebar-light .title-level {
	margin-top: 15px;
}

@-webkit-keyframes bounce {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}

@keyframes bounce {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}

@media (max-width: 1020px) {
	.sh-titlebar-light .sh-table {
		padding: 75px 0;
	}
}

.sh-titlebar-text-style2 .titlebar-title .titlebar-title-h1 {
	font-size: 48px;
}

.sh-titlebar-text-style2 .sh-titlebar-desc {
	font-size: 18px;
	font-style: normal;
	margin-top: 8px;
}

@media (max-width: 760px) {
	.sh-titlebar-text-style2 .titlebar-title .titlebar-title-h1 {
		font-size: 30px;
	}

	.sh-titlebar-text-style2 .sh-titlebar-desc {
		font-size: 15px;
	}
}

/* Titlebar - Responsive Options */
@media (max-width: 800px) {
	.sh-titlebar-mobile-layout-compact .container > div {
		display: block;
		padding: 22px 0;
	}

	.sh-titlebar-mobile-layout-compact .container > .sh-table > .sh-table-cell {
		display: block;
	}

	.sh-titlebar-mobile-layout-compact .title-level .breadcrumbs,
	.sh-titlebar-mobile-layout-compact .sh-titlebar-desc {
		font-size: 13px;
	}

	.sh-titlebar-mobile-layout-compact .titlebar-title h2 {
		font-size: 18px!important;
		margin-bottom: 0px!important;
	}

	.sh-titlebar-mobile-layout-compact:not(.sh-titlebar-mobile-title-off) .title-level {
		margin-top: 10px!important;
	}

	.sh-titlebar-mobile-title-off:not(.sh-titlebar-light) .titlebar-title h2 {
		display: none;
	}

	.sh-titlebar-mobile-title-off:not(.sh-titlebar-light) .title-level {
		margin-top: 0px!important;
	}
}

.sh-titlebar-sides-reversed .sh-titlebar-content {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}

.sh-titlebar-sides-reversed .sh-titlebar-content > div {
	display: block;
}

.sh-titlebar-sides-reversed .title-level {
	flex: 1;
	text-align: left;
}



/**
 * 11.0 - Footer
 */

.sh-footer-columns {
	position: relative;
}

.sh-footer-columns > .widget-item {
	display: inline-block;
	width: 33.3%;
	vertical-align: top;
	padding: 0 15px;
	margin-bottom: 25px;
	margin-right: -4px;
}

.sh-footer-widgets {
	padding: 100px 0 100px 0;
	color: #e3e3e3;
	background-color: #262626;
}

.sh-footer-widgets .container {
	margin-bottom: -35px;
}

.sh-footer-col > div:last-child {
	padding-bottom: 0;
}

.sh-footer-widgets a,
.sh-footer-widgets li a {
	color: #fff;
}

.sh-footer-widgets a:hover,
.sh-footer-widgets li a:hover {
	color: #47c9e5;
}

.sh-footer-widgets h3 {
	color: #ffffff;
	font-size: 16px;
}

.sh-copyrights {
	background-color: #222222;
	color: #ffffff;
	padding: 0px 10px;
}

.sh-copyrights a {
	color: #fff;
}

.sh-copyrights a:hover {
	color: #47c9e5;
}

.sh-copyrights-style1 {
	float: left;
	height: 70px;
}

.sh-copyrights-style2 {
	display: table;
	margin: 0 auto;
	height: 70px;
}

.sh-copyrights-style3 {
	min-height: 70px;
	display: flex;
	align-items: center;
}

.sh-copyrights-style3 .sh-table-cell {
	width: 33.3%;
}

.sh-copyrights-style3 .sh-copyrights-text,
.sh-copyrights-style3 .sh-copyrights-social {
	line-height: 150%!important;
	margin-top: 0px!important;
}

@media (max-width: 800px) {
	.sh-copyrights-style3 .sh-table-cell {
		width: 100%;
		display: block;
		text-align: center;
	}

	.sh-copyrights-style3 .sh-table-cell {
		padding-top: 10px;
	}
}

.sh-footer-widgets ul li:first-child {
	padding-top: 0;
}

.sh-footer-widgets ul li:last-child {
	border-bottom: 0!important;
	padding-bottom: 0!important;
}

.sh-footer-widgets ul li,
.sh-footer-widgets ul li {
	border-bottom: 1px solid rgba( 255,255,255,0.1 );
	padding: 7.5px 0;
}

.sh-footer-widgets ul {
	list-style: none;
	padding-left: 0;
}

.sh-copyrights-social {
	font-size: 16px;
	line-height: normal!important;
	margin-right: 4px;
}

.sh-copyrights-social a {
	display: inline-block;
	border-left: 1px solid rgba( 255,255,255,0.1 );
	height: 70px;
	line-height: 70px;
	width: 70px;
	text-align: center;
	margin-right: -4px;
}

.sh-copyrights-social a:last-child {
	border-right: 1px solid rgba( 255,255,255,0.1 );
}

.sh-copyrights-social i {
	padding: 0;
	position: relative;
	bottom: -2px;
}

.sh-copyrights-social a:first-child i {
	padding-left: 0;
}

.sh-copyrights-social a:last-child i{
	padding-right: 0;
}

.sh-copyrights-image {
	max-height: 70px;
}

.sh-copyrights-logo {
	padding-right: 25px;
}

.sh-copyrights-text-only {
	text-align: center;
}

.sh-copyrights-text-only .sh-copyrights-text {
	margin: 0;
}

/* Footer parallax */

@media (min-width: 851px) {
	.sh-footer-paralalx-init .content-container,
	.sh-footer-paralalx-init .blog-editor-content-container	 {
		position: relative;
		background-color: #fff;
		z-index: 100;
	}

	.sh-footer-paralalx-init .sh-footer {
		position: fixed;
		width: 100%;
		bottom: 0; left: 0; right: 0;
		z-index: 0;
		opacity: 0;
	}
}

@media (max-width: 851px) {
	.sh-footer-paralalx-init .sh-footer {
		opacity: 1!important;
	}
}


/**
 * 12.0 - Portfolio
 */

.sh-portfolio-single-container-full-width {
	padding: 0 30px;
}

.sh-portfolio-single-image img {
	width: 100%;
	margin-bottom: 0;
}

.sh-portfolio-single-gallery-item img {
	margin-bottom: 0;
}

.sh-portfolio-single #sidebar {
	margin-top: 30px;
}

/*.sh-portfolio-single-right,
.sh-portfolio-single-left {
	padding-top: 30px;
}*/

.sh-whitespace-small {
	padding: 0 5px;
}

.sh-portfolio-single-disabled {
	cursor: default;
}

.sh-portfolio-single-disabled i {
	opacity: 0.3;
}

.sh-portfolio-single-title {
	font-weight: bold;
	font-size: 30px;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 20px;
}

.sh-portfolio-single-description {
	margin-bottom: 30px;
}

.sh-portfolio-single-description-vc {
	margin-left: -30px;
	margin-right: -30px;
	position: relative;
}

.sh-portfolio-single-gallery {
	position: relative;
	margin: 0 -15px;
}

.sh-portfolio-single-gallery-item {
	display: inline-block;
	vertical-align: top;
	margin-top: 30px;
	margin-right: -4px;
	padding: 0 15px;
}

.sh-portfolio-single-gallery-columns3 .sh-portfolio-single-gallery-item {
	width: 33.3%;
}

.sh-portfolio-single-gallery-columns4 .sh-portfolio-single-gallery-item {
	width: 25%;
}

.sh-portfolio-single-gallery-columns5 .sh-portfolio-single-gallery-item {
	width: 20%;
}

.sh-portfolio-single-gallery-columns4,
.sh-portfolio-single-gallery-columns5 {
	margin: 0 -10px;
}

.sh-portfolio-single-gallery-columns4 .sh-portfolio-single-gallery-item,
.sh-portfolio-single-gallery-columns5 .sh-portfolio-single-gallery-item {
	padding: 0 10px;
	margin-top: 20px;
}

@media (max-width: 1024px) {
	.sh-portfolio-single-gallery .sh-portfolio-single-gallery-item {
		min-width: 33.3%;
	}
}

@media (max-width: 600px) {
	.sh-portfolio-single-gallery .sh-portfolio-single-gallery-item {
		min-width: 50%;
	}
}

.sh-portfolio-single-related {
	margin-top: 60px;
}

.sh-portfolio-single-related h3 {
	font-size: 24px;
	margin-bottom: 10px;
}

.sh-portfolio-comments h2.sh-comments-title {
	font-size: 24px;
	margin-top: 75px;
}

.sh-portfolio-single-related-mini {
	margin-top: 15px;
}

.sh-portfolio-single-related-mini .sh-portfolio-image {
	margin-bottom: 20px;
}

.sh-portfolio-single-related-mini h5 {
	margin-bottom: 10px;
}

.sh-portfolio-single-info-item {
	border-bottom: 1px solid #ebebeb;
	padding: 15px 0;
}

.sh-portfolio-single-info-item:first-child {
	padding-top: 0px;
}

.sh-portfolio-single-info-left {
	width: 36px;
}

.sh-portfolio-single-info-left i {
	font-size: 18px;
	color: #47c9e5;
	bottom: -2px;
	position: relative;
}

.sh-portfolio-single-buttons {
	margin-bottom: 20px;
}


/* Portfolio Project Gallery Slider */
.sh-portfolio-single-gallery-slider-for {
	margin-bottom: 20px;
}

.sh-portfolio-single-gallery-slider-for img {
	width: 100%;
}

.sh-portfolio-single-gallery-slider-nav-container {
	position: relative;
	overflow: hidden;
}

.sh-portfolio-single-gallery-slider-nav {
	position: relative;
    margin: 0 -10px;
}

.sh-portfolio-single-gallery-slider-nav .sh-portfolio-single-gallery-slider-item {
	padding: 0 10px;
}

.sh-portfolio-single-gallery-slider-nav .sh-page-switcher-button {
	position: absolute;
    top: 50%;
    z-index: 10;
    border-width: 0px;
	margin-top: -24px;
	opacity: 0;
}

.sh-portfolio-single-gallery-slider-nav .sh-page-switcher-button-left {
	left: 24px;
}

.sh-portfolio-single-gallery-slider-nav .sh-page-switcher-button-right {
	right: 24px;
}

.sh-portfolio-single-gallery-slider-nav:hover .sh-page-switcher-button {
	opacity: 1;
}


/**
 * 13.0 - Blog
 */

.post-left-side {
	width: 44%;
	margin-right: 3%;
}

.post-right-side {
	width: 53%;
}

.ratio-container {
	padding-top: 56.25%;
	position: relative;
}

.ratio-container-classic {
	padding-top: 75%!important;
}

.ratio-container-portrait {
	padding-top: 115%!important;
}

.ratio-content {
	display: block;
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
}

.ratio-content > div:not(#fb-root) {
	width: 100%;
	height: 100%;
	position: relative;
}

.post-meta-video .ratio-content {
	overflow: hidden;
}

.post-container {
	margin: 0 15px;
	position: relative;
}

.post-container .plyr--audio {
	border: 1px solid #e9e9e9;
}

.ratio-content video,
.ratio-content audio,
.ratio-content iframe {
	width: 100%;
	height: 100%;
}

.post-title h1,
.post-title h2 {
	font-size: 20px;
	line-height: 135%;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 16px;
}

.post-sticky {
	font-size: 20px;
	padding-right: 7px;
	color: #47c9e5;
	display: none;
}

article.post-item.sticky .post-sticky {
	display: inline-block;
}

.post-quote-and-link {
	line-height: 180%;
	width: 100%;
	font-weight: bold;
	border-top: 1px solid rgba(255,255,255,0.2);
	border-bottom: 1px solid rgba(255,255,255,0.2);
	padding: 21px 0;
}

.post-quote-and-link a {
	display: block;
	font-size: 18px;
	margin-bottom: 6px;
	font-weight: normal;
	font-style: italic;
	line-height: 140%;
}

.post-quote-and-link span {
	font-size: 16px;
	display: block;
	padding-top: 5px;
	text-align: center;
}

.post-content {
	padding-bottom: 15px;
	word-break: break-word;
}

#content.post-content {
	padding-bottom: 0px;
}

.post-content img:not(:last-child),
.post-content p:not(:last-child),
.post-content table:not(:last-child) {
	margin-bottom: 15px;
}

.page-default-content > figure > img,
.page-default-content > img:not(:last-child),
.page-default-content > p:not(:last-child),
.page-default-content > table:not(:last-child) {
	margin-bottom: 15px;
}

.post-content .post-password-form label {
	margin-top: 15px;
	font-size: 15px;
	display: block;
}

.post-content .post-password-form input {
	margin-top: 10px;
}

.post-content .post-password-form input[type="submit"] {
	font-weight: bold;
	border: 0px;
	color: #fff;
}

.post-meta-one {
	margin-bottom: 10px;
}

.post-meta i {
	padding-right: 3px;
}

.post-meta-two {
	border-top: 1px solid #e9e9e9;
	padding-top: 15px;
}

.post-meta span + .post-meta span {
	padding-right: 3px;
}

.post-meta-author .bypostauthor {
	font-weight: bold;
}

.post-meta-comments-inverted,
.post-meta-date {
	padding-left: 13px;
}

.post-meta-categories {
	padding-left: 0px;
}

.post-meta-categories i {
	font-size: 16px;
	position: relative;
	bottom: -1px;
	padding-right: 5px
}

.post-meta-categories a {
	font-size: 13px;
	text-transform: uppercase;
}

.post-meta-categories .post-meta-comments i {
 	font-size: 16px;
 	position: relative;
 	bottom: -3px;
 	padding-right: 5px
}

.post-item-single .post-meta-comments {
	padding-left: 15px;
}

.post-meta-comments i {
	font-size: 16px;
	position: relative;
	bottom: -3px;
	padding-right: 5px
}

.post-meta-thumb {
	position: relative;
	display: block;
	overflow: hidden;
	max-height: 700px;
	overflow: hidden;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	        flex-direction: column;
	-webkit-flex-direction: column;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.page-featured-image {
	margin-bottom: 30px;
}

.page-featured-image img {
	margin-bottom: 0px;
}

.page-featured-image-hidden {
	display: none;
}

.post-meta-thumb img {
	width: 100%;
	min-width: 100%;
	height: auto;
	transition: all 0.3s ease-in-out;
	margin-bottom: 0px;
}

.blog-style-mix .post-meta-thumb .sh-ratio-content {
	transition: all 0.3s ease-in-out;
}

.post-meta-thumb:hover img,
.blog-style-mix .post-meta-thumb:hover .sh-ratio-content {
	-webkit-transform: translate3d(0,0,0) scale(1.1, 1.1);
	        transform: translate3d(0,0,0) scale(1.1, 1.1);
}

.post-item-single .post-meta-thumb:hover img {
	-webkit-transform: none;
	    -ms-transform: none;
	        transform: none;
}

.post-meta-icon {
	width: 44px;
	height: 44px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -22px;
	text-align: center!important;
	position: relative;
}

.post-meta-icon i,
.post-meta-icon span {
	line-height: 45px;
	font-size: 21px;
}

.post-more {
	font-weight: bold;
}

.post-with-background {
	background-color: #F9F9F9;
	padding: 30px 30px 45px 30px;
	text-align: center;
}

.post-with-background a,
.post-with-background a:hover,
.post-with-background a:focus {
	color: #8d8d8d;
	text-align: center;
}

.post-with-background a:hover,
.post-with-background a:focus {
	color: #47c9e5;
}

.post-meta-video .post-meta-video-container,
.post-meta-audio .post-meta-audio-container  {
	padding-top: 56.25%; position: relative;
}

.post-meta-video .post-meta-video-content,
.post-meta-audio .post-meta-audio-content {
	position: absolute; top: 0; left: 0; right: 0; bottom: 0;
}

.post-with-background .post-meta {
	float: none;
	position: relative;
	bottom: -22px;
	text-align: center;
}

.psot-content {
	line-height: 120%;
}

.sticky {
	display: block;
}


/**
 * 13.1 Blog - Masonry
 */

.blog-style-masonry {
	margin: 0 -15px;
	opacity: 0;
	transition: 0.25s all ease;
}

.blog-style-masonry article {
	width: 33.3%;
	float: left;
	margin-bottom: 45px;
}

.blog-style-masonry .post-item .post-large-info h2 {
	margin-top: 0;
	margin-bottom: 5px;
}

.content-with-sidebar-left .blog-style-masonry article,
.content-with-sidebar-right .blog-style-masonry article {
	width: 50.0%;
}

.post-item.format-standard .post-category {
	margin-top: -14px;
}

.masonry-shadow .post-container {
	box-shadow: 0px 10px 11px 0px rgba(0,0,0,0.05);
}

.masonry-shadow .post-content-container {
	padding-left: 30px;
	padding-right: 30px;
}

.masonry-shadow .post-meta-two {
	margin-left: -30px;
	margin-right: -30px;
	padding-left: 30px;
	padding: 15px 30px;
}

.masonry-shadow .post-title h2 {
	margin-top: 30px;
}

.masonry-shadow .post-item .post-container {
	transition: 0.3s all ease-in-out;
	bottom: 0;
}

.masonry-shadow .post-item:hover .post-container {
	box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.06);
	bottom: -4px;
}


/**
 * 13.2 Blog - Masonry 2
 */

 .masonry2 .post-item .post-container {
 	transition: 0.3s all ease-in-out;
 	bottom: 0;
 }

.masonry2 .post-item:hover .post-container {
 	bottom: -2px;
 }

 .masonry2 .post-item .post-content-container {
	transition: 0.3s all ease-in-out;
	box-shadow: 0px 15px 45px -9px rgba(0,0,0,0.20);
	overflow: hidden;
	position: relative;
 }

.masonry2 .post-item:hover .post-content-container {
	box-shadow: 0 1px 1px 1px rgba(0,0,0,0.06);
}

.masonry2 .post-item.slick-slide .post-content-container {
	box-shadow: 0px 10px 11px 0px rgba(0,0,0,0.05);
}

.masonry2 .post-item.slick-slide:hover .post-content-container {
	box-shadow: 0 1px 1px 1px rgba(0,0,0,0.06);
}

.masonry2 .post-title h2 {
	font-size: 28px;
	margin-top: 12px;
	margin-bottom: 14px;
	line-height: 100%!important;
}

.masonry2 .post-meta-one {
	margin-bottom: 0px;
}

.masonry2 .post-content {
	padding-bottom: 28px;
}

.masonry2 .post-meta-categories i {
	display: none;
}

.masonry2 .post-meta-author a.bypostauthor {
	font-weight: normal;
}

.masonry2 .post-meta {
	font-size: 12px;
}

.masonry2 .post-meta-date {
	padding-left: 9px;
}

.masonry2 .post-item:not(.format-quote):not(.format-link) .post-content-container {
	padding-left: 13%;
	padding-right: 13%;
	padding-top: 32px;
	background-color: #fff;
}

.masonry2 .post-meta-two {
	margin-left: -18%;
	margin-right: 92px;
	padding: 19px 0px 19px 18%;
	position: relative;
}

.masonry2 a.post-meta-comments {
	background-color: #f6f6f6;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: -20px;
    right: -92px;
    padding: 0 17px;
    border-radius: 100px;
	transition: 0.3s all ease-in-out;
}

.masonry2 a.post-meta-comments i {
	padding-right: 3px;
}

.masonry2 .post-content-container a.post-meta-comments:hover {
	background-color: #47c9e5;
	color: #fff!important;
}

.masonry2 .slick-next {
	border-top-left-radius: 100px;
	border-bottom-left-radius: 100px;
}

.masonry2 .slick-next span {
	padding-left: 6px;
}

.masonry2 .slick-prev {
	border-top-right-radius: 100px;
	border-bottom-right-radius: 100px;
}

.masonry2 .slick-prev span {
	padding-right: 6px;
}

.masonry2 .slick-arrow {
	height: 66px;
}

.masonry2 .slick-arrow span {
	font-size: 18px;
}

.masonry2 .post-with-background2 {
	background-color: #333333;
	text-align: left;
	padding: 60px 30px;
	color: #fff;
	transition: 0.3s all ease-in-out;
}

.masonry2 .post-item:hover .post-with-background2 {
	background-color: #fff;
	color: #505050;
}

.masonry2 .post-item:hover .post-with-background2 a {
	color: #505050;
}

.masonry2 .post-meta-icon2 {
	font-size: 30px;
	padding-bottom: 5px;
}

.masonry2 .post-quote-and-link2 {
	padding-bottom: 30px;
}

.masonry2 .post-quote-and-link2 a {
	border-top-width: 0px;
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	line-height: 100%;
}

.masonry2 .post-quote-and-link-details2 {
	display: block;
	font-size: 14px;
}

.post-content-container {
	position: relative;
}

.masonry2:not(.blog-style-mix) .post-item.format-quote .post-meta-two,
.masonry2:not(.blog-style-mix) .post-item.format-link .post-meta-two {
	margin-left: 0px;
	margin-right: 0px;
}

.masonry2 .post-item.format-quote a.post-meta-comments,
.masonry2 .post-item.format-link a.post-meta-comments {
	right: 30px;
}

.post-item .slick-slider img {
	margin-bottom: 0px;
}

.post-item .slick-dots li button {
	width: 11px;
	height: 11px;
}

.post-item .slick-dots li.slick-active button {
	width: 15px;
    height: 15px;
}

.post-item .slick-dots {
	margin-top: -45px;
}


/**
 * 13.2 Blog - Mix
 */

.blog-style-mix article {
	margin-bottom: 40px;
	width: 100%!important;
}

.blog-style-mix article .post-column-right {
	position: relative;
    z-index: 100;
}

.blog-style-mix article .post-container > .row > div {
	padding: 0px;
}

.blog-style-mix article .post-content-container > div {
	width: 100%;
}

.blog-style-mix article  .post-content-container {
	padding-left: 13%;
	padding-right: 13%;
	padding-top: 32px;
}

.blog-style-mix article .post-meta-icon2 {
	margin-bottom: -15px;
}

.blog-style-mix article.format-link .post-content {
	font-weight: bold;
}

.blog-style-mix article .post-meta-comments {
	right: -92px!important;
}

@media (min-width: 992px) {
	.blog-style-mix article:nth-child(even) .post-column-left {
		float: right;
	}

	.blog-style-mix article:nth-child(even) .post-column-right {
		float: left;
	}

	.blog-style-mix article:nth-child(even):after {
		content: "";
		display: block;
		clear: both;
	}

	.blog-style-mix .post-meta-thumb .sh-ratio,
	.blog-style-mix .sh-gallery-item .sh-ratio-container,
	.blog-style-mix .post-content-container,
	.blog-style-mix .ratio-container {
		height: 440px;
	}
}

@media (max-width: 991px) {
	.blog-style-mix .post-meta-thumb .sh-ratio-container {
		padding-bottom: 56%!important;
	}
}

.blog-style-mix .post-content-container {
    display: flex;
	justify-content: center;
    align-items: center;
}

.blog-style-mix .post-meta-two {
	margin-left: 0;
    padding-left: 0;
}



/**
 * 13.2 Blog - Grid
 */

.blog-style-grid.minimalistic .post-meta-categories i {
	display: none;
}

.blog-style-grid.minimalistic .post-meta-comments .post-meta-comments {
	display: none;
}

.blog-style-grid.minimalistic .post-meta-two {
	border-width: 0px;
    padding-top: 2px;
    padding-bottom: 10px;
}

.blog-style-grid.minimalistic .post-title h2 {
	font-size: 18px;
	margin-top: 22px;
}

.blog-style-grid.minimalistic .post-container {
	box-shadow: 0px 3px 13px 1px rgba(0,0,0,0.12);
    transition: 0.3s all ease-in-out;
    bottom: 0;
}

.blog-style-grid.minimalistic .post-item:hover .post-container {
	box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.06);
	bottom: -4px;
}

.blog-style-grid.minimalistic .post-readmore {
	padding: 18px 30px;
	border-top: 1px solid #eaeaea;
	border-bottom: 0px solid #eaeaea;
	display: block;
	margin-top: 6px;
}

.blog-style-grid.minimalistic .post-readmore div {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
}

.blog-style-grid.minimalistic h2,
.blog-style-grid.minimalistic .post-meta-two,
.blog-style-grid.minimalistic .post-content {
	padding-left: 30px;
	padding-right: 30px;
}

.blog-style-grid.minimalistic .ratio-container {
	padding-top: 67%;
}

.blog-style-grid.minimalistic .post-with-background {
	padding-bottom: 50px;
}

.blog-style-grid.minimalistic .slick-dots {
	margin-bottom: 15px;
}

.blog-style-grid {
	margin: 0 -16px;
}

.blog-style-grid article {
	width: 33.3%;
	margin-bottom: 40px;
}

.content-with-sidebar-left .blog-style-grid article,
.content-with-sidebar-right .blog-style-grid article {
	width: 33.4%;
}

.blog-style-grid .post-item {
	float: none;
	display: inline-block;
	vertical-align: top;
	margin-right: -4px;
}

.blog-style-grid div {
	text-align: left;
}

.blog-style-grid iframe {
	max-width: 100%;
}

.blog-style-grid .ratio-container,
.blog-style-grid .post-with-background,
.blog-style-grid .post-meta-thumb,
.blog-style-grid .post-meta-thumb img {
	overflow: hidden;
}

.blog-style-grid .post-with-background {
	padding: 20px;
}

.blog-style-grid .post-with-background a,
.blog-style-grid .post-with-background span {
	text-align: center!important;
}

.blog-style-grid .mini-post-title {
	display: block;
	text-align: left!important;
	font-style: italic;
	font-size: 16px;
	width: 100%;
}

.blog-style-grid .mini-post-description {
	display: block;
	text-align: left!important;
	font-weight: bold;
	margin-top: 5px;
	width: 100%;
}

.blog-style-grid .mini-post-description i {
	position: relative;
	font-size: 16px;
	bottom: -2px;
	padding-right: 10px;
}

.blog-style-grid .post-quote-and-link {
	line-height: 155%;
}

.blog-style-grid .post-quote-and-link a {
	font-size: 18px;
}

.blog-style-grid .post-quote-and-link span {
	font-size: 16px;
}


/**
 * 13.3 Blog - Standard
 */

.blog-style-small .post-container,
.blog-style-medium .post-container,
.blog-style-large .post-container {
	margin: 0;
}

.blog-style-small div,
.blog-style-medium div {
	text-align: left;
}

.blog-style-small article,
.blog-style-medium article,
.blog-style-large article {
	width: 100%;
}

.blog-style-small .post-quote-and-link,
.blog-style-medium .post-quote-and-link,
.blog-style-large .post-quote-and-link {
	margin-bottom: 0;
}

.blog-style-small .post-meta-three,
.blog-style-medium .post-meta-three,
.blog-style-large .post-meta-three {
	border-bottom: 1px solid #e3e3e3;
	position: relative;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

.blog-style-small .post-meta-three > div,
.blog-style-medium .post-meta-three > div,
.blog-style-large .post-meta-three > div {
	margin-bottom: 0;
}

/* Blog - Standard Large */
.blog-style-large h2,
.blog-style-large .post-title h1 {
	font-size: 30px;
}

.blog-style-large article {
	margin-bottom: 40px;
}

.blog-style-large .post_format-post-format-link,
.blog-style-large .post_format-post-format-quote {
	margin-bottom: 40px;
}

/* Blog - Standard Medium */
.blog-style-medium h2 {
	font-size: 20px;
	margin-top: 0;
}

.blog-style-medium article {
	margin-bottom: 45px;
}

.blog-style-medium .post-more {
	padding-left: 10px;
}

/* Blog - Standard Small */
.blog-style-small h2 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 0;
}

.blog-style-small article {
	margin-bottom: 30px;
}

.blog-style-small .post-more {
	padding-left: 10px;
}

.blog-style-small .post-left-side {
	width: 30%;
}

.blog-style-small .post-right-side {
	width: 67%;
}


/**
 * 13.4 Blog - Single Page
 */

.post-item-single h1,
.post-item-single h2 {
	padding-top: 15px;
	cursor: default;
}

.post-item-single .post-title:first-child h1 {
	margin-top: 0;
	padding-top: 0;
}

.post-item-single .post-meta-data {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.post-item-single .post-meta-one {
	margin-bottom: 0;
}

.post-item-single .post-meta-two {
	padding-top: 0;
	border-top: 0;
}

.post-copyrights {
	margin-top: 15px;
	font-size: 12px;
	opacity: 0.8;
}


/**
 * 13.5 Blog - Post
 */

.sh-blog-tags {
	margin-top: 0px;
	margin-bottom: 20px;

}

.blog-single .sh-blog-single-meta {
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	padding: 26px 0px 24px 0px;
	margin: 0px;
}

.blog-single .sh-blog-single-meta > div {
	padding: 0;
}

.sh-blog-tag-item {
    display: inline-block;
    position: relative;
    padding: 0 16px;
    line-height: 26px;
    background-color: #47c9e5;
    color: #fff!important;
    margin-right: 10px;
    font-size: 13px!important;
    margin-bottom: 12px;
    border-radius: 100px;
    border: 3px solid #fff;
    box-shadow: 0px 1px 4px 1px rgba(0,0,0,0.2);
    font-weight: bold;
}

.sh-blog-pageswitch {
	border-top: 2px solid #f4f4f4;
	border-bottom: 2px solid #f4f4f4;
	padding: 30px 0;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
}

.sh-blog-pageswitch-back i {
	font-size: 10px;
	padding-right: 6px;
	position: relative;
	bottom: 2px;
}

.sh-blog-pageswitch-back {
	padding-left: 0;
	font-size: 13px;
}

.sh-blog-pageswitch-current {
	padding-left: 0;
	text-align: center;
}

.sh-blog-pageswitch-next {
	text-align: right;
}

.sh-blog-pageswitch-next i {
	font-size: 10px;
	padding-left: 6px;
	position: relative;
	bottom: 2px;
}

.sh-blog-tags h5,
.sh-blog-social h5 {
	margin-bottom: 0;
	font-size: 16px;
}

.sh-blog-tags h5 {
	margin-bottom: 22px;
}

.sh-blog-social {
	position: relative;
	z-index: 100;
}

.sh-blog-social div {
	max-width: 380px;
}

/* Page Swither */
.sh-page-switcher-button {
	display: inline-block;
	width: 50px;
	height: 50px;
	margin-right: -4px;
	border-radius: 50px;
	background-color: #f2f2f2;
	text-align: center;
	margin-right: 15px;
}

.sh-page-switcher-button i {
	line-height: 50px;
	font-size: 18px;
	color: #8d8d8d;
}

.sh-page-switcher-button:last-child {
	margin-right: 0px;
}

.sh-page-switcher-disabled {
	cursor: default;
}

.sh-page-switcher-disabled i {
	opacity: 0.3;
}

.sh-page-switcher-content {
	width: 50px;
	line-height: 50px;
	margin-right: 15px;
}

.blog-single .sh-page-switcher {
	display: table;
	margin-left: auto;
}


/**
 * 13.6 Blog - Post Author
 */

.sh-post-author {
	margin-top: 30px;
	padding-bottom: 20px;
}

.sh-post-author-page {
	margin-top: 0;
	padding-bottom: 65px;
}

.sh-post-author .sh-post-author-avatar {
	width: 200px;
	padding-right: 15px;
}

.sh-post-author .sh-post-author-avatar img {
	margin-bottom: 0px;
}

.sh-post-author .sh-post-author-info {
	padding: 30px;
	box-shadow: 0px 10px 11px 0px rgba(0,0,0,0.05);
}

.sh-post-author .sh-post-author-info h4 {
	font-size: 16px;
	margin-bottom: 10px;
}


/**
 * 13.6 Blog - Related posts
 */
.sh-related-posts-title h3 {
	font-size: 16px;
	margin-bottom: 0px;
}

.sh-related-posts {
	margin-top: 40px;
}

.sh-related-posts .post-container {
	margin: 0 15px;
}

.sh-related-posts h2 {
	font-size: 18px;
}

.sh-related-posts .blog-style-largeimage .post-item {
	margin-bottom: 0px;
}

.sh-related-posts .post-meta-video .ratio-container-classic {
	padding-top: 64%!important;
}



/**
 * 13.7 Blog - Overlay
 */

.post-meta-thumb:hover .sh-overlay-style1,
.null-instagram-feed-item:hover .sh-overlay-style1 {
	opacity: 1;
}

.sh-overlay-style1 {
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	background-color: rgba(71, 201, 229, 0.8);
	font-size: 24px;
	opacity: 0;
}

.sh-overlay-style1 i {
	position: relative;
	bottom: -3px;
	color: #fff;
}

.sh-overlay-style1 .sh-table-cell i {
	position: relative;
	overflow: visible;
	z-index: 10;
}

.sh-overlay-style1 .icon-link {
	padding-left: 2px;
}

.sh-overlay-style1 .sh-overlay-item {
	width: 50%;
	position: relative;
	text-align: center;
}

.sh-overlay-style1 .sh-overlay-item {
	text-align: center;
	height: 60px;
	transition: 0.5s all;
	opacity: 0;
}

.sh-overlay-style1:hover  .sh-overlay-item {
	opacity: 1;
}

.sh-overlay-style1 .sh-overlay-item-container i {
	font-size: 24px;
	line-height: 56px;
	transition: 0.5s all;
}

.sh-overlay-style1 .sh-overlay-item {
	width: 60px;
}

.sh-overlay-style1 .sh-overlay-item:first-child .sh-overlay-item-container {
	right: 0;
}

.sh-overlay-style1 .sh-overlay-item:only-child .sh-overlay-item-container {
	left: 50%;
	-webkit-transform: translateX(-40px) translateY(-30px);
	    -ms-transform: translateX(-40px) translateY(-30px);
	        transform: translateX(-40px) translateY(-30px);
}

.sh-overlay-style1 .sh-overlay-item-container {
	transition: 0.5s all;
	width: 60px;
	height: 60px;
	border-radius: 100px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-30px);
	    -ms-transform: translateY(-30px);
	        transform: translateY(-30px);
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
}

.sh-overlay-style1 .sh-overlay-item:hover .sh-overlay-item-container {
	background-color: #fff;
	width: 60px;
	-webkit-animation: icon_round_animation 0.5s;
	        animation: icon_round_animation 0.5s;
	color: #fff;
	box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.2);
}

.sh-overlay-style1 .sh-overlay-item:hover .sh-overlay-item-container i {
	color: #505050;
}

.sh-gallery-item .sh-overlay-style1,
.blog-single .sh-overlay-style1,
.blog-single .sh-gallery-item:hover .sh-overlay-style1 {
	opacity: 0!important;
}

.blog-single .sh-section .sh-gallery-item:hover .sh-overlay-style1 {
	opacity: 1!important;
}

/* Overlay - Style 2 (X) */
.sh-overlay-style2 {
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	background-color: rgba( 25, 25, 25, 0.65 );
	font-size: 24px;
	opacity: 0;
	transition: all 0.4s ease-in-out;
}

.sh-overlay-style2:hover {
	opacity: 1;
}

.sh-overlay-style2:hover .sh-overlay-item {
	transform: scale(1);
}

.sh-overlay-style2 .sh-overlay-item {
	position: absolute;
	top: 50%; left: 50%;
	margin-left: -12px;
	margin-top: -12px;
	width: 24px;
	height: 24px;
	transform: scale(0);
	transition: all 0.4s ease-in-out;
}

.sh-overlay-style2 .sh-overlay-item-open:before,
.sh-overlay-style2 .sh-overlay-item-open:after {
	display: block;
    content: " ";
    position: absolute;
    top: 50%; left: 50%;
    background-color: #fff;
}

.sh-overlay-style2 .sh-overlay-item-open:before {
    height: 24px;
    width: 1px;
    margin-top: -12px;
}

.sh-overlay-style2 .sh-overlay-item-open:after {
    width: 24px;
    height: 1px;
    margin-left: -12px;
}

.sh-image-gallery-simple .post-meta-thumb img {
	transition: all 0.4s ease-in-out;
}



/**
 * Image Gallery - Simple
 */
.sh-image-gallery-simple-overlay-on .post-meta-thumb:hover img {
	transform: translate3d(0,0,0) scale(1.07, 1.07);
}

.sh-loop-animation {
	display: flex;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.sh-loop-animation img {
	max-width: none;
}

.sh-loop-animation .sh-loop-animation-item {
	display: flex!important;
	flex-wrap: nowrap;
	justify-content: center;
	animation: sh_loop_animation 100s linear infinite;
	width: auto!important;
	margin-right: 0px;
}

.sh-loop-animation:focus .sh-loop-animation-item,
.sh-loop-animation:hover .sh-loop-animation-item {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
     animation-play-state: paused;
}

@media (max-width: 1024px) {
	.sh-loop-animation .sh-loop-animation-item img {
		max-height: 450px;
	}
}

@media (max-width: 768px) {
	.sh-loop-animation .sh-loop-animation-item img {
		max-height: 300px;
	}
}


@keyframes sh_loop_animation {
	0% {
	    -webkit-transform: translatex(0%);
	    transform: translatex(0%);
	}

	100% {
	    -webkit-transform: translatex(-100%);
	    transform: translatex(-100%);
	}
}



/**
 * 13.8 Blog - Styles
 */
.sh-blog-style2 .post-item-single .post-meta-data,
.sh-blog-style2 .post-item-single .post-meta-data .post-meta-categories a {
	font-size: 12px!important;
}

.sh-blog-style2 .post-item-single .post-meta-data .post-meta-categories i {
	display: none;
}

.sh-blog-style2 .post-item-single .post-meta-author a.bypostauthor {
	font-weight: normal;
}

.sh-blog-style2 .sh-post-author .sh-post-author-info {
	box-shadow: 0px 15px 45px -9px rgba(0,0,0,0.20);
}

.sh-blog-style2 .widget_product_tag_cloud a,
.sh-blog-style2 .widget_tag_cloud a,
.sh-blog-style2 .sh-blog-tag-item {
	text-transform: uppercase;
    border-width: 0px;
    box-shadow: none;
    border-radius: 5px;
    padding: 0 12px;
	line-height: 32px;
	background-color: #f0f0f0;
	transition: 0.3s all ease-in-out;
}

.sh-blog-style2 .sh-footer .widget_tag_cloud a {
	background-color: #3a3a3a;
}

.sh-blog-style2 .sh-blog-tag-item:not(:hover) {
	background-color: #f0f0f0!important;
	color: inherit!important;
}

.sh-blog-style2 .widget_search .search-field {
	border-width: 0px;
	box-shadow: 0px 15px 45px -9px rgba(0,0,0,0.20);
	padding: 16px 74px 16px 26px;
	transition: 0.3s all ease-in-out;
	border-radius: 5px!important;
}

.sh-blog-style2 .widget_search .search-submit {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.sh-blog-style2 .widget_search .search-submit {
	right: 0px;
	margin-top: -30px;
	width: 55px;
	height: 55px;
	background-color: #f0f0f0;
}

.sh-blog-style2 .widget_search .search-submit i {
	color: #505050!important;
}

.sh-blog-style2 .sh-sidebar-search-active .search-field {
	background-color: #fff!important;
	box-shadow: 0 1px 1px 1px rgba(0,0,0,0.06);
}

.sh-blog-style2 .sh-sidebar-search-active .search-submit i,
.sh-blog-style2 .sh-sidebar-search-active .search-field,
.sh-blog-style2 .sh-sidebar-search-active .search-field::-webkit-input-placeholder {
	color: #8d8d8d!important;
}


.sh-blog-style2 .sh-recent-posts-widgets-item-thumb {
	width: 76px;
	height: 76px;
	border-radius: 100px;
}

.sh-blog-style2 .sh-recent-posts-widgets-count {
	top: 2px;
	right: 2px;
}

.sh-blog-style2 .sh-recent-posts-widgets-item {
	border-bottom: 1px solid #f4f4f4;
}

.sh-blog-style2 .sh-recent-posts-widgets-item:last-child {
	padding-bottom: 0px;
}

.sh-blog-style2 .sh-recent-posts-widgets-item-thumb .sh-ratio {
	border-radius: 100px;
    overflow: hidden;
	z-index: 0;
}

.sh-blog-style2 .sh-recent-posts-widgets-item-thumb .sh-mini-overlay-container {
	border-radius: 100px;
}

.sh-blog-style2 .sh-recent-posts-widgets-item-content {
	padding-left: 95px;
	min-height: 76px;
}

.sh-blog-style2 .sh-recent-posts-widgets-item-content h6 {
	font-size: 16px;
}

.sh-blog-style2 .sh-recent-posts-widgets-item h6 {
	padding-top: 2px;
}


/* Style 1 */
body:not(.sh-blog-style2) .sh-sidebar-search-active .search-submit i,
body:not(.sh-blog-style2) .sh-sidebar-search-active .search-field,
body:not(.sh-blog-style2) .sh-sidebar-search-active .search-field::-webkit-input-placeholder {
	color: #fff!important;
}


/* Load more */
.sh-load-more {
	padding: 27px;
    border: 1px solid #ededed;
    margin-top: 30px;
    text-align: center;
    cursor: pointer;
    transition: .2s all ease-in-out;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    box-shadow: 0 10px 50px rgba(0,0,0,0.06);
}

.sh-load-more:not(.disabled):hover {
	opacity: 0.8;
}

.sh-load-more.disabled,
.sh-load-more.infinite {
	cursor: default;
	opacity: 0.5;
}


/**
 * 14.0 WooCommerce
 */

.woocommerce .woocommerce-info {
	border-top-width: 0px!important;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-right: 25px;
}

.woocommerce .woocomerce-styling h1.page-title {
	display: none;
}

.woocommerce .woocomerce-styling .woocommerce-result-count {
	line-height: 56px;
	margin-bottom: 30px;
}

.woocommerce .woocomerce-styling .woocommerce-ordering .orderby {
	line-height: 56px;
	height: 56px;
	width: 280px;
	display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.woocommerce select.country_select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-top: 2px!important;
    padding-bottom: 2px!important;
}

.woocommerce .woocomerce-styling .woocommerce-result-count {
	float: right;
}

.woocommerce .woocomerce-styling .woocommerce-ordering {
	float: left;
	margin-bottom: 45px;
}

.woocommerce .woocomerce-styling ul.products {
	position: relative;
	margin: 0 -15px;
}

.woocommerce .woocomerce-styling ul.products:after {
	clear: both;
	display: block;
	content: "";
}

.woocommerce .woocomerce-styling ul.products li {
	float: none;
	display: inline-block;
	position: relative;
	vertical-align: top;
	margin: 0 0 30px 0;
	padding: 0 15px 15px;
	margin-right: -4px;
}

.woocommerce .woocomerce-styling ul.products li .sh-woo-post-content-container {
	transition: 0.3s all ease-in-out;
}

.woocommerce .woocomerce-styling ul.products li:hover .sh-woo-post-content-container {
	box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.06);
}

.woocommerce .woocomerce-styling ul.products li {
	position: relative;
	transition: 0.3s all ease-in-out;
	bottom: 0;
}

.woocommerce .woocomerce-styling ul.products li:hover {
	bottom: -4px;
}

.woocommerce .woocomerce-styling .content-with-sidebar-left ul.products li {
	min-width: 33.3%;
}


/* Progress */
.woocommerce-progress {
	display: flex;
	border-radius: 100px;
	background-color: #f0f2ff;
	margin-top: 50px;
}

.woocommerce-progress-item {
	width: 33.33%;
	text-align: center;
	line-height: 40px;
	font-weight: bold;
}

.woocommerce-progress-item {
	color: #a2abfe;
}

.woocommerce-progress.step1 .woocommerce-header-item-cart,
.woocommerce-progress.step2 .woocommerce-header-item-checkout,
.woocommerce-progress.step3 .woocommerce-header-item-done {
	border-radius: 100px;
	background-color: #294cff;
	color: #fff;
}

.woocommerce-progress-empty {
	opacity: 0.5;
	filter: grayscale(40%);
}


/**
 * 14.1 WooCommerce - Product
 */

.sh-woo-post-content-container {
    box-shadow: 0px 3px 13px 1px rgba(0,0,0,0.12);
    padding-top: 30px;
	background-color: #fff;
}

.woocommerce-loop-category__title {
	margin-top: 20px!important;
	margin-bottom: 20px!important;
}

.woocommerce-loop-category__title mark {
	background-color: transparent!important;
	opacity: 0.3;
}

.woocommerce ul.products li.product .sh-woo-post-content-container a:first-child {
	padding: 0 30px 5px 30px;
	display: block;
	border-bottom: 1px solid #e9e9e9;
}

.woocommerce ul.products li.product .button {
	padding-top: 5px!important;
	margin-top: 0!important;
	line-height: 1!important;
}

.woocommerce ul.products li.product .button:not(.add_to_cart_button) {
	padding-top: 0px!important;
	margin-top: 0px!important;
	padding: 20px 30px!important;
	display: block;
	background-color: transparent!important;
	color: inherit!important;
	font-size: 13px;
	text-transform: uppercase;
}

.woocommerce ul.products li.product .sh-woo-post-content-container {
	margin-top: 0px;
	margin-bottom: 0px;
}

.sh-recent-products:not(.sh-woocommerce-products) {
	position: relative;
	margin: 0 -15px;
}

.sh-recent-products .woocommerce ul.products li.product {
    float: none;
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin: 0 0 30px 0;
    padding: 0 15px 15px;
    margin-right: -4px;
}

.sh-recent-products .woocommerce.columns-2 ul.products li {
	width: 50%;
}

.sh-recent-products .woocommerce.columns-3 ul.products li {
	width: 33.3%;
}

.sh-recent-products .woocommerce.columns-4 ul.products li {
	width: 25%;
}

.sh-recent-products .woocommerce.columns-5 ul.products li {
	width: 20%;
}

.sh-recent-products .woocommerce.columns-6 ul.products li {
	width: 16.66%;
}

.woocommerce ul.products li.product a img {
	margin-bottom: 0;
}

.woocommerce ul.products li.product > a:first-child {
	display: block;
	position: relative;
}

.woocommerce ul.products li.product > a .secondary-image-container {
	opacity: 0;
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	transition: 0.5s all ease-in-out;
	background: #ffffff;
}

.woocommerce ul.products li.product > a .secondary-image-container img {
	transition: 0.5s all ease-in-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.woocommerce ul.products li.product > a:hover .secondary-image-container {
	opacity: 1;
}

.sh-woo-post-image {
	position: relative;
}

.sh-jevelin-style3 .sh-woo-post-image {
	overflow: hidden;
}

.sh-jevelin-style3 .sh-woo-post-image > img,
.sh-jevelin-style3.woocommerce ul.products li.product > a .secondary-image-container img {
	transition: 0.3s all ease-in-out;
}

.sh-jevelin-style3 ul.products li.product > a:hover .sh-woo-post-image > img,
.woocommerce ul.products li.product > a:hover .secondary-image-container img {
	-webkit-transform: translate3d(0,0,0) scale(1.2, 1.2);
    transform: translate3d(0,0,0) scale(1.2, 1.2);
}

.secondary-image-container {
	position: relative;
	overflow: hidden;
}

.woocommerce ul.products li.product a h3 {
	padding-top: 0;
	padding-bottom: 10px;
	font-size: 20px;
}

.woocommerce ul.products li.product .amount,
.woocommerce ul.products li.product ins,
.woocommerce ul.products li.product ins .amount {
	font-size: 24px;
	text-decoration: none!important;
}

.woocommerce ul.products li.product del,
.woocommerce ul.products li.product ins {
	display: inline-block!important;
}

.woocommerce ul.products li.product del,
.woocommerce ul.products li.product del .amount {
	font-size: 16px;
	color: #ccc!important;
	opacity: 1!important;
}

.woocommerce ul.products li.product del .amount .woocommerce-Price-currencySymbol {
	color: #ccc!important;
}

.woocommerce ul.products li.product del {
	padding-right: 5px;
}

.woocommerce ul.products li.product del .amount:before,
.woocommerce ul.products li.product del .amount:after {
	content: "_";
	color: transparent!important;
	letter-spacing: -3px;
}

.woocommerce ul.products li.product .price {
	width: 100%;
	margin-bottom: 15px;
	line-height: 1;
}

.sh-recent-products .woocommerce .star-rating,
.woocommerce .woocomerce-styling .star-rating {
	font-size: 18px!important;
	margin-top: 0px;
	margin-bottom: 0;
	position: relative;
	bottom: -2px;
	letter-spacing: 4px;
	width: 110px;
}

.sh-recent-products .woocommerce .star-rating span::before,
.woocommerce .woocomerce-styling .star-rating span::before {
	color: #47c9e5;
}

.sh-recent-products .woocommerce .star-rating::after,
.woocommerce .woocomerce-styling .star-rating::after {
	content: "";
	clear: both;
}

.sh-recent-products .woocommerce .star-rating:before,
.sh-recent-products .woocommerce .star-rating span:before,
.woocommerce .woocomerce-styling .star-rating:before,
.woocommerce .woocomerce-styling .star-rating span:before {
	font-family: 'themify';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e60a\e60a\e60a\e60a\e60a";
	font-size: 18px;
	letter-spacing: 4px;
}

.woocommerce ul.products li.product .add_to_cart_button {
	background-color: transparent;
	padding: 0;
	color: #8d8d8d;
	position: relative;
	display: block;
	padding: 20px 30px!important;
	line-height: 1!important;
	font-size: 13px;
	text-transform: uppercase;
}

.woocommerce .product form.cart .button:before,
.woocommerce ul.products li.product .add_to_cart_button:after {
	font-family: 'simple-line-icons';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e04e";
	font-size: 16px;
	padding-right: 15px;
}

.woocommerce .product form.cart .button:before {
	line-height: 0;
	top: -2px;
	right: 0;
}

.woocommerce ul.products li.product .add_to_cart_button:after {
	padding-left: 15px;
	padding-right: 15px;
	line-height: 0;
	margin-left: 0;
	vertical-align: middle;
	position: relative!important;
	top: -2px;
	right: 0;
}

.woocommerce ul.products li a.added_to_cart {
	display: none!important;
	color: #8d8d8d!important;
	padding-top: 0px;
	line-height: 1;
	float: right;
	background-color: transparent!important;
	margin-right: 15px;
}

.woocommerce .additional-information {
	padding-bottom: 10px;
	text-transform: uppercase;
	font-size: 13px;
}

.woocommerce .additional-information p {
	margin-bottom: 0;
    text-transform: none;
    line-height: 1.4;
}

.woocommerce .return-to-shop {
	margin-top: 50px;
}

.woocommerce ul.products li.product .star-rating {
	margin-bottom: 15px;
}


/**
 * 14.2 WooCommerce - Tables
 */

.woocommerce table.shop_table.cart td,
.woocommerce table.shop_table.cart th {
	text-align: center;
	border: 1px solid #e5e5e5!important;
}

.woocommerce table.shop_table.cart td {
	padding: 30px!important;
}

.woocommerce table.shop_table.cart img {
	width: auto!important;
	max-width: 85px;
}

.woocommerce table.shop_table.cart a {
	font-weight: bold;
}

.woocommerce table.shop_table.cart td.actions .coupon .input-text {
	padding: 0 15px!important;
	width: 250px!important;
	margin-right: 8px!important;
	display: inline-block;
}


/**
 * 14.3 WooCommerce - Forms
 */

.woocommerce form .form-row {
	padding: 8px 0;
}

.woocommerce form .form-row select.state_select {
	display: block!important;
	padding: 0px 20px;
    line-height: 48px!important;
	height: 48px!important;
}

.woocommerce form .form-row.address-field.validate-state .select2-container {
	display: none!important;
	height: 0px!important;
	visibility: hidden!important;
}

.woocommerce form .form-row .select2-container {
    display: none!important;
}

#page-container .woocommerce form input[type=checkbox] {
	position: relative;
	margin-left: 0;
	margin-right: 5px;
}

.woocommerce label {
	color: #505050;
	font-weight: bold;
}

.woocommerce .required {
	color: #47c9e5!important;
}

.woocommerce .woocomerce-styling h3:not(.sh-alert-title) {
	font-size: 24px;
}

.woocommerce .woocommerce-checkout textarea {
	min-height: 155px;
	max-width: 100%;
	resize: none;
}

.woocommerce .shop_table.woocommerce-checkout-review-order-table .shipping td {
	font-weight: normal;
}

.woocommerce .shop_table.woocommerce-checkout-review-order-table .order-total td,
.woocommerce .shop_table.woocommerce-checkout-review-order-table .order-total th {
	padding: 25px 20px!important;
}

.woocommerce .payment_box {
	background-color: transparent!important;
	margin: 0!important;
	padding-left: 30px!important;
	padding-top: 0px!important;
	padding-bottom: 0px!important;
	font-size: 14px!important
}

.woocommerce .payment_box:before {
	display: none!important;
}

.woocommerce .payment_methods.methods {
	border: 2px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5!important;
	padding: 0!important;
}

.woocommerce .payment_methods.methods label {
	font-size: 16px!important;
}

.woocommerce .payment_methods.methods li {
    border-bottom: 1px solid #e5e5e5;
   	border-collapse: collapse;
   	padding: 25px 20px;
}

.woocommerce .woocommerce-checkout-payment {
	background-color: transparent!important;
}

.woocommerce-checkout-payment .woocommerce-notice {
	padding-left: 60px!important;
}

.woocommerce-checkout-payment .woocommerce-notice::before {
	top: 39px;
	color: inherit;
}

.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
	margin-left: 20px;
	line-height: 40px;
	font-size: 14px;
}

.woocommerce-checkout #payment ul.payment_methods li img {
	margin-left: 20px;
}

.woocommerce-checkout #payment div.form-row {
	padding: 0!important;
	padding-top: 30px!important
}

.woocommerce .shipping-calculator-form button {
	display: block;
	width: 100%!important;
}

.woocommerce .cart-collaterals .cart_totals {
	width: 50%;
}

.woocommerce .cart-collaterals .cart_totals table {
	width: 100%;
}

.woocommerce abbr.required,
.woocommerce #review_form span.required {
	font-size: 0;
}

.woocommerce abbr.required:before,
.woocommerce #review_form span.required:before {
	font-family: 'simple-line-icons';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	display: inline-block;
	content: "\e080";
	font-size: 14px;
	padding-left: 5px;
}

.woocommerce .coupon .apply_coupon {
	background-color: #e5e5e5;
}

.woocommerce .checkout-button {
	display: table!important;
}

.woocommerce .cart_totals {
	margin-top: 30px;
}

.woocommerce .cart_totals h2 {
	font-size: 24px;
}

.woocommerce .cart_totals table td:first-child,
.woocommerce .cart_totals table th:first-child {
	width: 34%;
}

.woocommerce a.remove {
	font-size: 0;
}

.woocommerce a.remove:before {
	font-family: 'themify';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	display: block;
	content: "\e646";
	font-size: 16px;
	color: #8d8d8d;
	top: 2px;
}

.woocommerce .calculated_shipping a {
	font-weight: bold;
}

.woocommerce .calculated_shipping table td,
.woocommerce .calculated_shipping table th {
	padding: 20px!important;
}

.woocommerce .cart-collaterals-banner {
	width: 47.5%;
	float: left;
	margin-top: 35px;
}

.woocommerce #ship-to-different-address {
	margin-bottom: 10px;
}

.woocommerce #ship-to-different-address label,
.woocommerce #ship-to-different-address input {
	float: left;
	display: block;
}

.woocommerce #ship-to-different-address label {
	margin-top: 0px;
}

.woocommerce #ship-to-different-address input {
	margin-left: 25px;
	margin-top: 7px;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login {
	padding: 0!important;
	border: 0px solid transparent;
}

.woocommerce #order_review_heading {
	margin-top: 50px;
}

.woocommerce .woocommerce-checkout-review-order-table .order-total {
	background-color: rgba( 49, 49, 49, 0.038 );
}

.woocommerce .woocommerce-checkout-review-order-table .order-total tr,
.woocommerce .woocommerce-checkout-review-order-table .order-total td {
	font-size: 18px;
}

.woocommerce .woocommerce-checkout-review-order-table p {
	margin-bottom: 0;
}

.woocommerce-checkout #payment ul.payment_methods {
	border-bottom: 0px;
}

.woocommerce form.woocommerce-checkout.checkout {
	margin-top: 50px;
}


/**
 * 14.4 WooCommerce - Input
 */
.woocommerce input {
	border-color: #e5e5e5!important;
}

.woocommerce form .form-row .input-checkbox {
	position: relative;
}

.woocommerce input[type=submit],
.woocommerce .button {
	background-color: #47c9e5;
	color: #fff;
}

.woocommerce input[name=apply_coupon] {
	background-color: #505050;
}

.woocommerce .quantity input,
.woocommerce table.shop_table.cart td.product-quantity label {
	display: none;
}

.woocommerce .quantity-basic label.screen-reader-text {
	position: relative!important;
	height: auto;
	width: auto;
}

.woocommerce .quantity-basic input.qty {
	display: block;
	border: 1px solid #e5e5e5;
	width: 100px;
	padding: 10px 20px;
	font-weight: bold;
}

.woocommerce table.shop_table.cart td.product-quantity .quantity-basic input.qty {
	display: table;
	margin: 0 auto;
}

.woocommerce .checkout-button,
.woocommerce .wc-forward,
.woocommerce #respond input#submit {
	color: #fff!important;
	background-color: #47c9e5;
}

.woocommerce .shop_table .button[name=update_cart] {
	float: right;
}

.woocommerce select.country_to_state.country_select {
	padding-top: 16px;
	padding-bottom: 16px;
}

.woocommerce ul.order_details {
	display: table;
	width: 100%;
	border: 2px solid #e5e5e5!important;
	border-radius: 0!important;
	border-collapse: collapse!important;;
}

.woocommerce ul.order_details li {
	display: table-cell;
	width: 25%!important;
    border-right: 1px solid #e5e5e5!important;
    padding: 20px!important;
	font-size: 16px;
	color: #505050;
	font-weight: bold;
	text-transform: none!important;
	margin: 0!important;
}

.woocommerce ul.order_details li:last-child {
    border-right: 0px solid #e5e5e5!important;
}

.woocommerce ul.order_details li strong {
	display: block;
	position: relative;
	padding: 15px 20px!important;
	margin: 20px -20px -20px -20px!important;
	font-weight: normal;
	font-size: 14px;
	border-top: 1px solid #e5e5e5!important;
	background-color: #f8f8f8;
}

.woocommerce-checkout .woocommerce > p:first-child {
	font-size: 16px;
}

.woocommerce-checkout .woocommerce h2 {
	margin-top: 30px;
}

/* Input Dropdown */
.SumoSelect {
	width: 100%;
}

.woocommerce-ordering .SumoSelect {
	width: 280px;
}

.SumoSelect.open>.optWrapper {
	top: 51px;
}

.SumoSelect .SelectBox,
.woocommerce .select2-choice {
	color: #8d8d8d;
	padding: 0px 24px;
	line-height: 50px!important;
	background-color: #fff;
	border-radius: 0px;
	border: 1px solid #e5e5e5!important;
	box-shadow: none!important;
	overflow: hidden;
}

.SumoSelect.open .search-txt {
	padding: 1px 23px;
}

.SumoSelect .SelectBox * {
	cursor: pointer!important;
}

.SumoSelect>.CaptionCont>label>i:after {
	background-image: none;
	display: inline-block;
	font-family: 'simple-line-icons'!important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e604"!important;
	font-size: 16px;
	line-height: 50px;
}

.SumoSelect>.CaptionCont>label>i {
	width: 35px;
    height: 50px;
    background-image: none;
    margin: 0;
}

.sh-woocommerce-products-style2 .SumoSelect.open>.optWrapper {
	top: 58px;
}

.sh-woocommerce-products-style2 .SumoSelect>.CaptionCont>label>i {
    height: 57px;
}

.sh-woocommerce-products-style2 .SumoSelect.open .search-txt {
	padding: 4px 23px;
}

.sh-woocommerce-products-style2 .SumoSelect .SelectBox,
.sh-woocommerce-products-style2 .SumoSelect>.CaptionCont>label>i:after {
	line-height: 57px!important;
}

.SumoSelect>.CaptionCont>label {
	width: 35px;
}

.SumoSelect>.optWrapper>.options li.opt {
	padding: 4px 23px;
}

.SumoSelect>.optWrapper>.options li.opt.selected label {
	font-weight: bold;
}

.SumoSelect>.optWrapper>.options li.opt label {
	margin-bottom: 0px;
    font-weight: normal;
    font-size: 14px;
	color: #8d8d8d;
}

/* Responsive improvements */
.SumoSelect > .optWrapper.isFloating {
	position: absolute;
	top: 51px;
	left: 0;
	right: auto;
	width: 100%;
	bottom: auto;
	margin: auto;
	max-height: none;
	height: auto!important;
}

.SumoSelect > .optWrapper.isFloating > .options {
	max-height: 250px;
	box-shadow: none;
}

.SumoSelect > .optWrapper.isFloating > .options li.opt {
	padding: 3px 23px;
}

.select2-drop {
	border-color: #e5e5e5!important;
}

.SumoSelect>.optWrapper {
	box-shadow: none;
}

.simpleselect {
	height: 56px;
	width: 280px;
	font-size: inherit;
	color: inherit;
}

.simpleselect .placeholder {
	line-height: 36px;
	border-radius: 0;
	padding: 9px 24px;
	font-size: inherit;
}

.select2-arrow b:after {
	position: static!important;
	border: none!important;
	margin-left: -18px!important;
	margin-right: 0px!important;
	padding-right: 0!important;
	position: relative;
}

.select2-arrow b:after,
.simpleselect .placeholder:after {
	background-image: none;
	display: inline-block;
	font-family: 'simple-line-icons'!important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e604"!important;
	font-size: 16px;
	line-height: 56px;
	padding-right: 25px;
}

.simpleselect .options {
	width: auto!important;
	margin-right: 0px;
	right: 0;
	height: 350px!important;
	top: -175px!important;
	overflow-x: hidden;
}

.simpleselect .options .option {
	line-height: 36px;
	padding: 9px 24px;
	border-bottom: 1px solid transparent;
}

.simpleselect .options .option.active {
	background-color: transparent;
	color: #505050;
}

.simpleselect .options .option.active {
	border-bottom: 1px solid #ddd;
}

.simpleselect .options .option.active:last-child {
	border-bottom: 1px solid transparent!important;
}

.woocommerce .select2-choice {
	display: none;
}

.woocommerce .form-row .simpleselect {
	width: 100%;
}


/**
 * 14.5 WooCommerce - Post Page
 */

.sh-woo-layout table.variations {
	max-width: 250px;
}

.sh-woo-layout table.variations,
.sh-woo-layout table.variations td,
.sh-woo-layout table.variations th {
	border-width: 0px!important;
}

.sh-woo-layout table.variations th {
	display: block;
}

.sh-woo-layout table.variations td {
	padding: 0px!important;
}

.sh-woo-layout table.variations td label {
	padding-right: 20px;
	font-size: 14px;
	font-weight: bold;
	line-height: 48px;
}

.sh-woo-layout table.variations td select {
	border: 1px solid #e3e3e3;
    color: #8d8d8d;
	display: block!important;
    padding: 0px 20px;
    line-height: 48px!important;
    height: 48px!important;
}

.sh-woo-layout table.variations .reset_variations {
	text-transform: uppercase;
    font-size: 13px;
}

.sh-woo-layout .woocommerce-variation {
	padding: 5px 0 25px 0;
	font-style: italic;
}

.woocommerce .sh-woo-layout-image {
	position: relative;
}

.sh-alert + div.product {
	margin-top: 50px;
}

.woocommerce .product .images {
	width: 100%!important;
	float: none!important;
	padding-right: 10px;
}

.woocommerce .product .summary,
.woocommerce .product .woocommerce-tabs {
	width: 100%!important;
	float: right!important;
	display: block;
}

.woocommerce .product .woocommerce-tabs .panel {
	background-color: transparent;
}

.woocommerce .product .related {
	width: 100%;
	display: inline-block;
}

.woocommerce .product .related .product {
	margin-bottom: 0;
	padding-bottom: 0;
}

.woocommerce .product .product_meta .woo-meta-share {
	margin-top: 25px;
}

.woocommerce .product .product_meta > span {
	width: 100%;
	display: block;
}

.woocommerce table.woocommerce-grouped-product-list {
	width: 100%;
	margin-bottom: 30px;
}

@media (min-width: 1250px) {
	.woocommerce table.woocommerce-grouped-product-list td:first-child {
		width: 200px!important;
	}
}

.woocommerce table.woocommerce-grouped-product-list .sh-increase-numbers {
	display: block!important;
}

.woocommerce .product form.cart {
	margin-bottom: 30px!important;
}

.woocommerce div.product form.cart button {
	float: right!important;
	line-height: 50px!important;
	padding: 0 25px!important;
	border-radius: 100px!important;
	font-size: 13px;
	text-transform: uppercase;

}

.woocommerce .product .woocommerce-product-rating {
	float: right;
	text-align: right;
	margin-bottom: 0!important;
	position: relative;
}

.woocommerce .product .woocommerce-product-rating .star-rating {
	margin-top: 0px;
}

.woocommerce .product .woocommerce-product-rating > div {
	float: none!important;
	display: inline-block;
}

.woocommerce .product .summary:after {
	content: "";
	display: block;
	clear: both;
}

.woocommerce div.product .woocommerce-product-gallery__wrapper img {
	margin-bottom: 0px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image {
	padding: 7.5px;
}

.woocommerce .product .woo-short-description {
	margin-bottom: 30px;
}

.woocommerce .woocomerce-styling .product .product_title {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ebebeb ;
}

.woocommerce div.product .price {
	line-height: 30px;
	margin-bottom: 0;
	min-height: 32px;
}

.woocommerce div.product .woocommerce-product-rating {
	line-height: 34px;
}

.woocommerce .product .woo-seperator-line {
	margin-top: 20px;
	padding-top: 30px;
	border-top: 1px solid #ebebeb ;
}

.woocommerce .product form.cart .button:before {
	display: inline-block;
	color: #fff;
}

.woocommerce .product .price ins {
	text-decoration: none!important;
	font-size: 24px;
	font-weight: bold;
}

.woocommerce .product.product-type-grouped .price,
.woocommerce .product .price > span {
    font-size: 24px;
    font-weight: bold;
}

.woocommerce div.product .price del,
.woocommerce div.product .price del span {
	color: #868686!important;
	font-size: 18px;
}

.woocommerce .product .price del {
	padding-right: 10px;
}

.woocommerce .product .product_meta .posted_in a {
	text-transform: uppercase;
	font-size: 13px;
}

.woocommerce .product .woo-meta-title {
	display: inline-block;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 10px;
}

.woocommerce .woocommerce-tabs h2 {
	font-size: 16px;
	margin-bottom: 15px;
}

.woocommerce .woocommerce-tabs ul.tabs {
	padding-left: 0px!important;
	overflow: visible!important;
	margin-left: 2px!important;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs:before {
	border-bottom: 1px solid #e9e9e9;
}

.woocommerce .woocommerce-tabs li {
	border: 0!important;
	background-color: transparent!important;
	border-radius: 0px!important;
	padding-left: 0px!important;
	padding-right: 0px!important;
	z-index: 50!important;
	position: relative!important;
	margin: 0!important;
	border-bottom: 1px solid #eeeeee!important;
}

.woocommerce .woocommerce-tabs li.comment {
	margin-bottom: 15px!important;
}

.woocommerce .woocommerce-tabs li a {
	padding: 15px 10px!important;
	font-size: 13px;
	text-transform: uppercase;
	z-index: 50!important;
	position: relative!important;
}

.woocommerce .woocommerce-tabs li:first-child a {
	padding-left: 0px!important;
}

.woocommerce .woocommerce-tabs li:first-child a:after {
	left: 0px;
}

.woocommerce .woocommerce-tabs li:last-child a {
	padding-right: 0px!important;
}

.woocommerce .woocommerce-tabs li:last-child a:after {
	right: 0px;
}

.woocommerce .woocommerce-tabs li a:after {
	content: "";
	display: block;
	position: absolute;
	left: 10px; right: 10px; bottom: -2.5px;
	height: 5px;
	border-radius: 5px;
	background-color: #47c9e5;
	z-index: 100;
	transition: 0.3s all ease-in-out;
	opacity: 0;
}

.woocommerce .woocommerce-tabs li.active a:after {
	opacity: 1;
	transition: 0s all ease-in-out;
}

.woocommerce .woocommerce-tabs li.active a {
	border-bottom: 2px solid #47c9e5;
	border-bottom-width: 0px!important;
}

.woocommerce .woocommerce-tabs li:before,
.woocommerce .woocommerce-tabs li:after {
	display: none;
}

.woocommerce .sh-portfolio-single-share {
	padding-top: 10px;
	padding-bottom: 0;
	position: relative;
}

.woocommerce .sh-portfolio-single-share .jssocials-shares {
	margin-top: 6px;
}

.woocommerce .sh-portfolio-single-share .jssocials-share {
	background-color: transparent!important;
}

.woocommerce .related.products h2 {
	margin-top: 15px;
	margin-bottom: 45px;
}

.woocommerce .woocommerce-tabs #comments {
	margin-top: 0;
}

.woocommerce .woocommerce-tabs #tab-reviews .comment-form-rating label {
	display: none;
}

.woocommerce .woocommerce-tabs #tab-reviews label {
	margin-bottom: 8px;
	font-size: 16px;
}

.woocommerce .woocommerce-tabs #tab-reviews textarea {
	height: 110px!important;
	resize: none;
}

.woocommerce .woocommerce-tabs #tab-reviews input#submit {
	padding-left: 30px!important;
	padding-right: 30px!important;
}

.woocommerce .woocommerce-tabs .comment-form-rating span > a:before {
    font-family: 'themify'!important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
}

.woocommerce p.stars a:before {
	content: "\e60a"!important;
}

.woocommerce .woocommerce-tabs .comment-form-rating p.stars a {
	padding: 23px;
	background-color: #f2f2f2;
	margin-right: 5px;
	text-align: center;
	display: inline-block;
	border-radius: 30px;
}

.woocommerce .woocommerce-tabs .comment-form-rating p.stars a:before {
	padding: 14px 15px;
}

.woocommerce p.stars.selected a:not(.active):before,
.woocommerce p.stars.selected a.active:before {
	color: #fff!important;
}

.woocommerce p.stars.selected a:not(.active),
.woocommerce p.stars.selected a.active {
	background-color: #f7d01c;
}

.woocommerce p.stars a,
.woocommerce p.stars.selected a,
.woocommerce p.stars.selected a.active~a:before {
	color: #8d8d8d!important;
}

.woocommerce p.stars a,
.woocommerce p.stars.selected a,
.woocommerce p.stars.selected a.active~a {
	background-color: #f2f2f2;
}

.woocommerce .woocommerce-tabs .commentlist {
	padding-left: 0;
}

.woocommerce .woocommerce-tabs .commentlist img.avatar {
	width: 54px!important;
	border: 0px solid transparent!important;
	padding: 0px!important;
}

.woocommerce .woocommerce-tabs .commentlist .comment-text {
	border: 0px solid transparent!important;
	padding: 0!important;
	margin-left: 75px!important;
	padding-bottom: 15px!important;
}

.woocommerce .woocommerce-tabs .commentlist .comment-text .meta {
	margin-bottom: 5px!important;
	font-size: inherit!important;
}

.woocommerce .woocommerce-tabs .commentlist .comment-text .meta,
.woocommerce .woocommerce-tabs .commentlist .comment-text .meta time {
	color: #b0b0b0;
}

.woocommerce .woocommerce-tabs #review_form_wrapper .comment-reply-title {
	font-size: 16px!important;
	margin-bottom: 15px;
	margin-top: 15px;
}

.woocommerce .woocommerce-tabs .panel {
	box-shadow: none!important;
}

.woocommerce #commentform p {
	margin-bottom: 25px!important;
}

.woocommerce div.product p.stock {
	font-size: 16px;
	color: #8d8d8d;
	font-weight: bold;
}


/**
 * 14.6 WooCommerce - Other
 */

.woocommerce .addresses {
	display: block;
	margin-top: 45px;
}

.woocommerce .myaccount_user {
	display: block;
	margin-bottom: 45px;
}

.woocommerce .addresses a {
	display: inline-block;
	float: none!important;
	margin-left: 15px;
	top: 4px;
	position: relative;
}

.woocommerce legend {
	border-bottom: 0;
	padding-top: 45px;
	font-weight: bold;
	font-size: 24px;
}

/* WooCommerce - Increase Numbers */
label.sh-quantity-number {
	display: none!important;
}

.sh-increase-numbers {
	display: table!important;
	margin: 0 auto!important;
	padding: 0;
	overflow: hidden;
}

.sh-increase-numbers input,
.sh-increase-numbers span {
	float: left;
	display: block!important;
	width: 50px!important;
	height: 50px;
	text-align: center;
}

.sh-increase-numbers input {
	border-width: 0px;
	font-size: 16px!important;
	font-weight: bold;
	padding: 0!important;
	background-color: transparent;
}

.sh-increase-numbers span {
	cursor: pointer;
	font-size: 16px;
	transition: 0.25s all;
	background-color: #f2f2f2;
	border-radius: 50px;
}

.sh-increase-numbers i {
	line-height: 50px;
}

.widget.woocommerce.widget_shopping_cart .sh-increase-numbers {
	display: none!important;
	opacity: 0;
	height: 0;
	overflow: hidden;
}


/* Account Page */
.woocommerce-MyAccount-navigation ul {
	list-style: none;
	padding-right: 15px;
	padding-left: 0px;
}

.woocommerce-MyAccount-navigation ul li {
	padding: 12px 1px;
    border-bottom: 1px solid #e3e3e3;
    font-size: 0px;
    text-transform: uppercase;
}

.woocommerce-MyAccount-navigation ul li a {
	font-size: 13px;
	text-transform: uppercase;
	color: #8d8d8d;
	display: block;
}

.woocommerce-MyAccount-content .woocommerce-info {
    padding-left: 25px!important;
}

.woocommerce-MyAccount-content .woocommerce-info:before {
	display: none;
}

.woocommerce-MyAccount-content .woocommerce-Button {
	color: #fff!important;
}


/**
 * 15.0 Revolution Slider
 */

.sh-revslider {
	font-size: 0px;
}

.sh-revslider > div {
	font-size: 13px;
}

/* Revolution Slider - Buttons */
.sh-revslider-button1,
.sh-revslider-button2 {
	border-radius: 100px;
	padding: 0px 45px;
	overflow: hidden;
	position: relative;
	display: block;
}

.sh-revslider-button1 {
	font-size: 13px;
    font-weight: bold;
    border: 2px solid #fff;
    color: #fff!important;
    line-height: 56px;
}

.sh-revslider-button1:before {
    display: block;
    content: '';
    position: absolute;
    z-index: -1;
    width: 0%;
    height: 150%;
    background-color: rgba(0,0,0,0.07);
    z-index: 1;
    right: 0;
    top: 0;
    margin: -5px 0 0 -5px;
	transition: 0.3s all ease-in-out;
}

.sh-revslider-button1:hover:before {
    width: 120%;
}

.sh-revslider-button2 {
	font-size: 13px;
    font-weight: bold;
    color: #fff!important;
    background-color: #fd8b36;
    line-height: 60px;
}

.sh-revslider-button2:after {
    display: block;
    content: '';
    position: absolute;
    z-index: -1;
    width: 0%;
    height: 150%;
    background-color: rgba(0,0,0,0.07);
    z-index: 1;
    right: 0;
    top: 0;
    margin: -5px 0 0 -5px;
	transition: 0.3s all cubic-bezier(0.455, 0.030, 0.515, 0.955)!important;
}

.sh-revslider-button2:hover:after {
    width: 120%;
}

.sh-revslider-button1 span,
.sh-revslider-button2 span,
.sh-revslider-button1 i,
.sh-revslider-button2 i {
	position: relative;
	z-index: 5;
}

.sh-revslider-button1 span,
.sh-revslider-button2 span {
	line-height: 60px!important;
	font-size: inherit!important;
	position: relative;
	bottom: -1px;
}

.sh-revslider-button1 span {
	line-height: 56px;
}

.sh-revslider-button1 i,
.sh-revslider-button2 i {
	padding-left: 15px;
	font-size: 18px;
	vertical-align: middle;
	line-height: normal!important;
}

@media (max-width: 700px) {
	.sh-revslider-button1 span,
	.sh-revslider-button2 span {
		line-height: 30px!important;
	}
}

@media screen and (min-width: 700px) and (min-height: 600px) {
	.sh-revslider-button1 i,
	.sh-revslider-button2 i {
		position: relative;
		top: -1px;
	}
}

.sh-revslider-button1.spacing-animation:before,
.sh-revslider-button2.spacing-animation:after {
	display: none;
}

.sh-revslider-button1.spacing-animation span,
.sh-revslider-button2.spacing-animation span {
	transition: 0.3s all ease-in-out!important;
	letter-spacing: normal!important;
}

.sh-revslider-button1.spacing-animation:hover span,
.sh-revslider-button2.spacing-animation:hover span {
	letter-spacing: 2px!important;
}

.sh-revslider-button1.spacing-animation,
.sh-revslider-button2.spacing-animation {
	transition: 0.3s all ease-in-out!important;
}

.sh-revslider-button1.spacing-animation:hover {
	background-color: rgba(0,0,0,0.07);
}

.sh-revslider-button2.inverted,
.sh-revslider-button2.inverted:hover,
.sh-revslider-button2.inverted:focus {
	background-color: #ffffff!important;
	color: #535353!important;
}

/* Revolution Slider - Bullets */
.rev_slider .hades.tparrows {
	background-color: rgba(0,0,0,0.0);
}

.rev_slider .ares {
    height: 21px;
}

.rev_slider .ares .tp-bullet {
	width: 15px;
    height: 15px;
    background-color: #fff!important;
    margin-left: -4px;
}

.rev_slider .ares .tp-bullet.selected {
	width: 21px;
    height: 21px;
    margin-top: -3px;
    margin-left: -7px!important;
    box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.2);
}

.rev_slider .ares .tp-bullet .tp-bullet-title {
	display: none;
}

.rev_slider .sh-rev-blog h2 {
	font-size: 50px;
	color: #fff;
	margin-bottom: 20px;
	line-height: 1!important;
}

.rev_slider .sh-rev-blog p {
	font-size: 16px;
	color: #fff;
	line-height: 1.5!important;
	margin-bottom: 25px!important;
	opacity: 0.8;
}

.rev_slider .sh-rev-blog-cat {
	opacity: 0.8;
}

.rev_slider .sh-rev-blog-cat a {
	color: #fff;
	font-size: 13px;
	padding-left: 8px;
}

.rev_slider .sh-rev-blog-cat a:first-child {
	padding-left: 0px;
}

.rev_slider .sh-rev-blog .sh-revslider-button2 {
	display: inline-block!important;
	line-height: 50px;
}

.rev_slider .sh-rev-blog .sh-revslider-button2 span {
	line-height: 50px;}

@media (min-width: 1250px) {
	.rev_slider .sh-rev-blog .sh-revslider-button2 span {
		position: relative;
		top: -1px;
	}
}


/**
 * 16.0 Comments
 */

#comments {
	margin-top: 65px;
}

.sh-comments {
	margin-top: 25px;
}

.page-content .sh-comments {
	margin-top: 45px;
}

.sh-comments li {
	list-style: none;
}

.sh-comment-list {
	padding: 0;
}

.sh-comment-list ol,
.sh-comment-list ol ol {
	padding-left: 90px;
}

.sh-comments .sh-comments-title,
.sh-comments .comment-reply-title {
	font-size: 16px;
	margin-bottom: 25px;
}

.sh-comments #cancel-comment-reply-link {
	text-transform: none;
	font-size: 14px;
	padding-left: 15px;
}

.sh-comments .submit {
	background-color: #47c9e5;
	color: #fff;
	line-height: 50px;
	padding: 0 25px;
	border: none;
	font-weight: bold;
}

.sh-comments #comment {
	height: 135px;
	resize: none;
}

.comment-body {
	display: table;
}

.comment-body .sh-reply-link {
	font-size: 16px;
	padding-right: 6px;
}

.sh-reply-link + .sh-reply-link-button {
	color: red!important;
}

.comment-body .reply {
	margin-top: 8px;
}

.comment-body .sh-reply-link-button {
	padding-right: 15px;
}

.comment-column-left {
	display: table-cell;
	vertical-align: top;
	width: 90px;
}

.comment-column-right {
	display: table-cell;
	vertical-align: top;
}

.sh-comment-list {
	border-bottom: 1px solid #e3e3e3;
}

.sh-comment-list li.comment,
.sh-comment-list li.pingback {
	padding-top: 30px;
}

.sh-comment-list li.pingback .comment-column-left {
	display: none;
}

.sh-comment-list li.depth-1 {
	border-top: 1px solid #e3e3e3;
	padding-bottom: 30px;
}

.sh-comment-list .comment .comment-respond {
	padding-top: 30px;
	padding-left: 90px;
}

.sh-comment-author {
	font-weight: bold;
	color: #3f3f3f;
}

.sh-comment-date {
	padding-left: 5px;
}

.sh-comment-date a {
	color: #b0b0b0;
	font-style: italic;
}

.sh-comment-content {
	margin-top: 6px;
}

.sh-comment-form {
	margin-top: 50px;
}

.sh-comment-form i {
	padding-left: 5px;
}

.sh-comment-form label {
	margin-bottom: 8px;
}

.sh-comment-form p {
	margin-bottom: 25px;
	position: relative;
}

.sh-comments-required-notice {
	float: right;
}


/**
 * 17.0 - Gallery
 */

.sh-gallery {
	display: none;
	max-width: 100%!important;
	min-height: 30px;
	overflow: hidden;
}

.sh-gallery.slick-initialized {
	display: block;
}

.sh-gallery .slick-slide,
.sh-gallery .slick-track {
	height: auto!important
}

.sh-gallery .slick-prev,
.sh-gallery .slick-next {
	width: 60px;
	height: 60px;
	margin-top: -30px;
	font-size: 24px;
	border: none;
	color: #fff;
	background-color: transparent;
	opacity: 0;
	padding: 0;
}

.sh-gallery .slick-prev span,
.sh-gallery .slick-next span {
	line-height: 60px;
}

.sh-gallery:hover .slick-prev,
.sh-gallery:hover .slick-next {
	opacity: 1;
}

.sh-gallery .slick-prev:hover,
.sh-gallery .slick-next:hover {
	background-color: #fff;
	color: #8d8d8d;
}

.slick-dots {
	list-style: none;
	padding-left: 0;
	display: table;
	margin: 0 auto;
	position: absolute;
	margin-top: -60px;
	text-align: center;
	width: 100%;
}

.slick-dots li {
	display: inline-block;
	margin: 0 5px;
	width: auto!important;
	vertical-align: top;
	line-height: 1;
}

.slick-dots li button {
	border: none;
	background-color: #fff;
	color: #fff;
	font-size: 0;
	padding: 0;
	width: 15px;
	height: 15px;
	border-radius: 30px;
}

.sh-image-gallery .slick-dots li button {
	background-color: #ebebeb;
}

.sh-image-gallery .slick-dots li.slick-active button {
	background-color: #47c9e5;
}

.slick-dots li.slick-active button {
	width: 21px;
	height: 21px;
	box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.2);
}

.slick-list,
.slick-slide,
.slick-track {
	height: 100%;
	width: 100%;
}

.slick-prev,
.slick-next {
	position: absolute;
	top: 50%;
	z-index: 10;
	opacity: 1;
}

.slick-prev {
	left: 0;
}

.slick-next {
	right: 0;
}


/* Image Gallery - Simple */
.sh-image-gallery-simple .sh-image-gallery-item {
    display: inline-block;
    vertical-align: top;
    margin-right: -5px;
}

.sh-gallery-item {
    position: relative;
    overflow: hidden;
}

.sh-image-gallery-simple-2columns .sh-image-gallery-item {
    width: 50%;
}

.sh-image-gallery-simple-3columns .sh-image-gallery-item {
    width: 33.3%;
}

.sh-image-gallery-simple-4columns .sh-image-gallery-item {
    width: 25%;
}

.sh-image-gallery-simple-5columns .sh-image-gallery-item {
    width: 20%;
}

@media (max-width: 1200px) {
	.sh-image-gallery-simple-5columns .sh-image-gallery-item,
	.sh-image-gallery-simple-4columns .sh-image-gallery-item {
		min-width: 33.3%;
	}
}

@media (max-width: 850px) {
	.sh-image-gallery-simple .sh-image-gallery-item {
		min-width: 50%;
	}
}

@media (max-width: 550px) {
	.sh-image-gallery-simple .sh-image-gallery-item {
		min-width: 100%;
	}
}


/**
 * 18.0 - Lightbox
 */

body.admin-bar #lightcase-nav .lightcase-icon-close {
	top: 47px;
}

@media screen and (max-width: 640px) {
	body.admin-bar #lightcase-nav .lightcase-icon-close {
		top: 61px;
	}
}

#lightcase-overlay {
    z-index: 9999;
}
#lightcase-case {
    z-index: 9999;
}

#lightcase-nav .lightcase-icon-close:before {
	content: "\e646";
	font-family: 'themify';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
}

#lightcase-nav a[class*='lightcase-icon-']:hover {
	text-shadow: 0 0 15px black;
}

.woocommerce #lightcase-case[data-lc-type=image] #lightcase-content,
.woocommerce #lightcase-case[data-lc-type=video] #lightcase-content {
    background-color: #ffffff;
}

.sh-spinner-1 > div {
	width: 18px;
	height: 18px;
	background-color: #fff;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.sh-spinner-1 .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.sh-spinner-1 .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
	0%, 80%, 100% { -webkit-transform: scale(0) }
	40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	} 40% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
	}
}


/**
 * 19.0 - Share
 */

.sh-portfolio-single-share {
	padding-bottom: 30px;
}

.sh-social-share {
	margin-top: 0px;
	margin-bottom: 0px;
}

.sh-social-share > div {
	vertical-align: top;
}

.sh-social-share-button {
	background-color: #f2f2f2;
	border-radius: 100px;
	height: 50px;
	padding: 0 30px 0 20px;
	display: inline-block;
	cursor: pointer;
	margin-right: 5px;
	margin-bottom: 5px;
	overflow: hidden;
	position: relative;
	-webkit-transform: translateZ(0);
	        transform: translateZ(0);
}

.sh-social-share-button i {
	font-size: 18px;
	line-height: 1;
	vertical-align: middle;
	padding-right: 15px;
}

.sh-social-share-button span {
	font-size: 13px;
	line-height: 50px;
	font-weight: bold;
	text-transform: uppercase;
}

.sh-social-share-networks {
	display: inline-block;
	height: 0;
}

.sh-social-share-networks.sh-social-share-networks-active {
	height: auto;
	transition-delay: 0.7s;
    transition: all 0.3s ease-in-out;
}

.sh-social-share-networks.sh-social-share-networks-active .jssocials-share {
	opacity: 1;
	margin-left: 0px;
}

.sh-social-share-networks .jssocials-share,
.sh-social-share-networks .jssocials-shares {
	margin: 0;
}

.sh-social-share-networks .jssocials-share {
	padding: 0px;
	opacity: 0;
	margin-left: -15px;
}

.sh-social-share-networks .jssocials-share a {
	display: inline-block;
	padding: 0px 10px;
	background-color: transparent!important;
	visibility: hidden;
}

.sh-social-share-networks.sh-social-share-networks-active .jssocials-share a {
	height: auto;
	visibility: visible;
}

.sh-social-share-networks .jssocials-share i {
	font-size: 18px;
}

.sh-social-share-networks .jssocials-share-link {
	line-height: 50px;
	padding: 0;
}

.sh-social-share-networks .jssocials-share-link .jssocials-share-count {
	display: none;
}

.sh-social-share-networks .jssocials-share:nth-child(1) { transition-delay: 0.1s; }
.sh-social-share-networks .jssocials-share:nth-child(2) { transition-delay: 0.2s; }
.sh-social-share-networks .jssocials-share:nth-child(3) { transition-delay: 0.3s; }
.sh-social-share-networks .jssocials-share:nth-child(4) { transition-delay: 0.4s; }
.sh-social-share-networks .jssocials-share:nth-child(5) { transition-delay: 0.5s; }
.sh-social-share-networks .jssocials-share:nth-child(6) { transition-delay: 0.6s; }
.sh-social-share-networks .jssocials-share:nth-child(7) { transition-delay: 0.7s; }


body:not(.sh-jevelin-style3) .sh-social-share-networks .fa-facebook,
body:not(.sh-jevelin-style3) .sh-social-share-networks .fa-twitter,
body:not(.sh-jevelin-style3) .sh-social-share-networks .fa-google,
body:not(.sh-jevelin-style3) .sh-social-share-networks .fa-at,
body:not(.sh-jevelin-style3) .sh-social-share-networks .fa-pinterest {
	font-family: 'simple-line-icons';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body:not(.sh-jevelin-style3) .sh-social-share-networks .fa-facebook:before {
	content: "\e00b";
}

body:not(.sh-jevelin-style3) .sh-social-share-networks .fa-twitter:before {
	content: "\e009";
}

body:not(.sh-jevelin-style3) .sh-social-share-networks .fa-google:before {
	content: "\e60d";
}

body:not(.sh-jevelin-style3) .sh-social-share-networks .fa-at:before {
	content: "\e086";
}

body:not(.sh-jevelin-style3) .sh-social-share-networks .fa-pinterest:before {
	content: "\e60b";
}


/**
 * 20.0 Popover
 */

.sh-popover-mini {
	position: absolute;
	left: 0; top: -17px;
	background-color: #3f3f3f;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	padding: 0px 15px;
	line-height: 30px;
	min-height: 0;
	min-width: 0;
	z-index: 100;
	cursor: default;
	border-radius: 30px;
	box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.2);
	border: 2px solid #fff;
	white-space: nowrap;
}

.sh-popover-mini::before {
	content: "";
	position: absolute;
	bottom: -7px; left: 50%;
	margin-left: -9px;
	width: 0;
	height: 0;
	box-sizing: border-box;
	border: 5px solid black;
	border-color: transparent transparent #47c9e5 #47c9e5;
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	z-index: 10;
}

.sh-popover-mini::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -9px;
    width: 0;
    height: 0;
    box-sizing: border-box;
    border: 5px solid black;
    border-color: transparent transparent #FFFFFF #FFFFFF;
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    box-shadow: -5px 4px 5px -2px rgba(0,0,0,0.15);
    z-index: 5;
}

.sh-popover-mini-center {
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
}

.sh-popover-mini-dark {
	background-color: #4e4e4e;
}

.sh-popover-mini::before {
	border-color: transparent transparent #4e4e4e #4e4e4e;
}


/**
 * 21.0 Pagination
 */

ul.page-numbers,
.woocommerce nav.woocommerce-pagination ul.page-numbers {
	display: table;
	margin: 0 auto;
    list-style: none;
    background-color: #f4f4f4;
    padding: 5px 4px;
    border-radius: 30px;
	border-width: 0px;
}

ul.page-numbers:after {
    content: "";
    display: block;
    clear: both;
}

ul.page-numbers li,
.woocommerce nav.woocommerce-pagination ul.page-numbers li {
    display: block;
    float: left;
    margin: 0 2px;
    text-align: center;
}

ul.page-numbers a,
ul.page-numbers span,
.woocommerce nav.woocommerce-pagination ul.page-numbers a,
.woocommerce nav.woocommerce-pagination ul.page-numbers span {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-weight: 400;
    cursor: pointer;
    padding: 0;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers a:hover,
.woocommerce nav.woocommerce-pagination ul.page-numbers a:focus {
	background-color: transparent!important;
}

ul.page-numbers .prev,
ul.page-numbers .next,
.woocommerce nav.woocommerce-pagination ul.page-numbers .prev,
.woocommerce nav.woocommerce-pagination ul.page-numbers .next {
	width: auto;
	padding: 0 10px;
}

ul.page-numbers .prev,
.woocommerce nav.woocommerce-pagination ul.page-numbers .prev {
	padding-left: 15px;
}

ul.page-numbers .next,
.woocommerce nav.woocommerce-pagination ul.page-numbers .next {
	padding-right: 15px;
}

ul.page-numbers a span {
	padding: 0;
}

ul.page-numbers a:hover {
	color: #47c9e5;
}

ul.page-numbers .current {
	font-weight: bold;
}

ul.page-numbers .current,
ul.page-numbers .current:hover,
.woocommerce nav.woocommerce-pagination ul.page-numbers .current,
.woocommerce nav.woocommerce-pagination ul.page-numbers .current:hover {
    color: #fff;
    background-color: #47c9e5;
    border-radius: 30px;
}

.woocommerce nav.woocommerce-pagination ul li {
	border-width: 0px;
}

.sh-page-links p {
	font-weight: bold;
	margin-bottom: 15px;
}

/**
 * 22.0 - Widgets
 */

.widget-title {
	margin-bottom: 25px;
}

.widget-item {
	padding-bottom: 45px;
}

.widget-item ul {
	list-style: none;
	padding-left: 0;
}

.widget-item ul ul{
	padding-left: 30px;
}

.widget-item li > a {
	display: block;
}

.widget-item h4 {
	margin-bottom: 20px;
}

.widget_tag_cloud a,
.widget_tag_cloud a:after,
.post-title h2,
.post-title h1 {
	transition: 0.25s all ease;
}

/* Search widget */
.widget_search .screen-reader-text {
	display: none;
}

.widget_search .search-form {
	position: relative;
	display: block;
}

.widget_search label {
	width: 100%;
}

.widget_search .search-field {
	display: block;
	width: 100%;
	border: none;
	padding: 16px 20px;
	font-weight: 400;
	transition: 0.25s background;
	border: 1px solid #ddd;
	color: #8d8d8d;
}

.widget_search .search-submit {
	position: absolute;
	display: block;
	top: 50%; right: 5px;
	margin-top: -25px;
	width: 43px;
	height: 43px;
	border: none;
	text-align: center;
	background-color: transparent;
}

.widget_search .search-form i {
	display: block;
	font-size: 16px;
	line-height: 38px;
	cursor: pointer;
}

.widget_search .search-field::-webkit-input-placeholder {
	color: inherit;
	font-style: normal;
}

.widget_search .search-field:-moz-placeholder {
	color: inherit;
	font-style: normal;
}
.widget_search .search-field::-moz-placeholder {
	color: inherit;
	font-style: normal;
}
.widget_search .search-field:-ms-input-placeholder {
	color: inherit;
	font-style: normal;
}

.sh-blog-style1 .sh-sidebar-search-active .search-submit i,
.sh-blog-style1 .sh-sidebar-search-active .search-field,
.sh-blog-style1 .sh-sidebar-search-active .search-field::-webkit-input-placeholder {
	color: #fff!important;
}

/* Category widget */
.widget_categories ul {
	list-style: none;
	padding: 0;
	margin-bottom: 0;
}

.widget_categories li {
	padding: 12px 1px;
	border-bottom: 1px solid #e3e3e3;
	font-size: 0px;
	text-transform: uppercase;
}

.widget_categories li > a {
	display: inline-block;
}

.widget_categories li * {
	font-size: 13px;
}

.widget_categories li:first-child {
	padding-top: 0px;
}

.widget_categories li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

/* Calendar widget */
.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	padding: 10px!important;
	text-align: center;
}

/* Tag cloud widget*/
.widget_product_tag_cloud a,
.widget_tag_cloud a {
	display: inline-block;
	position: relative;
	padding: 0 10px;
	line-height: 30px;
	background-color: #f4f4f4;
	color: #8d8d8d;
	margin-right: 10px;
	font-size: 13px!important;
	margin-bottom: 12px;
    border-radius: 100px;
    border: 3px solid #fff;
    box-shadow: 0px 1px 4px 1px rgba(0,0,0,0.1);
    font-weight: bold;
}

.widget_product_tag_cloud a:hover,
.widget_tag_cloud a:hover {
	color: #fff!important;
	background-color: #47c9e5;
}

#sidebar .widget_product_tag_cloud .tagcloud a:hover,
#sidebar .widget_tag_cloud .tagcloud a:hover {
	color: #fff!important;
}

.widget_product_tag_cloud a:hover:after,
.widget_tag_cloud a:hover:after {
	border-left-color: #47c9e5;
}

/* Product title hover */
.widget-item.woocommerce .product-title {
	transition: 0.3s all ease-in-out;
}

.widget-item.woocommerce .product-title:hover {
	opacity: 0.8;
}

/* Product list widget */
.product_list_widget li {
	width: 100%;
	display: block;
	position: relative;
	margin-bottom: 15px!important;
	min-height: 65px!important;
	padding-left: 85px!important;
}

#sidebar .product_list_widget li.empty {
	padding-left: 0!important;
	min-height: 0px!important;
}

.product_list_widget a img {
	position: absolute;
	width: 65px!important;
	margin-left: 0!important;
	left: 0;
}

.product_list_widget a span,
.product_list_widget .star-rating {
	display: block;
}

.product_list_widget .star-rating {
	margin-top: 10px!important;
	margin-bottom: 15px!important;
}

.product_list_widget ins {
	text-decoration: none;
}

.product_list_widget .amount,
.product_list_widget ins span {
	font-size: 16px;
	font-weight: bold;
}

.product_list_widget del .amount {
	font-weight: normal;
}

/* Product filter widget */
.widget_price_filter .price_slider_wrapper .price_slider_amount {
	padding-top: 5px;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: #e5e5e5!important;
}

.widget_price_filter .ui-slider .ui-slider-handle {
	background-color: #fff!important;
	border: 2px solid #6ec8b9;
	width: 17px!important;
    height: 17px!important;
    top: -5px!important;
}

.widget_price_filter .ui-slider .ui-slider-range {
	background-color: rgba(110,200,185,0.6)!important;
}

.widget_price_filter .price_slider_wrapper .price_slider_amount .button {
	background-color: #f3f3f3!important;
	color: #8d8d8d!important;
	line-height: 40px!important;
	float: right;
	padding: 0px 22px!important;
	border-radius: 30px;
	font-size: 13px;
	text-transform: uppercase;
}

.widget_price_filter .price_slider_wrapper .price_label {
	font-size: 14px;
	float: left;
	line-height: 40px;
}

.widget_price_filter .price_slider_wrapper .price_label span {
	font-size: 16px;
	font-weight: bold;
}

.widget_price_filter .widget-title {
	padding-bottom: 5px;
}

/* Product categories widget */
.widget_product_categories ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.widget_product_categories li {
	border-bottom: 1px solid #e3e3e3;
	padding: 12px 0;
	text-transform: uppercase;
	font-size: 13px;
}

.product_list_widget .star-rating {
	display: none;
}

.widget_product_categories li:first-child {
	padding-top: 0;
}

.widget_product_categories li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.widget_product_categories li {
	display: block;
}

.widget_product_categories a {
	color: #8d8d8d;
	display: inline-block!important;
}

.widget_product_categories li .count,
.widget_categories li .count {
	float: right;
	font-weight: bold;
	background-color: #f3f3f3;
	color: #9A9A9A;
	border-radius: 50px;
	padding: 0px 8px;
	line-height: 1.4;
	cursor: default;
}

.widget_product_categories li .count {
	display: none;
}

/* Recent posts widget */
.widget_recent_entries li {
	border-bottom: 0px solid transparent!important;
	font-weight: bold;
	padding: 11px 0;
	position: relative;
}

.widget_recent_entries li:before {
	font-family: 'simple-line-icons';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	display: inline-block;
	position: absolute;
	top: 12px;
	content: "\e060";
	font-size: 16px;
}

.widget_recent_entries li a {
	padding-left: 37px!important;
}

#sidebar .widget_recent_entries li:before {
	top: 14px;
}

.sh-footer .widget_recent_entries li:first-child:before {
	top: 3px!important;
}


/* Instagram widget */
.null-instagram-feed .instagram-pics {
	position: relative;
	margin: -5px;
}

.null-instagram-feed .instagram-pics li {
	display: inline-block;
	position: relative;
	width: 33.3%;
	padding: 6px 10px;
	margin-right: -4px;
}

.null-instagram-feed .instagram-pics li a:not(.sh-instagram-element-overlay) {
	display: block;
	overflow: hidden;
	position: relative;
}

.null-instagram-feed img {
	width: 100%;
}

.null-instagram-feed .sh-overlay-item {
	height: 100%;
	width: 100%;
}


/* ------------------------------------------------------------------------ */
/* Widgets - Jevelin
/* ------------------------------------------------------------------------ */

/* No widgets found widget */
.no-widgets-found .widget-title {
	margin-bottom: 0;
	padding-bottom: 0;
	border: 0;
	text-transform: none;
}

/* Recent Posts widget */
.sh-recent-posts-widgets {
	position: relative;
}

.sh-recent-posts-widgets-item {
	padding-bottom: 15px;
	margin-bottom: 25px;
	position: relative;
	border-bottom: 1px solid #3E3E3E;
}

.sh-recent-posts-widgets-item:last-child {
	margin-bottom: 0;
	border-bottom-width: 0px;
}

.sh-recent-posts-widgets-item-content {
	padding-left: 80px;
	min-height: 55px;
}

.sh-recent-posts-widgets-item-thumb {
	position: absolute;
	width: 55px;
	height: 55px;
	left: 0;
	top: 0;
}

.sh-recent-posts-widgets-count {
	background-color: #47c9e5;
	padding: 2px 6px;
	line-height: 1;
	font-weight: bold;
	border-radius: 20px;
	position: absolute;
	top: -7px;
	right: -7px;
	font-size: 13px;
	z-index: 500;
	color: #fff!important;
    box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.2);
}

.sh-recent-posts-widgets-item h6 {
	padding-top: 5px;
	margin-bottom: 8px;
	font-size: 14px;
}

.sh-recent-posts-widgets-item-meta {
	font-size: 12px;
}

.sh-recent-posts-widgets-item-meta i {
	position: relative;
	bottom: -3px;
	padding-right: 5px;
	font-size: 16px;
}

/* Portoflio widget */
.sh-portfolio-widget {
	position: relative;
	margin: -7.5px;
}

.sh-portfolio-widget:after {
	content: "";
	display: block;
	clear: both;
}

.sh-portfolio-widget-item {
	padding: 7.5px;
	float: left;
	width: 33.3%;
	max-width: 100px;
	min-width: 60px;
	overflow: hidden;
}

.sh-portfolio-widget-item img {
	margin-bottom: 0px
}

.sh-portfolio-widget-item .sh-portfolio-widget-background {
	display: block;
	position: relative;
	background-size: cover;
	background-position: 50% 50%;
}

.sh-mini-overlay-container {
	position: absolute;
	top: 0px; right: 0px; left: 0px; bottom: 0px;
	background-color: rgba(71,201,229,0.75);
	text-align: center;
	opacity: 0;
}

.sh-mini-overlay i {
	line-height: 1px;
	font-size: 24px;
	color: #fff!important;
	display: block;
}

.sh-mini-overlay .sh-mini-overlay-container:hover {
	opacity: 1;
}

/* Contacts widget */
.sh-contacts-widget-item {
	margin-bottom: 15px;
	padding-left: 40px;
	position: relative;
}

.sh-contacts-widget-item i {
	display: block;
	padding-top: 4px;
	position: absolute;
	left: 0;
	font-size: 18px;
	width: 18px;
}

/* Social widget */
.sh-social-widgets {
	position: relative;
	margin: -4px;
}

.sh-social-widgets:after {
	clear: both;
	content: "";
	display: block;
}

.sh-social-widgets-item {
	margin: 0 5px;
	margin-bottom: 10px;
	width: 50px;
	height: 50px;
	text-align: center;
	float: left;
	color: #8d8d8d;
	background-color: #f4f4f4;
	font-size: 18px;
	border-radius: 50px;
}

.sh-social-widgets-item i {
	font-size: 19px;
	line-height: 50px;
}

/* Image widget */
.sh-image-widgets img {
	margin-bottom: 0px;
	padding-bottom: 15px;
}

.sh-image-widgets-description a {
	margin-right: 25px;
}

.sh-image-widgets-description i {
	font-size: 18px;
}

.sh-image-widgets-social {
	padding-top: 15px;
}


/**
 * 23.0 - Nothing Found
 */

.sh-nothing-found {
	background-color: #f4f4f4;
	padding: 19px;
	float: none;
}

.sh-nothing-found .sh-table-cell-top:first-child {
	width: 45px;
}

.sh-nothing-found h2 {
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.sh-nothing-found p {
	margin: 0;
}

.sh-nothing-found i {
	color: #505050;
	font-size: 26px;
}

.sh-nothing-found-big {
	margin-top: 50px;
	color: #e5e5e5;
	font-weight: bold;
	max-width: 500px;
}

.sh-nothing-found-big span {
	font-size: 56px;
	line-height: 56px;
}

.sh-nothing-found-big div {
	font-size: 110px;
	text-transform: uppercase;
	line-height:100px;
}

.woocommerce > .cart-empty,
.woocommerce > .woocommerce-notices-wrapper > .cart-empty {
	display: none;
}

.sh-search-results .post-item .post-meta-two {
	display: none;
}


/**
 * 24.0 404 Page
 */

.sh-404 {
	background-size: cover;
	background-position: center center;
	background-color: #4C4C4C;
}

.sh-404 > div {
	width: 33.3%;
	text-align: center;
	color: #fff;
	border-right: 30px solid #fff;
	vertical-align: top;
	padding: 0 35px 80px 35px;
}

.sh-404 > div:last-child {
	border-right: 0;
}

.sh-404-title {
	display: block;
	width: 100%;
	padding: 110px 0 60px 0;
	line-height: 110px;
	font-size: 110px;
	font-weight: bold;
	text-align: center;
}

.sh-404-mobile-title {
	letter-spacing: 25px;
}

.sh-404 h3 {
	font-weight: bold;
	color: #fff;
	font-size: 24px;
}

.sh-404-button {
	display: inline-block;
	margin: 0 auto;
	background-color: #47c9e5;
	color: #fff!important;
	padding: 15px 25px;
	margin-top: 15px;
}

.sh-404-button i {
	padding-right: 8px;
}

#sh-404-mobile {
	display: none;
}

@media (max-width: 850px) {
	#sh-404 {
		display: none;
	}

	#sh-404-mobile {
		display: block;
	}
}

@media (max-width: 850px) {

	#sh-404-mobile > div {
		padding: 0 15px 50px 15px;
	}

	#sh-404-mobile .sh-404-mobile-title {
		font-size: 60px;
		padding: 50px 0 30px 0;
	letter-spacing: 15px;
	}
}


/**
 * 25.0 - Back to top
 */

.sh-back-to-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	opacity: 0;
	transition: 0.3s all ease;
	cursor: pointer;
	width: 50px;
	height: 50px;
	text-align: center;
	overflow: hidden;
	z-index: 5000;
	color: #cecece;
	border: 2px solid #cecece;
}

.sh-back-to-top:hover {
	background-color: #47c9e5;
	border: 2px solid #47c9e5;;
	color: #fff;
}

.sh-back-to-top i {
	display: block;
	font-size: 24px;
	line-height: 46px;
}

.sh-back-to-top.active {
	opacity: 1;
}

.sh-back-to-top.filled {
	background-color: #BDBDBD;
	border-color: #BDBDBD;
	color: #fff;
}

.sh-back-to-top2 {
	border-radius: 100%;
	width: 60px;
	height: 60px;
}

.sh-back-to-top2 i {
	line-height: 56px;
	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
}

/*.sh-back-to-top3 {
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.sh-back-to-top3 i {
	line-height: 34px;
	height: 50px;
	width: 50px;
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}*/

.sh-back-to-top3 {
	box-shadow: 0px 3px 13px 1px rgba(0,0,0,0.12);
	background-color: #fff;
	border-width: 0px!important;
	font-size: 20px;
}

.sh-back-to-top3 i {
	font-size: 20px;
}


/**
 * 26.0 - Page Loader
 */

.sh-page-loader {
	background-color: #fff;
	position: fixed;
	top: 0; bottom: 0; left: 0; right: 0;
	width: 100%;
	height: 100%;
	z-index: 995000;
}

/* Page Loader - Cube Grid */
.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 100px auto;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #333;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
          animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s; }
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  }
}

/* Page Loader - Folding Cube */
.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
          -ms-transform: rotate(45deg);
      transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          -ms-transform: scale(1.1) rotate(90deg);
      transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          -ms-transform: scale(1.1) rotate(180deg);
      transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          -ms-transform: scale(1.1) rotate(270deg);
      transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

/* Page Loader - Spinner */
.sk-spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}

.sk-spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.sk-spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.sk-spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.sh-page-loader-style-spinner #loading-center-absolute {
	display: table;
	margin: 0 auto;
}

.sh-page-loader-style-spinner .object {
	width: 20px;
	height: 20px;
	background-color: #8d8d8d;
	float: left;
	margin-right: 20px;
	border-radius: 50% 50% 50% 50%;
}

.sh-page-loader-style-spinner .object:last-child {
	margin-right: 0;
}

.sh-page-loader-style-spinner #object_one {
	-webkit-animation: object_one 1.5s infinite;
	animation: object_one 1.5s infinite;
}

.sh-page-loader-style-spinner #object_two {
	-webkit-animation: object_two 1.5s infinite;
	animation: object_two 1.5s infinite;
	-webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}

.sh-page-loader-style-spinner #object_three {
    -webkit-animation: object_three 1.5s infinite;
	animation: object_three 1.5s infinite;
	-webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

@-webkit-keyframes object_one {
	75% { -webkit-transform: scale(0); }
}

@keyframes object_one {
	75% {
		transform: scale(0);
		-webkit-transform: scale(0);
	}
}

@-webkit-keyframes object_two {
	75% { -webkit-transform: scale(0); }
}

@keyframes object_two {
	75% {
		transform: scale(0);
		-webkit-transform:  scale(0);
	}
}

@-webkit-keyframes object_three {
	75% { -webkit-transform: scale(0); }
}

@keyframes object_three {
	75% {
		transform: scale(0);
		-webkit-transform: scale(0);
	}
}

/* Pulse animation */
@-webkit-keyframes animate_pulse {
	0% { -webkit-box-shadow: 0 0 0 0 rgba( 0, 0, 0, 0.08 ); }
	70% { -webkit-box-shadow: 0 0 0 18px rgba( 0, 0, 0, 0 ); }
	100% { -webkit-box-shadow: 0 0 0 0 rgba( 0, 0, 0, 0 ); }
}
@keyframes animate_pulse {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba( 0, 0, 0, 0.08 );
		box-shadow: 0 0 0 0 rgba( 0, 0, 0, 0.1 );
	}
	70% {
		-moz-box-shadow: 0 0 0 18px rgba( 0, 0, 0, 0 );
		box-shadow: 0 0 0 18px rgba( 0, 0, 0, 0 );
	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgba( 0, 0, 0, 0 );
		box-shadow: 0 0 0 0 rgba( 0, 0, 0, 0 );
	}
}


/**
 * 27.0 White Borders
 */

.sh-window-line {
	position: fixed;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 5000;
}

.sh-window-line.line-top {
	top: 0;
}

.sh-window-line.line-top,
.sh-window-line.line-bottom {
	height: 20px;
}

.sh-window-line.line-left,
.sh-window-line.line-right {
	width: 20px;
}

.sh-window-line.line-bottom {
	bottom: 0;
}

.sh-window-line.line-left {
	top: 0;
	bottom: 0;
	right: auto;
}

.sh-window-line.line-right {
	top: 0;
	bottom: 0;
	left: auto;
}

.page-white-borders #page-container {
	padding-bottom: 20px;
}


@media (min-width: 1100px) {
	.sh-header-in-side .sh-window-line.line-left,
	.sh-header-in-side .sh-window-line.line-bottom,
	.sh-header-in-side .sh-window-line.line-top {
		left: 320px;
	}
}
.page-white-borders.page-layout-right-fixed .sh-header-right-side {
	height: auto!important;
}

.page-white-borders.page-layout-right-fixed .sh-header-right-side .header-mobile-social-media {
	bottom: 20px;
}

.page-white-borders .primary-desktop {
	padding-top: 20px;
}

body.admin-bar.page-white-borders .sh-header-right-side {
	top: 52px!important;
}

body.page-white-borders.page-layout-right-fixed .sh-header-right-side {
	top: 20px;
}

body.page-white-borders.header-in-left-side .sh-window-line.line-left {
	z-index: 499!important;
}


/**
 * 28.0 - Notice
 */

.sh-page-notice {
	width: 100%;
	background-color: #383838;
	color: #e2e1e1;
	padding: 20px 0;
	display: none;
}

.sh-page-notice a {
	color: #e2e1e1;
}

.sh-page-notice a:hover,
.sh-page-notice a:focus {
	color: #fff;
}

.sh-page-notice .sh-page-notice-button {
	background-color: #767676;
	position: relative;
	display: inline-block;
	padding: 8px 18px;
	margin: -8px 0;
	margin-left: 16px;
	font-weight: bold;
	color: #fff;
}

.sh-page-notice .sh-page-notice-button:hover {
	background-color: #8d8d8d;
}

.sh-page-notice .text-right {
	min-width: 100px;
}

@media (max-width: 1025px) {
	#page-container > .sh-page-notice {
		display: none!important;
	}
}


/**
 * 29.0 - Dynamic Ratio
 */

.sh-ratio {
	position: relative;
}

.sh-ratio-container {
	padding-bottom: 56.25%;
}

.sh-ratio-container-4_3 {
	padding-bottom: 75%;
}

.sh-ratio-container-square {
	padding-bottom: 100%;
}

.sh-ratio-content {
	position: absolute;
	top: 0; right: 0; left: 0; bottom: 0;
	background-size: cover;
	background-position: 50% 50%;
}

.sh-ratio-content iframe {
	width: 100%;
	height: 100%;
}


/**
 * 30.0 - Other Elements
 */
.bottom-1 {
	position: relative;
	bottom: -1px;
}
.bottom-2 {
	position: relative;
	bottom: -2px;
}
.bottom-3 {
	position: relative;
	bottom: -3px;
}
.bottom-4 {
	position: relative;
	bottom: -4px;
}

/* Hamgurger menu icon */
.c-hamburger {
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 24px;
	height: 20px;
	font-size: 0;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
	top: 10px;
}

.c-hamburger:focus {
	outline: none;
}

.c-hamburger span {
	display: block;
	position: absolute;
	top: 9px;
	left: 0px;
	right: 0px;
	height: 2px;
	background: #545454;
}

.c-hamburger span::before,
.c-hamburger span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #545454;
	content: "";
}

.c-hamburger span::before {
  top: -9px;
}

.c-hamburger span::after {
  bottom: -9px;
}

.c-hamburger--htx {
  background-color: transparent;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  transition-property: top, transform;
}

.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}

.c-hamburger--htx.is-active span {
  background: transparent!important;
}

.c-hamburger--htx.is-active span::before {
	top: 0;
	transform: rotate(45deg);
	width: 26px;
	left: -4px;
	margin-left: 3px;
}

.c-hamburger--htx.is-active span::after {
	bottom: 0;
    transform: rotate(-45deg);
	width: 26px;
	left: -4px;
	margin-left: 3px;
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
	transition-delay: 0s, 0.3s;
}


/**
 * 31.0 - Visual Composer
*/

.sh-element-inline {
	display: inline-block!important;
	margin-right: -4px!important;
	vertical-align: top;
}

/* Empty Space Element */
body.vc_editor.compose-mode .vc_empty_space {
	background: repeating-linear-gradient( 45deg, rgba(255,255,255,0.3), rgba(255,255,255,0.3) 15px, rgba(185, 185, 185, 0.2) 15px, rgba(185, 185, 185, 0.2) 30px);
	border-radius: 8px;
}

.vc_row .sh-progress .sh-progress-item,
.vc_row .sh-progress-style2 .sh-progress-item,
.vc_row .sh-countdown,
.vc_row .sh-counter,
.vc_row .sh-text-block p:last-child {
	margin-bottom: 0;
}

.vc_row .sh-button-container {
	margin-top: 0;
	margin-bottom: 0;
}

.wpb_single_image img,
.vc_row .sh-team-image img {
	margin-bottom: 0!important;
}

i.icon {
	vertical-align: inherit;
	margin-left: 0px;
	line-height: normal;
	height: auto;
	width: auto;
}

.jarallax {
    position: relative;
    z-index: 0;
}
.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    /* support for plugin https://github.com/bfred-it/object-fit-images */
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}


/**
 * Visual Composer: Global Elements
 */
body.compose-mode header.primary-desktop,
body.compose-mode header.primary-mobile {
	pointer-events: none;
}


body.compose-mode .page-content.vc-main-sortable-container > .vc_empty-placeholder:first-child {
	display: none;
}


.vc_row_reversed_columns {
	display: flex;
}

@media only screen and (min-width: 768px) {
	.vc_column_full_height {
		height: 100vh;
	}
}

@media only screen and (max-width: 768px) {
	.vc_row_reversed_columns {
		flex-direction: column-reverse;
	}
}

@media (min-width: 1250px) {
	.vc_row[data-vc-full-width="true"][data-vc-stretch-content="true"] {
		margin-left: calc(-100vw / 2 + 1200px / 2 + 7.5px);
		margin-right: calc(-100vw / 2 + 1200px / 2 + 7.5px);
	}

	.vc_row[data-vc-full-width="true"]:not([data-vc-stretch-content="true"]) {
		margin-left: calc(-100vw/2 + 1200px/2 + 7.5px);
	    margin-right: calc(-100vw/2 + 1200px/2 + 7.5px);
	    padding-left: calc(100vw/2 - 1200px/2 - 7.5px)!important;
	    padding-right: calc(100vw/2 - 1200px/2 - 7.5px)!important;
	}


	/* Boxed Layout */
	.sh-boxed-layout .vc_row[data-vc-full-width="true"][data-vc-stretch-content="true"] {
		width: auto!important;
		left: 0!important;
		margin-left: -45px!important;
		margin-right: -45px!important;
	}

	.sh-boxed-layout .vc_row[data-vc-full-width="true"]:not([data-vc-stretch-content="true"]) {
		width: auto!important;
		left: 0!important;
		margin-left: -45px!important;
		margin-right: -45px!important;
		padding-left: 45px!important;
		padding-right: 45px!important;
	}
}

.vc_row_shadow1,
.vc_row_shadow1_hover:hover,
.vc_column_shadow1,
.vc_column_shadow1_hover:hover {
	box-shadow: 0 15px 25px -7px rgba(0,0,0,0.09), 0 -12px 10px -10px rgba(0,0,0,0.04);
}

.vc_row_shadow2,
.vc_row_shadow2_hover:hover,
.vc_column_shadow2,
.vc_column_shadow2_hover:hover {
	box-shadow: 0px 3px 13px 1px rgba(0,0,0,0.12);
}

.vc_row_shadow3,
.vc_row_shadow3_hover:hover,
.vc_column_shadow3,
.vc_column_shadow3_hover:hover {
	box-shadow: 0px 15px 45px -9px rgba(0,0,0,0.25);
}

.vc_element_shadow,
.vc_row_shadow1_hover,
.vc_row_shadow2_hover,
.vc_row_shadow3_hover,
.vc_column_shadow1_hover,
.vc_column_shadow2_hover,
.vc_column_shadow3_hover {
	transition: 0.3s all ease-in-out;
}

.vc_row[data-vc-full-width]:not(.vc_parallax):not(.vc_row-no-padding):not(.jarallax) {
	overflow: visible;
}

.vc_row .wpb_revslider_element {
	font-size: 0px;
	position: relative;
	z-index: 0;
}

@media (max-width: 800px) {
	.vc_column_reponsive_border_disabled .vc_column-inner {
		border-width: 0px!important;
	}
}


.vc_row.jarallax > .vc_column_container,
.vc_row.jarallax > .vc_vc_column {
	z-index: 1;
}

.vc_row_custom_container {
	width: 100%;
}


/* Column Mobile Element Alignment */
@media (max-width: 800px) {
	.vc_column_mobile_element_alignment_center .sh-text-block,
	.vc_column_mobile_element_alignment_center .sh-text-block p,
	.vc_column_mobile_element_alignment_center .sh-text-group,
	.vc_column_mobile_element_alignment_center .sh-text-group p,
	.vc_column_mobile_element_alignment_center .sh-heading span,
	.vc_column_mobile_element_alignment_center .sh-heading-content,
	.vc_column_mobile_element_alignment_center .sh-button-container,
	.vc_column_mobile_element_alignment_center .sh-single-image,
	.vc_column_mobile_element_alignment_center .vc_custom_heading,
	.vc_column_mobile_element_alignment_center .sh-button-container,
	.vc_column_mobile_element_alignment_center .wpb_single_image,
	.vc_column_mobile_element_alignment_center .sh-list {
		text-align: center!important;
	}

	.vc_column_mobile_element_alignment_left .sh-text-block,
	.vc_column_mobile_element_alignment_left .sh-text-block p,
	.vc_column_mobile_element_alignment_left .sh-text-group,
	.vc_column_mobile_element_alignment_left .sh-text-group p,
	.vc_column_mobile_element_alignment_left .sh-heading span,
	.vc_column_mobile_element_alignment_left .sh-heading-content,
	.vc_column_mobile_element_alignment_left .sh-button-container,
	.vc_column_mobile_element_alignment_left .sh-single-image,
	.vc_column_mobile_element_alignment_left .vc_custom_heading,
	.vc_column_mobile_element_alignment_left .sh-button-container,
	.vc_column_mobile_element_alignment_left .wpb_single_image,
	.vc_column_mobile_element_alignment_left .sh-list {
		text-align: left!important;
	}

	.vc_column_mobile_element_alignment_right .sh-text-block,
	.vc_column_mobile_element_alignment_right .sh-text-block p,
	.vc_column_mobile_element_alignment_right .sh-text-group,
	.vc_column_mobile_element_alignment_right .sh-text-group p,
	.vc_column_mobile_element_alignment_right .sh-heading span,
	.vc_column_mobile_element_alignment_right .sh-heading-content,
	.vc_column_mobile_element_alignment_right .sh-button-container,
	.vc_column_mobile_element_alignment_right .sh-single-image,
	.vc_column_mobile_element_alignment_right .vc_custom_heading,
	.vc_column_mobile_element_alignment_right .sh-button-container,
	.vc_column_mobile_element_alignment_right .wpb_single_image,
	.vc_column_mobile_element_alignment_right .sh-list {
		text-align: right!important;
	}
}

@media (max-width: 800px) {
	.vc_element_responsive_background_image > #jarallax-container-0,
	.vc_element_responsive_background_image > #jarallax-container-1,
	.vc_element_responsive_background_image > #jarallax-container-2,
	.vc_element_responsive_background_image > #jarallax-container-3,
	.vc_element_responsive_background_image > #jarallax-container-4,
	.vc_element_responsive_background_image > #jarallax-container-5 {
		display: none!important;
	}
}



/**
** Carousel - Global Options
*/
/* Style 2 - Standard  */
.carousel-dot-style2 .slick-dots li.slick-active button {
	box-shadow: none;
	width: 15px;
	height: 15px;
}


/* Style 3 - Modern  */
.carousel-dot-style3 .slick-dots li.slick-active button {
	box-shadow: none;
	width: 15px;
	height: 15px;
}

.carousel-dot-style3:not(.carousel-dot-active-background) #page-container .slick-dots li.slick-active button {
	background-color: #3b3b3b!important;
}

.carousel-dot-style3 .slick-dots li button {
	border: 1px solid #3b3b3b;
	background-color: transparent;
}


/* Spacing */
.carousel-dot-spacing-3px .slick-dots li { margin: 0 3px; }
.carousel-dot-spacing-8px .slick-dots li { margin: 0 8px; }
.carousel-dot-spacing-10px .slick-dots li { margin: 0 10px; }
.carousel-dot-spacing-12px .slick-dots li { margin: 0 12px; }
.carousel-dot-spacing-15px .slick-dots li { margin: 0 15px; }

.carousel-dot-spacing-3px .slick-dots li:first-child,
.carousel-dot-spacing-8px .slick-dots li:first-child,
.carousel-dot-spacing-10px .slick-dots li:first-child,
.carousel-dot-spacing-12px .slick-dots li:first-child,
.carousel-dot-spacing-15px .slick-dots li:first-child {
	margin-left: 0px;
}


/* Size */
.carousel-dot-size-small .slick-dots li button {
	width: 9px;
	height: 9px;
}

.carousel-dot-size-small.carousel-dot-style1 .slick-dots li.slick-active button {
	width: 12px;
	height: 12px;
}

.carousel-dot-size-small.carousel-dot-style2 .slick-dots li.slick-active button,
.carousel-dot-size-small.carousel-dot-style3 .slick-dots li.slick-active button {
	width: 9px;
	height: 9px;
}

.carousel-dot-size-standard.carousel-dot-style3 .slick-dots li.slick-active button {
	width: 15px;
	height: 15px;
}



/**
 * Jevelin 5 Style
 */
.sh-jevelin-style3 .sh-alert-with-line.sh-alert-error .sh-alert-icon-container {
	border-width: 0px;
}

.sh-jevelin-style3 .sh-nav li.menu-item-has-children > a:after,
.sh-jevelin-style3 .sh-nav li.menu-item li.menu-item-has-children > a:after {
	content: "\f078";
	font-family: 'FontAwesome'!important;
	font-size: 70%;
}

.sh-jevelin-style3 .SumoSelect > .CaptionCont > label > i:after {
	content: "\f078"!important;
	font-family: 'FontAwesome'!important;
	font-size: 12px;
}

.sh-jevelin-style3 .sh-woo-layout table.variations td {
	position: relative;
}

.sh-jevelin-style3 .sh-woo-layout table.variations select {
	cursor: pointer;
}

.sh-jevelin-style3 .sh-woo-layout table.variations td:after {
	content: "\f078";
	font-family: 'FontAwesome';
	font-size: 70%;
	position: absolute;
	right: 20px;
	top: 10px;
	pointer-events: none;
}


.sh-jevelin-style3 .sh-nav li.menu-item li.menu-item-has-children > a:after {
	padding-top: 1px;
}

.sh-jevelin-style3 .sh-nav > li.menu-item-has-children > a:after {
	margin-left: 0.5em;
    top: -0.1em;
}

.sh-jevelin-style3 .sh-titlebar .title-level .separator:after {
	content: "\f054";
	font-family: 'FontAwesome'!important;
}

.sh-jevelin-style3 .sh-titlebar:not(.sh-titlebar-revslider) a {
	color: inherit!important;
}

.sh-jevelin-style3 .widget_product_categories li .count,
.sh-jevelin-style3 .widget_categories li .count {
	color: inherit;
	border-radius: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.sh-jevelin-style3 .widget_search .search-form i {
	font-size: 17px;
}

.sh-jevelin-style3 .widget_product_categories li {
	font-size: inherit;
}

.sh-jevelin-style3 .widget_product_categories a {
	text-transform: none;
	font-weight: 600;
}

.sh-jevelin-style3 .widget_product_categories li {
	border-width: 0px;
	padding-bottom: 0px;
}

.sh-jevelin-style3 .widget_search .search-field,
.sh-jevelin-style3 #sidebar .search-field {
	border-radius: 5px;
	background-color: #f4f4f4;
	border-width: 0px;
}

.sh-jevelin-style3 .sh-popover-mini {
	right: 20px;
	top: 20px;
	left: auto;
	box-shadow: none;
	border-radius: 5px;
	border-width: 0px;
	line-height: 24px;
	padding: 0px 10px;
	background-color: #3a3a3a;
	pointer-events: none
}

.sh-jevelin-style3 .sh-popover-mini::before,
.sh-jevelin-style3 .sh-popover-mini::after {
	display: none;
}

.sh-jevelin-style3 .sh-popover-mini:not(.sh-popover-mini-dark) {
	background-color: #f73e5c;
}

.sh-jevelin-style3 .woocomerce-styling .woocommerce-result-count {
	margin-bottom: 5px;
}

.sh-jevelin-style3.woocommerce .woocomerce-styling .woocommerce-ordering {
	margin-bottom: 0px;
}

.sh-jevelin-style3 .woocommerce-ordering select.orderby {
	border-width: 0px;
    padding-left: 0px;
	height: 50px!important;
}

.sh-jevelin-style3 .woocommerce-ordering .SumoSelect .SelectBox {
	padding: 0;
    border-width: 0px!important;
    font-weight: bold;
    color: inherit;
}

@media (max-width: 800px) {
	.sh-jevelin-style3 .woocommerce-ordering .SumoSelect .SelectBox {
		text-align: center;
	    line-height: 40px!important;
	    margin-bottom: 20px;
		padding-left: 30px;
	}
}

.sh-jevelin-style3 .woocommerce-ordering .SumoSelect.open .search-txt {
	padding: 1px 0px;
	font-weight: bold;
}

.sh-jevelin-style3 .woocommerce-ordering .SumoSelect .SelectBox > label {
	display: none;
}

.sh-jevelin-style3 .woocommerce-ordering .SumoSelect .SelectBox > span:after {
	content: "\f078";
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	font-size: 10px;
	padding-left: 3px;
}

.sh-jevelin-style3 .SumoSelect > .optWrapper {
	box-shadow: 0px 15px 45px -9px rgba(0,0,0,0.20);
	border-radius: 5px;
	border-width: 0px;
	padding: 15px 0;
}

.sh-jevelin-style3 .SumoSelect > .optWrapper > .options li.opt {
	border-width: 0px;
}

.sh-jevelin-style3 .SumoSelect > .optWrapper > .options li.opt label {
	color: inherit;
}

.sh-jevelin-style3 .SumoSelect > .optWrapper > .options li.opt:hover {
	background-color: transparent;
}

.sh-jevelin-style3 .SumoSelect > .optWrapper > .options li.opt:hover label {
	font-weight: bold;
}

.sh-jevelin-style3 .widget_product_tag_cloud a,
.sh-jevelin-style3 .widget_tag_cloud a,
.sh-jevelin-style3 .sh-blog-tag-item {
	text-transform: uppercase;
    border-width: 0px;
    box-shadow: none;
    border-radius: 5px;
    padding: 0 12px;
	line-height: 32px;
	background-color: #f4f4f4;
	transition: 0.3s all ease-in-out;
	opacity: 0.6;
}

.sh-jevelin-style3 .widget_product_tag_cloud a:hover,
.sh-jevelin-style3 .widget_tag_cloud a:hover,
.sh-jevelin-style3 .sh-blog-tag-item:hover {
	opacity: 1;
}

.sh-jevelin-style3 ul.page-numbers,
.sh-jevelin-style3.woocommerce nav.woocommerce-pagination ul.page-numbers {
	border-radius: 5px;
	padding: 5px 0px;
}

.sh-jevelin-style3 ul.page-numbers .current,
.sh-jevelin-style3 ul.page-numbers .current:hover,
.sh-jevelin-style3.woocommerce nav.woocommerce-pagination ul.page-numbers .current,
.sh-jevelin-style3.woocommerce nav.woocommerce-pagination ul.page-numbers .current:hover {
	border-radius: 5px;
}

.sh-jevelin-style3 ul.page-numbers a,
.sh-jevelin-style3 ul.page-numbers span,
.sh-jevelin-style3.woocommerce nav.woocommerce-pagination ul.page-numbers a,
.sh-jevelin-style3.woocommerce nav.woocommerce-pagination ul.page-numbers span {
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
}

.sh-jevelin-style3 ul.page-numbers .prev,
.sh-jevelin-style3 ul.page-numbers .next,
.sh-jevelin-style3.woocommerce nav.woocommerce-pagination ul.page-numbers .prev,
.sh-jevelin-style3.woocommerce nav.woocommerce-pagination ul.page-numbers .next {
    width: auto;
	padding: 0 8px;
}

.sh-jevelin-style3 ul.page-numbers li,
.sh-jevelin-style3.woocommerce nav.woocommerce-pagination ul.page-numbers li {
	margin: 0 4px;
}

.sh-jevelin-style3 #content.content-with-sidebar-left {
	width: 72.2%;
	   padding-left: 2.8%;
}

.sh-jevelin-style3 #content.content-with-sidebar-right {
	width: 72.2%;
	padding-right: 2.8%;
}

.sh-jevelin-style3 .woocommerce-ordering + ul.products {
	padding-top: 50px;
}


/*
** Single product
*/
.sh-jevelin-style3.woocommerce div.product p.stock.out-of-stock {
	color: #ff2929;
	margin-bottom: 25px;
}

.sh-jevelin-style3.woocommerce .product .images {
	padding-right: 0px;
}

.sh-jevelin-style3.woocommerce div.product div.summary {
	padding-top: 23px;
	padding-left: 20px;
}

.sh-jevelin-style3.woocommerce .woocomerce-styling .product .product_title {
	font-size: 36px;
}

.sh-jevelin-style3.woocommerce .woocomerce-styling .product .product_title,
.sh-jevelin-style3.woocommerce .product .woo-seperator-line {
	border-width: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

.sh-jevelin-style3.woocommerce div.product p.price {
	color: inherit!important;
	font-weight: bold;
	font-size: 18px;
}

.sh-jevelin-style3 .woocommerce-tabs.wc-tabs-wrapper {
	margin-top: 40px;
}

.sh-jevelin-style3 .sh-social-share-button,
.sh-jevelin-style3.woocommerce div.product form.cart .variations select {
	border-radius: 5px;
}

.sh-jevelin-style3.woocommerce div.product form.cart .variations select {
	font-weight: bold;
    color: inherit;
}

.sh-jevelin-style3.woocommerce div.product form.cart button {
	border-radius: 5px!important;
}

.sh-jevelin-style3 .sh-social-share-button,
.sh-jevelin-style3.woocommerce div.product form.cart button {
	text-transform: none;
}

.sh-jevelin-style3.woocommerce div.product form.cart.grouped_form button {
	float: none!important;
}

.sh-jevelin-style3 .sh-social-share-button {
	padding: 0 22px 0 18px;
	height: 40px;
}

.sh-jevelin-style3 .sh-social-share-button i {
	padding-right: 8px;

}

.sh-jevelin-style3 .sh-social-share-networks .jssocials-share-link {
	line-height: 40px;
}

.sh-jevelin-style3 .sh-social-share-button span {
	line-height: 40px;
	text-transform: none;
}

.sh-jevelin-style3.woocommerce div.product form.cart .variations tr,
.sh-jevelin-style3.woocommerce div.product form.cart .variations td {
	display: block;
	text-align: left;
}

.sh-jevelin-style3 .sh-woo-layout table.variations td label {
	line-height: 30px;
}

.sh-jevelin-style3 .sh-woo-layout table.variations tr {
	padding-bottom: 10px;
	padding-right: 80px;
}

.sh-jevelin-style3 .woocommerce-review-link {
	font-weight: 600;
	top: -2px;
	position: relative;
}

.sh-jevelin-style3.woocommerce .product .product_meta span,
.sh-jevelin-style3.woocommerce .product .product_meta .posted_in a {
	text-transform: none;
	font-size: inherit;
	font-weight: 600;
}

.sh-jevelin-style3.woocommerce .product .product_meta span.sku,
.sh-jevelin-style3.woocommerce .product .product_meta .tagged_as a {
	opacity: 0.7;
}

.sh-jevelin-style3.woocommerce .product .product_meta .posted_in a:hover{
	opacity: 0.8;
	transition: 0.3s all ease;
}

.sh-jevelin-style3.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	text-transform: none;
	font-size: 14px;
}

.sh-jevelin-style3.woocommerce .woocommerce-tabs li a:after {
	height: 2px;
	bottom: -1px;
}

.sh-jevelin-style3.woocommerce div.product .woocommerce-tabs ul.tabs:before {
	border-bottom-width: 2px;
	color: #ececec;
}

.sh-jevelin-style3.woocommerce .product .woo-short-description {
	font-weight: 500;
	font-size: 16px;
}

.sh-jevelin-style3 .sh-woo-layout .woocommerce-variation {
	padding: 0px;
	font-size: normal
}

.sh-jevelin-style3.woocommerce .product .woo-seperator-line {
	margin-top: 35px;
}

.sh-jevelin-style3 .woocommerce-variation-add-to-cart {
	margin-top: 25px;
}

.sh-jevelin-style3 .sh-woo-layout table.variations {
	max-width: 380px;
	position: relative;
}

.sh-jevelin-style3 .sh-woo-layout table.variations .reset_variations {
	position: absolute;
	top: 10px;
    right: -74px;
	background-color: #f2f2f2;
	color: #787878;
	width: 60px;
	line-height: 30px;
	text-align: center;
	border-radius: 100px;
	text-transform: none;
	font-size: 12px;
	font-weight: 500;
}

.sh-jevelin-style3 .sh-woo-layout table.variations .reset_variations:hover {
	background-color: #787878;
	color: #f2f2f2;
}

.sh-jevelin-style3 .sh-increase-number-down i:before {
	content: "\f063";
	font: normal normal normal 14px/1 FontAwesome;
}

.sh-jevelin-style3 .sh-increase-number-up i:before {
	content: "\f062";
	font: normal normal normal 14px/1 FontAwesome;
}

.sh-jevelin-style3 .sh-increase-numbers input {
	color: inherit;
}

.sh-jevelin-style3 .sh-increase-numbers i {
	opacity: 0.5;
	line-height: 46px;
}

.sh-jevelin-style3 .sh-increase-numbers i:before {
	font-size: 12px;
}

.sh-jevelin-style3 .sh-increase-numbers span:hover i {
	opacity: 1;
}

.sh-jevelin-style3.woocommerce p.stars a:before,
.sh-jevelin-style3.woocommerce .woocommerce-tabs .comment-form-rating span > a:before {
	content: "\f005"!important;
	font-family: 'FontAwesome'!important;
}

.sh-jevelin-style3.woocommerce .woocommerce-tabs .comment-form-rating span > a:before {
	padding: 10px 11px;
}

.sh-jevelin-style3.woocommerce .woocommerce-tabs .comment-form-rating p.stars a {
	padding: 18px;
}

.sh-jevelin-style3.woocommerce .woocommerce-tabs .comment-form-rating p.stars a {
	margin-right: 1px;
}

.sh-jevelin-style3 .woocommerce-review__dash {
	opacity: 0;
}

.sh-jevelin-style3.woocommerce #reviews #comments h2 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 55px;
}

.sh-jevelin-style3 .woocommerce-tabs #tab-reviews input#submit {
	text-transform: none;
	border-radius: 5px!important;
}

.sh-jevelin-style3.woocommerce div.product .woocommerce-tabs ul.tabs {
	margin-bottom: 35px;
}

.sh-jevelin-style3.woocommerce .woocommerce-tabs #review_form_wrapper .comment-reply-title {
	font-weight: bold;
	margin-bottom: 15px;
    display: block;
}

.sh-jevelin-style3.woocommerce .woocommerce-tabs #tab-reviews label[for="comment"] {
	display: none;
}

/* Comments */
.sh-jevelin-style3.woocommerce #reviews #comments ol.commentlist li img.avatar {
	border-radius: 100px;
}

.sh-jevelin-style3 .woocommerce-tabs .commentlist .comment-text .meta time {
	color: inherit;
}

.sh-jevelin-style3 .woocommerce-tabs .commentlist .description {
	margin-top: 12px;
}

.sh-jevelin-style3 #tab-additional_information > h2:first-child,
.sh-jevelin-style3 #tab-description > h2:first-child {
	display: none;
}

.sh-jevelin-style3 .comment-form input,
.sh-jevelin-style3 .comment-form textarea {
	border-radius: 5px;
}

.sh-jevelin-style3.woocommerce #reviews #comments ol.commentlist li {
	margin-bottom: 20px!important;
}

.sh-jevelin-style3.woocommerce #reviews #comments ol.commentlist li:last-child {
	border-bottom-width: 0px!important;
}

.sh-jevelin-style3 .woocommerce input[type=submit],
.sh-jevelin-style3 .woocommerce .button,
.sh-jevelin-style3 .contact-form input[type="submit"],
.sh-jevelin-style3 .sh-404-button,
.sh-jevelin-style3 .post-content .post-password-form input[type="submit"],
.sh-jevelin-style3 .wpcf7-form .wpcf7-submit,
.sh-jevelin-style3 .woocommerce .checkout-button,
.sh-jevelin-style3 .woocommerce .wc-forward,
.sh-jevelin-style3 .woocommerce #respond input#submit,
.sh-jevelin-style3 .woocommerce .shop_table .coupon .button,
.sh-jevelin-style3 .woocommerce a.button.alt,
.sh-jevelin-style3 .woocommerce .cart input.button,
.sh-jevelin-style3 .woocommerce input.button.alt,
.sh-jevelin-style3 .contact-form input[type="submit"],
.sh-jevelin-style3 .sh-404-button,
.sh-jevelin-style3 .post-content .post-password-form input[type="submit"],
.sh-jevelin-style3 .sh-comments .submit,
.sh-jevelin-style3 .wpcf7-form .wpcf7-submit {
	text-transform: none;
	border-radius: 5px!important;
	font-size: inherit;
}

.sh-jevelin-style3 input,
.sh-jevelin-style3 textarea,
.sh-jevelin-style3 select {
	border-radius: 5px;
	font-weight: bold;
}

.sh-jevelin-style3 select::-webkit-input-placeholder,
.sh-jevelin-style3 input::-webkit-input-placeholder,
.sh-jevelin-style3 textarea::-webkit-input-placeholder {
	font-style: normal;
	font-weight: normal;
	opacity: 0.7;
}

.sh-jevelin-style3 .widget_search .search-form i {
	opacity: 0.7;
}

.sh-jevelin-style3.woocommerce .comment-form-author,
.sh-jevelin-style3.woocommerce .comment-form-email {
	display: inline-block;
	margin-right: -4px!important;
}

.sh-jevelin-style3.woocommerce .comment-form-author {
	width: 52%;
	padding-right: 4%;
}

.sh-jevelin-style3.woocommerce .comment-form-email {
	width: 48%;
}


/* Grouped products */
.sh-jevelin-style3 .woocommerce-grouped-product-list-item__quantity input::placeholder {
	font-weight: bold;
}

.sh-jevelin-style3 .woocommerce-grouped-product-list-item__quantity {
	padding-left: 0px!important;
}

.sh-jevelin-style3 .woocommerce-grouped-product-list-item__label,
.sh-jevelin-style3 .woocommerce-grouped-product-list-item__price {
	padding-top: 28px!important;
}

.sh-jevelin-style3 .woocommerce-grouped-product-list-item__price {
	font-weight: bold;
}

.sh-jevelin-style3 .woocommerce-grouped-product-list-item__label label{
	font-weight: 500;
}

.sh-jevelin-style3 .woocommerce-grouped-product-list tr {
	border-bottom: 1px solid #f1f1f1;
}

.sh-jevelin-style3 .woocommerce-grouped-product-list td {
	padding-top: 20px!important;
	padding-bottom: 20px!important;
	vertical-align: middle!important;
}

.sh-jevelin-style3 .woocommerce-grouped-product-list input,
.sh-jevelin-style3 .woocommerce-grouped-product-list label {
	margin-bottom: 0px;
}


/*
** View Cart
*/
.sh-jevelin-style3 .woocommerce a.remove:before {
	top: -10px;
    position: relative;
}

.sh-jevelin-style3 table {
	border-width: 0px!important;
}

.sh-jevelin-style3 table td,
.sh-jevelin-style3 table th,
.sh-jevelin-style3 .woocommerce table.shop_table.cart td,
.sh-jevelin-style3 .woocommerce table.shop_table.cart th {
	border-width: 0px!important;
}

.sh-jevelin-style3 .woocommerce table.shop_table.cart tr {
	border-bottom: 1px solid #f1f1f1;
}

.sh-jevelin-style3 .woocommerce table.shop_table.cart .product-price {
	font-weight: bold;
}

.sh-jevelin-style3 .woocommerce table.shop_table.cart .product-subtotal {
	font-weight: bold;
	font-size: 16px;
}

.sh-jevelin-style3 .woocommerce-cart-form__contents tr:last-child td {
	padding-left: 0px!important;
	padding-right: 0px!important;
}

.sh-jevelin-style3 .cart_totals table {
	background-color: #f4f4f4;
	border-radius: 5px!important;
}

.sh-jevelin-style3 .cart_totals table td {
	text-align: right;
}

.sh-jevelin-style3 .cart_totals table th,
.sh-jevelin-style3 .cart_totals table td {
    padding: 18px 30px!important;
}

.sh-jevelin-style3 .cart_totals .cart-subtotal {
	font-size: 16px;
	font-weight: 400;
}

.sh-jevelin-style3 .cart_totals .order-total {
	font-size: 18px;
}

.sh-jevelin-style3 .cart_totals .cart-subtotal,
.sh-jevelin-style3 .cart_totals .woocommerce-shipping-totals {
	border-bottom: 1px solid #fff;
}

.sh-jevelin-style3 .checkout-button {
	line-height: 60px!important;
	height: 60px;
}

.sh-jevelin-style3 .woocommerce .button[name="apply_coupon"],
.sh-jevelin-style3 .woocommerce .shop_table .button[name=update_cart] {
	background-color: #f4f4f4!important;
	font-size: 13px!important;
	border-radius: 5px!important;
}

.sh-jevelin-style3 .woocommerce .button[name="apply_coupon"]:hover {
	color: #fff;
}

.sh-jevelin-style3 .order-total .woocommerce-Price-amount {
	position: relative;
    border-bottom: 2px solid #294cff;
    padding-bottom: 19px;
}


/*
** Checkout
*/
.sh-jevelin-style3 form.checkout_coupon {
	border-bottom: 1px solid #ececec;
    border-radius: 0px;
    padding-bottom: 20px!important;
    margin-bottom: 60px;
}

.sh-jevelin-style3 .woocommerce #customer_details > div {
	float: none;
	width: 100%;
}

.sh-jevelin-style3 form.woocommerce-checkout.checkout .woocommerce-NoticeGroup {
	margin-bottom: 40px;
}

@media (min-width: 800px) {
	.sh-jevelin-style3 .sh-checkout {
		display: flex;
	}

	.sh-jevelin-style3 .woocommerce #customer_details {
		width: 62%;
		margin-right: 6%;
	}

	.sh-jevelin-style3 .sh-checkout-review {
		width: 32%;
	}
}

.sh-jevelin-style3 .woocommerce-additional-fields {
	margin-top: 30px;
}

.sh-jevelin-style3 .woocommerce abbr.required:before,
.sh-jevelin-style3.woocommerce #review_form span.required:before {
	display: none;
}

.sh-jevelin-style3 .woocommerce abbr.required,
.sh-jevelin-style3.woocommerce #review_form span.required,
.sh-jevelin-style3 .woocommerce form .form-row .required {
	font-size: inherit;
	color: inherit!important;
}

.sh-jevelin-style3 .sh-alert {
	border-radius: 5px;
}

.sh-jevelin-style3 .woocommerce-form-coupon-toggle {
	opacity: 0.8;
}

.sh-jevelin-style3 .woocommerce-form-coupon-toggle .sh-alert {
	background-color: #294cff;
}

.sh-jevelin-style3 .woocommerce-form-coupon-toggle .sh-alert,
.sh-jevelin-style3 .woocommerce-form-coupon-toggle .sh-alert .sh-alert-title,
.sh-jevelin-style3 .woocommerce-form-coupon-toggle .sh-alert a {
	color: #fff;
}

.sh-jevelin-style3 .woocommerce-form-coupon-toggle .sh-alert-title,
.sh-jevelin-style3 .woocommerce-form-coupon-toggle .sh-alert-title a {
	background-color: transparent;
}

.sh-jevelin-style3 .woocommerce #payment #place_order,
.sh-jevelin-style3 .woocommerce-page #payment #place_order {
	float: none;
	width: 100%;
	height: 60px;
	line-height: 60px;
	border-radius: 5px!important;
}

.sh-jevelin-style3 .woocommerce .payment_methods.methods {
	border-width: 0px;
	border-bottom-width: 0px!important;
}

.sh-jevelin-style3 .woocommerce .payment_methods.methods li {
	padding: 10px 0px;
	padding-left: 20px;
	border-bottom-width: 0px;
}

.sh-jevelin-style3 .woocommerce .payment_method_paypal a {
	display: none;
}

.sh-jevelin-style3 .woocommerce .woocommerce-checkout-review-order-table .cart-subtotal {
	background-color: rgba( 49, 49, 49, 0.038 );
	border-bottom: 1px solid #fff;
	border-radius: 5px;
}

.sh-jevelin-style3 .woocommerce .woocommerce-checkout-review-order-table .cart-subtotal td,
.sh-jevelin-style3 .woocommerce .woocommerce-checkout-review-order-table .cart-subtotal th {
	font-weight: normal;
	font-size: inherit;
}

.sh-jevelin-style3 .woocommerce .shop_table.woocommerce-checkout-review-order-table .order-total td,
.sh-jevelin-style3 .woocommerce .shop_table.woocommerce-checkout-review-order-table .order-total th {
	padding: 15px 20px!important;
	border-radius: 5px;
}

.sh-jevelin-style3 .woocommerce .woocommerce-checkout-review-order-table .cart-subtotal th,
.sh-jevelin-style3 .woocommerce .shop_table.woocommerce-checkout-review-order-table .order-total th {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.sh-jevelin-style3 .woocommerce .woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals {
	background-color: rgba( 49, 49, 49, 0.038 );
	border-bottom: 1px solid #fff;
}

.sh-jevelin-style3 .woocommerce-checkout-review-order-table thead {
	display: none;
}

.sh-jevelin-style3 .woocommerce .woocommerce-checkout-review-order-table .cart-subtotal td,
.sh-jevelin-style3 .woocommerce .shop_table.woocommerce-checkout-review-order-table .order-total td {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.sh-jevelin-style3 .woocommerce-checkout-review-order-table .product-total {
	font-weight: bold;
}

.sh-jevelin-style3 .woocommerce-checkout-review-order-table .product-total,
.sh-jevelin-style3 .woocommerce-checkout-review-order-table tfoot td {
	text-align: right;
}

.sh-jevelin-style3 .woocommerce form .form-row-first,
.sh-jevelin-style3 .woocommerce form .form-row-last,
.sh-jevelin-style3 .woocommerce-page form .form-row-first,
.sh-jevelin-style3 .woocommerce-page form .form-row-last {
	width: 49%;
}

.sh-jevelin-style3 .woocommerce .woocommerce-checkout-review-order-table .product-name {
	padding-left: 0px!important;
}

.sh-jevelin-style3 .woocommerce .woocommerce-checkout-review-order-table tbody tr:not(:last-child) {
	border-bottom: 1px solid #f1f1f1;
}

.sh-jevelin-style3 .woocommerce-checkout-review-order-table .product-name-container {
	display: flex;
	align-items: center;
}

.sh-jevelin-style3 .woocommerce-checkout-review-order-table .product-thumb {
	padding-right: 12px;
}

.sh-jevelin-style3 .woocommerce-checkout-review-order-table .product-thumb img {
	width: 50px;
	border-radius: 5px;
	margin-bottom: 0;
}

.sh-jevelin-style3 .woocommerce #order_review_heading {
	margin-top: 0px;
}

.sh-jevelin-style3 .woocommerce-billing-fields > h3,
.sh-jevelin-style3 h3#order_review_heading,
.sh-jevelin-style3 #ship-to-different-address span {
	font-size: 24px;
}

.sh-jevelin-style3 #ship-to-different-address {
	margin-top: 30px;
	margin-bottom: 0px;
}

.sh-jevelin-style3 #ship-to-different-address label {
	color: inherit;
}

.sh-jevelin-style3 #ship-to-different-address span {
	padding-left: 10px;
}

.sh-jevelin-style3 form.checkout_coupon p:first-child {
	font-weight: bold;
	font-size: 16px;
}

.sh-jevelin-style3 .woocommerce .payment_methods.methods label {
	font-size: 14px!important;
}



.sh-jevelin-style3 .widget_price_filter .ui-slider .ui-slider-handle {
	border-width: 3px;
	width: 20px!important;
	height: 20px!important;
	top: -8px!important;
}

.sh-jevelin-style3.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: 4px;
}




/*
** Login
*/
#sh-woocomerce-login-form {
	display: block;
	max-width: 450px;
	margin: 0 auto!important;
}

#sh-woocomerce-login-form h2 {
	font-size: 36px;
}

#sh-woocomerce-login-form p,
#sh-woocomerce-login-form input:not([type="checkbox"]),
#sh-woocomerce-login-form button {
	width: 100%;
}

#sh-woocomerce-login-form .woocommerce-form-login__submit {
	margin-top: 30px;
}

#sh-woocomerce-login-form .woocommerce-form-login__submit,
#sh-woocomerce-login-form button.button {
	color: #fff;
}

#sh-woocomerce-login-form .woocommerce-LostPassword {
	font-weight: bold;
}

#sh-woocomerce-login-form .woocommerce-form-login__submit {
	line-height: 60px;
	height: 60px;
}



/*
** Thank You
*/
.woocommerce-order h2.woocommerce-thankyou-order-received {
	font-size: 30px;
}

.sh-woocommerce-thankyou-details {
	display: flex;
}

.sh-woocommerce-thankyou-details > section {
	flex: 1;
	width: 50%;
}

.sh-woocommerce-thankyou-details .woocommerce-order-details {
	margin-right: 80px;
}

.woocommerce .sh-woocommerce-thankyou-details .woocommerce-column {
	width: 100%;
	float: none;
}

.woocommerce-order-received .woocommerce  ul.order_details li {
	width: auto!important
}

.sh-woocommerce-thankyou-details tbody {
	border-bottom: 20px solid transparent;
}

.sh-woocommerce-thankyou-details tfoot {
	background-color: rgba( 49, 49, 49, 0.038 );
}

.sh-woocommerce-thankyou-details tr {
	border-bottom: 1px solid #fff;
}

.sh-woocommerce-thankyou-details tfoot td,
.sh-woocommerce-thankyou-details thead th:last-child,
.sh-woocommerce-thankyou-details tbody td:last-child {
	text-align: right;
}

.sh-jevelin-style3 .sh-woocommerce-thankyou-details thead th:first-child,
.sh-jevelin-style3 .sh-woocommerce-thankyou-details tbody td:first-child {
	padding-left: 0px!important;
}

.sh-woocommerce-thankyou-details tfoot tr:last-child .woocommerce-Price-amount {
	font-size: 16px;
}

.sh-woocommerce-thankyou-details tfoot tr:not(:last-child) th {
	font-size: 14px;
}

.woocommerce ul.woocommerce-thankyou-order-details {
	margin-left: -20px!important;
}

.woocommerce ul.woocommerce-thankyou-order-details,
.woocommerce ul.woocommerce-thankyou-order-details li,
.woocommerce ul.woocommerce-thankyou-order-details li strong {
	border-width: 0px!important;
}

.woocommerce ul.woocommerce-thankyou-order-details li {
	font-weight: normal;
}

.woocommerce ul.woocommerce-thankyou-order-details li strong {
	background-color: transparent;
	margin-top: 0px!important;
	font-weight: bold;
	font-size: 16px;
}

.woocommerce .woocommerce-customer-details address {
	padding: 25px 30px;
	border-color: #e2e7ff;
	border-width: 2px;
	line-height: 230%;
	margin-top: 35px;
}

.woocommerce .woocommerce-customer-details p.woocommerce-customer-details--phone::before {
	content: "\f095";
	font-family: 'FontAwesome';
}

.woocommerce .woocommerce-customer-details p.woocommerce-customer-details--email:before {
	content: "\f003";
	font-family: 'FontAwesome';
}




/* Header Cart */
.sh-jevelin-style3 .widget_shopping_cart a.remove:before {
	top: 28px;
}

.sh-jevelin-style3 .sh-nav-cart .menu-item-cart .total {
	text-transform: none;
}

.sh-jevelin-style3 .sh-nav-cart .widget_shopping_cart_content p.buttons a:first-child:before {
	display: none;
}

.sh-jevelin-style3 .sh-nav-cart .menu-item-cart .widget_shopping_cart_content p.buttons a:last-child:before {
	font-family: 'FontAwesome'!important;
    content: "\f00c";
}




/*
** Elementor Page Builder
*/
@media ( min-width: 767px ) {
    .elementor-row > .elementor-column:first-child > .elementor-element-populated,
	.elementor-container > .elementor-column:first-child > .elementor-element-populated {
        padding-left: 0px;
    }

    .elementor-row > .elementor-column:last-child > .elementor-element-populated,
	.elementor-container > .elementor-column:last-child > .elementor-element-populated {
        padding-right: 0px;
    }
}

body.elementor-editor-active .elementor-edit-area-active {
	padding-top: 23px;
}

.elementor-widget-text-editor p {
	line-height: inherit;
}

body.elementor-editor-active .blog-style-masonry,
body.elementor-editor-active .sh-portfolio {
	opacity: 1;
}
/*
Theme Name: Jevelin Child
Theme URI: https://shufflehound.com/jevelin
Author: Shufflehound
Author URI: https://shufflehound.com/
Description: Jevelin is multi-purpose WordPress theme for creating stunning websites. Features all the right tools needed for your next design.
Version: 4.1.4
Template: jevelin
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-colors, custom-menu, threaded-comments, translation-ready, theme-options, right-sidebar, left-sidebar, full-width-template, threaded-comments, post-formats, featured-images
Text Domain: jevelin-child
*/

.new-custom-grid ul.products{
	display: flex;
	flex-wrap: wrap;
	padding-top: 40px;
	margin: 0 -15px;
}
.new-custom-grid ul.products li.product{
	width: 25% !important;
	padding: 0 15px;
}
.new-custom-grid ul.products li{
	margin-right: 0 !important;
}

@media only screen and (max-width: 1199px){
	.new-custom-grid ul.products li.product{
		width: 33.33% !important;
		padding: 0 15px;
	}
}
@media only screen and (max-width: 767px){
	.new-custom-grid ul.products li.product{
		width: 50% !important;
		padding: 0 15px;
	}
}
@media only screen and (max-width: 550px){
	.new-custom-grid ul.products li.product{
		width: 100% !important;
		padding: 0 15px;
	}
}

/* custom css for my account page : */
.woocommerce-account .woocommerce form.login , 
.woocommerce-account .woocommerce form.register{
	border: 1px solid #47c9e5 !important;
    padding: 20px !important;
    margin: 2em 0;
    text-align: left;
    border-radius: 5px;
}

body form.login .woocommerce-privacy-policy-text p,
body form.register .woocommerce-privacy-policy-text p{
    font-size: 12px;
    margin-bottom: 15px;
}

.woocommerce-account .woocommerce a.lost-password{
	float: right;
}

.woocommerce-button {
	color: white !important;
}

body form.login  button.woocommerce-form-login__submit ,
body form.register  button.woocommerce-Button.button{
    width: 100%;
    color: white !important;
    border-radius: 5px !important;
    margin-bottom: 15px;
}

/* set all icons to green */
[class*=icon-], [class*=fa-], [class*=ti-], [class*=pe-7s-] {
	color: #A9BF16;
}

/*
[class*=pe-7s-] {
	display: inline !important;
}
*/

.woocommerce button.button:hover{
    color: white !important;
}

@media screen and (max-width: 414px){
	.woocommerce-account .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    	display: block;
	}
	.woocommerce-account .woocommerce a.lost-password{
		float: none;
	}
}

/* remove the zoom from the blog images */
.page-id-4642 .blog-list a.sh-overlay-item:last-child {
    display:none;
}

/* underline each <li> element with length of to the underlined text */
.woocommerce #page-container .woocommerce-tabs ul > li  {
    text-decoration: underline #A9BF16 dotted;
}

/* hide the original underline in the product description below each <li> */
.woocommerce #page-container .woocommerce-tabs li {
   border-style: none !important;
}

.sh-footer .sh-footer-widgets .sh-social-widgets a i {
    color: white !important;
}

.sh-footer .sh-footer-widgets .sh-social-widgets a {
    background: #A9BF16 !important;
}

/* dotted hr */
.dottedHr, .vc_sep_line {
	border-top: dotted 1px #A9BF16 !important;
}

.erfbutton {
	width: 100%;
    color: white !important;
	background-color: #A9BF16 !important;
    border-radius: 5px !important;
    margin-bottom: 15px;
}

/* My Registration form and this is the border */
.registrationCbdFactum {
	border: 1px solid #A9BF16;
	padding: 20px;
	border-radius: 5px;
}

/* loggedIn & loggedOut can be used for sections which should appear in the accordingly state */
.loggedIn,
.shoppingCartNotEmpty,
.affwpActive, .affwpInactive, .affwpPending, .affwpRejected, .affwp-logged-in .affwpNotLoggedIn,
.logged-in .loggedOut {
	display: none;
}

.logged-in .loggedIn,
.shopping-cart-not-empty .shoppingCartNotEmpty,
.affwp-active-affiliate .affwpActive,
.affwp-inactive-affiliate .affwpInactive,
.affwp-pending-affiliate .affwpPending,
.affwp-rejected-affiliate .affwpRejected
{
	display: block;
}

/* some issues in the modified checkout page */
.woocommerce .onestepcheckout-summary .quantity input {
    display: block;
}
.shop_table table.onestepcheckout-summary th {
    border: none !important;
    border-bottom: 1px solid #A9BF16 !important;
    padding: 0px !important;
}
.woocommerce-checkout .woocommerce a {
    color: #A9BF16 !important;
}
.woocommerce form.checkout .express-one-page-checkout-main p.form-row input {
    line-height: 28px !important;
}
.grid-col-2.grid-col-checkout {
    background-image: linear-gradient(to top, #fff 20%, #a9bf16);
    padding: 0 10px;
}

/* https://support.shufflehound.com/forums/topic/product-images-are-now-huge/ */
.woocommerce #page-container ul.products li.product a img {
    width: auto;
    display: table;
    margin: 0 auto;
}

/* https://support.shufflehound.com/forums/topic/getting-rid-of-the-first-part-of-breadcrumbs/ */
.item-home {
	display: none;
}
#breadcrumbs > .separator {
	display: none !important;
}
#breadcrumbs > .separator ~ .separator {
	display: inline !important;
}

/* for the Open-In-Popup images to align them to the bottom of the text */
.alignImageToBottom {
	vertical-align: -1px;
	margin-bottom: 0px !important;
}

/* show elements for certain selected languages selected */
.contentEN, .contentDE, .contentES, .contentPT, .contentSK, .contentCS { display:none  !important; }
.contentEN:lang(en)  { display:block !important; }
.contentDE:lang(de)  { display:block !important; }
.contentES:lang(es)  { display:block !important; }
.contentPT:lang(pt)  { display:block !important; }
.contentSK:lang(sk)  { display:block !important; }
.contentCS:lang(cs)  { display:block !important; }/*
Theme Name: Jevelin Child
Theme URI: https://shufflehound.com/jevelin
Author: Shufflehound
Author URI: https://shufflehound.com/
Description: Jevelin is multi-purpose WordPress theme for creating stunning websites. Features all the right tools needed for your next design.
Version: 4.1.4
Template: jevelin
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-colors, custom-menu, threaded-comments, translation-ready, theme-options, right-sidebar, left-sidebar, full-width-template, threaded-comments, post-formats, featured-images
Text Domain: jevelin-child
*/

.new-custom-grid ul.products{
	display: flex;
	flex-wrap: wrap;
	padding-top: 40px;
	margin: 0 -15px;
}
.new-custom-grid ul.products li.product{
	width: 25% !important;
	padding: 0 15px;
}
.new-custom-grid ul.products li{
	margin-right: 0 !important;
}

@media only screen and (max-width: 1199px){
	.new-custom-grid ul.products li.product{
		width: 33.33% !important;
		padding: 0 15px;
	}
}
@media only screen and (max-width: 767px){
	.new-custom-grid ul.products li.product{
		width: 50% !important;
		padding: 0 15px;
	}
}
@media only screen and (max-width: 550px){
	.new-custom-grid ul.products li.product{
		width: 100% !important;
		padding: 0 15px;
	}
}

/* custom css for my account page : */
.woocommerce-account .woocommerce form.login , 
.woocommerce-account .woocommerce form.register{
	border: 1px solid #47c9e5 !important;
    padding: 20px !important;
    margin: 2em 0;
    text-align: left;
    border-radius: 5px;
}

body form.login .woocommerce-privacy-policy-text p,
body form.register .woocommerce-privacy-policy-text p{
    font-size: 12px;
    margin-bottom: 15px;
}

.woocommerce-account .woocommerce a.lost-password{
	float: right;
}

.woocommerce-button {
	color: white !important;
}

body form.login  button.woocommerce-form-login__submit ,
body form.register  button.woocommerce-Button.button{
    width: 100%;
    color: white !important;
    border-radius: 5px !important;
    margin-bottom: 15px;
}

/* set all icons to green */
[class*=icon-], [class*=fa-], [class*=ti-], [class*=pe-7s-] {
	color: #A9BF16;
}

/*
[class*=pe-7s-] {
	display: inline !important;
}
*/

.woocommerce button.button:hover{
    color: white !important;
}

@media screen and (max-width: 414px){
	.woocommerce-account .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    	display: block;
	}
	.woocommerce-account .woocommerce a.lost-password{
		float: none;
	}
}

/* remove the zoom from the blog images */
.page-id-4642 .blog-list a.sh-overlay-item:last-child {
    display:none;
}

/* underline each <li> element with length of to the underlined text */
.woocommerce #page-container .woocommerce-tabs ul > li  {
    text-decoration: underline #A9BF16 dotted;
}

/* hide the original underline in the product description below each <li> */
.woocommerce #page-container .woocommerce-tabs li {
   border-style: none !important;
}

.sh-footer .sh-footer-widgets .sh-social-widgets a i {
    color: white !important;
}

.sh-footer .sh-footer-widgets .sh-social-widgets a {
    background: #A9BF16 !important;
}

/* dotted hr */
.dottedHr, .vc_sep_line {
	border-top: dotted 1px #A9BF16 !important;
}

.erfbutton {
	width: 100%;
    color: white !important;
	background-color: #A9BF16 !important;
    border-radius: 5px !important;
    margin-bottom: 15px;
}

/* My Registration form and this is the border */
.registrationCbdFactum {
	border: 1px solid #A9BF16;
	padding: 20px;
	border-radius: 5px;
}

/* loggedIn & loggedOut can be used for sections which should appear in the accordingly state */
.loggedIn,
.shoppingCartNotEmpty,
.affwpActive, .affwpInactive, .affwpPending, .affwpRejected, .affwp-logged-in .affwpNotLoggedIn,
.logged-in .loggedOut {
	display: none;
}

.logged-in .loggedIn,
.shopping-cart-not-empty .shoppingCartNotEmpty,
.affwp-active-affiliate .affwpActive,
.affwp-inactive-affiliate .affwpInactive,
.affwp-pending-affiliate .affwpPending,
.affwp-rejected-affiliate .affwpRejected
{
	display: block;
}

/* some issues in the modified checkout page */
.woocommerce .onestepcheckout-summary .quantity input {
    display: block;
}
.shop_table table.onestepcheckout-summary th {
    border: none !important;
    border-bottom: 1px solid #A9BF16 !important;
    padding: 0px !important;
}
.woocommerce-checkout .woocommerce a {
    color: #A9BF16 !important;
}
.woocommerce form.checkout .express-one-page-checkout-main p.form-row input {
    line-height: 28px !important;
}
.grid-col-2.grid-col-checkout {
    background-image: linear-gradient(to top, #fff 20%, #a9bf16);
    padding: 0 10px;
}

/* https://support.shufflehound.com/forums/topic/product-images-are-now-huge/ */
.woocommerce #page-container ul.products li.product a img {
    width: auto;
    display: table;
    margin: 0 auto;
}

/* https://support.shufflehound.com/forums/topic/getting-rid-of-the-first-part-of-breadcrumbs/ */
.item-home {
	display: none;
}
#breadcrumbs > .separator {
	display: none !important;
}
#breadcrumbs > .separator ~ .separator {
	display: inline !important;
}

/* for the Open-In-Popup images to align them to the bottom of the text */
.alignImageToBottom {
	vertical-align: -1px;
	margin-bottom: 0px !important;
}

/* show elements for certain selected languages selected */
.contentEN, .contentDE, .contentES, .contentPT, .contentSK, .contentCS { display:none  !important; }
.contentEN:lang(en)  { display:block !important; }
.contentDE:lang(de)  { display:block !important; }
.contentES:lang(es)  { display:block !important; }
.contentPT:lang(pt)  { display:block !important; }
.contentSK:lang(sk)  { display:block !important; }
.contentCS:lang(cs)  { display:block !important; }/*
How to overwrite this file http://manual.unyson.io/en/latest/extension/builder/index.html#changing-the-grid
*/


/* Utility classes
-------------------------------------------------- */
.clearfix:before,
.clearfix:after,
.fw-container:before,
.fw-container:after,
.fw-container-fluid:before,
.fw-container-fluid:after,
.fw-row:before,
.fw-row:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after {
	content: " ";
	display: table;
}

.clearfix:after,
.fw-container:after,
.fw-container-fluid:after,
.fw-row:after,
.dl-horizontal dd:after {
	clear: both;
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.pull-right,
body.rtl .pull-left {
	float: right !important;
}

.pull-left,
body.rtl .pull-right {
	float: left !important;
}

.clear {
	clear: both;
	width: 100%;
}

.hide {
	display: none !important;
}

.show {
	display: block !important;
}

.invisible {
	visibility: hidden;
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.hidden {
	display: none !important;
	visibility: hidden !important;
}

.affix {
	position: fixed;
}

img,
iframe,
embed {
	max-width: 100%;
}

img {
	height: auto;
}

.map img,
.fw-shortcode-map-wrapper img {
	max-width: none !important;
}

/* Grid system */
/* -------------------------------------------------- */
.fw-main-row,
.fw-main-row *,
.fw-main-row *:before,
.fw-main-row *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.fw-container {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 100%;
}

@media (min-width: 768px) {
	.fw-container {
		width: 750px;
	}
}
@media (min-width: 992px) {
	.fw-container {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	.fw-container {
		width: 1170px;
	}
}
.fw-container-fluid {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.fw-row {
	margin-left: -15px;
	margin-right: -15px;
}

.fw-row:before,
.fw-row:after {
	content: " ";
	display: table;
}

.fw-row:after {
	clear: both;
}

.fw-col-xs-1,
.fw-col-sm-1,
.fw-col-md-1,
.fw-col-lg-1,
.fw-col-xs-2,
.fw-col-sm-2,
.fw-col-md-2,
.fw-col-lg-2,
.fw-col-xs-3,
.fw-col-sm-3,
.fw-col-md-3,
.fw-col-lg-3,
.fw-col-xs-4,
.fw-col-sm-4,
.fw-col-md-4,
.fw-col-lg-4,
.fw-col-xs-5,
.fw-col-sm-5,
.fw-col-md-5,
.fw-col-lg-5,
.fw-col-xs-6,
.fw-col-sm-6,
.fw-col-md-6,
.fw-col-lg-6,
.fw-col-xs-7,
.fw-col-sm-7,
.fw-col-md-7,
.fw-col-lg-7,
.fw-col-xs-8,
.fw-col-sm-8,
.fw-col-md-8,
.fw-col-lg-8,
.fw-col-xs-9,
.fw-col-sm-9,
.fw-col-md-9,
.fw-col-lg-9,
.fw-col-xs-10,
.fw-col-sm-10,
.fw-col-md-10,
.fw-col-lg-10,
.fw-col-xs-11,
.fw-col-sm-11,
.fw-col-md-11,
.fw-col-lg-11,
.fw-col-xs-12,
.fw-col-sm-12,
.fw-col-md-12,
.fw-col-lg-12,
.fw-col-xs-15,
.fw-col-sm-15,
.fw-col-md-15,
.fw-col-lg-15 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}

@media (min-width: 768px) {
	.fw-col-sm-1,
	.fw-col-sm-2,
	.fw-col-sm-3,
	.fw-col-sm-4,
	.fw-col-sm-5,
	.fw-col-sm-6,
	.fw-col-sm-7,
	.fw-col-sm-8,
	.fw-col-sm-9,
	.fw-col-sm-10,
	.fw-col-sm-11,
	.fw-col-sm-12,
	.fw-col-sm-15 {
		float: left;
	}

	body.rtl .fw-col-sm-1,
	body.rtl .fw-col-sm-2,
	body.rtl .fw-col-sm-3,
	body.rtl .fw-col-sm-4,
	body.rtl .fw-col-sm-5,
	body.rtl .fw-col-sm-6,
	body.rtl .fw-col-sm-7,
	body.rtl .fw-col-sm-8,
	body.rtl .fw-col-sm-9,
	body.rtl .fw-col-sm-10,
	body.rtl .fw-col-sm-11,
	body.rtl .fw-col-sm-12,
	body.rtl .fw-col-sm-15 {
		float: right;
	}

	.fw-col-sm-15 {
		width: 20%;
	}
	.fw-col-sm-12 {
		width: 100%;
	}
	.fw-col-sm-11 {
		width: 91.66666667%;
	}
	.fw-col-sm-10 {
		width: 83.33333333%;
	}
	.fw-col-sm-9 {
		width: 75%;
	}
	.fw-col-sm-8 {
		width: 66.66666667%;
	}
	.fw-col-sm-7 {
		width: 58.33333333%;
	}
	.fw-col-sm-6 {
		width: 50%;
	}
	.fw-col-sm-5 {
		width: 41.66666667%;
	}
	.fw-col-sm-4 {
		width: 33.33333333%;
	}
	.fw-col-sm-3 {
		width: 25%;
	}
	.fw-col-sm-2 {
		width: 16.66666667%;
	}
	.fw-col-sm-1 {
		width: 8.33333333%;
	}

	.fw-col-sm-pull-15 {
		right: 20%;
	}
	.fw-col-sm-pull-12 {
		right: 100%;
	}
	.fw-col-sm-pull-11 {
		right: 91.66666667%;
	}
	.fw-col-sm-pull-10 {
		right: 83.33333333%;
	}
	.fw-col-sm-pull-9 {
		right: 75%;
	}
	.fw-col-sm-pull-8 {
		right: 66.66666667%;
	}
	.fw-col-sm-pull-7 {
		right: 58.33333333%;
	}
	.fw-col-sm-pull-6 {
		right: 50%;
	}
	.fw-col-sm-pull-5 {
		right: 41.66666667%;
	}
	.fw-col-sm-pull-4 {
		right: 33.33333333%;
	}
	.fw-col-sm-pull-3 {
		right: 25%;
	}
	.fw-col-sm-pull-2 {
		right: 16.66666667%;
	}
	.fw-col-sm-pull-1 {
		right: 8.33333333%;
	}
	.fw-col-sm-pull-0 {
		right: auto;
	}

	.fw-col-sm-push-15 {
		left: 20%;
	}
	.fw-col-sm-push-12 {
		left: 100%;
	}
	.fw-col-sm-push-11 {
		left: 91.66666667%;
	}
	.fw-col-sm-push-10 {
		left: 83.33333333%;
	}
	.fw-col-sm-push-9 {
		left: 75%;
	}
	.fw-col-sm-push-8 {
		left: 66.66666667%;
	}
	.fw-col-sm-push-7 {
		left: 58.33333333%;
	}
	.fw-col-sm-push-6 {
		left: 50%;
	}
	.fw-col-sm-push-5 {
		left: 41.66666667%;
	}
	.fw-col-sm-push-4 {
		left: 33.33333333%;
	}
	.fw-col-sm-push-3 {
		left: 25%;
	}
	.fw-col-sm-push-2 {
		left: 16.66666667%;
	}
	.fw-col-sm-push-1 {
		left: 8.33333333%;
	}
	.fw-col-sm-push-0 {
		left: auto;
	}

	.fw-col-sm-offset-15 {
		margin-left: 20%;
	}
	.fw-col-sm-offset-12 {
		margin-left: 100%;
	}
	.fw-col-sm-offset-11 {
		margin-left: 91.66666667%;
	}
	.fw-col-sm-offset-10 {
		margin-left: 83.33333333%;
	}
	.fw-col-sm-offset-9 {
		margin-left: 75%;
	}
	.fw-col-sm-offset-8 {
		margin-left: 66.66666667%;
	}
	.fw-col-sm-offset-7 {
		margin-left: 58.33333333%;
	}
	.fw-col-sm-offset-6 {
		margin-left: 50%;
	}
	.fw-col-sm-offset-5 {
		margin-left: 41.66666667%;
	}
	.fw-col-sm-offset-4 {
		margin-left: 33.33333333%;
	}
	.fw-col-sm-offset-3 {
		margin-left: 25%;
	}
	.fw-col-sm-offset-2 {
		margin-left: 16.66666667%;
	}
	.fw-col-sm-offset-1 {
		margin-left: 8.33333333%;
	}
	.fw-col-sm-offset-0 {
		margin-left: 0%;
	}
}

@media (min-width: 992px) {
	.fw-col-md-1,
	.fw-col-md-2,
	.fw-col-md-3,
	.fw-col-md-4,
	.fw-col-md-5,
	.fw-col-md-6,
	.fw-col-md-7,
	.fw-col-md-8,
	.fw-col-md-9,
	.fw-col-md-10,
	.fw-col-md-11,
	.fw-col-md-12,
	.fw-col-md-15 {
		float: left;
	}

	body.rtl .fw-col-md-1,
	body.rtl .fw-col-md-2,
	body.rtl .fw-col-md-3,
	body.rtl .fw-col-md-4,
	body.rtl .fw-col-md-5,
	body.rtl .fw-col-md-6,
	body.rtl .fw-col-md-7,
	body.rtl .fw-col-md-8,
	body.rtl .fw-col-md-9,
	body.rtl .fw-col-md-10,
	body.rtl .fw-col-md-11,
	body.rtl .fw-col-md-12,
	body.rtl .fw-col-md-15 {
		float: right;
	}

	.fw-col-md-15 {
		width: 20%;
	}
	.fw-col-md-12 {
		width: 100%;
	}
	.fw-col-md-11 {
		width: 91.66666667%;
	}
	.fw-col-md-10 {
		width: 83.33333333%;
	}
	.fw-col-md-9 {
		width: 75%;
	}
	.fw-col-md-8 {
		width: 66.66666667%;
	}
	.fw-col-md-7 {
		width: 58.33333333%;
	}
	.fw-col-md-6 {
		width: 50%;
	}
	.fw-col-md-5 {
		width: 41.66666667%;
	}
	.fw-col-md-4 {
		width: 33.33333333%;
	}
	.fw-col-md-3 {
		width: 25%;
	}
	.fw-col-md-2 {
		width: 16.66666667%;
	}
	.fw-col-md-1 {
		width: 8.33333333%;
	}

	.fw-col-md-pull-15 {
		right: 20%;
	}
	.fw-col-md-pull-12 {
		right: 100%;
	}
	.fw-col-md-pull-11 {
		right: 91.66666667%;
	}
	.fw-col-md-pull-10 {
		right: 83.33333333%;
	}
	.fw-col-md-pull-9 {
		right: 75%;
	}
	.fw-col-md-pull-8 {
		right: 66.66666667%;
	}
	.fw-col-md-pull-7 {
		right: 58.33333333%;
	}
	.fw-col-md-pull-6 {
		right: 50%;
	}
	.fw-col-md-pull-5 {
		right: 41.66666667%;
	}
	.fw-col-md-pull-4 {
		right: 33.33333333%;
	}
	.fw-col-md-pull-3 {
		right: 25%;
	}
	.fw-col-md-pull-2 {
		right: 16.66666667%;
	}
	.fw-col-md-pull-1 {
		right: 8.33333333%;
	}
	.fw-col-md-pull-0 {
		right: auto;
	}

	.fw-col-md-push-15 {
		left: 20%;
	}
	.fw-col-md-push-12 {
		left: 100%;
	}
	.fw-col-md-push-11 {
		left: 91.66666667%;
	}
	.fw-col-md-push-10 {
		left: 83.33333333%;
	}
	.fw-col-md-push-9 {
		left: 75%;
	}
	.fw-col-md-push-8 {
		left: 66.66666667%;
	}
	.fw-col-md-push-7 {
		left: 58.33333333%;
	}
	.fw-col-md-push-6 {
		left: 50%;
	}
	.fw-col-md-push-5 {
		left: 41.66666667%;
	}
	.fw-col-md-push-4 {
		left: 33.33333333%;
	}
	.fw-col-md-push-3 {
		left: 25%;
	}
	.fw-col-md-push-2 {
		left: 16.66666667%;
	}
	.fw-col-md-push-1 {
		left: 8.33333333%;
	}
	.fw-col-md-push-0 {
		left: auto;
	}

	.fw-col-md-offset-15 {
		margin-left: 20%;
	}
	.fw-col-md-offset-12 {
		margin-left: 100%;
	}
	.fw-col-md-offset-11 {
		margin-left: 91.66666667%;
	}
	.fw-col-md-offset-10 {
		margin-left: 83.33333333%;
	}
	.fw-col-md-offset-9 {
		margin-left: 75%;
	}
	.fw-col-md-offset-8 {
		margin-left: 66.66666667%;
	}
	.fw-col-md-offset-7 {
		margin-left: 58.33333333%;
	}
	.fw-col-md-offset-6 {
		margin-left: 50%;
	}
	.fw-col-md-offset-5 {
		margin-left: 41.66666667%;
	}
	.fw-col-md-offset-4 {
		margin-left: 33.33333333%;
	}
	.fw-col-md-offset-3 {
		margin-left: 25%;
	}
	.fw-col-md-offset-2 {
		margin-left: 16.66666667%;
	}
	.fw-col-md-offset-1 {
		margin-left: 8.33333333%;
	}
	.fw-col-md-offset-0 {
		margin-left: 0%;
	}
}

@media (min-width: 1200px) {
	.fw-col-lg-1,
	.fw-col-lg-2,
	.fw-col-lg-3,
	.fw-col-lg-4,
	.fw-col-lg-5,
	.fw-col-lg-6,
	.fw-col-lg-7,
	.fw-col-lg-8,
	.fw-col-lg-9,
	.fw-col-lg-10,
	.fw-col-lg-11,
	.fw-col-lg-12,
	.fw-col-lg-15 {
		float: left;
	}

	body.rtl .fw-col-lg-1,
	body.rtl .fw-col-lg-2,
	body.rtl .fw-col-lg-3,
	body.rtl .fw-col-lg-4,
	body.rtl .fw-col-lg-5,
	body.rtl .fw-col-lg-6,
	body.rtl .fw-col-lg-7,
	body.rtl .fw-col-lg-8,
	body.rtl .fw-col-lg-9,
	body.rtl .fw-col-lg-10,
	body.rtl .fw-col-lg-11,
	body.rtl .fw-col-lg-12,
	body.rtl .fw-col-lg-15 {
		float: right;
	}

	.fw-col-lg-15 {
		width: 20%;
	}
	.fw-col-lg-12 {
		width: 100%;
	}
	.fw-col-lg-11 {
		width: 91.66666667%;
	}
	.fw-col-lg-10 {
		width: 83.33333333%;
	}
	.fw-col-lg-9 {
		width: 75%;
	}
	.fw-col-lg-8 {
		width: 66.66666667%;
	}
	.fw-col-lg-7 {
		width: 58.33333333%;
	}
	.fw-col-lg-6 {
		width: 50%;
	}
	.fw-col-lg-5 {
		width: 41.66666667%;
	}
	.fw-col-lg-4 {
		width: 33.33333333%;
	}
	.fw-col-lg-3 {
		width: 25%;
	}
	.fw-col-lg-2 {
		width: 16.66666667%;
	}
	.fw-col-lg-1 {
		width: 8.33333333%;
	}

	.fw-col-lg-pull-15 {
		right: 20%;
	}
	.fw-col-lg-pull-12 {
		right: 100%;
	}
	.fw-col-lg-pull-11 {
		right: 91.66666667%;
	}
	.fw-col-lg-pull-10 {
		right: 83.33333333%;
	}
	.fw-col-lg-pull-9 {
		right: 75%;
	}
	.fw-col-lg-pull-8 {
		right: 66.66666667%;
	}
	.fw-col-lg-pull-7 {
		right: 58.33333333%;
	}
	.fw-col-lg-pull-6 {
		right: 50%;
	}
	.fw-col-lg-pull-5 {
		right: 41.66666667%;
	}
	.fw-col-lg-pull-4 {
		right: 33.33333333%;
	}
	.fw-col-lg-pull-3 {
		right: 25%;
	}
	.fw-col-lg-pull-2 {
		right: 16.66666667%;
	}
	.fw-col-lg-pull-1 {
		right: 8.33333333%;
	}
	.fw-col-lg-pull-0 {
		right: auto;
	}
	.fw-col-lg-push-15 {
		left: 20%;
	}
	.fw-col-lg-push-12 {
		left: 100%;
	}
	.fw-col-lg-push-11 {
		left: 91.66666667%;
	}
	.fw-col-lg-push-10 {
		left: 83.33333333%;
	}
	.fw-col-lg-push-9 {
		left: 75%;
	}
	.fw-col-lg-push-8 {
		left: 66.66666667%;
	}
	.fw-col-lg-push-7 {
		left: 58.33333333%;
	}
	.fw-col-lg-push-6 {
		left: 50%;
	}
	.fw-col-lg-push-5 {
		left: 41.66666667%;
	}
	.fw-col-lg-push-4 {
		left: 33.33333333%;
	}
	.fw-col-lg-push-3 {
		left: 25%;
	}
	.fw-col-lg-push-2 {
		left: 16.66666667%;
	}
	.fw-col-lg-push-1 {
		left: 8.33333333%;
	}
	.fw-col-lg-push-0 {
		left: auto;
	}
	.fw-col-lg-offset-15 {
		margin-left: 20%;
	}

	.fw-col-lg-offset-12 {
		margin-left: 100%;
	}
	.fw-col-lg-offset-11 {
		margin-left: 91.66666667%;
	}
	.fw-col-lg-offset-10 {
		margin-left: 83.33333333%;
	}
	.fw-col-lg-offset-9 {
		margin-left: 75%;
	}
	.fw-col-lg-offset-8 {
		margin-left: 66.66666667%;
	}
	.fw-col-lg-offset-7 {
		margin-left: 58.33333333%;
	}
	.fw-col-lg-offset-6 {
		margin-left: 50%;
	}
	.fw-col-lg-offset-5 {
		margin-left: 41.66666667%;
	}
	.fw-col-lg-offset-4 {
		margin-left: 33.33333333%;
	}
	.fw-col-lg-offset-3 {
		margin-left: 25%;
	}
	.fw-col-lg-offset-2 {
		margin-left: 16.66666667%;
	}
	.fw-col-lg-offset-1 {
		margin-left: 8.33333333%;
	}
	.fw-col-lg-offset-0 {
		margin-left: 0%;
	}
}
/*
How to overwrite this file http://manual.unyson.io/en/latest/extension/builder/index.html#changing-the-grid
*/


/* Utility classes
-------------------------------------------------- */
.clearfix:before,
.clearfix:after,
.fw-container:before,
.fw-container:after,
.fw-container-fluid:before,
.fw-container-fluid:after,
.fw-row:before,
.fw-row:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after {
	content: " ";
	display: table;
}

.clearfix:after,
.fw-container:after,
.fw-container-fluid:after,
.fw-row:after,
.dl-horizontal dd:after {
	clear: both;
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.pull-right,
body.rtl .pull-left {
	float: right !important;
}

.pull-left,
body.rtl .pull-right {
	float: left !important;
}

.clear {
	clear: both;
	width: 100%;
}

.hide {
	display: none !important;
}

.show {
	display: block !important;
}

.invisible {
	visibility: hidden;
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.hidden {
	display: none !important;
	visibility: hidden !important;
}

.affix {
	position: fixed;
}

img,
iframe,
embed {
	max-width: 100%;
}

img {
	height: auto;
}

.map img,
.fw-shortcode-map-wrapper img {
	max-width: none !important;
}

/* Grid system */
/* -------------------------------------------------- */
.fw-main-row,
.fw-main-row *,
.fw-main-row *:before,
.fw-main-row *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.fw-container {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 100%;
}

@media (min-width: 768px) {
	.fw-container {
		width: 750px;
	}
}
@media (min-width: 992px) {
	.fw-container {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	.fw-container {
		width: 1170px;
	}
}
.fw-container-fluid {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.fw-row {
	margin-left: -15px;
	margin-right: -15px;
}

.fw-row:before,
.fw-row:after {
	content: " ";
	display: table;
}

.fw-row:after {
	clear: both;
}

.fw-col-xs-1,
.fw-col-sm-1,
.fw-col-md-1,
.fw-col-lg-1,
.fw-col-xs-2,
.fw-col-sm-2,
.fw-col-md-2,
.fw-col-lg-2,
.fw-col-xs-3,
.fw-col-sm-3,
.fw-col-md-3,
.fw-col-lg-3,
.fw-col-xs-4,
.fw-col-sm-4,
.fw-col-md-4,
.fw-col-lg-4,
.fw-col-xs-5,
.fw-col-sm-5,
.fw-col-md-5,
.fw-col-lg-5,
.fw-col-xs-6,
.fw-col-sm-6,
.fw-col-md-6,
.fw-col-lg-6,
.fw-col-xs-7,
.fw-col-sm-7,
.fw-col-md-7,
.fw-col-lg-7,
.fw-col-xs-8,
.fw-col-sm-8,
.fw-col-md-8,
.fw-col-lg-8,
.fw-col-xs-9,
.fw-col-sm-9,
.fw-col-md-9,
.fw-col-lg-9,
.fw-col-xs-10,
.fw-col-sm-10,
.fw-col-md-10,
.fw-col-lg-10,
.fw-col-xs-11,
.fw-col-sm-11,
.fw-col-md-11,
.fw-col-lg-11,
.fw-col-xs-12,
.fw-col-sm-12,
.fw-col-md-12,
.fw-col-lg-12,
.fw-col-xs-15,
.fw-col-sm-15,
.fw-col-md-15,
.fw-col-lg-15 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}

@media (min-width: 768px) {
	.fw-col-sm-1,
	.fw-col-sm-2,
	.fw-col-sm-3,
	.fw-col-sm-4,
	.fw-col-sm-5,
	.fw-col-sm-6,
	.fw-col-sm-7,
	.fw-col-sm-8,
	.fw-col-sm-9,
	.fw-col-sm-10,
	.fw-col-sm-11,
	.fw-col-sm-12,
	.fw-col-sm-15 {
		float: left;
	}

	body.rtl .fw-col-sm-1,
	body.rtl .fw-col-sm-2,
	body.rtl .fw-col-sm-3,
	body.rtl .fw-col-sm-4,
	body.rtl .fw-col-sm-5,
	body.rtl .fw-col-sm-6,
	body.rtl .fw-col-sm-7,
	body.rtl .fw-col-sm-8,
	body.rtl .fw-col-sm-9,
	body.rtl .fw-col-sm-10,
	body.rtl .fw-col-sm-11,
	body.rtl .fw-col-sm-12,
	body.rtl .fw-col-sm-15 {
		float: right;
	}

	.fw-col-sm-15 {
		width: 20%;
	}
	.fw-col-sm-12 {
		width: 100%;
	}
	.fw-col-sm-11 {
		width: 91.66666667%;
	}
	.fw-col-sm-10 {
		width: 83.33333333%;
	}
	.fw-col-sm-9 {
		width: 75%;
	}
	.fw-col-sm-8 {
		width: 66.66666667%;
	}
	.fw-col-sm-7 {
		width: 58.33333333%;
	}
	.fw-col-sm-6 {
		width: 50%;
	}
	.fw-col-sm-5 {
		width: 41.66666667%;
	}
	.fw-col-sm-4 {
		width: 33.33333333%;
	}
	.fw-col-sm-3 {
		width: 25%;
	}
	.fw-col-sm-2 {
		width: 16.66666667%;
	}
	.fw-col-sm-1 {
		width: 8.33333333%;
	}

	.fw-col-sm-pull-15 {
		right: 20%;
	}
	.fw-col-sm-pull-12 {
		right: 100%;
	}
	.fw-col-sm-pull-11 {
		right: 91.66666667%;
	}
	.fw-col-sm-pull-10 {
		right: 83.33333333%;
	}
	.fw-col-sm-pull-9 {
		right: 75%;
	}
	.fw-col-sm-pull-8 {
		right: 66.66666667%;
	}
	.fw-col-sm-pull-7 {
		right: 58.33333333%;
	}
	.fw-col-sm-pull-6 {
		right: 50%;
	}
	.fw-col-sm-pull-5 {
		right: 41.66666667%;
	}
	.fw-col-sm-pull-4 {
		right: 33.33333333%;
	}
	.fw-col-sm-pull-3 {
		right: 25%;
	}
	.fw-col-sm-pull-2 {
		right: 16.66666667%;
	}
	.fw-col-sm-pull-1 {
		right: 8.33333333%;
	}
	.fw-col-sm-pull-0 {
		right: auto;
	}

	.fw-col-sm-push-15 {
		left: 20%;
	}
	.fw-col-sm-push-12 {
		left: 100%;
	}
	.fw-col-sm-push-11 {
		left: 91.66666667%;
	}
	.fw-col-sm-push-10 {
		left: 83.33333333%;
	}
	.fw-col-sm-push-9 {
		left: 75%;
	}
	.fw-col-sm-push-8 {
		left: 66.66666667%;
	}
	.fw-col-sm-push-7 {
		left: 58.33333333%;
	}
	.fw-col-sm-push-6 {
		left: 50%;
	}
	.fw-col-sm-push-5 {
		left: 41.66666667%;
	}
	.fw-col-sm-push-4 {
		left: 33.33333333%;
	}
	.fw-col-sm-push-3 {
		left: 25%;
	}
	.fw-col-sm-push-2 {
		left: 16.66666667%;
	}
	.fw-col-sm-push-1 {
		left: 8.33333333%;
	}
	.fw-col-sm-push-0 {
		left: auto;
	}

	.fw-col-sm-offset-15 {
		margin-left: 20%;
	}
	.fw-col-sm-offset-12 {
		margin-left: 100%;
	}
	.fw-col-sm-offset-11 {
		margin-left: 91.66666667%;
	}
	.fw-col-sm-offset-10 {
		margin-left: 83.33333333%;
	}
	.fw-col-sm-offset-9 {
		margin-left: 75%;
	}
	.fw-col-sm-offset-8 {
		margin-left: 66.66666667%;
	}
	.fw-col-sm-offset-7 {
		margin-left: 58.33333333%;
	}
	.fw-col-sm-offset-6 {
		margin-left: 50%;
	}
	.fw-col-sm-offset-5 {
		margin-left: 41.66666667%;
	}
	.fw-col-sm-offset-4 {
		margin-left: 33.33333333%;
	}
	.fw-col-sm-offset-3 {
		margin-left: 25%;
	}
	.fw-col-sm-offset-2 {
		margin-left: 16.66666667%;
	}
	.fw-col-sm-offset-1 {
		margin-left: 8.33333333%;
	}
	.fw-col-sm-offset-0 {
		margin-left: 0%;
	}
}

@media (min-width: 992px) {
	.fw-col-md-1,
	.fw-col-md-2,
	.fw-col-md-3,
	.fw-col-md-4,
	.fw-col-md-5,
	.fw-col-md-6,
	.fw-col-md-7,
	.fw-col-md-8,
	.fw-col-md-9,
	.fw-col-md-10,
	.fw-col-md-11,
	.fw-col-md-12,
	.fw-col-md-15 {
		float: left;
	}

	body.rtl .fw-col-md-1,
	body.rtl .fw-col-md-2,
	body.rtl .fw-col-md-3,
	body.rtl .fw-col-md-4,
	body.rtl .fw-col-md-5,
	body.rtl .fw-col-md-6,
	body.rtl .fw-col-md-7,
	body.rtl .fw-col-md-8,
	body.rtl .fw-col-md-9,
	body.rtl .fw-col-md-10,
	body.rtl .fw-col-md-11,
	body.rtl .fw-col-md-12,
	body.rtl .fw-col-md-15 {
		float: right;
	}

	.fw-col-md-15 {
		width: 20%;
	}
	.fw-col-md-12 {
		width: 100%;
	}
	.fw-col-md-11 {
		width: 91.66666667%;
	}
	.fw-col-md-10 {
		width: 83.33333333%;
	}
	.fw-col-md-9 {
		width: 75%;
	}
	.fw-col-md-8 {
		width: 66.66666667%;
	}
	.fw-col-md-7 {
		width: 58.33333333%;
	}
	.fw-col-md-6 {
		width: 50%;
	}
	.fw-col-md-5 {
		width: 41.66666667%;
	}
	.fw-col-md-4 {
		width: 33.33333333%;
	}
	.fw-col-md-3 {
		width: 25%;
	}
	.fw-col-md-2 {
		width: 16.66666667%;
	}
	.fw-col-md-1 {
		width: 8.33333333%;
	}

	.fw-col-md-pull-15 {
		right: 20%;
	}
	.fw-col-md-pull-12 {
		right: 100%;
	}
	.fw-col-md-pull-11 {
		right: 91.66666667%;
	}
	.fw-col-md-pull-10 {
		right: 83.33333333%;
	}
	.fw-col-md-pull-9 {
		right: 75%;
	}
	.fw-col-md-pull-8 {
		right: 66.66666667%;
	}
	.fw-col-md-pull-7 {
		right: 58.33333333%;
	}
	.fw-col-md-pull-6 {
		right: 50%;
	}
	.fw-col-md-pull-5 {
		right: 41.66666667%;
	}
	.fw-col-md-pull-4 {
		right: 33.33333333%;
	}
	.fw-col-md-pull-3 {
		right: 25%;
	}
	.fw-col-md-pull-2 {
		right: 16.66666667%;
	}
	.fw-col-md-pull-1 {
		right: 8.33333333%;
	}
	.fw-col-md-pull-0 {
		right: auto;
	}

	.fw-col-md-push-15 {
		left: 20%;
	}
	.fw-col-md-push-12 {
		left: 100%;
	}
	.fw-col-md-push-11 {
		left: 91.66666667%;
	}
	.fw-col-md-push-10 {
		left: 83.33333333%;
	}
	.fw-col-md-push-9 {
		left: 75%;
	}
	.fw-col-md-push-8 {
		left: 66.66666667%;
	}
	.fw-col-md-push-7 {
		left: 58.33333333%;
	}
	.fw-col-md-push-6 {
		left: 50%;
	}
	.fw-col-md-push-5 {
		left: 41.66666667%;
	}
	.fw-col-md-push-4 {
		left: 33.33333333%;
	}
	.fw-col-md-push-3 {
		left: 25%;
	}
	.fw-col-md-push-2 {
		left: 16.66666667%;
	}
	.fw-col-md-push-1 {
		left: 8.33333333%;
	}
	.fw-col-md-push-0 {
		left: auto;
	}

	.fw-col-md-offset-15 {
		margin-left: 20%;
	}
	.fw-col-md-offset-12 {
		margin-left: 100%;
	}
	.fw-col-md-offset-11 {
		margin-left: 91.66666667%;
	}
	.fw-col-md-offset-10 {
		margin-left: 83.33333333%;
	}
	.fw-col-md-offset-9 {
		margin-left: 75%;
	}
	.fw-col-md-offset-8 {
		margin-left: 66.66666667%;
	}
	.fw-col-md-offset-7 {
		margin-left: 58.33333333%;
	}
	.fw-col-md-offset-6 {
		margin-left: 50%;
	}
	.fw-col-md-offset-5 {
		margin-left: 41.66666667%;
	}
	.fw-col-md-offset-4 {
		margin-left: 33.33333333%;
	}
	.fw-col-md-offset-3 {
		margin-left: 25%;
	}
	.fw-col-md-offset-2 {
		margin-left: 16.66666667%;
	}
	.fw-col-md-offset-1 {
		margin-left: 8.33333333%;
	}
	.fw-col-md-offset-0 {
		margin-left: 0%;
	}
}

@media (min-width: 1200px) {
	.fw-col-lg-1,
	.fw-col-lg-2,
	.fw-col-lg-3,
	.fw-col-lg-4,
	.fw-col-lg-5,
	.fw-col-lg-6,
	.fw-col-lg-7,
	.fw-col-lg-8,
	.fw-col-lg-9,
	.fw-col-lg-10,
	.fw-col-lg-11,
	.fw-col-lg-12,
	.fw-col-lg-15 {
		float: left;
	}

	body.rtl .fw-col-lg-1,
	body.rtl .fw-col-lg-2,
	body.rtl .fw-col-lg-3,
	body.rtl .fw-col-lg-4,
	body.rtl .fw-col-lg-5,
	body.rtl .fw-col-lg-6,
	body.rtl .fw-col-lg-7,
	body.rtl .fw-col-lg-8,
	body.rtl .fw-col-lg-9,
	body.rtl .fw-col-lg-10,
	body.rtl .fw-col-lg-11,
	body.rtl .fw-col-lg-12,
	body.rtl .fw-col-lg-15 {
		float: right;
	}

	.fw-col-lg-15 {
		width: 20%;
	}
	.fw-col-lg-12 {
		width: 100%;
	}
	.fw-col-lg-11 {
		width: 91.66666667%;
	}
	.fw-col-lg-10 {
		width: 83.33333333%;
	}
	.fw-col-lg-9 {
		width: 75%;
	}
	.fw-col-lg-8 {
		width: 66.66666667%;
	}
	.fw-col-lg-7 {
		width: 58.33333333%;
	}
	.fw-col-lg-6 {
		width: 50%;
	}
	.fw-col-lg-5 {
		width: 41.66666667%;
	}
	.fw-col-lg-4 {
		width: 33.33333333%;
	}
	.fw-col-lg-3 {
		width: 25%;
	}
	.fw-col-lg-2 {
		width: 16.66666667%;
	}
	.fw-col-lg-1 {
		width: 8.33333333%;
	}

	.fw-col-lg-pull-15 {
		right: 20%;
	}
	.fw-col-lg-pull-12 {
		right: 100%;
	}
	.fw-col-lg-pull-11 {
		right: 91.66666667%;
	}
	.fw-col-lg-pull-10 {
		right: 83.33333333%;
	}
	.fw-col-lg-pull-9 {
		right: 75%;
	}
	.fw-col-lg-pull-8 {
		right: 66.66666667%;
	}
	.fw-col-lg-pull-7 {
		right: 58.33333333%;
	}
	.fw-col-lg-pull-6 {
		right: 50%;
	}
	.fw-col-lg-pull-5 {
		right: 41.66666667%;
	}
	.fw-col-lg-pull-4 {
		right: 33.33333333%;
	}
	.fw-col-lg-pull-3 {
		right: 25%;
	}
	.fw-col-lg-pull-2 {
		right: 16.66666667%;
	}
	.fw-col-lg-pull-1 {
		right: 8.33333333%;
	}
	.fw-col-lg-pull-0 {
		right: auto;
	}
	.fw-col-lg-push-15 {
		left: 20%;
	}
	.fw-col-lg-push-12 {
		left: 100%;
	}
	.fw-col-lg-push-11 {
		left: 91.66666667%;
	}
	.fw-col-lg-push-10 {
		left: 83.33333333%;
	}
	.fw-col-lg-push-9 {
		left: 75%;
	}
	.fw-col-lg-push-8 {
		left: 66.66666667%;
	}
	.fw-col-lg-push-7 {
		left: 58.33333333%;
	}
	.fw-col-lg-push-6 {
		left: 50%;
	}
	.fw-col-lg-push-5 {
		left: 41.66666667%;
	}
	.fw-col-lg-push-4 {
		left: 33.33333333%;
	}
	.fw-col-lg-push-3 {
		left: 25%;
	}
	.fw-col-lg-push-2 {
		left: 16.66666667%;
	}
	.fw-col-lg-push-1 {
		left: 8.33333333%;
	}
	.fw-col-lg-push-0 {
		left: auto;
	}
	.fw-col-lg-offset-15 {
		margin-left: 20%;
	}

	.fw-col-lg-offset-12 {
		margin-left: 100%;
	}
	.fw-col-lg-offset-11 {
		margin-left: 91.66666667%;
	}
	.fw-col-lg-offset-10 {
		margin-left: 83.33333333%;
	}
	.fw-col-lg-offset-9 {
		margin-left: 75%;
	}
	.fw-col-lg-offset-8 {
		margin-left: 66.66666667%;
	}
	.fw-col-lg-offset-7 {
		margin-left: 58.33333333%;
	}
	.fw-col-lg-offset-6 {
		margin-left: 50%;
	}
	.fw-col-lg-offset-5 {
		margin-left: 41.66666667%;
	}
	.fw-col-lg-offset-4 {
		margin-left: 33.33333333%;
	}
	.fw-col-lg-offset-3 {
		margin-left: 25%;
	}
	.fw-col-lg-offset-2 {
		margin-left: 16.66666667%;
	}
	.fw-col-lg-offset-1 {
		margin-left: 8.33333333%;
	}
	.fw-col-lg-offset-0 {
		margin-left: 0%;
	}
}
/* Step Style */
.wrap-forms .wrap-step {
	width: 100%;
	display: block;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	background: #f7f7f7;
	height: 52px;
	margin-bottom: 37px;
}

.wrap-forms .wrap-step .steps {
	list-style: none;
	text-align: justify;
	margin: 0;
	padding: 11px 20px 0;
}

.wrap-forms .wrap-step .steps:after {
	width: 100%;
	height: 0;
	content: '';
	display: inline-block;
}

.wrap-forms .wrap-step .steps li {
	display: inline-block;
}

.wrap-forms .wrap-step .steps .step {
	color: #0f6ab8;
	font-weight: 700;
	font-size: 15px;
	text-decoration: none;
}

.wrap-forms .wrap-step .steps .step span {
	background: #0f6ab8;
	color: #fff;
	font-size: 10px;
	border-radius: 50%;
	line-height: 15px;
	vertical-align: text-bottom;
	display: inline-block;
	height: 15px;
	width: 15px;
	text-align: center;
}

.wrap-forms .wrap-step .steps li.active-step .step span {
	background: #2b2b2b;
}

.wrap-forms .wrap-step .steps li.active-step .step,
.wrap-forms .wrap-step .steps .step:hover,
.wrap-forms .wrap-step .steps .step:hover strong {
	color: #2b2b2b;
	border-color: #2b2b2b;
}

.wrap-forms .wrap-step .steps .step:hover span {
	background: #2b2b2b;
}

.wrap-forms .wrap-step .steps .step strong {
	border-bottom: 1px solid #0f6ab8;
}

.wrap-forms .wrap-step .steps li.active-step .step strong {
	border: none;
}

.wrap-forms .field-text,
.wrap-forms .field-gap,
.wrap-forms .field-textarea,
.wrap-forms .field-select,
.wrap-forms .field-upload,
.wrap-forms .field-date,
.wrap-forms .field-time,
.wrap-forms .field-multiple,
.wrap-forms .field-rating,
.wrap-forms .field-table {
	margin-bottom: 23px;
	width: 100%;
}

.wrap-forms .field-checkbox,
.wrap-forms .field-radio {
	margin-bottom: 15px;
}

.wrap-forms .field-text.field-address {
	margin-bottom: -8px;
}

.wrap-forms .field-multiple div[class*='field-'] {
	width: 48%;
	display: inline-block;
	margin-bottom: 0;
}

.wrap-forms .wrap-rating .rating span {
	font-size: 19px;
}

.wrap-forms .wrap-rating .rating-title {
	margin-bottom: 19px;
}

.wrap-forms label,
.wrap-forms input,
.wrap-forms select {
	width: 100%;
}

.wrap-forms .field-text.field-address input,
.wrap-forms .field-text.field-address textarea,
.wrap-forms .field-text.field-address select {
	margin-bottom: 31px;
}

.wrap-forms .field-text.field-address input:last-child {
	margin-bottom: 0;
}

.wrap-forms label {
	font-size: 15px;
	margin-bottom: 8px;
	display: inline-block;
	font-weight: bold;
}

.wrap-forms sup {
	font-size: 16px;
	color: #c0392b;
	top: 0;
	left: 2px;
}

.wrap-forms input,
.wrap-forms select {
	font-size: 14px;
	height: 41px;
	padding: 0 15px;
}

.wrap-forms textarea {
	padding: 8px 15px;
	height: 162px;
	font-size: 14px;
	line-height: 22px;
	width: 100%;
}

.wrap-forms select {
	border-color: #e5e5e5;
}

.wrap-forms .field-gap input.fill-gap {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	outline: none;
	border-radius: 0;
	border-bottom: 1px solid #808080;
	text-align: left;
	width: initial;
	height: initial;
}

.wrap-forms .field-gap input.fill-gap:hover,
.wrap-forms .field-gap input.fill-gap:focus {
	outline: none;
	border: none;
	border-bottom: 1px solid #808080;
	background: none;
}

.wrap-forms div[class*='field-'] .omega {
	width: 48%;
	display: inline-block;
}

.wrap-forms div[class*='field-'] .omega.omega-right,
.wrap-forms div[class*='field-'] .omega-right {
	float: right;
}

.wrap-forms .field-time .time {
	width: 82%;
	display: inline-block;
}

.wrap-forms .field-time .time-format {
	width: 16%;
	float: right;
	display: inline-block;
}

.wrap-forms .field-upload .upload-file-input,
.wrap-forms .field-upload .upload-file-button {
	display: inline-block;
	width: auto;
}

.wrap-forms .field-upload .upload-file-input {
	width: 86%;
}

.wrap-forms .field-upload .upload-file-button {
	float: right;
	font-size: 12px;
	font-weight: 400;
}

.wrap-forms .field-table table, th, td {
	border-color: #e5e5e5;
}

.wrap-forms .field-table table thead tr td {
	text-align: center;
	background: #f7f7f7;
	padding: 8px 20px;
	min-height: 73px;
	line-height: 52px;
}

.wrap-forms .field-table table thead tr td span {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}

.wrap-forms .field-table table tbody tr td {
	padding: 15px;
	line-height: 20px;
}

.wrap-forms .field-table table tbody tr td.input-styled {
	text-align: center;
	padding: 0;
}

.wrap-forms .field-table table tbody tr td.input-styled .custom-radio {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}

.wrap-forms input:-moz-placeholder,
.wrap-forms textarea:-moz-placeholder {
	font-size: 14px;
	font-weight: 400;
	color: #9a9a9a;
	text-transform: none;
	font-style: italic;
}

.wrap-forms input::-moz-placeholder,
.wrap-forms textarea::-moz-placeholder {
	font-size: 14px;
	font-weight: 400;
	color: #9a9a9a;
	text-transform: none;
	font-style: italic;
}

.wrap-forms input:-ms-input-placeholder,
.wrap-forms textarea:-ms-input-placeholder {
	font-size: 14px;
	font-weight: 400;
	color: #9a9a9a;
	text-transform: none;
	font-style: italic;
}

.wrap-forms input::-webkit-input-placeholder,
.wrap-forms textarea::-webkit-input-placeholder {
	font-size: 14px;
	font-weight: 400;
	color: #9a9a9a;
	font-style: italic;
	text-transform: none;
}

.wrap-forms input:focus::-webkit-input-placeholder {
	color: transparent;
}

.wrap-forms textarea:focus::-webkit-input-placeholder {
	color: transparent;
}

/* Custom CheckBox  & Radio */
/*-----------------------------------*/
.wrap-forms .custom-checkbox,
.wrap-forms .custom-radio {
	position: relative;
}

.wrap-forms .custom-checkbox input,
.wrap-forms .custom-radio input {
	height: auto;
	width: auto;
	vertical-align: middle;
}

.wrap-forms .custom-checkbox::selection,
.wrap-forms .custom-radio::selection {
	background: transparent;
	color: inherit;
}

.wrap-forms .custom-checkbox label,
.wrap-forms .custom-radio label {
	position: relative;
	width: auto;
	display: inline-block;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 6px;
	cursor: pointer;
	min-height: 17px;
}

.wrap-forms .custom-checkbox label::selection,
.wrap-forms .custom-radio label::selection {
	background: transparent;
	color: inherit;
}

.wrap-forms .custom-checkbox label.focus,
.wrap-forms .custom-radio label.focus {
	outline: none;
}

/* Section Break */
.wrap-forms .section-break {
	border-top: 1px solid #e5e5e5;
	margin: 42px auto 39px;
	padding-top: 25px;
}

.wrap-forms .section-break .title {
	text-transform: uppercase;
	font-size: 32px;
	font-family: 'Arial';
	color: #333333;
	font-weight: 400;
	margin-bottom: 13px;
}

.wrap-forms .section-break .sub-title {
	font-size: 13px;
	font-family: 'Arial';
	font-weight: 400;
	color: #595959;
}

.wrap-forms .nav-form {
	width: 100%;
	text-align: center;
	border-top: 1px solid #e5e5e5;
	padding-top: 29px;
	margin-top: 48px;
}

.wrap-forms .nav-form .button.button-nav-form,
.wrap-forms .nav-form .number-pages-form {
	display: inline-block;
}

.wrap-forms .nav-form .button.button-nav-form {
	border-top-left-radius: 0;
	padding: 10px 20px;
	font-weight: 400;
}

.wrap-forms .nav-form .number-pages-form {
	color: #333333;
	text-transform: uppercase;
	font-size: 17px;
	margin-top: 7px;
}

.wrap-forms .nav-form .button.button-nav-form.next {
	float: right;
}

.wrap-forms .nav-form .button.button-nav-form.prev {
	float: left;
}

/* layout */

.wrap-forms .field-columns-0:after,
.wrap-forms .field-columns-2:after,
.wrap-forms .field-columns-3:after {
	width: 100%;
	height: 0;
	content: '';
	display: inline-block;
}

.wrap-forms .field-columns-0 .options,
.wrap-forms .field-columns-2 .field-column,
.wrap-forms .field-columns-3 .field-column {
	float: left;
	padding-right: 5px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body.rtl .wrap-forms .field-columns-0 .options,
body.rtl .wrap-forms .field-columns-2 .field-column,
body.rtl .wrap-forms .field-columns-3 .field-column {
	float: right;
	padding-left: 5px;
	padding-right: 0;
}

.wrap-forms .field-columns-0 .options {
	padding-right: 15px;
}

.wrap-forms .field-columns-2 .field-column {
	width: 50%;
}

.wrap-forms .field-columns-3 .field-column {
	width: 33.3333%;
}

/* end: layout *//* Step Style */
.wrap-forms .wrap-step {
	width: 100%;
	display: block;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	background: #f7f7f7;
	height: 52px;
	margin-bottom: 37px;
}

.wrap-forms .wrap-step .steps {
	list-style: none;
	text-align: justify;
	margin: 0;
	padding: 11px 20px 0;
}

.wrap-forms .wrap-step .steps:after {
	width: 100%;
	height: 0;
	content: '';
	display: inline-block;
}

.wrap-forms .wrap-step .steps li {
	display: inline-block;
}

.wrap-forms .wrap-step .steps .step {
	color: #0f6ab8;
	font-weight: 700;
	font-size: 15px;
	text-decoration: none;
}

.wrap-forms .wrap-step .steps .step span {
	background: #0f6ab8;
	color: #fff;
	font-size: 10px;
	border-radius: 50%;
	line-height: 15px;
	vertical-align: text-bottom;
	display: inline-block;
	height: 15px;
	width: 15px;
	text-align: center;
}

.wrap-forms .wrap-step .steps li.active-step .step span {
	background: #2b2b2b;
}

.wrap-forms .wrap-step .steps li.active-step .step,
.wrap-forms .wrap-step .steps .step:hover,
.wrap-forms .wrap-step .steps .step:hover strong {
	color: #2b2b2b;
	border-color: #2b2b2b;
}

.wrap-forms .wrap-step .steps .step:hover span {
	background: #2b2b2b;
}

.wrap-forms .wrap-step .steps .step strong {
	border-bottom: 1px solid #0f6ab8;
}

.wrap-forms .wrap-step .steps li.active-step .step strong {
	border: none;
}

.wrap-forms .field-text,
.wrap-forms .field-gap,
.wrap-forms .field-textarea,
.wrap-forms .field-select,
.wrap-forms .field-upload,
.wrap-forms .field-date,
.wrap-forms .field-time,
.wrap-forms .field-multiple,
.wrap-forms .field-rating,
.wrap-forms .field-table {
	margin-bottom: 23px;
	width: 100%;
}

.wrap-forms .field-checkbox,
.wrap-forms .field-radio {
	margin-bottom: 15px;
}

.wrap-forms .field-text.field-address {
	margin-bottom: -8px;
}

.wrap-forms .field-multiple div[class*='field-'] {
	width: 48%;
	display: inline-block;
	margin-bottom: 0;
}

.wrap-forms .wrap-rating .rating span {
	font-size: 19px;
}

.wrap-forms .wrap-rating .rating-title {
	margin-bottom: 19px;
}

.wrap-forms label,
.wrap-forms input,
.wrap-forms select {
	width: 100%;
}

.wrap-forms .field-text.field-address input,
.wrap-forms .field-text.field-address textarea,
.wrap-forms .field-text.field-address select {
	margin-bottom: 31px;
}

.wrap-forms .field-text.field-address input:last-child {
	margin-bottom: 0;
}

.wrap-forms label {
	font-size: 15px;
	margin-bottom: 8px;
	display: inline-block;
	font-weight: bold;
}

.wrap-forms sup {
	font-size: 16px;
	color: #c0392b;
	top: 0;
	left: 2px;
}

.wrap-forms input,
.wrap-forms select {
	font-size: 14px;
	height: 41px;
	padding: 0 15px;
}

.wrap-forms textarea {
	padding: 8px 15px;
	height: 162px;
	font-size: 14px;
	line-height: 22px;
	width: 100%;
}

.wrap-forms select {
	border-color: #e5e5e5;
}

.wrap-forms .field-gap input.fill-gap {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	outline: none;
	border-radius: 0;
	border-bottom: 1px solid #808080;
	text-align: left;
	width: initial;
	height: initial;
}

.wrap-forms .field-gap input.fill-gap:hover,
.wrap-forms .field-gap input.fill-gap:focus {
	outline: none;
	border: none;
	border-bottom: 1px solid #808080;
	background: none;
}

.wrap-forms div[class*='field-'] .omega {
	width: 48%;
	display: inline-block;
}

.wrap-forms div[class*='field-'] .omega.omega-right,
.wrap-forms div[class*='field-'] .omega-right {
	float: right;
}

.wrap-forms .field-time .time {
	width: 82%;
	display: inline-block;
}

.wrap-forms .field-time .time-format {
	width: 16%;
	float: right;
	display: inline-block;
}

.wrap-forms .field-upload .upload-file-input,
.wrap-forms .field-upload .upload-file-button {
	display: inline-block;
	width: auto;
}

.wrap-forms .field-upload .upload-file-input {
	width: 86%;
}

.wrap-forms .field-upload .upload-file-button {
	float: right;
	font-size: 12px;
	font-weight: 400;
}

.wrap-forms .field-table table, th, td {
	border-color: #e5e5e5;
}

.wrap-forms .field-table table thead tr td {
	text-align: center;
	background: #f7f7f7;
	padding: 8px 20px;
	min-height: 73px;
	line-height: 52px;
}

.wrap-forms .field-table table thead tr td span {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}

.wrap-forms .field-table table tbody tr td {
	padding: 15px;
	line-height: 20px;
}

.wrap-forms .field-table table tbody tr td.input-styled {
	text-align: center;
	padding: 0;
}

.wrap-forms .field-table table tbody tr td.input-styled .custom-radio {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}

.wrap-forms input:-moz-placeholder,
.wrap-forms textarea:-moz-placeholder {
	font-size: 14px;
	font-weight: 400;
	color: #9a9a9a;
	text-transform: none;
	font-style: italic;
}

.wrap-forms input::-moz-placeholder,
.wrap-forms textarea::-moz-placeholder {
	font-size: 14px;
	font-weight: 400;
	color: #9a9a9a;
	text-transform: none;
	font-style: italic;
}

.wrap-forms input:-ms-input-placeholder,
.wrap-forms textarea:-ms-input-placeholder {
	font-size: 14px;
	font-weight: 400;
	color: #9a9a9a;
	text-transform: none;
	font-style: italic;
}

.wrap-forms input::-webkit-input-placeholder,
.wrap-forms textarea::-webkit-input-placeholder {
	font-size: 14px;
	font-weight: 400;
	color: #9a9a9a;
	font-style: italic;
	text-transform: none;
}

.wrap-forms input:focus::-webkit-input-placeholder {
	color: transparent;
}

.wrap-forms textarea:focus::-webkit-input-placeholder {
	color: transparent;
}

/* Custom CheckBox  & Radio */
/*-----------------------------------*/
.wrap-forms .custom-checkbox,
.wrap-forms .custom-radio {
	position: relative;
}

.wrap-forms .custom-checkbox input,
.wrap-forms .custom-radio input {
	height: auto;
	width: auto;
	vertical-align: middle;
}

.wrap-forms .custom-checkbox::selection,
.wrap-forms .custom-radio::selection {
	background: transparent;
	color: inherit;
}

.wrap-forms .custom-checkbox label,
.wrap-forms .custom-radio label {
	position: relative;
	width: auto;
	display: inline-block;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 6px;
	cursor: pointer;
	min-height: 17px;
}

.wrap-forms .custom-checkbox label::selection,
.wrap-forms .custom-radio label::selection {
	background: transparent;
	color: inherit;
}

.wrap-forms .custom-checkbox label.focus,
.wrap-forms .custom-radio label.focus {
	outline: none;
}

/* Section Break */
.wrap-forms .section-break {
	border-top: 1px solid #e5e5e5;
	margin: 42px auto 39px;
	padding-top: 25px;
}

.wrap-forms .section-break .title {
	text-transform: uppercase;
	font-size: 32px;
	font-family: 'Arial';
	color: #333333;
	font-weight: 400;
	margin-bottom: 13px;
}

.wrap-forms .section-break .sub-title {
	font-size: 13px;
	font-family: 'Arial';
	font-weight: 400;
	color: #595959;
}

.wrap-forms .nav-form {
	width: 100%;
	text-align: center;
	border-top: 1px solid #e5e5e5;
	padding-top: 29px;
	margin-top: 48px;
}

.wrap-forms .nav-form .button.button-nav-form,
.wrap-forms .nav-form .number-pages-form {
	display: inline-block;
}

.wrap-forms .nav-form .button.button-nav-form {
	border-top-left-radius: 0;
	padding: 10px 20px;
	font-weight: 400;
}

.wrap-forms .nav-form .number-pages-form {
	color: #333333;
	text-transform: uppercase;
	font-size: 17px;
	margin-top: 7px;
}

.wrap-forms .nav-form .button.button-nav-form.next {
	float: right;
}

.wrap-forms .nav-form .button.button-nav-form.prev {
	float: left;
}

/* layout */

.wrap-forms .field-columns-0:after,
.wrap-forms .field-columns-2:after,
.wrap-forms .field-columns-3:after {
	width: 100%;
	height: 0;
	content: '';
	display: inline-block;
}

.wrap-forms .field-columns-0 .options,
.wrap-forms .field-columns-2 .field-column,
.wrap-forms .field-columns-3 .field-column {
	float: left;
	padding-right: 5px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body.rtl .wrap-forms .field-columns-0 .options,
body.rtl .wrap-forms .field-columns-2 .field-column,
body.rtl .wrap-forms .field-columns-3 .field-column {
	float: right;
	padding-left: 5px;
	padding-right: 0;
}

.wrap-forms .field-columns-0 .options {
	padding-right: 15px;
}

.wrap-forms .field-columns-2 .field-column {
	width: 50%;
}

.wrap-forms .field-columns-3 .field-column {
	width: 33.3333%;
}

/* end: layout */#wpmem_msg,.wpmem_msg{text-align:center;background:#f9f9f9;border:1px solid #d3d3d3;border-radius:3px;padding:20px 0;margin:15px 0;}#wpmem_login,#wpmem_msg,#wpmem_reg,.wpmem_msg{width:75%}#wp-members{width:100%}#wp-members fieldset{border:none;padding:0}#wp-members input{font-family:inherit}#wp-members input[type=password],#wp-members input[type=text]{margin:0 0 4px 0}#wp-members input[type=submit]{padding:5px 6px 4px;margin:0 4px 0 0}#wp-members .button_div{margin-top:4px}#wp-members .err{width:100%;padding:5px;font-family:inherit;border:1px solid #ccc;border-radius:3px}#wpmem_login,#wpmem_reg{color:#2b2b2b;font-family:Arial,sans-serif;font-size:16px;font-weight:400;line-height:1.5}#wpmem_login label,#wpmem_reg label{display:initial}#wpmem_login input[type=password],#wpmem_login input[type=text],#wpmem_reg input[type=date],#wpmem_reg input[type=email],#wpmem_reg input[type=number],#wpmem_reg input[type=password],#wpmem_reg input[type=text],#wpmem_reg input[type=url],#wpmem_reg textarea{border:1px solid rgba(0,0,0,.1);border-radius:2px;color:#2b2b2b;padding:8px 10px 8px;background:none repeat scroll 0 0 #fff}#wpmem_login button,#wpmem_login input,#wpmem_reg button,#wpmem_reg input,#wpmem_reg select,#wpmem_reg textarea{-moz-box-sizing:border-box;font-size:100%;margin:0;max-width:100%;vertical-align:baseline}#wpmem_login input:focus,#wpmem_reg input:focus,#wpmem_reg textarea:focus{border:1px solid rgba(0,0,0,.3);outline:0 none}#wpmem_reg select{width:100%;padding:8px 10px 7px;border:1px solid rgba(0,0,0,.1);border-radius:2px;color:#2b2b2b;margin:5px 0;background:none repeat scroll 0 0 #fff}#wpmem_login fieldset,#wpmem_reg fieldset{border:none;padding:0;margin:40px 0}#wpmem_login legend,#wpmem_reg legend{font-size:24px;line-height:1;font-weight:700;margin-bottom:10px;width:100%}#wpmem_login .form,#wpmem_reg .form{margin:0;padding:0}#wpmem_login .clear,#wpmem_reg .clear{clear:both}#wpmem_login .holder,#wpmem_reg .holder{background-color:#fff}#wpmem_login .div_text,#wpmem_reg .div_checkbox,#wpmem_reg .div_date,#wpmem_reg .div_file,#wpmem_reg .div_image,#wpmem_reg .div_membership,#wpmem_reg .div_multicheckbox,#wpmem_reg .div_multiselect,#wpmem_reg .div_number,#wpmem_reg .div_radio,#wpmem_reg .div_select,#wpmem_reg .div_text,#wpmem_reg .div_textarea,#wpmem_reg .div_url{margin:0 0 14px 0}#wpmem_login input[type=checkbox]{margin:12px 2px}#wpmem_login .password,#wpmem_login .textbox,#wpmem_login .username,#wpmem_reg .div_textarea textarea,#wpmem_reg .file,#wpmem_reg .image,#wpmem_reg .password,#wpmem_reg .textbox,#wpmem_reg .username{width:100%}#wpmem_reg textarea{height:185px}#wpmem_reg .req{color:#bd3500;font-size:22px;line-height:50%}#wpmem_reg .req-text{margin:20px 0 0 5px}#wpmem_reg .noinput{width:93%;padding:8px 10px 7px;border:1px solid rgba(0,0,0,.1);border-radius:2px;color:#2b2b2b;margin:5px 0}#wpmem_reg .captcha{margin:5px 0}#wpmem_reg .captcha table{line-height:0}#wpmem_login .link-text{padding:4px 0;text-align:right}#tos{margin-right:5px}#wpmem_login .button_div,#wpmem_reg .button_div{padding:6px 0;text-align:right}@media screen and (max-width:720px){#wpmem_login .button_div,#wpmem_login .div_text,#wpmem_login label,#wpmem_reg .button_div,#wpmem_reg .div_checkbox,#wpmem_reg .div_select,#wpmem_reg .div_text,#wpmem_reg .div_textarea,#wpmem_reg label.checkbox,#wpmem_reg label.select,#wpmem_reg label.text,#wpmem_reg label.textarea{float:none}#wpmem_reg label.checkbox,#wpmem_reg label.select,#wpmem_reg label.text,#wpmem_reg label.textarea{width:90%;padding:5px 0 0 0}#wpmem_reg label.textarea{height:26px}#wpmem_login .div_text,#wpmem_reg .div_checkbox,#wpmem_reg .div_select,#wpmem_reg .div_text,#wpmem_reg .div_textarea{width:98%}#wpmem_msg,.wpmem_msg{width:100%}#wpmem_login .button_div,#wpmem_login .link-text,#wpmem_reg .button_div{width:98%}}#wpmem_msg,.wpmem_msg{text-align:center;background:#f9f9f9;border:1px solid #d3d3d3;border-radius:3px;padding:20px 0;margin:15px 0;}#wpmem_login,#wpmem_msg,#wpmem_reg,.wpmem_msg{width:75%}#wp-members{width:100%}#wp-members fieldset{border:none;padding:0}#wp-members input{font-family:inherit}#wp-members input[type=password],#wp-members input[type=text]{margin:0 0 4px 0}#wp-members input[type=submit]{padding:5px 6px 4px;margin:0 4px 0 0}#wp-members .button_div{margin-top:4px}#wp-members .err{width:100%;padding:5px;font-family:inherit;border:1px solid #ccc;border-radius:3px}#wpmem_login,#wpmem_reg{color:#2b2b2b;font-family:Arial,sans-serif;font-size:16px;font-weight:400;line-height:1.5}#wpmem_login label,#wpmem_reg label{display:initial}#wpmem_login input[type=password],#wpmem_login input[type=text],#wpmem_reg input[type=date],#wpmem_reg input[type=email],#wpmem_reg input[type=number],#wpmem_reg input[type=password],#wpmem_reg input[type=text],#wpmem_reg input[type=url],#wpmem_reg textarea{border:1px solid rgba(0,0,0,.1);border-radius:2px;color:#2b2b2b;padding:8px 10px 8px;background:none repeat scroll 0 0 #fff}#wpmem_login button,#wpmem_login input,#wpmem_reg button,#wpmem_reg input,#wpmem_reg select,#wpmem_reg textarea{-moz-box-sizing:border-box;font-size:100%;margin:0;max-width:100%;vertical-align:baseline}#wpmem_login input:focus,#wpmem_reg input:focus,#wpmem_reg textarea:focus{border:1px solid rgba(0,0,0,.3);outline:0 none}#wpmem_reg select{width:100%;padding:8px 10px 7px;border:1px solid rgba(0,0,0,.1);border-radius:2px;color:#2b2b2b;margin:5px 0;background:none repeat scroll 0 0 #fff}#wpmem_login fieldset,#wpmem_reg fieldset{border:none;padding:0;margin:40px 0}#wpmem_login legend,#wpmem_reg legend{font-size:24px;line-height:1;font-weight:700;margin-bottom:10px;width:100%}#wpmem_login .form,#wpmem_reg .form{margin:0;padding:0}#wpmem_login .clear,#wpmem_reg .clear{clear:both}#wpmem_login .holder,#wpmem_reg .holder{background-color:#fff}#wpmem_login .div_text,#wpmem_reg .div_checkbox,#wpmem_reg .div_date,#wpmem_reg .div_file,#wpmem_reg .div_image,#wpmem_reg .div_membership,#wpmem_reg .div_multicheckbox,#wpmem_reg .div_multiselect,#wpmem_reg .div_number,#wpmem_reg .div_radio,#wpmem_reg .div_select,#wpmem_reg .div_text,#wpmem_reg .div_textarea,#wpmem_reg .div_url{margin:0 0 14px 0}#wpmem_login input[type=checkbox]{margin:12px 2px}#wpmem_login .password,#wpmem_login .textbox,#wpmem_login .username,#wpmem_reg .div_textarea textarea,#wpmem_reg .file,#wpmem_reg .image,#wpmem_reg .password,#wpmem_reg .textbox,#wpmem_reg .username{width:100%}#wpmem_reg textarea{height:185px}#wpmem_reg .req{color:#bd3500;font-size:22px;line-height:50%}#wpmem_reg .req-text{margin:20px 0 0 5px}#wpmem_reg .noinput{width:93%;padding:8px 10px 7px;border:1px solid rgba(0,0,0,.1);border-radius:2px;color:#2b2b2b;margin:5px 0}#wpmem_reg .captcha{margin:5px 0}#wpmem_reg .captcha table{line-height:0}#wpmem_login .link-text{padding:4px 0;text-align:right}#tos{margin-right:5px}#wpmem_login .button_div,#wpmem_reg .button_div{padding:6px 0;text-align:right}@media screen and (max-width:720px){#wpmem_login .button_div,#wpmem_login .div_text,#wpmem_login label,#wpmem_reg .button_div,#wpmem_reg .div_checkbox,#wpmem_reg .div_select,#wpmem_reg .div_text,#wpmem_reg .div_textarea,#wpmem_reg label.checkbox,#wpmem_reg label.select,#wpmem_reg label.text,#wpmem_reg label.textarea{float:none}#wpmem_reg label.checkbox,#wpmem_reg label.select,#wpmem_reg label.text,#wpmem_reg label.textarea{width:90%;padding:5px 0 0 0}#wpmem_reg label.textarea{height:26px}#wpmem_login .div_text,#wpmem_reg .div_checkbox,#wpmem_reg .div_select,#wpmem_reg .div_text,#wpmem_reg .div_textarea{width:98%}#wpmem_msg,.wpmem_msg{width:100%}#wpmem_login .button_div,#wpmem_login .link-text,#wpmem_reg .button_div{width:98%}}.tablepress{--text-color:#111;--head-text-color:var(--text-color);--head-bg-color:#d9edf7;--odd-text-color:var(--text-color);--odd-bg-color:#fff;--even-text-color:var(--text-color);--even-bg-color:#f9f9f9;--hover-text-color:var(--text-color);--hover-bg-color:#f3f3f3;--border-color:#ddd;--padding:0.5rem;border:none;border-collapse:collapse;border-spacing:0;clear:both;margin:0 auto 1rem;table-layout:auto;width:100%}.tablepress>:not(caption)>*>*{background:none;border:none;box-sizing:border-box;float:none!important;padding:var(--padding);text-align:left;vertical-align:top}.tablepress>:where(thead)+tbody>:where(:not(.child))>*,.tablepress>tbody>*~:where(:not(.child))>*,.tablepress>tfoot>:where(:first-child)>*{border-top:1px solid var(--border-color)}.tablepress>:where(thead,tfoot)>tr>*{background-color:var(--head-bg-color);color:var(--head-text-color);font-weight:700;vertical-align:middle;word-break:normal}.tablepress>:where(tbody)>tr>*{color:var(--text-color)}.tablepress>:where(tbody.row-striping)>:nth-child(odd of :where(:not(.child,.dtrg-group)))+:where(.child)>*,.tablepress>:where(tbody.row-striping)>:nth-child(odd of :where(:not(.child,.dtrg-group)))>*{background-color:var(--odd-bg-color);color:var(--odd-text-color)}.tablepress>:where(tbody.row-striping)>:nth-child(even of :where(:not(.child,.dtrg-group)))+:where(.child)>*,.tablepress>:where(tbody.row-striping)>:nth-child(even of :where(:not(.child,.dtrg-group)))>*{background-color:var(--even-bg-color);color:var(--even-text-color)}.tablepress>.row-hover>tr:has(+.child:hover)>*,.tablepress>.row-hover>tr:hover+:where(.child)>*,.tablepress>.row-hover>tr:where(:not(.dtrg-group)):hover>*{background-color:var(--hover-bg-color);color:var(--hover-text-color)}.tablepress img{border:none;margin:0;max-width:none;padding:0}.tablepress-table-description{clear:both;display:block}.dt-scroll{width:100%}.dt-scroll .tablepress{width:100%!important}div.dt-scroll-body tfoot tr,div.dt-scroll-body thead tr{height:0}div.dt-scroll-body tfoot tr td,div.dt-scroll-body tfoot tr th,div.dt-scroll-body thead tr td,div.dt-scroll-body thead tr th{border-bottom-width:0!important;border-top-width:0!important;height:0!important;padding-bottom:0!important;padding-top:0!important}div.dt-scroll-body tfoot tr td div.dt-scroll-sizing,div.dt-scroll-body tfoot tr th div.dt-scroll-sizing,div.dt-scroll-body thead tr td div.dt-scroll-sizing,div.dt-scroll-body thead tr th div.dt-scroll-sizing{height:0!important;overflow:hidden!important}div.dt-scroll-body>table.dataTable>thead>tr>td,div.dt-scroll-body>table.dataTable>thead>tr>th{overflow:hidden}.tablepress{--head-active-bg-color:#049cdb;--head-active-text-color:var(--head-text-color);--head-sort-arrow-color:var(--head-active-text-color)}.tablepress thead th:active{outline:none}.tablepress thead .dt-orderable-asc .dt-column-order:before,.tablepress thead .dt-ordering-asc .dt-column-order:before{bottom:50%;content:"\25b2"/"";display:block;position:absolute}.tablepress thead .dt-orderable-desc .dt-column-order:after,.tablepress thead .dt-ordering-desc .dt-column-order:after{content:"\25bc"/"";display:block;position:absolute;top:50%}.tablepress thead .dt-orderable-asc,.tablepress thead .dt-orderable-desc,.tablepress thead .dt-ordering-asc,.tablepress thead .dt-ordering-desc{padding-right:24px;position:relative}.tablepress thead .dt-orderable-asc .dt-column-order,.tablepress thead .dt-orderable-desc .dt-column-order,.tablepress thead .dt-ordering-asc .dt-column-order,.tablepress thead .dt-ordering-desc .dt-column-order{bottom:0;color:var(--head-sort-arrow-color);position:absolute;right:6px;top:0;width:12px}.tablepress thead .dt-orderable-asc .dt-column-order:after,.tablepress thead .dt-orderable-asc .dt-column-order:before,.tablepress thead .dt-orderable-desc .dt-column-order:after,.tablepress thead .dt-orderable-desc .dt-column-order:before,.tablepress thead .dt-ordering-asc .dt-column-order:after,.tablepress thead .dt-ordering-asc .dt-column-order:before,.tablepress thead .dt-ordering-desc .dt-column-order:after,.tablepress thead .dt-ordering-desc .dt-column-order:before{font-family:sans-serif!important;font-size:12px;line-height:12px;opacity:.2}.tablepress thead .dt-orderable-asc,.tablepress thead .dt-orderable-desc{cursor:pointer;outline-offset:-2px}.tablepress thead .dt-orderable-asc:hover,.tablepress thead .dt-orderable-desc:hover,.tablepress thead .dt-ordering-asc,.tablepress thead .dt-ordering-desc{background-color:var(--head-active-bg-color);color:var(--head-active-text-color)}.tablepress thead .dt-ordering-asc .dt-column-order:before,.tablepress thead .dt-ordering-desc .dt-column-order:after{opacity:.8}.tablepress:where(.auto-type-alignment) .dt-right,.tablepress:where(.auto-type-alignment) .dt-type-date,.tablepress:where(.auto-type-alignment) .dt-type-numeric{text-align:right}.dt-container{clear:both;margin-bottom:1rem;position:relative}.dt-container .tablepress{margin-bottom:0}.dt-container .tablepress tfoot:empty{display:none}.dt-container .dt-layout-row{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.dt-container .dt-layout-row.dt-layout-table .dt-layout-cell{display:block;width:100%}.dt-container .dt-layout-cell{display:flex;flex-direction:row;flex-wrap:wrap;gap:1em;padding:5px 0}.dt-container .dt-layout-cell.dt-layout-full{align-items:center;justify-content:space-between;width:100%}.dt-container .dt-layout-cell.dt-layout-full>:only-child{margin:auto}.dt-container .dt-layout-cell.dt-layout-start{align-items:center;justify-content:flex-start;margin-right:auto}.dt-container .dt-layout-cell.dt-layout-end{align-items:center;justify-content:flex-end;margin-left:auto}.dt-container .dt-layout-cell:empty{display:none}.dt-container .dt-input,.dt-container label{display:inline;width:auto}.dt-container .dt-input{font-size:inherit;padding:5px}.dt-container .dt-length,.dt-container .dt-search{align-items:center;display:flex;flex-wrap:wrap;gap:5px;justify-content:center}.dt-container .dt-paging .dt-paging-button{background:#0000;border:1px solid #0000;border-radius:2px;box-sizing:border-box;color:inherit!important;cursor:pointer;display:inline-block;font-size:1em;height:32px;margin-left:2px;min-width:32px;padding:0 5px;text-align:center;text-decoration:none!important;vertical-align:middle}.dt-container .dt-paging .dt-paging-button.current,.dt-container .dt-paging .dt-paging-button:hover{border:1px solid #111}.dt-container .dt-paging .dt-paging-button.disabled,.dt-container .dt-paging .dt-paging-button.disabled:active,.dt-container .dt-paging .dt-paging-button.disabled:hover{border:1px solid #0000;color:#0000004d!important;cursor:default;outline:none}.dt-container .dt-paging>.dt-paging-button:first-child{margin-left:0}.dt-container .dt-paging .ellipsis{padding:0 1em}@media screen and (max-width:767px){.dt-container .dt-layout-row{flex-direction:column}.dt-container .dt-layout-cell{flex-direction:column;padding:.5em 0}}
.tablepress tfoot th,.tablepress thead th{background-color:#A9BF16;color:#fff!important;text-align:center}.centerTablePress td{text-align:center}.tablepress,.tablepress thead th{border:none!important;border-collapse:separate!important}.tablepress thead th:first-child{border-top-left-radius:20px}.tablepress thead th:last-child{border-top-right-radius:20px}.tablepress{--text-color:#111;--head-text-color:var(--text-color);--head-bg-color:#d9edf7;--odd-text-color:var(--text-color);--odd-bg-color:#fff;--even-text-color:var(--text-color);--even-bg-color:#f9f9f9;--hover-text-color:var(--text-color);--hover-bg-color:#f3f3f3;--border-color:#ddd;--padding:0.5rem;border:none;border-collapse:collapse;border-spacing:0;clear:both;margin:0 auto 1rem;table-layout:auto;width:100%}.tablepress>:not(caption)>*>*{background:none;border:none;box-sizing:border-box;float:none!important;padding:var(--padding);text-align:left;vertical-align:top}.tablepress>:where(thead)+tbody>:where(:not(.child))>*,.tablepress>tbody>*~:where(:not(.child))>*,.tablepress>tfoot>:where(:first-child)>*{border-top:1px solid var(--border-color)}.tablepress>:where(thead,tfoot)>tr>*{background-color:var(--head-bg-color);color:var(--head-text-color);font-weight:700;vertical-align:middle;word-break:normal}.tablepress>:where(tbody)>tr>*{color:var(--text-color)}.tablepress>:where(tbody.row-striping)>:nth-child(odd of :where(:not(.child,.dtrg-group)))+:where(.child)>*,.tablepress>:where(tbody.row-striping)>:nth-child(odd of :where(:not(.child,.dtrg-group)))>*{background-color:var(--odd-bg-color);color:var(--odd-text-color)}.tablepress>:where(tbody.row-striping)>:nth-child(even of :where(:not(.child,.dtrg-group)))+:where(.child)>*,.tablepress>:where(tbody.row-striping)>:nth-child(even of :where(:not(.child,.dtrg-group)))>*{background-color:var(--even-bg-color);color:var(--even-text-color)}.tablepress>.row-hover>tr:has(+.child:hover)>*,.tablepress>.row-hover>tr:hover+:where(.child)>*,.tablepress>.row-hover>tr:where(:not(.dtrg-group)):hover>*{background-color:var(--hover-bg-color);color:var(--hover-text-color)}.tablepress img{border:none;margin:0;max-width:none;padding:0}.tablepress-table-description{clear:both;display:block}.dt-scroll{width:100%}.dt-scroll .tablepress{width:100%!important}div.dt-scroll-body tfoot tr,div.dt-scroll-body thead tr{height:0}div.dt-scroll-body tfoot tr td,div.dt-scroll-body tfoot tr th,div.dt-scroll-body thead tr td,div.dt-scroll-body thead tr th{border-bottom-width:0!important;border-top-width:0!important;height:0!important;padding-bottom:0!important;padding-top:0!important}div.dt-scroll-body tfoot tr td div.dt-scroll-sizing,div.dt-scroll-body tfoot tr th div.dt-scroll-sizing,div.dt-scroll-body thead tr td div.dt-scroll-sizing,div.dt-scroll-body thead tr th div.dt-scroll-sizing{height:0!important;overflow:hidden!important}div.dt-scroll-body>table.dataTable>thead>tr>td,div.dt-scroll-body>table.dataTable>thead>tr>th{overflow:hidden}.tablepress{--head-active-bg-color:#049cdb;--head-active-text-color:var(--head-text-color);--head-sort-arrow-color:var(--head-active-text-color)}.tablepress thead th:active{outline:none}.tablepress thead .dt-orderable-asc .dt-column-order:before,.tablepress thead .dt-ordering-asc .dt-column-order:before{bottom:50%;content:"\25b2"/"";display:block;position:absolute}.tablepress thead .dt-orderable-desc .dt-column-order:after,.tablepress thead .dt-ordering-desc .dt-column-order:after{content:"\25bc"/"";display:block;position:absolute;top:50%}.tablepress thead .dt-orderable-asc,.tablepress thead .dt-orderable-desc,.tablepress thead .dt-ordering-asc,.tablepress thead .dt-ordering-desc{padding-right:24px;position:relative}.tablepress thead .dt-orderable-asc .dt-column-order,.tablepress thead .dt-orderable-desc .dt-column-order,.tablepress thead .dt-ordering-asc .dt-column-order,.tablepress thead .dt-ordering-desc .dt-column-order{bottom:0;color:var(--head-sort-arrow-color);position:absolute;right:6px;top:0;width:12px}.tablepress thead .dt-orderable-asc .dt-column-order:after,.tablepress thead .dt-orderable-asc .dt-column-order:before,.tablepress thead .dt-orderable-desc .dt-column-order:after,.tablepress thead .dt-orderable-desc .dt-column-order:before,.tablepress thead .dt-ordering-asc .dt-column-order:after,.tablepress thead .dt-ordering-asc .dt-column-order:before,.tablepress thead .dt-ordering-desc .dt-column-order:after,.tablepress thead .dt-ordering-desc .dt-column-order:before{font-family:sans-serif!important;font-size:12px;line-height:12px;opacity:.2}.tablepress thead .dt-orderable-asc,.tablepress thead .dt-orderable-desc{cursor:pointer;outline-offset:-2px}.tablepress thead .dt-orderable-asc:hover,.tablepress thead .dt-orderable-desc:hover,.tablepress thead .dt-ordering-asc,.tablepress thead .dt-ordering-desc{background-color:var(--head-active-bg-color);color:var(--head-active-text-color)}.tablepress thead .dt-ordering-asc .dt-column-order:before,.tablepress thead .dt-ordering-desc .dt-column-order:after{opacity:.8}.tablepress:where(.auto-type-alignment) .dt-right,.tablepress:where(.auto-type-alignment) .dt-type-date,.tablepress:where(.auto-type-alignment) .dt-type-numeric{text-align:right}.dt-container{clear:both;margin-bottom:1rem;position:relative}.dt-container .tablepress{margin-bottom:0}.dt-container .tablepress tfoot:empty{display:none}.dt-container .dt-layout-row{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.dt-container .dt-layout-row.dt-layout-table .dt-layout-cell{display:block;width:100%}.dt-container .dt-layout-cell{display:flex;flex-direction:row;flex-wrap:wrap;gap:1em;padding:5px 0}.dt-container .dt-layout-cell.dt-layout-full{align-items:center;justify-content:space-between;width:100%}.dt-container .dt-layout-cell.dt-layout-full>:only-child{margin:auto}.dt-container .dt-layout-cell.dt-layout-start{align-items:center;justify-content:flex-start;margin-right:auto}.dt-container .dt-layout-cell.dt-layout-end{align-items:center;justify-content:flex-end;margin-left:auto}.dt-container .dt-layout-cell:empty{display:none}.dt-container .dt-input,.dt-container label{display:inline;width:auto}.dt-container .dt-input{font-size:inherit;padding:5px}.dt-container .dt-length,.dt-container .dt-search{align-items:center;display:flex;flex-wrap:wrap;gap:5px;justify-content:center}.dt-container .dt-paging .dt-paging-button{background:#0000;border:1px solid #0000;border-radius:2px;box-sizing:border-box;color:inherit!important;cursor:pointer;display:inline-block;font-size:1em;height:32px;margin-left:2px;min-width:32px;padding:0 5px;text-align:center;text-decoration:none!important;vertical-align:middle}.dt-container .dt-paging .dt-paging-button.current,.dt-container .dt-paging .dt-paging-button:hover{border:1px solid #111}.dt-container .dt-paging .dt-paging-button.disabled,.dt-container .dt-paging .dt-paging-button.disabled:active,.dt-container .dt-paging .dt-paging-button.disabled:hover{border:1px solid #0000;color:#0000004d!important;cursor:default;outline:none}.dt-container .dt-paging>.dt-paging-button:first-child{margin-left:0}.dt-container .dt-paging .ellipsis{padding:0 1em}@media screen and (max-width:767px){.dt-container .dt-layout-row{flex-direction:column}.dt-container .dt-layout-cell{flex-direction:column;padding:.5em 0}}
.tablepress tfoot th,.tablepress thead th{background-color:#A9BF16;color:#fff!important;text-align:center}.centerTablePress td{text-align:center}.tablepress,.tablepress thead th{border:none!important;border-collapse:separate!important}.tablepress thead th:first-child{border-top-left-radius:20px}.tablepress thead th:last-child{border-top-right-radius:20px}/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}@font-face{font-family:'Glyphicons Halflings';src:url(/wp-content/themes/jevelin/css/fonts/glyphicons-halflings-regular.eot);src:url(/wp-content/themes/jevelin/css/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(/wp-content/themes/jevelin/css/fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(/wp-content/themes/jevelin/css/fonts/glyphicons-halflings-regular.woff) format('woff'),url(/wp-content/themes/jevelin/css/fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(/wp-content/themes/jevelin/css/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\002a"}.glyphicon-plus:before{content:"\002b"}.glyphicon-eur:before,.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role=button]{cursor:pointer}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:36px}.h2,h2{font-size:30px}.h3,h3{font-size:24px}.h4,h4{font-size:18px}.h5,h5{font-size:14px}.h6,h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}.small,small{font-size:85%}.mark,mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:focus,a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:focus,a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:focus,a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:focus,a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:focus,a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:focus,a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ol,ul{margin-top:0;margin-bottom:10px}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;margin-left:-5px;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dd,dt{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote .small:before,blockquote footer:before,blockquote small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:''}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=checkbox],input[type=radio]{margin:4px 0 0;margin-top:1px\9;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=checkbox]:focus,input[type=radio]:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control::-ms-expand{background-color:transparent;border:0}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control{line-height:34px}.input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{line-height:30px}.input-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-top:4px\9;margin-left:-20px}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline{cursor:not-allowed}.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label{cursor:not-allowed}.form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}select[multiple].input-sm,textarea.input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.form-group-lg select.form-control{height:46px;line-height:46px}.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:18px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.focus,.btn-default:focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover{color:#fff;background-color:#398439;border-color:#255625}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning.focus,.btn-warning:focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#337ab7;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-group-sm>.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs>.btn,.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid\9;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown,.dropup{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px dashed;border-bottom:4px solid\9}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group .form-control:focus{z-index:3}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#337ab7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-bottom,.navbar-fixed-top{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{color:#fff;background-color:#080808}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:focus,.label-default[href]:hover{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:focus,.label-success[href]:hover{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:focus,.label-danger[href]:hover{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-group-xs>.btn .badge,.btn-xs .badge{top:0;padding:1px 5px}a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron .h1,.jumbotron h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{padding-right:15px;padding-left:15px;border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron .h1,.jumbotron h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail a>img,.thumbnail>img{margin-right:auto;margin-left:auto}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-bar-striped,.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress-bar.active,.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item,button.list-group-item{color:#555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px}.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;filter:alpha(opacity=0);opacity:0;line-break:auto}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);line-break:auto}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>a>img,.carousel-inner>.item>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-inner>.item.active.right,.carousel-inner>.item.next{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);background-color:rgba(0,0,0,0);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:focus,.carousel-control:hover{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-10px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;font-family:serif;line-height:1}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000\9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-10px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.modal-header:after,.modal-header:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{display:table;content:" "}.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.modal-header:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-lg,.visible-md,.visible-sm,.visible-xs{display:none!important}.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}@font-face{font-family:'Glyphicons Halflings';src:url(/wp-content/themes/jevelin/css/fonts/glyphicons-halflings-regular.eot);src:url(/wp-content/themes/jevelin/css/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(/wp-content/themes/jevelin/css/fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(/wp-content/themes/jevelin/css/fonts/glyphicons-halflings-regular.woff) format('woff'),url(/wp-content/themes/jevelin/css/fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(/wp-content/themes/jevelin/css/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\002a"}.glyphicon-plus:before{content:"\002b"}.glyphicon-eur:before,.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role=button]{cursor:pointer}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:36px}.h2,h2{font-size:30px}.h3,h3{font-size:24px}.h4,h4{font-size:18px}.h5,h5{font-size:14px}.h6,h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}.small,small{font-size:85%}.mark,mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:focus,a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:focus,a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:focus,a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:focus,a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:focus,a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:focus,a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ol,ul{margin-top:0;margin-bottom:10px}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;margin-left:-5px;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dd,dt{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote .small:before,blockquote footer:before,blockquote small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:''}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=checkbox],input[type=radio]{margin:4px 0 0;margin-top:1px\9;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=checkbox]:focus,input[type=radio]:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control::-ms-expand{background-color:transparent;border:0}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control{line-height:34px}.input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{line-height:30px}.input-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-top:4px\9;margin-left:-20px}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline{cursor:not-allowed}.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label{cursor:not-allowed}.form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}select[multiple].input-sm,textarea.input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.form-group-lg select.form-control{height:46px;line-height:46px}.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:18px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.focus,.btn-default:focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover{color:#fff;background-color:#398439;border-color:#255625}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning.focus,.btn-warning:focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#337ab7;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-group-sm>.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs>.btn,.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid\9;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown,.dropup{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px dashed;border-bottom:4px solid\9}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group .form-control:focus{z-index:3}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#337ab7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-bottom,.navbar-fixed-top{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{color:#fff;background-color:#080808}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:focus,.label-default[href]:hover{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:focus,.label-success[href]:hover{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:focus,.label-danger[href]:hover{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-group-xs>.btn .badge,.btn-xs .badge{top:0;padding:1px 5px}a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron .h1,.jumbotron h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{padding-right:15px;padding-left:15px;border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron .h1,.jumbotron h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail a>img,.thumbnail>img{margin-right:auto;margin-left:auto}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-bar-striped,.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress-bar.active,.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item,button.list-group-item{color:#555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px}.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;filter:alpha(opacity=0);opacity:0;line-break:auto}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);line-break:auto}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>a>img,.carousel-inner>.item>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-inner>.item.active.right,.carousel-inner>.item.next{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);background-color:rgba(0,0,0,0);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:focus,.carousel-control:hover{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-10px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;font-family:serif;line-height:1}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000\9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-10px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.modal-header:after,.modal-header:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{display:table;content:" "}.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.modal-header:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-lg,.visible-md,.visible-sm,.visible-xs{display:none!important}.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}40%,43%,70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}40%,43%,70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.swing{-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:none;transform:none}}@keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:none;transform:none}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) rotateY(-1turn);transform:perspective(400px) rotateY(-1turn)}0%,40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg);transform:perspective(400px) translateZ(150px) rotateY(-190deg)}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg);transform:perspective(400px) translateZ(150px) rotateY(-170deg)}50%,80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95)}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) rotateY(-1turn);transform:perspective(400px) rotateY(-1turn)}0%,40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg);transform:perspective(400px) translateZ(150px) rotateY(-190deg)}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg);transform:perspective(400px) translateZ(150px) rotateY(-170deg)}50%,80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95)}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg)}60%,80%{opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg)}60%,80%{opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:none;transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}0%,to{-webkit-transform-origin:center}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}0%,to{-webkit-transform-origin:center}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}0%,to{-webkit-transform-origin:center}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}0%,to{-webkit-transform-origin:center}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left}0%,20%,60%{-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-transform-origin:top left;transform-origin:top left}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left}0%,20%,60%{-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-transform-origin:top left;transform-origin:top left}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%,to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%,to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}


.simpleselect .placeholder:hover{background:#fafafa}.simpleselect .options{display:none;position:absolute;top:0;left:0;z-index:1000}.simpleselect .options .option.active{background:#666;color:#fff}.simpleselect.disabled .placeholder,.simpleselect.disabled .placeholder:hover{background:#fafafa;color:#aaa;border-color:#eee;cursor:default}.simpleselect.disabled .placeholder:after{opacity:.5}
.hidden_select_container{width:0;height:0;overflow:hidden}.simpleselect,.simpleselect *{box-sizing:content-box}.simpleselect{position:relative;width:200px;height:38px;color:#666;font-size:13px}.simpleselect .options{width:198px}.simpleselect .placeholder,.simpleselect .options .option,.simpleselect .options .optgroup .optgroup-label{padding:9px 10px;line-height:18px;cursor:pointer}.simpleselect .options .optgroup .optgroup-label{cursor:default;font-weight:700}.simpleselect .options .optgroup .option{padding-left:20px}.simpleselect .placeholder,.simpleselect .options{background:#fff;border:1px solid #ddd;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.simpleselect .placeholder{position:relative}.simpleselect .placeholder:after{content:"";position:absolute;top:0;bottom:0;right:10px;width:8px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAOCAYAAAASVl2WAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjA0Q0FGMUI4RTU1MTFFMzhGMThCQzUzMTMxMzdBN0YiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjA0Q0FGMUM4RTU1MTFFMzhGMThCQzUzMTMxMzdBN0YiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2MDRDQUYxOThFNTUxMUUzOEYxOEJDNTMxMzEzN0E3RiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2MDRDQUYxQThFNTUxMUUzOEYxOEJDNTMxMzEzN0E3RiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pq8U8ZgAAAClSURBVHjaYpw7dw4DEggEYh4gXgwTYEGS5AfiyVD6FBDfBAkyISloB2JpqAlLgZgNWYENEGciKTYG4haYFSCVKA6BglIg3gdSIAHEfQzYASfj////GfABJgYCgGXevLlyQNoDh/xrkBteAHEREKtjUeAJsuIXEKdgkewG4h0wNxwB4ulIkmeBuAbdkZVA/BSIvwBxNNRklLj4CMS50KC+CRMECDAA5ogdqmResXgAAAAASUVORK5CYII=) 0 center no-repeat}.simpleselect .placeholder:hover{background:#fafafa}.simpleselect .options{display:none;position:absolute;top:0;left:0;z-index:1000}.simpleselect .options .option.active{background:#666;color:#fff}.simpleselect.disabled .placeholder,.simpleselect.disabled .placeholder:hover{background:#fafafa;color:#aaa;border-color:#eee;cursor:default}.simpleselect.disabled .placeholder:after{opacity:.5}



.jssocials-share-twitter .jssocials-share-link{background:#00aced}.jssocials-share-twitter .jssocials-share-link:hover{background:#0087ba}.jssocials-share-facebook .jssocials-share-link{background:#3b5998}.jssocials-share-facebook .jssocials-share-link:hover{background:#2d4373}.jssocials-share-googleplus .jssocials-share-link{background:#dd4b39}.jssocials-share-googleplus .jssocials-share-link:hover{background:#c23321}.jssocials-share-linkedin .jssocials-share-link{background:#007bb6}.jssocials-share-linkedin .jssocials-share-link:hover{background:#005983}.jssocials-share-pinterest .jssocials-share-link{background:#cb2027}.jssocials-share-pinterest .jssocials-share-link:hover{background:#9f191f}.jssocials-share-email .jssocials-share-link{background:#3490F3}.jssocials-share-email .jssocials-share-link:hover{background:#0e76e6}.jssocials-share-stumbleupon .jssocials-share-link{background:#eb4823}.jssocials-share-stumbleupon .jssocials-share-link:hover{background:#c93412}.jssocials-share-whatsapp .jssocials-share-link{background:#29a628}.jssocials-share-whatsapp .jssocials-share-link:hover{background:#1f7d1e}.jssocials-share-telegram .jssocials-share-link{background:#2ca5e0}.jssocials-share-telegram .jssocials-share-link:hover{background:#1c88bd}.jssocials-share-line .jssocials-share-link{background:#25af00}.jssocials-share-line .jssocials-share-link:hover{background:#1a7c00}.jssocials-share-viber .jssocials-share-link{background:#7b519d}.jssocials-share-viber .jssocials-share-link:hover{background:#61407b}.jssocials-share-pocket .jssocials-share-link{background:#ef4056}.jssocials-share-pocket .jssocials-share-link:hover{background:#e9132e}.jssocials-share-messenger .jssocials-share-link{background:#0084ff}.jssocials-share-messenger .jssocials-share-link:hover{background:#006acc}.jssocials-share-vkontakte .jssocials-share-link{background:#45668e}.jssocials-share-vkontakte .jssocials-share-link:hover{background:#344d6c}.jssocials-share-link{padding:.5em .6em;color:#fff;-webkit-transition:background 200ms ease-in-out,border-color 200ms ease-in-out;transition:background 200ms ease-in-out,border-color 200ms ease-in-out}.jssocials-share-link:hover,.jssocials-share-link:focus,.jssocials-share-link:active{color:#fff}.jssocials-share-count-box{position:relative;height:2.5em;padding:0 .3em;margin-left:.3em;background:#f5f5f5;-webkit-transition:background 200ms ease-in-out,border-color 200ms ease-in-out;transition:background 200ms ease-in-out,border-color 200ms ease-in-out}.jssocials-share-count-box:hover{background:gainsboro}.jssocials-share-count-box:hover:after{border-color:transparent gainsboro transparent transparent}.jssocials-share-count-box:after{content:"";display:block;position:absolute;top:.85em;left:-.3em;width:0;height:0;border-width:.4em .4em .4em 0;border-style:solid;border-color:transparent #f5f5f5 transparent transparent;-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg);-webkit-transition:background 200ms ease-in-out,border-color 200ms ease-in-out;transition:background 200ms ease-in-out,border-color 200ms ease-in-out}.jssocials-share-count-box .jssocials-share-count{line-height:2.5em;color:#444}



.jssocials-shares{margin:.2em 0}.jssocials-shares *{box-sizing:border-box}.jssocials-share{display:inline-block;vertical-align:top;margin:.3em .6em .3em 0}.jssocials-share:last-child{margin-right:0}.jssocials-share-logo{width:1em;vertical-align:middle;font-size:1.5em}img.jssocials-share-logo{width:auto;height:1em}.jssocials-share-link{display:inline-block;text-align:center;text-decoration:none;line-height:1}.jssocials-share-link.jssocials-share-link-count{padding-top:.2em}.jssocials-share-link.jssocials-share-link-count .jssocials-share-count{display:block;font-size:.6em;margin:0 -.5em -.8em -.5em}.jssocials-share-link.jssocials-share-no-count{padding-top:.5em}.jssocials-share-link.jssocials-share-no-count .jssocials-share-count{height:1em}.jssocials-share-label{padding-left:.3em;vertical-align:middle}.jssocials-share-count-box{display:inline-block;height:1.5em;padding:0 .3em;line-height:1;vertical-align:middle;cursor:default}.jssocials-share-count-box.jssocials-share-no-count{display:none}.jssocials-share-count{line-height:1.5em;vertical-align:middle}


/**
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		2.4.0 (09/04/2017)
 */
@font-face{font-family:'lightcase';src:url(/wp-content/themes/jevelin/fonts/lightcase.eot?55356177);src:url("/wp-content/themes/jevelin/fonts/lightcase.eot?55356177#iefix") format("embedded-opentype"),url(/wp-content/themes/jevelin/fonts/lightcase.woff?55356177) format("woff"),url(/wp-content/themes/jevelin/fonts/lightcase.ttf?55356177) format("truetype"),url("/wp-content/themes/jevelin/fonts/lightcase.svg?55356177#lightcase") format("svg");font-weight:400;font-style:normal}[class*='lightcase-icon-']:before{font-family:'lightcase',sans-serif;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;text-align:center;font-variant:normal;text-transform:none;line-height:1em}.lightcase-icon-play:before{content:'\e800'}.lightcase-icon-pause:before{content:'\e801'}.lightcase-icon-close:before{content:'\e802'}.lightcase-icon-prev:before{content:'\e803'}.lightcase-icon-next:before{content:'\e804'}.lightcase-icon-spin:before{content:'\e805'}@-webkit-keyframes lightcase-spin{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);-moz-transform:rotate(359deg);-o-transform:rotate(359deg);transform:rotate(359deg)}}@-moz-keyframes lightcase-spin{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);-moz-transform:rotate(359deg);-o-transform:rotate(359deg);transform:rotate(359deg)}}@-o-keyframes lightcase-spin{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);-moz-transform:rotate(359deg);-o-transform:rotate(359deg);transform:rotate(359deg)}}@-ms-keyframes lightcase-spin{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);-moz-transform:rotate(359deg);-o-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes lightcase-spin{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);-moz-transform:rotate(359deg);-o-transform:rotate(359deg);transform:rotate(359deg)}}#lightcase-case{display:none;position:fixed;z-index:2002;top:50%;left:50%;font-family:arial,sans-serif;font-size:13px;line-height:1.5;text-align:left;text-shadow:0 0 10px rgba(0,0,0,.5)}@media screen and (max-width:640px){html[data-lc-type=inline] #lightcase-case,html[data-lc-type=ajax] #lightcase-case{position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;margin:0!important;padding:55px 0 70px 0;width:100%!important;height:100%!important;overflow:auto!important}}@media screen and (min-width:641px){html:not([data-lc-type=error]) #lightcase-content{position:relative;z-index:1;text-shadow:none;background-color:#fff;-webkit-box-shadow:0 0 30px rgba(0,0,0,.5);-moz-box-shadow:0 0 30px rgba(0,0,0,.5);-o-box-shadow:0 0 30px rgba(0,0,0,.5);box-shadow:0 0 30px rgba(0,0,0,.5);-webkit-backface-visibility:hidden}}@media screen and (min-width:641px){html[data-lc-type=image] #lightcase-content,html[data-lc-type=video] #lightcase-content{background-color:#333}}html[data-lc-type=inline] #lightcase-content,html[data-lc-type=ajax] #lightcase-content,html[data-lc-type=error] #lightcase-content{-webkit-box-shadow:none;-moz-box-shadow:none;-o-box-shadow:none;box-shadow:none}@media screen and (max-width:640px){html[data-lc-type=inline] #lightcase-content,html[data-lc-type=ajax] #lightcase-content,html[data-lc-type=error] #lightcase-content{position:relative!important;top:auto!important;left:auto!important;width:auto!important;height:auto!important;margin:0!important;padding:0!important;border:none!important;background:none!important}}html[data-lc-type=inline] #lightcase-content .lightcase-contentInner,html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,html[data-lc-type=error] #lightcase-content .lightcase-contentInner{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box}@media screen and (max-width:640px){html[data-lc-type=inline] #lightcase-content .lightcase-contentInner,html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,html[data-lc-type=error] #lightcase-content .lightcase-contentInner{padding:15px}html[data-lc-type=inline] #lightcase-content .lightcase-contentInner,html[data-lc-type=inline] #lightcase-content .lightcase-contentInner>*,html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner>*,html[data-lc-type=error] #lightcase-content .lightcase-contentInner,html[data-lc-type=error] #lightcase-content .lightcase-contentInner>*{width:100%!important;max-width:none!important}html[data-lc-type=inline] #lightcase-content .lightcase-contentInner>*:not(iframe),html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner>*:not(iframe),html[data-lc-type=error] #lightcase-content .lightcase-contentInner>*:not(iframe){height:auto!important;max-height:none!important}}@media screen and (max-width:640px){html.lightcase-isMobileDevice[data-lc-type=iframe] #lightcase-content .lightcase-contentInner iframe{overflow:auto;-webkit-overflow-scrolling:touch}}@media screen and (max-width:640px) and (min-width:641px){html[data-lc-type=image] #lightcase-content .lightcase-contentInner,html[data-lc-type=video] #lightcase-content .lightcase-contentInner{line-height:.75}}html[data-lc-type=image] #lightcase-content .lightcase-contentInner{position:relative;overflow:hidden!important}@media screen and (max-width:640px){html[data-lc-type=inline] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap,html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap,html[data-lc-type=error] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap{position:relative!important;top:auto!important;left:auto!important;width:auto!important;height:auto!important;margin:0!important;padding:0!important;border:none!important;background:none!important}}@media screen and (min-width:641px){html:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap{padding:30px;overflow:auto;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box}}@media screen and (max-width:640px){#lightcase-content h1,#lightcase-content h2,#lightcase-content h3,#lightcase-content h4,#lightcase-content h5,#lightcase-content h6,#lightcase-content p{color:#aaa}}@media screen and (min-width:641px){#lightcase-content h1,#lightcase-content h2,#lightcase-content h3,#lightcase-content h4,#lightcase-content h5,#lightcase-content h6,#lightcase-content p{color:#333}}#lightcase-case p.lightcase-error{margin:0;font-size:17px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#aaa}@media screen and (max-width:640px){#lightcase-case p.lightcase-error{padding:30px 0}}@media screen and (min-width:641px){#lightcase-case p.lightcase-error{padding:0}}.lightcase-open body{overflow:hidden}.lightcase-isMobileDevice .lightcase-open body{max-width:100%;max-height:100%}#lightcase-info{position:absolute;padding-top:15px}#lightcase-info #lightcase-title,#lightcase-info #lightcase-caption{margin:0;padding:0;line-height:1.5;font-weight:400;text-overflow:ellipsis}#lightcase-info #lightcase-title{font-size:17px;color:#aaa}@media screen and (max-width:640px){#lightcase-info #lightcase-title{position:fixed;top:10px;left:0;max-width:87.5%;padding:5px 15px;background:#333}}#lightcase-info #lightcase-caption{clear:both;font-size:13px;color:#aaa}#lightcase-info #lightcase-sequenceInfo{font-size:11px;color:#aaa}@media screen and (max-width:640px){.lightcase-fullScreenMode #lightcase-info{padding-left:15px;padding-right:15px}html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info{position:static}}#lightcase-loading{position:fixed;z-index:9999;width:1.123em;height:auto;font-size:38px;line-height:1;text-align:center;text-shadow:none;position:fixed;z-index:2001;top:50%;left:50%;margin-top:-.5em;margin-left:-.5em;opacity:1;font-size:32px;text-shadow:0 0 15px #fff;-moz-transform-origin:50% 53%;-webkit-animation:lightcase-spin 0.5s infinite linear;-moz-animation:lightcase-spin 0.5s infinite linear;-o-animation:lightcase-spin 0.5s infinite linear;animation:lightcase-spin 0.5s infinite linear}#lightcase-loading,#lightcase-loading:focus{text-decoration:none;color:#fff;-webkit-tap-highlight-color:transparent;-webkit-transition:color,opacity,ease-in-out 0.25s;-moz-transition:color,opacity,ease-in-out 0.25s;-o-transition:color,opacity,ease-in-out 0.25s;transition:color,opacity,ease-in-out 0.25s}#lightcase-loading>span{display:inline-block;text-indent:-9999px}a[class*='lightcase-icon-']{position:fixed;z-index:9999;width:1.123em;height:auto;font-size:38px;line-height:1;text-align:center;text-shadow:none;outline:none;cursor:pointer}a[class*='lightcase-icon-'],a[class*='lightcase-icon-']:focus{text-decoration:none;color:rgba(255,255,255,.6);-webkit-tap-highlight-color:transparent;-webkit-transition:color,opacity,ease-in-out 0.25s;-moz-transition:color,opacity,ease-in-out 0.25s;-o-transition:color,opacity,ease-in-out 0.25s;transition:color,opacity,ease-in-out 0.25s}a[class*='lightcase-icon-']>span{display:inline-block;text-indent:-9999px}a[class*='lightcase-icon-']:hover{color:white;text-shadow:0 0 15px white}.lightcase-isMobileDevice a[class*='lightcase-icon-']:hover{color:#aaa;text-shadow:none}a[class*='lightcase-icon-'].lightcase-icon-close{position:fixed;top:15px;right:15px;bottom:auto;margin:0;opacity:0;outline:none}a[class*='lightcase-icon-'].lightcase-icon-prev{left:15px}a[class*='lightcase-icon-'].lightcase-icon-next{right:15px}a[class*='lightcase-icon-'].lightcase-icon-pause,a[class*='lightcase-icon-'].lightcase-icon-play{left:50%;margin-left:-.5em}@media screen and (min-width:641px){a[class*='lightcase-icon-'].lightcase-icon-pause,a[class*='lightcase-icon-'].lightcase-icon-play{opacity:0}}@media screen and (max-width:640px){a[class*='lightcase-icon-']{bottom:15px;font-size:24px}}@media screen and (min-width:641px){a[class*='lightcase-icon-']{bottom:50%;margin-bottom:-.5em}a[class*='lightcase-icon-']:hover,#lightcase-case:hover~a[class*='lightcase-icon-']{opacity:1}}#lightcase-overlay{display:none;width:100%;min-height:100%;position:fixed;z-index:2000;top:-9999px;bottom:-9999px;left:0;background:#333}@media screen and (max-width:640px){#lightcase-overlay{opacity:1!important}}


/* Better Font Rendering =========== */
@font-face{font-family:'Pe-icon-7-stroke';src:url(/wp-content/themes/jevelin/fonts/Pe-icon-7-stroke.eot);src:url(/wp-content/themes/jevelin/fonts/Pe-icon-7-stroke.eot) format('embedded-opentype'),url(/wp-content/themes/jevelin/fonts/Pe-icon-7-stroke.woff) format('woff'),url(/wp-content/themes/jevelin/fonts/Pe-icon-7-stroke.ttf) format('truetype'),url(/wp-content/themes/jevelin/fonts/Pe-icon-7-stroke.svg) format('svg');font-weight:400;font-style:normal}[class^="pe-7s-"],[class*=" pe-7s-"]{display:inline-block;font-family:'Pe-icon-7-stroke';speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.pe-7s-album:before{content:"\e6aa"}.pe-7s-arc:before{content:"\e6ab"}.pe-7s-back-2:before{content:"\e6ac"}.pe-7s-bandaid:before{content:"\e6ad"}.pe-7s-car:before{content:"\e6ae"}.pe-7s-diamond:before{content:"\e6af"}.pe-7s-door-lock:before{content:"\e6b0"}.pe-7s-eyedropper:before{content:"\e6b1"}.pe-7s-female:before{content:"\e6b2"}.pe-7s-gym:before{content:"\e6b3"}.pe-7s-hammer:before{content:"\e6b4"}.pe-7s-headphones:before{content:"\e6b5"}.pe-7s-helm:before{content:"\e6b6"}.pe-7s-hourglass:before{content:"\e6b7"}.pe-7s-leaf:before{content:"\e6b8"}.pe-7s-magic-wand:before{content:"\e6b9"}.pe-7s-male:before{content:"\e6ba"}.pe-7s-map-2:before{content:"\e6bb"}.pe-7s-next-2:before{content:"\e6bc"}.pe-7s-paint-bucket:before{content:"\e6bd"}.pe-7s-pendrive:before{content:"\e6be"}.pe-7s-photo:before{content:"\e6bf"}.pe-7s-piggy:before{content:"\e6c0"}.pe-7s-plugin:before{content:"\e6c1"}.pe-7s-refresh-2:before{content:"\e6c2"}.pe-7s-rocket:before{content:"\e6c3"}.pe-7s-settings:before{content:"\e6c4"}.pe-7s-shield:before{content:"\e6c5"}.pe-7s-smile:before{content:"\e6c6"}.pe-7s-usb:before{content:"\e6c7"}.pe-7s-vector:before{content:"\e6c8"}.pe-7s-wine:before{content:"\e6c9"}.pe-7s-cloud-upload:before{content:"\e68a"}.pe-7s-cash:before{content:"\e68c"}.pe-7s-close:before{content:"\e680"}.pe-7s-bluetooth:before{content:"\e68d"}.pe-7s-cloud-download:before{content:"\e68b"}.pe-7s-way:before{content:"\e68e"}.pe-7s-close-circle:before{content:"\e681"}.pe-7s-id:before{content:"\e68f"}.pe-7s-angle-up:before{content:"\e682"}.pe-7s-wristwatch:before{content:"\e690"}.pe-7s-angle-up-circle:before{content:"\e683"}.pe-7s-world:before{content:"\e691"}.pe-7s-angle-right:before{content:"\e684"}.pe-7s-volume:before{content:"\e692"}.pe-7s-angle-right-circle:before{content:"\e685"}.pe-7s-users:before{content:"\e693"}.pe-7s-angle-left:before{content:"\e686"}.pe-7s-user-female:before{content:"\e694"}.pe-7s-angle-left-circle:before{content:"\e687"}.pe-7s-up-arrow:before{content:"\e695"}.pe-7s-angle-down:before{content:"\e688"}.pe-7s-switch:before{content:"\e696"}.pe-7s-angle-down-circle:before{content:"\e689"}.pe-7s-scissors:before{content:"\e697"}.pe-7s-wallet:before{content:"\e600"}.pe-7s-safe:before{content:"\e698"}.pe-7s-volume2:before{content:"\e601"}.pe-7s-volume1:before{content:"\e602"}.pe-7s-voicemail:before{content:"\e603"}.pe-7s-video:before{content:"\e604"}.pe-7s-user:before{content:"\e605"}.pe-7s-upload:before{content:"\e606"}.pe-7s-unlock:before{content:"\e607"}.pe-7s-umbrella:before{content:"\e608"}.pe-7s-trash:before{content:"\e609"}.pe-7s-tools:before{content:"\e60a"}.pe-7s-timer:before{content:"\e60b"}.pe-7s-ticket:before{content:"\e60c"}.pe-7s-target:before{content:"\e60d"}.pe-7s-sun:before{content:"\e60e"}.pe-7s-study:before{content:"\e60f"}.pe-7s-stopwatch:before{content:"\e610"}.pe-7s-star:before{content:"\e611"}.pe-7s-speaker:before{content:"\e612"}.pe-7s-signal:before{content:"\e613"}.pe-7s-shuffle:before{content:"\e614"}.pe-7s-shopbag:before{content:"\e615"}.pe-7s-share:before{content:"\e616"}.pe-7s-server:before{content:"\e617"}.pe-7s-search:before{content:"\e618"}.pe-7s-film:before{content:"\e6a5"}.pe-7s-science:before{content:"\e619"}.pe-7s-disk:before{content:"\e6a6"}.pe-7s-ribbon:before{content:"\e61a"}.pe-7s-repeat:before{content:"\e61b"}.pe-7s-refresh:before{content:"\e61c"}.pe-7s-add-user:before{content:"\e6a9"}.pe-7s-refresh-cloud:before{content:"\e61d"}.pe-7s-paperclip:before{content:"\e69c"}.pe-7s-radio:before{content:"\e61e"}.pe-7s-note2:before{content:"\e69d"}.pe-7s-print:before{content:"\e61f"}.pe-7s-network:before{content:"\e69e"}.pe-7s-prev:before{content:"\e620"}.pe-7s-mute:before{content:"\e69f"}.pe-7s-power:before{content:"\e621"}.pe-7s-medal:before{content:"\e6a0"}.pe-7s-portfolio:before{content:"\e622"}.pe-7s-like2:before{content:"\e6a1"}.pe-7s-plus:before{content:"\e623"}.pe-7s-left-arrow:before{content:"\e6a2"}.pe-7s-play:before{content:"\e624"}.pe-7s-key:before{content:"\e6a3"}.pe-7s-plane:before{content:"\e625"}.pe-7s-joy:before{content:"\e6a4"}.pe-7s-photo-gallery:before{content:"\e626"}.pe-7s-pin:before{content:"\e69b"}.pe-7s-phone:before{content:"\e627"}.pe-7s-plug:before{content:"\e69a"}.pe-7s-pen:before{content:"\e628"}.pe-7s-right-arrow:before{content:"\e699"}.pe-7s-paper-plane:before{content:"\e629"}.pe-7s-delete-user:before{content:"\e6a7"}.pe-7s-paint:before{content:"\e62a"}.pe-7s-bottom-arrow:before{content:"\e6a8"}.pe-7s-notebook:before{content:"\e62b"}.pe-7s-note:before{content:"\e62c"}.pe-7s-next:before{content:"\e62d"}.pe-7s-news-paper:before{content:"\e62e"}.pe-7s-musiclist:before{content:"\e62f"}.pe-7s-music:before{content:"\e630"}.pe-7s-mouse:before{content:"\e631"}.pe-7s-more:before{content:"\e632"}.pe-7s-moon:before{content:"\e633"}.pe-7s-monitor:before{content:"\e634"}.pe-7s-micro:before{content:"\e635"}.pe-7s-menu:before{content:"\e636"}.pe-7s-map:before{content:"\e637"}.pe-7s-map-marker:before{content:"\e638"}.pe-7s-mail:before{content:"\e639"}.pe-7s-mail-open:before{content:"\e63a"}.pe-7s-mail-open-file:before{content:"\e63b"}.pe-7s-magnet:before{content:"\e63c"}.pe-7s-loop:before{content:"\e63d"}.pe-7s-look:before{content:"\e63e"}.pe-7s-lock:before{content:"\e63f"}.pe-7s-lintern:before{content:"\e640"}.pe-7s-link:before{content:"\e641"}.pe-7s-like:before{content:"\e642"}.pe-7s-light:before{content:"\e643"}.pe-7s-less:before{content:"\e644"}.pe-7s-keypad:before{content:"\e645"}.pe-7s-junk:before{content:"\e646"}.pe-7s-info:before{content:"\e647"}.pe-7s-home:before{content:"\e648"}.pe-7s-help2:before{content:"\e649"}.pe-7s-help1:before{content:"\e64a"}.pe-7s-graph3:before{content:"\e64b"}.pe-7s-graph2:before{content:"\e64c"}.pe-7s-graph1:before{content:"\e64d"}.pe-7s-graph:before{content:"\e64e"}.pe-7s-global:before{content:"\e64f"}.pe-7s-gleam:before{content:"\e650"}.pe-7s-glasses:before{content:"\e651"}.pe-7s-gift:before{content:"\e652"}.pe-7s-folder:before{content:"\e653"}.pe-7s-flag:before{content:"\e654"}.pe-7s-filter:before{content:"\e655"}.pe-7s-file:before{content:"\e656"}.pe-7s-expand1:before{content:"\e657"}.pe-7s-exapnd2:before{content:"\e658"}.pe-7s-edit:before{content:"\e659"}.pe-7s-drop:before{content:"\e65a"}.pe-7s-drawer:before{content:"\e65b"}.pe-7s-download:before{content:"\e65c"}.pe-7s-display2:before{content:"\e65d"}.pe-7s-display1:before{content:"\e65e"}.pe-7s-diskette:before{content:"\e65f"}.pe-7s-date:before{content:"\e660"}.pe-7s-cup:before{content:"\e661"}.pe-7s-culture:before{content:"\e662"}.pe-7s-crop:before{content:"\e663"}.pe-7s-credit:before{content:"\e664"}.pe-7s-copy-file:before{content:"\e665"}.pe-7s-config:before{content:"\e666"}.pe-7s-compass:before{content:"\e667"}.pe-7s-comment:before{content:"\e668"}.pe-7s-coffee:before{content:"\e669"}.pe-7s-cloud:before{content:"\e66a"}.pe-7s-clock:before{content:"\e66b"}.pe-7s-check:before{content:"\e66c"}.pe-7s-chat:before{content:"\e66d"}.pe-7s-cart:before{content:"\e66e"}.pe-7s-camera:before{content:"\e66f"}.pe-7s-call:before{content:"\e670"}.pe-7s-calculator:before{content:"\e671"}.pe-7s-browser:before{content:"\e672"}.pe-7s-box2:before{content:"\e673"}.pe-7s-box1:before{content:"\e674"}.pe-7s-bookmarks:before{content:"\e675"}.pe-7s-bicycle:before{content:"\e676"}.pe-7s-bell:before{content:"\e677"}.pe-7s-battery:before{content:"\e678"}.pe-7s-ball:before{content:"\e679"}.pe-7s-back:before{content:"\e67a"}.pe-7s-attention:before{content:"\e67b"}.pe-7s-anchor:before{content:"\e67c"}.pe-7s-albums:before{content:"\e67d"}.pe-7s-alarm:before{content:"\e67e"}.pe-7s-airplay:before{content:"\e67f"}


/*
 Use the following CSS code if you want to have a class per icon.
 Instead of a list of all class selectors, you can use the generic [class*="icon-"] selector, but it's slower:
*/
@font-face{font-family:'simple-line-icons';src:url(/wp-content/themes/jevelin/fonts/Simple-Line-Icons.eot?ver=2.4.0);src:url('/wp-content/themes/jevelin/fonts/Simple-Line-Icons.eot?ver=2.4.0#iefix') format('embedded-opentype'),url(/wp-content/themes/jevelin/fonts/Simple-Line-Icons.woff2?ver=2.4.0) format('woff2'),url(/wp-content/themes/jevelin/fonts/Simple-Line-Icons.ttf?ver=2.4.0) format('truetype'),url(/wp-content/themes/jevelin/fonts/Simple-Line-Icons.woff?ver=2.4.0) format('woff'),url('/wp-content/themes/jevelin/fonts/Simple-Line-Icons.svg?ver=2.4.0#simple-line-icons') format('svg');font-weight:400;font-style:normal}.icon-user,.icon-people,.icon-user-female,.icon-user-follow,.icon-user-following,.icon-user-unfollow,.icon-login,.icon-logout,.icon-emotsmile,.icon-phone,.icon-call-end,.icon-call-in,.icon-call-out,.icon-map,.icon-location-pin,.icon-direction,.icon-directions,.icon-compass,.icon-layers,.icon-menu,.icon-list,.icon-options-vertical,.icon-options,.icon-arrow-down,.icon-arrow-left,.icon-arrow-right,.icon-arrow-up,.icon-arrow-up-circle,.icon-arrow-left-circle,.icon-arrow-right-circle,.icon-arrow-down-circle,.icon-check,.icon-clock,.icon-plus,.icon-minus,.icon-close,.icon-event,.icon-exclamation,.icon-organization,.icon-trophy,.icon-screen-smartphone,.icon-screen-desktop,.icon-plane,.icon-notebook,.icon-mustache,.icon-mouse,.icon-magnet,.icon-energy,.icon-disc,.icon-cursor,.icon-cursor-move,.icon-crop,.icon-chemistry,.icon-speedometer,.icon-shield,.icon-screen-tablet,.icon-magic-wand,.icon-hourglass,.icon-graduation,.icon-ghost,.icon-game-controller,.icon-fire,.icon-eyeglass,.icon-envelope-open,.icon-envelope-letter,.icon-bell,.icon-badge,.icon-anchor,.icon-wallet,.icon-vector,.icon-speech,.icon-puzzle,.icon-printer,.icon-present,.icon-playlist,.icon-pin,.icon-picture,.icon-handbag,.icon-globe-alt,.icon-globe,.icon-folder-alt,.icon-folder,.icon-film,.icon-feed,.icon-drop,.icon-drawer,.icon-docs,.icon-doc,.icon-diamond,.icon-cup,.icon-calculator,.icon-bubbles,.icon-briefcase,.icon-book-open,.icon-basket-loaded,.icon-basket,.icon-bag,.icon-action-undo,.icon-action-redo,.icon-wrench,.icon-umbrella,.icon-trash,.icon-tag,.icon-support,.icon-frame,.icon-size-fullscreen,.icon-size-actual,.icon-shuffle,.icon-share-alt,.icon-share,.icon-rocket,.icon-question,.icon-pie-chart,.icon-pencil,.icon-note,.icon-loop,.icon-home,.icon-grid,.icon-graph,.icon-microphone,.icon-music-tone-alt,.icon-music-tone,.icon-earphones-alt,.icon-earphones,.icon-equalizer,.icon-like,.icon-dislike,.icon-control-start,.icon-control-rewind,.icon-control-play,.icon-control-pause,.icon-control-forward,.icon-control-end,.icon-volume-1,.icon-volume-2,.icon-volume-off,.icon-calendar,.icon-bulb,.icon-chart,.icon-ban,.icon-bubble,.icon-camrecorder,.icon-camera,.icon-cloud-download,.icon-cloud-upload,.icon-envelope,.icon-eye,.icon-flag,.icon-heart,.icon-info,.icon-key,.icon-link,.icon-lock,.icon-lock-open,.icon-magnifier,.icon-magnifier-add,.icon-magnifier-remove,.icon-paper-clip,.icon-paper-plane,.icon-power,.icon-refresh,.icon-reload,.icon-settings,.icon-star,.icon-symbol-female,.icon-symbol-male,.icon-target,.icon-credit-card,.icon-paypal,.icon-social-tumblr,.icon-social-twitter,.icon-social-facebook,.icon-social-instagram,.icon-social-linkedin,.icon-social-pinterest,.icon-social-github,.icon-social-google,.icon-social-reddit,.icon-social-skype,.icon-social-dribbble,.icon-social-behance,.icon-social-foursqare,.icon-social-soundcloud,.icon-social-spotify,.icon-social-stumbleupon,.icon-social-youtube,.icon-social-dropbox,.icon-social-vkontakte,.icon-social-steam{font-family:'simple-line-icons';speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-user:before{content:"\e005"}.icon-people:before{content:"\e001"}.icon-user-female:before{content:"\e000"}.icon-user-follow:before{content:"\e002"}.icon-user-following:before{content:"\e003"}.icon-user-unfollow:before{content:"\e004"}.icon-login:before{content:"\e066"}.icon-logout:before{content:"\e065"}.icon-emotsmile:before{content:"\e021"}.icon-phone:before{content:"\e600"}.icon-call-end:before{content:"\e048"}.icon-call-in:before{content:"\e047"}.icon-call-out:before{content:"\e046"}.icon-map:before{content:"\e033"}.icon-location-pin:before{content:"\e096"}.icon-direction:before{content:"\e042"}.icon-directions:before{content:"\e041"}.icon-compass:before{content:"\e045"}.icon-layers:before{content:"\e034"}.icon-menu:before{content:"\e601"}.icon-list:before{content:"\e067"}.icon-options-vertical:before{content:"\e602"}.icon-options:before{content:"\e603"}.icon-arrow-down:before{content:"\e604"}.icon-arrow-left:before{content:"\e605"}.icon-arrow-right:before{content:"\e606"}.icon-arrow-up:before{content:"\e607"}.icon-arrow-up-circle:before{content:"\e078"}.icon-arrow-left-circle:before{content:"\e07a"}.icon-arrow-right-circle:before{content:"\e079"}.icon-arrow-down-circle:before{content:"\e07b"}.icon-check:before{content:"\e080"}.icon-clock:before{content:"\e081"}.icon-plus:before{content:"\e095"}.icon-minus:before{content:"\e615"}.icon-close:before{content:"\e082"}.icon-event:before{content:"\e619"}.icon-exclamation:before{content:"\e617"}.icon-organization:before{content:"\e616"}.icon-trophy:before{content:"\e006"}.icon-screen-smartphone:before{content:"\e010"}.icon-screen-desktop:before{content:"\e011"}.icon-plane:before{content:"\e012"}.icon-notebook:before{content:"\e013"}.icon-mustache:before{content:"\e014"}.icon-mouse:before{content:"\e015"}.icon-magnet:before{content:"\e016"}.icon-energy:before{content:"\e020"}.icon-disc:before{content:"\e022"}.icon-cursor:before{content:"\e06e"}.icon-cursor-move:before{content:"\e023"}.icon-crop:before{content:"\e024"}.icon-chemistry:before{content:"\e026"}.icon-speedometer:before{content:"\e007"}.icon-shield:before{content:"\e00e"}.icon-screen-tablet:before{content:"\e00f"}.icon-magic-wand:before{content:"\e017"}.icon-hourglass:before{content:"\e018"}.icon-graduation:before{content:"\e019"}.icon-ghost:before{content:"\e01a"}.icon-game-controller:before{content:"\e01b"}.icon-fire:before{content:"\e01c"}.icon-eyeglass:before{content:"\e01d"}.icon-envelope-open:before{content:"\e01e"}.icon-envelope-letter:before{content:"\e01f"}.icon-bell:before{content:"\e027"}.icon-badge:before{content:"\e028"}.icon-anchor:before{content:"\e029"}.icon-wallet:before{content:"\e02a"}.icon-vector:before{content:"\e02b"}.icon-speech:before{content:"\e02c"}.icon-puzzle:before{content:"\e02d"}.icon-printer:before{content:"\e02e"}.icon-present:before{content:"\e02f"}.icon-playlist:before{content:"\e030"}.icon-pin:before{content:"\e031"}.icon-picture:before{content:"\e032"}.icon-handbag:before{content:"\e035"}.icon-globe-alt:before{content:"\e036"}.icon-globe:before{content:"\e037"}.icon-folder-alt:before{content:"\e039"}.icon-folder:before{content:"\e089"}.icon-film:before{content:"\e03a"}.icon-feed:before{content:"\e03b"}.icon-drop:before{content:"\e03e"}.icon-drawer:before{content:"\e03f"}.icon-docs:before{content:"\e040"}.icon-doc:before{content:"\e085"}.icon-diamond:before{content:"\e043"}.icon-cup:before{content:"\e044"}.icon-calculator:before{content:"\e049"}.icon-bubbles:before{content:"\e04a"}.icon-briefcase:before{content:"\e04b"}.icon-book-open:before{content:"\e04c"}.icon-basket-loaded:before{content:"\e04d"}.icon-basket:before{content:"\e04e"}.icon-bag:before{content:"\e04f"}.icon-action-undo:before{content:"\e050"}.icon-action-redo:before{content:"\e051"}.icon-wrench:before{content:"\e052"}.icon-umbrella:before{content:"\e053"}.icon-trash:before{content:"\e054"}.icon-tag:before{content:"\e055"}.icon-support:before{content:"\e056"}.icon-frame:before{content:"\e038"}.icon-size-fullscreen:before{content:"\e057"}.icon-size-actual:before{content:"\e058"}.icon-shuffle:before{content:"\e059"}.icon-share-alt:before{content:"\e05a"}.icon-share:before{content:"\e05b"}.icon-rocket:before{content:"\e05c"}.icon-question:before{content:"\e05d"}.icon-pie-chart:before{content:"\e05e"}.icon-pencil:before{content:"\e05f"}.icon-note:before{content:"\e060"}.icon-loop:before{content:"\e064"}.icon-home:before{content:"\e069"}.icon-grid:before{content:"\e06a"}.icon-graph:before{content:"\e06b"}.icon-microphone:before{content:"\e063"}.icon-music-tone-alt:before{content:"\e061"}.icon-music-tone:before{content:"\e062"}.icon-earphones-alt:before{content:"\e03c"}.icon-earphones:before{content:"\e03d"}.icon-equalizer:before{content:"\e06c"}.icon-like:before{content:"\e068"}.icon-dislike:before{content:"\e06d"}.icon-control-start:before{content:"\e06f"}.icon-control-rewind:before{content:"\e070"}.icon-control-play:before{content:"\e071"}.icon-control-pause:before{content:"\e072"}.icon-control-forward:before{content:"\e073"}.icon-control-end:before{content:"\e074"}.icon-volume-1:before{content:"\e09f"}.icon-volume-2:before{content:"\e0a0"}.icon-volume-off:before{content:"\e0a1"}.icon-calendar:before{content:"\e075"}.icon-bulb:before{content:"\e076"}.icon-chart:before{content:"\e077"}.icon-ban:before{content:"\e07c"}.icon-bubble:before{content:"\e07d"}.icon-camrecorder:before{content:"\e07e"}.icon-camera:before{content:"\e07f"}.icon-cloud-download:before{content:"\e083"}.icon-cloud-upload:before{content:"\e084"}.icon-envelope:before{content:"\e086"}.icon-eye:before{content:"\e087"}.icon-flag:before{content:"\e088"}.icon-heart:before{content:"\e08a"}.icon-info:before{content:"\e08b"}.icon-key:before{content:"\e08c"}.icon-link:before{content:"\e08d"}.icon-lock:before{content:"\e08e"}.icon-lock-open:before{content:"\e08f"}.icon-magnifier:before{content:"\e090"}.icon-magnifier-add:before{content:"\e091"}.icon-magnifier-remove:before{content:"\e092"}.icon-paper-clip:before{content:"\e093"}.icon-paper-plane:before{content:"\e094"}.icon-power:before{content:"\e097"}.icon-refresh:before{content:"\e098"}.icon-reload:before{content:"\e099"}.icon-settings:before{content:"\e09a"}.icon-star:before{content:"\e09b"}.icon-symbol-female:before{content:"\e09c"}.icon-symbol-male:before{content:"\e09d"}.icon-target:before{content:"\e09e"}.icon-credit-card:before{content:"\e025"}.icon-paypal:before{content:"\e608"}.icon-social-tumblr:before{content:"\e00a"}.icon-social-twitter:before{content:"\e009"}.icon-social-facebook:before{content:"\e00b"}.icon-social-instagram:before{content:"\e609"}.icon-social-linkedin:before{content:"\e60a"}.icon-social-pinterest:before{content:"\e60b"}.icon-social-github:before{content:"\e60c"}.icon-social-google:before{content:"\e60d"}.icon-social-reddit:before{content:"\e60e"}.icon-social-skype:before{content:"\e60f"}.icon-social-dribbble:before{content:"\e00d"}.icon-social-behance:before{content:"\e610"}.icon-social-foursqare:before{content:"\e611"}.icon-social-soundcloud:before{content:"\e612"}.icon-social-spotify:before{content:"\e613"}.icon-social-stumbleupon:before{content:"\e614"}.icon-social-youtube:before{content:"\e008"}.icon-social-dropbox:before{content:"\e00c"}.icon-social-vkontakte:before{content:"\e618"}.icon-social-steam:before{content:"\e620"}


/* Slider */
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir='rtl'] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}


.SumoSelect>.optWrapper{display:none;z-index:1000;top:30px;width:100%;position:absolute;left:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background:#fff;border:1px solid #ddd;box-shadow:2px 3px 3px rgba(0,0,0,.11);border-radius:3px;overflow:hidden}.SumoSelect.open>.optWrapper{top:35px;display:block}.SumoSelect.open>.optWrapper.up{top:auto;bottom:100%;margin-bottom:5px}.SumoSelect>.optWrapper ul{list-style:none;display:block;padding:0;margin:0;overflow:auto}.SumoSelect>.optWrapper>.options{border-radius:2px;position:relative;max-height:250px}.SumoSelect>.optWrapper.okCancelInMulti>.options{border-radius:2px 2px 0 0}.SumoSelect>.optWrapper.selall>.options{border-radius:0 0 2px 2px}.SumoSelect>.optWrapper.selall.okCancelInMulti>.options{border-radius:0}.SumoSelect>.optWrapper>.options li.group.disabled>label{opacity:.5}.SumoSelect>.optWrapper>.options li ul li.opt{padding-left:22px}.SumoSelect>.optWrapper.multiple>.options li ul li.opt{padding-left:50px}.SumoSelect>.optWrapper.isFloating>.options{max-height:100%;box-shadow:0 0 100px #595959}.SumoSelect>.optWrapper>.options li.opt{padding:6px;position:relative;border-bottom:1px solid #f5f5f5}.SumoSelect>.optWrapper>.options>li.opt:first-child{border-radius:2px 2px 0 0}.SumoSelect>.optWrapper.selall>.options>li.opt:first-child{border-radius:0}.SumoSelect>.optWrapper>.options>li.opt:last-child{border-radius:0 0 2px 2px;border-bottom:none}.SumoSelect>.optWrapper.okCancelInMulti>.options>li.opt:last-child{border-radius:0}.SumoSelect>.optWrapper>.options li.opt:hover{background-color:#E4E4E4}.SumoSelect .select-all.sel,.SumoSelect>.optWrapper>.options li.opt.sel{background-color:#a1c0e4}.SumoSelect>.optWrapper>.options li label{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:block;cursor:pointer}.SumoSelect>.optWrapper>.options li span{display:none}.SumoSelect>.optWrapper>.options li.group>label{cursor:default;padding:8px 6px;font-weight:700}.SumoSelect>.optWrapper.isFloating{position:fixed;top:0;left:0;right:0;width:90%;bottom:0;margin:auto;max-height:90%}.SumoSelect>.optWrapper>.options li.opt.disabled{background-color:inherit;pointer-events:none}.SumoSelect>.optWrapper>.options li.opt.disabled *{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";filter:alpha(opacity=50);-moz-opacity:.5;-khtml-opacity:.5;opacity:.5}.SumoSelect>.optWrapper.multiple>.options li.opt{padding-left:35px;cursor:pointer}.SumoSelect .select-all>span,.SumoSelect>.optWrapper.multiple>.options li.opt span{position:absolute;display:block;width:30px;top:0;bottom:0;margin-left:-35px}.SumoSelect .select-all>span i,.SumoSelect>.optWrapper.multiple>.options li.opt span i{position:absolute;margin:auto;left:0;right:0;top:0;bottom:0;width:14px;height:14px;border:1px solid #AEAEAE;border-radius:2px;box-shadow:inset 0 1px 3px rgba(0,0,0,.15);background-color:#fff}.SumoSelect>.optWrapper>.MultiControls{display:none;border-top:1px solid #ddd;background-color:#fff;box-shadow:0 0 2px rgba(0,0,0,.13);border-radius:0 0 3px 3px}.SumoSelect>.optWrapper.multiple.isFloating>.MultiControls{display:block;margin-top:5px;position:absolute;bottom:0;width:100%}.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls{display:block}.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls>p{padding:6px}.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls>p:focus{box-shadow:0 0 2px #a1c0e4;border-color:#a1c0e4;outline:0;background-color:#a1c0e4}.SumoSelect>.optWrapper.multiple>.MultiControls>p{display:inline-block;cursor:pointer;padding:12px;width:50%;box-sizing:border-box;text-align:center}.SumoSelect>.optWrapper.multiple>.MultiControls>p:hover{background-color:#f1f1f1}.SumoSelect>.optWrapper.multiple>.MultiControls>p.btnOk{border-right:1px solid #DBDBDB;border-radius:0 0 0 3px}.SumoSelect>.optWrapper.multiple>.MultiControls>p.btnCancel{border-radius:0 0 3px}.SumoSelect>.optWrapper.isFloating>.options li.opt{padding:12px 6px}.SumoSelect>.optWrapper.multiple.isFloating>.options li.opt{padding-left:35px}.SumoSelect>.optWrapper.multiple.isFloating{padding-bottom:43px}.SumoSelect .select-all.partial>span i,.SumoSelect .select-all.selected>span i,.SumoSelect>.optWrapper.multiple>.options li.opt.selected span i{background-color:#11a911;box-shadow:none;border-color:transparent;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC);background-repeat:no-repeat;background-position:center center}.SumoSelect.disabled{opacity:.7;cursor:not-allowed}.SumoSelect.disabled>.CaptionCont{border-color:#ccc;box-shadow:none}.SumoSelect .select-all{border-radius:3px 3px 0 0;position:relative;border-bottom:1px solid #ddd;background-color:#fff;padding:8px 0 3px 35px;height:20px;cursor:pointer}.SumoSelect .select-all>label,.SumoSelect .select-all>span i{cursor:pointer}.SumoSelect .select-all.partial>span i{background-color:#ccc}.SumoSelect>.optWrapper>.options li.optGroup{padding-left:5px;text-decoration:underline}
.SelectClass,.SumoSelect.open .search-txt,.SumoUnder{position:absolute;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;top:0;left:0}.SumoSelect p{margin:0}.SumoSelect{width:200px}.SelectBox{padding:5px 8px}.sumoStopScroll{overflow:hidden}.SumoSelect .hidden{display:none}.SumoSelect .search-txt{display:none;outline:0}.SumoSelect .no-match{display:none;padding:6px}.SumoSelect.open .search-txt{display:inline-block;width:100%;margin:0;padding:5px 8px;border:none;box-sizing:border-box;border-radius:5px}.SumoSelect.open>.search>label,.SumoSelect.open>.search>span{visibility:hidden}.SelectClass,.SumoUnder{right:0;height:100%;width:100%;border:none;box-sizing:border-box;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0}.SelectClass{z-index:1}.SumoSelect .select-all>label,.SumoSelect>.CaptionCont,.SumoSelect>.optWrapper>.options li.opt label{user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}.SumoSelect{display:inline-block;position:relative;outline:0}.SumoSelect.open>.CaptionCont,.SumoSelect:focus>.CaptionCont,.SumoSelect:hover>.CaptionCont{box-shadow:0 0 2px #7799D0;border-color:#7799D0}.SumoSelect>.CaptionCont{position:relative;border:1px solid #A4A4A4;min-height:14px;background-color:#fff;border-radius:2px;margin:0}.SumoSelect>.CaptionCont>span{display:block;padding-right:30px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;cursor:default}.SumoSelect>.CaptionCont>span.placeholder{color:#ccc;font-style:italic}.SumoSelect>.CaptionCont>label{position:absolute;top:0;right:0;bottom:0;width:30px}.SumoSelect>.CaptionCont>label>i{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII=);background-position:center center;width:16px;height:16px;display:block;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;background-repeat:no-repeat;opacity:.8}.SumoSelect>.optWrapper{display:none;z-index:1000;top:30px;width:100%;position:absolute;left:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background:#fff;border:1px solid #ddd;box-shadow:2px 3px 3px rgba(0,0,0,.11);border-radius:3px;overflow:hidden}.SumoSelect.open>.optWrapper{top:35px;display:block}.SumoSelect.open>.optWrapper.up{top:auto;bottom:100%;margin-bottom:5px}.SumoSelect>.optWrapper ul{list-style:none;display:block;padding:0;margin:0;overflow:auto}.SumoSelect>.optWrapper>.options{border-radius:2px;position:relative;max-height:250px}.SumoSelect>.optWrapper.okCancelInMulti>.options{border-radius:2px 2px 0 0}.SumoSelect>.optWrapper.selall>.options{border-radius:0 0 2px 2px}.SumoSelect>.optWrapper.selall.okCancelInMulti>.options{border-radius:0}.SumoSelect>.optWrapper>.options li.group.disabled>label{opacity:.5}.SumoSelect>.optWrapper>.options li ul li.opt{padding-left:22px}.SumoSelect>.optWrapper.multiple>.options li ul li.opt{padding-left:50px}.SumoSelect>.optWrapper.isFloating>.options{max-height:100%;box-shadow:0 0 100px #595959}.SumoSelect>.optWrapper>.options li.opt{padding:6px;position:relative;border-bottom:1px solid #f5f5f5}.SumoSelect>.optWrapper>.options>li.opt:first-child{border-radius:2px 2px 0 0}.SumoSelect>.optWrapper.selall>.options>li.opt:first-child{border-radius:0}.SumoSelect>.optWrapper>.options>li.opt:last-child{border-radius:0 0 2px 2px;border-bottom:none}.SumoSelect>.optWrapper.okCancelInMulti>.options>li.opt:last-child{border-radius:0}.SumoSelect>.optWrapper>.options li.opt:hover{background-color:#E4E4E4}.SumoSelect .select-all.sel,.SumoSelect>.optWrapper>.options li.opt.sel{background-color:#a1c0e4}.SumoSelect>.optWrapper>.options li label{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:block;cursor:pointer}.SumoSelect>.optWrapper>.options li span{display:none}.SumoSelect>.optWrapper>.options li.group>label{cursor:default;padding:8px 6px;font-weight:700}.SumoSelect>.optWrapper.isFloating{position:fixed;top:0;left:0;right:0;width:90%;bottom:0;margin:auto;max-height:90%}.SumoSelect>.optWrapper>.options li.opt.disabled{background-color:inherit;pointer-events:none}.SumoSelect>.optWrapper>.options li.opt.disabled *{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";filter:alpha(opacity=50);-moz-opacity:.5;-khtml-opacity:.5;opacity:.5}.SumoSelect>.optWrapper.multiple>.options li.opt{padding-left:35px;cursor:pointer}.SumoSelect .select-all>span,.SumoSelect>.optWrapper.multiple>.options li.opt span{position:absolute;display:block;width:30px;top:0;bottom:0;margin-left:-35px}.SumoSelect .select-all>span i,.SumoSelect>.optWrapper.multiple>.options li.opt span i{position:absolute;margin:auto;left:0;right:0;top:0;bottom:0;width:14px;height:14px;border:1px solid #AEAEAE;border-radius:2px;box-shadow:inset 0 1px 3px rgba(0,0,0,.15);background-color:#fff}.SumoSelect>.optWrapper>.MultiControls{display:none;border-top:1px solid #ddd;background-color:#fff;box-shadow:0 0 2px rgba(0,0,0,.13);border-radius:0 0 3px 3px}.SumoSelect>.optWrapper.multiple.isFloating>.MultiControls{display:block;margin-top:5px;position:absolute;bottom:0;width:100%}.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls{display:block}.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls>p{padding:6px}.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls>p:focus{box-shadow:0 0 2px #a1c0e4;border-color:#a1c0e4;outline:0;background-color:#a1c0e4}.SumoSelect>.optWrapper.multiple>.MultiControls>p{display:inline-block;cursor:pointer;padding:12px;width:50%;box-sizing:border-box;text-align:center}.SumoSelect>.optWrapper.multiple>.MultiControls>p:hover{background-color:#f1f1f1}.SumoSelect>.optWrapper.multiple>.MultiControls>p.btnOk{border-right:1px solid #DBDBDB;border-radius:0 0 0 3px}.SumoSelect>.optWrapper.multiple>.MultiControls>p.btnCancel{border-radius:0 0 3px}.SumoSelect>.optWrapper.isFloating>.options li.opt{padding:12px 6px}.SumoSelect>.optWrapper.multiple.isFloating>.options li.opt{padding-left:35px}.SumoSelect>.optWrapper.multiple.isFloating{padding-bottom:43px}.SumoSelect .select-all.partial>span i,.SumoSelect .select-all.selected>span i,.SumoSelect>.optWrapper.multiple>.options li.opt.selected span i{background-color:#11a911;box-shadow:none;border-color:transparent;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC);background-repeat:no-repeat;background-position:center center}.SumoSelect.disabled{opacity:.7;cursor:not-allowed}.SumoSelect.disabled>.CaptionCont{border-color:#ccc;box-shadow:none}.SumoSelect .select-all{border-radius:3px 3px 0 0;position:relative;border-bottom:1px solid #ddd;background-color:#fff;padding:8px 0 3px 35px;height:20px;cursor:pointer}.SumoSelect .select-all>label,.SumoSelect .select-all>span i{cursor:pointer}.SumoSelect .select-all.partial>span i{background-color:#ccc}.SumoSelect>.optWrapper>.options li.optGroup{padding-left:5px;text-decoration:underline}


/* Better Font Rendering =========== */
@font-face{font-family:'themify';src:url(/wp-content/themes/jevelin/fonts/themify.eot);src:url(/wp-content/themes/jevelin/fonts/themify.eot) format('embedded-opentype'),url(/wp-content/themes/jevelin/fonts/themify.woff) format('woff'),url(/wp-content/themes/jevelin/fonts/themify.ttf) format('truetype'),url(/wp-content/themes/jevelin/fonts/themify.svg) format('svg');font-weight:400;font-style:normal}[class^="ti-"],[class*=" ti-"]{font-family:'themify';speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ti-wand:before{content:"\e600"}.ti-volume:before{content:"\e601"}.ti-user:before{content:"\e602"}.ti-unlock:before{content:"\e603"}.ti-unlink:before{content:"\e604"}.ti-trash:before{content:"\e605"}.ti-thought:before{content:"\e606"}.ti-target:before{content:"\e607"}.ti-tag:before{content:"\e608"}.ti-tablet:before{content:"\e609"}.ti-star:before{content:"\e60a"}.ti-spray:before{content:"\e60b"}.ti-signal:before{content:"\e60c"}.ti-shopping-cart:before{content:"\e60d"}.ti-shopping-cart-full:before{content:"\e60e"}.ti-settings:before{content:"\e60f"}.ti-search:before{content:"\e610"}.ti-zoom-in:before{content:"\e611"}.ti-zoom-out:before{content:"\e612"}.ti-cut:before{content:"\e613"}.ti-ruler:before{content:"\e614"}.ti-ruler-pencil:before{content:"\e615"}.ti-ruler-alt:before{content:"\e616"}.ti-bookmark:before{content:"\e617"}.ti-bookmark-alt:before{content:"\e618"}.ti-reload:before{content:"\e619"}.ti-plus:before{content:"\e61a"}.ti-pin:before{content:"\e61b"}.ti-pencil:before{content:"\e61c"}.ti-pencil-alt:before{content:"\e61d"}.ti-paint-roller:before{content:"\e61e"}.ti-paint-bucket:before{content:"\e61f"}.ti-na:before{content:"\e620"}.ti-mobile:before{content:"\e621"}.ti-minus:before{content:"\e622"}.ti-medall:before{content:"\e623"}.ti-medall-alt:before{content:"\e624"}.ti-marker:before{content:"\e625"}.ti-marker-alt:before{content:"\e626"}.ti-arrow-up:before{content:"\e627"}.ti-arrow-right:before{content:"\e628"}.ti-arrow-left:before{content:"\e629"}.ti-arrow-down:before{content:"\e62a"}.ti-lock:before{content:"\e62b"}.ti-location-arrow:before{content:"\e62c"}.ti-link:before{content:"\e62d"}.ti-layout:before{content:"\e62e"}.ti-layers:before{content:"\e62f"}.ti-layers-alt:before{content:"\e630"}.ti-key:before{content:"\e631"}.ti-import:before{content:"\e632"}.ti-image:before{content:"\e633"}.ti-heart:before{content:"\e634"}.ti-heart-broken:before{content:"\e635"}.ti-hand-stop:before{content:"\e636"}.ti-hand-open:before{content:"\e637"}.ti-hand-drag:before{content:"\e638"}.ti-folder:before{content:"\e639"}.ti-flag:before{content:"\e63a"}.ti-flag-alt:before{content:"\e63b"}.ti-flag-alt-2:before{content:"\e63c"}.ti-eye:before{content:"\e63d"}.ti-export:before{content:"\e63e"}.ti-exchange-vertical:before{content:"\e63f"}.ti-desktop:before{content:"\e640"}.ti-cup:before{content:"\e641"}.ti-crown:before{content:"\e642"}.ti-comments:before{content:"\e643"}.ti-comment:before{content:"\e644"}.ti-comment-alt:before{content:"\e645"}.ti-close:before{content:"\e646"}.ti-clip:before{content:"\e647"}.ti-angle-up:before{content:"\e648"}.ti-angle-right:before{content:"\e649"}.ti-angle-left:before{content:"\e64a"}.ti-angle-down:before{content:"\e64b"}.ti-check:before{content:"\e64c"}.ti-check-box:before{content:"\e64d"}.ti-camera:before{content:"\e64e"}.ti-announcement:before{content:"\e64f"}.ti-brush:before{content:"\e650"}.ti-briefcase:before{content:"\e651"}.ti-bolt:before{content:"\e652"}.ti-bolt-alt:before{content:"\e653"}.ti-blackboard:before{content:"\e654"}.ti-bag:before{content:"\e655"}.ti-move:before{content:"\e656"}.ti-arrows-vertical:before{content:"\e657"}.ti-arrows-horizontal:before{content:"\e658"}.ti-fullscreen:before{content:"\e659"}.ti-arrow-top-right:before{content:"\e65a"}.ti-arrow-top-left:before{content:"\e65b"}.ti-arrow-circle-up:before{content:"\e65c"}.ti-arrow-circle-right:before{content:"\e65d"}.ti-arrow-circle-left:before{content:"\e65e"}.ti-arrow-circle-down:before{content:"\e65f"}.ti-angle-double-up:before{content:"\e660"}.ti-angle-double-right:before{content:"\e661"}.ti-angle-double-left:before{content:"\e662"}.ti-angle-double-down:before{content:"\e663"}.ti-zip:before{content:"\e664"}.ti-world:before{content:"\e665"}.ti-wheelchair:before{content:"\e666"}.ti-view-list:before{content:"\e667"}.ti-view-list-alt:before{content:"\e668"}.ti-view-grid:before{content:"\e669"}.ti-uppercase:before{content:"\e66a"}.ti-upload:before{content:"\e66b"}.ti-underline:before{content:"\e66c"}.ti-truck:before{content:"\e66d"}.ti-timer:before{content:"\e66e"}.ti-ticket:before{content:"\e66f"}.ti-thumb-up:before{content:"\e670"}.ti-thumb-down:before{content:"\e671"}.ti-text:before{content:"\e672"}.ti-stats-up:before{content:"\e673"}.ti-stats-down:before{content:"\e674"}.ti-split-v:before{content:"\e675"}.ti-split-h:before{content:"\e676"}.ti-smallcap:before{content:"\e677"}.ti-shine:before{content:"\e678"}.ti-shift-right:before{content:"\e679"}.ti-shift-left:before{content:"\e67a"}.ti-shield:before{content:"\e67b"}.ti-notepad:before{content:"\e67c"}.ti-server:before{content:"\e67d"}.ti-quote-right:before{content:"\e67e"}.ti-quote-left:before{content:"\e67f"}.ti-pulse:before{content:"\e680"}.ti-printer:before{content:"\e681"}.ti-power-off:before{content:"\e682"}.ti-plug:before{content:"\e683"}.ti-pie-chart:before{content:"\e684"}.ti-paragraph:before{content:"\e685"}.ti-panel:before{content:"\e686"}.ti-package:before{content:"\e687"}.ti-music:before{content:"\e688"}.ti-music-alt:before{content:"\e689"}.ti-mouse:before{content:"\e68a"}.ti-mouse-alt:before{content:"\e68b"}.ti-money:before{content:"\e68c"}.ti-microphone:before{content:"\e68d"}.ti-menu:before{content:"\e68e"}.ti-menu-alt:before{content:"\e68f"}.ti-map:before{content:"\e690"}.ti-map-alt:before{content:"\e691"}.ti-loop:before{content:"\e692"}.ti-location-pin:before{content:"\e693"}.ti-list:before{content:"\e694"}.ti-light-bulb:before{content:"\e695"}.ti-Italic:before{content:"\e696"}.ti-info:before{content:"\e697"}.ti-infinite:before{content:"\e698"}.ti-id-badge:before{content:"\e699"}.ti-hummer:before{content:"\e69a"}.ti-home:before{content:"\e69b"}.ti-help:before{content:"\e69c"}.ti-headphone:before{content:"\e69d"}.ti-harddrives:before{content:"\e69e"}.ti-harddrive:before{content:"\e69f"}.ti-gift:before{content:"\e6a0"}.ti-game:before{content:"\e6a1"}.ti-filter:before{content:"\e6a2"}.ti-files:before{content:"\e6a3"}.ti-file:before{content:"\e6a4"}.ti-eraser:before{content:"\e6a5"}.ti-envelope:before{content:"\e6a6"}.ti-download:before{content:"\e6a7"}.ti-direction:before{content:"\e6a8"}.ti-direction-alt:before{content:"\e6a9"}.ti-dashboard:before{content:"\e6aa"}.ti-control-stop:before{content:"\e6ab"}.ti-control-shuffle:before{content:"\e6ac"}.ti-control-play:before{content:"\e6ad"}.ti-control-pause:before{content:"\e6ae"}.ti-control-forward:before{content:"\e6af"}.ti-control-backward:before{content:"\e6b0"}.ti-cloud:before{content:"\e6b1"}.ti-cloud-up:before{content:"\e6b2"}.ti-cloud-down:before{content:"\e6b3"}.ti-clipboard:before{content:"\e6b4"}.ti-car:before{content:"\e6b5"}.ti-calendar:before{content:"\e6b6"}.ti-book:before{content:"\e6b7"}.ti-bell:before{content:"\e6b8"}.ti-basketball:before{content:"\e6b9"}.ti-bar-chart:before{content:"\e6ba"}.ti-bar-chart-alt:before{content:"\e6bb"}.ti-back-right:before{content:"\e6bc"}.ti-back-left:before{content:"\e6bd"}.ti-arrows-corner:before{content:"\e6be"}.ti-archive:before{content:"\e6bf"}.ti-anchor:before{content:"\e6c0"}.ti-align-right:before{content:"\e6c1"}.ti-align-left:before{content:"\e6c2"}.ti-align-justify:before{content:"\e6c3"}.ti-align-center:before{content:"\e6c4"}.ti-alert:before{content:"\e6c5"}.ti-alarm-clock:before{content:"\e6c6"}.ti-agenda:before{content:"\e6c7"}.ti-write:before{content:"\e6c8"}.ti-window:before{content:"\e6c9"}.ti-widgetized:before{content:"\e6ca"}.ti-widget:before{content:"\e6cb"}.ti-widget-alt:before{content:"\e6cc"}.ti-wallet:before{content:"\e6cd"}.ti-video-clapper:before{content:"\e6ce"}.ti-video-camera:before{content:"\e6cf"}.ti-vector:before{content:"\e6d0"}.ti-themify-logo:before{content:"\e6d1"}.ti-themify-favicon:before{content:"\e6d2"}.ti-themify-favicon-alt:before{content:"\e6d3"}.ti-support:before{content:"\e6d4"}.ti-stamp:before{content:"\e6d5"}.ti-split-v-alt:before{content:"\e6d6"}.ti-slice:before{content:"\e6d7"}.ti-shortcode:before{content:"\e6d8"}.ti-shift-right-alt:before{content:"\e6d9"}.ti-shift-left-alt:before{content:"\e6da"}.ti-ruler-alt-2:before{content:"\e6db"}.ti-receipt:before{content:"\e6dc"}.ti-pin2:before{content:"\e6dd"}.ti-pin-alt:before{content:"\e6de"}.ti-pencil-alt2:before{content:"\e6df"}.ti-palette:before{content:"\e6e0"}.ti-more:before{content:"\e6e1"}.ti-more-alt:before{content:"\e6e2"}.ti-microphone-alt:before{content:"\e6e3"}.ti-magnet:before{content:"\e6e4"}.ti-line-double:before{content:"\e6e5"}.ti-line-dotted:before{content:"\e6e6"}.ti-line-dashed:before{content:"\e6e7"}.ti-layout-width-full:before{content:"\e6e8"}.ti-layout-width-default:before{content:"\e6e9"}.ti-layout-width-default-alt:before{content:"\e6ea"}.ti-layout-tab:before{content:"\e6eb"}.ti-layout-tab-window:before{content:"\e6ec"}.ti-layout-tab-v:before{content:"\e6ed"}.ti-layout-tab-min:before{content:"\e6ee"}.ti-layout-slider:before{content:"\e6ef"}.ti-layout-slider-alt:before{content:"\e6f0"}.ti-layout-sidebar-right:before{content:"\e6f1"}.ti-layout-sidebar-none:before{content:"\e6f2"}.ti-layout-sidebar-left:before{content:"\e6f3"}.ti-layout-placeholder:before{content:"\e6f4"}.ti-layout-menu:before{content:"\e6f5"}.ti-layout-menu-v:before{content:"\e6f6"}.ti-layout-menu-separated:before{content:"\e6f7"}.ti-layout-menu-full:before{content:"\e6f8"}.ti-layout-media-right-alt:before{content:"\e6f9"}.ti-layout-media-right:before{content:"\e6fa"}.ti-layout-media-overlay:before{content:"\e6fb"}.ti-layout-media-overlay-alt:before{content:"\e6fc"}.ti-layout-media-overlay-alt-2:before{content:"\e6fd"}.ti-layout-media-left-alt:before{content:"\e6fe"}.ti-layout-media-left:before{content:"\e6ff"}.ti-layout-media-center-alt:before{content:"\e700"}.ti-layout-media-center:before{content:"\e701"}.ti-layout-list-thumb:before{content:"\e702"}.ti-layout-list-thumb-alt:before{content:"\e703"}.ti-layout-list-post:before{content:"\e704"}.ti-layout-list-large-image:before{content:"\e705"}.ti-layout-line-solid:before{content:"\e706"}.ti-layout-grid4:before{content:"\e707"}.ti-layout-grid3:before{content:"\e708"}.ti-layout-grid2:before{content:"\e709"}.ti-layout-grid2-thumb:before{content:"\e70a"}.ti-layout-cta-right:before{content:"\e70b"}.ti-layout-cta-left:before{content:"\e70c"}.ti-layout-cta-center:before{content:"\e70d"}.ti-layout-cta-btn-right:before{content:"\e70e"}.ti-layout-cta-btn-left:before{content:"\e70f"}.ti-layout-column4:before{content:"\e710"}.ti-layout-column3:before{content:"\e711"}.ti-layout-column2:before{content:"\e712"}.ti-layout-accordion-separated:before{content:"\e713"}.ti-layout-accordion-merged:before{content:"\e714"}.ti-layout-accordion-list:before{content:"\e715"}.ti-ink-pen:before{content:"\e716"}.ti-info-alt:before{content:"\e717"}.ti-help-alt:before{content:"\e718"}.ti-headphone-alt:before{content:"\e719"}.ti-hand-point-up:before{content:"\e71a"}.ti-hand-point-right:before{content:"\e71b"}.ti-hand-point-left:before{content:"\e71c"}.ti-hand-point-down:before{content:"\e71d"}.ti-gallery:before{content:"\e71e"}.ti-face-smile:before{content:"\e71f"}.ti-face-sad:before{content:"\e720"}.ti-credit-card:before{content:"\e721"}.ti-control-skip-forward:before{content:"\e722"}.ti-control-skip-backward:before{content:"\e723"}.ti-control-record:before{content:"\e724"}.ti-control-eject:before{content:"\e725"}.ti-comments-smiley:before{content:"\e726"}.ti-brush-alt:before{content:"\e727"}.ti-youtube:before{content:"\e728"}.ti-vimeo:before{content:"\e729"}.ti-twitter:before{content:"\e72a"}.ti-time:before{content:"\e72b"}.ti-tumblr:before{content:"\e72c"}.ti-skype:before{content:"\e72d"}.ti-share:before{content:"\e72e"}.ti-share-alt:before{content:"\e72f"}.ti-rocket:before{content:"\e730"}.ti-pinterest:before{content:"\e731"}.ti-new-window:before{content:"\e732"}.ti-microsoft:before{content:"\e733"}.ti-list-ol:before{content:"\e734"}.ti-linkedin:before{content:"\e735"}.ti-layout-sidebar-2:before{content:"\e736"}.ti-layout-grid4-alt:before{content:"\e737"}.ti-layout-grid3-alt:before{content:"\e738"}.ti-layout-grid2-alt:before{content:"\e739"}.ti-layout-column4-alt:before{content:"\e73a"}.ti-layout-column3-alt:before{content:"\e73b"}.ti-layout-column2-alt:before{content:"\e73c"}.ti-instagram:before{content:"\e73d"}.ti-google:before{content:"\e73e"}.ti-github:before{content:"\e73f"}.ti-flickr:before{content:"\e740"}.ti-facebook:before{content:"\e741"}.ti-dropbox:before{content:"\e742"}.ti-dribbble:before{content:"\e743"}.ti-apple:before{content:"\e744"}.ti-android:before{content:"\e745"}.ti-save:before{content:"\e746"}.ti-save-alt:before{content:"\e747"}.ti-yahoo:before{content:"\e748"}.ti-wordpress:before{content:"\e749"}.ti-vimeo-alt:before{content:"\e74a"}.ti-twitter-alt:before{content:"\e74b"}.ti-tumblr-alt:before{content:"\e74c"}.ti-trello:before{content:"\e74d"}.ti-stack-overflow:before{content:"\e74e"}.ti-soundcloud:before{content:"\e74f"}.ti-sharethis:before{content:"\e750"}.ti-sharethis-alt:before{content:"\e751"}.ti-reddit:before{content:"\e752"}.ti-pinterest-alt:before{content:"\e753"}.ti-microsoft-alt:before{content:"\e754"}.ti-linux:before{content:"\e755"}.ti-jsfiddle:before{content:"\e756"}.ti-joomla:before{content:"\e757"}.ti-html5:before{content:"\e758"}.ti-flickr-alt:before{content:"\e759"}.ti-email:before{content:"\e75a"}.ti-drupal:before{content:"\e75b"}.ti-dropbox-alt:before{content:"\e75c"}.ti-css3:before{content:"\e75d"}.ti-rss:before{content:"\e75e"}.ti-rss-alt:before{content:"\e75f"}


/* Jevelin Icons */
@font-face {
  font-family: 'Jevelin-Icons';
  src:  url('/wp-content/themes/jevelin/fonts/Shufflehound-Icons.eot?68djhe');
  src:  url('/wp-content/themes/jevelin/fonts/Shufflehound-Icons.eot?68djhe#iefix') format('embedded-opentype'),
    url('/wp-content/themes/jevelin/fonts/Shufflehound-Icons.ttf?68djhe') format('truetype'),
    url('/wp-content/themes/jevelin/fonts/Shufflehound-Icons.woff?68djhe') format('woff'),
    url('/wp-content/themes/jevelin/fonts/Shufflehound-Icons.svg?68djhe#Shufflehound-Icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.shi {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Jevelin-Icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.shi-cart:before {
  content: "\e900";
}
.shi-chat:before {
  content: "\e901";
}
.shi-close:before {
  content: "\e902";
}
.shi-search:before {
  content: "\e903";
}
.shi-share:before {
  content: "\e904";
}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}40%,43%,70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}40%,43%,70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.swing{-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:none;transform:none}}@keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:none;transform:none}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) rotateY(-1turn);transform:perspective(400px) rotateY(-1turn)}0%,40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg);transform:perspective(400px) translateZ(150px) rotateY(-190deg)}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg);transform:perspective(400px) translateZ(150px) rotateY(-170deg)}50%,80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95)}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) rotateY(-1turn);transform:perspective(400px) rotateY(-1turn)}0%,40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg);transform:perspective(400px) translateZ(150px) rotateY(-190deg)}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg);transform:perspective(400px) translateZ(150px) rotateY(-170deg)}50%,80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95)}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg)}60%,80%{opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg)}60%,80%{opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:none;transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}0%,to{-webkit-transform-origin:center}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}0%,to{-webkit-transform-origin:center}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}0%,to{-webkit-transform-origin:center}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}0%,to{-webkit-transform-origin:center}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left}0%,20%,60%{-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-transform-origin:top left;transform-origin:top left}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left}0%,20%,60%{-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-transform-origin:top left;transform-origin:top left}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%,to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%,to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}


.simpleselect .placeholder:hover{background:#fafafa}.simpleselect .options{display:none;position:absolute;top:0;left:0;z-index:1000}.simpleselect .options .option.active{background:#666;color:#fff}.simpleselect.disabled .placeholder,.simpleselect.disabled .placeholder:hover{background:#fafafa;color:#aaa;border-color:#eee;cursor:default}.simpleselect.disabled .placeholder:after{opacity:.5}
.hidden_select_container{width:0;height:0;overflow:hidden}.simpleselect,.simpleselect *{box-sizing:content-box}.simpleselect{position:relative;width:200px;height:38px;color:#666;font-size:13px}.simpleselect .options{width:198px}.simpleselect .placeholder,.simpleselect .options .option,.simpleselect .options .optgroup .optgroup-label{padding:9px 10px;line-height:18px;cursor:pointer}.simpleselect .options .optgroup .optgroup-label{cursor:default;font-weight:700}.simpleselect .options .optgroup .option{padding-left:20px}.simpleselect .placeholder,.simpleselect .options{background:#fff;border:1px solid #ddd;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.simpleselect .placeholder{position:relative}.simpleselect .placeholder:after{content:"";position:absolute;top:0;bottom:0;right:10px;width:8px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAOCAYAAAASVl2WAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjA0Q0FGMUI4RTU1MTFFMzhGMThCQzUzMTMxMzdBN0YiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjA0Q0FGMUM4RTU1MTFFMzhGMThCQzUzMTMxMzdBN0YiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2MDRDQUYxOThFNTUxMUUzOEYxOEJDNTMxMzEzN0E3RiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2MDRDQUYxQThFNTUxMUUzOEYxOEJDNTMxMzEzN0E3RiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pq8U8ZgAAAClSURBVHjaYpw7dw4DEggEYh4gXgwTYEGS5AfiyVD6FBDfBAkyISloB2JpqAlLgZgNWYENEGciKTYG4haYFSCVKA6BglIg3gdSIAHEfQzYASfj////GfABJgYCgGXevLlyQNoDh/xrkBteAHEREKtjUeAJsuIXEKdgkewG4h0wNxwB4ulIkmeBuAbdkZVA/BSIvwBxNNRklLj4CMS50KC+CRMECDAA5ogdqmResXgAAAAASUVORK5CYII=) 0 center no-repeat}.simpleselect .placeholder:hover{background:#fafafa}.simpleselect .options{display:none;position:absolute;top:0;left:0;z-index:1000}.simpleselect .options .option.active{background:#666;color:#fff}.simpleselect.disabled .placeholder,.simpleselect.disabled .placeholder:hover{background:#fafafa;color:#aaa;border-color:#eee;cursor:default}.simpleselect.disabled .placeholder:after{opacity:.5}



.jssocials-share-twitter .jssocials-share-link{background:#00aced}.jssocials-share-twitter .jssocials-share-link:hover{background:#0087ba}.jssocials-share-facebook .jssocials-share-link{background:#3b5998}.jssocials-share-facebook .jssocials-share-link:hover{background:#2d4373}.jssocials-share-googleplus .jssocials-share-link{background:#dd4b39}.jssocials-share-googleplus .jssocials-share-link:hover{background:#c23321}.jssocials-share-linkedin .jssocials-share-link{background:#007bb6}.jssocials-share-linkedin .jssocials-share-link:hover{background:#005983}.jssocials-share-pinterest .jssocials-share-link{background:#cb2027}.jssocials-share-pinterest .jssocials-share-link:hover{background:#9f191f}.jssocials-share-email .jssocials-share-link{background:#3490F3}.jssocials-share-email .jssocials-share-link:hover{background:#0e76e6}.jssocials-share-stumbleupon .jssocials-share-link{background:#eb4823}.jssocials-share-stumbleupon .jssocials-share-link:hover{background:#c93412}.jssocials-share-whatsapp .jssocials-share-link{background:#29a628}.jssocials-share-whatsapp .jssocials-share-link:hover{background:#1f7d1e}.jssocials-share-telegram .jssocials-share-link{background:#2ca5e0}.jssocials-share-telegram .jssocials-share-link:hover{background:#1c88bd}.jssocials-share-line .jssocials-share-link{background:#25af00}.jssocials-share-line .jssocials-share-link:hover{background:#1a7c00}.jssocials-share-viber .jssocials-share-link{background:#7b519d}.jssocials-share-viber .jssocials-share-link:hover{background:#61407b}.jssocials-share-pocket .jssocials-share-link{background:#ef4056}.jssocials-share-pocket .jssocials-share-link:hover{background:#e9132e}.jssocials-share-messenger .jssocials-share-link{background:#0084ff}.jssocials-share-messenger .jssocials-share-link:hover{background:#006acc}.jssocials-share-vkontakte .jssocials-share-link{background:#45668e}.jssocials-share-vkontakte .jssocials-share-link:hover{background:#344d6c}.jssocials-share-link{padding:.5em .6em;color:#fff;-webkit-transition:background 200ms ease-in-out,border-color 200ms ease-in-out;transition:background 200ms ease-in-out,border-color 200ms ease-in-out}.jssocials-share-link:hover,.jssocials-share-link:focus,.jssocials-share-link:active{color:#fff}.jssocials-share-count-box{position:relative;height:2.5em;padding:0 .3em;margin-left:.3em;background:#f5f5f5;-webkit-transition:background 200ms ease-in-out,border-color 200ms ease-in-out;transition:background 200ms ease-in-out,border-color 200ms ease-in-out}.jssocials-share-count-box:hover{background:gainsboro}.jssocials-share-count-box:hover:after{border-color:transparent gainsboro transparent transparent}.jssocials-share-count-box:after{content:"";display:block;position:absolute;top:.85em;left:-.3em;width:0;height:0;border-width:.4em .4em .4em 0;border-style:solid;border-color:transparent #f5f5f5 transparent transparent;-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg);-webkit-transition:background 200ms ease-in-out,border-color 200ms ease-in-out;transition:background 200ms ease-in-out,border-color 200ms ease-in-out}.jssocials-share-count-box .jssocials-share-count{line-height:2.5em;color:#444}



.jssocials-shares{margin:.2em 0}.jssocials-shares *{box-sizing:border-box}.jssocials-share{display:inline-block;vertical-align:top;margin:.3em .6em .3em 0}.jssocials-share:last-child{margin-right:0}.jssocials-share-logo{width:1em;vertical-align:middle;font-size:1.5em}img.jssocials-share-logo{width:auto;height:1em}.jssocials-share-link{display:inline-block;text-align:center;text-decoration:none;line-height:1}.jssocials-share-link.jssocials-share-link-count{padding-top:.2em}.jssocials-share-link.jssocials-share-link-count .jssocials-share-count{display:block;font-size:.6em;margin:0 -.5em -.8em -.5em}.jssocials-share-link.jssocials-share-no-count{padding-top:.5em}.jssocials-share-link.jssocials-share-no-count .jssocials-share-count{height:1em}.jssocials-share-label{padding-left:.3em;vertical-align:middle}.jssocials-share-count-box{display:inline-block;height:1.5em;padding:0 .3em;line-height:1;vertical-align:middle;cursor:default}.jssocials-share-count-box.jssocials-share-no-count{display:none}.jssocials-share-count{line-height:1.5em;vertical-align:middle}


/**
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		2.4.0 (09/04/2017)
 */
@font-face{font-family:'lightcase';src:url(/wp-content/themes/jevelin/fonts/lightcase.eot?55356177);src:url("/wp-content/themes/jevelin/fonts/lightcase.eot?55356177#iefix") format("embedded-opentype"),url(/wp-content/themes/jevelin/fonts/lightcase.woff?55356177) format("woff"),url(/wp-content/themes/jevelin/fonts/lightcase.ttf?55356177) format("truetype"),url("/wp-content/themes/jevelin/fonts/lightcase.svg?55356177#lightcase") format("svg");font-weight:400;font-style:normal}[class*='lightcase-icon-']:before{font-family:'lightcase',sans-serif;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;text-align:center;font-variant:normal;text-transform:none;line-height:1em}.lightcase-icon-play:before{content:'\e800'}.lightcase-icon-pause:before{content:'\e801'}.lightcase-icon-close:before{content:'\e802'}.lightcase-icon-prev:before{content:'\e803'}.lightcase-icon-next:before{content:'\e804'}.lightcase-icon-spin:before{content:'\e805'}@-webkit-keyframes lightcase-spin{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);-moz-transform:rotate(359deg);-o-transform:rotate(359deg);transform:rotate(359deg)}}@-moz-keyframes lightcase-spin{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);-moz-transform:rotate(359deg);-o-transform:rotate(359deg);transform:rotate(359deg)}}@-o-keyframes lightcase-spin{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);-moz-transform:rotate(359deg);-o-transform:rotate(359deg);transform:rotate(359deg)}}@-ms-keyframes lightcase-spin{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);-moz-transform:rotate(359deg);-o-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes lightcase-spin{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);-moz-transform:rotate(359deg);-o-transform:rotate(359deg);transform:rotate(359deg)}}#lightcase-case{display:none;position:fixed;z-index:2002;top:50%;left:50%;font-family:arial,sans-serif;font-size:13px;line-height:1.5;text-align:left;text-shadow:0 0 10px rgba(0,0,0,.5)}@media screen and (max-width:640px){html[data-lc-type=inline] #lightcase-case,html[data-lc-type=ajax] #lightcase-case{position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;margin:0!important;padding:55px 0 70px 0;width:100%!important;height:100%!important;overflow:auto!important}}@media screen and (min-width:641px){html:not([data-lc-type=error]) #lightcase-content{position:relative;z-index:1;text-shadow:none;background-color:#fff;-webkit-box-shadow:0 0 30px rgba(0,0,0,.5);-moz-box-shadow:0 0 30px rgba(0,0,0,.5);-o-box-shadow:0 0 30px rgba(0,0,0,.5);box-shadow:0 0 30px rgba(0,0,0,.5);-webkit-backface-visibility:hidden}}@media screen and (min-width:641px){html[data-lc-type=image] #lightcase-content,html[data-lc-type=video] #lightcase-content{background-color:#333}}html[data-lc-type=inline] #lightcase-content,html[data-lc-type=ajax] #lightcase-content,html[data-lc-type=error] #lightcase-content{-webkit-box-shadow:none;-moz-box-shadow:none;-o-box-shadow:none;box-shadow:none}@media screen and (max-width:640px){html[data-lc-type=inline] #lightcase-content,html[data-lc-type=ajax] #lightcase-content,html[data-lc-type=error] #lightcase-content{position:relative!important;top:auto!important;left:auto!important;width:auto!important;height:auto!important;margin:0!important;padding:0!important;border:none!important;background:none!important}}html[data-lc-type=inline] #lightcase-content .lightcase-contentInner,html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,html[data-lc-type=error] #lightcase-content .lightcase-contentInner{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box}@media screen and (max-width:640px){html[data-lc-type=inline] #lightcase-content .lightcase-contentInner,html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,html[data-lc-type=error] #lightcase-content .lightcase-contentInner{padding:15px}html[data-lc-type=inline] #lightcase-content .lightcase-contentInner,html[data-lc-type=inline] #lightcase-content .lightcase-contentInner>*,html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner>*,html[data-lc-type=error] #lightcase-content .lightcase-contentInner,html[data-lc-type=error] #lightcase-content .lightcase-contentInner>*{width:100%!important;max-width:none!important}html[data-lc-type=inline] #lightcase-content .lightcase-contentInner>*:not(iframe),html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner>*:not(iframe),html[data-lc-type=error] #lightcase-content .lightcase-contentInner>*:not(iframe){height:auto!important;max-height:none!important}}@media screen and (max-width:640px){html.lightcase-isMobileDevice[data-lc-type=iframe] #lightcase-content .lightcase-contentInner iframe{overflow:auto;-webkit-overflow-scrolling:touch}}@media screen and (max-width:640px) and (min-width:641px){html[data-lc-type=image] #lightcase-content .lightcase-contentInner,html[data-lc-type=video] #lightcase-content .lightcase-contentInner{line-height:.75}}html[data-lc-type=image] #lightcase-content .lightcase-contentInner{position:relative;overflow:hidden!important}@media screen and (max-width:640px){html[data-lc-type=inline] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap,html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap,html[data-lc-type=error] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap{position:relative!important;top:auto!important;left:auto!important;width:auto!important;height:auto!important;margin:0!important;padding:0!important;border:none!important;background:none!important}}@media screen and (min-width:641px){html:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap{padding:30px;overflow:auto;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box}}@media screen and (max-width:640px){#lightcase-content h1,#lightcase-content h2,#lightcase-content h3,#lightcase-content h4,#lightcase-content h5,#lightcase-content h6,#lightcase-content p{color:#aaa}}@media screen and (min-width:641px){#lightcase-content h1,#lightcase-content h2,#lightcase-content h3,#lightcase-content h4,#lightcase-content h5,#lightcase-content h6,#lightcase-content p{color:#333}}#lightcase-case p.lightcase-error{margin:0;font-size:17px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#aaa}@media screen and (max-width:640px){#lightcase-case p.lightcase-error{padding:30px 0}}@media screen and (min-width:641px){#lightcase-case p.lightcase-error{padding:0}}.lightcase-open body{overflow:hidden}.lightcase-isMobileDevice .lightcase-open body{max-width:100%;max-height:100%}#lightcase-info{position:absolute;padding-top:15px}#lightcase-info #lightcase-title,#lightcase-info #lightcase-caption{margin:0;padding:0;line-height:1.5;font-weight:400;text-overflow:ellipsis}#lightcase-info #lightcase-title{font-size:17px;color:#aaa}@media screen and (max-width:640px){#lightcase-info #lightcase-title{position:fixed;top:10px;left:0;max-width:87.5%;padding:5px 15px;background:#333}}#lightcase-info #lightcase-caption{clear:both;font-size:13px;color:#aaa}#lightcase-info #lightcase-sequenceInfo{font-size:11px;color:#aaa}@media screen and (max-width:640px){.lightcase-fullScreenMode #lightcase-info{padding-left:15px;padding-right:15px}html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info{position:static}}#lightcase-loading{position:fixed;z-index:9999;width:1.123em;height:auto;font-size:38px;line-height:1;text-align:center;text-shadow:none;position:fixed;z-index:2001;top:50%;left:50%;margin-top:-.5em;margin-left:-.5em;opacity:1;font-size:32px;text-shadow:0 0 15px #fff;-moz-transform-origin:50% 53%;-webkit-animation:lightcase-spin 0.5s infinite linear;-moz-animation:lightcase-spin 0.5s infinite linear;-o-animation:lightcase-spin 0.5s infinite linear;animation:lightcase-spin 0.5s infinite linear}#lightcase-loading,#lightcase-loading:focus{text-decoration:none;color:#fff;-webkit-tap-highlight-color:transparent;-webkit-transition:color,opacity,ease-in-out 0.25s;-moz-transition:color,opacity,ease-in-out 0.25s;-o-transition:color,opacity,ease-in-out 0.25s;transition:color,opacity,ease-in-out 0.25s}#lightcase-loading>span{display:inline-block;text-indent:-9999px}a[class*='lightcase-icon-']{position:fixed;z-index:9999;width:1.123em;height:auto;font-size:38px;line-height:1;text-align:center;text-shadow:none;outline:none;cursor:pointer}a[class*='lightcase-icon-'],a[class*='lightcase-icon-']:focus{text-decoration:none;color:rgba(255,255,255,.6);-webkit-tap-highlight-color:transparent;-webkit-transition:color,opacity,ease-in-out 0.25s;-moz-transition:color,opacity,ease-in-out 0.25s;-o-transition:color,opacity,ease-in-out 0.25s;transition:color,opacity,ease-in-out 0.25s}a[class*='lightcase-icon-']>span{display:inline-block;text-indent:-9999px}a[class*='lightcase-icon-']:hover{color:white;text-shadow:0 0 15px white}.lightcase-isMobileDevice a[class*='lightcase-icon-']:hover{color:#aaa;text-shadow:none}a[class*='lightcase-icon-'].lightcase-icon-close{position:fixed;top:15px;right:15px;bottom:auto;margin:0;opacity:0;outline:none}a[class*='lightcase-icon-'].lightcase-icon-prev{left:15px}a[class*='lightcase-icon-'].lightcase-icon-next{right:15px}a[class*='lightcase-icon-'].lightcase-icon-pause,a[class*='lightcase-icon-'].lightcase-icon-play{left:50%;margin-left:-.5em}@media screen and (min-width:641px){a[class*='lightcase-icon-'].lightcase-icon-pause,a[class*='lightcase-icon-'].lightcase-icon-play{opacity:0}}@media screen and (max-width:640px){a[class*='lightcase-icon-']{bottom:15px;font-size:24px}}@media screen and (min-width:641px){a[class*='lightcase-icon-']{bottom:50%;margin-bottom:-.5em}a[class*='lightcase-icon-']:hover,#lightcase-case:hover~a[class*='lightcase-icon-']{opacity:1}}#lightcase-overlay{display:none;width:100%;min-height:100%;position:fixed;z-index:2000;top:-9999px;bottom:-9999px;left:0;background:#333}@media screen and (max-width:640px){#lightcase-overlay{opacity:1!important}}


/* Better Font Rendering =========== */
@font-face{font-family:'Pe-icon-7-stroke';src:url(/wp-content/themes/jevelin/fonts/Pe-icon-7-stroke.eot);src:url(/wp-content/themes/jevelin/fonts/Pe-icon-7-stroke.eot) format('embedded-opentype'),url(/wp-content/themes/jevelin/fonts/Pe-icon-7-stroke.woff) format('woff'),url(/wp-content/themes/jevelin/fonts/Pe-icon-7-stroke.ttf) format('truetype'),url(/wp-content/themes/jevelin/fonts/Pe-icon-7-stroke.svg) format('svg');font-weight:400;font-style:normal}[class^="pe-7s-"],[class*=" pe-7s-"]{display:inline-block;font-family:'Pe-icon-7-stroke';speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.pe-7s-album:before{content:"\e6aa"}.pe-7s-arc:before{content:"\e6ab"}.pe-7s-back-2:before{content:"\e6ac"}.pe-7s-bandaid:before{content:"\e6ad"}.pe-7s-car:before{content:"\e6ae"}.pe-7s-diamond:before{content:"\e6af"}.pe-7s-door-lock:before{content:"\e6b0"}.pe-7s-eyedropper:before{content:"\e6b1"}.pe-7s-female:before{content:"\e6b2"}.pe-7s-gym:before{content:"\e6b3"}.pe-7s-hammer:before{content:"\e6b4"}.pe-7s-headphones:before{content:"\e6b5"}.pe-7s-helm:before{content:"\e6b6"}.pe-7s-hourglass:before{content:"\e6b7"}.pe-7s-leaf:before{content:"\e6b8"}.pe-7s-magic-wand:before{content:"\e6b9"}.pe-7s-male:before{content:"\e6ba"}.pe-7s-map-2:before{content:"\e6bb"}.pe-7s-next-2:before{content:"\e6bc"}.pe-7s-paint-bucket:before{content:"\e6bd"}.pe-7s-pendrive:before{content:"\e6be"}.pe-7s-photo:before{content:"\e6bf"}.pe-7s-piggy:before{content:"\e6c0"}.pe-7s-plugin:before{content:"\e6c1"}.pe-7s-refresh-2:before{content:"\e6c2"}.pe-7s-rocket:before{content:"\e6c3"}.pe-7s-settings:before{content:"\e6c4"}.pe-7s-shield:before{content:"\e6c5"}.pe-7s-smile:before{content:"\e6c6"}.pe-7s-usb:before{content:"\e6c7"}.pe-7s-vector:before{content:"\e6c8"}.pe-7s-wine:before{content:"\e6c9"}.pe-7s-cloud-upload:before{content:"\e68a"}.pe-7s-cash:before{content:"\e68c"}.pe-7s-close:before{content:"\e680"}.pe-7s-bluetooth:before{content:"\e68d"}.pe-7s-cloud-download:before{content:"\e68b"}.pe-7s-way:before{content:"\e68e"}.pe-7s-close-circle:before{content:"\e681"}.pe-7s-id:before{content:"\e68f"}.pe-7s-angle-up:before{content:"\e682"}.pe-7s-wristwatch:before{content:"\e690"}.pe-7s-angle-up-circle:before{content:"\e683"}.pe-7s-world:before{content:"\e691"}.pe-7s-angle-right:before{content:"\e684"}.pe-7s-volume:before{content:"\e692"}.pe-7s-angle-right-circle:before{content:"\e685"}.pe-7s-users:before{content:"\e693"}.pe-7s-angle-left:before{content:"\e686"}.pe-7s-user-female:before{content:"\e694"}.pe-7s-angle-left-circle:before{content:"\e687"}.pe-7s-up-arrow:before{content:"\e695"}.pe-7s-angle-down:before{content:"\e688"}.pe-7s-switch:before{content:"\e696"}.pe-7s-angle-down-circle:before{content:"\e689"}.pe-7s-scissors:before{content:"\e697"}.pe-7s-wallet:before{content:"\e600"}.pe-7s-safe:before{content:"\e698"}.pe-7s-volume2:before{content:"\e601"}.pe-7s-volume1:before{content:"\e602"}.pe-7s-voicemail:before{content:"\e603"}.pe-7s-video:before{content:"\e604"}.pe-7s-user:before{content:"\e605"}.pe-7s-upload:before{content:"\e606"}.pe-7s-unlock:before{content:"\e607"}.pe-7s-umbrella:before{content:"\e608"}.pe-7s-trash:before{content:"\e609"}.pe-7s-tools:before{content:"\e60a"}.pe-7s-timer:before{content:"\e60b"}.pe-7s-ticket:before{content:"\e60c"}.pe-7s-target:before{content:"\e60d"}.pe-7s-sun:before{content:"\e60e"}.pe-7s-study:before{content:"\e60f"}.pe-7s-stopwatch:before{content:"\e610"}.pe-7s-star:before{content:"\e611"}.pe-7s-speaker:before{content:"\e612"}.pe-7s-signal:before{content:"\e613"}.pe-7s-shuffle:before{content:"\e614"}.pe-7s-shopbag:before{content:"\e615"}.pe-7s-share:before{content:"\e616"}.pe-7s-server:before{content:"\e617"}.pe-7s-search:before{content:"\e618"}.pe-7s-film:before{content:"\e6a5"}.pe-7s-science:before{content:"\e619"}.pe-7s-disk:before{content:"\e6a6"}.pe-7s-ribbon:before{content:"\e61a"}.pe-7s-repeat:before{content:"\e61b"}.pe-7s-refresh:before{content:"\e61c"}.pe-7s-add-user:before{content:"\e6a9"}.pe-7s-refresh-cloud:before{content:"\e61d"}.pe-7s-paperclip:before{content:"\e69c"}.pe-7s-radio:before{content:"\e61e"}.pe-7s-note2:before{content:"\e69d"}.pe-7s-print:before{content:"\e61f"}.pe-7s-network:before{content:"\e69e"}.pe-7s-prev:before{content:"\e620"}.pe-7s-mute:before{content:"\e69f"}.pe-7s-power:before{content:"\e621"}.pe-7s-medal:before{content:"\e6a0"}.pe-7s-portfolio:before{content:"\e622"}.pe-7s-like2:before{content:"\e6a1"}.pe-7s-plus:before{content:"\e623"}.pe-7s-left-arrow:before{content:"\e6a2"}.pe-7s-play:before{content:"\e624"}.pe-7s-key:before{content:"\e6a3"}.pe-7s-plane:before{content:"\e625"}.pe-7s-joy:before{content:"\e6a4"}.pe-7s-photo-gallery:before{content:"\e626"}.pe-7s-pin:before{content:"\e69b"}.pe-7s-phone:before{content:"\e627"}.pe-7s-plug:before{content:"\e69a"}.pe-7s-pen:before{content:"\e628"}.pe-7s-right-arrow:before{content:"\e699"}.pe-7s-paper-plane:before{content:"\e629"}.pe-7s-delete-user:before{content:"\e6a7"}.pe-7s-paint:before{content:"\e62a"}.pe-7s-bottom-arrow:before{content:"\e6a8"}.pe-7s-notebook:before{content:"\e62b"}.pe-7s-note:before{content:"\e62c"}.pe-7s-next:before{content:"\e62d"}.pe-7s-news-paper:before{content:"\e62e"}.pe-7s-musiclist:before{content:"\e62f"}.pe-7s-music:before{content:"\e630"}.pe-7s-mouse:before{content:"\e631"}.pe-7s-more:before{content:"\e632"}.pe-7s-moon:before{content:"\e633"}.pe-7s-monitor:before{content:"\e634"}.pe-7s-micro:before{content:"\e635"}.pe-7s-menu:before{content:"\e636"}.pe-7s-map:before{content:"\e637"}.pe-7s-map-marker:before{content:"\e638"}.pe-7s-mail:before{content:"\e639"}.pe-7s-mail-open:before{content:"\e63a"}.pe-7s-mail-open-file:before{content:"\e63b"}.pe-7s-magnet:before{content:"\e63c"}.pe-7s-loop:before{content:"\e63d"}.pe-7s-look:before{content:"\e63e"}.pe-7s-lock:before{content:"\e63f"}.pe-7s-lintern:before{content:"\e640"}.pe-7s-link:before{content:"\e641"}.pe-7s-like:before{content:"\e642"}.pe-7s-light:before{content:"\e643"}.pe-7s-less:before{content:"\e644"}.pe-7s-keypad:before{content:"\e645"}.pe-7s-junk:before{content:"\e646"}.pe-7s-info:before{content:"\e647"}.pe-7s-home:before{content:"\e648"}.pe-7s-help2:before{content:"\e649"}.pe-7s-help1:before{content:"\e64a"}.pe-7s-graph3:before{content:"\e64b"}.pe-7s-graph2:before{content:"\e64c"}.pe-7s-graph1:before{content:"\e64d"}.pe-7s-graph:before{content:"\e64e"}.pe-7s-global:before{content:"\e64f"}.pe-7s-gleam:before{content:"\e650"}.pe-7s-glasses:before{content:"\e651"}.pe-7s-gift:before{content:"\e652"}.pe-7s-folder:before{content:"\e653"}.pe-7s-flag:before{content:"\e654"}.pe-7s-filter:before{content:"\e655"}.pe-7s-file:before{content:"\e656"}.pe-7s-expand1:before{content:"\e657"}.pe-7s-exapnd2:before{content:"\e658"}.pe-7s-edit:before{content:"\e659"}.pe-7s-drop:before{content:"\e65a"}.pe-7s-drawer:before{content:"\e65b"}.pe-7s-download:before{content:"\e65c"}.pe-7s-display2:before{content:"\e65d"}.pe-7s-display1:before{content:"\e65e"}.pe-7s-diskette:before{content:"\e65f"}.pe-7s-date:before{content:"\e660"}.pe-7s-cup:before{content:"\e661"}.pe-7s-culture:before{content:"\e662"}.pe-7s-crop:before{content:"\e663"}.pe-7s-credit:before{content:"\e664"}.pe-7s-copy-file:before{content:"\e665"}.pe-7s-config:before{content:"\e666"}.pe-7s-compass:before{content:"\e667"}.pe-7s-comment:before{content:"\e668"}.pe-7s-coffee:before{content:"\e669"}.pe-7s-cloud:before{content:"\e66a"}.pe-7s-clock:before{content:"\e66b"}.pe-7s-check:before{content:"\e66c"}.pe-7s-chat:before{content:"\e66d"}.pe-7s-cart:before{content:"\e66e"}.pe-7s-camera:before{content:"\e66f"}.pe-7s-call:before{content:"\e670"}.pe-7s-calculator:before{content:"\e671"}.pe-7s-browser:before{content:"\e672"}.pe-7s-box2:before{content:"\e673"}.pe-7s-box1:before{content:"\e674"}.pe-7s-bookmarks:before{content:"\e675"}.pe-7s-bicycle:before{content:"\e676"}.pe-7s-bell:before{content:"\e677"}.pe-7s-battery:before{content:"\e678"}.pe-7s-ball:before{content:"\e679"}.pe-7s-back:before{content:"\e67a"}.pe-7s-attention:before{content:"\e67b"}.pe-7s-anchor:before{content:"\e67c"}.pe-7s-albums:before{content:"\e67d"}.pe-7s-alarm:before{content:"\e67e"}.pe-7s-airplay:before{content:"\e67f"}


/*
 Use the following CSS code if you want to have a class per icon.
 Instead of a list of all class selectors, you can use the generic [class*="icon-"] selector, but it's slower:
*/
@font-face{font-family:'simple-line-icons';src:url(/wp-content/themes/jevelin/fonts/Simple-Line-Icons.eot?ver=2.4.0);src:url('/wp-content/themes/jevelin/fonts/Simple-Line-Icons.eot?ver=2.4.0#iefix') format('embedded-opentype'),url(/wp-content/themes/jevelin/fonts/Simple-Line-Icons.woff2?ver=2.4.0) format('woff2'),url(/wp-content/themes/jevelin/fonts/Simple-Line-Icons.ttf?ver=2.4.0) format('truetype'),url(/wp-content/themes/jevelin/fonts/Simple-Line-Icons.woff?ver=2.4.0) format('woff'),url('/wp-content/themes/jevelin/fonts/Simple-Line-Icons.svg?ver=2.4.0#simple-line-icons') format('svg');font-weight:400;font-style:normal}.icon-user,.icon-people,.icon-user-female,.icon-user-follow,.icon-user-following,.icon-user-unfollow,.icon-login,.icon-logout,.icon-emotsmile,.icon-phone,.icon-call-end,.icon-call-in,.icon-call-out,.icon-map,.icon-location-pin,.icon-direction,.icon-directions,.icon-compass,.icon-layers,.icon-menu,.icon-list,.icon-options-vertical,.icon-options,.icon-arrow-down,.icon-arrow-left,.icon-arrow-right,.icon-arrow-up,.icon-arrow-up-circle,.icon-arrow-left-circle,.icon-arrow-right-circle,.icon-arrow-down-circle,.icon-check,.icon-clock,.icon-plus,.icon-minus,.icon-close,.icon-event,.icon-exclamation,.icon-organization,.icon-trophy,.icon-screen-smartphone,.icon-screen-desktop,.icon-plane,.icon-notebook,.icon-mustache,.icon-mouse,.icon-magnet,.icon-energy,.icon-disc,.icon-cursor,.icon-cursor-move,.icon-crop,.icon-chemistry,.icon-speedometer,.icon-shield,.icon-screen-tablet,.icon-magic-wand,.icon-hourglass,.icon-graduation,.icon-ghost,.icon-game-controller,.icon-fire,.icon-eyeglass,.icon-envelope-open,.icon-envelope-letter,.icon-bell,.icon-badge,.icon-anchor,.icon-wallet,.icon-vector,.icon-speech,.icon-puzzle,.icon-printer,.icon-present,.icon-playlist,.icon-pin,.icon-picture,.icon-handbag,.icon-globe-alt,.icon-globe,.icon-folder-alt,.icon-folder,.icon-film,.icon-feed,.icon-drop,.icon-drawer,.icon-docs,.icon-doc,.icon-diamond,.icon-cup,.icon-calculator,.icon-bubbles,.icon-briefcase,.icon-book-open,.icon-basket-loaded,.icon-basket,.icon-bag,.icon-action-undo,.icon-action-redo,.icon-wrench,.icon-umbrella,.icon-trash,.icon-tag,.icon-support,.icon-frame,.icon-size-fullscreen,.icon-size-actual,.icon-shuffle,.icon-share-alt,.icon-share,.icon-rocket,.icon-question,.icon-pie-chart,.icon-pencil,.icon-note,.icon-loop,.icon-home,.icon-grid,.icon-graph,.icon-microphone,.icon-music-tone-alt,.icon-music-tone,.icon-earphones-alt,.icon-earphones,.icon-equalizer,.icon-like,.icon-dislike,.icon-control-start,.icon-control-rewind,.icon-control-play,.icon-control-pause,.icon-control-forward,.icon-control-end,.icon-volume-1,.icon-volume-2,.icon-volume-off,.icon-calendar,.icon-bulb,.icon-chart,.icon-ban,.icon-bubble,.icon-camrecorder,.icon-camera,.icon-cloud-download,.icon-cloud-upload,.icon-envelope,.icon-eye,.icon-flag,.icon-heart,.icon-info,.icon-key,.icon-link,.icon-lock,.icon-lock-open,.icon-magnifier,.icon-magnifier-add,.icon-magnifier-remove,.icon-paper-clip,.icon-paper-plane,.icon-power,.icon-refresh,.icon-reload,.icon-settings,.icon-star,.icon-symbol-female,.icon-symbol-male,.icon-target,.icon-credit-card,.icon-paypal,.icon-social-tumblr,.icon-social-twitter,.icon-social-facebook,.icon-social-instagram,.icon-social-linkedin,.icon-social-pinterest,.icon-social-github,.icon-social-google,.icon-social-reddit,.icon-social-skype,.icon-social-dribbble,.icon-social-behance,.icon-social-foursqare,.icon-social-soundcloud,.icon-social-spotify,.icon-social-stumbleupon,.icon-social-youtube,.icon-social-dropbox,.icon-social-vkontakte,.icon-social-steam{font-family:'simple-line-icons';speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-user:before{content:"\e005"}.icon-people:before{content:"\e001"}.icon-user-female:before{content:"\e000"}.icon-user-follow:before{content:"\e002"}.icon-user-following:before{content:"\e003"}.icon-user-unfollow:before{content:"\e004"}.icon-login:before{content:"\e066"}.icon-logout:before{content:"\e065"}.icon-emotsmile:before{content:"\e021"}.icon-phone:before{content:"\e600"}.icon-call-end:before{content:"\e048"}.icon-call-in:before{content:"\e047"}.icon-call-out:before{content:"\e046"}.icon-map:before{content:"\e033"}.icon-location-pin:before{content:"\e096"}.icon-direction:before{content:"\e042"}.icon-directions:before{content:"\e041"}.icon-compass:before{content:"\e045"}.icon-layers:before{content:"\e034"}.icon-menu:before{content:"\e601"}.icon-list:before{content:"\e067"}.icon-options-vertical:before{content:"\e602"}.icon-options:before{content:"\e603"}.icon-arrow-down:before{content:"\e604"}.icon-arrow-left:before{content:"\e605"}.icon-arrow-right:before{content:"\e606"}.icon-arrow-up:before{content:"\e607"}.icon-arrow-up-circle:before{content:"\e078"}.icon-arrow-left-circle:before{content:"\e07a"}.icon-arrow-right-circle:before{content:"\e079"}.icon-arrow-down-circle:before{content:"\e07b"}.icon-check:before{content:"\e080"}.icon-clock:before{content:"\e081"}.icon-plus:before{content:"\e095"}.icon-minus:before{content:"\e615"}.icon-close:before{content:"\e082"}.icon-event:before{content:"\e619"}.icon-exclamation:before{content:"\e617"}.icon-organization:before{content:"\e616"}.icon-trophy:before{content:"\e006"}.icon-screen-smartphone:before{content:"\e010"}.icon-screen-desktop:before{content:"\e011"}.icon-plane:before{content:"\e012"}.icon-notebook:before{content:"\e013"}.icon-mustache:before{content:"\e014"}.icon-mouse:before{content:"\e015"}.icon-magnet:before{content:"\e016"}.icon-energy:before{content:"\e020"}.icon-disc:before{content:"\e022"}.icon-cursor:before{content:"\e06e"}.icon-cursor-move:before{content:"\e023"}.icon-crop:before{content:"\e024"}.icon-chemistry:before{content:"\e026"}.icon-speedometer:before{content:"\e007"}.icon-shield:before{content:"\e00e"}.icon-screen-tablet:before{content:"\e00f"}.icon-magic-wand:before{content:"\e017"}.icon-hourglass:before{content:"\e018"}.icon-graduation:before{content:"\e019"}.icon-ghost:before{content:"\e01a"}.icon-game-controller:before{content:"\e01b"}.icon-fire:before{content:"\e01c"}.icon-eyeglass:before{content:"\e01d"}.icon-envelope-open:before{content:"\e01e"}.icon-envelope-letter:before{content:"\e01f"}.icon-bell:before{content:"\e027"}.icon-badge:before{content:"\e028"}.icon-anchor:before{content:"\e029"}.icon-wallet:before{content:"\e02a"}.icon-vector:before{content:"\e02b"}.icon-speech:before{content:"\e02c"}.icon-puzzle:before{content:"\e02d"}.icon-printer:before{content:"\e02e"}.icon-present:before{content:"\e02f"}.icon-playlist:before{content:"\e030"}.icon-pin:before{content:"\e031"}.icon-picture:before{content:"\e032"}.icon-handbag:before{content:"\e035"}.icon-globe-alt:before{content:"\e036"}.icon-globe:before{content:"\e037"}.icon-folder-alt:before{content:"\e039"}.icon-folder:before{content:"\e089"}.icon-film:before{content:"\e03a"}.icon-feed:before{content:"\e03b"}.icon-drop:before{content:"\e03e"}.icon-drawer:before{content:"\e03f"}.icon-docs:before{content:"\e040"}.icon-doc:before{content:"\e085"}.icon-diamond:before{content:"\e043"}.icon-cup:before{content:"\e044"}.icon-calculator:before{content:"\e049"}.icon-bubbles:before{content:"\e04a"}.icon-briefcase:before{content:"\e04b"}.icon-book-open:before{content:"\e04c"}.icon-basket-loaded:before{content:"\e04d"}.icon-basket:before{content:"\e04e"}.icon-bag:before{content:"\e04f"}.icon-action-undo:before{content:"\e050"}.icon-action-redo:before{content:"\e051"}.icon-wrench:before{content:"\e052"}.icon-umbrella:before{content:"\e053"}.icon-trash:before{content:"\e054"}.icon-tag:before{content:"\e055"}.icon-support:before{content:"\e056"}.icon-frame:before{content:"\e038"}.icon-size-fullscreen:before{content:"\e057"}.icon-size-actual:before{content:"\e058"}.icon-shuffle:before{content:"\e059"}.icon-share-alt:before{content:"\e05a"}.icon-share:before{content:"\e05b"}.icon-rocket:before{content:"\e05c"}.icon-question:before{content:"\e05d"}.icon-pie-chart:before{content:"\e05e"}.icon-pencil:before{content:"\e05f"}.icon-note:before{content:"\e060"}.icon-loop:before{content:"\e064"}.icon-home:before{content:"\e069"}.icon-grid:before{content:"\e06a"}.icon-graph:before{content:"\e06b"}.icon-microphone:before{content:"\e063"}.icon-music-tone-alt:before{content:"\e061"}.icon-music-tone:before{content:"\e062"}.icon-earphones-alt:before{content:"\e03c"}.icon-earphones:before{content:"\e03d"}.icon-equalizer:before{content:"\e06c"}.icon-like:before{content:"\e068"}.icon-dislike:before{content:"\e06d"}.icon-control-start:before{content:"\e06f"}.icon-control-rewind:before{content:"\e070"}.icon-control-play:before{content:"\e071"}.icon-control-pause:before{content:"\e072"}.icon-control-forward:before{content:"\e073"}.icon-control-end:before{content:"\e074"}.icon-volume-1:before{content:"\e09f"}.icon-volume-2:before{content:"\e0a0"}.icon-volume-off:before{content:"\e0a1"}.icon-calendar:before{content:"\e075"}.icon-bulb:before{content:"\e076"}.icon-chart:before{content:"\e077"}.icon-ban:before{content:"\e07c"}.icon-bubble:before{content:"\e07d"}.icon-camrecorder:before{content:"\e07e"}.icon-camera:before{content:"\e07f"}.icon-cloud-download:before{content:"\e083"}.icon-cloud-upload:before{content:"\e084"}.icon-envelope:before{content:"\e086"}.icon-eye:before{content:"\e087"}.icon-flag:before{content:"\e088"}.icon-heart:before{content:"\e08a"}.icon-info:before{content:"\e08b"}.icon-key:before{content:"\e08c"}.icon-link:before{content:"\e08d"}.icon-lock:before{content:"\e08e"}.icon-lock-open:before{content:"\e08f"}.icon-magnifier:before{content:"\e090"}.icon-magnifier-add:before{content:"\e091"}.icon-magnifier-remove:before{content:"\e092"}.icon-paper-clip:before{content:"\e093"}.icon-paper-plane:before{content:"\e094"}.icon-power:before{content:"\e097"}.icon-refresh:before{content:"\e098"}.icon-reload:before{content:"\e099"}.icon-settings:before{content:"\e09a"}.icon-star:before{content:"\e09b"}.icon-symbol-female:before{content:"\e09c"}.icon-symbol-male:before{content:"\e09d"}.icon-target:before{content:"\e09e"}.icon-credit-card:before{content:"\e025"}.icon-paypal:before{content:"\e608"}.icon-social-tumblr:before{content:"\e00a"}.icon-social-twitter:before{content:"\e009"}.icon-social-facebook:before{content:"\e00b"}.icon-social-instagram:before{content:"\e609"}.icon-social-linkedin:before{content:"\e60a"}.icon-social-pinterest:before{content:"\e60b"}.icon-social-github:before{content:"\e60c"}.icon-social-google:before{content:"\e60d"}.icon-social-reddit:before{content:"\e60e"}.icon-social-skype:before{content:"\e60f"}.icon-social-dribbble:before{content:"\e00d"}.icon-social-behance:before{content:"\e610"}.icon-social-foursqare:before{content:"\e611"}.icon-social-soundcloud:before{content:"\e612"}.icon-social-spotify:before{content:"\e613"}.icon-social-stumbleupon:before{content:"\e614"}.icon-social-youtube:before{content:"\e008"}.icon-social-dropbox:before{content:"\e00c"}.icon-social-vkontakte:before{content:"\e618"}.icon-social-steam:before{content:"\e620"}


/* Slider */
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir='rtl'] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}


.SumoSelect>.optWrapper{display:none;z-index:1000;top:30px;width:100%;position:absolute;left:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background:#fff;border:1px solid #ddd;box-shadow:2px 3px 3px rgba(0,0,0,.11);border-radius:3px;overflow:hidden}.SumoSelect.open>.optWrapper{top:35px;display:block}.SumoSelect.open>.optWrapper.up{top:auto;bottom:100%;margin-bottom:5px}.SumoSelect>.optWrapper ul{list-style:none;display:block;padding:0;margin:0;overflow:auto}.SumoSelect>.optWrapper>.options{border-radius:2px;position:relative;max-height:250px}.SumoSelect>.optWrapper.okCancelInMulti>.options{border-radius:2px 2px 0 0}.SumoSelect>.optWrapper.selall>.options{border-radius:0 0 2px 2px}.SumoSelect>.optWrapper.selall.okCancelInMulti>.options{border-radius:0}.SumoSelect>.optWrapper>.options li.group.disabled>label{opacity:.5}.SumoSelect>.optWrapper>.options li ul li.opt{padding-left:22px}.SumoSelect>.optWrapper.multiple>.options li ul li.opt{padding-left:50px}.SumoSelect>.optWrapper.isFloating>.options{max-height:100%;box-shadow:0 0 100px #595959}.SumoSelect>.optWrapper>.options li.opt{padding:6px;position:relative;border-bottom:1px solid #f5f5f5}.SumoSelect>.optWrapper>.options>li.opt:first-child{border-radius:2px 2px 0 0}.SumoSelect>.optWrapper.selall>.options>li.opt:first-child{border-radius:0}.SumoSelect>.optWrapper>.options>li.opt:last-child{border-radius:0 0 2px 2px;border-bottom:none}.SumoSelect>.optWrapper.okCancelInMulti>.options>li.opt:last-child{border-radius:0}.SumoSelect>.optWrapper>.options li.opt:hover{background-color:#E4E4E4}.SumoSelect .select-all.sel,.SumoSelect>.optWrapper>.options li.opt.sel{background-color:#a1c0e4}.SumoSelect>.optWrapper>.options li label{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:block;cursor:pointer}.SumoSelect>.optWrapper>.options li span{display:none}.SumoSelect>.optWrapper>.options li.group>label{cursor:default;padding:8px 6px;font-weight:700}.SumoSelect>.optWrapper.isFloating{position:fixed;top:0;left:0;right:0;width:90%;bottom:0;margin:auto;max-height:90%}.SumoSelect>.optWrapper>.options li.opt.disabled{background-color:inherit;pointer-events:none}.SumoSelect>.optWrapper>.options li.opt.disabled *{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";filter:alpha(opacity=50);-moz-opacity:.5;-khtml-opacity:.5;opacity:.5}.SumoSelect>.optWrapper.multiple>.options li.opt{padding-left:35px;cursor:pointer}.SumoSelect .select-all>span,.SumoSelect>.optWrapper.multiple>.options li.opt span{position:absolute;display:block;width:30px;top:0;bottom:0;margin-left:-35px}.SumoSelect .select-all>span i,.SumoSelect>.optWrapper.multiple>.options li.opt span i{position:absolute;margin:auto;left:0;right:0;top:0;bottom:0;width:14px;height:14px;border:1px solid #AEAEAE;border-radius:2px;box-shadow:inset 0 1px 3px rgba(0,0,0,.15);background-color:#fff}.SumoSelect>.optWrapper>.MultiControls{display:none;border-top:1px solid #ddd;background-color:#fff;box-shadow:0 0 2px rgba(0,0,0,.13);border-radius:0 0 3px 3px}.SumoSelect>.optWrapper.multiple.isFloating>.MultiControls{display:block;margin-top:5px;position:absolute;bottom:0;width:100%}.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls{display:block}.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls>p{padding:6px}.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls>p:focus{box-shadow:0 0 2px #a1c0e4;border-color:#a1c0e4;outline:0;background-color:#a1c0e4}.SumoSelect>.optWrapper.multiple>.MultiControls>p{display:inline-block;cursor:pointer;padding:12px;width:50%;box-sizing:border-box;text-align:center}.SumoSelect>.optWrapper.multiple>.MultiControls>p:hover{background-color:#f1f1f1}.SumoSelect>.optWrapper.multiple>.MultiControls>p.btnOk{border-right:1px solid #DBDBDB;border-radius:0 0 0 3px}.SumoSelect>.optWrapper.multiple>.MultiControls>p.btnCancel{border-radius:0 0 3px}.SumoSelect>.optWrapper.isFloating>.options li.opt{padding:12px 6px}.SumoSelect>.optWrapper.multiple.isFloating>.options li.opt{padding-left:35px}.SumoSelect>.optWrapper.multiple.isFloating{padding-bottom:43px}.SumoSelect .select-all.partial>span i,.SumoSelect .select-all.selected>span i,.SumoSelect>.optWrapper.multiple>.options li.opt.selected span i{background-color:#11a911;box-shadow:none;border-color:transparent;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC);background-repeat:no-repeat;background-position:center center}.SumoSelect.disabled{opacity:.7;cursor:not-allowed}.SumoSelect.disabled>.CaptionCont{border-color:#ccc;box-shadow:none}.SumoSelect .select-all{border-radius:3px 3px 0 0;position:relative;border-bottom:1px solid #ddd;background-color:#fff;padding:8px 0 3px 35px;height:20px;cursor:pointer}.SumoSelect .select-all>label,.SumoSelect .select-all>span i{cursor:pointer}.SumoSelect .select-all.partial>span i{background-color:#ccc}.SumoSelect>.optWrapper>.options li.optGroup{padding-left:5px;text-decoration:underline}
.SelectClass,.SumoSelect.open .search-txt,.SumoUnder{position:absolute;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;top:0;left:0}.SumoSelect p{margin:0}.SumoSelect{width:200px}.SelectBox{padding:5px 8px}.sumoStopScroll{overflow:hidden}.SumoSelect .hidden{display:none}.SumoSelect .search-txt{display:none;outline:0}.SumoSelect .no-match{display:none;padding:6px}.SumoSelect.open .search-txt{display:inline-block;width:100%;margin:0;padding:5px 8px;border:none;box-sizing:border-box;border-radius:5px}.SumoSelect.open>.search>label,.SumoSelect.open>.search>span{visibility:hidden}.SelectClass,.SumoUnder{right:0;height:100%;width:100%;border:none;box-sizing:border-box;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0}.SelectClass{z-index:1}.SumoSelect .select-all>label,.SumoSelect>.CaptionCont,.SumoSelect>.optWrapper>.options li.opt label{user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}.SumoSelect{display:inline-block;position:relative;outline:0}.SumoSelect.open>.CaptionCont,.SumoSelect:focus>.CaptionCont,.SumoSelect:hover>.CaptionCont{box-shadow:0 0 2px #7799D0;border-color:#7799D0}.SumoSelect>.CaptionCont{position:relative;border:1px solid #A4A4A4;min-height:14px;background-color:#fff;border-radius:2px;margin:0}.SumoSelect>.CaptionCont>span{display:block;padding-right:30px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;cursor:default}.SumoSelect>.CaptionCont>span.placeholder{color:#ccc;font-style:italic}.SumoSelect>.CaptionCont>label{position:absolute;top:0;right:0;bottom:0;width:30px}.SumoSelect>.CaptionCont>label>i{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII=);background-position:center center;width:16px;height:16px;display:block;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;background-repeat:no-repeat;opacity:.8}.SumoSelect>.optWrapper{display:none;z-index:1000;top:30px;width:100%;position:absolute;left:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background:#fff;border:1px solid #ddd;box-shadow:2px 3px 3px rgba(0,0,0,.11);border-radius:3px;overflow:hidden}.SumoSelect.open>.optWrapper{top:35px;display:block}.SumoSelect.open>.optWrapper.up{top:auto;bottom:100%;margin-bottom:5px}.SumoSelect>.optWrapper ul{list-style:none;display:block;padding:0;margin:0;overflow:auto}.SumoSelect>.optWrapper>.options{border-radius:2px;position:relative;max-height:250px}.SumoSelect>.optWrapper.okCancelInMulti>.options{border-radius:2px 2px 0 0}.SumoSelect>.optWrapper.selall>.options{border-radius:0 0 2px 2px}.SumoSelect>.optWrapper.selall.okCancelInMulti>.options{border-radius:0}.SumoSelect>.optWrapper>.options li.group.disabled>label{opacity:.5}.SumoSelect>.optWrapper>.options li ul li.opt{padding-left:22px}.SumoSelect>.optWrapper.multiple>.options li ul li.opt{padding-left:50px}.SumoSelect>.optWrapper.isFloating>.options{max-height:100%;box-shadow:0 0 100px #595959}.SumoSelect>.optWrapper>.options li.opt{padding:6px;position:relative;border-bottom:1px solid #f5f5f5}.SumoSelect>.optWrapper>.options>li.opt:first-child{border-radius:2px 2px 0 0}.SumoSelect>.optWrapper.selall>.options>li.opt:first-child{border-radius:0}.SumoSelect>.optWrapper>.options>li.opt:last-child{border-radius:0 0 2px 2px;border-bottom:none}.SumoSelect>.optWrapper.okCancelInMulti>.options>li.opt:last-child{border-radius:0}.SumoSelect>.optWrapper>.options li.opt:hover{background-color:#E4E4E4}.SumoSelect .select-all.sel,.SumoSelect>.optWrapper>.options li.opt.sel{background-color:#a1c0e4}.SumoSelect>.optWrapper>.options li label{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:block;cursor:pointer}.SumoSelect>.optWrapper>.options li span{display:none}.SumoSelect>.optWrapper>.options li.group>label{cursor:default;padding:8px 6px;font-weight:700}.SumoSelect>.optWrapper.isFloating{position:fixed;top:0;left:0;right:0;width:90%;bottom:0;margin:auto;max-height:90%}.SumoSelect>.optWrapper>.options li.opt.disabled{background-color:inherit;pointer-events:none}.SumoSelect>.optWrapper>.options li.opt.disabled *{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";filter:alpha(opacity=50);-moz-opacity:.5;-khtml-opacity:.5;opacity:.5}.SumoSelect>.optWrapper.multiple>.options li.opt{padding-left:35px;cursor:pointer}.SumoSelect .select-all>span,.SumoSelect>.optWrapper.multiple>.options li.opt span{position:absolute;display:block;width:30px;top:0;bottom:0;margin-left:-35px}.SumoSelect .select-all>span i,.SumoSelect>.optWrapper.multiple>.options li.opt span i{position:absolute;margin:auto;left:0;right:0;top:0;bottom:0;width:14px;height:14px;border:1px solid #AEAEAE;border-radius:2px;box-shadow:inset 0 1px 3px rgba(0,0,0,.15);background-color:#fff}.SumoSelect>.optWrapper>.MultiControls{display:none;border-top:1px solid #ddd;background-color:#fff;box-shadow:0 0 2px rgba(0,0,0,.13);border-radius:0 0 3px 3px}.SumoSelect>.optWrapper.multiple.isFloating>.MultiControls{display:block;margin-top:5px;position:absolute;bottom:0;width:100%}.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls{display:block}.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls>p{padding:6px}.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls>p:focus{box-shadow:0 0 2px #a1c0e4;border-color:#a1c0e4;outline:0;background-color:#a1c0e4}.SumoSelect>.optWrapper.multiple>.MultiControls>p{display:inline-block;cursor:pointer;padding:12px;width:50%;box-sizing:border-box;text-align:center}.SumoSelect>.optWrapper.multiple>.MultiControls>p:hover{background-color:#f1f1f1}.SumoSelect>.optWrapper.multiple>.MultiControls>p.btnOk{border-right:1px solid #DBDBDB;border-radius:0 0 0 3px}.SumoSelect>.optWrapper.multiple>.MultiControls>p.btnCancel{border-radius:0 0 3px}.SumoSelect>.optWrapper.isFloating>.options li.opt{padding:12px 6px}.SumoSelect>.optWrapper.multiple.isFloating>.options li.opt{padding-left:35px}.SumoSelect>.optWrapper.multiple.isFloating{padding-bottom:43px}.SumoSelect .select-all.partial>span i,.SumoSelect .select-all.selected>span i,.SumoSelect>.optWrapper.multiple>.options li.opt.selected span i{background-color:#11a911;box-shadow:none;border-color:transparent;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC);background-repeat:no-repeat;background-position:center center}.SumoSelect.disabled{opacity:.7;cursor:not-allowed}.SumoSelect.disabled>.CaptionCont{border-color:#ccc;box-shadow:none}.SumoSelect .select-all{border-radius:3px 3px 0 0;position:relative;border-bottom:1px solid #ddd;background-color:#fff;padding:8px 0 3px 35px;height:20px;cursor:pointer}.SumoSelect .select-all>label,.SumoSelect .select-all>span i{cursor:pointer}.SumoSelect .select-all.partial>span i{background-color:#ccc}.SumoSelect>.optWrapper>.options li.optGroup{padding-left:5px;text-decoration:underline}


/* Better Font Rendering =========== */
@font-face{font-family:'themify';src:url(/wp-content/themes/jevelin/fonts/themify.eot);src:url(/wp-content/themes/jevelin/fonts/themify.eot) format('embedded-opentype'),url(/wp-content/themes/jevelin/fonts/themify.woff) format('woff'),url(/wp-content/themes/jevelin/fonts/themify.ttf) format('truetype'),url(/wp-content/themes/jevelin/fonts/themify.svg) format('svg');font-weight:400;font-style:normal}[class^="ti-"],[class*=" ti-"]{font-family:'themify';speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ti-wand:before{content:"\e600"}.ti-volume:before{content:"\e601"}.ti-user:before{content:"\e602"}.ti-unlock:before{content:"\e603"}.ti-unlink:before{content:"\e604"}.ti-trash:before{content:"\e605"}.ti-thought:before{content:"\e606"}.ti-target:before{content:"\e607"}.ti-tag:before{content:"\e608"}.ti-tablet:before{content:"\e609"}.ti-star:before{content:"\e60a"}.ti-spray:before{content:"\e60b"}.ti-signal:before{content:"\e60c"}.ti-shopping-cart:before{content:"\e60d"}.ti-shopping-cart-full:before{content:"\e60e"}.ti-settings:before{content:"\e60f"}.ti-search:before{content:"\e610"}.ti-zoom-in:before{content:"\e611"}.ti-zoom-out:before{content:"\e612"}.ti-cut:before{content:"\e613"}.ti-ruler:before{content:"\e614"}.ti-ruler-pencil:before{content:"\e615"}.ti-ruler-alt:before{content:"\e616"}.ti-bookmark:before{content:"\e617"}.ti-bookmark-alt:before{content:"\e618"}.ti-reload:before{content:"\e619"}.ti-plus:before{content:"\e61a"}.ti-pin:before{content:"\e61b"}.ti-pencil:before{content:"\e61c"}.ti-pencil-alt:before{content:"\e61d"}.ti-paint-roller:before{content:"\e61e"}.ti-paint-bucket:before{content:"\e61f"}.ti-na:before{content:"\e620"}.ti-mobile:before{content:"\e621"}.ti-minus:before{content:"\e622"}.ti-medall:before{content:"\e623"}.ti-medall-alt:before{content:"\e624"}.ti-marker:before{content:"\e625"}.ti-marker-alt:before{content:"\e626"}.ti-arrow-up:before{content:"\e627"}.ti-arrow-right:before{content:"\e628"}.ti-arrow-left:before{content:"\e629"}.ti-arrow-down:before{content:"\e62a"}.ti-lock:before{content:"\e62b"}.ti-location-arrow:before{content:"\e62c"}.ti-link:before{content:"\e62d"}.ti-layout:before{content:"\e62e"}.ti-layers:before{content:"\e62f"}.ti-layers-alt:before{content:"\e630"}.ti-key:before{content:"\e631"}.ti-import:before{content:"\e632"}.ti-image:before{content:"\e633"}.ti-heart:before{content:"\e634"}.ti-heart-broken:before{content:"\e635"}.ti-hand-stop:before{content:"\e636"}.ti-hand-open:before{content:"\e637"}.ti-hand-drag:before{content:"\e638"}.ti-folder:before{content:"\e639"}.ti-flag:before{content:"\e63a"}.ti-flag-alt:before{content:"\e63b"}.ti-flag-alt-2:before{content:"\e63c"}.ti-eye:before{content:"\e63d"}.ti-export:before{content:"\e63e"}.ti-exchange-vertical:before{content:"\e63f"}.ti-desktop:before{content:"\e640"}.ti-cup:before{content:"\e641"}.ti-crown:before{content:"\e642"}.ti-comments:before{content:"\e643"}.ti-comment:before{content:"\e644"}.ti-comment-alt:before{content:"\e645"}.ti-close:before{content:"\e646"}.ti-clip:before{content:"\e647"}.ti-angle-up:before{content:"\e648"}.ti-angle-right:before{content:"\e649"}.ti-angle-left:before{content:"\e64a"}.ti-angle-down:before{content:"\e64b"}.ti-check:before{content:"\e64c"}.ti-check-box:before{content:"\e64d"}.ti-camera:before{content:"\e64e"}.ti-announcement:before{content:"\e64f"}.ti-brush:before{content:"\e650"}.ti-briefcase:before{content:"\e651"}.ti-bolt:before{content:"\e652"}.ti-bolt-alt:before{content:"\e653"}.ti-blackboard:before{content:"\e654"}.ti-bag:before{content:"\e655"}.ti-move:before{content:"\e656"}.ti-arrows-vertical:before{content:"\e657"}.ti-arrows-horizontal:before{content:"\e658"}.ti-fullscreen:before{content:"\e659"}.ti-arrow-top-right:before{content:"\e65a"}.ti-arrow-top-left:before{content:"\e65b"}.ti-arrow-circle-up:before{content:"\e65c"}.ti-arrow-circle-right:before{content:"\e65d"}.ti-arrow-circle-left:before{content:"\e65e"}.ti-arrow-circle-down:before{content:"\e65f"}.ti-angle-double-up:before{content:"\e660"}.ti-angle-double-right:before{content:"\e661"}.ti-angle-double-left:before{content:"\e662"}.ti-angle-double-down:before{content:"\e663"}.ti-zip:before{content:"\e664"}.ti-world:before{content:"\e665"}.ti-wheelchair:before{content:"\e666"}.ti-view-list:before{content:"\e667"}.ti-view-list-alt:before{content:"\e668"}.ti-view-grid:before{content:"\e669"}.ti-uppercase:before{content:"\e66a"}.ti-upload:before{content:"\e66b"}.ti-underline:before{content:"\e66c"}.ti-truck:before{content:"\e66d"}.ti-timer:before{content:"\e66e"}.ti-ticket:before{content:"\e66f"}.ti-thumb-up:before{content:"\e670"}.ti-thumb-down:before{content:"\e671"}.ti-text:before{content:"\e672"}.ti-stats-up:before{content:"\e673"}.ti-stats-down:before{content:"\e674"}.ti-split-v:before{content:"\e675"}.ti-split-h:before{content:"\e676"}.ti-smallcap:before{content:"\e677"}.ti-shine:before{content:"\e678"}.ti-shift-right:before{content:"\e679"}.ti-shift-left:before{content:"\e67a"}.ti-shield:before{content:"\e67b"}.ti-notepad:before{content:"\e67c"}.ti-server:before{content:"\e67d"}.ti-quote-right:before{content:"\e67e"}.ti-quote-left:before{content:"\e67f"}.ti-pulse:before{content:"\e680"}.ti-printer:before{content:"\e681"}.ti-power-off:before{content:"\e682"}.ti-plug:before{content:"\e683"}.ti-pie-chart:before{content:"\e684"}.ti-paragraph:before{content:"\e685"}.ti-panel:before{content:"\e686"}.ti-package:before{content:"\e687"}.ti-music:before{content:"\e688"}.ti-music-alt:before{content:"\e689"}.ti-mouse:before{content:"\e68a"}.ti-mouse-alt:before{content:"\e68b"}.ti-money:before{content:"\e68c"}.ti-microphone:before{content:"\e68d"}.ti-menu:before{content:"\e68e"}.ti-menu-alt:before{content:"\e68f"}.ti-map:before{content:"\e690"}.ti-map-alt:before{content:"\e691"}.ti-loop:before{content:"\e692"}.ti-location-pin:before{content:"\e693"}.ti-list:before{content:"\e694"}.ti-light-bulb:before{content:"\e695"}.ti-Italic:before{content:"\e696"}.ti-info:before{content:"\e697"}.ti-infinite:before{content:"\e698"}.ti-id-badge:before{content:"\e699"}.ti-hummer:before{content:"\e69a"}.ti-home:before{content:"\e69b"}.ti-help:before{content:"\e69c"}.ti-headphone:before{content:"\e69d"}.ti-harddrives:before{content:"\e69e"}.ti-harddrive:before{content:"\e69f"}.ti-gift:before{content:"\e6a0"}.ti-game:before{content:"\e6a1"}.ti-filter:before{content:"\e6a2"}.ti-files:before{content:"\e6a3"}.ti-file:before{content:"\e6a4"}.ti-eraser:before{content:"\e6a5"}.ti-envelope:before{content:"\e6a6"}.ti-download:before{content:"\e6a7"}.ti-direction:before{content:"\e6a8"}.ti-direction-alt:before{content:"\e6a9"}.ti-dashboard:before{content:"\e6aa"}.ti-control-stop:before{content:"\e6ab"}.ti-control-shuffle:before{content:"\e6ac"}.ti-control-play:before{content:"\e6ad"}.ti-control-pause:before{content:"\e6ae"}.ti-control-forward:before{content:"\e6af"}.ti-control-backward:before{content:"\e6b0"}.ti-cloud:before{content:"\e6b1"}.ti-cloud-up:before{content:"\e6b2"}.ti-cloud-down:before{content:"\e6b3"}.ti-clipboard:before{content:"\e6b4"}.ti-car:before{content:"\e6b5"}.ti-calendar:before{content:"\e6b6"}.ti-book:before{content:"\e6b7"}.ti-bell:before{content:"\e6b8"}.ti-basketball:before{content:"\e6b9"}.ti-bar-chart:before{content:"\e6ba"}.ti-bar-chart-alt:before{content:"\e6bb"}.ti-back-right:before{content:"\e6bc"}.ti-back-left:before{content:"\e6bd"}.ti-arrows-corner:before{content:"\e6be"}.ti-archive:before{content:"\e6bf"}.ti-anchor:before{content:"\e6c0"}.ti-align-right:before{content:"\e6c1"}.ti-align-left:before{content:"\e6c2"}.ti-align-justify:before{content:"\e6c3"}.ti-align-center:before{content:"\e6c4"}.ti-alert:before{content:"\e6c5"}.ti-alarm-clock:before{content:"\e6c6"}.ti-agenda:before{content:"\e6c7"}.ti-write:before{content:"\e6c8"}.ti-window:before{content:"\e6c9"}.ti-widgetized:before{content:"\e6ca"}.ti-widget:before{content:"\e6cb"}.ti-widget-alt:before{content:"\e6cc"}.ti-wallet:before{content:"\e6cd"}.ti-video-clapper:before{content:"\e6ce"}.ti-video-camera:before{content:"\e6cf"}.ti-vector:before{content:"\e6d0"}.ti-themify-logo:before{content:"\e6d1"}.ti-themify-favicon:before{content:"\e6d2"}.ti-themify-favicon-alt:before{content:"\e6d3"}.ti-support:before{content:"\e6d4"}.ti-stamp:before{content:"\e6d5"}.ti-split-v-alt:before{content:"\e6d6"}.ti-slice:before{content:"\e6d7"}.ti-shortcode:before{content:"\e6d8"}.ti-shift-right-alt:before{content:"\e6d9"}.ti-shift-left-alt:before{content:"\e6da"}.ti-ruler-alt-2:before{content:"\e6db"}.ti-receipt:before{content:"\e6dc"}.ti-pin2:before{content:"\e6dd"}.ti-pin-alt:before{content:"\e6de"}.ti-pencil-alt2:before{content:"\e6df"}.ti-palette:before{content:"\e6e0"}.ti-more:before{content:"\e6e1"}.ti-more-alt:before{content:"\e6e2"}.ti-microphone-alt:before{content:"\e6e3"}.ti-magnet:before{content:"\e6e4"}.ti-line-double:before{content:"\e6e5"}.ti-line-dotted:before{content:"\e6e6"}.ti-line-dashed:before{content:"\e6e7"}.ti-layout-width-full:before{content:"\e6e8"}.ti-layout-width-default:before{content:"\e6e9"}.ti-layout-width-default-alt:before{content:"\e6ea"}.ti-layout-tab:before{content:"\e6eb"}.ti-layout-tab-window:before{content:"\e6ec"}.ti-layout-tab-v:before{content:"\e6ed"}.ti-layout-tab-min:before{content:"\e6ee"}.ti-layout-slider:before{content:"\e6ef"}.ti-layout-slider-alt:before{content:"\e6f0"}.ti-layout-sidebar-right:before{content:"\e6f1"}.ti-layout-sidebar-none:before{content:"\e6f2"}.ti-layout-sidebar-left:before{content:"\e6f3"}.ti-layout-placeholder:before{content:"\e6f4"}.ti-layout-menu:before{content:"\e6f5"}.ti-layout-menu-v:before{content:"\e6f6"}.ti-layout-menu-separated:before{content:"\e6f7"}.ti-layout-menu-full:before{content:"\e6f8"}.ti-layout-media-right-alt:before{content:"\e6f9"}.ti-layout-media-right:before{content:"\e6fa"}.ti-layout-media-overlay:before{content:"\e6fb"}.ti-layout-media-overlay-alt:before{content:"\e6fc"}.ti-layout-media-overlay-alt-2:before{content:"\e6fd"}.ti-layout-media-left-alt:before{content:"\e6fe"}.ti-layout-media-left:before{content:"\e6ff"}.ti-layout-media-center-alt:before{content:"\e700"}.ti-layout-media-center:before{content:"\e701"}.ti-layout-list-thumb:before{content:"\e702"}.ti-layout-list-thumb-alt:before{content:"\e703"}.ti-layout-list-post:before{content:"\e704"}.ti-layout-list-large-image:before{content:"\e705"}.ti-layout-line-solid:before{content:"\e706"}.ti-layout-grid4:before{content:"\e707"}.ti-layout-grid3:before{content:"\e708"}.ti-layout-grid2:before{content:"\e709"}.ti-layout-grid2-thumb:before{content:"\e70a"}.ti-layout-cta-right:before{content:"\e70b"}.ti-layout-cta-left:before{content:"\e70c"}.ti-layout-cta-center:before{content:"\e70d"}.ti-layout-cta-btn-right:before{content:"\e70e"}.ti-layout-cta-btn-left:before{content:"\e70f"}.ti-layout-column4:before{content:"\e710"}.ti-layout-column3:before{content:"\e711"}.ti-layout-column2:before{content:"\e712"}.ti-layout-accordion-separated:before{content:"\e713"}.ti-layout-accordion-merged:before{content:"\e714"}.ti-layout-accordion-list:before{content:"\e715"}.ti-ink-pen:before{content:"\e716"}.ti-info-alt:before{content:"\e717"}.ti-help-alt:before{content:"\e718"}.ti-headphone-alt:before{content:"\e719"}.ti-hand-point-up:before{content:"\e71a"}.ti-hand-point-right:before{content:"\e71b"}.ti-hand-point-left:before{content:"\e71c"}.ti-hand-point-down:before{content:"\e71d"}.ti-gallery:before{content:"\e71e"}.ti-face-smile:before{content:"\e71f"}.ti-face-sad:before{content:"\e720"}.ti-credit-card:before{content:"\e721"}.ti-control-skip-forward:before{content:"\e722"}.ti-control-skip-backward:before{content:"\e723"}.ti-control-record:before{content:"\e724"}.ti-control-eject:before{content:"\e725"}.ti-comments-smiley:before{content:"\e726"}.ti-brush-alt:before{content:"\e727"}.ti-youtube:before{content:"\e728"}.ti-vimeo:before{content:"\e729"}.ti-twitter:before{content:"\e72a"}.ti-time:before{content:"\e72b"}.ti-tumblr:before{content:"\e72c"}.ti-skype:before{content:"\e72d"}.ti-share:before{content:"\e72e"}.ti-share-alt:before{content:"\e72f"}.ti-rocket:before{content:"\e730"}.ti-pinterest:before{content:"\e731"}.ti-new-window:before{content:"\e732"}.ti-microsoft:before{content:"\e733"}.ti-list-ol:before{content:"\e734"}.ti-linkedin:before{content:"\e735"}.ti-layout-sidebar-2:before{content:"\e736"}.ti-layout-grid4-alt:before{content:"\e737"}.ti-layout-grid3-alt:before{content:"\e738"}.ti-layout-grid2-alt:before{content:"\e739"}.ti-layout-column4-alt:before{content:"\e73a"}.ti-layout-column3-alt:before{content:"\e73b"}.ti-layout-column2-alt:before{content:"\e73c"}.ti-instagram:before{content:"\e73d"}.ti-google:before{content:"\e73e"}.ti-github:before{content:"\e73f"}.ti-flickr:before{content:"\e740"}.ti-facebook:before{content:"\e741"}.ti-dropbox:before{content:"\e742"}.ti-dribbble:before{content:"\e743"}.ti-apple:before{content:"\e744"}.ti-android:before{content:"\e745"}.ti-save:before{content:"\e746"}.ti-save-alt:before{content:"\e747"}.ti-yahoo:before{content:"\e748"}.ti-wordpress:before{content:"\e749"}.ti-vimeo-alt:before{content:"\e74a"}.ti-twitter-alt:before{content:"\e74b"}.ti-tumblr-alt:before{content:"\e74c"}.ti-trello:before{content:"\e74d"}.ti-stack-overflow:before{content:"\e74e"}.ti-soundcloud:before{content:"\e74f"}.ti-sharethis:before{content:"\e750"}.ti-sharethis-alt:before{content:"\e751"}.ti-reddit:before{content:"\e752"}.ti-pinterest-alt:before{content:"\e753"}.ti-microsoft-alt:before{content:"\e754"}.ti-linux:before{content:"\e755"}.ti-jsfiddle:before{content:"\e756"}.ti-joomla:before{content:"\e757"}.ti-html5:before{content:"\e758"}.ti-flickr-alt:before{content:"\e759"}.ti-email:before{content:"\e75a"}.ti-drupal:before{content:"\e75b"}.ti-dropbox-alt:before{content:"\e75c"}.ti-css3:before{content:"\e75d"}.ti-rss:before{content:"\e75e"}.ti-rss-alt:before{content:"\e75f"}


/* Jevelin Icons */
@font-face {
  font-family: 'Jevelin-Icons';
  src:  url('/wp-content/themes/jevelin/fonts/Shufflehound-Icons.eot?68djhe');
  src:  url('/wp-content/themes/jevelin/fonts/Shufflehound-Icons.eot?68djhe#iefix') format('embedded-opentype'),
    url('/wp-content/themes/jevelin/fonts/Shufflehound-Icons.ttf?68djhe') format('truetype'),
    url('/wp-content/themes/jevelin/fonts/Shufflehound-Icons.woff?68djhe') format('woff'),
    url('/wp-content/themes/jevelin/fonts/Shufflehound-Icons.svg?68djhe#Shufflehound-Icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.shi {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Jevelin-Icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.shi-cart:before {
  content: "\e900";
}
.shi-chat:before {
  content: "\e901";
}
.shi-close:before {
  content: "\e902";
}
.shi-search:before {
  content: "\e903";
}
.shi-share:before {
  content: "\e904";
}
/**
 * Table of Contents
 *
 * 1.0 - Accordion
 * 2.0 - Alert Messages
 * 3.0 - Blog Posts
 * 4.0 - Buttons
 * 5.0 - Column
 * 6.0 - Contact Form (standard)
  *   6.1 - Contact Form 7 (plugin)
 * 7.0 - Countdown
 * 8.0 - Counter
 * 9.0 - Divider
 * 10.0 - Event
 * 11.0 - Heading
 * 12.0 - Heading Animation
 * 13.0 - Icon
 * 14.0 - Icon Box
  *  14.1 - Icon Box Slider
 * 15.0 - Image Curtons
 * 16.0 - Image Gallery
 * 17.0 - Image Points
 * 18.0 - List
 * 19.0 - Partners
 * 20.0 - Pie Chart
 * 21.0 - Portfolio
 *   21.1 - Filter
 * 22.0 - Pricing Table
 * 23.0 - Progress Bar
 * 24.0 - Single Image
 * 25.0 - Section
 * 26.0 - Tabs
 * 27.0 - Team Member
 * 28.0 - Testimonials
 * 29.0 - Timeline
 * 30.0 - Video Player
 * 31.0 - Text with Frame
 * 32.0 - WooCommerce Categories
 */


/**
 * 0.1 - Empty Space
 */


/**
 * 1.0 - Accordion
 */

.sh-accordion {
	margin-bottom: 15px;
}

.sh-accordion-title {
	font-weight: normal;
}

.sh-accordion .panel {
	margin: 0!important;
}

.sh-accordion .panel {
	box-shadow: none;
	background-color: transparent;
}

.sh-accordion .panel:first-child {
	padding-top: 0!important;
}

.sh-accordion .panel a {
	font-size: 14px;
}

.sh-accordion .panel-default>.panel-heading {
	background-color: transparent;
}

.sh-accordion .panel-title a {
	display: block;
	padding: 15px 20px;
}

.sh-accordion .sh-accordion .panel-default > .panel-heading {
	background-color: transparent;
}

.sh-accordion .panel-default,
.sh-accordion .panel,
.sh-accordion .panel-heading {
	border-radius: 0;
	padding: 0;
	border: none;
}

.sh-accordion .panel .panel-collapse .panel-body {
	border-top-color: transparent;
	border-radius: 0;
	background-color: #fff;
}

.sh-accordion .panel .panel-collapse .panel-body p:last-child {
	margin-bottom: 0;
}

.sh-accordion .collapsed .open-icon,
.sh-accordion .close-icon {
	display: inline-block;
}
.sh-accordion .collapsed .close-icon,
.sh-accordion .open-icon {
	display: none;
}

.sh-accordion .sh-accordion-icon {
	display: inline-block;
}

.sh-accordion .sh-accordion-icon-cell {
	padding-right: 20px;
}

.sh-accordion .panel-body .sh-accordion-icon-cell {
	opacity: 0;
}

.sh-accordion-content-cell {
	width: 100%;
}

.sh-accordion .panel-title a,
.sh-accordion .panel-title a i {
	background-color: #f4f4f4;
	color: #505050;
}

.sh-accordion .panel-title a.collapsed,
.sh-accordion .panel-title a.collapsed i {
	background-color: #e2b742;
	color: #fff;
}

.sh-accordion-style1 .sh-accordion-item {
	padding-bottom: 10px;
}

.sh-accordion-style1 .sh-accordion-item .panel-body {
	padding-top: 10px;
	padding-bottom: 10px;
}

.sh-accordion-style2 .sh-accordion-item {
	padding-bottom: 5px;
}

.sh-accordion-style2 .sh-accordion-item .panel-body {
	padding-top: 10px;
	padding-bottom: 15px;
}

.sh-accordion-style3 .sh-accordion-item .panel-body {
	padding-top: 20px;
	padding-bottom: 20px;
}

.sh-accordion-style3 .panel-title .sh-table {
	padding: 10px 0;
}

.sh-accordion-style3-center .sh-accordion-item .sh-table {
	text-align: center;
}

.sh-accordion-style3-center .sh-accordion-item .sh-table-cell {
	display: inline-block;
	width: auto;
}

.sh-accordion-style4 .sh-accordion-item .panel-body {
	padding-top: 10px;
	padding-bottom: 10px;
}

/* Style 4 */
.sh-accordion-style5 .nav-tabs li {
	display: block;
	width: 100%;
}

.sh-accordion-style5 .nav-tabs,
.sh-accordion-style5 .nav-tabs a {
	border-width: 0px!important;
	background-color: transparent!important;
}

.sh-accordion-style5 .nav-tabs {
	border-right: 1px solid #f3f3f3!important;
}

.sh-accordion-style5 .nav-tabs li {
	text-align: right;
	position: relative;
}

.sh-accordion-style5 .nav-tabs li:after {
	display: block;
	clear: both;
	content: "";
	background-color: transparent;
	position: absolute;
	right: -4px; top: 0; bottom: 0;
	width: 7px;
	border-radius: 100px;
	opacity: 1;
	transition: 0.3s background-color ease-in-out;
}

.sh-accordion-style5 .nav-tabs li.active:after {
	background-color: #f4d927;
}

.sh-accordion-style5 .nav-tabs li.active a {
	color: #454545;
	font-size: 16px;
	transition: 0.3s color ease-in-out;
}

.sh-accordion-style5 .nav-tabs li.active i {
	font-size: 24px;
}

.sh-accordion-style5 .nav-tabs a {
	font-size: 13px;
	font-weight: bold;
	color: #808080;
	line-height: 180%;
}

.sh-accordion-style5 .nav-tabs i {
	padding-left: 12px;
	font-size: 18px;
	bottom: -2px;
	position: relative;
}

.sh-accordion-style5 .tab-content {
	padding-left: 15px;
	padding-top: 36px;
}

.sh-accordion-style5 .tab-content,
.sh-accordion-style5 .tab-content p {
	line-height: 195%;
}

@media (max-width: 991px) {
	.sh-accordion-style5 .nav-tabs {
		border-left: 1px solid #f3f3f3 !important;
		border-right-width: 0px!important;
	}

	.sh-accordion-style5 .nav-tabs li {
		text-align: left;
	}

	.sh-accordion-style5 .nav-tabs i {
		float: left;
		padding-left: 0px;
		padding-right: 12px;
	}

	.sh-accordion-style5 .nav-tabs li:after {
		left: -4px;
	}

	.sh-accordion-style5 .tab-content {
		padding-left: 16px;
	}
}

/* Style 6 */
.sh-accordion-style6 .panel-title a {
	padding: 25px 20px;
	border-radius: 8px;
}

.sh-accordion-style6 .sh-accordion-title {
	font-size: 16px;
	font-weight: 900;
}

.sh-accordion-style6 a.collapsed .sh-accordion-title {
    font-weight: 400;
}

.sh-accordion-style6 .sh-accordion-item .panel-body {
	padding-top: 15px;
	padding-bottom: 15px;
}

.sh-accordion-style6 .fw-page-builder-content {
	font-size: 16px;
}

.sh-accordion-style6 .fw-page-builder-content p {
	line-height: 150%;
}

.sh-accordion-style6 .sh-accordion-item {
	padding-bottom: 1px!important;
}

/* Style 7 */
.sh-accordion-style7 .sh-accordion-item {
	position: relative;
	top: -1px;
}

.sh-accordion-style7 .panel-title a {
	border-width: 1px;
	border-style: solid;
	padding: 20px 30px;
}

.sh-accordion-style7 .sh-accordion-item {
	position: relative;
    margin-top: -1px!important;
}

.sh-accordion-style7 .sh-accordion-item .panel-body {
	padding: 35px 35px 60px 35px;
}

@media (max-width: 600px) {
	.sh-accordion-style7 .sh-accordion-item .panel-body {
		padding: 15px 0px 30px 0px;
	}
}


/**
 * 2.0 - Alert Messages
 */

.sh-alert {
	padding: 18px;
	position: relative;
	margin-bottom: 20px;
}

.sh-alert-data {
	padding-right: 35px;
}

.sh-alert-icon {
	display: inline-block;
	font-size: 24px;
	width: 26px;
	text-align: center;
	position: relative;
	bottom: -3px;
	padding-right: 20px;
}

.sh-alert-data-icon {
	padding-right: 20px;
}

.sh-alert-data .button.wc-forward {
	display: none;
}

.sh-alert-title {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 0;
}

.sh-alert-text {
	margin-top: 5px;
}

.sh-alert-close {
	position: absolute;
	top: 0; right: 0; bottom: -3px;
	margin: 0 18px;
	cursor: pointer;
	font-size: 18px;
}

.sh-alert-notice,
.sh-alert-notice .sh-alert-title,
.sh-alert-notice .sh-alert-title a {
	background-color: #f4f4f4;
	color: #8d8d8d;
}

.sh-alert-success,
.sh-alert-success .sh-alert-title,
.sh-alert-success .sh-alert-title a {
	background-color: #dff4e5;
	color: #36bd5f;
}

.sh-alert-warning,
.sh-alert-warning .sh-alert-title,
.sh-alert-warning .sh-alert-title a {
	background-color: #c0eaea;
	color: #39b5b5;
}

.sh-alert-error,
.sh-alert-error .sh-alert-title,
.sh-alert-error .sh-alert-title a {
	background-color: #f5c3c3;
	color: #e64f4f;
}

.sh-alert-center {
	text-align: center;
}

.sh-alert-center .sh-alert-icon {
	margin-right: 10px;
	bottom: -3px;
	position: relative;
}

.sh-alert-center .sh-alert-title {
	margin-top: -4px;
}

.sh-alert-with-line {
	padding: 0 18px;
}

.sh-alert-with-line .sh-alert-icon-container {
	position: relative;
	padding: 18px 0;
	padding-right: 18px;
}

.sh-alert-with-line .sh-alert-title-container {
	width: 100%;
	padding: 18px 0;
	padding-left: 18px;
}

.sh-alert-with-line.sh-alert-error .sh-alert-icon-container {
	border-right: 1px solid rgb(247, 179, 179);
}

.sh-alert-with-line.sh-alert-notice .sh-alert-icon-container {
	border-right: 1px solid #e5e5e5
}


/**
 * 3.0 - Blog Posts
 */

.sh-recent-posts-columns5 article.post-item {
	width: 20%;
}

.sh-recent-posts-columns4 article.post-item {
	width: 25%;
}

.sh-recent-posts-columns2 article.post-item {
	width: 50%;
}

@media (max-width: 1450px) {
	.sh-recent-posts-columns5 article.post-item {
		width: 25%;
	}
}

@media (max-width: 1250px) {
	.sh-recent-posts-columns5 article.post-item,
	.sh-recent-posts-columns4 article.post-item {
		width: 33.3%;
	}
}

.blog-style-largedate .post-item {
	display: inline-block;
	vertical-align: top;
	width: 33%;
	float: none;
	padding: 20px 0;
	margin-right: -4px;
}

.blog-style-largedate h2 {
	margin-top: 0;
}

.blog-style-largedate .post-meta-two a.post-meta-comments {
	display: none;
}

.blog-style-largedate .post-title-format {
	font-style: italic;
}

.blog-style-largedate .post-format-icon {
	color: #47c9e5;
	padding-right: 5px;
}

.blog-style-largedate .post-custom-date {
	width: 80px;
	padding-right: 25px;
	position: relative;
}

.blog-style-largedate .post-custom-date .post-comments {
	position: absolute;
	top: -3px; right: 25px;
	padding: 4px 7px;
	line-height: 1;
	background-color: #47c9e5;
	color: #fff;
	font-weight: bold;
	border-radius: 10px;
	font-size: 13px;
	box-shadow: 0px 2px 3px 1px rgba(0,0,0,0.12);
	cursor: default;
}

.blog-style-largedate .post-custom-date .post-day {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	height: 70px;
	line-height: 70px;
	min-width: 70px;
	background-color: #f4f4f4;
	border-radius: 100px;
}

.blog-style-largedate .post-custom-date .post-month {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	margin-top: 8px;
}

@media (max-width: 1000px) {
	.blog-style-largedate .post-item {
		width: 100%;
	}
}

.blog-style-largeimage {
	position: relative;
	margin: 0 -15px;
}

.blog-style-largeimage img {
	height: auto;
}

.blog-style-largeimage .post-item {
	display: inline-block;
	vertical-align: top;
	width: 33%;
	float: none;
	padding: 30px 0 10px 0;
	margin-right: -4px;
	position: relative;
}

.blog-style-largeimage h2 {
	margin-top: 0;
}

.blog-style-largeimage .post-title-format {
	font-style: italic;
}

.blog-style-largeimage .post-format-icon {
	color: #47c9e5;
	padding-right: 5px;
}


/**
 * 4.0 - Buttons
 */

.sh-button-container {
	margin: 10px auto;
}

.sh-button {
	position: relative;
	display: inline-block;
	text-align: center;
	background-position: 50% 50%;
	background-size: cover;
	cursor: pointer;
	position: relative;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.sh-button-icon {
	display: inline-block;
	position: relative;
	z-index: 10;
	margin-top: -3px;
	bottom: -3px;
	margin-right: 10px;
}

.sh-button-icon i {
	font-size: 130%;
}

.sh-button-text {
	position: relative;
	font-weight: bold;
	position: relative;
	z-index: 10;
}

.sh-button-icon i {
	font-size: 130%;
}

.sh-button-xsmall .sh-button-icon {
	margin-right: 7px;
}

.sh-button-xsmall .sh-button-text {
	bottom: -1px;
}

.sh-button-tale-bottom {
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -10px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #e5e5e5;
}

.sh-button-tale-top {
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -10px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #e5e5e5;
}

/* Button Sizes */
.sh-button-xsmall {
	padding: 8px 21px;
	font-size: 11px;
}

.sh-button-small {
	padding: 10px 26px;
	font-size: 12px;
}

.sh-button-medium {
	padding: 14px 31px;
	font-size: 13px;
}

.sh-button-large {
	padding: 16px 36px;
	font-size: 14px;
}

.sh-button-xlarge {
	padding: 16.5px 41px;
	font-size: 16px;
}

.sh-button-xlarge-small {
	font-size: 13px;
	padding: 19px 41px;
}

/* Button With Icon Padding */
.sh-button-xsmall.sh-button-icon-right .sh-button-icon {
	bottom: -5px;
}

.sh-button-icon-right .sh-button-icon {
	margin-left: 10px;
	margin-right: auto;
	bottom: -4px;
	float: right;
}

.sh-button-icon-right.sh-button-xsmall {
	padding-left: 16px;
}

.sh-button-icon-right.sh-button-small {
	padding-left: 20px;
}

.sh-button-icon-right.sh-button-medium {
	padding-left: 27px;
}

.sh-button-icon-right.sh-button-large {
	padding-left: 33px;
}

.sh-button-icon-right.sh-button-xlarge {
	padding-left: 45px;
}

.sh-button-icon-left.sh-button-xsmall {
	padding-right: 16px;
}

.sh-button-icon-left.sh-button-small {
	padding-right: 20px;
}

.sh-button-icon-left.sh-button-medium {
	padding-right: 27px;
}

.sh-button-icon-left.sh-button-large {
	padding-right: 33px;
}

.sh-button-icon-left.sh-button-xlarge {
	padding-right: 45px;
}

/* Button Style 2 */
.sh-button-style-2 .sh-button {
	overflow: hidden;
}

/* Button Style 2 (right) */
.sh-button-style-2 .sh-button-icon-right:after {
    content: '';
    position: absolute;
    z-index: -1;
	width: 0;
    height: 300%;
    background-color: rgba(255,255,255,0.15);
	z-index: 1;
	right: 0;
	top: 0;
	margin: -5px 0 0 -5px;
}

.sh-button-style-2 .sh-button-icon-right:hover:after {
	width: 120%;
}

/* Button Style 2 (left) */
.sh-button-style-2 .sh-button-icon-left:after {
    content: '';
    position: absolute;
    z-index: -1;
	width: 0;
    height: 300%;
    background-color: rgba(255,255,255,0.15);
	z-index: 1;
	left: -10%;
	top: 0;
	margin: -5px 0 0 -5px;
}

.sh-button-style-2 .sh-button-icon-left:hover:after {
	width: 120%;
}

/* Button Style 2 (without icon) */
.sh-button-style-2 .sh-button:not(.sh-button-icon-left):not(.sh-button-icon-right) {
	position: relative;
}

.sh-button-style-2 .sh-button:not(.sh-button-icon-left):not(.sh-button-icon-right):after {
    content: '';
    position: absolute;
    z-index: -1;
	width: 0;
    height: 300%;
    background-color: rgba(255,255,255,0.15);
	z-index: 1;
	right: -10%;
	top: 0;
	margin: -5px 0 0 -5px;
	transition: all 0.3s ease-in-out;
}

.sh-button-style-2 .sh-button:not(.sh-button-icon-left):not(.sh-button-icon-right):hover:after {
	width: 120%;
}

/* Link Button (3) */
.sh-button-style-3 .sh-button {
	padding: 0;
}

/* Button Style 4 */
.sh-button-style-4 {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.sh-button-style-4 .sh-button {
	display: block;
}

.sh-button-style-4 .sh-button-hidden {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	background: #fff3f9;
	color: #c93a82;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	-webkit-transform: translateX(-25%);
	transform: translateX(-25%);
}

.sh-button-style-4:hover .sh-button,
.sh-button-style-4:focus .sh-button {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	    transform: translateX(100%);
}

.sh-button-style-4:hover .sh-button-hidden,
.sh-button-style-4:focus .sh-button-hidden {
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	    transform: translateX(0%);
}

/* Button Style 5 */

.sh-button-style-5 .sh-button .sh-button-text {
	transition: 0.3s letter-spacing ease-in-out;
	letter-spacing: normal;
}

.sh-button-style-5 .sh-button:hover .sh-button-text {
	letter-spacing: 2px;
}

.sh-button-style-5 .sh-button-icon-right .sh-button-icon {
	bottom: -5px;
}


/**
 * 5.0 - Column
 */

.sh-column {
	background-size: cover;
	background-position: 50% 50%;
	padding: 0px 15px 0px 15px;
	margin: 0px 0px 0px 0px;
	transition: all 0.3s ease-in-out!important;
}

.sh-column-wrapper {
	z-index: 1;
	position: relative;
	transition: all 0.3s ease-in-out!important;
}

.sh-column-wrapper > *:last-child {
	margin-bottom: 0px;
}

@media (max-width: 800px) {

	.sh-column:not(:only-of-type):not(.sh-column-mobile-padding) .sh-column-wrapper > *:last-child {
		margin-bottom: 45px!important;
	}

	.sh-section .fw-row:last-child .sh-column:not(.sh-column-mobile-padding):last-child .sh-column-wrapper > *:last-child {
		margin-bottom: 0!important;
	}

	.sh-section-mobile-alignment-center .sh-text-block,
	.sh-section-mobile-alignment-center .sh-text-block p,
	.sh-section-mobile-alignment-center .sh-text-group,
	.sh-section-mobile-alignment-center .sh-text-group p,
	.sh-section-mobile-alignment-center .sh-heading span,
	.sh-section-mobile-alignment-center .sh-heading-content,
	.sh-section-mobile-alignment-center .sh-button-container,
	.sh-section-mobile-alignment-center .sh-single-image {
		text-align: center!important;
	}

}

.sh-text-block a {
	transition: 0.3s all ease-in-out;
}


/* Text Group */
.text-group-layout2 .text-group-content h1:last-child,
.text-group-layout2 .text-group-content h2:last-child,
.text-group-layout2 .text-group-content h3:last-child,
.text-group-layout2 .text-group-content h4:last-child,
.text-group-layout2 .text-group-content h5:last-child,
.text-group-layout2 .text-group-content h6:last-child {
	margin-bottom: 0;
	line-height: 140%!important;
}


/**
 * 6.0 - Contact Form (standard)
 */

.wrap-forms sup {
	font-size: 0px;
}

.wrap-forms sup:before {
    font-family: 'simple-line-icons';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    content: "\e080";
    font-size: 14px;
    padding-left: 5px;
}

.wrap-forms input,
.wrap-forms select {
	height: 50px!important;
}

.wrap-forms label {
	margin-bottom: 10px;
}

.wrap-forms textarea {
	padding: 15px 20px;
}

.contact-form input[type="submit"] {
	background-color: #47c9e5;
	color: #fff;
	line-height: 55px;
	height: 55px;
	border-width: 0px;
	padding: 0px 35px;
	font-weight: bold;
}

.contact-form .simpleselect {
	width: 100%;
}

.fw-flash-messages > ul {
	padding: 30px;
	background-color: #f4f4f4;
	color: #8d8d8d;
	text-align: center;
	font-weight: bold;
}

.fw-flash-messages > ul.fw-flash-type-success {
    background-color: #dff4e5;
    color: #36bd5f;
}

.fw-flash-messages ul {
	list-style: none;
	margin-bottom: 0;
}

.fw_form_fw_form .form-error {
	position: relative;
	margin-top: -10px;
	padding-bottom: 10px;
	color: #e54747!important;
}

.fw_form_fw_form > div {
    vertical-align: top;
}

.fw-flash-type-error {
	list-style: none;
	color: #e54747;
	padding-left: 0px;
	margin-bottom: 0px;
	font-weight: bold;
}

.fw-flash-type-success {
	list-style: none;
	color: #40c738;
	padding-left: 0px;
	margin-bottom: 0px;
	font-weight: bold;
}

.fw-form-loading:after {
    content: "\f110";
    font-family: 'FontAwesome';
    height: 80px;
    width: 80px;
    display: table;
    font-size: 80px;
    line-height: 80px;
    margin: 50px auto 0;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    color: #000;
}


/**
 * 6.1 - Contact Form 7 (plugin)
 */
.cf7-required:after {
	color: #f3bc47;
	font-family: 'simple-line-icons';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    content: "\e080";
    font-size: 14px;
    padding-left: 5px;
}

.wpcf7-form p {
	font-weight: bold;
	font-size: 15px;
}

.wpcf7-form input,
.wpcf7-form select,
.wpcf7-form textarea,
.wpcf7-form span {
	font-weight: normal;
}

.wpcf7-form-control-wrap {
	margin-top: 10px;
	margin-bottom: 20px!important;
	display: block;
}

.wpcf7-form-control-wrap .simpleselect {
	width: 100%;
	font-weight: normal;
	font-size: 14px;
}

.wpcf7-form select {
	height: 56px;
}

.wpcf7-list-item-label {
	padding-right: 6px;
}

.wpcf7-not-valid {
	border-color: #e64f4f!important;
}

.wpcf7-not-valid-tip {
	display: none!important;
}

.wpcf7-form .wpcf7-response-output {
	border-width: 0;
	text-align: center;
	background-color: #f4f4f4;
	color: #8d8d8d;
	padding: 20px;
	font-weight: bold;
}

.wpcf7-form > p + .wpcf7-response-output {
	margin-bottom: 0px;
}

.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
    background-color: #dff4e5;
    color: #36bd5f;
}

.wpcf7-date::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
}

.wpcf7-submit {
	position: relative;
	z-index: 10;
}

.sh-cf7-body {
	width: 100%;
	position: relative;
}

/* Gravity Forms FIX */
.gform_wrapper input[type="text"],
.gform_wrapper input[type="password"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="url"],
.gform_wrapper select {
    line-height: inherit !important;
    display: initial !important;
    width: auto !important;
}

.gform_wrapper table th,
.gform_wrapper table td {
    padding: inherit!important;
}

/* CF7 Style - 1 */
.sh-cf7-style1.round input,
.sh-cf7-style1.round textarea,
.sh-cf7-style1.round select,
.sh-cf7-style1.round .SumoSelect .SelectBox {
	border-radius: 26px;
	padding: 0 30px;
}

.sh-cf7-style1.round input[type="file"] {
	padding: 0;
	border-radius: 0;
}

.sh-cf7-style1.round textarea {
	padding-top: 15px;
	padding-bottom: 15px;
	height: auto;
	max-height: 180px;
}

.sh-cf7-style1 input::-webkit-input-placeholder,
.sh-cf7-style1 textarea::-webkit-input-placeholder,
.sh-cf7-style1 select::-webkit-input-placeholder {
	font-style: italic;
}

.sh-cf7-style1 input:-moz-placeholder,
.sh-cf7-style1 textarea:-moz-placeholder,
.sh-cf7-style1 select:-moz-placeholder {
	font-style: italic;
}

.sh-cf7-style1 input::-moz-placeholder,
.sh-cf7-style1 textarea::-moz-placeholder,
.sh-cf7-style1 select::-moz-placeholder {
	font-style: italic;
}

.sh-cf7-style1 input:-ms-input-placeholder,
.sh-cf7-style1 textarea:-ms-input-placeholder,
.sh-cf7-style1 select:-ms-input-placeholder {
	font-style: italic;
}


/* CF7 Style - 2 */
.sh-cf7-style2 form input:not(.wpcf7-submit),
.sh-cf7-style2 form textarea {
	border-radius: 100px;
	border: 2px solid #ededed!important;
	line-height: 64px!important;
	padding: 0 45px;
	transition: 0.7s all ease-in-out;
}

.sh-cf7-style2 form .wpcf7-submit {
	border-radius: 100px;
	line-height: 64px!important;
	padding: 0 45px!important;
}

.sh-cf7-style2 form .ajax-loader,
.sh-cf7-style3 form .ajax-loader {
	display: table;
	margin: 0 auto;
	position: relative;
	top: 10px;
}

.sh-cf7 form .wpcf7-submit:hover,
.sh-cf7 form .wpcf7-submit:focus {
	background-position: center center;
}

.sh-cf7-style2 form p input::-webkit-input-placeholder,
.sh-cf7-style3 form p input::-webkit-input-placeholder {
	color: #a8a8a8;
	font-style: normal;
}
.sh-cf7-style2 form p input:-moz-placeholder,
.sh-cf7-style3 form p input:-moz-placeholder {
	color: #a8a8a8;
	font-style: normal;
}
.sh-cf7-style2 form p input::-moz-placeholder,
.sh-cf7-style3 form p input::-moz-placeholder {
	color: #a8a8a8;
	font-style: normal;
}
.sh-cf7-style2 form p input:-ms-input-placeholder,
.sh-cf7-style3 form p input:-ms-input-placeholder {
	color: #a8a8a8;
	font-style: normal;
}


/* CF7 Style - 3 */
.sh-cf7-style3 form p input:not(.wpcf7-submit),
.sh-cf7-style3 form p textarea {
	border-radius: 5px;
	line-height: 64px!important;
	padding: 0 45px;
	transition: 0.7s all ease-in-out;
}

.sh-cf7-style3 form .wpcf7-submit {
	border-radius: 5px!important;
	line-height: 64px!important;
	padding: 0 45px!important;
}

@media (max-width: 1025px) {
	.sh-cf7-style3 form .wpcf7-submit {
		padding: 0 25px!important;
	}
}

.sh-cf7-style3 form p input,
.sh-cf7-style3 form p textarea {
	width: 100%!important;
	text-align: center;
}

.sh-cf7-style3 form p input:not(.wpcf7-submit):focus,
.sh-cf7-style3 form p textarea:focus {
	box-shadow: 0px 8px 30px 0px rgba(0,0,0,0.2);
}


/* CF7 Style - 4 */
.sh-cf7-style4 form input:not(.wpcf7-submit),
.sh-cf7-style4 form select,
.sh-cf7-style4 .SumoSelect .SelectBox,
.sh-cf7-style4 form textarea {
	border-width: 0px!important;
	border-bottom-width: 1px!important;
	border-radius: 0px;
	line-height: 62px!important;
	padding: 0 26px;
	font-size: 13px;
}

.sh-cf7-style4 form input:not(.wpcf7-submit) {
	transition: 0.3s all ease-in-out;
}

.sh-cf7-style4 form input:not(.wpcf7-submit):focus {
	border-bottom-color: red;
}

.sh-cf7-style4:not(.style6) form .wpcf7-submit {
	background: none!important;
	color: #646464;
	margin-top: 20px;
}

.sh-cf7-style4:not(.style6) form .wpcf7-submit:hover,
.sh-cf7-style4:not(.style6) form .wpcf7-submit:focus {
	background: none!important;
	opacity: 0.7;
}

.sh-cf7-style4.style6 form .wpcf7-submit {
	background-image: none!important;
}

.sh-cf7-style4.style6 form .wpcf7-submit:hover,
.sh-cf7-style4.style6 form .wpcf7-submit:focus {
	background-color: #3f3f3f!important;
}

.sh-cf7-style4.style6 form .wpcf7-submit {
	margin-top: 20px;
}


/* CF7 Style - 5 */
.sh-cf7-style5 form input:not(.wpcf7-submit),
.sh-cf7-style5 form select,
.sh-cf7-style5 .SumoSelect .SelectBox,
.sh-cf7-style5 form textarea {
	border-color: #363636!important;
	border-radius: 0px;
	line-height: 60px!important;
	padding: 0 26px;
	font-size: 14px;
	margin-bottom: 0px;
	letter-spacing: 2px;
}

.sh-cf7-style5 .SumoSelect>.optWrapper,
.sh-cf7-style5 .SumoSelect>.optWrapper>.options li.opt {
	border-color: #363636!important;
}

.sh-cf7-style5 .SumoSelect>.optWrapper>.options li.opt label {
	color: #363636!important;
}

.sh-cf7-style5 form textarea {
	line-height: 1.4!important;
	padding-top: 25px;
	padding-bottom: 25px;
	letter-spacing: 2px;
	font-size: 13px;
	min-height: 210px;
}

.sh-cf7-style5 label {
	display: block;
}

.sh-cf7-style5 .wpcf7-form-control-wrap {
	margin-top: 0px;
}

.sh-cf7-style5 label .wpcf7-form-control-wrap.service {
	max-height: 62px;
}


.sh-cf7-style5 form p input::-webkit-input-placeholder {
	color: #363636;
	font-style: normal;
}
.sh-cf7-style5 form p input:-moz-placeholder {
	color: #363636;
	font-style: normal;
}
.sh-cf7-style5 form p input::-moz-placeholder {
	color: #363636;
	font-style: normal;
}
.sh-cf7-style5 form p input:-ms-input-placeholder {
	color: #363636;
	font-style: normal;
}

.sh-cf7-style5 form .wpcf7-submit {
	margin: 0 auto;
    display: block;
    border-radius: 0px!important;
    border: 1px solid #363636;
    color: #363636;
    background-color: transparent!important;
	background-image: none!important;
	letter-spacing: 2px;
	padding: 5px 60px!important;
}


/* CF7 Layout */
@media (min-width: 800px) {
	.sh-cf7-inline,
	.sh-cf7-layout-inline .sh-cf7-body {
		display: table;
	}

	.sh-cf7-inline-full-width {
		width: 100%;
	}

	.sh-cf7-inline-full-width .sh-cf7-body > *:first-child {
		width: 100%;
	}

	.sh-cf7-layout-inline .ajax-loader {
		position: absolute;
		bottom: -30px;
		left: 0;
	}

	.sh-cf7-inline > * {
		display: table-cell;
		padding: 0 10px;
	}

	.sh-cf7-layout-inline form > p,
	.sh-cf7-layout-inline .sh-cf7-body > * {
		display: table-cell;
		vertical-align: middle;
	}

	.sh-cf7-layout-inline form > p,
	.sh-cf7-layout-inline .sh-cf7-body > p,
	.sh-cf7-wpbakery .sh-cf7-inline .wpcf7-form-control-wrap {
		margin-bottom: 0px!important;
	}

	body .sh-cf7-layout-inline .wpcf7-form-control-wrap {
		margin-bottom: 0px!important;
		margin-top: 0px;
	}

	.sh-cf7-layout-inline label,
	.sh-cf7-layout-inline input,
	.sh-cf7-layout-inline textarea,
	.sh-cf7-layout-inline select {
		margin-bottom: 0!important;
		margin-right: 0;
	}

	.sh-cf7-layout-inline label {
		margin-right: 15px;
	}

	.sh-cf7-inline-no-padding p {
		padding: 0!important;
	}
}

@media (max-width: 800px) {
	.sh-cf7-layout-inline .sh-cf7-body > * {
		display: table;
		margin: 0 auto;
	}
}


/* CF7 - Input Text Alignment */
.sh-cf7-text-align-left input,
.sh-cf7-text-align-left textarea,
.sh-cf7-text-align-left select {
	text-align: left;
}

.sh-cf7-text-align-center input,
.sh-cf7-text-align-center textarea,
.sh-cf7-text-align-center select {
	text-align: center;
}

.sh-cf7-text-align-right input,
.sh-cf7-text-align-right textarea,
.sh-cf7-text-align-right select {
	text-align: right;
}



/* CF7 - Label Text Alignment */
.sh-cf7-text-align-label-left label {
	text-align: left;
}

.sh-cf7-text-align-label-center label {
	text-align: center;
}

.sh-cf7-text-align-label-right label {
	text-align: right;
}



/* CF7 - Submit Button Alignment */
.sh-cf7-submit-align-left .wpcf7-submit {
	display: table;
	margin-left: 0;
	margin-right: auto;
}

.sh-cf7-submit-align-center .wpcf7-submit {
	display: table;
	margin-left: auto;
	margin-right: auto;
}

.sh-cf7-submit-align-right .wpcf7-submit {
	display: table;
	margin-left: auto;
	margin-right: 0;
}


/* CF7 - Submit Button Mobile Alignment */
@media (max-width: 800px) {
	#wrapper .sh-cf7-submit-mobile-align-left .wpcf7-submit {
		display: table;
		margin-left: 0!important;
		margin-right: auto!important;
	}

	#wrapper .sh-cf7-submit-mobile-align-center .wpcf7-submit {
		display: table;
		margin-left: auto!important;
		margin-right: auto!important;
	}

	#wrapper .sh-cf7-submit-mobile-align-right .wpcf7-submit {
		display: table;
		margin-left: auto!important;
		margin-right: 0!important;
	}
}


/* CF7 - Submit Button Width */
.sh-cf7-submit-width-inline  form > p {
	display: inline-block;
	margin-right: -4px;
	vertical-align: top;
}

.sh-cf7-submit-width-inline  form > p:not(:last-child) {
	padding-right: 10px;
}

.sh-cf7-submit-width-inline .wpcf7-submit {
	width: auto;
}

.sh-cf7-submit-width-full .wpcf7-submit {
	width: 100%;
}


/* CF7 Wpbakery page builder */
.sh-cf7-wpbakery label {
	display: block;
}

.sh-cf7-wpbakery textarea {
	max-width: 100%;
}

.sh-cf7-wpbakery .wpcf7-form-control-wrap {
	margin-top: 0px;
	margin-bottom: 30px!important;
}

.sh-cf7-wpbakery form label,
.sh-cf7-wpbakery .wpcf7-form-control-wrap input:not([type="submit"]),
.sh-cf7-wpbakery .wpcf7-form-control-wrap textarea,
.sh-cf7-wpbakery .wpcf7-form-control-wrap select {
	margin-bottom: 0px!important;
}


/**
 * 6.2 - Gravity Forms
 */
.gform_wrapper input.large,
.gform_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) {
	width: 100% !important;
}

body .ui-datepicker tbody td {
	padding: 0 !important;
}

body .ui-datepicker th {
	padding: 5px 0 !important;
}

body .ui-datepicker-title select {
	line-height: 20px!important;
	margin: 0 !important;
}


/**
 * 7.0 - Countdown
 */
.sh-countdown {
	text-align: center;
	margin: 0;
	margin-bottom: 15px;
}

.sh-countdown > div {
	display: inline-block;
	padding: 10px 23px;
	position: relative;
}

.sh-countdown > div:last-child {
	border-right: 0;
}

.sh-countdown > div > span {
	font-size: 66px;
	line-height: 1;
	text-align: center;
}

.sh-countdown > div > div {
	font-size: 28px;
	font-weight: bold;
	padding-top: 15px;
	text-align: center;
}

/* Countdown Sizes */
.sh-countdown-small > div {
	padding: 3px 13px;
}

.sh-countdown-small > div > span {
	font-size: 36px;
	line-height: 1.6;
}

.sh-countdown-small > div > div {
	font-size: 14px;
	padding-top: 0px!important;
}

.sh-countdown-large > div {
	padding: 10px 23px;
}

.sh-countdown-large > div > span {
	font-size: 100px;
}

.sh-countdown-large > div > div {
	font-size: 40px;
	padding-top: 25px!important;
}

.sh-countdown-style2.sh-countdown-small > div > div {
	font-size: 13px;
	padding-bottom: 5px;
	padding-top: 2px;
}

.sh-countdown-style2.sh-countdown-large > div > div {
	font-size: 21px;
	padding-bottom: 15px;
}

.sh-countdown-style3.sh-countdown-large > .weeks > span,
.sh-countdown-style3.sh-countdown-large > .days > span {
	font-size: 140px;
}

.sh-countdown-style3.sh-countdown-large > .weeks > div,
.sh-countdown-style3.sh-countdown-large > .days > div {
	font-size: 46px;
	padding-top: 15px;
}

.sh-countdown-style3.sh-countdown-large > div > div {
	font-size: 30px;
}

.sh-countdown-style3.sh-countdown-small > .weeks > span,
.sh-countdown-style3.sh-countdown-small > .days > span {
	font-size: 60px;
}

.sh-countdown-style3.sh-countdown-small > .weeks > div,
.sh-countdown-style3.sh-countdown-small > .days > div {
	font-size: 21px;
	margin-top: 5px;
}

.sh-countdown-style3.sh-countdown-small > div > div {
	font-size: 16px;
}

/* Countdown Style1 */
.sh-countdown-style1 > div {
	border-right: 1px solid rgba(0,0,0,0.08);
}

/* Countdown Style2 */
.sh-countdown-style2 > div > div {
	border-bottom: 1px solid rgba(0,0,0,0.08);
	padding-bottom: 10px;
	font-size: 14px;
	text-transform: uppercase;
}

/* Countdown Style3 */
.sh-countdown-style3 > .weeks > span,
.sh-countdown-style3 > .days > span {
	font-size: 100px;
}

.sh-countdown-style3 > .weeks > div,
.sh-countdown-style3 > .days > div {
	font-size: 36px;
	padding-top: 15px;
}

.sh-countdown-style3 > .weeks {
	border-right: 1px solid rgba(0,0,0,0.08);
}

.sh-countdown-style3 > div > div {
	font-weight: normal;
	font-size: 24px;
}

.sh-coundtdown-container {
	display: none!important;
}

.sh-countdown-style3 .sh-coundtdown-container {
	width: 100%;
	margin-bottom: 0;
	display: block!important;
}

.sh-countdown-alignment-left {
	text-align: left;
}

.sh-countdown-alignment-right {
	text-align: right;
}


.sh-countdown-alignment-right > div:first-child {
	padding-left: 0px;
}

.sh-countdown-alignment-right > div:last-child {
	padding-right: 0px;
}

@media (max-width: 600px) {
	.sh-countdown > div {
		margin-top: 5px;
		margin-bottom: 5px;
	}
}


/**
 * 8.0 - Counter
 */

.sh-counter {
	text-align: center;
	color: #8d8d8d;
	margin: 0px auto 15px auto;
}

.sh-counter-icon {
	font-size: 24px;
	margin-bottom: 10px;
}

.sh-counter-number {
	font-size: 30px;
	padding: 15px 0;
	line-height: 1;
}

.sh-counter-title {
	font-size: 16px;
	font-weight: bold;
}

.sh-counter-subtitle {
	font-size: 13px;
}

.sh-counter-divider {
	width: 26px;
	border-style: solid;
	border-width: 0px;
	border-bottom-width: 2px;
	border-color: rgba(0,0,0,0.1);
	margin: 0 auto;
	margin-bottom: 10px;
}

.sh-counter-style1 .sh-counter-number {
	font-size: 48px;
	margin-bottom: 2px;
	font-weight: bold;
}

.sh-counter-style1 .sh-counter-topbar {
	text-align: center;
}

.sh-counter-style1 .sh-counter-topbar > * {
	display: inline-block;
}

.sh-counter-style1 .sh-counter-title {
	font-size: 16px;
	font-weight: bold;
}

.sh-counter-style1 .sh-counter-icon i {
	font-size: 30px;
	padding-right: 12px;
	position: relative;
	bottom: -4px;
}

.sh-counter-style1 .sh-counter-subtitle {
	font-size: 14px;
}




.sh-counter-style2 .sh-counter-number {
	font-size: 48px;
	margin-bottom: 0px;
	font-weight: bold;
}

.sh-counter-style2 .sh-counter-title {
	font-size: 16px;
	font-weight: normal;
}

.sh-counter-style2 .sh-counter-subtitle {
	font-size: 14px;
}

.sh-counter-style3 .text-right {
	width: 50%;
	padding-right: 18px;
}

.sh-counter-style3 .text-left {
	width: 50%;
	padding-left: 18px;
	border-left: 1px solid rgba(0,0,0,0.1);
}

.sh-counter-style3 .sh-counter-number {
	font-size: 48px;
	font-weight: bold;
	padding: 0px;
}

.sh-counter-style3 .sh-counter-title {
	font-size: 18px;
}

.sh-counter-style3 .sh-counter-subtitle {
	font-size: 18px;
}

.sh-counter-style4 .sh-counter-title {
	font-size: 24px;
	padding-left: 13px;
}

.sh-counter-style4 .sh-counter-subtitle {
	font-size: 16px;
	padding-top: 6px;
}

.sh-counter-style5 .sh-counter-icon {
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	border-radius: 100%;
	border: 2px rgba(0,0,0,0.08) solid;
	margin: 0 auto;
	font-size: 36px;
	margin-bottom: 6px;
}

.sh-counter-style5 .sh-counter-title {
	font-size: 18px;
	font-weight: bold;
}

.sh-counter-style5 .sh-counter-subtitle {
	font-size: 16px;
}

.sh-counter-style6 .sh-counter-number {
	font-size: 48px;
	padding-bottom: 24px;
	font-weight: bold;
}

.sh-counter-style6 .sh-counter-title {
	font-size: 18px;
	font-weight: bold;
}

.sh-counter-style6 .sh-counter-subtitle {
	font-size: 18px;
}

.sh-counter-style6 .sh-counter-divider {
	width: 30px;
}

.sh-counter-style7 .sh-counter-number {
	padding: 0px;
}


/**
 * 9.0 - Divider
 */

.sh-divider-line {
	border-top: 1px solid #e5e5e5;
	margin: 0 auto;
}

.sh-divider-content {
    position: relative;
    font-size: 16px;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    padding: 0px 10px;
	margin: 0 auto;
}
.sh-divider-content:before, .sh-divider-content:after {
    position: absolute;
    top: 50%;
    overflow: hidden;
    width: 50%;
    height: 1px;
    content: '';
    border-top: 0px solid #e5e5e5;
    margin-top: 0px;
}
.sh-divider-content:before {
    margin-left: -50%;
    text-align: right;
}

.sh-divider-icon {
	font-size: 24px;
	padding: 0 25px;
	letter-spacing: 1px;
}

.sh-divider-icon i {
    position: relative;
    bottom: -1px;
}

.sh-divider-icon i.icon-options {
	bottom: -2px;
}

.sh-divider-title {
	padding: 0 15px;
	font-size: 14px;
}

.sh-divider-title * {
	display: inline-block;
	margin-bottom: 0px!important;
	margin-top: 0px!important;
}

.sh-divider-title h1,
.sh-divider-title h2,
.sh-divider-title h3,
.sh-divider-title h4,
.sh-divider-title h5,
.sh-divider-title h6 {
	line-height: 1!important;
	margin-top: -3px!important;
}

.sh-divider-title-box {
	padding: 10px 25px;
	background-color: #f5f5f5;
	font-size: 14px;
	position: relative;
	z-index: 10;
}

.sh-divider-left > div {
	margin: 0;
	text-align: left;
	padding-left: 0;
}

.sh-divider-left .sh-divider-icon,
.sh-divider-left .sh-divider-title {
	padding-left: 0;
}

.sh-divider-left .sh-divider-content:after{
	width: 100%;
}

.sh-divider-right > div {
	margin: 0;
	margin-left: auto;
	text-align: right;
	padding-right: 0;
}

.sh-divider-right .sh-divider-icon,
.sh-divider-right .sh-divider-title {
	padding-right: 0;
}

.sh-divider-right .sh-divider-content:before{
	margin-left: -100%;
	width: 100%;
}


/**
 * 10.0 - Event
 */

.sh-event {
	border-bottom: 1px solid #ededed;
	padding-bottom: 20px;
	margin-bottom: 25px;
}

.sh-event-title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 14px;
	border-left: 3px solid #47c9e5;
	padding: 2px 0;
	padding-left: 10px;
}

.sh-event-desc {
	font-size: 16px;
}

.sh-event-button {
	border: 2px solid #e4e4e4;
	line-height: 46px;
	padding: 0px 30px;
	text-transform: uppercase;
	display: inline-block;
	font-weight: bold;
	border-radius: 100px;
	font-size: 13px;
	color: #505050;
	transition: 0.3s all ease-in-out;
}

.sh-event-button:hover {
	background-color: #47c9e5;
	border-color: #47c9e5;
	color: #fff;
}

@media (max-width: 400px) {

	.sh-event-container > div {
		float: none!important;
	}

	.sh-event-button {
		margin-top: 15px;
	}

}


/**
 * 11.0 - Heading
 */

.sh-heading span {
	display: block;
}

.sh-heading span span {
	display: inline-block;
}

.sh-heading span.sh-heading-animated-typed,
.sh-heading span.typed-cursor,
.sh-heading span.sh-heading-animated-fixed {
	display: inline;
}

.sh-heading .sh-heading-content {
	background-position: 50% 50%;
	background-size: cover;
	margin-bottom: 0;
}

.sh-heading span.sh-heading-content {
	line-height: normal;
}

.sh-heading-style2 {
	position: relative;
	text-align: center;
	margin-top: 30px;
}

.sh-heading-style2 .sh-heading-additional {
	position: absolute;
	left: 0; right: 0; top: 11px; bottom: 0;
	margin-bottom: 0;
}

.sh-heading-style2 .sh-heading-additional-text {
	font-size: 72px;
	line-height: 72px;
	color: #efefef;
	font-style: italic;
	z-index: -1;
	margin-top: 0;
}

.sh-heading-style3 .sh-heading-content {
	display: table;
	padding: 20px 75px;
	margin: 0 auto;
}

.sh-heading-style4 .sh-heading-content {
	display: table;
	padding: 40px 75px;
	margin: 0 auto;
}


/**
 * 12.0 - Heading Animated
 */

.sh-heading-animated-content {
	margin-bottom: 0;
}

.typed-cursor{
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}


/**
 * 13.0 - Icon
 */

.sh-icon {
	display: table!important;
}

.sh-icon-left {
	margin-right: auto;
}

.sh-icon-right {
	margin-left: auto;
}

.sh-icon-center {
	margin: 0 auto;
}

@media (max-width: 800px ) {
	.sh-icon-mobile-left {
		margin-right: auto;
		margin-left: 0;
	}

	.sh-icon-mobile-center {
		margin: 0 auto;
	}

	.sh-icon-mobile-right {
		margin-left: auto;
		margin-right: 0;
	}
}



/* Icons */

.sh-icon-group {
	text-align: center;
}

.sh-icon-group-left {
	text-align: left;
}

.sh-icon-group-right {
	text-align: right;
}

.sh-icon-group-item {
	display: inline-block;
	width: 60px;
	height: 60px;
	padding: 0 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	position: relative;
	cursor: pointer;
	text-align: center;
}

.sh-icon-group-item i {
	font-size: 24px;
	line-height: 60px;
	transition: 0.3s all ease-in-out;
}

.sh-icon-group-style2 .sh-icon-group-item {
	border-radius: 100px;
	border: 1px solid rgba(183, 183, 183, 0.53);
	width: 54px;
	height: 54px;
	text-align: center;
	margin-right: 12px;
	transition: 0.3s all ease-in-out;
}

.sh-icon-group-style2 .sh-icon-group-item i {
	line-height: 53px;
}

.sh-icon-group-style1 .sh-icon-group-item-container {
	transition: 0.5s all;
	width: 60px;
	height: 60px;
	border-radius: 100px;
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-30px);
	    -ms-transform: translateY(-30px);
	        transform: translateY(-30px);
	text-align: center;
}

.sh-icon-group-style1 .sh-icon-group-item:hover .sh-icon-group-item-container {
	background-color: #fff;
	width: 60px;
	-webkit-animation: icon_round_animation 0.5s;
	        animation: icon_round_animation 0.5s;
	color: #fff;
	box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.2);
}

.sh-icon-group-style1 .sh-icon-group-item:hover .sh-icon-group-item-container i {
	color: #505050!important;
}

.sh-icon-group-style3 .sh-icon-group-item i {
	transition: 0.4s all ease-in-out;
}

.sh-icon-group-style3 .sh-icon-group-item:hover i {
	opacity: 0.7;
}

.sh-icon-group-style4 .sh-icon-group-item {
	line-height: normal;
	height: auto;
	padding-left: 0;
    padding-right: 15px;
}

.sh-icon-group-style4 .sh-icon-group-item i {
	line-height: normal;
}


/**
 * 14.0 - Icon box
 */

.sh-iconbox {
	margin: 0px 0 15px 0;
	position: relative;
	text-align: center;
}

.sh-iconbox-icon-shape {
	position: relative;
}

.sh-iconbox-icon {
	font-size: 30px;
	margin-bottom: 20px;
}

.sh-iconbox-title h3 {
	font-size: 16px;
	margin-bottom: 7px;
}

@media (max-width: 800px ) {
	.sh-iconbox.improved-responsiveness {
		max-width: 450px;
		margin: 0 auto;
	}
}

.sh-iconbox-style1 .sh-iconbox-hover,
.sh-iconbox-style2 .sh-iconbox-hover,
.sh-iconbox-style3 .sh-iconbox-hover,
.sh-iconbox-style4 .sh-iconbox-hover,
.sh-iconbox-style5 .sh-iconbox-hover,
.sh-iconbox-style6 .sh-iconbox-hover {
	display: inline-block;
	position: relative;
}

.sh-iconbox-style1:hover .sh-iconbox-hover,
.sh-iconbox-style2:hover .sh-iconbox-hover,
.sh-iconbox-style3:hover .sh-iconbox-hover,
.sh-iconbox-style4:hover .sh-iconbox-hover,
.sh-iconbox-style5:hover .sh-iconbox-hover,
.sh-iconbox-style6:hover .sh-iconbox-hover {
	-webkit-transform: translateY(-5px);
	    -ms-transform: translateY(-5px);
	        transform: translateY(-5px);
}

/* Iconbox Layout - Left */
.sh-iconbox-left .sh-iconbox-icon {
	position: absolute;
}

.sh-iconbox-left .sh-iconbox-aside {
	padding-left: 55px;
	text-align: left;
}

.sh-iconbox.sh-iconbox-left .sh-iconbox-aside-noicon,
.sh-iconbox.sh-iconbox-right .sh-iconbox-aside-noicon {
	padding-left: 0;
	padding-right: 0;
}

.sh-iconbox-left .sh-iconbox-icon {
	position: absolute;
}

.sh-iconbox-left .sh-iconbox-aside {
	padding-left: 60px;
}

.sh-iconbox-style1.sh-iconbox-left .sh-iconbox-aside {
	padding-left: 160px;
}

.sh-iconbox-style3.sh-iconbox-left .sh-iconbox-aside,
.sh-iconbox-style4.sh-iconbox-left .sh-iconbox-aside,
.sh-iconbox-style5.sh-iconbox-left .sh-iconbox-aside,
.sh-iconbox-style6.sh-iconbox-left .sh-iconbox-aside {
	padding-left: 90px;
}

.sh-iconbox-style7.sh-iconbox-left .sh-iconbox-aside,
.sh-iconbox-style8.sh-iconbox-left .sh-iconbox-aside,
.sh-iconbox-style9.sh-iconbox-left .sh-iconbox-aside {
	padding-left: 120px;
}

.sh-iconbox-style10.sh-iconbox-left,
.sh-iconbox-style10.sh-iconbox-left .sh-iconbox-top {
	text-align: left;
}

.sh-iconbox-style10.sh-iconbox-left .sh-iconbox-icon {
	position: relative;
}

.sh-iconbox-style10.sh-iconbox-left .sh-iconbox-container > div {
	padding-left: 0px;
}

.sh-iconbox-style10.sh-iconbox-right .sh-iconbox-container > div {
	padding-right: 0px;
}

.sh-iconbox-left .sh-iconbox-seperator {
	margin-left: 0!important;
}

@media (min-width: 1400px) and (max-width: 1650px) {
	.sh-section-container .sh-column.fw-col-sm-3 .sh-iconbox-style10 .sh-iconbox-icon i {
		font-size: 30px!important;
		padding-right: 10px;
	}
}

@media (min-width: 800px) and (max-width: 1399px) {
	.sh-section-container .sh-column.fw-col-sm-3 .sh-iconbox-style10 .sh-iconbox-icon {
		display: block;
	}

	.sh-section-container .sh-column.fw-col-sm-3 .sh-iconbox-style10 .sh-iconbox-icon i {
		padding-right: 0px;
		padding-left: 0px;
		padding-bottom: 10px;
	}
}


/* Iconbox Layout - Right */
.sh-iconbox-right .sh-iconbox-icon {
	position: absolute;
	right: 0;
}

.sh-iconbox-right .sh-iconbox-aside {
	padding-right: 55px;
	text-align: right;
}

.sh-iconbox-right .sh-iconbox-icon {
	position: absolute;
}

.sh-iconbox-right .sh-iconbox-aside {
	padding-right: 60px;
}

.sh-iconbox-style1.sh-iconbox-right .sh-iconbox-aside {
	padding-right: 160px;
}

.sh-iconbox-style3.sh-iconbox-right .sh-iconbox-aside,
.sh-iconbox-style4.sh-iconbox-right .sh-iconbox-aside,
.sh-iconbox-style5.sh-iconbox-right .sh-iconbox-aside,
.sh-iconbox-style6.sh-iconbox-right .sh-iconbox-aside {
	padding-right: 90px;
}

.sh-iconbox-style7.sh-iconbox-right .sh-iconbox-aside,
.sh-iconbox-style8.sh-iconbox-right .sh-iconbox-aside,
.sh-iconbox-style9.sh-iconbox-right .sh-iconbox-aside {
	padding-right: 120px;
}

.sh-iconbox-right .sh-iconbox-seperator {
	margin-right: 0!important;
}


.sh-iconbox-style10.sh-iconbox-right,
.sh-iconbox-style10.sh-iconbox-right .sh-iconbox-top {
	text-align: right;
}

.sh-iconbox-style10.sh-iconbox-right .sh-iconbox-icon {
	position: relative;
}

/* Iconbox Layout - 1 */
.sh-iconbox-style1 {
	text-align: center;
}

.sh-iconbox-style1 .sh-iconbox-icon-shape {
	border: 2px solid #e6e6e6;
	width: 130px;
	height: 130px;
	margin: 0 auto;
	display: table;
	margin-bottom: 40px;
	position: relative;
}

.sh-iconbox-style1 .sh-iconbox-icon-shape > i {
	line-height: 130px;
}

.sh-iconbox-style1 .sh-iconbox-rhombus {
	width: 110px;
	height: 110px;
	margin-top: 42px;
}

.sh-iconbox-style1 .sh-iconbox-rhombus > i {
	line-height: 110px;
}

.sh-iconbox-style1 .sh-iconbox-icon2 {
	position: absolute;
	right: -23px;
	bottom: -23px;
	width: 60px;
	height: 60px;
	background-color: #fff;
	border-radius: 100%;
}

.sh-iconbox-style1 .sh-iconbox-icon2 i {
	line-height: 60px;
	color: #dcdcdc;
	font-size: 24px;
}

.sh-iconbox-style1 .sh-iconbox-circle .sh-iconbox-icon2 {
	right: -14px;
	bottom: -14px;
}

/* Iconbox Layout - 2 */
.sh-iconbox-style2 .sh-iconbox-icon {
	margin-bottom: 10px;
}

.sh-iconbox-style2:not(.sh-iconbox-left):not(.sh-iconbox-right) .sh-iconbox-title h3 {
	margin-bottom: 20px;
}

.sh-iconbox-style3 .sh-iconbox-icon-shape,
.sh-iconbox-style4 .sh-iconbox-icon-shape,
.sh-iconbox-style5 .sh-iconbox-icon-shape,
.sh-iconbox-style6 .sh-iconbox-icon-shape {
	width: 60px;
	height: 60px;
	margin: 0 auto;
	display: table;
	position: relative;
	margin-bottom: 30px;
}

/*.sh-iconbox-style3 .sh-iconbox-icon-shape i,*/
.sh-iconbox-style4 .sh-iconbox-icon-shape i,
.sh-iconbox-style5 .sh-iconbox-icon-shape i,
.sh-iconbox-style6 .sh-iconbox-icon-shape i {
	line-height: 60px;
	font-size: 60px;
}

.sh-iconbox-style4 .sh-iconbox-seperator {
	display: block;
	margin: 0 auto;
	width: 30px;
	height: 5px;
	background-color: #ebebeb;
	margin-top: 15px;
	margin-bottom: 15px;
	border-radius: 30px;
}

.sh-iconbox-style5 .sh-iconbox-title {
	color: #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 15px;
	padding-bottom: 8px;
}

.sh-iconbox-style6 .sh-iconbox-icon-shape i {
	text-shadow: -3px 2px rgba(141, 141, 141, 0.3);
}

.sh-iconbox-style7 .sh-iconbox-icon-shape,
.sh-iconbox-style8 .sh-iconbox-icon-shape,
.sh-iconbox-style9 .sh-iconbox-icon-shape {
	width: 90px;
	height: 90px;
	margin: 0 auto;
	display: table;
	position: relative;
	margin-bottom: 30px;
}

.sh-iconbox-style7 .sh-iconbox-icon-shape i,
.sh-iconbox-style8 .sh-iconbox-icon-shape i,
.sh-iconbox-style9 .sh-iconbox-icon-shape i {
	line-height: 90px;
	font-size: 40px;
}

.sh-iconbox-style7 .sh-iconbox-icon-shape {
	width: 100px;
	height: 100px;
	border: 2px solid #8d8d8d;
}

.sh-iconbox-style7 .sh-iconbox-icon-shape i {
	color: #8d8d8d;
	line-height: 100px;
}

.sh-iconbox-style8 .sh-iconbox-icon-shape,
.sh-iconbox-style9 .sh-iconbox-icon-shape {
	background-color: #8d8d8d;
}

.sh-iconbox-style8 .sh-iconbox-icon-shape i,
.sh-iconbox-style9 .sh-iconbox-icon-shape i {
	color: #fff;
}

.sh-iconbox-style8 .sh-iconbox-icon-shape:after {
	content: "";
	display: block;
	position: absolute;
	top: 2px; bottom: 2px; left: 2px; right: 2px;
	border: 2px solid #fff;
}

.sh-iconbox-style8 .sh-iconbox-circle:after {
	border-radius: 50%;
}

.sh-iconbox-style10 .sh-iconbox-top {
	text-align: center;
	padding-bottom: 15px!important;
}

.sh-iconbox-style10 .sh-iconbox-icon i {
	padding-right: 15px;
	position: relative;
	bottom: -1px;
	vertical-align: middle;
}

@media (max-width: 1024px) {
	.sh-iconbox-style10 .sh-iconbox-icon i {
		padding-left: 15px;
	}
}

.sh-iconbox-style10 .sh-iconbox-top > div {
	display: inline-block;
	line-height: normal;
}

.sh-iconbox-style10 .sh-iconbox-container > div {
	padding: 10px;
}

.sh-iconbox-style10 .sh-iconbox-container > .sh-iconbox-top {
	padding-top: 0;
}

.sh-iconbox-style10 .sh-iconbox-container > .sh-iconbox-bottom {
	padding-bottom: 0;
	padding-top: 15px!important;
}

.sh-iconbox-style10 .sh-iconbox-top {
	border-bottom: 1px solid #e8e8e8;
}

.sh-iconbox-style10 h3,
.sh-iconbox-style10 .sh-iconbox-icon {
	margin-bottom: 0;
}

.sh-iconbox-style11 .sh-iconbox-container {
	padding: 0 30px;
	margin-top: -10px;
}

.sh-iconbox-style11 .sh-iconbox-top {
	position: relative;
	padding: 40px 0;
}

.sh-iconbox-style11 .sh-iconbox-title {
	background-color: #fff;
    display: table;
    margin: 0 auto;
}

.sh-iconbox-style11 .sh-iconbox-title h3 {
	margin-bottom: 0;
}

.sh-iconbox-style11 .sh-iconbox-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	    -ms-transform: translateX(-50%) translateY(-50%);
	        transform: translateX(-50%) translateY(-50%);
	z-index: -1;
	margin-bottom: 0;
}

.sh-iconbox-style11 .sh-iconbox-icon-shape {
	margin-bottom: -10px;
}

.sh-iconbox-style11 .sh-iconbox-icon i {
	font-size: 72px;
	color: #f1f1f1;
}

.sh-iconbox-style12 {
	transition: 0.3s left ease-in-out;
	left: 0;
	right: 0;
}

.sh-iconbox-style12.sh-iconbox-left:hover {
	left: 15px;
}

.sh-iconbox-style12.sh-iconbox-right:hover {
	right: 15px;
}

.sh-iconbox-style12:not(.sh-iconbox-left):not(.sh-iconbox-right):hover {
	top: 15px;
}

/* IconBox - Shapes */
.sh-iconbox-none {
	border: none!important;
}

.sh-iconbox-none {
	line-height: normal;
}

.sh-iconbox-circle {
	border-radius: 50%;
}

.sh-iconbox-rounded {
	border-radius: 10px;
}

.sh-iconbox-rhombus {
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.sh-iconbox-rhombus i {
	display: inline-block;
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	position: relative;
}

/* Alignment */
.sh-iconbox-box-alignment-center {
	display: table;
	margin: 0 auto;
}

.sh-iconbox-box-alignment-left {
	display: table;
	margin-left: 0px;
	margin-right: auto;
}

.sh-iconbox-box-alignment-right {
	display: table;
	margin-left: auto;
	margin-right: 0px;
}


/**
 * 14.1 - Icon Box Slider
 */

.sh-iconbox-slider-content {
	display: none;
}

.sh-iconbox-slider-content.slick-initialized {
	display: block;
}

.sh-iconbox-slider-item {
	height: 600px;
	background-color: #fafafa;
	text-align: center;
}

.sh-iconbox-slider-item-content {
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	        flex-direction: column;
	-webkit-flex-direction: column;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding-bottom: 125px;
}

.sh-iconbox-slider-tabs {
	box-shadow: 0px 3px 13px 1px rgba(0,0,0,0.12);
	background-color: #fff;
	position: relative;
	margin-top: -125px;
	z-index: 100;
}

.sh-iconbox-slider-tabs .slick-list {
	padding: 0!important;
}

.sh-iconbox-slider-tab {
	width: 250px;
	height: 250px!important;
	text-align: center;
	background-color: transparent;
	position: relative;
	float: left;
	overflow: hidden;
}

.sh-iconbox-slider-tab:hover h5 {
	font-weight: bold;
}

.sh-iconbox-slider-tab-container {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
            flex-direction: column;
    -webkit-flex-direction: column;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-right: 1px solid #e6e6e6;
    position: absolute;
    top: 20px; bottom: 20px; left: 0; right: 0;
}

.sh-iconbox-slider-tabs .sh-iconbox-slider-tab.slick-center:last-child .sh-iconbox-slider-tab-container {
	border-right-width: 0px
}

.sh-iconbox-slider-tab-content {
    position: relative;
    z-index: 100;
}

.sh-iconbox-slider-item-content-container {
    max-width: 930px;
    margin: 0 auto;
	padding:  0 30px;
}

.sh-iconbox-slider-tab-content i {
	font-size: 36px;
	padding-bottom: 30px;
	display: block;
	color: #cacaca;
}

.sh-iconbox-slider-tab-content h5 {
	font-size: 13px;
	font-weight: normal;
}

.sh-iconbox-slider-tab-icon {
	position: absolute;
	right: -70px; bottom: -70px;
	font-size: 200px;
	color: #f1f1f1;
	opacity: 0;
	transition: 0.5s all ease-in-out;
}

.sh-iconbox-slider-tab.slick-current .sh-iconbox-slider-tab-icon {
	opacity: 1;
	right: -50px; bottom: -50px;
}

.sh-iconbox-slider-tab.slick-current:after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 5px;
    border-radius: 5px;
    background-color: #47c9e5;
    z-index: 100;
    transition: 0.3s all ease-in-out;
}

.sh-iconbox-slider-tab.slick-current h5 {
	font-weight: bold;
	text-transform: uppercase;
}

.sh-iconbox-slider-tab.slick-current .sh-iconbox-slider-tab-content i {
	color: #47c9e5;
}

.sh-iconbox-slider-tab:not(.slick-current) h5 {
	color: #8d8d8d;
	text-transform: uppercase;
}

.sh-iconbox-slider-tab:not(.slick-current) {
	cursor: pointer;
}

/* Slider Content */
.sh-iconbox-slider .sh-iconbox-slider-item {
	height: 600px;
	background-color: #423f3c;
	background-position: 50% 50%;
	background-size: cover;
	text-align: center;
}

.sh-iconbox-slider .sh-iconbox-slider-item * {
	color: #fff;
}

.sh-iconbox-slider .sh-iconbox-slider-item p {
	font-size: 16px;
	opacity: 0.7;
}

/* Slider Arrows */
.sh-iconbox-slider-content .slick-prev,
.sh-iconbox-slider-content .slick-next {
    width: 60px;
    height: 60px;
    margin-top: -92px;
    font-size: 30px;
    border: none;
    color: #fff;
    background-color: transparent;
    padding: 0;
    transition: 0.3s all ease-in-out;
    opacity: 0;
}

.sh-iconbox-slider-content:hover .slick-prev,
.sh-iconbox-slider-content:hover .slick-next {
	opacity: 1;
}

.sh-iconbox-slider-content .slick-prev:hover,
.sh-iconbox-slider-content .slick-next:hover {
    opacity: 0.5;
}

.sh-iconbox-slider-content .slick-prev {
	left: 50px;
}

.sh-iconbox-slider-content .slick-next {
	right: 50px;
}

@media (max-width: 1250px) {

	/* Page Container */
	.sh-iconbox-slider-content .slick-prev,
	.sh-iconbox-slider-content .slick-next {
		display: none!important;
	}

}

/* Dynamic width */
@media (min-width: 1250px) {
	.sh-iconbox-slider-dynamic .sh-iconbox-slider-tabs {
		display: table;
		margin-left: auto;
		margin-right: auto;
	}

	.sh-iconbox-slider-dynamic .sh-iconbox-slider-tab {
		width: 250px!important;
	}
}

/**
 * 15.0 - Image Curtains
 */

.sh-image-comparison {
	width: 100%;
}

.sh-image-comparison img {
	width: 100%;
}

.sh-image-comparison img:last-child {
	display: none;
}

.sh-image-comparison.twentytwenty-container img:last-child {
	display: block!important;
}

.sh-image-comparison .twentytwenty-handle {
	height: 48px;
	width: 48px;
    margin-left: -30px;
    margin-top: -30px;
	cursor: move;
	-webkit-animation-delay: 0.2s;
	        animation-delay: 0.2s;
	-webkit-animation-iteration-count: infinite;
	        animation-iteration-count: infinite;
	-webkit-animation-duration: 3s;
	        animation-duration: 3s;
	box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.2);
	border-width: 6px;
}

.sh-image-comparison .twentytwenty-handle:before,
.sh-image-comparison .twentytwenty-handle:after {
	opacity: 0;
}

.sh-image-comparison .twentytwenty-left-arrow,
.sh-image-comparison .twentytwenty-right-arrow {
	border: 0px solid transparent;
	margin-top: -14px;
}

.sh-image-comparison .twentytwenty-left-arrow {
	margin-left: -15px;
}

.sh-image-comparison .twentytwenty-right-arrow {
	margin-right: 0px;
}

.sh-image-comparison .twentytwenty-before {
	-webkit-animation-delay: 0.3s;
	        animation-delay: 0.3s;
}

.sh-image-comparison .twentytwenty-before-label:before,
.sh-image-comparison .twentytwenty-after-label:before {
	background-color: transparent;
	padding: 10px;
	color: #fff;
	font-family: inherit;
	top: auto!important;
	bottom: 2px;
	margin: 0 5px;
	font-size: 14px;
}

.sh-image-comparison .twentytwenty-right-arrow:before,
.sh-image-comparison .twentytwenty-left-arrow:before {
	font-family: 'themify';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	color: #fff;
	font-size: 30px;
}

.sh-image-comparison .twentytwenty-left-arrow:before {
	content: "\e658";
}

.sh-image-comparison .twentytwenty-right-arrow:before {
	content: "\e658";
	display: none;
}

.twentytwenty-wrapper {
	background-color: transparent!important;
}


/**
 * 16.0 - Image Gallery
 */

.sh-image-gallery {
	width: 100%;
}

.sh-image-gallery .post-meta-thumb {
	max-height: none;
}

.sh-image-gallery-container {
	display: none;
	padding-bottom: 45px;
}

.sh-image-gallery-container.slick-initialized {
	display: block;
}

.sh-image-gallery-container:not(.slick-initialized) .sh-image-gallery-item:not(:first-child) {
	display: none;
}

.sh-image-gallery .slick-dots {
	bottom: 0px;
}

.sh-image-gallery-dark .slick-dots li.slick-active button:after {
	color: #3f3f3f;
}

.sh-image-gallery-dark .slick-dots li button:after {
	color: rgba(0,0,0,0.3);
}

.sh-image-gallery .slick-arrow {
	display: none!important;
}

.sh-gallery-item:hover .sh-overlay-style1 {
	opacity: 1!important;
}

.sh-image-gallery-disable {
	padding-bottom: 0px;
}

.sh-image-gallery-disable .slick-dots {
	display: none!important;
}

.sh-image-gallery-dots2 {
	padding-bottom: 0px;
}

.sh-image-gallery-dots2 .slick-dots {
	bottom: 45px;
}

@media (min-width: 800px) {
	.sh-image-gallery-dots-left ul.slick-dots {
		text-align: left;
		padding-left: 0px;
		left: -5px;
	}

	.sh-image-gallery-dots-right ul.slick-dots {
		text-align: right;
		padding-right: 0px;
		right: -5px;
	}
}

.sh-image-gallery-noverlay .post-meta-thumb:hover img {
	-webkit-transform: none!important;
	transform: none!important;
}

@media (max-width: 800px) {

	.sh-image-gallery-dots2 .slick-dots {
		display: none!important;
	}

	.sh-image-gallery .slick-list {
		margin-left: 0px!important;
		margin-right: 0px!important;
	}

}

@media (max-width: 479px) {

	.sh-image-gallery .slick-list,
	.sh-image-gallery .sh-gallery-item {
		margin-left: 0px!important;
		margin-right: 0px!important;
	}

}



.sh-recent-posts-carousel .slick-dots,
.sh-recent-products-carousel .slick-dots {
	bottom: 0;
	margin-bottom: 0;
}

.sh-recent-posts-carousel .post-item .slick-dots {
	bottom: 20px;
}

.sh-recent-posts-carousel .slick-track {
	padding: 15px 0;
}

.sh-recent-posts-carousel .slick-track .slick-track {
	padding: 0;
}

.sh-recent-products-carousel .slick-track {
	padding: 15px 0 30px 0;
}

.sh-recent-posts-carousel .post-item,
.sh-recent-products-carousel .products li.product:not(.slick-slide) {
	display: none;
}

.sh-recent-posts-carousel .blog-style-masonry {
	opacity: 1;
}

.sh-recent-posts-carousel .blog-style-grid .post-item {
	float: left;
}

.sh-recent-posts-carousel .slick-initialized .slick-slide.post-item {
	display: block;
	float: left;
}

.sh-recent-posts-carousel .slick-dots li button,
.sh-recent-products-carousel .slick-dots li button {
	background-color: #ebebeb;
}

@media (max-width: 800px) {
	.sh-woocommerce-products .woocommerce ul.products.slick-slider li.product {
		clear: none!important;
	}

	.sh-woocommerce-products .woocommerce ul.products:not(.slick-slider) li.product {
		min-width: 50%;
	}
}

@media (max-width: 550px) {
	.sh-woocommerce-products .woocommerce ul.products:not(.slick-slider) li.product {
		min-width: 100%;
	}
}


/**
 * 17.0 - Image Points
 */

.sh-image-points {
	position: relative;
	display: table;
	margin: 0 auto;
}

.sh-image-point {
	width: 28px;
	height: 28px;
	line-height: 23px;
	border: 4px solid #fff;
	background-color: #fff;
	border-radius: 100%;
	position: absolute;
	margin-top: -9px;
	margin-left: -9px;
	cursor: pointer;
	z-index: 5;
	transition: 0.3s all ease-in-out;
	opacity: 1;
	box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.2);
	text-align: center;
	font-size: 12px;
	color: #fff;
}

.sh-image-point:after {
	content: "";
    display: block;
    position: absolute;
    top: -10px;
    left: -10px;
    bottom: -10px;
    right: -10px;
}

.sh-image-points img.sh-image-url {
	margin-bottom: 0;
}

.sh-image-point:hover {
	line-height: 27px;
	width: 32px;
	height: 32px;
	margin-left: -11px;
	margin-top: -11px;
}

.sh-image-point:hover {
	background-color: rgba(255,255,255,1);
	z-index: 10;
}

.sh-image-point-tooltip {
	position: absolute;
	z-index: 200;
	left: 40px;
	margin-bottom: 5px;
	padding: 10px 15px;
	width: 250px;
	background-color: #fff;
	border-left: 0px solid #fff;
	content: attr(data-tooltip);
	text-align: left;
	font-size: 16px;
	text-align: center;
	box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.2);
	color: #8d8d8d;
}

.sh-image-point-tooltip {
	visibility: hidden;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	transition: opacity 0.2s ease-in-out,
	visibility 0.2s ease-in-out,
	-webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
		transition: opacity 0.2s ease-in-out,
		visibility 0.2s ease-in-out,
		transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
	transition:
		opacity 0.2s ease-in-out,
		visibility 0.2s ease-in-out,
		transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24),
	-webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
	-webkit-transform: translate3d(0, 0, 0);
	transform:         translate3d(0, 0, 0);
	pointer-events: none;
	background-color: #fff;
}

.sh-image-point:hover .sh-image-point-tooltip,
.sh-image-point:focus .sh-image-point-tooltip:hover {
	visibility: visible;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

.sh-image-point-right .sh-image-point-tooltip {
	left: -265px!important;
	border-left-width: 0px;
	border-right-width: 0px;
}

@media (max-width: 800px) {
	.sh-image-point-right .sh-image-point-tooltip {
		left: -152px!important;
		border-left-width: 0px;
		border-right-width: 0px;
	}

	.sh-image-point-tooltip {
		font-size: 12px;
		padding: 8px;
		width: 140px;
		line-height: 1.2;
	}
}

/* Image Points - Style 2 */
.sh-image-points-style2 .sh-image-point {
	width: 38px;
	height: 38px;
	border-width: 6px;
	box-shadow: 0 8px 30px 3px rgba(0,0,0,0.2);
	transition: 0.2s all ease-in-out;
	animation: animate_pulse 3s infinite;
}

.sh-image-points-style2 .sh-image-point:hover {
	width: 45px;
	height: 45px;
	margin-left: -11px;
	margin-top: -11px;
	padding-top: 3px;
}

.sh-image-points-style2 i {
	font-size: 19px!important;
	line-height: 29px;
	transition: 0.2s all ease-in-out;
}

.sh-image-points-style2 .sh-image-point-tooltip {
	left: 55px;
}

@media (max-width: 600px) {
	.sh-image-points-style2 .sh-image-point {
		width: 28px;
		height: 28px;
		border-width: 4px;
	}

	.sh-image-points-style2 .sh-image-point:hover {
		width: 35px;
		height: 35px;
		padding-top: 2px;
	}

	.sh-image-points-style2 i {
		font-size: 15px!important;
		line-height: 22px;
	}

	.sh-image-points-style2 .sh-image-point-tooltip {
		left: 40px;
	}
}


/**
 * 18.0 - List
 */

.sh-list {
	margin: 0 0 15px 0;
	list-style: none;
	padding-left: 0;
}

.sh-list-vc {
	margin-bottom: 0;
}

.sh-list-item {
	padding: 3px 0;
	display: flex;
	align-items: center;
}

.sh-list-icon {
	padding-right: 9px;
	padding-left: 1px;
	position: relative;
}

.sh-list-icon i {
	font-size: 17px;
}

.sh-list-item img.sh-list-image {
	margin-bottom: 0!important;
}

.sh-list-style2 {
	font-weight: bold;
}

.sh-list-style3 .sh-list-item {
	border-bottom: 1px solid rgba( 0,0,0,0.1 );
	padding: 4px 0;
}

.sh-list-style3 .sh-list-item:last-child {
	border-bottom: 0px;
}

.sh-list-style4 .sh-list-item {
	font-size: 18px;
	display: inline-block;
	margin-right: 15px;
}

.sh-list-style4 .sh-list-icon {
	padding-right: 5px;
}


/**
 * 19.0 - Partners
 */

.sh-partners {
	text-align: center;
}

.sh-partners-item {
	padding: 0 2%;
	min-width: 150px;
	margin-bottom: 0px;
	display: inline-block;
	margin-right: -4px;
}

@media (max-width: 400px) {
	.sh-partners:not(.sh-carousel) .sh-partners-item {
		width: 100%!important;
	}
}

.sh-partners-carousel .slick-slide a:hover img {
	opacity: 0.75;
}

.sh-partners-image {
	max-width: 280px;
	line-height: 110px;
	display: table;
	margin: 0 auto;
}

.sh-partners-image img {
	max-width: 100%;
	max-height: 110px;
	vertical-align: middle;
}

.sh-partners-carousel {
	overflow: hidden;
	opacity: 0;
	height: 0;
	transition: 0.3s opacity ease-in-out;
}

.sh-partners-carousel .slick-slide {
	margin-right: 0;
    padding: 0 15px;
	overflow: hidden;
}

.sh-partners-carousel-item-content {
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    text-align: center;
	width: 100%;
	height: 100%;
}

.sh-partners-carousel .slick-slide a {
	display: block;
	width: 100%;
}

.sh-partners-carousel .slick-slide img {
	min-width: 1px;
	max-width: 100%;
	display: table;
	margin: 0px auto;
}

.fw-row .sh-partners-carousel-additional-padding .slick-slide {
	padding: 100px 0;
}

.vc_row .sh-partners-carousel-additional-padding .slick-slide {
	padding-top: 100px;
	padding-bottom: 100px;
}

.sh-partners-carousel-additional-horizontal-padding-remove .slick-slide {
	padding-left: 0px;
	padding-right: 0px;
}

.sh-partners-carousel-additional-padding,
.sh-partners-carousel-additional-padding .slick-slide,
.sh-partners-carousel-additional-padding .sh-partners-image {
	max-height: 310px!important;
}

/**
 * 20.0 - Pie Chart
 */

.sh-piechart {
    position: relative;
    display: table;
    margin: 0 auto;
    margin-bottom: 15px;
}

.sh-piechart svg {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
}

.sh-piechart-percentage {
    text-align:center;
    position: absolute;
    line-height: 200px;
    width: 100%;
    z-index: 200;
}

.sh-piechart-percentage-number {
    text-align: center;
    font-size: 36px;
}

.sh-piechart-percentage-symbol {
	font-size: 24px;
}

.sh-piechart-circle .circle_animation {
	stroke-dasharray: 600;
	stroke-dashoffset: 600;
}

.sh-piechart-circle .sh-piechart-pointer {
	display: block;
	content: "";
	position: absolute;
	background-color: #4dbb7c;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 16px;
	margin-left: -8px;
	margin-top: -10px;
	overflow: hidden;
    z-index: 21000;
    border-radius: 100%;
}

.sh-piechart-rhomb{
	padding: 34px 0;
}

.sh-piechart-rhomb .sh-piechart-percentage {
    line-height: 162px;
}

.sh-piechart-rhomb svg {
    -webkit-transform: rotate(225deg)!important;
        -ms-transform: rotate(225deg)!important;
            transform: rotate(225deg)!important;
}

.sh-piechart-rhomb .rhomb_animation {
	stroke-dasharray: 800;
	stroke-dashoffset: 800;
}

.sh-piechart .sh-piechart-animation {
	display: none;
}

.sh-piechart.sh-piechart-animated .sh-piechart-animation {
	display: block;
}


/**
 * 21.0 - Portfolio
 */

.sh-portfolio {
	position: relative;
	margin: 0 -15px;
	opacity: 0;
	transition: 0.25s all ease;
}

.sh-portfolio-archive {
	margin-top: -15px;
	margin-bottom: 30px;
}

.sh-portfolio-style-masonry2 {
	margin: 0;
}

.sh-portfolio-style-default-shadow .sh-portfolio-content-container {
	padding: 30px;
	padding-top: 10px;
	box-shadow: 0px 3px 13px 1px rgba(0,0,0,0.12);
}

.sh-portfolio-item {
	width: 33.3%;
	padding: 0 15px;
	margin: 15px 0;
}

.sh-portfolio-title {
	margin: 20px 20px 10px 0px;
	font-size: 16px;
	font-weight: bold;
}

.sh-portfolio-description {
	margin: 0px 20px 0px 0px;
}

.sh-portfolio-image,
.sh-portfolio-image-fluid {
	overflow: hidden;
	position: relative;
	z-index: 10;
}

.sh-portfolio-image-position {
	display: block;
	position: relative;
	-webkit-transform: translate3d(0,0,0);
	        transform: translate3d(0,0,0);
}

.sh-portfolio-img,
.sh-portfolio-image-position {
	width: 100%;
	margin-bottom: 0px!important;
}

.sh-portfolio-single-slider iframe {
	border: 0;
}

.sh-portfolio-single-slider .sh-portfolio-single {
	padding-top: 50px;
}

.sh-portfolio-single-related-mini .sh-portfolio-image:hover .sh-portfolio-image-position,
.sh-portfolio-overlay-style-overlay1 .sh-portfolio-image:hover .sh-portfolio-image-position {
	-webkit-transform: translate3d( 0, -45px, 0 );
	        transform: translate3d( 0, -45px, 0 );
}

.sh-portfolio-image-landscape {
	padding-top: 75%;
}

.sh-portfolio-image-square {
	padding-top: 100%;
}

.sh-portfolio-image-container {
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	overflow: hidden;
	z-index: 50;
	background-size: cover;
	background-position: 50% 50%;
}

.sh-portfolio-masonry2 {
	padding: 0;
	margin: 0;
}

.sh-portfolio-masonry2 .sh-portfolio-image {
	position: relative;
}

.sh-portfolio-grid {
	padding: 15px;
	margin: 0px;
}

.sh-portfolio-default2 .sh-portfolio-description {
	margin: 0px 0px 10px 0px;
}

.sh-portfolio .sh-portfolio-default2 .sh-portfolio-title {
	background-color: transparent!important;
	color: #fff;
	margin: 60px 25px 22px 25px;
	padding-bottom: 12px;
	z-index: 0;
	transition: 0.3s color ease-in-out;
	font-size: 24px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}

.sh-portfolio .sh-portfolio-default2 .sh-portfolio-title:hover {
	opacity: 0.7;
}

.sh-portfolio-title-container {
	position: absolute;
	bottom: 0; left: 0; right: 0;
    background: linear-gradient(to bottom, rgba(255,0,0,0), rgba(0,0,0,0.35));
}

.sh-portfolio-default2.sh-portfolio-overlay-style-none .sh-portfolio-image:hover .sh-portfolio-title-container {
    background: linear-gradient(to bottom, rgba(255,0,0,0), rgba(0,0,0,0.4));
}

.sh-portfolio .sh-portfolio-default2 .sh-portfolio-title h3 {
	position: relative;
	z-index: 0;
}

.sh-portfolio-default2:not(.sh-portfolio-overlay-style-none) .sh-portfolio-image:hover .sh-portfolio-title {
	opacity: 0;
}

.sh-portfolio-default2 .sh-portfolio-description {
	background-color: #fff;
	padding: 25px;
	box-shadow: 0px 3px 13px 1px rgba(0,0,0,0.12);
}

.sh-portfolio-columns2 .sh-portfolio-item {
	width: 50%;
}

.sh-portfolio-columns4 .sh-portfolio-item {
	width: 25%;
}

.sh-portfolio-image:hover .sh-portfolio-overlay,
.sh-portfolio-image-fluid:hover .sh-portfolio-overlay {
	opacity: 1;
}

.sh-portfolio-overlay {
	display: block;
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	cursor: pointer;
}

.sh-portfolio-icon {
	position: absolute;
	top: 5px; right: 5px;

	width: 50px;
	height: 50px;
	text-align: center;
	overflow: hidden;
}

.sh-portfolio-icon i {
	font-size: 24px;
	color: #fff;
	line-height: 54px;
}

.sh-portfolio-text {
	text-align: center;
	overflow: hidden;
	text-transform: uppercase;
	padding: 13px 0;
	font-weight: bold;
	font-size: 12px;
}

.sh-portfolio-overlay-middle,
.sh-portfolio-overlay-bottom,
.sh-portfolio-overlay-info-box {
	height: 100%;
}

.sh-portfolio-overlay-bottom .sh-portfolio-icon {
	background-color: rgba( 66,199,198,0.8 );
}

.sh-portfolio-overlay-bottom .sh-portfolio-text {
	position: absolute;
	bottom: 5px; right: 5px; left: 5px;
	background-color: rgba( 66,199,198,0.8 );
	color: #fff;
}

.sh-portfolio-overlay-middle {
	background-color: rgba(0,0,0,0.15);
}

.sh-portfolio-overlay-middle .sh-portfolio-text {
	display: table;
	margin: 0 auto;
	padding: 13px 23px;
	border: 2px solid #fff;
	color: #fff;
}

.sh-portfolio-overlay-middle .sh-table {
	height: 100%;
}

.sh-portfolio-overlay-info-box {
	background-color: rgba( 66,199,198,0.8 );
	padding: 24px;
	color: #fff;
	text-align: center;
	height: 101%;
}

.sh-portfolio-overlay-info-box .sh-portfolio-title {
	margin-top: 0;
	color: #fff;
}

.sh-portfolio-overlay1-bar {
	position: absolute;
	bottom: -60px; left: 0px; right: -1px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: rgba(95, 196, 179, 1);
	color: #fff;
}

.sh-portfolio-image:hover .sh-portfolio-overlay1-bar {
	bottom: 0px;
}

.sh-portfolio-overlay1-icon {
	height: 60px;
	width: 60px;
	min-width: 60px;
	text-align: center;
	font-size: 24px;
}

.sh-portfolio-overlay1-categories {
	height: 60px;
	font-size: 12px;
	text-align: center;
	padding: 0 15px;
}

.sh-portfolio-overlay2 {
	opacity: 0;
}

.sh-portfolio-item:hover .sh-portfolio-overlay2 {
	opacity: 1;
}

.sh-portfolio-overlay2-data {
	position: absolute;
	bottom: 60px; top: 0; left: 0px; right: 0;
	background-color: rgba(95, 196, 179, 0.9);
	color: #fff;
	padding: 20px;
	border-bottom: 1px solid rgba(255,255,255,0.15);
	overflow: hidden;
}

.sh-portfolio-overlay2-title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}

.sh-portfolio-overlay2-bar {
	position: absolute;
	bottom: 0px; left: 0px; right: 0;
	font-weight: bold;
	text-transform: uppercase;
	background-color: rgba(95, 196, 179, 0.9);
	color: #fff;
}

.sh-portfolio-overlay2-icon {
	height: 60px;
	width: 60px;
	border-right: 1px solid rgba(255,255,255,0.15);
	text-align: center;
	font-size: 24px;
}

.sh-portfolio-overlay2-categories {
	height: 60px;
	font-size: 12px;
	text-align: center;
}

.sh-portfolio-overlay3 {
	opacity: 0;
}

.sh-portfolio-overlay3 .sh-portfolio-overlay1-icon {
	border-right-color: transparent;
}

.sh-portfolio-overlay3 .sh-portfolio-overlay1-categories {
	text-align: right;
	padding-right: 30px;
}

.sh-portfolio-overlay3-data {
	position: absolute;
	background-color: rgba(95, 196, 179, 0.9);
	color: #fff;
	padding: 20px;
	overflow: hidden;
	height: 100%;
	width: 101%;
}

.sh-portfolio-overlay3-title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}

.sh-portfolio-overlay3-bar {
	position: absolute;
	bottom: 0px!important; left: 0px; right: 0; top: auto!important;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}

.sh-portfolio-overlay3-icon {
	height: 60px;
	width: 60px;
	border-right: 1px solid rgba(255,255,255,0.15);
	text-align: center;
	font-size: 24px;
}

.sh-portfolio-overlay3-categories {
	height: 60px;
	font-size: 12px;
	text-align: center;
}

.sh-portfolio-overlay1-categories .sh-portfolio-category:hover,
.sh-portfolio-overlay2-categories .sh-portfolio-category:hover,
.sh-portfolio-overlay3-categories .sh-portfolio-category:hover,
.sh-portfolio-overlay4-categories .sh-portfolio-category:hover {
	opacity: 0.75;
}

.sh-portfolio-overlay4 {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	-ms-flex-pack: center;
	-ms-flex-align:center;

	background-color: rgba(71,201,229,0.8)!important;
	cursor: auto;
	opacity: 0;
	transition: 0.5s all;
}

.sh-portfolio-overlay-style-overlay4 .sh-portfolio-image:hover .sh-portfolio-overlay4 {
	opacity: 1;
}

.sh-portfolio-overlay-style-overlay4 .sh-portfolio-image:hover .sh-portfolio-image-position {
	-webkit-transform: translate3d(0,0,0) scale(1.1, 1.1);
	        transform: translate3d(0,0,0) scale(1.1, 1.1);
}

.sh-portfolio-overlay-style-overlay4 .sh-portfolio-image:hover .sh-portfolio-image-position {
	-webkit-transform: translate3d(0,0,0) scale(1.1, 1.1);
	        transform: translate3d(0,0,0) scale(1.1, 1.1);
}

.sh-portfolio-overlay4-container {
	display: table;
	margin: 0 auto;
	padding: 15px;
	color: #fff;
	text-align: center;
	margin-bottom: -12px;
}

.sh-portfolio-overlay4-categories {
	font-size: 13px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.sh-portfolio-overlay4-categories a {
	color: #fff!important;
}

.sh-portfolio-overlay4-title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 5px;
}

.sh-portfolio-overlay4-icons {
	width: 160px;
	margin: 0 auto;
}

.sh-portfolio-overlay4 .sh-overlay-item {
	width: 50%;
	position: relative;
	text-align: center;
}

.sh-portfolio-overlay4 .sh-overlay-item {
	text-align: center;
	height: 60px;
	transition: 0.5s all;
	opacity: 1;
}

.sh-portfolio-overlay4:hover  .sh-overlay-item {
	opacity: 1;
}

.sh-portfolio-overlay4 .sh-overlay-item-container i {
	font-size: 24px;
	line-height: 57px;
	transition: 0.5s all;
	color: #fff;
}

.sh-portfolio-overlay4 .sh-overlay-item {
	width: 60px;
	display: table-cell;
	padding: 0 10px;
}

.sh-portfolio-overlay4.sh-overlay-item:first-child .sh-overlay-item-container {
	right: 0;
}

.sh-portfolio-overlay4 .sh-overlay-item:only-child .sh-overlay-item-container {
	left: 50%;
	-webkit-transform: translateX(-40px) translateY(-30px);
	    -ms-transform: translateX(-40px) translateY(-30px);
	        transform: translateX(-40px) translateY(-30px);
}


.sh-portfolio-overlay4 .sh-overlay-item-container {
	transition: 0.5s all;
	width: 60px;
	height: 60px;
	border-radius: 100px;
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-30px);
	    -ms-transform: translateY(-30px);
	        transform: translateY(-30px);
	text-align: center;
}

.sh-portfolio-overlay4 .sh-overlay-item:last-child .sh-overlay-item-container {
	left: 10px;
	right: auto;
}

.sh-portfolio-overlay4 .sh-overlay-item:hover .sh-overlay-item-container {
	background-color: #fff;
	width: 60px;
	-webkit-animation: icon_round_animation 0.5s;
	        animation: icon_round_animation 0.5s;
	color: #fff;
	box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.2);
}

.sh-portfolio-overlay4 .sh-overlay-item:hover .sh-overlay-item-container i {
	color: #505050;
}

.sh-portfolio-overlay4 .sh-overlay-item:hover .sh-overlay-item-container {
	background-color: #fff;
	width: 60px;
	-webkit-animation: icon_round_animation 0.5s;
	        animation: icon_round_animation 0.5s;
	color: #fff;
	box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.2);
}


.sh-portfolio-overlay4.overlay6 {
	cursor: pointer;
}

/* Portoflio - Minimalistic */

.sh-portfolio-style-minimalistic .sh-portfolio-content-container {
	display: flex;
	padding: 30px 30px;
	box-shadow: 0px 6px 12px 2px rgba(0,0,0,0.07);
}

.sh-portfolio-style-minimalistic .sh-portfolio-content-container-left {
	flex: 1;
}

.sh-portfolio-style-minimalistic .sh-portfolio-title {
	margin: 0;
	font-size: 14px;
}

.sh-portfolio-style-minimalistic .sh-portfolio-categories {
	border-left: 1px solid #efefef;
	padding-left: 15px;
	line-height: normal;
}

.sh-portfolio-style-minimalistic .sh-portfolio-categories span {
	line-height: normal;
	font-size: 13px;
	text-transform: uppercase;
}

@media (max-width: 1025px) {
	.sh-portfolio-style-minimalistic .sh-portfolio-categories span {
		font-size: 11px;
	}
}

/* Layout */
.sh-portfolio-layout-grid {
	position: static!important;
	height: auto!important;
}

.sh-portfolio-layout-grid .sh-portfolio-item {
	position: static!important;
	display: inline-block;
	margin-left: -4px;
	vertical-align: top;
}


/**
 * 21.1 Portfolio - Filter
 */

.sh-filter-container {
	display: table;
	margin: 20px auto;
	margin-bottom: 40px;
}

.sh-filter-blog {
	margin-bottom: 60px;
    margin-top: -8px;
}

.sh-filter,
.sh-filer-icon {
	float: left;
}

.sh-filter {
	text-align: center;
}

.sh-filer-icon {
	font-size: 24px;
	margin-right: 32px;
	margin-top: 19px;
	position: relative;
	display: none;
}

.sh-filter span {
	display: inline-block;
	position: relative;
	bottom: -2px;
	margin: 0px;
	margin-right: -4px;
	padding: 15px 10px;
	cursor: pointer;
	font-weight: bold;
	border-bottom: 1px solid #eeeeee;
	font-size: 13px;
	text-transform: uppercase;
	transition: 0.3s all ease-in-out;
}

.sh-filter span.active {
	color: #47c9e5;
	transition: 0s all ease-in-out;
}

.sh-filter span:after {
	opacity: 0;
}

.sh-filter span.active:after {
	opacity: 1;
	transition: 0s all ease-in-out;
}

.sh-filter span:after {
	content: "";
	display: block;
	position: absolute;
	left: 10px; right: 10px; bottom: -2.5px;
	height: 5px;
	border-radius: 5px;
	background-color: #47c9e5;
	z-index: 100;
	transition: 0.3s all ease-in-out;
}

.sh-filter span:first-child {
	padding-left: 0;
}

.sh-filter span:first-child:after {
	left: 0px;
}

.sh-filter span:last-child {
	padding-right: 0;
}

.sh-filter span:last-child:after {
	right: 0px;
}

@media (max-width: 1000px) {
	.sh-portfolio .sh-portfolio-item {
		width: 50%;
	}
}

@media (max-width: 600px) {
	.sh-portfolio .sh-portfolio-item {
		width: 100%;
	}
}

.sh-filter-item-content {
	display: block;
}

a.sh-filter-item-content {
	color: inherit;
}

.sh-portfolio-filter-alignment-left {
	margin-left: 0;
	margin-right: auto;
}

.sh-portfolio-filter-alignment-center {
	margin-left: auto;
	margin-right: auto;
}

.sh-portfolio-filter-alignment-right {
	margin-right: 0;
	margin-left: auto;
}

@media (max-width: 800px) {
	.sh-portfolio-filter-mobile-alignment-left {
		margin-left: 0!important;
		margin-right: auto!important;
	}

	.sh-portfolio-filter-mobile-alignment-center {
		margin-left: auto!important;
		margin-right: auto!important;
	}

	.sh-portfolio-filter-mobile-alignment-right {
		margin-right: 0!important;
		margin-left: auto!important;
	}
}

.sh-portfolio-filter-style2 span {
	font-weight: normal;
}

.sh-portfolio-filter-style2 .sh-filter-item.active {
	font-weight: bold;
}

.sh-portfolio-filter-style3 .sh-filter-item {
	font-weight: normal;
	padding: 5px 4px;
}

.sh-portfolio-filter-style3 .sh-filter-item:first-child {
	padding-left: 0px;
}

.sh-portfolio-filter-style3 .sh-filter-item:last-child {
	padding-right: 0px;
}

.sh-portfolio-filter-style3 .sh-filter-item.active {
	border-width: 0px;
}

.sh-portfolio-filter-style3 .sh-filter-item.active .sh-filter-item-content {
	background-color: #47c9e5!important;
	color: #fff!important;
	font-weight: bold;
	box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.2);
	transition: 0s background ease-in-out;
}

.sh-portfolio-filter-style3 .sh-filter-item.active:after,
.sh-portfolio-filter-style3 .sh-filter-item:after {
	display: none;
}

.sh-portfolio-filter-style3 .sh-filter-item-content {
	padding: 6px 15px!important;
	border-radius: 30px;
	transition: 0.3s background, font-weight ease-in-out;
}

.sh-portfolio-filter-style4 .sh-filter span {
	border-width: 0px!important;
	padding: 5px 8px;
	text-transform: none;
}

.sh-portfolio-filter-style4 .sh-filter-item-content {
	border-radius: 100px;
}

.sh-portfolio-filter-style4 .sh-filter-item:hover .sh-filter-item-content {
	border-color: transparent!important;
}

.sh-portfolio-filter-style4 .sh-filter-item:not(.active) .sh-filter-item-content  {
	border: 1px solid #e6e6e6;
}

.sh-portfolio-filter-style4 .sh-filter-item:hover .sh-filter-item-content {
	color: #fff!important;
}

.sh-portfolio-filter-style4 .sh-filter-item.active .sh-filter-item-content {
	box-shadow: none!important;
}

.sh-portfolio-filter-style5 .sh-filter-item:not(.active) .sh-filter-item-content {
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: rgba(255, 255, 255, 0.7);
}


/**
 * 21.2 - Portfolio Fancy
 */
.sh-portfolio-fancy {
	position: relative;
	margin: 0 -15px;
	transition: 0.25s all ease;
}

.sh-portfolio-fancy-item {
	width: 33.3%;
	padding: 0 15px;
	margin: 15px 0;
	opacity: 0;
}

.sh-portfolio-fancy-columns2 .sh-portfolio-fancy-item {
	width: 50%;
}

.sh-portfolio-fancy-columns4 .sh-portfolio-fancy-item {
	width: 25%;
}

.sh-portfolio-fancy-columns5 .sh-portfolio-fancy-item {
	width: 20%;
}



@media (max-width: 1400px) {
	.sh-header-in-side .sh-portfolio-fancy-item {
		min-width: 33.3%;
	}
}

@media (max-width: 1200px) {
	.sh-portfolio-fancy-item {
		min-width: 33.3%;
	}
}

@media (max-width: 850px) {
	.sh-portfolio-fancy-item {
		min-width: 50%;
	}
}

@media (max-width: 550px) {
	.sh-portfolio-fancy-item {
		min-width: 100%;
	}
}

.sh-portfolio-fancy-itemc-container {
	position: relative;
	transition: 0.7s all ease-in-out;
	overflow: hidden;
}

.sh-portfolio-fancy-item-active-cat {
	opacity: 1;
	cursor: pointer;
}

.sh-portfolio-fancy-item-active:not(.sh-portfolio-fancy-item-active-cat) {
	animation-name: sh_animate_up;
	animation-duration: 0.5s;
	opacity: 1;
}

.sh-portfolio-fancy-item img {
	transition: 0.4s all ease-in-out;
}

.sh-portfolio-fancy-item:hover img {
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-ms-transform: scale(1.25);
	-o-transform: scale(1.25);
	transform: scale(1.25);
}
.sh-portfolio-fancy-itemc-container {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/*.sh-portfolio-fancy-item:hover .sh-portfolio-fancy-itemc-container {
	border-radius: 10px;
}*/

.sh-portfolio-fancy-item-overlay-bg {
	display: block;
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	opacity: 0;
	transition: 0.5s all ease-in-out;
	z-index: 10;
}

.sh-portfolio-fancy-item:hover .sh-portfolio-fancy-item-overlay-bg {
	opacity: 1;
	background-color: rgba(87,204,229,0.8);
}

.sh-portfolio-fancy-item-overlay {
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	display: flex;
	justify-content: center;
    align-items: center;
	padding: 30px;
	text-align: center;
}

.sh-portfolio-fancy-item-overlay-container {
	width: 100%;
}

.sh-portfolio-fancy-item-overlay-container > * {
	opacity: 0;
	position: relative;
	z-index: 11;
}

.sh-portfolio-fancy-item-overlay-title {
	display: block;
}

.sh-portfolio-fancy-item:hover .sh-portfolio-fancy-item-overlay-container a.sh-portfolio-fancy-item-overlay-title {
	animation-name: sh_animate_up_small;
	animation-duration: 0.6s;
	opacity: 1;
}

.sh-portfolio-fancy-item:hover .sh-portfolio-fancy-item-overlay-container > div {
	animation-name: sh_animate_up_medium;
	animation-duration: 0.6s;
	opacity: 1;
}

.sh-portfolio-fancy-item:hover .sh-portfolio-fancy-item-overlay-container > a.sh-portfolio-fancy-item-overlay-lightbox {
	animation-name: sh_animate_up_small2;
	animation-duration: 0.6s;
	opacity: 1;
}


.sh-portfolio-fancy-item-overlay-container h3 {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}

@media (max-width: 1000px) {
	.sh-portfolio-fancy-item-overlay-container h3 {
		font-size: 16px;
	}
}

.sh-portfolio-fancy-item-overlay-categories span,
.sh-portfolio-fancy-item-overlay-categories a {
	font-size: 13px;
	text-transform: uppercase;
	color: #fff!important;
	opacity: 0.8;
	transition: 0.3s all ease-in-out;
}

.sh-portfolio-fancy-item-overlay-categories a:hover {
	opacity: 1;
}

.sh-portfolio-fancy-item-overlay-lightbox {
	display: block;
	position: absolute;
	right: 20px;
	top: 20px;
	color: #fff!important;
	padding: 4px;
}

.sh-portfolio-fancy-item-overlay-lightbox i {
	transition: 0.3s all ease-in-out;
	font-size: 30px;
}

.sh-portfolio-fancy-item-overlay-lightbox:hover i {
	opacity: 0.8;
}

@media (max-width: 1000px) {
	.sh-portfolio-fancy-item-overlay-lightbox i {
		font-size: 18px;
	}
}

@keyframes sh_animate_up {
	0% { transform: translate3d(0,100px,0); opacity: 0; }
	100% { transform: translate3d(0,0,0); opacity: 1; }
}

@keyframes sh_animate_up_small {
	0% { transform: translate3d(0,20px,0); opacity: 0.2; }
	25% { opacity: 0.3; }
	100% { transform: translate3d(0,0,0); opacity: 1; }
}

@keyframes sh_animate_up_small2 {
	0% { transform: translate3d(0,15px,0); opacity: 0.2; }
	100% { transform: translate3d(0,0,0); opacity: 1; }
}

@keyframes sh_animate_up_medium {
	0% { transform: translate3d(0,28px,0); opacity: 0.2; }
	100% { transform: translate3d(0,0,0); opacity: 1; }
}


/**
 * 22.0 - Pricing Table
 */

.sh-pricing {
	text-align: center;
	margin-bottom: 30px;
	overflow: hidden;
}

.sh-pricing-container {
	position: relative;
}

.sh-pricing-name h2 {
	font-size: 24px;
	margin-bottom: 23px;
}

.sh-pricing-price {
	position: relative;
	font-size: 60px;
	padding-bottom: 0px;
	font-weight: bold;
	margin-top: -24px;
}

.sh-pricing-price .sh-pricing-currency {
	font-size: 30px;
	display: inline-block;
	position: relative;
	top: -14px;
	right: -9px;
	margin-left: -20px;
	font-weight: normal;
}

.sh-pricing-description {
	font-style: italic;
}

.sh-pricing-amount {
	font-weight: bold;
	font-style: italic;
}

.sh-pricing-icon {
	text-align: center;
	display: table;
	margin: 0 auto;
	margin-top: -38px;
	position: relative;
	padding: 0 10px;
	background-color: #fff;
	width: 70px;
	height: 70px;
	border-radius: 100%;
	margin-bottom: -15px;
	box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.15);
}

.sh-pricing-icon i {
	font-size: 30px;
	line-height: 70px;
}

.sh-pricing-content {
	position: relative;
	margin-bottom: -1px;
}

.sh-pricing-content-item {
	border-bottom: 1px solid transparent;
	padding: 13px 10px;
}

.sh-pricing-content-item i {
	padding-right: 3px;
	font-size: 120%;
}

.sh-pricing-top {
	padding: 40px 15px;
	min-height: 200px;
}

.sh-pricing-top .sh-table-full {
	min-height: 120px;
}

.sh-pricing-top,
.sh-pricing-top .sh-pricing-name {
	background-color: #47c9e5;
	color: #fff;
}

.sh-pricing-top .sh-pricing-name h2 {
	color: #fff;
}

.sh-pricing-enlarge {
	margin: -30px;
	padding: 30px;
	box-shadow: 0 5px 20px rgba(0,0,0,0.05), 0 5px 20px rgba(0,0,0,0.05);
	z-index: 100;
	position: relative;
}

.sh-pricing-enlarge.sh-pricing-style2 .sh-pricing-top {
    margin-left: -30px;
    margin-right: -30px;
    margin-top: -30px;
}

.sh-pricing-enlarge.sh-pricing-style2 .sh-pricing-top .sh-table-full {
    padding-top: 30px;
}

.sh-pricing-bottom {
	padding: 30px 0;
}

/* Pricing button */
.sh-pricing-button {
	display: inline-block;
	margin: 0 auto;
	font-weight: bold;
	border-radius: 100px;
	line-height: 50px;
	padding: 0px 30px;
	overflow: hidden;
	position: relative;
	font-size: 13px;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.sh-pricing-button span {
	display: inline-block;
	position: relative;
	z-index: 100;
}

a.sh-pricing-button-style1 {
	color: #3f3f3f;
}

a.sh-pricing-button-style1:hover {
	color: #252525;
}

a.sh-pricing-button-style2,
a.sh-pricing-button-style2:hover,
a.sh-pricing-button-style2:focus,
a.sh-pricing-button-style4,
a.sh-pricing-button-style4:hover,
a.sh-pricing-button-style4:focus,
a.sh-pricing-button-style5,
a.sh-pricing-button-style5:hover,
a.sh-pricing-button-style5:focus {
	color: #fff;
}

a.sh-pricing-button-style5 {
	background-color: #505050;
}

a.sh-pricing-button-style6,
a.sh-pricing-button-style6:hover,
a.sh-pricing-button-style6:focus {
	color: #8d8d8d;
}

a.sh-pricing-button-style7,
a.sh-pricing-button-style7:hover,
a.sh-pricing-button-style7:focus {
	color: #505050;
}

a.sh-pricing-button-style6 {
	background-color: #e9e9e9;
}

a.sh-pricing-button-style7 {
	background-color: #fff;
}

/* Button - fancy spacing */
a.sh-pricing-button-style8:before,
a.sh-pricing-button-style9:before,
a.sh-pricing-button-style10:before,
a.sh-pricing-button-style11:before {
	display: none!important;
}

a.sh-pricing-button-style8,
a.sh-pricing-button-style9,
a.sh-pricing-button-style11 {
	color: #fff!important;
}

a.sh-pricing-button-style9 {
	color: #8d8d8d!important;
}

a.sh-pricing-button-style10 {
	color: #505050!important;
}

a.sh-pricing-button-style8 {
	background-color: #505050;
}

a.sh-pricing-button-style8:hover {
	background-color: #505050;
}

a.sh-pricing-button-style9 {
	background-color: #e9e9e9;
}

a.sh-pricing-button-style9:hover {
	background-color: #e2e2e2;
}

a.sh-pricing-button-style10 {
	background-color: #fff;
}

a.sh-pricing-button-style10:hover {
	background-color: #f2f2f2;
}

a.sh-pricing-button-style8 span,
a.sh-pricing-button-style9 span,
a.sh-pricing-button-style10 span,
a.sh-pricing-button-style11 span {
	transition: 0.3s all ease-in-out;
	letter-spacing: normal;
}

a.sh-pricing-button-style8:hover span,
a.sh-pricing-button-style9:hover span,
a.sh-pricing-button-style10:hover span,
a.sh-pricing-button-style11:hover span {
	letter-spacing: 2px;
}

/* Pricing layouts */
.sh-pricing-content-left .sh-pricing-content {
	padding: 0 18px;
	text-align: left;
}

.sh-pricing-content-left .sh-pricing-content-item {
	padding-left: 0;
}

.sh-pricing-content-left .sh-pricing-content-item i {
	padding-right: 6px;
}

.sh-pricing-style1 .sh-pricing-name,
.sh-pricing-style2 .sh-pricing-name {
	background-color: transparent;
}

.sh-pricing-style2 {
	border: 1px solid transparent;
}

.sh-pricing-style2 .sh-pricing-content {
	padding-left: 20px;
	padding-right: 20px;
}

.sh-pricing-style2 .sh-pricing-top {
	position: relative;
	margin: -1px;
}

.sh-pricing-style2 .sh-pricing-icon {
	margin-bottom: 0;
}

.sh-pricing-style3 .sh-pricing-top-aside {
	display: table;
	margin: 35px auto;
}

.sh-pricing-style3 .sh-pricing-top {
	background-color: transparent;
	padding: 0px;
	color: inherit;
}

.sh-pricing-style3 .sh-pricing-name {
	position: relative;
}

.sh-pricing-style3 .sh-pricing-name h2,
.sh-pricing-style4 .sh-pricing-name h2 {
	margin-bottom: 0;
	padding: 15px;
	font-size: 24px;
}

.sh-pricing-style3 .sh-pricing-price {
	padding: 10px 0 15px 0;
}

.sh-pricing-style4 .sh-pricing-top {
	padding: 15px;
	color: inherit;
}

.sh-pricing-style4 .sh-pricing-name {
	background-color: transparent;
}

.sh-pricing-style4 .sh-pricing-price {
	margin-bottom: 0px;
	font-weight: bold;
}

.sh-pricing-style4 .sh-pricing-top {
	background-color: transparent;
	margin-bottom: 20px;
}

.sh-pricing-style4 .sh-pricing-top .sh-pricing-name,
.sh-pricing-style4 .sh-pricing-top .sh-pricing-name h2 {
	color: inherit;
}

.sh-pricing-style3 .sh-pricing-content-item:first-child,
.sh-pricing-style4 .sh-pricing-content-item:first-child {
	border-top: 1px solid transparent;
}

.sh-pricing-with-icon .sh-pricing-top-aside {
	margin-bottom: 20px;
}


/**
 * 23.0 - Progress Bar
 */

/* Progress bar style 1 */
.sh-progress-style1 .sh-progress-item {
	margin-bottom: 15px;
}

.sh-progress-style1 .sh-progress-title {
	font-size: 16px;
	font-weight: bold;
}

.sh-progress-style1 .sh-progress-content {
	position: relative;
}

.sh-progress-style1 .sh-progress-content-container {
	padding-right: 56px;
}

.sh-progress-style1 .sh-progress-status {
	background-color: #e5e5e5;
	height: 5px;
}

.sh-progress-style1 .sh-progress-status-value {
	background-color: #47c9e5;
	height: 5px;
	width: 0%;
	position: relative;
	overflow: visible!important;
	margin-top: 12px;
}

.sh-progress-style1 .sh-progress-status-value:before {
	content: "";
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	border: 2px solid #47c9e5;
	background-color: #fff;
	border-radius: 50%;
	top: -6px; right: -8px;
}

.sh-progress-style1 .sh-progress-value2 {
	position: absolute;
	top: -10px; right: 0;
	font-weight: bold;
	font-size: 16px;
}

/* Progress bar style 2 */
.sh-progress-style2 .sh-progress-item {
	margin-bottom: 20px;
}

.sh-progress-style2 .sh-progress-content-container {
	background-color: #3f3f3f;
	height: 40px;
	overflow: hidden;
	color: #fff;
	position: relative;
}

.sh-progress-style2 .sh-progress-status-value {
	width: 0;
	height: 40px;
}

.sh-progress-style2 .sh-progress-title,
.sh-progress-style2 .sh-progress-value2 {
	position: absolute;
	top: 0px;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	font-weight: bold;
}

.sh-progress-style2 .sh-progress-title {
	left: 0;
}

.sh-progress-style2 .sh-progress-value2 {
	right: 0;
}

/* Progress bar style 3 */
.sh-progress-style3 .sh-progress-item {
	margin-bottom: 20px;
}

.sh-progress-style3 .sh-progress-content-container {
	background-color: #3f3f3f;
	height: 40px;
	overflow: hidden;
	color: #fff;
	position: relative;
}

.sh-progress-style3 .sh-progress-status-value {
	width: 0;
	height: 40px;
	position: relative;
	overflow: visible!important;
}

.sh-progress-style3 .sh-progress-status-value-edge {
	display: block;
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid transparent;
	position: absolute;
	right: -20px;
	top: 0;
}

.sh-progress-style3 .sh-progress-title,
.sh-progress-style3 .sh-progress-value2 {
	position: absolute;
	top: 0px;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	font-weight: bold;
}

.sh-progress-style3 .sh-progress-title {
	left: 0;
}

.sh-progress-style3 .sh-progress-value2 {
	right: 0;
}

/* Progress bar style4 */
.sh-progress-style4 .sh-progress-item {
	margin-bottom: 15px;
}

.sh-progress-style4 .sh-progress-title {
	font-size: 16px;
	font-weight: bold;
}

.sh-progress-style4 .sh-progress-content {
	position: relative;
}

.sh-progress-style4 .sh-progress-status {
	background-color: #e5e5e5;
	height: 1px;
}

.sh-progress-style4 .sh-progress-status-value {
	background-color: #47c9e5;
	height: 5px;
	top: -2.5px;
	width: 0%;
	position: relative;
	overflow: visible!important;
	margin-top: 12px;
	border-radius: 4px;
}

.sh-progress-style4 .sh-progress-status-value:before {
	content: "";
	display: none;
}

.sh-progress-style4 .sh-progress-value2 {
	text-align: right;
	font-weight: bold;
}

/* Progress bar style5 */
.sh-progress-style5 .sh-progress-item {
	margin-bottom: 30px;
}

.sh-progress-style5 .sh-progress-title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
}

.sh-progress-style5 .sh-progress-content {
	position: relative;
}

.sh-progress-style5 .sh-progress-status {
	background-color: #e5e5e5;
	height: 5px;
}

.sh-progress-style5 .sh-progress-status-value {
	background-color: #47c9e5;
	height: 25px;
	top: -12.5px;
	width: 0%;
	position: relative;
	overflow: visible!important;
	margin-top: 12px;
	border-radius: 100px;
	box-shadow: 0px 2px 4px 1px rgba(0,0,0,0.2);
}

.sh-progress-style5 .sh-progress-status-value:before {
	content: "";
	display: none;
}

.sh-progress-style5 .sh-progress-value2 {
	text-align: right;
	font-weight: bold;
	font-size: 16px;
}


/**
 * 24.0 - Single Image
 */

.sh-single-image {
	position: relative;
	line-height: 0;
}

.sh-single-image-container {
	position: relative;
	display: inline-block;
	z-index: 1;
	max-width: 100%;
}

.sh-single-image-container-lazy {
	display: block;
}

.sh-single-image-container img.sh-image-url {
	margin-bottom: 0px;
}

.sh-single-image-container img.sh-image-hover {
	transition: 0.3s all ease-in-out;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.sh-single-image-has-hover .sh-single-image-container:hover .sh-image-hover {
	opacity: 1;
}

.sh-single-image-shadow1 .sh-single-image-container,
.sh-single-image-shadow1 .slick-list {
	box-shadow: 0px 5px 18px 1px rgba(0,0,0,0.10);
}

.sh-single-image-shadow2 .sh-single-image-container,
.sh-single-image-shadow2 .slick-list {
	box-shadow: 0px 3px 13px 1px rgba(0,0,0,0.12);
}

.sh-single-image-shadow3 .sh-single-image-container,
.sh-single-image-shadow3 .slick-list {
	box-shadow: 0px 15px 45px -9px rgba(0,0,0,0.25);
}

.sh-single-image-shadow4 .sh-single-image-container {
	background-color: transparent;
	overflow: visible;
}

.sh-single-image-shadow4 .sh-single-image-container:after {
	content: " ";
    position: absolute;
    left: 5%;
    right: 5%;
    bottom: 0;
    height: 20px;
    z-index: -1;
    box-shadow: 0 8px 41px rgba(0,0,0,0.35);
}

.sh-single-image-shadow4 .slick-list {
    box-shadow: 0 8px 41px rgba(0,0,0,0.35);
}

.sh-single-image .sh-single-image-overlay:hover {
	opacity: 1;
}

.sh-single-image:hover .sh-custom-button-preset1 {
	box-shadow: 0px 4px 12px 1px rgba(0,0,0,0.24);
}

.sh-single-image-has-overlay1 .sh-single-image-overlay img {
	transition: 0.3s all ease-in-out;
	-webkit-transform: translate3d(0,0,0) scale(1.0, 1.0);
	        transform: translate3d(0,0,0) scale(1.0, 1.0);
}

.sh-single-image-has-overlay1 .sh-single-image-overlay:hover img {
	-webkit-transform: translate3d(0,0,0) scale(1.1, 1.1);
	        transform: translate3d(0,0,0) scale(1.1, 1.1);
}

.sh-single-image-overlay {
	display: block;
	transition: 0.3s all ease-in-out;
	opacity: 0;
	position: absolute;
	top: 0; right: -1px; left: -1px; bottom: 0;
	background-color: rgba(71, 201, 229, 0.8);
	text-align: center;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
            flex-direction: column;
    -webkit-flex-direction: column;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.sh-image-gallery-nozoom .post-meta-thumb:hover img {
	transform: translate3d(0,0,0) scale(1,1);
}

.sh-custom-button-preset1 {
	transition: 0.6s all ease-in-out;
	line-height: 50px;
	background-color: #fff;
	padding: 0 30px;
	border-radius: 100px;
	font-weight: bold;
	box-shadow: 0px 2px 11px 1px rgba(0,0,0,0.05);
	font-size: 13px;
	color: #4E4E4E;
	display: table;
	margin: 0 auto;
}

.sh-custom-button-preset1 i {
	padding-left: 7px;
	position: relative;
	bottom: -1px;
}


/**
 * 25.0 - Section
 */
.sh-section {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #ffffff;
}

@media (min-width: 800px) {
	.sh-section-extra-white-space .sh-column:not(:first-child) {
		border-left: 15px solid #fff;
	}

	.sh-section-extra-white-space .sh-column:not(:last-child) {
		border-right: 15px solid #fff;
	}
}

.sh-section-extra-white-space .sh-column {
	border-top: 15px solid #fff;
	border-bottom: 15px solid #fff;
}

.sh-section-container {
	position: relative;
	z-index: 100;
}

@media (min-width: 800px) {
	.section-justify-height-full .sh-column {
		min-height: 100vh;
	}

	.section-justify-height:not(.section-justify-height-only) .sh-column {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		        flex-direction: column;
		-webkit-flex-direction: column;
		-moz-justify-content: center;
		-ms-justify-content: center;
		-o-justify-content: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}

@media (min-width: 800px) {

	.sh-section-visibility-desktop {
		display: block;
	}

	.sh-section-visibility-mobile {
		display: none;
	}

}

@media (max-width: 800px) {

	.sh-section-visibility-desktop {
		display: none;
	}

	.sh-section-visibility-mobile {
		display: block;
	}

}

@media (min-width: 800px) {
	.sh-section-strech-edge-left .fw-row .sh-column:first-child > .sh-column-wrapper {
		margin-left: calc(100% - 100vw/2 + 22px);
	}

	.sh-section-strech-edge-left .sh-image-gallery .slick-list {
		border-top-left-radius: 0px!important;
		border-bottom-left-radius: 0px!important;
	}
}

@media (max-width: 800px) {
	.sh-section-strech-edge-left .fw-row .sh-column:first-child > .sh-column-wrapper {
		margin-left: calc(100% - 100vw + 22px);
	}
}

@media (min-width: 800px) {
	.sh-section-strech-edge-right .fw-row .sh-column:last-child > .sh-column-wrapper {
		margin-right: calc(100% - 100vw/2 + 22px);
	}
	.sh-section-strech-edge-right .sh-image-gallery .slick-list {
		border-top-right-radius: 0px!important;
		border-bottom-right-radius: 0px!important;
	}
}

@media (max-width: 800px) {
	.sh-section-strech-edge-right .fw-row .sh-column:last-child > .sh-column-wrapper {
		margin-right: calc(100% - 100vw + 22px);
	}
}

/**
 * 26.0 - Tabs
 */

.sh-tabs-filter {
	margin-bottom: 30px;
	border-bottom: 1px solid #eeeeee;
}

.sh-tabs-filter li {
	border-bottom: 1px solid #eeeeee;
}

.sh-tabs-filter li a {
	display: inline-block;
	position: relative;
	bottom: 0px;
	margin: 0px;
	padding: 15px 10px;
	cursor: pointer;
	background-color: transparent!important;
	border: 0!important;
	border-bottom-width: 1px!important;
	font-weight: bold;
	font-size: 13px;
	transition: 0.3s all ease-in-out;
	text-transform: uppercase;
	border-bottom: 1px solid #eeeeee;
	line-height: inherit;
}

.sh-tabs-filter li a:after {
	content: "";
	display: block;
	position: absolute;
	left: 10px; right: 10px; bottom: -2.5px;
	height: 5px;
	border-radius: 5px;
	background-color: #47c9e5;
	z-index: 100;
	transition: 0.3s all ease-in-out;
	opacity: 0;
}

.sh-tabs-filter li.active a:after {
	opacity: 1;
	transition: 0s all ease-in-out;
}

.sh-tabs-filter li.active a {
	color: #47c9e5!important;
	transition: 0s all ease-in-out;
}

.sh-tabs-filter li:first-child a {
	padding-left: 0;
}

.sh-tabs-filter li:first-child a:after {
	left: 0px;
}

.sh-tabs-filter li:last-child a {
	padding-right: 0;
}

.sh-tabs-filter li:last-child a:after {
	right: 0px;
}

.sh-tabs-icon {
	font-size: 16px;
	padding-right: 8px;
	position: relative;
	bottom: -1px;
}

.sh-tabs-style2 .sh-tabs-filter {
	display: table;
	margin: 0 auto 30px auto;
}

.sh-tabs-style2 .sh-tabs-filter li {
	text-align: center;
}

.sh-tabs-style2 .sh-tabs-icon {
	display: block;
	text-align: center;
	font-size: 36px;
	padding-right: 0;
	margin-bottom: 15px;
}

.sh-tabs-style1 .sh-tabs-icon {
	font-size: 24px;
	position: relative;
	bottom: -5px;
}

.sh-tabs-style3 .sh-tabs-filter {
	display: table;
	margin-left: 0px;
}

/* Tabs - Style 4 */
.sh-tabs-style4 .nav-tabs {
	border-right: 1px solid #f3f3f3 !important
}

.sh-tabs-style4 .nav-tabs > li {
	float: none;
	width: 100%;
	text-align: right;
	border-bottom-width: 0px;
}

.sh-tabs-filter li a {
	padding-top: 9px;
	padding-bottom: 9px;
}

.sh-tabs-style4 .nav-tabs li.active a {
	font-size: 16px;
}

.sh-tabs-style4 .nav-tabs i {
	padding-left: 12px;
    font-size: 18px;
    bottom: -2px;
    position: relative;
}

.sh-tabs-style4 .nav-tabs li.active i {
    font-size: 24px;
}

.sh-tabs-style4 .sh-tabs-filter {
	margin-bottom: 0px;
	border-bottom-width: 0px;
}

.sh-tabs-style4 .sh-tabs-filter li a {
	padding-right: 15px;
	padding-left: 15px;
}

.sh-tabs-style4 .sh-tabs-filter li a:after {
	width: 6px;
	height: auto;
	left: auto;
	right: -3px;
	top: 0;
	bottom: 0;
}

.sh-tabs-style4 .tab-content,
.sh-tabs-style4 .tab-content p {
	line-height: 195%;
}


@media (min-width: 992px) {
	.sh-tabs-style4:after {
		display: block;
		content: "";
		clear: both;
	}

	.sh-tabs-style4 > * {
		float: left;
	}

	.sh-tabs-style4 .nav-tabs {
		width: 33.33333333%;
	}

	.sh-tabs-style4 .tab-content {
		width: 66.66666667%;
		padding-left: 45px;
		padding-top: 36px;
	}

	.sh-tabs-style4 .sh-tabs-filter li a {
		padding-right: 30px;
		transition: 0.3s color ease-in-out;
	}
}

@media (max-width: 991px) {
	.sh-tabs-style4 .nav-tabs {
		border-left: 1px solid #f3f3f3 !important;
		border-right-width: 0px!important;
	}

	.sh-tabs-style4 .nav-tabs li {
		text-align: left;
	}

	.sh-tabs-style4 .nav-tabs .sh-tabs-icon {
		float: left;
		padding-left: 0px;
		padding-right: 12px;
	}

	.sh-tabs-style4 .nav-tabs li a:after {
		left: -4px;
	}

	.sh-tabs-style4 .tab-content {
		padding-left: 28px;
		   padding-top: 30px;
	}
}


/**
 * 27.0 - Team Members
 */

.sh-team {
	text-align: center;
	margin-bottom: 20px;
}

.sh-team-name h3,
.sh-team-role {
	margin-bottom: 7px;
}

.sh-team-name h3 {
	font-size: 16px;
}

.sh-team-role {
	text-transform: uppercase;
	color: #b1b1b1;
	font-size: 24px;
}

@media (max-width: 1000px) {

	.sh-team-role {
		font-size: 18px;
	}

}

@media (max-width: 800px) {

	.sh-team-role {
		font-size: 14px;
	}

}

.sh-team-image {
	display: block;
	margin-bottom: 25px;
	position: relative;
	overflow: hidden;
	z-index: 100;
	max-height: 600px;
}

.sh-team-image .sh-team-container {
	padding-top: 100%;
	overflow: hidden;
	position: relative;
}

.sh-team-image-shape {
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	overflow: hidden;
	z-index: 50;
}

.sh-team-image img {
	max-width: 101%;
	width: 100%;
}

.sh-team-top {
	padding-bottom: 6px;
}

.sh-team-icons {
	display: table;
	margin: 0 auto;
	text-align: center;
	padding: 6px 0 10px 0;
}

.sh-team-icon {
	display: inline-block;
	text-align: center;
	width: 50px;
	height: 50px;
	margin: 3px;
}

.sh-team-icon i {
	font-size: 16px;
}

.sh-team-icons-container {
	position: relative;
}

.sh-team-icon-tiktok {
	display: inline;
	position: relative;
}

.sh-team-icon-tiktok i:before {
	opacity: 0;
}

.sh-team-icon-tiktok svg {
	position: absolute;
	top: -4px;
	left: 0;
	max-width: 100%;
    max-height: 100%;
}

.sh-team-icon i {
	line-height: 50px;
}

.sh-team-style3{
	display: table;
	text-align: left;
}

.sh-team-style3 .sh-team-image-container,
.sh-team-style3 .sh-team-aside {
	display: table-cell;
	vertical-align: top;
}

.sh-team-style3 .sh-team-image-container {
	width: 50%;
}

.sh-team-style3 .sh-team-aside {
	width: 50%;
	padding-left: 30px;
	padding-top: 0px;
}

.sh-team-style3 .sh-team-aside .sh-team-icons {
	text-align: left;
	display: block;
}

.sh-team-style4 {
	text-align: left;
}

.sh-team-style4 .sh-team-icons {
	margin: 0;
}

.sh-team-style4 .sh-team-icon:first-child {
	margin-left: 0px!important;
}

.sh-team-style4.sh-team-social-standard .sh-team-icon {
	background-color: transparent!important;
	font-size: 16px!important;
	padding: 0px 9px;
	padding-left: 0;
	width: auto!important;
	height: auto!important;
}

.sh-team-style4.sh-team-social-standard .sh-team-icon:hover {
	background-color: transparent!important;
}

.sh-team-style4 .sh-team-role {
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 12px;
}

.sh-team-style4 .sh-team-name h3 {
	margin-bottom: 12px;
}

.sh-team-style4 .sh-team-icon i {
	line-height: 0!important;
}

.sh-team-style4 .sh-team-description {
	margin-bottom: 8px;
}

.sh-team-social-standard .sh-team-icon {
    margin: 0 5px;
    margin-top: 10px;
    width: 50px;
    height: 50px;
    text-align: center;
    float: left;
    color: #8d8d8d;
    background-color: #f4f4f4;
    font-size: 18px;
    border-radius: 50px;
}

.sh-team-social-standard .sh-team-icon i {
	line-height: 50px;
	font-size: 19px;
}

/* Overlay 1 */
.sh-team-social-overlay .sh-team-image-position {
	display: block;
	position: relative;
	-webkit-transform: translate3d(0,0,0);
	        transform: translate3d(0,0,0)
}

.sh-team-social-overlay:hover .sh-team-image .sh-team-image-position {
	-webkit-transform: translate3d(0,-45px,0);
	        transform: translate3d(0,-45px,0)
}

.sh-team-social-overlay:hover .sh-team-overlay {
	opacity: 1;
	bottom: 0px;
}

.sh-team-social-overlay .sh-team-overlay {
	width: 100%;
	opacity: 1;
	bottom: -60px;
	position: absolute;
	z-index: 30;
}

.sh-team-overlay .sh-team-icon {
	height: 60px;
	background-color: transparent;
}

.sh-team-overlay .sh-team-icons {
	width: 101%;
	margin: 0px;
	padding: 0;
}

.sh-team-overlay .sh-team-icons-container {
	display: table;
	width: 100%;
	margin-right: -1px;
}

.sh-team-overlay .sh-team-icon i {
	line-height: 60px;
	color: #fff;
	font-size: 19px;
}

.sh-team-overlay .sh-team-icon {
	display: table-cell;
	position: relative;
}

.sh-team-overlay .sh-team-icon:before {
	content: "";
	display: block;
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	background-color: rgba(255,255,255,0.05);
	opacity: 0;
}

.sh-team-overlay .sh-team-icon:hover:before {
	opacity: 1;
}

/* Overlay 2 */
.sh-team-social-overlay2 .sh-team-image-position {
	display: block;
	position: relative;
	-webkit-transform: translate3d(0,0,0) scale(1.0, 1.0);
	        transform: translate3d(0,0,0) scale(1.0, 1.0);
	transition: 0.3s all ease-in-out;
}

.sh-team-social-overlay2 .sh-team-image:hover .sh-team-image-position {
	-webkit-transform: translate3d(0,0,0) scale(1.1, 1.1);
	        transform: translate3d(0,0,0) scale(1.1, 1.1);
}

.sh-team-social-overlay2 .sh-team-image:hover .sh-team-overlay2 {
	background-color: rgba(71, 201, 229, 0.8);
}

.sh-team-overlay2 {
	position: absolute;
	top: 0; bottom: 0; right: -1px; left: 0;
	opacity: 1;
	z-index: 30;
	transition: 0.3s all ease-in-out;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	    justify-content: center;
}

.sh-team-overlay2 .sh-team-icons {
	width: 100%;
}

.sh-team-overlay2 .sh-team-icons-container {
	display: table;
	width: 80%;
	margin: 0px auto;
	padding: 0;
	height: 60px;
	text-align: center;
	opacity: 0;
	transition: 0.5s all;
}

.sh-team-social-overlay2 .sh-team-image:hover .sh-team-icons-container {
	opacity: 1;
	bottom: 0px;
}

.sh-team-overlay2 .sh-team-icon {
	display: table-cell;
	position: relative;
	text-align: center;
}

.sh-team-overlay2 .sh-team-icon-container-container,
.sh-team-overlay2 .sh-team-icon {
	text-align: center;
	margin-bottom: 60px;
	height: 60px;
}

.sh-team-overlay2 .sh-team-icon-container i {
	font-size: 24px;
	line-height: 60px;
	color: #fff;
	transition: 0.5s all;
}

.sh-team-overlay2 .sh-team-icon {
	margin: 0 auto;
}

.sh-team-overlay2 .sh-team-icon-container {
	transition: 0.5s all;
	width: 60px;
	margin: 0 auto;
	border-radius: 100px;
	position: absolute;
	left: 50%;
	margin-left: -30px;
}

.sh-team-overlay2 .sh-team-icon:hover .sh-team-icon-container {
	background-color: #fff;
	width: 60px;
	-webkit-animation: icon_round_animation 0.5s;
	        animation: icon_round_animation 0.5s;
	z-index: 200;
	box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.2);
}

.sh-team-overlay2 .sh-team-icon:hover .sh-team-icon-container i {
	color: #505050;
}

@-webkit-keyframes icon_round_animation {
	0% {
		opacity: 0;
		margin-top: 30px;
	}
	100% {
		opacity: 1;
		margin-top: 0px;
	}
}

@keyframes icon_round_animation {
	0% {
		opacity: 0;
		margin-top: 30px;
	}
	100% {
		opacity: 1;
		margin-top: 0px;
	}
}


/**
 * 28.0 - Testimonials
 */

.sh-testimonials {
	text-align: center;
}

.sh-testimonials-item {
	display: none;
}

.sh-testimonials-image {
	width: 92px;
	height: 92px;
	margin: 0 auto;
	background-size: cover;
	background-position: 50% 50%;
}

.sh-testimonials-name h3 {
	margin-top: 5px;
	margin-bottom: 2px;
}

.sh-testimonials-job {
	margin-bottom: 15px;
}

.sh-testimonials-top {
	position: relative;
	background-color: #3ec1bf;
	padding: 0px;
	text-align: left;
	width: 300px;
	margin: 0 auto;
	margin-bottom: 20px;
	display: table;
	box-shadow: 0 5px 20px rgba(0,0,0,0.05), 0 5px 20px rgba(0,0,0,0.05);
}

.sh-testimonials-top > div {
	display: table-cell;
	max-height: 92px;
	vertical-align: middle;
}

.sh-testimonials-top-aside {
	padding-left: 15px;
}

.sh-testimonials-top-aside .sh-testimonials-job {
	margin-bottom: 0;
}

.sh-testimonials-top .sh-testimonials-name h3 {
	color: #fff;
}

.sh-testimonials-name h3 {
	font-size: 16px;
}

.sh-testimonials-top .sh-testimonials-job {
	color: rgba(255,255,255,0.6);
}

.sh-testimonials-icon {
	position: absolute;
	top: 13px;
	right: 13px;
}

.sh-testimonials-icon i {
	font-size: 24px;
	color: #fff;
}

.sh-testimonials-quote-off .sh-testimonials-quote-icon,
.sh-testimonials-quote-off .sh-testimonials-icon {
	display: none;
}

.sh-testimonials-switch {
	display: table;
	margin: 0 auto;
	margin-top: 15px;
	opacity: 0;
}

.sh-testimonials-switch > div {
	padding: 0 6px;
	margin: 0 1.5px;
	cursor: pointer;
}

.sh-testimonials-switch i {
	font-size: 28px;
	color: #8d8d8d;
	line-height: 36px;
	transition: 0.3s all ease-in-out;
}

.sh-testimonials-switch i:hover {
	filter: contrast(300%);
	-webkit-filter: contrast(300%);
	-moz-filter: contrast(300%);
	-o-filter: contrast(300%);
	-ms-filter: contrast(300%);
}

.sh-testimonials .slick-prev,
.sh-testimonials .slick-next {
	display: none!important;
}

.sh-testimonials .slick-list {
	height: auto!important;
}

.sh-testimonials-table .sh-testimonials-switch {
	margin-top: 0;
}

.sh-testimonials-style1 .sh-testimonials-image {
	border-radius: 50%;
	box-shadow: 0 5px 20px rgba(0,0,0,0.05), 0 5px 20px rgba(0,0,0,0.05);
}

.sh-testimonials-style1 .sh-testimonials-quote {
	margin-top: 38px;
	margin-bottom: 20px;
}

.sh-testimonials-style1 .sh-testimonials-quote-icon {
	font-size: 30px;
	line-height: 1;
}

.sh-testimonials-style1 .sh-testimonials-quote-icon i {
	bottom: -6px;
	position: relative;
}

.sh-testimonials-style6 .sh-testimonials-image {
	border-radius: 50%;
	box-shadow: 0 5px 20px rgba(0,0,0,0.08), 0 5px 20px rgba(0,0,0,0.08);
}

.sh-testimonials-style6 .sh-testimonials-quote {
	margin-top: 38px;
	margin-bottom: 20px;
}

.sh-testimonials-style6 .sh-testimonials-quote-icon {
	font-size: 30px;
	line-height: 1;
}

.sh-testimonials-style6 .sh-testimonials-switch-left {
	margin-left: 0;
}

.sh-testimonials-style6 .sh-testimonials-switch-right {
	margin-right: 0;
}

.sh-testimonials-style6 .sh-testimonials-center {
	position: relative;
}

.sh-testimonials-style6 .sh-testimonials-quote-icon-container {
	background-color: #47c9e5 ;
	color: #fff;
	width: 46px;
	height: 46px;
	position: absolute;
	top: -0px;
	right: -20px;
	border-radius: 50px;
	border: 2px solid #fff;
	box-shadow: 0 5px 20px rgba(0,0,0,0.08), 0 5px 20px rgba(0,0,0,0.08);
}

.sh-testimonials-style6 .sh-testimonials-quote-icon i {
	position: relative;
	line-height: 44px;
	font-size: 21px;
}

.sh-testimonials-style2 .sh-testimonials-quote {
	position: relative;
	padding: 0 50px;
	padding-top: 17px;
}

.sh-testimonials-style2 .sh-testimonials-quote:after,
.sh-testimonials-style2 .sh-testimonials-quote:before {
    font-family: 'themify';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-size: 24px;
	position: absolute;
	top: 50%;
	margin-top: -12px;
}

.sh-testimonials-style2 .sh-testimonials-quote:before {
	left: 0;
	content: "\e67f";
}

.sh-testimonials-style2 .sh-testimonials-quote:after {
	right: 0;
	content: "\e67e";
}

.sh-testimonials-style2 .sh-testimonials-switch {
	margin-top: 40px;
}

.sh-testimonials-style3 .sh-testimonials-quote-icon {
	text-align: left;
}

.sh-testimonials-style3 .sh-testimonials-quote-icon i {
	font-size: 24px;
}

.sh-testimonials-style3 .sh-testimonials-item-container {
	margin-bottom: 35px;
	padding-bottom: 20px;
	border-bottom: 1px solid #d4d4d4;
}

.sh-testimonials-style3 .sh-testimonials-table-icon {
	min-width: 50px;
}

.sh-testimonials-style3 .sh-testimonials-table-image {
	min-width: 92px;
	padding-right: 15px;
}

.sh-testimonials-style3 .sh-testimonials-table-name {
	width: 20%;
	min-width: 150px;
}

.sh-testimonials-style3 .sh-testimonials-table-quote {
	width: 80%;
}

.sh-testimonials-style4 {
	height: 100%;
}

.sh-testimonials-style4 .sh-testimonials-item-container {
	background-color: #707070;
	margin: 15px;
	padding-left: 20px;
	padding-right: 30px;
	padding-top: 240px;
	padding-bottom: 100px;
	text-align: left;
	height: 100%;
	color: #fff;
	background-position: 50% 50%;
	background-size: cover;
}

.sh-testimonials-style4 .sh-testimonials-item-container h3 {
	color: #fff;
}

.sh-testimonials-style4 .sh-testimonials-job {
	font-weight: bold;
	font-size: 13px;
	margin-top: 3px;
	margin-bottom: 25px;
	color: #adadad;
}

.sh-testimonials-style4 .sh-testimonials-switch {
	position: relative;
	margin-top: -70px;
}

.sh-testimonials-style4 .sh-testimonials-switch i {
	color: #fff;
}

.sh-testimonials-style4 .sh-testimonials-item-top {
	margin-left: 63px;
}

.sh-testimonials-style4 .sh-testimonials-table-icon {
	min-width: 45px;
	border-right: 1px solid rgba(255,255,255,0.2);
}

.sh-testimonials-style4 .sh-testimonials-table-icon i {
	font-size: 30px;
}

.sh-testimonials-style4 .sh-testimonials-table-quote {
	width: 100%;
	padding-left: 18px;
}

.sh-testimonials-style5 {
	height: 100%;
}

.sh-testimonials-style5 .sh-testimonials-item-container {
	margin: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
	height: 100%;
	background-position: 50% 50%;
	background-size: cover;
}

.sh-testimonials-style5 .sh-testimonials-job {
	font-weight: bold;
	font-size: 13px;
	margin-top: 3px;
	margin-bottom: 25px;
}

.sh-testimonials-style5 .sh-testimonials-switch {
	position: relative;
	margin-top: -70px;
}

.sh-testimonials-style5 .sh-testimonials-item-top {
	margin-left: 63px;
}

.sh-testimonials-style5 .sh-testimonials-table-icon {
	min-width: 45px;
	border-right: 1px solid #eaeaea;
}

.sh-testimonials-style5 .sh-testimonials-table-icon i {
	font-size: 30px;
	color: #c7c7c7;
}

.sh-testimonials-style5 .sh-testimonials-table-quote {
	width: 100%;
	padding-left: 18px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.sh-testimonials-style3,
.sh-testimonials-style4,
.sh-testimonials-style5 {
	width: 100%;
}


/**
 * 29.0 - Timeline
 */

.sh-timeline {
	position: relative;
	cursor: default;
}

.sh-timeline .sh-timeline-item {
	width: 100%;
	float: left;
}

.sh-timeline .sh-timeline-item:first-child > div {
	margin-top: 0!important;
}

.sh-timeline h3 {
	margin-bottom: 10px;
	font-size: 16px;
}

.sh-timeline .sh-timeline-box-right i,
.sh-timeline-2 .sh-timeline-box-right i {
    padding-left: 9px;
    position: relative;
    bottom: -3px;
    font-size: 24px;
}

.sh-timeline .sh-timeline-box-left i,
.sh-timeline-2 .sh-timeline-box-left i {
    padding-right: 9px;
    position: relative;
    bottom: -3px;
    font-size: 24px;
}

.sh-timeline-2 .sh-timeline-box-left i,
.sh-timeline-2 .sh-timeline-box-right i {
	line-height: 0;
}

.sh-timeline .sh-timeline-item > div {
	float: left;
	width: 50%;
	position: relative;
	margin-top: -60px;
	padding-right: 45px;
	padding-left: 0;
	text-align: right;
	min-height: 60px;
}

.sh-timeline > .sh-timeline-item:nth-child(2n+0) > div {
	float: right;
	padding-right: 0;
	padding-left: 45px;
	text-align: left;
}

.sh-timeline:before {
	position: absolute;
	left: 50%;
	top: 15px;
	content: ' ';
	display: block;
	width: 5px;
	height: 100%;
	margin-left: -1.5px;
	background: rgba(172,172,172,0.4);
	z-index: 5;
	border-radius: 100px;
}
.sh-timeline::after {
	clear: both;
	content: "";
	display: block;
}

.sh-timeline .sh-timeline-box {
	background-color: #a1a1a1;
	padding: 7px 21px;
	display: table;
	color: #fff;
	position: relative;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: -20px;
	font-weight: bold;
}
.sh-timeline > div:nth-child(2n+0) .sh-timeline-box {
	margin-left: -20px;
	margin-right: 0;
}

.sh-timeline .sh-timeline-box-circle {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	border: 3px solid #a1a1a1;
	border-radius: 100%;
	margin-right: -36px;
	margin-top: 12px;
	background-color: #fff;
	z-index: 10;
}
.sh-timeline > div:nth-child(2n+0) .sh-timeline-box-circle {
	left: 0;
	right: auto;
	margin-left: -34px;
	margin-right: 0;
}

.sh-timeline .sh-timeline-box-tale {
	content: "";
	display: block;
	position: absolute;
	top: 11px;
	right: -9px;
	width: 0;
	height: 0;
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	border-left: 9px solid #a1a1a1;
}
.sh-timeline > div:nth-child(2n+0) .sh-timeline-box-tale {
	left: -9px;
	right: auto;
	border-left: 0;
	border-right: 9px solid #a1a1a1;
}

@media (max-width: 850px) {

	.sh-timeline .sh-timeline-item .sh-timeline-item-container {
		float: left!important;
		margin-top: 30px;
		width: 100%;
		text-align: left!important;
		padding-left: 45px!important;
	}

	.sh-timeline:before {
		left: 0;
	}

	.sh-timeline .sh-timeline-item .sh-timeline-box {
		margin-left: -20px;
		margin-right: 0;
	}

	.sh-timeline .sh-timeline-item .sh-timeline-box-tale {
		left: -9px;
		right: auto;
		border-left: 0;
		border-right: 9px solid #acacac;
	}

	.sh-timeline .sh-timeline-item .sh-timeline-box-circle {
		left: 0;
		right: auto;
		margin-left: -33.5px;
		margin-right: 0;
	}

}

.sh-timeline-2 {
	position: relative;
	cursor: default;
}

.sh-timeline-2 .sh-timeline-item {
	width: 100%;
	float: left;
}

.sh-timeline-2 .sh-timeline-item:first-child > div {
	margin-top: 0!important;
}

.sh-timeline-2 h3 {
	margin-bottom: 10px;
	font-size: 16px;
}

.sh-timeline-2 .sh-timeline-item:last-child {
	margin-bottom: 30px;
}

.sh-timeline-2 .sh-timeline-item > div {
	float: left;
	width: 50%;
	position: relative;
	padding-right: 45px;
	padding-left: 0;
	text-align: right;
	min-height: 60px;
}

.sh-timeline-2 > .sh-timeline-item:nth-child(2n+0) > div {
	float: right;
	padding-right: 0;
	padding-left: 45px;
	text-align: left;
}

.sh-timeline-2:before {
	position: absolute;
	left: 50%;
	top: 0px;
	content: ' ';
	display: block;
	width: 5px;
	height: 100%;
	margin-left: -1.5px;
	background: rgba(172,172,172,0.4);
	z-index: 5;
	border-radius: 5px;
}

.sh-timeline-2::after {
	clear: both;
	content: "";
	display: block;
}

.sh-timeline-2 .sh-timeline-box {
	padding: 8px 5px 8px 5px;
	display: table;
	position: relative;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: -12px;
	box-shadow: 0px 3px 13px 1px rgba(0,0,0,0.12);
}

.sh-timeline-2 > div:nth-child(2n+0) .sh-timeline-box {
	margin-left: -12px;
	margin-right: 0;
	padding-left: 0px;
}

.sh-timeline-2 .sh-timeline-box-left {
	display: none!important;
}

.sh-timeline-2 > div:nth-child(2n+0) .sh-timeline-box-right {
	display: none!important;
}
.sh-timeline-2 > div:nth-child(2n+0) .sh-timeline-box-left {
	display: table!important;
}

.sh-timeline-2 .sh-timeline-box p {
	margin-bottom: 0;
}

.sh-timeline-2 .sh-timeline-box-circle {
	width: 22px;
	height: 22px;
	position: absolute;
	top: 16px;
	left: auto;
	right: 0;
	border: 4px solid #fff;
	border-radius: 100%;
	margin-right: -46px;
	margin-top: 12px;
	background-color: #47c9e5;
	z-index: 10;
	box-shadow: 0px 2px 3px 1px rgba(0,0,0,0.18);
}
.sh-timeline-2 > div:nth-child(2n+0) .sh-timeline-box-circle {
	left: 0;
	right: auto;
	margin-left: -42px;
	margin-right: 0;
}

.sh-timeline-2 .sh-timeline-box-tale {
    content: "";
    position: absolute;
    top: 48px;
    right: -12px;
    width: 0;
    height: 0;
    box-sizing: border-box;
    border: 6px solid black;
    border-color: transparent transparent #FFFFFF #FFFFFF;
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
    box-shadow: -4px 3px 10px 0 rgba(0, 0, 0, 0.09);
}

.sh-timeline-2 > div:nth-child(2n+0) .sh-timeline-box-tale {
	left: 0px;
	right: auto;
    top: 30px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    box-shadow: -4px 2px 9px 0 rgba(0, 0, 0, 0.08);
}

.sh-timeline-2 .sh-timeline-date {
	position: absolute;
	color: #3f3f3f;
	top: 18px;
	font-weight: bold;
	font-size: 14px;
	width: 100%;
	top: 27px;
}

.sh-timeline-2 .sh-timeline-box-right .sh-timeline-date {
	text-align: left;
	right: -100%;
	padding-left: 66px;
}

.sh-timeline-2 .sh-timeline-box-left .sh-timeline-date {
	text-align: right;
	left: -100%;
	padding-right: 66px;
}

.sh-timeline-2 .sh-timeline-image {
	width: 120px;
	position: relative;
}

.sh-timeline-2 .sh-timeline-image-container {
	display: block;
	position: absolute;
	top: 0; bottom: 0; left: 8px; right: 0;
	background-size: cover;
	background-position: 50% 50%;
}

.sh-timeline-2 .sh-timeline-content-container {
	padding-left: 25px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.sh-timeline-2 .sh-timeline-box-right .sh-timeline-content-container {
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.sh-timeline-2 .sh-timeline-box-left .sh-timeline-content-container {
	padding-right: 20px;
}

.sh-timeline-2 .sh-timeline-content-full {
	width: 100%;
}

@media (max-width: 850px) {

	.sh-timeline-2 .sh-timeline-item .sh-timeline-item-container {
		float: left!important;
		margin-top: 30px;
		width: 100%;
		text-align: left!important;
		padding-left: 45px!important;
		padding-right: 0 !important;
	}

	.sh-timeline-2:before {
		left: 0;
	}

	.sh-timeline-2 .sh-timeline-item {
		margin-top: 27px;
	}

	.sh-timeline-2 .sh-timeline-item .sh-timeline-box {
		margin-left: -10px;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.sh-timeline-2 .sh-timeline-item .sh-timeline-box-tale {
		left: 0px;
		right: auto;
	    top: 31px;
	    -webkit-transform: rotate(45deg);
	        -ms-transform: rotate(45deg);
	            transform: rotate(45deg);
	    box-shadow: -4px 2px 9px 0 rgba(0, 0, 0, 0.08);
	}

	.sh-timeline-2 .sh-timeline-item .sh-timeline-box-circle {
		top: -45px;
		left: 0;
		right: auto;
		margin-left: -44px;
		margin-right: 0;
	}

	.sh-timeline-2 .sh-timeline-date {
		left: auto!important;
		right: auto!important;
		top: -35px!important;
		text-align: left!important;
	}

	.sh-timeline-2 > div .sh-timeline-image::before {
		left: 0!important;
	}

	.sh-timeline-2 > div:nth-child(2n+0) .sh-timeline-image::before {
		left: 5px!important;
	}

	.sh-timeline-2 > div .sh-timeline-box-right {
		display: none!important;
	}
	.sh-timeline-2 > div .sh-timeline-box-left {
		display: table!important;
	}

	.sh-timeline-2 h3 {
		line-height: 150%!important;
	}

}

.sh-timeline-2.style3 {
	max-width: 760px;
    display: table;
    margin: 0 auto;
}

.sh-timeline-2.style3 .sh-timeline-box-left i,
.sh-timeline-2.style3 .sh-timeline-box-right i {
	opacity: 0.7;
}


.sh-timeline-2.style3 .sh-timeline-date {
	font-weight: normal;
	font-size: 16px;
}

@media (min-width: 850px) {

 	.sh-timeline-2.style3 {
 		margin-bottom: 80px;
 	}

	.sh-timeline-2.style3 .sh-timeline-item .sh-timeline-item-container {
		float: left!important;
		margin-top: 30px;
		width: 100%;
		text-align: left!important;
		padding-left: 180px!important;
		padding-right: 0 !important;
	}

	.sh-timeline-2.style3:before {
		left: 137px;
		background: rgba(172,172,172,0.18);
	}

	.sh-timeline-2.style3 .sh-timeline-item {
		margin-top: 0px;
		margin-bottom: -39px;
	}

	.sh-timeline-2.style3 .sh-timeline-box {
		box-shadow: 0px 3px 11px 1px rgba(0,0,0,0.08);
	}

	.sh-timeline-2.style3 .sh-timeline-item .sh-timeline-box {
		margin-left: -10px;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.sh-timeline-2.style3 .sh-timeline-item .sh-timeline-box-tale {
		left: 0px;
		right: auto;
	    top: 31px;
	    -webkit-transform: rotate(45deg);
	        -ms-transform: rotate(45deg);
	            transform: rotate(45deg);
	    box-shadow: -4px 2px 9px 0 rgba(0, 0, 0, 0.08);
	}

	.sh-timeline-2.style3 .sh-timeline-item .sh-timeline-box-circle {
		top: 16px;
		left: 0;
		right: auto;
		margin-left: -44px;
		margin-right: 0;
	}

	.sh-timeline-2.style3 .sh-timeline-date {
		left: -180px!important;
		right: auto!important;
		top: 30px!important;
		text-align: left!important;
		max-width: 185px;
		font-weight: normal;
		font-size: 16px;
	}

	.sh-timeline-2.style3 > div .sh-timeline-image::before {
		left: 0!important;
	}

	.sh-timeline-2.style3 > div:nth-child(2n+0) .sh-timeline-image::before {
		left: 5px!important;
	}

	.sh-timeline-2.style3 > div .sh-timeline-box-right {
		display: none!important;
	}
	.sh-timeline-2.style3 > div .sh-timeline-box-left {
		display: table!important;
	}

}

@media (max-width: 550px) {

	.sh-timeline-2 .sh-table-cell {
		display: block!important;
		width: 100%;
	}

	.sh-timeline-2 .sh-timeline-image {
		height: 130px;
	}

}


/**
 * 30.0 - Video Player
 */

.sh-video-player {
	overflow: hidden;
}

.sh-video-player-container {
	width: 100%;
	padding-bottom: 56.25%;
	position: relative;
}

.sh-video-player-4_3 .sh-video-player-container {
	padding-bottom: 75%;
}

.sh-video-player-content {
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
}

.sh-video-player iframe {
	width: 100%;
	height: 100%;
}

.sh-video-player-image {
	display: none;
}

.sh-video-player-image img {
	margin-bottom: 0!important;
}

.sh-video-player-image-placeholder .sh-video-player-image,
.sh-video-player-image-placeholder .sh-video-player-image-play {
	display: block;
}

.sh-video-player-image-placeholder .sh-video-player-container {
	display: none;
}

.sh-video-player-image-container {
	position: relative;
	transition: 0.5s all ease-in-out;
}

.sh-video-player-image-play {
	width: 70px;
	height: 70px;
	background-color: #51cce2;
	border-radius: 100px;
	text-align: center;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -35px;
	margin-left: -35px;
	cursor: pointer;
	border: 6px solid #fff;
	box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.2);
	display: none;
}

.sh-video-player-image-play i {
	color: #fff;
	font-size: 30px;
	line-height: 61px;
	position: relative;
	right: -2px;
}

.sh-video-player-image-placeholder-noicon .sh-video-player-image-container {
	cursor: pointer;
}

.sh-video-player-image-placeholder-noicon .sh-video-player-image-container:hover {
	opacity: 0.75;
}

.sh-video-player-image-placeholder-noicon .sh-video-player-image-play {
	display: none;
}

/* Video Plater - Style 2 */
.sh-video-player-style2 .sh-video-player-image-play {
	width: 60px;
	height: 60px;
	margin-top: -30px;
    margin-left: -30px;
}

.sh-video-player-style2 .sh-video-player-image-play {
	background-color: #fff;
	border-width: 0px;
}

.sh-video-player-style2 .sh-video-player-image-play:hover i,
.sh-video-player-style2 .sh-video-player-image-play:focus i {
	color: #fff;
}

.sh-video-player-style2 .sh-video-player-image-play i {
	color: #8a8a8a;
	font-size: 14px;
	line-height: 60px;
}


/**
 * 31.0 - Text with Frame
 */

.sh-text-with-frame-container {
	display: table;
	margin: 0 auto;
	border: 1px solid rgba(0,0,0,.0);
	padding: 35px;
	max-width: 100%;
}

.sh-text-with-frame-container * {
	margin-bottom: 0;
}

.sh-text-with-frame-container p,
.sh-text-with-frame-container h1,
.sh-text-with-frame-container h2,
.sh-text-with-frame-container h3,
.sh-text-with-frame-container h4,
.sh-text-with-frame-container h5,
.sh-text-with-frame-container h6 {
	line-height: 1!important;
}

@media (max-width: 320px) {

	.sh-text-with-frame-container {
		display: block;
	}

}

/**
 * 32.0 - WooCommerce Categories
 */

.sh-woocommerce-categories-item {
	padding-bottom: 30px;
}

.sh-woocommerce-categories-item:hover h3 {
	opacity: 0.8;
}

.sh-woocommerce-categories-content {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	overflow: hidden;
	position: relative;
}

.sh-woocommerce-categories-thumb {
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	background-size: 100%;
	transition: all 0.5s ease-in-out;
}

.sh-woocommerce-categories-item:hover .sh-woocommerce-categories-thumb {
	transform: scale(1.2);
}

@media (max-width: 1000px) {
	.sh-woocommerce-categories-item h3 {
		font-size: 18px!important;
	}
}

.sh-woocommerce-categories-content:after {
	display: block;
	content: "";
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	background-color: rgba( 24, 24, 24, 0.5 );
	z-index: 0;
}

.sh-woocommerce-categories-content h3 {
	display: inline-block;
	position: relative;
	z-index: 1;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 0px;
}

.sh-woocommerce-categories-count {
	background-color: #47c9e5;
	font-size: 14px;
	font-weight: bold;
	height: 30px;
	display: inline-block;
	margin-left: 6px;
	border-radius: 100px;
	color: #fff;
	text-align: center;
	line-height: 30px;
	padding: 0 12px;
	top: -3px;
	position: relative;
}

.sh-woocommerce-products .woocommerce {
	position: relative;
	margin: 0 -15px;
}

.sh-woocommerce-products .woocommerce ul.products li.product {
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 15px;
	padding-right: 15px;
	width: 25%;
}

.sh-woocommerce-products .woocommerce.columns-3 ul.products li.product {
	width: 33.3%;
}

.sh-woocommerce-products .woocommerce.columns-5 ul.products li.product {
	width: 20%;
}

.sh-woocommerce-products .woocommerce.columns-6 ul.products li.product {
	width: 16.6666666667%;
}

.sh-woocommerce-products .woocommerce ul.products li.first {
	clear: none!important;
}

.sh-woocommerce-products .woocommerce.columns-2 ul.products li.product {
	width: 50%;
}

@media (max-width: 1200px) {
	.sh-woocommerce-products .products:not(.slick-slider) li.product {
		min-width: 25%;
	}
}

@media (max-width: 1025px) {
	.sh-woocommerce-products .woocommerce.columns-4 ul.products li.product {
		width: 33.3%;
	}

	.sh-woocommerce-products .products:not(.slick-slider) li.product {
		min-width: 33.3%;
	}
}

@media (max-width: 800px) {
	.sh-woocommerce-products .woocommerce.columns-4 ul.products li.product {
		width: 50%;
	}
	.sh-woocommerce-products .woocommerce.columns-4 ul.products li.product {
		width: 50%;
	}

	.sh-woocommerce-products .products:not(.slick-slider) li.product {
		min-width: 50%;
	}
}

@media (max-width: 560px) {
	.sh-woocommerce-products .woocommerce.columns-4 ul.products li.product {
		width: 100%;
	}
	.sh-woocommerce-products .woocommerce.columns-3 ul.products li.product {
		width: 100%;
	}
	.sh-woocommerce-products .woocommerce.columns-2 ul.products li.product {
		width: 100%;
	}

	.sh-woocommerce-products .products:not(.slick-slider) li.product {
		min-width: 100%;
	}
}


/* WooCommerce Item Style 2 */
.sh-woocommerce-products-style2 .sh-woo-post-content-container {
	box-shadow: none;
	padding-top: 20px;
}

.sh-woocommerce-products-style2 ul.products li.product a h3 {
	font-size: 16px!important;
	font-weight: bold;
	padding-bottom: 5px!important;
}

.sh-woocommerce-products-style2 ul.products li.product .sh-woo-post-content-container a:first-child {
	padding: 0px!important;
	border-bottom-width: 0px!important;
}

.sh-woocommerce-products-style2 ul.products li.product .amount {
	font-size: 16px!important;
	font-weight: bold;
}

.sh-woocommerce-products-style2 .woocommerce ul.products li.product .add_to_cart_button,
.woocomerce-styling.sh-woocommerce-products-style2 ul.products li.product .button.product_type_simple,
.woocomerce-styling.sh-woocommerce-products-style2 ul.products li.product .button.product_type_grouped,
.woocomerce-styling.sh-woocommerce-products-style2 ul.products li.product .add_to_cart_button {
	display: block;
	float: right!important;
	font-size: 0px!important;
	padding: 0px!important;
	top: -35px!important;
	background-color: #f2f2f2;
	width: 40px;
	height: 40px;
	text-align: center;
}

.woocomerce-styling.sh-woocommerce-products-style2 ul.products li.product .button.product_type_simple,
.woocomerce-styling.sh-woocommerce-products-style2 ul.products li.product .button.product_type_grouped {
	background-color: #f2f2f2!important;
}

.woocomerce-styling.sh-woocommerce-products-style2 ul.products li.product .button.product_type_simple:not(.add_to_cart_button):after,
.woocomerce-styling.sh-woocommerce-products-style2 ul.products li.product .button.product_type_grouped:not(.add_to_cart_button):after {
	font-family: 'simple-line-icons';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e606";
    font-size: 16px;
	line-height: 40px;
	text-align: center;
}

.sh-woocommerce-products-style2 .woocommerce ul.products li.product .add_to_cart_button:hover:after,
.woocomerce-styling.sh-woocommerce-products-style2 ul.products li.product .add_to_cart_button:hover:after {
	color: #fff!important;
}

.sh-woocommerce-products-style2 .woocommerce ul.products li.product .add_to_cart_button:after,
.woocomerce-styling.sh-woocommerce-products-style2 ul.products li.product .add_to_cart_button:after {
	line-height: 42px;
	padding-left: 0px;
	padding-right: 0px;
	transition: 0.2s all ease-in-out;
}

.sh-woocommerce-products-style2 .woocommerce ul.products li.product .price,
.woocomerce-styling.sh-woocommerce-products-style2 ul.products li.product .price {
	 width: auto;
	 float: left;
}

.sh-woocommerce-products-style2 ul.products li.product .additional-information {
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: 13px;
    margin-bottom: 16px!important;
	margin-right: 55px;
}

.sh-woocommerce-products-style2 ul.products li.product .price ins {
    font-size: medium!important;
}

.sh-woocommerce-products-style2 ul.products li.product .star-rating,
.sh-woocommerce-products-style2 ul.products li.product .ajax_add_to_cart:not(.add_to_cart_button) {
	display: none!important;
}

.sh-woocommerce-products-style2 ul.products li:hover {
	bottom: 0px!important;
}

.sh-woocommerce-products-style2 ul.products li:hover .sh-woo-post-content-container {
	box-shadow: none!important;
}

.sh-woocommerce-products-style2 .widget_search .search-field,
.sh-woocommerce-products-style2 .woocommerce-ordering .placeholder,
.sh-woocommerce-products-style2 .woocommerce-ordering .SumoSelect .SelectBox {
	border-radius: 100px!important;
}

.sh-woocommerce-products-style2 .widget_search .search-field {
	padding: 16px 30px;
	padding-right: 60px;
}

.sh-woocommerce-products-style2 .widget_search .search-submit {
	right: 15px;
}

.sh-woocommerce-products-style2 .simpleselect .placeholder,
.sh-woocommerce-products-style2 .simpleselect .options .option {
	padding: 9px 34px;
}




/**
** WooCommerce Style 3
*/
.sh-woocommerce-style3 .woocommerce ul.cart_list li img,
.sh-woocommerce-style3 .woocommerce ul.product_list_widget li img {
	border-radius: 100px;
}

.sh-woocommerce-style3 .product form.cart .button:before,
.sh-woocommerce-style3 ul.products li.product .add_to_cart_button:after {
	content: "\f067";
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 10px;
	padding-right: 8px;
}

.sh-woocommerce-style3 .woocommerce .product_list_widget .star-rating {
	width: 69px!important;
	display: block;
	margin-top: 0px!important;
    margin-bottom: 8px!important;
	font-size: 13px!important;
}

.sh-woocommerce-style3 .widget-item .product-title {
	font-weight: 500;
}

.sh-woocommerce-style3 ul.products li.product .star-rating {
	font-size: 16px!important;
	width: 88px;
}

.sh-woocommerce-style3 .widget-item .product_list_widget .amount,
.sh-woocommerce-style3 .widget-item .product_list_widget ins span {
	font-size: 14px;
}

.sh-woocommerce-style3 .sh-recent-products .woocommerce .star-rating,
.sh-woocommerce-style3.woocommerce .woocomerce-styling .star-rating {
	width: 97px;
	bottom: -4px;
}

.sh-woocommerce-style3 .woocomerce-styling .widget-item .star-rating:before,
.sh-woocommerce-style3 .woocomerce-styling .widget-item .star-rating span:before {
	letter-spacing: 2px!important;
}

.sh-woocommerce-style3.woocommerce .woocomerce-styling .star-rating:before,
.sh-woocommerce-style3.woocommerce .woocomerce-styling .star-rating span:before {
	letter-spacing: 3px;
}

.sh-recent-products .woocommerce .star-rating:before,
.sh-recent-products .woocommerce .star-rating span:before {
	letter-spacing: 3px!important;
}

.sh-woocommerce-style3 .sh-recent-products .woocommerce .star-rating:before,
.sh-woocommerce-style3 .sh-recent-products .woocommerce .star-rating span:before,
.sh-woocommerce-style3.woocommerce .woocomerce-styling .star-rating:before,
.sh-woocommerce-style3.woocommerce .woocomerce-styling .star-rating span:before {
	content: "\f005\f005\f005\f005\f005";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.sh-woocommerce-style3 .sh-recent-products .woocommerce .star-rating span::before,
.sh-woocommerce-style3.woocommerce .woocomerce-styling .star-rating span::before {
	color: #f7d01c;
}

.sh-woocommerce-style3.woocommerce .star-rating::before {
	color: #eae8dd;
}

.sh-woocommerce-style3 .widget_price_filter .price_slider_wrapper .price_slider_amount .button {
	text-transform: none;
}

.sh-woocommerce-style3 .sh-woo-post-image img {
	border-radius: 5px;
}


 /**
 ** WooCommerce Item Style 3
 */
.sh-woocommerce-products-style3 ul.products li.product .sh-woo-post-content-container {
	box-shadow: none!important;
}

.woocommerce .sh-woocommerce-products-style3 ul.products li.product:hover {
	bottom: 0;
}

.sh-woocommerce-products-style3 .woocommerce ul.products li.product .sh-woo-post-content-container a:first-child,
.woocommerce .sh-woocommerce-products-style3 ul.products li.product .sh-woo-post-content-container a:first-child {
	padding-left: 0px;
	padding-right: 0px;
	border-bottom-width: 0px;
}

.sh-woocommerce-products-style3 .woocommerce ul.products li.product .add_to_cart_button,
.sh-woocommerce-products-style3 .woocommerce ul.products li.product .sh-woo-post-content-container .button,
.woocommerce .sh-woocommerce-products-style3 ul.products li.product .add_to_cart_button,
.woocommerce .sh-woocommerce-products-style3 ul.products li.product .sh-woo-post-content-container .button {
	padding: 5px 0px!important;
	text-transform: none;
	color: inherit;
}

.sh-element-woocommerce-addtocart .button:before,
.sh-woocommerce-products-style3 li.product .add_to_cart_button:before,
.sh-woocommerce-products-style3 li.product .sh-woo-post-content-container .button:before {
	display: inline-block;
	padding-right: 5px;
	font-size: 10px;

    content: "\f067";
	font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.sh-woocommerce-products-style3 li.product .sh-woo-post-content-container .button.product_type_variable:before {
	content: "\f0c9";
}

.sh-woocommerce-products-style3 li.product.outofstock .sh-woo-post-content-container .button:before {
	content: "\f05e";
}
.sh-woocommerce-products-style3 li.product.outofstock .sh-woo-post-content-container .button {
	opacity: 0.5;
}

.sh-woocommerce-products-style3 ul.products li.product .woocommerce-loop-product__title {
	font-size: 16px;
	font-weight: 600;
	padding: 0px 0px 2px 0px;
}

.sh-woocommerce-style3.woocommerce ul.products li.product .price {
	min-height: auto;
	line-height: 30px;
}

.woocommerce .sh-woocommerce-products-style3 ul.products li.product del,
.woocommerce .sh-woocommerce-products-style3 ul.products li.product del .amount {
	font-weight: bold;
	color: #989898;
}

.sh-woocommerce-products-style3 .woocommerce ul.products li.product .amount,
.sh-woocommerce-products-style3 .woocommerce ul.products li.product ins,
.sh-woocommerce-products-style3 .woocommerce ul.products li.product ins .amount,
.woocommerce .sh-woocommerce-products-style3 ul.products li.product .amount,
.woocommerce .sh-woocommerce-products-style3 ul.products li.product ins,
.woocommerce .sh-woocommerce-products-style3 ul.products li.product ins .amount {
	font-size: 16px;
}

.sh-woocommerce-products-style3 ul.products li.product del .amount:before,
.sh-woocommerce-products-style3 ul.products li.product del .amount:after {
	display: none;
}

.sh-woocommerce-products-style3 ul.products li.product .additional-information,
.sh-woocommerce-products-style3 ul.products li.product .add_to_cart_button:after {
	display: none;
}

.sh-woocommerce-products-style3 ul.products li.outofstock img {
	opacity: 0.5;
}

.sh-woocommerce-products-style3 ul.products li.product .star-rating {
	float: right;
}

.woocommerce .woocomerce-styling.sh-woocommerce-products-style3 ul.products li {
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 52px;
}

.sh-woocommerce-style3.woocommerce .sh-woocommerce-products-style3 ul.products {
	margin: 0 -20px;
}


.sh-woocommerce-style3 .woocommerce-ordering + ul.products:after {
	content: "";
	position: absolute;
	display: block;
	top: 0; left: 20px; right: 20px;
	height: 1px;
	background-color: #f0f0f0;
}








/**
 * 33.0 - Footer Builder
 */
/*body:not(.compose-mode) .sh-footer-template {
	position: relative;
	overflow-x: hidden;
}*/

.sh-footer-template {
	position: relative;
}


/**
 * 33.0 - Header Builder
 */

/* Header Builder - General */
body.single-shufflehound_header {
	overflow-x: hidden;
	min-height: 100vh;
}

body.single-shufflehound_header .vc_row[data-vc-full-width] {
	overflow: visible;
}

.sh-header-builder,
.sh-header-template {
	position: relative;
}

.sh-header-template .vc_row {
	width: auto!important;
	left: auto!important;
	margin-left: 0px!important;
	margin-right: 0px!important;
}

.sh-header-template {
	margin-top: -1px;
}

.sh-header-template .vc_row[data-vc-full-width] {
	overflow: visible;
}

.sh-header-builder-edit {
	display: block;
	position: absolute;
	padding: 0 12px;
	top: 5px;
	right: 5px;
	opacity: 0.5;
	color: #7d7d7d;
	transition: 0.3s all ease-in;
	z-index: 260;
	font-weight: bold;
	font-size: 11px;
	border-radius: 50px;
	line-height: 29px;
	height: 28px;
}

.sh-header-builder-edit i {
	padding-right: 3px;
	font-size: 12px;
}

.sh-header-builder-edit:hover {
	opacity: 1;
	background-color: #337ab7;
	color: #fff;
}

@media (max-width: 800px) {
	.sh-header-builder-edit {
		display: none;
	}
}

.sh-header-builder-topbar-container,
.sh-header-builder-main-container {
	width: 100%;
}


/* Header Builder - Main */
.sh-header-builder-main-container {
	display: flex;
	align-items: center;
	position: relative;
	padding: 0 20px;
}

.sh-header-builder-main .header-logo {
	display: block;
	padding: 0;
}

.sh-header-builder-main img {
	margin-bottom: 0;
}

body:not(.compose-mode) .sh-header-builder-main-above-content,
body.page.compose-mode .sh-header-builder-main-above-content {
	position: absolute;
	top: 0;
	left: 0; right: 0;
	z-index: 240;
}

.sh-header-template > p {
	display: none;
}

.sh-header-builder-main-sticky-fixed .sh-header-builder-main-container,
X.sh-header-builder-mobile-sticky-fixed {
	position: fixed;
	top: 0;
	left: 0; right: 0;
	z-index: 250;
}

body.compose-mode .sh-header-builder-main-sticky-fixed .sh-header-builder-main-container,
Xbody.compose-mode .sh-header-builder-mobile-sticky-fixed {
	top: 0px!important;
}

.sh-header-builder-main-element-navigation ul.sh-nav > li > a,
.sh-header-builder-main i.sh-header-builder-main-element-icon {
	transition: 0.5s color, opacity ease;
}

.sh-header-builder-main-sticky-fixed .sh-header-builder-main-element-navigation ul.sh-nav > li > a {
	min-height: 80px!important;
	line-height: 80px!important;
}


/* Header Builder - Logos */
.sh-header-builder-mobile .sh-header-builder-logo img {
	margin-bottom: 0!important;
}

.sh-header-builder-logo-standard {
	display: block;
}

.sh-header-builder-logo-sticky {
	display: none;
}

.sh-header-builder-main-sticky-fixed .sh-header-builder-logo-standard,
.sh-header-builder-mobile-sticky-fixed .sh-header-builder-logo-standard {
	display: none;
}

.sh-header-builder-main-sticky-fixed .sh-header-builder-logo-sticky,
.sh-header-builder-mobile-sticky-fixed .sh-header-builder-logo-sticky {
	display: block;
}


/* Header Builder - Main Search */
.sh-header-builder-main .sh-header-search {
	z-index: 270;
	bottom: 0;
}

.sh-header-builder-main .sh-header-search .sh-header-search-input {
	margin-left: 0px;
    font-size: 135%;
}

.sh-header-builder-main .sh-header-search i {
    font-size: inherit;
}


/* Header Builder - Buttons */
.sh-header-builder-main-element-button-item {
	display: inline-block;
	padding: 0 10px;
	background-color: #3e3e3e;
	color: #fff;
	transition: 0.3s all ease-in-out;
}

.sh-header-builder-main-element-button-item i {
	font-size: 120%;
	margin-right: 8px;
	position: relative;
	bottom: -2px;
}


/* Header Builder - Main Layouts */
.sh-header-builder-main-content {
	position: relative;
}

.sh-header-builder-main-content .sh-nav-container {
	position: static;
}

.sh-header-builder-main-navigation-alignment {
	display: flex;
	align-items: center;
}

.sh-header-builder-main-navigation ul.sh-nav {
	float: none;
}

.sh-header-builder-layout1 .sh-header-builder-main-content,
.sh-header-builder-layout2 .sh-header-builder-main-content,
.sh-header-builder-layout4 .sh-header-builder-main-content,
.sh-header-builder-layout5 .sh-header-builder-main-content,
.sh-header-builder-layout6 .sh-header-builder-main-content,
.sh-header-builder-layout8 .sh-header-builder-main-content {
	display: flex;
	align-items: center;
}


/* Header Builder - Main Layout 1 */
.sh-header-builder-layout1 .sh-header-builder-main-content-right {
	flex: 1;
}

.sh-header-builder-layout1 .sh-header-builder-main-content-right .sh-header-builder-main-element:last-child {
	margin-right: 0;
}

.sh-header-builder-layout1 .sh-header-builder-main-navigation {
	display: table;
	margin-left: auto;
}

.sh-header-builder-layout1 .sh-nav > li.menu-item:last-child {
	padding-right: 0px;
}



/* Header Builder - Main Layout 2 */
.sh-header-builder-layout2 .sh-header-builder-main-content-left {
	flex: 1;
}

.sh-header-builder-layout2 .sh-header-builder-main-logo {
	margin-left: auto;
	display: table;
}

.sh-header-builder-layout2 .sh-nav > li.menu-item:first-child {
	padding-left: 0px;
}


/* Header Builder - Main Layout 3 */
.sh-header-builder-layout3 .sh-header-builder-main-logo,
.sh-header-builder-layout3 .sh-header-builder-main-navigation {
	display: table;
	margin: 0 auto;
}

.sh-header-builder-layout3 .sh-header-builder-main-logo {
	margin-top: 15px;
	margin-bottom: 15px;
}

.sh-header-builder-main-sticky-fixed.sh-header-builder-layout3 .sh-header-builder-main-logo {
	margin-top: 15px;
	margin-bottom: 0px;
}

.sh-header-builder-main-sticky-fixed.sh-header-builder-layout3 .sh-header-builder-main-element-navigation ul.sh-nav > li > a {
	min-height: 60px!important;
	line-height: 60px!important;
}


/* Header Builder - Main Layout 4 */
.sh-header-builder-layout4 .sh-header-builder-main-content-left,
.sh-header-builder-layout4 .sh-header-builder-main-content-right {
	flex: 1;
}

.sh-header-builder-layout4 .sh-header-builder-main-content-left .sh-header-builder-main-navigation {
	margin-left: auto;
	display: table;
}

.sh-header-builder-layout4 .sh-header-builder-main-content-center {
	padding: 0 15px;
}

.sh-header-builder-layout4 .sh-nav > li.menu-item:last-child {
	padding-right: 15px;
}


/* Header Builder - Main Layout 5 */
.sh-header-builder-layout5 .sh-header-builder-main-logo {
	padding-right: 15px;
}


/* Header Builder - Main Layout 6 */
.sh-header-builder-layout6 .sh-header-builder-main-content-left,
.sh-header-builder-layout6 .sh-header-builder-main-content-right {
	flex: 1;
}

.sh-header-builder-layout6 .sh-header-builder-main-content-right .sh-header-builder-main-navigation {
	margin-left: auto;
	display: table;
}

.sh-header-builder-layout6 .sh-header-builder-main-content-center {
	padding: 0 15px;
}

.sh-header-builder-layout6 .sh-nav > li.menu-item:last-child {
	padding-right: 15px;
}

.sh-header-builder-layout6 .sh-header-builder-main-content-left .sh-nav > li.menu-item:first-child {
	padding-left: 0px;
}

.sh-header-builder-layout6 .sh-header-builder-main-content-right .sh-nav > li.menu-item:last-child {
	padding-right: 0px;
}


/* Header Builder - Main Layout 7 */
.sh-header-builder-layout7 .sh-header-builder-main-logo {
	margin-bottom: 15px;
	padding-top: 15px;
}

.sh-header-builder-layout7 .sh-nav > li.menu-item:first-child {
	padding-left: 0px;
}


/* Header Builder - Main Layout 8 */
.sh-header-builder-layout8 .sh-header-builder-main-content-left,
.sh-header-builder-layout8 .sh-header-builder-main-content-right {
	flex: 1;
}

.sh-header-builder-layout8 .sh-header-builder-main-elements {
	margin-left: auto;
    display: table;
}


/* Header Builder - Main Navigation */
.sh-header-builder-main-element {
	display: inline-block;
	vertical-align: top;
	margin-right: -4px;
}

.sh-header-builder-main-element:not(:last-child) {
	margin-right: 1.2em;
}

.sh-header-builder-main-element > a {
	display: block;
	line-height: 40px;
	height: 40px;
}

.sh-header-builder-main-navigation .sh-nav > li.menu-item  {
	padding: 0em 1.2em;
}

.sh-header-builder-main-navigation .sh-nav > li.menu-item > a {
	position: relative;
	font-size: inherit;
}

.sh-header-builder-main-element-search .sh-nav > li.menu-item,
.sh-header-builder-main-element-cart .sh-nav > li.menu-item,
.sh-header-builder-main-element-language .sh-nav > li.menu-item {
	padding-left: 0;
	padding-right: 0;
}

.sh-header-builder-main-element-language .sh-nav > li.menu-item {
	display: inline-block;
}

.sh-header-builder-main-element-language .sh-nav > li.menu-item a {
	text-transform: uppercase;
}

.sh-header-builder-main-element-language .sh-nav > li.menu-item:not(:last-child) a {
	margin-right: 6px;
}

.sh-header-builder-main i.sh-header-builder-main-element-icon {
	font-size: 140%;
	line-height: inherit;
	color: #7e7e7e;
	bottom: 0;
}

.sh-header-builder-main .sh-nav-cart-content .cart-icon {
	position: absolute;
    top: 0.2em;
    right: -0.5em;
    display: inline-block;
    letter-spacing: 0;
}

.sh-header-builder-main-icons-small .sh-nav-cart-content {
	letter-spacing: normal;
}

.sh-header-builder-main-icons-small .sh-nav-cart-content .cart-icon {
	top: 0.5em;
    right: -1.1em;
}


/* Header Builder - Main Elements */
.sh-header-builder-main-spacing-small .sh-header-builder-main-element:not(:last-child) {
	margin-right: 0.8em;
}

.sh-header-builder-main-spacing-large .sh-header-builder-main-element:not(:last-child) {
	margin-right: 1.6em;
}

.sh-header-builder-main-spacing-xlarge .sh-header-builder-main-element:not(:last-child) {
	margin-right: 2.4em;
}

.sh-header-builder-main-spacing-xxlarge .sh-header-builder-main-element:not(:last-child) {
	margin-right: 3.2em;
}

.sh-header-builder-main-nav-spacing-small .sh-header-builder-main-element-navigation .sh-nav > li.menu-item:not(:first-child):not(:last-child) {
	padding: 0em 0.8em;
}

.sh-header-builder-main-nav-spacing-small .sh-header-builder-main-element-navigation .sh-nav > li.menu-item:first-child {
	padding-right: 0.8em;
}

.sh-header-builder-main-nav-spacing-small .sh-header-builder-main-element-navigation .sh-nav > li.menu-item:last-child {
	padding-left: 0.8em;
}

.sh-header-builder-main-nav-spacing-large .sh-header-builder-main-element-navigation .sh-nav > li.menu-item:not(:first-child):not(:last-child) {
	padding: 0em 1.6em;
}

.sh-header-builder-main-nav-spacing-large .sh-header-builder-main-element-navigation .sh-nav > li.menu-item:first-child {
	padding-right: 1.6em;
}

.sh-header-builder-main-nav-spacing-large .sh-header-builder-main-element-navigation .sh-nav > li.menu-item:last-child {
	padding-left: 1.6em;
}


/* Header Builder - Shadows */
.sh-header-builder-main-sticky-fixed.sh-header-builder-main-sticky-shadow-xsmall .sh-header-builder-main-container,
.sh-header-builder-main-shadow-xsmall .sh-header-builder-main-container {
	box-shadow: 0px 2px 9px 1px rgba(0,0,0,0.12);
}

.sh-header-builder-main-sticky-fixed.sh-header-builder-main-sticky-shadow-small .sh-header-builder-main-container,
.sh-header-builder-main-shadow-small .sh-header-builder-main-container {
	box-shadow: 0px 4px 13px 1px rgba(0,0,0,0.11);
}

.sh-header-builder-main-sticky-fixed.sh-header-builder-main-sticky-shadow-medium .sh-header-builder-main-container,
.sh-header-builder-main-shadow-medium .sh-header-builder-main-container {
	box-shadow: 0px 5px 18px 1px rgba(0,0,0,0.10);
}

.sh-header-builder-main-sticky-fixed.sh-header-builder-main-sticky-shadow-large .sh-header-builder-main-container,
.sh-header-builder-main-shadow-large .sh-header-builder-main-container {
	box-shadow: 0px 10px 35px -5px rgba(0,0,0,0.15);
}

.sh-header-builder-main-sticky-fixed.sh-header-builder-main-sticky-shadow-xlarge .sh-header-builder-main-container,
.sh-header-builder-main-shadow-xlarge .sh-header-builder-main-container {
	box-shadow: 0px 18px 45px -9px rgba(0,0,0,0.15);
}



/* Header Builder - Topbar */
.sh-header-builder-topbar {
	display: flex;
	align-items: center;
	line-height: 250%;
}

@media (max-width: 800px) {
	.sh-header-builder-topbar-mobile-hidden {
		display: none;
	}
}

.sh-header-builder-topbar-group {
	display: inline-block;
	vertical-align: middle;
}

.sh-header-builder-topbar-left .sh-header-builder-topbar-group {
	margin-right: 15px;
}

.sh-header-builder-topbar-right .sh-header-builder-topbar-group {
	margin-left: 15px;
}


/* Header Builder - Topbar Contacts and Social Icons */
.sh-header-builder-contacts {
	display: flex;
}

.sh-header-builder-contacts > div {
	display: flex;
	align-items: center;
}

.sh-header-builder-contacts > *:not(:first-child) {
	margin-left: 1em;
}

.sh-header-builder-contacts div i {
	position: relative;
	margin-right: 0.7em;
	transition: 0.3s all ease-in;
}

.sh-header-builder-contacts-icons-hidden i {
	display: none;
}

.sh-header-builder-social a {
	display: flex;
	align-items: center;
}


/* Header Builder - Topbar Buttons */
.sh-header-builder-buttons a {
	display: inline-block;
	padding: 0 1em;
	transition: 0.3s all ease-in;
}

.sh-header-builder-buttons-style-dark a {
	background-color: #fafafa;
	color: #3f3f3f;
}

.sh-header-builder-buttons-style-dark a:hover,
.sh-header-builder-buttons-style-dark a:focus {
	background-color: #ececec;
}

.sh-header-builder-buttons-style-light a {
	background-color: #3f3f3f;
	color: #fafafa;
}

.sh-header-builder-buttons-style-light a:hover,
.sh-header-builder-buttons-style-light a:focus {
	background-color: #2d2d2d;
}


/* Header Builder - Topbar Navigation */
.sh-topbar-nav ul,
ul.sh-topbar-nav {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.sh-topbar-nav ul li,
ul.sh-topbar-nav li {
	display: inline-block;
	margin-left: 1em;
}

.sh-topbar-nav ul li a,
ul.sh-topbar-nav li a {
	transition: 0.3s all ease-in;
}

.sh-text-uppercase a {
	text-transform: uppercase;
}


/* Header Builder - Mobile */
.sh-header-builder-mobile {
	font-size: 14px;
	display: none;
}

@media (max-width: 1025px) {
	.sh-header-builder-main {
		display: none;
	}

	.sh-header-builder-mobile {
		display: block;
	}
}

@media (max-width: 600px) {
	.sh-header-builder-contacts,
	.sh-header-builder-contacts > div,
	.sh-header-builder-social a {
		display: inline-block;
	}

	.sh-header-builder-topbar-content {
		display: block!important;
		padding: 10px 0;
	}

	.sh-header-builder-topbar-left {
		margin-bottom: 5px;
	}

	.sh-header-builder-topbar-right {
		text-align: left!important;
	}

	.sh-header-builder-topbar-content ul.sh-topbar-nav li {
		margin-left: 0;
		margin-right: 1em;
	}
}


.sh-header-builder-mobile-element {
	display: inline-block;
	vertical-align: middle;
}

.sh-header-builder-mobile .header-logo {
	padding: 0;
}

.sh-header-builder-mobile-menu i.sh-header-builder-mobile-element-icon {
	font-size: 19px;
}

.sh-header-builder-mobile-content {
	display: flex;
	align-items: center;
	width: 100%;
}

.sh-header-builder-mobile .c-hamburger {
	top: 0;
}


/* Header Builder - Mobile Layout 1 */
.sh-header-builder-layout1 .sh-header-builder-mobile-content-right {
	flex: 1;
	text-align: right;
}


/* Header Builder - Mobile Layout 2 */
.sh-header-builder-layout2 .sh-header-builder-mobile-content-left {
	flex: 1;
}

.sh-header-builder-layout2 .sh-header-builder-mobile-logo {
	margin-left: auto;
	display: table;
}


/* Header Builder - Mobile Layout 3 */
.sh-header-builder-layout3 .sh-header-builder-mobile-content-right {
	flex: 1;
	text-align: right;
}

.sh-header-builder-layout3 .sh-header-builder-mobile-content-left {
	flex: 1;
}


/* Header Builder - Mobile Layout 4 */
.sh-header-builder-layout4 .sh-header-builder-mobile-content-left {
	flex: 1;
}

.sh-header-builder-layout4 .sh-header-builder-mobile-content-left .sh-nav > li.menu-item {
	padding-left: 0px;
	padding-right: 0px;
}

.sh-header-builder-layout4 .sh-header-builder-mobile-content-right {
	flex: 1; text-align: right;
}

.sh-header-builder-mobile .sh-header-mobile-dropdown {
	position: absolute;
	left: 0; right: 0;
}


/**
** WooCommerce Basic Elements
*/
@media (max-width: 800px) {
	.wpb_wrapper > .woocommerce.columns-3 ul.products,
	.wpb_wrapper > .woocommerce.columns-4 ul.products {
		margin: 0 -15px;
	}

	.wpb_wrapper > .woocommerce.columns-3 ul.products li.product,
	.wpb_wrapper > .woocommerce.columns-4 ul.products li.product {
		width: 50%;
	    min-width: 50%;
	    display: inline-block;
	    margin-right: -4px;
	    float: none;
	    padding: 0 15px;
	}
}

@media (max-width: 560px) {
	.wpb_wrapper > .woocommerce.columns-3 ul.products,
	.wpb_wrapper > .woocommerce.columns-4 ul.products {
		margin: 0px 0px;
	}

	.wpb_wrapper > .woocommerce.columns-2 ul.products li.product,
	.wpb_wrapper > .woocommerce.columns-3 ul.products li.product,
	.wpb_wrapper > .woocommerce.columns-4 ul.products li.product {
		width: 100%;
		min-width: 100%;
		padding: 0;
	}
}




/**
** Instagram
*/
.sh-instagram-element {
    position: relative;
}

.sh-widget-instagramv2 .instagram_gallery a { width: 33.3%; }
.sh-widget-instagramv2-columns1 .instagram_gallery a {width: 100%; }
.sh-widget-instagramv2-columns2 .instagram_gallery a { width: 50%; }
.sh-widget-instagramv2-columns4 .instagram_gallery a { width: 25%; }
.sh-widget-instagramv2-columns5 .instagram_gallery a { width: 20%; }
.sh-widget-instagramv2-columns6 .instagram_gallery a { width: 16.6666666667%; }

@media (max-width: 1025px) {
    .sh-widget-instagramv2 .instagram_gallery a {
        min-width: 25%;
    }
}

@media (max-width: 700px) {
    .sh-widget-instagramv2 .instagram_gallery a {
        min-width: 33.3%;
    }
}

@media (max-width: 550px) {
    .sh-widget-instagramv2 .instagram_gallery a {
        min-width: 50%;
    }
}




.sh-widget-instagramv2 a {
    display: inline-block;
    vertical-align: top;
    padding: 5px;
    position: relative;
    overflow: hidden;
}

.widget-item .sh-widget-instagramv2 {
	position: relative;
	margin: 0 -5px;
}

.sh-widget-instagramv2 a:before {
    content: "\f16d";
    font: normal normal normal 14px/1 FontAwesome;
    color: #fff;
    font-size: 21px;

    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 5px;
    opacity: 0;
    transition: 0.5s opacity ease-in-out;
    background-color: rgba(47, 47, 47, 0.3);
    background: -webkit-linear-gradient( rgba(0,0,0,0), #232323 );
    background: -moz-linear-gradient( rgba(0,0,0,0), #232323 );
    background: -o-linear-gradient( rgba(0,0,0,0), #232323 );
    background: linear-gradient( rgba(47, 47, 47, 0.1), rgba(47, 47, 47, 0.3) );
    display: flex;
    align-items: center;
    justify-content: center;
}

.sh-widget-instagramv2 a:hover:before {
    opacity: 1;
}

.sh-widget-instagramv2 img {
	margin-bottom: 0px!important;
}

.sh-widget-instagramv2 img {
    width: 100%!important;
}


/* Google Maps responsive improvement */
@media ( max-width: 700px ) {
	.sh-google-maps > .map {
		max-height: 100vh;
	}
}
/**
 * Table of Contents
 *
 * 1.0 - Accordion
 * 2.0 - Alert Messages
 * 3.0 - Blog Posts
 * 4.0 - Buttons
 * 5.0 - Column
 * 6.0 - Contact Form (standard)
  *   6.1 - Contact Form 7 (plugin)
 * 7.0 - Countdown
 * 8.0 - Counter
 * 9.0 - Divider
 * 10.0 - Event
 * 11.0 - Heading
 * 12.0 - Heading Animation
 * 13.0 - Icon
 * 14.0 - Icon Box
  *  14.1 - Icon Box Slider
 * 15.0 - Image Curtons
 * 16.0 - Image Gallery
 * 17.0 - Image Points
 * 18.0 - List
 * 19.0 - Partners
 * 20.0 - Pie Chart
 * 21.0 - Portfolio
 *   21.1 - Filter
 * 22.0 - Pricing Table
 * 23.0 - Progress Bar
 * 24.0 - Single Image
 * 25.0 - Section
 * 26.0 - Tabs
 * 27.0 - Team Member
 * 28.0 - Testimonials
 * 29.0 - Timeline
 * 30.0 - Video Player
 * 31.0 - Text with Frame
 * 32.0 - WooCommerce Categories
 */


/**
 * 0.1 - Empty Space
 */


/**
 * 1.0 - Accordion
 */

.sh-accordion {
	margin-bottom: 15px;
}

.sh-accordion-title {
	font-weight: normal;
}

.sh-accordion .panel {
	margin: 0!important;
}

.sh-accordion .panel {
	box-shadow: none;
	background-color: transparent;
}

.sh-accordion .panel:first-child {
	padding-top: 0!important;
}

.sh-accordion .panel a {
	font-size: 14px;
}

.sh-accordion .panel-default>.panel-heading {
	background-color: transparent;
}

.sh-accordion .panel-title a {
	display: block;
	padding: 15px 20px;
}

.sh-accordion .sh-accordion .panel-default > .panel-heading {
	background-color: transparent;
}

.sh-accordion .panel-default,
.sh-accordion .panel,
.sh-accordion .panel-heading {
	border-radius: 0;
	padding: 0;
	border: none;
}

.sh-accordion .panel .panel-collapse .panel-body {
	border-top-color: transparent;
	border-radius: 0;
	background-color: #fff;
}

.sh-accordion .panel .panel-collapse .panel-body p:last-child {
	margin-bottom: 0;
}

.sh-accordion .collapsed .open-icon,
.sh-accordion .close-icon {
	display: inline-block;
}
.sh-accordion .collapsed .close-icon,
.sh-accordion .open-icon {
	display: none;
}

.sh-accordion .sh-accordion-icon {
	display: inline-block;
}

.sh-accordion .sh-accordion-icon-cell {
	padding-right: 20px;
}

.sh-accordion .panel-body .sh-accordion-icon-cell {
	opacity: 0;
}

.sh-accordion-content-cell {
	width: 100%;
}

.sh-accordion .panel-title a,
.sh-accordion .panel-title a i {
	background-color: #f4f4f4;
	color: #505050;
}

.sh-accordion .panel-title a.collapsed,
.sh-accordion .panel-title a.collapsed i {
	background-color: #e2b742;
	color: #fff;
}

.sh-accordion-style1 .sh-accordion-item {
	padding-bottom: 10px;
}

.sh-accordion-style1 .sh-accordion-item .panel-body {
	padding-top: 10px;
	padding-bottom: 10px;
}

.sh-accordion-style2 .sh-accordion-item {
	padding-bottom: 5px;
}

.sh-accordion-style2 .sh-accordion-item .panel-body {
	padding-top: 10px;
	padding-bottom: 15px;
}

.sh-accordion-style3 .sh-accordion-item .panel-body {
	padding-top: 20px;
	padding-bottom: 20px;
}

.sh-accordion-style3 .panel-title .sh-table {
	padding: 10px 0;
}

.sh-accordion-style3-center .sh-accordion-item .sh-table {
	text-align: center;
}

.sh-accordion-style3-center .sh-accordion-item .sh-table-cell {
	display: inline-block;
	width: auto;
}

.sh-accordion-style4 .sh-accordion-item .panel-body {
	padding-top: 10px;
	padding-bottom: 10px;
}

/* Style 4 */
.sh-accordion-style5 .nav-tabs li {
	display: block;
	width: 100%;
}

.sh-accordion-style5 .nav-tabs,
.sh-accordion-style5 .nav-tabs a {
	border-width: 0px!important;
	background-color: transparent!important;
}

.sh-accordion-style5 .nav-tabs {
	border-right: 1px solid #f3f3f3!important;
}

.sh-accordion-style5 .nav-tabs li {
	text-align: right;
	position: relative;
}

.sh-accordion-style5 .nav-tabs li:after {
	display: block;
	clear: both;
	content: "";
	background-color: transparent;
	position: absolute;
	right: -4px; top: 0; bottom: 0;
	width: 7px;
	border-radius: 100px;
	opacity: 1;
	transition: 0.3s background-color ease-in-out;
}

.sh-accordion-style5 .nav-tabs li.active:after {
	background-color: #f4d927;
}

.sh-accordion-style5 .nav-tabs li.active a {
	color: #454545;
	font-size: 16px;
	transition: 0.3s color ease-in-out;
}

.sh-accordion-style5 .nav-tabs li.active i {
	font-size: 24px;
}

.sh-accordion-style5 .nav-tabs a {
	font-size: 13px;
	font-weight: bold;
	color: #808080;
	line-height: 180%;
}

.sh-accordion-style5 .nav-tabs i {
	padding-left: 12px;
	font-size: 18px;
	bottom: -2px;
	position: relative;
}

.sh-accordion-style5 .tab-content {
	padding-left: 15px;
	padding-top: 36px;
}

.sh-accordion-style5 .tab-content,
.sh-accordion-style5 .tab-content p {
	line-height: 195%;
}

@media (max-width: 991px) {
	.sh-accordion-style5 .nav-tabs {
		border-left: 1px solid #f3f3f3 !important;
		border-right-width: 0px!important;
	}

	.sh-accordion-style5 .nav-tabs li {
		text-align: left;
	}

	.sh-accordion-style5 .nav-tabs i {
		float: left;
		padding-left: 0px;
		padding-right: 12px;
	}

	.sh-accordion-style5 .nav-tabs li:after {
		left: -4px;
	}

	.sh-accordion-style5 .tab-content {
		padding-left: 16px;
	}
}

/* Style 6 */
.sh-accordion-style6 .panel-title a {
	padding: 25px 20px;
	border-radius: 8px;
}

.sh-accordion-style6 .sh-accordion-title {
	font-size: 16px;
	font-weight: 900;
}

.sh-accordion-style6 a.collapsed .sh-accordion-title {
    font-weight: 400;
}

.sh-accordion-style6 .sh-accordion-item .panel-body {
	padding-top: 15px;
	padding-bottom: 15px;
}

.sh-accordion-style6 .fw-page-builder-content {
	font-size: 16px;
}

.sh-accordion-style6 .fw-page-builder-content p {
	line-height: 150%;
}

.sh-accordion-style6 .sh-accordion-item {
	padding-bottom: 1px!important;
}

/* Style 7 */
.sh-accordion-style7 .sh-accordion-item {
	position: relative;
	top: -1px;
}

.sh-accordion-style7 .panel-title a {
	border-width: 1px;
	border-style: solid;
	padding: 20px 30px;
}

.sh-accordion-style7 .sh-accordion-item {
	position: relative;
    margin-top: -1px!important;
}

.sh-accordion-style7 .sh-accordion-item .panel-body {
	padding: 35px 35px 60px 35px;
}

@media (max-width: 600px) {
	.sh-accordion-style7 .sh-accordion-item .panel-body {
		padding: 15px 0px 30px 0px;
	}
}


/**
 * 2.0 - Alert Messages
 */

.sh-alert {
	padding: 18px;
	position: relative;
	margin-bottom: 20px;
}

.sh-alert-data {
	padding-right: 35px;
}

.sh-alert-icon {
	display: inline-block;
	font-size: 24px;
	width: 26px;
	text-align: center;
	position: relative;
	bottom: -3px;
	padding-right: 20px;
}

.sh-alert-data-icon {
	padding-right: 20px;
}

.sh-alert-data .button.wc-forward {
	display: none;
}

.sh-alert-title {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 0;
}

.sh-alert-text {
	margin-top: 5px;
}

.sh-alert-close {
	position: absolute;
	top: 0; right: 0; bottom: -3px;
	margin: 0 18px;
	cursor: pointer;
	font-size: 18px;
}

.sh-alert-notice,
.sh-alert-notice .sh-alert-title,
.sh-alert-notice .sh-alert-title a {
	background-color: #f4f4f4;
	color: #8d8d8d;
}

.sh-alert-success,
.sh-alert-success .sh-alert-title,
.sh-alert-success .sh-alert-title a {
	background-color: #dff4e5;
	color: #36bd5f;
}

.sh-alert-warning,
.sh-alert-warning .sh-alert-title,
.sh-alert-warning .sh-alert-title a {
	background-color: #c0eaea;
	color: #39b5b5;
}

.sh-alert-error,
.sh-alert-error .sh-alert-title,
.sh-alert-error .sh-alert-title a {
	background-color: #f5c3c3;
	color: #e64f4f;
}

.sh-alert-center {
	text-align: center;
}

.sh-alert-center .sh-alert-icon {
	margin-right: 10px;
	bottom: -3px;
	position: relative;
}

.sh-alert-center .sh-alert-title {
	margin-top: -4px;
}

.sh-alert-with-line {
	padding: 0 18px;
}

.sh-alert-with-line .sh-alert-icon-container {
	position: relative;
	padding: 18px 0;
	padding-right: 18px;
}

.sh-alert-with-line .sh-alert-title-container {
	width: 100%;
	padding: 18px 0;
	padding-left: 18px;
}

.sh-alert-with-line.sh-alert-error .sh-alert-icon-container {
	border-right: 1px solid rgb(247, 179, 179);
}

.sh-alert-with-line.sh-alert-notice .sh-alert-icon-container {
	border-right: 1px solid #e5e5e5
}


/**
 * 3.0 - Blog Posts
 */

.sh-recent-posts-columns5 article.post-item {
	width: 20%;
}

.sh-recent-posts-columns4 article.post-item {
	width: 25%;
}

.sh-recent-posts-columns2 article.post-item {
	width: 50%;
}

@media (max-width: 1450px) {
	.sh-recent-posts-columns5 article.post-item {
		width: 25%;
	}
}

@media (max-width: 1250px) {
	.sh-recent-posts-columns5 article.post-item,
	.sh-recent-posts-columns4 article.post-item {
		width: 33.3%;
	}
}

.blog-style-largedate .post-item {
	display: inline-block;
	vertical-align: top;
	width: 33%;
	float: none;
	padding: 20px 0;
	margin-right: -4px;
}

.blog-style-largedate h2 {
	margin-top: 0;
}

.blog-style-largedate .post-meta-two a.post-meta-comments {
	display: none;
}

.blog-style-largedate .post-title-format {
	font-style: italic;
}

.blog-style-largedate .post-format-icon {
	color: #47c9e5;
	padding-right: 5px;
}

.blog-style-largedate .post-custom-date {
	width: 80px;
	padding-right: 25px;
	position: relative;
}

.blog-style-largedate .post-custom-date .post-comments {
	position: absolute;
	top: -3px; right: 25px;
	padding: 4px 7px;
	line-height: 1;
	background-color: #47c9e5;
	color: #fff;
	font-weight: bold;
	border-radius: 10px;
	font-size: 13px;
	box-shadow: 0px 2px 3px 1px rgba(0,0,0,0.12);
	cursor: default;
}

.blog-style-largedate .post-custom-date .post-day {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	height: 70px;
	line-height: 70px;
	min-width: 70px;
	background-color: #f4f4f4;
	border-radius: 100px;
}

.blog-style-largedate .post-custom-date .post-month {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	margin-top: 8px;
}

@media (max-width: 1000px) {
	.blog-style-largedate .post-item {
		width: 100%;
	}
}

.blog-style-largeimage {
	position: relative;
	margin: 0 -15px;
}

.blog-style-largeimage img {
	height: auto;
}

.blog-style-largeimage .post-item {
	display: inline-block;
	vertical-align: top;
	width: 33%;
	float: none;
	padding: 30px 0 10px 0;
	margin-right: -4px;
	position: relative;
}

.blog-style-largeimage h2 {
	margin-top: 0;
}

.blog-style-largeimage .post-title-format {
	font-style: italic;
}

.blog-style-largeimage .post-format-icon {
	color: #47c9e5;
	padding-right: 5px;
}


/**
 * 4.0 - Buttons
 */

.sh-button-container {
	margin: 10px auto;
}

.sh-button {
	position: relative;
	display: inline-block;
	text-align: center;
	background-position: 50% 50%;
	background-size: cover;
	cursor: pointer;
	position: relative;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.sh-button-icon {
	display: inline-block;
	position: relative;
	z-index: 10;
	margin-top: -3px;
	bottom: -3px;
	margin-right: 10px;
}

.sh-button-icon i {
	font-size: 130%;
}

.sh-button-text {
	position: relative;
	font-weight: bold;
	position: relative;
	z-index: 10;
}

.sh-button-icon i {
	font-size: 130%;
}

.sh-button-xsmall .sh-button-icon {
	margin-right: 7px;
}

.sh-button-xsmall .sh-button-text {
	bottom: -1px;
}

.sh-button-tale-bottom {
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -10px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #e5e5e5;
}

.sh-button-tale-top {
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -10px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #e5e5e5;
}

/* Button Sizes */
.sh-button-xsmall {
	padding: 8px 21px;
	font-size: 11px;
}

.sh-button-small {
	padding: 10px 26px;
	font-size: 12px;
}

.sh-button-medium {
	padding: 14px 31px;
	font-size: 13px;
}

.sh-button-large {
	padding: 16px 36px;
	font-size: 14px;
}

.sh-button-xlarge {
	padding: 16.5px 41px;
	font-size: 16px;
}

.sh-button-xlarge-small {
	font-size: 13px;
	padding: 19px 41px;
}

/* Button With Icon Padding */
.sh-button-xsmall.sh-button-icon-right .sh-button-icon {
	bottom: -5px;
}

.sh-button-icon-right .sh-button-icon {
	margin-left: 10px;
	margin-right: auto;
	bottom: -4px;
	float: right;
}

.sh-button-icon-right.sh-button-xsmall {
	padding-left: 16px;
}

.sh-button-icon-right.sh-button-small {
	padding-left: 20px;
}

.sh-button-icon-right.sh-button-medium {
	padding-left: 27px;
}

.sh-button-icon-right.sh-button-large {
	padding-left: 33px;
}

.sh-button-icon-right.sh-button-xlarge {
	padding-left: 45px;
}

.sh-button-icon-left.sh-button-xsmall {
	padding-right: 16px;
}

.sh-button-icon-left.sh-button-small {
	padding-right: 20px;
}

.sh-button-icon-left.sh-button-medium {
	padding-right: 27px;
}

.sh-button-icon-left.sh-button-large {
	padding-right: 33px;
}

.sh-button-icon-left.sh-button-xlarge {
	padding-right: 45px;
}

/* Button Style 2 */
.sh-button-style-2 .sh-button {
	overflow: hidden;
}

/* Button Style 2 (right) */
.sh-button-style-2 .sh-button-icon-right:after {
    content: '';
    position: absolute;
    z-index: -1;
	width: 0;
    height: 300%;
    background-color: rgba(255,255,255,0.15);
	z-index: 1;
	right: 0;
	top: 0;
	margin: -5px 0 0 -5px;
}

.sh-button-style-2 .sh-button-icon-right:hover:after {
	width: 120%;
}

/* Button Style 2 (left) */
.sh-button-style-2 .sh-button-icon-left:after {
    content: '';
    position: absolute;
    z-index: -1;
	width: 0;
    height: 300%;
    background-color: rgba(255,255,255,0.15);
	z-index: 1;
	left: -10%;
	top: 0;
	margin: -5px 0 0 -5px;
}

.sh-button-style-2 .sh-button-icon-left:hover:after {
	width: 120%;
}

/* Button Style 2 (without icon) */
.sh-button-style-2 .sh-button:not(.sh-button-icon-left):not(.sh-button-icon-right) {
	position: relative;
}

.sh-button-style-2 .sh-button:not(.sh-button-icon-left):not(.sh-button-icon-right):after {
    content: '';
    position: absolute;
    z-index: -1;
	width: 0;
    height: 300%;
    background-color: rgba(255,255,255,0.15);
	z-index: 1;
	right: -10%;
	top: 0;
	margin: -5px 0 0 -5px;
	transition: all 0.3s ease-in-out;
}

.sh-button-style-2 .sh-button:not(.sh-button-icon-left):not(.sh-button-icon-right):hover:after {
	width: 120%;
}

/* Link Button (3) */
.sh-button-style-3 .sh-button {
	padding: 0;
}

/* Button Style 4 */
.sh-button-style-4 {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.sh-button-style-4 .sh-button {
	display: block;
}

.sh-button-style-4 .sh-button-hidden {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	background: #fff3f9;
	color: #c93a82;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	-webkit-transform: translateX(-25%);
	transform: translateX(-25%);
}

.sh-button-style-4:hover .sh-button,
.sh-button-style-4:focus .sh-button {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	    transform: translateX(100%);
}

.sh-button-style-4:hover .sh-button-hidden,
.sh-button-style-4:focus .sh-button-hidden {
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	    transform: translateX(0%);
}

/* Button Style 5 */

.sh-button-style-5 .sh-button .sh-button-text {
	transition: 0.3s letter-spacing ease-in-out;
	letter-spacing: normal;
}

.sh-button-style-5 .sh-button:hover .sh-button-text {
	letter-spacing: 2px;
}

.sh-button-style-5 .sh-button-icon-right .sh-button-icon {
	bottom: -5px;
}


/**
 * 5.0 - Column
 */

.sh-column {
	background-size: cover;
	background-position: 50% 50%;
	padding: 0px 15px 0px 15px;
	margin: 0px 0px 0px 0px;
	transition: all 0.3s ease-in-out!important;
}

.sh-column-wrapper {
	z-index: 1;
	position: relative;
	transition: all 0.3s ease-in-out!important;
}

.sh-column-wrapper > *:last-child {
	margin-bottom: 0px;
}

@media (max-width: 800px) {

	.sh-column:not(:only-of-type):not(.sh-column-mobile-padding) .sh-column-wrapper > *:last-child {
		margin-bottom: 45px!important;
	}

	.sh-section .fw-row:last-child .sh-column:not(.sh-column-mobile-padding):last-child .sh-column-wrapper > *:last-child {
		margin-bottom: 0!important;
	}

	.sh-section-mobile-alignment-center .sh-text-block,
	.sh-section-mobile-alignment-center .sh-text-block p,
	.sh-section-mobile-alignment-center .sh-text-group,
	.sh-section-mobile-alignment-center .sh-text-group p,
	.sh-section-mobile-alignment-center .sh-heading span,
	.sh-section-mobile-alignment-center .sh-heading-content,
	.sh-section-mobile-alignment-center .sh-button-container,
	.sh-section-mobile-alignment-center .sh-single-image {
		text-align: center!important;
	}

}

.sh-text-block a {
	transition: 0.3s all ease-in-out;
}


/* Text Group */
.text-group-layout2 .text-group-content h1:last-child,
.text-group-layout2 .text-group-content h2:last-child,
.text-group-layout2 .text-group-content h3:last-child,
.text-group-layout2 .text-group-content h4:last-child,
.text-group-layout2 .text-group-content h5:last-child,
.text-group-layout2 .text-group-content h6:last-child {
	margin-bottom: 0;
	line-height: 140%!important;
}


/**
 * 6.0 - Contact Form (standard)
 */

.wrap-forms sup {
	font-size: 0px;
}

.wrap-forms sup:before {
    font-family: 'simple-line-icons';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    content: "\e080";
    font-size: 14px;
    padding-left: 5px;
}

.wrap-forms input,
.wrap-forms select {
	height: 50px!important;
}

.wrap-forms label {
	margin-bottom: 10px;
}

.wrap-forms textarea {
	padding: 15px 20px;
}

.contact-form input[type="submit"] {
	background-color: #47c9e5;
	color: #fff;
	line-height: 55px;
	height: 55px;
	border-width: 0px;
	padding: 0px 35px;
	font-weight: bold;
}

.contact-form .simpleselect {
	width: 100%;
}

.fw-flash-messages > ul {
	padding: 30px;
	background-color: #f4f4f4;
	color: #8d8d8d;
	text-align: center;
	font-weight: bold;
}

.fw-flash-messages > ul.fw-flash-type-success {
    background-color: #dff4e5;
    color: #36bd5f;
}

.fw-flash-messages ul {
	list-style: none;
	margin-bottom: 0;
}

.fw_form_fw_form .form-error {
	position: relative;
	margin-top: -10px;
	padding-bottom: 10px;
	color: #e54747!important;
}

.fw_form_fw_form > div {
    vertical-align: top;
}

.fw-flash-type-error {
	list-style: none;
	color: #e54747;
	padding-left: 0px;
	margin-bottom: 0px;
	font-weight: bold;
}

.fw-flash-type-success {
	list-style: none;
	color: #40c738;
	padding-left: 0px;
	margin-bottom: 0px;
	font-weight: bold;
}

.fw-form-loading:after {
    content: "\f110";
    font-family: 'FontAwesome';
    height: 80px;
    width: 80px;
    display: table;
    font-size: 80px;
    line-height: 80px;
    margin: 50px auto 0;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    color: #000;
}


/**
 * 6.1 - Contact Form 7 (plugin)
 */
.cf7-required:after {
	color: #f3bc47;
	font-family: 'simple-line-icons';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    content: "\e080";
    font-size: 14px;
    padding-left: 5px;
}

.wpcf7-form p {
	font-weight: bold;
	font-size: 15px;
}

.wpcf7-form input,
.wpcf7-form select,
.wpcf7-form textarea,
.wpcf7-form span {
	font-weight: normal;
}

.wpcf7-form-control-wrap {
	margin-top: 10px;
	margin-bottom: 20px!important;
	display: block;
}

.wpcf7-form-control-wrap .simpleselect {
	width: 100%;
	font-weight: normal;
	font-size: 14px;
}

.wpcf7-form select {
	height: 56px;
}

.wpcf7-list-item-label {
	padding-right: 6px;
}

.wpcf7-not-valid {
	border-color: #e64f4f!important;
}

.wpcf7-not-valid-tip {
	display: none!important;
}

.wpcf7-form .wpcf7-response-output {
	border-width: 0;
	text-align: center;
	background-color: #f4f4f4;
	color: #8d8d8d;
	padding: 20px;
	font-weight: bold;
}

.wpcf7-form > p + .wpcf7-response-output {
	margin-bottom: 0px;
}

.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
    background-color: #dff4e5;
    color: #36bd5f;
}

.wpcf7-date::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
}

.wpcf7-submit {
	position: relative;
	z-index: 10;
}

.sh-cf7-body {
	width: 100%;
	position: relative;
}

/* Gravity Forms FIX */
.gform_wrapper input[type="text"],
.gform_wrapper input[type="password"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="url"],
.gform_wrapper select {
    line-height: inherit !important;
    display: initial !important;
    width: auto !important;
}

.gform_wrapper table th,
.gform_wrapper table td {
    padding: inherit!important;
}

/* CF7 Style - 1 */
.sh-cf7-style1.round input,
.sh-cf7-style1.round textarea,
.sh-cf7-style1.round select,
.sh-cf7-style1.round .SumoSelect .SelectBox {
	border-radius: 26px;
	padding: 0 30px;
}

.sh-cf7-style1.round input[type="file"] {
	padding: 0;
	border-radius: 0;
}

.sh-cf7-style1.round textarea {
	padding-top: 15px;
	padding-bottom: 15px;
	height: auto;
	max-height: 180px;
}

.sh-cf7-style1 input::-webkit-input-placeholder,
.sh-cf7-style1 textarea::-webkit-input-placeholder,
.sh-cf7-style1 select::-webkit-input-placeholder {
	font-style: italic;
}

.sh-cf7-style1 input:-moz-placeholder,
.sh-cf7-style1 textarea:-moz-placeholder,
.sh-cf7-style1 select:-moz-placeholder {
	font-style: italic;
}

.sh-cf7-style1 input::-moz-placeholder,
.sh-cf7-style1 textarea::-moz-placeholder,
.sh-cf7-style1 select::-moz-placeholder {
	font-style: italic;
}

.sh-cf7-style1 input:-ms-input-placeholder,
.sh-cf7-style1 textarea:-ms-input-placeholder,
.sh-cf7-style1 select:-ms-input-placeholder {
	font-style: italic;
}


/* CF7 Style - 2 */
.sh-cf7-style2 form input:not(.wpcf7-submit),
.sh-cf7-style2 form textarea {
	border-radius: 100px;
	border: 2px solid #ededed!important;
	line-height: 64px!important;
	padding: 0 45px;
	transition: 0.7s all ease-in-out;
}

.sh-cf7-style2 form .wpcf7-submit {
	border-radius: 100px;
	line-height: 64px!important;
	padding: 0 45px!important;
}

.sh-cf7-style2 form .ajax-loader,
.sh-cf7-style3 form .ajax-loader {
	display: table;
	margin: 0 auto;
	position: relative;
	top: 10px;
}

.sh-cf7 form .wpcf7-submit:hover,
.sh-cf7 form .wpcf7-submit:focus {
	background-position: center center;
}

.sh-cf7-style2 form p input::-webkit-input-placeholder,
.sh-cf7-style3 form p input::-webkit-input-placeholder {
	color: #a8a8a8;
	font-style: normal;
}
.sh-cf7-style2 form p input:-moz-placeholder,
.sh-cf7-style3 form p input:-moz-placeholder {
	color: #a8a8a8;
	font-style: normal;
}
.sh-cf7-style2 form p input::-moz-placeholder,
.sh-cf7-style3 form p input::-moz-placeholder {
	color: #a8a8a8;
	font-style: normal;
}
.sh-cf7-style2 form p input:-ms-input-placeholder,
.sh-cf7-style3 form p input:-ms-input-placeholder {
	color: #a8a8a8;
	font-style: normal;
}


/* CF7 Style - 3 */
.sh-cf7-style3 form p input:not(.wpcf7-submit),
.sh-cf7-style3 form p textarea {
	border-radius: 5px;
	line-height: 64px!important;
	padding: 0 45px;
	transition: 0.7s all ease-in-out;
}

.sh-cf7-style3 form .wpcf7-submit {
	border-radius: 5px!important;
	line-height: 64px!important;
	padding: 0 45px!important;
}

@media (max-width: 1025px) {
	.sh-cf7-style3 form .wpcf7-submit {
		padding: 0 25px!important;
	}
}

.sh-cf7-style3 form p input,
.sh-cf7-style3 form p textarea {
	width: 100%!important;
	text-align: center;
}

.sh-cf7-style3 form p input:not(.wpcf7-submit):focus,
.sh-cf7-style3 form p textarea:focus {
	box-shadow: 0px 8px 30px 0px rgba(0,0,0,0.2);
}


/* CF7 Style - 4 */
.sh-cf7-style4 form input:not(.wpcf7-submit),
.sh-cf7-style4 form select,
.sh-cf7-style4 .SumoSelect .SelectBox,
.sh-cf7-style4 form textarea {
	border-width: 0px!important;
	border-bottom-width: 1px!important;
	border-radius: 0px;
	line-height: 62px!important;
	padding: 0 26px;
	font-size: 13px;
}

.sh-cf7-style4 form input:not(.wpcf7-submit) {
	transition: 0.3s all ease-in-out;
}

.sh-cf7-style4 form input:not(.wpcf7-submit):focus {
	border-bottom-color: red;
}

.sh-cf7-style4:not(.style6) form .wpcf7-submit {
	background: none!important;
	color: #646464;
	margin-top: 20px;
}

.sh-cf7-style4:not(.style6) form .wpcf7-submit:hover,
.sh-cf7-style4:not(.style6) form .wpcf7-submit:focus {
	background: none!important;
	opacity: 0.7;
}

.sh-cf7-style4.style6 form .wpcf7-submit {
	background-image: none!important;
}

.sh-cf7-style4.style6 form .wpcf7-submit:hover,
.sh-cf7-style4.style6 form .wpcf7-submit:focus {
	background-color: #3f3f3f!important;
}

.sh-cf7-style4.style6 form .wpcf7-submit {
	margin-top: 20px;
}


/* CF7 Style - 5 */
.sh-cf7-style5 form input:not(.wpcf7-submit),
.sh-cf7-style5 form select,
.sh-cf7-style5 .SumoSelect .SelectBox,
.sh-cf7-style5 form textarea {
	border-color: #363636!important;
	border-radius: 0px;
	line-height: 60px!important;
	padding: 0 26px;
	font-size: 14px;
	margin-bottom: 0px;
	letter-spacing: 2px;
}

.sh-cf7-style5 .SumoSelect>.optWrapper,
.sh-cf7-style5 .SumoSelect>.optWrapper>.options li.opt {
	border-color: #363636!important;
}

.sh-cf7-style5 .SumoSelect>.optWrapper>.options li.opt label {
	color: #363636!important;
}

.sh-cf7-style5 form textarea {
	line-height: 1.4!important;
	padding-top: 25px;
	padding-bottom: 25px;
	letter-spacing: 2px;
	font-size: 13px;
	min-height: 210px;
}

.sh-cf7-style5 label {
	display: block;
}

.sh-cf7-style5 .wpcf7-form-control-wrap {
	margin-top: 0px;
}

.sh-cf7-style5 label .wpcf7-form-control-wrap.service {
	max-height: 62px;
}


.sh-cf7-style5 form p input::-webkit-input-placeholder {
	color: #363636;
	font-style: normal;
}
.sh-cf7-style5 form p input:-moz-placeholder {
	color: #363636;
	font-style: normal;
}
.sh-cf7-style5 form p input::-moz-placeholder {
	color: #363636;
	font-style: normal;
}
.sh-cf7-style5 form p input:-ms-input-placeholder {
	color: #363636;
	font-style: normal;
}

.sh-cf7-style5 form .wpcf7-submit {
	margin: 0 auto;
    display: block;
    border-radius: 0px!important;
    border: 1px solid #363636;
    color: #363636;
    background-color: transparent!important;
	background-image: none!important;
	letter-spacing: 2px;
	padding: 5px 60px!important;
}


/* CF7 Layout */
@media (min-width: 800px) {
	.sh-cf7-inline,
	.sh-cf7-layout-inline .sh-cf7-body {
		display: table;
	}

	.sh-cf7-inline-full-width {
		width: 100%;
	}

	.sh-cf7-inline-full-width .sh-cf7-body > *:first-child {
		width: 100%;
	}

	.sh-cf7-layout-inline .ajax-loader {
		position: absolute;
		bottom: -30px;
		left: 0;
	}

	.sh-cf7-inline > * {
		display: table-cell;
		padding: 0 10px;
	}

	.sh-cf7-layout-inline form > p,
	.sh-cf7-layout-inline .sh-cf7-body > * {
		display: table-cell;
		vertical-align: middle;
	}

	.sh-cf7-layout-inline form > p,
	.sh-cf7-layout-inline .sh-cf7-body > p,
	.sh-cf7-wpbakery .sh-cf7-inline .wpcf7-form-control-wrap {
		margin-bottom: 0px!important;
	}

	body .sh-cf7-layout-inline .wpcf7-form-control-wrap {
		margin-bottom: 0px!important;
		margin-top: 0px;
	}

	.sh-cf7-layout-inline label,
	.sh-cf7-layout-inline input,
	.sh-cf7-layout-inline textarea,
	.sh-cf7-layout-inline select {
		margin-bottom: 0!important;
		margin-right: 0;
	}

	.sh-cf7-layout-inline label {
		margin-right: 15px;
	}

	.sh-cf7-inline-no-padding p {
		padding: 0!important;
	}
}

@media (max-width: 800px) {
	.sh-cf7-layout-inline .sh-cf7-body > * {
		display: table;
		margin: 0 auto;
	}
}


/* CF7 - Input Text Alignment */
.sh-cf7-text-align-left input,
.sh-cf7-text-align-left textarea,
.sh-cf7-text-align-left select {
	text-align: left;
}

.sh-cf7-text-align-center input,
.sh-cf7-text-align-center textarea,
.sh-cf7-text-align-center select {
	text-align: center;
}

.sh-cf7-text-align-right input,
.sh-cf7-text-align-right textarea,
.sh-cf7-text-align-right select {
	text-align: right;
}



/* CF7 - Label Text Alignment */
.sh-cf7-text-align-label-left label {
	text-align: left;
}

.sh-cf7-text-align-label-center label {
	text-align: center;
}

.sh-cf7-text-align-label-right label {
	text-align: right;
}



/* CF7 - Submit Button Alignment */
.sh-cf7-submit-align-left .wpcf7-submit {
	display: table;
	margin-left: 0;
	margin-right: auto;
}

.sh-cf7-submit-align-center .wpcf7-submit {
	display: table;
	margin-left: auto;
	margin-right: auto;
}

.sh-cf7-submit-align-right .wpcf7-submit {
	display: table;
	margin-left: auto;
	margin-right: 0;
}


/* CF7 - Submit Button Mobile Alignment */
@media (max-width: 800px) {
	#wrapper .sh-cf7-submit-mobile-align-left .wpcf7-submit {
		display: table;
		margin-left: 0!important;
		margin-right: auto!important;
	}

	#wrapper .sh-cf7-submit-mobile-align-center .wpcf7-submit {
		display: table;
		margin-left: auto!important;
		margin-right: auto!important;
	}

	#wrapper .sh-cf7-submit-mobile-align-right .wpcf7-submit {
		display: table;
		margin-left: auto!important;
		margin-right: 0!important;
	}
}


/* CF7 - Submit Button Width */
.sh-cf7-submit-width-inline  form > p {
	display: inline-block;
	margin-right: -4px;
	vertical-align: top;
}

.sh-cf7-submit-width-inline  form > p:not(:last-child) {
	padding-right: 10px;
}

.sh-cf7-submit-width-inline .wpcf7-submit {
	width: auto;
}

.sh-cf7-submit-width-full .wpcf7-submit {
	width: 100%;
}


/* CF7 Wpbakery page builder */
.sh-cf7-wpbakery label {
	display: block;
}

.sh-cf7-wpbakery textarea {
	max-width: 100%;
}

.sh-cf7-wpbakery .wpcf7-form-control-wrap {
	margin-top: 0px;
	margin-bottom: 30px!important;
}

.sh-cf7-wpbakery form label,
.sh-cf7-wpbakery .wpcf7-form-control-wrap input:not([type="submit"]),
.sh-cf7-wpbakery .wpcf7-form-control-wrap textarea,
.sh-cf7-wpbakery .wpcf7-form-control-wrap select {
	margin-bottom: 0px!important;
}


/**
 * 6.2 - Gravity Forms
 */
.gform_wrapper input.large,
.gform_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) {
	width: 100% !important;
}

body .ui-datepicker tbody td {
	padding: 0 !important;
}

body .ui-datepicker th {
	padding: 5px 0 !important;
}

body .ui-datepicker-title select {
	line-height: 20px!important;
	margin: 0 !important;
}


/**
 * 7.0 - Countdown
 */
.sh-countdown {
	text-align: center;
	margin: 0;
	margin-bottom: 15px;
}

.sh-countdown > div {
	display: inline-block;
	padding: 10px 23px;
	position: relative;
}

.sh-countdown > div:last-child {
	border-right: 0;
}

.sh-countdown > div > span {
	font-size: 66px;
	line-height: 1;
	text-align: center;
}

.sh-countdown > div > div {
	font-size: 28px;
	font-weight: bold;
	padding-top: 15px;
	text-align: center;
}

/* Countdown Sizes */
.sh-countdown-small > div {
	padding: 3px 13px;
}

.sh-countdown-small > div > span {
	font-size: 36px;
	line-height: 1.6;
}

.sh-countdown-small > div > div {
	font-size: 14px;
	padding-top: 0px!important;
}

.sh-countdown-large > div {
	padding: 10px 23px;
}

.sh-countdown-large > div > span {
	font-size: 100px;
}

.sh-countdown-large > div > div {
	font-size: 40px;
	padding-top: 25px!important;
}

.sh-countdown-style2.sh-countdown-small > div > div {
	font-size: 13px;
	padding-bottom: 5px;
	padding-top: 2px;
}

.sh-countdown-style2.sh-countdown-large > div > div {
	font-size: 21px;
	padding-bottom: 15px;
}

.sh-countdown-style3.sh-countdown-large > .weeks > span,
.sh-countdown-style3.sh-countdown-large > .days > span {
	font-size: 140px;
}

.sh-countdown-style3.sh-countdown-large > .weeks > div,
.sh-countdown-style3.sh-countdown-large > .days > div {
	font-size: 46px;
	padding-top: 15px;
}

.sh-countdown-style3.sh-countdown-large > div > div {
	font-size: 30px;
}

.sh-countdown-style3.sh-countdown-small > .weeks > span,
.sh-countdown-style3.sh-countdown-small > .days > span {
	font-size: 60px;
}

.sh-countdown-style3.sh-countdown-small > .weeks > div,
.sh-countdown-style3.sh-countdown-small > .days > div {
	font-size: 21px;
	margin-top: 5px;
}

.sh-countdown-style3.sh-countdown-small > div > div {
	font-size: 16px;
}

/* Countdown Style1 */
.sh-countdown-style1 > div {
	border-right: 1px solid rgba(0,0,0,0.08);
}

/* Countdown Style2 */
.sh-countdown-style2 > div > div {
	border-bottom: 1px solid rgba(0,0,0,0.08);
	padding-bottom: 10px;
	font-size: 14px;
	text-transform: uppercase;
}

/* Countdown Style3 */
.sh-countdown-style3 > .weeks > span,
.sh-countdown-style3 > .days > span {
	font-size: 100px;
}

.sh-countdown-style3 > .weeks > div,
.sh-countdown-style3 > .days > div {
	font-size: 36px;
	padding-top: 15px;
}

.sh-countdown-style3 > .weeks {
	border-right: 1px solid rgba(0,0,0,0.08);
}

.sh-countdown-style3 > div > div {
	font-weight: normal;
	font-size: 24px;
}

.sh-coundtdown-container {
	display: none!important;
}

.sh-countdown-style3 .sh-coundtdown-container {
	width: 100%;
	margin-bottom: 0;
	display: block!important;
}

.sh-countdown-alignment-left {
	text-align: left;
}

.sh-countdown-alignment-right {
	text-align: right;
}


.sh-countdown-alignment-right > div:first-child {
	padding-left: 0px;
}

.sh-countdown-alignment-right > div:last-child {
	padding-right: 0px;
}

@media (max-width: 600px) {
	.sh-countdown > div {
		margin-top: 5px;
		margin-bottom: 5px;
	}
}


/**
 * 8.0 - Counter
 */

.sh-counter {
	text-align: center;
	color: #8d8d8d;
	margin: 0px auto 15px auto;
}

.sh-counter-icon {
	font-size: 24px;
	margin-bottom: 10px;
}

.sh-counter-number {
	font-size: 30px;
	padding: 15px 0;
	line-height: 1;
}

.sh-counter-title {
	font-size: 16px;
	font-weight: bold;
}

.sh-counter-subtitle {
	font-size: 13px;
}

.sh-counter-divider {
	width: 26px;
	border-style: solid;
	border-width: 0px;
	border-bottom-width: 2px;
	border-color: rgba(0,0,0,0.1);
	margin: 0 auto;
	margin-bottom: 10px;
}

.sh-counter-style1 .sh-counter-number {
	font-size: 48px;
	margin-bottom: 2px;
	font-weight: bold;
}

.sh-counter-style1 .sh-counter-topbar {
	text-align: center;
}

.sh-counter-style1 .sh-counter-topbar > * {
	display: inline-block;
}

.sh-counter-style1 .sh-counter-title {
	font-size: 16px;
	font-weight: bold;
}

.sh-counter-style1 .sh-counter-icon i {
	font-size: 30px;
	padding-right: 12px;
	position: relative;
	bottom: -4px;
}

.sh-counter-style1 .sh-counter-subtitle {
	font-size: 14px;
}




.sh-counter-style2 .sh-counter-number {
	font-size: 48px;
	margin-bottom: 0px;
	font-weight: bold;
}

.sh-counter-style2 .sh-counter-title {
	font-size: 16px;
	font-weight: normal;
}

.sh-counter-style2 .sh-counter-subtitle {
	font-size: 14px;
}

.sh-counter-style3 .text-right {
	width: 50%;
	padding-right: 18px;
}

.sh-counter-style3 .text-left {
	width: 50%;
	padding-left: 18px;
	border-left: 1px solid rgba(0,0,0,0.1);
}

.sh-counter-style3 .sh-counter-number {
	font-size: 48px;
	font-weight: bold;
	padding: 0px;
}

.sh-counter-style3 .sh-counter-title {
	font-size: 18px;
}

.sh-counter-style3 .sh-counter-subtitle {
	font-size: 18px;
}

.sh-counter-style4 .sh-counter-title {
	font-size: 24px;
	padding-left: 13px;
}

.sh-counter-style4 .sh-counter-subtitle {
	font-size: 16px;
	padding-top: 6px;
}

.sh-counter-style5 .sh-counter-icon {
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	border-radius: 100%;
	border: 2px rgba(0,0,0,0.08) solid;
	margin: 0 auto;
	font-size: 36px;
	margin-bottom: 6px;
}

.sh-counter-style5 .sh-counter-title {
	font-size: 18px;
	font-weight: bold;
}

.sh-counter-style5 .sh-counter-subtitle {
	font-size: 16px;
}

.sh-counter-style6 .sh-counter-number {
	font-size: 48px;
	padding-bottom: 24px;
	font-weight: bold;
}

.sh-counter-style6 .sh-counter-title {
	font-size: 18px;
	font-weight: bold;
}

.sh-counter-style6 .sh-counter-subtitle {
	font-size: 18px;
}

.sh-counter-style6 .sh-counter-divider {
	width: 30px;
}

.sh-counter-style7 .sh-counter-number {
	padding: 0px;
}


/**
 * 9.0 - Divider
 */

.sh-divider-line {
	border-top: 1px solid #e5e5e5;
	margin: 0 auto;
}

.sh-divider-content {
    position: relative;
    font-size: 16px;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    padding: 0px 10px;
	margin: 0 auto;
}
.sh-divider-content:before, .sh-divider-content:after {
    position: absolute;
    top: 50%;
    overflow: hidden;
    width: 50%;
    height: 1px;
    content: '';
    border-top: 0px solid #e5e5e5;
    margin-top: 0px;
}
.sh-divider-content:before {
    margin-left: -50%;
    text-align: right;
}

.sh-divider-icon {
	font-size: 24px;
	padding: 0 25px;
	letter-spacing: 1px;
}

.sh-divider-icon i {
    position: relative;
    bottom: -1px;
}

.sh-divider-icon i.icon-options {
	bottom: -2px;
}

.sh-divider-title {
	padding: 0 15px;
	font-size: 14px;
}

.sh-divider-title * {
	display: inline-block;
	margin-bottom: 0px!important;
	margin-top: 0px!important;
}

.sh-divider-title h1,
.sh-divider-title h2,
.sh-divider-title h3,
.sh-divider-title h4,
.sh-divider-title h5,
.sh-divider-title h6 {
	line-height: 1!important;
	margin-top: -3px!important;
}

.sh-divider-title-box {
	padding: 10px 25px;
	background-color: #f5f5f5;
	font-size: 14px;
	position: relative;
	z-index: 10;
}

.sh-divider-left > div {
	margin: 0;
	text-align: left;
	padding-left: 0;
}

.sh-divider-left .sh-divider-icon,
.sh-divider-left .sh-divider-title {
	padding-left: 0;
}

.sh-divider-left .sh-divider-content:after{
	width: 100%;
}

.sh-divider-right > div {
	margin: 0;
	margin-left: auto;
	text-align: right;
	padding-right: 0;
}

.sh-divider-right .sh-divider-icon,
.sh-divider-right .sh-divider-title {
	padding-right: 0;
}

.sh-divider-right .sh-divider-content:before{
	margin-left: -100%;
	width: 100%;
}


/**
 * 10.0 - Event
 */

.sh-event {
	border-bottom: 1px solid #ededed;
	padding-bottom: 20px;
	margin-bottom: 25px;
}

.sh-event-title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 14px;
	border-left: 3px solid #47c9e5;
	padding: 2px 0;
	padding-left: 10px;
}

.sh-event-desc {
	font-size: 16px;
}

.sh-event-button {
	border: 2px solid #e4e4e4;
	line-height: 46px;
	padding: 0px 30px;
	text-transform: uppercase;
	display: inline-block;
	font-weight: bold;
	border-radius: 100px;
	font-size: 13px;
	color: #505050;
	transition: 0.3s all ease-in-out;
}

.sh-event-button:hover {
	background-color: #47c9e5;
	border-color: #47c9e5;
	color: #fff;
}

@media (max-width: 400px) {

	.sh-event-container > div {
		float: none!important;
	}

	.sh-event-button {
		margin-top: 15px;
	}

}


/**
 * 11.0 - Heading
 */

.sh-heading span {
	display: block;
}

.sh-heading span span {
	display: inline-block;
}

.sh-heading span.sh-heading-animated-typed,
.sh-heading span.typed-cursor,
.sh-heading span.sh-heading-animated-fixed {
	display: inline;
}

.sh-heading .sh-heading-content {
	background-position: 50% 50%;
	background-size: cover;
	margin-bottom: 0;
}

.sh-heading span.sh-heading-content {
	line-height: normal;
}

.sh-heading-style2 {
	position: relative;
	text-align: center;
	margin-top: 30px;
}

.sh-heading-style2 .sh-heading-additional {
	position: absolute;
	left: 0; right: 0; top: 11px; bottom: 0;
	margin-bottom: 0;
}

.sh-heading-style2 .sh-heading-additional-text {
	font-size: 72px;
	line-height: 72px;
	color: #efefef;
	font-style: italic;
	z-index: -1;
	margin-top: 0;
}

.sh-heading-style3 .sh-heading-content {
	display: table;
	padding: 20px 75px;
	margin: 0 auto;
}

.sh-heading-style4 .sh-heading-content {
	display: table;
	padding: 40px 75px;
	margin: 0 auto;
}


/**
 * 12.0 - Heading Animated
 */

.sh-heading-animated-content {
	margin-bottom: 0;
}

.typed-cursor{
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}


/**
 * 13.0 - Icon
 */

.sh-icon {
	display: table!important;
}

.sh-icon-left {
	margin-right: auto;
}

.sh-icon-right {
	margin-left: auto;
}

.sh-icon-center {
	margin: 0 auto;
}

@media (max-width: 800px ) {
	.sh-icon-mobile-left {
		margin-right: auto;
		margin-left: 0;
	}

	.sh-icon-mobile-center {
		margin: 0 auto;
	}

	.sh-icon-mobile-right {
		margin-left: auto;
		margin-right: 0;
	}
}



/* Icons */

.sh-icon-group {
	text-align: center;
}

.sh-icon-group-left {
	text-align: left;
}

.sh-icon-group-right {
	text-align: right;
}

.sh-icon-group-item {
	display: inline-block;
	width: 60px;
	height: 60px;
	padding: 0 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	position: relative;
	cursor: pointer;
	text-align: center;
}

.sh-icon-group-item i {
	font-size: 24px;
	line-height: 60px;
	transition: 0.3s all ease-in-out;
}

.sh-icon-group-style2 .sh-icon-group-item {
	border-radius: 100px;
	border: 1px solid rgba(183, 183, 183, 0.53);
	width: 54px;
	height: 54px;
	text-align: center;
	margin-right: 12px;
	transition: 0.3s all ease-in-out;
}

.sh-icon-group-style2 .sh-icon-group-item i {
	line-height: 53px;
}

.sh-icon-group-style1 .sh-icon-group-item-container {
	transition: 0.5s all;
	width: 60px;
	height: 60px;
	border-radius: 100px;
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-30px);
	    -ms-transform: translateY(-30px);
	        transform: translateY(-30px);
	text-align: center;
}

.sh-icon-group-style1 .sh-icon-group-item:hover .sh-icon-group-item-container {
	background-color: #fff;
	width: 60px;
	-webkit-animation: icon_round_animation 0.5s;
	        animation: icon_round_animation 0.5s;
	color: #fff;
	box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.2);
}

.sh-icon-group-style1 .sh-icon-group-item:hover .sh-icon-group-item-container i {
	color: #505050!important;
}

.sh-icon-group-style3 .sh-icon-group-item i {
	transition: 0.4s all ease-in-out;
}

.sh-icon-group-style3 .sh-icon-group-item:hover i {
	opacity: 0.7;
}

.sh-icon-group-style4 .sh-icon-group-item {
	line-height: normal;
	height: auto;
	padding-left: 0;
    padding-right: 15px;
}

.sh-icon-group-style4 .sh-icon-group-item i {
	line-height: normal;
}


/**
 * 14.0 - Icon box
 */

.sh-iconbox {
	margin: 0px 0 15px 0;
	position: relative;
	text-align: center;
}

.sh-iconbox-icon-shape {
	position: relative;
}

.sh-iconbox-icon {
	font-size: 30px;
	margin-bottom: 20px;
}

.sh-iconbox-title h3 {
	font-size: 16px;
	margin-bottom: 7px;
}

@media (max-width: 800px ) {
	.sh-iconbox.improved-responsiveness {
		max-width: 450px;
		margin: 0 auto;
	}
}

.sh-iconbox-style1 .sh-iconbox-hover,
.sh-iconbox-style2 .sh-iconbox-hover,
.sh-iconbox-style3 .sh-iconbox-hover,
.sh-iconbox-style4 .sh-iconbox-hover,
.sh-iconbox-style5 .sh-iconbox-hover,
.sh-iconbox-style6 .sh-iconbox-hover {
	display: inline-block;
	position: relative;
}

.sh-iconbox-style1:hover .sh-iconbox-hover,
.sh-iconbox-style2:hover .sh-iconbox-hover,
.sh-iconbox-style3:hover .sh-iconbox-hover,
.sh-iconbox-style4:hover .sh-iconbox-hover,
.sh-iconbox-style5:hover .sh-iconbox-hover,
.sh-iconbox-style6:hover .sh-iconbox-hover {
	-webkit-transform: translateY(-5px);
	    -ms-transform: translateY(-5px);
	        transform: translateY(-5px);
}

/* Iconbox Layout - Left */
.sh-iconbox-left .sh-iconbox-icon {
	position: absolute;
}

.sh-iconbox-left .sh-iconbox-aside {
	padding-left: 55px;
	text-align: left;
}

.sh-iconbox.sh-iconbox-left .sh-iconbox-aside-noicon,
.sh-iconbox.sh-iconbox-right .sh-iconbox-aside-noicon {
	padding-left: 0;
	padding-right: 0;
}

.sh-iconbox-left .sh-iconbox-icon {
	position: absolute;
}

.sh-iconbox-left .sh-iconbox-aside {
	padding-left: 60px;
}

.sh-iconbox-style1.sh-iconbox-left .sh-iconbox-aside {
	padding-left: 160px;
}

.sh-iconbox-style3.sh-iconbox-left .sh-iconbox-aside,
.sh-iconbox-style4.sh-iconbox-left .sh-iconbox-aside,
.sh-iconbox-style5.sh-iconbox-left .sh-iconbox-aside,
.sh-iconbox-style6.sh-iconbox-left .sh-iconbox-aside {
	padding-left: 90px;
}

.sh-iconbox-style7.sh-iconbox-left .sh-iconbox-aside,
.sh-iconbox-style8.sh-iconbox-left .sh-iconbox-aside,
.sh-iconbox-style9.sh-iconbox-left .sh-iconbox-aside {
	padding-left: 120px;
}

.sh-iconbox-style10.sh-iconbox-left,
.sh-iconbox-style10.sh-iconbox-left .sh-iconbox-top {
	text-align: left;
}

.sh-iconbox-style10.sh-iconbox-left .sh-iconbox-icon {
	position: relative;
}

.sh-iconbox-style10.sh-iconbox-left .sh-iconbox-container > div {
	padding-left: 0px;
}

.sh-iconbox-style10.sh-iconbox-right .sh-iconbox-container > div {
	padding-right: 0px;
}

.sh-iconbox-left .sh-iconbox-seperator {
	margin-left: 0!important;
}

@media (min-width: 1400px) and (max-width: 1650px) {
	.sh-section-container .sh-column.fw-col-sm-3 .sh-iconbox-style10 .sh-iconbox-icon i {
		font-size: 30px!important;
		padding-right: 10px;
	}
}

@media (min-width: 800px) and (max-width: 1399px) {
	.sh-section-container .sh-column.fw-col-sm-3 .sh-iconbox-style10 .sh-iconbox-icon {
		display: block;
	}

	.sh-section-container .sh-column.fw-col-sm-3 .sh-iconbox-style10 .sh-iconbox-icon i {
		padding-right: 0px;
		padding-left: 0px;
		padding-bottom: 10px;
	}
}


/* Iconbox Layout - Right */
.sh-iconbox-right .sh-iconbox-icon {
	position: absolute;
	right: 0;
}

.sh-iconbox-right .sh-iconbox-aside {
	padding-right: 55px;
	text-align: right;
}

.sh-iconbox-right .sh-iconbox-icon {
	position: absolute;
}

.sh-iconbox-right .sh-iconbox-aside {
	padding-right: 60px;
}

.sh-iconbox-style1.sh-iconbox-right .sh-iconbox-aside {
	padding-right: 160px;
}

.sh-iconbox-style3.sh-iconbox-right .sh-iconbox-aside,
.sh-iconbox-style4.sh-iconbox-right .sh-iconbox-aside,
.sh-iconbox-style5.sh-iconbox-right .sh-iconbox-aside,
.sh-iconbox-style6.sh-iconbox-right .sh-iconbox-aside {
	padding-right: 90px;
}

.sh-iconbox-style7.sh-iconbox-right .sh-iconbox-aside,
.sh-iconbox-style8.sh-iconbox-right .sh-iconbox-aside,
.sh-iconbox-style9.sh-iconbox-right .sh-iconbox-aside {
	padding-right: 120px;
}

.sh-iconbox-right .sh-iconbox-seperator {
	margin-right: 0!important;
}


.sh-iconbox-style10.sh-iconbox-right,
.sh-iconbox-style10.sh-iconbox-right .sh-iconbox-top {
	text-align: right;
}

.sh-iconbox-style10.sh-iconbox-right .sh-iconbox-icon {
	position: relative;
}

/* Iconbox Layout - 1 */
.sh-iconbox-style1 {
	text-align: center;
}

.sh-iconbox-style1 .sh-iconbox-icon-shape {
	border: 2px solid #e6e6e6;
	width: 130px;
	height: 130px;
	margin: 0 auto;
	display: table;
	margin-bottom: 40px;
	position: relative;
}

.sh-iconbox-style1 .sh-iconbox-icon-shape > i {
	line-height: 130px;
}

.sh-iconbox-style1 .sh-iconbox-rhombus {
	width: 110px;
	height: 110px;
	margin-top: 42px;
}

.sh-iconbox-style1 .sh-iconbox-rhombus > i {
	line-height: 110px;
}

.sh-iconbox-style1 .sh-iconbox-icon2 {
	position: absolute;
	right: -23px;
	bottom: -23px;
	width: 60px;
	height: 60px;
	background-color: #fff;
	border-radius: 100%;
}

.sh-iconbox-style1 .sh-iconbox-icon2 i {
	line-height: 60px;
	color: #dcdcdc;
	font-size: 24px;
}

.sh-iconbox-style1 .sh-iconbox-circle .sh-iconbox-icon2 {
	right: -14px;
	bottom: -14px;
}

/* Iconbox Layout - 2 */
.sh-iconbox-style2 .sh-iconbox-icon {
	margin-bottom: 10px;
}

.sh-iconbox-style2:not(.sh-iconbox-left):not(.sh-iconbox-right) .sh-iconbox-title h3 {
	margin-bottom: 20px;
}

.sh-iconbox-style3 .sh-iconbox-icon-shape,
.sh-iconbox-style4 .sh-iconbox-icon-shape,
.sh-iconbox-style5 .sh-iconbox-icon-shape,
.sh-iconbox-style6 .sh-iconbox-icon-shape {
	width: 60px;
	height: 60px;
	margin: 0 auto;
	display: table;
	position: relative;
	margin-bottom: 30px;
}

/*.sh-iconbox-style3 .sh-iconbox-icon-shape i,*/
.sh-iconbox-style4 .sh-iconbox-icon-shape i,
.sh-iconbox-style5 .sh-iconbox-icon-shape i,
.sh-iconbox-style6 .sh-iconbox-icon-shape i {
	line-height: 60px;
	font-size: 60px;
}

.sh-iconbox-style4 .sh-iconbox-seperator {
	display: block;
	margin: 0 auto;
	width: 30px;
	height: 5px;
	background-color: #ebebeb;
	margin-top: 15px;
	margin-bottom: 15px;
	border-radius: 30px;
}

.sh-iconbox-style5 .sh-iconbox-title {
	color: #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 15px;
	padding-bottom: 8px;
}

.sh-iconbox-style6 .sh-iconbox-icon-shape i {
	text-shadow: -3px 2px rgba(141, 141, 141, 0.3);
}

.sh-iconbox-style7 .sh-iconbox-icon-shape,
.sh-iconbox-style8 .sh-iconbox-icon-shape,
.sh-iconbox-style9 .sh-iconbox-icon-shape {
	width: 90px;
	height: 90px;
	margin: 0 auto;
	display: table;
	position: relative;
	margin-bottom: 30px;
}

.sh-iconbox-style7 .sh-iconbox-icon-shape i,
.sh-iconbox-style8 .sh-iconbox-icon-shape i,
.sh-iconbox-style9 .sh-iconbox-icon-shape i {
	line-height: 90px;
	font-size: 40px;
}

.sh-iconbox-style7 .sh-iconbox-icon-shape {
	width: 100px;
	height: 100px;
	border: 2px solid #8d8d8d;
}

.sh-iconbox-style7 .sh-iconbox-icon-shape i {
	color: #8d8d8d;
	line-height: 100px;
}

.sh-iconbox-style8 .sh-iconbox-icon-shape,
.sh-iconbox-style9 .sh-iconbox-icon-shape {
	background-color: #8d8d8d;
}

.sh-iconbox-style8 .sh-iconbox-icon-shape i,
.sh-iconbox-style9 .sh-iconbox-icon-shape i {
	color: #fff;
}

.sh-iconbox-style8 .sh-iconbox-icon-shape:after {
	content: "";
	display: block;
	position: absolute;
	top: 2px; bottom: 2px; left: 2px; right: 2px;
	border: 2px solid #fff;
}

.sh-iconbox-style8 .sh-iconbox-circle:after {
	border-radius: 50%;
}

.sh-iconbox-style10 .sh-iconbox-top {
	text-align: center;
	padding-bottom: 15px!important;
}

.sh-iconbox-style10 .sh-iconbox-icon i {
	padding-right: 15px;
	position: relative;
	bottom: -1px;
	vertical-align: middle;
}

@media (max-width: 1024px) {
	.sh-iconbox-style10 .sh-iconbox-icon i {
		padding-left: 15px;
	}
}

.sh-iconbox-style10 .sh-iconbox-top > div {
	display: inline-block;
	line-height: normal;
}

.sh-iconbox-style10 .sh-iconbox-container > div {
	padding: 10px;
}

.sh-iconbox-style10 .sh-iconbox-container > .sh-iconbox-top {
	padding-top: 0;
}

.sh-iconbox-style10 .sh-iconbox-container > .sh-iconbox-bottom {
	padding-bottom: 0;
	padding-top: 15px!important;
}

.sh-iconbox-style10 .sh-iconbox-top {
	border-bottom: 1px solid #e8e8e8;
}

.sh-iconbox-style10 h3,
.sh-iconbox-style10 .sh-iconbox-icon {
	margin-bottom: 0;
}

.sh-iconbox-style11 .sh-iconbox-container {
	padding: 0 30px;
	margin-top: -10px;
}

.sh-iconbox-style11 .sh-iconbox-top {
	position: relative;
	padding: 40px 0;
}

.sh-iconbox-style11 .sh-iconbox-title {
	background-color: #fff;
    display: table;
    margin: 0 auto;
}

.sh-iconbox-style11 .sh-iconbox-title h3 {
	margin-bottom: 0;
}

.sh-iconbox-style11 .sh-iconbox-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	    -ms-transform: translateX(-50%) translateY(-50%);
	        transform: translateX(-50%) translateY(-50%);
	z-index: -1;
	margin-bottom: 0;
}

.sh-iconbox-style11 .sh-iconbox-icon-shape {
	margin-bottom: -10px;
}

.sh-iconbox-style11 .sh-iconbox-icon i {
	font-size: 72px;
	color: #f1f1f1;
}

.sh-iconbox-style12 {
	transition: 0.3s left ease-in-out;
	left: 0;
	right: 0;
}

.sh-iconbox-style12.sh-iconbox-left:hover {
	left: 15px;
}

.sh-iconbox-style12.sh-iconbox-right:hover {
	right: 15px;
}

.sh-iconbox-style12:not(.sh-iconbox-left):not(.sh-iconbox-right):hover {
	top: 15px;
}

/* IconBox - Shapes */
.sh-iconbox-none {
	border: none!important;
}

.sh-iconbox-none {
	line-height: normal;
}

.sh-iconbox-circle {
	border-radius: 50%;
}

.sh-iconbox-rounded {
	border-radius: 10px;
}

.sh-iconbox-rhombus {
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.sh-iconbox-rhombus i {
	display: inline-block;
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	position: relative;
}

/* Alignment */
.sh-iconbox-box-alignment-center {
	display: table;
	margin: 0 auto;
}

.sh-iconbox-box-alignment-left {
	display: table;
	margin-left: 0px;
	margin-right: auto;
}

.sh-iconbox-box-alignment-right {
	display: table;
	margin-left: auto;
	margin-right: 0px;
}


/**
 * 14.1 - Icon Box Slider
 */

.sh-iconbox-slider-content {
	display: none;
}

.sh-iconbox-slider-content.slick-initialized {
	display: block;
}

.sh-iconbox-slider-item {
	height: 600px;
	background-color: #fafafa;
	text-align: center;
}

.sh-iconbox-slider-item-content {
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	        flex-direction: column;
	-webkit-flex-direction: column;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding-bottom: 125px;
}

.sh-iconbox-slider-tabs {
	box-shadow: 0px 3px 13px 1px rgba(0,0,0,0.12);
	background-color: #fff;
	position: relative;
	margin-top: -125px;
	z-index: 100;
}

.sh-iconbox-slider-tabs .slick-list {
	padding: 0!important;
}

.sh-iconbox-slider-tab {
	width: 250px;
	height: 250px!important;
	text-align: center;
	background-color: transparent;
	position: relative;
	float: left;
	overflow: hidden;
}

.sh-iconbox-slider-tab:hover h5 {
	font-weight: bold;
}

.sh-iconbox-slider-tab-container {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
            flex-direction: column;
    -webkit-flex-direction: column;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-right: 1px solid #e6e6e6;
    position: absolute;
    top: 20px; bottom: 20px; left: 0; right: 0;
}

.sh-iconbox-slider-tabs .sh-iconbox-slider-tab.slick-center:last-child .sh-iconbox-slider-tab-container {
	border-right-width: 0px
}

.sh-iconbox-slider-tab-content {
    position: relative;
    z-index: 100;
}

.sh-iconbox-slider-item-content-container {
    max-width: 930px;
    margin: 0 auto;
	padding:  0 30px;
}

.sh-iconbox-slider-tab-content i {
	font-size: 36px;
	padding-bottom: 30px;
	display: block;
	color: #cacaca;
}

.sh-iconbox-slider-tab-content h5 {
	font-size: 13px;
	font-weight: normal;
}

.sh-iconbox-slider-tab-icon {
	position: absolute;
	right: -70px; bottom: -70px;
	font-size: 200px;
	color: #f1f1f1;
	opacity: 0;
	transition: 0.5s all ease-in-out;
}

.sh-iconbox-slider-tab.slick-current .sh-iconbox-slider-tab-icon {
	opacity: 1;
	right: -50px; bottom: -50px;
}

.sh-iconbox-slider-tab.slick-current:after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 5px;
    border-radius: 5px;
    background-color: #47c9e5;
    z-index: 100;
    transition: 0.3s all ease-in-out;
}

.sh-iconbox-slider-tab.slick-current h5 {
	font-weight: bold;
	text-transform: uppercase;
}

.sh-iconbox-slider-tab.slick-current .sh-iconbox-slider-tab-content i {
	color: #47c9e5;
}

.sh-iconbox-slider-tab:not(.slick-current) h5 {
	color: #8d8d8d;
	text-transform: uppercase;
}

.sh-iconbox-slider-tab:not(.slick-current) {
	cursor: pointer;
}

/* Slider Content */
.sh-iconbox-slider .sh-iconbox-slider-item {
	height: 600px;
	background-color: #423f3c;
	background-position: 50% 50%;
	background-size: cover;
	text-align: center;
}

.sh-iconbox-slider .sh-iconbox-slider-item * {
	color: #fff;
}

.sh-iconbox-slider .sh-iconbox-slider-item p {
	font-size: 16px;
	opacity: 0.7;
}

/* Slider Arrows */
.sh-iconbox-slider-content .slick-prev,
.sh-iconbox-slider-content .slick-next {
    width: 60px;
    height: 60px;
    margin-top: -92px;
    font-size: 30px;
    border: none;
    color: #fff;
    background-color: transparent;
    padding: 0;
    transition: 0.3s all ease-in-out;
    opacity: 0;
}

.sh-iconbox-slider-content:hover .slick-prev,
.sh-iconbox-slider-content:hover .slick-next {
	opacity: 1;
}

.sh-iconbox-slider-content .slick-prev:hover,
.sh-iconbox-slider-content .slick-next:hover {
    opacity: 0.5;
}

.sh-iconbox-slider-content .slick-prev {
	left: 50px;
}

.sh-iconbox-slider-content .slick-next {
	right: 50px;
}

@media (max-width: 1250px) {

	/* Page Container */
	.sh-iconbox-slider-content .slick-prev,
	.sh-iconbox-slider-content .slick-next {
		display: none!important;
	}

}

/* Dynamic width */
@media (min-width: 1250px) {
	.sh-iconbox-slider-dynamic .sh-iconbox-slider-tabs {
		display: table;
		margin-left: auto;
		margin-right: auto;
	}

	.sh-iconbox-slider-dynamic .sh-iconbox-slider-tab {
		width: 250px!important;
	}
}

/**
 * 15.0 - Image Curtains
 */

.sh-image-comparison {
	width: 100%;
}

.sh-image-comparison img {
	width: 100%;
}

.sh-image-comparison img:last-child {
	display: none;
}

.sh-image-comparison.twentytwenty-container img:last-child {
	display: block!important;
}

.sh-image-comparison .twentytwenty-handle {
	height: 48px;
	width: 48px;
    margin-left: -30px;
    margin-top: -30px;
	cursor: move;
	-webkit-animation-delay: 0.2s;
	        animation-delay: 0.2s;
	-webkit-animation-iteration-count: infinite;
	        animation-iteration-count: infinite;
	-webkit-animation-duration: 3s;
	        animation-duration: 3s;
	box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.2);
	border-width: 6px;
}

.sh-image-comparison .twentytwenty-handle:before,
.sh-image-comparison .twentytwenty-handle:after {
	opacity: 0;
}

.sh-image-comparison .twentytwenty-left-arrow,
.sh-image-comparison .twentytwenty-right-arrow {
	border: 0px solid transparent;
	margin-top: -14px;
}

.sh-image-comparison .twentytwenty-left-arrow {
	margin-left: -15px;
}

.sh-image-comparison .twentytwenty-right-arrow {
	margin-right: 0px;
}

.sh-image-comparison .twentytwenty-before {
	-webkit-animation-delay: 0.3s;
	        animation-delay: 0.3s;
}

.sh-image-comparison .twentytwenty-before-label:before,
.sh-image-comparison .twentytwenty-after-label:before {
	background-color: transparent;
	padding: 10px;
	color: #fff;
	font-family: inherit;
	top: auto!important;
	bottom: 2px;
	margin: 0 5px;
	font-size: 14px;
}

.sh-image-comparison .twentytwenty-right-arrow:before,
.sh-image-comparison .twentytwenty-left-arrow:before {
	font-family: 'themify';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	color: #fff;
	font-size: 30px;
}

.sh-image-comparison .twentytwenty-left-arrow:before {
	content: "\e658";
}

.sh-image-comparison .twentytwenty-right-arrow:before {
	content: "\e658";
	display: none;
}

.twentytwenty-wrapper {
	background-color: transparent!important;
}


/**
 * 16.0 - Image Gallery
 */

.sh-image-gallery {
	width: 100%;
}

.sh-image-gallery .post-meta-thumb {
	max-height: none;
}

.sh-image-gallery-container {
	display: none;
	padding-bottom: 45px;
}

.sh-image-gallery-container.slick-initialized {
	display: block;
}

.sh-image-gallery-container:not(.slick-initialized) .sh-image-gallery-item:not(:first-child) {
	display: none;
}

.sh-image-gallery .slick-dots {
	bottom: 0px;
}

.sh-image-gallery-dark .slick-dots li.slick-active button:after {
	color: #3f3f3f;
}

.sh-image-gallery-dark .slick-dots li button:after {
	color: rgba(0,0,0,0.3);
}

.sh-image-gallery .slick-arrow {
	display: none!important;
}

.sh-gallery-item:hover .sh-overlay-style1 {
	opacity: 1!important;
}

.sh-image-gallery-disable {
	padding-bottom: 0px;
}

.sh-image-gallery-disable .slick-dots {
	display: none!important;
}

.sh-image-gallery-dots2 {
	padding-bottom: 0px;
}

.sh-image-gallery-dots2 .slick-dots {
	bottom: 45px;
}

@media (min-width: 800px) {
	.sh-image-gallery-dots-left ul.slick-dots {
		text-align: left;
		padding-left: 0px;
		left: -5px;
	}

	.sh-image-gallery-dots-right ul.slick-dots {
		text-align: right;
		padding-right: 0px;
		right: -5px;
	}
}

.sh-image-gallery-noverlay .post-meta-thumb:hover img {
	-webkit-transform: none!important;
	transform: none!important;
}

@media (max-width: 800px) {

	.sh-image-gallery-dots2 .slick-dots {
		display: none!important;
	}

	.sh-image-gallery .slick-list {
		margin-left: 0px!important;
		margin-right: 0px!important;
	}

}

@media (max-width: 479px) {

	.sh-image-gallery .slick-list,
	.sh-image-gallery .sh-gallery-item {
		margin-left: 0px!important;
		margin-right: 0px!important;
	}

}



.sh-recent-posts-carousel .slick-dots,
.sh-recent-products-carousel .slick-dots {
	bottom: 0;
	margin-bottom: 0;
}

.sh-recent-posts-carousel .post-item .slick-dots {
	bottom: 20px;
}

.sh-recent-posts-carousel .slick-track {
	padding: 15px 0;
}

.sh-recent-posts-carousel .slick-track .slick-track {
	padding: 0;
}

.sh-recent-products-carousel .slick-track {
	padding: 15px 0 30px 0;
}

.sh-recent-posts-carousel .post-item,
.sh-recent-products-carousel .products li.product:not(.slick-slide) {
	display: none;
}

.sh-recent-posts-carousel .blog-style-masonry {
	opacity: 1;
}

.sh-recent-posts-carousel .blog-style-grid .post-item {
	float: left;
}

.sh-recent-posts-carousel .slick-initialized .slick-slide.post-item {
	display: block;
	float: left;
}

.sh-recent-posts-carousel .slick-dots li button,
.sh-recent-products-carousel .slick-dots li button {
	background-color: #ebebeb;
}

@media (max-width: 800px) {
	.sh-woocommerce-products .woocommerce ul.products.slick-slider li.product {
		clear: none!important;
	}

	.sh-woocommerce-products .woocommerce ul.products:not(.slick-slider) li.product {
		min-width: 50%;
	}
}

@media (max-width: 550px) {
	.sh-woocommerce-products .woocommerce ul.products:not(.slick-slider) li.product {
		min-width: 100%;
	}
}


/**
 * 17.0 - Image Points
 */

.sh-image-points {
	position: relative;
	display: table;
	margin: 0 auto;
}

.sh-image-point {
	width: 28px;
	height: 28px;
	line-height: 23px;
	border: 4px solid #fff;
	background-color: #fff;
	border-radius: 100%;
	position: absolute;
	margin-top: -9px;
	margin-left: -9px;
	cursor: pointer;
	z-index: 5;
	transition: 0.3s all ease-in-out;
	opacity: 1;
	box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.2);
	text-align: center;
	font-size: 12px;
	color: #fff;
}

.sh-image-point:after {
	content: "";
    display: block;
    position: absolute;
    top: -10px;
    left: -10px;
    bottom: -10px;
    right: -10px;
}

.sh-image-points img.sh-image-url {
	margin-bottom: 0;
}

.sh-image-point:hover {
	line-height: 27px;
	width: 32px;
	height: 32px;
	margin-left: -11px;
	margin-top: -11px;
}

.sh-image-point:hover {
	background-color: rgba(255,255,255,1);
	z-index: 10;
}

.sh-image-point-tooltip {
	position: absolute;
	z-index: 200;
	left: 40px;
	margin-bottom: 5px;
	padding: 10px 15px;
	width: 250px;
	background-color: #fff;
	border-left: 0px solid #fff;
	content: attr(data-tooltip);
	text-align: left;
	font-size: 16px;
	text-align: center;
	box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.2);
	color: #8d8d8d;
}

.sh-image-point-tooltip {
	visibility: hidden;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	transition: opacity 0.2s ease-in-out,
	visibility 0.2s ease-in-out,
	-webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
		transition: opacity 0.2s ease-in-out,
		visibility 0.2s ease-in-out,
		transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
	transition:
		opacity 0.2s ease-in-out,
		visibility 0.2s ease-in-out,
		transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24),
	-webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
	-webkit-transform: translate3d(0, 0, 0);
	transform:         translate3d(0, 0, 0);
	pointer-events: none;
	background-color: #fff;
}

.sh-image-point:hover .sh-image-point-tooltip,
.sh-image-point:focus .sh-image-point-tooltip:hover {
	visibility: visible;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

.sh-image-point-right .sh-image-point-tooltip {
	left: -265px!important;
	border-left-width: 0px;
	border-right-width: 0px;
}

@media (max-width: 800px) {
	.sh-image-point-right .sh-image-point-tooltip {
		left: -152px!important;
		border-left-width: 0px;
		border-right-width: 0px;
	}

	.sh-image-point-tooltip {
		font-size: 12px;
		padding: 8px;
		width: 140px;
		line-height: 1.2;
	}
}

/* Image Points - Style 2 */
.sh-image-points-style2 .sh-image-point {
	width: 38px;
	height: 38px;
	border-width: 6px;
	box-shadow: 0 8px 30px 3px rgba(0,0,0,0.2);
	transition: 0.2s all ease-in-out;
	animation: animate_pulse 3s infinite;
}

.sh-image-points-style2 .sh-image-point:hover {
	width: 45px;
	height: 45px;
	margin-left: -11px;
	margin-top: -11px;
	padding-top: 3px;
}

.sh-image-points-style2 i {
	font-size: 19px!important;
	line-height: 29px;
	transition: 0.2s all ease-in-out;
}

.sh-image-points-style2 .sh-image-point-tooltip {
	left: 55px;
}

@media (max-width: 600px) {
	.sh-image-points-style2 .sh-image-point {
		width: 28px;
		height: 28px;
		border-width: 4px;
	}

	.sh-image-points-style2 .sh-image-point:hover {
		width: 35px;
		height: 35px;
		padding-top: 2px;
	}

	.sh-image-points-style2 i {
		font-size: 15px!important;
		line-height: 22px;
	}

	.sh-image-points-style2 .sh-image-point-tooltip {
		left: 40px;
	}
}


/**
 * 18.0 - List
 */

.sh-list {
	margin: 0 0 15px 0;
	list-style: none;
	padding-left: 0;
}

.sh-list-vc {
	margin-bottom: 0;
}

.sh-list-item {
	padding: 3px 0;
	display: flex;
	align-items: center;
}

.sh-list-icon {
	padding-right: 9px;
	padding-left: 1px;
	position: relative;
}

.sh-list-icon i {
	font-size: 17px;
}

.sh-list-item img.sh-list-image {
	margin-bottom: 0!important;
}

.sh-list-style2 {
	font-weight: bold;
}

.sh-list-style3 .sh-list-item {
	border-bottom: 1px solid rgba( 0,0,0,0.1 );
	padding: 4px 0;
}

.sh-list-style3 .sh-list-item:last-child {
	border-bottom: 0px;
}

.sh-list-style4 .sh-list-item {
	font-size: 18px;
	display: inline-block;
	margin-right: 15px;
}

.sh-list-style4 .sh-list-icon {
	padding-right: 5px;
}


/**
 * 19.0 - Partners
 */

.sh-partners {
	text-align: center;
}

.sh-partners-item {
	padding: 0 2%;
	min-width: 150px;
	margin-bottom: 0px;
	display: inline-block;
	margin-right: -4px;
}

@media (max-width: 400px) {
	.sh-partners:not(.sh-carousel) .sh-partners-item {
		width: 100%!important;
	}
}

.sh-partners-carousel .slick-slide a:hover img {
	opacity: 0.75;
}

.sh-partners-image {
	max-width: 280px;
	line-height: 110px;
	display: table;
	margin: 0 auto;
}

.sh-partners-image img {
	max-width: 100%;
	max-height: 110px;
	vertical-align: middle;
}

.sh-partners-carousel {
	overflow: hidden;
	opacity: 0;
	height: 0;
	transition: 0.3s opacity ease-in-out;
}

.sh-partners-carousel .slick-slide {
	margin-right: 0;
    padding: 0 15px;
	overflow: hidden;
}

.sh-partners-carousel-item-content {
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    text-align: center;
	width: 100%;
	height: 100%;
}

.sh-partners-carousel .slick-slide a {
	display: block;
	width: 100%;
}

.sh-partners-carousel .slick-slide img {
	min-width: 1px;
	max-width: 100%;
	display: table;
	margin: 0px auto;
}

.fw-row .sh-partners-carousel-additional-padding .slick-slide {
	padding: 100px 0;
}

.vc_row .sh-partners-carousel-additional-padding .slick-slide {
	padding-top: 100px;
	padding-bottom: 100px;
}

.sh-partners-carousel-additional-horizontal-padding-remove .slick-slide {
	padding-left: 0px;
	padding-right: 0px;
}

.sh-partners-carousel-additional-padding,
.sh-partners-carousel-additional-padding .slick-slide,
.sh-partners-carousel-additional-padding .sh-partners-image {
	max-height: 310px!important;
}

/**
 * 20.0 - Pie Chart
 */

.sh-piechart {
    position: relative;
    display: table;
    margin: 0 auto;
    margin-bottom: 15px;
}

.sh-piechart svg {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
}

.sh-piechart-percentage {
    text-align:center;
    position: absolute;
    line-height: 200px;
    width: 100%;
    z-index: 200;
}

.sh-piechart-percentage-number {
    text-align: center;
    font-size: 36px;
}

.sh-piechart-percentage-symbol {
	font-size: 24px;
}

.sh-piechart-circle .circle_animation {
	stroke-dasharray: 600;
	stroke-dashoffset: 600;
}

.sh-piechart-circle .sh-piechart-pointer {
	display: block;
	content: "";
	position: absolute;
	background-color: #4dbb7c;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 16px;
	margin-left: -8px;
	margin-top: -10px;
	overflow: hidden;
    z-index: 21000;
    border-radius: 100%;
}

.sh-piechart-rhomb{
	padding: 34px 0;
}

.sh-piechart-rhomb .sh-piechart-percentage {
    line-height: 162px;
}

.sh-piechart-rhomb svg {
    -webkit-transform: rotate(225deg)!important;
        -ms-transform: rotate(225deg)!important;
            transform: rotate(225deg)!important;
}

.sh-piechart-rhomb .rhomb_animation {
	stroke-dasharray: 800;
	stroke-dashoffset: 800;
}

.sh-piechart .sh-piechart-animation {
	display: none;
}

.sh-piechart.sh-piechart-animated .sh-piechart-animation {
	display: block;
}


/**
 * 21.0 - Portfolio
 */

.sh-portfolio {
	position: relative;
	margin: 0 -15px;
	opacity: 0;
	transition: 0.25s all ease;
}

.sh-portfolio-archive {
	margin-top: -15px;
	margin-bottom: 30px;
}

.sh-portfolio-style-masonry2 {
	margin: 0;
}

.sh-portfolio-style-default-shadow .sh-portfolio-content-container {
	padding: 30px;
	padding-top: 10px;
	box-shadow: 0px 3px 13px 1px rgba(0,0,0,0.12);
}

.sh-portfolio-item {
	width: 33.3%;
	padding: 0 15px;
	margin: 15px 0;
}

.sh-portfolio-title {
	margin: 20px 20px 10px 0px;
	font-size: 16px;
	font-weight: bold;
}

.sh-portfolio-description {
	margin: 0px 20px 0px 0px;
}

.sh-portfolio-image,
.sh-portfolio-image-fluid {
	overflow: hidden;
	position: relative;
	z-index: 10;
}

.sh-portfolio-image-position {
	display: block;
	position: relative;
	-webkit-transform: translate3d(0,0,0);
	        transform: translate3d(0,0,0);
}

.sh-portfolio-img,
.sh-portfolio-image-position {
	width: 100%;
	margin-bottom: 0px!important;
}

.sh-portfolio-single-slider iframe {
	border: 0;
}

.sh-portfolio-single-slider .sh-portfolio-single {
	padding-top: 50px;
}

.sh-portfolio-single-related-mini .sh-portfolio-image:hover .sh-portfolio-image-position,
.sh-portfolio-overlay-style-overlay1 .sh-portfolio-image:hover .sh-portfolio-image-position {
	-webkit-transform: translate3d( 0, -45px, 0 );
	        transform: translate3d( 0, -45px, 0 );
}

.sh-portfolio-image-landscape {
	padding-top: 75%;
}

.sh-portfolio-image-square {
	padding-top: 100%;
}

.sh-portfolio-image-container {
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	overflow: hidden;
	z-index: 50;
	background-size: cover;
	background-position: 50% 50%;
}

.sh-portfolio-masonry2 {
	padding: 0;
	margin: 0;
}

.sh-portfolio-masonry2 .sh-portfolio-image {
	position: relative;
}

.sh-portfolio-grid {
	padding: 15px;
	margin: 0px;
}

.sh-portfolio-default2 .sh-portfolio-description {
	margin: 0px 0px 10px 0px;
}

.sh-portfolio .sh-portfolio-default2 .sh-portfolio-title {
	background-color: transparent!important;
	color: #fff;
	margin: 60px 25px 22px 25px;
	padding-bottom: 12px;
	z-index: 0;
	transition: 0.3s color ease-in-out;
	font-size: 24px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}

.sh-portfolio .sh-portfolio-default2 .sh-portfolio-title:hover {
	opacity: 0.7;
}

.sh-portfolio-title-container {
	position: absolute;
	bottom: 0; left: 0; right: 0;
    background: linear-gradient(to bottom, rgba(255,0,0,0), rgba(0,0,0,0.35));
}

.sh-portfolio-default2.sh-portfolio-overlay-style-none .sh-portfolio-image:hover .sh-portfolio-title-container {
    background: linear-gradient(to bottom, rgba(255,0,0,0), rgba(0,0,0,0.4));
}

.sh-portfolio .sh-portfolio-default2 .sh-portfolio-title h3 {
	position: relative;
	z-index: 0;
}

.sh-portfolio-default2:not(.sh-portfolio-overlay-style-none) .sh-portfolio-image:hover .sh-portfolio-title {
	opacity: 0;
}

.sh-portfolio-default2 .sh-portfolio-description {
	background-color: #fff;
	padding: 25px;
	box-shadow: 0px 3px 13px 1px rgba(0,0,0,0.12);
}

.sh-portfolio-columns2 .sh-portfolio-item {
	width: 50%;
}

.sh-portfolio-columns4 .sh-portfolio-item {
	width: 25%;
}

.sh-portfolio-image:hover .sh-portfolio-overlay,
.sh-portfolio-image-fluid:hover .sh-portfolio-overlay {
	opacity: 1;
}

.sh-portfolio-overlay {
	display: block;
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	cursor: pointer;
}

.sh-portfolio-icon {
	position: absolute;
	top: 5px; right: 5px;

	width: 50px;
	height: 50px;
	text-align: center;
	overflow: hidden;
}

.sh-portfolio-icon i {
	font-size: 24px;
	color: #fff;
	line-height: 54px;
}

.sh-portfolio-text {
	text-align: center;
	overflow: hidden;
	text-transform: uppercase;
	padding: 13px 0;
	font-weight: bold;
	font-size: 12px;
}

.sh-portfolio-overlay-middle,
.sh-portfolio-overlay-bottom,
.sh-portfolio-overlay-info-box {
	height: 100%;
}

.sh-portfolio-overlay-bottom .sh-portfolio-icon {
	background-color: rgba( 66,199,198,0.8 );
}

.sh-portfolio-overlay-bottom .sh-portfolio-text {
	position: absolute;
	bottom: 5px; right: 5px; left: 5px;
	background-color: rgba( 66,199,198,0.8 );
	color: #fff;
}

.sh-portfolio-overlay-middle {
	background-color: rgba(0,0,0,0.15);
}

.sh-portfolio-overlay-middle .sh-portfolio-text {
	display: table;
	margin: 0 auto;
	padding: 13px 23px;
	border: 2px solid #fff;
	color: #fff;
}

.sh-portfolio-overlay-middle .sh-table {
	height: 100%;
}

.sh-portfolio-overlay-info-box {
	background-color: rgba( 66,199,198,0.8 );
	padding: 24px;
	color: #fff;
	text-align: center;
	height: 101%;
}

.sh-portfolio-overlay-info-box .sh-portfolio-title {
	margin-top: 0;
	color: #fff;
}

.sh-portfolio-overlay1-bar {
	position: absolute;
	bottom: -60px; left: 0px; right: -1px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: rgba(95, 196, 179, 1);
	color: #fff;
}

.sh-portfolio-image:hover .sh-portfolio-overlay1-bar {
	bottom: 0px;
}

.sh-portfolio-overlay1-icon {
	height: 60px;
	width: 60px;
	min-width: 60px;
	text-align: center;
	font-size: 24px;
}

.sh-portfolio-overlay1-categories {
	height: 60px;
	font-size: 12px;
	text-align: center;
	padding: 0 15px;
}

.sh-portfolio-overlay2 {
	opacity: 0;
}

.sh-portfolio-item:hover .sh-portfolio-overlay2 {
	opacity: 1;
}

.sh-portfolio-overlay2-data {
	position: absolute;
	bottom: 60px; top: 0; left: 0px; right: 0;
	background-color: rgba(95, 196, 179, 0.9);
	color: #fff;
	padding: 20px;
	border-bottom: 1px solid rgba(255,255,255,0.15);
	overflow: hidden;
}

.sh-portfolio-overlay2-title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}

.sh-portfolio-overlay2-bar {
	position: absolute;
	bottom: 0px; left: 0px; right: 0;
	font-weight: bold;
	text-transform: uppercase;
	background-color: rgba(95, 196, 179, 0.9);
	color: #fff;
}

.sh-portfolio-overlay2-icon {
	height: 60px;
	width: 60px;
	border-right: 1px solid rgba(255,255,255,0.15);
	text-align: center;
	font-size: 24px;
}

.sh-portfolio-overlay2-categories {
	height: 60px;
	font-size: 12px;
	text-align: center;
}

.sh-portfolio-overlay3 {
	opacity: 0;
}

.sh-portfolio-overlay3 .sh-portfolio-overlay1-icon {
	border-right-color: transparent;
}

.sh-portfolio-overlay3 .sh-portfolio-overlay1-categories {
	text-align: right;
	padding-right: 30px;
}

.sh-portfolio-overlay3-data {
	position: absolute;
	background-color: rgba(95, 196, 179, 0.9);
	color: #fff;
	padding: 20px;
	overflow: hidden;
	height: 100%;
	width: 101%;
}

.sh-portfolio-overlay3-title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}

.sh-portfolio-overlay3-bar {
	position: absolute;
	bottom: 0px!important; left: 0px; right: 0; top: auto!important;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}

.sh-portfolio-overlay3-icon {
	height: 60px;
	width: 60px;
	border-right: 1px solid rgba(255,255,255,0.15);
	text-align: center;
	font-size: 24px;
}

.sh-portfolio-overlay3-categories {
	height: 60px;
	font-size: 12px;
	text-align: center;
}

.sh-portfolio-overlay1-categories .sh-portfolio-category:hover,
.sh-portfolio-overlay2-categories .sh-portfolio-category:hover,
.sh-portfolio-overlay3-categories .sh-portfolio-category:hover,
.sh-portfolio-overlay4-categories .sh-portfolio-category:hover {
	opacity: 0.75;
}

.sh-portfolio-overlay4 {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	-ms-flex-pack: center;
	-ms-flex-align:center;

	background-color: rgba(71,201,229,0.8)!important;
	cursor: auto;
	opacity: 0;
	transition: 0.5s all;
}

.sh-portfolio-overlay-style-overlay4 .sh-portfolio-image:hover .sh-portfolio-overlay4 {
	opacity: 1;
}

.sh-portfolio-overlay-style-overlay4 .sh-portfolio-image:hover .sh-portfolio-image-position {
	-webkit-transform: translate3d(0,0,0) scale(1.1, 1.1);
	        transform: translate3d(0,0,0) scale(1.1, 1.1);
}

.sh-portfolio-overlay-style-overlay4 .sh-portfolio-image:hover .sh-portfolio-image-position {
	-webkit-transform: translate3d(0,0,0) scale(1.1, 1.1);
	        transform: translate3d(0,0,0) scale(1.1, 1.1);
}

.sh-portfolio-overlay4-container {
	display: table;
	margin: 0 auto;
	padding: 15px;
	color: #fff;
	text-align: center;
	margin-bottom: -12px;
}

.sh-portfolio-overlay4-categories {
	font-size: 13px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.sh-portfolio-overlay4-categories a {
	color: #fff!important;
}

.sh-portfolio-overlay4-title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 5px;
}

.sh-portfolio-overlay4-icons {
	width: 160px;
	margin: 0 auto;
}

.sh-portfolio-overlay4 .sh-overlay-item {
	width: 50%;
	position: relative;
	text-align: center;
}

.sh-portfolio-overlay4 .sh-overlay-item {
	text-align: center;
	height: 60px;
	transition: 0.5s all;
	opacity: 1;
}

.sh-portfolio-overlay4:hover  .sh-overlay-item {
	opacity: 1;
}

.sh-portfolio-overlay4 .sh-overlay-item-container i {
	font-size: 24px;
	line-height: 57px;
	transition: 0.5s all;
	color: #fff;
}

.sh-portfolio-overlay4 .sh-overlay-item {
	width: 60px;
	display: table-cell;
	padding: 0 10px;
}

.sh-portfolio-overlay4.sh-overlay-item:first-child .sh-overlay-item-container {
	right: 0;
}

.sh-portfolio-overlay4 .sh-overlay-item:only-child .sh-overlay-item-container {
	left: 50%;
	-webkit-transform: translateX(-40px) translateY(-30px);
	    -ms-transform: translateX(-40px) translateY(-30px);
	        transform: translateX(-40px) translateY(-30px);
}


.sh-portfolio-overlay4 .sh-overlay-item-container {
	transition: 0.5s all;
	width: 60px;
	height: 60px;
	border-radius: 100px;
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-30px);
	    -ms-transform: translateY(-30px);
	        transform: translateY(-30px);
	text-align: center;
}

.sh-portfolio-overlay4 .sh-overlay-item:last-child .sh-overlay-item-container {
	left: 10px;
	right: auto;
}

.sh-portfolio-overlay4 .sh-overlay-item:hover .sh-overlay-item-container {
	background-color: #fff;
	width: 60px;
	-webkit-animation: icon_round_animation 0.5s;
	        animation: icon_round_animation 0.5s;
	color: #fff;
	box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.2);
}

.sh-portfolio-overlay4 .sh-overlay-item:hover .sh-overlay-item-container i {
	color: #505050;
}

.sh-portfolio-overlay4 .sh-overlay-item:hover .sh-overlay-item-container {
	background-color: #fff;
	width: 60px;
	-webkit-animation: icon_round_animation 0.5s;
	        animation: icon_round_animation 0.5s;
	color: #fff;
	box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.2);
}


.sh-portfolio-overlay4.overlay6 {
	cursor: pointer;
}

/* Portoflio - Minimalistic */

.sh-portfolio-style-minimalistic .sh-portfolio-content-container {
	display: flex;
	padding: 30px 30px;
	box-shadow: 0px 6px 12px 2px rgba(0,0,0,0.07);
}

.sh-portfolio-style-minimalistic .sh-portfolio-content-container-left {
	flex: 1;
}

.sh-portfolio-style-minimalistic .sh-portfolio-title {
	margin: 0;
	font-size: 14px;
}

.sh-portfolio-style-minimalistic .sh-portfolio-categories {
	border-left: 1px solid #efefef;
	padding-left: 15px;
	line-height: normal;
}

.sh-portfolio-style-minimalistic .sh-portfolio-categories span {
	line-height: normal;
	font-size: 13px;
	text-transform: uppercase;
}

@media (max-width: 1025px) {
	.sh-portfolio-style-minimalistic .sh-portfolio-categories span {
		font-size: 11px;
	}
}

/* Layout */
.sh-portfolio-layout-grid {
	position: static!important;
	height: auto!important;
}

.sh-portfolio-layout-grid .sh-portfolio-item {
	position: static!important;
	display: inline-block;
	margin-left: -4px;
	vertical-align: top;
}


/**
 * 21.1 Portfolio - Filter
 */

.sh-filter-container {
	display: table;
	margin: 20px auto;
	margin-bottom: 40px;
}

.sh-filter-blog {
	margin-bottom: 60px;
    margin-top: -8px;
}

.sh-filter,
.sh-filer-icon {
	float: left;
}

.sh-filter {
	text-align: center;
}

.sh-filer-icon {
	font-size: 24px;
	margin-right: 32px;
	margin-top: 19px;
	position: relative;
	display: none;
}

.sh-filter span {
	display: inline-block;
	position: relative;
	bottom: -2px;
	margin: 0px;
	margin-right: -4px;
	padding: 15px 10px;
	cursor: pointer;
	font-weight: bold;
	border-bottom: 1px solid #eeeeee;
	font-size: 13px;
	text-transform: uppercase;
	transition: 0.3s all ease-in-out;
}

.sh-filter span.active {
	color: #47c9e5;
	transition: 0s all ease-in-out;
}

.sh-filter span:after {
	opacity: 0;
}

.sh-filter span.active:after {
	opacity: 1;
	transition: 0s all ease-in-out;
}

.sh-filter span:after {
	content: "";
	display: block;
	position: absolute;
	left: 10px; right: 10px; bottom: -2.5px;
	height: 5px;
	border-radius: 5px;
	background-color: #47c9e5;
	z-index: 100;
	transition: 0.3s all ease-in-out;
}

.sh-filter span:first-child {
	padding-left: 0;
}

.sh-filter span:first-child:after {
	left: 0px;
}

.sh-filter span:last-child {
	padding-right: 0;
}

.sh-filter span:last-child:after {
	right: 0px;
}

@media (max-width: 1000px) {
	.sh-portfolio .sh-portfolio-item {
		width: 50%;
	}
}

@media (max-width: 600px) {
	.sh-portfolio .sh-portfolio-item {
		width: 100%;
	}
}

.sh-filter-item-content {
	display: block;
}

a.sh-filter-item-content {
	color: inherit;
}

.sh-portfolio-filter-alignment-left {
	margin-left: 0;
	margin-right: auto;
}

.sh-portfolio-filter-alignment-center {
	margin-left: auto;
	margin-right: auto;
}

.sh-portfolio-filter-alignment-right {
	margin-right: 0;
	margin-left: auto;
}

@media (max-width: 800px) {
	.sh-portfolio-filter-mobile-alignment-left {
		margin-left: 0!important;
		margin-right: auto!important;
	}

	.sh-portfolio-filter-mobile-alignment-center {
		margin-left: auto!important;
		margin-right: auto!important;
	}

	.sh-portfolio-filter-mobile-alignment-right {
		margin-right: 0!important;
		margin-left: auto!important;
	}
}

.sh-portfolio-filter-style2 span {
	font-weight: normal;
}

.sh-portfolio-filter-style2 .sh-filter-item.active {
	font-weight: bold;
}

.sh-portfolio-filter-style3 .sh-filter-item {
	font-weight: normal;
	padding: 5px 4px;
}

.sh-portfolio-filter-style3 .sh-filter-item:first-child {
	padding-left: 0px;
}

.sh-portfolio-filter-style3 .sh-filter-item:last-child {
	padding-right: 0px;
}

.sh-portfolio-filter-style3 .sh-filter-item.active {
	border-width: 0px;
}

.sh-portfolio-filter-style3 .sh-filter-item.active .sh-filter-item-content {
	background-color: #47c9e5!important;
	color: #fff!important;
	font-weight: bold;
	box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.2);
	transition: 0s background ease-in-out;
}

.sh-portfolio-filter-style3 .sh-filter-item.active:after,
.sh-portfolio-filter-style3 .sh-filter-item:after {
	display: none;
}

.sh-portfolio-filter-style3 .sh-filter-item-content {
	padding: 6px 15px!important;
	border-radius: 30px;
	transition: 0.3s background, font-weight ease-in-out;
}

.sh-portfolio-filter-style4 .sh-filter span {
	border-width: 0px!important;
	padding: 5px 8px;
	text-transform: none;
}

.sh-portfolio-filter-style4 .sh-filter-item-content {
	border-radius: 100px;
}

.sh-portfolio-filter-style4 .sh-filter-item:hover .sh-filter-item-content {
	border-color: transparent!important;
}

.sh-portfolio-filter-style4 .sh-filter-item:not(.active) .sh-filter-item-content  {
	border: 1px solid #e6e6e6;
}

.sh-portfolio-filter-style4 .sh-filter-item:hover .sh-filter-item-content {
	color: #fff!important;
}

.sh-portfolio-filter-style4 .sh-filter-item.active .sh-filter-item-content {
	box-shadow: none!important;
}

.sh-portfolio-filter-style5 .sh-filter-item:not(.active) .sh-filter-item-content {
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: rgba(255, 255, 255, 0.7);
}


/**
 * 21.2 - Portfolio Fancy
 */
.sh-portfolio-fancy {
	position: relative;
	margin: 0 -15px;
	transition: 0.25s all ease;
}

.sh-portfolio-fancy-item {
	width: 33.3%;
	padding: 0 15px;
	margin: 15px 0;
	opacity: 0;
}

.sh-portfolio-fancy-columns2 .sh-portfolio-fancy-item {
	width: 50%;
}

.sh-portfolio-fancy-columns4 .sh-portfolio-fancy-item {
	width: 25%;
}

.sh-portfolio-fancy-columns5 .sh-portfolio-fancy-item {
	width: 20%;
}



@media (max-width: 1400px) {
	.sh-header-in-side .sh-portfolio-fancy-item {
		min-width: 33.3%;
	}
}

@media (max-width: 1200px) {
	.sh-portfolio-fancy-item {
		min-width: 33.3%;
	}
}

@media (max-width: 850px) {
	.sh-portfolio-fancy-item {
		min-width: 50%;
	}
}

@media (max-width: 550px) {
	.sh-portfolio-fancy-item {
		min-width: 100%;
	}
}

.sh-portfolio-fancy-itemc-container {
	position: relative;
	transition: 0.7s all ease-in-out;
	overflow: hidden;
}

.sh-portfolio-fancy-item-active-cat {
	opacity: 1;
	cursor: pointer;
}

.sh-portfolio-fancy-item-active:not(.sh-portfolio-fancy-item-active-cat) {
	animation-name: sh_animate_up;
	animation-duration: 0.5s;
	opacity: 1;
}

.sh-portfolio-fancy-item img {
	transition: 0.4s all ease-in-out;
}

.sh-portfolio-fancy-item:hover img {
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-ms-transform: scale(1.25);
	-o-transform: scale(1.25);
	transform: scale(1.25);
}
.sh-portfolio-fancy-itemc-container {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/*.sh-portfolio-fancy-item:hover .sh-portfolio-fancy-itemc-container {
	border-radius: 10px;
}*/

.sh-portfolio-fancy-item-overlay-bg {
	display: block;
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	opacity: 0;
	transition: 0.5s all ease-in-out;
	z-index: 10;
}

.sh-portfolio-fancy-item:hover .sh-portfolio-fancy-item-overlay-bg {
	opacity: 1;
	background-color: rgba(87,204,229,0.8);
}

.sh-portfolio-fancy-item-overlay {
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	display: flex;
	justify-content: center;
    align-items: center;
	padding: 30px;
	text-align: center;
}

.sh-portfolio-fancy-item-overlay-container {
	width: 100%;
}

.sh-portfolio-fancy-item-overlay-container > * {
	opacity: 0;
	position: relative;
	z-index: 11;
}

.sh-portfolio-fancy-item-overlay-title {
	display: block;
}

.sh-portfolio-fancy-item:hover .sh-portfolio-fancy-item-overlay-container a.sh-portfolio-fancy-item-overlay-title {
	animation-name: sh_animate_up_small;
	animation-duration: 0.6s;
	opacity: 1;
}

.sh-portfolio-fancy-item:hover .sh-portfolio-fancy-item-overlay-container > div {
	animation-name: sh_animate_up_medium;
	animation-duration: 0.6s;
	opacity: 1;
}

.sh-portfolio-fancy-item:hover .sh-portfolio-fancy-item-overlay-container > a.sh-portfolio-fancy-item-overlay-lightbox {
	animation-name: sh_animate_up_small2;
	animation-duration: 0.6s;
	opacity: 1;
}


.sh-portfolio-fancy-item-overlay-container h3 {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}

@media (max-width: 1000px) {
	.sh-portfolio-fancy-item-overlay-container h3 {
		font-size: 16px;
	}
}

.sh-portfolio-fancy-item-overlay-categories span,
.sh-portfolio-fancy-item-overlay-categories a {
	font-size: 13px;
	text-transform: uppercase;
	color: #fff!important;
	opacity: 0.8;
	transition: 0.3s all ease-in-out;
}

.sh-portfolio-fancy-item-overlay-categories a:hover {
	opacity: 1;
}

.sh-portfolio-fancy-item-overlay-lightbox {
	display: block;
	position: absolute;
	right: 20px;
	top: 20px;
	color: #fff!important;
	padding: 4px;
}

.sh-portfolio-fancy-item-overlay-lightbox i {
	transition: 0.3s all ease-in-out;
	font-size: 30px;
}

.sh-portfolio-fancy-item-overlay-lightbox:hover i {
	opacity: 0.8;
}

@media (max-width: 1000px) {
	.sh-portfolio-fancy-item-overlay-lightbox i {
		font-size: 18px;
	}
}

@keyframes sh_animate_up {
	0% { transform: translate3d(0,100px,0); opacity: 0; }
	100% { transform: translate3d(0,0,0); opacity: 1; }
}

@keyframes sh_animate_up_small {
	0% { transform: translate3d(0,20px,0); opacity: 0.2; }
	25% { opacity: 0.3; }
	100% { transform: translate3d(0,0,0); opacity: 1; }
}

@keyframes sh_animate_up_small2 {
	0% { transform: translate3d(0,15px,0); opacity: 0.2; }
	100% { transform: translate3d(0,0,0); opacity: 1; }
}

@keyframes sh_animate_up_medium {
	0% { transform: translate3d(0,28px,0); opacity: 0.2; }
	100% { transform: translate3d(0,0,0); opacity: 1; }
}


/**
 * 22.0 - Pricing Table
 */

.sh-pricing {
	text-align: center;
	margin-bottom: 30px;
	overflow: hidden;
}

.sh-pricing-container {
	position: relative;
}

.sh-pricing-name h2 {
	font-size: 24px;
	margin-bottom: 23px;
}

.sh-pricing-price {
	position: relative;
	font-size: 60px;
	padding-bottom: 0px;
	font-weight: bold;
	margin-top: -24px;
}

.sh-pricing-price .sh-pricing-currency {
	font-size: 30px;
	display: inline-block;
	position: relative;
	top: -14px;
	right: -9px;
	margin-left: -20px;
	font-weight: normal;
}

.sh-pricing-description {
	font-style: italic;
}

.sh-pricing-amount {
	font-weight: bold;
	font-style: italic;
}

.sh-pricing-icon {
	text-align: center;
	display: table;
	margin: 0 auto;
	margin-top: -38px;
	position: relative;
	padding: 0 10px;
	background-color: #fff;
	width: 70px;
	height: 70px;
	border-radius: 100%;
	margin-bottom: -15px;
	box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.15);
}

.sh-pricing-icon i {
	font-size: 30px;
	line-height: 70px;
}

.sh-pricing-content {
	position: relative;
	margin-bottom: -1px;
}

.sh-pricing-content-item {
	border-bottom: 1px solid transparent;
	padding: 13px 10px;
}

.sh-pricing-content-item i {
	padding-right: 3px;
	font-size: 120%;
}

.sh-pricing-top {
	padding: 40px 15px;
	min-height: 200px;
}

.sh-pricing-top .sh-table-full {
	min-height: 120px;
}

.sh-pricing-top,
.sh-pricing-top .sh-pricing-name {
	background-color: #47c9e5;
	color: #fff;
}

.sh-pricing-top .sh-pricing-name h2 {
	color: #fff;
}

.sh-pricing-enlarge {
	margin: -30px;
	padding: 30px;
	box-shadow: 0 5px 20px rgba(0,0,0,0.05), 0 5px 20px rgba(0,0,0,0.05);
	z-index: 100;
	position: relative;
}

.sh-pricing-enlarge.sh-pricing-style2 .sh-pricing-top {
    margin-left: -30px;
    margin-right: -30px;
    margin-top: -30px;
}

.sh-pricing-enlarge.sh-pricing-style2 .sh-pricing-top .sh-table-full {
    padding-top: 30px;
}

.sh-pricing-bottom {
	padding: 30px 0;
}

/* Pricing button */
.sh-pricing-button {
	display: inline-block;
	margin: 0 auto;
	font-weight: bold;
	border-radius: 100px;
	line-height: 50px;
	padding: 0px 30px;
	overflow: hidden;
	position: relative;
	font-size: 13px;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.sh-pricing-button span {
	display: inline-block;
	position: relative;
	z-index: 100;
}

a.sh-pricing-button-style1 {
	color: #3f3f3f;
}

a.sh-pricing-button-style1:hover {
	color: #252525;
}

a.sh-pricing-button-style2,
a.sh-pricing-button-style2:hover,
a.sh-pricing-button-style2:focus,
a.sh-pricing-button-style4,
a.sh-pricing-button-style4:hover,
a.sh-pricing-button-style4:focus,
a.sh-pricing-button-style5,
a.sh-pricing-button-style5:hover,
a.sh-pricing-button-style5:focus {
	color: #fff;
}

a.sh-pricing-button-style5 {
	background-color: #505050;
}

a.sh-pricing-button-style6,
a.sh-pricing-button-style6:hover,
a.sh-pricing-button-style6:focus {
	color: #8d8d8d;
}

a.sh-pricing-button-style7,
a.sh-pricing-button-style7:hover,
a.sh-pricing-button-style7:focus {
	color: #505050;
}

a.sh-pricing-button-style6 {
	background-color: #e9e9e9;
}

a.sh-pricing-button-style7 {
	background-color: #fff;
}

/* Button - fancy spacing */
a.sh-pricing-button-style8:before,
a.sh-pricing-button-style9:before,
a.sh-pricing-button-style10:before,
a.sh-pricing-button-style11:before {
	display: none!important;
}

a.sh-pricing-button-style8,
a.sh-pricing-button-style9,
a.sh-pricing-button-style11 {
	color: #fff!important;
}

a.sh-pricing-button-style9 {
	color: #8d8d8d!important;
}

a.sh-pricing-button-style10 {
	color: #505050!important;
}

a.sh-pricing-button-style8 {
	background-color: #505050;
}

a.sh-pricing-button-style8:hover {
	background-color: #505050;
}

a.sh-pricing-button-style9 {
	background-color: #e9e9e9;
}

a.sh-pricing-button-style9:hover {
	background-color: #e2e2e2;
}

a.sh-pricing-button-style10 {
	background-color: #fff;
}

a.sh-pricing-button-style10:hover {
	background-color: #f2f2f2;
}

a.sh-pricing-button-style8 span,
a.sh-pricing-button-style9 span,
a.sh-pricing-button-style10 span,
a.sh-pricing-button-style11 span {
	transition: 0.3s all ease-in-out;
	letter-spacing: normal;
}

a.sh-pricing-button-style8:hover span,
a.sh-pricing-button-style9:hover span,
a.sh-pricing-button-style10:hover span,
a.sh-pricing-button-style11:hover span {
	letter-spacing: 2px;
}

/* Pricing layouts */
.sh-pricing-content-left .sh-pricing-content {
	padding: 0 18px;
	text-align: left;
}

.sh-pricing-content-left .sh-pricing-content-item {
	padding-left: 0;
}

.sh-pricing-content-left .sh-pricing-content-item i {
	padding-right: 6px;
}

.sh-pricing-style1 .sh-pricing-name,
.sh-pricing-style2 .sh-pricing-name {
	background-color: transparent;
}

.sh-pricing-style2 {
	border: 1px solid transparent;
}

.sh-pricing-style2 .sh-pricing-content {
	padding-left: 20px;
	padding-right: 20px;
}

.sh-pricing-style2 .sh-pricing-top {
	position: relative;
	margin: -1px;
}

.sh-pricing-style2 .sh-pricing-icon {
	margin-bottom: 0;
}

.sh-pricing-style3 .sh-pricing-top-aside {
	display: table;
	margin: 35px auto;
}

.sh-pricing-style3 .sh-pricing-top {
	background-color: transparent;
	padding: 0px;
	color: inherit;
}

.sh-pricing-style3 .sh-pricing-name {
	position: relative;
}

.sh-pricing-style3 .sh-pricing-name h2,
.sh-pricing-style4 .sh-pricing-name h2 {
	margin-bottom: 0;
	padding: 15px;
	font-size: 24px;
}

.sh-pricing-style3 .sh-pricing-price {
	padding: 10px 0 15px 0;
}

.sh-pricing-style4 .sh-pricing-top {
	padding: 15px;
	color: inherit;
}

.sh-pricing-style4 .sh-pricing-name {
	background-color: transparent;
}

.sh-pricing-style4 .sh-pricing-price {
	margin-bottom: 0px;
	font-weight: bold;
}

.sh-pricing-style4 .sh-pricing-top {
	background-color: transparent;
	margin-bottom: 20px;
}

.sh-pricing-style4 .sh-pricing-top .sh-pricing-name,
.sh-pricing-style4 .sh-pricing-top .sh-pricing-name h2 {
	color: inherit;
}

.sh-pricing-style3 .sh-pricing-content-item:first-child,
.sh-pricing-style4 .sh-pricing-content-item:first-child {
	border-top: 1px solid transparent;
}

.sh-pricing-with-icon .sh-pricing-top-aside {
	margin-bottom: 20px;
}


/**
 * 23.0 - Progress Bar
 */

/* Progress bar style 1 */
.sh-progress-style1 .sh-progress-item {
	margin-bottom: 15px;
}

.sh-progress-style1 .sh-progress-title {
	font-size: 16px;
	font-weight: bold;
}

.sh-progress-style1 .sh-progress-content {
	position: relative;
}

.sh-progress-style1 .sh-progress-content-container {
	padding-right: 56px;
}

.sh-progress-style1 .sh-progress-status {
	background-color: #e5e5e5;
	height: 5px;
}

.sh-progress-style1 .sh-progress-status-value {
	background-color: #47c9e5;
	height: 5px;
	width: 0%;
	position: relative;
	overflow: visible!important;
	margin-top: 12px;
}

.sh-progress-style1 .sh-progress-status-value:before {
	content: "";
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	border: 2px solid #47c9e5;
	background-color: #fff;
	border-radius: 50%;
	top: -6px; right: -8px;
}

.sh-progress-style1 .sh-progress-value2 {
	position: absolute;
	top: -10px; right: 0;
	font-weight: bold;
	font-size: 16px;
}

/* Progress bar style 2 */
.sh-progress-style2 .sh-progress-item {
	margin-bottom: 20px;
}

.sh-progress-style2 .sh-progress-content-container {
	background-color: #3f3f3f;
	height: 40px;
	overflow: hidden;
	color: #fff;
	position: relative;
}

.sh-progress-style2 .sh-progress-status-value {
	width: 0;
	height: 40px;
}

.sh-progress-style2 .sh-progress-title,
.sh-progress-style2 .sh-progress-value2 {
	position: absolute;
	top: 0px;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	font-weight: bold;
}

.sh-progress-style2 .sh-progress-title {
	left: 0;
}

.sh-progress-style2 .sh-progress-value2 {
	right: 0;
}

/* Progress bar style 3 */
.sh-progress-style3 .sh-progress-item {
	margin-bottom: 20px;
}

.sh-progress-style3 .sh-progress-content-container {
	background-color: #3f3f3f;
	height: 40px;
	overflow: hidden;
	color: #fff;
	position: relative;
}

.sh-progress-style3 .sh-progress-status-value {
	width: 0;
	height: 40px;
	position: relative;
	overflow: visible!important;
}

.sh-progress-style3 .sh-progress-status-value-edge {
	display: block;
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid transparent;
	position: absolute;
	right: -20px;
	top: 0;
}

.sh-progress-style3 .sh-progress-title,
.sh-progress-style3 .sh-progress-value2 {
	position: absolute;
	top: 0px;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	font-weight: bold;
}

.sh-progress-style3 .sh-progress-title {
	left: 0;
}

.sh-progress-style3 .sh-progress-value2 {
	right: 0;
}

/* Progress bar style4 */
.sh-progress-style4 .sh-progress-item {
	margin-bottom: 15px;
}

.sh-progress-style4 .sh-progress-title {
	font-size: 16px;
	font-weight: bold;
}

.sh-progress-style4 .sh-progress-content {
	position: relative;
}

.sh-progress-style4 .sh-progress-status {
	background-color: #e5e5e5;
	height: 1px;
}

.sh-progress-style4 .sh-progress-status-value {
	background-color: #47c9e5;
	height: 5px;
	top: -2.5px;
	width: 0%;
	position: relative;
	overflow: visible!important;
	margin-top: 12px;
	border-radius: 4px;
}

.sh-progress-style4 .sh-progress-status-value:before {
	content: "";
	display: none;
}

.sh-progress-style4 .sh-progress-value2 {
	text-align: right;
	font-weight: bold;
}

/* Progress bar style5 */
.sh-progress-style5 .sh-progress-item {
	margin-bottom: 30px;
}

.sh-progress-style5 .sh-progress-title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
}

.sh-progress-style5 .sh-progress-content {
	position: relative;
}

.sh-progress-style5 .sh-progress-status {
	background-color: #e5e5e5;
	height: 5px;
}

.sh-progress-style5 .sh-progress-status-value {
	background-color: #47c9e5;
	height: 25px;
	top: -12.5px;
	width: 0%;
	position: relative;
	overflow: visible!important;
	margin-top: 12px;
	border-radius: 100px;
	box-shadow: 0px 2px 4px 1px rgba(0,0,0,0.2);
}

.sh-progress-style5 .sh-progress-status-value:before {
	content: "";
	display: none;
}

.sh-progress-style5 .sh-progress-value2 {
	text-align: right;
	font-weight: bold;
	font-size: 16px;
}


/**
 * 24.0 - Single Image
 */

.sh-single-image {
	position: relative;
	line-height: 0;
}

.sh-single-image-container {
	position: relative;
	display: inline-block;
	z-index: 1;
	max-width: 100%;
}

.sh-single-image-container-lazy {
	display: block;
}

.sh-single-image-container img.sh-image-url {
	margin-bottom: 0px;
}

.sh-single-image-container img.sh-image-hover {
	transition: 0.3s all ease-in-out;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.sh-single-image-has-hover .sh-single-image-container:hover .sh-image-hover {
	opacity: 1;
}

.sh-single-image-shadow1 .sh-single-image-container,
.sh-single-image-shadow1 .slick-list {
	box-shadow: 0px 5px 18px 1px rgba(0,0,0,0.10);
}

.sh-single-image-shadow2 .sh-single-image-container,
.sh-single-image-shadow2 .slick-list {
	box-shadow: 0px 3px 13px 1px rgba(0,0,0,0.12);
}

.sh-single-image-shadow3 .sh-single-image-container,
.sh-single-image-shadow3 .slick-list {
	box-shadow: 0px 15px 45px -9px rgba(0,0,0,0.25);
}

.sh-single-image-shadow4 .sh-single-image-container {
	background-color: transparent;
	overflow: visible;
}

.sh-single-image-shadow4 .sh-single-image-container:after {
	content: " ";
    position: absolute;
    left: 5%;
    right: 5%;
    bottom: 0;
    height: 20px;
    z-index: -1;
    box-shadow: 0 8px 41px rgba(0,0,0,0.35);
}

.sh-single-image-shadow4 .slick-list {
    box-shadow: 0 8px 41px rgba(0,0,0,0.35);
}

.sh-single-image .sh-single-image-overlay:hover {
	opacity: 1;
}

.sh-single-image:hover .sh-custom-button-preset1 {
	box-shadow: 0px 4px 12px 1px rgba(0,0,0,0.24);
}

.sh-single-image-has-overlay1 .sh-single-image-overlay img {
	transition: 0.3s all ease-in-out;
	-webkit-transform: translate3d(0,0,0) scale(1.0, 1.0);
	        transform: translate3d(0,0,0) scale(1.0, 1.0);
}

.sh-single-image-has-overlay1 .sh-single-image-overlay:hover img {
	-webkit-transform: translate3d(0,0,0) scale(1.1, 1.1);
	        transform: translate3d(0,0,0) scale(1.1, 1.1);
}

.sh-single-image-overlay {
	display: block;
	transition: 0.3s all ease-in-out;
	opacity: 0;
	position: absolute;
	top: 0; right: -1px; left: -1px; bottom: 0;
	background-color: rgba(71, 201, 229, 0.8);
	text-align: center;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
            flex-direction: column;
    -webkit-flex-direction: column;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.sh-image-gallery-nozoom .post-meta-thumb:hover img {
	transform: translate3d(0,0,0) scale(1,1);
}

.sh-custom-button-preset1 {
	transition: 0.6s all ease-in-out;
	line-height: 50px;
	background-color: #fff;
	padding: 0 30px;
	border-radius: 100px;
	font-weight: bold;
	box-shadow: 0px 2px 11px 1px rgba(0,0,0,0.05);
	font-size: 13px;
	color: #4E4E4E;
	display: table;
	margin: 0 auto;
}

.sh-custom-button-preset1 i {
	padding-left: 7px;
	position: relative;
	bottom: -1px;
}


/**
 * 25.0 - Section
 */
.sh-section {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #ffffff;
}

@media (min-width: 800px) {
	.sh-section-extra-white-space .sh-column:not(:first-child) {
		border-left: 15px solid #fff;
	}

	.sh-section-extra-white-space .sh-column:not(:last-child) {
		border-right: 15px solid #fff;
	}
}

.sh-section-extra-white-space .sh-column {
	border-top: 15px solid #fff;
	border-bottom: 15px solid #fff;
}

.sh-section-container {
	position: relative;
	z-index: 100;
}

@media (min-width: 800px) {
	.section-justify-height-full .sh-column {
		min-height: 100vh;
	}

	.section-justify-height:not(.section-justify-height-only) .sh-column {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		        flex-direction: column;
		-webkit-flex-direction: column;
		-moz-justify-content: center;
		-ms-justify-content: center;
		-o-justify-content: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}

@media (min-width: 800px) {

	.sh-section-visibility-desktop {
		display: block;
	}

	.sh-section-visibility-mobile {
		display: none;
	}

}

@media (max-width: 800px) {

	.sh-section-visibility-desktop {
		display: none;
	}

	.sh-section-visibility-mobile {
		display: block;
	}

}

@media (min-width: 800px) {
	.sh-section-strech-edge-left .fw-row .sh-column:first-child > .sh-column-wrapper {
		margin-left: calc(100% - 100vw/2 + 22px);
	}

	.sh-section-strech-edge-left .sh-image-gallery .slick-list {
		border-top-left-radius: 0px!important;
		border-bottom-left-radius: 0px!important;
	}
}

@media (max-width: 800px) {
	.sh-section-strech-edge-left .fw-row .sh-column:first-child > .sh-column-wrapper {
		margin-left: calc(100% - 100vw + 22px);
	}
}

@media (min-width: 800px) {
	.sh-section-strech-edge-right .fw-row .sh-column:last-child > .sh-column-wrapper {
		margin-right: calc(100% - 100vw/2 + 22px);
	}
	.sh-section-strech-edge-right .sh-image-gallery .slick-list {
		border-top-right-radius: 0px!important;
		border-bottom-right-radius: 0px!important;
	}
}

@media (max-width: 800px) {
	.sh-section-strech-edge-right .fw-row .sh-column:last-child > .sh-column-wrapper {
		margin-right: calc(100% - 100vw + 22px);
	}
}

/**
 * 26.0 - Tabs
 */

.sh-tabs-filter {
	margin-bottom: 30px;
	border-bottom: 1px solid #eeeeee;
}

.sh-tabs-filter li {
	border-bottom: 1px solid #eeeeee;
}

.sh-tabs-filter li a {
	display: inline-block;
	position: relative;
	bottom: 0px;
	margin: 0px;
	padding: 15px 10px;
	cursor: pointer;
	background-color: transparent!important;
	border: 0!important;
	border-bottom-width: 1px!important;
	font-weight: bold;
	font-size: 13px;
	transition: 0.3s all ease-in-out;
	text-transform: uppercase;
	border-bottom: 1px solid #eeeeee;
	line-height: inherit;
}

.sh-tabs-filter li a:after {
	content: "";
	display: block;
	position: absolute;
	left: 10px; right: 10px; bottom: -2.5px;
	height: 5px;
	border-radius: 5px;
	background-color: #47c9e5;
	z-index: 100;
	transition: 0.3s all ease-in-out;
	opacity: 0;
}

.sh-tabs-filter li.active a:after {
	opacity: 1;
	transition: 0s all ease-in-out;
}

.sh-tabs-filter li.active a {
	color: #47c9e5!important;
	transition: 0s all ease-in-out;
}

.sh-tabs-filter li:first-child a {
	padding-left: 0;
}

.sh-tabs-filter li:first-child a:after {
	left: 0px;
}

.sh-tabs-filter li:last-child a {
	padding-right: 0;
}

.sh-tabs-filter li:last-child a:after {
	right: 0px;
}

.sh-tabs-icon {
	font-size: 16px;
	padding-right: 8px;
	position: relative;
	bottom: -1px;
}

.sh-tabs-style2 .sh-tabs-filter {
	display: table;
	margin: 0 auto 30px auto;
}

.sh-tabs-style2 .sh-tabs-filter li {
	text-align: center;
}

.sh-tabs-style2 .sh-tabs-icon {
	display: block;
	text-align: center;
	font-size: 36px;
	padding-right: 0;
	margin-bottom: 15px;
}

.sh-tabs-style1 .sh-tabs-icon {
	font-size: 24px;
	position: relative;
	bottom: -5px;
}

.sh-tabs-style3 .sh-tabs-filter {
	display: table;
	margin-left: 0px;
}

/* Tabs - Style 4 */
.sh-tabs-style4 .nav-tabs {
	border-right: 1px solid #f3f3f3 !important
}

.sh-tabs-style4 .nav-tabs > li {
	float: none;
	width: 100%;
	text-align: right;
	border-bottom-width: 0px;
}

.sh-tabs-filter li a {
	padding-top: 9px;
	padding-bottom: 9px;
}

.sh-tabs-style4 .nav-tabs li.active a {
	font-size: 16px;
}

.sh-tabs-style4 .nav-tabs i {
	padding-left: 12px;
    font-size: 18px;
    bottom: -2px;
    position: relative;
}

.sh-tabs-style4 .nav-tabs li.active i {
    font-size: 24px;
}

.sh-tabs-style4 .sh-tabs-filter {
	margin-bottom: 0px;
	border-bottom-width: 0px;
}

.sh-tabs-style4 .sh-tabs-filter li a {
	padding-right: 15px;
	padding-left: 15px;
}

.sh-tabs-style4 .sh-tabs-filter li a:after {
	width: 6px;
	height: auto;
	left: auto;
	right: -3px;
	top: 0;
	bottom: 0;
}

.sh-tabs-style4 .tab-content,
.sh-tabs-style4 .tab-content p {
	line-height: 195%;
}


@media (min-width: 992px) {
	.sh-tabs-style4:after {
		display: block;
		content: "";
		clear: both;
	}

	.sh-tabs-style4 > * {
		float: left;
	}

	.sh-tabs-style4 .nav-tabs {
		width: 33.33333333%;
	}

	.sh-tabs-style4 .tab-content {
		width: 66.66666667%;
		padding-left: 45px;
		padding-top: 36px;
	}

	.sh-tabs-style4 .sh-tabs-filter li a {
		padding-right: 30px;
		transition: 0.3s color ease-in-out;
	}
}

@media (max-width: 991px) {
	.sh-tabs-style4 .nav-tabs {
		border-left: 1px solid #f3f3f3 !important;
		border-right-width: 0px!important;
	}

	.sh-tabs-style4 .nav-tabs li {
		text-align: left;
	}

	.sh-tabs-style4 .nav-tabs .sh-tabs-icon {
		float: left;
		padding-left: 0px;
		padding-right: 12px;
	}

	.sh-tabs-style4 .nav-tabs li a:after {
		left: -4px;
	}

	.sh-tabs-style4 .tab-content {
		padding-left: 28px;
		   padding-top: 30px;
	}
}


/**
 * 27.0 - Team Members
 */

.sh-team {
	text-align: center;
	margin-bottom: 20px;
}

.sh-team-name h3,
.sh-team-role {
	margin-bottom: 7px;
}

.sh-team-name h3 {
	font-size: 16px;
}

.sh-team-role {
	text-transform: uppercase;
	color: #b1b1b1;
	font-size: 24px;
}

@media (max-width: 1000px) {

	.sh-team-role {
		font-size: 18px;
	}

}

@media (max-width: 800px) {

	.sh-team-role {
		font-size: 14px;
	}

}

.sh-team-image {
	display: block;
	margin-bottom: 25px;
	position: relative;
	overflow: hidden;
	z-index: 100;
	max-height: 600px;
}

.sh-team-image .sh-team-container {
	padding-top: 100%;
	overflow: hidden;
	position: relative;
}

.sh-team-image-shape {
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	overflow: hidden;
	z-index: 50;
}

.sh-team-image img {
	max-width: 101%;
	width: 100%;
}

.sh-team-top {
	padding-bottom: 6px;
}

.sh-team-icons {
	display: table;
	margin: 0 auto;
	text-align: center;
	padding: 6px 0 10px 0;
}

.sh-team-icon {
	display: inline-block;
	text-align: center;
	width: 50px;
	height: 50px;
	margin: 3px;
}

.sh-team-icon i {
	font-size: 16px;
}

.sh-team-icons-container {
	position: relative;
}

.sh-team-icon-tiktok {
	display: inline;
	position: relative;
}

.sh-team-icon-tiktok i:before {
	opacity: 0;
}

.sh-team-icon-tiktok svg {
	position: absolute;
	top: -4px;
	left: 0;
	max-width: 100%;
    max-height: 100%;
}

.sh-team-icon i {
	line-height: 50px;
}

.sh-team-style3{
	display: table;
	text-align: left;
}

.sh-team-style3 .sh-team-image-container,
.sh-team-style3 .sh-team-aside {
	display: table-cell;
	vertical-align: top;
}

.sh-team-style3 .sh-team-image-container {
	width: 50%;
}

.sh-team-style3 .sh-team-aside {
	width: 50%;
	padding-left: 30px;
	padding-top: 0px;
}

.sh-team-style3 .sh-team-aside .sh-team-icons {
	text-align: left;
	display: block;
}

.sh-team-style4 {
	text-align: left;
}

.sh-team-style4 .sh-team-icons {
	margin: 0;
}

.sh-team-style4 .sh-team-icon:first-child {
	margin-left: 0px!important;
}

.sh-team-style4.sh-team-social-standard .sh-team-icon {
	background-color: transparent!important;
	font-size: 16px!important;
	padding: 0px 9px;
	padding-left: 0;
	width: auto!important;
	height: auto!important;
}

.sh-team-style4.sh-team-social-standard .sh-team-icon:hover {
	background-color: transparent!important;
}

.sh-team-style4 .sh-team-role {
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 12px;
}

.sh-team-style4 .sh-team-name h3 {
	margin-bottom: 12px;
}

.sh-team-style4 .sh-team-icon i {
	line-height: 0!important;
}

.sh-team-style4 .sh-team-description {
	margin-bottom: 8px;
}

.sh-team-social-standard .sh-team-icon {
    margin: 0 5px;
    margin-top: 10px;
    width: 50px;
    height: 50px;
    text-align: center;
    float: left;
    color: #8d8d8d;
    background-color: #f4f4f4;
    font-size: 18px;
    border-radius: 50px;
}

.sh-team-social-standard .sh-team-icon i {
	line-height: 50px;
	font-size: 19px;
}

/* Overlay 1 */
.sh-team-social-overlay .sh-team-image-position {
	display: block;
	position: relative;
	-webkit-transform: translate3d(0,0,0);
	        transform: translate3d(0,0,0)
}

.sh-team-social-overlay:hover .sh-team-image .sh-team-image-position {
	-webkit-transform: translate3d(0,-45px,0);
	        transform: translate3d(0,-45px,0)
}

.sh-team-social-overlay:hover .sh-team-overlay {
	opacity: 1;
	bottom: 0px;
}

.sh-team-social-overlay .sh-team-overlay {
	width: 100%;
	opacity: 1;
	bottom: -60px;
	position: absolute;
	z-index: 30;
}

.sh-team-overlay .sh-team-icon {
	height: 60px;
	background-color: transparent;
}

.sh-team-overlay .sh-team-icons {
	width: 101%;
	margin: 0px;
	padding: 0;
}

.sh-team-overlay .sh-team-icons-container {
	display: table;
	width: 100%;
	margin-right: -1px;
}

.sh-team-overlay .sh-team-icon i {
	line-height: 60px;
	color: #fff;
	font-size: 19px;
}

.sh-team-overlay .sh-team-icon {
	display: table-cell;
	position: relative;
}

.sh-team-overlay .sh-team-icon:before {
	content: "";
	display: block;
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	background-color: rgba(255,255,255,0.05);
	opacity: 0;
}

.sh-team-overlay .sh-team-icon:hover:before {
	opacity: 1;
}

/* Overlay 2 */
.sh-team-social-overlay2 .sh-team-image-position {
	display: block;
	position: relative;
	-webkit-transform: translate3d(0,0,0) scale(1.0, 1.0);
	        transform: translate3d(0,0,0) scale(1.0, 1.0);
	transition: 0.3s all ease-in-out;
}

.sh-team-social-overlay2 .sh-team-image:hover .sh-team-image-position {
	-webkit-transform: translate3d(0,0,0) scale(1.1, 1.1);
	        transform: translate3d(0,0,0) scale(1.1, 1.1);
}

.sh-team-social-overlay2 .sh-team-image:hover .sh-team-overlay2 {
	background-color: rgba(71, 201, 229, 0.8);
}

.sh-team-overlay2 {
	position: absolute;
	top: 0; bottom: 0; right: -1px; left: 0;
	opacity: 1;
	z-index: 30;
	transition: 0.3s all ease-in-out;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	    justify-content: center;
}

.sh-team-overlay2 .sh-team-icons {
	width: 100%;
}

.sh-team-overlay2 .sh-team-icons-container {
	display: table;
	width: 80%;
	margin: 0px auto;
	padding: 0;
	height: 60px;
	text-align: center;
	opacity: 0;
	transition: 0.5s all;
}

.sh-team-social-overlay2 .sh-team-image:hover .sh-team-icons-container {
	opacity: 1;
	bottom: 0px;
}

.sh-team-overlay2 .sh-team-icon {
	display: table-cell;
	position: relative;
	text-align: center;
}

.sh-team-overlay2 .sh-team-icon-container-container,
.sh-team-overlay2 .sh-team-icon {
	text-align: center;
	margin-bottom: 60px;
	height: 60px;
}

.sh-team-overlay2 .sh-team-icon-container i {
	font-size: 24px;
	line-height: 60px;
	color: #fff;
	transition: 0.5s all;
}

.sh-team-overlay2 .sh-team-icon {
	margin: 0 auto;
}

.sh-team-overlay2 .sh-team-icon-container {
	transition: 0.5s all;
	width: 60px;
	margin: 0 auto;
	border-radius: 100px;
	position: absolute;
	left: 50%;
	margin-left: -30px;
}

.sh-team-overlay2 .sh-team-icon:hover .sh-team-icon-container {
	background-color: #fff;
	width: 60px;
	-webkit-animation: icon_round_animation 0.5s;
	        animation: icon_round_animation 0.5s;
	z-index: 200;
	box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.2);
}

.sh-team-overlay2 .sh-team-icon:hover .sh-team-icon-container i {
	color: #505050;
}

@-webkit-keyframes icon_round_animation {
	0% {
		opacity: 0;
		margin-top: 30px;
	}
	100% {
		opacity: 1;
		margin-top: 0px;
	}
}

@keyframes icon_round_animation {
	0% {
		opacity: 0;
		margin-top: 30px;
	}
	100% {
		opacity: 1;
		margin-top: 0px;
	}
}


/**
 * 28.0 - Testimonials
 */

.sh-testimonials {
	text-align: center;
}

.sh-testimonials-item {
	display: none;
}

.sh-testimonials-image {
	width: 92px;
	height: 92px;
	margin: 0 auto;
	background-size: cover;
	background-position: 50% 50%;
}

.sh-testimonials-name h3 {
	margin-top: 5px;
	margin-bottom: 2px;
}

.sh-testimonials-job {
	margin-bottom: 15px;
}

.sh-testimonials-top {
	position: relative;
	background-color: #3ec1bf;
	padding: 0px;
	text-align: left;
	width: 300px;
	margin: 0 auto;
	margin-bottom: 20px;
	display: table;
	box-shadow: 0 5px 20px rgba(0,0,0,0.05), 0 5px 20px rgba(0,0,0,0.05);
}

.sh-testimonials-top > div {
	display: table-cell;
	max-height: 92px;
	vertical-align: middle;
}

.sh-testimonials-top-aside {
	padding-left: 15px;
}

.sh-testimonials-top-aside .sh-testimonials-job {
	margin-bottom: 0;
}

.sh-testimonials-top .sh-testimonials-name h3 {
	color: #fff;
}

.sh-testimonials-name h3 {
	font-size: 16px;
}

.sh-testimonials-top .sh-testimonials-job {
	color: rgba(255,255,255,0.6);
}

.sh-testimonials-icon {
	position: absolute;
	top: 13px;
	right: 13px;
}

.sh-testimonials-icon i {
	font-size: 24px;
	color: #fff;
}

.sh-testimonials-quote-off .sh-testimonials-quote-icon,
.sh-testimonials-quote-off .sh-testimonials-icon {
	display: none;
}

.sh-testimonials-switch {
	display: table;
	margin: 0 auto;
	margin-top: 15px;
	opacity: 0;
}

.sh-testimonials-switch > div {
	padding: 0 6px;
	margin: 0 1.5px;
	cursor: pointer;
}

.sh-testimonials-switch i {
	font-size: 28px;
	color: #8d8d8d;
	line-height: 36px;
	transition: 0.3s all ease-in-out;
}

.sh-testimonials-switch i:hover {
	filter: contrast(300%);
	-webkit-filter: contrast(300%);
	-moz-filter: contrast(300%);
	-o-filter: contrast(300%);
	-ms-filter: contrast(300%);
}

.sh-testimonials .slick-prev,
.sh-testimonials .slick-next {
	display: none!important;
}

.sh-testimonials .slick-list {
	height: auto!important;
}

.sh-testimonials-table .sh-testimonials-switch {
	margin-top: 0;
}

.sh-testimonials-style1 .sh-testimonials-image {
	border-radius: 50%;
	box-shadow: 0 5px 20px rgba(0,0,0,0.05), 0 5px 20px rgba(0,0,0,0.05);
}

.sh-testimonials-style1 .sh-testimonials-quote {
	margin-top: 38px;
	margin-bottom: 20px;
}

.sh-testimonials-style1 .sh-testimonials-quote-icon {
	font-size: 30px;
	line-height: 1;
}

.sh-testimonials-style1 .sh-testimonials-quote-icon i {
	bottom: -6px;
	position: relative;
}

.sh-testimonials-style6 .sh-testimonials-image {
	border-radius: 50%;
	box-shadow: 0 5px 20px rgba(0,0,0,0.08), 0 5px 20px rgba(0,0,0,0.08);
}

.sh-testimonials-style6 .sh-testimonials-quote {
	margin-top: 38px;
	margin-bottom: 20px;
}

.sh-testimonials-style6 .sh-testimonials-quote-icon {
	font-size: 30px;
	line-height: 1;
}

.sh-testimonials-style6 .sh-testimonials-switch-left {
	margin-left: 0;
}

.sh-testimonials-style6 .sh-testimonials-switch-right {
	margin-right: 0;
}

.sh-testimonials-style6 .sh-testimonials-center {
	position: relative;
}

.sh-testimonials-style6 .sh-testimonials-quote-icon-container {
	background-color: #47c9e5 ;
	color: #fff;
	width: 46px;
	height: 46px;
	position: absolute;
	top: -0px;
	right: -20px;
	border-radius: 50px;
	border: 2px solid #fff;
	box-shadow: 0 5px 20px rgba(0,0,0,0.08), 0 5px 20px rgba(0,0,0,0.08);
}

.sh-testimonials-style6 .sh-testimonials-quote-icon i {
	position: relative;
	line-height: 44px;
	font-size: 21px;
}

.sh-testimonials-style2 .sh-testimonials-quote {
	position: relative;
	padding: 0 50px;
	padding-top: 17px;
}

.sh-testimonials-style2 .sh-testimonials-quote:after,
.sh-testimonials-style2 .sh-testimonials-quote:before {
    font-family: 'themify';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-size: 24px;
	position: absolute;
	top: 50%;
	margin-top: -12px;
}

.sh-testimonials-style2 .sh-testimonials-quote:before {
	left: 0;
	content: "\e67f";
}

.sh-testimonials-style2 .sh-testimonials-quote:after {
	right: 0;
	content: "\e67e";
}

.sh-testimonials-style2 .sh-testimonials-switch {
	margin-top: 40px;
}

.sh-testimonials-style3 .sh-testimonials-quote-icon {
	text-align: left;
}

.sh-testimonials-style3 .sh-testimonials-quote-icon i {
	font-size: 24px;
}

.sh-testimonials-style3 .sh-testimonials-item-container {
	margin-bottom: 35px;
	padding-bottom: 20px;
	border-bottom: 1px solid #d4d4d4;
}

.sh-testimonials-style3 .sh-testimonials-table-icon {
	min-width: 50px;
}

.sh-testimonials-style3 .sh-testimonials-table-image {
	min-width: 92px;
	padding-right: 15px;
}

.sh-testimonials-style3 .sh-testimonials-table-name {
	width: 20%;
	min-width: 150px;
}

.sh-testimonials-style3 .sh-testimonials-table-quote {
	width: 80%;
}

.sh-testimonials-style4 {
	height: 100%;
}

.sh-testimonials-style4 .sh-testimonials-item-container {
	background-color: #707070;
	margin: 15px;
	padding-left: 20px;
	padding-right: 30px;
	padding-top: 240px;
	padding-bottom: 100px;
	text-align: left;
	height: 100%;
	color: #fff;
	background-position: 50% 50%;
	background-size: cover;
}

.sh-testimonials-style4 .sh-testimonials-item-container h3 {
	color: #fff;
}

.sh-testimonials-style4 .sh-testimonials-job {
	font-weight: bold;
	font-size: 13px;
	margin-top: 3px;
	margin-bottom: 25px;
	color: #adadad;
}

.sh-testimonials-style4 .sh-testimonials-switch {
	position: relative;
	margin-top: -70px;
}

.sh-testimonials-style4 .sh-testimonials-switch i {
	color: #fff;
}

.sh-testimonials-style4 .sh-testimonials-item-top {
	margin-left: 63px;
}

.sh-testimonials-style4 .sh-testimonials-table-icon {
	min-width: 45px;
	border-right: 1px solid rgba(255,255,255,0.2);
}

.sh-testimonials-style4 .sh-testimonials-table-icon i {
	font-size: 30px;
}

.sh-testimonials-style4 .sh-testimonials-table-quote {
	width: 100%;
	padding-left: 18px;
}

.sh-testimonials-style5 {
	height: 100%;
}

.sh-testimonials-style5 .sh-testimonials-item-container {
	margin: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
	height: 100%;
	background-position: 50% 50%;
	background-size: cover;
}

.sh-testimonials-style5 .sh-testimonials-job {
	font-weight: bold;
	font-size: 13px;
	margin-top: 3px;
	margin-bottom: 25px;
}

.sh-testimonials-style5 .sh-testimonials-switch {
	position: relative;
	margin-top: -70px;
}

.sh-testimonials-style5 .sh-testimonials-item-top {
	margin-left: 63px;
}

.sh-testimonials-style5 .sh-testimonials-table-icon {
	min-width: 45px;
	border-right: 1px solid #eaeaea;
}

.sh-testimonials-style5 .sh-testimonials-table-icon i {
	font-size: 30px;
	color: #c7c7c7;
}

.sh-testimonials-style5 .sh-testimonials-table-quote {
	width: 100%;
	padding-left: 18px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.sh-testimonials-style3,
.sh-testimonials-style4,
.sh-testimonials-style5 {
	width: 100%;
}


/**
 * 29.0 - Timeline
 */

.sh-timeline {
	position: relative;
	cursor: default;
}

.sh-timeline .sh-timeline-item {
	width: 100%;
	float: left;
}

.sh-timeline .sh-timeline-item:first-child > div {
	margin-top: 0!important;
}

.sh-timeline h3 {
	margin-bottom: 10px;
	font-size: 16px;
}

.sh-timeline .sh-timeline-box-right i,
.sh-timeline-2 .sh-timeline-box-right i {
    padding-left: 9px;
    position: relative;
    bottom: -3px;
    font-size: 24px;
}

.sh-timeline .sh-timeline-box-left i,
.sh-timeline-2 .sh-timeline-box-left i {
    padding-right: 9px;
    position: relative;
    bottom: -3px;
    font-size: 24px;
}

.sh-timeline-2 .sh-timeline-box-left i,
.sh-timeline-2 .sh-timeline-box-right i {
	line-height: 0;
}

.sh-timeline .sh-timeline-item > div {
	float: left;
	width: 50%;
	position: relative;
	margin-top: -60px;
	padding-right: 45px;
	padding-left: 0;
	text-align: right;
	min-height: 60px;
}

.sh-timeline > .sh-timeline-item:nth-child(2n+0) > div {
	float: right;
	padding-right: 0;
	padding-left: 45px;
	text-align: left;
}

.sh-timeline:before {
	position: absolute;
	left: 50%;
	top: 15px;
	content: ' ';
	display: block;
	width: 5px;
	height: 100%;
	margin-left: -1.5px;
	background: rgba(172,172,172,0.4);
	z-index: 5;
	border-radius: 100px;
}
.sh-timeline::after {
	clear: both;
	content: "";
	display: block;
}

.sh-timeline .sh-timeline-box {
	background-color: #a1a1a1;
	padding: 7px 21px;
	display: table;
	color: #fff;
	position: relative;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: -20px;
	font-weight: bold;
}
.sh-timeline > div:nth-child(2n+0) .sh-timeline-box {
	margin-left: -20px;
	margin-right: 0;
}

.sh-timeline .sh-timeline-box-circle {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	border: 3px solid #a1a1a1;
	border-radius: 100%;
	margin-right: -36px;
	margin-top: 12px;
	background-color: #fff;
	z-index: 10;
}
.sh-timeline > div:nth-child(2n+0) .sh-timeline-box-circle {
	left: 0;
	right: auto;
	margin-left: -34px;
	margin-right: 0;
}

.sh-timeline .sh-timeline-box-tale {
	content: "";
	display: block;
	position: absolute;
	top: 11px;
	right: -9px;
	width: 0;
	height: 0;
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	border-left: 9px solid #a1a1a1;
}
.sh-timeline > div:nth-child(2n+0) .sh-timeline-box-tale {
	left: -9px;
	right: auto;
	border-left: 0;
	border-right: 9px solid #a1a1a1;
}

@media (max-width: 850px) {

	.sh-timeline .sh-timeline-item .sh-timeline-item-container {
		float: left!important;
		margin-top: 30px;
		width: 100%;
		text-align: left!important;
		padding-left: 45px!important;
	}

	.sh-timeline:before {
		left: 0;
	}

	.sh-timeline .sh-timeline-item .sh-timeline-box {
		margin-left: -20px;
		margin-right: 0;
	}

	.sh-timeline .sh-timeline-item .sh-timeline-box-tale {
		left: -9px;
		right: auto;
		border-left: 0;
		border-right: 9px solid #acacac;
	}

	.sh-timeline .sh-timeline-item .sh-timeline-box-circle {
		left: 0;
		right: auto;
		margin-left: -33.5px;
		margin-right: 0;
	}

}

.sh-timeline-2 {
	position: relative;
	cursor: default;
}

.sh-timeline-2 .sh-timeline-item {
	width: 100%;
	float: left;
}

.sh-timeline-2 .sh-timeline-item:first-child > div {
	margin-top: 0!important;
}

.sh-timeline-2 h3 {
	margin-bottom: 10px;
	font-size: 16px;
}

.sh-timeline-2 .sh-timeline-item:last-child {
	margin-bottom: 30px;
}

.sh-timeline-2 .sh-timeline-item > div {
	float: left;
	width: 50%;
	position: relative;
	padding-right: 45px;
	padding-left: 0;
	text-align: right;
	min-height: 60px;
}

.sh-timeline-2 > .sh-timeline-item:nth-child(2n+0) > div {
	float: right;
	padding-right: 0;
	padding-left: 45px;
	text-align: left;
}

.sh-timeline-2:before {
	position: absolute;
	left: 50%;
	top: 0px;
	content: ' ';
	display: block;
	width: 5px;
	height: 100%;
	margin-left: -1.5px;
	background: rgba(172,172,172,0.4);
	z-index: 5;
	border-radius: 5px;
}

.sh-timeline-2::after {
	clear: both;
	content: "";
	display: block;
}

.sh-timeline-2 .sh-timeline-box {
	padding: 8px 5px 8px 5px;
	display: table;
	position: relative;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: -12px;
	box-shadow: 0px 3px 13px 1px rgba(0,0,0,0.12);
}

.sh-timeline-2 > div:nth-child(2n+0) .sh-timeline-box {
	margin-left: -12px;
	margin-right: 0;
	padding-left: 0px;
}

.sh-timeline-2 .sh-timeline-box-left {
	display: none!important;
}

.sh-timeline-2 > div:nth-child(2n+0) .sh-timeline-box-right {
	display: none!important;
}
.sh-timeline-2 > div:nth-child(2n+0) .sh-timeline-box-left {
	display: table!important;
}

.sh-timeline-2 .sh-timeline-box p {
	margin-bottom: 0;
}

.sh-timeline-2 .sh-timeline-box-circle {
	width: 22px;
	height: 22px;
	position: absolute;
	top: 16px;
	left: auto;
	right: 0;
	border: 4px solid #fff;
	border-radius: 100%;
	margin-right: -46px;
	margin-top: 12px;
	background-color: #47c9e5;
	z-index: 10;
	box-shadow: 0px 2px 3px 1px rgba(0,0,0,0.18);
}
.sh-timeline-2 > div:nth-child(2n+0) .sh-timeline-box-circle {
	left: 0;
	right: auto;
	margin-left: -42px;
	margin-right: 0;
}

.sh-timeline-2 .sh-timeline-box-tale {
    content: "";
    position: absolute;
    top: 48px;
    right: -12px;
    width: 0;
    height: 0;
    box-sizing: border-box;
    border: 6px solid black;
    border-color: transparent transparent #FFFFFF #FFFFFF;
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
    box-shadow: -4px 3px 10px 0 rgba(0, 0, 0, 0.09);
}

.sh-timeline-2 > div:nth-child(2n+0) .sh-timeline-box-tale {
	left: 0px;
	right: auto;
    top: 30px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    box-shadow: -4px 2px 9px 0 rgba(0, 0, 0, 0.08);
}

.sh-timeline-2 .sh-timeline-date {
	position: absolute;
	color: #3f3f3f;
	top: 18px;
	font-weight: bold;
	font-size: 14px;
	width: 100%;
	top: 27px;
}

.sh-timeline-2 .sh-timeline-box-right .sh-timeline-date {
	text-align: left;
	right: -100%;
	padding-left: 66px;
}

.sh-timeline-2 .sh-timeline-box-left .sh-timeline-date {
	text-align: right;
	left: -100%;
	padding-right: 66px;
}

.sh-timeline-2 .sh-timeline-image {
	width: 120px;
	position: relative;
}

.sh-timeline-2 .sh-timeline-image-container {
	display: block;
	position: absolute;
	top: 0; bottom: 0; left: 8px; right: 0;
	background-size: cover;
	background-position: 50% 50%;
}

.sh-timeline-2 .sh-timeline-content-container {
	padding-left: 25px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.sh-timeline-2 .sh-timeline-box-right .sh-timeline-content-container {
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.sh-timeline-2 .sh-timeline-box-left .sh-timeline-content-container {
	padding-right: 20px;
}

.sh-timeline-2 .sh-timeline-content-full {
	width: 100%;
}

@media (max-width: 850px) {

	.sh-timeline-2 .sh-timeline-item .sh-timeline-item-container {
		float: left!important;
		margin-top: 30px;
		width: 100%;
		text-align: left!important;
		padding-left: 45px!important;
		padding-right: 0 !important;
	}

	.sh-timeline-2:before {
		left: 0;
	}

	.sh-timeline-2 .sh-timeline-item {
		margin-top: 27px;
	}

	.sh-timeline-2 .sh-timeline-item .sh-timeline-box {
		margin-left: -10px;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.sh-timeline-2 .sh-timeline-item .sh-timeline-box-tale {
		left: 0px;
		right: auto;
	    top: 31px;
	    -webkit-transform: rotate(45deg);
	        -ms-transform: rotate(45deg);
	            transform: rotate(45deg);
	    box-shadow: -4px 2px 9px 0 rgba(0, 0, 0, 0.08);
	}

	.sh-timeline-2 .sh-timeline-item .sh-timeline-box-circle {
		top: -45px;
		left: 0;
		right: auto;
		margin-left: -44px;
		margin-right: 0;
	}

	.sh-timeline-2 .sh-timeline-date {
		left: auto!important;
		right: auto!important;
		top: -35px!important;
		text-align: left!important;
	}

	.sh-timeline-2 > div .sh-timeline-image::before {
		left: 0!important;
	}

	.sh-timeline-2 > div:nth-child(2n+0) .sh-timeline-image::before {
		left: 5px!important;
	}

	.sh-timeline-2 > div .sh-timeline-box-right {
		display: none!important;
	}
	.sh-timeline-2 > div .sh-timeline-box-left {
		display: table!important;
	}

	.sh-timeline-2 h3 {
		line-height: 150%!important;
	}

}

.sh-timeline-2.style3 {
	max-width: 760px;
    display: table;
    margin: 0 auto;
}

.sh-timeline-2.style3 .sh-timeline-box-left i,
.sh-timeline-2.style3 .sh-timeline-box-right i {
	opacity: 0.7;
}


.sh-timeline-2.style3 .sh-timeline-date {
	font-weight: normal;
	font-size: 16px;
}

@media (min-width: 850px) {

 	.sh-timeline-2.style3 {
 		margin-bottom: 80px;
 	}

	.sh-timeline-2.style3 .sh-timeline-item .sh-timeline-item-container {
		float: left!important;
		margin-top: 30px;
		width: 100%;
		text-align: left!important;
		padding-left: 180px!important;
		padding-right: 0 !important;
	}

	.sh-timeline-2.style3:before {
		left: 137px;
		background: rgba(172,172,172,0.18);
	}

	.sh-timeline-2.style3 .sh-timeline-item {
		margin-top: 0px;
		margin-bottom: -39px;
	}

	.sh-timeline-2.style3 .sh-timeline-box {
		box-shadow: 0px 3px 11px 1px rgba(0,0,0,0.08);
	}

	.sh-timeline-2.style3 .sh-timeline-item .sh-timeline-box {
		margin-left: -10px;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.sh-timeline-2.style3 .sh-timeline-item .sh-timeline-box-tale {
		left: 0px;
		right: auto;
	    top: 31px;
	    -webkit-transform: rotate(45deg);
	        -ms-transform: rotate(45deg);
	            transform: rotate(45deg);
	    box-shadow: -4px 2px 9px 0 rgba(0, 0, 0, 0.08);
	}

	.sh-timeline-2.style3 .sh-timeline-item .sh-timeline-box-circle {
		top: 16px;
		left: 0;
		right: auto;
		margin-left: -44px;
		margin-right: 0;
	}

	.sh-timeline-2.style3 .sh-timeline-date {
		left: -180px!important;
		right: auto!important;
		top: 30px!important;
		text-align: left!important;
		max-width: 185px;
		font-weight: normal;
		font-size: 16px;
	}

	.sh-timeline-2.style3 > div .sh-timeline-image::before {
		left: 0!important;
	}

	.sh-timeline-2.style3 > div:nth-child(2n+0) .sh-timeline-image::before {
		left: 5px!important;
	}

	.sh-timeline-2.style3 > div .sh-timeline-box-right {
		display: none!important;
	}
	.sh-timeline-2.style3 > div .sh-timeline-box-left {
		display: table!important;
	}

}

@media (max-width: 550px) {

	.sh-timeline-2 .sh-table-cell {
		display: block!important;
		width: 100%;
	}

	.sh-timeline-2 .sh-timeline-image {
		height: 130px;
	}

}


/**
 * 30.0 - Video Player
 */

.sh-video-player {
	overflow: hidden;
}

.sh-video-player-container {
	width: 100%;
	padding-bottom: 56.25%;
	position: relative;
}

.sh-video-player-4_3 .sh-video-player-container {
	padding-bottom: 75%;
}

.sh-video-player-content {
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
}

.sh-video-player iframe {
	width: 100%;
	height: 100%;
}

.sh-video-player-image {
	display: none;
}

.sh-video-player-image img {
	margin-bottom: 0!important;
}

.sh-video-player-image-placeholder .sh-video-player-image,
.sh-video-player-image-placeholder .sh-video-player-image-play {
	display: block;
}

.sh-video-player-image-placeholder .sh-video-player-container {
	display: none;
}

.sh-video-player-image-container {
	position: relative;
	transition: 0.5s all ease-in-out;
}

.sh-video-player-image-play {
	width: 70px;
	height: 70px;
	background-color: #51cce2;
	border-radius: 100px;
	text-align: center;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -35px;
	margin-left: -35px;
	cursor: pointer;
	border: 6px solid #fff;
	box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.2);
	display: none;
}

.sh-video-player-image-play i {
	color: #fff;
	font-size: 30px;
	line-height: 61px;
	position: relative;
	right: -2px;
}

.sh-video-player-image-placeholder-noicon .sh-video-player-image-container {
	cursor: pointer;
}

.sh-video-player-image-placeholder-noicon .sh-video-player-image-container:hover {
	opacity: 0.75;
}

.sh-video-player-image-placeholder-noicon .sh-video-player-image-play {
	display: none;
}

/* Video Plater - Style 2 */
.sh-video-player-style2 .sh-video-player-image-play {
	width: 60px;
	height: 60px;
	margin-top: -30px;
    margin-left: -30px;
}

.sh-video-player-style2 .sh-video-player-image-play {
	background-color: #fff;
	border-width: 0px;
}

.sh-video-player-style2 .sh-video-player-image-play:hover i,
.sh-video-player-style2 .sh-video-player-image-play:focus i {
	color: #fff;
}

.sh-video-player-style2 .sh-video-player-image-play i {
	color: #8a8a8a;
	font-size: 14px;
	line-height: 60px;
}


/**
 * 31.0 - Text with Frame
 */

.sh-text-with-frame-container {
	display: table;
	margin: 0 auto;
	border: 1px solid rgba(0,0,0,.0);
	padding: 35px;
	max-width: 100%;
}

.sh-text-with-frame-container * {
	margin-bottom: 0;
}

.sh-text-with-frame-container p,
.sh-text-with-frame-container h1,
.sh-text-with-frame-container h2,
.sh-text-with-frame-container h3,
.sh-text-with-frame-container h4,
.sh-text-with-frame-container h5,
.sh-text-with-frame-container h6 {
	line-height: 1!important;
}

@media (max-width: 320px) {

	.sh-text-with-frame-container {
		display: block;
	}

}

/**
 * 32.0 - WooCommerce Categories
 */

.sh-woocommerce-categories-item {
	padding-bottom: 30px;
}

.sh-woocommerce-categories-item:hover h3 {
	opacity: 0.8;
}

.sh-woocommerce-categories-content {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	overflow: hidden;
	position: relative;
}

.sh-woocommerce-categories-thumb {
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	background-size: 100%;
	transition: all 0.5s ease-in-out;
}

.sh-woocommerce-categories-item:hover .sh-woocommerce-categories-thumb {
	transform: scale(1.2);
}

@media (max-width: 1000px) {
	.sh-woocommerce-categories-item h3 {
		font-size: 18px!important;
	}
}

.sh-woocommerce-categories-content:after {
	display: block;
	content: "";
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	background-color: rgba( 24, 24, 24, 0.5 );
	z-index: 0;
}

.sh-woocommerce-categories-content h3 {
	display: inline-block;
	position: relative;
	z-index: 1;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 0px;
}

.sh-woocommerce-categories-count {
	background-color: #47c9e5;
	font-size: 14px;
	font-weight: bold;
	height: 30px;
	display: inline-block;
	margin-left: 6px;
	border-radius: 100px;
	color: #fff;
	text-align: center;
	line-height: 30px;
	padding: 0 12px;
	top: -3px;
	position: relative;
}

.sh-woocommerce-products .woocommerce {
	position: relative;
	margin: 0 -15px;
}

.sh-woocommerce-products .woocommerce ul.products li.product {
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 15px;
	padding-right: 15px;
	width: 25%;
}

.sh-woocommerce-products .woocommerce.columns-3 ul.products li.product {
	width: 33.3%;
}

.sh-woocommerce-products .woocommerce.columns-5 ul.products li.product {
	width: 20%;
}

.sh-woocommerce-products .woocommerce.columns-6 ul.products li.product {
	width: 16.6666666667%;
}

.sh-woocommerce-products .woocommerce ul.products li.first {
	clear: none!important;
}

.sh-woocommerce-products .woocommerce.columns-2 ul.products li.product {
	width: 50%;
}

@media (max-width: 1200px) {
	.sh-woocommerce-products .products:not(.slick-slider) li.product {
		min-width: 25%;
	}
}

@media (max-width: 1025px) {
	.sh-woocommerce-products .woocommerce.columns-4 ul.products li.product {
		width: 33.3%;
	}

	.sh-woocommerce-products .products:not(.slick-slider) li.product {
		min-width: 33.3%;
	}
}

@media (max-width: 800px) {
	.sh-woocommerce-products .woocommerce.columns-4 ul.products li.product {
		width: 50%;
	}
	.sh-woocommerce-products .woocommerce.columns-4 ul.products li.product {
		width: 50%;
	}

	.sh-woocommerce-products .products:not(.slick-slider) li.product {
		min-width: 50%;
	}
}

@media (max-width: 560px) {
	.sh-woocommerce-products .woocommerce.columns-4 ul.products li.product {
		width: 100%;
	}
	.sh-woocommerce-products .woocommerce.columns-3 ul.products li.product {
		width: 100%;
	}
	.sh-woocommerce-products .woocommerce.columns-2 ul.products li.product {
		width: 100%;
	}

	.sh-woocommerce-products .products:not(.slick-slider) li.product {
		min-width: 100%;
	}
}


/* WooCommerce Item Style 2 */
.sh-woocommerce-products-style2 .sh-woo-post-content-container {
	box-shadow: none;
	padding-top: 20px;
}

.sh-woocommerce-products-style2 ul.products li.product a h3 {
	font-size: 16px!important;
	font-weight: bold;
	padding-bottom: 5px!important;
}

.sh-woocommerce-products-style2 ul.products li.product .sh-woo-post-content-container a:first-child {
	padding: 0px!important;
	border-bottom-width: 0px!important;
}

.sh-woocommerce-products-style2 ul.products li.product .amount {
	font-size: 16px!important;
	font-weight: bold;
}

.sh-woocommerce-products-style2 .woocommerce ul.products li.product .add_to_cart_button,
.woocomerce-styling.sh-woocommerce-products-style2 ul.products li.product .button.product_type_simple,
.woocomerce-styling.sh-woocommerce-products-style2 ul.products li.product .button.product_type_grouped,
.woocomerce-styling.sh-woocommerce-products-style2 ul.products li.product .add_to_cart_button {
	display: block;
	float: right!important;
	font-size: 0px!important;
	padding: 0px!important;
	top: -35px!important;
	background-color: #f2f2f2;
	width: 40px;
	height: 40px;
	text-align: center;
}

.woocomerce-styling.sh-woocommerce-products-style2 ul.products li.product .button.product_type_simple,
.woocomerce-styling.sh-woocommerce-products-style2 ul.products li.product .button.product_type_grouped {
	background-color: #f2f2f2!important;
}

.woocomerce-styling.sh-woocommerce-products-style2 ul.products li.product .button.product_type_simple:not(.add_to_cart_button):after,
.woocomerce-styling.sh-woocommerce-products-style2 ul.products li.product .button.product_type_grouped:not(.add_to_cart_button):after {
	font-family: 'simple-line-icons';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e606";
    font-size: 16px;
	line-height: 40px;
	text-align: center;
}

.sh-woocommerce-products-style2 .woocommerce ul.products li.product .add_to_cart_button:hover:after,
.woocomerce-styling.sh-woocommerce-products-style2 ul.products li.product .add_to_cart_button:hover:after {
	color: #fff!important;
}

.sh-woocommerce-products-style2 .woocommerce ul.products li.product .add_to_cart_button:after,
.woocomerce-styling.sh-woocommerce-products-style2 ul.products li.product .add_to_cart_button:after {
	line-height: 42px;
	padding-left: 0px;
	padding-right: 0px;
	transition: 0.2s all ease-in-out;
}

.sh-woocommerce-products-style2 .woocommerce ul.products li.product .price,
.woocomerce-styling.sh-woocommerce-products-style2 ul.products li.product .price {
	 width: auto;
	 float: left;
}

.sh-woocommerce-products-style2 ul.products li.product .additional-information {
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: 13px;
    margin-bottom: 16px!important;
	margin-right: 55px;
}

.sh-woocommerce-products-style2 ul.products li.product .price ins {
    font-size: medium!important;
}

.sh-woocommerce-products-style2 ul.products li.product .star-rating,
.sh-woocommerce-products-style2 ul.products li.product .ajax_add_to_cart:not(.add_to_cart_button) {
	display: none!important;
}

.sh-woocommerce-products-style2 ul.products li:hover {
	bottom: 0px!important;
}

.sh-woocommerce-products-style2 ul.products li:hover .sh-woo-post-content-container {
	box-shadow: none!important;
}

.sh-woocommerce-products-style2 .widget_search .search-field,
.sh-woocommerce-products-style2 .woocommerce-ordering .placeholder,
.sh-woocommerce-products-style2 .woocommerce-ordering .SumoSelect .SelectBox {
	border-radius: 100px!important;
}

.sh-woocommerce-products-style2 .widget_search .search-field {
	padding: 16px 30px;
	padding-right: 60px;
}

.sh-woocommerce-products-style2 .widget_search .search-submit {
	right: 15px;
}

.sh-woocommerce-products-style2 .simpleselect .placeholder,
.sh-woocommerce-products-style2 .simpleselect .options .option {
	padding: 9px 34px;
}




/**
** WooCommerce Style 3
*/
.sh-woocommerce-style3 .woocommerce ul.cart_list li img,
.sh-woocommerce-style3 .woocommerce ul.product_list_widget li img {
	border-radius: 100px;
}

.sh-woocommerce-style3 .product form.cart .button:before,
.sh-woocommerce-style3 ul.products li.product .add_to_cart_button:after {
	content: "\f067";
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 10px;
	padding-right: 8px;
}

.sh-woocommerce-style3 .woocommerce .product_list_widget .star-rating {
	width: 69px!important;
	display: block;
	margin-top: 0px!important;
    margin-bottom: 8px!important;
	font-size: 13px!important;
}

.sh-woocommerce-style3 .widget-item .product-title {
	font-weight: 500;
}

.sh-woocommerce-style3 ul.products li.product .star-rating {
	font-size: 16px!important;
	width: 88px;
}

.sh-woocommerce-style3 .widget-item .product_list_widget .amount,
.sh-woocommerce-style3 .widget-item .product_list_widget ins span {
	font-size: 14px;
}

.sh-woocommerce-style3 .sh-recent-products .woocommerce .star-rating,
.sh-woocommerce-style3.woocommerce .woocomerce-styling .star-rating {
	width: 97px;
	bottom: -4px;
}

.sh-woocommerce-style3 .woocomerce-styling .widget-item .star-rating:before,
.sh-woocommerce-style3 .woocomerce-styling .widget-item .star-rating span:before {
	letter-spacing: 2px!important;
}

.sh-woocommerce-style3.woocommerce .woocomerce-styling .star-rating:before,
.sh-woocommerce-style3.woocommerce .woocomerce-styling .star-rating span:before {
	letter-spacing: 3px;
}

.sh-recent-products .woocommerce .star-rating:before,
.sh-recent-products .woocommerce .star-rating span:before {
	letter-spacing: 3px!important;
}

.sh-woocommerce-style3 .sh-recent-products .woocommerce .star-rating:before,
.sh-woocommerce-style3 .sh-recent-products .woocommerce .star-rating span:before,
.sh-woocommerce-style3.woocommerce .woocomerce-styling .star-rating:before,
.sh-woocommerce-style3.woocommerce .woocomerce-styling .star-rating span:before {
	content: "\f005\f005\f005\f005\f005";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.sh-woocommerce-style3 .sh-recent-products .woocommerce .star-rating span::before,
.sh-woocommerce-style3.woocommerce .woocomerce-styling .star-rating span::before {
	color: #f7d01c;
}

.sh-woocommerce-style3.woocommerce .star-rating::before {
	color: #eae8dd;
}

.sh-woocommerce-style3 .widget_price_filter .price_slider_wrapper .price_slider_amount .button {
	text-transform: none;
}

.sh-woocommerce-style3 .sh-woo-post-image img {
	border-radius: 5px;
}


 /**
 ** WooCommerce Item Style 3
 */
.sh-woocommerce-products-style3 ul.products li.product .sh-woo-post-content-container {
	box-shadow: none!important;
}

.woocommerce .sh-woocommerce-products-style3 ul.products li.product:hover {
	bottom: 0;
}

.sh-woocommerce-products-style3 .woocommerce ul.products li.product .sh-woo-post-content-container a:first-child,
.woocommerce .sh-woocommerce-products-style3 ul.products li.product .sh-woo-post-content-container a:first-child {
	padding-left: 0px;
	padding-right: 0px;
	border-bottom-width: 0px;
}

.sh-woocommerce-products-style3 .woocommerce ul.products li.product .add_to_cart_button,
.sh-woocommerce-products-style3 .woocommerce ul.products li.product .sh-woo-post-content-container .button,
.woocommerce .sh-woocommerce-products-style3 ul.products li.product .add_to_cart_button,
.woocommerce .sh-woocommerce-products-style3 ul.products li.product .sh-woo-post-content-container .button {
	padding: 5px 0px!important;
	text-transform: none;
	color: inherit;
}

.sh-element-woocommerce-addtocart .button:before,
.sh-woocommerce-products-style3 li.product .add_to_cart_button:before,
.sh-woocommerce-products-style3 li.product .sh-woo-post-content-container .button:before {
	display: inline-block;
	padding-right: 5px;
	font-size: 10px;

    content: "\f067";
	font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.sh-woocommerce-products-style3 li.product .sh-woo-post-content-container .button.product_type_variable:before {
	content: "\f0c9";
}

.sh-woocommerce-products-style3 li.product.outofstock .sh-woo-post-content-container .button:before {
	content: "\f05e";
}
.sh-woocommerce-products-style3 li.product.outofstock .sh-woo-post-content-container .button {
	opacity: 0.5;
}

.sh-woocommerce-products-style3 ul.products li.product .woocommerce-loop-product__title {
	font-size: 16px;
	font-weight: 600;
	padding: 0px 0px 2px 0px;
}

.sh-woocommerce-style3.woocommerce ul.products li.product .price {
	min-height: auto;
	line-height: 30px;
}

.woocommerce .sh-woocommerce-products-style3 ul.products li.product del,
.woocommerce .sh-woocommerce-products-style3 ul.products li.product del .amount {
	font-weight: bold;
	color: #989898;
}

.sh-woocommerce-products-style3 .woocommerce ul.products li.product .amount,
.sh-woocommerce-products-style3 .woocommerce ul.products li.product ins,
.sh-woocommerce-products-style3 .woocommerce ul.products li.product ins .amount,
.woocommerce .sh-woocommerce-products-style3 ul.products li.product .amount,
.woocommerce .sh-woocommerce-products-style3 ul.products li.product ins,
.woocommerce .sh-woocommerce-products-style3 ul.products li.product ins .amount {
	font-size: 16px;
}

.sh-woocommerce-products-style3 ul.products li.product del .amount:before,
.sh-woocommerce-products-style3 ul.products li.product del .amount:after {
	display: none;
}

.sh-woocommerce-products-style3 ul.products li.product .additional-information,
.sh-woocommerce-products-style3 ul.products li.product .add_to_cart_button:after {
	display: none;
}

.sh-woocommerce-products-style3 ul.products li.outofstock img {
	opacity: 0.5;
}

.sh-woocommerce-products-style3 ul.products li.product .star-rating {
	float: right;
}

.woocommerce .woocomerce-styling.sh-woocommerce-products-style3 ul.products li {
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 52px;
}

.sh-woocommerce-style3.woocommerce .sh-woocommerce-products-style3 ul.products {
	margin: 0 -20px;
}


.sh-woocommerce-style3 .woocommerce-ordering + ul.products:after {
	content: "";
	position: absolute;
	display: block;
	top: 0; left: 20px; right: 20px;
	height: 1px;
	background-color: #f0f0f0;
}








/**
 * 33.0 - Footer Builder
 */
/*body:not(.compose-mode) .sh-footer-template {
	position: relative;
	overflow-x: hidden;
}*/

.sh-footer-template {
	position: relative;
}


/**
 * 33.0 - Header Builder
 */

/* Header Builder - General */
body.single-shufflehound_header {
	overflow-x: hidden;
	min-height: 100vh;
}

body.single-shufflehound_header .vc_row[data-vc-full-width] {
	overflow: visible;
}

.sh-header-builder,
.sh-header-template {
	position: relative;
}

.sh-header-template .vc_row {
	width: auto!important;
	left: auto!important;
	margin-left: 0px!important;
	margin-right: 0px!important;
}

.sh-header-template {
	margin-top: -1px;
}

.sh-header-template .vc_row[data-vc-full-width] {
	overflow: visible;
}

.sh-header-builder-edit {
	display: block;
	position: absolute;
	padding: 0 12px;
	top: 5px;
	right: 5px;
	opacity: 0.5;
	color: #7d7d7d;
	transition: 0.3s all ease-in;
	z-index: 260;
	font-weight: bold;
	font-size: 11px;
	border-radius: 50px;
	line-height: 29px;
	height: 28px;
}

.sh-header-builder-edit i {
	padding-right: 3px;
	font-size: 12px;
}

.sh-header-builder-edit:hover {
	opacity: 1;
	background-color: #337ab7;
	color: #fff;
}

@media (max-width: 800px) {
	.sh-header-builder-edit {
		display: none;
	}
}

.sh-header-builder-topbar-container,
.sh-header-builder-main-container {
	width: 100%;
}


/* Header Builder - Main */
.sh-header-builder-main-container {
	display: flex;
	align-items: center;
	position: relative;
	padding: 0 20px;
}

.sh-header-builder-main .header-logo {
	display: block;
	padding: 0;
}

.sh-header-builder-main img {
	margin-bottom: 0;
}

body:not(.compose-mode) .sh-header-builder-main-above-content,
body.page.compose-mode .sh-header-builder-main-above-content {
	position: absolute;
	top: 0;
	left: 0; right: 0;
	z-index: 240;
}

.sh-header-template > p {
	display: none;
}

.sh-header-builder-main-sticky-fixed .sh-header-builder-main-container,
X.sh-header-builder-mobile-sticky-fixed {
	position: fixed;
	top: 0;
	left: 0; right: 0;
	z-index: 250;
}

body.compose-mode .sh-header-builder-main-sticky-fixed .sh-header-builder-main-container,
Xbody.compose-mode .sh-header-builder-mobile-sticky-fixed {
	top: 0px!important;
}

.sh-header-builder-main-element-navigation ul.sh-nav > li > a,
.sh-header-builder-main i.sh-header-builder-main-element-icon {
	transition: 0.5s color, opacity ease;
}

.sh-header-builder-main-sticky-fixed .sh-header-builder-main-element-navigation ul.sh-nav > li > a {
	min-height: 80px!important;
	line-height: 80px!important;
}


/* Header Builder - Logos */
.sh-header-builder-mobile .sh-header-builder-logo img {
	margin-bottom: 0!important;
}

.sh-header-builder-logo-standard {
	display: block;
}

.sh-header-builder-logo-sticky {
	display: none;
}

.sh-header-builder-main-sticky-fixed .sh-header-builder-logo-standard,
.sh-header-builder-mobile-sticky-fixed .sh-header-builder-logo-standard {
	display: none;
}

.sh-header-builder-main-sticky-fixed .sh-header-builder-logo-sticky,
.sh-header-builder-mobile-sticky-fixed .sh-header-builder-logo-sticky {
	display: block;
}


/* Header Builder - Main Search */
.sh-header-builder-main .sh-header-search {
	z-index: 270;
	bottom: 0;
}

.sh-header-builder-main .sh-header-search .sh-header-search-input {
	margin-left: 0px;
    font-size: 135%;
}

.sh-header-builder-main .sh-header-search i {
    font-size: inherit;
}


/* Header Builder - Buttons */
.sh-header-builder-main-element-button-item {
	display: inline-block;
	padding: 0 10px;
	background-color: #3e3e3e;
	color: #fff;
	transition: 0.3s all ease-in-out;
}

.sh-header-builder-main-element-button-item i {
	font-size: 120%;
	margin-right: 8px;
	position: relative;
	bottom: -2px;
}


/* Header Builder - Main Layouts */
.sh-header-builder-main-content {
	position: relative;
}

.sh-header-builder-main-content .sh-nav-container {
	position: static;
}

.sh-header-builder-main-navigation-alignment {
	display: flex;
	align-items: center;
}

.sh-header-builder-main-navigation ul.sh-nav {
	float: none;
}

.sh-header-builder-layout1 .sh-header-builder-main-content,
.sh-header-builder-layout2 .sh-header-builder-main-content,
.sh-header-builder-layout4 .sh-header-builder-main-content,
.sh-header-builder-layout5 .sh-header-builder-main-content,
.sh-header-builder-layout6 .sh-header-builder-main-content,
.sh-header-builder-layout8 .sh-header-builder-main-content {
	display: flex;
	align-items: center;
}


/* Header Builder - Main Layout 1 */
.sh-header-builder-layout1 .sh-header-builder-main-content-right {
	flex: 1;
}

.sh-header-builder-layout1 .sh-header-builder-main-content-right .sh-header-builder-main-element:last-child {
	margin-right: 0;
}

.sh-header-builder-layout1 .sh-header-builder-main-navigation {
	display: table;
	margin-left: auto;
}

.sh-header-builder-layout1 .sh-nav > li.menu-item:last-child {
	padding-right: 0px;
}



/* Header Builder - Main Layout 2 */
.sh-header-builder-layout2 .sh-header-builder-main-content-left {
	flex: 1;
}

.sh-header-builder-layout2 .sh-header-builder-main-logo {
	margin-left: auto;
	display: table;
}

.sh-header-builder-layout2 .sh-nav > li.menu-item:first-child {
	padding-left: 0px;
}


/* Header Builder - Main Layout 3 */
.sh-header-builder-layout3 .sh-header-builder-main-logo,
.sh-header-builder-layout3 .sh-header-builder-main-navigation {
	display: table;
	margin: 0 auto;
}

.sh-header-builder-layout3 .sh-header-builder-main-logo {
	margin-top: 15px;
	margin-bottom: 15px;
}

.sh-header-builder-main-sticky-fixed.sh-header-builder-layout3 .sh-header-builder-main-logo {
	margin-top: 15px;
	margin-bottom: 0px;
}

.sh-header-builder-main-sticky-fixed.sh-header-builder-layout3 .sh-header-builder-main-element-navigation ul.sh-nav > li > a {
	min-height: 60px!important;
	line-height: 60px!important;
}


/* Header Builder - Main Layout 4 */
.sh-header-builder-layout4 .sh-header-builder-main-content-left,
.sh-header-builder-layout4 .sh-header-builder-main-content-right {
	flex: 1;
}

.sh-header-builder-layout4 .sh-header-builder-main-content-left .sh-header-builder-main-navigation {
	margin-left: auto;
	display: table;
}

.sh-header-builder-layout4 .sh-header-builder-main-content-center {
	padding: 0 15px;
}

.sh-header-builder-layout4 .sh-nav > li.menu-item:last-child {
	padding-right: 15px;
}


/* Header Builder - Main Layout 5 */
.sh-header-builder-layout5 .sh-header-builder-main-logo {
	padding-right: 15px;
}


/* Header Builder - Main Layout 6 */
.sh-header-builder-layout6 .sh-header-builder-main-content-left,
.sh-header-builder-layout6 .sh-header-builder-main-content-right {
	flex: 1;
}

.sh-header-builder-layout6 .sh-header-builder-main-content-right .sh-header-builder-main-navigation {
	margin-left: auto;
	display: table;
}

.sh-header-builder-layout6 .sh-header-builder-main-content-center {
	padding: 0 15px;
}

.sh-header-builder-layout6 .sh-nav > li.menu-item:last-child {
	padding-right: 15px;
}

.sh-header-builder-layout6 .sh-header-builder-main-content-left .sh-nav > li.menu-item:first-child {
	padding-left: 0px;
}

.sh-header-builder-layout6 .sh-header-builder-main-content-right .sh-nav > li.menu-item:last-child {
	padding-right: 0px;
}


/* Header Builder - Main Layout 7 */
.sh-header-builder-layout7 .sh-header-builder-main-logo {
	margin-bottom: 15px;
	padding-top: 15px;
}

.sh-header-builder-layout7 .sh-nav > li.menu-item:first-child {
	padding-left: 0px;
}


/* Header Builder - Main Layout 8 */
.sh-header-builder-layout8 .sh-header-builder-main-content-left,
.sh-header-builder-layout8 .sh-header-builder-main-content-right {
	flex: 1;
}

.sh-header-builder-layout8 .sh-header-builder-main-elements {
	margin-left: auto;
    display: table;
}


/* Header Builder - Main Navigation */
.sh-header-builder-main-element {
	display: inline-block;
	vertical-align: top;
	margin-right: -4px;
}

.sh-header-builder-main-element:not(:last-child) {
	margin-right: 1.2em;
}

.sh-header-builder-main-element > a {
	display: block;
	line-height: 40px;
	height: 40px;
}

.sh-header-builder-main-navigation .sh-nav > li.menu-item  {
	padding: 0em 1.2em;
}

.sh-header-builder-main-navigation .sh-nav > li.menu-item > a {
	position: relative;
	font-size: inherit;
}

.sh-header-builder-main-element-search .sh-nav > li.menu-item,
.sh-header-builder-main-element-cart .sh-nav > li.menu-item,
.sh-header-builder-main-element-language .sh-nav > li.menu-item {
	padding-left: 0;
	padding-right: 0;
}

.sh-header-builder-main-element-language .sh-nav > li.menu-item {
	display: inline-block;
}

.sh-header-builder-main-element-language .sh-nav > li.menu-item a {
	text-transform: uppercase;
}

.sh-header-builder-main-element-language .sh-nav > li.menu-item:not(:last-child) a {
	margin-right: 6px;
}

.sh-header-builder-main i.sh-header-builder-main-element-icon {
	font-size: 140%;
	line-height: inherit;
	color: #7e7e7e;
	bottom: 0;
}

.sh-header-builder-main .sh-nav-cart-content .cart-icon {
	position: absolute;
    top: 0.2em;
    right: -0.5em;
    display: inline-block;
    letter-spacing: 0;
}

.sh-header-builder-main-icons-small .sh-nav-cart-content {
	letter-spacing: normal;
}

.sh-header-builder-main-icons-small .sh-nav-cart-content .cart-icon {
	top: 0.5em;
    right: -1.1em;
}


/* Header Builder - Main Elements */
.sh-header-builder-main-spacing-small .sh-header-builder-main-element:not(:last-child) {
	margin-right: 0.8em;
}

.sh-header-builder-main-spacing-large .sh-header-builder-main-element:not(:last-child) {
	margin-right: 1.6em;
}

.sh-header-builder-main-spacing-xlarge .sh-header-builder-main-element:not(:last-child) {
	margin-right: 2.4em;
}

.sh-header-builder-main-spacing-xxlarge .sh-header-builder-main-element:not(:last-child) {
	margin-right: 3.2em;
}

.sh-header-builder-main-nav-spacing-small .sh-header-builder-main-element-navigation .sh-nav > li.menu-item:not(:first-child):not(:last-child) {
	padding: 0em 0.8em;
}

.sh-header-builder-main-nav-spacing-small .sh-header-builder-main-element-navigation .sh-nav > li.menu-item:first-child {
	padding-right: 0.8em;
}

.sh-header-builder-main-nav-spacing-small .sh-header-builder-main-element-navigation .sh-nav > li.menu-item:last-child {
	padding-left: 0.8em;
}

.sh-header-builder-main-nav-spacing-large .sh-header-builder-main-element-navigation .sh-nav > li.menu-item:not(:first-child):not(:last-child) {
	padding: 0em 1.6em;
}

.sh-header-builder-main-nav-spacing-large .sh-header-builder-main-element-navigation .sh-nav > li.menu-item:first-child {
	padding-right: 1.6em;
}

.sh-header-builder-main-nav-spacing-large .sh-header-builder-main-element-navigation .sh-nav > li.menu-item:last-child {
	padding-left: 1.6em;
}


/* Header Builder - Shadows */
.sh-header-builder-main-sticky-fixed.sh-header-builder-main-sticky-shadow-xsmall .sh-header-builder-main-container,
.sh-header-builder-main-shadow-xsmall .sh-header-builder-main-container {
	box-shadow: 0px 2px 9px 1px rgba(0,0,0,0.12);
}

.sh-header-builder-main-sticky-fixed.sh-header-builder-main-sticky-shadow-small .sh-header-builder-main-container,
.sh-header-builder-main-shadow-small .sh-header-builder-main-container {
	box-shadow: 0px 4px 13px 1px rgba(0,0,0,0.11);
}

.sh-header-builder-main-sticky-fixed.sh-header-builder-main-sticky-shadow-medium .sh-header-builder-main-container,
.sh-header-builder-main-shadow-medium .sh-header-builder-main-container {
	box-shadow: 0px 5px 18px 1px rgba(0,0,0,0.10);
}

.sh-header-builder-main-sticky-fixed.sh-header-builder-main-sticky-shadow-large .sh-header-builder-main-container,
.sh-header-builder-main-shadow-large .sh-header-builder-main-container {
	box-shadow: 0px 10px 35px -5px rgba(0,0,0,0.15);
}

.sh-header-builder-main-sticky-fixed.sh-header-builder-main-sticky-shadow-xlarge .sh-header-builder-main-container,
.sh-header-builder-main-shadow-xlarge .sh-header-builder-main-container {
	box-shadow: 0px 18px 45px -9px rgba(0,0,0,0.15);
}



/* Header Builder - Topbar */
.sh-header-builder-topbar {
	display: flex;
	align-items: center;
	line-height: 250%;
}

@media (max-width: 800px) {
	.sh-header-builder-topbar-mobile-hidden {
		display: none;
	}
}

.sh-header-builder-topbar-group {
	display: inline-block;
	vertical-align: middle;
}

.sh-header-builder-topbar-left .sh-header-builder-topbar-group {
	margin-right: 15px;
}

.sh-header-builder-topbar-right .sh-header-builder-topbar-group {
	margin-left: 15px;
}


/* Header Builder - Topbar Contacts and Social Icons */
.sh-header-builder-contacts {
	display: flex;
}

.sh-header-builder-contacts > div {
	display: flex;
	align-items: center;
}

.sh-header-builder-contacts > *:not(:first-child) {
	margin-left: 1em;
}

.sh-header-builder-contacts div i {
	position: relative;
	margin-right: 0.7em;
	transition: 0.3s all ease-in;
}

.sh-header-builder-contacts-icons-hidden i {
	display: none;
}

.sh-header-builder-social a {
	display: flex;
	align-items: center;
}


/* Header Builder - Topbar Buttons */
.sh-header-builder-buttons a {
	display: inline-block;
	padding: 0 1em;
	transition: 0.3s all ease-in;
}

.sh-header-builder-buttons-style-dark a {
	background-color: #fafafa;
	color: #3f3f3f;
}

.sh-header-builder-buttons-style-dark a:hover,
.sh-header-builder-buttons-style-dark a:focus {
	background-color: #ececec;
}

.sh-header-builder-buttons-style-light a {
	background-color: #3f3f3f;
	color: #fafafa;
}

.sh-header-builder-buttons-style-light a:hover,
.sh-header-builder-buttons-style-light a:focus {
	background-color: #2d2d2d;
}


/* Header Builder - Topbar Navigation */
.sh-topbar-nav ul,
ul.sh-topbar-nav {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.sh-topbar-nav ul li,
ul.sh-topbar-nav li {
	display: inline-block;
	margin-left: 1em;
}

.sh-topbar-nav ul li a,
ul.sh-topbar-nav li a {
	transition: 0.3s all ease-in;
}

.sh-text-uppercase a {
	text-transform: uppercase;
}


/* Header Builder - Mobile */
.sh-header-builder-mobile {
	font-size: 14px;
	display: none;
}

@media (max-width: 1025px) {
	.sh-header-builder-main {
		display: none;
	}

	.sh-header-builder-mobile {
		display: block;
	}
}

@media (max-width: 600px) {
	.sh-header-builder-contacts,
	.sh-header-builder-contacts > div,
	.sh-header-builder-social a {
		display: inline-block;
	}

	.sh-header-builder-topbar-content {
		display: block!important;
		padding: 10px 0;
	}

	.sh-header-builder-topbar-left {
		margin-bottom: 5px;
	}

	.sh-header-builder-topbar-right {
		text-align: left!important;
	}

	.sh-header-builder-topbar-content ul.sh-topbar-nav li {
		margin-left: 0;
		margin-right: 1em;
	}
}


.sh-header-builder-mobile-element {
	display: inline-block;
	vertical-align: middle;
}

.sh-header-builder-mobile .header-logo {
	padding: 0;
}

.sh-header-builder-mobile-menu i.sh-header-builder-mobile-element-icon {
	font-size: 19px;
}

.sh-header-builder-mobile-content {
	display: flex;
	align-items: center;
	width: 100%;
}

.sh-header-builder-mobile .c-hamburger {
	top: 0;
}


/* Header Builder - Mobile Layout 1 */
.sh-header-builder-layout1 .sh-header-builder-mobile-content-right {
	flex: 1;
	text-align: right;
}


/* Header Builder - Mobile Layout 2 */
.sh-header-builder-layout2 .sh-header-builder-mobile-content-left {
	flex: 1;
}

.sh-header-builder-layout2 .sh-header-builder-mobile-logo {
	margin-left: auto;
	display: table;
}


/* Header Builder - Mobile Layout 3 */
.sh-header-builder-layout3 .sh-header-builder-mobile-content-right {
	flex: 1;
	text-align: right;
}

.sh-header-builder-layout3 .sh-header-builder-mobile-content-left {
	flex: 1;
}


/* Header Builder - Mobile Layout 4 */
.sh-header-builder-layout4 .sh-header-builder-mobile-content-left {
	flex: 1;
}

.sh-header-builder-layout4 .sh-header-builder-mobile-content-left .sh-nav > li.menu-item {
	padding-left: 0px;
	padding-right: 0px;
}

.sh-header-builder-layout4 .sh-header-builder-mobile-content-right {
	flex: 1; text-align: right;
}

.sh-header-builder-mobile .sh-header-mobile-dropdown {
	position: absolute;
	left: 0; right: 0;
}


/**
** WooCommerce Basic Elements
*/
@media (max-width: 800px) {
	.wpb_wrapper > .woocommerce.columns-3 ul.products,
	.wpb_wrapper > .woocommerce.columns-4 ul.products {
		margin: 0 -15px;
	}

	.wpb_wrapper > .woocommerce.columns-3 ul.products li.product,
	.wpb_wrapper > .woocommerce.columns-4 ul.products li.product {
		width: 50%;
	    min-width: 50%;
	    display: inline-block;
	    margin-right: -4px;
	    float: none;
	    padding: 0 15px;
	}
}

@media (max-width: 560px) {
	.wpb_wrapper > .woocommerce.columns-3 ul.products,
	.wpb_wrapper > .woocommerce.columns-4 ul.products {
		margin: 0px 0px;
	}

	.wpb_wrapper > .woocommerce.columns-2 ul.products li.product,
	.wpb_wrapper > .woocommerce.columns-3 ul.products li.product,
	.wpb_wrapper > .woocommerce.columns-4 ul.products li.product {
		width: 100%;
		min-width: 100%;
		padding: 0;
	}
}




/**
** Instagram
*/
.sh-instagram-element {
    position: relative;
}

.sh-widget-instagramv2 .instagram_gallery a { width: 33.3%; }
.sh-widget-instagramv2-columns1 .instagram_gallery a {width: 100%; }
.sh-widget-instagramv2-columns2 .instagram_gallery a { width: 50%; }
.sh-widget-instagramv2-columns4 .instagram_gallery a { width: 25%; }
.sh-widget-instagramv2-columns5 .instagram_gallery a { width: 20%; }
.sh-widget-instagramv2-columns6 .instagram_gallery a { width: 16.6666666667%; }

@media (max-width: 1025px) {
    .sh-widget-instagramv2 .instagram_gallery a {
        min-width: 25%;
    }
}

@media (max-width: 700px) {
    .sh-widget-instagramv2 .instagram_gallery a {
        min-width: 33.3%;
    }
}

@media (max-width: 550px) {
    .sh-widget-instagramv2 .instagram_gallery a {
        min-width: 50%;
    }
}




.sh-widget-instagramv2 a {
    display: inline-block;
    vertical-align: top;
    padding: 5px;
    position: relative;
    overflow: hidden;
}

.widget-item .sh-widget-instagramv2 {
	position: relative;
	margin: 0 -5px;
}

.sh-widget-instagramv2 a:before {
    content: "\f16d";
    font: normal normal normal 14px/1 FontAwesome;
    color: #fff;
    font-size: 21px;

    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 5px;
    opacity: 0;
    transition: 0.5s opacity ease-in-out;
    background-color: rgba(47, 47, 47, 0.3);
    background: -webkit-linear-gradient( rgba(0,0,0,0), #232323 );
    background: -moz-linear-gradient( rgba(0,0,0,0), #232323 );
    background: -o-linear-gradient( rgba(0,0,0,0), #232323 );
    background: linear-gradient( rgba(47, 47, 47, 0.1), rgba(47, 47, 47, 0.3) );
    display: flex;
    align-items: center;
    justify-content: center;
}

.sh-widget-instagramv2 a:hover:before {
    opacity: 1;
}

.sh-widget-instagramv2 img {
	margin-bottom: 0px!important;
}

.sh-widget-instagramv2 img {
    width: 100%!important;
}


/* Google Maps responsive improvement */
@media ( max-width: 700px ) {
	.sh-google-maps > .map {
		max-height: 100vh;
	}
}
/*
Theme Name: Jevelin
Theme URI: https://shufflehound.com/jevelin
Author: Shufflehound
Author URI: https://shufflehound.com/
Description: Jevelin is multi-purpose WordPress theme for creating stunning websites. Features all the right tools needed for your next design.
Version: 5.11
Requires at least: 5.6
Tested up to: 6.6
Requires PHP: 5.6.20
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-colors, custom-menu, threaded-comments, translation-ready, theme-options, right-sidebar, left-sidebar, full-width-template, threaded-comments, post-formats, featured-images
Text Domain: jevelin
*/


/**
 * Table of Contents
 *
 * 1.0 - General
 * 2.0 - Typography
 * 3.0 - Input
 * 4.0 - Editor Styles
 * 5.0 - Dropcaps
 * 6.0 - Table
 * 7.0 - Placenemt
 * 8.0 - Animations
 * 9.0 - Header
 *   9.1 - Top bar
 *   9.2 - Navigation
 *   9.3 - Navigation Dropdown
 *   9.4 - Navigation Mega Menu
 *   9.5 - Navigation Icons
 *   9.6 - WooCommerce
 *   9.7 - Presets
 *   9.8 - Left
 *   9.9 - Right
 *   9.10 - Search
 *   9.11 - Logo
 *   9.12 - Styles
 *   9.13 - Responsive
 * 10.0 - Titlebar
 * 11.0 - Footer
 * 12.0 - Portfolio
 * 13.0 - Blog
 *   13.1 - Masonry
 *   13.2 - Grid
 *   13.3 - Standard
 *   13.4 - Single Page
 *   13.5 - Post
 *   13.6 - Post Author
 *   13.7 - Overlay
 *   13.8 - Styles
 * 14.0 - WooCommerce
 *   14.1 - Product
 *   14.2 - Tables
 *   14.3 - Forms
 *   14.4 - Input
 *   14.5 - Post Page
 *   14.6 - Other
 * 15.0 - Revolution Slider
 * 16.0 - Comments
 * 17.0 - Gallery
 * 18.0 - Lightbox
 * 19.0 - Share
 * 20.0 - Popover
 * 21.0 - Pagination
 * 22.0 - Widgets
 * 23.0 - Nothing Found
 * 24.0 - 404 Page
 * 25.0 - Back to top
 * 26.0 - Page Loader
 * 27.0 - White Borders
 * 28.0 - Notice
 * 29.0 - Dynamic Ratio
 * 30.0 - Other Elements
 *
 *
 * Additional theme styles can be found inside:
 * 1. css/shortcodes.css
 * 2. css/responsive.css
 */


/**
 * 1.0 - General
 */

body {
	font-family: 'Montserrat', 'Raleway', 'Helvetica', 'Arial', sans-serif;
	font-size: 14px;
	color: #8d8d8d;
	line-height: 1.7;
	font-weight: 400;
}

html {
	overflow-y: auto;
}

body {
	overflow-x: hidden;
	height: 100%;
}

*:focus,
a:focus {
	outline: none;
}

iframe {
	max-width: 100%;
	display: block;
}

figure {
	max-width: 100%;
}

.text-center {
	text-align: center;
}

.sh-noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
	user-select: none;
}

dd {
    margin: 0 0 20px;
}

pre {
	border: 0;
	padding: 20px;
}

img {
	max-width: 100%;
	min-height: 1px;
	height: auto;
}

video,
audio {
	max-width: 100%;
}

.lazy {
	visibility: hidden;
	color: transparent;
}

.lazy[src] {
	visibility: visible;
}

p {
	line-height: 1.8;
}

p:last-child {
	margin-bottom: 0;
}


/**
 * 2.0 - Typography
 */

a {
	color: #47c9e5;
	text-decoration: none;
	word-wrap: break-word;
}

a:hover, a:focus {
	color: #47c9e5;
	text-decoration: none;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Raleway', serif;
    color: #3f3f3f;
    font-weight: 700;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: normal!important;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-weight: inherit;
	line-height: normal!important;
}

h1 p,
h2 p,
h3 p,
h4 p,
h5 p,
h6 p {
	margin: 0;
}

h2 {
	font-size: 20px;
}

.sh-team-role,
.sh-iconbox-title,
.sh-iconbox-content,
.sh-text-with-frame * {
	word-wrap: break-word;
}

.icon-social-gplus{
	font-family: 'simple-line-icons';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-social-gplus:before {
	content: "\e60d";
}

/* Typography - Sizes */
.size-xs{ font-size: 14px; }
.size-s{ font-size: 16px; }
.size-m{ font-size: 20px; }
.size-l{ font-size: 30px; }
.size-xl{ font-size: 36px; }
.size-xxl{ font-size: 48px; }
.size-xxxl{ font-size: 60px; }
.size-xxxxl{ font-size: 72px; }

@media (max-width: 1024px) {
	.size-l{ font-size: 20px; }
	.size-xl{ font-size: 26px; }
	.size-xxl{ font-size: 30px; }
	.size-xxxl{ font-size: 36px; }
	.size-xxxxl{ font-size: 40px; }
}

.sh-text-background {
	background-color: #47c9e5;
	color: #fff;
	display: inline-block!important;
	padding: 0 11px;
	border-radius: 8px;
}

.sh-text-background-white {
	background-color: #fff;
	color: #505050;
	display: inline-block!important;
	padding: 0 11px;
	border-radius: 8px;
}




/*
** Print Preview
*/
@media print {
	a[href]:after {
		content: none !important;
	}

	html body div.container {
		width: 90%!important;
		min-width: 90%!important;
	}

	html body .sh-sticky-mobile-header {
		position: absolute!important;
	}
}




/**
 * 3.0 Input
 */

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="url"],
select,
textarea {
	border: 1px solid #e3e3e3;
	color: #8d8d8d;
	display: block;
	width: 100%;
	margin-bottom: 10px;
	-webkit-appearance: none;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="url"],
select {
	padding: 0px 20px;
	line-height: 48px!important;
}

textarea {
	height: 120px;
	padding: 18px 24px;
}

select::-webkit-input-placeholder,
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	height: inherit!important;
	line-height: inherit!important;
	font-style: italic;
	color: inherit;
}

select:-moz-placeholder,
input:-moz-placeholder,
textarea:-moz-placeholder {
	height: inherit!important;
	line-height: inherit!important;
	font-style: italic;
	color: inherit;
}

select::-moz-placeholder,
input::-moz-placeholder,
textarea::-moz-placeholder {
	height: inherit!important;
	line-height: inherit!important;
	font-style: italic;
	color: inherit;
}

select:-ms-input-placeholder,
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	height: inherit!important;
	line-height: inherit!important;
	font-style: italic;
	color: inherit;
}

/* Input Styling */
.sh-page-switcher-button:not(.sh-page-switcher-disabled):hover,
.sh-social-widgets-item:hover,
.sh-social-share-button:hover,
.sh-increase-numbers span:hover,
.woocommerce .shop_table .coupon .button:hover,
.widget_price_filter .price_slider_wrapper .price_slider_amount .button:hover,
.sh-team-social-standard .sh-team-icon:hover,
.sh-social-share-button:before {
	background-color: #e5e5e5!important;
}

.wpcf7-form .wpcf7-submit {
	background-color: #47c9e5!important;
	color: #fff;
}

.woocommerce .checkout-button,
.woocommerce .wc-forward,
.woocommerce #respond input#submit,
.woocommerce .shop_table .coupon .button,
.woocommerce a.button.alt,
.woocommerce .cart input.button,
.woocommerce input.button.alt,
.contact-form input[type="submit"],
.sh-404-button,
.post-content .post-password-form input[type="submit"],
.sh-comments .submit,
.wpcf7-form .wpcf7-submit {
	border-radius: 100px!important;
	font-size: 13px;
	text-transform: uppercase;
	border-width: 0;
}

.woocommerce input[type=submit],
.woocommerce .button,
.contact-form input[type="submit"],
.sh-404-button,
.post-content .post-password-form input[type="submit"],
.wpcf7-form .wpcf7-submit {
	border-radius: 100px!important;
	line-height: 50px!important;
	padding: 0 30px!important;
	transition: 0.25s all ease-in-out;
}

.sh-404-button,
.wpcf7-form .wpcf7-submit {
	font-weight: bold;
}

.woocommerce .shop_table .coupon .button {
	background-color: #f2f2f2!important;
}

.woocommerce .shop_table .coupon .button,
.woocommerce .shop_table .coupon .button:hover,
.widget_price_filter .price_slider_wrapper .price_slider_amount .button:hover {
	color: #8d8d8d!important;
}

.woocommerce .shop_table .button[name=update_cart],
.woocommerce .shop_table .button[name=update_cart]:hover,
.woocommerce .button[name=save_address]:hover,
.woocommerce .button.wc-backward {
	color: #fff!important;
}

.sh-social-share-button:before,
.sh-pricing-button:not(.sh-pricing-button-style1):not(.sh-pricing-button-style2):not(.sh-pricing-button-style3):before {
    display: block;
    content: '';
    position: absolute;
    z-index: -1;
    width: 0%;
    height: 300%;
    z-index: 1;
    right: 0;
    top: 0;
    margin: -5px 0 0 -5px;
	transition: 0.3s all ease-in-out;
}

.sh-social-share-button *,
.sh-pricing-button * {
	display: inline-block;
	position: relative;
	z-index: 100;
}

.sh-social-share-button:hover:before,
.sh-pricing-button:hover:before {
    width: 110%!important;
}

.sh-comments .submit {
	border-radius: 100px;
	display: inline-block;
}

.sh-pricing-button:before {
	background-color: rgba(0,0,0,0.07);
}


/**
 * Editor Styles (WYSIWYG)
 */

.entry-content img {
	margin: 0 0 1.5em 0;
}

.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
}

.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
}

.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
}

.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
}

.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
}

.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
}

.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
}

blockquote {
	padding: 0px 25px;
	border-left: 2px solid #ebebeb;
	font-size: 16px;
	margin-left: 45px;
	position: relative;
	line-height: 180%;
	font-style: italic;
}

blockquote:before {
    font-family: 'themify';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	content: "\e67f";
	font-size: 21px;
	position: absolute;
	left: -45px;
	top: 50%;
	margin-top: -10.5px;
}

blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
}

blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
}

figure.gallery-item {
	display: inline-block;
	vertical-align: top;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: -4px;
}

figure.gallery-item figcaption {
	padding-top: 10px;
	padding-right: 15px;
}

.gallery.gallery-columns-5 figure.gallery-item {
	width: 20%;
}

.gallery.gallery-columns-4 figure.gallery-item {
	width: 25%;
}

.gallery.gallery-columns-3 figure.gallery-item {
	width: 33.3%;
}

.gallery.gallery-columns-2 figure.gallery-item {
	width: 50%;
}

.preload {
	display: none;
}


/**
 * 5.0 Dropcaps
 */

.sh-dropcaps {
	font-size: 30px!important;
	font-weight: bold;
	margin-right: 15px;
	line-height: 1;
}

.sh-dropcaps-full-square,
.sh-dropcaps-full-square-border,
.sh-dropcaps-full-square-tale,
.sh-dropcaps-square-border,
.sh-dropcaps-square-border2,
.sh-dropcaps-circle {
	font-size: 24px!important;
	width: 56px;
	height: 56px;
	line-height: 56px;
	display: inline-block;
	text-align: center;
	font-weight: bold;
	margin-right: 15px;
	margin-top: 3px;
	margin-bottom: 8px;
	overflow: hidden;
	position: relative;
}

.sh-dropcaps-full-square,
.sh-dropcaps-full-square-border,
.sh-dropcaps-full-square-tale {
	color: #fff;
	background-color: #47c9e5;
}

.sh-dropcaps-full-square-border:after {
	content: "";
	display: block;
	border: 2px solid #fff;
	position: absolute;
	top: 2px; bottom: 2px; left: 2px; right: 2px;
}

.sh-dropcaps-square-border {
	border: 1px solid #e5e5e5;
}

.sh-dropcaps-square-border2 {
	border: 2px solid #e5e5e5;
}

.sh-dropcaps-circle {
	background-color: #e5e5e5;
	border-radius: 50%;
}

.sh-dropcaps-full-square-tale {
	overflow: visible;
}

.sh-dropcaps-full-square-tale:after {
	content: "";
	display: block;
	position: absolute;
	right: -10px;
	top: 17px;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #47c9e5;
}


/**
 * 6.0 Tables
 */

table {
	border: 2px solid #e5e5e5!important;
	border-radius: 0!important;
	border-collapse: collapse!important;;
}

table td,
table th {
    border: 1px solid #e5e5e5!important;
}

table td {
	padding: 15px 20px!important;
}

table th {
	padding: 15px 20px!important;
	font-size: 16px;
	color: #505050;
}

.sh-table-element-style2 .default-row:nth-child(odd) {
	background: #fafafa;
}

.sh-table-element-style3 table td,
.sh-table-element-style3 table th {
	border-width: 0px!important;
}

/**
 * 7.0 Placenemt
 */

.sh-placement-left {
	margin-right: auto;
}

.sh-placement-center {
	margin: 0 auto;
}

.sh-placement-right {
	margin-left: auto;
}

.sh-group:after,
.sh-columns:after {
  content: "";
  display: block;
  clear: both;
}

.sh-group > * {
  float: left;
}

.sh-columns > * {
  float: left;
}

.sh-columns > :last-child {
  float: right;
}

.sh-group-equal {
	display: flex;
}

.sh-group-equal > *{
	flex: 1;
}

.sh-table {
	display: table;
	width: 100%;
}

.sh-hidden{
	display: none;
}

.sh-table-full {
	display: table;
	width: 100%;
	height: 100%;
}

.sh-table-small {
	display: table;
}

.sh-table-cell {
	display: table-cell;
	vertical-align: middle;
	float: none!important;
}

.sh-table-cell-top{
	display: table-cell;
	vertical-align: top;
}

.fw-row {
	margin: 0;
}

.fw-container {
	max-width: 1200px;
	padding: 50px 0;
}

.fw-container-fluid {
	padding: 0;
}

.container-padding {
	padding: 0 15px!important;
}

.container-fluid {
	padding: 0;
}

.container {
	padding-left: 0!important;
	padding-right: 0!important;
}

.blog-editor-content-container {
	padding-top: 60px;
}

.blog-fw-editor-content-container {
	padding-top: 0;
}

.sh-footer-columns,
.blog-style-largedate,
.container .fw-row,
.contact-form .wrap-forms .fw-row {
	position: relative;
	margin: 0 -15px;
}

.row-no-margin {
	margin: 0;
}

.row-no-margin > div {
	margin: 0;
	padding: 0;
}

.page-fullwidth {
	width: 100%;
	min-width: 100%;
	float: none;
	padding: 0;
}

#content {
	width: 100%;
}

#content > table {
	margin-bottom: 30px;
}

#content.content-with-sidebar-right {
	width: 73%;
	padding-right: 2%;
	float: left;
}

#content.content-with-sidebar-left {
	width: 73%;
	padding-left: 2%;
	float: right;
}

#wrapper #content.content-with-sidebar-left .container,
#wrapper #content.content-with-sidebar-right .container {
	width: 100%!important;
	min-width: 100%!important;
}

#sidebar.sidebar-left {
	float: left;
	width: 25%
}

#sidebar.sidebar-right {
	float: right;
	width: 25%
}


#sidebar h3,
#sidebar h3 > a {
	font-size: 16px;
	color: #505050;
}

#wrapper {
	position: relative;
}

#wrapper > .sh-page-layout-default {
	padding: 60px 0px;
}

#wrapper > .sh-page-layout-full .page-default-content {
	padding: 45px;
}

.page-template-page-blog .sh-page-layout-full {
	padding: 60px 30px;
}

@media (min-width: 1370px) {
	.page-template-page-blog .sh-page-layout-full .blog-style-masonry article {
		width: 25%;
	}
}

/* Placenemt Width Classes */
.width-15p {
	width: 15%;
}

.width-20p {
	width: 20%;
}

.width-3p {
	width: 30%;
}

.width-40p {
	width: 40%;
}

.width-60p {
	width: 60%;
}

.width-70p {
	width: 70%;
}

.width-85p {
	width: 85%;
}

.width-100p,
.width-full {
	width: 100%;
}

.sh-clear {
	clear: both;
}

/* Seperator */
.sh-seperator-container {
	position: relative;
}

.sh-seperator-line {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
}

.sh-seperator-icon {
	text-align: center;
	width: 100%;
}

.sh-seperator-icon i.fa {
	background: #fff;
	padding: 0 10px;
}

/* Shufflehound */
.sh-unyson-frontend-test {
	cursor: pointer;
    position: absolute;
    width: 20px;
    z-index: 800000;
    right: 0;
    opacity: 0;
	transition: 0.3s all ease-out;
}

.sh-unyson-frontend-test.active {
	opacity: 1;
}

.sh-unyson-frontend-preview .sh-empty-space {
	display: flex;
	justify-content: center;
    align-items: center;
	background: repeating-linear-gradient(45deg, #ffffff, #ffffff 15px, #c5c5c5 15px, #c5c5c5 30px);
	text-align: center;
	border-radius: 5px;
}

.sh-unyson-frontend-preview .sh-empty-space span {
	background-color: #fff;
    display: inline-block;
    font-size: 16px;
    padding: 0 15px;
    border-radius: 5px;
}


/**
 * 8.0 Animations
 */

/* Animations - Fast */
h1, h2, h3, h4, h5, h6,
.sh-iconbox-hover,
.sh-partners-carousel a img,
.sh-overlay-style1,
.sh-overlay-style1 .sh-overlay-link,
.sh-overlay-style1 .sh-overlay-lightbox,
.sh-nav-container,
.sh-nav-login .header-logo img,
.sh-nav .sh-nav-cart li.mini_cart_item a.remove:before,
.header-mobile-social-media a ,
.sh-header-left-1 .header-social-media a,
.sh-header-right-side,
.sh-gallery .slick-prev,
.sh-gallery .slick-next,
.woocommerce table.shop_table a.remove:before,
.sh-mini-overlay-container,
.sh-page-notice .sh-page-notice-button,
.sh-team-social-overlay .sh-team-image-position,
.sh-team-social-overlay .sh-team-overlay,
.sh-icons-item i,
.sh-pricing-button,
.sh-button,
.sh-button-tale,
.sh-button-style-2 .sh-button-icon-right:after,
.sh-button-style-2 .sh-button-icon-left:after,
.sh-button-style-3 .sh-button-icon-right:after,
.sh-button-style-3 .sh-button-icon-left:after,
.sh-button-style-4 .sh-button,
.sh-iconbox-style1 .sh-iconbox-icon-shape > i,
.sh-iconbox .sh-iconbox-hover,
.sh-iconbox .sh-iconbox-title h3,
.sh-portfolio-image-position,
.sh-portfolio-overlay1-bar,
.sh-piechart .sh-piechart-animation,
.sh-testimonials-switch,
.sh-heading .sh-heading-content,
.sh-portfolio-overlay,
.sh-portfolio-category,
.sh-nav ul a,
.sh-footer a,
.page-numbers a,
.page-numbers span,
.sh-overlay-style1 .sh-table-cell i,
.post-meta-author a,
.post-meta-categories a,
.post-meta-categories span,
.woocommerce-tabs .comment-form-rating p.stars a,
.woocommerce-tabs .comment-form-rating p.stars a:before,
.woocommerce table a,
.widget-item a,
.sh-timeline-box,
.sh-timeline-box-tale,
.sh-timeline-box-circle,
.sh-nav-mobile a,
.sh-icon .sh-icon-data,
.sh-social-share-networks .jssocials-share,
.sh-portfolio-title-container,
.sh-portfolio-titlem,
.sh-social-share-button,
.woocommerce div.product form.cart div.quantity span:hover,
.sh-video-player-image-play,
.post-with-background a,
.sh-social-share-networks .jssocials-share i {
    transition: all 0.3s ease-in-out;
}

/* Animations - Slow */
div.pp_default .pp_next_box,
div.pp_default .pp_prev_box,
.sh-page-switcher-button,
.sh-header-left-side,
.sh-team-icon,
.sh-team-icon i,
.sh-team:hover .sh-team-role,
.sh-testimonials-70 .sh-testimonials-container .sh-testimonials-bottom,
.sh-portfolio-image-container {
    transition: all 0.5s ease-in-out;
}

#page-container {
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    width: 100%;
}

/* Animations - Stop */
.sh-stop-animation {
	-webkit-animation-iteration-count: 1!important;
	        animation-iteration-count: 1!important;
}


/* Animations - Side */
.sh-animation-left,
#page-container {
    transition: left 0.3s ease-in-out!important;
}

.sh-animation-right {
    transition: right 0.3s ease-in-out!important;
}

.sh-animated {
	visibility: hidden;
}


/**
 * 9.0 Header
 */

.sh-header {
	position: relative;
	background-color: #fff;
}

.sh-header-top {
	position: relative;
	margin-bottom: 0;
}

.sh-header .container,
.sh-header-top .container {
	padding: 0 15px;
	position: relative;
}

.sh-header:not(.sh-header-4):not(.sh-header-5):not(.sh-header-6) .sh-nav > li.menu-item > a {
	padding-top: 30px;
	padding-bottom: 30px;
	max-height: none;
	transition: 0.3s padding ease-in-out;
}

.sh-nav-container {
	position: relative;
	margin-bottom: -1px;
}

.sh-nav-container ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sh-nav-container:after  {
	content:"";
	display: block;
	clear: both;
}

.navbar-default {
	background-color: rgba( 255,255,255,0.6);
	border-color: transparent;
}

.navbar {
	margin-bottom: 0;
}

body.admin-bar #page-container .sh-sticky-mobile-header { margin-top: 32px !important; }
@media (max-width: 782px) {
	body.admin-bar #page-container .sh-sticky-mobile-header { margin-top:46px !important; }
}
@media (max-width: 601px) {
	body.admin-bar #page-container .sh-sticky-mobile-header.sh-sticky-mobile-header-active,
	body.admin-bar #page-container .sh-header-builder-mobile.sh-sticky-mobile-header { margin-top: 0!important; }
}

.sh-sticky-header-active,
.sh-sticky-mobile-header {
	position: fixed!important;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 5000;
}

#page-container header.primary-mobile-light .sh-header-mobile.sh-sticky-mobile-header-active {
	border-bottom: 1px solid rgba( 0,0,0,0.08 )!important;
}

.sh-header-inverted .sh-nav > li.menu-item > a,
.sh-header-inverted .sh-nav > li.menu-item > a > i {
	color: #fff;
}

.sh-header-inverted .cart-icon-white {
	opacity: 0;
}

.sh-nav-uppercase .sh-nav > li.menu-item > a {
	text-transform: uppercase;
}

.sh-nav-uppercase .sh-nav > li.menu-item > a:after {
	text-transform: none!important;
}

.sh-header-small-icons .sh-nav-search i,
.sh-header-small-icons .sh-nav-social i,
.sh-header-small-icons .sh-nav-cart i,
.sh-header-small-icons .sh-header-search-submit i,
.sh-header-small-icons .sh-header-search-close i {
	font-size: 18px;
}

.sh-header-small-icons .sh-nav-search i {
	bottom: -5px;
}

.sh-header-small-icons .cart-icon {
	top: -2px;
    margin-left: -12px;
}


.sh-nav-seperator {
	padding-right: 0px!important;
	border-left: 1px solid rgba( 0,0,0,0.08 );
	padding-left: 15px!important;
	margin-left: 25px!important;
}

.sh-nav-seperator i {
	font-size: 0px;
}

.sh-header-mobile .sh-nav-seperator {
	display: none;
}

.primary-desktop-light .sh-header:not(.sh-sticky-header-active) .sh-nav-seperator {
	border-color: rgba( 255,255,255,0.08 );
}

body.admin-bar .shheader {
	margin-top: 32px;
}

body.admin-bar .sh-header-left-side,
body.admin-bar .sh-header-right-side {
	padding-top: 32px;
}

.header-logo {
	padding: 15px 0;
	position: relative;
	z-index: 100;
}

#header-logo-title {
	font-size: 21px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	margin-left: 0px;
	font-weight: bold;
}

header.primary-desktop.primary-desktop-light .sh-header.sh-sticky-header-active #header-logo-title div,
header.primary-desktop:not(.primary-desktop-light) #header-logo-title div {
	color: #505050;
}

.sh-header-top-4 #header-logo-title {
	margin-left: 0px;
	text-align: center;
}

.sh-header-mobile #header-logo-title {
	margin-left: 5px;
}


/**
 * 9.1 Header - Top bar
 */

.sh-header-top .col-md-4,
.sh-header-top .col-md-8 {
	padding: 0;
}

.sh-header-top {
	padding: 15px 0;
}

.header-social-media {
	text-align: right;
}

.header-social-media a {
	font-size: 16px;
	color: #8d8d8d;
	padding-left: 15px;
}

.header-social-media a:last-child {
	padding-right: 0;
}

.header-contacts {
	display: table;
	height: 100%;
}

.header-contacts-item {
	display: table-cell;
	vertical-align: middle;
}

.header-contacts-details {
	padding-right: 20px;
	font-size: 14px;
}

.header-contacts-details > i {
	font-size: 15px;
	padding-right: 8px;
}

.header-contacts-details > i.fa-mobile-phone {
	font-size: 18px;
}


/**
 * 9.2 Header - Navigation
 */

.sh-nav {
	float: right;
}

.sh-nav li.menu-item {
	float: left;
	padding: 0 15px;
	border-bottom: 0px solid transparent;
}

.sh-nav li.menu-item a {
	line-height: 40px;
	max-height: 40px;
	display: block;
	color: #7e7e7e;
}

.sh-nav ul li.menu-item a {
	color: #aaaaaa;
}

.sh-nav ul li.menu-item:hover > a {
	color: #fff;
}

.sh-nav > li.menu-item > a {
	font-weight: bold;
	text-transform: none;
}

.sh-nav li.current-menu-item > a,
.sh-nav li.current-menu-parent > a {
	font-weight: bold;
	color: #575757;
}

.sh-nav li.menu-item > a.fa:before,
.sh-nav-mobile li.menu-item > a.fa:before,
.sh-nav li.menu-item > a.fas:before,
.sh-nav-mobile li.menu-item > a.fas:before,
.sh-nav li.menu-item > a.far:before,
.sh-nav-mobile li.menu-item > a.far:before,
.sh-nav li.menu-item > a.fab:before,
.sh-nav-mobile li.menu-item > a.fab:before,
.sh-nav li.menu-item > a[class^="icon-"]:before,
.sh-nav-mobile li.menu-item > a[class^="icon-"]:before,
.sh-nav li.menu-item > a[class^="ti-"]:before,
.sh-nav-mobile li.menu-item > a[class^="ti-"]:before,
.sh-nav li.menu-item > a[class^="pe-"]:before,
.sh-nav-mobile li.menu-item > a[class^="pe-"]:before {
	padding-right: 8px;
}

.sh-nav li.menu-item > a.fa:before,
.sh-nav-mobile li.menu-item > a.fa:before {
	font-family: 'FontAwesome';
}

.sh-nav li.menu-item > a.far:before,
.sh-nav-mobile li.menu-item > a.far:before,
.sh-nav li.menu-item > a.fas:before,
.sh-nav-mobile li.menu-item > a.fas:before {
	font-family: "Font Awesome 5 Free";
}

.sh-nav li.menu-item > a.fab:before,
.sh-nav-mobile li.menu-item > a.fab:before  {
	font-family: "Font Awesome 5 Brands";
}

.sh-nav li.menu-item > a[class^="icon-"]:before,
.sh-nav-mobile li.menu-item > a[class^="icon-"]:before  {
	font-family: 'simple-line-icons';
}

.sh-nav li.menu-item > a[class^="ti-"]:before,
.sh-nav-mobile li.menu-item > a[class^="ti-"]:before {
	font-family: 'themify';
}

.sh-nav li.menu-item > a[class^="pe-"]:before,
.sh-nav-mobile li.menu-item > a[class^="pe-"]:before {
	font-family: 'Pe-icon-7-stroke';
}

.sh-nav > li.menu-item:last-child  {
	padding-right: 0;
}

.sh-nav > li.menu-item:last-child > ul.sub-menu {
	margin-left: -134px;
}

.sh-nav > li.menu-item:nth-last-child(2) > ul.sub-menu {
	margin-left: -74px;
}

.sh-nav > .menu-item > .sub-menu {
	margin-left: -26px;
}

.sh-nav li.menu-item-has-children > a:after,
.sh-nav li.menu-item li.menu-item-has-children > a:after {
	font-family: 'simple-line-icons'!important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	font-size: 12px;
	margin-left: 8px;
	content: "\e604";
	position: relative;
}

.sh-nav li.menu-item li.menu-item-has-children > a:after {
	float: right;
}

.sh-sticky-header-active:not(.sh-header-4):not(.sh-header-5):not(.sh-header-6) .sh-nav > li.menu-item > a {
	padding-top: 15px;
	padding-bottom: 15px;
	max-height: none;
}

.sh-sticky-header-active .sh-nav ul.sub-menu {
	top: 101%;
}

/* New Item */
.new-item {
	display: inline-block;
	width: 33px;
	height: 16px;
	background-image: url(/wp-content/themes/jevelin/img/new.png);
	position: relative;
	right: -4px;
	top: -3px;
}


/**
 * 9.3 Header - Navigation Dropdown
 */

.sh-nav li.menu-item li a,
.sh-nav li.menu-item li.menu-item-has-children > a:after {
    line-height: 24px;
    text-transform: none;
    padding-top: 6px;
    padding-bottom: 6px;
}

.sh-nav li.menu-item li a {
	max-height: none;
}

.sh-nav li.menu-item li.current-menu-item > a {
	font-weight: bold;
	color: #aaaaaa;
	border-bottom: 1px solid transparent;
}

.sh-nav ul.sub-menu {
	display: none;
	position: absolute;
	background: #232323;
	top: 100%;
	padding: 16px 0;
	width: 220px;
	z-index: 1000;
}

.sh-nav ul.sub-menu li {
	position: relative;
}

.sh-nav ul.sub-menu li {
	width: 100%;
	float: none;
	padding: 0px 0px;
}

.sh-nav ul.sub-menu a {
	padding-left: 30px;
	padding-right: 30px;
	border-bottom: 1px solid transparent
}

.sh-nav ul.sub-menu li:last-child {
	border-bottom: 1px solid transparent;
}

.sh-nav ul.sub-menu ul.sub-menu {
	left: 220px;
	top: -16px!important;
}


/**
 * 9.4 Header - Navigation Mega Menu
 */

.mega-menu-row .menu-item ul a {
	color: #b0b0b0!important;
	left: 0px;
	margin-left: 0px;
}

.mega-menu-row {
	padding: 16px 0px 16px 0px!important;
}

.mega-menu-row .sub-menu {
	margin-left: 0;
	padding: 0!important;
}

.mega-menu-row .menu-item > .sub-menu:before {
	display: none;
}

.sh-nav li.menu-item-has-mega-menu {
	position: inherit;
}

.sh-nav ul.mega-menu-row {
	right: 0px;
	width: 100%;
	overflow: hidden;
}

.sh-nav ul.mega-menu-row li.mega-menu-col {
	float: left;
	border-bottom: none;
	margin-top: -16px;
	margin-bottom: -16px;
	position: relative;
	padding: 16px 0;
}

.sh-nav ul.mega-menu-row li.mega-menu-col li,
.sh-nav ul.mega-menu-row li.mega-menu-col ul {
	display: block!important;
	width: 100%!important;
	border: 0px solid transparent;
}

.sh-nav ul.mega-menu-row li.mega-menu-col a {
	overflow: visible!important;
	height: auto!important;
	max-height: 1000px!important;
}

.sh-nav li ul.mega-menu-row ul.sub-menu {
	opacity: 1!important;
	height: auto!important;
}

.sh-nav li.menu-item > ul.mega-menu-row > ul:nth-child(-n+2) {
	display: none!important;
	opacity: 0!important;
}

.sh-nav ul.mega-menu-row > .menu-item > a + div {
	padding-left: 25px;
	padding-right: 25px;
	font-size: 80%;
	margin-bottom: 5px;
	margin-top: -5px;
	font-style: italic;
}

.sh-nav ul.mega-menu-row .menu-item-has-children > a {
	font-weight: bold;
	color: #505050;
}

.sh-nav ul.mega-menu-row .menu-item-has-children a:after {
	visibility: hidden;
}

.sh-nav ul.mega-menu-row .menu-item-has-children ul li a {
	text-transform: none;
}

.sh-nav ul.mega-menu-row ul.sub-menu {
	position: relative;
	left: 0!important;
	top: 0!important;
	opacity: 1!important;
}

.sh-nav ul.mega-menu-row ul.sub-menu ul.sub-menu {
	margin-bottom: -15px;
}

.sh-nav li.menu-item.menu-item-has-mega-menu ul.sub-menu ul.sub-menu {
	box-shadow: none!important;
}

/* Mega menu auto items width sizes */

.sh-nav .mega-menu-row-1 .menu-item {
	width: 100%;
}
.sh-nav .mega-menu-row-2 .menu-item {
	width: 50%;
}
.sh-nav .mega-menu-row-3 .menu-item {
	width: 33.3%;
}
.sh-nav .mega-menu-row-4 .menu-item {
	width: 25%;
}
.sh-nav .mega-menu-row-5 .menu-item {
	width: 20%;
}

.sh-nav .mega-menu-row-1 li.menu-item:nth-child(1n+0),
.sh-nav .mega-menu-row-2 li.menu-item:nth-child(2n+0),
.sh-nav .mega-menu-row-3 li.menu-item:nth-child(3n+0),
.sh-nav .mega-menu-row-4 li.menu-item:nth-child(4n+0),
.sh-nav .mega-menu-row-5 li.menu-item:nth-child(5n+0) {
	border-right: 0px solid transparent!important;
}

/* Dropdown (Standard, Mega Menu) - Style 2 */
.sh-header-right-side,
.sh-header-mobile-dropdown {
	box-shadow: 0 10px 60px 1px rgba(0,0,0,0.08)!important;
}

.sh-header-megamenu-style2 .sh-nav .sh-nav-cart > ul.sub-menu,
.sh-header-megamenu-style2 .mega-menu-row,
.sh-header-left-side.sh-header-megamenu-style2 .sh-nav > li .mega-menu-row {
	box-shadow: 0 10px 60px 1px rgba(0,0,0,0.08)!important;
	margin-top: -10px;
	border-radius: 2px!important;
}

.sh-header-megamenu-style2 .mega-menu-col {
	padding: 0 25px 0 15px!important;
	margin-top: 15px!important;
	margin-bottom: 15px!important;
	height: auto!important;
	opacity: 0;
}

.sh-header-megamenu-style2 .mega-menu-col ul {
	margin-top: 0px!important;
	top: 0px!important;
}

.sh-header-megamenu-style2 .sh-nav > li.menu-item:not(.menu-item-has-mega-menu):not(.sh-nav-cart) ul {
	box-shadow: 0 10px 60px 1px rgba(0,0,0,0.08)!important;
	border-radius: 2px!important;
	padding: 16px 25px 16px 15px!important;
}

.sh-header-megamenu-style2 .sh-nav > li.menu-item:not(.menu-item-has-mega-menu):not(.sh-nav-cart) ul li {
	opacity: 0;
}

.sh-header-megamenu-style2 .sh-nav > li.menu-item.sh-hover:not(.menu-item-has-mega-menu):not(.sh-nav-cart) ul li {
	animation: slide2 ease 0.4s forwards;
	animation-delay: 0.1s;
}

.sh-header-megamenu-style2 .sh-hover .mega-menu-col {
	animation: slide ease 0.4s forwards;
}

@keyframes slide {
	0% { opacity: 0; top: -20px; }
	3% { opacity: 0.2; top: -3px; }
	100% { opacity: 1; top: 0; }
}

@keyframes slide2 {
	0% { opacity: 0; }
	3% { opacity: 0.2; }
	100% { opacity: 1; }
}

.sh-header-megamenu-style2 .sh-hover .mega-menu-col:nth-child(0) { animation-delay: 0.00s; animation-duration: 0.1s; }
.sh-header-megamenu-style2 .sh-hover .mega-menu-col:nth-child(1) { animation-delay: 0.12s; animation-duration: 0.2s; }
.sh-header-megamenu-style2 .sh-hover .mega-menu-col:nth-child(2) { animation-delay: 0.24s; }
.sh-header-megamenu-style2 .sh-hover .mega-menu-col:nth-child(3) { animation-delay: 0.36s; }
.sh-header-megamenu-style2 .sh-hover .mega-menu-col:nth-child(4) { animation-delay: 0.48s; }
.sh-header-megamenu-style2 .sh-hover .mega-menu-col:nth-child(5) { animation-delay: 0.60s; }
.sh-header-megamenu-style2 .sh-hover .mega-menu-col:nth-child(6) { animation-delay: 0.73s; }
.sh-header-megamenu-style2 .sh-hover .mega-menu-col:nth-child(7) { animation-delay: 0.96s; }
.sh-header-megamenu-style2 .sh-hover .mega-menu-col:nth-child(8) { animation-delay: 1.10s; }
.sh-header-megamenu-style2 .sh-hover .mega-menu-col:nth-child(9) { animation-delay: 1.20s; }

.sh-header-megamenu-style2 .mega-menu-col > a {
	font-weight: 800!important;
	padding-top: 0!important;
	padding-left: 15px!important;
	padding-right: 15px!important;
	padding-bottom: 4px!important;
}

.sh-header-megamenu-style2 .sh-nav > li.menu-item:not(.menu-item-has-mega-menu):not(.sh-nav-cart) ul a,
.sh-header-megamenu-style2 .mega-menu-col ul li a {
	font-size: 13px;
	padding: 3px 15px;
	margin: 1px 0;
	transition: 0.2s padding, background ease-in-out;
	border-bottom: 1px solid transparent;
}

.sh-header-megamenu-style2 .sh-nav > li.menu-item:not(.menu-item-has-mega-menu):not(.sh-nav-cart) ul a:after {
	line-height: 1;
}

.sh-header-megamenu-style2 .sh-nav ul.sub-menu ul.sub-menu {
	left: 205px;
}

.sh-header-megamenu-style2 .sh-nav > li.menu-item:not(.menu-item-has-mega-menu):not(.sh-nav-cart) li.current-menu-item > a,
.sh-header-megamenu-style2 .sh-nav > li.menu-item:not(.menu-item-has-mega-menu):not(.sh-nav-cart) ul li:hover > a,
.sh-header-megamenu-style2 li.mega-menu-col ul li.current-menu-item a,
.sh-header-megamenu-style2 li.mega-menu-col ul li.menu-item:not(.current-menu-item):hover a {
	background-color: #309bee;
	color: #fff!important;
	border-radius: 2px;
	padding-left: 25px;
	font-weight: normal;
	border-bottom-color: transparent!important;
}


/**
 * 9.5 Header  Navigation Icons
 */

.sh-nav-social {
	padding-left: 0!important;
}

.sh-nav-social a {
	display: block!important;
	float: left;
	padding: 0 5px;
}

.sh-nav-social a:first-child {
	padding-left: 0;
}

.sh-nav-social a:last-child {
	padding-right: 0;
}

.sh-nav-social i {
	font-size: 24px;
	position: relative;
	bottom: -5px;
}

.sh-nav-social a:after {
	content: "";
	display: block;
	clear: both;
}

.sh-nav-dropdown,
.sh-nav-menu {
	padding-left: 20px!important;
}

.sh-nav-custom-icon {
	position: relative;
	margin: 0 -10px;
}

.sh-nav-custom-icon i {
	transition: 0.3s all ease-in-out;
	cursor: pointer;
	padding: 0 10px;
}

.sh-nav-custom-icon-image {
	margin-top: 6px;
    display: inline-block;
}

.sh-nav-custom-icon-image svg {
	transition: 0.3s all ease-in-out;
	cursor: pointer;
}

.sh-nav-custom-icon:hover i,
.sh-nav-custom-icon-image:hover svg {
	opacity: 0.7;
}

.primary-desktop-light .sh-header:not(.sh-sticky-header-active) .sh-nav-custom-icon-image svg,
.primary-mobile-light .sh-header-mobile:not(.sh-sticky-mobile-header-active) .sh-nav-custom-icon-image svg  {
	fill: #fff;
}

.sh-nav-custom-icon-image-close {
	display: none;
}

.sh-nav-custom-icon-image.active .sh-nav-custom-icon-image-standard {
	display: none;
}

.sh-nav-custom-icon-image.active .sh-nav-custom-icon-image-close {
	display: block;
}


.sh-nav-dropdown i,
.sh-nav-cart i,
.sh-nav-menu i,
.sh-nav-search i {
	font-size: 24px;
	position: relative;
	bottom: -3px;
}

.sh-nav-dropdown i,
.sh-nav-menu i {
	bottom: -4px;
}

.sh-nav-cart i {
	bottom: -5px;
}

.sh-nav-menu + .sh-nav-search {
	padding-left: 3px!important;
}

.sh-nav-cart + .sh-nav-dropdown,
.sh-nav-cart + .sh-nav-search {
	padding-left: 0px!important;
}

.sh-nav-cart {
	padding-right: 8px;
}

.sh-nav-cart-content {
	position: relative;
}

@media (max-width: 1020px) {
	.sh-nav-cart .sub-menu {
		display: none!important;
	}
}

.sh-nav-menu-full {
	width: 100%;
	text-align: center;
}

.sh-nav-menu-full span {
	padding-left: 12px;
	line-height: 26px;
	top: -4px;
	position: relative;
	font-weight: 400;
	text-transform: uppercase;
}

.cart-icon {
	position: relative;
	top: -4px;
	margin-left: -17px;
	display: inline-block;
}

.cart-icon span {
	display: inline-block;
	background-color: #47c9e5;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	position: relative;
	z-index: 100;
	width: 20px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	border-radius: 9px;
	font-weight: bold;
	box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.15);
}

.cart-icon .cart-icon-triangle-color {
	width: 0;
	height: 0;
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	border-right: 9px solid #47c9e5;
	position: relative;
}

.cart-icon-white {
	right: -13px;
	position: relative;
}

.sh-nav-login {
	padding-left: 0!important;
}

.sh-nav-login .header-logo {
	padding: 0!important;
}

.sh-nav-login #header-login > span {
	border: 2px solid #757575;
	padding: 10px 15px;
	font-weight: bold;
}

.sh-nav-login #header-quote {
	border-left: 2px solid #937fd5;
	padding: 0px 12px;
	padding-right: 0;
}

/* Header Language */
.sh-nav-lang {
	padding-right: 0px!important;
}

.sh-nav-lang ul {
	display: block;
    max-width: 60px;
    margin-left: -8px!important;
    padding-top: 10px!important;
    padding-bottom: 10px!important;
}

.sh-nav-lang ul a {
	text-transform: uppercase!important;
	font-size: 13px!important;
	padding-left: 0px!important;
	padding-right: 0px!important;
	text-align: center!important;
}

.sh-nav-lang > a > span {
	display: block;
	position: relative;
	border: 2px solid rgba(0,0,0,0.1);
	border-radius: 100px;
	height: 45px;
	width: 45px;
	line-height: 44px;
	margin-top: -5px;
	text-align: center;
	cursor: default;
}

.sh-nav-lang > a:after {
	display: none!important;
}


/**
 * 9.6 Header - WooCommerce
 */

.sh-nav .sh-nav-cart > ul.sub-menu {
	width: 350px;
	margin-left: -262px!important;
	padding-bottom: 0;
}

.sh-nav .sh-nav-cart .widgettitle {
	display: none;
}

.sh-nav .sh-nav-cart ul.cart_list {
	margin: 0 30px;
	margin-bottom: 30px;
	margin-top: 15px;
}

.cart_list.product_list_widget {
	border: none!important;
}

.sh-nav .sh-nav-cart ul.cart_list .empty {
	min-height: 10px!important;
	text-align: center;
	padding-left: 0px!important
}

.sh-nav .sh-nav-cart li.mini_cart_item {
	padding-left: 0;
	margin: 12px 0px;
	padding-bottom: 12px;
	position: relative;
	display: block;
}

.sh-nav .sh-nav-cart ul.cart_list li.mini_cart_item a,
.sh-nav .sh-nav-cart ul.cart_list li.mini_cart_item a:hover {
	border-bottom-width: 0px!important;
}

.sh-nav .sh-nav-cart li.mini_cart_item a:nth-child(2) {
	background-color: transparent!important;
	padding-top: 0px;
	color: #fff!important;
}

.sh-nav .sh-nav-cart li.mini_cart_item:first-child {
	margin-top: 10px!important;
}

.sh-nav .sh-nav-cart li.mini_cart_item a.remove {
	left: auto;
	right: 15px;
	top: 0px;
	font-size: 0px;
	background-color: transparent;
	color: #ccc!important;
}

.sh-nav .sh-nav-cart li.mini_cart_item a.remove:hover {
	color: #7B7B7B!important;
}

.sh-nav .sh-nav-cart li.mini_cart_item a {
	padding: 0;
	line-height: 20px;
}


.sh-notifications {
    position: fixed;
    bottom: 5vh;
    z-index: 100;
    transition: all ease-in-out 0.4s;
    max-width: 700px;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 600px) {
	.sh-notifications {
		transform: none;
		left: 30px;
		right: 30px;
	}
}

.sh-notification-item {
	/*position: absolute;
	left: 0; right: 0; bottom: 0;*/
    border-radius: 5px;
    box-shadow: 0px 15px 45px -9px rgba(0,0,0,0.20);
    background-color: #fff;
	padding: 17px 32px;
	margin-top: 10px;
	opacity: 0;
	margin-bottom: -15px;
	font-size: 14px;
}

.sh-notification-item-example {
	display: none;
}

.sh-notification-item-close {
	margin-left: 20px;
	position: relative;
	bottom: -1px;
	cursor: pointer;
}



.sh-cart-notification {
	display: none;
}

.sh-cart-notification-content {
	padding: 30px;
	margin-top: -16px;
}

.sh-cart-notification-viewcart {
	font-weight: bold;
}

.sh-nav-cart .menu-item-cart .total {
	padding: 17px;
	margin: 0;
	text-align: center;
	border-top: 1px solid #464646;
	border-bottom: 1px solid #464646;
	text-transform: uppercase;
}

.sh-nav-cart .menu-item-cart .attachment-shop_thumbnail {
	width: 60px;
	float: left;
	margin-left: 0;
	margin-right: 10px;
	margin-top: -8px;
}

.sh-nav-cart .menu-item-cart .widget_shopping_cart_content p.buttons {
	margin-bottom: -1px;
}

.sh-nav-cart .menu-item-cart .widget_shopping_cart_content p.buttons a:first-child {
	border-right: 1px solid #464646;
}

.sh-nav-cart .menu-item-cart .widget_shopping_cart_content p.buttons a {
	width: 50%;
	display: inline-block;
	padding: 0px 0;
	text-align: center;
	border-radius: 0;
	line-height: 70px!important;
	max-height: 70px;
	background-color: transparent!important;
	margin-right: -4px;
	border-radius: 0px!important;
	padding: 0 10px !important;
	margin-bottom: 0;
}

.sh-nav-cart .menu-item-cart .widget_shopping_cart_content p.buttons a:hover {
	border-bottom-width: 0px!important;
}

.sh-nav-cart .menu-item-cart .widget_shopping_cart_content p.buttons a:first-child:before,
.sh-nav-cart .menu-item-cart .widget_shopping_cart_content p.buttons a:last-child:before {
	font-family: 'simple-line-icons'!important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	position: relative;
	bottom: -1px;
	font-size: 16px;
	margin-right: 12px;
}

.sh-nav-cart .menu-item-cart .widget_shopping_cart_content p.buttons a:first-child:before {
	content: "\e087";
}

.sh-nav-cart .menu-item-cart .widget_shopping_cart_content p.buttons a:last-child:before {
	content: "\e080";
}

.sh-nav-cart .mini_cart_item .quantity {
	float: left;
	padding-top: 3px;
}

.sh-nav-cart .buttons a {
	background-color: #ebe9eb!important;
}

.sh-nav-cart .buttons a.checkout {
	color: #fff!important;
}

/* WooCommerce Cart - Blank */
.woocommerce-mini-cart__empty-message {
	padding: 6px 35px 20px 35px;
}


/**
 * 9.7 Header - Presets
 */

.sh-header {
	border-bottom: 1px solid rgba( 0,0,0,0.08 );
}

/* Header Preset - 2 */
.sh-header-2 .sh-nav > li.menu-item > a {
	padding-top: 25px;
	padding-bottom: 25px;
}

.sh-header-2.sh-sticky-header-active .sh-nav > li.menu-item > a {
	padding-top: 20px;
	padding-bottom: 20px;
}

/* Header Preset - 3 */
.sh-header-3 .sh-nav > li.menu-item > a {
	padding-top: 25px;
	padding-bottom: 25px;
}

.sh-header-3.sh-sticky-header-active .sh-nav > li.menu-item > a {
	padding-top: 20px;
	padding-bottom: 20px;
}

.sh-header-top-3 {
	padding: 0;
	border-bottom: 1px solid rgba( 0,0,0,0.08 );
}

.sh-header-top-3 .container {
	border-right: 1px solid rgba( 0,0,0,0.08 );
}

.sh-header-top-3 .header-contacts {
	width: 100%;
}

.sh-header-top-3 .header-contacts-item {
    width: 100%;
    display: table;
}

.sh-header-top-3 .header-contacts-item span {
    display: table-cell;
    vertical-align: top;
    text-align: center;
    border-left: 1px solid rgba( 0,0,0,0.08 );
    padding: 15px 0;
    padding-right: 0;
}

.sh-header-top-3 .header-social-media a {
	border-left: 1px solid rgba( 0,0,0,0.08 );
    padding: 18px;
}

/* Header Preset - 4 */
.sh-header-4 .sh-nav-container {
	padding-top: 15px;
	padding-bottom: 15px;
}

.sh-header-top-4 {
	border-bottom: 1px solid rgba( 0,0,0,0.08 );
}

.sh-header-4 .sh-nav,
.sh-header-top-4 .header-logo,
.sh-header-7 .header-logo {
	float: none;
	display: table;
	margin: 0 auto;
}

.sh-header-top-4 .header-logo {
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 0;
}

.sh-header-top-4 .header-logo img {
	padding: 0px;
}

.header-logo img {
	margin-bottom: 0;
}

/* Header Preset - 5 */
.sh-header-5 .sh-nav-container {
	padding: 0;
}

.sh-header-5 .sh-nav > .menu-item {
	height: 100px!important;
	max-height: 100px!important;
	min-height: 40px;
}

.sh-header-5 .sh-nav-login,
.sh-header-5 .sh-nav-cart,
.sh-header-5 .sh-nav-search,
.sh-header-5 .sh-nav-social {
	border-left: 1px solid rgba( 0,0,0,0.08 );
	padding: 0px 15px!important;
}

.sh-header-5 .sh-nav > .menu-item > a {
	line-height: 100px!important;
	max-height: 100px!important;
	min-height: 40px;
}

.sh-header-5 .sh-nav > .current_page_item {
	margin-top: 30px!important;
	margin-bottom: 30px!important;
}

#page-container .sh-header-5 .sh-nav .current_page_item {
	height: 40px!important;
}

#page-container .sh-header-5 .sh-nav .current_page_item a {
	line-height: 40px!important;
}

.sh-header-5 .sh-nav-social a {
	position: relative;
	padding: 0px 15px!important;
}

.sh-header-5 .sh-nav-social a:not(:first-child) {
	border-left: 1px solid rgba( 0,0,0,0.08 );
}

.sh-header-5 .sh-nav > .menu-item:last-child {
	border-right: 1px solid rgba( 0,0,0,0.08 );
}

.sh-header-5 .sh-nav-social {
	padding-left: 0px!important;
	padding-right: 0px!important;
}

.sh-header-5 .sh-nav-login #header-login span,
.sh-header-6 .sh-nav-login #header-login span {
	border: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

.sh-header-5 .sh-nav-login span,
.sh-header-6 .sh-nav-login span {
	font-size: 0;
}

.sh-header-5 .sh-nav-login span:before,
.sh-header-6 .sh-nav-login span:before {
	font-family: 'simple-line-icons'!important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	position: relative;
	bottom: -5px;
	font-size: 24px;
	content: "\e003";
}

/* Header Preset - 6 */
.sh-header-6 .sh-nav-container {
	padding: 0;
}

.sh-header-6 .sh-nav > .menu-item:not(.sh-nav-social),
.sh-header-6 .sh-nav > .sh-nav-social a {
	border-left: 1px solid rgba( 0,0,0,0.08 );
	padding: 0px!important;
	height: 100px;
	width: 100px;
	min-height: 70px;
	max-height: 70px;
	min-width: 70px;
	max-width: 100px;
	text-align: center;
}

.sh-header-6 .sh-nav > .menu-item:last-child {
	border-right: 1px solid rgba( 0,0,0,0.08 );
}

.sh-header-6 .sh-nav > .menu-item > a {
	line-height: 100px;
	max-height: 100px;
	height: 100px;
	min-height: 70px;
}

.sh-header-6 .sh-nav > .sh-nav-social {
	border-left: 0px solid transparent;
	padding: 0!important;
}

.sh-header-6 .c-hamburger {
	display: table;
	margin: 0 auto;
	top: 0px;
}

.sh-header-6 .header-logo {
	padding-left: 30px;
	padding-right: 30px;
	border-left: 1px solid rgba( 0,0,0,0.08 );
	border-right: 1px solid rgba( 0,0,0,0.08 );
}


/* Header Preset - 6 Clean */
.sh-header-6-clean {
	border-bottom-width: 0px!important;
}

.sh-header-6-clean .header-logo,
.sh-header-6-clean .sh-nav > .menu-item:last-child {
	border-width: 0px!important;
}

.sh-header-6-clean .sh-nav {
	margin-right: 6px;
}

.sh-header-6-clean-content .header-logo {
	padding-left: 0;
}

.sh-header-6-clean-content .sh-nav {
	margin-right: -7px;
}


/* Header Preset - 7 */
.sh-header-7 .sh-nav-container {
	padding: 0px;
	position: relative;
	top: 3px;
}

.sh-header-7 .header-logo {
	padding: 22px 0;
}

.sh-header-7 .header-logo-container {
	display: table;
	margin: 0 auto;
	height: 100%;
}

.sh-header-7 .sh-nav-left {
	float: left;
}

.sh-header-7 .sh-nav-dropdown {
	position: relative;
	top: -12px;
}

.sh-nav-header7-menu-cart .sh-nav-dropdown {
	top: 0;
}

.sh-header-7 > .container > .sh-table > .sh-table-cell {
	width: 33.3%;
}

/* Header Preset - 9 */
.sh-header-9 .c-hamburger {
	width: 18px;
	height: 15px;
	top: 16px;
}

.sh-header-9 .c-hamburger span {
	top: 6px;
}

.sh-header-9 .c-hamburger span::before {
	top: -6px;
}

.sh-header-9 .c-hamburger span::after {
	bottom: -6px;
}

.sh-header-9 .c-hamburger--htx.is-active span::before {
	width: 18px;
}

.sh-header-9 .c-hamburger--htx.is-active span::after {
	width: 18px;
}

/* Header Preset - 10 */
.sh-header-10 .sh-nav > li.menu-item:not(.sh-nav-special) > a {
	padding-top: 16px!important;
	padding-bottom: 16px!important;
}

.sh-header-10 .sh-nav > li.menu-item.sh-nav-special > a {
	padding-top: 13px!important;
	padding-bottom: 19px!important;
}

.sh-header-10 .sh-nav {
	float: none;
}

.sh-header-10 .sh-nav-left {
	padding-left: 17px;
}

.sh-header-10 .sh-nav-right {
	float: right;
}

.sh-header-10 > .container {
	background-color: #fff;
	border-radius: 3px;
	padding: 0 10px;
	box-shadow: 0 15px 45px -9px rgba(0,0,0,0.20);
}

.sh-header-10 {
	background-color: rgba(255,255,255,0.0)!important;
	border-bottom-width: 0px!important;
}

.sh-header-top-10 .header-contacts {
	float: right!important;
}

.sh-header-10 .sh-nav li.menu-item {
	padding: 0 17px;
}

.sh-header-top-10 .header-contacts {
	padding: 15px 0;
}

.sh-header-top-10 .header-contacts-details-large {
	position: relative;
	color: #8a8a8a;
	font-size: 13px;
}

.sh-header-top-10 .header-contacts-details-large:not(:last-child) {
	margin-right: 25px;
	padding-right: 20px;
	border-right: 1px solid rgba( 0, 0, 0, 0.08 );
}

header.primary-desktop-light .sh-header-top-10 .header-contacts-details-large {
	color: #fff;
}

header.primary-desktop-light .sh-header-top-10 .header-contacts-details-large:not(:last-child) {
	border-right: 1px solid rgba( 255, 255, 255, 0.15 );
}

.sh-header-top-10 .header-contacts-details-large-icon {
	position: absolute;
	left: 0;
}

.sh-header-top-10 .header-contacts-details-large-icon i {
	font-size: 36px;
	display: block;
	margin-top: 5px;
}

.sh-header-top-10 .header-contacts-details-large-title {
	font-weight: 600;
}

.sh-header-top-10 .header-contacts-details-large-content {
	padding-left: 55px;
	transition: 0.3s all ease-in-out;
}

.sh-header-top-10 .header-contacts-details-large-content:hover {
	opacity: 0.8;
}

.sh-header-10 .sh-nav-login,
.sh-header-10 .sh-nav-cart,
.sh-header-10 .sh-nav-search,
.sh-header-10 .sh-nav-social,
.sh-header-10 .sh-nav-social a:not(:first-child) {
	border-left: 1px solid rgba( 0,0,0,0.08 );
	padding: 0px 25px!important;
}

.sh-header-10 .sh-nav-social a:first-child {
	padding-right: 25px!important;
}

.sh-header-10 .sh-nav-social {
	padding-right: 0px!important;
}

.sh-header-10 .sh-header-search {
	border-radius: 3px;
}

.sh-header-10 .sh-header-search .sh-header-search-input {
	padding-left: 30px;
	padding-right: 110px;
	font-size: 16px;
}

.sh-header-10 .sh-header-search-submit {
	right: 52px;
}

.sh-header-10 .sh-header-search-close {
	right: 20px;
}


/**
 * 9.8 Header - Left
 */

.sh-header-left-side {
	position: fixed;
	top: 0; bottom: 0; left: 0;
	width: 320px;
	background-color: #fff;
	z-index: 5000;
}

.sh-header-left-side:after {
	display: block;
	clear: both;
	content: "";
}

.sh-header-left-side #header-logo a {
	display: inline-block;
	position: relative;
	z-index: 100;
}

.sh-header-left-side #header-logo {
	text-align: center;
	padding: 50px;
	opacity: 0;
}

.sh-header-left-side #header-logo img {
	min-height: 25px;
}

.sh-header-left-side .sh-nav {
	float: none;
}

.sh-header-left-side .sh-nav > li {
	float: none!important;
	max-width: 100%;
	padding: 0!important;
	position: relative;
}

.sh-header-left-side .sh-nav > li > a:after {
	float: right;
}

.sh-header-left-side .sh-nav > li:last-child > a {
	border-bottom: 0;
}

.sh-header-left-side .sh-nav > li ul:not(.cart_list) {
	margin-left: 0!important;
	z-index: 500;
	top: 0;
	box-shadow: none!important;
	border-radius: 0;
}

.sh-header-left-side .sh-nav-cart .sub-menu {
	margin-top: 45px;
}

.sh-header-left-side .header-bottom {
	position: absolute;
	bottom: 28px; left: 28px; right: 28px;
}

.sh-header-left-navigation {
	position: absolute;
	top: 0; bottom: 0;
	width: 100%;
}

.sh-header-left-side .header-logo {
	display: table;
	max-width: 100%;
	margin: 0 auto;
}

.sh-header-left-side ul.sh-nav > li.menu-item-has-children > a:after {
	font-family: 'simple-line-icons'!important;
	position: absolute;
	float: none;
	right: 0;
	line-height: 50px;
	height: 50px;
	font-size: 12px;
	content: "\e604";
}

.sh-header-left-side ul.sh-nav ul li.menu-item-has-children > a:after {
	font-family: 'simple-line-icons'!important;
	line-height: inherit!important;
	height: inherit!important;
	font-size: 12px;
	content: "\e604";
}


/* Left Header - Style 1 */
.sh-header-left-1 .header-logo {
	padding: 40px 0;
	padding-bottom: 15px;
}

.sh-header-left-1 .sh-nav-container {
	padding: 0px 30px;
}

.sh-header-left-1 .sh-nav > li > a {
	text-align: center;
}

.sh-header-left-1 .sh-nav > li > a {
	max-height: 50px!important;
	line-height: 50px!important;
	max-width: 100%;
	padding: 0px;
}

.sh-header-left-1 .sh-nav > li > ul {
	left: 290px!important;
}

.sh-header-left-1 .sh-nav > li > .mega-menu-row {
	min-width: 780px;
	left: 290px!important;
}

@media (min-width: 1250px) {
	.sh-header-left-1 .sh-nav > li > .mega-menu-row {
		min-width: 900px;
	}
}

.sh-header-left-1 .header-social-media {
	display: table;
	width: 100%;
	padding: 0;
	border-top: 1px solid #e5e5e5;
	position: relative;
}

.sh-header-left-1 .header-social-media a {
	display: table-cell;
	vertical-align: top;
	text-align: center;
	border-left: 1px solid #e5e5e5;
	padding: 0;
	height: 60px;
}

.sh-header-left-1 .header-social-media i {
	font-size: 16px;
	color: #8d8d8d;
	padding-left: 0px;
	position: relative;
	line-height: 60px;
}

.sh-header-left-1 .sh-copyrights-text {
	text-align: center;
	line-height: inherit!important;
	margin: 0 30px 15px 30px;
}

.sh-header-left-1 .header-bottom {
	position: absolute;
	bottom: 0px; left: 0px; right: 0px;
}


/* Left Header Buttons - Style 1 */

.sh-header-left-1 {
	border-right: 1px solid rgba(0,0,0,0.1);
}

.sh-header-left-1 .sh-side-buttons .sh-table-cell {
	width: 50%;
	border-top: 1px solid rgba(0,0,0,0.1);
}

.sh-header-left-1 .sh-side-button-search,
.sh-header-left-1 .sh-side-button-cart {
	cursor: pointer;
	height: 70px;
	text-align: center;
	position: relative;
	color: #8d8d8d;
	font-weight: bold;
}

.sh-header-left-1 .sh-side-button-search {
	line-height: 70px;
	border-right-width: 0px!important;
}

.sh-header-left-1 .sh-side-button-search i {
	font-size: 24px;
	padding-right: 8px;
	display: inline-block;
	position: relative;
	bottom: -4px;
}

.sh-header-left-1 .sh-side-button-search {
	border-right: 1px solid rgba(0,0,0,0.1);
}

.sh-header-left-1 .sh-side-button-cart .sh-nav-container {
	width: 100%;
	display: inline-block;
	padding: 0;
}

.sh-header-left-1 .sh-side-button-cart .sh-nav-cart {
	top: 10px;
}

.sh-header-left-1 .sh-side-button-cart .sh-nav-cart i {
	font-size: 24px;
	color: #8d8d8d;
}

.sh-header-left-1 .sh-side-button-cart .sh-nav-cart .sh-cart-title {
	display: none;
}

.sh-header-left-1 .sh-side-button-cart .sh-nav-cart > ul.sub-menu {
	text-align: left;
	margin-left: -130px!important;
}

/* Left Header - Style 2 */

.sh-header-left-2 {
	padding: 0;
	color: #fff;
}

.sh-header-left-2 .header-logo {
	padding: 50px 0;
}

.sh-header-left-2 .sh-nav-container {
	padding: 0;
}

.sh-header-left-2 .sh-nav > li > a {
	max-height: 60px!important;
	line-height: 60px!important;
	max-width: 100%;
	padding: 0 25px;
	border-bottom: 1px solid rgba(255,255,255,0.25);
}

.sh-header-left-2 li.menu-item-has-children > a:after,
.sh-header-left-2 li.menu-item li.menu-item-has-children > a:after {
	font-family: 'simple-line-icons'!important;
	position: absolute;
	float: none;
	right: 25px;
	line-height: 60px;
	height: 60px;
	font-size: 12px;
	content: "\e604";
}

.sh-header-left-2 .sh-nav > li > ul {
	left: 320px!important;
}

.sh-header-left-2 .sh-nav > li > .mega-menu-row {
	min-width: 780px;
	left: 320px!important;
}

.sh-header-left-2 .header-social-media {
	text-align: center;
}

.sh-header-left-2 .header-social-media a {
	padding: 0 12px;
}

.sh-header-left-2 .header-social-media i {
	font-size: 18px;
	color: #fff;
}

.sh-header-left-2 .sh-header-copyrights-text {
	margin-bottom: 30px;
	text-align: center;
}

.sh-header-left-2 .sh-nav > li > a {
	color: #fff;
	font-weight: bold;
}

.sh-header-left-2 .sh-nav li.menu-item > a.fa:before {
	width: 60px;
	height: 60px;
	background-color: rgba(255,255,255,0.15);
	display: inline-block;
	text-align: center;
	position: relative;
	margin-left: -25px;
	margin-right: 25px;
	color: #fff;
	font-size: 18px;
	font-weight: normal!important;
}

.sh-header-left-2 .sh-copyrights-text {
	line-height: inherit!important;
}

/* Left Header Buttons - Style 2 */
.sh-header-left-2 {
	border-right: 1px solid rgba(255,255,255,0.25);
}

.sh-header-left-2 .sh-side-buttons .sh-table-cell {
	width: 50%;
	border-bottom: 1px solid rgba(255,255,255,0.25);
}

.sh-header-left-2 .sh-side-button-search,
.sh-header-left-2 .sh-side-button-cart {
	cursor: pointer;
	height: 70px;
	text-align: center;
	position: relative;
	color: #8d8d8d;
	font-weight: bold;
}

.sh-header-left-2 .sh-side-button-cart .sh-nav-cart a {
	border-bottom: 0px!important;
}

.sh-header-left-2 .sh-side-button-search {
	line-height: 70px;
}

.sh-header-left-2 .sh-side-button-search i {
	font-size: 24px;
	padding-right: 8px;
	display: inline-block;
	position: relative;
	bottom: -4px;
}

.sh-header-left-2 .sh-side-button-search {
	border-right: 1px solid rgba(255,255,255,0.25);
}

.sh-header-left-2 .sh-side-button-cart .sh-nav-container {
	width: 100%;
	display: inline-block;
	padding: 0;
}

.sh-header-left-2 .sh-side-button-cart .sh-nav-cart {
	top: 10px;
}

.sh-header-left-2 .sh-side-button-cart .sh-nav-cart i {
	font-size: 24px;
	color: #8d8d8d;
}

.sh-header-left-2 .sh-side-button-cart .sh-nav-cart .sh-cart-title {
	display: none;
}

.sh-header-left-2 .sh-side-button-cart .sh-nav-cart > ul.sub-menu {
	text-align: left;
	margin-left: -160px!important;
}

.sh-header-left-2 ul.sh-nav > li.menu-item-has-children > a:after {
	right: 25px;
	line-height: 60px!important;
	height: 60px!important;
}

/* Left Header Height Improvements */
@media (max-height: 800px ) {
   .sh-header-in-side .sh-header-left-side .sh-nav > li > a,
   .sh-header-in-side .sh-header-left-side .sh-nav > li.menu-item-has-children > a:after {
	   max-height: 46px!important;
       line-height: 46px!important;
   }

   .sh-header-in-side .sh-header-left-side .sh-side-button-search,
   .sh-header-in-side .sh-header-left-side .sh-side-button-cart {
	   height: 50px;
   }

   .sh-header-left-side .sh-side-button-search {
	    line-height: 50px;
	}

	.sh-header-left-side .sh-side-button-search i,
	.sh-header-left-side .sh-side-button-cart .sh-nav-cart i {
		font-size: 22px;
	}

	.sh-header-left-side .sh-side-button-cart .sh-nav-cart {
		top: 4px;
	}

	.sh-header-left-2 .sh-header-copyrights-text,
	.sh-header-left-1 .sh-copyrights-text {
		margin-bottom: 15px;
		font-size: 13px;
	}

	.sh-header-left-1 .header-social-media a {
		height: 40px;
	}

	.sh-header-left-1 .header-social-media i {
		line-height: 40px;
	}
}

@media (max-height: 600px ) {
	.sh-header-in-side .sh-header-left-side .sh-nav > li > a,
    .sh-header-in-side .sh-header-left-side .sh-nav > li.menu-item-has-children > a:after {
		max-height: 36px!important;
        line-height: 36px!important;
    }

	.sh-header-left-2 .sh-header-copyrights-text,
	.sh-header-left-1 .sh-copyrights-text {
		margin-bottom: 6px;
		font-size: 11px;
	}

	.sh-header-left-2 .header-social-media i {
		font-size: 15px;
	}

	.sh-header-left-1 .header-social-media a {
		height: 30px;
	}

	.sh-header-left-1 .header-social-media i {
		line-height: 30px;
	}

	.sh-header-left-2 .header-bottom {
		bottom: 10px;
	    left: 10px;
	    right: 10px;
	}
}

@media (max-height: 450px ) {
	.sh-header-in-side .sh-header-left-side .sh-nav > li > a,
    .sh-header-in-side .sh-header-left-side .sh-nav > li.menu-item-has-children > a:after {
		max-height: 28px!important;
        line-height: 28px!important;
    }

	.sh-header-in-side .sh-header-left-side .sh-side-button-search,
    .sh-header-in-side .sh-header-left-side .sh-side-button-cart {
 	   height: 30px;
    }

    .sh-header-left-side .sh-side-button-search {
 	    line-height: 30px;
 	}

 	.sh-header-left-side .sh-side-button-search i,
 	.sh-header-left-side .sh-side-button-cart .sh-nav-cart i {
 		font-size: 18px;
 	}

 	.sh-header-left-side .sh-side-button-cart .sh-nav-cart {
 		top: 2px;
		left: 4px;
 	}

	.sh-header-left-2 .sh-header-copyrights-text,
	.sh-header-left-1 .sh-copyrights-text {
		margin-bottom: 0px;
		font-size: 10px;
	}

	.sh-header-left-side #header-logo {
		padding-top: 10px!important;
	}

	.sh-header-left-side #header-logo img {
		height: 25px;
	}

	.sh-header-left-1 .header-social-media a {
		height: 20px;
	}

	.sh-header-left-1 .header-social-media i {
		line-height: 20px;
		font-size: 12px;
	}
}

@media (max-height: 400px ) {
	.sh-header-in-side .sh-header-left-side .sh-nav > li > a,
    .sh-header-in-side .sh-header-left-side .sh-nav > li.menu-item-has-children > a:after {
		max-height: 24px!important;
        line-height: 24px!important;
    }
}


/**
 * 9.9 Header - Right
 */

 @media (max-width: 1025px) {
 	.sh-header-right-side {
		display: none!important;
	}
 }

.sh-header-right-side {
	position: fixed;
	top: 0; right: -320px; bottom: 0;
	width: 320px;
	height: 100%;
	background-color: #232323;
	overflow: hidden;
	z-index: 5000;
	-webkit-transform: translate3d(0,0,0);
	        transform: translate3d(0,0,0);
}

.sh-header-right-side .sh-header-mobile-dropdown {
	box-shadow: none!important;
}

.sh-header-scrollbar {
	overflow-y: scroll;
	height: 100%;
	position: relative;
	margin-right: -15px;
}

.sh-header-right-side .sh-header-mobile-dropdown {
	display: block!important;
	padding-bottom: 70px;
}

.sh-header-right-side .header-mobile-social-media {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 5500;
	background-color: #232323;
}

.sh-header-right-side .sh-nav-mobile li a {
	padding-left: 50px!important;
	padding-right: 50px!important;
}

.sh-header-right-side .container {
	width: 100%!important
}

#page-container {
	position: relative;
    left: 0;
}

.sh-header {
	position: relative;
	left: 0;
}

.page-layout-right-fixed .sh-header-right-side {
	right: 0;
}

.page-layout-right-fixed #page-container,
.page-layout-right-fixed .sh-sticky-header-active,
.page-layout-right-fixed.sh-footer-paralalx-init .sh-footer {
	left: -320px;
}

.page-layout-right-fixed .sh-back-to-top {
	right: 350px;
}

.sh-footer-paralalx-init .sh-footer {
	transition: 0.3s left ease-in-out;
}


/**
 * 9.10 Header - Search
 */

body > .sh-header-search {
	position: fixed!important;
	z-index: 20000;
}

.sh-header-search {
	display: none;
	position: absolute;
	top: 0; bottom: 1px; right: 0; left: 0;
	width: 100%;
	text-align: center;
	background-color: rgba(255,255,255,0.97);
	z-index: 200;
	overflow: hidden;
}

.sh-header-search .sh-header-search-input {
	display: inline-block;
	border: 0;
	margin-left: 5px;
	font-size: 24px;
	font-weight: normal;
	background-color: transparent;
	padding: 0;
	color: #505050;
	line-height: 48px!important;
	padding-right: 75px;
	width: 100%;
}

.sh-header-search .sh-header-search-input::-webkit-input-placeholder {
	color: #8d8d8d;
	font-style: normal;
	font-weight: normal;;
}
.sh-header-search .sh-header-search-input:-moz-placeholder {
	color: #8d8d8d;
	font-style: normal;
	font-weight: normal;
}
.sh-header-search .sh-header-search-input::-moz-placeholder {
	color: #8d8d8d;
	font-style: normal;
	font-weight: normal;
}
.sh-header-search .sh-header-search-input:-ms-input-placeholder {
	color: #8d8d8d;
	font-style: normal;
	font-weight: normal;
}

.sh-header-search-submit {
	position: absolute;
	top: 12px; right: 32px;
	border: 0;
	color: #8d8d8d;
	background-color: transparent;
	font-size: 24px;
	line-height: 1;
}

.sh-header-search-submit i {
	line-height: 1;
}

.sh-header-search-close {
	position: absolute;
	top: 14px; right: 0px;
	border: 0;
	color: #8d8d8d;
	background-color: transparent;
	font-size: 24px;
	cursor: pointer;
	line-height: 1;
}

.sh-header-search .container {
	position: relative;
}

.sh-header-search-form {
	position: relative;
	overflow: hidden;
}

.sh-header-left-side .sh-header-search .line-test {
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.sh-header-left-side .sh-header-search .sh-header-search-input {
	line-height: 60px!important;
}

.sh-header-left-side .sh-header-search .container {
	position: relative;
	max-width: 100%!important;
	width: 100%!important;
	padding: 0 20px!important;
	overflow: hidden;
}

.sh-side-button-search-line .line-test {
	border-bottom: 1px solid #e5e5e5;
	padding: 15px 0;
}


/**
 * 9.11 Header - Logo
 */

.sh-sticky-logo,
.sh-light-logo {
    display: none;
}

.primary-desktop .sh-nav-container {
	position: static;
}

.sh-sticky-header-active .sh-sticky-logo {
    display: block;
}

.sh-sticky-header-active .sh-standard-logo {
    display: none;
}

.primary-desktop-light .sh-header:not(.sh-sticky-header-active) .header-logo img {
	display: none;
}

.primary-desktop-light .sh-header:not(.sh-sticky-header-active) .header-logo .sh-light-logo {
	display: block;
}

.primary-mobile-light .sh-header-mobile:not(.sh-sticky-mobile-header-active) .header-logo img {
	display: none;
}

.primary-mobile-light .sh-header-mobile:not(.sh-sticky-mobile-header-active) .header-logo .sh-light-logo {
	display: block;
}

.primary-desktop-light .sh-header-top:not(.sh-sticky-mobile-header-active) .header-logo img {
	display: none;
}

.primary-desktop-light .sh-header-top:not(.sh-sticky-mobile-header-active) .header-logo .sh-light-logo {
	display: block;
}


/**
 * 9.12 Header - Style
 */

/* Header - Light Style */
.primary-desktop-light {
	position: absolute!important;
    z-index: 5000;
	width: 100%;
}

.primary-desktop-light .sh-header-top {
	background-color: rgba(255,255,255,0.0)!important;
}

.primary-desktop-light .sh-header-top-4 {
	border-color: rgba( 255,255,255,0.10 )!important;
}

.primary-desktop-light .sh-header-top .header-contacts-details,
.primary-desktop-light .sh-header-top .header-social-media a {
	color: rgba(255,255,255,0.85)!important;
}

.primary-desktop-light .sh-header:not(.sh-sticky-header-active):not(.sh-header-10) {
	background-color: rgba(255,255,255,0.0)!important;
}

.primary-desktop-light:not(.primary-desktop-light-noborder) .sh-header:not(.sh-sticky-header-active):not(.sh-header-10) {
    border-bottom: 1px solid rgba( 255,255,255,0.10 )!important;
}

.primary-desktop-light .sh-header-6:not(.sh-sticky-header-active) .sh-nav > .menu-item:not(.sh-nav-social),
.primary-desktop-light .sh-header-6:not(.sh-sticky-header-active) .header-logo {
	border-color: rgba( 255,255,255,0.10 )!important;
}

.primary-desktop-light .sh-header-top-3:not(.sh-sticky-header-active),
.primary-desktop-light .sh-header-top-3:not(.sh-sticky-header-active) .header-contacts-item span,
.primary-desktop-light .sh-header-top-3:not(.sh-sticky-header-active) .header-social-media a,
.primary-desktop-light .sh-header-top-3:not(.sh-sticky-header-active) .container {
	border-color: rgba( 255,255,255,0.10 )!important;
}

.primary-desktop-light .sh-header-5:not(.sh-sticky-header-active) .sh-nav li.menu-item,
.primary-desktop-light .sh-header-5:not(.sh-sticky-header-active) .sh-nav-social a:not(:first-child) {
	border-color: rgba( 255,255,255,0.10 )!important;
}

.primary-mobile-light #header-logo-title,
.primary-desktop-light .sh-header-top-4 #header-logo-title,
.primary-desktop-light .sh-header:not(.sh-sticky-header-active) #header-logo-title,
.primary-desktop-light .sh-header:not(.sh-sticky-header-active):not(.sh-header-10) .sh-nav > li > a,
.primary-desktop-light .sh-header:not(.sh-sticky-header-active):not(.sh-header-10) .sh-nav > li.menu-item > a > i {
	color: rgba(255,255,255,0.85)!important;
}

.primary-desktop-light .sh-header:not(.sh-sticky-header-active) .sh-nav-lang > a > span {
	border-color: rgba(255,255,255,0.2);
}

.primary-desktop-light .sh-header:not(.sh-sticky-header-active):not(.sh-header-10) .sh-nav > li.current_page_item > a,
.primary-desktop-light .sh-header:not(.sh-sticky-header-active):not(.sh-header-10) .sh-nav > li:not(.current_page_item):hover > a,
.primary-desktop-light .sh-header:not(.sh-sticky-header-active):not(.sh-header-10) .sh-nav .icon-basket {
	color: #fff!important;
}

.primary-desktop-light .sh-header:not(.sh-sticky-header-active):not(.sh-header-10) .c-hamburger:not(.is-active) span,
.primary-desktop-light .sh-header:not(.sh-sticky-header-active):not(.sh-header-10) .c-hamburger span:before,
.primary-desktop-light .sh-header:not(.sh-sticky-header-active):not(.sh-header-10) .c-hamburger span:after {
	background-color: #fff!important;
}

.primary-desktop-light-noborder > .sh-header:not(.sh-sticky-header-active),
.primary-desktop-light-noborder > .sh-header-height > .sh-header:not(.sh-sticky-header-active),
#page-container .primary-mobile-light-noborder .sh-header-mobile {
	border-bottom-width: 0px!important;
}

.primary-mobile-light {
	position: absolute!important;
	z-index: 5000;
	width: 100%;
}

.primary-mobile-light .sh-header-mobile:not(.sh-sticky-mobile-header-active) {
	background-color: rgba(255,255,255,0.0)!important;
    border-bottom: 1px solid rgba( 255,255,255,0.10 )!important;
}

.primary-mobile-light .sh-header-mobile-navigation {
	border-bottom: 0px!important;
}

.primary-mobile-light .sh-header-mobile:not(.sh-sticky-mobile-header-active) .sh-nav > li > a,
.primary-mobile-light .sh-header-mobile:not(.sh-sticky-mobile-header-active) .sh-nav > li.menu-item > a > i {
	color: rgba(255,255,255,0.85)!important;
}

.primary-mobile-light .sh-header-mobile .sh-nav > li.current_page_item > a {
	color: #fff!important;
}

.primary-mobile-light .sh-header-mobile:not(.sh-sticky-mobile-header-active) .c-hamburger:not(.is-active) span,
.primary-mobile-light .sh-header-mobile:not(.sh-sticky-mobile-header-active) .c-hamburger span:before,
.primary-mobile-light .sh-header-mobile:not(.sh-sticky-mobile-header-active) .c-hamburger span:after {
	background-color: #fff!important;
}


/**
 * 9.13 Header - Responsive
 */

.primary-desktop {
	position: relative;
	z-index: 1000;
}

.sh-header-mobile-dropdown {
	display: none;
	z-index: 1200;
	position: relative;
}

.sh-header-mobile .container {
	padding: 0 15px;
}

.sh-header-mobile-navigation {
	border-bottom: 1px solid #EDEDED;
}

.sh-header-mobile-navigation .sh-nav-dropdown .c-hamburger {
	top: -1px;
}

.sh-header-mobile-navigation .header-logo img {
	max-width: 85%;
}

.sh-header-mobile-navigation .sh-nav-cart + .sh-nav-dropdown .c-hamburger {
	top: 8px!important;
}

.sh-header-mobile-navigation .sh-nav-container {
	padding: 40px 0;
}

.sh-nav-mobile {
	max-width: 800px;
	padding: 20px 0!important;
	overflow: hidden;
}

.sh-nav-mobile ul {
	display: none;
	margin-left: 30px!important;
}

.sh-nav-mobile ul.open {
	display: block;
}

.sh-nav-mobile li:after {
	content: "";
	display: block;
	left: 0; right: 0;
	position: absolute;
	height: 1px;
	background-color: #303030;
	width: 100%;
}

.sh-nav-mobile li:last-child:after {
	height: 0;
}

.sh-nav-mobile ul {
	position: relative;
}

.sh-nav-mobile ul li:after {
	left: auto;
	right: auto;
}

.sh-nav-mobile li a {
	font-weight: bold;
	font-size: 13px;
}

.sh-nav-mobile li .sub-menu:before {
	content: "";
	display: block;
	position: absolute;
	height: 1px;
	background-color: #303030;
	width: 100%;
}

.sh-nav-mobile li.current-menu-item > a {
	color: #fff;
}

.sh-nav-mobile li.menu-item-has-icon > a {
	padding-left: 25px;
    line-height: 1;
}

.sh-nav-mobile li.menu-item-has-icon > a:before {
	left: -24px;
	display: inline-block;
	position: relative;
}

.sh-nav-mobile li.menu-item-has-children > a:after {
	font-family: 'simple-line-icons'!important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: block;
	position: relative;
	font-size: 12px;
	margin-left: 6px;
	top: 6px;
	float: right;
	content: "\e604";
}

.sh-nav-mobile li a {
	display: block;
	padding: 16px 0;
	color: #aaaaaa;
}

.sh-nav-mobile li {
	position: relative;
}

.sh-nav-mobile a.menu-item-open-fix {
	position: absolute;
	top: 0; left: 0; right: 50px;
}

.sh-nav-mobile a.menu-item-open-fix:after {
	opacity: 0;
}

.sh-header-mobile .sh-nav-mobile li:last-child {
	border-bottom: 0px solid transparent!important;
}

.header-mobile-search {
	width: 100%;
	position: relative;
}

.header-mobile-search .header-mobile-form .header-mobile-form-input {
	display: block;
	background-color: transparent;
	border: 0px;
	padding: 0px;
	padding-right: 50px;
	width: 100%;
	line-height: 70px!important;
	margin-bottom: 0;
	font-size: 24px;
	font-weight: bold;
	color: #fff!important;
}

.header-mobile-search .header-mobile-form .header-mobile-form-input:focus {
	outline: none;
}

.header-mobile-search .header-mobile-form-submit {
	position: absolute;
	right: 0;top: 0;bottom: 0;
	line-height: 70px;
	text-align: center;
	font-size: 24px;
	color: #fff;
	background-color: transparent;
	border: 0;
}

.header-mobile-social {
	padding-top: 15px;
}

.header-mobile-social-media {
	display: table;
	width: 100%;
	padding: 0;
	border-top: 1px solid #303030;
	position: relative;
}

.header-mobile-social-media a {
	display: table-cell;
	vertical-align: top;
	text-align: center;
	border-left: 1px solid #303030;
	padding: 0;
	height: 70px;
}

.header-mobile-social-media a:hover {
	background-color: #303030;
}

.header-mobile-social-media a:first-child {
	border-left: none;
}

.header-mobile-social-media i {
	font-size: 16px;
	color: #8d8d8d;
	padding-left: 0px;
	position: relative;
	line-height: 70px;
}

header.primary-mobile {
	display: none;
	z-index: 600;
	position: relative;
}

/* Header - Responsive Options */
.sh-header-mobile-spacing-compact .sh-header-mobile-navigation .sh-nav-container {
	padding: 17px 0;
}


/**
 * 10.0 Titlebar
 */

.sh-titlebar {
	position: relative;
	padding: 0;
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-size: cover!important;
	background-color: #fafafa;
	z-index: 100;
}

@media (min-width: 768px) {
	/*body.admin-bar .sh-titlebar:not(.sh-titlebar-parallax-disabled) {
		background-position: 50% -28px;
	}*/

	.sh-titlebar-parallax:not(.sh-titlebar-parallax-disabled) {
		background-position: -9000px -9000px!important;
		background-size: auto!important;
	}
}

.sh-titlebar #jarallax-container-0 {
	opacity: 0;
	-webkit-animation: new-item-animation 0.5s linear forwards;
	        animation: new-item-animation 0.5s linear forwards;
}

@-webkit-keyframes new-item-animation {
    from {
        opacity: 0;
	}

    to {
        opacity: 1;
    }
}

@keyframes new-item-animation {
    from {
        opacity: 0;
	}

    to {
        opacity: 1;
    }
}

.sh-titlebar #jarallax-container-0,
#jarallax-container-0,
#jarallax-container-1,
#jarallax-container-2,
#jarallax-container-3,
#jarallax-container-4,
#jarallax-container-5,
#jarallax-container-6,
#jarallax-container-7,
#jarallax-container-8,
#jarallax-container-9,
#jarallax-container-10,
#jarallax-container-11,
#jarallax-container-12,
#jarallax-container-13,
#jarallax-container-14,
#jarallax-container-15 {
	z-index: 0!important;
}

.sh-titlebar .container {
	padding: 0px 15px
}

.sh-titlebar:not(.sh-titlebar-revslider) a {
	color:#8d8d8d!important;
}

.sh-titlebar .sh-table {
	min-height: 60px;
	z-index: 100;
	position: relative;
}

.sh-titlebar-height-small {
	padding: 25px 0;
}

.sh-titlebar-height-medium {
	padding: 50px 0;
}

.sh-titlebar-height-large {
	padding: 100px 0;
}

.sh-titlebar .titlebar-title h1,
.sh-titlebar .titlebar-title h2 {
	font-size: 24px;
	margin-bottom: 0;
	font-weight: bold;
}

.sh-titlebar:not(.sh-titlebar-template) .title-level {
	text-align: right;
}

.sh-titlebar .title-level .separator {
	font-size: 0;
}

.sh-titlebar .title-level .separator:after {
	display: inline-block;
	font-family: 'simple-line-icons'!important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e606";
	font-size: 10px;
	padding: 0 12px;
}

.sh-titlebar .title-level .breadcrumbs {
	font-size: 14px;
	margin: 0;
	margin-bottom: -4px;
	position: relative;
}

.sh-titlebar .title-level .item-current {
	font-weight: bold;
}

.sh-titlebar-center {
	text-align: center;
}

.sh-titlebar-center .titlebar-title {
	margin-bottom: 10px;
}

.sh-titlebar-center .title-level {
	text-align: center;
}

.sh-titlebar-center .title-level .breadcrumbs {
	margin-bottom: 0;
	opacity: 0.8;
}

/* Titlebar - Light Style */
.sh-titlebar-light {
	padding-top: 121px;
	background-color: #353535!important;
	position: relative;
}

.sh-titlebar-light .sh-table {
	padding: 130px 0;
}

.sh-titlebar-light h1,
.sh-titlebar-light h2,
.sh-titlebar-light a,
.sh-titlebar-light span,
.sh-titlebar-light:not(.sh-titlebar-revslider) span a {
	color: #fff!important;
}

.sh-titlebar-light .sh-titlebar-icon {
	opacity: 1;
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	text-align: center;
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-animation-delay: 3s;
	        animation-delay: 3s;
	-webkit-animation-duration: 5s;
	        animation-duration: 5s;
	-webkit-animation-iteration-count: 3;
	        animation-iteration-count: 3;
	-webkit-animation-timing-function: ease-out;
	        animation-timing-function: ease-out;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
}

.sh-titlebar-light .sh-titlebar-icon i {
	font-size: 21px;
	color: #fff;
	opacity: 0.7;
	display: block;
	position: relative;
}

.sh-titlebar-light .titlebar-title .titlebar-title-h1 {
	font-size: 36px;
	margin-bottom: 10px;
}

.sh-titlebar-light .sh-titlebar-desc {
	color: #fff;
	font-style: italic;
	font-size: 16px;
	opacity: 0.8;
	margin-top: 16px;
}

.sh-titlebar-light .title-level {
	margin-top: 15px;
}

@-webkit-keyframes bounce {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}

@keyframes bounce {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}

@media (max-width: 1020px) {
	.sh-titlebar-light .sh-table {
		padding: 75px 0;
	}
}

.sh-titlebar-text-style2 .titlebar-title .titlebar-title-h1 {
	font-size: 48px;
}

.sh-titlebar-text-style2 .sh-titlebar-desc {
	font-size: 18px;
	font-style: normal;
	margin-top: 8px;
}

@media (max-width: 760px) {
	.sh-titlebar-text-style2 .titlebar-title .titlebar-title-h1 {
		font-size: 30px;
	}

	.sh-titlebar-text-style2 .sh-titlebar-desc {
		font-size: 15px;
	}
}

/* Titlebar - Responsive Options */
@media (max-width: 800px) {
	.sh-titlebar-mobile-layout-compact .container > div {
		display: block;
		padding: 22px 0;
	}

	.sh-titlebar-mobile-layout-compact .container > .sh-table > .sh-table-cell {
		display: block;
	}

	.sh-titlebar-mobile-layout-compact .title-level .breadcrumbs,
	.sh-titlebar-mobile-layout-compact .sh-titlebar-desc {
		font-size: 13px;
	}

	.sh-titlebar-mobile-layout-compact .titlebar-title h2 {
		font-size: 18px!important;
		margin-bottom: 0px!important;
	}

	.sh-titlebar-mobile-layout-compact:not(.sh-titlebar-mobile-title-off) .title-level {
		margin-top: 10px!important;
	}

	.sh-titlebar-mobile-title-off:not(.sh-titlebar-light) .titlebar-title h2 {
		display: none;
	}

	.sh-titlebar-mobile-title-off:not(.sh-titlebar-light) .title-level {
		margin-top: 0px!important;
	}
}

.sh-titlebar-sides-reversed .sh-titlebar-content {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}

.sh-titlebar-sides-reversed .sh-titlebar-content > div {
	display: block;
}

.sh-titlebar-sides-reversed .title-level {
	flex: 1;
	text-align: left;
}



/**
 * 11.0 - Footer
 */

.sh-footer-columns {
	position: relative;
}

.sh-footer-columns > .widget-item {
	display: inline-block;
	width: 33.3%;
	vertical-align: top;
	padding: 0 15px;
	margin-bottom: 25px;
	margin-right: -4px;
}

.sh-footer-widgets {
	padding: 100px 0 100px 0;
	color: #e3e3e3;
	background-color: #262626;
}

.sh-footer-widgets .container {
	margin-bottom: -35px;
}

.sh-footer-col > div:last-child {
	padding-bottom: 0;
}

.sh-footer-widgets a,
.sh-footer-widgets li a {
	color: #fff;
}

.sh-footer-widgets a:hover,
.sh-footer-widgets li a:hover {
	color: #47c9e5;
}

.sh-footer-widgets h3 {
	color: #ffffff;
	font-size: 16px;
}

.sh-copyrights {
	background-color: #222222;
	color: #ffffff;
	padding: 0px 10px;
}

.sh-copyrights a {
	color: #fff;
}

.sh-copyrights a:hover {
	color: #47c9e5;
}

.sh-copyrights-style1 {
	float: left;
	height: 70px;
}

.sh-copyrights-style2 {
	display: table;
	margin: 0 auto;
	height: 70px;
}

.sh-copyrights-style3 {
	min-height: 70px;
	display: flex;
	align-items: center;
}

.sh-copyrights-style3 .sh-table-cell {
	width: 33.3%;
}

.sh-copyrights-style3 .sh-copyrights-text,
.sh-copyrights-style3 .sh-copyrights-social {
	line-height: 150%!important;
	margin-top: 0px!important;
}

@media (max-width: 800px) {
	.sh-copyrights-style3 .sh-table-cell {
		width: 100%;
		display: block;
		text-align: center;
	}

	.sh-copyrights-style3 .sh-table-cell {
		padding-top: 10px;
	}
}

.sh-footer-widgets ul li:first-child {
	padding-top: 0;
}

.sh-footer-widgets ul li:last-child {
	border-bottom: 0!important;
	padding-bottom: 0!important;
}

.sh-footer-widgets ul li,
.sh-footer-widgets ul li {
	border-bottom: 1px solid rgba( 255,255,255,0.1 );
	padding: 7.5px 0;
}

.sh-footer-widgets ul {
	list-style: none;
	padding-left: 0;
}

.sh-copyrights-social {
	font-size: 16px;
	line-height: normal!important;
	margin-right: 4px;
}

.sh-copyrights-social a {
	display: inline-block;
	border-left: 1px solid rgba( 255,255,255,0.1 );
	height: 70px;
	line-height: 70px;
	width: 70px;
	text-align: center;
	margin-right: -4px;
}

.sh-copyrights-social a:last-child {
	border-right: 1px solid rgba( 255,255,255,0.1 );
}

.sh-copyrights-social i {
	padding: 0;
	position: relative;
	bottom: -2px;
}

.sh-copyrights-social a:first-child i {
	padding-left: 0;
}

.sh-copyrights-social a:last-child i{
	padding-right: 0;
}

.sh-copyrights-image {
	max-height: 70px;
}

.sh-copyrights-logo {
	padding-right: 25px;
}

.sh-copyrights-text-only {
	text-align: center;
}

.sh-copyrights-text-only .sh-copyrights-text {
	margin: 0;
}

/* Footer parallax */

@media (min-width: 851px) {
	.sh-footer-paralalx-init .content-container,
	.sh-footer-paralalx-init .blog-editor-content-container	 {
		position: relative;
		background-color: #fff;
		z-index: 100;
	}

	.sh-footer-paralalx-init .sh-footer {
		position: fixed;
		width: 100%;
		bottom: 0; left: 0; right: 0;
		z-index: 0;
		opacity: 0;
	}
}

@media (max-width: 851px) {
	.sh-footer-paralalx-init .sh-footer {
		opacity: 1!important;
	}
}


/**
 * 12.0 - Portfolio
 */

.sh-portfolio-single-container-full-width {
	padding: 0 30px;
}

.sh-portfolio-single-image img {
	width: 100%;
	margin-bottom: 0;
}

.sh-portfolio-single-gallery-item img {
	margin-bottom: 0;
}

.sh-portfolio-single #sidebar {
	margin-top: 30px;
}

/*.sh-portfolio-single-right,
.sh-portfolio-single-left {
	padding-top: 30px;
}*/

.sh-whitespace-small {
	padding: 0 5px;
}

.sh-portfolio-single-disabled {
	cursor: default;
}

.sh-portfolio-single-disabled i {
	opacity: 0.3;
}

.sh-portfolio-single-title {
	font-weight: bold;
	font-size: 30px;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 20px;
}

.sh-portfolio-single-description {
	margin-bottom: 30px;
}

.sh-portfolio-single-description-vc {
	margin-left: -30px;
	margin-right: -30px;
	position: relative;
}

.sh-portfolio-single-gallery {
	position: relative;
	margin: 0 -15px;
}

.sh-portfolio-single-gallery-item {
	display: inline-block;
	vertical-align: top;
	margin-top: 30px;
	margin-right: -4px;
	padding: 0 15px;
}

.sh-portfolio-single-gallery-columns3 .sh-portfolio-single-gallery-item {
	width: 33.3%;
}

.sh-portfolio-single-gallery-columns4 .sh-portfolio-single-gallery-item {
	width: 25%;
}

.sh-portfolio-single-gallery-columns5 .sh-portfolio-single-gallery-item {
	width: 20%;
}

.sh-portfolio-single-gallery-columns4,
.sh-portfolio-single-gallery-columns5 {
	margin: 0 -10px;
}

.sh-portfolio-single-gallery-columns4 .sh-portfolio-single-gallery-item,
.sh-portfolio-single-gallery-columns5 .sh-portfolio-single-gallery-item {
	padding: 0 10px;
	margin-top: 20px;
}

@media (max-width: 1024px) {
	.sh-portfolio-single-gallery .sh-portfolio-single-gallery-item {
		min-width: 33.3%;
	}
}

@media (max-width: 600px) {
	.sh-portfolio-single-gallery .sh-portfolio-single-gallery-item {
		min-width: 50%;
	}
}

.sh-portfolio-single-related {
	margin-top: 60px;
}

.sh-portfolio-single-related h3 {
	font-size: 24px;
	margin-bottom: 10px;
}

.sh-portfolio-comments h2.sh-comments-title {
	font-size: 24px;
	margin-top: 75px;
}

.sh-portfolio-single-related-mini {
	margin-top: 15px;
}

.sh-portfolio-single-related-mini .sh-portfolio-image {
	margin-bottom: 20px;
}

.sh-portfolio-single-related-mini h5 {
	margin-bottom: 10px;
}

.sh-portfolio-single-info-item {
	border-bottom: 1px solid #ebebeb;
	padding: 15px 0;
}

.sh-portfolio-single-info-item:first-child {
	padding-top: 0px;
}

.sh-portfolio-single-info-left {
	width: 36px;
}

.sh-portfolio-single-info-left i {
	font-size: 18px;
	color: #47c9e5;
	bottom: -2px;
	position: relative;
}

.sh-portfolio-single-buttons {
	margin-bottom: 20px;
}


/* Portfolio Project Gallery Slider */
.sh-portfolio-single-gallery-slider-for {
	margin-bottom: 20px;
}

.sh-portfolio-single-gallery-slider-for img {
	width: 100%;
}

.sh-portfolio-single-gallery-slider-nav-container {
	position: relative;
	overflow: hidden;
}

.sh-portfolio-single-gallery-slider-nav {
	position: relative;
    margin: 0 -10px;
}

.sh-portfolio-single-gallery-slider-nav .sh-portfolio-single-gallery-slider-item {
	padding: 0 10px;
}

.sh-portfolio-single-gallery-slider-nav .sh-page-switcher-button {
	position: absolute;
    top: 50%;
    z-index: 10;
    border-width: 0px;
	margin-top: -24px;
	opacity: 0;
}

.sh-portfolio-single-gallery-slider-nav .sh-page-switcher-button-left {
	left: 24px;
}

.sh-portfolio-single-gallery-slider-nav .sh-page-switcher-button-right {
	right: 24px;
}

.sh-portfolio-single-gallery-slider-nav:hover .sh-page-switcher-button {
	opacity: 1;
}


/**
 * 13.0 - Blog
 */

.post-left-side {
	width: 44%;
	margin-right: 3%;
}

.post-right-side {
	width: 53%;
}

.ratio-container {
	padding-top: 56.25%;
	position: relative;
}

.ratio-container-classic {
	padding-top: 75%!important;
}

.ratio-container-portrait {
	padding-top: 115%!important;
}

.ratio-content {
	display: block;
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
}

.ratio-content > div:not(#fb-root) {
	width: 100%;
	height: 100%;
	position: relative;
}

.post-meta-video .ratio-content {
	overflow: hidden;
}

.post-container {
	margin: 0 15px;
	position: relative;
}

.post-container .plyr--audio {
	border: 1px solid #e9e9e9;
}

.ratio-content video,
.ratio-content audio,
.ratio-content iframe {
	width: 100%;
	height: 100%;
}

.post-title h1,
.post-title h2 {
	font-size: 20px;
	line-height: 135%;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 16px;
}

.post-sticky {
	font-size: 20px;
	padding-right: 7px;
	color: #47c9e5;
	display: none;
}

article.post-item.sticky .post-sticky {
	display: inline-block;
}

.post-quote-and-link {
	line-height: 180%;
	width: 100%;
	font-weight: bold;
	border-top: 1px solid rgba(255,255,255,0.2);
	border-bottom: 1px solid rgba(255,255,255,0.2);
	padding: 21px 0;
}

.post-quote-and-link a {
	display: block;
	font-size: 18px;
	margin-bottom: 6px;
	font-weight: normal;
	font-style: italic;
	line-height: 140%;
}

.post-quote-and-link span {
	font-size: 16px;
	display: block;
	padding-top: 5px;
	text-align: center;
}

.post-content {
	padding-bottom: 15px;
	word-break: break-word;
}

#content.post-content {
	padding-bottom: 0px;
}

.post-content img:not(:last-child),
.post-content p:not(:last-child),
.post-content table:not(:last-child) {
	margin-bottom: 15px;
}

.page-default-content > figure > img,
.page-default-content > img:not(:last-child),
.page-default-content > p:not(:last-child),
.page-default-content > table:not(:last-child) {
	margin-bottom: 15px;
}

.post-content .post-password-form label {
	margin-top: 15px;
	font-size: 15px;
	display: block;
}

.post-content .post-password-form input {
	margin-top: 10px;
}

.post-content .post-password-form input[type="submit"] {
	font-weight: bold;
	border: 0px;
	color: #fff;
}

.post-meta-one {
	margin-bottom: 10px;
}

.post-meta i {
	padding-right: 3px;
}

.post-meta-two {
	border-top: 1px solid #e9e9e9;
	padding-top: 15px;
}

.post-meta span + .post-meta span {
	padding-right: 3px;
}

.post-meta-author .bypostauthor {
	font-weight: bold;
}

.post-meta-comments-inverted,
.post-meta-date {
	padding-left: 13px;
}

.post-meta-categories {
	padding-left: 0px;
}

.post-meta-categories i {
	font-size: 16px;
	position: relative;
	bottom: -1px;
	padding-right: 5px
}

.post-meta-categories a {
	font-size: 13px;
	text-transform: uppercase;
}

.post-meta-categories .post-meta-comments i {
 	font-size: 16px;
 	position: relative;
 	bottom: -3px;
 	padding-right: 5px
}

.post-item-single .post-meta-comments {
	padding-left: 15px;
}

.post-meta-comments i {
	font-size: 16px;
	position: relative;
	bottom: -3px;
	padding-right: 5px
}

.post-meta-thumb {
	position: relative;
	display: block;
	overflow: hidden;
	max-height: 700px;
	overflow: hidden;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	        flex-direction: column;
	-webkit-flex-direction: column;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.page-featured-image {
	margin-bottom: 30px;
}

.page-featured-image img {
	margin-bottom: 0px;
}

.page-featured-image-hidden {
	display: none;
}

.post-meta-thumb img {
	width: 100%;
	min-width: 100%;
	height: auto;
	transition: all 0.3s ease-in-out;
	margin-bottom: 0px;
}

.blog-style-mix .post-meta-thumb .sh-ratio-content {
	transition: all 0.3s ease-in-out;
}

.post-meta-thumb:hover img,
.blog-style-mix .post-meta-thumb:hover .sh-ratio-content {
	-webkit-transform: translate3d(0,0,0) scale(1.1, 1.1);
	        transform: translate3d(0,0,0) scale(1.1, 1.1);
}

.post-item-single .post-meta-thumb:hover img {
	-webkit-transform: none;
	    -ms-transform: none;
	        transform: none;
}

.post-meta-icon {
	width: 44px;
	height: 44px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -22px;
	text-align: center!important;
	position: relative;
}

.post-meta-icon i,
.post-meta-icon span {
	line-height: 45px;
	font-size: 21px;
}

.post-more {
	font-weight: bold;
}

.post-with-background {
	background-color: #F9F9F9;
	padding: 30px 30px 45px 30px;
	text-align: center;
}

.post-with-background a,
.post-with-background a:hover,
.post-with-background a:focus {
	color: #8d8d8d;
	text-align: center;
}

.post-with-background a:hover,
.post-with-background a:focus {
	color: #47c9e5;
}

.post-meta-video .post-meta-video-container,
.post-meta-audio .post-meta-audio-container  {
	padding-top: 56.25%; position: relative;
}

.post-meta-video .post-meta-video-content,
.post-meta-audio .post-meta-audio-content {
	position: absolute; top: 0; left: 0; right: 0; bottom: 0;
}

.post-with-background .post-meta {
	float: none;
	position: relative;
	bottom: -22px;
	text-align: center;
}

.psot-content {
	line-height: 120%;
}

.sticky {
	display: block;
}


/**
 * 13.1 Blog - Masonry
 */

.blog-style-masonry {
	margin: 0 -15px;
	opacity: 0;
	transition: 0.25s all ease;
}

.blog-style-masonry article {
	width: 33.3%;
	float: left;
	margin-bottom: 45px;
}

.blog-style-masonry .post-item .post-large-info h2 {
	margin-top: 0;
	margin-bottom: 5px;
}

.content-with-sidebar-left .blog-style-masonry article,
.content-with-sidebar-right .blog-style-masonry article {
	width: 50.0%;
}

.post-item.format-standard .post-category {
	margin-top: -14px;
}

.masonry-shadow .post-container {
	box-shadow: 0px 10px 11px 0px rgba(0,0,0,0.05);
}

.masonry-shadow .post-content-container {
	padding-left: 30px;
	padding-right: 30px;
}

.masonry-shadow .post-meta-two {
	margin-left: -30px;
	margin-right: -30px;
	padding-left: 30px;
	padding: 15px 30px;
}

.masonry-shadow .post-title h2 {
	margin-top: 30px;
}

.masonry-shadow .post-item .post-container {
	transition: 0.3s all ease-in-out;
	bottom: 0;
}

.masonry-shadow .post-item:hover .post-container {
	box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.06);
	bottom: -4px;
}


/**
 * 13.2 Blog - Masonry 2
 */

 .masonry2 .post-item .post-container {
 	transition: 0.3s all ease-in-out;
 	bottom: 0;
 }

.masonry2 .post-item:hover .post-container {
 	bottom: -2px;
 }

 .masonry2 .post-item .post-content-container {
	transition: 0.3s all ease-in-out;
	box-shadow: 0px 15px 45px -9px rgba(0,0,0,0.20);
	overflow: hidden;
	position: relative;
 }

.masonry2 .post-item:hover .post-content-container {
	box-shadow: 0 1px 1px 1px rgba(0,0,0,0.06);
}

.masonry2 .post-item.slick-slide .post-content-container {
	box-shadow: 0px 10px 11px 0px rgba(0,0,0,0.05);
}

.masonry2 .post-item.slick-slide:hover .post-content-container {
	box-shadow: 0 1px 1px 1px rgba(0,0,0,0.06);
}

.masonry2 .post-title h2 {
	font-size: 28px;
	margin-top: 12px;
	margin-bottom: 14px;
	line-height: 100%!important;
}

.masonry2 .post-meta-one {
	margin-bottom: 0px;
}

.masonry2 .post-content {
	padding-bottom: 28px;
}

.masonry2 .post-meta-categories i {
	display: none;
}

.masonry2 .post-meta-author a.bypostauthor {
	font-weight: normal;
}

.masonry2 .post-meta {
	font-size: 12px;
}

.masonry2 .post-meta-date {
	padding-left: 9px;
}

.masonry2 .post-item:not(.format-quote):not(.format-link) .post-content-container {
	padding-left: 13%;
	padding-right: 13%;
	padding-top: 32px;
	background-color: #fff;
}

.masonry2 .post-meta-two {
	margin-left: -18%;
	margin-right: 92px;
	padding: 19px 0px 19px 18%;
	position: relative;
}

.masonry2 a.post-meta-comments {
	background-color: #f6f6f6;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: -20px;
    right: -92px;
    padding: 0 17px;
    border-radius: 100px;
	transition: 0.3s all ease-in-out;
}

.masonry2 a.post-meta-comments i {
	padding-right: 3px;
}

.masonry2 .post-content-container a.post-meta-comments:hover {
	background-color: #47c9e5;
	color: #fff!important;
}

.masonry2 .slick-next {
	border-top-left-radius: 100px;
	border-bottom-left-radius: 100px;
}

.masonry2 .slick-next span {
	padding-left: 6px;
}

.masonry2 .slick-prev {
	border-top-right-radius: 100px;
	border-bottom-right-radius: 100px;
}

.masonry2 .slick-prev span {
	padding-right: 6px;
}

.masonry2 .slick-arrow {
	height: 66px;
}

.masonry2 .slick-arrow span {
	font-size: 18px;
}

.masonry2 .post-with-background2 {
	background-color: #333333;
	text-align: left;
	padding: 60px 30px;
	color: #fff;
	transition: 0.3s all ease-in-out;
}

.masonry2 .post-item:hover .post-with-background2 {
	background-color: #fff;
	color: #505050;
}

.masonry2 .post-item:hover .post-with-background2 a {
	color: #505050;
}

.masonry2 .post-meta-icon2 {
	font-size: 30px;
	padding-bottom: 5px;
}

.masonry2 .post-quote-and-link2 {
	padding-bottom: 30px;
}

.masonry2 .post-quote-and-link2 a {
	border-top-width: 0px;
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	line-height: 100%;
}

.masonry2 .post-quote-and-link-details2 {
	display: block;
	font-size: 14px;
}

.post-content-container {
	position: relative;
}

.masonry2:not(.blog-style-mix) .post-item.format-quote .post-meta-two,
.masonry2:not(.blog-style-mix) .post-item.format-link .post-meta-two {
	margin-left: 0px;
	margin-right: 0px;
}

.masonry2 .post-item.format-quote a.post-meta-comments,
.masonry2 .post-item.format-link a.post-meta-comments {
	right: 30px;
}

.post-item .slick-slider img {
	margin-bottom: 0px;
}

.post-item .slick-dots li button {
	width: 11px;
	height: 11px;
}

.post-item .slick-dots li.slick-active button {
	width: 15px;
    height: 15px;
}

.post-item .slick-dots {
	margin-top: -45px;
}


/**
 * 13.2 Blog - Mix
 */

.blog-style-mix article {
	margin-bottom: 40px;
	width: 100%!important;
}

.blog-style-mix article .post-column-right {
	position: relative;
    z-index: 100;
}

.blog-style-mix article .post-container > .row > div {
	padding: 0px;
}

.blog-style-mix article .post-content-container > div {
	width: 100%;
}

.blog-style-mix article  .post-content-container {
	padding-left: 13%;
	padding-right: 13%;
	padding-top: 32px;
}

.blog-style-mix article .post-meta-icon2 {
	margin-bottom: -15px;
}

.blog-style-mix article.format-link .post-content {
	font-weight: bold;
}

.blog-style-mix article .post-meta-comments {
	right: -92px!important;
}

@media (min-width: 992px) {
	.blog-style-mix article:nth-child(even) .post-column-left {
		float: right;
	}

	.blog-style-mix article:nth-child(even) .post-column-right {
		float: left;
	}

	.blog-style-mix article:nth-child(even):after {
		content: "";
		display: block;
		clear: both;
	}

	.blog-style-mix .post-meta-thumb .sh-ratio,
	.blog-style-mix .sh-gallery-item .sh-ratio-container,
	.blog-style-mix .post-content-container,
	.blog-style-mix .ratio-container {
		height: 440px;
	}
}

@media (max-width: 991px) {
	.blog-style-mix .post-meta-thumb .sh-ratio-container {
		padding-bottom: 56%!important;
	}
}

.blog-style-mix .post-content-container {
    display: flex;
	justify-content: center;
    align-items: center;
}

.blog-style-mix .post-meta-two {
	margin-left: 0;
    padding-left: 0;
}



/**
 * 13.2 Blog - Grid
 */

.blog-style-grid.minimalistic .post-meta-categories i {
	display: none;
}

.blog-style-grid.minimalistic .post-meta-comments .post-meta-comments {
	display: none;
}

.blog-style-grid.minimalistic .post-meta-two {
	border-width: 0px;
    padding-top: 2px;
    padding-bottom: 10px;
}

.blog-style-grid.minimalistic .post-title h2 {
	font-size: 18px;
	margin-top: 22px;
}

.blog-style-grid.minimalistic .post-container {
	box-shadow: 0px 3px 13px 1px rgba(0,0,0,0.12);
    transition: 0.3s all ease-in-out;
    bottom: 0;
}

.blog-style-grid.minimalistic .post-item:hover .post-container {
	box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.06);
	bottom: -4px;
}

.blog-style-grid.minimalistic .post-readmore {
	padding: 18px 30px;
	border-top: 1px solid #eaeaea;
	border-bottom: 0px solid #eaeaea;
	display: block;
	margin-top: 6px;
}

.blog-style-grid.minimalistic .post-readmore div {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
}

.blog-style-grid.minimalistic h2,
.blog-style-grid.minimalistic .post-meta-two,
.blog-style-grid.minimalistic .post-content {
	padding-left: 30px;
	padding-right: 30px;
}

.blog-style-grid.minimalistic .ratio-container {
	padding-top: 67%;
}

.blog-style-grid.minimalistic .post-with-background {
	padding-bottom: 50px;
}

.blog-style-grid.minimalistic .slick-dots {
	margin-bottom: 15px;
}

.blog-style-grid {
	margin: 0 -16px;
}

.blog-style-grid article {
	width: 33.3%;
	margin-bottom: 40px;
}

.content-with-sidebar-left .blog-style-grid article,
.content-with-sidebar-right .blog-style-grid article {
	width: 33.4%;
}

.blog-style-grid .post-item {
	float: none;
	display: inline-block;
	vertical-align: top;
	margin-right: -4px;
}

.blog-style-grid div {
	text-align: left;
}

.blog-style-grid iframe {
	max-width: 100%;
}

.blog-style-grid .ratio-container,
.blog-style-grid .post-with-background,
.blog-style-grid .post-meta-thumb,
.blog-style-grid .post-meta-thumb img {
	overflow: hidden;
}

.blog-style-grid .post-with-background {
	padding: 20px;
}

.blog-style-grid .post-with-background a,
.blog-style-grid .post-with-background span {
	text-align: center!important;
}

.blog-style-grid .mini-post-title {
	display: block;
	text-align: left!important;
	font-style: italic;
	font-size: 16px;
	width: 100%;
}

.blog-style-grid .mini-post-description {
	display: block;
	text-align: left!important;
	font-weight: bold;
	margin-top: 5px;
	width: 100%;
}

.blog-style-grid .mini-post-description i {
	position: relative;
	font-size: 16px;
	bottom: -2px;
	padding-right: 10px;
}

.blog-style-grid .post-quote-and-link {
	line-height: 155%;
}

.blog-style-grid .post-quote-and-link a {
	font-size: 18px;
}

.blog-style-grid .post-quote-and-link span {
	font-size: 16px;
}


/**
 * 13.3 Blog - Standard
 */

.blog-style-small .post-container,
.blog-style-medium .post-container,
.blog-style-large .post-container {
	margin: 0;
}

.blog-style-small div,
.blog-style-medium div {
	text-align: left;
}

.blog-style-small article,
.blog-style-medium article,
.blog-style-large article {
	width: 100%;
}

.blog-style-small .post-quote-and-link,
.blog-style-medium .post-quote-and-link,
.blog-style-large .post-quote-and-link {
	margin-bottom: 0;
}

.blog-style-small .post-meta-three,
.blog-style-medium .post-meta-three,
.blog-style-large .post-meta-three {
	border-bottom: 1px solid #e3e3e3;
	position: relative;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

.blog-style-small .post-meta-three > div,
.blog-style-medium .post-meta-three > div,
.blog-style-large .post-meta-three > div {
	margin-bottom: 0;
}

/* Blog - Standard Large */
.blog-style-large h2,
.blog-style-large .post-title h1 {
	font-size: 30px;
}

.blog-style-large article {
	margin-bottom: 40px;
}

.blog-style-large .post_format-post-format-link,
.blog-style-large .post_format-post-format-quote {
	margin-bottom: 40px;
}

/* Blog - Standard Medium */
.blog-style-medium h2 {
	font-size: 20px;
	margin-top: 0;
}

.blog-style-medium article {
	margin-bottom: 45px;
}

.blog-style-medium .post-more {
	padding-left: 10px;
}

/* Blog - Standard Small */
.blog-style-small h2 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 0;
}

.blog-style-small article {
	margin-bottom: 30px;
}

.blog-style-small .post-more {
	padding-left: 10px;
}

.blog-style-small .post-left-side {
	width: 30%;
}

.blog-style-small .post-right-side {
	width: 67%;
}


/**
 * 13.4 Blog - Single Page
 */

.post-item-single h1,
.post-item-single h2 {
	padding-top: 15px;
	cursor: default;
}

.post-item-single .post-title:first-child h1 {
	margin-top: 0;
	padding-top: 0;
}

.post-item-single .post-meta-data {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.post-item-single .post-meta-one {
	margin-bottom: 0;
}

.post-item-single .post-meta-two {
	padding-top: 0;
	border-top: 0;
}

.post-copyrights {
	margin-top: 15px;
	font-size: 12px;
	opacity: 0.8;
}


/**
 * 13.5 Blog - Post
 */

.sh-blog-tags {
	margin-top: 0px;
	margin-bottom: 20px;

}

.blog-single .sh-blog-single-meta {
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	padding: 26px 0px 24px 0px;
	margin: 0px;
}

.blog-single .sh-blog-single-meta > div {
	padding: 0;
}

.sh-blog-tag-item {
    display: inline-block;
    position: relative;
    padding: 0 16px;
    line-height: 26px;
    background-color: #47c9e5;
    color: #fff!important;
    margin-right: 10px;
    font-size: 13px!important;
    margin-bottom: 12px;
    border-radius: 100px;
    border: 3px solid #fff;
    box-shadow: 0px 1px 4px 1px rgba(0,0,0,0.2);
    font-weight: bold;
}

.sh-blog-pageswitch {
	border-top: 2px solid #f4f4f4;
	border-bottom: 2px solid #f4f4f4;
	padding: 30px 0;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
}

.sh-blog-pageswitch-back i {
	font-size: 10px;
	padding-right: 6px;
	position: relative;
	bottom: 2px;
}

.sh-blog-pageswitch-back {
	padding-left: 0;
	font-size: 13px;
}

.sh-blog-pageswitch-current {
	padding-left: 0;
	text-align: center;
}

.sh-blog-pageswitch-next {
	text-align: right;
}

.sh-blog-pageswitch-next i {
	font-size: 10px;
	padding-left: 6px;
	position: relative;
	bottom: 2px;
}

.sh-blog-tags h5,
.sh-blog-social h5 {
	margin-bottom: 0;
	font-size: 16px;
}

.sh-blog-tags h5 {
	margin-bottom: 22px;
}

.sh-blog-social {
	position: relative;
	z-index: 100;
}

.sh-blog-social div {
	max-width: 380px;
}

/* Page Swither */
.sh-page-switcher-button {
	display: inline-block;
	width: 50px;
	height: 50px;
	margin-right: -4px;
	border-radius: 50px;
	background-color: #f2f2f2;
	text-align: center;
	margin-right: 15px;
}

.sh-page-switcher-button i {
	line-height: 50px;
	font-size: 18px;
	color: #8d8d8d;
}

.sh-page-switcher-button:last-child {
	margin-right: 0px;
}

.sh-page-switcher-disabled {
	cursor: default;
}

.sh-page-switcher-disabled i {
	opacity: 0.3;
}

.sh-page-switcher-content {
	width: 50px;
	line-height: 50px;
	margin-right: 15px;
}

.blog-single .sh-page-switcher {
	display: table;
	margin-left: auto;
}


/**
 * 13.6 Blog - Post Author
 */

.sh-post-author {
	margin-top: 30px;
	padding-bottom: 20px;
}

.sh-post-author-page {
	margin-top: 0;
	padding-bottom: 65px;
}

.sh-post-author .sh-post-author-avatar {
	width: 200px;
	padding-right: 15px;
}

.sh-post-author .sh-post-author-avatar img {
	margin-bottom: 0px;
}

.sh-post-author .sh-post-author-info {
	padding: 30px;
	box-shadow: 0px 10px 11px 0px rgba(0,0,0,0.05);
}

.sh-post-author .sh-post-author-info h4 {
	font-size: 16px;
	margin-bottom: 10px;
}


/**
 * 13.6 Blog - Related posts
 */
.sh-related-posts-title h3 {
	font-size: 16px;
	margin-bottom: 0px;
}

.sh-related-posts {
	margin-top: 40px;
}

.sh-related-posts .post-container {
	margin: 0 15px;
}

.sh-related-posts h2 {
	font-size: 18px;
}

.sh-related-posts .blog-style-largeimage .post-item {
	margin-bottom: 0px;
}

.sh-related-posts .post-meta-video .ratio-container-classic {
	padding-top: 64%!important;
}



/**
 * 13.7 Blog - Overlay
 */

.post-meta-thumb:hover .sh-overlay-style1,
.null-instagram-feed-item:hover .sh-overlay-style1 {
	opacity: 1;
}

.sh-overlay-style1 {
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	background-color: rgba(71, 201, 229, 0.8);
	font-size: 24px;
	opacity: 0;
}

.sh-overlay-style1 i {
	position: relative;
	bottom: -3px;
	color: #fff;
}

.sh-overlay-style1 .sh-table-cell i {
	position: relative;
	overflow: visible;
	z-index: 10;
}

.sh-overlay-style1 .icon-link {
	padding-left: 2px;
}

.sh-overlay-style1 .sh-overlay-item {
	width: 50%;
	position: relative;
	text-align: center;
}

.sh-overlay-style1 .sh-overlay-item {
	text-align: center;
	height: 60px;
	transition: 0.5s all;
	opacity: 0;
}

.sh-overlay-style1:hover  .sh-overlay-item {
	opacity: 1;
}

.sh-overlay-style1 .sh-overlay-item-container i {
	font-size: 24px;
	line-height: 56px;
	transition: 0.5s all;
}

.sh-overlay-style1 .sh-overlay-item {
	width: 60px;
}

.sh-overlay-style1 .sh-overlay-item:first-child .sh-overlay-item-container {
	right: 0;
}

.sh-overlay-style1 .sh-overlay-item:only-child .sh-overlay-item-container {
	left: 50%;
	-webkit-transform: translateX(-40px) translateY(-30px);
	    -ms-transform: translateX(-40px) translateY(-30px);
	        transform: translateX(-40px) translateY(-30px);
}

.sh-overlay-style1 .sh-overlay-item-container {
	transition: 0.5s all;
	width: 60px;
	height: 60px;
	border-radius: 100px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-30px);
	    -ms-transform: translateY(-30px);
	        transform: translateY(-30px);
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
}

.sh-overlay-style1 .sh-overlay-item:hover .sh-overlay-item-container {
	background-color: #fff;
	width: 60px;
	-webkit-animation: icon_round_animation 0.5s;
	        animation: icon_round_animation 0.5s;
	color: #fff;
	box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.2);
}

.sh-overlay-style1 .sh-overlay-item:hover .sh-overlay-item-container i {
	color: #505050;
}

.sh-gallery-item .sh-overlay-style1,
.blog-single .sh-overlay-style1,
.blog-single .sh-gallery-item:hover .sh-overlay-style1 {
	opacity: 0!important;
}

.blog-single .sh-section .sh-gallery-item:hover .sh-overlay-style1 {
	opacity: 1!important;
}

/* Overlay - Style 2 (X) */
.sh-overlay-style2 {
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	background-color: rgba( 25, 25, 25, 0.65 );
	font-size: 24px;
	opacity: 0;
	transition: all 0.4s ease-in-out;
}

.sh-overlay-style2:hover {
	opacity: 1;
}

.sh-overlay-style2:hover .sh-overlay-item {
	transform: scale(1);
}

.sh-overlay-style2 .sh-overlay-item {
	position: absolute;
	top: 50%; left: 50%;
	margin-left: -12px;
	margin-top: -12px;
	width: 24px;
	height: 24px;
	transform: scale(0);
	transition: all 0.4s ease-in-out;
}

.sh-overlay-style2 .sh-overlay-item-open:before,
.sh-overlay-style2 .sh-overlay-item-open:after {
	display: block;
    content: " ";
    position: absolute;
    top: 50%; left: 50%;
    background-color: #fff;
}

.sh-overlay-style2 .sh-overlay-item-open:before {
    height: 24px;
    width: 1px;
    margin-top: -12px;
}

.sh-overlay-style2 .sh-overlay-item-open:after {
    width: 24px;
    height: 1px;
    margin-left: -12px;
}

.sh-image-gallery-simple .post-meta-thumb img {
	transition: all 0.4s ease-in-out;
}



/**
 * Image Gallery - Simple
 */
.sh-image-gallery-simple-overlay-on .post-meta-thumb:hover img {
	transform: translate3d(0,0,0) scale(1.07, 1.07);
}

.sh-loop-animation {
	display: flex;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.sh-loop-animation img {
	max-width: none;
}

.sh-loop-animation .sh-loop-animation-item {
	display: flex!important;
	flex-wrap: nowrap;
	justify-content: center;
	animation: sh_loop_animation 100s linear infinite;
	width: auto!important;
	margin-right: 0px;
}

.sh-loop-animation:focus .sh-loop-animation-item,
.sh-loop-animation:hover .sh-loop-animation-item {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
     animation-play-state: paused;
}

@media (max-width: 1024px) {
	.sh-loop-animation .sh-loop-animation-item img {
		max-height: 450px;
	}
}

@media (max-width: 768px) {
	.sh-loop-animation .sh-loop-animation-item img {
		max-height: 300px;
	}
}


@keyframes sh_loop_animation {
	0% {
	    -webkit-transform: translatex(0%);
	    transform: translatex(0%);
	}

	100% {
	    -webkit-transform: translatex(-100%);
	    transform: translatex(-100%);
	}
}



/**
 * 13.8 Blog - Styles
 */
.sh-blog-style2 .post-item-single .post-meta-data,
.sh-blog-style2 .post-item-single .post-meta-data .post-meta-categories a {
	font-size: 12px!important;
}

.sh-blog-style2 .post-item-single .post-meta-data .post-meta-categories i {
	display: none;
}

.sh-blog-style2 .post-item-single .post-meta-author a.bypostauthor {
	font-weight: normal;
}

.sh-blog-style2 .sh-post-author .sh-post-author-info {
	box-shadow: 0px 15px 45px -9px rgba(0,0,0,0.20);
}

.sh-blog-style2 .widget_product_tag_cloud a,
.sh-blog-style2 .widget_tag_cloud a,
.sh-blog-style2 .sh-blog-tag-item {
	text-transform: uppercase;
    border-width: 0px;
    box-shadow: none;
    border-radius: 5px;
    padding: 0 12px;
	line-height: 32px;
	background-color: #f0f0f0;
	transition: 0.3s all ease-in-out;
}

.sh-blog-style2 .sh-footer .widget_tag_cloud a {
	background-color: #3a3a3a;
}

.sh-blog-style2 .sh-blog-tag-item:not(:hover) {
	background-color: #f0f0f0!important;
	color: inherit!important;
}

.sh-blog-style2 .widget_search .search-field {
	border-width: 0px;
	box-shadow: 0px 15px 45px -9px rgba(0,0,0,0.20);
	padding: 16px 74px 16px 26px;
	transition: 0.3s all ease-in-out;
	border-radius: 5px!important;
}

.sh-blog-style2 .widget_search .search-submit {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.sh-blog-style2 .widget_search .search-submit {
	right: 0px;
	margin-top: -30px;
	width: 55px;
	height: 55px;
	background-color: #f0f0f0;
}

.sh-blog-style2 .widget_search .search-submit i {
	color: #505050!important;
}

.sh-blog-style2 .sh-sidebar-search-active .search-field {
	background-color: #fff!important;
	box-shadow: 0 1px 1px 1px rgba(0,0,0,0.06);
}

.sh-blog-style2 .sh-sidebar-search-active .search-submit i,
.sh-blog-style2 .sh-sidebar-search-active .search-field,
.sh-blog-style2 .sh-sidebar-search-active .search-field::-webkit-input-placeholder {
	color: #8d8d8d!important;
}


.sh-blog-style2 .sh-recent-posts-widgets-item-thumb {
	width: 76px;
	height: 76px;
	border-radius: 100px;
}

.sh-blog-style2 .sh-recent-posts-widgets-count {
	top: 2px;
	right: 2px;
}

.sh-blog-style2 .sh-recent-posts-widgets-item {
	border-bottom: 1px solid #f4f4f4;
}

.sh-blog-style2 .sh-recent-posts-widgets-item:last-child {
	padding-bottom: 0px;
}

.sh-blog-style2 .sh-recent-posts-widgets-item-thumb .sh-ratio {
	border-radius: 100px;
    overflow: hidden;
	z-index: 0;
}

.sh-blog-style2 .sh-recent-posts-widgets-item-thumb .sh-mini-overlay-container {
	border-radius: 100px;
}

.sh-blog-style2 .sh-recent-posts-widgets-item-content {
	padding-left: 95px;
	min-height: 76px;
}

.sh-blog-style2 .sh-recent-posts-widgets-item-content h6 {
	font-size: 16px;
}

.sh-blog-style2 .sh-recent-posts-widgets-item h6 {
	padding-top: 2px;
}


/* Style 1 */
body:not(.sh-blog-style2) .sh-sidebar-search-active .search-submit i,
body:not(.sh-blog-style2) .sh-sidebar-search-active .search-field,
body:not(.sh-blog-style2) .sh-sidebar-search-active .search-field::-webkit-input-placeholder {
	color: #fff!important;
}


/* Load more */
.sh-load-more {
	padding: 27px;
    border: 1px solid #ededed;
    margin-top: 30px;
    text-align: center;
    cursor: pointer;
    transition: .2s all ease-in-out;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    box-shadow: 0 10px 50px rgba(0,0,0,0.06);
}

.sh-load-more:not(.disabled):hover {
	opacity: 0.8;
}

.sh-load-more.disabled,
.sh-load-more.infinite {
	cursor: default;
	opacity: 0.5;
}


/**
 * 14.0 WooCommerce
 */

.woocommerce .woocommerce-info {
	border-top-width: 0px!important;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-right: 25px;
}

.woocommerce .woocomerce-styling h1.page-title {
	display: none;
}

.woocommerce .woocomerce-styling .woocommerce-result-count {
	line-height: 56px;
	margin-bottom: 30px;
}

.woocommerce .woocomerce-styling .woocommerce-ordering .orderby {
	line-height: 56px;
	height: 56px;
	width: 280px;
	display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.woocommerce select.country_select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-top: 2px!important;
    padding-bottom: 2px!important;
}

.woocommerce .woocomerce-styling .woocommerce-result-count {
	float: right;
}

.woocommerce .woocomerce-styling .woocommerce-ordering {
	float: left;
	margin-bottom: 45px;
}

.woocommerce .woocomerce-styling ul.products {
	position: relative;
	margin: 0 -15px;
}

.woocommerce .woocomerce-styling ul.products:after {
	clear: both;
	display: block;
	content: "";
}

.woocommerce .woocomerce-styling ul.products li {
	float: none;
	display: inline-block;
	position: relative;
	vertical-align: top;
	margin: 0 0 30px 0;
	padding: 0 15px 15px;
	margin-right: -4px;
}

.woocommerce .woocomerce-styling ul.products li .sh-woo-post-content-container {
	transition: 0.3s all ease-in-out;
}

.woocommerce .woocomerce-styling ul.products li:hover .sh-woo-post-content-container {
	box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.06);
}

.woocommerce .woocomerce-styling ul.products li {
	position: relative;
	transition: 0.3s all ease-in-out;
	bottom: 0;
}

.woocommerce .woocomerce-styling ul.products li:hover {
	bottom: -4px;
}

.woocommerce .woocomerce-styling .content-with-sidebar-left ul.products li {
	min-width: 33.3%;
}


/* Progress */
.woocommerce-progress {
	display: flex;
	border-radius: 100px;
	background-color: #f0f2ff;
	margin-top: 50px;
}

.woocommerce-progress-item {
	width: 33.33%;
	text-align: center;
	line-height: 40px;
	font-weight: bold;
}

.woocommerce-progress-item {
	color: #a2abfe;
}

.woocommerce-progress.step1 .woocommerce-header-item-cart,
.woocommerce-progress.step2 .woocommerce-header-item-checkout,
.woocommerce-progress.step3 .woocommerce-header-item-done {
	border-radius: 100px;
	background-color: #294cff;
	color: #fff;
}

.woocommerce-progress-empty {
	opacity: 0.5;
	filter: grayscale(40%);
}


/**
 * 14.1 WooCommerce - Product
 */

.sh-woo-post-content-container {
    box-shadow: 0px 3px 13px 1px rgba(0,0,0,0.12);
    padding-top: 30px;
	background-color: #fff;
}

.woocommerce-loop-category__title {
	margin-top: 20px!important;
	margin-bottom: 20px!important;
}

.woocommerce-loop-category__title mark {
	background-color: transparent!important;
	opacity: 0.3;
}

.woocommerce ul.products li.product .sh-woo-post-content-container a:first-child {
	padding: 0 30px 5px 30px;
	display: block;
	border-bottom: 1px solid #e9e9e9;
}

.woocommerce ul.products li.product .button {
	padding-top: 5px!important;
	margin-top: 0!important;
	line-height: 1!important;
}

.woocommerce ul.products li.product .button:not(.add_to_cart_button) {
	padding-top: 0px!important;
	margin-top: 0px!important;
	padding: 20px 30px!important;
	display: block;
	background-color: transparent!important;
	color: inherit!important;
	font-size: 13px;
	text-transform: uppercase;
}

.woocommerce ul.products li.product .sh-woo-post-content-container {
	margin-top: 0px;
	margin-bottom: 0px;
}

.sh-recent-products:not(.sh-woocommerce-products) {
	position: relative;
	margin: 0 -15px;
}

.sh-recent-products .woocommerce ul.products li.product {
    float: none;
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin: 0 0 30px 0;
    padding: 0 15px 15px;
    margin-right: -4px;
}

.sh-recent-products .woocommerce.columns-2 ul.products li {
	width: 50%;
}

.sh-recent-products .woocommerce.columns-3 ul.products li {
	width: 33.3%;
}

.sh-recent-products .woocommerce.columns-4 ul.products li {
	width: 25%;
}

.sh-recent-products .woocommerce.columns-5 ul.products li {
	width: 20%;
}

.sh-recent-products .woocommerce.columns-6 ul.products li {
	width: 16.66%;
}

.woocommerce ul.products li.product a img {
	margin-bottom: 0;
}

.woocommerce ul.products li.product > a:first-child {
	display: block;
	position: relative;
}

.woocommerce ul.products li.product > a .secondary-image-container {
	opacity: 0;
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	transition: 0.5s all ease-in-out;
	background: #ffffff;
}

.woocommerce ul.products li.product > a .secondary-image-container img {
	transition: 0.5s all ease-in-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.woocommerce ul.products li.product > a:hover .secondary-image-container {
	opacity: 1;
}

.sh-woo-post-image {
	position: relative;
}

.sh-jevelin-style3 .sh-woo-post-image {
	overflow: hidden;
}

.sh-jevelin-style3 .sh-woo-post-image > img,
.sh-jevelin-style3.woocommerce ul.products li.product > a .secondary-image-container img {
	transition: 0.3s all ease-in-out;
}

.sh-jevelin-style3 ul.products li.product > a:hover .sh-woo-post-image > img,
.woocommerce ul.products li.product > a:hover .secondary-image-container img {
	-webkit-transform: translate3d(0,0,0) scale(1.2, 1.2);
    transform: translate3d(0,0,0) scale(1.2, 1.2);
}

.secondary-image-container {
	position: relative;
	overflow: hidden;
}

.woocommerce ul.products li.product a h3 {
	padding-top: 0;
	padding-bottom: 10px;
	font-size: 20px;
}

.woocommerce ul.products li.product .amount,
.woocommerce ul.products li.product ins,
.woocommerce ul.products li.product ins .amount {
	font-size: 24px;
	text-decoration: none!important;
}

.woocommerce ul.products li.product del,
.woocommerce ul.products li.product ins {
	display: inline-block!important;
}

.woocommerce ul.products li.product del,
.woocommerce ul.products li.product del .amount {
	font-size: 16px;
	color: #ccc!important;
	opacity: 1!important;
}

.woocommerce ul.products li.product del .amount .woocommerce-Price-currencySymbol {
	color: #ccc!important;
}

.woocommerce ul.products li.product del {
	padding-right: 5px;
}

.woocommerce ul.products li.product del .amount:before,
.woocommerce ul.products li.product del .amount:after {
	content: "_";
	color: transparent!important;
	letter-spacing: -3px;
}

.woocommerce ul.products li.product .price {
	width: 100%;
	margin-bottom: 15px;
	line-height: 1;
}

.sh-recent-products .woocommerce .star-rating,
.woocommerce .woocomerce-styling .star-rating {
	font-size: 18px!important;
	margin-top: 0px;
	margin-bottom: 0;
	position: relative;
	bottom: -2px;
	letter-spacing: 4px;
	width: 110px;
}

.sh-recent-products .woocommerce .star-rating span::before,
.woocommerce .woocomerce-styling .star-rating span::before {
	color: #47c9e5;
}

.sh-recent-products .woocommerce .star-rating::after,
.woocommerce .woocomerce-styling .star-rating::after {
	content: "";
	clear: both;
}

.sh-recent-products .woocommerce .star-rating:before,
.sh-recent-products .woocommerce .star-rating span:before,
.woocommerce .woocomerce-styling .star-rating:before,
.woocommerce .woocomerce-styling .star-rating span:before {
	font-family: 'themify';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e60a\e60a\e60a\e60a\e60a";
	font-size: 18px;
	letter-spacing: 4px;
}

.woocommerce ul.products li.product .add_to_cart_button {
	background-color: transparent;
	padding: 0;
	color: #8d8d8d;
	position: relative;
	display: block;
	padding: 20px 30px!important;
	line-height: 1!important;
	font-size: 13px;
	text-transform: uppercase;
}

.woocommerce .product form.cart .button:before,
.woocommerce ul.products li.product .add_to_cart_button:after {
	font-family: 'simple-line-icons';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e04e";
	font-size: 16px;
	padding-right: 15px;
}

.woocommerce .product form.cart .button:before {
	line-height: 0;
	top: -2px;
	right: 0;
}

.woocommerce ul.products li.product .add_to_cart_button:after {
	padding-left: 15px;
	padding-right: 15px;
	line-height: 0;
	margin-left: 0;
	vertical-align: middle;
	position: relative!important;
	top: -2px;
	right: 0;
}

.woocommerce ul.products li a.added_to_cart {
	display: none!important;
	color: #8d8d8d!important;
	padding-top: 0px;
	line-height: 1;
	float: right;
	background-color: transparent!important;
	margin-right: 15px;
}

.woocommerce .additional-information {
	padding-bottom: 10px;
	text-transform: uppercase;
	font-size: 13px;
}

.woocommerce .additional-information p {
	margin-bottom: 0;
    text-transform: none;
    line-height: 1.4;
}

.woocommerce .return-to-shop {
	margin-top: 50px;
}

.woocommerce ul.products li.product .star-rating {
	margin-bottom: 15px;
}


/**
 * 14.2 WooCommerce - Tables
 */

.woocommerce table.shop_table.cart td,
.woocommerce table.shop_table.cart th {
	text-align: center;
	border: 1px solid #e5e5e5!important;
}

.woocommerce table.shop_table.cart td {
	padding: 30px!important;
}

.woocommerce table.shop_table.cart img {
	width: auto!important;
	max-width: 85px;
}

.woocommerce table.shop_table.cart a {
	font-weight: bold;
}

.woocommerce table.shop_table.cart td.actions .coupon .input-text {
	padding: 0 15px!important;
	width: 250px!important;
	margin-right: 8px!important;
	display: inline-block;
}


/**
 * 14.3 WooCommerce - Forms
 */

.woocommerce form .form-row {
	padding: 8px 0;
}

.woocommerce form .form-row select.state_select {
	display: block!important;
	padding: 0px 20px;
    line-height: 48px!important;
	height: 48px!important;
}

.woocommerce form .form-row.address-field.validate-state .select2-container {
	display: none!important;
	height: 0px!important;
	visibility: hidden!important;
}

.woocommerce form .form-row .select2-container {
    display: none!important;
}

#page-container .woocommerce form input[type=checkbox] {
	position: relative;
	margin-left: 0;
	margin-right: 5px;
}

.woocommerce label {
	color: #505050;
	font-weight: bold;
}

.woocommerce .required {
	color: #47c9e5!important;
}

.woocommerce .woocomerce-styling h3:not(.sh-alert-title) {
	font-size: 24px;
}

.woocommerce .woocommerce-checkout textarea {
	min-height: 155px;
	max-width: 100%;
	resize: none;
}

.woocommerce .shop_table.woocommerce-checkout-review-order-table .shipping td {
	font-weight: normal;
}

.woocommerce .shop_table.woocommerce-checkout-review-order-table .order-total td,
.woocommerce .shop_table.woocommerce-checkout-review-order-table .order-total th {
	padding: 25px 20px!important;
}

.woocommerce .payment_box {
	background-color: transparent!important;
	margin: 0!important;
	padding-left: 30px!important;
	padding-top: 0px!important;
	padding-bottom: 0px!important;
	font-size: 14px!important
}

.woocommerce .payment_box:before {
	display: none!important;
}

.woocommerce .payment_methods.methods {
	border: 2px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5!important;
	padding: 0!important;
}

.woocommerce .payment_methods.methods label {
	font-size: 16px!important;
}

.woocommerce .payment_methods.methods li {
    border-bottom: 1px solid #e5e5e5;
   	border-collapse: collapse;
   	padding: 25px 20px;
}

.woocommerce .woocommerce-checkout-payment {
	background-color: transparent!important;
}

.woocommerce-checkout-payment .woocommerce-notice {
	padding-left: 60px!important;
}

.woocommerce-checkout-payment .woocommerce-notice::before {
	top: 39px;
	color: inherit;
}

.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
	margin-left: 20px;
	line-height: 40px;
	font-size: 14px;
}

.woocommerce-checkout #payment ul.payment_methods li img {
	margin-left: 20px;
}

.woocommerce-checkout #payment div.form-row {
	padding: 0!important;
	padding-top: 30px!important
}

.woocommerce .shipping-calculator-form button {
	display: block;
	width: 100%!important;
}

.woocommerce .cart-collaterals .cart_totals {
	width: 50%;
}

.woocommerce .cart-collaterals .cart_totals table {
	width: 100%;
}

.woocommerce abbr.required,
.woocommerce #review_form span.required {
	font-size: 0;
}

.woocommerce abbr.required:before,
.woocommerce #review_form span.required:before {
	font-family: 'simple-line-icons';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	display: inline-block;
	content: "\e080";
	font-size: 14px;
	padding-left: 5px;
}

.woocommerce .coupon .apply_coupon {
	background-color: #e5e5e5;
}

.woocommerce .checkout-button {
	display: table!important;
}

.woocommerce .cart_totals {
	margin-top: 30px;
}

.woocommerce .cart_totals h2 {
	font-size: 24px;
}

.woocommerce .cart_totals table td:first-child,
.woocommerce .cart_totals table th:first-child {
	width: 34%;
}

.woocommerce a.remove {
	font-size: 0;
}

.woocommerce a.remove:before {
	font-family: 'themify';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	display: block;
	content: "\e646";
	font-size: 16px;
	color: #8d8d8d;
	top: 2px;
}

.woocommerce .calculated_shipping a {
	font-weight: bold;
}

.woocommerce .calculated_shipping table td,
.woocommerce .calculated_shipping table th {
	padding: 20px!important;
}

.woocommerce .cart-collaterals-banner {
	width: 47.5%;
	float: left;
	margin-top: 35px;
}

.woocommerce #ship-to-different-address {
	margin-bottom: 10px;
}

.woocommerce #ship-to-different-address label,
.woocommerce #ship-to-different-address input {
	float: left;
	display: block;
}

.woocommerce #ship-to-different-address label {
	margin-top: 0px;
}

.woocommerce #ship-to-different-address input {
	margin-left: 25px;
	margin-top: 7px;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login {
	padding: 0!important;
	border: 0px solid transparent;
}

.woocommerce #order_review_heading {
	margin-top: 50px;
}

.woocommerce .woocommerce-checkout-review-order-table .order-total {
	background-color: rgba( 49, 49, 49, 0.038 );
}

.woocommerce .woocommerce-checkout-review-order-table .order-total tr,
.woocommerce .woocommerce-checkout-review-order-table .order-total td {
	font-size: 18px;
}

.woocommerce .woocommerce-checkout-review-order-table p {
	margin-bottom: 0;
}

.woocommerce-checkout #payment ul.payment_methods {
	border-bottom: 0px;
}

.woocommerce form.woocommerce-checkout.checkout {
	margin-top: 50px;
}


/**
 * 14.4 WooCommerce - Input
 */
.woocommerce input {
	border-color: #e5e5e5!important;
}

.woocommerce form .form-row .input-checkbox {
	position: relative;
}

.woocommerce input[type=submit],
.woocommerce .button {
	background-color: #47c9e5;
	color: #fff;
}

.woocommerce input[name=apply_coupon] {
	background-color: #505050;
}

.woocommerce .quantity input,
.woocommerce table.shop_table.cart td.product-quantity label {
	display: none;
}

.woocommerce .quantity-basic label.screen-reader-text {
	position: relative!important;
	height: auto;
	width: auto;
}

.woocommerce .quantity-basic input.qty {
	display: block;
	border: 1px solid #e5e5e5;
	width: 100px;
	padding: 10px 20px;
	font-weight: bold;
}

.woocommerce table.shop_table.cart td.product-quantity .quantity-basic input.qty {
	display: table;
	margin: 0 auto;
}

.woocommerce .checkout-button,
.woocommerce .wc-forward,
.woocommerce #respond input#submit {
	color: #fff!important;
	background-color: #47c9e5;
}

.woocommerce .shop_table .button[name=update_cart] {
	float: right;
}

.woocommerce select.country_to_state.country_select {
	padding-top: 16px;
	padding-bottom: 16px;
}

.woocommerce ul.order_details {
	display: table;
	width: 100%;
	border: 2px solid #e5e5e5!important;
	border-radius: 0!important;
	border-collapse: collapse!important;;
}

.woocommerce ul.order_details li {
	display: table-cell;
	width: 25%!important;
    border-right: 1px solid #e5e5e5!important;
    padding: 20px!important;
	font-size: 16px;
	color: #505050;
	font-weight: bold;
	text-transform: none!important;
	margin: 0!important;
}

.woocommerce ul.order_details li:last-child {
    border-right: 0px solid #e5e5e5!important;
}

.woocommerce ul.order_details li strong {
	display: block;
	position: relative;
	padding: 15px 20px!important;
	margin: 20px -20px -20px -20px!important;
	font-weight: normal;
	font-size: 14px;
	border-top: 1px solid #e5e5e5!important;
	background-color: #f8f8f8;
}

.woocommerce-checkout .woocommerce > p:first-child {
	font-size: 16px;
}

.woocommerce-checkout .woocommerce h2 {
	margin-top: 30px;
}

/* Input Dropdown */
.SumoSelect {
	width: 100%;
}

.woocommerce-ordering .SumoSelect {
	width: 280px;
}

.SumoSelect.open>.optWrapper {
	top: 51px;
}

.SumoSelect .SelectBox,
.woocommerce .select2-choice {
	color: #8d8d8d;
	padding: 0px 24px;
	line-height: 50px!important;
	background-color: #fff;
	border-radius: 0px;
	border: 1px solid #e5e5e5!important;
	box-shadow: none!important;
	overflow: hidden;
}

.SumoSelect.open .search-txt {
	padding: 1px 23px;
}

.SumoSelect .SelectBox * {
	cursor: pointer!important;
}

.SumoSelect>.CaptionCont>label>i:after {
	background-image: none;
	display: inline-block;
	font-family: 'simple-line-icons'!important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e604"!important;
	font-size: 16px;
	line-height: 50px;
}

.SumoSelect>.CaptionCont>label>i {
	width: 35px;
    height: 50px;
    background-image: none;
    margin: 0;
}

.sh-woocommerce-products-style2 .SumoSelect.open>.optWrapper {
	top: 58px;
}

.sh-woocommerce-products-style2 .SumoSelect>.CaptionCont>label>i {
    height: 57px;
}

.sh-woocommerce-products-style2 .SumoSelect.open .search-txt {
	padding: 4px 23px;
}

.sh-woocommerce-products-style2 .SumoSelect .SelectBox,
.sh-woocommerce-products-style2 .SumoSelect>.CaptionCont>label>i:after {
	line-height: 57px!important;
}

.SumoSelect>.CaptionCont>label {
	width: 35px;
}

.SumoSelect>.optWrapper>.options li.opt {
	padding: 4px 23px;
}

.SumoSelect>.optWrapper>.options li.opt.selected label {
	font-weight: bold;
}

.SumoSelect>.optWrapper>.options li.opt label {
	margin-bottom: 0px;
    font-weight: normal;
    font-size: 14px;
	color: #8d8d8d;
}

/* Responsive improvements */
.SumoSelect > .optWrapper.isFloating {
	position: absolute;
	top: 51px;
	left: 0;
	right: auto;
	width: 100%;
	bottom: auto;
	margin: auto;
	max-height: none;
	height: auto!important;
}

.SumoSelect > .optWrapper.isFloating > .options {
	max-height: 250px;
	box-shadow: none;
}

.SumoSelect > .optWrapper.isFloating > .options li.opt {
	padding: 3px 23px;
}

.select2-drop {
	border-color: #e5e5e5!important;
}

.SumoSelect>.optWrapper {
	box-shadow: none;
}

.simpleselect {
	height: 56px;
	width: 280px;
	font-size: inherit;
	color: inherit;
}

.simpleselect .placeholder {
	line-height: 36px;
	border-radius: 0;
	padding: 9px 24px;
	font-size: inherit;
}

.select2-arrow b:after {
	position: static!important;
	border: none!important;
	margin-left: -18px!important;
	margin-right: 0px!important;
	padding-right: 0!important;
	position: relative;
}

.select2-arrow b:after,
.simpleselect .placeholder:after {
	background-image: none;
	display: inline-block;
	font-family: 'simple-line-icons'!important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e604"!important;
	font-size: 16px;
	line-height: 56px;
	padding-right: 25px;
}

.simpleselect .options {
	width: auto!important;
	margin-right: 0px;
	right: 0;
	height: 350px!important;
	top: -175px!important;
	overflow-x: hidden;
}

.simpleselect .options .option {
	line-height: 36px;
	padding: 9px 24px;
	border-bottom: 1px solid transparent;
}

.simpleselect .options .option.active {
	background-color: transparent;
	color: #505050;
}

.simpleselect .options .option.active {
	border-bottom: 1px solid #ddd;
}

.simpleselect .options .option.active:last-child {
	border-bottom: 1px solid transparent!important;
}

.woocommerce .select2-choice {
	display: none;
}

.woocommerce .form-row .simpleselect {
	width: 100%;
}


/**
 * 14.5 WooCommerce - Post Page
 */

.sh-woo-layout table.variations {
	max-width: 250px;
}

.sh-woo-layout table.variations,
.sh-woo-layout table.variations td,
.sh-woo-layout table.variations th {
	border-width: 0px!important;
}

.sh-woo-layout table.variations th {
	display: block;
}

.sh-woo-layout table.variations td {
	padding: 0px!important;
}

.sh-woo-layout table.variations td label {
	padding-right: 20px;
	font-size: 14px;
	font-weight: bold;
	line-height: 48px;
}

.sh-woo-layout table.variations td select {
	border: 1px solid #e3e3e3;
    color: #8d8d8d;
	display: block!important;
    padding: 0px 20px;
    line-height: 48px!important;
    height: 48px!important;
}

.sh-woo-layout table.variations .reset_variations {
	text-transform: uppercase;
    font-size: 13px;
}

.sh-woo-layout .woocommerce-variation {
	padding: 5px 0 25px 0;
	font-style: italic;
}

.woocommerce .sh-woo-layout-image {
	position: relative;
}

.sh-alert + div.product {
	margin-top: 50px;
}

.woocommerce .product .images {
	width: 100%!important;
	float: none!important;
	padding-right: 10px;
}

.woocommerce .product .summary,
.woocommerce .product .woocommerce-tabs {
	width: 100%!important;
	float: right!important;
	display: block;
}

.woocommerce .product .woocommerce-tabs .panel {
	background-color: transparent;
}

.woocommerce .product .related {
	width: 100%;
	display: inline-block;
}

.woocommerce .product .related .product {
	margin-bottom: 0;
	padding-bottom: 0;
}

.woocommerce .product .product_meta .woo-meta-share {
	margin-top: 25px;
}

.woocommerce .product .product_meta > span {
	width: 100%;
	display: block;
}

.woocommerce table.woocommerce-grouped-product-list {
	width: 100%;
	margin-bottom: 30px;
}

@media (min-width: 1250px) {
	.woocommerce table.woocommerce-grouped-product-list td:first-child {
		width: 200px!important;
	}
}

.woocommerce table.woocommerce-grouped-product-list .sh-increase-numbers {
	display: block!important;
}

.woocommerce .product form.cart {
	margin-bottom: 30px!important;
}

.woocommerce div.product form.cart button {
	float: right!important;
	line-height: 50px!important;
	padding: 0 25px!important;
	border-radius: 100px!important;
	font-size: 13px;
	text-transform: uppercase;

}

.woocommerce .product .woocommerce-product-rating {
	float: right;
	text-align: right;
	margin-bottom: 0!important;
	position: relative;
}

.woocommerce .product .woocommerce-product-rating .star-rating {
	margin-top: 0px;
}

.woocommerce .product .woocommerce-product-rating > div {
	float: none!important;
	display: inline-block;
}

.woocommerce .product .summary:after {
	content: "";
	display: block;
	clear: both;
}

.woocommerce div.product .woocommerce-product-gallery__wrapper img {
	margin-bottom: 0px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image {
	padding: 7.5px;
}

.woocommerce .product .woo-short-description {
	margin-bottom: 30px;
}

.woocommerce .woocomerce-styling .product .product_title {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ebebeb ;
}

.woocommerce div.product .price {
	line-height: 30px;
	margin-bottom: 0;
	min-height: 32px;
}

.woocommerce div.product .woocommerce-product-rating {
	line-height: 34px;
}

.woocommerce .product .woo-seperator-line {
	margin-top: 20px;
	padding-top: 30px;
	border-top: 1px solid #ebebeb ;
}

.woocommerce .product form.cart .button:before {
	display: inline-block;
	color: #fff;
}

.woocommerce .product .price ins {
	text-decoration: none!important;
	font-size: 24px;
	font-weight: bold;
}

.woocommerce .product.product-type-grouped .price,
.woocommerce .product .price > span {
    font-size: 24px;
    font-weight: bold;
}

.woocommerce div.product .price del,
.woocommerce div.product .price del span {
	color: #868686!important;
	font-size: 18px;
}

.woocommerce .product .price del {
	padding-right: 10px;
}

.woocommerce .product .product_meta .posted_in a {
	text-transform: uppercase;
	font-size: 13px;
}

.woocommerce .product .woo-meta-title {
	display: inline-block;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 10px;
}

.woocommerce .woocommerce-tabs h2 {
	font-size: 16px;
	margin-bottom: 15px;
}

.woocommerce .woocommerce-tabs ul.tabs {
	padding-left: 0px!important;
	overflow: visible!important;
	margin-left: 2px!important;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs:before {
	border-bottom: 1px solid #e9e9e9;
}

.woocommerce .woocommerce-tabs li {
	border: 0!important;
	background-color: transparent!important;
	border-radius: 0px!important;
	padding-left: 0px!important;
	padding-right: 0px!important;
	z-index: 50!important;
	position: relative!important;
	margin: 0!important;
	border-bottom: 1px solid #eeeeee!important;
}

.woocommerce .woocommerce-tabs li.comment {
	margin-bottom: 15px!important;
}

.woocommerce .woocommerce-tabs li a {
	padding: 15px 10px!important;
	font-size: 13px;
	text-transform: uppercase;
	z-index: 50!important;
	position: relative!important;
}

.woocommerce .woocommerce-tabs li:first-child a {
	padding-left: 0px!important;
}

.woocommerce .woocommerce-tabs li:first-child a:after {
	left: 0px;
}

.woocommerce .woocommerce-tabs li:last-child a {
	padding-right: 0px!important;
}

.woocommerce .woocommerce-tabs li:last-child a:after {
	right: 0px;
}

.woocommerce .woocommerce-tabs li a:after {
	content: "";
	display: block;
	position: absolute;
	left: 10px; right: 10px; bottom: -2.5px;
	height: 5px;
	border-radius: 5px;
	background-color: #47c9e5;
	z-index: 100;
	transition: 0.3s all ease-in-out;
	opacity: 0;
}

.woocommerce .woocommerce-tabs li.active a:after {
	opacity: 1;
	transition: 0s all ease-in-out;
}

.woocommerce .woocommerce-tabs li.active a {
	border-bottom: 2px solid #47c9e5;
	border-bottom-width: 0px!important;
}

.woocommerce .woocommerce-tabs li:before,
.woocommerce .woocommerce-tabs li:after {
	display: none;
}

.woocommerce .sh-portfolio-single-share {
	padding-top: 10px;
	padding-bottom: 0;
	position: relative;
}

.woocommerce .sh-portfolio-single-share .jssocials-shares {
	margin-top: 6px;
}

.woocommerce .sh-portfolio-single-share .jssocials-share {
	background-color: transparent!important;
}

.woocommerce .related.products h2 {
	margin-top: 15px;
	margin-bottom: 45px;
}

.woocommerce .woocommerce-tabs #comments {
	margin-top: 0;
}

.woocommerce .woocommerce-tabs #tab-reviews .comment-form-rating label {
	display: none;
}

.woocommerce .woocommerce-tabs #tab-reviews label {
	margin-bottom: 8px;
	font-size: 16px;
}

.woocommerce .woocommerce-tabs #tab-reviews textarea {
	height: 110px!important;
	resize: none;
}

.woocommerce .woocommerce-tabs #tab-reviews input#submit {
	padding-left: 30px!important;
	padding-right: 30px!important;
}

.woocommerce .woocommerce-tabs .comment-form-rating span > a:before {
    font-family: 'themify'!important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
}

.woocommerce p.stars a:before {
	content: "\e60a"!important;
}

.woocommerce .woocommerce-tabs .comment-form-rating p.stars a {
	padding: 23px;
	background-color: #f2f2f2;
	margin-right: 5px;
	text-align: center;
	display: inline-block;
	border-radius: 30px;
}

.woocommerce .woocommerce-tabs .comment-form-rating p.stars a:before {
	padding: 14px 15px;
}

.woocommerce p.stars.selected a:not(.active):before,
.woocommerce p.stars.selected a.active:before {
	color: #fff!important;
}

.woocommerce p.stars.selected a:not(.active),
.woocommerce p.stars.selected a.active {
	background-color: #f7d01c;
}

.woocommerce p.stars a,
.woocommerce p.stars.selected a,
.woocommerce p.stars.selected a.active~a:before {
	color: #8d8d8d!important;
}

.woocommerce p.stars a,
.woocommerce p.stars.selected a,
.woocommerce p.stars.selected a.active~a {
	background-color: #f2f2f2;
}

.woocommerce .woocommerce-tabs .commentlist {
	padding-left: 0;
}

.woocommerce .woocommerce-tabs .commentlist img.avatar {
	width: 54px!important;
	border: 0px solid transparent!important;
	padding: 0px!important;
}

.woocommerce .woocommerce-tabs .commentlist .comment-text {
	border: 0px solid transparent!important;
	padding: 0!important;
	margin-left: 75px!important;
	padding-bottom: 15px!important;
}

.woocommerce .woocommerce-tabs .commentlist .comment-text .meta {
	margin-bottom: 5px!important;
	font-size: inherit!important;
}

.woocommerce .woocommerce-tabs .commentlist .comment-text .meta,
.woocommerce .woocommerce-tabs .commentlist .comment-text .meta time {
	color: #b0b0b0;
}

.woocommerce .woocommerce-tabs #review_form_wrapper .comment-reply-title {
	font-size: 16px!important;
	margin-bottom: 15px;
	margin-top: 15px;
}

.woocommerce .woocommerce-tabs .panel {
	box-shadow: none!important;
}

.woocommerce #commentform p {
	margin-bottom: 25px!important;
}

.woocommerce div.product p.stock {
	font-size: 16px;
	color: #8d8d8d;
	font-weight: bold;
}


/**
 * 14.6 WooCommerce - Other
 */

.woocommerce .addresses {
	display: block;
	margin-top: 45px;
}

.woocommerce .myaccount_user {
	display: block;
	margin-bottom: 45px;
}

.woocommerce .addresses a {
	display: inline-block;
	float: none!important;
	margin-left: 15px;
	top: 4px;
	position: relative;
}

.woocommerce legend {
	border-bottom: 0;
	padding-top: 45px;
	font-weight: bold;
	font-size: 24px;
}

/* WooCommerce - Increase Numbers */
label.sh-quantity-number {
	display: none!important;
}

.sh-increase-numbers {
	display: table!important;
	margin: 0 auto!important;
	padding: 0;
	overflow: hidden;
}

.sh-increase-numbers input,
.sh-increase-numbers span {
	float: left;
	display: block!important;
	width: 50px!important;
	height: 50px;
	text-align: center;
}

.sh-increase-numbers input {
	border-width: 0px;
	font-size: 16px!important;
	font-weight: bold;
	padding: 0!important;
	background-color: transparent;
}

.sh-increase-numbers span {
	cursor: pointer;
	font-size: 16px;
	transition: 0.25s all;
	background-color: #f2f2f2;
	border-radius: 50px;
}

.sh-increase-numbers i {
	line-height: 50px;
}

.widget.woocommerce.widget_shopping_cart .sh-increase-numbers {
	display: none!important;
	opacity: 0;
	height: 0;
	overflow: hidden;
}


/* Account Page */
.woocommerce-MyAccount-navigation ul {
	list-style: none;
	padding-right: 15px;
	padding-left: 0px;
}

.woocommerce-MyAccount-navigation ul li {
	padding: 12px 1px;
    border-bottom: 1px solid #e3e3e3;
    font-size: 0px;
    text-transform: uppercase;
}

.woocommerce-MyAccount-navigation ul li a {
	font-size: 13px;
	text-transform: uppercase;
	color: #8d8d8d;
	display: block;
}

.woocommerce-MyAccount-content .woocommerce-info {
    padding-left: 25px!important;
}

.woocommerce-MyAccount-content .woocommerce-info:before {
	display: none;
}

.woocommerce-MyAccount-content .woocommerce-Button {
	color: #fff!important;
}


/**
 * 15.0 Revolution Slider
 */

.sh-revslider {
	font-size: 0px;
}

.sh-revslider > div {
	font-size: 13px;
}

/* Revolution Slider - Buttons */
.sh-revslider-button1,
.sh-revslider-button2 {
	border-radius: 100px;
	padding: 0px 45px;
	overflow: hidden;
	position: relative;
	display: block;
}

.sh-revslider-button1 {
	font-size: 13px;
    font-weight: bold;
    border: 2px solid #fff;
    color: #fff!important;
    line-height: 56px;
}

.sh-revslider-button1:before {
    display: block;
    content: '';
    position: absolute;
    z-index: -1;
    width: 0%;
    height: 150%;
    background-color: rgba(0,0,0,0.07);
    z-index: 1;
    right: 0;
    top: 0;
    margin: -5px 0 0 -5px;
	transition: 0.3s all ease-in-out;
}

.sh-revslider-button1:hover:before {
    width: 120%;
}

.sh-revslider-button2 {
	font-size: 13px;
    font-weight: bold;
    color: #fff!important;
    background-color: #fd8b36;
    line-height: 60px;
}

.sh-revslider-button2:after {
    display: block;
    content: '';
    position: absolute;
    z-index: -1;
    width: 0%;
    height: 150%;
    background-color: rgba(0,0,0,0.07);
    z-index: 1;
    right: 0;
    top: 0;
    margin: -5px 0 0 -5px;
	transition: 0.3s all cubic-bezier(0.455, 0.030, 0.515, 0.955)!important;
}

.sh-revslider-button2:hover:after {
    width: 120%;
}

.sh-revslider-button1 span,
.sh-revslider-button2 span,
.sh-revslider-button1 i,
.sh-revslider-button2 i {
	position: relative;
	z-index: 5;
}

.sh-revslider-button1 span,
.sh-revslider-button2 span {
	line-height: 60px!important;
	font-size: inherit!important;
	position: relative;
	bottom: -1px;
}

.sh-revslider-button1 span {
	line-height: 56px;
}

.sh-revslider-button1 i,
.sh-revslider-button2 i {
	padding-left: 15px;
	font-size: 18px;
	vertical-align: middle;
	line-height: normal!important;
}

@media (max-width: 700px) {
	.sh-revslider-button1 span,
	.sh-revslider-button2 span {
		line-height: 30px!important;
	}
}

@media screen and (min-width: 700px) and (min-height: 600px) {
	.sh-revslider-button1 i,
	.sh-revslider-button2 i {
		position: relative;
		top: -1px;
	}
}

.sh-revslider-button1.spacing-animation:before,
.sh-revslider-button2.spacing-animation:after {
	display: none;
}

.sh-revslider-button1.spacing-animation span,
.sh-revslider-button2.spacing-animation span {
	transition: 0.3s all ease-in-out!important;
	letter-spacing: normal!important;
}

.sh-revslider-button1.spacing-animation:hover span,
.sh-revslider-button2.spacing-animation:hover span {
	letter-spacing: 2px!important;
}

.sh-revslider-button1.spacing-animation,
.sh-revslider-button2.spacing-animation {
	transition: 0.3s all ease-in-out!important;
}

.sh-revslider-button1.spacing-animation:hover {
	background-color: rgba(0,0,0,0.07);
}

.sh-revslider-button2.inverted,
.sh-revslider-button2.inverted:hover,
.sh-revslider-button2.inverted:focus {
	background-color: #ffffff!important;
	color: #535353!important;
}

/* Revolution Slider - Bullets */
.rev_slider .hades.tparrows {
	background-color: rgba(0,0,0,0.0);
}

.rev_slider .ares {
    height: 21px;
}

.rev_slider .ares .tp-bullet {
	width: 15px;
    height: 15px;
    background-color: #fff!important;
    margin-left: -4px;
}

.rev_slider .ares .tp-bullet.selected {
	width: 21px;
    height: 21px;
    margin-top: -3px;
    margin-left: -7px!important;
    box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.2);
}

.rev_slider .ares .tp-bullet .tp-bullet-title {
	display: none;
}

.rev_slider .sh-rev-blog h2 {
	font-size: 50px;
	color: #fff;
	margin-bottom: 20px;
	line-height: 1!important;
}

.rev_slider .sh-rev-blog p {
	font-size: 16px;
	color: #fff;
	line-height: 1.5!important;
	margin-bottom: 25px!important;
	opacity: 0.8;
}

.rev_slider .sh-rev-blog-cat {
	opacity: 0.8;
}

.rev_slider .sh-rev-blog-cat a {
	color: #fff;
	font-size: 13px;
	padding-left: 8px;
}

.rev_slider .sh-rev-blog-cat a:first-child {
	padding-left: 0px;
}

.rev_slider .sh-rev-blog .sh-revslider-button2 {
	display: inline-block!important;
	line-height: 50px;
}

.rev_slider .sh-rev-blog .sh-revslider-button2 span {
	line-height: 50px;}

@media (min-width: 1250px) {
	.rev_slider .sh-rev-blog .sh-revslider-button2 span {
		position: relative;
		top: -1px;
	}
}


/**
 * 16.0 Comments
 */

#comments {
	margin-top: 65px;
}

.sh-comments {
	margin-top: 25px;
}

.page-content .sh-comments {
	margin-top: 45px;
}

.sh-comments li {
	list-style: none;
}

.sh-comment-list {
	padding: 0;
}

.sh-comment-list ol,
.sh-comment-list ol ol {
	padding-left: 90px;
}

.sh-comments .sh-comments-title,
.sh-comments .comment-reply-title {
	font-size: 16px;
	margin-bottom: 25px;
}

.sh-comments #cancel-comment-reply-link {
	text-transform: none;
	font-size: 14px;
	padding-left: 15px;
}

.sh-comments .submit {
	background-color: #47c9e5;
	color: #fff;
	line-height: 50px;
	padding: 0 25px;
	border: none;
	font-weight: bold;
}

.sh-comments #comment {
	height: 135px;
	resize: none;
}

.comment-body {
	display: table;
}

.comment-body .sh-reply-link {
	font-size: 16px;
	padding-right: 6px;
}

.sh-reply-link + .sh-reply-link-button {
	color: red!important;
}

.comment-body .reply {
	margin-top: 8px;
}

.comment-body .sh-reply-link-button {
	padding-right: 15px;
}

.comment-column-left {
	display: table-cell;
	vertical-align: top;
	width: 90px;
}

.comment-column-right {
	display: table-cell;
	vertical-align: top;
}

.sh-comment-list {
	border-bottom: 1px solid #e3e3e3;
}

.sh-comment-list li.comment,
.sh-comment-list li.pingback {
	padding-top: 30px;
}

.sh-comment-list li.pingback .comment-column-left {
	display: none;
}

.sh-comment-list li.depth-1 {
	border-top: 1px solid #e3e3e3;
	padding-bottom: 30px;
}

.sh-comment-list .comment .comment-respond {
	padding-top: 30px;
	padding-left: 90px;
}

.sh-comment-author {
	font-weight: bold;
	color: #3f3f3f;
}

.sh-comment-date {
	padding-left: 5px;
}

.sh-comment-date a {
	color: #b0b0b0;
	font-style: italic;
}

.sh-comment-content {
	margin-top: 6px;
}

.sh-comment-form {
	margin-top: 50px;
}

.sh-comment-form i {
	padding-left: 5px;
}

.sh-comment-form label {
	margin-bottom: 8px;
}

.sh-comment-form p {
	margin-bottom: 25px;
	position: relative;
}

.sh-comments-required-notice {
	float: right;
}


/**
 * 17.0 - Gallery
 */

.sh-gallery {
	display: none;
	max-width: 100%!important;
	min-height: 30px;
	overflow: hidden;
}

.sh-gallery.slick-initialized {
	display: block;
}

.sh-gallery .slick-slide,
.sh-gallery .slick-track {
	height: auto!important
}

.sh-gallery .slick-prev,
.sh-gallery .slick-next {
	width: 60px;
	height: 60px;
	margin-top: -30px;
	font-size: 24px;
	border: none;
	color: #fff;
	background-color: transparent;
	opacity: 0;
	padding: 0;
}

.sh-gallery .slick-prev span,
.sh-gallery .slick-next span {
	line-height: 60px;
}

.sh-gallery:hover .slick-prev,
.sh-gallery:hover .slick-next {
	opacity: 1;
}

.sh-gallery .slick-prev:hover,
.sh-gallery .slick-next:hover {
	background-color: #fff;
	color: #8d8d8d;
}

.slick-dots {
	list-style: none;
	padding-left: 0;
	display: table;
	margin: 0 auto;
	position: absolute;
	margin-top: -60px;
	text-align: center;
	width: 100%;
}

.slick-dots li {
	display: inline-block;
	margin: 0 5px;
	width: auto!important;
	vertical-align: top;
	line-height: 1;
}

.slick-dots li button {
	border: none;
	background-color: #fff;
	color: #fff;
	font-size: 0;
	padding: 0;
	width: 15px;
	height: 15px;
	border-radius: 30px;
}

.sh-image-gallery .slick-dots li button {
	background-color: #ebebeb;
}

.sh-image-gallery .slick-dots li.slick-active button {
	background-color: #47c9e5;
}

.slick-dots li.slick-active button {
	width: 21px;
	height: 21px;
	box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.2);
}

.slick-list,
.slick-slide,
.slick-track {
	height: 100%;
	width: 100%;
}

.slick-prev,
.slick-next {
	position: absolute;
	top: 50%;
	z-index: 10;
	opacity: 1;
}

.slick-prev {
	left: 0;
}

.slick-next {
	right: 0;
}


/* Image Gallery - Simple */
.sh-image-gallery-simple .sh-image-gallery-item {
    display: inline-block;
    vertical-align: top;
    margin-right: -5px;
}

.sh-gallery-item {
    position: relative;
    overflow: hidden;
}

.sh-image-gallery-simple-2columns .sh-image-gallery-item {
    width: 50%;
}

.sh-image-gallery-simple-3columns .sh-image-gallery-item {
    width: 33.3%;
}

.sh-image-gallery-simple-4columns .sh-image-gallery-item {
    width: 25%;
}

.sh-image-gallery-simple-5columns .sh-image-gallery-item {
    width: 20%;
}

@media (max-width: 1200px) {
	.sh-image-gallery-simple-5columns .sh-image-gallery-item,
	.sh-image-gallery-simple-4columns .sh-image-gallery-item {
		min-width: 33.3%;
	}
}

@media (max-width: 850px) {
	.sh-image-gallery-simple .sh-image-gallery-item {
		min-width: 50%;
	}
}

@media (max-width: 550px) {
	.sh-image-gallery-simple .sh-image-gallery-item {
		min-width: 100%;
	}
}


/**
 * 18.0 - Lightbox
 */

body.admin-bar #lightcase-nav .lightcase-icon-close {
	top: 47px;
}

@media screen and (max-width: 640px) {
	body.admin-bar #lightcase-nav .lightcase-icon-close {
		top: 61px;
	}
}

#lightcase-overlay {
    z-index: 9999;
}
#lightcase-case {
    z-index: 9999;
}

#lightcase-nav .lightcase-icon-close:before {
	content: "\e646";
	font-family: 'themify';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
}

#lightcase-nav a[class*='lightcase-icon-']:hover {
	text-shadow: 0 0 15px black;
}

.woocommerce #lightcase-case[data-lc-type=image] #lightcase-content,
.woocommerce #lightcase-case[data-lc-type=video] #lightcase-content {
    background-color: #ffffff;
}

.sh-spinner-1 > div {
	width: 18px;
	height: 18px;
	background-color: #fff;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.sh-spinner-1 .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.sh-spinner-1 .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
	0%, 80%, 100% { -webkit-transform: scale(0) }
	40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	} 40% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
	}
}


/**
 * 19.0 - Share
 */

.sh-portfolio-single-share {
	padding-bottom: 30px;
}

.sh-social-share {
	margin-top: 0px;
	margin-bottom: 0px;
}

.sh-social-share > div {
	vertical-align: top;
}

.sh-social-share-button {
	background-color: #f2f2f2;
	border-radius: 100px;
	height: 50px;
	padding: 0 30px 0 20px;
	display: inline-block;
	cursor: pointer;
	margin-right: 5px;
	margin-bottom: 5px;
	overflow: hidden;
	position: relative;
	-webkit-transform: translateZ(0);
	        transform: translateZ(0);
}

.sh-social-share-button i {
	font-size: 18px;
	line-height: 1;
	vertical-align: middle;
	padding-right: 15px;
}

.sh-social-share-button span {
	font-size: 13px;
	line-height: 50px;
	font-weight: bold;
	text-transform: uppercase;
}

.sh-social-share-networks {
	display: inline-block;
	height: 0;
}

.sh-social-share-networks.sh-social-share-networks-active {
	height: auto;
	transition-delay: 0.7s;
    transition: all 0.3s ease-in-out;
}

.sh-social-share-networks.sh-social-share-networks-active .jssocials-share {
	opacity: 1;
	margin-left: 0px;
}

.sh-social-share-networks .jssocials-share,
.sh-social-share-networks .jssocials-shares {
	margin: 0;
}

.sh-social-share-networks .jssocials-share {
	padding: 0px;
	opacity: 0;
	margin-left: -15px;
}

.sh-social-share-networks .jssocials-share a {
	display: inline-block;
	padding: 0px 10px;
	background-color: transparent!important;
	visibility: hidden;
}

.sh-social-share-networks.sh-social-share-networks-active .jssocials-share a {
	height: auto;
	visibility: visible;
}

.sh-social-share-networks .jssocials-share i {
	font-size: 18px;
}

.sh-social-share-networks .jssocials-share-link {
	line-height: 50px;
	padding: 0;
}

.sh-social-share-networks .jssocials-share-link .jssocials-share-count {
	display: none;
}

.sh-social-share-networks .jssocials-share:nth-child(1) { transition-delay: 0.1s; }
.sh-social-share-networks .jssocials-share:nth-child(2) { transition-delay: 0.2s; }
.sh-social-share-networks .jssocials-share:nth-child(3) { transition-delay: 0.3s; }
.sh-social-share-networks .jssocials-share:nth-child(4) { transition-delay: 0.4s; }
.sh-social-share-networks .jssocials-share:nth-child(5) { transition-delay: 0.5s; }
.sh-social-share-networks .jssocials-share:nth-child(6) { transition-delay: 0.6s; }
.sh-social-share-networks .jssocials-share:nth-child(7) { transition-delay: 0.7s; }


body:not(.sh-jevelin-style3) .sh-social-share-networks .fa-facebook,
body:not(.sh-jevelin-style3) .sh-social-share-networks .fa-twitter,
body:not(.sh-jevelin-style3) .sh-social-share-networks .fa-google,
body:not(.sh-jevelin-style3) .sh-social-share-networks .fa-at,
body:not(.sh-jevelin-style3) .sh-social-share-networks .fa-pinterest {
	font-family: 'simple-line-icons';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body:not(.sh-jevelin-style3) .sh-social-share-networks .fa-facebook:before {
	content: "\e00b";
}

body:not(.sh-jevelin-style3) .sh-social-share-networks .fa-twitter:before {
	content: "\e009";
}

body:not(.sh-jevelin-style3) .sh-social-share-networks .fa-google:before {
	content: "\e60d";
}

body:not(.sh-jevelin-style3) .sh-social-share-networks .fa-at:before {
	content: "\e086";
}

body:not(.sh-jevelin-style3) .sh-social-share-networks .fa-pinterest:before {
	content: "\e60b";
}


/**
 * 20.0 Popover
 */

.sh-popover-mini {
	position: absolute;
	left: 0; top: -17px;
	background-color: #3f3f3f;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	padding: 0px 15px;
	line-height: 30px;
	min-height: 0;
	min-width: 0;
	z-index: 100;
	cursor: default;
	border-radius: 30px;
	box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.2);
	border: 2px solid #fff;
	white-space: nowrap;
}

.sh-popover-mini::before {
	content: "";
	position: absolute;
	bottom: -7px; left: 50%;
	margin-left: -9px;
	width: 0;
	height: 0;
	box-sizing: border-box;
	border: 5px solid black;
	border-color: transparent transparent #47c9e5 #47c9e5;
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	z-index: 10;
}

.sh-popover-mini::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -9px;
    width: 0;
    height: 0;
    box-sizing: border-box;
    border: 5px solid black;
    border-color: transparent transparent #FFFFFF #FFFFFF;
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    box-shadow: -5px 4px 5px -2px rgba(0,0,0,0.15);
    z-index: 5;
}

.sh-popover-mini-center {
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
}

.sh-popover-mini-dark {
	background-color: #4e4e4e;
}

.sh-popover-mini::before {
	border-color: transparent transparent #4e4e4e #4e4e4e;
}


/**
 * 21.0 Pagination
 */

ul.page-numbers,
.woocommerce nav.woocommerce-pagination ul.page-numbers {
	display: table;
	margin: 0 auto;
    list-style: none;
    background-color: #f4f4f4;
    padding: 5px 4px;
    border-radius: 30px;
	border-width: 0px;
}

ul.page-numbers:after {
    content: "";
    display: block;
    clear: both;
}

ul.page-numbers li,
.woocommerce nav.woocommerce-pagination ul.page-numbers li {
    display: block;
    float: left;
    margin: 0 2px;
    text-align: center;
}

ul.page-numbers a,
ul.page-numbers span,
.woocommerce nav.woocommerce-pagination ul.page-numbers a,
.woocommerce nav.woocommerce-pagination ul.page-numbers span {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-weight: 400;
    cursor: pointer;
    padding: 0;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers a:hover,
.woocommerce nav.woocommerce-pagination ul.page-numbers a:focus {
	background-color: transparent!important;
}

ul.page-numbers .prev,
ul.page-numbers .next,
.woocommerce nav.woocommerce-pagination ul.page-numbers .prev,
.woocommerce nav.woocommerce-pagination ul.page-numbers .next {
	width: auto;
	padding: 0 10px;
}

ul.page-numbers .prev,
.woocommerce nav.woocommerce-pagination ul.page-numbers .prev {
	padding-left: 15px;
}

ul.page-numbers .next,
.woocommerce nav.woocommerce-pagination ul.page-numbers .next {
	padding-right: 15px;
}

ul.page-numbers a span {
	padding: 0;
}

ul.page-numbers a:hover {
	color: #47c9e5;
}

ul.page-numbers .current {
	font-weight: bold;
}

ul.page-numbers .current,
ul.page-numbers .current:hover,
.woocommerce nav.woocommerce-pagination ul.page-numbers .current,
.woocommerce nav.woocommerce-pagination ul.page-numbers .current:hover {
    color: #fff;
    background-color: #47c9e5;
    border-radius: 30px;
}

.woocommerce nav.woocommerce-pagination ul li {
	border-width: 0px;
}

.sh-page-links p {
	font-weight: bold;
	margin-bottom: 15px;
}

/**
 * 22.0 - Widgets
 */

.widget-title {
	margin-bottom: 25px;
}

.widget-item {
	padding-bottom: 45px;
}

.widget-item ul {
	list-style: none;
	padding-left: 0;
}

.widget-item ul ul{
	padding-left: 30px;
}

.widget-item li > a {
	display: block;
}

.widget-item h4 {
	margin-bottom: 20px;
}

.widget_tag_cloud a,
.widget_tag_cloud a:after,
.post-title h2,
.post-title h1 {
	transition: 0.25s all ease;
}

/* Search widget */
.widget_search .screen-reader-text {
	display: none;
}

.widget_search .search-form {
	position: relative;
	display: block;
}

.widget_search label {
	width: 100%;
}

.widget_search .search-field {
	display: block;
	width: 100%;
	border: none;
	padding: 16px 20px;
	font-weight: 400;
	transition: 0.25s background;
	border: 1px solid #ddd;
	color: #8d8d8d;
}

.widget_search .search-submit {
	position: absolute;
	display: block;
	top: 50%; right: 5px;
	margin-top: -25px;
	width: 43px;
	height: 43px;
	border: none;
	text-align: center;
	background-color: transparent;
}

.widget_search .search-form i {
	display: block;
	font-size: 16px;
	line-height: 38px;
	cursor: pointer;
}

.widget_search .search-field::-webkit-input-placeholder {
	color: inherit;
	font-style: normal;
}

.widget_search .search-field:-moz-placeholder {
	color: inherit;
	font-style: normal;
}
.widget_search .search-field::-moz-placeholder {
	color: inherit;
	font-style: normal;
}
.widget_search .search-field:-ms-input-placeholder {
	color: inherit;
	font-style: normal;
}

.sh-blog-style1 .sh-sidebar-search-active .search-submit i,
.sh-blog-style1 .sh-sidebar-search-active .search-field,
.sh-blog-style1 .sh-sidebar-search-active .search-field::-webkit-input-placeholder {
	color: #fff!important;
}

/* Category widget */
.widget_categories ul {
	list-style: none;
	padding: 0;
	margin-bottom: 0;
}

.widget_categories li {
	padding: 12px 1px;
	border-bottom: 1px solid #e3e3e3;
	font-size: 0px;
	text-transform: uppercase;
}

.widget_categories li > a {
	display: inline-block;
}

.widget_categories li * {
	font-size: 13px;
}

.widget_categories li:first-child {
	padding-top: 0px;
}

.widget_categories li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

/* Calendar widget */
.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	padding: 10px!important;
	text-align: center;
}

/* Tag cloud widget*/
.widget_product_tag_cloud a,
.widget_tag_cloud a {
	display: inline-block;
	position: relative;
	padding: 0 10px;
	line-height: 30px;
	background-color: #f4f4f4;
	color: #8d8d8d;
	margin-right: 10px;
	font-size: 13px!important;
	margin-bottom: 12px;
    border-radius: 100px;
    border: 3px solid #fff;
    box-shadow: 0px 1px 4px 1px rgba(0,0,0,0.1);
    font-weight: bold;
}

.widget_product_tag_cloud a:hover,
.widget_tag_cloud a:hover {
	color: #fff!important;
	background-color: #47c9e5;
}

#sidebar .widget_product_tag_cloud .tagcloud a:hover,
#sidebar .widget_tag_cloud .tagcloud a:hover {
	color: #fff!important;
}

.widget_product_tag_cloud a:hover:after,
.widget_tag_cloud a:hover:after {
	border-left-color: #47c9e5;
}

/* Product title hover */
.widget-item.woocommerce .product-title {
	transition: 0.3s all ease-in-out;
}

.widget-item.woocommerce .product-title:hover {
	opacity: 0.8;
}

/* Product list widget */
.product_list_widget li {
	width: 100%;
	display: block;
	position: relative;
	margin-bottom: 15px!important;
	min-height: 65px!important;
	padding-left: 85px!important;
}

#sidebar .product_list_widget li.empty {
	padding-left: 0!important;
	min-height: 0px!important;
}

.product_list_widget a img {
	position: absolute;
	width: 65px!important;
	margin-left: 0!important;
	left: 0;
}

.product_list_widget a span,
.product_list_widget .star-rating {
	display: block;
}

.product_list_widget .star-rating {
	margin-top: 10px!important;
	margin-bottom: 15px!important;
}

.product_list_widget ins {
	text-decoration: none;
}

.product_list_widget .amount,
.product_list_widget ins span {
	font-size: 16px;
	font-weight: bold;
}

.product_list_widget del .amount {
	font-weight: normal;
}

/* Product filter widget */
.widget_price_filter .price_slider_wrapper .price_slider_amount {
	padding-top: 5px;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: #e5e5e5!important;
}

.widget_price_filter .ui-slider .ui-slider-handle {
	background-color: #fff!important;
	border: 2px solid #6ec8b9;
	width: 17px!important;
    height: 17px!important;
    top: -5px!important;
}

.widget_price_filter .ui-slider .ui-slider-range {
	background-color: rgba(110,200,185,0.6)!important;
}

.widget_price_filter .price_slider_wrapper .price_slider_amount .button {
	background-color: #f3f3f3!important;
	color: #8d8d8d!important;
	line-height: 40px!important;
	float: right;
	padding: 0px 22px!important;
	border-radius: 30px;
	font-size: 13px;
	text-transform: uppercase;
}

.widget_price_filter .price_slider_wrapper .price_label {
	font-size: 14px;
	float: left;
	line-height: 40px;
}

.widget_price_filter .price_slider_wrapper .price_label span {
	font-size: 16px;
	font-weight: bold;
}

.widget_price_filter .widget-title {
	padding-bottom: 5px;
}

/* Product categories widget */
.widget_product_categories ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.widget_product_categories li {
	border-bottom: 1px solid #e3e3e3;
	padding: 12px 0;
	text-transform: uppercase;
	font-size: 13px;
}

.product_list_widget .star-rating {
	display: none;
}

.widget_product_categories li:first-child {
	padding-top: 0;
}

.widget_product_categories li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.widget_product_categories li {
	display: block;
}

.widget_product_categories a {
	color: #8d8d8d;
	display: inline-block!important;
}

.widget_product_categories li .count,
.widget_categories li .count {
	float: right;
	font-weight: bold;
	background-color: #f3f3f3;
	color: #9A9A9A;
	border-radius: 50px;
	padding: 0px 8px;
	line-height: 1.4;
	cursor: default;
}

.widget_product_categories li .count {
	display: none;
}

/* Recent posts widget */
.widget_recent_entries li {
	border-bottom: 0px solid transparent!important;
	font-weight: bold;
	padding: 11px 0;
	position: relative;
}

.widget_recent_entries li:before {
	font-family: 'simple-line-icons';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	display: inline-block;
	position: absolute;
	top: 12px;
	content: "\e060";
	font-size: 16px;
}

.widget_recent_entries li a {
	padding-left: 37px!important;
}

#sidebar .widget_recent_entries li:before {
	top: 14px;
}

.sh-footer .widget_recent_entries li:first-child:before {
	top: 3px!important;
}


/* Instagram widget */
.null-instagram-feed .instagram-pics {
	position: relative;
	margin: -5px;
}

.null-instagram-feed .instagram-pics li {
	display: inline-block;
	position: relative;
	width: 33.3%;
	padding: 6px 10px;
	margin-right: -4px;
}

.null-instagram-feed .instagram-pics li a:not(.sh-instagram-element-overlay) {
	display: block;
	overflow: hidden;
	position: relative;
}

.null-instagram-feed img {
	width: 100%;
}

.null-instagram-feed .sh-overlay-item {
	height: 100%;
	width: 100%;
}


/* ------------------------------------------------------------------------ */
/* Widgets - Jevelin
/* ------------------------------------------------------------------------ */

/* No widgets found widget */
.no-widgets-found .widget-title {
	margin-bottom: 0;
	padding-bottom: 0;
	border: 0;
	text-transform: none;
}

/* Recent Posts widget */
.sh-recent-posts-widgets {
	position: relative;
}

.sh-recent-posts-widgets-item {
	padding-bottom: 15px;
	margin-bottom: 25px;
	position: relative;
	border-bottom: 1px solid #3E3E3E;
}

.sh-recent-posts-widgets-item:last-child {
	margin-bottom: 0;
	border-bottom-width: 0px;
}

.sh-recent-posts-widgets-item-content {
	padding-left: 80px;
	min-height: 55px;
}

.sh-recent-posts-widgets-item-thumb {
	position: absolute;
	width: 55px;
	height: 55px;
	left: 0;
	top: 0;
}

.sh-recent-posts-widgets-count {
	background-color: #47c9e5;
	padding: 2px 6px;
	line-height: 1;
	font-weight: bold;
	border-radius: 20px;
	position: absolute;
	top: -7px;
	right: -7px;
	font-size: 13px;
	z-index: 500;
	color: #fff!important;
    box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.2);
}

.sh-recent-posts-widgets-item h6 {
	padding-top: 5px;
	margin-bottom: 8px;
	font-size: 14px;
}

.sh-recent-posts-widgets-item-meta {
	font-size: 12px;
}

.sh-recent-posts-widgets-item-meta i {
	position: relative;
	bottom: -3px;
	padding-right: 5px;
	font-size: 16px;
}

/* Portoflio widget */
.sh-portfolio-widget {
	position: relative;
	margin: -7.5px;
}

.sh-portfolio-widget:after {
	content: "";
	display: block;
	clear: both;
}

.sh-portfolio-widget-item {
	padding: 7.5px;
	float: left;
	width: 33.3%;
	max-width: 100px;
	min-width: 60px;
	overflow: hidden;
}

.sh-portfolio-widget-item img {
	margin-bottom: 0px
}

.sh-portfolio-widget-item .sh-portfolio-widget-background {
	display: block;
	position: relative;
	background-size: cover;
	background-position: 50% 50%;
}

.sh-mini-overlay-container {
	position: absolute;
	top: 0px; right: 0px; left: 0px; bottom: 0px;
	background-color: rgba(71,201,229,0.75);
	text-align: center;
	opacity: 0;
}

.sh-mini-overlay i {
	line-height: 1px;
	font-size: 24px;
	color: #fff!important;
	display: block;
}

.sh-mini-overlay .sh-mini-overlay-container:hover {
	opacity: 1;
}

/* Contacts widget */
.sh-contacts-widget-item {
	margin-bottom: 15px;
	padding-left: 40px;
	position: relative;
}

.sh-contacts-widget-item i {
	display: block;
	padding-top: 4px;
	position: absolute;
	left: 0;
	font-size: 18px;
	width: 18px;
}

/* Social widget */
.sh-social-widgets {
	position: relative;
	margin: -4px;
}

.sh-social-widgets:after {
	clear: both;
	content: "";
	display: block;
}

.sh-social-widgets-item {
	margin: 0 5px;
	margin-bottom: 10px;
	width: 50px;
	height: 50px;
	text-align: center;
	float: left;
	color: #8d8d8d;
	background-color: #f4f4f4;
	font-size: 18px;
	border-radius: 50px;
}

.sh-social-widgets-item i {
	font-size: 19px;
	line-height: 50px;
}

/* Image widget */
.sh-image-widgets img {
	margin-bottom: 0px;
	padding-bottom: 15px;
}

.sh-image-widgets-description a {
	margin-right: 25px;
}

.sh-image-widgets-description i {
	font-size: 18px;
}

.sh-image-widgets-social {
	padding-top: 15px;
}


/**
 * 23.0 - Nothing Found
 */

.sh-nothing-found {
	background-color: #f4f4f4;
	padding: 19px;
	float: none;
}

.sh-nothing-found .sh-table-cell-top:first-child {
	width: 45px;
}

.sh-nothing-found h2 {
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.sh-nothing-found p {
	margin: 0;
}

.sh-nothing-found i {
	color: #505050;
	font-size: 26px;
}

.sh-nothing-found-big {
	margin-top: 50px;
	color: #e5e5e5;
	font-weight: bold;
	max-width: 500px;
}

.sh-nothing-found-big span {
	font-size: 56px;
	line-height: 56px;
}

.sh-nothing-found-big div {
	font-size: 110px;
	text-transform: uppercase;
	line-height:100px;
}

.woocommerce > .cart-empty,
.woocommerce > .woocommerce-notices-wrapper > .cart-empty {
	display: none;
}

.sh-search-results .post-item .post-meta-two {
	display: none;
}


/**
 * 24.0 404 Page
 */

.sh-404 {
	background-size: cover;
	background-position: center center;
	background-color: #4C4C4C;
}

.sh-404 > div {
	width: 33.3%;
	text-align: center;
	color: #fff;
	border-right: 30px solid #fff;
	vertical-align: top;
	padding: 0 35px 80px 35px;
}

.sh-404 > div:last-child {
	border-right: 0;
}

.sh-404-title {
	display: block;
	width: 100%;
	padding: 110px 0 60px 0;
	line-height: 110px;
	font-size: 110px;
	font-weight: bold;
	text-align: center;
}

.sh-404-mobile-title {
	letter-spacing: 25px;
}

.sh-404 h3 {
	font-weight: bold;
	color: #fff;
	font-size: 24px;
}

.sh-404-button {
	display: inline-block;
	margin: 0 auto;
	background-color: #47c9e5;
	color: #fff!important;
	padding: 15px 25px;
	margin-top: 15px;
}

.sh-404-button i {
	padding-right: 8px;
}

#sh-404-mobile {
	display: none;
}

@media (max-width: 850px) {
	#sh-404 {
		display: none;
	}

	#sh-404-mobile {
		display: block;
	}
}

@media (max-width: 850px) {

	#sh-404-mobile > div {
		padding: 0 15px 50px 15px;
	}

	#sh-404-mobile .sh-404-mobile-title {
		font-size: 60px;
		padding: 50px 0 30px 0;
	letter-spacing: 15px;
	}
}


/**
 * 25.0 - Back to top
 */

.sh-back-to-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	opacity: 0;
	transition: 0.3s all ease;
	cursor: pointer;
	width: 50px;
	height: 50px;
	text-align: center;
	overflow: hidden;
	z-index: 5000;
	color: #cecece;
	border: 2px solid #cecece;
}

.sh-back-to-top:hover {
	background-color: #47c9e5;
	border: 2px solid #47c9e5;;
	color: #fff;
}

.sh-back-to-top i {
	display: block;
	font-size: 24px;
	line-height: 46px;
}

.sh-back-to-top.active {
	opacity: 1;
}

.sh-back-to-top.filled {
	background-color: #BDBDBD;
	border-color: #BDBDBD;
	color: #fff;
}

.sh-back-to-top2 {
	border-radius: 100%;
	width: 60px;
	height: 60px;
}

.sh-back-to-top2 i {
	line-height: 56px;
	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
}

/*.sh-back-to-top3 {
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.sh-back-to-top3 i {
	line-height: 34px;
	height: 50px;
	width: 50px;
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}*/

.sh-back-to-top3 {
	box-shadow: 0px 3px 13px 1px rgba(0,0,0,0.12);
	background-color: #fff;
	border-width: 0px!important;
	font-size: 20px;
}

.sh-back-to-top3 i {
	font-size: 20px;
}


/**
 * 26.0 - Page Loader
 */

.sh-page-loader {
	background-color: #fff;
	position: fixed;
	top: 0; bottom: 0; left: 0; right: 0;
	width: 100%;
	height: 100%;
	z-index: 995000;
}

/* Page Loader - Cube Grid */
.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 100px auto;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #333;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
          animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s; }
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  }
}

/* Page Loader - Folding Cube */
.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
          -ms-transform: rotate(45deg);
      transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          -ms-transform: scale(1.1) rotate(90deg);
      transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          -ms-transform: scale(1.1) rotate(180deg);
      transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          -ms-transform: scale(1.1) rotate(270deg);
      transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

/* Page Loader - Spinner */
.sk-spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}

.sk-spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.sk-spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.sk-spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.sh-page-loader-style-spinner #loading-center-absolute {
	display: table;
	margin: 0 auto;
}

.sh-page-loader-style-spinner .object {
	width: 20px;
	height: 20px;
	background-color: #8d8d8d;
	float: left;
	margin-right: 20px;
	border-radius: 50% 50% 50% 50%;
}

.sh-page-loader-style-spinner .object:last-child {
	margin-right: 0;
}

.sh-page-loader-style-spinner #object_one {
	-webkit-animation: object_one 1.5s infinite;
	animation: object_one 1.5s infinite;
}

.sh-page-loader-style-spinner #object_two {
	-webkit-animation: object_two 1.5s infinite;
	animation: object_two 1.5s infinite;
	-webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}

.sh-page-loader-style-spinner #object_three {
    -webkit-animation: object_three 1.5s infinite;
	animation: object_three 1.5s infinite;
	-webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

@-webkit-keyframes object_one {
	75% { -webkit-transform: scale(0); }
}

@keyframes object_one {
	75% {
		transform: scale(0);
		-webkit-transform: scale(0);
	}
}

@-webkit-keyframes object_two {
	75% { -webkit-transform: scale(0); }
}

@keyframes object_two {
	75% {
		transform: scale(0);
		-webkit-transform:  scale(0);
	}
}

@-webkit-keyframes object_three {
	75% { -webkit-transform: scale(0); }
}

@keyframes object_three {
	75% {
		transform: scale(0);
		-webkit-transform: scale(0);
	}
}

/* Pulse animation */
@-webkit-keyframes animate_pulse {
	0% { -webkit-box-shadow: 0 0 0 0 rgba( 0, 0, 0, 0.08 ); }
	70% { -webkit-box-shadow: 0 0 0 18px rgba( 0, 0, 0, 0 ); }
	100% { -webkit-box-shadow: 0 0 0 0 rgba( 0, 0, 0, 0 ); }
}
@keyframes animate_pulse {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba( 0, 0, 0, 0.08 );
		box-shadow: 0 0 0 0 rgba( 0, 0, 0, 0.1 );
	}
	70% {
		-moz-box-shadow: 0 0 0 18px rgba( 0, 0, 0, 0 );
		box-shadow: 0 0 0 18px rgba( 0, 0, 0, 0 );
	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgba( 0, 0, 0, 0 );
		box-shadow: 0 0 0 0 rgba( 0, 0, 0, 0 );
	}
}


/**
 * 27.0 White Borders
 */

.sh-window-line {
	position: fixed;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 5000;
}

.sh-window-line.line-top {
	top: 0;
}

.sh-window-line.line-top,
.sh-window-line.line-bottom {
	height: 20px;
}

.sh-window-line.line-left,
.sh-window-line.line-right {
	width: 20px;
}

.sh-window-line.line-bottom {
	bottom: 0;
}

.sh-window-line.line-left {
	top: 0;
	bottom: 0;
	right: auto;
}

.sh-window-line.line-right {
	top: 0;
	bottom: 0;
	left: auto;
}

.page-white-borders #page-container {
	padding-bottom: 20px;
}


@media (min-width: 1100px) {
	.sh-header-in-side .sh-window-line.line-left,
	.sh-header-in-side .sh-window-line.line-bottom,
	.sh-header-in-side .sh-window-line.line-top {
		left: 320px;
	}
}
.page-white-borders.page-layout-right-fixed .sh-header-right-side {
	height: auto!important;
}

.page-white-borders.page-layout-right-fixed .sh-header-right-side .header-mobile-social-media {
	bottom: 20px;
}

.page-white-borders .primary-desktop {
	padding-top: 20px;
}

body.admin-bar.page-white-borders .sh-header-right-side {
	top: 52px!important;
}

body.page-white-borders.page-layout-right-fixed .sh-header-right-side {
	top: 20px;
}

body.page-white-borders.header-in-left-side .sh-window-line.line-left {
	z-index: 499!important;
}


/**
 * 28.0 - Notice
 */

.sh-page-notice {
	width: 100%;
	background-color: #383838;
	color: #e2e1e1;
	padding: 20px 0;
	display: none;
}

.sh-page-notice a {
	color: #e2e1e1;
}

.sh-page-notice a:hover,
.sh-page-notice a:focus {
	color: #fff;
}

.sh-page-notice .sh-page-notice-button {
	background-color: #767676;
	position: relative;
	display: inline-block;
	padding: 8px 18px;
	margin: -8px 0;
	margin-left: 16px;
	font-weight: bold;
	color: #fff;
}

.sh-page-notice .sh-page-notice-button:hover {
	background-color: #8d8d8d;
}

.sh-page-notice .text-right {
	min-width: 100px;
}

@media (max-width: 1025px) {
	#page-container > .sh-page-notice {
		display: none!important;
	}
}


/**
 * 29.0 - Dynamic Ratio
 */

.sh-ratio {
	position: relative;
}

.sh-ratio-container {
	padding-bottom: 56.25%;
}

.sh-ratio-container-4_3 {
	padding-bottom: 75%;
}

.sh-ratio-container-square {
	padding-bottom: 100%;
}

.sh-ratio-content {
	position: absolute;
	top: 0; right: 0; left: 0; bottom: 0;
	background-size: cover;
	background-position: 50% 50%;
}

.sh-ratio-content iframe {
	width: 100%;
	height: 100%;
}


/**
 * 30.0 - Other Elements
 */
.bottom-1 {
	position: relative;
	bottom: -1px;
}
.bottom-2 {
	position: relative;
	bottom: -2px;
}
.bottom-3 {
	position: relative;
	bottom: -3px;
}
.bottom-4 {
	position: relative;
	bottom: -4px;
}

/* Hamgurger menu icon */
.c-hamburger {
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 24px;
	height: 20px;
	font-size: 0;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
	top: 10px;
}

.c-hamburger:focus {
	outline: none;
}

.c-hamburger span {
	display: block;
	position: absolute;
	top: 9px;
	left: 0px;
	right: 0px;
	height: 2px;
	background: #545454;
}

.c-hamburger span::before,
.c-hamburger span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #545454;
	content: "";
}

.c-hamburger span::before {
  top: -9px;
}

.c-hamburger span::after {
  bottom: -9px;
}

.c-hamburger--htx {
  background-color: transparent;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  transition-property: top, transform;
}

.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}

.c-hamburger--htx.is-active span {
  background: transparent!important;
}

.c-hamburger--htx.is-active span::before {
	top: 0;
	transform: rotate(45deg);
	width: 26px;
	left: -4px;
	margin-left: 3px;
}

.c-hamburger--htx.is-active span::after {
	bottom: 0;
    transform: rotate(-45deg);
	width: 26px;
	left: -4px;
	margin-left: 3px;
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
	transition-delay: 0s, 0.3s;
}


/**
 * 31.0 - Visual Composer
*/

.sh-element-inline {
	display: inline-block!important;
	margin-right: -4px!important;
	vertical-align: top;
}

/* Empty Space Element */
body.vc_editor.compose-mode .vc_empty_space {
	background: repeating-linear-gradient( 45deg, rgba(255,255,255,0.3), rgba(255,255,255,0.3) 15px, rgba(185, 185, 185, 0.2) 15px, rgba(185, 185, 185, 0.2) 30px);
	border-radius: 8px;
}

.vc_row .sh-progress .sh-progress-item,
.vc_row .sh-progress-style2 .sh-progress-item,
.vc_row .sh-countdown,
.vc_row .sh-counter,
.vc_row .sh-text-block p:last-child {
	margin-bottom: 0;
}

.vc_row .sh-button-container {
	margin-top: 0;
	margin-bottom: 0;
}

.wpb_single_image img,
.vc_row .sh-team-image img {
	margin-bottom: 0!important;
}

i.icon {
	vertical-align: inherit;
	margin-left: 0px;
	line-height: normal;
	height: auto;
	width: auto;
}

.jarallax {
    position: relative;
    z-index: 0;
}
.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    /* support for plugin https://github.com/bfred-it/object-fit-images */
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}


/**
 * Visual Composer: Global Elements
 */
body.compose-mode header.primary-desktop,
body.compose-mode header.primary-mobile {
	pointer-events: none;
}


body.compose-mode .page-content.vc-main-sortable-container > .vc_empty-placeholder:first-child {
	display: none;
}


.vc_row_reversed_columns {
	display: flex;
}

@media only screen and (min-width: 768px) {
	.vc_column_full_height {
		height: 100vh;
	}
}

@media only screen and (max-width: 768px) {
	.vc_row_reversed_columns {
		flex-direction: column-reverse;
	}
}

@media (min-width: 1250px) {
	.vc_row[data-vc-full-width="true"][data-vc-stretch-content="true"] {
		margin-left: calc(-100vw / 2 + 1200px / 2 + 7.5px);
		margin-right: calc(-100vw / 2 + 1200px / 2 + 7.5px);
	}

	.vc_row[data-vc-full-width="true"]:not([data-vc-stretch-content="true"]) {
		margin-left: calc(-100vw/2 + 1200px/2 + 7.5px);
	    margin-right: calc(-100vw/2 + 1200px/2 + 7.5px);
	    padding-left: calc(100vw/2 - 1200px/2 - 7.5px)!important;
	    padding-right: calc(100vw/2 - 1200px/2 - 7.5px)!important;
	}


	/* Boxed Layout */
	.sh-boxed-layout .vc_row[data-vc-full-width="true"][data-vc-stretch-content="true"] {
		width: auto!important;
		left: 0!important;
		margin-left: -45px!important;
		margin-right: -45px!important;
	}

	.sh-boxed-layout .vc_row[data-vc-full-width="true"]:not([data-vc-stretch-content="true"]) {
		width: auto!important;
		left: 0!important;
		margin-left: -45px!important;
		margin-right: -45px!important;
		padding-left: 45px!important;
		padding-right: 45px!important;
	}
}

.vc_row_shadow1,
.vc_row_shadow1_hover:hover,
.vc_column_shadow1,
.vc_column_shadow1_hover:hover {
	box-shadow: 0 15px 25px -7px rgba(0,0,0,0.09), 0 -12px 10px -10px rgba(0,0,0,0.04);
}

.vc_row_shadow2,
.vc_row_shadow2_hover:hover,
.vc_column_shadow2,
.vc_column_shadow2_hover:hover {
	box-shadow: 0px 3px 13px 1px rgba(0,0,0,0.12);
}

.vc_row_shadow3,
.vc_row_shadow3_hover:hover,
.vc_column_shadow3,
.vc_column_shadow3_hover:hover {
	box-shadow: 0px 15px 45px -9px rgba(0,0,0,0.25);
}

.vc_element_shadow,
.vc_row_shadow1_hover,
.vc_row_shadow2_hover,
.vc_row_shadow3_hover,
.vc_column_shadow1_hover,
.vc_column_shadow2_hover,
.vc_column_shadow3_hover {
	transition: 0.3s all ease-in-out;
}

.vc_row[data-vc-full-width]:not(.vc_parallax):not(.vc_row-no-padding):not(.jarallax) {
	overflow: visible;
}

.vc_row .wpb_revslider_element {
	font-size: 0px;
	position: relative;
	z-index: 0;
}

@media (max-width: 800px) {
	.vc_column_reponsive_border_disabled .vc_column-inner {
		border-width: 0px!important;
	}
}


.vc_row.jarallax > .vc_column_container,
.vc_row.jarallax > .vc_vc_column {
	z-index: 1;
}

.vc_row_custom_container {
	width: 100%;
}


/* Column Mobile Element Alignment */
@media (max-width: 800px) {
	.vc_column_mobile_element_alignment_center .sh-text-block,
	.vc_column_mobile_element_alignment_center .sh-text-block p,
	.vc_column_mobile_element_alignment_center .sh-text-group,
	.vc_column_mobile_element_alignment_center .sh-text-group p,
	.vc_column_mobile_element_alignment_center .sh-heading span,
	.vc_column_mobile_element_alignment_center .sh-heading-content,
	.vc_column_mobile_element_alignment_center .sh-button-container,
	.vc_column_mobile_element_alignment_center .sh-single-image,
	.vc_column_mobile_element_alignment_center .vc_custom_heading,
	.vc_column_mobile_element_alignment_center .sh-button-container,
	.vc_column_mobile_element_alignment_center .wpb_single_image,
	.vc_column_mobile_element_alignment_center .sh-list {
		text-align: center!important;
	}

	.vc_column_mobile_element_alignment_left .sh-text-block,
	.vc_column_mobile_element_alignment_left .sh-text-block p,
	.vc_column_mobile_element_alignment_left .sh-text-group,
	.vc_column_mobile_element_alignment_left .sh-text-group p,
	.vc_column_mobile_element_alignment_left .sh-heading span,
	.vc_column_mobile_element_alignment_left .sh-heading-content,
	.vc_column_mobile_element_alignment_left .sh-button-container,
	.vc_column_mobile_element_alignment_left .sh-single-image,
	.vc_column_mobile_element_alignment_left .vc_custom_heading,
	.vc_column_mobile_element_alignment_left .sh-button-container,
	.vc_column_mobile_element_alignment_left .wpb_single_image,
	.vc_column_mobile_element_alignment_left .sh-list {
		text-align: left!important;
	}

	.vc_column_mobile_element_alignment_right .sh-text-block,
	.vc_column_mobile_element_alignment_right .sh-text-block p,
	.vc_column_mobile_element_alignment_right .sh-text-group,
	.vc_column_mobile_element_alignment_right .sh-text-group p,
	.vc_column_mobile_element_alignment_right .sh-heading span,
	.vc_column_mobile_element_alignment_right .sh-heading-content,
	.vc_column_mobile_element_alignment_right .sh-button-container,
	.vc_column_mobile_element_alignment_right .sh-single-image,
	.vc_column_mobile_element_alignment_right .vc_custom_heading,
	.vc_column_mobile_element_alignment_right .sh-button-container,
	.vc_column_mobile_element_alignment_right .wpb_single_image,
	.vc_column_mobile_element_alignment_right .sh-list {
		text-align: right!important;
	}
}

@media (max-width: 800px) {
	.vc_element_responsive_background_image > #jarallax-container-0,
	.vc_element_responsive_background_image > #jarallax-container-1,
	.vc_element_responsive_background_image > #jarallax-container-2,
	.vc_element_responsive_background_image > #jarallax-container-3,
	.vc_element_responsive_background_image > #jarallax-container-4,
	.vc_element_responsive_background_image > #jarallax-container-5 {
		display: none!important;
	}
}



/**
** Carousel - Global Options
*/
/* Style 2 - Standard  */
.carousel-dot-style2 .slick-dots li.slick-active button {
	box-shadow: none;
	width: 15px;
	height: 15px;
}


/* Style 3 - Modern  */
.carousel-dot-style3 .slick-dots li.slick-active button {
	box-shadow: none;
	width: 15px;
	height: 15px;
}

.carousel-dot-style3:not(.carousel-dot-active-background) #page-container .slick-dots li.slick-active button {
	background-color: #3b3b3b!important;
}

.carousel-dot-style3 .slick-dots li button {
	border: 1px solid #3b3b3b;
	background-color: transparent;
}


/* Spacing */
.carousel-dot-spacing-3px .slick-dots li { margin: 0 3px; }
.carousel-dot-spacing-8px .slick-dots li { margin: 0 8px; }
.carousel-dot-spacing-10px .slick-dots li { margin: 0 10px; }
.carousel-dot-spacing-12px .slick-dots li { margin: 0 12px; }
.carousel-dot-spacing-15px .slick-dots li { margin: 0 15px; }

.carousel-dot-spacing-3px .slick-dots li:first-child,
.carousel-dot-spacing-8px .slick-dots li:first-child,
.carousel-dot-spacing-10px .slick-dots li:first-child,
.carousel-dot-spacing-12px .slick-dots li:first-child,
.carousel-dot-spacing-15px .slick-dots li:first-child {
	margin-left: 0px;
}


/* Size */
.carousel-dot-size-small .slick-dots li button {
	width: 9px;
	height: 9px;
}

.carousel-dot-size-small.carousel-dot-style1 .slick-dots li.slick-active button {
	width: 12px;
	height: 12px;
}

.carousel-dot-size-small.carousel-dot-style2 .slick-dots li.slick-active button,
.carousel-dot-size-small.carousel-dot-style3 .slick-dots li.slick-active button {
	width: 9px;
	height: 9px;
}

.carousel-dot-size-standard.carousel-dot-style3 .slick-dots li.slick-active button {
	width: 15px;
	height: 15px;
}



/**
 * Jevelin 5 Style
 */
.sh-jevelin-style3 .sh-alert-with-line.sh-alert-error .sh-alert-icon-container {
	border-width: 0px;
}

.sh-jevelin-style3 .sh-nav li.menu-item-has-children > a:after,
.sh-jevelin-style3 .sh-nav li.menu-item li.menu-item-has-children > a:after {
	content: "\f078";
	font-family: 'FontAwesome'!important;
	font-size: 70%;
}

.sh-jevelin-style3 .SumoSelect > .CaptionCont > label > i:after {
	content: "\f078"!important;
	font-family: 'FontAwesome'!important;
	font-size: 12px;
}

.sh-jevelin-style3 .sh-woo-layout table.variations td {
	position: relative;
}

.sh-jevelin-style3 .sh-woo-layout table.variations select {
	cursor: pointer;
}

.sh-jevelin-style3 .sh-woo-layout table.variations td:after {
	content: "\f078";
	font-family: 'FontAwesome';
	font-size: 70%;
	position: absolute;
	right: 20px;
	top: 10px;
	pointer-events: none;
}


.sh-jevelin-style3 .sh-nav li.menu-item li.menu-item-has-children > a:after {
	padding-top: 1px;
}

.sh-jevelin-style3 .sh-nav > li.menu-item-has-children > a:after {
	margin-left: 0.5em;
    top: -0.1em;
}

.sh-jevelin-style3 .sh-titlebar .title-level .separator:after {
	content: "\f054";
	font-family: 'FontAwesome'!important;
}

.sh-jevelin-style3 .sh-titlebar:not(.sh-titlebar-revslider) a {
	color: inherit!important;
}

.sh-jevelin-style3 .widget_product_categories li .count,
.sh-jevelin-style3 .widget_categories li .count {
	color: inherit;
	border-radius: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.sh-jevelin-style3 .widget_search .search-form i {
	font-size: 17px;
}

.sh-jevelin-style3 .widget_product_categories li {
	font-size: inherit;
}

.sh-jevelin-style3 .widget_product_categories a {
	text-transform: none;
	font-weight: 600;
}

.sh-jevelin-style3 .widget_product_categories li {
	border-width: 0px;
	padding-bottom: 0px;
}

.sh-jevelin-style3 .widget_search .search-field,
.sh-jevelin-style3 #sidebar .search-field {
	border-radius: 5px;
	background-color: #f4f4f4;
	border-width: 0px;
}

.sh-jevelin-style3 .sh-popover-mini {
	right: 20px;
	top: 20px;
	left: auto;
	box-shadow: none;
	border-radius: 5px;
	border-width: 0px;
	line-height: 24px;
	padding: 0px 10px;
	background-color: #3a3a3a;
	pointer-events: none
}

.sh-jevelin-style3 .sh-popover-mini::before,
.sh-jevelin-style3 .sh-popover-mini::after {
	display: none;
}

.sh-jevelin-style3 .sh-popover-mini:not(.sh-popover-mini-dark) {
	background-color: #f73e5c;
}

.sh-jevelin-style3 .woocomerce-styling .woocommerce-result-count {
	margin-bottom: 5px;
}

.sh-jevelin-style3.woocommerce .woocomerce-styling .woocommerce-ordering {
	margin-bottom: 0px;
}

.sh-jevelin-style3 .woocommerce-ordering select.orderby {
	border-width: 0px;
    padding-left: 0px;
	height: 50px!important;
}

.sh-jevelin-style3 .woocommerce-ordering .SumoSelect .SelectBox {
	padding: 0;
    border-width: 0px!important;
    font-weight: bold;
    color: inherit;
}

@media (max-width: 800px) {
	.sh-jevelin-style3 .woocommerce-ordering .SumoSelect .SelectBox {
		text-align: center;
	    line-height: 40px!important;
	    margin-bottom: 20px;
		padding-left: 30px;
	}
}

.sh-jevelin-style3 .woocommerce-ordering .SumoSelect.open .search-txt {
	padding: 1px 0px;
	font-weight: bold;
}

.sh-jevelin-style3 .woocommerce-ordering .SumoSelect .SelectBox > label {
	display: none;
}

.sh-jevelin-style3 .woocommerce-ordering .SumoSelect .SelectBox > span:after {
	content: "\f078";
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	font-size: 10px;
	padding-left: 3px;
}

.sh-jevelin-style3 .SumoSelect > .optWrapper {
	box-shadow: 0px 15px 45px -9px rgba(0,0,0,0.20);
	border-radius: 5px;
	border-width: 0px;
	padding: 15px 0;
}

.sh-jevelin-style3 .SumoSelect > .optWrapper > .options li.opt {
	border-width: 0px;
}

.sh-jevelin-style3 .SumoSelect > .optWrapper > .options li.opt label {
	color: inherit;
}

.sh-jevelin-style3 .SumoSelect > .optWrapper > .options li.opt:hover {
	background-color: transparent;
}

.sh-jevelin-style3 .SumoSelect > .optWrapper > .options li.opt:hover label {
	font-weight: bold;
}

.sh-jevelin-style3 .widget_product_tag_cloud a,
.sh-jevelin-style3 .widget_tag_cloud a,
.sh-jevelin-style3 .sh-blog-tag-item {
	text-transform: uppercase;
    border-width: 0px;
    box-shadow: none;
    border-radius: 5px;
    padding: 0 12px;
	line-height: 32px;
	background-color: #f4f4f4;
	transition: 0.3s all ease-in-out;
	opacity: 0.6;
}

.sh-jevelin-style3 .widget_product_tag_cloud a:hover,
.sh-jevelin-style3 .widget_tag_cloud a:hover,
.sh-jevelin-style3 .sh-blog-tag-item:hover {
	opacity: 1;
}

.sh-jevelin-style3 ul.page-numbers,
.sh-jevelin-style3.woocommerce nav.woocommerce-pagination ul.page-numbers {
	border-radius: 5px;
	padding: 5px 0px;
}

.sh-jevelin-style3 ul.page-numbers .current,
.sh-jevelin-style3 ul.page-numbers .current:hover,
.sh-jevelin-style3.woocommerce nav.woocommerce-pagination ul.page-numbers .current,
.sh-jevelin-style3.woocommerce nav.woocommerce-pagination ul.page-numbers .current:hover {
	border-radius: 5px;
}

.sh-jevelin-style3 ul.page-numbers a,
.sh-jevelin-style3 ul.page-numbers span,
.sh-jevelin-style3.woocommerce nav.woocommerce-pagination ul.page-numbers a,
.sh-jevelin-style3.woocommerce nav.woocommerce-pagination ul.page-numbers span {
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
}

.sh-jevelin-style3 ul.page-numbers .prev,
.sh-jevelin-style3 ul.page-numbers .next,
.sh-jevelin-style3.woocommerce nav.woocommerce-pagination ul.page-numbers .prev,
.sh-jevelin-style3.woocommerce nav.woocommerce-pagination ul.page-numbers .next {
    width: auto;
	padding: 0 8px;
}

.sh-jevelin-style3 ul.page-numbers li,
.sh-jevelin-style3.woocommerce nav.woocommerce-pagination ul.page-numbers li {
	margin: 0 4px;
}

.sh-jevelin-style3 #content.content-with-sidebar-left {
	width: 72.2%;
	   padding-left: 2.8%;
}

.sh-jevelin-style3 #content.content-with-sidebar-right {
	width: 72.2%;
	padding-right: 2.8%;
}

.sh-jevelin-style3 .woocommerce-ordering + ul.products {
	padding-top: 50px;
}


/*
** Single product
*/
.sh-jevelin-style3.woocommerce div.product p.stock.out-of-stock {
	color: #ff2929;
	margin-bottom: 25px;
}

.sh-jevelin-style3.woocommerce .product .images {
	padding-right: 0px;
}

.sh-jevelin-style3.woocommerce div.product div.summary {
	padding-top: 23px;
	padding-left: 20px;
}

.sh-jevelin-style3.woocommerce .woocomerce-styling .product .product_title {
	font-size: 36px;
}

.sh-jevelin-style3.woocommerce .woocomerce-styling .product .product_title,
.sh-jevelin-style3.woocommerce .product .woo-seperator-line {
	border-width: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

.sh-jevelin-style3.woocommerce div.product p.price {
	color: inherit!important;
	font-weight: bold;
	font-size: 18px;
}

.sh-jevelin-style3 .woocommerce-tabs.wc-tabs-wrapper {
	margin-top: 40px;
}

.sh-jevelin-style3 .sh-social-share-button,
.sh-jevelin-style3.woocommerce div.product form.cart .variations select {
	border-radius: 5px;
}

.sh-jevelin-style3.woocommerce div.product form.cart .variations select {
	font-weight: bold;
    color: inherit;
}

.sh-jevelin-style3.woocommerce div.product form.cart button {
	border-radius: 5px!important;
}

.sh-jevelin-style3 .sh-social-share-button,
.sh-jevelin-style3.woocommerce div.product form.cart button {
	text-transform: none;
}

.sh-jevelin-style3.woocommerce div.product form.cart.grouped_form button {
	float: none!important;
}

.sh-jevelin-style3 .sh-social-share-button {
	padding: 0 22px 0 18px;
	height: 40px;
}

.sh-jevelin-style3 .sh-social-share-button i {
	padding-right: 8px;

}

.sh-jevelin-style3 .sh-social-share-networks .jssocials-share-link {
	line-height: 40px;
}

.sh-jevelin-style3 .sh-social-share-button span {
	line-height: 40px;
	text-transform: none;
}

.sh-jevelin-style3.woocommerce div.product form.cart .variations tr,
.sh-jevelin-style3.woocommerce div.product form.cart .variations td {
	display: block;
	text-align: left;
}

.sh-jevelin-style3 .sh-woo-layout table.variations td label {
	line-height: 30px;
}

.sh-jevelin-style3 .sh-woo-layout table.variations tr {
	padding-bottom: 10px;
	padding-right: 80px;
}

.sh-jevelin-style3 .woocommerce-review-link {
	font-weight: 600;
	top: -2px;
	position: relative;
}

.sh-jevelin-style3.woocommerce .product .product_meta span,
.sh-jevelin-style3.woocommerce .product .product_meta .posted_in a {
	text-transform: none;
	font-size: inherit;
	font-weight: 600;
}

.sh-jevelin-style3.woocommerce .product .product_meta span.sku,
.sh-jevelin-style3.woocommerce .product .product_meta .tagged_as a {
	opacity: 0.7;
}

.sh-jevelin-style3.woocommerce .product .product_meta .posted_in a:hover{
	opacity: 0.8;
	transition: 0.3s all ease;
}

.sh-jevelin-style3.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	text-transform: none;
	font-size: 14px;
}

.sh-jevelin-style3.woocommerce .woocommerce-tabs li a:after {
	height: 2px;
	bottom: -1px;
}

.sh-jevelin-style3.woocommerce div.product .woocommerce-tabs ul.tabs:before {
	border-bottom-width: 2px;
	color: #ececec;
}

.sh-jevelin-style3.woocommerce .product .woo-short-description {
	font-weight: 500;
	font-size: 16px;
}

.sh-jevelin-style3 .sh-woo-layout .woocommerce-variation {
	padding: 0px;
	font-size: normal
}

.sh-jevelin-style3.woocommerce .product .woo-seperator-line {
	margin-top: 35px;
}

.sh-jevelin-style3 .woocommerce-variation-add-to-cart {
	margin-top: 25px;
}

.sh-jevelin-style3 .sh-woo-layout table.variations {
	max-width: 380px;
	position: relative;
}

.sh-jevelin-style3 .sh-woo-layout table.variations .reset_variations {
	position: absolute;
	top: 10px;
    right: -74px;
	background-color: #f2f2f2;
	color: #787878;
	width: 60px;
	line-height: 30px;
	text-align: center;
	border-radius: 100px;
	text-transform: none;
	font-size: 12px;
	font-weight: 500;
}

.sh-jevelin-style3 .sh-woo-layout table.variations .reset_variations:hover {
	background-color: #787878;
	color: #f2f2f2;
}

.sh-jevelin-style3 .sh-increase-number-down i:before {
	content: "\f063";
	font: normal normal normal 14px/1 FontAwesome;
}

.sh-jevelin-style3 .sh-increase-number-up i:before {
	content: "\f062";
	font: normal normal normal 14px/1 FontAwesome;
}

.sh-jevelin-style3 .sh-increase-numbers input {
	color: inherit;
}

.sh-jevelin-style3 .sh-increase-numbers i {
	opacity: 0.5;
	line-height: 46px;
}

.sh-jevelin-style3 .sh-increase-numbers i:before {
	font-size: 12px;
}

.sh-jevelin-style3 .sh-increase-numbers span:hover i {
	opacity: 1;
}

.sh-jevelin-style3.woocommerce p.stars a:before,
.sh-jevelin-style3.woocommerce .woocommerce-tabs .comment-form-rating span > a:before {
	content: "\f005"!important;
	font-family: 'FontAwesome'!important;
}

.sh-jevelin-style3.woocommerce .woocommerce-tabs .comment-form-rating span > a:before {
	padding: 10px 11px;
}

.sh-jevelin-style3.woocommerce .woocommerce-tabs .comment-form-rating p.stars a {
	padding: 18px;
}

.sh-jevelin-style3.woocommerce .woocommerce-tabs .comment-form-rating p.stars a {
	margin-right: 1px;
}

.sh-jevelin-style3 .woocommerce-review__dash {
	opacity: 0;
}

.sh-jevelin-style3.woocommerce #reviews #comments h2 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 55px;
}

.sh-jevelin-style3 .woocommerce-tabs #tab-reviews input#submit {
	text-transform: none;
	border-radius: 5px!important;
}

.sh-jevelin-style3.woocommerce div.product .woocommerce-tabs ul.tabs {
	margin-bottom: 35px;
}

.sh-jevelin-style3.woocommerce .woocommerce-tabs #review_form_wrapper .comment-reply-title {
	font-weight: bold;
	margin-bottom: 15px;
    display: block;
}

.sh-jevelin-style3.woocommerce .woocommerce-tabs #tab-reviews label[for="comment"] {
	display: none;
}

/* Comments */
.sh-jevelin-style3.woocommerce #reviews #comments ol.commentlist li img.avatar {
	border-radius: 100px;
}

.sh-jevelin-style3 .woocommerce-tabs .commentlist .comment-text .meta time {
	color: inherit;
}

.sh-jevelin-style3 .woocommerce-tabs .commentlist .description {
	margin-top: 12px;
}

.sh-jevelin-style3 #tab-additional_information > h2:first-child,
.sh-jevelin-style3 #tab-description > h2:first-child {
	display: none;
}

.sh-jevelin-style3 .comment-form input,
.sh-jevelin-style3 .comment-form textarea {
	border-radius: 5px;
}

.sh-jevelin-style3.woocommerce #reviews #comments ol.commentlist li {
	margin-bottom: 20px!important;
}

.sh-jevelin-style3.woocommerce #reviews #comments ol.commentlist li:last-child {
	border-bottom-width: 0px!important;
}

.sh-jevelin-style3 .woocommerce input[type=submit],
.sh-jevelin-style3 .woocommerce .button,
.sh-jevelin-style3 .contact-form input[type="submit"],
.sh-jevelin-style3 .sh-404-button,
.sh-jevelin-style3 .post-content .post-password-form input[type="submit"],
.sh-jevelin-style3 .wpcf7-form .wpcf7-submit,
.sh-jevelin-style3 .woocommerce .checkout-button,
.sh-jevelin-style3 .woocommerce .wc-forward,
.sh-jevelin-style3 .woocommerce #respond input#submit,
.sh-jevelin-style3 .woocommerce .shop_table .coupon .button,
.sh-jevelin-style3 .woocommerce a.button.alt,
.sh-jevelin-style3 .woocommerce .cart input.button,
.sh-jevelin-style3 .woocommerce input.button.alt,
.sh-jevelin-style3 .contact-form input[type="submit"],
.sh-jevelin-style3 .sh-404-button,
.sh-jevelin-style3 .post-content .post-password-form input[type="submit"],
.sh-jevelin-style3 .sh-comments .submit,
.sh-jevelin-style3 .wpcf7-form .wpcf7-submit {
	text-transform: none;
	border-radius: 5px!important;
	font-size: inherit;
}

.sh-jevelin-style3 input,
.sh-jevelin-style3 textarea,
.sh-jevelin-style3 select {
	border-radius: 5px;
	font-weight: bold;
}

.sh-jevelin-style3 select::-webkit-input-placeholder,
.sh-jevelin-style3 input::-webkit-input-placeholder,
.sh-jevelin-style3 textarea::-webkit-input-placeholder {
	font-style: normal;
	font-weight: normal;
	opacity: 0.7;
}

.sh-jevelin-style3 .widget_search .search-form i {
	opacity: 0.7;
}

.sh-jevelin-style3.woocommerce .comment-form-author,
.sh-jevelin-style3.woocommerce .comment-form-email {
	display: inline-block;
	margin-right: -4px!important;
}

.sh-jevelin-style3.woocommerce .comment-form-author {
	width: 52%;
	padding-right: 4%;
}

.sh-jevelin-style3.woocommerce .comment-form-email {
	width: 48%;
}


/* Grouped products */
.sh-jevelin-style3 .woocommerce-grouped-product-list-item__quantity input::placeholder {
	font-weight: bold;
}

.sh-jevelin-style3 .woocommerce-grouped-product-list-item__quantity {
	padding-left: 0px!important;
}

.sh-jevelin-style3 .woocommerce-grouped-product-list-item__label,
.sh-jevelin-style3 .woocommerce-grouped-product-list-item__price {
	padding-top: 28px!important;
}

.sh-jevelin-style3 .woocommerce-grouped-product-list-item__price {
	font-weight: bold;
}

.sh-jevelin-style3 .woocommerce-grouped-product-list-item__label label{
	font-weight: 500;
}

.sh-jevelin-style3 .woocommerce-grouped-product-list tr {
	border-bottom: 1px solid #f1f1f1;
}

.sh-jevelin-style3 .woocommerce-grouped-product-list td {
	padding-top: 20px!important;
	padding-bottom: 20px!important;
	vertical-align: middle!important;
}

.sh-jevelin-style3 .woocommerce-grouped-product-list input,
.sh-jevelin-style3 .woocommerce-grouped-product-list label {
	margin-bottom: 0px;
}


/*
** View Cart
*/
.sh-jevelin-style3 .woocommerce a.remove:before {
	top: -10px;
    position: relative;
}

.sh-jevelin-style3 table {
	border-width: 0px!important;
}

.sh-jevelin-style3 table td,
.sh-jevelin-style3 table th,
.sh-jevelin-style3 .woocommerce table.shop_table.cart td,
.sh-jevelin-style3 .woocommerce table.shop_table.cart th {
	border-width: 0px!important;
}

.sh-jevelin-style3 .woocommerce table.shop_table.cart tr {
	border-bottom: 1px solid #f1f1f1;
}

.sh-jevelin-style3 .woocommerce table.shop_table.cart .product-price {
	font-weight: bold;
}

.sh-jevelin-style3 .woocommerce table.shop_table.cart .product-subtotal {
	font-weight: bold;
	font-size: 16px;
}

.sh-jevelin-style3 .woocommerce-cart-form__contents tr:last-child td {
	padding-left: 0px!important;
	padding-right: 0px!important;
}

.sh-jevelin-style3 .cart_totals table {
	background-color: #f4f4f4;
	border-radius: 5px!important;
}

.sh-jevelin-style3 .cart_totals table td {
	text-align: right;
}

.sh-jevelin-style3 .cart_totals table th,
.sh-jevelin-style3 .cart_totals table td {
    padding: 18px 30px!important;
}

.sh-jevelin-style3 .cart_totals .cart-subtotal {
	font-size: 16px;
	font-weight: 400;
}

.sh-jevelin-style3 .cart_totals .order-total {
	font-size: 18px;
}

.sh-jevelin-style3 .cart_totals .cart-subtotal,
.sh-jevelin-style3 .cart_totals .woocommerce-shipping-totals {
	border-bottom: 1px solid #fff;
}

.sh-jevelin-style3 .checkout-button {
	line-height: 60px!important;
	height: 60px;
}

.sh-jevelin-style3 .woocommerce .button[name="apply_coupon"],
.sh-jevelin-style3 .woocommerce .shop_table .button[name=update_cart] {
	background-color: #f4f4f4!important;
	font-size: 13px!important;
	border-radius: 5px!important;
}

.sh-jevelin-style3 .woocommerce .button[name="apply_coupon"]:hover {
	color: #fff;
}

.sh-jevelin-style3 .order-total .woocommerce-Price-amount {
	position: relative;
    border-bottom: 2px solid #294cff;
    padding-bottom: 19px;
}


/*
** Checkout
*/
.sh-jevelin-style3 form.checkout_coupon {
	border-bottom: 1px solid #ececec;
    border-radius: 0px;
    padding-bottom: 20px!important;
    margin-bottom: 60px;
}

.sh-jevelin-style3 .woocommerce #customer_details > div {
	float: none;
	width: 100%;
}

.sh-jevelin-style3 form.woocommerce-checkout.checkout .woocommerce-NoticeGroup {
	margin-bottom: 40px;
}

@media (min-width: 800px) {
	.sh-jevelin-style3 .sh-checkout {
		display: flex;
	}

	.sh-jevelin-style3 .woocommerce #customer_details {
		width: 62%;
		margin-right: 6%;
	}

	.sh-jevelin-style3 .sh-checkout-review {
		width: 32%;
	}
}

.sh-jevelin-style3 .woocommerce-additional-fields {
	margin-top: 30px;
}

.sh-jevelin-style3 .woocommerce abbr.required:before,
.sh-jevelin-style3.woocommerce #review_form span.required:before {
	display: none;
}

.sh-jevelin-style3 .woocommerce abbr.required,
.sh-jevelin-style3.woocommerce #review_form span.required,
.sh-jevelin-style3 .woocommerce form .form-row .required {
	font-size: inherit;
	color: inherit!important;
}

.sh-jevelin-style3 .sh-alert {
	border-radius: 5px;
}

.sh-jevelin-style3 .woocommerce-form-coupon-toggle {
	opacity: 0.8;
}

.sh-jevelin-style3 .woocommerce-form-coupon-toggle .sh-alert {
	background-color: #294cff;
}

.sh-jevelin-style3 .woocommerce-form-coupon-toggle .sh-alert,
.sh-jevelin-style3 .woocommerce-form-coupon-toggle .sh-alert .sh-alert-title,
.sh-jevelin-style3 .woocommerce-form-coupon-toggle .sh-alert a {
	color: #fff;
}

.sh-jevelin-style3 .woocommerce-form-coupon-toggle .sh-alert-title,
.sh-jevelin-style3 .woocommerce-form-coupon-toggle .sh-alert-title a {
	background-color: transparent;
}

.sh-jevelin-style3 .woocommerce #payment #place_order,
.sh-jevelin-style3 .woocommerce-page #payment #place_order {
	float: none;
	width: 100%;
	height: 60px;
	line-height: 60px;
	border-radius: 5px!important;
}

.sh-jevelin-style3 .woocommerce .payment_methods.methods {
	border-width: 0px;
	border-bottom-width: 0px!important;
}

.sh-jevelin-style3 .woocommerce .payment_methods.methods li {
	padding: 10px 0px;
	padding-left: 20px;
	border-bottom-width: 0px;
}

.sh-jevelin-style3 .woocommerce .payment_method_paypal a {
	display: none;
}

.sh-jevelin-style3 .woocommerce .woocommerce-checkout-review-order-table .cart-subtotal {
	background-color: rgba( 49, 49, 49, 0.038 );
	border-bottom: 1px solid #fff;
	border-radius: 5px;
}

.sh-jevelin-style3 .woocommerce .woocommerce-checkout-review-order-table .cart-subtotal td,
.sh-jevelin-style3 .woocommerce .woocommerce-checkout-review-order-table .cart-subtotal th {
	font-weight: normal;
	font-size: inherit;
}

.sh-jevelin-style3 .woocommerce .shop_table.woocommerce-checkout-review-order-table .order-total td,
.sh-jevelin-style3 .woocommerce .shop_table.woocommerce-checkout-review-order-table .order-total th {
	padding: 15px 20px!important;
	border-radius: 5px;
}

.sh-jevelin-style3 .woocommerce .woocommerce-checkout-review-order-table .cart-subtotal th,
.sh-jevelin-style3 .woocommerce .shop_table.woocommerce-checkout-review-order-table .order-total th {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.sh-jevelin-style3 .woocommerce .woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals {
	background-color: rgba( 49, 49, 49, 0.038 );
	border-bottom: 1px solid #fff;
}

.sh-jevelin-style3 .woocommerce-checkout-review-order-table thead {
	display: none;
}

.sh-jevelin-style3 .woocommerce .woocommerce-checkout-review-order-table .cart-subtotal td,
.sh-jevelin-style3 .woocommerce .shop_table.woocommerce-checkout-review-order-table .order-total td {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.sh-jevelin-style3 .woocommerce-checkout-review-order-table .product-total {
	font-weight: bold;
}

.sh-jevelin-style3 .woocommerce-checkout-review-order-table .product-total,
.sh-jevelin-style3 .woocommerce-checkout-review-order-table tfoot td {
	text-align: right;
}

.sh-jevelin-style3 .woocommerce form .form-row-first,
.sh-jevelin-style3 .woocommerce form .form-row-last,
.sh-jevelin-style3 .woocommerce-page form .form-row-first,
.sh-jevelin-style3 .woocommerce-page form .form-row-last {
	width: 49%;
}

.sh-jevelin-style3 .woocommerce .woocommerce-checkout-review-order-table .product-name {
	padding-left: 0px!important;
}

.sh-jevelin-style3 .woocommerce .woocommerce-checkout-review-order-table tbody tr:not(:last-child) {
	border-bottom: 1px solid #f1f1f1;
}

.sh-jevelin-style3 .woocommerce-checkout-review-order-table .product-name-container {
	display: flex;
	align-items: center;
}

.sh-jevelin-style3 .woocommerce-checkout-review-order-table .product-thumb {
	padding-right: 12px;
}

.sh-jevelin-style3 .woocommerce-checkout-review-order-table .product-thumb img {
	width: 50px;
	border-radius: 5px;
	margin-bottom: 0;
}

.sh-jevelin-style3 .woocommerce #order_review_heading {
	margin-top: 0px;
}

.sh-jevelin-style3 .woocommerce-billing-fields > h3,
.sh-jevelin-style3 h3#order_review_heading,
.sh-jevelin-style3 #ship-to-different-address span {
	font-size: 24px;
}

.sh-jevelin-style3 #ship-to-different-address {
	margin-top: 30px;
	margin-bottom: 0px;
}

.sh-jevelin-style3 #ship-to-different-address label {
	color: inherit;
}

.sh-jevelin-style3 #ship-to-different-address span {
	padding-left: 10px;
}

.sh-jevelin-style3 form.checkout_coupon p:first-child {
	font-weight: bold;
	font-size: 16px;
}

.sh-jevelin-style3 .woocommerce .payment_methods.methods label {
	font-size: 14px!important;
}



.sh-jevelin-style3 .widget_price_filter .ui-slider .ui-slider-handle {
	border-width: 3px;
	width: 20px!important;
	height: 20px!important;
	top: -8px!important;
}

.sh-jevelin-style3.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: 4px;
}




/*
** Login
*/
#sh-woocomerce-login-form {
	display: block;
	max-width: 450px;
	margin: 0 auto!important;
}

#sh-woocomerce-login-form h2 {
	font-size: 36px;
}

#sh-woocomerce-login-form p,
#sh-woocomerce-login-form input:not([type="checkbox"]),
#sh-woocomerce-login-form button {
	width: 100%;
}

#sh-woocomerce-login-form .woocommerce-form-login__submit {
	margin-top: 30px;
}

#sh-woocomerce-login-form .woocommerce-form-login__submit,
#sh-woocomerce-login-form button.button {
	color: #fff;
}

#sh-woocomerce-login-form .woocommerce-LostPassword {
	font-weight: bold;
}

#sh-woocomerce-login-form .woocommerce-form-login__submit {
	line-height: 60px;
	height: 60px;
}



/*
** Thank You
*/
.woocommerce-order h2.woocommerce-thankyou-order-received {
	font-size: 30px;
}

.sh-woocommerce-thankyou-details {
	display: flex;
}

.sh-woocommerce-thankyou-details > section {
	flex: 1;
	width: 50%;
}

.sh-woocommerce-thankyou-details .woocommerce-order-details {
	margin-right: 80px;
}

.woocommerce .sh-woocommerce-thankyou-details .woocommerce-column {
	width: 100%;
	float: none;
}

.woocommerce-order-received .woocommerce  ul.order_details li {
	width: auto!important
}

.sh-woocommerce-thankyou-details tbody {
	border-bottom: 20px solid transparent;
}

.sh-woocommerce-thankyou-details tfoot {
	background-color: rgba( 49, 49, 49, 0.038 );
}

.sh-woocommerce-thankyou-details tr {
	border-bottom: 1px solid #fff;
}

.sh-woocommerce-thankyou-details tfoot td,
.sh-woocommerce-thankyou-details thead th:last-child,
.sh-woocommerce-thankyou-details tbody td:last-child {
	text-align: right;
}

.sh-jevelin-style3 .sh-woocommerce-thankyou-details thead th:first-child,
.sh-jevelin-style3 .sh-woocommerce-thankyou-details tbody td:first-child {
	padding-left: 0px!important;
}

.sh-woocommerce-thankyou-details tfoot tr:last-child .woocommerce-Price-amount {
	font-size: 16px;
}

.sh-woocommerce-thankyou-details tfoot tr:not(:last-child) th {
	font-size: 14px;
}

.woocommerce ul.woocommerce-thankyou-order-details {
	margin-left: -20px!important;
}

.woocommerce ul.woocommerce-thankyou-order-details,
.woocommerce ul.woocommerce-thankyou-order-details li,
.woocommerce ul.woocommerce-thankyou-order-details li strong {
	border-width: 0px!important;
}

.woocommerce ul.woocommerce-thankyou-order-details li {
	font-weight: normal;
}

.woocommerce ul.woocommerce-thankyou-order-details li strong {
	background-color: transparent;
	margin-top: 0px!important;
	font-weight: bold;
	font-size: 16px;
}

.woocommerce .woocommerce-customer-details address {
	padding: 25px 30px;
	border-color: #e2e7ff;
	border-width: 2px;
	line-height: 230%;
	margin-top: 35px;
}

.woocommerce .woocommerce-customer-details p.woocommerce-customer-details--phone::before {
	content: "\f095";
	font-family: 'FontAwesome';
}

.woocommerce .woocommerce-customer-details p.woocommerce-customer-details--email:before {
	content: "\f003";
	font-family: 'FontAwesome';
}




/* Header Cart */
.sh-jevelin-style3 .widget_shopping_cart a.remove:before {
	top: 28px;
}

.sh-jevelin-style3 .sh-nav-cart .menu-item-cart .total {
	text-transform: none;
}

.sh-jevelin-style3 .sh-nav-cart .widget_shopping_cart_content p.buttons a:first-child:before {
	display: none;
}

.sh-jevelin-style3 .sh-nav-cart .menu-item-cart .widget_shopping_cart_content p.buttons a:last-child:before {
	font-family: 'FontAwesome'!important;
    content: "\f00c";
}




/*
** Elementor Page Builder
*/
@media ( min-width: 767px ) {
    .elementor-row > .elementor-column:first-child > .elementor-element-populated,
	.elementor-container > .elementor-column:first-child > .elementor-element-populated {
        padding-left: 0px;
    }

    .elementor-row > .elementor-column:last-child > .elementor-element-populated,
	.elementor-container > .elementor-column:last-child > .elementor-element-populated {
        padding-right: 0px;
    }
}

body.elementor-editor-active .elementor-edit-area-active {
	padding-top: 23px;
}

.elementor-widget-text-editor p {
	line-height: inherit;
}

body.elementor-editor-active .blog-style-masonry,
body.elementor-editor-active .sh-portfolio {
	opacity: 1;
}
/*
Theme Name: Jevelin
Theme URI: https://shufflehound.com/jevelin
Author: Shufflehound
Author URI: https://shufflehound.com/
Description: Jevelin is multi-purpose WordPress theme for creating stunning websites. Features all the right tools needed for your next design.
Version: 5.11
Requires at least: 5.6
Tested up to: 6.6
Requires PHP: 5.6.20
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-colors, custom-menu, threaded-comments, translation-ready, theme-options, right-sidebar, left-sidebar, full-width-template, threaded-comments, post-formats, featured-images
Text Domain: jevelin
*/


/**
 * Table of Contents
 *
 * 1.0 - General
 * 2.0 - Typography
 * 3.0 - Input
 * 4.0 - Editor Styles
 * 5.0 - Dropcaps
 * 6.0 - Table
 * 7.0 - Placenemt
 * 8.0 - Animations
 * 9.0 - Header
 *   9.1 - Top bar
 *   9.2 - Navigation
 *   9.3 - Navigation Dropdown
 *   9.4 - Navigation Mega Menu
 *   9.5 - Navigation Icons
 *   9.6 - WooCommerce
 *   9.7 - Presets
 *   9.8 - Left
 *   9.9 - Right
 *   9.10 - Search
 *   9.11 - Logo
 *   9.12 - Styles
 *   9.13 - Responsive
 * 10.0 - Titlebar
 * 11.0 - Footer
 * 12.0 - Portfolio
 * 13.0 - Blog
 *   13.1 - Masonry
 *   13.2 - Grid
 *   13.3 - Standard
 *   13.4 - Single Page
 *   13.5 - Post
 *   13.6 - Post Author
 *   13.7 - Overlay
 *   13.8 - Styles
 * 14.0 - WooCommerce
 *   14.1 - Product
 *   14.2 - Tables
 *   14.3 - Forms
 *   14.4 - Input
 *   14.5 - Post Page
 *   14.6 - Other
 * 15.0 - Revolution Slider
 * 16.0 - Comments
 * 17.0 - Gallery
 * 18.0 - Lightbox
 * 19.0 - Share
 * 20.0 - Popover
 * 21.0 - Pagination
 * 22.0 - Widgets
 * 23.0 - Nothing Found
 * 24.0 - 404 Page
 * 25.0 - Back to top
 * 26.0 - Page Loader
 * 27.0 - White Borders
 * 28.0 - Notice
 * 29.0 - Dynamic Ratio
 * 30.0 - Other Elements
 *
 *
 * Additional theme styles can be found inside:
 * 1. css/shortcodes.css
 * 2. css/responsive.css
 */


/**
 * 1.0 - General
 */

body {
	font-family: 'Montserrat', 'Raleway', 'Helvetica', 'Arial', sans-serif;
	font-size: 14px;
	color: #8d8d8d;
	line-height: 1.7;
	font-weight: 400;
}

html {
	overflow-y: auto;
}

body {
	overflow-x: hidden;
	height: 100%;
}

*:focus,
a:focus {
	outline: none;
}

iframe {
	max-width: 100%;
	display: block;
}

figure {
	max-width: 100%;
}

.text-center {
	text-align: center;
}

.sh-noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
	user-select: none;
}

dd {
    margin: 0 0 20px;
}

pre {
	border: 0;
	padding: 20px;
}

img {
	max-width: 100%;
	min-height: 1px;
	height: auto;
}

video,
audio {
	max-width: 100%;
}

.lazy {
	visibility: hidden;
	color: transparent;
}

.lazy[src] {
	visibility: visible;
}

p {
	line-height: 1.8;
}

p:last-child {
	margin-bottom: 0;
}


/**
 * 2.0 - Typography
 */

a {
	color: #47c9e5;
	text-decoration: none;
	word-wrap: break-word;
}

a:hover, a:focus {
	color: #47c9e5;
	text-decoration: none;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Raleway', serif;
    color: #3f3f3f;
    font-weight: 700;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: normal!important;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-weight: inherit;
	line-height: normal!important;
}

h1 p,
h2 p,
h3 p,
h4 p,
h5 p,
h6 p {
	margin: 0;
}

h2 {
	font-size: 20px;
}

.sh-team-role,
.sh-iconbox-title,
.sh-iconbox-content,
.sh-text-with-frame * {
	word-wrap: break-word;
}

.icon-social-gplus{
	font-family: 'simple-line-icons';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-social-gplus:before {
	content: "\e60d";
}

/* Typography - Sizes */
.size-xs{ font-size: 14px; }
.size-s{ font-size: 16px; }
.size-m{ font-size: 20px; }
.size-l{ font-size: 30px; }
.size-xl{ font-size: 36px; }
.size-xxl{ font-size: 48px; }
.size-xxxl{ font-size: 60px; }
.size-xxxxl{ font-size: 72px; }

@media (max-width: 1024px) {
	.size-l{ font-size: 20px; }
	.size-xl{ font-size: 26px; }
	.size-xxl{ font-size: 30px; }
	.size-xxxl{ font-size: 36px; }
	.size-xxxxl{ font-size: 40px; }
}

.sh-text-background {
	background-color: #47c9e5;
	color: #fff;
	display: inline-block!important;
	padding: 0 11px;
	border-radius: 8px;
}

.sh-text-background-white {
	background-color: #fff;
	color: #505050;
	display: inline-block!important;
	padding: 0 11px;
	border-radius: 8px;
}




/*
** Print Preview
*/
@media print {
	a[href]:after {
		content: none !important;
	}

	html body div.container {
		width: 90%!important;
		min-width: 90%!important;
	}

	html body .sh-sticky-mobile-header {
		position: absolute!important;
	}
}




/**
 * 3.0 Input
 */

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="url"],
select,
textarea {
	border: 1px solid #e3e3e3;
	color: #8d8d8d;
	display: block;
	width: 100%;
	margin-bottom: 10px;
	-webkit-appearance: none;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="url"],
select {
	padding: 0px 20px;
	line-height: 48px!important;
}

textarea {
	height: 120px;
	padding: 18px 24px;
}

select::-webkit-input-placeholder,
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	height: inherit!important;
	line-height: inherit!important;
	font-style: italic;
	color: inherit;
}

select:-moz-placeholder,
input:-moz-placeholder,
textarea:-moz-placeholder {
	height: inherit!important;
	line-height: inherit!important;
	font-style: italic;
	color: inherit;
}

select::-moz-placeholder,
input::-moz-placeholder,
textarea::-moz-placeholder {
	height: inherit!important;
	line-height: inherit!important;
	font-style: italic;
	color: inherit;
}

select:-ms-input-placeholder,
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	height: inherit!important;
	line-height: inherit!important;
	font-style: italic;
	color: inherit;
}

/* Input Styling */
.sh-page-switcher-button:not(.sh-page-switcher-disabled):hover,
.sh-social-widgets-item:hover,
.sh-social-share-button:hover,
.sh-increase-numbers span:hover,
.woocommerce .shop_table .coupon .button:hover,
.widget_price_filter .price_slider_wrapper .price_slider_amount .button:hover,
.sh-team-social-standard .sh-team-icon:hover,
.sh-social-share-button:before {
	background-color: #e5e5e5!important;
}

.wpcf7-form .wpcf7-submit {
	background-color: #47c9e5!important;
	color: #fff;
}

.woocommerce .checkout-button,
.woocommerce .wc-forward,
.woocommerce #respond input#submit,
.woocommerce .shop_table .coupon .button,
.woocommerce a.button.alt,
.woocommerce .cart input.button,
.woocommerce input.button.alt,
.contact-form input[type="submit"],
.sh-404-button,
.post-content .post-password-form input[type="submit"],
.sh-comments .submit,
.wpcf7-form .wpcf7-submit {
	border-radius: 100px!important;
	font-size: 13px;
	text-transform: uppercase;
	border-width: 0;
}

.woocommerce input[type=submit],
.woocommerce .button,
.contact-form input[type="submit"],
.sh-404-button,
.post-content .post-password-form input[type="submit"],
.wpcf7-form .wpcf7-submit {
	border-radius: 100px!important;
	line-height: 50px!important;
	padding: 0 30px!important;
	transition: 0.25s all ease-in-out;
}

.sh-404-button,
.wpcf7-form .wpcf7-submit {
	font-weight: bold;
}

.woocommerce .shop_table .coupon .button {
	background-color: #f2f2f2!important;
}

.woocommerce .shop_table .coupon .button,
.woocommerce .shop_table .coupon .button:hover,
.widget_price_filter .price_slider_wrapper .price_slider_amount .button:hover {
	color: #8d8d8d!important;
}

.woocommerce .shop_table .button[name=update_cart],
.woocommerce .shop_table .button[name=update_cart]:hover,
.woocommerce .button[name=save_address]:hover,
.woocommerce .button.wc-backward {
	color: #fff!important;
}

.sh-social-share-button:before,
.sh-pricing-button:not(.sh-pricing-button-style1):not(.sh-pricing-button-style2):not(.sh-pricing-button-style3):before {
    display: block;
    content: '';
    position: absolute;
    z-index: -1;
    width: 0%;
    height: 300%;
    z-index: 1;
    right: 0;
    top: 0;
    margin: -5px 0 0 -5px;
	transition: 0.3s all ease-in-out;
}

.sh-social-share-button *,
.sh-pricing-button * {
	display: inline-block;
	position: relative;
	z-index: 100;
}

.sh-social-share-button:hover:before,
.sh-pricing-button:hover:before {
    width: 110%!important;
}

.sh-comments .submit {
	border-radius: 100px;
	display: inline-block;
}

.sh-pricing-button:before {
	background-color: rgba(0,0,0,0.07);
}


/**
 * Editor Styles (WYSIWYG)
 */

.entry-content img {
	margin: 0 0 1.5em 0;
}

.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
}

.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
}

.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
}

.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
}

.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
}

.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
}

.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
}

blockquote {
	padding: 0px 25px;
	border-left: 2px solid #ebebeb;
	font-size: 16px;
	margin-left: 45px;
	position: relative;
	line-height: 180%;
	font-style: italic;
}

blockquote:before {
    font-family: 'themify';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	content: "\e67f";
	font-size: 21px;
	position: absolute;
	left: -45px;
	top: 50%;
	margin-top: -10.5px;
}

blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
}

blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
}

figure.gallery-item {
	display: inline-block;
	vertical-align: top;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: -4px;
}

figure.gallery-item figcaption {
	padding-top: 10px;
	padding-right: 15px;
}

.gallery.gallery-columns-5 figure.gallery-item {
	width: 20%;
}

.gallery.gallery-columns-4 figure.gallery-item {
	width: 25%;
}

.gallery.gallery-columns-3 figure.gallery-item {
	width: 33.3%;
}

.gallery.gallery-columns-2 figure.gallery-item {
	width: 50%;
}

.preload {
	display: none;
}


/**
 * 5.0 Dropcaps
 */

.sh-dropcaps {
	font-size: 30px!important;
	font-weight: bold;
	margin-right: 15px;
	line-height: 1;
}

.sh-dropcaps-full-square,
.sh-dropcaps-full-square-border,
.sh-dropcaps-full-square-tale,
.sh-dropcaps-square-border,
.sh-dropcaps-square-border2,
.sh-dropcaps-circle {
	font-size: 24px!important;
	width: 56px;
	height: 56px;
	line-height: 56px;
	display: inline-block;
	text-align: center;
	font-weight: bold;
	margin-right: 15px;
	margin-top: 3px;
	margin-bottom: 8px;
	overflow: hidden;
	position: relative;
}

.sh-dropcaps-full-square,
.sh-dropcaps-full-square-border,
.sh-dropcaps-full-square-tale {
	color: #fff;
	background-color: #47c9e5;
}

.sh-dropcaps-full-square-border:after {
	content: "";
	display: block;
	border: 2px solid #fff;
	position: absolute;
	top: 2px; bottom: 2px; left: 2px; right: 2px;
}

.sh-dropcaps-square-border {
	border: 1px solid #e5e5e5;
}

.sh-dropcaps-square-border2 {
	border: 2px solid #e5e5e5;
}

.sh-dropcaps-circle {
	background-color: #e5e5e5;
	border-radius: 50%;
}

.sh-dropcaps-full-square-tale {
	overflow: visible;
}

.sh-dropcaps-full-square-tale:after {
	content: "";
	display: block;
	position: absolute;
	right: -10px;
	top: 17px;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #47c9e5;
}


/**
 * 6.0 Tables
 */

table {
	border: 2px solid #e5e5e5!important;
	border-radius: 0!important;
	border-collapse: collapse!important;;
}

table td,
table th {
    border: 1px solid #e5e5e5!important;
}

table td {
	padding: 15px 20px!important;
}

table th {
	padding: 15px 20px!important;
	font-size: 16px;
	color: #505050;
}

.sh-table-element-style2 .default-row:nth-child(odd) {
	background: #fafafa;
}

.sh-table-element-style3 table td,
.sh-table-element-style3 table th {
	border-width: 0px!important;
}

/**
 * 7.0 Placenemt
 */

.sh-placement-left {
	margin-right: auto;
}

.sh-placement-center {
	margin: 0 auto;
}

.sh-placement-right {
	margin-left: auto;
}

.sh-group:after,
.sh-columns:after {
  content: "";
  display: block;
  clear: both;
}

.sh-group > * {
  float: left;
}

.sh-columns > * {
  float: left;
}

.sh-columns > :last-child {
  float: right;
}

.sh-group-equal {
	display: flex;
}

.sh-group-equal > *{
	flex: 1;
}

.sh-table {
	display: table;
	width: 100%;
}

.sh-hidden{
	display: none;
}

.sh-table-full {
	display: table;
	width: 100%;
	height: 100%;
}

.sh-table-small {
	display: table;
}

.sh-table-cell {
	display: table-cell;
	vertical-align: middle;
	float: none!important;
}

.sh-table-cell-top{
	display: table-cell;
	vertical-align: top;
}

.fw-row {
	margin: 0;
}

.fw-container {
	max-width: 1200px;
	padding: 50px 0;
}

.fw-container-fluid {
	padding: 0;
}

.container-padding {
	padding: 0 15px!important;
}

.container-fluid {
	padding: 0;
}

.container {
	padding-left: 0!important;
	padding-right: 0!important;
}

.blog-editor-content-container {
	padding-top: 60px;
}

.blog-fw-editor-content-container {
	padding-top: 0;
}

.sh-footer-columns,
.blog-style-largedate,
.container .fw-row,
.contact-form .wrap-forms .fw-row {
	position: relative;
	margin: 0 -15px;
}

.row-no-margin {
	margin: 0;
}

.row-no-margin > div {
	margin: 0;
	padding: 0;
}

.page-fullwidth {
	width: 100%;
	min-width: 100%;
	float: none;
	padding: 0;
}

#content {
	width: 100%;
}

#content > table {
	margin-bottom: 30px;
}

#content.content-with-sidebar-right {
	width: 73%;
	padding-right: 2%;
	float: left;
}

#content.content-with-sidebar-left {
	width: 73%;
	padding-left: 2%;
	float: right;
}

#wrapper #content.content-with-sidebar-left .container,
#wrapper #content.content-with-sidebar-right .container {
	width: 100%!important;
	min-width: 100%!important;
}

#sidebar.sidebar-left {
	float: left;
	width: 25%
}

#sidebar.sidebar-right {
	float: right;
	width: 25%
}


#sidebar h3,
#sidebar h3 > a {
	font-size: 16px;
	color: #505050;
}

#wrapper {
	position: relative;
}

#wrapper > .sh-page-layout-default {
	padding: 60px 0px;
}

#wrapper > .sh-page-layout-full .page-default-content {
	padding: 45px;
}

.page-template-page-blog .sh-page-layout-full {
	padding: 60px 30px;
}

@media (min-width: 1370px) {
	.page-template-page-blog .sh-page-layout-full .blog-style-masonry article {
		width: 25%;
	}
}

/* Placenemt Width Classes */
.width-15p {
	width: 15%;
}

.width-20p {
	width: 20%;
}

.width-3p {
	width: 30%;
}

.width-40p {
	width: 40%;
}

.width-60p {
	width: 60%;
}

.width-70p {
	width: 70%;
}

.width-85p {
	width: 85%;
}

.width-100p,
.width-full {
	width: 100%;
}

.sh-clear {
	clear: both;
}

/* Seperator */
.sh-seperator-container {
	position: relative;
}

.sh-seperator-line {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
}

.sh-seperator-icon {
	text-align: center;
	width: 100%;
}

.sh-seperator-icon i.fa {
	background: #fff;
	padding: 0 10px;
}

/* Shufflehound */
.sh-unyson-frontend-test {
	cursor: pointer;
    position: absolute;
    width: 20px;
    z-index: 800000;
    right: 0;
    opacity: 0;
	transition: 0.3s all ease-out;
}

.sh-unyson-frontend-test.active {
	opacity: 1;
}

.sh-unyson-frontend-preview .sh-empty-space {
	display: flex;
	justify-content: center;
    align-items: center;
	background: repeating-linear-gradient(45deg, #ffffff, #ffffff 15px, #c5c5c5 15px, #c5c5c5 30px);
	text-align: center;
	border-radius: 5px;
}

.sh-unyson-frontend-preview .sh-empty-space span {
	background-color: #fff;
    display: inline-block;
    font-size: 16px;
    padding: 0 15px;
    border-radius: 5px;
}


/**
 * 8.0 Animations
 */

/* Animations - Fast */
h1, h2, h3, h4, h5, h6,
.sh-iconbox-hover,
.sh-partners-carousel a img,
.sh-overlay-style1,
.sh-overlay-style1 .sh-overlay-link,
.sh-overlay-style1 .sh-overlay-lightbox,
.sh-nav-container,
.sh-nav-login .header-logo img,
.sh-nav .sh-nav-cart li.mini_cart_item a.remove:before,
.header-mobile-social-media a ,
.sh-header-left-1 .header-social-media a,
.sh-header-right-side,
.sh-gallery .slick-prev,
.sh-gallery .slick-next,
.woocommerce table.shop_table a.remove:before,
.sh-mini-overlay-container,
.sh-page-notice .sh-page-notice-button,
.sh-team-social-overlay .sh-team-image-position,
.sh-team-social-overlay .sh-team-overlay,
.sh-icons-item i,
.sh-pricing-button,
.sh-button,
.sh-button-tale,
.sh-button-style-2 .sh-button-icon-right:after,
.sh-button-style-2 .sh-button-icon-left:after,
.sh-button-style-3 .sh-button-icon-right:after,
.sh-button-style-3 .sh-button-icon-left:after,
.sh-button-style-4 .sh-button,
.sh-iconbox-style1 .sh-iconbox-icon-shape > i,
.sh-iconbox .sh-iconbox-hover,
.sh-iconbox .sh-iconbox-title h3,
.sh-portfolio-image-position,
.sh-portfolio-overlay1-bar,
.sh-piechart .sh-piechart-animation,
.sh-testimonials-switch,
.sh-heading .sh-heading-content,
.sh-portfolio-overlay,
.sh-portfolio-category,
.sh-nav ul a,
.sh-footer a,
.page-numbers a,
.page-numbers span,
.sh-overlay-style1 .sh-table-cell i,
.post-meta-author a,
.post-meta-categories a,
.post-meta-categories span,
.woocommerce-tabs .comment-form-rating p.stars a,
.woocommerce-tabs .comment-form-rating p.stars a:before,
.woocommerce table a,
.widget-item a,
.sh-timeline-box,
.sh-timeline-box-tale,
.sh-timeline-box-circle,
.sh-nav-mobile a,
.sh-icon .sh-icon-data,
.sh-social-share-networks .jssocials-share,
.sh-portfolio-title-container,
.sh-portfolio-titlem,
.sh-social-share-button,
.woocommerce div.product form.cart div.quantity span:hover,
.sh-video-player-image-play,
.post-with-background a,
.sh-social-share-networks .jssocials-share i {
    transition: all 0.3s ease-in-out;
}

/* Animations - Slow */
div.pp_default .pp_next_box,
div.pp_default .pp_prev_box,
.sh-page-switcher-button,
.sh-header-left-side,
.sh-team-icon,
.sh-team-icon i,
.sh-team:hover .sh-team-role,
.sh-testimonials-70 .sh-testimonials-container .sh-testimonials-bottom,
.sh-portfolio-image-container {
    transition: all 0.5s ease-in-out;
}

#page-container {
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    width: 100%;
}

/* Animations - Stop */
.sh-stop-animation {
	-webkit-animation-iteration-count: 1!important;
	        animation-iteration-count: 1!important;
}


/* Animations - Side */
.sh-animation-left,
#page-container {
    transition: left 0.3s ease-in-out!important;
}

.sh-animation-right {
    transition: right 0.3s ease-in-out!important;
}

.sh-animated {
	visibility: hidden;
}


/**
 * 9.0 Header
 */

.sh-header {
	position: relative;
	background-color: #fff;
}

.sh-header-top {
	position: relative;
	margin-bottom: 0;
}

.sh-header .container,
.sh-header-top .container {
	padding: 0 15px;
	position: relative;
}

.sh-header:not(.sh-header-4):not(.sh-header-5):not(.sh-header-6) .sh-nav > li.menu-item > a {
	padding-top: 30px;
	padding-bottom: 30px;
	max-height: none;
	transition: 0.3s padding ease-in-out;
}

.sh-nav-container {
	position: relative;
	margin-bottom: -1px;
}

.sh-nav-container ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sh-nav-container:after  {
	content:"";
	display: block;
	clear: both;
}

.navbar-default {
	background-color: rgba( 255,255,255,0.6);
	border-color: transparent;
}

.navbar {
	margin-bottom: 0;
}

body.admin-bar #page-container .sh-sticky-mobile-header { margin-top: 32px !important; }
@media (max-width: 782px) {
	body.admin-bar #page-container .sh-sticky-mobile-header { margin-top:46px !important; }
}
@media (max-width: 601px) {
	body.admin-bar #page-container .sh-sticky-mobile-header.sh-sticky-mobile-header-active,
	body.admin-bar #page-container .sh-header-builder-mobile.sh-sticky-mobile-header { margin-top: 0!important; }
}

.sh-sticky-header-active,
.sh-sticky-mobile-header {
	position: fixed!important;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 5000;
}

#page-container header.primary-mobile-light .sh-header-mobile.sh-sticky-mobile-header-active {
	border-bottom: 1px solid rgba( 0,0,0,0.08 )!important;
}

.sh-header-inverted .sh-nav > li.menu-item > a,
.sh-header-inverted .sh-nav > li.menu-item > a > i {
	color: #fff;
}

.sh-header-inverted .cart-icon-white {
	opacity: 0;
}

.sh-nav-uppercase .sh-nav > li.menu-item > a {
	text-transform: uppercase;
}

.sh-nav-uppercase .sh-nav > li.menu-item > a:after {
	text-transform: none!important;
}

.sh-header-small-icons .sh-nav-search i,
.sh-header-small-icons .sh-nav-social i,
.sh-header-small-icons .sh-nav-cart i,
.sh-header-small-icons .sh-header-search-submit i,
.sh-header-small-icons .sh-header-search-close i {
	font-size: 18px;
}

.sh-header-small-icons .sh-nav-search i {
	bottom: -5px;
}

.sh-header-small-icons .cart-icon {
	top: -2px;
    margin-left: -12px;
}


.sh-nav-seperator {
	padding-right: 0px!important;
	border-left: 1px solid rgba( 0,0,0,0.08 );
	padding-left: 15px!important;
	margin-left: 25px!important;
}

.sh-nav-seperator i {
	font-size: 0px;
}

.sh-header-mobile .sh-nav-seperator {
	display: none;
}

.primary-desktop-light .sh-header:not(.sh-sticky-header-active) .sh-nav-seperator {
	border-color: rgba( 255,255,255,0.08 );
}

body.admin-bar .shheader {
	margin-top: 32px;
}

body.admin-bar .sh-header-left-side,
body.admin-bar .sh-header-right-side {
	padding-top: 32px;
}

.header-logo {
	padding: 15px 0;
	position: relative;
	z-index: 100;
}

#header-logo-title {
	font-size: 21px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	margin-left: 0px;
	font-weight: bold;
}

header.primary-desktop.primary-desktop-light .sh-header.sh-sticky-header-active #header-logo-title div,
header.primary-desktop:not(.primary-desktop-light) #header-logo-title div {
	color: #505050;
}

.sh-header-top-4 #header-logo-title {
	margin-left: 0px;
	text-align: center;
}

.sh-header-mobile #header-logo-title {
	margin-left: 5px;
}


/**
 * 9.1 Header - Top bar
 */

.sh-header-top .col-md-4,
.sh-header-top .col-md-8 {
	padding: 0;
}

.sh-header-top {
	padding: 15px 0;
}

.header-social-media {
	text-align: right;
}

.header-social-media a {
	font-size: 16px;
	color: #8d8d8d;
	padding-left: 15px;
}

.header-social-media a:last-child {
	padding-right: 0;
}

.header-contacts {
	display: table;
	height: 100%;
}

.header-contacts-item {
	display: table-cell;
	vertical-align: middle;
}

.header-contacts-details {
	padding-right: 20px;
	font-size: 14px;
}

.header-contacts-details > i {
	font-size: 15px;
	padding-right: 8px;
}

.header-contacts-details > i.fa-mobile-phone {
	font-size: 18px;
}


/**
 * 9.2 Header - Navigation
 */

.sh-nav {
	float: right;
}

.sh-nav li.menu-item {
	float: left;
	padding: 0 15px;
	border-bottom: 0px solid transparent;
}

.sh-nav li.menu-item a {
	line-height: 40px;
	max-height: 40px;
	display: block;
	color: #7e7e7e;
}

.sh-nav ul li.menu-item a {
	color: #aaaaaa;
}

.sh-nav ul li.menu-item:hover > a {
	color: #fff;
}

.sh-nav > li.menu-item > a {
	font-weight: bold;
	text-transform: none;
}

.sh-nav li.current-menu-item > a,
.sh-nav li.current-menu-parent > a {
	font-weight: bold;
	color: #575757;
}

.sh-nav li.menu-item > a.fa:before,
.sh-nav-mobile li.menu-item > a.fa:before,
.sh-nav li.menu-item > a.fas:before,
.sh-nav-mobile li.menu-item > a.fas:before,
.sh-nav li.menu-item > a.far:before,
.sh-nav-mobile li.menu-item > a.far:before,
.sh-nav li.menu-item > a.fab:before,
.sh-nav-mobile li.menu-item > a.fab:before,
.sh-nav li.menu-item > a[class^="icon-"]:before,
.sh-nav-mobile li.menu-item > a[class^="icon-"]:before,
.sh-nav li.menu-item > a[class^="ti-"]:before,
.sh-nav-mobile li.menu-item > a[class^="ti-"]:before,
.sh-nav li.menu-item > a[class^="pe-"]:before,
.sh-nav-mobile li.menu-item > a[class^="pe-"]:before {
	padding-right: 8px;
}

.sh-nav li.menu-item > a.fa:before,
.sh-nav-mobile li.menu-item > a.fa:before {
	font-family: 'FontAwesome';
}

.sh-nav li.menu-item > a.far:before,
.sh-nav-mobile li.menu-item > a.far:before,
.sh-nav li.menu-item > a.fas:before,
.sh-nav-mobile li.menu-item > a.fas:before {
	font-family: "Font Awesome 5 Free";
}

.sh-nav li.menu-item > a.fab:before,
.sh-nav-mobile li.menu-item > a.fab:before  {
	font-family: "Font Awesome 5 Brands";
}

.sh-nav li.menu-item > a[class^="icon-"]:before,
.sh-nav-mobile li.menu-item > a[class^="icon-"]:before  {
	font-family: 'simple-line-icons';
}

.sh-nav li.menu-item > a[class^="ti-"]:before,
.sh-nav-mobile li.menu-item > a[class^="ti-"]:before {
	font-family: 'themify';
}

.sh-nav li.menu-item > a[class^="pe-"]:before,
.sh-nav-mobile li.menu-item > a[class^="pe-"]:before {
	font-family: 'Pe-icon-7-stroke';
}

.sh-nav > li.menu-item:last-child  {
	padding-right: 0;
}

.sh-nav > li.menu-item:last-child > ul.sub-menu {
	margin-left: -134px;
}

.sh-nav > li.menu-item:nth-last-child(2) > ul.sub-menu {
	margin-left: -74px;
}

.sh-nav > .menu-item > .sub-menu {
	margin-left: -26px;
}

.sh-nav li.menu-item-has-children > a:after,
.sh-nav li.menu-item li.menu-item-has-children > a:after {
	font-family: 'simple-line-icons'!important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	font-size: 12px;
	margin-left: 8px;
	content: "\e604";
	position: relative;
}

.sh-nav li.menu-item li.menu-item-has-children > a:after {
	float: right;
}

.sh-sticky-header-active:not(.sh-header-4):not(.sh-header-5):not(.sh-header-6) .sh-nav > li.menu-item > a {
	padding-top: 15px;
	padding-bottom: 15px;
	max-height: none;
}

.sh-sticky-header-active .sh-nav ul.sub-menu {
	top: 101%;
}

/* New Item */
.new-item {
	display: inline-block;
	width: 33px;
	height: 16px;
	background-image: url(/wp-content/themes/jevelin/img/new.png);
	position: relative;
	right: -4px;
	top: -3px;
}


/**
 * 9.3 Header - Navigation Dropdown
 */

.sh-nav li.menu-item li a,
.sh-nav li.menu-item li.menu-item-has-children > a:after {
    line-height: 24px;
    text-transform: none;
    padding-top: 6px;
    padding-bottom: 6px;
}

.sh-nav li.menu-item li a {
	max-height: none;
}

.sh-nav li.menu-item li.current-menu-item > a {
	font-weight: bold;
	color: #aaaaaa;
	border-bottom: 1px solid transparent;
}

.sh-nav ul.sub-menu {
	display: none;
	position: absolute;
	background: #232323;
	top: 100%;
	padding: 16px 0;
	width: 220px;
	z-index: 1000;
}

.sh-nav ul.sub-menu li {
	position: relative;
}

.sh-nav ul.sub-menu li {
	width: 100%;
	float: none;
	padding: 0px 0px;
}

.sh-nav ul.sub-menu a {
	padding-left: 30px;
	padding-right: 30px;
	border-bottom: 1px solid transparent
}

.sh-nav ul.sub-menu li:last-child {
	border-bottom: 1px solid transparent;
}

.sh-nav ul.sub-menu ul.sub-menu {
	left: 220px;
	top: -16px!important;
}


/**
 * 9.4 Header - Navigation Mega Menu
 */

.mega-menu-row .menu-item ul a {
	color: #b0b0b0!important;
	left: 0px;
	margin-left: 0px;
}

.mega-menu-row {
	padding: 16px 0px 16px 0px!important;
}

.mega-menu-row .sub-menu {
	margin-left: 0;
	padding: 0!important;
}

.mega-menu-row .menu-item > .sub-menu:before {
	display: none;
}

.sh-nav li.menu-item-has-mega-menu {
	position: inherit;
}

.sh-nav ul.mega-menu-row {
	right: 0px;
	width: 100%;
	overflow: hidden;
}

.sh-nav ul.mega-menu-row li.mega-menu-col {
	float: left;
	border-bottom: none;
	margin-top: -16px;
	margin-bottom: -16px;
	position: relative;
	padding: 16px 0;
}

.sh-nav ul.mega-menu-row li.mega-menu-col li,
.sh-nav ul.mega-menu-row li.mega-menu-col ul {
	display: block!important;
	width: 100%!important;
	border: 0px solid transparent;
}

.sh-nav ul.mega-menu-row li.mega-menu-col a {
	overflow: visible!important;
	height: auto!important;
	max-height: 1000px!important;
}

.sh-nav li ul.mega-menu-row ul.sub-menu {
	opacity: 1!important;
	height: auto!important;
}

.sh-nav li.menu-item > ul.mega-menu-row > ul:nth-child(-n+2) {
	display: none!important;
	opacity: 0!important;
}

.sh-nav ul.mega-menu-row > .menu-item > a + div {
	padding-left: 25px;
	padding-right: 25px;
	font-size: 80%;
	margin-bottom: 5px;
	margin-top: -5px;
	font-style: italic;
}

.sh-nav ul.mega-menu-row .menu-item-has-children > a {
	font-weight: bold;
	color: #505050;
}

.sh-nav ul.mega-menu-row .menu-item-has-children a:after {
	visibility: hidden;
}

.sh-nav ul.mega-menu-row .menu-item-has-children ul li a {
	text-transform: none;
}

.sh-nav ul.mega-menu-row ul.sub-menu {
	position: relative;
	left: 0!important;
	top: 0!important;
	opacity: 1!important;
}

.sh-nav ul.mega-menu-row ul.sub-menu ul.sub-menu {
	margin-bottom: -15px;
}

.sh-nav li.menu-item.menu-item-has-mega-menu ul.sub-menu ul.sub-menu {
	box-shadow: none!important;
}

/* Mega menu auto items width sizes */

.sh-nav .mega-menu-row-1 .menu-item {
	width: 100%;
}
.sh-nav .mega-menu-row-2 .menu-item {
	width: 50%;
}
.sh-nav .mega-menu-row-3 .menu-item {
	width: 33.3%;
}
.sh-nav .mega-menu-row-4 .menu-item {
	width: 25%;
}
.sh-nav .mega-menu-row-5 .menu-item {
	width: 20%;
}

.sh-nav .mega-menu-row-1 li.menu-item:nth-child(1n+0),
.sh-nav .mega-menu-row-2 li.menu-item:nth-child(2n+0),
.sh-nav .mega-menu-row-3 li.menu-item:nth-child(3n+0),
.sh-nav .mega-menu-row-4 li.menu-item:nth-child(4n+0),
.sh-nav .mega-menu-row-5 li.menu-item:nth-child(5n+0) {
	border-right: 0px solid transparent!important;
}

/* Dropdown (Standard, Mega Menu) - Style 2 */
.sh-header-right-side,
.sh-header-mobile-dropdown {
	box-shadow: 0 10px 60px 1px rgba(0,0,0,0.08)!important;
}

.sh-header-megamenu-style2 .sh-nav .sh-nav-cart > ul.sub-menu,
.sh-header-megamenu-style2 .mega-menu-row,
.sh-header-left-side.sh-header-megamenu-style2 .sh-nav > li .mega-menu-row {
	box-shadow: 0 10px 60px 1px rgba(0,0,0,0.08)!important;
	margin-top: -10px;
	border-radius: 2px!important;
}

.sh-header-megamenu-style2 .mega-menu-col {
	padding: 0 25px 0 15px!important;
	margin-top: 15px!important;
	margin-bottom: 15px!important;
	height: auto!important;
	opacity: 0;
}

.sh-header-megamenu-style2 .mega-menu-col ul {
	margin-top: 0px!important;
	top: 0px!important;
}

.sh-header-megamenu-style2 .sh-nav > li.menu-item:not(.menu-item-has-mega-menu):not(.sh-nav-cart) ul {
	box-shadow: 0 10px 60px 1px rgba(0,0,0,0.08)!important;
	border-radius: 2px!important;
	padding: 16px 25px 16px 15px!important;
}

.sh-header-megamenu-style2 .sh-nav > li.menu-item:not(.menu-item-has-mega-menu):not(.sh-nav-cart) ul li {
	opacity: 0;
}

.sh-header-megamenu-style2 .sh-nav > li.menu-item.sh-hover:not(.menu-item-has-mega-menu):not(.sh-nav-cart) ul li {
	animation: slide2 ease 0.4s forwards;
	animation-delay: 0.1s;
}

.sh-header-megamenu-style2 .sh-hover .mega-menu-col {
	animation: slide ease 0.4s forwards;
}

@keyframes slide {
	0% { opacity: 0; top: -20px; }
	3% { opacity: 0.2; top: -3px; }
	100% { opacity: 1; top: 0; }
}

@keyframes slide2 {
	0% { opacity: 0; }
	3% { opacity: 0.2; }
	100% { opacity: 1; }
}

.sh-header-megamenu-style2 .sh-hover .mega-menu-col:nth-child(0) { animation-delay: 0.00s; animation-duration: 0.1s; }
.sh-header-megamenu-style2 .sh-hover .mega-menu-col:nth-child(1) { animation-delay: 0.12s; animation-duration: 0.2s; }
.sh-header-megamenu-style2 .sh-hover .mega-menu-col:nth-child(2) { animation-delay: 0.24s; }
.sh-header-megamenu-style2 .sh-hover .mega-menu-col:nth-child(3) { animation-delay: 0.36s; }
.sh-header-megamenu-style2 .sh-hover .mega-menu-col:nth-child(4) { animation-delay: 0.48s; }
.sh-header-megamenu-style2 .sh-hover .mega-menu-col:nth-child(5) { animation-delay: 0.60s; }
.sh-header-megamenu-style2 .sh-hover .mega-menu-col:nth-child(6) { animation-delay: 0.73s; }
.sh-header-megamenu-style2 .sh-hover .mega-menu-col:nth-child(7) { animation-delay: 0.96s; }
.sh-header-megamenu-style2 .sh-hover .mega-menu-col:nth-child(8) { animation-delay: 1.10s; }
.sh-header-megamenu-style2 .sh-hover .mega-menu-col:nth-child(9) { animation-delay: 1.20s; }

.sh-header-megamenu-style2 .mega-menu-col > a {
	font-weight: 800!important;
	padding-top: 0!important;
	padding-left: 15px!important;
	padding-right: 15px!important;
	padding-bottom: 4px!important;
}

.sh-header-megamenu-style2 .sh-nav > li.menu-item:not(.menu-item-has-mega-menu):not(.sh-nav-cart) ul a,
.sh-header-megamenu-style2 .mega-menu-col ul li a {
	font-size: 13px;
	padding: 3px 15px;
	margin: 1px 0;
	transition: 0.2s padding, background ease-in-out;
	border-bottom: 1px solid transparent;
}

.sh-header-megamenu-style2 .sh-nav > li.menu-item:not(.menu-item-has-mega-menu):not(.sh-nav-cart) ul a:after {
	line-height: 1;
}

.sh-header-megamenu-style2 .sh-nav ul.sub-menu ul.sub-menu {
	left: 205px;
}

.sh-header-megamenu-style2 .sh-nav > li.menu-item:not(.menu-item-has-mega-menu):not(.sh-nav-cart) li.current-menu-item > a,
.sh-header-megamenu-style2 .sh-nav > li.menu-item:not(.menu-item-has-mega-menu):not(.sh-nav-cart) ul li:hover > a,
.sh-header-megamenu-style2 li.mega-menu-col ul li.current-menu-item a,
.sh-header-megamenu-style2 li.mega-menu-col ul li.menu-item:not(.current-menu-item):hover a {
	background-color: #309bee;
	color: #fff!important;
	border-radius: 2px;
	padding-left: 25px;
	font-weight: normal;
	border-bottom-color: transparent!important;
}


/**
 * 9.5 Header  Navigation Icons
 */

.sh-nav-social {
	padding-left: 0!important;
}

.sh-nav-social a {
	display: block!important;
	float: left;
	padding: 0 5px;
}

.sh-nav-social a:first-child {
	padding-left: 0;
}

.sh-nav-social a:last-child {
	padding-right: 0;
}

.sh-nav-social i {
	font-size: 24px;
	position: relative;
	bottom: -5px;
}

.sh-nav-social a:after {
	content: "";
	display: block;
	clear: both;
}

.sh-nav-dropdown,
.sh-nav-menu {
	padding-left: 20px!important;
}

.sh-nav-custom-icon {
	position: relative;
	margin: 0 -10px;
}

.sh-nav-custom-icon i {
	transition: 0.3s all ease-in-out;
	cursor: pointer;
	padding: 0 10px;
}

.sh-nav-custom-icon-image {
	margin-top: 6px;
    display: inline-block;
}

.sh-nav-custom-icon-image svg {
	transition: 0.3s all ease-in-out;
	cursor: pointer;
}

.sh-nav-custom-icon:hover i,
.sh-nav-custom-icon-image:hover svg {
	opacity: 0.7;
}

.primary-desktop-light .sh-header:not(.sh-sticky-header-active) .sh-nav-custom-icon-image svg,
.primary-mobile-light .sh-header-mobile:not(.sh-sticky-mobile-header-active) .sh-nav-custom-icon-image svg  {
	fill: #fff;
}

.sh-nav-custom-icon-image-close {
	display: none;
}

.sh-nav-custom-icon-image.active .sh-nav-custom-icon-image-standard {
	display: none;
}

.sh-nav-custom-icon-image.active .sh-nav-custom-icon-image-close {
	display: block;
}


.sh-nav-dropdown i,
.sh-nav-cart i,
.sh-nav-menu i,
.sh-nav-search i {
	font-size: 24px;
	position: relative;
	bottom: -3px;
}

.sh-nav-dropdown i,
.sh-nav-menu i {
	bottom: -4px;
}

.sh-nav-cart i {
	bottom: -5px;
}

.sh-nav-menu + .sh-nav-search {
	padding-left: 3px!important;
}

.sh-nav-cart + .sh-nav-dropdown,
.sh-nav-cart + .sh-nav-search {
	padding-left: 0px!important;
}

.sh-nav-cart {
	padding-right: 8px;
}

.sh-nav-cart-content {
	position: relative;
}

@media (max-width: 1020px) {
	.sh-nav-cart .sub-menu {
		display: none!important;
	}
}

.sh-nav-menu-full {
	width: 100%;
	text-align: center;
}

.sh-nav-menu-full span {
	padding-left: 12px;
	line-height: 26px;
	top: -4px;
	position: relative;
	font-weight: 400;
	text-transform: uppercase;
}

.cart-icon {
	position: relative;
	top: -4px;
	margin-left: -17px;
	display: inline-block;
}

.cart-icon span {
	display: inline-block;
	background-color: #47c9e5;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	position: relative;
	z-index: 100;
	width: 20px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	border-radius: 9px;
	font-weight: bold;
	box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.15);
}

.cart-icon .cart-icon-triangle-color {
	width: 0;
	height: 0;
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	border-right: 9px solid #47c9e5;
	position: relative;
}

.cart-icon-white {
	right: -13px;
	position: relative;
}

.sh-nav-login {
	padding-left: 0!important;
}

.sh-nav-login .header-logo {
	padding: 0!important;
}

.sh-nav-login #header-login > span {
	border: 2px solid #757575;
	padding: 10px 15px;
	font-weight: bold;
}

.sh-nav-login #header-quote {
	border-left: 2px solid #937fd5;
	padding: 0px 12px;
	padding-right: 0;
}

/* Header Language */
.sh-nav-lang {
	padding-right: 0px!important;
}

.sh-nav-lang ul {
	display: block;
    max-width: 60px;
    margin-left: -8px!important;
    padding-top: 10px!important;
    padding-bottom: 10px!important;
}

.sh-nav-lang ul a {
	text-transform: uppercase!important;
	font-size: 13px!important;
	padding-left: 0px!important;
	padding-right: 0px!important;
	text-align: center!important;
}

.sh-nav-lang > a > span {
	display: block;
	position: relative;
	border: 2px solid rgba(0,0,0,0.1);
	border-radius: 100px;
	height: 45px;
	width: 45px;
	line-height: 44px;
	margin-top: -5px;
	text-align: center;
	cursor: default;
}

.sh-nav-lang > a:after {
	display: none!important;
}


/**
 * 9.6 Header - WooCommerce
 */

.sh-nav .sh-nav-cart > ul.sub-menu {
	width: 350px;
	margin-left: -262px!important;
	padding-bottom: 0;
}

.sh-nav .sh-nav-cart .widgettitle {
	display: none;
}

.sh-nav .sh-nav-cart ul.cart_list {
	margin: 0 30px;
	margin-bottom: 30px;
	margin-top: 15px;
}

.cart_list.product_list_widget {
	border: none!important;
}

.sh-nav .sh-nav-cart ul.cart_list .empty {
	min-height: 10px!important;
	text-align: center;
	padding-left: 0px!important
}

.sh-nav .sh-nav-cart li.mini_cart_item {
	padding-left: 0;
	margin: 12px 0px;
	padding-bottom: 12px;
	position: relative;
	display: block;
}

.sh-nav .sh-nav-cart ul.cart_list li.mini_cart_item a,
.sh-nav .sh-nav-cart ul.cart_list li.mini_cart_item a:hover {
	border-bottom-width: 0px!important;
}

.sh-nav .sh-nav-cart li.mini_cart_item a:nth-child(2) {
	background-color: transparent!important;
	padding-top: 0px;
	color: #fff!important;
}

.sh-nav .sh-nav-cart li.mini_cart_item:first-child {
	margin-top: 10px!important;
}

.sh-nav .sh-nav-cart li.mini_cart_item a.remove {
	left: auto;
	right: 15px;
	top: 0px;
	font-size: 0px;
	background-color: transparent;
	color: #ccc!important;
}

.sh-nav .sh-nav-cart li.mini_cart_item a.remove:hover {
	color: #7B7B7B!important;
}

.sh-nav .sh-nav-cart li.mini_cart_item a {
	padding: 0;
	line-height: 20px;
}


.sh-notifications {
    position: fixed;
    bottom: 5vh;
    z-index: 100;
    transition: all ease-in-out 0.4s;
    max-width: 700px;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 600px) {
	.sh-notifications {
		transform: none;
		left: 30px;
		right: 30px;
	}
}

.sh-notification-item {
	/*position: absolute;
	left: 0; right: 0; bottom: 0;*/
    border-radius: 5px;
    box-shadow: 0px 15px 45px -9px rgba(0,0,0,0.20);
    background-color: #fff;
	padding: 17px 32px;
	margin-top: 10px;
	opacity: 0;
	margin-bottom: -15px;
	font-size: 14px;
}

.sh-notification-item-example {
	display: none;
}

.sh-notification-item-close {
	margin-left: 20px;
	position: relative;
	bottom: -1px;
	cursor: pointer;
}



.sh-cart-notification {
	display: none;
}

.sh-cart-notification-content {
	padding: 30px;
	margin-top: -16px;
}

.sh-cart-notification-viewcart {
	font-weight: bold;
}

.sh-nav-cart .menu-item-cart .total {
	padding: 17px;
	margin: 0;
	text-align: center;
	border-top: 1px solid #464646;
	border-bottom: 1px solid #464646;
	text-transform: uppercase;
}

.sh-nav-cart .menu-item-cart .attachment-shop_thumbnail {
	width: 60px;
	float: left;
	margin-left: 0;
	margin-right: 10px;
	margin-top: -8px;
}

.sh-nav-cart .menu-item-cart .widget_shopping_cart_content p.buttons {
	margin-bottom: -1px;
}

.sh-nav-cart .menu-item-cart .widget_shopping_cart_content p.buttons a:first-child {
	border-right: 1px solid #464646;
}

.sh-nav-cart .menu-item-cart .widget_shopping_cart_content p.buttons a {
	width: 50%;
	display: inline-block;
	padding: 0px 0;
	text-align: center;
	border-radius: 0;
	line-height: 70px!important;
	max-height: 70px;
	background-color: transparent!important;
	margin-right: -4px;
	border-radius: 0px!important;
	padding: 0 10px !important;
	margin-bottom: 0;
}

.sh-nav-cart .menu-item-cart .widget_shopping_cart_content p.buttons a:hover {
	border-bottom-width: 0px!important;
}

.sh-nav-cart .menu-item-cart .widget_shopping_cart_content p.buttons a:first-child:before,
.sh-nav-cart .menu-item-cart .widget_shopping_cart_content p.buttons a:last-child:before {
	font-family: 'simple-line-icons'!important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	position: relative;
	bottom: -1px;
	font-size: 16px;
	margin-right: 12px;
}

.sh-nav-cart .menu-item-cart .widget_shopping_cart_content p.buttons a:first-child:before {
	content: "\e087";
}

.sh-nav-cart .menu-item-cart .widget_shopping_cart_content p.buttons a:last-child:before {
	content: "\e080";
}

.sh-nav-cart .mini_cart_item .quantity {
	float: left;
	padding-top: 3px;
}

.sh-nav-cart .buttons a {
	background-color: #ebe9eb!important;
}

.sh-nav-cart .buttons a.checkout {
	color: #fff!important;
}

/* WooCommerce Cart - Blank */
.woocommerce-mini-cart__empty-message {
	padding: 6px 35px 20px 35px;
}


/**
 * 9.7 Header - Presets
 */

.sh-header {
	border-bottom: 1px solid rgba( 0,0,0,0.08 );
}

/* Header Preset - 2 */
.sh-header-2 .sh-nav > li.menu-item > a {
	padding-top: 25px;
	padding-bottom: 25px;
}

.sh-header-2.sh-sticky-header-active .sh-nav > li.menu-item > a {
	padding-top: 20px;
	padding-bottom: 20px;
}

/* Header Preset - 3 */
.sh-header-3 .sh-nav > li.menu-item > a {
	padding-top: 25px;
	padding-bottom: 25px;
}

.sh-header-3.sh-sticky-header-active .sh-nav > li.menu-item > a {
	padding-top: 20px;
	padding-bottom: 20px;
}

.sh-header-top-3 {
	padding: 0;
	border-bottom: 1px solid rgba( 0,0,0,0.08 );
}

.sh-header-top-3 .container {
	border-right: 1px solid rgba( 0,0,0,0.08 );
}

.sh-header-top-3 .header-contacts {
	width: 100%;
}

.sh-header-top-3 .header-contacts-item {
    width: 100%;
    display: table;
}

.sh-header-top-3 .header-contacts-item span {
    display: table-cell;
    vertical-align: top;
    text-align: center;
    border-left: 1px solid rgba( 0,0,0,0.08 );
    padding: 15px 0;
    padding-right: 0;
}

.sh-header-top-3 .header-social-media a {
	border-left: 1px solid rgba( 0,0,0,0.08 );
    padding: 18px;
}

/* Header Preset - 4 */
.sh-header-4 .sh-nav-container {
	padding-top: 15px;
	padding-bottom: 15px;
}

.sh-header-top-4 {
	border-bottom: 1px solid rgba( 0,0,0,0.08 );
}

.sh-header-4 .sh-nav,
.sh-header-top-4 .header-logo,
.sh-header-7 .header-logo {
	float: none;
	display: table;
	margin: 0 auto;
}

.sh-header-top-4 .header-logo {
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 0;
}

.sh-header-top-4 .header-logo img {
	padding: 0px;
}

.header-logo img {
	margin-bottom: 0;
}

/* Header Preset - 5 */
.sh-header-5 .sh-nav-container {
	padding: 0;
}

.sh-header-5 .sh-nav > .menu-item {
	height: 100px!important;
	max-height: 100px!important;
	min-height: 40px;
}

.sh-header-5 .sh-nav-login,
.sh-header-5 .sh-nav-cart,
.sh-header-5 .sh-nav-search,
.sh-header-5 .sh-nav-social {
	border-left: 1px solid rgba( 0,0,0,0.08 );
	padding: 0px 15px!important;
}

.sh-header-5 .sh-nav > .menu-item > a {
	line-height: 100px!important;
	max-height: 100px!important;
	min-height: 40px;
}

.sh-header-5 .sh-nav > .current_page_item {
	margin-top: 30px!important;
	margin-bottom: 30px!important;
}

#page-container .sh-header-5 .sh-nav .current_page_item {
	height: 40px!important;
}

#page-container .sh-header-5 .sh-nav .current_page_item a {
	line-height: 40px!important;
}

.sh-header-5 .sh-nav-social a {
	position: relative;
	padding: 0px 15px!important;
}

.sh-header-5 .sh-nav-social a:not(:first-child) {
	border-left: 1px solid rgba( 0,0,0,0.08 );
}

.sh-header-5 .sh-nav > .menu-item:last-child {
	border-right: 1px solid rgba( 0,0,0,0.08 );
}

.sh-header-5 .sh-nav-social {
	padding-left: 0px!important;
	padding-right: 0px!important;
}

.sh-header-5 .sh-nav-login #header-login span,
.sh-header-6 .sh-nav-login #header-login span {
	border: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

.sh-header-5 .sh-nav-login span,
.sh-header-6 .sh-nav-login span {
	font-size: 0;
}

.sh-header-5 .sh-nav-login span:before,
.sh-header-6 .sh-nav-login span:before {
	font-family: 'simple-line-icons'!important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	position: relative;
	bottom: -5px;
	font-size: 24px;
	content: "\e003";
}

/* Header Preset - 6 */
.sh-header-6 .sh-nav-container {
	padding: 0;
}

.sh-header-6 .sh-nav > .menu-item:not(.sh-nav-social),
.sh-header-6 .sh-nav > .sh-nav-social a {
	border-left: 1px solid rgba( 0,0,0,0.08 );
	padding: 0px!important;
	height: 100px;
	width: 100px;
	min-height: 70px;
	max-height: 70px;
	min-width: 70px;
	max-width: 100px;
	text-align: center;
}

.sh-header-6 .sh-nav > .menu-item:last-child {
	border-right: 1px solid rgba( 0,0,0,0.08 );
}

.sh-header-6 .sh-nav > .menu-item > a {
	line-height: 100px;
	max-height: 100px;
	height: 100px;
	min-height: 70px;
}

.sh-header-6 .sh-nav > .sh-nav-social {
	border-left: 0px solid transparent;
	padding: 0!important;
}

.sh-header-6 .c-hamburger {
	display: table;
	margin: 0 auto;
	top: 0px;
}

.sh-header-6 .header-logo {
	padding-left: 30px;
	padding-right: 30px;
	border-left: 1px solid rgba( 0,0,0,0.08 );
	border-right: 1px solid rgba( 0,0,0,0.08 );
}


/* Header Preset - 6 Clean */
.sh-header-6-clean {
	border-bottom-width: 0px!important;
}

.sh-header-6-clean .header-logo,
.sh-header-6-clean .sh-nav > .menu-item:last-child {
	border-width: 0px!important;
}

.sh-header-6-clean .sh-nav {
	margin-right: 6px;
}

.sh-header-6-clean-content .header-logo {
	padding-left: 0;
}

.sh-header-6-clean-content .sh-nav {
	margin-right: -7px;
}


/* Header Preset - 7 */
.sh-header-7 .sh-nav-container {
	padding: 0px;
	position: relative;
	top: 3px;
}

.sh-header-7 .header-logo {
	padding: 22px 0;
}

.sh-header-7 .header-logo-container {
	display: table;
	margin: 0 auto;
	height: 100%;
}

.sh-header-7 .sh-nav-left {
	float: left;
}

.sh-header-7 .sh-nav-dropdown {
	position: relative;
	top: -12px;
}

.sh-nav-header7-menu-cart .sh-nav-dropdown {
	top: 0;
}

.sh-header-7 > .container > .sh-table > .sh-table-cell {
	width: 33.3%;
}

/* Header Preset - 9 */
.sh-header-9 .c-hamburger {
	width: 18px;
	height: 15px;
	top: 16px;
}

.sh-header-9 .c-hamburger span {
	top: 6px;
}

.sh-header-9 .c-hamburger span::before {
	top: -6px;
}

.sh-header-9 .c-hamburger span::after {
	bottom: -6px;
}

.sh-header-9 .c-hamburger--htx.is-active span::before {
	width: 18px;
}

.sh-header-9 .c-hamburger--htx.is-active span::after {
	width: 18px;
}

/* Header Preset - 10 */
.sh-header-10 .sh-nav > li.menu-item:not(.sh-nav-special) > a {
	padding-top: 16px!important;
	padding-bottom: 16px!important;
}

.sh-header-10 .sh-nav > li.menu-item.sh-nav-special > a {
	padding-top: 13px!important;
	padding-bottom: 19px!important;
}

.sh-header-10 .sh-nav {
	float: none;
}

.sh-header-10 .sh-nav-left {
	padding-left: 17px;
}

.sh-header-10 .sh-nav-right {
	float: right;
}

.sh-header-10 > .container {
	background-color: #fff;
	border-radius: 3px;
	padding: 0 10px;
	box-shadow: 0 15px 45px -9px rgba(0,0,0,0.20);
}

.sh-header-10 {
	background-color: rgba(255,255,255,0.0)!important;
	border-bottom-width: 0px!important;
}

.sh-header-top-10 .header-contacts {
	float: right!important;
}

.sh-header-10 .sh-nav li.menu-item {
	padding: 0 17px;
}

.sh-header-top-10 .header-contacts {
	padding: 15px 0;
}

.sh-header-top-10 .header-contacts-details-large {
	position: relative;
	color: #8a8a8a;
	font-size: 13px;
}

.sh-header-top-10 .header-contacts-details-large:not(:last-child) {
	margin-right: 25px;
	padding-right: 20px;
	border-right: 1px solid rgba( 0, 0, 0, 0.08 );
}

header.primary-desktop-light .sh-header-top-10 .header-contacts-details-large {
	color: #fff;
}

header.primary-desktop-light .sh-header-top-10 .header-contacts-details-large:not(:last-child) {
	border-right: 1px solid rgba( 255, 255, 255, 0.15 );
}

.sh-header-top-10 .header-contacts-details-large-icon {
	position: absolute;
	left: 0;
}

.sh-header-top-10 .header-contacts-details-large-icon i {
	font-size: 36px;
	display: block;
	margin-top: 5px;
}

.sh-header-top-10 .header-contacts-details-large-title {
	font-weight: 600;
}

.sh-header-top-10 .header-contacts-details-large-content {
	padding-left: 55px;
	transition: 0.3s all ease-in-out;
}

.sh-header-top-10 .header-contacts-details-large-content:hover {
	opacity: 0.8;
}

.sh-header-10 .sh-nav-login,
.sh-header-10 .sh-nav-cart,
.sh-header-10 .sh-nav-search,
.sh-header-10 .sh-nav-social,
.sh-header-10 .sh-nav-social a:not(:first-child) {
	border-left: 1px solid rgba( 0,0,0,0.08 );
	padding: 0px 25px!important;
}

.sh-header-10 .sh-nav-social a:first-child {
	padding-right: 25px!important;
}

.sh-header-10 .sh-nav-social {
	padding-right: 0px!important;
}

.sh-header-10 .sh-header-search {
	border-radius: 3px;
}

.sh-header-10 .sh-header-search .sh-header-search-input {
	padding-left: 30px;
	padding-right: 110px;
	font-size: 16px;
}

.sh-header-10 .sh-header-search-submit {
	right: 52px;
}

.sh-header-10 .sh-header-search-close {
	right: 20px;
}


/**
 * 9.8 Header - Left
 */

.sh-header-left-side {
	position: fixed;
	top: 0; bottom: 0; left: 0;
	width: 320px;
	background-color: #fff;
	z-index: 5000;
}

.sh-header-left-side:after {
	display: block;
	clear: both;
	content: "";
}

.sh-header-left-side #header-logo a {
	display: inline-block;
	position: relative;
	z-index: 100;
}

.sh-header-left-side #header-logo {
	text-align: center;
	padding: 50px;
	opacity: 0;
}

.sh-header-left-side #header-logo img {
	min-height: 25px;
}

.sh-header-left-side .sh-nav {
	float: none;
}

.sh-header-left-side .sh-nav > li {
	float: none!important;
	max-width: 100%;
	padding: 0!important;
	position: relative;
}

.sh-header-left-side .sh-nav > li > a:after {
	float: right;
}

.sh-header-left-side .sh-nav > li:last-child > a {
	border-bottom: 0;
}

.sh-header-left-side .sh-nav > li ul:not(.cart_list) {
	margin-left: 0!important;
	z-index: 500;
	top: 0;
	box-shadow: none!important;
	border-radius: 0;
}

.sh-header-left-side .sh-nav-cart .sub-menu {
	margin-top: 45px;
}

.sh-header-left-side .header-bottom {
	position: absolute;
	bottom: 28px; left: 28px; right: 28px;
}

.sh-header-left-navigation {
	position: absolute;
	top: 0; bottom: 0;
	width: 100%;
}

.sh-header-left-side .header-logo {
	display: table;
	max-width: 100%;
	margin: 0 auto;
}

.sh-header-left-side ul.sh-nav > li.menu-item-has-children > a:after {
	font-family: 'simple-line-icons'!important;
	position: absolute;
	float: none;
	right: 0;
	line-height: 50px;
	height: 50px;
	font-size: 12px;
	content: "\e604";
}

.sh-header-left-side ul.sh-nav ul li.menu-item-has-children > a:after {
	font-family: 'simple-line-icons'!important;
	line-height: inherit!important;
	height: inherit!important;
	font-size: 12px;
	content: "\e604";
}


/* Left Header - Style 1 */
.sh-header-left-1 .header-logo {
	padding: 40px 0;
	padding-bottom: 15px;
}

.sh-header-left-1 .sh-nav-container {
	padding: 0px 30px;
}

.sh-header-left-1 .sh-nav > li > a {
	text-align: center;
}

.sh-header-left-1 .sh-nav > li > a {
	max-height: 50px!important;
	line-height: 50px!important;
	max-width: 100%;
	padding: 0px;
}

.sh-header-left-1 .sh-nav > li > ul {
	left: 290px!important;
}

.sh-header-left-1 .sh-nav > li > .mega-menu-row {
	min-width: 780px;
	left: 290px!important;
}

@media (min-width: 1250px) {
	.sh-header-left-1 .sh-nav > li > .mega-menu-row {
		min-width: 900px;
	}
}

.sh-header-left-1 .header-social-media {
	display: table;
	width: 100%;
	padding: 0;
	border-top: 1px solid #e5e5e5;
	position: relative;
}

.sh-header-left-1 .header-social-media a {
	display: table-cell;
	vertical-align: top;
	text-align: center;
	border-left: 1px solid #e5e5e5;
	padding: 0;
	height: 60px;
}

.sh-header-left-1 .header-social-media i {
	font-size: 16px;
	color: #8d8d8d;
	padding-left: 0px;
	position: relative;
	line-height: 60px;
}

.sh-header-left-1 .sh-copyrights-text {
	text-align: center;
	line-height: inherit!important;
	margin: 0 30px 15px 30px;
}

.sh-header-left-1 .header-bottom {
	position: absolute;
	bottom: 0px; left: 0px; right: 0px;
}


/* Left Header Buttons - Style 1 */

.sh-header-left-1 {
	border-right: 1px solid rgba(0,0,0,0.1);
}

.sh-header-left-1 .sh-side-buttons .sh-table-cell {
	width: 50%;
	border-top: 1px solid rgba(0,0,0,0.1);
}

.sh-header-left-1 .sh-side-button-search,
.sh-header-left-1 .sh-side-button-cart {
	cursor: pointer;
	height: 70px;
	text-align: center;
	position: relative;
	color: #8d8d8d;
	font-weight: bold;
}

.sh-header-left-1 .sh-side-button-search {
	line-height: 70px;
	border-right-width: 0px!important;
}

.sh-header-left-1 .sh-side-button-search i {
	font-size: 24px;
	padding-right: 8px;
	display: inline-block;
	position: relative;
	bottom: -4px;
}

.sh-header-left-1 .sh-side-button-search {
	border-right: 1px solid rgba(0,0,0,0.1);
}

.sh-header-left-1 .sh-side-button-cart .sh-nav-container {
	width: 100%;
	display: inline-block;
	padding: 0;
}

.sh-header-left-1 .sh-side-button-cart .sh-nav-cart {
	top: 10px;
}

.sh-header-left-1 .sh-side-button-cart .sh-nav-cart i {
	font-size: 24px;
	color: #8d8d8d;
}

.sh-header-left-1 .sh-side-button-cart .sh-nav-cart .sh-cart-title {
	display: none;
}

.sh-header-left-1 .sh-side-button-cart .sh-nav-cart > ul.sub-menu {
	text-align: left;
	margin-left: -130px!important;
}

/* Left Header - Style 2 */

.sh-header-left-2 {
	padding: 0;
	color: #fff;
}

.sh-header-left-2 .header-logo {
	padding: 50px 0;
}

.sh-header-left-2 .sh-nav-container {
	padding: 0;
}

.sh-header-left-2 .sh-nav > li > a {
	max-height: 60px!important;
	line-height: 60px!important;
	max-width: 100%;
	padding: 0 25px;
	border-bottom: 1px solid rgba(255,255,255,0.25);
}

.sh-header-left-2 li.menu-item-has-children > a:after,
.sh-header-left-2 li.menu-item li.menu-item-has-children > a:after {
	font-family: 'simple-line-icons'!important;
	position: absolute;
	float: none;
	right: 25px;
	line-height: 60px;
	height: 60px;
	font-size: 12px;
	content: "\e604";
}

.sh-header-left-2 .sh-nav > li > ul {
	left: 320px!important;
}

.sh-header-left-2 .sh-nav > li > .mega-menu-row {
	min-width: 780px;
	left: 320px!important;
}

.sh-header-left-2 .header-social-media {
	text-align: center;
}

.sh-header-left-2 .header-social-media a {
	padding: 0 12px;
}

.sh-header-left-2 .header-social-media i {
	font-size: 18px;
	color: #fff;
}

.sh-header-left-2 .sh-header-copyrights-text {
	margin-bottom: 30px;
	text-align: center;
}

.sh-header-left-2 .sh-nav > li > a {
	color: #fff;
	font-weight: bold;
}

.sh-header-left-2 .sh-nav li.menu-item > a.fa:before {
	width: 60px;
	height: 60px;
	background-color: rgba(255,255,255,0.15);
	display: inline-block;
	text-align: center;
	position: relative;
	margin-left: -25px;
	margin-right: 25px;
	color: #fff;
	font-size: 18px;
	font-weight: normal!important;
}

.sh-header-left-2 .sh-copyrights-text {
	line-height: inherit!important;
}

/* Left Header Buttons - Style 2 */
.sh-header-left-2 {
	border-right: 1px solid rgba(255,255,255,0.25);
}

.sh-header-left-2 .sh-side-buttons .sh-table-cell {
	width: 50%;
	border-bottom: 1px solid rgba(255,255,255,0.25);
}

.sh-header-left-2 .sh-side-button-search,
.sh-header-left-2 .sh-side-button-cart {
	cursor: pointer;
	height: 70px;
	text-align: center;
	position: relative;
	color: #8d8d8d;
	font-weight: bold;
}

.sh-header-left-2 .sh-side-button-cart .sh-nav-cart a {
	border-bottom: 0px!important;
}

.sh-header-left-2 .sh-side-button-search {
	line-height: 70px;
}

.sh-header-left-2 .sh-side-button-search i {
	font-size: 24px;
	padding-right: 8px;
	display: inline-block;
	position: relative;
	bottom: -4px;
}

.sh-header-left-2 .sh-side-button-search {
	border-right: 1px solid rgba(255,255,255,0.25);
}

.sh-header-left-2 .sh-side-button-cart .sh-nav-container {
	width: 100%;
	display: inline-block;
	padding: 0;
}

.sh-header-left-2 .sh-side-button-cart .sh-nav-cart {
	top: 10px;
}

.sh-header-left-2 .sh-side-button-cart .sh-nav-cart i {
	font-size: 24px;
	color: #8d8d8d;
}

.sh-header-left-2 .sh-side-button-cart .sh-nav-cart .sh-cart-title {
	display: none;
}

.sh-header-left-2 .sh-side-button-cart .sh-nav-cart > ul.sub-menu {
	text-align: left;
	margin-left: -160px!important;
}

.sh-header-left-2 ul.sh-nav > li.menu-item-has-children > a:after {
	right: 25px;
	line-height: 60px!important;
	height: 60px!important;
}

/* Left Header Height Improvements */
@media (max-height: 800px ) {
   .sh-header-in-side .sh-header-left-side .sh-nav > li > a,
   .sh-header-in-side .sh-header-left-side .sh-nav > li.menu-item-has-children > a:after {
	   max-height: 46px!important;
       line-height: 46px!important;
   }

   .sh-header-in-side .sh-header-left-side .sh-side-button-search,
   .sh-header-in-side .sh-header-left-side .sh-side-button-cart {
	   height: 50px;
   }

   .sh-header-left-side .sh-side-button-search {
	    line-height: 50px;
	}

	.sh-header-left-side .sh-side-button-search i,
	.sh-header-left-side .sh-side-button-cart .sh-nav-cart i {
		font-size: 22px;
	}

	.sh-header-left-side .sh-side-button-cart .sh-nav-cart {
		top: 4px;
	}

	.sh-header-left-2 .sh-header-copyrights-text,
	.sh-header-left-1 .sh-copyrights-text {
		margin-bottom: 15px;
		font-size: 13px;
	}

	.sh-header-left-1 .header-social-media a {
		height: 40px;
	}

	.sh-header-left-1 .header-social-media i {
		line-height: 40px;
	}
}

@media (max-height: 600px ) {
	.sh-header-in-side .sh-header-left-side .sh-nav > li > a,
    .sh-header-in-side .sh-header-left-side .sh-nav > li.menu-item-has-children > a:after {
		max-height: 36px!important;
        line-height: 36px!important;
    }

	.sh-header-left-2 .sh-header-copyrights-text,
	.sh-header-left-1 .sh-copyrights-text {
		margin-bottom: 6px;
		font-size: 11px;
	}

	.sh-header-left-2 .header-social-media i {
		font-size: 15px;
	}

	.sh-header-left-1 .header-social-media a {
		height: 30px;
	}

	.sh-header-left-1 .header-social-media i {
		line-height: 30px;
	}

	.sh-header-left-2 .header-bottom {
		bottom: 10px;
	    left: 10px;
	    right: 10px;
	}
}

@media (max-height: 450px ) {
	.sh-header-in-side .sh-header-left-side .sh-nav > li > a,
    .sh-header-in-side .sh-header-left-side .sh-nav > li.menu-item-has-children > a:after {
		max-height: 28px!important;
        line-height: 28px!important;
    }

	.sh-header-in-side .sh-header-left-side .sh-side-button-search,
    .sh-header-in-side .sh-header-left-side .sh-side-button-cart {
 	   height: 30px;
    }

    .sh-header-left-side .sh-side-button-search {
 	    line-height: 30px;
 	}

 	.sh-header-left-side .sh-side-button-search i,
 	.sh-header-left-side .sh-side-button-cart .sh-nav-cart i {
 		font-size: 18px;
 	}

 	.sh-header-left-side .sh-side-button-cart .sh-nav-cart {
 		top: 2px;
		left: 4px;
 	}

	.sh-header-left-2 .sh-header-copyrights-text,
	.sh-header-left-1 .sh-copyrights-text {
		margin-bottom: 0px;
		font-size: 10px;
	}

	.sh-header-left-side #header-logo {
		padding-top: 10px!important;
	}

	.sh-header-left-side #header-logo img {
		height: 25px;
	}

	.sh-header-left-1 .header-social-media a {
		height: 20px;
	}

	.sh-header-left-1 .header-social-media i {
		line-height: 20px;
		font-size: 12px;
	}
}

@media (max-height: 400px ) {
	.sh-header-in-side .sh-header-left-side .sh-nav > li > a,
    .sh-header-in-side .sh-header-left-side .sh-nav > li.menu-item-has-children > a:after {
		max-height: 24px!important;
        line-height: 24px!important;
    }
}


/**
 * 9.9 Header - Right
 */

 @media (max-width: 1025px) {
 	.sh-header-right-side {
		display: none!important;
	}
 }

.sh-header-right-side {
	position: fixed;
	top: 0; right: -320px; bottom: 0;
	width: 320px;
	height: 100%;
	background-color: #232323;
	overflow: hidden;
	z-index: 5000;
	-webkit-transform: translate3d(0,0,0);
	        transform: translate3d(0,0,0);
}

.sh-header-right-side .sh-header-mobile-dropdown {
	box-shadow: none!important;
}

.sh-header-scrollbar {
	overflow-y: scroll;
	height: 100%;
	position: relative;
	margin-right: -15px;
}

.sh-header-right-side .sh-header-mobile-dropdown {
	display: block!important;
	padding-bottom: 70px;
}

.sh-header-right-side .header-mobile-social-media {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 5500;
	background-color: #232323;
}

.sh-header-right-side .sh-nav-mobile li a {
	padding-left: 50px!important;
	padding-right: 50px!important;
}

.sh-header-right-side .container {
	width: 100%!important
}

#page-container {
	position: relative;
    left: 0;
}

.sh-header {
	position: relative;
	left: 0;
}

.page-layout-right-fixed .sh-header-right-side {
	right: 0;
}

.page-layout-right-fixed #page-container,
.page-layout-right-fixed .sh-sticky-header-active,
.page-layout-right-fixed.sh-footer-paralalx-init .sh-footer {
	left: -320px;
}

.page-layout-right-fixed .sh-back-to-top {
	right: 350px;
}

.sh-footer-paralalx-init .sh-footer {
	transition: 0.3s left ease-in-out;
}


/**
 * 9.10 Header - Search
 */

body > .sh-header-search {
	position: fixed!important;
	z-index: 20000;
}

.sh-header-search {
	display: none;
	position: absolute;
	top: 0; bottom: 1px; right: 0; left: 0;
	width: 100%;
	text-align: center;
	background-color: rgba(255,255,255,0.97);
	z-index: 200;
	overflow: hidden;
}

.sh-header-search .sh-header-search-input {
	display: inline-block;
	border: 0;
	margin-left: 5px;
	font-size: 24px;
	font-weight: normal;
	background-color: transparent;
	padding: 0;
	color: #505050;
	line-height: 48px!important;
	padding-right: 75px;
	width: 100%;
}

.sh-header-search .sh-header-search-input::-webkit-input-placeholder {
	color: #8d8d8d;
	font-style: normal;
	font-weight: normal;;
}
.sh-header-search .sh-header-search-input:-moz-placeholder {
	color: #8d8d8d;
	font-style: normal;
	font-weight: normal;
}
.sh-header-search .sh-header-search-input::-moz-placeholder {
	color: #8d8d8d;
	font-style: normal;
	font-weight: normal;
}
.sh-header-search .sh-header-search-input:-ms-input-placeholder {
	color: #8d8d8d;
	font-style: normal;
	font-weight: normal;
}

.sh-header-search-submit {
	position: absolute;
	top: 12px; right: 32px;
	border: 0;
	color: #8d8d8d;
	background-color: transparent;
	font-size: 24px;
	line-height: 1;
}

.sh-header-search-submit i {
	line-height: 1;
}

.sh-header-search-close {
	position: absolute;
	top: 14px; right: 0px;
	border: 0;
	color: #8d8d8d;
	background-color: transparent;
	font-size: 24px;
	cursor: pointer;
	line-height: 1;
}

.sh-header-search .container {
	position: relative;
}

.sh-header-search-form {
	position: relative;
	overflow: hidden;
}

.sh-header-left-side .sh-header-search .line-test {
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.sh-header-left-side .sh-header-search .sh-header-search-input {
	line-height: 60px!important;
}

.sh-header-left-side .sh-header-search .container {
	position: relative;
	max-width: 100%!important;
	width: 100%!important;
	padding: 0 20px!important;
	overflow: hidden;
}

.sh-side-button-search-line .line-test {
	border-bottom: 1px solid #e5e5e5;
	padding: 15px 0;
}


/**
 * 9.11 Header - Logo
 */

.sh-sticky-logo,
.sh-light-logo {
    display: none;
}

.primary-desktop .sh-nav-container {
	position: static;
}

.sh-sticky-header-active .sh-sticky-logo {
    display: block;
}

.sh-sticky-header-active .sh-standard-logo {
    display: none;
}

.primary-desktop-light .sh-header:not(.sh-sticky-header-active) .header-logo img {
	display: none;
}

.primary-desktop-light .sh-header:not(.sh-sticky-header-active) .header-logo .sh-light-logo {
	display: block;
}

.primary-mobile-light .sh-header-mobile:not(.sh-sticky-mobile-header-active) .header-logo img {
	display: none;
}

.primary-mobile-light .sh-header-mobile:not(.sh-sticky-mobile-header-active) .header-logo .sh-light-logo {
	display: block;
}

.primary-desktop-light .sh-header-top:not(.sh-sticky-mobile-header-active) .header-logo img {
	display: none;
}

.primary-desktop-light .sh-header-top:not(.sh-sticky-mobile-header-active) .header-logo .sh-light-logo {
	display: block;
}


/**
 * 9.12 Header - Style
 */

/* Header - Light Style */
.primary-desktop-light {
	position: absolute!important;
    z-index: 5000;
	width: 100%;
}

.primary-desktop-light .sh-header-top {
	background-color: rgba(255,255,255,0.0)!important;
}

.primary-desktop-light .sh-header-top-4 {
	border-color: rgba( 255,255,255,0.10 )!important;
}

.primary-desktop-light .sh-header-top .header-contacts-details,
.primary-desktop-light .sh-header-top .header-social-media a {
	color: rgba(255,255,255,0.85)!important;
}

.primary-desktop-light .sh-header:not(.sh-sticky-header-active):not(.sh-header-10) {
	background-color: rgba(255,255,255,0.0)!important;
}

.primary-desktop-light:not(.primary-desktop-light-noborder) .sh-header:not(.sh-sticky-header-active):not(.sh-header-10) {
    border-bottom: 1px solid rgba( 255,255,255,0.10 )!important;
}

.primary-desktop-light .sh-header-6:not(.sh-sticky-header-active) .sh-nav > .menu-item:not(.sh-nav-social),
.primary-desktop-light .sh-header-6:not(.sh-sticky-header-active) .header-logo {
	border-color: rgba( 255,255,255,0.10 )!important;
}

.primary-desktop-light .sh-header-top-3:not(.sh-sticky-header-active),
.primary-desktop-light .sh-header-top-3:not(.sh-sticky-header-active) .header-contacts-item span,
.primary-desktop-light .sh-header-top-3:not(.sh-sticky-header-active) .header-social-media a,
.primary-desktop-light .sh-header-top-3:not(.sh-sticky-header-active) .container {
	border-color: rgba( 255,255,255,0.10 )!important;
}

.primary-desktop-light .sh-header-5:not(.sh-sticky-header-active) .sh-nav li.menu-item,
.primary-desktop-light .sh-header-5:not(.sh-sticky-header-active) .sh-nav-social a:not(:first-child) {
	border-color: rgba( 255,255,255,0.10 )!important;
}

.primary-mobile-light #header-logo-title,
.primary-desktop-light .sh-header-top-4 #header-logo-title,
.primary-desktop-light .sh-header:not(.sh-sticky-header-active) #header-logo-title,
.primary-desktop-light .sh-header:not(.sh-sticky-header-active):not(.sh-header-10) .sh-nav > li > a,
.primary-desktop-light .sh-header:not(.sh-sticky-header-active):not(.sh-header-10) .sh-nav > li.menu-item > a > i {
	color: rgba(255,255,255,0.85)!important;
}

.primary-desktop-light .sh-header:not(.sh-sticky-header-active) .sh-nav-lang > a > span {
	border-color: rgba(255,255,255,0.2);
}

.primary-desktop-light .sh-header:not(.sh-sticky-header-active):not(.sh-header-10) .sh-nav > li.current_page_item > a,
.primary-desktop-light .sh-header:not(.sh-sticky-header-active):not(.sh-header-10) .sh-nav > li:not(.current_page_item):hover > a,
.primary-desktop-light .sh-header:not(.sh-sticky-header-active):not(.sh-header-10) .sh-nav .icon-basket {
	color: #fff!important;
}

.primary-desktop-light .sh-header:not(.sh-sticky-header-active):not(.sh-header-10) .c-hamburger:not(.is-active) span,
.primary-desktop-light .sh-header:not(.sh-sticky-header-active):not(.sh-header-10) .c-hamburger span:before,
.primary-desktop-light .sh-header:not(.sh-sticky-header-active):not(.sh-header-10) .c-hamburger span:after {
	background-color: #fff!important;
}

.primary-desktop-light-noborder > .sh-header:not(.sh-sticky-header-active),
.primary-desktop-light-noborder > .sh-header-height > .sh-header:not(.sh-sticky-header-active),
#page-container .primary-mobile-light-noborder .sh-header-mobile {
	border-bottom-width: 0px!important;
}

.primary-mobile-light {
	position: absolute!important;
	z-index: 5000;
	width: 100%;
}

.primary-mobile-light .sh-header-mobile:not(.sh-sticky-mobile-header-active) {
	background-color: rgba(255,255,255,0.0)!important;
    border-bottom: 1px solid rgba( 255,255,255,0.10 )!important;
}

.primary-mobile-light .sh-header-mobile-navigation {
	border-bottom: 0px!important;
}

.primary-mobile-light .sh-header-mobile:not(.sh-sticky-mobile-header-active) .sh-nav > li > a,
.primary-mobile-light .sh-header-mobile:not(.sh-sticky-mobile-header-active) .sh-nav > li.menu-item > a > i {
	color: rgba(255,255,255,0.85)!important;
}

.primary-mobile-light .sh-header-mobile .sh-nav > li.current_page_item > a {
	color: #fff!important;
}

.primary-mobile-light .sh-header-mobile:not(.sh-sticky-mobile-header-active) .c-hamburger:not(.is-active) span,
.primary-mobile-light .sh-header-mobile:not(.sh-sticky-mobile-header-active) .c-hamburger span:before,
.primary-mobile-light .sh-header-mobile:not(.sh-sticky-mobile-header-active) .c-hamburger span:after {
	background-color: #fff!important;
}


/**
 * 9.13 Header - Responsive
 */

.primary-desktop {
	position: relative;
	z-index: 1000;
}

.sh-header-mobile-dropdown {
	display: none;
	z-index: 1200;
	position: relative;
}

.sh-header-mobile .container {
	padding: 0 15px;
}

.sh-header-mobile-navigation {
	border-bottom: 1px solid #EDEDED;
}

.sh-header-mobile-navigation .sh-nav-dropdown .c-hamburger {
	top: -1px;
}

.sh-header-mobile-navigation .header-logo img {
	max-width: 85%;
}

.sh-header-mobile-navigation .sh-nav-cart + .sh-nav-dropdown .c-hamburger {
	top: 8px!important;
}

.sh-header-mobile-navigation .sh-nav-container {
	padding: 40px 0;
}

.sh-nav-mobile {
	max-width: 800px;
	padding: 20px 0!important;
	overflow: hidden;
}

.sh-nav-mobile ul {
	display: none;
	margin-left: 30px!important;
}

.sh-nav-mobile ul.open {
	display: block;
}

.sh-nav-mobile li:after {
	content: "";
	display: block;
	left: 0; right: 0;
	position: absolute;
	height: 1px;
	background-color: #303030;
	width: 100%;
}

.sh-nav-mobile li:last-child:after {
	height: 0;
}

.sh-nav-mobile ul {
	position: relative;
}

.sh-nav-mobile ul li:after {
	left: auto;
	right: auto;
}

.sh-nav-mobile li a {
	font-weight: bold;
	font-size: 13px;
}

.sh-nav-mobile li .sub-menu:before {
	content: "";
	display: block;
	position: absolute;
	height: 1px;
	background-color: #303030;
	width: 100%;
}

.sh-nav-mobile li.current-menu-item > a {
	color: #fff;
}

.sh-nav-mobile li.menu-item-has-icon > a {
	padding-left: 25px;
    line-height: 1;
}

.sh-nav-mobile li.menu-item-has-icon > a:before {
	left: -24px;
	display: inline-block;
	position: relative;
}

.sh-nav-mobile li.menu-item-has-children > a:after {
	font-family: 'simple-line-icons'!important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: block;
	position: relative;
	font-size: 12px;
	margin-left: 6px;
	top: 6px;
	float: right;
	content: "\e604";
}

.sh-nav-mobile li a {
	display: block;
	padding: 16px 0;
	color: #aaaaaa;
}

.sh-nav-mobile li {
	position: relative;
}

.sh-nav-mobile a.menu-item-open-fix {
	position: absolute;
	top: 0; left: 0; right: 50px;
}

.sh-nav-mobile a.menu-item-open-fix:after {
	opacity: 0;
}

.sh-header-mobile .sh-nav-mobile li:last-child {
	border-bottom: 0px solid transparent!important;
}

.header-mobile-search {
	width: 100%;
	position: relative;
}

.header-mobile-search .header-mobile-form .header-mobile-form-input {
	display: block;
	background-color: transparent;
	border: 0px;
	padding: 0px;
	padding-right: 50px;
	width: 100%;
	line-height: 70px!important;
	margin-bottom: 0;
	font-size: 24px;
	font-weight: bold;
	color: #fff!important;
}

.header-mobile-search .header-mobile-form .header-mobile-form-input:focus {
	outline: none;
}

.header-mobile-search .header-mobile-form-submit {
	position: absolute;
	right: 0;top: 0;bottom: 0;
	line-height: 70px;
	text-align: center;
	font-size: 24px;
	color: #fff;
	background-color: transparent;
	border: 0;
}

.header-mobile-social {
	padding-top: 15px;
}

.header-mobile-social-media {
	display: table;
	width: 100%;
	padding: 0;
	border-top: 1px solid #303030;
	position: relative;
}

.header-mobile-social-media a {
	display: table-cell;
	vertical-align: top;
	text-align: center;
	border-left: 1px solid #303030;
	padding: 0;
	height: 70px;
}

.header-mobile-social-media a:hover {
	background-color: #303030;
}

.header-mobile-social-media a:first-child {
	border-left: none;
}

.header-mobile-social-media i {
	font-size: 16px;
	color: #8d8d8d;
	padding-left: 0px;
	position: relative;
	line-height: 70px;
}

header.primary-mobile {
	display: none;
	z-index: 600;
	position: relative;
}

/* Header - Responsive Options */
.sh-header-mobile-spacing-compact .sh-header-mobile-navigation .sh-nav-container {
	padding: 17px 0;
}


/**
 * 10.0 Titlebar
 */

.sh-titlebar {
	position: relative;
	padding: 0;
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-size: cover!important;
	background-color: #fafafa;
	z-index: 100;
}

@media (min-width: 768px) {
	/*body.admin-bar .sh-titlebar:not(.sh-titlebar-parallax-disabled) {
		background-position: 50% -28px;
	}*/

	.sh-titlebar-parallax:not(.sh-titlebar-parallax-disabled) {
		background-position: -9000px -9000px!important;
		background-size: auto!important;
	}
}

.sh-titlebar #jarallax-container-0 {
	opacity: 0;
	-webkit-animation: new-item-animation 0.5s linear forwards;
	        animation: new-item-animation 0.5s linear forwards;
}

@-webkit-keyframes new-item-animation {
    from {
        opacity: 0;
	}

    to {
        opacity: 1;
    }
}

@keyframes new-item-animation {
    from {
        opacity: 0;
	}

    to {
        opacity: 1;
    }
}

.sh-titlebar #jarallax-container-0,
#jarallax-container-0,
#jarallax-container-1,
#jarallax-container-2,
#jarallax-container-3,
#jarallax-container-4,
#jarallax-container-5,
#jarallax-container-6,
#jarallax-container-7,
#jarallax-container-8,
#jarallax-container-9,
#jarallax-container-10,
#jarallax-container-11,
#jarallax-container-12,
#jarallax-container-13,
#jarallax-container-14,
#jarallax-container-15 {
	z-index: 0!important;
}

.sh-titlebar .container {
	padding: 0px 15px
}

.sh-titlebar:not(.sh-titlebar-revslider) a {
	color:#8d8d8d!important;
}

.sh-titlebar .sh-table {
	min-height: 60px;
	z-index: 100;
	position: relative;
}

.sh-titlebar-height-small {
	padding: 25px 0;
}

.sh-titlebar-height-medium {
	padding: 50px 0;
}

.sh-titlebar-height-large {
	padding: 100px 0;
}

.sh-titlebar .titlebar-title h1,
.sh-titlebar .titlebar-title h2 {
	font-size: 24px;
	margin-bottom: 0;
	font-weight: bold;
}

.sh-titlebar:not(.sh-titlebar-template) .title-level {
	text-align: right;
}

.sh-titlebar .title-level .separator {
	font-size: 0;
}

.sh-titlebar .title-level .separator:after {
	display: inline-block;
	font-family: 'simple-line-icons'!important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e606";
	font-size: 10px;
	padding: 0 12px;
}

.sh-titlebar .title-level .breadcrumbs {
	font-size: 14px;
	margin: 0;
	margin-bottom: -4px;
	position: relative;
}

.sh-titlebar .title-level .item-current {
	font-weight: bold;
}

.sh-titlebar-center {
	text-align: center;
}

.sh-titlebar-center .titlebar-title {
	margin-bottom: 10px;
}

.sh-titlebar-center .title-level {
	text-align: center;
}

.sh-titlebar-center .title-level .breadcrumbs {
	margin-bottom: 0;
	opacity: 0.8;
}

/* Titlebar - Light Style */
.sh-titlebar-light {
	padding-top: 121px;
	background-color: #353535!important;
	position: relative;
}

.sh-titlebar-light .sh-table {
	padding: 130px 0;
}

.sh-titlebar-light h1,
.sh-titlebar-light h2,
.sh-titlebar-light a,
.sh-titlebar-light span,
.sh-titlebar-light:not(.sh-titlebar-revslider) span a {
	color: #fff!important;
}

.sh-titlebar-light .sh-titlebar-icon {
	opacity: 1;
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	text-align: center;
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-animation-delay: 3s;
	        animation-delay: 3s;
	-webkit-animation-duration: 5s;
	        animation-duration: 5s;
	-webkit-animation-iteration-count: 3;
	        animation-iteration-count: 3;
	-webkit-animation-timing-function: ease-out;
	        animation-timing-function: ease-out;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
}

.sh-titlebar-light .sh-titlebar-icon i {
	font-size: 21px;
	color: #fff;
	opacity: 0.7;
	display: block;
	position: relative;
}

.sh-titlebar-light .titlebar-title .titlebar-title-h1 {
	font-size: 36px;
	margin-bottom: 10px;
}

.sh-titlebar-light .sh-titlebar-desc {
	color: #fff;
	font-style: italic;
	font-size: 16px;
	opacity: 0.8;
	margin-top: 16px;
}

.sh-titlebar-light .title-level {
	margin-top: 15px;
}

@-webkit-keyframes bounce {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}

@keyframes bounce {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}

@media (max-width: 1020px) {
	.sh-titlebar-light .sh-table {
		padding: 75px 0;
	}
}

.sh-titlebar-text-style2 .titlebar-title .titlebar-title-h1 {
	font-size: 48px;
}

.sh-titlebar-text-style2 .sh-titlebar-desc {
	font-size: 18px;
	font-style: normal;
	margin-top: 8px;
}

@media (max-width: 760px) {
	.sh-titlebar-text-style2 .titlebar-title .titlebar-title-h1 {
		font-size: 30px;
	}

	.sh-titlebar-text-style2 .sh-titlebar-desc {
		font-size: 15px;
	}
}

/* Titlebar - Responsive Options */
@media (max-width: 800px) {
	.sh-titlebar-mobile-layout-compact .container > div {
		display: block;
		padding: 22px 0;
	}

	.sh-titlebar-mobile-layout-compact .container > .sh-table > .sh-table-cell {
		display: block;
	}

	.sh-titlebar-mobile-layout-compact .title-level .breadcrumbs,
	.sh-titlebar-mobile-layout-compact .sh-titlebar-desc {
		font-size: 13px;
	}

	.sh-titlebar-mobile-layout-compact .titlebar-title h2 {
		font-size: 18px!important;
		margin-bottom: 0px!important;
	}

	.sh-titlebar-mobile-layout-compact:not(.sh-titlebar-mobile-title-off) .title-level {
		margin-top: 10px!important;
	}

	.sh-titlebar-mobile-title-off:not(.sh-titlebar-light) .titlebar-title h2 {
		display: none;
	}

	.sh-titlebar-mobile-title-off:not(.sh-titlebar-light) .title-level {
		margin-top: 0px!important;
	}
}

.sh-titlebar-sides-reversed .sh-titlebar-content {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}

.sh-titlebar-sides-reversed .sh-titlebar-content > div {
	display: block;
}

.sh-titlebar-sides-reversed .title-level {
	flex: 1;
	text-align: left;
}



/**
 * 11.0 - Footer
 */

.sh-footer-columns {
	position: relative;
}

.sh-footer-columns > .widget-item {
	display: inline-block;
	width: 33.3%;
	vertical-align: top;
	padding: 0 15px;
	margin-bottom: 25px;
	margin-right: -4px;
}

.sh-footer-widgets {
	padding: 100px 0 100px 0;
	color: #e3e3e3;
	background-color: #262626;
}

.sh-footer-widgets .container {
	margin-bottom: -35px;
}

.sh-footer-col > div:last-child {
	padding-bottom: 0;
}

.sh-footer-widgets a,
.sh-footer-widgets li a {
	color: #fff;
}

.sh-footer-widgets a:hover,
.sh-footer-widgets li a:hover {
	color: #47c9e5;
}

.sh-footer-widgets h3 {
	color: #ffffff;
	font-size: 16px;
}

.sh-copyrights {
	background-color: #222222;
	color: #ffffff;
	padding: 0px 10px;
}

.sh-copyrights a {
	color: #fff;
}

.sh-copyrights a:hover {
	color: #47c9e5;
}

.sh-copyrights-style1 {
	float: left;
	height: 70px;
}

.sh-copyrights-style2 {
	display: table;
	margin: 0 auto;
	height: 70px;
}

.sh-copyrights-style3 {
	min-height: 70px;
	display: flex;
	align-items: center;
}

.sh-copyrights-style3 .sh-table-cell {
	width: 33.3%;
}

.sh-copyrights-style3 .sh-copyrights-text,
.sh-copyrights-style3 .sh-copyrights-social {
	line-height: 150%!important;
	margin-top: 0px!important;
}

@media (max-width: 800px) {
	.sh-copyrights-style3 .sh-table-cell {
		width: 100%;
		display: block;
		text-align: center;
	}

	.sh-copyrights-style3 .sh-table-cell {
		padding-top: 10px;
	}
}

.sh-footer-widgets ul li:first-child {
	padding-top: 0;
}

.sh-footer-widgets ul li:last-child {
	border-bottom: 0!important;
	padding-bottom: 0!important;
}

.sh-footer-widgets ul li,
.sh-footer-widgets ul li {
	border-bottom: 1px solid rgba( 255,255,255,0.1 );
	padding: 7.5px 0;
}

.sh-footer-widgets ul {
	list-style: none;
	padding-left: 0;
}

.sh-copyrights-social {
	font-size: 16px;
	line-height: normal!important;
	margin-right: 4px;
}

.sh-copyrights-social a {
	display: inline-block;
	border-left: 1px solid rgba( 255,255,255,0.1 );
	height: 70px;
	line-height: 70px;
	width: 70px;
	text-align: center;
	margin-right: -4px;
}

.sh-copyrights-social a:last-child {
	border-right: 1px solid rgba( 255,255,255,0.1 );
}

.sh-copyrights-social i {
	padding: 0;
	position: relative;
	bottom: -2px;
}

.sh-copyrights-social a:first-child i {
	padding-left: 0;
}

.sh-copyrights-social a:last-child i{
	padding-right: 0;
}

.sh-copyrights-image {
	max-height: 70px;
}

.sh-copyrights-logo {
	padding-right: 25px;
}

.sh-copyrights-text-only {
	text-align: center;
}

.sh-copyrights-text-only .sh-copyrights-text {
	margin: 0;
}

/* Footer parallax */

@media (min-width: 851px) {
	.sh-footer-paralalx-init .content-container,
	.sh-footer-paralalx-init .blog-editor-content-container	 {
		position: relative;
		background-color: #fff;
		z-index: 100;
	}

	.sh-footer-paralalx-init .sh-footer {
		position: fixed;
		width: 100%;
		bottom: 0; left: 0; right: 0;
		z-index: 0;
		opacity: 0;
	}
}

@media (max-width: 851px) {
	.sh-footer-paralalx-init .sh-footer {
		opacity: 1!important;
	}
}


/**
 * 12.0 - Portfolio
 */

.sh-portfolio-single-container-full-width {
	padding: 0 30px;
}

.sh-portfolio-single-image img {
	width: 100%;
	margin-bottom: 0;
}

.sh-portfolio-single-gallery-item img {
	margin-bottom: 0;
}

.sh-portfolio-single #sidebar {
	margin-top: 30px;
}

/*.sh-portfolio-single-right,
.sh-portfolio-single-left {
	padding-top: 30px;
}*/

.sh-whitespace-small {
	padding: 0 5px;
}

.sh-portfolio-single-disabled {
	cursor: default;
}

.sh-portfolio-single-disabled i {
	opacity: 0.3;
}

.sh-portfolio-single-title {
	font-weight: bold;
	font-size: 30px;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 20px;
}

.sh-portfolio-single-description {
	margin-bottom: 30px;
}

.sh-portfolio-single-description-vc {
	margin-left: -30px;
	margin-right: -30px;
	position: relative;
}

.sh-portfolio-single-gallery {
	position: relative;
	margin: 0 -15px;
}

.sh-portfolio-single-gallery-item {
	display: inline-block;
	vertical-align: top;
	margin-top: 30px;
	margin-right: -4px;
	padding: 0 15px;
}

.sh-portfolio-single-gallery-columns3 .sh-portfolio-single-gallery-item {
	width: 33.3%;
}

.sh-portfolio-single-gallery-columns4 .sh-portfolio-single-gallery-item {
	width: 25%;
}

.sh-portfolio-single-gallery-columns5 .sh-portfolio-single-gallery-item {
	width: 20%;
}

.sh-portfolio-single-gallery-columns4,
.sh-portfolio-single-gallery-columns5 {
	margin: 0 -10px;
}

.sh-portfolio-single-gallery-columns4 .sh-portfolio-single-gallery-item,
.sh-portfolio-single-gallery-columns5 .sh-portfolio-single-gallery-item {
	padding: 0 10px;
	margin-top: 20px;
}

@media (max-width: 1024px) {
	.sh-portfolio-single-gallery .sh-portfolio-single-gallery-item {
		min-width: 33.3%;
	}
}

@media (max-width: 600px) {
	.sh-portfolio-single-gallery .sh-portfolio-single-gallery-item {
		min-width: 50%;
	}
}

.sh-portfolio-single-related {
	margin-top: 60px;
}

.sh-portfolio-single-related h3 {
	font-size: 24px;
	margin-bottom: 10px;
}

.sh-portfolio-comments h2.sh-comments-title {
	font-size: 24px;
	margin-top: 75px;
}

.sh-portfolio-single-related-mini {
	margin-top: 15px;
}

.sh-portfolio-single-related-mini .sh-portfolio-image {
	margin-bottom: 20px;
}

.sh-portfolio-single-related-mini h5 {
	margin-bottom: 10px;
}

.sh-portfolio-single-info-item {
	border-bottom: 1px solid #ebebeb;
	padding: 15px 0;
}

.sh-portfolio-single-info-item:first-child {
	padding-top: 0px;
}

.sh-portfolio-single-info-left {
	width: 36px;
}

.sh-portfolio-single-info-left i {
	font-size: 18px;
	color: #47c9e5;
	bottom: -2px;
	position: relative;
}

.sh-portfolio-single-buttons {
	margin-bottom: 20px;
}


/* Portfolio Project Gallery Slider */
.sh-portfolio-single-gallery-slider-for {
	margin-bottom: 20px;
}

.sh-portfolio-single-gallery-slider-for img {
	width: 100%;
}

.sh-portfolio-single-gallery-slider-nav-container {
	position: relative;
	overflow: hidden;
}

.sh-portfolio-single-gallery-slider-nav {
	position: relative;
    margin: 0 -10px;
}

.sh-portfolio-single-gallery-slider-nav .sh-portfolio-single-gallery-slider-item {
	padding: 0 10px;
}

.sh-portfolio-single-gallery-slider-nav .sh-page-switcher-button {
	position: absolute;
    top: 50%;
    z-index: 10;
    border-width: 0px;
	margin-top: -24px;
	opacity: 0;
}

.sh-portfolio-single-gallery-slider-nav .sh-page-switcher-button-left {
	left: 24px;
}

.sh-portfolio-single-gallery-slider-nav .sh-page-switcher-button-right {
	right: 24px;
}

.sh-portfolio-single-gallery-slider-nav:hover .sh-page-switcher-button {
	opacity: 1;
}


/**
 * 13.0 - Blog
 */

.post-left-side {
	width: 44%;
	margin-right: 3%;
}

.post-right-side {
	width: 53%;
}

.ratio-container {
	padding-top: 56.25%;
	position: relative;
}

.ratio-container-classic {
	padding-top: 75%!important;
}

.ratio-container-portrait {
	padding-top: 115%!important;
}

.ratio-content {
	display: block;
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
}

.ratio-content > div:not(#fb-root) {
	width: 100%;
	height: 100%;
	position: relative;
}

.post-meta-video .ratio-content {
	overflow: hidden;
}

.post-container {
	margin: 0 15px;
	position: relative;
}

.post-container .plyr--audio {
	border: 1px solid #e9e9e9;
}

.ratio-content video,
.ratio-content audio,
.ratio-content iframe {
	width: 100%;
	height: 100%;
}

.post-title h1,
.post-title h2 {
	font-size: 20px;
	line-height: 135%;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 16px;
}

.post-sticky {
	font-size: 20px;
	padding-right: 7px;
	color: #47c9e5;
	display: none;
}

article.post-item.sticky .post-sticky {
	display: inline-block;
}

.post-quote-and-link {
	line-height: 180%;
	width: 100%;
	font-weight: bold;
	border-top: 1px solid rgba(255,255,255,0.2);
	border-bottom: 1px solid rgba(255,255,255,0.2);
	padding: 21px 0;
}

.post-quote-and-link a {
	display: block;
	font-size: 18px;
	margin-bottom: 6px;
	font-weight: normal;
	font-style: italic;
	line-height: 140%;
}

.post-quote-and-link span {
	font-size: 16px;
	display: block;
	padding-top: 5px;
	text-align: center;
}

.post-content {
	padding-bottom: 15px;
	word-break: break-word;
}

#content.post-content {
	padding-bottom: 0px;
}

.post-content img:not(:last-child),
.post-content p:not(:last-child),
.post-content table:not(:last-child) {
	margin-bottom: 15px;
}

.page-default-content > figure > img,
.page-default-content > img:not(:last-child),
.page-default-content > p:not(:last-child),
.page-default-content > table:not(:last-child) {
	margin-bottom: 15px;
}

.post-content .post-password-form label {
	margin-top: 15px;
	font-size: 15px;
	display: block;
}

.post-content .post-password-form input {
	margin-top: 10px;
}

.post-content .post-password-form input[type="submit"] {
	font-weight: bold;
	border: 0px;
	color: #fff;
}

.post-meta-one {
	margin-bottom: 10px;
}

.post-meta i {
	padding-right: 3px;
}

.post-meta-two {
	border-top: 1px solid #e9e9e9;
	padding-top: 15px;
}

.post-meta span + .post-meta span {
	padding-right: 3px;
}

.post-meta-author .bypostauthor {
	font-weight: bold;
}

.post-meta-comments-inverted,
.post-meta-date {
	padding-left: 13px;
}

.post-meta-categories {
	padding-left: 0px;
}

.post-meta-categories i {
	font-size: 16px;
	position: relative;
	bottom: -1px;
	padding-right: 5px
}

.post-meta-categories a {
	font-size: 13px;
	text-transform: uppercase;
}

.post-meta-categories .post-meta-comments i {
 	font-size: 16px;
 	position: relative;
 	bottom: -3px;
 	padding-right: 5px
}

.post-item-single .post-meta-comments {
	padding-left: 15px;
}

.post-meta-comments i {
	font-size: 16px;
	position: relative;
	bottom: -3px;
	padding-right: 5px
}

.post-meta-thumb {
	position: relative;
	display: block;
	overflow: hidden;
	max-height: 700px;
	overflow: hidden;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	        flex-direction: column;
	-webkit-flex-direction: column;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.page-featured-image {
	margin-bottom: 30px;
}

.page-featured-image img {
	margin-bottom: 0px;
}

.page-featured-image-hidden {
	display: none;
}

.post-meta-thumb img {
	width: 100%;
	min-width: 100%;
	height: auto;
	transition: all 0.3s ease-in-out;
	margin-bottom: 0px;
}

.blog-style-mix .post-meta-thumb .sh-ratio-content {
	transition: all 0.3s ease-in-out;
}

.post-meta-thumb:hover img,
.blog-style-mix .post-meta-thumb:hover .sh-ratio-content {
	-webkit-transform: translate3d(0,0,0) scale(1.1, 1.1);
	        transform: translate3d(0,0,0) scale(1.1, 1.1);
}

.post-item-single .post-meta-thumb:hover img {
	-webkit-transform: none;
	    -ms-transform: none;
	        transform: none;
}

.post-meta-icon {
	width: 44px;
	height: 44px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -22px;
	text-align: center!important;
	position: relative;
}

.post-meta-icon i,
.post-meta-icon span {
	line-height: 45px;
	font-size: 21px;
}

.post-more {
	font-weight: bold;
}

.post-with-background {
	background-color: #F9F9F9;
	padding: 30px 30px 45px 30px;
	text-align: center;
}

.post-with-background a,
.post-with-background a:hover,
.post-with-background a:focus {
	color: #8d8d8d;
	text-align: center;
}

.post-with-background a:hover,
.post-with-background a:focus {
	color: #47c9e5;
}

.post-meta-video .post-meta-video-container,
.post-meta-audio .post-meta-audio-container  {
	padding-top: 56.25%; position: relative;
}

.post-meta-video .post-meta-video-content,
.post-meta-audio .post-meta-audio-content {
	position: absolute; top: 0; left: 0; right: 0; bottom: 0;
}

.post-with-background .post-meta {
	float: none;
	position: relative;
	bottom: -22px;
	text-align: center;
}

.psot-content {
	line-height: 120%;
}

.sticky {
	display: block;
}


/**
 * 13.1 Blog - Masonry
 */

.blog-style-masonry {
	margin: 0 -15px;
	opacity: 0;
	transition: 0.25s all ease;
}

.blog-style-masonry article {
	width: 33.3%;
	float: left;
	margin-bottom: 45px;
}

.blog-style-masonry .post-item .post-large-info h2 {
	margin-top: 0;
	margin-bottom: 5px;
}

.content-with-sidebar-left .blog-style-masonry article,
.content-with-sidebar-right .blog-style-masonry article {
	width: 50.0%;
}

.post-item.format-standard .post-category {
	margin-top: -14px;
}

.masonry-shadow .post-container {
	box-shadow: 0px 10px 11px 0px rgba(0,0,0,0.05);
}

.masonry-shadow .post-content-container {
	padding-left: 30px;
	padding-right: 30px;
}

.masonry-shadow .post-meta-two {
	margin-left: -30px;
	margin-right: -30px;
	padding-left: 30px;
	padding: 15px 30px;
}

.masonry-shadow .post-title h2 {
	margin-top: 30px;
}

.masonry-shadow .post-item .post-container {
	transition: 0.3s all ease-in-out;
	bottom: 0;
}

.masonry-shadow .post-item:hover .post-container {
	box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.06);
	bottom: -4px;
}


/**
 * 13.2 Blog - Masonry 2
 */

 .masonry2 .post-item .post-container {
 	transition: 0.3s all ease-in-out;
 	bottom: 0;
 }

.masonry2 .post-item:hover .post-container {
 	bottom: -2px;
 }

 .masonry2 .post-item .post-content-container {
	transition: 0.3s all ease-in-out;
	box-shadow: 0px 15px 45px -9px rgba(0,0,0,0.20);
	overflow: hidden;
	position: relative;
 }

.masonry2 .post-item:hover .post-content-container {
	box-shadow: 0 1px 1px 1px rgba(0,0,0,0.06);
}

.masonry2 .post-item.slick-slide .post-content-container {
	box-shadow: 0px 10px 11px 0px rgba(0,0,0,0.05);
}

.masonry2 .post-item.slick-slide:hover .post-content-container {
	box-shadow: 0 1px 1px 1px rgba(0,0,0,0.06);
}

.masonry2 .post-title h2 {
	font-size: 28px;
	margin-top: 12px;
	margin-bottom: 14px;
	line-height: 100%!important;
}

.masonry2 .post-meta-one {
	margin-bottom: 0px;
}

.masonry2 .post-content {
	padding-bottom: 28px;
}

.masonry2 .post-meta-categories i {
	display: none;
}

.masonry2 .post-meta-author a.bypostauthor {
	font-weight: normal;
}

.masonry2 .post-meta {
	font-size: 12px;
}

.masonry2 .post-meta-date {
	padding-left: 9px;
}

.masonry2 .post-item:not(.format-quote):not(.format-link) .post-content-container {
	padding-left: 13%;
	padding-right: 13%;
	padding-top: 32px;
	background-color: #fff;
}

.masonry2 .post-meta-two {
	margin-left: -18%;
	margin-right: 92px;
	padding: 19px 0px 19px 18%;
	position: relative;
}

.masonry2 a.post-meta-comments {
	background-color: #f6f6f6;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: -20px;
    right: -92px;
    padding: 0 17px;
    border-radius: 100px;
	transition: 0.3s all ease-in-out;
}

.masonry2 a.post-meta-comments i {
	padding-right: 3px;
}

.masonry2 .post-content-container a.post-meta-comments:hover {
	background-color: #47c9e5;
	color: #fff!important;
}

.masonry2 .slick-next {
	border-top-left-radius: 100px;
	border-bottom-left-radius: 100px;
}

.masonry2 .slick-next span {
	padding-left: 6px;
}

.masonry2 .slick-prev {
	border-top-right-radius: 100px;
	border-bottom-right-radius: 100px;
}

.masonry2 .slick-prev span {
	padding-right: 6px;
}

.masonry2 .slick-arrow {
	height: 66px;
}

.masonry2 .slick-arrow span {
	font-size: 18px;
}

.masonry2 .post-with-background2 {
	background-color: #333333;
	text-align: left;
	padding: 60px 30px;
	color: #fff;
	transition: 0.3s all ease-in-out;
}

.masonry2 .post-item:hover .post-with-background2 {
	background-color: #fff;
	color: #505050;
}

.masonry2 .post-item:hover .post-with-background2 a {
	color: #505050;
}

.masonry2 .post-meta-icon2 {
	font-size: 30px;
	padding-bottom: 5px;
}

.masonry2 .post-quote-and-link2 {
	padding-bottom: 30px;
}

.masonry2 .post-quote-and-link2 a {
	border-top-width: 0px;
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	line-height: 100%;
}

.masonry2 .post-quote-and-link-details2 {
	display: block;
	font-size: 14px;
}

.post-content-container {
	position: relative;
}

.masonry2:not(.blog-style-mix) .post-item.format-quote .post-meta-two,
.masonry2:not(.blog-style-mix) .post-item.format-link .post-meta-two {
	margin-left: 0px;
	margin-right: 0px;
}

.masonry2 .post-item.format-quote a.post-meta-comments,
.masonry2 .post-item.format-link a.post-meta-comments {
	right: 30px;
}

.post-item .slick-slider img {
	margin-bottom: 0px;
}

.post-item .slick-dots li button {
	width: 11px;
	height: 11px;
}

.post-item .slick-dots li.slick-active button {
	width: 15px;
    height: 15px;
}

.post-item .slick-dots {
	margin-top: -45px;
}


/**
 * 13.2 Blog - Mix
 */

.blog-style-mix article {
	margin-bottom: 40px;
	width: 100%!important;
}

.blog-style-mix article .post-column-right {
	position: relative;
    z-index: 100;
}

.blog-style-mix article .post-container > .row > div {
	padding: 0px;
}

.blog-style-mix article .post-content-container > div {
	width: 100%;
}

.blog-style-mix article  .post-content-container {
	padding-left: 13%;
	padding-right: 13%;
	padding-top: 32px;
}

.blog-style-mix article .post-meta-icon2 {
	margin-bottom: -15px;
}

.blog-style-mix article.format-link .post-content {
	font-weight: bold;
}

.blog-style-mix article .post-meta-comments {
	right: -92px!important;
}

@media (min-width: 992px) {
	.blog-style-mix article:nth-child(even) .post-column-left {
		float: right;
	}

	.blog-style-mix article:nth-child(even) .post-column-right {
		float: left;
	}

	.blog-style-mix article:nth-child(even):after {
		content: "";
		display: block;
		clear: both;
	}

	.blog-style-mix .post-meta-thumb .sh-ratio,
	.blog-style-mix .sh-gallery-item .sh-ratio-container,
	.blog-style-mix .post-content-container,
	.blog-style-mix .ratio-container {
		height: 440px;
	}
}

@media (max-width: 991px) {
	.blog-style-mix .post-meta-thumb .sh-ratio-container {
		padding-bottom: 56%!important;
	}
}

.blog-style-mix .post-content-container {
    display: flex;
	justify-content: center;
    align-items: center;
}

.blog-style-mix .post-meta-two {
	margin-left: 0;
    padding-left: 0;
}



/**
 * 13.2 Blog - Grid
 */

.blog-style-grid.minimalistic .post-meta-categories i {
	display: none;
}

.blog-style-grid.minimalistic .post-meta-comments .post-meta-comments {
	display: none;
}

.blog-style-grid.minimalistic .post-meta-two {
	border-width: 0px;
    padding-top: 2px;
    padding-bottom: 10px;
}

.blog-style-grid.minimalistic .post-title h2 {
	font-size: 18px;
	margin-top: 22px;
}

.blog-style-grid.minimalistic .post-container {
	box-shadow: 0px 3px 13px 1px rgba(0,0,0,0.12);
    transition: 0.3s all ease-in-out;
    bottom: 0;
}

.blog-style-grid.minimalistic .post-item:hover .post-container {
	box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.06);
	bottom: -4px;
}

.blog-style-grid.minimalistic .post-readmore {
	padding: 18px 30px;
	border-top: 1px solid #eaeaea;
	border-bottom: 0px solid #eaeaea;
	display: block;
	margin-top: 6px;
}

.blog-style-grid.minimalistic .post-readmore div {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
}

.blog-style-grid.minimalistic h2,
.blog-style-grid.minimalistic .post-meta-two,
.blog-style-grid.minimalistic .post-content {
	padding-left: 30px;
	padding-right: 30px;
}

.blog-style-grid.minimalistic .ratio-container {
	padding-top: 67%;
}

.blog-style-grid.minimalistic .post-with-background {
	padding-bottom: 50px;
}

.blog-style-grid.minimalistic .slick-dots {
	margin-bottom: 15px;
}

.blog-style-grid {
	margin: 0 -16px;
}

.blog-style-grid article {
	width: 33.3%;
	margin-bottom: 40px;
}

.content-with-sidebar-left .blog-style-grid article,
.content-with-sidebar-right .blog-style-grid article {
	width: 33.4%;
}

.blog-style-grid .post-item {
	float: none;
	display: inline-block;
	vertical-align: top;
	margin-right: -4px;
}

.blog-style-grid div {
	text-align: left;
}

.blog-style-grid iframe {
	max-width: 100%;
}

.blog-style-grid .ratio-container,
.blog-style-grid .post-with-background,
.blog-style-grid .post-meta-thumb,
.blog-style-grid .post-meta-thumb img {
	overflow: hidden;
}

.blog-style-grid .post-with-background {
	padding: 20px;
}

.blog-style-grid .post-with-background a,
.blog-style-grid .post-with-background span {
	text-align: center!important;
}

.blog-style-grid .mini-post-title {
	display: block;
	text-align: left!important;
	font-style: italic;
	font-size: 16px;
	width: 100%;
}

.blog-style-grid .mini-post-description {
	display: block;
	text-align: left!important;
	font-weight: bold;
	margin-top: 5px;
	width: 100%;
}

.blog-style-grid .mini-post-description i {
	position: relative;
	font-size: 16px;
	bottom: -2px;
	padding-right: 10px;
}

.blog-style-grid .post-quote-and-link {
	line-height: 155%;
}

.blog-style-grid .post-quote-and-link a {
	font-size: 18px;
}

.blog-style-grid .post-quote-and-link span {
	font-size: 16px;
}


/**
 * 13.3 Blog - Standard
 */

.blog-style-small .post-container,
.blog-style-medium .post-container,
.blog-style-large .post-container {
	margin: 0;
}

.blog-style-small div,
.blog-style-medium div {
	text-align: left;
}

.blog-style-small article,
.blog-style-medium article,
.blog-style-large article {
	width: 100%;
}

.blog-style-small .post-quote-and-link,
.blog-style-medium .post-quote-and-link,
.blog-style-large .post-quote-and-link {
	margin-bottom: 0;
}

.blog-style-small .post-meta-three,
.blog-style-medium .post-meta-three,
.blog-style-large .post-meta-three {
	border-bottom: 1px solid #e3e3e3;
	position: relative;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

.blog-style-small .post-meta-three > div,
.blog-style-medium .post-meta-three > div,
.blog-style-large .post-meta-three > div {
	margin-bottom: 0;
}

/* Blog - Standard Large */
.blog-style-large h2,
.blog-style-large .post-title h1 {
	font-size: 30px;
}

.blog-style-large article {
	margin-bottom: 40px;
}

.blog-style-large .post_format-post-format-link,
.blog-style-large .post_format-post-format-quote {
	margin-bottom: 40px;
}

/* Blog - Standard Medium */
.blog-style-medium h2 {
	font-size: 20px;
	margin-top: 0;
}

.blog-style-medium article {
	margin-bottom: 45px;
}

.blog-style-medium .post-more {
	padding-left: 10px;
}

/* Blog - Standard Small */
.blog-style-small h2 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 0;
}

.blog-style-small article {
	margin-bottom: 30px;
}

.blog-style-small .post-more {
	padding-left: 10px;
}

.blog-style-small .post-left-side {
	width: 30%;
}

.blog-style-small .post-right-side {
	width: 67%;
}


/**
 * 13.4 Blog - Single Page
 */

.post-item-single h1,
.post-item-single h2 {
	padding-top: 15px;
	cursor: default;
}

.post-item-single .post-title:first-child h1 {
	margin-top: 0;
	padding-top: 0;
}

.post-item-single .post-meta-data {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.post-item-single .post-meta-one {
	margin-bottom: 0;
}

.post-item-single .post-meta-two {
	padding-top: 0;
	border-top: 0;
}

.post-copyrights {
	margin-top: 15px;
	font-size: 12px;
	opacity: 0.8;
}


/**
 * 13.5 Blog - Post
 */

.sh-blog-tags {
	margin-top: 0px;
	margin-bottom: 20px;

}

.blog-single .sh-blog-single-meta {
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	padding: 26px 0px 24px 0px;
	margin: 0px;
}

.blog-single .sh-blog-single-meta > div {
	padding: 0;
}

.sh-blog-tag-item {
    display: inline-block;
    position: relative;
    padding: 0 16px;
    line-height: 26px;
    background-color: #47c9e5;
    color: #fff!important;
    margin-right: 10px;
    font-size: 13px!important;
    margin-bottom: 12px;
    border-radius: 100px;
    border: 3px solid #fff;
    box-shadow: 0px 1px 4px 1px rgba(0,0,0,0.2);
    font-weight: bold;
}

.sh-blog-pageswitch {
	border-top: 2px solid #f4f4f4;
	border-bottom: 2px solid #f4f4f4;
	padding: 30px 0;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
}

.sh-blog-pageswitch-back i {
	font-size: 10px;
	padding-right: 6px;
	position: relative;
	bottom: 2px;
}

.sh-blog-pageswitch-back {
	padding-left: 0;
	font-size: 13px;
}

.sh-blog-pageswitch-current {
	padding-left: 0;
	text-align: center;
}

.sh-blog-pageswitch-next {
	text-align: right;
}

.sh-blog-pageswitch-next i {
	font-size: 10px;
	padding-left: 6px;
	position: relative;
	bottom: 2px;
}

.sh-blog-tags h5,
.sh-blog-social h5 {
	margin-bottom: 0;
	font-size: 16px;
}

.sh-blog-tags h5 {
	margin-bottom: 22px;
}

.sh-blog-social {
	position: relative;
	z-index: 100;
}

.sh-blog-social div {
	max-width: 380px;
}

/* Page Swither */
.sh-page-switcher-button {
	display: inline-block;
	width: 50px;
	height: 50px;
	margin-right: -4px;
	border-radius: 50px;
	background-color: #f2f2f2;
	text-align: center;
	margin-right: 15px;
}

.sh-page-switcher-button i {
	line-height: 50px;
	font-size: 18px;
	color: #8d8d8d;
}

.sh-page-switcher-button:last-child {
	margin-right: 0px;
}

.sh-page-switcher-disabled {
	cursor: default;
}

.sh-page-switcher-disabled i {
	opacity: 0.3;
}

.sh-page-switcher-content {
	width: 50px;
	line-height: 50px;
	margin-right: 15px;
}

.blog-single .sh-page-switcher {
	display: table;
	margin-left: auto;
}


/**
 * 13.6 Blog - Post Author
 */

.sh-post-author {
	margin-top: 30px;
	padding-bottom: 20px;
}

.sh-post-author-page {
	margin-top: 0;
	padding-bottom: 65px;
}

.sh-post-author .sh-post-author-avatar {
	width: 200px;
	padding-right: 15px;
}

.sh-post-author .sh-post-author-avatar img {
	margin-bottom: 0px;
}

.sh-post-author .sh-post-author-info {
	padding: 30px;
	box-shadow: 0px 10px 11px 0px rgba(0,0,0,0.05);
}

.sh-post-author .sh-post-author-info h4 {
	font-size: 16px;
	margin-bottom: 10px;
}


/**
 * 13.6 Blog - Related posts
 */
.sh-related-posts-title h3 {
	font-size: 16px;
	margin-bottom: 0px;
}

.sh-related-posts {
	margin-top: 40px;
}

.sh-related-posts .post-container {
	margin: 0 15px;
}

.sh-related-posts h2 {
	font-size: 18px;
}

.sh-related-posts .blog-style-largeimage .post-item {
	margin-bottom: 0px;
}

.sh-related-posts .post-meta-video .ratio-container-classic {
	padding-top: 64%!important;
}



/**
 * 13.7 Blog - Overlay
 */

.post-meta-thumb:hover .sh-overlay-style1,
.null-instagram-feed-item:hover .sh-overlay-style1 {
	opacity: 1;
}

.sh-overlay-style1 {
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	background-color: rgba(71, 201, 229, 0.8);
	font-size: 24px;
	opacity: 0;
}

.sh-overlay-style1 i {
	position: relative;
	bottom: -3px;
	color: #fff;
}

.sh-overlay-style1 .sh-table-cell i {
	position: relative;
	overflow: visible;
	z-index: 10;
}

.sh-overlay-style1 .icon-link {
	padding-left: 2px;
}

.sh-overlay-style1 .sh-overlay-item {
	width: 50%;
	position: relative;
	text-align: center;
}

.sh-overlay-style1 .sh-overlay-item {
	text-align: center;
	height: 60px;
	transition: 0.5s all;
	opacity: 0;
}

.sh-overlay-style1:hover  .sh-overlay-item {
	opacity: 1;
}

.sh-overlay-style1 .sh-overlay-item-container i {
	font-size: 24px;
	line-height: 56px;
	transition: 0.5s all;
}

.sh-overlay-style1 .sh-overlay-item {
	width: 60px;
}

.sh-overlay-style1 .sh-overlay-item:first-child .sh-overlay-item-container {
	right: 0;
}

.sh-overlay-style1 .sh-overlay-item:only-child .sh-overlay-item-container {
	left: 50%;
	-webkit-transform: translateX(-40px) translateY(-30px);
	    -ms-transform: translateX(-40px) translateY(-30px);
	        transform: translateX(-40px) translateY(-30px);
}

.sh-overlay-style1 .sh-overlay-item-container {
	transition: 0.5s all;
	width: 60px;
	height: 60px;
	border-radius: 100px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-30px);
	    -ms-transform: translateY(-30px);
	        transform: translateY(-30px);
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
}

.sh-overlay-style1 .sh-overlay-item:hover .sh-overlay-item-container {
	background-color: #fff;
	width: 60px;
	-webkit-animation: icon_round_animation 0.5s;
	        animation: icon_round_animation 0.5s;
	color: #fff;
	box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.2);
}

.sh-overlay-style1 .sh-overlay-item:hover .sh-overlay-item-container i {
	color: #505050;
}

.sh-gallery-item .sh-overlay-style1,
.blog-single .sh-overlay-style1,
.blog-single .sh-gallery-item:hover .sh-overlay-style1 {
	opacity: 0!important;
}

.blog-single .sh-section .sh-gallery-item:hover .sh-overlay-style1 {
	opacity: 1!important;
}

/* Overlay - Style 2 (X) */
.sh-overlay-style2 {
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	background-color: rgba( 25, 25, 25, 0.65 );
	font-size: 24px;
	opacity: 0;
	transition: all 0.4s ease-in-out;
}

.sh-overlay-style2:hover {
	opacity: 1;
}

.sh-overlay-style2:hover .sh-overlay-item {
	transform: scale(1);
}

.sh-overlay-style2 .sh-overlay-item {
	position: absolute;
	top: 50%; left: 50%;
	margin-left: -12px;
	margin-top: -12px;
	width: 24px;
	height: 24px;
	transform: scale(0);
	transition: all 0.4s ease-in-out;
}

.sh-overlay-style2 .sh-overlay-item-open:before,
.sh-overlay-style2 .sh-overlay-item-open:after {
	display: block;
    content: " ";
    position: absolute;
    top: 50%; left: 50%;
    background-color: #fff;
}

.sh-overlay-style2 .sh-overlay-item-open:before {
    height: 24px;
    width: 1px;
    margin-top: -12px;
}

.sh-overlay-style2 .sh-overlay-item-open:after {
    width: 24px;
    height: 1px;
    margin-left: -12px;
}

.sh-image-gallery-simple .post-meta-thumb img {
	transition: all 0.4s ease-in-out;
}



/**
 * Image Gallery - Simple
 */
.sh-image-gallery-simple-overlay-on .post-meta-thumb:hover img {
	transform: translate3d(0,0,0) scale(1.07, 1.07);
}

.sh-loop-animation {
	display: flex;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.sh-loop-animation img {
	max-width: none;
}

.sh-loop-animation .sh-loop-animation-item {
	display: flex!important;
	flex-wrap: nowrap;
	justify-content: center;
	animation: sh_loop_animation 100s linear infinite;
	width: auto!important;
	margin-right: 0px;
}

.sh-loop-animation:focus .sh-loop-animation-item,
.sh-loop-animation:hover .sh-loop-animation-item {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
     animation-play-state: paused;
}

@media (max-width: 1024px) {
	.sh-loop-animation .sh-loop-animation-item img {
		max-height: 450px;
	}
}

@media (max-width: 768px) {
	.sh-loop-animation .sh-loop-animation-item img {
		max-height: 300px;
	}
}


@keyframes sh_loop_animation {
	0% {
	    -webkit-transform: translatex(0%);
	    transform: translatex(0%);
	}

	100% {
	    -webkit-transform: translatex(-100%);
	    transform: translatex(-100%);
	}
}



/**
 * 13.8 Blog - Styles
 */
.sh-blog-style2 .post-item-single .post-meta-data,
.sh-blog-style2 .post-item-single .post-meta-data .post-meta-categories a {
	font-size: 12px!important;
}

.sh-blog-style2 .post-item-single .post-meta-data .post-meta-categories i {
	display: none;
}

.sh-blog-style2 .post-item-single .post-meta-author a.bypostauthor {
	font-weight: normal;
}

.sh-blog-style2 .sh-post-author .sh-post-author-info {
	box-shadow: 0px 15px 45px -9px rgba(0,0,0,0.20);
}

.sh-blog-style2 .widget_product_tag_cloud a,
.sh-blog-style2 .widget_tag_cloud a,
.sh-blog-style2 .sh-blog-tag-item {
	text-transform: uppercase;
    border-width: 0px;
    box-shadow: none;
    border-radius: 5px;
    padding: 0 12px;
	line-height: 32px;
	background-color: #f0f0f0;
	transition: 0.3s all ease-in-out;
}

.sh-blog-style2 .sh-footer .widget_tag_cloud a {
	background-color: #3a3a3a;
}

.sh-blog-style2 .sh-blog-tag-item:not(:hover) {
	background-color: #f0f0f0!important;
	color: inherit!important;
}

.sh-blog-style2 .widget_search .search-field {
	border-width: 0px;
	box-shadow: 0px 15px 45px -9px rgba(0,0,0,0.20);
	padding: 16px 74px 16px 26px;
	transition: 0.3s all ease-in-out;
	border-radius: 5px!important;
}

.sh-blog-style2 .widget_search .search-submit {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.sh-blog-style2 .widget_search .search-submit {
	right: 0px;
	margin-top: -30px;
	width: 55px;
	height: 55px;
	background-color: #f0f0f0;
}

.sh-blog-style2 .widget_search .search-submit i {
	color: #505050!important;
}

.sh-blog-style2 .sh-sidebar-search-active .search-field {
	background-color: #fff!important;
	box-shadow: 0 1px 1px 1px rgba(0,0,0,0.06);
}

.sh-blog-style2 .sh-sidebar-search-active .search-submit i,
.sh-blog-style2 .sh-sidebar-search-active .search-field,
.sh-blog-style2 .sh-sidebar-search-active .search-field::-webkit-input-placeholder {
	color: #8d8d8d!important;
}


.sh-blog-style2 .sh-recent-posts-widgets-item-thumb {
	width: 76px;
	height: 76px;
	border-radius: 100px;
}

.sh-blog-style2 .sh-recent-posts-widgets-count {
	top: 2px;
	right: 2px;
}

.sh-blog-style2 .sh-recent-posts-widgets-item {
	border-bottom: 1px solid #f4f4f4;
}

.sh-blog-style2 .sh-recent-posts-widgets-item:last-child {
	padding-bottom: 0px;
}

.sh-blog-style2 .sh-recent-posts-widgets-item-thumb .sh-ratio {
	border-radius: 100px;
    overflow: hidden;
	z-index: 0;
}

.sh-blog-style2 .sh-recent-posts-widgets-item-thumb .sh-mini-overlay-container {
	border-radius: 100px;
}

.sh-blog-style2 .sh-recent-posts-widgets-item-content {
	padding-left: 95px;
	min-height: 76px;
}

.sh-blog-style2 .sh-recent-posts-widgets-item-content h6 {
	font-size: 16px;
}

.sh-blog-style2 .sh-recent-posts-widgets-item h6 {
	padding-top: 2px;
}


/* Style 1 */
body:not(.sh-blog-style2) .sh-sidebar-search-active .search-submit i,
body:not(.sh-blog-style2) .sh-sidebar-search-active .search-field,
body:not(.sh-blog-style2) .sh-sidebar-search-active .search-field::-webkit-input-placeholder {
	color: #fff!important;
}


/* Load more */
.sh-load-more {
	padding: 27px;
    border: 1px solid #ededed;
    margin-top: 30px;
    text-align: center;
    cursor: pointer;
    transition: .2s all ease-in-out;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    box-shadow: 0 10px 50px rgba(0,0,0,0.06);
}

.sh-load-more:not(.disabled):hover {
	opacity: 0.8;
}

.sh-load-more.disabled,
.sh-load-more.infinite {
	cursor: default;
	opacity: 0.5;
}


/**
 * 14.0 WooCommerce
 */

.woocommerce .woocommerce-info {
	border-top-width: 0px!important;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-right: 25px;
}

.woocommerce .woocomerce-styling h1.page-title {
	display: none;
}

.woocommerce .woocomerce-styling .woocommerce-result-count {
	line-height: 56px;
	margin-bottom: 30px;
}

.woocommerce .woocomerce-styling .woocommerce-ordering .orderby {
	line-height: 56px;
	height: 56px;
	width: 280px;
	display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.woocommerce select.country_select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-top: 2px!important;
    padding-bottom: 2px!important;
}

.woocommerce .woocomerce-styling .woocommerce-result-count {
	float: right;
}

.woocommerce .woocomerce-styling .woocommerce-ordering {
	float: left;
	margin-bottom: 45px;
}

.woocommerce .woocomerce-styling ul.products {
	position: relative;
	margin: 0 -15px;
}

.woocommerce .woocomerce-styling ul.products:after {
	clear: both;
	display: block;
	content: "";
}

.woocommerce .woocomerce-styling ul.products li {
	float: none;
	display: inline-block;
	position: relative;
	vertical-align: top;
	margin: 0 0 30px 0;
	padding: 0 15px 15px;
	margin-right: -4px;
}

.woocommerce .woocomerce-styling ul.products li .sh-woo-post-content-container {
	transition: 0.3s all ease-in-out;
}

.woocommerce .woocomerce-styling ul.products li:hover .sh-woo-post-content-container {
	box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.06);
}

.woocommerce .woocomerce-styling ul.products li {
	position: relative;
	transition: 0.3s all ease-in-out;
	bottom: 0;
}

.woocommerce .woocomerce-styling ul.products li:hover {
	bottom: -4px;
}

.woocommerce .woocomerce-styling .content-with-sidebar-left ul.products li {
	min-width: 33.3%;
}


/* Progress */
.woocommerce-progress {
	display: flex;
	border-radius: 100px;
	background-color: #f0f2ff;
	margin-top: 50px;
}

.woocommerce-progress-item {
	width: 33.33%;
	text-align: center;
	line-height: 40px;
	font-weight: bold;
}

.woocommerce-progress-item {
	color: #a2abfe;
}

.woocommerce-progress.step1 .woocommerce-header-item-cart,
.woocommerce-progress.step2 .woocommerce-header-item-checkout,
.woocommerce-progress.step3 .woocommerce-header-item-done {
	border-radius: 100px;
	background-color: #294cff;
	color: #fff;
}

.woocommerce-progress-empty {
	opacity: 0.5;
	filter: grayscale(40%);
}


/**
 * 14.1 WooCommerce - Product
 */

.sh-woo-post-content-container {
    box-shadow: 0px 3px 13px 1px rgba(0,0,0,0.12);
    padding-top: 30px;
	background-color: #fff;
}

.woocommerce-loop-category__title {
	margin-top: 20px!important;
	margin-bottom: 20px!important;
}

.woocommerce-loop-category__title mark {
	background-color: transparent!important;
	opacity: 0.3;
}

.woocommerce ul.products li.product .sh-woo-post-content-container a:first-child {
	padding: 0 30px 5px 30px;
	display: block;
	border-bottom: 1px solid #e9e9e9;
}

.woocommerce ul.products li.product .button {
	padding-top: 5px!important;
	margin-top: 0!important;
	line-height: 1!important;
}

.woocommerce ul.products li.product .button:not(.add_to_cart_button) {
	padding-top: 0px!important;
	margin-top: 0px!important;
	padding: 20px 30px!important;
	display: block;
	background-color: transparent!important;
	color: inherit!important;
	font-size: 13px;
	text-transform: uppercase;
}

.woocommerce ul.products li.product .sh-woo-post-content-container {
	margin-top: 0px;
	margin-bottom: 0px;
}

.sh-recent-products:not(.sh-woocommerce-products) {
	position: relative;
	margin: 0 -15px;
}

.sh-recent-products .woocommerce ul.products li.product {
    float: none;
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin: 0 0 30px 0;
    padding: 0 15px 15px;
    margin-right: -4px;
}

.sh-recent-products .woocommerce.columns-2 ul.products li {
	width: 50%;
}

.sh-recent-products .woocommerce.columns-3 ul.products li {
	width: 33.3%;
}

.sh-recent-products .woocommerce.columns-4 ul.products li {
	width: 25%;
}

.sh-recent-products .woocommerce.columns-5 ul.products li {
	width: 20%;
}

.sh-recent-products .woocommerce.columns-6 ul.products li {
	width: 16.66%;
}

.woocommerce ul.products li.product a img {
	margin-bottom: 0;
}

.woocommerce ul.products li.product > a:first-child {
	display: block;
	position: relative;
}

.woocommerce ul.products li.product > a .secondary-image-container {
	opacity: 0;
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	transition: 0.5s all ease-in-out;
	background: #ffffff;
}

.woocommerce ul.products li.product > a .secondary-image-container img {
	transition: 0.5s all ease-in-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.woocommerce ul.products li.product > a:hover .secondary-image-container {
	opacity: 1;
}

.sh-woo-post-image {
	position: relative;
}

.sh-jevelin-style3 .sh-woo-post-image {
	overflow: hidden;
}

.sh-jevelin-style3 .sh-woo-post-image > img,
.sh-jevelin-style3.woocommerce ul.products li.product > a .secondary-image-container img {
	transition: 0.3s all ease-in-out;
}

.sh-jevelin-style3 ul.products li.product > a:hover .sh-woo-post-image > img,
.woocommerce ul.products li.product > a:hover .secondary-image-container img {
	-webkit-transform: translate3d(0,0,0) scale(1.2, 1.2);
    transform: translate3d(0,0,0) scale(1.2, 1.2);
}

.secondary-image-container {
	position: relative;
	overflow: hidden;
}

.woocommerce ul.products li.product a h3 {
	padding-top: 0;
	padding-bottom: 10px;
	font-size: 20px;
}

.woocommerce ul.products li.product .amount,
.woocommerce ul.products li.product ins,
.woocommerce ul.products li.product ins .amount {
	font-size: 24px;
	text-decoration: none!important;
}

.woocommerce ul.products li.product del,
.woocommerce ul.products li.product ins {
	display: inline-block!important;
}

.woocommerce ul.products li.product del,
.woocommerce ul.products li.product del .amount {
	font-size: 16px;
	color: #ccc!important;
	opacity: 1!important;
}

.woocommerce ul.products li.product del .amount .woocommerce-Price-currencySymbol {
	color: #ccc!important;
}

.woocommerce ul.products li.product del {
	padding-right: 5px;
}

.woocommerce ul.products li.product del .amount:before,
.woocommerce ul.products li.product del .amount:after {
	content: "_";
	color: transparent!important;
	letter-spacing: -3px;
}

.woocommerce ul.products li.product .price {
	width: 100%;
	margin-bottom: 15px;
	line-height: 1;
}

.sh-recent-products .woocommerce .star-rating,
.woocommerce .woocomerce-styling .star-rating {
	font-size: 18px!important;
	margin-top: 0px;
	margin-bottom: 0;
	position: relative;
	bottom: -2px;
	letter-spacing: 4px;
	width: 110px;
}

.sh-recent-products .woocommerce .star-rating span::before,
.woocommerce .woocomerce-styling .star-rating span::before {
	color: #47c9e5;
}

.sh-recent-products .woocommerce .star-rating::after,
.woocommerce .woocomerce-styling .star-rating::after {
	content: "";
	clear: both;
}

.sh-recent-products .woocommerce .star-rating:before,
.sh-recent-products .woocommerce .star-rating span:before,
.woocommerce .woocomerce-styling .star-rating:before,
.woocommerce .woocomerce-styling .star-rating span:before {
	font-family: 'themify';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e60a\e60a\e60a\e60a\e60a";
	font-size: 18px;
	letter-spacing: 4px;
}

.woocommerce ul.products li.product .add_to_cart_button {
	background-color: transparent;
	padding: 0;
	color: #8d8d8d;
	position: relative;
	display: block;
	padding: 20px 30px!important;
	line-height: 1!important;
	font-size: 13px;
	text-transform: uppercase;
}

.woocommerce .product form.cart .button:before,
.woocommerce ul.products li.product .add_to_cart_button:after {
	font-family: 'simple-line-icons';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e04e";
	font-size: 16px;
	padding-right: 15px;
}

.woocommerce .product form.cart .button:before {
	line-height: 0;
	top: -2px;
	right: 0;
}

.woocommerce ul.products li.product .add_to_cart_button:after {
	padding-left: 15px;
	padding-right: 15px;
	line-height: 0;
	margin-left: 0;
	vertical-align: middle;
	position: relative!important;
	top: -2px;
	right: 0;
}

.woocommerce ul.products li a.added_to_cart {
	display: none!important;
	color: #8d8d8d!important;
	padding-top: 0px;
	line-height: 1;
	float: right;
	background-color: transparent!important;
	margin-right: 15px;
}

.woocommerce .additional-information {
	padding-bottom: 10px;
	text-transform: uppercase;
	font-size: 13px;
}

.woocommerce .additional-information p {
	margin-bottom: 0;
    text-transform: none;
    line-height: 1.4;
}

.woocommerce .return-to-shop {
	margin-top: 50px;
}

.woocommerce ul.products li.product .star-rating {
	margin-bottom: 15px;
}


/**
 * 14.2 WooCommerce - Tables
 */

.woocommerce table.shop_table.cart td,
.woocommerce table.shop_table.cart th {
	text-align: center;
	border: 1px solid #e5e5e5!important;
}

.woocommerce table.shop_table.cart td {
	padding: 30px!important;
}

.woocommerce table.shop_table.cart img {
	width: auto!important;
	max-width: 85px;
}

.woocommerce table.shop_table.cart a {
	font-weight: bold;
}

.woocommerce table.shop_table.cart td.actions .coupon .input-text {
	padding: 0 15px!important;
	width: 250px!important;
	margin-right: 8px!important;
	display: inline-block;
}


/**
 * 14.3 WooCommerce - Forms
 */

.woocommerce form .form-row {
	padding: 8px 0;
}

.woocommerce form .form-row select.state_select {
	display: block!important;
	padding: 0px 20px;
    line-height: 48px!important;
	height: 48px!important;
}

.woocommerce form .form-row.address-field.validate-state .select2-container {
	display: none!important;
	height: 0px!important;
	visibility: hidden!important;
}

.woocommerce form .form-row .select2-container {
    display: none!important;
}

#page-container .woocommerce form input[type=checkbox] {
	position: relative;
	margin-left: 0;
	margin-right: 5px;
}

.woocommerce label {
	color: #505050;
	font-weight: bold;
}

.woocommerce .required {
	color: #47c9e5!important;
}

.woocommerce .woocomerce-styling h3:not(.sh-alert-title) {
	font-size: 24px;
}

.woocommerce .woocommerce-checkout textarea {
	min-height: 155px;
	max-width: 100%;
	resize: none;
}

.woocommerce .shop_table.woocommerce-checkout-review-order-table .shipping td {
	font-weight: normal;
}

.woocommerce .shop_table.woocommerce-checkout-review-order-table .order-total td,
.woocommerce .shop_table.woocommerce-checkout-review-order-table .order-total th {
	padding: 25px 20px!important;
}

.woocommerce .payment_box {
	background-color: transparent!important;
	margin: 0!important;
	padding-left: 30px!important;
	padding-top: 0px!important;
	padding-bottom: 0px!important;
	font-size: 14px!important
}

.woocommerce .payment_box:before {
	display: none!important;
}

.woocommerce .payment_methods.methods {
	border: 2px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5!important;
	padding: 0!important;
}

.woocommerce .payment_methods.methods label {
	font-size: 16px!important;
}

.woocommerce .payment_methods.methods li {
    border-bottom: 1px solid #e5e5e5;
   	border-collapse: collapse;
   	padding: 25px 20px;
}

.woocommerce .woocommerce-checkout-payment {
	background-color: transparent!important;
}

.woocommerce-checkout-payment .woocommerce-notice {
	padding-left: 60px!important;
}

.woocommerce-checkout-payment .woocommerce-notice::before {
	top: 39px;
	color: inherit;
}

.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
	margin-left: 20px;
	line-height: 40px;
	font-size: 14px;
}

.woocommerce-checkout #payment ul.payment_methods li img {
	margin-left: 20px;
}

.woocommerce-checkout #payment div.form-row {
	padding: 0!important;
	padding-top: 30px!important
}

.woocommerce .shipping-calculator-form button {
	display: block;
	width: 100%!important;
}

.woocommerce .cart-collaterals .cart_totals {
	width: 50%;
}

.woocommerce .cart-collaterals .cart_totals table {
	width: 100%;
}

.woocommerce abbr.required,
.woocommerce #review_form span.required {
	font-size: 0;
}

.woocommerce abbr.required:before,
.woocommerce #review_form span.required:before {
	font-family: 'simple-line-icons';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	display: inline-block;
	content: "\e080";
	font-size: 14px;
	padding-left: 5px;
}

.woocommerce .coupon .apply_coupon {
	background-color: #e5e5e5;
}

.woocommerce .checkout-button {
	display: table!important;
}

.woocommerce .cart_totals {
	margin-top: 30px;
}

.woocommerce .cart_totals h2 {
	font-size: 24px;
}

.woocommerce .cart_totals table td:first-child,
.woocommerce .cart_totals table th:first-child {
	width: 34%;
}

.woocommerce a.remove {
	font-size: 0;
}

.woocommerce a.remove:before {
	font-family: 'themify';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	display: block;
	content: "\e646";
	font-size: 16px;
	color: #8d8d8d;
	top: 2px;
}

.woocommerce .calculated_shipping a {
	font-weight: bold;
}

.woocommerce .calculated_shipping table td,
.woocommerce .calculated_shipping table th {
	padding: 20px!important;
}

.woocommerce .cart-collaterals-banner {
	width: 47.5%;
	float: left;
	margin-top: 35px;
}

.woocommerce #ship-to-different-address {
	margin-bottom: 10px;
}

.woocommerce #ship-to-different-address label,
.woocommerce #ship-to-different-address input {
	float: left;
	display: block;
}

.woocommerce #ship-to-different-address label {
	margin-top: 0px;
}

.woocommerce #ship-to-different-address input {
	margin-left: 25px;
	margin-top: 7px;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login {
	padding: 0!important;
	border: 0px solid transparent;
}

.woocommerce #order_review_heading {
	margin-top: 50px;
}

.woocommerce .woocommerce-checkout-review-order-table .order-total {
	background-color: rgba( 49, 49, 49, 0.038 );
}

.woocommerce .woocommerce-checkout-review-order-table .order-total tr,
.woocommerce .woocommerce-checkout-review-order-table .order-total td {
	font-size: 18px;
}

.woocommerce .woocommerce-checkout-review-order-table p {
	margin-bottom: 0;
}

.woocommerce-checkout #payment ul.payment_methods {
	border-bottom: 0px;
}

.woocommerce form.woocommerce-checkout.checkout {
	margin-top: 50px;
}


/**
 * 14.4 WooCommerce - Input
 */
.woocommerce input {
	border-color: #e5e5e5!important;
}

.woocommerce form .form-row .input-checkbox {
	position: relative;
}

.woocommerce input[type=submit],
.woocommerce .button {
	background-color: #47c9e5;
	color: #fff;
}

.woocommerce input[name=apply_coupon] {
	background-color: #505050;
}

.woocommerce .quantity input,
.woocommerce table.shop_table.cart td.product-quantity label {
	display: none;
}

.woocommerce .quantity-basic label.screen-reader-text {
	position: relative!important;
	height: auto;
	width: auto;
}

.woocommerce .quantity-basic input.qty {
	display: block;
	border: 1px solid #e5e5e5;
	width: 100px;
	padding: 10px 20px;
	font-weight: bold;
}

.woocommerce table.shop_table.cart td.product-quantity .quantity-basic input.qty {
	display: table;
	margin: 0 auto;
}

.woocommerce .checkout-button,
.woocommerce .wc-forward,
.woocommerce #respond input#submit {
	color: #fff!important;
	background-color: #47c9e5;
}

.woocommerce .shop_table .button[name=update_cart] {
	float: right;
}

.woocommerce select.country_to_state.country_select {
	padding-top: 16px;
	padding-bottom: 16px;
}

.woocommerce ul.order_details {
	display: table;
	width: 100%;
	border: 2px solid #e5e5e5!important;
	border-radius: 0!important;
	border-collapse: collapse!important;;
}

.woocommerce ul.order_details li {
	display: table-cell;
	width: 25%!important;
    border-right: 1px solid #e5e5e5!important;
    padding: 20px!important;
	font-size: 16px;
	color: #505050;
	font-weight: bold;
	text-transform: none!important;
	margin: 0!important;
}

.woocommerce ul.order_details li:last-child {
    border-right: 0px solid #e5e5e5!important;
}

.woocommerce ul.order_details li strong {
	display: block;
	position: relative;
	padding: 15px 20px!important;
	margin: 20px -20px -20px -20px!important;
	font-weight: normal;
	font-size: 14px;
	border-top: 1px solid #e5e5e5!important;
	background-color: #f8f8f8;
}

.woocommerce-checkout .woocommerce > p:first-child {
	font-size: 16px;
}

.woocommerce-checkout .woocommerce h2 {
	margin-top: 30px;
}

/* Input Dropdown */
.SumoSelect {
	width: 100%;
}

.woocommerce-ordering .SumoSelect {
	width: 280px;
}

.SumoSelect.open>.optWrapper {
	top: 51px;
}

.SumoSelect .SelectBox,
.woocommerce .select2-choice {
	color: #8d8d8d;
	padding: 0px 24px;
	line-height: 50px!important;
	background-color: #fff;
	border-radius: 0px;
	border: 1px solid #e5e5e5!important;
	box-shadow: none!important;
	overflow: hidden;
}

.SumoSelect.open .search-txt {
	padding: 1px 23px;
}

.SumoSelect .SelectBox * {
	cursor: pointer!important;
}

.SumoSelect>.CaptionCont>label>i:after {
	background-image: none;
	display: inline-block;
	font-family: 'simple-line-icons'!important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e604"!important;
	font-size: 16px;
	line-height: 50px;
}

.SumoSelect>.CaptionCont>label>i {
	width: 35px;
    height: 50px;
    background-image: none;
    margin: 0;
}

.sh-woocommerce-products-style2 .SumoSelect.open>.optWrapper {
	top: 58px;
}

.sh-woocommerce-products-style2 .SumoSelect>.CaptionCont>label>i {
    height: 57px;
}

.sh-woocommerce-products-style2 .SumoSelect.open .search-txt {
	padding: 4px 23px;
}

.sh-woocommerce-products-style2 .SumoSelect .SelectBox,
.sh-woocommerce-products-style2 .SumoSelect>.CaptionCont>label>i:after {
	line-height: 57px!important;
}

.SumoSelect>.CaptionCont>label {
	width: 35px;
}

.SumoSelect>.optWrapper>.options li.opt {
	padding: 4px 23px;
}

.SumoSelect>.optWrapper>.options li.opt.selected label {
	font-weight: bold;
}

.SumoSelect>.optWrapper>.options li.opt label {
	margin-bottom: 0px;
    font-weight: normal;
    font-size: 14px;
	color: #8d8d8d;
}

/* Responsive improvements */
.SumoSelect > .optWrapper.isFloating {
	position: absolute;
	top: 51px;
	left: 0;
	right: auto;
	width: 100%;
	bottom: auto;
	margin: auto;
	max-height: none;
	height: auto!important;
}

.SumoSelect > .optWrapper.isFloating > .options {
	max-height: 250px;
	box-shadow: none;
}

.SumoSelect > .optWrapper.isFloating > .options li.opt {
	padding: 3px 23px;
}

.select2-drop {
	border-color: #e5e5e5!important;
}

.SumoSelect>.optWrapper {
	box-shadow: none;
}

.simpleselect {
	height: 56px;
	width: 280px;
	font-size: inherit;
	color: inherit;
}

.simpleselect .placeholder {
	line-height: 36px;
	border-radius: 0;
	padding: 9px 24px;
	font-size: inherit;
}

.select2-arrow b:after {
	position: static!important;
	border: none!important;
	margin-left: -18px!important;
	margin-right: 0px!important;
	padding-right: 0!important;
	position: relative;
}

.select2-arrow b:after,
.simpleselect .placeholder:after {
	background-image: none;
	display: inline-block;
	font-family: 'simple-line-icons'!important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e604"!important;
	font-size: 16px;
	line-height: 56px;
	padding-right: 25px;
}

.simpleselect .options {
	width: auto!important;
	margin-right: 0px;
	right: 0;
	height: 350px!important;
	top: -175px!important;
	overflow-x: hidden;
}

.simpleselect .options .option {
	line-height: 36px;
	padding: 9px 24px;
	border-bottom: 1px solid transparent;
}

.simpleselect .options .option.active {
	background-color: transparent;
	color: #505050;
}

.simpleselect .options .option.active {
	border-bottom: 1px solid #ddd;
}

.simpleselect .options .option.active:last-child {
	border-bottom: 1px solid transparent!important;
}

.woocommerce .select2-choice {
	display: none;
}

.woocommerce .form-row .simpleselect {
	width: 100%;
}


/**
 * 14.5 WooCommerce - Post Page
 */

.sh-woo-layout table.variations {
	max-width: 250px;
}

.sh-woo-layout table.variations,
.sh-woo-layout table.variations td,
.sh-woo-layout table.variations th {
	border-width: 0px!important;
}

.sh-woo-layout table.variations th {
	display: block;
}

.sh-woo-layout table.variations td {
	padding: 0px!important;
}

.sh-woo-layout table.variations td label {
	padding-right: 20px;
	font-size: 14px;
	font-weight: bold;
	line-height: 48px;
}

.sh-woo-layout table.variations td select {
	border: 1px solid #e3e3e3;
    color: #8d8d8d;
	display: block!important;
    padding: 0px 20px;
    line-height: 48px!important;
    height: 48px!important;
}

.sh-woo-layout table.variations .reset_variations {
	text-transform: uppercase;
    font-size: 13px;
}

.sh-woo-layout .woocommerce-variation {
	padding: 5px 0 25px 0;
	font-style: italic;
}

.woocommerce .sh-woo-layout-image {
	position: relative;
}

.sh-alert + div.product {
	margin-top: 50px;
}

.woocommerce .product .images {
	width: 100%!important;
	float: none!important;
	padding-right: 10px;
}

.woocommerce .product .summary,
.woocommerce .product .woocommerce-tabs {
	width: 100%!important;
	float: right!important;
	display: block;
}

.woocommerce .product .woocommerce-tabs .panel {
	background-color: transparent;
}

.woocommerce .product .related {
	width: 100%;
	display: inline-block;
}

.woocommerce .product .related .product {
	margin-bottom: 0;
	padding-bottom: 0;
}

.woocommerce .product .product_meta .woo-meta-share {
	margin-top: 25px;
}

.woocommerce .product .product_meta > span {
	width: 100%;
	display: block;
}

.woocommerce table.woocommerce-grouped-product-list {
	width: 100%;
	margin-bottom: 30px;
}

@media (min-width: 1250px) {
	.woocommerce table.woocommerce-grouped-product-list td:first-child {
		width: 200px!important;
	}
}

.woocommerce table.woocommerce-grouped-product-list .sh-increase-numbers {
	display: block!important;
}

.woocommerce .product form.cart {
	margin-bottom: 30px!important;
}

.woocommerce div.product form.cart button {
	float: right!important;
	line-height: 50px!important;
	padding: 0 25px!important;
	border-radius: 100px!important;
	font-size: 13px;
	text-transform: uppercase;

}

.woocommerce .product .woocommerce-product-rating {
	float: right;
	text-align: right;
	margin-bottom: 0!important;
	position: relative;
}

.woocommerce .product .woocommerce-product-rating .star-rating {
	margin-top: 0px;
}

.woocommerce .product .woocommerce-product-rating > div {
	float: none!important;
	display: inline-block;
}

.woocommerce .product .summary:after {
	content: "";
	display: block;
	clear: both;
}

.woocommerce div.product .woocommerce-product-gallery__wrapper img {
	margin-bottom: 0px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image {
	padding: 7.5px;
}

.woocommerce .product .woo-short-description {
	margin-bottom: 30px;
}

.woocommerce .woocomerce-styling .product .product_title {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ebebeb ;
}

.woocommerce div.product .price {
	line-height: 30px;
	margin-bottom: 0;
	min-height: 32px;
}

.woocommerce div.product .woocommerce-product-rating {
	line-height: 34px;
}

.woocommerce .product .woo-seperator-line {
	margin-top: 20px;
	padding-top: 30px;
	border-top: 1px solid #ebebeb ;
}

.woocommerce .product form.cart .button:before {
	display: inline-block;
	color: #fff;
}

.woocommerce .product .price ins {
	text-decoration: none!important;
	font-size: 24px;
	font-weight: bold;
}

.woocommerce .product.product-type-grouped .price,
.woocommerce .product .price > span {
    font-size: 24px;
    font-weight: bold;
}

.woocommerce div.product .price del,
.woocommerce div.product .price del span {
	color: #868686!important;
	font-size: 18px;
}

.woocommerce .product .price del {
	padding-right: 10px;
}

.woocommerce .product .product_meta .posted_in a {
	text-transform: uppercase;
	font-size: 13px;
}

.woocommerce .product .woo-meta-title {
	display: inline-block;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 10px;
}

.woocommerce .woocommerce-tabs h2 {
	font-size: 16px;
	margin-bottom: 15px;
}

.woocommerce .woocommerce-tabs ul.tabs {
	padding-left: 0px!important;
	overflow: visible!important;
	margin-left: 2px!important;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs:before {
	border-bottom: 1px solid #e9e9e9;
}

.woocommerce .woocommerce-tabs li {
	border: 0!important;
	background-color: transparent!important;
	border-radius: 0px!important;
	padding-left: 0px!important;
	padding-right: 0px!important;
	z-index: 50!important;
	position: relative!important;
	margin: 0!important;
	border-bottom: 1px solid #eeeeee!important;
}

.woocommerce .woocommerce-tabs li.comment {
	margin-bottom: 15px!important;
}

.woocommerce .woocommerce-tabs li a {
	padding: 15px 10px!important;
	font-size: 13px;
	text-transform: uppercase;
	z-index: 50!important;
	position: relative!important;
}

.woocommerce .woocommerce-tabs li:first-child a {
	padding-left: 0px!important;
}

.woocommerce .woocommerce-tabs li:first-child a:after {
	left: 0px;
}

.woocommerce .woocommerce-tabs li:last-child a {
	padding-right: 0px!important;
}

.woocommerce .woocommerce-tabs li:last-child a:after {
	right: 0px;
}

.woocommerce .woocommerce-tabs li a:after {
	content: "";
	display: block;
	position: absolute;
	left: 10px; right: 10px; bottom: -2.5px;
	height: 5px;
	border-radius: 5px;
	background-color: #47c9e5;
	z-index: 100;
	transition: 0.3s all ease-in-out;
	opacity: 0;
}

.woocommerce .woocommerce-tabs li.active a:after {
	opacity: 1;
	transition: 0s all ease-in-out;
}

.woocommerce .woocommerce-tabs li.active a {
	border-bottom: 2px solid #47c9e5;
	border-bottom-width: 0px!important;
}

.woocommerce .woocommerce-tabs li:before,
.woocommerce .woocommerce-tabs li:after {
	display: none;
}

.woocommerce .sh-portfolio-single-share {
	padding-top: 10px;
	padding-bottom: 0;
	position: relative;
}

.woocommerce .sh-portfolio-single-share .jssocials-shares {
	margin-top: 6px;
}

.woocommerce .sh-portfolio-single-share .jssocials-share {
	background-color: transparent!important;
}

.woocommerce .related.products h2 {
	margin-top: 15px;
	margin-bottom: 45px;
}

.woocommerce .woocommerce-tabs #comments {
	margin-top: 0;
}

.woocommerce .woocommerce-tabs #tab-reviews .comment-form-rating label {
	display: none;
}

.woocommerce .woocommerce-tabs #tab-reviews label {
	margin-bottom: 8px;
	font-size: 16px;
}

.woocommerce .woocommerce-tabs #tab-reviews textarea {
	height: 110px!important;
	resize: none;
}

.woocommerce .woocommerce-tabs #tab-reviews input#submit {
	padding-left: 30px!important;
	padding-right: 30px!important;
}

.woocommerce .woocommerce-tabs .comment-form-rating span > a:before {
    font-family: 'themify'!important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
}

.woocommerce p.stars a:before {
	content: "\e60a"!important;
}

.woocommerce .woocommerce-tabs .comment-form-rating p.stars a {
	padding: 23px;
	background-color: #f2f2f2;
	margin-right: 5px;
	text-align: center;
	display: inline-block;
	border-radius: 30px;
}

.woocommerce .woocommerce-tabs .comment-form-rating p.stars a:before {
	padding: 14px 15px;
}

.woocommerce p.stars.selected a:not(.active):before,
.woocommerce p.stars.selected a.active:before {
	color: #fff!important;
}

.woocommerce p.stars.selected a:not(.active),
.woocommerce p.stars.selected a.active {
	background-color: #f7d01c;
}

.woocommerce p.stars a,
.woocommerce p.stars.selected a,
.woocommerce p.stars.selected a.active~a:before {
	color: #8d8d8d!important;
}

.woocommerce p.stars a,
.woocommerce p.stars.selected a,
.woocommerce p.stars.selected a.active~a {
	background-color: #f2f2f2;
}

.woocommerce .woocommerce-tabs .commentlist {
	padding-left: 0;
}

.woocommerce .woocommerce-tabs .commentlist img.avatar {
	width: 54px!important;
	border: 0px solid transparent!important;
	padding: 0px!important;
}

.woocommerce .woocommerce-tabs .commentlist .comment-text {
	border: 0px solid transparent!important;
	padding: 0!important;
	margin-left: 75px!important;
	padding-bottom: 15px!important;
}

.woocommerce .woocommerce-tabs .commentlist .comment-text .meta {
	margin-bottom: 5px!important;
	font-size: inherit!important;
}

.woocommerce .woocommerce-tabs .commentlist .comment-text .meta,
.woocommerce .woocommerce-tabs .commentlist .comment-text .meta time {
	color: #b0b0b0;
}

.woocommerce .woocommerce-tabs #review_form_wrapper .comment-reply-title {
	font-size: 16px!important;
	margin-bottom: 15px;
	margin-top: 15px;
}

.woocommerce .woocommerce-tabs .panel {
	box-shadow: none!important;
}

.woocommerce #commentform p {
	margin-bottom: 25px!important;
}

.woocommerce div.product p.stock {
	font-size: 16px;
	color: #8d8d8d;
	font-weight: bold;
}


/**
 * 14.6 WooCommerce - Other
 */

.woocommerce .addresses {
	display: block;
	margin-top: 45px;
}

.woocommerce .myaccount_user {
	display: block;
	margin-bottom: 45px;
}

.woocommerce .addresses a {
	display: inline-block;
	float: none!important;
	margin-left: 15px;
	top: 4px;
	position: relative;
}

.woocommerce legend {
	border-bottom: 0;
	padding-top: 45px;
	font-weight: bold;
	font-size: 24px;
}

/* WooCommerce - Increase Numbers */
label.sh-quantity-number {
	display: none!important;
}

.sh-increase-numbers {
	display: table!important;
	margin: 0 auto!important;
	padding: 0;
	overflow: hidden;
}

.sh-increase-numbers input,
.sh-increase-numbers span {
	float: left;
	display: block!important;
	width: 50px!important;
	height: 50px;
	text-align: center;
}

.sh-increase-numbers input {
	border-width: 0px;
	font-size: 16px!important;
	font-weight: bold;
	padding: 0!important;
	background-color: transparent;
}

.sh-increase-numbers span {
	cursor: pointer;
	font-size: 16px;
	transition: 0.25s all;
	background-color: #f2f2f2;
	border-radius: 50px;
}

.sh-increase-numbers i {
	line-height: 50px;
}

.widget.woocommerce.widget_shopping_cart .sh-increase-numbers {
	display: none!important;
	opacity: 0;
	height: 0;
	overflow: hidden;
}


/* Account Page */
.woocommerce-MyAccount-navigation ul {
	list-style: none;
	padding-right: 15px;
	padding-left: 0px;
}

.woocommerce-MyAccount-navigation ul li {
	padding: 12px 1px;
    border-bottom: 1px solid #e3e3e3;
    font-size: 0px;
    text-transform: uppercase;
}

.woocommerce-MyAccount-navigation ul li a {
	font-size: 13px;
	text-transform: uppercase;
	color: #8d8d8d;
	display: block;
}

.woocommerce-MyAccount-content .woocommerce-info {
    padding-left: 25px!important;
}

.woocommerce-MyAccount-content .woocommerce-info:before {
	display: none;
}

.woocommerce-MyAccount-content .woocommerce-Button {
	color: #fff!important;
}


/**
 * 15.0 Revolution Slider
 */

.sh-revslider {
	font-size: 0px;
}

.sh-revslider > div {
	font-size: 13px;
}

/* Revolution Slider - Buttons */
.sh-revslider-button1,
.sh-revslider-button2 {
	border-radius: 100px;
	padding: 0px 45px;
	overflow: hidden;
	position: relative;
	display: block;
}

.sh-revslider-button1 {
	font-size: 13px;
    font-weight: bold;
    border: 2px solid #fff;
    color: #fff!important;
    line-height: 56px;
}

.sh-revslider-button1:before {
    display: block;
    content: '';
    position: absolute;
    z-index: -1;
    width: 0%;
    height: 150%;
    background-color: rgba(0,0,0,0.07);
    z-index: 1;
    right: 0;
    top: 0;
    margin: -5px 0 0 -5px;
	transition: 0.3s all ease-in-out;
}

.sh-revslider-button1:hover:before {
    width: 120%;
}

.sh-revslider-button2 {
	font-size: 13px;
    font-weight: bold;
    color: #fff!important;
    background-color: #fd8b36;
    line-height: 60px;
}

.sh-revslider-button2:after {
    display: block;
    content: '';
    position: absolute;
    z-index: -1;
    width: 0%;
    height: 150%;
    background-color: rgba(0,0,0,0.07);
    z-index: 1;
    right: 0;
    top: 0;
    margin: -5px 0 0 -5px;
	transition: 0.3s all cubic-bezier(0.455, 0.030, 0.515, 0.955)!important;
}

.sh-revslider-button2:hover:after {
    width: 120%;
}

.sh-revslider-button1 span,
.sh-revslider-button2 span,
.sh-revslider-button1 i,
.sh-revslider-button2 i {
	position: relative;
	z-index: 5;
}

.sh-revslider-button1 span,
.sh-revslider-button2 span {
	line-height: 60px!important;
	font-size: inherit!important;
	position: relative;
	bottom: -1px;
}

.sh-revslider-button1 span {
	line-height: 56px;
}

.sh-revslider-button1 i,
.sh-revslider-button2 i {
	padding-left: 15px;
	font-size: 18px;
	vertical-align: middle;
	line-height: normal!important;
}

@media (max-width: 700px) {
	.sh-revslider-button1 span,
	.sh-revslider-button2 span {
		line-height: 30px!important;
	}
}

@media screen and (min-width: 700px) and (min-height: 600px) {
	.sh-revslider-button1 i,
	.sh-revslider-button2 i {
		position: relative;
		top: -1px;
	}
}

.sh-revslider-button1.spacing-animation:before,
.sh-revslider-button2.spacing-animation:after {
	display: none;
}

.sh-revslider-button1.spacing-animation span,
.sh-revslider-button2.spacing-animation span {
	transition: 0.3s all ease-in-out!important;
	letter-spacing: normal!important;
}

.sh-revslider-button1.spacing-animation:hover span,
.sh-revslider-button2.spacing-animation:hover span {
	letter-spacing: 2px!important;
}

.sh-revslider-button1.spacing-animation,
.sh-revslider-button2.spacing-animation {
	transition: 0.3s all ease-in-out!important;
}

.sh-revslider-button1.spacing-animation:hover {
	background-color: rgba(0,0,0,0.07);
}

.sh-revslider-button2.inverted,
.sh-revslider-button2.inverted:hover,
.sh-revslider-button2.inverted:focus {
	background-color: #ffffff!important;
	color: #535353!important;
}

/* Revolution Slider - Bullets */
.rev_slider .hades.tparrows {
	background-color: rgba(0,0,0,0.0);
}

.rev_slider .ares {
    height: 21px;
}

.rev_slider .ares .tp-bullet {
	width: 15px;
    height: 15px;
    background-color: #fff!important;
    margin-left: -4px;
}

.rev_slider .ares .tp-bullet.selected {
	width: 21px;
    height: 21px;
    margin-top: -3px;
    margin-left: -7px!important;
    box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.2);
}

.rev_slider .ares .tp-bullet .tp-bullet-title {
	display: none;
}

.rev_slider .sh-rev-blog h2 {
	font-size: 50px;
	color: #fff;
	margin-bottom: 20px;
	line-height: 1!important;
}

.rev_slider .sh-rev-blog p {
	font-size: 16px;
	color: #fff;
	line-height: 1.5!important;
	margin-bottom: 25px!important;
	opacity: 0.8;
}

.rev_slider .sh-rev-blog-cat {
	opacity: 0.8;
}

.rev_slider .sh-rev-blog-cat a {
	color: #fff;
	font-size: 13px;
	padding-left: 8px;
}

.rev_slider .sh-rev-blog-cat a:first-child {
	padding-left: 0px;
}

.rev_slider .sh-rev-blog .sh-revslider-button2 {
	display: inline-block!important;
	line-height: 50px;
}

.rev_slider .sh-rev-blog .sh-revslider-button2 span {
	line-height: 50px;}

@media (min-width: 1250px) {
	.rev_slider .sh-rev-blog .sh-revslider-button2 span {
		position: relative;
		top: -1px;
	}
}


/**
 * 16.0 Comments
 */

#comments {
	margin-top: 65px;
}

.sh-comments {
	margin-top: 25px;
}

.page-content .sh-comments {
	margin-top: 45px;
}

.sh-comments li {
	list-style: none;
}

.sh-comment-list {
	padding: 0;
}

.sh-comment-list ol,
.sh-comment-list ol ol {
	padding-left: 90px;
}

.sh-comments .sh-comments-title,
.sh-comments .comment-reply-title {
	font-size: 16px;
	margin-bottom: 25px;
}

.sh-comments #cancel-comment-reply-link {
	text-transform: none;
	font-size: 14px;
	padding-left: 15px;
}

.sh-comments .submit {
	background-color: #47c9e5;
	color: #fff;
	line-height: 50px;
	padding: 0 25px;
	border: none;
	font-weight: bold;
}

.sh-comments #comment {
	height: 135px;
	resize: none;
}

.comment-body {
	display: table;
}

.comment-body .sh-reply-link {
	font-size: 16px;
	padding-right: 6px;
}

.sh-reply-link + .sh-reply-link-button {
	color: red!important;
}

.comment-body .reply {
	margin-top: 8px;
}

.comment-body .sh-reply-link-button {
	padding-right: 15px;
}

.comment-column-left {
	display: table-cell;
	vertical-align: top;
	width: 90px;
}

.comment-column-right {
	display: table-cell;
	vertical-align: top;
}

.sh-comment-list {
	border-bottom: 1px solid #e3e3e3;
}

.sh-comment-list li.comment,
.sh-comment-list li.pingback {
	padding-top: 30px;
}

.sh-comment-list li.pingback .comment-column-left {
	display: none;
}

.sh-comment-list li.depth-1 {
	border-top: 1px solid #e3e3e3;
	padding-bottom: 30px;
}

.sh-comment-list .comment .comment-respond {
	padding-top: 30px;
	padding-left: 90px;
}

.sh-comment-author {
	font-weight: bold;
	color: #3f3f3f;
}

.sh-comment-date {
	padding-left: 5px;
}

.sh-comment-date a {
	color: #b0b0b0;
	font-style: italic;
}

.sh-comment-content {
	margin-top: 6px;
}

.sh-comment-form {
	margin-top: 50px;
}

.sh-comment-form i {
	padding-left: 5px;
}

.sh-comment-form label {
	margin-bottom: 8px;
}

.sh-comment-form p {
	margin-bottom: 25px;
	position: relative;
}

.sh-comments-required-notice {
	float: right;
}


/**
 * 17.0 - Gallery
 */

.sh-gallery {
	display: none;
	max-width: 100%!important;
	min-height: 30px;
	overflow: hidden;
}

.sh-gallery.slick-initialized {
	display: block;
}

.sh-gallery .slick-slide,
.sh-gallery .slick-track {
	height: auto!important
}

.sh-gallery .slick-prev,
.sh-gallery .slick-next {
	width: 60px;
	height: 60px;
	margin-top: -30px;
	font-size: 24px;
	border: none;
	color: #fff;
	background-color: transparent;
	opacity: 0;
	padding: 0;
}

.sh-gallery .slick-prev span,
.sh-gallery .slick-next span {
	line-height: 60px;
}

.sh-gallery:hover .slick-prev,
.sh-gallery:hover .slick-next {
	opacity: 1;
}

.sh-gallery .slick-prev:hover,
.sh-gallery .slick-next:hover {
	background-color: #fff;
	color: #8d8d8d;
}

.slick-dots {
	list-style: none;
	padding-left: 0;
	display: table;
	margin: 0 auto;
	position: absolute;
	margin-top: -60px;
	text-align: center;
	width: 100%;
}

.slick-dots li {
	display: inline-block;
	margin: 0 5px;
	width: auto!important;
	vertical-align: top;
	line-height: 1;
}

.slick-dots li button {
	border: none;
	background-color: #fff;
	color: #fff;
	font-size: 0;
	padding: 0;
	width: 15px;
	height: 15px;
	border-radius: 30px;
}

.sh-image-gallery .slick-dots li button {
	background-color: #ebebeb;
}

.sh-image-gallery .slick-dots li.slick-active button {
	background-color: #47c9e5;
}

.slick-dots li.slick-active button {
	width: 21px;
	height: 21px;
	box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.2);
}

.slick-list,
.slick-slide,
.slick-track {
	height: 100%;
	width: 100%;
}

.slick-prev,
.slick-next {
	position: absolute;
	top: 50%;
	z-index: 10;
	opacity: 1;
}

.slick-prev {
	left: 0;
}

.slick-next {
	right: 0;
}


/* Image Gallery - Simple */
.sh-image-gallery-simple .sh-image-gallery-item {
    display: inline-block;
    vertical-align: top;
    margin-right: -5px;
}

.sh-gallery-item {
    position: relative;
    overflow: hidden;
}

.sh-image-gallery-simple-2columns .sh-image-gallery-item {
    width: 50%;
}

.sh-image-gallery-simple-3columns .sh-image-gallery-item {
    width: 33.3%;
}

.sh-image-gallery-simple-4columns .sh-image-gallery-item {
    width: 25%;
}

.sh-image-gallery-simple-5columns .sh-image-gallery-item {
    width: 20%;
}

@media (max-width: 1200px) {
	.sh-image-gallery-simple-5columns .sh-image-gallery-item,
	.sh-image-gallery-simple-4columns .sh-image-gallery-item {
		min-width: 33.3%;
	}
}

@media (max-width: 850px) {
	.sh-image-gallery-simple .sh-image-gallery-item {
		min-width: 50%;
	}
}

@media (max-width: 550px) {
	.sh-image-gallery-simple .sh-image-gallery-item {
		min-width: 100%;
	}
}


/**
 * 18.0 - Lightbox
 */

body.admin-bar #lightcase-nav .lightcase-icon-close {
	top: 47px;
}

@media screen and (max-width: 640px) {
	body.admin-bar #lightcase-nav .lightcase-icon-close {
		top: 61px;
	}
}

#lightcase-overlay {
    z-index: 9999;
}
#lightcase-case {
    z-index: 9999;
}

#lightcase-nav .lightcase-icon-close:before {
	content: "\e646";
	font-family: 'themify';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
}

#lightcase-nav a[class*='lightcase-icon-']:hover {
	text-shadow: 0 0 15px black;
}

.woocommerce #lightcase-case[data-lc-type=image] #lightcase-content,
.woocommerce #lightcase-case[data-lc-type=video] #lightcase-content {
    background-color: #ffffff;
}

.sh-spinner-1 > div {
	width: 18px;
	height: 18px;
	background-color: #fff;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.sh-spinner-1 .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.sh-spinner-1 .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
	0%, 80%, 100% { -webkit-transform: scale(0) }
	40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	} 40% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
	}
}


/**
 * 19.0 - Share
 */

.sh-portfolio-single-share {
	padding-bottom: 30px;
}

.sh-social-share {
	margin-top: 0px;
	margin-bottom: 0px;
}

.sh-social-share > div {
	vertical-align: top;
}

.sh-social-share-button {
	background-color: #f2f2f2;
	border-radius: 100px;
	height: 50px;
	padding: 0 30px 0 20px;
	display: inline-block;
	cursor: pointer;
	margin-right: 5px;
	margin-bottom: 5px;
	overflow: hidden;
	position: relative;
	-webkit-transform: translateZ(0);
	        transform: translateZ(0);
}

.sh-social-share-button i {
	font-size: 18px;
	line-height: 1;
	vertical-align: middle;
	padding-right: 15px;
}

.sh-social-share-button span {
	font-size: 13px;
	line-height: 50px;
	font-weight: bold;
	text-transform: uppercase;
}

.sh-social-share-networks {
	display: inline-block;
	height: 0;
}

.sh-social-share-networks.sh-social-share-networks-active {
	height: auto;
	transition-delay: 0.7s;
    transition: all 0.3s ease-in-out;
}

.sh-social-share-networks.sh-social-share-networks-active .jssocials-share {
	opacity: 1;
	margin-left: 0px;
}

.sh-social-share-networks .jssocials-share,
.sh-social-share-networks .jssocials-shares {
	margin: 0;
}

.sh-social-share-networks .jssocials-share {
	padding: 0px;
	opacity: 0;
	margin-left: -15px;
}

.sh-social-share-networks .jssocials-share a {
	display: inline-block;
	padding: 0px 10px;
	background-color: transparent!important;
	visibility: hidden;
}

.sh-social-share-networks.sh-social-share-networks-active .jssocials-share a {
	height: auto;
	visibility: visible;
}

.sh-social-share-networks .jssocials-share i {
	font-size: 18px;
}

.sh-social-share-networks .jssocials-share-link {
	line-height: 50px;
	padding: 0;
}

.sh-social-share-networks .jssocials-share-link .jssocials-share-count {
	display: none;
}

.sh-social-share-networks .jssocials-share:nth-child(1) { transition-delay: 0.1s; }
.sh-social-share-networks .jssocials-share:nth-child(2) { transition-delay: 0.2s; }
.sh-social-share-networks .jssocials-share:nth-child(3) { transition-delay: 0.3s; }
.sh-social-share-networks .jssocials-share:nth-child(4) { transition-delay: 0.4s; }
.sh-social-share-networks .jssocials-share:nth-child(5) { transition-delay: 0.5s; }
.sh-social-share-networks .jssocials-share:nth-child(6) { transition-delay: 0.6s; }
.sh-social-share-networks .jssocials-share:nth-child(7) { transition-delay: 0.7s; }


body:not(.sh-jevelin-style3) .sh-social-share-networks .fa-facebook,
body:not(.sh-jevelin-style3) .sh-social-share-networks .fa-twitter,
body:not(.sh-jevelin-style3) .sh-social-share-networks .fa-google,
body:not(.sh-jevelin-style3) .sh-social-share-networks .fa-at,
body:not(.sh-jevelin-style3) .sh-social-share-networks .fa-pinterest {
	font-family: 'simple-line-icons';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body:not(.sh-jevelin-style3) .sh-social-share-networks .fa-facebook:before {
	content: "\e00b";
}

body:not(.sh-jevelin-style3) .sh-social-share-networks .fa-twitter:before {
	content: "\e009";
}

body:not(.sh-jevelin-style3) .sh-social-share-networks .fa-google:before {
	content: "\e60d";
}

body:not(.sh-jevelin-style3) .sh-social-share-networks .fa-at:before {
	content: "\e086";
}

body:not(.sh-jevelin-style3) .sh-social-share-networks .fa-pinterest:before {
	content: "\e60b";
}


/**
 * 20.0 Popover
 */

.sh-popover-mini {
	position: absolute;
	left: 0; top: -17px;
	background-color: #3f3f3f;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	padding: 0px 15px;
	line-height: 30px;
	min-height: 0;
	min-width: 0;
	z-index: 100;
	cursor: default;
	border-radius: 30px;
	box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.2);
	border: 2px solid #fff;
	white-space: nowrap;
}

.sh-popover-mini::before {
	content: "";
	position: absolute;
	bottom: -7px; left: 50%;
	margin-left: -9px;
	width: 0;
	height: 0;
	box-sizing: border-box;
	border: 5px solid black;
	border-color: transparent transparent #47c9e5 #47c9e5;
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	z-index: 10;
}

.sh-popover-mini::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -9px;
    width: 0;
    height: 0;
    box-sizing: border-box;
    border: 5px solid black;
    border-color: transparent transparent #FFFFFF #FFFFFF;
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    box-shadow: -5px 4px 5px -2px rgba(0,0,0,0.15);
    z-index: 5;
}

.sh-popover-mini-center {
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
}

.sh-popover-mini-dark {
	background-color: #4e4e4e;
}

.sh-popover-mini::before {
	border-color: transparent transparent #4e4e4e #4e4e4e;
}


/**
 * 21.0 Pagination
 */

ul.page-numbers,
.woocommerce nav.woocommerce-pagination ul.page-numbers {
	display: table;
	margin: 0 auto;
    list-style: none;
    background-color: #f4f4f4;
    padding: 5px 4px;
    border-radius: 30px;
	border-width: 0px;
}

ul.page-numbers:after {
    content: "";
    display: block;
    clear: both;
}

ul.page-numbers li,
.woocommerce nav.woocommerce-pagination ul.page-numbers li {
    display: block;
    float: left;
    margin: 0 2px;
    text-align: center;
}

ul.page-numbers a,
ul.page-numbers span,
.woocommerce nav.woocommerce-pagination ul.page-numbers a,
.woocommerce nav.woocommerce-pagination ul.page-numbers span {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-weight: 400;
    cursor: pointer;
    padding: 0;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers a:hover,
.woocommerce nav.woocommerce-pagination ul.page-numbers a:focus {
	background-color: transparent!important;
}

ul.page-numbers .prev,
ul.page-numbers .next,
.woocommerce nav.woocommerce-pagination ul.page-numbers .prev,
.woocommerce nav.woocommerce-pagination ul.page-numbers .next {
	width: auto;
	padding: 0 10px;
}

ul.page-numbers .prev,
.woocommerce nav.woocommerce-pagination ul.page-numbers .prev {
	padding-left: 15px;
}

ul.page-numbers .next,
.woocommerce nav.woocommerce-pagination ul.page-numbers .next {
	padding-right: 15px;
}

ul.page-numbers a span {
	padding: 0;
}

ul.page-numbers a:hover {
	color: #47c9e5;
}

ul.page-numbers .current {
	font-weight: bold;
}

ul.page-numbers .current,
ul.page-numbers .current:hover,
.woocommerce nav.woocommerce-pagination ul.page-numbers .current,
.woocommerce nav.woocommerce-pagination ul.page-numbers .current:hover {
    color: #fff;
    background-color: #47c9e5;
    border-radius: 30px;
}

.woocommerce nav.woocommerce-pagination ul li {
	border-width: 0px;
}

.sh-page-links p {
	font-weight: bold;
	margin-bottom: 15px;
}

/**
 * 22.0 - Widgets
 */

.widget-title {
	margin-bottom: 25px;
}

.widget-item {
	padding-bottom: 45px;
}

.widget-item ul {
	list-style: none;
	padding-left: 0;
}

.widget-item ul ul{
	padding-left: 30px;
}

.widget-item li > a {
	display: block;
}

.widget-item h4 {
	margin-bottom: 20px;
}

.widget_tag_cloud a,
.widget_tag_cloud a:after,
.post-title h2,
.post-title h1 {
	transition: 0.25s all ease;
}

/* Search widget */
.widget_search .screen-reader-text {
	display: none;
}

.widget_search .search-form {
	position: relative;
	display: block;
}

.widget_search label {
	width: 100%;
}

.widget_search .search-field {
	display: block;
	width: 100%;
	border: none;
	padding: 16px 20px;
	font-weight: 400;
	transition: 0.25s background;
	border: 1px solid #ddd;
	color: #8d8d8d;
}

.widget_search .search-submit {
	position: absolute;
	display: block;
	top: 50%; right: 5px;
	margin-top: -25px;
	width: 43px;
	height: 43px;
	border: none;
	text-align: center;
	background-color: transparent;
}

.widget_search .search-form i {
	display: block;
	font-size: 16px;
	line-height: 38px;
	cursor: pointer;
}

.widget_search .search-field::-webkit-input-placeholder {
	color: inherit;
	font-style: normal;
}

.widget_search .search-field:-moz-placeholder {
	color: inherit;
	font-style: normal;
}
.widget_search .search-field::-moz-placeholder {
	color: inherit;
	font-style: normal;
}
.widget_search .search-field:-ms-input-placeholder {
	color: inherit;
	font-style: normal;
}

.sh-blog-style1 .sh-sidebar-search-active .search-submit i,
.sh-blog-style1 .sh-sidebar-search-active .search-field,
.sh-blog-style1 .sh-sidebar-search-active .search-field::-webkit-input-placeholder {
	color: #fff!important;
}

/* Category widget */
.widget_categories ul {
	list-style: none;
	padding: 0;
	margin-bottom: 0;
}

.widget_categories li {
	padding: 12px 1px;
	border-bottom: 1px solid #e3e3e3;
	font-size: 0px;
	text-transform: uppercase;
}

.widget_categories li > a {
	display: inline-block;
}

.widget_categories li * {
	font-size: 13px;
}

.widget_categories li:first-child {
	padding-top: 0px;
}

.widget_categories li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

/* Calendar widget */
.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	padding: 10px!important;
	text-align: center;
}

/* Tag cloud widget*/
.widget_product_tag_cloud a,
.widget_tag_cloud a {
	display: inline-block;
	position: relative;
	padding: 0 10px;
	line-height: 30px;
	background-color: #f4f4f4;
	color: #8d8d8d;
	margin-right: 10px;
	font-size: 13px!important;
	margin-bottom: 12px;
    border-radius: 100px;
    border: 3px solid #fff;
    box-shadow: 0px 1px 4px 1px rgba(0,0,0,0.1);
    font-weight: bold;
}

.widget_product_tag_cloud a:hover,
.widget_tag_cloud a:hover {
	color: #fff!important;
	background-color: #47c9e5;
}

#sidebar .widget_product_tag_cloud .tagcloud a:hover,
#sidebar .widget_tag_cloud .tagcloud a:hover {
	color: #fff!important;
}

.widget_product_tag_cloud a:hover:after,
.widget_tag_cloud a:hover:after {
	border-left-color: #47c9e5;
}

/* Product title hover */
.widget-item.woocommerce .product-title {
	transition: 0.3s all ease-in-out;
}

.widget-item.woocommerce .product-title:hover {
	opacity: 0.8;
}

/* Product list widget */
.product_list_widget li {
	width: 100%;
	display: block;
	position: relative;
	margin-bottom: 15px!important;
	min-height: 65px!important;
	padding-left: 85px!important;
}

#sidebar .product_list_widget li.empty {
	padding-left: 0!important;
	min-height: 0px!important;
}

.product_list_widget a img {
	position: absolute;
	width: 65px!important;
	margin-left: 0!important;
	left: 0;
}

.product_list_widget a span,
.product_list_widget .star-rating {
	display: block;
}

.product_list_widget .star-rating {
	margin-top: 10px!important;
	margin-bottom: 15px!important;
}

.product_list_widget ins {
	text-decoration: none;
}

.product_list_widget .amount,
.product_list_widget ins span {
	font-size: 16px;
	font-weight: bold;
}

.product_list_widget del .amount {
	font-weight: normal;
}

/* Product filter widget */
.widget_price_filter .price_slider_wrapper .price_slider_amount {
	padding-top: 5px;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: #e5e5e5!important;
}

.widget_price_filter .ui-slider .ui-slider-handle {
	background-color: #fff!important;
	border: 2px solid #6ec8b9;
	width: 17px!important;
    height: 17px!important;
    top: -5px!important;
}

.widget_price_filter .ui-slider .ui-slider-range {
	background-color: rgba(110,200,185,0.6)!important;
}

.widget_price_filter .price_slider_wrapper .price_slider_amount .button {
	background-color: #f3f3f3!important;
	color: #8d8d8d!important;
	line-height: 40px!important;
	float: right;
	padding: 0px 22px!important;
	border-radius: 30px;
	font-size: 13px;
	text-transform: uppercase;
}

.widget_price_filter .price_slider_wrapper .price_label {
	font-size: 14px;
	float: left;
	line-height: 40px;
}

.widget_price_filter .price_slider_wrapper .price_label span {
	font-size: 16px;
	font-weight: bold;
}

.widget_price_filter .widget-title {
	padding-bottom: 5px;
}

/* Product categories widget */
.widget_product_categories ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.widget_product_categories li {
	border-bottom: 1px solid #e3e3e3;
	padding: 12px 0;
	text-transform: uppercase;
	font-size: 13px;
}

.product_list_widget .star-rating {
	display: none;
}

.widget_product_categories li:first-child {
	padding-top: 0;
}

.widget_product_categories li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.widget_product_categories li {
	display: block;
}

.widget_product_categories a {
	color: #8d8d8d;
	display: inline-block!important;
}

.widget_product_categories li .count,
.widget_categories li .count {
	float: right;
	font-weight: bold;
	background-color: #f3f3f3;
	color: #9A9A9A;
	border-radius: 50px;
	padding: 0px 8px;
	line-height: 1.4;
	cursor: default;
}

.widget_product_categories li .count {
	display: none;
}

/* Recent posts widget */
.widget_recent_entries li {
	border-bottom: 0px solid transparent!important;
	font-weight: bold;
	padding: 11px 0;
	position: relative;
}

.widget_recent_entries li:before {
	font-family: 'simple-line-icons';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	display: inline-block;
	position: absolute;
	top: 12px;
	content: "\e060";
	font-size: 16px;
}

.widget_recent_entries li a {
	padding-left: 37px!important;
}

#sidebar .widget_recent_entries li:before {
	top: 14px;
}

.sh-footer .widget_recent_entries li:first-child:before {
	top: 3px!important;
}


/* Instagram widget */
.null-instagram-feed .instagram-pics {
	position: relative;
	margin: -5px;
}

.null-instagram-feed .instagram-pics li {
	display: inline-block;
	position: relative;
	width: 33.3%;
	padding: 6px 10px;
	margin-right: -4px;
}

.null-instagram-feed .instagram-pics li a:not(.sh-instagram-element-overlay) {
	display: block;
	overflow: hidden;
	position: relative;
}

.null-instagram-feed img {
	width: 100%;
}

.null-instagram-feed .sh-overlay-item {
	height: 100%;
	width: 100%;
}


/* ------------------------------------------------------------------------ */
/* Widgets - Jevelin
/* ------------------------------------------------------------------------ */

/* No widgets found widget */
.no-widgets-found .widget-title {
	margin-bottom: 0;
	padding-bottom: 0;
	border: 0;
	text-transform: none;
}

/* Recent Posts widget */
.sh-recent-posts-widgets {
	position: relative;
}

.sh-recent-posts-widgets-item {
	padding-bottom: 15px;
	margin-bottom: 25px;
	position: relative;
	border-bottom: 1px solid #3E3E3E;
}

.sh-recent-posts-widgets-item:last-child {
	margin-bottom: 0;
	border-bottom-width: 0px;
}

.sh-recent-posts-widgets-item-content {
	padding-left: 80px;
	min-height: 55px;
}

.sh-recent-posts-widgets-item-thumb {
	position: absolute;
	width: 55px;
	height: 55px;
	left: 0;
	top: 0;
}

.sh-recent-posts-widgets-count {
	background-color: #47c9e5;
	padding: 2px 6px;
	line-height: 1;
	font-weight: bold;
	border-radius: 20px;
	position: absolute;
	top: -7px;
	right: -7px;
	font-size: 13px;
	z-index: 500;
	color: #fff!important;
    box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.2);
}

.sh-recent-posts-widgets-item h6 {
	padding-top: 5px;
	margin-bottom: 8px;
	font-size: 14px;
}

.sh-recent-posts-widgets-item-meta {
	font-size: 12px;
}

.sh-recent-posts-widgets-item-meta i {
	position: relative;
	bottom: -3px;
	padding-right: 5px;
	font-size: 16px;
}

/* Portoflio widget */
.sh-portfolio-widget {
	position: relative;
	margin: -7.5px;
}

.sh-portfolio-widget:after {
	content: "";
	display: block;
	clear: both;
}

.sh-portfolio-widget-item {
	padding: 7.5px;
	float: left;
	width: 33.3%;
	max-width: 100px;
	min-width: 60px;
	overflow: hidden;
}

.sh-portfolio-widget-item img {
	margin-bottom: 0px
}

.sh-portfolio-widget-item .sh-portfolio-widget-background {
	display: block;
	position: relative;
	background-size: cover;
	background-position: 50% 50%;
}

.sh-mini-overlay-container {
	position: absolute;
	top: 0px; right: 0px; left: 0px; bottom: 0px;
	background-color: rgba(71,201,229,0.75);
	text-align: center;
	opacity: 0;
}

.sh-mini-overlay i {
	line-height: 1px;
	font-size: 24px;
	color: #fff!important;
	display: block;
}

.sh-mini-overlay .sh-mini-overlay-container:hover {
	opacity: 1;
}

/* Contacts widget */
.sh-contacts-widget-item {
	margin-bottom: 15px;
	padding-left: 40px;
	position: relative;
}

.sh-contacts-widget-item i {
	display: block;
	padding-top: 4px;
	position: absolute;
	left: 0;
	font-size: 18px;
	width: 18px;
}

/* Social widget */
.sh-social-widgets {
	position: relative;
	margin: -4px;
}

.sh-social-widgets:after {
	clear: both;
	content: "";
	display: block;
}

.sh-social-widgets-item {
	margin: 0 5px;
	margin-bottom: 10px;
	width: 50px;
	height: 50px;
	text-align: center;
	float: left;
	color: #8d8d8d;
	background-color: #f4f4f4;
	font-size: 18px;
	border-radius: 50px;
}

.sh-social-widgets-item i {
	font-size: 19px;
	line-height: 50px;
}

/* Image widget */
.sh-image-widgets img {
	margin-bottom: 0px;
	padding-bottom: 15px;
}

.sh-image-widgets-description a {
	margin-right: 25px;
}

.sh-image-widgets-description i {
	font-size: 18px;
}

.sh-image-widgets-social {
	padding-top: 15px;
}


/**
 * 23.0 - Nothing Found
 */

.sh-nothing-found {
	background-color: #f4f4f4;
	padding: 19px;
	float: none;
}

.sh-nothing-found .sh-table-cell-top:first-child {
	width: 45px;
}

.sh-nothing-found h2 {
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.sh-nothing-found p {
	margin: 0;
}

.sh-nothing-found i {
	color: #505050;
	font-size: 26px;
}

.sh-nothing-found-big {
	margin-top: 50px;
	color: #e5e5e5;
	font-weight: bold;
	max-width: 500px;
}

.sh-nothing-found-big span {
	font-size: 56px;
	line-height: 56px;
}

.sh-nothing-found-big div {
	font-size: 110px;
	text-transform: uppercase;
	line-height:100px;
}

.woocommerce > .cart-empty,
.woocommerce > .woocommerce-notices-wrapper > .cart-empty {
	display: none;
}

.sh-search-results .post-item .post-meta-two {
	display: none;
}


/**
 * 24.0 404 Page
 */

.sh-404 {
	background-size: cover;
	background-position: center center;
	background-color: #4C4C4C;
}

.sh-404 > div {
	width: 33.3%;
	text-align: center;
	color: #fff;
	border-right: 30px solid #fff;
	vertical-align: top;
	padding: 0 35px 80px 35px;
}

.sh-404 > div:last-child {
	border-right: 0;
}

.sh-404-title {
	display: block;
	width: 100%;
	padding: 110px 0 60px 0;
	line-height: 110px;
	font-size: 110px;
	font-weight: bold;
	text-align: center;
}

.sh-404-mobile-title {
	letter-spacing: 25px;
}

.sh-404 h3 {
	font-weight: bold;
	color: #fff;
	font-size: 24px;
}

.sh-404-button {
	display: inline-block;
	margin: 0 auto;
	background-color: #47c9e5;
	color: #fff!important;
	padding: 15px 25px;
	margin-top: 15px;
}

.sh-404-button i {
	padding-right: 8px;
}

#sh-404-mobile {
	display: none;
}

@media (max-width: 850px) {
	#sh-404 {
		display: none;
	}

	#sh-404-mobile {
		display: block;
	}
}

@media (max-width: 850px) {

	#sh-404-mobile > div {
		padding: 0 15px 50px 15px;
	}

	#sh-404-mobile .sh-404-mobile-title {
		font-size: 60px;
		padding: 50px 0 30px 0;
	letter-spacing: 15px;
	}
}


/**
 * 25.0 - Back to top
 */

.sh-back-to-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	opacity: 0;
	transition: 0.3s all ease;
	cursor: pointer;
	width: 50px;
	height: 50px;
	text-align: center;
	overflow: hidden;
	z-index: 5000;
	color: #cecece;
	border: 2px solid #cecece;
}

.sh-back-to-top:hover {
	background-color: #47c9e5;
	border: 2px solid #47c9e5;;
	color: #fff;
}

.sh-back-to-top i {
	display: block;
	font-size: 24px;
	line-height: 46px;
}

.sh-back-to-top.active {
	opacity: 1;
}

.sh-back-to-top.filled {
	background-color: #BDBDBD;
	border-color: #BDBDBD;
	color: #fff;
}

.sh-back-to-top2 {
	border-radius: 100%;
	width: 60px;
	height: 60px;
}

.sh-back-to-top2 i {
	line-height: 56px;
	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
}

/*.sh-back-to-top3 {
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.sh-back-to-top3 i {
	line-height: 34px;
	height: 50px;
	width: 50px;
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}*/

.sh-back-to-top3 {
	box-shadow: 0px 3px 13px 1px rgba(0,0,0,0.12);
	background-color: #fff;
	border-width: 0px!important;
	font-size: 20px;
}

.sh-back-to-top3 i {
	font-size: 20px;
}


/**
 * 26.0 - Page Loader
 */

.sh-page-loader {
	background-color: #fff;
	position: fixed;
	top: 0; bottom: 0; left: 0; right: 0;
	width: 100%;
	height: 100%;
	z-index: 995000;
}

/* Page Loader - Cube Grid */
.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 100px auto;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #333;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
          animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s; }
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  }
}

/* Page Loader - Folding Cube */
.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
          -ms-transform: rotate(45deg);
      transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          -ms-transform: scale(1.1) rotate(90deg);
      transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          -ms-transform: scale(1.1) rotate(180deg);
      transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          -ms-transform: scale(1.1) rotate(270deg);
      transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

/* Page Loader - Spinner */
.sk-spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}

.sk-spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.sk-spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.sk-spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.sh-page-loader-style-spinner #loading-center-absolute {
	display: table;
	margin: 0 auto;
}

.sh-page-loader-style-spinner .object {
	width: 20px;
	height: 20px;
	background-color: #8d8d8d;
	float: left;
	margin-right: 20px;
	border-radius: 50% 50% 50% 50%;
}

.sh-page-loader-style-spinner .object:last-child {
	margin-right: 0;
}

.sh-page-loader-style-spinner #object_one {
	-webkit-animation: object_one 1.5s infinite;
	animation: object_one 1.5s infinite;
}

.sh-page-loader-style-spinner #object_two {
	-webkit-animation: object_two 1.5s infinite;
	animation: object_two 1.5s infinite;
	-webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}

.sh-page-loader-style-spinner #object_three {
    -webkit-animation: object_three 1.5s infinite;
	animation: object_three 1.5s infinite;
	-webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

@-webkit-keyframes object_one {
	75% { -webkit-transform: scale(0); }
}

@keyframes object_one {
	75% {
		transform: scale(0);
		-webkit-transform: scale(0);
	}
}

@-webkit-keyframes object_two {
	75% { -webkit-transform: scale(0); }
}

@keyframes object_two {
	75% {
		transform: scale(0);
		-webkit-transform:  scale(0);
	}
}

@-webkit-keyframes object_three {
	75% { -webkit-transform: scale(0); }
}

@keyframes object_three {
	75% {
		transform: scale(0);
		-webkit-transform: scale(0);
	}
}

/* Pulse animation */
@-webkit-keyframes animate_pulse {
	0% { -webkit-box-shadow: 0 0 0 0 rgba( 0, 0, 0, 0.08 ); }
	70% { -webkit-box-shadow: 0 0 0 18px rgba( 0, 0, 0, 0 ); }
	100% { -webkit-box-shadow: 0 0 0 0 rgba( 0, 0, 0, 0 ); }
}
@keyframes animate_pulse {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba( 0, 0, 0, 0.08 );
		box-shadow: 0 0 0 0 rgba( 0, 0, 0, 0.1 );
	}
	70% {
		-moz-box-shadow: 0 0 0 18px rgba( 0, 0, 0, 0 );
		box-shadow: 0 0 0 18px rgba( 0, 0, 0, 0 );
	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgba( 0, 0, 0, 0 );
		box-shadow: 0 0 0 0 rgba( 0, 0, 0, 0 );
	}
}


/**
 * 27.0 White Borders
 */

.sh-window-line {
	position: fixed;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 5000;
}

.sh-window-line.line-top {
	top: 0;
}

.sh-window-line.line-top,
.sh-window-line.line-bottom {
	height: 20px;
}

.sh-window-line.line-left,
.sh-window-line.line-right {
	width: 20px;
}

.sh-window-line.line-bottom {
	bottom: 0;
}

.sh-window-line.line-left {
	top: 0;
	bottom: 0;
	right: auto;
}

.sh-window-line.line-right {
	top: 0;
	bottom: 0;
	left: auto;
}

.page-white-borders #page-container {
	padding-bottom: 20px;
}


@media (min-width: 1100px) {
	.sh-header-in-side .sh-window-line.line-left,
	.sh-header-in-side .sh-window-line.line-bottom,
	.sh-header-in-side .sh-window-line.line-top {
		left: 320px;
	}
}
.page-white-borders.page-layout-right-fixed .sh-header-right-side {
	height: auto!important;
}

.page-white-borders.page-layout-right-fixed .sh-header-right-side .header-mobile-social-media {
	bottom: 20px;
}

.page-white-borders .primary-desktop {
	padding-top: 20px;
}

body.admin-bar.page-white-borders .sh-header-right-side {
	top: 52px!important;
}

body.page-white-borders.page-layout-right-fixed .sh-header-right-side {
	top: 20px;
}

body.page-white-borders.header-in-left-side .sh-window-line.line-left {
	z-index: 499!important;
}


/**
 * 28.0 - Notice
 */

.sh-page-notice {
	width: 100%;
	background-color: #383838;
	color: #e2e1e1;
	padding: 20px 0;
	display: none;
}

.sh-page-notice a {
	color: #e2e1e1;
}

.sh-page-notice a:hover,
.sh-page-notice a:focus {
	color: #fff;
}

.sh-page-notice .sh-page-notice-button {
	background-color: #767676;
	position: relative;
	display: inline-block;
	padding: 8px 18px;
	margin: -8px 0;
	margin-left: 16px;
	font-weight: bold;
	color: #fff;
}

.sh-page-notice .sh-page-notice-button:hover {
	background-color: #8d8d8d;
}

.sh-page-notice .text-right {
	min-width: 100px;
}

@media (max-width: 1025px) {
	#page-container > .sh-page-notice {
		display: none!important;
	}
}


/**
 * 29.0 - Dynamic Ratio
 */

.sh-ratio {
	position: relative;
}

.sh-ratio-container {
	padding-bottom: 56.25%;
}

.sh-ratio-container-4_3 {
	padding-bottom: 75%;
}

.sh-ratio-container-square {
	padding-bottom: 100%;
}

.sh-ratio-content {
	position: absolute;
	top: 0; right: 0; left: 0; bottom: 0;
	background-size: cover;
	background-position: 50% 50%;
}

.sh-ratio-content iframe {
	width: 100%;
	height: 100%;
}


/**
 * 30.0 - Other Elements
 */
.bottom-1 {
	position: relative;
	bottom: -1px;
}
.bottom-2 {
	position: relative;
	bottom: -2px;
}
.bottom-3 {
	position: relative;
	bottom: -3px;
}
.bottom-4 {
	position: relative;
	bottom: -4px;
}

/* Hamgurger menu icon */
.c-hamburger {
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 24px;
	height: 20px;
	font-size: 0;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
	top: 10px;
}

.c-hamburger:focus {
	outline: none;
}

.c-hamburger span {
	display: block;
	position: absolute;
	top: 9px;
	left: 0px;
	right: 0px;
	height: 2px;
	background: #545454;
}

.c-hamburger span::before,
.c-hamburger span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #545454;
	content: "";
}

.c-hamburger span::before {
  top: -9px;
}

.c-hamburger span::after {
  bottom: -9px;
}

.c-hamburger--htx {
  background-color: transparent;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  transition-property: top, transform;
}

.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}

.c-hamburger--htx.is-active span {
  background: transparent!important;
}

.c-hamburger--htx.is-active span::before {
	top: 0;
	transform: rotate(45deg);
	width: 26px;
	left: -4px;
	margin-left: 3px;
}

.c-hamburger--htx.is-active span::after {
	bottom: 0;
    transform: rotate(-45deg);
	width: 26px;
	left: -4px;
	margin-left: 3px;
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
	transition-delay: 0s, 0.3s;
}


/**
 * 31.0 - Visual Composer
*/

.sh-element-inline {
	display: inline-block!important;
	margin-right: -4px!important;
	vertical-align: top;
}

/* Empty Space Element */
body.vc_editor.compose-mode .vc_empty_space {
	background: repeating-linear-gradient( 45deg, rgba(255,255,255,0.3), rgba(255,255,255,0.3) 15px, rgba(185, 185, 185, 0.2) 15px, rgba(185, 185, 185, 0.2) 30px);
	border-radius: 8px;
}

.vc_row .sh-progress .sh-progress-item,
.vc_row .sh-progress-style2 .sh-progress-item,
.vc_row .sh-countdown,
.vc_row .sh-counter,
.vc_row .sh-text-block p:last-child {
	margin-bottom: 0;
}

.vc_row .sh-button-container {
	margin-top: 0;
	margin-bottom: 0;
}

.wpb_single_image img,
.vc_row .sh-team-image img {
	margin-bottom: 0!important;
}

i.icon {
	vertical-align: inherit;
	margin-left: 0px;
	line-height: normal;
	height: auto;
	width: auto;
}

.jarallax {
    position: relative;
    z-index: 0;
}
.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    /* support for plugin https://github.com/bfred-it/object-fit-images */
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}


/**
 * Visual Composer: Global Elements
 */
body.compose-mode header.primary-desktop,
body.compose-mode header.primary-mobile {
	pointer-events: none;
}


body.compose-mode .page-content.vc-main-sortable-container > .vc_empty-placeholder:first-child {
	display: none;
}


.vc_row_reversed_columns {
	display: flex;
}

@media only screen and (min-width: 768px) {
	.vc_column_full_height {
		height: 100vh;
	}
}

@media only screen and (max-width: 768px) {
	.vc_row_reversed_columns {
		flex-direction: column-reverse;
	}
}

@media (min-width: 1250px) {
	.vc_row[data-vc-full-width="true"][data-vc-stretch-content="true"] {
		margin-left: calc(-100vw / 2 + 1200px / 2 + 7.5px);
		margin-right: calc(-100vw / 2 + 1200px / 2 + 7.5px);
	}

	.vc_row[data-vc-full-width="true"]:not([data-vc-stretch-content="true"]) {
		margin-left: calc(-100vw/2 + 1200px/2 + 7.5px);
	    margin-right: calc(-100vw/2 + 1200px/2 + 7.5px);
	    padding-left: calc(100vw/2 - 1200px/2 - 7.5px)!important;
	    padding-right: calc(100vw/2 - 1200px/2 - 7.5px)!important;
	}


	/* Boxed Layout */
	.sh-boxed-layout .vc_row[data-vc-full-width="true"][data-vc-stretch-content="true"] {
		width: auto!important;
		left: 0!important;
		margin-left: -45px!important;
		margin-right: -45px!important;
	}

	.sh-boxed-layout .vc_row[data-vc-full-width="true"]:not([data-vc-stretch-content="true"]) {
		width: auto!important;
		left: 0!important;
		margin-left: -45px!important;
		margin-right: -45px!important;
		padding-left: 45px!important;
		padding-right: 45px!important;
	}
}

.vc_row_shadow1,
.vc_row_shadow1_hover:hover,
.vc_column_shadow1,
.vc_column_shadow1_hover:hover {
	box-shadow: 0 15px 25px -7px rgba(0,0,0,0.09), 0 -12px 10px -10px rgba(0,0,0,0.04);
}

.vc_row_shadow2,
.vc_row_shadow2_hover:hover,
.vc_column_shadow2,
.vc_column_shadow2_hover:hover {
	box-shadow: 0px 3px 13px 1px rgba(0,0,0,0.12);
}

.vc_row_shadow3,
.vc_row_shadow3_hover:hover,
.vc_column_shadow3,
.vc_column_shadow3_hover:hover {
	box-shadow: 0px 15px 45px -9px rgba(0,0,0,0.25);
}

.vc_element_shadow,
.vc_row_shadow1_hover,
.vc_row_shadow2_hover,
.vc_row_shadow3_hover,
.vc_column_shadow1_hover,
.vc_column_shadow2_hover,
.vc_column_shadow3_hover {
	transition: 0.3s all ease-in-out;
}

.vc_row[data-vc-full-width]:not(.vc_parallax):not(.vc_row-no-padding):not(.jarallax) {
	overflow: visible;
}

.vc_row .wpb_revslider_element {
	font-size: 0px;
	position: relative;
	z-index: 0;
}

@media (max-width: 800px) {
	.vc_column_reponsive_border_disabled .vc_column-inner {
		border-width: 0px!important;
	}
}


.vc_row.jarallax > .vc_column_container,
.vc_row.jarallax > .vc_vc_column {
	z-index: 1;
}

.vc_row_custom_container {
	width: 100%;
}


/* Column Mobile Element Alignment */
@media (max-width: 800px) {
	.vc_column_mobile_element_alignment_center .sh-text-block,
	.vc_column_mobile_element_alignment_center .sh-text-block p,
	.vc_column_mobile_element_alignment_center .sh-text-group,
	.vc_column_mobile_element_alignment_center .sh-text-group p,
	.vc_column_mobile_element_alignment_center .sh-heading span,
	.vc_column_mobile_element_alignment_center .sh-heading-content,
	.vc_column_mobile_element_alignment_center .sh-button-container,
	.vc_column_mobile_element_alignment_center .sh-single-image,
	.vc_column_mobile_element_alignment_center .vc_custom_heading,
	.vc_column_mobile_element_alignment_center .sh-button-container,
	.vc_column_mobile_element_alignment_center .wpb_single_image,
	.vc_column_mobile_element_alignment_center .sh-list {
		text-align: center!important;
	}

	.vc_column_mobile_element_alignment_left .sh-text-block,
	.vc_column_mobile_element_alignment_left .sh-text-block p,
	.vc_column_mobile_element_alignment_left .sh-text-group,
	.vc_column_mobile_element_alignment_left .sh-text-group p,
	.vc_column_mobile_element_alignment_left .sh-heading span,
	.vc_column_mobile_element_alignment_left .sh-heading-content,
	.vc_column_mobile_element_alignment_left .sh-button-container,
	.vc_column_mobile_element_alignment_left .sh-single-image,
	.vc_column_mobile_element_alignment_left .vc_custom_heading,
	.vc_column_mobile_element_alignment_left .sh-button-container,
	.vc_column_mobile_element_alignment_left .wpb_single_image,
	.vc_column_mobile_element_alignment_left .sh-list {
		text-align: left!important;
	}

	.vc_column_mobile_element_alignment_right .sh-text-block,
	.vc_column_mobile_element_alignment_right .sh-text-block p,
	.vc_column_mobile_element_alignment_right .sh-text-group,
	.vc_column_mobile_element_alignment_right .sh-text-group p,
	.vc_column_mobile_element_alignment_right .sh-heading span,
	.vc_column_mobile_element_alignment_right .sh-heading-content,
	.vc_column_mobile_element_alignment_right .sh-button-container,
	.vc_column_mobile_element_alignment_right .sh-single-image,
	.vc_column_mobile_element_alignment_right .vc_custom_heading,
	.vc_column_mobile_element_alignment_right .sh-button-container,
	.vc_column_mobile_element_alignment_right .wpb_single_image,
	.vc_column_mobile_element_alignment_right .sh-list {
		text-align: right!important;
	}
}

@media (max-width: 800px) {
	.vc_element_responsive_background_image > #jarallax-container-0,
	.vc_element_responsive_background_image > #jarallax-container-1,
	.vc_element_responsive_background_image > #jarallax-container-2,
	.vc_element_responsive_background_image > #jarallax-container-3,
	.vc_element_responsive_background_image > #jarallax-container-4,
	.vc_element_responsive_background_image > #jarallax-container-5 {
		display: none!important;
	}
}



/**
** Carousel - Global Options
*/
/* Style 2 - Standard  */
.carousel-dot-style2 .slick-dots li.slick-active button {
	box-shadow: none;
	width: 15px;
	height: 15px;
}


/* Style 3 - Modern  */
.carousel-dot-style3 .slick-dots li.slick-active button {
	box-shadow: none;
	width: 15px;
	height: 15px;
}

.carousel-dot-style3:not(.carousel-dot-active-background) #page-container .slick-dots li.slick-active button {
	background-color: #3b3b3b!important;
}

.carousel-dot-style3 .slick-dots li button {
	border: 1px solid #3b3b3b;
	background-color: transparent;
}


/* Spacing */
.carousel-dot-spacing-3px .slick-dots li { margin: 0 3px; }
.carousel-dot-spacing-8px .slick-dots li { margin: 0 8px; }
.carousel-dot-spacing-10px .slick-dots li { margin: 0 10px; }
.carousel-dot-spacing-12px .slick-dots li { margin: 0 12px; }
.carousel-dot-spacing-15px .slick-dots li { margin: 0 15px; }

.carousel-dot-spacing-3px .slick-dots li:first-child,
.carousel-dot-spacing-8px .slick-dots li:first-child,
.carousel-dot-spacing-10px .slick-dots li:first-child,
.carousel-dot-spacing-12px .slick-dots li:first-child,
.carousel-dot-spacing-15px .slick-dots li:first-child {
	margin-left: 0px;
}


/* Size */
.carousel-dot-size-small .slick-dots li button {
	width: 9px;
	height: 9px;
}

.carousel-dot-size-small.carousel-dot-style1 .slick-dots li.slick-active button {
	width: 12px;
	height: 12px;
}

.carousel-dot-size-small.carousel-dot-style2 .slick-dots li.slick-active button,
.carousel-dot-size-small.carousel-dot-style3 .slick-dots li.slick-active button {
	width: 9px;
	height: 9px;
}

.carousel-dot-size-standard.carousel-dot-style3 .slick-dots li.slick-active button {
	width: 15px;
	height: 15px;
}



/**
 * Jevelin 5 Style
 */
.sh-jevelin-style3 .sh-alert-with-line.sh-alert-error .sh-alert-icon-container {
	border-width: 0px;
}

.sh-jevelin-style3 .sh-nav li.menu-item-has-children > a:after,
.sh-jevelin-style3 .sh-nav li.menu-item li.menu-item-has-children > a:after {
	content: "\f078";
	font-family: 'FontAwesome'!important;
	font-size: 70%;
}

.sh-jevelin-style3 .SumoSelect > .CaptionCont > label > i:after {
	content: "\f078"!important;
	font-family: 'FontAwesome'!important;
	font-size: 12px;
}

.sh-jevelin-style3 .sh-woo-layout table.variations td {
	position: relative;
}

.sh-jevelin-style3 .sh-woo-layout table.variations select {
	cursor: pointer;
}

.sh-jevelin-style3 .sh-woo-layout table.variations td:after {
	content: "\f078";
	font-family: 'FontAwesome';
	font-size: 70%;
	position: absolute;
	right: 20px;
	top: 10px;
	pointer-events: none;
}


.sh-jevelin-style3 .sh-nav li.menu-item li.menu-item-has-children > a:after {
	padding-top: 1px;
}

.sh-jevelin-style3 .sh-nav > li.menu-item-has-children > a:after {
	margin-left: 0.5em;
    top: -0.1em;
}

.sh-jevelin-style3 .sh-titlebar .title-level .separator:after {
	content: "\f054";
	font-family: 'FontAwesome'!important;
}

.sh-jevelin-style3 .sh-titlebar:not(.sh-titlebar-revslider) a {
	color: inherit!important;
}

.sh-jevelin-style3 .widget_product_categories li .count,
.sh-jevelin-style3 .widget_categories li .count {
	color: inherit;
	border-radius: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.sh-jevelin-style3 .widget_search .search-form i {
	font-size: 17px;
}

.sh-jevelin-style3 .widget_product_categories li {
	font-size: inherit;
}

.sh-jevelin-style3 .widget_product_categories a {
	text-transform: none;
	font-weight: 600;
}

.sh-jevelin-style3 .widget_product_categories li {
	border-width: 0px;
	padding-bottom: 0px;
}

.sh-jevelin-style3 .widget_search .search-field,
.sh-jevelin-style3 #sidebar .search-field {
	border-radius: 5px;
	background-color: #f4f4f4;
	border-width: 0px;
}

.sh-jevelin-style3 .sh-popover-mini {
	right: 20px;
	top: 20px;
	left: auto;
	box-shadow: none;
	border-radius: 5px;
	border-width: 0px;
	line-height: 24px;
	padding: 0px 10px;
	background-color: #3a3a3a;
	pointer-events: none
}

.sh-jevelin-style3 .sh-popover-mini::before,
.sh-jevelin-style3 .sh-popover-mini::after {
	display: none;
}

.sh-jevelin-style3 .sh-popover-mini:not(.sh-popover-mini-dark) {
	background-color: #f73e5c;
}

.sh-jevelin-style3 .woocomerce-styling .woocommerce-result-count {
	margin-bottom: 5px;
}

.sh-jevelin-style3.woocommerce .woocomerce-styling .woocommerce-ordering {
	margin-bottom: 0px;
}

.sh-jevelin-style3 .woocommerce-ordering select.orderby {
	border-width: 0px;
    padding-left: 0px;
	height: 50px!important;
}

.sh-jevelin-style3 .woocommerce-ordering .SumoSelect .SelectBox {
	padding: 0;
    border-width: 0px!important;
    font-weight: bold;
    color: inherit;
}

@media (max-width: 800px) {
	.sh-jevelin-style3 .woocommerce-ordering .SumoSelect .SelectBox {
		text-align: center;
	    line-height: 40px!important;
	    margin-bottom: 20px;
		padding-left: 30px;
	}
}

.sh-jevelin-style3 .woocommerce-ordering .SumoSelect.open .search-txt {
	padding: 1px 0px;
	font-weight: bold;
}

.sh-jevelin-style3 .woocommerce-ordering .SumoSelect .SelectBox > label {
	display: none;
}

.sh-jevelin-style3 .woocommerce-ordering .SumoSelect .SelectBox > span:after {
	content: "\f078";
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	font-size: 10px;
	padding-left: 3px;
}

.sh-jevelin-style3 .SumoSelect > .optWrapper {
	box-shadow: 0px 15px 45px -9px rgba(0,0,0,0.20);
	border-radius: 5px;
	border-width: 0px;
	padding: 15px 0;
}

.sh-jevelin-style3 .SumoSelect > .optWrapper > .options li.opt {
	border-width: 0px;
}

.sh-jevelin-style3 .SumoSelect > .optWrapper > .options li.opt label {
	color: inherit;
}

.sh-jevelin-style3 .SumoSelect > .optWrapper > .options li.opt:hover {
	background-color: transparent;
}

.sh-jevelin-style3 .SumoSelect > .optWrapper > .options li.opt:hover label {
	font-weight: bold;
}

.sh-jevelin-style3 .widget_product_tag_cloud a,
.sh-jevelin-style3 .widget_tag_cloud a,
.sh-jevelin-style3 .sh-blog-tag-item {
	text-transform: uppercase;
    border-width: 0px;
    box-shadow: none;
    border-radius: 5px;
    padding: 0 12px;
	line-height: 32px;
	background-color: #f4f4f4;
	transition: 0.3s all ease-in-out;
	opacity: 0.6;
}

.sh-jevelin-style3 .widget_product_tag_cloud a:hover,
.sh-jevelin-style3 .widget_tag_cloud a:hover,
.sh-jevelin-style3 .sh-blog-tag-item:hover {
	opacity: 1;
}

.sh-jevelin-style3 ul.page-numbers,
.sh-jevelin-style3.woocommerce nav.woocommerce-pagination ul.page-numbers {
	border-radius: 5px;
	padding: 5px 0px;
}

.sh-jevelin-style3 ul.page-numbers .current,
.sh-jevelin-style3 ul.page-numbers .current:hover,
.sh-jevelin-style3.woocommerce nav.woocommerce-pagination ul.page-numbers .current,
.sh-jevelin-style3.woocommerce nav.woocommerce-pagination ul.page-numbers .current:hover {
	border-radius: 5px;
}

.sh-jevelin-style3 ul.page-numbers a,
.sh-jevelin-style3 ul.page-numbers span,
.sh-jevelin-style3.woocommerce nav.woocommerce-pagination ul.page-numbers a,
.sh-jevelin-style3.woocommerce nav.woocommerce-pagination ul.page-numbers span {
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
}

.sh-jevelin-style3 ul.page-numbers .prev,
.sh-jevelin-style3 ul.page-numbers .next,
.sh-jevelin-style3.woocommerce nav.woocommerce-pagination ul.page-numbers .prev,
.sh-jevelin-style3.woocommerce nav.woocommerce-pagination ul.page-numbers .next {
    width: auto;
	padding: 0 8px;
}

.sh-jevelin-style3 ul.page-numbers li,
.sh-jevelin-style3.woocommerce nav.woocommerce-pagination ul.page-numbers li {
	margin: 0 4px;
}

.sh-jevelin-style3 #content.content-with-sidebar-left {
	width: 72.2%;
	   padding-left: 2.8%;
}

.sh-jevelin-style3 #content.content-with-sidebar-right {
	width: 72.2%;
	padding-right: 2.8%;
}

.sh-jevelin-style3 .woocommerce-ordering + ul.products {
	padding-top: 50px;
}


/*
** Single product
*/
.sh-jevelin-style3.woocommerce div.product p.stock.out-of-stock {
	color: #ff2929;
	margin-bottom: 25px;
}

.sh-jevelin-style3.woocommerce .product .images {
	padding-right: 0px;
}

.sh-jevelin-style3.woocommerce div.product div.summary {
	padding-top: 23px;
	padding-left: 20px;
}

.sh-jevelin-style3.woocommerce .woocomerce-styling .product .product_title {
	font-size: 36px;
}

.sh-jevelin-style3.woocommerce .woocomerce-styling .product .product_title,
.sh-jevelin-style3.woocommerce .product .woo-seperator-line {
	border-width: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

.sh-jevelin-style3.woocommerce div.product p.price {
	color: inherit!important;
	font-weight: bold;
	font-size: 18px;
}

.sh-jevelin-style3 .woocommerce-tabs.wc-tabs-wrapper {
	margin-top: 40px;
}

.sh-jevelin-style3 .sh-social-share-button,
.sh-jevelin-style3.woocommerce div.product form.cart .variations select {
	border-radius: 5px;
}

.sh-jevelin-style3.woocommerce div.product form.cart .variations select {
	font-weight: bold;
    color: inherit;
}

.sh-jevelin-style3.woocommerce div.product form.cart button {
	border-radius: 5px!important;
}

.sh-jevelin-style3 .sh-social-share-button,
.sh-jevelin-style3.woocommerce div.product form.cart button {
	text-transform: none;
}

.sh-jevelin-style3.woocommerce div.product form.cart.grouped_form button {
	float: none!important;
}

.sh-jevelin-style3 .sh-social-share-button {
	padding: 0 22px 0 18px;
	height: 40px;
}

.sh-jevelin-style3 .sh-social-share-button i {
	padding-right: 8px;

}

.sh-jevelin-style3 .sh-social-share-networks .jssocials-share-link {
	line-height: 40px;
}

.sh-jevelin-style3 .sh-social-share-button span {
	line-height: 40px;
	text-transform: none;
}

.sh-jevelin-style3.woocommerce div.product form.cart .variations tr,
.sh-jevelin-style3.woocommerce div.product form.cart .variations td {
	display: block;
	text-align: left;
}

.sh-jevelin-style3 .sh-woo-layout table.variations td label {
	line-height: 30px;
}

.sh-jevelin-style3 .sh-woo-layout table.variations tr {
	padding-bottom: 10px;
	padding-right: 80px;
}

.sh-jevelin-style3 .woocommerce-review-link {
	font-weight: 600;
	top: -2px;
	position: relative;
}

.sh-jevelin-style3.woocommerce .product .product_meta span,
.sh-jevelin-style3.woocommerce .product .product_meta .posted_in a {
	text-transform: none;
	font-size: inherit;
	font-weight: 600;
}

.sh-jevelin-style3.woocommerce .product .product_meta span.sku,
.sh-jevelin-style3.woocommerce .product .product_meta .tagged_as a {
	opacity: 0.7;
}

.sh-jevelin-style3.woocommerce .product .product_meta .posted_in a:hover{
	opacity: 0.8;
	transition: 0.3s all ease;
}

.sh-jevelin-style3.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	text-transform: none;
	font-size: 14px;
}

.sh-jevelin-style3.woocommerce .woocommerce-tabs li a:after {
	height: 2px;
	bottom: -1px;
}

.sh-jevelin-style3.woocommerce div.product .woocommerce-tabs ul.tabs:before {
	border-bottom-width: 2px;
	color: #ececec;
}

.sh-jevelin-style3.woocommerce .product .woo-short-description {
	font-weight: 500;
	font-size: 16px;
}

.sh-jevelin-style3 .sh-woo-layout .woocommerce-variation {
	padding: 0px;
	font-size: normal
}

.sh-jevelin-style3.woocommerce .product .woo-seperator-line {
	margin-top: 35px;
}

.sh-jevelin-style3 .woocommerce-variation-add-to-cart {
	margin-top: 25px;
}

.sh-jevelin-style3 .sh-woo-layout table.variations {
	max-width: 380px;
	position: relative;
}

.sh-jevelin-style3 .sh-woo-layout table.variations .reset_variations {
	position: absolute;
	top: 10px;
    right: -74px;
	background-color: #f2f2f2;
	color: #787878;
	width: 60px;
	line-height: 30px;
	text-align: center;
	border-radius: 100px;
	text-transform: none;
	font-size: 12px;
	font-weight: 500;
}

.sh-jevelin-style3 .sh-woo-layout table.variations .reset_variations:hover {
	background-color: #787878;
	color: #f2f2f2;
}

.sh-jevelin-style3 .sh-increase-number-down i:before {
	content: "\f063";
	font: normal normal normal 14px/1 FontAwesome;
}

.sh-jevelin-style3 .sh-increase-number-up i:before {
	content: "\f062";
	font: normal normal normal 14px/1 FontAwesome;
}

.sh-jevelin-style3 .sh-increase-numbers input {
	color: inherit;
}

.sh-jevelin-style3 .sh-increase-numbers i {
	opacity: 0.5;
	line-height: 46px;
}

.sh-jevelin-style3 .sh-increase-numbers i:before {
	font-size: 12px;
}

.sh-jevelin-style3 .sh-increase-numbers span:hover i {
	opacity: 1;
}

.sh-jevelin-style3.woocommerce p.stars a:before,
.sh-jevelin-style3.woocommerce .woocommerce-tabs .comment-form-rating span > a:before {
	content: "\f005"!important;
	font-family: 'FontAwesome'!important;
}

.sh-jevelin-style3.woocommerce .woocommerce-tabs .comment-form-rating span > a:before {
	padding: 10px 11px;
}

.sh-jevelin-style3.woocommerce .woocommerce-tabs .comment-form-rating p.stars a {
	padding: 18px;
}

.sh-jevelin-style3.woocommerce .woocommerce-tabs .comment-form-rating p.stars a {
	margin-right: 1px;
}

.sh-jevelin-style3 .woocommerce-review__dash {
	opacity: 0;
}

.sh-jevelin-style3.woocommerce #reviews #comments h2 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 55px;
}

.sh-jevelin-style3 .woocommerce-tabs #tab-reviews input#submit {
	text-transform: none;
	border-radius: 5px!important;
}

.sh-jevelin-style3.woocommerce div.product .woocommerce-tabs ul.tabs {
	margin-bottom: 35px;
}

.sh-jevelin-style3.woocommerce .woocommerce-tabs #review_form_wrapper .comment-reply-title {
	font-weight: bold;
	margin-bottom: 15px;
    display: block;
}

.sh-jevelin-style3.woocommerce .woocommerce-tabs #tab-reviews label[for="comment"] {
	display: none;
}

/* Comments */
.sh-jevelin-style3.woocommerce #reviews #comments ol.commentlist li img.avatar {
	border-radius: 100px;
}

.sh-jevelin-style3 .woocommerce-tabs .commentlist .comment-text .meta time {
	color: inherit;
}

.sh-jevelin-style3 .woocommerce-tabs .commentlist .description {
	margin-top: 12px;
}

.sh-jevelin-style3 #tab-additional_information > h2:first-child,
.sh-jevelin-style3 #tab-description > h2:first-child {
	display: none;
}

.sh-jevelin-style3 .comment-form input,
.sh-jevelin-style3 .comment-form textarea {
	border-radius: 5px;
}

.sh-jevelin-style3.woocommerce #reviews #comments ol.commentlist li {
	margin-bottom: 20px!important;
}

.sh-jevelin-style3.woocommerce #reviews #comments ol.commentlist li:last-child {
	border-bottom-width: 0px!important;
}

.sh-jevelin-style3 .woocommerce input[type=submit],
.sh-jevelin-style3 .woocommerce .button,
.sh-jevelin-style3 .contact-form input[type="submit"],
.sh-jevelin-style3 .sh-404-button,
.sh-jevelin-style3 .post-content .post-password-form input[type="submit"],
.sh-jevelin-style3 .wpcf7-form .wpcf7-submit,
.sh-jevelin-style3 .woocommerce .checkout-button,
.sh-jevelin-style3 .woocommerce .wc-forward,
.sh-jevelin-style3 .woocommerce #respond input#submit,
.sh-jevelin-style3 .woocommerce .shop_table .coupon .button,
.sh-jevelin-style3 .woocommerce a.button.alt,
.sh-jevelin-style3 .woocommerce .cart input.button,
.sh-jevelin-style3 .woocommerce input.button.alt,
.sh-jevelin-style3 .contact-form input[type="submit"],
.sh-jevelin-style3 .sh-404-button,
.sh-jevelin-style3 .post-content .post-password-form input[type="submit"],
.sh-jevelin-style3 .sh-comments .submit,
.sh-jevelin-style3 .wpcf7-form .wpcf7-submit {
	text-transform: none;
	border-radius: 5px!important;
	font-size: inherit;
}

.sh-jevelin-style3 input,
.sh-jevelin-style3 textarea,
.sh-jevelin-style3 select {
	border-radius: 5px;
	font-weight: bold;
}

.sh-jevelin-style3 select::-webkit-input-placeholder,
.sh-jevelin-style3 input::-webkit-input-placeholder,
.sh-jevelin-style3 textarea::-webkit-input-placeholder {
	font-style: normal;
	font-weight: normal;
	opacity: 0.7;
}

.sh-jevelin-style3 .widget_search .search-form i {
	opacity: 0.7;
}

.sh-jevelin-style3.woocommerce .comment-form-author,
.sh-jevelin-style3.woocommerce .comment-form-email {
	display: inline-block;
	margin-right: -4px!important;
}

.sh-jevelin-style3.woocommerce .comment-form-author {
	width: 52%;
	padding-right: 4%;
}

.sh-jevelin-style3.woocommerce .comment-form-email {
	width: 48%;
}


/* Grouped products */
.sh-jevelin-style3 .woocommerce-grouped-product-list-item__quantity input::placeholder {
	font-weight: bold;
}

.sh-jevelin-style3 .woocommerce-grouped-product-list-item__quantity {
	padding-left: 0px!important;
}

.sh-jevelin-style3 .woocommerce-grouped-product-list-item__label,
.sh-jevelin-style3 .woocommerce-grouped-product-list-item__price {
	padding-top: 28px!important;
}

.sh-jevelin-style3 .woocommerce-grouped-product-list-item__price {
	font-weight: bold;
}

.sh-jevelin-style3 .woocommerce-grouped-product-list-item__label label{
	font-weight: 500;
}

.sh-jevelin-style3 .woocommerce-grouped-product-list tr {
	border-bottom: 1px solid #f1f1f1;
}

.sh-jevelin-style3 .woocommerce-grouped-product-list td {
	padding-top: 20px!important;
	padding-bottom: 20px!important;
	vertical-align: middle!important;
}

.sh-jevelin-style3 .woocommerce-grouped-product-list input,
.sh-jevelin-style3 .woocommerce-grouped-product-list label {
	margin-bottom: 0px;
}


/*
** View Cart
*/
.sh-jevelin-style3 .woocommerce a.remove:before {
	top: -10px;
    position: relative;
}

.sh-jevelin-style3 table {
	border-width: 0px!important;
}

.sh-jevelin-style3 table td,
.sh-jevelin-style3 table th,
.sh-jevelin-style3 .woocommerce table.shop_table.cart td,
.sh-jevelin-style3 .woocommerce table.shop_table.cart th {
	border-width: 0px!important;
}

.sh-jevelin-style3 .woocommerce table.shop_table.cart tr {
	border-bottom: 1px solid #f1f1f1;
}

.sh-jevelin-style3 .woocommerce table.shop_table.cart .product-price {
	font-weight: bold;
}

.sh-jevelin-style3 .woocommerce table.shop_table.cart .product-subtotal {
	font-weight: bold;
	font-size: 16px;
}

.sh-jevelin-style3 .woocommerce-cart-form__contents tr:last-child td {
	padding-left: 0px!important;
	padding-right: 0px!important;
}

.sh-jevelin-style3 .cart_totals table {
	background-color: #f4f4f4;
	border-radius: 5px!important;
}

.sh-jevelin-style3 .cart_totals table td {
	text-align: right;
}

.sh-jevelin-style3 .cart_totals table th,
.sh-jevelin-style3 .cart_totals table td {
    padding: 18px 30px!important;
}

.sh-jevelin-style3 .cart_totals .cart-subtotal {
	font-size: 16px;
	font-weight: 400;
}

.sh-jevelin-style3 .cart_totals .order-total {
	font-size: 18px;
}

.sh-jevelin-style3 .cart_totals .cart-subtotal,
.sh-jevelin-style3 .cart_totals .woocommerce-shipping-totals {
	border-bottom: 1px solid #fff;
}

.sh-jevelin-style3 .checkout-button {
	line-height: 60px!important;
	height: 60px;
}

.sh-jevelin-style3 .woocommerce .button[name="apply_coupon"],
.sh-jevelin-style3 .woocommerce .shop_table .button[name=update_cart] {
	background-color: #f4f4f4!important;
	font-size: 13px!important;
	border-radius: 5px!important;
}

.sh-jevelin-style3 .woocommerce .button[name="apply_coupon"]:hover {
	color: #fff;
}

.sh-jevelin-style3 .order-total .woocommerce-Price-amount {
	position: relative;
    border-bottom: 2px solid #294cff;
    padding-bottom: 19px;
}


/*
** Checkout
*/
.sh-jevelin-style3 form.checkout_coupon {
	border-bottom: 1px solid #ececec;
    border-radius: 0px;
    padding-bottom: 20px!important;
    margin-bottom: 60px;
}

.sh-jevelin-style3 .woocommerce #customer_details > div {
	float: none;
	width: 100%;
}

.sh-jevelin-style3 form.woocommerce-checkout.checkout .woocommerce-NoticeGroup {
	margin-bottom: 40px;
}

@media (min-width: 800px) {
	.sh-jevelin-style3 .sh-checkout {
		display: flex;
	}

	.sh-jevelin-style3 .woocommerce #customer_details {
		width: 62%;
		margin-right: 6%;
	}

	.sh-jevelin-style3 .sh-checkout-review {
		width: 32%;
	}
}

.sh-jevelin-style3 .woocommerce-additional-fields {
	margin-top: 30px;
}

.sh-jevelin-style3 .woocommerce abbr.required:before,
.sh-jevelin-style3.woocommerce #review_form span.required:before {
	display: none;
}

.sh-jevelin-style3 .woocommerce abbr.required,
.sh-jevelin-style3.woocommerce #review_form span.required,
.sh-jevelin-style3 .woocommerce form .form-row .required {
	font-size: inherit;
	color: inherit!important;
}

.sh-jevelin-style3 .sh-alert {
	border-radius: 5px;
}

.sh-jevelin-style3 .woocommerce-form-coupon-toggle {
	opacity: 0.8;
}

.sh-jevelin-style3 .woocommerce-form-coupon-toggle .sh-alert {
	background-color: #294cff;
}

.sh-jevelin-style3 .woocommerce-form-coupon-toggle .sh-alert,
.sh-jevelin-style3 .woocommerce-form-coupon-toggle .sh-alert .sh-alert-title,
.sh-jevelin-style3 .woocommerce-form-coupon-toggle .sh-alert a {
	color: #fff;
}

.sh-jevelin-style3 .woocommerce-form-coupon-toggle .sh-alert-title,
.sh-jevelin-style3 .woocommerce-form-coupon-toggle .sh-alert-title a {
	background-color: transparent;
}

.sh-jevelin-style3 .woocommerce #payment #place_order,
.sh-jevelin-style3 .woocommerce-page #payment #place_order {
	float: none;
	width: 100%;
	height: 60px;
	line-height: 60px;
	border-radius: 5px!important;
}

.sh-jevelin-style3 .woocommerce .payment_methods.methods {
	border-width: 0px;
	border-bottom-width: 0px!important;
}

.sh-jevelin-style3 .woocommerce .payment_methods.methods li {
	padding: 10px 0px;
	padding-left: 20px;
	border-bottom-width: 0px;
}

.sh-jevelin-style3 .woocommerce .payment_method_paypal a {
	display: none;
}

.sh-jevelin-style3 .woocommerce .woocommerce-checkout-review-order-table .cart-subtotal {
	background-color: rgba( 49, 49, 49, 0.038 );
	border-bottom: 1px solid #fff;
	border-radius: 5px;
}

.sh-jevelin-style3 .woocommerce .woocommerce-checkout-review-order-table .cart-subtotal td,
.sh-jevelin-style3 .woocommerce .woocommerce-checkout-review-order-table .cart-subtotal th {
	font-weight: normal;
	font-size: inherit;
}

.sh-jevelin-style3 .woocommerce .shop_table.woocommerce-checkout-review-order-table .order-total td,
.sh-jevelin-style3 .woocommerce .shop_table.woocommerce-checkout-review-order-table .order-total th {
	padding: 15px 20px!important;
	border-radius: 5px;
}

.sh-jevelin-style3 .woocommerce .woocommerce-checkout-review-order-table .cart-subtotal th,
.sh-jevelin-style3 .woocommerce .shop_table.woocommerce-checkout-review-order-table .order-total th {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.sh-jevelin-style3 .woocommerce .woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals {
	background-color: rgba( 49, 49, 49, 0.038 );
	border-bottom: 1px solid #fff;
}

.sh-jevelin-style3 .woocommerce-checkout-review-order-table thead {
	display: none;
}

.sh-jevelin-style3 .woocommerce .woocommerce-checkout-review-order-table .cart-subtotal td,
.sh-jevelin-style3 .woocommerce .shop_table.woocommerce-checkout-review-order-table .order-total td {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.sh-jevelin-style3 .woocommerce-checkout-review-order-table .product-total {
	font-weight: bold;
}

.sh-jevelin-style3 .woocommerce-checkout-review-order-table .product-total,
.sh-jevelin-style3 .woocommerce-checkout-review-order-table tfoot td {
	text-align: right;
}

.sh-jevelin-style3 .woocommerce form .form-row-first,
.sh-jevelin-style3 .woocommerce form .form-row-last,
.sh-jevelin-style3 .woocommerce-page form .form-row-first,
.sh-jevelin-style3 .woocommerce-page form .form-row-last {
	width: 49%;
}

.sh-jevelin-style3 .woocommerce .woocommerce-checkout-review-order-table .product-name {
	padding-left: 0px!important;
}

.sh-jevelin-style3 .woocommerce .woocommerce-checkout-review-order-table tbody tr:not(:last-child) {
	border-bottom: 1px solid #f1f1f1;
}

.sh-jevelin-style3 .woocommerce-checkout-review-order-table .product-name-container {
	display: flex;
	align-items: center;
}

.sh-jevelin-style3 .woocommerce-checkout-review-order-table .product-thumb {
	padding-right: 12px;
}

.sh-jevelin-style3 .woocommerce-checkout-review-order-table .product-thumb img {
	width: 50px;
	border-radius: 5px;
	margin-bottom: 0;
}

.sh-jevelin-style3 .woocommerce #order_review_heading {
	margin-top: 0px;
}

.sh-jevelin-style3 .woocommerce-billing-fields > h3,
.sh-jevelin-style3 h3#order_review_heading,
.sh-jevelin-style3 #ship-to-different-address span {
	font-size: 24px;
}

.sh-jevelin-style3 #ship-to-different-address {
	margin-top: 30px;
	margin-bottom: 0px;
}

.sh-jevelin-style3 #ship-to-different-address label {
	color: inherit;
}

.sh-jevelin-style3 #ship-to-different-address span {
	padding-left: 10px;
}

.sh-jevelin-style3 form.checkout_coupon p:first-child {
	font-weight: bold;
	font-size: 16px;
}

.sh-jevelin-style3 .woocommerce .payment_methods.methods label {
	font-size: 14px!important;
}



.sh-jevelin-style3 .widget_price_filter .ui-slider .ui-slider-handle {
	border-width: 3px;
	width: 20px!important;
	height: 20px!important;
	top: -8px!important;
}

.sh-jevelin-style3.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: 4px;
}




/*
** Login
*/
#sh-woocomerce-login-form {
	display: block;
	max-width: 450px;
	margin: 0 auto!important;
}

#sh-woocomerce-login-form h2 {
	font-size: 36px;
}

#sh-woocomerce-login-form p,
#sh-woocomerce-login-form input:not([type="checkbox"]),
#sh-woocomerce-login-form button {
	width: 100%;
}

#sh-woocomerce-login-form .woocommerce-form-login__submit {
	margin-top: 30px;
}

#sh-woocomerce-login-form .woocommerce-form-login__submit,
#sh-woocomerce-login-form button.button {
	color: #fff;
}

#sh-woocomerce-login-form .woocommerce-LostPassword {
	font-weight: bold;
}

#sh-woocomerce-login-form .woocommerce-form-login__submit {
	line-height: 60px;
	height: 60px;
}



/*
** Thank You
*/
.woocommerce-order h2.woocommerce-thankyou-order-received {
	font-size: 30px;
}

.sh-woocommerce-thankyou-details {
	display: flex;
}

.sh-woocommerce-thankyou-details > section {
	flex: 1;
	width: 50%;
}

.sh-woocommerce-thankyou-details .woocommerce-order-details {
	margin-right: 80px;
}

.woocommerce .sh-woocommerce-thankyou-details .woocommerce-column {
	width: 100%;
	float: none;
}

.woocommerce-order-received .woocommerce  ul.order_details li {
	width: auto!important
}

.sh-woocommerce-thankyou-details tbody {
	border-bottom: 20px solid transparent;
}

.sh-woocommerce-thankyou-details tfoot {
	background-color: rgba( 49, 49, 49, 0.038 );
}

.sh-woocommerce-thankyou-details tr {
	border-bottom: 1px solid #fff;
}

.sh-woocommerce-thankyou-details tfoot td,
.sh-woocommerce-thankyou-details thead th:last-child,
.sh-woocommerce-thankyou-details tbody td:last-child {
	text-align: right;
}

.sh-jevelin-style3 .sh-woocommerce-thankyou-details thead th:first-child,
.sh-jevelin-style3 .sh-woocommerce-thankyou-details tbody td:first-child {
	padding-left: 0px!important;
}

.sh-woocommerce-thankyou-details tfoot tr:last-child .woocommerce-Price-amount {
	font-size: 16px;
}

.sh-woocommerce-thankyou-details tfoot tr:not(:last-child) th {
	font-size: 14px;
}

.woocommerce ul.woocommerce-thankyou-order-details {
	margin-left: -20px!important;
}

.woocommerce ul.woocommerce-thankyou-order-details,
.woocommerce ul.woocommerce-thankyou-order-details li,
.woocommerce ul.woocommerce-thankyou-order-details li strong {
	border-width: 0px!important;
}

.woocommerce ul.woocommerce-thankyou-order-details li {
	font-weight: normal;
}

.woocommerce ul.woocommerce-thankyou-order-details li strong {
	background-color: transparent;
	margin-top: 0px!important;
	font-weight: bold;
	font-size: 16px;
}

.woocommerce .woocommerce-customer-details address {
	padding: 25px 30px;
	border-color: #e2e7ff;
	border-width: 2px;
	line-height: 230%;
	margin-top: 35px;
}

.woocommerce .woocommerce-customer-details p.woocommerce-customer-details--phone::before {
	content: "\f095";
	font-family: 'FontAwesome';
}

.woocommerce .woocommerce-customer-details p.woocommerce-customer-details--email:before {
	content: "\f003";
	font-family: 'FontAwesome';
}




/* Header Cart */
.sh-jevelin-style3 .widget_shopping_cart a.remove:before {
	top: 28px;
}

.sh-jevelin-style3 .sh-nav-cart .menu-item-cart .total {
	text-transform: none;
}

.sh-jevelin-style3 .sh-nav-cart .widget_shopping_cart_content p.buttons a:first-child:before {
	display: none;
}

.sh-jevelin-style3 .sh-nav-cart .menu-item-cart .widget_shopping_cart_content p.buttons a:last-child:before {
	font-family: 'FontAwesome'!important;
    content: "\f00c";
}




/*
** Elementor Page Builder
*/
@media ( min-width: 767px ) {
    .elementor-row > .elementor-column:first-child > .elementor-element-populated,
	.elementor-container > .elementor-column:first-child > .elementor-element-populated {
        padding-left: 0px;
    }

    .elementor-row > .elementor-column:last-child > .elementor-element-populated,
	.elementor-container > .elementor-column:last-child > .elementor-element-populated {
        padding-right: 0px;
    }
}

body.elementor-editor-active .elementor-edit-area-active {
	padding-top: 23px;
}

.elementor-widget-text-editor p {
	line-height: inherit;
}

body.elementor-editor-active .blog-style-masonry,
body.elementor-editor-active .sh-portfolio {
	opacity: 1;
}
/**
 * Theme Responsive Styles
 */

/**
 * General
 */

@media (min-width: 1250px) {

	/* Page Container */
	.container {
		max-width: 1200px!important;
		width: 1200px!important;
	}

}

@media (max-width: 1250px) {

	/* Page Container */
	.container {
	    max-width: 960px!important;
	}

	/* WooCommerce - Increase numbers */
	.sh-increase-numbers span {
		display: none!important;
	}

	.sh-increase-numbers input {
		border: 2px solid #e5e5e5!important;
	}

	/* WooCommerce - Products */
	.sh-recent-products:not(.sh-recent-products-carousel) .woocommerce.columns-5 .products li,
	.sh-recent-products:not(.sh-recent-products-carousel) .woocommerce.columns-6 .products li {
		width: 33.3%!important;
	}

}

@media (max-width: 1025px) and (min-width: 1023px) {
	body.sh-ipad-landscape-full-navigation header.primary-desktop {
		display: block;
	}

	body.sh-ipad-landscape-full-navigation header.primary-mobile {
		display: none;
	}
}




@media (max-width: 1025px) {

	/* Page Container */
	.container {
	    max-width: 850px!important;
	}

	/* Header */
	header.primary-desktop {
		display: none!important;
	}

	header.primary-mobile {
		display: block!important;
	}

	/* Blog */
	.blog-list:not(.blog-style-small):not(.blog-style-medium):not(.blog-style-large) .post-item {
		width: 50%;
	}

	.content-with-sidebar-left .blog-style-grid article,
	.content-with-sidebar-right .blog-style-grid article {
		width: 49.5%!important;
	}

	#wrapper #content {
		float: none;
		width: 100%;
	}

	#wrapper #sidebar {
		float: none;
		width: 100%;
	}

	#content + #sidebar {
		margin-top: 60px;
	}

	/* WooCommerce - Products */
	.woocommerce .woocomerce-styling .products li,
	.sh-recent-products:not(.sh-recent-products-carousel) .woocommerce .products li,
	.sh-recent-products:not(.sh-recent-products-carousel) .woocommerce.columns-5 .products li,
	.sh-recent-products:not(.sh-recent-products-carousel) .woocommerce.columns-6 .products li {
		width: 48%!important;
	}

	/* Nothing found */
	.sh-nothing-found-big span {
		font-size: 36px;
	}

	.sh-nothing-found-big div {
		font-size: 72px;
		line-height: 62px;
	}

}

@media (max-width: 900px) {

	/* Page Container */
	.container {
	    max-width: 740px!important;
	}

	/* Testimonials */
	.sh-testimonials-style3 .sh-testimonials-table {
		display: block;
	}

	.sh-testimonials-style3 .sh-testimonials-table > div:last-child {
		display: block;
		width: 100%!important;
		margin-top: 15px;
	}

	.sh-testimonials-style3 .sh-testimonials-table > div:nth-child(3) {
		width: 100%!important;
	}

	/* Blog */
	.content-with-sidebar-left .blog-style-grid article,
	.content-with-sidebar-right .blog-style-grid article {
		width: 100%!important;
	}

	/* Footer */
	.sh-footer .sh-footer-columns > .widget-item {
		width: 100%!important;
	}

	/* Copyrights */
	.sh-copyrights {
		text-align: center;
		padding: 35px 0;
	}

	.sh-copyrights div:not(.sh-copyrights-style3-item) {
		float: none!important;
		width: 100%;
		display: block;
	}

	.sh-copyrights .sh-copyrights-social {
		margin-top: 20px;
	}

	.sh-copyrights .sh-copyrights-style1,
	.sh-copyrights .sh-copyrights-style2 {
		height: auto;
	}

	.sh-copyrights-style2 .sh-copyrights-logo {
		margin-bottom: 15px;
	}

	.sh-copyrights-text,
	.sh-copyrights-social {
		line-height: auto!important;
	}

	.sh-footer .sh-copyrights-social a {
		position: relative;
		margin-left: 3px;
		margin-top: -1px;
	}

	/* Countdown */
	.sh-countdown:not(.sh-countdown-small) > div {
		padding: 3px 13px;
	}

	.sh-countdown:not(.sh-countdown-small) > div > span {
		font-size: 36px;
	}

	.sh-countdown:not(.sh-countdown-small) > div > div {
		font-size: 14px;
		padding-top: 0px!important;
	}

	.sh-countdown-style3:not(.sh-countdown-small) > .weeks > span,
	.sh-countdown-style3:not(.sh-countdown-small) > .days > span {
		font-size: 60px;
	}

	.sh-countdown-style3:not(.sh-countdown-small) > .weeks > div,
	.sh-countdown-style3:not(.sh-countdown-small) > .days > div {
		font-size: 21px;
		margin-top: 5px;
	}

	.sh-countdown-style3:not(.sh-countdown-small) > div > div {
		font-size: 16px;
	}

}

@media (max-width: 800px) {

	/* Page Container */
	.container {
	    max-width: 600px!important;
	}

	.sh-column,
	.vc_column_container:not(.vc_col-xs-1):not(.vc_col-xs-10):not(.vc_col-xs-11):not(.vc_col-xs-12):not(.vc_col-xs-2):not(.vc_col-xs-3):not(.vc_col-xs-4):not(.vc_col-xs-5):not(.vc_col-xs-6):not(.vc_col-xs-7):not(.vc_col-xs-8):not(.vc_col-xs-9) {
	    width: 100%;
	}

	.section-justify-height .sh-column > div,
	.section-justify-height .sh-column > div > div {
		display: block;
		height: auto;
	}

	.sh-google-map .section-justify-height-google-maps {
		max-height: none!important;
		min-height: none!important;
	}

	/* Team Filter */
	.sh-filer-icon {
		position: absolute;
		padding-left: 15px;
	}

	.sh-filter {
		width: 100%;
		border-width: 0px;
	}

	.sh-filter .sh-filter-item {
		position: relative;
	}

	/* Pricing */
	.sh-pricing.sh-pricing-enlarge {
		padding: 0px;
		margin: 0px;
		margin-bottom: 30px;
	}

	/* Blog */
	.blog-style-small .post-left-side,
	.blog-style-small .post-right-side,
	.blog-style-medium .post-left-side,
	.blog-style-medium .post-right-side,
	.blog-style-large .post-left-side,
	.blog-style-large .post-right-side {
		width: 100%;
	}

	.blog-style-small .post-left-side,
	.blog-style-medium .post-left-side,
	.blog-style-large .post-left-side {
		margin-bottom: 20px;
	}

	/* Titlebar */
	.sh-titlebar .titlebar-title,
	.sh-titlebar .title-level {
		display: block;
		width: 100%;
		text-align: center;
	}

	.sh-titlebar .title-level {
		margin-top: 15px;
	}

	/* Shop */
	.woocommerce-page table.cart .product-remove,
	.woocommerce-page table.cart .product-subtotal {
		display: none;
	}

	.woocommerce-page table.cart #coupon_code,
	.woocommerce-page table.cart .button[name="apply_coupon"],
	.woocommerce-page table.cart .button[name="update_cart"] {
		width: 100%!important;
		margin-bottom: 8px;
	}

	.woocommerce .cart-collaterals .cart_totals {
		width: 100%!important;
	}

	/* Back to top */
	.sh-back-to-top {
		bottom: 15px;
		right: 15px;
		-webkit-transform: scale( 0.92, 0.92 );
		    -ms-transform: scale( 0.92, 0.92 );
		        transform: scale( 0.92, 0.92 );
	}

	/* Filter */
	.sh-tabs .sh-tabs-filter,
	.sh-tabs .sh-tabs-filter li a {
		border-bottom-width: 0!important;
	}

	/* WooCommerce  */
	.woocommerce div.product .woocommerce-tabs ul.tabs:before {
		border-bottom-color: transparent!important;
	}

	.woocommerce .woocommerce-tabs li {
		margin-right: -4px!important;
	}

}

@media (max-width: 650px) {

	/* WooCommerce - Products */
	.woocommerce .woocomerce-styling .products li,
	.sh-recent-products:not(.sh-recent-products-carousel) .woocommerce .products li,
	.sh-recent-products:not(.sh-recent-products-carousel) .woocommerce.columns-5 .products li,
	.sh-recent-products:not(.sh-recent-products-carousel) .woocommerce.columns-6 .products li {
		width: 100%!important;
	}

}

@media (max-width: 700px) {

	/* Page Container */
	.container {
	    max-width: 468px!important;
	}

	/* WooDommerce */
	.woocommerce .woocommerce-result-count {
		line-height: normal!important;
		margin-bottom: 15px;
		width: 100%!important;
		text-align: center;
	}

	.woocommerce .woocommerce-ordering {
		display: table;
		margin: 0 auto 30px auto;
		float: none!important;
	}

	/* Blog */
	.blog-single .post-meta {
		float: none;
		width: 100%;
	}

	.blog-single .post-meta-comments {
		padding: 0;
	}

	.blog-single .post-meta-two {
		padding-top: 5px;
	}

	.blog-single .sh-blog-single-meta > div {
		width: 100%;
	}

	.blog-single .sh-page-switcher {
		margin-left: 0;
		padding-top: 10px;
	}

}

@media (max-width: 550px) {

	/* Page Container */
	.container {
	    max-width: 300px!important;
	}

	/* Blog */
	.blog-list:not(.sh-recent-posts-list-carousel) .post-item {
		width: 100%!important;
	}

	.sh-post-author .sh-post-author-avatar,
	.sh-post-author .sh-post-author-info {
		width: 100%;
		display: block;
	}

	/* Comments */
	.sh-comments-required-notice {
		float: none;
		padding-bottom: 15px;
	}

}

@media (max-width: 320px) {

	/* Page Container */
	.container {
	    width: 280px;
	    min-width: 280px;
	    max-width: 280px;
	}

}


/**
 *  Header - Left (custom responsive sizes)
 */

@media (min-width: 1100px) {
	.sh-header-in-side,
	.sh-header-in-side .sh-footer {
		padding-left: 320px!important;
	}

	.sh-header-left-side .rev_slider_wrapper {
		max-width: 100%!important;
	    left: 320px!important;
	}

}

@media screen and (max-width: 1600px) and (min-width: 1100px) {

	.sh-header-in-side .container {
		width: 85%!important;
	}
}

@media (max-width: 1100px) {
	#page-container.sh-header-in-side .sh-header-left-side {
		display: none;
	}

	#page-container.sh-header-in-side {
		margin-left: 0px!important;
	}

	#page-container.sh-header-in-side .primary-mobile {
		display: block!important;
	}
}

@media (max-height: 800px) {
	.sh-header-left-side #header-logo {
		padding: 20px 20px 35px 20px!important;
	}
}


/**
 * Pie Chart (custom responsive sizes)
 */
@media screen and (min-width: 850px) and (max-width: 1025px) {
	.sh-piechart {
		-ms-transform: scale(0.72,0.72);
		-webkit-transform: scale(0.72,0.72);
		transform: scale(0.72,0.72);
	}
}

@media screen and (min-width: 768px) and (max-width: 850px) {
	.sh-piechart {
		-ms-transform: scale(0.56,0.56);
		-webkit-transform: scale(0.56,0.56);
		transform: scale(0.56,0.56);
		/*margin-left: -18px;*/
	}
}


/**
 * Iconbox (custom responsive sizes)
 */
@media screen and (min-width: 551px) and (max-width: 850px) {
	.sh-iconbox .ratio-container-portrait {
		padding-top: 70%!important;
	}
}


/**
 * Side Header responsive fix
 */
@media (min-width: 1100px){
	.sh-header-in-side .sh-footer {
		padding-left: 0;
	}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

    /* Image Points */
    .sh-image-points {
        display: block;
    }

    /* Blog Overlay */
	.sh-overlay-style1 {
		display: flex;
	    align-items: center;
	    justify-content: center;
	}

	.sh-overlay-style1 > .sh-table-full {
		display: block;
		height: auto;
		width: auto;
	}

	.sh-overlay-style1 .sh-overlay-item-container {
		position: relative;
        top: 0%;
        left: 0%!important;
    	-webkit-transform: translateY(-0px)!important;
    	    -ms-transform: translateY(-0px)!important;
    	        transform: translateY(-0px)!important;
	}


    /* Search Box */
    .sh-blog-style2 .widget_search .search-field {
        line-height: 30px!important;
        min-height: 61px!important;
    }


    /* Portfolio overlay */
    .sh-portfolio-overlay4-container {
        display: block!important;
        margin: 0!important;
    }

    .sh-portfolio-overlay4-icons {
        margin-top: 40px;
    }

}


/* Column */
@media (min-width: 800px) and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .section-justify-height:not(.section-justify-height-only) .sh-column .sh-column-wrapper {
        overflow: hidden;
    }
}
/**
 * Theme Responsive Styles
 */

/**
 * General
 */

@media (min-width: 1250px) {

	/* Page Container */
	.container {
		max-width: 1200px!important;
		width: 1200px!important;
	}

}

@media (max-width: 1250px) {

	/* Page Container */
	.container {
	    max-width: 960px!important;
	}

	/* WooCommerce - Increase numbers */
	.sh-increase-numbers span {
		display: none!important;
	}

	.sh-increase-numbers input {
		border: 2px solid #e5e5e5!important;
	}

	/* WooCommerce - Products */
	.sh-recent-products:not(.sh-recent-products-carousel) .woocommerce.columns-5 .products li,
	.sh-recent-products:not(.sh-recent-products-carousel) .woocommerce.columns-6 .products li {
		width: 33.3%!important;
	}

}

@media (max-width: 1025px) and (min-width: 1023px) {
	body.sh-ipad-landscape-full-navigation header.primary-desktop {
		display: block;
	}

	body.sh-ipad-landscape-full-navigation header.primary-mobile {
		display: none;
	}
}




@media (max-width: 1025px) {

	/* Page Container */
	.container {
	    max-width: 850px!important;
	}

	/* Header */
	header.primary-desktop {
		display: none!important;
	}

	header.primary-mobile {
		display: block!important;
	}

	/* Blog */
	.blog-list:not(.blog-style-small):not(.blog-style-medium):not(.blog-style-large) .post-item {
		width: 50%;
	}

	.content-with-sidebar-left .blog-style-grid article,
	.content-with-sidebar-right .blog-style-grid article {
		width: 49.5%!important;
	}

	#wrapper #content {
		float: none;
		width: 100%;
	}

	#wrapper #sidebar {
		float: none;
		width: 100%;
	}

	#content + #sidebar {
		margin-top: 60px;
	}

	/* WooCommerce - Products */
	.woocommerce .woocomerce-styling .products li,
	.sh-recent-products:not(.sh-recent-products-carousel) .woocommerce .products li,
	.sh-recent-products:not(.sh-recent-products-carousel) .woocommerce.columns-5 .products li,
	.sh-recent-products:not(.sh-recent-products-carousel) .woocommerce.columns-6 .products li {
		width: 48%!important;
	}

	/* Nothing found */
	.sh-nothing-found-big span {
		font-size: 36px;
	}

	.sh-nothing-found-big div {
		font-size: 72px;
		line-height: 62px;
	}

}

@media (max-width: 900px) {

	/* Page Container */
	.container {
	    max-width: 740px!important;
	}

	/* Testimonials */
	.sh-testimonials-style3 .sh-testimonials-table {
		display: block;
	}

	.sh-testimonials-style3 .sh-testimonials-table > div:last-child {
		display: block;
		width: 100%!important;
		margin-top: 15px;
	}

	.sh-testimonials-style3 .sh-testimonials-table > div:nth-child(3) {
		width: 100%!important;
	}

	/* Blog */
	.content-with-sidebar-left .blog-style-grid article,
	.content-with-sidebar-right .blog-style-grid article {
		width: 100%!important;
	}

	/* Footer */
	.sh-footer .sh-footer-columns > .widget-item {
		width: 100%!important;
	}

	/* Copyrights */
	.sh-copyrights {
		text-align: center;
		padding: 35px 0;
	}

	.sh-copyrights div:not(.sh-copyrights-style3-item) {
		float: none!important;
		width: 100%;
		display: block;
	}

	.sh-copyrights .sh-copyrights-social {
		margin-top: 20px;
	}

	.sh-copyrights .sh-copyrights-style1,
	.sh-copyrights .sh-copyrights-style2 {
		height: auto;
	}

	.sh-copyrights-style2 .sh-copyrights-logo {
		margin-bottom: 15px;
	}

	.sh-copyrights-text,
	.sh-copyrights-social {
		line-height: auto!important;
	}

	.sh-footer .sh-copyrights-social a {
		position: relative;
		margin-left: 3px;
		margin-top: -1px;
	}

	/* Countdown */
	.sh-countdown:not(.sh-countdown-small) > div {
		padding: 3px 13px;
	}

	.sh-countdown:not(.sh-countdown-small) > div > span {
		font-size: 36px;
	}

	.sh-countdown:not(.sh-countdown-small) > div > div {
		font-size: 14px;
		padding-top: 0px!important;
	}

	.sh-countdown-style3:not(.sh-countdown-small) > .weeks > span,
	.sh-countdown-style3:not(.sh-countdown-small) > .days > span {
		font-size: 60px;
	}

	.sh-countdown-style3:not(.sh-countdown-small) > .weeks > div,
	.sh-countdown-style3:not(.sh-countdown-small) > .days > div {
		font-size: 21px;
		margin-top: 5px;
	}

	.sh-countdown-style3:not(.sh-countdown-small) > div > div {
		font-size: 16px;
	}

}

@media (max-width: 800px) {

	/* Page Container */
	.container {
	    max-width: 600px!important;
	}

	.sh-column,
	.vc_column_container:not(.vc_col-xs-1):not(.vc_col-xs-10):not(.vc_col-xs-11):not(.vc_col-xs-12):not(.vc_col-xs-2):not(.vc_col-xs-3):not(.vc_col-xs-4):not(.vc_col-xs-5):not(.vc_col-xs-6):not(.vc_col-xs-7):not(.vc_col-xs-8):not(.vc_col-xs-9) {
	    width: 100%;
	}

	.section-justify-height .sh-column > div,
	.section-justify-height .sh-column > div > div {
		display: block;
		height: auto;
	}

	.sh-google-map .section-justify-height-google-maps {
		max-height: none!important;
		min-height: none!important;
	}

	/* Team Filter */
	.sh-filer-icon {
		position: absolute;
		padding-left: 15px;
	}

	.sh-filter {
		width: 100%;
		border-width: 0px;
	}

	.sh-filter .sh-filter-item {
		position: relative;
	}

	/* Pricing */
	.sh-pricing.sh-pricing-enlarge {
		padding: 0px;
		margin: 0px;
		margin-bottom: 30px;
	}

	/* Blog */
	.blog-style-small .post-left-side,
	.blog-style-small .post-right-side,
	.blog-style-medium .post-left-side,
	.blog-style-medium .post-right-side,
	.blog-style-large .post-left-side,
	.blog-style-large .post-right-side {
		width: 100%;
	}

	.blog-style-small .post-left-side,
	.blog-style-medium .post-left-side,
	.blog-style-large .post-left-side {
		margin-bottom: 20px;
	}

	/* Titlebar */
	.sh-titlebar .titlebar-title,
	.sh-titlebar .title-level {
		display: block;
		width: 100%;
		text-align: center;
	}

	.sh-titlebar .title-level {
		margin-top: 15px;
	}

	/* Shop */
	.woocommerce-page table.cart .product-remove,
	.woocommerce-page table.cart .product-subtotal {
		display: none;
	}

	.woocommerce-page table.cart #coupon_code,
	.woocommerce-page table.cart .button[name="apply_coupon"],
	.woocommerce-page table.cart .button[name="update_cart"] {
		width: 100%!important;
		margin-bottom: 8px;
	}

	.woocommerce .cart-collaterals .cart_totals {
		width: 100%!important;
	}

	/* Back to top */
	.sh-back-to-top {
		bottom: 15px;
		right: 15px;
		-webkit-transform: scale( 0.92, 0.92 );
		    -ms-transform: scale( 0.92, 0.92 );
		        transform: scale( 0.92, 0.92 );
	}

	/* Filter */
	.sh-tabs .sh-tabs-filter,
	.sh-tabs .sh-tabs-filter li a {
		border-bottom-width: 0!important;
	}

	/* WooCommerce  */
	.woocommerce div.product .woocommerce-tabs ul.tabs:before {
		border-bottom-color: transparent!important;
	}

	.woocommerce .woocommerce-tabs li {
		margin-right: -4px!important;
	}

}

@media (max-width: 650px) {

	/* WooCommerce - Products */
	.woocommerce .woocomerce-styling .products li,
	.sh-recent-products:not(.sh-recent-products-carousel) .woocommerce .products li,
	.sh-recent-products:not(.sh-recent-products-carousel) .woocommerce.columns-5 .products li,
	.sh-recent-products:not(.sh-recent-products-carousel) .woocommerce.columns-6 .products li {
		width: 100%!important;
	}

}

@media (max-width: 700px) {

	/* Page Container */
	.container {
	    max-width: 468px!important;
	}

	/* WooDommerce */
	.woocommerce .woocommerce-result-count {
		line-height: normal!important;
		margin-bottom: 15px;
		width: 100%!important;
		text-align: center;
	}

	.woocommerce .woocommerce-ordering {
		display: table;
		margin: 0 auto 30px auto;
		float: none!important;
	}

	/* Blog */
	.blog-single .post-meta {
		float: none;
		width: 100%;
	}

	.blog-single .post-meta-comments {
		padding: 0;
	}

	.blog-single .post-meta-two {
		padding-top: 5px;
	}

	.blog-single .sh-blog-single-meta > div {
		width: 100%;
	}

	.blog-single .sh-page-switcher {
		margin-left: 0;
		padding-top: 10px;
	}

}

@media (max-width: 550px) {

	/* Page Container */
	.container {
	    max-width: 300px!important;
	}

	/* Blog */
	.blog-list:not(.sh-recent-posts-list-carousel) .post-item {
		width: 100%!important;
	}

	.sh-post-author .sh-post-author-avatar,
	.sh-post-author .sh-post-author-info {
		width: 100%;
		display: block;
	}

	/* Comments */
	.sh-comments-required-notice {
		float: none;
		padding-bottom: 15px;
	}

}

@media (max-width: 320px) {

	/* Page Container */
	.container {
	    width: 280px;
	    min-width: 280px;
	    max-width: 280px;
	}

}


/**
 *  Header - Left (custom responsive sizes)
 */

@media (min-width: 1100px) {
	.sh-header-in-side,
	.sh-header-in-side .sh-footer {
		padding-left: 320px!important;
	}

	.sh-header-left-side .rev_slider_wrapper {
		max-width: 100%!important;
	    left: 320px!important;
	}

}

@media screen and (max-width: 1600px) and (min-width: 1100px) {

	.sh-header-in-side .container {
		width: 85%!important;
	}
}

@media (max-width: 1100px) {
	#page-container.sh-header-in-side .sh-header-left-side {
		display: none;
	}

	#page-container.sh-header-in-side {
		margin-left: 0px!important;
	}

	#page-container.sh-header-in-side .primary-mobile {
		display: block!important;
	}
}

@media (max-height: 800px) {
	.sh-header-left-side #header-logo {
		padding: 20px 20px 35px 20px!important;
	}
}


/**
 * Pie Chart (custom responsive sizes)
 */
@media screen and (min-width: 850px) and (max-width: 1025px) {
	.sh-piechart {
		-ms-transform: scale(0.72,0.72);
		-webkit-transform: scale(0.72,0.72);
		transform: scale(0.72,0.72);
	}
}

@media screen and (min-width: 768px) and (max-width: 850px) {
	.sh-piechart {
		-ms-transform: scale(0.56,0.56);
		-webkit-transform: scale(0.56,0.56);
		transform: scale(0.56,0.56);
		/*margin-left: -18px;*/
	}
}


/**
 * Iconbox (custom responsive sizes)
 */
@media screen and (min-width: 551px) and (max-width: 850px) {
	.sh-iconbox .ratio-container-portrait {
		padding-top: 70%!important;
	}
}


/**
 * Side Header responsive fix
 */
@media (min-width: 1100px){
	.sh-header-in-side .sh-footer {
		padding-left: 0;
	}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

    /* Image Points */
    .sh-image-points {
        display: block;
    }

    /* Blog Overlay */
	.sh-overlay-style1 {
		display: flex;
	    align-items: center;
	    justify-content: center;
	}

	.sh-overlay-style1 > .sh-table-full {
		display: block;
		height: auto;
		width: auto;
	}

	.sh-overlay-style1 .sh-overlay-item-container {
		position: relative;
        top: 0%;
        left: 0%!important;
    	-webkit-transform: translateY(-0px)!important;
    	    -ms-transform: translateY(-0px)!important;
    	        transform: translateY(-0px)!important;
	}


    /* Search Box */
    .sh-blog-style2 .widget_search .search-field {
        line-height: 30px!important;
        min-height: 61px!important;
    }


    /* Portfolio overlay */
    .sh-portfolio-overlay4-container {
        display: block!important;
        margin: 0!important;
    }

    .sh-portfolio-overlay4-icons {
        margin-top: 40px;
    }

}


/* Column */
@media (min-width: 800px) and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .section-justify-height:not(.section-justify-height-only) .sh-column .sh-column-wrapper {
        overflow: hidden;
    }
}
/* Elements CSS */@media (min-width: 1260px) {.container { max-width: 1200px!important;min-width: 1200px!important; width: 1200px!important;}/* WPBakery Page Builder */.vc_row[data-vc-full-width="true"]:not([data-vc-stretch-content="true"]) { margin-left: calc(-100vw/2 + 1200px/2 + 7.5px); margin-right: calc(-100vw/2 + 1200px/2 + 7.5px); padding-left: calc(100vw/2 - 1200px/2 - 7.5px)!important; padding-right: calc(100vw/2 - 1200px/2 - 7.5px)!important;}/* Elementor Page Builder */.elementor-section-boxed.elementor-top-section > .elementor-container { width: 1200px;min-width: auto;max-width: 100%; }.elementor-section-boxed.elementor-top-section > .elementor-container .elementor-section > .elementor-container {width: 100%;}}.sh-tabs-filter li a,.woocommerce .woocommerce-tabs li:not(.active) a,.woocommerce .product .posted_in a,.woocommerce .product .tagged_as a,.woocommerce .product .woocommerce-review-link,.woocommerce-checkout #payment div.payment_box,.sh-default-color a,.sh-default-color,.post-meta-two a,#sidebar a,.logged-in-as a ,.post-meta-author a,.sh-social-share-networks .jssocials-share i,.sh-header-left-side .sh-header-copyrights-text a,.wpcf7-form-control-wrap .simpleselect {color: #8d8d8d!important;}.woocommerce nav.woocommerce-pagination ul.page-numbers a {color: #8d8d8d;}html body,html .menu-item a {font-family: "Voces"; color: #8d8d8d; font-weight: 400; font-size: 14px; }a {color: #a9bf16;}a:hover,a:focus,.post-meta-two a:hover {color: #a9bf16;}body h1,body h2,body h3,body h4,body h5,body h6,.sh-heading span.sh-heading-content {font-family: "Voces"; color: #a9bf16; font-weight: 400; }.sh-heading-font,.masonry2 .post-meta-one,.masonry2 .post-meta-two,.sh-countdown > div > span,.sh-woocommerce-products-style2 ul.products li.product .price,.sh-blog-style2 .widget_product_tag_cloud a,.sh-blog-style2 .widget_tag_cloud a,.sh-blog-style2 .sh-recent-posts-widgets-item-content .post-meta-categories,.sh-blog-style2 .post-meta-categories,.sh-blog-style2 .post-item-single .post-meta-data,.rev_slider .sh-rev-blog .sh-revslider-button2,.sh-portfolio-filter-style4 .sh-filter span,.sh-accordion-style6 .panel-title a {font-family: Voces;}h1 {font-size: 30px;}h2 {font-size: 24px;}h3 {font-size: 21px;}h4 {font-size: 18px;}h5 {font-size: 16px;}h6 {font-size: 14px;}.sh-progress-style1 .sh-progress-title,.sh-progress-style1 .sh-progress-value2,.sh-progress-style4 .sh-progress-title,.sh-progress-style4 .sh-progress-value2,.sh-progress-style5 .sh-progress-title,.widget_price_filter .price_slider_wrapper .price_label span,.product_list_widget a span,.woocommerce .product .woo-meta-title,.woocommerce .product .price ins,.woocommerce .product .price .amount,.woocommerce-checkout #payment ul.payment_methods li,table th,.woocommerce-checkout-review-order-table .order-total span,.sh-comment-form label,.sh-piechart-percentage,.woocommerce table.shop_table a.remove:hover:before,.woocommerce .woocommerce-tabs .commentlist .comment-text .meta strong,.sh-pricing-amount,.sh-pricing-icon,.sh-countdown > div > span,.blog-single .post-title h1:hover,.blog-single .post-title h2:hover,.post-meta-author a:hover,.post-meta-categories a:hover,.post-meta-categories span:hover,.woocommerce table.shop_table.cart a,.wrap-forms label,.wpcf7-form p,.sh-cf7-wpbakery label,.post-password-form label,.product_list_widget ins,.product_list_widget .amount,.sh-social-share-networks .jssocials-share:hover i,.sh-page-links p,.woocommerce ul.products li.product .add_to_cart_button:hover,.woocommerce td.woocommerce-grouped-product-list-item__label a,.woocommerce .product.product-type-grouped .price,.sh-heading-color {color: #a9bf16!important;}.post-item-single .post-meta-data,.blog-single .sh-blog-single-meta,.sh-comment-list li.depth-1,.sh-comment-list,.sh-portfolio-single-title,.sh-portfolio-single-info-item,.woocommerce .woocomerce-styling .product .product_title,.woocommerce .product .woo-seperator-line,body.woocommerce div.product .woocommerce-tabs ul.tabs::before,.post-meta-two,.woocommerce ul.products li.product .sh-woo-post-content-container a:first-child,.woocommerce-MyAccount-navigation ul li,blockquote {border-color: #a9bf16;}.woocommerce .woocommerce-tabs li,table, table td, table th {border-color: #a9bf16!important;}.sh-header,.sh-header-top,.sh-header-mobile,.sh-header-left-side {background-color: #ffffff;}.primary-desktop .sh-header-top:not(.sh-header-top-10) {background-color: #a9bf16!important;}.primary-desktop .header-contacts-details,.primary-desktop .header-social-media a,.primary-desktop:not(.primary-desktop-light) .header-contacts-details-large-content {color: #fff;}.sh-header .sh-nav > li.menu-item > a,.sh-header-left-side .sh-nav > li.menu-item > a,.sh-nav-mobile li a {text-transform: uppercase;}.sh-header-left-1 .header-bottom,.sh-header-left-1 .header-social-media i,.sh-header-left-1 .sh-side-button-search i,.sh-header-left-1 .sh-side-button-cart .sh-nav-cart i,.sh-header-left-side .header-bottom,.sh-header-left-2 .header-social-media i {color: #8d8d8d;}.sh-header-search-close i,.sh-header .sh-nav > li.menu-item > a,.sh-header #header-logo-title,.sh-header .sh-nav > li.menu-item > a > i,.sh-header-mobile-navigation li.menu-item > a > i,.sh-header-left-side li.menu-item > a,.sh-header-left-2 .sh-side-button-search, .sh-header-left-2 .sh-side-button-cart,.sh-header-left-2 .sh-side-button-cart .sh-nav-cart i,.sh-header-left-2 .sh-nav li.menu-item > a.fa:before {color: #505050;}.sh-header .c-hamburger span,.sh-header .c-hamburger span:before,.sh-header .c-hamburger span:after,.sh-header-mobile-navigation .c-hamburger span,.sh-header-mobile-navigation .c-hamburger span:before,.sh-header-mobile-navigation .c-hamburger span:after {background-color: #505050;}.sh-header .sh-nav-custom-icon-image svg,.sh-header-mobile-navigation .sh-nav-custom-icon-image svg {fill: #505050;}.sh-header .sh-nav-login #header-login > span {border-color: #505050;}.sh-nav > li.menu-item > a,.sh-nav-mobile li a {font-size: 14px;}.sh-header .sh-nav > li.menu-item:hover:not(.sh-nav-social) > a,.sh-header .sh-nav > li.menu-item:hover:not(.sh-nav-social) > a > i,.sh-header .sh-nav > li.sh-nav-social > a:hover > i,.sh-header-mobile-navigation li > a:hover > i,.sh-header-left-side li.menu-item > a:hover {color: #a9bf16;}.sh-header .sh-nav > .current_page_item,.sh-header-left-2 .sh-nav > li.current-menu-item {background-color: #ffffff!important;}.header-logo img {height: 75px;max-height: 250px;}.sh-header-mobile-navigation .header-logo img {height: 75px;max-height: 250px;max-width: 100%;}.sh-sticky-header-active .header-logo img {height: 75px;}.sh-header-6 .sh-nav > .menu-item:not(.sh-nav-social),.sh-header-6 .sh-nav > .sh-nav-social a {height: 105px;width: 105px;}.sh-header-5 .sh-nav > .menu-item {height: 105px!important;max-height: 105px!important;}.sh-header-5 .sh-nav > .menu-item > a,.sh-header-6 .sh-nav > .menu-item > a {line-height: 105px!important;max-height: 105px!important;height: 105px!important;}.sh-header-5 .sh-nav > .current_page_item {margin-top: 32.5px!important;margin-bottom: 32.5px!important;}.sh-header,.sh-header-top-3,.sh-header-top-4,.sh-header-left-side .sh-header-search .line-test,.sh-header-left-2 .sh-nav > li > a,.sh-header-mobile-navigation {border-bottom: 1px solid rgba( 0,0,0,0.08 );}.sh-header-top-3 .header-contacts-item span,.sh-header-top-3 .header-social-media a,.sh-header-5 .sh-nav-login,.sh-header-5 .sh-nav-cart,.sh-header-5 .sh-nav-search,.sh-header-5 .sh-nav-social,.sh-header-5 .sh-nav-social a:not(:first-child),.sh-header-6 .sh-nav > .menu-item:not(.sh-nav-social),.sh-header-6 .sh-nav > .sh-nav-social a,.sh-header-6 .header-logo,.sh-header-left-1 .header-social-media a {border-left: 1px solid rgba( 0,0,0,0.08 );}.sh-header-top-3 .container,.sh-header-5 .sh-nav > .menu-item:last-child,.sh-header-6 .sh-nav > .menu-item:last-child,.sh-header-6 .header-logo,.sh-header-left-side,.sh-header-left-1 .sh-side-button-search,.sh-header-left-2 .sh-side-button-search {border-right: 1px solid rgba( 0,0,0,0.08 );}.sh-header-left-1 .header-social-media,.sh-header-left-1 .sh-side-buttons .sh-table-cell,.sh-header-left-2 .sh-side-buttons .sh-table-cell {border-top: 1px solid rgba( 0,0,0,0.08 );}.sh-header-left-2 .sh-side-buttons .sh-table-cell {border-bottom: 1px solid rgba( 0,0,0,0.08 );} .sh-header-right-side,.header-mobile-social-media a,.sh-header .sh-nav > li.menu-item ul,.sh-header-left-side .sh-nav > li.menu-item ul,.sh-header-mobile-dropdown {background-color: #a9bf16!important;} .sh-nav-mobile li:after,.sh-nav-mobile ul:before {background-color: #475a23!important;} .header-mobile-social-media a i,.sh-nav-mobile li a,.sh-header .sh-nav > li.menu-item ul a,.sh-header-left-side .sh-nav > li.menu-item ul a,.header-mobile-search .header-mobile-form .header-mobile-form-input,.header-mobile-search .header-mobile-form-submit {color: #ffffff!important;}.sh-nav-mobile .current_page_item > a,.sh-nav-mobile > li a:hover,.sh-header .sh-nav ul,.sh-header:not(.sh-header-megamenu-style2) .sh-nav > li.menu-item:not(.menu-item-cart) ul a:hover,.sh-header .sh-nav ul.mega-menu-row li.mega-menu-col > a,.sh-header .woocommerce a.remove:hover:before,.sh-header-left-side .sh-nav ul,.sh-header-left-side .sh-nav > li.menu-item:not(.menu-item-cart) ul a:hover,.sh-header-left-side .sh-nav ul.mega-menu-row li.mega-menu-col > a,.sh-header-left-side .woocommerce a.remove:hover:before {color: #475a23!important;}.sh-nav .sh-nav-cart li.mini_cart_item a:nth-child(2),.sh-header .sh-nav ul.mega-menu-row li.mega-menu-col > a {color: #475a23!important;}.header-mobile-social-media,.header-mobile-social-media a,.sh-nav > li.menu-item:not(.menu-item-cart) ul a:hover {border-color: #475a23!important;}.sh-nav > li.menu-item:not(.menu-item-cart) ul a:hover,.sh-nav-cart .menu-item-cart .total {border-bottom: 1px solid #475a23!important;}.sh-nav-cart .menu-item-cart .total {border-top: 1px solid #475a23!important;}.sh-nav .mega-menu-row > li.menu-item,.sh-nav-cart .menu-item-cart .widget_shopping_cart_content p.buttons a:first-child {border-right: 1px solid #475a23!important;}#sidebar .widget-item .widget-title {color: #505050; font-size: 18px; }#sidebar .widget-item li,#sidebar .widget-item .sh-recent-posts-widgets-item {border-color: #e3e3e3!important;}.sh-footer {background-size: cover;background-position: 50% 50%;}.sh-footer .sh-footer-widgets {background-color: rgba(38,38,38,0.9);color: #e3e3e3;}.sh-footer .sh-footer-widgets .sh-recent-posts-widgets-item-meta a {color: #e3e3e3;}.sh-footer .sh-footer-widgets i:not(.icon-link),.sh-footer .sh-footer-widgets .widget_recent_entries li:before {color: #f7f7f7!important;}.sh-footer .sh-footer-widgets h3 {color: #ffffff; font-size: 20px; }.sh-footer .sh-footer-widgets ul li,.sh-footer .sh-footer-widgets ul li,.sh-footer .sh-recent-posts-widgets .sh-recent-posts-widgets-item {border-color: rgba(255,255,255,0.10);}.sh-footer .sh-footer-widgets a,.sh-footer .sh-footer-widgets li a,.sh-footer .sh-footer-widgets h6 {color: #ffffff;}.sh-footer .sh-footer-widgets .product-title,.sh-footer .sh-footer-widgets .woocommerce-Price-amount {color: #ffffff!important;}.sh-footer-columns > .widget-item {width: 25%!important;}.sh-footer .sh-copyrights {background-color: #475a23;color: #ffffff;}.sh-footer .sh-copyrights a {color: #ffffff;}.sh-footer .sh-copyrights a:hover {color: #c0e3eb!important;}.sh-footer .sh-copyrights-social a {border-left: 1px solid rgba(255,255,255,0.15);}.sh-footer .sh-copyrights-social a:last-child {border-right: 1px solid rgba(255,255,255,0.15);}@media (max-width: 850px) {.sh-footer .sh-copyrights-social a {border: 1px solid rgba(255,255,255,0.15);}}.woocommerce .woocomerce-styling ul.products li {width: 33.3%;}.sh-popover-mini {font-family: 'Voces'!important;}.sh-titlebar {background-color: #fbfbfb;}.sh-back-to-top {border-radius: 100px;}.sh-404 {background-image: url();background-color: #3f3f3f;}/* Elements CSS */@media (min-width: 1260px) {.container { max-width: 1200px!important;min-width: 1200px!important; width: 1200px!important;}/* WPBakery Page Builder */.vc_row[data-vc-full-width="true"]:not([data-vc-stretch-content="true"]) { margin-left: calc(-100vw/2 + 1200px/2 + 7.5px); margin-right: calc(-100vw/2 + 1200px/2 + 7.5px); padding-left: calc(100vw/2 - 1200px/2 - 7.5px)!important; padding-right: calc(100vw/2 - 1200px/2 - 7.5px)!important;}/* Elementor Page Builder */.elementor-section-boxed.elementor-top-section > .elementor-container { width: 1200px;min-width: auto;max-width: 100%; }.elementor-section-boxed.elementor-top-section > .elementor-container .elementor-section > .elementor-container {width: 100%;}}.sh-tabs-filter li a,.woocommerce .woocommerce-tabs li:not(.active) a,.woocommerce .product .posted_in a,.woocommerce .product .tagged_as a,.woocommerce .product .woocommerce-review-link,.woocommerce-checkout #payment div.payment_box,.sh-default-color a,.sh-default-color,.post-meta-two a,#sidebar a,.logged-in-as a ,.post-meta-author a,.sh-social-share-networks .jssocials-share i,.sh-header-left-side .sh-header-copyrights-text a,.wpcf7-form-control-wrap .simpleselect {color: #8d8d8d!important;}.woocommerce nav.woocommerce-pagination ul.page-numbers a {color: #8d8d8d;}html body,html .menu-item a {font-family: "Voces"; color: #8d8d8d; font-weight: 400; font-size: 14px; }a {color: #a9bf16;}a:hover,a:focus,.post-meta-two a:hover {color: #a9bf16;}body h1,body h2,body h3,body h4,body h5,body h6,.sh-heading span.sh-heading-content {font-family: "Voces"; color: #a9bf16; font-weight: 400; }.sh-heading-font,.masonry2 .post-meta-one,.masonry2 .post-meta-two,.sh-countdown > div > span,.sh-woocommerce-products-style2 ul.products li.product .price,.sh-blog-style2 .widget_product_tag_cloud a,.sh-blog-style2 .widget_tag_cloud a,.sh-blog-style2 .sh-recent-posts-widgets-item-content .post-meta-categories,.sh-blog-style2 .post-meta-categories,.sh-blog-style2 .post-item-single .post-meta-data,.rev_slider .sh-rev-blog .sh-revslider-button2,.sh-portfolio-filter-style4 .sh-filter span,.sh-accordion-style6 .panel-title a {font-family: Voces;}h1 {font-size: 30px;}h2 {font-size: 24px;}h3 {font-size: 21px;}h4 {font-size: 18px;}h5 {font-size: 16px;}h6 {font-size: 14px;}.sh-progress-style1 .sh-progress-title,.sh-progress-style1 .sh-progress-value2,.sh-progress-style4 .sh-progress-title,.sh-progress-style4 .sh-progress-value2,.sh-progress-style5 .sh-progress-title,.widget_price_filter .price_slider_wrapper .price_label span,.product_list_widget a span,.woocommerce .product .woo-meta-title,.woocommerce .product .price ins,.woocommerce .product .price .amount,.woocommerce-checkout #payment ul.payment_methods li,table th,.woocommerce-checkout-review-order-table .order-total span,.sh-comment-form label,.sh-piechart-percentage,.woocommerce table.shop_table a.remove:hover:before,.woocommerce .woocommerce-tabs .commentlist .comment-text .meta strong,.sh-pricing-amount,.sh-pricing-icon,.sh-countdown > div > span,.blog-single .post-title h1:hover,.blog-single .post-title h2:hover,.post-meta-author a:hover,.post-meta-categories a:hover,.post-meta-categories span:hover,.woocommerce table.shop_table.cart a,.wrap-forms label,.wpcf7-form p,.sh-cf7-wpbakery label,.post-password-form label,.product_list_widget ins,.product_list_widget .amount,.sh-social-share-networks .jssocials-share:hover i,.sh-page-links p,.woocommerce ul.products li.product .add_to_cart_button:hover,.woocommerce td.woocommerce-grouped-product-list-item__label a,.woocommerce .product.product-type-grouped .price,.sh-heading-color {color: #a9bf16!important;}.post-item-single .post-meta-data,.blog-single .sh-blog-single-meta,.sh-comment-list li.depth-1,.sh-comment-list,.sh-portfolio-single-title,.sh-portfolio-single-info-item,.woocommerce .woocomerce-styling .product .product_title,.woocommerce .product .woo-seperator-line,body.woocommerce div.product .woocommerce-tabs ul.tabs::before,.post-meta-two,.woocommerce ul.products li.product .sh-woo-post-content-container a:first-child,.woocommerce-MyAccount-navigation ul li,blockquote {border-color: #a9bf16;}.woocommerce .woocommerce-tabs li,table, table td, table th {border-color: #a9bf16!important;}.sh-header,.sh-header-top,.sh-header-mobile,.sh-header-left-side {background-color: #ffffff;}.primary-desktop .sh-header-top:not(.sh-header-top-10) {background-color: #a9bf16!important;}.primary-desktop .header-contacts-details,.primary-desktop .header-social-media a,.primary-desktop:not(.primary-desktop-light) .header-contacts-details-large-content {color: #fff;}.sh-header .sh-nav > li.menu-item > a,.sh-header-left-side .sh-nav > li.menu-item > a,.sh-nav-mobile li a {text-transform: uppercase;}.sh-header-left-1 .header-bottom,.sh-header-left-1 .header-social-media i,.sh-header-left-1 .sh-side-button-search i,.sh-header-left-1 .sh-side-button-cart .sh-nav-cart i,.sh-header-left-side .header-bottom,.sh-header-left-2 .header-social-media i {color: #8d8d8d;}.sh-header-search-close i,.sh-header .sh-nav > li.menu-item > a,.sh-header #header-logo-title,.sh-header .sh-nav > li.menu-item > a > i,.sh-header-mobile-navigation li.menu-item > a > i,.sh-header-left-side li.menu-item > a,.sh-header-left-2 .sh-side-button-search, .sh-header-left-2 .sh-side-button-cart,.sh-header-left-2 .sh-side-button-cart .sh-nav-cart i,.sh-header-left-2 .sh-nav li.menu-item > a.fa:before {color: #505050;}.sh-header .c-hamburger span,.sh-header .c-hamburger span:before,.sh-header .c-hamburger span:after,.sh-header-mobile-navigation .c-hamburger span,.sh-header-mobile-navigation .c-hamburger span:before,.sh-header-mobile-navigation .c-hamburger span:after {background-color: #505050;}.sh-header .sh-nav-custom-icon-image svg,.sh-header-mobile-navigation .sh-nav-custom-icon-image svg {fill: #505050;}.sh-header .sh-nav-login #header-login > span {border-color: #505050;}.sh-nav > li.menu-item > a,.sh-nav-mobile li a {font-size: 14px;}.sh-header .sh-nav > li.menu-item:hover:not(.sh-nav-social) > a,.sh-header .sh-nav > li.menu-item:hover:not(.sh-nav-social) > a > i,.sh-header .sh-nav > li.sh-nav-social > a:hover > i,.sh-header-mobile-navigation li > a:hover > i,.sh-header-left-side li.menu-item > a:hover {color: #a9bf16;}.sh-header .sh-nav > .current_page_item,.sh-header-left-2 .sh-nav > li.current-menu-item {background-color: #ffffff!important;}.header-logo img {height: 75px;max-height: 250px;}.sh-header-mobile-navigation .header-logo img {height: 75px;max-height: 250px;max-width: 100%;}.sh-sticky-header-active .header-logo img {height: 75px;}.sh-header-6 .sh-nav > .menu-item:not(.sh-nav-social),.sh-header-6 .sh-nav > .sh-nav-social a {height: 105px;width: 105px;}.sh-header-5 .sh-nav > .menu-item {height: 105px!important;max-height: 105px!important;}.sh-header-5 .sh-nav > .menu-item > a,.sh-header-6 .sh-nav > .menu-item > a {line-height: 105px!important;max-height: 105px!important;height: 105px!important;}.sh-header-5 .sh-nav > .current_page_item {margin-top: 32.5px!important;margin-bottom: 32.5px!important;}.sh-header,.sh-header-top-3,.sh-header-top-4,.sh-header-left-side .sh-header-search .line-test,.sh-header-left-2 .sh-nav > li > a,.sh-header-mobile-navigation {border-bottom: 1px solid rgba( 0,0,0,0.08 );}.sh-header-top-3 .header-contacts-item span,.sh-header-top-3 .header-social-media a,.sh-header-5 .sh-nav-login,.sh-header-5 .sh-nav-cart,.sh-header-5 .sh-nav-search,.sh-header-5 .sh-nav-social,.sh-header-5 .sh-nav-social a:not(:first-child),.sh-header-6 .sh-nav > .menu-item:not(.sh-nav-social),.sh-header-6 .sh-nav > .sh-nav-social a,.sh-header-6 .header-logo,.sh-header-left-1 .header-social-media a {border-left: 1px solid rgba( 0,0,0,0.08 );}.sh-header-top-3 .container,.sh-header-5 .sh-nav > .menu-item:last-child,.sh-header-6 .sh-nav > .menu-item:last-child,.sh-header-6 .header-logo,.sh-header-left-side,.sh-header-left-1 .sh-side-button-search,.sh-header-left-2 .sh-side-button-search {border-right: 1px solid rgba( 0,0,0,0.08 );}.sh-header-left-1 .header-social-media,.sh-header-left-1 .sh-side-buttons .sh-table-cell,.sh-header-left-2 .sh-side-buttons .sh-table-cell {border-top: 1px solid rgba( 0,0,0,0.08 );}.sh-header-left-2 .sh-side-buttons .sh-table-cell {border-bottom: 1px solid rgba( 0,0,0,0.08 );} .sh-header-right-side,.header-mobile-social-media a,.sh-header .sh-nav > li.menu-item ul,.sh-header-left-side .sh-nav > li.menu-item ul,.sh-header-mobile-dropdown {background-color: #a9bf16!important;} .sh-nav-mobile li:after,.sh-nav-mobile ul:before {background-color: #475a23!important;} .header-mobile-social-media a i,.sh-nav-mobile li a,.sh-header .sh-nav > li.menu-item ul a,.sh-header-left-side .sh-nav > li.menu-item ul a,.header-mobile-search .header-mobile-form .header-mobile-form-input,.header-mobile-search .header-mobile-form-submit {color: #ffffff!important;}.sh-nav-mobile .current_page_item > a,.sh-nav-mobile > li a:hover,.sh-header .sh-nav ul,.sh-header:not(.sh-header-megamenu-style2) .sh-nav > li.menu-item:not(.menu-item-cart) ul a:hover,.sh-header .sh-nav ul.mega-menu-row li.mega-menu-col > a,.sh-header .woocommerce a.remove:hover:before,.sh-header-left-side .sh-nav ul,.sh-header-left-side .sh-nav > li.menu-item:not(.menu-item-cart) ul a:hover,.sh-header-left-side .sh-nav ul.mega-menu-row li.mega-menu-col > a,.sh-header-left-side .woocommerce a.remove:hover:before {color: #475a23!important;}.sh-nav .sh-nav-cart li.mini_cart_item a:nth-child(2),.sh-header .sh-nav ul.mega-menu-row li.mega-menu-col > a {color: #475a23!important;}.header-mobile-social-media,.header-mobile-social-media a,.sh-nav > li.menu-item:not(.menu-item-cart) ul a:hover {border-color: #475a23!important;}.sh-nav > li.menu-item:not(.menu-item-cart) ul a:hover,.sh-nav-cart .menu-item-cart .total {border-bottom: 1px solid #475a23!important;}.sh-nav-cart .menu-item-cart .total {border-top: 1px solid #475a23!important;}.sh-nav .mega-menu-row > li.menu-item,.sh-nav-cart .menu-item-cart .widget_shopping_cart_content p.buttons a:first-child {border-right: 1px solid #475a23!important;}#sidebar .widget-item .widget-title {color: #505050; font-size: 18px; }#sidebar .widget-item li,#sidebar .widget-item .sh-recent-posts-widgets-item {border-color: #e3e3e3!important;}.sh-footer {background-size: cover;background-position: 50% 50%;}.sh-footer .sh-footer-widgets {background-color: rgba(38,38,38,0.9);color: #e3e3e3;}.sh-footer .sh-footer-widgets .sh-recent-posts-widgets-item-meta a {color: #e3e3e3;}.sh-footer .sh-footer-widgets i:not(.icon-link),.sh-footer .sh-footer-widgets .widget_recent_entries li:before {color: #f7f7f7!important;}.sh-footer .sh-footer-widgets h3 {color: #ffffff; font-size: 20px; }.sh-footer .sh-footer-widgets ul li,.sh-footer .sh-footer-widgets ul li,.sh-footer .sh-recent-posts-widgets .sh-recent-posts-widgets-item {border-color: rgba(255,255,255,0.10);}.sh-footer .sh-footer-widgets a,.sh-footer .sh-footer-widgets li a,.sh-footer .sh-footer-widgets h6 {color: #ffffff;}.sh-footer .sh-footer-widgets .product-title,.sh-footer .sh-footer-widgets .woocommerce-Price-amount {color: #ffffff!important;}.sh-footer-columns > .widget-item {width: 25%!important;}.sh-footer .sh-copyrights {background-color: #475a23;color: #ffffff;}.sh-footer .sh-copyrights a {color: #ffffff;}.sh-footer .sh-copyrights a:hover {color: #c0e3eb!important;}.sh-footer .sh-copyrights-social a {border-left: 1px solid rgba(255,255,255,0.15);}.sh-footer .sh-copyrights-social a:last-child {border-right: 1px solid rgba(255,255,255,0.15);}@media (max-width: 850px) {.sh-footer .sh-copyrights-social a {border: 1px solid rgba(255,255,255,0.15);}}.woocommerce .woocomerce-styling ul.products li {width: 33.3%;}.sh-popover-mini {font-family: 'Voces'!important;}.sh-titlebar {background-color: #fbfbfb;}.sh-back-to-top {border-radius: 100px;}.sh-404 {background-image: url();background-color: #3f3f3f;}@keyframes plyr-progress{to{background-position:25px 0}}@keyframes plyr-popup{0%{opacity:.5;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes plyr-fade-in{from{opacity:0}to{opacity:1}}.plyr{-moz-osx-font-smoothing:auto;-webkit-font-smoothing:subpixel-antialiased;direction:ltr;font-family:Avenir,"Avenir Next","Helvetica Neue","Segoe UI",Helvetica,Arial,sans-serif;font-variant-numeric:tabular-nums;font-weight:500;line-height:1.7;max-width:100%;min-width:200px;position:relative;text-shadow:none;transition:box-shadow .3s ease}.plyr audio,.plyr video{border-radius:inherit;height:auto;vertical-align:middle;width:100%}.plyr button{font:inherit;line-height:inherit;width:auto}.plyr:focus{outline:0}.plyr--full-ui{box-sizing:border-box}.plyr--full-ui *,.plyr--full-ui ::after,.plyr--full-ui ::before{box-sizing:inherit}.plyr--full-ui a,.plyr--full-ui button,.plyr--full-ui input,.plyr--full-ui label{touch-action:manipulation}.plyr__badge{background:#4a5764;border-radius:2px;color:#fff;font-size:9px;line-height:1;padding:3px 4px}.plyr--full-ui ::-webkit-media-text-track-container{display:none}.plyr__captions{animation:plyr-fade-in .3s ease;bottom:0;color:#fff;display:none;font-size:14px;left:0;padding:10px;position:absolute;text-align:center;transition:transform .4s ease-in-out;width:100%}.plyr__captions .plyr__caption{background:rgba(0,0,0,.8);border-radius:2px;-webkit-box-decoration-break:clone;box-decoration-break:clone;line-height:185%;padding:.2em .5em;white-space:pre-wrap}.plyr__captions .plyr__caption div{display:inline}.plyr__captions span:empty{display:none}@media (min-width:480px){.plyr__captions{font-size:16px;padding:20px}}@media (min-width:768px){.plyr__captions{font-size:18px}}.plyr--captions-active .plyr__captions{display:block}.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions{transform:translateY(-40px)}.plyr__control{background:0 0;border:0;border-radius:3px;color:inherit;cursor:pointer;flex-shrink:0;overflow:visible;padding:7px;position:relative;transition:all .3s ease}.plyr__control svg{display:block;fill:currentColor;height:18px;pointer-events:none;width:18px}.plyr__control:focus{outline:0}.plyr__control.plyr__tab-focus{box-shadow:0 0 0 5px rgba(0,179,255,.5);outline:0}a.plyr__control{text-decoration:none}a.plyr__control::after,a.plyr__control::before{display:none}.plyr__control.plyr__control--pressed .icon--not-pressed,.plyr__control.plyr__control--pressed .label--not-pressed,.plyr__control:not(.plyr__control--pressed) .icon--pressed,.plyr__control:not(.plyr__control--pressed) .label--pressed{display:none}.plyr--audio .plyr__control.plyr__tab-focus,.plyr--audio .plyr__control:hover,.plyr--audio .plyr__control[aria-expanded=true]{background:#00b3ff;color:#fff}.plyr--video .plyr__control.plyr__tab-focus,.plyr--video .plyr__control:hover,.plyr--video .plyr__control[aria-expanded=true]{background:#00b3ff;color:#fff}.plyr__control--overlaid{background:rgba(0,179,255,.8);border:0;border-radius:100%;color:#fff;display:none;left:50%;padding:15px;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:2}.plyr__control--overlaid svg{left:2px;position:relative}.plyr__control--overlaid:focus,.plyr__control--overlaid:hover{background:#00b3ff}.plyr--playing .plyr__control--overlaid{opacity:0;visibility:hidden}.plyr--full-ui.plyr--video .plyr__control--overlaid{display:block}.plyr--full-ui ::-webkit-media-controls{display:none}.plyr__controls{align-items:center;display:flex;justify-content:flex-end;text-align:center}.plyr__controls .plyr__progress__container{flex:1;min-width:0}.plyr__controls .plyr__controls__item{margin-left:2.5px}.plyr__controls .plyr__controls__item:first-child{margin-left:0;margin-right:auto}.plyr__controls .plyr__controls__item.plyr__progress__container{padding-left:2.5px}.plyr__controls .plyr__controls__item.plyr__time{padding:0 5px}.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,.plyr__controls .plyr__controls__item.plyr__time:first-child{padding-left:0}.plyr__controls .plyr__controls__item.plyr__volume{padding-right:5px}.plyr__controls .plyr__controls__item.plyr__volume:first-child{padding-right:0}.plyr__controls:empty{display:none}.plyr--audio .plyr__controls{background:#fff;border-radius:inherit;color:#4a5764;padding:10px}.plyr--video .plyr__controls{background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.7));border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;bottom:0;color:#fff;left:0;padding:20px 5px 5px;position:absolute;right:0;transition:opacity .4s ease-in-out,transform .4s ease-in-out;z-index:3}@media (min-width:480px){.plyr--video .plyr__controls{padding:35px 10px 10px}}.plyr--video.plyr--hide-controls .plyr__controls{opacity:0;pointer-events:none;transform:translateY(100%)}.plyr [data-plyr=airplay],.plyr [data-plyr=captions],.plyr [data-plyr=fullscreen],.plyr [data-plyr=pip]{display:none}.plyr--airplay-supported [data-plyr=airplay],.plyr--captions-enabled [data-plyr=captions],.plyr--fullscreen-enabled [data-plyr=fullscreen],.plyr--pip-supported [data-plyr=pip]{display:inline-block}.plyr__menu{display:flex;position:relative}.plyr__menu .plyr__control svg{transition:transform .3s ease}.plyr__menu .plyr__control[aria-expanded=true] svg{transform:rotate(90deg)}.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip{display:none}.plyr__menu__container{animation:plyr-popup .2s ease;background:rgba(255,255,255,.9);border-radius:4px;bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);color:#4a5764;font-size:16px;margin-bottom:10px;position:absolute;right:-3px;text-align:left;white-space:nowrap;z-index:3}.plyr__menu__container>div{overflow:hidden;transition:height .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1)}.plyr__menu__container::after{border:4px solid transparent;border-top-color:rgba(255,255,255,.9);content:'';height:0;position:absolute;right:15px;top:100%;width:0}.plyr__menu__container [role=menu]{padding:7px}.plyr__menu__container [role=menuitem],.plyr__menu__container [role=menuitemradio]{margin-top:2px}.plyr__menu__container [role=menuitem]:first-child,.plyr__menu__container [role=menuitemradio]:first-child{margin-top:0}.plyr__menu__container .plyr__control{align-items:center;color:#4a5764;display:flex;font-size:14px;padding:4px 11px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.plyr__menu__container .plyr__control>span{align-items:inherit;display:flex;width:100%}.plyr__menu__container .plyr__control::after{border:4px solid transparent;content:'';position:absolute;top:50%;transform:translateY(-50%)}.plyr__menu__container .plyr__control--forward{padding-right:28px}.plyr__menu__container .plyr__control--forward::after{border-left-color:rgba(74,87,100,.8);right:5px}.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after,.plyr__menu__container .plyr__control--forward:hover::after{border-left-color:currentColor}.plyr__menu__container .plyr__control--back{font-weight:500;margin:7px;margin-bottom:3px;padding-left:28px;position:relative;width:calc(100% - 14px)}.plyr__menu__container .plyr__control--back::after{border-right-color:rgba(74,87,100,.8);left:7px}.plyr__menu__container .plyr__control--back::before{background:#c1c9d1;box-shadow:0 1px 0 #fff;content:'';height:1px;left:0;margin-top:4px;overflow:hidden;position:absolute;right:0;top:100%}.plyr__menu__container .plyr__control--back.plyr__tab-focus::after,.plyr__menu__container .plyr__control--back:hover::after{border-right-color:currentColor}.plyr__menu__container .plyr__control[role=menuitemradio]{padding-left:7px}.plyr__menu__container .plyr__control[role=menuitemradio]::after,.plyr__menu__container .plyr__control[role=menuitemradio]::before{border-radius:100%}.plyr__menu__container .plyr__control[role=menuitemradio]::before{background:rgba(0,0,0,.1);content:'';display:block;flex-shrink:0;height:16px;margin-right:10px;transition:all .3s ease;width:16px}.plyr__menu__container .plyr__control[role=menuitemradio]::after{background:#fff;border:0;height:6px;left:12px;opacity:0;top:50%;transform:translateY(-50%) scale(0);transition:transform .3s ease,opacity .3s ease;width:6px}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before{background:#00b3ff}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after{opacity:1;transform:translateY(-50%) scale(1)}.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before,.plyr__menu__container .plyr__control[role=menuitemradio]:hover::before{background:rgba(0,0,0,.1)}.plyr__menu__container .plyr__menu__value{align-items:center;display:flex;margin-left:auto;margin-right:-5px;overflow:hidden;padding-left:25px;pointer-events:none}.plyr--full-ui input[type=range]{-webkit-appearance:none;background:0 0;border:0;border-radius:26px;color:#00b3ff;display:block;height:19px;margin:0;padding:0;transition:box-shadow .3s ease;width:100%}.plyr--full-ui input[type=range]::-webkit-slider-runnable-track{background:0 0;border:0;border-radius:2.5px;height:5px;transition:box-shadow .3s ease;-webkit-user-select:none;user-select:none;background-image:linear-gradient(to right,currentColor var(--value,0),transparent var(--value,0))}.plyr--full-ui input[type=range]::-webkit-slider-thumb{background:#fff;border:0;border-radius:100%;box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2);height:13px;position:relative;transition:all .2s ease;width:13px;-webkit-appearance:none;margin-top:-4px}.plyr--full-ui input[type=range]::-moz-range-track{background:0 0;border:0;border-radius:2.5px;height:5px;transition:box-shadow .3s ease;-moz-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-moz-range-thumb{background:#fff;border:0;border-radius:100%;box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2);height:13px;position:relative;transition:all .2s ease;width:13px}.plyr--full-ui input[type=range]::-moz-range-progress{background:currentColor;border-radius:2.5px;height:5px}.plyr--full-ui input[type=range]::-ms-track{background:0 0;border:0;border-radius:2.5px;height:5px;transition:box-shadow .3s ease;-ms-user-select:none;user-select:none;color:transparent}.plyr--full-ui input[type=range]::-ms-fill-upper{background:0 0;border:0;border-radius:2.5px;height:5px;transition:box-shadow .3s ease;-ms-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-ms-fill-lower{background:0 0;border:0;border-radius:2.5px;height:5px;transition:box-shadow .3s ease;-ms-user-select:none;user-select:none;background:currentColor}.plyr--full-ui input[type=range]::-ms-thumb{background:#fff;border:0;border-radius:100%;box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2);height:13px;position:relative;transition:all .2s ease;width:13px;margin-top:0}.plyr--full-ui input[type=range]::-ms-tooltip{display:none}.plyr--full-ui input[type=range]:focus{outline:0}.plyr--full-ui input[type=range]::-moz-focus-outer{border:0}.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track{box-shadow:0 0 0 5px rgba(0,179,255,.5);outline:0}.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track{box-shadow:0 0 0 5px rgba(0,179,255,.5);outline:0}.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track{box-shadow:0 0 0 5px rgba(0,179,255,.5);outline:0}.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track{background-color:rgba(255,255,255,.25)}.plyr--full-ui.plyr--video input[type=range]::-moz-range-track{background-color:rgba(255,255,255,.25)}.plyr--full-ui.plyr--video input[type=range]::-ms-track{background-color:rgba(255,255,255,.25)}.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2),0 0 0 3px rgba(255,255,255,.5)}.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2),0 0 0 3px rgba(255,255,255,.5)}.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2),0 0 0 3px rgba(255,255,255,.5)}.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track{background-color:rgba(193,201,209,.66)}.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track{background-color:rgba(193,201,209,.66)}.plyr--full-ui.plyr--audio input[type=range]::-ms-track{background-color:rgba(193,201,209,.66)}.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2),0 0 0 3px rgba(0,0,0,.1)}.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2),0 0 0 3px rgba(0,0,0,.1)}.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2),0 0 0 3px rgba(0,0,0,.1)}.plyr__poster{background-color:#000;background-position:50% 50%;background-repeat:no-repeat;background-size:contain;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .2s ease;width:100%;z-index:1}.plyr--stopped.plyr__poster-enabled .plyr__poster{opacity:1}.plyr__time{font-size:14px}.plyr__time+.plyr__time::before{content:'\2044';margin-right:10px}@media (max-width:767px){.plyr__time+.plyr__time{display:none}}.plyr--video .plyr__time{text-shadow:0 1px 1px rgba(0,0,0,.15)}.plyr__tooltip{background:rgba(255,255,255,.9);border-radius:3px;bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);color:#4a5764;font-size:14px;font-weight:500;left:50%;line-height:1.3;margin-bottom:10px;opacity:0;padding:5px 7.5px;pointer-events:none;position:absolute;transform:translate(-50%,10px) scale(.8);transform-origin:50% 100%;transition:transform .2s .1s ease,opacity .2s .1s ease;white-space:nowrap;z-index:2}.plyr__tooltip::before{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(255,255,255,.9);bottom:-4px;content:'';height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,.plyr .plyr__control:hover .plyr__tooltip,.plyr__tooltip--visible{opacity:1;transform:translate(-50%,0) scale(1)}.plyr .plyr__control:hover .plyr__tooltip{z-index:3}.plyr__controls>.plyr__control:first-child .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip{left:0;transform:translate(0,10px) scale(.8);transform-origin:0 100%}.plyr__controls>.plyr__control:first-child .plyr__tooltip::before,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip::before{left:16px}.plyr__controls>.plyr__control:last-child .plyr__tooltip{left:auto;right:0;transform:translate(0,10px) scale(.8);transform-origin:100% 100%}.plyr__controls>.plyr__control:last-child .plyr__tooltip::before{left:auto;right:16px;transform:translateX(50%)}.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:last-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip{transform:translate(0,0) scale(1)}.plyr--video{background:#000;overflow:hidden}.plyr--video.plyr--menu-open{overflow:visible}.plyr__video-wrapper{background:#000;border-radius:inherit;overflow:hidden;position:relative;z-index:0}.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{height:0;padding-bottom:56.25%}.plyr__video-embed iframe,.plyr__video-wrapper--fixed-ratio video{border:0;height:100%;left:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container{padding-bottom:240%;position:relative;transform:translateY(-38.28125%)}.plyr__progress{left:6.5px;margin-right:13px;position:relative}.plyr__progress input[type=range],.plyr__progress__buffer{margin-left:-6.5px;margin-right:-6.5px;width:calc(100% + 13px)}.plyr__progress input[type=range]{position:relative;z-index:2}.plyr__progress .plyr__tooltip{font-size:14px;left:0}.plyr__progress__buffer{-webkit-appearance:none;background:0 0;border:0;border-radius:100px;height:5px;left:0;margin-top:-2.5px;padding:0;position:absolute;top:50%}.plyr__progress__buffer::-webkit-progress-bar{background:0 0}.plyr__progress__buffer::-webkit-progress-value{background:currentColor;border-radius:100px;min-width:5px;transition:width .2s ease}.plyr__progress__buffer::-moz-progress-bar{background:currentColor;border-radius:100px;min-width:5px;transition:width .2s ease}.plyr__progress__buffer::-ms-fill{border-radius:100px;transition:width .2s ease}.plyr--video .plyr__progress__buffer{box-shadow:0 1px 1px rgba(0,0,0,.15);color:rgba(255,255,255,.25)}.plyr--audio .plyr__progress__buffer{color:rgba(193,201,209,.66)}.plyr--loading .plyr__progress__buffer{animation:plyr-progress 1s linear infinite;background-image:linear-gradient(-45deg,rgba(35,41,47,.6) 25%,transparent 25%,transparent 50%,rgba(35,41,47,.6) 50%,rgba(35,41,47,.6) 75%,transparent 75%,transparent);background-repeat:repeat-x;background-size:25px 25px;color:transparent}.plyr--video.plyr--loading .plyr__progress__buffer{background-color:rgba(255,255,255,.25)}.plyr--audio.plyr--loading .plyr__progress__buffer{background-color:rgba(193,201,209,.66)}.plyr__volume{align-items:center;display:flex;flex:1;position:relative}.plyr__volume input[type=range]{margin-left:5px;position:relative;z-index:2}@media (min-width:480px){.plyr__volume{max-width:90px}}@media (min-width:768px){.plyr__volume{max-width:110px}}.plyr--is-ios .plyr__volume{display:none!important}.plyr--is-ios.plyr--vimeo [data-plyr=mute]{display:none!important}.plyr:-webkit-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-ms-fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-webkit-full-screen video{height:100%}.plyr:-ms-fullscreen video{height:100%}.plyr:fullscreen video{height:100%}.plyr:-webkit-full-screen .plyr__video-wrapper{height:100%;position:static}.plyr:-ms-fullscreen .plyr__video-wrapper{height:100%;position:static}.plyr:fullscreen .plyr__video-wrapper{height:100%;position:static}.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative;top:50%;transform:translateY(-50%)}.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative;top:50%;transform:translateY(-50%)}.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative;top:50%;transform:translateY(-50%)}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-webkit-full-screen.plyr--hide-controls{cursor:none}.plyr:-ms-fullscreen.plyr--hide-controls{cursor:none}.plyr:fullscreen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-webkit-full-screen .plyr__captions{font-size:21px}.plyr:-ms-fullscreen .plyr__captions{font-size:21px}.plyr:fullscreen .plyr__captions{font-size:21px}}.plyr:-webkit-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-webkit-full-screen video{height:100%}.plyr:-webkit-full-screen .plyr__video-wrapper{height:100%;position:static}.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative;top:50%;transform:translateY(-50%)}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-webkit-full-screen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-webkit-full-screen .plyr__captions{font-size:21px}}.plyr:-moz-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-moz-full-screen video{height:100%}.plyr:-moz-full-screen .plyr__video-wrapper{height:100%;position:static}.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative;top:50%;transform:translateY(-50%)}.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-moz-full-screen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-moz-full-screen .plyr__captions{font-size:21px}}.plyr:-ms-fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-ms-fullscreen video{height:100%}.plyr:-ms-fullscreen .plyr__video-wrapper{height:100%;position:static}.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative;top:50%;transform:translateY(-50%)}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-ms-fullscreen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-ms-fullscreen .plyr__captions{font-size:21px}}.plyr--fullscreen-fallback{background:#000;border-radius:0!important;height:100%;margin:0;width:100%;bottom:0;left:0;position:fixed;right:0;top:0;z-index:10000000}.plyr--fullscreen-fallback video{height:100%}.plyr--fullscreen-fallback .plyr__video-wrapper{height:100%;position:static}.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper{height:0;position:relative;top:50%;transform:translateY(-50%)}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen{display:block}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr--fullscreen-fallback.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr--fullscreen-fallback .plyr__captions{font-size:21px}}.plyr__ads{border-radius:inherit;bottom:0;cursor:pointer;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:-1}.plyr__ads>div,.plyr__ads>div iframe{height:100%;position:absolute;width:100%}.plyr__ads::after{background:rgba(35,41,47,.8);border-radius:2px;bottom:10px;color:#fff;content:attr(data-badge-text);font-size:11px;padding:2px 6px;pointer-events:none;position:absolute;right:10px;z-index:3}.plyr__ads::after:empty{display:none}.plyr__cues{background:currentColor;display:block;height:5px;left:0;margin:-2.5px 0 0;opacity:.8;position:absolute;top:50%;width:3px;z-index:3}.plyr__preview-thumb{background-color:rgba(255,255,255,.9);border-radius:3px;bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);margin-bottom:10px;opacity:0;padding:3px;pointer-events:none;position:absolute;transform:translate(0,10px) scale(.8);transform-origin:50% 100%;transition:transform .2s .1s ease,opacity .2s .1s ease;z-index:2}.plyr__preview-thumb--is-shown{opacity:1;transform:translate(0,0) scale(1)}.plyr__preview-thumb::before{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(255,255,255,.9);bottom:-4px;content:'';height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr__preview-thumb__image-container{background:#c1c9d1;border-radius:2px;overflow:hidden;position:relative;z-index:0}.plyr__preview-thumb__image-container img{height:100%;left:0;max-height:none;max-width:none;position:absolute;top:0;width:100%}.plyr__preview-thumb__time-container{bottom:6px;left:0;position:absolute;right:0;white-space:nowrap;z-index:3}.plyr__preview-thumb__time-container span{background-color:rgba(0,0,0,.55);border-radius:2px;color:#fff;font-size:14px;padding:3px 6px}.plyr__preview-scrubbing{bottom:0;filter:blur(1px);height:100%;left:0;margin:auto;opacity:0;overflow:hidden;position:absolute;right:0;top:0;transition:opacity .3s ease;width:100%;z-index:1}.plyr__preview-scrubbing--is-shown{opacity:1}.plyr__preview-scrubbing img{height:100%;left:0;max-height:none;max-width:none;object-fit:contain;position:absolute;top:0;width:100%}.plyr--no-transition{transition:none!important}.plyr__sr-only{clip:rect(1px,1px,1px,1px);overflow:hidden;border:0!important;height:1px!important;padding:0!important;position:absolute!important;width:1px!important}.plyr [hidden]{display:none!important}/*
 * Font file created by Local Google Fonts 0.20.0
 * Created: Tue, 31 Jan 2023 19:59:41 +0000
 * Handle: jevelin-fonts
 * Original URL: https://fonts.googleapis.com/css?family=Voces:400&#038;subset=latin
*/

/* latin-ext */
@font-face {
  font-family: 'Voces';
  font-style: normal;
  font-weight: 400;
  src: url(https://cbdfactum.com/wp-content/uploads/fonts/bcd291bcb29f4aa4405dd5c5bb5b3db4/voces-latin-ext-v20-normal-400.woff2?c=1675195181) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Voces';
  font-style: normal;
  font-weight: 400;
  src: url(https://cbdfactum.com/wp-content/uploads/fonts/bcd291bcb29f4aa4405dd5c5bb5b3db4/voces-latin-v20-normal-400.woff2?c=1675195181) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@keyframes plyr-progress{to{background-position:25px 0}}@keyframes plyr-popup{0%{opacity:.5;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes plyr-fade-in{from{opacity:0}to{opacity:1}}.plyr{-moz-osx-font-smoothing:auto;-webkit-font-smoothing:subpixel-antialiased;direction:ltr;font-family:Avenir,"Avenir Next","Helvetica Neue","Segoe UI",Helvetica,Arial,sans-serif;font-variant-numeric:tabular-nums;font-weight:500;line-height:1.7;max-width:100%;min-width:200px;position:relative;text-shadow:none;transition:box-shadow .3s ease}.plyr audio,.plyr video{border-radius:inherit;height:auto;vertical-align:middle;width:100%}.plyr button{font:inherit;line-height:inherit;width:auto}.plyr:focus{outline:0}.plyr--full-ui{box-sizing:border-box}.plyr--full-ui *,.plyr--full-ui ::after,.plyr--full-ui ::before{box-sizing:inherit}.plyr--full-ui a,.plyr--full-ui button,.plyr--full-ui input,.plyr--full-ui label{touch-action:manipulation}.plyr__badge{background:#4a5764;border-radius:2px;color:#fff;font-size:9px;line-height:1;padding:3px 4px}.plyr--full-ui ::-webkit-media-text-track-container{display:none}.plyr__captions{animation:plyr-fade-in .3s ease;bottom:0;color:#fff;display:none;font-size:14px;left:0;padding:10px;position:absolute;text-align:center;transition:transform .4s ease-in-out;width:100%}.plyr__captions .plyr__caption{background:rgba(0,0,0,.8);border-radius:2px;-webkit-box-decoration-break:clone;box-decoration-break:clone;line-height:185%;padding:.2em .5em;white-space:pre-wrap}.plyr__captions .plyr__caption div{display:inline}.plyr__captions span:empty{display:none}@media (min-width:480px){.plyr__captions{font-size:16px;padding:20px}}@media (min-width:768px){.plyr__captions{font-size:18px}}.plyr--captions-active .plyr__captions{display:block}.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions{transform:translateY(-40px)}.plyr__control{background:0 0;border:0;border-radius:3px;color:inherit;cursor:pointer;flex-shrink:0;overflow:visible;padding:7px;position:relative;transition:all .3s ease}.plyr__control svg{display:block;fill:currentColor;height:18px;pointer-events:none;width:18px}.plyr__control:focus{outline:0}.plyr__control.plyr__tab-focus{box-shadow:0 0 0 5px rgba(0,179,255,.5);outline:0}a.plyr__control{text-decoration:none}a.plyr__control::after,a.plyr__control::before{display:none}.plyr__control.plyr__control--pressed .icon--not-pressed,.plyr__control.plyr__control--pressed .label--not-pressed,.plyr__control:not(.plyr__control--pressed) .icon--pressed,.plyr__control:not(.plyr__control--pressed) .label--pressed{display:none}.plyr--audio .plyr__control.plyr__tab-focus,.plyr--audio .plyr__control:hover,.plyr--audio .plyr__control[aria-expanded=true]{background:#00b3ff;color:#fff}.plyr--video .plyr__control.plyr__tab-focus,.plyr--video .plyr__control:hover,.plyr--video .plyr__control[aria-expanded=true]{background:#00b3ff;color:#fff}.plyr__control--overlaid{background:rgba(0,179,255,.8);border:0;border-radius:100%;color:#fff;display:none;left:50%;padding:15px;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:2}.plyr__control--overlaid svg{left:2px;position:relative}.plyr__control--overlaid:focus,.plyr__control--overlaid:hover{background:#00b3ff}.plyr--playing .plyr__control--overlaid{opacity:0;visibility:hidden}.plyr--full-ui.plyr--video .plyr__control--overlaid{display:block}.plyr--full-ui ::-webkit-media-controls{display:none}.plyr__controls{align-items:center;display:flex;justify-content:flex-end;text-align:center}.plyr__controls .plyr__progress__container{flex:1;min-width:0}.plyr__controls .plyr__controls__item{margin-left:2.5px}.plyr__controls .plyr__controls__item:first-child{margin-left:0;margin-right:auto}.plyr__controls .plyr__controls__item.plyr__progress__container{padding-left:2.5px}.plyr__controls .plyr__controls__item.plyr__time{padding:0 5px}.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,.plyr__controls .plyr__controls__item.plyr__time:first-child{padding-left:0}.plyr__controls .plyr__controls__item.plyr__volume{padding-right:5px}.plyr__controls .plyr__controls__item.plyr__volume:first-child{padding-right:0}.plyr__controls:empty{display:none}.plyr--audio .plyr__controls{background:#fff;border-radius:inherit;color:#4a5764;padding:10px}.plyr--video .plyr__controls{background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.7));border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;bottom:0;color:#fff;left:0;padding:20px 5px 5px;position:absolute;right:0;transition:opacity .4s ease-in-out,transform .4s ease-in-out;z-index:3}@media (min-width:480px){.plyr--video .plyr__controls{padding:35px 10px 10px}}.plyr--video.plyr--hide-controls .plyr__controls{opacity:0;pointer-events:none;transform:translateY(100%)}.plyr [data-plyr=airplay],.plyr [data-plyr=captions],.plyr [data-plyr=fullscreen],.plyr [data-plyr=pip]{display:none}.plyr--airplay-supported [data-plyr=airplay],.plyr--captions-enabled [data-plyr=captions],.plyr--fullscreen-enabled [data-plyr=fullscreen],.plyr--pip-supported [data-plyr=pip]{display:inline-block}.plyr__menu{display:flex;position:relative}.plyr__menu .plyr__control svg{transition:transform .3s ease}.plyr__menu .plyr__control[aria-expanded=true] svg{transform:rotate(90deg)}.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip{display:none}.plyr__menu__container{animation:plyr-popup .2s ease;background:rgba(255,255,255,.9);border-radius:4px;bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);color:#4a5764;font-size:16px;margin-bottom:10px;position:absolute;right:-3px;text-align:left;white-space:nowrap;z-index:3}.plyr__menu__container>div{overflow:hidden;transition:height .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1)}.plyr__menu__container::after{border:4px solid transparent;border-top-color:rgba(255,255,255,.9);content:'';height:0;position:absolute;right:15px;top:100%;width:0}.plyr__menu__container [role=menu]{padding:7px}.plyr__menu__container [role=menuitem],.plyr__menu__container [role=menuitemradio]{margin-top:2px}.plyr__menu__container [role=menuitem]:first-child,.plyr__menu__container [role=menuitemradio]:first-child{margin-top:0}.plyr__menu__container .plyr__control{align-items:center;color:#4a5764;display:flex;font-size:14px;padding:4px 11px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.plyr__menu__container .plyr__control>span{align-items:inherit;display:flex;width:100%}.plyr__menu__container .plyr__control::after{border:4px solid transparent;content:'';position:absolute;top:50%;transform:translateY(-50%)}.plyr__menu__container .plyr__control--forward{padding-right:28px}.plyr__menu__container .plyr__control--forward::after{border-left-color:rgba(74,87,100,.8);right:5px}.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after,.plyr__menu__container .plyr__control--forward:hover::after{border-left-color:currentColor}.plyr__menu__container .plyr__control--back{font-weight:500;margin:7px;margin-bottom:3px;padding-left:28px;position:relative;width:calc(100% - 14px)}.plyr__menu__container .plyr__control--back::after{border-right-color:rgba(74,87,100,.8);left:7px}.plyr__menu__container .plyr__control--back::before{background:#c1c9d1;box-shadow:0 1px 0 #fff;content:'';height:1px;left:0;margin-top:4px;overflow:hidden;position:absolute;right:0;top:100%}.plyr__menu__container .plyr__control--back.plyr__tab-focus::after,.plyr__menu__container .plyr__control--back:hover::after{border-right-color:currentColor}.plyr__menu__container .plyr__control[role=menuitemradio]{padding-left:7px}.plyr__menu__container .plyr__control[role=menuitemradio]::after,.plyr__menu__container .plyr__control[role=menuitemradio]::before{border-radius:100%}.plyr__menu__container .plyr__control[role=menuitemradio]::before{background:rgba(0,0,0,.1);content:'';display:block;flex-shrink:0;height:16px;margin-right:10px;transition:all .3s ease;width:16px}.plyr__menu__container .plyr__control[role=menuitemradio]::after{background:#fff;border:0;height:6px;left:12px;opacity:0;top:50%;transform:translateY(-50%) scale(0);transition:transform .3s ease,opacity .3s ease;width:6px}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before{background:#00b3ff}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after{opacity:1;transform:translateY(-50%) scale(1)}.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before,.plyr__menu__container .plyr__control[role=menuitemradio]:hover::before{background:rgba(0,0,0,.1)}.plyr__menu__container .plyr__menu__value{align-items:center;display:flex;margin-left:auto;margin-right:-5px;overflow:hidden;padding-left:25px;pointer-events:none}.plyr--full-ui input[type=range]{-webkit-appearance:none;background:0 0;border:0;border-radius:26px;color:#00b3ff;display:block;height:19px;margin:0;padding:0;transition:box-shadow .3s ease;width:100%}.plyr--full-ui input[type=range]::-webkit-slider-runnable-track{background:0 0;border:0;border-radius:2.5px;height:5px;transition:box-shadow .3s ease;-webkit-user-select:none;user-select:none;background-image:linear-gradient(to right,currentColor var(--value,0),transparent var(--value,0))}.plyr--full-ui input[type=range]::-webkit-slider-thumb{background:#fff;border:0;border-radius:100%;box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2);height:13px;position:relative;transition:all .2s ease;width:13px;-webkit-appearance:none;margin-top:-4px}.plyr--full-ui input[type=range]::-moz-range-track{background:0 0;border:0;border-radius:2.5px;height:5px;transition:box-shadow .3s ease;-moz-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-moz-range-thumb{background:#fff;border:0;border-radius:100%;box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2);height:13px;position:relative;transition:all .2s ease;width:13px}.plyr--full-ui input[type=range]::-moz-range-progress{background:currentColor;border-radius:2.5px;height:5px}.plyr--full-ui input[type=range]::-ms-track{background:0 0;border:0;border-radius:2.5px;height:5px;transition:box-shadow .3s ease;-ms-user-select:none;user-select:none;color:transparent}.plyr--full-ui input[type=range]::-ms-fill-upper{background:0 0;border:0;border-radius:2.5px;height:5px;transition:box-shadow .3s ease;-ms-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-ms-fill-lower{background:0 0;border:0;border-radius:2.5px;height:5px;transition:box-shadow .3s ease;-ms-user-select:none;user-select:none;background:currentColor}.plyr--full-ui input[type=range]::-ms-thumb{background:#fff;border:0;border-radius:100%;box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2);height:13px;position:relative;transition:all .2s ease;width:13px;margin-top:0}.plyr--full-ui input[type=range]::-ms-tooltip{display:none}.plyr--full-ui input[type=range]:focus{outline:0}.plyr--full-ui input[type=range]::-moz-focus-outer{border:0}.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track{box-shadow:0 0 0 5px rgba(0,179,255,.5);outline:0}.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track{box-shadow:0 0 0 5px rgba(0,179,255,.5);outline:0}.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track{box-shadow:0 0 0 5px rgba(0,179,255,.5);outline:0}.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track{background-color:rgba(255,255,255,.25)}.plyr--full-ui.plyr--video input[type=range]::-moz-range-track{background-color:rgba(255,255,255,.25)}.plyr--full-ui.plyr--video input[type=range]::-ms-track{background-color:rgba(255,255,255,.25)}.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2),0 0 0 3px rgba(255,255,255,.5)}.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2),0 0 0 3px rgba(255,255,255,.5)}.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2),0 0 0 3px rgba(255,255,255,.5)}.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track{background-color:rgba(193,201,209,.66)}.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track{background-color:rgba(193,201,209,.66)}.plyr--full-ui.plyr--audio input[type=range]::-ms-track{background-color:rgba(193,201,209,.66)}.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2),0 0 0 3px rgba(0,0,0,.1)}.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2),0 0 0 3px rgba(0,0,0,.1)}.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2),0 0 0 3px rgba(0,0,0,.1)}.plyr__poster{background-color:#000;background-position:50% 50%;background-repeat:no-repeat;background-size:contain;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .2s ease;width:100%;z-index:1}.plyr--stopped.plyr__poster-enabled .plyr__poster{opacity:1}.plyr__time{font-size:14px}.plyr__time+.plyr__time::before{content:'\2044';margin-right:10px}@media (max-width:767px){.plyr__time+.plyr__time{display:none}}.plyr--video .plyr__time{text-shadow:0 1px 1px rgba(0,0,0,.15)}.plyr__tooltip{background:rgba(255,255,255,.9);border-radius:3px;bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);color:#4a5764;font-size:14px;font-weight:500;left:50%;line-height:1.3;margin-bottom:10px;opacity:0;padding:5px 7.5px;pointer-events:none;position:absolute;transform:translate(-50%,10px) scale(.8);transform-origin:50% 100%;transition:transform .2s .1s ease,opacity .2s .1s ease;white-space:nowrap;z-index:2}.plyr__tooltip::before{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(255,255,255,.9);bottom:-4px;content:'';height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,.plyr .plyr__control:hover .plyr__tooltip,.plyr__tooltip--visible{opacity:1;transform:translate(-50%,0) scale(1)}.plyr .plyr__control:hover .plyr__tooltip{z-index:3}.plyr__controls>.plyr__control:first-child .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip{left:0;transform:translate(0,10px) scale(.8);transform-origin:0 100%}.plyr__controls>.plyr__control:first-child .plyr__tooltip::before,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip::before{left:16px}.plyr__controls>.plyr__control:last-child .plyr__tooltip{left:auto;right:0;transform:translate(0,10px) scale(.8);transform-origin:100% 100%}.plyr__controls>.plyr__control:last-child .plyr__tooltip::before{left:auto;right:16px;transform:translateX(50%)}.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:last-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip{transform:translate(0,0) scale(1)}.plyr--video{background:#000;overflow:hidden}.plyr--video.plyr--menu-open{overflow:visible}.plyr__video-wrapper{background:#000;border-radius:inherit;overflow:hidden;position:relative;z-index:0}.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{height:0;padding-bottom:56.25%}.plyr__video-embed iframe,.plyr__video-wrapper--fixed-ratio video{border:0;height:100%;left:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container{padding-bottom:240%;position:relative;transform:translateY(-38.28125%)}.plyr__progress{left:6.5px;margin-right:13px;position:relative}.plyr__progress input[type=range],.plyr__progress__buffer{margin-left:-6.5px;margin-right:-6.5px;width:calc(100% + 13px)}.plyr__progress input[type=range]{position:relative;z-index:2}.plyr__progress .plyr__tooltip{font-size:14px;left:0}.plyr__progress__buffer{-webkit-appearance:none;background:0 0;border:0;border-radius:100px;height:5px;left:0;margin-top:-2.5px;padding:0;position:absolute;top:50%}.plyr__progress__buffer::-webkit-progress-bar{background:0 0}.plyr__progress__buffer::-webkit-progress-value{background:currentColor;border-radius:100px;min-width:5px;transition:width .2s ease}.plyr__progress__buffer::-moz-progress-bar{background:currentColor;border-radius:100px;min-width:5px;transition:width .2s ease}.plyr__progress__buffer::-ms-fill{border-radius:100px;transition:width .2s ease}.plyr--video .plyr__progress__buffer{box-shadow:0 1px 1px rgba(0,0,0,.15);color:rgba(255,255,255,.25)}.plyr--audio .plyr__progress__buffer{color:rgba(193,201,209,.66)}.plyr--loading .plyr__progress__buffer{animation:plyr-progress 1s linear infinite;background-image:linear-gradient(-45deg,rgba(35,41,47,.6) 25%,transparent 25%,transparent 50%,rgba(35,41,47,.6) 50%,rgba(35,41,47,.6) 75%,transparent 75%,transparent);background-repeat:repeat-x;background-size:25px 25px;color:transparent}.plyr--video.plyr--loading .plyr__progress__buffer{background-color:rgba(255,255,255,.25)}.plyr--audio.plyr--loading .plyr__progress__buffer{background-color:rgba(193,201,209,.66)}.plyr__volume{align-items:center;display:flex;flex:1;position:relative}.plyr__volume input[type=range]{margin-left:5px;position:relative;z-index:2}@media (min-width:480px){.plyr__volume{max-width:90px}}@media (min-width:768px){.plyr__volume{max-width:110px}}.plyr--is-ios .plyr__volume{display:none!important}.plyr--is-ios.plyr--vimeo [data-plyr=mute]{display:none!important}.plyr:-webkit-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-ms-fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-webkit-full-screen video{height:100%}.plyr:-ms-fullscreen video{height:100%}.plyr:fullscreen video{height:100%}.plyr:-webkit-full-screen .plyr__video-wrapper{height:100%;position:static}.plyr:-ms-fullscreen .plyr__video-wrapper{height:100%;position:static}.plyr:fullscreen .plyr__video-wrapper{height:100%;position:static}.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative;top:50%;transform:translateY(-50%)}.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative;top:50%;transform:translateY(-50%)}.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative;top:50%;transform:translateY(-50%)}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-webkit-full-screen.plyr--hide-controls{cursor:none}.plyr:-ms-fullscreen.plyr--hide-controls{cursor:none}.plyr:fullscreen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-webkit-full-screen .plyr__captions{font-size:21px}.plyr:-ms-fullscreen .plyr__captions{font-size:21px}.plyr:fullscreen .plyr__captions{font-size:21px}}.plyr:-webkit-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-webkit-full-screen video{height:100%}.plyr:-webkit-full-screen .plyr__video-wrapper{height:100%;position:static}.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative;top:50%;transform:translateY(-50%)}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-webkit-full-screen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-webkit-full-screen .plyr__captions{font-size:21px}}.plyr:-moz-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-moz-full-screen video{height:100%}.plyr:-moz-full-screen .plyr__video-wrapper{height:100%;position:static}.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative;top:50%;transform:translateY(-50%)}.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-moz-full-screen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-moz-full-screen .plyr__captions{font-size:21px}}.plyr:-ms-fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-ms-fullscreen video{height:100%}.plyr:-ms-fullscreen .plyr__video-wrapper{height:100%;position:static}.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative;top:50%;transform:translateY(-50%)}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-ms-fullscreen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-ms-fullscreen .plyr__captions{font-size:21px}}.plyr--fullscreen-fallback{background:#000;border-radius:0!important;height:100%;margin:0;width:100%;bottom:0;left:0;position:fixed;right:0;top:0;z-index:10000000}.plyr--fullscreen-fallback video{height:100%}.plyr--fullscreen-fallback .plyr__video-wrapper{height:100%;position:static}.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper{height:0;position:relative;top:50%;transform:translateY(-50%)}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen{display:block}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr--fullscreen-fallback.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr--fullscreen-fallback .plyr__captions{font-size:21px}}.plyr__ads{border-radius:inherit;bottom:0;cursor:pointer;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:-1}.plyr__ads>div,.plyr__ads>div iframe{height:100%;position:absolute;width:100%}.plyr__ads::after{background:rgba(35,41,47,.8);border-radius:2px;bottom:10px;color:#fff;content:attr(data-badge-text);font-size:11px;padding:2px 6px;pointer-events:none;position:absolute;right:10px;z-index:3}.plyr__ads::after:empty{display:none}.plyr__cues{background:currentColor;display:block;height:5px;left:0;margin:-2.5px 0 0;opacity:.8;position:absolute;top:50%;width:3px;z-index:3}.plyr__preview-thumb{background-color:rgba(255,255,255,.9);border-radius:3px;bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);margin-bottom:10px;opacity:0;padding:3px;pointer-events:none;position:absolute;transform:translate(0,10px) scale(.8);transform-origin:50% 100%;transition:transform .2s .1s ease,opacity .2s .1s ease;z-index:2}.plyr__preview-thumb--is-shown{opacity:1;transform:translate(0,0) scale(1)}.plyr__preview-thumb::before{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(255,255,255,.9);bottom:-4px;content:'';height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr__preview-thumb__image-container{background:#c1c9d1;border-radius:2px;overflow:hidden;position:relative;z-index:0}.plyr__preview-thumb__image-container img{height:100%;left:0;max-height:none;max-width:none;position:absolute;top:0;width:100%}.plyr__preview-thumb__time-container{bottom:6px;left:0;position:absolute;right:0;white-space:nowrap;z-index:3}.plyr__preview-thumb__time-container span{background-color:rgba(0,0,0,.55);border-radius:2px;color:#fff;font-size:14px;padding:3px 6px}.plyr__preview-scrubbing{bottom:0;filter:blur(1px);height:100%;left:0;margin:auto;opacity:0;overflow:hidden;position:absolute;right:0;top:0;transition:opacity .3s ease;width:100%;z-index:1}.plyr__preview-scrubbing--is-shown{opacity:1}.plyr__preview-scrubbing img{height:100%;left:0;max-height:none;max-width:none;object-fit:contain;position:absolute;top:0;width:100%}.plyr--no-transition{transition:none!important}.plyr__sr-only{clip:rect(1px,1px,1px,1px);overflow:hidden;border:0!important;height:1px!important;padding:0!important;position:absolute!important;width:1px!important}.plyr [hidden]{display:none!important}/*
 * Font file created by Local Google Fonts 0.20.0
 * Created: Tue, 31 Jan 2023 19:59:41 +0000
 * Handle: jevelin-fonts
 * Original URL: https://fonts.googleapis.com/css?family=Voces:400&#038;subset=latin
*/

/* latin-ext */
@font-face {
  font-family: 'Voces';
  font-style: normal;
  font-weight: 400;
  src: url(https://cbdfactum.com/wp-content/uploads/fonts/bcd291bcb29f4aa4405dd5c5bb5b3db4/voces-latin-ext-v20-normal-400.woff2?c=1675195181) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Voces';
  font-style: normal;
  font-weight: 400;
  src: url(https://cbdfactum.com/wp-content/uploads/fonts/bcd291bcb29f4aa4405dd5c5bb5b3db4/voces-latin-v20-normal-400.woff2?c=1675195181) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body.wc-block-product-gallery-modal-open,body.wc-modal--open{overflow:hidden}.wc-block-grid__products .wc-block-grid__product-image{display:block;position:relative;text-decoration:none}.wc-block-grid__products .wc-block-grid__product-image a{border:0;box-shadow:none;outline:0;text-decoration:none}.wc-block-grid__products .wc-block-grid__product-image img{height:auto;max-width:100%;width:100%}.wc-block-grid__products .wc-block-grid__product-image img[hidden]{display:none}.wc-block-grid__products .wc-block-grid__product-image img[alt=""]{border:1px solid #f2f2f2}.edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title,.editor-styles-wrapper .wc-block-grid__product-title,.wc-block-grid__product-title{color:inherit;display:block;font-family:inherit;font-size:inherit;font-weight:700;line-height:1.2;padding:0}.wc-block-grid__product-price{display:block}.wc-block-grid__product-price .wc-block-grid__product-price__regular{margin-right:.5em}.wc-block-grid__product-add-to-cart.wp-block-button{white-space:normal;word-break:break-word}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link{display:inline-flex;font-size:1em;justify-content:center;text-align:center;white-space:normal;word-break:break-word}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading{opacity:.25}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.added:after{content:"";display:inline-block;font-family:WooCommerce;height:auto;margin-left:.5em;width:auto}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading:after{animation:spin 2s linear infinite;content:"";display:inline-block;font-family:WooCommerce;height:auto;margin-left:.5em;width:auto}.has-5-columns:not(.alignfull) .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-6-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-7-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-8-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-9-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after{content:"";margin:0}.wc-block-grid__product-rating{display:block}.wc-block-grid__product-rating .star-rating,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars{font-family:WooCommerce;font-size:1em;font-weight:400;height:1.618em;line-height:1.618;margin:0 auto;overflow:hidden;position:relative;text-align:left;width:5.3em}.wc-block-grid__product-rating .star-rating:before,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars:before{content:"SSSSS";left:0;opacity:.5;position:absolute;right:0;top:0;white-space:nowrap}.wc-block-grid__product-rating .star-rating span,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span{left:0;overflow:hidden;padding-top:1.5em;position:absolute;right:0;top:0}.wc-block-grid__product-rating .star-rating span:before,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before{color:inherit;content:"SSSSS";left:0;position:absolute;right:0;top:0;white-space:nowrap}.wc-block-grid .wc-block-grid__product-onsale,.wc-block-grid__product-image .wc-block-grid__product-onsale{background:#fff;border:1px solid #43454b;border-radius:4px;color:#43454b;display:inline-block;font-size:.875em;font-weight:600;left:auto;padding:.25em .75em;position:absolute;right:4px;text-align:center;text-transform:uppercase;top:4px;width:auto;z-index:9}.wc-block-grid__product .wc-block-grid__product-image,.wc-block-grid__product .wc-block-grid__product-link{display:inline-block;position:relative}.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image),.wc-block-grid__product .wc-block-grid__product-title{margin:0 0 12px}.wc-block-grid__product .wc-block-grid__product-add-to-cart,.wc-block-grid__product .wc-block-grid__product-onsale,.wc-block-grid__product .wc-block-grid__product-price,.wc-block-grid__product .wc-block-grid__product-rating{margin:0 auto 12px}.theme-twentysixteen .wc-block-grid .price ins{color:#77a464}.theme-twentynineteen .wc-block-grid__product{font-size:.88889em}.theme-twentynineteen .wc-block-components-product-sale-badge,.theme-twentynineteen .wc-block-components-product-title,.theme-twentynineteen .wc-block-grid__product-onsale,.theme-twentynineteen .wc-block-grid__product-title{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.theme-twentynineteen .wc-block-grid__product-title:before{display:none}.theme-twentynineteen .wc-block-components-product-sale-badge,.theme-twentynineteen .wc-block-grid__product-onsale{line-height:1}.theme-twentynineteen .editor-styles-wrapper .wp-block-button .wp-block-button__link:not(.has-text-color){color:#fff}.theme-twentytwenty .wc-block-grid__product-link{color:#000}.theme-twentytwenty .wc-block-components-product-title,.theme-twentytwenty .wc-block-grid__product-title{color:#cd2653;font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-size:1em}.theme-twentytwenty .wp-block-columns .wc-block-components-product-title{margin-top:0}.theme-twentytwenty .wc-block-components-product-price .woocommerce-Price-amount,.theme-twentytwenty .wc-block-components-product-price__value,.theme-twentytwenty .wc-block-grid__product-price .woocommerce-Price-amount,.theme-twentytwenty .wc-block-grid__product-price__value{font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-size:.9em}.theme-twentytwenty .wc-block-components-product-price del,.theme-twentytwenty .wc-block-grid__product-price del{opacity:.5}.theme-twentytwenty .wc-block-components-product-price ins,.theme-twentytwenty .wc-block-grid__product-price ins{text-decoration:none}.theme-twentytwenty .star-rating,.theme-twentytwenty .wc-block-grid__product-rating{font-size:.7em}.theme-twentytwenty .star-rating .wc-block-components-product-rating__stars,.theme-twentytwenty .star-rating .wc-block-grid__product-rating__stars,.theme-twentytwenty .wc-block-grid__product-rating .wc-block-components-product-rating__stars,.theme-twentytwenty .wc-block-grid__product-rating .wc-block-grid__product-rating__stars{line-height:1}.theme-twentytwenty .wc-block-components-product-button>.wp-block-button__link,.theme-twentytwenty .wc-block-grid__product-add-to-cart>.wp-block-button__link{font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif}.theme-twentytwenty .wc-block-components-product-sale-badge,.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{background:#cd2653;color:#fff;font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-weight:700;letter-spacing:-.02em;line-height:1.2;text-transform:uppercase}.theme-twentytwenty .wc-block-grid__products .wc-block-components-product-sale-badge{position:static}.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-image .wc-block-components-product-sale-badge{position:absolute}.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale:not(.wc-block-components-product-sale-badge){position:absolute;right:4px;top:4px;z-index:1}.theme-twentytwenty .wc-block-active-filters__title,.theme-twentytwenty .wc-block-attribute-filter__title,.theme-twentytwenty .wc-block-price-filter__title,.theme-twentytwenty .wc-block-stock-filter__title{font-size:1em}.theme-twentytwenty .wc-block-active-filters .wc-block-active-filters__clear-all,.theme-twentytwenty .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link{font-size:.75em}@media only screen and (min-width:768px){.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{font-size:.875em;padding:.5em}}@media only screen and (min-width:1168px){.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{font-size:.875em;padding:.5em}}.theme-twentytwentytwo .wc-block-grid__product-add-to-cart .added_to_cart{display:block;margin-top:12px}.theme-twentytwentytwo .wc-block-components-product-price ins,.theme-twentytwentytwo .wc-block-grid__product-price ins{text-decoration:none}.screen-reader-text{clip:rect(1px,1px,1px,1px);word-wrap:normal!important;border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;overflow-wrap:normal!important;padding:0;position:absolute!important;width:1px}.screen-reader-text:focus{clip:auto!important;background-color:#fff;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip-path:none;color:#2b2d2f;display:block;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.wp-block-group.woocommerce.product .up-sells.upsells.products{max-width:var(--wp--style--global--wide-size)}
.wc-block-components-notice-banner{align-content:flex-start;align-items:stretch;background-color:#fff;border:1px solid;border-radius:4px;box-sizing:border-box;color:#2f2f2f;display:flex;font-size:.875em;font-weight:400;gap:12px;line-height:1.5;margin:16px 0;padding:16px!important}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content{-ms-grid-row-align:center;align-self:center;flex-basis:100%;padding-right:16px;white-space:normal}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content:last-child{padding-right:0}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-block-components-notice-banner__summary{font-weight:600;margin:0 0 8px}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul{margin:0 0 0 24px;padding:0}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol li:after,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul li:after{clear:both;content:"";display:block}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward{-moz-appearance:none;appearance:none;background:transparent!important;border:0;color:#2f2f2f!important;float:right;margin:0;opacity:.7;padding:0!important;text-decoration-line:underline;text-underline-position:under;transition:all .2s ease-in-out}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:active,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:focus,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:hover{opacity:1;text-decoration:none}.wc-block-components-notice-banner>svg{fill:#fff;background-color:#2f2f2f;border-radius:50%;flex-grow:0;flex-shrink:0;height:100%;padding:2px}.wc-block-components-notice-banner>.wc-block-components-button{background:transparent none!important;border:0!important;box-shadow:none!important;color:#2f2f2f!important;flex:0 0 16px;height:16px!important;margin:6px 0 0 auto!important;min-height:auto!important;min-width:0!important;opacity:.6;outline:none!important;padding:0!important;width:16px!important}.wc-block-components-notice-banner>.wc-block-components-button>svg{margin:0!important}.wc-block-components-notice-banner>.wc-block-components-button:active,.wc-block-components-notice-banner>.wc-block-components-button:focus,.wc-block-components-notice-banner>.wc-block-components-button:hover{opacity:1}.wc-block-components-notice-banner>.wc-block-components-button:focus{outline:2px solid currentColor!important;outline-offset:0}.wc-block-components-notice-banner.is-error{background-color:#fff0f0;border-color:#cc1818}.wc-block-components-notice-banner.is-error>svg{background-color:#cc1818;transform:rotate(180deg)}.wc-block-components-notice-banner.is-warning{background-color:#fffbf4;border-color:#f0b849}.wc-block-components-notice-banner.is-warning>svg{background-color:#f0b849;transform:rotate(180deg)}.wc-block-components-notice-banner.is-success{background-color:#f4fff7;border-color:#4ab866}.wc-block-components-notice-banner.is-success>svg{background-color:#4ab866}.wc-block-components-notice-banner.is-info{background-color:#f4f8ff;border-color:#007cba}.wc-block-components-notice-banner.is-info>svg{background-color:#007cba}.wc-block-components-notice-banner:focus{outline-width:0}.wc-block-components-notice-banner:focus-visible{outline-style:solid;outline-width:2px}.woocommerce.wc-block-store-notices.alignwide{max-width:var(--wp--style--global--wide-size)}
body.wc-block-product-gallery-modal-open,body.wc-modal--open{overflow:hidden}.wc-block-grid__products .wc-block-grid__product-image{display:block;position:relative;text-decoration:none}.wc-block-grid__products .wc-block-grid__product-image a{border:0;box-shadow:none;outline:0;text-decoration:none}.wc-block-grid__products .wc-block-grid__product-image img{height:auto;max-width:100%;width:100%}.wc-block-grid__products .wc-block-grid__product-image img[hidden]{display:none}.wc-block-grid__products .wc-block-grid__product-image img[alt=""]{border:1px solid #f2f2f2}.edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title,.editor-styles-wrapper .wc-block-grid__product-title,.wc-block-grid__product-title{color:inherit;display:block;font-family:inherit;font-size:inherit;font-weight:700;line-height:1.2;padding:0}.wc-block-grid__product-price{display:block}.wc-block-grid__product-price .wc-block-grid__product-price__regular{margin-right:.5em}.wc-block-grid__product-add-to-cart.wp-block-button{white-space:normal;word-break:break-word}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link{display:inline-flex;font-size:1em;justify-content:center;text-align:center;white-space:normal;word-break:break-word}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading{opacity:.25}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.added:after{content:"";display:inline-block;font-family:WooCommerce;height:auto;margin-left:.5em;width:auto}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading:after{animation:spin 2s linear infinite;content:"";display:inline-block;font-family:WooCommerce;height:auto;margin-left:.5em;width:auto}.has-5-columns:not(.alignfull) .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-6-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-7-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-8-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-9-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after{content:"";margin:0}.wc-block-grid__product-rating{display:block}.wc-block-grid__product-rating .star-rating,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars{font-family:WooCommerce;font-size:1em;font-weight:400;height:1.618em;line-height:1.618;margin:0 auto;overflow:hidden;position:relative;text-align:left;width:5.3em}.wc-block-grid__product-rating .star-rating:before,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars:before{content:"SSSSS";left:0;opacity:.5;position:absolute;right:0;top:0;white-space:nowrap}.wc-block-grid__product-rating .star-rating span,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span{left:0;overflow:hidden;padding-top:1.5em;position:absolute;right:0;top:0}.wc-block-grid__product-rating .star-rating span:before,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before{color:inherit;content:"SSSSS";left:0;position:absolute;right:0;top:0;white-space:nowrap}.wc-block-grid .wc-block-grid__product-onsale,.wc-block-grid__product-image .wc-block-grid__product-onsale{background:#fff;border:1px solid #43454b;border-radius:4px;color:#43454b;display:inline-block;font-size:.875em;font-weight:600;left:auto;padding:.25em .75em;position:absolute;right:4px;text-align:center;text-transform:uppercase;top:4px;width:auto;z-index:9}.wc-block-grid__product .wc-block-grid__product-image,.wc-block-grid__product .wc-block-grid__product-link{display:inline-block;position:relative}.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image),.wc-block-grid__product .wc-block-grid__product-title{margin:0 0 12px}.wc-block-grid__product .wc-block-grid__product-add-to-cart,.wc-block-grid__product .wc-block-grid__product-onsale,.wc-block-grid__product .wc-block-grid__product-price,.wc-block-grid__product .wc-block-grid__product-rating{margin:0 auto 12px}.theme-twentysixteen .wc-block-grid .price ins{color:#77a464}.theme-twentynineteen .wc-block-grid__product{font-size:.88889em}.theme-twentynineteen .wc-block-components-product-sale-badge,.theme-twentynineteen .wc-block-components-product-title,.theme-twentynineteen .wc-block-grid__product-onsale,.theme-twentynineteen .wc-block-grid__product-title{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.theme-twentynineteen .wc-block-grid__product-title:before{display:none}.theme-twentynineteen .wc-block-components-product-sale-badge,.theme-twentynineteen .wc-block-grid__product-onsale{line-height:1}.theme-twentynineteen .editor-styles-wrapper .wp-block-button .wp-block-button__link:not(.has-text-color){color:#fff}.theme-twentytwenty .wc-block-grid__product-link{color:#000}.theme-twentytwenty .wc-block-components-product-title,.theme-twentytwenty .wc-block-grid__product-title{color:#cd2653;font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-size:1em}.theme-twentytwenty .wp-block-columns .wc-block-components-product-title{margin-top:0}.theme-twentytwenty .wc-block-components-product-price .woocommerce-Price-amount,.theme-twentytwenty .wc-block-components-product-price__value,.theme-twentytwenty .wc-block-grid__product-price .woocommerce-Price-amount,.theme-twentytwenty .wc-block-grid__product-price__value{font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-size:.9em}.theme-twentytwenty .wc-block-components-product-price del,.theme-twentytwenty .wc-block-grid__product-price del{opacity:.5}.theme-twentytwenty .wc-block-components-product-price ins,.theme-twentytwenty .wc-block-grid__product-price ins{text-decoration:none}.theme-twentytwenty .star-rating,.theme-twentytwenty .wc-block-grid__product-rating{font-size:.7em}.theme-twentytwenty .star-rating .wc-block-components-product-rating__stars,.theme-twentytwenty .star-rating .wc-block-grid__product-rating__stars,.theme-twentytwenty .wc-block-grid__product-rating .wc-block-components-product-rating__stars,.theme-twentytwenty .wc-block-grid__product-rating .wc-block-grid__product-rating__stars{line-height:1}.theme-twentytwenty .wc-block-components-product-button>.wp-block-button__link,.theme-twentytwenty .wc-block-grid__product-add-to-cart>.wp-block-button__link{font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif}.theme-twentytwenty .wc-block-components-product-sale-badge,.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{background:#cd2653;color:#fff;font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-weight:700;letter-spacing:-.02em;line-height:1.2;text-transform:uppercase}.theme-twentytwenty .wc-block-grid__products .wc-block-components-product-sale-badge{position:static}.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-image .wc-block-components-product-sale-badge{position:absolute}.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale:not(.wc-block-components-product-sale-badge){position:absolute;right:4px;top:4px;z-index:1}.theme-twentytwenty .wc-block-active-filters__title,.theme-twentytwenty .wc-block-attribute-filter__title,.theme-twentytwenty .wc-block-price-filter__title,.theme-twentytwenty .wc-block-stock-filter__title{font-size:1em}.theme-twentytwenty .wc-block-active-filters .wc-block-active-filters__clear-all,.theme-twentytwenty .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link{font-size:.75em}@media only screen and (min-width:768px){.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{font-size:.875em;padding:.5em}}@media only screen and (min-width:1168px){.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{font-size:.875em;padding:.5em}}.theme-twentytwentytwo .wc-block-grid__product-add-to-cart .added_to_cart{display:block;margin-top:12px}.theme-twentytwentytwo .wc-block-components-product-price ins,.theme-twentytwentytwo .wc-block-grid__product-price ins{text-decoration:none}.screen-reader-text{clip:rect(1px,1px,1px,1px);word-wrap:normal!important;border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;overflow-wrap:normal!important;padding:0;position:absolute!important;width:1px}.screen-reader-text:focus{clip:auto!important;background-color:#fff;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip-path:none;color:#2b2d2f;display:block;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.wp-block-group.woocommerce.product .up-sells.upsells.products{max-width:var(--wp--style--global--wide-size)}
.wc-block-components-notice-banner{align-content:flex-start;align-items:stretch;background-color:#fff;border:1px solid;border-radius:4px;box-sizing:border-box;color:#2f2f2f;display:flex;font-size:.875em;font-weight:400;gap:12px;line-height:1.5;margin:16px 0;padding:16px!important}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content{-ms-grid-row-align:center;align-self:center;flex-basis:100%;padding-right:16px;white-space:normal}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content:last-child{padding-right:0}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-block-components-notice-banner__summary{font-weight:600;margin:0 0 8px}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul{margin:0 0 0 24px;padding:0}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol li:after,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul li:after{clear:both;content:"";display:block}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward{-moz-appearance:none;appearance:none;background:transparent!important;border:0;color:#2f2f2f!important;float:right;margin:0;opacity:.7;padding:0!important;text-decoration-line:underline;text-underline-position:under;transition:all .2s ease-in-out}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:active,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:focus,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:hover{opacity:1;text-decoration:none}.wc-block-components-notice-banner>svg{fill:#fff;background-color:#2f2f2f;border-radius:50%;flex-grow:0;flex-shrink:0;height:100%;padding:2px}.wc-block-components-notice-banner>.wc-block-components-button{background:transparent none!important;border:0!important;box-shadow:none!important;color:#2f2f2f!important;flex:0 0 16px;height:16px!important;margin:6px 0 0 auto!important;min-height:auto!important;min-width:0!important;opacity:.6;outline:none!important;padding:0!important;width:16px!important}.wc-block-components-notice-banner>.wc-block-components-button>svg{margin:0!important}.wc-block-components-notice-banner>.wc-block-components-button:active,.wc-block-components-notice-banner>.wc-block-components-button:focus,.wc-block-components-notice-banner>.wc-block-components-button:hover{opacity:1}.wc-block-components-notice-banner>.wc-block-components-button:focus{outline:2px solid currentColor!important;outline-offset:0}.wc-block-components-notice-banner.is-error{background-color:#fff0f0;border-color:#cc1818}.wc-block-components-notice-banner.is-error>svg{background-color:#cc1818;transform:rotate(180deg)}.wc-block-components-notice-banner.is-warning{background-color:#fffbf4;border-color:#f0b849}.wc-block-components-notice-banner.is-warning>svg{background-color:#f0b849;transform:rotate(180deg)}.wc-block-components-notice-banner.is-success{background-color:#f4fff7;border-color:#4ab866}.wc-block-components-notice-banner.is-success>svg{background-color:#4ab866}.wc-block-components-notice-banner.is-info{background-color:#f4f8ff;border-color:#007cba}.wc-block-components-notice-banner.is-info>svg{background-color:#007cba}.wc-block-components-notice-banner:focus{outline-width:0}.wc-block-components-notice-banner:focus-visible{outline-style:solid;outline-width:2px}.woocommerce.wc-block-store-notices.alignwide{max-width:var(--wp--style--global--wide-size)}
/* FIX FOR WORDPRESS's CRAZY <p> TAG ANOMALY */
.rs-p-wp-fix { display: none !important; margin: 0 !important; height: 0px !important; }

/* NEW Z-INDEX FIX*/
.wp-block-themepunch-revslider { position: relative }

/* FIX FOR QUICK LOADING OF SLIDER SCRIPTS AND WP-ROCKET READDING IMG TAG INTO DOM*/
/*rs-sbg-px rs-sbg-wrap img { display:none !important}*/

/* MODAL BASICS */
rs-modal { position: fixed !important; z-index: 9999999 !important; pointer-events: none !important;}
rs-modal.rs-modal-auto { top: auto;bottom: auto;left: auto; right:auto; }
rs-modal.rs-modal-fullwidth,
rs-modal.rs-modal-fullscreen { top: 0px; left: 0px; width: 100%; height: 100%; }
rs-modal rs-fullwidth-wrap { position: absolute; top: 0px; left: 0px; height: 100%;}
rs-module-wrap.rs-modal { display:none; max-height: 100% !important; overflow: auto !important;  pointer-events: auto !important;}
rs-module-wrap.hideallscrollbars.rs-modal { overflow: hidden !important; max-width: 100% !important}
rs-modal-cover { width: 100%; height: 100%; z-index: 0; background: transparent; position: absolute;top: 0px;left: 0px; cursor: pointer; pointer-events: auto}
body>rs-modal-cover { position: fixed; z-index: 9999995 !important; }

rs-sbg-px { pointer-events: none }

.rs-forceuntouchable,
.rs-forceuntouchable * { pointer-events: none !important; }

.rs-forcehidden * { visibility: hidden !important; }

/*rs-modal rs-fullwidth-wrap rs-module-wrap { transform: translateY(-50%) !important; top: 50% !important; }*/

.rs_splitted_lines { display: block; white-space: nowrap !important}

.rs-go-fullscreen {
	position:fixed !important;
	width:100% !important;
	height:100% !important;
	top:0px !important;
	left:0px !important;
	z-index:9999999 !important;
	background:#ffffff;
}
.rtl {	direction: rtl;}
@font-face {
  font-family: 'revicons';
  src: url('/wp-content/plugins/revslider/sr6/assets/fonts/revicons/revicons.eot?5510888');
  src: url('/wp-content/plugins/revslider/sr6/assets/fonts/revicons/revicons.eot?5510888#iefix') format('embedded-opentype'),
	   url('/wp-content/plugins/revslider/sr6/assets/fonts/revicons/revicons.woff?5510888') format('woff'),
	   url('/wp-content/plugins/revslider/sr6/assets/fonts/revicons/revicons.ttf?5510888') format('truetype'),
	   url('/wp-content/plugins/revslider/sr6/assets/fonts/revicons/revicons.svg?5510888#revicons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

 [class^="revicon-"]:before, [class*=" revicon-"]:before {
  font-family: "revicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  speak-as: spell-out;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}


rs-module i[class^="fa-"],
rs-module i[class*=" fa-"],
.rb-modal-wrapper i[class^="fa-"],
.rb-modal-wrapper i[class*=" fa-"],
#waitaminute i[class^="fa-"],
#waitaminute i[class*=" fa-"],
#objectlibrary i[class^="fa-"],
#objectlibrary i[class*=" fa-"],
#rs_overview i[class^="fa-"],
#rs_overview i[class*=" fa-"],
#rs_overview_menu i[class^="fa-"],
#rs_overview_menu i[class*=" fa-"],
#builderView i[class^="fa-"],
#builderView i[class*=" fa-"]
{
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

rs-module [class^="fa-"]:before,
rs-module [class*=" fa-"]:before,
.rb-modal-wrapper [class^="fa-"]:before,
.rb-modal-wrapper [class*=" fa-"]:before,
#rs_overview [class^="fa-"]:before,
#rs_overview [class*=" fa-"]:before,
#objectlibrary [class^="fa-"]:before,
#objectlibrary [class*=" fa-"]:before,
#waitaminute [class^="fa-"]:before,
#waitaminute [class*=" fa-"]:before,
#rs_overview_menu [class^="fa-"]:before,
#rs_overview_menu [class*=" fa-"]:before,
#builderView [class^="fa-"]:before,
#builderView [class*=" fa-"]:before
{
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	speak: never;
  	speak-as: spell-out;
	display: inline-block;
	text-decoration: inherit;
	width: auto;
	margin-right: 0;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: inherit;
	margin-left: 0;
}

rs-module .sr-only,
#objectlibrary .sr-only,
#waitaminute .sr-only,
#rs_overview .sr-only,
#rs_overview_menu .sr-only,
.rb-modal-wrapper .sr-only,
#builderView .sr-only
{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
rs-module .sr-only-focusable:active,
rs-module .sr-only-focusable:focus,
#waitaminute .sr-only-focusable:active,
#waitaminute .sr-only-focusable:focus,
#objectlibrary .sr-only-focusable:active,
#objectlibrary .sr-only-focusable:focus,
#rs_overview .sr-only-focusable:active,
#rs_overview .sr-only-focusable:focus,
#rs_overview_menu .sr-only-focusable:active,
#rs_overview_menu .sr-only-focusable:focus,
.rb-modal-wrapper .sr-only-focusable:active,
.rb-modal-wrapper .sr-only-focusable:focus,
#builderView .sr-only-focusable:active,
#builderView .sr-only-focusable:focus

{
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}


.revicon-search-1:before { content: '\e802'; } /* '' */
.revicon-pencil-1:before { content: '\e831'; } /* '' */
.revicon-picture-1:before { content: '\e803'; } /* '' */
.revicon-cancel:before { content: '\e80a'; } /* '' */
.revicon-info-circled:before { content: '\e80f'; } /* '' */
.revicon-trash:before { content: '\e801'; } /* '' */
.revicon-left-dir:before { content: '\e817'; } /* '' */
.revicon-right-dir:before { content: '\e818'; } /* '' */
.revicon-down-open:before { content: '\e83b'; } /* '' */
.revicon-left-open:before { content: '\e819'; } /* '' */
.revicon-right-open:before { content: '\e81a'; } /* '' */
.revicon-angle-left:before { content: '\e820'; } /* '' */
.revicon-angle-right:before { content: '\e81d'; } /* '' */
.revicon-left-big:before { content: '\e81f'; } /* '' */
.revicon-right-big:before { content: '\e81e'; } /* '' */
.revicon-magic:before { content: '\e807'; } /* '' */
.revicon-picture:before { content: '\e800'; } /* '' */
.revicon-export:before { content: '\e80b'; } /* '' */
.revicon-cog:before { content: '\e832'; } /* '' */
.revicon-login:before { content: '\e833'; } /* '' */
.revicon-logout:before { content: '\e834'; } /* '' */
.revicon-video:before { content: '\e805'; } /* '' */
.revicon-arrow-combo:before { content: '\e827'; } /* '' */
.revicon-left-open-1:before { content: '\e82a'; } /* '' */
.revicon-right-open-1:before { content: '\e82b'; } /* '' */
.revicon-left-open-mini:before { content: '\e822'; } /* '' */
.revicon-right-open-mini:before { content: '\e823'; } /* '' */
.revicon-left-open-big:before { content: '\e824'; } /* '' */
.revicon-right-open-big:before { content: '\e825'; } /* '' */
.revicon-left:before { content: '\e836'; } /* '' */
.revicon-right:before { content: '\e826'; } /* '' */
.revicon-ccw:before { content: '\e808'; } /* '' */
.revicon-arrows-ccw:before { content: '\e806'; } /* '' */
.revicon-palette:before { content: '\e829'; } /* '' */
.revicon-list-add:before { content: '\e80c'; } /* '' */
.revicon-doc:before { content: '\e809'; } /* '' */
.revicon-left-open-outline:before { content: '\e82e'; } /* '' */
.revicon-left-open-2:before { content: '\e82c'; } /* '' */
.revicon-right-open-outline:before { content: '\e82f'; } /* '' */
.revicon-right-open-2:before { content: '\e82d'; } /* '' */
.revicon-equalizer:before { content: '\e83a'; } /* '' */
.revicon-layers-alt:before { content: '\e804'; } /* '' */
.revicon-popup:before { content: '\e828'; } /* '' */




/******************************
	-	BASIC STYLES		-
******************************/

.tp-fullwidth-forcer { z-index: 0; pointer-events: none}
rs-module-wrap { visibility: hidden }
rs-module-wrap,
rs-module-wrap * { box-sizing: border-box; -webkit-tap-highlight-color: rgba(0,0,0,0);}

rs-module-wrap {position:relative;z-index: 1;width:100%; display: block;}

.rs-fixedscrollon rs-module-wrap { position: fixed !important; top: 0px !important; z-index: 1000; left: 0 !important;}
.rs-stickyscrollon rs-module-wrap {  position: sticky !important; top:0px; z-index: 1000; }
.rs-stickyscrollon { overflow: visible !important; }

rs-fw-forcer { display:block;width:100%;pointer-events: none;}
rs-module { position:relative;overflow:hidden;display: block; }

rs-module.disableVerticalScroll { -ms-touch-action: pan-x; touch-action: pan-x; }


rs-pzimg-wrap,
rs-sbg-effectwrap,
rs-sbg { display: block; pointer-events: none  }

rs-sbg-effectwrap {
	position:absolute;top:0px;left:0px;width:100%;height:100%
}

rs-carousel-wrap rs-column rs-layer img { width: 0px; height: 0px; }

rs-sbg-px,
rs-sbg-wrap {position:absolute; top:0px; left:0px; z-index:0;width:100%;height:100%;display: block;}

a.rs-layer,
a.rs-layer:-webkit-any-link { text-decoration: none }

a[x-apple-data-detectors] { color: inherit !important;   text-decoration: none !important;   font-size: inherit !important;   font-family: inherit !important;   font-weight: inherit !important;   line-height: inherit !important; }

.entry-content rs-module a, rs-module a { box-shadow: none; }

.rs-ov-hidden 		{ 	overflow:hidden !important;}


.rs-forceoverflow,
.rs-forceoverflow rs-module-wrap,
.rs-forceoverflow rs-module,
.rs-forceoverflow rs-slides,
.rs-forceoverflow rs-slide { overflow:visible !important}

.rs-parallax-hidden-of rs-slide { overflow:hidden !important}

.tp-simpleresponsive img,
rs-module img{
	max-width:none !important;
	transition: none;
	margin:0px;
	padding:0px;
	border:none;
}



rs-module .no-slides-text{font-weight:bold;text-align:center;padding-top:80px;}


rs-slides, rs-slide, rs-slide:before {	 position:absolute;text-indent: 0em;top:0px;left:0px;}
rs-slide,rs-slide:before {  display:block; visibility:hidden; }

.rs-layer .rs-untoggled-content { display:block;}
.rs-layer .rs-toggled-content { display:none;}

.rs-tc-active.rs-layer > .rs-toggled-content { display:block;}
.rs-tc-active.rs-layer > .rs-untoggled-content { display:none;}

.rs-layer-video { overflow: hidden }

.rs_html5vidbasicstyles { position:relative;top:0px;left:0px;width:100%;height:100%; overflow:hidden; }

rs-module rs-layer,
rs-module .rs-layer {
	opacity: 0;
	position:relative;
	visibility: hidden;
	/*white-space: nowrap; Fix for Mobile Padding issues on long texts */
	display: block;
	-webkit-font-smoothing: antialiased !important;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
	-moz-osx-font-smoothing: grayscale;
	z-index:1;
	font-display: swap;
}

rs-layer-wrap,
rs-mask,
rs-module-wrap,
rs-module .rs-layer,
rs-module img {
	user-select: none;	
}

rs-module rs-mask-wrap .rs-layer,
rs-module rs-mask-wrap *:last-child,
.wpb_text_column rs-module rs-mask-wrap .rs-layer,
.wpb_text_column rs-module rs-mask-wrap *:last-child{
	margin-bottom:0;

}

.rs-svg svg {	width:100%; height:100%;position: relative;vertical-align: top}


rs-layer:not(.rs-wtbindex),
.rs-layer:not(.rs-wtbindex),
rs-alyer *:not(.rs-wtbindex),
.rs-layer *:not(.rs-wtbindex) { outline: none !important; }


/* CAROUSEL FUNCTIONS */
rs-carousel-wrap {
	cursor:url(/wp-content/plugins/revslider/sr6/assets/css/openhand.cur), move;
}
rs-carousel-wrap.dragged {
	cursor:url(/wp-content/plugins/revslider/sr6/assets/css/closedhand.cur), move;
}

rs-carousel-wrap.noswipe {
	cursor: default;
}

rs-carousel-wrap { position: absolute; overflow: hidden;  width:100%;height:100%;top:0px;left:0px;}
rs-carousel-space { clear:both;display:block;width:100%;height:0px;position:relative;}

/* ADDED FOR SLIDELINK MANAGEMENT */
.tp_inner_padding {
	box-sizing:border-box;
	max-height:none !important;
}


.rs-layer.rs-selectable {
	user-select: text;	
}



rs-px-mask {
	overflow: hidden;
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

rs-module embed,
rs-module iframe,
rs-module object,
rs-module audio,
rs-module video {
	max-width: none !important;
	border: none;
}

rs-bg-elem 	{	position:absolute; top:0px;left:0px; width:100%;height:100%;z-index:0; display: block; pointer-events: none; }

.tp-blockmask,
.tp-blockmask_in,
.tp-blockmask_out { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background: #fff; z-index: 1000; transform: scaleX(0) scaleY(0);}

/***********************************************************
	- 	ZONES / GOUP / ROW / COLUMN LAYERS AND HELPERS 	-
***********************************************************/
rs-zone			{	position:absolute; width:100%;left:0px; box-sizing: border-box;min-height:50px; font-size:0px;pointer-events: none}
rs-row-wrap,
rs-column,
rs-cbg-mask-wrap {	display:block; visibility: hidden}

rs-layer-wrap,
rs-parallax-wrap,
rs-loop-wrap,
rs-mask-wrap { display: block; }

rs-column-wrap>rs-mask-wrap,
rs-column-wrap>rs-loop-wrap { z-index: 1 }

rs-layer-wrap,
rs-mask-wrap,
rs-cbg-mask-wrap
 { transform-style:flat;}


/* ANY SAFARI NEEDS IN CAROUSEL SOME HELP TO AVOID FLICKERING, LOVELY....*/
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) 
 	{ 
		 rs-carousel-wrap rs-layer-wrap, rs-carousel-wrap rs-loop-wrap {backface-visibility: hidden;transform-style: preserve-3d;}
	}

.safarifix rs-layer-wrap {
	perspective: 1000000;
}

@-moz-document url-prefix() {
 	rs-layer-wrap,
	rs-mask-wrap,
	rs-cbg-mask-wrap { perspective: none; }
}


rs-mask-wrap { overflow: hidden }
rs-fullwidth-wrap { position:relative;width:100%;height:auto;display: block; overflow:visible;max-width:none !important;}

.rev_row_zone_top 				{	top:0px;}
.rev_row_zone_bottom 			{	bottom:0px;}
.rev_row_zone_middle			{ top: 0px;}

rs-column-wrap .rs-parallax-wrap  { vertical-align: top }

.rs-layer img,
rs-layer img { vertical-align: top }

rs-row,
rs-row.rs-layer 	{
	display:table;
	position:relative;
	width:100% !important;
	table-layout: fixed;
	box-sizing: border-box;
	vertical-align: top;
	height:auto;
	font-size:0px;
}

.rs-layer.rs-waction.iospermaccwait.permanenthidden { display:none !important; visibility:hidden !important; pointer-events: none !important;}

rs-column-wrap {
	display: table-cell;
	position: relative;
	vertical-align: top;
	height: auto;
	box-sizing: border-box;
	font-size:0px;
}

rs-column {
	box-sizing: border-box;
	display: block;
	position: relative;
	width:100% !important;
	height:auto !important;
	white-space: normal !important;
}

rs-cbg-mask-wrap {
	position: absolute;
	z-index: 0;
	box-sizing: border-box;
}

rs-column-wrap rs-cbg-mask-wrap { top: 0px; left: 0px; bottom: 0px; right: 0px; }
rs-column-bg {
	position: absolute;
	z-index: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
}

.rs-pelock * { pointer-events: none !important;}

rs-column .rs-parallax-wrap,
rs-column rs-loop-wrap,
rs-column rs-mask-wrap 			{	text-align: inherit; }
rs-column rs-mask-wrap 			{	display: inline-block;}


rs-column .rs-parallax-wrap rs-loop-wrap,
rs-column .rs-parallax-wrap rs-mask-wrap,
rs-column .rs-parallax-wrap { position: relative; left:auto; top:auto; line-height: 0px;}

rs-column .rs-parallax-wrap rs-loop-wrap,
rs-column .rs-parallax-wrap rs-mask-wrap,
rs-column .rs-parallax-wrap,
rs-column .rev_layer_in_column { vertical-align: top; }

.rev_break_columns { display: block !important }
.rev_break_columns rs-column-wrap.rs-parallax-wrap  { display:block !important; width:100% !important; }


.rev_break_columns rs-column-wrap.rs-parallax-wrap.rs-layer-hidden,
.tp-forcenotvisible,
.tp-hide-revslider,
rs-row-wrap.rs-layer-hidden,
rs-column-wrap.rs-layer-hidden,
.rs-layer.rs-layer-hidden,
.rs-layer-audio.rs-layer-hidden,
.rs-parallax-wrap.rs-layer-hidden {
	visibility:hidden !important;
	display:none !important
}

/*rs-column .rs-parallax-wrap,
rs-column rs-loop-wrap,
rs-column rs-mask-wrap,
rs-column rs-layer { vertical-align: inherit }*/



/*********************************
	-	SPECIAL TP CAPTIONS -
**********************************/

a.rs-layer.rs-nointeraction >.div,
rs-layer.rs-nointeraction:not(a),
.rs-layer.rs-nointeraction:not(a) {
	pointer-events: none !important
}

rs-static-layers	{position:absolute; z-index:101; top:0px;left:0px; display: block; width: 100%;height: 100%; pointer-events: none; overflow: hidden}

/* new static layers position option */
rs-static-layers.rs-stl-back {
	z-index:0;
}

.rs-stl-visible{
	overflow: visible !important;
}

.rs-layer rs-fcr 	{ width: 0; height: 0; border-left: 40px solid transparent; border-right: 0px solid transparent; border-bottom-width: 0 !important; border-top: 40px solid #00A8FF; position: absolute; right: 100%; top: 0px; }
.rs-layer rs-fcrt 	{ width: 0; height: 0; border-left: 40px solid transparent; border-right: 0px solid transparent; border-top-width: 0 !important; border-bottom: 40px solid #00A8FF; position: absolute; right: 100%; top: 0px; }
.rs-layer rs-bcr 	{ width: 0; height: 0; border-left: 0px solid transparent; border-right: 40px solid transparent; border-bottom: 40px solid #00A8FF; border-top-width: 0 !important; position: absolute; left: 100%; top: 0px; }
.rs-layer rs-bcrt 	{ width: 0; height: 0; border-left: 0px solid transparent; border-right: 40px solid transparent; border-top: 40px solid #00A8FF; border-bottom-width: 0 !important; position: absolute; left: 100%; top: 0px; }


.tp-layer-inner-rotation {
	position: relative !important;
}


/***********************************************
	-	SPECIAL ALTERNATIVE IMAGE SETTINGS	-
***********************************************/

img.tp-slider-alternative-image	{
	width:100%; height:auto;
}


/******************************
	-	IE8 HACKS	-
*******************************/
.noFilterClass {
	filter:none !important;
}


/********************************
	-	FULLSCREEN VIDEO	-
*********************************/

rs-bgvideo 			{	position: absolute;top:0px;left:0px; width:100%;height:100%;z-index: 0; display: block}

.rs-layer.rs-fsv	{	top:0px;left:0px;  position:absolute;width:100%;height:100%}

.rs-layer.rs-fsv audio,
.rs-layer.rs-fsv video,
.rs-layer.rs-fsv iframe,
.rs-layer.rs-fsv iframe audio,
.rs-layer.rs-fsv iframe video	{ width:100%; height:100% ; /*display: none*/}


.rs-fsv video				{	background: #000}

.fullcoveredvideo rs-poster		{	background-position: center center;background-size: cover;width:100%;height:100%;top:0px;left:0px}


.videoisplaying .html5vid rs-poster	{	display: none}

.tp-video-play-button					{
	background:#000;
	background:rgba(0,0,0,0.3);
	border-radius:5px;
	position: absolute;
	top: 50%;
	left: 50%;
	color: #FFF;
	z-index: 3;
	margin-top: -25px;
	margin-left: -25px;
	line-height: 50px !important;
	text-align: center;
	cursor: pointer;
	width: 50px;
	height:50px;
	box-sizing: border-box;

	display: inline-block;
	vertical-align: top;
	z-index: 4;
	opacity: 0;
	transition:opacity 300ms ease-out !important;
}

.rs-ISM .tp-video-play-button{
	opacity: 1;
	transition: none !important;
	z-index: 6;
}

.rs-audio .tp-video-play-button { display:none !important;}
.rs-layer .html5vid					{	width:100% !important; height:100% !important;}
.tp-video-play-button i 				{	width:50px;height:50px; display:inline-block; text-align: center !important; vertical-align: top; line-height: 50px !important; font-size: 30px !important;}
.rs-layer:hover .tp-video-play-button	{	opacity: 1; display:block; z-index: 6;}
.rs-layer .tp-revstop					{	display:none;width: 15px; border-right: 5px solid #fff !important; border-left:5px solid #fff !important; transform: translateX(50%) translateY(50%);height: 20px;margin-left: 11px !important;margin-top: 5px !important;}
.videoisplaying .revicon-right-dir		{	display:none}
.videoisplaying .tp-revstop				{	display:block}

.videoisplaying  .tp-video-play-button			{	display:none}


.fullcoveredvideo .tp-video-play-button			{	display:none !important}


.rs-fsv .rs-fsv audio 		{	object-fit:contain !important;}
.rs-fsv .rs-fsv video 		{	object-fit:contain !important;}

.rs-layer-video .html5vid.hidefullscreen video::-webkit-media-controls-fullscreen-button  { display: none; }


@supports not (-ms-high-contrast:none) {
   /* Non-IE styles here */
	.rs-fsv .fullcoveredvideo audio 		{	object-fit:cover !important;}
	.rs-fsv .fullcoveredvideo video 		{	object-fit:cover !important;}
}

.rs-fullvideo-cover					{	width:100%;height:100%;top:0px;left:0px;position: absolute; background:transparent;z-index:5;}


.rs-nolc .tp-video-play-button,
rs-bgvideo video::-webkit-media-controls-start-playback-button,
rs-bgvideo video::-webkit-media-controls,
rs-bgvideo audio::-webkit-media-controls { display:none !important;}


.rs-audio .tp-video-controls {	opacity: 1 !important; visibility: visible !important}



rs-module h1.rs-layer,
rs-module h2.rs-layer,
rs-module h3.rs-layer,
rs-module h4.rs-layer,
rs-module h5.rs-layer,
rs-module h6.rs-layer,
rs-module div.rs-layer,
rs-module span.rs-layer,
rs-module p.rs-layer 	{	margin:0; padding:0; margin-block-start: 0; margin-block-end: 0; margin-inline-start: 0; margin-inline-end: 0;}

rs-module h1.rs-layer:before,
rs-module h2.rs-layer:before,
rs-module h3.rs-layer:before,
rs-module h4.rs-layer:before,
rs-module h5.rs-layer:before,
rs-module h6.rs-layer:before { content: none; }


/********************************
	-	DOTTED OVERLAYS	-
*********************************/
rs-dotted						{	background-repeat:repeat;width:100%;height:100%;position:absolute;top:0px;left:0px;z-index:3;display:block;pointer-events: none}
rs-sbg-wrap rs-dotted 			{ z-index: 31 }
rs-dotted.twoxtwo				{	background:url(/wp-content/plugins/revslider/sr6/assets/assets/gridtile.png)}
rs-dotted.twoxtwowhite			{	background:url(/wp-content/plugins/revslider/sr6/assets/assets/gridtile_white.png)}
rs-dotted.threexthree			{	background:url(/wp-content/plugins/revslider/sr6/assets/assets/gridtile_3x3.png)}
rs-dotted.threexthreewhite		{	background:url(/wp-content/plugins/revslider/sr6/assets/assets/gridtile_3x3_white.png)}


/******************************
	-	SHADOWS		-
******************************/

.tp-shadowcover	{	width:100%;height:100%;top:0px;left:0px;background: #fff;position: absolute; z-index: -1;}
.tp-shadow1 	{	box-shadow: 0 10px 6px -6px rgba(0,0,0,0.8);}

.tp-shadow2:before, .tp-shadow2:after,
.tp-shadow3:before, .tp-shadow4:after
{
  z-index: -2;
  position: absolute;
  content: "";
  bottom: 10px;
  left: 10px;
  width: 50%;
  top: 85%;
  max-width:300px;
  background: transparent;
  box-shadow: 0 15px 10px rgba(0,0,0,0.8);

  transform: rotate(-3deg);
}

.tp-shadow2:after,
.tp-shadow4:after
{
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.tp-shadow5
{
  	position:relative;
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.tp-shadow5:before, .tp-shadow5:after
{
	content:"";
	position:absolute;
	z-index:-2;
	box-shadow:0 0 25px 0px  rgba(0,0,0,0.6);
	top:30%;
	bottom:0;
	left:20px;
	right:20px;
	border-radius:100px / 20px;
}



/* TP BUTTONS DESKTOP SIZE */

.rev-btn,
.rev-btn:visited						{ 	outline:none !important; box-shadow:none; text-decoration: none !important;  box-sizing:border-box;  cursor: pointer;}

.rev-btn.rev-uppercase,
.rev-btn.rev-uppercase:visited			{ 	text-transform: uppercase;  }

.rev-btn  i								{ 	font-size: inherit; font-weight: normal; position: relative; top: 0px; transition: opacity 0.2s ease-out, margin 0.2s ease-out;  margin-left:0px; line-height: inherit}

.rev-btn.rev-hiddenicon i				{ 	font-size: inherit; font-weight: normal; position: relative; top: 0px; transition: opacity 0.2s ease-out, margin 0.2s ease-out; opacity: 0; margin-left:0px !important; width:0px !important;  }
.rev-btn.rev-hiddenicon:hover i			{   opacity: 1 !important; margin-left:10px !important; width:auto !important;}


/* BURGER BUTTON */
.rev-burger {
  position: relative;
  box-sizing: border-box;
  padding: 22px 14px 22px 14px;
  border-radius: 50%;
  border: 1px solid rgba(51,51,51,0.25);
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}

.rev-burger span {
  display: block;
  width: 30px;
  height: 3px;
  background: #333;
  transition: .7s;
  pointer-events: none;
  transform-style: flat !important;
}
.rev-burger span:nth-child(2) {
  margin: 3px 0;
}

.quick_style_example_wrap .rev-burger:hover :first-child,
#dialog_addbutton .rev-burger:hover :first-child,
.open .rev-burger :first-child,
.open.rev-burger :first-child {
  transform: translateY(6px) rotate(-45deg);

}
.quick_style_example_wrap .rev-burger:hover :nth-child(2),
#dialog_addbutton .rev-burger:hover :nth-child(2),
.open .rev-burger :nth-child(2),
.open.rev-burger :nth-child(2) {
  transform: rotate(-45deg);

  opacity: 0;
}
.quick_style_example_wrap .rev-burger:hover :last-child,
#dialog_addbutton .rev-burger:hover :last-child,
.open .rev-burger :last-child,
.open.rev-burger :last-child {
  transform: translateY(-6px) rotate(-135deg);

}

.rev-burger.revb-white {
  border: 2px solid rgba(255,255,255,0.2);
}

.rev-b-span-light span,
.rev-burger.revb-white span {
  background: #fff;
}
.rev-burger.revb-whitenoborder {
  border: 0;
}
.rev-burger.revb-whitenoborder span {
  background: #fff;
}
.rev-burger.revb-darknoborder {
  border: 0;
}

.rev-b-span-dark span,
.rev-burger.revb-darknoborder span {
  background: #333;
}

.rev-burger.revb-whitefull {
  background: #fff;
  border:none;
}

.rev-burger.revb-whitefull span {
	background:#333;
}

.rev-burger.revb-darkfull {
  background: #333;
  border:none;
}

.rev-burger.revb-darkfull span {
	background:#fff;
}


/* SCROLL DOWN BUTTON */

@keyframes rev-ani-mouse {
	0% {opacity: 1;top: 29%;}
	15% {opacity: 1;top: 70%;}
	50% {opacity: 0;top: 70%;}
	100% {opacity: 0;top: 29%;}
}
.rev-scroll-btn {
	display: inline-block;
	position: relative;
	left: 0;
	right: 0;
	text-align: center;
	cursor: pointer;
	width:35px;
	height:55px;
	box-sizing: border-box;
	border: 3px solid white;
	border-radius: 23px;
}
.rev-scroll-btn > * {
	display: inline-block;
	line-height: 18px;
	font-size: 13px;
	font-weight: normal;
	color: #7f8c8d;
	color: #ffffff;
	font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
}
.rev-scroll-btn > *:hover,
.rev-scroll-btn > *:focus,
.rev-scroll-btn > *.active {
	color: #ffffff;
}
.rev-scroll-btn > *:hover,
.rev-scroll-btn > *:focus,
.rev-scroll-btn > *:active,
.rev-scroll-btn > *.active {
	opacity: 0.8;
}

.rev-scroll-btn.revs-fullwhite  {
	background:#fff;
}

.rev-scroll-btn.revs-fullwhite span {
	background: #333;
}

.rev-scroll-btn.revs-fulldark  {
	background:#333;
	border:none;
}

.rev-scroll-btn.revs-fulldark  span {
	background: #fff;
}

.rev-scroll-btn span {
	position: absolute;
	display: block;
	top: 29%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 -4px;
	border-radius: 50%;
	animation: rev-ani-mouse 2.5s linear infinite;
	background: #fff;
}

.rev-scroll-btn.rev-b-span-dark {
	border-color:#333;
}
.rev-scroll-btn.rev-b-span-dark span,
.rev-scroll-btn.revs-dark span {
	background: #333;
}

.rev-control-btn {
	position: relative;
	display: inline-block;
	z-index: 5;
	color: #FFF;
	font-size: 20px;
	line-height: 60px;
	font-weight: 400;
	font-style: normal;
	font-family: Raleway;
	text-decoration: none;
	text-align: center;
	background-color: #000;
	border-radius: 50px;
	text-shadow: none;
	background-color: rgba(0, 0, 0, 0.50);
	width:60px;
	height:60px;
	box-sizing: border-box;
	cursor: pointer;
}

.rev-cbutton-dark-sr	{
	border-radius: 3px;
}

.rev-cbutton-light	{
	color: #333;
	background-color: rgba(255,255,255, 0.75);
}

.rev-cbutton-light-sr	{
	color: #333;
	border-radius: 3px;
	background-color: rgba(255,255,255, 0.75);
}


.rev-sbutton {
	line-height: 37px;
	width:37px;
	height:37px;
}

.rev-sbutton-blue	{
	background-color: #3B5998
}
.rev-sbutton-lightblue	{
	background-color: #00A0D1;
}
.rev-sbutton-red	{
	background-color: #DD4B39;
}




/************************************
-	TP BANNER TIMER		-
*************************************/
rs-progress						{	visibility: hidden; position:absolute; z-index:200;width:100%;height:100%;}
rs-progress-bar,
.rs-progress-bar				{ 	display:block;z-index: 20;box-sizing: border-box;background-clip: content-box;position: absolute;line-height:0px;width:100%;height:100%;}
rs-progress-bgs 				{ 	display:block;z-index: 15;box-sizing: border-box; width: 100%; position: absolute; height: 100%; top: 0px; left: 0px; }
rs-progress-bg					{	display:block;background-clip: content-box; position: absolute;width:100%;height:100%;}
rs-progress-gap					{	display:block;background-clip: content-box; position: absolute;width:100%;height:100%;}
rs-progress-vis 				{ 	display:block;width: 100%;height: 100%; position: absolute;top: 0px;left: 0px }

/*********************************************
-	BASIC SETTINGS FOR THE BANNER	-
***********************************************/
.rs-layer img {
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
	/*zoom:1;*/
}

/*rs-carousel-wrap rs-layer.rs-layer img {   transform: translateZ(-0.0001px)}*/


.rs-layer.slidelink { cursor:pointer;width:100%;height:100%; }
.rs-layer.slidelink a {	width:100%;height:100%;display:block}
.rs-layer.slidelink a div {	width:3000px; height:1500px;  background:url(/wp-content/plugins/revslider/sr6/assets/assets/coloredbg.png) repeat}
.rs-layer.slidelink a span{	background:url(/wp-content/plugins/revslider/sr6/assets/assets/coloredbg.png) repeat; width:100%;height:100%;display:block}
/*.tp-shape {	width:100%;height:100%;}*/



/*********************************************
-	WOOCOMMERCE STYLES	-
***********************************************/

.rs-layer .rs-starring				{	display: inline-block}


.rs-layer .rs-starring .star-rating {
	float: none;
	display: inline-block;
	vertical-align: top;
	color: #FFC321 !important;
}


.rs-layer .rs-starring .star-rating,
.rs-layer .rs-starring-page .star-rating {
	position: relative;
	height: 1em;
	width: 5.4em;
	font-family: star;
	font-size: 1em !important;
}

.rs-layer  .rs-starring .star-rating:before,
.rs-layer  .rs-starring-page .star-rating:before {
	content: "\73\73\73\73\73";
	color: #E0DADF;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.rs-layer .rs-starring .star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
	font-size: 1em !important;
}

.rs-layer .rs-starring .star-rating span:before,
.rs-layer .rs-starring .star-rating span:before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
}




/******************************
	-	LOADER FORMS	-
********************************/

rs-loader 	{
	top:50%; left:50%;
	z-index:10000;
	position:absolute;
}

rs-loader.off {
	display: none !important;
}

rs-loader.spinner0 {
	width: 40px;
	height: 40px;
	background-color: #fff;
	background-image:url(/wp-content/plugins/revslider/sr6/assets/assets/loader.gif);
	background-repeat:no-repeat;
	background-position: center center;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	margin-top:-20px;
	margin-left:-20px;
	animation: tp-rotateplane 1.2s infinite ease-in-out;
	border-radius: 3px;
}


rs-loader.spinner1 {
	width: 40px;
	height: 40px;
	background-color: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	margin-top:-20px;
	margin-left:-20px;
	animation: tp-rotateplane 1.2s infinite ease-in-out;
	border-radius: 3px;
}



rs-loader.spinner5 	{
	background-image:url(/wp-content/plugins/revslider/sr6/assets/assets/loader.gif);
	background-repeat:no-repeat;
	background-position:10px 10px;
	background-color:#fff;
	margin:-22px -22px;
	width:44px;height:44px;
	border-radius: 3px;
}


@keyframes tp-rotateplane {
  0% { transform: perspective(120px) rotateX(0deg) rotateY(0deg);}
  50% { transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);}
  100% { transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);}
}


rs-loader.spinner2 {
	width: 40px;
	height: 40px;
	margin-top:-20px;margin-left:-20px;
	background-color: #ff0000;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	border-radius: 100%;
	animation: tp-scaleout 1.0s infinite ease-in-out;
}


@keyframes tp-scaleout {
  0% {transform: scale(0.0);}
  100% {transform: scale(1.0);opacity: 0;}
}


rs-loader.spinner3 {
  margin: -9px 0px 0px -35px;
  width: 70px;
  text-align: center;
}

rs-loader.spinner3 .bounce1,
rs-loader.spinner3 .bounce2,
rs-loader.spinner3 .bounce3 {
  width: 18px;
  height: 18px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  border-radius: 100%;
  display: inline-block;
  animation: tp-bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  animation-fill-mode: both;
}

rs-loader.spinner3 .bounce1 {
  animation-delay: -0.32s;
}

rs-loader.spinner3 .bounce2 {
  animation-delay: -0.16s;
}

@keyframes tp-bouncedelay {
  0%, 80%, 100% {transform: scale(0.0);}
  40% {transform: scale(1.0);}
}




rs-loader.spinner4 {
  margin: -20px 0px 0px -20px;
  width: 40px;
  height: 40px;
  text-align: center;
  animation: tp-rotate 2.0s infinite linear;
}

rs-loader.spinner4 .dot1,
rs-loader.spinner4 .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  animation: tp-bounce 2.0s infinite ease-in-out;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
}

rs-loader.spinner4 .dot2 {
  top: auto;
  bottom: 0px;
  animation-delay: -1.0s;
}


@keyframes tp-rotate { 100% { transform: rotate(360deg);}}

@keyframes tp-bounce {
  0%, 100% {transform: scale(0.0);}
  50% { transform: scale(1.0);}
}



rs-layer iframe { visibility:hidden;}
rs-layer.rs-ii-o iframe { visibility: visible; }

rs-layer input[type="text"],
rs-layer input[type="email"],
rs-layer input[type="url"],
rs-layer input[type="password"],
rs-layer input[type="search"],
rs-layer input[type="number"],
rs-layer input[type="tel"],
rs-layer input[type="range"],
rs-layer input[type="date"],
rs-layer input[type="month"],
rs-layer input[type="week"],
rs-layer input[type="time"],
rs-layer input[type="datetime"],
rs-layer input[type="datetime-local"] { display: inline-block }

rs-layer input::placeholder { vertical-align: middle; line-height: inherit !important}

a.rs-layer { transition: none }


/***********************************************
	-  STANDARD NAVIGATION SETTINGS
***********************************************/

rs-thumbs-wrap,
rs-tabs-wrap,
rs-thumbs,
rs-thumb,
rs-tab,
rs-bullet,
rs-bullets,
rs-navmask,
rs-tabs,
rs-arrow 					{	display:block; pointer-events: all;}

/*rs-layer {	font-size:20px; line-height: 25px; padding:0px; margin:0px; border-radius:0px; max-width: none;min-width:none; max-height: none; min-height: none}*/

.tp-thumbs.navbar,
.tp-bullets.navbar,
.tp-tabs.navbar					{	border:none; min-height: 0; margin:0; border-radius: 0; }

.tp-tabs,
.tp-thumbs,
.tp-bullets						{	position:absolute; display:block; z-index:1000; top:0px; left:0px;}

.tp-tab,
.tp-thumb 						{	cursor: pointer; position:absolute;opacity:0.5;  box-sizing: border-box;}

.tp-arr-imgholder,
rs-poster,
.tp-thumb-image,
.tp-tab-image					{	background-position: center center; background-size:cover;width:100%;height:100%; display:block; position:absolute;top:0px;left:0px;}

rs-poster 						 { cursor:pointer; z-index:3; }

.tp-tab.rs-touchhover,
.tp-tab.selected,
.tp-thumb.rs-touchhover,
.tp-thumb.selected				{	opacity:1;}

.tp-tab-mask,
.tp-thumb-mask 					{	box-sizing:border-box !important; }

.tp-tabs,
.tp-thumbs						{	box-sizing:content-box !important; }

.tp-bullet 						{	width:15px;height:15px; position:absolute; background:#fff; background:rgba(255,255,255,0.3); cursor: pointer;}
.tp-bullet.selected,
.tp-bullet.rs-touchhover				{	background:#fff;}




.tparrows						{	cursor:pointer; background:#000; background:rgba(0,0,0,0.5); width:40px;height:40px;position:absolute; display:block; z-index:1000; }
.tparrows.rs-touchhover 				{	background:#000;}
.tparrows:before				{	font-family: "revicons"; font-size:15px; color:#fff; display:block; line-height: 40px; text-align: center;}
.tparrows.tp-leftarrow:before	{	content: '\e824'; }
.tparrows.tp-rightarrow:before	{	content: '\e825'; }

/*.tp-thumb-mask {max-width: 100% !important}*/

/************************
 - FIXES FOR PE-7 ICONS -
**************************/

.rs-layer [class^="pe-7s-"]:before,
.rs-layer [class*=" pe-7s-"]:before,
.rs-layer [class^="pe-7s-"],
.rs-layer [class*=" pe-7s-"] {
	width: auto;
	margin: 0;
	line-height: inherit;
	box-sizing: inherit;
}


/***************************
	- KEN BURNS FIXES -
***************************/

rs-pzimg-wrap { display: block; }
body.rtl .rs-pzimg {left: 0 !important}


/*******************************
	- CUBE & CANVAS SETTINGS -
********************************/
.rs_fake_cube {transform-style:preserve-3d}
.rs_fake_cube,
.rs_fake_cube_wall { position:absolute; -webkit-backface-visibility:hidden; backface-visibility:hidden; left:0px; top:0px; z-index: 0 }

.rs-builder-mode rs-sbg-wrap canvas,
rs-sbg canvas { overflow: hidden; z-index: 5; -webkit-backface-visibility:hidden; backface-visibility:hidden;}


/***************************
	- 3D SHADOW MODE -
***************************/

.dddwrappershadow { box-shadow:0 45px 100px rgba(0, 0, 0, 0.4);}

.dddwrapper { transform-style: flat;perspective: 10000px; }

/*******************
	- DEBUG MODE -
*******************/

.rs_error_message_box { background: #111;width:800px;margin: 40px auto;padding: 40px 20px;text-align: center;font-family: "Open Sans",sans-serif}
.rs_error_message_oops {margin: 0px 0px 20px;line-height: 60px;font-size: 34px;color: #FFF;}
.rs_error_message_content {margin: 0px 0px 20px;line-height: 25px;font-size: 17px;color: #FFF;}
.rs_error_message_button {color: #fff !important;background: #333;display: inline-block;padding: 10px 15px;text-align: right;border-radius: 5px;cursor: pointer;text-decoration: none !important}
.rs_error_message_button:hover {  background:#5e35b1}



.hglayerinfo				   {position: fixed;bottom: 0px;left: 0px;color: #FFF;font-size: 12px;line-height: 20px;font-weight: 600;background: rgba(0, 0, 0, 0.75);padding: 5px 10px;z-index: 2000;white-space: normal;}
.hginfo 					   {position:absolute;top:-2px;left:-2px;color:#e74c3c;font-size:12px;font-weight:600; background:#000;padding:2px 5px;}
.indebugmode .rs-layer:hover {border:1px dashed #c0392b !important;}
.helpgrid 					   {border:2px dashed #c0392b;position:absolute;top:0px;left:0px;z-index:0 }
#revsliderlogloglog				{padding:15px;color:#fff;position:fixed; top:0px;left:0px;width:200px;height:150px;background:rgba(0,0,0,0.7); z-index:100000; font-size:10px; overflow:scroll;}



/**
INSTAGRAM FILTERS BY UNA
https://una.im/CSSgram/
**/
.aden{filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)}.aden::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.perpetua::after,.reyes::after{mix-blend-mode:soft-light;opacity:.5}.inkwell{filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)}.perpetua::after{background:linear-gradient(to bottom,#005b9a,#e6c13d)}.reyes{filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75)}.reyes::after{background:#efcdad}.gingham{filter:brightness(1.05) hue-rotate(-10deg)}.gingham::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.toaster{filter:contrast(1.5) brightness(.9)}.toaster::after{background:radial-gradient(circle,#804e0f,#3b003b);mix-blend-mode:screen}.walden{filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)}.walden::after{background:#04c;mix-blend-mode:screen;opacity:.3}.hudson{filter:brightness(1.2) contrast(.9) saturate(1.1)}.hudson::after{background:radial-gradient(circle,#a6b1ff 50%,#342134);mix-blend-mode:multiply;opacity:.5}.earlybird{filter:contrast(.9) sepia(.2)}.earlybird::after{background:radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);mix-blend-mode:overlay}.mayfair{filter:contrast(1.1) saturate(1.1)}.mayfair::after{background:radial-gradient(circle at 40% 40%,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);mix-blend-mode:overlay;opacity:.4}.lofi{filter:saturate(1.1) contrast(1.5)}.lofi::after{background:radial-gradient(circle,transparent 70%,#222 150%);mix-blend-mode:multiply}._1977{filter:contrast(1.1) brightness(1.1) saturate(1.3)}._1977:after{background:rgba(243,106,188,.3);mix-blend-mode:screen}.brooklyn{filter:contrast(.9) brightness(1.1)}.brooklyn::after{background:radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);mix-blend-mode:overlay}.xpro2{filter:sepia(.3)}.xpro2::after{background:radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);mix-blend-mode:color-burn}.nashville{filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)}.nashville::after{background:rgba(0,70,150,.4);mix-blend-mode:lighten}.nashville::before{background:rgba(247,176,153,.56);mix-blend-mode:darken}.lark{filter:contrast(.9)}.lark::after{background:rgba(242,242,242,.8);mix-blend-mode:darken}.lark::before{background:#22253f;mix-blend-mode:color-dodge}.moon{filter:grayscale(1) contrast(1.1) brightness(1.1)}.moon::before{background:#a0a0a0;mix-blend-mode:soft-light}.moon::after{background:#383838;mix-blend-mode:lighten}.clarendon{filter:contrast(1.2) saturate(1.35)}.clarendon:before{background:rgba(127,187,227,.2);mix-blend-mode:overlay}.willow{filter:grayscale(.5) contrast(.95) brightness(.9)}.willow::before{background-image:radial-gradient(circle,40%, #d4a9af 55%,#000 150%);mix-blend-mode:overlay}.rise{filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9)}.rise::after{background:radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);mix-blend-mode:overlay;opacity:.6}.rise::before{background:radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));mix-blend-mode:multiply}._1977:after,._1977:before,rs-pzimg-wrap.aden:after,.aden:before,.brooklyn:after,.brooklyn:before,.clarendon:after,.clarendon:before,.earlybird:after,.earlybird:before,.gingham:after,.gingham:before,.hudson:after,.hudson:before,.inkwell:after,.inkwell:before,.lark:after,.lark:before,.lofi:after,.lofi:before,.mayfair:after,.mayfair:before,.moon:after,.moon:before,.nashville:after,.nashville:before,.perpetua:after,.perpetua:before,.reyes:after,.reyes:before,.rise:after,.rise:before,.slumber:after,.slumber:before,.toaster:after,.toaster:before,.walden:after,.walden:before,.willow:after,.willow:before,.xpro2:after,.xpro2:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}._1977,.aden,.brooklyn,.clarendon,.earlybird,.gingham,.hudson,.inkwell,.lark,.lofi,.mayfair,.moon,.nashville,.perpetua,.reyes,.rise,.slumber,.toaster,.walden,.willow,.xpro2{position:absolute;}._1977:before,.aden:before,.brooklyn:before,.clarendon:before,.earlybird:before,.gingham:before,.hudson:before,.inkwell:before,.lark:before,.lofi:before,.mayfair:before,.moon:before,.nashville:before,.perpetua:before,.reyes:before,.rise:before,.slumber:before,.toaster:before,.walden:before,.willow:before,.xpro2:before{z-index:30}._1977:after,.aden:after,.brooklyn:after,.clarendon:after,.earlybird:after,.gingham:after,.hudson:after,.inkwell:after,.lark:after,.lofi:after,.mayfair:after,.moon:after,.nashville:after,.perpetua:after,.reyes:after,.rise:after,.slumber:after,.toaster:after,.walden:after,.willow:after,.xpro2:after{z-index:40}.slumber{filter:saturate(.66) brightness(1.05)}.slumber::after{background:rgba(125,105,24,.5);mix-blend-mode:soft-light}.slumber::before{background:rgba(69,41,12,.4);mix-blend-mode:lighten}
.willow::after{background-color:#d8cdcb;mix-blend-mode: color}
.rs-safari .willow:after{background-color: rgba(100, 0, 0, 0.2);}
/* SAFARI BUG FIX ON COLOR BLEND MODE */
@media not all and (min-resolution:.001dpcm) {
	 @supports (-webkit-appearance:none) {
	 .willow{filter:grayscale(1) contrast(.95) brightness(.9)}
	.willow::after{background-color:transparent;}
}}
rs-pzimg-wrap.perpetua:before,rs-pzimg-wrap.perpetua:after,rs-pzimg-wrap.nashville:before,rs-pzimg-wrap.nashville:after,rs-pzimg-wrap.xpro2:before,rs-pzimg-wrap.xpro2:after,rs-pzimg-wrap._1977:after,rs-pzimg-wrap._1977:before,rs-pzimg-wrap.aden:after,rs-pzimg-wrap.aden:before,rs-pzimg-wrap.brooklyn:after,rs-pzimg-wrap.brooklyn:before,rs-pzimg-wrap.clarendon:after,rs-pzimg-wrap.clarendon:before,rs-pzimg-wrap.earlybird:after,rs-pzimg-wrap.earlybird:before,rs-pzimg-wrap.gingham:after,rs-pzimg-wrap.gingham:before,rs-pzimg-wrap.hudson:after,rs-pzimg-wrap.hudson:before,rs-pzimg-wrap.inkwell:after,rs-pzimg-wrap.inkwell:before,rs-pzimg-wrap.lark:after,rs-pzimg-wrap.lark:before,rs-pzimg-wrap.lofi:after,rs-pzimg-wrap.lofi:before,rs-pzimg-wrap.mayfair:after,rs-pzimg-wrap.mayfair:before,rs-pzimg-wrap.moon:after,rs-pzimg-wrap.moon:before,rs-pzimg-wrap.reyes:after,rs-pzimg-wrap.reyes:before,rs-pzimg-wrap.rise:after,rs-pzimg-wrap.rise:before,rs-pzimg-wrap.slumber:after,rs-pzimg-wrap.slumber:before,rs-pzimg-wrap.toaster:after,rs-pzimg-wrap.toaster:before,rs-pzimg-wrap.walden:after,rs-pzimg-wrap.walden:before,rs-pzimg-wrap.willow:after,rs-pzimg-wrap.willow:before,rs-pzimg-wrap:before,rs-pzimg-wrap:after {height:500%;width:500%}



/**
new spinners
**/
rs-loader.spinner6{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner6 .rs-spinner-inner{width:100%;height:100%;display:inline-block;-webkit-animation:rs-revealer-6 1.4s linear infinite;animation:rs-revealer-6 1.4s linear infinite}rs-loader.spinner6 .rs-spinner-inner span{position:absolute;vertical-align:top;border-radius:100%;display:inline-block;width:8px;height:8px;margin-left:16px;transform-origin:center 20px;-webkit-transform-origin:center 20px}rs-loader.spinner6 .rs-spinner-inner span:nth-child(2){transform:rotate(36deg);-webkit-transform:rotate(36deg);opacity:.1}rs-loader.spinner6 .rs-spinner-inner span:nth-child(3){transform:rotate(72deg);-webkit-transform:rotate(72deg);opacity:.2}rs-loader.spinner6 .rs-spinner-inner span:nth-child(4){transform:rotate(108deg);-webkit-transform:rotate(108deg);opacity:.3}rs-loader.spinner6 .rs-spinner-inner span:nth-child(5){transform:rotate(144deg);-webkit-transform:rotate(144deg);opacity:.4}rs-loader.spinner6 .rs-spinner-inner span:nth-child(6){transform:rotate(180deg);-webkit-transform:rotate(180deg);opacity:.5}rs-loader.spinner6 .rs-spinner-inner span:nth-child(7){transform:rotate(216deg);-webkit-transform:rotate(216deg);opacity:.6}rs-loader.spinner6 .rs-spinner-inner span:nth-child(8){transform:rotate(252deg);-webkit-transform:rotate(252deg);opacity:.7}rs-loader.spinner6 .rs-spinner-inner span:nth-child(9){transform:rotate(288deg);-webkit-transform:rotate(288deg);opacity:.8}rs-loader.spinner6 .rs-spinner-inner span:nth-child(10){transform:rotate(324deg);-webkit-transform:rotate(324deg);opacity:.9}@keyframes rs-revealer-6{from{transform:rotate(0)}to{transform:rotate(360deg)}}@-webkit-keyframes rs-revealer-6{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}rs-loader.spinner7{width:35px;height:35px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner7 .rs-spinner-inner{width:100%;height:100%;display:inline-block;padding:0;border-radius:100%;border:2px solid;-webkit-animation:rs-revealer-7 .8s linear infinite;animation:rs-revealer-7 .8s linear infinite}@keyframes rs-revealer-7{from{transform:rotate(0)}to{transform:rotate(360deg)}}@-webkit-keyframes rs-revealer-7{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}rs-loader.spinner8{width:50px;height:50px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner8 .rs-spinner-inner{width:100%;height:100%;display:inline-block;padding:0;text-align:left}rs-loader.spinner8 .rs-spinner-inner span{position:absolute;display:inline-block;width:100%;height:100%;border-radius:100%;-webkit-animation:rs-revealer-8 1.6s linear infinite;animation:rs-revealer-8 1.6s linear infinite}rs-loader.spinner8 .rs-spinner-inner span:last-child{animation-delay:-.8s;-webkit-animation-delay:-.8s}@keyframes rs-revealer-8{0%{transform:scale(0,0);opacity:.5}100%{transform:scale(1,1);opacity:0}}@-webkit-keyframes rs-revealer-8{0%{-webkit-transform:scale(0,0);opacity:.5}100%{-webkit-transform:scale(1,1);opacity:0}}rs-loader.spinner9{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner9 .rs-spinner-inner span{display:block;width:100%;height:100%;border-radius:50%;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:rs-revealer-9 2s infinite ease-in-out;animation:rs-revealer-9 2s infinite ease-in-out}rs-loader.spinner9 .rs-spinner-inner span:last-child{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes rs-revealer-9{0%,100%{-webkit-transform:scale(0)}50%{-webkit-transform:scale(1)}}@keyframes rs-revealer-9{0%,100%{transform:scale(0);-webkit-transform:scale(0)}50%{transform:scale(1);-webkit-transform:scale(1)}}rs-loader.spinner10{width:54px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner10 .rs-spinner-inner{width:100%;height:100%;text-align:center;font-size:10px}rs-loader.spinner10 .rs-spinner-inner span{display:block;height:100%;width:6px;display:inline-block;-webkit-animation:rs-revealer-10 1.2s infinite ease-in-out;animation:rs-revealer-10 1.2s infinite ease-in-out}rs-loader.spinner10 .rs-spinner-inner span:nth-child(2){-webkit-animation-delay:-1.1s;animation-delay:-1.1s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(3){-webkit-animation-delay:-1s;animation-delay:-1s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(4){-webkit-animation-delay:-.9s;animation-delay:-.9s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(5){-webkit-animation-delay:-.8s;animation-delay:-.8s}@-webkit-keyframes rs-revealer-10{0%,100%,40%{-webkit-transform:scaleY(.4)}20%{-webkit-transform:scaleY(1)}}@keyframes rs-revealer-10{0%,100%,40%{transform:scaleY(.4);-webkit-transform:scaleY(.4)}20%{transform:scaleY(1);-webkit-transform:scaleY(1)}}rs-loader.spinner11{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner11 .rs-spinner-inner{width:100%;height:100%}rs-loader.spinner11 .rs-spinner-inner span{display:block;width:33%;height:33%;background-color:#333;float:left;-webkit-animation:rs-revealer-11 1.3s infinite ease-in-out;animation:rs-revealer-11 1.3s infinite ease-in-out}rs-loader.spinner11 .rs-spinner-inner span:nth-child(1){-webkit-animation-delay:.2s;animation-delay:.2s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(2){-webkit-animation-delay:.3s;animation-delay:.3s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(3){-webkit-animation-delay:.4s;animation-delay:.4s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(4){-webkit-animation-delay:.1s;animation-delay:.1s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(5){-webkit-animation-delay:.2s;animation-delay:.2s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(6){-webkit-animation-delay:.3s;animation-delay:.3s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(7){-webkit-animation-delay:0s;animation-delay:0s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(8){-webkit-animation-delay:.1s;animation-delay:.1s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(9){-webkit-animation-delay:.2s;animation-delay:.2s}@-webkit-keyframes rs-revealer-11{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}@keyframes rs-revealer-11{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}rs-loader.spinner12{width:35px;height:35px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner12 .rs-spinner-inner{width:100%;height:100%;-webkit-animation:rs-revealer-12 1s infinite linear;animation:rs-revealer-12 1s infinite linear}@-webkit-keyframes rs-revealer-12{0%{-webkit-transform:rotate(0)}100%{-webkit-transform:rotate(360deg)}}@keyframes rs-revealer-12{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}rs-loader.spinner13{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner13 .rs-spinner-inner{width:100%;height:100%}rs-loader.spinner13 .rs-spinner-inner span{display:block;width:40%;height:40%;position:absolute;border-radius:50%;-webkit-animation:rs-revealer-13 2s ease infinite;animation:rs-revealer-13 2s ease infinite}rs-loader.spinner13 .rs-spinner-inner span:nth-child(1){animation-delay:-1.5s;-webkit-animation-delay:-1.5s}rs-loader.spinner13 .rs-spinner-inner span:nth-child(2){animation-delay:-1s;-webkit-animation-delay:-1s}rs-loader.spinner13 .rs-spinner-inner span:nth-child(3){animation-delay:-.5s;-webkit-animation-delay:-.5s}@keyframes rs-revealer-13{0%,100%{transform:translate(0)}25%{transform:translate(160%)}50%{transform:translate(160%,160%)}75%{transform:translate(0,160%)}}@-webkit-keyframes rs-revealer-13{0%,100%{-webkit-transform:translate(0)}25%{-webkit-transform:translate(160%)}50%{-webkit-transform:translate(160%,160%)}75%{-webkit-transform:translate(0,160%)}}rs-loader.spinner14{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner14 .rs-spinner-inner{width:100%;height:100%;animation:rs-revealer-14 1s infinite linear}rs-loader.spinner14 .rs-spinner-inner span{display:block;position:absolute;top:50%;left:50%;width:16px;height:16px;border-radius:50%;margin:-8px}rs-loader.spinner14 .rs-spinner-inner span:nth-child(1){-webkit-animation:rs-revealer-14-1 2s infinite;animation:rs-revealer-14-1 2s infinite}rs-loader.spinner14 .rs-spinner-inner span:nth-child(2){-webkit-animation:rs-revealer-14-2 2s infinite;animation:rs-revealer-14-2 2s infinite}rs-loader.spinner14 .rs-spinner-inner span:nth-child(3){-webkit-animation:rs-revealer-14-3 2s infinite;animation:rs-revealer-14-3 2s infinite}rs-loader.spinner14 .rs-spinner-inner span:nth-child(4){-webkit-animation:rs-revealer-14-4 2s infinite;animation:rs-revealer-14-4 2s infinite}@-webkit-keyframes rs-revealer-14-1{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(80%,80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(80%,80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-2{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(80%,-80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(80%,-80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-3{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(-80%,-80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(-80%,-80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-4{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(-80%,80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(-80%,80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-1{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(80%,80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(80%,80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-2{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(80%,-80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(80%,-80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-3{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(-80%,-80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(-80%,-80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-4{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(-80%,80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(-80%,80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}rs-loader.spinner15{width:40px;height:40px;margin-top:-4px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner15 .rs-spinner-inner{width:100%;height:100%}rs-loader.spinner15 .rs-spinner-inner span{display:block;width:20px;height:20px;position:absolute;top:0;left:0;-webkit-animation:rs-revealer-15 1.8s infinite ease-in-out;animation:rs-revealer-15 1.8s infinite ease-in-out}rs-loader.spinner15 .rs-spinner-inner:last-child{-webkit-animation-delay:-.9s;animation-delay:-.9s}@-webkit-keyframes rs-revealer-15{25%{-webkit-transform:translateX(30px) rotate(-90deg) scale(.5)}50%{-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{-webkit-transform:rotate(-360deg)}}@keyframes rs-revealer-15{25%{transform:translateX(30px) rotate(-90deg) scale(.5);-webkit-transform:translateX(30px) rotate(-90deg) scale(.5)}50%{transform:translateX(30px) translateY(30px) rotate(-179deg);-webkit-transform:translateX(30px) translateY(30px) rotate(-179deg)}50.1%{transform:translateX(30px) translateY(30px) rotate(-180deg);-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5);-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{transform:rotate(-360deg);-webkit-transform:rotate(-360deg)}}



/* NEW CANVAS ANIMATIONS ON SLIDE BG'S */
.bgcanvas { display: none; position: absolute; overflow: hidden; }


/* way the hell off screen */
.RSscrollbar-measure {
	width: 100px;
	height: 100px;
	overflow: scroll;
	position: absolute;
	top: -9999px;
}

/*  AVADA SCROLL FIX */
.avada-has-rev-slider-styles .rev_slider_wrapper {
	transform:none;
}

/* rs-carousel-wrap{
	transform: scale(0.3);
	overflow: visible !important;
	border: solid 5px red;
} *//* FIX FOR WORDPRESS's CRAZY <p> TAG ANOMALY */
.rs-p-wp-fix { display: none !important; margin: 0 !important; height: 0px !important; }

/* NEW Z-INDEX FIX*/
.wp-block-themepunch-revslider { position: relative }

/* FIX FOR QUICK LOADING OF SLIDER SCRIPTS AND WP-ROCKET READDING IMG TAG INTO DOM*/
/*rs-sbg-px rs-sbg-wrap img { display:none !important}*/

/* MODAL BASICS */
rs-modal { position: fixed !important; z-index: 9999999 !important; pointer-events: none !important;}
rs-modal.rs-modal-auto { top: auto;bottom: auto;left: auto; right:auto; }
rs-modal.rs-modal-fullwidth,
rs-modal.rs-modal-fullscreen { top: 0px; left: 0px; width: 100%; height: 100%; }
rs-modal rs-fullwidth-wrap { position: absolute; top: 0px; left: 0px; height: 100%;}
rs-module-wrap.rs-modal { display:none; max-height: 100% !important; overflow: auto !important;  pointer-events: auto !important;}
rs-module-wrap.hideallscrollbars.rs-modal { overflow: hidden !important; max-width: 100% !important}
rs-modal-cover { width: 100%; height: 100%; z-index: 0; background: transparent; position: absolute;top: 0px;left: 0px; cursor: pointer; pointer-events: auto}
body>rs-modal-cover { position: fixed; z-index: 9999995 !important; }

rs-sbg-px { pointer-events: none }

.rs-forceuntouchable,
.rs-forceuntouchable * { pointer-events: none !important; }

.rs-forcehidden * { visibility: hidden !important; }

/*rs-modal rs-fullwidth-wrap rs-module-wrap { transform: translateY(-50%) !important; top: 50% !important; }*/

.rs_splitted_lines { display: block; white-space: nowrap !important}

.rs-go-fullscreen {
	position:fixed !important;
	width:100% !important;
	height:100% !important;
	top:0px !important;
	left:0px !important;
	z-index:9999999 !important;
	background:#ffffff;
}
.rtl {	direction: rtl;}
@font-face {
  font-family: 'revicons';
  src: url('/wp-content/plugins/revslider/sr6/assets/fonts/revicons/revicons.eot?5510888');
  src: url('/wp-content/plugins/revslider/sr6/assets/fonts/revicons/revicons.eot?5510888#iefix') format('embedded-opentype'),
	   url('/wp-content/plugins/revslider/sr6/assets/fonts/revicons/revicons.woff?5510888') format('woff'),
	   url('/wp-content/plugins/revslider/sr6/assets/fonts/revicons/revicons.ttf?5510888') format('truetype'),
	   url('/wp-content/plugins/revslider/sr6/assets/fonts/revicons/revicons.svg?5510888#revicons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

 [class^="revicon-"]:before, [class*=" revicon-"]:before {
  font-family: "revicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  speak-as: spell-out;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}


rs-module i[class^="fa-"],
rs-module i[class*=" fa-"],
.rb-modal-wrapper i[class^="fa-"],
.rb-modal-wrapper i[class*=" fa-"],
#waitaminute i[class^="fa-"],
#waitaminute i[class*=" fa-"],
#objectlibrary i[class^="fa-"],
#objectlibrary i[class*=" fa-"],
#rs_overview i[class^="fa-"],
#rs_overview i[class*=" fa-"],
#rs_overview_menu i[class^="fa-"],
#rs_overview_menu i[class*=" fa-"],
#builderView i[class^="fa-"],
#builderView i[class*=" fa-"]
{
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

rs-module [class^="fa-"]:before,
rs-module [class*=" fa-"]:before,
.rb-modal-wrapper [class^="fa-"]:before,
.rb-modal-wrapper [class*=" fa-"]:before,
#rs_overview [class^="fa-"]:before,
#rs_overview [class*=" fa-"]:before,
#objectlibrary [class^="fa-"]:before,
#objectlibrary [class*=" fa-"]:before,
#waitaminute [class^="fa-"]:before,
#waitaminute [class*=" fa-"]:before,
#rs_overview_menu [class^="fa-"]:before,
#rs_overview_menu [class*=" fa-"]:before,
#builderView [class^="fa-"]:before,
#builderView [class*=" fa-"]:before
{
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	speak: never;
  	speak-as: spell-out;
	display: inline-block;
	text-decoration: inherit;
	width: auto;
	margin-right: 0;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: inherit;
	margin-left: 0;
}

rs-module .sr-only,
#objectlibrary .sr-only,
#waitaminute .sr-only,
#rs_overview .sr-only,
#rs_overview_menu .sr-only,
.rb-modal-wrapper .sr-only,
#builderView .sr-only
{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
rs-module .sr-only-focusable:active,
rs-module .sr-only-focusable:focus,
#waitaminute .sr-only-focusable:active,
#waitaminute .sr-only-focusable:focus,
#objectlibrary .sr-only-focusable:active,
#objectlibrary .sr-only-focusable:focus,
#rs_overview .sr-only-focusable:active,
#rs_overview .sr-only-focusable:focus,
#rs_overview_menu .sr-only-focusable:active,
#rs_overview_menu .sr-only-focusable:focus,
.rb-modal-wrapper .sr-only-focusable:active,
.rb-modal-wrapper .sr-only-focusable:focus,
#builderView .sr-only-focusable:active,
#builderView .sr-only-focusable:focus

{
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}


.revicon-search-1:before { content: '\e802'; } /* '' */
.revicon-pencil-1:before { content: '\e831'; } /* '' */
.revicon-picture-1:before { content: '\e803'; } /* '' */
.revicon-cancel:before { content: '\e80a'; } /* '' */
.revicon-info-circled:before { content: '\e80f'; } /* '' */
.revicon-trash:before { content: '\e801'; } /* '' */
.revicon-left-dir:before { content: '\e817'; } /* '' */
.revicon-right-dir:before { content: '\e818'; } /* '' */
.revicon-down-open:before { content: '\e83b'; } /* '' */
.revicon-left-open:before { content: '\e819'; } /* '' */
.revicon-right-open:before { content: '\e81a'; } /* '' */
.revicon-angle-left:before { content: '\e820'; } /* '' */
.revicon-angle-right:before { content: '\e81d'; } /* '' */
.revicon-left-big:before { content: '\e81f'; } /* '' */
.revicon-right-big:before { content: '\e81e'; } /* '' */
.revicon-magic:before { content: '\e807'; } /* '' */
.revicon-picture:before { content: '\e800'; } /* '' */
.revicon-export:before { content: '\e80b'; } /* '' */
.revicon-cog:before { content: '\e832'; } /* '' */
.revicon-login:before { content: '\e833'; } /* '' */
.revicon-logout:before { content: '\e834'; } /* '' */
.revicon-video:before { content: '\e805'; } /* '' */
.revicon-arrow-combo:before { content: '\e827'; } /* '' */
.revicon-left-open-1:before { content: '\e82a'; } /* '' */
.revicon-right-open-1:before { content: '\e82b'; } /* '' */
.revicon-left-open-mini:before { content: '\e822'; } /* '' */
.revicon-right-open-mini:before { content: '\e823'; } /* '' */
.revicon-left-open-big:before { content: '\e824'; } /* '' */
.revicon-right-open-big:before { content: '\e825'; } /* '' */
.revicon-left:before { content: '\e836'; } /* '' */
.revicon-right:before { content: '\e826'; } /* '' */
.revicon-ccw:before { content: '\e808'; } /* '' */
.revicon-arrows-ccw:before { content: '\e806'; } /* '' */
.revicon-palette:before { content: '\e829'; } /* '' */
.revicon-list-add:before { content: '\e80c'; } /* '' */
.revicon-doc:before { content: '\e809'; } /* '' */
.revicon-left-open-outline:before { content: '\e82e'; } /* '' */
.revicon-left-open-2:before { content: '\e82c'; } /* '' */
.revicon-right-open-outline:before { content: '\e82f'; } /* '' */
.revicon-right-open-2:before { content: '\e82d'; } /* '' */
.revicon-equalizer:before { content: '\e83a'; } /* '' */
.revicon-layers-alt:before { content: '\e804'; } /* '' */
.revicon-popup:before { content: '\e828'; } /* '' */




/******************************
	-	BASIC STYLES		-
******************************/

.tp-fullwidth-forcer { z-index: 0; pointer-events: none}
rs-module-wrap { visibility: hidden }
rs-module-wrap,
rs-module-wrap * { box-sizing: border-box; -webkit-tap-highlight-color: rgba(0,0,0,0);}

rs-module-wrap {position:relative;z-index: 1;width:100%; display: block;}

.rs-fixedscrollon rs-module-wrap { position: fixed !important; top: 0px !important; z-index: 1000; left: 0 !important;}
.rs-stickyscrollon rs-module-wrap {  position: sticky !important; top:0px; z-index: 1000; }
.rs-stickyscrollon { overflow: visible !important; }

rs-fw-forcer { display:block;width:100%;pointer-events: none;}
rs-module { position:relative;overflow:hidden;display: block; }

rs-module.disableVerticalScroll { -ms-touch-action: pan-x; touch-action: pan-x; }


rs-pzimg-wrap,
rs-sbg-effectwrap,
rs-sbg { display: block; pointer-events: none  }

rs-sbg-effectwrap {
	position:absolute;top:0px;left:0px;width:100%;height:100%
}

rs-carousel-wrap rs-column rs-layer img { width: 0px; height: 0px; }

rs-sbg-px,
rs-sbg-wrap {position:absolute; top:0px; left:0px; z-index:0;width:100%;height:100%;display: block;}

a.rs-layer,
a.rs-layer:-webkit-any-link { text-decoration: none }

a[x-apple-data-detectors] { color: inherit !important;   text-decoration: none !important;   font-size: inherit !important;   font-family: inherit !important;   font-weight: inherit !important;   line-height: inherit !important; }

.entry-content rs-module a, rs-module a { box-shadow: none; }

.rs-ov-hidden 		{ 	overflow:hidden !important;}


.rs-forceoverflow,
.rs-forceoverflow rs-module-wrap,
.rs-forceoverflow rs-module,
.rs-forceoverflow rs-slides,
.rs-forceoverflow rs-slide { overflow:visible !important}

.rs-parallax-hidden-of rs-slide { overflow:hidden !important}

.tp-simpleresponsive img,
rs-module img{
	max-width:none !important;
	transition: none;
	margin:0px;
	padding:0px;
	border:none;
}



rs-module .no-slides-text{font-weight:bold;text-align:center;padding-top:80px;}


rs-slides, rs-slide, rs-slide:before {	 position:absolute;text-indent: 0em;top:0px;left:0px;}
rs-slide,rs-slide:before {  display:block; visibility:hidden; }

.rs-layer .rs-untoggled-content { display:block;}
.rs-layer .rs-toggled-content { display:none;}

.rs-tc-active.rs-layer > .rs-toggled-content { display:block;}
.rs-tc-active.rs-layer > .rs-untoggled-content { display:none;}

.rs-layer-video { overflow: hidden }

.rs_html5vidbasicstyles { position:relative;top:0px;left:0px;width:100%;height:100%; overflow:hidden; }

rs-module rs-layer,
rs-module .rs-layer {
	opacity: 0;
	position:relative;
	visibility: hidden;
	/*white-space: nowrap; Fix for Mobile Padding issues on long texts */
	display: block;
	-webkit-font-smoothing: antialiased !important;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
	-moz-osx-font-smoothing: grayscale;
	z-index:1;
	font-display: swap;
}

rs-layer-wrap,
rs-mask,
rs-module-wrap,
rs-module .rs-layer,
rs-module img {
	user-select: none;	
}

rs-module rs-mask-wrap .rs-layer,
rs-module rs-mask-wrap *:last-child,
.wpb_text_column rs-module rs-mask-wrap .rs-layer,
.wpb_text_column rs-module rs-mask-wrap *:last-child{
	margin-bottom:0;

}

.rs-svg svg {	width:100%; height:100%;position: relative;vertical-align: top}


rs-layer:not(.rs-wtbindex),
.rs-layer:not(.rs-wtbindex),
rs-alyer *:not(.rs-wtbindex),
.rs-layer *:not(.rs-wtbindex) { outline: none !important; }


/* CAROUSEL FUNCTIONS */
rs-carousel-wrap {
	cursor:url(/wp-content/plugins/revslider/sr6/assets/css/openhand.cur), move;
}
rs-carousel-wrap.dragged {
	cursor:url(/wp-content/plugins/revslider/sr6/assets/css/closedhand.cur), move;
}

rs-carousel-wrap.noswipe {
	cursor: default;
}

rs-carousel-wrap { position: absolute; overflow: hidden;  width:100%;height:100%;top:0px;left:0px;}
rs-carousel-space { clear:both;display:block;width:100%;height:0px;position:relative;}

/* ADDED FOR SLIDELINK MANAGEMENT */
.tp_inner_padding {
	box-sizing:border-box;
	max-height:none !important;
}


.rs-layer.rs-selectable {
	user-select: text;	
}



rs-px-mask {
	overflow: hidden;
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

rs-module embed,
rs-module iframe,
rs-module object,
rs-module audio,
rs-module video {
	max-width: none !important;
	border: none;
}

rs-bg-elem 	{	position:absolute; top:0px;left:0px; width:100%;height:100%;z-index:0; display: block; pointer-events: none; }

.tp-blockmask,
.tp-blockmask_in,
.tp-blockmask_out { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background: #fff; z-index: 1000; transform: scaleX(0) scaleY(0);}

/***********************************************************
	- 	ZONES / GOUP / ROW / COLUMN LAYERS AND HELPERS 	-
***********************************************************/
rs-zone			{	position:absolute; width:100%;left:0px; box-sizing: border-box;min-height:50px; font-size:0px;pointer-events: none}
rs-row-wrap,
rs-column,
rs-cbg-mask-wrap {	display:block; visibility: hidden}

rs-layer-wrap,
rs-parallax-wrap,
rs-loop-wrap,
rs-mask-wrap { display: block; }

rs-column-wrap>rs-mask-wrap,
rs-column-wrap>rs-loop-wrap { z-index: 1 }

rs-layer-wrap,
rs-mask-wrap,
rs-cbg-mask-wrap
 { transform-style:flat;}


/* ANY SAFARI NEEDS IN CAROUSEL SOME HELP TO AVOID FLICKERING, LOVELY....*/
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) 
 	{ 
		 rs-carousel-wrap rs-layer-wrap, rs-carousel-wrap rs-loop-wrap {backface-visibility: hidden;transform-style: preserve-3d;}
	}

.safarifix rs-layer-wrap {
	perspective: 1000000;
}

@-moz-document url-prefix() {
 	rs-layer-wrap,
	rs-mask-wrap,
	rs-cbg-mask-wrap { perspective: none; }
}


rs-mask-wrap { overflow: hidden }
rs-fullwidth-wrap { position:relative;width:100%;height:auto;display: block; overflow:visible;max-width:none !important;}

.rev_row_zone_top 				{	top:0px;}
.rev_row_zone_bottom 			{	bottom:0px;}
.rev_row_zone_middle			{ top: 0px;}

rs-column-wrap .rs-parallax-wrap  { vertical-align: top }

.rs-layer img,
rs-layer img { vertical-align: top }

rs-row,
rs-row.rs-layer 	{
	display:table;
	position:relative;
	width:100% !important;
	table-layout: fixed;
	box-sizing: border-box;
	vertical-align: top;
	height:auto;
	font-size:0px;
}

.rs-layer.rs-waction.iospermaccwait.permanenthidden { display:none !important; visibility:hidden !important; pointer-events: none !important;}

rs-column-wrap {
	display: table-cell;
	position: relative;
	vertical-align: top;
	height: auto;
	box-sizing: border-box;
	font-size:0px;
}

rs-column {
	box-sizing: border-box;
	display: block;
	position: relative;
	width:100% !important;
	height:auto !important;
	white-space: normal !important;
}

rs-cbg-mask-wrap {
	position: absolute;
	z-index: 0;
	box-sizing: border-box;
}

rs-column-wrap rs-cbg-mask-wrap { top: 0px; left: 0px; bottom: 0px; right: 0px; }
rs-column-bg {
	position: absolute;
	z-index: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
}

.rs-pelock * { pointer-events: none !important;}

rs-column .rs-parallax-wrap,
rs-column rs-loop-wrap,
rs-column rs-mask-wrap 			{	text-align: inherit; }
rs-column rs-mask-wrap 			{	display: inline-block;}


rs-column .rs-parallax-wrap rs-loop-wrap,
rs-column .rs-parallax-wrap rs-mask-wrap,
rs-column .rs-parallax-wrap { position: relative; left:auto; top:auto; line-height: 0px;}

rs-column .rs-parallax-wrap rs-loop-wrap,
rs-column .rs-parallax-wrap rs-mask-wrap,
rs-column .rs-parallax-wrap,
rs-column .rev_layer_in_column { vertical-align: top; }

.rev_break_columns { display: block !important }
.rev_break_columns rs-column-wrap.rs-parallax-wrap  { display:block !important; width:100% !important; }


.rev_break_columns rs-column-wrap.rs-parallax-wrap.rs-layer-hidden,
.tp-forcenotvisible,
.tp-hide-revslider,
rs-row-wrap.rs-layer-hidden,
rs-column-wrap.rs-layer-hidden,
.rs-layer.rs-layer-hidden,
.rs-layer-audio.rs-layer-hidden,
.rs-parallax-wrap.rs-layer-hidden {
	visibility:hidden !important;
	display:none !important
}

/*rs-column .rs-parallax-wrap,
rs-column rs-loop-wrap,
rs-column rs-mask-wrap,
rs-column rs-layer { vertical-align: inherit }*/



/*********************************
	-	SPECIAL TP CAPTIONS -
**********************************/

a.rs-layer.rs-nointeraction >.div,
rs-layer.rs-nointeraction:not(a),
.rs-layer.rs-nointeraction:not(a) {
	pointer-events: none !important
}

rs-static-layers	{position:absolute; z-index:101; top:0px;left:0px; display: block; width: 100%;height: 100%; pointer-events: none; overflow: hidden}

/* new static layers position option */
rs-static-layers.rs-stl-back {
	z-index:0;
}

.rs-stl-visible{
	overflow: visible !important;
}

.rs-layer rs-fcr 	{ width: 0; height: 0; border-left: 40px solid transparent; border-right: 0px solid transparent; border-bottom-width: 0 !important; border-top: 40px solid #00A8FF; position: absolute; right: 100%; top: 0px; }
.rs-layer rs-fcrt 	{ width: 0; height: 0; border-left: 40px solid transparent; border-right: 0px solid transparent; border-top-width: 0 !important; border-bottom: 40px solid #00A8FF; position: absolute; right: 100%; top: 0px; }
.rs-layer rs-bcr 	{ width: 0; height: 0; border-left: 0px solid transparent; border-right: 40px solid transparent; border-bottom: 40px solid #00A8FF; border-top-width: 0 !important; position: absolute; left: 100%; top: 0px; }
.rs-layer rs-bcrt 	{ width: 0; height: 0; border-left: 0px solid transparent; border-right: 40px solid transparent; border-top: 40px solid #00A8FF; border-bottom-width: 0 !important; position: absolute; left: 100%; top: 0px; }


.tp-layer-inner-rotation {
	position: relative !important;
}


/***********************************************
	-	SPECIAL ALTERNATIVE IMAGE SETTINGS	-
***********************************************/

img.tp-slider-alternative-image	{
	width:100%; height:auto;
}


/******************************
	-	IE8 HACKS	-
*******************************/
.noFilterClass {
	filter:none !important;
}


/********************************
	-	FULLSCREEN VIDEO	-
*********************************/

rs-bgvideo 			{	position: absolute;top:0px;left:0px; width:100%;height:100%;z-index: 0; display: block}

.rs-layer.rs-fsv	{	top:0px;left:0px;  position:absolute;width:100%;height:100%}

.rs-layer.rs-fsv audio,
.rs-layer.rs-fsv video,
.rs-layer.rs-fsv iframe,
.rs-layer.rs-fsv iframe audio,
.rs-layer.rs-fsv iframe video	{ width:100%; height:100% ; /*display: none*/}


.rs-fsv video				{	background: #000}

.fullcoveredvideo rs-poster		{	background-position: center center;background-size: cover;width:100%;height:100%;top:0px;left:0px}


.videoisplaying .html5vid rs-poster	{	display: none}

.tp-video-play-button					{
	background:#000;
	background:rgba(0,0,0,0.3);
	border-radius:5px;
	position: absolute;
	top: 50%;
	left: 50%;
	color: #FFF;
	z-index: 3;
	margin-top: -25px;
	margin-left: -25px;
	line-height: 50px !important;
	text-align: center;
	cursor: pointer;
	width: 50px;
	height:50px;
	box-sizing: border-box;

	display: inline-block;
	vertical-align: top;
	z-index: 4;
	opacity: 0;
	transition:opacity 300ms ease-out !important;
}

.rs-ISM .tp-video-play-button{
	opacity: 1;
	transition: none !important;
	z-index: 6;
}

.rs-audio .tp-video-play-button { display:none !important;}
.rs-layer .html5vid					{	width:100% !important; height:100% !important;}
.tp-video-play-button i 				{	width:50px;height:50px; display:inline-block; text-align: center !important; vertical-align: top; line-height: 50px !important; font-size: 30px !important;}
.rs-layer:hover .tp-video-play-button	{	opacity: 1; display:block; z-index: 6;}
.rs-layer .tp-revstop					{	display:none;width: 15px; border-right: 5px solid #fff !important; border-left:5px solid #fff !important; transform: translateX(50%) translateY(50%);height: 20px;margin-left: 11px !important;margin-top: 5px !important;}
.videoisplaying .revicon-right-dir		{	display:none}
.videoisplaying .tp-revstop				{	display:block}

.videoisplaying  .tp-video-play-button			{	display:none}


.fullcoveredvideo .tp-video-play-button			{	display:none !important}


.rs-fsv .rs-fsv audio 		{	object-fit:contain !important;}
.rs-fsv .rs-fsv video 		{	object-fit:contain !important;}

.rs-layer-video .html5vid.hidefullscreen video::-webkit-media-controls-fullscreen-button  { display: none; }


@supports not (-ms-high-contrast:none) {
   /* Non-IE styles here */
	.rs-fsv .fullcoveredvideo audio 		{	object-fit:cover !important;}
	.rs-fsv .fullcoveredvideo video 		{	object-fit:cover !important;}
}

.rs-fullvideo-cover					{	width:100%;height:100%;top:0px;left:0px;position: absolute; background:transparent;z-index:5;}


.rs-nolc .tp-video-play-button,
rs-bgvideo video::-webkit-media-controls-start-playback-button,
rs-bgvideo video::-webkit-media-controls,
rs-bgvideo audio::-webkit-media-controls { display:none !important;}


.rs-audio .tp-video-controls {	opacity: 1 !important; visibility: visible !important}



rs-module h1.rs-layer,
rs-module h2.rs-layer,
rs-module h3.rs-layer,
rs-module h4.rs-layer,
rs-module h5.rs-layer,
rs-module h6.rs-layer,
rs-module div.rs-layer,
rs-module span.rs-layer,
rs-module p.rs-layer 	{	margin:0; padding:0; margin-block-start: 0; margin-block-end: 0; margin-inline-start: 0; margin-inline-end: 0;}

rs-module h1.rs-layer:before,
rs-module h2.rs-layer:before,
rs-module h3.rs-layer:before,
rs-module h4.rs-layer:before,
rs-module h5.rs-layer:before,
rs-module h6.rs-layer:before { content: none; }


/********************************
	-	DOTTED OVERLAYS	-
*********************************/
rs-dotted						{	background-repeat:repeat;width:100%;height:100%;position:absolute;top:0px;left:0px;z-index:3;display:block;pointer-events: none}
rs-sbg-wrap rs-dotted 			{ z-index: 31 }
rs-dotted.twoxtwo				{	background:url(/wp-content/plugins/revslider/sr6/assets/assets/gridtile.png)}
rs-dotted.twoxtwowhite			{	background:url(/wp-content/plugins/revslider/sr6/assets/assets/gridtile_white.png)}
rs-dotted.threexthree			{	background:url(/wp-content/plugins/revslider/sr6/assets/assets/gridtile_3x3.png)}
rs-dotted.threexthreewhite		{	background:url(/wp-content/plugins/revslider/sr6/assets/assets/gridtile_3x3_white.png)}


/******************************
	-	SHADOWS		-
******************************/

.tp-shadowcover	{	width:100%;height:100%;top:0px;left:0px;background: #fff;position: absolute; z-index: -1;}
.tp-shadow1 	{	box-shadow: 0 10px 6px -6px rgba(0,0,0,0.8);}

.tp-shadow2:before, .tp-shadow2:after,
.tp-shadow3:before, .tp-shadow4:after
{
  z-index: -2;
  position: absolute;
  content: "";
  bottom: 10px;
  left: 10px;
  width: 50%;
  top: 85%;
  max-width:300px;
  background: transparent;
  box-shadow: 0 15px 10px rgba(0,0,0,0.8);

  transform: rotate(-3deg);
}

.tp-shadow2:after,
.tp-shadow4:after
{
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.tp-shadow5
{
  	position:relative;
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.tp-shadow5:before, .tp-shadow5:after
{
	content:"";
	position:absolute;
	z-index:-2;
	box-shadow:0 0 25px 0px  rgba(0,0,0,0.6);
	top:30%;
	bottom:0;
	left:20px;
	right:20px;
	border-radius:100px / 20px;
}



/* TP BUTTONS DESKTOP SIZE */

.rev-btn,
.rev-btn:visited						{ 	outline:none !important; box-shadow:none; text-decoration: none !important;  box-sizing:border-box;  cursor: pointer;}

.rev-btn.rev-uppercase,
.rev-btn.rev-uppercase:visited			{ 	text-transform: uppercase;  }

.rev-btn  i								{ 	font-size: inherit; font-weight: normal; position: relative; top: 0px; transition: opacity 0.2s ease-out, margin 0.2s ease-out;  margin-left:0px; line-height: inherit}

.rev-btn.rev-hiddenicon i				{ 	font-size: inherit; font-weight: normal; position: relative; top: 0px; transition: opacity 0.2s ease-out, margin 0.2s ease-out; opacity: 0; margin-left:0px !important; width:0px !important;  }
.rev-btn.rev-hiddenicon:hover i			{   opacity: 1 !important; margin-left:10px !important; width:auto !important;}


/* BURGER BUTTON */
.rev-burger {
  position: relative;
  box-sizing: border-box;
  padding: 22px 14px 22px 14px;
  border-radius: 50%;
  border: 1px solid rgba(51,51,51,0.25);
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}

.rev-burger span {
  display: block;
  width: 30px;
  height: 3px;
  background: #333;
  transition: .7s;
  pointer-events: none;
  transform-style: flat !important;
}
.rev-burger span:nth-child(2) {
  margin: 3px 0;
}

.quick_style_example_wrap .rev-burger:hover :first-child,
#dialog_addbutton .rev-burger:hover :first-child,
.open .rev-burger :first-child,
.open.rev-burger :first-child {
  transform: translateY(6px) rotate(-45deg);

}
.quick_style_example_wrap .rev-burger:hover :nth-child(2),
#dialog_addbutton .rev-burger:hover :nth-child(2),
.open .rev-burger :nth-child(2),
.open.rev-burger :nth-child(2) {
  transform: rotate(-45deg);

  opacity: 0;
}
.quick_style_example_wrap .rev-burger:hover :last-child,
#dialog_addbutton .rev-burger:hover :last-child,
.open .rev-burger :last-child,
.open.rev-burger :last-child {
  transform: translateY(-6px) rotate(-135deg);

}

.rev-burger.revb-white {
  border: 2px solid rgba(255,255,255,0.2);
}

.rev-b-span-light span,
.rev-burger.revb-white span {
  background: #fff;
}
.rev-burger.revb-whitenoborder {
  border: 0;
}
.rev-burger.revb-whitenoborder span {
  background: #fff;
}
.rev-burger.revb-darknoborder {
  border: 0;
}

.rev-b-span-dark span,
.rev-burger.revb-darknoborder span {
  background: #333;
}

.rev-burger.revb-whitefull {
  background: #fff;
  border:none;
}

.rev-burger.revb-whitefull span {
	background:#333;
}

.rev-burger.revb-darkfull {
  background: #333;
  border:none;
}

.rev-burger.revb-darkfull span {
	background:#fff;
}


/* SCROLL DOWN BUTTON */

@keyframes rev-ani-mouse {
	0% {opacity: 1;top: 29%;}
	15% {opacity: 1;top: 70%;}
	50% {opacity: 0;top: 70%;}
	100% {opacity: 0;top: 29%;}
}
.rev-scroll-btn {
	display: inline-block;
	position: relative;
	left: 0;
	right: 0;
	text-align: center;
	cursor: pointer;
	width:35px;
	height:55px;
	box-sizing: border-box;
	border: 3px solid white;
	border-radius: 23px;
}
.rev-scroll-btn > * {
	display: inline-block;
	line-height: 18px;
	font-size: 13px;
	font-weight: normal;
	color: #7f8c8d;
	color: #ffffff;
	font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
}
.rev-scroll-btn > *:hover,
.rev-scroll-btn > *:focus,
.rev-scroll-btn > *.active {
	color: #ffffff;
}
.rev-scroll-btn > *:hover,
.rev-scroll-btn > *:focus,
.rev-scroll-btn > *:active,
.rev-scroll-btn > *.active {
	opacity: 0.8;
}

.rev-scroll-btn.revs-fullwhite  {
	background:#fff;
}

.rev-scroll-btn.revs-fullwhite span {
	background: #333;
}

.rev-scroll-btn.revs-fulldark  {
	background:#333;
	border:none;
}

.rev-scroll-btn.revs-fulldark  span {
	background: #fff;
}

.rev-scroll-btn span {
	position: absolute;
	display: block;
	top: 29%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 -4px;
	border-radius: 50%;
	animation: rev-ani-mouse 2.5s linear infinite;
	background: #fff;
}

.rev-scroll-btn.rev-b-span-dark {
	border-color:#333;
}
.rev-scroll-btn.rev-b-span-dark span,
.rev-scroll-btn.revs-dark span {
	background: #333;
}

.rev-control-btn {
	position: relative;
	display: inline-block;
	z-index: 5;
	color: #FFF;
	font-size: 20px;
	line-height: 60px;
	font-weight: 400;
	font-style: normal;
	font-family: Raleway;
	text-decoration: none;
	text-align: center;
	background-color: #000;
	border-radius: 50px;
	text-shadow: none;
	background-color: rgba(0, 0, 0, 0.50);
	width:60px;
	height:60px;
	box-sizing: border-box;
	cursor: pointer;
}

.rev-cbutton-dark-sr	{
	border-radius: 3px;
}

.rev-cbutton-light	{
	color: #333;
	background-color: rgba(255,255,255, 0.75);
}

.rev-cbutton-light-sr	{
	color: #333;
	border-radius: 3px;
	background-color: rgba(255,255,255, 0.75);
}


.rev-sbutton {
	line-height: 37px;
	width:37px;
	height:37px;
}

.rev-sbutton-blue	{
	background-color: #3B5998
}
.rev-sbutton-lightblue	{
	background-color: #00A0D1;
}
.rev-sbutton-red	{
	background-color: #DD4B39;
}




/************************************
-	TP BANNER TIMER		-
*************************************/
rs-progress						{	visibility: hidden; position:absolute; z-index:200;width:100%;height:100%;}
rs-progress-bar,
.rs-progress-bar				{ 	display:block;z-index: 20;box-sizing: border-box;background-clip: content-box;position: absolute;line-height:0px;width:100%;height:100%;}
rs-progress-bgs 				{ 	display:block;z-index: 15;box-sizing: border-box; width: 100%; position: absolute; height: 100%; top: 0px; left: 0px; }
rs-progress-bg					{	display:block;background-clip: content-box; position: absolute;width:100%;height:100%;}
rs-progress-gap					{	display:block;background-clip: content-box; position: absolute;width:100%;height:100%;}
rs-progress-vis 				{ 	display:block;width: 100%;height: 100%; position: absolute;top: 0px;left: 0px }

/*********************************************
-	BASIC SETTINGS FOR THE BANNER	-
***********************************************/
.rs-layer img {
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
	/*zoom:1;*/
}

/*rs-carousel-wrap rs-layer.rs-layer img {   transform: translateZ(-0.0001px)}*/


.rs-layer.slidelink { cursor:pointer;width:100%;height:100%; }
.rs-layer.slidelink a {	width:100%;height:100%;display:block}
.rs-layer.slidelink a div {	width:3000px; height:1500px;  background:url(/wp-content/plugins/revslider/sr6/assets/assets/coloredbg.png) repeat}
.rs-layer.slidelink a span{	background:url(/wp-content/plugins/revslider/sr6/assets/assets/coloredbg.png) repeat; width:100%;height:100%;display:block}
/*.tp-shape {	width:100%;height:100%;}*/



/*********************************************
-	WOOCOMMERCE STYLES	-
***********************************************/

.rs-layer .rs-starring				{	display: inline-block}


.rs-layer .rs-starring .star-rating {
	float: none;
	display: inline-block;
	vertical-align: top;
	color: #FFC321 !important;
}


.rs-layer .rs-starring .star-rating,
.rs-layer .rs-starring-page .star-rating {
	position: relative;
	height: 1em;
	width: 5.4em;
	font-family: star;
	font-size: 1em !important;
}

.rs-layer  .rs-starring .star-rating:before,
.rs-layer  .rs-starring-page .star-rating:before {
	content: "\73\73\73\73\73";
	color: #E0DADF;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.rs-layer .rs-starring .star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
	font-size: 1em !important;
}

.rs-layer .rs-starring .star-rating span:before,
.rs-layer .rs-starring .star-rating span:before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
}




/******************************
	-	LOADER FORMS	-
********************************/

rs-loader 	{
	top:50%; left:50%;
	z-index:10000;
	position:absolute;
}

rs-loader.off {
	display: none !important;
}

rs-loader.spinner0 {
	width: 40px;
	height: 40px;
	background-color: #fff;
	background-image:url(/wp-content/plugins/revslider/sr6/assets/assets/loader.gif);
	background-repeat:no-repeat;
	background-position: center center;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	margin-top:-20px;
	margin-left:-20px;
	animation: tp-rotateplane 1.2s infinite ease-in-out;
	border-radius: 3px;
}


rs-loader.spinner1 {
	width: 40px;
	height: 40px;
	background-color: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	margin-top:-20px;
	margin-left:-20px;
	animation: tp-rotateplane 1.2s infinite ease-in-out;
	border-radius: 3px;
}



rs-loader.spinner5 	{
	background-image:url(/wp-content/plugins/revslider/sr6/assets/assets/loader.gif);
	background-repeat:no-repeat;
	background-position:10px 10px;
	background-color:#fff;
	margin:-22px -22px;
	width:44px;height:44px;
	border-radius: 3px;
}


@keyframes tp-rotateplane {
  0% { transform: perspective(120px) rotateX(0deg) rotateY(0deg);}
  50% { transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);}
  100% { transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);}
}


rs-loader.spinner2 {
	width: 40px;
	height: 40px;
	margin-top:-20px;margin-left:-20px;
	background-color: #ff0000;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	border-radius: 100%;
	animation: tp-scaleout 1.0s infinite ease-in-out;
}


@keyframes tp-scaleout {
  0% {transform: scale(0.0);}
  100% {transform: scale(1.0);opacity: 0;}
}


rs-loader.spinner3 {
  margin: -9px 0px 0px -35px;
  width: 70px;
  text-align: center;
}

rs-loader.spinner3 .bounce1,
rs-loader.spinner3 .bounce2,
rs-loader.spinner3 .bounce3 {
  width: 18px;
  height: 18px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  border-radius: 100%;
  display: inline-block;
  animation: tp-bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  animation-fill-mode: both;
}

rs-loader.spinner3 .bounce1 {
  animation-delay: -0.32s;
}

rs-loader.spinner3 .bounce2 {
  animation-delay: -0.16s;
}

@keyframes tp-bouncedelay {
  0%, 80%, 100% {transform: scale(0.0);}
  40% {transform: scale(1.0);}
}




rs-loader.spinner4 {
  margin: -20px 0px 0px -20px;
  width: 40px;
  height: 40px;
  text-align: center;
  animation: tp-rotate 2.0s infinite linear;
}

rs-loader.spinner4 .dot1,
rs-loader.spinner4 .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  animation: tp-bounce 2.0s infinite ease-in-out;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
}

rs-loader.spinner4 .dot2 {
  top: auto;
  bottom: 0px;
  animation-delay: -1.0s;
}


@keyframes tp-rotate { 100% { transform: rotate(360deg);}}

@keyframes tp-bounce {
  0%, 100% {transform: scale(0.0);}
  50% { transform: scale(1.0);}
}



rs-layer iframe { visibility:hidden;}
rs-layer.rs-ii-o iframe { visibility: visible; }

rs-layer input[type="text"],
rs-layer input[type="email"],
rs-layer input[type="url"],
rs-layer input[type="password"],
rs-layer input[type="search"],
rs-layer input[type="number"],
rs-layer input[type="tel"],
rs-layer input[type="range"],
rs-layer input[type="date"],
rs-layer input[type="month"],
rs-layer input[type="week"],
rs-layer input[type="time"],
rs-layer input[type="datetime"],
rs-layer input[type="datetime-local"] { display: inline-block }

rs-layer input::placeholder { vertical-align: middle; line-height: inherit !important}

a.rs-layer { transition: none }


/***********************************************
	-  STANDARD NAVIGATION SETTINGS
***********************************************/

rs-thumbs-wrap,
rs-tabs-wrap,
rs-thumbs,
rs-thumb,
rs-tab,
rs-bullet,
rs-bullets,
rs-navmask,
rs-tabs,
rs-arrow 					{	display:block; pointer-events: all;}

/*rs-layer {	font-size:20px; line-height: 25px; padding:0px; margin:0px; border-radius:0px; max-width: none;min-width:none; max-height: none; min-height: none}*/

.tp-thumbs.navbar,
.tp-bullets.navbar,
.tp-tabs.navbar					{	border:none; min-height: 0; margin:0; border-radius: 0; }

.tp-tabs,
.tp-thumbs,
.tp-bullets						{	position:absolute; display:block; z-index:1000; top:0px; left:0px;}

.tp-tab,
.tp-thumb 						{	cursor: pointer; position:absolute;opacity:0.5;  box-sizing: border-box;}

.tp-arr-imgholder,
rs-poster,
.tp-thumb-image,
.tp-tab-image					{	background-position: center center; background-size:cover;width:100%;height:100%; display:block; position:absolute;top:0px;left:0px;}

rs-poster 						 { cursor:pointer; z-index:3; }

.tp-tab.rs-touchhover,
.tp-tab.selected,
.tp-thumb.rs-touchhover,
.tp-thumb.selected				{	opacity:1;}

.tp-tab-mask,
.tp-thumb-mask 					{	box-sizing:border-box !important; }

.tp-tabs,
.tp-thumbs						{	box-sizing:content-box !important; }

.tp-bullet 						{	width:15px;height:15px; position:absolute; background:#fff; background:rgba(255,255,255,0.3); cursor: pointer;}
.tp-bullet.selected,
.tp-bullet.rs-touchhover				{	background:#fff;}




.tparrows						{	cursor:pointer; background:#000; background:rgba(0,0,0,0.5); width:40px;height:40px;position:absolute; display:block; z-index:1000; }
.tparrows.rs-touchhover 				{	background:#000;}
.tparrows:before				{	font-family: "revicons"; font-size:15px; color:#fff; display:block; line-height: 40px; text-align: center;}
.tparrows.tp-leftarrow:before	{	content: '\e824'; }
.tparrows.tp-rightarrow:before	{	content: '\e825'; }

/*.tp-thumb-mask {max-width: 100% !important}*/

/************************
 - FIXES FOR PE-7 ICONS -
**************************/

.rs-layer [class^="pe-7s-"]:before,
.rs-layer [class*=" pe-7s-"]:before,
.rs-layer [class^="pe-7s-"],
.rs-layer [class*=" pe-7s-"] {
	width: auto;
	margin: 0;
	line-height: inherit;
	box-sizing: inherit;
}


/***************************
	- KEN BURNS FIXES -
***************************/

rs-pzimg-wrap { display: block; }
body.rtl .rs-pzimg {left: 0 !important}


/*******************************
	- CUBE & CANVAS SETTINGS -
********************************/
.rs_fake_cube {transform-style:preserve-3d}
.rs_fake_cube,
.rs_fake_cube_wall { position:absolute; -webkit-backface-visibility:hidden; backface-visibility:hidden; left:0px; top:0px; z-index: 0 }

.rs-builder-mode rs-sbg-wrap canvas,
rs-sbg canvas { overflow: hidden; z-index: 5; -webkit-backface-visibility:hidden; backface-visibility:hidden;}


/***************************
	- 3D SHADOW MODE -
***************************/

.dddwrappershadow { box-shadow:0 45px 100px rgba(0, 0, 0, 0.4);}

.dddwrapper { transform-style: flat;perspective: 10000px; }

/*******************
	- DEBUG MODE -
*******************/

.rs_error_message_box { background: #111;width:800px;margin: 40px auto;padding: 40px 20px;text-align: center;font-family: "Open Sans",sans-serif}
.rs_error_message_oops {margin: 0px 0px 20px;line-height: 60px;font-size: 34px;color: #FFF;}
.rs_error_message_content {margin: 0px 0px 20px;line-height: 25px;font-size: 17px;color: #FFF;}
.rs_error_message_button {color: #fff !important;background: #333;display: inline-block;padding: 10px 15px;text-align: right;border-radius: 5px;cursor: pointer;text-decoration: none !important}
.rs_error_message_button:hover {  background:#5e35b1}



.hglayerinfo				   {position: fixed;bottom: 0px;left: 0px;color: #FFF;font-size: 12px;line-height: 20px;font-weight: 600;background: rgba(0, 0, 0, 0.75);padding: 5px 10px;z-index: 2000;white-space: normal;}
.hginfo 					   {position:absolute;top:-2px;left:-2px;color:#e74c3c;font-size:12px;font-weight:600; background:#000;padding:2px 5px;}
.indebugmode .rs-layer:hover {border:1px dashed #c0392b !important;}
.helpgrid 					   {border:2px dashed #c0392b;position:absolute;top:0px;left:0px;z-index:0 }
#revsliderlogloglog				{padding:15px;color:#fff;position:fixed; top:0px;left:0px;width:200px;height:150px;background:rgba(0,0,0,0.7); z-index:100000; font-size:10px; overflow:scroll;}



/**
INSTAGRAM FILTERS BY UNA
https://una.im/CSSgram/
**/
.aden{filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)}.aden::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.perpetua::after,.reyes::after{mix-blend-mode:soft-light;opacity:.5}.inkwell{filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)}.perpetua::after{background:linear-gradient(to bottom,#005b9a,#e6c13d)}.reyes{filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75)}.reyes::after{background:#efcdad}.gingham{filter:brightness(1.05) hue-rotate(-10deg)}.gingham::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.toaster{filter:contrast(1.5) brightness(.9)}.toaster::after{background:radial-gradient(circle,#804e0f,#3b003b);mix-blend-mode:screen}.walden{filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)}.walden::after{background:#04c;mix-blend-mode:screen;opacity:.3}.hudson{filter:brightness(1.2) contrast(.9) saturate(1.1)}.hudson::after{background:radial-gradient(circle,#a6b1ff 50%,#342134);mix-blend-mode:multiply;opacity:.5}.earlybird{filter:contrast(.9) sepia(.2)}.earlybird::after{background:radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);mix-blend-mode:overlay}.mayfair{filter:contrast(1.1) saturate(1.1)}.mayfair::after{background:radial-gradient(circle at 40% 40%,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);mix-blend-mode:overlay;opacity:.4}.lofi{filter:saturate(1.1) contrast(1.5)}.lofi::after{background:radial-gradient(circle,transparent 70%,#222 150%);mix-blend-mode:multiply}._1977{filter:contrast(1.1) brightness(1.1) saturate(1.3)}._1977:after{background:rgba(243,106,188,.3);mix-blend-mode:screen}.brooklyn{filter:contrast(.9) brightness(1.1)}.brooklyn::after{background:radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);mix-blend-mode:overlay}.xpro2{filter:sepia(.3)}.xpro2::after{background:radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);mix-blend-mode:color-burn}.nashville{filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)}.nashville::after{background:rgba(0,70,150,.4);mix-blend-mode:lighten}.nashville::before{background:rgba(247,176,153,.56);mix-blend-mode:darken}.lark{filter:contrast(.9)}.lark::after{background:rgba(242,242,242,.8);mix-blend-mode:darken}.lark::before{background:#22253f;mix-blend-mode:color-dodge}.moon{filter:grayscale(1) contrast(1.1) brightness(1.1)}.moon::before{background:#a0a0a0;mix-blend-mode:soft-light}.moon::after{background:#383838;mix-blend-mode:lighten}.clarendon{filter:contrast(1.2) saturate(1.35)}.clarendon:before{background:rgba(127,187,227,.2);mix-blend-mode:overlay}.willow{filter:grayscale(.5) contrast(.95) brightness(.9)}.willow::before{background-image:radial-gradient(circle,40%, #d4a9af 55%,#000 150%);mix-blend-mode:overlay}.rise{filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9)}.rise::after{background:radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);mix-blend-mode:overlay;opacity:.6}.rise::before{background:radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));mix-blend-mode:multiply}._1977:after,._1977:before,rs-pzimg-wrap.aden:after,.aden:before,.brooklyn:after,.brooklyn:before,.clarendon:after,.clarendon:before,.earlybird:after,.earlybird:before,.gingham:after,.gingham:before,.hudson:after,.hudson:before,.inkwell:after,.inkwell:before,.lark:after,.lark:before,.lofi:after,.lofi:before,.mayfair:after,.mayfair:before,.moon:after,.moon:before,.nashville:after,.nashville:before,.perpetua:after,.perpetua:before,.reyes:after,.reyes:before,.rise:after,.rise:before,.slumber:after,.slumber:before,.toaster:after,.toaster:before,.walden:after,.walden:before,.willow:after,.willow:before,.xpro2:after,.xpro2:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}._1977,.aden,.brooklyn,.clarendon,.earlybird,.gingham,.hudson,.inkwell,.lark,.lofi,.mayfair,.moon,.nashville,.perpetua,.reyes,.rise,.slumber,.toaster,.walden,.willow,.xpro2{position:absolute;}._1977:before,.aden:before,.brooklyn:before,.clarendon:before,.earlybird:before,.gingham:before,.hudson:before,.inkwell:before,.lark:before,.lofi:before,.mayfair:before,.moon:before,.nashville:before,.perpetua:before,.reyes:before,.rise:before,.slumber:before,.toaster:before,.walden:before,.willow:before,.xpro2:before{z-index:30}._1977:after,.aden:after,.brooklyn:after,.clarendon:after,.earlybird:after,.gingham:after,.hudson:after,.inkwell:after,.lark:after,.lofi:after,.mayfair:after,.moon:after,.nashville:after,.perpetua:after,.reyes:after,.rise:after,.slumber:after,.toaster:after,.walden:after,.willow:after,.xpro2:after{z-index:40}.slumber{filter:saturate(.66) brightness(1.05)}.slumber::after{background:rgba(125,105,24,.5);mix-blend-mode:soft-light}.slumber::before{background:rgba(69,41,12,.4);mix-blend-mode:lighten}
.willow::after{background-color:#d8cdcb;mix-blend-mode: color}
.rs-safari .willow:after{background-color: rgba(100, 0, 0, 0.2);}
/* SAFARI BUG FIX ON COLOR BLEND MODE */
@media not all and (min-resolution:.001dpcm) {
	 @supports (-webkit-appearance:none) {
	 .willow{filter:grayscale(1) contrast(.95) brightness(.9)}
	.willow::after{background-color:transparent;}
}}
rs-pzimg-wrap.perpetua:before,rs-pzimg-wrap.perpetua:after,rs-pzimg-wrap.nashville:before,rs-pzimg-wrap.nashville:after,rs-pzimg-wrap.xpro2:before,rs-pzimg-wrap.xpro2:after,rs-pzimg-wrap._1977:after,rs-pzimg-wrap._1977:before,rs-pzimg-wrap.aden:after,rs-pzimg-wrap.aden:before,rs-pzimg-wrap.brooklyn:after,rs-pzimg-wrap.brooklyn:before,rs-pzimg-wrap.clarendon:after,rs-pzimg-wrap.clarendon:before,rs-pzimg-wrap.earlybird:after,rs-pzimg-wrap.earlybird:before,rs-pzimg-wrap.gingham:after,rs-pzimg-wrap.gingham:before,rs-pzimg-wrap.hudson:after,rs-pzimg-wrap.hudson:before,rs-pzimg-wrap.inkwell:after,rs-pzimg-wrap.inkwell:before,rs-pzimg-wrap.lark:after,rs-pzimg-wrap.lark:before,rs-pzimg-wrap.lofi:after,rs-pzimg-wrap.lofi:before,rs-pzimg-wrap.mayfair:after,rs-pzimg-wrap.mayfair:before,rs-pzimg-wrap.moon:after,rs-pzimg-wrap.moon:before,rs-pzimg-wrap.reyes:after,rs-pzimg-wrap.reyes:before,rs-pzimg-wrap.rise:after,rs-pzimg-wrap.rise:before,rs-pzimg-wrap.slumber:after,rs-pzimg-wrap.slumber:before,rs-pzimg-wrap.toaster:after,rs-pzimg-wrap.toaster:before,rs-pzimg-wrap.walden:after,rs-pzimg-wrap.walden:before,rs-pzimg-wrap.willow:after,rs-pzimg-wrap.willow:before,rs-pzimg-wrap:before,rs-pzimg-wrap:after {height:500%;width:500%}



/**
new spinners
**/
rs-loader.spinner6{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner6 .rs-spinner-inner{width:100%;height:100%;display:inline-block;-webkit-animation:rs-revealer-6 1.4s linear infinite;animation:rs-revealer-6 1.4s linear infinite}rs-loader.spinner6 .rs-spinner-inner span{position:absolute;vertical-align:top;border-radius:100%;display:inline-block;width:8px;height:8px;margin-left:16px;transform-origin:center 20px;-webkit-transform-origin:center 20px}rs-loader.spinner6 .rs-spinner-inner span:nth-child(2){transform:rotate(36deg);-webkit-transform:rotate(36deg);opacity:.1}rs-loader.spinner6 .rs-spinner-inner span:nth-child(3){transform:rotate(72deg);-webkit-transform:rotate(72deg);opacity:.2}rs-loader.spinner6 .rs-spinner-inner span:nth-child(4){transform:rotate(108deg);-webkit-transform:rotate(108deg);opacity:.3}rs-loader.spinner6 .rs-spinner-inner span:nth-child(5){transform:rotate(144deg);-webkit-transform:rotate(144deg);opacity:.4}rs-loader.spinner6 .rs-spinner-inner span:nth-child(6){transform:rotate(180deg);-webkit-transform:rotate(180deg);opacity:.5}rs-loader.spinner6 .rs-spinner-inner span:nth-child(7){transform:rotate(216deg);-webkit-transform:rotate(216deg);opacity:.6}rs-loader.spinner6 .rs-spinner-inner span:nth-child(8){transform:rotate(252deg);-webkit-transform:rotate(252deg);opacity:.7}rs-loader.spinner6 .rs-spinner-inner span:nth-child(9){transform:rotate(288deg);-webkit-transform:rotate(288deg);opacity:.8}rs-loader.spinner6 .rs-spinner-inner span:nth-child(10){transform:rotate(324deg);-webkit-transform:rotate(324deg);opacity:.9}@keyframes rs-revealer-6{from{transform:rotate(0)}to{transform:rotate(360deg)}}@-webkit-keyframes rs-revealer-6{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}rs-loader.spinner7{width:35px;height:35px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner7 .rs-spinner-inner{width:100%;height:100%;display:inline-block;padding:0;border-radius:100%;border:2px solid;-webkit-animation:rs-revealer-7 .8s linear infinite;animation:rs-revealer-7 .8s linear infinite}@keyframes rs-revealer-7{from{transform:rotate(0)}to{transform:rotate(360deg)}}@-webkit-keyframes rs-revealer-7{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}rs-loader.spinner8{width:50px;height:50px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner8 .rs-spinner-inner{width:100%;height:100%;display:inline-block;padding:0;text-align:left}rs-loader.spinner8 .rs-spinner-inner span{position:absolute;display:inline-block;width:100%;height:100%;border-radius:100%;-webkit-animation:rs-revealer-8 1.6s linear infinite;animation:rs-revealer-8 1.6s linear infinite}rs-loader.spinner8 .rs-spinner-inner span:last-child{animation-delay:-.8s;-webkit-animation-delay:-.8s}@keyframes rs-revealer-8{0%{transform:scale(0,0);opacity:.5}100%{transform:scale(1,1);opacity:0}}@-webkit-keyframes rs-revealer-8{0%{-webkit-transform:scale(0,0);opacity:.5}100%{-webkit-transform:scale(1,1);opacity:0}}rs-loader.spinner9{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner9 .rs-spinner-inner span{display:block;width:100%;height:100%;border-radius:50%;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:rs-revealer-9 2s infinite ease-in-out;animation:rs-revealer-9 2s infinite ease-in-out}rs-loader.spinner9 .rs-spinner-inner span:last-child{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes rs-revealer-9{0%,100%{-webkit-transform:scale(0)}50%{-webkit-transform:scale(1)}}@keyframes rs-revealer-9{0%,100%{transform:scale(0);-webkit-transform:scale(0)}50%{transform:scale(1);-webkit-transform:scale(1)}}rs-loader.spinner10{width:54px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner10 .rs-spinner-inner{width:100%;height:100%;text-align:center;font-size:10px}rs-loader.spinner10 .rs-spinner-inner span{display:block;height:100%;width:6px;display:inline-block;-webkit-animation:rs-revealer-10 1.2s infinite ease-in-out;animation:rs-revealer-10 1.2s infinite ease-in-out}rs-loader.spinner10 .rs-spinner-inner span:nth-child(2){-webkit-animation-delay:-1.1s;animation-delay:-1.1s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(3){-webkit-animation-delay:-1s;animation-delay:-1s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(4){-webkit-animation-delay:-.9s;animation-delay:-.9s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(5){-webkit-animation-delay:-.8s;animation-delay:-.8s}@-webkit-keyframes rs-revealer-10{0%,100%,40%{-webkit-transform:scaleY(.4)}20%{-webkit-transform:scaleY(1)}}@keyframes rs-revealer-10{0%,100%,40%{transform:scaleY(.4);-webkit-transform:scaleY(.4)}20%{transform:scaleY(1);-webkit-transform:scaleY(1)}}rs-loader.spinner11{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner11 .rs-spinner-inner{width:100%;height:100%}rs-loader.spinner11 .rs-spinner-inner span{display:block;width:33%;height:33%;background-color:#333;float:left;-webkit-animation:rs-revealer-11 1.3s infinite ease-in-out;animation:rs-revealer-11 1.3s infinite ease-in-out}rs-loader.spinner11 .rs-spinner-inner span:nth-child(1){-webkit-animation-delay:.2s;animation-delay:.2s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(2){-webkit-animation-delay:.3s;animation-delay:.3s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(3){-webkit-animation-delay:.4s;animation-delay:.4s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(4){-webkit-animation-delay:.1s;animation-delay:.1s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(5){-webkit-animation-delay:.2s;animation-delay:.2s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(6){-webkit-animation-delay:.3s;animation-delay:.3s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(7){-webkit-animation-delay:0s;animation-delay:0s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(8){-webkit-animation-delay:.1s;animation-delay:.1s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(9){-webkit-animation-delay:.2s;animation-delay:.2s}@-webkit-keyframes rs-revealer-11{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}@keyframes rs-revealer-11{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}rs-loader.spinner12{width:35px;height:35px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner12 .rs-spinner-inner{width:100%;height:100%;-webkit-animation:rs-revealer-12 1s infinite linear;animation:rs-revealer-12 1s infinite linear}@-webkit-keyframes rs-revealer-12{0%{-webkit-transform:rotate(0)}100%{-webkit-transform:rotate(360deg)}}@keyframes rs-revealer-12{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}rs-loader.spinner13{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner13 .rs-spinner-inner{width:100%;height:100%}rs-loader.spinner13 .rs-spinner-inner span{display:block;width:40%;height:40%;position:absolute;border-radius:50%;-webkit-animation:rs-revealer-13 2s ease infinite;animation:rs-revealer-13 2s ease infinite}rs-loader.spinner13 .rs-spinner-inner span:nth-child(1){animation-delay:-1.5s;-webkit-animation-delay:-1.5s}rs-loader.spinner13 .rs-spinner-inner span:nth-child(2){animation-delay:-1s;-webkit-animation-delay:-1s}rs-loader.spinner13 .rs-spinner-inner span:nth-child(3){animation-delay:-.5s;-webkit-animation-delay:-.5s}@keyframes rs-revealer-13{0%,100%{transform:translate(0)}25%{transform:translate(160%)}50%{transform:translate(160%,160%)}75%{transform:translate(0,160%)}}@-webkit-keyframes rs-revealer-13{0%,100%{-webkit-transform:translate(0)}25%{-webkit-transform:translate(160%)}50%{-webkit-transform:translate(160%,160%)}75%{-webkit-transform:translate(0,160%)}}rs-loader.spinner14{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner14 .rs-spinner-inner{width:100%;height:100%;animation:rs-revealer-14 1s infinite linear}rs-loader.spinner14 .rs-spinner-inner span{display:block;position:absolute;top:50%;left:50%;width:16px;height:16px;border-radius:50%;margin:-8px}rs-loader.spinner14 .rs-spinner-inner span:nth-child(1){-webkit-animation:rs-revealer-14-1 2s infinite;animation:rs-revealer-14-1 2s infinite}rs-loader.spinner14 .rs-spinner-inner span:nth-child(2){-webkit-animation:rs-revealer-14-2 2s infinite;animation:rs-revealer-14-2 2s infinite}rs-loader.spinner14 .rs-spinner-inner span:nth-child(3){-webkit-animation:rs-revealer-14-3 2s infinite;animation:rs-revealer-14-3 2s infinite}rs-loader.spinner14 .rs-spinner-inner span:nth-child(4){-webkit-animation:rs-revealer-14-4 2s infinite;animation:rs-revealer-14-4 2s infinite}@-webkit-keyframes rs-revealer-14-1{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(80%,80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(80%,80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-2{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(80%,-80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(80%,-80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-3{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(-80%,-80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(-80%,-80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-4{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(-80%,80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(-80%,80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-1{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(80%,80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(80%,80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-2{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(80%,-80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(80%,-80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-3{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(-80%,-80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(-80%,-80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-4{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(-80%,80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(-80%,80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}rs-loader.spinner15{width:40px;height:40px;margin-top:-4px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner15 .rs-spinner-inner{width:100%;height:100%}rs-loader.spinner15 .rs-spinner-inner span{display:block;width:20px;height:20px;position:absolute;top:0;left:0;-webkit-animation:rs-revealer-15 1.8s infinite ease-in-out;animation:rs-revealer-15 1.8s infinite ease-in-out}rs-loader.spinner15 .rs-spinner-inner:last-child{-webkit-animation-delay:-.9s;animation-delay:-.9s}@-webkit-keyframes rs-revealer-15{25%{-webkit-transform:translateX(30px) rotate(-90deg) scale(.5)}50%{-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{-webkit-transform:rotate(-360deg)}}@keyframes rs-revealer-15{25%{transform:translateX(30px) rotate(-90deg) scale(.5);-webkit-transform:translateX(30px) rotate(-90deg) scale(.5)}50%{transform:translateX(30px) translateY(30px) rotate(-179deg);-webkit-transform:translateX(30px) translateY(30px) rotate(-179deg)}50.1%{transform:translateX(30px) translateY(30px) rotate(-180deg);-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5);-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{transform:rotate(-360deg);-webkit-transform:rotate(-360deg)}}



/* NEW CANVAS ANIMATIONS ON SLIDE BG'S */
.bgcanvas { display: none; position: absolute; overflow: hidden; }


/* way the hell off screen */
.RSscrollbar-measure {
	width: 100px;
	height: 100px;
	overflow: scroll;
	position: absolute;
	top: -9999px;
}

/*  AVADA SCROLL FIX */
.avada-has-rev-slider-styles .rev_slider_wrapper {
	transform:none;
}

/* rs-carousel-wrap{
	transform: scale(0.3);
	overflow: visible !important;
	border: solid 5px red;
} */