/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
/* line 9, ../sass/vendor/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, ../sass/vendor/_normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 33, ../sass/vendor/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 53, ../sass/vendor/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 66, ../sass/vendor/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
/* line 76, ../sass/vendor/_normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 88, ../sass/vendor/_normalize.scss */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
/* line 97, ../sass/vendor/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 109, ../sass/vendor/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 117, ../sass/vendor/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 126, ../sass/vendor/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 135, ../sass/vendor/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 144, ../sass/vendor/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 153, ../sass/vendor/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 161, ../sass/vendor/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 169, ../sass/vendor/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 173, ../sass/vendor/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 184, ../sass/vendor/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 192, ../sass/vendor/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 203, ../sass/vendor/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 211, ../sass/vendor/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 220, ../sass/vendor/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 228, ../sass/vendor/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 251, ../sass/vendor/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 265, ../sass/vendor/_normalize.scss */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 276, ../sass/vendor/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 289, ../sass/vendor/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 301, ../sass/vendor/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 310, ../sass/vendor/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 321, ../sass/vendor/_normalize.scss */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 333, ../sass/vendor/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 345, ../sass/vendor/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
/* line 355, ../sass/vendor/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 366, ../sass/vendor/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 375, ../sass/vendor/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 386, ../sass/vendor/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 395, ../sass/vendor/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 404, ../sass/vendor/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 415, ../sass/vendor/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 420, ../sass/vendor/_normalize.scss */
td,
th {
  padding: 0;
}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on January 19, 2016 */
@font-face {
  font-family: 'latoblack_italic';
  src: url("/App_Themes/fonts/lato-blackitalic-webfont.eot");
  src: url("/App_Themes/fonts/lato-blackitalic-webfont.eot?#iefix") format("embedded-opentype"), url("/App_Themes/fonts/lato-blackitalic-webfont.woff2") format("woff2"), url("/App_Themes/fonts/lato-blackitalic-webfont.woff") format("woff"), url("/App_Themes/fonts/lato-blackitalic-webfont.ttf") format("truetype"), url("/App_Themes/fonts/lato-blackitalic-webfont.svg#latoblack_italic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'latoblack';
  src: url("/App_Themes/fonts/lato-black-webfont.eot");
  src: url("/App_Themes/fonts/lato-black-webfont.eot?#iefix") format("embedded-opentype"), url("/App_Themes/fonts/lato-black-webfont.woff2") format("woff2"), url("/App_Themes/fonts/lato-black-webfont.woff") format("woff"), url("/App_Themes/fonts/lato-black-webfont.ttf") format("truetype"), url("/App_Themes/fonts/lato-black-webfont.svg#latoblack") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 1, ../sass/_header.scss */
header {
  position: fixed;
  right: 0;
  top: 0;
  left: 0;
  z-index: 200;
  height: 130px;
  background: #fff;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  /* line 1, ../sass/_header.scss */
  header {
    height: 100px !important;
  }
}
/* line 13, ../sass/_header.scss */
header:before, header:after {
  content: " ";
  display: table;
}
/* line 17, ../sass/_header.scss */
header .logo img {
  transition: all 1s;
  width: 71px;
}
/* line 21, ../sass/_header.scss */
header.height-header {
  height: 80px;
  -webkit-transition: height 1s;
  -moz-transition: height 1s;
  -o-transition: height 1s;
  transition: height 1s;
}
/* line 27, ../sass/_header.scss */
header.height-header .logo img {
  width: 12%;
}
/* line 33, ../sass/_header.scss */
header .header-inner {
  display: table;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
/* line 12, C:/Ruby193/lib/ruby/gems/1.9.1/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
header .header-inner:after {
  content: " ";
  display: block;
  clear: both;
}
/* line 37, ../sass/_header.scss */
header .header-inner nav {
  display: table-cell;
  vertical-align: middle;
  width: 37.86%;
}
/* line 42, ../sass/_header.scss */
header .header-inner nav.nav-left ul {
  float: right;
}
/* line 46, ../sass/_header.scss */
header .header-inner nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
/* line 50, ../sass/_header.scss */
header .header-inner nav ul li {
  float: left;
  display: inline;
  margin: 0 0 0 60px;
}
/* line 54, ../sass/_header.scss */
header .header-inner nav ul li:first-child {
  margin: 0;
}
/* line 57, ../sass/_header.scss */
header .header-inner nav ul li a {
  font-family: "latoblack", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 45px;
  color: #252525;
  text-transform: uppercase;
  text-decoration: none;
}
/* line 63, ../sass/_header.scss */
header .header-inner nav ul li a:after {
  content: "";
  margin: 0 auto;
  background-color: #fff;
  display: block;
  height: 3px;
  overflow: hidden;
  width: 30px;
}
/* line 74, ../sass/_header.scss */
header .header-inner nav ul li a.active:after, header .header-inner nav ul li a:hover:after {
  background-color: #c6102d;
}
/* line 82, ../sass/_header.scss */
header .header-inner .logo {
  padding: 18px 0 0 0;
  width: 100%;
}
/* line 86, ../sass/_header.scss */
header .header-inner .close,
header .header-inner .menu-mobile,
header .header-inner .curent-content-title,
header .header-inner #dark-overlay {
  display: none;
}
@media only screen and (max-width: 1024px) {
  /* line 93, ../sass/_header.scss */
  header .header-inner .nav-left,
  header .header-inner .nav-right,
  header .header-inner .logo {
    display: none;
  }
  /* line 98, ../sass/_header.scss */
  header .header-inner .burger {
    position: absolute;
    right: 25px;
    top: 30px;
    height: 32px;
    width: 46px;
    color: #fff;
    cursor: pointer;
    background: url(/App_Themes/img/burger.png) no-repeat center;
  }
  /* line 108, ../sass/_header.scss */
  header .header-inner .curent-content-title {
    font-family: "latoblack", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 13px;
    display: block;
    position: absolute;
    left: 25px;
    top: 28px;
    line-height: 45px;
    color: #252525;
    text-transform: uppercase;
  }
  /* line 118, ../sass/_header.scss */
  header .header-inner .menu-mobile {
    display: block;
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 102;
    width: 70%;
    padding: 5% 7%;
    text-align: left;
    background-color: #fff;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -ms-transition: -ms-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease;
    overflow-y: auto;
  }
  /* line 140, ../sass/_header.scss */
  header .header-inner .menu-mobile.show {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  /* line 147, ../sass/_header.scss */
  header .header-inner .menu-mobile .close {
    display: block;
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
  }
  /* line 154, ../sass/_header.scss */
  header .header-inner .menu-mobile .logo-mobile {
    margin: 0 0 40px 0;
  }
  /* line 157, ../sass/_header.scss */
  header .header-inner .menu-mobile nav {
    width: 100%;
    display: block;
    overflow: hidden;
  }
  /* line 161, ../sass/_header.scss */
  header .header-inner .menu-mobile nav li {
    display: block;
    float: none;
    margin: 0 0 40px 0;
    overflow: hidden;
  }
  /* line 166, ../sass/_header.scss */
  header .header-inner .menu-mobile nav li:first-child {
    margin: 0 0 40px 0;
  }
  /* line 169, ../sass/_header.scss */
  header .header-inner .menu-mobile nav li a {
    float: left;
    line-height: 13px;
  }
  /* line 172, ../sass/_header.scss */
  header .header-inner .menu-mobile nav li a:after {
    width: auto;
  }
}

/* line 1, ../sass/_footer.scss */
footer {
  padding: 3.45% 0;
  background: #111111;
  border-bottom: 20px solid #c6102d;
  color: #fff;
}
/* line 6, ../sass/_footer.scss */
footer a {
  color: #c6102d;
  text-decoration: none;
}
/* line 38, ../sass/mixins/_mixins.scss */
footer a:hover {
  color: #f5f5f5;
}
/* line 9, ../sass/_footer.scss */
footer ul, footer ol {
  display: inline-block;
}
/* line 12, ../sass/_footer.scss */
footer .go-to-top {
  width: 55px;
  height: 55px;
  position: fixed;
  right: 40px;
  bottom: 40px;
  background: rgba(198, 16, 45, 0.7) url("/App_Themes/img/go-to-top.png") no-repeat center;
  background-size: 40%;
  border-radius: 50%;
  text-indent: -9999em;
  z-index: 1000;
  display: none;
  transition: all 0.5s ease;
}
/* line 25, ../sass/_footer.scss */
footer .go-to-top:hover {
  text-decoration: none !important;
}
/* line 28, ../sass/_footer.scss */
footer .go-to-top.moved {
  bottom: 130px;
  opacity: 0.75;
}
@media only screen and (max-width: 767px) {
  /* line 12, ../sass/_footer.scss */
  footer .go-to-top {
    right: 20px;
  }
}
/* line 36, ../sass/_footer.scss */
footer .footer-inner {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
/* line 12, C:/Ruby193/lib/ruby/gems/1.9.1/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
footer .footer-inner:after {
  content: " ";
  display: block;
  clear: both;
}
/* line 38, ../sass/_footer.scss */
footer .footer-inner .footer-head-part {
  display: inline-block;
  width: 100%;
  margin-bottom: 55px;
}
/* line 42, ../sass/_footer.scss */
footer .footer-inner .footer-head-part h3 {
  float: left;
  padding: 0 0 0 17%;
  text-transform: uppercase;
}
/* line 47, ../sass/_footer.scss */
footer .footer-inner .footer-head-part .languages {
  float: right;
  padding: 4px 21% 0 0;
  text-transform: uppercase;
  font-family: "latoblack", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
}
/* line 52, ../sass/_footer.scss */
footer .footer-inner .footer-head-part .languages span.txt {
  margin-left: 5px;
  letter-spacing: 1px;
}
/* line 57, ../sass/_footer.scss */
footer .footer-inner .footer-head-part .languages .chosen-container-single .chosen-single {
  padding: 0;
  font-family: "latoblack", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  background: #111111;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
/* line 65, ../sass/_footer.scss */
footer .footer-inner .footer-head-part .languages .chosen-container-single .chosen-single div b {
  background: url("/App_Themes/img/arrow-down.png") no-repeat center center;
}
/* line 69, ../sass/_footer.scss */
footer .footer-inner .footer-head-part .languages .chosen-container-single .chosen-drop {
  font-family: "lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  border: 0;
  background: #111111;
}
/* line 73, ../sass/_footer.scss */
footer .footer-inner .footer-head-part .languages .chosen-container-single .chosen-drop ul {
  margin: 0;
  padding: 0;
}
/* line 76, ../sass/_footer.scss */
footer .footer-inner .footer-head-part .languages .chosen-container-single .chosen-drop ul li {
  padding: 5px 0;
  margin: 0;
  color: #fff;
}
/* line 80, ../sass/_footer.scss */
footer .footer-inner .footer-head-part .languages .chosen-container-single .chosen-drop ul li:hover
footer .footer-inner .footer-head-part .languages .chosen-container-single .chosen-drop ul li.result-selected, footer .footer-inner .footer-head-part .languages .chosen-container-single .chosen-drop ul li.highlighted {
  background: #111111 !important;
  color: #c6102d !important;
}
/* line 90, ../sass/_footer.scss */
footer .footer-inner .footer-head-part .languages .chosen-container-active.chosen-with-drop .chosen-single div b {
  background: url("/App_Themes/img/arrow-up.png") no-repeat center center;
}
/* line 95, ../sass/_footer.scss */
footer .footer-inner .wrapp-col {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  overflow: hidden;
}
/* line 12, C:/Ruby193/lib/ruby/gems/1.9.1/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
footer .footer-inner .wrapp-col:after {
  content: " ";
  display: block;
  clear: both;
}
/* line 99, ../sass/_footer.scss */
footer .footer-inner .wrapp-col .col-footer {
  width: 20%;
  float: left;
  padding: 0 30px;
  border-left: 1px solid #292929;
}
/* line 103, ../sass/_footer.scss */
footer .footer-inner .wrapp-col .col-footer:first-child, footer .footer-inner .wrapp-col .col-footer:last-child {
  width: 30%;
  float: left;
}
/* line 107, ../sass/_footer.scss */
footer .footer-inner .wrapp-col .col-footer:first-child {
  padding: 0 10px 0 17%;
  border-left: 0;
}
/* line 111, ../sass/_footer.scss */
footer .footer-inner .wrapp-col .col-footer address {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -webkit-transform: translateY(-50%);
  /* Chrome, Safari, Opera */
  transform: translateY(-50%);
  font-family: "lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-geight: 26px;
  font-style: normal;
}
/* line 120, ../sass/_footer.scss */
footer .footer-inner .wrapp-col .col-footer address strong {
  text-transform: uppercase;
}
/* line 124, ../sass/_footer.scss */
footer .footer-inner .wrapp-col .col-footer p {
  font-size: 14px;
  line-height: 26px;
}
/* line 129, ../sass/_footer.scss */
footer .footer-inner .wrapp-col .col-footer a.instagram, footer .footer-inner .wrapp-col .col-footer a.facebook {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -webkit-transform: translateY(-50%);
  /* Chrome, Safari, Opera */
  transform: translateY(-50%);
  float: left;
  display: block;
  width: 40px;
  height: 40px;
}
/* line 140, ../sass/_footer.scss */
footer .footer-inner .wrapp-col .col-footer a.instagram span, footer .footer-inner .wrapp-col .col-footer a.facebook span {
  visibility: hidden;
}
/* line 144, ../sass/_footer.scss */
footer .footer-inner .wrapp-col .col-footer a.instagram {
  margin: 0 30px 0 0;
  background: url("/App_Themes/img/instagram.png") no-repeat center center;
}
/* line 147, ../sass/_footer.scss */
footer .footer-inner .wrapp-col .col-footer a.instagram:hover {
  background: url("/App_Themes/img/instagram-hover.png") no-repeat center center;
}
/* line 151, ../sass/_footer.scss */
footer .footer-inner .wrapp-col .col-footer a.facebook {
  background: url("/App_Themes/img/facebook.png") no-repeat center center;
}
/* line 153, ../sass/_footer.scss */
footer .footer-inner .wrapp-col .col-footer a.facebook:hover {
  background: url("/App_Themes/img/facebook-hover.png") no-repeat center center;
}
/* line 159, ../sass/_footer.scss */
footer .footer-inner .wrapp-col .col-footer.countries .countries-inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -webkit-transform: translateY(-50%);
  /* Chrome, Safari, Opera */
}
/* line 165, ../sass/_footer.scss */
footer .footer-inner .wrapp-col .col-footer.countries .countries-inner a {
  font-family: "latoblack", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  display: block;
  margin: 0 0 8px 0;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}
/* line 173, ../sass/_footer.scss */
footer .footer-inner .wrapp-col .col-footer.countries .countries-inner a:hover {
  color: #c6102d;
}
/* line 180, ../sass/_footer.scss */
footer .footer-inner .wrapp-col.footer-mobile {
  display: none;
}
@media only screen and (max-width: 1024px) {
  /* line 180, ../sass/_footer.scss */
  footer .footer-inner .wrapp-col.footer-mobile {
    display: block !important;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 12, C:/Ruby193/lib/ruby/gems/1.9.1/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
  footer .footer-inner .wrapp-col.footer-mobile:after {
    content: " ";
    display: block;
    clear: both;
  }
  /* line 185, ../sass/_footer.scss */
  footer .footer-inner .wrapp-col.footer-mobile .col-footer {
    width: 100%;
    float: left;
    height: auto !important;
    border-left: 0;
    text-align: center;
  }
  /* line 190, ../sass/_footer.scss */
  footer .footer-inner .wrapp-col.footer-mobile .col-footer a {
    color: #fff;
    text-decoration: none;
  }
  /* line 194, ../sass/_footer.scss */
  footer .footer-inner .wrapp-col.footer-mobile .col-footer:first-child {
    padding: 10px 30px;
    border-left: 0;
  }
  /* line 198, ../sass/_footer.scss */
  footer .footer-inner .wrapp-col.footer-mobile .col-footer a.instagram,
  footer .footer-inner .wrapp-col.footer-mobile .col-footer a.facebook,
  footer .footer-inner .wrapp-col.footer-mobile .col-footer address, footer .footer-inner .wrapp-col.footer-mobile .col-footer.countries a {
    top: 0;
    transform: translateY(0%);
    -ms-transform: translateY(0%);
    /* IE 9 */
    -webkit-transform: translateY(0%);
    /* Chrome, Safari, Opera */
  }
  /* line 208, ../sass/_footer.scss */
  footer .footer-inner .wrapp-col.footer-mobile .col-footer a.instagram, footer .footer-inner .wrapp-col.footer-mobile .col-footer a.facebook {
    float: none;
    display: inline-block;
  }
  /* line 215, ../sass/_footer.scss */
  footer .footer-inner .wrapp-col.footer-mobile .col-footer.countries a {
    display: inline;
    margin: 0 0 0 15px;
  }
  /* line 218, ../sass/_footer.scss */
  footer .footer-inner .wrapp-col.footer-mobile .col-footer.countries a:first-child {
    margin: 0;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 95, ../sass/_footer.scss */
  footer .footer-inner .wrapp-col {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 232, ../sass/_footer.scss */
  footer .footer-inner .footer-head-part h3,
  footer .footer-inner .footer-head-part .languages {
    float: none;
    padding: 0 30px;
    text-align: center;
  }
}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
/* line 7, ../sass/vendor/_owl-carousel.scss */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
/* line 16, ../sass/vendor/_owl-carousel.scss */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

/* line 22, ../sass/vendor/_owl-carousel.scss */
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

/* line 27, ../sass/vendor/_owl-carousel.scss */
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

/* line 32, ../sass/vendor/_owl-carousel.scss */
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* line 40, ../sass/vendor/_owl-carousel.scss */
.owl-carousel .owl-item {
  float: left;
}

/* line 43, ../sass/vendor/_owl-carousel.scss */
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

/* line 47, ../sass/vendor/_owl-carousel.scss */
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

/* mouse grab icon */
/* line 57, ../sass/vendor/_owl-carousel.scss */
.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}

/* fix */
/* line 62, ../sass/vendor/_owl-carousel.scss */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
/* line 77, ../sass/vendor/_owl-carousel.scss */
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}

/* Styling Next and Prev buttons */
/* line 84, ../sass/vendor/_owl-carousel.scss */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
/* line 101, ../sass/vendor/_owl-carousel.scss */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}

/* Styling Pagination*/
/* line 109, ../sass/vendor/_owl-carousel.scss */
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}

/* line 114, ../sass/vendor/_owl-carousel.scss */
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}

/* line 127, ../sass/vendor/_owl-carousel.scss */
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
}

/* If PaginationNumbers is true */
/* line 135, ../sass/vendor/_owl-carousel.scss */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/* preloading images */
/* line 147, ../sass/vendor/_owl-carousel.scss */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center;
}

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.4.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2015 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
/* line 14, ../sass/vendor/_chosen.scss */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 25, ../sass/vendor/_chosen.scss */
.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 30, ../sass/vendor/_chosen.scss */
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

