/*
[ 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: 18px; line-height:1.8em; color: #231f20; font-weight: 300; background-color: rgba(255,255,255,1); margin: 0; 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; color: #231f20; font-weight: 700; font-size: 60px; line-height: 75px; text-transform: uppercase; text-align: center; margin:0 0 30px 0;}
h2 {font-family: Roboto; color: #231f20; font-weight: 700; font-size: 36px; line-height: 40px; text-transform: uppercase; text-align: center; margin-bottom:30px;}
h3 {font-family: Roboto; color: #231f20; font-weight: 700; font-size: 30px; line-height: 42px; text-transform: uppercase; text-align: center; margin-bottom:25px;}
h4 {font-family: Roboto; color: #231f20; font-weight: 700; font-size: 27px; line-height: 35px; text-transform: uppercase; text-align: center; margin-bottom:25px;}
h5 {font-family: Roboto; color: #231f20; font-weight: 400; font-size: 22px; line-height: 32px; text-transform: uppercase; text-align: center; margin-bottom:25px;}
h6 {font-family: Roboto; color: #231f20; font-weight: 400; font-size: 17px; line-height: 27px; text-transform: uppercase; text-align: center; margin-bottom:25px;}
h1 span{font-weight: 300;}
h2 span{font-weight: 300;}

.rapair-cases {border: 2px solid rgba(151,162,184,1);border-radius: 50%;width: 90px;height: 90px;position: relative; margin: 0 auto; z-index: 1;}
.rapair-cases:before{content: "";display: block;position: absolute;width: 12px;height: 12px;border-radius: 50%;border: 1px solid rgba(39,179,138,1);background-color: rgba(70,70,71,1);left: -7px;top: 40px;}
.rapair-cases .aio-icon {border: 1px solid rgba(151,162,184,1);background-color: #2a3547;position: absolute;border-radius: 50%;right: -30px; top: 30px; width: 30px !important; height: 30px !important;}

.rapair-cases h3 {width: 90px;text-align: center;line-height: 90px !important;font-weight: 100;color: rgba(151,162,184,1);}
.rapair-cases .aio-icon i {line-height: 30px;color: rgba(151,162,184,1);}

a {color: #27b38a}
a:hover {color:#1ca17a}
a:active {color:#2a3548}
a:active, a:hover, a:focus {outline: 0; text-decoration: underline}
main {position: relative;padding-top: 100px;}
p a {text-decoration:underline}
p {margin: 0 0 30px;  line-height:26px; text-align: left}
b {font-family: Roboto;}
blockquote {padding:50px 40px; margin: 70px 0 30px; font-size: 18px; background: rgba(255,255,255,1);  position:relative; font-style: italic; font-weight: 400; text-align: center; }
blockquote a, blockquote a:hover {}
blockquote:before {font-family: 'FontAwesome'; content: "\f10d"; font-size: 60px; color: rgba(35,31,32,1); position: absolute; top: -25px; left: 50%; margin-left: -30px; font-style: normal;}
blockquote.white{ color: rgba(255,255,255,1);}
blockquote.white:before { color: rgba(255,255,255,1); }
.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 {z-index:99; color:#fff;outline: none; text-decoration: none;position: fixed; right: 50px; bottom: 50px; width: 50px; height: 50px; background-color: #bfc0c7; text-align: center; line-height: 50px; opacity: 0.75; transition: all 200ms}
#scroller:before {}
#scroller:hover {opacity: 1}
#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: 1px solid rgba(39,179,138,1); border-radius: 50%; background: transparent; font-weight: bold;  text-align: center;  color: rgba(39,179,138,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: transparent; color: rgba(39,179,138,1)}
ul.deco, .deco ul, .widget-area ul {margin: 0 0 40px 0; list-style: none; padding: 10px;}
ul.deco li, .deco ul li, .widget-area ul li {position: relative;margin: 0 0 5px 10px;  padding: 4px 8px;}
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{content: '\2014'; color: rgba(39,179,138,1); padding-right: 1em; font-size: 125%}
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 {content: "\2013";}
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: "\2012";}
.widget-area ul li ul {padding: 0 0 0 10px;}
.widget-area ul li ul li ul li ul {padding: 0 0 0 0; margin: 0}
.widget-area ul li ul li ul li ul li {margin-left: 0;padding: 4px 0;}

/* <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}
.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;}
.pb70 {padding-bottom: 70px !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;}
.theme_color{color: rgba(39,179,138,1)!important;}
.buttoncenter{ margin: 0 auto; width: 160px; display: block !important;}
.f-s-14{font-size: 14px !important;line-height: 24px !important;}
.vc_row.vc_row-o-full-height {min-height: 0vh !important;}
.noborder{ border: 1px solid transparent !important;}
.fbold{font-weight: 700 !important;}
.fmormal{font-weight: 400 !important;}
.h100{ height: 100% !important;}
.text-up{text-transform: uppercase;}
.simple-border{border-radius: 50%;width: 220px;height: 220px;padding-top: 46px;border: 2px solid rgba(39,179,138,1);margin: 0 auto;}
.buttonwrapper{margin-top: 30px;text-align: right;z-index: 1!important;}
.aio-icon-box.left-icon h3{text-align: left;}
.aio-icon-box h3{text-transform: capitalize;}
.servise-wrapper{width: 270px;height: 270px;position: relative;margin: 0 auto;}
.servise-wrapper:before{content:"";display: block;width: 220px;height: 220px;position: absolute;top: 50%;left: 50%;margin-left: -116px;margin-top: -116px;border-radius: 50%;border: 2px solid #fff;}
.vc_custom_1470932429761{padding-left: 0 !important;padding-right: 0 !important;}
.servise-menu{padding: 0;}
.servise-menu ul{margin: 0;padding: 0;}
.servise-menu li{list-style: none;margin-bottom: 0;}
.servise-menu .current-menu-item a{color: rgba(39,179,138,1) !important;font-weight: 700;}
.servise-menu li a{font-size: 18px;line-height: 55px;color: rgba(35,31,32,1);padding-left: 30px;text-decoration: none;font-weight: 500;}
.servise-menu li:hover{background-color: #e6e7e8;}
.map-wrapper  .wpb_wrapper{  padding: 0 !important;}

/* FORMS & INPUTS */
.bgb {  background-color: #999;}
.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;  font-family: Roboto !important;}
form {}

/* 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 rgba(230,231,232,1) solid; color: rgba(136,136,136,1); background-color: rgba(255,255,255,1); font-size:16px !important; padding:0 20px;  display: block;   border-radius:0; width: 100%; max-width: 100%; box-sizing: border-box; line-height: 50px;}
input[type=text], input[type=tel], input[type=email], input[type=password], input[type=url], input[type=search] {height: 52px; font-size:16px !important;}
textarea, textarea.form-control {padding: 15px 20px; line-height: 1.4em; height: auto; font-size:16px !important; min-height:100px; 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(191,192,199,1); color: rgba(136,136,136,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: rgba(191,192,199,1);}
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: rgba(191,192,199,1);}
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: rgba(191,192,199,1);}
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: rgba(191,192,199,1);}

.descr_arch{margin-bottom: 50px; text-align: center}

/* Inputs for dark bgr */
.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 { border: 1px rgba(39,179,138,1) solid; font-size: 17px; padding: 16px 20px 17px 45px !important; color: rgba(255, 255, 255, 1); background-color: rgba(39,179,138,1); display: block; height: 50px; border-radius: 0; width: 100%; max-width: 100%; line-height: 20px; }

