@charset "UTF-8";
/* ---------------------------------------------------------
	1. Imported fonts file
	2. Resizable Fonts reset
	3. Imported scss files
	4. General reset
	5. Сommon site styles
	6. Web Accessibility style
	7. Custom Form style
	---------------------------------------------------------*/
/* ---------------------------------------------------------
	1. Imported fonts file
	---------------------------------------------------------*/
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?53xfjf");
  src: url("fonts/icomoon.eot?#iefix53xfjf") format("embedded-opentype"), url("fonts/icomoon.woff?53xfjf") format("woff"), url("fonts/icomoon.ttf?53xfjf") format("truetype"), url("fonts/icomoon.svg?53xfjf#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* ---------------------------------------------------------
	2. Resizable Fonts reset
	---------------------------------------------------------*/
* {
  font-size: 100.01%;
}

html {
  font-size: 62.5%;
  height: 100%;
}

/* ---------------------------------------------------------
	3. Imported files
	---------------------------------------------------------*/
.container:after, #header:after, .news-holder:after {
  content: " ";
  display: block;
  clear: both;
}

.main-banner:after, .main-banner .banner-text:after, .shop-block .container:after {
  background-image: url(images/sprite.png);
  background-repeat: no-repeat;
}

#nav .main-nav, #nav .header-nav, #nav .drop-holder ul, .work-list, .social-networks, #footer .support-box .support-option, #footer .footer-nav ul, .time-line-block .time-linelist, .team-list, .side-nav ul, #content ul,
#content ol, #content .breadcrumbs, .breadcrumbs, .stats-list, .logo-list, .base-country-tab, .tab-content ul,
.tab-content ol, .retail-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

#nav .main-nav, #nav .header-nav, #nav .drop-holder ul, .work-list, .social-networks, #footer .support-box, #footer .follow-box, #footer .footer-nav ul, .time-line-block .time-linelist, .team-list, .breadcrumbs {
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
}

#nav .drop-holder ul, #footer .footer-top, #footer .footer-nav, #footer .footer-bottom, .time-line-block .time-linelist {
  padding-left: 9999px;
  padding-right: 9999px;
  margin-left: -9999px;
  margin-right: -9999px;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  margin: 0;
  color: #48231d;
  background: #fff;
  font: 1.2em/1.333em Arial, Helvetica, sans-serif;
  min-width: 320px;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
}

* {
  max-height: 100000px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

img {
  border-style: none;
}

a {
  text-decoration: none;
  color: #00747e;
}
a:hover {
  text-decoration: none;
  color: #f05a28;
}
a:focus {
  outline: none;
}

input,
textarea,
select {
  font: 100% Arial, Helvetica, sans-serif;
  color: #091321;
  vertical-align: middle;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}

input[type="submit"]:hover,
button:hover {
  cursor: pointer;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  margin: 0;
  padding: 4px 7px;
  border: 1px solid #999;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  border-color: #4d4d4d;
}

textarea {
  overflow: auto;
  resize: vertical;
  vertical-align: top;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.2em;
  margin: 0 0 1.2em;
}

p {
  margin: 0 0 1.2em;
}

q {
  quotes: none;
}
q:before, q:after {
  content: '';
  content: none;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ---------------------------------------------------------
	4. General reset
	---------------------------------------------------------*/
img {
  border: none;
}

input[type=text],
input[type=password],
input[type=file],
input[type=submit],
input[type=search],
input[type=email],
input[type=tel]
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

/* ---------------------------------------------------------
	5. Сommon site styles
	---------------------------------------------------------*/
/* fonts icons styles */
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-envelop:before {
  content: "\e600";
}

.icon-facebook:before {
  content: "\e601";
}

.icon-heart:before {
  content: "\e602";
}

.icon-instagram:before {
  content: "\e603";
}

.icon-lock:before {
  content: "\e604";
}

.icon-user:before {
  content: "\e605";
}

.icon-play:before {
  content: "\e606";
}

.icon-run:before {
  content: "\e607";
}

.icon-book:before {
  content: "\e91f";
}

.icon-twitter:before {
  content: "\e608";
}

.icon-youtube:before {
  content: "\e609";
}

.icon-cross:before {
  content: "\e117";
}

.icon-arrow:before {
  content: "\e60a";
}

.icon-lftarrow:before {
  content: "\e60b";
}

.icon-rtarrow:before {
  content: "\e60c";
}

.icon-print:before {
  content: "\e60d";
}

.icon-female:before {
  content: "\e60e";
}

.icon-lftarrow1:before {
  content: "\e60f";
}

.icon-rtarrow1:before {
  content: "\e610";
}

/* main container styles */
#wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

/* main container styles */
.container {
  margin: 0 auto;
  max-width: 1063px;
  padding: 0 30px;
}
@media (max-width: 1019px) {
  .container {
    max-width: 768px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: none;
    padding: 0 20px;
  }
}

body.menu-active {
  height: 100%;
}
body.menu-active #wrapper {
  height: 100%;
}

/* header styles */
#header {
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 10;
  border-top: 7px solid #f05a28;
}
@media (max-width: 1019px) {
  #header {
    border: none;
  }
}

/* page logo styles */
.logo {
  float: left;
  width: 202px;
  margin: 30px 1px 0;
  position: relative;
  z-index: 10;
}
.logo img {
  width: 100%;
  height: auto;
}
@media (max-width: 1019px) {
  .logo {
    width: 152px;
    margin: 20px 0 15px;
    z-index: 7;
  }
}
@media (max-width: 767px) {
  .logo {
    width: 130px;
    margin: 10px 0;
  }
}

/* main navigation styles */
#nav {
  position: relative;
  z-index: 9;
}
#nav .main-nav {
  text-align: right;
  margin-right: -15px;
}
#nav .main-nav > li {
  display: inline-block;
  vertical-align: top;
  font: 20px/22px "proxima-nova", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 0 1px;
}
#nav .main-nav > li > a {
  color: #48231d;
  display: block;
  padding: 48px 15px 18px;
  position: relative;
}
#nav .main-nav > li:hover > a, #nav .main-nav > li.active > a {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ZjNlOCIgc3RvcC1vcGFjaXR5PSIwLjAxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEyJSIgc3RvcC1jb2xvcj0iI2Y4ZjNlOCIgc3RvcC1vcGFjaXR5PSIwLjE1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ1JSIgc3RvcC1jb2xvcj0iI2Y4ZjNlOCIgc3RvcC1vcGFjaXR5PSIwLjc3Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2Y4ZjNlOCIgc3RvcC1vcGFjaXR5PSIwLjg3Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjYxJSIgc3RvcC1jb2xvcj0iI2Y4ZjNlOCIgc3RvcC1vcGFjaXR5PSIwLjk4Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjYzJSIgc3RvcC1jb2xvcj0iI2Y4ZjNlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOGYzZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(248, 243, 232, 0.01) 0%, rgba(248, 243, 232, 0.15) 12%, rgba(248, 243, 232, 0.77) 45%, rgba(248, 243, 232, 0.87) 51%, rgba(248, 243, 232, 0.98) 61%, #f8f3e8 63%, #f8f3e8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(248, 243, 232, 0.01)), color-stop(12%, rgba(248, 243, 232, 0.15)), color-stop(45%, rgba(248, 243, 232, 0.77)), color-stop(51%, rgba(248, 243, 232, 0.87)), color-stop(61%, rgba(248, 243, 232, 0.98)), color-stop(63%, #f8f3e8), color-stop(100%, #f8f3e8));
  background: -webkit-linear-gradient(top, rgba(248, 243, 232, 0.01) 0%, rgba(248, 243, 232, 0.15) 12%, rgba(248, 243, 232, 0.77) 45%, rgba(248, 243, 232, 0.87) 51%, rgba(248, 243, 232, 0.98) 61%, #f8f3e8 63%, #f8f3e8 100%);
  background: -o-linear-gradient(top, rgba(248, 243, 232, 0.01) 0%, rgba(248, 243, 232, 0.15) 12%, rgba(248, 243, 232, 0.77) 45%, rgba(248, 243, 232, 0.87) 51%, rgba(248, 243, 232, 0.98) 61%, #f8f3e8 63%, #f8f3e8 100%);
  background: -ms-linear-gradient(top, rgba(248, 243, 232, 0.01) 0%, rgba(248, 243, 232, 0.15) 12%, rgba(248, 243, 232, 0.77) 45%, rgba(248, 243, 232, 0.87) 51%, rgba(248, 243, 232, 0.98) 61%, #f8f3e8 63%, #f8f3e8 100%);
  background: linear-gradient(to bottom, rgba(248, 243, 232, 0.01) 0%, rgba(248, 243, 232, 0.15) 12%, rgba(248, 243, 232, 0.77) 45%, rgba(248, 243, 232, 0.87) 51%, rgba(248, 243, 232, 0.98) 61%, #f8f3e8 63%, #f8f3e8 100%);
  text-decoration: none;
}
/*#nav .main-nav > li:hover > a:after, #nav .main-nav > li.active > a:after {
  content: '';
  width: 0;
  height: 0;
  border: 5px solid #fff;
  border-width: 0 16px 10px;
  border-color: transparent transparent #fff;
  bottom: 0;
  position: absolute;
  left: 50%;
  margin-left: -16px;
  z-index: 9;
}*/
@media (min-width: 768px) {
  #nav .main-nav > li:hover .drop-holder {
    display: block;
  }
}
#nav .header-nav {
  text-align: right;
  position: absolute;
  top: -7px;
  right: 0;
  width: 100%;
  z-index: 9;
}
#nav .header-nav li {
  display: inline-block;
  vertical-align: top;
  font: 16px/22px "proxima-nova", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 0 4px;
}
#nav .header-nav li a {
  color: #fff;
  display: block;
  background: #f05a28;
  border-radius: 0 0 3px 3px;
  padding: 9px 16px 2px;
}
#nav .header-nav li a span {
  display: inline-block;
  vertical-align: top;
}
#nav .header-nav li a .icon-heart {
  font-size: 15px;
  margin: 1px 8px 0 0;
}
#nav .header-nav li a .icon-lock {
  font-size: 15px;
  margin: 1px 11px 0 4px;
}
#nav .header-nav li a .icon-run {
  font-size: 17px;
  margin: 1px 11px 0 4px;
}
#nav .header-nav li a .icon-book {
  font-size: 17px;
  margin: 1px 11px 0 4px;
}
#nav .header-nav li:hover a {
  color: #48231d;
  text-decoration: none;
}
#nav .header-nav li.active a {
  color: #fff;
  background: #c31b21;
}
#nav .drop-holder {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: none;
}
#nav .drop-holder ul {
  text-align: right;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 1, 0.15);
  box-shadow: 0 2px 3px rgba(0, 0, 1, 0.15);
  background: rgba(240, 90, 40, 0.9);
}
#nav .drop-holder ul li {
  display: inline-block;
  vertical-align: top;
  font: 18px/22px "proxima-nova", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 19px 0 16px 37px;
}
#nav .drop-holder ul a {
  color: #48231e;
}
#nav .drop-holder ul a:hover {
  text-decoration: none;
  color: #fff;
}
#nav .control-holder {
  display: none;
  overflow: hidden;
  background: #f05a28;
  padding: 21px 30px;
}
#nav .control-holder a {
  font: 20px/22px "proxima-nova", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
}
#nav .control-holder a:hover, #nav .control-holder a:active, #nav .control-holder a:focus {
  color: #bfbfbf;
  text-decoration: none;
}
#nav .control-holder a span {
  display: inline-block !important;
  vertical-align: top;
}
#nav .control-holder a span.text {
  margin-top: 5px;
}
#nav .control-holder .back-nav {
  float: left;
  margin: 4px 5px 0;
  position: relative;
}
#nav .control-holder .back-nav span {
  display: inline-block;
  vertical-align: top;
}
#nav .control-holder .back-nav span.text {
  margin: 1px 14px 0;
}
@media (max-width: 1019px) {
  #nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -9999px;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 1, 0.19);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 1, 0.19);
    background: rgba(245, 239, 224, 0.95);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.3s ease;
  }
  #nav .main-nav {
    text-align: center;
    padding: 73px 0;
  }
  #nav .main-nav li {
    display: block;
    font-size: 53px;
    line-height: 57px;
    padding: 0;
    position: static;
  }
  #nav .main-nav li:first-child > a:after {
    display: none;
  }
  #nav .main-nav li > a {
    padding: 40px 10px;
    position: relative;
    display: block;
  }
  #nav .main-nav li > a:after {
    content: '';
    position: absolute;
    top: -1px;
    left: 50%;
    height: 1px;
    width: 160px;
    margin-left: -80px;
    background: #9d887d;
  }
  #nav .main-nav li:hover > a, #nav .main-nav li.active > a {
    background: #f05a28;
    color: #fff;
  }
  #nav .main-nav li:hover > a:after, #nav .main-nav li.active > a:after {
    left: 50%;
    height: 1px;
    width: 160px;
    margin-left: -80px;
    background: #9d887d;
    border: none;
  }
  #nav .header-nav {
    position: static;
    overflow: hidden;
    width: auto;
    background: #f05a28;
  }
  #nav .header-nav li {
    margin: 0;
    font-size: 19px;
    line-height: 38px;
    width: 33.33%;
    text-align: center;
    position: relative;
  }
  #nav .header-nav li:after {
    content: '';
    top: 10px;
    bottom: 10px;
    width: 2px;
    background: #ce4a21;
    position: absolute;
    left: 0;
  }
  #nav .header-nav li:first-child:after {
    display: none;
  }
  #nav .header-nav li a {
    border-radius: 0;
    padding: 15px 16px;
  }
  #nav .header-nav li a span {
    vertical-align: middle;
  }
  #nav .header-nav li a .icon-heart {
    font-size: 21px;
    margin: 0 16px 0 0;
    line-height: 30px;
  }
  #nav .header-nav li a .icon-lock {
    font-size: 25px;
    margin: 0 16px 0 0;
    line-height: 30px;
  }
  #nav .header-nav li a .icon-run {
    font-size: 27px;
    margin: 0 16px 0 0;
    line-height: 30px;
  }
  #nav .header-nav li a .icon-book {
    font-size: 27px;
    margin: 0 16px 0 0;
    line-height: 30px;
  }
  #nav .drop-holder {
    top: 0;
    z-index: 9;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
    animation: SubMenuAnimIn2 0.3s ease-in-out;
    transition: all 0.5s ease;
    opacity: 0;
    display: block;
    visibility: hidden;
  }
  #nav .drop-holder .control-holder {
    display: block;
  }
  #nav .drop-holder ul {
    padding: 73px 0;
    text-align: center;
    background: none;
  }
  #nav .drop-holder ul li {
    display: block;
    font-size: 53px;
    line-height: 57px;
    padding: 0;
  }
  #nav .drop-holder .menu-opener {
    border: none;
    padding: 0;
    float: right;
    width: auto;
  }
  #nav.sub-active .header-nav {
    display: none;
  }
  #nav.sub-active .main-nav > li > a {
    display: none;
  }
  #nav.sub-active .drop-holder {
    visibility: visible;
    opacity: 1;
  }
}
#nav .menu-opener {
  float: right;
  font: 19px/24px "proxima-nova", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #f05a28;
  text-transform: uppercase;
  width: 170px;
  border-bottom: 1px solid #f05a28;
  padding: 20px 28px;
  text-align: right;
}
#nav .menu-opener:hover, #nav .menu-opener:active, #nav .menu-opener:focus {
  color: #f8b59f;
  text-decoration: none;
}
#nav .menu-opener span {
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
}
#nav .menu-opener .icon-cross {
  font-size: 28px;
  margin: 0 0 0 10px;
}
@media (max-width: 767px) {
  #nav .menu-opener {
    width: auto;
    float: none;
    display: block;
    padding: 12px 23px;
  }
  #nav .menu-opener span {
    display: none;
  }
  #nav .menu-opener span.icon-cross {
    display: block;
  }
  #nav .header-nav li {
    line-height: 27px;
  }
  #nav .header-nav li:after {
    bottom: 3px;
    top: 3px;
  }
  #nav .header-nav li a {
    padding: 7px 16px;
  }
  #nav .header-nav li a span {
    display: block;
    margin: 0 !important;
  }
  #nav .header-nav li a .icon-lock {
    font-size: 21px;
  }
  #nav .main-nav {
    padding: 7px 0;
  }
  #nav .main-nav > li {
    font-size: 24px;
    line-height: 26px;
  }
  #nav .main-nav > li > a {
    border-top: 1px solid #9c877c;
    padding: 22px 10px;
  }
  #nav .main-nav > li > a:after {
    display: none;
  }
  #nav .main-nav > li:first-child > a {
    border: none;
  }
  #nav .control-holder {
    padding: 15px 20px;
  }
  #nav .drop-holder ul {
    padding: 0;
  }
  #nav .drop-holder ul li {
    font-size: 24px;
    line-height: 26px;
  }
  #nav .drop-holder ul li a {
    border-top: 1px solid #9c877c;
    padding: 22px 10px;
  }
  #nav .drop-holder ul li:first-child > a {
    border: none;
  }
  #nav .drop-holder .menu-opener {
    border: none;
    padding: 0;
  }
}