/* line 41, ../sass/vendor/_chosen.scss */
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}

/* line 44, ../sass/vendor/_chosen.scss */
.chosen-container a {
  cursor: pointer;
}

/* line 47, ../sass/vendor/_chosen.scss */
.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}

/* line 55, ../sass/vendor/_chosen.scss */
.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
/* line 63, ../sass/vendor/_chosen.scss */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(to bottom, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

/* line 84, ../sass/vendor/_chosen.scss */
.chosen-container-single .chosen-default {
  color: #999;
}

/* line 87, ../sass/vendor/_chosen.scss */
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 94, ../sass/vendor/_chosen.scss */
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

/* line 97, ../sass/vendor/_chosen.scss */
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("~/App_Themes/img/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

/* line 107, ../sass/vendor/_chosen.scss */
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

/* line 110, ../sass/vendor/_chosen.scss */
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

/* line 113, ../sass/vendor/_chosen.scss */
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

/* line 121, ../sass/vendor/_chosen.scss */
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("~/App_Themes/img/chosen-sprite.png") no-repeat 0px 2px;
}

/* line 127, ../sass/vendor/_chosen.scss */
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

/* line 134, ../sass/vendor/_chosen.scss */
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url("~/App_Themes/img/chosen-sprite.png") no-repeat 100% -20px;
  background: url("~/App_Themes/img/chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

/* line 148, ../sass/vendor/_chosen.scss */
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

/* line 153, ../sass/vendor/_chosen.scss */
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
/* line 160, ../sass/vendor/_chosen.scss */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

/* line 170, ../sass/vendor/_chosen.scss */
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

/* line 179, ../sass/vendor/_chosen.scss */
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

/* line 183, ../sass/vendor/_chosen.scss */
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* line 188, ../sass/vendor/_chosen.scss */
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

/* line 197, ../sass/vendor/_chosen.scss */
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

/* line 202, ../sass/vendor/_chosen.scss */
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

/* line 207, ../sass/vendor/_chosen.scss */
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

/* line 210, ../sass/vendor/_chosen.scss */
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
/* line 217, ../sass/vendor/_chosen.scss */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}

/* line 234, ../sass/vendor/_chosen.scss */
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

/* line 238, ../sass/vendor/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

/* line 243, ../sass/vendor/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

/* line 257, ../sass/vendor/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

/* line 278, ../sass/vendor/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

/* line 281, ../sass/vendor/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("~/App_Themes/img/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

/* line 291, ../sass/vendor/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

/* line 294, ../sass/vendor/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}

/* line 305, ../sass/vendor/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

/* line 308, ../sass/vendor/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

/* line 311, ../sass/vendor/_chosen.scss */
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

/* line 315, ../sass/vendor/_chosen.scss */
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
/* line 323, ../sass/vendor/_chosen.scss */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* line 327, ../sass/vendor/_chosen.scss */
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}

