/*      light colors         */
@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg); } }
@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg); } }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, .navbar, .brand, .btn-simple, a, .td-name, td, div {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  color: #030D47; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  margin: 30px 0 15px; }

h1, .h1 {
  font-size: 23px;
  font-style: normal;
  font-variant: normal;
  font-weight: 500;
  line-height: 23px; }

h2, .h2 {
  font-size: 36px; }

h3, .h3 {
  font-size: 17px;
  font-style: normal;
  font-variant: normal;
  font-weight: 500;
  line-height: 23px; }

h4, .h4 {
  font-size: 22px;
  line-height: 30px; }

h5, .h5 {
  font-size: 18px;
  margin-bottom: 15px; }

h6, .h6 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase; }

p {
  color: #4E4949;
  font-size: 1.25em;
  line-height: 1.4737;
  font-weight: 400;
  margin: 0 0 .75em; }

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
  color: #9A9A9A;
  font-weight: 300;
  line-height: 1.5; }

h1 small, h2 small, h3 small, h1 .small, h2 .small, h3 .small {
  font-size: 60%; }

.font-title {
  font-family: 'Unica One', cursive; }

.section-gray {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #e4e4e4 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #e4e4e4 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #e4e4e4 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e4e4e4',GradientType=0 );
  /* IE6-9 */ }

.wrapper {
  position: relative;
  z-index: 2;
  background: white;
  /* fix bug on iOS */
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.7s;
  -moz-transition: -moz-transform 0.7s;
  transition: transform 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
  -moz-transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
  transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99); }

.container-fluid {
  padding-right: 70px;
  padding-left: 70px; }

.separator-container {
  text-align: center;
  position: relative; }
  .separator-container .separator {
    color: #c5a47e;
    margin: 0;
    width: 11em; }
    .separator-container .separator.line-separator:before, .separator-container .separator.line-separator:after {
      display: block;
      width: 40%;
      content: " ";
      margin-top: 7px;
      border: 1px solid #c5a47e; }
    .separator-container .separator.line-separator:before {
      float: left; }
    .separator-container .separator.line-separator:after {
      float: right; }

.ruled {
  border-top: 1px solid #a3a5a6;
  padding-top: 0.5em; }

.card {
  text-align: center; }
  .card p {
    font-size: 1em; }

.space-50 {
  height: 50px; }

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  width: 100%; }

a:focus {
  outline: 1px solid white; }

.topbar h1 {
  color: white;
  text-align: left;
  font-size: 50px; }

.news-nav li {
  display: inline-block;
  margin-right: 30px; }

.overflow-hidden {
  max-height: 100vh;
  overflow-y: hidden; }

.text-center {
  text-align: center !important; }

.mask {
  width: 100%;
  height: 100%;
  border: 70px solid rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.1);
  background-image: url("http://www.transparenttextures.com/patterns/fake-brick.png");
  background-color: rgba(255, 246, 233, 0.15); }

.carousel-container {
  position: relative;
  overflow: hidden; }

.carousel-control {
  display: none; }

.map {
  position: absolute;
  opacity: 0.25; }

.space-30 {
  height: 30px; }