@-webkit-keyframes SubMenuAnimIn2 {
  0% {
    -webkit-transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn2 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}
@media (max-width: 1019px) {
  .menu-active #nav {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.menu-opener {
  display: none;
  position: relative;
}
@media (max-width: 1019px) {
  .menu-opener {
    display: block;
  }
}

.menu-opener.toggle {
  float: right;
  width: 26px;
  height: 22px;
  position: relative;
  z-index: 8;
  overflow: hidden;
  text-indent: -9999px;
  margin: 27px 2px 0;
}
.menu-opener.toggle:before, .menu-opener.toggle:after,
.menu-opener.toggle span {
  background: #f05c2a;
  border-radius: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 4px;
  margin-top: -2px;
  /* height/2 */
  transition: all 0.2s linear;
}
.menu-opener.toggle:before, .menu-opener.toggle:after {
  content: '';
  top: 2px;
}
.menu-opener.toggle:after {
  top: 100%;
  margin-top: -4px;
}
@media (max-width: 767px) {
  .menu-opener.toggle {
    margin: 13px 1px 0;
  }
}

/* main informative part styles */
#main {
  position: relative;
}
@media (max-width: 1019px) {
  #main {
    z-index: 999;
  }
}

.menu-active #main {
  z-index: 1;
}

.blockquote {
  margin: 0;
  padding: 0 0 0 42px;
  position: relative;
}
.blockquote q {
  display: block;
  font: 400 italic 2em/1.5em 'Gentium Basic', Arial, Helvetica, sans-serif;
  margin: 0 0 6px;
  position: relative;
}
.blockquote q:after {
  content: '';
  position: absolute;
  top: 7px;
  bottom: 7px;
  width: 7px;
  background: #f7931d;
  left: -42px;
}
.blockquote cite {
  font: 16px/24px "proxima-nova", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #f7931d;
}
.blockquote cite a {
  color: #f7931d;
  font-weight: bold;
}
.blockquote cite a:hover {
  text-decoration: none;
  color: #f05a28;
}
.blockquote cite span {
  display: block;
}
@media (max-width: 1019px) {
  .blockquote {
    padding: 2px 0 0 30px;
  }
  .blockquote q {
    font-size: 19px;
    line-height: 30px;
  }
  .blockquote q:after {
    left: -30px;
  }
}

/* banner styles */
.main-banner {
  overflow: hidden;
  position: relative;
}
.main-banner:after {
  content: '';
  position: absolute;
  width: 80px;
  height: 21px;
  background-position: 0 -51px;
  left: 50%;
  margin-left: -40px;
  bottom: 0;
  z-index: 9;
}
.main-banner .img-wrap {
  position: relative;
  overflow: hidden;
  max-height: 530px;
  z-index: -1;
}
.main-banner .img-wrap:before, .main-banner .img-wrap:after {
  content: '';
  background: #fefdfb;
  height: 21px;
  position: absolute;
  bottom: 0;
  z-index: 8;
}
.main-banner .img-wrap:after {
  right: -9999px;
  left: 50%;
  margin-left: 40px;
}
.main-banner .img-wrap:before {
  left: -9999px;
  right: 50%;
  margin-right: 40px;
}
.main-banner .img-holder {
  float: none;
  display: block;
  position: relative;
  min-height: 236px;
}
.main-banner .img-holder img {
  vertical-align: top;
  position: relative;
  z-index: -1;
}
.main-banner .img-holder .small-banner {
  display: none;
}
.main-banner .banner-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1063px;
  padding: 0 30px;
  margin: auto;
  bottom: 0;
  white-space: nowrap;
  z-index: 8;
}
.main-banner .banner-text:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.main-banner .banner-text:after {
  content: '';
  position: absolute;
  width: 80px;
  height: 21px;
  background-position: 0 -51px;
  left: 50%;
  margin-left: -40px;
  top: -27px;
  height: 27px;
  z-index: 9;
  display: none;
}
.main-banner .banner-text .text-holder {
  display: inline-block;
  max-width: 630px;
  white-space: normal;
  vertical-align: middle;
  padding: 0 57px;
}
.main-banner h1 {
  font: 42px/50px "proxima-nova", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #48231d;
  margin: 0 0 24px;
}
.main-banner .btn-video {
  padding: 13px 21px;
  margin: 0 0 68px;
}
.main-banner .btn-video span {
  display: inline-block;
  vertical-align: middle;
}
.main-banner .btn-video .icon-play {
  font-size: 24px;
  margin: 0 0 0 9px;
}
.main-banner.inner .banner-text .text-holder {
  max-width: 700px;
}
.main-banner.inner h1 {
  color: #fff;
}
.main-banner.inner .img-wrap {
  max-height: 520px;
}
@media (max-width: 1019px) {
  .main-banner .banner-text .text-holder {
    padding: 0 31px;
    max-width: 390px;
  }
  .main-banner h1 {
    margin: 0 0 15px;
  }
  .main-banner .btn-video {
    margin: 0 0 27px;
  }
  .main-banner.inner .banner-text .text-holder {
    padding: 0;
    max-width: 410px;
  }
  .main-banner.inner h1 {
    margin: 0 0 30px;
  }
  .main-banner.inner .btn-video {
    margin: 0 0 5px;
  }
}
@media (max-width: 767px) {
  .main-banner .img-wrap:after, .main-banner .img-wrap:before {
    height: 27px;
  }
  .main-banner .img-holder {
    float: none;
    margin: 0;
  }
  .main-banner .img-holder img {
    width: 100%;
    height: auto;
  }
  .main-banner .img-holder .img-big {
    /*display: none;*/
  }
  .main-banner .img-holder .small-banner {
    display: block;
  }
  .main-banner .banner-text {
    position: static;
    text-align: center;
    padding: 18px 20px;
    position: relative;
  }
  .main-banner .banner-text:after {
    display: block;
  }
  .main-banner .banner-text .text-holder {
    padding: 0;
  }
  .main-banner h1 {
    font-size: 23px;
    line-height: 28px;
    margin: 0 0 13px;
  }
  .main-banner.inner .banner-text {
    position: absolute;
    text-align: left;
  }
  .main-banner.inner .img-wrap .img-holder {
    min-height: 360px;
  }
  .main-banner.inner .img-wrap:before, .main-banner.inner .img-wrap:after {
    height: 21px;
  }
  .main-banner.inner h1 {
    font-size: 25px;
    line-height: 34px;
    margin: 0 0 17px;
  }
}

