@charset "UTF-8";
/*
* jQuery Mobile v1.4.5
* http://jquerymobile.com
*
* Copyright 2010, 2014 jQuery Foundation, Inc. and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
*/
/* Some unsets */
/*分页美化样式*/

img.aligncenter{ margin:0 auto; display:block}
.yy-biao .gform_body>ul>li{float:left; display:block; margin-bottom:5px; padding:8px;}
.yy-biao .gform_body ul li.yanzhen{ width:100%; list-style:none; margin-bottom:0}
.yy-biao .gform_body ul li.yanzhen .gfield_label{ display:none;}
.yy-biao .gform_body ul li.yanzhen .ginput_container  label{    display: inline-block; position:relative; top:-2px; margin:0;}
.yy-biao .gform_body ul.gform_fields{ display:block; padding:0; margin:0 -8px; list-style:none}
.yy-biao .gform_body ul li.yanzhen  ul.gfield_checkbox{list-style:none
	
	}
.yy-biao .gform_body ul li.yanzhen  ul.gfield_checkbox{ padding:0;}
.yy-biao .gform_body ul li .gfield_description{ display:none;}
.yy-biao .validation_error{ color:#900; font-size:15px; margin-bottom:20px;}

.yy-biao .gform_body ul li>label{ font-size:14px; font-weight:100; color:#4f4f4f; display:block;margin-bottom: 5px;}

.yy-biao .gform_body ul li.gfield_error{background-color: lightcoral;}
.yy-biao .gform_body ul li>label .gfield_required{color: RoyalBlue; margin-left:2px;   position: relative;
    top: 3px;}
.yy-biao .gform_body ul li>.ginput_container{ display:block}

.yy-biao .gform_body ul li.w50{ width:50%;}

.yy-biao .gform_body ul li.w100{ width:100%; height:auto}
.yy-biao .gform_body ul li.w50{ width:50%;}


.yy-biao .gform_body ul li>.ginput_container .medium{     font-size: inherit;
    font-family: inherit;
    padding: 4px 8px;
    text-overflow: ellipsis;
	    border-radius: 0;
    background-color: #f6f4f4; border:none;
	display: block;
    width: 100%;
    height: 34px;

    line-height: 1.42857143;
    color: #555555;

    background-image: none;


	
transition: all 0.4s;
-ms-transform: all 0.4s;
-moz-transition: all 0.4s;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
}



.yy-biao .gform_body ul li>.ginput_container .medium.textarea{ height:105px; width:100%;resize:none;
transition: all 0.4s;
-ms-transform: all 0.4s;
-moz-transition: all 0.4s;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
}
 .yy-biao .gform_footer{ clear:both; text-align:left; padding-top:10px;}
  .yy-biao .gform_footer .gform_button{ background:#ff7200; border:none; 
  border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px; padding:0 80px; height:36px; line-height:36px; color:#fff; font-size:15px; cursor:pointer;
transition: all 0.4s;
-ms-transform: all 0.4s;
-moz-transition: all 0.4s;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
  }
    .yy-biao .gform_footer .gform_button:hover{ background:#333}
input:focus, select:focus,textarea:focus {
border-color: #66afe9;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
}



@media screen and (max-width: 420px){
.yy-biao .gform_body ul li>label {
    font-size: 14px;

}
.yy-biao .gform_body ul li>.ginput_container select.medium {
    width: 103%;
}


	}


.page_navi{overflow:hidden;width:100%;text-align:center}
.page_navi a{height:30px;border:1px solid #DDD;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;color:#888;text-decoration:none;line-height:30px;margin:2px;padding:3px 8px}
.page_navi a:hover,.page_navi a.current{text-decoration: none;border:1px solid #FFBB76;color:#FF7200;font-weight:bolder}
.lxbd{    padding: 18px;}
#lxwm .product-options { margin-top:-50px;}
#lxwm .product-options  .col-xs-12{ display:none;}
#lxwm  .lxbd{ padding:0;}
#home .top-bar {
    background: #ffffff;
}
.ui-mobile,
.ui-mobile body {
  height: 99.9%;
}
.ui-mobile fieldset,
.ui-page {
  padding: 0;
  margin: 0;
}
.ui-mobile a img,
.ui-mobile fieldset {
  border-width: 0;
}
/* Fixes for fieldset issues on IE10 and FF (see #6077) */
.ui-mobile fieldset {
  min-width: 0;
}
@-moz-document url-prefix() {
  .ui-mobile fieldset {
    display: table-column;
    vertical-align: middle;
  }
}
/* Viewport */
.ui-mobile-viewport {
  margin: 0;
  overflow-x: visible;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* Issue #2066 */
body.ui-mobile-viewport,
div.ui-mobile-viewport {
  /*overflow-x: hidden;*/
}
/* "page" containers - full-screen views, one should always be in view post-pageload */
.ui-mobile [data-role=page],
.ui-mobile [data-role=dialog],
.ui-page {
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  position: absolute;
  display: none;
  border: 0;
}
/* On ios4, setting focus on the page element causes flashing during transitions when there is an outline, so we turn off outlines */
.ui-page {
  outline: none;
}
.ui-mobile .ui-page-active {
  display: block;
  overflow: visible;
  overflow-x: hidden;
  position: relative;
}
@media screen and (orientation: portrait) {
  .ui-mobile .ui-page {
    min-height: 420px;
  }
}
@media screen and (orientation: landscape) {
  .ui-mobile .ui-page {
    min-height: 300px;
  }
}
/* Fouc */
.ui-mobile-rendering > * {
  visibility: hidden;
}
/* Non-js content hiding */
.ui-nojs {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
/* Loading screen */
.ui-loading .ui-loader {
  display: block;
}
.ui-loader {
  display: none;
  z-index: 9999999;
  position: fixed;
  top: 50%;
  left: 50%;
  border: 0;
}
.ui-loader-default {
  background: none;
  filter: alpha(opacity=18);
  opacity: .18;
  width: 2.875em;
  height: 2.875em;
  margin-left: -1.4375em;
  margin-top: -1.4375em;
}
.ui-loader-verbose {
  width: 12.5em;
  filter: alpha(opacity=88);
  opacity: .88;
  box-shadow: 0 1px 1px -1px #ffffff;
  height: auto;
  margin-left: -6.875em;
  margin-top: -2.6875em;
  padding: .625em;
}
.ui-loader-default h1 {
  font-size: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
.ui-loader-verbose h1 {
  font-size: 1em;
  margin: 0;
  text-align: center;
}
.ui-loader .ui-icon-loading {
  background-color: #000;
  display: block;
  margin: 0;
  width: 2.75em;
  height: 2.75em;
  padding: .0625em;
  border-radius: 2.25em;
}
.ui-loader-verbose .ui-icon-loading {
  margin: 0 auto .625em;
  filter: alpha(opacity=75);
  opacity: .75;
}
.ui-loader-textonly {
  padding: .9375em;
  margin-left: -7.1875em;
}
.ui-loader-textonly .ui-icon-loading {
  display: none;
}
.ui-loader-fakefix {
  position: absolute;
}
/* Headers, content panels */
.ui-bar,
.ui-body {
  position: relative;
  padding: .4em 1em;
  overflow: hidden;
  display: block;
  clear: both;
}
.ui-bar h1,
.ui-bar h2,
.ui-bar h3,
.ui-bar h4,
.ui-bar h5,
.ui-bar h6 {
  margin: 0;
  padding: 0;
  font-size: 1em;
  display: inline-block;
}
.ui-header,
.ui-footer {
  border-width: 1px 0;
  border-style: solid;
  position: relative;
}
.ui-header:empty,
.ui-footer:empty {
  min-height: 2.6875em;
}
.ui-header .ui-title,
.ui-footer .ui-title {
  font-size: 1em;
  min-height: 1.1em;
  text-align: center;
  display: block;
  margin: 0 30%;
  padding: .7em 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  outline: 0 !important;
}
.ui-footer .ui-title {
  margin: 0 1em;
}
.ui-content {
  border-width: 0;
  overflow: visible;
  overflow-x: hidden;
  padding: 1em;
}
/* Corner styling for dialogs and popups */
.ui-corner-all > .ui-header:first-child,
.ui-corner-all > .ui-content:first-child,
.ui-corner-all > .ui-footer:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.ui-corner-all > .ui-header:last-child,
.ui-corner-all > .ui-content:last-child,
.ui-corner-all > .ui-footer:last-child {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
/* Buttons and icons */
.ui-btn {
  font-size: 16px;
  margin: .5em 0;
  padding: .7em 1em;
  display: block;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ui-btn-icon-notext,
.ui-header button.ui-btn.ui-btn-icon-notext,
.ui-footer button.ui-btn.ui-btn-icon-notext {
  padding: 0;
  width: 1.75em;
  height: 1.75em;
  text-indent: -9999px;
  white-space: nowrap !important;
}
.ui-mini {
  font-size: 12.5px;
}
.ui-mini .ui-btn {
  font-size: inherit;
}
/* Make buttons in toolbars default to mini and inline. */
.ui-header .ui-btn,
.ui-footer .ui-btn {
  font-size: 12.5px;
  display: inline-block;
  vertical-align: middle;
}
.ui-header .ui-controlgroup .ui-btn-icon-notext,
.ui-footer .ui-controlgroup .ui-btn-icon-notext {
  font-size: 12.5px;
}
/* To ensure same top and left/right position when ui-btn-left/right are added to something other than buttons. */
.ui-header .ui-btn-left,
.ui-header .ui-btn-right {
  font-size: 12.5px;
}
.ui-mini.ui-btn-icon-notext,
.ui-mini .ui-btn-icon-notext,
.ui-header .ui-btn-icon-notext,
.ui-footer .ui-btn-icon-notext {
  font-size: 16px;
  padding: 0;
}
.ui-btn-inline {
  display: inline-block;
  vertical-align: middle;
  margin-right: .625em;
}
.ui-btn-icon-left {
  padding-left: 2.5em;
}
.ui-btn-icon-right {
  padding-right: 2.5em;
}
.ui-btn-icon-top {
  padding-top: 2.5em;
}
.ui-btn-icon-bottom {
  padding-bottom: 2.5em;
}
.ui-header .ui-btn-icon-top,
.ui-footer .ui-btn-icon-top,
.ui-header .ui-btn-icon-bottom,
.ui-footer .ui-btn-icon-bottom {
  padding-left: .3125em;
  padding-right: .3125em;
}
.ui-btn-icon-left:after,
.ui-btn-icon-right:after,
.ui-btn-icon-top:after,
.ui-btn-icon-bottom:after,
.ui-btn-icon-notext:after {
  content: "";
  position: absolute;
  display: block;
  width: 22px;
  height: 22px;
}
.ui-btn-icon-notext:after,
.ui-btn-icon-left:after,
.ui-btn-icon-right:after {
  top: 50%;
  margin-top: -11px;
}
.ui-btn-icon-left:after {
  left: .5625em;
}
.ui-btn-icon-right:after {
  right: .5625em;
}
.ui-mini.ui-btn-icon-left:after,
.ui-mini .ui-btn-icon-left:after,
.ui-header .ui-btn-icon-left:after,
.ui-footer .ui-btn-icon-left:after {
  left: .37em;
}
.ui-mini.ui-btn-icon-right:after,
.ui-mini .ui-btn-icon-right:after,
.ui-header .ui-btn-icon-right:after,
.ui-footer .ui-btn-icon-right:after {
  right: .37em;
}
.ui-btn-icon-notext:after,
.ui-btn-icon-top:after,
.ui-btn-icon-bottom:after {
  left: 50%;
  margin-left: -11px;
}
.ui-btn-icon-top:after {
  top: .5625em;
}
.ui-btn-icon-bottom:after {
  top: auto;
  bottom: .5625em;
}
/* Buttons in header position classes */
.ui-header .ui-btn-left,
.ui-header .ui-btn-right,
.ui-btn-left > [class*="ui-"],
.ui-btn-right > [class*="ui-"] {
  margin: 0;
}
.ui-btn-left,
.ui-btn-right {
  position: absolute;
  top: .24em;
}
.ui-btn-left {
  left: .4em;
}
.ui-btn-right {
  right: .4em;
}
.ui-btn-icon-notext.ui-btn-left {
  top: .3125em;
  left: .3125em;
}
.ui-btn-icon-notext.ui-btn-right {
  top: .3125em;
  right: .3125em;
}
/* Button elements */
button.ui-btn,
.ui-controlgroup-controls button.ui-btn-icon-notext {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
}
button.ui-btn-inline,
.ui-header button.ui-btn,
.ui-footer button.ui-btn {
  width: auto;
}
/* Firefox adds a 1px border in a button element. We negate this to make sure they have the same height as other buttons in controlgroups. */
button.ui-btn::-moz-focus-inner {
  border: 0;
}
button.ui-btn-icon-notext,
.ui-controlgroup-horizontal .ui-controlgroup-controls button.ui-btn {
  box-sizing: content-box;
  width: 1.75em;
}
/* Form labels */
.ui-mobile label,
.ui-controlgroup-label {
  display: block;
  margin: 0 0 .4em;
}
/* Accessible content hiding */
/* ui-hide-label deprecated in 1.4. TODO: Remove in 1.5 */
.ui-hide-label > label,
.ui-hide-label .ui-controlgroup-label,
.ui-hide-label .ui-rangeslider label,
.ui-hidden-accessible {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
/* Used for hiding elements by the filterable widget. You can also use this class to hide list items or buttons in controlgroups; this ensures correct corner styling. */
.ui-screen-hidden {
  display: none !important;
}
/* Transitions originally inspired by those from jQtouch, nice work, folks */
.ui-mobile-viewport-transitioning,
.ui-mobile-viewport-transitioning .ui-page {
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.ui-page-pre-in {
  opacity: 0;
}
.in {
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-duration: 350ms;
  -moz-animation-timing-function: ease-out;
  -moz-animation-duration: 350ms;
  animation-timing-function: ease-out;
  animation-duration: 350ms;
}
.out {
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-duration: 225ms;
  -moz-animation-timing-function: ease-in;
  -moz-animation-duration: 225ms;
  animation-timing-function: ease-in;
  animation-duration: 225ms;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fade.out {
  opacity: 0;
  -webkit-animation-duration: 125ms;
  -webkit-animation-name: fadeout;
  -moz-animation-duration: 125ms;
  -moz-animation-name: fadeout;
  animation-duration: 125ms;
  animation-name: fadeout;
}
.fade.in {
  opacity: 1;
  -webkit-animation-duration: 225ms;
  -webkit-animation-name: fadein;
  -moz-animation-duration: 225ms;
  -moz-animation-name: fadein;
  animation-duration: 225ms;
  animation-name: fadein;
}
.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  opacity: .7;
  display: none;
  z-index: 1006;
}
.sl-wrapper {
  z-index: 1000;
}
.sl-wrapper button {
  border: 0;
  background: 0 0;
  font-size: 24px;
  padding: 0;
  cursor: pointer;
}
.sl-wrapper button:hover {
  opacity: 0.7;
}
.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 1015;
}
.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 1015;
}
.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}
.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -10px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  display: block;
  z-index: 1015;
  font-family: arial sans-serif;
}
.sl-wrapper .sl-navigation button.sl-next {
  right: 40px;
}
.sl-wrapper .sl-navigation button.sl-prev {
  left: 40px;
}
.sl-wrapper .sl-image {
  position: fixed;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 10000;
}
.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
}
.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: #000;
  opacity: .8;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.sl-wrapper .sl-image .sl-download {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #fff;
  z-index: 1005;
}
.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  animation: pulsate 1s ease-out infinite;
}
.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
#slider {
  position: relative;
  margin-bottom: 10px;
}
#slider .slides {
  display: none;
}
#slider button#prev,
#slider button#next {
  display: none;
}
#slider.active {
  min-height: 200px;
}
#slider.active .slider-nav-container {
  position: absolute;
  content: '';
  z-index: 10;
  top: 15px;
  left: 0;
  right: 0;
  margin: auto;
  width: 90%;
}
#slider.active .slider-nav-container ol.slider-nav {
  display: block;
  list-style: none;
  padding-left: 0;
}
#slider.active .slider-nav-container ol.slider-nav li {
  float: left;
  margin: 0;
  opacity: 0.8;
  display: table;
}
#slider.active .slider-nav-container ol.slider-nav li .tile-content {
  height: 180px;
  border: 1px solid #eeeeee;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 30px 15px;
  display: table-cell;
  vertical-align: middle;
}
#slider.active .slider-nav-container ol.slider-nav li .tile-content figure {
  pointer-events: none;
  width: 20%;
  float: left;
}
#slider.active .slider-nav-container ol.slider-nav li .tile-content a {
  display: block;
}
#slider.active .slider-nav-container ol.slider-nav li .tile-content h4 {
  padding-left: 25%;
  font-weight: 800;
  color: #eea60e;
}
#slider.active .slider-nav-container ol.slider-nav li .tile-content p {
  padding-left: 25%;
  color: #757272;
}
#slider.active button#prev,
#slider.active button#next {
  /*display: block;*/
  position: absolute;
  content: '';
  z-index: 10;
  top: 60px;
  left: 0;
  height: 60px;
  width: 30px;
  background-color: #eea60e;
  border: 0;
  color: #ffffff;
  padding: 0 10px;
}
#slider.active button#next {
  left: auto;
  right: 0;
}
.test #slider.active .slider-nav-container {
  display: none;
}
.test #slider.active .slider-nav-container .tile-content {
  border: none!important;
}
@media (min-width: 768px) {
  #slider {
    overflow: hidden;
    margin-bottom: 0;
  }
  #slider.active {
    min-height: 500px;
  }
  #slider.active .slides {
    margin: 0;
    display: block;
    background-color: #a3d6e9;
    height: 500px;
    position: relative;
    width: 100%;
    list-style: none;
    padding: 0;
  }
  #slider.active .slides li {
    position: absolute;
    content: '';
    background-size: cover;
    background-position: 50% 50%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    box-shadow: 1px 1px 30px 0px #000000;
    z-index: -1;
    opacity: 0;
    transition: all 1s cubic-bezier(0.43, 0.64, 0.1, 0.99);
  }
  #slider.active .slides li .slide-caption {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
    transition: all 1s cubic-bezier(0.43, 0.64, 0.1, 0.99);
    position: absolute;
    content: '';
    width: 85%;
    left: 0;
    right: 0;
    margin: 30px auto;
    color: #ffffff;
  }
  #slider.active .slides li .slide-caption h3,
  #slider.active .slides li .slide-caption p {
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    color: #ffffff;
  }
  #slider.active .slides li .slide-caption h3 {
    font-size: 36px;
    font-weight: 800;
  }
  #slider.active .slides li .slide-caption p {
    font-size: 18px;
  }
  #slider.active .slides li .slide-caption a.btn {
    text-transform: uppercase;
    font-size: 12px;
    padding: 8px 30px;
  }
  #slider.active .slides li.current {
    z-index: 5;
    opacity: 1;
  }
  #slider.active .slides li.current .slide-caption {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  #slider.active .slider-nav-container {
    top: auto;
    bottom: 30px;
  }
  #slider.active .slider-nav-container ol.slider-nav {
    margin: auto;
    display: block;
    transition: transform 0.3s cubic-bezier(0.43, 0.64, 0.1, 0.99);
  }
  #slider.active .slider-nav-container ol.slider-nav li {
    margin: 0;
    position: relative;
    border-radius: 0;
    border-collapse: separate;
    border-spacing: 3px;
    transition: all 0.7s cubic-bezier(0.43, 0.64, 0.1, 0.99);
  }
  #slider.active .slider-nav-container ol.slider-nav li a {
    transition: all 0.3s cubic-bezier(0.43, 0.64, 0.1, 0.99);
  }
  #slider.active .slider-nav-container ol.slider-nav li .tile-content {
    height: 200px;
    text-align: center;
    margin: 3px;
    padding: 15px;
  }
  #slider.active .slider-nav-container ol.slider-nav li .tile-content figure {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: -20%;
    margin: 0 auto;
    transform: translate3d(0, -40%, 0);
    transition: all 0.3s cubic-bezier(0.43, 0.64, 0.1, 0.99);
    float: none;
    width: 60%;
    opacity: 0;
  }
  #slider.active .slider-nav-container ol.slider-nav li .tile-content h4 {
    padding-left: 0;
    transition: all 0.3s cubic-bezier(0.43, 0.64, 0.1, 0.99);
  }
  #slider.active .slider-nav-container ol.slider-nav li .tile-content p {
    padding-left: 0;
    transition: all 0.3s cubic-bezier(0.43, 0.64, 0.1, 0.99);
    margin: 0;
    color: #222222;
  }
  #slider.active .slider-nav-container ol.slider-nav li.current .tile-content {
    background: #eea60e;
  }
  #slider.active .slider-nav-container ol.slider-nav li.current .tile-content figure {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  #slider.active .slider-nav-container ol.slider-nav li.current .tile-content h4 {
    color: #ffffff;
    transform: translate3d(0, 40px, 0);
  }
  #slider.active .slider-nav-container ol.slider-nav li.current .tile-content p {
    transform: translate3d(0, 40%, 0);
    opacity: 0;
  }
  #slider.active button#prev,
  #slider.active button#next {
    top: auto;
    bottom: 60px;
    height: 120px;
    width: 35px;
    padding: 0 10px;
  }
  .test #slider button#prev,
  .test #slider button#next {
    display: none;
  }
}
@media (min-width: 992px) {
  #slider.active {
    min-height: 550px;
  }
  #slider.active .slides {
    height: 550px;
  }
  #slider.active .slides li .slide-caption h3 {
    font-size: 36px;
  }
  #slider.active .slides li .slide-caption a.btn {
    margin-top: 15px;
  }
  #slider.active button#prev,
  #slider.active button#next {
    top: auto;
    bottom: 60px;
    height: 120px;
    width: 45px;
    padding: 0 15px;
  }
  .test #slider button#prev,
  .test #slider button#next {
    display: none;
  }
}
@media (min-width: 1200px) {
  #slider.active {
    min-height: 550px;
  }
  #slider.active .slides {
    height: 550px;
  }
  #slider.active .slides li .slide-caption h3 {
    font-size: 44px;
  }
  #slider.active .slides li .slide-caption p {
    font-size: 27px;
  }
  #slider.active .slides li .slide-caption a.btn {
    font-size: 14px;
    padding: 10px 30px;
  }
  #slider.active .slider-nav-container ol.slider-nav li .tile-content {
    padding: 30px;
  }
  #slider.active button#prev,
  #slider.active button#next {
    transition: background-color 0.5s cubic-bezier(0.43, 0.64, 0.1, 0.99);
  }
  #slider.active button#prev:hover,
  #slider.active button#next:hover,
  #slider.active button#prev:focus,
  #slider.active button#next:focus,
  #slider.active button#prev:active,
  #slider.active button#next:active {
    background-color: #f2b023;
  }
  .test #slider button#prev,
  .test #slider button#next {
    display: none;
  }
}
@keyframes animateOne {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  25% {
    transform: translate3d(50px, 0, 0) scale(0.5);
  }
  50% {
    transform: translate3d(50px, 50px, 0) scale(0.5);
  }
  75% {
    transform: translate3d(0, 50px, 0) scale(0.5);
  }
}
@keyframes animateTwo {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(0.5);
  }
  25% {
    transform: translate3d(0, 50px, 0) scale(1);
  }
  50% {
    transform: translate3d(-50px, 50px, 0) scale(0.5);
  }
  75% {
    transform: translate3d(-50px, 0, 0) scale(0.5);
  }
}
@keyframes animateThree {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(0.5);
  }
  25% {
    transform: translate3d(-50px, 0, 0) scale(0.5);
  }
  50% {
    transform: translate3d(-50px, -50px, 0) scale(1);
  }
  75% {
    transform: translate3d(0, -50px, 0) scale(0.5);
  }
}
@keyframes animateFour {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(0.5);
  }
  25% {
    transform: translate3d(0, -50px, 0) scale(0.5);
  }
  50% {
    transform: translate3d(50px, -50px, 0) scale(0.5);
  }
  75% {
    transform: translate3d(50px, 0, 0) scale(1);
  }
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "微软雅黑", Arial;
  font-size: 14px;
  line-height: 1.42857143;
  color: #757272;
  background-color: #eeeeee;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #eea60e;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #a6740a;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #eeeeee;
  border: 1px solid #dddddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #eea60e;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #be840b;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #eea60e;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #be840b;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #eeeeee;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #b4b2b2;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #eea60e;
  border-color: #d6950d;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #be840b;
  border-color: #5e4106;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #be840b;
  border-color: #9c6d09;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #be840b;
  border-color: #9c6d09;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #9c6d09;
  border-color: #5e4106;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #eea60e;
  border-color: #d6950d;
}
.btn-primary .badge {
  color: #eea60e;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #eea60e;
  border-color: #d6950d;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #be840b;
  border-color: #5e4106;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #be840b;
  border-color: #9c6d09;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #be840b;
  border-color: #9c6d09;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #9c6d09;
  border-color: #5e4106;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #eea60e;
  border-color: #d6950d;
}
.btn-success .badge {
  color: #eea60e;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #eea60e;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #a6740a;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #eea60e;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #eeeeee;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #eeeeee;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #eea60e;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #eeeeee;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #eea60e;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #be840b;
}
.label-success {
  background-color: #eea60e;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #be840b;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #eeeeee;
  border: 1px solid #dddddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #eea60e;
}
.thumbnail .caption {
  padding: 9px;
  color: #757272;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #eea60e;
  border-color: #eea60e;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #fcedcc;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #eea60e;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #eea60e;
  border-color: #eea60e;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #eea60e;
}
.panel-primary > .panel-heading .badge {
  color: #eea60e;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #eea60e;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* Create a Parametric mixin and add a guard operation */
::-moz-selection {
  color: #fff;
  background: #eea60e;
}
::selection {
  color: #fff;
  background: #eea60e;
}
::-moz-selection {
  color: #fff;
  background: #eea60e;
}
html {
  overflow-y: scroll;
}
pre {
  font-family: arial;
  font-size: 11px;
  line-height: 11px;
  position: fixed;
  z-index: 999999999999999;
  top: 0;
  right: 0;
  overflow-y: auto;
  box-sizing: content-box !important;
  width: 325px;
  height: 100%;
  margin: 0;
  padding: 10px;
  text-align: left;
  letter-spacing: 0;
  word-spacing: 0;
  text-transform: none;
  word-wrap: normal;
  word-break: normal;
  background: #fff;
}
img,
svg {
  max-width: 100%;
}
h1,
h2,
h3,
h4 {
  margin-top: 0;
}
h1,
h2,
h3,
h4,
h1 small,
h2 small,
h3 small,
h4 small {
  color: #757272;
}
h1 {
  color: #eea60e;
}
a,
a:hover,
a:active,
a:visited,
a:focus {
  text-decoration: none;
  outline: 0 none;
}
textarea:focus,
button:focus,
button::-moz-focus-inner,
input[type='text']:focus,
input[type='password']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='time']:focus,
input[type='week']:focus,
input[type='number']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='search']:focus,
input[type='submit']:focus,
input[type='tel']:focus,
input[type='color']:focus,
.uneditable-input:focus {
  outline: 0 none!important;
}
.no-b,
.no-b td,
.no-b th {
  border: none !important;
}
.no-p {
  padding: 0!important;
}
.no-p-top {
  padding-top: 0!important;
}
.no-p-bot {
  padding-bottom: 0!important;
}
.no-p-left {
  padding-left: 0!important;
}
.no-p-right {
  padding-right: 0!important;
}
.no-m {
  margin: 0!important;
}
.va-middle {
  vertical-align: middle!important;
}
.va-top {
  vertical-align: top!important;
}
.va-bottom {
  vertical-align: bottom!important;
}
.upper {
  text-transform: uppercase;
}
.absolute {
  position: absolute;
  content: '';
}
.fixed {
  position: fixed;
  content: '';
  transform: translateZ(0);
}
.middle {
  display: table-cell;
  vertical-align: middle;
}
.wh {
  background-color: #ffffff;
}
.brand-primary {
  color: #eea60e !important;
}
#diagonale,
#diagonale polygon {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-right: -1px;
}
hr.dots {
  border-top: 0;
  border-bottom: 0;
  background-image: url(../images/hr_dots.jpg);
  background-repeat: repeat-x;
  height: 11px;
}
.gray {
  color: #777777 !important;
}
.form-control,
.form-control:active,
.form-control:focus,
.form-control:hover {
  box-shadow: none;
}
.list-group-item.active a {
  color: #ffffff;
}
.ui-loader {
  display: none!important;
}
.temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}
.spinner-content {
  position: fixed;
  content: '';
  transform: translateZ(0);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #eeeeee;
  display: table;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.3s cubic-bezier(0.43, 0.64, 0.1, 0.99) 0s, z-index 0s linear 0.5s;
}
.spinner-content .spinner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition: transform 0.5s cubic-bezier(0.43, 0.64, 0.1, 0.99) 0s, opacity 0.3s cubic-bezier(0.43, 0.64, 0.1, 0.99) 0;
}
.spinner-content .wrapper {
  margin: 100px auto;
  height: 120px;
  width: 120px;
  padding: 10px;
}
.spinner-content .wrapper > div {
  border-radius: 10px;
  width: 50px;
  height: 50px;
  position: relative;
}
.spinner-content .wrapper .sq1 {
  background-color: #333333;
  top: 0px;
  left: 0px;
}
.spinner-content .wrapper .sq2 {
  background-color: #eea60e;
  top: -50px;
  left: 50px;
}
.spinner-content .wrapper .sq3 {
  background-color: #333333;
  top: -50px;
  left: 50px;
}
.spinner-content .wrapper .sq4 {
  background-color: #333333;
  top: -100px;
  left: 0;
}
.spinner-content.on {
  z-index: 999;
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.43, 0.64, 0.1, 0.99) 0s, z-index 0s linear 0s;
}
.spinner-content.on .spinner {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  transition: transform 0.3s cubic-bezier(0.43, 0.64, 0.1, 0.99) 0.2s, opacity 0.3s cubic-bezier(0.43, 0.64, 0.1, 0.99) 0.2s;
}
.spinner-content.on .wrapper .sq1 {
  animation: animateOne 4s ease infinite;
}
.spinner-content.on .wrapper .sq2 {
  animation: animateTwo 4s ease infinite;
}
.spinner-content.on .wrapper .sq3 {
  animation: animateThree 4s ease infinite;
}
.spinner-content.on .wrapper .sq4 {
  animation: animateFour 4s ease infinite;
}
/*
Version: 3.5.2 Timestamp: Sat Nov  1 14:43:36 EDT 2014
*/
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  /* inline-block for ie7 */
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    More Info : http://www.quirksmode.org/css/box.html
  */
  /* webkit */
  /* firefox */
  box-sizing: border-box;
  /* css3 */
}
.select2-container .select2-choice {
  display: block;
  height: 26px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #aaa;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(to top, #eeeeee 0%, #ffffff 50%);
}
html[dir="rtl"] .select2-container .select2-choice {
  padding: 0 8px 0 0;
}
.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  border-radius: 0 0 4px 4px;
  background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(to bottom, #eeeeee 0%, #ffffff 90%);
}
.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}
.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: none;
  width: auto;
}
html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
  margin-left: 26px;
  margin-right: 0;
}
.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url('../images/select2.png') right top no-repeat;
  cursor: pointer;
  outline: 0;
}
.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}
.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}
.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}
.select2-drop-active {
  border: 1px solid #5897fb;
  border-top: none;
}
.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #5897fb;
}
.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto;
}
.select2-drop-auto-width .select2-search {
  padding-top: 4px;
}
.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #aaa;
  border-radius: 0 4px 4px 0;
  background-clip: padding-box;
  background: #ccc;
  background-image: -moz-linear-gradient(center bottom, #cccccc 0%, #eeeeee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
  background-image: linear-gradient(to top, #cccccc 0%, #eeeeee 60%);
}
html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
  left: 0;
  right: auto;
  border-left: none;
  border-right: 1px solid #aaa;
  border-radius: 4px 0 0 4px;
}
.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('../images/select2.png') no-repeat 0 1px;
}
html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
  background-position: 2px 1px;
}
.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}
.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  border-radius: 0;
  box-shadow: none;
  background: #ffffff url('../images/select2.png') no-repeat 100% -22px;
  background: url('../images/select2.png') no-repeat 100% -22px, linear-gradient(to bottom, #ffffff 85%, #eeeeee 99%) 0 0;
}
html[dir="rtl"] .select2-search input {
  padding: 4px 5px 4px 20px;
  background: #ffffff url('../images/select2.png') no-repeat -37px -22px;
  background: url('../images/select2.png') no-repeat -37px -22px, linear-gradient(to bottom, #ffffff 85%, #eeeeee 99%) 0 0;
}
.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}
.select2-search input.select2-active {
  background: #ffffff url('../images/select2-spinner.gif') no-repeat 100%;
  background: url('../images/select2-spinner.gif') no-repeat 100%, linear-gradient(to bottom, #ffffff 85%, #eeeeee 99%) 0 0;
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  box-shadow: 0 1px 0 #fff inset;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #eee;
  background-image: -moz-linear-gradient(center bottom, #ffffff 0%, #eeeeee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(to top, #ffffff 0%, #eeeeee 50%);
}
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #5897fb;
  border-top-color: transparent;
  background-image: -moz-linear-gradient(center top, #ffffff 0%, #eeeeee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
}
.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  filter: none;
}
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
  border-right: none;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px;
}
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -16px 1px;
}
.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* results */
.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html[dir="rtl"] .select2-results {
  padding: 0 4px 0 0;
  margin: 4px 0 4px 4px;
}
.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}
.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}
.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}
.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select2-results-dept-1 .select2-result-label {
  padding-left: 20px;
}
.select2-results-dept-2 .select2-result-label {
  padding-left: 40px;
}
.select2-results-dept-3 .select2-result-label {
  padding-left: 60px;
}
.select2-results-dept-4 .select2-result-label {
  padding-left: 80px;
}
.select2-results-dept-5 .select2-result-label {
  padding-left: 100px;
}
.select2-results-dept-6 .select2-result-label {
  padding-left: 110px;
}
.select2-results-dept-7 .select2-result-label {
  padding-left: 120px;
}
.select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff;
}
.select2-results li em {
  background: #feffde;
  font-style: normal;
}
.select2-results .select2-highlighted em {
  background: transparent;
}
.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000;
}
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
  padding-left: 5px;
}
/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.select2-results .select2-selected {
  display: none;
}
.select2-more-results.select2-active {
  background: #f4f4f4 url('../images/select2-spinner.gif') no-repeat 100%;
}
.select2-results .select2-ajax-error {
  background: rgba(255, 50, 50, 0.2);
}
.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}
/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}
.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}
/* multiselect */
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0 5px 0 0;
  position: relative;
  border: 1px solid #aaa;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
  background-image: linear-gradient(to bottom, #eeeeee 1%, #ffffff 15%);
}
html[dir="rtl"] .select2-container-multi .select2-choices {
  padding: 0 0 0 5px;
}
.select2-locked {
  padding: 3px 5px 3px 5px !important;
}
.select2-container-multi .select2-choices {
  min-height: 26px;
}
.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}
html[dir="rtl"] .select2-container-multi .select2-choices li {
  float: right;
}
.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  box-shadow: none;
  background: transparent !important;
}
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #ffffff url('../images/select2-spinner.gif') no-repeat 100% !important;
}
.select2-default {
  color: #999 !important;
}
.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
  background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
}
html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 18px 3px 5px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}
.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  background: url('../images/select2.png') right top no-repeat;
}
html[dir="rtl"] .select2-search-choice-close {
  right: auto;
  left: 3px;
}
.select2-container-multi .select2-search-choice-close {
  left: 3px;
}
html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
  left: auto;
  right: 2px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}