.btn {
  border-width: 2px;
  background-color: transparent;
  font-weight: 400;
  opacity: 0.8;
  filter: alpha(opacity=80);
  padding: 8px 16px;
  border-color: #888888;
  color: #888888; }
  .btn:hover, .btn:focus, .btn:active, .btn.active, .open > .btn.dropdown-toggle {
    background-color: transparent;
    color: #777777;
    border-color: #777777; }
  .btn:disabled, .btn[disabled], .btn.disabled {
    background-color: transparent;
    border-color: #888888; }
  .btn.btn-fill {
    color: #FFFFFF;
    background-color: #888888;
    opacity: 1;
    filter: alpha(opacity=100); }
    .btn.btn-fill:hover, .btn.btn-fill:focus, .btn.btn-fill:active, .btn.btn-fill.active, .open > .btn.btn-fill.dropdown-toggle {
      background-color: #777777;
      color: #FFFFFF; }
    .btn.btn-fill .caret {
      border-top-color: #FFFFFF; }
  .btn .caret {
    border-top-color: #888888; }
  .btn:hover, .btn:focus {
    opacity: 1;
    filter: alpha(opacity=100);
    outline: 0 !important; }
  .btn:active, .btn.active, .open > .btn.dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 !important; }
  .btn.btn-icon {
    padding: 8px; }

.btn-primary {
  border-color: #01579b;
  color: #01579b; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-color: transparent;
    color: #1976d2;
    border-color: #1976d2; }
  .btn-primary:disabled, .btn-primary[disabled], .btn-primary.disabled {
    background-color: transparent;
    border-color: #01579b; }
  .btn-primary.btn-fill {
    color: #FFFFFF;
    background-color: #01579b;
    opacity: 1;
    filter: alpha(opacity=100); }
    .btn-primary.btn-fill:hover, .btn-primary.btn-fill:focus, .btn-primary.btn-fill:active, .btn-primary.btn-fill.active, .open > .btn-primary.btn-fill.dropdown-toggle {
      background-color: #1976d2;
      color: #FFFFFF; }
    .btn-primary.btn-fill .caret {
      border-top-color: #FFFFFF; }
  .btn-primary .caret {
    border-top-color: #01579b; }

.btn-success {
  border-color: #05AE0E;
  color: #05AE0E; }
  .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-color: transparent;
    color: #049F0C;
    border-color: #049F0C; }
  .btn-success:disabled, .btn-success[disabled], .btn-success.disabled {
    background-color: transparent;
    border-color: #05AE0E; }
  .btn-success.btn-fill {
    color: #FFFFFF;
    background-color: #05AE0E;
    opacity: 1;
    filter: alpha(opacity=100); }
    .btn-success.btn-fill:hover, .btn-success.btn-fill:focus, .btn-success.btn-fill:active, .btn-success.btn-fill.active, .open > .btn-success.btn-fill.dropdown-toggle {
      background-color: #049F0C;
      color: #FFFFFF; }
    .btn-success.btn-fill .caret {
      border-top-color: #FFFFFF; }
  .btn-success .caret {
    border-top-color: #05AE0E; }

.btn-info {
  border-color: #2CA8FF;
  color: #2CA8FF; }
  .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-color: transparent;
    color: #109CFF;
    border-color: #109CFF; }
  .btn-info:disabled, .btn-info[disabled], .btn-info.disabled {
    background-color: transparent;
    border-color: #2CA8FF; }
  .btn-info.btn-fill {
    color: #FFFFFF;
    background-color: #2CA8FF;
    opacity: 1;
    filter: alpha(opacity=100); }
    .btn-info.btn-fill:hover, .btn-info.btn-fill:focus, .btn-info.btn-fill:active, .btn-info.btn-fill.active, .open > .btn-info.btn-fill.dropdown-toggle {
      background-color: #109CFF;
      color: #FFFFFF; }
    .btn-info.btn-fill .caret {
      border-top-color: #FFFFFF; }
  .btn-info .caret {
    border-top-color: #2CA8FF; }

.btn-warning {
  border-color: #FF9500;
  color: #FF9500; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-color: transparent;
    color: #ED8D00;
    border-color: #ED8D00; }
  .btn-warning:disabled, .btn-warning[disabled], .btn-warning.disabled {
    background-color: transparent;
    border-color: #FF9500; }
  .btn-warning.btn-fill {
    color: #FFFFFF;
    background-color: #FF9500;
    opacity: 1;
    filter: alpha(opacity=100); }
    .btn-warning.btn-fill:hover, .btn-warning.btn-fill:focus, .btn-warning.btn-fill:active, .btn-warning.btn-fill.active, .open > .btn-warning.btn-fill.dropdown-toggle {
      background-color: #ED8D00;
      color: #FFFFFF; }
    .btn-warning.btn-fill .caret {
      border-top-color: #FFFFFF; }
  .btn-warning .caret {
    border-top-color: #FF9500; }

.btn-danger {
  border-color: #FF3B30;
  color: #FF3B30; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-color: transparent;
    color: #EE2D20;
    border-color: #EE2D20; }
  .btn-danger:disabled, .btn-danger[disabled], .btn-danger.disabled {
    background-color: transparent;
    border-color: #FF3B30; }
  .btn-danger.btn-fill {
    color: #FFFFFF;
    background-color: #FF3B30;
    opacity: 1;
    filter: alpha(opacity=100); }
    .btn-danger.btn-fill:hover, .btn-danger.btn-fill:focus, .btn-danger.btn-fill:active, .btn-danger.btn-fill.active, .open > .btn-danger.btn-fill.dropdown-toggle {
      background-color: #EE2D20;
      color: #FFFFFF; }
    .btn-danger.btn-fill .caret {
      border-top-color: #FFFFFF; }
  .btn-danger .caret {
    border-top-color: #FF3B30; }

.btn-neutral {
  border-color: #FFFFFF;
  color: #FFFFFF; }
  .btn-neutral:hover, .btn-neutral:focus, .btn-neutral:active, .btn-neutral.active, .open > .btn-neutral.dropdown-toggle {
    background-color: transparent;
    color: #FFFFFF;
    border-color: #FFFFFF; }
  .btn-neutral:disabled, .btn-neutral[disabled], .btn-neutral.disabled {
    background-color: transparent;
    border-color: #FFFFFF; }
  .btn-neutral.btn-fill {
    color: #FFFFFF;
    background-color: #FFFFFF;
    opacity: 1;
    filter: alpha(opacity=100); }
    .btn-neutral.btn-fill:hover, .btn-neutral.btn-fill:focus, .btn-neutral.btn-fill:active, .btn-neutral.btn-fill.active, .open > .btn-neutral.btn-fill.dropdown-toggle {
      background-color: #FFFFFF;
      color: #FFFFFF; }
    .btn-neutral.btn-fill .caret {
      border-top-color: #FFFFFF; }
  .btn-neutral .caret {
    border-top-color: #FFFFFF; }
  .btn-neutral:active, .btn-neutral.active, .open > .btn-neutral.dropdown-toggle {
    background-color: #FFFFFF;
    color: #888888; }
  .btn-neutral.btn-fill, .btn-neutral.btn-fill:hover, .btn-neutral.btn-fill:focus {
    color: #888888; }
  .btn-neutral.btn-simple:active, .btn-neutral.btn-simple.active {
    background-color: transparent; }

.btn:disabled, .btn[disabled], .btn.disabled {
  opacity: 0.5;
  filter: alpha(opacity=50); }

.btn-round {
  border-width: 1px;
  border-radius: 30px !important;
  padding: 9px 18px; }
  .btn-round.btn-icon {
    padding: 9px; }

.btn-simple {
  border: 0;
  font-size: 16px;
  padding: 8px 16px; }
  .btn-simple.btn-icon {
    padding: 8px; }

.btn-lg {
  font-size: 18px;
  border-radius: 0px;
  padding: 14px 30px;
  font-weight: 400; }
  .btn-lg.btn-round {
    padding: 15px 30px; }
  .btn-lg.btn-simple {
    padding: 16px 30px; }

.btn-sm {
  font-size: 12px;
  border-radius: 0px;
  padding: 5px 10px; }
  .btn-sm.btn-round {
    padding: 6px 10px; }
  .btn-sm.btn-simple {
    padding: 7px 10px; }

.btn-xs {
  font-size: 12px;
  border-radius: 0px;
  padding: 1px 5px; }
  .btn-xs.btn-round {
    padding: 2px 5px; }
  .btn-xs.btn-simple {
    padding: 3px 5px; }

.btn-wd {
  min-width: 140px; }

.btn-group.select {
  width: 100%; }

.btn-group.select .btn {
  text-align: left; }

.btn-group.select .caret {
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: 8px; }

.btn-home {
  margin-top: 65px;
  border-radius: 0;
  font-weight: 900; }

.nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent; }

.navbar {
  border: 0;
  font-size: 16px;
  -webkit-backface-visibility: hidden;
  transition: all .5s ease;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1034;
  width: 100%; }
  .navbar .navbar-brand {
    position: absolute;
    padding: 0;
    margin: 0;
    margin-top: 10px; }
  .navbar .navbar-nav {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%); }
    .navbar .navbar-nav > li > a {
      padding: 10px 15px;
      margin: 15px 3px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 900; }
    .navbar .navbar-nav > li > a.btn {
      margin: 15px 3px;
      padding: 8px 16px; }
    .navbar .navbar-nav > li > a.btn-round {
      margin: 16px 3px; }
    .navbar .navbar-nav > li > a [class^="fa"] {
      font-size: 19px;
      position: relative;
      top: 1px; }
    .navbar .navbar-nav > li.active > a {
      color: #FFC045 !important; }
  .navbar .btn {
    margin: 15px 3px;
    font-size: 14px; }
  .navbar .btn-simple {
    font-size: 16px; }

.navbar-nav > li > .dropdown-menu {
  margin-top: -5px; }

.navbar-transparent .navbar-brand, [class*="navbar-ct"] .navbar-brand {
  color: #FFFFFF;
  opacity: 0.9;
  filter: alpha(opacity=90); }
  .navbar-transparent .navbar-brand:focus, .navbar-transparent .navbar-brand:hover, [class*="navbar-ct"] .navbar-brand:focus, [class*="navbar-ct"] .navbar-brand:hover {
    background-color: transparent;
    opacity: 1;
    filter: alpha(opacity=100); }
.navbar-transparent .navbar-nav > li > a:not(.btn), [class*="navbar-ct"] .navbar-nav > li > a:not(.btn) {
  color: #EEE;
  border-color: #FFFFFF;
  font-family: 'Unica One', cursive;
  font-size: 18px;
  letter-spacing: 2px; }
.navbar-transparent .navbar-nav > .active > a:not(.btn),
.navbar-transparent .navbar-nav > .active > a:hover:not(.btn),
.navbar-transparent .navbar-nav > .active > a:focus:not(.btn),
.navbar-transparent .navbar-nav > li > a:hover:not(.btn),
.navbar-transparent .navbar-nav > li > a:focus:not(.btn), [class*="navbar-ct"] .navbar-nav > .active > a:not(.btn),
[class*="navbar-ct"] .navbar-nav > .active > a:hover:not(.btn),
[class*="navbar-ct"] .navbar-nav > .active > a:focus:not(.btn),
[class*="navbar-ct"] .navbar-nav > li > a:hover:not(.btn),
[class*="navbar-ct"] .navbar-nav > li > a:focus:not(.btn) {
  background-color: transparent;
  color: #FFFFFF; }
.navbar-transparent .navbar-nav .nav > li > a.btn:hover, [class*="navbar-ct"] .navbar-nav .nav > li > a.btn:hover {
  background-color: transparent; }
.navbar-transparent .navbar-nav > .dropdown > a .caret,
.navbar-transparent .navbar-nav > .dropdown > a:hover .caret,
.navbar-transparent .navbar-nav > .dropdown > a:focus .caret, [class*="navbar-ct"] .navbar-nav > .dropdown > a .caret,
[class*="navbar-ct"] .navbar-nav > .dropdown > a:hover .caret,
[class*="navbar-ct"] .navbar-nav > .dropdown > a:focus .caret {
  border-bottom-color: #FFFFFF;
  border-top-color: #FFFFFF; }
.navbar-transparent .navbar-nav > .open > a,
.navbar-transparent .navbar-nav > .open > a:hover,
.navbar-transparent .navbar-nav > .open > a:focus, [class*="navbar-ct"] .navbar-nav > .open > a,
[class*="navbar-ct"] .navbar-nav > .open > a:hover,
[class*="navbar-ct"] .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #FFFFFF;
  opacity: 1;
  filter: alpha(opacity=100); }
.navbar-transparent .btn-default, [class*="navbar-ct"] .btn-default {
  color: #FFFFFF;
  border-color: #FFFFFF; }
.navbar-transparent .btn-default.btn-fill, [class*="navbar-ct"] .btn-default.btn-fill {
  color: #9A9A9A;
  background-color: #FFFFFF;
  opacity: 0.9;
  filter: alpha(opacity=90); }
.navbar-transparent .btn-default.btn-fill:hover,
.navbar-transparent .btn-default.btn-fill:focus,
.navbar-transparent .btn-default.btn-fill:active,
.navbar-transparent .btn-default.btn-fill.active,
.navbar-transparent .open .dropdown-toggle.btn-fill.btn-default, [class*="navbar-ct"] .btn-default.btn-fill:hover,
[class*="navbar-ct"] .btn-default.btn-fill:focus,
[class*="navbar-ct"] .btn-default.btn-fill:active,
[class*="navbar-ct"] .btn-default.btn-fill.active,
[class*="navbar-ct"] .open .dropdown-toggle.btn-fill.btn-default {
  border-color: #FFFFFF;
  opacity: 1;
  filter: alpha(opacity=100); }

.navbar-transparent .dropdown-menu .divider {
  background-color: rgba(255, 255, 255, 0.2); }

.nav-open .nav .caret {
  border-bottom-color: #FFFFFF;
  border-top-color: #FFFFFF; }

.navbar-default {
  background-color: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.15); }
  .navbar-default .navbar-nav > li > a:not(.btn) {
    color: #2c3e50; }
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:not(.btn):hover,
  .navbar-default .navbar-nav > .active > a:not(.btn):focus,
  .navbar-default .navbar-nav > li > a:not(.btn):hover,
  .navbar-default .navbar-nav > li > a:not(.btn):focus {
    background-color: transparent;
    color: #065471;
    opacity: 1;
    filter: alpha(opacity=100); }
  .navbar-default .navbar-nav > li.active > a {
    color: #0A91AB !important; }
  .navbar-default .navbar-nav > .dropdown > a:hover .caret,
  .navbar-default .navbar-nav > .dropdown > a:focus .caret {
    border-bottom-color: #2CA8FF;
    border-top-color: #2CA8FF; }
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #2CA8FF; }
  .navbar-default .navbar-nav .navbar-toggle:hover, .navbar-default .navbar-nav .navbar-toggle:focus {
    background-color: transparent; }
  .navbar-default:not(.navbar-transparent) .btn-default:hover {
    color: #2CA8FF;
    border-color: #2CA8FF; }
  .navbar-default:not(.navbar-transparent) .btn-neutral, .navbar-default:not(.navbar-transparent) .btn-neutral:hover, .navbar-default:not(.navbar-transparent) .btn-neutral:active {
    color: #9A9A9A; }

/*      Navbar with icons            */
.navbar-icons.navbar .navbar-brand {
  margin-top: 12px;
  margin-bottom: 12px; }
.navbar-icons .navbar-nav > li > a {
  text-align: center;
  padding: 6px 15px;
  margin: 6px 3px; }
.navbar-icons .navbar-nav [class^="pe"] {
  font-size: 30px;
  position: relative; }
.navbar-icons .navbar-nav p {
  margin: 3px 0 0; }

.navbar-form {
  -webkit-box-shadow: none;
  box-shadow: none; }
  .navbar-form .form-control {
    border-radius: 0;
    border: 0;
    padding: 0;
    background-color: transparent;
    height: 22px;
    font-size: 16px;
    line-height: 1.5;
    color: #E3E3E3; }
  .navbar-transparent .navbar-form .form-control, [class*="navbar-ct"] .navbar-form .form-control {
    color: #FFFFFF;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6); }

.navbar-ct-blue {
  background-color: rgba(52, 172, 220, 0.98); }

.navbar-ct-azure {
  background-color: rgba(91, 202, 255, 0.98); }

.navbar-ct-green {
  background-color: rgba(76, 217, 100, 0.98); }

.navbar-ct-orange {
  background-color: rgba(255, 149, 0, 0.98); }

.navbar-ct-red {
  background-color: rgba(255, 76, 64, 0.98); }

.navbar-transparent {
  background-color: transparent;
  border-bottom: 1px solid transparent; }

.navbar-toggle {
  margin-top: 19px;
  margin-bottom: 19px;
  border: 0; }
  .navbar-toggle .icon-bar {
    background-color: #FFFFFF; }
  .navbar-toggle .navbar-collapse,
  .navbar-toggle .navbar-form {
    border-color: transparent; }
  .navbar-toggle.navbar-default .navbar-toggle:hover, .navbar-toggle.navbar-default .navbar-toggle:focus {
    background-color: transparent; }

.navbar.animated {
  opacity: 0; }

.navbar-fixed-top {
  position: fixed !important;
  transform: translateZ(1px);
  -webkit-transform: translateZ(1px); }

.scroll-down {
  position: absolute;
  /* position: relative; */
  font-size: 50px;
  color: white;
  right: 70px;
  top: 10px; }

.navbar-custom {
  position: fixed;
  background: #243040;
  border-radius: 0 !important;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.08), 0 3px 8px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.08), 0 3px 8px rgba(0, 0, 0, 0.1); }

body, html {
  /* prevent horizontal scrolling */
  overflow-x: hidden; }

.navigation-is-open .wrapper {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%); }

.navigation-is-open nav .navbar-nav {
  opacity: 0;
  visibility: hidden; }

.cd-nav-trigger {
  position: fixed;
  z-index: 1307;
  right: 55px;
  top: 10px;
  height: 55px;
  width: 60px;
  background-color: transparent;
  border-radius: 50%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s; }

.cd-nav-trigger .cd-nav-icon {
  /* icon created in CSS */
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 22px;
  height: 2px;
  background-color: #ffffff; }

.cd-nav-trigger .cd-nav-icon::before, .cd-nav-trigger .cd-nav-icon:after {
  /* upper and lower lines of the menu icon */
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.5s, width 0.5s, top 0.3s;
  -moz-transition: -moz-transform 0.5s, width 0.5s, top 0.3s;
  transition: transform 0.5s, width 0.5s, top 0.3s; }

.cd-nav-trigger .cd-nav-icon::before {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  transform: translateY(-6px); }

.cd-nav-trigger .cd-nav-icon::after {
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  -o-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: translateY(6px);
  -moz-transform: translateY(6px);
  -ms-transform: translateY(6px);
  -o-transform: translateY(6px);
  transform: translateY(6px); }

.no-touch .cd-nav-trigger:hover .cd-nav-icon::after {
  top: 2px; }

.no-touch .cd-nav-trigger:hover .cd-nav-icon::before {
  top: -2px; }

.cd-nav-trigger svg {
  position: absolute;
  top: 0;
  left: 0; }

.cd-nav-trigger circle {
  /* circle border animation */
  -webkit-transition: stroke-dashoffset 0.4s 0s;
  -moz-transition: stroke-dashoffset 0.4s 0s;
  transition: stroke-dashoffset 0.4s 0s; }

.navigation-is-open .cd-nav-trigger {
  /* rotate trigger when navigation becomes visible */
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.navigation-is-open .cd-nav-trigger .cd-nav-icon::after,
.navigation-is-open .cd-nav-trigger .cd-nav-icon::before {
  /* animate arrow --> from hamburger to arrow */
  width: 50%;
  -webkit-transition: -webkit-transform 0.5s, width 0.5s;
  -moz-transition: -moz-transform 0.5s, width 0.5s;
  transition: transform 0.5s, width 0.5s; }

.navigation-is-open .cd-nav-trigger .cd-nav-icon::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.navigation-is-open .cd-nav-trigger .cd-nav-icon::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.no-touch .navigation-is-open .cd-nav-trigger:hover .cd-nav-icon::after, .no-touch .navigation-is-open .cd-nav-trigger:hover .cd-nav-icon::before {
  top: 0; }

.navigation-is-open .cd-nav-trigger circle {
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 0.4s 0.3s;
  -moz-transition: stroke-dashoffset 0.4s 0.3s;
  transition: stroke-dashoffset 0.4s 0.3s; }

.cd-nav {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #243040;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.7s;
  -moz-transition: visibility 0s 0.7s;
  transition: visibility 0s 0.7s; }

.cd-nav .cd-navigation-wrapper {
  /* all navigation content */
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 40px 5% 40px calc(5% + 80px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: -webkit-transform 0.7s;
  -moz-transition: -moz-transform 0.7s;
  transition: transform 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
  -moz-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
  transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78); }

.navigation-is-open .cd-nav {
  visibility: visible;
  -webkit-transition: visibility 0s 0s;
  -moz-transition: visibility 0s 0s;
  transition: visibility 0s 0s; }

.navigation-is-open .cd-nav .cd-navigation-wrapper {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
  -moz-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
  transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78); }

.cd-nav h2 {
  position: relative;
  margin-bottom: 1.7em;
  font-size: 1.3rem;
  font-weight: 800;
  color: #080b0f;
  text-transform: uppercase; }

.cd-nav h2::after {
  /* bottom separation line */
  content: '';
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 1px;
  width: 60px;
  background-color: currentColor; }

.cd-nav .cd-primary-nav {
  margin-top: 60px; }

.cd-nav .cd-primary-nav li {
  margin: 1.6em 0; }

.cd-nav .cd-primary-nav a {
  font-family: "Merriweather", serif;
  font-size: 2.4rem;
  color: rgba(255, 255, 255, 0.3);
  display: inline-block; }

.cd-nav .cd-primary-nav a.selected {
  color: #ffffff; }

.no-touch .cd-nav .cd-primary-nav a:hover {
  color: #ffffff; }

.cd-nav .cd-contact-info {
  margin-top: 80px; }

.cd-nav .cd-contact-info li {
  font-family: "Merriweather", serif;
  margin-bottom: 1.5em;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.3); }

.cd-nav .cd-contact-info a {
  color: #ffffff; }

.cd-nav .cd-contact-info span {
  display: block; }

.cd-nav .cd-contact-info li, .cd-nav .cd-contact-info a, .cd-nav .cd-contact-info span {
  font-size: 1.6rem; }

@media only screen and (min-width: 1170px) {
  .cd-nav .cd-navigation-wrapper {
    padding: 62px 20%; }

  .cd-nav .cd-navigation-wrapper::after {
    clear: both;
    content: "";
    display: table; }

  .cd-nav .cd-half-block {
    width: 50%;
    float: left; }
    .cd-nav .cd-half-block nav {
      margin-top: 100px; }

  .cd-nav .cd-primary-nav {
    margin-top: 0; }

  .cd-nav h2 {
    font-size: 1.5rem;
    margin-bottom: 5.6em; }

  .cd-nav .cd-primary-nav li {
    margin: 2em 0; }

  .cd-nav .cd-primary-nav a {
    font-size: 4.4rem; }

  .cd-nav .cd-contact-info {
    margin-top: 120px;
    text-align: right; }

  .cd-nav .cd-contact-info li {
    margin-bottom: 2.4em; }

  .cd-nav .cd-contact-info li, .cd-nav .cd-contact-info a, .cd-nav .cd-contact-info span {
    font-size: 2rem; } }
.no-js main {
  height: auto;
  overflow: visible; }

.no-js .cd-nav {
  position: static;
  visibility: visible; }

.no-js .cd-nav .cd-navigation-wrapper {
  height: auto;
  overflow: visible;
  padding: 100px 5%;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }

footer {
  background-color: #413C3C; }
  footer .footer-inner {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    padding-top: 2.5em;
    overflow: hidden; }
    footer .footer-inner p {
      font-size: 14px;
      line-height: 19.72px;
      line-height: 1.2325rem;
      color: #E4E4E4;
      font-family: 'Unica One', cursive;
      text-transform: uppercase; }
      footer .footer-inner p.inner-title {
        font-size: 18px;
        font-weight: 900; }
    footer .footer-inner a {
      color: #C5A47E; }
    footer .footer-inner dl {
      position: relative;
      padding: 0;
      margin-top: 2.5em; }
      footer .footer-inner dl dt {
        font-size: 14px;
        line-height: 19.2px;
        color: #E4E4E4;
        padding: 0;
        margin-bottom: 0;
        position: absolute;
        width: 25%;
        padding: 0;
        font-family: 'Unica One', cursive;
        text-transform: uppercase;
        font-weight: 100; }
      footer .footer-inner dl dd {
        font-size: 12.8px;
        line-height: 12.2px;
        /* line-height: 1.2rem; */
        color: #E4E4E4;
        padding: 0;
        margin-bottom: 0;
        margin: 0 0 10px 40px;
        width: 75%;
        padding-left: 25%; }
        footer .footer-inner dl dd a {
          font-size: 12.8px;
          line-height: 18.56px;
          color: #FFFFFF; }
    footer .footer-inner ul {
      margin-top: 1.5em;
      padding: 0; }
      footer .footer-inner ul li {
        list-style: none;
        padding: 0;
        font-size: 12.8px;
        line-height: 12.2px;
        margin-bottom: 20px; }
        footer .footer-inner ul li a {
          color: #E4E4E4;
          font-family: 'Unica One', cursive;
          text-transform: uppercase; }

.btn-social {
  opacity: 0.85;
  padding: 8px 9px; }
  .btn-social .fa {
    font-size: 18px;
    vertical-align: middle;
    display: inline-block; }
  .btn-social.btn-round {
    padding: 9px 10px; }
  .btn-social.btn-simple {
    padding: 9px 5px;
    font-size: 16px; }
    .btn-social.btn-simple .fa {
      font-size: 20px;
      position: relative;
      top: -2px;
      width: 24px; }

.btn-facebook {
  border-color: #3b5998;
  color: #3b5998; }
  .btn-facebook:hover, .btn-facebook:focus, .btn-facebook:active, .btn-facebook.active, .open > .btn-facebook.dropdown-toggle {
    background-color: transparent;
    color: #3b5998;
    border-color: #3b5998;
    opacity: 1; }
  .btn-facebook:disabled, .btn-facebook[disabled], .btn-facebook.disabled {
    background-color: transparent;
    border-color: #3b5998; }
  .btn-facebook.btn-fill {
    color: #FFFFFF;
    background-color: #3b5998;
    opacity: 0.9; }
    .btn-facebook.btn-fill:hover, .btn-facebook.btn-fill:focus, .btn-facebook.btn-fill:active, .btn-facebook.btn-fill.active, .open > .btn-facebook.btn-fill.dropdown-toggle {
      background-color: #3b5998;
      color: #FFFFFF;
      opacity: 1; }

.btn-twitter {
  border-color: #55acee;
  color: #55acee; }
  .btn-twitter:hover, .btn-twitter:focus, .btn-twitter:active, .btn-twitter.active, .open > .btn-twitter.dropdown-toggle {
    background-color: transparent;
    color: #55acee;
    border-color: #55acee;
    opacity: 1; }
  .btn-twitter:disabled, .btn-twitter[disabled], .btn-twitter.disabled {
    background-color: transparent;
    border-color: #55acee; }
  .btn-twitter.btn-fill {
    color: #FFFFFF;
    background-color: #55acee;
    opacity: 0.9; }
    .btn-twitter.btn-fill:hover, .btn-twitter.btn-fill:focus, .btn-twitter.btn-fill:active, .btn-twitter.btn-fill.active, .open > .btn-twitter.btn-fill.dropdown-toggle {
      background-color: #55acee;
      color: #FFFFFF;
      opacity: 1; }

.btn-pinterest {
  border-color: #cc2127;
  color: #cc2127; }
  .btn-pinterest:hover, .btn-pinterest:focus, .btn-pinterest:active, .btn-pinterest.active, .open > .btn-pinterest.dropdown-toggle {
    background-color: transparent;
    color: #cc2127;
    border-color: #cc2127;
    opacity: 1; }
  .btn-pinterest:disabled, .btn-pinterest[disabled], .btn-pinterest.disabled {
    background-color: transparent;
    border-color: #cc2127; }
  .btn-pinterest.btn-fill {
    color: #FFFFFF;
    background-color: #cc2127;
    opacity: 0.9; }
    .btn-pinterest.btn-fill:hover, .btn-pinterest.btn-fill:focus, .btn-pinterest.btn-fill:active, .btn-pinterest.btn-fill.active, .open > .btn-pinterest.btn-fill.dropdown-toggle {
      background-color: #cc2127;
      color: #FFFFFF;
      opacity: 1; }

.btn-google {
  border-color: #dd4b39;
  color: #dd4b39; }
  .btn-google:hover, .btn-google:focus, .btn-google:active, .btn-google.active, .open > .btn-google.dropdown-toggle {
    background-color: transparent;
    color: #dd4b39;
    border-color: #dd4b39;
    opacity: 1; }
  .btn-google:disabled, .btn-google[disabled], .btn-google.disabled {
    background-color: transparent;
    border-color: #dd4b39; }
  .btn-google.btn-fill {
    color: #FFFFFF;
    background-color: #dd4b39;
    opacity: 0.9; }
    .btn-google.btn-fill:hover, .btn-google.btn-fill:focus, .btn-google.btn-fill:active, .btn-google.btn-fill.active, .open > .btn-google.btn-fill.dropdown-toggle {
      background-color: #dd4b39;
      color: #FFFFFF;
      opacity: 1; }

.btn-linkedin {
  border-color: #0976b4;
  color: #0976b4; }
  .btn-linkedin:hover, .btn-linkedin:focus, .btn-linkedin:active, .btn-linkedin.active, .open > .btn-linkedin.dropdown-toggle {
    background-color: transparent;
    color: #0976b4;
    border-color: #0976b4;
    opacity: 1; }
  .btn-linkedin:disabled, .btn-linkedin[disabled], .btn-linkedin.disabled {
    background-color: transparent;
    border-color: #0976b4; }
  .btn-linkedin.btn-fill {
    color: #FFFFFF;
    background-color: #0976b4;
    opacity: 0.9; }
    .btn-linkedin.btn-fill:hover, .btn-linkedin.btn-fill:focus, .btn-linkedin.btn-fill:active, .btn-linkedin.btn-fill.active, .open > .btn-linkedin.btn-fill.dropdown-toggle {
      background-color: #0976b4;
      color: #FFFFFF;
      opacity: 1; }

.btn-dribbble {
  border-color: #ea4c89;
  color: #ea4c89; }
  .btn-dribbble:hover, .btn-dribbble:focus, .btn-dribbble:active, .btn-dribbble.active, .open > .btn-dribbble.dropdown-toggle {
    background-color: transparent;
    color: #ea4c89;
    border-color: #ea4c89;
    opacity: 1; }
  .btn-dribbble:disabled, .btn-dribbble[disabled], .btn-dribbble.disabled {
    background-color: transparent;
    border-color: #ea4c89; }
  .btn-dribbble.btn-fill {
    color: #FFFFFF;
    background-color: #ea4c89;
    opacity: 0.9; }
    .btn-dribbble.btn-fill:hover, .btn-dribbble.btn-fill:focus, .btn-dribbble.btn-fill:active, .btn-dribbble.btn-fill.active, .open > .btn-dribbble.btn-fill.dropdown-toggle {
      background-color: #ea4c89;
      color: #FFFFFF;
      opacity: 1; }

.btn-github {
  border-color: #333333;
  color: #333333; }
  .btn-github:hover, .btn-github:focus, .btn-github:active, .btn-github.active, .open > .btn-github.dropdown-toggle {
    background-color: transparent;
    color: #333333;
    border-color: #333333;
    opacity: 1; }
  .btn-github:disabled, .btn-github[disabled], .btn-github.disabled {
    background-color: transparent;
    border-color: #333333; }
  .btn-github.btn-fill {
    color: #FFFFFF;
    background-color: #333333;
    opacity: 0.9; }
    .btn-github.btn-fill:hover, .btn-github.btn-fill:focus, .btn-github.btn-fill:active, .btn-github.btn-fill.active, .open > .btn-github.btn-fill.dropdown-toggle {
      background-color: #333333;
      color: #FFFFFF;
      opacity: 1; }

.btn-youtube {
  border-color: #e52d27;
  color: #e52d27; }
  .btn-youtube:hover, .btn-youtube:focus, .btn-youtube:active, .btn-youtube.active, .open > .btn-youtube.dropdown-toggle {
    background-color: transparent;
    color: #e52d27;
    border-color: #e52d27;
    opacity: 1; }
  .btn-youtube:disabled, .btn-youtube[disabled], .btn-youtube.disabled {
    background-color: transparent;
    border-color: #e52d27; }
  .btn-youtube.btn-fill {
    color: #FFFFFF;
    background-color: #e52d27;
    opacity: 0.9; }
    .btn-youtube.btn-fill:hover, .btn-youtube.btn-fill:focus, .btn-youtube.btn-fill:active, .btn-youtube.btn-fill.active, .open > .btn-youtube.btn-fill.dropdown-toggle {
      background-color: #e52d27;
      color: #FFFFFF;
      opacity: 1; }

.btn-stumbleupon {
  border-color: #eb4924;
  color: #eb4924; }
  .btn-stumbleupon:hover, .btn-stumbleupon:focus, .btn-stumbleupon:active, .btn-stumbleupon.active, .open > .btn-stumbleupon.dropdown-toggle {
    background-color: transparent;
    color: #eb4924;
    border-color: #eb4924;
    opacity: 1; }
  .btn-stumbleupon:disabled, .btn-stumbleupon[disabled], .btn-stumbleupon.disabled {
    background-color: transparent;
    border-color: #eb4924; }
  .btn-stumbleupon.btn-fill {
    color: #FFFFFF;
    background-color: #eb4924;
    opacity: 0.9; }
    .btn-stumbleupon.btn-fill:hover, .btn-stumbleupon.btn-fill:focus, .btn-stumbleupon.btn-fill:active, .btn-stumbleupon.btn-fill.active, .open > .btn-stumbleupon.btn-fill.dropdown-toggle {
      background-color: #eb4924;
      color: #FFFFFF;
      opacity: 1; }

.btn-reddit {
  border-color: #ff4500;
  color: #ff4500; }
  .btn-reddit:hover, .btn-reddit:focus, .btn-reddit:active, .btn-reddit.active, .open > .btn-reddit.dropdown-toggle {
    background-color: transparent;
    color: #ff4500;
    border-color: #ff4500;
    opacity: 1; }
  .btn-reddit:disabled, .btn-reddit[disabled], .btn-reddit.disabled {
    background-color: transparent;
    border-color: #ff4500; }
  .btn-reddit.btn-fill {
    color: #FFFFFF;
    background-color: #ff4500;
    opacity: 0.9; }
    .btn-reddit.btn-fill:hover, .btn-reddit.btn-fill:focus, .btn-reddit.btn-fill:active, .btn-reddit.btn-fill.active, .open > .btn-reddit.btn-fill.dropdown-toggle {
      background-color: #ff4500;
      color: #FFFFFF;
      opacity: 1; }

.btn-tumblr {
  border-color: #35465c;
  color: #35465c; }
  .btn-tumblr:hover, .btn-tumblr:focus, .btn-tumblr:active, .btn-tumblr.active, .open > .btn-tumblr.dropdown-toggle {
    background-color: transparent;
    color: #35465c;
    border-color: #35465c;
    opacity: 1; }
  .btn-tumblr:disabled, .btn-tumblr[disabled], .btn-tumblr.disabled {
    background-color: transparent;
    border-color: #35465c; }
  .btn-tumblr.btn-fill {
    color: #FFFFFF;
    background-color: #35465c;
    opacity: 0.9; }
    .btn-tumblr.btn-fill:hover, .btn-tumblr.btn-fill:focus, .btn-tumblr.btn-fill:active, .btn-tumblr.btn-fill.active, .open > .btn-tumblr.btn-fill.dropdown-toggle {
      background-color: #35465c;
      color: #FFFFFF;
      opacity: 1; }

.btn-behance {
  border-color: #1769ff;
  color: #1769ff; }
  .btn-behance:hover, .btn-behance:focus, .btn-behance:active, .btn-behance.active, .open > .btn-behance.dropdown-toggle {
    background-color: transparent;
    color: #1769ff;
    border-color: #1769ff;
    opacity: 1; }
  .btn-behance:disabled, .btn-behance[disabled], .btn-behance.disabled {
    background-color: transparent;
    border-color: #1769ff; }
  .btn-behance.btn-fill {
    color: #FFFFFF;
    background-color: #1769ff;
    opacity: 0.9; }
    .btn-behance.btn-fill:hover, .btn-behance.btn-fill:focus, .btn-behance.btn-fill:active, .btn-behance.btn-fill.active, .open > .btn-behance.btn-fill.dropdown-toggle {
      background-color: #1769ff;
      color: #FFFFFF;
      opacity: 1; }

.dropdown-menu {
  visibility: hidden;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  z-index: 9000;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.125);
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.125);
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -ms-transition: all .2s ease-in;
  transition: all .2s ease-in;
  visibility: visible; }
  .dropdown-menu:before {
    border-bottom: 11px solid white;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    right: 10px;
    top: -11px;
    z-index: 100; }
  .open .dropdown-menu {
    opacity: 1;
    filter: alpha(opacity=100); }
  .select .dropdown-menu {
    border-radius: 0 0 10px 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform-origin: 50% -40px;
    -moz-transform-origin: 50% -40px;
    -o-transform-origin: 50% -40px;
    -ms-transform-origin: 50% -40px;
    transform-origin: 50% -40px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    transition: all 150ms linear;
    margin-top: -20px; }
  .select.open .dropdown-menu {
    margin-top: -1px; }
  .dropdown-menu > li > a {
    padding: 8px 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    color: #2c3e50; }
    .dropdown-menu > li > a img {
      margin-top: -3px; }
  .dropdown-menu > li > a:focus {
    outline: 0 !important; }
  .btn-group.select .dropdown-menu {
    min-width: 100%; }
  .dropdown-menu > li:first-child > a {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px; }
  .dropdown-menu > li:last-child > a {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px; }
  .select .dropdown-menu > li:first-child > a {
    border-radius: 0;
    border-bottom: 0 none; }
  .dropdown-menu > li > a:hover,
  .dropdown-menu > li > a:focus {
    background-color: #F5F5F5;
    color: #333333;
    opacity: 1;
    text-decoration: none; }
  .dropdown-menu.dropdown-blue > li > a:hover, .dropdown-menu.dropdown-blue > li > a:focus {
    background-color: #0A91AB; }
  .dropdown-menu.dropdown-azure > li > a:hover, .dropdown-menu.dropdown-azure > li > a:focus {
    background-color: rgba(44, 168, 255, 0.2); }
  .dropdown-menu.ct-green > li > a:hover, .dropdown-menu.ct-green > li > a:focus {
    background-color: rgba(5, 174, 14, 0.2); }
  .dropdown-menu.dropdown-orange > li > a:hover, .dropdown-menu.dropdown-orange > li > a:focus {
    background-color: rgba(255, 149, 0, 0.2); }
  .dropdown-menu.dropdown-red > li > a:hover, .dropdown-menu.dropdown-red > li > a:focus {
    background-color: rgba(255, 59, 48, 0.2); }

.dropdown-with-icons > li > a {
  padding-left: 0px;
  line-height: 28px; }
.dropdown-with-icons i {
  text-align: center;
  line-height: 28px;
  float: left; }
  .dropdown-with-icons i[class^="pe-"] {
    font-size: 24px;
    width: 46px; }
  .dropdown-with-icons i[class^="fa"] {
    font-size: 14px;
    width: 38px; }

.btn-group.select {
  overflow: hidden; }

.btn-group.select.open {
  overflow: visible; }

.icon {
  height: 64px;
  width: 64px;
  padding: 12px;
  border-radius: 15px;
  display: inline-table;
  background: #d9d9d9;
  background: -moz-linear-gradient(top, #d9d9d9 0%, #909297 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d9d9d9), color-stop(100%, #909297));
  background: -webkit-linear-gradient(top, #d9d9d9 0%, #909297 100%);
  background: -o-linear-gradient(top, #d9d9d9 0%, #909297 100%);
  background: -ms-linear-gradient(top, #d9d9d9 0%, #909297 100%);
  background: linear-gradient(to bottom, #d9d9d9 0%, #909297 100%);
  padding: 8px; }
  .icon [class^="icon-"] {
    height: 40px;
    width: 40px;
    background-repeat: no-repeat;
    background-size: 100%; }
  .icon.icon-sm {
    height: 32px;
    width: 32px;
    padding: 4px;
    border-radius: 7px;
    display: inline-table; }
    .icon.icon-sm [class^="icon-"] {
      height: 20px;
      width: 20px; }
    .icon.icon-sm [class*="pe-7s-"] {
      width: 25px;
      height: 25px;
      line-height: 25px;
      font-size: 25px;
      text-align: center;
      color: #FFFFFF; }
    .icon.icon-sm [class*="fa-"] {
      width: 25px;
      height: 25px;
      line-height: 25px;
      font-size: 19px;
      text-align: center;
      color: #FFFFFF; }
  .icon [class*="pe-7s-"] {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 46px;
    text-align: center;
    color: #FFFFFF; }
  .icon [class*="fa-"] {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 36px;
    text-align: center;
    color: #FFFFFF; }

.icon-blue {
  background: #4087ea;
  background: -moz-linear-gradient(top, #4087ea 0%, #533ce1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4087ea), color-stop(100%, #533ce1));
  background: -webkit-linear-gradient(top, #4087ea 0%, #533ce1 100%);
  background: -o-linear-gradient(top, #4087ea 0%, #533ce1 100%);
  background: -ms-linear-gradient(top, #4087ea 0%, #533ce1 100%);
  background: linear-gradient(to bottom, #4087ea 0%, #533ce1 100%); }

.icon-azure {
  background: #45c0fd;
  background: -moz-linear-gradient(top, #45c0fd 0%, #4091ff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #45c0fd), color-stop(100%, #4091ff));
  background: -webkit-linear-gradient(top, #45c0fd 0%, #4091ff 100%);
  background: -o-linear-gradient(top, #45c0fd 0%, #4091ff 100%);
  background: -ms-linear-gradient(top, #45c0fd 0%, #4091ff 100%);
  background: linear-gradient(to bottom, #45c0fd 0%, #4091ff 100%); }

.icon-green {
  background: #a1eb3a;
  background: -moz-linear-gradient(top, #a1eb3a 0%, #6dc030 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a1eb3a), color-stop(100%, #6dc030));
  background: -webkit-linear-gradient(top, #a1eb3a 0%, #6dc030 100%);
  background: -o-linear-gradient(top, #a1eb3a 0%, #6dc030 100%);
  background: -ms-linear-gradient(top, #a1eb3a 0%, #6dc030 100%);
  background: linear-gradient(to bottom, #a1eb3a 0%, #6dc030 100%); }

.icon-orange {
  background: #ffb33b;
  background: -moz-linear-gradient(top, #ffb33b 0%, #ff5221 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb33b), color-stop(100%, #ff5221));
  background: -webkit-linear-gradient(top, #ffb33b 0%, #ff5221 100%);
  background: -o-linear-gradient(top, #ffb33b 0%, #ff5221 100%);
  background: -ms-linear-gradient(top, #ffb33b 0%, #ff5221 100%);
  background: linear-gradient(to bottom, #ffb33b 0%, #ff5221 100%); }

.icon-red {
  background: #ff3b30;
  background: -moz-linear-gradient(top, #ff3b30 0%, #bb0502 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff3b30), color-stop(100%, #bb0502));
  background: -webkit-linear-gradient(top, #ff3b30 0%, #bb0502 100%);
  background: -o-linear-gradient(top, #ff3b30 0%, #bb0502 100%);
  background: -ms-linear-gradient(top, #ff3b30 0%, #bb0502 100%);
  background: linear-gradient(to bottom, #ff3b30 0%, #bb0502 100%); }

.icon-purple {
  background: #df55e1;
  background: -moz-linear-gradient(top, #df55e1 0%, #943bea 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #df55e1), color-stop(100%, #943bea));
  background: -webkit-linear-gradient(top, #df55e1 0%, #943bea 100%);
  background: -o-linear-gradient(top, #df55e1 0%, #943bea 100%);
  background: -ms-linear-gradient(top, #df55e1 0%, #943bea 100%);
  background: linear-gradient(to bottom, #df55e1 0%, #943bea 100%); }

.icon-pink {
  background: #ff2a63;
  background: -moz-linear-gradient(top, #ff2a63 0%, #ff2e2e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff2a63), color-stop(100%, #ff2e2e));
  background: -webkit-linear-gradient(top, #ff2a63 0%, #ff2e2e 100%);
  background: -o-linear-gradient(top, #ff2a63 0%, #ff2e2e 100%);
  background: -ms-linear-gradient(top, #ff2a63 0%, #ff2e2e 100%);
  background: linear-gradient(to bottom, #ff2a63 0%, #ff2e2e 100%); }

.icon-black {
  background: #787878;
  background: -moz-linear-gradient(top, #787878 0%, #343434 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #787878), color-stop(100%, #343434));
  background: -webkit-linear-gradient(top, #787878 0%, #343434 100%);
  background: -o-linear-gradient(top, #787878 0%, #343434 100%);
  background: -ms-linear-gradient(top, #787878 0%, #343434 100%);
  background: linear-gradient(to bottom, #787878 0%, #343434 100%); }

.info {
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: center; }
  .info .icon {
    margin-top: 0; }
  .info h4,
  .info .h4 {
    margin-top: 20px;
    margin-bottom: 5px; }

.info-horizontal {
  text-align: left;
  margin-top: 0; }
  .info-horizontal .icon {
    float: left;
    margin-top: 20px;
    margin-right: 20px; }
  .info-horizontal .description {
    overflow: hidden; }

.nbs-flexisel-container {
  position: relative;
  min-width: 100%; }

.nbs-flexisel-ul {
  position: relative;
  width: 9999px;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  text-align: center; }

.nbs-flexisel-inner {
  overflow: hidden;
  float: left;
  width: 100%; }

.nbs-flexisel-item {
  float: left;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  position: relative;
  line-height: 0px; }

.nbs-flexisel-item img {
  width: 100%;
  cursor: pointer;
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px; }

/*** Navigation ***/
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
  position: absolute;
  cursor: pointer;
  z-index: 100;
  opacity: 0.5; }

.nbs-flexisel-nav-left {
  left: -10px; }

.nbs-flexisel-nav-right {
  right: -10px; }

.media {
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 30px;
  margin-top: 30px; }
  .media .avatar {
    margin: 0 auto;
    width: 64px;
    height: 64px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 15px;
    border: 3px solid transparent; }
    .media .avatar img {
      width: 100%; }
  .media .media-heading {
    margin-bottom: 10px;
    margin-top: 5px;
    display: inline-block; }
  .media .btn-simple {
    padding: 0px 5px; }
  .media .media {
    margin-top: 30px; }
  .media .media:last-child {
    border: 0; }

.media-post {
  color: #555;
  border: 0; }
  .media-post .media-heading {
    display: block;
    text-align: center; }
  .media-post .author {
    width: 15%; }
  .media-post .media-body {
    width: 85%;
    float: left;
    display: inline-block; }
  .media-post textarea {
    margin: 0 0 10px 0;
    font-size: 16px; }
  .media-post .avatar {
    border-color: white; }

.media-area .media:last-child {
  border: 0; }
.media-area .pagination-area {
  padding: 10px 0;
  text-align: center; }

.media-area-small p {
  font-size: 14px; }
.media-area-small .btn-simple {
  font-size: 14px; }
.media-area-small .avatar {
  width: 58px;
  height: 58px; }

.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 1200px;
  margin: 0 auto; }

.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both; }

/* -------------------------------- 

Main components 

-------------------------------- */
.body {
  position: relative;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.body.slide-out {
  /* the .body element slides to the left when the author bio is visible */
  -webkit-transform: translateX(-270px);
  -moz-transform: translateX(-270px);
  -ms-transform: translateX(-270px);
  -o-transform: translateX(-270px);
  transform: translateX(-270px); }

.body.slide-out .cd-overlay {
  /* the overlay layer gets visible when the author bio slides in */
  display: block;
  -webkit-animation: cd-fade-in 0.3s;
  -moz-animation: cd-fade-in 0.3s;
  animation: cd-fade-in 0.3s; }

@media only screen and (min-width: 768px) {
  .body.slide-out {
    /* change in size of the author bio section */
    -webkit-transform: translateX(-600px);
    -moz-transform: translateX(-600px);
    -ms-transform: translateX(-600px);
    -o-transform: translateX(-600px);
    transform: translateX(-600px); } }
@media only screen and (min-width: 1200px) {
  .body.slide-out {
    -webkit-transform: translateX(-800px);
    -moz-transform: translateX(-800px);
    -ms-transform: translateX(-800px);
    -o-transform: translateX(-800px);
    transform: translateX(-800px); } }
.cd-section {
  padding: 2em 0;
  text-align: center; }

.cd-section .cd-container {
  /* this modifies the .cd-container default max-width */
  max-width: 768px; }

.cd-section h2 {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1em;
  font-size: 20px;
  font-size: 1.25rem; }

.cd-section p {
  line-height: 1.4; }

header h1 {
  font-size: 30px;
  font-size: 1.875rem;
  font-family: "Droid Sans", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: .4em;
  color: #3e380c; }

header p {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #93861d; }

.cd-placeholder-1 {
  background: #f25f5c;
  color: #fdeaea; }

.cd-placeholder-2 {
  background: #FFF; }

#cd-team .cd-container {
  max-width: 1200px; }

#cd-team h2 {
  color: #1a2f2a; }

#cd-team li {
  margin-bottom: 2em; }
  #cd-team li a:hover {
    text-decoration: none; }

.no-touch #cd-team li:hover {
  box-shadow: 0 0 10px rgba(92, 75, 81, 0.3); }

.no-touch #cd-team li:hover .cd-img-overlay {
  opacity: 1; }

#cd-team figure {
  position: relative; }

#cd-team img {
  display: block;
  width: 100%;
  border-radius: .25em .25em 0 0; }

#cd-team .cd-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(92, 75, 81, 0.9);
  opacity: 0;
  border-radius: .25em .25em 0 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s; }

#cd-team .cd-img-overlay span {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  color: #FFF; }

#cd-team .cd-member-info {
  height: 50px;
  text-align: left;
  font-family: "Droid Sans", sans-serif;
  font-weight: bold;
  padding-top: 20px; }

#cd-team .cd-member-info span {
  display: block;
  font-family: "Droid Serif", serif;
  font-weight: normal;
  color: #999999;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: .5em; }

@media only screen and (min-width: 768px) {
  #cd-team li {
    width: 23.5%;
    float: left;
    margin-right: 2%; }
    #cd-team li p {
      font-size: 14px;
      text-align: left; }

  #cd-team .large li {
    width: 48%; }

  #cd-team li:nth-child(4n) {
    margin-right: 0; } }
.cd-member-bio {
  position: fixed;
  top: 0;
  right: 0;
  width: 270px;
  height: 100%;
  padding-top: 100px;
  overflow-y: auto;
  /* smooth scrolling on mobile phones and tablets */
  -webkit-overflow-scrolling: touch;
  background: #243040;
  z-index: 1;
  /* this how we move the author bio section off the canvas */
  -webkit-transform: translateX(270px);
  -moz-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.cd-member-bio.slide-in {
  /* the author bio section slides in when the user clicks on the team member picture */
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }

.cd-member-bio .cd-member-bio-pict {
  position: relative; }

.cd-member-bio .cd-member-bio-pict::after {
  /* gradient at the bottom of the image - same color of the background of the section */
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: -webkit-linear-gradient(bottom, #5c4b51, rgba(92, 75, 81, 0));
  background: linear-gradient(to top, #5c4b51, rgba(92, 75, 81, 0)); }

.no-cssgradients .cd-member-bio .cd-member-bio-pict::after {
  display: none; }

.cd-member-bio img {
  width: 100%;
  display: block; }

.cd-member-bio .cd-bio-content {
  padding: 1em;
  color: #FFF; }

.cd-member-bio .cd-bio-content h1 {
  font-weight: bold;
  text-align: left;
  font-size: 20px;
  font-size: 1.25rem;
  color: white; }

.cd-member-bio .cd-bio-content p {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 1em 0;
  line-height: 1.4;
  color: #d7cfd2; }

@media only screen and (min-width: 768px) {
  .cd-member-bio {
    width: 600px;
    -webkit-transform: translateX(600px);
    -moz-transform: translateX(600px);
    -ms-transform: translateX(600px);
    -o-transform: translateX(600px);
    transform: translateX(600px); }

  .cd-member-bio .cd-bio-content {
    padding: 2em; }

  .cd-member-bio .cd-bio-content p {
    line-height: 1.6;
    margin: 2em 0; } }
@media only screen and (min-width: 1200px) {
  .cd-member-bio {
    width: 800px;
    -webkit-transform: translateX(800px);
    -moz-transform: translateX(800px);
    -ms-transform: translateX(800px);
    -o-transform: translateX(800px);
    transform: translateX(800px); }

  .cd-member-bio .cd-member-bio-pict::after {
    height: 150px; }

  .cd-member-bio .cd-bio-content {
    padding: 4em;
    /* we move the content up so the title is over the color gradient */
    -webkit-transform: translateY(-80px);
    -moz-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    -o-transform: translateY(-80px);
    transform: translateY(-80px); }

  .cd-member-bio .cd-bio-content h1 {
    font-size: 40px;
    font-size: 2.5rem; }

  .cd-member-bio .cd-bio-content p {
    font-size: 16px;
    font-size: 1rem; }

  .no-cssgradients .cd-member-bio .cd-bio-content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }
.cd-member-bio-close {
  width: 32px;
  height: 32px;
  overflow: hidden;
  position: fixed;
  top: 10px;
  right: 10px;
  background: url("../img/cd-icon-close.svg") no-repeat center center;
  text-indent: 100%;
  white-space: nowrap;
  z-index: 3;
  display: none; }

.cd-member-bio-close.is-visible {
  display: block;
  -webkit-animation: cd-move-in 0.8s;
  -moz-animation: cd-move-in 0.8s;
  animation: cd-move-in 0.8s; }

@media only screen and (min-width: 1200px) {
  .cd-member-bio-close {
    right: 70px;
    top: 25px; } }
.cd-overlay {
  position: absolute;
  z-index: 20000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  display: none; }

/* -------------------------------- 

xkeyframes 

-------------------------------- */
@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes cd-fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes cd-fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes cd-move-in {
  0% {
    -webkit-transform: translateX(100px); }
  100% {
    -webkit-transform: translateX(0); } }
@-moz-keyframes cd-move-in {
  0% {
    -moz-transform: translateX(100px); }
  100% {
    -moz-transform: translateX(0); } }
@keyframes cd-move-in {
  0% {
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px); }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }
.carousel-control {
  width: 8%; }

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .fa, .carousel-control .fa {
  display: inline-block;
  position: absolute;
  top: 50%;
  z-index: 5; }

.carousel-control .fa {
  font-size: 35px; }

.carousel-control.left, .carousel-control.right {
  background-image: none; }

#google-container {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100vh;
  background-color: #e7eaf0; }

#cd-google-map {
  position: relative; }

#cd-google-map address {
  position: absolute;
  z-index: 21;
  width: 100%;
  bottom: 0;
  left: 0;
  color: #065471;
  text-transform: uppercase;
  padding: 1em 1em;
  margin: 0;
  font-size: 20px;
  font-weight: 600; }

@media only screen and (min-width: 768px) {
  #cd-google-map address {
    font-size: 15px;
    text-align: center; } }
#cd-zoom-in, #cd-zoom-out {
  height: 32px;
  width: 32px;
  cursor: pointer;
  margin-left: 10px;
  background-color: #0A91AB;
  background-repeat: no-repeat;
  background-size: 32px 64px;
  background-image: url("../img/cd-icon-controller.svg");
  position: relative;
  z-index: 10; }

.no-touch #cd-zoom-in:hover, .no-touch #cd-zoom-out:hover {
  background-color: #f8951d; }

@media only screen and (min-width: 768px) {
  #cd-zoom-in, #cd-zoom-out {
    margin-left: 50px; } }
#cd-zoom-in {
  background-position: 50% 0;
  margin-top: 50px;
  margin-bottom: 1px; }

@media only screen and (min-width: 768px) {
  #cd-zoom-in {
    margin-top: 100px; } }
#cd-zoom-out {
  background-position: 50% -32px; }

.cd-btn {
  display: inline-block;
  padding: 1em 2em;
  color: #FFF;
  border: 2px solid #FFF;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: background 150ms ease-in-out;
  -moz-transition: background 150ms ease-in-out;
  -ms-transition: background 150ms ease-in-out;
  -o-transition: background 150ms ease-in-out;
  transition: background 150ms ease-in-out; }
  .cd-btn.cd-blue {
    color: #065471;
    border-color: #065471; }

.no-touch .cd-btn:hover, a.cd-btn:hover {
  background: #FFF;
  color: #AFB6BC; }

.no-touch .cd-btn.cd-blue:hover, a.cd-btn.cd-blue:hover {
  background: #065471;
  color: #FFF; }

/* -------------------------------- 

Main Content

-------------------------------- */
.cd-main-content {
  position: relative;
  width: 100%;
  display: table;
  padding: 5px 10px;
  opacity: 0; }

.cd-main-content p {
  font-weight: 600;
  font-size: 18px;
  text-align: justify; }

.cd-main-content .center {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.cd-main-content h1 {
  font-size: 2.2rem;
  line-height: 1;
  margin-bottom: 1em; }

@media only screen and (min-width: 768px) {
  .cd-main-content h1 {
    font-size: 4rem;
    font-weight: 300; } }
/* -------------------------------- 

Modal Window

-------------------------------- */
.cd-modal {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.6s;
  -moz-transition: visibility 0s 0.6s;
  transition: visibility 0s 0.6s; }

.cd-modal svg {
  position: absolute;
  top: 0;
  left: 0; }

.cd-modal svg > path {
  fill: #AFB6BC; }

.cd-modal.cd-blue svg > path {
  fill: #065471; }

.cd-modal .modal-close {
  /* 'X' icon */
  position: absolute;
  z-index: 1;
  top: 20px;
  right: 5%;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3) url(../img/cd-icon-close.svg) no-repeat center center;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  /* Force hardware acceleration*/
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
  -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
  transition: transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s; }

.no-touch .cd-modal .modal-close:hover {
  background-color: rgba(0, 0, 0, 0.5); }

.cd-modal.modal-is-visible {
  visibility: visible;
  -webkit-transition: visibility 0s 0s;
  -moz-transition: visibility 0s 0s;
  transition: visibility 0s 0s; }

.cd-modal.modal-is-visible .modal-close {
  visibility: visible;
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  transition: transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.cd-modal-content {
  position: relative;
  height: 100vh;
  overflow-y: auto;
  padding: 3em 5% 4em;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: opacity 0.3s 0s, -webkit-transform 0.3s 0s;
  -moz-transition: opacity 0.3s 0s, -moz-transform 0.3s 0s;
  transition: opacity 0.3s 0s, transform 0.3s 0s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.cd-modal-content p {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 900;
  margin: 20px 0 10px;
  color: #FFF; }

.cd-blue .cd-modal-content p {
  text-transform: none;
  font-size: 17px;
  text-align: justify;
  text-indent: 10px;
  font-weight: 600; }

.cd-modal-content ul {
  color: #FFF; }
  .cd-modal-content ul li {
    font-weight: 900; }

.modal-is-visible .cd-modal-content {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-overflow-scrolling: touch;
  -webkit-transition: opacity 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
  -moz-transition: opacity 0.3s 0.3s, -moz-transform 0.3s 0.3s;
  transition: opacity 0.3s 0.3s, transform 0.3s 0.3s; }

@media only screen and (min-width: 768px) {
  .cd-modal-content {
    padding: 3em 10% 4em; } }
/* -------------------------------- 

 Cover Layer - hide main content when modal is fired

-------------------------------- */
.cd-cover-layer {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #f2f2f2;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0.3s, visibility 0s 0.6s;
  -moz-transition: opacity 0.3s 0.3s, visibility 0s 0.6s;
  transition: opacity 0.3s 0.3s, visibility 0s 0.6s; }

.cd-cover-layer.modal-is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s; }

td {
  text-align: center; }

table {
  background-color: #E4E4E4; }

table, tbody, tr, td {
  border: none; }

tbody tr {
  border: none; }
  tbody tr:nth-child(-n+2) td {
    background-color: #FFC045 !important;
    color: white;
    text-transform: uppercase;
    font-weight: 900; }
    tbody tr:nth-child(-n+2) td:not(:last-child) {
      border-right: 1px solid rgba(255, 255, 255, 0.2); }
  tbody tr:nth-child(2) td {
    border-top: 1px solid rgba(255, 255, 255, 0.2); }
  tbody tr td {
    text-transform: capitalize;
    font-weight: 600;
    padding: 10px 0; }

tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.cd-container {
  width: 90%;
  max-width: 768px;
  margin: 2em auto; }
  .cd-container::after {
    /* clearfix */
    content: '';
    display: table;
    clear: both; }

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  z-index: 100;
  bottom: 50px;
  right: 10px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #ffc045 url(../img/top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s; }
  .cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s; }
  .cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: .9; }
  .no-touch .cd-top:hover {
    background-color: #e86256;
    opacity: 1; }
  @media only screen and (min-width: 768px) {
    .cd-top {
      right: 20px;
      bottom: 20px; } }
  @media only screen and (min-width: 1024px) {
    .cd-top {
      height: 60px;
      width: 60px;
      right: 30px;
      bottom: 50px; } }

.main-container {
  height: 100vh; }

.cbp-contentslider {
  width: 100%;
  height: 70%;
  margin: 1em auto;
  position: relative; }

.cbp-contentslider > ul {
  list-style: none;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 0;
  margin: 0; }

.cbp-contentslider > ul li {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 1em;
  background: transparent; }

/* Whithout JS, we use :target */
.cbp-contentslider > ul li:target {
  z-index: 100; }

.cbp-contentslider nav {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3.313em;
  z-index: 1000;
  border-top: 4px solid #47a3da;
  overflow: hidden; }

.cbp-contentslider nav a {
  float: left;
  display: block;
  width: 20%;
  height: 100%;
  font-weight: 400;
  letter-spacing: 0.1em;
  overflow: hidden;
  color: #47a3da;
  background: #fff;
  outline: none;
  text-align: center;
  line-height: 3;
  position: relative;
  padding-left: 3.125em;
  text-transform: uppercase;
  border-right: 4px solid #47a3da;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out; }

.cbp-contentslider nav a span {
  display: block; }

.cbp-contentslider nav a:last-child {
  border: none;
  box-shadow: 1px 0 #47a3da;
  /* fills gap caused by rounding */ }

.cbp-contentslider nav a:hover {
  background-color: #47a3da;
  color: #fff; }

.cbp-contentslider nav a.rc-active {
  background-color: #47a3da;
  color: #fff; }

/* Iconfont for navigation and headings */
.cbp-contentslider [class^="icon-"]:before,
.cbp-contentslider [class*=" icon-"]:before {
  font-family: 'icomoon';
  font-style: normal;
  text-align: center;
  speak: none;
  font-weight: normal;
  line-height: 2.5;
  font-size: 2em;
  position: absolute;
  left: 10%;
  top: 50%;
  margin: -1.250em 0 0 0;
  height: 2.500em;
  width: 2.500em;
  color: rgba(0, 0, 0, 0.1);
  -webkit-font-smoothing: antialiased; }

.cbp-contentslider [class^="icon-"].rc-active:before,
.cbp-contentslider [class*=" icon-"].rc-active:before,
.cbp-contentslider nav a:hover:before {
  color: rgba(255, 255, 255, 0.9); }

.cbp-contentslider h3 {
  font-size: 20px;
  height: 2em;
  line-height: 1.7;
  font-weight: 900;
  margin: 0 0 0.3em;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.3em;
  padding: 0 0.2em 0 0; }

.cbp-contentslider h3[class^="icon-"]:before,
.cbp-contentslider h3[class*=" icon-"]:before {
  top: 0;
  left: 0;
  width: 2em;
  line-height: 1;
  height: 1.2em;
  margin: 0;
  color: #47a3da; }

.cbp-contentslider li > div {
  position: absolute;
  width: 100%;
  left: 0;
  padding: 0 1em;
  overflow-x: hidden;
  overflow-y: auto; }

.cbp-contentslider p {
  color: #47a3da;
  padding: 0 0.5em 0.4em;
  margin: 0;
  font-size: 1.2em;
  font-weight: 300;
  text-align: justify;
  line-height: 1.6; }
  .cbp-contentslider p span {
    font-weight: 900; }

/* Media queries */
@media screen and (max-width: 70em) {
  .cbp-contentslider p {
    font-size: 100%; } }
@media screen and (max-width: 67.75em) {
  .cbp-contentslider {
    font-size: 85%; }

  .cbp-contentslider nav a[class^="icon-"]:before,
  .cbp-contentslider nav a[class*=" icon-"]:before {
    left: 50%;
    margin-left: -1.250em; }

  .cbp-contentslider nav a span {
    display: none; } }
@media screen and (max-width: 43em) {
  .cbp-contentslider h3 {
    font-size: 2em; }

  .cbp-contentslider .cbp-content {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    -o-column-count: 1;
    column-count: 1; }

  .cbp-contentslider li > div {
    top: 5em; } }
@media screen and (max-width: 25em) {
  .cbp-contentslider nav a {
    padding: 0; }

  .cbp-contentslider h3[class^="icon-"]:before,
  .cbp-contentslider h3[class*=" icon-"]:before {
    display: none; } }
.transition, p, ul.acordeon li i:before, ul.acordeon li i:after {
  transition: all 0.25s ease-in-out; }

.flipIn, h1, ul.acordeon li {
  animation: flipdown 0.5s ease both; }

.no-select, h3 {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

ul.acordeon {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0; }

ul.acordeon li {
  position: relative;
  padding: 0;
  margin: 0;
  padding-top: 4px;
  padding-bottom: 18px;
  border-top: 1px solid #FFC045; }

ul.acordeon li:nth-of-type(1) {
  animation-delay: 0.5s; }

ul.acordeon li:nth-of-type(2) {
  animation-delay: 0.75s; }

ul.acordeon li:nth-of-type(3) {
  animation-delay: 1s; }

ul.acordeon li:last-of-type {
  padding-bottom: 0; }

ul.acordeon li i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 16px;
  right: 0; }

ul.acordeon li i:before, ul.acordeon li i:after {
  content: "";
  position: absolute;
  background-color: #065471;
  width: 3px;
  height: 9px; }

ul.acordeon li h3 {
  text-transform: capitalize;
  font-size: 20px;
  color: #065471;
  font-family: 'Montserrat', sans-serif;
  margin: 10px; }

ul.acordeon li p span {
  font-weight: 900; }

ul.acordeon li i:before {
  transform: translate(-2px, 0) rotate(45deg); }

ul.acordeon li i:after {
  transform: translate(2px, 0) rotate(-45deg); }

ul.acordeon li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0; }

ul.acordeon li input[type=checkbox]:checked ~ p {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  margin: 0;
  transform: translate(0, 50%); }

ul.acordeon li input[type=checkbox]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg); }

ul.acordeon li input[type=checkbox]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg); }

@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg); }
  5% {
    opacity: 1; }
  80% {
    transform: rotateX(8deg); }
  83% {
    transform: rotateX(6deg); }
  92% {
    transform: rotateX(-3deg); }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg); } }
#imgrotate {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
  min-height: 250px;
  padding-left: 0; }

#imgrotate li {
  position: relative;
  display: block;
  width: 100%; }
  #imgrotate li img {
    width: 100%; }

#imgrotate li .caption {
  position: absolute;
  top: 25px;
  left: 40px;
  font-weight: bold; }

#imgrotate li .caption a {
  display: block;
  font-size: 1.2em;
  padding: 7px;
  color: #486680;
  background: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

#imgrotate li .caption a:hover {
  color: #6184a1; }

/** slidr CSS updates **/
.slidr-control.right {
  width: 40px !important;
  padding-right: 5px !important; }

.slidr-control.left {
  width: 40px !important;
  padding-left: 5px !important; }

#gallery_selector a {
  font-size: 18px;
  font-weight: 600;
  margin: 0 10px; }

/** responsive media queries **/
@media only screen and (max-width: 500px) {
  h1 {
    font-size: 2.0em; }

  #imgrotate li .caption {
    top: 10px; } }
.white-section {
  background: white !important; }

.header-section {
  position: relative;
  width: 100%;
  height: 40vh;
  background-image: url("http://www.gazprom.ru/f/posts/82/672791/prirazlom-full.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 70%; }
  .header-section.about {
    background-image: url("../img/photographer4.jpg"); }
  .header-section.news {
    background-image: url("https://images.unsplash.com/photo-1444653614773-995cb1ef9efa?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&w=1080&fit=max&s=00e74be82957df1a7393dba94c744ea2"); }
  .header-section.team {
    background-image: url("https://images.unsplash.com/photo-1418272443502-f4af3b83661e?crop=entropy&dpr=2&fit=crop&fm=jpg&h=825&ixjsv=2.1.0&ixlib=rb-0.3.5&q=50&w=1450");
    background-position: 50% 40%; }
  .header-section.contact {
    background-image: url("../img/contact.png");
    background-position: 50% 40%; }
  .header-section:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #ddd;
    opacity: .2;
    z-index: 1; }
  .header-section .header-title {
    position: relative;
    top: 25%;
    left: 50%;
    transform: translate(-50%);
    text-align: center;
    -webkit-transform: translate(-50%);
    color: white;
    z-index: 2; }
    .header-section .header-title .big-title {
      display: inline-block; }
      .header-section .header-title .big-title h1 {
        margin: 0;
        font-size: 150px;
        font-family: 'Pathway Gothic One', sans-serif;
        text-transform: uppercase;
        opacity: .8;
        color: #FFFFFF; }
    .header-section .header-title .small-title {
      display: inline-block;
      margin-left: 20px;
      text-align: left; }
      .header-section .header-title .small-title h3 {
        font-size: 30px;
        margin-top: 50px;
        line-height: 35px;
        font-weight: 900;
        font-family: 'Pathway Gothic One', sans-serif;
        color: #FFFFFF; }

.info-section {
  padding: 50px 0; }
  .info-section ul {
    margin-top: 25px;
    text-align: center; }
  .info-section ul li {
    margin-bottom: 10px; }

.big-title {
  text-align: left; }
  .big-title h1 {
    text-transform: capitalize;
    font-size: 3em;
    font-weight: 900;
    margin-bottom: 15px; }

.small-title {
  text-align: left; }
  .small-title h3 {
    color: #A87667;
    font-size: 20px;
    font-weight: 500;
    margin-top: 0; }

.info-title {
  margin: 0 auto;
  text-align: left;
  padding: 20px 0 50px; }
  .info-title h2 {
    font-size: 2em;
    margin: 0.67em 0;
    line-height: 1.3em;
    text-transform: uppercase;
    font-family: "Merriweather", serif; }

.pic-section {
  width: 100%;
  height: 450px;
  overflow: hidden;
  background-image: url("https://images.unsplash.com/reserve/TxbDzeAhRmCwa6DDrbOQ_kazan-big.jpg?crop=entropy&dpr=2&fit=crop&fm=jpg&h=825&ixjsv=2.1.0&ixlib=rb-0.3.5&q=50&w=1450");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.brand-section {
  padding: 2.8571428571rem 0 1.4285714286rem;
  background-color: #4E4949;
  position: relative; }
  .brand-section img {
    width: 225px; }

.section-team-4 .team {
  text-align: center;
  padding: 10px 0; }
  .section-team-4 .team .member {
    padding: 0 10px; }
    .section-team-4 .team .member img {
      width: 120px;
      height: 120px;
      margin: 0 auto; }
    .section-team-4 .team .member .description {
      padding: 10px 0; }
      .section-team-4 .team .member .description .details {
        font-size: 14px; }
        .section-team-4 .team .member .description .details i {
          color: #9a9a9a; }

.img-circle {
  border-radius: 50%;
  border: 3px solid #c5a47e; }
  .img-circle.img-profile {
    width: 120px;
    height: 120px; }

.description {
  margin-bottom: 20px; }

.big-text {
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0; }

.small-text {
  color: #9c9c9c;
  text-align: center; }

.social-buttons {
  margin-top: -20px;
  border-top: 1px solid #aaa;
  text-align: center; }

.btn-social:hover, .btn-social:active, .btn-social:focus {
  color: #c5a47e; }

.section-we-are-1 .parallax,
.section-we-are-1 .full-image,
.section-we-are-2 .parallax,
.section-we-are-2 .full-image {
  height: 450px; }
.section-we-are-1 #carousel .carousel-control,
.section-we-are-2 #carousel .carousel-control {
  width: 50%; }
.section-we-are-1 #carousel .left, .section-we-are-1 #carousel .right,
.section-we-are-2 #carousel .left,
.section-we-are-2 #carousel .right {
  z-index: 2; }
.section-we-are-1 #carousel .left,
.section-we-are-2 #carousel .left {
  cursor: url(../img/arrow-left.png), url(../img/arrow-left.cur), default !important;
  /* Built-in fallback */ }
.section-we-are-1 #carousel .right,
.section-we-are-2 #carousel .right {
  cursor: url(../img/arrow-right.png), url(../img/arrow-right.cur), default !important;
  /* Built-in fallback */ }
.section-we-are-1 #carousel .ng-animate.item:not(.left):not(.right),
.section-we-are-2 #carousel .ng-animate.item:not(.left):not(.right) {
  -webkit-transition: 0s ease-in-out left;
  transition: 0s ease-in-out left; }

.section-we-are-1 p {
  color: #9A9A9A; }
.section-we-are-1 #carousel .carousel-inner {
  max-height: 400px; }

.section-we-are-2 {
  position: relative;
  z-index: 3; }
  .section-we-are-2 .text-area {
    padding: 4.375em 0 5em; }
  .section-we-are-2 h2 span {
    font-size: 70%; }

.card img {
  max-width: 100%; }

.contact-section {
  text-align: center;
  padding: 120px 0 0; }
  .contact-section .contact-line {
    margin-bottom: 50px; }
    .contact-section .contact-line h5 {
      margin-bottom: 0;
      text-transform: uppercase;
      color: #c5a47e;
      font-family: 'Unica One', cursive;
      font-weight: 900;
      text-align: center; }
      .contact-section .contact-line h5 a {
        font-family: 'Unica One', cursive;
        color: #3a8bab; }
    .contact-section .contact-line h2 {
      margin-top: 10px;
      font-size: 18px; }
    .contact-section .contact-line p {
      font-size: 14px;
      margin: 0; }
    .contact-section .contact-line h4 {
      margin-top: 5px; }

.right-border {
  border-right: 1px solid #E4E4E4; }

.topbar {
  background: #79B9D2;
  color: white;
  width: 100%;
  z-index: 9999;
  padding: 5px 20px; }
  .topbar nav {
    margin-top: 25px; }
    .topbar nav ul {
      padding: 0;
      margin: 0; }
      .topbar nav ul li {
        display: inline-block;
        padding: 10px; }
        .topbar nav ul li a {
          color: white;
          text-decoration: none; }

ul.post-grid {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  ul.post-grid li {
    padding: 20px;
    transition: background linear 0.5s;
    border-bottom: 1px solid #E4E4E4; }
    ul.post-grid li p {
      margin-top: 25px;
      font-size: 20px; }
      ul.post-grid li p a {
        color: #A87667;
        font-weight: 600; }
    ul.post-grid li h5 {
      color: #030D47;
      font-weight: 900;
      font-size: 14px;
      font-family: 'Unica One', cursive; }

.content {
  width: 100%;
  position: relative;
  padding: 20px 40px 20px; }

h3 {
  font-size: 30px;
  font-weight: 900; }

h2 {
  color: #243040; }

.post {
  -webkit-transition: 0.5s linear all;
  transition: 0.5s linear all;
  opacity: 1;
  padding-bottom: 30px; }
  .post cite {
    display: inline-block;
    padding: 10px 0; }

.comments ul {
  margin: 0;
  padding: 0; }
  .comments ul li {
    list-style-type: none;
    padding: 20px 5px;
    border-bottom: 1px #79B9D2 solid; }

.post.ng-hide {
  opacity: 0; }

.post.ng-hide-add, .post.ng-hide-remove {
  display: block !important; }

form {
  width: 100%; }

input, textarea {
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 1.1em; }

.ng-invalid.ng-dirty {
  border-color: red; }

.ng-valid.ng-dirty {
  border-color: green; }

img {
  max-width: 100%; }

@media (max-width: 768px) {
  .section-header .header-background .header-text {
    width: 100%;
    top: 150px; }
    .section-header .header-background .header-text h1 {
      font-size: 30px; }
    .section-header .header-background .header-text h4 {
      font-size: 15px; }

  .footer nav > ul {
    float: left;
    margin-bottom: 15px; }
    .footer nav > ul li {
      width: 100% !important;
      margin: 0 !important; }

  .section-info .points-text .point.after-line:after {
    display: none; }

  .job-card {
    width: 100%; }

  .section-iso .col-sm-4 {
    margin-bottom: 20px; } }

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