.btn-red {
  font: 18px/22px "proxima-nova", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  background: #df262c url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MzMWIyMSIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UxMjYyZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(bottom, #c31b21 0%, #e1262d 100%);
  background: -o-linear-gradient(bottom, #c31b21 0%, #e1262d 100%);
  background: -webkit-linear-gradient(bottom, #c31b21 0%, #e1262d 100%);
  background: linear-gradient(bottom, #c31b21 0%, #e1262d 100%);
  color: #fff;
  border-radius: 3px;
  padding: 14px 30px;
  position: relative;
}
.btn-red:hover {
  background: #c31b21 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MzMWIyMSIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2MzMWIyMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(bottom, #c31b21 0%, #c31b21 100%);
  background: -o-linear-gradient(bottom, #c31b21 0%, #c31b21 100%);
  background: -webkit-linear-gradient(bottom, #c31b21 0%, #c31b21 100%);
  background: linear-gradient(bottom, #c31b21 0%, #c31b21 100%);
  text-decoration: none;
  color: #fff;
}

.work-block {
  background: #fefefd url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY3JSIgc3RvcC1jb2xvcj0iI2Y2ZjBlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWVmZTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #fefefd 0%, #f6f0e2 67%, #f5efe0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefd), color-stop(67%, #f6f0e2), color-stop(100%, #f5efe0));
  background: -webkit-linear-gradient(top, #fefefd 0%, #f6f0e2 67%, #f5efe0 100%);
  background: -o-linear-gradient(top, #fefefd 0%, #f6f0e2 67%, #f5efe0 100%);
  background: -ms-linear-gradient(top, #fefefd 0%, #f6f0e2 67%, #f5efe0 100%);
  background: linear-gradient(to bottom, #fefefd 0%, #f6f0e2 67%, #f5efe0 100%);
  font: 1.5em/1.6666em 'Gentium Basic', Arial, Helvetica, sans-serif;
  padding: 75px 0 100px;
  text-align: center;
  position: relative;
  z-index: 1;
  /*margin: 0 0 20px;*/
}
.work-block:after {
  content: '';
  position: absolute;
  bottom: -19px;
  left: 50%;
  border: 20px solid #f5efe0;
  border-width: 20px 40px 0;
  border-color: #f5efe0 transparent transparent;
  margin-left: -40px;
}
.work-block .heading {
  position: relative;
  text-align: center;
}
.work-block .heading span {
  font: 0.889em/1.375em "proxima-nova", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  color: #48231d;
  display: block;
  margin: 0 0 12px;
  letter-spacing: 1px;
}
.work-block .heading h2,
.work-block .heading h1 {
  font: 2.111em/1.0526em 'Special Elite', Arial, Helvetica, sans-serif;
  color: #00747e;
  margin: 0 0 36px;
}
.work-block .text-box {
  text-align: center;
  max-width: 830px;
  margin: 0 auto;
}
.work-block p {
  margin: 0 0 34px;
}
.work-block p a {
  color: #00747e;
}
.work-block p a:hover {
  text-decoration: none;
  color: #f05a28;
}
@media (max-width: 1019px) {
  .work-block {
    padding: 75px 0 80px;
  }
  .work-block .heading h2 {
    font-size: 33px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .work-block {
    padding: 31px 0 62px;
  }
  .work-block .heading > span {
    margin: 0 0 14px;
  }
  .work-block .heading h2 {
    font-size: 36px;
    line-height: 38px;
    margin: 0 0 30px;
  }
  .work-block .text-box {
    text-align: left;
  }
  .work-block p {
    margin: 0 0 25px;
  }
}

.work-list li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0 24px 35px;
}
.work-list li:after {
  content: '+';
  position: absolute;
  top: 0;
  left: -35px;
  font: 50px/251px 'Special Elite', Arial, Helvetica, sans-serif;
  color: #48231d;
}
.work-list li:first-child:after {
  display: none;
}
.work-list li:last-child:after {
  content: '+';
  left: -40px;
}
.work-list li .box-holder {
  overflow: hidden;
  width: 239px;
  height: 239px;
  border-radius: 50%;
  position: relative;
}
.work-list li img {
  vertical-align: top;
  width: 100%;
  height: auto;
}
.work-list li .desc-holder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(247, 147, 29, 0.75);
  font: 18px/25px 'Gentium Basic', Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  padding: 5px;
  border-radius: 50%;
  overflow: hidden;
}
.work-list li .desc-holder:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.work-list li .desc-holder.employment, .work-list li:nth-child(2) .desc-holder {
  background: rgba(240, 90, 40, 0.75);
}
.work-list li .desc-holder.change, .work-list li:nth-child(3) .desc-holder {
  background: rgba(195, 27, 33, 0.75);
}
.work-list li .title,
.work-list li .title-text {
  font: 24px/30px 'Special Elite', Arial, Helvetica, sans-serif;
  color: #fff;
  white-space: normal;
}
.work-list li .title span,
.work-list li .title-text span {
  display: none;
}
.work-list li .desc-text {
  display: none;
}
.work-list li .desc-text p {
  margin: 0;
}
.work-list li .center-text {
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
}
.work-list li .box-holder.hover .desc-holder {
  background: rgba(233, 133, 15, 0.85);
}
.work-list li .box-holder.hover .desc-holder.employment {
  background: rgba(240, 90, 40, 0.85);
}
.work-list li .box-holder.hover .desc-holder.change {
  background: rgba(195, 27, 33, 0.85);
}
.work-list li .box-holder.hover .title {
  display: none;
}
.work-list li .box-holder.hover .desc-text {
  display: block;
}
@media (max-width: 1019px) {
  .work-list {
    margin: 0 -21px;
  }
  .work-list li {
    margin: 0 0 33px;
    padding: 0 21px;
  }
  .work-list li:after {
    left: -12px;
    font-size: 43px;
    line-height: 215px;
  }
  .work-list li:last-child:after {
    left: -16px;
  }
  .work-list li .box-holder {
    width: 208px;
    height: 208px;
  }
  .work-list li .desc-holder {
    font-size: 16px;
    line-height: 21px;
  }
  .work-list li .title {
    font-size: 21px;
    line-height: 25px;
  }
}
@media (max-width: 767px) {
  .work-list.home li {
    display: none;
    width: 246px;
    height: 246px;
    margin: 0 auto 35px;
    padding: 0;
  }
  .work-list.home li:after {
    display: none;
  }
  .work-list.home li:first-child {
    display: block;
  }
  .work-list.home li .box-holder {
    width: 246px;
    height: 246px;
  }
  .work-list.home li .desc-holder {
    padding: 10px;
  }
  .work-list.home li .title span {
    display: block;
    padding: 0 10px;
  }
  .work-list.home li .title span.symbol {
    font-size: 42px;
    line-height: 40px;
    padding: 5px 10px 0;
  }
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
	border:none;
}

.btn-green, .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
  display: inline-block;
  font: 18px/22px "proxima-nova", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  border-radius: 3px;
  padding: 14px 30px;
  color: #fff !important;
  background: #008b96 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNzM3ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwOGI5NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(bottom, #00737d 0%, #008b97 100%);
  background: -o-linear-gradient(bottom, #00737d 0%, #008b97 100%);
  background: -webkit-linear-gradient(bottom, #00737d 0%, #008b97 100%);
  background: linear-gradient(bottom, #00737d 0%, #008b97 100%);
}
.btn-green:hover, .gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type=submit]:hover {
  background: #00747e url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNzM3ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNzM3ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(bottom, #00737d 0%, #00737d 100%);
  background: -o-linear-gradient(bottom, #00737d 0%, #00737d 100%);
  background: -webkit-linear-gradient(bottom, #00737d 0%, #00737d 100%);
  background: linear-gradient(bottom, #00737d 0%, #00737d 100%);
  text-decoration: none;
  color: #fff;
}

.shop-block {
  overflow: hidden;
  position: relative;
  font: 1.5em/1.6666em 'Gentium Basic', Arial, Helvetica, sans-serif;
}
.shop-block:before, .shop-block:after {
  content: '';
  background: #fff;
  height: 21px;
  position: absolute;
  bottom: 0;
  z-index: 8;
}
.shop-block:after {
  right: -9999px;
  left: 50%;
  margin-left: 40px;
}
.shop-block:before {
  left: -9999px;
  right: 50%;
  margin-right: 40px;
}
.shop-block .img-holder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.shop-block .img-holder img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: -1;
  margin-top: 0 !important;
}
.shop-block .img-holder .mobile {
  display: none !important;
}
.shop-block .container {
  position: relative;
  z-index: 2;
  padding: 0 0 20px;
}
.shop-block .container:after {
  content: '';
  position: absolute;
  width: 80px;
  height: 21px;
  background-position: -90px -51px;
  left: 50%;
  margin-left: -40px;
  bottom: 0;
}
.shop-block .box-article {
  max-width: 495px;
  padding: 105px 0 130px 86px;
}
.shop-block .box-article .heading {
  position: relative;
}
.shop-block .box-article .heading strong {
  font: 0.889em/1.375em "proxima-nova", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  color: #48231d;
  display: block;
  margin: 0 0 12px;
}
.shop-block .box-article .heading h2 {
  font: 2.111em/1.0526em 'Special Elite', Arial, Helvetica, sans-serif;
  color: #f05a28;
  margin: 0 0 18px;
}
.shop-block p {
  margin: 0 0 24px;
}
@media (max-width: 1019px) {
  .shop-block .box-article {
    padding: 106px 0 96px 29px;
    max-width: 315px;
  }
}
@media (max-width: 767px) {
  .shop-block .box-article {
    max-width: none;
    padding: 37px 20px 12px;
  }
  .shop-block .box-article .heading {
    text-align: center;
  }
  .shop-block .box-article .heading h2 {
    font-size: 36px;
    line-height: 39px;
  }
  .shop-block .img-holder {
    position: static;
    display: block;
    position: relative;
    z-index: -1;
  }
  .shop-block .img-holder:after {
    content: '';
    position: absolute;
    background: url(images/sprite.png) no-repeat -90px -51px;
    width: 80px;
    height: 21px;
    left: 50%;
    margin-left: -40px;
    bottom: 0;
  }
  .shop-block .img-holder img {
    display: none;
  }
  .shop-block .img-holder .mobile {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
  }
}

.btn-orange {
  display: inline-block;
  font: 18px/22px "proxima-nova", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  border-radius: 3px;
  padding: 14px 29px;
  color: #fff;
  background: #ffac4b url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3OTMxZCIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmYWM0YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(bottom, #f7931d 0%, #ffac4c 100%);
  background: -o-linear-gradient(bottom, #f7931d 0%, #ffac4c 100%);
  background: -webkit-linear-gradient(bottom, #f7931d 0%, #ffac4c 100%);
  background: linear-gradient(bottom, #f7931d 0%, #ffac4c 100%);
}
.btn-orange:hover {
  background: #f7931d url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3OTMxZCIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y3OTMxZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(bottom, #f7931d 0%, #f7931d 100%);
  background: -o-linear-gradient(bottom, #f7931d 0%, #f7931d 100%);
  background: -webkit-linear-gradient(bottom, #f7931d 0%, #f7931d 100%);
  background: linear-gradient(bottom, #f7931d 0%, #f7931d 100%);
  text-decoration: none;
  color: #fff;
}

.get-involved {
  font: 1.5em/1.3333em 'Gentium Basic', Arial, Helvetica, sans-serif;
  padding-top: 80px;
  text-align: center;
  padding-bottom: 75px;
}
.get-involved .text-box {
  display: inline-block;
  text-align: left;
  max-width: 520px;
  vertical-align: top;
}
.get-involved h2 {
  padding: 0 0 17px;
  margin: 0;
  font: 2.333em/1.071em "proxima-nova", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.get-involved h2 a {
  color: #48231d;
}
.get-involved h2 a:hover {
  color: #f05a28;
  text-decoration: none;
}
.get-involved p {
  margin: 0;
}
.get-involved .btn-red {
  vertical-align: top;
  margin: 0 10px 0 55px;
}
.get-involved.about {
  padding-bottom: 81px;
}
.get-involved.about .btn-red {
  margin: 0 0 0 70px;
}
@media (max-width: 1019px) {
  .get-involved {
    padding: 54px 30px 74px;
  }
  .get-involved .text-box {
    float: left;
  }
  .get-involved .btn-red {
    margin: 0 0 0 12px;
  }
  .get-involved.about {
    padding-bottom: 72px;
  }
  .get-involved.about .btn-red {
    margin: 0 32px 0 30px;
  }
}
@media (max-width: 767px) {
  .get-involved {
    padding: 33px 20px 50px;
    line-height: 30px;
  }
  .get-involved .text-box {
    display: block;
    max-width: none;
    text-align: center;
    float: none;
  }
  .get-involved h2 {
    font-size: 38px;
    line-height: 45px;
    padding: 0 20px 4px;
  }
  .get-involved p {
    margin: 0 0 25px;
  }
  .get-involved .btn-red {
    margin: 0 0 7px;
  }
  .get-involved.about h2 {
    font-size: 34px;
    padding: 4px 0;
    line-height: 42px;
  }
}

/* social networks styles */
.social-networks {
  display: inline-block;
  vertical-align: middle;
  width: 210px;
}
.social-networks li {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 6px 31px;
}
.social-networks li:first-child {
  margin: 0;
}
.social-networks li a {
  display: block;
  font-size: 30px;
  color: #fff;
}
.social-networks li a:hover {
  color: #ebe9e4;
  text-decoration: none;
}

/* footer styles */
#footer {
  /*position: relative;*/
  /*background: #48231d;*/
  z-index: 99;
}
#footer .footer-top {
  background: #3c1b16;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 14px;
}
#footer .support-box {
  overflow: hidden;
}
#footer .support-box .title {
  display: inline-block;
  vertical-align: middle;
  font: 18px/24px 'Special Elite', Arial, Helvetica, sans-serif;
  color: #f8f3e8;
  letter-spacing: 0;
  text-transform: uppercase;
  margin: 0 10px 0 0;
  width: 112px;
}
#footer .support-box .support-option {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  max-width: 480px;
}
#footer .support-box .support-option li {
  float: left;
  letter-spacing: 0;
  margin: 0 20px 6px 0;
}
#footer .support-box .support-option li a {
  font-size: 16px;
  line-height: 20px;
  padding: 9px 20px;
}
#footer .support-box .support-option li span {
  display: inline-block;
  vertical-align: middle;
}
#footer .support-box .support-option li [class^="icon-"] {
  margin: 0 0 0 12px;
}
#footer .support-box .support-option .icon-heart {
  width: 19px;
  height: 16px;
  background-position: -144px -1px;
}
#footer .support-box .support-option .icon-envelop {
  width: 25px;
  height: 16px;
  background-position: -170px 0;
}
#footer .support-box .support-option .icon-user {
  width: 24px;
  height: 16px;
  background-position: -144px -26px;
}
#footer .follow-box {
  float: right;
  width: 330px;
  text-align: right;
  padding: 5px 0 0;
}
#footer .follow-box .title {
  display: inline-block;
  vertical-align: middle;
  font: 18px/24px 'Special Elite', Arial, Helvetica, sans-serif;
  color: #f8f3e8;
  letter-spacing: 0;
  text-transform: uppercase;
}
#footer .follow-box .social-networks {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
}
#footer .footer-nav {
  /*padding: 48px 0 42px;*/
  background: #48231d;
  padding-top: 48px;
  padding-bottom: 42px;
}
#footer .footer-nav ul {
  overflow: hidden;
}
#footer .footer-nav > ul {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  line-height: 0;
  font-size: 1px;
  margin: 0 -15px;
}
#footer .footer-nav > ul > li {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  width: 11.6%;
  text-align: left;
}
#footer .footer-nav > ul > li > a {
  font: 21px/22px 'Special Elite', Arial, Helvetica, sans-serif;
  color: #f7931d;
}
#footer .footer-nav > ul > li > a:hover {
  text-decoration: none;
  color: #f05a28;
}
#footer .footer-nav > ul > li:first-child {
  width: 20.6%;
}
#footer .footer-nav > ul > li.second-link, #footer .footer-nav > ul > li:nth-child(2) {
  width: 17.8%;
}
#footer .footer-nav > ul > li.third-link, #footer .footer-nav > ul > li:nth-child(3) {
  width: 18.7%;
}
#footer .footer-nav > ul > li.fourth-link, #footer .footer-nav > ul > li:nth-child(4) {
  /*width: 30.8%;*/
  width: 18.7%;
}
#footer .footer-nav li {
  font: 16px/22px 'Gentium Basic', Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
}
#footer .footer-nav li a {
  color: #f2e9d5;
}
#footer .footer-nav li a:hover {
  color: #f7931d;
  text-decoration: none;
}
#footer .footer-nav li ul {
  padding: 8px 0 0;
}
#footer .footer-nav li li {
  margin: 0 0 3px;
}
#footer .footer-nav li .nav-holder {
  margin: 0 -5px;
  overflow: hidden;
  max-width: 255px;
}
#footer .footer-nav li .nav-holder ul {
  float: left;
  width: 50%;
  padding: 8px 5px;
}
#footer .footer-bottom {
  overflow: hidden;
  /*padding: 0 0 20px;*/
  background: #48231d;
  padding-bottom: 20px;
}
#footer .logo {
  width: 148px;
  margin: 2px;
}
#footer .copy-text {
  overflow: hidden;
  font: 12px/18px "proxima-nova", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #f2e9d5;
  padding: 0 35px;
  max-width: 660px;
  letter-spacing: 1px;
}
#footer .copy-text address {
  font-style: normal;
  display: inline;
}
#footer .copy-text a {
  color: #f2e9d5;
}
#footer .copy-text a:hover, #footer .copy-text a:active, #footer .copy-text a:focus {
  color: white;
  text-decoration: none;
}
@media (max-width: 1019px) {
  #footer .footer-top {
    padding-top: 25px;
    padding-bottom: 21px;
  }
  #footer .support-box .title {
    display: none;
  }
  #footer .follow-box {
    width: 210px;
  }
  #footer .follow-box .title {
    display: none;
  }
  #footer .footer-nav {
    display: none;
  }
  #footer .footer-bottom {
    /*padding: 28px 0 40px;*/
	padding-top: 28px;
	padding-bottom: 40px;
  }
  #footer .logo {
    margin: 5px 0;
  }
  #footer .copy-text {
    padding: 0 20px 3px 27px;
  }
}
@media (max-width: 767px) {
  #footer {
    background: #48231e;
  }
  #footer .footer-top {
    background: none;
    border-bottom: 1px solid #351814;
    padding: 19px 20px 15px;
  }
  #footer .follow-box {
    padding: 0;
    width: auto;
    max-width: none;
    float: none;
  }
  #footer .follow-box .social-networks {
    text-align: center;
    width: 100%;
  }
  #footer .follow-box .social-networks li {
    margin: 0 20px 5px;
  }
  #footer .follow-box .social-networks li a {
    font-size: 24px;
  }
  #footer .support-box .support-option {
    display: none;
  }
  #footer .logo {
    display: none;
  }
  #footer .footer-bottom {
    /*padding: 20px 0 40px;*/
	padding-top: 20px;
	padding-bottom: 40px;
  }
  #footer .copy-text {
    padding: 0;
  }
}

