/*! 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.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
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.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, 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.
 */
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.
 */
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.
 */
[hidden], template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
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.
 */
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.
 */
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.
 */
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.
 */
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.
 */
button[disabled], html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
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.
 */
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.
 */
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`.
 */
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.
 */
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).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: none;
  margin: 0 2px;
  padding: 0; }
  
.buffer fieldset {
  border: 1px solid #c0c0c0;
  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.
 */
legend {
  border: 0;
  font-weight:bold;
  /* 1 */
  padding: 5px 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
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.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; 
  width:100% ;}

td, th {
  padding: 0; }

.clearfix:after, #nav ul:after, .tweet-holder .carousel ul:after, .header-t:after, .header-b:after, .container:after {
  content: " ";
  display: block;
  clear: both; }

#nav ul, #nav ul .drop, .visual .cycle-gallery .pagination ul, .tweet-holder .carousel ul, .service .carousel-add .slideset, .connect .social-networks, #footer .social-networks {
  margin: 0;
  padding: 0;
  list-style: none; }

#nav ul, #nav ul .drop, .visual .cycle-gallery .pagination ul, .tweet-holder .carousel ul, .service .carousel-add .slideset, .connect .social-networks, #footer .social-networks {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, #nav ul:after, .tweet-holder .carousel ul:after, .header-t:after, .header-b:after, .container:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

* {
  max-height: 1000000px; }

body, body.int {
  color: #333;
  background: #fff;
  font: 16px/1.875 'Lato', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
body.int {
  color: #818181;
}

img {
  max-width: 100%;
  height: auto; }

.gm-style img {
  max-width: none; }

@media only screen and (min-width: 1025px) {
  a[href^=tel], a[href^=skype], a[href^=sms] {
    cursor: default;
    pointer-events: none; } }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit; }

h1, .h1 {
  font-size: 30px; }

h2, .h2 {
  font-size: 27px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 21px; }

h5, .h5 {
  font-size: 17px; }

h6, .h6 {
  font-size: 15px; }

p {
  margin: 0 0 1em; }

a {
  color: #39f; }
  a:hover, a:focus {
    text-decoration: none; }

.buffer label {
  font-weight:bold;
}

input[type='text'], input[type='tel'], input[type='email'], input[type='search'], input[type='password'], textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border: 1px solid #818181;
  padding: 0.4em 0.7em; }
  input[type='text']:focus, input[type='tel']:focus, input[type='email']:focus, input[type='search']:focus, input[type='password']:focus, textarea:focus {
    border-color: #333; }
  input[type='text'] ::-webkit-input-placeholder, input[type='tel'] ::-webkit-input-placeholder, input[type='email'] ::-webkit-input-placeholder, input[type='search'] ::-webkit-input-placeholder, input[type='password'] ::-webkit-input-placeholder, textarea ::-webkit-input-placeholder {
    color: #818181; }
  input[type='text'] ::-moz-placeholder, input[type='tel'] ::-moz-placeholder, input[type='email'] ::-moz-placeholder, input[type='search'] ::-moz-placeholder, input[type='password'] ::-moz-placeholder, textarea ::-moz-placeholder {
    opacity: 1;
    color: #818181; }
  input[type='text'] :-moz-placeholder, input[type='tel'] :-moz-placeholder, input[type='email'] :-moz-placeholder, input[type='search'] :-moz-placeholder, input[type='password'] :-moz-placeholder, textarea :-moz-placeholder {
    color: #818181; }
  input[type='text'] :-ms-input-placeholder, input[type='tel'] :-ms-input-placeholder, input[type='email'] :-ms-input-placeholder, input[type='search'] :-ms-input-placeholder, input[type='password'] :-ms-input-placeholder, textarea :-ms-input-placeholder {
    color: #818181; }
  input[type='text'] .placeholder, input[type='tel'] .placeholder, input[type='email'] .placeholder, input[type='search'] .placeholder, input[type='password'] .placeholder, textarea .placeholder {
    color: #818181; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top; }

button, input[type='button'], input[type='reset'], input[type='file'], input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

.nav-area {
  text-align: right; }
  @media (min-width: 1024px) {
    .nav-area {
      margin: 13px 0 0;
      float: right; } }
  @media (min-width: 1800px) {
    .nav-area {
      margin: 25px 0 0 87px;
      float: left;
      width: inherit;
      text-align: inherit; } }

#nav {
  text-align: left; }
  @media (min-width: 1024px) {
    #nav {
      display: inline-block;
      vertical-align: middle;
      max-width: 950px; } }
  @media (min-width: 1800px) {
    #nav {
      float: left; } }
  #nav ul li {
    float: left;
    position: relative; }
    @media (max-width: 1023px) {
      #nav ul li {
        width: 100%; } }
    @media (min-width: 1024px) {
      #nav ul li {
        margin: 0 9px;
        padding: 0 0 13px; } }
    @media (min-width: 1200px) {
      #nav ul li {
        margin: 0 11px; } }
    @media (min-width: 1800px) {
      #nav ul li {
        margin: 0 26px;
        padding: 0 0 26px; } }
    #nav ul li:last-child .drop {
      left: auto;
      right: 0; }
    #nav ul li:hover > a, #nav ul li.active > a {
      color: #00aeef; }
    #nav ul li:hover .drop, #nav ul li.hover .drop {
      display: block; }
      @media (min-width: 1024px) {
        #nav ul li:hover .drop, #nav ul li.hover .drop {
          display: block !important; } }
  #nav ul a {
    text-decoration: none;
    color: #4c4c4c;
    text-transform: uppercase;
    letter-spacing: 1.7px; }
    @media (min-width: 1024px) {
      #nav ul a {
        font-size: 14px; } }
    @media (min-width: 1220px) {
      #nav ul a {
        font-size: 14px; } }
    #nav ul a:hover {
      color: #00aeef; }
  #nav ul .drop {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 2;
    width: 259px;
    padding: 10px 23px 17px;
    height: auto;
    background: #fff;
    display: none;
    height: auto;
    box-shadow: 0 0 7px rgba(51, 51, 51, 0.4); }
    @media (min-width: 1024px) {
      #nav ul .drop {
        left: 0 !important;
        top: 100% !important;
        display: none !important;
        width: 259px !important;
        height: auto !important;
        padding: 10px 23px 17px !important; } }
    @media (max-width: 1023px) {
      #nav ul .drop {
        position: static;
        min-width: inherit;
        width: 100%;
        box-shadow: none;
        display: inherit;
        background: none; } }
    #nav ul .drop li {
      padding: 0 0 4px 14px;
      position: relative;
      border-bottom: 1px solid #e5e5e5;
      width: 100%;
      margin: 0; }
      @media (max-width: 1023px) {
        #nav ul .drop li {
          border: 0; } }
      #nav ul .drop li:after {
        position: absolute;
        left: 1px;
        font-size: 12px;
        top: 3px;
        content: '\e813';
        font-family: "fontello";
        color: #4c4c4c; }
    #nav ul .drop a {
      font-weight: bold;
      display: block;
      text-transform: none;
      letter-spacing: 0; }

@media (min-width: 1024px) {
  .txt {
    display: none; } }

@media (max-width: 1023px) {
  #nav {
    border-top: 1px solid #f2f1f0;
    position: absolute;
    overflow: hidden;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 8;
    -moz-transition: all linear 0.25s;
    -webkit-transition: all linear 0.25s;
    -o-transition: all linear 0.25s;
    transition: all linear 0.25s;
    max-height: 0; }
    #nav > ul {
      -moz-transition: all linear 0.25s;
      -webkit-transition: all linear 0.25s;
      -o-transition: all linear 0.25s;
      transition: all linear 0.25s;
      transform: translateY(-100%);
      background: rgba(255, 255, 255, 0.95);
      padding: 31px 30px;
      max-height: 400px;
      overflow: auto; }
      #nav > ul li {
        margin: 0 0 12px; }
        #nav > ul li a {
          display: block;
          font-size: 20px;
          line-height: 28px;
          font-weight: bold;
          text-transform: uppercase; }
        #nav > ul li .has-drop-down-a {
          padding: 0;
          position: relative; }
          #nav > ul li .has-drop-down-a .open, #nav > ul li .has-drop-down-a .text {
            display: inline-block;
            vertical-align: middle; }
          #nav > ul li .has-drop-down-a .open {
            border: 1px solid #7a7a79;
            width: 26px;
            height: 26px;
            border-radius: 4px;
            position: relative;
            margin: 0 3px 0 0; }
            #nav > ul li .has-drop-down-a .open:before {
              position: absolute;
              left: 7px;
              top: -4px;
              content: '+';
              color: #7a7a79;
              font-size: 17px; }
        #nav > ul li.active .has-drop-down-a .open:before {
          content: '-';
          font-size: 20px;
          left: 8px; }
      #nav > ul .drop {
        padding: 0 0 0 50px; }
        #nav > ul .drop li {
          padding: 6px 0 4px 14px; }
        #nav > ul .drop a {
          font-size: 16px;
          line-height: 20px;
          text-transform: none; }
  .nav-opener {
    margin: 10px 0 0;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    width: 103px;
    height: 40px;
    border: 1px solid #d2d2d2;
    border-radius: 4px; }
    @media (max-width: 767px) {
      .nav-opener {
        width: 32px;
        height: 29px;
        margin: 8px 0 0; } }
    .nav-opener .txt {
      float: left;
      font-style: normal;
      color: #4c4c4c;
      font-size: 14px;
      line-height: 16px;
      text-transform: uppercase;
      margin: 11px 0 0 5px;
      letter-spacing: 1px; }
      @media (max-width: 767px) {
        .nav-opener .txt {
          display: none; } }
    .nav-opener em {
      font-style: normal; }
    .nav-opener .close {
      display: none; }
  .nav-ico {
    float: right;
    position: relative;
    width: 30px;
    height: 30px;
    margin: 10px 4px 0 0; }
    @media (max-width: 767px) {
      .nav-ico {
        width: 22px;
        height: 22px;
        margin: 4px auto 0;
        float: none;
        display: block; } }
    .nav-ico span, .nav-ico:before, .nav-ico:after {
      top: 7px;
      right: 0;
      left: 0;
      content: "";
      position: absolute;
      background: #4c4c4c;
      width: 100%;
      height: 4px;
      -webkit-transition: all 0.2s linear;
      transition: all 0.2s linear; }
      @media (max-width: 767px) {
        .nav-ico span, .nav-ico:before, .nav-ico:after {
          border-radius: 4px;
          height: 3px; } }
    .nav-ico:before {
      top: 14px; }
    .nav-ico span {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      font-size: 0;
      line-height: 0; }
  .nav-active #nav {
    max-height: 4000px; }
    .nav-active #nav > ul {
      transform: translateY(0px); }
  .nav-active .nav-opener .menu {
    display: none; }
  .nav-active .nav-opener .close {
    display: block; }
  .nav-active .nav-ico {
    margin: 7px 4px 0 0; }
    @media (max-width: 767px) {
      .nav-active .nav-ico {
        margin: 2px 0 0 4px; } }
    .nav-active .nav-ico span {
      opacity: 0; }
    .nav-active .nav-ico strong {
      opacity: 0; }
    .nav-active .nav-ico:hover {
      opacity: 0.8; }
    .nav-active .nav-ico:after, .nav-active .nav-ico:before {
      left: 0;
      right: 0;
      top: 10px;
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -webkit-transform: rotate(45deg); }
    .nav-active .nav-ico:after {
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg); } }

.visual {
  overflow: hidden; }
  .visual .cycle-gallery {
    position: relative; }
    .visual .cycle-gallery .mask {
      position: relative;
      overflow: hidden;
      width: 100%; }
    .visual .cycle-gallery .slideset {
      width: 99999px;
      float: left; }
    .visual .cycle-gallery .slide {
      width: 100%;
      float: left; }
      .visual .cycle-gallery .slide.active {
        z-index: 2; }
      .visual .cycle-gallery .slide .img {
        display: block;
        width: 100%;
        height: auto; }
        @media (max-width: 998px) {
          .visual .cycle-gallery .slide .img {
            width: 140%;
            margin: -19px -34%;
            max-width: inherit; } }
        @media (max-width: 767px) {
          .visual .cycle-gallery .slide .img {
            width: 193%;
            margin: -9px -66%;
            max-width: inherit; } }
    .visual .cycle-gallery .holder {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0; }
    .visual .cycle-gallery .container {
      height: 100%; }
    .visual .cycle-gallery .text-holder {
      display: table;
      width: 100%;
      height: 100%; }
    .visual .cycle-gallery .text-box {
      display: table-cell;
      vertical-align: middle;
      width: 100%;
      height: 100%; }
      @media (max-width: 767px) {
        .visual .cycle-gallery .text-box {
          vertical-align: bottom; } }
    .visual .cycle-gallery .text {
      overflow: visible;
      padding: 0 20px;
      color: #fff;
      max-width: 300px;
      font-size: 13px;
      line-height: 14px; }
      @media (min-width: 768px) {
        .visual .cycle-gallery .text {
          max-width: 500px;
          font-size: 18px;
          line-height: 20px;
          margin-top:200px;
          padding: 0 31px; } }
      @media (max-width: 998px) {
        .visual .cycle-gallery .text {
          padding-bottom: 0; } }
      @media (max-width: 767px) {
        .visual .cycle-gallery .text {
          padding-bottom: 16px; } }
      @media (min-width: 1200px) {
        .visual .cycle-gallery .text {
          max-width: 740px;
          font-size: 24px;
          padding: 0 0 0 160px;} }
      @media (min-width: 1800px) {
        .visual .cycle-gallery .text {
          padding: 0 0 0 295px;
          max-width: 1150px;
          font-size: 30px; } }
    .visual .cycle-gallery h1 {
      margin: 0;
      font-weight: normal;
      text-transform: uppercase;
      font-family: 'Lustria', serif;
      font-size: 34px;
      line-height: 1em; }
      @media (min-width: 768px) {
        .visual .cycle-gallery h1 {
          font-size: 66px; } }
      @media (min-width: 1200px) {
        .visual .cycle-gallery h1 {
          font-size: 80px; } }
      @media (min-width: 1800px) {
        .visual .cycle-gallery h1 {
          font-size: 120px; } }
    .visual .cycle-gallery h2 {
      font-size: 15px;
      line-height: 1em;
      text-transform: uppercase;
      font-weight: normal;
      margin: 0 0 3px; }
      @media (min-width: 768px) {
        .visual .cycle-gallery h2 {
          font-size: 28px; } }
      @media (min-width: 1200px) {
        .visual .cycle-gallery h2 {
          font-size: 38px; } }
      @media (min-width: 1800px) {
        .visual .cycle-gallery h2 {
          font-size: 48px;
          margin: 0 0 9px; } }
    .visual .cycle-gallery p {
      margin: 0 0 15px;
      line-height: 1.2em; }
      @media (min-width: 1800px) {
        .visual .cycle-gallery p {
          margin: 0 0 43px; } }
    .visual .cycle-gallery .more {
      text-decoration: none;
      border: 1px solid #fff;
      display: inline-block;
      vertical-align: top;
      color: #fff;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 12px;
      line-height: 30px;
      padding: 0 6px 3px;
      text-align: center;
      letter-spacing: 1.7px; }
      @media (min-width: 768px) {
        .visual .cycle-gallery .more {
          font-size: 14px;
          line-height: 52px;
          border: 2px solid #fff;
          padding: 0 19px 3px; } }
      @media (min-width: 1200px) {
        .visual .cycle-gallery .more {
          font-size: 16px; } }
      .visual .cycle-gallery .more:hover {
        color: #4c4c4c;
        background: #fff; }
    .visual .cycle-gallery .pagination {
      position: absolute;
      left: 50%;
      bottom: 0;
      margin: 0 0 0 -38px;
      z-index: 5; }
      @media (min-width: 768px) {
        .visual .cycle-gallery .pagination {
          bottom: 10px;
          margin: 0 0 0 -55px; } }
      @media (min-width: 1200px) {
        .visual .cycle-gallery .pagination {
          bottom: 50px;
          margin: 0 0 0 -90px; } }
      @media (min-width: 1800px) {
        .visual .cycle-gallery .pagination {
          bottom: 141px; } }
      .visual .cycle-gallery .pagination li {
        display: inline-block;
        vertical-align: middle;
        margin: 0 5px; }
        .visual .cycle-gallery .pagination li.active a {
          background: white; }
      .visual .cycle-gallery .pagination a {
        text-decoration: none;
        width: 15px;
        height: 2px;
        display: block;
        overflow: hidden;
        text-indent: -9999px;
        background: #e7dfdf;
        background: rgba(255, 255, 255, 0.3); }
        @media (min-width: 768px) {
          .visual .cycle-gallery .pagination a {
            width: 27px;
            height: 2px; } }
        @media (min-width: 1200px) {
          .visual .cycle-gallery .pagination a {
            width: 50px;
            height: 2px; } }
        .visual .cycle-gallery .pagination a:hover {
          background: white; }

.banner .img {
  display: block;
  width: 100%;
  height: auto; }
  @media (max-width: 998px) {
    .banner .img {
      width: 140%;
      margin: -19px -34%;
      max-width: inherit; } }
  @media (max-width: 767px) {
    .banner .img {
      width: 193%;
      margin: -9px -66%;
      max-width: inherit; } }
.banner .holder {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0; }
.banner .container {
  height: 100%; }
.banner .text-holder {
  display: table;
  width: 100%;
  height: 100%; }
.banner .text-box {
  display: table-cell;
  vertical-align: bottom;
  padding-bottom:50px;
  width: 100%;
  height: 100%; }
  @media (max-width: 767px) {
    .banner .text-box {
      vertical-align: bottom;
      padding-bottom:20px; } }
.banner .text {
  overflow: hidden;
  padding: 0 20px;
  color: #fff;
  max-width: 1150px;
  margin: 0 auto;
  font-size: 13px;
  line-height: 14px; }
.banner .text h1 {
      font-size: 48px; }
  @media (min-width: 768px) {
    .banner .text {
      font-size: 18px;
      line-height: 20px;
      padding: 0 11px; } }
  @media (max-width: 998px) {
    .banner .text {
      padding-bottom: 0; } }
  @media (max-width: 767px) {
    .banner .text {
      padding-bottom: 0; }
    .banner .text h1 {
      font-size: 30px; } }
  @media (min-width: 1200px) {
    .banner .text {
      font-size: 24px; } }
  @media (min-width: 1800px) {
    .banner .text {
      padding: 0; }
    .banner .text h1 {
      font-size: 60px; } }
.banner h1 {
  margin: 0;
  font-weight: normal;
  text-transform: uppercase;
  font-family: 'Lustria', serif;
  font-size: 40px;
  line-height: 1em; }
  @media (min-width: 768px) {
    .banner h1 {
      font-size: 66px; } }
  @media (min-width: 1200px) {
    .banner h1 {
      font-size: 60px; } }
  @media (min-width: 1800px) {
    .banner h1 {
      font-size: 90px; } }

.tweet-holder {
  position: relative;
  overflow: hidden;
  margin: 0 0 45px; }
  @media (min-width: 768px) {
    .tweet-holder {
      margin: 0 0 63px; } }
  @media (min-width: 1200px) {
    .tweet-holder {
      margin: 0 0 102px; } }
  .tweet-holder .img {
    max-width: inherit;
    width: auto; }
    @media (min-width: 1800px) {
      .tweet-holder .img {
        display: block;
        width: 100%;
        height: auto; } }
    @media (max-width: 767px) {
      .tweet-holder .img.desktop {
        display: none; } }
    .tweet-holder .img.mob {
      display: block;
      width: 100%;
      height: auto; }
      @media (min-width: 768px) {
        .tweet-holder .img.mob {
          display: none; } }
  .tweet-holder .holder {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  .tweet-holder .box-area {
    display: table;
    width: 100%;
    height: 100%;
    padding:0px 30px; }
  .tweet-holder .box {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    position: relative; }
  .tweet-holder h3 {
    float: left;
    margin: 0 0 9px;
    text-align: center;
    width: 100%;
    color: #00aeef;
    font-size: 36px;
    line-height: 38px;
    font-family: 'Lustria', serif;
    font-weight: normal;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .tweet-holder h3 {
        font-size: 48px;
        line-height: 50px;
        margin: 2px 105px 0 32px;
        width: auto;
        margin: 0 70px 0 32px;
        text-align: left; } }
    @media (min-width: 1200px) {
      .tweet-holder h3 {
        font-size: 60px;
        line-height: 62px;
        margin: 2px 73px 0 20px; } }
    .tweet-holder h3 span {
      color: #fff;
      display: block;
      font-size: 18px;
      line-height: 20px;
      margin: 0 0 1px; }
      @media (min-width: 768px) {
        .tweet-holder h3 span {
          font-size: 24px;
          line-height: 26px;
          margin: 0 0 4px; } }
      @media (min-width: 1200px) {
        .tweet-holder h3 span {
          font-size: 30px;
          line-height: 32px; } }
  .tweet-holder .container {
    height: 100%; }
  .tweet-holder .carousel {
    font-size: 24px;
    line-height: 35px;
    color: #fff;
    width: 282px;
    margin: 0 auto;
    overflow: hidden; }
    @media (max-width: 767px) {
      .tweet-holder .carousel {
        position: relative;
        padding-top: 91px; } }
    @media (min-width: 768px) {
      .tweet-holder .carousel {
        float: none;
        width: 378px;
        min-height: 192px; } }
    @media (min-width: 1200px) {
      .tweet-holder .carousel {
        float: left;
        width: 67%;
        min-height: inherit; } }
    @media (min-width: 1800px) {
      .tweet-holder .carousel {
        width: 78%;
        padding: 0 114px 0 0; } }
    .tweet-holder .carousel .mask {
      position: relative;
      overflow: hidden;
      width: 100%; }
    .tweet-holder .carousel .slideset {
      width: 100% !important;
      float: left;
      white-space: nowrap;
      font-size: 0;
      line-height: 0; }
    .tweet-holder .carousel .slide {
      white-space: normal;
      display: inline-block;
      vertical-align: top;
      width: 300px;
      margin: 0 auto;
      font-size: 16px;
      line-height: 22px; }
      @media (min-width: 768px) {
        .tweet-holder .carousel .slide {
          padding: 0 8% 0 0;
          width: auto;
          font-size: 20px;
          line-height: 28px; } }
      @media (min-width: 1200px) {
        .tweet-holder .carousel .slide {
          font-size: 20px;
          line-height: 30px;
          width: 50% !important; } }
      @media (min-width: 1800px) {
        .tweet-holder .carousel .slide {
          font-size: 24px;
          line-height: 35px; } }
    .tweet-holder .carousel .text {
      overflow: hidden; }
      @media (max-width: 767px) {
        .tweet-holder .carousel .text {
          margin: 0 0 15px; } }
      @media (min-width: 1200px) {
        .tweet-holder .carousel .text {
          min-height: 180px; } }
      @media (min-width: 1800px) {
        .tweet-holder .carousel .text {
          min-height: 155px; } }
    .tweet-holder .carousel .title {
      overflow: hidden;
      font-size: 13px;
      line-height: 16px;
      font-weight: bold;
      color: #fff;
      margin: 0 0 14px; }
      @media (min-width: 768px) {
        .tweet-holder .carousel .title {
          margin: 0 0 13px; } }
      @media (min-width: 1200px) {
        .tweet-holder .carousel .title {
          margin: 0 0 4px; } }
    .tweet-holder .carousel a {
      text-decoration: none;
      color: #00aeef; }
      .tweet-holder .carousel a:hover {
        text-decoration: underline; }
    .tweet-holder .carousel time {
      display: inline-block;
      vertical-align: top;
      position: relative;
      padding: 0 0 0 16px; }
      .tweet-holder .carousel time:after {
        position: absolute;
        left: 4px;
        top: 4px;
        content: '';
        width: 6px;
        height: 6px;
        background: #fff;
        border-radius: 100%; }
    .tweet-holder .carousel p {
      margin: 0;
      font-weight: 300; }
    .tweet-holder .carousel ul {
      font-size: 13px;
      line-height: 16px; }
      @media (max-width: 767px) {
        .tweet-holder .carousel ul {
          text-align: center; } }
      .tweet-holder .carousel ul li {
        display: inline-block;
        vertical-align: middle;
        margin: 0 10px; }
        @media (min-width: 768px) {
          .tweet-holder .carousel ul li {
            margin: 0 19px 0 0; } }
      .tweet-holder .carousel ul a {
        text-decoration: none;
        color: #fff; }
        .tweet-holder .carousel ul a:hover {
          text-decoration: none;
          opacity: 0.7; }
        .tweet-holder .carousel ul a i, .tweet-holder .carousel ul a span {
          display: inline-block;
          vertical-align: middle; }
      .tweet-holder .carousel ul .icon-reply {
        font-size: 15px; }
      .tweet-holder .carousel ul .icon-retweet {
        font-size: 17px; }
      .tweet-holder .carousel ul .icon-star {
        font-size: 14px; }
      .tweet-holder .carousel ul .icon-dot-3 {
        font-size: 23px; }
    .tweet-holder .carousel .btn-holder {
      position: absolute;
      left: 50%;
      margin: 0 0 0 -66px;
      top: 0;
      bottom: auto;
      z-index: 1; }
      @media (min-width: 768px) {
        .tweet-holder .carousel .btn-holder {
          margin: 0;
          left: 31px;
          bottom: 53px;
          top: auto; } }
      @media (min-width: 1200px) {
        .tweet-holder .carousel .btn-holder {
          left: 19px;
          bottom: 65px; } }
      .tweet-holder .carousel .btn-holder .btn-next, .tweet-holder .carousel .btn-holder .btn-prev {
        display: inline-block;
        vertical-align: middle;
        font-size: 10px;
        line-height: 22px;
        min-width: 61px;
        padding: 0 5px;
        border: 1px solid #fff;
        text-align: center;
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
        font-weight: 300;
        margin: 0 1px; }
        @media (min-width: 768px) {
          .tweet-holder .carousel .btn-holder .btn-next, .tweet-holder .carousel .btn-holder .btn-prev {
            min-width: 100px;
            margin: 0 5px 0 0;
            font-size: 16px;
            line-height: 38px; } }
        .tweet-holder .carousel .btn-holder .btn-next:hover, .tweet-holder .carousel .btn-holder .btn-prev:hover {
          background: #fff;
          color: #4c4c4c; }

.int .frame {
  margin: 0px !important;
}

.int #main{
  background: #ffffff;
  width: 100%;
  max-width: 1000px;
  margin: 0px auto;
  padding: 0px;
}
.twocolumns{
  width: 100%;
  margin: 0px;
}
.twocolumns:after{
  display: block;
  clear: both;
  content: '';
}

.int-content {
  float: left;
  width: 670px;
  padding:34px 10px 42px 10px;
  background: #ffffff;
}
  @media (max-width: 980px) {
    .int-content {
      width:100%; } }

.int-content ul {
  margin-left:10px;
}

.int-content h2 {
    font-family: 'Lustria', serif;
    color: #00aeef;
    font-size: 29px;
    line-height: 38px;
    text-transform: uppercase;
    font-weight: normal;
}

.aside {
  background: #f5f5f5;
  width: 310px;
  float: right;
  min-height:100%;
}
  @media (max-width: 980px) {
    .aside {
      width:100%; } }

.aside .box{
  margin: 5px 0 0;
}

.int-content,
.aside {
    z-index: -1000;
    padding-bottom: 99999px;
    margin-bottom: -99999px;
}

.buffer {
  padding-bottom: 40px;
}

.sidebox .box h3 {
  font-family: 'Lustria', serif;
  text-transform: uppercase;
  font-weight:normal;
  color: #00aeef;
  font-size: 29px;
  line-height:23px;
}

.aside .box h4 {
  font-family: 'Lustria', serif;
  text-transform: uppercase;
  font-weight:normal;
  color: #818181;
  font-size: 18px;
  margin-bottom:-8px;
}

.aside .box .blockb{
  padding: 38px 0px 11px 0px;
}

.sidebar-box {
  margin:0 20px;
}
.sidebar-box ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.sidebar-box ul li {
  border-bottom:1px solid #CCC;
  padding-left: 10px;
}
.sidebar-box ul li:before {
  content: "\00BB";
}
.sidebar-box ul li a {
  text-decoration:none;
  color:#818181;
  padding-left:10px;
  font-weight:bold;
  font-size:13px;
}
.sidebar-box ul li a:hover {
  color:#00aeef;
}

.tweet-box {
  margin:0px 20px;
  padding-bottom:30px;
}

.twitter-area .hold {
  margin-bottom:10px;
  border-bottom: 1px solid #ccc;
}

.twitter-area .title {
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    color: #4c4c4c;
    margin-bottom:10px;
}

.twitter-area .text {
  font-size: 15px;
  line-height:17px;
}

.twitter-area a {
    text-decoration: none;
    color: #00aeef;
}

.twitter-area ul {
    font-size: 16px;
    line-height: 16px;
    margin: 0px auto;
    padding-bottom: 10px;
    text-align:center;
    list-style: none;
}

.twitter-area ul a {
  color: #4c4c4c;
}

.twitter-area ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}

.news {
  overflow: hidden;
  margin-bottom: 65px; }
  @media (min-width: 768px) {
    .news {
      padding: 0 30px;
      margin-bottom: 81px; } }
  @media (min-width: 1800px) {
    .news {
      padding: 0;
      margin-bottom: 65px; } }
  .news h3 {
    margin: 0 0 6px;
    color: #00aeef;
    font-size: 36px;
    line-height: 38px;
    text-align: center;
    font-family: 'Lustria', serif;
    font-weight: normal;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .news h3 {
        font-size: 48px;
        line-height: 50px;
        margin: 0 0 21px; } }
    @media (min-width: 1200px) {
      .news h3 {
        font-size: 60px;
        line-height: 62px;
        margin: 0 0 19px; } }
    .news h3 span {
      margin: 0 0 3px;
      display: block;
      color: #4c4c4c;
      font-size: 18px;
      line-height: 20px; }
      @media (min-width: 768px) {
        .news h3 span {
          font-size: 24px;
          line-height: 26px; } }
      @media (min-width: 1200px) {
        .news h3 span {
          font-size: 30px;
          line-height: 32px; } }
  .news .carousel {
    float: left;
    width: 100%;
    color: #818181;
    margin: 0 0 45px;
    padding: 0 20px; }
    @media (min-width: 768px) {
      .news .carousel {
        margin: 0 0 22px;
        padding: 0; } }
    @media (min-width: 1200px) {
      .news .carousel {
        margin: 0 0 10px; } }
    .news .carousel .mask {
      position: relative;
      overflow: hidden;
      width: 100%; }
    .news .carousel .slideset {
      width: 100% !important;
      float: left;
      white-space: nowrap;
      font-size: 0;
      line-height: 0; }
    .news .carousel .slide {
      font-size: 14px;
      line-height: 24px;
      white-space: normal;
      width: 100% !important;
      padding: 0;
      display: inline-block;
      vertical-align: top; }
      @media (min-width: 768px) {
        .news .carousel .slide {
          width: 50% !important;
          padding: 0 30px 10px 14px; } }
      @media (min-width: 1200px) {
        .news .carousel .slide {
          width: 33.3333% !important;
          padding: 0 3.3% 1% 1.1%;
          font-size: 16px;
          line-height: 30px; } }
  .news p {
    margin: 0 0 12px; }
    @media (min-width: 768px) {
      .news p {
        margin: 0 0 11px; } }
    @media (min-width: 1200px) {
      .news p {
        margin: 0 0 12px; } }
  .news .heading {
    overflow: hidden;
    margin: 0 0 13px;
    border-bottom: 1px solid #b7b7b7; }
    @media (min-width: 1200px) {
      .news .heading {
        margin: 0 0 15px; } }
  .news h4 {
    margin: 0 0 16px;
    color: #4c4c4c;
    font-size: 22px;
    line-height: 22px; }
    .news h4 a {
      color: #4c4c4c;
      text-decoration: none; }
      .news h4 a:hover {
        text-decoration: underline; }
    @media (min-width: 768px) {
      .news h4 {
        margin: 0 0 16px; } }
    @media (min-width: 1200px) {
      .news h4 {
        margin: 0 0 6px; } }
  .news time {
    display: block;
    margin: 0 0 16px;
    color: #00aeef;
    font-family: 'Lustria', serif;
    font-size: 16px;
    line-height: 18px; }
    @media (min-width: 1200px) {
      .news time {
        font-size: 20px;
        line-height: 22px;
        margin: 0 0 21px; } }
  .news .more {
    text-decoration: none;
    color: #00aeef;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle; }
    .news .more:hover {
      text-decoration: underline; }
  .news .btn-holder {
    overflow: hidden;
    text-align: center;
    margin: 0 0 33px; }
    @media (min-width: 768px) {
      .news .btn-holder {
        margin: 0 0 68px; } }
    @media (min-width: 1200px) {
      .news .btn-holder {
        margin: 0 0 70px; } }
    .news .btn-holder .btn-prev, .news .btn-holder .btn-next {
      display: inline-block;
      vertical-align: middle;
      font-size: 10px;
      line-height: 24px;
      min-width: 61px;
      padding: 0 5px;
      border: 1px solid #e5e5e5;
      text-align: center;
      color: #4c4c4c;
      text-transform: uppercase;
      text-decoration: none;
      font-weight: 300;
      margin: 0 1px; }
      @media (min-width: 768px) {
        .news .btn-holder .btn-prev, .news .btn-holder .btn-next {
          font-size: 16px;
          line-height: 38px;
          margin: 0 3px;
          min-width: 100px; } }
      @media (min-width: 1200px) {
        .news .btn-holder .btn-prev, .news .btn-holder .btn-next {
          margin: 0 5px; } }
      .news .btn-holder .btn-prev:hover, .news .btn-holder .btn-next:hover {
        background: #00aeef;
        color: #fff; }
  .news .btn {
    float: left;
    width: 100%;
    text-align: center; }
    .news .btn .view {
      display: inline-block;
      vertical-align: middle;
      text-decoration: none;
      color: #00aeef;
      border: 2px solid #00aeef;
      font-size: 12px;
      line-height: 36px;
      min-width: 122px;
      text-transform: uppercase;
      text-decoration: none;
      font-weight: bold;
      padding: 0 10px; }
      @media (min-width: 768px) {
        .news .btn .view {
          border: 1px solid #00aeef;
          min-width: 150px;
          font-size: 14px;
          line-height: 46px; } }
      @media (min-width: 1200px) {
        .news .btn .view {
          font-size: 16px;
          line-height: 58px;
          border: 1px solid #00aeef;
          min-width: 170px;
          font-weight: 300; } }
      .news .btn .view:hover {
        background: #00aeef;
        color: #fff; }

.news-piece {
  margin-bottom: 20px;
}

.news-piece h3 {
  text-align: center;
  font-size: 32px;
}

.news-piece h2 {
  font-size: 20px;
  line-height: 1.2em;
  text-transform: none;
  font-weight: bold;
}

.news-piece span {
  color: #666;
  font-weight: bold;
}

.news-piece a {
  background-color: #fff;
  text-decoration: none;
  display:block;
  padding: 20px;
  margin: 15px 0;
  border: 1px solid #ccc;
}

.news-piece a:hover {
  background-color: #f5f5f5;
}

.news-piece p {
  color: #818181;
}

ul.UnorderedNewsList {
  margin: 0 0 !important;
}
ul.UnorderedNewsList a.middleheadline {
  font-weight:bold;
}

.service {
  background: #f5f5f5;
  padding: 48px 30px 55px; }
  @media (min-width: 768px) {
    .service {
      padding: 86px 0 92px; } }
  @media (min-width: 1200px) {
    .service {
      padding: 60px 30px 79px; } }
  @media (min-width: 1800px) {
    .service {
      padding: 60px 0 79px; } }
.service .box-area {
  padding:0px 20px;
}
  .service .container {
    position: relative; }
  .service .text-box {
    float: left;
    margin: 0;
    color: #818181;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    width: 100%; }
    @media (min-width: 768px) {
      .service .text-box {
        text-align: left;
        font-size: 16px;
        line-height: 18px;
        margin: 0 0 18px;
        text-align: center;
        max-width: 300px;
        max-width: inherit; } }
    @media (min-width: 1200px) {
      .service .text-box {
        font-size: 20px;
        line-height: 20px;
        margin: 25px 44px 0 0;
        max-width: 300px;
        width: inherit;
        text-align: left; } }
    @media (min-width: 1800px) {
      .service .text-box {
        margin: 25px 44px 0 21px; } }
  .service p {
    margin: 0 0 10px; }
  .service h3 {
    margin: 0 0 16px;
    color: #00aeef;
    font-family: 'Lustria', serif;
    font-weight: normal;
    font-size: 36px;
    line-height: 38px;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .service h3 {
        font-size: 48px;
        line-height: 50px;
        margin: 0 0 19px; } }
    @media (min-width: 1200px) {
      .service h3 {
        font-size: 60px;
        line-height: 62px; } }
    .service h3 span {
      display: block;
      margin: 0 0 1px;
      color: #4c4c4c;
      font-size: 18px;
      line-height: 20px; }
      @media (min-width: 768px) {
        .service h3 span {
          font-size: 24px;
          line-height: 26px;
          margin: 0 0 3px; } }
      @media (min-width: 1200px) {
        .service h3 span {
          font-size: 30px;
          line-height: 32px; } }
  .service .carousel-add {
    width: 290px;
    margin: 14px auto 0; }
    @media (max-width: 767px) {
      .service .carousel-add {
        position: relative;
        padding-top: 36px;
        overflow: hidden; } }
    @media (min-width: 768px) {
      .service .carousel-add {
        width: 100%;
        padding: 52px 0 0;
        margin: 0;
        float: left; } }
    @media (max-width: 1200px) {
      .service .carousel-add {
        position: relative; } }
    @media (min-width: 1200px) {
      .service .carousel-add {
        width: 66%;
        margin: 4px 0 0;
        padding: 0; } }
    .service .carousel-add .mask {
      position: relative;
      overflow: hidden;
      width: 100%; }
      @media (min-width: 768px) {
        .service .carousel-add .mask {
          width: 662px;
          margin: 0 auto; } }
      @media (min-width: 1200px) {
        .service .carousel-add .mask {
          width: 800px; } }
      @media (min-width: 1400px) {
        .service .carousel-add .mask {
          width: 980px; } }
    .service .carousel-add .slideset {
      width: 100% !important;
      float: left;
      white-space: nowrap;
      font-size: 0;
      line-height: 0; }
    .service .carousel-add .slide {
      font-size: 16px;
      line-height: 19px;
      white-space: normal;
      padding: 24px 5px 21px;
      display: inline-block;
      vertical-align: top;
      text-align: center;
      width: 144px;
      min-height: 155px;
      -moz-transition: all ease 0.5s;
      -webkit-transition: all ease 0.5s;
      -o-transition: all ease 0.5s;
      transition: all ease 0.5s; }
      @media (min-width: 768px) {
        .service .carousel-add .slide {
          width: 165px;
          padding: 24px 12px 21px; } }
      @media (min-width: 1200px) {
        .service .carousel-add .slide {
          width: 195px; } }
      .service .carousel-add .slide:hover {
        background: #00aeef; }
        .service .carousel-add .slide:hover .ico-holder {
          color: #fff; }
        .service .carousel-add .slide:hover h4 {
          color: #fff; }
    .service .carousel-add .ico-holder {
      display: block;
      min-height: 72px;
      color: #00aeef;
      font-size: 58px;
      line-height: 1em; }
    .service .carousel-add h4 {
      margin: 0;
      font-size: 16px;
      line-height: 19px;
      color: #4c4c4c;
      font-weight: normal; }
  .service .btn-view {
    overflow: hidden;
    text-align: center;
    padding: 29px 0 0; }
    @media (min-width: 768px) {
      .service .btn-view {
        padding: 61px 0 0; } }
    @media (min-width: 1200px) {
      .service .btn-view {
        padding: 41px 0 0; } }
    .service .btn-view .view {
      display: inline-block;
      vertical-align: top;
      border: 2px solid #00aeef;
      color: #00aeef;
      min-width: 122px;
      text-align: center;
      padding: 0 10px 2px;
      font-weight: bold;
      font-size: 12px;
      line-height: 34px;
      text-decoration: none;
      text-transform: uppercase; }
      @media (min-width: 768px) {
        .service .btn-view .view {
          margin: 0;
          font-weight: 300;
          min-width: 151px;
          font-size: 16px;
          line-height: 44px; } }
      @media (min-width: 1200px) {
        .service .btn-view .view {
          margin: 0 0 0 -121px;
          min-width: 170px;
          font-size: 16px;
          line-height: 54px; } }
      .service .btn-view .view:hover {
        background: #00aeef;
        color: #fff; }
  .service .btn-box {
    position: absolute;
    left: 50%;
    bottom: auto;
    top: 0;
    margin: 0 0 0 -65px; }
    @media (min-width: 768px) {
      .service .btn-box {
        top: auto;
        margin: 0 0 0 -108px;
        bottom: auto;
        top: 0; } }
    @media (min-width: 1200px) {
      .service .btn-box {
        margin: 0;
        left: 19px;
        bottom: 0;
        top: auto; } }
    .service .btn-box .btn-prev, .service .btn-box .btn-next {
      display: inline-block;
      vertical-align: top;
      border: 1px solid #dcdcdc;
      min-width: 61px;
      padding: 1px 10px;
      text-decoration: none;
      color: #4c4c4c;
      text-align: center;
      text-transform: uppercase;
      font-weight: 300;
      font-size: 10px;
      line-height: 20px;
      margin: 0 1px; }
      @media (min-width: 768px) {
        .service .btn-box .btn-prev, .service .btn-box .btn-next {
          margin: 0 3px;
          min-width: 100px;
          font-size: 16px;
          line-height: 36px; } }
      @media (min-width: 1200px) {
        .service .btn-box .btn-prev, .service .btn-box .btn-next {
          margin: 0 7px 0 0; } }
      .service .btn-box .btn-prev:hover, .service .btn-box .btn-next:hover {
        background: #00aeef;
        color: #fff; }

#header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10; }
.header-t {
  background: #818181;
  background: rgba(0, 0, 0, 0.5);
  padding: 0 30px; }
  @media (min-width: 1800px) {
    .header-t {
      padding: 0; } }
.int .header-t {
  padding: 10px 30px;
}
.connect {
  text-align: right;
  overflow: hidden;
  margin: -4px 0 -3px; }
  @media (min-width: 768px) {
    .connect {
      margin: -6px 0 -3px; } }
  @media (min-width: 1800px) {
    .connect {
      padding: 0 5px 0 0;
      margin: 0; } }
  .connect .title, .connect .sign-up, .connect .social-networks {
    display: inline-block;
    vertical-align: middle;
    font-size: 11px; }
    @media (min-width: 768px) {
      .connect .title, .connect .sign-up, .connect .social-networks {
        font-size: 14px; } }
  .connect .title {
    color: #7fcaff;
    font-weight: normal;
    text-transform: uppercase; }
  .connect .sign-up {
    color: #fff;
    text-decoration: none;
    margin: 0 0 0 18px; }
    @media (max-width: 400px) {
      .connect .sign-up, .connect .social-networks {
        margin: 0 0 !important; } }
    .connect .sign-up:hover {
      color: #7fcaff; }
  .connect .social-networks {
    margin: 0 0 0 29px; }
    @media (min-width: 768px) {
      .connect .social-networks {
        margin: 0 0 0 8px; } }
    .connect .social-networks li {
      display: inline-block;
      vertical-align: middle;
      margin: 0 2px 0 0; }
      @media (min-width: 768px) {
        .connect .social-networks li {
          margin: 0 6px 0 0; } }
    .connect .social-networks a {
      text-decoration: none;
      color: #fff; }
      .connect .social-networks a:hover {
        color: #7fcaff; }
      .connect .social-networks a span {
        display: none; }
    .connect .social-networks i {
      display: block;
      font-size: 16px; }
      @media (min-width: 768px) {
        .connect .social-networks i {
          font-size: 24px; } }
    .connect .social-networks .icon-twitter {
      font-size: 18px; }
      @media (min-width: 768px) {
        .connect .social-networks .icon-twitter {
          font-size: 24px; } }
    .connect .social-networks .icon-youtube {
      font-size: 21px; }
      @media (min-width: 768px) {
        .connect .social-networks .icon-youtube {
          font-size: 26px; } }

.header-b {
  background: #fff;
  position: relative;
  box-shadow: inset -3px 2px 7px rgba(0, 0, 0, 0.15);
  padding: 0 30px; }
  @media (max-width: 400px) {
    .header-b {
      padding: 0 0; } }
  @media (min-width: 1200px) {
    .header-b {
      box-shadow: inset 0 -3px 7px rgba(0, 0, 0, 0.15);
      min-height:57px; } }
  @media (min-width: 1800px) {
    .header-b {
      padding: 0; } }
.header-b .container {
  margin-right: 80px;
}
@media (max-width: 768px) {
  .header-b .container  {
    margin-right:0px; } }
@media (max-width: 1170px) {
  .header-b .container  {
    margin-right:0px; } }
.logo {
  float: left;
  margin: 0 10px -16px 0; }
  @media (min-width: 768px) {
    .logo {
      margin: 0 20px -20px 0px; } }
  @media (min-width: 1024px) {
    .logo {
      margin: 0 0px -30px 0; } }
  @media (min-width: 1800px) {
    .logo {
      margin: 0 20px -23px 19px; } }
  .logo a {
    text-decoration: none; }
  .logo .img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px 0 6px;
    width: 57px;
    z-index: 9;
    position: relative; }
    @media (min-width: 768px) {
      .logo .img {
        width: 77px; } }
    @media (min-width: 1800px) {
      .logo .img {
        width: 104px; } }
    .logo .img img {
      display: block;
      width: 100%;
      height: auto; }
  .logo .logo-txt {
    display: inline-block;
    vertical-align: middle;
    color: #4c4c4c;
    font-family: 'Lustria', serif;
    font-size: 15px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0 0 15px;
    letter-spacing: 1.3px; }
    @media (min-width: 768px) {
      .logo .logo-txt {
        font-size: 20px;
        margin: 0 0 23px;
        letter-spacing: 2.1px; } }
    @media (min-width: 1220px) {
      .logo .logo-txt {
        font-size: 22px;
        margin: 0 0 23px;
        letter-spacing: 2.8px; } }
    @media (min-width: 1800px) {
      .logo .logo-txt {
        font-size: 27px;
        margin: 0 0 20px; } }

.search {
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 6px 4px 0 2px; }
  @media (min-width: 768px) {
    .search {
      margin: 8px 12px 0 11px; } }
  @media (min-width: 1024px) {
    .search {
      margin: -7px 12px 0 11px; } }
  @media (min-width: 1200px) {
    .search {
      margin: 0; } }
  @media (min-width: 1800px) {
    .search {
      float: left;
      margin: 0 0 0 19px; } }
  .search.active .row {
    width: 210px;
    visibility: visible;
    margin-top: 44px;
    background: #ffffff;
    padding: 10px; }
  @media (max-width: 1024px) {
    .search.active .row {
      margin-top: 50px; } }
  @media (max-width: 768px) {
    .search.active .row {
      margin-top: 36px; } }
  .search.active input[type="text"] {
    padding: 6px 10px;
    font-size: 16px;
    width:190px;
    line-height: 19px; }
  .search .row {
    float: left;
    width: 0;
    visibility: hidden;
     }
    @media (min-width: 1800px) {
      .search .row {
        position: absolute;
        right: 10px;
        width: 210px;
        top: 0; } }
    @media (max-width: 1799px) {
      .search .row {
        position: absolute;
        right: 10px;
        width: 210px;
        top: 0; } }
    @media (max-width: 1199px) {
      .search .row {
        top: 0px;
        right:5px; } }
    @media (max-width: 767px) {
      .search .row {
        top: 0; } }
  .search input[type="text"] {
    float: left;
    -moz-transition: width ease 0.5s;
    -webkit-transition: width ease 0.5s;
    -o-transition: width ease 0.5s;
    transition: width ease 0.5s;
    width: 0;
    padding: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #4c4c4c;
    height: 32px;
    outline: none; }
    @media (max-width: 1199px) {
      .search input[type="text"] {
        height: 40px; } }
    @media (max-width: 767px) {
      .search input[type="text"] {
        height: 32px; } }
  .search .submitbtn {
    float: left;
    border: 0;
    padding: 0;
    background: none;
    -moz-transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    color: #4c4c4c;
    outline: none; }
    .search .icon-search {
      outline: none;
      color: #333;
      font-size:33px;
      margin-top:-17px;
      display: block; }
    .int .search .icon-search {
      margin-top: -4px;
    }
      @media (max-width: 1200px) {
        .search .icon-search {
          font-size: 27px;
          margin-top:-5px; }
        .int .search .icon-search { 
          margin-top: 3px;} }
      @media (max-width: 1024px) {
        .search .icon-search {
          font-size: 25px;
          margin-top:-7px; }
        .int .search .icon-search { 
          margin-top: 2px;} }

.resize-active * {
  transition: none !important; }

body {
  min-width: 1200px; }

#wrapper {
  position: relative;
  width: 100%;
  overflow: hidden; }

.frame {
  position: relative;
  overflow: hidden;
  margin: 0 0 34px; }
  @media (min-width: 768px) {
    .frame {
      margin: 0 0 59px; } }
  @media (min-width: 1200px) {
    .frame {
      margin: 0 0 74px; } }

.container {
  margin: 0 auto;
  max-width: 1760px; }

.heading-holder {
  overflow: hidden;
  text-align: center;
  color: #818181;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  padding: 0 15px 42px; }
  @media (min-width: 768px) {
    .heading-holder {
      font-size: 16px;
      line-height: 18px;
      padding: 0 0 35px; } }
  @media (min-width: 1200px) {
    .heading-holder {
      font-size: 20px;
      line-height: 22px; } }
  .heading-holder h2 {
    margin: 0 0 10px;
    font-family: 'Lustria', serif;
    color: #00aeef;
    font-size: 36px;
    line-height: 38px;
    text-transform: uppercase;
    font-weight: normal; }
    @media (min-width: 768px) {
      .heading-holder h2 {
        font-size: 48px;
        line-height: 50px;
        margin: 0 0 19px; } }
    @media (min-width: 1200px) {
      .heading-holder h2 {
        font-size: 60px;
        line-height: 62px;
        margin: 0 0 31px; } }
    .heading-holder h2 span {
      display: block;
      color: #4c4c4c;
      margin: 0 0 1px;
      font-size: 18px;
      line-height: 20px; }
      @media (min-width: 768px) {
        .heading-holder h2 span {
          font-size: 24px;
          line-height: 26px;
          margin: 0 0 4px; } }
      @media (min-width: 1200px) {
        .heading-holder h2 span {
          font-size: 30px;
          line-height: 32px; } }

.text-panel {
  overflow: hidden;
  margin: 0 0 65px; }
  @media (min-width: 768px) {
    .text-panel {
      margin: 0 0 60px; } }
  @media (min-width: 1200px) {
    .text-panel {
      margin: 0 30px 94px; } }
  @media (min-width: 1800px) {
    .text-panel {
      margin: 0 0 94px; } }
  .text-panel .text-holder {
    overflow: hidden;
    margin: 0 0 11px; }
    @media (min-width: 768px) {
      .text-panel .text-holder {
        margin: 0 0 19px; } }
    @media (min-width: 1200px) {
      .text-panel .text-holder {
        margin: 0 0 12px; } }
    @media (min-width: 1800px) {
      .text-panel .text-holder {
        margin: 0 -37px 12px; } }
  .text-panel .text-box {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    color: #818181;
    padding: 0.7% 4% 0.6% 2%;
    margin: 0 0 29px;
    position: relative;
    -moz-transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s; }
  .text-panel .text-box a {
    text-decoration: none;
    color: #818181;
  }
    @media (max-width: 767px) {
      .text-panel .text-box.hide {
        display: none; } }
    @media (min-width: 768px) {
      .text-panel .text-box {
        width: 48%;
        padding: 0.7% 3% 0.6% 0;
        font-size: 14px;
        line-height: 24px;
        min-height: 198px;
        margin: 0 0 17px; } }
    @media (min-width: 1200px) {
      .text-panel .text-box {
        min-height: inherit;
        padding: 0.7% 2% 0.6% 0;
        width: 33%;
        font-size: 16px;
        line-height: 30px;
        margin: 0 0 29px; } }
    @media (min-width: 1800px) {
      .text-panel .text-box {
        padding: 0.7% 4% 0.6% 2%; } }
    .text-panel .text-box:before {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 88px;
      content: '';
      background: #e5e5e5;
      width: 1px;
      margin: 0 0 0 -2px; }
      @media (min-width: 768px) {
        .text-panel .text-box:before {
          top: 20px;
          bottom: 30px; } }
      @media (min-width: 1200px) {
        .text-panel .text-box:before {
          top: 0;
          bottom: 88px; } }
    .text-panel .text-box:hover {
      background: #00aeef;
      color: #fff; }
    .text-panel .text-box:hover .ico-holder, .text-panel .text-box:hover .sub-title, .text-panel .text-box:hover .issue-title, .text-panel .text-box:hover .para {
        color: #fff !important; }
  .text-panel .ico-holder {
    float: left;
    min-width: 87px;
    color: #00aeef;
    margin: -9px -5px 0; }
    @media (min-width: 768px) {
      .text-panel .ico-holder {
        padding: 14px 0 0 12px;
        min-width: 100px;
        margin: 0; } }
    @media (min-width: 1200px) {
      .text-panel .ico-holder {
        padding: 28px 0 0; } }
    .text-panel .ico-holder i {
      display: block;
      font-size: 49px;
      margin: -7px 8px 0; }
      @media (min-width: 768px) {
        .text-panel .ico-holder i {
          font-size: 60px; } }
  @media (min-width: 768px) {
    .text-panel .text {
      overflow: visible; } }
  @media (max-width: 767px) {
    .text-panel .text {
      font-size: 14px;
      line-height: 24px; } }
  @media (min-width: 1200px) {
    .text-panel .text {
      overflow: hidden; } }
  .text-panel .text .para {
    margin: 0 7px 0 13px; }
    @media (min-width: 768px) {
      .text-panel .text .para {
        margin: 0 5px 14px 32px; } }
    @media (min-width: 1200px) {
      .text-panel .text .para {
        margin: 0 0 14px; } }
  .text-panel .sub-title {
    display: block;
    color: #818181;
    font-weight: 300;
    padding: 0 0 8px;
    font-size: 14px;
    line-height: 16px; }
    @media (min-width: 768px) {
      .text-panel .sub-title {
        font-size: 16px;
        line-height: 20px;
        padding: 0 0 12px; } }
    @media (min-width: 1200px) {
      .text-panel .sub-title {
        font-size: 20px;
        line-height: 22px;
        padding: 15px 0 10px; } }
  .text-panel .issue-title {
    margin: 0 0 6px;
    max-width: 380px;
    min-height: 48px;
    font-weight: normal;
    color: #4c4c4c;
    font-family: 'Lustria', serif;
    font-size: 24px;
    line-height: 27px;
    display:block; }
    @media (min-width: 768px) {
      .text-panel .issue-title {
        font-size: 30px;
        line-height: 34px;
        min-height: 70px;
        margin: 0; } }
    @media (min-width: 1200px) {
      .text-panel .issue-title {
        font-size: 34px;
        line-height: 44px;
        min-height: 88px;
        margin: 0 0 6px; } }
    @media (min-width: 1800px) {
      .text-panel .issue-title {
        font-size: 40px;
        line-height: 44px; } }
  .text-panel .btn-holder {
    overflow: hidden;
    text-align: center; }
    .text-panel .btn-holder .more {
      display: inline-block;
      vertical-align: top;
      text-decoration: none;
      border: 2px solid #00aeef;
      color: #00aeef;
      text-transform: uppercase;
      min-width: 122px;
      text-align: center;
      padding: 1px 10px 4px;
      font-weight: bold;
      font-size: 12px;
      line-height: 31px; }
      @media (min-width: 768px) {
        .text-panel .btn-holder .more {
          min-width: 158px;
          font-size: 14px;
          line-height: 41px; } }
      @media (min-width: 1200px) {
        .text-panel .btn-holder .more {
          min-width: 170px;
          font-size: 16px;
          line-height: 50px; } }
      .text-panel .btn-holder .more:hover {
        background: #00aeef;
        color: #fff; }

.contact-area {
  overflow: hidden;
  color: #fff;
  clear:both;
  text-align: center; }
  .contact-area ::-webkit-input-placeholder {
    color: #b3b3b3; }
  .contact-area ::-moz-placeholder {
    opacity: 1;
    color: #b3b3b3; }
  .contact-area :-moz-placeholder {
    color: #b3b3b3; }
  .contact-area :-ms-input-placeholder {
    color: #b3b3b3; }
  .contact-area .placeholder {
    color: #b3b3b3; }
  @media (min-width: 768px) {
    .contact-area {
      font-size: 16px;
      line-height: 20px;
      text-align: left; } }
  @media (min-width: 1200px) {
    .contact-area {
      font-size: 20px;
      line-height: 24px; } }
  .contact-area .img {
    max-width: inherit;
    display: block; }
    @media (min-width: 768px) {
      .contact-area .img {
        display: block;
        width: 100%;
        height: auto;
        min-height:400px; } }
    @media (max-width: 998px) {
      .contact-area .img {
        max-width: inherit;
        margin: 0 -8%;
        width: 124%; } }
    @media (max-width: 767px) {
      .contact-area .img {
        max-width: 100%;
        margin: 0;
        width: 100%; } }
    @media (max-width: 600px) {
      .contact-area .img.desktop {
        display: none; } }
    @media (min-width: 601px) {
      .contact-area .img.mob {
        display: none; } }
  .contact-area .follow {
    float: left;
    width: 100%;
    position: relative; }
    @media (min-width: 1200px) {
      .contact-area .follow {
        width: 50%; } }
    @media (min-width: 768px) {
      .contact-area .follow .text {
        padding: 0 0 0 33px; } }
    @media (min-width: 1200px) {
      .contact-area .follow .text {
        padding: 0 50px;
        margin: 0 auto; } }
  .contact-area .survey {
    float: right;
    width: 100%;
    position: relative; }
    @media (max-width: 998px) {
      .contact-area .survey .img {
        margin: 0 -10%; } }
    @media (max-width: 767px) {
      .contact-area .survey .img {
        margin: 0; } }
    @media (min-width: 1200px) {
      .contact-area .survey {
        width: 50%; } }
    .contact-area .survey .text {
      float: left;
      width: 100%; }
      @media (min-width: 768px) {
        .contact-area .survey .text {
          padding: 0 0 0 33px; } }
      @media (min-width: 1200px) {
        .contact-area .survey .text {
          min-width: 500px;
          padding: 0 0 0 50px; } }
      @media (min-width: 1800px) {
        .contact-area .survey .text {
          padding: 0 0 0 115px; } }
  .contact-area .holder {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  .contact-area .text-holder {
    display: table;
    width: 100%;
    height: 100%; }
  .contact-area .text-box {
    display: table-cell;
    vertical-align: top;
    padding-top:25px;
    width: 100%;
    height: 100%; }
  .contact-area h3 {
    color: #00aeef;
    font-weight: normal;
    font-family: 'Lustria', serif;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 38px; }
    @media (min-width: 768px) {
      .contact-area h3 {
        font-size: 48px;
        line-height: 50px; } }
    @media (min-width: 1200px) {
      .contact-area h3 {
        font-size: 60px;
        line-height: 62px; } }
    .contact-area h3 span {
      margin: 0 0 1px;
      color: #fff;
      display: block;
      font-size: 18px;
      line-height: 20px; }
      @media (min-width: 768px) {
        .contact-area h3 span {
          margin: 0 0 4px;
          font-size: 24px;
          line-height: 26px; } }
      @media (min-width: 1200px) {
        .contact-area h3 span {
          font-size: 30px;
          line-height: 32px; } }
    @media (min-width: 1200px) {
      .contact-area h3 {
        margin: 0 0 10px; } }
    @media (min-width: 1800px) {
      .contact-area h3 {
        margin: 0 0 18px; } }
  .contact-area .sign-up p {
    margin: 0 0 43px; }
    @media (min-width: 768px) {
      .contact-area .sign-up p {
        margin: 0 0 40px; } }
    @media (min-width: 1200px) {
      .contact-area .sign-up p {
        margin: 0 0 14px; } }
    @media (min-width: 1800px) {
      .contact-area .sign-up p {
        margin: 0 0 46px; } }
  @media (min-width: 1200px) {
    .contact-area p {
      margin: 0 0 30px; } }
  @media (min-width: 1800px) {
    .contact-area p {
      margin: 0 0 46px; } }
  @media (max-width: 767px) {
    .contact-area .text {
      font-size: 16px;
      line-height: 20px;
      padding: 0 20px; } }
  .contact-area .box {
    overflow: hidden;
    text-align: left;
    margin: 0 0 20px; }
    @media (min-width: 768px) {
      .contact-area .box {
        padding: 0 0 24px;
        margin: 0; } }
    @media (min-width: 1200px) {
      .contact-area .box {
        margin: 0 0 10px; } }
    @media (min-width: 1800px) {
      .contact-area .box {
        margin: 0; } }
    @media (min-width: 1200px) {
      .contact-area .box p {
        margin: 0 0 10px; } }
    @media (min-width: 1800px) {
      .contact-area .box p {
        margin: 0 0 22px; } }
  .contact-area input[type="email"], .contact-area input[type="text"] {
    display: block;
    color: #b3b3b3;
    font-size: 20px;
    font-style: italic;
    padding: 7px 23px;
    outline: none;
    font-weight: 300;
    margin: 0 auto 41px;
    width: 100%; }
    @media (min-width: 768px) {
      .contact-area input[type="email"], .contact-area input[type="text"] {
        width: 50.5%;
        margin: 0 0 45px; } }
    @media (min-width: 1200px) {
      .contact-area input[type="email"], .contact-area input[type="text"] {
        margin: 0 0 20px;
        width: 60%; } }
    @media (min-width: 1800px) {
      .contact-area input[type="email"], .contact-area input[type="text"] {
        margin: 0 0 42px;
        width: 49%; } }
  .contact-area input[type="submit"] {
    display: block;
    border: 2px solid #fff;
    min-width: 122px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    line-height: 34px;
    text-transform: uppercase;
    background: none;
    padding: 0 10px 2px;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .contact-area input[type="submit"] {
        font-size: 14px;
        line-height: 45px;
        padding: 0 10px 1px;
        min-width: 152px;
        margin: 0; } }
    @media (min-width: 1200px) {
      .contact-area input[type="submit"] {
        font-size: 16px;
        line-height: 54px;
        padding: 0 10px 4px;
        min-width: 170px; } }
    .contact-area input[type="submit"]:hover {
      background: #fff;
      color: #4c4c4c; }
  .contact-area .row {
    overflow: hidden;
    margin: 0 0 9px; }
    @media (min-width: 768px) {
      .contact-area .row {
        margin: 0 0 8px; } }
    @media (min-width: 1200px) {
      .contact-area .row {
        margin: 0 0 5px; } }
  .contact-area input[type="radio"] {
    display: inline-block;
    vertical-align: middle;
    width: 21px;
    height: 21px;
    margin: 0 6px 0 0; }
  .contact-area label {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 18px;
    font-weight: bold; }
    @media (min-width: 768px) {
      .contact-area label {
        font-size: 20px;
        line-height: 22px; } }
  .contact-area .row-holder {
    overflow: hidden; }
  .contact-area .thank-you {
    display: none;
    width: 100%;
    height: 100%; }
    .contact-area .thank-you h4 {
      display: table-cell;
      vertical-align: middle;
      height: 170px;
      margin: 0;
      font-size: 36px;
      line-height: 38px; }
      @media (min-width: 1800px) {
        .contact-area .thank-you h4 {
          height: 222px; } }
  .contact-area .vote.active .row-holder {
    display: none; }
  .contact-area .vote.active .thank-you {
    display: table; }

@media (max-width: 1800px) {
  body {
    min-width: 320px; } }

#footer {
  background: #4c4c4c;
  overflow: hidden;
  position: relative;
  padding: 55px 19px 20px; }
  @media (min-width: 768px) {
    #footer {
      padding: 40px 30px 20px; } }
  @media (min-width: 1200px) {
    #footer {
      padding: 48px 30px; } }
  @media (min-width: 1800px) {
    #footer {
      padding: 48px 0; } }
  #footer .container {
    position: relative;
    z-index: 1;
    padding:0px 20px; }
    #footer .container:before {
      z-index: -1;
      position: absolute;
      left: 50%;
      top: -28px;
      content: '';
      margin: 0 0 0 -243px;
      width: 457px;
      height: 457px;
      background: url(../images/seal-transparent.png) no-repeat; }
      @media (min-width: 768px) {
        #footer .container:before {
          left: -46px;
          top: -40px;
          margin: 0; } }
      @media (min-width: 1200px) {
        #footer .container:before {
          left: -80px;
          top: -50px; } }
  #footer h3 {
    color: #00aeef;
    font-size: 36px;
    line-height: 38px;
    font-family: 'Lustria', serif;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 44px; }
    #footer h3 span {
      display: block;
      font-size: 18px;
      line-height: 20px;
      color: #fff;
      margin: 0 0 1px; }
      @media (min-width: 768px) {
        #footer h3 span {
          font-size: 24px;
          line-height: 26px;
          margin: 0 0 3px; } }
      @media (min-width: 1200px) {
        #footer h3 span {
          font-size: 30px;
          line-height: 32px; } }
    @media (min-width: 768px) {
      #footer h3 {
        float: left;
        font-size: 48px;
        line-height: 50px;
        width: 100%;
        margin: 0 0 19px; } }
    @media (min-width: 1200px) {
      #footer h3 {
        width: auto;
        margin: 0 3.4% 0 0;
        font-size: 60px;
        line-height: 62px;
        text-align: left; } }
    @media (min-width: 1800px) {
      #footer h3 {
        margin: 0 5.4% 0 1.2%; } }
  #footer .social-networks {
    float: right;
    width: 100%;
    text-align: right;
    margin: 4px 5px 0; }
    @media (min-width: 768px) {
      #footer .social-networks {
        margin: 13px 4px 0; } }
    @media (min-width: 1200px) {
      #footer .social-networks {
        width: 100%;
        max-width: 210px;
        margin: 23px 4px 0 0; } }
    #footer .social-networks li {
      display: inline-block;
      vertical-align: middle;
      margin: 0 0 8px 8px; }
    #footer .social-networks a {
      display: block;
      text-decoration: none;
      color: #fff; }
      #footer .social-networks a span {
        display: none; }
      #footer .social-networks a:hover {
        color: #00aeef; }
    #footer .social-networks i {
      display: block;
      font-size: 41px; }
    #footer .social-networks .icon-twitter {
      font-size: 40px; }
    #footer .social-networks .icon-youtube {
      font-size: 45px; }

.address-area {
  float: left;
  color: #fff;
  font-size: 18px;
  line-height: 24px; }
  @media (min-width: 768px) {
    .address-area {
      width: 100%;
      padding: 0 0 0 11%;
      margin: 0 auto; } }
  @media (min-width: 1200px) {
    .address-area {
      padding: 0;
      width: 48%;
      margin: 0;
      float: left; } }
  @media (min-width: 1800px) {
    .address-area {
      width: 40%; } }
  .address-area .address {
    float: left;
    font-style: normal;
    width: 100%;
    margin: 0 0 40px; }
    @media (min-width: 768px) {
      .address-area .address {
        width: 50%;
        margin: 0; } }
    @media (min-width: 1200px) {
      .address-area .address {
        margin: 0 9.2% 0 0;
        max-width: 280px;
        width: auto; } }
    @media (min-width: 1800px) {
      .address-area .address {
        margin: 0 15.2% 0 0; } }
  .address-area address {
    display: block;
    font-style: normal; }
  .address-area h4 {
    margin: 0 0 8px;
    color: #00aeef;
    font-size: 20px;
    line-height: 22px;
    font-family: 'Lustria', serif;
    font-weight: normal; }
  .address-area .tel {
    display: block; }
  .address-area .num {
    color: #00aeef; }
  .address-area a {
    text-decoration: none;
    color: #fff; }
    .address-area a:hover {
      opacity: 0.7; }

@font-face {
  font-family: fontello;
  src: url('fonts/fontello.eot');
  src: url('fonts/fontello.eot?#iefix') format('embedded-opentype'), url('fonts/fontello.woff') format('woff'), url('fonts/fontello.ttf') format('truetype'), url('fonts/fontello.svgfontello') format('svg');
  font-weight: 400;
  font-style: normal; }

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-facebook:before {
  content: '\e800'; }

.icon-twitter:before {
  content: '\e801'; }

.icon-youtube:before {
  content: '\e802'; }

.icon-search:before {
  content: '\e803'; }

.icon-bank:before {
  content: '\e804'; }

.icon-heartbeat:before {
  content: '\e805'; }

.icon-hammer:before {
  content: '\e806'; }

.icon-cab:before {
  content: '\e807'; }

.icon-book:before {
  content: '\e808'; }

.icon-users:before {
  content: '\e809'; }

.icon-retweet:before {
  content: '\e80a'; }

.icon-star:before {
  content: '\e80b'; }

.icon-dot-3:before {
  content: '\e80c'; }

.icon-reply:before {
  content: '\e80d'; }

.icon-street-view:before {
  content: '\e80e'; }

.icon-brush:before {
  content: '\e80f'; }

.icon-award:before {
  content: '\e810'; }

.icon-briefcase:before {
  content: '\e811'; }

.icon-money:before {
  content: '\e812'; }

.icon-angle-double-right:before {
  content: '\e813'; }

/*# sourceMappingURL=main.css.map */