/*! 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: 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.
 */
legend {
  border: 0;
  /* 1 */
  padding: 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; }

td,
th {
  padding: 0; }

.blockquote-carousel .pagination ul, .footer-holder .copy ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, #header: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 {
  color: #9491a2;
  background: #fff;
  font: 16px/1.5 "Fedra Sans Screen Regular", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto; }

.gm-style img {
  max-width: none; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  margin: 0 0 0.5em;
  color: inherit;
  font-weight: normal; }

h1, .h1 {
  font-size: 45px;
  color: #67c088;
  line-height: 1.1555; }

h2, .h2 {
  font-size: 36px;
  color:#555668;
  line-height: 1.25; }
h2.characteristic {
	color:#9491a2; }
h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 21px; }

h5, .h5 {
  font-size: 16px;
  font-family: "Fedra Sans Screen Bold", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
h5.testimonial {
	color:#67c088;
}
h6, .h6 {
  font-size: 15px; }

p {
  margin: 0 0 1em; }

a {
  color: #56576d;
  text-decoration: none;
  font-family: "Fedra Sans Screen Bold", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
  a:hover, a:focus {
    text-decoration: underline; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #323232;
  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: #323232; }
  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: #323232; }
  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: #323232; }
  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: #323232; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #323232; }

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; }

#wrapper {
  width: 100%;
  position: relative;
  overflow: hidden; }

#header {
  max-width: 1343px;
  padding: 24px 24px 22px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    #header {
      padding: 10px 24px 11px; } }
  #header .btn {
    float: right;
    margin-top: 6px; }
    @media (max-width: 767px) {
      #header .btn {
        display: none; } }

.logo {
  float: left;
 }
  .logo img {
 }
  @media (max-width: 767px) {
    .logo {
      float: none;
      display: block;
      margin: 0 auto;
}
      .logo img {
 } }

.logo img {
  display: block; }