/* about us page styles */
.white-gray-block {
  background: #fefefd url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY3JSIgc3RvcC1jb2xvcj0iI2Y2ZjBlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWVmZTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #fefefd 0%, #f6f0e2 67%, #f5efe0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefd), color-stop(67%, #f6f0e2), color-stop(100%, #f5efe0));
  background: -webkit-linear-gradient(top, #fefefd 0%, #f6f0e2 67%, #f5efe0 100%);
  background: -o-linear-gradient(top, #fefefd 0%, #f6f0e2 67%, #f5efe0 100%);
  background: -ms-linear-gradient(top, #fefefd 0%, #f6f0e2 67%, #f5efe0 100%);
  background: linear-gradient(to bottom, #fefefd 0%, #f6f0e2 67%, #f5efe0 100%);
  font: 1.5em/1.6666em 'Gentium Basic', Arial, Helvetica, sans-serif;
  padding: 64px 0 84px;
  position: relative;
  z-index: 1;
  margin: 0;
}
.white-gray-block .heading {
  position: relative;
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}
.white-gray-block .heading span {
  font: 0.889em/1.375em "proxima-nova", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  color: #48231d;
  display: block;
  margin: 0 0 17px;
}
.white-gray-block .heading h2 {
  font: 2.111em/1.10526em 'Special Elite', Arial, Helvetica, sans-serif;
  color: #c31b21;
  margin: 0 0 47px;
}
.white-gray-block .paragraph-block {
  padding: 0 49px;
}
.white-gray-block .paragraph-block p {
  margin: 0 0 10px;
}
@media (max-width: 1019px) {
  .white-gray-block {
    padding: 27px 0 84px;
  }
  .white-gray-block .breadcrumbs {
    margin: 0 0 26px;
  }
  .white-gray-block .heading h2 {
    font-size: 33px;
    line-height: 42px;
    margin: 0 0 31px;
  }
  .white-gray-block .paragraph-block {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .white-gray-block {
    padding: 37px 0 19px;
  }
  .white-gray-block .breadcrumbs {
    margin-bottom: 24px;
  }
  .white-gray-block .heading h2 {
    font-size: 30px;
    margin: 0 0 31px;
    margin: 0 0 18px;
  }
  .white-gray-block .paragraph-block {
    padding: 0 4px 0 0;
  }
}

.paragraph-block {
  -moz-column-count: 2;
  -moz-column-gap: 40px;
  -webkit-column-count: 2;
  -webkit-column-gap: 40px;
}
.paragraph-block p a {
  color: #00747e;
}
.paragraph-block p a:hover {
  text-decoration: none;
  color: #c31b21;
}
@media (max-width: 767px) {
  .paragraph-block {
    -moz-column-count: 1;
    -moz-column-gap: 0;
    -webkit-column-count: 1;
    -webkit-column-gap: 0;
  }
}

.time-line-holder {
  background: #f5efe0;
  overflow: hidden;
}

.time-line-block {
  color: #fff;
  position: relative;
}
.time-line-block:after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 50%;
  border: 20px solid #48231d;
  border-width: 20px 44px 0;
  border-color: #48231d transparent transparent;
  margin-left: -44px;
}
.time-line-block .holder {
  overflow: hidden;
  position: relative;
  background: #48231d;
  padding: 28px 0 30px;
}
.time-line-block .holder:before, .time-line-block .holder:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  width: 0;
  -webkit-box-shadow: 0 0 60px 80px #48231d;
  box-shadow: 0 0 60px 80px #48231d;
  z-index: 2;
}
.time-line-block .holder:after {
  left: auto;
  right: 0;
}
.time-line-block .title {
  display: block;
  font: 1.3333em/2.25em "proxima-nova", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 2px;
  text-align: center;
  margin: 0 0 15px;
  text-transform: uppercase;
}
.time-line-block .time-linelist {
  text-align: center;
  text-align: justify;
  line-height: 0;
  font-size: 1px;
  text-justify: newspaper;
  zoom: 1;
  text-align-last: justify;
  border-bottom: 1px solid #f8f3e8;
}
.time-line-block .time-linelist:after {
  width: 100%;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  content: '';
  display: inline-block;
}
.time-line-block .time-linelist li {
  display: inline-block;
  vertical-align: bottom;
  font: 24px/28px "proxima-nova", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
  color: #845a53;
  padding: 17px 19px;
  position: relative;
}
.time-line-block .time-linelist li:after {
  width: 10px;
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
  height: 10px;
  background: #f8f3e8;
  border: 2px solid #48231d;
  border-radius: 50%;
}
.time-line-block .time-linelist li.active {
  font-size: 36px;
  color: #f2e9d5;
  line-height: 36px;
}
@media (max-width: 1019px) {
  .time-line-block .holder {
    padding: 28px 0 32px;
  }
  .time-line-block .holder:after, .time-line-block .holder:before {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #48231d;
    width: 50px;
    z-index: 1;
  }
  .time-line-block .time-linelist {
    white-space: nowrap;
    text-align: center;
    padding: 0;
    border: none;
    position: relative;
  }
  .time-line-block .time-linelist:after {
    display: none;
  }
  .time-line-block .time-linelist:before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 1px;
    background: #fff;
    z-index: 2;
  }
  .time-line-block .time-linelist li {
    margin: 0 37px;
  }
}

.timeline-gallery {
  position: relative;
  margin: 0 auto;
  max-width: 800px;
  padding: 100px 60px 82px 120px;
}
.timeline-gallery .mask {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.timeline-gallery .slideset {
  float: left;
  width: 99999px;
}
.timeline-gallery .slide {
  float: left;
  width: 100%;
}
.timeline-gallery .slide.active {
  z-index: 1;
}
.timeline-gallery .slide .img-wrap {
  float: left;
  width: 254px;
}
.timeline-gallery .slide .img-wrap .img-holder {
  display: block;
  border-radius: 50%;
  overflow: hidden;
}
.timeline-gallery .slide .img-wrap .img-holder img {
  vertical-align: top;
  width: 100%;
  height: auto;
}
.timeline-gallery .slide .desc-text {
  overflow: hidden;
  font: 16px/24px "proxima-nova", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 23px 0 0 50px;
}
.timeline-gallery .slide .desc-text time {
  color: #f7931d;
  letter-spacing: 1px;
  display: block;
  margin: 0 0 2px;
}
.timeline-gallery .slide .desc-text h2 {
  margin: 0 0 8px;
  font: 30px/36px 'Gentium Basic', Arial, Helvetica, sans-serif;
  color: #f05a28;
}
.timeline-gallery .btn-prev,
.timeline-gallery .btn-next {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 0;
  color: #48231d;
  font-size: 40px;
}
.timeline-gallery .btn-prev:hover,
.timeline-gallery .btn-next:hover {
  color: #f05a28;
}
.timeline-gallery .btn-next {
  left: auto;
  right: 0;
}
@media (max-width: 1019px) {
  .timeline-gallery {
    max-width: 708px;
    padding: 100px 65px 57px;
  }
}
@media (max-width: 767px) {
  .timeline-gallery {
    max-width: 280px;
    padding: 50px 29px 40px;
  }
  .timeline-gallery .slide .img-wrap {
    float: none;
    margin: 0 auto 25px;
    width: 180px;
  }
  .timeline-gallery .slide .desc-text {
    padding: 0;
    font-size: 18px;
    line-height: 24px;
  }
  .timeline-gallery .slide .desc-text time {
    font-size: 16px;
    line-height: 24px;
  }
  .timeline-gallery .slide .desc-text h2 {
    font-size: 26px;
    line-height: 36px;
  }
  .timeline-gallery .btn-prev,
  .timeline-gallery .btn-next {
    margin: 0;
    top: 120px;
    z-index: 3;
  }
}

.news-block {
  font: 1.5em/1.6666em 'Gentium Basic', Arial, Helvetica, sans-serif;
  padding-top: 100px;
  position: relative;
  z-index: 2;
  padding-bottom: 73px;
}
.news-block:after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 50%;
  border: 20px solid #fff;
  border-width: 20px 44px 0;
  border-color: #fff transparent transparent;
  margin-left: -44px;
}
.news-block .title-box {
  margin: 0 0 25px;
}
.news-block .title-box h2 {
  display: inline-block;
  vertical-align: middle;
  max-width: 80%;
  font: 2.111em/1.10526em 'Special Elite', Arial, Helvetica, sans-serif;
  color: #00747e;
  margin: 0;
}
.news-block .title-box .link-view {
  display: inline-block;
  vertical-align: middle;
  color: #48231d;
  font: 16px/20px "proxima-nova", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 6px 0 0 10px;
}
.news-block .title-box .link-view:hover, .news-block .title-box .link-view:active, .news-block .title-box .link-view:focus {
  color: #a34f42;
  text-decoration: none;
}
.news-block .news-box {
  overflow: hidden;
  margin: 0 0 77px;
}
.news-block .news-box .heading {
  padding: 0 0 0 525px;
}
.news-block .news-box .heading .title {
  display: block;
  font: 0.888em/1.25em "proxima-nova", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  color: #f7931d;
  letter-spacing: 1px;
  margin: 0 0 11px;
}
.news-block .news-box .heading h2 {
  font: 1.6666em/1.2em 'Gentium Basic', Arial, Helvetica, sans-serif;
  color: #00747e;
  margin: 0 0 11px;
}
.news-block .news-box .video-wrap {
  float: left;
  width: 477px;
  margin-top: -115px;
}
.news-block .news-box .video-wrap img {
  width: 100%;
  height: auto;
}
.news-block .news-box .text-box {
  overflow: hidden;
  padding: 0 50px 0 48px;
}
.news-block .news-box .text-box p {
  margin: 0 0 24px;
}
@media (max-width: 1019px) {
  .news-block {
    padding-bottom: 57px;
  }
  .news-block .title-box {
    margin: 0 0 32px;
  }
  .news-block .news-box {
    border-bottom: 1px solid #f4ecda;
    padding: 0 0  36px;
    margin: 0 0 28px;
  }
  .news-block .news-box .heading {
    padding: 0;
    margin: 0 0 24px;
  }
  .news-block .news-box .video-wrap {
    margin: 0;
    width: 340px;
    padding: 4px 0;
  }
  .news-block .news-box .text-box {
    padding: 0 10px 0 28px;
  }
}
@media (max-width: 767px) {
  .news-block {
    padding-top: 45px;
    padding-bottom: 15px;
  }
  .news-block .title-box {
    overflow: hidden;
    margin: 0 0 28px;
  }
  .news-block .title-box h2 {
    font-size: 30px;
    line-height: 42px;
  }
  .news-block .title-box .link-view {
    float: right;
    margin: 13px 0 0;
  }
  .news-block .news-box {
    padding: 0 0 50px;
    margin: 0 0 37px;
  }
  .news-block .news-box .heading {
    margin: 0 0 5px;
    overflow: hidden;
  }
  .news-block .news-box .video-wrap {
    margin: 0 0 11px;
    float: none;
    width: 100%;
    padding: 4px 0;
  }
  .news-block .news-box .text-box {
    padding: 0;
  }
}

.news-holder {
  margin: 0 -25px;
}
.news-holder .news-col {
  width: 33.33%;
  float: left;
  padding: 0 25px;
}
.news-holder .news-col .read-link {
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #00747e;
}
.news-holder .news-col .read-link:hover {
  color: #f05a28;
  text-decoration: none;
}
.news-holder h3 {
  font: 1.3333em/1.25em 'Gentium Basic', Arial, Helvetica, sans-serif;
  margin: 0 0 11px;
}
.news-holder h3 a {
  color: #00747e;
}
.news-holder h3 a:hover {
  color: #f05a28;
  text-decoration: none;
}
@media (max-width: 1019px) {
  .news-holder .news-col {
    width: 50%;
  }
  .news-holder .news-col.hidden-tablet {
    display: none;
  }
}
@media (max-width: 767px) {
  .news-holder .news-col {
    width: 100%;
    float: none;
    overflow: hidden;
    margin: 0 0 3px;
  }
}

@media (min-width: 768px) {
  .team-slide .mask {
    height: auto !important;
  }
  .team-slide .team-list {
    margin: 0 -30px !important;
  }
  .team-slide .team-list .slide {
    position: static !important;
    width: 150px !important;
  }
  .team-slide .btn-prev,
  .team-slide .btn-next {
    display: none;
  }
}
.team-block {
  background: #f5efe0;
  position: relative;
  z-index: 1;
  font: 1.5em/1.6666em 'Gentium Basic', Arial, Helvetica, sans-serif;
  padding: 96px 0 75px;
  margin: 0 0 38px;
  text-align: center;
}
.team-block:after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 50%;
  border: 20px solid #f5efe0;
  border-width: 20px 44px 0;
  border-color: #f5efe0 transparent transparent;
  margin-left: -44px;
}
.team-block .heading {
  position: relative;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 33px;
  text-align: center;
  overflow: hidden;
}
.team-block .heading .title {
  font: 0.889em/1.375em "proxima-nova", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  color: #48231d;
  display: block;
  margin: 0 0 17px;
  letter-spacing: 1px;
}
.team-block .heading h2 {
  font: 2.111em/1.10526em 'Special Elite', Arial, Helvetica, sans-serif;
  color: #f05a28;
  margin: 0 0 17px;
}
@media (max-width: 1019px) {
  .team-block {
    margin-bottom: 45px;
  }
  .team-block .team-list .slide {
    width: 140px !important;
    margin: 0 5px 21px;
  }
}
@media (max-width: 767px) {
  .team-block {
    padding: 58px 0 49px;
    margin-bottom: 15px;
  }
  .team-block .heading {
    margin: 0 auto 15px;
  }
  .team-block .heading h2 {
    font-size: 30px;
    line-height: 42px;
  }
  .team-block .team-list .slide {
    width: auto !important;
    margin: 0;
  }
  .team-block .mask {
    overflow: hidden;
    max-width: 160px;
    margin: 0 auto;
  }
  .team-block .mask .img-holder {
    width: 160px;
    height: auto;
    margin: 0 auto 24px;
  }
  .team-block .team-slide {
    max-width: 280px;
    margin: 0 auto;
    position: relative;
  }
  .team-block .btn-prev,
  .team-block .btn-next {
    position: absolute;
    top: 58px;
    left: 0;
    color: #48231d;
    font-size: 40px;
    display: block;
  }
  .team-block .btn-prev:hover,
  .team-block .btn-next:hover {
    color: #f05a28;
  }
  .team-block .btn-next {
    left: auto;
    right: 0;
  }
}

.team-list {
  text-align: center;
  padding-bottom:20px;
}
.team-list li {
  display: inline-block;
  vertical-align: top;
  font: 16px/24px 'Gentium Basic', Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  width: 150px;
  margin: 0 8px 22px;
}
.team-list li .img-holder {
  display: block;
  width: 110px;
  border-radius: 50%;
  height: 110px;
  margin: 0 auto 13px;
  overflow: hidden;
}
.team-list li .img-holder img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.team-list li .info-text .name {
  color: #48231d;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.team-list li .info-text .name:hover, .team-list li .info-text .name:active, .team-list li .info-text .name:focus {
  color: #a34f42;
  text-decoration: none;
}
.team-list li .info-text span {
  display: block;
  font-style: italic;
}

/* Article Feed page styles */
#twocolumns {
  max-width: 1003px;
  margin: 0 auto;
  padding: 47px 0 22px;
}
@media (max-width: 767px) {
  #twocolumns {
    padding: 35px 0 22px;
  }
}

#sidebar {
  float: left;
  width: 300px;
}
#sidebar .title {
  display: block;
  font: 21px/22px 'Special Elite', Arial, Helvetica, sans-serif;
  padding: 3px 40px;
  margin: 0 0 15px;
}
@media (max-width: 1019px) {
  #sidebar {
    width: 195px;
  }
  #sidebar .title {
    padding: 5px 27px;
  }
  #sidebar .involved-box {
    display: none;
  }
}
@media (max-width: 767px) {
  #sidebar {
    display: none;
  }
}

.side-nav {
  margin: 0 0 80px;
}
.side-nav li {
  border-bottom: 1px solid #f4ecda;
  font: 19px/21px "proxima-nova", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.side-nav li:first-child {
  border-top: 1px solid #f4ecda;
}
.side-nav li a {
  color: #48231d;
  display: block;
  padding: 19px 40px;
  position: relative;
}
.side-nav li.active a, .side-nav li:hover a {
  text-decoration: none;
  background: #f7f3e7 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSIxMDAlIiB5MT0iNTAlIiB4Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIiB5Mj0iNTAlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YxZTlkNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(right, #fff 0%, #f1e9d5 100%);
  background: -o-linear-gradient(right, #fff 0%, #f1e9d5 100%);
  background: -webkit-linear-gradient(right, #fff 0%, #f1e9d5 100%);
  background: linear-gradient(right, #fff 0%, #f1e9d5 100%);
}
.side-nav li.active a:after, .side-nav li:hover a:after {
  content: '';
  position: absolute;
  top: -1px;
  bottom: -1px;
  width: 7px;
  background: #f05a28;
  left: 0;
}
@media (max-width: 1019px) {
  .side-nav {
    margin-bottom: 99px;
  }
  .side-nav li a {
    padding: 19px 28px;
  }
}

.involved-box {
  font: 1.5em/1.6666em 'Gentium Basic', Arial, Helvetica, sans-serif;
  padding: 73px 35px 40px;
  border: 1px solid #ebe3e3;
  position: relative;
  margin: 0 0 71px;
}
.involved-box:before, .involved-box:after {
  content: '';
  position: absolute;
  top: -1px;
  left: 40px;
  width: 0;
  height: 0;
  border: 20px solid #ebe3e3;
  border-width: 21px 31px 0;
  border-color: #fff transparent transparent;
}
.involved-box:before {
  border-color: #ebe3e3 transparent transparent;
  top: 0;
}
.involved-box h1 {
  font: 2em/1.1944em "proxima-nova", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-style: normal;
  margin: 0 0 4px;
}
.involved-box p {
  margin: 0 0 24px;
}
.involved-box.tablet {
  display: none;
}
@media (max-width: 1019px) {
  .involved-box.tablet {
    display: block;
  }
}

#content {
  overflow: hidden;
  padding: 0 0 0 50px;
  font: 1.5em/1.6666em 'Gentium Basic', Arial, Helvetica, sans-serif;
}
#content h1 {
  font: 2.1111em/1.1052em 'Special Elite', Arial, Helvetica, sans-serif;
  color: #f05a28;
  margin: 0 0 17px;
}
#content h2 {
  font: 1.6666em/1.2em 'Gentium Basic', Arial, Helvetica, sans-serif;
  margin: 0 0 11px;
  color: #00747e;
}
#content h2 a {
  color: #00747e;
}
#content h2 a:hover {
  color: #f05a28;
  text-decoration: none;
}
#content h3 {
  font: italic 1.3333em/1.25em 'Gentium Basic', Arial, Helvetica, sans-serif;
  margin: 0;
  color: #c31b21;
}
#content ul li,
#content ol li {
  margin: 0 0 10px;
  position: relative;
  padding: 0 20px;
}
.gform_wrapper ul li, .gform_wrapper ol li {
	padding:0px !important;
}
#content .text ul li:after {
  content: '';
  position: absolute;
  top: 13px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #48231d;
  border-radius: 50%;
}
.gform_wrapper ul li:after {
	display:none;
}
#content ol {
  counter-reset: item;
}
#content ol li:before {
  content: counters(item,".",decimal);
  counter-increment: item;
  position: absolute;
  top: 0;
  left: 0;
}
#content .breadcrumbs {
  overflow: hidden;
  margin: 0 0 19px;
}
#content .breadcrumbs li {
  float: left;
  font: 16px/18px "proxima-nova", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style:normal;
  padding: 0 7px;
  position: relative;
  margin: 0;
}
#content .breadcrumbs li:after {
  content: '/';
  position: absolute;
  top: 0;
  right: -2px;
  color: #48231d;
  font: 16px/18px "proxima-nova", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
}
#content .breadcrumbs li:first-child {
  padding-left: 0;
}
#content .breadcrumbs li:last-child:after {
  display: none;
}
#content .breadcrumbs li a {
  color: #48231d;
}
#content .breadcrumbs li a:hover {
  color: #f05a28;
  text-decoration: none;
}
#content .breadcrumbs li.active {
  color: #ccc0be;
}
#content.base .highlight-text {
  margin: 0 0 35px;
}
@media (max-width: 1019px) {
  #content {
    padding: 3px 30px 0 17px;
  }
  #content .breadcrumbs {
    margin: 0 0 29px;
  }
  #content h1 {
    font-size: 34px;
    line-height: 42px;
  }
  #content .main-text {
    margin: 0;
  }
  #content .involved-box {
    padding: 56px 40px 51px;
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 29px;
  }
  #content .involved-box h1 {
    font: 36px/42px "proxima-nova", Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-style: normal;
    color: #48231d;
    margin: 0 0 4px;
  }
  #content.base .breadcrumbs {
    margin-bottom: 21px;
  }
  #content.base h1 {
    margin: 0 0 6px;
  }
  #content.base .highlight-text {
    font-size: 21px;
    line-height: 34px;
    overflow: hidden;
    margin: 0 0 5px;
  }
  #content.base .share-box {
    margin: 0 0 17px;
  }
}
@media (max-width: 767px) {
  #content {
    padding: 4px 20px;
  }
  #content .breadcrumbs {
    text-align: center;
    margin: 0 0 20px;
  }
  #content .breadcrumbs li {
    display: inline-block;
    vertical-align: top;
    float: none;
  }
  #content h1 {
    font-size: 30px;
    line-height: 42px;
    text-align: center;
    margin: 0 0 16px;
  }
  #content .main-text {
    padding: 0 20px 7px 0;
  }
  #content .involved-box {
    padding: 56px 19px 40px;
    text-align: left;
  }
  #content .involved-box h1 {
    text-align: left;
  }
  #content.base h1 {
    margin: 0 0 5px;
  }
  #content.base .highlight-text {
    font-size: 20px;
    line-height: 32px;
    margin: 0;
    text-align: center;
  }
  #content.base .highlight-text p {
    margin: 0 0 17px;
  }
  #content.base .share-box {
    margin: 0 0 11px;
  }
  #content.base .page-detail {
    margin: 0 0 8px;
  }
}