/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none;
}
/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}
.select2-offscreen,
.select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}
.select2-display-none {
  display: none;
}
.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}
/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .select2-search input,
  .select2-search-choice-close,
  .select2-container .select2-choice abbr,
  .select2-container .select2-choice .select2-arrow b {
    background-image: url('../images/select2x2.png') !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }
  .select2-search input {
    background-position: 100% -21px !important;
  }
}
/*! Select2 Bootstrap 3 CSS v1.4.6 | MIT License | github.com/t0m/select2-bootstrap-css */
/**
 * Reset Bootstrap 3 .form-control styles which - if applied to the
 * original <select>-element the Select2-plugin may be run against -
 * are copied to the .select2-container.
 *
 * 1. Overwrite .select2-container's original display:inline-block
 *    with Bootstrap 3's default for .form-control, display:block;
 *    courtesy of @juristr (@see https://github.com/fk/select2-bootstrap-css/pull/1)
 */
.select2-container.form-control {
  background: transparent;
  border: none;
  box-shadow: none;
  display: block;
  /* 1 */
  margin: 0;
  padding: 0;
}
/**
 * Adjust Select2 inputs to fit Bootstrap 3 default .form-control appearance.
 */
.select2-container .select2-choices .select2-search-field input,
.select2-container .select2-choice,
.select2-container .select2-choices {
  background: none;
  padding: 0;
  border-color: #cccccc;
  border-radius: 4px;
  color: #555555;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  background-color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.select2-search input {
  border-color: #cccccc;
  border-radius: 4px;
  color: #555555;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  background-color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.select2-container .select2-choices .select2-search-field input {
  box-shadow: none;
}
/**
 * Adjust Select2 input heights to match the Bootstrap default.
 */