/* line 340, ../sass/vendor/_chosen.scss */
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

/* line 344, ../sass/vendor/_chosen.scss */
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

/* line 347, ../sass/vendor/_chosen.scss */
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* line 351, ../sass/vendor/_chosen.scss */
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
/* line 357, ../sass/vendor/_chosen.scss */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

/* line 361, ../sass/vendor/_chosen.scss */
.chosen-disabled .chosen-single {
  cursor: default;
}

/* line 364, ../sass/vendor/_chosen.scss */
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
/* line 370, ../sass/vendor/_chosen.scss */
.chosen-rtl {
  text-align: right;
}

/* line 373, ../sass/vendor/_chosen.scss */
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

/* line 377, ../sass/vendor/_chosen.scss */
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

/* line 382, ../sass/vendor/_chosen.scss */
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

/* line 385, ../sass/vendor/_chosen.scss */
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

/* line 389, ../sass/vendor/_chosen.scss */
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

/* line 393, ../sass/vendor/_chosen.scss */
.chosen-rtl .chosen-choices li {
  float: right;
}

/* line 396, ../sass/vendor/_chosen.scss */
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}

/* line 399, ../sass/vendor/_chosen.scss */
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

/* line 403, ../sass/vendor/_chosen.scss */
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

/* line 407, ../sass/vendor/_chosen.scss */
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}