.breadcrumbs {
  overflow: hidden;
  margin: 0 0 19px;
  text-align: center;
}
.breadcrumbs li {
  float: none;
  display: inline-block;
  vertical-align: middle;
  font: 16px/18px "proxima-nova", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 0 7px;
  position: relative;
  margin: 0;
  letter-spacing: 0;
  color: #ccc0be;
}
.breadcrumbs li:after {
  content: '/';
  position: absolute;
  top: 0;
  right: -2px;
  color: #48231d;
  font: 16px/18px "proxima-nova", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.breadcrumbs li:first-child {
  padding-left: 0;
}
.breadcrumbs li:last-child:after {
  display: none;
}
.breadcrumbs li a {
  color: #48231d;
}
.breadcrumbs li a:hover {
  color: #f05a28;
  text-decoration: none;
}
.breadcrumbs li.active {
  color: #ccc0be;
}
.breadcrumbs.desktop {
  display: none;
}
@media (max-width: 1019px) {
  .breadcrumbs.desktop {
    display: block;
  }
}

.share-box {
  overflow: hidden;
  border-top: 1px solid  #ebe3e3;
  padding: 26px 0;
}
.share-box img {
  vertical-align: top;
  max-width: 100%;
}
.share-box .btn-print {
  float: right;
  font: 14px/18px "proxima-nova", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #48231d;
  margin: 5px 0;
}
.share-box .btn-print:hover {
  color: #f05a28;
  text-decoration: none;
}
.share-box .btn-print span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 7px;
}
@media (max-width: 767px) {
  .share-box a {
    float: left;
    clear: both;
  }
  .share-box .btn-print {
    float: left;
  }
}

.main-text {
  overflow: hidden;
  margin: 0 0 20px;
}
.main-text p {
  margin: 0 0 15px;
}

.article-list {
  overflow: hidden;
  margin: 0 0 59px;
}
.article-list .article-item {
  overflow: hidden;
  border-top: 1px solid #f4ecda;
  padding: 35px 0 20px;
}
.article-list .article-item p {
  margin: 0 0 15px;
}
.article-list .img-holder {
  float: left;
  margin: 4px 30px 0 0;
  width: 200px;
}
.article-list .img-holder img {
  vertical-align: top;
  width: 100%;
  height: auto;
}
.article-list .article-desc {
  overflow: hidden;
}
@media (max-width: 1019px) {
  .article-list {
    margin: 0 0 46px;
  }
  .article-list .article-item {
    padding: 25px 0 11px;
  }
  .article-list .article-item:first-child {
    padding-top: 35px;
  }
  .article-list .article-item.hidden-tablet {
    display: none;
  }
}
@media (max-width: 767px) {
  .article-list {
    margin: 0 0 34px;
  }
  .article-list .img-holder {
    float: none;
    margin: 0 0 12px;
    width: auto;
  }
  .article-list .article-item {
    padding: 28px 0 11px;
  }
  .article-list .article-item:first-child {
    padding-top: 28px;
  }
  .article-list .article-item.hidden-mobile {
    display: none;
  }
}

.pagination-holder {
  overflow: hidden;
  color: #00747e;
  font: 14px/18px "proxima-nova", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  border: 1px solid #f4ecda;
  border-width: 1px 0;
  padding: 7px 0 5px;
}
.pagination-holder .page-count {
  display: inline-block;
  max-width: 200px;
}
.pagination-holder .pagination-link {
  float: right;
  max-width: 140px;
}
.pagination-holder .pagination-link a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  color: #00747e;
  margin: 0 0 0 18px;
}
.pagination-holder .pagination-link a:after {
  content: '';
  position: absolute;
  top: 50%;
  left: -9px;
  width: 1px;
  height: 10px;
  background: #48231d;
  margin-top: -6px;
}
.pagination-holder .pagination-link a:first-child {
  margin: 0;
}
.pagination-holder .pagination-link a:first-child:after {
  display: none;
}
.pagination-holder .pagination-link a:hover {
  text-decoration: none;
  color: #f05a28;
}
@media (max-width: 767px) {
  .pagination-holder .pagination-link a {
    margin: 0 0 0 9px;
    font-size: 13px;
  }
  .pagination-holder .pagination-link a:after {
    margin-top: -5px;
    left: -6px;
  }
}

/* Base page styles */
#content .page-detail h1 {
  color: #c31b21;
}

.highlight-text {
  font: italic 1.222em/1.6363em 'Gentium Basic', Arial, Helvetica, sans-serif;
  color: #f05a28;
}
.highlight-text p {
  margin: 0 0 34px;
}

.page-detail {
  overflow: hidden;
  margin: 0 0 16px;
}
.page-detail .img-holder {
  font: italic 0.888em/1.25em "proxima-nova", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0 0 33px;
}
.page-detail .img-holder img {
  vertical-align: top;
  height: auto;
  width: 100%;
  margin: 0 0 16px;
}
.page-detail p {
  margin: 0 0 19px;
}
.page-detail .text {
  overflow: hidden;
  margin: 0 0 10px;
}
.page-detail .text p {
  margin-bottom: 10px;
}
@media (max-width: 1019px) {
  .page-detail {
    margin: 0 0 29px;
  }
  .page-detail .img-holder {
    margin: 0 0 29px;
  }
}

/* Get Involved styles */
.get-involved-block {
  padding-top: 94px;
  padding-bottom: 50px;
}
.get-involved-block .heading span {
  margin: 0 0 17px;
}
.get-involved-block .heading h1 {
  color: #f05a28;
  margin: 0 0 76px;
}
.get-involved-block .work-list {
  margin: 0 -32px;
}
.get-involved-block .work-list li {
  padding: 0 32px;
  margin: 0 0 50px;
  width: 352px;
}
.get-involved-block .work-list li:after {
  display: none;
}
.get-involved-block .work-list li .box-holder {
  width: 100%;
  height: 288px;
}
.get-involved-block .work-list li .desc-holder {
  line-height: 30px;
  padding: 20px;
}
.get-involved-block .work-list li .desc-holder.host, .get-involved-block .work-list li:nth-child(4) .desc-holder {
  background: rgba(76, 39, 33, 0.75);
}
.get-involved-block .work-list li .desc-holder.volunteer, .get-involved-block .work-list li:nth-child(5) .desc-holder {
  background: rgba(2, 118, 128, 0.75);
}
.get-involved-block .work-list li .desc-holder.educate, .get-involved-block .work-list li:nth-child(6) .desc-holder {
  background: rgba(155, 159, 158, 0.75);
}
.get-involved-block .work-list li .title-text {
  font-size: 30px;
  line-height: 36px;
  display: block;
  margin: 25px 0 8px;
}
.get-involved-block .work-list li .box-holder.hover .desc-holder {
  background: #f9951f;
}
.get-involved-block .work-list li .box-holder.hover .desc-holder.employment {
  background: #f05a28;
}
.get-involved-block .work-list li .box-holder.hover .desc-holder.change {
  background: #c31b21;
}
.get-involved-block .work-list li .box-holder.hover .desc-holder.host {
  background: #4c2721;
}
.get-involved-block .work-list li .box-holder.hover .desc-holder.volunteer {
  background: #027680;
}
.get-involved-block .work-list li .box-holder.hover .desc-holder.educate {
  background: #9b9f9e;
}
@media (max-width: 1019px) {
  .get-involved-block {
    padding-top: 39px;
    padding-bottom: 42px;
  }
  .get-involved-block .breadcrumbs {
    margin-bottom: 26px;
  }
  .get-involved-block .heading h1 {
    font-size: 33px;
    line-height: 42px;
    margin: 0 0 45px;
  }
  .get-involved-block .work-list {
    margin: 0 -21px;
  }
  .get-involved-block .work-list li {
    padding: 0 21px;
    margin: 0 0 35px;
    width: 250px;
  }
  .get-involved-block .work-list li .box-holder {
    height: 208px;
  }
  .get-involved-block .work-list li .desc-holder {
    line-height: 22px;
    padding: 15px;
  }
  .get-involved-block .work-list li .title-text {
    font-size: 26px;
    line-height: 28px;
    margin: 30px 0 4px;
  }
}
@media (max-width: 767px) {
  .get-involved-block {
    padding-top: 39px;
    padding-bottom: 31px;
  }
  .get-involved-block .breadcrumbs {
    margin-bottom: 35px;
  }
  .get-involved-block .heading h1 {
    font-size: 30px;
    margin: 0 0 25px;
  }
  .get-involved-block .work-list {
    margin: 0 -9px;
  }
  .get-involved-block .work-list li {
    padding: 0 9px;
    margin: 0 0 22px;
    width: 148px;
  }
  .get-involved-block .work-list li .box-holder {
    height: 130px;
  }
  .get-involved-block .work-list li .desc-holder {
    padding: 5px;
  }
  .get-involved-block .work-list li .desc-holder.volunteer .title-text {
    font-size: 22px;
  }
  .get-involved-block .work-list li .title-text {
    font-size: 24px;
    line-height: 26px;
    margin: 0;
  }
  .get-involved-block .work-list li p {
    display: none;
  }
}

.article-block {
  font: 1.5em/1.6666em 'Gentium Basic', Arial, Helvetica, sans-serif;
  text-align: center;
  padding-top: 95px;
  padding-bottom: 100px;
  max-width: 850px;
}
.article-block .title {
  font: 0.889em/1.375em "proxima-nova", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  color: #48231d;
  display: block;
  margin: 0 0 18px;
  letter-spacing: 1px;
}
.article-block h2,
.article-block h1 {
  font: 2.111em/1.0526em 'Special Elite', Arial, Helvetica, sans-serif;
  color: #f7931d;
  padding: 0 40px;
  margin: 0 auto 30px;
  max-width: 700px;
}
.article-block p {
  margin: 0 0 35px;
}
.article-block .btn-red {
  padding: 14px 20px;
}
@media (max-width: 1019px) {
  .article-block {
    padding-top: 46px;
    padding-bottom: 80px;
  }
  .article-block h2,
  .article-block h1 {
    font-size: 33px;
    line-height: 42px;
    margin: 0 auto 28px;
  }
  .article-block p span {
    display: none;
  }
}
@media (max-width: 767px) {
  .article-block {
    text-align: center;
  }
  .article-block .title {
    text-align: center;
  }
  .article-block h2,
  .article-block h1 {
    text-align: center;
    font-size: 30px;
    padding: 0;
    margin: 0 0 16px;
  }
  .article-block p {
    margin: 0 0 26px;
  }
  .article-block p span {
    display: inline;
  }
}

/* Issue page styles */
.main-banner.issue .img-wrap {
  /*max-height: 397px;*/
}
@media (max-width: 1019px) {
  .main-banner.issue .img-wrap {
    max-height: 422px;
  }
  .main-banner.issue .img-wrap .img-holder {
    min-height: 421px;
  }
}
@media (max-width: 767px) {
  .main-banner.issue .img-wrap:after, .main-banner.issue .img-wrap:before {
    height: 21px;
  }
  .main-banner.issue .img-wrap .img-holder {
    min-height: 361px;
  }
}

.article-block.issue {
  padding-top: 74px;
  padding-bottom: 59px;
}
.article-block.issue h1 {
  color: #f05a28;
  margin-bottom: 20px;
}
@media (max-width: 1019px) {
  .article-block.issue {
    padding-top: 27px;
    padding-bottom: 0;
  }
  .article-block.issue .breadcrumbs {
    margin: 0 0 26px;
  }
  .article-block.issue h1 {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .article-block.issue {
    padding-top: 36px;
    padding-bottom: 8px;
  }
  .article-block.issue .title {
    text-align: center;
  }
}

.friedman-block {
  background: #48231d;
  padding: 81px 0;
  position: relative;
  z-index: 2;
}
.friedman-block:after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 50%;
  border: 20px solid #48231d;
  border-width: 20px 40px 0;
  border-color: #48231d transparent transparent;
  margin-left: -40px;
}
.friedman-block .video-block {
  float: left;
  margin: 0 30px;
}
.friedman-block .video-block img {
  vertical-align: top;
}
.friedman-block .quote-box {
  overflow: hidden;
  color: #f7931d;
  font: 24px/36px 'Gentium Basic', Arial, Helvetica, sans-serif;
  font-style: italic;
  padding: 25px 12px 0;
}
.friedman-block .quote-box blockquote {
  margin: 0;
}
.friedman-block .quote-box q {
  display: block;
}
.friedman-block .quote-box q p {
  margin: 0;
}
.friedman-block .quote-box cite {
  font: 16px/24px "proxima-nova", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #f2e9d5;
  font-style: normal;
}
.friedman-block .quote-box cite a {
  color: #f2e9d5;
  font-weight: bold;
}
.friedman-block .quote-box cite a:hover {
  text-decoration: none;
  color: #f05a28;
}
@media (max-width: 1019px) {
  .friedman-block {
    padding: 73px 0 102px;
  }
  .friedman-block .video-block {
    margin: 7px 0;
    width: 293px;
  }
  .friedman-block .video-block img {
    width: 100%;
    height: auto;
  }
  .friedman-block .quote-box {
    padding: 0 0 0 29px;
  }
}
@media (max-width: 767px) {
  .friedman-block {
    padding: 41px 0 36px;
  }
  .friedman-block .video-block {
    float: none;
    width: auto;
    margin: 0 0 34px;
  }
  .friedman-block .quote-box {
    font-size: 20px;
    line-height: 32px;
    padding: 0;
  }
  .friedman-block .quote-box cite span {
    display: block;
  }
}