.darkform input[type=text]:active, .darkform input[type=tel]:active, .darkform input[type=email]:active, .darkform input[type=password]:active, .darkform input[type=url]:active, .darkform textarea:active, .darkform textarea.form-control:active, .darkform input[type=text]:focus, .darkform input[type=tel]:focus, .darkform input[type=email]:focus, .darkform input[type=password]:focus, .darkform input[type=url]:focus, .darkform textarea:focus, .darkform textarea.form-control:focus { background-color: rgba(230,231,233,1); border-color: rgba(230,231,233,1); color: #00000b; }
.darkform input[type=text]::-webkit-input-placeholder, .darkform input[type=tel]::-webkit-input-placeholder, .darkform input[type=email]::-webkit-input-placeholder, .darkform input[type=password]::-webkit-input-placeholder, .darkform input[type=url]::-webkit-input-placeholder, .darkform textarea::-webkit-input-placeholder, .darkform textarea.form-control::-webkit-input-placeholder, .darkform select::-webkit-input-placeholder {color: #FFF;}
.darkform input[type=text]::-moz-placeholder, .darkform input[type=tel]::-moz-placeholder, .darkform input[type=email]::-moz-placeholder, .darkform input[type=password]::-moz-placeholder, .darkform input[type=url]::-moz-placeholder, .darkform textarea::-moz-placeholder,  .darkform textarea.form-control::-moz-placeholder, .darkform select::-moz-placeholder {color: #fff;}
.darkform input[type=text]:-moz-placeholder, .darkform input[type=tel]:-moz-placeholder, .darkform input[type=email]:-moz-placeholder, .darkform input[type=password]:-moz-placeholder, .darkform input[type=url]:-moz-placeholder, .darkform textarea:-moz-placeholder,  .darkform textarea.form-control:-moz-placeholder, .darkform select:-moz-placeholder {color: #FFF;}
.darkform input[type=text]:-ms-input-placeholder, .darkform input[type=tel]:-ms-input-placeholder, .darkform input[type=email]:-ms-input-placeholder, .darkform input[type=password]:-ms-input-placeholder, .darkform input[type=url]:-ms-input-placeholder, .darkform textarea:-ms-input-placeholder,  .darkform textarea.form-control:-ms-input-placeholder, .darkform select:-ms-input-placeholder {color: #FFF;}
.darkform input[type=text]:active::-webkit-input-placeholder, .darkform input[type=tel]:active::-webkit-input-placeholder, .darkform input[type=email]:active::-webkit-input-placeholder, .darkform input[type=password]:active::-webkit-input-placeholder, .darkform input[type=url]:active::-webkit-input-placeholder, .darkform textarea:active::-webkit-input-placeholder, .darkform textarea:active.form-control::-webkit-input-placeholder, .darkform select::-webkit-input-placeholder {color: #171b21;}
.darkform input[type=text]:active::-moz-placeholder, .darkform input[type=tel]:active::-moz-placeholder, .darkform input[type=email]:active::-moz-placeholder, .darkform input[type=password]:active::-moz-placeholder, .darkform input[type=url]:active::-moz-placeholder, .darkform textarea:active::-moz-placeholder,  .darkform textarea:active.form-control::-moz-placeholder, .darkform select:active::-moz-placeholder {color: #171b21;}
.darkform input[type=text]:active:-moz-placeholder, .darkform input[type=tel]:active:-moz-placeholder, .darkform input[type=email]:active:-moz-placeholder, .darkform input[type=password]:active:-moz-placeholder, .darkform input[type=url]:active:-moz-placeholder, .darkform textarea:active:-moz-placeholder,  .darkform textarea:active.form-control:-moz-placeholder, .darkform select:active:-moz-placeholder {color: #171b21;}
.darkform input[type=text]:active:-ms-input-placeholder, .darkform input[type=tel]:active:-ms-input-placeholder, .darkform input[type=email]:active:-ms-input-placeholder, .darkform input[type=password]:active:-ms-input-placeholder, .darkform input[type=url]:active:-ms-input-placeholder, .darkform textarea:active:-ms-input-placeholder,  .darkform textarea:active.form-control:-ms-input-placeholder, .darkform select:active:-ms-input-placeholder {color: #171b21;}
.darkform input[type=text]:focus::-webkit-input-placeholder, .darkform input[type=tel]:focus::-webkit-input-placeholder, .darkform input[type=email]:focus::-webkit-input-placeholder, .darkform input[type=password]:focus::-webkit-input-placeholder, .darkform input[type=url]:focus::-webkit-input-placeholder, .darkform textarea:focus::-webkit-input-placeholder, .darkform textarea:focus.form-control::-webkit-input-placeholder, .darkform select::-webkit-input-placeholder {color: #171b21;}
.darkform input[type=text]:focus::-moz-placeholder, .darkform input[type=tel]:focus::-moz-placeholder, .darkform input[type=email]:focus::-moz-placeholder, .darkform input[type=password]:focus::-moz-placeholder, .darkform input[type=url]:focus::-moz-placeholder, .darkform textarea:focus::-moz-placeholder,  .darkform textarea:focus.form-control::-moz-placeholder, .darkform select:focus::-moz-placeholder {color: #171b21;}
.darkform input[type=text]:focus:-moz-placeholder, .darkform input[type=tel]:focus:-moz-placeholder, .darkform input[type=email]:focus:-moz-placeholder, .darkform input[type=password]:focus:-moz-placeholder, .darkform input[type=url]:focus:-moz-placeholder, .darkform textarea:focus:-moz-placeholder,  .darkform textarea:focus.form-control:-moz-placeholder, .darkform select:focus:-moz-placeholder {color: #171b21;}
.darkform input[type=text]:focus:-ms-input-placeholder, .darkform input[type=tel]:focus:-ms-input-placeholder, .darkform input[type=email]:focus:-ms-input-placeholder, .darkform input[type=password]:focus:-ms-input-placeholder, .darkform input[type=url]:focus:-ms-input-placeholder, .darkform textarea:focus:-ms-input-placeholder,  .darkform textarea:focus.form-control:-ms-input-placeholder, .darkform select:focus:-ms-input-placeholder {color: #171b21;}
.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: 15px; font-size: 16px; color: #FFF;  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 {color: rgba(255,255,255,1); 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";}
.bgrsd {background-color: rgba(23, 27, 33, 0.48); padding: 0 60px 50px 60px !important}
.bgrsd > .form-group {}
.darkform h3 {color:rgba(39,179,138,1); background-color: rgba(23,27,61,1); margin: 0 -60px 30px -60px;  padding: 35px 15px 30px 15px; text-align: center;}
.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;color: rgba(255,255,255,1)}
.darkform h2 {color: rgba(39,179,138,1); text-align: center;}



/* Inputs for dark bgr 2 */
.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:1px  solid  rgba(39,179,138,1) !important; font-size:17px; padding:16px 20px 17px 20px; color: #69696d; background-color: #FFF; display: block; height: 50px;  border-radius:0; 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: rgba(230,231,233,1); border-color: rgba(230,231,233,1) !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: 15px; font-size: 16px; color: rgba(39,179,138,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(39,179,138,1);line-height: 1.2em;}
.darkform2 h3 span {color:#FFF}
.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}
.gform input, .gform textarea, .gform select {margin-bottom: 22px}
.gform textarea {height:194px}
.getinform textarea {height: 80px;min-height: 80px;}
.getinform:after {content: ""; display: block; clear: both}
label { position : relative; }
label input[type=checkbox], .woocommerce form .form-row .input-checkbox { position:relative; margin:0 15px 0 0; visibility: visible; left : 0; display : inline-block;}
label input[type=checkbox] + span:before, input[type=checkbox] + label:before   {  background-color: #fff;  border: 1px rgba(39,179,138,1) solid;  border-radius: 50px; color : #000; position:absolute; top: 0px;  left: 0; font-family: 'alico'; content : ""; font-style: normal; line-height: 1; font-size: 10px; padding: 2px; width: 19px; height: 19px; display: inline-block; border-radius: 0; cursor:pointer;z-index: 9;}
label input[type=checkbox]:checked + span:before, input[type=checkbox]:checked + label:before { border-color : rgba(39,179,138,1); content: "\f00c"; font-family: 'FontAwesome'; color : rgba(39,179,138,1); font-size: 13px; }
input[type=file] {border-radius: 5px;  padding: 5px 10px;  border: 1px solid rgba(39,179,138,1);  background-color: transparent;  color: rgba(39,179,138,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(39,179,138,1); position: absolute; top: 18px; left: 0;}
select.form-control, select, .select2-container a, .woocommerce .select2-container .select2-choice {padding: 6px 12px; border:1px rgba(230,231,232,1) solid; color:rgba(136,136,136,1); background-color: rgba(255,255,255,1);  border-radius: 0; font-size: 17px;height: 50px}
select[multiple], select[multiple].form-control {height:auto}
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(191,192,199,1); color: rgba(136,136,136,1);}
.widget-area select { max-width: 100%}
.quantity input[type=number] {color:rgba(86,83,90,1);}
label {margin-right:0px}
.content-area {margin-left: 15px; margin-right: 15px}

/* 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(35,31,32,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}
.nav-tabs>li>a {line-height: 1.42857143; border-bottom: 2px solid transparent; border-radius: 0; font-size: 27px;color:rgba(91,94,122,1); font-family: Roboto; font-weight: bold; padding: 16px 10px; text-transform: uppercase; position: relative;text-decoration: none}
.nav-tabs>li:last-child>a { margin-right: 0;}
.nav-tabs>li>a:hover {text-decoration: none}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover, .nav-tabs>li:hover>a {color:  rgba(39,179,138,1); cursor: pointer; border-bottom: 2px solid rgba(39,179,138,1);}
.nav-tabs>li.active>a:before {content:""; display: block; border-width: 4px 4px 4px 4px; position: absolute; border-style: solid; bottom: -10px; left: -webkit-calc(50% - 2px); left: calc(50% - 2px); border-bottom-color: transparent; border-left-color: transparent; border-right-color: transparent;border-top-color: rgba(39,179,138,1)}
.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 500ms;transition: all 500ms;}


/* =========================================
2. Headers
*/

.head_boxed  .sell_menuline .container {background-color: rgba(0, 0, 0, 0.2);}
.head_container {position: absolute;   width:100%; z-index: 100;}
.sell_menuline {position: relative; z-index: 9999;}
.sell_menuline .container{ padding: 15px 0px 10px 0px;}
#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;padding: 9px 0 3px 0;}
#stickymenu.sell_menuline.fixed .container { padding: 0; }

.head_boxed .sell_menuline .container {padding: 20px 15px 15px 15px;}

.head_centered .social ul {text-align: right;}
.head_container .navbar-nav {text-align: center}
.logo {position: relative; z-index: 9999; padding-top: 5px;}
.saveheader {height:200px; background-color: rgba(70,70,71,1)}
.mainbgr .thelaw_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: none;outline: none;border: none;font-size: 60px;color: #fff; cursor: pointer}
.head_boxed #stickymenu.sell_menuline.fixed{background-color: rgba(28,35,41,0.85) !important;}
.head_centered #stickymenu.sell_menuline.fixed {background-color: rgba(0, 0, 0, 0.85) !important;}
.head_boxed  .sell_menuline.fixed .container {background-color: rgba(0, 0, 0, 0);}

/* topbar */
.cdata{text-align: right; padding-right:0 !important;}
.sell_topbar .cdata p:last-child {margin-right:0}
.sell_topbar {position: relative; background-color: rgba(255,255,255,0);color: rgba(243,243,243,1); min-height: 40px; padding:15px 0 15px 0; text-align: center; font-size: 16px}
.sell_topbar p {display: inline-block; font-size: 18px; font-weight: 700; vertical-align: middle; color: #FFFFFF; margin-right: 20px; margin-bottom: 0;line-height: 52px;}
.sell_topbar p i {padding-right: 4px;font-size: 26px;color: rgba(92,108,131,1);}
.head_centered .sell_topbar p {line-height: 1.8em}
.head_centered .sell_topbar p i {font-size: 18px}
.head_tr .sell_topbar p{padding-top: 5px; line-height: 1em}
.head_boxed .sell_topbar p{padding-top: 5px; line-height: 1em}
.head_boxed .social ul, .head_tr  .social ul {margin-top: 0}
.social {padding-left: 0px !important}
.social span {font-size: 14px}
.social ul {margin: 7px 0 0 0;padding: 0;text-align: left;}
.social ul li {list-style: none;display: inline; text-align: center}
.social a {color: rgba(255,255,255,1); background-color: rgba(255,255,255,0.2); width: 34px; height: 34px;  border-radius: 50%; margin-right: 10px; -webkit-transition: 500ms;transition: 500ms;display: inline-block;}
.social li:last-child a {margin-right: 0}
.social a i{ font-size: 14px; line-height: 34px; }
.social a:hover {background-color: rgba(255,255,255,0.4)}
.social li:last-child {margin-right: 0;}
.social li:last-child {margin-right: 0;}
.headerslider {background-color: rgba(42, 53, 71, 1);}
.headerslider img {max-width: 100%}
.sell_topbar .btn {margin-left: 10px !important;float:right; color:rgba(255,255,255,1) !important; background-color:rgba(39,179,138,1) !important; border-color: rgba(39,179,138,1) !important; padding: 15px 34px !important;}
.sell_topbar .btn:before {content: ''; position: absolute; top: 0; left: 0; width: 150%; height: 100%; color:rgba(255,255,255,1) !important; background-color: rgba(28,161,122,1); z-index: -1; -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0); transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0); -webkit-transform-origin: 0% 100%; transform-origin: 0% 100%; -webkit-transition: all 0.3s; transition: all 0.3s;}
.sell_topbar .btn:hover { color:#FFF !important; border-color:rgba(28,161,122,1) !important;}
.sell_topbar .btn:hover:before {  -webkit-transform: rotate3d(0, 0, 1, 0deg); transform: rotate3d(0, 0, 1, 0deg);}

.sell_topbar.topbar3 {padding: 15px 0;background-color: rgba(42,53,72,1);color: rgba(255,255,255,1);}
.sell_topbar.topbar3 .logo {float: left; max-height: 46px}
.sell_topbar.topbar3 .phone{font-size: 28px; font-weight: bold;display: inline-block; float: right;}
.sell_topbar.topbar3 .phone span {font-size: 14px; display: block; text-align: right;opacity: 0.9;line-height: 1.4em;}
.sell_topbar.topbar3 .phone i {font-size: 46px; color:rgba(39,179,138,1) !important;    display: block; width: 60px; float: left;line-height: 1em}
.sell_topbar.topbar3 .btn {margin-left: 60px !important;float:right; color:rgba(255,255,255,1) !important; background-color:rgba(39,179,138,1) !important; border-color:rgba(39,179,138,1) !important; padding: 8px 23px; transition: all 500ms; text-decoration: none; font-weight: bold; text-transform: uppercase; margin-bottom: 5px;  position: relative;overflow: hidden; z-index:9; border-color: rgba(39,179,138,1)  !important}
.sell_topbar.topbar3 .btn:hover {color:rgba(255,255,255,1) !important;}
.sell_topbar.topbar3 .btn:focus, .sell_topbar.topbar3 .btn:active {box-shadow: none}
.sell_topbar.topbar3 .btn:before {content:""; display:block; position: absolute;  top: 0; left: -230%; height: 100%; width: 180%; z-index: -1;  background-color: rgba(39,179,138,1) !important; transition: all 500ms; transform: skewX(-60deg); }
.sell_topbar.topbar3 .btn:hover:before {left: -40%;background-color: rgba(28,161,122,1) !important;}


/*Rev Slider Form */
.rev_slider .darkform {}
.rev_slider .darkform h3 {margin: 0 -60px 30px -60px !important; font-size: 24px !important; font-weight: bold !important}
.rev_slider .darkform input, .rev_slider .darkform.bgrsd textarea, .rev_slider .darkform.bgrsd textarea.form-control {line-height: 20px !important;}
.rev_slider .darkform .name:before, .rev_slider .darkform .mail:before, .rev_slider .darkform .phone:before, .rev_slider .darkform .site:before, .rev_slider .darkform .mess:before {}
.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: Play !important; text-transform: uppercase !important;border: 3px solid rgba(251,209,61,1) !important; -webkit-transition:  all 500ms; transition:  all 500ms}
.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 { font-size: 14px !important; line-height: 12px !important; background-color: #fff !important; white-space: normal; padding: 4px 2px !important;}
.wpcf7-response-output {background-color: #fff}

/* Header with H1 and Breadcrumbs */
.header-text h1{color: #fff;margin:40px 0; text-align: left}
.shortheader1.head_tr {position:relative; height: auto}
.shortheader1.head_tr .navbar-collapse {padding-right: 0;}
.shortheader1.head_tr .sell_topbar {z-index: 999;}
.shortheader1.head_tr .sell_topbar p {text-align: right}
.shortheader1.head_tr .sell_topbar .social ul {text-align: left}
.shortheader1.head_tr .sell_menuline {z-index: 999; }
.shortheader1.head_tr .pageheading { position: relative}
.shortheader1.head_tr .navbar-nav li.li-search {}
.shortheader1.head_tr .navbar-nav li.li-search a {border-left: 0}
.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; 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:65px 0 10px 0; text-align: left; text-transform: uppercase; font-size: 60px; line-height: 44px;max-width: 750px;}
.pageheading h1 span{color:  rgba(39,179,138,1);}
.pageheading .mid {height: 100%; position: absolute; right: 0; top: 0;overflow: hidden;}
.pageheading .relat {position: relative}

/* Breadcrumbs */
.breadcrumbs {text-align: left; margin-bottom: 160px}
.breadcrumbs .post {}
.breadcrumbs > span,
.breadcrumbs >span > a {  display: inline-block;  padding: 0; margin-top: -3px; vertical-align: middle; max-width: 400px;  white-space: nowrap;  overflow: hidden;  text-overflow: ellipsis;}
.breadcrumbs >span.breadcrumb_last {  max-width: 250px;}

/* =========================================
3. Menus
*/
.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 {position: relative; width: 100%;}
.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse { max-height: 340px;}
.container > .navbar-header,.container-fluid > .navbar-header,.container > .navbar-collapse,.container-fluid > .navbar-collapse {margin-right: -15px;  margin-left: -15px;}
.navbar-toogle {font-size: 60px; color: rgba(255,255,255,1); border: 0 !important; padding: 0 !important; background: transparent;  outline: none; cursor: pointer; line-height:1;}
.navbar-toggle:active {outline: none;}
.navbar {margin-top: 10px}
.navbar-nav { list-style: none;  margin: 0;  padding: 0;  }
.navbar-nav li {display: inline-block;margin-bottom: 0; position: relative;}
.navbar-nav li a {display: block; text-decoration: none; padding: 5px 15px; }
.navbar-nav > li > a {font-family: Roboto; font-weight: 400; line-height: 23px;  font-size: 15px; text-transform: capitalize;}
.navbar {margin-top: 10px}
.navbar-nav > li:hover:before {width: 100%;}
.navbar-nav > li:hover > a {color: #fff;}
.navbar-nav > li.cart:hover > a,.head_line .navbar-nav > li.li-search:hover > a {color: rgba(30, 34, 72, 1);}
.navbar-nav > li.current-menu-item {}
.navbar-nav > li.current-menu-item>a {color: rgba(39,179,138,1);}
.navbar-nav li a.open-search {}
.navbar-nav li .sub-menu {}
.navbar-nav li:hover .sub-menu {}
.navbar-nav li .sub-menu > li > a {border-bottom: 0;}
.navbar-nav li .sub-menu > li > a:hover {}
.navbar-nav li .sub-menu > li > ul.sub-menu {}
.navbar-nav li .sub-menu > li > ul.sub-menu > li a {border-bottom: 0;}
.navbar-nav li .sub-menu > li > ul.sub-menu > li a:hover {color: rgba(30, 34, 72, 1);background-color: rgba(39,179,138,1);}
.navbar-nav li .sub-menu li .sub-menu {}
.navbar-nav li.cart:before {content: none}
.navbar-nav li.li-search:before {content: none}
.navbar-nav li.search-item-nav:before {content: none}

.navbar-nav > li:hover > a {color: rgba(39,179,138,1);}
.navbar-nav > li:before {content: "";display: block;width: 2px !important;height: 18px;transform: rotate(30deg);background-color: rgba(39,179,138,1);position: absolute;top: -30px;opacity: 0;left: 60%;margin-left: -2px;visibility: hidden;-webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;-o-transition: all 0.3s linear;transition: all 0.3s linear;}
.navbar-nav > li:after {content: "";display: block;width: 2px !important;height: 18px;transform: rotate(30deg);background-color: rgba(39,179,138,1);position: absolute;bottom: -30px;opacity: 0;left: 60%;margin-left: -25px;visibility: hidden;-webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;-o-transition: all 0.3s linear;transition: all 0.3s linear;}
.navbar-nav > li:hover:before {top: -11px; opacity: 1; visibility: visible;}
.navbar-nav > li:hover:after {bottom: -11px; opacity: 1; visibility: visible;}
.navbar-nav > li.search-item-nav:before,.head_line .navbar-nav > li.search-item-nav:after {display: none;}
.navbar-nav > li.cart:before,.navbar-nav > li.cart:after {display: none;}
.navbar-nav li.li-search:before,.navbar-nav li.li-search:after {display: none;}
.search-block .opened-search:after {display: none !important;}
.search-item-nav:after {display: none !important;}

@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; }
    .container > .navbar-header,.container-fluid > .navbar-header,  .container > .navbar-collapse, .container-fluid > .navbar-collapse {  margin-right: 0;  margin-left: 0; }
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse { max-height: 200px;}
}

/*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: -1px; }
.search-item-nav .search-block {position: absolute;-webkit-transition: all 1s;transition: all 1s;overflow: hidden; top: 0; 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: #fff; padding: 10px 55px;height: 62px; width: 100%; position: relative}
button.search-sbmt {position: absolute;z-index: 10;border: none;outline: none;background: none;top: 17px; 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: 10px}
.navbar-nav li.li-search {margin-left: 15px;}
.navbar-nav li.li-search a{position: relative; font-size: 14px; padding: 0;}
.navbar-nav li.li-search a.open-search i {background-color: rgba(0,0,0,0.2); height: 40px;width: 40px;border-radius: 50%; line-height: 40px; display: block; text-align: center;}
.navbar-nav li.li-search a:hover {color: rgba(39,179,138,1) !important; background-color: transparent;}
.search-block .lnr-magnifier{line-height: 37px;	}
.search-block .lnr-cross{line-height: 37px;	}

/* cart in menu */
.navbar-nav li.cart {margin-left: 15px;}
.navbar-nav li.cart a { position: relative; font-size: 16px; padding: 0;}
.navbar-nav li.cart a:hover i {color: rgba(39,179,138,1) !important;}
.navbar-nav li.cart a i {background-color: rgba(0,0,0,0.2); height: 40px;width: 40px;border-radius: 50%; line-height: 40px; display: block; text-align: center;}
.navbar-nav li.cart > div {position:absolute; top: 100%;  right: 0; z-index: -1; overflow: hidden; background-color: #f3f3f3; padding: 15px 40px; color:#171b21; text-align: right !important; white-space: nowrap; box-shadow:none; -webkit-transition: all 500ms;transition: all 500ms;-webkit-transform: scaleY(0);-ms-transform: scaleY(0);transform: scaleY(0); height: 0}
.navbar-nav li.cart:hover div {-webkit-transform: scaleY(1); -ms-transform: scaleY(1); transform: scaleY(1);  z-index: 99999; height: auto}
.navbar-nav li.cart .count {display: block;position: absolute; background-color: rgb(230, 32, 79); top:-5px; left: -5px; padding:0 3px; font-size: 14px;  font-weight: bold;  color: #FFF;  height: 20px;  width: 20px; text-align: center;  line-height: 20px; z-index: 1; border-radius: 50%;}
.navbar-nav li.cart:hover .count {}
.navbar-nav li.cart strong {font-size: 16px; padding: 5px 0 10px 15px;}
.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; width: 100%}
.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 {}
.nav > .menu-item-has-children > a:after {content: "\f078"; font-family: 'FontAwesome'; top: -2px; position: relative; padding-left: 10px;   font-size: 75%;}
.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: 100%; left: -60px; z-index: 12000; float: left; min-width: 160px; padding: 0 0 0 0; margin: 0; list-style: none; text-align: left; border-radius: 0; background-clip: padding-box; -webkit-transition: all 500ms; transition: all 500ms; display: block; visibility: hidden; opacity: 0; height: 0; background-color: rgba(27,37,55,0.9);  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12); -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12); -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);  }
.navbar-nav li:hover .sub-menu {visibility: visible; opacity: 1;    left: -10px;    height: auto}
.head_line .navbar-nav li .sub-menu,.head_tr .navbar-nav li .sub-menu,.head_boxed .navbar-nav li .sub-menu,.head_centered .navbar-nav li .sub-menu {height: auto;}

/* submenu */
.navbar-nav li .sub-menu.pull-right {  right: 0;  left: auto;}
.navbar-nav li .sub-menu > li {  display: block; padding: 0px; }
.navbar-nav li .sub-menu > li:last-child {display: block; padding:0px}
.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: 400; line-height: 23px;  font-size: 15px; text-transform: capitalize; }
.navbar-nav li .sub-menu > li > a:last-child {}
.navbar-nav li .sub-menu > li > a:hover, .navbar-nav .sub-menu > li > a:focus {color: rgba(255,255,255,1); background-color: rgba(142,197,73,1); text-decoration: none; z-index:1}
.navbar-nav > li > .sub-menu > .menu-item-has-children > a:before {content: "\f054"; font-family: 'FontAwesome'; font-size: 10px;  position: absolute; top:12px; right:12px; color: rgba(39,179,138,1); z-index: 10; line-height: 23px}
.navbar-nav > li > .sub-menu > .menu-item-has-children > a:hover:before{color: rgba(29,40,58,1);}
.navbar-nav li .sub-menu > .active > a,.sub-menu > .active > a:hover,.sub-menu > .active > a:focus {  text-decoration: none;  outline: 0;}

/* 3 level */
.navbar-nav li .sub-menu > li > ul.sub-menu {position: absolute; left: 100%; top: 0; min-width: 150px; display: block; list-style: none;margin: 0; padding: 0; -webkit-transition: all 500ms; transition: all 500ms; -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); height: 0}
.navbar-nav li .sub-menu > li > ul.sub-menu { position: absolute; left: 100%; top: 0; min-width: 150px;display: block; list-style: none; margin: 0; padding: 0; -webkit-transition: all 0ms; transition: all 0ms;  transform: translate(0px, 60px);  -webkit-transform: translate(0px, 60px);  -moz-transform: translate(0px, 60px);  -o-transform: translate(0px, 60px);  -ms-transform: translate(0px, 60px);  height: 0; visibility: hidden; opacity: 1; }
.navbar-nav li .sub-menu > li:hover > ul {  -webkit-transition: all 500ms; transition: all 500ms; transform: translate(0px, 0px); -webkit-transform: translate(0px, 0px); -moz-transform: translate(0px, 0px); -o-transform: translate(0px, 0px); -ms-transform: translate(0px, 0px); height: auto; opacity: 1; visibility: visible;}

.navbar-nav li .sub-menu > li > ul.sub-menu > li {margin: 0;   }
.navbar-nav > li > .sub-menu > .menu-item-has-children {position: relative;}
.navbar-nav > li > .sub-menu > .menu-item-has-children:before:hover {}
.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);  white-space: nowrap; text-decoration: none; font-family: Roboto; font-weight: 400; line-height: 23px;  font-size: 15px; text-transform: capitalize;  background-color: rgba(39,49,66,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(142,197,73,1);}
.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(27,37,55,1);}


/* Header 1 */
.head_line {}
.head_line .head_container .sell_menuline.default{ background-color: rgba(0,0,0,0.2);}
.head_line .sell_topbar {background-color: rgba(255,255,255,0)}
.head_line .sell_topbar p{color:rgba(255,255,255,1)}
.head_line .head_container .sell_menuline.default {background-color: rgba(0,0,0,0.2)}
.head_line .navbar-nav > li > a {color:rgba(255,255,255,1)}
.head_line .navbar-nav > li:hover > a {color:rgba(142,197,73,1); background-color: rgba(255,255,255,0)}
.head_line .navbar-nav > li:before, .head_line .navbar-nav > li:after{background-color: rgba(142,197,73,1)}


/* Header 2 */
.head_tr {}
.head_tr .sell_topbar {background-color: rgba(255,255,255,0)}
.head_tr .sell_topbar p{color:rgba(255,255,255,1)}
.head_tr .sell_menuline {background-color: rgba(255,255,255,0)}
.head_tr .navbar-nav > li > a {color:rgba(255,255,255,1)}
.head_tr .navbar-nav > li:hover > a {color:rgba(142,197,73,1); background-color: rgba(255,255,255,0)}
.head_tr .navbar-nav > li:before, .head_tr .navbar-nav > li:after{background-color: rgba(142,197,73,1)}


/* Header 3 Boxed */
.head_boxed {}
.head_boxed .sell_topbar {}
.head_boxed .sell_topbar p{color:rgba(255,255,255,1)}
.head_boxed .sell_menuline .container {background-color: rgba(32,30,30,0.87)}
.head_boxed .navbar-nav > li > a {color:rgba(255,255,255,1)}
.head_boxed .navbar-nav > li:hover > a {color:rgba(142,197,73,1); background-color: rgba(255,255,255,0)}
.head_boxed .navbar-nav > li:before, .head_boxed .navbar-nav > li:after{background-color: rgba(142,197,73,1)}
.head_boxed .navbar-nav > li.current-menu-item > a {color:rgba(142,197,73,1)}

/* Header 5 */
.head_centered {}
.head_centered .sell_menuline .container { padding: 10px 15px 20px 15px; }
.head_centered .sell_topbar {background-color: rgba(255,255,255,0)}
.head_centered .sell_topbar .cont {text-align: left;}
.head_centered .sell_topbar p{color:rgba(255,255,255,1)}
.head_centered .sell_topbar p i {color: rgba(92,108,131,1)}
.head_centered .sell_menuline {background-color: rgba(255,255,255,0)}
.head_centered .navbar-nav > li > a {color:rgba(255,255,255,1)}
.head_centered .navbar-nav > li:hover > a {color:rgba(142,197,73,1); background-color: rgba(255,255,255,0)}
.head_centered .navbar-nav > li:before, .head_centered .navbar-nav > li:after{background-color: rgba(142,197,73,1)}

/* Header 7  short menuline */
.head7 .sell_menuline { background-color: rgba(27,37,55,1);}
.head7 .sell_menuline .container { padding: 15px;}
.head7 .sell_menuline .navbar {margin-top: 0;}
.head7 .sell_menuline .navbar-nav > li > a { color: rgba(255,255,255,1); margin-top: 4px}
.head7 .sell_menuline .navbar-nav > li:hover > a {color: rgba(142,197,73,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 500ms; transition: all 500ms;}
.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; padding: 10px 0;}

/*  header  4 -- .minimized */
.minimized {}
.menu-container  li.cart > a:before{display: none  !important;}
.menu-container  li.li-search > a:before{display: none !important;}
.minimized .sell_menuline {background-color: rgba(255,255,255,0); position: absolute; left:0; right:0; padding-top: 20px;}
.minimized .cont, .minimized .burger button {color: rgba(255,255,255,1);}
.minimized .cont {padding-top: 0px}
.minimized .cont p {display: inline-block; font-size: 18px; font-weight: 700; color: rgba(255,255,255,1); margin-right: 20px; line-height: 1.6em;}
.minimized .cont i {padding-right: 4px;font-size: 20px; color: rgba(120,120,120,1);}
.minimized .burger {padding-top: 0px; text-align: right; margin-top: -5px;}
.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 .nav > .menu-item-has-children > a:after {display: none;}
.menu-container .nav > .menu-item-has-children > a:before {content: "\f054";    font-family: 'FontAwesome';    top: -2px;    position: relative;  padding-right: 10px;    font-size: 10px;    color: rgba(39,179,138,1);}
.menu-container .nav > .menu-item-has-children > a:hover:before { color: rgba(70,70,71,1);}
.minimized .nav > .menu-item-has-children > a:hover:before {color: rgba(255, 255, 255, 1);}
.minimized .menu-container .navbar-nav > li:hover a:before {    color: rgba(29, 40, 58, 0.85);}
.minimized .navbar-nav li .sub-menu {box-shadow: none !important;}
.minimized .menu-container .col-md-12 {padding-left: 0;  padding-right: 0;}
.minimized .cart > a {padding: 7px !important;}
.minimized .cart > a.btn-sm { padding: 7px !important;}
.minimized .cart,.minimized .search-block { margin: 0 40px !important;  width: calc(100% - 80px) !important;    width: -moz-calc(100% - 80px) !important;    width: -webkit-calc(100% - 80px) !important;  }
.minimized .cart {margin: 20px 40px !important;}
.minimized .search-block input {border-radius: 5px !important;-webkit-border-radius: 5px !important;-moz-border-radius: 5px !important;}
.minimized .search-block input[type=text].search-input,.minimized .search-block .search-item-nav input.search-input {border: 1px solid #909bb1;z-index: 9;background: rgba(29, 40, 58, 0.5);color: rgba(255, 255, 255, 1);padding: 10px 55px;height: 62px;width: 100%;position: relative}
.minimized .search-block input[type=text].search-input::-webkit-input-placeholder {color: #909bb1;}
.minimized .search-block input[type=text].search-input:-moz-placeholder {color: #909bb1;opacity: 1;}
.minimized .search-block input[type=text].search-input::-moz-placeholder {color: #909bb1;opacity: 1;}
.minimized .search-block input[type=text].search-input:-ms-input-placeholder {color: #909bb1;}
.menu-container .navbar-nav > li.cart:hover a {color: rgba(39,179,138,1);}
.menu-container .navbar-nav li.cart > div:first-letter {color: rgba(39,179,138,1);}
.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; height: 2000px; background-color: rgba(29,40,58,0.85); position: absolute;top: -3000px;right:0;padding-top: 20px;-webkit-transition: .5s;transition: .5s; z-index: 10000;
    overflow: hidden;}
.menu-container .burger { padding-top: 60px; text-align: center; }
.menu-container .navbar-nav > li { float: none;padding: 0; position: relative;  display: block;height: auto;}
.menu-container .navbar-nav > li:hover {}
.menu-container .navbar-nav li .sub-menu {background-color: transparent}
.menu-container .navbar-nav li .sub-menu > li {}
.menu-container .navbar-nav li .sub-menu > li > .sub-menu > li {}
.menu-container .navbar-nav > li > a {font-size: 16px;  color: rgba(255,255,255,1);   text-decoration: none;padding: 10px 40px;}
.menu-container .navbar-nav > li:hover > a {background: none; text-decoration: none;  color: rgba(29,40,58,0.85); border-bottom-color: rgba(39,179,138,1); background-color: rgba(142,197,73,1)}
.menu-container .navbar-nav > li.cart:hover > a {background-color: transparent}
.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}
.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; padding:0 0 0 40px}
.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: 0; height: 47px; -webkit-transform: initial; -ms-transform: initial; transform: initial; line-height:40px;}
.menu-container .navbar-nav li.cart > div > div{padding: 0 10px 10px 10px; color: #fff; text-align: left;display: inline; float: left;}
.menu-container .navbar-nav li.cart > div a.btn-primary {border-color: rgba(255,255,255,1) !important; color: rgba(255,255,255,1) !important; float: right; display: block}
.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: 5px 15px 0 15px !important; width: auto;float: right; text-transform: capitalize !important;  }
.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; margin: 0 15px;}
.menu-container .search-block {position: absolute;height: 50px;left: 0;-webkit-transition: 2.5s;transition: 2.5s;overflow: hidden;top: 0; width: 0}
.menu-container .search-block input {}
.menu-container .search-item-nav input.search-input {color:rgba(39,179,138,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: 27px; top: 8px; line-height: 50px; left: auto; right: 15px; color: rgba(39,179,138,1);}
.menu-container .search-sbmt:hover {color: rgba(39,179,138,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: rgba(20,30,45,0.6); box-shadow: none; padding-top: 0;float: none; width: 100%;left:0; padding-left: 30px;}
.menu-container .navbar-nav > li:hover > .sub-menu {margin-bottom: 0px}
.menu-container .navbar-nav > li > .sub-menu > li { background-color: transparent;}
.menu-container .navbar-nav > li > .sub-menu > li > a { background-color: transparent; color: #ffffff; padding: 12px 15px; white-space: normal; opacity: 0.6;}
.menu-container .navbar-nav > li > .sub-menu > li:hover {}
.menu-container .navbar-nav > li > .sub-menu > li:hover > a {opacity: 1; color: rgba(39,179,138,1);}
.menu-container .navbar-nav > li > .sub-menu > li.menu-item-has-children  > a:after {}
.menu-container .navbar-nav > li > .sub-menu a:hover {color: rgba(39,179,138,1); background-color: transparent;}
.menu-container .navbar-nav li .sub-menu {box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; }
.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; margin-left: 30px;}
.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 500ms; transition: all 500ms; padding: 10px 15px}
.menu-container .navbar-nav li .sub-menu > li > ul.sub-menu > li > a:hover {background-color: transparent;color:rgba(39,179,138,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(39,179,138,1);  background-color:transparent}
.menu-container .sub-menu{-webkit-transition: all 0.2s linear !important;-moz-transition: all 0.2s linear !important;-o-transition: all 0.2s linear !important;transition: all 0.2s linear !important;}
.menu-container li:before {display: none !important;}
.menu-container li:after {display: none !important;}


@media (max-width: 1600px) {
    .headerslider_content {font-size: 50px;line-height: 70px;}
}
@media (max-width: 1440px) {
    .headerslider_content {font-size: 40px; line-height: 50px;}
}
@media (max-width: 1280px) {
    .headerslider_content {width: 500px;color: #fff;position: absolute;top: 130px;left: 50%;margin-left: -400px;font-size: 34px;text-transform: uppercase;line-height: 45px;}
}
@media (max-width: 1024px) {
    .headerslider_title {display: none;}
    .sell_topbar p > button {margin-top: 0}
}

@media (max-width: 991px) {
    .social{margin: 0!important; padding: 0!important;}
    .cdata{margin: 0!important; padding: 0!important;}
    .head_centered .logo{left: auto; top: auto; position: relative; right: auto;}
    .head_centered .navbar-toogle{ position: absolute; left: 50%; margin-left: -20px;  top: -26px;}
    .head_container {position: relative; background-color: rgba(42, 53, 71, 1);}
    .head_centered .socialbartransparent{margin: 10px auto;}
    .head_centered .sell_menuline .container {padding: 30px 15px 45px 15px;}
    .head_centered .sell_topbar .cont {text-align: center;}
    .cdata .btn { margin:8px 15px 15px 15px !important;}
    .cdata p:last-child{margin-right: 0}
    .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; }
    .head_container .navbar-nav {text-align: left}
    .shortheader1.head_tr .pageheading {position: absolute; max-width: 100%;}
    .logo{position: absolute; top: -26px;}
    .navbar-toogle{ position: absolute; right: 20px; top: -34px;}
    .minimized .logo{ left: 50%; margin-left: -90px; }
    .minimized .sell_menuline .container .cont{ text-align: center}
    .minimized .sell_menuline{ position: relative}
    .minimized .cont p{text-align: center}
    .minimized .burger {padding-top: 32px; text-align: center;}
    .minimized .cont p {margin-right: 0px;}
    .minimized .sell_menuline .container { padding: 30px 15px 10px 15px;}
    .head_boxed .sell_menuline .container {padding: 40px 15px;}
    .head_centered .cont p {margin-right: 0px;}
    .menu-container .navbar-nav>li.cart{width:auto!important;}
    .pageheading h1{font-size: 40px;}
    .sell_menuline .container{ padding: 40px 15px 40px 15px}
    .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 {}
    .sell_menuline .navbar-nav li .sub-menu > li > ul.sub-menu { top: 0;}
    .head_line .head_container .sell_menuline.default{ background-color: rgba(0,0,0,0);}
    .head_boxed  .sell_menuline .container {background-color: rgba(0,0,0,0);}
    .navbar-nav li.li-search > a:before{top: 2px;}
    .navbar-nav>li.cart {float: none; margin-top: 0; margin-left: 10px;  padding: 1px 0 0 0; outline: none; margin-bottom: 0;}
    .navbar-nav>li.li-search {margin-left: 15px;position: absolute;top: 20px;right: 10px;}
    .navbar-nav li.cart h4 {color: rgba(255,255,255,1);}
    .social {margin-bottom: 0; }
    .navbar {margin-top: 0px}
    .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;}
    .navbar-nav li a {}
    .navbar-collapse{margin-top: 20px;}
    .collapse.in{display:block !important;height: auto;}
    .navbar-collapse {width: 100%!important;}
    .in .navbar-nav li .menu-item-has-children {height: auto}
    .in .navbar-nav li:hover .sub-menu { position: relative; float: none; left: 0; top:0}
    .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; 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 {}
    .menu-container .navbar-nav > li > .sub-menu {position: relative;float: none;}
    .navbar-nav >li.search-item-nav {bottom: 50px; top: auto;left:15px}
    .navbar-nav li.cart div { position: relative;padding: 15px 10px}
    .navbar-nav li.cart div a { width: 100%;}
    .nav-tabs>li {margin-right: 0;margin-bottom: 30px;}
    .shortheader1.head_tr .sell_menuline, .shortheader1.head_tr .sell_topbar { background-color: transparent}
    .navbar-collapse {clear: both}
    .search-item-nav .search-block {top: -12px;}
    .navbar-nav>li.cart a {display: none;}
    .navbar-nav>li.cart {width: 0px; height: 0px; background-color: transparent;}
    .navbar-nav li.cart > div {position: relative;top: 100%;left: 0;overflow: hidden;background-color: #f3f3f3;padding: 15px 40px;color: #171b21;text-align: right !important;white-space: nowrap;box-shadow: none;-webkit-transition: all 500ms;transition: all 500ms;-webkit-transform: scaleY(1);-ms-transform: scaleY(1);transform: scaleY(1);height: auto;width: 300px;}
    .in .navbar-nav {height: auto; padding: 30px 0 100px 0px}
    .navbar-nav li.cart > div {background-color: transparent;color: #fff;padding: 15px 0 5px 0;}
    .navbar-nav li.cart div a {width: 130px;margin-left: 25px;border-color: #fff !important;color: #fff !important;}
    .navbar-nav li.cart div > div {float: left;}
    .head7 .logo {top: 0; left: 5px; }
    .head7 .sell_menuline .container { padding: 30px 15px; }
    .head7 .sell_menuline .search-item-nav .search-block {top: -30px}
    .head7 .navbar-toogle { font-size: 40px;}
    .head7 .navbar-toogle {top: -26px; }
    .head7 .nav-wrap {margin-top: 9px}
    .head7 .sell_menuline .navbar-nav li.cart { float: left;}
    .head7 .sell_menuline .navbar-nav li.li-search { float: left;margin-left: 0}
    .head7 .li-search:before, .head7 li.cart:before {content:none}
    .head7 .sell_menuline .search-item-nav .search-block {}
    .head7 .navbar-nav li.cart div {padding: 0; }
    .head7 .navbar-nav li.cart:hover div {padding: 10px 0 0 0 }
    .head7 .navbar-nav>li>a.open-search { height: 40px; margin-top: 8px; }
    .head7 .navbar-nav li .sub-menu { height: 0;}
    .head7 .navbar-nav li:hover > .sub-menu { height: auto;}
    .head7 .navbar-nav li > .sub-menu li:hover > .sub-menu { height: auto;}
    .head7 .sell_menuline .navbar-nav > li > a {padding: 10px 15px}
    .head7 .navbar-nav >li.search-item-nav {left: 0; }
}

@media (max-width: 960px) {

}

@media (max-width: 800px) {
    .sell_topbar .btn { margin: 10px auto 10px auto !important; float: none;}
}
@media (max-width: 768px) {
    .navbar-right .sub-menu {left: auto;  right: 0;  }
    .navbar-right .sub-menu-left {left: 0; right: auto;  }
    .wpcf7-form-control-wrap {margin-bottom: 30px !important;}
    .head7 .nav-wrap { }
    .head7 .sell_topbar.topbar2 .logo {max-height: none;}
    .sell_topbar.topbar3 a {display: block; width:100%}
    .sell_topbar.topbar3 .ctabtn {margin: 10px 0 20px 0; }
    .sell_topbar.topbar3 .phone {margin: 10px auto 5px auto;}
    .sell_topbar.topbar3 .logo { float: none;  position: relative;}
    .sell_topbar.topbar3 .btn {
        margin-left: 0 !important;}
}

@media (max-width: 620px) {
    .minimized .cont, .minimized .burger, .minimized .tac {text-align: center}
    .minimized .sell_menuline { margin-top: 0; background-color: #2b3d55;}
    .minimized .cont p, .minimized .sell_menuline .logo  {margin-bottom: 0}
    .minimized .burger {padding-top: 13px;}
    .minimized .logo{top: 0px; }
    .minimized .burger {padding-top: 58px; }
    .head_centered .cont p, .head_centered .social ul, .head_centered .tac {text-align: center !important;}
    .headerslider_button_content {display: none}
    .headerslider_content {width: 250px;top: 50px;left: 50%;margin-left: -150px;font-size: 18px;line-height: 24px;}
    .sell_topbar.topbar3 {text-align: center; }
    .sell_topbar.topbar3 .ctabtn {float: none; clear: both; margin: 10px auto 20px auto !important; display: block;}
    .sell_topbar.topbar3 .col-xs-12 > a, .sell_topbar.topbar3 .col-xs-12 > div { float: none;margin: 0 auto;}
    .sell_topbar.topbar3 .logo {float: none; }
    .sell_topbar p {line-height: 1.5;}
}

@media (max-width: 540px) {
    .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; }
}
@media (max-width: 480px) {
    .logo {max-width: 180px;}
    .navbar-nav li a, .navbar-nav li .sub-menu > li > a, .navbar-nav li .sub-menu > li > ul.sub-menu > li a {font-size: 15px; 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: 10px 15px; }
    .in .navbar-nav > li > .sub-menu > .menu-item-has-children:before { top: 6px;font-size: 18px;}
    .head_boxed .nav-wrap {padding: 0}
    .menu-container .navbar-nav li.cart > div a.btn-primary {padding: 7px 7px !important;}
    .minimized .sell_menuline {position: relative;}
    .minimized .cart a.btn{padding: 5px;font-size: 12px !important;}
    .minimized .cart,  .minimized .search-block{margin: 0 10px !important;width: calc(100% - 20px)!important;width: -moz-calc(100% - 20px)!important;width: -webkit-calc(100% - 20px)!important;width: -webkit-calc(100% - 20px)!important;}
    .minimized .cart{font-size: 14px;margin: 20px 10px !important;}
    .head_boxed .navbar-toogle { margin-top: 0px; }
    .head_centered .cont p { text-align: center !important; }
    .head_centered .social ul {text-align: center !important; }
    .head_tr .sell_menuline { position: relative; top: 0; }
    .head_tr .navbar-collapse { margin: 25px 15px 0 0;}
    .search-item-nav .search-block { top: -22px;}
    .navbar-collapse {margin: 30px 0px 20px 0px; padding: 0;}
    .head_boxed .navbar-collapse {margin-bottom: 0}
    .head_boxed .nav-wrap {}
    .navbar-nav li.cart div > div {float: none;}
    .head_line .navbar-nav li.cart,.head_tr .navbar-nav li.cart,.head_boxed .navbar-nav li.cart,.head_centered .navbar-nav li.cart {width: 100%;left: 0;margin-left: 15px !important;}
    .head_line .navbar-nav li.cart > div,.head_tr .navbar-nav li.cart > div,.head_boxed .navbar-nav li.cart > div,.head_centered  .navbar-nav li.cart > div {width: 100%;}
    .minimized .headerslider {padding-top: 0px;}
    .minimized .headerslider_content {top: 60px;}
    .pageheading h1 {font-size: 46px;}
    .head_boxed .search-item-nav .search-block {top: -43px;}
    .head_centered .search-item-nav .search-block {top: -6px;}
    .shortheader1.head_tr .search-item-nav .search-block {top: -21px;padding-right: 0px;}
    .minimized .phone-head {padding: 0; margin-bottom: 0 !important; font-size: 16px}
    .minimized .phone-head p { margin-bottom: 5px}
    .minimized .phone-head span {font-size: 16px; margin-right: 5px; }
    .minimized .h3bar {padding-top: 5px;}
    .minimized .logo img {max-width: 100%}
}


@media (max-width: 360px) {
    .minimized .headerslider_content {top: 50px;}
    .head_centered .headerslider_content {top: 40px;}
    .head_line .nav-wrap {padding-top: 5px}
}


/* =========================================
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;outline: 0 !important;margin-bottom: 0 !important;font-weight: bold !important;line-height: 1.42857 !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;text-transform: uppercase !important;box-sizing: border-box !important;-webkit-transition: all 500ms !important;transition: all 500ms !important;position: relative !important;z-index: 10 !important;border-radius: 0 !important;padding: 15px 35px 14px 35px !important;font-size: 15px !important; color: rgba(35,31,32,1)!important; border-width: 1px !important; border-style: solid !important; background-image: none !important;}
a.btn:before,button.btn:before,div.btn a:before,div.rev-btn.btn:before,div.btn button:before,input[type=submit].btn:before {-webkit-transition: all 500ms !important;transition: all 500ms !important;}
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 {color: rgba(70,70,71,1) !important;border-color: rgba(70,70,71,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;}

main input[type=submit]:hover,input[type=submit].btn:hover {color: #fff!important; background-color: rgba(70,70,71,1) !important;  border-color: rgba(70,70,71,1) !important;}
a.btn:hover:before,span.btn:hover:before,button.btn:hover:before,div.btn a:hover:before,div.rev-btn.btn:hover:before,div.btn button:hover:before,.navbar-nav > li > a.btn:hover:before,input[type=submit].btn:hover:before { left: 0}
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 {box-shadow: none;}

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: 16px 55px !important; font-size: 17px !important;  line-height: 1.3333333 !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 8px 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.btnw,span.btnw,button.btnw,div.btnw a,div.rev-btnw.btnw,div.btnw button {width: 80% !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  {    overflow: hidden;    color: #fff !important;    background-color: rgba(70,70,71,1) !important;    border-color: rgba(70,70,71,1) !important;    border-radius: 5px !important;    -webkit-border-radius: 5px !important;    -moz-border-radius: 5px !important;}
a.btn-info:before,span.btn-info:before,button.btn-info:before,div.btn-info a:before,div.rev-btn.btn-info:before,div.btn-info button:before,.navbar-nav > li > a.btn-info:before,input[type=submit].btn-info:before {content: ''; position: absolute;top: 0;left: 0;width: 150%;height: 110%;background-color: #fff;z-index: -1;-webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);-webkit-transform-origin: 0% 100%;transform-origin: 0% 100%;-webkit-transition:all 0.3s;transition:all 0.3s;}
a.btn-info:hover:before,span.btn-info:hover:before,button.btn-info:hover:before,div.btn-info a:hover:before,div.rev-btn.btn-info:hover:before,div.btn-info button:hover:before,.navbar-nav > li > a.btn-info:hover:before,input[type=submit].btn-info:hover:before {opacity: 1;background-color: #fff;-webkit-transform: rotate3d(0, 0, 1, 0deg);transform: rotate3d(0, 0, 1, 0deg);}
a.btn-info:hover,span.btn-info:hover,button.btn-info:hover,div.btn-info a:hover,div.rev-btn.btn-info:hover,div.btn-info button:hover,.navbar-nav > li > a.btn-info:hover,input[type=submit].btn-info:hover { color: rgba(35,31,32,1) !important; background-color: #FFF !important; border-color: #FFF !important}
input[type=submit].btn-info:hover {background-color: #FFF !important;  color: rgba(35,31,32,1) !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(35,31,32,1) !important; background-color: rgba(255, 255, 255, 1) !important; border-radius: 5px !important;  -webkit-border-radius: 5px !important;  -moz-border-radius: 5px !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: rgba(30, 34, 72, 1) !important; background-color: rgba(214, 215, 217, 1) !important;  border-color: rgba(214, 215, 217, 1) !important;}
a.btn-default:focus,button.btn-default:focus,div.btn-default a:focus,div.rev-btn.btn.btn-default:focus,div.btn-default button:focus,input[type=submit].btn-default:focus,a.btn-default:active,button.btn-default:active,div.btn-default a:active,div.rev-btn.btn.btn-default:active,div.btn-default button:active,input[type=submit].btn-default:active {}
input[type=submit].btn-default:hover {background-color: rgba(214, 215, 217, 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 {overflow: hidden;    color: rgba(70,70,71,1) !important;    background-color: transparent !important;    border-color: rgba(70,70,71,1) !important;    border-radius: 5px !important;    -webkit-border-radius: 5px !important;    -moz-border-radius: 5px !important;}
a.btn-primary:before,button.btn-primary:before,div.btn-primary a:before,div.rev-btn.btn.btn-primary:before,div.btn-primary button:before,input[type=submit].btn-primary:before {content: '';position: absolute;top: 0;left: 0;width: 150%;height: 110%;background: rgba(70,70,71,1);z-index: -1;-webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);-webkit-transform-origin: 0% 100%;transform-origin: 0% 100%;-webkit-transition:all 0.3s;transition:all 0.3s;}
a.btn-primary:hover:before,button.btn-primary:hover:before,div.btn-primary a:hover:before,div.rev-btn.btn.btn-primary:hover:before,div.btn-primary button:hover:before,input[type=submit].btn-primary:hover:before {opacity: 1; background-color: rgba(70,70,71,1); -webkit-transform: rotate3d(0, 0, 1, 0deg);transform: rotate3d(0, 0, 1, 0deg);}
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 {color: rgba(255, 255, 255, 1) !important;background-color: rgba(70,70,71,1) !important;border-color: rgba(70,70,71,1) !important;}
a.btn-primary:focus,button.btn-primary:focus,div.btn-primary a:focus,div.rev-btn.btn.btn-primary:focus,div.btn-primary button:focus,input[type=submit].btn-primary:focus,a.btn-primary:active,button.btn-primary:active,div.btn-primary a:active,div.rev-btn.btn.btn-primary:active,div.btn-primary button:active,input[type=submit].btn-primary:active {}
input[type=submit].btn-primary:hover {background-color: rgba(70,70,71,1) !important;}

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{overflow: hidden; color: rgba(255, 255, 255, 1) !important; border-radius: 5px !important;-webkit-border-radius: 5px !important;-moz-border-radius: 5px !important; background-color: rgba(39,179,138,1) !important; }
a.btn-second:before,span.btn-second:before,button.btn-second:before,div.btn-second a:before,div.rev-btn.btn.btn-second:before,div.btn-second button:before,input[type=submit].btn-second:before {content: ''; position: absolute;top: 0;left: 0;width: 150%;height: 110%;background: rgba(70,70,71,1);z-index: -1;-webkit-transform: rotate3d(0, 0, 1, 0deg);transform: rotate3d(0, 0, 1, 0deg);transform-origin: 0% 100%;-webkit-transition: all 0.4s;transition:all 0.4s;}
a.btn-second:hover:before,span.btn-second:hover:before,button.btn-second:hover:before,div.btn-second a:hover:before,div.rev-btn.btn.btn-second:hover:before,div.btn-second button:hover:before,input[type=submit].btn-second:hover:before {opacity: 1; b-webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);}
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(39,179,138,1) !important}
input[type=submit].btn-second {background-color: rgba(70,70,71,1) !important; border-color: rgba(70,70,71,1) !important;}
input[type=submit].btn-second:hover {color: #fff !important; background-color: rgba(39,179,138,1) !important; border-color: rgba(39,179,138,1) !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 {overflow: hidden;background-color: transparent !important;border-color: rgba(39,179,138,1) !important;color: rgba(39,179,138,1) !important;border-radius: 5px !important;-webkit-border-radius: 5px !important;-moz-border-radius: 5px !important;}
a.btn-success:before,button.btn-success:before,div.btn-success a:before,div.rev-btn.btn.btn-success:before,div.btn-success button:before,input[type=submit].btn-success:before {content: '';position: absolute;top: 0;left: 0;width: 150%;height: 110%;background: rgba(39,179,138,1);z-index: -1;-webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);-webkit-transform-origin: 0% 100%;transform-origin: 0% 100%;-webkit-transition:all 0.3s;transition:all 0.3s;}
a.btn-success:hover:before,button.btn-success:hover:before,div.btn-success a:hover:before,div.rev-btn.btn.btn-success:hover:before,div.btn-success button:hover:before,input[type=submit].btn-success:hover:before {opacity: 1;background-color: rgba(39,179,138,1);-webkit-transform: rotate3d(0, 0, 1, 0deg);transform: rotate3d(0, 0, 1, 0deg);}
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 {background-color: rgba(39,179,138,1) !important; border-color: rgba(39,179,138,1) !important; color: #FFF !important}
a.btn-success:active,button.btn-success:active,div.btn-success a:active,div.rev-btn.btn.btn-success:active,div.btn-success button:active,input[type=submit].btn-success:active,a.btn-success:focus,button.btn-success:focus,div.btn-success a:focus,div.rev-btn.btn.btn-success:focus,div.btn-success button:focus,input[type=submit].btn-success:focus {}
input[type=submit].btn-success:hover {background-color: rgba(39,179,138,1) !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: transparent !important;border: none !important;color: #171b21 !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 {background-color: transparent !important;color: rgba(39,179,138,1) !important;border-color: rgba(39,179,138,1) !important}
a.btn-link:active,button.btn-link:active,div.btn-link a:active,div.rev-btn.btn.btn-link:active,div.btn-link button:active,input[type=submit].btn-link:active,a.btn-link:focus,button.btn-link:focus,div.btn-link a:focus,div.rev-btn.btn.btn-link:focus,div.btn-link button:focus,input[type=submit].btn-link:focus {}
input[type=submit].btn-link:hover {background-color: transparent !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  {overflow: hidden;background-color: transparent !important;border-color: rgba(191, 192, 199, 1) !important;color: rgba(191, 192, 199, 1) !important;border-radius: 5px !important;-webkit-border-radius: 5px !important;-moz-border-radius: 5px !important;}
a.btn-gray:before,button.btn-gray:before,div.btn-gray a:before,div.btn-gray a:before,div.rev-btn.btn.btn-gray:before,div.btn-gray button:before,input[type=submit].btn-gray:before { content: '';position: absolute;top: 0;left: 0;width: 150%;height: 110%;background: rgba(191, 192, 199, 1);z-index: -1;-webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);-webkit-transform-origin: 0% 100%;transform-origin: 0% 100%;-webkit-transition:all 0.3s;transition:all 0.3s;}
a.btn-gray:hover:before,button.btn-gray:hover:before,div.btn-gray a:hover:before,div.btn-gray a:hover:before,div.rev-btn.btn.btn-gray:hover:before,div.btn-gray button:hover:before,input[type=submit].btn-gray:hover:before {opacity: 1;background-color: rgba(191, 192, 199, 1);-webkit-transform: rotate3d(0, 0, 1, 0deg);transform: rotate3d(0, 0, 1, 0deg);}
a.btn-gray:hover,button.btn-gray:hover,div.btn-gray a: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-gray:active,button.btn-gray:active,div.btn-gray a:active,div.rev-btn.btn.btn-gray:active,div.btn-gray button:active,input[type=submit].btn-gray:active,a.btn-gray:focus,button.btn-gray:focus,div.btn-gray a:focus,div.rev-btn.btn.btn-gray:focus,div.btn-gray button:focus,input[type=submit].btn-gray:focus {}
input[type=submit].btn-gray:hover {background-color: rgba(191, 192, 199, 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{overflow: hidden;background-color: transparent !important;border: 1px solid rgba(255, 255, 255, 1) !important;color: rgba(255, 255, 255, 1) !important;border-radius: 5px !important;-webkit-border-radius: 5px !important;-moz-border-radius: 5px !important;}
a.btn-warning:before,button.btn-warning:before,div.btn-warning a,div.rev-btn.btn.btn-warning:before,div.btn-warning button:before,input[type=submit].btn-warning:before {content: '';position: absolute;top: 0;left: 0;width: 150%;height: 110%;background: rgba(255, 255, 255, 1);z-index: -1;-webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);-webkit-transform-origin: 0% 100%;transform-origin: 0% 100%;-webkit-transition:all 0.3s;transition:all 0.3s;}
a.btn-warning:hover:before,button.btn-warning:hover:before,div.btn-warning a:hover:before,div.rev-btn.btn.btn-warning:hover:before,div.btn-warning button:hover:before,input[type=submit].btn-warning:hover:before {opacity: 1;background-color: rgba(255, 255, 255, 1);-webkit-transform: rotate3d(0, 0, 1, 0deg);transform: rotate3d(0, 0, 1, 0deg);}
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(255, 255, 255, 1) !important;border-color: rgba(255, 255, 255, 1) !important;color: rgba(28, 26, 27, 1) !important}
a.btn-warning:active,button.btn-warning:active,div.btn-warning a:active,div.rev-btn.btn.btn-warning:active,div.btn-warning button:active,input[type=submit].btn-warning:active,a.btn-warning:focus,button.btn-warning:focus,div.btn-warning a:focus,div.rev-btn.btn.btn-warning:focus,div.btn-warning button:focus,input[type=submit].btn-warning:focus {}
input[type=submit].btn-warning:hover {background-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 {overflow: hidden;border-color: rgba(255, 255, 255, 1) !important;color: rgba(28, 26, 27, 1) !important;border-radius: 5px !important;-webkit-border-radius: 5px !important;-moz-border-radius: 5px !important;}
a.btn-danger:before,button.btn-danger:before,div.btn-danger a:before,div.rev-btn.btn.btn-danger:before,div.btn-danger button:before,input[type=submit].btn-danger:before {content: '';position: absolute;top: 0;left: 0;width: 150%;height: 110%;background: rgba(255, 255, 255, 1);z-index: -1;-webkit-transform: rotate3d(0, 0, 1, 0deg);transform: rotate3d(0, 0, 1, 0deg);}
a.btn-danger:hover:before,button.btn-danger:hover:before,div.btn-danger a:hover:before,div.rev-btn.btn.btn-danger:hover:before,div.btn-danger button:hover:before,input[type=submit].btn-danger:hover:before { opacity: 1;background-color: rgba(255, 255, 255, 1);-webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);-webkit-transform-origin: 0% 100%;transform-origin: 0% 100%;-webkit-transition: all 0.4s;transition:all 0.4s;}
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 {background-color: transparent !important;border-color: rgba(255, 255, 255, 1) !important;color: #FFF !important}
a.btn-danger:active,button.btn-danger:active,div.btn-danger a:active,div.rev-btn.btn.btn-danger:active,div.btn-danger button:active,input[type=submit].btn-danger:active,a.btn-danger:focus,button.btn-danger:focus,div.btn-danger a:focus,div.rev-btn.btn.btn-danger:focus,div.btn-danger button:focus,input[type=submit].btn-danger:focus,a.btn-danger:active:focus,button.btn-danger:active:focus,div.btn-danger a:active:focus,div.btn-danger button:active:focus,input[type=submit].btn-danger:active:focus,a.btn-danger:active:hover,button.btn-danger:active:hover,div.btn-danger a:active:hover,div.btn-danger button:active:hover,input[type=submit].btn-danger:active:hover {}
input[type=submit].btn-danger {    background-color: #fff !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 {overflow: hidden;color: rgba(39,179,138,1) !important;border-color: #FFF !important;background-color: rgba(0, 0, 0, 0.1)!important;border-radius: 5px !important;-webkit-border-radius: 5px !important;-moz-border-radius: 5px !important;}
a.btn-white:before,button.btn-white:before,div.btn-white a:before,div.rev-btn.btn.btn-white:before,div.btn-white button:before,input[type=submit].btn-white:before {content: '';position: absolute;top: 0;left: 0;width: 150%;height: 110%;background: rgba(191, 192, 199, 1);z-index: -1;-webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);-webkit-transform-origin: 0% 100%;transform-origin: 0% 100%;-webkit-transition:all 0.3s;transition:all 0.3s;}
a.btn-white:hover:before,button.btn-white:hover:before,div.btn-white a:hover:before,div.rev-btn.btn.btn-white:hover:before,div.btn-white button:hover:before,input[type=submit].btn-white:hover:before{opacity: 1;background-color: rgba(191, 192, 199, 1);-webkit-transform: rotate3d(0, 0, 1, 0deg);transform: rotate3d(0, 0, 1, 0deg);}
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 {background-color: transparent!important;color: rgba(35,31,32,1) !important;border-color: rgba(255, 255, 255, 1) !important}
a.btn-white:focus,button.btn-white:focus,div.btn-white a:focus,div.rev-btn.btn.btn-white:focus,div.btn-white button:focus,input[type=submit].btn-white:focus,a.btn-white:active,button.btn-white:active,div.btn-white a:active,div.rev-btn.btn.btn-white:active,div.btn-white button:active,input[type=submit].btn-white:active {}
input[type=submit].btn-white:hover {background-color: transparent!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 {overflow: hidden;background-color: rgba(39,179,138,1) !important;color: rgba(255, 255, 255, 1) !important;border-color: rgba(39,179,138,1) !important;border-radius: 5px !important;-webkit-border-radius: 5px !important;-moz-border-radius: 5px !important;}
a.btn-standard:before,button.btn-standard:before,div.btn-standard a:before,div.rev-btn.btn.btn-standard:before,div.btn-standard button:before,input[type=submit].btn-standard:before {content: '';position: absolute;top: 0;left: 0;width: 150%;height: 110%;background: rgba(39,179,138,1);z-index: -1;-webkit-transform: rotate3d(0, 0, 1, 0deg);transform: rotate3d(0, 0, 1, 0deg);}
a.btn-standard:hover:before,button.btn-standard:hover:before,div.btn-standard a:hover:before,div.rev-btn.btn.btn-standard:hover:before,div.btn-standard button:hover:before,input[type=submit].btn-standard:hover:before {opacity: 1;background-color: rgba(39,179,138,1);-webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);-webkit-transform-origin: 0% 100%;transform-origin: 0% 100%;-webkit-transition: all 0.4s;transition:all 0.4s;}
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 {color: rgba(39,179,138,1) !important;background-color: transparent !important;border-color: rgba(39,179,138,1) !important}
a.btn-standard:focus,button.btn-standard:focus,div.btn-standard a:focus,div.rev-btn.btn.btn-standard:focus,div.btn-standard button:focus,input[type=submit].btn-standard:focus,a.btn-standard:active,button.btn-standard:active,div.btn-standard a:active,div.rev-btn.btn.btn-standard:active,div.btn-standard button:active,input[type=submit].btn-standard:active {}

a.btn-green,button.btn-green,div.btn-green a,div.rev-btn.btn.btn-green,div.btn-green button,input[type=submit].btn-green {overflow: hidden;background-color: rgba(39,179,138,1) !important;color: rgba(255, 255, 255, 1) !important;border-color: rgba(39,179,138,1) !important;border-radius: 5px !important;-webkit-border-radius: 5px !important;-moz-border-radius: 5px !important;}
a.btn-green:before,button.btn-green:before,div.btn-green a:before,div.rev-btn.btn.btn-green:before,div.btn-green button:before,input[type=submit].btn-green:before {content: '';position: absolute;top: 0;left: 0;width: 150%;height: 100%;background-color: rgba(28,161,122,1);z-index: -1;-webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);-webkit-transform-origin: 0% 100%;transform-origin: 0% 100%;-webkit-transition: all 0.4s;transition:all 0.4s;}
a.btn-green:hover:before,button.btn-green:hover:before,div.btn-green a:hover:before,div.rev-btn.btn.btn-green:hover:before,div.btn-green button:hover:before,input[type=submit].btn-green:hover:before {opacity: 1;background-color: rgba(28,161,122,1);-webkit-transform: rotate3d(0, 0, 1, 0deg);transform: rotate3d(0, 0, 1, 0deg);}
a.btn-green:hover,button.btn-green:hover,div.btn-green a:hover,div.rev-btn.btn.btn-green:hover,div.btn-green button:hover,input[type=submit].btn-green:hover {color: #FFF !important;background-color: rgba(28,161,122,1) !important;border-color: rgba(28,161,122,1) !important}
a.btn-green:focus,button.btn-green:focus,div.btn-green a:focus,div.rev-btn.btn.btn-green:focus,div.btn-green button:focus,input[type=submit].btn-green:focus,a.btn-green:active,button.btn-green:active,div.btn-green a:active,div.rev-btn.btn.btn-green:active,div.btn-green button:active,input[type=submit].btn-green:active {}

input[type=submit].btn-standard:hover {background-color: transparent !important;}
.vc_btn3.vc_btn3-size-md.vc_btn3-icon-left:not(.vc_btn3-o-empty) {padding-left: 48px !important;}
.vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) {padding-left: 48px !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
*/
/* 404 */
.e404 {  display: block; }
.e404 p {text-align: center}
.e404 .block {position: relative;display: block; width: 550px; margin: 0 auto;}
.e404 img {max-width: 100%}
.e404 .big {font-family: Roboto;text-align: center; margin-bottom: 30px; font-size: 200px;line-height: 200px;font-weight: bold; color: rgba(52,63,85,1)}
.e404 h2 {text-align: center; margin-bottom: 30px;}

.e404 .wrapper { width: 100px; height: 100px;  position: absolute; display: block; top: -40px; right:-40px; clip: rect(auto, auto, auto, auto); z-index: 1;}
.e404 .circle {  width: 100px; height: 100px; border: 10px solid rgba(39,179,138,1); border-radius: 50px; position: absolute; clip: rect(0px, 50px, 100px, 0px);z-index: 2;}
.e404 .circle[data-anim~=left] {  -webkit-transform: rotate(270deg);  -ms-transform: rotate(270deg);  transform: rotate(270deg)}
.e404 .circle[data-anim~=right] { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg);}

.e404 .wrapper span {font-size: 50px; color:rgba(39,179,138,1);line-height: 60px;  display: block; height: 100px; width: 100px; position: absolute;top:0;left:0;z-index: 5}



@-webkit-keyframes rotating-cog-404  {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotating-cog-404 {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.sicon-404-1:before{
    font-family: 'FontAwesome' !important;content: "\f013";font-size: 100px;display: inline-block;	font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-animation: rotating-cog-404 6s linear infinite;-moz-animation: rotating-cog-404 6s linear infinite;-ms-animation: rotating-cog-404 6s linear infinite;-o-animation: rotating-cog-404 6s linear infinite;animation: rotating-cog-404 6s linear infinite;	}
.e404 .dividerdouble {margin: 30px auto; width: 90px; height: 4px; border-top: 1px #e4e4e5 solid;border-bottom: 1px #e4e4e5 solid; clear: both;}
.e404 .search-form { position: relative; height: 100px; margin: 0 auto 40px auto; width: 100%; max-width: 600px;}
.e404 .search-form label { float: left; width: -webkit-calc(100% - 53px); width: calc(100% - 53px); margin-bottom: 20px;}
.e404 .search-form input[type=search] {width: 100%;  display: inline-block; min-width: 200px; margin-right: 20px; float:left; background-color: rgba(255,255,255,1) !important; border: 1px solid rgba(246,246,246,1) !important;-webkit-appearance: none;}
.e404 .search-form input[type=submit] {width: 50px;  display: inline-block; float: left; background-color: rgba(0,0,0,0.2)!important; color: transparent !important; padding: 13px 25px !important;}
.e404 .search-form input[type=submit]:hover {background-color: rgba(39,179,138,1) !important; opacity: 0.7}
.e404 .search-form:before{ content: "\f002" !important;  font-family: 'FontAwesome' !important;  color: rgba(35,31,32,1); position: absolute; right: 17px; top: 8px;}

/* Pagination */
.pagination {width:100%; text-align:center; padding: 20px 0 50px 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:first-child > a, .pagination ul li:last-child > a { border: none !important;}
.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:35px; width:35px; text-align:center;   border:1px rgba(230,231,232,1) solid; padding:5px 10px 10px 10px;  font-size:15px; color:rgba(136,136,136,1); -webkit-transition: all 500ms;
    transition: all 500ms; }
.pagination ul li a .icon {margin-top:4px; display:block}
.pagination ul li.active a { border-color: rgba(35,31,32,1); color: rgba(35,31,32,1)}
.pagination ul li.disabled a {color:rgba(136,136,136,1)}
.pagination ul li.disabled a:hover {color:rgba(30,34,72,1);}
.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(230,231,232,1); background-color: rgba(255,255,255,1); color: rgba(30,34,72,1)}
.pagination ul li a:hover .icon {color: #FFF}

.post-password-form input[type=password] {width: 400px; margin: 0 20px; float: right;}
.post-password-form label {  float: left; width: auto; }

.page-links {  text-align: center; margin-bottom: 40px; clear: both}
.page-links span { display:inline-block; text-decoration:none; font-family: Roboto;margin:0 5px; height:48px; width:48px; text-align:center;  padding:11px 13px 13px 13px; font-weight:bold; font-size:20px; line-height: 24px; line-height: 24px; color:rgba(136,136,136,1);}
.page-links a span { display:inline-block; font-weight:bold;  color:rgba(39,179,138,1); background-color: transparent;  -webkit-transition: all 500ms;
    transition: all 500ms; border:2px rgba(39,179,138,1) solid;}
.page-links a:hover span { text-decoration:none; background-color:rgba(39,179,138,1); border-color:rgba(39,179,138,1); color: #FFF}
.page-links span {}
.page-links span.page-links-title { background-color: transparent; border-color: transparent; width: auto; }
.nav-next {}
.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 transparent solid; padding:11px 20px 10px 20px; font-weight:bold; font-size:15px; color:rgba(136,136,136,1); -webkit-transition: all 500ms;
    transition: all 500ms; white-space: nowrap; line-height: 26px}
.blogpagination a:hover {text-decoration:none; border-color:rgba(39,179,138,1); background-color: rgba(39,179,138,1); color: #FFF}
.blogpagination span {  border-color: rgba(39,179,138,1); color: rgba(39,179,138,1); white-space: nowrap}



/* Testimonial single */
.testimonialsingle {position: relative; width: 100%; margin: 0 auto 60px auto; padding: 0 15% 0 15%}
.testimonialsingle:before {content: "\f10d"; position: absolute; top: 60%; left: 0px; margin-top: -25px; font-family: 'FontAwesome'; font-size: 50px; color: rgba(235,236,237,1); display: block; width: 40px; height: 40px;}
.testimonialsingle:after {content: "\f10d"; transform: rotate(-180deg);  position: absolute; top: 78%; right: 0px; margin-top: -25px; font-family: 'FontAwesome'; font-size: 50px; color: rgba(235,236,237,1); display: block; width: 40px; height: 40px;}
.testimonialsingle .mention p{ text-align: center; color:rgba(35,31,32,1); font-size: 18px; font-weight: 600; margin-bottom: 20px;}
.testimonialsingle .entry-meta { margin: 0; padding: 0}
.testimonialsingle .about{text-align: center;}
.testimonialsingle .mention, .testimonialsarchive .mention {}
.testimonialsingle .mention .entry-meta {color:#9b9c9e; font-style: normal; font-size: 15px; margin: 0; padding: 0; border-bottom: 0}
.testimonialsingle .face {display: block; margin: 0 40px 20px 0; float: left;text-align: center;}
.testimonialsingle strong, .testimonialsarchive strong {font-size: 18px;  color:rgba(39,179,138,1)}
.testimonialsingle .face p, .testimonialsarchive strong+p  {color:#9b9c9e; font-size: 15px}
.testimonialsingle img {border-radius: 100px; margin-bottom: 10px; height: 100px; width: 100px; z-index: 999;}
.testimonialsingle .icon-quote-right {position: absolute; right:20px; top:20px; font-size: 90px; color: rgba(229, 192, 125, 0.15);}
.post-navigation {margin-bottom: 80px}
.paging-navigation {margin-bottom: 80px}
.paging-navigation:before {content: ""; display: block; clear: both}
.testimonialsingle .postname{font-size: 18px;  color: rgba(148,153,165,1); border-bottom: 1px rgba(255,255,255,0.36) solid; padding-bottom: 10px;}
.testimonialsingle .wrapper { width: 100%; height: 100px;  position: relative; display: block; clip: rect(auto, auto, auto, auto); z-index: 1; margin-bottom: 35px;}
.testimonialsingle .wrapper img{width: 100px; display: block; margin: 0 auto;}
.testimonialsingle .circle {  width: 160px; height: 160px; border: 6px solid rgba(230,191,54,1); border-radius: 150px; position: absolute; clip: rect(0px, 80px, 81px, 0px);z-index: 2; top: 0;left: 0;}
.testimonialsingle .circle[data-anim~=left] {  -webkit-transform: rotate(-30deg);  -ms-transform: rotate(-30deg);  transform: rotate(-30deg)}
.testimonialsingle .circle[data-anim~=right] { -webkit-transform: rotate(-115deg); -ms-transform: rotate(-115deg); transform: rotate(-115deg);}
.testimonialsingle .wrapper span {font-size: 50px; color:rgba(39,179,138,1);line-height: 60px; padding: 18px 25px 22px 25px; display: block; height: 150px; width: 150px; position: absolute;top:0;left:0;z-index: 5}

.site-content:after {content: ""; display: block; clear: both}

/* Testimonials Archive */
.testimonialsarchive {}
.testimonialsarchive:after {content: ""; display: block; clear: both}
.testimonialsarchive .mention{ margin-top: 70px; text-align: center !important;margin-bottom: 40px;}
.testimonialsarchive .testimonial { margin-right: 0; text-align: center;  position: relative;  min-height: 100px; margin-top: 10px;}
.testimonialsarchive .mention p{ text-align: center; color:rgba(35,31,32,1); font-size: 18px; font-weight: 600; margin-bottom: 20px;}
.testimonialsarchive .line-clamp {display: -webkit-box; font-weight: 700 }
.testimonialsarchive .testimonial .entry-content {margin: 0 0 80px 0;}
.testimonialsarchive .testimonial:nth-of-type(3n) {margin-right: 0;}
.testimonialsarchive .testimonial:nth-of-type(3n+1) {clear: both}
.testimonialsarchive .testimonial:first-child {clear: none}
.testimonialsarchive .testimonial img {border-radius: 100px; margin-bottom: 10px; height: 105px; width: 105px;  position: relative; }
.testimonialsarchive .about{text-align: center;}
.testimonialsarchive .about strong { color: rgba(39,179,138,1); font-size: 18px; display: block; line-height: 1em;}
.testimonialsarchive .testimonial .postname{color: rgba(148,153,165,1); font-size: 14px}
.testimonialsarchive .testimonial .wrapper { width: 100%; height: 100px; margin-bottom: 20px; position: relative; display: block; clip: rect(auto, auto, auto, auto); z-index: 1}
.testimonialsarchive .wrapper a{width: 100px; display: block; margin: 0 auto;}
.testimonialsarchive .testimonial .circle {  width: 100px; height: 100px; border: 6px solid rgba(230,191,54,1); border-radius: 150px; position: absolute; clip: rect(0px, 80px, 81px, 0px);z-index: 2; top: 0;left: 0;}
.testimonialsarchive .testimonial .circle[data-anim~=left] {  -webkit-transform: rotate(-30deg);  -ms-transform: rotate(-30deg);  transform: rotate(-30deg)}
.testimonialsarchive .testimonial .circle[data-anim~=right] { -webkit-transform: rotate(-115deg); -ms-transform: rotate(-115deg); transform: rotate(-115deg);}
.testimonialsarchive .testimonial .wrapper span {font-size: 50px; color:rgba(39,179,138,1);line-height: 60px; padding: 18px 25px 22px 25px; display: block; height: 150px; width: 150px; position: absolute;top:0;left:0;z-index: 5}


/* Testimonials Shortcode 4 */
.testimonials_box_four {}
.testimonials_box_four .mention{ font-weight: 600; margin-bottom: 40px;}
.testimonials_box_four .slick-next, .testimonials_box_four .slick-prev { position: initial;cursor: pointer;}
.testimonials_box_four .testimonial {margin-top: 0;}
.testimonialsarchive .testimonials_box_four .testimonial img {margin-top: 0}
.testimonials_box_four .slick-next:before, .testimonials_box_four .slick-prev:before {font-family: 'Repair'; font-size:65px; display:block; height:65px; width:65px;  position:absolute; visibility:visible;  -webkit-transition: all 600ms; transition: all 600ms; z-index: 9999; overflow: visible;cursor: pointer; }
.testimonials_box_four button.slick-prev, .testimonials_box_four button.slick-next{ background-color: transparent; font-size: 0; padding: 0; border: none; outline: 0; height: 65px; width: 65px;line-height: 65px; cursor: pointer; z-index: 99;}
.testimonials_box_four button.slick-prev:focus, .testimonials_box_four button.slick-next:focus, .testimonials_box_four button.slick-prev:active, .testimonials_box_four button.slick-next:active {box-shadow: none;}
.testimonials_box_four .slick-prev {left: 25px; top:125px;  position:absolute; }
.testimonials_box_four .slick-next { right: 25px; top:125px; position:absolute; }
.testimonials_box_four .slick-prev:before {content: "\ea33";  color:rgba(91,94,122,1);}
.testimonials_box_four .slick-next:before {content: "\ea35"; color:rgba(91,94,122,1);}
.testimonials_box_four .slick-prev:hover:before, .testimonials_box_four .slick-next:hover:before { cursor:pointer}
.testimonials_box_four .slick-prev:hover {color:rgba(39,179,138,1); z-index: 999}
.testimonials_box_four .slick-next:hover {color:rgba(39,179,138,1); z-index: 999}
.testimonials_box_four .slick-prev:hover:before {color:rgba(39,179,138,1);}
.testimonials_box_four .slick-next:hover:before { color:rgba(39,179,138,1);}
.testimonials_box_four .slick-list, #digitalti .slick-slide.slick-active {z-index: 9}
.testimonials_box_four .item  {outline: none; padding: 0 100px;}
.testimonials_box_four .item > img {width:115px; height:115px;  border-radius:150px;  margin: 0 auto 20px auto;}
.testimonials_box_four .item > a > img {border:0; outline: none}


/* Testimonials Shortcode 1 */
.testimonials_box {padding: 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(39,179,138,1)}
.testimonials_box .item:nth-child(even) .bubbles .mention  {background-color:#364157; margin-top:25px}
.testimonials_box .mention {color:#FFF; line-height: 1.4em;}
.testimonials_box .mention p {color:#FFF; line-height: 1.4em;}


.testimonials_box .item:nth-child(odd) .mention {color:rgba(255,255,255,1); }
.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(39,179,138,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 #364157; border-bottom: 22px solid transparent; z-index: -1;}
.testimonials_box .bubbles .face strong {font-size: 30px; color: rgba(35,31,32,1); margin-top: 10px; display: block;  padding-top: 20px;}
.testimonials_box .bubbles .face p {text-transform: uppercase; color: rgba(39,179,138,1); font-size: 15px;}
.testimonials_box .item:nth-child(even) .bubbles .face p{text-align: right}
.testimonials_box .item:nth-child(odd) .mention {background-color:rgba(39,179,138,1)}
.testimonials_box .item:nth-child(odd) .face {margin:60px auto auto 60px; }
.testimonials_box .item:nth-child(odd) .face img {float:left; margin-right:20px; border-radius:100px; height: 115px; width: 115px}
.testimonials_box .item:nth-child .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 img {float:right; margin-left:20px; border-radius:100px; height: 115px; width: 115px}
.testimonials_box .slick-dots {text-align: center; height:25px; list-style: none; margin: 0 auto 20px auto;  padding: 0;bottom:15px}
.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 500ms;  transition: all 500ms; 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 !important;}
.mentionIcon:before {content: "\f10d"; position: absolute;  left: 50%; margin-left: -20px;  font-family: 'FontAwesome'; font-size: 46px; color: rgba(39,179,138,1); display: block; width: 40px; height: 40px; text-align: center; line-height: 40px; top: -10px;}
#digitalti .mention p {padding: 0 40px;  line-height: 1.4em; text-align:center!important;  max-height: 126px; overflow: hidden; font-style: italic; font-weight: 500 !important;}
#digitalti .mention p:last-child {margin-bottom: 0}
#digitalti .mention {padding: 20px 40px 40px 40px !important; position: relative; line-height: 1.4em; text-align:center!important;  font-weight: 600!important;}
.mainpage{margin-top: 60px !important;}
.mentionIcon.mainpage:before{top:-50px !important; }
#digitalti .item {outline: none}
#digitalti .face {}
#digitalti .face img {width:115px; height:115px;  border-radius:150px;  margin: 0 auto 20px auto;}
#digitalti .face a img {border:0; outline: none}
#digitalti .face strong {display: block;  font-size: 26px; font-weight: bold;}
#digitalti .face p {text-align:center !important;  color:rgba(39,179,138,1);  font-size: 18px;}
#digitalti .slick-next, #digitalti .slick-prev {background-color: transparent; font-size: 0;padding: 0; border: none;  outline: 0;height: 50px; width: 50px;line-height: 50px; cursor: pointer; z-index: 99;position:absolute;}


/* Testimonials Shortcode 4 */
#digitalti .slick-prev:before, #digitalti .slick-next:before { font-family: 'Repair'; color:#d2ced6; font-size:50px; display:block; height:50px; width:50px;  line-height:50px; position:absolute;    visibility:visible;  -webkit-transition: all 600ms; transition: all 600ms; z-index: 99; overflow: visible; border:0; }
#digitalti .slick-prev {left: 150px;}
#digitalti .slick-next {right: 150px;}
#digitalti .slick-prev, #digitalti .slick-next{box-shadow: none;top: 30px;}
#digitalti .slick-prev:before {content: "\ea34";}
#digitalti .slick-next:before {content: "\ea36";}
#digitalti .slick-prev:hover:before,  #digitalti .slick-next:hover:before {color:rgba(39,179,138,1); cursor:pointer}
#digitalti .slick-prev:hover:after, #digitalti .slick-next:hover:after{border-color:rgba(39,179,138,1)}
#digitalti .slick-list, #digitalti .slick-slide.slick-active {z-index: 9;  height: 480px;}
.layout3 .slick-slide.slick-active{ height: 330px !important;}
.layout3 .slick-list{height: 330px !important;}
#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 0 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;width: 100%;overflow: visible;height: 30px;list-style: none;margin: 0 auto 30px auto;padding: 0;position: absolute;z-index: 20;top: 50%;left: 0;}
#digitalti .slick-dots li {display: inline-block; zoom: 1; *display: inline; /*IE7 life-saver */ margin: 0;}
#digitalti .slick-dots li button {display: block;width: 10px;height: 10px;margin: 5px 7px;border-radius: 20px;background-color: transparent !important;-webkit-transition: all 200ms;  transition: all 200ms; border: 1px #fff solid; font-size: 0;padding: 0; outline: none; cursor:pointer}
#digitalti .slick-dots li button:hover {background-color: #fff !important;-webkit-transform: scale(1.5);-ms-transform: scale(1.5);transform: scale(1.5)}
#digitalti .slick-dots li button:active, #digitalti .slick-dots li button:focus {outline: none}
#digitalti .slick-dots li.slick-active button  {background-color: #fff !important;-webkit-transform: scale(1.5);-ms-transform: scale(1.5);transform: scale(1.5)}
#digitalti .slick-dots li button:before {content: none}
#digitalti .slick-dots li button:hover:before {-webkit-transform: scale(1.5);-ms-transform: scale(1.5);transform: scale(1.5);}


/* Testimonial Widget */
.widget_testimonial_carousel {margin-bottom: 40px;}
.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(39,179,138,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 500ms;  transition: all 500ms; 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 {font-size: 12px;color: #ebebeb;}
.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: 'alico'; font-size: 16px; color: rgba(39,179,138,1); background-color: transparent; border: 1px rgba(39,179,138,1) solid; padding: 6px 9px; -webkit-transition: all 500ms; transition: all 500ms;}
.widget_testimonial_carousel .slick-prev:hover:before, .widget_testimonial_carousel .slick-next:hover:before {color:#FFF; background-color: rgba(39,179,138,1); cursor: pointer}
.widget_testimonial_carousel .slick-prev:before {content: "\e8bf";}
.widget_testimonial_carousel .slick-next:before {content: "\e8c0";}
.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}

/* Teammmates */
.team-slide {margin: 0 0 40px 0;position: relative;}
.team-slide .team-item {position: relative; overflow: hidden; padding: 0 15px; margin-bottom: 20px; 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(3n+1) {clear: both}
.team-slide .meta-info {text-align: center;  overflow: hidden; -webkit-transition: 1s;transition: 1s; padding: 4px 0 10px 0;}
.team-slide .meta-info > span {display: block; height: 20px; }
.team-slide .meta-info .memberphone a {font-size: 18px; font-weight: 400; text-decoration: none}
.team-slide .meta-info .memberemail a {font-size:14px; font-weight: 400; color:rgba(35,31,32,1)}
.memberphone {font-size: 18px; color: rgba(39,179,138,1); font-weight: 400; text-decoration: none}
.memberemail {font-size:14px; font-weight: 400; color:rgba(35,31,32,1); text-decoration: underline;  line-height: 40px;}
.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 .main-info .name {color: #171b21;text-align: center;font-size: 25px;text-transform: uppercase;margin-bottom: 5px;display: block;font-weight: bold;}
.team-slide .main-info .regalies {color: rgba(39,179,138,1);font-size: 18px;display: block;}
.team-slide .photo {position: relative; padding:0; overflow: hidden; display: block; text-align: center; background-position: center top;}
.team-slide .photo img { -webkit-transition: 1.5s; transition: 1.5s; width: 220px; height: 220px;  border-radius: 50%; margin: 0 auto;}
.team-slide .photo img:active{outline:none;}
.team-slide .team-overlay { width: 100%; height: 100%;  z-index: 999;top: -100%;left: 0;-webkit-transition: 1s;transition: 1s;overflow: hidden;}
.team-slide .team-overlay-link {font-size: 26px; top:0; text-align: center; margin-top: 10px;}
.team-slide .team-overlay-link a {color: rgba(35,31,32,1); position: relative;   display: inline-block; text-decoration: none;  background-color: transparent; padding: 3px; margin-left: 0;  width: 24px; height: 24px; font-size: 14px; font-weight: bold; margin-right: 20px;}
.team-slide .team-overlay-link a:last-child{margin-right: 0px;}
.team-slide .team-overlay-link a:before{ content:"";  display:block;  width: 30px;  height: 30px;  position:absolute; top:4px;  left:-3px;  background-color: rgba(230,231,232,1); border-radius: 50%; }
.team-slide .team-overlay-link a i{ position:relative; z-index: 10}
.team-slide .team-overlay .name {display: block; text-align: left; font-weight: bold; text-align: center; margin-top: 27px}
.team-slide .team-overlay .name a {font-size: 18px; color: rgba(35,31,32,1); text-decoration: none; }
.team-slide .team-overlay .regalies {font-size: 14px; line-height: 18px; font-weight: 400; color: rgba(35,31,32,1);  text-align: center; display: block;}
.team-slide .floatbottom { bottom:0; width: 100%; height: auto; padding: 0 20px; }

/* Teammate page */
.teammate h1 {text-align: left; margin-bottom: 15px}
.teammate .subhead {color: rgba(39,179,138,1);font-size: 18px; font-weight: 500;  margin: -10px 0 5px 0; padding: 0; text-align: left; text-transform: uppercase;  padding-bottom: 10px}
.teammate .navigation {clear: both; margin-top: 65px}
.teammate .contact-list {list-style: none; margin: 0px 0 0 0; padding: 0; }
.teammate .contact-list li { display: inline-block; position: relative; word-break: break-all; margin: 5px 20px 5px 0 !important;}
.teammate .contact-list i {color:rgba(35,31,32,1); font-size: 14px;  margin-right: 10px; position: relative; z-index: 10; width: 24px; height: 24px; text-align: center}
.teammate .contact-list li i:after{ content:"";  display:block;  width: 30px;  height: 30px;  position:absolute; top:-7px;  left:-3px;  background-color: rgba(230,231,232,1); border-radius: 50%; z-index: -1 }
.teammate .socialprofiles {display: block !important;}
.teammate .socialprofiles i {margin-right: 10px}
.teammate .socialprofiles i:first-child {}
.teammate .socialprofiles a i {line-height: 18px;}
.teammate .socialprofiles a {display:inline-block; margin-bottom: 15px; margin-right: 20px; margin-top: 5px; width: 24px; height: 24px; }
.teammate .socialprofiles b{padding-right: 10px;}
.teammate h3 {font-size: 22px; text-align: left; margin-bottom: 15px}
.teammate h2 {font-size: 24px; text-align: left; margin: 50px 0 15px 0; color:rgba(39,179,138,1)}
.teammate .mwa {max-width: 100%; display:block; width: 220px; height: 220px; margin:0px  auto  0 auto;  border-radius: 50%}

/* Team Archive */
.catteam {margin-bottom: 70px}
.catteam:after {content: " "; clear: both; display: block}

/* Team Shortcode */
#team-index { text-align: center;    padding: 0 0 80px 0; }
#team-index:after, #team-index .item:after {content: ""; display: block; clear: both}
#team-index .item { margin:0 ; text-align: left;  outline: none; height: 300px; margin-right: 10px; padding: 40px 20px; background-color: #f3f3f3;}
#team-index .item .teammate { width: calc(100% - 250px); float: right;}
#team-index .item img {border-radius: 150px;}
#team-index .item strong {display:block;  font-size:20px;     margin-bottom: 10px;}
#team-index .item span {display:block;font-size: 14px; text-transform: uppercase; color: rgba(39,179,138,1); text-align: left; margin: 5px 0 15px 0; line-height: 1.2em;}
#team-index .item span:after {}
#team-index .item p {font-size: 15px; color:#9d9f9f;     line-height: 23px;}
#team-index .item .teamprphoto {position: relative; float:left;  height: 220px; margin-right:30px; background-size:cover; background-position: center;}
#team-index .item .overmember {position:absolute;background-color:rgba(0,0,0,0.5);  height:220px; width:220px; text-align:center; -webkit-transition: all 500ms; transition: all 500ms; border-radius: 220px;  top: 0; left: 0; overflow: hidden; opacity: 0}
#team-index .item:hover .overmember {opacity: 1}
#team-index .item .teammate .socialprofiles a {}
#team-index .item .teammate .socialprofiles a:hover {background-color: rgba(39,179,138,1);}
#team-index .item .overmember a i { font-size:44px; -webkit-transition: all 500ms;  transition: all 500ms; color: rgba(39,179,138,1); line-height: 220px;}
#team-index .item .overmember a i:hover {color: #fff}
#team-index .item .overmember a { text-decoration: none }
#team-index .item .teammate .contact-list li { font-size: 16px;}
#team-index .item .contact-list span {display: inline; margin: 0 10px 0 0}
#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; width: 54px; height: 54px; top: auto;}
#team-index .slick-prev:before, #team-index .slick-next:before, #teamsecond .slick-prev:before, #teamsecond .slick-next:before {font-family: 'Repair'; font-size: 22px; color: rgba(39,179,138,1); background-color: transparent; border: 1px rgba(39,179,138,1) solid; border-radius: 50%;  padding: 0; -webkit-transition: all 200ms; transition: all 200ms; line-height: 54px; text-align: center; width: 54px; height: 54px;display: block;}
#team-index .slick-prev:hover:before, #team-index .slick-next:hover:before, #teamsecond .slick-prev:hover:before, #teamsecond .slick-next:hover:before {background-color: rgba(39,179,138,1); color:#fff}
#team-index .slick-prev:before, #teamsecond .slick-prev:before {content: "\ea33";}
#team-index .slick-next:before, #teamsecond .slick-next:before {content: "\ea35";}
#team-index .slick-prev, #teamsecond .slick-prev {left: calc(50% - 80px);  }
#team-index .slick-next, #teamsecond .slick-next {right: calc(50% - 70px); }
#team-index button:active, #team-index button:focus, #teamsecond button:active, #teamsecond button:focus { box-shadow: none}

/* Team Shortcode 2 */
#teamsecond {}
#teamsecond.team-slide .team-item {clear: none}
#teamsecond.team-slide .team-item {margin-bottom: 10px}
#teamsecond .slick-slide{ position: relative }
.teammate_box_second .slick-slide {padding: 0 20px}
#teamsecond .slick-dots {text-align: center; height:25px; list-style: none; margin: 0 auto 10px auto; padding: 0;}
#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: #fff !important;-webkit-transition: all 500ms;  transition: all 500ms; border: 1px rgba(191,192,199,1) solid; font-size: 0;padding: 0; outline: none; cursor:pointer}
#teamsecond .slick-dots li button:active, #teamsecond  .slick-dots li button:focus {outline: none}
#teamsecond .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)}
#teamsecond .slick-dots li button:before {content: none}

/* Counter */
.lawyer_counter {}
.lawyer_counter .stats-text:before {content: "";display:block; height: 4px; width: 38px; border-top: 1px solid #9c9fa2; border-bottom: 1px solid #9c9fa2; margin: 5px auto 20px auto;}
.lawyer_counter .stats-text {text-transform: uppercase;font-family: Roboto;}
.lawyer_counter .stats-number, .lawyer_faq .counter_preffix, .lawyer_faq .counter_suffix {}
.lawyer_counter_second {position: relative}
.lawyer_counter_second .stats-desc {padding-top: 50px}
.lawyer_counter_second .counter_suffix, .lawyer_counter_second {}
.lawyer_counter_second .aio-icon {margin-right: 10px}
.lawyer_counter_second i {color: rgba(39,179,138,1); }
.lawyer_counter_second .stats-text:after{content: "";display:block; height: 4px; width: 38px; border-top: 1px solid #171b21; border-bottom: 1px solid #171b21; margin: 10px auto 20px 0;}
.lawyer_counter_second .stats-text{text-transform: uppercase;font-family: Roboto; position: absolute; top: 0;}
.lawyer_counter_second .stats-number {}
/* FAQ */
.lawyer_faq {}
.lawyer_faq .vc_toggle_title {background-color: #171b21; -webkit-transition: all 500ms;  transition: all 500ms;}
.lawyer_faq.vc_toggle_active .vc_toggle_title {background-color: rgba(39,179,138,1)}
.lawyer_faq .vc_toggle_title h4 {font-size: 17px; font-family:'Ubuntu'; text-transform: uppercase; color:#FFF;margin-left: 10px;}
.lawyer_faq.vc_toggle_size_md.vc_toggle_default .vc_toggle_icon {margin-left: 10px;}
.lawyer_awards_carousel {}

/* Services Archive */
.sell_services { margin-bottom:15px; -webkit-transition: all 500ms;  transition: all 500ms; padding: 0 !important}
.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 .service_wrapper{width: 100%;  height: 270px; overflow: hidden; position: relative;}
.sell_services .entry-thumbnail { position: relative; margin: 0; padding: 0; line-height: 0; z-index: 10; width: 96%; height: 100%; overflow: hidden}
.sell_services .entry-thumbnail > img {position: absolute; top: 0; left: 0; height: 270px; z-index: 1}
.sell_services .ico {display: block;position: absolute; text-align: center; z-index: 20; width: 230px; height: 230px; top: 50%;left: 48%; margin-top: -115px; margin-left: -115px; border-radius: 50%; border: 2px solid rgba(39,179,138,1);transition: all 500ms}
.sell_services:hover .ico {border-color: #fff}
.sell_services .ico img {width:80px; height: 80px; display: block;  margin: 24px auto 0 auto;}
.sell_services .ico a {font-size: 22px; color: #fff; text-decoration: none; font-weight: 600}
.sell_services .more {color:rgba(230,191,54,1); text-transform: uppercase; font-weight: bold; display: block; text-align: right;  margin: 30px 30px 0 30px; text-decoration: none}
.sell_services:nth-child(even) .service_wrapper {}
.sell_services:nth-child(odd) .service_wrapper {}
.sell_services .entry-thumbnail-cover {    z-index: 15;    position: absolute;    top: 0;    left: 0;    width: 96%;    height: 270px;    background-color: rgba(44,48,54,0.85); transition: all 500ms}
.sell_services:hover .entry-thumbnail-cover{    background-color: rgba(142,197,73,0.65);}
.ico:hover + .entry-thumbnail-cover  {    background-color: rgba(142,197,73,0.65);}
.serviceslist {margin-top: 0px; margin-bottom: 80px}
.serviceslist:after {content: " "; display: table; width: 100%; clear: both}
.contactpagezeroing .ultimate-map-wrapper.ult-adjust-bottom-margin {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(230,191,54,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(230,191,54,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}


/* Price Tables */
.pricetable1 {list-style:none; background-color:#fff; margin:0 0 100px 0; padding:0 15px; -webkit-transition: all 500ms; transition: all 500ms; }
.pricetable1 li {padding:10px 10px;  margin:0; font-weight: 700; color: #6d6e71; font-size: 16px; border-top:1px #EBEBEB solid; text-align: center; -webkit-transition: all 500ms; transition: all 500ms; }
.pricetable1 li:first-child{border-top: none}
.pricetable1 li h3 { margin:20px 0}
.pricetable1 li h3 span {display:block; color:rgba(39,179,138,1); margin-bottom:10px}
.pricetable1 li span {font-size:15px; display:block; color:#929292}
.pricetable1 .btn {margin-top: 40px}
.pricetable1 li.bestgreen:first-child {}
.pricetable1 li:first-child { border-top-left-radius:0; border-top-right-radius:0}
.pricetable1 li.worth { font-size:26px; font-weight:bold; padding:20px; background-color: rgba(70,70,71,1);  color: rgba(39,179,138,1);}
.pricetable1 li.worth.besto {background-color:#d7aa59;}
.pricetable1 li:last-child {border-bottom-left-radius:0; border-bottom-right-radius:0;  text-align: center; height: 80px;}
.pricetable1 li:last-child span { display:inline-block; color:#FFF}
.pricetable1 li:before, .pricetable2 li:before, .pricetable2caption li:before {content:none}
.pricetable1:hover li { color:rgba(39,179,138,1);}
.pricetable1:hover li:last-child {}
.pricetable1:hover li.worth {-webkit-transform:scale(1.1, 1);-ms-transform:scale(1.1, 1);transform:scale(1.1, 1);}


.pricetable2, .pricetable2caption {list-style:none; margin:0 0 40px 0;z-index: 3; position: relative;}
.pricetable2caption { padding:0}
.pricetable2caption li{ background-color:rgba(70,70,71,1); text-align:left; font-size:16px; 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}
.pricetable2caption li:nth-child(2) {border-top-left-radius:0;}
.pricetable2caption li:last-child {border-bottom-left-radius:0;}
.pricetable2caption li h3 { margin-bottom:54px}
.pricetable2 {width:100%; padding:0;margin-left:1px; -webkit-transition: all 500ms; transition: all 500ms; }
.pricetable2.recommended {border:1px rgba(39,179,138,1) solid; margin-left:1px; z-index: 10; position: relative;}
.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; font-weight: 700}
.pricetable2 li { background-color:rgba(255,255,255,1); border-bottom:1px #EBEBEB solid;  padding:20px 0 0 0; -webkit-transition: all 500ms; transition: all 500ms; }
.pricetable2 li:first-child {background-color: rgba(70,70,71,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}
.pricetable2 li h3 {margin:20px 0; color: #fff}
.pricetable2 li h3:after {content: ""; display: block;  width: 44px;  height: 4px;  background-color: rgba(39,179,138,1); margin: 31px auto 29px; border-radius:2px}
.pricetable2.recommended li:first-child h3:after {}
.pricetable2 li .fa {font-size:20px; margin-right: 10px;}
.pricetable2 li .fa-times {color:#e94545}
.pricetable2 li .fa-check {color:rgba(39,179,138,1)}
.pricetable2 li.worth { font-size: 30px;font-weight: bold;font-family: Roboto;padding: 10px 0 0 0; color:rgba(39,179,138,1)}
.pricetable2:hover { -webkit-transform:scaleY(1.1); -ms-transform:scaleY(1.1); transform:scaleY(1.1); z-index: 10}
.pricetable2:hover.recommended {border:0}
.pricetable2:hover.recommended li:first-child h3:after {background: #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; }
.pricetable2:hover li { }
.pricetable2:hover li .icon-checkmark4, .pricetable2:hover li .icon-cross2 {}
.pricetable2 li.pro {position: relative}
.pricetable2 li.pro h3 {position: relative; z-index: 999}
.pricetable2 li.pro:after {content:""; background-image:url(../images/best-offer.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;}

.pricetable3 {-webkit-transition: all 500ms; transition: all 500ms;border:2px rgba(255,255,255,1) solid}
.pricetable3:hover {border:2px #171b21 solid }
.pricetable3 .ult_pricing_heading, .pricetable3 .ult_price_body_block  {-webkit-transition: all 500ms; transition: all 500ms;}
.pricetable3:hover .ult_pricing_heading, .pricetable3:hover .ult_price_body_block  {background-color: #171b21 !important; color: #ffffff !important;}
.pricetable3 .cust-subhead, .pricetable3 .ult_price_figure, .pricetable3 .ult_price_term {-webkit-transition: all 500ms; transition: all 500ms;}
.pricetable3:hover .cust-subhead, .pricetable3:hover .ult_price_figure, .pricetable3:hover .ult_price_term {color: #ffffff !important;}
.pricetable3 .ult_pricing_heading .cust-headformat  {-webkit-transition: all 500ms; transition: all 500ms;}
.pricetable3:hover .ult_pricing_heading .cust-headformat  {color: rgba(39,179,138,1) !important;}
.pricetable3 .ult_price_features {}
.pricetable3 .ult_price_features del {color:#9c9fa2}
.pricetable3 .ult_price_action_button {border:2px #171b21 solid !important; border-radius: 0 !important; background-color: #FFF !important; color: #171b21 !important; padding: 10px 20px !important; margin-bottom: 30px !important;}
.pricetable3 .ult_price_action_button:hover {border:2px rgba(39,179,138,1) solid !important; border-radius: 0 !important; background-color: rgba(39,179,138,1) !important; color: #FFF !important;}
.pricetable3 .ult_price_features p {font-size: 16px}
.ult_design_5.ult_featured.pricetable3 {border:2px rgba(39,179,138,1) solid !important;position:relative; -webkit-transition: all 500ms; transition: all 500ms;}
.ult_design_5.ult_featured.pricetable3:before {content:"\e935"; height: 70px; width: 70px;position: absolute; top: -20px; right: -20px; font-size: 38px; font-family: 'security'; color: #FFF; z-index: 999;background-color: rgba(39,179,138,1); padding: 16px;border-radius: 50px; box-sizing: border-box;}
.ult_design_5.ult_featured.pricetable3:hover {border:2px #171b21 solid !important;}
.pricetable4 {-webkit-transition: all 500ms; transition: all 500ms; position: relative}
.pricetable4 del {color:rgba(191,192,199,1)}
.pricetable4:hover { -webkit-transform:scale(1.1); -ms-transform:scale(1.1); transform:scale(1.1);}
.pricetable4 .ult_pricing_heading {-webkit-transition: all 500ms; transition: all 500ms;}
.pricetable4:hover .ult_pricing_heading {color:rgba(39,179,138,1)}

/* PortfoliFo/Case Page */
.casenavi {position: absolute; top: 14px; right: 0;width: 100px}
.casenavi a {margin: 0; padding: 0;display: block; height: 35px; width: 35px; float: right; text-decoration: none}
.casenavi a span {padding: 10px;color:#c0c0c0; font-size: 13px; border: 1px #c0c0c0 solid;  display: block;-webkit-transition: all 500ms; transition: all 500ms;}
.casenavi a:hover {text-decoration: none; text-decoration: none}
.casenavi a:hover span {color:#FFF; background-color: #171b21; font-size: 13px; }
.cases {}
.cases header{padding: 0 100px 50px 0; position: relative;}
.cases header p {font-weight: bold; font-size: 22px}
.cases h3 {margin-top: 0;}
.cases .thelawyer_accordion .vc_tta-panel-title {text-align: left; font-size: 17px; , sans-serif}
.cases .vc_tta.vc_general.thelawyer_accordion .vc_tta-panel.vc_active .vc_tta-panel-heading {border:0; border-top: 1px #c7c7c7 solid; border-radius: 0}
.cases .vc_tta.vc_general.thelawyer_accordion .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-title-text,
.cases .vc_tta.vc_tta-accordion.thelawyer_accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon,
.cases .vc_tta.vc_general.thelawyer_accordion .vc_active .vc_tta-icon {color:rgba(39,179,138,1)}
.cases .cases .vc_tta.vc_tta-accordion.thelawyer_accordion .vc_active .vc_tta-controls-icon-position-right .vc_tta-controls-icon:before {border-color: rgba(39,179,138,1);}
.cases .vc_tta.vc_general.thelawyer_accordion .vc_tta-panel:not(.vc_active) .vc_tta-panel-heading { background-color: transparent; border: 0; border-top:1px; border-top: 1px #c7c7c7 solid;border-bottom: 1px #c7c7c7 solid;border-radius: 0}
.cases .vc_tta.vc_general.thelawyer_accordion .vc_tta-panel:not(.vc_active) .vc_tta-panel-heading  .vc_tta-panel-title a .vc_tta-title-text,
.cases .vc_tta-color-sandy-brown.vc_tta-style-classic.thelawyer_accordion .vc_tta-panel .vc_tta-panel-title>a,
.cases .vc_tta-color-sandy-brown.vc_tta-style-classic.thelawyer_accordion .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before {color: #171b21}
.cases .cases .vc_tta.vc_tta-accordion.thelawyer_accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon:before {border-color:#171b21}
.cases .thelawyer_accordion .vc_tta-panel-body {color:#6b6d6f; font-size: 16px}
.cases .vc_tta.vc_general.thelawyer_accordion .vc_tta-panel-title>a { padding: 22px 20px;}
.cases .lawyer_counter {}
.cases .lawyer_counter .stats-text:before {content: "";display:block; height: 4px; width: 38px; border-top: 1px solid #9c9fa2; border-bottom: 1px solid #9c9fa2; margin: 5px auto 20px auto;}
.cases .lawyer_counter .stats-text {text-transform: uppercase;font-family: Roboto;}
.cases .lawyer_counter .stats-number, .lawyer_faq .counter_preffix, .lawyer_faq .counter_suffix {}

.somebg { background-color: rgb(245, 245, 245);margin-top: -100px;padding-top: 100px;}
.portfoliofoto{max-width: 280px !important;}
.portfoliofoto:after{content:"";display: block;position: absolute;top: 0px;left: 15px;-webkit-transition:  ease-out 0.3s;-moz-transition:  ease-out 0.3s;-o-transition:  ease-out 0.3s;transition:  ease-out 0.3s;width: calc(100% - 30px);width: -webkit-calc(100% - 30px);width: -webkit-calc(100% - 30px);max-width: 260px;height: calc(100% - 35px);height: -webkit-calc(100% - 35px);height: -webkit-calc(100% - 35px);background-color: rgba(44,48,54,0.65);}
.portfoliofoto:before{font-family: 'Repair';content: "\ea40";color: #fff;top: 50%;left: 50%;width: 46px !important;height: 46px !important;margin-top: -34px;margin-left: -23px;border-radius: 50%;border: 1px solid #fff;line-height: 46px;text-align: center;font-size:18px;display:block; position:absolute;z-index: 1;-webkit-transition:  ease-out 0.2s;-moz-transition:  ease-out 0.2s;-o-transition:  ease-out 0.2s;transition:  ease-out 0.2s;}
.portfoliofoto:hover:after{background-color: rgba(44,48,54,0.1);visibility: hidden;}
.portfoliofoto:hover:before{visibility: hidden;}

/* Cases Archive */
.sell_portf {padding: 0; background-color: transparent !important;}
.sell_portf.post {margin-bottom: 30px}
.sell_portf .entry-thumbnail { position: relative; margin: 0; padding: 0; line-height: 0; z-index: 1; overflow: hidden; }
.sell_portf .pbody {}
.sell_portf:hover .pbody {    background-color: #ffffff;}
.post.sell_portf .entry-thumbnail img { max-width: initial; height: auto; }

.col2.post.sell_portf .entry-thumbnail img {width:initial}
.col2.post.sell_portf .entry-thumbnail {float:none;margin: 0 0 0 0;width:100%}
.col2.post.sell_portf .entry-thumbnail + .c_block {margin-left: 40px; }
.col2.sell_portf {padding: 0 15px}
.portfoliofeed {margin-bottom: 80px}
.portfoliofeed:after {content: " "; display: table; width: 100%; clear: both}


/* Cases block index page */
.thelawyer_case_index {}
.thelawyer_case_index .vc_gitem-animate-slideTop .vc_gitem-zone-b {background-color: rgba(44, 48, 54, 0.75);}
.thelawyer_all_link a {text-transform: uppercase; font-size: 20px; color:#a0a0a0; text-decoration: none}
.thelawyer_all_link a:hover {color:#171b21;}
.thelawyer_case_portfolio .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b {background-color: rgba(44, 48, 54, 0.75);}
.pageedit_link {clear: both;}

/* =========================================
    6.1 Blog
*/

.sticky, .post.sticky {background-color: rgba(255,255,255,1); padding: 1px 20px 35px 20px !important;}
.post, .search-results article { -webkit-transition: all 500ms;transition: all 500ms;min-height:240px;margin-bottom: 94px;}
.postpage .post {margin-bottom: 60px}
.postpage h1{ margin-bottom: 10px}
.postpage .entry-header{ margin-top: 0}


h3.entry-title {font-family: Roboto; text-transform: uppercase; text-align: left; font-size: 30px; margin: 0 0 22px 0; line-height: 1.2em;}
h3.entry-title a {color: rgba(35,31,31,1) ;-webkit-transition: all 500ms;transition: all 500ms;text-decoration: none;  word-wrap: break-word;}
.entry-title a {}
h3.entry-title a:hover {color: rgba(39,179,138,1);}
.entry-meta  {margin: 0 40px 10px 0; -webkit-transition: all 500ms;transition: all 500ms; padding: 0px 0 18px 0;line-height: 1.4em; font-size: 14px;}
.postpage .entry-meta { margin: 0 0 40px 0;  text-align: center; padding-top: 0}
.entry-meta a {color:rgba(191,192,199,1); text-decoration: none;-webkit-transition: all 500ms;transition: all 500ms;}
.entry-meta i {color:rgba(39,179,138,1);-webkit-transition: all 500ms;transition: all 500ms;margin-right: 6px}
.entry-meta > span {margin-right: 16px; display:inline}
.entry-meta .edit-link {margin-left: 36px}
.c_block { }
.entry-thumbnail + .c_block { margin-left: 0px; }
.author a, .categories-links a {}

.date, .user, .author,  .comments-link, .tags-links,  .categories-links  {margin: 0 0 10px 0;  font-size: 14px; color: rgba(191,192,199,1)}

.date a, .user a, .author a,  .comments-link a, .tag a,  .categories-links a {color:rgba(39,179,138,1); }

.date a:hover, .user a:hover, .comments-link a:hover, .tag a:hover, .categories-links a:hover { }

.post .entry-thumbnail, .search-results article .entry-thumbnail {position: relative; margin: 0 40px 0 0; padding: 0; line-height: 0; width: 100%;  }
.post .entry-thumbnail img, .search-results article .entry-thumbnail img {margin: 0; padding: 0; max-width: 100%;overflow: hidden;}
.post .entry-thumbnail .thumbhover, .search-results article .entry-thumbnail .thumbhover {display:block; z-index: 999; position: absolute; top: 0; left: 0; right: 0; bottom: 0;  width: 100%; background-color: rgba(44,48,54,0.85); text-align: center; height: 100%; overflow: hidden; -webkit-transition: all 500ms;    transition: all 500ms;}
.post:hover .entry-thumbnail .thumbhover, .search-results article:hover .entry-thumbnail .thumbhover {}
.entry-thumbnail .thumbhover a{display: block;text-decoration: none;position: absolute; line-height: 24px;width: 100%;padding: 0 20px;color:#fff;font-weight: 700;top: 55%;margin-top: -12px;}
.entry-thumbnail .thumbhover a:hover{color:rgba(39,179,138,1);text-decoration: underline !important;}
.entry-thumbnail .thumbhover a:before{font-family: 'Repair';content: "\ea4a";font-size: 20px;color: #283545 !important;width: 50px; height: 50px; line-height: 54px;border-radius: 50%;background-color: rgba(39,179,138,1);position: absolute;top: -70px;left: 50%;margin-left: -25px;}

.archive.tag article{ margin-bottom: 80px; }
.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; background-color: rgba(251,209,61,0.45); font-size: 26px; padding: 16px; display: block; border-radius: 50px; }
.post .entry-thumbnail .thumbhover a:hover span, .search-results article .entry-thumbnail .thumbhover a:hover span{  background-color: rgba(39,179,138,1); text-decoration: none}
.categories-links {margin-right: 10px;}
.entry-header {margin-bottom: 0; margin-top: 35px}

.page .entry-content {margin-right: 0; padding-bottom: 0px;}
.blogsidebarpage .post .entry-thumbnail {}
.blogsidebarpage .onecolumnnsb .post .entry-thumbnail {margin-right: 0; float: none; width: 100%; height: auto;}
.blogsidebarpage .onecolumnnsb .post .c_block {margin-left: 40px; padding-bottom: 1px;}
.blogsidebarpage .blog3columnpage .post .entry-thumbnail {}
.blogsidebarpage .blog2columnpage .post .entry-thumbnail {}
.blogsidebarspage .post .entry-thumbnail {}
.blogsidebarpage .postpage .post .entry-thumbnail {max-height: 560px; overflow: hidden;}
.blogsidebarspage .more-link { padding: 12px 30px; font-size: 17px; }
#commentform > p.logged-in-as {margin-bottom: 20px}
.navigation:after {content:""; clear: both; display: block}
.nav-previous, .nav-next {max-width: 48%;  overflow: hidden; width: 48%;}
.nav-links a {max-width: 48%;  overflow: hidden; width: auto;}
.nav-links a, .nav-previous a, .nav-next a {  display: inline-block; -webkit-border-radius: 5px; -moz-border-radius: 5px; outline: 0; margin-bottom: 0; font-weight: bold; line-height: 1.42857; text-align: center;  text-decoration: none; vertical-align: middle; cursor: pointer; -moz-user-select: none; text-transform: uppercase; box-sizing: border-box; -webkit-transition: all 500ms; transition: all 500ms; position: relative; z-index: 10; border-radius: 0; padding: 15px 23.5px; font-size: 13px; border: 1px solid rgba(230, 231, 232, 1); color: rgba(255, 255, 255, 1); background-color: rgba(39,179,138,1); overflow: hidden}
.nav-links a:before, .nav-previous a:before, .nav-next a:before { content: ''; position: absolute; top: 0; left: 0; width: 150%; height: 100%; background: rgba(39,179,138,1); z-index: -1; -webkit-transform: rotate3d(0, 0, 1, 0deg); transform: rotate3d(0, 0, 1, 0deg);  -webkit-transition: all 0.4s; transition:all 0.4s; }
.nav-links a:hover:before, .nav-previous a:hover:before, .nav-next a:hover:before { opacity: 1; background-color: rgba(39,179,138,1); -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0); transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0); -webkit-transform-origin: 0% 100%; transform-origin: 0% 100%; }
.nav-links a:hover, .nav-previous a:hover, .nav-next a:hover {color: rgba(39,179,138,1)!important;  border-color: rgba(39,179,138,1);background-color: #fff; text-decoration: none;}
.nav-links a[rel=prev], .nav-previous {float: left; text-align: left}
.nav-links a[rel=next], .nav-next  {float: right; text-align: right}
.more-link {background-color: rgba(39,179,138,1); padding: 20px 70px 20px 70px; -webkit-transition: all 500ms;transition: all 500ms; color:rgba(255,255,255,1); text-decoration: none;    font-size: 18px; text-transform: uppercase; font-weight: bold; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;  display: inline-block;}
.more-link:hover { background-color: rgba(52,63,85,1); color:rgba(255,255,255,1);  text-decoration: none; }

/*Hover*/

/* Comments */
#commentform {}
#commentform > p {margin-bottom: 0}
#commentform .comment-form-author, #commentform .comment-form-email, #commentform .comment-form-url {display:block; float: left; width:-webkit-calc(33% - 20px); width:calc(33% - 20px); margin: 0 30px 0 0; padding:0}
#commentform .comment-form-url {margin-right: 0; width:-webkit-calc(34% - 20px); width:calc(34% - 20px);}
#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: 0;  left: 18px; font-size: 16px; color: rgba(56,56,56,1); z-index: 1050; line-height: 52px;}
#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"; color: rgba(120,120,120,1);}
.avatar { margin-right:30px; float:left}
.comments-link {}
#comments {margin-bottom: 80px;}
#comments h2.comments-title {font-size: 18px; text-align: left;}
#comments .fn, #comments .fn a {color: rgba(35,31,32,1); font-size:16px; font-weight: 600;  text-decoration:none; padding-top:5px; display:inline-block; text-transform: uppercase; margin-right: 5px}
#comments .fn a:hover {color: rgba(39,179,138,1)}
.comment-author-link, .comment-author-link a {color:rgba(191,192,199,1)}
.comment-author-link a:hover {color:rgba(39,179,138,1)}
.comment-meta { margin-bottom:0; clear:both; font-size: 14px}
.comment-metadata, .comment-metadata a {display:inline-block; color: rgba(136,136,136,1); font-style: italic; text-decoration: none; margin-left: 15px;}
.comment-metadata .icon {margin-right: 10px}
.comment-metadata:before{ content: "\f073"; font-family: 'FontAwesome'; font-size: 15px; color: rgba(39,179,138,1);  padding-right: 0px; font-style: normal;  }
.comment-reply-link { display: inline-block; padding: 2px 14px 3px 14px;    font-size: 14px; text-decoration: none;}
.comment-reply-link:before{ content: "\f112"; font-family: 'FontAwesome' !important; font-size: 15px; color: rgba(39,179,138,1);  padding-right: 10px;  }
.comment-reply-link:hover {}
.comment-reply-link:focus, .comment-reply-link:active {}
.comment-meta .comment-author {display: inline-block}
.comment-list { margin:0; padding:0; list-style: none}
.comment-list > li {margin: 0 0 0px 0; padding: 10px 30px; position: relative; border:0;}
.comment-list > li:before {}
.comment-list > li:after {}
.comment-list li > div { position: relative; }
.comment-list 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;}
.comment-list li .wrapper span {font-size: 50px; color:rgba(39,179,138,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:30px 0 30px 15px; list-style: none}
.comment-list > li > ol {padding:10px 0 10px 40px; list-style: none}
.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: 0 0 5px 110px; margin-bottom:20px; position:relative;margin-top: -25px;}
.comment-list li .children li .circle { }
.comment-list li .children li .circle[data-anim~=left] {  -webkit-transform: rotate(228deg);  -ms-transform: rotate(228deg);  transform: rotate(228deg)}
.comment-list li .children li .circle[data-anim~=right] { -webkit-transform: rotate(228deg); -ms-transform: rotate(228deg); transform: rotate(228deg);}
.comment-list li .comment-content p {font-size: 16px; color: rgba(35,31,32,1); margin-bottom: 10px; }
.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 {}
#respond.comment-respond {margin-bottom: 50px; }
.comment-list li .reply {  position: absolute; right: 33px; top: 10px;}
h2.comment-reply-title {font-family: Roboto; text-align: left; font-weight: bold; margin: 0 0 20px 15px;}
#respond {padding-top:5px}
#respond input[type="text"], #respond input[type="email"], #respond input[type="url"], #respond textarea { border-color: rgba(230,231,232,1); color: rgba(136,136,136,1); padding-left: 45px; }
#respond textarea {width:100%}
#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;  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 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;}
#respond input[type="submit"] { color: rgba(255,255,255,1) !important; background-color: rgba(70,70,71,1) !important; border-color: rgba(70,70,71,1) !important;  border-radius: 5px !important; -webkit-border-radius: 5px !important; -moz-border-radius: 5px !important;	}
#respond input[type="submit"]:hover { color: rgba(255,255,255,1) !important; background-color: rgba(31,39,53,1) !important; border-color: rgba(31,39,53,1) !important; }

/* post page */
.tags-links {display: block; margin: 0 0 40px 0; clear: both}
.single .service .entry-meta {margin-bottom: 0; padding-bottom: 0}
.single .post:after  {clear: both; display: block; content: " ";}
.single .post { background-color: transparent; }
.single .post .entry-thumbnail img {clear: both}
.single-teammate-header{ background-color: rgba(255,255,255,1); padding-top: 80px; margin-top: -100px;}
.single .post .entry-thumbnail { margin-bottom: 35px; margin-right: 0}

/* Hover */
.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_search .dividerdouble {margin: 30px auto; width: 90px; height: 4px; border-top: 1px #e4e4e5 solid;border-bottom: 1px #e4e4e5 solid; clear: both;}
.widget_search .search-form { position: relative; height: 50px; margin: 0 auto 0px auto; width: 100%; }
.widget_search h3 { display: none; }
.widget_search .search-form label { float: left;  width: -webkit-calc(100% - 50px); width: calc(100% - 50px); margin-bottom: 20px;}
.widget_search .search-form input[type=search] {  display: inline-block;  margin-right: 0px; float:left; background-color: rgba(255,255,255,1) !important; border: 1px solid rgba(246,246,246,1) !important}
.widget_search .search-form input[type=submit] {width: 50px !important; margin-top: 0 !important;     border: none;  padding: 14px 0 !important;  display: inline-block; float: left; background-color: rgba(0,0,0,0.2)!important; height: 52px }
.widget_search .search-form input[type=submit]:hover { background-color: rgba(39,179,138,1) !important; opacity: 0.8}
.widget_search .search-form:before{ content: "\f002" !important;  font-family: 'FontAwesome' !important;  color: rgba(35,31,32,1); position: absolute; right: 17px; top: 8px;}
.widget_search .search-form input[type=submit]{  color: transparent !important;}

.widget {}
.widget-area {text-align: left; background-color: transparent; padding: 20px 0;}
.widget-area ul li a  { color: rgba(35,31,32,1); text-decoration: none; }
.widget_categories { }
.widget_categories ul {margin: 0; padding: 0;}
.widget_categories ul li {margin: 0; padding: 0;}
.widget_categories ul li { display: block;  width: 100%;  margin: 0; padding: 15px 0 15px 10px;margin-left: 0 !important;}

.widget_categories ul li:hover { background-color: rgba(255,255,255,1); font-weight: 600; }
.widget_categories ul li .children { margin-left: 15px;}
.widget_categories ul li .children li {}
.widget_categories ul li .children li:last-child { margin-bottom: 0;}
.widget-area ul li ul {padding-top: 10px}
.widget_rss ul {padding: 0}
.widget_rss ul li {margin: 0 0 20px 0;padding: 4px 0;}
.widget_pages ul li a  { color: rgba(35,31,32,1); text-decoration: none; }
.widget_pages {}
.widget_pages ul {margin: 0; padding: 0;}
.widget_pages ul li {margin: 0 0 10px 0; padding: 0;}
.widget_pages ul li a{  width: 100%;  margin: 0; padding: 15px 0 15px 20px;}
.widget_pages ul li a:hover {  font-weight: 600; }
.widget_archive ul li a  { color: rgba(35,31,32,1); text-decoration: none; }
.widget_archive { }
.widget_archive ul {margin: 0; padding: 0;}
.widget_archive ul li {margin: 0 0 10px 0; padding: 0;}
.widget_archive ul li a{  width: 100%;  margin: 0; padding: 15px 0 15px 20px;}
.widget_archive ul li a:hover {  font-weight: 600; }
.widget_meta ul li a  { color: rgba(35,31,32,1); text-decoration: none; }
.widget_meta {}
.widget_meta ul {margin: 0; padding: 0;}
.widget_meta ul li {margin: 0 0 10px 0; padding: 0;}
.widget_meta ul li a{  width: 100%;  margin: 0; padding: 15px 0 15px 20px;}
.widget_meta ul li a:hover {  font-weight: 600; }
.widget_wysija ul li a  { color: rgba(35,31,32,1); text-decoration: none; }
.widget_wysija { position: relative;}
h3.widget-title {font-family: Roboto; font-size: 17px; color: rgba(35,31,32,1); text-align: left; font-weight: bold; margin: 14px 0 30px 0; line-height: 1.4em}
.widget-area ul, .widget-area ol {margin-bottom: 0}
.widget .widget_wysija .widget-title {margin-bottom: 20px}
.textwidget { font-size: 16px; font-style: italic; line-height: 1.7em;}
.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}
.widget_search input[type="submit"], .woocommerce-product-search input[type="submit"] {padding: 11px 40px !important; font-size: 14px !important; width: 100%; margin-top: 15px}
.tagcloud, .tags-links  {}
.tagcloud {}
.tagcloud:after {content: ""; clear: both;display: block}
.tagcloud a, .tags-links a {padding: 6px 20px;  color:rgba(35,31,32,1); font-size: 12px; font-weight: 600;  text-transform: uppercase; background-color: rgba(230,231,232,1);  display: inline-block; margin: 0 5px 5px 5px; -webkit-transition: all 500ms; transition: all 500ms; text-decoration: none; position: relative;}
.tagcloud a {float: left; }
.tagcloud a:hover, .tags-links a:hover {background-color: rgba(214,215,217,1); text-decoration: none;}
.widget_recent_entries h3.widget-title {}
.widget_recent_entries { }
.widget_recent_entries ul{padding: 0; border: 0; list-style: none; margin: 0px}
.widget_recent_entries ul li{margin: 0; padding: 0;}
.widget_recent_entries ul li{ color: rgba(35,31,32,1); display: block; padding: 15px 0 0px 0px;  text-decoration: none; position: relative;}
.widget_recent_entries ul li:hover{font-weight: 600;}
.widget_recent_entries ul li:last-child{border-bottom: 0}
.widget_recent_entries ul li .post-date{color:#9c9fa2; font-size: 14px; }
.widget_recent_entries ul li .post-date:before {content: "\f073";  font-family: 'FontAwesome'; font-size: 15px; color: rgba(39,179,138,1); padding-right: 10px;   }
.widget_recent_comments {}
.widget_recent_comments ul{padding: 0; border: 0; list-style: none; margin: 0px}
.widget_recent_comments ul li{margin: 0 0 15px 0; padding: 0;}
.widget_recent_comments ul li a{ color: rgba(35,31,32,1); display: block; padding: 0 0 0px 0px;  text-decoration: none; position: relative;}
.widget_recent_comments ul li a:hover{font-weight: 600;}
.widget_recent_comments ul li .comment-author-link:before {content: "\f007";  font-family: 'FontAwesome'; font-size: 15px; color: rgba(39,179,138,1); padding-right: 10px;   }
.widget_calendar { }
.widget_calendar table {border: 0}
.widget_calendar table caption {font-weight: bold;color: rgba(39,179,138,1); 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);}
.widget_calendar table td.pad, .widget_calendar table td#prev, .widget_calendar table td#next { background-color: transparent;}
.widget {border-bottom: 1px solid rgba(230,230,230,1); padding-bottom: 20px; margin-bottom: 50px;}
.widget.widget_wysija {border-bottom: 0}

/* 1 Column */
.onecolumnnsb .post {clear:both; margin-bottom: 80px}
.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 {}
.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 {color: #f3cf8d;}
.entry-content > .date a.more-link, .dline > .date a.more-link {color: rgba(39,179,138,1);}
[id*="gallery-"] {}
[id*="gallery-"]:after {content: " "; display: block; clear: both}

/* 1 Column with 2 Sidebars*/
.blogsidebarspage .post,
.blogsidebarspage .search-results article {padding-bottom: 40px}
.blogsidebarspage .post .entry-thumbnail,
.blogsidebarspage .search-results article .entry-thumbnail {width: 100%;margin: 0;float:none;height: auto;}
.blogsidebarspage .c_block {margin-left: 0px;}
.blogsidebarspage .entry-content {margin-bottom: 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 90px 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;}
.blog2columnpage .c_block { padding-right: 0px;}
.blog2columnpage h3.entry-title {margin: 0px 0 14px 0; padding-right: 40px;}
.blog2columnpage .entry-content, .blog2columnpage .entry-content p {line-height: 1.6em}
.blog2columnpage .more-link { padding: 15px 50px; }
.blog2columnpage .entry-content p{margin-bottom: 33px;}
.blog2columnpage .entry-header { margin-top: 30px;}


/* 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 90px 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;}
.blog3columnpage .c_block { margin-left: 0px; }
.blog3columnpage h3.entry-title {margin: 0px 0 14px 0;padding-right: 5px; font-size: 22px;}
.blog3columnpage .entry-content {margin-right: 10px; margin-top: -10px}
.blog3columnpage .more-link {padding:11px 30px; font-size: 14px; }
.blog3columnpage .entry-meta{line-height: 1.4em; margin-right: 0; }
.blog3columnpage .entry-content p { line-height: 1.6em;}
.blog3columnpage .entry-header { margin-top: 28px;}

.onecolumnnsb .entry-content p, .blog2columnpage .entry-content p, .blog3columnpage .entry-content p, .blogsidebarpage .entry-content p, .onecolumn .entry-content p, .blog .entry-content p { margin-bottom: 15px;}
.onecolumnnsb .entry-content p:last-child, .blog2columnpage .entry-content p:last-child, .blog3columnpage .entry-content p:last-child, .blogsidebarpage .entry-content p:last-child, .onecolumn .entry-content p:last-child, .blog .entry-content p:last-child { margin-bottom: 0;}
.onecolumnnsb .entry-content, .blog2columnpage .entry-content, .blog3columnpage .entry-content, .blogsidebarpage .entry-content, .onecolumn .entry-content, .blog .entry-content { margin-bottom: 35px;}

/* Related display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex;*/
.relatedportfolio{margin-top: -20px;    padding: 20px 0 50px 0; background-color: rgba(255,255,255,1);}
.related {list-style: none; margin: 30px 0 26px 0; padding: 0 0 0 0; width: 100%; display: block; clear: both;}
.related:after {content: " "; display: block; clear: both;}
.related h2 {font-size: 24px; text-align: left; margin-bottom: 25px;}
.related .rblock h6 {margin: 0; padding: 15px 0; text-align: left; font-size: 16px; line-height: 1.3;}
.related .rblock h6 a { text-decoration: none;  color: rgba(35,31,32,1); text-transform: capitalize }
.related .rblock h6 a:hover { color:rgba(39,179,138,1); text-decoration: underline }
.related .rblock { display: block; float: left; position: relative;  overflow: hidden; width: 22%; margin-right: 4% }
.related .rblock:last-child {margin-right: 0}
.blogsidebarspage .related .rblock {width: 100%; margin-right: 0}
.related .rblock a { text-decoration: none;}
.related .rblock .thumb { padding: 0; margin: 0; text-align: center; position: relative; display: flex}
.blogsidebarpage .related .rblock .thumb {max-height: 255px;}
.blogsidebarspage .related .rblock .thumb {max-height: 255px;}
.related .rblock .thumb img {max-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 500ms; transition: all 500ms; 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(39,179,138,1); text-decoration: none; }
.related .thumb {max-height: 158px; overflow: hidden;}

/* Blog Feed 2 Col Shortcode */
.post_format_query_block {position: relative; z-index: 10}
.digital-format {margin-bottom:30px; padding-left:0;}
.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 .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 .entry-header {margin-top: 0px; }
.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 {line-height: 30px; text-transform: capitalize}
.digital-format .post .entry-thumbnail { width:250px; margin:0 30px 0 0; float:left;height: 250px;}
.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 {}
.digital-format .post .more-link:hover {}
.digital-format .post .entry-content {margin-bottom:20px; color:#9c9fa2; font-size:15px; line-height: 25px;  max-height: 50px; overflow: hidden;}
.digital-format .post .entry-content p { max-height: 50px; overflow: hidden; font-size: 16px; line-height: 25px}
.digital-format .c_block { margin-left: 30px; }
.digital-format .entry-thumbnail + .c_block { margin-left: 280px; }
.digital-format .post .entry-meta, .digital-format .post .entry-meta .date {color:#bdbdbd; font-size:15px; text-transform:uppercase; text-align:left; margin-bottom:0px;  line-height: 1.4em;   height: 44px;
    overflow: hidden;}
.digital-format h3.entry-title {text-transform: capitalize;  font-size: 22px;   line-height: 1.3em;  max-height: 60px;  overflow: hidden;  }
.digital-format .more-link {padding:8px 24px; font-size: 12px; }

/* Corners and backgrtounds*/
.greencorner:before{ content: '';position: absolute; top: 0; left: 0; width: 300px;  height: 500px; border-style: solid; border-width: 500px 300px 0 0; border-color: rgba(39,179,138,1) transparent transparent transparent;}
.welcome-to-company{}
.welcome-to-company > div {position: relative; z-index: 9}
.welcome-to-company:after {content: '';position: absolute;top: 0;right: 0;width: 900px;height: 1350px;border-style: solid;border-width: 0 0 1350px 900px;border-color:  transparent transparent  rgba(255, 255, 255, 1) transparent; z-index: 1}
.our-service {}
.our-service:after{ content: '';  position: absolute;  top: 0; right: 0px;  width: 0; height: 0;  border-style: solid; border-width: 0 0 450px 300px; border-color: transparent transparent rgba(39,179,138,1) transparent;}
.tab-content:before{content: '';position: absolute;top: 0;left: 0px;width: 0;height: 0;border-style: solid;border-width: 600px 250px 0 0;border-color:  rgba(42,53,71,1) transparent transparent transparent;}
.our-team:before{content: '';position: absolute;right: 0px;bottom: 0 !important;width: 0;height: 0;border-style: solid; border-width: 0 0 500px 280px; border-color: transparent transparent #e7e8e9 transparent;}
.way-to-get:before {content: '';position: absolute; top: 0;right: 0;width: 900px;border-style: solid;border-width:0 0 900px 450px;border-color: transparent transparent rgba(255,255,255,0.1) transparent;}
.way-to-get-d:before {content: '';position: absolute; top: 0;right: 0;width: 900px;border-style: solid;border-width:0 0 900px 450px;border-color: transparent transparent rgba(42,53,71,0.5) transparent;}
.getin:before {content: '';position: absolute;top: 0;left: -50px;width: 0;height: 0;border-style: solid;border-width: 600px 250px 0 0;border-color:  rgba(42,53,71,1) transparent transparent transparent;}
.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; }
.background-box_r .vc_column-inner:before { content: " "; position: absolute; width: 1000px; height: 100%; right: 100%; top: 0; background-color: inherit; display: block; }

.home-page-carousel .mentionIcon:before {    color: rgba(255,255,255,1) !important;}
.home-page-carousel  p { color: rgba(255,255,255,1) !important;}
#digitalti.home-page-carousel .face p { color: rgba(255,255,255,1) !important;}
.home-page-carousel  .mention {color: rgba(255,255,255,1) !important;}
.home-page-carousel  strong { color: rgba(255,255,255,1) !important;}
.home-page-form input[type=text] { background-color: rgba(111,112,117,0.6) !important; border-color: transparent !important; height: 60px !important; text-align: center !important; color: rgba(255,255,255,1) !important;}
.vc_tta-color-white.vc_tta-style-classic .vc_tta-tab.vc_active > a {    border-color: #fff !important;    background-color: #fff !important;}
.vc_tta-color-white.vc_tta-style-classic .vc_tta-tab > a { border-color: #fff !important; background-color: #fff !important;}
.vc_tta-tab.vc_active .vc_tta-icon{ background-color: rgba(39,179,138,1) !important;}
.vc_tta-color-white.vc_tta-style-classic .vc_tta-tab > a:hover .vc_tta-icon{    background-color: rgba(39,179,138,1);}
.vc_tta-tab .vc_tta-icon { display: inline-block !important; line-height: 46px !important; width: 46px !important; text-align: center; height: 46px !important; border-radius: 50%; background-color: #e6e7e9;}


/* Social Icons Shortcode */
.sell_socials {margin: 0;padding: 0;display: inline-block;}
.sell_socials li {list-style-type: none;display: inline-block;margin: 0 5px 5px 5px;}
.sell_socials li a {-webkit-transition: 0.3s;-moz-transition: 0.3s;transition: 0.3s; display: inline-block; text-align: center; text-decoration: none}
.sell_socials li a i{}
.sell_socials li a:hover {text-decoration: none}

/* =========================================
8. Footer
*/
.footer .widget {border-bottom: 0; margin-bottom: 0; padding-bottom: 0;}
.savefooter {background-color: #231f20; color:#fff; text-align: center; padding: 25px 0}
/*.ftabs {padding-top: 60px}*/
.ftabs-content{	text-align: center;	padding: 0 60px;}
.ftabs h4 { text-align: center; font-weight: 400; margin-bottom: 0}
.vid-social {font-size: 17px;  width: 200px;  margin: 0 auto;}
.vid-social ul {list-style-type: none; margin: 0}
.vid-social li {list-style-type: none; text-align: center; display: inline-block;margin: 5px;}
.vid-social a {color: rgba(255,255,255,1); background: rgba(255,255,255,1); width: 35px; height: 35px;  border-radius: 50%; padding-top: 4px; margin-left: 10px; -webkit-transition: 500ms;transition: 500ms;display: inline-block;}
.vid-social a i{ font-size: 13px; color:rgba(70,70,71,1); }
.vid-social a:hover {background: rgba(255,255,255,0.4)}
.quick-links-wrapper, .quick-services-wrapper { margin-top: -12px !important; }
.quick-links-header, .quick-services-header { font-size: 18px; 	font-weight: 600; text-transform: uppercase; color: rgba(255, 255, 255, 1)}
.quick-links, .services { margin: 0; }
.quick-links li, .services li { list-style: none; margin: 0; line-height: 24px}
.quick-links li a, .services li a {	font-size: 14px; line-height: 24px; color: rgba(151,162,184,1); text-decoration: none;}
.quick-links li a:hover, .services li a:hover { text-decoration: underline; }
.copyright{ margin: 25px  12px 0 12px; padding: 30px 0 0 0px; border-top: 1px solid rgba(151,162,184,1); }
.copyright .col-lg-6 { 	padding: 0 !important; }
.copyright p{ font-size: 14px; 	line-height: 24px; 	color: rgba(151,162,184,1)}
.copyright ul{ float: right; 	margin: -15px -10px 0 0; }
.copyright ul li{ display: inline-block; color: rgba(151,162,184,1)}
.copyright ul li a{ font-size: 14px; line-height: 24px; color: rgba(151,162,184,1); text-decoration: none; }
.copyright ul li a:hover{ text-decoration: underline;}
.copyright-href{ text-transform: uppercase; text-decoration: none}
.copyright-href:hover{ text-decoration: underline;}

/* Subscribe Form */
[id*="wysija-"] h3 {display: none}
[id*="form-wysija-"] {border:0; padding:0; margin:0; border-radius:0; width: 100%; position:relative; }
[id*="form-wysija-"]:active, [id*="form-wysija-"]:focus, [id*="form-wysija-"]:hover {}
[id*="msg-form-wysija-"] { border: 0;}
[id*="msg-form-wysija-"]:active, [id*="msg-form-wysija-"]:hover, [id*="msg-form-wysija-"]:focus {}
[id*="form-wysija-"] .wysija-paragraph label {display: none}
[id*="form-wysija-"] input[type=text] {width:100%; padding: 17px 20px 16px 20px;-webkit-transition: all 500ms; transition: all 500ms; color:rgba(35,31,32,1);}
[id*="form-wysija-"] input[type=text]:hover {}
[id*="form-wysija-"] input[type=text]:focus, [id*="form-wysija-"] input[type=text]:active {}
.widget_wysija_cont .abs-req {display: none;}
[id*="form-wysija-"] input[type=submit].wysija-submit {width: 100%;-webkit-transition: all 500ms; transition: all 500ms; border-color: rgba(39,179,138,1); color: rgba(35,31,32,1); font-weight: bold;  text-transform: uppercase; cursor: pointer;     padding: 13px 30px; border-radius: 5px !important; display: inline-block; background-color: #fff !important;}
.widget_wysija_cont [id*="form-wysija-"]  .wysija-submit:hover {background-color: rgba(39,179,138,1) !important; border-color: rgba(39,179,138,1) !important; color: rgba(35,31,32,1) !important}
.widget_wysija_cont [id*="form-wysija-"]  .wysija-submit {}
[id*="form-wysija-"] input[type=submit].wysija-submit:hover {background-color: rgba(39,179,138,1); color:#FFF}
[id*="form-wysija-"] input[type=submit].wysija-submit:focus, [id*="form-wysija-"] .widget_wysija_cont .wysija-submit:active {outline:none;    box-shadow: none;}
[id*="form-wysija-"] .wysija-paragraph {margin-bottom: 10px}
[id*="form-wysija-"] .wysija-paragraph:before {}
[id*="form-wysija-"] input[type=text]::-webkit-input-placeholder {color:rgba(35,31,32,1);}
[id*="form-wysija-"] input[type=text]::-moz-placeholder {color:rgba(35,31,32,1);}/* Firefox 19+ */
[id*="form-wysija-"] input[type=text]:-moz-placeholder {color:rgba(35,31,32,1);}/* Firefox 18- */
[id*="form-wysija-"] input[type=text]:-ms-input-placeholder {color:rgba(35,31,32,1);}
[id*="form-wysija-"] input[type=text]:hover::-webkit-input-placeholder {color: rgba(136,136,136,1)}
[id*="form-wysija-"] input[type=text]:hover::-moz-placeholder {color: rgba(136,136,136,1)}
[id*="form-wysija-"] input[type=text]:hover:-moz-placeholder {color: rgba(136,136,136,1)}
[id*="form-wysija-"] input[type=text]:hover:-ms-input-placeholder {color: rgba(136,136,136,1)}
.newslatter input[type=text]{ background-color: rgba(167,168,171,0.85); border: 1px solid transparent !important;}
.newslatter input[type=submit]{width: 250px !important;height: 60px;font-size: 22px;border: 1px solid transparent !important;display: block !important;margin: 35px auto 0 auto !important;}
.newslatter input[type=submit]:hover{color: #fff !important;}
.subscribe-form {margin: 55px 0;}
.subscribe-form .form-footer-text {margin-top: 25px}
.subscribe-form [id*="form-wysija-"] .wysija-paragraph {width: 60%; background-color: rgba(255,255,255,0.16) !important; border-color: rgba(255,255,255,0.16) !important; display: inline-block; float:left}
.subscribe-form [id*="form-wysija-"] input[type=text] {color: #FFF; border-color:  transparent !important;}
.subscribe-form [id*="form-wysija-"] input[type=text]:hover, [id*="form-wysija-"] input[type=text]:active, [id*="form-wysija-"] input[type=text]:focus {background-color: rgba(255,255,255,1) !important; border-color:  transparent !important; color: rgba(136,136,136,1) !important}
[id*="form-wysija-"] .widget_wysija_cont .wysija-submit:active, [id*="form-wysija-"] input[type=submit].wysija-submit:focus {background-color: rgba(255,255,255,1) !important; border-color:  rgba(255,255,255,1) !important; color: rgba(136,136,136,1) !important}
.subscribe-form [id*="form-wysija-"] input[type=submit].wysija-submit {width: 30%;  margin: 0 0 0 3%;padding: 16px 40px 16px 40px !important; background-color: transparent !important; color: rgba(39,179,138,1) !important;}
.subscribe-form [id*="form-wysija-"] input[type=submit].wysija-submit:hover {  background-color: rgba(39,179,138,1) !important; color: #FFF !important}
.subscribe-form [id*="form-wysija-"] input[type=submit].wysija-submit:active, .subscribe-form [id*="form-wysija-"] input[type=submit].wysija-submit:focus {  background-color: rgba(39,179,138,1) !important; color: #FFF !important; border-color: rgba(39,179,138,1) !important}
.subscribe-form p {color: rgba(136,136,136,1)}



.tab-content .widget{margin-bottom: 0px !important;}
.footer-container:before {content: ''; position: absolute;top: 0;left: 0;width: 0;height: 0;border-style: solid;border-width: 380px 210px 0 0;border-color: rgba(39,179,138,1) transparent transparent transparent;z-index: 15;}
.footter-menu-variant1 ul{ padding: 0;margin: 0;}
.footter-menu-variant1 ul li{list-style: none;margin-bottom: 0;}
.footter-menu-variant1 ul li a{color: #808a9f;text-decoration: none;font-size: 14px;font-weight: 700;}
.footter-menu-variant1 ul li a:hover{color: rgba(39,179,138,1);}
.footter-menu-variant2{float: right;}
.footter-menu-variant2 ul{padding: 0;margin: 0;}
.footter-menu-variant2 ul li{list-style: none;display: inline-block;margin-bottom: 0;}
.footter-menu-variant2 ul li:after {content:"/";color: #808a9f;padding: 0 8px;font-size: 14px;}
.footter-menu-variant2 ul li:last-child:after {content:none !important;}
.footter-menu-variant2 ul li a{color: #808a9f;text-decoration: none;font-size: 14px;}
.footter-menu-variant2 ul li a:hover{color: rgba(39,179,138,1);}



@media screen and (max-width: 1680px) {
    .computer-repair:after {width: 90px;}
    .computer-repair:before{left: 90px;}
    .tab-content:before{left: -200px;}
}

@media screen and (max-width: 1490px) {
    .computer-repair:after {display: none}
    .computer-repair:before{left: -33px;}
    .tab-content:before{left: -150px;}
    .footer-container:before {left: -90px;}
    .greencorner:before {left: -150px;}
}

@media screen and (max-width: 1280px) {
    .computer-repair:before{display: none}
    .tab-content:before{ left: -170px;}
    .footer-container:before {left: -130px;}
}

@media screen and (max-width: 1090px) {
    .footer-container:before {left: -190px;}
    .footter-menu-variant2{float: left;}
}

@media screen and (max-width: 1024px) {
    .tab-content:before{ left: -180px;}
    .greencorner:before {left: -210px;}
}

@media screen and (max-width: 960px) {
    .tab-content:before{left: -200px;}
}
@media screen and (max-width: 768px) {

}
@media screen and (max-width: 600px) {
    .way-to-get:after {display: none;}
    .way-to-get:before {display: none;}
    .our-service:after {right: -120px}
    .welcome-to-company:after {content: none}
}
@media screen and (max-width: 480px) {


}



/* =========================================
9. Shop
*/
.woocommerce-form__label input[type=checkbox]+span:before, .woocommerce-form__label input[type=checkbox]+label:before {top: 10px;}
.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-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:0px 0 0 0;position:relative;width:33%; padding: 60px 10px 0px 10px; overflow: hidden;}
.woocommerce ul.products .related li.product,.woocommerce-page .related .products li.product{}
.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-ordering-wrapper{ padding:  6px 0;  border-top: 1px solid rgba(228,228,228,1); border-bottom: 1px solid rgba(228,228,228,1); }
.woocommerce-ordering-wrapper select {height: 37px;  font-size: 13px; color: rgba(35,31,32,1);  border-radius: 3px !important; -webkit-border-radius: 3px !important; -moz-border-radius: 3px !important;}
.woocommerce-ordering:before{ content: "Sort By:"; font-size: 13px; color: rgba(136,136,136,1);  font-family: Roboto; line-height: 52px; }
.woocommerce .woocommerce-result-count { font-size: 13px; color: rgba(136,136,136,1);  margin: 10px 15px 0px 0; padding: 2px 15px; }
.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 {text-transform: uppercase; color: rgba(35,31,32,1); font-size: 18px; font-weight: 400;}
td.product-price, td.product-subtotal {}
td.product-subtotal {font-weight: bold; color: rgba(39,179,138,1)}
.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;}
.woocommerce .cart-collaterals,.woocommerce-page .cart-collaterals{float:right;width:28%;     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:60%;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: rgba(42,53,71,1); padding:22px 30px 30px 30px; margin-top: 40px; 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: #ffffff}
.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:#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:24px;height:34px;width:34px;text-align:center;line-height:1;border-radius:100%;color: rgba(136,136,136,1) !important;text-decoration:none;font-weight:700;border:0}
.woocommerce a.remove:hover{color:rgba(251,61,61,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; border: 1px rgba(230,231,232,1) solid !important; 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-info .showlogin:before{font-family:FontAwesome;content:"\f007";display:inline-block;position:absolute;top:1em;left:1.5em;}
.woocommerce .woocommerce-info .showcoupon:before{	font-family:FontAwesome;content:"\f13e";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; font-family: WooCommerce}
.woocommerce .woocommerce-info{border-top-color:#1e85be} .woocommerce .woocommerce-info:before{color:#1e85be}
.woocommerce .woocommerce-error{border-top-color:#b81c23} .woocommerce .woocommerce-error:before{content:"\e016";color:#b81c23; font-family: WooCommerce}
.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:#777}
.woocommerce .woocommerce-breadcrumb:after,.woocommerce .woocommerce-breadcrumb:before{content:" ";display:table}
.woocommerce .woocommerce-breadcrumb a{color:#777}
.woocommerce .quantity .qty {width:88px; text-align:center; font-size: 18px; padding: 15px 0; color:rgba(35,31,32,1); border-color: rgba(52,63,82,1);     padding-left: 18px; border-radius: 5px !important; -webkit-border-radius: 5px !important; -moz-border-radius: 5px !important; border-width: 1px;}
.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 0 14px 0; font-size: 30px;   display: block; line-height: .6em; text-align: left;}
.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:26px; margin-bottom: 40px}
.woocommerce div.product p.price ins,.woocommerce div.product span.price ins{background:inherit;font-weight:700; text-decoration: none; color:#fb3d3d}
.woocommerce div.product p.price del,.woocommerce div.product span.price del{color: rgba(35,31,32,1); font-size: 18px}
.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:1em; float: none;  display: block; width: 100%;}
.woocommerce div.product div.images{margin-bottom: 60px; margin-right: 4%;}
.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 0; margin:0 0 0; overflow:hidden; position:relative}
.woocommerce div.product .woocommerce-tabs ul.tabs li{   border:1px solid rgba(23,24,22,1);   background-color:rgba(255,255,255,1);display:inline-block;position:relative;z-index:0;margin: 0 -6px -1px 0; padding:0 1em; border-bottom:1px solid #171b21; color:rgba(39,179,138,1); font-weight:400;  }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{  background:#fff; z-index:2; color:rgba(39,179,138,1); border: 1px solid rgba(23,23,24,1); border-bottom: none; font-weight:600;   }
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover{}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{display:inline-block;padding:12px 3px;  color:rgba(35,31,32,1); text-decoration:none;   font-size: 18px; }
.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(39,179,138,1)}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:hover{border-color:#171b21}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:rgba(35,31,32,1);text-shadow:inherit; font-size: 18px; text-transform:inherit !important;}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:hover{color:rgba(39,179,138,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{position:absolute;content:" ";width:100%;bottom:0;left:0;border-bottom:1px solid rgba(91,94,122,1);z-index:1}
.woocommerce div.product .woocommerce-tabs .panel{margin: 0 0 50px; padding: 0 40px 30px 40px;     border: 1px solid rgba(23,23,24,1); border-top: none  }
.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;}
.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 {background-color: rgba(255,255,255,0.1); padding: 0px 0px;}
.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:-32px;left:20px;margin:0;border-radius:100%;background-color:#fb3d3d;color:#fff;font-size:14px;-webkit-font-smoothing:antialiased; text-transform: uppercase; z-index: 9}
.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: 35px; left:20px; right:auto; margin:-.5em -.5em 0 0; z-index: 6;}
.woocommerce ul.products li.product h2{padding:.9em 0 .3em 0 ; margin:0; font-size: 18px; font-weight: 600;  line-height: 24px; text-align: center}
.woocommerce ul.products li.product h2:hover{color: rgba(39,179,138,1)}
.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{font-size:.857em;  width: 80px !important;   margin: 0 auto 0 auto;  text-align: center; display: inline-block;    color: rgba(39,179,138,1);}
.woocommerce ul.products li.product .button{margin-top:1em}
.woocommerce ul.products li.product .price{color:rgba(35,31,32,1); display:block; margin-bottom:.4em; font-size: 26px; font-weight: bold; text-align: center}
.woocommerce ul.products li.product .price del{display: inline-block;margin-right: 8px; font-weight: normal; color: rgba(35,31,32,1); font-size: 18px;}
.woocommerce ul.products li.product .price ins{background:0 0;font-weight:700; text-decoration: none; color: rgba(251,61,61,1); font-size: 26px;}
.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.watch_prod_button {border: 2px rgba(39,179,138,1) solid; padding: 2px; font-size: 13px; text-transform: uppercase; color: rgba(39,179,138,1); position: absolute;  background-color: transparent; left: auto;  z-index: 5;text-indent: -999em;height: 40px;width: 40px; top: -webkit-calc(40% - 20px); top: calc(40% - 20px); right: -webkit-calc(50% - 46px); right: calc(50% - 46px);}
.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 ul.products li.product .button.add_to_cart_button, .woocommerce ul.products li.product .button.ajax_add_to_cart {border: 1px rgba(255,255,255,1) solid; padding: 0 30px; font-size: 18px; text-transform: uppercase; color: rgba(255,255,255,1); font-weight: 600;position: absolute; background-color: transparent;border-radius: 5px !important; -webkit-border-radius: 5px !important; -moz-border-radius: 5px !important;width: 200px;top: -webkit-calc(40% - 25px); top: calc(40% - 25px); left: -webkit-calc(50% - 100px); left: calc(50% - 100px);  right: auto;z-index: 5;line-height: 52px; }
.woocommerce ul.products li.product .button.add_to_cart_button:before {}
.woocommerce .blogsidebarspage ul.products li.product .button.add_to_cart_button, .woocommerce .blogsidebarspage ul.products li.product .button.ajax_add_to_cart { 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 .button.add_to_cart_button.added, .woocommerce .blogsidebarspage ul.products li.product .button.ajax_add_to_cart.added { left: 1px; top: 4px;}
.woocommerce .blogsidebarspage ul.products li.product .button.product_type_variable.add_to_cart_button, .woocommerce .blogsidebarspage ul.products li.product .button.product_type_variable.ajax_add_to_cart { left: -webkit-calc(50% - 55px); left: calc(50% - 55px); }
.woocommerce .blogsidebarpage ul.products li.product .button.add_to_cart_button.added, .woocommerce .blogsidebarpage ul.products li.product .button.ajax_add_to_cart.added {top: -webkit-calc(40% - 20px); top: calc(40% - 20px); left: -webkit-calc(50% - 100px); left: calc(50% - 100px); font-size: 12px;}

.woocommerce ul.products li.product .button.add_to_cart_button.added, .woocommerce ul.products li.product .button.ajax_add_to_cart.added {left: -webkit-calc(50% - 83px);left: calc(50% - 83px); top:60px}
.woocommerce ul.products li.product:hover .button.add_to_cart_button, .woocommerce ul.products li.product:hover .button.ajax_add_to_cart {-webkit-transform: scale(1);-ms-transform: scale(1);transform: scale(1)}
.woocommerce ul.products li.product .button.add_to_cart_button:hover, .woocommerce ul.products li.product .button.ajax_add_to_cart:hover, .woocommerce ul.products li.product .button.watch_prod_button:hover {background-color: rgba(255,255,255,1); border-color: rgba(255,255,255,1); color:rgba(30,34,72,1) !important}

.woocommerce .blogsidebarspage ul.products li.product h2 {font-size: 15px;}
.woocommerce .blogsidebarspage ul.products li.product .price ins {font-size: 22px;}

.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 .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 h2 {font-size: 18px;}
.woocommerce .blogsidebarpage ul.products li.product .price ins {font-size: 26px;}

.woocommerce .blogsidebarpage ul.products li.product .added_to_cart { top: -webkit-calc(40% + 70px); top: calc(40% + 70px);}
.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 .added_to_cart {border: 1px rgba(39,179,138,1) solid; padding: 6px 33px; font-size: 13px; border-radius: 5px; text-transform: uppercase; color: #FFF;position: absolute; top: 150px; left: -webkit-calc(50% - 65px); left: calc(50% - 65px);background-color: rgba(39,179,138,1);font-weight: bold; -webkit-transition: all 500ms; transition: all 500ms;}
.woocommerce ul.products li.product .added_to_cart:hover {background-color: #171b21; border-color: #171b21; color:#FFF}
.woocommerce .woocommerce-ordering {margin: 0 15px 0px 0;}
.woocommerce .woocommerce-ordering select{vertical-align:top}
.woocommerce nav.woocommerce-pagination{text-align:center}
.woocommerce .product .related {background: transparent; margin: 40px 0 80px 0; padding: 0 0 20px 0;}
.woocommerce .related h2 {margin: 0 0 20px 0; font-size: 26px;}
.woocommerce .related li.product{	padding-top: 30px !important;}




/* Product Cat */
.prod_over_wrapper{position: relative;overflow: hidden;height: 100%;width: 100%;}
.woocommerce li {}
.woocommerce li .prod_over{position: absolute; top: -100%; left:0; width: 100%; height: 98%; background-color: rgba(0,0,0,0.5);-webkit-transition: all 500ms; transition: all 500ms;}
.woocommerce li:hover .prod_over{top: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:13px; text-transform: uppercase;margin:0; line-height:1; cursor:pointer; position:relative; font-family:inherit; text-decoration:none;overflow:visible;padding:16px 18px;font-weight:600;color:rgba(35,31,32,1);border: 1px rgba(39,179,138,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;border-radius: 5px !important; -webkit-border-radius: 5px !important;-moz-border-radius: 5px !important;height:52px;}
.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{  background-color: rgba(39,179,138,1); border-color: rgba(39,179,138,1); color: #fff !important;}
.woocommerce .widget_shopping_cart .button.checkout {color:rgba(255,255,255,1);  background-color: rgba(39,179,138,1); border-color: rgba(39,179,138,1);  float: right;}
.woocommerce .widget_shopping_cart .button.checkout:hover {background-color: transparent; border-color: rgba(39,179,138,1); color:rgba(39,179,138,1) !important}
.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(70,70,71,1); color:rgba(255,255,255,1);-webkit-font-smoothing:antialiased;border-color: rgba(70,70,71,1); border-radius: 0;border-width: 2px;border-style: solid;text-transform: uppercase;font-size: 18px;font-weight: 600;padding: 17px 30px;}
.woocommerce #respond input#submit.alt:hover,.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover,.woocommerce input.button.alt:hover{background-color:rgba(39,179,138,1) !important;border-color: rgba(39,179,138,1) !important;color:rgba(255,255,255,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(136,136,136,1)!important; border: 2px solid rgba(136,136,136,1) !important;  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;}
.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 h3{font-family: Roboto;font-size: 18px;text-align: left;font-weight: bold;margin: 0 0 20px 0px;}
.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:0;width:100%;background:0 0;list-style:none}
.woocommerce #reviews #comments ol.commentlist li{padding:0;margin:0 0 20px;position:relative;background:0;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 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}
.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: rgba(136,136,136,1);  font-size: 14px}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta time:before{content: "\f073";font-family: 'FontAwesome';font-size: 15px;color: rgba(39,179,138,1);padding-right: 10px;font-style: normal;}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong {color: rgba(35,31,32,1);font-style: normal;font-size: 16px;font-weight: 600;text-decoration: none;padding-top: 5px;display: inline-block;margin-right: 5px;}
.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(39,179,138,1);}
.woocommerce-review-link {color: rgba(39,179,138,1);}
.woocommerce .star-rating:before{content:"\73\73\73\73\73";float:left;top:0;left:0;position:absolute;     color: #FFF;}
.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;background:0 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{float: right;}
.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(39,179,138,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(39,179,138,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(39,179,138,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(39,179,138,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(39,179,138,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(35,31,32,1); font-size: 16px;  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:rgba(39,179,138,1); color:rgba(255,255,255,1)}
.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: none}
.cart_totals h2 {font-weight:700;padding:9px 12px; border:0; border-bottom:1px rgba(255,255,255,1) solid; color:rgba(255,255,255,1); text-transform: uppercase; font-family: Roboto; 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); text-transform: uppercase; font-family: Roboto; 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 {background-color: rgba(42,53,71,1); color: #fff; }
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .product-name {color: #fff; }
.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;}
.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:400; font-size: 18px; }
.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;}
.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(39,179,138,1);font-size: .857em; margin: 7px 0;}
.woocommerce ul.product_list_widget {padding: 10px 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(39,179,138,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_products-2.woocommerce ul.product_list_widget li a {text-decoration: underline;}
#woocommerce_recent_reviews-2.woocommerce ul.product_list_widget li a {text-decoration: underline;}
#woocommerce_top_rated_products-2.woocommerce ul.product_list_widget li a {text-decoration: underline;}
.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(39,179,138,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:1px solid rgba(230,231,232,1); font-weight: 400;  padding:15px 0 0; margin-bottom: 15px;}
.woocommerce .widget_shopping_cart .total .amount,.woocommerce.widget_shopping_cart .total .amount{font-weight: bold; color: rgba(39,179,138,1); font-size: 18px;}
.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: 20px;padding-bottom: 22px; 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; font-size: 24px;}
.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;position: relative;}
.woocommerce ul#shipping_method .amount{font-weight:700} .woocommerce p.woocommerce-shipping-contents{margin:0}
ul#shipping_method input[type="radio"]:checked + label:before {top: 8px;}
ul#shipping_method input[type="radio"]:checked + label {position: initial;}
ul#shipping_method input[type="radio"]:checked + label:before {}
.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;border:0;list-style:none}
.woocommerce .widget_layered_nav ul li{padding:0 0 0 0; list-style:none; margin: 0}
.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 {padding:10px 0 10px 25px; line-height:25px; width: 100%; display: block;}
.woocommerce .widget_layered_nav ul li a:hover {background-color: rgba(255,255,255,1); font-weight: 600;}
.woocommerce .widget_layered_nav ul li span{padding:1px 0}
.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:1.8em}
.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:13px;float:left}
.woocommerce .widget_price_filter .price_slider_amount .button:hover{color:rgba(255,255,255,1) !important; border-color: rgba(39,179,138,1); background-color: rgba(39,179,138,1)!important;}
.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:18px;height:18px;background-color: #fff;border: 1px solid rgba(136,136,136,1);cursor:ew-resize;outline:0;top:-9px;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(230,231,232,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:2px;  }
.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; background-color: rgb(230, 32, 79); border: 1px solid  rgb(230, 32, 79)}
.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_totals tr{ color:#fff !important }
.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: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}
.panel.entry-content h2 {padding-top: 25px;font-size: 24px;text-align: left;}
.product-categories {padding-left: 0 !important;margin-left: -25px !important;}
.cat-item .cat-parent {position: relative;margin: 0 0 5px 0px !important;padding: 4px 0px !important;}
.product-categories.cat-item {padding-left: 0 !important;margin-left: 15px !important;}
.cat-item.cat-parent a {width: 100%;margin: 0;padding: 15px 0 15px 0px !important;}
.cat-item.cat-parent a:hover {font-weight: 600;}
.cat-item{margin-left: 20px !important;}
ul li.cat-parent .cat-item:before{}
ul li.cat-parent > a {font-weight: bold}

/* Small Screen */


@media screen and (max-width: 700px) {
    .woocommerce .product_title.entry-title {
        font-size: 26px !important;
        padding-bottom: 40px !important;
    }
    .woocommerce .quantity .qty {
        width: 61px;
        font-size: 14px;
        padding: 10px 0;
        padding-left: 18px;
    }
    .woocommerce button.button.alt {
        padding: 10px 23px;
    }
    .woocommerce-tabs ul.tabs li a {
        padding: 10px 10px !important;
        font-size: 14px;
    }
    .woocommerce-tabs ul.tabs li {
        border: 1px solid rgba(23, 24, 22, 1) !important;
        margin: 0px -6px 5px 0 !important;
    }
    .woocommerce-tabs .panel {
        padding: 0 10px 30px 10px !important;
    }
    .panel.entry-content h2 {
        padding-top: 0px !important;
        font-size: 18px !important;
    }
    /*.woocommerce ul.products li.product {*/
    /*padding: 0 !important;*/
    /*}*/
    .woocommerce #reviews #comments h2 {
        font-size: 18px !important;
        line-height: 24px;
    }
    .woocommerce #reviews #comments ol.commentlist li .comment-text {
        margin: 0 5px 25px 5px !important;
    }
    .woocommerce-ordering-wrapper select {
        padding: 9px 8px !important;
    }
    .woocommerce-ordering-wrapper {
        padding: 6px 0 12px 0 !important;
        margin-bottom: 20px !important;
    }
    .woocommerce table.shop_table.cart thead tr th {
        font-size: 12px;
    }
    .woocommerce table.shop_table.cart .product-remove a {
        font-size: 22px !important;
    }
    .woocommerce table.shop_table.cart .product-price {
        display: none;
    }
    .woocommerce table.shop_table.cart .cart_item {
        font-size: 12px;
    }
    .woocommerce table.shop_table.cart td {
        padding: 0;
    }
    .woocommerce table.shop_table.cart .cart_item a {
        font-size: 12px;
    }
    .woocommerce .quantity .qty {
        width: 40px;
        font-size: 14px;
        padding: 3px 0;
        height: 40px;
    }
    .woocommerce td.product-quantity {
        text-align: center;
    }
    .woocommerce a.button.alt{
        font-size: 14px;
        padding: 12px 14px;
    }


    .cart_title, .checkout_title{

        font-size: 36px;

    }



}





@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%;}

/* 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;}

/* 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: rgba(56,56,56,1);}
.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {background: #fff;}
.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: #595959;}
.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 500ms ease;transition:  opacity 500ms 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_single_image.hservise {margin-left: 0 !important}
.vc_column-inner{ margin-bottom: 0px; }
.left-icon .aio-icon-left .aio-icon.circle {margin-right: 40px}
.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 */
.semiborder {border-color: rgba(255,255,255,0.1); border-style: solid; border-width: 0 0 10px 10px; position: relative}
.semiborder:before {content: ""; display: block; position: absolute; top:0; left:0; width: 48%; height: 10px;background-color:rgba(255,255,255,0.1);}
.semibordery {border-color: rgba(39,179,138,1); border-style: solid; border-width: 0 10px 10px 10px; position: relative}
.semibordery:before {content: ""; display: block !important; position: absolute; top:0; right:-1px; width: 68%; height: 10px;background-color:rgba(39,179,138,1);}
.semiborderb {border-color: rgba(255,255,255,0.1); border-style: solid; border-width: 10px 10px 0 10px; position: relative}
.semiborderb:before {content: ""; display: block !important; position: absolute; bottom:0; right:0; width: 58%; height: 10px;background-color:rgba(255,255,255,0.1);}
.semidark_bgr {position: relative}
.semidark_bgr > .vc_column-inner  > .wpb_wrapper {z-index: 9;position: relative}
.semidark_bgr:before {background-color: rgba(23,27,61,0.85);content: "";display: block; top:5px; left:5px; right:5px; bottom:5px; z-index:1; position: absolute;-webkit-transition: all 500ms;transition: all 500ms;}
.semidark_bgr:hover:before {background-color: rgba(23,27,61,0.92)}
.semilight_bgr {position: relative}
.semilight_bgr > .vc_column-inner  > .wpb_wrapper {z-index: 9;position: relative}
.semilight_bgr:before {background-color: rgba(255,255,255,0.85);content: "";display: block; top:5px; left:5px; right:5px; bottom:5px; z-index:1; position: absolute;-webkit-transition: all 500ms;transition: all 500ms;}
.semilight_bgr:hover:before {background-color: rgba(255,255,255,0.72)}
.aio-icon.socialhover:hover {color:rgba(39,179,138,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}
[id*="erropix-all-in-one-"] {width: 100% !important}
.contacticons .uavc-list li { margin-bottom: 30px !important; }
.uavc-list-icon {display: inline-block}
.uavc-list {list-style: none; margin-left: 0}

.wpb_row.somefacts, .wpb_row.whyusm, .wpb_row.nobtnmrg {margin-bottom: 0}
.vc_infolist_1 {}
.smile_icon_list_wrap h3 {text-align: left; margin: 20px 0 20px 0 !important}
.iconsline {}
.iconsline .vc_icon_element-inner {border: 2px #d7aa59 solid !important; border-radius: 100px; padding: 20px}
div.vc_btn3-container.btn {}
.wpb_single_image.vc_align_left { display: inline-block; }
.vc_btn3.vc_btn3-block { display: block !important; width: 100% !important;  text-align: inherit !important;}
.vc_icon_solo {}
.separator1 {}
.textseparator1 {}
.infomessagebox {}
.successmessagebox {}
.errormessagebox {}
.vc_advanced_tabs {}
.strip_highlight_text span {    margin-bottom: 50px;  padding-bottom: 20px;}

/* Coming Soon*/
.comingsooncounter {}
.comingsoonsubscribe {margin-top: 100px;}
.comingsoonsubscribe [id*="form-wysija-"] {margin: 0 auto; max-width: 800px;}
.comingsoonsubscribe .widget_wysija [id*='form-wysija-'] input[type=submit].wysija-submit {padding: 16px 40px 16px 40px !important; margin-top: 0}
.comingsoonsubscribe [id*="form-wysija-"] .wysija-paragraph {max-width: 60%; padding-right: 3%; float: left}
.comingsoonsubscribe [id*="form-wysija-"]  input[type=submit].wysija-submit {max-width: 30%}
.comingsoonsubscribe [id*="form-wysija-"] input[type=text] {color:#949596}
.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(39,179,138,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 {padding: 10px 25px !important;}

/* Iconboxes  */
.sec_icon_1 {-webkit-transition: all 500ms;  transition: all 500ms;}
.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 {}
.law_iconstyle_1 .aio-icon {  -webkit-transition: all 500ms;  transition: all 500ms;}
.law_iconstyle_1:hover .aio-icon {background-color: #171b21 !important; color:rgba(39,179,138,1) !important;  }
.law_iconstyle_1 a {}
.law_iconstyle_1 a:hover {text-decoration: none}
.law_iconstyle_2 .aio-icon {border-radius: 10px;  -webkit-transition: all 500ms;  transition: all 500ms;}
.law_iconstyle_2:hover .aio-icon {border-radius: 0;}
.law_iconstyle_3 {}
.law_iconstyle_3 a {}
.law_iconstyle_3 {text-decoration: none}
.law_iconstyle_3 .aio-icon-box {padding: 80px 30px; border: 1px #cccccc solid; -webkit-transition: all 500ms;  transition: all 500ms;}
.law_iconstyle_3:hover .aio-icon-box {padding: 30px 30px 30px 30px; background-color: #171b21;}
.law_iconstyle_3 .aio-icon { -webkit-transition: all 500ms;  transition: all 500ms;}
.law_iconstyle_3:hover .aio-icon {}
.law_iconstyle_3 .aio-icon-title {-webkit-transition: all 500ms;  transition: all 500ms; font-family: Roboto}
.law_iconstyle_3:hover .aio-icon-title {color:#FFF !important}
.law_iconstyle_3 .aio-icon-description {height:0; overflow: hidden; -webkit-transition: all 500ms;  transition: all 500ms;}
.law_iconstyle_3:hover .aio-icon-description {height:auto}
.aio-icon-box-link:hover .aio-icon-description,  .aio-icon-box-link:hover .aio-icon-title, .aio-icon-box-link:hover {text-decoration: none}

/* 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: #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: #d7aa59 !important;}
.vc_pagination-color-grey.vc_pagination-style-outline .vc_pagination-trigger:hover, .vc_pagination-color-grey.vc_pagination-style-outline .vc_active .vc_pagination-trigger  {border-color: #d7aa59 !important}
.vc_images_carousel .vc_carousel-indicators { bottom: -35px !important;}
.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
    padding: 0 0 0 40px;
    line-height:40px;
}
.mlfsect .vc_column-inner {margin-left: 140px}
/* =========================================
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: 1600px) {
    .footer-b:before{content: ''; 	position: absolute; top: 0; border: 410px solid transparent; border-left: 200px solid rgba(39,179,138,1); border-top: 0px solid rgba(39,179,138,1);	}
}

@media screen and (max-width: 1440px) {
    .footer-b:before{content: ''; 	position: absolute; top: 0; border: 410px solid transparent; border-left: 120px solid rgba(39,179,138,1); border-top: 0px solid rgba(39,179,138,1);	}
}

@media screen and (max-width: 1440px) {
    .footer-b:before{content: ''; 	position: absolute; top: 0; border: 180px solid transparent; border-left: 80px solid rgba(39,179,138,1); border-top: 0px solid rgba(39,179,138,1);	}
}

@media screen and (max-width: 1200px) {
    .mainbox {max-width: 100%;}
    .container {width: 1170px;}
    .copyright { text-align: center;}
    .copyright p{text-align: center; margin-bottom: 5px;}
    .copyright ul{ float: none;}
    .footer-b-container { padding-top: 40px;}
    .footer-b-main-block { padding: 0; width: 100%; margin-bottom: 30px; }

}

@media screen and (max-width: 1100px) {
    .container {width: 1070px;}
}

@media screen and (max-width: 1024px) {
    .footer-b:before{content: ''; 	position: absolute; bottom: 0; right: 0;    border: 151px solid transparent;     border-bottom: 307px solid rgba(39,179,138,1);     border-right: 0px solid rgba(39,179,138,1);	}
    .container {    width: 980px;}
    .subscribe-form [id*="form-wysija-"] input[type=submit].wysija-submit {  padding: 16px 25px 16px 25px !important;}
    .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;}
    /*.blogsidebarpage .related .rblock .thumb {max-height: 97px;}*/
    .blogsidebarspage .related .rblock .thumb {max-height: 188px;}
}

@media screen and (max-width: 992px){
    .container {width: 940px;}
    .sell_topbar p, .social ul {text-align: center !important;}
    .social ul {text-align: center; padding: 5px 0 5px 0}
    .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}
    .shortheader1.head_tr .navbar-nav li.li-search {margin-left: 15px;position: absolute;top: 5px;right: 15px;}
    li.search-item-nav { bottom: 32px; top: auto;}
    .menuover .sell_menuline {top: 70px;}
    .navbar-nav>li>a.open-search {height: 35px;}
    .menu-container li.search-item-nav {margin-top: 0}
    .menu-container li.search-item-nav { bottom: -20px;}
    .nav-links a {font-size: 14px !important; padding: 8px 20px;}
    .blogsidebarspage .related .rblock {width: 100%; margin-right: 0}
    .woocommerce .quantity .qty {padding-left: 0;}
    .buttonwrapper{margin-top: 0;margin-bottom: 30px;text-align: center !important;}
    .navbar-nav>li:before {display: none;}
    .navbar-nav>li:after {display: none;}
    .navbar-nav li.cart .count {display: none}
}


@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}
    .menu-container .navbar-nav > li.search-item-nav {top: 90px; }
    .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;  }
    h3.entry-title { font-size: 22px}
    .entry-meta {line-height: 1.4em}
    .entry-content{ margin: 0 0px 0px 0; }
    .more-link {    padding: 10px 30px; font-size: 16px;}
    .entry-thumbnail + .c_block { margin-left: 5px;}
    .blog2columnpage .entry-thumbnail + .c_block { margin-left: 5px;}
    .blog3columnpage .entry-thumbnail + .c_block { margin-left: 5px;}
    .post, .search-results article {min-height: 220px;}
    .blog2columnpage .post, .blog2columnpage .search-results article {padding-bottom: 0px;}
    .blog3columnpage .post, .blog3columnpage .search-results article {padding-bottom: 0px;}
    .digital-format article, .digital-format {padding-right: 0;}
    .digital-format .entry-meta {line-height: 1.3em}
    .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;}
    .head_boxed .headerslider{padding-top: 0px;}
    .head_boxed .headerslider_content{top: 80px;}
    .nav-links a[rel=prev] { white-space: normal !important; }
}

@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;}
}


@media screen and (max-width: 840px) {
    .container {width: 800px;}
}


@media screen and (max-width: 769px) {
    .team-slide .photo img {width: 220px; height: 220px;}
    .container {    width: 740px; max-width: 94%}
    .top .col-xs-12 {text-align: center;}
    .related .rblock {margin: 0 4% 20px 0; width: 46%;overflow: hidden; display: inline-block}
    .related .rblock img {margin:0; max-width: 100%;}
    .related .rblock:nth-child(even) {margin-right: 0}
    .related .rblock:nth-child(2n+1) {clear: both}
    .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: 0px;}
    .post .entry-thumbnail, .search-results article .entry-thumbnail {width: 100%;  height: auto;float:none;}
    .entry-thumbnail + .c_block { margin-left: 0px;}
    .blog2columnpage .entry-thumbnail + .c_block { margin-left: 0px;}
    .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%;}
    .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%;}
    #digitalti .slick-dots {top: 90%; }
    #digitalti .slick-prev {left: 15px;}
    #digitalti .slick-next {right: 15px;}
    .testimonials_box_four .item {padding: 0px;}
    .testimonials_box_four .slick-prev {left: -10px;}
    .testimonials_box_four .slick-next {right: -10px;}
    h1 {font-size: 40px !important; line-height: 46px;}
    h2 {font-size: 32px !important; line-height: 36px;}
    body .vc_custom_1474912972732 {
        margin-left: 0px !important;
    }
    body .vc_custom_1473100090453 {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
        margin-left: 0px !important;
    }
    body .vc_custom_1473100323883 {
        margin-left: 0px !important;
    }
    body .vc_custom_1474951123531 {
        padding-right: 0px !important;
    }
    body .vc_custom_1475373402929 {
        margin-left: 0px !important;
    }
    body .vc_custom_1474989753263 {
        margin-left: 0px !important;
    }
    .greencorner:before {opacity: 0}
    .getin:before {opacity: 0}
    body .wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title {
        margin: 0;
        line-height: 1.4;
        font-size: 1.2em;
    }
    body .wpb-js-composer .vc_tta.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading, body .wpb-js-composer .vc_tta.vc_tta-style-classic .vc_tta-panel:not(:last-child) .vc_tta-panel-heading {
        margin-bottom: 29px;
    }
    .getinform .form-group {
        margin-bottom: 0px;
    }
    .mlfsect .vc_column-inner {margin-left: 30px}
}

@media screen and (max-width: 690px) {
    .container {width:660px; max-width: 94%}
    [id*="form-wysija-"] {  width: 100%;}
    .nav-links a {float: none !important;  font-size: 12px !important;     display: block !important; }
    .post-navigation { margin-bottom: 80px; text-align: center;}
    .comment-list > li {  padding: 10px 0; }
    .comment-list li .comment-content {padding: 0;     margin-bottom: 20px;     position: relative;     margin-top: 10px; }
    .comment-list li .reply { top: 40px; }
    .comment-list > li > ol {  padding: 10px 0;   }
    .comment-list li ol { padding: 30px 0 30px 0;}
    .ftabs-content{padding: 0;}
}

@media screen and (max-width: 640px) {
    .container {width:610px; max-width: 94%}
    [id*="form-wysija-"] {  width: 100%;}
    #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;}
    .pagination ul li{ margin: 10px;}
}

@media screen and (max-width: 600px) {
    .container {width:570px; max-width: 94%}
    .related .rblock {margin: 0 0 20px 0; width: 100%; float: none}
    .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;}
    .imgcenter{ margin: 0 auto; width: 160px; display: block !important;}
    .nav-links a {max-width: 100%;}
    .woocommerce div.product form.cart .button{margin-left: 0}
    .nav-previous, .nav-next, .nav-links a {width: 100%; margin-bottom: 15px; float: none; max-width: none;}
    .nav-previous a, .nav-next a {width: 100%; }
    #commentform .comment-form-author, #commentform .comment-form-email, #commentform .comment-form-url { float: none; width: 100%;}
}

@media screen and (max-width: 540px) {
    .container {width:510px; max-width: 94%}
    #team-index .item img {float: none; margin: 0;width: 100%; border-radius: 300px}
    .catteam #team-index .item {  padding: 0 0 20px 0;}
    #team-index .item {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 20px 20px 20px;    height: auto;}
    #team-index .teammate {margin-left: 0; margin-right: 20px}
    #team-index .item .teammate { width: 100%; float: none; }
    #team-index .item .overmember {height: 100%; width: 100%;}
    #team-index .item .overmember a i {line-height: 1; top: calc(50% - 22px); position: absolute; }
    #team-index .item strong, #team-index .item span {text-align: center}
    #team-index .item .teammate .contact-list li {text-align: center; }
    .teammate .contact-list li {margin: 0 !important}
    .some{padding: 10px 10px;}
}

@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: 0px; }
    .digital-format{ margin-bottom:  80px;}
    .col2.sell_portf { padding: 0 0; }
    .comment-metadata, .comment-metadata a { display: none}
    .e404 .search-form label, .e404 .search-form input[type=submit] {width: 100%; float: none}
    .e404 .big { font-size: 150px; line-height: 150px; }
    .e404 .wrapper { right: -10px; }
    .search-form:before{right: 50%; margin-right: -15px; top: 60px;}
    .widget_search .search-form:before {right: 30px;}

}

@media screen and (max-width: 480px) {
    .footer-b:before{content:  none	}
    .container {width:440px; max-width: 94%}
    .subscribe-form [id*="form-wysija-"] input[type=submit].wysija-submit {padding: 16px 5px 16px 5px !important;  }
    .menuover .navbar-nav>li.li-search {margin-bottom: 0}
    .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}
    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] {padding: 15px 25px !important}
    .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 {padding: 0 30px 50px 30px !important;  }
    .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;}
    .blogsidebarpage .related .rblock .thumb {max-height: 160px;}
    .blogsidebarspage .related .rblock .thumb {max-height: 148px;}
    .head_boxed .headerslider_content{top: 40px;}
    .footer-b-main-block header { height: 106px; }
    .footer-b-logo { width: 217px; float: none; margin: 0 auto}
    .footer-social {float: none; margin: 0 auto}

    .post, .search-results article {min-height: 150px; margin-bottom: 0;}

    .entry-thumbnail .thumbhover a{
        top: 70%;
    }


}

@media screen and (max-width: 420px) {
    .container {width: 380px; max-width: 94% }
    #digitalti .slick-prev {left: -40px;  }
    #digitalti .slick-next {right: -40px; }
    #digitalti .mention p { padding: 0;  }
}

@media screen and (max-width: 400px) {
    .container {width: 360px;  max-width: 94%}
}


@media screen and (max-width: 320px) {
    .container { width: 280px; max-width: 94% }
}