/* line 411, ../sass/vendor/_chosen.scss */
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

/* line 415, ../sass/vendor/_chosen.scss */
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

/* line 419, ../sass/vendor/_chosen.scss */
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

/* line 422, ../sass/vendor/_chosen.scss */
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url("~/App_Themes/img/chosen-sprite.png") no-repeat -30px -20px;
  background: url("~/App_Themes/img/chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl;
}

/* line 428, ../sass/vendor/_chosen.scss */
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

/* line 431, ../sass/vendor/_chosen.scss */
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  /* line 438, ../sass/vendor/_chosen.scss */
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("~/App_Themes/imgchosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
/* line 1, ../sass/_common.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 4, ../sass/_common.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 9, ../sass/_common.scss */
html {
  font-size: 93.75%;
  -webkit-tap-highlight-color: transparent;
}

/* line 14, ../sass/_common.scss */
body {
  font-family: "lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
  color: #252525;
  background-color: #f5f5f5;
  padding-top: 130px;
}
@media only screen and (max-width: 1024px) {
  /* line 14, ../sass/_common.scss */
  body {
    padding-top: 100px;
  }
}

/* line 27, ../sass/_common.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 36, ../sass/_common.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 13px;
}

/* line 46, ../sass/_common.scss */
h1 {
  font-size: 38px;
  line-height: 46px;
}

/* line 47, ../sass/_common.scss */
h2 {
  font-size: 32px;
  line-height: 36px;
}

/* line 48, ../sass/_common.scss */
h3 {
  font-size: 20px;
  line-height: 44px;
}

/* line 49, ../sass/_common.scss */
h4 {
  font-size: 14px;
  line-height: 36px;
}

/* line 50, ../sass/_common.scss */
h5 {
  font-size: 15px;
  line-height: 36px;
}

/* line 53, ../sass/_common.scss */
p {
  margin: 0 0 1em 0;
  text-rendering: optimizeLegibility;
}

/* line 59, ../sass/_common.scss */
.text-left {
  text-align: left;
}

/* line 60, ../sass/_common.scss */
.text-right {
  text-align: right;
}

/* line 61, ../sass/_common.scss */
.text-center {
  text-align: center;
}

/* line 63, ../sass/_common.scss */
.show-mobile {
  display: none;
}

/* line 64, ../sass/_common.scss */
.hide-mobile {
  display: block;
}

@media only screen and (max-width: 767px) {
  /* line 67, ../sass/_common.scss */
  .hide-mobile {
    display: none;
  }

  /* line 68, ../sass/_common.scss */
  .show-mobile {
    display: block;
  }
}
/* line 76, ../sass/_common.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 13px;
  text-rendering: optimizeLegibility;
}
/* line 81, ../sass/_common.scss */
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

/* line 89, ../sass/_common.scss */
img {
  vertical-align: top;
}

/* line 93, ../sass/_common.scss */
a {
  color: #c6102d;
  text-decoration: none;
}
/* line 38, ../sass/mixins/_mixins.scss */
a:hover {
  color: #252525;
}

/* line 99, ../sass/_common.scss */
#dark-overlay {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background: rgba(0, 0, 0, 0.7);
  z-index: 101;
}

