@charset "UTF-8";
/*
Theme Name: CMSAddons
Theme URI: http://cmsaddons.net
Author: Cmsaddons
Author URI: http://blog.cmsaddons.net
Description: CMSAddons Theme
Version: 1.0.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cawptheme
Tags:left-sidebar, right-sidebar, custom-background, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
*/
/*------------------------------------------------------------------
[1. Body ]
*/
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}
body{margin:0;}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block;}
audio,canvas,progress,video{display:inline-block;vertical-align:baseline;}
audio:not([controls]){display:none;height:0;}
[hidden],template{display:none;}
a{background-color:transparent;}
a:active,a:hover{outline:0;}
abbr[title]{border-bottom:1px dotted;}
b,strong{font-weight:bold;}
dfn{font-style:italic;}
h1{font-size:2em;margin:0.67em 0;}
mark{background:#ff0;color:#000;}
small{font-size:80%;}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}
sup{top:-0.5em;}
sub{bottom:-0.25em;}
img{border:0; max-width: 100%;}
svg:not(:root){overflow:hidden;}
figure{margin:1em 40px;}
hr{box-sizing:content-box;height:0;}
pre{overflow:auto;}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em;}
button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0;}
button{overflow:visible;}
button,select{text-transform:none;}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}
button[disabled],html input[disabled]{cursor:default;}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}
input{line-height:normal;}
input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto;}
input[type="search"]{-webkit-appearance:textfield;box-sizing:content-box;}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}
fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}
legend{border:0;padding:0;}
textarea{overflow:auto;}
optgroup{font-weight:bold;}
table{border-collapse:collapse;border-spacing:0;}
td,th{padding:0;}
@font-face {
  font-family: 'icomoon';
  src:  url('assets/fonts/icomoon/icomoon.eot?4q7edm');
  src:  url('assets/fonts/icomoon/icomoon.eot?4q7edm#iefix') format('embedded-opentype'),
    url('assets/fonts/icomoon/icomoon.ttf?4q7edm') format('truetype'),
    url('assets/fonts/icomoon/icomoon.woff?4q7edm') format('woff'),
    url('assets/fonts/icomoon/icomoon.svg?4q7edm#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

.ca-icomoon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-genius:before {
  content: "\e900";
}
.icon-tools:before {
  content: "\e901";
}
.icon-ca-badge:before {
  content: "\e902";
}
.icon-ca-free-delivery:before {
  content: "\e903";
}
.icon-ca-gear:before {
  content: "\e904";
}
.icon-ca-quality:before {
  content: "\e905";
}
@media print{
  *,*:before,*:after{background:transparent!important;color:#000!important;box-shadow:none!important;text-shadow:none!important;}
  a,a:visited{text-decoration:underline;}
  a[href]:after{content:" ("attr(href) ")";}
  abbr[title]:after{content:" ("attr(title) ")";}
  a[href^="#"]:after,a[href^="javascript:"]:after{content:"";}
  pre,blockquote{border:1px solid #999;page-break-inside:avoid;}
  thead{display:table-header-group;}
  tr,img{page-break-inside:avoid;}
  img{max-width:100%!important;}
  p,h2,h3{orphans:3;widows:3;}
  h2,h3{page-break-after:avoid;}
  .navbar{display:none;}
  .btn > .caret,.dropup > .btn > .caret{border-top-color:#000!important;}
  .label{border:1px solid #000;}
  .table{border-collapse:collapse!important;}
  .table td,.table th{background-color:#fff!important;}
  .table-bordered th,.table-bordered td{border:1px solid #ddd!important;}
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html{font-size:10px;-webkit-tap-highlight-color:transparent;}
body{font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857;color:#333333;background-color:#fff;}
input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;}
a{color:#337ab7;text-decoration:none;}
a:hover,a:focus{color:#23527c;}
figure{margin:0;}
img{vertical-align:middle;}
.img-responsive{display:block;max-width:100%;height:auto;}
.img-rounded{border-radius:6px;}
.img-thumbnail{padding:4px;line-height:1.42857;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;display:inline-block;max-width:100%;height:auto;}
.img-circle{border-radius:50%;}
hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eeeeee;}
.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0;}
.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto;}
[role="button"]{cursor:pointer;}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit;}
h1 small,h1 .small,h2 small,h2 .small,h3 small,h3 .small,h4 small,h4 .small,h5 small,h5 .small,h6 small,h6 .small,.h1 small,.h1 .small,.h2 small,.h2 .small,.h3 small,.h3 .small,.h4 small,.h4 .small,.h5 small,.h5 .small,.h6 small,.h6 .small{font-weight:normal;line-height:1;color:#777777;}
h1,.h1,h2,.h2,h3,.h3{margin-top:20px;margin-bottom:10px;}
h1 small,h1 .small,.h1 small,.h1 .small,h2 small,h2 .small,.h2 small,.h2 .small,h3 small,h3 .small,.h3 small,.h3 .small{font-size:65%;}
h4,.h4,h5,.h5,h6,.h6{margin-top:10px;margin-bottom:10px;}
h4 small,h4 .small,.h4 small,.h4 .small,h5 small,h5 .small,.h5 small,.h5 .small,h6 small,h6 .small,.h6 small,.h6 .small{font-size:75%;}
h1,.h1{font-size:30px;}
h2,.h2{font-size:24px;}
h3,.h3{font-size:18px;}
h4,.h4{font-size:16px;}
h5,.h5{font-size:14px;}
h6,.h6{font-size:12px;}
p{margin:0 0 10px;}
.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4;}
@media (min-width:768px){
  .lead{font-size:21px;}
}
small,.small{font-size:85%;}
mark,.mark{background-color:#fcf8e3;padding:.2em;}
.text-left{text-align:left;}
.text-right{text-align:right;}
.text-center{text-align:center;}
.text-justify{text-align:justify;}
.text-nowrap{white-space:nowrap;}
.text-lowercase{text-transform:lowercase;}
.text-uppercase,.initialism{text-transform:uppercase;}
.text-capitalize{text-transform:capitalize;}
.text-muted{color:#777777;}
.text-primary{color:#337ab7;}
a.text-primary:hover,a.text-primary:focus{color:#286090;}
.text-success{color:#3c763d;}
a.text-success:hover,a.text-success:focus{color:#2b542c;}
.text-info{color:#31708f;}
a.text-info:hover,a.text-info:focus{color:#245269;}
.text-warning{color:#8a6d3b;}
a.text-warning:hover,a.text-warning:focus{color:#66512c;}
.text-danger{color:#a94442;}
a.text-danger:hover,a.text-danger:focus{color:#843534;}
.bg-primary{color:#fff;}
.bg-primary{background-color:#337ab7;}
a.bg-primary:hover,a.bg-primary:focus{background-color:#286090;}
.bg-success{background-color:#dff0d8;}
a.bg-success:hover,a.bg-success:focus{background-color:#c1e2b3;}
.bg-info{background-color:#d9edf7;}
a.bg-info:hover,a.bg-info:focus{background-color:#afd9ee;}
.bg-warning{background-color:#fcf8e3;}
a.bg-warning:hover,a.bg-warning:focus{background-color:#f7ecb5;}
.bg-danger{background-color:#f2dede;}
a.bg-danger:hover,a.bg-danger:focus{background-color:#e4b9b9;}
.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eeeeee;}
ul,ol{margin-top:0;margin-bottom:10px;}
ul ul,ul ol,ol ul,ol ol{margin-bottom:0;}
.list-unstyled{padding-left:0;list-style:none;}
.list-inline{padding-left:0;list-style:none;margin-left:-5px;}
.list-inline > li{display:inline-block;padding-left:5px;padding-right:5px;}
dl{margin-top:0;margin-bottom:20px;}
dt,dd{line-height:1.42857;}
dt{font-weight:bold;}
dd{margin-left:0;}
.dl-horizontal dd:before,.dl-horizontal dd:after{content:" ";display:table;}
.dl-horizontal dd:after{clear:both;}
@media (min-width:768px){
  .dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
  .dl-horizontal dd{margin-left:180px;}
}
abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #777777;}
.initialism{font-size:90%;}
blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eeeeee;}
blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0;}
blockquote footer,blockquote small,blockquote .small{display:block;font-size:80%;line-height:1.42857;color:#777777;}
blockquote footer:before,blockquote small:before,blockquote .small:before{content:'\2014 \00A0';}
.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eeeeee;border-left:0;text-align:right;}
.blockquote-reverse footer:before,.blockquote-reverse small:before,.blockquote-reverse .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before,blockquote.pull-right .small:before{content:'';}
.blockquote-reverse footer:after,.blockquote-reverse small:after,.blockquote-reverse .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after,blockquote.pull-right .small:after{content:'\00A0 \2014';}
address{margin-bottom:20px;font-style:normal;line-height:1.42857;}
code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace;}
code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px;}
kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25);}
kbd kbd{padding:0;font-size:100%;font-weight:bold;box-shadow:none;}
pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857;word-break:break-all;word-wrap:break-word;color:#333333;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px;}
pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0;}
.pre-scrollable{max-height:340px;overflow-y:scroll;}
.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px;}
.container:before,.container:after{content:" ";display:table;}
.container:after{clear:both;}
@media (min-width:768px){
  .container{width:750px;}
}
@media (min-width:992px){
  .container{width:970px;}
}
@media (min-width:1200px){
  .container{width:1170px;}
}
.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px;}
.container-fluid:before,.container-fluid:after{content:" ";display:table;}
.container-fluid:after{clear:both;}
.row{margin-left:-15px;margin-right:-15px;}
.row:before,.row:after{content:" ";display:table;}
.row:after{clear:both;}
.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,.archive.woocommerce .left-sidebar .sidebar,.left-sidebar .sidebar,.right-sidebar .sidebar,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.right-sidebar #secondary.sidebar,.left-sidebar #secondary.sidebar,.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,.right-sidebar #primary,.left-sidebar #primary,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.archive.woocommerce .left-sidebar .content-area,.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,.archive.woocommerce .left-sidebar .sidebar,.left-sidebar .sidebar,.right-sidebar .sidebar,.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,.archive.woocommerce .left-sidebar .content-area,.left-sidebar #primary,.right-sidebar #primary,.right-sidebar #secondary.sidebar,.left-sidebar #secondary.sidebar{float:left;}
.col-xs-1{width:8.33333%;}
.col-xs-2{width:16.66667%;}
.col-xs-3,.archive.woocommerce .left-sidebar .sidebar,.left-sidebar .sidebar,.right-sidebar .sidebar{width:25%;}
.col-xs-4{width:33.33333%;}
.col-xs-5{width:41.66667%;}
.col-xs-6{width:50%;}
.col-xs-7{width:58.33333%;}
.col-xs-8{width:66.66667%;}
.col-xs-9{width:75%;}
.col-xs-10{width:83.33333%;}
.col-xs-11{width:91.66667%;}
.col-xs-12,.archive.woocommerce .left-sidebar .content-area,.left-sidebar #primary,.right-sidebar #primary,.right-sidebar #secondary.sidebar,.left-sidebar #secondary.sidebar{width:100%;}
.col-xs-pull-0{right:auto;}
.col-xs-pull-1{right:8.33333%;}
.col-xs-pull-2{right:16.66667%;}
.col-xs-pull-3{right:25%;}
.col-xs-pull-4{right:33.33333%;}
.col-xs-pull-5{right:41.66667%;}
.col-xs-pull-6{right:50%;}
.col-xs-pull-7{right:58.33333%;}
.col-xs-pull-8{right:66.66667%;}
.col-xs-pull-9{right:75%;}
.col-xs-pull-10{right:83.33333%;}
.col-xs-pull-11{right:91.66667%;}
.col-xs-pull-12{right:100%;}
.col-xs-push-0{left:auto;}
.col-xs-push-1{left:8.33333%;}
.col-xs-push-2{left:16.66667%;}
.col-xs-push-3{left:25%;}
.col-xs-push-4{left:33.33333%;}
.col-xs-push-5{left:41.66667%;}
.col-xs-push-6{left:50%;}
.col-xs-push-7{left:58.33333%;}
.col-xs-push-8{left:66.66667%;}
.col-xs-push-9{left:75%;}
.col-xs-push-10{left:83.33333%;}
.col-xs-push-11{left:91.66667%;}
.col-xs-push-12{left:100%;}
.col-xs-offset-0{margin-left:0%;}
.col-xs-offset-1{margin-left:8.33333%;}
.col-xs-offset-2{margin-left:16.66667%;}
.col-xs-offset-3{margin-left:25%;}
.col-xs-offset-4{margin-left:33.33333%;}
.col-xs-offset-5{margin-left:41.66667%;}
.col-xs-offset-6{margin-left:50%;}
.col-xs-offset-7{margin-left:58.33333%;}
.col-xs-offset-8{margin-left:66.66667%;}
.col-xs-offset-9{margin-left:75%;}
.col-xs-offset-10{margin-left:83.33333%;}
.col-xs-offset-11{margin-left:91.66667%;}
.col-xs-offset-12{margin-left:100%;}
@media (min-width:768px){
  .col-sm-1,.col-sm-2,.col-sm-3,.archive.woocommerce .left-sidebar .sidebar,.left-sidebar .sidebar,.right-sidebar .sidebar,.col-sm-4,.right-sidebar #secondary.sidebar,.left-sidebar #secondary.sidebar,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.right-sidebar #primary,.left-sidebar #primary,.col-sm-9,.archive.woocommerce .left-sidebar .content-area,.col-sm-10,.col-sm-11,.col-sm-12{float:left;}
  .col-sm-1{width:8.33333%;}
  .col-sm-2{width:16.66667%;}
  .col-sm-3,.archive.woocommerce .left-sidebar .sidebar,.left-sidebar .sidebar,.right-sidebar .sidebar,.right-sidebar #secondary.sidebar,.left-sidebar #secondary.sidebar{width:25%;}
  .col-sm-4{width:33.33333%;}
  .col-sm-5{width:41.66667%;}
  .col-sm-6{width:50%;}
  .col-sm-7{width:58.33333%;}
  .col-sm-8,body.archive.category .right-sidebar #primary,.left-sidebar #primary{width:66.66667%;}
  .col-sm-9,.archive.woocommerce .left-sidebar .content-area{width:75%;}
  .col-sm-10{width:83.33333%;}
  .col-sm-11{width:91.66667%;}
  .col-sm-12{width:100%;}
  .col-sm-pull-0{right:auto;}
  .col-sm-pull-1{right:8.33333%;}
  .col-sm-pull-2{right:16.66667%;}
  .col-sm-pull-3{right:25%;}
  .col-sm-pull-4{right:33.33333%;}
  .col-sm-pull-5{right:41.66667%;}
  .col-sm-pull-6{right:50%;}
  .col-sm-pull-7{right:58.33333%;}
  .col-sm-pull-8{right:66.66667%;}
  .col-sm-pull-9{right:75%;}
  .col-sm-pull-10{right:83.33333%;}
  .col-sm-pull-11{right:91.66667%;}
  .col-sm-pull-12{right:100%;}
  .col-sm-push-0{left:auto;}
  .col-sm-push-1{left:8.33333%;}
  .col-sm-push-2{left:16.66667%;}
  .col-sm-push-3{left:25%;}
  .col-sm-push-4{left:33.33333%;}
  .col-sm-push-5{left:41.66667%;}
  .col-sm-push-6{left:50%;}
  .col-sm-push-7{left:58.33333%;}
  .col-sm-push-8{left:66.66667%;}
  .col-sm-push-9{left:75%;}
  .col-sm-push-10{left:83.33333%;}
  .col-sm-push-11{left:91.66667%;}
  .col-sm-push-12{left:100%;}
  .col-sm-offset-0{margin-left:0%;}
  .col-sm-offset-1{margin-left:8.33333%;}
  .col-sm-offset-2{margin-left:16.66667%;}
  .col-sm-offset-3{margin-left:25%;}
  .col-sm-offset-4{margin-left:33.33333%;}
  .col-sm-offset-5{margin-left:41.66667%;}
  .col-sm-offset-6{margin-left:50%;}
  .col-sm-offset-7{margin-left:58.33333%;}
  .col-sm-offset-8{margin-left:66.66667%;}
  .col-sm-offset-9{margin-left:75%;}
  .col-sm-offset-10{margin-left:83.33333%;}
  .col-sm-offset-11{margin-left:91.66667%;}
  .col-sm-offset-12{margin-left:100%;}
}
@media (min-width:992px){
  .col-md-1,.col-md-2,.col-md-3,.left-sidebar .sidebar,.right-sidebar .sidebar,.col-md-4,.right-sidebar #secondary.sidebar,.left-sidebar #secondary.sidebar,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.right-sidebar #primary,.left-sidebar #primary,.col-md-9,.left-sidebar #primary,.right-sidebar #primary,.col-md-10,.col-md-11,.col-md-12{float:left;}
  .col-md-1{width:8.33333%;}
  .col-md-2{width:16.66667%;}
  .col-md-3,.woocommerce .left-sidebar #secondary.sidebar,.woocommerce .right-sidebar #secondary.sidebar,.left-sidebar .sidebar,.right-sidebar .sidebar,body.archive.category .right-sidebar #secondary.sidebar,body.archive.category .left-sidebar #secondary.sidebar,body.single-post .right-sidebar #secondary.sidebar,body.single-post .left-sidebar #secondary.sidebar,body.search .right-sidebar #secondary.sidebar,body.search .left-sidebar #secondary.sidebar{width:25%;}
  .col-md-4{width:33.33333%;}
  .col-md-5{width:41.66667%;}
  .col-md-6{width:50%;}
  .col-md-7{width:58.33333%;}
  .col-md-8{width:66.66667%;}
  .col-md-9,.archive.woocommerce .left-sidebar .content-area,.left-sidebar #primary,.right-sidebar #primary,body.archive.category .right-sidebar #primary,body.archive.category .left-sidebar #primary,body.single-post .right-sidebar #primary,body.single-post .left-sidebar #primary,body.search .right-sidebar #primary,body.search .left-sidebar #primary{width:75%;}
  .col-md-10{width:83.33333%;}
  .col-md-11{width:91.66667%;}
  .col-md-12{width:100%;}
  .col-md-pull-0{right:auto;}
  .col-md-pull-1{right:8.33333%;}
  .col-md-pull-2{right:16.66667%;}
  .col-md-pull-3{right:25%;}
  .col-md-pull-4{right:33.33333%;}
  .col-md-pull-5{right:41.66667%;}
  .col-md-pull-6{right:50%;}
  .col-md-pull-7{right:58.33333%;}
  .col-md-pull-8{right:66.66667%;}
  .col-md-pull-9{right:75%;}
  .col-md-pull-10{right:83.33333%;}
  .col-md-pull-11{right:91.66667%;}
  .col-md-pull-12{right:100%;}
  .col-md-push-0{left:auto;}
  .col-md-push-1{left:8.33333%;}
  .col-md-push-2{left:16.66667%;}
  .col-md-push-3{left:25%;}
  .col-md-push-4{left:33.33333%;}
  .col-md-push-5{left:41.66667%;}
  .col-md-push-6{left:50%;}
  .col-md-push-7{left:58.33333%;}
  .col-md-push-8{left:66.66667%;}
  .col-md-push-9{left:75%;}
  .col-md-push-10{left:83.33333%;}
  .col-md-push-11{left:91.66667%;}
  .col-md-push-12{left:100%;}
  .col-md-offset-0{margin-left:0%;}
  .col-md-offset-1{margin-left:8.33333%;}
  .col-md-offset-2{margin-left:16.66667%;}
  .col-md-offset-3{margin-left:25%;}
  .col-md-offset-4{margin-left:33.33333%;}
  .col-md-offset-5{margin-left:41.66667%;}
  .col-md-offset-6{margin-left:50%;}
  .col-md-offset-7{margin-left:58.33333%;}
  .col-md-offset-8{margin-left:66.66667%;}
  .col-md-offset-9{margin-left:75%;}
  .col-md-offset-10{margin-left:83.33333%;}
  .col-md-offset-11{margin-left:91.66667%;}
  .col-md-offset-12{margin-left:100%;}
}
@media (min-width:1200px){
  .col-lg-1,.col-lg-2,.col-lg-3,.archive.woocommerce .left-sidebar .sidebar,.left-sidebar .sidebar,.right-sidebar .sidebar,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.archive.woocommerce .left-sidebar .content-area,.left-sidebar #primary,.right-sidebar #primary,.col-lg-10,.col-lg-11,.col-lg-12{float:left;}
  .col-lg-1{width:8.33333%;}
  .col-lg-2{width:16.66667%;}
  .col-lg-3,.woocommerce .left-sidebar #secondary.sidebar,.woocommerce .right-sidebar #secondary.sidebar,.left-sidebar .sidebar,.right-sidebar .sidebar{width:25%;}
  .col-lg-4{width:33.33333%;}
  .col-lg-5{width:41.66667%;}
  .col-lg-6{width:50%;}
  .col-lg-7{width:58.33333%;}
  .col-lg-8{width:66.66667%;}
  .col-lg-9,.left-sidebar #primary,.right-sidebar #primary,.archive.woocommerce .left-sidebar .content-area{width:75%;}
  .col-lg-10{width:83.33333%;}
  .col-lg-11{width:91.66667%;}
  .col-lg-12{width:100%;}
  .col-lg-pull-0{right:auto;}
  .col-lg-pull-1{right:8.33333%;}
  .col-lg-pull-2{right:16.66667%;}
  .col-lg-pull-3{right:25%;}
  .col-lg-pull-4{right:33.33333%;}
  .col-lg-pull-5{right:41.66667%;}
  .col-lg-pull-6{right:50%;}
  .col-lg-pull-7{right:58.33333%;}
  .col-lg-pull-8{right:66.66667%;}
  .col-lg-pull-9{right:75%;}
  .col-lg-pull-10{right:83.33333%;}
  .col-lg-pull-11{right:91.66667%;}
  .col-lg-pull-12{right:100%;}
  .col-lg-push-0{left:auto;}
  .col-lg-push-1{left:8.33333%;}
  .col-lg-push-2{left:16.66667%;}
  .col-lg-push-3{left:25%;}
  .col-lg-push-4{left:33.33333%;}
  .col-lg-push-5{left:41.66667%;}
  .col-lg-push-6{left:50%;}
  .col-lg-push-7{left:58.33333%;}
  .col-lg-push-8{left:66.66667%;}
  .col-lg-push-9{left:75%;}
  .col-lg-push-10{left:83.33333%;}
  .col-lg-push-11{left:91.66667%;}
  .col-lg-push-12{left:100%;}
  .col-lg-offset-0{margin-left:0%;}
  .col-lg-offset-1{margin-left:8.33333%;}
  .col-lg-offset-2{margin-left:16.66667%;}
  .col-lg-offset-3{margin-left:25%;}
  .col-lg-offset-4{margin-left:33.33333%;}
  .col-lg-offset-5{margin-left:41.66667%;}
  .col-lg-offset-6{margin-left:50%;}
  .col-lg-offset-7{margin-left:58.33333%;}
  .col-lg-offset-8{margin-left:66.66667%;}
  .col-lg-offset-9{margin-left:75%;}
  .col-lg-offset-10{margin-left:83.33333%;}
  .col-lg-offset-11{margin-left:91.66667%;}
  .col-lg-offset-12{margin-left:100%;}
}
@media (max-width:480px) {
  .col-sp-2-4, .col-sp-4-8, .col-sp-7-2, .col-sp-9-6 { float: left; }
  .hidden-sp { display: none !important; }
  .col-sp-1, .col-sp-2, .col-sp-3, .col-sp-4, .col-sp-5, .col-sp-6, .col-sp-7, .col-sp-8, .col-sp-9, .col-sp-10, .col-sp-11, .col-sp-12 { float: left; }
  .col-sp-1 { width: 8.33333%; }
  .col-sp-2 { width: 16.66667%; }
  .col-sp-3 { width: 25%; }
  .col-sp-4 { width: 33.33333%; }
  .col-sp-5 { width: 41.66667%; }
  .col-sp-6 { width: 50%; }
  .col-sp-7 { width: 58.33333%; }
  .col-sp-8 { width: 66.66667%; }
  .col-sp-9 { width: 75%; }
  .col-sp-10 { width: 83.33333%; }
  .col-sp-11 { width: 91.66667%; }
  .col-sp-12 { width: 100%; }
  .col-sp-pull-0 { right: 0%; }
  .col-sp-pull-1 { right: 8.33333%; }
  .col-sp-pull-2 { right: 16.66667%; }
  .col-sp-pull-3 { right: 25%; }
  .col-sp-pull-4 { right: 33.33333%; }
  .col-sp-pull-5 { right: 41.66667%; }
  .col-sp-pull-6 { right: 50%; }
  .col-sp-pull-7 { right: 58.33333%; }
  .col-sp-pull-8 { right: 66.66667%; }
  .col-sp-pull-9 { right: 75%; }
  .col-sp-pull-10 { right: 83.33333%; }
  .col-sp-pull-11 { right: 91.66667%; }
  .col-sp-pull-12 { right: 100%; }
  .col-sp-push-0 { left: 0%; }
  .col-sp-push-1 { left: 8.33333%; }
  .col-sp-push-2 { left: 16.66667%; }
  .col-sp-push-3 { left: 25%; }
  .col-sp-push-4 { left: 33.33333%; }
  .col-sp-push-5 { left: 41.66667%; }
  .col-sp-push-6 { left: 50%; }
  .col-sp-push-7 { left: 58.33333%; }
  .col-sp-push-8 { left: 66.66667%; }
  .col-sp-push-9 { left: 75%; }
  .col-sp-push-10 { left: 83.33333%; }
  .col-sp-push-11 { left: 91.66667%; }
  .col-sp-push-12 { left: 100%; }
  .col-sp-offset-0 { margin-left: 0%; }
  .col-sp-offset-1 { margin-left: 8.33333%; }
  .col-sp-offset-2 { margin-left: 16.66667%; }
  .col-sp-offset-3 { margin-left: 25%; }
  .col-sp-offset-4 { margin-left: 33.33333%; }
  .col-sp-offset-5 { margin-left: 41.66667%; }
  .col-sp-offset-6 { margin-left: 50%; }
  .col-sp-offset-7 { margin-left: 58.33333%; }
  .col-sp-offset-8 { margin-left: 66.66667%; }
  .col-sp-offset-9 { margin-left: 75%; }
  .col-sp-offset-10 { margin-left: 83.33333%; }
  .col-sp-offset-11 { margin-left: 91.66667%; }
  .col-sp-offset-12 { margin-left: 100%; }
  .col-sp-7-2 { width: 60%; }
  .col-sp-4-8 { width: 40%; }
  .col-sp-2-4 { width: 20%; }
  .col-sp-9-6 { width: 80%; }
}
table{background-color:transparent;}
caption{padding-top:8px;padding-bottom:8px;color:#777777;text-align:left;}
th{text-align:left;}
.table{width:100%;max-width:100%;margin-bottom:20px;}
.table > thead > tr > th,.table > thead > tr > td,.table > tbody > tr > th,.table > tbody > tr > td,.table > tfoot > tr > th,.table > tfoot > tr > td{padding:8px;line-height:1.42857;vertical-align:top;border-top:1px solid #ddd;}
.table > thead > tr > th{vertical-align:bottom;border-bottom:2px solid #ddd;}
.table > caption + thead > tr:first-child > th,.table > caption + thead > tr:first-child > td,.table > colgroup + thead > tr:first-child > th,.table > colgroup + thead > tr:first-child > td,.table > thead:first-child > tr:first-child > th,.table > thead:first-child > tr:first-child > td{border-top:0;}
.table > tbody + tbody{border-top:2px solid #ddd;}
.table .table{background-color:#fff;}
.table-condensed > thead > tr > th,.table-condensed > thead > tr > td,.table-condensed > tbody > tr > th,.table-condensed > tbody > tr > td,.table-condensed > tfoot > tr > th,.table-condensed > tfoot > tr > td{padding:5px;}
.table-bordered{border:1px solid #ddd;}
.table-bordered > thead > tr > th,.table-bordered > thead > tr > td,.table-bordered > tbody > tr > th,.table-bordered > tbody > tr > td,.table-bordered > tfoot > tr > th,.table-bordered > tfoot > tr > td{border:1px solid #ddd;}
.table-bordered > thead > tr > th,.table-bordered > thead > tr > td{border-bottom-width:2px;}
.table-striped > tbody > tr:nth-of-type(odd){background-color:#f9f9f9;}
.table-hover > tbody > tr:hover{background-color:#f5f5f5;}
table col[class*="col-"]{position:static;float:none;display:table-column;}
table td[class*="col-"],table th[class*="col-"]{position:static;float:none;display:table-cell;}
.table > thead > tr > td.active,.table > thead > tr > th.active,.table > thead > tr.active > td,.table > thead > tr.active > th,.table > tbody > tr > td.active,.table > tbody > tr > th.active,.table > tbody > tr.active > td,.table > tbody > tr.active > th,.table > tfoot > tr > td.active,.table > tfoot > tr > th.active,.table > tfoot > tr.active > td,.table > tfoot > tr.active > th{background-color:#f5f5f5;}
.table-hover > tbody > tr > td.active:hover,.table-hover > tbody > tr > th.active:hover,.table-hover > tbody > tr.active:hover > td,.table-hover > tbody > tr:hover > .active,.table-hover > tbody > tr.active:hover > th{background-color:#e8e8e8;}
.table > thead > tr > td.success,.table > thead > tr > th.success,.table > thead > tr.success > td,.table > thead > tr.success > th,.table > tbody > tr > td.success,.table > tbody > tr > th.success,.table > tbody > tr.success > td,.table > tbody > tr.success > th,.table > tfoot > tr > td.success,.table > tfoot > tr > th.success,.table > tfoot > tr.success > td,.table > tfoot > tr.success > th{background-color:#dff0d8;}
.table-hover > tbody > tr > td.success:hover,.table-hover > tbody > tr > th.success:hover,.table-hover > tbody > tr.success:hover > td,.table-hover > tbody > tr:hover > .success,.table-hover > tbody > tr.success:hover > th{background-color:#d0e9c6;}
.table > thead > tr > td.info,.table > thead > tr > th.info,.table > thead > tr.info > td,.table > thead > tr.info > th,.table > tbody > tr > td.info,.table > tbody > tr > th.info,.table > tbody > tr.info > td,.table > tbody > tr.info > th,.table > tfoot > tr > td.info,.table > tfoot > tr > th.info,.table > tfoot > tr.info > td,.table > tfoot > tr.info > th{background-color:#d9edf7;}
.table-hover > tbody > tr > td.info:hover,.table-hover > tbody > tr > th.info:hover,.table-hover > tbody > tr.info:hover > td,.table-hover > tbody > tr:hover > .info,.table-hover > tbody > tr.info:hover > th{background-color:#c4e3f3;}
.table > thead > tr > td.warning,.table > thead > tr > th.warning,.table > thead > tr.warning > td,.table > thead > tr.warning > th,.table > tbody > tr > td.warning,.table > tbody > tr > th.warning,.table > tbody > tr.warning > td,.table > tbody > tr.warning > th,.table > tfoot > tr > td.warning,.table > tfoot > tr > th.warning,.table > tfoot > tr.warning > td,.table > tfoot > tr.warning > th{background-color:#fcf8e3;}
.table-hover > tbody > tr > td.warning:hover,.table-hover > tbody > tr > th.warning:hover,.table-hover > tbody > tr.warning:hover > td,.table-hover > tbody > tr:hover > .warning,.table-hover > tbody > tr.warning:hover > th{background-color:#faf2cc;}
.table > thead > tr > td.danger,.table > thead > tr > th.danger,.table > thead > tr.danger > td,.table > thead > tr.danger > th,.table > tbody > tr > td.danger,.table > tbody > tr > th.danger,.table > tbody > tr.danger > td,.table > tbody > tr.danger > th,.table > tfoot > tr > td.danger,.table > tfoot > tr > th.danger,.table > tfoot > tr.danger > td,.table > tfoot > tr.danger > th{background-color:#f2dede;}
.table-hover > tbody > tr > td.danger:hover,.table-hover > tbody > tr > th.danger:hover,.table-hover > tbody > tr.danger:hover > td,.table-hover > tbody > tr:hover > .danger,.table-hover > tbody > tr.danger:hover > th{background-color:#ebcccc;}
.table-responsive{overflow-x:auto;min-height:0.01%;}
@media screen and (max-width:767px){
  .table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd;}
  .table-responsive > .table{margin-bottom:0;}
  .table-responsive > .table > thead > tr > th,.table-responsive > .table > thead > tr > td,.table-responsive > .table > tbody > tr > th,.table-responsive > .table > tbody > tr > td,.table-responsive > .table > tfoot > tr > th,.table-responsive > .table > tfoot > tr > td{white-space:nowrap;}
  .table-responsive > .table-bordered{border:0;}
  .table-responsive > .table-bordered > thead > tr > th:first-child,.table-responsive > .table-bordered > thead > tr > td:first-child,.table-responsive > .table-bordered > tbody > tr > th:first-child,.table-responsive > .table-bordered > tbody > tr > td:first-child,.table-responsive > .table-bordered > tfoot > tr > th:first-child,.table-responsive > .table-bordered > tfoot > tr > td:first-child{border-left:0;}
  .table-responsive > .table-bordered > thead > tr > th:last-child,.table-responsive > .table-bordered > thead > tr > td:last-child,.table-responsive > .table-bordered > tbody > tr > th:last-child,.table-responsive > .table-bordered > tbody > tr > td:last-child,.table-responsive > .table-bordered > tfoot > tr > th:last-child,.table-responsive > .table-bordered > tfoot > tr > td:last-child{border-right:0;}
  .table-responsive > .table-bordered > tbody > tr:last-child > th,.table-responsive > .table-bordered > tbody > tr:last-child > td,.table-responsive > .table-bordered > tfoot > tr:last-child > th,.table-responsive > .table-bordered > tfoot > tr:last-child > td{border-bottom:0;}
}
fieldset{padding:0;margin:0;border:0;min-width:0;}
legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333333;border:0;border-bottom:1px solid #e5e5e5;}
label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:bold;}
input[type="search"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
input[type="radio"],input[type="checkbox"]{margin:4px 0 0;line-height:normal;}
input[type="file"]{display:block;}
input[type="range"]{display:block;width:100%;}
select[multiple],select[size]{height:auto;}
input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}
output{display:block;padding-top:7px;font-size:14px;line-height:1.42857;color:#555555;}
.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857;color:#555555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;-o-transition:border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;transition:border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;}
.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);}
.form-control::-moz-placeholder{color:#999;opacity:1;}
.form-control:-ms-input-placeholder{color:#999;}
.form-control::-webkit-input-placeholder{color:#999;}
.form-control::-ms-expand{border:0;background-color:transparent;}
.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eeeeee;opacity:1;}
.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed;}
textarea.form-control{height:auto;}
input[type="search"]{-webkit-appearance:none;}
@media screen and (-webkit-min-device-pixel-ratio:0){
  input[type="date"].form-control,input[type="time"].form-control,input[type="datetime-local"].form-control,input[type="month"].form-control{line-height:34px;}
  input[type="date"].input-sm,.input-group-sm > input[type="date"].form-control,.input-group-sm > input[type="date"].input-group-addon,.input-group-sm > .input-group-btn > input[type="date"].btn,.input-group-sm input[type="date"],input[type="time"].input-sm,.input-group-sm > input[type="time"].form-control,.input-group-sm > input[type="time"].input-group-addon,.input-group-sm > .input-group-btn > input[type="time"].btn,.input-group-sm
  input[type="time"],input[type="datetime-local"].input-sm,.input-group-sm > input[type="datetime-local"].form-control,.input-group-sm > input[type="datetime-local"].input-group-addon,.input-group-sm > .input-group-btn > input[type="datetime-local"].btn,.input-group-sm
  input[type="datetime-local"],input[type="month"].input-sm,.input-group-sm > input[type="month"].form-control,.input-group-sm > input[type="month"].input-group-addon,.input-group-sm > .input-group-btn > input[type="month"].btn,.input-group-sm
  input[type="month"]{line-height:30px;}
  input[type="date"].input-lg,.input-group-lg > input[type="date"].form-control,.input-group-lg > input[type="date"].input-group-addon,.input-group-lg > .input-group-btn > input[type="date"].btn,.input-group-lg input[type="date"],input[type="time"].input-lg,.input-group-lg > input[type="time"].form-control,.input-group-lg > input[type="time"].input-group-addon,.input-group-lg > .input-group-btn > input[type="time"].btn,.input-group-lg
  input[type="time"],input[type="datetime-local"].input-lg,.input-group-lg > input[type="datetime-local"].form-control,.input-group-lg > input[type="datetime-local"].input-group-addon,.input-group-lg > .input-group-btn > input[type="datetime-local"].btn,.input-group-lg
  input[type="datetime-local"],input[type="month"].input-lg,.input-group-lg > input[type="month"].form-control,.input-group-lg > input[type="month"].input-group-addon,.input-group-lg > .input-group-btn > input[type="month"].btn,.input-group-lg
  input[type="month"]{line-height:46px;}
}
.form-group{margin-bottom:15px;}
.radio,.checkbox{position:relative;display:block;margin-top:10px;margin-bottom:10px;}
.radio label,.checkbox label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:normal;cursor:pointer;}
.radio + .radio,.checkbox + .checkbox{margin-top:-5px;}
.radio-inline,.checkbox-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:normal;cursor:pointer;}
.radio-inline + .radio-inline,.checkbox-inline + .checkbox-inline{margin-top:0;margin-left:10px;}
input[type="radio"][disabled],input[type="radio"].disabled,fieldset[disabled] input[type="radio"],input[type="checkbox"][disabled],input[type="checkbox"].disabled,fieldset[disabled]
input[type="checkbox"]{cursor:not-allowed;}
.radio-inline.disabled,fieldset[disabled] .radio-inline,.checkbox-inline.disabled,fieldset[disabled]
.checkbox-inline{cursor:not-allowed;}
.radio.disabled label,fieldset[disabled] .radio label,.checkbox.disabled label,fieldset[disabled]
.checkbox label{cursor:not-allowed;}
.form-control-static{padding-top:7px;padding-bottom:7px;margin-bottom:0;min-height:34px;}
.form-control-static.input-lg,.input-group-lg > .form-control-static.form-control,.input-group-lg > .form-control-static.input-group-addon,.input-group-lg > .input-group-btn > .form-control-static.btn,.form-control-static.input-sm,.input-group-sm > .form-control-static.form-control,.input-group-sm > .form-control-static.input-group-addon,.input-group-sm > .input-group-btn > .form-control-static.btn{padding-left:0;padding-right:0;}
.input-sm,.input-group-sm > .form-control,.input-group-sm > .input-group-addon,.input-group-sm > .input-group-btn > .btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px;}
select.input-sm,.input-group-sm > select.form-control,.input-group-sm > select.input-group-addon,.input-group-sm > .input-group-btn > select.btn{height:30px;line-height:30px;}
textarea.input-sm,.input-group-sm > textarea.form-control,.input-group-sm > textarea.input-group-addon,.input-group-sm > .input-group-btn > textarea.btn,select[multiple].input-sm,.input-group-sm > select[multiple].form-control,.input-group-sm > select[multiple].input-group-addon,.input-group-sm > .input-group-btn > select[multiple].btn{height:auto;}
.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px;}
.form-group-sm select.form-control{height:30px;line-height:30px;}
.form-group-sm textarea.form-control,.form-group-sm select[multiple].form-control{height:auto;}
.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5;}
.input-lg,.input-group-lg > .form-control,.input-group-lg > .input-group-addon,.input-group-lg > .input-group-btn > .btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.33333;border-radius:6px;}
select.input-lg,.input-group-lg > select.form-control,.input-group-lg > select.input-group-addon,.input-group-lg > .input-group-btn > select.btn{height:46px;line-height:46px;}
textarea.input-lg,.input-group-lg > textarea.form-control,.input-group-lg > textarea.input-group-addon,.input-group-lg > .input-group-btn > textarea.btn,select[multiple].input-lg,.input-group-lg > select[multiple].form-control,.input-group-lg > select[multiple].input-group-addon,.input-group-lg > .input-group-btn > select[multiple].btn{height:auto;}
.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.33333;border-radius:6px;}
.form-group-lg select.form-control{height:46px;line-height:46px;}
.form-group-lg textarea.form-control,.form-group-lg select[multiple].form-control{height:auto;}
.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.33333;}
.has-feedback{position:relative;}
.has-feedback .form-control{padding-right:42.5px;}
.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none;}
.input-lg + .form-control-feedback,.input-group-lg > .form-control + .form-control-feedback,.input-group-lg > .input-group-addon + .form-control-feedback,.input-group-lg > .input-group-btn > .btn + .form-control-feedback,.input-group-lg + .form-control-feedback,.form-group-lg .form-control + .form-control-feedback{width:46px;height:46px;line-height:46px;}
.input-sm + .form-control-feedback,.input-group-sm > .form-control + .form-control-feedback,.input-group-sm > .input-group-addon + .form-control-feedback,.input-group-sm > .input-group-btn > .btn + .form-control-feedback,.input-group-sm + .form-control-feedback,.form-group-sm .form-control + .form-control-feedback{width:30px;height:30px;line-height:30px;}
.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success.radio label,.has-success.checkbox label,.has-success.radio-inline label,.has-success.checkbox-inline label{color:#3c763d;}
.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);}
.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168;}
.has-success .input-group-addon{color:#3c763d;border-color:#3c763d;background-color:#dff0d8;}
.has-success .form-control-feedback{color:#3c763d;}
.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline,.has-warning.radio label,.has-warning.checkbox label,.has-warning.radio-inline label,.has-warning.checkbox-inline label{color:#8a6d3b;}
.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);}
.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b;}
.has-warning .input-group-addon{color:#8a6d3b;border-color:#8a6d3b;background-color:#fcf8e3;}
.has-warning .form-control-feedback{color:#8a6d3b;}
.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline,.has-error.radio label,.has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label{color:#a94442;}
.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);}
.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;}
.has-error .input-group-addon{color:#a94442;border-color:#a94442;background-color:#f2dede;}
.has-error .form-control-feedback{color:#a94442;}
.has-feedback label ~ .form-control-feedback{top:25px;}
.has-feedback label.sr-only ~ .form-control-feedback{top:0;}
.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373;}
@media (min-width:768px){
  .form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle;}
  .form-inline .form-control{display:inline-block;width:auto;vertical-align:middle;}
  .form-inline .form-control-static{display:inline-block;}
  .form-inline .input-group{display:inline-table;vertical-align:middle;}
  .form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .form-control{width:auto;}
  .form-inline .input-group > .form-control{width:100%;}
  .form-inline .control-label{margin-bottom:0;vertical-align:middle;}
  .form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle;}
  .form-inline .radio label,.form-inline .checkbox label{padding-left:0;}
  .form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{position:relative;margin-left:0;}
  .form-inline .has-feedback .form-control-feedback{top:0;}
}
.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{margin-top:0;margin-bottom:0;padding-top:7px;}
.form-horizontal .radio,.form-horizontal .checkbox{min-height:27px;}
.form-horizontal .form-group{margin-left:-15px;margin-right:-15px;}
.form-horizontal .form-group:before,.form-horizontal .form-group:after{content:" ";display:table;}
.form-horizontal .form-group:after{clear:both;}
@media (min-width:768px){
  .form-horizontal .control-label{text-align:right;margin-bottom:0;padding-top:7px;}
}
.form-horizontal .has-feedback .form-control-feedback{right:15px;}
@media (min-width:768px){
  .form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:18px;}
}
@media (min-width:768px){
  .form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px;}
}
.btn{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
.btn:focus,.btn.focus,.btn:active:focus,.btn:active.focus,.btn.active:focus,.btn.active.focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}
.btn:hover,.btn:focus,.btn.focus{color:#333;text-decoration:none;}
.btn:active,.btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);}
.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;opacity:0.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;}
a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none;}
.btn-default{color:#333;background-color:#fff;border-color:#ccc;}
.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad;}
.btn-default:active,.btn-default.active,.open > .btn-default.dropdown-toggle{color:#333;background-color:#e6e6e6;border-color:#adadad;}
.btn-default:active,.btn-default.active,.open > .btn-default.dropdown-toggle{background-image:none;}
.btn-default.disabled:hover,.btn-default.disabled:focus,.btn-default.disabled.focus,.btn-default[disabled]:hover,.btn-default[disabled]:focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default:hover,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default.focus{background-color:#fff;border-color:#ccc;}
.btn-default .badge{color:#fff;background-color:#333;}
.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4;}
.btn-primary:focus,.btn-primary.focus{color:#fff;background-color:#286090;border-color:#122b40;}
.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74;}
.btn-primary:active,.btn-primary.active,.open > .btn-primary.dropdown-toggle{color:#fff;background-color:#286090;border-color:#204d74;}
.btn-primary:active:hover,.btn-primary:active:focus,.btn-primary:active.focus,.btn-primary.active:hover,.btn-primary.active:focus,.btn-primary.active.focus,.open > .btn-primary.dropdown-toggle:hover,.open > .btn-primary.dropdown-toggle:focus,.open > .btn-primary.dropdown-toggle.focus{color:#fff;background-color:#204d74;border-color:#122b40;}
.btn-primary:active,.btn-primary.active,.open > .btn-primary.dropdown-toggle{background-image:none;}
.btn-primary.disabled:hover,.btn-primary.disabled:focus,.btn-primary.disabled.focus,.btn-primary[disabled]:hover,.btn-primary[disabled]:focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary:hover,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary.focus{background-color:#337ab7;border-color:#2e6da4;}
.btn-primary .badge{color:#337ab7;background-color:#fff;}
.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c;}
.btn-success:focus,.btn-success.focus{color:#fff;background-color:#449d44;border-color:#255625;}
.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439;}
.btn-success:active,.btn-success.active,.open > .btn-success.dropdown-toggle{color:#fff;background-color:#449d44;border-color:#398439;}
.btn-success:active:hover,.btn-success:active:focus,.btn-success:active.focus,.btn-success.active:hover,.btn-success.active:focus,.btn-success.active.focus,.open > .btn-success.dropdown-toggle:hover,.open > .btn-success.dropdown-toggle:focus,.open > .btn-success.dropdown-toggle.focus{color:#fff;background-color:#398439;border-color:#255625;}
.btn-success:active,.btn-success.active,.open > .btn-success.dropdown-toggle{background-image:none;}
.btn-success.disabled:hover,.btn-success.disabled:focus,.btn-success.disabled.focus,.btn-success[disabled]:hover,.btn-success[disabled]:focus,.btn-success[disabled].focus,fieldset[disabled] .btn-success:hover,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success.focus{background-color:#5cb85c;border-color:#4cae4c;}
.btn-success .badge{color:#5cb85c;background-color:#fff;}
.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da;}
.btn-info:focus,.btn-info.focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85;}
.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc;}
.btn-info:active,.btn-info.active,.open > .btn-info.dropdown-toggle{color:#fff;background-color:#31b0d5;border-color:#269abc;}
.btn-info:active:hover,.btn-info:active:focus,.btn-info:active.focus,.btn-info.active:hover,.btn-info.active:focus,.btn-info.active.focus,.open > .btn-info.dropdown-toggle:hover,.open > .btn-info.dropdown-toggle:focus,.open > .btn-info.dropdown-toggle.focus{color:#fff;background-color:#269abc;border-color:#1b6d85;}
.btn-info:active,.btn-info.active,.open > .btn-info.dropdown-toggle{background-image:none;}
.btn-info.disabled:hover,.btn-info.disabled:focus,.btn-info.disabled.focus,.btn-info[disabled]:hover,.btn-info[disabled]:focus,.btn-info[disabled].focus,fieldset[disabled] .btn-info:hover,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info.focus{background-color:#5bc0de;border-color:#46b8da;}
.btn-info .badge{color:#5bc0de;background-color:#fff;}
.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236;}
.btn-warning:focus,.btn-warning.focus{color:#fff;background-color:#ec971f;border-color:#985f0d;}
.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512;}
.btn-warning:active,.btn-warning.active,.open > .btn-warning.dropdown-toggle{color:#fff;background-color:#ec971f;border-color:#d58512;}
.btn-warning:active:hover,.btn-warning:active:focus,.btn-warning:active.focus,.btn-warning.active:hover,.btn-warning.active:focus,.btn-warning.active.focus,.open > .btn-warning.dropdown-toggle:hover,.open > .btn-warning.dropdown-toggle:focus,.open > .btn-warning.dropdown-toggle.focus{color:#fff;background-color:#d58512;border-color:#985f0d;}
.btn-warning:active,.btn-warning.active,.open > .btn-warning.dropdown-toggle{background-image:none;}
.btn-warning.disabled:hover,.btn-warning.disabled:focus,.btn-warning.disabled.focus,.btn-warning[disabled]:hover,.btn-warning[disabled]:focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning:hover,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning.focus{background-color:#f0ad4e;border-color:#eea236;}
.btn-warning .badge{color:#f0ad4e;background-color:#fff;}
.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a;}
.btn-danger:focus,.btn-danger.focus{color:#fff;background-color:#c9302c;border-color:#761c19;}
.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925;}
.btn-danger:active,.btn-danger.active,.open > .btn-danger.dropdown-toggle{color:#fff;background-color:#c9302c;border-color:#ac2925;}
.btn-danger:active:hover,.btn-danger:active:focus,.btn-danger:active.focus,.btn-danger.active:hover,.btn-danger.active:focus,.btn-danger.active.focus,.open > .btn-danger.dropdown-toggle:hover,.open > .btn-danger.dropdown-toggle:focus,.open > .btn-danger.dropdown-toggle.focus{color:#fff;background-color:#ac2925;border-color:#761c19;}
.btn-danger:active,.btn-danger.active,.open > .btn-danger.dropdown-toggle{background-image:none;}
.btn-danger.disabled:hover,.btn-danger.disabled:focus,.btn-danger.disabled.focus,.btn-danger[disabled]:hover,.btn-danger[disabled]:focus,.btn-danger[disabled].focus,fieldset[disabled] .btn-danger:hover,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger.focus{background-color:#d9534f;border-color:#d43f3a;}
.btn-danger .badge{color:#d9534f;background-color:#fff;}
.btn-link{color:#337ab7;font-weight:normal;border-radius:0;}
.btn-link,.btn-link:active,.btn-link.active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none;}
.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent;}
.btn-link:hover,.btn-link:focus{color:#23527c;text-decoration:underline;background-color:transparent;}
.btn-link[disabled]:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:hover,fieldset[disabled] .btn-link:focus{color:#777777;text-decoration:none;}
.btn-lg,.btn-group-lg > .btn{padding:10px 16px;font-size:18px;line-height:1.33333;border-radius:6px;}
.btn-sm,.btn-group-sm > .btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px;}
.btn-xs,.btn-group-xs > .btn{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px;}
.btn-block{display:block;width:100%;}
.btn-block + .btn-block{margin-top:5px;}
input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%;}
.fade{opacity:0;-webkit-transition:opacity 0.15s linear;-o-transition:opacity 0.15s linear;transition:opacity 0.15s linear;}
.fade.in{opacity:1;}
.collapse{display:none;}
.collapse.in{display:block;}
tr.collapse.in{display:table-row;}
tbody.collapse.in{display:table-row-group;}
.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-property:height,visibility;transition-property:height,visibility;-webkit-transition-duration:0.35s;transition-duration:0.35s;-webkit-transition-timing-function:ease;transition-timing-function:ease;}
.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid \9;border-right:4px solid transparent;border-left:4px solid transparent;}
.dropup,.dropdown{position:relative;}
.dropdown-toggle:focus{outline:0;}
.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:14px;text-align:left;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);box-shadow:0 6px 12px rgba(0,0,0,0.175);background-clip:padding-box;}
.dropdown-menu.pull-right{right:0;left:auto;}
.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5;}
.dropdown-menu > li > a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.42857;color:#333333;white-space:nowrap;}
.dropdown-menu > li > a:hover,.dropdown-menu > li > a:focus{text-decoration:none;color:#262626;background-color:#f5f5f5;}
.dropdown-menu > .active > a,.dropdown-menu > .active > a:hover,.dropdown-menu > .active > a:focus{color:#fff;text-decoration:none;outline:0;background-color:#337ab7;}
.dropdown-menu > .disabled > a,.dropdown-menu > .disabled > a:hover,.dropdown-menu > .disabled > a:focus{color:#777777;}
.dropdown-menu > .disabled > a:hover,.dropdown-menu > .disabled > a:focus{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);cursor:not-allowed;}
.open > .dropdown-menu{display:block;}
.open > a{outline:0;}
.dropdown-menu-right{left:auto;right:0;}
.dropdown-menu-left{left:0;right:auto;}
.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857;color:#777777;white-space:nowrap;}
.dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990;}
.pull-right > .dropdown-menu{right:0;left:auto;}
.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px dashed;border-bottom:4px solid \9;content:"";}
.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px;}
@media (min-width:768px){
  .navbar-right .dropdown-menu{right:0;left:auto;}
  .navbar-right .dropdown-menu-left{left:0;right:auto;}
}
.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle;}
.btn-group > .btn,.btn-group-vertical > .btn{position:relative;float:left;}
.btn-group > .btn:hover,.btn-group > .btn:focus,.btn-group > .btn:active,.btn-group > .btn.active,.btn-group-vertical > .btn:hover,.btn-group-vertical > .btn:focus,.btn-group-vertical > .btn:active,.btn-group-vertical > .btn.active{z-index:2;}
.btn-group .btn + .btn,.btn-group .btn + .btn-group,.btn-group .btn-group + .btn,.btn-group .btn-group + .btn-group{margin-left:-1px;}
.btn-toolbar{margin-left:-5px;}
.btn-toolbar:before,.btn-toolbar:after{content:" ";display:table;}
.btn-toolbar:after{clear:both;}
.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left;}
.btn-toolbar > .btn,.btn-toolbar > .btn-group,.btn-toolbar > .input-group{margin-left:5px;}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0;}
.btn-group > .btn:first-child{margin-left:0;}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0;}
.btn-group > .btn:last-child:not(:first-child),.btn-group > .dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0;}
.btn-group > .btn-group{float:left;}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn{border-radius:0;}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle{border-bottom-right-radius:0;border-top-right-radius:0;}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0;}
.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0;}
.btn-group > .btn + .dropdown-toggle{padding-left:8px;padding-right:8px;}
.btn-group > .btn-lg + .dropdown-toggle,.btn-group-lg.btn-group > .btn + .dropdown-toggle{padding-left:12px;padding-right:12px;}
.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);}
.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none;}
.btn .caret{margin-left:0;}
.btn-lg .caret,.btn-group-lg > .btn .caret{border-width:5px 5px 0;border-bottom-width:0;}
.dropup .btn-lg .caret,.dropup .btn-group-lg > .btn .caret{border-width:0 5px 5px;}
.btn-group-vertical > .btn,.btn-group-vertical > .btn-group,.btn-group-vertical > .btn-group > .btn{display:block;float:none;width:100%;max-width:100%;}
.btn-group-vertical > .btn-group:before,.btn-group-vertical > .btn-group:after{content:" ";display:table;}
.btn-group-vertical > .btn-group:after{clear:both;}
.btn-group-vertical > .btn-group > .btn{float:none;}
.btn-group-vertical > .btn + .btn,.btn-group-vertical > .btn + .btn-group,.btn-group-vertical > .btn-group + .btn,.btn-group-vertical > .btn-group + .btn-group{margin-top:-1px;margin-left:0;}
.btn-group-vertical > .btn:not(:first-child):not(:last-child){border-radius:0;}
.btn-group-vertical > .btn:first-child:not(:last-child){border-top-right-radius:4px;border-top-left-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0;}
.btn-group-vertical > .btn:last-child:not(:first-child){border-top-right-radius:0;border-top-left-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px;}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn{border-radius:0;}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0;}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child{border-top-right-radius:0;border-top-left-radius:0;}
.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate;}
.btn-group-justified > .btn,.btn-group-justified > .btn-group{float:none;display:table-cell;width:1%;}
.btn-group-justified > .btn-group .btn{width:100%;}
.btn-group-justified > .btn-group .dropdown-menu{left:auto;}
[data-toggle="buttons"] > .btn input[type="radio"],[data-toggle="buttons"] > .btn input[type="checkbox"],[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"]{position:absolute;clip:rect(0,0,0,0);pointer-events:none;}
.input-group{position:relative;display:table;border-collapse:separate;}
.input-group[class*="col-"]{float:none;padding-left:0;padding-right:0;}
.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0;}
.input-group .form-control:focus{z-index:3;}
.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell;}
.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0;}
.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle;}
.input-group-addon{padding:6px 12px;font-size:14px;font-weight:normal;line-height:1;color:#555555;text-align:center;background-color:#eeeeee;border:1px solid #ccc;border-radius:4px;}
.input-group-addon.input-sm,.input-group-sm > .input-group-addon,.input-group-sm > .input-group-btn > .input-group-addon.btn{padding:5px 10px;font-size:12px;border-radius:3px;}
.input-group-addon.input-lg,.input-group-lg > .input-group-addon,.input-group-lg > .input-group-btn > .input-group-addon.btn{padding:10px 16px;font-size:18px;border-radius:6px;}
.input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"]{margin-top:0;}
.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child > .btn,.input-group-btn:first-child > .btn-group > .btn,.input-group-btn:first-child > .dropdown-toggle,.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child > .btn-group:not(:last-child) > .btn{border-bottom-right-radius:0;border-top-right-radius:0;}
.input-group-addon:first-child{border-right:0;}
.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child > .btn,.input-group-btn:last-child > .btn-group > .btn,.input-group-btn:last-child > .dropdown-toggle,.input-group-btn:first-child > .btn:not(:first-child),.input-group-btn:first-child > .btn-group:not(:first-child) > .btn{border-bottom-left-radius:0;border-top-left-radius:0;}
.input-group-addon:last-child{border-left:0;}
.input-group-btn{position:relative;font-size:0;white-space:nowrap;}
.input-group-btn > .btn{position:relative;}
.input-group-btn > .btn + .btn{margin-left:-1px;}
.input-group-btn > .btn:hover,.input-group-btn > .btn:focus,.input-group-btn > .btn:active{z-index:2;}
.input-group-btn:first-child > .btn,.input-group-btn:first-child > .btn-group{margin-right:-1px;}
.input-group-btn:last-child > .btn,.input-group-btn:last-child > .btn-group{z-index:2;margin-left:-1px;}
.nav{margin-bottom:0;padding-left:0;list-style:none;}
.nav:before,.nav:after{content:" ";display:table;}
.nav:after{clear:both;}
.nav > li{position:relative;display:block;}
.nav > li > a{position:relative;display:block;padding:10px 15px;}
.nav > li > a:hover,.nav > li > a:focus{text-decoration:none;}
.nav > li.disabled > a{color:#777777;}
.nav > li.disabled > a:hover,.nav > li.disabled > a:focus{color:#777777;text-decoration:none;background-color:transparent;cursor:not-allowed;}
.nav .open > a,.nav .open > a:hover,.nav .open > a:focus{background-color:#eeeeee;border-color:#337ab7;}
.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5;}
.nav > li > a > img{max-width:none;}
.nav-tabs{border-bottom:1px solid #ddd;}
.nav-tabs > li{float:left;margin-bottom:-1px;}
.nav-tabs > li > a{margin-right:2px;line-height:1.42857;border:1px solid transparent;border-radius:4px 4px 0 0;}
.nav-tabs > li > a:hover{border-color:#eeeeee #eeeeee #ddd;}
.nav-tabs > li.active > a,.nav-tabs > li.active > a:hover,.nav-tabs > li.active > a:focus{color:#555555;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent;cursor:default;}
.nav-pills > li{display:inline-block;}
.nav-pills > li + li{margin-left:2px;}
.nav-pills > li.active > a,.nav-pills > li.active > a:hover,.nav-pills > li.active > a:focus{}
.nav-stacked > li{float:none;}
.nav-stacked > li + li{margin-top:2px;margin-left:0;}
.nav-justified,.nav-tabs.nav-justified{width:100%;}
.nav-justified > li,.nav-tabs.nav-justified > li{float:none;}
.nav-justified > li > a,.nav-tabs.nav-justified > li > a{text-align:center;margin-bottom:5px;}
.nav-justified > .dropdown .dropdown-menu{top:auto;left:auto;}
@media (min-width:768px){
  .nav-justified > li,.nav-tabs.nav-justified > li{display:table-cell;width:1%;}
  .nav-justified > li > a,.nav-tabs.nav-justified > li > a{margin-bottom:0;}
}
.nav-tabs-justified,.nav-tabs.nav-justified{border-bottom:0;}
.nav-tabs-justified > li > a,.nav-tabs.nav-justified > li > a{margin-right:0;border-radius:4px;}
.nav-tabs-justified > .active > a,.nav-tabs.nav-justified > .active > a,.nav-tabs-justified > .active > a:hover,.nav-tabs.nav-justified > .active > a:hover,.nav-tabs-justified > .active > a:focus,.nav-tabs.nav-justified > .active > a:focus{border:1px solid #ddd;}
@media (min-width:768px){
  .nav-tabs-justified > li > a,.nav-tabs.nav-justified > li > a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0;}
  .nav-tabs-justified > .active > a,.nav-tabs.nav-justified > .active > a,.nav-tabs-justified > .active > a:hover,.nav-tabs.nav-justified > .active > a:hover,.nav-tabs-justified > .active > a:focus,.nav-tabs.nav-justified > .active > a:focus{border-bottom-color:#fff;}
}
.tab-content > .tab-pane{display:none;}
.tab-content > .active{display:block;}
.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0;}
.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent;}
.navbar:before,.navbar:after{content:" ";display:table;}
.navbar:after{clear:both;}
@media (min-width:768px){
  .navbar{border-radius:4px;}
}
.navbar-header:before,.navbar-header:after{content:" ";display:table;}
.navbar-header:after{clear:both;}
@media (min-width:768px){
  .navbar-header{float:left;}
}
.navbar-collapse{overflow-x:visible;padding-right:15px;padding-left:15px;border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);-webkit-overflow-scrolling:touch;}
.navbar-collapse:before,.navbar-collapse:after{content:" ";display:table;}
.navbar-collapse:after{clear:both;}
.navbar-collapse.in{overflow-y:auto;}
@media (min-width:768px){
  .navbar-collapse{width:auto;border-top:0;box-shadow:none;}
  .navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important;}
  .navbar-collapse.in{overflow-y:visible;}
  .navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{padding-left:0;padding-right:0;}
}
.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:340px;}
@media (max-device-width:480px) and (orientation:landscape){
  .navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:200px;}
}
.container > .navbar-header,.container > .navbar-collapse,.container-fluid > .navbar-header,.container-fluid > .navbar-collapse{margin-right:-15px;margin-left:-15px;}
@media (min-width:768px){
  .container > .navbar-header,.container > .navbar-collapse,.container-fluid > .navbar-header,.container-fluid > .navbar-collapse{margin-right:0;margin-left:0;}
}
.navbar-static-top{z-index:1000;border-width:0 0 1px;}
@media (min-width:768px){
  .navbar-static-top{border-radius:0;}
}
.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030;}
@media (min-width:768px){
  .navbar-fixed-top,.navbar-fixed-bottom{border-radius:0;}
}
.navbar-fixed-top{top:0;border-width:0 0 1px;}
.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0;}
.navbar-brand{float:left;padding:15px 15px;font-size:18px;line-height:20px;height:50px;}
.navbar-brand:hover,.navbar-brand:focus{text-decoration:none;}
.navbar-brand > img{display:block;}
@media (min-width:768px){
  .navbar > .container .navbar-brand,.navbar > .container-fluid .navbar-brand{margin-left:-15px;}
}
.navbar-toggle{position:relative;float:right;margin-right:15px;padding:9px 10px;margin-top:8px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px;}
.navbar-toggle:focus{outline:0;}
.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px;}
.navbar-toggle .icon-bar + .icon-bar{margin-top:4px;}
@media (min-width:768px){
  .navbar-toggle{display:none;}
}
.navbar-nav{margin:7.5px -15px;}
.navbar-nav > li > a{padding-top:10px;padding-bottom:10px;line-height:20px;}
@media (max-width:767px){
  .navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;box-shadow:none;}
  .navbar-nav .open .dropdown-menu > li > a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px;}
  .navbar-nav .open .dropdown-menu > li > a{line-height:20px;}
  .navbar-nav .open .dropdown-menu > li > a:hover,.navbar-nav .open .dropdown-menu > li > a:focus{background-image:none;}
}
@media (min-width:768px){
  .navbar-nav{float:left;margin:0;}
  .navbar-nav > li{float:left;}
  .navbar-nav > li > a{padding-top:15px;padding-bottom:15px;}
}
.navbar-form{margin-left:-15px;margin-right:-15px;padding:10px 15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);margin-top:8px;margin-bottom:8px;}
@media (min-width:768px){
  .navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle;}
  .navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle;}
  .navbar-form .form-control-static{display:inline-block;}
  .navbar-form .input-group{display:inline-table;vertical-align:middle;}
  .navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn,.navbar-form .input-group .form-control{width:auto;}
  .navbar-form .input-group > .form-control{width:100%;}
  .navbar-form .control-label{margin-bottom:0;vertical-align:middle;}
  .navbar-form .radio,.navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle;}
  .navbar-form .radio label,.navbar-form .checkbox label{padding-left:0;}
  .navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"]{position:relative;margin-left:0;}
  .navbar-form .has-feedback .form-control-feedback{top:0;}
}
@media (max-width:767px){
  .navbar-form .form-group{margin-bottom:5px;}
  .navbar-form .form-group:last-child{margin-bottom:0;}
}
@media (min-width:768px){
  .navbar-form{width:auto;border:0;margin-left:0;margin-right:0;padding-top:0;padding-bottom:0;-webkit-box-shadow:none;box-shadow:none;}
}
.navbar-nav > li > .dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0;}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu{margin-bottom:0;border-top-right-radius:4px;border-top-left-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0;}
.navbar-btn{margin-top:8px;margin-bottom:8px;}
.navbar-btn.btn-sm,.btn-group-sm > .navbar-btn.btn{margin-top:10px;margin-bottom:10px;}
.navbar-btn.btn-xs,.btn-group-xs > .navbar-btn.btn{margin-top:14px;margin-bottom:14px;}
.navbar-text{margin-top:15px;margin-bottom:15px;}
@media (min-width:768px){
  .navbar-text{float:left;margin-left:15px;margin-right:15px;}
}
@media (min-width:768px){
  .navbar-left{float:left!important;}
  .navbar-right{float:right!important;margin-right:-15px;}
  .navbar-right ~ .navbar-right{margin-right:0;}
}
.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7;}
.navbar-default .navbar-brand{color:#777;}
.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent;}
.navbar-default .navbar-text{color:#777;}
.navbar-default .navbar-nav > li > a{color:#777;}
.navbar-default .navbar-nav > li > a:hover,.navbar-default .navbar-nav > li > a:focus{color:#333;background-color:transparent;}
.navbar-default .navbar-nav > .active > a,.navbar-default .navbar-nav > .active > a:hover,.navbar-default .navbar-nav > .active > a:focus{color:#555;background-color:#e7e7e7;}
.navbar-default .navbar-nav > .disabled > a,.navbar-default .navbar-nav > .disabled > a:hover,.navbar-default .navbar-nav > .disabled > a:focus{color:#ccc;background-color:transparent;}
.navbar-default .navbar-toggle{border-color:#ddd;}
.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#ddd;}
.navbar-default .navbar-toggle .icon-bar{background-color:#888;}
.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7;}
.navbar-default .navbar-nav > .open > a,.navbar-default .navbar-nav > .open > a:hover,.navbar-default .navbar-nav > .open > a:focus{background-color:#e7e7e7;color:#555;}
@media (max-width:767px){
  .navbar-default .navbar-nav .open .dropdown-menu > li > a{color:#777;}
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus{color:#333;background-color:transparent;}
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus{color:#555;background-color:#e7e7e7;}
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus{color:#ccc;background-color:transparent;}
}
.navbar-default .navbar-link{color:#777;}
.navbar-default .navbar-link:hover{color:#333;}
.navbar-default .btn-link{color:#777;}
.navbar-default .btn-link:hover,.navbar-default .btn-link:focus{color:#333;}
.navbar-default .btn-link[disabled]:hover,.navbar-default .btn-link[disabled]:focus,fieldset[disabled] .navbar-default .btn-link:hover,fieldset[disabled] .navbar-default .btn-link:focus{color:#ccc;}
.navbar-inverse{background-color:#222;border-color:#090909;}
.navbar-inverse .navbar-brand{color:#9d9d9d;}
.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent;}
.navbar-inverse .navbar-text{color:#9d9d9d;}
.navbar-inverse .navbar-nav > li > a{color:#9d9d9d;}
.navbar-inverse .navbar-nav > li > a:hover,.navbar-inverse .navbar-nav > li > a:focus{color:#fff;background-color:transparent;}
.navbar-inverse .navbar-nav > .active > a,.navbar-inverse .navbar-nav > .active > a:hover,.navbar-inverse .navbar-nav > .active > a:focus{color:#fff;background-color:#090909;}
.navbar-inverse .navbar-nav > .disabled > a,.navbar-inverse .navbar-nav > .disabled > a:hover,.navbar-inverse .navbar-nav > .disabled > a:focus{color:#444;background-color:transparent;}
.navbar-inverse .navbar-toggle{border-color:#333;}
.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#333;}
.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff;}
.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010;}
.navbar-inverse .navbar-nav > .open > a,.navbar-inverse .navbar-nav > .open > a:hover,.navbar-inverse .navbar-nav > .open > a:focus{background-color:#090909;color:#fff;}
@media (max-width:767px){
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header{border-color:#090909;}
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#090909;}
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a{color:#9d9d9d;}
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus{color:#fff;background-color:transparent;}
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus{color:#fff;background-color:#090909;}
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus{color:#444;background-color:transparent;}
}
.navbar-inverse .navbar-link{color:#9d9d9d;}
.navbar-inverse .navbar-link:hover{color:#fff;}
.navbar-inverse .btn-link{color:#9d9d9d;}
.navbar-inverse .btn-link:hover,.navbar-inverse .btn-link:focus{color:#fff;}
.navbar-inverse .btn-link[disabled]:hover,.navbar-inverse .btn-link[disabled]:focus,fieldset[disabled] .navbar-inverse .btn-link:hover,fieldset[disabled] .navbar-inverse .btn-link:focus{color:#444;}
.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px;}
.breadcrumb > li{display:inline-block;}
.breadcrumb > li + li:before{content:"/ ";padding:0 5px;color:#ccc;}
.breadcrumb > .active{color:#777777;}
.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px;}
.pagination > li{display:inline;}
.pagination > li > a,.pagination > li > span{position:relative;float:left;padding:6px 12px;line-height:1.42857;text-decoration:none;color:#337ab7;background-color:#fff;border:1px solid #ddd;margin-left:-1px;}
.pagination > li:first-child > a,.pagination > li:first-child > span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px;}
.pagination > li:last-child > a,.pagination > li:last-child > span{border-bottom-right-radius:4px;border-top-right-radius:4px;}
.pagination > li > a:hover,.pagination > li > a:focus,.pagination > li > span:hover,.pagination > li > span:focus{z-index:2;color:#23527c;background-color:#eeeeee;border-color:#ddd;}
.pagination > .active > a,.pagination > .active > a:hover,.pagination > .active > a:focus,.pagination > .active > span,.pagination > .active > span:hover,.pagination > .active > span:focus{z-index:3;color:#fff;background-color:#337ab7;border-color:#337ab7;cursor:default;}
.pagination > .disabled > span,.pagination > .disabled > span:hover,.pagination > .disabled > span:focus,.pagination > .disabled > a,.pagination > .disabled > a:hover,.pagination > .disabled > a:focus{color:#777777;background-color:#fff;border-color:#ddd;cursor:not-allowed;}
.pagination-lg > li > a,.pagination-lg > li > span{padding:10px 16px;font-size:18px;line-height:1.33333;}
.pagination-lg > li:first-child > a,.pagination-lg > li:first-child > span{border-bottom-left-radius:6px;border-top-left-radius:6px;}
.pagination-lg > li:last-child > a,.pagination-lg > li:last-child > span{border-bottom-right-radius:6px;border-top-right-radius:6px;}
.pagination-sm > li > a,.pagination-sm > li > span{padding:5px 10px;font-size:12px;line-height:1.5;}
.pagination-sm > li:first-child > a,.pagination-sm > li:first-child > span{border-bottom-left-radius:3px;border-top-left-radius:3px;}
.pagination-sm > li:last-child > a,.pagination-sm > li:last-child > span{border-bottom-right-radius:3px;border-top-right-radius:3px;}
.pager{padding-left:0;margin:20px 0;list-style:none;text-align:center;}
.pager:before,.pager:after{content:" ";display:table;}
.pager:after{clear:both;}
.pager li{display:inline;}
.pager li > a,.pager li > span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px;}
.pager li > a:hover,.pager li > a:focus{text-decoration:none;background-color:#eeeeee;}
.pager .next > a,.pager .next > span{float:right;}
.pager .previous > a,.pager .previous > span{float:left;}
.pager .disabled > a,.pager .disabled > a:hover,.pager .disabled > a:focus,.pager .disabled > span{color:#777777;background-color:#fff;cursor:not-allowed;}
.label{display:inline;padding:.2em .6em .3em;font-weight:bold;text-transform:capitalize;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em;}
.label:empty{display:none;}
.btn .label{position:relative;top:-1px;}
a.label:hover,a.label:focus{color:#fff;text-decoration:none;cursor:pointer;}
.label-default{background-color:#777777;}
.label-default[href]:hover,.label-default[href]:focus{background-color:#5e5e5e;}
.label-primary{background-color:#337ab7;}
.label-primary[href]:hover,.label-primary[href]:focus{background-color:#286090;}
.label-success{background-color:#5cb85c;}
.label-success[href]:hover,.label-success[href]:focus{background-color:#449d44;}
.label-info{background-color:#5bc0de;}
.label-info[href]:hover,.label-info[href]:focus{background-color:#31b0d5;}
.label-warning{background-color:#f0ad4e;}
.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ec971f;}
.label-danger{background-color:#d9534f;}
.label-danger[href]:hover,.label-danger[href]:focus{background-color:#c9302c;}
.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:bold;color:#fff;line-height:1;vertical-align:middle;white-space:nowrap;text-align:center;background-color:#777777;border-radius:10px;}
.badge:empty{display:none;}
.btn .badge{position:relative;top:-1px;}
.btn-xs .badge,.btn-group-xs > .btn .badge,.btn-group-xs > .btn .badge{top:0;padding:1px 5px;}
.list-group-item.active > .badge,.nav-pills > .active > a > .badge{color:#337ab7;background-color:#fff;}
.list-group-item > .badge{float:right;}
.list-group-item > .badge + .badge{margin-right:5px;}
.nav-pills > li > a > .badge{margin-left:3px;}
a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer;}
.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eeeeee;}
.jumbotron h1,.jumbotron .h1{color:inherit;}
.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200;}
.jumbotron > hr{border-top-color:#d5d5d5;}
.container .jumbotron,.container-fluid .jumbotron{border-radius:6px;padding-left:15px;padding-right:15px;}
.jumbotron .container{max-width:100%;}
@media screen and (min-width:768px){
  .jumbotron{padding-top:48px;padding-bottom:48px;}
  .container .jumbotron,.container-fluid .jumbotron{padding-left:60px;padding-right:60px;}
  .jumbotron h1,.jumbotron .h1{font-size:63px;}
}
.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border 0.2s ease-in-out;-o-transition:border 0.2s ease-in-out;transition:border 0.2s ease-in-out;}
.thumbnail > img,.thumbnail a > img{display:block;max-width:100%;height:auto;margin-left:auto;margin-right:auto;}
.thumbnail .caption{padding:9px;color:#333333;}
a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{border-color:#337ab7;}
.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px;}
.alert h4{margin-top:0;color:inherit;}
.alert .alert-link{font-weight:bold;}
.alert > p,.alert > ul{margin-bottom:0;}
.alert > p + p{margin-top:5px;}
.alert-dismissable,.alert-dismissible{padding-right:35px;}
.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit;}
.alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d;}
.alert-success hr{border-top-color:#c9e2b3;}
.alert-success .alert-link{color:#2b542c;}
.alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#31708f;}
.alert-info hr{border-top-color:#a6e1ec;}
.alert-info .alert-link{color:#245269;}
.alert-warning{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b;}
.alert-warning hr{border-top-color:#f7e1b5;}
.alert-warning .alert-link{color:#66512c;}
.alert-danger{background-color:#f2dede;border-color:#ebccd1;color:#a94442;}
.alert-danger hr{border-top-color:#e4b9c0;}
.alert-danger .alert-link{color:#843534;}
@-webkit-keyframes progress-bar-stripes{
  from{background-position:40px 0;}
  to{background-position:0 0;}
}
@keyframes progress-bar-stripes{
  from{background-position:40px 0;}
  to{background-position:0 0;}
}
.progress{overflow:hidden;height:20px;margin-bottom:20px;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);}
.progress-bar{float:left;width:0%;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-webkit-transition:width 0.6s ease;-o-transition:width 0.6s ease;transition:width 0.6s ease;}
.progress-striped .progress-bar,.progress-bar-striped{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-size:40px 40px;}
.progress.active .progress-bar,.progress-bar.active{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite;}
.progress-bar-success{background-color:#5cb85c;}
.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);}
.progress-bar-info{background-color:#5bc0de;}
.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);}
.progress-bar-warning{background-color:#f0ad4e;}
.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);}
.progress-bar-danger{background-color:#d9534f;}
.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);}
.media{margin-top:15px;}
.media:first-child{margin-top:0;}
.media,.media-body{zoom:1;overflow:hidden;}
.media-body{width:10000px;}
.media-object{display:block;}
.media-object.img-thumbnail{max-width:none;}
.media-right,.media > .pull-right{padding-left:10px;}
.media-left,.media > .pull-left{padding-right:10px;}
.media-left,.media-right,.media-body{display:table-cell;vertical-align:top;}
.media-middle{vertical-align:middle;}
.media-bottom{vertical-align:bottom;}
.media-heading{margin-top:0;margin-bottom:5px;}
.media-list{padding-left:0;list-style:none;}
.list-group{margin-bottom:20px;padding-left:0;}
.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd;}
.list-group-item:first-child{border-top-right-radius:4px;border-top-left-radius:4px;}
.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px;}
a.list-group-item,button.list-group-item{color:#555;}
a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333;}
a.list-group-item:hover,a.list-group-item:focus,button.list-group-item:hover,button.list-group-item:focus{text-decoration:none;color:#555;background-color:#f5f5f5;}
button.list-group-item{width:100%;text-align:left;}
.list-group-item.disabled,.list-group-item.disabled:hover,.list-group-item.disabled:focus{background-color:#eeeeee;color:#777777;cursor:not-allowed;}
.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading{color:inherit;}
.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text{color:#777777;}
.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7;}
.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading > small,.list-group-item.active .list-group-item-heading > .small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading > small,.list-group-item.active:hover .list-group-item-heading > .small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading > small,.list-group-item.active:focus .list-group-item-heading > .small{color:inherit;}
.list-group-item.active .list-group-item-text,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:focus .list-group-item-text{color:#c7ddef;}
.list-group-item-success{color:#3c763d;background-color:#dff0d8;}
a.list-group-item-success,button.list-group-item-success{color:#3c763d;}
a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit;}
a.list-group-item-success:hover,a.list-group-item-success:focus,button.list-group-item-success:hover,button.list-group-item-success:focus{color:#3c763d;background-color:#d0e9c6;}
a.list-group-item-success.active,a.list-group-item-success.active:hover,a.list-group-item-success.active:focus,button.list-group-item-success.active,button.list-group-item-success.active:hover,button.list-group-item-success.active:focus{color:#fff;background-color:#3c763d;border-color:#3c763d;}
.list-group-item-info{color:#31708f;background-color:#d9edf7;}
a.list-group-item-info,button.list-group-item-info{color:#31708f;}
a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit;}
a.list-group-item-info:hover,a.list-group-item-info:focus,button.list-group-item-info:hover,button.list-group-item-info:focus{color:#31708f;background-color:#c4e3f3;}
a.list-group-item-info.active,a.list-group-item-info.active:hover,a.list-group-item-info.active:focus,button.list-group-item-info.active,button.list-group-item-info.active:hover,button.list-group-item-info.active:focus{color:#fff;background-color:#31708f;border-color:#31708f;}
.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3;}
a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b;}
a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit;}
a.list-group-item-warning:hover,a.list-group-item-warning:focus,button.list-group-item-warning:hover,button.list-group-item-warning:focus{color:#8a6d3b;background-color:#faf2cc;}
a.list-group-item-warning.active,a.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus,button.list-group-item-warning.active,button.list-group-item-warning.active:hover,button.list-group-item-warning.active:focus{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b;}
.list-group-item-danger{color:#a94442;background-color:#f2dede;}
a.list-group-item-danger,button.list-group-item-danger{color:#a94442;}
a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit;}
a.list-group-item-danger:hover,a.list-group-item-danger:focus,button.list-group-item-danger:hover,button.list-group-item-danger:focus{color:#a94442;background-color:#ebcccc;}
a.list-group-item-danger.active,a.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus,button.list-group-item-danger.active,button.list-group-item-danger.active:hover,button.list-group-item-danger.active:focus{color:#fff;background-color:#a94442;border-color:#a94442;}
.list-group-item-heading{margin-top:0;margin-bottom:5px;}
.list-group-item-text{margin-bottom:0;line-height:1.3;}
.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.05);box-shadow:0 1px 1px rgba(0,0,0,0.05);}
.panel-body{padding:15px;}
.panel-body:before,.panel-body:after{content:" ";display:table;}
.panel-body:after{clear:both;}
.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px;}
.panel-heading > .dropdown .dropdown-toggle{color:inherit;}
.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit;}
.panel-title > a,.panel-title > small,.panel-title > .small,.panel-title > small > a,.panel-title > .small > a{color:inherit;}
.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px;}
.panel > .list-group,.panel > .panel-collapse > .list-group{margin-bottom:0;}
.panel > .list-group .list-group-item,.panel > .panel-collapse > .list-group .list-group-item{border-width:1px 0;border-radius:0;}
.panel > .list-group:first-child .list-group-item:first-child,.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child{border-top:0;border-top-right-radius:3px;border-top-left-radius:3px;}
.panel > .list-group:last-child .list-group-item:last-child,.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px;}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child{border-top-right-radius:0;border-top-left-radius:0;}
.panel-heading + .list-group .list-group-item:first-child{border-top-width:0;}
.list-group + .panel-footer{border-top-width:0;}
.panel > .table,.panel > .table-responsive > .table,.panel > .panel-collapse > .table{margin-bottom:0;}
.panel > .table caption,.panel > .table-responsive > .table caption,.panel > .panel-collapse > .table caption{padding-left:15px;padding-right:15px;}
.panel > .table:first-child,.panel > .table-responsive:first-child > .table:first-child{border-top-right-radius:3px;border-top-left-radius:3px;}
.panel > .table:first-child > thead:first-child > tr:first-child,.panel > .table:first-child > tbody:first-child > tr:first-child,.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px;}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child{border-top-left-radius:3px;}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child{border-top-right-radius:3px;}
.panel > .table:last-child,.panel > .table-responsive:last-child > .table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px;}
.panel > .table:last-child > tbody:last-child > tr:last-child,.panel > .table:last-child > tfoot:last-child > tr:last-child,.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child{border-bottom-left-radius:3px;border-bottom-right-radius:3px;}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child{border-bottom-left-radius:3px;}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child{border-bottom-right-radius:3px;}
.panel > .panel-body + .table,.panel > .panel-body + .table-responsive,.panel > .table + .panel-body,.panel > .table-responsive + .panel-body{border-top:1px solid #ddd;}
.panel > .table > tbody:first-child > tr:first-child th,.panel > .table > tbody:first-child > tr:first-child td{border-top:0;}
.panel > .table-bordered,.panel > .table-responsive > .table-bordered{border:0;}
.panel > .table-bordered > thead > tr > th:first-child,.panel > .table-bordered > thead > tr > td:first-child,.panel > .table-bordered > tbody > tr > th:first-child,.panel > .table-bordered > tbody > tr > td:first-child,.panel > .table-bordered > tfoot > tr > th:first-child,.panel > .table-bordered > tfoot > tr > td:first-child,.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child{border-left:0;}
.panel > .table-bordered > thead > tr > th:last-child,.panel > .table-bordered > thead > tr > td:last-child,.panel > .table-bordered > tbody > tr > th:last-child,.panel > .table-bordered > tbody > tr > td:last-child,.panel > .table-bordered > tfoot > tr > th:last-child,.panel > .table-bordered > tfoot > tr > td:last-child,.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child{border-right:0;}
.panel > .table-bordered > thead > tr:first-child > td,.panel > .table-bordered > thead > tr:first-child > th,.panel > .table-bordered > tbody > tr:first-child > td,.panel > .table-bordered > tbody > tr:first-child > th,.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th{border-bottom:0;}
.panel > .table-bordered > tbody > tr:last-child > td,.panel > .table-bordered > tbody > tr:last-child > th,.panel > .table-bordered > tfoot > tr:last-child > td,.panel > .table-bordered > tfoot > tr:last-child > th,.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th{border-bottom:0;}
.panel > .table-responsive{border:0;margin-bottom:0;}
.panel-group{margin-bottom:20px;}
.panel-group .panel{margin-bottom:0;border-radius:4px;}
.panel-group .panel + .panel{margin-top:5px;}
.panel-group .panel-heading{border-bottom:0;}
.panel-group .panel-heading + .panel-collapse > .panel-body,.panel-group .panel-heading + .panel-collapse > .list-group{border-top:1px solid #ddd;}
.panel-group .panel-footer{border-top:0;}
.panel-group .panel-footer + .panel-collapse .panel-body{border-bottom:1px solid #ddd;}
.panel-default{border-color:#ddd;}
.panel-default > .panel-heading{color:#333333;background-color:#f5f5f5;border-color:#ddd;}
.panel-default > .panel-heading + .panel-collapse > .panel-body{border-top-color:#ddd;}
.panel-default > .panel-heading .badge{color:#f5f5f5;background-color:#333333;}
.panel-default > .panel-footer + .panel-collapse > .panel-body{border-bottom-color:#ddd;}
.panel-primary{border-color:#337ab7;}
.panel-primary > .panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7;}
.panel-primary > .panel-heading + .panel-collapse > .panel-body{border-top-color:#337ab7;}
.panel-primary > .panel-heading .badge{color:#337ab7;background-color:#fff;}
.panel-primary > .panel-footer + .panel-collapse > .panel-body{border-bottom-color:#337ab7;}
.panel-success{border-color:#d6e9c6;}
.panel-success > .panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6;}
.panel-success > .panel-heading + .panel-collapse > .panel-body{border-top-color:#d6e9c6;}
.panel-success > .panel-heading .badge{color:#dff0d8;background-color:#3c763d;}
.panel-success > .panel-footer + .panel-collapse > .panel-body{border-bottom-color:#d6e9c6;}
.panel-info{border-color:#bce8f1;}
.panel-info > .panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1;}
.panel-info > .panel-heading + .panel-collapse > .panel-body{border-top-color:#bce8f1;}
.panel-info > .panel-heading .badge{color:#d9edf7;background-color:#31708f;}
.panel-info > .panel-footer + .panel-collapse > .panel-body{border-bottom-color:#bce8f1;}
.panel-warning{border-color:#faebcc;}
.panel-warning > .panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc;}
.panel-warning > .panel-heading + .panel-collapse > .panel-body{border-top-color:#faebcc;}
.panel-warning > .panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b;}
.panel-warning > .panel-footer + .panel-collapse > .panel-body{border-bottom-color:#faebcc;}
.panel-danger{border-color:#ebccd1;}
.panel-danger > .panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1;}
.panel-danger > .panel-heading + .panel-collapse > .panel-body{border-top-color:#ebccd1;}
.panel-danger > .panel-heading .badge{color:#f2dede;background-color:#a94442;}
.panel-danger > .panel-footer + .panel-collapse > .panel-body{border-bottom-color:#ebccd1;}
.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden;}
.embed-responsive .embed-responsive-item,.embed-responsive 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%;}
.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);}
.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,0.15);}
.well-lg{padding:24px;border-radius:6px;}
.well-sm{padding:9px;border-radius:3px;}
.close{float:right;font-size:21px;font-weight:bold;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:0.2;filter:alpha(opacity=20);}
.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:0.5;filter:alpha(opacity=50);}
button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;}
.modal-open{overflow:hidden;}
.modal{display:none;overflow:hidden;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0;}
.modal.fade .modal-dialog{-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%);-webkit-transition:-webkit-transform 0.3s ease-out;-moz-transition:-moz-transform 0.3s ease-out;-o-transition:-o-transform 0.3s ease-out;transition:transform 0.3s ease-out;}
.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0);}
.modal-open .modal{overflow-x:hidden;overflow-y:auto;}
.modal-dialog{position:relative;width:auto;margin:10px;}
.modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,0.5);box-shadow:0 3px 9px rgba(0,0,0,0.5);background-clip:padding-box;outline:0;}
.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000;}
.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0);}
.modal-backdrop.in{opacity:0.5;filter:alpha(opacity=50);}
.modal-header{padding:15px;border-bottom:1px solid #e5e5e5;}
.modal-header:before,.modal-header:after{content:" ";display:table;}
.modal-header:after{clear:both;}
.modal-header .close{margin-top:-2px;}
.modal-title{margin:0;line-height:1.42857;}
.modal-body{position:relative;padding:15px;}
.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5;}
.modal-footer:before,.modal-footer:after{content:" ";display:table;}
.modal-footer:after{clear:both;}
.modal-footer .btn + .btn{margin-left:5px;margin-bottom:0;}
.modal-footer .btn-group .btn + .btn{margin-left:-1px;}
.modal-footer .btn-block + .btn-block{margin-left:0;}
.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll;}
@media (min-width:768px){
  .modal-dialog{width:600px;margin:30px auto;}
  .modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,0.5);box-shadow:0 5px 15px rgba(0,0,0,0.5);}
  .modal-sm{width:300px;}
}
@media (min-width:992px){
  .modal-lg{width:900px;}
}
.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-style:normal;font-weight:normal;letter-spacing:normal;line-break:auto;line-height:1.42857;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;font-size:12px;opacity:0;filter:alpha(opacity=0);}
.tooltip.in{opacity:0.9;filter:alpha(opacity=90);}
.tooltip.top{margin-top:-3px;padding:5px 0;}
.tooltip.right{margin-left:3px;padding:0 5px;}
.tooltip.bottom{margin-top:3px;padding:5px 0;}
.tooltip.left{margin-left:-3px;padding:0 5px;}
.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px;}
.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid;}
.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000;}
.tooltip.top-left .tooltip-arrow{bottom:0;right:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000;}
.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000;}
.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000;}
.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000;}
.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000;}
.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000;}
.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000;}
.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-style:normal;font-weight:normal;letter-spacing:normal;line-break:auto;line-height:1.42857;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;font-size:14px;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2);}
.popover.top{margin-top:-10px;}
.popover.right{margin-left:10px;}
.popover.bottom{margin-top:10px;}
.popover.left{margin-left:-10px;}
.popover-title{margin:0;padding:8px 14px;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0;}
.popover-content{padding:9px 14px;}
.popover > .arrow,.popover > .arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid;}
.popover > .arrow{border-width:11px;}
.popover > .arrow:after{border-width:10px;content:"";}
.popover.top > .arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999999;border-top-color:rgba(0,0,0,0.25);bottom:-11px;}
.popover.top > .arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#fff;}
.popover.right > .arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999999;border-right-color:rgba(0,0,0,0.25);}
.popover.right > .arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#fff;}
.popover.bottom > .arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999999;border-bottom-color:rgba(0,0,0,0.25);top:-11px;}
.popover.bottom > .arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#fff;}
.popover.left > .arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999999;border-left-color:rgba(0,0,0,0.25);}
.popover.left > .arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#fff;bottom:-10px;}
.carousel{position:relative;}
.carousel-inner{position:relative;overflow:hidden;width:100%;}
.carousel-inner > .item{display:none;position:relative;-webkit-transition:0.6s ease-in-out left;-o-transition:0.6s ease-in-out left;transition:0.6s ease-in-out left;}
.carousel-inner > .item > img,.carousel-inner > .item > a > img{display:block;max-width:100%;height:auto;line-height:1;}
@media all and (transform-3d),(-webkit-transform-3d){
  .carousel-inner > .item{-webkit-transition:-webkit-transform 0.6s ease-in-out;-moz-transition:-moz-transform 0.6s ease-in-out;-o-transition:-o-transform 0.6s ease-in-out;transition:transform 0.6s ease-in-out;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;-moz-perspective:1000px;perspective:1000px;}
  .carousel-inner > .item.next,.carousel-inner > .item.active.right{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);left:0;}
  .carousel-inner > .item.prev,.carousel-inner > .item.active.left{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);left:0;}
  .carousel-inner > .item.next.left,.carousel-inner > .item.prev.right,.carousel-inner > .item.active{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);left:0;}
}
.carousel-inner > .active,.carousel-inner > .next,.carousel-inner > .prev{display:block;}
.carousel-inner > .active{left:0;}
.carousel-inner > .next,.carousel-inner > .prev{position:absolute;top:0;width:100%;}
.carousel-inner > .next{left:100%;}
.carousel-inner > .prev{left:-100%;}
.carousel-inner > .next.left,.carousel-inner > .prev.right{left:0;}
.carousel-inner > .active.left{left:-100%;}
.carousel-inner > .active.right{left:100%;}
.carousel-control{position:absolute;top:0;left:0;bottom:0;width:15%;opacity:0.5;filter:alpha(opacity=50);font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6);background-color:transparent;}
.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.0001) 100%);background-image:linear-gradient(to right,rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.0001) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1);}
.carousel-control.right{left:auto;right:0;background-image:-webkit-linear-gradient(left,rgba(0,0,0,0.0001) 0%,rgba(0,0,0,0.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,0.0001) 0%,rgba(0,0,0,0.5) 100%);background-image:linear-gradient(to right,rgba(0,0,0,0.0001) 0%,rgba(0,0,0,0.5) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1);}
.carousel-control:hover,.carousel-control:focus{outline:0;color:#fff;text-decoration:none;opacity:0.9;filter:alpha(opacity=90);}
.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;margin-top:-10px;z-index:5;display:inline-block;}
.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%;margin-left:-10px;}
.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%;margin-right:-10px;}
.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;line-height:1;font-family:serif;}
.carousel-control .icon-prev:before{content:'\2039';}
.carousel-control .icon-next:before{content:'\203a';}
.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;margin-left:-30%;padding-left:0;list-style:none;text-align:center;}
.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;border:1px solid #fff;border-radius:10px;cursor:pointer;background-color:#000 \9;background-color:transparent;}
.carousel-indicators .active{margin:0;width:12px;height:12px;background-color:#fff;}
.carousel-caption{position:absolute;left:15%;right:15%;bottom:20px;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6);}
.carousel-caption .btn{text-shadow:none;}
@media screen and (min-width:768px){
  .carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-10px;font-size:30px;}
  .carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px;}
  .carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px;}
  .carousel-caption{left:20%;right:20%;padding-bottom:30px;}
  .carousel-indicators{bottom:20px;}
}
.clearfix:before,.clearfix:after{content:" ";display:table;}
.clearfix:after{clear:both;}
.center-block{display:block;margin-left:auto;margin-right:auto;}
.pull-right{float:right!important;}
.pull-left{float:left!important;}
.hide{display:none!important;}
.show{display:block!important;}
.invisible{visibility:hidden;}
.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0;}
.hidden{display:none!important;}
.affix{position:fixed;}
@-ms-viewport{width:device-width;}
.visible-xs{display:none!important;}
.visible-sm{display:none!important;}
.visible-md{display:none!important;}
.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;}
}
@media (min-width:1200px){
  .visible-lg-block{display:block!important;}
}
@media (min-width:1200px){
  .visible-lg-inline{display:inline!important;}
}
@media (min-width:1200px){
  .visible-lg-inline-block{display:inline-block!important;}
}
@media (max-width:767px){
  .hidden-xs{display:none!important;}
}
@media (min-width:768px) and (max-width:991px){
  .hidden-sm{display:none!important;}
}
@media (min-width:992px) and (max-width:1199px){
  .hidden-md{display:none!important;}
}
@media (min-width:1200px){
  .hidden-lg{display:none!important;}
}
.visible-print{display:none!important;}
@media print{
  .visible-print{display:block!important;}
  table.visible-print{display:table!important;}
  tr.visible-print{display:table-row!important;}
  th.visible-print,td.visible-print{display:table-cell!important;}
}
.visible-print-block{display:none!important;}
@media print{
  .visible-print-block{display:block!important;}
}
.visible-print-inline{display:none!important;}
@media print{
  .visible-print-inline{display:inline!important;}
}
.visible-print-inline-block{display:none!important;}
@media print{
  .visible-print-inline-block{display:inline-block!important;}
}
@media print{
  .hidden-print{display:none!important;}
}
a:hover{text-decoration:none;}
h1,h2,h3{margin-top:0;}

/*------------------------------------------------------------------
[4. Sidebar / .right-sidebar, .left-sidebar]
*/
.archive.category .right-sidebar ul,.archive.category .left-sidebar ul{padding-left:0;}
.archive.category .right-sidebar #primary .category-post-type:first-of-type,.archive.category .left-sidebar #primary .category-post-type:first-of-type{padding-top:0;}
.archive.category .right-sidebar #primary .category-post-type:last-of-type,.archive.category .left-sidebar #primary .category-post-type:last-of-type{border-bottom:0;}
.archive.category #primary .category-post-type .post-thumbnail { margin-bottom: 15px; overflow: hidden; background: #e1e1e1; }
.archive.category #primary .category-post-type .post-thumbnail img { max-width: 100%; height: auto; width: 100%; }
.archive.category #primary .category-post-type.item-col-3 .post-thumbnail img{height: 240px;}
.archive.category #primary .category-post-type .entry-content p { color: #a1a1a1; line-height: 24px; }
.archive.category  .category-post-type .entry-meta a { font-size: 13px; color: #000 !important; opacity: 0.5; font-weight: 500; }
.widget_cmsaddons-recent-posts ul li .post-thumb img { border: 1px solid #fff; }
.widget_cmsaddons-recent-posts ul li:hover .post-thumb img { border: 1px solid #22be9e; }
.widget_cmsaddons-recent-posts .post-thumb-info .post-info-readmore { font-size: 12px; color: #b3aa9b; }
.widget_cmsaddons-recent-posts .post-thumb-info .post-info-readmore:hover { color: #04b591 !important; }
.archive.category #primary { margin-bottom: 65px; }
.left-sidebar .sidebar{float:left;padding-left:0;}
.left-sidebar #primary{float:right;}
.right-sidebar .sidebar{float:right;padding-right:0;}
.right-sidebar #primary{float:left;}
body.search .right-sidebar ul,body.search .left-sidebar ul{padding-left:0;}
.nbt-accordion-menu ul{border-bottom:0;}
.nbt-accordion-menu ul li{line-height:40px!important;border-top:0;border-bottom:1px solid #f1f1f1;}
.nbt-accordion-menu ul li ul.sub-menu li:last-child{border-bottom:none;}
.nbt-accordion-menu ul li ul.sub-menu li:first-child{border-top:1px solid #f1f1f1;}
.nbt-accordion-menu ul li a{color:#444444;}
.nbt-accordion-menu ul ul li{border-top:0;}
#secondary aside{margin-bottom:25px;}
#secondary .widget_sp_image img{width:100%;}
#secondary .widget_sp_image img:hover{-moz-box-shadow:0 0 10px #ccc;-webkit-box-shadow:0 0 10px #ccc;box-shadow:0 0 10px #ccc;}
.nbt-accordion-menu{background:#f7f7f7;}
.nbt-accordion-menu ul li a{padding-left:15px;padding-right:5px;font-weight:500;text-transform:capitalize;}
.nbt-accordion-menu ul li ul li a{padding-bottom:10px;padding-left:25px;padding-top:10px;}
.paging-navigation{margin-bottom:35px; clear: both;}
.navigation  .page-numbers.current{color:#fff;background:#fbc443;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
h1.h1-hidden{height:0px;position:absolute;left:-9999px;}
.search-no-results .page-header{border-bottom:none;}
.search-no-results .search-form input{border:1px solid #e1e1e1;padding:5px;}
.search-no-results .search-form{margin-bottom:35px;}
.search-no-results .search-form input.search-submit{color:#fff;background-color:#04B591;}
.mini_cart_item a { text-transform: capitalize; color: #2E3841; font-size: 14px; line-height: initial; }
.nbt-mini-cart img { width: 25% !important; height: 50px !important; float: left !important; margin-right: 3% !important; margin-left: 0 !important; }
.padding-left-0 { padding-left: 0; }
.padding-right-0 { padding-right: 0; }

@media screen and (max-width:500px){
  .header-wrap-top{height:auto;}
  .header-wrap-top .header-left-widgets{width:100%;}
  .header-wrap-top .header-left-widgets .extract-element .header-social{text-align:center;}
  .header-wrap-top .header-left-widgets .extract-element .header-social a.social-lock{display:inline-block;}
  .header-wrap-top .header-left-widgets .extract-element .header-social a.social-heart{display:inline-block;}
  .header-wrap-top .header-right-widgets{width:100%;}
  .header-wrap-top .header-right-widgets .currency{float:right!important;}
}

/*------------------------------------------------------------------
[3. Menu / #mega-menu-wrap-primary]
*/
#cmsaddons-responsive-toggle{width:45px;float:left;color:#207b6c;cursor:pointer; display: none;}
#close-cmsaddons-menu{display:none;}

@media screen and (max-width:991px){
  /*.header-right-wrap-top{background:#282828;max-width:400px;position:absolute;top:0;left:0;margin-top:0px;width:90%;z-index:9999;display:none;padding-top:15px;}
  .header-right-wrap-top .cmsaddons-menu-title{border-bottom:1px solid #444444;overflow:hidden;padding:15px;display:block; margin-bottom: 10px;}
  .header-right-wrap-top .cmsaddons-menu-title h3,
  .header-right-wrap-top .cmsaddons-menu-title #calendar_wrap caption,#calendar_wrap .header-right-wrap-top .cmsaddons-menu-title caption{color:#fff;float:left;font-size:18px;line-height:24px;text-transform:uppercase;margin-bottom:0;}
  .header-right-wrap-top .cmsaddons-menu-title span{cursor:pointer;display:block;float:right;}
  .header-right-wrap-top .cmsaddons-menu-title span i.fa{font-size:24px;color:#fff;}
  .header-right-wrap-top{width: 60%; float: left;}
  */
  #close-cmsaddons-menu{display:block;}
  .camenu-mobile-main.accordion-nav .accordion-btn-wrap{right: 20% !important;}
  #cmsaddons-responsive-toggle{display:block !important;}
  #cmsaddons-responsive-toggle .fa-bars{border: 1px solid #207b6c;    padding: 9px 12px;font-size: 18px;}
  header li.menu-item,header li.page_item{padding-top:8px;padding-bottom:8px; list-style: none; padding-left: 15px;}
  .header-right-wrap-top li a{color:#ffffff!important;}  
  .header-logo{text-align: center; margin-bottom: 15px;}  
  .menu-wrap .menu-phone-text{width: 50%;float: right;}

  /*menu-mobile*/
  .mobile-overlay-menu { position: fixed; top: 0; right: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.4); z-index: 999999; display: none; }
  .ca-main-menu{
    position: fixed;
    right: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    overflow: auto;
    transition: all .5s;
    background: #444;
    z-index: 9999999;
    -webkit-transition: .3s all;
    transition: .3s all;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  .ca-main-menu.mobile-is-active {
    visibility: visible;
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
  }
}

.cawp-minicart{color:#444;cursor:pointer; text-align: right;    line-height: 38px;}
.cawp-minicart:before{font-family:'FontAwesome';content:"\f291";font-size:16px;font-weight:400;padding-right:12px; color: #0BA14B;}
.cart-contents:hover{text-decoration:none;}
.site-header h1.site-title{font-size:30px;margin-top:16px;}
.site-header .site-description{font-size:1.2em;font-weight:400;line-height:1.5;color:#207b6c;text-transform:capitalize;margin-top: 10px;}
.site-header .site-branding{min-height:75px;}
.hide-header-topbar #topbar{display:none;}
#topbar,.header-wrap-top{line-height:45px;}
.header-wrap{padding:15px 0px 10px 0;}
.header-left-widgets{float:left;}
.header-right-widgets label{position: relative;}
.header-right-widgets input[type="search"] {
  border: 2px solid #e6e7e8;
  padding: 10px;
  width: 100%;
  height: 32px;
  border-radius: 3px;
  font-size: 12px;
  min-width: 230px;
}
.header-right-widgets input[type="search"]:focus{outline: none;}
.header-right-widgets input[type="submit"]{display: none;}
.header-right-widgets label:after {
    font-family: 'FontAwesome';
    content: "\f002";
    position: absolute;
    right: 15px;
    color: #cccccc;
    top: 1px;
}
.site-topbar{border-bottom: 1px solid #ddd;}
.header-right-widgets .currency h3.widget-title{margin-top:18px;}
.header-social a{margin-right:15px;}
.home.header-topbar .site{position:relative;}
.home.header-topbar .site .site-header{position:absolute;}
.header-fixed{position:fixed;padding-top:6px;width:100%;background:rgba(247, 245, 245, 1); top: 0px;z-index: 999;}
.header-fixed .header-wrap{box-shadow:2px 3px 4px rgba(0,0,0,0.3);padding:0 0 2px;}
.header-fixed .cats-product-title{line-height: 41px;border-radius: 15px;}
.header-fixed .ac-menu-wrap{border-radius: 15px;}
.home.header-topbar .site .site-header{padding-top:0;background:transparent;}
.home.header-topbar .site .site-header .header-wrap-top{background:transparent;}
.home.header-topbar .site .site-header .header-wrap{border-bottom:none;}
.home.header-topbar .site .site-header .header-wrap .site-branding{margin-top:0px;}
.home.header-topbar .site .site-header .header-wrap .header-right-cart-search form.search-form input.search-submit{color:transparent;}
.home.header-topbar .site .site-header .header-wrap .header-right-cart-search .header-cart-search .cart-contents{color:#fff;}
.home.header-topbar .site .site-header .header-wrap .header-right-cart-search .header-cart-search .cart-contents span{background:#04b591;}
.home.header-topbar .site .site-header .header-wrap .header-right-cart-search form.search-form:after{color:#fff;}
@media screen and (min-width:1100px){
  .header-centered .site-header .container{padding:0px;}
}
.header-centered .header-right-widgets .currency{margin-right:15px;}
.header-centered .site-header{padding-top:0;}
.header-centered .site-header .site-branding{margin-top:0px;float:none;display:block;text-align:center;margin-bottom:35px;}
@media screen and (max-width:1100px){
  .header-centered .site-header .site-branding{margin-bottom:0px;float:left;text-align:left;}
}
.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;}
a.tesallmore { color: #207b6c; margin-top: 10px; display: inline-block; width: 100%; }
a.tesallmore:hover{text-decoration: underline;}
.testimomial-single-header{margin-bottom: 30px;}
/*footer*/
@media screen and (min-width: 480px){
  .estano-menu-2col > ul > li{width: 48%; float: left;margin-right: 2%;}
  
}

.site-footer{padding:0px; border-top: 5px solid #207b6c;}
.site-footer a:hover,.site-footer .widget a:hover{color:#FFFFFF;text-decoration:underline;}
.site-footer .widget{font-size:15px;line-height:1.8;}
.site-footer table > thead > tr > th,.site-footer table > tbody > tr > th,.site-footer table > tfoot > tr > th,.site-footer table > thead > tr > td,.site-footer table > tbody > tr > td,.site-footer table > tfoot > tr > td{border-color:rgba(255,255,255,0.3);}
.site-footer textarea,.site-footer input[type="date"],.site-footer input[type="datetime"],.site-footer input[type="datetime-local"],.site-footer input[type="email"],.site-footer input[type="month"],.site-footer input[type="number"],.site-footer input[type="password"],.site-footer input[type="search"],.site-footer input[type="tel"],.site-footer input[type="text"],.site-footer input[type="time"],.site-footer input[type="url"],.site-footer input[type="week"]{border-color:rgba(255,255,255,0.3);}
.footer-1-columns .footer-column{width:100%;}
.footer-2-columns .footer-column{width:100%;}
.footer-3-columns .footer-column{width:100%;}
@media screen and (min-width:1100px){
  .footer-3-columns .footer-column{width:30.62331%;float:left;margin-right:4.06504%;}
  .footer-3-columns .footer-3{margin-right:0;}
}
.footer-4-columns .footer-column{width:100%;}
@media screen and (min-width:1100px){
  .footer-4-columns .footer-column{width:21.95122%;float:left;margin-right:4.06504%;}
  .footer-4-columns .footer-4{margin-right:0;}
}
.site-footer .footer-columns{padding:50px 0px 65px 0;}
.site-footer .footer-columns .widget{padding-bottom:0;border:none;}
#footer-3 .widget_cawptheme_recent_posts{margin-bottom:30px;}
@media screen and (min-width:790px){
  .footer-4-columns .footer-column{width:47.96748%;float:left;margin-right:4.06504%;}
  .footer-4-columns .footer-2,.footer-4-columns .footer-4{margin-right:0;}
  .site-footer .footer-columns .widget{margin-bottom:10px;}
  .site-footer .footer-columns .widget:last-child{margin-bottom:0px;}
}
@media screen and (min-width:1100px){
  .footer-4-columns .footer-column{width:21.95122%;float:left;margin-right:4.06504%;}
  .footer-4-columns .footer-4{margin-right:0;}
}
.site-footer .footer-columns .widget_sp_image{text-align:left;}
.site-footer .footer-columns .widget .widget-title{font-size:15px;text-transform:uppercase;margin-bottom:25px;font-weight:500;border-bottom:1px solid #444;position:relative;font-weight:normal;padding-bottom:10px;}
.site-footer .footer-columns .widget .widget-title:after{content:'';position:absolute;bottom:-1px;left:0;width:40px;height:1px; background-color: #207b6c;}
.site-footer .footer-columns .widget_nav_menu ul ul,.site-footer .footer-columns .widget_nav_menu ul ul ul{padding:0px;}
.site-footer .footer-columns .widget_nav_menu ul li{padding:0 0 5px 0;}
.site-footer .footer-columns .widget_nav_menu ul li a{display:block;position:relative;color:#666;font-size:14px;}
.site-footer .footer-columns .widget_nav_menu ul li a:hover{text-decoration:none;padding-left:15px;}
.site-footer .footer-columns .widget_nav_menu ul li a:hover:before{content:"\f105";font-family:FontAwesome;display:block;position:absolute;left:0;top:0;}
.site-footer .footer-columns .widget_nav_menu #menu-footer-widget-menu li{padding:0 0 5px 0;width:100%;}
.site-footer .footer-columns .widget_nav_menu #menu-footer-widget-menu li a{display:block;position:relative;padding:0;border:none;color:#666;font-size:14px;}
.site-footer .footer-columns .widget_nav_menu #menu-footer-widget-menu li a:hover{color:#207b6c;text-decoration:none;padding-left:15px;}
.site-footer .footer-columns .widget_nav_menu #menu-footer-widget-menu li a:hover:before{content:"\f105";font-family:FontAwesome;display:block;position:absolute;left:0;top:0;color:#207b6c;}
.site-footer .footer-columns .widget_wpc_posts ul li{background:rgba(255,255,255,0.03);}
.site-footer .footer-columns .contact-info-item .contact-text{width:30px;}
.site-footer .footer-columns .contact-info-item .contact-text i{font-size:16px;}
.site-footer .footer-columns .contact-info-item .contact-text i.fa-envelope{font-size:12px;position:relative;top:-3px;}
.site-footer .footer-columns .contact-info-item .contact-text i.fa-fax{font-size:14px;position:relative;top:-3px;}
.site-footer .footer-columns .contact-info-item .contact-value{margin-left:35px;}
.site-footer .footer-columns .contact-info-box img{margin-bottom:30px;}
.site-footer .footer-columns ul.hours li{border-top:1px dotted rgba(255,255,255,0.1);}
.site-footer .footer-columns ul.hours li:first-child{border-top:none;}
.site-footer .footer-columns ul.hours span{float:right;font-weight:bold;}
.site-footer .footer-columns .widget > ul{list-style-type:none;padding-left:0;}
.site-info-wrapper{background:#161616;line-height:50px;font-size:14px;}
.copy_text{color:#cccccc;}
@media screen and (min-width:790px){
  .site-info-wrapper .site-info .copy_text{float:left;margin-bottom:0px;text-align:left;}
}
.site-info-wrapper .site-info .copy_text a{text-decoration:none;color:#207b6c;}
.site-info-wrapper .site-info .copy_text a:hover{text-decoration:underline;}
.site-info-wrapper .site-info .footer-menu{float:none;text-align:center;}
@media screen and (min-width:790px){
  .site-info-wrapper .site-info .footer-menu{float:right;text-align:left;}
}
.site-info-wrapper .site-info .footer-menu ul{padding:0;margin:0;list-style:none;}
.site-info-wrapper .site-info .footer-menu ul li{padding:0;margin:0;display:inline-block;line-height:1;}
.site-info-wrapper .site-info .footer-menu ul li a{float:left;margin-left:15px;text-decoration:none;font-size:14px;}
.site-info-wrapper .site-info .footer-menu ul li a:hover{text-decoration:underline;}
.footer-social{float:left;padding:10px 18.5px;color:#FFFFFF;background:#207b6c;margin-top:-16px;position:relative;}
.footer-social label{font-size:14px;margin-right:10px;color:#222222;}
.footer-social:after{border-right:9px solid #777777;border-top:16px solid transparent;content:"";display:block;height:0;left:-9px;position:absolute;top:0;}
.footer-social a{margin-right:3px;}
.footer-social a i{padding:0;-webkit-border-radius:50%;-moz-border-radius:50%;-o-border-radius:50%;border-radius:50%;font-size:13px;line-height:1.6em;height:1.8em;width:1.8em;text-align:center;border:1px solid #222222;color:#222222;}
.footer-social a i:hover{color:#FFFFFF;border-color:#FFFFFF;}
@media screen and (max-width:991px){
  .site-footer .copy_text{ line-height: 23px; padding-top: 15px;}
}
.site-footer .widget_pages .children{margin-top:15px;}
.site-footer .site-info-wrapper .widget{padding-bottom:0;margin-bottom:30px;border:none;}
.site-footer .site-info-wrapper .widget .widget-title{font-size:16px;text-transform:uppercase;margin-bottom:25px;font-weight:500;border-bottom:1px solid #444;position:relative;font-weight:normal;padding-bottom:10px;}
.site-footer .site-info-wrapper .widget > ul,.site-footer .site-info-wrapper .widget .menu-testing-menu-container > ul,.site-footer .footer-column .widget  ul:first-child{list-style-type:none;padding-left:0;}
.site-footer .site-info-wrapper .widget .widget-title:after{content:'';position:absolute;bottom:-1px;left:0;width:40px;height:1px;}
.site-footer .widget .search-field{border-radius:4px;border:0;min-height:30px;}
.site-footer .widget .search-submit{border:0;border-radius:4px;min-height:30px;color:#fff;padding:0 15px;}
.site-footer .wp-caption-text{color:#666666}
.widget_nav_menu ul.sub-menu{padding-left:15px}
.widget_search input.search-field{padding-left:10px;}
.site-footer .widget a:hover,.site-footer a:hover{text-decoration:none;}
.site-footer .widget ul.children{padding-left:15px}
.site-footer .widget ul.children li{padding-left:15px}
@media screen and (max-width:768px){
  .site-footer .footer-columns > div{margin-bottom:25px;display:inline-block; width: 100%;}
  .site-footer .footer-columns .widget{display:inline-block;width:100%;}  
}
#btt{-webkit-border-radius:5px;-moz-border-radius:5px;-o-border-radius:5px;border-radius:5px;bottom:95px;cursor:pointer;position:fixed;right:15px;z-index:50;color:#fff;text-align:center;width:40px;height:40px;}
@media screen and (min-width:1100px){
  #btt{right:35px;}
}
#btt i{font-size:10px;display:block;margin-top:4px;font-weight:normal;}
@media (max-width:767px){
  .header-right-widgets .phone-text,.header-social .social-lock,.header-right-widgets .currency .widget-title,.header-social .social-heart,.header-social .social-register{display:none;}
  .header-right-widgets .language{margin-right:5px;}
}
@media (max-width:767px){
  .widget_shopping_cart_content{display:none;}
}


body:not(.home) .site-content{background:#fff;}
.panel{background-color:transparent;}
textarea, input[type~="text"], input[type~="email"], input[type~="tel"], input[type~="number"], input[type~="password"]{border:1px solid #d7d7d7;padding:5px 10px;}
.comment-form-rating{margin-top:20px!important;font-size:18px;border-top:1px dashed #d7d7d7;padding-top:15px;}
.comment-form-rating p.stars a{color:#FBC443;}
.comment-form-comment label{font-weight:normal;font-size:1em;}
#review_form_wrapper input.submit{color:#fff!important;text-transform:uppercase;font-weight:normal!important;}
label{font-weight:normal;}
ul li{list-style:none;}
.sidebar-policy{padding:0px;}
.sidebar-policy li{margin-bottom:15px;display:inline-block;}
.sidebar-policy .sidebar-top-icon{float:left;margin-right:5%;width:12%;height:30px;background:#04b591;position:relative;}
.sidebar-policy .sidebar-top-icon i{display:block;float:left;background:#04b591;padding:4px;font-size:18px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);color:#fff;}
.sidebar-policy .sidebar-top-icon .fa-cog{background:#fff;line-height:13px;color:#04b591;border-radius:50%;font-size:14px;height:20px;}
.sidebar-policy .sidebar-top-icon .fa-desktop{background:#fff;line-height:13px;color:#04b591;border-radius:48%;font-size:12px;width:20px;height:19px;}
.sidebar-policy p{width:83%;float:left;margin-bottom:0;font-size:13px;line-height:15px;}
.sidebar-policy p a{color:#666!important;font-size:13px;}
.sidebar-social{margin-bottom:15px;margin-top:5px;}
.sidebar-social span{font-size:16px;font-size:1.6rem;text-transform:uppercase;color:#444;margin-right:13px;}
.sidebar-social a{color:#888;}
.sidebar-social a i{font-size:16px;width:28px;height:28px;border-radius:50%;margin-right:2px;transition:all .4s;}
@media (min-width:1200px){
  .sidebar-social a i{padding:5px 5px 5px 7px;}
}
@media (min-width:1200px){
  .sidebar-social a:hover i{background:#04B591;color:#fff;}
}
.sidebar-social span:hover{background:#fff!important;font-size:16px;color:#444444!important;}
.heading-404{font-size:200px;font-weight:bold;letter-spacing:4px;text-shadow:0px 9px 0px rgba(219,219,219,1);}
.heading-404 i{margin-right:20px;}
.error-box p{font-size:18px;color:#666;line-height:30px;}
.error-box{overflow:hidden;padding:70px 50px 30px 50px;margin-top:-70px;margin-bottom:30px;}
.error-box h3,.error-box #calendar_wrap caption,#calendar_wrap .error-box caption{letter-spacing:2px;color:#04b591;font-size:24px;text-transform:uppercase;font-weight:bold;}
.error-box h3,.error-box p{margin-bottom:58px;}
.error-action .error-home{float:none;padding-left:28px;padding-right:28px;background:#b50428!important;color:#fff!important;margin:15px 0;font-size:14px;font-weight:500;text-transform:uppercase;border-radius:0;height:55px;line-height:42px;border:none!important;}
.error-action i{font-size:18px;}
.single-post .blog-banner{margin-bottom:90px;}
.single #primary{margin-top:30px;}
.single-post .blog-banner img{max-width:100%;height:auto;}
.single-post #primary .entry-content .entry-thumb{margin-bottom:30px;}
.single-post #primary .entry-content .entry-thumb img{width:100%;height:auto;}
.single-post .entry-header .entry-meta{margin-bottom:40px!important;}
.search .right-sidebar #primary .page-header .page-title,.search .left-sidebar #primary .page-header .page-title{
  font-size:25px;font-size:2.5rem;padding-bottom:20px;margin-bottom:40px;border-bottom:1px solid #ccc;text-transform:uppercase;}
.search .right-sidebar #primary .page-header .page-title span,.search .left-sidebar #primary .page-header .page-title span{font-weight:bold;}
.search .right-sidebar #primary article,.search .left-sidebar #primary article{margin-bottom:30px;padding-bottom:15px;border-bottom:1px solid #ccc;}
.page-title-wrap{margin-bottom:30px; position:relative;}
.page-title-wrap .page-entry-title.left{color:#888888;font-size:16px;font-size:1.6rem;font-weight:500;float:left;margin:20px 0;text-transform:capitalize;}

/*page title - breadcrumbs*/
.page-title-wrap .page-entry-title {
  text-transform: uppercase;
  color: #888;
  margin-top: 30px;
  text-align: center;
}
.page-title-wrap .ca-breadcrumbs { text-align: center; }
.pagetitle-archive-product .page-entry-title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  margin: 0px;
  font-weight: normal;
}
.pagetitle-archive-product .page-entry-title h1 {
  color: #fff;
  font-size: 35px;
  text-transform: none;
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}
.page-title-wrap.pagetitle-archive-product { border-bottom: none; margin-top: 15px; }

.page-title-wrap.pagetitle-archive-product .entry_thumb {
  min-height: 200px;
  background-color: #333;
  position: relative;
  background-image: url(images/bg-footer.jpg);
  background-size: cover;
}
.cmsaddons-breadcrumbs { margin-top: 15px; }
.cmsaddons-breadcrumbs li { list-style: none; display: inline-block; padding-right: 10px; }
.cmsaddons-breadcrumbs li.item.current { color: #207b6c; }
.woocommerce .ca-breadcrumbs .woocommerce-breadcrumb a:hover,
.cmsaddons-breadcrumbs li a:hover { text-decoration: underline; color: #207b6c; }
.ca-breadcrumbs { margin: 20px 0; color: #888888; }
.ca-breadcrumbs a { color: #888888; text-transform: capitalize; }
.ca-breadcrumbs span { margin-right: 3px; }
.ca-breadcrumbs .woocommerce-breadcrumb {
  display: inline-block;
  margin-bottom: 0px;
  font-size: inherit;
  color: #207b6c;
}
.ca-breadcrumbs .woocommerce-breadcrumb span{color: #888888;}
/* end page title - breadcrumbs*/
@media (max-width:767px){
  .sidebar{width:100%!important;}
  .pagetitle-archive-product .ca-breadcrumbs,
  .sidebar .widget_sp_image{display:none;}  
  .pagetitle-archive-product .page-entry-title h1{font-size: 23px;}
  .widget_sp_image{text-align:center;}
  .widget_sp_image img{width:auto!important;}  
  .footer1{padding:0 15px;}
}
@media screen and (min-width:1100px){
  .shop_table.cart tbody tr td.product-thumbnail a img{border:1px #dedede solid;width:100px!important;height:100px!important;}
}
@media screen and (max-width:1024px){
  .header-right-cart-search{padding-left:0;}
}

@media screen and (max-width:768px){
  .heading-slider-parallax img{width:90%;}

}
@media screen and (max-width:599px){
  .home-proposition .pro-title,.latest1{font-size:43px!important;}
  .home-proposition .pro-title1{font-size:16px!important;text-align:center;}
  .home-proposition .pro-title{text-align:center;}
}
@media (max-width:320px){
  .header-wrap .header-right-cart-search{width:43%!important;}  
}
#comments .comment-list{list-style:none;padding-left:0px;}
#comments .comment-list .pingback{border-bottom:1px solid #e9e9e9;padding:20px 0;margin:0;}
#comments .comment-list .pingback p{margin:0px;}
#comments .comment-list .pingback:last-child{margin-bottom:40px;}
#comments .comment{list-style:none;margin:30px 0;}
#comments .comment .avatar{max-width:100px;height:auto;border:1px solid #e7e7e7;float:left;margin-right:27px;}
#comments .comment .comment-wrapper .comment-meta .comment-time,#comments .comment .comment-wrapper .comment-meta .comment-reply-link,#comments .comment .comment-wrapper .comment-meta .comment-edit-link{color:#b3aa9b;font-size:14px;}
#comments .comment .comment-wrapper .comment-meta .comment-time:hover,#comments .comment .comment-wrapper .comment-meta .comment-reply-link:hover,#comments .comment .comment-wrapper .comment-meta .comment-edit-link:hover{color:#04b591;}
#comments .comment .comment-wrapper .comment-meta .comment-time:after,#comments .comment .comment-wrapper .comment-meta .comment-reply-link:after,#comments .comment .comment-wrapper .comment-meta .comment-edit-link:after{content:"/";padding:0px 5px;}
#comments .comment .comment-wrapper .comment-meta a:last-child:after{content:"";}
#comments .comment .comment-wrapper .comment-meta cite .fn{font-style:normal;margin-right:5px;text-transform:capitalize;font-size:14px;}
#comments .comment .comment-wrapper .comment-meta cite span{padding:3px 10px;background:#e9e9e9;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;border-radius:4px;margin-right:10px;}
#comments .comment .comment-wrapper a{text-decoration:none;}
#comments .comment .children{padding-left:30px;}
#comments .comment .children .children{padding-left:30px;}
#comments .comment .children .children .children{padding-left:0px;}
@media screen and (min-width:790px){
  #comments .comment .children{padding-left:90px;}
  #comments .comment .children .children{padding-left:90px;}
  #comments .comment .children .children .children{padding-left:90px;}
}
#comments .form-allowed-tags{display:none;}
#comments a:hover{text-decoration:underline;}
.comment-respond textarea,.comment-respond  input[type="text"],.comment-respond  input[type="email"],.comment-respond  input[type="url"]{width:80%;}

/* Comment Form
------------------------------*/
#respond{padding-top:20px;}
#respond .comment-form label{display:block;font-size:16px;margin-bottom:4px;text-transform:capitalize;color:#444444;font-weight:500;}
#respond .form-allowed-tags{font-size:12px;}
#respond .form-allowed-tags code{background:none;}
#respond .comment-reply-title{font-size:20px;margin-bottom:30px;color:#000;text-transform:capitalize;border-bottom:1px solid #f3f3f3;padding-bottom:30px;font-weight:500;}
#respond .comment-notes{display:none;}
#respond label{font-size:13px;}
.single-product #respond p.comment-form-author span{color:red;}
.single-product #respond p.comment-form-email label span{color:red;}
.single-product #respond form.comment-form p.form-submit input.submit{color:#fff!important;padding:15px 20px!important;}

.single-product .bundle_form .bundle_price p.price{    padding: 10px 0px 0 0;}
.full-screen .comments-area{max-width:1130px;margin:0 auto;}
.entry-content .sfsi_Sicons{padding:30px 0;}
.comments-area{margin-bottom:98px;clear:both;}
.comments-area h4.comments-title{font-size:20px;text-transform:capitalize!important;font-weight:400;border-bottom:1px #f3f3f3 solid;border-top:1px #f3f3f3 solid;padding:20px 0;margin-bottom:30px;}
.comments-area ol.comment-list li article.comment{border-bottom:1px #d6d6d6 solid;padding-bottom:30px;}
.comments-area ol.comment-list li article.comment .comment-wrapper .vcard{margin-bottom:5px;}
.comments-area ol.comment-list li article.comment .comment-wrapper p{margin-bottom:5px;}
.comments-area ol.comment-list li article.comment .comment-wrapper a{font-size:16px;text-transform:none;font-weight:400;}
.comments-area .comment-respond #calendar_wrap caption.comment-reply-title,#calendar_wrap .comments-area .comment-respond caption.comment-reply-title{font-size:20px;}
.comments-area .comment-respond form.comment-form{border:1px #d6d6d6 solid;padding:10px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
@media screen and (min-width:1100px){
  .comments-area .comment-respond form.comment-form{padding:40px 80px 30px 40px;}
}
.comments-area .comment-respond form.comment-form p label{font-weight:bold;text-transform:capitalize;color:#444;float:left;width:100px;line-height:30px;}
.comments-area .comment-respond form.comment-form p{margin-bottom:15px;}
.comments-area .comment-respond form.comment-form p.form-submit{margin-bottom:0;margin-top:45px;}
.comments-area .comment-respond form.comment-form p input,.comments-area .comment-respond form.comment-form p textarea{border:1px #d7d7d7 solid;border-radius:4px;padding:5px;}
.comments-area .comment-respond form.comment-form p textarea{height:7em;}
.comments-area .comment-respond form.comment-form p.form-submit{overflow:hidden;}
.comments-area .comment-respond form.comment-form p.form-submit input{width:150px;font-size:14px;border-radius:0;padding:10px;color:#fff;background-color:#04b591;text-transform:uppercase;border:0;font-weight:300;}
@media screen and (min-width:1100px){
  .comments-area .comment-respond form.comment-form p.form-submit input{float:right;margin-right:44px;}
}
.paging-navigation{text-align:center;}
.paging-navigation .page-numbers{padding:6px 10px;color:#444;}
.paging-navigation .page-numbers.current{color:#fff;}
.paging-navigation .page-numbers.next{background:#ddd;}
.paging-navigation .page-numbers.next i{display:inline;}
.paging-navigation .loop-pagination a{transition:all 0.3s ease-out 0s;-webkit-transition:all 0.3s ease-out 0s;-moz-transition:all 0.3s ease-out 0s;-o-transition:all 0.3s ease-out 0s;}
.paging-navigation .loop-pagination a:hover{color:#fff;background:#04B591;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
.archive.category .right-sidebar ul,.archive.category .left-sidebar ul,.single-post .right-sidebar ul,.single-post .left-sidebar ul,.search .right-sidebar ul,.search .left-sidebar ul{padding-left:0;}
@media (max-width:767px){
  .archive.category .right-sidebar #secondary.sidebar,.archive.category .left-sidebar #secondary.sidebar,.single-post .right-sidebar #secondary.sidebar,.single-post .left-sidebar #secondary.sidebar,.search .right-sidebar #secondary.sidebar,.search .left-sidebar #secondary.sidebar{margin-top:30px;}
}
@media (min-width:768px){
  .single-post .right-sidebar #secondary.sidebar,.single-post .left-sidebar #secondary.sidebar,.search .right-sidebar #secondary.sidebar,.search .left-sidebar #secondary.sidebar{margin-top:30px;}
  .search-results #secondary,.search-no-results #secondary{margin-top:45px!important;}
}
@media (min-width:992px){
  .right-sidebar #secondary.sidebar,.left-sidebar #secondary.sidebar{margin-top:0;}
}
.right-sidebar #secondary.sidebar aside,.left-sidebar #secondary.sidebar aside{float:left;width:100%;}
.widget_wpcmsaddons_social_media_widget{border:2px solid;text-align:center;color:#444444;padding:26px 0;}
.widget_wpcmsaddons_social_media_widget .widget-title{text-transform:none!important;}
.widget_wpcmsaddons_social_media_widget .sfsi_widget{margin-top:30px;}
#secondary.sidebar .widget_text p:first-child {
  margin-bottom: 30px;
}
#secondary.sidebar .widget_text span {
  color: #666666;
  border: 1px solid transparent;
  border-radius: 100%;
  background: #e6e7e8;
  padding: 10px 8px;
  margin: 0 7px;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
@media (max-width:767px) {
  #secondary.sidebar .widget_text span {
    font-size: 18px;
  }

}

@media (min-width:992px) {
  #secondary.sidebar .widget_text span {
    font-size: 18px;
  }

}
.right-sidebar #secondary.sidebar .widget_text span:hover,.left-sidebar #secondary.sidebar .widget_text span:hover{background:#04b591;color:#fff;}
#secondary.sidebar .widget_search .search-form label{position:relative;width:100%;}
#secondary.sidebar .widget_search .search-form label .search-field{border:3px solid #e6e7e8;padding:10px;width:100%;}
#secondary.sidebar .widget_search .search-form label:after{font-family:'FontAwesome';content:"\f002";position:absolute;right:15px;color:#cccccc;top:30%;}
#secondary.sidebar .widget_search .search-form .search-submit{display:none;}
#secondary.sidebar .widget_cmsaddons-recent-posts{float:left;}
#secondary.sidebar .widget_cmsaddons-recent-posts ul li,
.right-sidebar #secondary.sidebar .widget_cmsaddons-recent-posts ul li,
.left-sidebar #secondary.sidebar .widget_cmsaddons-recent-posts ul li {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}

#secondary.sidebar .widget_cmsaddons-recent-posts ul li:last-child {
  margin-bottom: 0;
}
#secondary.sidebar .widget_cmsaddons-recent-posts ul li .post-thumb {
  width: 28%;
  float: left;
  margin-right: 4%;
}
#secondary.sidebar .widget_cmsaddons-recent-posts ul li .post-thumb img {
  width: 100%;
  height: auto;
}

#secondary.sidebar .widget_cmsaddons-recent-posts ul li .post-thumb-info {
  width: 68%;
  float: left;
}
#secondary.sidebar .widget_cmsaddons-recent-posts ul li .post-thumb-info p {
  line-height: 18px;
  margin-bottom: 5px;
}
#secondary.sidebar .widget_cmsaddons-recent-posts ul li .post-thumb-info .post-info-excerpt {
  color: #a0a0a0;
}
#secondary.sidebar .widget_cmsaddons-recent-posts ul li .post-thumb-info a {
  color: #ccc;
}
#secondary.sidebar .widget_cmsaddons-recent-posts ul li .post-thumb-info .post-info-top a {
  color: #000;
}
#secondary.sidebar .widget_categories ul {
  position: relative;
}
.widget_pages ul > li,
#secondary.sidebar .widget_categories ul > li { margin-bottom: 8px; padding-left: 20px; padding-bottom: 10px; border-bottom: 1px dashed #e1e1e1; color: #a0a0a0; }
#secondary.sidebar .widget_categories ul > li:last-child { border-bottom: 0; }
@media (min-width:992px) {
  #secondary.sidebar .widget_categories ul > li {
    text-align: right;
  }

}

#secondary.sidebar .widget_pages ul > li a,
#secondary.sidebar .widget_categories ul > li a
 {
  color: #a0a0a0;
  font-weight: 500;
  text-transform: uppercase;
}

@media (min-width:992px) {
  #secondary.sidebar .widget_categories ul > li a{
    float: left;
  }

}
#secondary.sidebar .widget_categories ul > li:hover {
  color: #000;
}

#secondary.sidebar .widget_categories ul > li:hover > a {
  color: #000;
}

.widget_pages ul li a {
  text-transform: capitalize;
}

.widget_recent_comments .comment-author-link {
  font-weight: bold;
}
#secondary.sidebar .widget_categories ul > li .children {
  margin: 10px 0;
}
#secondary.sidebar .widget_categories ul > li .children li {
  padding-left: 30px;
  margin-bottom: 0;
}
.entry-header .entry-title {
  margin-bottom: 15px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 23px;
}

.entry-header .entry-title a {
  color: #444;
}
.entry-header .entry-meta {
  margin-bottom: 25px;
  color: #888;
}
.entry-header .entry-meta a {
  color: #888;
}

.entry-header .entry-meta i {
  margin-right: 3px;
}

.entry-header .entry-meta .byline,
.entry-header .entry-meta .posted-on,
.entry-header .entry-meta .comments-link {
  margin-right: 15px;
}

.sidebar aside.widget_social_media_widget {
  border: 2px solid #04b591;
  color: #666666;
  padding: 30px 0;
  text-align: center;
}
.sidebar aside.widget_social_media_widget .sfsi_widget a{margin-right:1%;}
.widget img{max-width:100%;height:auto;}
.widget form select{max-width:100%;}
article .entry-header .entry-meta .byline,article .entry-header .entry-meta .posted-on,article .entry-header .entry-meta .comments-link{margin-right:15px;}
article.sticky .entry-content ul li{list-style:disc}
article .post-thumbnail img{max-width:100%;height:auto;}
article table{margin:20px 0;width:100%;border:1px solid #ddd;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
article table thead,article table tbody tr{border-bottom:1px solid #f1f1f1;border-right:1px solid #f1f1f1;border-left:1px solid #f1f1f1;}
article table thead tr th,article table tbody tr th,article table tbody tr td{padding:10px;}
article .entry-content img{max-width:100%;height:auto;}
article .entry-content .aligncenter{display:block;float:none;margin-top:.5em;margin-right:auto!important;margin-bottom:.5em;margin-left:auto!important;}
article .entry-content .alignleft{float:left;margin:.5em 25px .5em 0;}
article .entry-content .alignright{float:right;margin:.5em 0 .5em 25px;}
article .entry-content .wp-caption img{max-width:98%;height:auto;}
article .entry-content .wp-caption-text{margin-bottom:0;color:#888;font-size:11px;text-align:center}
body.blog #secondary.sidebar{padding:55px 0;}
@media screen and (max-width:767px){
  body.blog #secondary.sidebar{margin-top:30px}
}
@media (min-width:768px) and (max-width:991px){
  body.blog #secondary.sidebar{margin-top:30px}
}
@media screen and(min-width:992px){
  body.blog #secondary.sidebar{margin-top:0}
}
body.blog #secondary.sidebar aside{margin-bottom:60px;float:left;width:100%;}
body.blog #secondary.sidebar  .widget_text p:first-child{margin-bottom:30px;}
body.blog #secondary.sidebar  .widget_text span{color:#666666;border:1px solid transparent;border-radius:100%;background:#e6e7e8;padding:10px 8px;margin:0 7px;transition:all 0.3s ease-out 0s;-webkit-transition:all 0.3s ease-out 0s;-moz-transition:all 0.3s ease-out 0s;-o-transition:all 0.3s ease-out 0s;}
@media screen and (max-width:767px){
  body.blog #secondary.sidebar  .widget_text span{font-size:18px;}
}
@media (min-width:768px) and (max-width:991px){
  body.blog #secondary.sidebar  .widget_text span{font-size:12px}
}
@media screen and(min-width:992px){
  body.blog #secondary.sidebar  .widget_text span{font-size:18px}
}
body.blog #secondary.sidebar  .widget_text span:hover{background:#04b591;color:#fff;}
body.blog #secondary.sidebar  .widget_search .search-form label{position:relative;width:100%;}
body.blog #secondary.sidebar  .widget_search .search-form label .search-field{border:1px solid #ccc;border-radius:3px;padding:10px;width:100%;}
body.blog #secondary.sidebar  .widget_search .search-form label:after{font-family:'FontAwesome';content:"\f002";position:absolute;right:15px;top:30%;}
body.blog #secondary.sidebar  .widget_search .search-form .search-submit{display:none}
body.blog #secondary.sidebar  .widget_cmsaddons-recent-posts{float:left;}
body.blog #secondary.sidebar  .widget_cmsaddons-recent-posts ul li{width:100%;float:left;margin-bottom:30px;}
body.blog #secondary.sidebar  .widget_cmsaddons-recent-posts ul li:last-child{margin-bottom:0}
body.blog #secondary.sidebar  .widget_cmsaddons-recent-posts ul li .post-thumb{width:28%;float:left;margin-right:4%;}
body.blog #secondary.sidebar  .widget_cmsaddons-recent-posts ul li .post-thumb img{width:100%;height:auto;}
body.blog #secondary.sidebar  .widget_cmsaddons-recent-posts ul li .post-thumb-info{width:68%;float:left;}
body.blog #secondary.sidebar  .widget_cmsaddons-recent-posts ul li .post-thumb-info p{line-height:18px;margin-bottom:5px;}
body.blog #secondary.sidebar  .widget_cmsaddons-recent-posts ul li .post-thumb-info .post-info-excerpt{color:#a0a0a0;}
body.blog #secondary.sidebar  .widget_cmsaddons-recent-posts ul li .post-thumb-info a{color:#ccc;}
body.blog #secondary.sidebar  .widget_cmsaddons-recent-posts ul li .post-thumb-info .post-info-top a{color:#000;}
body.blog #secondary.sidebar  .widget_categories ul{position:relative;padding-left:0;}
body.blog #secondary.sidebar  .widget_categories ul > li{margin-bottom:15px;padding-left:30px;padding-bottom:10px;display:inline-block;width:100%;color:#a0a0a0;}
body.blog #secondary.sidebar  .widget_categories ul > li:last-child{border-bottom:0}
@media screen and (min-width:992px){
  body.blog #secondary.sidebar  .widget_categories ul > li{text-align:right;}
}
@media screen and (min-width:992px){
  body.blog #secondary.sidebar  .widget_categories ul > li a{float:left;}
}
#secondary.sidebar  .widget_categories ul > li a{color:#a0a0a0;text-transform:uppercase;}
#secondary.sidebar  .widget_categories ul > li:hover{color:#000;}
#secondary.sidebar  .widget_categories ul > li:hover > a{color:#000;}
body.blog #secondary.sidebar  .widget_categories ul > li .children{margin:25px 0;}
body.blog #secondary.sidebar  .widget_categories ul > li .children li{padding-left:30px;margin-bottom:0;}
.blog .entry-content p{margin-bottom:20px;font-size:14px;line-height:1.5;}
.blog article{padding:10px;}
article h2{margin:15px 0;}
article .entry-content .gallery-item img{max-width:98%;height:auto;}
article .entry-content .gallery-item .wp-caption-text{margin:15px 0;}
article .entry-content .page-links{padding-bottom:15px;clear:both;}
article .entry-content figure{max-width:100%!important;height:auto}
aside select{width:100%;padding:5px 0;}
#wp-calendar{width:100%;}
#wp-calendar thead tr th{border-bottom:1px solid #e1e1e1;border-top:1px solid #e1e1e1;padding:5px 3px;}
#wp-calendar tbody tr td{padding:5px 0;}
#wp-calendar tfoot{line-height:28px;border-bottom:1px solid #e1e1e1;}
.widget_rss ul li{border-bottom:1px solid #e1e1e1;padding:5px 0;}
.sidebar ul li a{color:#444;}
ul li a.rsswidget{font-weight:bold;font-size:1.2em;}
ul li .rss-date{display:block;}
ul li .rss-date:before{font-family:"FontAwesome";content:"\f133";font-size:16px;font-weight:400;padding-right:5px;}
.sidebar ul li cite{color:#888;}
.sidebar ul{padding-left:0;}
.page-title-wrap img{max-width:100%;}
.widget_pages ul.children li:last-child{border-bottom:none;}
.widget_pages{position:relative;}
.widget_tag_cloud .tagcloud a:hover{color:#fff;background-color:#04B591;}
article.sticky{padding:30px 15px!important;}
.tags-links a:first-child:before{font-family:"FontAwesome";content:"\f02b";position:relative;top:-1px;margin-right:5px;}
.categories-links{margin-right:12px;}
.categories-links a:first-child:before{font-family:"FontAwesome";content:"\f07c";position:relative;top:0px;margin-right:5px;}
dd{margin:0 0 20px;}
.blog article ul li{list-style-type:square;}
address{font-style:italic;margin:0 0 24px;}
.blog article ins{background:#fff9c0;text-decoration:none;}
.page-links .page-links-title{margin-right:20px;padding:0;}
.page-links a{background:#e63f2a;border:1px solid #e63f2a;padding:3px 8px;color:#fff;}
.page-links a:hover{border:1px solid #e63f2a;color:#333;background:#fff;}
.blog article input{min-height:28px;border:none;}
article .entry-content .page-links{padding-top:30px;}
.wp-caption .wp-caption-text,.entry-caption,.gallery-caption{color:#220e10;font-style:italic;font-weight:300;margin:10px 0 24px;}
.format-status .entry-content{font-size:24px;font-style:italic;font-weight:300;padding-bottom:30px;padding-top:40px;position:relative;padding-left:25px;}
.format-status .entry-content p{font-size:18px;}
.format-status .entry-content:before{background:url("images/dotted-line.png") repeat-y left bottom;background-size:4px 4px;content:"";display:block;height:100%;position:absolute;left:10px;top:0;width:1px;}
.format-status .entry-content p:first-child:before{background-color:rgba(0,0,0,0.65);content:"";height:3px;margin-top:5px;position:absolute;left:4px;width:13px;}
.format-quote blockquote{position:relative;padding:10px 45px;}
.format-quote blockquote:before{content:'\201C';font-family:"FontAwesome";font-size:60px;font-weight:bold;line-height:.8;padding-right:25px;position:absolute;left:5px;top:9px;}
@media (min-width:992px){
  .cm-horizontal li.menu-item ul.sub-menu{
        -webkit-box-shadow: 0px 2px 4px 0px #ccc;
      -moz-box-shadow: 0px 2px 4px 0px #ccc;
      box-shadow: 0px 2px 4px 0px #ccc;
  }
  .ca-main-menu > li > a{ padding: 15px !important; }
  /*menu*/
  .cm-horizontal .ca-main-menu .camenu-mobile-main > li.menu-item > a{color: #000; padding: 15px;}
  .cm-horizontal li.menu-item ul.sub-menu li a{color: #444; font-weight: normal;}
  .cm-horizontal .ca-main-menu .camenu-mobile-main > li.menu-item > a:hover,
  .cm-horizontal li.menu-item ul.sub-menu li a:hover{color: #207b6c;}
  .cm-horizontal .menu ul li{float:left;margin-right:20px;text-transform:uppercase;font-size:14px;}
  .cm-horizontal li.menu-item,.cm-horizontal li.page_item{display:block;position:relative;float:left;}
  .cm-horizontal li.menu-item > a,.cm-horizontal li.page_item > a{text-transform:uppercase;font-size:14px;}
  .cm-horizontal li.page_item ul.children a,.cm-horizontal li.menu-item ul.sub-menu a{text-transform:capitalize;}
  .cm-horizontal li.menu-item ul,.cm-horizontal li.page_item ul{display:none;border:1px solid #e1e1e1;z-index:99;background:#fff;padding-left:0;}
  .cm-horizontal li.current_page_item a,.cm-horizontal li.menu-item a,.cm-horizontal li.page_item a{display:block;padding:8px 15px;text-decoration:none;white-space:nowrap;}
  .cm-horizontal li.menu-item.menu-item-has-children > a:after,.cm-horizontal li.page_item.page_item_has_children > a:after{content:'\f107';font-family:"FontAwesome";padding-left:8px;}
  .cm-horizontal ul.children li.page_item.page_item_has_children > a:after,.cm-horizontal ul.sub-menu li.menu-item.menu-item-has-children > a:after{content:'\f105';}
  .cm-horizontal li.menu-item:hover > ul,.cm-horizontal li.page_item:hover > ul{min-width: 168px;display:block;position:absolute;}
  .cm-horizontal li.menu-item:hover li,.cm-horizontal li.page_item:hover li{float:none;}
  .cm-horizontal li.menu-item ul ul,.cm-horizontal li.page_item ul ul{left:100%;top:-1px;}
  .cm-horizontal li.page_item ul:before,.cm-horizontal li.page_item ul:after,.cm-horizontal li.menu-item ul:before,.cm-horizontal li.menu-item ul:after{content:" ";display:table;}
  .cm-horizontal li.menu-item ul:after,.cm-horizontal li.page_item ul:after{clear:both;}
}

@media (min-width:600px) and (max-width:768px){
  .header-right-cart-search form.search-form{width:30px;}
}
.clear{clear:both;}
.post_format-post-format-gallery .gallery-item .gallery-caption{padding:10px 0;}
.home.page #content-wrap{padding-top:0;}
.nbparallax{background-attachment:fixed;background-repeat:no-repeat!important;background-size:cover!important;background-position:center!important;}
.blog article .entry-content input[type="password"]{border:1px solid #d7d7d7;border-radius:3px;}
.blog article .entry-content input[type="submit"]{border-radius:4px;padding:0 10px;color:#fff;}
.blog .format-audio .entry-content{padding-left:80px;position:relative;}
.blog .format-audio .entry-content:before{content:"\f028";font-family:"fontawesome";position:absolute;top:50%;left:0;transform:translate(0,-50%);font-size:48px;}
.blog .entry-content blockquote p{font-size:18px;font-style:italic;}
/*social_footer*/
.footer-column .widget_wpcmsaddons_social_media_widget{text-align:left;padding-top:5px;margin-bottom:0!important;}
.widget_rss .rss-date{margin:10px 0;font-size:12px}
.widget_rss ul li{margin-bottom:30px}
.widget select{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
.calendar_wrap #today{font-weight:bolder}
.widget_tag_cloud .tagcloud a{padding:5px}
.header-social ul li{font-size:14px;float:left;line-height:30px;}
.header-social .fa-lock:before{font-family:'FontAwesome';font-size:18px;}
.header-social .fa-heart:before,.header-social .fa-user:before,.header-social .fa-pencil:before{font-family:'FontAwesome';font-size:16px;}
.header-social a:focus{text-decoration:none;}
.widget_tabs .widget-title span{font-size:24px;font-weight:bold;color:#000;}
.widget_tabs ul.nav{text-align:right;margin-bottom:55px;margin-top:-39px;}
.widget_tabs ul.nav li a{font-size:14px;color:#000;}
.widget_tabs ul.nav li a:hover{color:#04b591;}
.widget_tabs ul.nav li.active a{color:#04b591;}
.widget_tabs .tab-content .col-sm-8{padding-left:0;}
.product-content-top .price .amount{color:#16a085;}
.widget_tabs .tab-content .col-sm-4 img{margin-bottom:50px;}
.widget_tabs .tab-content .col-sm-4 img:last-child{margin-bottom:0;}
.widget_sow-headline p.sow-headline{color:#fff;font-size:16px;position:relative;font-weight:500;}
.widget_tabs ul.nav li{position:relative;}
.widget_tabs ul.nav li:after{content:"//";font-size:15px;font-weight:400;position:absolute;top:9px;right:-9px;color:#a4a4a4;}
.widget_tabs ul.nav li:last-child:after{content:none;}
.es_caption{font-size:30px;color:#fff;}
input.es_textbox_class{background:transparent;border:1px solid #04b591;width:78%;padding:0px 25px;height:54px;}

#menu-topbar-menu .fa:before{font-size:14px;}
.read-more{font-weight:500;}
.order-online,.free-shipping{padding:18px 0;border-right:1px solid #fff;}
.shop-and-save{padding:18px 0;}
.cawptheme-footer-date span{float:right;}
#footer-3 .widget_wpcmsaddons-image-banner{width:48%;float:left;margin-right:4%;margin-bottom:10px;}
#footer-3 .widget_wpcmsaddons-image-banner:nth-child(odd){margin-right:0;}
.copy_text a{color:#3bc6ab;}

#txt-start-design .textwidget{color:#fff;font-size:24px;padding:25px 0;}
.btn-start{-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;display:inline-block;transition:all 0.3s;background:#000000;color:#fff;border-radius:10px;-webkit-border-radius:10px;margin-left:30px;padding:8px 27px;}
.btn-start:hover{background:#fff;}
.nbt-image-banner-info .txt_primary{position:relative;}
.w-block-recent{position:relative;cursor:pointer;overflow:hidden;}
@media (min-width:992px){
  .block-recent .w-block-recent .info-recent{padding:30px 19px 0;}
}
.w-block-recent:before{display:block;width:100%;height:100%;content:'';position:absolute;top:0;left:0;background-color:rgba(4,181,145,0.9);-webkit-transition:all 0.4s ease 0s;-o-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;-webkit-transform:scale(0.3);-ms-transform:scale(0.3);-o-transform:scale(0.3);transform:scale(0.3);opacity:0;filter:alpha(opacity=0);z-index:1;}
.w-block-recent img{-webkit-transition:all 0.5s ease 0s;-o-transition:all 0.5s ease 0s;transition:all 0.5s ease 0s;width:100%;transform:translate3D(0,0,0);}
.w-block-recent:hover:before{-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:1;filter:alpha(opacity=100);}
.w-block-recent .info-recent{position:absolute;width:100%;top:50%;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);transform:translate(0,-50%);text-align:center;z-index:2;}
.w-block-recent .info-recent h3{-webkit-transform:translate(0,70px);-ms-transform:translate(0,70px);-o-transform:translate(0,70px);transform:translate(0,70px);opacity:0;filter:alpha(opacity=0);}
.w-block-recent .info-recent .read-more{opacity:0;}
.w-block-recent .info-recent .text-recent{-webkit-transform:translate(0,-70px);-ms-transform:translate(0,-70px);-o-transform:translate(0,-70px);transform:translate(0,-70px);opacity:0;filter:alpha(opacity=0);display:block;padding:0 10%;}
.w-block-recent:hover  .info-recent h3,.w-block-recent:hover  .info-recent .text-recent{-webkit-transition:all 0.4s ease 0.2s;-o-transition:all 0.4s ease 0.2s;transition:all 0.4s ease 0.2s;opacity:1;filter:alpha(opacity=100);-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0);}
.w-block-recent:hover  .info-recent .read-more{opacity:1;}
.w-block-recent .info-recent .title{color:#fff;text-transform:uppercase;font-size:18px;margin-bottom:25px;}
.text-recent p{color:#fff;line-height:21px;}
.info-recent .read-more{line-height:12px;text-transform:uppercase;border:1px solid #fff;border-radius:5px;padding:12px 20px;color:#fff;background:transparent;margin-top:15px;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;display:inline-block;}
.info-recent .read-more:hover{background:#fff;color:#04b591;}
a.btn-start:focus{outline:none;text-decoration:inherit;color:#fff;}
.w-block-recent img{width:100%;}
.mrb-30{margin-bottom:30px;}
.pdl-0{padding-left:0;}
.pdr-0{padding-right:0;}
#menu-topbar-menu{padding:0;}
.custom-bg-bottom img{opacity:0.3;cursor:pointer;max-width:91%!important;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
.custom-bg-bottom img:hover{opacity:1;}
.sidebar .widget-title{line-height:32px;font-size:16px;text-transform:uppercase;margin-top:0; margin-bottom: 15px;}
.single-post .sidebar{padding-top: 50px;}
.sidebar .widget_wpcmsaddons_social_media_widget h2.widget-title{background:#fff;color:#333;}
.widget_wpcmsaddons_navaccordion_widget h2.widget-title{margin-bottom:0!important;}
body.archive.category .widget_nav_menu ul.sub-menu{padding-left:15px;}
.category-create-top .nbt-image-banner-widget  .nbt-image-banner-info a{position:absolute;font-size:24px;color:#fff;font-weight:500;text-transform:uppercase;left:50%;top:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);}
.child-category-widget h3.title{text-transform:uppercase;font-size:24px;color:#000000;font-weight:bold;text-align:center;margin-bottom:70px;}
.cate-create-headlline .sow-headline{font-weight:bold;}
.items-child-cate{text-align:center;}
.box-img-child-cate{overflow:hidden;}
.items-child-cate img{-webkit-transition:all 0.4s ease 0s;-o-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
.items-child-cate:hover img{-webkit-transform:scale(1.08);-ms-transform:scale(1.08);-o-transform:scale(1.08);transform:scale(1.08);}
.items-child-cate img:hover{-moz-box-shadow:0 0 10px #ccc;-webkit-box-shadow:0 0 10px #ccc;box-shadow:0 0 10px #ccc;}
.items-child-cate a{font-size:18px;text-transform:capitalize;color:#000000;font-weight:bold;line-height:60px;}
.category-create-top .nbt-image-banner-info .btn-banner:after{content:none;}
.widget-vertical-tabs .widget-title{text-transform:uppercase;position:relative;line-height:40px;margin-bottom:40px;}
.widget-vertical-tabs .widget-title:after{content:'';position:absolute;bottom:-1px;left:0;width:40px;height:2px;background-color:#04b591;}
.widget-vertical-tabs .tab-item-title{padding-left:0;}
.widget-vertical-tabs .tab-item-title  a{font-size:18px;color:#4e4e4e;text-transform:capitalize;line-height:32px;font-weight:500;}
.widget-vertical-tabs .tab-item-title li.active a{color:#04b591;}
.block-tab-bottom{margin-top:30px;clear:both;display:inline-block;}
.block-tab-bottom .info li{line-height:30px;}
.headline-available .sow-sub-headline{font-weight:500;}
.headline-available h4.sow-sub-headline:before,.headline-available h4.sow-sub-headline:after{width:32px;}
.headline-available h4.sow-sub-headline:before{margin:0 10px 10px 0;}
.headline-available h4.sow-sub-headline:after{margin:0 0 10px 10px;}
.block-tab-bottom p{color:#6d6d6d;line-height:36px;font-size:14px;}
.page-title-wrap.cawptheme.service{margin-bottom:0;}
.btn-start-sidebar{background:#04b591;width:100%;display:inline-block;border-radius:5px;color:#fff;text-align:center;font-weight:500;font-size:16px;height:50px;line-height:50px;margin-top:40px;}
.btn-start-sidebar:hover{color:#fff!important;background:#02896d;}
.txt-service-sidebar{line-height:26px;}
.widget-vertical-tabs ul{padding-left:0;}
.widget-vertical-tabs .textwidget{margin-top:60px;}
.widget-vertical-tabs .textwidget  .fa{color:#04b591;margin-right:15px;font-size:20px;}
.widget-vertical-tabs .textwidget span{line-height:30px;font-size:18px;color:#010101;font-weight:500;}
.widget-vertical-tabs .textwidget .info li:last-child span{font-size:20px;}
.nbt-widget-tabs .tab-content p{line-height:30px;color:#8f8f8f;}
.tabs-about-us .content-about-us img{margin:25px 0 45px 0;}
.tabs-about-us .content-about-us h3{margin-bottom:15px;line-height:36px;}
.tabs-about-us .content-about-us h4{line-height:30px;width:100%;display:inline-block;}
.tabs-about-us .content-about-us h5{font-size:16px;font-weight:bold;}
.am-item ul{padding-left:15px;}
.mg-b-25{margin-bottom:25px;}
.mg-b-15{margin-bottom:15px;}
.mg-t-15{margin-top:15px;}
.mg-t-0{margin-top:0!important;}
.mg-t-10{margin-top:10px!important;}
.fw-500{font-weight:500;}
.color-000{color:#000;}
.chosen-container-single .chosen-single div b:before{font-family:'FontAwesome';content:"\f107";font-size:12px;color:#fff;}
.chosen-container-active.chosen-with-drop .chosen-single div b,.chosen-container-single .chosen-single div b{text-align:right;}
.chosen-container-active.chosen-with-drop .chosen-single div b:before{font-family:'FontAwesome';content:"\f106";font-size:12px;color:#fff;}
.wpcmsaddons-page-services h3{margin-bottom:15px;line-height:36px;}
.wpcmsaddons-page-services p{line-height:30px;color:#8f8f8f;}
.wpcmsaddons-page-services img{margin:25px 0 45px 0;}
.wpcmsaddons-page-services h5{font-size:16px;font-weight:700;color:#000000;}
.wpcmsaddons-page-services h4{line-height:30px;width:100%;display:inline-block;}
.wpcmsaddons-page-services .service-sidebar .textwidget{margin-top:60px;}
.wpcmsaddons-page-services .service-sidebar p{line-height:36px;}
.wpcmsaddons-page-services .service-sidebar .textwidget span{line-height:30px;font-size:18px;color:#010101;font-weight:500;}
.wpcmsaddons-page-services .service-sidebar .textwidget li:first-child span{font-size:20px;}
.wpcmsaddons-page-services .service-sidebar  ul.info li{line-height:30px;}
.wpcmsaddons-page-services .textwidget .fa{color:#04b591;margin-right:15px;font-size:20px;}
.wpcmsaddons-page-services ul{padding-left:0;}
.wpcmsaddons-page-services .widget-title{text-transform:uppercase;position:relative;line-height:40px;margin-bottom:40px;font-size:24px;font-weight:bold;color:#000;}
.wpcmsaddons-page-services .widget-title:after{content:'';position:absolute;bottom:-1px;left:0;width:40px;height:2px;background-color:#04b591;}
.archive-des{position:absolute;top:70%;left:50%;color:#fff;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);}
.banner-top-shop{margin-bottom:50px;}
.banner-bottom-shop{margin-bottom:120px;}
.gridlist-toggle a{width:40px;height:40px;padding-top:12px!important;}
#icon-customer > .panel-grid-cell > .widget_wpcmsaddons-image-banner{width:25%;float:left;}
.banner-product-cate-shortcode{text-align:right;}
.shortcode-product-by-category-default .start-rating,.shortcode-product-by-category-default .star-rating{display:none!important;}
.skinlayout-boxed .grid-title{margin-top:30px;margin-bottom:20px;}
.skinlayout-boxed .grid-title a{font-size:16px;font-weight:500;color:#000000;line-height:26px;text-transform:uppercase;}
.subscibe-bg{background-position:center center;background-repeat:no-repeat!important;}
.banner-faq .nbt-image-banner-widget{position:relative;}
.banner-faq .nbt-image-banner-info{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);}
.accordion-tabs-widget .widget-title{margin-bottom:70px;line-height:23px;text-align:center;}
.accordion-tabs-widget .widget-title span{font-size:30px;color:#000002;font-weight:500;text-transform:uppercase;}
.accordion-tabs-widget h4.panel-title{position:relative;height:40px;}
.accordion-tabs-widget h4.panel-title > a{height:40px;padding-left:18px;line-height:40px;display:inline-block;width:100%;background:#666666;font-size:16px;color:#fff;font-weight:500;}
.accordion-tabs-widget h4.panel-title > a[aria-expanded~=true]{background:#04b591;}
.accordion-tabs-widget .panel{background:#fff;border:none;border-radius:0;-webkit-box-shadow:none;box-shadow:none;margin-bottom:24px;}
.accordion-tabs-widget .panel-body{color:#666666;line-height:24px;padding:28px 15px 15px 15px;}

.accordion-tabs-widget h4.panel-title > a:after{content:"+";font-size:56px;font-weight:100;position:absolute;top:0;right:20px;color:#fff;}
.accordion-tabs-widget h4.panel-title > a[aria-expanded~=true]:after{content:"-";top:-5px;}
@media screen and (max-width:400px){
  .accordion-tabs-widget h4.panel-title > a{width:84%;}
  .accordion-tabs-widget h4.panel-title{background:#333;}
  .accordion-tabs-widget h4.panel-title > a:after{right:11px;}
  .accordion-tabs-widget h4.panel-title:after{content:"...";color:#fff;position:absolute;right:51px;bottom:11px;font-size:21px;}
}
.widget_wpcmsaddons_service_boxes_widget{text-align:center;border:1px solid #fff;padding-bottom:60px;}
.widget_wpcmsaddons_service_boxes_widget i{width:144px;background:#fff;position:relative;height:144px;border-radius:50%;margin:-70px auto 45px auto!important;border:2px solid #0ab491;color:#28bb9d}
.widget_wpcmsaddons_service_boxes_widget i:before{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);}
.widget_wpcmsaddons_service_boxes_widget .widget-title{text-align:center;}
.widget_wpcmsaddons_service_boxes_widget .widget-title .txt-title{font-size:20px;color:#fff;font-weight:500;text-transform:uppercase;line-height:36px;}
.widget_wpcmsaddons_service_boxes_widget  .textwidget-icon{font-size:18px;color:#0eedbf;font-weight:500;line-height:30px;}
.entry-content p{color:#000;line-height:24px;}
.comments-area h4.comments-title{font-size:20px;color:#444444;font-weight:500;}
.comments-area .comment-list .comment-wrapper{background:#fff!important;}
.title-login-page{font-weight:bold;margin-top:36px;margin-bottom:28px;}
.des-login-page{margin-bottom:38px;}
.swatchtitlelabel{font-size:14px;text-transform:capitalize;color:#444;line-height:45px;}
.variations_form .variations select#size{height:35px;border:1px solid #cccccc;margin-bottom:15px;color:#666666;width:100%;}
.swatchinput .nbtwsswatchlabel{border:1px solid #cccccc;outline:none;}
.swatchinput label.selectedswatch.nbtwssquare{border-color:#04B591;outline:none;}
.swatchinput{margin-bottom:0;}
.i-contact{font-size:24px;margin-left:-35px;width:35px;}
.btn-continue-shop,.txt-title-cart .widget-title{font-size:18px;color:#444;margin-bottom:15px;font-weight:bold;}
#col-page-cart .panel-grid-cell > .panel-first-child{margin-bottom:5px!important;}
.widget-right-topbar{float:right;}
.widget-right-topbar .chosen-container-single .chosen-single{background:transparent;box-shadow:none!important;border:none;height:auto;background-image:none!important;}
.widget-right-topbar .chosen-container-single.chosen-container{min-width:80px;}
.widget-right-topbar .chosen-container .chosen-drop{background:#fff;border-radius:0;color:#444;top:38px;}
.widget-right-topbar .chosen-container-single .chosen-single span{font-size:12px;}
.widget-right-topbar .chosen-container-active.chosen-with-drop .chosen-single{border:none;}
.contact-right input::-webkit-input-placeholder,.contact-left textarea::-webkit-input-placeholder{color:#888888!important;}
.contact-right input:-moz-placeholder,.contact-left textarea:-moz-placeholder{ /* Firefox 18- */
color:#888888!important;}
.contact-right input::-moz-placeholder,.contact-left textarea::-moz-placeholder{  /* Firefox 19+ */
color:#888888!important;}
.contact-right input:-ms-input-placeholder,.contact-left textarea:-ms-input-placeholder{color:#888888!important;}
.category-create-top .nbt-image-banner-widget .nbt-image-banner-info:before{position:absolute;top:20px;right:20px;bottom:20px;left:20px;border:1px solid #fff;content:'';opacity:0;filter:alpha(opacity=0);-webkit-transition:opacity 0.35s,-webkit-transform 0.45s;transition:opacity 0.35s,transform 0.45s;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0);}
#banner-bototm-create .nbt-image-banner-widget{position:relative;}
#banner-bototm-create .nbt-image-banner-widget .btn-banner{position:absolute;font-size:18px;color:#fff;font-weight:500;background:#16a085;border-radius:5px;bottom:50px;padding:10px 32px;left:50%;transform:translate(-50%,0);}
#banner-bototm-create .nbt-image-banner-widget .btn-banner:after{content:none;}
.contact-form{padding-top: 25px; margin-bottom: 30px;}
.contact-form .wpcf7-submit{text-transform: uppercase; color: #fff; background: #207b6c;    border: none;
    padding: 10px 30px;}
.contact-add-maps { margin-bottom: 30px;}
.contact-add-maps li{margin-bottom: 10px;}
.contact-add-maps iframe{width: 100%}
.contact-form label{width: 25%; text-transform: capitalize;}
.contact-form .wpcf7-form-control-wrap{width: 75%; display: inline-block;}
.contact-form .wpcf7-form-control-wrap input,.contact-form .wpcf7-form-control-wrap textarea{width: 100%;}
.page-lien-he .page-title-wrap{display: none;}
.page-lien-he #content-wrap{padding-top: 45px;}
.accordion-btn i{color:#888888;}
.txt-sortby{line-height:40px;padding-right:10px;}
.orderby option{padding:5px;}
.widget_cmsaddons-recent-posts .post-info-excerpt{color:#b3aa9b!important;}
.widget_cmsaddons-recent-posts .post-info-top a{font-weight:500;}
.oss_horizontal_share{border-top:1px solid #f3f3f3;padding-top:18px;padding-bottom:30px;margin-top:60px;}
#commentform input[type~="text"]{height:40px;}
.share-summary{position:relative;cursor:pointer;float:left;margin-left:15px;display:block;height:40px;}
.woo-social-buttons{position:absolute;top:21px;border:1px solid #d7d7d7;padding:5px;background:#fff;display:none;}
.nbttxt-share span{font-size:12px;font-weight:500;color:#666666;}
.share-summary:hover .nbttxt-share i{color:#fff;background:#04b591;}
.share-summary:hover .woo-social-buttons{display:block;}
.single-product .summary .product_meta{clear:both;}
.single-product h1.product_title{margin-bottom: 30px;}
.page-title-wrap.Category.create{display:none;}
p.img-table{margin-top:50px;margin-bottom:117px;}
.create-bottom-design h4{color:#000;line-height:30px;margin-top:35px;margin-bottom:12px;}
.textwidget .metis.tparrows:before{color:#fff;}
.textwidget .metis.tparrows{background:#000;opacity:0.3;}
.nbt-related_info p.product-price-tickr{color:#04b591;font-weight:bold;font-size:16px;}
.nbt-related_info p.product-price-tickr del{font-weight:normal;color:#6b6b6b;margin-right:10px;}
.create-bottom-design ul li:before{content:"\f111";font-family:FontAwesome;color:#000000;margin-right:21px;font-size:8px;font-style:normal;line-height:25px;}
.cl-green{color:#04b591!important;}
.mr-b-115{margin-bottom:115px;}
.page-title-wrap.design.your.own{margin-bottom:0;}
.widget-right-topbar .widget{float:left;}
.img-hover{position:relative;overflow:hidden;}
.img-hover img{width:100%;height:auto;}
.img-hover:before{opacity:0;visibility:hidden;position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(255,255,255,0.1);content:'';transition:-webkit-transform .8s;transition:transform .8s;transition:transform .8s,-webkit-transform .8s;-webkit-transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);cursor:pointer;}
.img-hover:hover:before{opacity:1;visibility:visible;-webkit-transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,150%,0);transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,150%,0);}
.banner-product-cate-shortcode .img-hover:first-child{margin-bottom:50px;}
.tag-blog-boxed{margin-left:15px;}
.tag-blog-boxed i{margin-right:10px;color:#595959;}
.tag-blog-boxed a{font-size:14px;color:#595959;}
.footer-2 img,.footer-3 img:hover{opacity:0.6;}
.search-form input.search-field:-ms-input-placeholder{line-height:25px;}
.textwidget strong{margin:10px 0;display:inline-block;}
.widget_text .textwidget p{line-height:24px;}
.fb_iframe_widget > span{display:table!important;}
.woo-social-buttons{margin:10px 0;}
.woo-social-buttons img{vertical-align:top;}
.woo-social-buttons span.custom{float:left;margin:0 5px 5px 0;}
.woo-social-buttons span.nocount,.woo-social-buttons span.hcount{float:left;margin:0 5px 5px 0;height:21px;}
.woo-social-buttons span.vcount{float:left;margin:0 5px 5px 0;height:65px;}
.woo-social-buttons iframe{margin:0px!important;padding:0px!important;vertical-align:baseline;}
.woo-social-buttons .smsb_pinterest.vcount{position:relative;top:30px}
.woo-social-buttons .smsb_tumblr iframe{height:20px!important;width:50px!important;}
.woo-social-buttons .smsb_tumblr.hcount iframe{height:20px!important;width:72px!important;}
.woo-social-buttons .smsb_tumblr.vcount iframe{height:40px!important;width:55px!important;}
.woo-social-buttons .smsb_stumbleupon.vcount iframe{height:60px!important;width:50px!important;}
.woo-social-buttons .smsb_vkontakte table tr > td{padding:0px;line-height:auto;}
.woo-social-buttons .smsb_vkontakte a{height:auto!important;}
.features-img-menu{padding-top:30px;}
.variations select{height:35px;width:100%;}
.page-content .search-form .search-field{border:1px solid #d7d7d7;padding-left:10px;height:35px;}
.page-content .search-form .search-submit{height:35px;border:none;text-transform:uppercase;font-weight:bold;}
.bypostauthor{}
.entry-meta .comments-link{display:inline-block;}
.image-navigation .nav-previous:not(:empty),.image-navigation .nav-next:not(:empty),.comment-navigation .nav-previous:not(:empty),.comment-navigation .nav-next:not(:empty){display:inline-block;}
.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before{content:"\002f";display:inline-block;padding:0 0.538461538em;}
#comments .comment-navigation a:hover{text-decoration:none;}
.header-cart-search .cart-contents{color:#fff;}
.home .site-content .sidebar{padding-top:30px;}
.widget_categories ul li{display:inline-block;width:100%;}
@media screen and (max-width:1024px){
  .cawptheme-footer-date span{float:none;margin-left:10px;}
}
@media screen and (min-width:980px){
  #primary .nbt-related ul.products li{clear:none;float:left;width:50%;}
  .heading-404{margin-top:60px;margin-bottom:20px;}
  .error-box{margin-bottom:90px;padding:70px 100px 30px 100px;}
}
@media screen and (min-width:767px) and (max-width:768px){
  .header-right-cart-search .header-cart-search .cart-contents span{top:7px!important;}
}
@media screen and (max-width:992px){
  .tab-item-title li{float:left;margin-right:25px;}
  .block-tab-bottom{margin-bottom:30px;}
  .single-product #secondary.sidebar{width:100%;}
  .sidebar-policy li{width:48%;margin-right:2%;float:left;clear:none;}
  .nbt-related ul.products li{width:48%;float:left;margin-right:2%;}
  .single-post .container #secondary.sidebar{width:100%;}
  #txt-start-design .textwidget{text-align:center;}
  #primary .nbt-related ul.products li{width:100%;}
  .wap-menu-home .widget_text{display:none;}
}
@media screen and (max-width:768px){  
  .site-header .site-branding{line-height:45px;}
  .widget_tabs ul.nav{margin-top:0;}  
  .items-child-cate img{width:100%;}
  .header-right-cart-search form.search-form:hover label{bottom:-64px;border-bottom:1px solid #e1e1e1;border-left:1px solid #e1e1e1;border-right:1px solid #e1e1e1;}
  .header-right-cart-search .header-cart-search .widget_shopping_cart_content{top:63px;}
  .wap-menu-home .widget_text,.pbcgroup,.header-right-cart-search .search-form{display:none;}
  #home-service .portfolio-item{margin-bottom:15px;}
  .home #homepage3columns .wap-menu-home,.home #homepage3columns .wap-content-home{width:98%;}
}
@media screen and (max-width:767px){
  .widget_tabs .tab-content .col-sm-8{padding-right:0;}
}
@media screen and (max-width:600px){
  .cawp-minicart span,.link-acc span{display:none;}
  .comment-respond textarea,.comments-area .comment-respond form.comment-form p.form-submit input,.comment-respond  input[type="text"],.comment-respond  input[type="email"],.comment-respond  input[type="url"]{width:100%;}
}
@media screen and (min-width:600px) and (max-width:640px){
  .noo_testimonial_wrap .noo-testimonial-sync1{width:750px!important;}
  .noo_testimonial_wrap .noo-testimonial-sync1.testimonial-three .testimonial-name{left:40%!important;}
}
@media screen and (max-width:640px){
  .header-right-cart-search .header-cart-search{float:right;margin-left:30px;}  
}

@media screen and (max-width:480px){
  .btn-slider1-shop.slider2{font-size:16px!important;line-height:32px!important;}
  .header-wrap .site-branding{text-align: center;}
  .header-banner{padding-left: 0;}  
}
@media screen and (max-width:400px){
  .site-footer .footer-columns{overflow: hidden;}
  .info-recent .read-more{margin-top:0px;}
  .w-block-recent .info-recent .title{margin-bottom:10px;}
  .header-right-cart-search .header-cart-search .cart-contents span{top:7px;}
  .accordion-tabs-widget .widget-title{line-height:30px;margin-bottom:55px;}
  .archive.category  #primary .category-post-type{width:100%;margin-right:0;}  
  .heading-404{font-size:122px;}
  .error-box{padding:70px 0px 30px 0px;}
  .error-box h3,.error-box #calendar_wrap caption,#calendar_wrap .error-box caption{font-size:18px;}
  .items-child-cate,input.es_textbox_class{width:100%;}
  .btn-start{margin-left:0!important;}
  .noo_testimonial_wrap .noo-testimonial-sync1{width:440px!important;}
  .header-right-cart-search .header-cart-search{float:left!important;margin-left:5px;}
}
ul{padding-left:0;}
.wap-menu-home{position:relative;}
.widget_cawptheme_navaccordion_widget{width:100%;z-index:3;}
.widget_cawptheme_navaccordion_widget ul.menu li{padding:5px 0; line-height: 21px;}
.widget_cawptheme_navaccordion_widget ul.menu li a:hover{color: #207b6c;}
.widget_cawptheme_navaccordion_widget ul.menu li ul.sub-menu{padding-left:15px;padding-top:5px;}
.accordion-btn i{padding-top:10px;}
.widget_cawptheme_navaccordion_widget ul.menu li .accordion-btn-wrap{top:3px!important;right:10px!important;text-align:right!important;}
h2.widgettitle{font-size:18px;text-transform:capitalize;margin-bottom:15px;}
.slider-bottom .col-md-4 .slider-bottom-item{border:1px solid #d7d7d7;border-radius:5px;overflow:hidden;}
#new-extensions{padding-top:10px;display:inline-block;}
#home-news,#cawp-cat-products-home{padding-top:50px;}
.cacontent-tab .tab-pane{padding-top:45px;}
.ca-section-heading{margin-bottom:35px;}
.ca-section-heading h2{font-size:23px;}
.ca-section-heading .section-subheading{color:#444;line-height:21px}
.lst-posts-widget .post-thumb{height:187px;overflow:hidden;}
.lst-posts-widget .post-thumb img{height:100%;border-top:1px solid #d7d7d7;border-left:1px solid #d7d7d7;border-right:1px solid #d7d7d7;border-radius:5px 5px 0px 0px;}
.lst-posts-widget .post-thumb-info{border-bottom:1px solid #d7d7d7;border-left:1px solid #d7d7d7;border-right:1px solid #d7d7d7;border-radius:0px 0px 5px 5px;padding-bottom:10px;}
.post-info-top{padding:10px;background:#495052;}
.post-info-top a{color:#fff;text-transform:capitalize;font-weight:bold;}
.lst-posts-widget.p-odd .post-thumb-info{background:#EDBF47;color:#fff;}
.lst-posts-widget.p-even .post-thumb-info{background:#6FC191;color:#fff;}
.cawp_section_content_wrap{border:1px solid #d7d7d7;border-radius:5px;padding:15px;background:#fff;}
.cawp_section_content_wrap h2{font-size:22px;text-transform:capitalize;margin-bottom:25px;}
.home-wap-tab .nav-tabs{border-bottom:none;}
.home-wap-tab .nav-tabs > li > a{border-radius:5px;font-weight:bold;}
.home-wap-tab .nav-tabs > li.active > a,.home-wap-tab .nav-tabs > li.active > a:hover,.home-wap-tab .nav-tabs > li.active > a:focus{border-color:#25bce9;background:#25bce9;color:#fff;}
#home-service{ padding:45px 0;   background: url(images/h3-parallax.jpg) 50% 51px / cover fixed;}
#home-qualtilied{background-image:url('images/cloud-bg.png');background-color:#2BB24C;background-repeat:repeat;padding-top:60px;padding-bottom:60px;background-attachment:fixed;background-position:50% 10px;}
#cawptheme-subcribe{margin-top:15px;}
#cawptheme-subcribe .btn i{color:#fff;}
.browse-button{color:#fff;line-height:23px;background-color:transparent;border:1px solid #fff;-webkit-box-shadow:0 0 0 2px #fff inset;box-shadow:0 0 0 2px #fff inset;border-radius:25px;text-align:center;vertical-align:middle;cursor:pointer;text-transform:uppercase;font-weight:bold;letter-spacing:2px;padding:12px 30px;transform:translateY(0px);display:inline-block;-webkit-box-shadow:0 0 0 2px transparent inset;box-shadow:0 0 0 2px transparent inset;-webkit-transition:all 300ms cubic-bezier(0.39,.5,.15,1.36) 0s;-moz-transition:all 300ms cubic-bezier(0.39,.5,.15,1.36) 0s;-ms-transition:all 300ms cubic-bezier(0.39,.5,.15,1.36) 0s;-o-transition:all 300ms cubic-bezier(0.39,.5,.15,1.36) 0s;transition:all 300ms cubic-bezier(0.39,.5,.15,1.36) 0s;}
.browse-button:hover{color:#FD8120;border:1px solid #fff;background-color:transparent;-webkit-box-shadow:0 0 0 40px #fff inset;box-shadow:0 0 0 40px #fff inset;}
#home-qualtilied .browse-button{margin-right:15px;}
#home-qualtilied h6{margin-bottom:1.5em;text-align:left;color:#ffffff;font-weight:400;font-size:1.2em;line-height:26px;}
.best-selling-products li ul li{width:45%;float:left;border-radius:10px;overflow:hidden;margin-left:5%;}
.cawp-selling-info{background-color:#ffffff;padding:20px 15px;border-width:0px 0px 0px 0px;border-radius:0px 0px 0px 0px;border-color:#e5e5e5;border-style:solid;text-align:center;}
.cawp-selling-thumb{height:230px;overflow:hidden;}
.best-selling-products{position:relative;}
.cawp-selling-info .product-price{font-size:24px;color:#ea624c;}
.best-selling-products .owl-nav{position:absolute;top:-41px;right:0;}
.best-selling-products .owl-prev{float:left;margin-right:10px;}
.best-selling-products .owl-next,.best-selling-products .owl-prev i{border:1px solid #fff;border-radius:50%;width:30px;height:30px;color:#fff;display:inline-block;text-align:center;line-height:28px;}
.best-selling-products  .cawp-selling-thumb img{height:100%;border-radius:0px 0px 10px 10px;}
.show-only-thumbnail{margin-bottom:25px;border-top:1px solid #d7d7d7;border-bottom:1px solid #d7d7d7;border-right:1px solid #d7d7d7;border-left:8px solid #84c351;position:relative;clear:both;}
.show-only-thumbnail .products-heading{font-size:16px;text-transform:uppercase;display:inline-block;float:left;margin-top:30px;width:16%;padding-left:5px;}
.p-content{width:83%;margin-top:10px;float:left;}
.p-content .owl-prev,.p-content .owl-next{border:1px solid #d7d7d7;text-align:center!important;position:absolute;}
.show-only-thumbnail .owl-prev{left:-163px!important;}
.show-only-thumbnail .owl-next{left:-136px;}
.show-only-thumbnail .owl-prev,.show-only-thumbnail .owl-next{-webkit-border-radius:50%;-moz-border-radius:50%;-o-border-radius:50%;border-radius:50%;width:20px;height:20px;padding:0!important;top:55%!important;}
.show-only-thumbnail:nth-of-type(2){border-left-color:#e74c3c!important;}
.show-only-thumbnail:last-of-type{border-left-color:#ff9801!important;}
h5.txt-title{color:#d7d7d7;text-transform:uppercase;}
ul.info h5{color:#d7d7d7;}
.cawp-adr{margin-bottom:15px;}
.product-list-content-info{text-align:center;}
.home-slider{margin-bottom:0px;}
.menu-wrap{border-bottom: 1px solid #ddd; }
.header-right-wrap-top > li > a{color: #207b6c;}
ul.products a.add_to_cart_button{color:#fff;}
.start-rating.star-o-rating{display:none;}
.wap-menu-home aside{margin-bottom:30px;}
#new-product{padding-top:30px;}
.social-us a{position:relative;height:36px;width:36px;margin:0 5px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;text-align:center;line-height:36px;-webkit-transform:translateZ(0);display:inline-block;font-size:20px!important;}
.social-us a:after{position:absolute;top:0;left:0;content:'';height:100%;width:100%;padding:10px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;-webkit-box-shadow:0 0 0 2px #695E75;-moz-box-shadow:0 0 0 2px #695E75;box-shadow:0 0 0 2px #695E75;-webkit-transform:scale(0.7);-moz-transform:scale(0.7);-ms-transform:scale(0.7);-o-transform:scale(0.7);transform:scale(0.7);-webkit-transition:transform 0.3s;-moz-transition:transform 0.3s;-o-transition:transform 0.3s;transition:transform 0.3s;}
.social-us a:hover.facebook{background-color:#3b579d;}
.social-us a:hover{color:#fff!important;-webkit-transition:background-color 0.2s;-moz-transition:background-color 0.2s;-o-transition:background-color 0.2s;transition:background-color 0.2s;}
.social-us a:hover.facebook:after{-webkit-box-shadow:0 0 0 2px #3b579d;-moz-box-shadow:0 0 0 2px #3b579d;box-shadow:0 0 0 2px #3b579d;}
.social-us a:hover:after{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);-webkit-transition:transform 0.3s;-moz-transition:transform 0.3s;-o-transition:transform 0.3s;transition:transform 0.3s;top:0;left:0;padding:5px;}
.social-us{line-height:56px;text-align:left;}
.social-us a:hover.twitter{background-color:#00acee!important;}
.social-us a:hover.twitter:after{-webkit-box-shadow:0 0 0 2px #00acee;-moz-box-shadow:0 0 0 2px #00acee;box-shadow:0 0 0 2px #00acee;}
.social-us a:hover.youtube{background-color:#e07c66;}
.social-us a:hover.youtube:after{-webkit-box-shadow:0 0 0 2px #e07c66;-moz-box-shadow:0 0 0 2px #e07c66;box-shadow:0 0 0 2px #e07c66;}
.social-us a:hover.googleplus{background-color:#e14747;}
.social-us a:hover.googleplus:after{-webkit-box-shadow:0 0 0 2px #e14747;-moz-box-shadow:0 0 0 2px #e14747;box-shadow:0 0 0 2px #e14747;}
.social-us a:hover.linkedin{background-color:#5894c4;}
.social-us a:hover.linkedin:after{-webkit-box-shadow:0 0 0 2px #5894c4;-moz-box-shadow:0 0 0 2px #5894c4;box-shadow:0 0 0 2px #5894c4;}
.pbcgroup .owl-nav{position:absolute;top:-45px;right:0;}
.pbcgroup .owl-nav .owl-prev,.pbcgroup .owl-nav .owl-next{float:left;}
.pbcgroup{border:1px solid #d7d7d7;margin-bottom:30px;clear:both;}
.lst-recent-posts-widget i{margin-right:5px;}
.home-slider .owl-stage-outer{width:100%;}
.price_slider_amount .button{color:#fff!important;}
.link-acc{color:#444;margin-right:15px;}
.link-acc:before{color:#0BA14B;content:"\f007";cursor:pointer;font-family:"FontAwesome";font-size:16px;}
a.link-acc:hover{color:#0BA14B;}
#homepage3columns{padding-top:15px;}
#homepage3columns .wap-menu-home{width:23%;float:left;}
.wap-sidebar-home-left{padding-left:15px;padding-right:10px;}
.wap-sidebar-home-right{padding-left:10px;padding-right:15px;}
#homepage3columns .wap-content-home{width:54%;float:left;padding:0 10px;}
.hotline-number{display:inline-block;float:left;color:#E7513B;font-weight:bold;}
.pbcgroup .owl-prev{margin-right:5px;}
.cawp-home-service li{line-height:35px;}
.cawp-home-service i{font-size:23px;color:#25BCE9;margin-right:15px;}
#home-service .timedate-item i{font-size:16px;margin-right:5px;color:#25BCE9;}
#home-service .timedate-item i.fa-file-word-o{margin-right:9px;}
#home-service .timedate-item span{color:#E7513B;font-weight:bold;}
.subcribe-item .cawp_section_content_wrap{padding-bottom:30px;}
h5.sc_title_regular{margin-bottom:21px;}
.shop-info-widget li,.businesshours-title{margin-bottom:10px;}
.businesshours-title .fa-clock-o{margin-right: 5px;}
.shop-info-widget .fa-file-word-o{margin-right: 8px;}
.single .site-footer{margin-top:30px;}

/*tabs ajax*/
.wpt_widget_content{position:relative;}

/* Loading... */
.wpt-loading{min-height:120px;}
.wpt-loading:before{content:"";display:block;position:absolute;top:0;right:0;bottom:0;left:0;background-color:rgba(255,255,255,0.8);z-index:11;}
.clear{clear:both;}
.wpt-loading:after{content:"";margin:0 auto 3em auto;font-size:10px;position:absolute;top:45%;left:45%;z-index:12;text-indent:-9999em;border-top:0.4em solid rgba(0,0,0,0.2);border-right:0.4em solid rgba(0,0,0,0.2);border-bottom:0.4em solid rgba(0,0,0,0.2);border-left:0.4em solid #000;-webkit-animation:load8 0.5s infinite linear;animation:load8 0.5s infinite linear;border-radius:50%;width:2em;height:2em;}
@-webkit-keyframes load8{
  0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}
  100%{-webkit-transform:rotate(360deg);transform:rotate(360deg);}
}
@keyframes load8{
  0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}
  100%{-webkit-transform:rotate(360deg);transform:rotate(360deg);}
}
.wpt_widget_content .tab_title{width:auto;float:left;margin-right:5px;margin-bottom:10px;}
.wpt_widget_content .tab_title:last-child a{border-right:1px solid #E4E4E4;color:#333;}
.wpt_widget_content .tab_title a{display:block;background:#ffffff;border:1px solid #E4E4E4;padding:7px 15px;text-transform:uppercase;text-decoration:none;font-weight:bold;}
.wpt_widget_content .tab_title a:hover{background:#F58BAB;color:#fff;border-color:#F58BAB}
.wpt_widget_content .tab_title.selected a{background:#F58BAB;color:#fff;border-color:#F58BAB;}
.wpt-tabs{display:inline-block;}
.pbcgroup .owl-nav{display:none;}
.pbcgroup .owl-dots .owl-dot{width:10px;height:6px;background:#d7d7d7;display:inline-block;margin-right:5px;}
.pbcgroup .owl-dots .owl-dot.active{background:#0BA14B;}
.pbcgroup .owl-dots{text-align:center;}
.header-left-widgets input[type="search"]{height:32px;border:1px solid #d7d7d7;padding-left:10px;}
.header-left-widgets input[type="submit"]{height:32px;line-height:25px;}
#homepage1column aside{margin-bottom: 65px;}
#footer-1 ul.info li{color: #fff; padding: 5px 0;}
.site-footer .widget_cawptheme_navaccordion_widget{background: transparent;}
.site-footer{ background: url(images/bg-footer.jpg); background-size: cover;}
/* homepage */
.header-extract-element{display: inline-block;text-align: left;}
.header-extract-element .icon{
    color: #207b6c;
    font-size: 3em;
    line-height: 1.1em;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -ms-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
}
.header-extract-element .text_details{    margin-left: 0.8em;
    display: inline-block;
    vertical-align: middle;}
.header-extract-element .item_details_line1{color: #207b6c; font-weight: bold;}
.header-extract-element .item_details_line2{    color: #1a1e32;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    position: relative;
    top: 2px;    
    width: 100%;
    display: inline-block;}
.no-sidebar #primary { padding-left: 15px; padding-right: 15px; }
.footer-columns .info li{}
.footer-columns .info li i { font-size: 16px; width: 25px; color: #207b6c; }
.footer-columns .info li i.fa-map-marker { height: 30px; float: left; margin-top: 5px; }
.service-item { text-align: center; border: 1px solid #d7d7d7; padding: 5px 5px 10px 5px; }
.cablog-item { background: #fff; border: 1px solid #e1e1e1; box-shadow: 0 1px 2px rgba(0, 0, 0, .1); }
.cablog-item .entry { background-color: #fff; padding: 10px; position: relative; }
.cablog-item .entry.entry-table>div { display: table-cell; vertical-align: middle; }
.cablog-item .entry .date-wrapper { width: 55px; }
.cablog-item .title { padding-left: 10px; display: table-cell; vertical-align: middle; }
.date-wrapper .date { width: 50px; height: 60px; padding-top: 3px; text-align: center; border-right: 1px solid #ccc; }
.date-wrapper .date  strong,
.date-wrapper .date span { display: inline-block; width: 100% }
.cablog-item .title .grid-title{margin:0px;}
.cablog-item .post-info-excerpt{margin-top: 10px;}
.cablog-item .grid-thumbnail img{height: 100%;}
.service-item .widget-lst-title{font-weight: bold; margin-top: 15px; text-transform: capitalize; display: inline-block;}
.about-home{padding-top: 60px; padding-bottom: 60px;}
.item-content-des h4, .item-content-des p{line-height: 23px;}
/* widget */
/* social_links */
.cawp-social-link-widget { list-style-type: none; padding-left: 0; }
.cawp-social-link-widget li { list-style: none; display: inline-block; text-align: center; }
.cawp-social-link-widget li a { display: inline-block; width: 40px; height: 40px; line-height: 38px; margin-right: 10px; -webkit-border-radius: 50%; -moz-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; border: 1px solid; padding: 0 !important; font-size: 18px; }
.footer-columns .cawp-social-link-widget li a{color: #fff;}
.ad-item .cawp-adr li { font-size: 18px; padding: 10px 0; }
.ad-item .cawp-adr li i { font-size: 27px; width: 25px; color: #207b6c; }
.ad-item h2.widgettitle { font-weight: bold; margin-bottom: 30px; color: #fff;}
li.facebook a:hover{background: #3b579d; border-color: #3b579d;}
li.twitter a:hover{background: #00acee; border-color: #00acee;}
li.youtube a:hover{background: #e07c66; border-color: #e07c66;}
li.google-plus a:hover{background: #e14747; border-color: #e14747;}
li.linkedin a:hover{background: #5894c4; border-color: #5894c4;}
li.zalo i.fa-zalo:before{
  content:"\f075";    font-size: 24px;
}
li.zalo i.fa-zalo{position: relative;}
li.zalo i.fa-zalo:after{ position: absolute; content: "Zalo";
    position: absolute;
    top: 8px;
    left: 2px;
    color: #018FE5;
    font-size: 10px;
    font-weight: bold;
    font-family: arial;}
li.zalo a:hover{background: #018FE5; border-color: #018FE5;}
li.instagram a:hover{background: #8722AF; border-color:#8722AF;}
/* Live search */
.n4c-search { position: relative; display: inline-block; }
.n4c-search .post-list { margin-bottom: 0px; }
.n4c-search .post-list li > a { float: left; position: relative; -moz-transform: translate3d(0, 0, 0); }
.n4c-search .post-list li:first-child { padding-top: 0; }
.n4c-search .post-list li { padding: 10px 15px; border-bottom: 1px solid #d9d9d9; }
.n4c-search .post-list .content { margin-left: 75px; min-height: 0; border: 0; overflow: hidden; }
.n4c-search .post-list .content > a { display: block; font-size: 13px; line-height: 1.615; margin-bottom: 10px; }
.n4c-search input { height: 35px; padding-left: 10px; }
.n4c-search .search-button { background: transparent; position: absolute; top: 0; right: 0; height: 35px; padding-bottom: 0; padding-top: 1px; }
.n4c-search .fa-search { color: #bababa; }
.n4c-search-results.fade-in { visibility: visible; opacity: 1; }
.n4c-search-results {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0;
  z-index: 1500;
  top: 35px;
  width: 305px;
  padding-top: 21px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: top right;
  transform-origin: top right;
}

.n4c-search-results.fade-in {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.n4c-search-results .post-list img {
  width: 58px;
  height: auto;
}

.n4c-search-results .post-list li {
  padding: 10px;
  border-bottom: 1px solid #d9d9d9;
  width: 100%;    display: inline-block;
}

.n4c-search-results .post-list .content {
  margin-left: 75px;
  min-height: 0;
  border: 0;
}

.n4c-search-results .post-list .content > a {
  color: initial;
  margin-bottom: 0;
}

.n4c-search-results .post-list .view-all {
  border-bottom: 0;
  text-align: center;
  background: #f9f9f9;
  padding: 14px;
}

.n4c-search-results .post-list .view-all a, .n4c-search-results .no-results {
  float: none;
  text-transform: uppercase;
  font-size: 12px;
  color: #999;
}

.n4c-search-results .no-results {
  display: block;
  text-align: center;
  padding-bottom: 21px;
}

.breaking-news span.breaking-news-title { display: block; float: left; padding: 8px 10px 0; }
.breaking-news ul { float: left; }
.breaking-news ul a { padding: 8px; display: block; white-space: nowrap; }

/*ratting star*/
.screen-reader-text { display: none; }
.star-rating { margin: 0.5em 0; }
.star-rating .star-full:before { content: "\f005"; }
.star-rating .star-half:before { content: "\f123"; }
.star-rating .star-empty:before { content: "\f006"; }
.star-rating .star {
  color: #d6c72f;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  height: 20px;
  line-height: 1;
  text-align: center;
  text-decoration: inherit;
  vertical-align: top;
  width: 20px;
}
.cancel-on-png,
.cancel-off-png,
.star-on-png,
.star-off-png,
.star-half-png { font-size: 2em; }
.cancel-on-png,
.cancel-off-png,
.star-on-png,
.star-off-png,
.star-half-png { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-style: normal; font-variant: normal; font-weight: normal; line-height: 1; speak: none; text-transform: none; }
.cancel-on-png:before { content: "\e600"; }
.cancel-off-png:before { content: "\e601"; }
.star-on-png:before { content: "\f005"; }
.star-off-png:before { content: "\f006"; }
.star-half-png:before { content: "\f123"; }

/*testimonials*/
.tes-content { padding-bottom: 5px; }
.tes-content .user-write .avata { border: solid 1px #ddd; padding: 3px; background: #fff; }
.tes-content .user-write .avata img { width: 100%; }
.tes-content .name { margin-bottom: 0;  }
.tes-content .name a { font-size: 16px; color: #207b6c; }
.tes-content-full { clear: both; line-height: 24px }
.style2-right ul { margin-left: -15px; margin-right: -15px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.style2-right ul li { -ms-flex: 0 0 50%; -webkit-box-flex: 0; flex: 0 0 50%; max-width: 50%; margin-bottom: 30px; padding-right: 15px; padding-left: 15px; overflow: hidden; }
.style2-right .cmsaddons-product-excerpt { display: none; }
.sticky-product .star-rating,
.style2-right .star-rating { display: none !important; }
.sticky-product div.product .cmsaddons-product-info h2 { text-transform: uppercase; font-size: 18px; font-weight: 600; color: #333; }
.sticky-product div.product .cmsaddons-product-info { padding: 15px; }
.sticky-product .cmsaddons-img-frame { text-align: center; }
.sticky-product .cmsaddons-product-info span.price { font-weight: bold; font-size: 18px; color: #207b6c; }
.sticky-product .cmsaddons-product-excerpt { clear: both; display: inline-block; margin-top: 1px; }
.sticky-product > div.product{position: relative;}
.sticky-product .cmsaddons-img-frame img{width: 100%;}
.sticky-product .price del{    margin-right: 15px; opacity: 0.5;}
.sticky-product .cmsaddons-product-excerpt{margin-bottom: 10px;}
.sticky-product .cmsaddons-img-frame{height: 415px; background-size: cover; background-position: center;}

@media screen and (max-width: 480px){
  .sticky-product .cmsaddons-img-frame{height: 250px;}
}

.item-col-2 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}

.item-col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.item-col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.item-col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.item-col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.item-col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}
.instagram-widget-img{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.instagram-widget-img.pd10{
margin-right: -5px; margin-left: -5px;
}
.instagram-widget-img.pd10 .instagram-pics{padding: 5px;}
.wrap-item-col{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; margin-top: 45px; margin-bottom: 45px;
}

.archive-custom-columns,
.ca-product-grid,
.widget-recentposts-grid {
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.all-wc-cats a img{height: auto;}
.all-wc-cats > li { position: relative; padding: 15px; border-left: 1px solid #ddd; border-bottom: 1px solid #ddd; }
.all-wc-cats > li:first-child { border-left: none; }
.all-wc-cats > li.item-col-3:nth-child(3n+1) { border-left: none; }
.all-wc-cats > li.item-col-4:nth-child(4n+1) { border-left: none; }
.all-wc-cats > li.item-col-4:nth-last-child(4),
.all-wc-cats > li:nth-last-child(3),
.all-wc-cats > li:nth-last-child(2),.all-wc-cats > li:last-child { border-bottom: none; }
.all-wc-cats > li h2 { position: absolute; top: 30px; left: 30px; font-size: 16px; color: #333; text-transform: uppercase; }
.all-wc-cats > li:hover h2{color:#207b6c; }
@media screen and (max-width: 991px) and (min-width:576px){
  .all-wc-cats > li{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    border:1px solid #ddd !important;
  }
}
@media screen and (max-width: 575px) {
  .all-wc-cats > li{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    border: none;
    padding: 15px 0px;
  }

  .all-wc-cats > li h2{
    position: unset;     margin-top: 15px;
  }
}
.archive-custom-columns .category-post-type h2.entry-title{font-size: 16px;}
.instagram-link-follow{    margin-bottom: 15px; font-size: 18px;}
.instagram-link-follow a .text{color: #666;}
.instagram-link-follow a:hover .text{color:#207b6c;}
ul.products li.product .cmsaddons-product-info .price ins{text-decoration: none;}
ul.products li.product .cmsaddons-product-info .price del{opacity: 0.5;}
.ca-product-grid .product-wrap-item{position: relative;}
.ca-product-grid .star-rating{display: none;}
.ca-product-grid li.product .cmsaddons-product-info .price{color:#207b6c }
.woocommerce ul.products li.product .u-buttons .add_to_cart_button:before {
    font-family: FontAwesome;
    content: "\f291";
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.ca-product-grid .product-title{margin-top: 15px;} 
.ca-product-grid .product-title a{    text-transform: uppercase;
    font-size: 16px;-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 600;    color: #000000;}
.ca-product-grid .product-title a:hover { color: #207b6c; }
.ca-product-grid .cmsaddons-img-frame img { width: 100%; }
.wrapper-more { margin-top: 10px; text-align: center; }
.cmsaddons-img-frame{position: relative;}
.sale-wap{position: absolute; top: 0 ; right: 20px; width: 30px; height: 64px; background: url('images/onsale.png') no-repeat;}
.sale-wap .onsale {
  display: none;
 /* position: relative;
  display: inline-block;
  background: red;
  color: white;
  height: 35px;
  width: 35px;
  text-align: center;
  vertical-align: middle;
  line-height: 16px;
  margin: 15px 0px 0px 15px;
  transform: rotate(-20deg);
  animation: beat 1s ease infinite alternate;
  padding-top: 3px;*/
}
/*
.cmsaddons-img-frame .onsale:before,
.cmsaddons-img-frame .onsale:after {
  content: "";
  position: absolute;
  background: inherit;
  height: inherit;
  width: inherit;
  top: 0;
  left: 0;
  z-index: -1;
  transform: rotate(30deg);
}

.cmsaddons-img-frame .onsale:after {
  transform: rotate(60deg);
}

@keyframes beat {
  from {
    transform: rotate(-20deg) scale(1);
  }

  to {
    transform: rotate(-20deg) scale(1.1);
  }

}*/
.wrapper-more a {  padding: 8px 16px;  }
.ca-price { width: 50%; float: left; text-align: right; font-weight: bold; font-size: 18px; margin-top: 4px; margin-bottom: 22px; color: #207b6c; }

ul.products li.product .cmsaddons-product-info h2 { margin-bottom: 15px !important; padding-bottom: 0px !important; }
ul.products li.product .cmsaddons-product-info h2:hover{color: #207b6c;}
ul.products li.product .cmsaddons-product-info h2 a { color: #333; }
.ca-product-grid li,
.widget-recentposts-grid li { margin-bottom: 30px; padding-right: 15px; padding-left: 15px; overflow: hidden; }

.grid-title a {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  line-height: 26px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.grid-title a:hover { color: #207b6c; }
.grid-thumbnail { position: relative; overflow: hidden; }
.grid-thumbnail a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-border: 0 solid hsla(0, 0%, 100%, .5);
  -moz-border: 0 solid hsla(0, 0%, 100%, .5);
  -ms-border: 0 solid hsla(0, 0%, 100%, .5);
  -o-border: 0 solid hsla(0, 0%, 100%, .5);
  border: 0 solid hsla(0, 0%, 100%, .5);
  opacity: 0;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
}
.pwrap-item { box-shadow: 0 1px 2px rgba(0, 0, 0, .1); background-color: #fff; position: relative; transition: all .5s; margin-bottom: 1px; overflow: hidden; }
.s-ruler { display: inline-block; width: 100%; height: 12px; background-image: url(images/ruler.png); background-repeat: repeat-x; position: relative; margin-bottom: 35px; }
#home-service .widget_text p { font-size: 16px; line-height: 28px; }
#home-service .widget_text .textwidget { background: #fff; padding: 10px 15px 15px 15px; border-radius: 10px; }
.ca-testimonials .tes-content-full { margin-top: 15px; position: relative; }
.txt-qabout { color: #207b6c; font-weight: 600; font-style: italic; font-size: 18px; margin-bottom: 15px; }
#home-ca-bottom { padding-bottom: 15px; background: #EEEEEE; padding-top: 45px; }
#home-ca-bottom .col-md-4{margin-bottom: 30px;}
#homepage1column h2.widgettitle {
  position: relative;
  font-size: 21px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 55px;
  font-weight: 600;
}

#home-ca-bottom h2.widgettitle{padding-top: 11px;
    margin-bottom: 22px;
    text-transform: uppercase;}
#homepage1column h2.widgettitle:after {
  content: '';
  display: block;
  width: 70px;
  height: 4px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -35px;
  background: #207b6c;
}
.grid-thumbnail:hover a:before {
  opacity: 1;
  -webkit-border: 15px solid hsla(0, 0%, 100%, .5);
  -moz-border: 15px solid hsla(0, 0%, 100%, .5);
  -ms-border: 15px solid hsla(0, 0%, 100%, .5);
  -o-border: 15px solid hsla(0, 0%, 100%, .5);
  border: 15px solid hsla(0, 0%, 100%, .5);
}
.cablog-item.i-3 .grid-thumbnail{height: 240px;}
.ca-product-grid .item-image { text-align: center; border: 1px solid #ddd; }
.ca-product-grid .widget-product-meta { border-left: 1px solid #ddd; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 15px; }
.ca-product-grid .widget-product-meta .product-title a { text-transform: uppercase; font-weight: 400; font-size: 18px; }
/*woocommerce*/
/* Quick View */
.cmsaddons-product-wrap.loading .cmsaddons-product-img:after { background: rgba(255, 255, 255, 0.8) url(../images/fetching.gif) no-repeat center center; content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 99; }
.cmsaddons-quick-view-mfp-lightbox .mfp-content { background: #fff; max-width: 940px; }
.mfp-bg.mfp-s-ready { background: #fff; }
.cmsaddons-quickview-product-pop .item { margin-bottom: 0; }
.cmsaddons-quickview-product-pop .cmsaddons-prod-gallery { margin-bottom: 0; padding-top: 0; }
.cmsaddons-quick-view-wrap { z-index: 10; }
.cmsaddons-quick-view-wrap a { display: block; padding: 3px 12px; zoom: 1; text-transform: uppercase; font-size: 12px; filter: alpha(opacity=0); -moz-transition: all 350ms ease-in-out; -o-transition: all 350ms ease-in-out; -webkit-transition: all 350ms ease-in-out; transition: all 350ms ease-in-out; }
.cmsaddons-product-img:hover .cmsaddons-quick-view-wrap a { zoom: 1; -webkit-opacity: 1; -moz-opacity: 1; opacity: 1; filter: alpha(opacity=100); -moz-transition-delay: 150ms; -o-transition-delay: 150ms; -webkit-transition-delay: 150ms; transition-delay: 150ms; visibility: visible; }
.woocommerce .cmsaddons-quickview-product-pop div.product{padding: 10px;}
.woocommerce .cmsaddons-quickview-product-pop div.product .summary .product_title{font-size: 23px;}
.cmsaddons-quickview-product-pop div.product div.summary{width: 100%; margin-bottom: 15px;}
.woocommerce .cmsaddons-quickview-product-pop div.product p.price{font-size: 20px;margin-bottom: 8px;}
.woocommerce .cmsaddons-quickview-product-pop div.product .summary .woocommerce-product-rating{margin-bottom: 10px; margin-right: 0px;}
/* overlay at start */
.cmsaddons-quick-view-mfp-lightbox.mfp-bg { opacity: 0; -webkit-transition: all 0.15s ease-out; -moz-transition: all 0.15s ease-out; -o-transition: all 0.15s ease-out; transition: all 0.15s ease-out; }

/* overlay animate in */
.cmsaddons-quick-view-mfp-lightbox.mfp-bg.mfp-ready { opacity: 0.8; }

/* overlay animate out */
.cmsaddons-quick-view-mfp-lightbox.mfp-bg.mfp-removing { opacity: 0; }

/* content at start */
.cmsaddons-quick-view-mfp-lightbox.mfp-wrap .mfp-content { opacity: 0; -webkit-transition: all 0.15s ease-out; -moz-transition: all 0.15s ease-out; -o-transition: all 0.15s ease-out; transition: all 0.15s ease-out; }

/* content animate it */
.cmsaddons-quick-view-mfp-lightbox.mfp-wrap.mfp-ready .mfp-content { opacity: 1; }

/* content animate out */
.cmsaddons-quick-view-mfp-lightbox.mfp-wrap.mfp-removing .mfp-content { opacity: 0; }
.cmsaddons-quickview-product-pop .variations td.label { padding-left: 0; padding-right: 30px; vertical-align: middle; }
.cmsaddons-quickview-product-pop .variations { margin-bottom: 20px; }
.cmsaddons-quickview-product-pop .quantity input { width: 3.631em; text-align: center; }
.cmsaddons-quickview-product-pop .star-o-rating { text-align: left; }
.cmsaddons-quickview-product-pop .price { font-weight: bold; font-size: 14px; color: #333; }
.cmsaddons-quickview-product-pop .price ins { float: left; margin-right: 15px; text-decoration: none; }
.cmsaddons-quickview-product-pop .woocommerce-variation .price { padding-bottom: 10px; display: inline-block; }
.cmsaddons-quickview-product-pop [itemprop~="description"] { margin-top: 10px; }
.cmsaddons-quickview-product-pop h3.product_title a { color: #222; }
.cmsaddons-quick-view-mfp-lightbox .cart .quantity { width: auto; margin: 0px; float: left; padding-right: 0px; margin-right: 15px; }

/*end quick view*/
/*wishlist*/
.woocommerce-wishlist .wishlist-title{width:100%;background:#f6f8fe;}
.woocommerce-wishlist .wishlist-title h2{font-weight:bold;padding-left:20px;margin-bottom:0px;padding-top:10px;padding-bottom:10px;}
.woocommerce table.wishlist_table{border:none; font-size: 100%;}
.woocommerce table.wishlist_table thead th{font-size: 16px;}
.woocommerce table.wishlist_table thead th,.woocommerce table.wishlist_table tbody td{border:none;background:#fff;text-align:left;font-weight: normal;}
.wishlist_table .product-name a{color:#222222;}
.wishlist_table tr td.product-stock-status span.wishlist-in-stock{color: #666;}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button{position: relative;}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button img.ajax-loading{position: absolute;left: 5px;top: 6px;}
.woocommerce table.shop_table.wishlist_table tfoot td{border:none;}
.woocommerce table.shop_table.wishlist_table thead th{text-transform: uppercase; color: #222;background: #f6f8fe;}
.woocommerce a.remove:hover{background: transparent; color: red !important;}
.wishlist_table .product-price del{margin-right: 10px;}
.woocommerce #content table.wishlist_table.cart a.remove:hover{background: transparent;}
@media screen and (max-width: 991px) and (min-width: 426px){
  .product-add-to-cart a.button{padding-top: 12px !important; padding-bottom: 12px !important;}
  .woocommerce .wishlist_table td.product-add-to-cart a{font-size: 0px;}
  .woocommerce .wishlist_table td.product-add-to-cart a:before{content:"\f07a"; font-family: FontAwesome;font-size: 16px;}
}
@media screen and (max-width:425px){
  .wishlist_table.shop_table.cart thead tr{display:none;}
  .wishlist_table tbody tr:last-child td{border-right:1px solid #e5e5e5!important;border-left:1px solid #e5e5e5!important;}
  .wishlist_table tbody tr td{border-right:1px solid #e5e5e5!important;border-left:1px solid #e5e5e5!important;}
  .wishlist_table tbody tr:last-child td.product-add-to-cart{border-bottom:1px solid #e5e5e5;}
  .wishlist_table.shop_table.cart tbody tr td,
  .wishlist_table.shop_table.cart tbody tr:last-child td{width:100%;float:left;padding:10px;position:relative;}
  .wishlist_table.shop_table.cart tbody tr td:before{position:absolute;text-align:left;top:15px;left:0;width:45%;padding-left:10px;white-space:nowrap;font-size:14px;}
  .wishlist_table.shop_table.cart tbody tr td.product-remove{padding:12px;border-top:1px #e5e5e5 solid;border-right:1px #e5e5e5 solid;border-left:1px #e5e5e5 solid;}
  .wishlist_table.shop_table.cart tbody tr td.product-remove .remove{margin-left:auto;margin-right:auto;}
  .wishlist_table.shop_table.cart tbody tr td.product-add-to-cart{padding:12px;}
  .wishlist_table.shop_table.cart tbody tr td.product-add-to-cart .add_to_cart_button{margin-left:auto;margin-right:auto;}
  .wishlist_table.shop_table.cart tbody tr td.product-name,
  .wishlist_table.shop_table.cart tbody tr td.product-price,
  .wishlist_table.shop_table.cart tbody tr td.product-quantity,
  .wishlist_table.shop_table.cart tbody tr td.product-subtotal{border-left:1px #e5e5e5 solid;}
  .wishlist_table.shop_table.cart tbody tr td.actions{padding-left:10px;}
  .wishlist_table.shop_table.cart tbody tr td.actions .coupon #coupon_code{margin-bottom:10px;}
  .wishlist_table.shop_table.cart tbody tr td.actions input.button{width:100%!important;margin-left:0px;}
}
/*shop grid*/
.woocommerce ul.products li.product .cmsaddons-product-info .star-rating,
.woocommerce ul.products li.product .cmsaddons-product-excerpt{display: none;}
.woocommerce ul.products.cmsaddons-layout-list li.product .star-rating,
.woocommerce ul.products.cmsaddons-layout-list li.product .cmsaddons-product-excerpt{display: block;}
.cmsaddons-layout-list .cmsaddons-product-excerpt{clear: both;}
.cmsaddons-layout-list .cmsaddons-product-info{padding-top: 15px;}
.cmsaddons-woo-sorting { display: inline-block; width: 100%; line-height: 32px; }
.cmsaddons-woo-sorting .woocommerce-ordering{z-index: 9;}
.woocommerce .cmsaddons-woo-sorting .woocommerce-ordering,
.woocommerce .cmsaddons-woo-sorting .woocommerce-result-count{margin-bottom: 0px;}
.cmsaddons-woo-sorting .switch-layout{border: 1px solid #e5e5e5; background: #fff; display: inline-block;}
.cmsaddons-woo-sorting .cmsaddons-switch i{color: #666666;}
.cmsaddons-woo-sorting  .cmsaddons-switch .switch-active i{color: #e5e5e5;}
.cmsaddons-woo-sorting  .cmsaddons-switch a{width: 32px; display: inline-block;text-align: center;}
.cmsaddons-woo-sorting  .cmsaddons-switch a.list{border-right: 1px solid  #e5e5e5; margin-right: 0px;}
.cmsaddons-woo-sorting .woocommerce-ordering select{height: 34px;  color: #666;padding-left: 10px;}
ul.products li.product .cmsaddons-product-info h2{font-size: 1.1em; color: #000000; line-height: 18px;    text-transform: uppercase;}
ul.products li.product .cmsaddons-product-info .price{font-size:1.1em;margin-bottom:0px;color: #444444;}
.woocommerce ul.products li.product .cmsaddons-product-info .price{    min-height: 43px;}
.widget_ca_wc_products_widget .star-rating{display: none;}
.widget_ca_wc_products_widget .u-buttons .loop-view-more{display: none;}
.widget_ca_wc_products_widget .u-buttons a.button,.widget_ca_wc_products_widget .u-buttons a,.widget_ca_wc_products_widget .u-buttons a.add_to_cart_button{width: 100%;}
.widget_ca_wc_products_widget .u-buttons{
  display: none;
  width: auto;
    bottom: auto;
    position: absolute;
    top: 50px;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    z-index: 5;
}
.widget_ca_wc_products_widget .product-wrap-item { position: relative; }
.widget_ca_wc_products_widget .product-wrap-item:hover .u-buttons { right: 10px; opacity: 1; visibility: visible; top: 50px; }
.widget_ca_wc_products_widget .u-buttons .add_to_cart_button{
 font-size: 0px;
     border-radius: 5px;
    width: 50px !important;
    height: 37px;
    line-height: 36px;
    text-align: center;
}
.widget_ca_wc_products_widget .u-buttons a.button { height: 37px; line-height: 36px; color: #ffffff; text-align: center; padding: 0 10px; border-radius: 5px; }
.title_size .add_to_cart_button,
.title_size a.button { background: #fff !important; color: #444444 !important; font-size: 0px; }
.title_size .add_to_cart_button:before,
.title_size a.button:before,
.widget_ca_wc_products_widget .u-buttons .add_to_cart_button:before { font-family: FontAwesome; content: "\f07a"; font-size: 18px; }
.widget_ca_wc_products_widget .u-buttons .add_to_cart_button.added:after{
  font-family: FontAwesome;
    content:"\f00c";
    font-size: 10px;
    position: absolute;
    bottom: 3px;
    left: 3px;
    line-height: 12px;
    border-radius: 50%;
    border: 1px solid;
    width: 14px;
    height: 14px;
}
ul.products li.product .u-buttons .add_to_cart_button{margin-top:0px;}
.u-buttons .cmsaddons-wishlist-btn{font-size:18px;}
.u-buttons .cmsaddons-wishlist-btn a{width: 100%; display: inline-block;}
.u-buttons .cmsaddons-wishlist-btn i{color: #ccc; font-size: 20px;}
.u-buttons .cmsaddons-quick-view{font-size: 20px; color: #ccc;}
.u-buttons a.product_type_simple{color: #fff;}
.u-buttons a.product_type_simple,
.u-buttons .cmsaddons-quick-view,
.u-buttons .add_to_cart_button,
.u-buttons .cmsaddons-wishlist-btn {
  position: relative;
  width: 50%;
  display: inline-block;
  float: left;
  text-align: center;
  height: 45px;
  line-height: 45px;
  padding: 0px;
}
.u-buttons .yith-wcwl-add-to-wishlist{margin-top:0px;}
.u-buttons .yith-wcwl-add-to-wishlist a > i{margin-right:0px;}
.product-wrap-item {
  border: 1px solid #ddd;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: #ffffff;
}
.product-wrap-item:hover {
  -webkit-box-shadow: 5px 5px 17px 0px rgba(221, 221, 221, 1);
  -moz-box-shadow: 5px 5px 17px 0px rgba(221, 221, 221, 1);
  box-shadow: 5px 5px 17px 0px rgba(221, 221, 221, 1);
}
.cmsaddons-layout-list .product-wrap-item:hover{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}
.u-buttons{clear: both;}
.woocommerce ul.products li.product .u-buttons .add_to_cart_button {
  font-size: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  position: relative;
}
.woocommerce ul.products li.product .u-buttons .add_to_cart_button:before {
  font-family: FontAwesome;
  content: "\f291";
  font-size: 18px;
  color: #fff;
  font-weight: normal;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.woocommerce ul.products li.product .u-buttons a.button.added::after {
  color: #fff;
  border: 1px solid;
  border-radius: 50%;
  padding: 1px;
  margin-left: 0px;
  margin-top: 2px;
  display: inline-block;
  font-size: 8px;
  height: 12px;
}
.u-buttons .added_to_cart.wc-forward{display:none;}
.u-buttons .cmsaddons-wishlist-btn .yith-wcwl-add-button img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.u-buttons .yith-wcwl-add-to-wishlist .ajax-loading{margin-left: 0px;}
.u-buttons .quantity{display: none;}
.cmsaddons-product-info .title_size{/*width: 55%; float: left;*/ text-align: left; padding-bottom: 10px;}
.cmsaddons-product-info .title_size span{color #666;}
.title_size.w100{width: 100%;}
.w100{width: 100%;}
.sticky-product{margin-bottom: 30px;}
.cmsaddons-product-info span.price{width: 45%; float: left; text-align: left;}
.ca-loop-cart{display: inline-block; float: right;}
.ca-loop-cart a.add_to_cart_button:before{
  font-family: FontAwesome;
    content:"\f291";
    font-size: 16px;/*color: #0ba14b;*/
}
/*.woocommerce #respond input#submit.added::after, .woocommerce a.button.added::after, .woocommerce button.button.added::after, .woocommerce input.button.added::after{
  color: #0ba14b;
}*/
.ca-loop-cart a.add_to_cart_button span{display: none;}
ul.products li.product .cmsaddons-product-info{padding: 10px;display: inline-block;
    width: 100%;}
.woocommerce ul.products li.product a .cmsaddons-img-frame img{margin-bottom: 0px;}
.woocommerce ul.products li.product .button{margin-top: 0px;}
/*list*/
.woocommerce ul.products.cmsaddons-layout-list li.product .cmsaddons-img-frame {
  overflow: hidden;
  float: left;
  margin-right: 30px;
  margin-bottom: 0;
  width: 270px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce ul.products.cmsaddons-layout-list li.product .u-buttons{border-top:none; clear: none;}
.woocommerce ul.products.cmsaddons-layout-list li.product:hover .cmsaddons-img-frame{-webkit-box-shadow:-9px 2px 18px 10px rgba(234,234,234,1);-moz-box-shadow:-9px 2px 18px 10px rgba(234,234,234,1);box-shadow:-9px 2px 18px 10px rgba(234,234,234,1);}
.woocommerce ul.products.cmsaddons-layout-list li.product .cmsaddons-product-info .price{margin-bottom:16px;
width: auto; float: none; text-align: left;}
.woocommerce ul.products.cmsaddons-layout-list li.product .cmsaddons-product-info h2.woocommerce-loop-product__title{float: none;width: auto;}
.woocommerce ul.products.cmsaddons-layout-list li.product a img{margin-bottom: 0px;}
.woocommerce ul.products.cmsaddons-layout-list li.product .u-buttons .cmsaddons-quick-view { display: none; }
.woocommerce ul.products.cmsaddons-layout-list li.product .star-rating { margin: 0; }
.woocommerce ul.products.cmsaddons-layout-list li.product { width: 100%; margin-right: 0; }
@media screen and (min-width:768px) {
  .products.cmsaddons-layout-list .cmsaddons-product-info { float: right; width: calc(100% - 300px); width: -webkit-calc(100% - 300px); width: -moz-calc(100% - 300px); text-align: left; }
}
ul.products.cmsaddons-layout-list .product-wrap-item{background: #fff;}
.woocommerce ul.products.cmsaddons-layout-list li.product .cmsaddons-product-info{text-align: left;}
ul.cmsaddons-layout-list .u-buttons .cmsaddons-quick-view,
ul.cmsaddons-layout-list .u-buttons .add_to_cart_button,
ul.cmsaddons-layout-list .u-buttons .cmsaddons-wishlist-btn{
width: auto;
}
.woocommerce ul.products.cmsaddons-layout-list li.product .u-buttons .add_to_cart_button{font-size:16px;float:left;}
.woocommerce ul.products.cmsaddons-layout-list li.product .u-buttons .add_to_cart_button:before{content:none;}
.cmsaddons-layout-list li.product .u-buttons .quantity{display:inline-block;float:left;}
ul.cmsaddons-layout-list .u-buttons .cmsaddons-wishlist-btn{float:none;margin-left:20px;}
/*a.added_to_cart.wc-forward{padding-top: 0px; color: #444;}
a.added_to_cart.wc-forward:hover{color: #207b6c;}*/
a.added_to_cart.wc-forward{display: none;}

/*widgets*/
.sidebar section.widget { margin-bottom: 35px; }
.woocommerce ul.product_list_widget li img{float:left;width:60px;margin-right:20px;margin-left:0px;}
.sidebar .widget ul.cart_list li a{display:block;}
.woocommerce.widget_shopping_cart .cart_list li{padding-left:0px;padding-bottom:15px;}
.woocommerce ul.product_list_widget{padding: 20px 10px 0px 10px;}
.woocommerce.widget_shopping_cart .buttons a{font-weight:normal;}
.woocommerce ul.cart_list li a{text-align: left;}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a{font-weight: normal;}
.woocommerce.widget_shopping_cart .total{border-top:1px double #e5e5e5; padding:0 10px;    margin-bottom: 0px; text-align: center;}
.woocommerce.widget_shopping_cart .total .amount{color: #207b6c; font-weight: bold;    font-size: 1.2em;}
.woocommerce.widget_shopping_cart .buttons{padding:0 10px; text-align: center;}
.woocommerce .widget_price_filter .ui-slider-horizontal{height:3px;}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{width:11px;height:11px;top:-4px;}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{background-color: #e5e5e5;}
.widget_product_categories ul li{border-bottom: 1px solid #e5e5e5; padding-bottom: 15px; padding-top: 15px;}
.widget_product_categories ul li:last-child{border-bottom: none;}
.woocommerce ins{background: transparent;}
.widget_top_rated_products ul.product_list_widget li a{display:block;margin-bottom:5px;}
.widget_top_rated_products ul.product_list_widget del{margin-right: 10px;}
.btn-qty{font-family:FontAwesome;}
.woocommerce .woo-qty-wap { border: 1px solid #e5e5e5; margin-right: 10px; }
.woocommerce ul.products li.product .button.btn-qty,
.woo-qty-wap .button.btn-qty{margin:0px; background: transparent; }
.woocommerce .woo-qty-wap .qty{border:none;}
.woo-qty-wap input{display: inline-block;}
.woocommerce .button.btn-qty,
.woocommerce div.product form.cart .button.btn-qty{float: none; height: 50px;}
.woocommerce .button.btn-qty.plus,
.woocommerce div.product form.cart .button.btn-qty.plus{padding: 0px 5px 0 20px;}
.woocommerce .button.btn-qty.minus,
.woocommerce div.product form.cart .button.btn-qty.minus{padding: 0px 20px 0 5px;}
.woocommerce ul.products.cmsaddons-layout-list li.product .u-buttons .add_to_cart_button { line-height: 48px; padding: 0px 20px; }
.woocommerce span.onsale { top: 0px; left: 0px; }
.woocommerce span.onsale,.woocommerce ul.products li.product .onsale{padding:5px 10px;line-height:23px;
  -webkit-border-radius:0px;-moz-border-radius:0px;-o-border-radius:0px;border-radius:0px;margin:0;min-height:30px;}
.woocommerce ul.products.cmsaddons-layout-list li.product .onsale{right:unset;}
.cmsaddons-product-excerpt{color:#666;line-height:30px;margin-top:12px;margin-bottom:20px;}
.star-rating{color:#feef00!important;}
.woocommerce ul.products li.product .price del{font-weight:normal;}
.woocommerce ul.product_list_widget li{padding:15px 0;}
.woocommerce ul.products li.product .price{color: #444444;}
.header-topbar-left{float: left;}
/*cart*/
.woocommerce .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cart_totals{width:100%;}
.cmsaddons-page-cart thead th{text-transform:uppercase;font-size:16px;background:#f6f8fe;border-bottom:none; color: #222;}
.cmsaddons-page-cart thead th.product-quantity,.cmsaddons-page-cart thead th.product-subtotal{text-align: center;}
.woocommerce .cmsaddons-page-cart table.shop_table{border:none;}
.entry-content .cmsaddons-page-cart tbody tr td:first-child{background:#fff;}
.entry-content .cmsaddons-page-cart tbody tr td.actions{border-bottom:none;
  border-top:1px solid #e5e5e5;padding: 0px;}
.entry-content .cmsaddons-page-cart tbody tr td.actions .coupon {
  width: 100%;
  padding: 30px 20px;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.entry-content .cmsaddons-page-cart tbody tr td.actions .coupon button{float: left;}
.custom-title-coupon{color:#999;margin-bottom:15px;font-size:16px;font-weight:normal;}
.woocommerce .cmsaddons-page-cart table.shop_table td{border-top:none;border-bottom:none;padding:20px 12px 10px 12px;}
.woocommerce .cmsaddons-page-cart table.shop_table td.product-name,.woocommerce .cmsaddons-page-cart table.shop_table td.product-subtotal{border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5;}
.woocommerce .cmsaddons-page-cart table.shop_table td.product-quantity,.woocommerce .cmsaddons-page-cart table.shop_table td.product-subtotal{text-align:center;}
.woocommerce-cart .cmsaddons-page-cart table.cart img{width:109px;float:left;margin-right:20px;}
.cart-product-info{float:left;width:calc(100% - 129px);width:-webkit-calc(100% - 129px);width:-moz-calc(100% - 129px);}
.cpin,.cart-product-info > a{width:100%;display:inline-block;}
.cpin{margin-bottom:7px;}
.cpin a{font-size:16px;color:#222;text-transform:capitalize;}
.woocommerce .cart-product-info a.remove{font-size:0px;}
.woocommerce .cart-product-info a.remove:before{content:"\f014";font-family:FontAwesome;font-size:16px;color:#999999;}
.woocommerce .cmsaddons-page-cart td.product-quantity{width:175px;}
.woocommerce input.button.btn-qty{color: #999;}
.woocommerce input.button.btn-qty:hover{background:transparent;color: #999;}
.cart-product-info .amount{font-size:16px;margin-bottom:10px;display:inline-block;font-weight: normal;}
.entry-content .cmsaddons-page-cart .cart_totals .shop_table th { background: #fff; padding-left: 0px; padding-top: 20px; color: #999; font-weight: normal; font-size: 16px; }
.woocommerce .cmsaddons-page-cart .cart_totals table.shop_table td{text-align:right;padding-right:0px;border-bottom:1px solid #e5e5e5;}
.woocommerce .cmsaddons-page-cart .cart_totals table.shop_table .shipping th{border-bottom:1px solid #e5e5e5;}
.woocommerce .cmsaddons-page-cart .cart_totals table.shop_table .order-total .amount{color: #207b6c; font-size: 1.2em;}
.woocommerce .cmsaddons-page-cart .cart_totals table.shop_table .order-total td, .entry-content .cmsaddons-page-cart .cart_totals .shop_table .order-total th {
  border: none;
}
.woocommerce .cmsaddons-page-cart .cart_totals h2 {
  background: #f6f8fe;
  padding-left: 20px;
  line-height: 41px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 0px;
  font-size: 16px;
}
.cmsaddons-page-cart tbody tr td.actions > button{font-weight: normal;}
.entry-content .cmsaddons-page-cart .cart_totals .checkout-button {
  font-weight: normal;
  height: 50px;
  padding: 0px;
  line-height: 50px;
  background-color: #207b6c;
}
.btn-wap-update{clear:both;margin-top:40px;display:inline-block;width:100%;}
.btn-wap-update a.btn-continue-shop {
  border: 1px solid #e5e5e5;
  color: #222222;
  padding: 5px 20px;
  float: left;
  font-weight: normal;line-height: normal;
}
.entry-content .cmsaddons-page-cart tbody tr td.actions .coupon #coupon_code{line-height: normal; width: 157px; font-weight: normal;}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
    
}
.form-row.place-order button.button { width: 100%; }
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover { background-color: #207b6c; }
.cart-table-free { position: relative; background: #ECECEC; padding: 10px 10px 10px 45px; clear: both; margin-bottom: 30px; }
.cart-table-free i { position: absolute; left: 10px; top: 10px; font-size: 23px; }
.upper { text-transform: uppercase; }

 /*detail product*/
 .bundled_product .bundled_product_excerpt{display: none;} 
 .bundled_product .bundled_product_title span{font-size: 14px;}
 .summary .bundled_product_summary{padding-left: 0px;}
 .summary .bundled_product_summary .bundled_product_images{margin-left: 0px;width: 75px;}
 .summary .bundled_product_summary .bundled_product_images a{    border: 1px solid #ddd;    margin-right: 10px;}
 .summary .bundled_product_summary .details{width: calc(100% - 75px);
    width: -webkit-calc(100% - 75px);
    width: -moz-calc(100% - 75px);}
 .woocommerce div.product div.images img{width: auto;margin: 0 auto;}
 .summary .cmsaddons_product_data{background: #fff; padding: 30px 0 5px 0px;}
.woocommerce div.product .summary .product_title{line-height: 23px; margin-bottom: 5px;}
.single-product .bundled_product_summary:not(.bundled_item_optional) span.price{font-size: 1em; margin-bottom: 5px;}
.woocommerce div.product .summary .bundled_item_wrap p.stock{padding-left: 0px; margin-bottom: 0px;}
.single-product.woocommerce .bundled_item_wrap .quantity .qty{height: 25px;}
.single-product.woocommerce div.product span.onsale{width: 30px; height: 64px; background: url('images/onsale.png') no-repeat; font-size: 0px;}
.woocommerce div.product .summary del{margin-right:10px;}
.woocommerce .star-rating::before,.woocommerce .woocommerce-product-rating .star-rating{color:#feef00;}
.woocommerce .woocommerce-product-rating .woocommerce-review-link{color:#666;}
.product .summary .product_meta > span{display:inline-block;width:100%;margin-bottom:6px;text-transform:uppercase;color:#999999;}
.single-product div.product .summary .product_meta > span span,.single-product div.product .summary .product_meta > span a{font-weight:300;color:#666;text-transform:initial;}
.woocommerce div.product div.images .flex-control-thumbs li{width:100%; border:1px solid #dddddd;}
.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport{margin-bottom:30px;}
.woocommerce div.product p.price{font-size:16px;margin-bottom:0px; color: #444444;}
.woocommerce div.product .summary p.price span.amount{font-weight: bold;}
.price ins,
.woocommerce div.product .summary p.price ins{text-decoration: none !important;}
.woocommerce div.product .summary .woocommerce-product-rating{margin-bottom:21px;display:inline-block;margin-left:15px;}
.woocommerce div.product p.stock{display:inline-block; width: 100%;}
.woocommerce div.product p.stock span:before{font-family:'FontAwesome';content:"\f058";color:#6ac33f;margin-right:5px;}
.woocommerce div.product .summary .woocommerce-product-details__short-description{line-height:30px;margin-bottom:21px;color:#666;}
.woocommerce div.product .summary form.cart{display:inline-block;float:left;
    width: 100%;
    padding: 0 15px;}
.woocommerce div.product .summary .yith-wcwl-add-to-wishlist{display:inline-block;width:45px;text-align:center;font-size:21px;}
.woocommerce div.product .summary .product_meta{border-top:1px solid #e5e5e5;display:inline-block;width:100%;padding:15px;}
.woocommerce div.product .summary .social-share{padding-left:0px;}
.woocommerce div.product .summary .social-share .social-share-label{display:inline-block;margin-right:10px;text-transform:uppercase;color:#999;}
.woocommerce div.product .summary .social-share .social-item{list-style:none;display:inline-block;width:28px;text-align:center;margin-right:5px;}
.woocommerce div.product .summary .social-share .social-item i.fa-facebook{color:#3b5998;}
.woocommerce div.product .summary .social-share .social-item i.fa-twitter{color:#1dcaff;}
.woocommerce div.product .summary .social-share .social-item i.fa-google-plus{color:#db3236;}
.woocommerce div.product .summary .social-share .social-item i.fa-pinterest{color:#ff0000;}
.woocommerce div.product .woocommerce-tabs ul.tabs{padding-left:0px;}
.woocommerce div.product .woocommerce-tabs ul.tabs li{border:none;padding:0px;margin-right:40px;margin-left:0px;background:transparent;text-transform:uppercase;}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{border-bottom:2px solid #20e1e1;}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:#20e1e1;}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,.woocommerce div.product .woocommerce-tabs ul.tabs li::before{border:none;position:static;}
.woocommerce #reviews #comments ol.commentlist{padding-left:0px;}
.woocommerce #review_form #respond .comment-form-rating p.stars{display:inline-block;margin-left:20px;margin-bottom:0;vertical-align:sub;}
.comment-respond .comment-form-rating .stars a{color:#feef00!important;}
.woocommerce div.product .related h2{text-transform:uppercase;font-weight:bold;font-size:30px;margin-bottom:19px;}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{font-size: 18px;}
.woocommerce .woo-qty-wap .qty::-webkit-inner-spin-button, 
.woocommerce .woo-qty-wap .qty::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
.related.products{margin-top: 50px;}
.woocommerce div.product .related h2{font-size: 18px; }
.designed-by-wrap{border-top: 15px solid #fff;}
div.product .summary p.price{padding: 15px;}
.woocommerce div.product .summary p.stock{padding-left: 15px; padding-bottom: 5px;}
.designed-by { position: relative; overflow: hidden; border: 1px solid #ddd; padding: 15px; background: #fff; }
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
  width: 50%;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
  width: 46%; background: #ECF0F1;
}
.woocommerce-product-gallery .flex-control-thumbs .owl-stage{margin: 0 auto;}
.woocommerce div.product .s-ruler{margin-top: 25px;}
.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]{
      
}
.woocommerce .quantity .qty{height:35px;}
.woocommerce-variation-price{margin-bottom: 10px;}
.woocommerce table.shop_attributes{margin-bottom: 0px;}
@media screen and (max-width: 991px){
  .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images,
  .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{width: 100%;}

}
/*chekout*/
.woocommerce-additional-fields > h3,.woocommerce-checkout-payment > h3,.woocommerce-billing-fields > h3,#order_review_heading{background:#f7f8fd;padding-left:20px;text-transform:uppercase;padding-top:12px;padding-bottom:12px;}
.woocommerce-additional-fields > h3{margin-top:30px;}
#add_payment_method #payment,.woocommerce-cart #payment,.woocommerce-checkout #payment{background:transparent;}
#add_payment_method #payment ul.payment_methods,.woocommerce-cart #payment ul.payment_methods,.woocommerce-checkout #payment ul.payment_methods{border-bottom:none;padding-left:0px;padding-right:0px;}
#add_payment_method #payment div.form-row,.woocommerce-cart #payment div.form-row,.woocommerce-checkout #payment div.form-row{padding-left:0px;padding-right:0px;}
#payment div.form-row input{width:100%;font-weight:normal;text-transform:capitalize;}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table td.product-name ,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table td.product-name .product-quantity{color: #666;font-weight: normal;}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table th,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table td,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table{border:none;font-weight:normal;padding-left:0;padding-right:0;}
.entry-content .woocommerce-checkout-review-order-table th,
.entry-content .woocommerce-checkout-review-order-table tbody tr td{background: #ffffff;}
.cart-subtotal td, .order-total td,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .product-total{text-align: right;}
.entry-content .woocommerce-checkout-review-order-table thead th,.entry-content .woocommerce-checkout-review-order-table tfoot th{color: #222; font-size: 16px;}
.custom-page-checkout input[type="text"],.custom-page-checkout input[type="tel"]
,.custom-page-checkout input[type="email"] {height: 49px; border-radius: 25px;    padding-left: 15px;}
.select2-container--default .select2-selection--single{border-radius: 15px;}
.custom-page-checkout textarea{border-radius: 10px; padding-left: 15px; padding-top: 10px;}
.woocommerce form.checkout_coupon .form-row-first{width: 50%}
#place_order{ text-transform: uppercase; font-size: 18px;}
/*my account*/
.woocommerce-MyAccount-navigation ul{padding-left:0px; margin-bottom: 0px;}
.woocommerce-MyAccount-navigation ul li{list-style:none;padding: 10px;}
.woocommerce-MyAccount-navigation ul li a{color:#666;}
.woocommerce-MyAccount-content input[type="text"],.woocommerce-MyAccount-content  input[type="tel"]
,.woocommerce-MyAccount-content  input[type="email"],.woocommerce-MyAccount-content  input[type="password"] {height: 49px; border-radius: 25px;    padding-left: 15px;}
.woocommerce-MyAccount-content fieldset{margin-top: 24px;}
.woocommerce-MyAccount-content button[type="submit"]{width: 100%;margin-top: 24px;}
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2,
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  max-width: 48%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 48%;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  padding-left: 0px;
  padding-right: 0px;
}
.woocommerce #respond input#submit,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{font-weight:normal;}
.woocommerce table.my_account_orders th{text-transform:uppercase;border-bottom:none;background:#f6f8fe;}
.entry-content table.my_account_orders tbody tr td:first-child{background:#fff;}
.woocommerce table.my_account_orders{font-size:100%;border-radius:0px;}
.woocommerce .widget_price_filter .price_slider_amount .button{font-size:16px;font-weight:normal;}
.lst-number { display: inline-block; width: 18px; height: 18px; background: #207b6c; text-align: center; color: #fff; line-height: 17px; border-radius: 50%; margin-right: 5px; }
#home-service .ad-item ul li { margin-bottom: 8px; }
#home-service .widget_ca_widget_image{padding-top: 50px; margin-bottom: 30px;}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,.woocommerce .widget_price_filter .ui-slider .ui-slider-range{background: #207b6c;}
#home-slider{margin-bottom: 45px;}
.cmsaddons-carousel .owl-dots{text-align: center; margin-top: 15px;}
.cmsaddons-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background: #d7d7d7;
    display: inline-block;
    margin-right: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.cmsaddons-carousel .owl-dots .owl-dot.active { background: #207b6c; }
.top-sv {  padding: 30px 15px 0px 15px; display: inline-block; width: 100%;  margin-top: 3px;}
.top-sv li { width: 21.5%; display: inline-block; color: #207b6c; margin-bottom: 30px; margin-right: 3%; font-size: 16px; }
.top-sv li .ca-icomoon { font-size: 45px; }
.service-icon { display: inline-block; float: left; width: 50px; margin-right: 10px; }
.service-content { width: calc(100% - 60px); width: -webkit-calc(100% - 60px); width: -moz-calc(100% - 60px); display: table-cell; font-weight: 500; }
.pr { position: relative; }
.top-sv .pr { top: 15px; }
.ca-archive-product .sidebar > section.widget { background: #DEDEDE; margin-bottom: 0px; padding-bottom: 25px; }
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count { float: none; }
.site-main >  .cmsaddons-woo-sorting > .woof_products_top_panel { position: relative; }
.archive.woocommerce .site-main ul.products { margin-top: 15px; }
.woocommerce .cmsaddons-woo-sorting .woocommerce-ordering { margin-bottom: 30px; }
.cmsaddons-woo-sorting .woof_products_top_panel { position: absolute; top: 50px; }
.cmsaddons-woo-sorting .cmsaddons-switch { position: absolute; top: 0px; left: 15px; }
.cmsaddons-woo-sorting .woocommerce-result-count { text-align: center; }
.sidebar .widget-woof { padding: 30px 10px; }
.widget-woof .woof_container { border-bottom: 1px solid #c5c5c5; }
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current { color: #fff; background-color: #6c7a89; }
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span { padding: 10px 15px; }
.woocommerce nav.woocommerce-pagination ul li { border: none; margin-right: 10px; background: #f1f1f1; }
.woocommerce nav.woocommerce-pagination { margin-bottom: 15px; }
.woocommerce nav.woocommerce-pagination ul { border: none; }
.woocommerce nav.woocommerce-pagination ul li a { color: #444; min-width: 30px; text-align: center; }
.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells { width: 100%; }
.specs-wrap {background: #fff; padding-top: 25px;}
.specs-wrap ul{margin-bottom: 0px;}
.specs-wrap ul li span { width: 70%; display: inline-block; }
.specs-wrap ul li span.spec-label{font-weight: bold;width: 30%; padding-left: 8px;}
.woocommerce .ca_additional_information table.shop_attributes{border-top: none; background: #F9F9F9;}
.woocommerce .ca_additional_information table.shop_attributes th{width: 30%;}
.woocommerce .ca_additional_information table.shop_attributes th{text-transform: capitalize;}
.specs-wrap h3 { margin-bottom: 25px; text-transform: uppercase; }
.specs-wrap ul li { padding-top: 10px; padding-bottom: 10px; border-bottom: 1px solid #ddd; }
.specs-wrap ul li:first-child{border-top: 1px solid #ddd;}
.specs-wrap ul li:nth-child(even){background: rgba(0,0,0,.025);}
.loop-view-more{    width: 50%;
    text-align: center;
    display: inline-block;
    float: left;
    line-height: 45px;
    background: #e5e5e5;
    color: #333;
    text-transform: capitalize;}
.loop-view-more:hover{color: #207b6c;}
.woocommerce a.button:hover{background: #207b6c;}
.cmsaddons-layout-list .loop-view-more,.cmsaddons-layout-list .star-rating{display: none !important;}
/*archive*/
.featured-right { margin-left: -15px; margin-right: -15px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.featured-right .item-col-2{padding-left: 15px; padding-right: 15px;}
.archive-custom-columns .category-post-type{padding-left: 15px; padding-right: 15px; margin-bottom: 30px;}
.post-featured-wrap{margin-bottom: 35px;}
.post-featured-wrap h2 {margin-top: 12px; font-size: 16px; line-height: 23px;}
.post-featured-wrap h2 a{color: #444;}
.post-featured-wrap h2 a:hover{color: #207b6c;}
.featured-right .item-col-2{margin-bottom: 15px;}
.featured-left{margin-bottom: 30px;}
.post-featured-wrap .s-ruler{margin-top: 15px; margin-bottom: 0px;}

/*about us*/
.page-title-wrap.temp-about .page-entry-title,
.page-title-wrap.temp-about .ca-breadcrumbs { text-align: left; }
.page-title-wrap.temp-about .ca-breadcrumbs { padding-left: 15px; padding-right: 15px; }
.section-our-values { position: relative; margin-top: 45px; padding: 30px; background: #e5e5e5; margin-bottom: 45px; }
.section-our-values .section-headline { text-align: center; }
.section-our-values .core-value { text-align: center; margin-top: 10px; margin-bottom: 15px; }
.section-our-values .core-value h4 { margin: 15px 0; }
.section-our-values .core-value p { line-height: 24px; }
.section-our-values .core-value .circle-effect-dashed-spin.cl-andie-antracit { background-color: #414045; }
.section-our-values .core-value .circle-effect-dashed-spin.cl-andie-antracit:after { border-color: #414045; }
.circle-effect-dashed-spin:after { opacity: 0; top: -2px; left: -2px; z-index: 10; border: 2px dashed #fff; }
.circle-o:after,
.circle:after { pointer-events: none; position: absolute; width: 100%; height: 100%; border-radius: 50%; content: ''; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }
.section-our-values .core-value .circle-effect-dashed-spin.cl-andie-antracit { color: #fff; }
.section-our-values .core-value .circle-effect-dashed-spin.cl-andie-antracit:hover { background-color: transparent !important; color: #414045 !important; }
.circle,
.circle-o { position: relative; display: inline-block; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; z-index: 1; cursor: pointer; }
.circle-effect-dashed-spin:hover:after { opacity: 1; -webkit-animation: spinAround 9s linear infinite; -moz-animation: spinAround 9s linear infinite; animation: spinAround 9s linear infinite; }
.circle-o.wh70,
.circle.wh70 { line-height: 70px; width: 70px; }
@-webkit-keyframes spinAround {
  from { -webkit-transform: rotate(0) }
  to { -webkit-transform: rotate(360deg) }
}
@-moz-keyframes spinAround {
  from { -moz-transform: rotate(0) }
  to { -moz-transform: rotate(360deg) }
}
@keyframes spinAround {
  from { transform: rotate(0) }
  to { transform: rotate(360deg) }
}
.section-testimonial > h2 { margin-bottom: 30px; }
.section-testimonial { margin-bottom: 55px; }
.section-testimonial .tes-content-full{color: #444444;}
.section-testimonial .tesallmore{ margin-top: 15px; display: inline-block;}
.section-headline>.line-container { margin-bottom: 30px; }
.line-container>.line-left { margin-right: -3px; }
.line-container>.line-left,
.line-container>.line-right { position: relative; display: inline-block; height: 0; border-top: 1px solid #ddd; width: 150px; }
.line-container>.line-circle { position: relative; display: inline-block; top: 4px; height: 9px; width: 9px; background-color: transparent; border: 2px solid #6c7a89; -webkit-border-radius: 4.5px; -moz-border-radius: 4.5px; border-radius: 4.5px; }
.line-container>.line-right { margin-left: -3px; }
.about-des { margin-bottom: 30px; line-height: 24px; }
.testimonial-page-title{margin-top: 30px;}
.testimonial-page-title h1{color: #888;}
.testimonial-page-title .ca-breadcrumbs{margin-bottom: 30px; margin-top: 10px;}
/*faq*/
.list-faq a.panel-heading { font-weight: 500; font-size: 16px; color: #555; padding: 5px 15px; display: inline-block; width: 100%; margin-right: 0px !important; }
.list-faq > li { border-bottom: 1px solid #d7d7d7; padding: 10px 0px; }
.list-faq > li.active a { color: #207b6c; }
.list-faq .accordion-btn-wrap { right: 15px !important; top: 10px !important; text-align: right !important; width: 100% !important; }
.list-faq .faq-content { padding: 15px; line-height: 24px;}
.section-faq { padding: 45px 0px; background: #e5e5e5; margin-top: 45px; }
.section-faq .section-title { font-size: 60px; color: #555; padding-left: 15px; }
@media screen and (max-width: 767px){
  .section-our-values .core-value {margin-bottom: 30px;}
}
.topbar-rf{display: inline-block; margin: 0px; height: 45px; line-height: 45px;}
ul.topbar-rf > li{display: inline-block; float: right;  width: 45px; text-align: center;}
.top-acc a{display: inline-block;width: 100%;color: #207b6c; font-size: 16px;}
.top-item-search .widget_product_search{display: none;}
.top-item-search .fa{width: 100%;color: #207b6c;}
.top-item-search .widget_product_search.open {
  display: block;
  position: absolute;
  right: 0;
  z-index: 99;
  border: 1px solid #ddd;
  height: 40px;
  line-height: 35px;
  -webkit-box-shadow: 0 2px 4px 0 #c1c1c1;
  -moz-box-shadow: 0 2px 4px 0 #c1c1c1;
  box-shadow: 0 2px 4px 0 #c1c1c1;
}
.top-item-search .widget_product_search input.search-field{border:none; padding-left: 10px;}
.top-item-search .widget_product_search button{display: none;}
.top-item-search{width: 45px; position: relative; text-align: center; cursor: pointer;}
/*mini-cart*/
.site-header-cart { list-style-type: none; margin-left: 0; padding: 0; margin-bottom: 0 }
.site-header-cart .cart-contents { display: none }
.site-header-cart .widget_shopping_cart { display: none }
.site-header-cart .widget_shopping_cart .woocommerce-mini-cart__empty-message { margin: 1.41575em }
.site-header-cart .widget_shopping_cart .product_list_widget img { margin-left: 5px; margin-right: 10px; }
.site-header-cart .cart-contents::after{
  font-family: FontAwesome;
  content:"\f07a";
  font-size: 18px;
  line-height: inherit;
  vertical-align: baseline;color: #207b6c;
}
.site-header-cart .cart-contents span.amount{display: none;}
.header-topbar-right{float: right;}
.widget_shopping_cart_content ul.woocommerce-mini-cart{display: inline-block;width: 100%;}
.widget_shopping_cart_content ul.woocommerce-mini-cart .mini_cart_item{width: 100%;}
ul.topbar-rf > li.phone-text{width: auto;margin-left: 15px;}
.menu-phone-text a { color: red; padding: 8px 0px; font-weight: bold; line-height: 40px; font-size: 1.1em; }
.phone-text i { color: #0BA14B; }
.accordion-nav .ac-menu-wrap > ul { display: inline-block; width: 100%; line-height: 35px; margin-bottom: 0px; }
.accordion-nav ul li { width: 100%; }
.accordion-nav ul li a { color: #444; }
.accordion-nav ul.sub-menu { padding-left: 10px; }
.accordion-nav { position: relative; }
.ac-menu-wrap { position: absolute; top: 100%; left: 0px; z-index: 99; background: #fff; width: 100%; padding: 15px 0 15px 15px; box-shadow: 0 0 10px #ccc; display: none; }
.cats-product-title {margin-top: 0px; background: #207b6c; line-height: 50px; border-radius: 15px 15px 0 0; text-align: center;  color: #fff; text-transform: uppercase; cursor: pointer; margin-bottom: 0; }
.cats-product-title:before { font-family: FontAwesome; content: "\f0c9"; margin-right: 10px; }
.header-menu-product{width: 25%; float: left;}
#close-cmsaddons-menu{font-size: 30px; padding-left: 15px; color: #f8f8f8;}
.menu-phone-text { width: 15%; float: left; text-align: right; float: right;}
.accordion-nav:hover .ac-menu-wrap{display: block;}
.menu-cats-onmain{display: none;}
@media (max-width:991px) {
  .menu-cats-onmain { display: block; }
  .menu-cats-onmain .menu-cats-h { background: rgba(77, 77, 64, .9); padding: 10px 3px 10px 15px; color: #fff; text-transform: uppercase; }
}
/*@media (min-width:768px) {*/
  .site-header-cart { position: relative }
  .site-header-cart .cart-contents { display: block; position: relative; background-color: transparent; height: auto; width: 45px; text-indent: 0; text-align: center; }
  .site-header-cart .cart-contents .amount { margin-right: .327em }
  .site-header-cart .cart-contents .count { font-weight: 400; font-size: .875em; position: absolute; top: 0; right: 0; line-height: 15px; background: red; color: #fff; border-radius: 3px; padding: 1px 3px; }
  .site-header-cart .cart-contents span { display: inline }
  .site-header-cart .widget_shopping_cart { color: #444; }
  .site-header-cart .widget_shopping_cart {
    border: 1px solid #e1e1e1;
    -webkit-box-shadow: 0 2px 4px 0 #c1c1c1;
    -moz-box-shadow: 0 2px 4px 0 #c1c1c1;
    box-shadow: 0 2px 4px 0 #c1c1c1;
    background: #fff;
    position: absolute;
    top: 100%;
    width: 260px;
    z-index: 999999;
    font-size: 1em;
  }
  .site-header-cart .widget_shopping_cart.sub-menu--is-touch-device { display: none; left: 0 }
  .site-header-cart .widget_shopping_cart h2.widgettitle { display: none }
  .site-header-cart .widget_shopping_cart .product_list_widget li a.remove { position: relative; float: left; top: auto }
  .site-header-cart .widget_shopping_cart .product_list_widget li a.remove::before { text-align: left }
  .site-header-cart.focus .widget_shopping_cart,
  .site-header-cart:hover .widget_shopping_cart { right: 0; left: unset; display: block }
/*}*/

.footer-widget-parallax ul li{display: inline-block; margin-left: 10px;}
.footer-widget-parallax ul li a{color: #cccccc; line-height: 50px;}
.footer-widget-parallax ul li.current-lang a,.site-footer  .footer-widget-parallax ul li a:hover{color: #207b6c;}
.footer-widget-parallax ul{margin-bottom: 0px;}
.footer-columns .cawp-social-link-widget{margin-top: 15px;}
.site-footer .site-info-wrapper .footer-widget-parallax aside.widget{margin-bottom: 0px;}
.site-footer ul.info li a{ color: #207b6c; }
.list-testimonials { clear: both; margin-bottom: 30px; display: inline-block; width: 100%; }
.list-testimonials .post-thumbnail { float: left; margin-right: 15px; width: 150px; overflow: hidden; }
.list-testimonials .list-tes-content { width: calc(100% - 165px); width: -webkit-calc(100% - 165px); width: -moz-calc(100% - 165px); float: left; }
.tes-allcontent .morecontent span{display: none;}
.testimonial-more .fa-minus { display: none; }
.testimonial-more.full .fa-minus { display: block; }
.testimonial-more.full .fa-plus { display: none; }
.tes-allcontent {
  height: 78px;
  min-height: 78px;
  overflow: hidden;
  transition: none;
  visibility: visible;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  clear: both;
}
.tes-allcontent img{height: auto;}
.tes-allcontent.full { height: 100%; min-height: 100%; transition: none; overflow: visible; }
.testimonial-more { width: 23px; height: 23px; text-align: center; line-height: 23px; border: 1px solid #ccc; border-radius: 5px; cursor: pointer; float: right; }
.testimonial-more .fa-minus { margin-top: 5px; }
.infor-user,
.post-thumbnail-full { display: none; clear: both; width: 100%; }
.infor-user.full,
.post-thumbnail-full.full { display: block; }
.list-testimonials  .entry-title { float: left; margin-top: 0px; margin-right: 10px; }
.list-testimonials .star-rating { clear: both; }
.list-tes-content { position: relative; padding-left: 30px; }
.list-tes-content:before { font-family: FontAwesome; content: "\f10d"; font-size: 23px; color: #ccc; position: absolute; top: 0px; left: 0px; }
.section-service { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.section-service > aside { -ms-flex: 0 0 25%; -webkit-box-flex: 0; flex: 0 0 25%; max-width: 25%; padding: 30px 15px; background-color: #f7f8f8; }
.cmsaddons-carousel .owl-prev, .cmsaddons-carousel .owl-next{
    position: absolute;
    top: 35%;
    font-size: 40px;
    font-weight: bold;
    color: #999;
    cursor: pointer;
    z-index: 9;
    width: 40px;
}
.cmsaddons-carousel .owl-next { right: 0; text-align: right; }
.relatedposts { margin-top: 45px; }
.sidebar .relatedposts { margin-top: 0px; }
.relatedposts .related-articles-title{margin-bottom: 30px;}
.widget .relatedposts .cablog-item{margin-bottom: 15px;}
.section-below-single{margin-top: 30px;    display: inline-block; width: 100%;}
.section-below-single .widget-title{
  position: relative;
    font-size: 21px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 55px;
    font-weight: 600;
}
.section-below-single .widget-title:after {
    content: '';
    display: block;
    width: 70px;
    height: 4px;
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -35px;
    background: #207b6c;
}
.pdl0{padding-left: 0px;}
.widget_ca_fanpage_like{overflow: hidden;}
.single-post article.post .entry-header .entry-title{text-transform: uppercase; font-size: 18px;}
.woocommerce #shipping_last_name_field,.woocommerce form .form-row-last#billing_last_name_field{width: 100%;}
.cknh{font-weight: bold;}
tbody > .cart_item.bundle_table_item .cart-product-info .amount{display: none;}
.site-header-cart.hcm{display: none;}
.youtube-player {
    position: relative;
    padding-bottom: 56.23%;
    
    overflow: hidden;
    max-width: 100%;
    background: transparent;
    height: 105px;
}
.youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
}
.list-video .left-lst-video{padding-right:10px;}
.right-video-col img{width: 100%;}
.left-lst-video{margin-bottom: 10px; cursor: pointer;}
.list-video .i-video-left{   
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
} 
.left-lst-video .video-item.youtube-player > div:after {
    content: "\f144";
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    right: 10px;
    bottom: 5px;
    color: #fff;
    font-size: 15px;
}

/*sv*/
.svb-left .sicon, .svb-right .sicon{margin-top: 10px;}
.svb-left .sicon{margin-right: 15px;}
.svb-right .sicon{margin-left: 15px;}
.svb-bottom .sicon{margin-top: 15px;}
.svb-top .sicon{margin-bottom: 15px;}
.svb-left, .svb-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
/*recent-posts*/
.widget-lst.recent-posts >li{display: inline-block; width: 100%;}
.widget-lst.recent-posts .widget-lst-thumb {
  float: left;
  width: 101px;
  margin-right: 10px;
  overflow: hidden;
  margin-top: 3px;
}

.widget-lst-info.thumb {
  width: calc(100% - 111px);
  width: -webkit-calc(100% - 111px);
  width: -moz-calc(100% - 111px);
  float: right;
}

.widget-lst.recent-posts .widget-lst-title {
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
  text-transform: capitalize;
  color: #444;
  font-size: 15px; font-weight: bold;
}
.widget-lst.recent-posts .post-info-excerpt{margin-top: 5px;}
.widget-lst.recent-posts .posted-on { color: #999; font-style: italic; font-size: 12px; }
.woocommerce-account .woocommerce-MyAccount-navigation{
  border: 1px solid #ddd;
    margin-bottom: 30px;
}
.woocommerce .sidebar .widget-title{padding-top: 10px;}
.woocommerce .sidebar > section.widget{padding-left: 15px; padding-right: 15px;}
.header-logo img{max-height: 50px;}
/*responsive*/
@media (min-width:1200px) {
  .woocommerce .cart-collaterals,
  .woocommerce-page .cart-collaterals { width: 33.33333%; }
}
@media screen and (max-width:1199px) {
  .search-ins { display: none; }
}
@media screen and (max-width:1199px) and (min-width:769px) {
  .related.products ul.products li.product { width: 48%; float: left; margin: 0 0 2.992em; clear: none; }
  .related.products ul.products li.product:nth-child(even) { margin-left: 4%; }
}
@media screen and (min-width:992px) {
  .woocommerce-checkout #customer_details { width: 48%; float: left; margin-right: 4%; }
  .woocommerce-checkout #order_review_heading,
  .woocommerce-checkout #order_review { width: 48%; float: left; }
  .woocommerce-checkout #customer_details .col-1,
  .woocommerce-checkout #customer_details .col-2 { width: 100%; max-width: 100%; }
  
}
@media screen and (max-width:991px) {
  .woocommerce-cart .page-title-wrap{margin-bottom: 0px;}
  .header-acc-cart{display: none;}
  .iacc-mobile{display: inline-block; width: 50%; text-align: center;     float: left;}
  .site-header-cart.hcm{width: 50px; display: inline-block;height: 40px;float: right; line-height: 41px;}
  .site-header-cart.hcm .cart-contents{margin: 0 auto;}
  .site-header-cart.hcm .cart-contents:after{color: #444;}
  .ac-m{margin-bottom: 15px;}
  .top-sv li{    width: 46.5%; }
  .header-menu-product{display: none;} 
  .cats-product-title{border-radius: 0px;}
  .header-fixed .cats-product-title{margin-bottom: 6px;}
  .widget_ca_wc_products_widget .product-wrap-item .u-buttons {
    right: 10px;
    opacity: 1;
    visibility: visible;
    top: 50px;
  }
  .footer-widget-parallax{text-align: center !important;}  
  .specs-wrap.pdl0{padding-left: 15px;}
  .archive-custom-columns .category-post-type{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cmsaddons-woo-sorting .cmsaddons-switch,
  .post-featured-wrap{display: none;}
  
  
}
@media screen and (max-width:991px) and (min-width: 576px){
  .ca-product-grid .product.item-col-3{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  
}
@media screen and (max-width:991px) and (min-width: 480px){
  .cacol-4 .tab-content ul.products > li, .cacol-4 .tab-content .item-tab-blog{
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
    width: 50% !important;
  }
}
@media screen and (max-width:768px) {
  .woocommerce .cmsaddons-page-cart table.shop_table td.product-name,
  .woocommerce .cmsaddons-page-cart table.shop_table td.product-subtotal { border: none; }
  .woocommerce .cmsaddons-page-cart table.shop_table_responsive tr td::before { display: inline-block; width: 100%; text-align: left; margin-bottom: 10px; }
  .woocommerce .cmsaddons-page-cart table.shop_table_responsive tr td { text-align: left !important; }
  .woocommerce .cmsaddons-page-cart table.shop_table td.product-name { display: inline-block; width: 100%; }
  .woocommerce .cmsaddons-page-cart table.shop_table td.product-quantity:before { content: none; }
  .woocommerce .cmsaddons-page-cart table.shop_table td.product-quantity,
  .woocommerce .cmsaddons-page-cart table.shop_table td.product-subtotal { width: 50%; float: left; }
  .woocommerce .cmsaddons-page-cart table.shop_table_responsive tr { display: inline-block; border-bottom: 1px solid #e5e5e5 !important; margin-bottom: 15px; width: 100%; padding-bottom: 15px; 
    border-right:none; border-left: none;
  }
  .woocommerce .cmsaddons-page-cart table.shop_table_responsive tr td.actions { clear: both; }
  .woocommerce .cmsaddons-page-cart table.shop_table_responsive tr td.actions:before { content: none; }
  .woocommerce .cmsaddons-page-cart table.shop_table td { padding: 10px 0px; }
  .woocommerce .cmsaddons-page-cart .button.btn-qty.minus { padding: 0px 18px 0 5px; }
  .woocommerce .cmsaddons-page-cart .button.btn-qty.plus { padding: 0px 5px 0 18px; }
  .woocommerce .cmsaddons-page-cart table.shop_table_responsive tr:nth-child(2n) td { background: #fff; }
  .woocommerce .cmsaddons-page-cart .cart_totals table.shop_table td { border-bottom: none; }
  .btn-continue-shop { width: 100%; text-align: center; margin-bottom: 15px; }
  .woocommerce .cmsaddons-page-cart .woo-qty-wap { display: inline-block; }
  .entry-content .cmsaddons-page-cart tbody tr td.actions .coupon { padding: 15px !important; }
  .woocommerce .cmsaddons-page-cart table.shop_table_responsive tr:last-child { border-bottom: none; }
  .woocommerce-MyAccount-navigation ul li { display: inline-block; margin-right: 12px; border: 1px solid #e5e5e5; padding: 10px; margin-bottom: 12px; }  
  .cmsaddons-page-title { margin-bottom: 45px !important; }
  .woocommerce .col2-set .col-1,
  .woocommerce .col2-set .col-2,
  .woocommerce-page .col2-set .col-1,
  .woocommerce-page .col2-set .col-2 { max-width: 100%; }
}
@media (max-width: 767px){
  .woocommerce ul.products.cmsaddons-layout-list li.product .cmsaddons-img-frame{margin-bottom: 10px;}  
  .list-testimonials .post-thumbnail{display: none;}
  .list-testimonials .list-tes-content {
    width: calc(100% - 0px);
    width: -webkit-calc(100% - 0px);
    width: -moz-calc(100% - 0px);
  }
  .section-service > aside {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }  
  
}
@media (max-width:575px) {  
  .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product{width: 100%;}
  .woocommerce ul.products.cmsaddons-layout-list li.product .cmsaddons-img-frame{margin-right: 0px; width: auto; max-width: 100%;}
  .ca-product-grid .product.item-col-3{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width:540px){
  .woocommerce .cmsaddons-woo-sorting{padding-right:15px;padding-left:15px;}
  .woocommerce .cmsaddons-woo-sorting .woocommerce-ordering{clear:both;width:100%;}
  .woocommerce .cmsaddons-woo-sorting .woocommerce-ordering select.orderby{width:100%;}
}
@media screen and (max-width:480px) {
  .top-sv li { width: 100%; margin-right: 0px; }
  .style2-right ul li { -ms-flex: 0 0 100%; -webkit-box-flex: 0; flex: 0 0 100%; max-width: 100%; }
  .style2-right ul li .cmsaddons-img-frame { text-align: center; }
}
@media screen and (max-width:479px) {
.cacol-4 .tab-content ul.products > li, .cacol-4 .tab-content .item-tab-blog{
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
  }
}
@media screen and (max-width:400px) {
  .featured-right .item-col-2{
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section-service > aside {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .line-container>.line-left, .line-container>.line-right{ width: 100px;}
  .woocommerce-product-gallery .flex-viewport {height: 250px !important;}
}
@media (max-width: 375px){
  .tcall{display: none;}
  .call-numb:before{
    font-family: FontAwesome;
    content:"\f095"; margin-right: 5px;
  }
  ul.cmsaddons-layout-list .u-buttons .cmsaddons-wishlist-btn{display: none;}
  .woocommerce.single-product .quantity .qty{width: 41px;}
  .entry-content .cmsaddons-page-cart tbody tr td.actions .coupon input#coupon_code{width: 100% !important; margin-bottom: 15px;}
  .entry-content .cmsaddons-page-cart tbody tr td.actions .coupon button{width: 100% !important;}
  .woocommerce-message a.button{    width: 100%; text-align: center; margin-bottom: 10px;}
  .woocommerce-error, .woocommerce-info, .woocommerce-message{ padding: 1em;}
  .woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before{content: none;}
}