.select2-container .select2-choice {
  height: 34px;
  line-height: 1.42857143;
}
/**
 * Address Multi Select2's height which - depending on how many elements have been selected -
 * may grown higher than their initial size.
 */
.select2-container.select2-container-multi.form-control {
  height: auto;
}
/**
 * Address Bootstrap 3 control sizing classes
 * @see http://getbootstrap.com/css/#forms-control-sizes
 */
.select2-container.input-sm .select2-choice,
.input-group-sm .select2-container .select2-choice {
  height: 30px;
  line-height: 1.5;
  border-radius: 3px;
}
.select2-container.input-lg .select2-choice,
.input-group-lg .select2-container .select2-choice {
  height: 46px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.select2-container-multi .select2-choices .select2-search-field input {
  height: 32px;
}
.select2-container-multi.input-sm .select2-choices .select2-search-field input,
.input-group-sm .select2-container-multi .select2-choices .select2-search-field input {
  height: 28px;
}
.select2-container-multi.input-lg .select2-choices .select2-search-field input,
.input-group-lg .select2-container-multi .select2-choices .select2-search-field input {
  height: 44px;
}
/**
 * Adjust height and line-height for .select2-search-field amd multi-select Select2 widgets.
 *
 * 1. Class repetition to address missing .select2-chosen in Select2 < 3.3.2.
 */
.select2-container-multi .select2-choices .select2-search-field input {
  margin: 0;
}
.select2-chosen,
.select2-choice > span:first-child,
.select2-container .select2-choices .select2-search-field input {
  padding: 6px 12px;
}
.input-sm .select2-chosen,
.input-group-sm .select2-chosen,
.input-sm .select2-choice > span:first-child,
.input-group-sm .select2-choice > span:first-child,
.input-sm .select2-choices .select2-search-field input,
.input-group-sm .select2-choices .select2-search-field input {
  padding: 5px 10px;
}
.input-lg .select2-chosen,
.input-group-lg .select2-chosen,
.input-lg .select2-choice > span:first-child,
.input-group-lg .select2-choice > span:first-child,
.input-lg .select2-choices .select2-search-field input,
.input-group-lg .select2-choices .select2-search-field input {
  padding: 10px 16px;
}
.select2-container-multi .select2-choices .select2-search-choice {
  margin-top: 5px;
  margin-bottom: 3px;
}
.select2-container-multi.input-sm .select2-choices .select2-search-choice,
.input-group-sm .select2-container-multi .select2-choices .select2-search-choice {
  margin-top: 3px;
  margin-bottom: 2px;
}
.select2-container-multi.input-lg .select2-choices .select2-search-choice,
.input-group-lg .select2-container-multi .select2-choices .select2-search-choice {
  line-height: 24px;
}
/**
 * Adjust the single Select2's dropdown arrow button appearance.
 *
 * 1. For Select2 v.3.3.2.
 */
.select2-container .select2-choice .select2-arrow,
.select2-container .select2-choice div {
  border-left: none;
  background: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.select2-dropdown-open .select2-choice .select2-arrow,
.select2-dropdown-open .select2-choice div {
  border-left-color: transparent;
  background: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
/**
 * Adjust the dropdown arrow button icon position for the single-select Select2 elements
 * to make it line up vertically now that we increased the height of .select2-container.
 *
 * 1. Class repetition to address missing .select2-chosen in Select2 v.3.3.2.
 */
.select2-container .select2-choice .select2-arrow b,
.select2-container .select2-choice div b {
  background-position: 0 3px;
}
.select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open .select2-choice div b {
  background-position: -18px 3px;
}
.select2-container.input-sm .select2-choice .select2-arrow b,
.input-group-sm .select2-container .select2-choice .select2-arrow b,
.select2-container.input-sm .select2-choice div b,
.input-group-sm .select2-container .select2-choice div b {
  background-position: 0 1px;
}
.select2-dropdown-open.input-sm .select2-choice .select2-arrow b,
.input-group-sm .select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open.input-sm .select2-choice div b,
.input-group-sm .select2-dropdown-open .select2-choice div b {
  background-position: -18px 1px;
}
.select2-container.input-lg .select2-choice .select2-arrow b,
.input-group-lg .select2-container .select2-choice .select2-arrow b,
.select2-container.input-lg .select2-choice div b,
.input-group-lg .select2-container .select2-choice div b {
  background-position: 0 9px;
}
.select2-dropdown-open.input-lg .select2-choice .select2-arrow b,
.input-group-lg .select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open.input-lg .select2-choice div b,
.input-group-lg .select2-dropdown-open .select2-choice div b {
  background-position: -18px 9px;
}
/**
 * Address Bootstrap's validation states and change Select2's border colors and focus states.
 * Apply .has-warning, .has-danger or .has-succes to #select2-drop to match Bootstraps' colors.
 */
.has-warning .select2-choice,
.has-warning .select2-choices {
  border-color: #8a6d3b;
}
.has-warning .select2-container-active .select2-choice,
.has-warning .select2-container-multi.select2-container-active .select2-choices {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning.select2-drop-active {
  border-color: #66512c;
}
.has-warning.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #66512c;
}
.has-error .select2-choice,
.has-error .select2-choices {
  border-color: #a94442;
}
.has-error .select2-container-active .select2-choice,
.has-error .select2-container-multi.select2-container-active .select2-choices {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error.select2-drop-active {
  border-color: #843534;
}
.has-error.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #843534;
}
.has-success .select2-choice,
.has-success .select2-choices {
  border-color: #3c763d;
}
.has-success .select2-container-active .select2-choice,
.has-success .select2-container-multi.select2-container-active .select2-choices {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success.select2-drop-active {
  border-color: #2b542c;
}
.has-success.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #2b542c;
}
/**
 * Make Select2's active-styles - applied to .select2-container when the widget receives focus -
 * fit Bootstrap 3's .form-element:focus appearance.
 */
.select2-container-active .select2-choice,
.select2-container-multi.select2-container-active .select2-choices {
  border-color: #66afe9;
  outline: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.select2-drop-active {
  border-color: #66afe9;
}
.select2-drop-auto-width,
.select2-drop.select2-drop-above.select2-drop-active {
  border-top-color: #66afe9;
}
/**
 * Select2 widgets in Bootstrap Input Groups
 *
 * When Select2 widgets are combined with other elements using Bootstrap 3's
 * "Input Group" component, we don't want specific edges of the Select2 container
 * to have a border-radius.
 *
 * In Bootstrap 2, input groups required a markup where these style adjustments
 * could be bound to a CSS-class identifying if the additional elements are appended,
 * prepended or both.
 *
 * Bootstrap 3 doesn't rely on these classes anymore, so we have to use our own.
 * Use .select2-bootstrap-prepend and .select2-bootstrap-append on a Bootstrap 3 .input-group
 * to let the contained Select2 widget know which edges should not be rounded as they are
 * directly followed by another element.
 *
 * @see http://getbootstrap.com/components/#input-groups
 */
.input-group.select2-bootstrap-prepend [class^="select2-choice"] {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.input-group.select2-bootstrap-append [class^="select2-choice"] {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.select2-dropdown-open [class^="select2-choice"] {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  background: #ffffff;
  filter: none;
}
.input-group.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.input-group.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.input-group.input-group-sm.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-bottom-right-radius: 3px !important;
}
.input-group.input-group-lg.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-bottom-right-radius: 6px !important;
}
.input-group.input-group-sm.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-bottom-left-radius: 3px !important;
}
.input-group.input-group-lg.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-bottom-left-radius: 6px !important;
}
/**
 * Adjust Select2's choices hover and selected styles to match Bootstrap 3's default dropdown styles.
 */
.select2-results .select2-highlighted {
  color: #ffffff;
  background-color: #eea60e;
}
/**
 * Adjust alignment of Bootstrap 3 buttons in Bootstrap 3 Input Groups to address
 * Multi Select2's height which - depending on how many elements have been selected -
 * may grown higher than their initial size.
 */
.select2-bootstrap-append .select2-container-multiple,
.select2-bootstrap-prepend .select2-container-multiple,
.select2-bootstrap-append .input-group-btn,
.select2-bootstrap-prepend .input-group-btn,
.select2-bootstrap-append .input-group-btn .btn,
.select2-bootstrap-prepend .input-group-btn .btn {
  vertical-align: top;
}
/**
 * Make Multi Select2's choices match Bootstrap 3's default button styles.
 */
.select2-container-multi .select2-choices .select2-search-choice {
  color: #555555;
  background: #ffffff;
  border-color: #cccccc;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  box-shadow: none;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #ebebeb;
  border-color: #adadad;
  color: #333333;
  box-shadow: none;
}
/**
 * Address Multi Select2's choice close-button vertical alignment.
 */
.select2-search-choice-close {
  margin-top: -7px;
  top: 50%;
}
/**
 * Adjust the single Select2's clear button position (used to reset the select box
 * back to the placeholder value and visible once a selection is made
 * activated by Select2's "allowClear" option).
 */
.select2-container .select2-choice abbr {
  top: 50%;
}
/**
 * Adjust "no results" and "selection limit" messages to make use
 * of Bootstrap 3's default "Alert" style.
 *
 * @see http://getbootstrap.com/components/#alerts-default
 */
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background-color: #fcf8e3;
  color: #8a6d3b;
}
/**
 * Address disabled Select2 styles.
 *
 * 1. For Select2 v.3.3.2.
 * 2. Revert border-left:0 inherited from Select2's CSS to prevent the arrow
 *    from jumping when switching from disabled to enabled state and vice versa.
 */
.select2-container.select2-container-disabled .select2-choice,
.select2-container.select2-container-disabled .select2-choices {
  cursor: not-allowed;
  background-color: #eeeeee;
  border-color: #cccccc;
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow,
.select2-container.select2-container-disabled .select2-choices .select2-arrow,
.select2-container.select2-container-disabled .select2-choice div,
.select2-container.select2-container-disabled .select2-choices div {
  background-color: transparent;
  border-left: 1px solid transparent;
  /* 2 */
}
/**
 * Address Select2's loading indicator position - which should not stick
 * to the right edge of Select2's search input.
 *
 * 1. in .select2-search input
 * 2. in Multi Select2's .select2-search-field input
 * 3. in the status-message of infinite-scroll with remote data (@see http://ivaynberg.github.io/select2/#infinite)
 *
 * These styles alter Select2's default background-position of 100%
 * and supply the new background-position syntax to browsers which support it:
 *
 * 1. Android, Safari < 6/Mobile, IE<9: change to a relative background-position of 99%
 * 2. Chrome 25+, Firefox 13+, IE 9+, Opera 10.5+: use the new CSS3-background-position syntax
 *
 * @see http://www.w3.org/TR/css3-background/#background-position
 *
 * @todo Since both Select2 and Bootstrap 3 only support IE8 and above,
 * we could use the :after-pseudo-element to display the loading indicator.
 * Alternatively, we could supply an altered loading indicator image which already
 * contains an offset to the right.
 */
.select2-search input.select2-active,
.select2-container-multi .select2-choices .select2-search-field input.select2-active,
.select2-more-results.select2-active {
  background-position: 99%;
  /* 4 */
  background-position: right 4px center;
  /* 5 */
}
/**
 * To support Select2 pre v3.4.2 in combination with Bootstrap v3.2.0,
 * ensure that .select2-offscreen width, height and position can not be overwritten.
 *
 * This adresses changes in Bootstrap somewhere after the initial v3.0.0 which –
 * in combination with Select2's pre-v3.4.2 CSS missing the "!important" after
 * the following rules – allow Bootstrap to overwrite the latter, which results in
 * the original <select> element Select2 is replacing not be properly being hidden
 * when used in a "Bootstrap Input Group with Addon".
 **/
.select2-offscreen,
.select2-offscreen:focus {
  width: 1px !important;
  height: 1px !important;
  position: absolute !important;
}
.select2-container .select2-choice abbr {
  background: url('../images/select2.png') right top no-repeat;
}
.select2-container .select2-choice .select2-arrow b {
  background: url('../images/select2.png') no-repeat 0 1px;
}
.select2-search input {
  background: #ffffff url('../images/select2.png') no-repeat 100% -22px;
  background: url('../images/select2.png') no-repeat 100% -22px, linear-gradient(to bottom, #ffffff 85%, #eeeeee 99%) 0 0;
}
.select2-search-choice-close {
  background: url('../images/select2.png') right top no-repeat;
}
.select2-search input.select2-active {
  background: #ffffff url('../images/select2-spinner.gif') no-repeat 100%;
  background: url('../images/select2-spinner.gif') no-repeat 100%, linear-gradient(to bottom, #ffffff 85%, #eeeeee 99%) 0 0;
}
.select2-more-results.select2-active {
  background: #f4f4f4 url('../images/select2-spinner.gif') no-repeat 100%;
}
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #ffffff url('../images/select2-spinner.gif') no-repeat 100% !important;
}
.select2-search input.select2-active {
  background: #ffffff url('../images/select2-spinner.gif') no-repeat 100%;
  background: url('../images/select2-spinner.gif') no-repeat 100%, linear-gradient(to bottom, #ffffff 85%, #eeeeee 99%) 0 0;
}
.select2-more-results.select2-active {
  background: #f4f4f4 url('../images/select2-spinner.gif') no-repeat 100%;
}
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #ffffff url('../images/select2-spinner.gif') no-repeat 100% !important;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .select2-search input,
  .select2-search-choice-close,
  .select2-container .select2-choice abbr,
  .select2-container .select2-choice .select2-arrow b {
    background-image: url('../images/select2x2.png') !important;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('../images/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Icons */
}
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('fonts/slick.eot');
  src: url('../fonts/slick.eot') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
h1 small,
h2 small {
  font-size: 45%;
}
.no-pad-lr {
  padding-left: 0!important;
  padding-right: 0!important;
}
.nav-tabs {
  border-bottom: 0;
}
.nav-tabs > li {
  border-radius: 0;
}
.nav-tabs > li + li {
  margin-top: 0;
}
.nav-tabs > li > a {
  border: 1px solid #eeeeee;
  border-radius: 0;
  background-color: #ffffff;
  transition: all .3s;
}
.nav-tabs > li:first-child > a {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.nav-tabs > li:last-child > a {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:active,
.nav-tabs > li.active > a:focus {
  background-color: #eea60e;
  color: #ffffff;
}
.container {
  padding-left: 0;
  padding-right: 0;
}
.list-group {
  margin-bottom: 0;
}
.box {
  padding: 30px 15px;
}
.box.seo h1 {
  text-transform: uppercase;
  font-size: 26px;
  margin-bottom: 25px;
}
.secondary {
  background-color: #a3d6e9;
}
.secondary,
.secondary h1,
.secondary h2,
.secondary h3,
.secondary h4,
.secondary p,
.secondary small {
  color: #ffffff;
}
.secondary h2 {
  margin-top: 15px;
}
.secondary .box:first-child {
  padding-bottom: 0;
}
.secondary p {
  color: #757272;
}
.secondary p.news-data {
  font-weight: 300;
}
[data-role="page"] {
  position: relative;
}
[data-role="page"] > header {
  height: 80px;
}
[data-role="page"] > header.small {
  font-size: 100%;
}
.select2-container {
  margin-top: 15px;
}
.block-xs {
  display: block;
}
header.small .lxdh{display:none;}
.btn-default:hover,
.btn-primary:hover,
.btn-default:focus,
.btn-primary:focus,
.btn-default:active,
.btn-primary:active {
  outline: none;
  box-shadow: none;
}
.btn-primary {
  background-color: #eea60e;
  border: 0;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: background-color 0.3s cubic-bezier(0.43, 0.64, 0.1, 0.99);
}
.btn-primary:hover {
  background-color: #d6950d;
  botder: 0;
}
.btn-primary:focus,
.btn-primary:active {
  background-color: #f2b023;
  botder: 0;
}
.btn-primary-box {
  padding: 5px 30px;
  display: inline-block;
  margin: 30px 0 10px;
}
.btn-primary-inverse {
  background-color: #ffffff;
  color: #eea60e;
  border: 0;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: background-color 0.3s cubic-bezier(0.43, 0.64, 0.1, 0.99);
}
.btn-primary-inverse:hover {
  background-color: #f2f2f2;
  color: #eea60e;
}
.btn-primary-inverse:focus,
.btn-primary-inverse:active {
  background-color: #ffffff;
  color: #eea60e;
}
.btn-light {
  border-radius: 0;
  border-bottom: 2px solid #a3d6e9;
}
.read_more {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 12px;
}
.header {
  position: fixed;
  content: '';
  transform: translateZ(0);
  left: 0;
  width: 100%;
  z-index: 100;
}
.lang-container {
  position: relative;
  z-index: -1;
  background-color: #d5d5d5;
  transition: all 0.3s cubic-bezier(0.43, 0.64, 0.1, 0.99);
  pointer-events: auto;
  opacity: 0;
  display: block;
  margin-top: -55px;
}
.lang-container ul {
  list-style: none;
  padding-left: 0; display:block; text-align:center;    margin-bottom: 0; 
}
.clear:after{ display: table; clear:both;webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    content: " ";}
.lang-container ul li {
  margin: 0;
  display: inline-block;
  padding: 5px 30px;
  text-align: center;
}
.lang-container ul li a {
  color: #757272;
  font-size: 12px;
}
.lang-container ul li a span {
  display: none;
}
.lang-container ul li div {
    width: 30px;
    height: 30px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    background-size: 28px;
}
.lang-container.open {
  margin-top: 0;
  z-index: 1;
}
.search-container {
  position: relative;
  z-index: -1;
  background-color: #d5d5d5;
  display: none;
  background-image: linear-gradient(to bottom, #e2e2e2 0%, #dddddd 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe2e2e2', endColorstr='#ffdddddd', GradientType=0);
  transition: all 0.3s cubic-bezier(0.43, 0.64, 0.1, 0.99);
}
.search-container.open {
  margin-top: 0;
  z-index: 99999;
}
.search-container form#search-form {
  position: relative;
  display: inline-block;
}
.search-container form#search-form input {
  margin-top: 20px;
  margin-bottom: 20px;
  background: transparent;
  border: 0;
  border-bottom: 3px solid #888888;
  padding: 10px 60px 10px 30px;
}
.search-container form#search-form input,
.search-container form#search-form input:hover,
.search-container form#search-form input:focus,
.search-container form#search-form input:active {
  outline: none;
}
.search-container form#search-form button {
  position: absolute;
  content: '';
  top: 25px;
  left: auto;
  right: 5px;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: 0;
}
.search-container form#search-form button svg {
  width: 16px;
  height: 16px;
}
.search-container form#search-form button svg path {
  fill: #888888;
}
.top-bar {
  position: relative;
  background: #eeeeee;
  height: 80px;
  max-height: 100%;
}
.top-bar.small {
  font-size: 100%;
}
.catalog_product_new .top-bar .container {
  padding: 0;
}
.catalog_product_new .top-bar .nav-container .nav-bottom {
  margin-top: 0;
}
.catalog_product_new .top-bar .nav-container .nav-bottom > ul {
  margin-bottom: 0;
  height: auto;
}
.catalog_product_new .top-bar .nav-container .nav-bottom > ul > li {
  line-height: inherit;
  height: inherit;
}
.catalog_product_new .top-bar .nav-container .nav-bottom .dropdown.selected {
  background: #ffffff;
  border-top: 2px solid #f6a400;
}
.catalog_product_new .top-bar .nav-container .nav-bottom .dropdown.selected > ul {
  background: #ffffff;
}
.catalog_product_new .top-bar .nav-container .nav-bottom a {
  padding: 0.3em 0.7em;
}
.logo-container {
  position: relative;
  display: inline-block;
  float: left;
  padding: 3px;
  pointer-events: auto;
}
.logo-container svg {
  max-width: 100px;
  max-height: 65px;
}
button.nav-trigger {
  position: relative;
  float: right;
  z-index: 99;
  right: 15px;
  margin-top: 15px;
  background: transparent;
  border: 0;
  box-shadow: none;
  overflow: hidden;
  width: 80px;
  height: 50px;
  outline: 0;
  pointer-events: auto;
}
button.nav-trigger span {
  position: absolute;
  content: '';
  margin-left: 1000px;
}
button.nav-trigger .line {
  position: absolute;
  content: '';
  top: 1px;
  width: 50px;
  height: 2px;
  background-color: #555555;
}
button.nav-trigger .line:nth-child(3) {
  top: 10px;
}
button.nav-trigger .line:nth-child(4) {
  top: 20px;
}
.nav-container {
  pointer-events: none;
  text-align: center;
  overflow-y: auto;
  position: fixed;
  content: '';
  transform: translateZ(0);
  left: 0;
  z-index: -1;
  background-color: #eeeeee;
  margin: 0;
  padding: 50px 0 0 0;
  width: 100%;
  height: 100vh;
  transform: translate3d(0, -100%, 0);
  transition: transform 0.3s cubic-bezier(0.43, 0.64, 0.1, 0.99);
}
.nav-container a {
  color: #757272;
  display: block;
  padding: 0.3em 0.5em;
}
.nav-container ul {
  list-style: none;
  padding-left: 0;
}
.nav-container .nav-top > ul > li.selected > a,
.nav-container .nav-bottom > ul > li.selected > a {
  color: #eea60e;
}
.nav-container .nav-bottom {
  font-weight: 800;
  text-transform: uppercase;
}
.nav-container .nav-bottom .dropdown {
  position: inherit;
}
.nav-container .nav-bottom .dropdown > ul {
  display: none;
}
.nav-container .nav-bottom .dropdown.selected > ul {
  display: block;
}
.nav-container .nav-bottom .dropdown.selected > ul a {
  font-weight: 400;
  text-transform: none;
  font-style: italic;
}
.nav-container .nav-tools li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 0.2em;
}
.nav-container .nav-tools li a {
  background-color: #ffffff;
  display: block;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  text-align: center;
  min-height: 50px;
}
.nav-container .nav-tools li.search svg {
  max-width: 22px;
  max-height: 22px;
  margin-top: 8px;
}
.nav-container .nav-tools li.search svg path {
  fill: #555555;
}
.nav-container .nav-tools li.lang img {
    width: 25px;
    margin-top: 6px;
}
.nav-container.open {
  pointer-events: auto;
  z-index: 80;
  transform: translate3d(0, 0, 0);
}
.nav-container .nav-social {
  height: 24px;
  float: right;
  margin-left: 20px;
  margin-top: 12px;
}
.nav-container .nav-social a {
  margin-left: 5px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  width: 24px;
  height: 24px;
}
.header-line {
  position: absolute;
  content: '';
  top: auto;
  bottom: 0;
  background-color: #a3d6e9;
  width: 100%;
  height: 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.breadcrumbs {
  padding: 15px;
  text-align: center;
}
.breadcrumbs i {
  font-style: normal;
}
#carousel-news .item {
  height: 160px;
  overflow: hidden;
  padding-top: 0;
}
#carousel-news .carousel-indicators {
  text-align: left;
  left: 0;
  bottom: -25px;
  margin-left: 0;
  margin-bottom: 0;
}
#carousel-news .carousel-indicators li {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background-color: transparent;
  border: 1px solid #ffffff;
}
#carousel-news .carousel-indicators li.active {
  background-color: #ffffff;
}
#carousel-news .carousel-inner {
  padding-bottom: 0;
}
.mex #carousel-news .item {
  height: 162px;
}
#carousel-events .carousel-indicators {
  bottom: -35px;
  text-align: left;
  left: 0;
  margin-left: 0;
  margin-bottom: 0;
}
#carousel-events .carousel-indicators li {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background-color: transparent;
  border: 1px solid #ffffff;
}
#carousel-events .carousel-indicators li.active {
  background-color: #ffffff;
}
.news-data {
  color: #5d5d5d;
  font-size: 14px;
}
.news-title {
  font-weight: 600;
  color: #eea60e;
  font-size: 24px;
}
.news-box {
  border-radius: 6px;
  border: 1px solid #eeeeee;
  padding: 15px;
}
.news-sidebar h3 {
  font-size: 18px;
  font-weight: 600;
  color: #eea60e;
  margin-top: 30px;
  text-transform: uppercase;
}
#news-list-filters {
  padding: 15px;
  border-bottom: 1px solid #f6f4f4;
}
#news-list-container .item {
  margin: 30px 0 45px;
}
#news-list-container .item img {
  margin-bottom: 10px;
}
#news-list-container .item .link_news {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  display: block;
  margin-top: 15px;
}
#news-list-container .item small {
  color: #eea60e;
  font-size: 14px;
}
#news-list-container .item.events .news-box {
  background-color: #a3d6e9;
}
#news-list-container .item.events .news-box h1,
#news-list-container .item.events .news-box h2,
#news-list-container .item.events .news-box h3,
#news-list-container .item.events .news-box p,
#news-list-container .item.events .news-box a,
#news-list-container .item.events .news-box .btn-primary {
  color: #ffffff;
}
#news-list-container .item.events .news-box .btn-primary {
  background: #ffffff;
  color: #a3d6e9;
}
#news-list-container .item.events .news-box .btn-primary:hover,
#news-list-container .item.events .news-box .btn-primary:focus,
#news-list-container .item.events .news-box .btn-primary:active {
  background: #eeeeee;
}
.nav-pills a {
  transition: all 0.3s cubic-bezier(0.43, 0.64, 0.1, 0.99);
  color: #757272;
}
.nav-pills img {
  width: 30px;
}
.box-list,
.big-list {
  list-style: none;
  padding-left: 0;
}
.box-list a,
.big-list a {
  color: #757272;
}
.box-list a:hover,
.big-list a:hover,
.box-list a:active,
.big-list a:active,
.box-list a:focus,
.big-list a:focus {
  color: #8e8c8c;
}
.box-list li,
.big-list li {
  display: table;
  width: 100%;
  height: 90px;
  background-color: #ffffff;
  border-radius: 2px;
  margin-top: 15px;
}
.box-list li div.icon,
.big-list li div.icon,
.box-list li div.desc,
.big-list li div.desc {
  display: table-cell;
  vertical-align: middle;
}
.box-list li div.icon,
.big-list li div.icon {
  background: #eeeeee;
  padding: 2px;
}
.box-list li div.icon,
.big-list li div.icon,
.box-list li div.icon img,
.big-list li div.icon img {
  width: 70px;
}
.box-list li div.icon.border img,
.big-list li div.icon.border img {
  border: 1px solid #d5d5d5;
}
.box-list li div.desc,
.big-list li div.desc {
  padding: 8px 15px;
}
.box-list li,
.big-list li,
.box-list li p,
.big-list li p,
.box-list li h3,
.big-list li h3 {
  color: #757272;
}
.box-list li .data,
.big-list li .data {
  font-size: 12px;
}
.box-list li h3,
.big-list li h3 {
  font-size: 18px;
  font-weight: 600;
}
.big-list li {
  border-bottom: 1px solid #eeeeee;
}
.big-list li div.icon {
  background: transparent;
}
/**
 * CONTAINERS
 */