/* line 112, ../sass/_common.scss */
.button-wrapp {
  padding: 70px 0;
  text-align: center;
}

/* line 116, ../sass/_common.scss */
.button {
  display: inline-block;
  margin-bottom: 0;
  font-family: "latoblack", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  border: 2px solid transparent;
  white-space: nowrap;
  padding: 20px 40px;
  font-size: 16px;
  line-height: 16px;
  border-radius: 6px;
}

/* line 131, ../sass/_common.scss */
.button-default, .button {
  color: #c6102d;
  background-color: #fff;
  border-color: #c6102d;
}
/* line 133, ../sass/_common.scss */
.button-default:hover, .button:hover {
  color: #fff;
  background-color: #c6102d;
  border-color: #fff;
}

/* line 137, ../sass/_common.scss */
.button-red {
  color: #fff;
  background-color: #c6102d;
  border-color: #fff;
}
/* line 139, ../sass/_common.scss */
.button-red:hover {
  color: #c6102d;
  background-color: #fff;
  border-color: #c6102d;
}

/* line 146, ../sass/_common.scss */
.overlay, .image-box-block .image-wrapp .image-item a {
  background: #cc0011;
}
/* line 149, ../sass/_common.scss */
.overlay img, .image-box-block .image-wrapp .image-item a img {
  display: block;
  width: 100%;
}
/* line 153, ../sass/_common.scss */
.overlay .img-overlay, .image-box-block .image-wrapp .image-item a .img-overlay {
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
/* line 159, ../sass/_common.scss */
.overlay:hover .img-overlay, .image-box-block .image-wrapp .image-item a:hover .img-overlay, .overlay:hover .default-image, .image-box-block .image-wrapp .image-item a:hover .default-image {
  opacity: 0.40;
  cursor: pointer;
}

/* line 168, ../sass/_common.scss */
.small-text {
  font-family: "lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
}

/* line 171, ../sass/_common.scss */
.large-text {
  font-family: "lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
}

/* line 177, ../sass/_common.scss */
.separate-point {
  padding: 100px 0 0 0;
  background: #fff;
}
/* line 180, ../sass/_common.scss */
.separate-point span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 auto;
  border-radius: 50%;
  background: #c6102d;
}
@media only screen and (max-width: 767px) {
  /* line 177, ../sass/_common.scss */
  .separate-point {
    padding: 50px 0 0 0;
    margin-top: -1px;
  }
}

/* line 196, ../sass/_common.scss */
.head-page,
.content-center {
  width: 66.66667%;
  float: left;
  float: none !important;
  margin: 0 auto;
  text-align: center;
}
/* line 202, ../sass/_common.scss */
.head-page h2, .head-page h1,
.content-center h2,
.content-center h1 {
  text-transform: uppercase;
  word-wrap: break-word;
}
/* line 206, ../sass/_common.scss */
.head-page h2,
.content-center h2 {
  font-family: "lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 44px;
}
/* line 210, ../sass/_common.scss */
.head-page h1,
.content-center h1 {
  margin-bottom: 16px;
}
/* line 213, ../sass/_common.scss */
.head-page img,
.content-center img {
  max-width: 100%;
  margin: 0 0 38px 0;
}
/* line 217, ../sass/_common.scss */
.head-page + .button-wrapp,
.content-center + .button-wrapp {
  padding: 70px 0 0 0 !important;
}
@media only screen and (max-width: 767px) {
  /* line 196, ../sass/_common.scss */
  .head-page,
  .content-center {
    width: 100%;
    float: left;
    padding: 40px 40px 0 40px;
  }
}

/* line 226, ../sass/_common.scss */
.red {
  background: #c6102d;
}

/* line 229, ../sass/_common.scss */
.wrapper {
  position: relative;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  margin: -80px auto 80px auto;
  padding: 80px 0 0 0;
  background: #fff;
}
/* line 12, C:/Ruby193/lib/ruby/gems/1.9.1/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
.wrapper:after {
  content: " ";
  display: block;
  clear: both;
}
/* line 236, ../sass/_common.scss */
.wrapper .box .head-box {
  width: 66.66667%;
  float: left;
  float: none !important;
  margin: 100px auto 70px auto;
  text-align: center;
}
/* line 241, ../sass/_common.scss */
.wrapper .box .head-box h2 {
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  /* line 236, ../sass/_common.scss */
  .wrapper .box .head-box {
    width: 100%;
    float: left;
    padding: 0 40px;
    margin: 50px auto 70px auto;
  }
}
/* line 251, ../sass/_common.scss */
.wrapper .box.red .head-box {
  color: #fff;
}
/* line 256, ../sass/_common.scss */
.wrapper .content-nav {
  padding: 90px 0;
  text-align: center;
  overflow: hidden;
}
/* line 260, ../sass/_common.scss */
.wrapper .content-nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
/* line 264, ../sass/_common.scss */
.wrapper .content-nav ul li {
  display: inline-block;
  margin: 0 0 0 60px;
}
/* line 267, ../sass/_common.scss */
.wrapper .content-nav ul li:first-child {
  margin: 0;
}
/* line 270, ../sass/_common.scss */
.wrapper .content-nav ul li a {
  font-family: "latoblack", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 45px;
  color: #252525;
  text-transform: uppercase;
  text-decoration: none;
}
/* line 276, ../sass/_common.scss */
.wrapper .content-nav ul li a.active, .wrapper .content-nav ul li a:hover {
  color: #c6102d;
}
@media only screen and (max-width: 767px) {
  /* line 256, ../sass/_common.scss */
  .wrapper .content-nav {
    padding: 40px 0 0 0;
  }
}
/* line 288, ../sass/_common.scss */
.wrapper .list .head-page {
  margin: 0 auto 70px auto;
}
/* line 292, ../sass/_common.scss */
.wrapper ul {
  display: inline-block;
  margin: 0 auto;
}
/* line 296, ../sass/_common.scss */
.wrapper ol {
  display: inline-block;
  margin: 0 auto;
}

