@font-face {
  font-family: 'FontAwesome';
  src: url('fontawesome-webfont.eot?v=4.4.0');
  src: url('fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), 
  url('fontawesome-webfont.woff2?v=4.4.0') format('woff2'), 
  url('fontawesome-webfont.woff?v=4.4.0') format('woff'), 
  url('fontawesome-webfont.ttf?v=4.4.0') format('truetype'), 
  url('fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'AVANT';
    src: url('texgyreadventor-regular-webfont.eot');
    src: url('texgyreadventor-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('texgyreadventor-regular-webfont.woff2') format('woff2'),
         url('texgyreadventor-regular-webfont.woff') format('woff'),
         url('texgyreadventor-regular-webfont.ttf') format('truetype'),
         url('texgyreadventor-regular-webfont.svg#AVANT') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*override bootstrap*/
.clearfix,.row-separator {clear: both;}
.row-separator{display:block;}
.navbar-brand {float: none; padding: 0;}
.navbar-brand img{margin:10px 0 0 0;}
.nav > li > a:hover, .nav > li > a:focus, .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {background-color: transparent;}
.form-inline .form-group {margin-bottom: 4px; display: inline-block;}
.form-control {box-shadow: 0 0 0 1px rgba(255,255,255,0.2); height: 45px; margin-bottom:0px; padding: 4px 12px; vertical-align: middle;  border:1px solid transparent; background-color: #ededed; background-color: rgba(255,255,255,0.08); border-radius: 10px;-moz-border-radius: 10px;-webkit-border-radius: 10px;behavior: url(/PIE.htc);}
.form-control:focus { border-color: transparent; outline: 0; -webkit-box-shadow: box-shadow: 0 0 0 1px rgba(255,255,255,0.5); box-shadow: 0 0 0 1px rgba(255,255,255,0.5); }
.framcont{position: relative;padding-bottom:40%;padding-top: 40%;height: 0;overflow: hidden;}
iframe.frameshop{position: absolute;top:0;left: 0;width: 100%;height: 100%;}
.panel-title {font-size: 14px; text-transform: none; font-weight: 400; padding: 5px 0 5px 30px;}
.panel-title > a {color:#B1B3B4; }
.panel-title > a.collapsed {color:inherit;}
.panel {box-shadow: none;}
.panel-group .panel { border-left: 0; border-right: 0; border-bottom: 0; background-color: transparent; border-radius: 10px;-moz-border-radius: 10px;-webkit-border-radius: 10px;behavior: url(/PIE.htc);}
.panel-default > .panel-heading {background-color: transparent; color: inherit; position: relative; border: none;  padding-top: 6px; padding-bottom: 6px; border-radius: 10px;-moz-border-radius: 10px;-webkit-border-radius: 10px;behavior: url(/PIE.htc);}
.panel-heading {padding: 16px 0px 14px 16px;}
.panel-heading[class*="rt-icon-"]:before {position: absolute; font-size: 20px; color:#B1B3B4; left: 16px;}
.accordion-toggle:after {
    font-family: "fontello";
display: block; 
content: '\e82a';
position: absolute;
left: 0px;
top:10px;
font-size: 14px;
width: 17px;
height: 17px;
color:#B1B3B4;
-webkit-transition: background-color 0.2s linear 0s;
-moz-transition: background-color 0.2s linear 0s;
-o-transition: background-color 0.2s linear 0s;
-ms-transition: background-color 0.2s linear 0s;
transition: background-color 0.2s linear 0s;    
}
.accordion-toggle.collapsed:after{content: '\e82c'; color:inherit;}
.panel-default {border-color: transparent; }
.panel-group .panel + .panel {margin-top: 0;}
.panel-group .panel-heading + .panel-collapse .panel-body {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 16px;
    border-right: none;
    border-left: none;
    border-bottom: none;
    border-top: none;
}

.breadcrumb {background: transparent; padding: 0; margin:2px 0;}
.pagination {margin:30px 0 -20px;} 
.pagination > li >  a {
    /*font-size: 0.8em;*/
    padding: 8px 15px;
    border:1px solid #fff;

    margin-bottom: 10px;
    margin-right: 9px;
    display: inline-block;
    /*color: inherit;*/
    color: #B1B3B4;
    background-color: #fff;
     border-radius: 10px;-moz-border-radius: 10px;-webkit-border-radius: 10px;behavior: url(/PIE.htc);
} 
.pagination > li.active > a, .pagination > li > a:hover, .pagination > li.active > a:hover {background-color: #151515; color:#fff; border-color:#151515;} 
.pagination > li.active > a {color:#fff;}
.progress {height: 30px; box-shadow: none; background-color: #e1e1e1;  margin-bottom: 8px; border:none; position:relative; border-radius: 10px;-moz-border-radius: 10px;-webkit-border-radius: 10px;behavior: url(/PIE.htc);}
.progress span {display: block; padding: 4px 10px; position: absolute; clip:auto; z-index: 2; font-size: 12px; text-transform: uppercase; text-align: left; color:#fff; width: 100%:;}
.progress-bar { -webkit-box-shadow: none; box-shadow: none; padding: 5px 0;  visibility: hidden;}
.stretchRight {visibility: visible;}
.sr-only {position: static; width:auto; height: auto;}
.progress-bar-info {background-color: #F76799;}
.progress-bar-success {background-color: #B1B3B4;}
.progress-bar-warning {background-color: #B1B3B4;}
.progress-bar-danger {background-color: #B1B3B4;}

.tab-content {/*border:1px solid #e1e1e1;*/ padding: 0;  border-radius: 10px;-moz-border-radius: 10px;-webkit-border-radius: 10px;behavior: url(/PIE.htc);}
.tab-content img {max-width: 150px; margin: 0 10px;}
.nav-tabs {border-bottom-color: transparent;  font-size: 16px; margin-top: 00px; margin-bottom: -1px;}
.nav-tabs > li > a {padding: 13px 20px; color:#fff; margin-right: 0; margin-top: 0px;  border-radius: 10px;-moz-border-radius: 10px;-webkit-border-radius: 10px;behavior: url(/PIE.htc);
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color:#B1B3B4;
    /*border: 1px solid #e1e1e1; 
    border-bottom: 1px solid #fff;*/
    border-color:transparent;
    background-color: #fff;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    color: #fff;
    background-color: #B1B3B4;
    border-color:transparent;
}
.alert {border: none; padding: 30px 30px 30px 30px; border-radius: 10px;-moz-border-radius: 10px;-webkit-border-radius: 10px;behavior: url(/PIE.htc);}
.alert.topalert {margin-bottom: 0; padding: 12px 40px 14px 16px; background-color: #B1B3B4; color:#fff; font-size: 18px;}
.alert-dismissable .close {top:0; opacity: 0.8;}
.btn {border: 1px solid #000;
    display: inline-block;
    padding: 5px 13px;
    margin:2px auto;
    font-size: 12px;
    font-weight: 700;
    text-shadow: none;
    line-height: 24px;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;
    behavior: url(/PIE.htc);
}
.btn:hover {background:#000;color:#fff;border: 1px solid #8E634A;
    -webkit-transition: all 0.7s linear;
    -moz-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    -ms-transition: all 0.7s linear;
    transition: all 0.7s linear;
}
.btn-default {border:1px solid #ccc;}
.btn.btn-primary,.cartproductbox form button {
  color: #fff;
  background:  #8E634A;
  border:1px solid #000;
  display: inline-block;
  padding: 5px 13px;
  margin:2px auto;
  font-size: 12px;
  font-weight: 700;
  text-shadow: none;
  line-height: 24px;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  transition: all 0.4s linear;
  behavior: url(/PIE.htc);
}
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active,
.btn.btn-primary.active,
.open .dropdown-toggle.btn.btn-primary,.cartproductbox form button:hover {
  color: #8E634A;
background: #FFF;
border:1px solid #CCC;
-webkit-transition: all 0.4s linear;
-moz-transition: all 0.4s linear;
-o-transition: all 0.4s linear;
-ms-transition: all 0.4s linear;
transition: all 0.4s linear;
behavior: url(/PIE.htc);
}
.btn.btn-primary:active,
.btn.btn-primary.active,
.open .dropdown-toggle.btn.btn-primary {
}
.btn.btn-primary.disabled,
.btn.btn-primary[disabled],
fieldset[disabled] .btn.btn-primary,
.btn.btn-primary.disabled:hover,
.btn.btn-primary[disabled]:hover,
fieldset[disabled] .btn.btn-primary:hover,
.btn.btn-primary.disabled:focus,
.btn.btn-primary[disabled]:focus,
fieldset[disabled] .btn.btn-primary:focus,
.btn.btn-primary.disabled:active,
.btn.btn-primary[disabled]:active,
fieldset[disabled] .btn.btn-primary:active,
.btn.btn-primary.disabled.active,
.btn.btn-primary[disabled].active,
fieldset[disabled] .btn.btn-primary.active {
  background-color: #325371;
  border-color: #325371;
}
.btn.btn-primary .badge {
  color: #325371;
  background-color: #fff;
}
.cartproductbox form button{padding:5px 7px;}
.item .btn{font-size: 15px;display: block;width:90%;}
.blog-featured.events .item .btn{display:inline-block;width:auto;}
.boxxbox .btn {border:1px solid #FFF;}
.boxxbox .btn:hover {border:1px solid #ccc;color:#ccc;}
.img-circle {border:10px solid rgba(255,255,255,0.2);}

blockquote h3 {margin-top: 0; font-style: normal;}

/*vertical*/
#mainslider + #box_wrap {margin-top: -1px;}
#box_wrap > section {padding-top: 60px; padding-bottom: 60px;}
section#about {}
section#features {padding: 0;}
section#features {padding: 60px 0 27px;}
section#skills {padding: 88px 0 80px;}
section#testimonials  {padding-top: 26px; padding-bottom: 10px;}
section#process {padding: 89px 0 0;}
section#services {padding: 119px 0 39px;}
section#prices {padding: 89px 0 89px;}
section#partners {padding: 0px 0 39px;}
section#team {padding: 91px 0 102px;}
section#tweets {padding: 10px 0 12px;}
section#progress  {padding-top: 100px; padding-bottom: 68px;}
section#portfolio {padding: 86px 0 0; border-bottom: 0;}
section#belowcontent {padding: 49px 0 50px;}
section#info  {padding-top: 82px; padding-bottom: 88px;}
section#middle  {padding-top: 30px; padding-bottom: 60px;}
section#middle .row + .row {margin-top: 20px;}
footer#footer { }
section#map_wrap {padding: 0;}
section#mainslider {}
#map {height: 400px;}
section#contact {padding: 65px 0 20px;}
section#copyright {padding: 18px 0 18px;}
section#abovecontent {padding: 0;}
section#abovecontent > .container {padding-top: 20px; padding-bottom: 20px;}
.row + .row {margin-top: 20px;}
.title_section .row {display: block;}
.title_section [class*="col-"] {display: table-cell; vertical-align: middle; float: none;}
#land .container, #land .row  {height: 100%;}


/*IMMAGINI SEZIONI #testimonials {background-image: url(../images/parallax/slogan.jpg);} ,#parallaxtwo,#parallaxthree */
.homepagem #land {background-image: url(../images/parallax/land.jpg) !important;}
.winery #land {background-image: url(../images/parallax/land_winery.jpg) !important;}
.wineclub #land {background-image: url(../images/parallax/land_wineclub.jpg) !important;}
.homepagem #features{background-image: url(../images/parallax/features.jpg) !important;}
.winery #features{background-image: url(../images/parallax/features_winery.jpg) !important;}
.events #features{background-image: url(../images/parallax/features2.jpg) !important;}
.events #parallaxone{background-image: url(../images/parallax/events_parallaxone.jpg) !important;}
.winery #parallaxone{background-image: url(../images/parallax/parallaxone.jpg) !important;}
.winery #parallaxtwo{background-image: url(../images/parallax/parallaxtwo.jpg) !important;}
#features,#land,#parallaxone,#parallaxtwo,#parallaxthree {
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-attachment: fixed !important;
    background-color: transparent !important;
    background-size: cover!important;}


/*main*/
html, body {position: relative; width: 100%; height: 100%;}
::selection {
    background: #B1B3B4;
    color: #fff;
    }

::-moz-selection {
    background: #B1B3B4;
    color: #fff;
}
body {
font-size: 16px; 
font-family: "AVANT",arial,helvetica,sans-serif;
line-height:120%;
color: #000;
background-color: #fff;
/*overflow-y: scroll;
overflow-x: hidden!important;*/
}
.div0{max-width:1920px;display:block;margin:0 auto;}
/* headers */

h1 {font-size: 25px;}
h2 {font-size: 23px;}
h3 {font-size: 20px;}
h4,.bottomx h3,.boxmoduli h3,.module.blackbox h3,.bottom .module h3 {font-size: 18px;}
h5 {font-size: 16px;}
h6 {font-size: 14px;}

h1 small {font-size: 22.5px;}
h2 small {font-size: 17.5px;}
h3 small {font-size: 14px;}
h4 small {font-size: 14px;}

h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.bottomx .module h3,.varietals h3,.mapgo h3 {color: #8E634A;}
h1,h2,h3{font-family: 'Libre Baskerville', serif;text-transform: capitalize;}
h4,h5,h6,.bottomx h3,.boxmoduli h3,.module.blackbox h3{font-family: 'AVANT', sans-serif;text-transform: capitalize;}
.bottom .module h3,.varietals .st-content-showcase-wall h3.title{font-family: 'AVANT', sans-serif;text-transform: uppercase;}
.varietals h3{margin:0;}
.varietalsagrown h3{margin:0 0 5px;}
p{
margin-bottom: 20px;
}
h3.mod_titolo{text-transform:uppercase;}
.item-page p.img_dx img{margin: 14px 0 20px 20px;}
blockquote, .blockquote {
position: relative;    
border: none;
border-left: 5px solid #B1B3B4;
margin: 20px 0;
padding: 0 0 0 66px;
font-size: 22px;
line-height: 1.2;
font-style: italic;
}

blockquote:before {
    font-style: normal;
    font-family: 'fontello';
    content: '\e846';
    position: absolute;
    left:6px;
    font-size: 50px;
    opacity: 0.6;
}
sup, .sup {
 position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
top: -0.5em;
}
sub, .sub {
 position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
bottom: -0.25em;
}

img {max-width: 100%;}
a {
    color: #B1B3B4;
    text-decoration: none;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

a:hover {
    color: #272727;    
    text-decoration: none;
    -webkit-transition: all 0.15s linear 0s;
    -moz-transition: all 0.15s linear 0s;
    -o-transition: all 0.15s linear 0s;
    -ms-transition: all 0.15s linear 0s;
    transition: all 0.15s linear 0s;
}

a:focus {
    color: #272727;
    outline: medium none;
    text-decoration: none;
}
iframe{border:none; max-width: 100%;}
.article_anywhere3 p,.layout-wall .info.image .description{text-align:justify}

/*utilites*/
.not_found {color:#272727; font-weight: 700; font-size: 150px; line-height: 1;  margin:20px 0 0px; }
.not_found + h1 {color:#fff !important; text-transform: uppercase; margin-bottom: 30px;}
.not_found + h1 + h5 {font-weight: 400; font-size: 20px;}
.highlight, #response {color: #B1B3B4;}
 #response {margin:10px 0;}
.grey {color: #272727;}
.big {font-size: 1.8em; font-weight: 700; line-height: 1.3em;}
.vertical-margin-20 {margin:20px 0 !important;}
.vertical-margin-40 {margin:40px 0 !important;}
.vertical-margin-60 {margin:60px 0 !important;}
.negative-margin-60 {margin-top: -60px !important;}
.block-header {margin-bottom: 14px; margin-top: 0px;font-size: 58px; font-weight: 700; }
.block-header + h3 {font-size: 22px; margin-top: -10px; position: relative; margin-bottom: 40px;}
.block-header + p {position: relative; margin-bottom: 40px; font-size: 14px;}
.text-center .block-header + p:after, .block-header + h3:after {display: block; position: absolute; content: ''; width: 180px; height: 1px; background-color: #B1B3B4; bottom: -22px; left: 50%; margin-left: -80px;}
.block-header + h3:after {left: 0; margin-left: 0; bottom: -20px;}
.text-center .block-header + h3:after {left: 50%; margin-left: -55px; bottom: -30px;}
.color_section .block-header + p:after, .darkgrey_section .block-header + p:after {background-color: #fff !important;}
.block > h3 {margin-top: 0; margin-bottom: 18px; }
.page-title{margin:0 0 32px 0;}
.entry-title {margin: 0 0 8px;}
.blog .entry-thumbnail {margin: 32px 0 34px;}
.dropcap {
    display: block;
    float: left;
    font-size: 48px;
    line-height: 1;
    padding: 0 10px 0 0;
    text-align: center;
}
ul.list1 {list-style:none; padding-left: 20px;}
ul.list1 li{position: relative; padding: 8px 0 8px;}
ul.list1 li + li {border-top: 1px solid rgba(255,255,255,0.2);}
ul.list1 li:before{font-family: 'fontello'; content: '\e82c'; display: block; position: absolute; color:#fcfcfc; left:-17px;}
ul.list2 {list-style:none; padding-left: 20px;}
ul.list2 li{position: relative; padding: 8px 0 8px;}
ul.list2 li + li {border-top: 1px solid rgba(255,255,255,0.2);}
ul.list2 li:before{ content: '\2022'; font-size: 30px; display: block; position: absolute; color:#fcfcfc; left:-20px;}
ol.list3 {
    counter-reset: li;
    list-style: none outside none;
    margin-bottom: 4em;
    padding: 0;
}
ol.list3 li{position: relative; padding: 8px 0 8px 34px;}
ol.list3 li:after{
    content: counter(li, decimal-leading-zero);
    counter-increment: li;
    position: absolute;
    left:0px;
    top:50%;
    margin-top: -13px;
    font-weight: 700;
    color:#fff;
    width: 26px;
    height: 26px;
    background-color: #B1B3B4;
    text-align: center;
    line-height: 26px;
     border-radius: 100%;-moz-border-radius: 100%;-webkit-border-radius: 100%;behavior: url(/PIE.htc);
}
ol.list3 li + li {border-top: 1px solid rgba(100,100,100,0.2);}

.item-page.trade2 .nav.menu,.item-page.trade .nav.menu{margin:0; padding:0;}
.item-page.trade2 .nav.menu > li,.item-page.trade .nav.menu > li {display:block;float:left;width:25%;text-align: center;}
.item-page.trade2 .nav.menu > li a,.item-page.trade .nav.menu > li a{border:1px solid #000;margin:1%;padding: 0;}
.item-page.trade2 .nav.menu > li a:hover,.item-page.trade .nav.menu > li a:hover{color:#FFF;}
.item-page.trade2 .nav.menu > li a span,.item-page.trade .nav.menu > li a span{display:block;}
.item-page.trade2 .nav.menu > li a span.image-title,.item-page.trade .nav.menu > li a span.image-title{display:block;background:#CECFD0;padding: 5px;margin: 0;text-align: left;min-height: 65px;text-transform: uppercase;}
.item-page.trade2 .nav.menu > li a span img,.item-page.trade .nav.menu > li a span img{margin:10px auto;}
.item-page.trade2 .nav.menu > li a span img{height:124px;width:auto;}
/*sections*/
#topline {border:none;}
#land,#features,#parallaxone,#parallaxtwo,#parallaxthree {
width: 100%;
height: 400px;
top: 0;
bottom: 0;
overflow: hidden;
}
.with-top-border .container, .with-bottom-border .container {position: relative;}
.with-top-border .container:before, .with-bottom-border .container:after {position: absolute; display: block; content: ''; height: 1px; left: 15px; right: 15px; top: 0; background-color: #fff; opacity: 0.7;}
.with-bottom-border .container:after{top: auto; bottom:0;}
#topline p {margin: 0; padding: 10px 0 3px; }
#header {
/*    position: fixed;*/
    /*styles for sticky menu*/
    background:  #fff;
    padding: 0; 
    width: 100%; 
    z-index: 12000;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
.is-sticky #header {top: 0;margin-top:73px;}
#header-sticky-wrapper { background-color: transparent; z-index: 1;}
#header .row {position: relative;}
.sticky-wrapper .navbar-brand {
    display: none;
    position:relative;
    padding: 0;
}
.sticky-wrapper.is-sticky .navbar-brand {
    display: block;
}
.navbar-brand h2 {margin: 10px 0;}
.is-sticky #header .navbar-brand{top:9px;display: block;}
.is-sticky #header .nav.menu li a {color: #333;}
#header .navbar-brand img {}
#land h3, #land h1 {text-shadow: 1px 0px 1px #333;}
.mainmenu_wrap:before, .mainmenu_wrap:after {display: table; content:""; clear:both;}
#footer {}
#footer .row{margin:50px 0;}
.contacts #footer .row{margin:0;}
#footer .block > h3 {font-size: 14px; text-transform: uppercase;}
#footer .social-icons{margin: 53px 0 50px;}
#copyright {}
#copyright p { margin-bottom: 0; }
#copyright .navbar-brand {position: relative; top:-14px;}
#copyright .widget_nav_menu ul {float: right;}
#copyright .widget_nav_menu li {display: inline-block; margin-left: 10px; padding: 0;}
#copyright .widget_nav_menu li a {padding-bottom: 0 !important;}
#copyright .widget_nav_menu li a:before{display: none;}
#copyright .widget_nav_menu li a:hover{left:auto;}
/*p#social {margin:0 0 30px 0;}*/

/*common sections*/
.grey_section {background-color: #F0F0F0;}
.darkgrey_section {background-color: #343434; color:#fff;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
.darkgrey_section.parallax {border:none;}
.dark_section {background-color: #8E634A; color:#F5F5F5;
/* Better Font Rendering =========== */
  -moz-osx-font-smoothing: grayscale;}
.color_section {background-color: #FFF; color:#000;}

.darkgrey_section h1,
.darkgrey_section h2,
.darkgrey_section h3,
.darkgrey_section h4,
.darkgrey_section h5,
.darkgrey_section h6,
.dark_section h1,
.dark_section h2,
.dark_section h3,
.dark_section h4,
.dark_section h5,
.dark_section h6 {color:#fff;}
.color_section h1,
.color_section h2,
.color_section h3,
.color_section h4,
.color_section h5,
.color_section h6{}

.darkgrey_section a,
.dark_section a, 
.darkgrey_section .form-control,
.dark_section .form-control 
{color:#fff;}
.color_section a,.color_section .form-control {color:#8E634A;}
.darkgrey_section a,
.dark_section a {color:#fff;}
#header a {opacity: 2;}

.darkgrey_section a:hover,
.dark_section a:hover {color:#B1B3B4; opacity: 1;}
.color_section a:hover {color:#B1B3B4; opacity: 1;}
.color_section .highlight {color:#000; opacity: 1;}
.dark_section .block > h3 { color: #fff; font-size: 26px;}
.dark_section .form-control {border-color:transparent; color:#fff;}
.dark_section .widget_nav_menu a {}
.dark_section .widget_nav_menu a:hover {}


/*.dark_section .theme_btn, .darkgrey_section .theme_btn {color:#B1B3B4;}*/
.dark_section .theme_btn:hover, .darkgrey_section .theme_btn:hover {color:#272727; background-color: #fff; border-color: #fff;}
.dark_section .theme_btn.inverse,.darkgrey_section .theme_btn.inverse {color:#fff; background-color: transparent; border-color: #fff;}
.dark_section .theme_btn.inverse:hover, .darkgrey_section .theme_btn.inverse:hover {color:#B1B3B4; background-color: transparent; border-color: #B1B3B4;}

.color_section .theme_btn {border-color: #ffffff; color:#fff; background-color: transparent;}
.color_section .theme_btn:hover {border-color: #ffffff; color:#B1B3B4; background-color: #fff;}
.color_section .theme_btn.inverse {border-color: #272727; color:#272727; background-color: transparent;}
.color_section .theme_btn.inverse:hover {border-color: #ffffff; color:#ffffff; background-color: transparent;}

.bg-color0 {background-color: inherit;}
.bg-color1 {background-color: #B1B3B4;}
.bg-color2 {background-color: #e6557c;}
.bg-color3 {background-color: #00c1e4;}

.border-color1 {border-color: #B1B3B4 !important;}
.border-color2 {border-color: #e6557c !important;}
.border-color3 {border-color: #00c1e4 !important;}


/* Menu */
.sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sf-menu li {
    position: relative;
}
.sf-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 15001;
}
.sf-menu > li {
/*float: left;*/
    display: inline-block;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
    display: block;
}

.sf-menu a {
    display: block;
    position: relative;
}
.sf-menu ul ul {
    top: 0 !important;
    left: 100%;
}


/* Menu Skin */
.sf-menu {/*float: right;*/ text-align: center;}
.sf-menu ul {
    min-width: 12em; /* allow long menu items to determine submenu width */
    *width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
.sf-menu ul ul {
    margin-top: -17px;
}

.sf-menu a {
    padding: 0;
    text-decoration: none;
    text-transform:uppercase;
    zoom: 1; /* IE7 */
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
}
.sf-menu a:hover {
    color:#B1B3B4;
}
.sf-menu > li {
    /*text-align: center;
    padding:28px 0 18px 36px;
    */
    margin-right: 0px;
}
.sf-menu > li > a {
    padding:0px 22px 0px;
    margin:22px 0;
    line-height: 1;
}
/*.is-sticky .sf-menu > li > a {
    padding:10px 20px 8px;
    margin:10px 0;
}*/
.sf-menu > li:first-child > a {border-left: none;}
.sf-menu > li > a span:hover, .sf-menu > li.active > a span{
    color: #B1B3B4;
}
.sf-menu > li.active > a {
    color: #8E634A;
    cursor: text;
}
.sf-menu > li.active > a:hover{cursor:pointer;}

.sf-menu li {
    /*white-space: nowrap;*/ /* no need for Supersubs plugin */
    *white-space: normal; /* ...unless you support IE7 (let it wrap) */
}
.sf-menu ul {
    display: none;
    background-color: #151515;
    padding: 17px 0 17px;
     -webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.05);
     border:none;
 border-radius: 10px;-moz-border-radius: 10px;-webkit-border-radius: 10px;behavior: url(/PIE.htc);}

.sf-menu ul li {
/*padding: 0 30px 0 30px;*/
padding: 0;
}

.sf-menu ul li + li {
}

.sf-menu ul a {
    padding: 10px 20px;
    color:#fff;
    line-height: 1;
    text-align: left;
}
.sf-menu ul a {
    border-top: 1px solid rgba(100,100,100,0.2);
}
.sf-menu ul a:hover {
    color:#B1B3B4;
}
.sf-menu ul li:first-child > a {
    border-top: none;
}

.sf-menu ul li:last-child a {
/*    padding-bottom: 0;*/
}
.sf-menu ul ul{
    background-color: #fff;
}
.sf-menu ul ul a {
    color:#272727;
}
.sf-menu li:hover,
.sf-menu li.sfHover {
    /* only transition out, not in */
    -webkit-transition: none;
    transition: none;
}
.sf-menu.clearfix > li > a {
}
/*** arrows (for all except IE7) **/
/*.sf-arrows .sf-with-ul*/
.sf-arrows ul .sf-with-ul {
    padding-right: 1.5em;
    *padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
    content: '';
    position: absolute;
    top: 48%;
    right: 10px;
    height: 0;
    width: 0;
    /* order of following 3 rules important for fallbacks to work */
    border: 3px solid transparent;
    border-top-color: #777777; /* edit this to suit design (no rgba in IE8) */
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
    border-top-color: #fff; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
    display: block;
    margin-top: -3px;
    margin-right: -0px;
    border-color: transparent;
    border-left-color: #fff; /* edit this to suit design (no rgba in IE8) */
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
    border-left-color: #fff;
    opacity: 0.6;
}
.sf-menu [class*="rt-icon-"] {
    font-size: 19px; display: inline-block; margin-right:8px; position: relative;top:-1px; display: none;
}


.menu-item-number,
.menu-item-desc {display: none; color:#B1B3B4;
    font-size: 12px; letter-spacing: 0px;}
.is-sticky .menu-item-number,
.is-sticky .menu-item-desc {display: none !important;}


/*slider common*/
#mainslider {position: relative; }

.imagetitle {    
    color: #ffffff;
    display: block;
    font-size: 40px;
    line-height: 0.9em;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.imagetitle strong {
    color:#272727;
}
.imagedesc {font-size: 16px; margin-bottom: 30px; color:#272727;}
.fullwidthimage + .container {
        position:relative;
        bottom: 100%;
}
.fullwidthimage [class^="col-"] {
    position: static;
}
.fullwidthimage .slide_description  {
    left: 0;
    padding: 30px;
    max-width: 350px;
    background-color: #B1B3B4;
    background-color: rgba(51, 51, 51, 0.5);
 border-radius: 10px;-moz-border-radius: 10px;-webkit-border-radius: 10px;behavior: url(/PIE.htc);}
.fullwidthimage .imagetitle {
    font-weight: 700;
    color:#fff;
    opacity: 0.9;
}

.fullwidthimage .imagedesc {
    color:#fff;
    opacity: 0.8;
    margin-bottom: 20px;
}

.leftcontent .slide_description {position: relative; left:auto; right: auto; padding: 50px 0;}


.fullwidthcontent {padding: 60px 0 60px;}
.regular_image {position: relative;}
.regular_image img, img.leftcontent_image {    
    display: block;
}
.regular_image .slide_description {
    background-color: #B1B3B4;
    background-color: rgba(51, 51, 51, 0.6);
    padding: 30px 40px 20px;
    top: auto !important;
    left: 65px;
    bottom:50px;
    max-width: 370px;
    }
.regular_image .imagetitle {
    color:#fff;
    font-weight: 400;
    display: block;
    font-size: 28px;
    margin-bottom: 14px;
}
.regular_image .imagedesc { color:#fff; }

/*totop*/
#toTop {
background: #f5f5f5;
bottom: 30px;
display: none;
height: 50px;
width: 50px;
overflow: hidden;
position: fixed;
right: 20px;
text-decoration: none;
z-index: 9999;
font-size: 0px;
color:transparent;
-webkit-transition: all 0.4s linear;
-moz-transition: all 0.4s linear;
-o-transition: all 0.4s linear;
-ms-transition: all 0.4s linear;
transition: all 0.4s linear;
 border-radius: 10px;-moz-border-radius: 10px;-webkit-border-radius: 10px;behavior: url(/PIE.htc);
}
#toTop:after {
    display: block;
    content: '\e835';
    color:#B1B3B4;
    font-size: 24px;
    font-family: 'fontello';
    position: absolute;
    left:14px;
    top:14px;
    
}


#toTopHover, #toTop:hover {
background: #141414;
-webkit-transition: all 0.1s linear;
-moz-transition: all 0.1s linear;
-o-transition: all 0.1s linear;
-ms-transition: all 0.1s linear;
transition: all 0.1s linear;
}
#toTop:active, #toTop:focus {
outline: medium none;
}
.loadmore {
    margin: 56px 0 40px !important;
}

/* Isotope Filtering */
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item[style] {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/*blog*/

.blog {margin-top: 7px;}
.blog .entry-thumbnail:first-child{margin: 0px 0px 20px;}
.blog-single .entry-thumbnail{margin: 0px 0px 32px; position: relative;}
.blog article + article {margin-top: 40px; padding-top: 50px; border-top: 1px solid rgba(255,255,255,0.3);}

p.date {margin-bottom: 10px; font-style: italic;}
p.date +p {margin-bottom: 10px;}
.entry-share {margin:20px 0 10px;}
.read-more p {text-transform: uppercase;}
.blog article.post > header > h2, .blog article.post > header > .entry-meta, .blog article.post > .entry-content {/*margin-left: 40px; margin-right: 40px;*/}
h1.entry-title {font-size: 40px;}
h2.entry-title {margin: 20px 0 10px; font-size: 18px; font-weight: 700;}
h2.entry-title span.heart {font-size: 20px; float: right; padding: 8px 0 0 0;}
h2.entry-title span.heart:before {font-family: 'rt-icons'; content: "\e605"; font-size: 16px; color:#fff; padding-right: 3px;}
.entry-meta {margin: 10px 0;}
.blog-single .entry-meta {margin: 10px 0 16px; border-bottom: 1px solid rgba(255, 255, 255, 0.3); padding-bottom: 16px;}
.entry-meta .comments-link {float: right;}
.blog .entry-tags {margin-top: 29px; position: relative;}

.format-small-image .entry-tags  {border-color: #B1B3B4;}
.format-gallery .entry-tags  {border-color: #a7d163;}
.entry-tags a {text-transform: uppercase; }
.blog .entry-tags a { }
.entry-tags a:hover {}
.blog .read-more {margin-top: 21px;}
.blog .format-small-image .entry-thumbnail  {margin-bottom: 0; position: relative;}

img.alignleft {
float: left;
margin: 5px 20px 15px 0;
}
footer.bottom-entry-meta {margin: 28px 0;}
.tags {border-top: 1px solid #f5f5f5; border-bottom: 1px solid #f5f5f5; padding: 36px 0;}
.tags h3 {display: inline-block; margin:4px 0 0; }
.tags-links {position: relative;}
.tags-links:before {content: "\e687"; font-family: "rt-icons"; margin-right: 14px;}
.st_facebook_hcount,.st_twitter_hcount,.st_googleplus_hcount {

    position: relative;
    top:-3px;
    text-align: right;
}

.tags a,.tagcloud a {
padding: 7px 14px;
font-size: 13px;
/*border:1px solid #B1B3B4;*/
background-color: #fff;
color:#B1B3B4;
margin-bottom: 6px;
margin-right: 2px;
display: inline-block;
 border-radius: 10px;-moz-border-radius: 10px;-webkit-border-radius: 10px;behavior: url(/PIE.htc);}

.tags a:hover, .tagcloud a:hover {background-color: #151515; border-color: #151515; color:#fff;}

.author-meta {margin: 40px 0 46px; padding: 40px 52px 40px 52px; background-color: rgba(255,255,255,0.1); }
.author-meta img {/*display: block; max-width: 200px; margin: 10px 20px 10px 0;*/}
.author-meta h3 {margin: 26px 0 22px; position: relative;}
.author-social {display: block; position: absolute; top:0px; right: 0;}
.author-meta p:after{display: table; content: " "; clear:both;}

.related-posts > h3 {margin-bottom: 24px; font-size: 30px;}
.related-posts article.post {background-color: rgba(255,255,255,0.1); text-align: center; padding: 10px; 
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
     border-radius: 10px;-moz-border-radius: 10px;-webkit-border-radius: 10px;behavior: url(/PIE.htc);
}
.related-posts article.post:hover {background-color: #151515;}
/*.related-posts article.post.format-gallery {border-color: #00c1e4;}
.related-posts article.post.format-video {border-color: #B1B3B4;}
.related-posts article.post > .entry-content,.related-posts article.post > p, .related-posts article.post > h3 {}*/
.related-posts article.post > h3 {margin: 24px 0 0;}
.comments-area {margin: 43px 0 40px; border-top: 1px solid rgba(255, 255, 255, 0.3); padding-top: 20px;}
.comments-title {font-size: 30px; margin-bottom: 20px;}
.comments-area ol {list-style: none; padding-left: 0; margin-bottom: 0;}
.comments-area li {padding: 26px 0 5px;}
.comments-area ol.children li{padding: 10px 0 0 70px;}
.comments-area ol.children ol ol li{padding-left: 0;}
.comment-meta {position: relative;}
.comment-metadata {border-top: 1px solid rgba(255, 255, 255, 0.3); border-bottom: 1px solid rgba(255, 255, 255, 0.3); margin: 8px 0 16px 100px; padding:15px 0;}
.comment-author a{ position: relative; font-size: 1.4em;}
.comment-author img {max-width: 70px; margin-right: 28px; float: left;}
.reply {position: absolute; right: 0; top:49px; }
.comment-content {padding: 0 0 9px 100px;}
.comment-respond {margin-top: 0px;}
.comment-reply-title {margin: 0 0 22px; font-size: 30px;}
.comment-respond label, .contact-form label {display: none;}
form.contact-form {margin-top: 0px; margin-bottom: 20px; margin:0 auto;}
form.contact-form input, form.contact-form textarea {}
p.comment-form-author, p.comment-form-email, p.comment-form-url {
margin-bottom: 10px;
}
p.comment-form-author, p.comment-form-email {/*padding-right: 10px;*/}
p.comment-form-comment:before, p.contact-form-message:before {
    display: table; content: " ";
}
.comment-respond p.form-submit {text-align: center; margin-top: 40px;}
.comment-form input, .comment-form textarea {text-align: center;}


/*circle progress bars widgets*/
.chart {
  position: relative;
  display: inline-block;
  text-align: center;
  margin:20px 0;
  height: 130px;
   border-radius: 100%;-moz-border-radius: 100%;-webkit-border-radius: 100%;behavior: url(/PIE.htc);
}
.chart + p {
    margin: 25px 0 10px;
}
.chart canvas {
}
.percent {
  display: block;
  position: absolute;
  top:50%;
  left:50%;
  font-size: 50px;
  margin-top: 0.7em;
  margin-left: -0.75em;
  z-index: 2;
}
.percent:after {
    content: "%";
    font-size: 0.5em;
}





/*animated elements*/
.to_fade, .to_slide_right, .to_slide_left {/*opacity: 0;*/}


/*page preloader*/
.preloader  {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background: url(../example/logo.png) no-repeat 50% 50% #fff;*/
    background: #fff;
    z-index: 13000;
    height: 100%;
    width:100%;
 }

.preloaderimg  {
     width: 100%;
     height: 100%;
     position: absolute;
     left: 0;
     top: 0;
     margin:0;
}

/* CSS3 Transitions */

.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x : 50%;
    -webkit-perspective-origin-y : 50%;
    -moz-perspective : 1200px;
    -moz-perspective-origin-x : 50%;
    -moz-perspective-origin-y : 50%;
    perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}


/* FontAwesome */

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
 border-radius: 10px;-moz-border-radius: 10px;-webkit-border-radius: 10px;behavior: url(/PIE.htc);}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}

/* FontAwesome 
SAMPLE CODE
<i class="fa fa-spinner fa-spin"></i>
<i class="fa fa-circle-o-notch fa-spin"></i>
<i class="fa fa-refresh fa-spin"></i>
<i class="fa fa-cog fa-spin"></i>
<i class="fa fa-spinner fa-pulse"></i>
<i class="fa fa-camera-retro fa-lg"></i> fa-lg
<i class="fa fa-camera-retro fa-2x"></i> fa-2x
<i class="fa fa-camera-retro fa-3x"></i> fa-3x
<i class="fa fa-camera-retro fa-4x"></i> fa-4x
<i class="fa fa-camera-retro fa-5x"></i> fa-5x
fa-envelope
*/
#contentmap_legend_tags_module_168{position:absolute;}
#contentmap_input_module_168{padding:6px;margin:5px 10px 0 0;}
#contentmap_module_168 a, #contentmap_module_168 a:hover, #contentmap_module_168 a:visited {color: #8E634A!important;font-family: "Libre Baskerville",serif;}
.contentmap-checkcontainer {display: inline-block;padding: 5px 23px 9px 0;background: #FFF;margin: 5px 0;}
.contentmap-checkcontainer > .checkbox {margin: 4px 5px 0 0;float: left;}
/* iframe shop levigne */
.item-page.shop iframe,.item-page.wineclub iframe{margin:20px 0;-webkit-transition: all 0.4s linear; -moz-transition: all 0.4s linear;-o-transition: all 0.4s linear;-ms-transition: all 0.4s linear;transition: all 0.4s linear;}
body.levigneshop1 {
font-size: 16px; 
font-family: "AVANT",arial,helvetica,sans-serif;
line-height:120%;
color: #000;
background-color: #fff;
margin:0;
padding: 0;
overflow: hidden!important;
}
.levigneshop1 .container{width:100%;}
strong{font-weight:900;text-shadow:0 0 0 #000;}

/* STYLES-AMS*/
.toprow div.err-msg,
div.err-msg { display:none }
/*Final Checkout Page*/
#AMS-ck5 li { list-style:none }
#accordion ul { display:none; padding-left:0px }
#accordion ul ul { padding-left:0px }
/*
Cart-Slider & Log-in Slider
*/

/* cart item list */
.AMS-empty { display:none }
.AMS-cart-empty0 { display:block }
.AMS-cart-attention { position:absolute; bottom:130px; font-size:12px; width:95%; padding-left: 20px; text-align:center }
.AMS-cart-attention div { float:left; width:48% }
.AMS-cart-attention span { display:block }
.AMS-cart-attention span { line-height:16px }
.AMS-cart-attention div.AMS-ca-left { margin-right:2% }
.AMS-cart-slide-items { position: absolute; left: 0; right: 0; top: 63px; bottom: 100px; overflow: auto; background-color:#fff }
.AMS-cart-slide-items > ul { padding-left:0px }
.AMS-cart-slide-items > ul > li { position: relative; padding:20px 10px 10px 10px; list-style:none; min-height:130px }
.AMS-cart-slide-items > ul > li.5 { padding-left:10px }
.AMS-cart-slide-items >ul > li + li { border-top: 1px solid #838383; }
.AMS-cart-slide-- { float: left; width: 80px; }
.AMS-cart-slide-- img { max-height: 50px; max-width: 53px;padding-left:10px; }
.AMS-cart-slide--product-description { margin-left: 80px; }
.AMS-cart-slide--product-description h5 { padding-right: 40px; text-align:left; margin:0px; line-height:normal }
.AMS-cart-slide--product-description .purchase-quantity { margin-right: 14px; display:inline-block; }
.AMS-cart-slide--product-description .purchase-quantity label { background: #fff; }
.AMS-cart-slide--product-description .purchase-cost { display:block; vertical-align:top; padding-top:7px }
.AMS-cart-slide-items .AMS-icon-remove { position: absolute; right: 20px; top: 20px; width: 20px; cursor: pointer; }
.AMS-cart-drawer .purchase-options { margin-right: 40px; }
/* cart footer */
.AMS-cart-slide-footer { position: absolute; left: 0; right: 0; bottom: 0; }
/* cart summary */
.AMS-cart-slide-summary { text-align:right; border-top:solid 1px #000; border-bottom: 1px solid #000; background-color:#fff;color: #000; margin-bottom: 10px; padding-left: 30px; padding-bottom: 3px;font-size:13px; }
.AMS-cart-slide-summary .cc-col.col-1-3{font-size:16px;font-weight:900;}
.AMS-cart-slide-summary > div { margin: 8px 0; }
/* cart actions */
.AMS-cart-slide-actions { font-size: 16px; }
/* cart add promo code */
.cart--add-promo-code { color: #9d9d9d; }
.cart--add-promo-code input { background: transparent; border: 0; padding: 0; width: 50%; font-size: inherit; display: inline-block; -webkit-transition: width .3s; -o-transition: width .3s; transition: width .3s; }
.cart--add-promo-code input:focus { width: 80%; }
.err-msg.open { display:none !important }
/**
 * --cart drawer
 */

.5 { display:none }
li.joe div.AMS-add-msg2 { }
li.joe div.AMS-add-msg2:after { content:"Item added"; color:#a17200 !important; font-weight:700 !important; text-transform: uppercase; font-size: 12px;position: absolute; margin-top: 4px; }
li.joe { }
.cc-column-container::before,
.cc-column-container::after,
.cc-cf::before,
.cc-cf::after { content: " "; display: table; }
.cc-column-container::after,
.cc-cf::after { clear: both; }
.AMS-cart-slide-actions .cc-cta { margin-bottom:5px; }
.cc-col.col-1-2:nth-child(odd) { margin-right:2%; }
.AMS-cart-slide-actions .cc-col.col-1-2.AMS-call-toaction{ margin-right:0%!important; }
.AMS-cart-slide-actions .cc-col.col-1-2.AMS-call-toaction.cta--drkgrn.AMS-cart-toggle{margin-right:4px!important;margin-left:1px;}
.cc-col.col-1-2 { width: 100%; }
.cc-column-container > .cc-col { float: left; }
.cc-form-action .AMS-call-toaction,
.AMS-cart-slide-actions .AMS-call-toaction { text-align: center; }
.AMS-call-toaction.cta--drkgrn { }
.cc-col { padding-left: 22px; padding-right: 22px; }
.AMS-call-toaction,
a.AMS-call-toaction {width:auto;padding: 10px 49px; text-decoration: none; text-transform:uppercase; background: #8E634A none repeat scroll 0 0; border: 1px solid #000; color: #fff; display: inline-block; font-size: 12px; font-weight: 700; line-height: 24px; margin: 2px auto; text-shadow: none; transition: all 0.4s linear 0s; }
a.AMS-call-toaction:focus, .AMS-call-toaction:focus { opacity: .7; }
a.AMS-call-toaction:hover, .AMS-call-toaction:hover { background: #ffffff none repeat scroll 0% 0%; border: 1px solid #b1b3b4; color: #8E634A; transition: all 0.4s linear 0s; }
.AMS-cart-drawer { position: fixed; top: 0; bottom:0;width: 380px;height:100%; right: -400px; font-size: 20px; z-index: 101; background-color:#fff;border:1px solid #ccc; -webkit-box-shadow: 0 0 15px rgba(0,0,0,.5); box-shadow: 0 0 15px rgba(0,0,0,.5); -webkit-transition: all .4s; -o-transition: all .4s; transition: all .4s; }
.AMS-mini-cart .AMS-cart-drawer { right: 0; }
.AMS-cart-slide-actions .cc-col.col-1-2.AMS-call-toaction{width:auto!important;}
header.cart-header { position: relative; height:auto }
.cart-header h3 { padding: 10px 0px 0px 10px; margin:0px; color:#b1b3b4; font-size:34px; font-family: inherit; margin: 0 0 ; line-height:56px; font-weight:300  }
.cart-header .AMS-icon-close-cart { position: absolute; cursor: pointer; right: 10px; top: 38%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }
.cart-header svg { margin-top: 28px; fill: #b1b3b4; }
.cart-header select { border:1px solid #c1964d }
span.ico AMS-icon-close-cart svg path { fill: #5a5a5a; }
/* cart item list */

@media screen and (max-width: 420px) {
.AMS-cart-drawer,
.AMS-login-slider { width: 95%; right: -420px; }
/*.AMS-cart-slide-footer { font-size: 18px; }
.cc-col.col-1-2 { width: 100%; }
.AMS-call-toaction.cta--drkgrn { margin-bottom:20px }
.AMS-cart-slide-summary { padding-left:0px }*/
}
#AMS-login .error .span-msg,#AMS-ck-login .error .span-msg{margin:5px 0;}
.AMS-login-slide-header { padding: 24px 20px; background: #000; position: relative; }
.AMS-login-slide-header h3 { color: #fff; padding: 0; }
.AMS-login-slide-header .AMS-icon-close-cart { position: absolute; cursor: pointer; right: 0; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }
.slide-login .AMS-login-slider { right:0px; }
.AMS-login-slider fieldset { padding:15px }
.AMS-login-slider form input[type="email"],
.AMS-login-slider form input[type="password"] { padding: 5px 10px; font-size: 14px; border: 1px solid; margin: 5px 0; width: 93%;}
.AMS-login-slider form { background-color:#fff; padding:10px }
.AMS-login-slider { background-color:#FFF; border: 1px solid #b1b3b4;box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); font-size: 16px; position: fixed; right: -400px; top: 0; transition: all 0.4s ease 0s; width: 380px; z-index: 101;  }
.AMS-login-slider .button-box .cc-col.col-1-2.AMS-call-toaction.cta--drkgrn{margin:10px 0 0;width:99%;}
.AMS-login-slider .row{margin:0;}
.AMS-login-slider form button { width:95%; margin: 0 2% }
.AMS-login-slider p.forgot { text-align: center }
.AMS-login-slider header,
.AMS-cart-drawer header { min-height:66px !important; background-color:#000; }
h5.AMS-minicart-h5 { font-size:15px }
.AMS-login-slider header:hover,
.AMS-cart-drawer header:hover { cursor:pointer }
@media screen and (max-width: 420px) {
.AMS-login-slider { width: 95%; right: -420px; }
}
/* END-STYLES-AMS*/


.menushop .fa:before {padding-right: 7px;}
.toprow div{display:inline-block; vertical-align:top}
div.err-msg .span-msg{float:none;font-size:13px;}
.toprow div.err-msg, div.err-msg { background:#8E634A;color:#FFF!important;text-transform:uppercase;line-height:2.3em;width: 99.5%;text-align:center;}
.toprow div.err-msg .span-msg{margin:0;}
.centerrow div{}
.productimage {min-height: 400px;width: 36%;float:left;}
.producttitle{display: table;background: #CECFD0;color: #000;width: 100%;}
.producttitle h2,.producttitle h3{display:block;}
.producttitle h2{float:left;}
.producttitle h3{background:#FFF;color:#000;line-height:200%;margin:20px 30px 20px 0;text-align:right;float:right;}
.productthumbnail,.titleproductbox,.cartproductbox{display:block!important;}
.prod_pres{display: block;border-left:1px solid #000;float: right;width: 62%;}
.prod_pres div{padding:0 20px;}
.cartarea{text-align:center;}
.menushop{width: 18%;margin-right:2%;}
.productbox-wrap { width: 79%;}
.prod_pres hr{width:94%;margin:20px auto;}
.productbox{width: 19%;margin: 0px 1px 10px;border:1px solid #000;}
.producttitle h3{padding: 0px 10px;}
.carttitle {display:block;text-align:center;background:#000;color:#FFF;padding:5px 0;}
.carttitle h2{font-family:"AVANT",arial,helvetica,sans-serif;font-weight:300;text-transform:uppercase;}
.prod_pres .producttitle h2{float:left;font-family: "AVANT",arial,helvetica,sans-serif;font-size: 22px;margin: 30px 0 0 0;text-transform: uppercase;}
.producttitle h5{margin:10px 7px;text-transform:uppercase;font-size:14px;line-height:1.1em;text-align:left;min-height:45px;color:#FFF;}
.producttitle h5 a{color:#000;font-weight: 900;}
.producttitle h5 a:hover{color:#fff;}
h6.productboxprice{margin:10px 7px!important;padding: 5px;float: right;color: #000;background: #FFF;font-weight: 900;}
.cartproductbox .btn{padding:5px 4px;margin: 2px;}
.cartproductbox form{float:right;width:60%;}
.cartproductbox input{display: inline-block;float: left;width: 38%!important;border: 1px solid #ccc;padding: 10px 5px 11px;}
.menushop ul{list-style:none;margin: 0 0 10px;padding: 0;}
.menushop ul.dropdown-menu li a{text-transform:uppercase;color:#8E634A;}
.menushop ul.dropdown-menu li a:hover,.menushop ul.dropdown-menu .dropdown-menu.AMS-subdrop li a:hover{color:#B1B3B4;}
.menushop ul.dropdown-menu .dropdown-menu.AMS-subdrop li a{text-transform:capitalize;color:#000;font-size:14px;}
.menushop ul.dropdown-menu .dropdown-menu.AMS-subdrop li{padding-left:10px;margin: 8px;line-height: 1.0em;}
.menushop ul.AMS-side-cart{font-size: 13px;text-transform: uppercase;border-bottom: 1px solid #000;padding: 0 10px 10px 0;}
.menushop ul li.AMS-side-login a.fa.fa-sign-out{color:#8E634A;font-weight:bold;border-bottom:1px solid #000;padding-bottom:10px;margin-bottom:10px;width:100%;}
.menushop ul.AMS-side-cart li a{color:#B1B3B4;}
.menushop ul.AMS-side-cart li a:hover,.menushop ul.AMS-side-cart li.AMS-side-carttot{color:#8E634A;}
.menushop ul.AMS-side-cart li.AMS-side-carttitle{font-weight:900;color:#8E634A;}
.productbox-wrap div{min-height:0;min-width:0;}
.producttitle h2{float:left;font-family: "AVANT",arial,helvetica,sans-serif;font-size: 22px;}
#AMS-ck2 .AMS-help-block,#AMS-ck2 .AMS-req-fields,#AMS-ck2 .gift-msg label span,#AMS-ck2 .error .span-msg,#AMS-ck4 .AMS-help-block,#AMS-ck4 .AMS-req-fields,#AMS-ck4 .gift-msg label span,#AMS-ck4 .error .span-msg,#AMS-ck5 .AMS-help-block,#AMS-ck5 .AMS-req-fields,#AMS-ck5 .gift-msg label span,#AMS-ck5 .error .span-msg,#AMS-club-shipping .AMS-help-block,#AMS-club-shipping .AMS-req-fields,#AMS-club-shipping .gift-msg label span,#AMS-club-shipping .error .span-msg,#AMS-ck-login .error .span-msg,#AMS-myacct-ship2 .AMS-help-block,#AMS-myacct-ship2 .AMS-req-fields,#AMS-myacct-ship2 .gift-msg label span,#AMS-myacct-ship2 .error .span-msg,#AMS-addaddress .AMS-help-block,#AMS-addaddress .AMS-req-fields,#AMS-addaddress .gift-msg label span,#AMS-addaddress .error .span-msg,#AMS-myacct-updbill .AMS-help-block,#AMS-myacct-updbill .AMS-req-fields,#AMS-myacct-updbill .gift-msg label span,#AMS-myacct-updbill .error .span-msg,#AMS-myacct-email .AMS-help-block,#AMS-myacct-email .AMS-req-fields,#AMS-myacct-email .gift-msg label span,#AMS-myacct-email .error .span-msg,#AMS-myacct-pword .AMS-help-block,#AMS-myacct-pword .AMS-req-fields,#AMS-myacct-pword .gift-msg label span,#AMS-myacct-pword .error .span-msg,#AMS-myacct-myhist .AMS-help-block,#AMS-myacct-myhist .AMS-req-fields,#AMS-myacct-myhist .gift-msg label span,#AMS-myacct-myhist .error .span-msg,#AMS-forgot .AMS-help-block,#AMS-forgot .AMS-req-fields,#AMS-forgot .gift-msg label span,#AMS-forgot .error .span-msg,#AMS-ck-login .AMS-help-block,#AMS-ck-login .AMS-req-fields,#AMS-ck-login .gift-msg label span,#AMS-ck-login .error .span-msg{color:#8E634A;font-size:12px;}
#AMS-ck2 .error .span-msg,#AMS-ck4 .error .span-msg,#AMS-ck5 .error .span-msg,#AMS-club-shipping .error .span-msg,#AMS-myacct-ship2 .error .span-msg,#AMS-addaddress .error .span-msg,#AMS-myacct-updbill .error .span-msg,#AMS-myacct-email .error .span-msg,#AMS-myacct-pword .error .span-msg,#AMS-myacct-myhist .error .span-msg,#AMS-forgot .error .span-msg{width:100%;}
#AMS-ck2 .gift-check,#AMS-ck2 .gift-msg,#AMS-ck4 .gift-check,#AMS-ck4 .gift-msg,#AMS-ck5 .gift-check,#AMS-ck5 .gift-msg,#AMS-club-shipping .gift-check,#AMS-club-shipping .gift-msg,#AMS-myacct-ship2 .gift-check,#AMS-myacct-ship2 .gift-msg,#AMS-addaddress .gift-check,#AMS-addaddress .gift-msg,#AMS-myacct-updbill .gift-check,#AMS-myacct-updbill .gift-msg,#AMS-myacct-email .gift-check,#AMS-myacct-email .gift-check,#AMS-myacct-pword .gift-check,#AMS-myacct-myhist .gift-check,#AMS-forgot .gift-check{font-size:14px;}
#AMS-ck2 .AMS-help-block,#AMS-ck4 .AMS-help-block,#AMS-ck5 .AMS-help-block,#AMS-club-shipping .AMS-help-block,#AMS-myacct-ship2 .AMS-help-block,#AMS-addaddress .AMS-help-block,#AMS-myacct-updbill .AMS-help-block,#AMS-myacct-email .AMS-help-block,#AMS-myacct-pword .AMS-help-block,#AMS-myacct-myhist .AMS-help-block,#AMS-forgot .AMS-help-block{padding-left: 33px;}
#AMS-ck2 .AMS-req-fields span,#AMS-ck4 .AMS-req-fields span,#AMS-ck5 .AMS-req-fields span,#AMS-club-shipping .AMS-req-fields span,#AMS-myacct-ship2 .AMS-req-fields span,#AMS-addaddress .AMS-req-fields span,#AMS-myacct-updbill .AMS-req-fields span,#AMS-myacct-email .AMS-req-fields span,#AMS-myacct-pword .AMS-req-fields span,#AMS-myacct-myhist .AMS-req-fields span,#AMS-forgot .AMS-req-fields span{color:#000;}
#AMS-login,#AMS-ck-login,#AMS-ck2,#AMS-ck4,#AMS-ck5,#AMS-club-shipping,#AMS-myacct,#AMS-myacct-ship2,#AMS-myacct-myaddressbook,#AMS-addaddress,#AMS-myacct-updbill,#AMS-myacct-email,#AMS-myacct-pword,#AMS-myacct-myhist,#AMS-forgot{margin:0 auto;border:1px solid #000;padding:20px;}
#AMS-login,#AMS-ck-login,#AMS-myacct-myaddressbook,#AMS-myacct-email,#AMS-myacct-pword,#AMS-forgot{width:30%;margin:0 auto;}
#AMS-ck2,#AMS-ck4,#AMS-club-shipping,#AMS-myacct-ship2,#AMS-myacct,#AMS-addaddress,#AMS-myacct-updbill{width:50%;margin:0 auto;}
#AMS-ck5,#AMS-myacct-myhist{width:75%;margin:0 auto;}
#AMS-ck-login .AMS-chkout-steps span,#AMS-ck2 .AMS-chkout-steps span,#AMS-ck4 .AMS-chkout-steps span,#AMS-ck5 .AMS-chkout-steps span,#AMS-club-shipping .AMS-chkout-steps span,#AMS-myacct-ship2 .AMS-chkout-steps span,#AMS-addaddress .AMS-chkout-steps span,#AMS-myacct-updbill .AMS-chkout-steps span,#AMS-myacct-email .AMS-chkout-steps span,#AMS-myacct-pword .AMS-chkout-steps span,#AMS-myacct-myhist .AMS-chkout-steps span,#AMS-forgot .AMS-chkout-steps span{display:none;}
#AMS-ck-login .AMS-return-wrap h3{margin:10px 0;font-family: "AVANT",arial,helvetica,sans-serif;font-size: 16px;text-transform:uppercase;font-weight:900;text-align: center;}
#AMS-ck-login .AMS-return-wrap input,#AMS-ck-login .AMS-return-wrap label,.AMS-help-block{display:block;}
#AMS-ck2 .AMS-row label,#AMS-ck4 .AMS-row label,#AMS-ck5 .AMS-row label,#AMS-club-shipping .AMS-row label,#AMS-myacct-ship2 .AMS-row label,#AMS-addaddress .AMS-row label,#AMS-myacct-updbill .AMS-row label,#AMS-myacct-email .AMS-row label,#AMS-myacct-pword .AMS-row label,#AMS-myacct-myhist .AMS-row label,#AMS-forgot .AMS-row label{min-width:200px;display: inline-block;font-size: 14px;}
#AMS-ck-login .AMS-new-wrap{text-align:center;border-top: 1px solid #000;margin-top: 15px;}
#AMS-login h1.AMS-page-title,#AMS-ck-login h1.AMS-page-title,#AMS-ck2 h1.AMS-page-title,#AMS-ck4 h1.AMS-page-title,#AMS-ck5 h1.AMS-page-title,#AMS-club-shipping h1.AMS-page-title,#AMS-myacct-ship2 h1.AMS-page-title,#AMS-myacct h1.AMS-page-title,#AMS-myacct-myaddressbook h1.AMS-page-title,#AMS-addaddress h1.AMS-page-title,#AMS-myacct-updbill h1.AMS-page-title,#AMS-myacct-email h1.AMS-page-title,#AMS-myacct-pword h1.AMS-page-title,#AMS-myacct-myhist h1.AMS-page-title,#AMS-forgot h1.AMS-page-title{margin:0;border-bottom:1px solid #000;text-align:center;padding:0 0 20px;text-transform:uppercase;color:#8E634A;} 
#AMS-myacct #AMS-columnwrap h1.AMS-page-title{font-size: 16px;text-transform:uppercase;padding: 0 0 10px;margin-bottom: 5px;}
#AMS-myacct #AMS-columnwrap .AMS-myacct-section h2{font-size: 14px;text-transform:uppercase;}
#AMS-login label,#AMS-club-shipping h1.AMS-page-title,#AMS-myacct-ship2 h1.AMS-page-title,#AMS-myacct h1.AMS-page-title,#AMS-myacct-updbill h1.AMS-page-title,#AMS-myacct-email h1.AMS-page-title,#AMS-myacct-pword h1.AMS-page-title,#AMS-myacct-myhist h1.AMS-page-title,#AMS-forgot h1.AMS-page-title{display:block;margin-top:10px;display: block;line-height: 1.0em;}
#AMS-login .AMS-row.email input,#AMS-login .AMS-row.password input,#AMS-ck-login .AMS-row.email input,#AMS-ck-login .AMS-row.password input,#AMS-login label{width: 93%;}
#AMS-login .AMS-row.email input,#AMS-login .AMS-row.password input,#AMS-ck-login .AMS-row.email input,#AMS-ck-login .AMS-row.password input,.cartcouponinput input{padding:10px;border:1px solid #ccc;margin:5px 0;}
#AMS-ck2 .AMS-row input,#AMS-ck4 .AMS-row input,#AMS-ck5 .AMS-row input,#AMS-club-shipping .AMS-row input,#AMS-myacct-ship2 .AMS-row input,#AMS-addaddress .AMS-row input,#AMS-myacct-updbill .AMS-row input,#AMS-myacct-email .AMS-row input,#AMS-myacct-pword .AMS-row input,#AMS-myacct-myhist .AMS-row input,#AMS-forgot .AMS-row input{padding: 6px 10px;border:1px solid #ccc;margin: 4px 0;font-size: 13px;}
#AMS-forgot .AMS-row input{width:93%;}
#AMS-ck5 ul#accordion{padding:0;}
#AMS-ck5 #accordion h3{font-size: 13px!important; font-family: "AVANT",helvetica,arial!important;margin:5px auto;text-align:left;color:#8E634A;text-transform: uppercase;border-bottom: 1px solid #000;padding-bottom: 5px;}
#AMS-ck5 #accordion h3 span{text-align:center;color:#000;font-size:12px;font-weight:900;margin-left:5px;text-transform:uppercase;}
#AMS-ck5 .AMS-shipmeth-wrap #accordion li form {text-align:left;}
#AMS-ck5 .AMS-shipmeth-wrap #accordion li form select{width:auto!important;}
#AMS-ck5 .gft-msg span{color:#8E634A;}
#AMS-ck5 .AMS-remove a{text-transform:uppercase;}
#AMS-ck5 .AMS-bill2-info span,#AMS-ck5 .AMS-ship2-info span{font-size: small;}
#AMS-ck5 .AMS-bill2-info span:after,#AMS-ck5 .AMS-ship2-info span:after{display:inline-block;content:"/";color:#8E634A;margin:0 8px;}
#AMS-ck5 .AMS-bill2-info  span span:after,#AMS-ck5 .AMS-ship2-info span span:after{display:none;}
#AMS-ck5 .AMS-button-wrap,#AMS-club-shipping .AMS-button-wrap,#AMS-myacct-ship2 .AMS-button-wrap,#AMS-addaddress .AMS-button-wrap,#AMS-myacct-updbill .AMS-button-wrap,#AMS-myacct-email .AMS-button-wrap,#AMS-myacct-pword .AMS-button-wrap,#AMS-myacct-myhist .AMS-button-wrap,#AMS-forgot .AMS-button-wrap{text-align:center;}
#AMS-ck-login .AMS-button-wrap input,.backlink a{border:1px solid #000;text-transform:uppercase;padding:10px 13px;}
#AMS-myacct-ship2 .backlink,#AMS-myacct-myaddressbook .backlink,#AMS-addaddress .backlink,#AMS-myacct-updbill .backlink,#AMS-myacct-email .backlink,#AMS-myacct-pword .backlink,#AMS-myacct-myhist .backlink,#AMS-forgot .backlink{display: block;clear: both;position: relative;width: 100%;margin:10px 0 0;text-align: center;}
#AMS-myacct-ship2 .backlink a,#AMS-myacct-myaddressbook .backlink a,#AMS-addaddress .backlink a,#AMS-myacct-updbill .backlink a,#AMS-myacct-email .backlink a,#AMS-myacct-pword .backlink a,#AMS-myacct-myhist .backlink a,#AMS-forgot .backlink a{border: 1px solid #000;display: inline-block;padding: 5px 13px;margin:2px auto;font-size: 12px;font-weight: 700;text-shadow: none;line-height: 24px;-webkit-transition: all 0.4s linear;-moz-transition: all 0.4s linear;-o-transition: all 0.4s linear;-ms-transition: all 0.4s linear;transition: all 0.4s linear;behavior: url(/PIE.htc);}
#AMS-ck5 .AMS-button-wrap .btn,#AMS-club-shipping .AMS-button-wrap .btn,#AMS-ck-login .AMS-button-wrap input,#AMS-myacct-ship2 .AMS-button-wrap .btn,.backlink a:hover,#AMS-myacct-ship2 .backlink a,#AMS-myacct-myaddressbook .backlink a,#AMS-addaddress .backlink a,#AMS-addaddress .AMS-button-wrap .btn,#AMS-myacct-updbill .AMS-button-wrap .btn,#AMS-myacct-updbill .backlink a,#AMS-myacct-email .AMS-button-wrap .btn,#AMS-myacct-email .backlink a,#AMS-myacct-pword .AMS-button-wrap .btn,#AMS-myacct-pword .backlink a,#AMS-myacct-myhist .AMS-button-wrap .btn,#AMS-myacct-myhist .backlink a,#AMS-forgot .AMS-button-wrap .btn,#AMS-forgot .backlink a{background:#000;color:#fff;text-transform:uppercase; font-family: "AVANT",helvetica,arial!important;}
#AMS-ck5 .AMS-button-wrap .btn:hover,#AMS-club-shipping .AMS-button-wrap .btn:hover,#AMS-ck-login .AMS-button-wrap input:hover,#AMS-myacct-ship2 .AMS-button-wrap .btn:hover,.backlink a,#AMS-myacct-ship2 .backlink a:hover,#AMS-myacct-myaddressbook .backlink a:hover,#AMS-addaddress .backlink a:hover,#AMS-addaddress .AMS-button-wrap .btn:hover ,#AMS-myacct-updbill .AMS-button-wrap .btn:hover,#AMS-myacct-updbill .backlink a:hover ,#AMS-myacct-email .AMS-button-wrap .btn:hover,#AMS-myacct-email .backlink a:hover,#AMS-myacct-pword .AMS-button-wrap .btn:hover,#AMS-myacct-pword .backlink a:hover ,#AMS-myacct-myhist .AMS-button-wrap .btn:hover,#AMS-myacct-myhist .backlink a:hover,#AMS-forgot .AMS-button-wrap .btn:hover,#AMS-forgot .backlink a:hover {background:#FFF;color:#8E634A;}
#AMS-ck5 .AMS-cart-wrap div{display:inline-block;}
#AMS-ck5 .AMS-cart-wrap div.AMS-heading,#AMS-ck5 .AMS-cart-wrap div.AMS-lineitem-wrap,#AMS-ck5 .AMS-cart-wrap .AMS-line-items,#AMS-ck5 .AMS-cart-wrap .AMS-final-totals{display:block;font-size: 14px;padding:5px 0;}
.AMS-cart-wrap div.AMS-prod{width:45%;}
.AMS-cart-wrap div.AMS-qty{width:12%;}
.AMS-cart-wrap div.AMS-price{width:13%;}
.AMS-cart-wrap div.AMS-sub{width:14%;}
.AMS-cart-wrap div.AMS-remove{width:13%;}
.AMS-final-totals
.AMS-button-wrap input{background:#8E634A;padding:10px 20px;text-transform:uppercase;font-weight:900;border:1px solid #ccc;color:#FFF;-webkit-transition: all 0.4s linear;-moz-transition: all 0.4s linear;-o-transition: all 0.4s linear;-ms-transition: all 0.4s linear;transition: all 0.4s linear;behavior: url(/PIE.htc);}
.AMS-button-wrap input:hover{background:#FFF;border:1px solid #8E634A;color:#8E634A; -webkit-transition: all 0.4s linear; -moz-transition: all 0.4s linear;-o-transition: all 0.4s linear;-ms-transition: all 0.4s linear;transition: all 0.4s linear;behavior: url(/PIE.htc);}
.cartarea .btn,.downloadarea .btn.btn-primary:hover{background:#8E634A;border:1px solid #000;text-transform:uppercase;color:#fff;font-weight:900;-webkit-transition: all 0.4s linear; -moz-transition: all 0.4s linear;-o-transition: all 0.4s linear;-ms-transition: all 0.4s linear;transition: all 0.4s linear;}
.cartarea .btn:hover,.downloadarea .btn.btn-primary{background:#000;border:1px solid #8E634A;text-transform:uppercase;color:#fff;-webkit-transition: all 0.4s linear; -moz-transition: all 0.4s linear;-o-transition: all 0.4s linear;-ms-transition: all 0.4s linear;transition: all 0.4s linear;}
.productquantityarea span{text-transform:uppercase;}
.productquantityarea input{max-width: 27px;padding: 8px;font-size: 16px;border:1px solid #000;margin-bottom: 15px;}
.carthead,.carttotals{padding:10px 0;line-height: 3.0em;}
.carthead td,.cartelements td{border-bottom: 1px solid #000;}
.cartelements img{max-height:40px!important;width:auto;margin: 5px auto 2px;}
.cartelements{padding:10px 0;}
.cartelements .fa.fa-trash{margin:0 30px;float:right;}
.cartcouponinput .btn,.checkoutbutton .btn-checkout{background:#000;color:#FFF;font-size:13px;text-transform:uppercase;font-weight:300;}
.cartcouponinput .btn:hover,.checkoutbutton .btn-checkout:hover{background:#FFF;color:#000;}
.cartbuttons .btn.btn-primary{display:block;margin: 5px 22px 5px 0;text-align: center;text-transform: uppercase;}
.AMS-cart-drawer header { min-height: 60px !important; }
.cart-header h3 { padding: 10px!important; color: #FFF!important; font-size: 20px!important; font-family: "AVANT",helvetica,arial!important; line-height: 40px!important; font-weight:900  !important; text-transform: uppercase;}
.cart-header svg { margin-top: 22px!important;}
.AMS-cart-slide-items .AMS-icon-remove {right: 10px!important; top: 20px!important; }
.AMS-cart-slide-items > ul {margin: 0!important;}
.AMS-cart-slide--product-description .purchase-quantity { margin: 4px 14px 0 0!important; display:inline-block!important; }
h5.AMS-minicart-h5 { font-size: 13px;}
.AMS-cart-slide--product-description .purchase-cost { display: inline-block!important; }
.AMS-cart-slide-items > ul > li {padding: 10px 0 10px!important; min-height: 64px!important;}
.AMS-chkout-steps span{margin:5px 10px;}
.AMS-row.last input,.AMS-row.city input,.AMS-row.zip input{max-width:28.3%;}
input[type=number] {
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    padding: 2px 7px 2px 2px;
        margin: 2px;
}
input[type=number]::-webkit-inner-spin-button { 
    -webkit-appearance: none;
    cursor:pointer;
    display:block;
    width:8px;
    color: #333;
    text-align:center;
    position:relative;
}    
input[type=number]:hover::-webkit-inner-spin-button { 
    background: transparent url("../images/arrows.png") no-repeat 50% 50%;  
    width: 14px;
    height: 14px;
    padding: 4px;
    position: relative;
    right: 0px;
}
/* end iframe */
.hidden_item,.blog .item .titoloblog,.left .nav.menu li a span img,.item-page.trade2 .nav.menu li a.linktrade,.item-page.trade2 .nav.menu > li.first,.winery #bottom1 .copyright,.winery #bottom1 .st-content-showcase-load-more{display: none;}
/* ifram club */
#SLB-Wrapper .sfondone,#SLB-Wrapper #top,#SLB-Wrapper #superheader,#SLB-Wrapper #header,#SLB-Wrapper #abovecontent,#SLB-Wrapper #belowcontent,#SLB-Wrapper #footer,#SLB-Wrapper #copyrightz,#SLB-Wrapper #gototop{display:none!important;}
.dirform-inner {
    display: none;
}
#contentmapmstreet {
    display: none;
}
a#aw0 {
    display: none !important;
}