.newsletter-container {
  text-align: center;
  background-size: cover;
  background-position: center center;
}
.newsletter-container,
.newsletter-container h2,
.newsletter-container p {
  color: #ffffff;
}
.newsletter-container h2 {
  font-weight: 600;
}
.newsletter-container .form-group {
  display: block;
  text-align: center;
}
.newsletter-container .form-group input.form-control,
.newsletter-container .form-group button {
  display: inline-block;
  float: left;
}
.newsletter-container .form-group input {
  width: 67%;
  margin-right: 5px;
}
.newsletter-container .form-group button {
  width: 28%;
  margin-top: 0;
  height: 34px;
  font-size: 13px;
}
.newsletter-container .checkbox input[type="checkbox"] {
  display: inline;
}
.newsletter-container .checkbox label {
  text-align: left;
  display: inline;
  text-transform: uppercase;
  padding-left: 5px;
}
.newsletter-container .checkbox_form {
  text-align: left;
  margin-left: 20px;
  font-size: 11px;
}
.newsletter-box {
  color: #ffffff;
  padding-top: 95px!important;
  padding-bottom: 95px!important;
}
.newsletter-box h2 {
  color: #ffffff;
}
.newsletter-box .form-group {
  display: block;
}
.newsletter-box .form-group input.form-control,
.newsletter-box .form-group button {
  display: inline-block;
}
.newsletter-box .form-group input {
  width: 67%;
  margin-right: 5px;
}
.newsletter-box .form-group button {
  width: 28%;
  margin-top: -4px;
  font-size: 13px;
  padding: 7px 15px;
}
.newsletter-box .checkbox input[type="checkbox"] {
  display: inline;
  margin-left: 0;
}
.newsletter-box .checkbox a {
  color: #ffffff;
}
.social-box {
  margin-top: 20px;
  height: 46px;
}
.social-box span {
  font-size: 18px;
}
.social-box a {
  margin-left: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  width: 46px;
  height: 46px;
}
.company-container .desc {
  min-height: 200px;
  background-size: cover;
  background-position: center center;
}
.company-container .text {
  display: table;
}
.company-container .box {
  display: table-cell;
  vertical-align: middle;
}
.services-list h2,
.product-select h2 {
  font-size: 24px;
  font-weight: 600;
  color: #eea60e;
  pointer-events: none;
}
.services-list a,
.product-select a {
  position: relative;
  z-index: 1;
}
#footer table td {
  padding: 8px 8px 8px 0;
}
#footer .left h3 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
}
#footer .social-nav {
  list-style: none;
  padding-left: 0;
  text-align: center;
}
#footer .social-nav li {
  display: inline-block;
  margin: 0 3px;
}
#footer .social-nav a {
  width: 38px;
  height: 38px;
  float: left;
  vertical-align: middle;
}
#footer .social-nav a img {
  max-width: 100%;
}
#footer .credits {
  list-style: none;
  padding-left: 0;
  text-align: center;
  margin-top: 15px;
}
#footer .credits li {
  display: inline-block;
  margin-right: 8px;
  margin-left: 8px;
  position: relative;
}
#footer .credits li:after {
  position: absolute;
  content: '';
  top: -2px;
  left: calc(100% + 5px);
  content: "-";
}
#footer .credits li:last-child:after {
  content: "";
}
#footer .credits li a {
  color: #555555;
  display: block;
  text-transform: uppercase;
  font-size: 12px;
}
.visual {
  position: relative;
}
.visual .visual-gradient {
  position: absolute;
  content: '';
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00222222', endColorstr='#80222222', GradientType=0);
}
.visual .visual-caption {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  position: relative;
  z-index: 1;
}
.visual .visual-caption .video-icon {
  display: block;
  width: 100%;
  color: #ffffff;
  text-align: center;
}
.visual .visual-caption .video-icon a {
  color: #ffffff;
}
.visual .visual-caption .video-icon span {
  font-size: 80px;
}
.visual .visual-caption h1 {
  font-weight: 800;
  color: #ffffff;
  text-align: center;
}
.visual .visual-img {
  height: 200px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  display: table;
}
.video-container {
  position: relative;
  min-height: 200px;
  width: 100%;
}
.video-container-home {
  min-height: 350px;
  margin: 0 auto;
  position: relative;
}
#video-stage {
  /*.absolute;
  left: 0;
  top: 0;*/
  height: 100%;
  width: 100%;
  display: none;
  margin-bottom: 30px;
}
#video-stage iframe {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#video-stage video {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 100%;
}
.product-box {
  padding: 15px;
}
.product-box .product-image {
  padding: 0 15px;
}
.product-box .product-desc {
  padding-left: 0;
}
.product-box .product-desc h3 {
  display: none;
}
.product-intro .product-image figure,
.product-main .product-image figure {
  max-width: 50%;
  margin: 0 auto;
}
.product-intro .product-desc h1,
.product-main .product-desc h1,
.product-intro .product-desc h2,
.product-main .product-desc h2,
.product-intro .product-desc h3,
.product-main .product-desc h3 {
  color: #eea60e;
}
.product-intro .product-desc .btn,
.product-main .product-desc .btn {
  margin-top: 30px;
  margin-right: 15px;
}
.product-intro .product-info .btn,
.product-main .product-info .btn {
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
}
.product-select .box {
  padding-bottom: 0;
}
.media-centre-tab .thumbnail .caption h3,
.product-select .thumbnail .caption h3 {
  margin-bottom: 0;
}
.media-centre-tab .nav-tabs > li > a,
.product-tab .nav-tabs > li > a {
  color: #555555;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  border-radius: 0;
  border: 0;
  border-top: 4px solid transparent;
  background-color: #eeeeee;
  font-size: 10px;
  min-height: 55px;
  padding: 10px;
}
.media-centre-tab .nav-tabs > li.active > a,
.product-tab .nav-tabs > li.active > a,
.media-centre-tab .nav-tabs > li.active > a:hover,
.product-tab .nav-tabs > li.active > a:hover,
.media-centre-tab .nav-tabs > li.active > a:active,
.product-tab .nav-tabs > li.active > a:active,
.media-centre-tab .nav-tabs > li.active > a:focus,
.product-tab .nav-tabs > li.active > a:focus {
  background-color: #ffffff;
  color: #eea60e;
  border: 0;
  border-top: 4px solid #eea60e;
}
.media-centre-tab .tab-content,
.product-tab .tab-content {
  padding: 15px 7px;
}
.media-centre-tab .tab-content .product-image,
.product-tab .tab-content .product-image {
  padding: 15px 7px;
  text-align: center;
}
.media-centre-tab .tab-content .product-image img,
.product-tab .tab-content .product-image img {
  max-height: 200px;
}
.media-centre-tab .tab-content .product-table th,
.product-tab .tab-content .product-table th,
.media-centre-tab .tab-content .product-table td,
.product-tab .tab-content .product-table td {
  vertical-align: middle;
}
.media-centre-tab .tab-content .product-table thead th,
.product-tab .tab-content .product-table thead th {
  background-color: #757272;
  color: #ffffff;
  font-weight: 400;
}
.media-centre-tab .tab-content .product-table .model,
.product-tab .tab-content .product-table .model {
  background-color: #fff1d4;
}
.product-options h3 {
  display: none;
}
.product-options h2 {
  color: #eea60e;
}
.product-options h4 {
  color: #eea60e;
  font-size: 24px;
}
.product-options .btn {
  margin-top: 15px;
}
.product-options .product-options-title {
  text-align: center;
}
.product-option-page thead td {
  font-weight: 600;
}
.wanna-improve {
  background-size: cover;
  background-position: top center;
  color: #ffffff;
}
.wanna-improve h1,
.wanna-improve h2,
.wanna-improve h3 {
  font-size: 24px;
  color: #ffffff;
  font-weight: 800;
  text-transform: uppercase;
}
.page-content h2,
.product-list h2 {
  color: #f6a400;
  font-size: 36px;
}
.section-content h2 {
  color: #f6a400;
  font-size: 36px;
}
.section-content .thumbnail {
  margin-top: 5px;
  margin-bottom: 5px;
}
.section-content .thumbnail figure {
  display: none;
}
.filters {
  margin-bottom: 30px;
  padding: 0 30px;
}
.filters .form-control {
  margin-top: 15px;
}
.branches {
  padding: 0 30px;
}
.branches address {
  font-style: italic;
}
.where-we-are-map h2,
.where-we-are-map h3 {
  color: #eea60e;
}
.where-we-are-map h3 {
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
}
.where-we-are-map ul {
  list-style: none;
  padding: 0;
}
.where-we-are-map .legenda {
  margin-top: 15px;
}
.where-we-are-map .legenda img {
  margin-right: 15px;
}
#storeMap {
  min-height: 200px;
}
.where-we-are-form address,
.page-contacts address {
  padding: 0 15px;
}
.where-we-are-form form,
.page-contacts form {
  padding: 15px;
}
.where-we-are-form form input[type="checkbox"],
.page-contacts form input[type="checkbox"] {
  position: relative;
  margin-left: 0;
  float: left;
}
.where-we-are-form form .form-group,
.page-contacts form .form-group {
  margin-top: 30px;
  margin-bottom: 0;
  position: relative;
}
.where-we-are-form form .form-group label,
.page-contacts form .form-group label {
  position: absolute;
  content: '';
  top: 0;
  left: 15px;
  display: block;
  letter-spacing: 2px;
  color: #777777;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 8px;
  transition: all 0.3s cubic-bezier(0.43, 0.64, 0.1, 0.99);
  pointer-events: none;
}
.where-we-are-form form .form-group.filled label,
.page-contacts form .form-group.filled label {
  transform: translate3d(0, -30px, 0);
}
.where-we-are-form .form-group.filled label {
  color: #ffffff;
}
#branch_form .g-recaptcha {
  min-height: 78px;
}
.attachments .btn {
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
}
.thumbnail {
  background-color: #ffffff;
}
.thumbnail figure {
  overflow: hidden;
}
.thumbnail figure img {
  width: 100%;
  transition: transform 7s cubic-bezier(0.43, 0.64, 0.1, 0.99);
}
.thumbnail figure:hover img {
  -ms-transform: scale(1.1, 1.1);
      transform: scale(1.1, 1.1);
}
.thumbnail .caption h2 {
  text-align: center;
  color: #eea60e;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: 15px;
}
.thumbnail .caption h3 {
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
}
.reference {
  padding: 15px;
}
.reference h3 {
  color: #eea60e;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 3px solid #eea60e;
  padding-bottom: 8px;
}
#photosCarousel .carousel-inner .item img,
#gallerySquares .carousel-inner .item img {
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
}
#photosCarousel .carousel-indicators,
#gallerySquares .carousel-indicators {
  position: relative;
  margin-top: 10px;
  bottom: 0;
  left: 0;
  width: auto;
  margin-left: 0;
  color: #fff;
  font-weight: bold;
}
#photosCarousel .carousel-indicators figure,
#gallerySquares .carousel-indicators figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#photosCarousel .carousel-indicators figure img,
#gallerySquares .carousel-indicators figure img {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}
#photosCarousel .carousel-indicators li,
#gallerySquares .carousel-indicators li {
  border-radius: 0;
  padding: 0;
  width: 100px;
  height: 100px;
  line-height: 20px;
  background: #ddd;
  color: #999;
  border: none;
  text-indent: 0;
  margin: 0;
  overflow: hidden;
}
#photosCarousel .carousel-indicators li img,
#gallerySquares .carousel-indicators li img {
  max-width: 120%;
  max-height: 120%;
}
#photosCarousel .carousel-indicators li.active,
#gallerySquares .carousel-indicators li.active {
  color: #fff;
  border-color: none;
}
#productCarousel .item a:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
  opacity: 0;
  transition: all .3s ease;
  content: "\e003";
  color: #ffffff;
  font-family: 'Glyphicons Halflings';
  font-size: 30px;
}
#productCarousel .item a:hover:after {
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  opacity: 1;
}
.page-contacts h2 {
  color: #eea60e;
  font-size: 24px;
  text-transform: uppercase;
}
#map {
  min-height: 200px;
}
.case-category,
.option-category {
  color: #eea60e;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.fulltext {
  margin-bottom: 30px;
}
/**
 * SEARCH
 */