/* line 2, ../sass/Blocks/_image-box-block.scss */
.image-box-block .image-wrapp {
  margin: 0 -3px;
  overflow: hidden;
}
/* line 5, ../sass/Blocks/_image-box-block.scss */
.image-box-block .image-wrapp .default-image {
  width: 350px;
  height: 500px;
  background: #cccccc;
}
/* line 10, ../sass/Blocks/_image-box-block.scss */
.image-box-block .image-wrapp .image-item {
  width: 25%;
  float: left;
  position: relative;
  float: none;
  display: inline-block;
  max-height: 500px;
  margin: 0 -3px 0 0;
  vertical-align: top;
}
/* line 18, ../sass/Blocks/_image-box-block.scss */
.image-box-block .image-wrapp .image-item a {
  color: #fff;
}
/* line 21, ../sass/Blocks/_image-box-block.scss */
.image-box-block .image-wrapp .image-item a .content-img-box {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  max-height: 400px;
  padding: 0 40px;
}
/* line 28, ../sass/Blocks/_image-box-block.scss */
.image-box-block .image-wrapp .image-item a .content-img-box img {
  max-width: 122px;
  max-height: 122px;
  width: 100%;
}
/* line 33, ../sass/Blocks/_image-box-block.scss */
.image-box-block .image-wrapp .image-item a .content-img-box h3 {
  display: block;
  margin: 0;
  text-transform: uppercase;
  clear: both;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 10, ../sass/Blocks/_image-box-block.scss */
  .image-box-block .image-wrapp .image-item {
    width: 50%;
    float: left;
    float: none !important;
  }
}
@media only screen and (max-width: 767px) {
  /* line 10, ../sass/Blocks/_image-box-block.scss */
  .image-box-block .image-wrapp .image-item {
    width: 100%;
    float: left;
    float: none !important;
  }
}