.work-block.stats {
  padding: 94px 0 100px;
}
.work-block.stats .top-text {
  max-width: 800px;
  margin: 0 auto;
  overflow: hidden;
  margin: 0 auto 8px;
}
.work-block.stats .heading {
  max-width: 640px;
  margin: 0 auto;
}
.work-block.stats .heading span {
  margin: 0 0 19px;
}
.work-block.stats .heading h2 {
  color: #c31b21;
  margin: 0 0 19px;
}
.work-block.stats .bottom-text, .team-block .bottom-text {
  max-width: 830px;
  margin: 0 auto;
}
@media (max-width: 1019px) {
  .work-block.stats {
    padding: 76px 0 80px;
  }
  .work-block.stats .heading h2 {
    margin: 0 0 15px;
    padding: 0 40px;
  }
  .work-block.stats .bottom-text p, .team-block .bottom-text p {
    margin: 0 0 15px;
  }
}
@media (max-width: 767px) {
  .work-block.stats {
    padding: 56px 0 60px;
  }
  .work-block.stats .heading h2 {
    font-size: 30px;
    line-height: 42px;
  }
  .work-block.stats p {
    margin: 0 0 15px;
  }
  .work-block.stats .bottom-text, .team-block .bottom-text {
    text-align: left;
  }
  .team-block .bottom-text {
	  text-align: center;
	  padding-top: 20px;
  }
  .work-block.stats .bottom-text p, .team-block .bottom-text p {
    margin: 0 0 35px;
  }
}

.stats-list {
  overflow: hidden;
}
.stats-list li {
  float: left;
  width: 33.33%;
  padding: 0 25px;
  font: 0.8888em/1.5em "proxima-nova", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #00747e;
  overflow: hidden;
  margin: 0 0 7px;
}
.stats-list li .num-box {
  overflow: hidden;
  margin: 0 0 24px;
}
.stats-list li .num-box.map {
  background: url(images/world-map.png) no-repeat 50% 0;
}
.stats-list li .num {
  display: inline-block;
  position: relative;
  color: #000;
  font: 100px/100px "proxima-nova", Arial, Helvetica, sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #00747e;
}
.stats-list li .num span {
  color: #f2e9d5;
}
.stats-list li .num .percent {
  color: #fff;
  color: rgba(255, 255, 255, 0.3);
  display: inline-block;
  vertical-align: top;
  margin: 0 6px 0 -24px;
}
.stats-list li .num .icon-female {
  font-size: 70px;
  top: 12px;
  right: 15px;
  color: #f2e9d5;
  position: absolute;
}
.stats-list li .count-text {
  text-transform: uppercase;
  font: 18px/24px "proxima-nova", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #48231d;
  display: block;
  margin: -12px 0 0;
  letter-spacing: 9px;
}
.stats-list li p span {
	font-size: 0.6888em;
	display: block;
	font-style: italic;
}
@media (max-width: 1019px) {
  .stats-list {
    margin: 0 -25px;
  }
  .stats-list li .num-box {
    margin: 0 -25px 25px;
  }
}
@media (max-width: 767px) {
  .stats-list li {
    float: none;
    width: auto;
    margin: 0 0 26px;
    padding: 0 30px;
  }
  .stats-list li .num-box.map {
    min-height: 136px;
  }
}

.employment-block {
  padding-top: 92px;
  font: 1.5em/1.6666em 'Gentium Basic', Arial, Helvetica, sans-serif;
  position: relative;
  padding-bottom: 94px;
}
.employment-block:after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 50%;
  border: 20px solid #fff;
  border-width: 20px 42px 0;
  border-color: #fff transparent transparent;
  margin-left: -42px;
}
.employment-block .holder {
  padding: 0 30px;
}
.employment-block .title {
  display: block;
  font: 0.8888em/1.25em "proxima-nova", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  max-width: 470px;
  margin: 0 0 18px;
}
.employment-block h2 {
  font: 2.111em/1.10526em 'Special Elite', Arial, Helvetica, sans-serif;
  color: #f7931d;
  margin: 0 0 17px;
  max-width: 470px;
}
.employment-block .img-holder {
  float: right;
  width: 365px;
  overflow: hidden;
  border-radius: 50%;
  margin: -150px 41px 0 50px;
}
.employment-block .img-holder img {
  vertical-align: top;
  width: 100%;
  height: auto;
}
.employment-block .text {
  overflow: hidden;
}
@media (max-width: 1019px) {
  .employment-block {
    padding-top: 70px;
    padding-bottom: 54px;
  }
  .employment-block .holder {
    padding: 0;
  }
  .employment-block h2 {
    font-size: 33px;
    line-height: 42px;
    max-width: 360px;
  }
  .employment-block .img-holder {
    width: 336px;
    margin: -135px 0 0 20px;
  }
}
@media (max-width: 767px) {
  .employment-block {
    padding-top: 35px;
    padding-bottom: 25px;
  }
  .employment-block .title {
    text-align: center;
    margin: 0 0 20px;
  }
  .employment-block h2 {
    max-width: none;
    text-align: center;
    font-size: 30px;
    line-height: 42px;
  }
  .employment-block .img-holder {
    float: none;
    margin: 0;
    width: 260px;
    display: block;
    margin: 0 auto 22px;
  }
}

.get-involved.issue {
  background: #f2e9d5;
  padding: 100px 0 82px;
}
@media (max-width: 767px) {
  .get-involved.issue {
    padding: 52px 0 42px;
  }
  .get-involved.issue h2 {
    font-size: 42px;
    line-height: 50px;
    padding: 0;
    margin: 0 0 3px;
  }
}

.article-block.deeper {
  padding-bottom: 76px;
  max-width: 1063px;
}
.article-block.deeper .text {
  max-resolution: 850px;
  margin: 0 auto 18px;
  overflow: hidden;
}
.article-block.deeper h1 {
  color: #00747e;
  margin-bottom: 18px;
}
@media (max-width: 1019px) {
  .article-block.deeper {
    padding-bottom: 84px;
  }
  .article-block.deeper h1 {
    margin-bottom: 15px;
  }
  .article-block.deeper .text {
    margin: 0 auto 20px;
  }
}
@media (max-width: 767px) {
  .article-block.deeper {
    text-align: center;
    padding-top: 37px;
  }
  .article-block.deeper .text {
    margin: 0 auto 9px;
  }
}

.logo-list {
  text-align: justify;
  line-height: 0;
  font-size: 1px;
  text-justify: newspaper;
  zoom: 1;
  text-align-last: justify;
  overflow: hidden;
}
.logo-list:after {
  width: 100%;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  content: '';
  display: inline-block;
}
.logo-list li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 10px;
}
@media (max-width: 1019px) {
  .logo-list img {
    height: auto;
  }
  .logo-list .aim {
    width: 72px;
  }
  .logo-list .ijm {
    width: 52px;
  }
  .logo-list .freedom {
    width: 226px;
  }
  .logo-list .esn {
    width: 93px;
  }
  .logo-list .origin {
    width: 123px;
  }
}
@media (max-width: 767px) {
  .logo-list {
    text-align: center;
  }
  .logo-list:after {
    display: none;
  }
  .logo-list li {
    display: block;
    text-align: center;
    margin: 48px 0 0;
  }
  .logo-list li:first-child {
    margin: 0;
  }
  .logo-list .aim {
    width: 85px;
  }
  .logo-list .ijm {
    width: 62px;
  }
  .logo-list .freedom {
    width: 268px;
  }
  .logo-list .esn {
    width: 110px;
  }
  .logo-list .origin {
    width: 146px;
  }
}

/* ListBase Country page styles */
.base-country {
  font: 1.5em/1.6666em 'Gentium Basic', Arial, Helvetica, sans-serif;
  text-align: center;
  padding: 57px 30px 22px;
}
.base-country h1 {
  font: 2.111em/1.10526em 'Special Elite', Arial, Helvetica, sans-serif;
  color: #f05a28;
  margin: 0 0 17px;
}
.base-country p {
  margin: 0 0 11px;
}
@media (max-width: 1019px) {
  .base-country {
    padding: 50px 0 25px;
  }
  .base-country .breadcrumbs {
    margin: 0 0 29px;
  }
  .base-country.team h1 {
    font-size: 33px;
    line-height: 42px;
    margin: 0 0 16px;
  }
}
@media (max-width: 767px) {
  .base-country {
    padding: 40px 0 16px;
    text-align: left;
  }
  .base-country .breadcrumbs {
    padding: 0 30px;
    margin: 0 0 23px;
  }
  .base-country .breadcrumbs li {
    margin: 0 0 7px;
  }
  .base-country h1 {
    font-size: 30px;
    line-height: 42px;
    text-align: center;
    margin: 0 0 16px;
  }
  .base-country.team {
    padding-bottom: 27px;
  }
  .base-country.team .breadcrumbs {
    padding: 0;
  }
  .base-country.team h1 {
    font-size: 30px;
  }
}

.tab-holder {
  background: #f5efe0;
  position: relative;
}
.tab-holder:after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 20px;
  left: 0;
  right: 0;
  background: #fff;
}