.btn {
  background: #67c088;
  color: #fff;
  font-family: "Fedra Sans Screen Bold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  border-radius: 5px;
  min-width: 160px;
  text-align: center;
  padding: 13px 32px;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 1.5; }
  .btn:hover, .btn:focus {
    text-decoration: none;
    background: #45a568; }

.btn.trans {
	background: transparent;    
	border: 2px solid white;    
	padding: 11px 13px;    
	float: right;    
	width: 180px;
	margin-left:7px;
}

.video-block .box-img > div > div  {
	top:280px;
	right:30px;
}
.video-block {
  position: relative;
  margin: 0 0 65px;
  max-height: 512px;
  overflow: hidden; }
  @media (max-width: 1023px) {
    .video-block {
      max-height: none;
      margin: 0 0 41px; } }
  @media (max-width: 767px) {
    .video-block {
      margin: 0 0 10px; } }
  .video-block .box-img {
    margin: -261px -16px 0 0; }
    @media (max-width: 1023px) {
      .video-block .box-img {
        margin: 0 -299px 0 -40px; } }
    @media (max-width: 767px) {
      .video-block .box-img {
        margin: 0 -11px; } }
  .video-block .video-box {
    width: 66.666%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0; }
    @media (max-width: 1023px) {
      .video-block .video-box {
        width: 100%;
        bottom: auto;
        height: 499px; } }
    @media (max-width: 767px) {
      .video-block .video-box {
        height: 230px; } }
    .video-block .video-box .play {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      border: 5px solid rgba(255, 255, 255, 0.8);
      border-radius: 100%;
      font-size: 60px;
      line-height: 63px;
      color: rgba(255, 255, 255, 0.8);
      width: 120px;
      height: 120px; }
      @media (max-width: 1023px) {
        .video-block .video-box .play {
          width: 84px;
          height: 84px;
          font-size: 42px; } }
      @media (max-width: 767px) {
        .video-block .video-box .play {
          width: 60px;
          height: 60px;
          border-width: 3px;
          font-size: 30px; } }
      .video-block .video-box .play i {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-38%, -47%);
            -ms-transform: translate(-38%, -47%);
                transform: translate(-38%, -47%); }
      .video-block .video-box .play:hover {
        border-color: #fff;
        color: #fff; }
    .video-block .video-box .time {
      position: absolute;
      right: 65px;
      bottom: 51px;
      font-family: "Fedra Sans Screen Bold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      text-align: center;
      background: rgba(50, 50, 50, 0.8);
      border-radius: 5px;
      text-align: center;
      padding: 13px 33px;
      color: #fff; }
      @media (max-width: 1023px) {
        .video-block .video-box .time {
          right: 30px;
          bottom: 30px; } }
      @media (max-width: 767px) {
        .video-block .video-box .time {
          padding: 8px 22px;
          right: 9px;
          bottom: 10px; } }
  .video-block .box-img img.video-img {
    width: 100%;
    vertical-align: top; }
  .video-block .text-box {
    width: 33.334%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    background: rgba(86, 87, 109, 0.9);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px 70px 10px 55px; }
    @media (max-width: 1199px) {
      .video-block .text-box {
        padding: 10px 10px 10px 25px; } }
    @media (max-width: 1023px) {
      .video-block .text-box {
        top: auto;
        bottom: 0;
        left: 0;
        width: 100%;
        max-height: 250px;
        font-size: 16px;
        line-height: 24px;
        padding: 40px 240px 44px 30px; } }
    @media (max-width: 767px) {
      .video-block .text-box {
        background: #56576d;
        position: relative;
        max-height: none;
        padding: 129px 9px 33px; } }
    .video-block .text-box .video-link {
      color: #fff;
      font-family: "Fedra Sans Screen Regular", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
      .video-block .text-box .video-link i {
        margin-right: 3px; }
    .video-block .text-box p {
      margin: 0 0 30px; }
      @media (max-width: 1023px) {
        .video-block .text-box p {
          margin: 0 0 24px; } }
    .video-block .text-box .btn-box {
      padding-top: 41px; }
      @media (max-width: 1023px) {
        .video-block .text-box .btn-box {
          padding: 0;
          position: absolute;
          right: 30px;
          top: 40px; } }
      @media (max-width: 767px) {
        .video-block .text-box .btn-box {
          left: 10px;
          right: 10px;
          top: 10px; }
          .video-block .text-box .btn-box a {
            display: block; }
			.video-block .text-box .btn-box a.trans {
            display:block;
			width:auto;
			float:none;
			margin:5px 0px 0px 0px; } }
  .video-block .text-box img.plogo {
	  width:63px;
	  height:63px;
  }
  .video-block h1 {
    font-size: 36px;
    line-height: 39px;
    font-weight: normal;
    margin: 0 0 8px;
    color: #fff; }
    @media (max-width: 1023px) {
      .video-block h1 {
        font-size: 30px;
        line-height: 36px;
        margin: 0 0 11px; } }
    @media (max-width: 767px) {
      .video-block h1 {
        font-size: 24px;
        line-height: 27px;
        margin: 0 0 8px; } }

.row {
  overflow: hidden;
  margin: 0 0 51px; }
  @media (max-width: 1023px) {
    .row {
      margin: 0 0 19px; } }
  @media (max-width: 767px) {
    .row {
      display: block;
      margin: 0 0 33px; } }
  .row .alignright {
    float: right;
    margin: 0 0 0 121px; }
    @media (max-width: 1023px) {
      .row .alignright {
        margin: 0 0 0 30px;
        width: 50%; } }
    @media (max-width: 767px) {
      .row .alignright {
        float: none;
        width: auto;
        display: block;
        margin: 0 auto 24px; } }
  .row .alignleft {
    float: left;
    margin: 0 121px 0 0; }
    @media (max-width: 1023px) {
      .row .alignleft {
        margin: 0 31px 0 0;
        width: 50%; } }
    @media (max-width: 767px) {
      .row .alignleft {
        text-align: center;
        float: none;
        width: auto;
        display: block;
        margin: 0 auto 24px; } }
  .row .text {
    overflow: hidden; }
  .row h1,
  .row h2 {
    margin: 0 0 32px; }
    @media (max-width: 767px) {
      .row h1,
      .row h2 {
        margin: 0 0 24px; } }

.main-holder {
  max-width: 1110px;
  margin: 0 auto;
  padding: 0 10px; }
  @media (max-width: 1023px) {
    .main-holder {
      padding: 0 30px; } }
  @media (max-width: 767px) {
    .main-holder {
      padding: 0 10px; } }

hr {
  box-shadow: none;
  background: #dcdcdc;
  height: 1px;
  display: block;
  border: none; }
  @media (max-width: 1023px) {
    hr {
      margin-top: 28px; } }

.lead {
  font-size: 24px;
  line-height: 27px;
  text-align: center;
  padding: 42px 0 33px; }
  @media (max-width: 1023px) {
    .lead {
      font-size: 20px;
      line-height: 23px;
      padding: 29px 0 23px; } }
  @media (max-width: 767px) {
    .lead {
      font-size: 16px;
      line-height: 24px;
      padding: 23px 0 29px; } }
  .lead h2 {
    color: #67c088;
    margin: 0 0 4px; }
    @media (max-width: 767px) {
      .lead h2 {
        margin: 0 0 1px; } }
.lead p {
	color:#515151;
}
.thumbs-img {
  display: block;
  margin: 0 auto 64px;
  width: 82px; }
  @media (max-width: 1023px) {
    .thumbs-img {
      margin: 0 auto 42px; } }
  @media (max-width: 767px) {
    .thumbs-img {
      margin: 0 auto 52px; } }

.sub-boxes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 43px; }
  @media (max-width: 1023px) {
    .sub-boxes {
      margin: 0 0 27px; } }
  @media (max-width: 767px) {
    .sub-boxes {
      display: block;
      margin: 0 0 33px; } }
  .sub-boxes h5 {
    margin: 0; }
  .sub-boxes .box {
    width: 29.3%; }
    @media (max-width: 1023px) {
      .sub-boxes .box {
        width: 30.5%; } }
    @media (max-width: 767px) {
      .sub-boxes .box {
        width: 100%;
        margin: 0 0 24px; } }

.post {
  margin: 0 -9999px;
  padding: 65px 9999px;
  overflow: hidden;
  background: #f0f0f0; }
  @media (max-width: 1023px) {
    .post {
      padding: 25px 9999px 31px; } }
  @media (max-width: 767px) {
    .post {
      display: block;
      margin: 0 -10px;
      padding: 5px 10px 40px; } }
  .post .img-box {
    padding: 0 68px 0 0;
    float: left; }
    @media (max-width: 1023px) {
      .post .img-box {
        padding: 5px 16px 0 0;
        width: 50%; } }
    @media (max-width: 767px) {
      .post .img-box {
        padding-right: 0;
        margin: 0 auto 26px;
        text-align: center;
        float: none;
        width: auto; } }
  .post .text {
    overflow: hidden; }
    @media (max-width: 1023px) {
      .post .text {
        padding: 0 0 0 12px; } }
    @media (max-width: 767px) {
      .post .text {
        padding-left: 0; } }
  .post h2 {
    margin: 0 0 33px; }
    @media (max-width: 767px) {
      .post h2 {
        margin: 0 0 26px; } }
    .post h2 a {
      font-family: "Fedra Sans Screen Regular", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
  .post p {
    margin: 0 0 24px; }
    @media (max-width: 767px) {
      .post p {
        margin: 0 0 33px; } }
  @media (max-width: 767px) {
    .post .btn {
      display: block; } }

.post-block {
	display:none;
  padding: 49px 0 54px; }
  @media (max-width: 1023px) {
    .post-block {
      padding: 39px 0 13px; } }
  @media (max-width: 767px) {
    .post-block {
      padding: 32px 0 5px; } }
  .post-block h2 {
    text-align: center;
    margin: 0 0 56px; }
    @media (max-width: 1023px) {
      .post-block h2 {
        margin: 0 0 42px; } }
    @media (max-width: 767px) {
      .post-block h2 {
        margin: 0 0 34px; } }

.carousel {
  position: relative;
  margin: 0 -65px 0 0; }
  @media (max-width: 1023px) {
    .carousel {
      margin: 0 -30px 0 0; } }
  @media (max-width: 767px) {
    .carousel {
      margin: 0; } }
  .carousel .mask {
    position: relative;
    overflow: hidden;
    width: 100%; }
    .carousel .mask .slideset {
      width: 100% !important;
      float: left;
      white-space: nowrap;
      letter-spacing: -4px; }
    .carousel .mask .slide {
      width: 33.333% !important;
      display: inline-block;
      vertical-align: top;
      letter-spacing: normal;
      white-space: normal;
      padding: 0 65px 0 0; }
      @media (max-width: 1023px) {
        .carousel .mask .slide {
          width: 50% !important;
          padding: 0 30px 0 0; } }
      @media (max-width: 767px) {
        .carousel .mask .slide {
          width: 100% !important;
          padding: 0; } }
  .carousel h5 {
    margin: 0; }
    .carousel h5 a {
      color: #67c088; }
  .carousel p {
    margin: 0 -3px 0 0; }
  .carousel img {
    width: 100%;
    margin: 0 0 25px; }
    @media (max-width: 1023px) {
      .carousel img {
        margin: 0 0 15px; } }
    @media (max-width: 767px) {
      .carousel img {
        margin: 0 0 25px; } }
  .carousel .btn-prev,
  .carousel .btn-next {
    display: none; }

.blockquote-carousel {
  display:none;
  position: relative;
  text-align: center;
  padding: 17px 60px 60px; }
  @media (max-width: 1023px) {
    .blockquote-carousel {
      padding: 31px 0 46px; } }
  @media (max-width: 767px) {
    .blockquote-carousel {
      padding: 24px 0 35px; } }
  .blockquote-carousel .mask {
    position: relative;
    overflow: hidden;
    width: 100%; }
    @media (max-width: 1023px) {
      .blockquote-carousel .mask {
        margin: 0 0 42px; } }
    @media (max-width: 767px) {
      .blockquote-carousel .mask {
        margin: 0 0 33px; } }
    .blockquote-carousel .mask .slideset {
      width: 99999px;
      float: left; }
    .blockquote-carousel .mask .slide {
      width: 100%;
      float: left; }
  .blockquote-carousel .btn-prev,
  .blockquote-carousel .btn-next {
    display: none; }
  .blockquote-carousel blockquote {
    font-stretch: normal;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 21px; }
    @media (max-width: 1023px) {
      .blockquote-carousel blockquote {
        font-size: 20px;
        line-height: 30px;
        margin: 0; } }
    @media (max-width: 767px) {
      .blockquote-carousel blockquote {
        font-size: 16px;
        line-height: 24px; } }
    .blockquote-carousel blockquote q {
      display: block;
      margin: 0 0 25px; }
      @media (max-width: 767px) {
        .blockquote-carousel blockquote q {
          margin: 0 0 27px; } }
    .blockquote-carousel blockquote cite {
      font-style: normal;
      font-size: 16px;
      line-height: 17px; }
      .blockquote-carousel blockquote cite b {
        font-weight: normal;
        margin: 0 0 -6px;
        font-family: "Fedra Sans Screen Bold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        display: block; }
        @media (max-width: 1023px) {
          .blockquote-carousel blockquote cite b {
            margin: 0; } }
        @media (max-width: 767px) {
          .blockquote-carousel blockquote cite b {
            margin: 0 0 4px; } }
  .blockquote-carousel .pagination ul {
    text-align: center;
    letter-spacing: -4px; }
    .blockquote-carousel .pagination ul li {
      letter-spacing: normal;
      display: inline-block;
      vertical-align: top;
      margin: 0 5px; }
      .blockquote-carousel .pagination ul li.active a {
        background: #56576d; }
    .blockquote-carousel .pagination ul a {
      display: block;
      text-indent: -9999px;
      overflow: hidden;
      width: 20px;
      height: 20px;
      border: 4px solid #aaabb6;
      border-radius: 100%; }
      .blockquote-carousel .pagination ul a:hover, .blockquote-carousel .pagination ul a:focus {
        background: #56576d; }

.connect-with {
  display:none;
  font-size: 24px;
  line-height: 27px;
  text-align: center;
  background: url(../images/bg-section.png) no-repeat 50% 50%;
  background-size: cover;
  padding: 76px 0 90px; }
  @media (max-width: 1023px) {
    .connect-with {
      font-size: 20px;
      line-height: 21px;
      padding: 78px 0 104px; } }
  @media (max-width: 767px) {
    .connect-with {
      font-size: 16px;
      line-height: 24px;
      padding: 32px 0 40px; } }
  .connect-with .holder {
    max-width: 1110px;
    margin: 0 auto;
    padding: 0 10px; }
  .connect-with h2 {
    color: #67c088;
    margin: 0 0 5px; }
    @media (max-width: 767px) {
      .connect-with h2 {
        font-size: 24px;
        line-height: 30px; } }
  .connect-with p {
	  color:#515151;
    margin: 0 0 48px; }
    @media (max-width: 1023px) {
      .connect-with p {
        margin: 0 0 46px; } }
    @media (max-width: 767px) {
      .connect-with p {
        margin: 0 0 35px; } }
  @media (max-width: 767px) {
    .connect-with .btn {
      display: block; } }

.footer-holder {
  max-width: 1343px;
  padding: 30px 24px;
  margin: 0 auto;
  overflow: hidden; }
  @media (max-width: 1023px) {
    .footer-holder {
      padding: 37px 30px; } }
  @media (max-width: 767px) {
    .footer-holder {
      padding: 27px 11px 30px; } }
  .footer-holder .link {
    float: right;
    font-family: "Fedra Sans Screen Regular", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    color: #56576d;
    margin: 0 0 0 10px; }
    @media (max-width: 767px) {
      .footer-holder .link {
        float: none;
        margin: 0;
        display: block; } }
    .footer-holder .link:hover {
      text-decoration: none;
      opacity: 0.8; }
    .footer-holder .link span {
      padding: 6px 9px 9px;
      width: 35px;
      height: 35px;
      display: inline-block;
      vertical-align: middle;
      border-radius: 100%;
      background: #56576d;
      margin: 0 0 0 25px; }
      .footer-holder .link span img,
	  .footer-holder .link img {
        width: 17px;
        height: 17px; }
      @media (max-width: 1023px) {
        .footer-holder .link span {
          margin: 0 0 0 4px; } }
      @media (max-width: 767px) {
        .footer-holder .link span {
          margin: -6px 0 0;
          float: right; } }
  .footer-holder .copy {
    float: left;
    padding: 4px 0 0;
    width: 70%; }
    @media (max-width: 1023px) {
      .footer-holder .copy {
        width: 70.6%; } }
    @media (max-width: 767px) {
      .footer-holder .copy {
        width: 100%; } }
    .footer-holder .copy span {
      color: #67c088;
      float: left;
      font-family: "Fedra Sans Screen Bold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      margin: 0 13px 0 0; }
      @media (max-width: 767px) {
        .footer-holder .copy span {
          float: none;
          display: block;
          margin: 0 0 12px; } }
    .footer-holder .copy ul {
      overflow: hidden; }
      .footer-holder .copy ul li {
        float: left;
        margin: 0 15px 0 0; }
        @media (max-width: 767px) {
          .footer-holder .copy ul li {
            float: none;
            margin: 0 0 12px; } }
        .footer-holder .copy ul li:last-child {
          margin: 0; }
          @media (max-width: 767px) {
            .footer-holder .copy ul li:last-child {
              margin: 0 0 12px; } }
      .footer-holder .copy ul a {
        float: left; }
        @media (max-width: 767px) {
          .footer-holder .copy ul a {
            float: none; } }
    .footer-holder .copy a {
      font-family: "Fedra Sans Screen Regular", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      color: #56576d; }

@media (max-width: 1023px) {
  h1 {
    font-size: 36px;
    line-height: 45px; } }

@media (max-width: 767px) {
  h1 {
    font-size: 24px;
    line-height: 30px; } }

@media (max-width: 1023px) {
  h2 {
    font-size: 30px;
    line-height: 36px; } }

@media (max-width: 767px) {
  h2 {
    font-size: 20px;
    line-height: 25px; } }
/*# sourceMappingURL=main.css.map */