#serp span,
#serp small {
  color: #757272;
}
#serp span {
  font-weight: 800;
}
#serp em,
#serp big {
  display: block;
  margin-bottom: 15px;
}
.item_title {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  color: #ffffff;
  padding: 10px 20px;
  width: 100%;
  font-size: 16px;
}
.sl-wrapper .sl-navigation button {
  font-size: 50px;
}
.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
}
.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
}
#affix-menu {
  z-index: 9999;
}
.discoverProd {
  display: inline-block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-top: 4px solid #eea60e;
  color: #eea60e;
  font-size: 13px;
  font-weight: bold;
  background-color: #f6f4f4;
  text-transform: uppercase;
  border-right: none;
  border-bottom: none;
  border-left: none;
}
.discoverProd:after {
  content: attr(data-open);
}
.discoverProd span {
  margin-right: 10px;
}
.discoverProd.collapsed:after {
  content: attr(data-close);
}
.discoverProd.collapsed span:before {
  content: "\002b";
}
#modalVideo iframe {
  width: 100%;
}
#contPhotos {
  position: relative;
}
#contPhotos .loadingOver {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 210px;
  text-align: center;
  font-size: 70px;
  padding-top: 70px;
  background: rgba(238, 238, 238, 0.7);
}
.mm-spin {
  animation: mm-spin 2s infinite linear;
}
@keyframes mm-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* Nuovo visual home */
.box-container {
  position: absolute;
  bottom: 15px;
  left: 0;
  z-index: 10;
}
.box-container .box-item {
  background: #ffffff;
  text-align: center;
}
.box-container .box-item h4 {
  font-size: 16px;
  line-height: 25px;
  color: #f6a200;
  padding-left: 0!important;
}
.box-container .box-item p {
  color: #757272;
  font-size: 13px;
}
/*Nuovo slider prodotti*/
.slider-nav {
  margin-top: 10px;
}
.slider-nav .slick-slide {
  margin: 0 2px;
}
.slider-nav .slick-arrow {
  width: 10px;
  height: 30px;
  background-repeat: no-repeat;
  display: none!important;
}
.slider-nav .slick-arrow.slick-prev {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAeCAYAAAAVdY8wAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAU5JREFUeNpi/P//PwM+8H0poxqQqmIkQuEGILWeAaQQF/62hCEQiDeA2DhNBJokAKQOA3EEZ/T/q0x4bC0HWQlSBOKw4DDNEEi5ALEDTAzDaqAiZiC1A4inAU1bDxPHZnUMEL9FVoRhItA0CSC1D4i9gAofICtEN7EWiJegK0LxDNA0OyAF8kQB1jCABiwrEB8DYhdcgQ+zOh2IrwOt3IMrUBmBpigA6W1A7ARU+AKXQpCJ84B4Dz5FMIUrgNgE6BlWvMkI6plFQJyILyWBAxyaONcCsS3QCR9wWc0AlLwFpLYAcQ5OX8OiEGiqMDT9eWGLGfQUnQPEM/AFOAzMBGIzoOlmeE1Eyieb0cVxZaodIA0YwYMlK4CsngQNrt+4UjgouE4BqavQxII9zyCZCkosm2GRgDO7QsNyDTTbMuAtUpAKgQBiyp4UIMUMEGAAR+ofs2C7V0MAAAAASUVORK5CYII=");
}
.slider-nav .slick-arrow.slick-next {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAeCAYAAAAVdY8wAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAU5JREFUeNpi/P//PwM+8H0poxqQqmIkQuEGILWeAaQQF/62hCEQiDeA2DhNBJokAKQOA3EEZ/T/q0x4bC0HWQlSBOKw4DDNEEi5ALEDTAzDaqAiZiC1A4inAU1bDxPHZnUMEL9FVoRhItA0CSC1D4i9gAofICtEN7EWiJegK0LxDNA0OyAF8kQB1jCABiwrEB8DYhdcgQ+zOh2IrwOt3IMrUBmBpigA6W1A7ARU+AKXQpCJ84B4Dz5FMIUrgNgE6BlWvMkI6plFQJyILyWBAxyaONcCsS3QCR9wWc0AlLwFpLYAcQ5OX8OiEGiqMDT9eWGLGfQUnQPEM/AFOAzMBGIzoOlmeE1Eyieb0cVxZaodIA0YwYMlK4CsngQNrt+4UjgouE4BqavQxII9zyCZCkosm2GRgDO7QsNyDTTbMuAtUpAKgQBiyp4UIMUMEGAAR+ofs2C7V0MAAAAASUVORK5CYII=");
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
  margin-top: -15px;
}
@media (min-width: 768px) {
  .box {
    padding: 30px 0;
  }
  .block-xs {
    display: inline-block;
  }
  .catalog_product_new .top-bar .nav-container .nav-bottom > ul {
    margin-bottom: 0;
    height: 35px;
  }
  .catalog_product_new .top-bar .nav-container .nav-bottom > ul > li {
    line-height: 35px;
    height: 100%;
  }
  .catalog_product_new .top-bar .nav-container .nav-bottom .dropdown.selected {
    background: #ffffff;
    border-top: 2px solid #f6a400;
  }
  .catalog_product_new .top-bar .nav-container .nav-bottom .dropdown.selected > ul {
    background: #ffffff;
  }
  .catalog_product_new .top-bar .nav-container .nav-bottom a {
    padding: 0.3em 0.7em;
  }
  [data-role="page"] > header {
    height: 125px;
    transition: all 0.3s cubic-bezier(0.43, 0.64, 0.1, 0.99);
  }
  [data-role="page"] > header .top-bar {
    transition: all 0.3s cubic-bezier(0.43, 0.64, 0.1, 0.99);
  }
  [data-role="page"] > header .top-bar .logo-container {
    -ms-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
    transition: all 0.3s cubic-bezier(0.43, 0.64, 0.1, 0.99) 0.1s;
  }
  [data-role="page"] > header .top-bar .nav-container {
    transition: all 0.3s cubic-bezier(0.43, 0.64, 0.1, 0.99);
  }
  [data-role="page"] > header .top-bar .nav-tools,
  [data-role="page"] > header .top-bar .nav-top,
  [data-role="page"] > header .top-bar .nav-social {
    transition: all 0.3s cubic-bezier(0.43, 0.64, 0.1, 0.99) 0.2s;
  }
  [data-role="page"] > header .top-bar .nav-bottom {
    transition: all 0.3s cubic-bezier(0.43, 0.64, 0.1, 0.99) 0.1s;
  }
  [data-role="page"] > header.with_sub_menu {
    height: 150px;
  }
  [data-role="page"] > header.with_sub_menu .top-bar {
    height: 150px;
  }
  [data-role="page"] > header.small {
    height: 75px;
    font-size: 100%;
    transition: all 0.3s cubic-bezier(0.43, 0.64, 0.1, 0.99) 0.2s;
  }
  [data-role="page"] > header.small .top-bar {
    height: 70px;
    transition: all 0.3s cubic-bezier(0.43, 0.64, 0.1, 0.99) 0.2s;
  }
  [data-role="page"] > header.small .top-bar .logo-container {
    margin-top: 5px;
    -ms-transform: scale(0.6, 0.6);
        transform: scale(0.6, 0.6);
    transition: all 0.3s cubic-bezier(0.43, 0.64, 0.1, 0.99) 0.1s;
  }
  [data-role="page"] > header.small .top-bar .nav-container {
    height: 75px;
    transition: all 0.3s cubic-bezier(0.43, 0.64, 0.1, 0.99) 0.2s;
  }
  [data-role="page"] > header.small .top-bar .nav-tools,
  [data-role="page"] > header.small .top-bar .nav-top,
  [data-role="page"] > header.small .top-bar .nav-social {
    transform: translate3d(0, -60px, 0);
    transition: all 0.3s cubic-bezier(0.43, 0.64, 0.1, 0.99);
    opacity: 0;
  }
  [data-role="page"] > header.small .top-bar .nav-bottom {
    margin-top: -60px;
    transition: all 0.3s cubic-bezier(0.43, 0.64, 0.1, 0.99) 0.1s;
  }
  [data-role="page"] > header.small .top-bar .nav-bottom .dropdown > ul {
    transition: all 0.3s cubic-bezier(0.43, 0.64, 0.1, 0.99) 0.2s;
    top: 60px;
  }
  [data-role="page"] > header.small.with_sub_menu {
    height: 110px;
  }
  [data-role="page"] > header.small.with_sub_menu .top-bar {
    height: 110px;
  }
  .catalog_product_new .top-bar .nav-container .nav-bottom {
    margin-top: -30px;
  }
  [data-role="page"].catalog_product_new > header.with_sub_menu,
  [data-role="page"].catalog_product_new > header.with_sub_menu .top-bar {
    height: 160px;
  }
  [data-role="page"].catalog_product_new > header.small.with_sub_menu,
  [data-role="page"].catalog_product_new > header.small.with_sub_menu .top-bar {
    height: 120px;
  }
  [data-role="page"].catalog_product_new > header.small .top-bar .nav-bottom {
    margin-top: -68px;
  }
  .lang-container > .container {
    padding: 0;
  }
  .lang-container ul li {
    text-align: left;
  }
  .lang-container ul li a {
    font-size: 11px;
  }
  .lang-container ul li a span {
    display: inline-block;
  }
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .top-bar {
    height: 125px;
    margin: auto;
    transition: height 0.3s cubic-bezier(0.43, 0.64, 0.1, 0.99);
  }
  .header-line {
    position: absolute;
    content: '';
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 750px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .logo-container {
    position: relative;
    z-index: 2;
    margin-top: 7px;
    transition: all 0.3s cubic-bezier(0.43, 0.64, 0.1, 0.99);
  }
  .logo-container svg {
    max-width: 125px;
    max-height: 85px;
    transition: all 0.3s cubic-bezier(0.43, 0.64, 0.1, 0.99);
  }
  button.nav-trigger {
    margin-top: 30px;
  }
  .nav-container {
    overflow-y: inherit;
    pointer-events: auto;
    text-align: left;
    z-index: 1;
    padding: 15px 0 0 0;
    position: relative;
    transform: translate3d(0, 0, 0) !important;
    height: 125px;
    background-color: transparent;
    transition: height 0.3s cubic-bezier(0.43, 0.64, 0.1, 0.99);
  }
  .nav-container a {
    display: inline-block;
    padding: 0.3em 0.1em;
  }
  .nav-container .nav-tools {
    float: right;
    transition: all 0.3s cubic-bezier(0.43, 0.64, 0.1, 0.99);
  }
  .nav-container .nav-tools ul {
    margin-bottom: 0;
  }
  .nav-container .nav-tools ul li {
    width: auto;
    padding: 0;
  }
  .nav-container .nav-tools ul li a {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    text-align: center;
    padding-left: 1em;
    min-height: none;
  }
  .nav-container .nav-top {
    margin-top: 15px;
  }
  .nav-container .nav-top,
  .nav-container .nav-bottom {
    float: right;
  }
  .nav-container .nav-top > ul,
  .nav-container .nav-bottom > ul {
    transition: all 0.3s cubic-bezier(0.43, 0.64, 0.1, 0.99);
  }
  .nav-container .nav-top > ul li,
  .nav-container .nav-bottom > ul li {
    display: inline-block;
    width: auto;
    margin-left: 5px;
  }
  .nav-container .nav-top > ul li a,
  .nav-container .nav-bottom > ul li a {
    line-height: 1;
    font-size: 12px;
  }
  .nav-container .nav-bottom {
    top: 80px;
    left: auto;
    right: 0;
    transition: all 0.3s cubic-bezier(0.43, 0.64, 0.1, 0.99);
    clear: both;
    margin-top: -20px;
  }
  .nav-container .nav-bottom > ul > li:last-child > a {
    color: #ffffff !important;
    background-color: #eea60e;
    border-radius: 3px;
    padding: 5px 3px;
  }
  .nav-container .nav-bottom > ul > li:last-child > a:hover {
    color: #ffffff;
  }
  .nav-container .nav-bottom .dropdown {
    position: inherit;
    transition: background-color 0.3s cubic-bezier(0.43, 0.64, 0.1, 0.99);
  }
  .nav-container .nav-bottom .dropdown.selected {
    background-color: #e2e2e2;
  }
  .nav-container .nav-bottom .dropdown.selected > a {
    color: inherit;
  }
  .nav-container .nav-bottom .dropdown.selected > ul {
    position: absolute;
    content: '';
    top: 100px;
    left: 0;
    width: 100%;
    bottom: 8px;
    background-color: transparent;
    border: 0;
    opacity: 1;
    display: table;
    padding: 8px 15px !important;
    z-index: 1;
    pointer-events: auto;
    transition: all 0.3s cubic-bezier(0.43, 0.64, 0.1, 0.99);
  }
  .nav-container .nav-bottom .dropdown.selected > ul > li {
    text-align: center;
    transform: translate3d(0, 0, 0);
    display: table-cell;
    vertical-align: middle;
  }
  .nav-container .nav-bottom .dropdown.selected > ul > li a {
    opacity: 1;
    transition: all 0.5s cubic-bezier(0.43, 0.64, 0.1, 0.99) 0;
  }
  .product-select .thumbnail figure,
  .media-centre-tab .thumbnail figure {
    max-height: none;
    height: 150px;
    overflow: hidden;
  }
  .product-select .thumbnail figure img,
  .media-centre-tab .thumbnail figure img {
    margin-top: 0;
    min-width: 100%;
    min-height: 100%;
  }
  .media-centre-tab .nav-tabs > li > a,
  .product-tab .nav-tabs > li > a {
    padding: 30px 10px;
  }
  .company-container .text a.btn {
    margin-top: 15px;
  }
  .company-container .desc {
    min-height: 300px;
  }
  #footer .social-nav {
    text-align: right;
    margin-right: 15px;
  }
  #footer .social-nav li {
    text-align: center;
  }
  #footer .social-nav li:last-child {
    margin-right: 0;
  }
  #footer .social-nav a {
    transition: all 0.3s cubic-bezier(0.43, 0.64, 0.1, 0.99);
  }
  #footer .social-nav a:hover {
    background-color: #ffffff;
  }
  #footer .social-nav a:hover.facebook svg path {
    fill: #3b579d;
  }
  #footer .social-nav a:hover.linkedin svg path {
    fill: #007bb6;
  }
  #footer .social-nav a:hover.youtube svg path {
    fill: #cb2026;
  }
  #footer .credits {
    text-align: center;
  }
  .product-intro .product-image figure {
    max-width: none;
  }
  .product-box .product-desc .h3 {
    font-size: 21px;
  }
  .product-box .product-desc .btn {
    display: inline-block;
  }
  .product-options figure {
    margin-bottom: 15px;
  }
  .product-option-page {
    padding-top: 30px;
  }
  .product-option-page .product-image figure {
    text-align: center;
  }
  .product-option-page .product-image img {
    max-height: 300px;
    margin: auto;
  }
  .product-properties tr td {
    width: 50%;
  }
  .product-properties tr td:first-child {
    text-align: right;
  }
  .product-properties tr td.text-center {
    text-align: center;
  }
  .tab-content .product-image img {
    max-height: none;
  }
  .section-content {
    padding-top: 30px;
  }
  .section-content .thumbnail {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .section-content .thumbnail figure {
    display: block;
  }
  .wanna-improve .box {
    padding: 45px 0;
  }
  .system-presence-worldwide {
    background-size: cover;
    height: 280px;
  }
  .system-presence-worldwide-big {
    height: 350px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
    background-color: #ffffff;
    padding-top: 30px;
    text-align: center;
  }
  .system-presence-worldwide-big__top {
    margin-bottom: 15px;
  }
  .system-presence-worldwide-big__top a {
    font-size: 17px;
  }
  .system-presence-worldwide-big__bottom a {
    padding: 15px;
  }
  .system-presence-worldwide-big b {
    font-family: 'Open Sans', sans-serif;
    font-size: 50px;
    font-weight: 800;
    color: #3c3c3b;
    display: block;
    line-height: 30px;
  }
  .system-presence-worldwide-big strong {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: 800;
    color: #3c3c3b;
    display: block;
    text-transform: uppercase;
    line-height: 40px;
  }
  .system-presence-worldwide-big small {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 800;
    color: #3c3c3b;
    display: block;
    text-transform: uppercase;
  }
  .system-presence-worldwide-big a {
    display: block;
    margin-bottom: 5px;
  }
  .visual .visual-img {
    height: 400px;
  }
  .visual .visual-img h1 {
    letter-spacing: 2px;
  }
  .visual.small .visual-img {
    height: 200px;
  }
  #storeMap {
    min-height: 400px;
  }
  .news-box {
    margin: 7px;
  }
  .services-list .nav-tabs {
    margin: 30px 0;
  }
  #news-list-filters {
    margin: 30px 0;
  }
  #news-list-container .item {
    width: 33.3333%;
  }
  .news-sidebar,
  .page-sidebar {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .media-centre-tab {
    padding-top: 15px;
  }
  .media-centre-tab .nav-tabs > li > a,
  .product-tab .nav-tabs > li > a {
    font-size: 14px;
  }
  .video-container {
    min-height: 400px;
  }
  #contacts_form {
    margin-bottom: 60px;
  }
  #map {
    min-height: 400px;
  }
  .reference {
    float: left;
    width: 50%;
  }
  .search-container form#search-form {
    width: 80%;
  }
  .search-container form#search-form input {
    width: 100%;
  }
  .sl-wrapper .sl-navigation button {
    font-size: 90px;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 40px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 40px;
  }
  .discoverProd {
    font-size: 16px;
  }
  /* Nuovo visual home */
  .box-container {
    position: absolute;
    bottom: 15px;
    left: 0;
    z-index: 10;
  }
  .box-container .box-item {
    width: 18%;
    margin: 0 7px;
    background-color: rgba(255, 255, 255, 0.9);
    float: left;
    text-align: center;
    border: 1px solid #ffffff;
  }
  .box-container .box-item a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 30px 15px;
  }
  .box-container .box-item h4 {
    font-size: 16px;
    line-height: 25px;
    color: #f6a200;
  }
  .box-container .box-item p {
    color: #757272;
    font-size: 13px;
  }
  .box-container .box-item:hover {
    background-color: rgba(246, 164, 0, 0.9);
  }
  .box-container .box-item:hover h4 {
    color: #ffffff;
  }
  .slider-nav .slick-arrow {
    display: none!important;
  }
}
@media (min-width: 992px) {
  [data-role="page"] > header {
    height: 140px;
  }
  [data-role="page"] > header.small .top-bar .logo-container {
    -ms-transform: scale(0.5, 0.5);
        transform: scale(0.5, 0.5);
  }
  [data-role="page"] > header.small .nav-container .nav-bottom {
    margin-top: -90px;
  }
  [data-role="page"] > header.with_sub_menu {
    height: 170px;
  }
  [data-role="page"] > header.with_sub_menu .top-bar {
    height: 170px;
  }
  [data-role="page"].catalog_product_new > header.with_sub_menu,
  [data-role="page"].catalog_product_new > header.with_sub_menu .top-bar {
    height: 180px;
  }
  .catalog_product_new[data-role="page"] > header.small .top-bar .nav-bottom {
    margin-top: -90px;
  }
  .catalog_product_new .top-bar .nav-container .nav-bottom {
    margin-top: -34px;
  }
  .top-bar {
    height: 140px;
  }
  .logo-container svg {
    max-width: 150px;
    max-height: 100px;
    width: 150px;
    height: 100px;
  }
  .nav-container .nav-top > ul > li a,
  .nav-container .nav-bottom > ul > li a {
    font-size: 14px;
  }
  .nav-container .nav-top .dropdown.selected > ul,
  .nav-container .nav-bottom .dropdown.selected > ul {
    top: 110px;
    bottom: -8px;
  }
  .nav-container .nav-bottom {
    margin-top: -35px;
  }
  .catalog_product_new .nav-container .nav-bottom .dropdown.selected > ul {
    top: 118px;
  }
  .header-line {
    width: 970px;
  }
  .box-list li div.icon {
    text-align: center;
  }
  .box-list li div.icon,
  .box-list li div.icon img {
    width: 80px;
  }
  .system-presence-worldwide {
    height: 370px;
  }
  .system-presence-worldwide-big {
    height: 470px;
    background-size: contain;
  }
  .system-presence-worldwide-big__top {
    margin-bottom: 20px;
  }
  .system-presence-worldwide-big b {
    font-size: 80px;
    line-height: 70px;
  }
  .system-presence-worldwide-big strong {
    font-size: 50px;
    line-height: 50px;
  }
  .system-presence-worldwide-big small {
    font-size: 25px;
  }
  .system-presence-worldwide-big__bottom strong {
    font-size: 35px;
    line-height: 35px;
  }
  .ita .system-presence-worldwide-big__bottom strong {
    font-size: 50px;
    line-height: 50px;
  }
  .newsletter-container h2 {
    font-size: 36px;
  }
  .newsletter-container p {
    font-size: 18px;
  }
  .newsletter-container .form-group input {
    height: 50px;
  }
  .newsletter-container .form-group button {
    height: 50px;
  }
  .newsletter-container .checkbox label {
    letter-spacing: 2px;
  }
  .video-container {
    min-height: 400px;
    max-width: 700px;
    margin: 0 auto;
  }
  /* Nuovo visual home */
  .box-container .box-item h4 {
    font-size: 20px;
  }
  .slider-nav .slick-arrow {
    display: inline-block !important;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .logo-container svg {
    max-width: none;
    max-height: none;
    width: 160px;
    height: 115px;
  }
  .lang-container {
    margin-top: -55px;
  }
  .lang-container > .container {
    padding: 0 30px;
  }
  .lang-container ul li a {
    display: block;
    padding: 7px 5px;
    font-size: 13px;
  }
  .lang-container ul li a span {
        padding-left: 8px;
    position: relative;
    top: -4px;
  }
  .lang-container ul li div {
    vertical-align: bottom;
  }
  .btn-primary,
  .btn-primary-inverse {
    padding: 15px 30px;
  }
  .btn-primary.btn-xs,
  .btn-primary-inverse.btn-xs {
    padding: 8px 15px;
  }
  .catalog_product_new  .btn-primary,
  .catalog_product_new  .btn-primary-inverse {
    padding: 15px;
  }
  .btn-primary-box {
    padding: 5px 30px;
  }
  .read_more {
    font-size: 14px;
  }
  [data-role="page"] > header {
    height: 140px;
  }
  [data-role="page"] > header.small .top-bar .logo-container {
    -ms-transform: scale(0.4, 0.4);
        transform: scale(0.4, 0.4);
  }
  [data-role="page"] > header.small .top-bar .nav-bottom {
    margin-top: -110px;
  }
  [data-role="page"] > header.small .top-bar .nav-bottom .dropdown > ul {
    top: 50px;
  }
  [data-role="page"] > header.with_sub_menu,
  [data-role="page"] > header.with_sub_menu .top-bar {
    height: 190px;
  }
  [data-role="page"].catalog_product_new > header.small .top-bar .nav-bottom .dropdown > ul {
    top: 55px;
  }
  [data-role="page"].catalog_product_new > header.with_sub_menu,
  [data-role="page"].catalog_product_new > header.with_sub_menu .top-bar {
    height: 200px;
  }
  .catalog_product_new[data-role="page"] > header.small .top-bar .nav-bottom {
    margin-top: -110px;
  }
  .box {
    padding: 30px 30px;
  }
  .box.seo {
    padding: 30px 60px;
  }
  .top-bar {
    height: 140px;
  }
  .header-line {
    width: 1170px;
  }
  .nav-container .nav-top li {
    margin-left: 15px;
  }
  .nav-container .nav-top a {
    letter-spacing: 1px;
  }
  .nav-container .nav-bottom > ul > li {
    margin-left: 15px;
  }
  .nav-container .nav-bottom > ul > li a {
    line-height: 1;
    transition: color 0.3s cubic-bezier(0.43, 0.64, 0.1, 0.99) 0s;
  }
  .nav-container .nav-bottom > ul > li a:hover {
    color: #eea60e;
  }
  .nav-container .nav-bottom a {
    padding: 0.3em 0.3em;
    letter-spacing: 1px;
  }
  .nav-container .nav-bottom .dropdown.selected > ul {
    top: 120px;
  }
  .nav-container .nav-bottom .dropdown.selected > ul li {
    height: 40px;
  }
  .nav-container .nav-bottom .dropdown.selected > ul li a {
    transition: color 0.3s cubic-bezier(0.43, 0.64, 0.1, 0.99) 0s;
  }
  .nav-container .nav-bottom .dropdown.selected > ul li a:hover {
    color: #eea60e;
  }
  .catalog_product_new .nav-container .nav-bottom .dropdown.selected > ul {
    top: 134px;
  }
  /*.newsletter-container { 
    padding: @spacer 0;
  }*/
  .company-container .desc {
    min-height: 400px;
  }
  .product-list {
    padding-bottom: 30px;
  }
  .product-box {
    padding: 30px 15px;
  }
  .product-box .product-desc .h3 {
    font-size: 24px;
  }
  .product-intro .product-desc h1,
  .product-main .product-desc h1,
  .product-intro .product-desc h2,
  .product-main .product-desc h2,
  .product-intro .product-desc h3,
  .product-main .product-desc h3 {
    font-size: 36px;
  }
  .wanna-improve .box {
    padding: 75px 0;
  }
  .wanna-improve .box h1,
  .wanna-improve .box h2,
  .wanna-improve .box h3 {
    font-size: 36px;
  }
  .wanna-improve .box p {
    font-size: 18px;
  }
  .wanna-improve .box .btn {
    margin-top: 30px;
  }
  .system-presence-worldwide {
    height: 500px;
  }
  .system-presence-worldwide-big {
    height: 670px;
    background-size: cover;
  }
  .system-presence-worldwide-big__top {
    margin-bottom: 40px;
  }
  .system-presence-worldwide-big b {
    font-size: 139px;
    line-height: 115px;
  }
  .system-presence-worldwide-big strong {
    font-size: 50px;
    line-height: 55px;
  }
  .system-presence-worldwide-big small {
    font-size: 29px;
  }
  .system-presence-worldwide-big__bottom strong {
    font-size: 28px;
  }
  .ita .system-presence-worldwide-big__bottom strong {
    font-size: 58px;
    line-height: 60px;
  }
  .where-we-are-map .filters {
    margin-bottom: 60px;
  }
  #storeMap {
    min-height: 500px;
  }
  .news-sidebar {
    margin-top: 60px;
  }
  .visual .visual-img {
    height: 600px;
  }
  .visual .visual-img h1 {
    font-size: 54px;
    letter-spacing: 4px;
  }
  .case-history .select2-container,
  .product-select .select2-container,
  .section-references .select2-container {
    max-width: 700px;
    margin: auto;
  }
  .reference {
    width: 32%;
  }
  .media-centre-tab .tab-content .product-image,
  .product-tab .tab-content .product-image {
    padding: 0 30px;
  }
  .media-centre-tab .tab-content .product-image img,
  .product-tab .tab-content .product-image img {
    max-height: 400px;
  }
  /* Nuovo visual home */
  .box-container .box-item {
    width: 18.7%;
  }
  .box-container .box-item h4 {
    font-size: 22px;
  }
  .slider-nav .slick-arrow {
    display: inline-block !important;
  }
}
body {
  background: #ffffff;
}
.pointer {
  cursor: pointer;
}
.breadcrumbs {
  text-align: right;
  color: #939395;
  font-size: 12px;
  font-weight: 700;
  text-transform: lowercase;
}
.breadcrumbs a {
  color: #939395;
  text-decoration: underline;
}
.breadcrumbs a:hover {
  text-decoration: none;
}
.references-container {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .reference {
    padding: 0;
  }
}
.top-bar {
  padding: 0 40px;
  background: #f9f8f8;
  margin-top: -1px;
}
.top-bar--home {
  background: #ffffff;
}
@media (max-width: 1199px) {
  .top-bar {
    padding: 0 30px;
  }
}
@media (max-width: 991px) {
  .top-bar {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .top-bar {
    height: 120px;
  }
}
.top-bar .nav-container .nav-bottom {
  margin-top: -42px;
}
.top-bar .nav-container .nav-bottom > ul {
  margin-bottom: 0;
  height: 49px;
}
@media (max-width: 767px) {
  .top-bar .nav-container .nav-bottom > ul {
    height: auto;
    padding-bottom: 60px;
  }
}
.top-bar .nav-container .nav-bottom > ul > li {
  line-height: 49px;
  height: 100%;
}
@media (max-width: 767px) {
  .top-bar .nav-container .nav-bottom > ul > li {
    line-height: 30px;
  }
}
.top-bar .nav-container .nav-bottom > ul > li:last-child.selected {
  background: none;
  border: none;
}

.top-bar .nav-container .nav-bottom > ul > li.selected,.top-bar .nav-container .nav-bottom > ul > li.current_page_item,.top-bar .nav-container .nav-bottom > ul > li.current-page-ancestor, .top-bar .nav-container .nav-bottom > ul > li.current-menu-item, .top-bar .nav-container .nav-bottom > ul > li.current-category-ancestor{
  background: #ffffff;
  border-top: 2px solid #eea60e;
}
.top-bar .nav-container .nav-bottom > ul > li.selected>a,.top-bar .nav-container .nav-bottom > ul > li.current_page_item>a,.top-bar .nav-container .nav-bottom > ul > li.current-page-ancestor>a, .top-bar .nav-container .nav-bottom > ul > li.current-menu-item>a, .top-bar .nav-container .nav-bottom > ul > li.current-category-ancestor>a {
  color: inherit;
}
.top-bar .nav-container .nav-bottom a {
  padding: 0.3em 0.6em;
}
@media (max-width: 1199px) {
  .top-bar .nav-container .nav-bottom a {
    padding: 0.3em 0.4em;
  }
}
@media (max-width: 991px) {
  .top-bar .nav-container .nav-bottom a {
    padding: 0.3em 0.2em;
    font-size: 11px;
  }
}
@media (max-width: 1199px) {
  .top-bar .nav-container .nav-bottom {
    margin-top: -27px;
  }
}
@media (max-width: 991px) {
  .top-bar .nav-container .nav-bottom {
    margin-top: -21px;
  }
}
@media (max-width: 767px) {
  .top-bar .nav-container .nav-bottom {
    margin-top: 0;
  }
}
@media (max-width: 1199px) {
  .small .top-bar .nav-bottom {
    margin-top: -95px !important;
  }
}
@media (max-width: 991px) {
  .small .top-bar .nav-bottom {
    margin-top: -73px !important;
  }
}
@media (max-width: 767px) {
  .small .top-bar .nav-bottom {
    margin-top: 0!important;
  }
}
.lang-container {
  padding: 0 45px 1px;
}
@media (max-width: 991px) {
  .lang-container ul li a span {
    display: none;
  }
}
.nav-container .nav-bottom > ul > li:last-child > a {
  color: #ffffff !important;
  background: #eea60e;
}
.nav-container .nav-bottom > ul > li:last-child > a:hover {
  color: #ffffff !important;
}
.nav-container .nav-top > ul li.current_page_item,.nav-container .nav-top > ul li.current-page-ancestor,.nav-container .nav-top > ul li.current-menu-item,.nav-container .nav-top > ul li.current-category-ancestor {
  border-top: 3px solid #eea60e;
}
.nav-container .nav-top > ul li.current_page_item a,.nav-container .nav-top > ul li.current-page-ancestor a,.nav-container .nav-top > ul li.current-menu-item a,.nav-container .nav-top > ul li.current-category-ancestor  a {
  font-weight: 700;     color: #eea60e;
}
.eng .nav-container .nav-bottom > ul > li,
.fra .nav-container .nav-bottom > ul > li,
.nld .nav-container .nav-bottom > ul > li {
  margin-left: 10px;
}
.spa .nav-container .nav-bottom > ul > li,
.mex .nav-container .nav-bottom > ul > li {
  margin-left: 2px;
}
.por .nav-container .nav-bottom > ul > li,
.tur .nav-container .nav-bottom > ul > li,
.bra .nav-container .nav-bottom > ul > li {
  margin-left: 5px;
}
.por .nav-container .nav-bottom > ul > li a,
.tur .nav-container .nav-bottom > ul > li a,
.bra .nav-container .nav-bottom > ul > li a {
  font-size: 13px;
}
@media (max-width: 767px) {
  [data-role="page"] > header {
    height: 120px;
  }
  .nav-container.open {
    transform: translate3d(0, 90px, 0);
    padding-top: 0;
    padding-bottom: 30px;
  }
  .nav-container .panel {
    background-color: transparent;
    border-left: none;
    border-right: none;
  }
  .nav-container .panel:last-child {
    background-color: #eea60e;
  }
  .nav-container .panel:last-child .panel-title > a {
    color: #ffffff;
  }
  .nav-container .panel-default {
    border-color: #ffffff;
  }
  .nav-container .panel-default > .panel-heading {
    background-color: transparent;
  }
  .nav-container .panel-group {
    margin-bottom: 0;
  }
  .nav-container .panel-group .panel {
    border-radius: 0;
  }
  .nav-container .panel-group .panel + .panel {
    margin-top: 0;
  }
  .nav-container .panel-title > a {
    padding-left: 40px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
  }
  .nav-container .panel-title > a.plus:after {
    content: '-';
    float: right;
  }
  .nav-container .panel-title > a.collapsed:after {
    content: '+';
  }
  .nav-container .panel-collapse a {
    text-align: left;
    padding-left: 80px;
    font-size: 13px;
    margin: 0;
  }
  .nav-container .collapse-menu {
    text-align: left;
    padding-left: 60px;
    padding-right: 25px;
    font-size: 16px;
  }
  .nav-container .collapse-menu:after {
    content: '-';
    float: right;
    font-weight: 700;
  }
  .nav-container .collapse-menu.collapsed:after {
    content: '+';
  }
  .nav-container .collapseMenu a {
    text-align: left;
    padding-left: 80px;
    font-size: 13px;
    margin: 0;
  }
  .logo-container {
    margin-top: 10px;
  }
  button.nav-trigger {
    margin-top: 35px;
  }
}
.top-bar-mobile {
  height: 30px;
  border-bottom: 1px solid #eea60e;
  position: relative;
}
.top-bar-mobile .search {
  position: absolute;
  top: 6px;
  left: 18px;
  width: 18px;
  height: 18px;
}
.top-bar-mobile .search svg {
  width: 100%;
  height: 100%;
  fill: #5d5d5d;
}
.top-bar-mobile .lang {
  position: absolute;
  top: 5px;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  width: 23px;
  height: 23px;
}
.top-bar-mobile .contacts {
  position: absolute;
  top: 5px;
  right: 10px;
}
.top-bar-mobile .contacts a {
  color: #eea60e;
  font-size: 12px;
  font-weight: 700;
}
.visual .visual-img {
  height: 700px;
  background-position: 0 0;
}
@media (max-width: 1199px) {
  .visual .visual-img {
    background-position: center center;
  }
}
@media (max-width: 991px) {
  .visual .visual-img {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .visual .visual-img {
    height: 300px;
  }
}
.visual--video {
  background: #eeeeee;
}
.visual--video .box-container {
  bottom: 15px;
}
@media (max-width: 1199px) {
  .visual--video .box-container {
    bottom: 10px;
  }
}
.visual-video {
  /*height: 605px;*/
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  /*@media (max-width: @screen-md-max) { height: 550px; }
  @media (max-width: @screen-sm-max) { height: 415px; }*/
}
.visual-video.embed-responsive-16by9 {
  padding-bottom: 38%;
}
@media (max-width: 767px) {
  .visual-video {
    height: 170px;
  }
}
.visual-mobile {
  height: 170px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  #slider {
    margin-bottom: 0;
  }
  #slider.active {
    min-height: 220px;
  }
  #slider.active button#prev,
  #slider.active button#next {
    top: 80px;
  }
}
.sub-menu {
  background: #ffffff;
  height: 95px;
  border-bottom: 3px solid #eea60e;
  position: fixed;
  width: 100%;
  top: 140px;
  z-index: 99;
  transition: all 0.3s cubic-bezier(0.43, 0.64, 0.1, 0.99);
}
@media (max-width: 767px) {
  .sub-menu {
    position: relative;
    top: inherit;
    z-index: 1;
  }
}
.sub-menu.small {
  top: 69px;
}
.sub-menu.small.lang-open {
  top: 336px;
}
@media (max-width: 1199px) {
  .sub-menu.small.lang-open {
    top: 298px;
  }
}
.sub-menu.small.search-open {
  top: 152px;
}
.sub-menu.lang-open {
  top: 406px;
}
@media (max-width: 1199px) {
  .sub-menu.lang-open {
    top: 368px;
  }
}
@media (max-width: 991px) {
  .sub-menu.lang-open {
    top: 354px;
  }
}
.sub-menu.search-open {
  top: 223px;
}
@media (max-width: 767px) {
  .sub-menu {
    min-height: 60px;
    height: auto;
  }
}
.sub-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  height: 95px;
  line-height: 95px;
}
.sub-menu ul.table {
  display: table;
  line-height: inherit;
}
@media (max-width: 767px) {
  .sub-menu ul.table {
    display: block;
    line-height: 45px;
  }
}
.sub-menu ul.table li {
  transform: translate3d(0, 0, 0);
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .sub-menu ul.table li {
    display: block;
    -ms-transform: none;
        transform: none;
  }
}
@media (max-width: 767px) {
  .sub-menu ul {
    min-height: 95px;
    height: auto;
    line-height: 45px;
  }
}
.sub-menu li {
  display: inline-block;
  margin-right: 8%;
}
@media (max-width: 1199px) {
  .sub-menu li {
    margin-right: 6%;
  }
}
@media (max-width: 991px) {
  .sub-menu li {
    margin-right: 5%;
  }
}
@media (max-width: 767px) {
  .sub-menu li {
    display: block;
    text-align: center;
  }
}
.sub-menu a {
  font-size: 15px;
  color: #5d5d5d;
}
.sub-menu a:hover,
.sub-menu a.active {
  color: #eea60e;
}
@media (max-width: 991px) {
  .sub-menu a {
    font-size: 13px;
  }
}
.sub-menu__mobile {
  width: 100%;
  font-weight: normal;
  font-size: 17px;
}
.sub-menu__mobile:before {
  content: "\e014";
}
.sub-menu__mobile.collapsed:before {
  content: "\e236";
}
.pol .sub-menu .table a {
  font-size: 12px;
}
@media (max-width: 1199px) {
  .pol .sub-menu .table a {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .pol .sub-menu .table a {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .pol .sub-menu .table a {
    font-size: 13px;
  }
}
.hun .sub-menu .table a {
  font-size: 12px;
}
@media (max-width: 1199px) {
  .hun .sub-menu .table a {
    font-size: 10px;
  }
}
@media (max-width: 991px) {
  .hun .sub-menu .table a {
    font-size: 12px;
  }
}
.nld .sub-menu .table a {
  padding: 0 5px;
}
@media (max-width: 1199px) {
  .nld .sub-menu .table a {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .nld .sub-menu .table a {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .nld .sub-menu .table a {
    font-size: 13px;
  }
}
.tur .sub-menu .table a {
  font-size: 14px;
}
#slider {
  background: #eeeeee;
}
#slider.active .slides {
  height: 630px;
}
@media (max-width: 991px) {
  #slider.active .slides {
    height: 480px;
  }
}
#slider.active .slides li {
  box-shadow: none;
}
#slider.active .tile-content {
  border: none!important;
}
@media (max-width: 767px) {
  #slider.active .tile-content {
    height: 140px!important;
    padding: 15px 0!important;
  }
}
#slider button#prev,
#slider button#next {
  display: none;
}
@media (max-width: 767px) {
  #slider button#prev,
  #slider button#next {
    display: block;
  }
}
.box-container {
  position: relative;
  bottom: 25px;
}
.box-container .box-item {
  background-color: #ffffff !important;
  border: none;
  border-top: 3px solid #eea60e;
}
.box-container .box-item a {
  padding: 15px;
}
@media (max-width: 767px) {
  .box-container .box-item a {
    display: block;
    width: 100%;
  }
}
.box-container .box-item h4 {
  color: #6d6e71;
}
.box-container .box-item span {
  text-transform: uppercase;
  padding: 5px 30px;
  background: #eea60e;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  margin-top: 15px;
  display: inline-block;
}
@media (max-width: 991px) {
  .box-container .box-item span {
    padding: 5px 10px;
  }
}
.box-container .box-item:hover h4 {
  color: #eea60e;
}
@media (max-width: 767px) {
  .box-container .box-item h4 {
    color: #6d6e71!important;
  }
}
@media (max-width: 1199px) {
  .ita .box-container .box-item span,
  .fra .box-container .box-item span,
  .por .box-container .box-item span {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .ita .box-container .box-item span,
  .fra .box-container .box-item span,
  .por .box-container .box-item span {
    font-size: 14px;
  }
}
.text-home {
  background: #eeeeee;
  padding-top: 20px;
  padding-bottom: 35px;
}
@media (max-width: 767px) {
  .text-home {
    padding: 0;
    background: #ffffff;
  }
}
.text-home__top {
  margin-bottom: 55px;
}
.text-home h1 {
  font-size: 30px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .text-home h1 {
    font-weight: 700;
  }
}
.text-home h3 {
  font-weight: 500;
  font-size: 25px;
}
.text-home__left {
  border-right: 1px solid #ffffff;
}
@media (max-width: 991px) {
  .text-home__left {
    border-right: none;
    margin-bottom: 30px;
  }
}
.text-home__right {
  padding-left: 100px;
}
@media (max-width: 991px) {
  .text-home__right {
    padding-left: 15px;
  }
}
.text-home__button {
  background: #eea60e;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 0;
  color: #ffffff;
  font-weight: 700;
  font-size: 22px;
  border: none;
}
.text-home__button:after {
  content: '-';
}
.text-home__button.collapsed:after {
  content: '+';
}
.text-home #collapseText {
  padding: 15px;
}
.text-home #collapseText span {
  font-size: 15px!important;
}
.fra .text-home__button {
  font-size: 20px;
}
.pol .text-home__button,
.por .text-home__button,
.bra .text-home__button {
  font-size: 19px;
}
.general-content {
  padding-bottom: 25px;
}
.general-content h1 {
  font-size: 30px;
  margin-bottom: 40px;
}
.general-content h2 {
    font-size: 22px;
    margin-bottom: 30px;
    color: #eea60e;
}
.general-content p {
  font-size: 15px;
  line-height: 21px;
}
.general-content iframe {
  max-width: 100%;
}
.general-content video {
  width: 560px;
  max-width: 100%;
}
.general-content__slider {
  width: 100%;
  height: 510px;
  margin-top: 50px;
}
@media (max-width: 991px) {
  .general-content__slider {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .general-content__slider {
    height: 250px;
  }
}
.general-content__slider__item {
  width: 100%;
  height: 510px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 991px) {
  .general-content__slider__item {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .general-content__slider__item {
    height: 250px;
  }
}
.general-content__slider .slick-arrow {
  width: 10px;
  height: 30px;
  background-repeat: no-repeat;
}
.general-content__slider .slick-arrow.slick-prev {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAeCAYAAAAVdY8wAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAU5JREFUeNpi/P//PwM+8H0poxqQqmIkQuEGILWeAaQQF/62hCEQiDeA2DhNBJokAKQOA3EEZ/T/q0x4bC0HWQlSBOKw4DDNEEi5ALEDTAzDaqAiZiC1A4inAU1bDxPHZnUMEL9FVoRhItA0CSC1D4i9gAofICtEN7EWiJegK0LxDNA0OyAF8kQB1jCABiwrEB8DYhdcgQ+zOh2IrwOt3IMrUBmBpigA6W1A7ARU+AKXQpCJ84B4Dz5FMIUrgNgE6BlWvMkI6plFQJyILyWBAxyaONcCsS3QCR9wWc0AlLwFpLYAcQ5OX8OiEGiqMDT9eWGLGfQUnQPEM/AFOAzMBGIzoOlmeE1Eyieb0cVxZaodIA0YwYMlK4CsngQNrt+4UjgouE4BqavQxII9zyCZCkosm2GRgDO7QsNyDTTbMuAtUpAKgQBiyp4UIMUMEGAAR+ofs2C7V0MAAAAASUVORK5CYII=");
}
.general-content__slider .slick-arrow.slick-next {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAeCAYAAAAVdY8wAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAU5JREFUeNpi/P//PwM+8H0poxqQqmIkQuEGILWeAaQQF/62hCEQiDeA2DhNBJokAKQOA3EEZ/T/q0x4bC0HWQlSBOKw4DDNEEi5ALEDTAzDaqAiZiC1A4inAU1bDxPHZnUMEL9FVoRhItA0CSC1D4i9gAofICtEN7EWiJegK0LxDNA0OyAF8kQB1jCABiwrEB8DYhdcgQ+zOh2IrwOt3IMrUBmBpigA6W1A7ARU+AKXQpCJ84B4Dz5FMIUrgNgE6BlWvMkI6plFQJyILyWBAxyaONcCsS3QCR9wWc0AlLwFpLYAcQ5OX8OiEGiqMDT9eWGLGfQUnQPEM/AFOAzMBGIzoOlmeE1Eyieb0cVxZaodIA0YwYMlK4CsngQNrt+4UjgouE4BqavQxII9zyCZCkosm2GRgDO7QsNyDTTbMuAtUpAKgQBiyp4UIMUMEGAAR+ofs2C7V0MAAAAASUVORK5CYII=");
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}
.general-content__aside {
  padding: 0;
  margin-bottom: 20px;
}
.general-content__aside__link {
  background: #f6f6f6;
  margin-bottom: 2px;
  display: block;
  width: 100%;
  padding: 10px 20px;
  color: #757272;
  font-size: 13px;
}
.general-content__aside__link:hover,
.general-content__aside__link.active {
  color: #eea60e;
}
.adv {
  margin-top: 30px;
}
.adv__item {
  margin-bottom: 25px;
}
.adv__item__image {
  height: 170px;
  overflow: hidden;
}
.adv__item__image > div {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 15px;
  transition: transform 0.3s;
}
@media (max-width: 1199px) {
  .adv__item__image {
    height: 135px;
  }
}
@media (max-width: 991px) {
  .adv__item__image {
    height: 100px;
  }
}
@media (max-width: 767px) {
  .adv__item__image {
    height: 110px;
  }
  .adv__item__image > div {
    background-size: contain;
  }
}
.adv__item__title {
  font-size: 15px;
  font-weight: 500;
  margin-top: 15px;
  color: #eea60e;
}
.adv__item a:hover .adv__item__image > div {
  -ms-transform: scale(1.08);
      transform: scale(1.08);
}
@media (max-width: 767px) {
  .case-history {
    padding: 0;
  }
}
.case-history__block {
  padding: 0;
}
.case-history__block__title {
  color: #eea60e;
  font-size: 18px;
  margin-bottom: 20px;
}
.case-history__item {
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 767px) {
  .case-history__item {
    padding: 0;
  }
}
.case-history__item a:hover .case-history__item__image > div {
  -ms-transform: scale(1.05);
      transform: scale(1.05);
}
.case-history__item__play {
  background-image: url('../images/play2.png');
  background-repeat: no-repeat;
  width: 38px;
  height: 38px;
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  top: 22%;
  background-size: contain;
  background-position: center;
  opacity: 0.5;
}
.case-history__item__image {
  height: 140px;
  overflow: hidden;
}
.case-history__item__image > div {
  height: 100%;
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  transition: transform 0.3s;
}
@media (max-width: 767px) {
  .case-history__item__image > div {
    background-position: top center;
  }
}
@media (max-width: 767px) {
  .case-history__item__image {
    height: 150px;
  }
}
.case-history__item__bottom {
  background: #ffffff;
  position: relative;
  height: 40px;
}
.case-history__item__bottom__body {
  background: #f6f6f6;
  padding: 10px 25px;
  position: absolute;
  top: -15px;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  text-align: center;
  width: 70%;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
}
.case-history__item__title {
  font-size: 15px;
  margin-bottom: 0;
  display: block;
  width: 100%;
  font-weight: 400;
}
.case-history__item__location {
  color: #757272;
  margin-bottom: 0;
  display: block;
  width: 100%;
  font-size: 15px;
}
.box-news {
  background: #ffffff;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
.box-news__title {
  color: #eea60e;
  font-size: 30px;
  margin-bottom: 35px;
}
.box-news__item {
  position: relative;
  padding: 0 30px;
}
@media (max-width: 991px) {
  .box-news__item {
    padding: 0 15px;
  }
}
.box-news__item:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 90%;
  background-color: #eeeeee;
}
.box-news__item:nth-child(3):after {
  display: none;
}
@media (max-width: 767px) {
  .box-news__item {
    padding: 15px 0;
  }
  .box-news__item:after {
    width: 100%;
    height: 1px;
    top: inherit;
    bottom: 0;
  }
}
.box-news__item__type {
  color: #eea60e;
  display: block;
  font-size: 15px;
}
.box-news__item__date {
  display: block;
  font-size: 15px;
  margin-bottom: 15px;
}
.box-news__item__title {
  font-size: 15px;
  display: block;
  margin-bottom: 15px;
}
.box-news__item__link {
  color: #6d6e71;
  display: block;
  font-weight: 700;
  font-size: 13px;
}
.box-news__link {
  margin: 35px auto 0;
  border-radius: 0;
  padding: 7px 55px;
}
.list-news {
  background: #ffffff;
  padding-top: 0;
  padding-bottom: 40px;
  position: relative;
}
.list-news__item {
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .list-news__item {
    padding: 0 15px;
  }
}
.list-news__item:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 90%;
  background-color: #eeeeee;
}
.list-news__item--no-border:after {
  display: none;
}
@media (max-width: 767px) {
  .list-news__item {
    padding: 15px 0;
  }
  .list-news__item:after {
    width: 100%;
    height: 1px;
    top: inherit;
    bottom: 0;
  }
}
.list-news__item__date {
  color: #eea60e;
  display: block;
  font-size: 15px;
  margin-bottom: 15px;
}
.list-news__item__title {
  font-size: 15px;
  display: block;
  margin-bottom: 15px;
}
.list-news__item__title a {
  color: #757272;
}
.list-news__item__title a:hover {
  color: #eea60e;
}
.list-news__item__link {
  color: #6d6e71;
  display: block;
  font-weight: 700;
  font-size: 13px;
}
.box-news-events {
  border-bottom: 1px solid #8eadba;
}
@media (max-width: 767px) {
  .box-news-events {
    padding: 0;
  }
  .box-news-events .container {
    padding: 0;
  }
}
.box-news-events__item {
  text-align: center;
}
@media (max-width: 767px) {
  .box-news-events__item {
    border-top: 1px solid #8eadba;
    height: 50px;
    text-align: left;
    padding: 0 10px 0 20px;
  }
}
.box-news-events__title {
  margin-top: 45px;
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .box-news-events__title {
    display: inline-block;
    font-size: 22px;
    margin: 0;
    line-height: 50px;
  }
}
.box-news-events__link {
  margin-top: 10px;
  padding: 10px 30px;
  font-size: 16px;
  line-height: 16px;
}
@media (max-width: 767px) {
  .box-news-events__link {
    float: right;
  }
}
.box-news-events__link i {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 25px;
  font-weight: 700;
  line-height: 16px;
}
@media (max-width: 1199px) {
  .box-news-events__link {
    font-size: 14px;
    padding: 5px 20px;
    line-height: 18px;
  }
}
@media (max-width: 991px) {
  .box-news-events__link {
    font-size: 12px;
    padding: 7px 10px;
  }
}
.box-news-events p {
  font-size: 13px;
  line-height: 15px;
}
.box-news-events svg {
  height: 55px;
}
@media (max-width: 767px) {
  .box-news-events svg {
    display: inline-block;
    height: 25px;
    width: 25px;
    margin-right: 25px;
    vertical-align: text-bottom;
  }
}
@media (max-width: 991px) {
  .eng .box-news-events__title,
  .deu .box-news-events__title,
  .fra .box-news-events__title,
  .spa .box-news-events__title {
    height: 66px;
  }
  .eng .box-news__item p,
  .deu .box-news__item p,
  .spa .box-news__item p {
    height: 45px;
  }
  .fra .box-news__item p {
    height: 60px;
  }
}
@media (max-width: 767px) {
  .eng .box-news-events__title,
  .deu .box-news-events__title,
  .fra .box-news-events__title,
  .spa .box-news-events__title {
    height: auto;
  }
}
.box-newsletter {
  height: 330px;
  background-color: #000000;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  color: #ffffff;
  padding-top: 95px;
  padding-bottom: 95px;
}
.box-newsletter__opacity {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.box-newsletter__content {
  position: relative;
  z-index: 10;
}
.box-newsletter__title {
  color: #ffffff;
  font-size: 30px;
  margin-bottom: 10px;
  font-weight: 500;
}
.filters {
  padding: 0;
  margin-bottom: 25px;
}
.legenda {
  margin-top: 60px;
  margin-bottom: 20px;
  height: 40px;
}
.legenda img {
  height: 100%;
}
.legenda:first-child {
  margin-left: 200px;
}
@media (max-width: 767px) {
  .legenda:first-child {
    margin-left: 20px;
  }
}
#storeMap {
  height: 645px;
}
.flag {
  display: none;
}
.branches {
  padding: 20px 0 0;
}
.branches address {
  font-style: normal;
}
.branches .title {
  color: #757272;
  font-size: 15px;
}
.where-we-are-map h3 {
  font-size: 15px;
  line-height: 23px;
}
.wanna-improve {
  background: #ffffff;
  padding: 50px 15px;
  border-top: 3px solid #f1f2f2;
}
.wanna-improve h2 {
  color: #58595b;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .wanna-improve h2 {
    font-size: 30px;
  }
}
.wanna-improve p {
  color: #58595b;
  font-size: 20px;
}
.wanna-improve a {
  border-radius: 0;
  padding: 7px 80px;
  margin-top: 35px;
}
.select2-container .select2-choice,
.select2-container.select2-container-disabled .select2-choice,
.select2-container.select2-container-disabled .select2-choices {
  border: none;
  box-shadow: none;
  border-radius: 0;
}
.select2-container .select2-choice {
  background: #f6f4f4;
}
.select2-container.select2-container-disabled .select2-choice,
.select2-container.select2-container-disabled .select2-choices {
  background: #e6e7e8;
}
.select2-container .select2-choice .select2-arrow,
.select2-container .select2-choice div {
  background: #e6e7e8;
}
.select2-container .select2-choice .select2-arrow {
  width: 20px;
}
.select2-container .select2-choice .select2-arrow b {
  background-position: 2px 5px;
}
.form-control {
  border-radius: 0;
  background-color: #f6f4f4;
  border-color: #f6f4f4;
}
.form-contacts label,
.form-newsletter label,
.form-contacts strong,
.form-newsletter strong {
  font-weight: normal;
}
.form-contacts button,
.form-newsletter button {
  padding: 15px 150px;
}
@media (max-width: 767px) {
  .form-contacts button,
  .form-newsletter button {
    padding: 15px 50px;
  }
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: none;
}
.page-contacts {
  padding-bottom: 20px;
}
.where-we-are-form form,
.page-contacts form {
  padding: 0;
}
.list-jobs {
  background: #ffffff;
  padding-top: 0;
  padding-bottom: 40px;
  position: relative;
}
.list-jobs__item {
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .list-jobs__item {
    padding: 0 15px;
  }
}
.list-jobs__item:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 90%;
  background-color: #eeeeee;
}
.list-jobs__item--no-border:after {
  display: none;
}
@media (max-width: 767px) {
  .list-jobs__item {
    padding: 15px 0;
  }
  .list-jobs__item:after {
    width: 100%;
    height: 1px;
    top: inherit;
    bottom: 0;
  }
}
.list-jobs__item__title {
  font-size: 15px;
  display: block;
  margin-bottom: 5px;
}
.list-jobs__item__title a {
  color: #757272;
}
.list-jobs__item__title a:hover {
  color: #eea60e;
}
.list-jobs__item__location {
  font-size: 15px;
  display: block;
  font-weight: 500;
  margin-bottom: 15px;
}
.list-jobs__item__link {
  color: #ffffff;
  font-weight: 700;
  font-size: 13px;
  padding: 10px 20px;
}
.product-main {
  padding-top: 50px;
  padding-bottom: 50px;
}
.product-desc {
  position: relative;
}
.product-desc .btn {
  padding-left: 10px;
  padding-right: 10px;
}
.product-desc .playpause {
  background-image: url('../images/play2.png');
  background-repeat: no-repeat;
  width: 48px;
  height: 48px;
  position: absolute;
  left: 0%;
  right: 0%;
  top: -1%;
  bottom: 0%;
  margin: auto;
  background-size: contain;
  background-position: center;
}
.slider-nav {
  width: 90%;
  margin: 10px auto 0;
}
.slider-nav > div {
  cursor: pointer;
}
#productVideoCarousel .slider-nav .slick-slide {
  position: relative;
}
#productVideoCarousel .slider-nav .slick-slide:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAF76W4GAAAA2FBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAQEGBgYLCwsODg4RERETExMYGBgeHh4tLS05OTlHR0dVVVVhYWFra2ttbW2GhoaWlpampqazs7O2tra+vr7AwMDQ0NDb29vl5eXs7Ozy8vL5+fn9/f3///9UM2ZgAAAASHRSTlMAAQIDBwgKCxIWFx4jKiwtLjIzNz5AQ0VIUFRVX2BiZmhtbnF0dXx9f4CAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIATClSgAAABSklEQVQoz3VRB3LCMBBcQ0wPYMD0HoovvfeEdP3/R5F1siUFsjOe097qitYAWgCICC0SxCdU4tQJBaDNJSGKU8hLhSKpEW2EuiUPMq6lFnCQCIvgdvGFA+KD/MS5joLjte4gMeSCAjfQNT1mZLBK6OZVZxAyF0I8KV7U/F3r6Fn1PGCVsCE0/Ga75iUE+6xGeaaTtDqIad9qVwKydns5bqSiuGBe1tsL8aziOOVCnCW+MH/jByb8SsUBuip+6P45xw5leMXimXjBakp9fkBmbtupka2PIn1t0S04Evb69AfLihEntAtVx7ttTOPd6oa/3B86+tyDHxkqf+jXra130CRHlvi8MQuivSUL8Z22QO2v/PNwlCZm8BaO/Hhsz24ABbPb3an7MuVrfvnPu0NtW7DTFN+YXpq62jrMuH8FXrkzlmNWs0EjlyZ/AUT5dWy5XWNJAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  left: 50%;
  top: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 767px) {
  #productCarousel {
    margin-top: 20px;
  }
}
.system-presence-worldwide-big {
  margin-bottom: 60px;
  height: 670px;
}
@media (max-width: 1199px) {
  .system-presence-worldwide-big {
    height: 470px;
  }
}
@media (max-width: 991px) {
  .system-presence-worldwide-big {
    height: 350px;
  }
}
.hun .system-presence-worldwide-big__bottom strong {
  font-size: 25px;
}
.pol .system-presence-worldwide-big a {
  font-size: 12px;
}
#footer {
  background-color: #eeeeee;
}
#footer .box {
  padding: 40px 0;
}
#footer .contacts {
  border-radius: 0;
  padding: 7px 80px;
}
@media (max-width: 767px) {
  #footer .container {
    padding: 0;
  }
  #footer .box {
    padding: 15px 0;
  }
  #footer .credits {
    padding: 0 7px;
    margin-top: 0;
  }
}