.tab-slide {
  position: relative;
  padding: 0 26px;
}
.tab-slide .mask {
  overflow: hidden;
  margin: 0 auto;
  max-width: 714px;
}
.tab-slide .img-holder {
  min-height: 80px;
  display: block;
  text-align: center;
  margin: 0 0 16px;
}
.tab-slide .title {
  display: block;
  text-align: center;
  font: 16px/24px "proxima-nova", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #48231d;
}
.tab-slide .active-tab .title,
.tab-slide .active-tab .name,
.tab-slide li:hover .title,
.tab-slide li:hover .name {
  font-size: 21px;
}
.tab-slide .active-tab a,
.tab-slide li:hover a {
  background: #e9dabe url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZTlkNSIgc3RvcC1vcGFjaXR5PSIwLjc1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjM2JSIgc3RvcC1jb2xvcj0iI2YxZTdkMiIgc3RvcC1vcGFjaXR5PSIwLjc1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjUyJSIgc3RvcC1jb2xvcj0iI2VlZTRjYyIgc3RvcC1vcGFjaXR5PSIwLjc1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iI2VlZTFjNiIgc3RvcC1vcGFjaXR5PSIwLjc1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjY0JSIgc3RvcC1jb2xvcj0iI2VhZGZjNCIgc3RvcC1vcGFjaXR5PSIwLjc1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjY3JSIgc3RvcC1jb2xvcj0iI2VjZGZjNCIgc3RvcC1vcGFjaXR5PSIwLjc1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjczJSIgc3RvcC1jb2xvcj0iI2U5ZGFiZSIgc3RvcC1vcGFjaXR5PSIwLjc1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc5JSIgc3RvcC1jb2xvcj0iI2U5ZGFiYiIgc3RvcC1vcGFjaXR5PSIwLjc1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjgzJSIgc3RvcC1jb2xvcj0iI2U3ZDliNSIgc3RvcC1vcGFjaXR5PSIwLjc1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg4JSIgc3RvcC1jb2xvcj0iI2UzZDViNCIgc3RvcC1vcGFjaXR5PSIwLjc1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk1JSIgc3RvcC1jb2xvcj0iI2UzZDJhYyIgc3RvcC1vcGFjaXR5PSIwLjc1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMmQwYWIiIHN0b3Atb3BhY2l0eT0iMC43NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(242, 233, 213, 0.75) 0%, rgba(241, 231, 210, 0.75) 36%, rgba(238, 228, 204, 0.75) 52%, rgba(238, 225, 198, 0.75) 60%, rgba(234, 223, 196, 0.75) 64%, rgba(236, 223, 196, 0.75) 67%, rgba(233, 218, 190, 0.75) 73%, rgba(233, 218, 187, 0.75) 79%, rgba(231, 217, 181, 0.75) 83%, rgba(227, 213, 180, 0.75) 88%, rgba(227, 210, 172, 0.75) 95%, rgba(226, 208, 171, 0.75) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(242, 233, 213, 0.75)), color-stop(36%, rgba(241, 231, 210, 0.75)), color-stop(52%, rgba(238, 228, 204, 0.75)), color-stop(60%, rgba(238, 225, 198, 0.75)), color-stop(64%, rgba(234, 223, 196, 0.75)), color-stop(67%, rgba(236, 223, 196, 0.75)), color-stop(73%, rgba(233, 218, 190, 0.75)), color-stop(79%, rgba(233, 218, 187, 0.75)), color-stop(83%, rgba(231, 217, 181, 0.75)), color-stop(88%, rgba(227, 213, 180, 0.75)), color-stop(95%, rgba(227, 210, 172, 0.75)), color-stop(100%, rgba(226, 208, 171, 0.75)));
  background: -webkit-linear-gradient(top, rgba(242, 233, 213, 0.75) 0%, rgba(241, 231, 210, 0.75) 36%, rgba(238, 228, 204, 0.75) 52%, rgba(238, 225, 198, 0.75) 60%, rgba(234, 223, 196, 0.75) 64%, rgba(236, 223, 196, 0.75) 67%, rgba(233, 218, 190, 0.75) 73%, rgba(233, 218, 187, 0.75) 79%, rgba(231, 217, 181, 0.75) 83%, rgba(227, 213, 180, 0.75) 88%, rgba(227, 210, 172, 0.75) 95%, rgba(226, 208, 171, 0.75) 100%);
  background: -o-linear-gradient(top, rgba(242, 233, 213, 0.75) 0%, rgba(241, 231, 210, 0.75) 36%, rgba(238, 228, 204, 0.75) 52%, rgba(238, 225, 198, 0.75) 60%, rgba(234, 223, 196, 0.75) 64%, rgba(236, 223, 196, 0.75) 67%, rgba(233, 218, 190, 0.75) 73%, rgba(233, 218, 187, 0.75) 79%, rgba(231, 217, 181, 0.75) 83%, rgba(227, 213, 180, 0.75) 88%, rgba(227, 210, 172, 0.75) 95%, rgba(226, 208, 171, 0.75) 100%);
  background: -ms-linear-gradient(top, rgba(242, 233, 213, 0.75) 0%, rgba(241, 231, 210, 0.75) 36%, rgba(238, 228, 204, 0.75) 52%, rgba(238, 225, 198, 0.75) 60%, rgba(234, 223, 196, 0.75) 64%, rgba(236, 223, 196, 0.75) 67%, rgba(233, 218, 190, 0.75) 73%, rgba(233, 218, 187, 0.75) 79%, rgba(231, 217, 181, 0.75) 83%, rgba(227, 213, 180, 0.75) 88%, rgba(227, 210, 172, 0.75) 95%, rgba(226, 208, 171, 0.75) 100%);
  background: linear-gradient(to bottom, rgba(242, 233, 213, 0.75) 0%, rgba(241, 231, 210, 0.75) 36%, rgba(238, 228, 204, 0.75) 52%, rgba(238, 225, 198, 0.75) 60%, rgba(234, 223, 196, 0.75) 64%, rgba(236, 223, 196, 0.75) 67%, rgba(233, 218, 190, 0.75) 73%, rgba(233, 218, 187, 0.75) 79%, rgba(231, 217, 181, 0.75) 83%, rgba(227, 213, 180, 0.75) 88%, rgba(227, 210, 172, 0.75) 95%, rgba(226, 208, 171, 0.75) 100%);
}
.tab-slide .active-tab a:after,
.tab-slide li:hover a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  border: 20px solid #e9dabe;
  border-width: 20px 44px 0;
  border-color: #e9dabe transparent transparent;
  z-index: 9;
  margin-left: -44px;
}
.tab-slide .btn-prev,
.tab-slide .btn-next {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  left: 0;
  color: #48231d;
  font-size: 40px;
}
.tab-slide .btn-prev:hover,
.tab-slide .btn-next:hover {
  color: #f05a28;
}
.tab-slide .btn-next {
  left: auto;
  right: 0;
}
.tab-slide .slide a {
  display: block;
  padding: 46px 0 62px;
  position: relative;
}
.tab-slide .slide a:before {
  content: '';
  position: absolute;
  bottom: 0;
  height: 20px;
  left: 0;
  right: 0;
  background: #fff;
}
.tab-slide.team {
  padding: 0;
  margin: 0 auto;
  max-width: 941px;
}
.tab-slide.team .mask {
  max-width: 940px;
}
.tab-slide.team .base-country-tab li {
  font: italic 16px/24px 'Gentium Basic', Arial, Helvetica, sans-serif;
  width: 188px;
  padding: 0;
}
.tab-slide.team .base-country-tab li a {
  color: #48231d;
  padding: 20px 0 41px;
}
.tab-slide.team .base-country-tab li .img-holder {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  margin: 0 auto 10px;
  display: block;
  overflow: hidden;
}
.tab-slide.team .base-country-tab li .img-holder img {
  width: 100%;
  height: auto;
}
.tab-slide.team .base-country-tab li.active-tab .name, .tab-slide.team .base-country-tab li:hover .name {
  font-size: 21px;
}
.tab-slide.team .base-country-tab li span {
  display: block;
  text-align: center;
}
.tab-slide.team .base-country-tab li .name {
  font: 16px/24px "proxima-nova", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.tab-slide.team .btn-prev {
  left: -26px;
}
.tab-slide.team .btn-next {
  right: -26px;
}
@media (max-width: 1019px) {
  .tab-slide.team .mask {
    max-width: 610px;
  }
  .tab-slide.team .base-country-tab li {
    width: 202px;
    padding: 0 7px;
  }
  .tab-slide.team .base-country-tab li a {
    padding: 20px 0 37px;
  }
  .tab-slide.team .base-country-tab li .img-holder {
    margin: 0 auto 11px;
  }
  .tab-slide.team .base-country-tab li span {
    font-size: 21px;
    line-height: 25px;
  }
  .tab-slide.team .base-country-tab li .name {
    font-size: 21px;
    line-height: 24px;
  }
  .tab-slide.team .btn-prev {
    left: 0;
  }
  .tab-slide.team .btn-next {
    right: 0;
  }
}
@media (max-width: 767px) {
  .tab-slide .mask {
    max-width: 218px;
    margin: 0 auto;
  }
  .tab-slide .slide a {
    padding: 39px 0 56px;
  }
  .tab-slide .active-tab .title,
  .tab-slide li:hover .title {
    font-size: 21px;
  }
  .tab-slide .active-tab a,
  .tab-slide li:hover a {
    background: none;
  }
  .tab-slide .active-tab a:after,
  .tab-slide li:hover a:after {
    border-color: #f5efe0 transparent transparent;
  }
  .tab-slide .img-holder {
    margin: 0 0 11px;
  }
  .tab-slide .btn-prev,
  .tab-slide .btn-next {
    font-size: 38px;
    margin-top: -47px;
  }
  .tab-slide.team .mask {
    max-width: 170px;
  }
  .tab-slide.team .base-country-tab li {
    width: 170px;
    padding: 0 10px;
  }
  .tab-slide.team .base-country-tab li a {
    padding: 31px 10px 42px;
  }
  .tab-slide.team .base-country-tab li .img-holder {
    margin: 0 auto 16px;
    width: 130px;
    height: 130px;
  }
  .tab-slide.team .base-country-tab li span {
    font-size: 16px;
  }
  .tab-slide.team .base-country-tab li .name {
    font-size: 16px;
  }
}

.base-country-tab {
  float: left;
}
.base-country-tab li {
  float: left;
  width: 235px;
  padding: 0 23px;
}
@media (max-width: 1019px) {
  .base-country-tab li {
    width: 218px;
    padding: 0 13px;
  }
}

.tab-content {
  font: 1.5em/1.6666em 'Gentium Basic', Arial, Helvetica, sans-serif;
  position: relative;
  padding: 0 0 38px;
  z-index: 1;
}
.tab-content:after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 50%;
  border: 20px solid #fff;
  border-width: 20px 44px 0;
  border-color: #fff transparent transparent;
  z-index: 9;
  margin-left: -44px;
}
.tab-content .page-detail {
  padding: 59px 0 0 150px;
  margin: 0;
}
.tab-content h1 {
  font: 2.1111em/1.1052em 'Special Elite', Arial, Helvetica, sans-serif;
  color: #f05a28;
  margin: 0 0 17px;
  color: #c31b21;
}
.tab-content.team h2 {
  font: 2.1111em/1.1052em 'Special Elite', Arial, Helvetica, sans-serif;
  color: #f05a28;
  margin: 0 0 17px;
  color: #c31b21;
}
.tab-content .highlight-text p {
  margin-bottom: 19px;
}
.tab-content .img-left-holder {
  float: left;
  margin: 6px 46px 0 -149px;
}
.tab-content .img-left-holder img {
  vertical-align: top;
}
.tab-content p {
  margin-bottom: 29px;
}
.tab-content h2 {
  font: 1.6666em/1.2em 'Gentium Basic', Arial, Helvetica, sans-serif;
  margin: 0 0 11px;
  color: #00747e;
}
.tab-content h2 a {
  color: #00747e;
}
.tab-content h2 a:hover {
  color: #f05a28;
  text-decoration: none;
}
.tab-content h3 {
  font: italic 1.3333em/1.25em 'Gentium Basic', Arial, Helvetica, sans-serif;
  margin: 0;
  color: #c31b21;
}
.tab-content ul li,
.tab-content ol li {
  margin: 0 0 10px;
  position: relative;
  padding: 0 20px;
}
.tab-content .text ul li:after {
  content: '';
  position: absolute;
  top: 13px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #48231d;
  border-radius: 50%;
}
.tab-content .blockquote {
  margin: 0 0 7px -150px;
  position: relative;
}
.tab-content .blockquote q {
  font-size: 1.333em;
  line-height: 1.5em;
  position: static;
  margin: 0 0 3px;
}
.tab-content .blockquote q:after {
  left: 0;
  bottom: 4px;
}
.tab-content .blockquote cite span {
  display: inline;
}
@media (max-width: 1019px) {
  .tab-content .page-detail {
    padding: 53px 0 0;
  }
  .tab-content h1 {
    font-size: 33px;
    line-height: 42px;
    margin: 0 0 7px;
  }
  .tab-content .highlight-text {
    font-size: 21px;
    line-height: 34px;
  }
  .tab-content p {
    margin: 0 0 21px;
  }
  .tab-content .img-left-holder {
    float: none;
    margin: 0;
    padding: 15px 1px 30px;
  }
  .tab-content .img-left-holder img {
    width: 100%;
    height: auto;
  }
  .tab-content .blockquote {
    margin: 0 0 41px;
    padding: 20px 10px 0 40px;
  }
  .tab-content .blockquote q:after {
    top: 27px;
    bottom: 10px;
  }
  .tab-content .share-box {
    padding: 26px 0 3px;
  }
  .tab-content.team {
    padding: 0 0 50px;
  }
  .tab-content.team h2 {
    font-size: 33px;
    line-height: 42px;
    margin: 0 0 7px;
  }
  .tab-content.team .blockquote {
    padding: 27px 10px 0 40px;
    margin: 0 0 50px;
  }
}
@media (max-width: 767px) {
  .tab-content .page-detail {
    padding: 34px 0 0;
  }
  .tab-content h1 {
    font-size: 30px;
    margin: 0 0 3px;
    text-align: center;
    padding: 0 10px;
  }
  .tab-content .highlight-text {
    font-size: 20px;
    line-height: 32px;
    text-align: center;
  }
  .tab-content p {
    margin: 0 0 21px;
  }
  .tab-content .img-left-holder {
    padding: 6px 0 41px;
  }
  .tab-content .hidden-mobile {
    display: none;
  }
  .tab-content .text {
    margin: 0 0 42px;
  }
  .tab-content article {
    overflow: hidden;
    margin: 0 0 5px;
  }
  .tab-content .blockquote {
    margin: 0 0 31px;
  }
  .tab-content .blockquote q {
    font-size: 20px;
    line-height: 32px;
  }
  .tab-content .share-box {
    padding: 27px 0 11px;
  }
  .tab-content.team {
    padding: 0 0 36px;
  }
  .tab-content.team .page-detail {
    padding: 26px 0 0;
  }
  .tab-content.team h2 {
    font-size: 30px;
    line-height: 42px;
    margin: 0 0 3px;
    text-align: center;
  }
  .tab-content.team .blockquote {
    padding: 18px 10px 0 40px;
    margin: 0 0 34px;
  }
}