/* line 1, ../sass/Blocks/_slider-box-block.scss */
.slider-box-block {
  position: relative;
  background: #c6102d;
  overflow: hidden;
}
/* line 5, ../sass/Blocks/_slider-box-block.scss */
.slider-box-block ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
/* line 12, ../sass/Blocks/_slider-box-block.scss */
.slider-box-block .item img {
  display: block;
  width: 100%;
  height: auto;
}
/* line 17, ../sass/Blocks/_slider-box-block.scss */
.slider-box-block .olw-slider-box {
  position: relative;
  margin: 0 0 115px 0;
}
/* line 21, ../sass/Blocks/_slider-box-block.scss */
.slider-box-block .button-wrapp {
  padding: 0 0 100px 0;
}
/* line 24, ../sass/Blocks/_slider-box-block.scss */
.slider-box-block .separate-point {
  padding: 100px 0;
}
/* line 29, ../sass/Blocks/_slider-box-block.scss */
.slider-box-block .owl-controls .owl-page span {
  display: block;
  width: 9px;
  height: 9px;
  margin: 5px 6px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #fff;
  opacity: 1;
}
/* line 41, ../sass/Blocks/_slider-box-block.scss */
.slider-box-block .owl-controls .owl-page.active span {
  width: 12px;
  height: 12px;
  background: #c6102d;
}
/* line 48, ../sass/Blocks/_slider-box-block.scss */
.slider-box-block .owl-controls .owl-pagination {
  position: absolute;
  bottom: 4px;
  width: 100%;
}
/* line 53, ../sass/Blocks/_slider-box-block.scss */
.slider-box-block .owl-controls .owl-buttons div {
  position: absolute;
  top: 40%;
  width: 30px;
  height: 74px;
  background: url(/App_Themes/img/olw-controls.png) no-repeat;
  text-indent: 10000px;
}
/* line 60, ../sass/Blocks/_slider-box-block.scss */
.slider-box-block .owl-controls .owl-buttons div.owl-prev {
  left: 15px;
  background-position: left top;
}
/* line 64, ../sass/Blocks/_slider-box-block.scss */
.slider-box-block .owl-controls .owl-buttons div.owl-next {
  right: 15px;
  background-position: right top;
}
@media only screen and (max-width: 767px) {
  /* line 53, ../sass/Blocks/_slider-box-block.scss */
  .slider-box-block .owl-controls .owl-buttons div {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  /* line 74, ../sass/Blocks/_slider-box-block.scss */
  .slider-box-block .olw-slider-box,
  .slider-box-block .owl-controls {
    margin: 0;
  }
  /* line 78, ../sass/Blocks/_slider-box-block.scss */
  .slider-box-block .head-box {
    padding: 70px 40px 0 40px !important;
  }
  /* line 81, ../sass/Blocks/_slider-box-block.scss */
  .slider-box-block .text-center {
    padding: 50px 0;
  }
}

/* line 2, ../sass/Blocks/_people-box-block.scss */
.people-box-block .people-wrapp {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin: 0 -3px;
}
/* line 12, C:/Ruby193/lib/ruby/gems/1.9.1/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
.people-box-block .people-wrapp:after {
  content: " ";
  display: block;
  clear: both;
}
/* line 6, ../sass/Blocks/_people-box-block.scss */
.people-box-block .people-wrapp .people-item {
  width: 20%;
  float: left;
  display: inline-block;
  margin: 0 -3px 20px 0;
  text-align: center;
  line-height: normal;
  float: none;
  vertical-align: top;
}
/* line 14, ../sass/Blocks/_people-box-block.scss */
.people-box-block .people-wrapp .people-item h5 {
  line-height: 18px;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}
/* line 19, ../sass/Blocks/_people-box-block.scss */
.people-box-block .people-wrapp .people-item .overlay, .people-box-block .people-wrapp .people-item .image-box-block .image-wrapp .image-item a, .image-box-block .image-wrapp .image-item .people-box-block .people-wrapp .people-item a {
  position: relative;
  max-height: 380px;
  margin: 0 0 5px 0;
  overflow: hidden;
}
/* line 24, ../sass/Blocks/_people-box-block.scss */
.people-box-block .people-wrapp .people-item .overlay img.letter, .people-box-block .people-wrapp .people-item .image-box-block .image-wrapp .image-item a img.letter, .image-box-block .image-wrapp .image-item .people-box-block .people-wrapp .people-item a img.letter {
  display: none;
}
/* line 28, ../sass/Blocks/_people-box-block.scss */
.people-box-block .people-wrapp .people-item .overlay:hover img.letter, .people-box-block .people-wrapp .people-item .image-box-block .image-wrapp .image-item a:hover img.letter, .image-box-block .image-wrapp .image-item .people-box-block .people-wrapp .people-item a:hover img.letter {
  position: absolute;
  bottom: 55px;
  left: 37%;
  display: block;
  width: 74px;
}
@media only screen and (max-width: 767px) {
  /* line 6, ../sass/Blocks/_people-box-block.scss */
  .people-box-block .people-wrapp .people-item {
    width: 50%;
    float: left;
    float: none !important;
    display: inline-block;
    margin: 0 -3px 15px 0;
    vertical-align: top;
  }
}

/* line 1, ../sass/Blocks/_contact-box-block.scss */
.contact-box-block {
  padding: 0 0 40px 0;
  text-align: center;
  overfow: hidden;
}
/* line 5, ../sass/Blocks/_contact-box-block.scss */
.contact-box-block p {
  padding: 0 40px;
}
/* line 8, ../sass/Blocks/_contact-box-block.scss */
.contact-box-block .contact-item {
  width: 33.33333%;
  float: left;
  padding: 0 15px;
  margin: 0 0 40px 0;
  line-height: normal;
}
/* line 13, ../sass/Blocks/_contact-box-block.scss */
.contact-box-block .contact-item h4 {
  margin: 0 0 10px 0;
  line-height: 20px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  /* line 8, ../sass/Blocks/_contact-box-block.scss */
  .contact-box-block .contact-item {
    width: 100%;
    float: left;
    margin: 0 0 50px 0;
  }
}
/* line 23, ../sass/Blocks/_contact-box-block.scss */
.contact-box-block .map {
  margin: 0 0 40px 0;
}

/* line 2, ../sass/Blocks/_country-box-block.scss */
.country-box-block .country-wrapp {
  text-align: center;
}
/* line 4, ../sass/Blocks/_country-box-block.scss */
.country-box-block .country-wrapp .country-item {
  width: 25%;
  float: left;
  text-align: center;
  line-height: normal;
}
/* line 8, ../sass/Blocks/_country-box-block.scss */
.country-box-block .country-wrapp .country-item img {
  max-height: 350px;
  display: block;
  width: 100%;
}
/* line 13, ../sass/Blocks/_country-box-block.scss */
.country-box-block .country-wrapp .country-item h5 a {
  color: #252525;
  text-transform: uppercase;
  text-decoration: none;
}
/* line 17, ../sass/Blocks/_country-box-block.scss */
.country-box-block .country-wrapp .country-item h5 a:hover {
  color: #c6102d;
}
@media only screen and (max-width: 1024px) {
  /* line 4, ../sass/Blocks/_country-box-block.scss */
  .country-box-block .country-wrapp .country-item {
    width: 50%;
    float: left;
    float: none;
    display: inline-block;
    margin: 0 -3px 0 0;
    vertical-align: top;
  }
}

/* line 1, ../sass/Blocks/_grid-box-block.scss */
.grid-box-block {
  overflow: hidden;
  clear: both;
}
/* line 5, ../sass/Blocks/_grid-box-block.scss */
.grid-box-block .grid-wrapp .grid-item {
  overflow: hidden;
}
/* line 9, ../sass/Blocks/_grid-box-block.scss */
.grid-box-block .grid-wrapp .grid-item .grid-item-col {
  width: 50%;
  float: left;
  display: table;
  text-align: center;
  vertical-align: top;
}
/* line 14, ../sass/Blocks/_grid-box-block.scss */
.grid-box-block .grid-wrapp .grid-item .grid-item-col img,
.grid-box-block .grid-wrapp .grid-item .grid-item-col iframe {
  width: 100%;
}
/* line 18, ../sass/Blocks/_grid-box-block.scss */
.grid-box-block .grid-wrapp .grid-item .grid-item-col .video-wrapp {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
/* line 23, ../sass/Blocks/_grid-box-block.scss */
.grid-box-block .grid-wrapp .grid-item .grid-item-col .video-wrapp iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 31, ../sass/Blocks/_grid-box-block.scss */
.grid-box-block .grid-wrapp .grid-item .grid-item-col .col-inner {
  display: table-cell;
  vertical-align: middle;
  height: 394px;
  padding: 0 13% 0 6%;
  text-align: left;
}
/* line 37, ../sass/Blocks/_grid-box-block.scss */
.grid-box-block .grid-wrapp .grid-item .grid-item-col .col-inner h3 {
  text-transform: uppercase;
}
/* line 40, ../sass/Blocks/_grid-box-block.scss */
.grid-box-block .grid-wrapp .grid-item .grid-item-col .col-inner a {
  display: block;
  font-family: "latoblack", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #252525;
  line-height: 45px;
  text-transform: uppercase;
}
/* line 46, ../sass/Blocks/_grid-box-block.scss */
.grid-box-block .grid-wrapp .grid-item .grid-item-col .col-inner a:hover {
  color: #c6102d;
}
/* line 53, ../sass/Blocks/_grid-box-block.scss */
.grid-box-block .grid-wrapp .grid-item.class-name-rtl .grid-item-col {
  float: right;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 58, ../sass/Blocks/_grid-box-block.scss */
  .grid-box-block .grid-wrapp .grid-item .col-inner {
    height: auto !important;
  }
}
@media only screen and (max-width: 767px) {
  /* line 63, ../sass/Blocks/_grid-box-block.scss */
  .grid-box-block .grid-wrapp .grid-item .grid-item-col {
    float: none !important;
    width: 100%;
    float: left;
  }
  /* line 66, ../sass/Blocks/_grid-box-block.scss */
  .grid-box-block .grid-wrapp .grid-item .grid-item-col .col-inner {
    height: auto;
    padding: 40px;
    text-align: center !important;
  }
}

/* line 1, ../sass/Blocks/_carousel-box-block.scss */
.carousel-box-block {
  position: relative;
  background: #ccc;
}
/* line 5, ../sass/Blocks/_carousel-box-block.scss */
.carousel-box-block .olw-carousel-box .big-image,
.carousel-box-block .olw-carousel-box .default-image {
  width: 100%;
}
/* line 9, ../sass/Blocks/_carousel-box-block.scss */
.carousel-box-block .olw-carousel-box .default-image {
  max-height: 690px;
}
/* line 14, ../sass/Blocks/_carousel-box-block.scss */
.carousel-box-block .main-bkg-image {
  width: 100%;
}
/* line 17, ../sass/Blocks/_carousel-box-block.scss */
.carousel-box-block .default-image-small {
  width: 100%;
  height: 300px;
}
/* line 21, ../sass/Blocks/_carousel-box-block.scss */
.carousel-box-block .carousel-wrapp {
  width: 100%;
}
/* line 23, ../sass/Blocks/_carousel-box-block.scss */
.carousel-box-block .carousel-wrapp .carousel-inner {
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  top: 0;
  padding: 50px 0;
}
/* line 30, ../sass/Blocks/_carousel-box-block.scss */
.carousel-box-block .carousel-wrapp .carousel-inner .carousel-content {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 50%;
  transform: translateY(-65%);
  -ms-transform: translateY(-65%);
  /* IE 9 */
  -webkit-transform: translateY(-65%);
  /* Chrome, Safari, Opera */
}
/* line 12, C:/Ruby193/lib/ruby/gems/1.9.1/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
.carousel-box-block .carousel-wrapp .carousel-inner .carousel-content:after {
  content: " ";
  display: block;
  clear: both;
}
/* line 37, ../sass/Blocks/_carousel-box-block.scss */
.carousel-box-block .carousel-wrapp .carousel-inner .carousel-content .text {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}
/* line 12, C:/Ruby193/lib/ruby/gems/1.9.1/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
.carousel-box-block .carousel-wrapp .carousel-inner .carousel-content .text:after {
  content: " ";
  display: block;
  clear: both;
}
/* line 40, ../sass/Blocks/_carousel-box-block.scss */
.carousel-box-block .carousel-wrapp .carousel-inner .carousel-content .sub-title {
  font-size: 18px;
  color: #fff;
  clear: both;
}
/* line 45, ../sass/Blocks/_carousel-box-block.scss */
.carousel-box-block .carousel-wrapp .carousel-inner .carousel-content .title {
  font-family: "lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 38px;
  color: #fff;
  text-transform: uppercase;
  clear: both;
}
/* line 51, ../sass/Blocks/_carousel-box-block.scss */
.carousel-box-block .carousel-wrapp .carousel-inner .carousel-content .logo {
  margin: 0 0 60px 0;
}
@media only screen and (max-width: 1024px) {
  /* line 57, ../sass/Blocks/_carousel-box-block.scss */
  .carousel-box-block .carousel-wrapp .carousel-inner {
    padding: 20px 20px 40px 20px;
  }
  /* line 60, ../sass/Blocks/_carousel-box-block.scss */
  .carousel-box-block .carousel-wrapp .carousel-inner .carousel-content .text {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 12, C:/Ruby193/lib/ruby/gems/1.9.1/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
  .carousel-box-block .carousel-wrapp .carousel-inner .carousel-content .text:after {
    content: " ";
    display: block;
    clear: both;
  }
  /* line 63, ../sass/Blocks/_carousel-box-block.scss */
  .carousel-box-block .carousel-wrapp .carousel-inner .carousel-content .logo {
    max-width: 60px;
    margin: 0 0 10px 0;
  }
  /* line 67, ../sass/Blocks/_carousel-box-block.scss */
  .carousel-box-block .carousel-wrapp .carousel-inner .carousel-content .sub-title {
    font-size: 12px;
    line-height: normal;
  }
  /* line 71, ../sass/Blocks/_carousel-box-block.scss */
  .carousel-box-block .carousel-wrapp .carousel-inner .carousel-content .title {
    font-family: "lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
  }
}
/* line 81, ../sass/Blocks/_carousel-box-block.scss */
.carousel-box-block .owl-controls .owl-page span {
  display: block;
  width: 9px;
  height: 9px;
  margin: 5px 6px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #fff;
  opacity: 1;
}
/* line 93, ../sass/Blocks/_carousel-box-block.scss */
.carousel-box-block .owl-controls .owl-page.active span {
  width: 12px;
  height: 12px;
  background: #c6102d;
}
/* line 100, ../sass/Blocks/_carousel-box-block.scss */
.carousel-box-block .owl-controls .owl-pagination {
  position: absolute;
  bottom: 20%;
  width: 100%;
}
/* line 105, ../sass/Blocks/_carousel-box-block.scss */
.carousel-box-block .owl-controls .owl-buttons div {
  position: absolute;
  top: 40%;
  width: 30px;
  height: 74px;
  background: url(/App_Themes/img/olw-controls.png) no-repeat;
  text-indent: -10000px;
}
/* line 112, ../sass/Blocks/_carousel-box-block.scss */
.carousel-box-block .owl-controls .owl-buttons div.owl-prev {
  left: 85px;
  background-position: left top;
}
/* line 116, ../sass/Blocks/_carousel-box-block.scss */
.carousel-box-block .owl-controls .owl-buttons div.owl-next {
  right: 85px;
  background-position: right top;
}
@media only screen and (max-width: 1024px) {
  /* line 105, ../sass/Blocks/_carousel-box-block.scss */
  .carousel-box-block .owl-controls .owl-buttons div {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 1, ../sass/Blocks/_carousel-box-block.scss */
  .carousel-box-block {
    z-index: 1;
  }
  /* line 127, ../sass/Blocks/_carousel-box-block.scss */
  .carousel-box-block .olw-slider-box,
  .carousel-box-block .owl-controls {
    margin: 0;
  }
  /* line 131, ../sass/Blocks/_carousel-box-block.scss */
  .carousel-box-block .head-box {
    padding: 70px 0 0 0;
  }
  /* line 134, ../sass/Blocks/_carousel-box-block.scss */
  .carousel-box-block .text-center {
    padding: 50px 0;
  }
  /* line 137, ../sass/Blocks/_carousel-box-block.scss */
  .carousel-box-block .owl-pagination {
    bottom: 2% !important;
  }
}
