/*
[ Table of Content ]
1. Main
2. Headers
3. Menus
4. Buttons
5. Grid
6. Pages and content block for pages
6.1 Blog
7. Call-to-Action
8. Footer
9. Shop
10. WordPress Styles
11. Visual Composer Styles
12. Animation
13. Responsive
*/
/* =========================================
1. Main
*/

* {
    box-sizing: border-box;
}
*:before,
*:after {
    box-sizing: border-box;
}
html {} body {
            font-family: Roboto;
            font-size: 16px;
            line-height: 1.7em;
            color: #727272;
            font-weight: 400;
            background-color: rgba(255,255,255,1);
            margin: 0;
            background-position: center bottom;
            background-repeat: no-repeat;
            overflow-x: hidden;
        }
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;
}
abbr[title] {
    border-bottom: 1px dotted;
}
/* Headings */

h1 {
    font-family: Roboto Slab;
    color: #212121;
    font-weight: 300;
    font-size: 46px;
    line-height: 50px;
    text-transform: none;
    text-align: center;
    margin: 0 0 30px 0;
}
h2 {
    font-family: Roboto Slab;
    color: #212121;
    font-weight: 300;
    font-size: 40px;
    line-height: 48px;
    text-transform: none;
    text-align: center;
    margin-bottom: 30px;
}
h3 {
    font-family: Roboto Slab;
    color: #212121;
    font-weight: 300;
    font-size: 32px;
    line-height: 38px;
    text-transform: none;
    text-align: center;
    margin-bottom: 25px;
}
h4 {
    font-family: Roboto Slab;
    color: #212121;
    font-weight: 300;
    font-size: 30px;
    line-height: 35px;
    text-transform: none;
    text-align: center;
    margin-bottom: 25px;
}
h5 {
    font-family: Roboto Slab;
    color: #212121;
    font-weight: 300;
    font-size: 25px;
    line-height: 28px;
    text-transform: none;
    text-align: center;
    margin-bottom: 25px;
}
h6 {
    font-family: Roboto Slab;
    color: #212121;
    font-weight: 300;
    font-size: 18px;
    line-height: 23px;
    text-transform: none;
    text-align: center;
    margin-bottom: 25px;
}
a {
    color: #02a8f3;
    text-decoration: none;
}
a:hover {
    color: #fe5621
}
a:active {
    color: #fe5621
}
a:active,
a:hover {
    outline: 0;
    text-decoration: none;
}
main {
    position: relative;
    padding-top: 80px;
}
p a {
    text-decoration: none;
}
p {
    margin: 0 0 30px;
    line-height: 26px;
    text-align: left
}
b {
    font-family: Roboto Slab;
}
blockquote {
    padding: 50px 40px 40px 130px;
    margin-bottom: 30px;
    font-size: 18px;
    position: relative;
    font-style: italic;
    background-color: rgba(248,164,42,1);
    color: #fff;
    border-radius: 60px;
}
blockquote a,
blockquote a:hover {} 
blockquote:before {
    font-family: 'kindergarten';
    content: "\e612";
    font-size: 100px;
    color: rgba(255, 255, 255, 0.24);
    position: absolute;
    top: -10px;
    left: -10px;
    font-style: normal;
    line-height: 100px;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
}
legend {
    display: block;
    width: 100%;
    padding: 40px 0 0 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    font-weight: bold;
}
#scroller {
    color: #fff;
    outline: none;
    text-decoration: none;
    position: fixed;
    bottom: 50px;
    right: 100px;
    background-color: rgba(153, 153, 153, 0.5);
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50px;
    z-index: 9999;
}
#scroller i {
    display: block;
    line-height: 50px;
}
#scroller:hover {
    background-color: #999
}
#scroller:hover:active,
#scroller:active,
#scroller:focus,
#scroller:hover:focus {
    outline: none;
    text-decoration: none;
}
pre {
    overflow-y: scroll;
}
/* <UL> & <OL> styles */

ul,
ol {
    margin: 0 0 30px 30px;
    padding: 10px;
}
ul li,
ol li {
    margin-bottom: 10px;
    line-height: 1.5em;
}
ul li ul,
ol li ol,
ul li ol,
ol li ul {
    margin-bottom: 0;
    padding-bottom: 0
}
ol.deco,
.deco ol,
.widget-area ol {
    margin: 0 0 30px 0;
    counter-reset: li;
    list-style: none;
    padding: 10px;
}
ol.deco li,
.deco ol li,
.widget-area ol li {
    position: relative;
    margin: 0 0 10px 2em;
    padding: 4px 8px 4px 15px;
}
ol.deco li:last-child,
.deco ol li:last-child,
.widget-area ol li:last-child {
    margin-bottom: 0;
}
ol.deco li:before,
.deco ol li:before,
.widget-area ol li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    top: 0;
    left: -36px;
    padding-top: 4px;
    width: 36px;
    height: 36px;
    box-sizing: border-box;
    margin-right: 8px;
    border: 2px solid rgba(248,164,42,1);
    border-radius: 50%;
    background-color: transparent;
    font-weight: bold;
    text-align: center;
    color: rgba(248,164,42,1);
}
ol.deco li ol,
.deco ol li ol,
.widget-area ol li ol {
    margin: 20px 0 10px -10px;
    padding-left: 0
}
ol.deco li ol li:before,
.deco ol li ol li:before,
.widget-area ol li ol li:before {
    top: 5px;
    background-color: rgba(248,164,42,1);
    color: rgba(255, 255, 255, 1)
}
ul.deco,
.deco ul,
.widget-area ul {
    margin: 0 0 40px 0;
    list-style: none;
    padding: 0 10px 10px;
}
ul.deco li,
.deco ul li,
.widget-area ul li {
    position: relative;
    margin: 0 0 5px 10px;
    padding: 4px 8px;
}

ul.deco> li:hover,
.widget-area ul>li:hover{
    color:rgba(204,219,56,1);
    cursor: pointer; 
}
ul.deco> li:hover ul li,
.widget-area ul>li:hover ul li{
    color: #727272;
}

.deco ul li:hover{
    color:rgba(204,219,56,1)!important;
    cursor: pointer; 
}

ul.deco li:last-child,
.deco ul li:last-child,
.widget-area ul li:last-child {
    margin-bottom: 0;
}
ul.deco li:before,
.deco ul li:before,
.widget-area ul li:before {
    font-family: FontAwesome;
    content: '\f10c';
    color: rgba(248,164,42,1);
    padding-right: 1em;
    font-size: 10px;
    position: absolute;
    top: 4px;
    left: -10px;
}
ul.deco li:hover:before{
    font-family: FontAwesome;
    content: '\f111';
    color: rgba(204,219,56,1);    
}

ul.deco li ul,
.deco ul li ul,
.widget-area ul li ul {
    list-style: none;
    margin: 0 0 0 -20px;
    padding-left: 0;
    padding-bottom: 0
}
ul.deco li ul li,
.widget-area ul li ul li {
    margin-left: 40px
}
ul.deco li ul li:before,
.deco ul li ul li:before,
.widget-area ul li ul li:before {
    padding-right: 1em;
}
ul.deco li ul li ul li:before,
.deco ul li ul li ul li:before,
.widget-area ul li ul li ul li:before {
    content: "\f05d";
    font-size: 75%;
}
/* <UL> & <OL> styles END */

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.headinginfo,
.uvc-sub-heading {
    color: #9c9fa2;
    margin-bottom: 35px !important;
    border: 0;
    background-color: transparent;
}
.mainbgr {
    background-position: center top;
    background-repeat: no-repeat
}
.mainbox {
    margin: 0 auto;
    width: 100%;
}
.tal {
    text-align: left
}
.tar {
    text-align: right;
}
.tac,
.text-center {
    text-align: center !important;
}
.text-right {
    text-align: right !important;
}
.dnone {
    display: none !important
}
figure {
    margin: 16px 0;
}
/* Paddings & Margins */

.mrg0 {
    margin: 0 !important
}
.p0 {
    padding: 0 !important
}
.mrg20 {
    margin: 20px !important
}
.p20 {
    padding: 20px !important
}
.mrg30 {
    margin: 30px !important
}
.p30 {
    padding: 30px !important
}
.mrg40 {
    margin: 40px !important
}
.p40 {
    padding: 40px !important
}
.mrg50 {
    margin: 50px !important
}
.p50 {
    padding: 50px !important
}
.mrgb10 {
    margin-bottom: 10px !important;
}
.mrgb20 {
    margin-bottom: 20px !important;
}
.mrgb30 {
    margin-bottom: 30px !important;
}
.mrgb40 {
    margin-bottom: 40px !important;
}
.mrgt10 {
    margin-top: 10px !important;
}
.mrgt20 {
    margin-top: 20px !important;
}
.mrgt30 {
    margin-top: 30px !important;
}
.mrgt40 {
    margin-top: 40px !important;
}
.mrgl10 {
    margin-left: 10px !important;
}
.mrgl20 {
    margin-left: 20px !important;
}
.mrgl30 {
    margin-left: 30px !important;
}
.mrgl40 {
    margin-left: 40px !important;
}
.mrgr10 {
    margin-right: 10px !important;
}
.mrgr20 {
    margin-right: 20px !important;
}
.mrgr30 {
    margin-right: 30px !important;
}
.mrgr40 {
    margin-right: 40px !important;
}
.pb0 {
    padding-bottom: 0 !important
}
.pb20 {
    padding-bottom: 20px !important;
}
.pb30 {
    padding-bottom: 30px !important;
}
.pb40 {
    padding-bottom: 40px !important;
}
.pb60 {
    padding-bottom: 60px !important;
}
.pt0 {
    padding-top: 0 !important
}
.pt20 {
    padding-top: 20px !important;
}
.pt30 {
    padding-top: 30px !important;
}
.pt40 {
    padding-top: 40px !important;
}
.pt60 {
    padding-top: 60px !important;
}
.pl0 {
    padding-left: 0 !important
}
.pl20 {
    padding-left: 20px !important;
}
.pl30 {
    padding-left: 30px !important;
}
.pl40 {
    padding-left: 40px !important;
}
.pl60 {
    padding-left: 60px !important;
}
.pr0 {
    padding-right: 0 !important
}
.pr20 {
    padding-right: 20px !important;
}
.pr30 {
    padding-right: 30px !important;
}
.pr40 {
    padding-right: 40px !important;
}
.pr60 {
    padding-right: 60px !important;
}
/* FORMS & INPUTS */

.bgb {
    background-color: #ddd;
}
.form-group {
    margin-bottom: 30px;
}
.form-control {
    display: block;
    width: 100%;
}
.form-control:focus {
    outline: 0;
}
.form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
input {
    outline: none;
}
form {
    position: relative;
}
/* Inputs for white bgr */

input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=url],
textarea,
textarea.form-control,
input[type=search] {
    border: 1px #ebebeb solid;
    color: #727272;
    font-size: 17px;
    padding: 0 20px;
    border-radius: 2px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    height: 50px;
    line-height: 50px
}
input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=url],
input[type=search] {
    height: 50px;
}
.search-form-w label {
    position: absolute;
    left: 85%;
    margin-left: -14px;
    top: 80px;
}
textarea,
textarea.form-control {
    height: auto;
    padding: 15px 20px;
    line-height: 1.4em;
    min-height: 100px;
    resize: none;
    font-family: Roboto;
}
input[type=text]:active,
input[type=tel]:active,
input[type=email]:active,
input[type=password]:active,
input[type=url]:active,
textarea:active,
textarea.form-control:active,
input[type=search]:active,
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=url]:focus,
textarea:focus,
textarea.form-control:focus,
input[type=search]:focus {
    border-color: rgba(204,219,56,1);
    outline: none
}
input[type=text]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
textarea.form-control::-webkit-input-placeholder,
select::-webkit-input-placeholder,
.select2-container a::-webkit-input-placeholder {
    color: #a5a5a5;
}
input[type=text]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder,
textarea.form-control::-moz-placeholder,
select::-moz-placeholder,
.select2-container a::-moz-placeholder {
    color: #a5a5a5;
}
input[type=text]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=url]:-moz-placeholder,
textarea:-moz-placeholder,
textarea.form-control:-moz-placeholder,
select:-moz-placeholder,
.select2-container a:-moz-placeholder {
    color: #a5a5a5;
}
input[type=text]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
textarea.form-control:-ms-input-placeholder,
select:-ms-input-placeholder,
.select2-container a:-ms-input-placeholder {
    color: #a5a5a5;
}
/* Inputs for dark bgr */

.darkform .name,
.darkform .mail,
.darkform .phone,
.darkform .site,
.darkform .mess {
    position: relative
}
.darkform .name:before,
.darkform .mail:before,
.darkform .phone:before,
.darkform .site:before,
.darkform .mess:before {
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    left: 20px;
    font-size: 16px;
    color: rgba(254,86,33,1);
    z-index: 1;
    line-height: 50px
}
.darkform .name:active:before,
.darkform .name:focus:before,
.darkform .name:hover:before,
.darkform .mail:active:before,
.darkform .mail:focus:before,
.darkform .mail:hover:before,
.darkform .phone:active:before,
.darkform .phone:focus:before,
.darkform .phone:hover:before,
.darkform .site:active:before,
.darkform .site:focus:before,
.darkform .site:hover:before,
.darkform .mess:active:before,
.darkform .mess:focus:before,
.darkform .mess:hover:before {
    z-index: 9;
}
.darkform .name:before {
    content: "\f007";
}
.darkform .mail:before {
    content: "\f0e0";
}
.darkform .phone:before {
    content: "\f095";
}
.darkform .site:before {
    content: "\f0c1";
}
.darkform .mess:before {
    content: "\f075";
}
.darkform input[type=text],
.darkform input[type=tel],
.darkform input[type=email],
.darkform input[type=password],
.darkform input[type=url],
.darkform textarea,
.darkform textarea.form-control {
    padding-left: 45px
}
.bgrsd {
    background-color: #fff;
    padding: 0 60px 50px 60px !important;
    border: 5px rgba(255,115,71,1) solid!important;
    border-radius: 4px;
}
.bgrsd > .form-group {} .darkform h3 {
                            color: rgba(254,86,33,1);
                            background-color: rgba(255, 255, 255, 0.1);
                            margin: 0 !important;
                            padding: 35px 0 30px 0 !important;
                            text-align: center!important;
                        }
.darkform.bgrsd input[type=text],
.darkform.bgrsd input[type=tel],
.darkform.bgrsd input[type=email],
.darkform.bgrsd input[type=password],
.darkform.bgrsd input[type=url],
.darkform.bgrsd textarea,
.darkform.bgrsd textarea.form-control {
    padding-left: 45px
}
.darkform.withico input[type=text],
.darkform.withico input[type=tel],
.darkform.withico input[type=email],
.darkform.withico input[type=password],
.darkform.withico input[type=url],
.darkform.withico textarea,
.darkform.withico textarea.form-control {
    padding-left: 45px
}
.darkform.withico .name:before,
.darkform.withico .mail:before,
.darkform.withico .phone:before,
.darkform.withico .site:before,
.darkform.withico .mess:before {
    left: 30px;
    top: 0px;
    color: rgba(2,168,243,1)
}
.darkform h2 {
    color: rgba(2,168,243,1);
    text-align: center;
}

.darkform3{background-color: #fff;
    padding: 0 30px 40px 30px !important;
    border-radius: 20px;width: 340px;}
 .darkform3 h3{
 	padding: 40px 20px 35px 20px !important;
 	background-color: rgba(2,168,243,1);
 	color: #fff;
 	margin: 0 -30px 30px -30px!important;
 	border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    text-align: center!important;   
 }  
 .darkform3 .text-center{
 	margin-top: 40px!important
 } 
 .darkform4{
 	padding: 30px 35px 30px 35px;
    background-color: rgba(204,219,56,1);
    border-radius: 5px;
}
 .darkform4 .form-group select{
 	width: 100%!important;
 }
 .darkform4 strong{
 	color: #fff;
     font-size: 22px;
     text-transform: uppercase;
     text-align: center;
     display: block;
 }
  .darkform4 h4{
  	margin-top: 10px;
  }

.darkform4 input[type=submit].btn-default{
    background-color: rgba(153,121,237,1)!important;
        color: #fff!important;
}

.darkform4 input[type=submit].btn-default:hover{
    background-color: rgba(121,85,218,1)!important;
    border-color: rgba(121,85,218,1)!important;
}

.darkform5 input[type=email]{
    height: 60px;
    border-bottom-right-radius: 0!important;
    border-top-right-radius: 0!important;
}

.darkform5 input[type=submit].btn-default{
    background-color: rgba(153,121,237,1)!important;
        color: #fff!important;
        height: 60px;
        margin-left: -30px;
        border-bottom-left-radius: 0!important;
        border-top-left-radius: 0!important;

}
.darkform5 input[type=submit].btn-default:hover{
    background-color: rgba(121,85,218,1)!important;
    border-color: rgba(121,85,218,1)!important;
}



/* Inputs for dark bgr 2 */

.darkform2 {
    min-width: 300px
}
.darkform2 input[type=text],
.darkform2 input[type=tel],
.darkform2 input[type=email],
.darkform2 input[type=password],
.darkform2 input[type=url],
.darkform2 textarea,
.darkform2 textarea.form-control {
    border: 2px #FFF solid !important;
    font-size: 17px !important;
    color: #69696d;
    background-color: #FFF;
    display: block;
    height: 50px;
    border-radius: 2px;
    width: 100%;
    max-width: 100%
}
.darkform2 input[type=text]:active,
.darkform2 input[type=tel]:active,
.darkform2 input[type=email]:active,
.darkform2 input[type=password]:active,
.darkform2 input[type=url]:active,
.darkform2 textarea:active,
.darkform2 textarea.form-control:active,
.darkform2 input[type=text]:focus,
.darkform2 input[type=tel]:focus,
.darkform2 input[type=email]:focus,
.darkform2 input[type=password]:focus,
.darkform2 input[type=url]:focus,
.darkform2 textarea:focus,
.darkform2 textarea.form-control:focus {
    background-color: #FFF;
    border-color: rgba(153, 121, 237, 0.4)!important;
    color: #00000b;
}
.darkform2 input[type=text]::-webkit-input-placeholder,
.darkform2 input[type=tel]::-webkit-input-placeholder,
.darkform2 input[type=email]::-webkit-input-placeholder,
.darkform2 input[type=password]::-webkit-input-placeholder,
.darkform2 input[type=url]::-webkit-input-placeholder,
.darkform2 textarea::-webkit-input-placeholder,
.darkform2 textarea.form-control::-webkit-input-placeholder,
.darkform2 select::-webkit-input-placeholder {
    color: #69696d;
}
.darkform2 input[type=text]::-moz-placeholder,
.darkform2 input[type=tel]::-moz-placeholder,
.darkform2 input[type=email]::-moz-placeholder,
.darkform2 input[type=password]::-moz-placeholder,
.darkform2 input[type=url]::-moz-placeholder,
.darkform2 textarea::-moz-placeholder,
.darkform2 textarea.form-control::-moz-placeholder,
.darkform2 select::-moz-placeholder {
    color: #69696d;
}
.darkform2 input[type=text]:-moz-placeholder,
.darkform2 input[type=tel]:-moz-placeholder,
.darkform2 input[type=email]:-moz-placeholder,
.darkform2 input[type=password]:-moz-placeholder,
.darkform2 input[type=url]:-moz-placeholder,
.darkform2 textarea:-moz-placeholder,
.darkform2 textarea.form-control:-moz-placeholder,
.darkform2 select:-moz-placeholder {
    color: #69696d;
}
.darkform2 input[type=text]:-ms-input-placeholder,
.darkform2 input[type=tel]:-ms-input-placeholder,
.darkform2 input[type=email]:-ms-input-placeholder,
.darkform2 input[type=password]:-ms-input-placeholder,
.darkform2 input[type=url]:-ms-input-placeholder,
.darkform2 textarea:-ms-input-placeholder,
.darkform2 textarea.form-control:-ms-input-placeholder,
.darkform2 select:-ms-input-placeholder {
    color: #69696d;
}
.darkform2 input[type=text]:active::-webkit-input-placeholder,
.darkform2 input[type=tel]:active::-webkit-input-placeholder,
.darkform2 input[type=email]:active::-webkit-input-placeholder,
.darkform2 input[type=password]:active::-webkit-input-placeholder,
.darkform2 input[type=url]:active::-webkit-input-placeholder,
.darkform2 textarea:active::-webkit-input-placeholder,
.darkform2 textarea:active.form-control::-webkit-input-placeholder,
.darkform2 select::-webkit-input-placeholder {
    color: #171b21;
}
.darkform2 input[type=text]:active::-moz-placeholder,
.darkform2 input[type=tel]:active::-moz-placeholder,
.darkform2 input[type=email]:active::-moz-placeholder,
.darkform2 input[type=password]:active::-moz-placeholder,
.darkform2 input[type=url]:active::-moz-placeholder,
.darkform2 textarea:active::-moz-placeholder,
.darkform2 textarea:active.form-control::-moz-placeholder,
.darkform2 select:active::-moz-placeholder {
    color: #171b21;
}
.darkform2 input[type=text]:active:-moz-placeholder,
.darkform2 input[type=tel]:active:-moz-placeholder,
.darkform2 input[type=email]:active:-moz-placeholder,
.darkform2 input[type=password]:active:-moz-placeholder,
.darkform2 input[type=url]:active:-moz-placeholder,
.darkform2 textarea:active:-moz-placeholder,
.darkform2 textarea:active.form-control:-moz-placeholder,
.darkform2 select:active:-moz-placeholder {
    color: #171b21;
}
.darkform2 input[type=text]:active:-ms-input-placeholder,
.darkform2 input[type=tel]:active:-ms-input-placeholder,
.darkform2 input[type=email]:active:-ms-input-placeholder,
.darkform2 input[type=password]:active:-ms-input-placeholder,
.darkform2 input[type=url]:active:-ms-input-placeholder,
.darkform2 textarea:active:-ms-input-placeholder,
.darkform2 textarea:active.form-control:-ms-input-placeholder,
.darkform2 select:active:-ms-input-placeholder {
    color: #171b21;
}
.darkform2 input[type=text]:focus::-webkit-input-placeholder,
.darkform2 input[type=tel]:focus::-webkit-input-placeholder,
.darkform2 input[type=email]:focus::-webkit-input-placeholder,
.darkform2 input[type=password]:focus::-webkit-input-placeholder,
.darkform2 input[type=url]:focus::-webkit-input-placeholder,
.darkform2 textarea:focus::-webkit-input-placeholder,
.darkform2 textarea:focus.form-control::-webkit-input-placeholder,
.darkform2 select::-webkit-input-placeholder {
    color: #171b21;
}
.darkform2 input[type=text]:focus::-moz-placeholder,
.darkform2 input[type=tel]:focus::-moz-placeholder,
.darkform2 input[type=email]:focus::-moz-placeholder,
.darkform2 input[type=password]:focus::-moz-placeholder,
.darkform2 input[type=url]:focus::-moz-placeholder,
.darkform2 textarea:focus::-moz-placeholder,
.darkform2 textarea:focus.form-control::-moz-placeholder,
.darkform2 select:focus::-moz-placeholder {
    color: #171b21;
}
.darkform2 input[type=text]:focus:-moz-placeholder,
.darkform2 input[type=tel]:focus:-moz-placeholder,
.darkform2 input[type=email]:focus:-moz-placeholder,
.darkform2 input[type=password]:focus:-moz-placeholder,
.darkform2 input[type=url]:focus:-moz-placeholder,
.darkform2 textarea:focus:-moz-placeholder,
.darkform2 textarea:focus.form-control:-moz-placeholder,
.darkform2 select:focus:-moz-placeholder {
    color: #171b21;
}
.darkform2 input[type=text]:focus:-ms-input-placeholder,
.darkform2 input[type=tel]:focus:-ms-input-placeholder,
.darkform2 input[type=email]:focus:-ms-input-placeholder,
.darkform2 input[type=password]:focus:-ms-input-placeholder,
.darkform2 input[type=url]:focus:-ms-input-placeholder,
.darkform2 textarea:focus:-ms-input-placeholder,
.darkform2 textarea:focus.form-control:-ms-input-placeholder,
.darkform2 select:focus:-ms-input-placeholder {
    color: #171b21;
}
.darkform2 .name,
.darkform2 .mail,
.darkform2 .phone,
.darkform2 .site,
.darkform2 .mess {
    position: relative
}
.darkform2 .name:before,
.darkform2 .mail:before,
.darkform2 .phone:before,
.darkform2 .site:before,
.darkform2 .mess:before {
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    left: 20px;
    font-size: 16px;
    color: rgba(153,121,237,1);
    z-index: 1;
    line-height: 50px
}
.darkform2 .name:before {
    content: "\f007";
}
.darkform2 .mail:before {
    content: "\f0e0";
}
.darkform2 .phone:before {
    content: "\f095";
}
.darkform2 .site:before {
    content: "\f0c1";
}
.darkform2 .mess:before {
    content: "\f075";
}
.darkform2 h3 {
    color: rgba(153,121,237,1);
    line-height: 1.2em;
}
.darkform2 h3 span {
    color: rgba(248,164,42,1);
}
.darkform2.withico input[type=text],
.darkform2.withico input[type=tel],
.darkform2.withico input[type=email],
.darkform2.withico input[type=password],
.darkform2.withico input[type=url],
.darkform2.withico textarea,
.darkform2.withico textarea.form-control {
    padding-left: 45px!important;
}
.gform input,
.gform textarea,
.gform select {
    margin-bottom: 22px
}
.gform textarea {
    height: 194px
}

.withbg {width: 100%; overflow: auto; padding: 70px 80px 40px 80px; background-color: rgba(215, 215, 215, 0.8); border-radius: 16px;}
.withbg textarea{height: 204px}
.withbg .text-center{margin-top: 45px}


input[type=checkbox],
input[type=radio],
.woocommerce form .form-row .input-checkbox {
    position: relative;
    margin: 0 14px 0 14px
}
input[type=checkbox]:before,
input[type=radio]:before {
    position: absolute;
    top: -5px;
    left: -1px;
    font-family: 'FontAwesome';
    font-style: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: rgba(2,168,243,1);
    font-size: 16px;
    padding: 2px;
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 0;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    cursor: pointer
}
input[type=checkbox]:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    color: rgba(255, 255, 255, 1);
    border-radius: 50%;
    border: 1px solid rgba(2,168,243,1);
}
input[type=checkbox]:checked:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    border-radius: 50%;
    border: 1px solid rgba(2,168,243,1);
    background-color: rgba(255, 255, 255, 1);
    color: rgba(2,168,243,1);
}
input[type=checkbox]:hover:before {} input[type=radio]:before {
                                         content: "\f111";
                                         font-family: 'FontAwesome';
                                         color: #fff;
                                         border-radius: 50%;
                                         padding: 3px 4px 4px;
                                         font-size: 14px;
                                     }
input[type=radio]:checked:before,
input[type=radio]:hover:before {
    content: "\f111";
    font-family: 'FontAwesome';
    color: #1e2248;
    background-color: rgba(2,168,243,1)
}
input[type=file] {
    border-radius: 23px;
    padding: 5px 10px;
    background-color: rgba(2,168,243,1);
}
.form-inline input,
.custom-checkbox {
    margin-right: 10px
}
.help-block {
    color: #6b6d6f;
    padding: 20px 0 0 34px;
    position: relative;
    margin-left: 20px
}
.help-block:before {
    font-family: 'FontAwesome';
    content: "\f128";
    font-size: 20px;
    color: rgba(2,168,243,1);
    position: absolute;
    top: 18px;
    left: 0;
}
select.form-control,
select,
.select2-container a,
.woocommerce .select2-container .select2-choice {
    padding: 13px 12px;
    border: 1px #ebebeb solid;
    color: #727272;
    border-radius: 5px;
    font-size: 17px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    outline: none;
    max-width: 100%;
    -webkit-border-radius: 5px;
}
select.selectpicker {} select.form-control:hover,
                       select.form-control:active,
                       select.form-control:focus,
                       select:hover,
                       select:active,
                       select:focus,
                       .select2-container a:hover,
                       .select2-container a:active,
                       .select2-container a:focus,
                       .woocommerce .select2-container .select2-choice:hover,
                       .woocommerce .select2-container .select2-choice:active,
                       .woocommerce .select2-container .select2-choice:focus {
                           border-color: rgba(204,219,56,1);
                           color: #000;
                       }
.widget-area select {
    max-width: 100%
}
.quantity input[type=number] {
    color: rgba(86, 83, 90, 1);
}
label {
    margin-right: 20px;
    color: rgba(182,182,182,1);
}
.content-area {}
/* Tables & Embeds */

table {
    margin-bottom: 25px;
    width: 100%
}
table td {
    border-right: 1px #9c9fa2 solid;
    border-bottom: 1px #9c9fa2 solid;
    padding: 5px 10px
}
table td:last-child {
    border-right: 0;
}
table th {
    padding: 5px 10px;
    font-weight: bold
}
table tr:nth-child(odd) {} table tr:nth-child(even) {} caption {
                                                           padding-top: 8px;
                                                           padding-bottom: 12px;
                                                           color: rgba(215,232,47,1);
                                                           text-align: center;
                                                           font-weight: bold;
                                                           font-size: 120%;
                                                       }
dl dt {
    padding: 5px 10px
}
dl dd {
    padding: 5px 10px
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}
.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
    padding-bottom: 75%;
}
/* Tabs */

.nav-tabs {
    list-style: none;
    padding: 0;
    margin: 0
}
.nav-tabs>li {
    display: inline-block;
    margin-right: 50px;
    border-bottom: 1px solid #171b21;
    border-top: 3px solid #FFF;
}
.nav-tabs>li:hover {
    border-top: 3px rgba(2,168,243,1) solid;
}
.nav-tabs>li.active {
    border-top: 3px rgba(254,86,33,1) solid;
    border-color: rgba(254,86,33,1)
}
.nav-tabs>li>a {
    line-height: 1.42857143;
    border-radius: 0;
    font-size: 20px;
    color: #b5b7b9;
    font-weight: bold;
    padding: 30px 40px;
    position: relative;
    text-decoration: none;
    display: inline-block;
}
.nav-tabs>li:last-child>a {
    margin-right: 0;
}
.nav-tabs>li>a:hover {
    text-decoration: none;
    color: rgba(254,86,33,1)!important;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover,
.nav-tabs>li:hover>a {
    color: rgba(2,168,243,1);
    cursor: pointer;
}
.tab-content>.tab-pane {
    display: none;
}
.tab-content>.tab-pane.active {
    display: block;
}
.fade.in {
    opacity: 1;
    filter: alpha(opacity=100);
}
.fade {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.tab-content {
    -webkit-transition: all 430ms;
    transition: all 430ms;
}
.tab-content>.tab-pane {
    display: none;
}
.tab-content>.active {
    display: block;
}
.fase {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 30px;
}
.nav-pills>li {
    float: left;
}
.nav-pills>li {
    position: relative;
    display: block;
}
.nav-pills {
    list-style: none;
}
.nav-pills>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}
/* =========================================
2. Headers
*/

.logo {
    position: relative;
    z-index: 9999;
    padding-top: 35px;
    display: inline-block;
}
.logo img {
    max-height: 65px;
}
.saveheader {
    height: 300px;
    background-color: #53565b
}
.saveheader h1 {
    color: #fff;
    margin-top: 0;
    padding-top: 150px;
    text-align: center;
}
.mainbgr .saveheader {
    background-color: transparent;
    height: 0
}
.phone-head {
    font-size: 22px;
    color: #fff;
}
.phone-head span {
    font-size: 18px;
    margin-right: 10px
}
.burger {
    text-align: right;
}
.burger button {
    background-color: transparent;
    outline: none;
    border: none;
    font-size: 34px;
    color: rgba(254,86,33,1);
    cursor: pointer
}
/* topbar */

.cdata {
    text-align: left;
    padding-right: 0 !important;
}
.sell_topbar {
    position: relative;
    background-color: #f2eff5;
    color: #212121;
    min-height: 40px;
    padding: 12px 0;
    font-size: 16px
}
.sell_topbar p {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    vertical-align: middle;
    margin-right: 40px;
    margin-bottom: 0;
    text-align: left;
}
.sell_topbar p i {
    padding-right: 7px;
    color: #fff;
}
.head_boxed .sell_topbar p i {
    color: rgba(254,86,33,1);
}
.head_boxed .social a{
    color: rgba(254,86,33,1);
   }
.sell_topbar .cdata p:last-child {
    margin-right: 0
}
.social a {
    color: rgba(33,33,33,1);
    font-size: 16px;
    text-decoration: none
}
.social a:hover {
    color: rgba(254,86,33,1);
}
.social span {
    font-size: 14px
}
.social ul {
    margin: 2px 0 0 0;
    text-align: right;
    padding: 0;
}
.social ul li {
    list-style: none;
    display: inline;
    margin-left: 15px;
}
.social li:last-child {
    margin-right: 0;
}
.headerslider {} .headerslider img {
                     max-width: 100%
                 }
/*Rev Slider Form */

.rev_slider .darkform {} .rev_slider .darkform h3 {
                             font-size: 30px !important;
                         }
.rev_slider .darkform input,
.rev_slider .darkform.bgrsd textarea,
.rev_slider .darkform.bgrsd textarea.form-control {
    line-height: 20px !important;
}
.rev_slider .darkform input[type=submit].btn-default {
    padding: 13px 30px !important;
    font-size: 13px !important;
    line-height: 13px !important;
    font-weight: bold !important;
    font-family: Roboto!important;
    text-transform: uppercase !important;
    border: 3px solid rgba(0, 193, 207, 1) !important;
    -webkit-transition: all 430ms;
    transition: all 430ms
}
.rev_slider .darkform.bgrsd input[type=text],
.rev_slider .darkform.bgrsd input[type=tel],
.rev_slider .darkform.bgrsd input[type=email],
.rev_slider .darkform.bgrsd input[type=password],
.rev_slider .darkform.bgrsd input[type=url],
.rev_slider .darkform.bgrsd textarea,
.rev_slider .darkform.bgrsd textarea.form-control {
    padding-left: 45px !important;
}
.rev_slider span.wpcf7-not-valid-tip {
    color: #f00 !important;
    font-size: 14px !important;
    line-height: 12px !important;
    background-color: #fff !important;
    padding: 4px 2px !important;
}
.rev_slider div.wpcf7-validation-errors {
    border: 2px solid #f7e700;
    font-size: 14px !important;
    line-height: 12px !important;
    background-color: #fff !important;
    white-space: normal;
    padding: 4px 2px !important;
}
.wpcf7 .ajax-loader {
    display: block
}
div.wpcf7-response-outputs {
    background-color: #fff;
    margin: 10px 0.5em 1em;
}
.wpcf7-not-valid-tip {
    margin-bottom: 10px
}
/* Header with H1 and Breadcrumbs */

.header-text h1 {
    color: #fff;
    margin: 40px 0;
    text-align: left
}
.shortheader1.head_line {
    position: relative;
    height: auto;
}
.shortheader1.head_line .navbar-collapse {
    padding-right: 0;
}
.shortheader1.head_line .sell_topbar {
    background-color: rgba(242,239,245,1);
}
.shortheader1.head_line .sell_topbar p {
    text-align: right
}
.shortheader1.head_line .pageheading {
    position: relative
}
.headeroverslider {
    height: auto;
    position: relative;
}
.mainbgr .headeroverslider {
    height: auto;
    position: relative;
}
.shortheader1 .overslider {
    position: relative;
    z-index: 10;
}
.sliderh4under {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
}
.pageheading {
    padding: 0;
    font-size: 15px;
    color: #FFF;
    margin-top: 0;
    border-top: 1px #6a6d72 solid;
    overflow: hidden;
    position: relative
}
.pageheading a {
    color: #d0d0d0
}
.pageheading .breadcrumb {
    margin-top: 52px;
    text-align: right
}
.pageheading h1,
.single .pageheading h1 {
    color: rgba(255, 255, 255, 1);
    margin: 120px 0 50px 0;
    font-size: 50px;
    line-height: 1.6em;
}
.pageheading .mid {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
}
.pageheading .relat {
    position: relative
}
.blue {
    background: url(../images/bg-blue.jpg) no-repeat;
    background-size: cover;
    margin-top: 14px;
}
.blue h1 {
    color: #fff;
    padding: 75px 0
}
/* Breadcrumbs */

.breadcrumbs {
    color: rgba(255, 255, 255, 1);
    margin: 10px auto 50px auto;
    text-align: center;
}
.breadcrumbs:after {
    content: "";
    display: block;
    clear: both;
}
.breadcrumbs .post {} .breadcrumbs > span,
                      .breadcrumbs >span > a {
                          display: inline-block;
                          padding: 0;
                          max-width: 400px;
                          white-space: nowrap;
                          overflow: hidden;
                          text-overflow: ellipsis;
                      }
.breadcrumbs >span.breadcrumb_last {
    max-width: 250px;
}
.breadcrumbs >span a {
    color: rgba(204,219,56,1)!important;
    text-decoration: none;
}
/* =========================================
3. Menus
*/

.nav-wrap {
    padding-top: 30px
}
.navbar-collapse {
    overflow-x: visible;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
    overflow-y: auto;
    position: relative;
    width: 100%;
}
@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        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-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 768px) {
    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}
.navbar-toogle {
    font-size: 50px;
    border: 0 !important;
    padding: 0 !important;
    background-color: transparent;
    outline: none;
    margin-top: -11px;
    margin-bottom: -10px;
    cursor: pointer;
    line-height: 1;
}
.navbar-toggle:active {
    outline: none;
}
.navbar-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}
.head_tr .navbar-nav {} .navbar-nav li {
                            display: inline-block;
                            margin-bottom: 0;
                            position: relative;                            
                        }

.navbar-nav > li {
    position: relative;
    z-index: 3;
    transition: all 430ms;
}
.navbar-nav > li:hover {} .navbar-nav li a {
                              display: block;
                              text-decoration: none;
                              color: rgba(215,232,47,1);
                              position: relative;
                              z-index: 5;
                              padding: 10px 20px 42px 20px;
                              font-family: Roboto;
                              font-weight: 500;
                              line-height: 16px;
                              font-size: 16px;
                              text-transform: capitalize;
                          }
.navbar-nav li a:hover {}
.navbar-nav .menu-item-has-children >a:after{
    content: "\f111 ";
    font-family: 'FontAwesome';
    color: rgba(248,164,42,1);
    background-color: transparent!important;
    font-size: 4px; 
    position: absolute;
    top: 10px;
    right: 10px;
}

.head_boxed .navbar-nav .menu-item-has-children >a:after{
    top: 15px;
}
.sub-menu .menu-item-has-children >a:after{
    color: #fff!important;


}
/*search in menu*/

.search-item-nav {
    position: absolute;
}
.opened-search {
    overflow: visible;
}
.navbar-nav li a.open-search {} .navbar-nav li a.open-search span {
                                    margin-top: 2px
                                }
.navbar-nav >li.search-item-nav {
    position: absolute;
    z-index: 9999;
    left: 0;
    right: 0;
    top: 15px;
    padding: 0;
    border-bottom: 0;
}
.search-item-nav .search-block.opened-search form {
    padding: 3px
}
.search-item-nav .search-block {
    position: absolute;
    -webkit-transition: all 1s;
    transition: all 1s;
    overflow: hidden;
    top: 11px;
    display: block;
    width: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    font-size: 20px;
}
.search-item-nav .search-block.opened-search {
    display: block;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}
.search-item-nav .search-block.opened-search span,
.search-item-nav .search-block.opened-search i {
    font-size: 24px;
    color: #9c9fa2
}
input[type=text].search-input,
.search-item-nav input.search-input {
    border: 1px solid #dedede;
    z-index: 9;
    background-color: #fff;
    padding: 10px 55px;
    height: 52px;
    width: 100%;
    position: relative
}
button.search-sbmt {
    position: absolute;
    z-index: 10;
    border: none;
    outline: none;
    background-color: transparent;
    top: 15px;
    cursor: pointer;
}
button.search-sbmt-close {
    right: 15px;
}
button.search-sbmt:hover,
button.search-sbmt:active,
button.search-sbmt:focus,
button.search-sbmt-close:hover,
button.search-sbmt-close:active,
button.search-sbmt-close:focus {
    background-color: transparent !important;
}
.search-item-nav .search-block.opened-search span:hover,
.search-item-nav .search-block.opened-search i:hover {
    color: rgba(30, 34, 72, 1) !important
}
.left10 {
    left: 15px
}
.navbar-nav li.li-search {} .navbar-nav li.li-search a {} .navbar-nav li.li-search a:hover {
                                                              color: rgba(254,86,33,1);
                                                              background-color: transparent;
                                                          }
/* cart in menu */

.navbar-nav li.cart {} .navbar-nav li.cart a {} .navbar-nav li.cart a:hover {
                                                    color: rgba(254,86,33,1);
                                                    background-color: transparent;
                                                }
.navbar-nav li.cart > div {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: -1;
    overflow: hidden;
    background-color: #dcdcdc;
    padding: 15px 40px;
    color: #171b21;
    text-align: right !important;
    white-space: nowrap;
    box-shadow: none;
    -webkit-transition: all 430ms;
    transition: all 430ms;
    transform: scale(0);
    height: 0;
    margin-top: 0;
}
.navbar-nav li.cart:hover div {
    transform: scaleY(1);
    z-index: 99999;
    height: auto
}
.navbar-nav li.cart .count {
    display: block;
    position: absolute;
    background-color: rgba(248,164,42,1);
    top: -5px;
    left: -5px;
    padding: 0 3px;
    border-radius: 0;
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
}
.navbar-nav li.cart:hover .count {} .navbar-nav li.cart strong {
                                        font-size: 16px;
                                        padding: 5px 0 10px 15px;
                                    }
.navbar-nav li.cart div {} .navbar-nav li.cart div > div {
                               padding: 0 0 20px 0;
                               position: relative;
                               box-shadow: none;
                               margin: 0;
                           }
.navbar-nav li.cart div a {
    text-transform: capitalize;
    text-decoration: underline;
    padding: 0
}
.navbar-nav li.cart h4 {
    font-size: 15px;
    color: #171b21;
    text-align: left;
    font-weight: bold;
    margin: 0 0 15px 0;
    padding-bottom: 5px;
    border-bottom: 1px #dddddd solid
}
/* Dropdown menu */

.dropup,
.dropdown {
    position: relative;
}
.menu-item-has-children > a {} .menu-item-has-children > a:hover:after {
                                   text-decoration: none
                               }
.menu-item-has-children > a:focus {
    outline: 0;
}
.navbar-nav li .sub-menu {
    position: absolute;
    top: 400%;
    z-index: 12000;
    float: left;
    min-width: 160px;
    padding: 0 0 0 0;
    margin: 0;
    list-style: none;
    text-align: left;
    border-radius: 2px;
    box-shadow: none;
    background-clip: padding-box;
    -webkit-transition: all 430ms;
    transition: all 430ms;
    display: block;
    transform: scale(0);
    height: 0;
}
.navbar-nav li:hover .sub-menu {
    transform: scale(1);
    height: auto;
    top: 80%;
}
/* submenu */

.navbar-nav li .sub-menu.pull-right {
    right: 0;
    left: auto;
}
.navbar-nav li .sub-menu > li {
    display: block;
    border-bottom: 0;
    margin: 0;
    background-color: rgba(248,164,42,1);

}
.navbar-nav li .sub-menu > li:last-child {
    display: block;
}
.navbar-nav li .sub-menu > li > a {
    display: block;
    padding: 12px 30px 10px 20px;
    clear: both;
    color: rgba(255,255,255,1);
    white-space: nowrap;
    text-decoration: none;
    outline: 0;
    font-family: Roboto;
    font-weight: 700;
    line-height: 23px;
    font-size: 16px;
    text-transform: capitalize;
}
.navbar-nav li .sub-menu > li > a:last-child {} .navbar-nav li .sub-menu > li > a:hover,
                                                .sub-menu > li > a:focus {
                                                    color: rgba(255,255,255,1);
                                                    background-color: rgba(233,139,2,1);
                                                    text-decoration: none;
                                                }
.navbar-nav li .sub-menu > li > ul.sub-menu > li.current-menu-item a,
.navbar-nav li .sub-menu .current-menu-item a {
    background-color:rgba(230,74,25,1);
}
/* 3 level */

.navbar-nav li .sub-menu > li > ul.sub-menu {
    position: absolute;
    left: 250%;
    top: 0;
    min-width: 150px;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-transition: all 430ms;
    transition: all 430ms;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    height: 0
}
.navbar-nav li .sub-menu > li:hover > ul {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    height: auto;
    left: 100%
}
.navbar-nav li .sub-menu > li > ul.sub-menu > li {
    margin: 0;
}
.navbar-nav li .sub-menu > li > ul.sub-menu {
    min-width: 160px
}
.navbar-nav > li > .sub-menu > .menu-item-has-children {
    position: relative;
}
/* .navbar-nav > li > .sub-menu > .menu-item-has-children:before {
    content: "\f0da";
    font-family: 'FontAwesome';
    position: absolute;
    top: 11px;
    right: 12px;
    color: #FFF;
    z-index: 10;
} */
.navbar-nav > li > .sub-menu > .menu-item-has-children:before:hover {
    color: rgba(30, 34, 72, 1)
}
.navbar-nav li .sub-menu > li > ul.sub-menu > li a {
    display: block;
    padding: 12px 20px 10px 20px;
    clear: both;
    color: rgba(255,255,255,1);
    text-decoration: none;
    white-space: nowrap;
    font-family: Roboto;
    font-weight: 700;
    line-height: 23px;
    font-size: 16px;
    text-transform: capitalize;
    background-color: rgba(233,139,2,1);
}
.navbar-nav li .sub-menu > li > ul.sub-menu > li a:hover {
    text-decoration: none;
    color: rgba(255,255,255,1);
    background-color: rgba(248,164,42,1)
}
.current-menu-item a:after {
    color: rgba(254,86,33,1)!important;
}
.sell_menuline {
    z-index: 9999;
    position: relative;
    left: 0;
    right: 0;
    padding: 0;
}
.sell_menuline .container {
    padding-right: 0
}
/*Stickymenu*/
.sell_menuline.fixed .navbar-nav > .menu-item-has-children >a:after{
    top: 18px;
}

#stickymenu.sell_menuline.default {
    -webkit-transition: all 430ms;
    transition: all 430ms;
}
#stickymenu.sell_menuline.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2);
    z-index: 10005;
    margin-top: 0;
}
#stickymenu.sell_menuline.fixed .nav-wrap {
    padding-top: 0
}
#stickymenu.sell_menuline.fixed .logo {
    padding-top: 10px
}
#stickymenu.sell_menuline.fixed .logo img {
    max-height: 40px
}
#stickymenu.sell_menuline.fixed .navbar-nav > li > a {
    padding: 16px 20px 16px 20px;
}
/* Menuline */

.head_line .navbar-nav li .sub-menu > li > a {
    border-bottom: 0;
}
.head_line .navbar-nav li .sub-menu > li > ul.sub-menu > li a {
    border-bottom: 0;
}
.head_line .sell_topbar {
    background-color: rgba(242,239,245,1);
}
.head_line .sell_topbar p {
    color: rgba(33,33,33,1)
}
.head_line .sell_menuline {
    background-color: rgba(255,255,255,0.93)
}
.head_line .navbar-nav > li > a {
    color: rgba(33,33,33,1)
}
.head_line .navbar-nav > li:hover > a {
    color: rgba(33,33,33,1);
    background-color: rgba(255,255,255,0)
}
.head_line .navbar-nav > li:before,
.head_line .navbar-nav > li:after {
    background-color: rgba(33,33,33,1)
}
/* Menu Transparent: Over Header */

.head_tr {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    z-index: 9999;
}
.head_tr .sell_topbar {
    background-color: rgba(255,255,255,0.7);
    position: relative
}
.head_tr .sell_topbar p {
    color: rgba(33,33,33,1)
}
.head_tr .sell_menuline {
    background-color: rgba(255,255,255,0);
    position: relative;
}
.head_tr .navbar-nav > li > a {
    color: rgba(33,33,33,1)
}
.head_tr .navbar-nav > li:hover > a {
    color: rgba(230,74,25,1);
    background-color: rgba(255,255,255,0)
}
.head_tr .navbar-nav > li:before,
.head_tr .navbar-nav > li:after {
    background-color: rgba(230,74,25,1)
}
.head_tr .navbar-nav li .sub-menu {
    margin-top: 2px;
}
.head_tr .navbar-nav li:hover .sub-menu {} .head_tr .navbar-nav li .sub-menu > li > a {
                                               border-bottom: 0;
                                           }
.head_tr .navbar-nav li .sub-menu > li > ul.sub-menu {} .head_tr .navbar-nav li .sub-menu > li > ul.sub-menu > li a {
                                                            border-bottom: 0;
                                                        }
.head_tr .navbar-nav li .sub-menu li .sub-menu {} .head_tr .navbar-nav li.search-item-nav {
                                                      border-bottom-color: transparent;
                                                      border-bottom-width: 0
                                                  }
.head_tr .navbar-toogle {
    color: rgba(254,86,33,1);
}
.head_tr .search-item-nav .search-block {
    top: 4px;
}
/* Menu Boxed */

.head_boxed {} .head_boxed .sell_topbar {
                   background-color: transparent;
                   position: absolute;
                   left: 0;
                   right: 0;
                   padding: 15px 0;
                   z-index: 9999;
               }
.head_boxed .sell_topbar p {
    color: rgba(33,33,33,1)
}
.head_boxed .sell_menuline {
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 60px
}
.head_boxed .sell_menuline .container {
    background-color: rgba(255,255,255,1)
}
.head_boxed .search-item-nav .search-block {
    top: 13px;
}
.head_boxed .navbar-nav > li > a {
    color: rgba(33,33,33,1);
    padding-top: 14px;
    padding-bottom: 38px
}
.head_boxed .navbar-nav > li:hover > a {
    color: rgba(33,33,33,1);
    background-color: rgba(255,255,255,0)
}
.head_boxed .navbar-nav > li:before,
.head_boxed .navbar-nav > li:after {
    background-color: rgba(33,33,33,1)
}
.head_boxed .navbar-nav > li.current-menu-item > a {
    color: rgba(230,74,25,1)
}
.head_boxed .navbar-nav > li:hover:before {
    width: 100%
}
.head_boxed .navbar-nav li.li-search a {
    border-left: 0;
}
/* Menu for Header Minimized */

.minimized {} .minimized .sell_menuline {
                  background-color: rgba(255,255,255,0.6);
                  padding-top: 30px;
                  position: absolute;
                  left: 0;
                  right: 0;
              }
.minimized .cont {} .minimized .burger button {
                        color: rgba(254,86,33,1);
                    }
.minimized .logo {
    padding-top: 0
}
.minimized .burger {
    padding-top: 0;
    text-align: right
}
.minimized .cont p {
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
    color: rgba(33,33,33,1)
}
.minimized .cont i {
    color: rgba(254,86,33,1);
    margin-right: 6px
}
.but-wrap {
    color: #fff;
    font-size: 17px;
    padding-top: 0;
}
.but-wrap .line {
    width: 70px;
    padding-top: 2px;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    margin: 25px auto;
}
.menu-container {
    width: 400px;
    min-height: 1500px;
    background-color: rgba(0,0,0,0.9);
    position: absolute;
    top: -3000px;
    right: 0;
    padding-top: 20px;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 10000;
}
.menu-container .burger {
    padding-top: 60px;
    text-align: center;
}
.menu-container .navbar-nav > li {
    float: none;
    padding: 0;
    position: relative;
    display: block;
    height: auto;
    border-bottom: none;
}
.menu-container .navbar-nav > li:hover {} .menu-container .navbar-nav li .sub-menu {
                                              background-color: transparent;
                                              margin-top: 0
                                          }
/* .menu-container .navbar-nav li:hover > .sub-menu,
.menu-container .navbar-nav li:hover > .sub-menu li:hover > .sub-menu {
    padding: 5px 0 5px 20px;
} */
.menu-container .navbar-nav > li > a {
    font-size: 20px;
    color: rgba(255,255,255,1);
    text-decoration: none;
    padding: 7px 15px;
    border-bottom: 1px rgba(191, 192, 199, 0.5) solid;
}
.menu-container .navbar-nav > li.cart {
    float: none
}
.menu-container .navbar-nav > li:hover > a {
    background: none;
    text-decoration: none;
    color: rgba(254,86,33,1);
    border-bottom-color: rgba(254,86,33,1);
    background-color: rgba(30,34,72,0)
}
.menu-container .navbar-nav > li.cart,
.menu-container .navbar-nav > li.li-search {} .menu-container .navbar-nav > li.cart {
                                                  margin-left: 0;
                                                  padding: 0 0;
                                                  border: 0;
                                                  margin-top: 20px;
                                                  color: #fff
                                              }
.menu-container .navbar-nav > li.cart a,
.menu-container .navbar-nav > li.cart:hover a {
    border: 0
}
.menu-container .navbar-nav > li.cart a {
    display: inline-block;
    float: left;
}
.menu-container .navbar-nav > li.cart:hover {
    text-decoration: none;
    border: 0;
    background-color: transparent
}
.menu-container .navbar-nav li.cart > div {
    top: auto;
    right: auto;
    left: auto;
    position: relative;
    width: auto;
    background-color: transparent;
    text-align: left !important;
    padding: 7px 0;
    height: auto;
    -webkit-transform: initial;
    -ms-transform: initial;
    transform: initial;
}
.menu-container .navbar-nav li.cart > div > div {
    padding: 0 15px 10px 15px;
    color: #fff;
    text-align: left;
    display: inline;
    float: left;
}
.menu-container .navbar-nav li.cart > div a.btn-primary {
    border-color: rgba(254,86,33,1) !important;
    color: rgba(254,86,33,1) !important;
    margin-left: 15px;
    width: auto;
    margin-top: -7px;
    float: right;
}
.menu-container .navbar-nav li.cart > div a.btn-primary:hover,
.menu-container .navbar-nav li.cart > div a.btn-primary:active,
.menu-container .navbar-nav li.cart > div a.btn-primary:focus {
    border-color: #ffffff !important;
    color: #ffffff !important;
    background-color: transparent !important;
}
.menu-container .navbar-nav li.cart > div a.btn {
    margin-left: 15px;
    width: auto;
    margin-top: -7px;
    float: right;
}
.menu-container .navbar-nav li.cart a:hover,
.menu-container .navbar-nav li.li-search a:hover {
    background-color: transparent
}
.menu-container .open-search span {
    border: none;
    margin: 0
}
.menu-container .nav .open > a {
    background: none;
}
.menu-container .navbar-nav > li.li-search {
    padding: 0 15px;
    border: 0;
    display: none
}
.menu-container .navbar-nav > li.search-item-nav {
    padding: 0;
    top: 20px;
    border: 0;
    height: 52px;
    right: 20px;
    left: 0;
}
.menu-container .search-block {
    position: absolute;
    height: 50px;
    left: 0;
    -webkit-transition: .5s;
    transition: .5s;
    overflow: hidden;
    top: 0;
    width: 0
}
.menu-container .navbar-nav li a {
    white-space: normal;
}
.menu-container .search-item-nav input.search-input {
    color: rgba(204,219,56,1)
}
.menu-container .search-item-nav .search-block {
    overflow: visible;
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    top: 0
}
.menu-container .search-block.opened-search {
    overflow: visible;
    width: 100%
}
.menu-container .search-sbmt {
    font-size: 26px;
    top: 8px;
    left: auto;
    right: 15px;
    color: rgba(254,86,33,1);
    cursor: pointer
}
.menu-container .search-sbmt:hover {
    color: rgba(255, 255, 255, 1) !important;
}
.menu-container .search-sbmt-close {
    font-size: 35px;
    display: none
}
.menu-container .search-input {
    padding: 10px 65px;
}
.menu-container input[type=text].search-input {
    padding: 10px 20px 10px 20px;
    font-size: 22px;
    background-color: rgba(255, 255, 255, 0.10);
}
.menu-container .navbar-nav > li.open-search > a {
    margin: 0
}
.menu-container .opacity0 {
    opacity: 0;
    filter: alpha(opacity=0);
}
.menu-container > .menu-item-has-children > a:after {
    content: "\f0da";
}
.menu-container .navbar-nav > li > .sub-menu > .menu-item-has-children:before {
    content: none;
}
.menu-container .navbar-nav {
    float: none;
    margin: 0;
    display: block;
    width: 100%;
}
.menu-container .navbar-nav > li > .sub-menu {
    position: relative;
    background-color: transparent!important;
    box-shadow: none;
    float: none;
    width: 100%;
    left: 0;
    top: 0;
    margin: 0
}
.menu-container .navbar-nav > li:hover > .sub-menu {} .menu-container .navbar-nav > li > .sub-menu > li {
                                                          box-shadow: none;
                                                          background-color: transparent;
                                                      }
.menu-container .navbar-nav > li > .sub-menu > li > a {
    font-size: 18px;
    background-color: transparent;
    color: #ffffff;
    padding: 10px 20px 10px 20px;
    white-space: normal;
}
.menu-container .navbar-nav > li > .sub-menu > li:hover {
    background-color: rgba(105, 105, 109, 0.5);
}
.menu-container .navbar-nav > li > .sub-menu > li.menu-item-has-children > a:after {
    content: "\f111";
    font-family: FontAwesome;
    top: -3px;
    left: 0;
    position: relative;
    padding-left: 10px;
    
}
.menu-container .navbar-nav > li > .sub-menu a:hover {
    color: rgba(254,86,33,1);
    background-color: transparent;
}
.menu-container .nav > li > a:focus {
    background-color: transparent;
}
.menu-container .open-search {
    border-left: 0;
}
.menu-container .navbar-nav > li.li-search a {
    border-left: 0;
}
.minimized .h3bar {
    position: absolute;
    z-index: 9999;
    width: 100%;
    padding-top: 30px;
}
.menu-container .navbar-nav li .sub-menu > li > ul.sub-menu {
    position: relative;
    left: 0;
    float: none;
    width: 100%;
    background-color: transparent
}
.menu-container .navbar-nav li .sub-menu > li > ul.sub-menu > li {
    background-color: transparent;
}
.menu-container .navbar-nav li .sub-menu > li > ul.sub-menu a {
    background-color: transparent;
    border: 0;
    -webkit-transition: all 430ms;
    transition: all 430ms;
    padding: 10px 30px 10px 30px;
    white-space: normal;
}
.menu-container .navbar-nav li .sub-menu > li > ul.sub-menu a:hover {
    background-color: rgba(0, 0, 0, 0.9);
    color: rgba(254,86,33,1)
}
.menu-container .navbar-nav li .sub-menu > li > ul.sub-menu > li.current-menu-item a,
.menu-container .navbar-nav li .sub-menu .current-menu-item a {
    color: rgba(254,86,33,1);
    background-color: transparent
}
/* Header 4 Menu */

.head_centered {} .head_centered .sell_topbar {
                      background-color: rgba(2,168,243,0.5);
                      padding: 12px 0 5px 0
                  }
.head_centered .sell_menuline {
    background-color: rgba(255,255,255,0.94);
}
.head_centered .logo {
    text-align: left;
    padding-top: 10px;
    display: block;
}
.head_centered .cont p {
    color: rgba(255,255,255,1);
    line-height: 30px;
    font-size: 18px
}
.head_centered .cont i {
    color: rgba(254,86,33,1);
    margin-right: 6px
}
.head_centered .btnside {
    text-align: right
}
.head_centered .nav-wrap {
    padding-top: 13px;
}
.head_centered .navbar-collapse {
    width: auto;
    margin: 0 auto;
    text-align: center;
}
.head_centered .navbar-nav {
    width: auto;
    margin: 0 auto;
}
.head_centered .navbar-nav > li {
    
}
.head_centered .navbar-nav > li:hover {
    
}
.head_centered .navbar-nav > li > a {
    padding-bottom: 14px;
    color: rgba(33,33,33,1)
}
.head_centered .navbar-nav > li:hover > a {
    color: rgba(254,86,33,1);
    background-color: rgba(255,255,255,0)
}
.head_centered .navbar-nav li .sub-menu {
    margin-top: 5px;
}
.head_centered .navbar-nav li .sub-menu > li > a {
    border-bottom: 0;
}
.head_centered .navbar-nav li.search-item-nav {
    border-bottom-color: transparent;
    border-bottom-width: 0
}
.head_centered .navbar {
    margin-top: 0;
}
.head_centered .navbar-toogle {
    color: rgba(254,86,33,1);
}
.head_centered .search-item-nav .search-block {
    top: -9px;
}
.head_centered .navbar-nav li.li-search {
    margin-left: 0;
}
.slider_border {
    width: 100% !important;
    margin: 0 20px !important;
    max-width: 1170px !important;
    max-height: 560px !important;
    height: 100% !important
}
/* Header 7  short menuline */

.sell_topbar.topbar2 {
    padding: 15px 0 5px 0;
    background-color: rgba(2,168,243,1);
    color: rgba(255,255,255,1);
}
.sell_topbar.topbar2 .logo {
    float: left;
    padding-top: 0;
}
.sell_topbar.topbar2 .phone {
    font-size: 28px;
    font-weight: bold;
    display: inline-block;
    float: right;
    white-space: nowrap;
}
.sell_topbar.topbar2 .phone span {
    font-size: 14px;
    display: block;
    text-align: right;
    opacity: 0.9;
    line-height: 1.4em;
}
.sell_topbar.topbar2 .phone i {
    font-size: 46px;
    display: block;
    width: 38px;
    float: left;
    line-height: 1em
}
.sell_topbar .ctabtn {
    margin-left: 60px;
    float: right;
    color: rgba(255,255,255,1);
    background-color: rgba(2,136,209,1);
    border-color: rgba(2,136,209,1);
    padding: 13px 35px;
    transition: all 500ms;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
    position: relative;
    overflow: hidden;
    z-index: 9;
    border: 2px rgba(2,136,209,1) solid;
    border-radius: 50px;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.08);
}
.sell_topbar .ctabtn:hover {
    color: rgba(255,255,255,1);
    border-color: rgba(204,219,56,1) !important;
    background-color: rgba(204,219,56,1) !important;
}
.sell_topbar .ctabtn:focus,
.sell_topbar .ctabtn:active {} .sell_topbar.topbar2 .ctabtn {} .head7 {
                                                                   position: relative;
                                                                   z-index: 9999;
                                                               }
.head7 .sell_menuline {
    background-color: rgba(255,255,255,1);
}
.head7 .sell_menuline .nav-wrap {
    padding-top: 10px;
}
.head7 .sell_menuline .navbar {
    margin-top: 0;
}
.head7 .sell_menuline .navbar-nav > li > a {
    color: rgba(33,33,33,1);
    padding-bottom: 17px
}
.head7 .sell_menuline .navbar-nav > li:hover > a {
    color: rgba(2,168,243,1);
}
.head7 .navbar-nav > li:hover {} .head7 .sell_menuline .navbar-nav li.li-search {
                                     float: right;
                                 }
.head7 .sell_menuline .navbar-nav li.cart {
    float: right;
    z-index: 99
}
.head7 .sell_menuline .navbar-nav li.li-search a,
.head7 .sell_menuline .navbar-nav li.cart a {
    border-right: 0;
    border-left-width: 0;
    margin-top: 0
}
.head7 .sell_menuline input[type=text].search-inpt,
.search-item-nav input.search-inpt {
    height: 48px;
}
.head7 .sell_menuline .search-item-nav .search-block {
    top: -10px;
}
.head7 #stickymenu.sell_menuline.default {
    -webkit-transition: all 430ms;
    transition: all 430ms;
}
.head7 #stickymenu.sell_menuline.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2);
    z-index: 10005;
    margin-top: 0;
}
@media (max-width: 1024px) {
    .search-item-nav .search-block {
        top: 6px;
    }
    .head_tr .navbar-nav > li > a {
        padding: 10px 5px 30px 5px;
    }
    .head_boxed .navbar-nav li a {
        padding: 40px 5px 35px 5px;
    }
}
@media (max-width: 992px) {
    .navbar {
        margin-top: 0
    }
    .navbar-header {
        float: none;
    }
    .navbar-left,
    .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 0;
        box-shadow: none;
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 0;
        margin-bottom: 30px;
    }
    .navbar-nav li {
        float: none;
        display: block;
        border-bottom: 0!important;
    }
    .navbar-nav li:hover {} .navbar-nav li .sub-menu {
                                top: 100%
                            }
    .navbar-nav li a {} .navbar-collapse {
                            margin-top: 20px;
                        }
    .collapse.in {
        display: block !important;
        height: auto;
    }
    .navbar-collapse {
        width: 100%!important;
    }
    .nav-wrap {
        padding-top: 19px;
    }
    .in .navbar-nav {
        height: auto;
    }
    .in .navbar-nav li .menu-item-has-children {
        height: auto
    }
    .in .navbar-nav li:hover .sub-menu {
        position: relative;
        float: none;
    }
    .navbar-nav li a,
    .navbar-nav li .sub-menu > li > a,
    .navbar-nav li .sub-menu > li > ul.sub-menu > li a {
        font-size: 20px;
        padding: 10px 15px;
    }
    .in .navbar-nav > li > .sub-menu > .menu-item-has-children {
        position: relative;
        height: auto;
    }
    .in .navbar-nav li .sub-menu > li > ul.sub-menu {
        position: relative;
        left: 0;
    }
    .in .navbar-nav > li > .sub-menu > .menu-item-has-children:before {
        font-size: 18px;
    }
    .in .nav > .menu-item-has-children > a:after {} .navbar-nav li.cart:hover div {
                                                        display: none;
                                                    }
    .search-item-nav .search-block {
        top: -10px;
    }
    .menu-container .navbar-nav > li > .sub-menu {
        position: relative;
        float: none;
    }
    .sell_menuline .navbar-nav > li.current-menu-item {} .sell_menuline .navbar-nav > li:before {
                                                             -webkit-transform: skewX(0deg);
                                                             -ms-transform: skewX(0deg);
                                                             transform: skewX(0deg);
                                                         }
    .sell_menuline .in .navbar-nav > li:hover > .sub-menu {
        margin-left: 14px;
    }
    .sell_menuline .navbar-nav li .sub-menu > li > ul.sub-menu {
        top: 0;
    }
    .navbar-nav >li.search-item-nav {
        bottom: 0;
        top: auto;
        left: 15px;
        clear: both;
        height: 40px;
        float: none;
        position: relative;
        max-width: 90%;
    }
    .navbar-nav > li > .sub-menu > .menu-item-has-children:before {
        top: 12px;
    }
    .sell_topbar p {
        margin: 4px 15px 15px 0;
        padding-left: 0;
        text-align: center;
    }
    .sell_topbar .social ul li {
        float: none;
        text-align: center;
    }
    .sell_topbar {
        margin-top: 0px;
    }
    .sell_topbar .cdata {
        text-align: center;
    }
    .logo {
        padding: 16px 0 7px 0;
    }
    .navbar-nav li.cart div {
        position: relative;
        padding: 15px 10px;
        display: none;
    }
    .navbar-nav li.cart div a {
        width: 100%;
    }
    .nav-tabs>li {
        margin-right: 0;
        margin-bottom: 30px;
    }
    .head_tr .sell_menuline {
        margin-top: 0;
    }
    .head_tr .sell_menuline,
    .head_tr .sell_topbar {} .head_tr .sell_topbar {
                                 position: relative;
                             }
    .head_tr .sell_menuline {
        position: relative;
        top: auto
    }
    .head_tr .navbar-nav > li:hover {
        padding-bottom: 2px;
    }
    .head_tr .navbar-nav > li > a {
        padding: 7px 15px;
    }
    .head_tr .search-item-nav .search-block {
        top: -14px;
    }
    .head_tr .nav-wrap {
    }
    .head_tr .navbar-collapse {background-color: #fff;
    }
    .head_centered .logo {
        text-align: center;
    }
    .head_centered .navbar-nav > li > a {
        padding: 7px 15px;
    }
    .head_centered .sell_topbar p {
        margin-bottom: 0
    }
    .head_centered .navbar-collapse {
        margin: 0;
        text-align: left;
    }
    .head_centered .cont p {
        text-align: left !important;
    }
    .head_centered .social ul {
        text-align: right !important;
    }
    .head_centered .search-item-nav .search-block {
        top: auto;
        bottom: 0;
    }
    .head_centered .navbar-nav {
        text-align: left;
    }
    .shortheader1.head_line .sell_menuline,
    .shortheader1.head_line .sell_topbar {}
    .shortheader1.head_line .sell_topbar {position: relative}
    .shortheader1.head_line .sell_menuline {
        position: relative;top: auto;
    }
    .pageheading h1,
    .single .pageheading h1 {
        margin: 80px 0 140px 0;
    }
    .shortheader1.head_line .collapse.in {
        /* background-color: rgba(204,219,56,1); */
    }
    .head_boxed .sell_topbar {
        position: relative;
        background-color: #f2f0f5;
    }
    .head_boxed .sell_menuline {
        position: relative;
        top: auto;
        margin-top: 0
    }
    .head_boxed .collapse.in {} .head_boxed .navbar-toogle {
                                    margin-top: 0;
                                }
    .head_boxed .navbar-nav li a {
        padding: 7px 15px;
    }
    .head_boxed .search-item-nav .search-block {
        top: -35px;
    }
    .navbar-collapse {
        clear: both
    }
    .head_boxed .navbar-nav > li.li-search:before,
    .head_boxed .navbar-nav > li.cart:before {
        content: none
    }
    .head_boxed .navbar-nav >li.search-item-nav {
        bottom: 30px;
    }
    .shortheader1.head_line .navbar-nav>li>a.open-search {} .shortheader1.head_line .search-item-nav .search-block {
                                                                top: -16px;
                                                                padding-right: 20px;
                                                            }
    .shortheader1.head_line button.search-sbmt-close {
        right: 30px;
    }
    .navbar-nav li .sub-menu > li > a {
        white-space: normal;
    }
    .menu-container .navbar-nav li.cart > div {
        display: block
    }
    .head_centered .sell_topbar {
        padding: 12px 0 14px 0;
    }
    .head_centered .nav-wrap {
        padding: 10px 15px 8px 15px;
    }
    .head7 .sell_menuline .nav-wrap {
        padding: 15px 15px 10px 15px;
    }
}
@media (max-width: 768px) {
    .navbar-right .sub-menu {
        left: auto;
        right: 0;
    }
    .navbar-right .sub-menu-left {
        left: 0;
        right: auto;
    }
    .navbar-toogle {} .head_centered .sell_topbar .cdata a {
                          left: 0
                      }
    .sell_topbar {
        font-size: 18px;
    }
    .sell_topbar.topbar2 .ctabtn {
        margin: 10px 0 20px 0;
    }
    .sell_topbar.topbar2 .phone {
        margin: 10px auto 5px auto;
    }
}
@media screen and (max-width: 740px) {
    .logo {
        max-width: 80%
    }
    .logo img {
        max-width: 100%
    }
    .nav-wrap {
        margin-top: -95px;
    }
    .wpcf7-form-control-wrap {
        margin-bottom: 30px !important;
    }
    .darkform .wpcf7-form-control-wrap {
        margin-bottom: 0 !important;
    }
    .head_centered .logo {
        max-width: 100%;
    }
    .head_centered .nav-wrap {
        padding-top: 28px;
    }
    .head_centered .cont,
    .head_centered .cont p,
    .head_centered .btnside {
        text-align: center
    }
    .head_centered .cont p {
        margin-right: 0
    }
    .head_centered .navbar-collapse {
        padding-top: 50px;
    }
    .navbar-nav li.cart .count {
        left: 0;
    }
    .head7 .sell_menuline .nav-wrap {
        margin-top: 0;
    }
}
@media screen and (max-width: 640px) {
    .sell_topbar.topbar2 .col-xs-12 > div {
        margin-top: 25px;
    }
    .head7 .logo {
        float: none;
        margin-bottom: 15px !important;
    }
    .head7 .btn {
        margin-top: 15px;
        float: none;
        margin-left: 0!important;
    }
    .nav-wrap {
        padding-top: 8px;
    }
    .sell_topbar .ctabtn {display: inline-block; float: none; margin: 10px 0 0 0;}
}
@media (max-width: 620px) {
    .navbar-toogle {}
    .nav-wrap {
        margin-top: -67px;
    }
    .minimized .cont,
    .minimized .cont p,
    .minimized .burger,
    .minimized .tac {
        text-align: center
    }
    .minimized .sell_menuline {
        margin-top: 0;
    }
    .minimized .cont p,
    .minimized .sell_menuline .logo {
        margin-bottom: 0
    }
    .minimized .sell_menuline .logo {padding-top: 23px}
    .minimized .burger {
        padding-top: 13px;
    }
    .head_centered .cont p,
    .head_centered .social ul,
    .head_centered .tac {
        text-align: center !important;
    }
    .pageheading h1,
    .single .pageheading h1 {

    }
    .head_centered .sell_menuline {
        padding-top: 82px
    }
    .head_centered .logo {
        text-align: center;
        margin-bottom: 13px;
    }
    .head_centered .nav-wrap {
        padding-top: 11px;
    }
    .head_centered .search-item-nav .search-block {
        top: -17px;
    }
    .head_centered .navbar-collapse {
        padding-top: 0;
    }
    .head_tr .nav-wrap {

    }
    .sell_topbar p {
        line-height: 1.5;
    }
    .sell_topbar.topbar2 {
        text-align: center;
    }
    .sell_topbar.topbar2 .ctabtn {
        float: none;
        clear: both;
        margin: 10px auto 20px auto !important;
        display: block;
    }
    .sell_topbar.topbar2 .col-xs-12 > a,
    .sell_topbar.topbar2 .col-xs-12 > div {
        float: none;
        margin: 0 auto;
    }
    .sell_topbar.topbar2 .logo {
        float: none;
    }
}
@media (max-width: 480px) {
    .navbar-nav li a,
    .navbar-nav li .sub-menu > li > a,
    .navbar-nav li .sub-menu > li > ul.sub-menu > li a {
        font-size: 18px;
        white-space: normal;
    }
    .in .navbar-nav > li > .sub-menu > .menu-item-has-children:before {
        top: 14px;
    }
    .in .navbar-nav > li > .sub-menu > .menu-item-has-children:before {
        top: 6px;
        font-size: 18px;
    }
    .navbar-nav li a,
    .navbar-nav li .sub-menu > li > a,
    .navbar-nav li .sub-menu > li > ul.sub-menu > li a {
        padding: 7px 15px;
    }
    .in .navbar-nav > li > .sub-menu > .menu-item-has-children:before {
        top: 6px;
        font-size: 18px;
    }
    .head_boxed .logo {
        max-width: 80%;
        margin-left: -15px;
    }
    .head_boxed .nav-wrap {
        margin-top: -72px;
    }
    .menu-container .navbar-nav li.cart > div a.btn-primary {
        padding: 7px 7px !important;
    }
    .minimized .cont p {
        text-align: center;
    }
    .minimized .sell_menuline {
        position: relative;
    }
    .head_tr .nav-wrap {

    }
    .head_centered .cont p {
        text-align: center !important;
    }
    .head_centered .social ul {
        text-align: center !important;
    }
    .head_centered .navbar-nav>li>a.open-search {
        padding-top: 10px;
    }
    .head_centered .logo {
        width: 100%
    }
    .head_centered .logo img {
        max-width: 100%
    }
    .head_tr .sell_menuline {
        position: relative;
        top: 0;
    }
    .head_tr .navbar-nav>li>a.open-search {
        padding: 10px 15px 10px 15px;
    }
    .search-item-nav .search-block {
        top: -20px;
    }
}
@media (max-width: 440px) {
    .navbar-toogle {
        margin-top: 0;
    }
    .nav-wrap {
        margin-top: -79px;
    }
    .head_tr .nav-wrap {

    }
    .head_centered .nav-wrap {
        padding-top: 12px;
    }
}
@media (max-width: 400px) {
    .head_boxed .nav-wrap {

    }
}
@media (max-width: 380px) {} @media (max-width: 360px) {
    .head_boxed .nav-wrap {
        margin-top: -70px;
    }
    .menu-container .navbar-nav li.cart > div > div {
        display: none
    }
}
@media (max-width: 330px) {
    .nav-wrap {
        margin-top: -79px;
    }
    .head_tr .nav-wrap {
        margin-top: -79px;
    }
}
/* =========================================
4. Buttons
*/

input[type=submit] {
    cursor: pointer
}
a.btn,
span.btn,
button.btn,
div.btn a,
div.rev-btn.btn,
div.btn button,
main input[type=submit],
main input[type=reset],
main input[type=button],
input[type=submit].btn {
    display: inline-block !important;
    text-decoration: none !important;
    outline: 0 !important;
    margin-bottom: 0 !important;
    font-weight: bold !important;
    line-height: 1 !important;
    text-align: center !important;
    white-space: nowrap !important;
    text-decoration: none !important;
    vertical-align: middle !important;
    cursor: pointer !important;
    -moz-user-select: none !important;
    background-image: none !important;
    text-transform: uppercase !important;
    box-sizing: border-box !important;
    -webkit-transition: all 430ms !important;
    transition: all 430ms !important;
    position: relative !important;
    z-index: 1050 !important;
    border-radius: 5px !important;
    padding: 14px 30px 15px 30px !important;
    font-size: 13px !important;
    border: 3px solid rgba(121,85,218,1)!important;
    color: #fff !important;
    background-color: rgba(121,85,218,1)!important;
    overflow: hidden;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.08);
3502    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.08);
}
a.btn:hover,
span.btn:hover,
button.btn:hover,
div.btn a:hover,
div.rev-btn.btn:hover,
div.btn button:hover,
main input[type=submit]:hover,
main input[type=reset]:hover,
main input[type=button]:hover,
input[type=submit].btn:hover {
    background-color: rgba(248,164,42,1)!important;
    border-color: rgba(248,164,42,1)!important
}
a.btn:active,
button.btn:active,
div.btn a:active,
div.rev-btn.btn:active,
div.btn button:active,
main input[type=submit]:active,
main input[type=reset]:active,
main input[type=button]:active,
a.btn:focus,
button.btn:focus,
div.btn a:focus,
div.rev-btn.btn:focus,
div.btn button:focus,
main input[type=submit]:focus,
main input[type=reset]:focus,
main input[type=button]:focus {
    box-shadow: none;
}
a.btn:hover,
button.btn:hover,
div.btn a:hover,
div.rev-btn.btn:hover,
div.btn button:hover {
    text-decoration: none !important;
}
a.btn:active,
button.btn:active,
div.btn a:active,
div.rev-btn.btn:active,
div.btn button:active {
    outline: none
}
main input[type=submit]:active,
main input[type=submit]:focus,
main button:focus,
main button:active,
main input[type=reset]:active,
main input[type=button]:active,
main input[type=reset]:focus,
main input[type=button]:focus {} a.btn-lg,
                                 span.btn-lg,
                                 button.btn-lg,
                                 div.btn-lg a,
                                 div.rev-btn-lg.btn-lg,
                                 div.btn-lg button,
                                 main input[type=submit].btn-lg,
                                 main input[type=reset].btn-lg,
                                 main input[type=button].btn-lg {
                                     padding: 19px 40px 17px 40px !important;
                                     font-size: 17px !important;
                                 }
a.btn-sm,
span.btn-sm,
button.btn-sm,
div.btn-sm a,
div.rev-btn-sm.btn-sm,
div.btn-sm button {
    padding: 8px 24px 7px 24px !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
}
a.btn-xs,
span.btn-xs,
button.btn-xs,
div.btn-xs a,
div.rev-btn-xs.btn-xs,
div.btn-xs button {
    padding: 6px 17px !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
}
a.btnw,
span.btnw,
button.btnw,
div.btnw a,
div.rev-btnw.btnw,
div.btnw button {
    width: 100% !important
}
a.btnw8,
span.btnw8,
button.btnw8,
div.btnw8 a,
div.rev-btnw8.btnw8,
div.btnw8 button {
    width: 80% !important
}
a.btn-default,
button.btn-default,
div.btn-default a,
div.rev-btn.btn.btn-default,
div.btn-default button,
input[type=submit].btn-default {
    color: rgba(153,121,237,1) !important;
    background-color: transparent !important;
    border-color: rgba(153,121,237,1) !important;
}
a.btn-default:hover,
button.btn-default:hover,
div.btn-default a:hover,
div.rev-btn.btn.btn-default:hover,
div.btn-default button:hover,
input[type=submit].btn-default:hover {
    color: #fff!important;
    background-color: rgba(153,121,237,1) !important;
    border-color: rgba(153,121,237,1) !important;
}
a.btn-primary,
button.btn-primary,
div.btn-primary a,
div.rev-btn.btn.btn-primary,
div.btn-primary button,
input[type=submit].btn-primary {
    color: rgba(204,219,56,1) !important;
    background-color: transparent !important;
    border-color: rgba(204,219,56,1) !important;
}
a.btn-primary:hover,
button.btn-primary:hover,
div.btn-primary a:hover,
div.rev-btn.btn.btn-primary:hover,
div.btn-primary button:hover,
input[type=submit].btn-primary:hover {
    background-color: rgba(204,219,56,1) !important;
    border-color: rgba(204,219,56,1) !important;
    color: #fff !important;
}
a.btn-success,
button.btn-success,
div.btn-success a,
div.rev-btn.btn.btn-success,
div.btn-success button,
input[type=submit].btn-success {
    background-color: rgba(248,164,42,1) !important;
    border-color: rgba(248,164,42,1) !important;
    color: #fff !important;
    font-weight: bold!important;
}
a.btn-success:hover,
button.btn-success:hover,
div.btn-success a:hover,
div.rev-btn.btn.btn-success:hover,
div.btn-success button:hover,
input[type=submit].btn-success:hover {
    color: #fff !important;
    border-color: rgba(233,139,2,1) !important;
    background-color: rgba(233,139,2,1) !important;
}
a.btn-info,
span.btn-info,
button.btn-info,
div.btn-info a,
div.rev-btn.btn-info,
div.btn-info button,
.navbar-nav > li > a.btn-info,
input[type=submit].btn-info {
    color: rgba(254,86,33,1) !important;
    background-color: transparent !important;
    border-color: rgba(254,86,33,1) !important
}
a.btn-info:hover,
span.btn-info:hover,
button.btn-info:hover,
div.btn-info a:hover,
div.rev-btn.btn.btn-info:hover,
div.btn-info button:hover,
.navbar-nav > li > a.btn-info:hover,
input[type=submit].btn-info:hover {
    color: #fff !important;
    background-color: rgba(254,86,33,1) !important;
    border-color: rgba(254,86,33,1) !important
}
a.btn-warning,
button.btn-warning,
div.btn-warning a,
div.rev-btn.btn.btn-warning,
div.btn-warning button,
input[type=submit].btn-warning {
    background-color: rgba(254,86,33,1) !important;
    border-color: rgba(254,86,33,1) !important;
    color: #FFF !important
}
a.btn-warning:hover,
button.btn-warning:hover,
div.btn-warning a:hover,
div.rev-btn.btn.btn-warning:hover,
div.btn-warning button:hover,
input[type=submit].btn-warning:hover {
    background-color: rgba(230,74,25,1)!important;
    border-color: rgba(230,74,25,1)!important;
    color: rgba(255, 255, 255, 1) !important
}
a.btn-danger,
button.btn-danger,
div.btn-danger a,
div.rev-btn.btn.btn-danger,
div.btn-danger button,
input[type=submit].btn-danger {
    background-color: rgba(153,121,237,1) !important;
    border-color: rgba(153,121,237,1) !important;
    color: #FFF !important
}
a.btn-danger:hover,
button.btn-danger:hover,
div.btn-danger a:hover,
div.rev-btn.btn.btn-danger:hover,
div.btn-danger button:hover,
input[type=submit].btn-danger:hover {
    border-color: rgba(121,85,218,1) !important;
    background-color: rgba(121,85,218,1) !important;
    color: #fff !important
}
a.btn-link,
button.btn-link,
div.btn-link a,
div.rev-btn.btn.btn-link,
div.btn-link button,
input[type=submit].btn-link {
    background-color: #f3f3f3 !important;
    border-color: #f3f3f3 !important;
    color: rgba(2,168,243,1) !important
}
a.btn-link:hover,
button.btn-link:hover,
div.btn-link a:hover,
div.rev-btn.btn.btn-link:hover,
div.btn-link button:hover,
input[type=submit].btn-link:hover {
    color: #fff !important;
    border-color: rgba(2,168,243,1) !important;
    background-color: rgba(2,168,243,1) !important;
}
a.btn-gray,
button.btn-gray,
div.btn-gray a,
div.btn-gray a,
div.rev-btn.btn.btn-gray,
div.btn-gray button,
input[type=submit].btn-gray {
    background-color: transparent !important;
    border-color: rgba(191, 192, 199, 1) !important;
    color: rgba(191, 192, 199, 1) !important
}
a.btn-gray:hover,
button.btn-gray:hover,
div.btn-gray a:hover,
div.rev-btn.btn.btn-gray:hover,
div.btn-gray button:hover,
input[type=submit].btn-gray:hover {
    background-color: rgba(191, 192, 199, 1) !important;
    color: #FFF !important;
    border-color: rgba(191, 192, 199, 1)
}
a.btn-second,
span.btn-second,
button.btn-second,
div.btn-second a,
div.rev-btn.btn.btn-second,
div.btn-second button,
input[type=submit].btn-second {
    color: #fff!important;
    background-color: rgba(2,168,243,1) !important;
    border-color: rgba(2,168,243,1) !important;
}
a.btn-second:hover,
span.btn-second:hover,
button.btn-second:hover,
div.btn-second a:hover,
div.rev-btn.btn.btn-second:hover,
div.btn-second button:hover,
input[type=submit].btn-second:hover {
    color: #fff !important;
    border-color: rgba(2,168,243,1) !important;
    background-color: rgba(2,168,243,1) !important;
}
a.btn-white,
button.btn-white,
div.btn-white a,
div.rev-btn.btn.btn-white,
div.btn-white button,
input[type=submit].btn-white {
    color: #FFF !important;
    border-color: rgba(204,219,56,1) !important;
    background-color: rgba(204,219,56,1) !important;
}
a.btn-white:hover,
button.btn-white:hover,
div.btn-white a:hover,
div.rev-btn.btn.btn-white:hover,
div.btn-white button:hover,
input[type=submit].btn-white:hover {
    color: rgba(204,219,56,1) !important;
    border-color: #fff !important;
    background-color: #fff !important;
}
a.btn-standard,
button.btn-standard,
div.btn-standard a,
div.rev-btn.btn.btn-standard,
div.btn-standard button,
input[type=submit].btn-standard {
    background-color: rgba(204,219,56,1) !important;
    border-color: rgba(204,219,56,1) !important;
    color: #FFF !important
}
a.btn-standard:hover,
button.btn-standard:hover,
div.btn-standard a:hover,
div.rev-btn.btn.btn-standard:hover,
div.btn-standard button:hover,
input[type=submit].btn-standard:hover {
    background-color: rgba(215,232,47,1) !important;
    border-color: rgba(215,232,47,1) !important;
    color: #FFF !important
}
a.btn-event,
button.btn-event,
div.btn-event a,
div.rev-btn.btn.btn-event,
div.btn-event button,
input[type=submit].btn-event {
    background-color: rgba(254,86,33,1) !important;
    border-color: rgba(254,86,33,1) !important;
    color: #FFF !important
}
a.btn-event:hover,
button.btn-event:hover,
div.btn-event a:hover,
div.rev-btn.btn.btn-event:hover,
div.btn-event button:hover,
input[type=submit].btn-event:hover {
    background-color: rgba(2,168,243,1) !important;
    border-color: rgba(2,168,243,1) !important;
    color: #FFF !important
}
.gform input[type=submit] {
    background-image: url(../images/form-img.png)!important;
    background-repeat: no-repeat!important;
    background-position: 10px center;
    padding: 15px 28px 15px 48px !important;
}
.vc_btn3.vc_btn3-size-md.vc_btn3-icon-left:not(.vc_btn3-o-empty) {
    padding-left: 48px !important;
    text-transform: none!important;
    font-size: 17px!important
}
.vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
    padding-right: 48px !important;
    text-transform: none!important;
}
/* =========================================
5. Grid
*/

.clearfix {
    clear: both
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    content: " ";
    display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after {
    clear: both;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.container {
    width: 1170px;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    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%;
}
@media (min-width: 768px) {
    .col-sm-1,
    .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-sm-10,
    .col-sm-11,
    .col-sm-12 {
        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%;
    }
}
@media (min-width: 992px) {
    .col-md-1,
    .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-md-10,
    .col-md-11,
    .col-md-12 {
        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%;
    }
}
@media (min-width: 1200px) {
    .col-lg-1,
    .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-lg-10,
    .col-lg-11,
    .col-lg-12 {
        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%;
    }
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-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;
    }
    th.visible-xs,
    td.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;
    }
    th.visible-sm,
    td.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;
    }
    th.visible-md,
    td.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;
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
    .visible-lg-block {
        display: block !important;
    }
    .visible-lg-inline {
        display: inline !important;
    }
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}
.hidden {
    display: none !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;
    }
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
/* =========================================
6. Pages and content block for page
*/
/*Search*/

.page-content p {
    text-align: center;
}
.page-content .search-form .search-submit {
    width: 200px
}
.page-content .search-form {
    max-width: 600px;
    margin: 20px auto 80px auto;
    height: 100px
}
.page-content .search-form label {
    float: left;
    width: -webkit-calc(100% - 230px);
    width: calc(100% - 230px);
    margin-bottom: 20px;
}
.page-content .search-form {
    position: relative;
    height: 100px;
    margin: 0 auto 80px auto;
    width: 100%;
    max-width: 600px;
}
.page-content .search-form label {
    float: left;
    width: -webkit-calc(100% - 230px);
    width: calc(100% - 230px);
    margin-bottom: 20px;
}
.page-content .search-form input[type=search] {
    width: 100%;
    display: inline-block;
    min-width: 200px;
    margin-right: 20px;
    float: left
}
.page-content .search-form input[type=submit] {
    width: 200px;
    display: inline-block;
    float: left
}
/* 404 */

.e404 {
    display: block;
    margin-top: 35px;
}
.e404 p {
    text-align: center
}
.e404 .block {
    position: relative;
    display: block;
    width: 550px;
    margin: 0 auto;
}
.e404 img {} .e404 .big {
                 font-family: Roboto Slab;
                 text-align: center;
                 margin-bottom: 30px;
                 font-size: 200px;
                 line-height: 200px;
                 font-weight: bold;
                 color: rgba(204,219,56,1)
             }
.e404 h2 {
    text-align: center;
    margin-bottom: 30px;
}
.e404 .wrapper {
    width: 80px;
    height: 80px;
    position: absolute;
    display: block;
    top: -40px;
    right: -25px;
    clip: rect(auto, auto, auto, auto);
    z-index: 1;
    background: url(../images/logo1.png) no-repeat center;
}
.e404 .dividerdouble {
    margin: 30px auto;
    width: 90px;
    height: 4px;
    border-top: 1px #e4e4e5 solid;
    border-bottom: 1px #e4e4e5 solid;
    clear: both;
}
.elips {
    background: url(../images/elips.png) no-repeat center;
    height: 30px;
}
/* Pagination */

.pagination {
    width: 100%;
    text-align: center;
    padding: 30px 0 100px 0;
    clear: both;
}
.pagination ul,
nav.woocommerce-pagination ul {
    width: 60%;
    margin: 40px auto;
    padding: 0;
    list-style: none;
    display: inline
}
.woocommerce-pagination {
    margin-bottom: 60px
}
.pagination ul li,
nav.woocommerce-pagination ul li {
    margin: 0;
    padding: 0;
    display: inline-block;
}
.pagination ul li a,
nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    display: block;
    text-decoration: none;
    margin: 0 5px;
    height: 48px;
    width: 48px;
    text-align: center;
    border: 1px transparent solid;
    padding: 12px 10px 10px 10px;
    font-weight: bold;
    font-size: 15px;
    color: #d3ced2;
    -webkit-transition: all 430ms;
    transition: all 430ms;
    border: 1px solid #ebebeb;
    border-radius: 50%
}
.pagination ul li a .icon {
    margin-top: 4px;
    display: block
}
.pagination ul li.active a {
    border-color: rgba(204,219,56,1);
    background-color: rgba(204,219,56,1);
    border-radius: 50%;
    color: rgba(255, 255, 255, 1)
}
.pagination ul li.disabled a {
    color: #888888
}
.pagination ul li.disabled a:hover {
    color: #FFF
}
.pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    text-decoration: none;
    border-color: rgba(204,219,56,1);
    border-radius: 50%;
    background-color: rgba(204,219,56,1);
    color: rgba(255, 255, 255, 1)
}
.pagination ul li a:hover .icon {
    color: #FFF
}
.pagination ul li.right a {
    width: 72px!important;
    border-radius: 23px!important
}
.pr {
    border-radius: 18px!important
}
.post-password-form input[type=password] {
    width: 50%;
    margin-left: 20px;
}
.page-links {
    text-align: center;
    margin-bottom: 40px
}
.page-links span {
    display: inline-block;
    text-decoration: none;
    margin: 0 5px;
    height: 48px;
    width: 48px;
    text-align: center;
    padding: 11px 13px 13px 13px;
    font-size: 20px;
    color: #fff;
    border: 1px solid rgba(204,219,56,1);
    border-radius: 50%;
    background-color: rgba(204,219,56,1)
}
.page-links a span {
    display: inline-block;
    color: rgba(182,182,182,1);
    background-color: transparent;
    -webkit-transition: all 430ms;
    transition: all 430ms;
    border: 1px rgba(182,182,182,1) solid;
}
.page-links a:hover span {
    text-decoration: none;
    background-color: rgba(204,219,56,1);
    border-color: rgba(204,219,56,1);
    color: #fff;
    border: 1px solid;
}
.page-links span {} .page-links span.page-links-title {
                        background-color: transparent;
                        border-color: transparent;
                        width: auto;
                        color: rgba(215,232,47,1)
                    }
.blogpagination {
    width: 100%;
    text-align: center;
    clear: both;
    margin: 20px 0 80px 0
}
.blogpagination a,
.blogpagination span {
    display: inline-block;
    text-decoration: none;
    margin: 0 5px;
    height: 48px;
    text-align: center;
    border: 1px rgba(182,182,182,1) solid;
    border-radius: 50%;
    padding: 11px 20px 10px 20px;
    font-size: 15px;
    color: rgba(182,182,182,1);
    -webkit-transition: all 430ms;
    transition: all 430ms;
    white-space: nowrap
}
.blogpagination a:hover {
    text-decoration: none;
    border-color: rgba(204,219,56,1);
    background-color: rgba(204,219,56,1);
    color: #FFF
}
.blogpagination span {
    border-color: rgba(204,219,56,1);
    background-color: rgba(204,219,56,1);
    color: #fff;
    white-space: nowrap
}
.blogpagination .prev,
.blogpagination .next {
    border-radius: 32px;
}
/* Testimonial single */

.testimonialsingle {
    position: relative;
    margin-bottom: 40px;
    text-align: center;
}
.testimonial .post-edit-link,
.testimonialsarchive .post-edit-link {
    color: #fff
}
.testimonialsingle:after {
    content: "\f0d7";
    position: absolute;
    top: -31px;
    left: 49%;
    font-family: 'FontAwesome';
    font-size: 40px;
    color: rgba(248,164,42,1);
    display: block;
}
.testimonialsingle .mention,
.testimonialsarchive .mention {} .testimonial .mention {
                                     color: #fff;
                                     text-align: justify;
                                     background-color: rgba(248,164,42,1);
                                     border-radius: 100px;
                                     padding: 55px 60px 45px 60px
                                 }
.testimonialsingle .mention .entry-meta {
    color: #9b9c9e;
    font-style: normal;
    font-size: 15px;
    margin: 0;
    padding: 0;
    border-bottom: 0
}
.testimonial p {
    margin-bottom: 15px!important;
    text-align: center;
}
.testimonialsingle .face {
    display: block;
    margin: 0 40px 20px 0;
    float: left;
    text-align: center;
}
.testimonialsingle strong,
.testimonialsarchive strong {
    font-size: 16px;
    color: #212121;
    display: inherit;
    text-align: center;
    margin-top: 22px;
}
.testimonialsingle .face p,
.testimonialsarchive strong+p {
    color: rgba(2,168,243,1);
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
}
.testimonialsingle img {
    border-radius: 150px;
    margin-bottom: 10px;
    height: 150px;
    width: 150px;
    position: relative;
    z-index: 999;
}
.testimonialsingle .wrapper {
    display: inline-block;
    margin: 0 auto;
}
.testimonialsingle .icon-quote-right {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 90px;
    color: rgba(229, 192, 125, 0.15);
}
.post-navigation {
    margin-bottom: 70px
}
.paging-navigation {
    margin-bottom: 60px
}
.testimonialsingle .postname {
    font-size: 14px;
    color: rgba(153,121,237,1);
    text-align: center;
    margin-bottom: 10px;
}
.entry-content .testimonialsingle img {
    height: 66px;
    width: 66px
}
/* Testimonials Archive */

.testimonialsarchive {} .testimonialsarchive .testimonial {
                            width: 100%;
                            margin-right: 0;
                            text-align: left;
                            margin-bottom: 60px;
                            position: relative;
                            min-height: 160px;
                        }
.testimonialsarchive .testimonial .entry-content {
    margin: 0 0 40px 0;
}
.testimonialsarchive .testimonial:nth-of-type(2n) {
    margin-right: 0;
}
.testimonialsarchive .testimonial:nth-of-type(2n+1) {
    clear: both
}
.testimonialsarchive .testimonial:first-child {
    clear: none
}
.testimonialsarchive .testimonial img {
    border-radius: 150px;
    margin-bottom: 10px;
    height: 66px;
    width: 66px;
    position: relative;
    z-index: 999;
}
.testimonialsarchive .testimonial .wrapper {
    width: 68px;
    height: 68px;
    position: relative;
    display: block;
    clip: rect(auto, auto, auto, auto);
    z-index: 1;
    margin: 0 auto;
}
/* Testimonials Shortcode 1 */
.slick-prev, .slick-next {
    overflow:visible
}
.testimonials_box {
    padding: 30px 0;
    position: relative
}
.testimonials_box .item {
    float: left;
    outline: none
}
.testimonials_box .item .mention {
    border-radius: 0;
    padding: 45px 50px;
    position: relative;
    margin-right: 1px
}
.testimonials_box .item:nth-child(odd) .bubbles .mention {
    background-color: rgba(204,219,56,1);
    border-radius: 4px;
}
.testimonials_box .item:nth-child(even) .bubbles .mention {
    background-color: rgba(2,168,243,1);
    margin-top: 25px;
    border-radius: 4px;
}
.testimonials_box .mention {
    color: #FFF;
    line-height: 1.4em;
}
.testimonials_box .item:nth-child(odd) .mention:after {
    content: "";
    position: absolute;
    left: 25%;
    bottom: -21px;
    width: 0;
    height: 0;
    border-top: 0 solid transparent;
    border-left: 30px solid rgba(204,219,56,1);
    border-bottom: 22px solid transparent;
    z-index: -1;
}
.testimonials_box .item:nth-child(even) .mention:after {
    content: "";
    position: absolute;
    right: 25%;
    bottom: -21px;
    width: 0;
    height: 0;
    border-top: 0 solid transparent;
    border-right: 25px solid rgba(2,168,243,1);
    border-bottom: 22px solid transparent;
    z-index: -1;
}
.testimonials_box .bubbles .face strong {
    color: #212121;
    display: block;
    padding-top: 10px;
}
.testimonials_box .bubbles .face p {
    color: rgba(2,168,243,1);
    font-size: 15px;
    line-height: 1em;
}
.testimonials_box .item:nth-child(odd) .mention {
    color: #fff
}
.testimonials_box .item:nth-child(odd) .face {
    margin: 60px auto auto 60px;
    text-align: left
}
.testimonials_box .item:nth-child(odd) .face img {
    float: left;
    margin-right: 20px;
}
.testimonials_box .item .face a img {
    border: 0;
    outline: none
}
.testimonials_box .item:nth-child(even) .mention {
    background-color: #171b21;
    margin-top: 25px;
}
.testimonials_box .item:nth-child(even) .face {
    margin: 60px 60px auto auto;
    text-align: right
}
.testimonials_box .item:nth-child(even) .face p {
    text-align: right;
}
.testimonials_box .item:nth-child(even) .face img {
    float: right;
    margin-left: 20px;
}
.testimonials_box .item .face img {
    width: 66px;
    height: 66px;
    border-radius: 100px;
}
.testimonials_box .slick-dots {
    text-align: center;
    height: 25px;
    list-style: none;
    margin: 0 auto 20px auto;
    padding: 0;
}
.testimonials_box .slick-dots li {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
}
.testimonials_box .slick-dots li button {
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 7px;
    border-radius: 20px;
    background-color: #fff !important;
    -webkit-transition: all 430ms;
    transition: all 430ms;
    border: 1px rgba(191, 192, 199, 1) solid;
    font-size: 0;
    padding: 0;
    outline: none;
    cursor: pointer
}
.testimonials_box .slick-dots li button:hover {
    background-color: rgba(191, 192, 199, 1) !important;
}
.testimonials_box .slick-dots li button:active,
.testimonials_box .slick-dots li button:focus {
    outline: none
}
.testimonials_box .slick-dots li.slick-active button {
    background-color: rgba(191, 192, 199, 1) !important;
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75)
}
.testimonials_box .slick-dots li button:before {
    content: none
}
.testimonials_box .slick-dots li button:hover:before {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
}
/* Testimonials Shortcode 2 */

#digitalti {
    text-align: center
}
#digitalti .mention p {
    font-style: italic;
    padding: 0 40px;
    line-height: 1.4em;
    color: #212121;
}
#digitalti .item {
    outline: none
}
#digitalti .face {} #digitalti .face img {
                        width: 100px;
                        height: 100px;
                        border-radius: 150px;
                        margin: 0 auto 15px auto;
                    }
#digitalti .face a img {
    border: 0;
    outline: none;
    margin-top: 40px;
}
#digitalti .face strong {
    display: block;
    color: #212121;
    margin-top: 15px
}
#digitalti .face p {
    color: rgba(2,168,243,1);
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
}
#digitalti .slick-next,
#digitalti .slick-prev {
    background-color: transparent;
    font-size: 0;
    padding: 0;
    border: none;
    outline: 0;
    height: 60px;
    width: 30px;
    line-height: 30px;
    cursor: pointer;
    z-index: 99;
    position: absolute;
}
.entry-content p:last-child,
.onecolumnnsb .entry-content p:last-child,
.page .onecolumnnsb .entry-content p:last-child {
    margin-top: 0;
    margin-bottom: 0;
}
/* Testimonials Shortcode 3 */

#digitalti .slick-prev:before,
#digitalti .slick-next:before {
    font-family: 'FontAwesome';
    color: #d2ced6;
    font-size: 26px;
    display: block;
    height: 30px;
    width: 30px;
    position: absolute;
    visibility: visible;
    -webkit-transition: all 600ms;
    transition: all 600ms;
    z-index: 99;
    overflow: visible
}
#digitalti .slick-prev {
    left: 150px;
}
#digitalti .slick-next {
    right: 150px;
}
#digitalti .slick-prev,
#digitalti .slick-next {
    box-shadow: none;
    top: 45px;
}
#digitalti .slick-prev:before {
    content: "\f060";
}
#digitalti .slick-next:before {
    content: "\f061";
}
#digitalti .slick-prev:hover:before,
#digitalti .slick-next:hover:before {
    font-size: 36px;
    color: rgba(2,168,243,1);
    cursor: pointer
}
#digitalti .slick-list,
#digitalti .slick-slide.slick-active {
    z-index: 9
}
#digitalti.layout3 .item > img {
    width: 115px;
    height: 115px;
    border-radius: 150px;
    margin: 0 auto 20px auto;
}
#digitalti.layout3 .item > a > img {
    width: 115px;
    height: 115px;
    border-radius: 150px;
    margin: 0 auto 20px auto;
    border: 0;
    outline: none
}
#digitalti.layout3 .slick-prev:before {
    bottom: auto;
}
#digitalti.layout3 .slick-next:before {
    bottom: auto;
}
#digitalti .slick-dots {
    text-align: center;
    height: 25px;
    list-style: none;
    margin: 0 auto 10px auto;
    padding: 0
}
#digitalti .slick-dots li {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
}
#digitalti .slick-dots li button {
    display: block;
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    border-radius: 20px;
    background-color: #fff !important;
    -webkit-transition: all 430ms;
    transition: all 430ms;
    border: 1px rgba(191, 192, 199, 1) solid;
    font-size: 0;
    padding: 0;
    outline: none;
    cursor: pointer
}
#digitalti .slick-dots li button:hover {
    background-color: rgba(191, 192, 199, 1)!important;
}
#digitalti .slick-dots li button:active,
#digitalti .slick-dots li button:focus {
    outline: none
}
#digitalti .slick-dots li.slick-active button {
    background-color: rgba(191, 192, 199, 1) !important;
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75)
}
#digitalti .slick-dots li button:before {
    content: none
}
#digitalti .slick-dots li button:hover:before {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
}
/* Testimonials Shortcode 4 with Tab */

#allTab .tab-content p {
    color: #fff;
    text-align: center;
    background-color: rgba(248,164,42,1);
    border-radius: 100px;
    padding: 55px 130px 45px 130px;
}
#allTab .tab-content p:after {
    content: "\f0d7"!important;
    position: relative;
    top: 62px;
    font-family: 'FontAwesome';
    font-size: 40px;
    color: rgba(248,164,42,1);
    display: block;
}


#allTab .nav-pills img {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    opacity: 0.5;
}
#allTab .nav-pills .active img {
    opacity: 1;
}
#allTab .nav-parent {
    width: 100%;
    text-align: center;
    float: left;
}
#allTab .nav-pills {
    display: table;
    width: auto;
    margin: 0 auto;
    padding-bottom: 0;
}
#allTab .fase strong {
    color: #fff
}
#allTab .controls {} #allTab .controls:after {
                         content: "";
                         clear: both;
                         display: block
                     }
#allTab .controls button {
    background-repeat: no-repeat;
    margin: 0;
    z-index: 3;
    position: absolute;
    bottom: 36px;
    border: 0;
    background-color: transparent;
    font-size: 0;
    outline: none;
    overflow: visible;
    cursor: pointer;
    width: 60px;
    height: 60px;
}
#allTab .controls button.prev {
    left: 24%
}
#allTab .controls button.next {
    right: 22%
}
#allTab .controls button.prev:before,
#allTab .controls button.next:before {
    display: block;
    font-family: 'FontAwesome';
    font-size: 20px;
    color: rgba(248,164,42,1);
    background-color: #fff;
    border: 1px rgba(248,164,42,1) solid;
    padding: 12px 15px;
    -webkit-transition: all 430ms;
    transition: all 430ms;
    border-radius: 50%;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.08);
}
#allTab .controls button.prev:hover:before,
#allTab .controls button.next:hover:before {
    color: #FFF;
    background-color: rgba(248,164,42,1);
    cursor: pointer
}
#allTab .controls button:before {
    content: "\f053";
}
#allTab .controls button.next:before {
    content: "\f054";
}
/* Testimonials Shortcode 5 with background */

.testimonials_box_fifth {
    padding: 0;
    position: relative
}
.testimonials_box_fifth .item {
    float: left;
    outline: none
}
.testimonials_box_fifth .item .mention {
    border-radius: 0;
    padding: 45px 50px;
    position: relative;
    margin-right: 30px
}
.testimonials_box_fifth .item .bubbles .mention {
    background-color: rgba(215,232,47,1);
    border-radius: 40px;
}
.testimonials_box_fifth .item:nth-child(even) .bubbles .mention {
    margin-top: 25px;
}
.testimonials_box_fifth .mention {
    color: #FFF;
    line-height: 1.4em;
}
.testimonials_box_fifth .item:nth-child(odd) .mention:after {
    content: "\f0d7";
    position: absolute;
    left: 16%;
    bottom: -15px;
    font-family: 'FontAwesome';
    font-size: 30px;
    color: rgba(215,232,47,1);
}
.testimonials_box_fifth .item:nth-child(even) .mention:after {
    content: "\f0d7";
    position: absolute;
    right: 16%;
    bottom: -15px;
    font-family: 'FontAwesome';
    font-size: 30px;
    color: rgba(215,232,47,1);
}
.testimonials_box_fifth .bubbles .face strong {
    color: #fff;
    display: block;
    padding-top: 10px;
    font-size: 18px
}
.testimonials_box_fifth .bubbles .face p {
    color: rgba(215,232,47,1);
    font-size: 15px;
    line-height: 1em;
}
.testimonials_box_fifth .item:nth-child(odd) .mention {
    color: #fff
}
.testimonials_box_fifth .item:nth-child(odd) .face {
    margin: 30px auto auto 60px;
    text-align: left
}
.testimonials_box_fifth .item:nth-child(odd) .face img {
    float: left;
    margin-right: 20px;
}
.testimonials_box_fifth .item .face a img {
    border: 0;
    outline: none
}
.testimonials_box_fifth .item:nth-child(even) .face {
    margin: 30px 60px auto auto;
}
.testimonials_box_fifth .item:nth-child(even) .face img {
    float: left;
    margin-left: 60%;
    margin-right: 20px
}
.testimonials_box_fifth .item .face img {
    width: 66px;
    height: 66px;
    border-radius: 100px;
}
.testimonials_box_fifth .slick-dots {
    text-align: center;
    height: 25px;
    list-style: none;
    margin: 0 auto 20px auto;
    padding: 0;
}
.testimonials_box_fifth .slick-dots li {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
}
.testimonials_box_fifth .slick-dots li button {
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 7px;
    border-radius: 20px;
    background-color: #fff !important;
    -webkit-transition: all 430ms;
    transition: all 430ms;
    border: 1px rgba(215,232,47,1) solid;
    font-size: 0;
    padding: 0;
    outline: none;
    cursor: pointer
}
.testimonials_box_fifth .slick-dots li button:hover {
    background-color: rgba(215,232,47,1)!important;
}
.testimonials_box_fifth .slick-dots li button:active,
.testimonials_box .slick-dots li button:focus {
    outline: none
}
.testimonials_box_fifth .slick-dots li.slick-active button {
    background-color: rgba(215,232,47,1)!important;
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75)
}
.testimonials_box_fifth .slick-dots li button:before {
    content: none
}
.testimonials_box_fifth .slick-dots li button:hover:before {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
}
/* Testimonial Widget */

.widget_testimonial_carousel {
    margin-bottom: 60px;
}
.widget_testimonial_carousel .item {
    position: relative;
    overflow: hidden;
    outline: none
}
.widget_testimonial_carousel .slick-slide {
    outline: none
}
.widget_testimonial_carousel .mention {
    color: #717171;
    font-size: 14px;
    font-style: italic;
    line-height: 24px;
}
.widget_testimonial_carousel .face {} .widget_testimonial_carousel .face img {
                                          height: 78px;
                                          width: 78px;
                                          border-radius: 50px;
                                          float: left;
                                          margin-right: 25px;
                                      }
.widget_testimonial_carousel .face a img {
    border: 0
}
.widget_testimonial_carousel .face strong,
.widget_testimonial_carousel .face strong a {
    font-size: 17px;
    color: rgba(254,86,33,1);
    text-decoration: none
}
.widget_testimonial_carousel .face strong a:hover {
    text-decoration: none
}
.widget_testimonial_carousel .face p {
    margin-bottom: 0;
    font-size: 13px;
    color: rgba(191, 192, 199, 1);
}
.widget_testimonial_carousel .slick-dots {
    text-align: center;
    height: 25px;
    list-style: none;
    margin: 10px auto
}
.widget_testimonial_carousel .slick-dots li {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */

    margin: 0;
    padding: 0;
}
.widget_testimonial_carousel .slick-dots li:before {
    content: none
}
.widget_testimonial_carousel .slick-dots li button {
    display: block;
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    border-radius: 20px;
    background-color: #fff !important;
    -webkit-transition: all 430ms;
    transition: all 430ms;
    border: 1px rgba(191, 192, 199, 1) solid;
    font-size: 0;
    padding: 0;
    outline: none;
    cursor: pointer
}
.slick-dots li button:before {
    content: none
}
.widget_testimonial_carousel .slick-dots li button:hover {
    background-color: rgba(191, 192, 199, 1) !important;
}
.widget_testimonial_carousel .slick-dots li button:active,
#teamsecond .slick-dots li button:focus {
    outline: none
}
.widget_testimonial_carousel .slick-dots li.slick-active button {
    background-color: rgba(191, 192, 199, 1) !important;
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75)
}
.widget_testimonial_carousel .slick-dots li button:before {
    content: none
}
.widget_testimonial_carousel .slick-dots li button:hover:before {} .widget_testimonial_carousel .slick-prev,
                                                                   .widget_testimonial_carousel .slick-next {
                                                                       display: inline-block;
                                                                       height: 30px;
                                                                       width: 35px;
                                                                       background-repeat: no-repeat;
                                                                       margin: 0;
                                                                       z-index: 3;
                                                                       position: absolute;
                                                                       bottom: 0;
                                                                       border: 0;
                                                                       background-color: transparent;
                                                                       font-size: 0;
                                                                       outline: none;
                                                                       top: auto;
                                                                   }
.widget_testimonial_carousel .slick-prev:before,
.widget_testimonial_carousel .slick-next:before {
    font-family: 'icomoon-ultimateregular';
    font-size: 16px;
    color: rgba(254,86,33,1);
    background-color: transparent;
    border: 1px rgba(254,86,33,1) solid;
    padding: 6px 9px;
    -webkit-transition: all 430ms;
    transition: all 430ms;
}
.widget_testimonial_carousel .slick-prev:hover:before,
.widget_testimonial_carousel .slick-next:hover:before {
    color: #FFF;
    background-color: rgba(254,86,33,1);
    cursor: pointer
}
.widget_testimonial_carousel .slick-prev:before {
    content: "\edc2";
}
.widget_testimonial_carousel .slick-next:before {
    content: "\edba";
}
.widget_testimonial_carousel .slick-next:hover {} .widget_testimonial_carousel .slick-prev {
                                                      right: 36px;
                                                      left: auto
                                                  }
.widget_testimonial_carousel .slick-next {
    right: 0
}
.widget_testimonial_carousel .slick-list {
    padding-bottom: 20px
}
.widget_testimonial_carousel button:active,
.widget_testimonial_carousel button:focus {
    box-shadow: none
}
/*Teammate*/

.wpb_wrapper h2 {} 
.vc_separator.vc_separator_align_center h4 {
                       color: rgba(255, 255, 255, 0);
                   }
.teammate .wpb_wrapper p {
    color: #fff
}
.vc_column_container>.vc_column-inner {} .teacher_progress.vc_progress_bar {
                                             margin-top: 50px
                                         }
.teacher_progress.vc_progress_bar .vc_single_bar {
    border-radius: 23px;
    background-color: rgba(255, 255, 255, 0.3)!important;
    margin-bottom: 60px;
    display: block;
    height: 20px;
}
.teacher_progress.vc_progress_bar .vc_single_bar .vc_label {
    margin-top: -34px;
    padding: 7px 0;
    width: 100%;
    line-height: 1;
    font-weight: bold;
    position: absolute;
    font-size: 16px;
}
.teacher_progress.vc_progress_bar .vc_single_bar .vc_bar.striped {
    border-radius: 23px!important;
}
.teacher_progress.vc_progress_bar .vc_single_bar .vc_label .vc_label_units {
    float: right;
    color: #fff;
    font-weight: 400
}
.wpb_wrapper .mrgt40 {
    margin-top: 0!important;
}
.wpb_wrapper .bgb {
    background-color: transparent;
}
.mb40 h3 {
    font-family: Roboto;
    color: rgba(2,168,243,1);
}
.uavc-list-content .aio-icon {
    margin-right: 10px!important;
}
/* Teammmates */

.team-slide {
    margin: 0 0 30px 0;
    position: relative;
}
.team-slide .team-item {
    position: relative;
    padding: 0 15px;
    margin-bottom: 60px;
    outline: none
}
.team-slide .team-item:nth-child(3n+1) {
    clear: both
}
.team-slide .team-item.col4:nth-child(3n+1) {
    clear: none
}
.team-slide .team-item.col4:nth-child(4n+1) {
    clear: both
}
.team-slide .meta-info {
    background-color: transparent;
    text-align: left;
    margin-top: -150px;
    height: auto;
    max-height: 140px;
    overflow: hidden;
    -webkit-transition: 1s;
    transition: 1s;
    padding: 30px 0;
}
.team-slide .team-item:hover .meta-info {
    margin-top: 0;
    padding: 0 0;
}
.team-slide .meta-info > span {
    color: #fff;
    display: block;
    margin: 0 0;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none
}
.team-slide .meta-info > span a {
    color: #fff;
    text-decoration: none
}
.catteam .team-slide .meta-info > span i {
    margin-right: 5px
}
.team-slide .main-info {
    display: block;
    -webkit-transition: 1s;
    transition: 1s;
    border-left: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    padding: 40px 0;
}
.team-slide .name a,
.single-teammate .name a {
    color: #212121;
    text-align: center;
    font-size: 20px;
    margin-bottom: 5px;
    display: block;
    font-weight: 500;
    text-transform: uppercase;
}
.team-slide .regalies {
    color: rgba(254,86,33,1);
    font-size: 18px;
    display: block;
}
.team-slide .photo {
    position: relative;
    display: block;
    text-align: center;
    background-position: center top;
    border-radius: 4px;
}
.team-slide.team-archive .photo img {
    -webkit-transition: 1.5s;
    transition: 1.5s;
    width: 100%;
}
#teamsecond .team-slide .photo:hover img {
    -webkit-transform: scale(1.2) rotateZ(-5deg);
    -ms-transform: scale(1.2) rotateZ(-5deg);
    transform: scale(1.2) rotateZ(-5deg);
}
.team-slide .team-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(211, 206, 210, 0.9);
    z-index: 999;
    top: -100%;
    left: 0;
    -webkit-transition: 1s;
    transition: 1s;
    overflow: hidden;
}
.team-slide .team-overlay-link {
    font-size: 26px;
    position: relative;
    top: 0;
    text-align: center;
}
.team-slide .team-overlay-link a,
.single-teammate .team-overlay-link a {
    color: rgba(182,182,182,1);
    border-bottom: 3px solid rgba(255, 255, 255, 0);
    display: inline-block;
    text-decoration: none;
    background-color: transparent;
    padding: 3px;
    margin-left: 0;
    font-size: 18px;
    font-weight: bold;
    width: 33px;
    padding-bottom: 16px;
}
.team-slide .team-overlay-link a:hover,
.single-teammate .team-overlay-link a:hover {
    color: rgba(2,168,243,1);
    text-decoration: none;
    border-color: rgba(254,86,33,1)
}
.team-slide .team-overlay .name {
    display: block;
    text-align: center;
    font-weight: bold
}
.team-slide .team-overlay .name a {
    font-size: 30px;
    text-decoration: none
}
.team-slide .team-overlay .desrdivider {
    font-size: 16px;
    color: rgba(153,121,237,1);
    padding-bottom: 5px;
    text-align: center;
    display: block;
    margin-bottom: 20px;
    margin-top: 10px;
    font-weight: bold;
}
.team-slide .team-item:hover.team-archive .info-box {
    padding-bottom: 0;
}
.team-slide .team-item:hover .team-overlay {
    top: 0;
}
.team-slide .team-item:hover .main-info {
    overflow: hidden;
    margin-bottom: -150px
}
.team-slide .team-item:hover .meta-info {
    margin-top: 0;
}
.team-slide .floatbottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
    padding: 0 20px;
}
/* Teammate page */

.single-teammate .photo {

}
.single-teammate .teammate h1 {
    text-align: left;
    margin-bottom: 5px;
    font-family: Roboto;
    font-size: 30px
}
.single-teammate .teammate .subhead {
    color: rgba(204,219,56,1);
    font-size: 16px;
    font-weight: bold;
    margin: -10px 0 10px 0;
    padding: 0;
    text-align: left;
    padding-bottom: 10px
}
.single-teammate .teammate .subhead-min {
    color: rgba(204,219,56,1);
    font-size: 16px;
    margin: -10px 0 10px 0;
    padding: 0;
    text-align: center;
    padding-bottom: 10px
}
.single-teammate .teammate .photo {
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.08);
    text-align: center;
    overflow: hidden;
    border-radius: 4px;
}
.single-teammate .teammate .personal-info {
    margin-top: -8px;
}
.single-teammate .teammate .navigation {
    clear: both;
    margin-top: 80px;
    display: none;
}
.single-teammate .teammate .contact-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.single-teammate .team-overlay-link {
    text-align: center;
    margin-bottom: 0
}
.single-teammate .teammate h3 {
    font-size: 22px;
    text-align: left;
    margin-bottom: 15px;
    margin-top: 0;
}
.heading_h3 {
    color: #000!important;
    font-family: Roboto Slab!important;
}
.single-teammate .teammate .mwa {
    max-width: 100%
}
.single-teammate .table td {
    border-color: rgba(255, 255, 255, 0);
    border: 0px;
    font-size: 16px;
    padding: 10px;
}
.single-teammate .table tr:nth-child(2n+1) {
    background-color: #f5f5f5;
}
.single-teammate .table td:last-child {
    text-align: right;
    color: rgba(2,168,243,1);
}
.single-teammate .socialprofiles a {
    border-bottom: 3px solid;
    border-color: rgba(255, 255, 255, 0);
    padding-bottom: 12px;
}
.single-teammate .socialprofiles a:hover {
    border-color: rgba(254,86,33,1)
}
.vc_toggle_title h5 {
    margin-top: 0px;
    margin-bottom: 0px
}
.vc_toggle_content {
    margin-bottom: 0px!important;
}
.vc_toggle_default .vc_toggle_icon::after,
.vc_toggle_default .vc_toggle_icon::before {
    background-color: #fff!important;
}
/* Team Archive */

.catteam {
    margin-bottom: 40px
}
.team-archive:after {
    content: " ";
    clear: both;
    display: block
}
.team-archive {
    margin: 60px 0 0 0;
    position: relative;
}
.team-archive .team-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(211, 206, 210, 0.8);
    z-index: 999;
    top: -100%;
    left: 0;
    -webkit-transition: 1s;
    transition: 1s;
    overflow: hidden;
}
.team-archive .team-overlay-link {
    margin-top: 35px;
    margin-bottom: 0;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: all 430ms;
}
.team-archive .team-overlay-link a:hover {
    color: rgba(2,168,243,1);
    text-decoration: none;
    border-color: rgba(254,86,33,1)
}
.team-archive .team-overlay .name {
    display: block;
    text-align: center;
    font-weight: bold
}
.team-archive .team-overlay .name a {
    font-size: 30px;
    color: #000;
    text-decoration: none
}
.team-archive .team-overlay .desrdivider {
    font-size: 16px;
    color: rgba(254,86,33,1);
    padding-bottom: 5px;
    text-align: center;
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}
.team-archive .team-item:hover {} .team-archive .team-item .photo:hover .team-overlay-link {
                                      opacity: 1;
                                      height: auto
                                  }
.team-archive .regalies {
    color: rgba(153,121,237,1);
    font-size: 16px;
    font-weight: bold;
    display: block;
}
.team-archive .info-box {
    padding-top: 40px;
    padding-bottom: 1px;
    margin-top: -7px;
    overflow: hidden;
    transition: all 430ms;
}
.team-archive .team-item .photo:hover .info-box {
    padding-bottom: 0;
    -webkit-transition: all 430ms;
    transition: all 430ms;
}
.team-archive .team-item .photo {
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.08);
    -webkit-transition: all 430ms;
    transition: all 430ms;
}
.team-archive .team-item .photo:hover {
    -webkit-box-shadow: 0px 14px 19px 0px rgba(38, 50, 56, 0.2);
    -moz-box-shadow: 0px 14px 19px 0px rgba(38, 50, 56, 0.2);
    box-shadow: 0px 14px 19px 0px rgba(38, 50, 56, 0.2);
}
/* Team Shortcode */

#team-index {
    text-align: center;
    padding: 0 0 70px 0;
}
#team-index .item {
    padding: 0 27px 0 0;
    margin: 0 10px 0 1px;
    text-align: left;
    height: 310px;
    outline: none;
    border: 1px solid #ebebeb;
    background-color: #f6f6f6;
}
#team-index .item img {
    height: 310px;
}
#team-index .item strong {
    display: block;
    padding-top: 40px;
    font-size: 20px;
    text-transform: uppercase;
    color: #212121;
    text-align: left;
}
#team-index .item span {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: rgba(254,86,33,1);
    text-align: left;
    margin: 10px 0 20px;
    line-height: 1.2em;
}
#team-index .item span:after {} #team-index .item p {
                                    font-size: 15px;
                                    line-height: 23px;
                                    text-align: left;
                                }
#team-index .item .teamprphoto {
    float: left;
    margin-right: 40px;
    height: 310px;
    position: relative;
    background-size: cover;
    background-position: center;
    width: 250px
}
#team-index .item .overmember {
    background-color: rgba(89, 226, 138, 0.0);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    -webkit-transition: all 430ms;
    transition: all 430ms;
}
#team-index .item .overmember a i {
    color: #FFF;
    font-size: 44px;
    margin: 0 auto;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 430ms;
    transition: all 430ms;
}
#team-index .item .overmember a:hover i {
    text-decoration: none
}
#team-index .item .overmember a {
    position: absolute;
    top: 44%;
    text-align: center;
    left: 42%;
    text-decoration: none
}
#team-index .item .overmember a:hover {
    text-decoration: none
}
#team-index .item .overmember:hover i {
    opacity: 1;
    filter: alpha(opacity=100);
    text-decoration: none
}
#team-index .item .teamprphoto:hover .overmember {
    background-color: rgba(204,219,56,0.8)
}
#team-index .item .contact-list {
    padding-top: 0
}
#team-index .item .contact-list li {
    list-style: none;
    margin: 0 0 10px 0;
    font-size: 20px;
}
#team-index .item .contact-list span {
    display: inline;
    margin: 0 10px 0 0
}
#team-index .socialprofiles i {
    color: #ccc;
    display: inline-block;
}
#team-index .socialprofiles a:hover i {
    color: rgba(2,168,243,1);
    text-decoration: none;
}
#team-index .slick-prev,
#team-index .slick-next,
#teamsecond .slick-prev,
#teamsecond .slick-next {
    display: inline-block;
    background-repeat: no-repeat;
    margin: 0;
    z-index: 3;
    position: absolute;
    bottom: 0;
    border: 0;
    background-color: transparent;
    font-size: 0;
    outline: none;
    overflow: visible;
    cursor: pointer;
    top: auto;
    height: 46px;
    width: 46px;
}
#team-index .slick-prev:before,
#team-index .slick-next:before,
#teamsecond .slick-prev:before,
#teamsecond .slick-next:before {
    font-family: 'FontAwesome';
    font-size: 20px;
    color: rgba(204,219,56,1);
    background-color: transparent;
    border: 1px rgba(204,219,56,1) solid;
    padding: 12px 15px;
    -webkit-transition: all 430ms;
    transition: all 430ms;
    border-radius: 50%
}
#team-index .slick-prev:hover:before,
#team-index .slick-next:hover:before,
#teamsecond .slick-prev:hover:before,
#teamsecond .slick-next:hover:before {
    color: #FFF;
    background-color: rgba(204,219,56,1);
    cursor: pointer
}
#team-index .slick-prev:before,
#teamsecond .slick-prev:before {
    content: "\f053";
}
#team-index .slick-next:before,
#teamsecond .slick-next:before {
    content: "\f054";
}
#team-index .slick-next:hover,
#teamsecond .slick-prev:hover {} #team-index .slick-prev,
                                 #teamsecond .slick-prev {
                                     left: 42%;
                                 }
#team-index .slick-next,
#teamsecond .slick-next {
    right: 44%;
}
#team-index button:active,
#team-index button:focus,
#teamsecond button:active,
#teamsecond button:focus {
    box-shadow: none
}
#team-index .teammate .socialprofiles a {
    border-bottom: 3px solid rgba(255, 255, 255, 0);
    display: inline-block;
    text-decoration: none;
    background-color: transparent;
    padding: 3px;
    margin-left: 0;
    font-size: 18px;
    font-weight: bold;
    width: 33px;
    padding-bottom: 20px;
}
/* Team Shortcode 2 */

#teamsecond {} #teamsecond.team-slide .team-item {
                   clear: none
               }
#teamsecond.team-slide .team-item {
    margin-bottom: 10px
}
#teamsecond .slick-slide {
    position: relative
}
#teamsecond .slick-slide:hover .team-overlay {
    top: 0;
}
.teammate_box_second .slick-slide {
    padding: 0 20px
}
#teamsecond .slick-dots {
    text-align: center;
    height: 25px;
    list-style: none;
    margin: 10px auto
}
#teamsecond .slick-dots li {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
}
#teamsecond .slick-dots li button {
    display: block;
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    border-radius: 20px;
    background-color: rgba(204,219,56,1)!important;
    -webkit-transition: all 430ms;
    transition: all 430ms;
    border: 1px rgba(204,219,56,1) solid;
    font-size: 0;
    padding: 0;
    outline: none;
    cursor: pointer
}
#teamsecond .slick-dots li button:hover {} #teamsecond .slick-dots li button:active,
                                           #teamsecond .slick-dots li button:focus {
                                               outline: none
                                           }
#teamsecond .slick-dots li.slick-active button {
    background-color: rgba(254,86,33,1)!important;
    border-color: rgba(254,86,33,1);
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75)
}
#teamsecond .slick-dots li button:before {
    content: none
}
#teamsecond .slick-dots li button:hover {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
}
#teamsecond .team-overlay-link a {
    color: #fff;
}
#teamsecond .team-overlay-link a:hover {
    color: rgba(2,168,243,1);
}
/* Team Shortcode 3 */
.slick-slide img {max-width: 100%}
.slick-next, .slick-prev {overflow: visible;}
#teamthird {margin-bottom: 60px;}

#teamthird.team-slide-third .team-item-third {
                  clear: none
              }
#teamthird.team-slide-third .team-item-third {
    margin-bottom: 10px
}
#teamthird.team-item-third:focus {
    outline: none;
}
#teamthird .slick-slide {
    position: relative;
    overflow: hidden;
    outline: none;
}
#teamthird .slick-slide:hover .team-overlay {
    top: 0;
}
.teammate_box_third .slick-slide {
    padding: 0 6px
}
#teamthird .slick-dots {
    text-align: center;
    height: 25px;
    list-style: none;
    margin: 10px auto
}
#teamthird .slick-prev, #teamthird .slick-next {position: absolute;bottom: -40px;z-index: 9;line-height:1; width: 30px;
    height: 30px;
    top: auto;
    padding: 0;
    font-size: 0;
    background-color: transparent;
    border-color: transparent;
    cursor: pointer;}
#teamthird .slick-next {
    right: 20%;
}
#teamthird .slick-next:before {
    content: "\edba";
    font-size: 28px;
    font-family: 'icomoon-ultimateregular';
    color: rgba(204,219,56,1);
    cursor: pointer;
}
#teamthird .slick-prev {
    left: 20%;
}
#teamthird .slick-arrow:focus,
#teamthird .slick-arrow:active {
    background-color: transparent!important;
    outline: none;
    -webkit-box-shadow: 0px 0px 0px 0px rgb(255, 255, 255);
    -moz-box-shadow: 0px 0px 0px 0px rgb(255, 255, 255);
    -box-shadow: 0px 0px 0px 0px rgb(255, 255, 255);
}
#teamthird .slick-arrow:hover:before {
    color: rgba(254,86,33,1)
}
#teamthird .slick-prev:before {
    content: "\edc2";
    font-size: 28px;
    font-family: 'icomoon-ultimateregular';
    color: rgba(204,219,56,1);
    cursor: pointer;
}
#teamthird .team-item-third .photo img {
    border-radius: 4px 4px 0 0!important;
}
#teamthird .team-item-third .photo {
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.08);
    background-color: #fff;
    margin-bottom: 17px;
    position: relative;
    overflow: hidden;
}
#teamthird .team-item-third .photo:hover {
    -webkit-box-shadow: 0px 8px 8px 0px rgba(38, 50, 56, 0.2);
    -moz-box-shadow: 0px 8px 8px 0px rgba(38, 50, 56, 0.2);
    box-shadow: 0px 8px 8px 0px rgba(38, 50, 56, 0.2);
    padding-bottom: 0!important;
    -webkit-transition: all 430ms;
    transition: all 430ms;
}
#teamthird .team-overlay-link {
    position: absolute;
    bottom: -63px;
    opacity: 0;
    display: block;
    text-align: center;
    left: 0;
    right: 0;
    top: auto;
    -webkit-transition: all 430ms;
    transition: all 430ms;
}
#teamthird .slick-slide:hover .team-overlay-link {
    bottom: 0;
    opacity: 1
}
#teamthird .slick-slide:hover .personal-info .desrdivider {
    padding-bottom: 90px
}
#teamthird .team-overlay-link a:hover {
    color: rgba(2,168,243,1);
}
.personal-info {
    overflow: hidden;
    text-align: center;
}
.personal-info .name {
    display: block;
    padding-top: 40px;
    margin-bottom: 10px
}
.personal-info .desrdivider {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: rgba(204,219,56,1);
    text-align: center;
    padding-bottom: 40px;
    line-height: 1.2em;
    -webkit-transition: all 430ms;
    transition: all 430ms;
}
/* Team Shortcode 4 */

#teamfourth {} #teamfourth.team-slide .team-item {
                   clear: none
               }
#teamfourth.team-slide .team-item {
    margin-bottom: 10px
}
#teamfourth .slick-slide {
    position: relative;
    outline: none;
}
#teamfourth .slick-slide:hover .team-overlay {
    top: 0;
}
.teammate_box_fourth .slick-slide {
    padding: 0 8px;
    margin-bottom: 15px
}
#teamfourth .slick-dots {
    text-align: center;
    height: 25px;
    list-style: none;
    margin: 10px auto
}
#teamfourth .slick-dots li {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
}
#teamfourth .slick-dots li button {
    display: block;
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    border-radius: 20px;
    background-color: rgba(204,219,56,1)!important;
    -webkit-transition: all 430ms;
    transition: all 430ms;
    border: 1px rgba(204,219,56,1) solid;
    font-size: 0;
    padding: 0;
    outline: none;
    cursor: pointer
}
#teamfourth .slick-dots li button:hover {} #teamfourth .slick-dots li button:active,
                                           #teamfifth .slick-dots li button:focus {
                                               outline: none
                                           }
#teamfourth .slick-dots li.slick-active button {
    background-color: transparent!important;
    border-color: rgba(204,219,56,1);
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75)
}
#teamfourth .slick-dots li button:before {
    content: none
}
#teamfourth .slick-dots li button:hover {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
}
#teamfourth .team-item-fourth .photo {
    background-color: #fff;
    position: relative;
}
#teamfourth .personal-info {
    margin: -161px 13px 11px 13px
}
#teamfourth .personal-info .name {
    display: block;
    padding-top: 22px;
    position: relative;
    margin-bottom: 0;
}
#teamfourth .personal-info .desrdivider {
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    padding-bottom: 25px;
    line-height: 1.2em;
    position: relative;
}
#teamfourth .team-overlay-link {
    background-color: #f8f8f8;
    padding: 10px 0
}
#teamfourth .team-overlay-link a {
    background-color: #fff;
    display: inline-block;
    text-decoration: none;
    padding: 3px;
    margin-left: 6px;
    font-size: 16px;
    font-weight: bold;
    width: 33px;
    border-radius: 50%;
    border: 2px solid #fff;
}
#teamfourth .team-overlay-link a:hover {
    background-color: #fff;
    border-color: #fff;
    -webkit-transition: all 500ms;
    transition: all 500ms;
}
#teamfourth .name a {
    color: #fff;
    text-align: center;
    font-size: 16px;
    margin-bottom: 0px;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
}
#teamfourth .team-item-fourth span {
    background-color: rgba(248,164,42,1)
}
#teamfourth .team-item-fourth:nth-child(2) span,
#teamfourth .team-item-fourth:nth-child(2n+4) span {
    background-color: rgba(2,168,243,1);
}
#teamfourth .team-item-fourth:nth-child(3) span,
#teamfourth .team-item-fourth:nth-child(3n+4) span {
    background-color: rgba(254,86,33,1);
}
#teamfourth .team-item-fourth:nth-child(4n) span {
    background-color: rgba(204,219,56,1);
}
#teamfourth .team-item-fourth .team-overlay-link a {
    color: rgba(248,164,42,1);
}
#teamfourth .team-item-fourth:nth-child(2) .team-overlay-link a,
#teamfourth .team-item-fourth:nth-child(2n+4) .team-overlay-link a {
    color: rgba(2,168,243,1);
}
#teamfourth .team-item-fourth:nth-child(3) .team-overlay-link a,
#teamfourth .team-item-fourth:nth-child(3n+4) .team-overlay-link a {
    color: rgba(254,86,33,1);
}
#teamfourth .team-item-fourth:nth-child(4n) .team-overlay-link a {
    color: rgba(204,219,56,1);
}
#teamfourth .team-item-fourth .team-overlay-link a:hover {
    background-color: rgba(248,164,42,1);
    border-color: rgba(248,164,42,1);
    color: #fff;
}
#teamfourth .team-item-fourth:nth-child(2) .team-overlay-link a:hover,
#teamfourth .team-item-fourth:nth-child(2n+4) .team-overlay-link a:hover {
    background-color: rgba(2,168,243,1);
    border-color: rgba(2,168,243,1);
    color: #fff;
}
#teamfourth .team-item-fourth:nth-child(3) .team-overlay-link a:hover,
#teamfourth .team-item-fourth:nth-child(3n+4) .team-overlay-link a:hover {
    background-color: rgba(254,86,33,1);
    border-color: rgba(254,86,33,1);
    color: #fff;
}
#teamfourth .team-item-fourth:nth-child(4n) .team-overlay-link a:hover {
    background-color: rgba(204,219,56,1);
    border-color: rgba(204,219,56,1);
    color: #fff;
}
#teamfourth .team-item-fourth .overmember {
    position: absolute;
    top: 15%;
    left: calc(50% - 50px);
    text-align: center;
}
#teamfourth .team-item-fourth:hover .overmember a {
    background-color: rgba(255, 255, 255, 0.85);
}
#teamfourth .team-item-fourth .overmember a {
    position: absolute;
    top: 39%;
    text-align: center;
    left: 39%;
    text-decoration: none;
    display: inline-block;
    padding: 40px;
    border-radius: 50%;
    -webkit-transition: all 500ms;
    transition: all 500ms;
}
#teamfourth .team-item-fourth .overmember a i {
    font-size: 25px;
    margin: 0 auto;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 500ms;
    transition: all 500ms;
    font-weight: bold;
}
#teamfourth .team-item-fourth:hover .overmember a i {
    opacity: 1;
    filter: alpha(opacity=1);
}
#teamfourth .fa-chain-broken:before {
    font-family: icomoon-ultimateregular;
    content: "\e86c"!important;
}
#teamfourth .team-item-fourth .overmember a {
    color: rgba(248,164,42,1);
}
#teamfourth .team-item-fourth:nth-child(2) .overmember a,
#teamfourth .team-item-fourth:nth-child(2n+4) .overmember a {
    color: rgba(2,168,243,1);
}
#teamfourth .team-item-fourth:nth-child(3) .overmember a,
#teamfourth .team-item-fourth:nth-child(2n+4) .overmember a {
    color: rgba(254,86,33,1);
}
#teamfourth .team-item-fourth:nth-child(4n) .overmember a {
    color: rgba(204,219,56,1);
}
/* Team Shortcode 5 */

#teamfifth {} #teamfifth.team-slide .team-item {
                  clear: none
              }
#teamfifth.team-slide .team-item {
    margin-bottom: 10px
}
#teamfifth .slick-slide {
    position: relative;
    outline: none;
}
#teamfifth .slick-slide:hover .team-overlay {
    top: 0;
}
.teammate_box_fifth .slick-slide {
    padding: 0 40px;
    margin-bottom: 50px
}
#teamfifth .slick-dots {
    text-align: center;
    height: 25px;
    list-style: none;
    margin: 10px auto
}
#teamfifth .slick-dots li {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
}
#teamfifth .slick-dots li button {
    display: block;
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    border-radius: 20px;
    background-color: rgba(215,232,47,1)!important;
    -webkit-transition: all 430ms;
    transition: all 430ms;
    border: 1px rgba(215,232,47,1) solid;
    font-size: 0;
    padding: 0;
    outline: none;
    cursor: pointer
}
#teamfifth .slick-dots li button:hover {} #teamfifth .slick-dots li button:active,
                                          #teamfifth .slick-dots li button:focus {
                                              outline: none
                                          }
#teamfifth .slick-dots li.slick-active button {
    background-color: #fff!important;
    border-color: rgba(215,232,47,1);
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75)
}
#teamfifth .slick-dots li button:before {
    content: none
}
#teamfifth .slick-dots li button:hover {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
}
#teamfifth .team-overlay-link a {
    background-color: rgba(204,219,56,1);
    color: #fff;
    display: inline-block;
    text-decoration: none;
    padding: 11px;
    margin-left: 6px;
    font-size: 16px;
    font-weight: bold;
    width: 50px;
    border-radius: 50%;
    border: 1px solid rgba(204,219,56,1);
    -webkit-box-shadow: 0px 4px 0px 0px rgba(215,232,47,1);
    -moz-box-shadow: 0px 4px 0px 0px rgba(215,232,47,1);
    box-shadow: 0px 4px 0px 0px rgba(215,232,47,1);
    -webkit-transition: all 500ms;
    transition: all 500ms;
}
#teamfifth .team-overlay-link a:hover {
    background-color: rgba(215,232,47,1);
    border-color: rgba(215,232,47,1);
    -webkit-box-shadow: 0px 4px 0px 0px rgba(204,219,56,1);
    -moz-box-shadow: 0px 4px 0px 0px rgba(204,219,56,1);
    box-shadow: 0px 4px 0px 0px rgba(204,219,56,1);
    -webkit-transition: all 500ms;
    transition: all 500ms;
}
#teamfifth .team-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(2,168,243,0.8);
    z-index: 999;
    top: -100%;
    left: 0;
    -webkit-transition: 1s;
    transition: 1s;
    overflow: hidden;
}
#teamfifth .team-overlay a {
    color: #fff;
    font-weight: bold;
    opacity: 0;
    font-size: 18px;
    -webkit-transition: all 500ms;
    transition: all 500ms;
}
#teamfifth .photo:hover .team-overlay a {
    opacity: 1;
    -webkit-transition: all 500ms;
    transition: all 500ms;
}
#teamfifth .personal-info .desrdivider {
    color: #212121;
    padding-bottom: 25px;
    font-weight: normal;
}
#teamfifth .personal-info .desrdivider:after {
    content: "";
    width: 89px;
    height: 1px;
    margin: 20px auto 0;
    background-color: rgba(215,232,47,1);
    position: relative;
    display: block;
    bottom: 1px
}
#teamfifth .personal-info .name {
    padding-top: 20px
}
#teamfifth .personal-info .name a {
    text-transform: none;
}
#teamfifth .floatbottom {
    position: absolute;
    top: 25%;
    left: 12%;
    width: 100%;
    height: auto;
    padding: 0 20px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#teamfifth .floatbottom p {
    color: #fff;
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px
}
#teamfifth .team-overlay-link {
    padding: 5px
}
#teamfifth .photo {
    -webkit-transform: scale(0.7) rotate(45deg);
    -ms-transform: scale(0.7) rotate(45deg);
    transform: scale(0.7) rotate(45deg);
    overflow: hidden;
    border-radius: 30px;
    border: 1px solid transparent;
    width: 245px;
    margin-left: auto;
    margin-right: auto;
}
#teamfifth .photo img {
    -webkit-transform: scale(1.4) rotate(-45deg);
    -ms-transform: scale(1.4) rotate(-45deg);
    transform: scale(1.4) rotate(-45deg);
}

/* Service Shortcode 1  */

#service_first {}
#service_first:after {content: ""; clear: both; display: block}
#service_first .photo {
                       position: relative;
                       text-align: center;
                       margin-top: -55px;
                       border-radius: 50%;
                       overflow: hidden;
                       width: 280px;
                       height: 280px;
                       margin-left: calc(50% - 140px);
                       margin-right: auto;
                       display: inline-block;
                   }
#service_first .photo:before {
    content: "";
    background-color: transparent;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 50%
}
#service_first .photo:hover:before {
    background-color: rgba(0, 0, 0, 0.5);
}
#service_first .personal-info {
    margin-top: -8px
}
#service_first .personal-info .name {
    padding-top: 25px;
    margin-bottom: 10px
}
#service_first .personal-info .name a {} #service_first .personal-info .expert {
                                              margin: 0 30px 30px;
                                          }
#service_first .personal-info .price {
    padding: 30px 0 35px 0;
    font-size: 32px;
    font-weight: bold;
}
#service_first .personal-info .price span {
    font-size: 18px;
    font-weight: normal;
}
#service_first .info-block {} #service_first .info-block:after {
                                   content: "";
                                   width: 253px;
                                   height: 1px;
                                   margin: 15px auto 0;
                                   background-color: #fff;
                                   position: relative;
                                   display: block;
                               }
#service_first .info-block:before {
    content: "";
    width: 253px;
    height: 1px;
    margin: 0 auto 15px;
    background-color: #fff;
    position: relative;
    display: block;
}
#service_first .info-block .years {
    float: left;
    margin-left: 20%
}
#service_first .info-block .years p,
#service_first .info-block .size p {
    font-size: 20px;
    font-weight: 500;
}
#service_first .service_wrapper {
    background-color: #f5f5f5;
    border-radius: 20px;
    cursor: pointer;
    -webkit-transition: all 500ms;
    transition: all 500ms;
    border: 7px #fff solid;
}
#service_first .sell_services {
    margin-bottom: 100px
}
#service_first .sell_services:nth-child(1n) .service_wrapper .name a,
#service_first .sell_services:nth-child(1n) .service_wrapper .info-block p,
#service_first .sell_services:nth-child(1n) .service_wrapper .price {
    color: rgba(2,168,243,1)
}
#service_first .sell_services:nth-child(2n) .service_wrapper .name a,
#service_first .sell_services:nth-child(2n) .service_wrapper .info-block p,
#service_first .sell_services:nth-child(2n) .service_wrapper .price {
    color: rgba(204,219,56,1)
}
#service_first .sell_services:nth-child(3n) .service_wrapper .name a,
#service_first .sell_services:nth-child(3n) .service_wrapper .info-block p,
#service_first .sell_services:nth-child(3n) .service_wrapper .price {
    color: rgba(254,86,33,1)
}
#service_first .sell_services:nth-child(1n):hover .service_wrapper {
    background-color: rgba(2,168,243,1);
    -webkit-transition: all 500ms;
    transition: all 500ms;
}
#service_first .sell_services:nth-child(1n):hover .service_wrapper .name a,
#service_first .sell_services:nth-child(1n):hover .service_wrapper .info-block p,
#service_first .sell_services:nth-child(1n):hover .service_wrapper .price,
#service_first .sell_services:nth-child(1n):hover .service_wrapper .info-block,
#service_first .sell_services:nth-child(1n):hover .service_wrapper .expert {
    color: #fff;
    -webkit-transition: all 500ms;
    transition: all 500ms;
}
#service_first .sell_services:nth-child(2n):hover .service_wrapper {
    background-color: rgba(204,219,56,1);
    -webkit-transition: all 500ms;
    transition: all 500ms;
}
#service_first .sell_services:nth-child(2n):hover .service_wrapper .name a,
#service_first .sell_services:nth-child(2n):hover .service_wrapper .info-block p,
#service_first .sell_services:nth-child(2n):hover .service_wrapper .price,
#service_first .sell_services:nth-child(2n):hover .service_wrapper .info-block,
#service_first .sell_services:nth-child(2n):hover .service_wrapper .expert {
    color: #fff;
    -webkit-transition: 1s;
    transition: 1s;
}
#service_first .sell_services:nth-child(3n):hover .service_wrapper {
    background-color: rgba(254,86,33,1);
    -webkit-transition: all 500ms;
    transition: all 500ms;
}
#service_first .sell_services:nth-child(3n):hover .service_wrapper .name a,
#service_first .sell_services:nth-child(3n):hover .service_wrapper .info-block p,
#service_first .sell_services:nth-child(3n):hover .service_wrapper .price,
#service_first .sell_services:nth-child(3n):hover .service_wrapper .info-block,
#service_first .sell_services:nth-child(3n):hover .service_wrapper .expert {
    color: #fff;
    -webkit-transition: 1s;
    transition: 1s;
}
#service_first .photo:hover img {} 
#service_first .photo .floatbottom {
                                        position: absolute;
                                        top: calc(50% - 19px);
                                        text-align: center;
                                        left: calc(50% - 14px);
                                        text-decoration: none;
                                    }
#service_first .photo .floatbottom a {
    font-size: 30px;
    color: transparent;
    -webkit-transition: 1s;
    transition: 1s;
}
#service_first .photo:hover .floatbottom a {
    color: #fff
}
#service_first .service-overlay-first .personal-info .name a{text-transform: none;}

/* Service Shortcode 2  */

#service_second .service_wrapper{
	padding: 15px;
	background-color: #f8f8f8;
	border-radius:4px;
}

#service_second .btn-block{
	border:1px solid #f8f8f8;
	border-radius: 4px;
	text-align: right;
	padding-bottom: 20px;
}
#service_second .btn-block a{
	margin: 20px;

}
#service_second .service-overlay-second{
	margin-left: 30px;
	margin-right: 10px;
}
#service_second .price{
	width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 5px solid #fff;
    text-align: center;
    margin-left: 20px;
    margin-top: -50px;
    position: relative;
    color: #fff;
    line-height: 80px;
    }
#service_second .price > div {line-height: 24px; font-weight: bold; font-size: 1.1em;padding-top: 14px;}
#service_second .price > div span {line-height: 8px; font-size: 0.8em; display: block}

#service_second .sell_services:nth-child(1n) .price, #service_second .sell_services:nth-child(1n) .personal-info .name:after{
	background-color: rgba(254,86,33,1);
}
#service_second .sell_services:nth-child(2n) .price, #service_second .sell_services:nth-child(2n) .personal-info .name:after{
	background-color: rgba(204,219,56,1);	
}
#service_second .sell_services:nth-child(3n) .price, #service_second .sell_services:nth-child(3n) .personal-info .name:after{
	background-color: rgba(153,121,237,1);	
}
#service_second .sell_services:nth-child(4n) .price, #service_second .sell_services:nth-child(4n) .personal-info .name:after{
    background-color: rgba(2,168,243,1);   
}
#service_second .sell_services:nth-child(5n) .price, #service_second .sell_services:nth-child(5n) .personal-info .name:after{
    background-color: rgba(248,164,42,1);   
}


#service_second .personal-info .name{
	padding-top:20px;
	text-align: left;
}
#service_second .expert{
	text-align: left;
	margin-top: 15px;
}
#service_second .personal-info .name:after{
	content: "";
	width: 40px;
	height: 2px;
	position: relative;
    display: block;
    margin-top: 4px;
}

#service_second .sell_services:nth-child(1n) .btn-block a {
	background-color: rgba(254,86,33,1)!important;
    border-color: rgba(254,86,33,1)!important;
}
#service_second .sell_services:nth-child(2n) .btn-block a {
	background-color: rgba(204,219,56,1)!important;
	border-color: rgba(204,219,56,1)!important;	
}
#service_second .sell_services:nth-child(3n) .btn-block a {
	background-color: rgba(153,121,237,1)!important;
	border-color: rgba(153,121,237,1)!important;	
}
#service_second .sell_services:nth-child(4n) .btn-block a {
    background-color: rgba(2,168,243,1)!important;
    border-color: rgba(2,168,243,1)!important; 
}
#service_second .sell_services:nth-child(5n) .btn-block a {
    background-color: rgba(248,164,42,1)!important;
    border-color: rgba(248,164,42,1)!important; 
}

#service_second .sell_services:nth-child(1n) .btn-block a:hover {
	background-color: rgba(230,74,25,1)!important;
	border-color: rgba(230,74,25,1)!important; 
	
}
#service_second .sell_services:nth-child(2n) .btn-block a:hover {
	background-color: rgba(215,232,47,1)!important;
	border-color: rgba(215,232,47,1)!important;
	}
#service_second .sell_services:nth-child(3n) .btn-block a:hover {
	background-color: rgba(121,85,218,1)!important; 
	border-color: rgba(121,85,218,1)!important;
	}
#service_second .sell_services:nth-child(4n) .btn-block a:hover {
    background-color: rgba(2,168,243,1)!important;  
    border-color: rgba(2,168,243,1)!important;
    }
#service_second .sell_services:nth-child(5n) .btn-block a:hover {
    background-color: rgba(233,139,2,1)!important;  
    border-color: rgba(233,139,2,1)!important;
    }




/* Services Archive */

.serviceslist {
    margin-bottom: 40px
}
.serviceslist:after {
    content: "";
    display: block;
    clear: both
}
.sell_services {
    margin-bottom: 50px;
}
.sell_services:hover {} .threecol .sell_services:nth-child(3n+1) {
                            clear: both
                        }
.twocol .sell_services:nth-child(odd) {
    clear: both
}
.twocol .sell_services:nth-child(1) {
    clear: none
}
.sell_services .wrapper {
    position: relative;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.08);
    -webkit-transition: all 430ms;
    transition: all 430ms;
}
.sell_services .wrapper:hover {
    -webkit-box-shadow: 0px 14px 19px 0px rgba(38, 50, 56, 0.2);
    -moz-box-shadow: 0px 14px 19px 0px rgba(38, 50, 56, 0.2);
    box-shadow: 0px 14px 19px 0px rgba(38, 50, 56, 0.2);
}
.sell_services .info-box {
    margin-top: 40px;
    text-align: center;
    padding-bottom: 25px;
}
.sell_services .info-box p {
    margin: 30px 25px
}
.sell_services .info-box .btn {
    font-size: 16px!important;
    text-transform: none!important;
}
.sell_services .info-box .btn i:before {
    position: relative;
    left: -15px
}
.sell_services .regalies {
    color: rgba(204,219,56,1);
    font-size: 16px;
    font-weight: bold;
    display: block;
}
.sell_services .entry-thumbnail {
    line-height: 0;
}
.sell_services .entry-thumbnail > img {
    margin: 0;
    padding: 0;
    width: 100%
}
.sell_services .name {
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
}
.sell_services p {
    text-align: center;
}
.sell_services .name a {
    color: #212121;
    font-size: 20px;
    font-family: Roboto;
    text-transform: uppercase;
    display: inline-block;
    line-height: 1.7;
}
.sell_services .name a,
.sell_services .name a:hover {
    text-decoration: none;
}
.sell_services .more {
    color: rgba(255, 255, 255, 1);
    font-weight: bold;
    display: block;
    background-color: rgba(204,219,56,1);
    margin: 30px 30px 0 30px;
    text-decoration: none;
    padding: 15px;
    border-radius: 23px;
}
/* Services Page */

.service-icon h3 {
    font-family: Roboto!important;
}
.service-figure figure:before {
    content: "";
    display: block;
    background-image: url(../images/img-fig.png);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0;
    width: 215px;
    height: 240px;
    z-index: 111;
}
/* Price Tables */

.pricetable1 {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
    -webkit-transition: all 430ms;
    transition: all 430ms;
    border: 4px solid #ebebeb;
    border-radius: 25px
}
.pricetable1 li {
    padding: 10px 10px;
    margin: 0 50px;
    text-align: center;
    -webkit-transition: all 430ms;
    transition: all 430ms;
    border-bottom: 1px #ebebeb solid;
}
.pricetable1 li h3 {
    color: rgba(2,168,243,1);
    margin: 20px 0
}
.pricetable1 li h3 span {
    font-family: Roboto;
    font-weight: bold;
    display: block;
    color: rgba(254,86,33,1);
    margin-bottom: 10px
}
.pricetable1 li span {
    font-size: 18px;
    display: block;
    color: #929292;
}
.pricetable1 li a span {
    margin-right: 10px
}
.pricetable1 li a span:before {
    font-family: kindergarten;
    content: "\e950";
}
.pricetable1 li.bestgreen:first-child {
    margin: 0;
}
.pricetable1 li.bestgreen> li {
    border-color: rgba(2,168,243,1)
}
.pricetable1 li:first-child {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px
}
.pricetable1 li.worth {
    font-size: 26px;
    font-weight: bold;
    padding: 20px;
    background-color: rgba(254,86,33,1);
    color: rgba(255, 255, 255, 1);
    border-bottom: 0;
}
.pricetable1 li:last-child {
    padding: 30px 0;
    text-align: center;
    border-bottom: 0;
}
.pricetable1 li:last-child span {
    display: inline-block;
    color: #FFF
}
.pricetable1 li:before,
.pricetable2 li:before,
.pricetable2caption li:before {
    content: none
}
.pricetable1:hover {
    background-color: rgba(2,168,243,1);
    z-index: 5;
}
.pricetable1:hover h3 {
    color: #fff;
}
.pricetable1:hover li .btn-second {
    background-color: #fff!important;
    color: rgba(2,168,243,1)!important;
}
.pricetable1:hover li .btn-second span {
    color: rgba(2,168,243,1)!important;
}
.pricetable1:hover li .btn-second:hover {
    background-color: rgba(204,219,56,1)!important;
    color: #fff!important
}
.pricetable1:hover li .btn-second:hover span {
    color: #fff!important
}
.pricetable1:hover li {
    color: #FFF;
}
.pricetable1 li.worth {
    margin: 0;
}
.pricetable1:hover li.worth {
    -webkit-transform: scale(1.07, 1);
    -ms-transform: scale(1.07, 1);
    transform: scale(1.07, 1);
}
.pricetable2,
.pricetable2caption {
    list-style: none;
    margin: 0 0 40px 0;
    z-index: 3;
    position: relative;
}
.pricetable2caption {
    padding: 0
}
.pricetable2caption li {
    background-color: rgba(153,121,237,1);
    text-align: left;
    padding: 20px 10px 10px 40px;
    margin: 0;
    color: #FFF;
    border-bottom: 1px #FFFFFF solid
}
.pricetable2caption li:first-child {
    background-color: transparent;
    border-bottom-color: transparent;
    padding-top: 18px !important;
}
.pricetable2caption li:nth-child(2) {
    border-top-left-radius: 0;
}
.pricetable2caption li:last-child {
    border-bottom-left-radius: 0;
    background-color: transparent;
}
.pricetable2caption li h3 {
    margin-bottom: 54px
}
.pricetable2 {
    width: 100%;
    padding: 0;
    margin-left: 1px;
    -webkit-transition: all 430ms;
    transition: all 430ms;
}
.pricetable2.recommended {
    border: 1px rgba(204,219,56,1) solid;
    margin-left: 1px;
    z-index: 989;
    position: relative;
    margin-top: -1px;
}
.pricetable2.recommended li:first-child {} .pricetable2 li,
                                           .pricetable2caption li {
                                               height: 64px;
                                               margin: 0 0 0 0;
                                               text-align: center
                                           }
.pricetable2caption li {
    text-align: right;
    padding-right: 30px;
}
.pricetable2 li {
    background-color: #ebebeb;
    border-bottom: 1px #FFF solid;
    padding: 20px 0 0 0;
    -webkit-transition: all 430ms;
    transition: all 430ms;
}
.pricetable2 li:first-child {
    background-color: rgba(215,232,47,1)
}
.pricetable2 li:first-child,
.pricetable2 li:last-child,
.pricetable2caption li:first-child {
    height: auto;
    padding: 20px 0 0 0;
}
.pricetable2 li:last-child {
    padding-bottom: 20px;
    border-bottom-width: 0;
}
.pricetable2 li h3 {
    margin: 20px 0;
    color: #fff;
}
.pricetable2 li h3:after {
    content: "";
    display: block;
    width: 44px;
    height: 4px;
    background-color: rgba(153,121,237,1);
    margin: 31px auto 29px;
    border-radius: 2px
}
.pricetable2.recommended li:first-child h3:after {} .pricetable2 li .fa {
                                                        margin-right: 10px
                                                    }
.pricetable2 li .fa-times {
    color: #e94545
}
.pricetable2 li .fa-check {
    color: rgba(153,121,237,1)
}
.pricetable2 li.worth {
    font-size: 30px;
    font-weight: bold;
    padding: 10px 0 0 0;
    color: rgba(153,121,237,1)
}
.pricetable2:hover {
    -webkit-transform: scaleY(1.1);
    -ms-transform: scaleY(1.1);
    transform: scaleY(1.1);
    z-index: 1000
}
.pricetable2:hover.recommended {
    border: 0
}
.pricetable2:hover.recommended li:first-child h3:after {
    background-color: #FFF;
}
.pricetable2:hover li:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
.pricetable2:hover li:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: rgba(215,232,47,1)
}
.pricetable2:hover li {
    background-color: rgba(204,219,56,1);
    color: #FFF
}
.pricetable2:hover li .icon-checkmark4,
.pricetable2:hover li .icon-cross2 {
    color: #FFF
}
.pricetable2 li.pro {
    position: relative
}
.pricetable2 li.pro h3 {
    position: relative;
    z-index: 999
}
.pricetable2 li.pro:after {
    content: "";
    background-image: url(../images/best-offer2.png);
    background-repeat: no-repeat;
    background-position: right top;
    height: 114px;
    width: 114px;
    position: absolute;
    top: -20px;
    right: -20px;
    z-index: 990
}
.zeopadding:after {
    display: block;
    content: " ";
    clear: both;
}
/* Price box 5 */

.sec_icon_2 .vc_column-inner {
    text-align: center;
    border: 1px #e8e9f0 solid;
    -webkit-transition: all 430ms;
    transition: all 430ms;
    border-radius: 8px;
    padding-top: 60px
}
.sec_icon_2 h5 {} .sec_icon_2 .wpb_text_column {} .sec_icon_2 .aio-icon {} .sec_icon_2:hover .vc_column-inner {
                                                                               border-color: rgba(254,86,33,1);
                                                                               background-color: rgba(254,86,33,1)
                                                                           }
.sec_icon_2:hover h5 {
    color: #FFF
}
.sec_icon_2:hover .wpb_text_column {
    color: #FFF;
    text-align: center
}
.sec_icon_2:hover .aio-icon {
    color: #2d2d35 !important;
}
.sec_icon_2 .btn-pricebox button {
    background-color: transparent !important;
    color: rgba(254,86,33,1) !important;
    font-size: 0;
    text-align: center;
    border-color: transparent !important;
    background-image: none;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none
}
.sec_icon_2 .btn-pricebox button:before {
    content: "\f061";
    font-family: 'FontAwesome';
    font-size: 15px;
}
.sec_icon_2:hover .btn-pricebox button {
    font-size: 11px;
    background-color: #FFF !important
}
.sec_icon_2:hover .btn-pricebox button:before {
    font-size: 0
}
/*Price box 6*/

.ult_design_6 .ult_pricing_table {
    border-radius: 20px
}
.ult_design_6 .ult_pricing_table .ult_price_body {
    width: 233px!important;
    height: 233px!important;
    top: -105px!important;
    -webkit-box-shadow: none!important;
    -o-box-shadow: none!important;
    -ms-box-shadow:  none!important;
    box-shadow: none!important;
    background-color: #f8f5f1!important;
    border:0 !important
}
.ult_design_6 .ult_pricing_table .ult_price_link {
    background-color: transparent!important;
    padding-bottom: 40px!important
}
.ult_design_6 .ult_price_features p {
    margin-bottom: 20px
}
.ult_design_6 .ult_price_features h3:after {
    content: "";
    width: 130px;
    height: 1px;
    margin: 20px auto 0;
    background-color: rgba(0, 0, 0, 0.2);
    position: relative;
    display: block;
}


/* Icon style 3 */

.sec_icon_3 {
    padding: 30px;
    border: 2px solid rgba(91, 94, 122, 1);
    position: relative;
    margin-top: -2px;
    -webkit-transition: all 430ms;
    transition: all 430ms;
}
.sec_icon_3:hover {
    border-color: #ffffff;
    z-index: 99
}
.sec_icon_3:before {
    content: "";
    display: block;
    height: 2px;
    width: 79px;
    background-color: rgba(91, 94, 122, 1);
    position: absolute;
    bottom: 52px;
    -webkit-transform: rotateZ(149deg) skewX(-22deg);
    transform: rotateZ(149deg) skewX(-22deg);
    overflow: hidden;
    left: -6px;
    z-index: 0;
    -webkit-transition: all 430ms;
    transition: all 430ms
}
.sec_icon_3:hover:before {
    background-color: #ffffff
}
.sec_icon_3:after {
    content: "";
    display: block;
    height: 2px;
    width: 43px;
    background-color: rgba(91, 94, 122, 1);
    position: absolute;
    top: 9px;
    -webkit-transform: rotateZ(149deg) skewX(-22deg);
    transform: rotateZ(149deg) skewX(-22deg);
    overflow: hidden;
    left: 192px;
    z-index: 0;
    -webkit-transition: all 430ms;
    transition: all 430ms
}
.sec_icon_3:hover:after {
    background-color: #ffffff
}
.sec_icon_3 .aio-icon-description {
    padding-left: 60px;
}
.sec_icon_3 .aio-icon {
    -webkit-transition: all 430ms;
    transition: all 430ms;
}
.sec_icon_3:hover .aio-icon {
    color: $gc3_rgba !important
}
/* PortfoliFo/Case Page */

.casenavi {
    margin-bottom: 80px;
}
.casenavi a {
    padding: 8px 20px 8px 20px;
    color: rgba(2,168,243,1);
    display: inline-block;
    margin: 0 5px 5px 0;
    -webkit-transition: all 430ms;
    transition: all 430ms;
    text-decoration: none;
    border-color: rgba(2,168,243,1);
    border-width: 4px;
    border-style: solid;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
}
.casenavi a span {
    padding: 10px;
    color: rgba(2,168,243,1);
    font-size: 13px;
    display: block;
    -webkit-transition: all 430ms;
    transition: all 430ms;
}
.casenavi a:hover {
    color: rgba(255, 255, 255, 1);
    border-color: rgba(2,168,243,1);
    background-color: rgba(2,168,243,1);
    text-decoration: none;
}
.casenavi a:hover span {
    color: #FFF;
    font-size: 13px;
}
.casenavi .next_arr {
    float: right;
}
/* Portfolio Archive */

.portfoliofeed .col2:nth-child(2n+1) {
    clear: both;
}
.portfoliofeed .col3:nth-child(3n+1) {
    clear: both;
}
.portfoliofeed .col3 {
    margin-bottom: 30px;
}
.portfoliofeed .col3 .photo {
    margin: 0;
    margin-bottom: 3px;
}
.portfoliofeed .col4:nth-child(4n+1) {
    clear: both;
}
.portfoliofeed .col4 {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}
.portfoliofeed .col4 .photo {
    margin: 0;
    margin-bottom: 3px;
}
.portfoliofeed .col4 .photo:hover {
    margin-bottom: 20px;
}
.portfoliofeed:after {
    content: "";
    display: block;
    clear: both;
}
.portfoliofeed {
    margin-bottom: 80px;
}
.sell_portf .photo {
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.08);
    padding-bottom: 10px;
    margin: 0 23px;
    -webkit-transition: all 430ms;
    transition: all 430ms;
}
.sell_portf .photo:hover {
    -webkit-box-shadow: 0px 14px 19px 0px rgba(38, 50, 56, 0.2);
    -moz-box-shadow: 0px 14px 19px 0px rgba(38, 50, 56, 0.2);
    box-shadow: 0px 14px 19px 0px rgba(38, 50, 56, 0.2);
}
.sell_portf .photo img {
    margin-bottom: -8px
}
.sell_portf .name a {
    color: #212121;
    text-align: center;
    font-size: 20px;
    margin-bottom: 15px;
    display: block;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 45px
}
.sell_portf .entry-content {
    opacity: 0;
    height: 0;
}
.sell_portf .photo:hover .entry-content {
    opacity: 1;
    margin-bottom: 25px;
    height: auto;
}
.sell_portf .entry-content p {
    text-align: center;
    padding: 0 25px;
    margin-bottom: 0;
}
/* Services */

.circle_service_image .vc_single_image-wrapper {
    border-radius: 500px
}
.circle_service_image img {
    border: 12px rgba(91, 94, 122, 1) solid;
    border-radius: 500px
}
.circle_service_h {
    position: absolute;
    left: 80px;
    top: 175px;
    border-radius: 500px;
    background-color: rgba(254,86,33,1);
    display: block;
    padding: 15px;
    height: 180px;
    width: 180px;
    padding-top: 76px;
}
.circle_service_h a {
    text-decoration: none
}
.circle_service_hl {
    position: absolute;
    right: 80px;
    top: 175px;
    border-radius: 500px;
    background-color: rgba(254,86,33,1);
    display: block;
    padding: 15px;
    height: 180px;
    width: 180px;
    padding-top: 76px;
}
.circle_service_hl a {
    text-decoration: none
}
.icon_bump {} .icon_bump_l {} .smile_icon_list_wrap.icon_bump_l li .icon_description h3 {
                                  text-align: right !important
                              }
.service-gallery ol {
    display: none;
}
.service-gallery .flexslider {
    border: none;
}
.service-gallery .flex-direction-nav .flex-prev {
    left: 15px;
    opacity: 1;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
}
.service-gallery .flex-direction-nav .flex-next {
    right: 15px;
    color: rgba(204,219,56,1);
    opacity: 1;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
}
.service-gallery .flex-direction-nav a:before {
    font-family: fontawesome;
    content: '\f104';
    color: rgba(204,219,56,1);
}
.service-gallery .flex-direction-nav a.flex-next:before {
    content: '\f105';
}
.service-gallery .flexslider:hover .flex-prev {
    opacity: 1;
    left: 15px;
}
.service-gallery .flexslider:hover .flex-next {
    opacity: 1;
    right: 15px;
}
.service-gallery .flexslider .flex-prev:hover {
    background-color: rgba(204,219,56,1);
}
.service-gallery .flexslider .flex-next:hover {
    background-color: rgba(204,219,56,1);
}
.service-gallery .flexslider a:hover:before {
    color: #fff
}
.left-icon .aio-icon-left .aio-icon,
.left-icon .aio-icon-left .aio-icon-img {
    margin-left: 15px;
    margin-top: 15px;
}
.aio-icon-header {
    margin-top: 20px
}
.aio-icon-header h3 {
    /* text-align: left; */
}
.tab .wpb_single_image.vc_align_left {
    float: right;
    padding-left: 100px
}
.tab_child .vc_tta-tab a {
    color: #fff!important;
}

.tab_child .vc_tta-panels-container .vc_tta-panel:nth-child(1n) {background-color: rgba(2,168,243,1);}
.tab_child .vc_tta-panels-container .vc_tta-panel h2 { color: #fff; }
.tab_child .vc_tta-panels-container .vc_tta-panel p { color: #fff;}
.tab_child .vc_tta-panels-container .vc_tta-panel:nth-child(2n) { background-color: rgba(254,86,33,1); }
.tab_child .vc_tta-panels-container .vc_tta-panel:nth-child(3n) { background-color: rgba(204,219,56,1); }
.tab_child .vc_tta-panels-container .vc_tta-panel:nth-child(4n){ background-color: rgba(248,164,42,1); }
.tab_child.vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading {
    background-color: transparent!important;
}
.tab_child.vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body {
    background-color: transparent!important;
}
.tab_child.vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading {
    background-color: transparent!important;
}
.tab_child.vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title>a {
    color: #fff!important
}
.vc_tta-icon.fa,
.vc_tta-icon.vc_li {
    vertical-align: inherit!important;
}
.vc_tta.vc_general .vc_tta-panel-body {
    padding: 30px 20px !important;
}
.fa-unlink:before,
.fa-chain-broken:before {
    font-family: icomoon-ultimateregular;
    content: "\e86c"!important;
}
a.vc_tta-style-classic.vc_tta-tabs .vc_tta-panel {
    border-radius: 20px;
}
.tab_child.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {

}
.tab_child.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active>a {
    border-bottom-left-radius: 0!important;
    border-bottom-right-radius: 0!important;
}
.tab_child.vc_tta.vc_tta-shape-rounded .vc_tta-tab>a {
    border-radius: 25px!important;
}
.tab_child.vc_tta-color-grey.vc_tta-style-modern .vc_tta-tab:nth-child(1n)>a {
    background-color: rgba(2,168,243,1)
}
.tab_child.vc_tta-color-grey.vc_tta-style-modern .vc_tta-tab:nth-child(2n)>a {
    background-color: rgba(254,86,33,1)
}
.tab_child.vc_tta-color-grey.vc_tta-style-modern .vc_tta-tab:nth-child(3n)>a {
    background-color: rgba(204,219,56,1)
}
.tab_child.vc_tta-color-grey.vc_tta-style-modern .vc_tta-tab:nth-child(4n)>a {
    background-color: rgba(248,164,42,1)
}
.aio-icon-component.style_1 .aio-icon-box .aio-icon-header h3:before {
    font-family: FontAwesome;
    margin-right: 10px;
    color: rgba(2,168,243,1);
}
.icon_box_first .aio-icon-box .aio-icon-header h3:before {
    content: "\f0d0";
}
.icon_box_second .aio-icon-box .aio-icon-header h3:before {
    content: "\f1e3";
}
.icon_box_third .aio-icon-box .aio-icon-header h3:before {
    content: "\f212";
}
.tab_child.vc_tta-color-grey.vc_tta-style-modern .vc_tta-tab.vc_active:nth-child(1n)>a {
    background-color: rgba(2,168,243,1)!important;
}
.tab_child.vc_tta-color-grey.vc_tta-style-modern .vc_tta-tab.vc_active:nth-child(2n)>a {
    background-color: rgba(254,86,33,1)!important;
}
.tab_child.vc_tta-color-grey.vc_tta-style-modern .vc_tta-tab.vc_active:nth-child(3n)>a {
    background-color: rgba(204,219,56,1)!important;
}
.tab_child.vc_tta-color-grey.vc_tta-style-modern .vc_tta-tab.vc_active:nth-child(4n)>a {
    background-color: rgba(248,164,42,1)!important;
}
.tab_child.vc_tta-color-grey.vc_tta-style-modern .vc_tta-tab>a:focus,
.tab_child.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a:hover {}
.vc_tta.vc_tta-style-modern.vc_tta-tabs .vc_tta-panel {
    margin: 2px 0px!important;
    border-radius: 20px;
}
/* .wpb_image_grid .wpb_image_grid_ul {
    max-height: 340px!important;
    overflow: hidden;
} */
.vc_custom_heading span {
    color: rgba(2,168,243,1)
}
.percent .wpb_wrapper {
    max-width: 225px;
    margin: 0 auto;
}
.percent .wpb_wrapper h5 {
    position: relative;
    bottom: 20px;
}
.percent .wpb_wrapper p {
    position: relative;
    bottom: 20px;
}
.baby-list .ult-just-icon-wrapper {
    background: none;
    height: 0;
}
.baby-info .ult-just-icon-wrapper {
    height: 0;
    background: none;
}
.baby-info .default-icon .aio-icon-default,
.default-icon .aio-icon-header {
    vertical-align: inherit;
}
.baby-info .aio-icon-description {
    text-align: center;
}
.vc_pie_chart .vc_pie_chart_value {
    font-family: Roboto Slab;
    font-size: 60px!important;
}
.green-pie .vc_pie_chart_value {
    color: rgba(204,219,56,1);
}
.blue-pie .vc_pie_chart_value {
    color: rgba(2,168,243,1);
}
.red-pie .vc_pie_chart_value {
    color: rgba(254,86,33,1);
}
.green-pie canvas {
    -webkit-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    transform: rotate(130deg);
}
.blue-pie canvas {
    -webkit-transform: rotate(160deg);
    -ms-transform: rotate(160deg);
    transform: rotate(160deg);
}
.wpb_wrapper .green-per,
.blue-per,
.red-per {
    position: relative;
    top: 230px
}
.vc_pie_chart_back {
    border: 4px solid #c1c1c1!important;
}
.ult_design_4 .ult_pricing_table .ult_price_body_block {
    border-bottom: none!important;
}
.layer-img img {
    position: relative;
}
.layer-figure img {
    position: absolute;
    top: 0;
    left: 21%;
}
.ult_design_4 .ult_price_features p {
    margin-bottom: 0;
    padding: 10px;
    border-bottom: 1px solid #f2f2f2;
}
.ult_price_features p:last-child {
    margin-bottom: 30px
}
.ult_pricing_table:hover {
    cursor: pointer;
    -webkit-box-shadow: 0px 14px 19px 0px rgba(38, 50, 56, 0.2)!important;
    -moz-box-shadow: 0px 14px 19px 0px rgba(38, 50, 56, 0.2)!important;
    box-shadow: 0px 14px 19px 0px rgba(38, 50, 56, 0.2)!important;
}
.ult_design_4 .ult_pricing_table {
    border-bottom-color: transparent!important
}
.tab_child.vc_tta-color-grey.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels {
    background-color: transparent!important;
}
.tab_child.vc_tta.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels {
    border: 0px solid transparent!important;
}
.tab_child.vc_tta.vc_tta-shape-rounded.vc_tta-tabs .vc_tta-panels {
    border-radius: 0px!important;
}
.ult_price_body_block .ult-responsive {
    font-family: Roboto Slab;
}
.service-price .ult_pricing_table {
    border-radius: 20px;
    padding-bottom: 10px;
    border-color: transparent !important;
}
.service-price .ult_price_features {
    background-color: #fff;
    border-radius: 20px;
    width: 94%;
    margin-left: 10px!important;
}
.service-price .ult_price_figure {
    font-family: Roboto Slab;
}
.service-price .ult_price_features p {
    text-align: center;
}
.service-price .ult_price_figure span {
    font-size: 30px
}
.service-price .ult_price_term {
    position: absolute;
    top: 0;
    left: 85px;
}
.service-price .ult_price_action_button {
    background-color: rgba(254,86,33,1)!important;
    padding: 18px 25px!important;
    border-radius: 5px!important;
    opacity: 0;
    transition: all 430ms;
    font-size: 16px;
}
.service-price .ult_price_action_button:hover {
    background-color: rgba(215,232,47,1)!important;
    cursor: pointer;
}
.ult_featured .ult_price_action_button {
    background-color: rgba(204,219,56,1)!important
}
.ult_featured .ult_price_action_button:hover {
    background-color: rgba(215,232,47,1)!important
}
.ult_design_4.service-price .ult_pricing_table .ult_price_link {
    position: absolute;
    bottom: -20px;
    padding: 0;
}
.ult_pricing_table:hover .ult_price_action_button {
    opacity: 1;
}
.ult_pricing_table .ult_pricing_heading h5 {
    font-family: Roboto;
}
.ult_pricing_table .ult_pricing_heading h5:after {
    content: "";
    width: 65px;
    height: 5px;
    margin: 10px auto 0;
    background-color: rgba(2,168,243,1);
    position: relative;
    display: block;
}
.ult_featured .ult_pricing_table .ult_pricing_heading h5:after {
    background-color: rgba(204,219,56,1);
}
.vc_tta.vc_tta-style-modern .vc_tta-panel-body,
.vc_tta.vc_tta-style-modern .vc_tta-panel-heading,
.vc_tta.vc_tta-style-modern .vc_tta-tab>a {
    border-width: 0px!important
}
.ult_pricing_table:hover {
    -webkit-box-shadow: 0 0 0px rgba(167, 167, 167, 0)!important;
    box-shadow: 0 0 0px rgba(167, 167, 167, 0)!important;
}
/* =========================================
    6.1 Blog
*/

#commentform > p.logged-in-as {
    margin-bottom: 25px !important;
}
.arch_descr {
    margin-bottom: 50px;
    text-align: center
}
.sticky,
.post.sticky {
    background-color: #f3f3f3;
    padding: 20px;
}
.post,
.search-results article {
    margin-bottom: 65px;
    -webkit-transition: all 430ms;
    transition: all 430ms;
}
.postpage .post {
    margin-bottom: 0px
}
.postpage .post .entry-thumbnail {
    margin-bottom: 35px
}
h3.entry-title {
    text-align: left;
    margin: 0 0 8px 0;
    line-height: 1.2em;
}
h4.entry-title {
    text-align: left;
    margin: 0 0 8px 0;
    line-height: 1.2em;
}
h5.entry-title {
    text-align: left;
    margin: 0 0 8px 0;
    line-height: 1.2em;
}
.entry-title a {
    -webkit-transition: all 430ms;
    transition: all 430ms;
    text-decoration: none;
    word-wrap: break-word;
}
h3.entry-title a:hover {
    color: rgba(254,86,33,1);
}
.post-h {
    font-family: Roboto;
    font-weight: 400
}
.entry-meta {
    -webkit-transition: all 430ms;
    transition: all 430ms;
    font-size: 14px;
}
.postpage .entry-meta {
    text-align: center;
    padding-top: 0
}
.entry-meta a {
    color: #909090;
    text-decoration: none;
    -webkit-transition: all 430ms;
    transition: all 430ms;
}
.entry-meta i {
    color: rgba(204,219,56,1);
    -webkit-transition: all 430ms;
    transition: all 430ms;
    margin-right: 6px
}
.entry-meta > span {
    margin-right: 16px;
    display: inline;
    color: #909090;
}
.entry-meta .edit-link {
    margin-left: 36px
}
.user span:hover {
    color: rgba(2,168,243,1)!important
}
.c_block {} .entry-thumbnail + .c_block {} .author a,
                                           .categories-links a {} .date {} .search-results article .entry-thumbnail {
                                                                               display: none;
                                                                           }
.post .entry-thumbnail {
    position: relative;
    padding: 0;
    line-height: 0;
    margin-bottom: 25px;
}
.post .entry-thumbnail img,
.search-results article .entry-thumbnail img {
    margin: 0;
    padding: 0;
    width: auto;
    overflow: hidden;
    border-radius: 1px
}
.post .entry-thumbnail .thumbhover,
.search-results article .entry-thumbnail .thumbhover {} .post:hover .entry-thumbnail .thumbhover,
                                                        .search-results article:hover .entry-thumbnail .thumbhover {
                                                            height: 100%;
                                                        }
.post .entry-thumbnail .thumbhover a,
.search-results article .entry-thumbnail .thumbhover {
    margin: 0;
    display: inline-block;
    text-decoration: none;
}
.post .entry-thumbnail .thumbhover a:hover,
.search-results article .entry-thumbnail .thumbhover a:hover {
    text-decoration: none
}
.post .entry-thumbnail .thumbhover a span,
.search-results article .entry-thumbnail .thumbhover a span {
    color: #ffffff;
    -webkit-transition: all 430ms;
    transition: all 430ms;
}
.post .entry-thumbnail .thumbhover a:hover span,
.search-results article .entry-thumbnail .thumbhover a:hover span {
    color: rgba(204,219,56,1);
}
.thumbhover {
    margin-top: 30px
}
.thumbhover span {
    margin-right: 10px
}
.categories-links {
    margin-right: 10px;
}
.entry-header {
    margin-bottom: 0;
}
.entry-content {
    -webkit-transition: all 430ms;
    transition: all 430ms;
    margin-top: 30px
}
.entry-content form p {
    text-align: center;
}
.page .entry-content {
    margin-right: 0;
    margin-top: 0;
}
.searchresult .entry-content {
    margin-top: 0;
}
.searchresult .entry-meta {
    margin-bottom: 15px
}
.blogsidebarpage .post .entry-thumbnail {} .blogsidebarpage .onecolumnnsb .post .entry-thumbnail {
                                               margin-right: 0;
                                               float: none;
                                               width: 100%;
                                               height: auto;
                                           }
.blogsidebarpage .onecolumnnsb .post .c_block {
    padding-bottom: 1px;
}
.blogsidebarpage .blog3columnpage .post .entry-thumbnail {}
.blogsidebarpage .blog2columnpage .post .entry-thumbnail {}
.blogsidebarspage .post .entry-thumbnail {}
.navigation {}
.navigation:after {
                   content: "";
                   display: block;
                   clear: both
}
.nav-links .nav-previous,
.nav-links .nav-next,
.nav-links > a {
    max-width: 48%;
    overflow: hidden;
    width: 48%;
}
.nav-links > a {
    width: auto
}
.nav-links a,
.nav-previous a,
.nav-next a {
    padding: 8px 35px;
    color: rgba(2,168,243,1);
    display: inline-block;
    margin: 0 5px 5px 0;
    -webkit-transition: all 430ms;
    transition: all 430ms;
    text-decoration: none;
    border-color: rgba(2,168,243,1);
    border-width: 4px;
    border-style: solid;
    border-radius: 32px;
    font-size: 14px;
    font-weight: bold;
}
.nav-links a:hover,
.nav-previous a:hover,
.nav-next a:hover {
    color: rgba(255, 255, 255, 1);
    border-color: rgba(2,168,243,1);
    background-color: rgba(2,168,243,1);
    text-decoration: none;
}
.nav-links a[rel=prev],
.nav-previous {
    float: left
}
.nav-links a[rel=next],
.nav-next {
    float: right
}
.more-link {
    display: inline-block;
    padding: 12px 27px;
    border: 3px solid rgba(204, 219, 56, 0.26);
    border-radius: 36px;
    background-color: rgba(204,219,56,1);
    -webkit-transition: all 430ms;
    transition: all 430ms;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.06);
}
.more-link:hover {
    border-color: rgba(204,219,56,1);
    background-color: #fff;
    color: rgba(204,219,56,1);
    text-decoration: none
}
.more-link>.icon-circle-right:before {
    content: "\ede1";
    font-family: icomoon-ultimateregular;
}
/* Comments */

.no-comments {
    margin: 40px 0;
    border: 3px rgba(254,86,33,1) solid;
    border-radius: 30px;
    padding: 20px 30px;
}
#commentform {} #commentform input[type=submit] {
                    padding: 15px 28px 15px 48px !important;
                    border-color: rgba(204,219,56,1)!important;
                    background-color: rgba(204,219,56,1)!important;
                    background-image: url('../images/form-img.png')!important;
                    background-repeat: no-repeat!important;
                    background-position: 10px center;
                }
#commentform input[type=submit]:hover {
    border-color: rgba(215,232,47,1)!important;
    background-color: rgba(215,232,47,1)!important;
}
#commentform > p {
    margin-bottom: 0
}
.form-submit {
    text-align: right;
}
#commentform .comment-form-author,
#commentform .comment-form-email,
#commentform .comment-form-url {
    display: block;
    float: left;
    width: -webkit-calc(33.3% - 20px);
    width: calc(33.3% - 20px);
    margin: 0 30px 0 0;
    padding: 0
}
#commentform .comment-form-url {
    margin-right: 0;
}
#commentform .comment-form-comment {
    clear: both
}
#commentform .comment-form-author,
#commentform .comment-form-email,
#commentform .comment-form-url,
#commentform .comment-form-comment {
    position: relative
}
#commentform .comment-form-author:before,
#commentform .comment-form-email:before,
#commentform .comment-form-url:before,
#commentform .comment-form-comment:before {
    font-family: 'FontAwesome';
    position: absolute;
    top: 10px;
    left: 18px;
    font-size: 16px;
    color: rgba(204,219,56,1);
    z-index: 1050;
}
#commentform .comment-form-author:before {
    content: "\f007";
}
#commentform .comment-form-email:before {
    content: "\f0e0";
}
#commentform .comment-form-url:before {
    content: "\f0c1";
}
#commentform .comment-form-comment:before {
    content: "\f075";
}
.avatar {
    border-radius: 50px;
    margin-right: 25px;
    float: left
}
.comments-link {} #comments {
                      margin-bottom: 80px
                  }
#comments .fn:hover {
    color: rgba(2,168,243,1)
}
#comments .says {
    color: rgba(182,182,182,1);
    display: inline-block;
}
#comments .says:before,
.comment-author-link:before {
    content: "\f007";
    font-family: FontAwesome;
    color: rgba(204,219,56,1);
    margin-right: 5px;
}
.comment-author-link {
    color: rgba(191, 192, 199, 1)
}
.comment-author-link a:hover {
    color: rgba(2,168,243,1)
}
.comment-meta {
    margin-bottom: 0;
    clear: both;
    font-size: 14px
}
.comment-metadata,
.comment-metadata a {
    display: inline-block;
    color: rgba(182,182,182,1);
    text-decoration: none;
    margin-right: 5px;
}
.comment-metadata a:before {
    content: "\f073";
    font-family: FontAwesome;
    color: rgba(204,219,56,1);
    margin-right: 5px;
}
.comment-metadata .icon {
    margin-right: 10px
}
.comment-reply-link {
    background-color: rgba(204,219,56,1);
    color: rgba(255, 255, 255, 1)!important;
    border-color: rgba(204,219,56,1);
    display: inline-block;
    padding: 3px 20px;
    border-width: 2px;
    border-style: solid;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    border-radius: 25px;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.08);
    -webkit-transition: all 430ms !important;
    transition: all 430ms !important;
}
.comment-reply-link:hover {
    text-decoration: none;
    background-color: rgba(255, 255, 255, 1);
    color: rgba(204,219,56,1)!important;
}
.comment-reply-link:focus,
.comment-reply-link:active {} .comment-meta .comment-author {
                                  display: inline-block
                              }
.comment-list {
    margin: 35px 0 0 0;
    padding: 0;
    list-style: none
}
.comment-list > li {
    padding: 10px 0;
    position: relative;
    border: 0;
}
.comment-list > li:before {
    content: " ";
    display: block;
    width: 80%;
    height: 9px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #5a5d79
}
.comment-list > li:after {} .comment-list li .wrapper {
                                width: 81px;
                                height: 81px;
                                position: relative;
                                display: block;
                                clip: rect(auto, auto, auto, auto);
                                z-index: 1;
                                margin-right: 25px;
                                float: left;
                                padding: 3px;
                            }
.comment-list li .wrapper span {
    font-size: 50px;
    color: rgba(2,168,243,1);
    line-height: 60px;
    padding: 18px 25px 22px 25px;
    display: block;
    height: 100px;
    width: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5
}
.comment-list li.pingback {
    margin: 0 0 20px 0;
    padding: 20px 0;
    position: relative;
    border-bottom: 0;
}
.comment-list li.pingback .comment-body {
    margin: 0 0 20px 0;
}
.comment-list li.pingback:after {
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ebebeb;
    display: block;
}
.comment-list li.pingback .comment-meta {
    display: none
}
.comment-list li.pingback .comment-content {
    padding: 0;
    margin-bottom: 0;
    margin-top: 0;
}
.comment-list li ol {
    padding-right: 0;
    list-style: none
}
.comment-list > li > ol {
    padding-left: 95px;
    list-style: none
}
.blogsidebarspage .comment-list > li > ol {
    padding-left: 40px;
}
.comment-list .children {
    list-style: none;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-left: 0;
}
.comment-list .children li:last-child {
    margin-bottom: 0
}
.comment-list li:before {
    content: none
}
.comment-list li .comment-content {
    padding-left: 105px;
    margin-bottom: 20px;
    position: relative;
    margin-top: -40px;
}
.comment-list li .comment-content p {
    margin-top: 25px;
}
.comment-list li:last-child .comment-content p {
    margin-bottom: 0px
}
.comment-list li:nth-child(odd) .comment-content {} .comment-list li:nth-child(even) .comment-content {} .comment-list li:nth-child(odd) .comment-content:before {} .comment-list li:nth-child(even) .comment-content:before {} .comment-list .children li:nth-child(odd) .comment-content {} .comment-list .children li:nth-child(even) .comment-content {} .comment-list .children li:nth-child(odd) .comment-content:before {} .comment-list .children li:nth-child(even) .comment-content:before {} .comment-list li .reply {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            float: right;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            margin-top: 5px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
.widget-block {
    float: right;
    margin-right: 10%
}
.widget-title {} .widget-area ul li {
                     margin: 0;
                 }
.widget-area ul li:last-child {
    clear: both;
}
.w-block {
    margin-top: 70px
}
.w-block img {
    max-width: 100%!important;
    margin-left: 10px;
}
.w-block .widget-block {
    float: none;
    text-align: center;
}
.w-block .widget-block p {
    text-align: center;
    margin-bottom: 0
}
.w-block .widget-block a {
    text-decoration: none;
}
h2.comment-reply-title {
    text-align: left;
    font-weight: bold;
    margin: 0 0 20px 15px;
}
#respond {
    padding-bottom: 15px
}
#respond input[type="text"],
#respond input[type="email"],
#respond input[type="url"],
#respond textarea {
    background-color: #fff;
    border-color: #f3f3f3;
    color: rgba(2,168,243,1);
    padding-left: 45px;
}
#respond textarea {} #respond input[type="text"]:active,
                     #respond input[type="email"]:active,
                     #respond input[type="url"]:active,
                     #respond textarea:active,
                     #respond input[type="text"]:focus,
                     #respond input[type="email"]:focus,
                     #respond input[type="url"]:focus,
                     #respond textarea:focus {
                         background-color: #FFF;
                         border-color: rgba(204,219,56,1);
                         color: #171b21;
                         outline: none
                     }
#respond input[type="text"]::-webkit-input-placeholder,
#respond input[type="email"]::-webkit-input-placeholder,
#respond input[type="url"]::-webkit-input-placeholder,
#respond textarea::-webkit-input-placeholder {
    color: #a5a5a5
}
#respond input[type="text"]::-moz-placeholder,
#respond input[type="email"]::-moz-placeholder,
#respond input[type="url"]::-moz-placeholder,
#respond textarea::-moz-placeholder {
    color: #a5a5a5
}
#respond input[type="text"]:-moz-placeholder,
#respond input[type="email"]:-moz-placeholder,
#respond input[type="url"]:-moz-placeholder,
#respond textarea:-moz-placeholder {
    color: #a5a5a5
}
#respond input[type="text"]:-ms-input-placeholder,
#respond input[type="email"]:-ms-input-placeholder,
#respond input[type="url"]:-ms-input-placeholder,
#respond textarea:-ms-input-placeholder {
    color: #a5a5a5
}
#respond .name,
#respond .mail,
#respond .site,
#respond .mess {
    position: relative
}
#respond .name:before,
#respond .mail:before,
#respond .site:before,
#respond .mess:before {
    font-family: 'icomoon-ultimateregular';
    position: absolute;
    top: 10px;
    left: 29px;
    font-size: 16px;
    color: rgba(2,168,243,1)
}
#respond .name:before {
    content: "\eb24";
}
#respond .mail:before {
    content: "\f0e0";
}
#respond .site:before {
    content: "\f0c1";
}
#respond .mess:before {
    content: "\f075";
}
.send {
    margin-bottom: 100px;
}
#respond .submit:before {
    content: "\f0e0";
    font-family: FontAwesome;
    color: rgba(204,219,56,1);
    margin-right: 5px;
}
#respond label {
    display: none;
    text-align: right;
    margin: 5px 0 0 0
}
#respond input,
#respond textarea {
    margin-bottom: 30px
}
#respond .required {
    color: #e55555;
    font-size: 20px
}
#respond form {
    width: 100%;
    margin: 0 auto
}
.postsidebarpage #respond form,
.blogsidebarspage #respond form {
    width: 100%;
}
.comment-notes {
    padding: 10px 20px;
    border-radius: 15px;
    text-align: center;
    font-size: 15px;
    display: none
}
#email-notes {
    color: #e55555;
    font-weight: bold
}
code {
    padding: 2px 4px;
    font-size: 90%;
    color: #e55555;
    background-color: #f3f3f3;
    border-radius: 4px;
}
/* post page */

.tags-links {
    display: block;
    margin: 40px 0;
    clear: both
}
.single .service .entry-meta {
    margin-bottom: 0
}
.single .post:after {
    clear: both;
    display: block;
    content: " ";
}
.single h1.archive-title {
    color: rgba(2,168,243,1);
    font-size: 35px;
    margin: 0;
}
.comments-title h2 {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 30px;
}
.single .post {} .single .post .entry-thumbnail img {
                     clear: both
                 }
/* Hover */

.single .post {
    padding-bottom: 30px
}
.single .post:hover .entry-meta {} .single .post:hover .entry-meta a {} .entry-meta a:hover {
                                                                            color: rgba(2,168,243,1)
                                                                        }
.single .post:hover .entry-meta i {} .single .post:hover .entry-content {} .post-navigation-icon {
                                                                               float: right;
                                                                               width: 100px
                                                                           }
.post-navigation-icon span {} .post-navigation-icon a span {
                                  padding: 10px;
                                  display: block;
                                  color: #c0c0c0;
                                  font-size: 13px;
                                  border: 1px #c0c0c0 solid
                              }
.post-navigation-icon a:hover {
    text-decoration: none
}
.post-navigation-icon a:hover span {
    color: #FFF;
    background-color: #171b21;
    font-size: 13px;
}
/* Widgets */

.widget {
    margin-bottom: 50px
}
.widget-area {
    text-align: left;
}
main > .widget-area {
    margin-bottom: 40px;
}
h3.widget-title {
    font-size: 22px;
    text-align: left;
    margin: 0 0 25px 6px;
    line-height: 1.4em
}
.widget-area ul,
.widget-area ol {
    margin-bottom: 0;
    padding-left: 0;
    padding-bottom: 5px
}
.widget-area ul {
    list-style: none;
}
.widget-area ul#recentcomments {
    padding-bottom: 0
}
.widget-area ul li:before {
    content: "";
    padding: 0;
}
.widget_categories ul li {
    display: block;
    padding: 13px 0 13px 28px
}
.widget_categories ul li:hover {
    background-color: #f5f5f5
}
.widget_categories {
    border-bottom: 1px solid #f2f2f2;
}
.widget_categories ul li a {
    color: #727272;
    text-decoration: none;
}
.widget_categories ul li a:hover {} .widget_recent_comments ul li a {
                                        color: rgba(2,168,243,1);
                                        text-decoration: none;
                                    }
.widget-block i {
    color: rgba(204,219,56,1);
    font-size: 14px
}
.widget-block time {
    color: rgba(191, 192, 199, 1);
    font-size: 14px
}
.widget-block p {
    margin-bottom: 5px
}
.textwidget {
    color: rgba(191, 192, 199, 1);
    font-style: italic
}
.widget_search label {
    margin: 0
}
.widget_search .screen-reader-text,
.woocommerce-product-search .screen-reader-text,
.search-form .screen-reader-text {
    display: none;
    margin-bottom: 0;
    margin-right: 0
}
.widget_search input[type="search"],
.woocommerce-product-search .search-field {
    border-color: #ebebeb;
    padding-right: 55px;
}
.widget_search input[type="submit"],
.woocommerce-product-search input[type="submit"] {
    background-color: transparent!important;
    border: none!important;
    bottom: 5px;
    left: auto;
    padding: 4px!important;
    color: transparent!important;
    -webkit-box-shadow: 0px 0px 0px 0px rgb(255, 255, 255);
    -moz-box-shadow: 0px 0px 0px 0px rgb(255, 255, 255);
    box-shadow: 0px 0px 0px 0px rgb(255, 255, 255);
    right: 10px;
    position: absolute !important;
    width: 40px;
    height: 40px;
}
.widget_search input[type="submit"]:hover {
    color: transparent!important;
    background-color: transparent!important;
}
.widget_search .search-form:hover label:before {
    color: #FE5621
}
.widget_search input[type="submit"]:focus {
    box-shadow: none!important;
}
.widget_search .search-form label:before {
    content: "\f002";
    font-family: "FontAwesome";
    position: absolute;
    color: rgba(182,182,182,1);
    top: 0;
    right: 20px;
    font-size: 21px;
    cursor: pointer;
    line-height: 50px
}
.tagcloud,
.tags-links {} .tagcloud a,
               .tags-links a {
                   padding: 3px 20px;
                   color: #909090;
                   display: inline-block;
                   margin: 0 5px 5px 5px;
                   -webkit-transition: all 430ms;
                   transition: all 430ms;
                   text-decoration: none;
                   border: 1px solid #909090;
                   border-radius: 32px;
                   position: relative;
                   font-size: 14px!important;
               }
.tagcloud a:hover,
.tags-links a:hover {
    color: #FFF;
    border-color: rgba(2,168,243,1);
    background-color: rgba(2,168,243,1);
    text-decoration: none;
}
.widget_recent_entries {} .widget_recent_entries ul {
                              padding: 0;
                              border: 0;
                              list-style: none;
                              margin-top: 25px
                          }
.widget_recent_entries ul li {
    margin: -2px 0 0 0;
    padding: 0
}
.widget_recent_entries ul li:before {
    content: none;
}
.widget_recent_entries ul li a {
    color: rgba(204,219,56,1);
    display: block;
    padding: 10px 20px 10px 0px;
    text-decoration: none;
    position: relative;
    -webkit-transition: all 430ms;
    transition: all 430ms;
}
.widget_recent_entries ul li a:hover {
    z-index: 99;
    color: rgba(2,168,243,1)
}
.widget_recent_entries ul li .post-date {
    color: rgba(182,182,182,1);
    font-size: 14px;
}
.widget_recent_entries ul li .post-date:before {
    content: "\f073";
    font-family: 'FontAwesome';
    font-size: 14px;
    color: rgba(204,219,56,1);
    margin-right: 10px;
}
.widget-area .rpwe-time {
    color: rgba(182,182,182,1);
    font-size: 14px;
}
.widget-area .rpwe-time:before {
    content: "\f073";
    font-family: 'FontAwesome';
    font-size: 14px;
    color: rgba(204,219,56,1);
    margin-right: 10px;
}
.widget-area .rpwe-block {
    padding-top: 10px;
}
.widget-area .rpwe-block a {
    color: #727272;
}
.widget-area .rpwe-block a:hover {
    color: rgba(2,168,243,1)
}
.widget-area .rpwe-block li {
    margin-bottom: 10px;
    height: 80px
}
.widget-area .rpwe-block h3 {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 16px;
    line-height: 1.5em;
    text-align: left;
    font-family: Roboto;
}
.widget-area .rpwe-thumb {
    border-radius: 4px;
}
.widget-area .rpwe-alignleft {
    display: inline;
    float: left;
}
.widget_calendar {} .widget_calendar table {
                        border: 0
                    }
.widget_calendar table caption {
    font-weight: bold;
    border-bottom: 1px rgba(191, 192, 199, 1) solid;
    padding-bottom: 10px;
}
.widget_calendar table td {
    border-color: transparent;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 7px 7px 2px 7px;
    text-align: center;
}
.widget_calendar table th {
    padding: 5px 7px;
}
.widget_calendar table thead th {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.05);
    color: rgba(2,168,243,1);
}
.widget_calendar table td.pad,
.widget_calendar table td#prev,
.widget_calendar table td#next {
    background-color: transparent;
}
.widget-comment {} .widget-comment>.widget-block {
                       float: none;
                       padding: 0 15px 10px;
                   }
.widget-comment>.widget-block:last-child {
    padding-bottom: 0px
}
.widget-comment a {
    text-decoration: none;
}
.widget-comment a span {
    color: rgba(191, 192, 199, 1);
}
.widget-comment p {
    font-size: 14px;
    line-height: 18px
}
.widget-gallery {}
/* 1 Column */

.onecolumnnsb .post {
    clear: both
}
.onecolumnnsb .entry-content:after,
.single .entry-content:after {
    clear: both;
    content: " ";
    display: block
}
.onecolumnnsb .format-aside .entry-thumbnail,
.onecolumnnsb .format-status .entry-thumbnail,
.onecolumnnsb .format-chat .entry-thumbnail {
    margin-bottom: 20px;
    width: 400px;
}
.onecolumnnsb .entry-meta {
    margin-bottom: 25px
}
.onecolumnnsb .post .entry-thumbnail {
    margin-bottom: 35px
}
.entry-content > .date,
.dline > .date {
    width: 100%;
    display: block;
    border-top: 1px rgba(191, 192, 199, 1) solid;
    margin: 0 0 10px 0;
    padding-top: 15px;
    font-size: 14px;
    color: rgba(191, 192, 199, 1);
}
.search-results .entry-content > .date {
    margin-top: 20px
}
.entry-content > .date a,
.dline > .date a {
    color: rgba(191, 192, 199, 1);
}
.entry-content > .date a:hover,
.dline > .date a:hover {} .entry-content > .date a.more-link,
                          .dline > .date a.more-link {
                              color: #fff;
                          }
.entry-content > .date a.more-link:hover,
.dline > .date a.more-link:hover {
    color: rgba(204,219,56,1);
}
[id*="gallery-"] {} [id*="gallery-"]:after {
                        content: " ";
                        display: block;
                        clear: both
                    }
/* 1 Column with 2 Sidebars*/

.blogsidebarspage .post,
.blogsidebarspage .search-results article {} .blogsidebarspage .post .entry-thumbnail,
                                             .blogsidebarspage .search-results article .entry-thumbnail {
                                                 width: 100%;
                                                 margin: 0;
                                                 float: none;
                                                 height: auto;
                                                 margin-bottom: 25px
                                             }
.blogsidebarspage .entry-content {
    margin-bottom: 0;
    /* margin-top: 0; */
}
.blogsidebarspage .entry-title {
    margin-right: 40px
}
/* 2 Columns Blog */

.blog2columnpage .post,
.blog2columnpage .search-results article {
    display: block;
    float: left;
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
    margin: 0 60px 65px 0;
    padding: 0
}
.blog2columnpage .post:nth-of-type(2n),
.blog2columnpage .search-results article:nth-of-type(2n) {
    margin-right: 0;
}
.blog2columnpage .post:nth-of-type(2n+1),
.blog2columnpage .search-results article:nth-of-type(2n+1) {
    clear: both
}
.blog2columnpage .post:nth-child(odd),
.blog2columnpage .search-results article:nth-child(odd) {} .blog2columnpage .post:first-child,
                                                           .blog2columnpage .search-results article:first-child {
                                                               clear: none
                                                           }
.blog2columnpage .entry-meta {
    margin-bottom: 15px
}
.blog2columnpage .post .entry-thumbnail,
.blog2columnpage .search-results article .entry-thumbnail {
    overflow: hidden;
    float: none;
    width: 100%;
    max-height: 280px;
    height: auto;
    margin-bottom: 25px;
    border-radius: 1px
}
.blog2columnpage .c_block {} .blog2columnpage h3.entry-title {}
/* 3 Columns Blog */

.blog3columnpage .post,
.blog3columnpage .search-results article {
    display: block;
    float: left;
    width: -webkit-calc(33% - 20px);
    width: calc(33% - 20px);
    margin: 0 30px 65px 0;
    padding: 0
}
.blog3columnpage .post:nth-of-type(3n),
.blog3columnpage .search-results article:nth-of-type(3n) {
    margin-right: 0;
}
.blog3columnpage .post:nth-of-type(3n+1),
.blog3columnpage .search-results article:nth-of-type(3n+1) {
    clear: both
}
.blog3columnpage .post:first-child,
.blog3columnpage .search-results article:first-child {
    clear: none
}
.blog3columnpage .post .entry-thumbnail,
.blog3columnpage .search-results article .entry-thumbnail {
    overflow: hidden;
    float: none;
    width: 100%;
    max-height: 280px;
    height: auto;
    margin-bottom: 25px
}
.blog3columnpage .c_block .more-link {
    padding: 10px 15px
}
.blog3columnpage .c_block {} .blog3columnpage h3.entry-title {} .blog3columnpage .entry-meta {
                                                                    margin-bottom: 15px
                                                                }
.vc_grid .vc_btn3.vc_btn3-size-md {
    border-radius: 32px;
    background-color: rgba(254,86,33,1)!important;
}
.vc_grid .vc_btn3.vc_btn3-size-md:hover {
    background-color: rgba(215,232,47,1) !important;
}
/* Related display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex;*/

.related {
    list-style: none;
    margin: 35px 1% 0 0;
    padding: 0 0 25px;
    width: 99%;
    display: block;
    clear: both;
}
.related:after {
    content: " ";
    display: block;
    clear: both;
}
.related .rblock {
    margin: 0 4.75% 20px 0;
    display: block;
    float: left;
    position: relative;
    width: 30%;
    height: auto;
    overflow: hidden;
}
.blogsidebarspage .related .rblock {
    width: 100%;
    margin-right: 0
}
.related .rblock:last-child {
    margin-right: 0
}
.related .rblock h6 {
    margin: 0;
    padding-top: 7px;
    padding-bottom: 5px;
    text-align: left;
    font-family: Roboto;
}
.related .rblock h6 a {
    text-decoration: none;
}
.related .rblock a {
    text-decoration: none;
}
.related .rblock h6 a:hover {} .related .rblock .thumb {
                                   padding: 0;
                                   margin: 0;
                                   text-align: center;
                                   position: relative;
                                   max-height: 165px;
                               }
.blogsidebarpage .related .rblock .thumb {
    max-height: 118px;
}
.blogsidebarspage .related .rblock .thumb {
    max-height: 235px;
}
.related .rblock .thumb img {
    width: 100%
}
.related .rblock small {
    padding: 7px 0;
    display: block;
    text-align: center
}
.related .rblock .icon,
.related li .iconic {
    margin-right: 6px
}
.related .rblock .iconic {
    margin-left: 25px
}
.related .rblock .vanish {
    position: absolute;
    padding: 0 10px 0 10px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    width: 100%;
    background-color: rgba(44, 48, 54, 0.65);
    -webkit-transition: all 430ms;
    transition: all 430ms;
    text-align: center;
    display: block;
    overflow: hidden
}
.related .rblock:hover .vanish {
    height: 100%;
}
.related .rblock .vanish p {
    margin: 0
}
.related .rblock .vanish a {
    position: absolute;
    top: -webkit-calc(50% - 29px);
    top: calc(50% - 29px);
    left: -webkit-calc(50% - 29px);
    left: calc(50% - 29px);
}
.related .rblock .vanish .more-link {
    display: block;
    text-align: center;
    text-decoration: none;
}
.related .rblock .vanish .more-link .icon {
    font-size: 40px;
    color: #FFF;
    text-decoration: none;
    margin: 10px auto
}
.related .rblock .vanish a i {
    color: #ffffff;
    font-size: 26px;
    padding: 16px;
    display: inline-block;
    margin: 0;
    overflow: hidden
}
.related .rblock:hover .vanish a span {} .related .rblock .vanish a:hover span {
                                             background-color: rgba(2,168,243,1);
                                             text-decoration: none;
                                         }
.related .thumb {
    max-height: 158px;
    overflow: hidden;
}
.r-block {
    float: left;
    width: 30%;
    margin-right: 24px
}
.r-block img {
    max-width: 100%!important
}
.r-block p {
    margin-bottom: 0;
}
.r-block a {
    text-decoration: none;
}
.r-block time {
    color: rgba(191, 192, 199, 1);
}
.r-block i {
    color: rgba(204,219,56,1);
}
.related .date a {
    color: rgba(182,182,182,1);
    font-size: 14px
}
.related .date i {
    color: rgba(204,219,56,1);
    font-size: 14px
}
/* Blog Feed 2 Col Shortcode */

.post_format_query_block {
    position: relative;
    z-index: 99
}
.digital-format {
    margin-bottom: 30px;
    padding-left: 0;
    border-color: #fff
}
.digital-format:nth-child(even) {
    padding-right: 0;
    padding-left: 15px
}
.digital-format:nth-child(odd) {
    padding-right: 15px;
    padding-left: 0
}
.digital-format .post {} .digital-format .entry-meta {
                             margin-right: 0
                         }
.digital-format h3.entry-title {
    text-transform: capitalize;
    overflow: hidden;
    max-height: 60px;
    font-size: 25px;
    padding-right: 0
}
.digital-format h3.entry-title a {
    font-size: 25px;
    line-height: 1.1em;
}
.digital-format .entry-thumbnail,
.search-results .digital-format article .entry-thumbnail {
    width: 250px;
    height: 250px
}
.digital-format .entry-title {
    padding-right: 40px;
    margin-bottom: 10px
}
.digital-format .post:nth-of-type(2n) {
    margin-right: 0;
}
.digital-format .post:nth-of-type(2n+1) {
    clear: both
}
.digital-format .post:first-child {
    clear: none
}
.digital-format article {
    position: relative;
    padding-right: 25px;
    height: 250px;
    min-height: 250px;
    margin-bottom: 0
}
.digital-format article:hover {} .digital-format .format-standard.has-post-thumbnail h3.entry-title {} .digital-format .post .entry-thumbnail {
                                                                                                           width: 250px;
                                                                                                           margin: 0 30px 0 0;
                                                                                                           float: left;
                                                                                                           height: 250px;
                                                                                                       }
.digital-format .post .entry-meta,
.digital-format .post .entry-meta .date {
    color: #bdbdbd;
    font-size: 14px;
    text-align: left;
    overflow: hidden;
    margin-bottom: 15px;
}
.digital-format .post .entry-meta .author {
    margin-right: 30px
}
.digital-format .format-standard .entry-header .entry-meta:after {
    content: none
}
.digital-format .post .more-link {
    padding: 5px 15px
}
.digital-format .c_block {
    margin-left: 30px;
}
.digital-format .entry-thumbnail + .c_block {
    margin-left: 280px;
}
/* =========================================
7. CTA
*/
/* =========================================
8. Footer
*/

.savefooter {
    background-color: #f9f9f9;
    text-align: center;
    padding: 25px 0
}
.f_widgets {} .f_widgets .widget:last-child {
                  margin-bottom: 0;
              }
.f_widgets .recent-footer ul li {
    display: inline-block;
    margin-bottom: 20px!important
}
.f_widgets .recent-footer ul li h3 {
    margin-top: 0!important;
    margin-bottom: 10px!important;
    font-family: Roboto;
    cursor: pointer;
    font-weight: 400!important
}
.f_widgets .recent-footer ul li h3:hover {
    color: rgba(2,168,243,1)!important
}
.smile_icon_list li .icon_list_connector {
    height: 0!important
}
.f_widgets .footer-list {
    list-style: none;
    margin: 0;
}
.f_widgets .footer-list li {
    margin-bottom: 20px;
}
.f_widgets .footer-list li:after {
    content: "";
    clear: both;
    display: block
}
.f_widgets .footer-list .post-img {
    float: left;
    margin-right: 20px
}
.f_widgets .footer-list .post-content p {
    margin: 0;
    color: rgba(182,182,182,1);
    font-size: 14px
}
.f_widgets .footer-list .post-content a {
    color: #212121;
    font-size: 16px
}
.f_widgets .footer-list .post-content a:hover {
    color: rgba(2,168,243,1)
}
/*Social Icon*/

.sell_socials {
    margin: 0;
    padding: 0;
    display: inline-block;
}
.sell_socials li {
    list-style-type: none;
    display: inline-block;
    margin: 0 5px 10px 5px;
}
.sell_socials li:hover {} .sell_socials li a {
                              width: 41px;
                              height: 41px;
                              border-radius: 50%;
                              -webkit-transition: 0.3s;
                              -moz-transition: 0.3s;
                              transition: 0.3s;
                              display: inline-block;
                              text-align: center;
                              text-decoration: none;
                          }
.sell_socials li a:hover {
    text-decoration: none
}
.sell_socials li a i {}
/*Home Page*/

.info-icon div.vc_btn3-container.btn {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 430ms !important;
    transition: all 430ms !important;
}
.info-icon:hover div.vc_btn3-container.btn {
    -webkit-transition: all 430ms !important;
    transition: all 430ms !important;
    height: 75px;
}
.info-icon>div {
    -webkit-box-shadow: 0px 14px 19px 0px rgba(38, 50, 56, 0.2);
    -moz-box-shadow: 0px 14px 19px 0px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 14px 19px 0px rgba(0, 0, 0, 0.14);
    overflow: hidden;
}
.info-icon {
    cursor: pointer;
}
.home-icon-box .left-icon .aio-icon-left .aio-icon {
    margin-right: 0
}
.home-icon-box .aio-icon-left .ult-just-icon-wrapper {
    margin-top: -20px;
    margin-left: -50px
}
.home-icon-box .aio-icon-left .aio-icon {
    opacity: 0.4
}
.home-icon-box h3 {
    font-family: Roboto;
    margin-bottom: 10px
}
.home-icon-box .aio-icon-description {
    text-align: center;
}

/*Home Page 2*/

.circle-post .vc_gitem-zone {border-radius: 50%;  -webkit-transition: all 500ms; transition: all 500ms;}
.circle-post .vc_gitem-zone-b{background-color: rgba(160,220,98,0.86)!important;}
.flat-tab .vc_tta-tab a {color:rgba(204,219,56,1)!important;}
.vc_tta-color-white.vc_tta-style-flat .vc_tta-tab>a:hover{background-color: rgba(2,168,243,1)!important; color: #fff!important}
.cloud{top: -220px}
.oncloud{z-index: 11}

/*Home Page 3*/
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active:nth-child(1)>a{
	background-color: rgba(153,121,237,1);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-weight: bold;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active:nth-child(2)>a{
	background-color: rgba(254,86,33,1);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-weight: bold;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active:nth-child(3)>a{
	background-color: rgba(2,168,243,1);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-weight: bold;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab:nth-child(1)>a{
	background-color: rgba(153,121,237,1);
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab:nth-child(2)>a{
	background-color: rgba(254,86,33,1);
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab:nth-child(3)>a{
	background-color: rgba(2,168,243,1);
}
.vc_tta-style-classic .vc_tta-tab a {
    color: #fff!important;
}
.post-one .ccount {
    background-color:rgba(244,102,78,0.86);
    font-size: 15px;
    padding: 0 10px;
    text-align: center;
    width: 65px;
    height: 40px;
    position: absolute;
    top: 20px;
    left: 20px;
    border-radius: 20px;
    cursor: pointer;
    -webkit-transition: all 500ms;
    transition: all 500ms;
}
.post-one .ccount span {
    color: #fff;
    line-height: 40px;
}
.post-one .ccount:hover {
    background-color: rgba(160,220,98,0.86);
}
.tab_child.vc_tta-panel.pop.vc_active{
	border-top:  5px solid rgba(204,219,56,1);
    }

.tab_child.vc_tta-panel.lat.vc_active{
	border-top:  5px solid rgba(153,121,237,1);
	
}
.tab_child.vc_tta-panel.hot.vc_active{
	border-top:  5px solid rgba(254,86,33,1);
}
.digital-format.post-one:nth-child(even){
    padding-right: 15px;
    padding-left: 0;
}
.grid_for_sec .vc_gitem-zone {
    background-color: rgba(160, 220, 98, 0.86) !important;
    }
.grid_for_sec .vc_gitem-zone .vc_icon_element-inner{
    background-color: rgba(255,255,255,0.26);
    border-radius: 50%;
       
}
.grid_for_sec .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-lg .vc_icon_element-icon{
    font-size: 29px!important; 

}

.grid_for_sec .entypo-icon-plus:before{
    font-family: "FontAwesome";
    content: "\f06e";
}

/* =========================================
9. Shop
*/
.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}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg{background-color:#fff}
.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__trigger{position:absolute;top:30px;right:30px;font-size:2em;z-index:9;width:36px;height:36px;background:#fff;text-indent:-9999px;border-radius:100%;box-sizing:content-box}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before{content:"";display:block;width:10px;height:10px;border:2px solid #000;border-radius:100%;position:absolute;top:9px;left:9px;box-sizing:content-box}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after{content:"";display:block;width:2px;height:8px;background:#000;border-radius:6px;position:absolute;top:19px;left:22px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);box-sizing:content-box}
.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}
/* Layout */

.woocommerce .cart-empty,
.woocommerce .return-to-shop {
    text-align: center
}
.woocommerce .return-to-shop {
    margin-bottom: 80px !important
}
.woocommerce-edit-account .woocommerce input.button,
.woocommerce-edit-address .woocommerce input.button {
    margin-top: 20px
}
.woocommerce-edit-account .woocommerce,
.woocommerce-edit-address .woocommerce,
.woocommerce-account .woocommerce {
    margin-bottom: 50px
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs:after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce #content div.product div.thumbnails:after,
.woocommerce #content div.product div.thumbnails:before,
.woocommerce .col2-set:after,
.woocommerce .col2-set:before,
.woocommerce div.product .woocommerce-tabs ul.tabs:after,
.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce div.product div.thumbnails:after,
.woocommerce div.product div.thumbnails:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page #content div.product div.thumbnails:after,
.woocommerce-page #content div.product div.thumbnails:before,
.woocommerce-page .col2-set:after,
.woocommerce-page .col2-set:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page div.product div.thumbnails:after,
.woocommerce-page div.product div.thumbnails:before {
    content: " ";
    display: table
}
.woocommerce #content div.product .woocommerce-tabs,
.woocommerce #content div.product .woocommerce-tabs ul.tabs:after,
.woocommerce #content div.product div.thumbnails a.first,
.woocommerce #content div.product div.thumbnails:after,
.woocommerce .cart-collaterals:after,
.woocommerce .col2-set:after,
.woocommerce .woocommerce-pagination ul.page-numbers:after,
.woocommerce div.product .woocommerce-tabs,
.woocommerce div.product .woocommerce-tabs ul.tabs:after,
.woocommerce div.product div.thumbnails a.first,
.woocommerce div.product div.thumbnails:after,
.woocommerce ul.products,
.woocommerce ul.products li.first,
.woocommerce ul.products:after,
.woocommerce-page #content div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after,
.woocommerce-page #content div.product div.thumbnails a.first,
.woocommerce-page #content div.product div.thumbnails:after,
.woocommerce-page .cart-collaterals:after,
.woocommerce-page .col2-set:after,
.woocommerce-page .woocommerce-pagination ul.page-numbers:after,
.woocommerce-page div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:after,
.woocommerce-page div.product div.thumbnails a.first,
.woocommerce-page div.product div.thumbnails:after,
.woocommerce-page ul.products,
.woocommerce-page ul.products li.first,
.woocommerce-page ul.products:after {
    clear: both
}
.woocommerce .col2-set,
.woocommerce-page .col2-set {
    width: 100%
}
.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 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.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%
}
.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 .woocommerce-pagination ul.page-numbers:after,
.woocommerce .woocommerce-pagination ul.page-numbers:before,
.woocommerce div.product #reviews .comment:after,
.woocommerce div.product #reviews .comment:before,
.woocommerce ul.products:after,
.woocommerce ul.products:before,
.woocommerce-page #content div.product #reviews .comment:after,
.woocommerce-page #content div.product #reviews .comment:before,
.woocommerce-page .woocommerce-pagination ul.page-numbers:after,
.woocommerce-page .woocommerce-pagination ul.page-numbers:before,
.woocommerce-page div.product #reviews .comment:after,
.woocommerce-page div.product #reviews .comment:before,
.woocommerce-page ul.products:after,
.woocommerce-page ul.products: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 li.product,
.woocommerce-page ul.products li.product {
    float: left;
    margin: 0 0 0 0;
    position: relative;
    width: 33%;
    padding: 30px 10px 40px 10px;
    overflow: hidden;
}
.woocommerce ul.products .related li.product,
.woocommerce-page .related .products li.product {
    width: 25%;
}
.woocommerce ul.products li.last,
.woocommerce-page ul.products li.last {
    margin-right: 0
}
.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-result-count {
    background-color: #ebebeb;
    font-size: 15px;
    color: #b1b1b1;
    margin: 0 15px 30px 0;
    padding: 12px 15px;
    height: 50px;
    border-radius: 32px
}
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
    float: right
}
.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: 180px
}
.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 #content table.cart td.actions .coupon label,
.woocommerce table.cart td.actions .coupon label,
.woocommerce-page #content table.cart td.actions .coupon label,
.woocommerce-page table.cart td.actions .coupon label {
    display: none
}
.woocommerce .cart-collaterals .shipping_calculator:after,
.woocommerce .cart-collaterals .shipping_calculator:before,
.woocommerce .cart-collaterals:after,
.woocommerce .cart-collaterals:before,
.woocommerce form .form-row:after,
.woocommerce form .form-row:before,
.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 .cart-collaterals .shipping_calculator:after,
.woocommerce-page .cart-collaterals .shipping_calculator:before,
.woocommerce-page .cart-collaterals:after,
.woocommerce-page .cart-collaterals:before,
.woocommerce-page form .form-row:after,
.woocommerce-page form .form-row: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
}
td.product-name,
td.product-name a {
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}
td.product-price,
td.product-subtotal {} td.product-subtotal {
                           font-weight: bold
                       }
.woocommerce table.shop_table td.actions {
    border: 0;
}
.woocommerce input#coupon_code {
    float: left;
}
.product-quantity input[type="number"] {
    height: 52px;
    font-size: 24px;
    font-weight: bold;
    padding: 12px 14px;
    border: 1px #e8e9e9 solid;
    color: #171b21;
}
.pageedit_link {
    clear: both;
}
.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
    float: right;
    width: 100%;
    margin-bottom: 80px;
}
.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: 68%;
    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 form .form-row-wide,
.woocommerce form .form-row:after,
.woocommerce ul.cart_list li:after,
.woocommerce ul.product_list_widget li:after,
.woocommerce-page .cart-collaterals .shipping_calculator:after,
.woocommerce-page form .form-row-wide,
.woocommerce-page form .form-row:after,
.woocommerce-page ul.cart_list li:after,
.woocommerce-page ul.product_list_widget li: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 {} .woocommerce .cart-collaterals .cart_totals {
                                                        background-color: #f9f9f9;
                                                        padding: 5px 30px 30px 30px;
                                                        float: right
                                                    }
.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 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 {
    float: left;
    width: 47%;
    overflow: visible
}
.woocommerce #payment #place_order,
.woocommerce form .form-row-last,
.woocommerce-page #payment #place_order,
.woocommerce-page form .form-row-last {
    float: right
}
.woocommerce #payment .form-row select,
.woocommerce-page #payment .form-row select {
    width: auto
}
.woocommerce #payment .terms,
.woocommerce-page #payment .terms {
    text-align: right;
    padding: 0 1em
}
.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
}
.twentyfourteen .tfwc .product .images img {
    margin-bottom: 1em
}
.woocommerce table th {
    color: #9c9fa2
}
.woocommerce table td {
    border-bottom: 1px #dddddd solid
}
@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-color: #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
    }
}
/**/

.clear,
.woocommerce .woocommerce-breadcrumb:after,
.woocommerce .woocommerce-error:after,
.woocommerce .woocommerce-info:after,
.woocommerce .product .woocommerce-message:after {
    clear: both
}
.woocommerce .woocommerce-breadcrumb:after {
    clear: none
}
.woocommerce div.product form.cart .reset_variations,
.woocommerce form .form-row label.hidden {
    visibility: hidden
}
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}
@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@font-face {
    font-family: star;
    src: url(../fonts/star.eot);
    src: url(../fonts/star.eot?#iefix) format("embedded-opentype"), url(../fonts/star.woff) format("woff"), url(../fonts/star.ttf) format("truetype"), url(../fonts/star.svg#star) format("svg");
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: WooCommerce;
    src: url(../fonts/WooCommerce.eot);
    src: url(../fonts/WooCommerce.eot?#iefix) format("embedded-opentype"), url(../fonts/WooCommerce.woff) format("woff"), url(../fonts/WooCommerce.ttf) format("truetype"), url(../fonts/WooCommerce.svg#WooCommerce) format("svg");
    font-weight: 400;
    font-style: normal
}
p.demo_store {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    font-size: 1em;
    padding: 1em 0;
    text-align: center;
    background-color: rgba(23, 27, 61, 1);
    color: #fff;
    z-index: 99998;
    box-shadow: 0 1px 1em rgba(0, 0, 0, .2)
}
p.demo_store a {
    color: #fff
}
.admin-bar p.demo_store {
    top: 32px
}
.woocommerce .blockUI.blockOverlay {
    position: relative
}
.woocommerce .blockUI.blockOverlay:before,
.woocommerce .loader:before {
    height: 1em;
    width: 1em;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    display: block;
    content: "";
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url(../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: 34px;
    height: 34px;
    width: 34px;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: #fb3d3d !important;
    text-decoration: none;
    font-weight: 700;
    border: 0
}
.woocommerce a.remove:hover {
    color: rgba(204,219,56,1)!important;
}
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
    padding: 1em 2em 1em 3.5em!important;
    margin: 0 0 2em!important;
    position: relative;
    list-style: none!important;
    width: auto;
    word-wrap: break-word
}
.woocommerce .woocommerce-error:after,
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:after,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:after,
.woocommerce .woocommerce-message:before {
    content: " ";
    display: table
}
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:before {
    font-family: WooCommerce;
    content: "\e028";
    display: inline-block;
    position: absolute;
    top: 1em;
    left: 1.5em
}
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button {
    float: right
}
.woocommerce .woocommerce-error li,
.woocommerce .woocommerce-info li,
.woocommerce .woocommerce-message li {
    list-style: none!important;
    padding-left: 0!important;
    margin-left: 0!important
}
.woocommerce .woocommerce-message {
    border-top-color: #8fae1b
}
.woocommerce .woocommerce-message:before {
    content: "\e015";
    color: #8fae1b
}
.woocommerce .woocommerce-info {} .woocommerce .woocommerce-info:before {
                                      color: rgba(2,168,243,1)
                                  }
.woocommerce .woocommerce-info a {
    text-decoration: none;
}
.woocommerce .woocommerce-error {
    border-top-color: #b81c23
}
.woocommerce .woocommerce-error:before {
    content: "\e016";
    color: #b81c23
}
.woocommerce small.note {
    display: block;
    color: #777;
    font-size: .857em;
    margin-top: 10px
}
.woocommerce .woocommerce-breadcrumb {
    margin: 0 0 40px;
    padding: 0;
    font-size: 15px;
    color: rgba(204,219,56,1)
}
.woocommerce .woocommerce-breadcrumb:after,
.woocommerce .woocommerce-breadcrumb:before {
    content: " ";
    display: table
}
.woocommerce .woocommerce-breadcrumb a {
    color: #d3ced2;
    text-decoration: none;
}
.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center;
    font-size: 20px;
    padding: 5px 10px;
    border: 2px solid #ebebeb;
    border-radius: 23px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.woocommerce .product .woocommerce-breadcrumb {
    float: right;
    width: 48%;
    margin-bottom: 30px
}
.woocommerce div.product {
    margin-bottom: 0;
    position: relative;
}
.woocommerce div.product .product_title {
    clear: none;
    margin: 0 0 0 0;
    padding: 0;
    font-size: 38px;
    /* text-align: left; */

    display: block;
    line-height: 1.2em;
}
.woocommerce #reviews #comments .add_review:after,
.woocommerce .products ul:after,
.woocommerce div.product form.cart:after,
.woocommerce div.product p.cart:after,
.woocommerce nav.woocommerce-pagination ul,
.woocommerce ul.products:after {
    clear: both
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
    font-size: 33px
}
.woocommerce div.product p.price {
    margin-top: 15px
}
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
    background-color: inherit;
    font-weight: 700;
    text-decoration: none;
    color: #fb3d3d
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
    color: #b5b7b9;
    font-size: 20px
}
.woocommerce div.product p.stock {
    font-size: .92em
}
.woocommerce div.product .stock {
    color: #77a464
}
.woocommerce div.product .out-of-stock {
    color: red
}
.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 1.618em;
    float: none;
    display: block;
    width: 100%;
}
.woocommerce div.product div.images,
.woocommerce div.product div.summary {
    margin-bottom: 60px
}
.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.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 0;
    overflow: hidden;
    position: relative
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-top: 3px solid #FFF;
    background-color: rgba(255, 255, 255, 0.1);
    display: inline-block;
    position: relative;
    z-index: 0;
    margin: 0 0;
    padding: 0 1em;
    border-bottom: 1px solid #171b21;
    color: rgba(2,168,243,1)
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover {
    border-top: 3px rgba(2,168,243,1) solid
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: 30px 40px;
    font-weight: 700;
    color: #b5b7b9;
    text-decoration: none;
    font-size: 20px
}
.woocommerce div.product form.cart:after,
.woocommerce div.product form.cart:before,
.woocommerce div.product p.cart:after,
.woocommerce div.product p.cart:before {
    display: table;
    content: " "
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    text-decoration: none;
    color: rgba(254,86,33,1)
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    z-index: 2;
    color: rgba(254,86,33,1);
    border-color: rgba(254,86,33,1);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:hover {
    border-color: rgba(2,168,243,1)
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: rgba(2,168,243,1);
    text-shadow: inherit
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:hover {
    color: rgba(254,86,33,1)
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before {} .woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {} .woocommerce div.product .woocommerce-tabs ul.tabs li:after,
                                                                                                                                             .woocommerce div.product .woocommerce-tabs ul.tabs li:before {} .woocommerce div.product .woocommerce-tabs ul.tabs li:before {} .woocommerce div.product .woocommerce-tabs ul.tabs li:after {} .woocommerce div.product .woocommerce-tabs ul.tabs:before {} .woocommerce div.product .woocommerce-tabs .panel {
                                                                                                                                                                                                                                                                                                                                                                                                             margin: 0 0 50px;
                                                                                                                                                                                                                                                                                                                                                                                                             padding: 0 0 30px 0;
                                                                                                                                                                                                                                                                                                                                                                                                         }
.woocommerce div.product form.cart,
.woocommerce div.product p.cart {
    margin-bottom: 2em
}
.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
}
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
    border: 0
}
.woocommerce div.product form.cart .variations label {
    font-weight: 700
}
.woocommerce div.product form.cart .variations select {
    width: 100%;
    float: left
}
.woocommerce div.product form.cart .variations td.label {
    padding-right: 1em
}
.woocommerce div.product form.cart .variations td {
    vertical-align: top
}
.woocommerce div.product form.cart .woocommerce-variation-description p {
    margin-bottom: 1em
}
.woocommerce div.product form.cart .wc-no-matching-variations {
    display: none
}
.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left;
    outline: none;
    margin-left: 20px;
    padding: 10px 20px
}
.woocommerce div.product form.cart .group_table td.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 .product_meta {
    font-weight: bold;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 15px 30px;
}
.woocommerce div.product .product_meta > span {
    display: block
}
.woocommerce div.product .product_meta > span >span {
    font-weight: normal
}
.woocommerce div.product .product_meta a {
    font-weight: normal
}
.woocommerce div.product .description {} .woocommerce span.onsale {
                                             min-height: 66px;
                                             min-width: 66px;
                                             padding-top: 12px;
                                             font-weight: 700;
                                             position: absolute;
                                             text-align: center;
                                             line-height: 3.236;
                                             top: 20px;
                                             left: 20px;
                                             margin: 0;
                                             border-radius: 100%;
                                             background-color: #fb3d3d;
                                             color: #fff;
                                             font-size: .857em;
                                             -webkit-font-smoothing: antialiased;
                                             text-transform: uppercase
                                         }
.woocommerce .products ul,
.woocommerce ul.products {
    margin: 0 0 1em;
    padding: 0;
    list-style: none;
    clear: both
}
.woocommerce .products ul:after,
.woocommerce .products ul:before,
.woocommerce ul.products:after,
.woocommerce ul.products:before {
    content: " ";
    display: table
}
.woocommerce .products ul li,
.woocommerce ul.products li {
    list-style: none
}
.woocommerce ul.products li.product {
    text-align: center
}
.woocommerce ul.products li.product .onsale {
    top: 15px;
    left: 20px;
    right: auto;
    margin: -.5em -.5em 0 0
}
.woocommerce ul.products li.product h3 {
    padding: .5em 0;
    margin: 0;
    font-size: 17px;
    line-height: 24px;
    text-align: center
}
.woocommerce ul.products li.product a {
    text-decoration: none
}
.woocommerce ul.products li.product a img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 0 0;
    box-shadow: none
}
.woocommerce ul.products li.product strong {
    display: block
}
.woocommerce ul.products li.product .star-rating {
    text-align: center;
    display: inline-block;
    margin: 0 auto 0 auto;
    position: absolute;
    bottom: 15%;
    left: -webkit-calc(50% - 37px);
    left: calc(50% - 37px);
    color: rgba(2,168,243,1);
}
.woocommerce ul.products li.product .button {
    margin-top: 1em
}
.woocommerce ul.products li.product .price {
    color: rgba(204,219,56,1);
    display: block;
    margin-bottom: .5em;
    font-size: 19px;
    font-weight: bold;
    text-align: center
}
.woocommerce ul.products li.product .price del {
    display: inline-block;
    margin-right: 8px;
    font-weight: normal;
    color: #c6c6c6;
    font-size: 0.95em;
}
.woocommerce ul.products li.product .price ins {
    font-weight: 700;
    text-decoration: none;
    color: #fb3d3d;
    font-size: 1.3em;
}
.woocommerce ul.products li.product .price .from {
    font-size: .67em;
    margin: -2px 0 0;
    text-transform: uppercase;
    color: rgba(132, 132, 132, .5)
}
.woocommerce ul.products li.product .button.add_to_cart_button {
    border: 2px rgba(255, 255, 255, 1) solid;
    padding: 2px;
    font-size: 13px;
    color: rgba(255, 255, 255, 1);
    position: absolute;
    background-color: transparent;
    bottom: 55px;
    left: 15px;
    right: auto;
    z-index: 5;
    text-indent: -999em;
    height: 40px;
    width: 40px;
    border-radius: 50%
}
.woocommerce ul.products li.product .button.add_to_cart_button:before {
    content: "\f290";
    font-family: 'FontAwesome';
    font-size: 20px;
    position: absolute;
    text-indent: 0;
    top: 3px;
    left: 3px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-weight: 400;
}
.woocommerce ul.products li.product .button.watch_prod_button {
    border: 2px rgba(204,219,56,1) solid;
    padding: 2px;
    font-size: 13px;
    color: rgba(204,219,56,1);
    position: absolute;
    background-color: transparent;
    z-index: 5;
    text-indent: -999em;
    height: 40px;
    width: 40px;
    bottom: 55px;
    left: auto;
    right: 15px;
}
.woocommerce ul.products li.product .button.watch_prod_button:before {
    content: "\f00e";
    font-family: 'FontAwesome';
    font-size: 20px;
    position: absolute;
    text-indent: 0;
    top: 3px;
    left: 3px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-weight: 400;
}
.woocommerce .blogsidebarspage ul.products li.product .button.add_to_cart_button {
    padding: 6px 8px 4px 8px;
    top: -webkit-calc(40% - 20px);
    top: calc(40% - 20px);
    left: 1px;
    font-size: 12px;
}
.woocommerce .blogsidebarspage ul.products li.product h3 {
    font-size: 15px;
}
.woocommerce .blogsidebarspage ul.products li.product .price ins {
    font-size: 22px;
}
.woocommerce .blogsidebarspage ul.products li.product .button.add_to_cart_button.added {
    left: 1px;
    top: 4px;
}
.woocommerce .blogsidebarspage ul.products li.product .added_to_cart {
    top: 45px;
    font-size: 11px;
    padding: 3px 8px 0px 8px;
    left: -webkit-calc(50% - 37px);
    left: calc(50% - 37px);
}
.woocommerce .blogsidebarspage ul.products li.product .star-rating {
    bottom: 5px;
}
.woocommerce .blogsidebarspage ul.products li.product .button.product_type_variable.add_to_cart_button {
    left: -webkit-calc(50% - 55px);
    left: calc(50% - 55px);
}
.woocommerce .blogsidebarpage ul.products li.product .button.add_to_cart_button {
    padding: 6px 8px 4px 8px;
    top: -webkit-calc(40% - 20px);
    top: calc(40% - 20px);
    left: -webkit-calc(50% - 46px);
    left: calc(50% - 46px);
    font-size: 12px;
}
.woocommerce .blogsidebarpage ul.products li.product .button.watch_prod_button {
    padding: 6px 8px 4px 8px;
    top: -webkit-calc(40% - 20px);
    top: calc(40% - 20px);
    right: -webkit-calc(50% - 46px);
    right: calc(50% - 46px);
    font-size: 12px;
}
.woocommerce .blogsidebarpage ul.products li.product h3 {
    font-size: 15px;
}
.woocommerce .blogsidebarpage ul.products li.product .price ins {
    font-size: 22px;
}
.woocommerce .blogsidebarpage ul.products li.product .button.add_to_cart_button.added {
    top: -webkit-calc(40% - 20px);
    top: calc(40% - 20px);
    left: -webkit-calc(50% - 46px);
    left: calc(50% - 46px);
    font-size: 12px;
}
.woocommerce .blogsidebarpage ul.products li.product .added_to_cart {
    top: -webkit-calc(45% + 45px);
    top: calc(45% + 45px);
}
.woocommerce .blogsidebarpage ul.products li.product .star-rating {
    bottom: 15%;
}
.woocommerce .blogsidebarpage ul.products li.product .button.product_type_variable.add_to_cart_button {
    left: -webkit-calc(50% - 55px);
    left: calc(50% - 55px);
}
.woocommerce ul.products li.product .button.product_type_variable.add_to_cart_button {} .woocommerce ul.products li.product .button.add_to_cart_button.added {
                                                                                            left: -webkit-calc(50% - 83px);
                                                                                            left: calc(50% - 83px);
                                                                                            top: 60px
                                                                                        }
.woocommerce .related ul.products li.product .button.add_to_cart_button {} .woocommerce ul.products li.product:hover .button.add_to_cart_button {
                                                                               -webkit-transform: scale(1);
                                                                               -ms-transform: scale(1);
                                                                               transform: scale(1)
                                                                           }
.woocommerce ul.products li.product .button.add_to_cart_button:hover {
    background-color: rgba(254,86,33,1);
    border-color: rgba(254,86,33,1);
    color: rgba(255, 255, 255, 1)
}
.woocommerce ul.products li.product .button.watch_prod_button:hover {
    background-color: rgba(204,219,56,1);
    border-color: rgba(204,219,56,1);
    color: rgba(255, 255, 255, 1)
}
.woocommerce ul.products li.product .added_to_cart {
    border: 3px rgba(2,168,243,1) solid;
    padding: 6px 20px;
    color: #FFF;
    position: absolute;
    top: 150px;
    left: -webkit-calc(50% - 62px);
    left: calc(50% - 62px);
    background-color: rgba(2,168,243,1);
    font-weight: bold;
    -webkit-transition: all 430ms;
    transition: all 430ms;
    border-radius: 32px
}
.woocommerce ul.products li.product .added_to_cart:hover {
    background-color: transparent;
    border-color: rgba(2,168,243,1);
    color: rgba(2,168,243,1)
}
.woocommerce .woocommerce-ordering {
    margin: 0 15px 30px 0;
}
.woocommerce .woocommerce-ordering select {
    vertical-align: top
}
.woocommerce nav.woocommerce-pagination {
    text-align: center
}
.woocommerce .product .related {
    background-color: transparent;
    margin: 40px 0 80px 0;
    padding: 0 0 20px 0;
}
.woocommerce .related h2 {
    margin: 0 0 20px 0
}
/* Product Cat */

.woocommerce li {} .woocommerce li .prod_over {
                       position: absolute;
                       top: -100%;
                       left: -100%;
                       width: 100%;
                       height: 100%;
                       background-color: rgba(40, 40, 40, 0.5);
                       -webkit-transition: all 430ms;
                       transition: all 430ms;
                   }
.woocommerce li:hover .prod_over {
    top: 0;
    left: 0
}
.woocommerce ul.products li:hover.product,
.woocommerce-page ul.products li:hover.product {
    box-shadow: 0 5px 20px 0 rgba(255, 255, 255, 0.15);
}
.woocommerce h1.page-title {
    margin-bottom: 0
}
.woocommerce table.cart td.actions .input-text {
    display: inline-block;
    margin-right: 10px;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    font-family: inherit;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 23px;
    left: auto;
    color: rgba(204,219,56,1);
    border: 2px rgba(204,219,56,1) solid;
    background-color: transparent;
    white-space: nowrap;
    display: inline-block !important;
    background-image: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    text-shadow: none
}
.woocommerce #respond input#submit.loading,
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading {
    opacity: .25;
    filter: alpha(opacity=25);
    padding-right: 2.618em
}
.woocommerce #respond input#submit.loading:after,
.woocommerce a.button.loading:after,
.woocommerce button.button.loading:after,
.woocommerce input.button.loading:after {
    font-family: WooCommerce;
    content: "\e01c";
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    position: absolute;
    top: .618em;
    right: 1em;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}
.woocommerce #respond input#submit.added:after,
.woocommerce a.button.added:after,
.woocommerce button.button.added:after,
.woocommerce input.button.added:after {
    font-family: WooCommerce;
    content: "\e017";
    margin-left: .53em;
    vertical-align: bottom
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(204,219,56,1);
    border-color: rgba(204,219,56,1)
}
.woocommerce .widget_shopping_cart .button.checkout {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(2,168,243,1);
    border-color: rgba(2,168,243,1);
    float: right;
}
.woocommerce .widget_shopping_cart .button.checkout:hover {
    background-color: rgba(255, 255, 255, 1);
    border-color: rgba(2,168,243,1);
    color: rgba(2,168,243,1)
}
.woocommerce .wc-proceed-to-checkout {
    text-align: right
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: rgba(204,219,56,1);
    color: rgba(255, 255, 255, 1);
    -webkit-font-smoothing: antialiased;
    border-color: rgba(204,219,56,1);
    border-radius: 23px;
    border-width: 2px;
    border-style: solid;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: rgba(215,232,47,1) !important;
    color: rgba(255, 255, 255, 1)!important;
    border-color: rgba(215,232,47,1) !important
}
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: rgba(160,172,42,1);
    color: #fff
}
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
    color: inherit;
    cursor: not-allowed;
    opacity: .8;
    filter: alpha(opacity=80)
}
.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover {
    color: inherit;
    background-color: #ebe9eb
}
.woocommerce .cart .button,
.woocommerce .cart input.button {
    float: none
}
.woocommerce a.added_to_cart {
    padding-top: .5em;
    white-space: nowrap;
    display: inline-block
}
.woocommerce #reviews #comments .add_review:after,
.woocommerce #reviews #comments .add_review:before,
.woocommerce #reviews #comments ol.commentlist li .comment-text:after,
.woocommerce #reviews #comments ol.commentlist li .comment-text:before,
.woocommerce #reviews #comments ol.commentlist:after,
.woocommerce #reviews #comments ol.commentlist:before {
    content: " ";
    display: table
}
.woocommerce #reviews h2 small {
    float: right;
    color: #777;
    font-size: 15px;
    margin: 10px 0 0
}
.woocommerce #reviews h2 small a {
    text-decoration: none;
    color: #777
}
.woocommerce #reviews h3 {
    margin: 0
}
.woocommerce #reviews #respond {
    margin: 0;
    border: 0;
    padding: 0
}
.woocommerce #reviews #comment {
    height: 75px
}
.woocommerce #reviews #comments {
    padding-top: 0
}
.woocommerce #reviews #comments h2 {
    clear: none;
    font-size: 24px
}
.woocommerce #review_form #respond:after,
.woocommerce #reviews #comments ol.commentlist li .comment-text:after,
.woocommerce #reviews #comments ol.commentlist:after,
.woocommerce .woocommerce-product-rating:after,
.woocommerce td.product-name dl.variation:after {
    clear: both
}
.woocommerce #reviews #comments ol.commentlist {
    margin: 30px 0 0 0;
    width: 100%;
    list-style: none
}
.woocommerce #reviews #comments ol.commentlist li {
    padding: 0;
    margin: 0 0 20px;
    position: relative;
    border: 0
}
.woocommerce #reviews #comments .commentlist li .wrapper {
    width: 81px;
    height: 81px;
    position: relative;
    display: block;
    clip: rect(auto, auto, auto, auto);
    z-index: 1;
    margin-right: 30px;
    float: left;
    padding: 3px;
}
.woocommerce #reviews #comments .commentlist li .circle {
    width: 81px;
    height: 81px;
    border: 3px solid rgba(254,86,33,1);
    border-radius: 50px;
    position: absolute;
    clip: rect(0px, 42px, 81px, 0px);
    z-index: 2;
    top: 0;
    left: 0;
}
.woocommerce #reviews #comments .commentlist li .circle[data-anim~=left] {
    -webkit-transform: rotate(-38deg);
    -ms-transform: rotate(-38deg);
    transform: rotate(-38deg)
}
.woocommerce #reviews #comments .commentlist li .circle[data-anim~=right] {
    -webkit-transform: rotate(-38deg);
    -ms-transform: rotate(-38deg);
    transform: rotate(-38deg);
}
.woocommerce #reviews #comments .commentlist li .wrapper span {
    font-size: 50px;
    color: rgba(2,168,243,1);
    line-height: 60px;
    padding: 18px 25px 22px 25px;
    display: block;
    height: 100px;
    width: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5
}
.woocommerce #reviews #comments ol.commentlist li .meta {
    color: #777;
    font-size: .75em
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
    float: left;
    padding: 0;
    width: 75px;
    height: auto;
    margin: 0;
    box-shadow: none;
    max-width: 100%;
    border-radius: 50%
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0 40px 25px 110px;
    padding: 0 0 2px 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .description {
    margin: 0 0 40px;
}
.woocommerce #reviews #comments ol.commentlist > li .comment-text:after {} .woocommerce #reviews #comments ol.commentlist li .comment-text p {
                                                                               margin: 0 0 1em
                                                                           }
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    color: #888888;
    font-style: italic;
    font-size: 14px
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong {
    color: rgba(2,168,243,1);
    font-size: 19px;
    text-decoration: none;
    padding-top: 5px;
    display: inline-block;
    margin-right: 15px;
    font-style: normal;
}
.woocommerce #reviews #comments ol.commentlist ul.children {
    list-style: none;
    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 #e4e1e3;
    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: star;
    color: rgba(2,168,243,1);
}
.woocommerce-review-link {
    color: rgba(204,219,56,1);
}
.woocommerce .star-rating:before {
    content: "\73\73\73\73\73";
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    color: rgba(2,168,243,1);
}
.woocommerce .product .star-rating:before {
    color: rgba(191, 192, 199, 1);
}
.woocommerce #comments .star-rating:before {
    content: "\73\73\73\73\73";
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    color: rgba(191, 192, 199, 1);
}
.woocommerce .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em
}
.woocommerce .star-rating span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0
}
.woocommerce .woocommerce-product-rating {
    line-height: 2;
    display: block
}
.woocommerce table.shop_attributes td,
.woocommerce table.shop_attributes th {
    line-height: 1.5;
    border-bottom: 1px dotted transparent;
    border-top: 0;
    margin: 0
}
.woocommerce .woocommerce-product-rating:after,
.woocommerce .woocommerce-product-rating:before {
    content: " ";
    display: table
}
.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;
    border: 0
}
.woocommerce #review_form #respond:after,
.woocommerce #review_form #respond:before {
    content: " ";
    display: table
}
.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 {
    position: relative;
    font-size: 1em
}
.woocommerce p.stars a {
    display: inline-block;
    font-weight: 700;
    margin-right: 1em;
    text-indent: -9999px;
    position: relative;
    border-bottom: 0!important;
    outline: 0
}
.woocommerce p.stars a:last-child {
    border-right: 0
}
.woocommerce p.stars a.star-1,
.woocommerce p.stars a.star-2,
.woocommerce p.stars a.star-3,
.woocommerce p.stars a.star-4,
.woocommerce p.stars a.star-5 {
    border-right: 1px solid #ccc
}
.woocommerce p.stars a.star-1:after,
.woocommerce p.stars a.star-2:after,
.woocommerce p.stars a.star-3:after,
.woocommerce p.stars a.star-4:after,
.woocommerce p.stars a.star-5:after {
    font-family: WooCommerce;
    text-indent: 0;
    position: absolute;
    top: 0;
    left: 0;
    color: rgba(191, 192, 199, 1)
}
.woocommerce p.stars a.star-1 {
    width: 2em
}
.woocommerce p.stars a.star-1:after {
    content: "\e021";
}
.woocommerce p.stars a.star-1.active:after,
.woocommerce p.stars a.star-1:hover:after {
    content: "\53";
    font-family: star;
    color: rgba(2,168,243,1)
}
.woocommerce p.stars a.star-2 {
    width: 3em
}
.woocommerce p.stars a.star-2:after {
    content: "\e021\e021";
}
.woocommerce p.stars a.star-2.active:after,
.woocommerce p.stars a.star-2:hover:after {
    content: "\53\53";
    font-family: star;
    color: rgba(2,168,243,1)
}
.woocommerce p.stars a.star-3 {
    width: 4em
}
.woocommerce p.stars a.star-3:after {
    content: "\e021\e021\e021";
}
.woocommerce p.stars a.star-3.active:after,
.woocommerce p.stars a.star-3:hover:after {
    content: "\53\53\53";
    font-family: star;
    color: rgba(2,168,243,1)
}
.woocommerce p.stars a.star-4 {
    width: 5em
}
.woocommerce p.stars a.star-4:after {
    content: "\e021\e021\e021\e021";
}
.woocommerce p.stars a.star-4.active:after,
.woocommerce p.stars a.star-4:hover:after {
    content: "\53\53\53\53";
    font-family: star;
    color: rgba(2,168,243,1)
}
.woocommerce p.stars a.star-5 {
    width: 6em;
    border: 0
}
.woocommerce p.stars a.star-5:after {
    content: "\e021\e021\e021\e021\e021";
}
.woocommerce p.stars a.star-5.active:after,
.woocommerce p.stars a.star-5:hover:after {
    content: "\53\53\53\53\53";
    font-family: star;
    color: rgba(2,168,243,1)
}
.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;
    color: rgba(2,168,243,1);
    text-align: left;
    background-color: rgba(255, 255, 255, 0.1);
}
.woocommerce table.shop_attributes td {
    font-style: italic;
    padding: 5px 25px;
    background-color: rgba(255, 255, 255, 0.1);
}
.woocommerce table.shop_attributes td p {
    margin: 0;
    padding: 8px 0;
}
.woocommerce table.shop_attributes .alt td,
.woocommerce table.shop_attributes .alt th {
    background-color: #ebebeb
}
.woocommerce table.shop_table {
    border: 0;
    margin: 0 -1px 80px 0;
    text-align: left;
    border-collapse: separate;
    border-radius: 0;
}
.woocommerce table.shop_table.cart {
    width: 100%;
    float: left
}
.cart_totals h2 {
    font-weight: 700;
    padding: 9px 12px;
    border: 0;
    border-bottom: 1px rgba(91, 94, 122, 1) solid;
    color: #9c9fa2;
    margin: 0 0 15px 0;
    font-size: 18px;
    line-height: 1.4em;
}
.woocommerce table.shop_table th {
    font-weight: 700;
    padding: 9px 12px;
    border: 0;
    color: rgba(191, 192, 199, 1);
    margin: 0 0 15px 0;
    font-size: 18px;
    line-height: 1.4em;
}
.woocommerce table.shop_table.cart th {
    border-bottom: 1px rgba(91, 94, 122, 1) solid;
}
.woocommerce table.shop_table td {
    border: 0;
    padding: 6px 12px;
    vertical-align: middle
}
.woocommerce table.shop_table td.product-thumbnail img {
    width: 100px;
    height: auto
}
.woocommerce table.shop_table td small {
    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.shop_table.woocommerce-checkout-review-order-table {} .woocommerce table.shop_table.woocommerce-checkout-review-order-table td.product-name {
                                                                             padding-left: 40px;
                                                                             font-size: 15px;
                                                                         }
.woocommerce #order_review table thead {
    background-color: rgba(255, 255, 255, 0.1);
}
.woocommerce #order_review table .order-total {} .woocommerce #order_review table thead th {
                                                     font-size: 125% !important;
                                                     padding: 12px 18px 9px 18px;
                                                     background-color: #dfdcde;
                                                     color: #000
                                                 }
.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.my_account_orders .order-actions {
    text-align: right
}
.woocommerce table.my_account_orders .order-actions .button {
    margin: .125em 0 .125em .25em
}
.woocommerce td.product-name dl.variation {
    margin: .25em 0
}
.woocommerce td.product-name dl.variation:after,
.woocommerce td.product-name dl.variation:before {
    content: " ";
    display: table
}
.woocommerce td.product-name dl.variation dd,
.woocommerce td.product-name dl.variation dt {
    display: inline-block;
    float: left;
    margin-bottom: 1em
}
.woocommerce td.product-name dl.variation dt {
    font-weight: 700;
    padding: 0 0 .25em;
    margin: 0 4px 0 0;
    clear: left
}
.woocommerce ul.cart_list li dl:after,
.woocommerce ul.cart_list li:after,
.woocommerce ul.product_list_widget li dl:after,
.woocommerce ul.product_list_widget li:after {
    clear: both
}
.woocommerce td.product-name dl.variation dd {
    padding: 0 0 .25em
}
.woocommerce td.product-name dl.variation dd p: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;
    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 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 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 .order_details:after,
.woocommerce .widget_layered_nav ul li:after,
.woocommerce .widget_shopping_cart .buttons:after,
.woocommerce-account .addresses .title:after,
.woocommerce-cart .wc-proceed-to-checkout:after,
.woocommerce.widget_shopping_cart .buttons:after {
    clear: both
}
.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;
    color: rgba(2,168,243,1);
    font-size: 13px;
    margin: 7px 0;
}
.woocommerce ul.product_list_widget {
    padding: 0 0 20px 0;
    border: 0px rgba(91, 94, 122, 1) solid;
    margin: 0
}
.woocommerce ul.product_list_widget li {
    padding: 0 0 15px 0;
    border-bottom: 1px #ebebeb solid;
    margin: 0 0 15px 0
}
.woocommerce ul.product_list_widget li:last-child {
    padding: 0 0 0 0;
    border-bottom: 0;
    margin: 0
}
.woocommerce ul.product_list_widget li .amount {
    font-weight: bold;
    color: rgba(191, 192, 199, 1)
}
.woocommerce ul.product_list_widget li del .amount,
.woocommerce ul.product_list_widget li del {
    font-size: 15px;
    color: #c6c6c6;
}
.woocommerce ul.product_list_widget li ins {
    text-decoration: none
}
.woocommerce ul.product_list_widget li a {} .woocommerce ul.product_list_widget li a:hover {} .woocommerce ul.product_list_widget li img {
                                                                                                  height: 65px;
                                                                                                  width: auto;
                                                                                              }
.woocommerce table.shop_table tbody:first-child tr.cart-subtotal th {
    width: 50%
}
.woocommerce table tr.cart-subtotal td,
.woocommerce table tr.shipping td,
.woocommerce table tr.order-total td,
.woocommerce table.shop_table .product-total {
    border-bottom: 0
}
.woocommerce table .order-total {
    background-color: rgba(255, 255, 255, 0.1);
    color: rgba(254,86,33,1)
}
.woocommerce-page table.cart td.actions {
    border-bottom: 0;
    padding-top: 30px;
}
.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
    border-top: 3px double rgba(91, 94, 122, 1);
    padding: 15px 0 0;
    text-align: right;
    margin-bottom: 15px;
}
.woocommerce .widget_shopping_cart .total .amount,
.woocommerce.widget_shopping_cart .total .amount {
    font-weight: bold;
    color: rgba(204,219,56,1);
    font-size: 1.1em
}
.woocommerce .widget_shopping_cart .total .buttons,
.woocommerce.widget_shopping_cart .total .buttons {
    text-align: right
}
.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: 30px;
    position: relative;
    padding-top: 0;
    margin-bottom: 7px;
    padding-bottom: 7px;
    border-bottom: 1px #ebebeb solid;
}
.woocommerce .widget_shopping_cart .cart_list li:last-child,
.woocommerce.widget_shopping_cart .cart_list li:last-child {
    padding-left: 30px;
    border-bottom: 0
}
.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
    position: absolute;
    top: 0;
    left: -8px
}
.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 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;
    filter: alpha(opacity=0)
}
.woocommerce form .form-row label {
    line-height: 2
}
.woocommerce form .form-row label.inline {
    display: inline
}
.woocommerce form .form-row select {
    cursor: pointer;
    margin: 0
}
.woocommerce form .form-row .required {
    color: red;
    font-weight: 700;
    border: 0
}
.woocommerce form .form-row .input-checkbox {
    display: inline;
    margin: -2px 8px 0 0;
    text-align: center;
    vertical-align: middle
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: 1
}
.woocommerce form .form-row textarea {
    height: 4em;
    line-height: 1.5;
    display: block;
    box-shadow: none
}
.woocommerce form .form-row .select2-container a {
    width: 100%;
    line-height: 2em
}
.woocommerce form .form-row.woocommerce-invalid .select2-container a,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
    border-color: #a00
}
.woocommerce form .form-row.woocommerce-validated .select2-container a,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
    border-color: #69bf29
}
.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
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    border: 1px solid #d3ced2;
    padding: 20px;
    margin: 2em auto;
    text-align: left;
    border-radius: 5px;
    width: 100%;
    max-width: 500px
}
.woocommerce ul#shipping_method {
    list-style: none;
    margin: 0;
    padding: 0
}
.woocommerce ul#shipping_method li {
    margin: 0;
    padding: .25em 0 .25em 22px;
    text-indent: -22px;
    list-style: none
}
.woocommerce ul#shipping_method .amount {
    font-weight: 700
}
.woocommerce p.woocommerce-shipping-contents {
    margin: 0
}
.woocommerce .order_details {
    margin: 0 0 1.5em;
    list-style: none
}
.woocommerce .order_details:after,
.woocommerce .order_details:before {
    content: " ";
    display: table
}
.woocommerce .order_details li {
    float: left;
    margin-right: 2em;
    text-transform: uppercase;
    font-size: .715em;
    line-height: 1;
    border-right: 1px dashed #d3ced2;
    padding-right: 2em;
    margin-left: 0;
    padding-left: 0
}
.woocommerce .order_details li strong {
    display: block;
    font-size: 1.4em;
    text-transform: none;
    line-height: 1.5
}
.woocommerce .order_details li:last-of-type {
    border: none
}
.woocommerce .widget_layered_nav ul {
    margin: 0;
    padding: 0 0 5px 0;
    border: 0;
    list-style: none
}
.woocommerce .widget_layered_nav ul li {
    padding: 0;
    margin: 0;
    list-style: none
}
.woocommerce .widget_layered_nav ul li:after,
.woocommerce .widget_layered_nav ul li:before {
    content: " ";
    display: table
}
.woocommerce .widget_layered_nav ul li.chosen a:before,
.woocommerce .widget_layered_nav_filters ul li a:before {
    font-weight: 400;
    line-height: 1;
    content: "?";
    color: #a00;
    font-family: WooCommerce;
    speak: none;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    text-decoration: none
}
.woocommerce .widget_layered_nav ul li a,
.woocommerce .widget_layered_nav ul li span {} .woocommerce .widget_layered_nav ul li.chosen a:before {
                                                   margin-right: .618em
                                               }
.woocommerce .widget_layered_nav_filters ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    overflow: hidden;
    zoom: 1
}
.woocommerce .widget_layered_nav_filters ul li {
    float: left;
    padding: 0 1px 1px 0;
    list-style: none
}
.woocommerce .widget_layered_nav_filters ul li a {
    text-decoration: none
}
.woocommerce .widget_layered_nav_filters ul li a:before {
    margin-right: .618em
}
.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 .price_slider_amount .button:hover {
    color: rgba(30, 34, 72, 1);
    border-color: rgba(254,86,33,1);
    background-color: rgba(2,168,243,1)
}
.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: rgba(204,219,56,1);
    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: rgba(204,219,56,1)
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    border-radius: 1em;
    background-color: #ececec;
    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_price_filter .price_label {
    color: rgba(191, 192, 199, 1);
}
.woocommerce-account .addresses .title:after,
.woocommerce-account .addresses .title:before {
    content: " ";
    display: table
}
.woocommerce-account .addresses .title h3 {
    float: left
}
.woocommerce-account .addresses .title .edit,
.woocommerce-account ul.digital-downloads li .count {
    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: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "?";
    text-decoration: none
}
.woocommerce-cart table.cart .product-thumbnail {
    min-width: 32px
}
.woocommerce-cart table.cart img {
    width: 32px;
    box-shadow: none
}
.woocommerce-cart table.cart td,
.woocommerce-cart table.cart th {
    vertical-align: middle
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
    float: left;
    box-sizing: border-box;
    border: 1px solid #d3ced2;
    padding: 6px 6px 5px;
    margin: 0 4px 0 0;
    outline: 0;
    line-height: 1
}
.woocommerce-cart table.cart input {
    margin: 0;
    vertical-align: middle;
    line-height: 1
}
.woocommerce-cart .wc-proceed-to-checkout {
    padding: 1em 0
}
.woocommerce-cart .wc-proceed-to-checkout:after,
.woocommerce-cart .wc-proceed-to-checkout:before {
    content: " ";
    display: table
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    display: block;
    text-align: center;
    margin-bottom: 1em
}
.woocommerce-cart .cart-collaterals .shipping_calculator .button {
    width: 100%;
    float: none;
    display: block
}
.woocommerce-cart .cart-collaterals .shipping_calculator .shipping-calculator-button:after {
    font-family: WooCommerce;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: .618em;
    content: "?";
    text-decoration: none
}
.woocommerce-checkout #payment ul.payment_methods li:after,
.woocommerce-checkout #payment ul.payment_methods li:before,
.woocommerce-checkout #payment ul.payment_methods:after,
.woocommerce-checkout #payment ul.payment_methods:before {
    content: " ";
    display: table
}
.woocommerce-cart .cart-collaterals .cart_totals p small {
    color: #777;
    font-size: .83em
}
.woocommerce-cart .cart-collaterals .cart_totals table {
    border-collapse: separate;
    margin: 0 0 6px;
    padding: 0;
    border-left: 0
}
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th {
    border-top: 0
}
.woocommerce-cart .cart-collaterals .cart_totals table th {
    width: 25%
}
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th {
    vertical-align: top;
    border-left: 0;
    border-right: 0;
    line-height: 1.5em
}
.woocommerce-cart .cart-collaterals .cart_totals table small {
    color: #777
}
.woocommerce-cart .cart-collaterals .cart_totals table select {
    width: 100%
}
.woocommerce-cart .cart-collaterals .cart_totals .discount td {
    color: #77a464
}
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th {} .woocommerce-cart .cart-collaterals .cross-sells ul.products li.product {
                                                              margin-top: 0
                                                          }
.order-total strong {
    font-size: 18px;
    line-height: 34px;
}
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
    float: left;
    clear: none
}
.woocommerce-checkout .checkout .col-2 .form-row-first,
.woocommerce-checkout .checkout .col-2 .notes {
    clear: left
}
.woocommerce-checkout .checkout .create-account small {
    font-size: 11px;
    color: #777;
    font-weight: 400
}
.woocommerce-checkout .checkout div.shipping-address {
    padding: 0;
    clear: left;
    width: 100%
}
.single-product .twentythirteen p.stars,
.woocommerce-checkout #payment ul.payment_methods li:after,
.woocommerce-checkout #payment ul.payment_methods:after,
.woocommerce-checkout .checkout .shipping_address {
    clear: both
}
.woocommerce-checkout #payment {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    margin-bottom: 80px;
}
.woocommerce-checkout #payment ul.payment_methods {
    text-align: left;
    padding: 1em;
    border-bottom: 1px solid #d3ced2;
    margin: 0;
    list-style: none
}
.woocommerce-checkout #payment ul.payment_methods li {
    line-height: 2;
    text-align: left;
    margin: 0;
    font-weight: 400
}
.woocommerce-checkout #payment ul.payment_methods li input {
    margin: 0 1em 0 0
}
.woocommerce-checkout #payment ul.payment_methods li img {
    vertical-align: middle;
    margin: -2px 0 0 .5em;
    padding: 0;
    position: relative;
    box-shadow: none
}
.woocommerce-checkout #payment ul.payment_methods li img+img {
    margin-left: 2px
}
.woocommerce-checkout #payment div.form-row {
    padding: 1em
}
.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: #dfdcde;
    color: #515151
}
.woocommerce-checkout #payment div.payment_box input.input-text,
.woocommerce-checkout #payment div.payment_box textarea {
    border-color: #bbb3b9 #c7c1c6 #c7c1c6
}
.woocommerce-checkout #payment div.payment_box::-webkit-input-placeholder {
    color: #bbb3b9
}
.woocommerce-checkout #payment div.payment_box:-moz-placeholder {
    color: #bbb3b9
}
.woocommerce-checkout #payment div.payment_box:-ms-input-placeholder {
    color: #bbb3b9
}
.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
}
.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(../images/icons/credit-cards/visa.png)
}
.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(../images/icons/credit-cards/mastercard.png)
}
.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(../images/icons/credit-cards/laser.png)
}
.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(../images/icons/credit-cards/diners.png)
}
.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(../images/icons/credit-cards/maestro.png)
}
.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(../images/icons/credit-cards/jcb.png)
}
.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(../images/icons/credit-cards/amex.png)
}
.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(../images/icons/credit-cards/discover.png)
}
.woocommerce-checkout #payment div.payment_box span.help {
    font-size: .857em;
    color: #777;
    font-weight: 400
}
.woocommerce-checkout #payment div.payment_box .form-row {
    margin: 0 0 1em
}
.woocommerce-checkout #payment div.payment_box p:last-child {
    margin-bottom: 0
}
.woocommerce-checkout #payment div.payment_box:before {
    content: "";
    display: block;
    border: 1em solid #dfdcde;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 2em
}
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    float: right;
    line-height: 52px;
    font-size: .83em
}
.woocommerce-checkout #payment .payment_method_paypal img {
    max-height: 52px;
    vertical-align: middle
}
#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
}
.twentythirteen .woocommerce-breadcrumb {
    padding-top: 40px
}
.twentyfourteen ul.products li.product {
    margin-top: 0!important
}

/* =========================================
    6.1 Blog
*/
.logged-in-as {margin-bottom: 25px}
.arch_descr {margin-bottom: 50px; text-align: center}
.sticky, .post.sticky {background-color: #f3f3f3; padding: 20px !important;}
.post, .search-results article {margin-bottom: 65px; -webkit-transition: all 430ms;transition: all 430ms;}
.postpage .post {margin-bottom: 0px}
.postpage .post .entry-thumbnail {margin-bottom: 35px}
h3.entry-title {text-align: left; margin: 0 0 8px 0; line-height: 1.2em;}
h4.entry-title {text-align: left; margin: 0 0 8px 0; line-height: 1.2em;}
h5.entry-title {text-align: left; margin: 0 0 8px 0; line-height: 1.2em;}
.entry-title a {-webkit-transition: all 430ms;transition: all 430ms;text-decoration: none;  word-wrap: break-word;}
h3.entry-title a:hover {color: rgba(254,86,33,1);}
.post-h{font-family: Roboto; font-weight: 400}
.entry-meta  {-webkit-transition: all 430ms;transition: all 430ms; font-size: 14px;}
.postpage .entry-meta {text-align: center; padding-top: 0}
.entry-meta a {color:#909090; text-decoration: none;-webkit-transition: all 430ms;transition: all 430ms;}
.entry-meta i {color: rgba(204,219,56,1);-webkit-transition: all 430ms;transition: all 430ms;margin-right: 6px}
.entry-meta > span {margin-right: 16px; display:inline;color: #909090;}
.entry-meta .edit-link {margin-left: 36px}
.user span:hover{color: rgba(2,168,243,1)!important}
.c_block {}
.entry-thumbnail + .c_block {}
.author a, .categories-links a {}
.date {}
.search-results article .entry-thumbnail{display: none;}
.post .entry-thumbnail{position: relative;padding: 0; line-height: 0; margin-bottom: 20px;}
.post .entry-thumbnail img, .search-results article .entry-thumbnail img {margin: 0; padding: 0; width: auto;overflow: hidden;border-radius: 1px}
.post .entry-thumbnail .thumbhover, .search-results article .entry-thumbnail .thumbhover {}
.post:hover .entry-thumbnail .thumbhover, .search-results article:hover .entry-thumbnail .thumbhover {height: 100%;}
.post .entry-thumbnail .thumbhover a, .search-results article .entry-thumbnail .thumbhover {margin: 0; display: inline-block; text-decoration: none;}
.post .entry-thumbnail .thumbhover a:hover, .search-results article .entry-thumbnail .thumbhover a:hover{text-decoration: none}
.post .entry-thumbnail .thumbhover a span, .search-results article .entry-thumbnail .thumbhover a span{ color: #ffffff;-webkit-transition: all 430ms; transition: all 430ms;}
.post .entry-thumbnail .thumbhover a:hover span, .search-results article .entry-thumbnail .thumbhover a:hover span{ color:rgba(204,219,56,1);  }
.thumbhover{margin-top: 30px}
.thumbhover span{margin-right: 10px}

.categories-links {margin-right: 10px;}
.entry-header {margin-bottom: 0;}
.entry-content {-webkit-transition: all 430ms;transition: all 430ms;margin-top: 30px}
.entry-content form p{text-align: center;}
.page .entry-content {margin-right: 0;margin-top: 0;}
.searchresult .entry-content{margin-top: 0;}
.searchresult .entry-meta{margin-bottom: 15px}
.blogsidebarpage .post .entry-thumbnail {}
.blogsidebarpage .onecolumnnsb .post .entry-thumbnail {margin-right: 0; float: none; width: 100%; height: auto;}
.blogsidebarpage .onecolumnnsb .post .c_block {padding-bottom: 1px;}
.blogsidebarpage .blog3columnpage .post .entry-thumbnail {}
.blogsidebarpage .blog2columnpage .post .entry-thumbnail {}
.blogsidebarspage .post .entry-thumbnail {}
.navigation {}
.navigation:after {content:""; display: block; clear: both}
.nav-links .nav-previous, .nav-links .nav-next, .nav-links > a {max-width: 48%;  overflow: hidden; width: 48%;}
.nav-links > a {width:auto}
.nav-links a, .nav-previous a, .nav-next a {padding: 8px 35px; color:rgba(153,121,237,1); display: inline-block; margin: 0 5px 5px 0;-webkit-transition: all 430ms;transition: all 430ms;text-decoration: none;border-color: rgba(153,121,237,1); border-width: 4px; border-style: solid;border-radius: 5px; font-size: 14px ; font-weight: bold;}
.nav-links a:hover, .nav-previous a:hover, .nav-next a:hover{color:rgba(255,255,255,1); border-color: rgba(153,121,237,1);background-color: rgba(153,121,237,1); text-decoration: none;}
.nav-links a[rel=prev], .nav-previous {float: left}
.nav-links a[rel=next], .nav-next {float: right}
.more-link {display: inline-block; padding: 12px 27px; border:3px solid rgba(204,219,56,0.26); border-radius: 5px; background-color:rgba(204,219,56,1); -webkit-transition: all 430ms;transition: all 430ms;color:rgba(255,255,255,1); text-decoration: none;    font-size: 17px;  font-weight: 500;    -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.06); -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.06); box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.06);}
.more-link:hover {border-color:rgba(204,219,56,1); background-color: #fff; color:rgba(204,219,56,1); text-decoration: none}
.more-link>.icon-circle-right:before{ content: "\ede1"; font-family: icomoon-ultimateregular;}

/* Comments */
.no-comments {margin: 40px 0; border: 3px rgba(254,86,33,1) solid; border-radius: 30px; padding: 20px 30px;}
#commentform {}
#commentform input[type=submit]{padding: 15px 28px 15px 48px !important; border-color: rgba(204,219,56,1)!important;background-color: rgba(204,219,56,1)!important;background-image: url('../images/form-img.png')!important; background-repeat: no-repeat!important;background-position: 10px center;}
#commentform input[type=submit]:hover{border-color: rgba(215,232,47,1)!important;background-color: rgba(215,232,47,1)!important;}
#commentform > p {margin-bottom: 0}
.form-submit{text-align: right;}
#commentform .comment-form-author, #commentform .comment-form-email, #commentform .comment-form-url {display:block; float: left; width:-webkit-calc(33.3% - 20px); width:calc(33.3% - 20px); margin: 0 30px 0 0; padding:0}
#commentform .comment-form-url {margin-right: 0;}
#commentform .comment-form-comment {clear: both}
#commentform .comment-form-author, #commentform .comment-form-email, #commentform .comment-form-url, #commentform .comment-form-comment {position: relative}
#commentform .comment-form-author:before, #commentform .comment-form-email:before, #commentform .comment-form-url:before, #commentform .comment-form-comment:before {font-family: 'FontAwesome'; position: absolute; top: 10px; left: 18px; font-size: 16px; color:rgba(204,219,56,1); z-index: 1050;}
#commentform .comment-form-author:before  {content: "\f007";}
#commentform .comment-form-email:before {content: "\f0e0";}
#commentform .comment-form-url:before {content: "\f0c1";}
#commentform .comment-form-comment:before  {content: "\f075";}

.avatar {border-radius:50px; margin-right:25px; float:left}
.comments-link {}
#comments {margin-bottom: 80px}
#comments .fn:hover {color:rgba(2,168,243,1)}
#comments .says{color: rgba(182,182,182,1);display: inline-block;}
#comments .says:before,.comment-author-link:before {content: "\f007";font-family: FontAwesome;color: rgba(204,219,56,1);margin-right: 5px;}
.comment-author-link {color:rgba(191,192,199,1)}
.comment-author-link a:hover {color:rgba(2,168,243,1)}
.comment-meta { margin-bottom:0; clear:both; font-size: 14px}
.comment-metadata, .comment-metadata a {display:inline-block; color: rgba(182,182,182,1); text-decoration: none; margin-right: 5px;}
.comment-metadata a:before{content: "\f073";font-family: FontAwesome;color: rgba(204,219,56,1);margin-right: 5px;}
.comment-metadata .icon {margin-right: 10px}
.comment-reply-link {background-color: rgba(204,219,56,1); color: rgba(255,255,255,1)!important; border-color: rgba(204,219,56,1); display: inline-block; padding: 3px 20px;  border-width: 2px; border-style: solid; font-weight: bold;font-size: 14px; text-decoration: none;border-radius: 25px; -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.08);-moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.08); box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.08);-webkit-transition: all 430ms !important; transition: all 430ms !important;}
.comment-reply-link:hover {text-decoration: none;background-color: rgba(255,255,255,1); color: rgba(204,219,56,1)!important;}
.comment-reply-link:focus, .comment-reply-link:active {}
.comment-meta .comment-author {display: inline-block}
.comment-list { margin:35px 0 0 0; padding:0; list-style: none}
.comment-list > li { padding: 10px 0; position: relative; border:0;}
.comment-list > li:before {content:" ";display: block; width: 80%;height:9px; position: absolute;top:0; left:0;background-color:  #5a5d79}
.comment-list > li:after {}
.comment-list li .wrapper { width: 81px; height: 81px;  position: relative; display: block; clip: rect(auto, auto, auto, auto); z-index: 1;margin-right: 25px; float: left; padding: 3px;}
.comment-list li .wrapper span {font-size: 50px; color:rgba(2,168,243,1);line-height: 60px; padding: 18px 25px 22px 25px; display: block; height: 100px; width: 100px; position: absolute;top:0;left:0;z-index: 5}
.comment-list li.pingback {margin: 0 0 20px 0; padding: 20px 0; position: relative; border-bottom: 0;}
.comment-list li.pingback .comment-body {margin: 0 0 20px 0;}
.comment-list li.pingback:after {content: " "; width: 100%; height: 1px; background-color: #ebebeb;display: block;}
.comment-list li.pingback .comment-meta {display: none}
.comment-list li.pingback .comment-content { padding: 0; margin-bottom: 0;  margin-top: 0; }
.comment-list li ol {padding-right: 0;list-style: none}
.comment-list > li > ol {padding-left:95px; list-style: none}
.blogsidebarspage .comment-list > li > ol {padding-left: 40px;}
.comment-list .children {list-style: none; margin-bottom: 0;    padding-bottom: 0;    margin-left: 0;}
.comment-list .children li:last-child {margin-bottom: 0}
.comment-list li:before { content:none}
.comment-list li .comment-content { padding-left: 105px; margin-bottom:20px; position:relative;margin-top: -40px;}
.comment-list li .comment-content p {margin-top: 25px;}
.comment-list li:last-child .comment-content p {margin-bottom: 0px}
.comment-list li:nth-child(odd) .comment-content {}
.comment-list li:nth-child(even) .comment-content {}
.comment-list li:nth-child(odd) .comment-content:before {}
.comment-list li:nth-child(even) .comment-content:before {}
.comment-list .children li:nth-child(odd) .comment-content {}
.comment-list .children li:nth-child(even) .comment-content {}
.comment-list .children li:nth-child(odd) .comment-content:before {}
.comment-list .children li:nth-child(even) .comment-content:before {}
.comment-list li .reply { float: right;margin-top: 5px;}
.widget-block{float: right; margin-right: 10%}
.widget-title{}
.widget-area ul li{margin: 0;}
.widget-area ul li:last-child{clear: both;}

.w-block{margin-top: 70px}
.w-block img{max-width: 100%!important; margin-left: 10px;}
.w-block .widget-block{float: none;text-align: center;}
.w-block .widget-block p{text-align: center;margin-bottom: 0}
.w-block .widget-block a{text-decoration: none;}

h2.comment-reply-title { text-align: left; font-weight: bold; margin: 0 0 20px 15px;}
#respond {padding-bottom:15px}
#respond input[type="text"], #respond input[type="email"], #respond input[type="url"], #respond textarea {background-color: #fff; border-color: #f3f3f3; color: rgba(2,168,243,1); padding-left: 45px;}
#respond textarea {}
#respond input[type="text"]:active, #respond input[type="email"]:active, #respond input[type="url"]:active, #respond textarea:active, #respond input[type="text"]:focus, #respond input[type="email"]:focus, #respond input[type="url"]:focus, #respond textarea:focus {background-color: #FFF; border-color: rgba(204,219,56,1); color: #171b21; outline: none}
#respond input[type="text"]::-webkit-input-placeholder, #respond input[type="email"]::-webkit-input-placeholder, #respond input[type="url"]::-webkit-input-placeholder, #respond textarea::-webkit-input-placeholder {color: rgba(191,192,199,1)}
#respond input[type="text"]::-moz-placeholder, #respond input[type="email"]::-moz-placeholder, #respond input[type="url"]::-moz-placeholder, #respond textarea::-moz-placeholder {color: rgba(191,192,199,1)}
#respond input[type="text"]:-moz-placeholder, #respond input[type="email"]:-moz-placeholder, #respond input[type="url"]:-moz-placeholder, #respond textarea:-moz-placeholder {color: rgba(191,192,199,1)}
#respond input[type="text"]:-ms-input-placeholder, #respond input[type="email"]:-ms-input-placeholder, #respond input[type="url"]:-ms-input-placeholder, #respond textarea:-ms-input-placeholder {color: rgba(191,192,199,1)}
#respond .name, #respond .mail, #respond .site, #respond .mess {position: relative}
#respond .name:before, #respond .mail:before, #respond .site:before, #respond .mess:before {font-family: 'icomoon-ultimateregular'; position: absolute; top: 10px;  left: 29px; font-size: 16px; color: rgba(2,168,243,1)}
#respond .name:before {content: "\eb24";}
#respond .mail:before {content: "\f0e0";}
#respond .site:before {content: "\f0c1";}
#respond .mess:before  {content: "\f075";}
.send{margin-bottom: 100px;}
#respond .submit:before{content: "\f0e0";font-family: FontAwesome;color: rgba(204,219,56,1);margin-right: 5px;}
#respond label {display: none; text-align:right; margin:5px 0 0 0}
#respond input, #respond textarea {margin-bottom:30px}
#respond .required {color: #e55555; font-size:20px}
#respond form {width:100%; margin:0 auto}
.postsidebarpage #respond form, .blogsidebarspage #respond form {width:100%;}
.comment-notes {padding:10px 20px; border-radius:15px;     text-align: center; font-size:15px; display: none}
#email-notes {color: #e55555; font-weight:bold}
code {padding: 2px 4px;font-size: 90%; color: #e55555; background-color: #f3f3f3; border-radius: 4px;}

/* post page */
.tags-links {display: block; margin:40px 0; clear: both}
.single .service .entry-meta {margin-bottom: 0}
.single .post:after  {clear: both; display: block; content: " ";}
.single h1.archive-title {color: rgba(2,168,243,1);font-size: 35px;margin: 0;}
.comments-title h2 {font-size: 20px; font-weight: bold;text-transform: uppercase;margin-bottom: 10px;margin-top: 30px;}
.single .post { }
.single .post .entry-thumbnail img {clear: both}


/* Hover */
.single .post{padding-bottom: 30px}
.single .post:hover .entry-meta  {}
.single .post:hover .entry-meta a {}
.entry-meta a:hover{color: rgba(2,168,243,1)}
.single .post:hover .entry-meta i {}
.single .post:hover .entry-content {}
.post-navigation-icon {float: right;width: 100px}
.post-navigation-icon span {}
.post-navigation-icon a span {padding: 10px;display: block;color:#c0c0c0; font-size: 13px; border: 1px #c0c0c0 solid}
.post-navigation-icon a:hover {text-decoration: none}
.post-navigation-icon a:hover span {color:#FFF; background-color: #171b21; font-size: 13px; }


/* Widgets */
.widget {margin-bottom: 50px}
.widget-area {text-align: left; }
main > .widget-area {margin-bottom: 40px;}
h3.widget-title {font-size: 22px; text-align: left; margin: 0 0 25px 6px;line-height: 1.4em}
.widget_meta h2{display: none;}
.widget_meta ul{list-style: none; margin-left: 0;padding-top: 0;}
.widget_meta ul li:before{font-family: FontAwesome;content: '\f10c';color: rgba(248,164,42,1);padding-right: 1em;font-size: 10px;position: relative;top: -3px;left: -10px;}
.widget_meta ul li:hover:before{content: '\f111';color: rgba(204,219,56,1);}
.widget_meta ul li a{color: #c1c1c1;}
.widget_meta ul li a:hover{color:rgba(204,219,56,1);}
.widget-area ul, .widget-area ol {margin-bottom: 0; padding-left: 0;padding-bottom: 5px}
.widget-area ul{list-style: none;}
.widget-area ul#recentcomments{padding-bottom: 0}
.widget-area ul li:before{content: ""; padding: 0;}
.widget_categories ul li{display:block;padding: 13px 0 13px 28px}
.widget_categories ul li:hover{background-color: #f5f5f5}
.widget_categories{border-bottom: 1px solid #f2f2f2;}
.widget_categories ul li a{color: #727272;text-decoration: none;}
.widget_categories ul li a:hover{}
.widget_recent_comments ul li a{color: rgba(2,168,243,1);text-decoration: none;}
.widget-block i{color: rgba(204,219,56,1);font-size: 14px}
.widget-block time{color: rgba(191,192,199,1);font-size: 14px}
.widget-block p{margin-bottom: 5px}

.textwidget {color: rgba(191,192,199,1); font-style: italic}
.widget_search label {margin: 0}
.widget_search .screen-reader-text, .woocommerce-product-search .screen-reader-text, .search-form .screen-reader-text {display: none; margin-bottom: 0; margin-right: 0}
.widget_search input[type="search"], .woocommerce-product-search .search-field {border-color: #ebebeb; padding-right: 55px;}
.widget_search input[type="submit"], .woocommerce-product-search input[type="submit"] { background-color: transparent!important; border: none!important; bottom: 5px; left: auto; padding: 4px!important; color: transparent!important;-webkit-box-shadow: 0px 0px 0px 0px rgb(255,255,255); -moz-box-shadow: 0px 0px 0px 0px rgb(255,255,255);box-shadow: 0px 0px 0px 0px rgb(255,255,255); right: 10px; position: absolute !important; width: 40px; height: 40px;}
.widget_search input[type="submit"]:hover{color: transparent!important;background-color: transparent!important;}
.widget_search .search-form:hover label:before{color:#FE5621 }
.widget_search input[type="submit"]:focus{box-shadow: none!important;}
.widget_search .search-form label:before{content: "\f002";font-family: "FontAwesome";position: absolute;color: rgba(182,182,182,1);top: 0;right: 20px;font-size: 21px; cursor:pointer; line-height: 50px}

.tagcloud, .tags-links  {}
.tagcloud a, .tags-links a {padding: 3px 20px; color:#909090; display: inline-block; margin: 0 5px 5px 5px;-webkit-transition: all 430ms;transition: all 430ms;text-decoration: none;border:1px solid #909090;border-radius: 32px; position: relative;font-size: 14px!important;}
.tagcloud a:hover, .tags-links a:hover {color:#FFF; border-color: rgba(2,168,243,1);background-color: rgba(2,168,243,1); text-decoration: none;}
.widget_recent_entries {}
.widget_recent_entries ul{padding: 0; border: 0; list-style: none; margin-top: 25px}
.widget_recent_entries ul li{margin: -2px 0 0 0;padding: 0}
.widget_recent_entries ul li:before{ content: none;}
.widget_recent_entries ul li a{color:rgba(204,219,56,1); display: block;padding: 10px 20px 10px 0px; text-decoration: none; position: relative;-webkit-transition: all 430ms;transition: all 430ms;}
.widget_recent_entries ul li a:hover{z-index: 99;color:rgba(2,168,243,1)}
.widget_recent_entries ul li .post-date{color:rgba(182,182,182,1);font-size: 14px;}
.widget_recent_entries ul li .post-date:before{content: "\f073";font-family: 'FontAwesome'; font-size: 14px; color: rgba(204,219,56,1); margin-right: 10px; }
.widget-area .rpwe-time{color:rgba(182,182,182,1);font-size: 14px;}
.widget-area .rpwe-time:before{content: "\f073";font-family: 'FontAwesome'; font-size: 14px; color: rgba(204,219,56,1); margin-right: 10px; }
.widget-area .rpwe-block{padding-top: 10px;}
.widget-area .rpwe-block a {color: #727272;}
.widget-area .rpwe-block a:hover {color:rgba(2,168,243,1)}
.widget-area .rpwe-block li{margin-bottom: 10px; height: 80px}
.widget-area .rpwe-block h3{margin-bottom: 0;margin-top: 0;font-size: 16px; line-height: 1.5em;text-align: left;font-family: Roboto;}
.widget-area .rpwe-thumb {border-radius: 4px;}
.widget-area .rpwe-alignleft { display: inline;float: left;}

.widget_calendar {}
.widget_calendar table {border: 0}
.widget_calendar table caption {font-weight: bold;border-bottom: 1px rgba(191,192,199,1) solid; padding-bottom: 10px;}
.widget_calendar table td {border-color: transparent; background-color: rgba(255,255,255,0.1); padding: 7px 7px 2px 7px; text-align: center;}
.widget_calendar table th { padding: 5px 7px;}
.widget_calendar table thead th {text-align: center; background-color: rgba(255,255,255,0.05);color:rgba(2,168,243,1);}
.widget_calendar table td.pad, .widget_calendar table td#prev, .widget_calendar table td#next { background-color: transparent;}

.widget-comment{}
.widget-comment>.widget-block{float: none;padding: 0 15px 10px;}
.widget-comment>.widget-block:last-child{padding-bottom: 0px}
.widget-comment a{text-decoration: none;}
.widget-comment a span{color: rgba(191,192,199,1);}
.widget-comment p{font-size: 14px; line-height: 18px}

.widget-gallery{}
.f_widgets .wpb_wrapper h4:after{content: "";width: 40px; height: 2px; display: block; background-color: #7c8587; margin-top: 25px; margin-bottom: 40px;}
.footer-social {display: inherit!important;text-align: center;}
/* 1 Column */
.onecolumnnsb .post {clear:both}
.onecolumnnsb .entry-content:after, .single .entry-content:after {clear:both; content: " "; display: block}
.onecolumnnsb .format-aside .entry-thumbnail, .onecolumnnsb .format-status .entry-thumbnail, .onecolumnnsb .format-chat .entry-thumbnail { margin-bottom: 20px;  width: 400px;}
.onecolumnnsb .entry-meta {margin-bottom: 25px}
.onecolumnnsb .post .entry-thumbnail {margin-bottom: 35px}
.entry-content > .date, .dline > .date {width: 100%; display: block; border-top: 1px rgba(191,192,199,1) solid; margin: 0 0 10px 0; padding-top: 15px;font-size: 14px;color: rgba(191,192,199,1);}
.search-results .entry-content > .date {margin-top: 20px}
.entry-content > .date a, .dline > .date a {color: rgba(191,192,199,1);}
.entry-content > .date a:hover, .dline > .date a:hover {}
.entry-content > .date a.more-link, .dline > .date a.more-link {color: #fff;}
.entry-content > .date a.more-link:hover, .dline > .date a.more-link:hover{color: rgba(204,219,56,1);}
[id*="gallery-"] {}
[id*="gallery-"]:after {content: " "; display: block; clear: both}

/* 1 Column with 2 Sidebars*/
.blogsidebarspage .post,
.blogsidebarspage .search-results article {}
.blogsidebarspage .post .entry-thumbnail,
.blogsidebarspage .search-results article .entry-thumbnail {width: 100%;margin: 0;float:none;height: auto;margin-bottom: 25px}
.blogsidebarspage .entry-content {margin-bottom: 0;/* margin-top: 0; */}
.blogsidebarspage .entry-title{margin-right: 40px}

/* 2 Columns Blog */
.blog2columnpage .post, .blog2columnpage .search-results article {display:block; float: left; width:-webkit-calc(50% - 30px); width:calc(50% - 30px); margin: 0 60px 65px 0; padding:0}
.blog2columnpage .post:nth-of-type(2n), .blog2columnpage .search-results article:nth-of-type(2n) {margin-right: 0;}
.blog2columnpage .post:nth-of-type(2n+1), .blog2columnpage .search-results article:nth-of-type(2n+1) { clear: both}
.blog2columnpage .post:nth-child(odd), .blog2columnpage .search-results article:nth-child(odd) {}
.blog2columnpage .post:first-child, .blog2columnpage .search-results article:first-child { clear: none}
.blog2columnpage .entry-meta {margin-bottom: 15px}
.blog2columnpage .post .entry-thumbnail, .blog2columnpage .search-results article .entry-thumbnail {overflow: hidden;float: none;
    width: 100%;max-height: 280px;height: auto;margin-bottom: 25px;border-radius: 1px}
.blog2columnpage .c_block {}
.blog2columnpage h3.entry-title {}

/* 3 Columns Blog */
.blog3columnpage .post, .blog3columnpage .search-results article {display:block; float: left;  width:-webkit-calc(33% - 20px); width:calc(33% - 20px); margin: 0 30px 65px 0; padding:0}
.blog3columnpage .post:nth-of-type(3n), .blog3columnpage .search-results article:nth-of-type(3n) {margin-right: 0;}
.blog3columnpage .post:nth-of-type(3n+1), .blog3columnpage .search-results article:nth-of-type(3n+1) { clear: both}
.blog3columnpage .post:first-child, .blog3columnpage .search-results article:first-child { clear: none}
.blog3columnpage .post .entry-thumbnail, .blog3columnpage .search-results article .entry-thumbnail {overflow: hidden;float: none;
    width: 100%;max-height: 280px;height: auto; margin-bottom: 25px}
.blog3columnpage .c_block .more-link{padding: 10px 15px}
.blog3columnpage .c_block {}
.blog3columnpage h3.entry-title {}
.blog3columnpage .entry-meta{margin-bottom: 15px}

.vc_grid .vc_btn3.vc_btn3-size-md{border-radius: 32px;background-color: rgba(254,86,33,1)!important;}
.vc_grid .vc_btn3.vc_btn3-size-md:hover{background-color: rgba(215,232,47,1) !important;}

/* Related display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex;*/
.related {list-style: none; margin: 35px 1% 0 0; padding: 0 0 25px; width: 99%; display: block; clear: both;}
.related:after {content: " "; display: block; clear: both;}
.related .rblock {margin: 0 4.75% 20px 0;  display: block; float: left; position: relative; width: 30%; height: auto; overflow: hidden;}
.blogsidebarspage .related .rblock {width: 100%; margin-right: 0}
.related .rblock:last-child {margin-right: 0}
.related .rblock h6 {margin: 0; padding-top:7px; padding-bottom:5px;text-align: left;font-family: Roboto;}
.related .rblock h6 a { text-decoration: none; }
.related .rblock a { text-decoration: none;}
.related .rblock h6 a:hover {}
.related .rblock .thumb { padding: 0; margin: 0; text-align: center; position: relative;     max-height: 165px;}
.blogsidebarpage .related .rblock .thumb {max-height: 118px;}
.blogsidebarspage .related .rblock .thumb {max-height: 235px;}

.related .rblock .thumb img {width: 100%}
.related .rblock small {padding: 7px 0; display: block;text-align: center}
.related .rblock .icon, .related li .iconic {margin-right: 6px}
.related .rblock .iconic {margin-left: 25px}
.related .rblock .vanish { position: absolute; padding: 0 10px 0 10px; top: 0; left: 0; right: 0; bottom: 0; height: 0; width: 100%; background-color: rgba(44,48,54,0.65);-webkit-transition: all 430ms; transition: all 430ms; text-align: center; display: block; overflow: hidden}
.related .rblock:hover .vanish {height: 100%;}
.related .rblock .vanish p { margin: 0}
.related .rblock .vanish a { position: absolute; top: -webkit-calc(50% - 29px); top: calc(50% - 29px); left: -webkit-calc(50% - 29px); left: calc(50% - 29px);}
.related .rblock .vanish .more-link { display: block; text-align: center; text-decoration: none;}
.related .rblock .vanish .more-link .icon {font-size: 40px; color: #FFF; text-decoration: none; margin: 10px  auto}
.related .rblock .vanish a i{ color: #ffffff; font-size: 26px; padding: 16px; display: inline-block; margin: 0; overflow: hidden}
.related .rblock:hover .vanish a span{}
.related .rblock .vanish a:hover span{  background-color: rgba(2,168,243,1); text-decoration: none; }
.related .thumb {max-height: 158px; overflow: hidden;}
.r-block{float: left;width: 30%; margin-right: 24px}
.r-block img{max-width: 100%!important}
.r-block p{margin-bottom: 0;}
.r-block a{text-decoration: none;}
.r-block time{color: rgba(191,192,199,1);}
.r-block i{color: rgba(204,219,56,1);}
.related .date a{color: rgba(182,182,182,1);font-size: 14px}
.related .date i{color: rgba(204,219,56,1);font-size: 14px}

/* Blog Feed 2 Col Shortcode - Square image */
.post_format_query_block {position: relative; z-index: 99}
.digital-format {margin-bottom:30px; padding-left:0; border-color: #fff}
.digital-format:nth-child(even) { padding-right:0; padding-left: 15px}
.digital-format:nth-child(odd) { padding-right:15px; padding-left: 0}
.digital-format .post { }
.digital-format .entry-meta {margin-right: 0}
.digital-format h3.entry-title {text-transform: capitalize; overflow: hidden; max-height: 60px; font-size: 25px;  padding-right: 0}
.digital-format h3.entry-title:after{content: "";width: 40px; height: 2px; display: block; background-color: rgba(204,219,56,1); margin-top: 25px; margin-bottom: 25px;}
.digital-format h3.entry-title a { font-size: 25px; line-height: 1.1em;}
.digital-format .entry-thumbnail, .search-results .digital-format article .entry-thumbnail{width: 250px; height: 250px}
.digital-format .entry-title {padding-right: 40px; margin-bottom: 10px}
.digital-format .post:nth-of-type(2n) {margin-right: 0;}
.digital-format .post:nth-of-type(2n+1) { clear: both}
.digital-format .post:first-child { clear: none}
.digital-format article { position: relative;padding-right:25px; height:250px;min-height: 250px;margin-bottom: 0}
.digital-format article:hover {}
.digital-format .format-standard.has-post-thumbnail h3.entry-title {font-family: Roboto; font-size: 19px;}
.digital-format .post .entry-thumbnail { width:250px; margin:0 30px 0 0; float:left;height: 250px;}
.digital-format .post .entry-meta, .digital-format .post .entry-meta .date {color:#bdbdbd; font-size:14px; text-align:left; overflow: hidden;margin-bottom: 15px;}
.digital-format .post .entry-meta .author {margin-right:30px}
.digital-format .format-standard .entry-header  .entry-meta:after {content:none}
.digital-format .post .more-link {line-height: 25px;}
.digital-format .c_block { margin-left: 30px;}
.digital-format .entry-thumbnail + .c_block { margin-left: 280px;}


/* Blog Feed 2 Col Shortcode - Circle image */
.digital-format.circle_temp .entry-meta, .digital-format.circle_temp .entry-meta .date {color: rgba(204,219,56,1);}
.circle_temp .thumbhover{text-align: right;}
.circle_temp .thumbhover .more-link{border: none; background-color: transparent;color: rgba(254,86,33,1); box-shadow: none;-webkit-box-shadow:none;-moz-box-shadow:none; border-radius: 0; font-size: 14px;}
.circle_temp .thumbhover .more-link:hover{color:#bdbdbd}
.circle_temp .entry-thumbnail img{border-radius: 50%}
.circle_temp .ccount { background-color: rgba(2,168,243,0.8);font-size: 15px; padding: 0 10px; text-align: center; width: 65px; height: 65px; position: absolute; top: 0;left: 0; border-radius: 50%;cursor: pointer;-webkit-transition: all 500ms; transition: all 500ms;}
.circle_temp .ccount span{color: #fff; line-height: 65px}
.circle_temp .ccount:hover{background-color: rgba(254,86,33,1); opacity: 0.8}
.circle_temp {margin-bottom:55px;margin-top: 55px}

/* =========================================
7. CTA
*/

/* =========================================
8. Footer
*/
.savefooter {background-color: #f9f9f9; text-align: center; padding: 25px 0}
.f_widgets{}
.f_widgets .widget:last-child{margin-bottom: 0; }
.f_widgets .recent-footer ul li{display: inline-block;margin-bottom: 20px!important}
.f_widgets .recent-footer ul li h3{margin-top: 0!important;margin-bottom: 10px!important;font-family: Roboto;cursor: pointer;font-weight: 400!important}
.f_widgets .recent-footer ul li h3:hover{color: rgba(2,168,243,1)!important}
.smile_icon_list li .icon_list_connector{height: 0!important}
.f_widgets .footer-list{list-style: none;margin: 0;}
.f_widgets .footer-list li{margin-bottom: 20px;}
.f_widgets .footer-list li:after{content:""; clear: both; display: block}
.f_widgets .footer-list .post-img{float: left; margin-right: 20px}
.f_widgets .footer-list .post-content p{margin: 0; color: rgba(182,182,182,1);font-size: 14px}
.f_widgets .footer-list .post-content a{color: #212121;font-size: 16px}
.f_widgets .footer-list .post-content a:hover{color: rgba(2,168,243,1)}

.grid_for_footer .vc_gitem-zone {
    background-color: rgba(248, 164, 42, 0.86) !important;
    }

.grid_for_footer .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-lg .vc_icon_element-icon{
    font-size: 25px!important; 

}

.grid_for_footer .entypo-icon-plus:before{
    font-family: "FontAwesome";
    content: "\f06e";
}

.grid_for_footer .vc_grid.vc_row .vc_grid-item .vc_icon_element{
    margin-bottom: 1px!important;
}

/*Social Icon*/

.sell_socials {margin: 0; padding: 0;  display: inline-block;}
.sell_socials li{list-style-type: none;display: inline-block;margin: 0 5px 10px 5px;}
.sell_socials li:hover{}
.sell_socials li a {width: 41px; height: 41px; border-radius: 50%;-webkit-transition: 0.3s;-moz-transition: 0.3s;transition: 0.3s;display: inline-block;text-align: center; text-decoration: none;}
.sell_socials li a:hover { text-decoration: none}
.sell_socials li a i {}



/*Home Page*/
.info-icon div.vc_btn3-container.btn{height: 0; overflow:hidden;-webkit-transition: all 430ms !important; transition: all 430ms !important; }
.info-icon:hover div.vc_btn3-container.btn{-webkit-transition: all 430ms !important; transition: all 430ms !important; height: 68px; }
.info-icon>div{-webkit-box-shadow: 0px 14px 19px 0px rgba(38,50,56,0.2);-moz-box-shadow:0px 14px 19px 0px rgba(0,0,0,0.14);box-shadow:0px 14px 19px 0px rgba(0,0,0,0.14);overflow: hidden;}
.info-icon{cursor: pointer;}
.home-icon-box .left-icon .aio-icon-left .aio-icon{margin-right: 0}
.home-icon-box .aio-icon-left .ult-just-icon-wrapper {margin-top: -20px;margin-left: -50px}
.home-icon-box .aio-icon-left .aio-icon{opacity: 0.4}
.home-icon-box h3{font-family: Roboto; margin-bottom: 10px}
.home-icon-box .aio-icon-description{text-align: center;}

/* =========================================
9. Shop
*/
/* Layout */
.woocommerce .cart-empty, .woocommerce .return-to-shop {text-align: center}
.woocommerce .return-to-shop {margin-bottom: 80px !important}
.woocommerce-edit-account .woocommerce input.button, .woocommerce-edit-address .woocommerce input.button {margin-top: 20px}
.woocommerce-edit-account .woocommerce, .woocommerce-edit-address .woocommerce, .woocommerce-account .woocommerce  {margin-bottom: 50px}
.woocommerce #content div.product .woocommerce-tabs ul.tabs:after,.woocommerce #content div.product .woocommerce-tabs ul.tabs:before,.woocommerce #content div.product div.thumbnails:after,.woocommerce #content div.product div.thumbnails:before,.woocommerce .col2-set:after,.woocommerce .col2-set:before,.woocommerce div.product .woocommerce-tabs ul.tabs:after,.woocommerce div.product .woocommerce-tabs ul.tabs:before,.woocommerce div.product div.thumbnails:after,.woocommerce div.product div.thumbnails:before,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before,.woocommerce-page #content div.product div.thumbnails:after,.woocommerce-page #content div.product div.thumbnails:before,.woocommerce-page .col2-set:after,.woocommerce-page .col2-set:before,.woocommerce-page div.product .woocommerce-tabs ul.tabs:after,.woocommerce-page div.product .woocommerce-tabs ul.tabs:before,.woocommerce-page div.product div.thumbnails:after,.woocommerce-page div.product div.thumbnails:before{content:" ";display:table}
.woocommerce #content div.product .woocommerce-tabs,.woocommerce #content div.product .woocommerce-tabs ul.tabs:after,.woocommerce #content div.product div.thumbnails a.first,.woocommerce #content div.product div.thumbnails:after,.woocommerce .cart-collaterals:after,.woocommerce .col2-set:after,.woocommerce .woocommerce-pagination ul.page-numbers:after,.woocommerce div.product .woocommerce-tabs,.woocommerce div.product .woocommerce-tabs ul.tabs:after,.woocommerce div.product div.thumbnails a.first,.woocommerce div.product div.thumbnails:after,.woocommerce ul.products,.woocommerce ul.products li.first,.woocommerce ul.products:after,.woocommerce-page #content div.product .woocommerce-tabs,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after,.woocommerce-page #content div.product div.thumbnails a.first,.woocommerce-page #content div.product div.thumbnails:after,.woocommerce-page .cart-collaterals:after,.woocommerce-page .col2-set:after,.woocommerce-page .woocommerce-pagination ul.page-numbers:after,.woocommerce-page div.product .woocommerce-tabs,.woocommerce-page div.product .woocommerce-tabs ul.tabs:after,.woocommerce-page div.product div.thumbnails a.first,.woocommerce-page div.product div.thumbnails:after,.woocommerce-page ul.products,.woocommerce-page ul.products li.first,.woocommerce-page ul.products:after{clear:both}
.woocommerce .col2-set,.woocommerce-page .col2-set{width:100%}
.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 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.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%}
.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 .woocommerce-pagination ul.page-numbers:after,.woocommerce .woocommerce-pagination ul.page-numbers:before,.woocommerce div.product #reviews .comment:after,.woocommerce div.product #reviews .comment:before,.woocommerce ul.products:after,.woocommerce ul.products:before,.woocommerce-page #content div.product #reviews .comment:after,.woocommerce-page #content div.product #reviews .comment:before,.woocommerce-page .woocommerce-pagination ul.page-numbers:after,.woocommerce-page .woocommerce-pagination ul.page-numbers:before,.woocommerce-page div.product #reviews .comment:after,.woocommerce-page div.product #reviews .comment:before,.woocommerce-page ul.products:after,.woocommerce-page ul.products: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 li.product,.woocommerce-page ul.products li.product{float:left;margin:0 0 0 0;position:relative;width:33%; padding: 30px 10px 40px 10px; overflow: hidden;}
.woocommerce ul.products .related li.product,.woocommerce-page .related .products li.product{width:25%;}
.woocommerce ul.products li.last,.woocommerce-page ul.products li.last{margin-right:0}
.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-result-count {background-color: #ebebeb; font-size: 15px; color: #b1b1b1;margin: 0 15px 30px 0; padding: 12px 15px; height: 50px;border-radius: 32px}
.woocommerce .woocommerce-ordering,.woocommerce-page .woocommerce-ordering{float:right}
.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:180px}
.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 #content table.cart td.actions .coupon label,.woocommerce table.cart td.actions .coupon label,.woocommerce-page #content table.cart td.actions .coupon label,.woocommerce-page table.cart td.actions .coupon label{display:none}
.woocommerce .cart-collaterals .shipping_calculator:after,.woocommerce .cart-collaterals .shipping_calculator:before,.woocommerce .cart-collaterals:after,.woocommerce .cart-collaterals:before,.woocommerce form .form-row:after,.woocommerce form .form-row:before,.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 .cart-collaterals .shipping_calculator:after,.woocommerce-page .cart-collaterals .shipping_calculator:before,.woocommerce-page .cart-collaterals:after,.woocommerce-page .cart-collaterals:before,.woocommerce-page form .form-row:after,.woocommerce-page form .form-row: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}
td.product-name, td.product-name a {font-size: 18px;  font-weight: bold;text-decoration: none;}
td.product-price, td.product-subtotal {}
td.product-subtotal {font-weight: bold}
.woocommerce table.shop_table td.actions {  border: 0;  }
.woocommerce input#coupon_code {float: left;}
.product-quantity input[type="number"] {height:52px; font-size: 24px; font-weight: bold;  padding: 12px 14px; border:1px #e8e9e9 solid; color: #171b21;}
.pageedit_link{clear: both;}
.woocommerce .cart-collaterals,.woocommerce-page .cart-collaterals{float:right;width:100%;     margin-bottom: 80px;}
.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: 68%; 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 form .form-row-wide,.woocommerce form .form-row:after,.woocommerce ul.cart_list li:after,.woocommerce ul.product_list_widget li:after,.woocommerce-page .cart-collaterals .shipping_calculator:after,.woocommerce-page form .form-row-wide,.woocommerce-page form .form-row:after,.woocommerce-page ul.cart_list li:after,.woocommerce-page ul.product_list_widget li: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{}
.woocommerce .cart-collaterals .cart_totals {    background-color: #f9f9f9; padding:5px 30px 30px 30px; float:right}
.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 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{float:left;width:47%;overflow:visible}
.woocommerce #payment #place_order,.woocommerce form .form-row-last,.woocommerce-page #payment #place_order,.woocommerce-page form .form-row-last{float:right}
.woocommerce #payment .form-row select,.woocommerce-page #payment .form-row select{width:auto}
.woocommerce #payment .terms,.woocommerce-page #payment .terms{text-align:right;padding:0 1em}
.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}
.twentyfourteen .tfwc .product .images img{margin-bottom:1em}
.woocommerce table th {color: #9c9fa2}
.woocommerce table td {border-bottom:1px #dddddd solid}
@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-color:#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}}
/**/
.clear,.woocommerce .woocommerce-breadcrumb:after,.woocommerce .woocommerce-error:after,.woocommerce .woocommerce-info:after,.woocommerce .product .woocommerce-message:after{clear:both}
.woocommerce .woocommerce-breadcrumb:after {clear: none}
.woocommerce div.product form.cart .reset_variations,.woocommerce form .form-row label.hidden{visibility:hidden}
@-webkit-keyframes spin{100%{-webkit-transform:rotate(360deg)}}
@keyframes spin{100%{-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg)}}
@font-face{font-family:star;src:url(../fonts/star.eot);src:url(../fonts/star.eot?#iefix) format("embedded-opentype"),url(../fonts/star.woff) format("woff"),url(../fonts/star.ttf) format("truetype"),url(../fonts/star.svg#star) format("svg");font-weight:400;font-style:normal}
@font-face{font-family:WooCommerce;src:url(../fonts/WooCommerce.eot);src:url(../fonts/WooCommerce.eot?#iefix) format("embedded-opentype"),url(../fonts/WooCommerce.woff) format("woff"),url(../fonts/WooCommerce.ttf) format("truetype"),url(../fonts/WooCommerce.svg#WooCommerce) format("svg");font-weight:400;font-style:normal}
p.demo_store{position:fixed;top:0;left:0;right:0;margin:0;width:100%;font-size:1em;padding:1em 0;text-align:center;background-color:rgba(23,27,61,1);color:#fff;z-index:99998;box-shadow:0 1px 1em rgba(0,0,0,.2)}
p.demo_store a{color:#fff}
.admin-bar p.demo_store{top:32px}
.woocommerce .blockUI.blockOverlay{position:relative}
.woocommerce .blockUI.blockOverlay:before,.woocommerce .loader:before{height:1em;width:1em;position:absolute;top:50%;left:50%;margin-left:-.5em;margin-top:-.5em;display:block;content:"";-webkit-animation:spin 1s ease-in-out infinite;animation:spin 1s ease-in-out infinite;background:url(../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:34px;height:34px;width:34px;text-align:center;line-height:1;border-radius:100%;color:#fb3d3d !important;text-decoration:none;font-weight:700;border:0}
.woocommerce a.remove:hover{color:rgba(204,219,56,1)!important;}
.woocommerce .woocommerce-error,.woocommerce .woocommerce-info,.woocommerce .woocommerce-message{padding:1em 2em 1em 3.5em!important;margin:0 0 2em!important;position:relative;list-style:none!important;width:auto;word-wrap:break-word}
.woocommerce .woocommerce-error:after,.woocommerce .woocommerce-error:before,.woocommerce .woocommerce-info:after,.woocommerce .woocommerce-info:before,.woocommerce .woocommerce-message:after,.woocommerce .woocommerce-message:before{content:" ";display:table}
.woocommerce .woocommerce-error:before,.woocommerce .woocommerce-info:before,.woocommerce .woocommerce-message:before{font-family:WooCommerce;content:"\e028";display:inline-block;position:absolute;top:1em;left:1.5em}
.woocommerce .woocommerce-error .button,.woocommerce .woocommerce-info .button,.woocommerce .woocommerce-message .button{float:right}
.woocommerce .woocommerce-error li,.woocommerce .woocommerce-info li,.woocommerce .woocommerce-message li{list-style:none!important;padding-left:0!important;margin-left:0!important}
.woocommerce .woocommerce-message{border-top-color:#8fae1b} .woocommerce .woocommerce-message:before{content:"\e015";color:#8fae1b}
.woocommerce .woocommerce-info{} .woocommerce .woocommerce-info:before{color:rgba(2,168,243,1)}
.woocommerce .woocommerce-info a{text-decoration: none;}
.woocommerce .woocommerce-error{border-top-color:#b81c23} .woocommerce .woocommerce-error:before{content:"\e016";color:#b81c23}
.woocommerce small.note{display:block;color:#777;font-size:.857em;margin-top:10px}
.woocommerce .woocommerce-breadcrumb{margin:0 0 40px;padding:0;font-size:15px;color:rgba(204,219,56,1)}
.woocommerce .woocommerce-breadcrumb:after,.woocommerce .woocommerce-breadcrumb:before{content:" ";display:table}
.woocommerce .woocommerce-breadcrumb a{color:#d3ced2;text-decoration: none;}
.woocommerce .quantity .qty{width:3.631em;text-align:center; font-size: 20px; padding: 5px 10px; border: 2px solid #ebebeb; border-radius: 23px; box-shadow: 0 0 5px rgba(0,0,0,0.2);}
.woocommerce .product .woocommerce-breadcrumb{float: right; width: 48%; margin-bottom: 30px}
.woocommerce div.product{margin-bottom:0;position:relative; }
.woocommerce div.product .product_title{clear:none;margin:0 0 0 0;padding:0; font-size: 38px;  /* text-align: left; */ display: block; line-height: 1.2em;}
.woocommerce #reviews #comments .add_review:after,.woocommerce .products ul:after,.woocommerce div.product form.cart:after,.woocommerce div.product p.cart:after,.woocommerce nav.woocommerce-pagination ul,.woocommerce ul.products:after{clear:both}
.woocommerce div.product p.price,.woocommerce div.product span.price{font-size:33px}
.woocommerce div.product p.price {margin-top: 15px}
.woocommerce div.product p.price ins,.woocommerce div.product span.price ins{background-color:inherit;font-weight:700; text-decoration: none; color:#fb3d3d}
.woocommerce div.product p.price del,.woocommerce div.product span.price del{color: #b5b7b9; font-size: 20px}
.woocommerce div.product p.stock{font-size:.92em}
.woocommerce div.product .stock{color:#77a464}
.woocommerce div.product .out-of-stock{color:red}
.woocommerce div.product .woocommerce-product-rating{margin-bottom:1.618em; float: none;  display: block; width: 100%;}
.woocommerce div.product div.images,.woocommerce div.product div.summary{margin-bottom: 60px}
.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.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 0;overflow:hidden;position:relative}
.woocommerce div.product .woocommerce-tabs ul.tabs li{border-top:3px solid #FFF;background-color:rgba(255,255,255,0.1);display:inline-block;position:relative;z-index:0;margin:0 0;padding:0 1em; border-bottom:1px solid #171b21; color:rgba(2,168,243,1)}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover{border-top:3px rgba(2,168,243,1) solid}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{display:inline-block;padding:30px 40px;font-weight:700;color:#b5b7b9;text-decoration:none;   font-size: 20px}
.woocommerce div.product form.cart:after,.woocommerce div.product form.cart:before,.woocommerce div.product p.cart:after,.woocommerce div.product p.cart:before{display:table;content:" "}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover{text-decoration:none;color:rgba(254,86,33,1)}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{z-index:2;color:rgba(254,86,33,1); border-color:rgba(254,86,33,1);}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:hover{border-color:rgba(2,168,243,1)}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:rgba(2,168,243,1);text-shadow:inherit}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:hover{color:rgba(254,86,33,1)}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before{}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after{}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,.woocommerce div.product .woocommerce-tabs ul.tabs li:before{}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before{}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after{}
.woocommerce div.product .woocommerce-tabs ul.tabs:before{}
.woocommerce div.product .woocommerce-tabs .panel{margin: 0 0 50px; padding: 0 0 30px 0; }
.woocommerce div.product form.cart,.woocommerce div.product p.cart{margin-bottom:2em}
.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}
.woocommerce div.product form.cart .variations td,.woocommerce div.product form.cart .variations th{border:0}
.woocommerce div.product form.cart .variations label{font-weight:700}
.woocommerce div.product form.cart .variations select{width:100%;float:left}
.woocommerce div.product form.cart .variations td.label{padding-right:1em}
.woocommerce div.product form.cart .variations td{vertical-align:top}
.woocommerce div.product form.cart .woocommerce-variation-description p{margin-bottom:1em}
.woocommerce div.product form.cart .wc-no-matching-variations{display:none}
.woocommerce div.product form.cart .button{vertical-align:middle;float:left; outline: none;    margin-left: 20px;padding: 10px 20px}
.woocommerce div.product form.cart .group_table td.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 .product_meta {font-weight: bold;     background-color: rgba(255,255,255,0.1); padding: 15px 30px;}
.woocommerce div.product .product_meta > span {display: block}
.woocommerce div.product .product_meta > span >span{font-weight: normal}
.woocommerce div.product .product_meta a {font-weight: normal}
.woocommerce div.product .description {}
.woocommerce span.onsale{min-height:66px;min-width:66px;padding-top:12px;font-weight:700;position:absolute;text-align:center;line-height:3.236;top:20px;left:20px;margin:0;border-radius:100%;background-color:#fb3d3d;color:#fff;font-size:.857em;-webkit-font-smoothing:antialiased; text-transform: uppercase}
.woocommerce .products ul,.woocommerce ul.products{margin:0 0 1em;padding:0;list-style:none;clear:both}
.woocommerce .products ul:after,.woocommerce .products ul:before,.woocommerce ul.products:after,.woocommerce ul.products:before{content:" ";display:table}
.woocommerce .products ul li,.woocommerce ul.products li{list-style:none}
.woocommerce ul.products li.product {text-align: center}
.woocommerce ul.products li.product .onsale {top: 15px;left:20px;right:auto;margin:-.5em -.5em 0 0}
.woocommerce ul.products li.product h3{padding:.5em 0;margin:0; font-size: 17px; line-height: 24px;text-align: center}
.woocommerce ul.products li.product a{text-decoration:none}
.woocommerce ul.products li.product a img{width:100%;height:auto;display:block;margin:0 0 0 0;box-shadow:none}
.woocommerce ul.products li.product strong{display:block}
.woocommerce ul.products li.product .star-rating{text-align: center; display: inline-block; margin: 0 auto 0 auto; position: absolute; bottom: 15%; left: -webkit-calc(50% - 37px); left: calc(50% - 37px); color: rgba(2,168,243,1);}
.woocommerce ul.products li.product .button{margin-top:1em}
.woocommerce ul.products li.product .price{color:rgba(204,219,56,1);display:block;margin-bottom:.5em;font-size:19px; font-weight: bold; text-align: center}
.woocommerce ul.products li.product .price del{display: inline-block;margin-right: 8px; font-weight: normal; color: #c6c6c6; font-size: 0.95em;}
.woocommerce ul.products li.product .price ins{font-weight:700; text-decoration: none; color: #fb3d3d; font-size: 1.3em;}
.woocommerce ul.products li.product .price .from{font-size:.67em;margin:-2px 0 0;text-transform:uppercase;color:rgba(132,132,132,.5)}
.woocommerce ul.products li.product .button.add_to_cart_button {border: 2px rgba(255,255,255,1) solid; padding: 2px; font-size: 13px;  color: rgba(255,255,255,1); position: absolute; background-color: transparent; bottom: 55px; left: 15px;  right: auto;z-index: 5;text-indent: -999em;height: 40px;width: 40px;border-radius: 5px}
.woocommerce ul.products li.product .button.add_to_cart_button:before {content:"\f217"; font-family: 'FontAwesome'; font-size: 20px; position: absolute; text-indent: 0;top: 3px; left: 3px;height: 30px;width: 30px;line-height: 30px;font-weight: 400;}
.woocommerce ul.products li.product .button.watch_prod_button {border: 2px rgba(204,219,56,1) solid; padding: 2px; font-size: 13px;  color: rgba(204,219,56,1); position: absolute;  background-color: transparent;   z-index: 5;text-indent: -999em;height: 40px;width: 40px; bottom: 55px; left: auto; right: 15px;}
.woocommerce ul.products li.product .button.watch_prod_button:before {content:"\f00e"; font-family: 'FontAwesome'; font-size: 20px; position: absolute; text-indent: 0;top: 3px; left: 3px;height: 30px;width: 30px;line-height: 30px;font-weight: 400;}

.woocommerce .blogsidebarspage ul.products li.product .button.add_to_cart_button { padding: 6px 8px 4px 8px; top: -webkit-calc(40% - 20px); top: calc(40% - 20px); left: 1px; font-size: 12px;}
.woocommerce .blogsidebarspage ul.products li.product h3 {font-size: 15px;}
.woocommerce .blogsidebarspage ul.products li.product .price ins {font-size: 22px;}
.woocommerce .blogsidebarspage ul.products li.product .button.add_to_cart_button.added { left: 1px; top: 4px;}
.woocommerce .blogsidebarspage ul.products li.product .added_to_cart { top: 45px; font-size: 11px; padding: 3px 8px 0px 8px;left: -webkit-calc(50% - 37px);left: calc(50% - 37px); }
.woocommerce .blogsidebarspage ul.products li.product .star-rating { bottom: 5px;}
.woocommerce .blogsidebarspage ul.products li.product .button.product_type_variable.add_to_cart_button { left: -webkit-calc(50% - 55px); left: calc(50% - 55px); }

.woocommerce .blogsidebarpage ul.products li.product .button.add_to_cart_button { padding: 6px 8px 4px 8px; top: -webkit-calc(40% - 20px); top: calc(40% - 20px); left: -webkit-calc(50% - 46px); left: calc(50% - 46px); font-size: 12px;}
.woocommerce .blogsidebarpage ul.products li.product .button.watch_prod_button { padding: 6px 8px 4px 8px; top: -webkit-calc(40% - 20px); top: calc(40% - 20px); right: -webkit-calc(50% - 46px); right: calc(50% - 46px); font-size: 12px;}
.woocommerce .blogsidebarpage ul.products li.product h3 {font-size: 15px;}
.woocommerce .blogsidebarpage ul.products li.product .price ins {font-size: 22px;}
.woocommerce .blogsidebarpage ul.products li.product .button.add_to_cart_button.added {top: -webkit-calc(40% - 20px); top: calc(40% - 20px); left: -webkit-calc(50% - 46px); left: calc(50% - 46px); font-size: 12px;}
.woocommerce .blogsidebarpage ul.products li.product .added_to_cart { top: -webkit-calc(45% + 45px); top: calc(45% + 45px);}
.woocommerce .blogsidebarpage ul.products li.product .star-rating { bottom: 15%;}
.woocommerce .blogsidebarpage ul.products li.product .button.product_type_variable.add_to_cart_button { left: -webkit-calc(50% - 55px); left: calc(50% - 55px); }
.woocommerce ul.products li.product .button.product_type_variable.add_to_cart_button {}
.woocommerce ul.products li.product .button.add_to_cart_button.added {left: -webkit-calc(50% - 83px);left: calc(50% - 83px); top:60px}
.woocommerce .related ul.products li.product .button.add_to_cart_button {}
.woocommerce ul.products li.product:hover .button.add_to_cart_button {-webkit-transform: scale(1);-ms-transform: scale(1);transform: scale(1)}
.woocommerce ul.products li.product .button.add_to_cart_button:hover{background-color: rgba(254,86,33,1); border-color: rgba(254,86,33,1); color:rgba(255,255,255,1)}
.woocommerce ul.products li.product .button.watch_prod_button:hover{background-color: rgba(204,219,56,1); border-color: rgba(204,219,56,1); color:rgba(255,255,255,1)}
.woocommerce ul.products li.product .added_to_cart {border: 3px rgba(2,168,243,1) solid; padding: 6px 20px;  color: #FFF;position: absolute; top: 150px; left: -webkit-calc(50% - 62px); left: calc(50% - 62px);background-color: rgba(2,168,243,1);font-weight: bold; -webkit-transition: all 430ms; transition: all 430ms;border-radius: 32px}
.woocommerce ul.products li.product .added_to_cart:hover {background-color: transparent; border-color: rgba(2,168,243,1); color:rgba(2,168,243,1)}
.woocommerce .woocommerce-ordering {margin: 0 15px 30px 0;}
.woocommerce .woocommerce-ordering select{vertical-align:top}
.woocommerce nav.woocommerce-pagination{text-align:center}
.woocommerce .product .related {background-color: transparent; margin: 40px 0 80px 0; padding: 0 0 20px 0;}
.woocommerce .related h2 {margin: 0 0 20px 0}
/* Product Cat */
.woocommerce li {}
.woocommerce li .prod_over{position: absolute; top: -100%; left:-100%; width: 100%; height: 100%; background-color: rgba(40,40,40,0.5);-webkit-transition: all 430ms; transition: all 430ms;}
.woocommerce li:hover .prod_over{top:0; left: 0}
.woocommerce ul.products li:hover.product, .woocommerce-page ul.products li:hover.product {box-shadow: 0 5px 20px 0 rgba(255, 255, 255, 0.15);}
.woocommerce h1.page-title { margin-bottom: 0}
.woocommerce table.cart td.actions .input-text {display: inline-block;     margin-right: 10px;}
.woocommerce #respond input#submit,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{font-size:100%;margin:0;line-height:1;cursor:pointer;position:relative;font-family:inherit;text-decoration:none;overflow:visible;padding:.618em 1em;font-weight:700;border-radius:5px;left:auto;color:rgba(204,219,56,1); border: 2px rgba(204,219,56,1) solid; background-color: transparent;white-space:nowrap;display:inline-block !important;background-image:none;box-shadow:none;-webkit-box-shadow:none;text-shadow:none}
.woocommerce #respond input#submit.loading,.woocommerce a.button.loading,.woocommerce button.button.loading,.woocommerce input.button.loading{opacity:.25;filter: alpha(opacity=25);padding-right:2.618em}
.woocommerce #respond input#submit.loading:after,.woocommerce a.button.loading:after,.woocommerce button.button.loading:after,.woocommerce input.button.loading:after{font-family:WooCommerce;content:"\e01c";vertical-align:top;-webkit-font-smoothing:antialiased;font-weight:400;position:absolute;top:.618em;right:1em;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}
.woocommerce #respond input#submit.added:after,.woocommerce a.button.added:after,.woocommerce button.button.added:after,.woocommerce input.button.added:after{font-family:WooCommerce;content:"\e017";margin-left:.53em;vertical-align:bottom}
.woocommerce #respond input#submit:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover{color:rgba(255,255,255,1);  background-color: rgba(204,219,56,1);border-color: rgba(204,219,56,1)}
.woocommerce .widget_shopping_cart .button.checkout {color:rgba(255,255,255,1);  background-color: rgba(2,168,243,1); border-color: rgba(2,168,243,1);  float: right;}
.woocommerce .widget_shopping_cart .button.checkout:hover {background-color: rgba(255,255,255,1); border-color: rgba(2,168,243,1); color:rgba(2,168,243,1)}

.woocommerce .wc-proceed-to-checkout {text-align: right}
.woocommerce #respond input#submit.alt,.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt{background-color:rgba(204,219,56,1);color:rgba(255,255,255,1);-webkit-font-smoothing:antialiased; border-color: rgba(204,219,56,1); border-radius: 5px; border-width: 2px; border-style: solid;}
.woocommerce #respond input#submit.alt:hover,.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover,.woocommerce input.button.alt:hover{background-color:rgba(215,232,47,1) !important;color:rgba(255,255,255,1)!important; border-color: rgba(215,232,47,1) !important}
.woocommerce #respond input#submit.alt.disabled,.woocommerce #respond input#submit.alt.disabled:hover,.woocommerce #respond input#submit.alt:disabled,.woocommerce #respond input#submit.alt:disabled:hover,.woocommerce #respond input#submit.alt:disabled[disabled],.woocommerce #respond input#submit.alt:disabled[disabled]:hover,.woocommerce a.button.alt.disabled,.woocommerce a.button.alt.disabled:hover,.woocommerce a.button.alt:disabled,.woocommerce a.button.alt:disabled:hover,.woocommerce a.button.alt:disabled[disabled],.woocommerce a.button.alt:disabled[disabled]:hover,.woocommerce button.button.alt.disabled,.woocommerce button.button.alt.disabled:hover,.woocommerce button.button.alt:disabled,.woocommerce button.button.alt:disabled:hover,.woocommerce button.button.alt:disabled[disabled],.woocommerce button.button.alt:disabled[disabled]:hover,.woocommerce input.button.alt.disabled,.woocommerce input.button.alt.disabled:hover,.woocommerce input.button.alt:disabled,.woocommerce input.button.alt:disabled:hover,.woocommerce input.button.alt:disabled[disabled],.woocommerce input.button.alt:disabled[disabled]:hover{background-color: rgba(160,172,42,1);color:#fff}
.woocommerce #respond input#submit.disabled,.woocommerce #respond input#submit:disabled,.woocommerce #respond input#submit:disabled[disabled],.woocommerce a.button.disabled,.woocommerce a.button:disabled,.woocommerce a.button:disabled[disabled],.woocommerce button.button.disabled,.woocommerce button.button:disabled,.woocommerce button.button:disabled[disabled],.woocommerce input.button.disabled,.woocommerce input.button:disabled,.woocommerce input.button:disabled[disabled]{color:inherit;cursor:not-allowed;opacity:.8;filter: alpha(opacity=80)}
.woocommerce #respond input#submit.disabled:hover,.woocommerce #respond input#submit:disabled:hover,.woocommerce #respond input#submit:disabled[disabled]:hover,.woocommerce a.button.disabled:hover,.woocommerce a.button:disabled:hover,.woocommerce a.button:disabled[disabled]:hover,.woocommerce button.button.disabled:hover,.woocommerce button.button:disabled:hover,.woocommerce button.button:disabled[disabled]:hover,.woocommerce input.button.disabled:hover,.woocommerce input.button:disabled:hover,.woocommerce input.button:disabled[disabled]:hover{color:inherit;background-color:#ebe9eb}
.woocommerce .cart .button,.woocommerce .cart input.button{float:none}
.woocommerce a.added_to_cart{padding-top:.5em;white-space:nowrap;display:inline-block}
.woocommerce #reviews #comments .add_review:after,.woocommerce #reviews #comments .add_review:before,.woocommerce #reviews #comments ol.commentlist li .comment-text:after,.woocommerce #reviews #comments ol.commentlist li .comment-text:before,.woocommerce #reviews #comments ol.commentlist:after,.woocommerce #reviews #comments ol.commentlist:before{content:" ";display:table}
.woocommerce #reviews h2 small{float:right;color:#777;font-size:15px;margin:10px 0 0}
.woocommerce #reviews h2 small a{text-decoration:none;color:#777} .woocommerce #reviews h3{margin:0}
.woocommerce #reviews #respond{margin:0;border:0;padding:0} .woocommerce #reviews #comment{height:75px}
.woocommerce #reviews #comments {padding-top: 0}
.woocommerce #reviews #comments h2{clear:none; font-size: 24px}
.woocommerce #review_form #respond:after,.woocommerce #reviews #comments ol.commentlist li .comment-text:after,.woocommerce #reviews #comments ol.commentlist:after,.woocommerce .woocommerce-product-rating:after,.woocommerce td.product-name dl.variation:after{clear:both}
.woocommerce #reviews #comments ol.commentlist{margin:30px 0 0 0; width:100%;list-style:none}
.woocommerce #reviews #comments ol.commentlist li{padding:0;margin:0 0 20px;position:relative;border:0}
.woocommerce #reviews #comments .commentlist li .wrapper { width: 81px; height: 81px;  position: relative; display: block; clip: rect(auto, auto, auto, auto); z-index: 1;margin-right: 30px; float: left; padding: 3px;}
.woocommerce #reviews #comments .commentlist li .circle {  width: 81px; height: 81px; border: 3px solid rgba(254,86,33,1); border-radius: 50px; position: absolute; clip: rect(0px, 42px, 81px, 0px);z-index: 2;    top: 0;left: 0;}
.woocommerce #reviews #comments .commentlist li .circle[data-anim~=left] {  -webkit-transform: rotate(-38deg);  -ms-transform: rotate(-38deg);  transform: rotate(-38deg)}
.woocommerce #reviews #comments .commentlist li .circle[data-anim~=right] { -webkit-transform: rotate(-38deg); -ms-transform: rotate(-38deg); transform: rotate(-38deg);}
.woocommerce #reviews #comments .commentlist li .wrapper span {font-size: 50px; color:rgba(2,168,243,1);line-height: 60px; padding: 18px 25px 22px 25px; display: block; height: 100px; width: 100px; position: absolute;top:0;left:0;z-index: 5}
.woocommerce #reviews #comments ol.commentlist li .meta{color:#777;font-size:.75em}
.woocommerce #reviews #comments ol.commentlist li img.avatar{float:left;padding:0;width:75px;height:auto;margin:0;box-shadow:none;max-width: 100%;border-radius: 50%}
.woocommerce #reviews #comments ol.commentlist li .comment-text{    margin: 0 40px 25px 110px; padding: 0 0 2px 0;}
.woocommerce #reviews #comments ol.commentlist li .comment-text .description{    margin: 0 0 40px;}
.woocommerce #reviews #comments ol.commentlist > li .comment-text:after{}
.woocommerce #reviews #comments ol.commentlist li .comment-text p{margin:0 0 1em}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta{color: #888888; font-style: italic; font-size: 14px}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong {color: rgba(2,168,243,1); font-size: 19px; text-decoration: none; padding-top: 5px; display: inline-block;  margin-right: 15px; font-style: normal;   }
.woocommerce #reviews #comments ol.commentlist ul.children{list-style:none;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 #e4e1e3;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:star; color: rgba(2,168,243,1);}
.woocommerce-review-link {color: rgba(204,219,56,1);}
.woocommerce .star-rating:before{content:"\73\73\73\73\73";float:left;top:0;left:0;position:absolute; color: rgba(2,168,243,1);}
.woocommerce .product .star-rating:before{color: rgba(191,192,199,1);}
.woocommerce #comments .star-rating:before{content:"\73\73\73\73\73";float:left;top:0;left:0;position:absolute;     color: rgba(191,192,199,1);}
.woocommerce .star-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em}
.woocommerce .star-rating span:before{content:"\53\53\53\53\53";top:0;position:absolute;left:0}
.woocommerce .woocommerce-product-rating{line-height:2;display:block}
.woocommerce table.shop_attributes td,.woocommerce table.shop_attributes th{line-height:1.5;border-bottom:1px dotted transparent;border-top:0;margin:0}
.woocommerce .woocommerce-product-rating:after,.woocommerce .woocommerce-product-rating:before{content:" ";display:table}
.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;border:0}
.woocommerce #review_form #respond:after,.woocommerce #review_form #respond:before{content:" ";display:table}
.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{position:relative;font-size:1em}
.woocommerce p.stars a{display:inline-block;font-weight:700;margin-right:1em;text-indent:-9999px;position:relative;border-bottom:0!important;outline:0}
.woocommerce p.stars a:last-child{border-right:0}
.woocommerce p.stars a.star-1,.woocommerce p.stars a.star-2,.woocommerce p.stars a.star-3,.woocommerce p.stars a.star-4,.woocommerce p.stars a.star-5{border-right:1px solid #ccc}
.woocommerce p.stars a.star-1:after,.woocommerce p.stars a.star-2:after,.woocommerce p.stars a.star-3:after,.woocommerce p.stars a.star-4:after,.woocommerce p.stars a.star-5:after{font-family:WooCommerce;text-indent:0;position:absolute;top:0;left:0; color:rgba(191,192,199,1)}
.woocommerce p.stars a.star-1{width:2em} .woocommerce p.stars a.star-1:after{content:"\e021";}
.woocommerce p.stars a.star-1.active:after,.woocommerce p.stars a.star-1:hover:after{  content: "\53"; font-family: star; color:rgba(2,168,243,1)}
.woocommerce p.stars a.star-2{width:3em} .woocommerce p.stars a.star-2:after{content:"\e021\e021";}
.woocommerce p.stars a.star-2.active:after,.woocommerce p.stars a.star-2:hover:after{content: "\53\53"; font-family: star; color:rgba(2,168,243,1)}
.woocommerce p.stars a.star-3{width:4em} .woocommerce p.stars a.star-3:after{content:"\e021\e021\e021";}
.woocommerce p.stars a.star-3.active:after,.woocommerce p.stars a.star-3:hover:after{content: "\53\53\53"; font-family: star; color:rgba(2,168,243,1)}
.woocommerce p.stars a.star-4{width:5em} .woocommerce p.stars a.star-4:after{content:"\e021\e021\e021\e021";}
.woocommerce p.stars a.star-4.active:after,.woocommerce p.stars a.star-4:hover:after{content: "\53\53\53\53"; font-family: star; color:rgba(2,168,243,1)}
.woocommerce p.stars a.star-5{width:6em;border:0} .woocommerce p.stars a.star-5:after{content:"\e021\e021\e021\e021\e021";}
.woocommerce p.stars a.star-5.active:after,.woocommerce p.stars a.star-5:hover:after{content: "\53\53\53\53\53"; font-family: star; color:rgba(2,168,243,1)}
.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; color: rgba(2,168,243,1);text-align: left;
    background-color: rgba(255,255,255,0.1);}
.woocommerce table.shop_attributes td{font-style:italic;padding:5px 25px;background-color: rgba(255,255,255,0.1);}
.woocommerce table.shop_attributes td p{margin:0;padding:8px 0;}
.woocommerce table.shop_attributes .alt td,.woocommerce table.shop_attributes .alt th{background-color:#ebebeb}
.woocommerce table.shop_table{border:0;margin:0 -1px 80px 0;text-align:left;border-collapse:separate;border-radius:0;}
.woocommerce table.shop_table.cart{width:100%; float: left}
.cart_totals h2 {font-weight:700;padding:9px 12px; border:0; border-bottom:1px rgba(91,94,122,1) solid; color:#9c9fa2;   margin: 0 0 15px 0;font-size: 18px;    line-height: 1.4em;}
.woocommerce table.shop_table th {font-weight:700;padding:9px 12px; border:0; color:rgba(191,192,199,1);   margin: 0 0 15px 0;font-size: 18px;    line-height: 1.4em;}
.woocommerce table.shop_table.cart th {border-bottom:1px rgba(91,94,122,1) solid;}
.woocommerce table.shop_table td{border:0; padding:6px 12px;vertical-align:middle}
.woocommerce table.shop_table td.product-thumbnail img{width:100px; height: auto}
.woocommerce table.shop_table td small{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.shop_table.woocommerce-checkout-review-order-table {}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table td.product-name {padding-left: 40px; font-size: 15px;}
.woocommerce #order_review table thead {background-color: rgba(255,255,255,0.1);}
.woocommerce #order_review table .order-total {}
.woocommerce #order_review table thead th {font-size: 125% !important;    padding: 12px 18px 9px 18px; background-color: #dfdcde; color: #000}
.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.my_account_orders .order-actions{text-align:right}
.woocommerce table.my_account_orders .order-actions .button{margin:.125em 0 .125em .25em} .woocommerce td.product-name dl.variation{margin:.25em 0}
.woocommerce td.product-name dl.variation:after,.woocommerce td.product-name dl.variation:before{content:" ";display:table}
.woocommerce td.product-name dl.variation dd,.woocommerce td.product-name dl.variation dt{display:inline-block;float:left;margin-bottom:1em}
.woocommerce td.product-name dl.variation dt{font-weight:700;padding:0 0 .25em;margin:0 4px 0 0;clear:left}
.woocommerce ul.cart_list li dl:after,.woocommerce ul.cart_list li:after,.woocommerce ul.product_list_widget li dl:after,.woocommerce ul.product_list_widget li:after{clear:both}
.woocommerce td.product-name dl.variation dd{padding:0 0 .25em} .woocommerce td.product-name dl.variation dd p: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;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 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 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 .order_details:after,.woocommerce .widget_layered_nav ul li:after,.woocommerce .widget_shopping_cart .buttons:after,.woocommerce-account .addresses .title:after,.woocommerce-cart .wc-proceed-to-checkout:after,.woocommerce.widget_shopping_cart .buttons:after{clear:both}
.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; color: rgba(2,168,243,1);font-size: 13px; margin: 7px 0;}
.woocommerce ul.product_list_widget {padding: 0 0 20px 0; border: 0px rgba(91,94,122,1) solid; margin: 0}
.woocommerce ul.product_list_widget li {padding: 0 0 15px 0; border-bottom: 1px #ebebeb solid; margin: 0 0 15px 0}
.woocommerce ul.product_list_widget li:last-child {padding: 0 0 0 0; border-bottom: 0; margin: 0}
.woocommerce ul.product_list_widget li .amount {font-weight: bold; color: rgba(191,192,199,1)}
.woocommerce ul.product_list_widget li del .amount, .woocommerce ul.product_list_widget li del {font-size: 15px;color: #c6c6c6;}
.woocommerce ul.product_list_widget li ins {text-decoration: none}
.woocommerce ul.product_list_widget li a {}
.woocommerce ul.product_list_widget li a:hover {}
.woocommerce ul.product_list_widget li img {height: 65px; width: auto;}
.woocommerce table.shop_table tbody:first-child tr.cart-subtotal th{width: 50%}
.woocommerce table tr.cart-subtotal td,.woocommerce table tr.shipping td,.woocommerce table tr.order-total td,.woocommerce table.shop_table .product-total {border-bottom: 0}
.woocommerce table .order-total {background-color: rgba(255,255,255,0.1);color:rgba(254,86,33,1)}
.woocommerce-page table.cart td.actions { border-bottom: 0; padding-top: 30px;}
.woocommerce .widget_shopping_cart .total,.woocommerce.widget_shopping_cart .total{border-top:3px double rgba(91,94,122,1);padding:15px 0 0; text-align: right;margin-bottom: 15px;}
.woocommerce .widget_shopping_cart .total .amount,.woocommerce.widget_shopping_cart .total .amount{font-weight: bold; color: rgba(204,219,56,1); font-size: 1.1em}
.woocommerce .widget_shopping_cart .total .buttons,.woocommerce.widget_shopping_cart .total .buttons{ text-align: right}
.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:30px;position:relative;padding-top:0; margin-bottom: 7px;padding-bottom: 7px; border-bottom: 1px #ebebeb solid;}
.woocommerce .widget_shopping_cart .cart_list li:last-child,.woocommerce.widget_shopping_cart .cart_list li:last-child {padding-left:30px;border-bottom: 0}
.woocommerce .widget_shopping_cart .cart_list li a.remove,.woocommerce.widget_shopping_cart .cart_list li a.remove{position:absolute;top:0;left:-8px}
.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 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;filter: alpha(opacity=0)}
.woocommerce form .form-row label{line-height:2} .woocommerce form .form-row label.inline{display:inline}
.woocommerce form .form-row select{cursor:pointer;margin:0} .woocommerce form .form-row .required{color:red;font-weight:700;border:0}
.woocommerce form .form-row .input-checkbox{display:inline;margin:-2px 8px 0 0;text-align:center;vertical-align:middle}
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea{box-sizing:border-box;width:100%;margin:0;outline:0;line-height:1}
.woocommerce form .form-row textarea{height:4em;line-height:1.5;display:block;box-shadow:none}
.woocommerce form .form-row .select2-container a{width:100%;line-height:2em}
.woocommerce form .form-row.woocommerce-invalid .select2-container a,.woocommerce form .form-row.woocommerce-invalid input.input-text,.woocommerce form .form-row.woocommerce-invalid select{border-color:#a00}
.woocommerce form .form-row.woocommerce-validated .select2-container a,.woocommerce form .form-row.woocommerce-validated input.input-text,.woocommerce form .form-row.woocommerce-validated select{border-color:#69bf29}
.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}
.woocommerce form.checkout_coupon,.woocommerce form.login,.woocommerce form.register{border:1px solid #d3ced2;padding:20px;margin:2em auto;text-align:left;border-radius:5px; width: 100%; max-width: 500px}
.woocommerce ul#shipping_method{list-style:none;margin:0;padding:0}
.woocommerce ul#shipping_method li{margin:0;padding:.25em 0 .25em 22px;text-indent:-22px;list-style:none}
.woocommerce ul#shipping_method .amount{font-weight:700} .woocommerce p.woocommerce-shipping-contents{margin:0}
.woocommerce .order_details{margin:0 0 1.5em;list-style:none}
.woocommerce .order_details:after,.woocommerce .order_details:before{content:" ";display:table}
.woocommerce .order_details li{float:left;margin-right:2em;text-transform:uppercase;font-size:.715em;line-height:1;border-right:1px dashed #d3ced2;padding-right:2em;margin-left:0;padding-left:0}
.woocommerce .order_details li strong{display:block;font-size:1.4em;text-transform:none;line-height:1.5}
.woocommerce .order_details li:last-of-type{border:none}
.woocommerce .widget_layered_nav ul{margin:0;padding:0 0 5px 0; border:0;list-style:none}
.woocommerce .widget_layered_nav ul li{padding:0;margin: 0; list-style:none}
.woocommerce .widget_layered_nav ul li:after,.woocommerce .widget_layered_nav ul li:before{content:" ";display:table}
.woocommerce .widget_layered_nav ul li.chosen a:before,.woocommerce .widget_layered_nav_filters ul li a:before{font-weight:400;line-height:1;content:"?";color:#a00;font-family:WooCommerce;speak:none;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;text-decoration:none}
.woocommerce .widget_layered_nav ul li a,.woocommerce .widget_layered_nav ul li span{}
.woocommerce .widget_layered_nav ul li.chosen a:before{margin-right:.618em}
.woocommerce .widget_layered_nav_filters ul{margin:0;padding:0;border:0;list-style:none;overflow:hidden;zoom:1}
.woocommerce .widget_layered_nav_filters ul li{float:left;padding:0 1px 1px 0;list-style:none}
.woocommerce .widget_layered_nav_filters ul li a{text-decoration:none}
.woocommerce .widget_layered_nav_filters ul li a:before{margin-right:.618em}
.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 .price_slider_amount .button:hover{color:rgba(30,34,72,1); border-color: rgba(254,86,33,1); background-color: rgba(2,168,243,1)}
.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:rgba(204,219,56,1);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:rgba(204,219,56,1)}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{border-radius:1em;background-color:#ececec;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_price_filter .price_label {color: rgba(191,192,199,1);}
.woocommerce-account .addresses .title:after,.woocommerce-account .addresses .title:before{content:" ";display:table}
.woocommerce-account .addresses .title h3{float:left}
.woocommerce-account .addresses .title .edit,.woocommerce-account ul.digital-downloads li .count{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:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"?";text-decoration:none}
.woocommerce-cart table.cart .product-thumbnail{min-width:32px} .woocommerce-cart table.cart img{width:32px;box-shadow:none}
.woocommerce-cart table.cart td,.woocommerce-cart table.cart th{vertical-align:middle}
.woocommerce-cart table.cart td.actions .coupon .input-text{float:left;box-sizing:border-box;border:1px solid #d3ced2;padding:6px 6px 5px;margin:0 4px 0 0;outline:0;line-height:1}
.woocommerce-cart table.cart input{margin:0;vertical-align:middle;line-height:1} .woocommerce-cart .wc-proceed-to-checkout{padding:1em 0}
.woocommerce-cart .wc-proceed-to-checkout:after,.woocommerce-cart .wc-proceed-to-checkout:before{content:" ";display:table}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{display:block;text-align:center;margin-bottom:1em}
.woocommerce-cart .cart-collaterals .shipping_calculator .button{width:100%;float:none;display:block}
.woocommerce-cart .cart-collaterals .shipping_calculator .shipping-calculator-button:after{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-left:.618em;content:"?";text-decoration:none}
.woocommerce-checkout #payment ul.payment_methods li:after,.woocommerce-checkout #payment ul.payment_methods li:before,.woocommerce-checkout #payment ul.payment_methods:after,.woocommerce-checkout #payment ul.payment_methods:before{content:" ";display:table}
.woocommerce-cart .cart-collaterals .cart_totals p small{color:#777;font-size:.83em}
.woocommerce-cart .cart-collaterals .cart_totals table{border-collapse:separate;margin:0 0 6px;padding:0;border-left:0}
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th{border-top:0}
.woocommerce-cart .cart-collaterals .cart_totals table th{width:25%}
.woocommerce-cart .cart-collaterals .cart_totals table td,.woocommerce-cart .cart-collaterals .cart_totals table th{vertical-align:top;border-left:0;border-right:0;line-height:1.5em}
.woocommerce-cart .cart-collaterals .cart_totals table small{color:#777} .woocommerce-cart .cart-collaterals .cart_totals table select{width:100%}
.woocommerce-cart .cart-collaterals .cart_totals .discount td{color:#77a464}
.woocommerce-cart .cart-collaterals .cart_totals tr td,.woocommerce-cart .cart-collaterals .cart_totals tr th{}
.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product{margin-top:0}
.order-total strong{ font-size: 18px; line-height: 34px;}
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address{float:left;clear:none}
.woocommerce-checkout .checkout .col-2 .form-row-first,.woocommerce-checkout .checkout .col-2 .notes{clear:left}
.woocommerce-checkout .checkout .create-account small{font-size:11px;color:#777;font-weight:400}
.woocommerce-checkout .checkout div.shipping-address{padding:0;clear:left;width:100%}
.single-product .twentythirteen p.stars,.woocommerce-checkout #payment ul.payment_methods li:after,.woocommerce-checkout #payment ul.payment_methods:after,.woocommerce-checkout .checkout .shipping_address{clear:both}
.woocommerce-checkout #payment{background-color:rgba(255,255,255,0.1);border-radius:5px;margin-bottom: 80px;}
.woocommerce-checkout #payment ul.payment_methods{text-align:left;padding:1em;border-bottom:1px solid #d3ced2;margin:0;list-style:none}
.woocommerce-checkout #payment ul.payment_methods li{line-height:2;text-align:left;margin:0;font-weight:400}
.woocommerce-checkout #payment ul.payment_methods li input{margin:0 1em 0 0}
.woocommerce-checkout #payment ul.payment_methods li img{vertical-align:middle;margin:-2px 0 0 .5em;padding:0;position:relative;box-shadow:none}
.woocommerce-checkout #payment ul.payment_methods li img+img{margin-left:2px} .woocommerce-checkout #payment div.form-row{padding:1em}
.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:#dfdcde;color:#515151}
.woocommerce-checkout #payment div.payment_box input.input-text,.woocommerce-checkout #payment div.payment_box textarea{border-color:#bbb3b9 #c7c1c6 #c7c1c6}
.woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder{color:#bbb3b9}
.woocommerce-checkout #payment div.payment_box :-moz-placeholder{color:#bbb3b9}
.woocommerce-checkout #payment div.payment_box :-ms-input-placeholder{color:#bbb3b9}
.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}
.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(../images/icons/credit-cards/visa.png)}
.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(../images/icons/credit-cards/mastercard.png)}
.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(../images/icons/credit-cards/laser.png)}
.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(../images/icons/credit-cards/diners.png)}
.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(../images/icons/credit-cards/maestro.png)}
.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(../images/icons/credit-cards/jcb.png)}
.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(../images/icons/credit-cards/amex.png)}
.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(../images/icons/credit-cards/discover.png)}
.woocommerce-checkout #payment div.payment_box span.help{font-size:.857em;color:#777;font-weight:400}
.woocommerce-checkout #payment div.payment_box .form-row{margin:0 0 1em}
.woocommerce-checkout #payment div.payment_box p:last-child{margin-bottom:0}
.woocommerce-checkout #payment div.payment_box:before{content:"";display:block;border:1em solid #dfdcde;border-right-color:transparent;border-left-color:transparent;border-top-color:transparent;position:absolute;top:-.75em;left:0;margin:-1em 0 0 2em}
.woocommerce-checkout #payment .payment_method_paypal .about_paypal{float:right;line-height:52px;font-size:.83em}
.woocommerce-checkout #payment .payment_method_paypal img{max-height:52px;vertical-align:middle}
#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}
.twentythirteen .woocommerce-breadcrumb{padding-top:40px}
.twentyfourteen ul.products li.product{margin-top:0!important}

=======
>>>>>>> fce6e489fe8d2f7c530f1cde35cdda355ecc3ba1
/* Small Screen */

@media screen and (max-width: 768px) {
    .woocommerce table.shop_table,
    .woocommerce .cart-collaterals,
    .woocommerce-page .cart-collaterals {
        width: 100%;
        float: none;
        margin-bottom: 30px
    }
    .woocommerce table.shop_table_responsive tbody th,
    .woocommerce table.shop_table_responsive thead,
    .woocommerce-page table.shop_table_responsive tbody th,
    .woocommerce-page table.shop_table_responsive thead {
        display: none
    }
    .woocommerce table.shop_table_responsive tbody tr:first-child td:first-child,
    .woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child {
        border-top: 0
    }
    .woocommerce table.shop_table_responsive tr,
    .woocommerce table.shop_table_responsive tr td,
    .woocommerce-page table.shop_table_responsive tr,
    .woocommerce-page table.shop_table_responsive tr td {
        display: block
    }
    .woocommerce #content table.cart .product-thumbnail,
    .woocommerce table.cart .product-thumbnail,
    .woocommerce table.my_account_orders tr td.order-actions:before,
    .woocommerce-page #content table.cart .product-thumbnail,
    .woocommerce-page table.cart .product-thumbnail,
    .woocommerce-page table.my_account_orders tr td.order-actions:before {
        display: none
    }
    .woocommerce table.shop_table_responsive tr td:before,
    .woocommerce-page table.shop_table_responsive tr td:before {
        content: attr(data-title) ": ";
        font-weight: 700
    }
    .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
    .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background-color: rgba(0, 0, 0, .025)
    }
    .woocommerce table.my_account_orders tr td.order-actions,
    .woocommerce-page table.my_account_orders tr td.order-actions {
        text-align: left
    }
    .woocommerce table.my_account_orders tr td.order-actions .button,
    .woocommerce-page table.my_account_orders tr td.order-actions .button {
        float: none;
        margin: .125em .25em .125em 0
    }
    .woocommerce .col2-set .col-1,
    .woocommerce .col2-set .col-2,
    .woocommerce-page .col2-set .col-1,
    .woocommerce-page .col2-set .col-2 {
        float: none;
        width: 100%
    }
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 48%;
        float: left;
        clear: both;
        margin: 0 0 2.992em
    }
    .woocommerce ul.products li.product:nth-child(2n),
    .woocommerce-page ul.products li.product:nth-child(2n) {
        float: right;
        clear: none !important
    }
    .woocommerce #content div.product div.images,
    .woocommerce #content div.product div.summary,
    .woocommerce div.product div.images,
    .woocommerce div.product div.summary,
    .woocommerce-page #content div.product div.images,
    .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.images,
    .woocommerce-page div.product div.summary {
        float: none;
        width: 100%
    }
    .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: left
    }
    .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: none;
        padding-bottom: .5em
    }
    .woocommerce #content table.cart td.actions .coupon:after,
    .woocommerce #content table.cart td.actions .coupon:before,
    .woocommerce table.cart td.actions .coupon:after,
    .woocommerce table.cart td.actions .coupon:before,
    .woocommerce-page #content table.cart td.actions .coupon:after,
    .woocommerce-page #content table.cart td.actions .coupon:before,
    .woocommerce-page table.cart td.actions .coupon:after,
    .woocommerce-page table.cart td.actions .coupon:before {
        content: " ";
        display: table
    }
    .woocommerce #content table.cart td.actions .coupon:after,
    .woocommerce table.cart td.actions .coupon:after,
    .woocommerce-page #content table.cart td.actions .coupon:after,
    .woocommerce-page table.cart td.actions .coupon:after {
        clear: both
    }
    .woocommerce #content table.cart td.actions .button,
    .woocommerce #content table.cart td.actions .input-text,
    .woocommerce #content table.cart td.actions input,
    .woocommerce table.cart td.actions .button,
    .woocommerce table.cart td.actions .input-text,
    .woocommerce table.cart td.actions input,
    .woocommerce-page #content table.cart td.actions .button,
    .woocommerce-page #content table.cart td.actions .input-text,
    .woocommerce-page #content table.cart td.actions input,
    .woocommerce-page table.cart td.actions .button,
    .woocommerce-page table.cart td.actions .input-text,
    .woocommerce-page table.cart td.actions input {
        width: 48%;
        box-sizing: border-box
    }
    .woocommerce #content table.cart td.actions .button.alt,
    .woocommerce #content table.cart td.actions .input-text + .button,
    .woocommerce table.cart td.actions .button.alt,
    .woocommerce table.cart td.actions .input-text + .button,
    .woocommerce-page #content table.cart td.actions .button.alt,
    .woocommerce-page #content table.cart td.actions .input-text + .button,
    .woocommerce-page table.cart td.actions .button.alt,
    .woocommerce-page table.cart td.actions .input-text + .button {
        float: right
    }
    .woocommerce .cart-collaterals .cart_totals,
    .woocommerce .cart-collaterals .cross-sells,
    .woocommerce .cart-collaterals .shipping_calculator,
    .woocommerce-page .cart-collaterals .cart_totals,
    .woocommerce-page .cart-collaterals .cross-sells,
    .woocommerce-page .cart-collaterals .shipping_calculator {
        width: 100%;
        float: none;
        text-align: left
    }
    .woocommerce-page.woocommerce-checkout form.login .form-row,
    .woocommerce.woocommerce-checkout form.login .form-row {
        width: 100%;
        float: none
    }
    .woocommerce #payment .terms,
    .woocommerce-page #payment .terms {
        text-align: left;
        padding: 0
    }
    .woocommerce #payment #place_order,
    .woocommerce-page #payment #place_order {
        float: none;
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 1em
    }
    .woocommerce .lost_reset_password .form-row-first,
    .woocommerce .lost_reset_password .form-row-last,
    .woocommerce-page .lost_reset_password .form-row-first,
    .woocommerce-page .lost_reset_password .form-row-last {
        width: 100%;
        float: none;
        margin-right: 0
    }
    .single-product .twentythirteen .panel {
        padding-left: 20px !important;
        padding-right: 20px !important
    }
    .woocommerce ul.products .related li.product,
    .woocommerce-page .related .products li.product {
        width: 50%;
    }
}
/* =========================================
10. WordPress Styles
*/

.page-header {
    padding-bottom: 9px;
    margin: 0 0 20px;
    border-bottom: 0;
}
/**
 * Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font: normal 16px/1 Genericons;
    vertical-align: text-bottom;
}
.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
    content: "";
    display: table;
}
/*
 * Responsive images
 * Fluid images for posts, comments, and widgets
 */

.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
    max-width: 100%
}
.recent-posts-extended img {
    margin-right: 15px;
}
/* Make sure images with WordPress-added height and width attributes are scaled correctly. */

.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
}
img.size-full,
img.size-large,
img.wp-post-image {
    height: auto;
    max-width: 100%!important;
}
/* Make sure videos and embeds fit their containers. */

embed,
iframe,
object,
video {
    max-width: 100%;
}
/* Override the Twitter embed fixed width. */

.entry-content .twitter-tweet-rendered {
    max-width: 100% !important;
}
/* Images */

.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
figure.wp-caption.alignleft,
img.alignleft {
    margin: 5px 30px 5px 0;
}
.wp-caption.alignleft {
    margin: 5px 10px 5px 0;
}
figure.wp-caption.alignright,
img.alignright {
    margin: 5px 0 5px 30px;
}
.wp-caption.alignright {
    margin: 5px 0 5px 10px;
}
img.aligncenter {
    margin: 5px auto;
}
img.alignnone {
    margin: 5px 0;
}
.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
    color: #ffffff;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    margin: 0;
    padding: 15px 20px 10px 20px;
}
div.wp-caption.alignright img[class*="wp-image-"] {
    float: right;
}
div.wp-caption.alignright .wp-caption-text {
    padding-left: 10px;
}
img.wp-smiley,
.rsswidget img {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
    list-style-position: inside;
}
/**
 * Entry Meta
 * ----------------------------------------------------------------------------
 */

.entry-meta > span:last-child {
    margin-right: 0;
}
/* Mediaelements */

.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
    background-color: rgba(2,168,243,1);
}
.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    background-color: #0073aa;
}
.hentry .mejs-controls .mejs-time-rail .mejs-time-current {} .hentry .mejs-controls .mejs-time-rail .mejs-time-total,
                                                             .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
                                                                 background-color: #fff;
                                                             }
.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    border-radius: 0;
}
/**
 * Galleries
 * ----------------------------------------------------------------------------
 */

.gallery {
    margin-bottom: 20px;
    margin-left: -4px;
}
.gallery-item {
    float: left;
    margin: 0 4px 4px 0;
    overflow: hidden;
    position: relative;
}
.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
    display: table;
    margin: 0 auto 20px;
}
.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
    text-align: center;
}
.gallery-columns-2 .gallery-item {
    max-width: 47%;
    max-width: -webkit-calc(50% - 4px);
    max-width: calc(50% - 4px);
}
.gallery-columns-3 .gallery-item {
    max-width: 31%;
    max-width: -webkit-calc(33% - 4px);
    max-width: calc(33% - 4px);
}
.gallery-columns-4 .gallery-item {
    max-width: 23%;
    max-width: -webkit-calc(25% - 4px);
    max-width: calc(25% - 4px);
}
.gallery-columns-5 .gallery-item {
    max-width: 19%;
    max-width: -webkit-calc(20% - 4px);
    max-width: calc(20% - 4px);
}
.gallery-columns-6 .gallery-item {
    max-width: 15%;
    max-width: -webkit-calc(16.7% - 4px);
    max-width: calc(16.7% - 4px);
}
.gallery-columns-7 .gallery-item {
    max-width: 13%;
    max-width: -webkit-calc(14.28% - 4px);
    max-width: calc(14.28% - 4px);
}
.gallery-columns-8 .gallery-item {
    max-width: 11%;
    max-width: -webkit-calc(12.5% - 4px);
    max-width: calc(12.5% - 4px);
}
.gallery-columns-9 .gallery-item {
    max-width: 9%;
    max-width: -webkit-calc(11.1% - 4px);
    max-width: calc(11.1% - 4px);
}
.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
    margin-right: 0;
}
.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
    clear: left;
}
.gallery-caption {
    background-color: rgba(91, 94, 122, 1);
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
    margin: 0;
    max-height: 50%;
    opacity: 0;
    filter: alpha(opacity=0);
    padding: 8px 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    -webkit-transition: opacity 430ms ease;
    transition: opacity 430ms ease;
    width: 100%;
    font-style: normal
}
.gallery-caption:before {
    box-shadow: none;
    content: "";
    height: 100%;
    min-height: 49px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.gallery-item:hover .gallery-caption {
    opacity: 1;
    filter: alpha(opacity=100);
}
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}
/**
 * Post Formats
 * ----------------------------------------------------------------------------
 */
/* Audio */

.format-audio .entry-content:before {} .format-audio .audio-content {
                                           background: url(../images/dotted-line.png) repeat-y left top;
                                           background-size: 4px 4px;
                                           float: right;
                                           padding-left: 35px;
                                           width: 80%;
                                           width: -webkit-calc(100% - 85px);
                                           width: calc(100% - 85px);
                                           min-height: 74px;
                                           padding-top: 20px
                                       }
.format-audio audio {
    max-width: 100% !important;
    /* Avoid player width overflow. */
}
/* Quote */

.format-quote blockquote:before {}
/**
 * Attachments
 * ----------------------------------------------------------------------------
 */

.attachment .hentry {
    margin: 0;
    padding: 0;
}
.attachment .entry-header {
    margin-bottom: 0;
    max-width: 1040px;
    padding: 30px 0;
}
.attachment .entry-title {} .attachment .entry-title:before {} .attachment .entry-meta {
                                                                   clear: none;
                                                                   color: inherit;
                                                                   padding: 9px 0 0;
                                                                   text-align: center;
                                                               }
.hentry.attachment:not(.image-attachment) .entry-meta {
    max-width: 104px;
}
.attachment footer.entry-meta {
    display: none;
}
.attachment-meta:before {
    content: "\f307";
}
.full-size-link a:before {
    content: "\f402";
}
.full-size-link:before {
    content: none;
}
.attachment .entry-meta a,
.attachment .entry-meta .edit-link:before,
.attachment .full-size-link:before {} .attachment .entry-content {
                                          max-width: 100%;
                                          padding: 40px 0;
                                      }
.image-navigation {
    margin: 30px auto;
    position: relative;
}
.image-navigation a:hover {
    text-decoration: none;
}
.image-navigation .nav-previous,
.image-navigation .nav-next {} .image-navigation .nav-previous {
                                   float: left;
                               }
.image-navigation .nav-next {
    float: right;
}
.image-navigation .meta-nav {
    font-size: 18px;
    font-weight: 300;
    vertical-align: -1px;
}
.attachment .entry-attachment,
.attachment .type-attachment p {
    margin: 0 auto;
    max-width: 724px;
    text-align: center;
}
.attachment .entry-attachment .attachment {
    display: inline-block;
}
.attachment .entry-caption p:last-child,
.attachment .entry-description p:last-child {
    margin: 0;
}
.attachment .site-main .sidebar-container {
    display: none;
}
.attachment .entry-content .mejs-audio {
    max-width: 400px;
    margin: 0 auto;
}
.attachment .entry-content .wp-video {
    margin: 0 auto;
}
.attachment .entry-content .mejs-container {
    margin-bottom: 24px;
}
.attachment-meta.full-size-link {
    display: block;
    margin: 5px auto
}
/* =========================================
11. Visual Composer Styles
*/

.wpb_content_element {
    max-width: 100%
}
.upb_row_bg.vcpb-default {
    background-size: auto
}
/* Save fot IE 11, cause Ultimate Addodn dont display background-size to IE 11 */

.aio-icon.socialhover:hover {
    color: rgba(2,168,243,1) !important
}
.f_widgets .default-icon .aio-icon-default,
.f_widgets .default-icon .aio-icon-header {
    display: inline-block
}
.f_widgets .aio-icon-box.default-icon {
    text-align: center
}
.contacticons .uavc-list li {
    margin-bottom: 30px !important;
}
.uavc-list-icon {
    display: inline-block
}
.uavc-list {
    list-style: none;
    margin-left: 0
}
.background-box .vc_column-inner {
    position: relative;
}
.background-box .vc_column-inner:before {
    content: " ";
    position: absolute;
    width: 1000px;
    height: 100%;
    left: 100%;
    top: 0;
    background-color: inherit;
    display: block;
}
.wpb_row.somefacts,
.wpb_row.whyusm,
.wpb_row.nobtnmrg {
    margin-bottom: 0
}
.smile_icon_list_wrap h3 {
    text-align: left;
    margin: 20px 0 20px 0 !important
}
.vc_btn3.vc_btn3-block {
    display: block !important;
    width: 100% !important;
    text-align: inherit !important;
}
.strip_highlight_text span {
    margin-bottom: 50px;
    padding-bottom: 20px;
}
.comingsoon h2 {
    font-weight: 400
}
.comingsoon h2:after {
    content: none
}
.comingsooncounter .ult_countdown-section .ult_countdown-period {
    text-transform: uppercase;
    text-align: left;
}
.comingsooncounter .ult_countdown-section .ult_countdown-amount {
    position: relative;
    margin-right: 70px;
}
.comingsooncounter .ult_countdown-section .ult_countdown-amount:after {
    content: " ";
    background-color: #949596;
    margin: 0 0 0 30px;
    display: block;
    width: 1px;
    height: 30px;
    position: absolute;
    top: 30px;
    right: -50px
}
.comingsooncounter .ult_countdown-section .ult_countdown-period {} .comingsooncounter .ult_countdown-section:last-child .ult_countdown-amount:after {
                                                                       content: none;
                                                                   }
.comingsooncounter .ult_countdown-amount {
    padding: 10px;
    text-align: left;
}
.ult_countdown-period {
    text-transform: uppercase
}
.comingsooncounter .ult_countdown,
.wpb_row .wpb_column .wpb_wrapper .ult_countdown {
    float: none !important
}
/* toggles */

.faq_toggle .vc_toggle_title {
    padding: 10px 25px !important;
    color: #FFF;
    background-color: rgba(2,168,243,1);
    border-radius: 20px
}
.faq_toggle .vc_toggle_content {
    color: #FFF !important
}
.faq_toggle .vc_toggle_title h4 {
    color: #FFF
}
.faq_toggle .vc_toggle_icon {
    color: #FFF
}
.vc_toggle_content {
    padding-left: 20px !important;
    padding-right: 20px !important
}
.faq_toggle_classic {} .vc_toggle_title p,
                       .vc_toggle_content p {
                           margin-bottom: 16px
                       }
.vc_toggle_content p {
    margin-left: 12px;
}
/* Iconboxes  */

.sec_icon_1 {
    -webkit-transition: all 430ms;
    transition: all 430ms;
}
.sec_icon_1 .aio-icon {
    position: relative;
}
.sec_icon_1 .aio-icon:before {
    content: "";
    display: block;
    border-style: solid;
    border-color: rgba(91, 94, 122, 1);
    border-width: 1px;
    height: 90px;
    position: absolute;
    width: 90px;
    border-radius: 100px;
    margin: 11px;
}
.sec_icon_1 {}
/* Gallery */

.vc_image_gallery {} .vc_image_gallery .flex-control-paging {} .wpb_gallery .wpb_flexslider .flex-control-nav {
                                                                   bottom: -60px !important;
                                                               }
.flex-control-paging li a {
    display: block;
    background-color: #eae8e8 !important;
    -webkit-transition: all 600ms;
    transition: all 600ms;
    box-shadow: none !important
}
.flex-control-paging li a.flex-active,
.vc_pagination-color-grey.vc_pagination-style-outline .vc_active .vc_pagination-trigger,
.vc_pagination-color-grey.vc_pagination-style-outline .vc_pagination-trigger:hover,
.vc_pagination.vc_pagination-style-flat .vc_active .vc_pagination-trigger,
.vc_pagination.vc_pagination-style-flat .vc_pagination-trigger:hover {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5)
}
.flex-control-paging li a.flex-active,
.flex-control-paging li a:hover,
.vc_pagination.vc_pagination-style-flat .vc_active .vc_pagination-trigger,
.vc_pagination.vc_pagination-style-flat .vc_pagination-trigger:hover,
.vc_pagination-color-grey.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
    background-color: rgba(204,219,56,1) !important;
}
.vc_images_carousel .vc_carousel-indicators {
    bottom: -35px !important;
}
.vc_images_carousel .vc_carousel-control .icon-prev,
.vc_images_carousel .vc_carousel-control .icon-next {
    font-size: 80px !important;
}
/* =========================================
12. Animation
*/

.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;
}
@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}
@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* =========================================
13. Responsive
*/

@media screen and (max-width: 1200px) {
    .mainbox {
        max-width: 100%;
    }
    .container {
        width: 1170px;
    }
}
@media screen and (max-width: 1100px) {
    .container {
        width: 1070px;
    }
}
@media screen and (max-width: 1024px) {
    .container {
        width: 980px;
        max-width: 100%;
    }
    .post.sell_portf .entry-thumbnail img {
        height: auto;
    }
    .col2.sell_portf .pbody {
        height: auto;
    }
    .col2.post.sell_portf .entry-thumbnail {
        height: auto;
    }
    .sell_portf .entry-content {
        margin-bottom: 0
    }
    .related .rblock .thumb {
        padding: 0;
        margin: 0;
        text-align: center;
        position: relative;
        max-height: 137px;
    }
    .blogsidebarpage .related .rblock .thumb {
        max-height: 97px;
    }
    .blogsidebarspage .related .rblock .thumb {
        max-height: 188px;
    }
    .wpb_wrapper .green-per,
    .blue-per,
    .red-per {
        position: relative;
        top: 200px!important
    }
}
@media screen and (max-width: 992px) {
    .container {
        width: 940px;
    }
    .sell_topbar p,
    .social ul {
        text-align: center !important;
    }
    .sell_topbar .cdata p {
        text-align: left !important;
    }
    .social ul {
        text-align: center;
        padding: 5px 0 5px 0
    }
    .widget img {
        max-width: 50%
    }
    .widget .footer-list .post-content img {
        max-width: 100%!important
    }
    .navbar-nav>li.li-search {
        margin-top: 10px;
    }
    .navbar-nav>li.li-search a {
        border-left: 0;
    }
    .sub-menu {
        position: relative;
        float: none;
        padding: 0;
    }
    .shortheader4 .phone-head,
    .shortheader4 .burger {
        text-align: center
    }
    .wpcf7-form-control-wrap {
        margin-bottom: 0;
        display: block;
    }
    .sub-menu > li > ul {
        position: relative;
        left: 0;
    }
    .menuover #responsive-menu {
        background-color: #57585b;
        z-index: 9999;
        padding-top: 10px;
        padding-bottom: 20px;
    }
    ul.related {
        margin-bottom: 0
    }
    .related .rblock:nth-child(even) {} .blogsidebarspage .related .rblock {
                                            width: 100%;
                                            margin-right: 0
                                        }
    .navbar-nav>li.cart,
    .navbar-nav>li.li-search {
        float: left;
        margin-top: 0;
        padding: 10px 0 0 0;
        outline: none;
        margin-bottom: 0;
    }
    .menuover .sell_menuline {
        top: 70px;
    }
    .navbar-nav>li>a.open-search {
        height: 54px;
    }
    .menu-container li.search-item-nav {
        margin-top: 0
    }
    .menu-container li.search-item-nav {
        bottom: -20px;
    }
    .nav-links a {
        width: 100%;
        margin-bottom: 40px !important;
        float: none
    }
    .nav-links .nav-previous,
    .nav-links .nav-next,
    .nav-links > a {
        width: 100%;
        max-width: 100%;
    }
    .blogsidebarspage .related .rblock {
        width: 100%;
        margin-right: 0
    }
    .nav-wrap {padding-top: 11px}
    .shortheader1.head_line .nav-wrap {padding-top: 17px}
}
@media screen and (max-width: 960px) {
    .team-slide .team-item:nth-child(odd) {
        clear: both
    }
    .team-slide .team-item:first-child {
        clear: none;
        float: left
    }
    .meta,
    section.meta h4 {
        text-align: center
    }
    .bordered {
        margin: 25px auto;
    }
    .woocommerce .cart-collaterals,
    .woocommerce-page .cart-collaterals {
        float: none;
        width: 100%;
        margin-bottom: 80px;
        clear: both;
    }
    .woocommerce table.shop_table.cart {
        width: 100%;
        float: none;
    }
    .team-slide .team-item:nth-child(3n+1) {
        clear: none;
    }
    .post .entry-thumbnail,
    .search-results article .entry-thumbnail {
        width: 440px;
        height: 220px;
        float: left;
    }
    .entry-thumbnail + .c_block {
        margin-left: 480px;
    }
    .blogsidebarspage .entry-thumbnail + .c_block {
        margin-left: 0
    }
    .blog2columnpage .entry-thumbnail + .c_block {
        margin-left: 30px;
    }
    .blog3columnpage .entry-thumbnail + .c_block {
        margin-left: 30px;
    }
    .c_block .entry-content p {
        margin: 0 40px 0 0;
        max-height: 50px;
        overflow: hidden;
    }
    .post,
    .search-results article {
        min-height: 220px;
    }
    .blog2columnpage .post,
    .blog2columnpage .search-results article {
        padding-bottom: 40px;
    }
    .blog3columnpage .post,
    .blog3columnpage .search-results article {
        padding-bottom: 40px;
    }
    .digital-format article,
    .digital-format {
        padding-right: 0;
    }
    .sell_portf .pbody {
        height: 220px;
    }
    .digital-format:nth-child(even) {
        padding-left: 0
    }
    .digital-format:nth-child(odd) {
        padding-right: 0;
    }
    .threecol .sell_services:nth-child(3n+1) {
        clear: none;
    }
    .threecol .sell_services:nth-child(2n+1) {
        clear: both;
    }
    .related .rblock .thumb {
        padding: 0;
        margin: 0;
        text-align: center;
        position: relative;
        max-height: 131px;
    }
    .blogsidebarpage .related .rblock .thumb {
        max-height: 80px;
    }
    .blogsidebarspage .related .rblock .thumb {
        max-height: 256px;
    }
    #allTab .controls button.prev {
        left: 0
    }
    #allTab .controls button.next {
        right: 0
    }
}
@media screen and (max-width: 940px) {
    .container {
        width: 890px;
    }
    .transparent [id*="layerslider_"],
    .transparent [id*="layerslider_"] .ls-inner,
    .transparent [id*="layerslider_"] .ls-inner .ls-slide,
    .transparent [id*="layerslider_"] .ls-inner .ls-slide .ls-bg {
        min-height: 300px !important;
    }
}
@media screen and (max-width: 890px) {
    .container {
        width: 840px;
    }
    .more-link {
        font-size: 16px
    }
    .wpb_wrapper .green-per,
    .blue-per,
    .red-per {
        position: relative;
        top: 0px!important
    }
}
@media screen and (max-width: 840px) {
    .container {
        width: 800px;
    }
}
@media screen and (max-width: 810px) {
    .container {
        width: 780px;
    }
}
@media screen and (max-width: 769px) {
    .team-slide .photo img {
        width: 100%;
        height: 100%;
    }
    .container {
        width: 740px;
        max-width: 94%
    }
    .top .col-xs-12 {
        text-align: center;
    }
    .related .rblock {
        margin: 0 0 20px 0;
        width: 100%;
        overflow: hidden;
    }
    .related .rblock img {
        margin: 0;
        max-width: 100%;
    }
    .related .rblock:nth-child(even) {
        margin-right: 0
    }
    .related .rblock {
        float: none;
        display: inline-block
    }
    .related .rblock:hover .vanish {
        padding-top: 90px;
    }
    .serviceslistmain .slist:nth-child(odd) {} .serviceslistmain .slist:nth-child(even) {} #respond form {
                                                                                               width: 100%;
                                                                                               margin: 0 auto
                                                                                           }
    .bordered {
        margin: 25px auto;
    }
    .blog2columnpage .post {
        float: none;
        width: 100%;
        margin-right: 0
    }
    .blog3columnpage .post {
        float: none;
        width: 100%;
        margin-right: 0
    }
    .post,
    .search-results article {
        padding-bottom: 40px;
    }
    .post .entry-thumbnail,
    .search-results article .entry-thumbnail {
        width: 100%;
        height: auto;
        float: none;
    }
    .entry-thumbnail + .c_block {
        margin-left: 30px;
    }
    .c_block .entry-content p {
        margin: 0 40px 0 0;
        max-height: 50px;
        overflow: hidden;
    }
    .post,
    .search-results article {
        min-height: 220px;
    }

    #team-index .slick-prev,
    #teamsecond .slick-prev {
        left: 39%;
    }
    #team-index .slick-next,
    #teamsecond .slick-next {
        right: 39%;
    }
    .testimonials_box_four .item {
        padding-left: 110px;
    }
    .sell_portf .pbody {
        height: auto;
    }
    .post.sell_portf {
        padding-bottom: 0
    }
    .post.sell_portf .entry-thumbnail img {
        width: 100%;
    }
    .e404 .wrapper {
        right: 15px;
    }
    .e404 .big {
        font-size: 160px;
    }
    .related .rblock .thumb {
        padding: 0;
        margin: 0;
        text-align: center;
        position: relative;
        max-height: 320px;
    }
    .blogsidebarpage .related .rblock .thumb {
        max-height: 195px;
    }
    .blogsidebarspage .related .rblock .thumb {
        max-height: 184px;
    }
    .semibordery:before {
        width: 33%;
    }
    .semiborderb:before {
        width: 31%;
    }
    h1 {
        font-size: 38px!important
    }
    h2 {
        font-size: 32px!important
    }
    h3 {
        font-size: 30px!important
    }
    h4 {
        font-size: 25px!important
    }
    .vc_tta.vc_general .vc_tta-icon {
        font-size: 20px!important
    }
    #scroller {
        bottom: 10px;
        right: 10px;
    }
}
@media screen and (max-width: 690px) {
    .container {
        width: 660px;
        max-width: 94%
    }
}
@media screen and (max-width: 640px) {
    .container {
        width: 610px;
        max-width: 94%
    }
    #team-index .slick-prev,
    #teamsecond .slick-prev {
        left: 36%;
    }
    #team-index .slick-next,
    #teamsecond .slick-next {
        right: 36%;
    }
    #team-index .item span {
        margin: 10px 0 10px;
    }
    #team-index .item strong {
        padding-top: 30px;
    }
    #allTab .tab-content p {
        padding-left: 10px!important;
        padding-right: 10px!important
    }
    #allTab .nav-pills {
        max-width: 80%;
        display: block
    }
}
@media screen and (max-width: 600px) {
    .container {
        width: 570px;
        max-width: 94%
    }
    .related .rblock {
        margin: 0 0 20px 0;
        width: 100%;
    }
    .e404 .block {
        width: 100%;
    }
    .related .rblock .thumb {
        padding: 0;
        margin: 0;
        text-align: center;
        position: relative;
        max-height: 240px;
    }
    .blogsidebarpage .related .rblock .thumb {
        max-height: 235px;
    }
    .blogsidebarspage .related .rblock .thumb {
        max-height: 225px;
    }
    .comment-list li .reply {
        float: none;
    }
    .comment-list > li > ol {
        padding-left: 35px
    }

    #teamthird .slick-next {
        right: 0px
    }
    #teamthird .slick-prev {
        left: 0px
    }
    .nav-pills {
        text-align: center;
    }
    .nav-pills > li {
        float: none;
        display: inline-block;
    }
    .nav-pills > li > a {
        display: inline-block;
        padding: 0px 5px;
    }
}
@media screen and (max-width: 540px) {
    .container {
        width: 510px;
        max-width: 94%
    }
    #team-index .item img {
        float: none;
        margin: 0 auto 0 auto;
        width: 100%;
    }
    .catteam #team-index .item {
        padding: 0 0 20px 0;
    }
    #team-index .item {
        padding: 0 0 35px 0;
        height: auto;
        margin: 0;
    }
    #team-index .slick-prev,
    #teamsecond .slick-prev {
        left: 20%;
    }
    #team-index .slick-next,
    #teamsecond .slick-next {
        right: 20%;
    }
    #team-index .item .teamprphoto {
        float: none;
        margin: 0;
        width: 100%;
    }
    #team-index strong,
    #team-index .desrdivider {
        margin-left: 20px;
        margin-right: 20px
    }
    #team-index .teammate {
        margin-left: 20px;
        margin-right: 20px
    }
    a.btn,
    span.btn,
    button.btn,
    div.btn a,
    div.rev-btn.btn,
    div.btn button,
    main input[type=submit],
    main input[type=reset],
    main input[type=button] {} #team-index .item span {
                                   margin-left: 20px;
                                   margin-right: 20px;
                               }
    #team-index .item p {
        margin-left: 20px;
        margin-right: 20px;
    }
    #team-index .item .contact-list {
        margin-left: 0!important;
        padding-left: 0!important
    }
}
@media screen and (max-width: 520px) {
    .container {
        width: 490px;
        max-width: 94%
    }
    .digital-format .c_block {
        margin-left: 40px;
        clear: both;
    }
    .digital-format .post .entry-thumbnail {
        width: 100%;
        margin: 0;
        float: none;
        height: auto;
    }
    .digital-format article {
        height: auto;
    }
    .digital-format .post,
    .digital-format .search-results article {
        margin-bottom: 0;
    }
    #digitalti.layout3 .slick-next:before {
        right: 40px;
    }
    #digitalti.layout3 .slick-prev:before {
        left: 40px;
    }
    #team-index .item span {
        margin: 10px 20px;
    }
    .digital-format .entry-thumbnail + .c_block {
        margin-left: 40px;
    }
    .col2.sell_portf {
        padding: 0 0;
    }
    .comment-metadata,
    .comment-metadata a {
        display: none
    }
    .page-content .search-form label {
        width: 100%;
    }
    .e404 .search-form label,
    .e404 .search-form input[type=submit] {
        width: 100%;
    }
    .e404 .big {
        font-size: 150px;
        line-height: 150px;
    }
    .e404 .wrapper {
        right: -10px;
    }
    .e404 .search-form label:before {
        top: 82%;
        right: 90%
    }
}
@media screen and (max-width: 480px) {
    .container {
        width: 440px;
        max-width: 94%
    }
    .menuover .navbar-nav>li.li-search {
        margin-bottom: 0
    }
    .minimized .phone-head {
        padding: 0;
        margin-bottom: 0 !important;
    }
    .minimized .phone-head p {
        margin-bottom: 5px
    }
    .minimized .phone-head span {
        margin-right: 5px;
    }
    .minimized .h3bar {
        padding-top: 5px;
    }
    .minimized .logo img {
        max-width: 100%
    }
    .menu-container .phone-head,
    .menu-container .phone-head span {
        font-size: 26px;
        margin-bottom: 10px !important;
    }
    .menu-container .margin74 {
        margin-bottom: 30px;
    }
    .menu-container .navbar-nav li.cart .count {
        padding: 2px 3px;
        font-size: 14px;
        height: 26px;
        width: 26px
    }
    .menu-container .navbar-nav>li>a.open-search {
        padding: 21px 15px 15px 15px;
    }
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 100%;
        float: none;
    }
    .woocommerce input[type=button].button,
    main .woocommerce input[type=button].button,
    .woocommerce input[type=submit].button,
    main .woocommerce input[type=submit].button {
        padding: 12px 5px !important
    }
    .woocommerce #content table.cart td.actions .button,
    .woocommerce #content table.cart td.actions .input-text,
    .woocommerce #content table.cart td.actions input,
    .woocommerce table.cart td.actions .button,
    .woocommerce table.cart td.actions .input-text,
    .woocommerce table.cart td.actions input,
    .woocommerce-page #content table.cart td.actions .button,
    .woocommerce-page #content table.cart td.actions .input-text,
    .woocommerce-page #content table.cart td.actions input,
    .woocommerce-page table.cart td.actions .button,
    .woocommerce-page table.cart td.actions .input-text,
    .woocommerce-page table.cart td.actions input {
        width: 100%;
        margin: 5px auto;
    }
    .error404 .search-form input[type=search] {
        margin-bottom: 25px
    }
    .testimonialsarchive .testimonial {
        width: 100%;
        margin-right: 0;
        float: none;
    }
    .logo {
        width: 70%;
    }
    .rev_slider .darkform h3 {
        font-size: 20px !important;
        margin: 0 -30px 30px -30px !important;
    }
    .bgrsd {} .navbar-nav li a.btn {
                  padding: 7px 15px !important
              }
    .menu-container {
        width: 100%;
    }
    .related .rblock .thumb {
        padding: 0;
        margin: 0;
        text-align: center;
        position: relative;
        max-height: 173px;
    }
    .blogsidebarpage .related .rblock .thumb {
        max-height: 160px;
    }
    .blogsidebarspage .related .rblock .thumb {
        max-height: 148px;
    }
    .e404 .big {
        font-size: 100px
    }
    .more-link {
        font-size: 14px
    }
    .widget-block {
        float: none!important;
    }
    #teamthird .slick-next {
        right: -30px
    }
    #teamthird .slick-prev {
        left: -30px
    }
}
@media screen and (max-width: 420px) {
    .container {
        width: 380px;
        max-width: 94%
    }
}
@media screen and (max-width: 400px) {
    .container {
        width: 360px;
        max-width: 94%
    }
}
@media screen and (max-width: 360px) {} @media screen and (max-width: 320px) {
    .container {
        width: 280px;
        max-width: 94%
    }
}