/* Retail Locator page styles */
.retail-block {
  font: 1.5em/1.6666em 'Gentium Basic', Arial, Helvetica, sans-serif;
  text-align: center;
  padding: 57px 0 6px;
}
.retail-block h1 {
  font: 2.111em/1.10526em 'Special Elite', Arial, Helvetica, sans-serif;
  color: #f05a28;
  margin: 0 0 17px;
}
.retail-block p {
  margin: 0 0 11px;
}
@media (max-width: 1019px) {
  .retail-block {
    padding: 50px 0 6px;
  }
  .retail-block .breadcrumbs {
    margin: 0 0 29px;
  }
  .retail-block h1 {
    font-size: 33px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .retail-block {
    padding: 39px 0 6px;
  }
  .retail-block h1 {
    font-size: 30px;
  }
}

.select-form {
  overflow: hidden;
  margin: 0 0 43px;
}
.select-form .title {
  display: inline-block;
  vertical-align: middle;
  font: 16px/24px "proxima-nova", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #48231d;
  max-width: 150px;
}
.select-form .select-wrap {
  display: inline-block;
  vertical-align: middle;
  min-height: 29px;
  max-width: 210px;
}
@media (max-width: 767px) {
  .select-form {
    margin: 0 0 31px;
  }
  .select-form .title {
    display: block;
    max-width: none;
    margin: 0 0 12px;
  }
}

.retail-list {
  text-align: left;
  margin: 0 -25px;
  line-height: 0;
  letter-spacing: -4px;
}
.retail-list li {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  font: 1em/1.6666em 'Gentium Basic', Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  text-align: center;
  margin: 0 0 37px;
  padding: 0 25px;
}
.retail-list address {
  font-style: normal;
  margin: 0;
}
.retail-list .name {
  color: #00747e;
  font-weight: 700;
}
.retail-list .name:hover {
  text-decoration: none;
  color: #f05a28;
}
.retail-list .tel {
  color: #48231d;
}
.retail-list .url {
  display: block;
}
.retail-list .url a {
  color: #00747e;
}
.retail-list .url a:hover {
  text-decoration: none;
  color: #f05a28;
}
@media (max-width: 767px) {
  .retail-list li {
    display: block;
    width: 100%;
    margin: 0 0 39px;
    padding: 0 30px;
  }
  .retail-list .tel {
    color: #48231d;
  }
  .retail-list .tel:hover, .retail-list .tel:active, .retail-list .tel:focus {
    color: #a34f42;
    text-decoration: none;
  }
}

/* What We Do page styles */
.main-banner.we-do .img-wrap {
  /*max-height: 397px;*/
}
@media (max-width: 1019px) {
  .main-banner.we-do .img-wrap {
    max-height: 421px;
  }
  .main-banner.we-do .img-wrap .img-holder {
    min-height: 421px;
  }
}
@media (max-width: 767px) {
  .main-banner.we-do .img-wrap:after, .main-banner.we-do .img-wrap:before {
    height: 21px;
  }
  .main-banner.we-do .img-wrap .img-holder {
    min-height: 360px;
  }
}

.intro-block {
  font: 1.5em/1.6666em 'Gentium Basic', Arial, Helvetica, sans-serif;
  padding-top: 35px;
  padding-bottom: 74px;
  position: relative;
  z-index: 2;
}
.intro-block:before {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 50%;
  border: 20px solid #fff;
  border-width: 20px 42px 0;
  border-color: #fff transparent transparent;
  margin-left: -42px;
}
.intro-block .text-box {
  float: left;
  max-width: 590px;
  padding: 29px 10px 0 49px;
}
.intro-block .title {
  display: block;
  font: 0.8888em/1.25em "proxima-nova", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  margin: 0 0 18px;
}
.intro-block h1 {
  font: 2.111em/1.10526em 'Special Elite', Arial, Helvetica, sans-serif;
  color: #f05a28;
  margin: 0 0 17px;
}
.intro-block .img-holder {
  overflow: hidden;
}
.intro-block .img-holder img {
  vertical-align: top;
}
@media (max-width: 1019px) {
  .intro-block {
    padding-bottom: 14px;
  }
  .intro-block .breadcrumbs {
    text-align: left;
    margin: 0 0 27px;
  }
  .intro-block .text-box {
    padding: 31px 0 0;
    max-width: 338px;
  }
  .intro-block h1 {
    font-size: 33px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .intro-block {
    padding-top: 6px;
    padding-bottom: 47px;
  }
  .intro-block .breadcrumbs {
    text-align: center;
  }
  .intro-block .title {
    text-align: center;
  }
  .intro-block .text-box {
    padding: 31px 0 0;
    max-width: none;
    float: none;
  }
  .intro-block h1 {
    text-align: center;
    font-size: 30px;
  }
  .intro-block p {
    margin: 0 0 8px;
  }
  .intro-block .img-holder img {
    width: 100%;
    height: auto;
  }
}

.what-we-give {
  font: 1.5em/1.6666em 'Gentium Basic', Arial, Helvetica, sans-serif;
  background: #f5efe0;
  padding: 95px 0 73px;
  position: relative;
  z-index: 1;
}
.what-we-give:after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 50%;
  border: 20px solid #f5efe0;
  border-width: 20px 42px 0;
  border-color: #f5efe0 transparent transparent;
  margin-left: -42px;
}
.what-we-give .top-text {
  max-width: 800px;
  margin: 0 auto 32px;
  text-align: center;
  overflow: hidden;
}
.what-we-give .title {
  display: block;
  font: 0.8888em/1.25em "proxima-nova", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  margin: 0 0 18px;
}
.what-we-give h1 {
  font: 2.111em/1.10526em 'Special Elite', Arial, Helvetica, sans-serif;
  color: #c31b21;
  margin: 0 0 17px;
}
.what-we-give .give-holder {
  overflow: hidden;
  margin: 0 -25px;
}
.what-we-give .give-col {
  float: left;
  width: 33.33%;
  text-align: center;
  padding: 0 25px;
}
.what-we-give .give-col .img-holder {
  max-width: 292px;
  overflow: hidden;
  margin: 0 auto 36px;
  border-radius: 50%;
  overflow: hidden;
}
.what-we-give .give-col .img-holder img {
  vertical-align: top;
  width: 100%;
  height: auto;
}
.what-we-give .give-col h2 {
  font: 1.6666em/1.2em 'Gentium Basic', Arial, Helvetica, sans-serif;
  margin: 0 0 11px;
  color: #00747e;
}
.what-we-give .give-col h2 a {
  color: #00747e;
}
.what-we-give .give-col h2 a:hover {
  color: #f05a28;
  text-decoration: none;
}
@media (max-width: 1019px) {
  .what-we-give {
    padding: 95px 0 55px;
  }
  .what-we-give h1 {
    font-size: 33px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .what-we-give {
    padding: 59px 0 25px;
  }
  .what-we-give .top-text {
    margin: 0 auto 5px;
  }
  .what-we-give .title {
    margin: 0 0 20px;
  }
  .what-we-give h1 {
    font-size: 30px;
    margin: 0 0 15px;
  }
  .what-we-give .give-col {
    float: none;
    width: auto;
    overflow: hidden;
    margin: 0 0 6px;
  }
  .what-we-give .give-col .img-holder {
    max-width: 200px;
    margin: 0 auto 20px;
  }
}

.communities-block {
  font: 1.5em/1.6666em 'Gentium Basic', Arial, Helvetica, sans-serif;
  padding-top: 95px;
  padding-bottom: 75px;
  position: relative;
  z-index: 2;
}
.communities-block:after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 50%;
  border: 20px solid #fff;
  border-width: 20px 42px 0;
  border-color: #fff transparent transparent;
  margin-left: -42px;
}
.communities-block .top-text {
  max-width: 800px;
  margin: 0 auto 31px;
  text-align: center;
  overflow: hidden;
}
.communities-block .title {
  font: 0.889em/1.375em "proxima-nova", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  color: #48231d;
  display: block;
  margin: 0 0 18px;
  letter-spacing: 1px;
}
.communities-block h2 {
  font: 2.111em/1.0526em 'Special Elite', Arial, Helvetica, sans-serif;
  color: #f7931d;
  padding: 0 40px;
  margin: 0 auto 18px;
  max-width: 700px;
}
.communities-block .map-holder {
  overflow: hidden;
  border: 1px solid #e8d7b1;
}
.communities-block .map-holder img {
  vertical-align: top;
  width: 100%;
  height: auto;
}
.communities-block p a {
  color: #00747e;
}
.communities-block p a:hover {
  color: #f05a28;
  text-decoration: none;
}
.communities-block .bottom-text {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1019px) {
  .communities-block {
    padding-bottom: 54px;
  }
  .communities-block .top-text {
    margin: 0 auto 6px;
  }
  .communities-block h2 {
    font-size: 33px;
    line-height: 42px;
    margin: 0 auto 16px;
  }
}
@media (max-width: 767px) {
  .communities-block {
    padding-top: 55px;
    position: relative;
    padding-bottom: 267px;
  }
  .communities-block .map-holder {
    display: none;
  }
  .communities-block .title {
    text-align: center;
  }
  .communities-block .top-text {
    text-align: left;
    margin-bottom: 0;
  }
  .communities-block .top-text p {
    margin: 0 0 20px;
  }
  .communities-block h2 {
    font-size: 30px;
    padding: 0 20px;
    text-align: center;
  }
  .communities-block .bottom-text {
    text-align: left;
  }
  .communities-block .story-slider {
    position: absolute;
    bottom: 40px;
    left: 20px;
    right: 20px;
  }
  .communities-block .story-slider .mask {
    max-width: 182px;
    margin: 0 auto;
    overflow: hidden;
  }
  .communities-block .story-slider .img-holder {
    overflow: hidden;
    border-radius: 50%;
    margin: 0 0 17px;
  }
  .communities-block .story-slider .img-holder img {
    vertical-align: top;
    width: 100%;
    height: auto;
  }
  .communities-block .story-slider .text {
    display: block;
    text-align: center;
    font: 20px/22px "proxima-nova", Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-style: normal;
    color: #48231d;
  }
  .communities-block .story-slider .btn-prev,
  .communities-block .story-slider .btn-next {
    position: absolute;
    top: 50%;
    margin-top: -37px;
    left: 0;
    color: #48231d;
    font-size: 40px;
  }
  .communities-block .story-slider .btn-prev:hover,
  .communities-block .story-slider .btn-next:hover {
    color: #f05a28;
  }
  .communities-block .story-slider .btn-next {
    left: auto;
    right: 0;
  }
}

@media (min-width: 768px) {
  .story-slider {
    position: relative;
    overflow: hidden;
    margin: 0 0 35px;
  }
  .story-slider .mask {
    position: relative;
    height: auto !important;
  }
  .story-slider .slideset {
    margin: 0 !important;
    position: static !important;
  }
  .story-slider .btn-prev,
  .story-slider .btn-next {
    display: none;
  }
  .story-slider .slide {
    top: 26px !important;
    left: 215px !important;
    width: 88px !important;
    height: 88px !important;
  }
  .story-slider .slide .img-holder {
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    margin: auto;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
  }
  .story-slider .slide .img-holder img {
    vertical-align: top;
    width: 100%;
    height: auto;
  }
  .story-slider .slide:after {
    content: '';
    position: absolute;
    top: 51px;
    right: 72px;
    width: 161px;
    height: 65px;
    background: url(images/dott01-medium.png) no-repeat;
  }
  .story-slider .slide.cambodia {
    right: 20px !important;
    left: auto !important;
  }
  .story-slider .slide.cambodia:after {
    width: 32px;
    height: 57px;
    background: url(images/dott03-medium.png) no-repeat;
    right: auto;
    left: -14px;
    top: 62px;
  }
  .story-slider .slide.nepal {
    right: 205px !important;
    top: 100px !important;
    left: auto !important;
  }
  .story-slider .slide.nepal:after {
    width: 75px;
    height: 27px;
    background: url(images/dott02-medium.png) no-repeat;
    right: auto;
    left: 55px;
    top: -19px;
  }
  .story-slider .slide .img-holder {
    width: 78px;
    height: 78px;
  }
  .story-slider .slide:hover .img-holder {
    width: 88px;
    height: 88px;
  }
  .story-slider .slide:hover .text {
    bottom: -20px !important;
  }
  .story-slider .slide .text {
    position: absolute;
    bottom: -10px;
    width: 57px;
    height: 17px;
    left: 13px;
    font-size: 0;
    line-height: 0;
    background: url(images/text-kelly-medium.png) no-repeat;
  }
  .story-slider .slide .text.nepal {
    width: 66px;
    height: 19px;
    background: url(images/text-magna-medium.png) no-repeat;
    left: 9px;
    bottom: -10px;
  }
  .story-slider .slide .text.cambodia {
    width: 69px;
    height: 19px;
    background: url(images/text-suhana-medium.png) no-repeat;
    left: 9px;
    bottom: -10px;
  }
}
@media (min-width: 1020px) {
  .story-slider {
    margin: 0 0 52px;
  }
  .story-slider .slide {
    position: absolute;
    top: 40px !important;
    left: 305px !important;
    width: 121px !important;
    height: 121px !important;
  }
  .story-slider .slide:after {
    content: '';
    position: absolute;
    top: 71px;
    right: 37px;
    width: 288px;
    height: 77px;
    background: url(images/dott01.png) no-repeat;
  }
  .story-slider .slide.cambodia {
    left: auto !important;
    right: 30px !important;
  }
  .story-slider .slide.cambodia:after {
    width: 44px;
    height: 81px;
    background: url(images/dott03.png) no-repeat;
    right: auto;
    left: -22px;
    top: 85px;
  }
  .story-slider .slide.nepal {
    left: auto !important;
    right: 292px !important;
    top: 145px !important;
  }
  .story-slider .slide.nepal:after {
    width: 104px;
    height: 38px;
    background: url(images/dott02.png) no-repeat;
    right: auto;
    left: 78px;
    top: -28px;
  }
  .story-slider .slide:hover .img-holder {
    width: 121px !important;
    height: 121px !important;
  }
  .story-slider .slide:hover .text {
    bottom: -22px !important;
  }
  .story-slider .slide .text {
    bottom: -16px;
    width: 81px;
    height: 24px;
    left: 19px;
    background: url(images/text-kelly.png) no-repeat;
  }
  .story-slider .slide .text.nepal {
    width: 92px;
    height: 26px;
    background: url(images/text-magna.png) no-repeat;
    left: 14px;
    bottom: -13px;
  }
  .story-slider .slide .text.cambodia {
    width: 96px;
    height: 27px;
    background: url(images/text-suhana.png) no-repeat;
    left: 13px;
    bottom: -13px;
  }
  .story-slider .img-holder {
    width: 110px !important;
    height: 110px !important;
  }
}
.partners-block {
  font: 1.5em/1.6666em 'Gentium Basic', Arial, Helvetica, sans-serif;
  padding: 95px 0 92px;
  position: relative;
  z-index: 1;
  background: #f5efe0;
  margin: 0 0 39px;
}
.partners-block:after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 50%;
  border: 20px solid #f5efe0;
  border-width: 20px 42px 0;
  border-color: #f5efe0 transparent transparent;
  margin-left: -42px;
}
.partners-block .top-text {
  max-width: 800px;
  margin: 0 auto 33px;
  text-align: center;
  overflow: hidden;
}
.partners-block .title {
  font: 0.889em/1.375em "proxima-nova", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  color: #48231d;
  display: block;
  margin: 0 0 18px;
  letter-spacing: 1px;
}
.partners-block h1 {
  font: 2.111em/1.0526em 'Special Elite', Arial, Helvetica, sans-serif;
  color: #f05a28;
  padding: 0 40px;
  margin: 0 auto 18px;
  max-width: 700px;
}
@media (max-width: 1019px) {
  .partners-block {
    padding: 95px 0 52px;
    margin: 0 0 45px;
  }
  .partners-block h1 {
    font-size: 33px;
    line-height: 42px;
    margin: 0 auto 16px;
  }
}
@media (max-width: 767px) {
  .partners-block {
    padding: 56px 0 52px;
  }
  .partners-block .top-text {
    margin-bottom: 0;
  }
  .partners-block h1 {
    font-size: 30px;
    padding: 0;
  }
}

.get-involved.we-do {
  margin-bottom: 9px;
}
@media (max-width: 1019px) {
  .get-involved.we-do {
    margin-bottom: 0;
  }
}

/* ---------------------------------------------------------
	6. Web Accessibility style
	---------------------------------------------------------*/
#skip-nav a,
#skip-to a,
#skip a {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 0;
  overflow: hidden;
}

#skip-nav a:focus,
#skip-to a:focus,
#skip a:focus {
  position: static;
  width: auto;
  height: auto;
}

legend {
  display: none;
}

.text-accibilities {
  display: none !important;
  height: 0 !important;
}

/* ---------------------------------------------------------
	7. Custom Form style
	---------------------------------------------------------*/
/* custom select styles */
.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: 1px solid #e5dbc6;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #f7f3e7;
  margin: 4px 0 4px 3px;
  min-width: 195px;
  max-width: 210px;
  height: 29px;
}
.jcf-select.jcf-drop-active {
  border-radius: 4px 4px 0 0;
}

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0;
}

.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  font: 16px/29px "proxima-nova", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  margin: 0 35px 0 8px;
  color: #48231d;
  text-align: left;
  letter-spacing: 2px;
}

.jcf-select .jcf-select-opener {
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid #48231d;
  border-width: 11px 7px 0;
  border-color: #48231d transparent transparent;
  right: 10px;
  top: 8px;
}

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px;
}

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
  border: 1px solid #e5dbc6;
  border-radius: 0 0 4px 4px;
  overflow: hidden;
}

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #f8f3e8;
  width: 100%;
}

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%;
}

.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.jcf-list ul li {
  overflow: hidden;
  display: block;
  font: 16px/19px "proxima-nova", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}

.jcf-list .jcf-overflow {
  overflow: auto;
}

.jcf-list .jcf-option {
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 5px 9px;
  color: #48231d;
  height: 1%;
}

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #e7dfce;
  color: #fff;
}

/* common custom form elements styles */
.jcf-disabled {
  background: #ddd !important;
}

@media only screen and (min-width: 1000px) {
  .tel {
    cursor: default;
    pointer-events: none;
  }
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1104;
  display: none;
}

#fancybox-loading div {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 480px;
  background-image: url(images/fancybox/fancybox.png);
}

#fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1100;
  display: none;
}

#fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  overflow: auto;
  display: none;
}

#fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  /* should be 20px */
  z-index: 1101;
  outline: none;
  display: none;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

#fancybox-outer {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
}

#fancybox-content {
  width: 0;
  height: 0;
  padding: 0;
  outline: none;
  position: relative;
  overflow: hidden;
  z-index: 1102;
  border: 0px solid #fff;
  /* border-width should be zero */
}

#fancybox-hide-sel-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1101;
}

#fancybox-close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background: transparent url(images/fancybox/fancybox.png) -40px 0px;
  cursor: pointer;
  z-index: 1103;
  display: none;
}

#fancybox-error {
  color: #444;
  font: normal 12px/20px Arial;
  padding: 14px;
  margin: 0;
}

#fancybox-img {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  line-height: 0;
  vertical-align: top;
}

#fancybox-frame {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

#fancybox-left, #fancybox-right {
  position: absolute;
  bottom: 0px;
  height: 100%;
  width: 35%;
  cursor: pointer;
  outline: none;
  background: transparent url(images/fancybox/blank.gif);
  z-index: 1102;
  display: none;
}

#fancybox-left {
  left: 0px;
}

#fancybox-right {
  right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
  position: absolute;
  top: 50%;
  left: -9999px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  cursor: pointer;
  z-index: 1102;
  display: block;
}

#fancybox-left-ico {
  background-image: url(images/fancybox/fancybox.png);
  background-position: -40px -30px;
}

#fancybox-right-ico {
  background-image: url(images/fancybox/fancybox.png);
  background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
  visibility: visible;
  /* IE6 */
}

#fancybox-left:hover span {
  left: 20px;
}

#fancybox-right:hover span {
  left: auto;
  right: 20px;
}

.fancybox-bg {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  width: 20px;
  height: 20px;
  z-index: 1001;
}

#fancybox-bg-n {
  top: -20px;
  left: 0;
  width: 100%;
  background-image: url(images/fancybox/fancybox-x.png);
}

#fancybox-bg-ne {
  top: -20px;
  right: -20px;
  background-image: url(images/fancybox/fancybox.png);
  background-position: -40px -162px;
}

#fancybox-bg-e {
  top: 0;
  right: -20px;
  height: 100%;
  background-image: url(images/fancybox/fancybox-y.png);
  background-position: -20px 0px;
}

#fancybox-bg-se {
  bottom: -20px;
  right: -20px;
  background-image: url(images/fancybox/fancybox.png);
  background-position: -40px -182px;
}

#fancybox-bg-s {
  bottom: -20px;
  left: 0;
  width: 100%;
  background-image: url(images/fancybox/fancybox-x.png);
  background-position: 0px -20px;
}

#fancybox-bg-sw {
  bottom: -20px;
  left: -20px;
  background-image: url(images/fancybox/fancybox.png);
  background-position: -40px -142px;
}

#fancybox-bg-w {
  top: 0;
  left: -20px;
  height: 100%;
  background-image: url(images/fancybox/fancybox-y.png);
}

#fancybox-bg-nw {
  top: -20px;
  left: -20px;
  background-image: url(images/fancybox/fancybox.png);
  background-position: -40px -122px;
}

#fancybox-title {
  font-family: Helvetica;
  font-size: 12px;
  z-index: 1102;
}

.fancybox-title-inside {
  padding-bottom: 10px;
  text-align: center;
  color: #333;
  background: #fff;
  position: relative;
}

.fancybox-title-outside {
  padding-top: 10px;
  color: #fff;
}

.fancybox-title-over {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #FFF;
  text-align: left;
}

#fancybox-title-over {
  padding: 10px;
  background-image: url(images/fancybox/fancy_title_over.png);
  display: block;
}

.fancybox-title-float {
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 32px;
}

#fancybox-title-float-wrap {
  border: none;
  border-collapse: collapse;
  width: auto;
}

#fancybox-title-float-wrap td {
  border: none;
  white-space: nowrap;
}

#fancybox-title-float-left {
  padding: 0 0 0 15px;
  background: url(images/fancybox/fancybox.png) -40px -90px no-repeat;
}

#fancybox-title-float-main {
  color: #FFF;
  line-height: 29px;
  font-weight: bold;
  padding: 0 0 3px 0;
  background: url(images/fancybox/fancybox-x.png) 0px -40px;
}

#fancybox-title-float-right {
  padding: 0 0 0 15px;
  background: url(images/fancybox/fancybox.png) -55px -90px no-repeat;
}

/* js style */
.timeline-gallery {
  padding: 100px 0 82px;
}
@media (max-width: 1019px) {
  .timeline-gallery {
    padding: 100px 0 58px;
  }
}
@media (max-width: 767px) {
  .timeline-gallery {
    padding: 49px 0 17px;
  }
}

.timeline-gallery .mask {
  overflow: visible !important;
  z-index: 1;
}

.timeline-gallery .btn-prev,
.timeline-gallery .btn-next {
  z-index: 2;
}

.timeline-gallery .slide {
  padding: 0 60px 0 120px;
}
@media (max-width: 1019px) {
  .timeline-gallery .slide {
    padding: 0 60px;
  }
}
@media (max-width: 767px) {
  .timeline-gallery .slide {
    padding: 0 29px;
  }
}

/*# sourceMappingURL=all.css.map */
