@import url(https://fonts.googleapis.com/css?family=Special+Elite);
/*font-family: 'Zona Pro Semi Bold'
font-family: 'Zona Pro'
font-family: 'Zona Pro Regular Italic'
font-family: 'Zona Pro Light'*/
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
  text-shadow: none;
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.btn-default.disabled,
.btn-default:disabled,
.btn-default[disabled] {
  background-color: #e0e0e0;
  background-image: none;
}
.btn-primary {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #245580;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #265a88;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #265a88;
  border-color: #245580;
}
.btn-primary.disabled,
.btn-primary:disabled,
.btn-primary[disabled] {
  background-color: #265a88;
  background-image: none;
}
.btn-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}
.btn-success.disabled,
.btn-success:disabled,
.btn-success[disabled] {
  background-color: #419641;
  background-image: none;
}
.btn-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}
.btn-info.disabled,
.btn-info:disabled,
.btn-info[disabled] {
  background-color: #2aabd2;
  background-image: none;
}
.btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e38d13;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}
.btn-warning.disabled,
.btn-warning:disabled,
.btn-warning[disabled] {
  background-color: #eb9316;
  background-image: none;
}
.btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #b92c28;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}
.btn-danger.disabled,
.btn-danger:disabled,
.btn-danger[disabled] {
  background-color: #c12e2a;
  background-image: none;
}
.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-color: #e8e8e8;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-color: #2e6da4;
}
.navbar-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background-image: -o-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: -o-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
@media (max-width: 767px) {
  .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  }
}
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  border-color: #b2dba1;
}
.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  border-color: #9acfea;
}
.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  border-color: #f5e79e;
}
.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  border-color: #dca7a7;
}
.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
}
.progress-bar {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image: linear-gradient(to bottom, #337ab7 0%, #286090 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
}
.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
}
.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
}
.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
}
.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
}
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #286090;
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image: linear-gradient(to bottom, #337ab7 0%, #2b669a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
  border-color: #2b669a;
}
.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
  text-shadow: none;
}
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}
.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
}
.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
}
.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
}
.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
}
.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
}
.well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}
/*CUSTOM THEME*/
.cursive {
  font-family: 'Special Elite', Georgia, "Times New Roman", cursive;
  letter-spacing: 2px;
  /*
  line-height: 34px;
  @media (min-width: @screen-sm-min) {
  		line-height: 24px;
  }
*/
}
header {
  position: fixed;
  top: 0;
  z-index: 10000000;
  height: 74px;
}
nav {
  position: fixed;
  top: 0;
  z-index: 1000000;
}
#logo {
  margin-top: 15px;
  margin-left: 15px;
}
#homeslider {
  position: relative;
}
#homeslider img {
  width: 100%;
}
.slider_title_home {
  z-index: 1000000000000;
  position: absolute;
  top: 200px;
}
.arrowsize {
  font-size: 25px;
  color: #b9a766;
  padding: 0 15px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .arrowsize {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .arrowsize {
    font-size: 52px;
  }
}
@media (min-width: 1200px) {
  .arrowsize {
    font-size: 65px;
  }
}
#leftarrow {
  position: absolute;
  left: 0;
  z-index: 100000;
  font-size: 25px;
  color: #b9a766;
  padding: 0 15px;
  cursor: pointer;
}
@media (min-width: 768px) {
  #leftarrow {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  #leftarrow {
    font-size: 52px;
  }
}
@media (min-width: 1200px) {
  #leftarrow {
    font-size: 65px;
  }
}
#rightarrow {
  position: absolute;
  right: 0;
  z-index: 100000;
  font-size: 25px;
  color: #b9a766;
  padding: 0 15px;
  cursor: pointer;
}
@media (min-width: 768px) {
  #rightarrow {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  #rightarrow {
    font-size: 52px;
  }
}
@media (min-width: 1200px) {
  #rightarrow {
    font-size: 65px;
  }
}
.warmgreybg {
  background-color: #59564c;
}
.goldtexture {
  background-image: url("../../img/goldtexture.jpg");
  background-repeat: repeat;
}
.whitebg {
  background: #ffffff;
}
.lightGoldbg {
  background: #f8f7ef;
}
#smart_ideas_beautifully_crafted {
  padding-top: 80px;
  padding-bottom: 80px;
}
#featuredwork {
  color: #d6cca8;
  margin: 0;
  padding: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}
#trigger-overlay {
  position: fixed;
  top: 5px;
  right: 15px;
  z-index: 1000000;
  cursor: pointer;
}
#featuredworkcontain img {
  width: 100%;
}
#newsandviewshome {
  position: relative;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  #newsandviewshome {
    padding-bottom: 100px;
  }
}
#newsandviewshome h3 {
  color: #b9a766;
  margin: 0;
  margin-bottom: 20px;
  margin-top: 120px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  #newsandviewshome h3 {
    margin-bottom: 20px;
    margin-top: 170px;
  }
}
#newsandviewshome p {
  color: #aaa699;
  line-height: 24px;
  letter-spacing: 2px;
  padding-bottom: 80px;
}
#newsandviewshome h6 {
  position: absolute;
  color: #b9a766;
  bottom: 0;
  right: 20px;
}
#newsandviewsimagehome {
  display: none;
  position: absolute;
  left: 10px;
  height: 270px;
}
@media (min-width: 768px) {
  #newsandviewsimagehome {
    display: block;
  }
}
footer {
  background: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #a08e5a;
  font-family: 'Special Elite', Georgia, "Times New Roman", cursive;
  letter-spacing: 2px;
  /*
  line-height: 34px;
  @media (min-width: @screen-sm-min) {
  		line-height: 24px;
  }
*/
  text-transform: uppercase;
  /* Extra small devices (phones, less than 768px) */
  /* No media query since this is the default in Bootstrap */
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */
}
@media (min-width: 768px) {
  footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  footer {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
@media (min-width: 1200px) {
  footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
footer h4 {
  font-weight: bold;
}
i.socialicons {
  margin-top: 15px;
  font-size: 24px;
  margin-right: 12px;
}
@media (min-width: 992px) {
  i.socialicons {
    margin-top: 66px;
    font-size: 24px;
    margin-right: 12px;
  }
}
/*====
PORTFOLIO PAGES
====*/
section#top_portfolio {
  position: relative;
}
section#top_portfolio img {
  width: 100%;
}
section#top_portfolio h5 {
  position: absolute;
  bottom: 15px;
  left: 15px;
  font-size: 22px;
  color: #ffffff;
  font-family: 'Special Elite', Georgia, "Times New Roman", cursive;
}
.top_portfolio_description {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #59564c;
}
@media (min-width: 768px) {
  .top_portfolio_description {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .top_portfolio_description {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (min-width: 1200px) {
  .top_portfolio_description {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.top_portfolio_description p {
  letter-spacing: 0px;
  font-size: 12px;
  line-height: 24px;
  padding-right: 0px;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */
}
@media (min-width: 768px) {
  .top_portfolio_description p {
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 28px;
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .top_portfolio_description p {
    letter-spacing: 2px;
    font-size: 16px;
    line-height: 34px;
    padding-right: 20px;
  }
}
section.slider_contain {
  position: relative;
}
section.slider_contain img {
  width: 100%;
}
section.slider_contain i {
  cursor: pointer;
}
.slider_count {
  position: absolute;
  z-index: 100000;
  bottom: 0px;
  right: 5px;
  font-size: 15px;
  font-family: 'ZonaPro-Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 2px;
}
@media (min-width: 992px) {
  .slider_count {
    bottom: 15px;
    right: 15px;
    font-size: 20px;
  }
}
.slider_title {
  position: absolute;
  z-index: 100000;
  bottom: 0px;
  left: 0px;
  width: 98% !important;
  text-align: center;
  font-size: 15px;
  font-family: 'Special Elite', Georgia, "Times New Roman", cursive;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .slider_title {
    font-size: 20px;
    bottom: 0px;
    left: 15px;
  }
}
/*====
SWIPE SLIDER
====*/
.swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative;
  cursor: ew-resize;
}
.swipe-wrap {
  overflow: hidden;
  position: relative;
}
.swipe-wrap > div {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}
.imgfullwidth {
  width: 100% !important;
}
.iconcontrols_portfolio {
  padding-top: 20px;
  font-size: 40px;
}
@media (min-width: 992px) {
  .iconcontrols_portfolio {
    padding-top: 50px;
  }
}
.iconcontrols_portfolio a {
  color: #b9a766;
}
.iconcontrols_portfolio a:hover {
  color: #a08e5a;
}
section#worktopnav {
  height: 170px;
  margin-top: 100px;
  color: #b9a766;
}
section#worktopnav h1 {
  font-family: 'Special Elite', Georgia, "Times New Roman", cursive;
  font-size: 50px;
  text-align: center;
}
#smartideas {
  color: #b9a766;
  text-align: center;
  margin-top: 75px;
  margin-bottom: 75px;
  text-transform: uppercase;
}
#smartideas h1 {
  letter-spacing: 5px;
  margin-bottom: 20px;
}
#smartideas h3 {
  letter-spacing: 3px;
}
@media (min-width: 768px) {
  #smartideas {
    margin-top: 125px;
    margin-bottom: 125px;
  }
}
@media (min-width: 992px) {
  #smartideas {
    margin-top: 175px;
    margin-bottom: 175px;
  }
}
/*=========
PACKERY
*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.packery {
  background: #FFF;
}
/* clearfix */
.packery:after {
  content: ' ';
  display: block;
  clear: both;
}
.item,
.grid-sizer {
  width: 100%;
}
@media (min-width: 768px) {
  .item,
  .grid-sizer {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .item,
  .grid-sizer {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .item,
  .grid-sizer {
    width: 20%;
  }
}
.item img {
  width: 100%;
  height: auto !important;
}
.item {
  height: auto;
  float: left;
  border: none ;
}
.item.w2 {
  width: 100%;
  /*
  @media (min-width: @screen-md-min) {
    width:  40%;
  }
*/
}
@media (min-width: 768px) {
  .item.w2 {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .item.w2 {
    width: 40%;
  }
}
.hovercard {
  color: #ffffff;
  font-family: 'ZonaPro-Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  padding: 10px;
  display: none;
  background-color: #000000;
  position: absolute;
  margin: 10px;
  opacity: .7;
  cursor: pointer;
}
.hovercard h3 {
  margin: 0;
  padding: 0;
  text-align: center;
}
.hovercard h6 {
  margin: 0;
  padding: 0;
  text-align: center;
}
.hovercard img {
  width: 35% !important;
  margin: auto;
}
.hovercard a {
  color: #d6cca8;
}
.hovercard a:hover {
  color: #b9a766;
}
::selection {
  background: #d6cca8;
}
.video-js .vjs-tech {
  position: relative;
}
#workdropdownnav {
  display: none;
  margin: 0;
  padding: 0 0 50px 0;
  font-family: 'ZonaPro-Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#workdropdownnav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 50px;
  padding-bottom: 50px;
}
#workdropdownnav li {
  list-style: none;
  margin-bottom: 10px;
  text-align: left;
  font-weight: bold !important;
  font-size: 16px;
  text-transform: uppercase;
}
#workdropdownnav li a {
  color: #b9a766;
}
#workdropdownnav li a:hover {
  color: #726845;
  text-decoration: none;
}
#getInTouch {
  margin: 0;
  padding: 0;
  margin-bottom: 50px;
  color: #b9a766;
  letter-spacing: 5px;
}
.dunngoldFont {
  color: #b9a766;
}
#getintouchleftbox h3 {
  margin: 0;
  padding: 0;
  font-size: 17px;
  margin-bottom: 1px;
  margin-top: -1px;
}
#input_contact_area input,
#input_contact_area select {
  margin: 0;
  margin-bottom: 15px;
}
#input_contact_area select {
  background-color: #bbaa6c;
  color: #ffffff;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  margin-bottom: 15px !important;
}
#workandinternwrap {
  background-color: #f6f4ec ;
}
#workandintern {
  padding-top: 10px;
  color: #a08e5a;
}
@media (min-width: 768px) {
  #workandintern {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (min-width: 992px) {
  #workandintern {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}
@media (min-width: 1200px) {
  #workandintern {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#workandintern p {
  line-height: 28px;
}
.btn-default {
  background-image: none;
  background-color: #fff;
  border-radius: 0;
  border-color: #b9a766;
  text-transform: uppercase;
  padding: 10px;
  letter-spacing: 2px;
}
.btn-default:hover {
  background-color: #b9a766;
  color: white;
  text-shadow: none;
}
.modal {
  color: #ffffff !important;
}
.modal p {
  font-size: 16px;
  line-height: 22px;
}
.modal li {
  margin-bottom: 5px;
  font-weight: bold;
}
.modal-content {
  border: none !important;
  border-radius: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#top_contact_contain {
  padding-bottom: 75px;
}
@media (min-width: 768px) {
  #top_contact_contain {
    padding-bottom: 25px;
  }
}
/*===========
	ABOUT PAGE
	=============*/
#aboutPageTitle,
#aboutPageHeadingDarkTextureArea {
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 4px;
}
@media (min-width: 768px) {
  #aboutPageTitle,
  #aboutPageHeadingDarkTextureArea {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 10px;
  }
}
#aboutPageHeadingDarkTextureArea {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  #aboutPageHeadingDarkTextureArea {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
#paragraphsUnderTitleAbout {
  padding-top: 25px;
  padding-bottom: 50px;
}
.darkTextureGoldDirty {
  background: url('../../img/darkTextureGoldDirty.jpg');
  background-repeat: repeat;
}
.employee {
  float: left;
  position: relative;
  padding-right: 0px;
  padding-left: 0px;
}
.employee img {
  width: 100%;
  position: relative !important;
}
.hovercardemployee1 {
  color: #FFF;
  font-family: 'Special Elite', Georgia, "Times New Roman", cursive;
  text-transform: uppercase;
  padding: 0px;
  position: absolute;
  margin: 0;
  opacity: 1;
  z-index: 10;
  width: 100%;
  height: auto;
  text-align: center;
  letter-spacing: 0px;
  display: none;
}
@media (min-width: 768px) {
  .hovercardemployee1 {
    letter-spacing: 1px;
  }
}
@media (min-width: 992px) {
  .hovercardemployee1 {
    letter-spacing: 1.5px;
  }
}
@media (min-width: 1200px) {
  .hovercardemployee1 {
    letter-spacing: 2px;
  }
}
.hovercardemployee1 h3 {
  cursor: ew-resize !important;
  margin: 0;
  padding: 0;
  opacity: 1 !important;
}
.hovercardemployee1 h6 {
  cursor: ew-resize !important;
  margin: 0;
  padding: 0;
  opacity: 1 !important;
}
.hovercardemployee1color {
  background-color: #b9a766;
  position: absolute;
  margin: 0;
  opacity: .6;
  z-index: 5;
  width: 100%;
  height: 100%;
  display: none;
  cursor: ew-resize !important;
}
.employeeimage {
  position: relative !important;
  cursor: ew-resize !important;
}
.vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#seniorteam {
  position: relative;
}
#ourpeopletitleaboutpagecontain {
  height: 250px;
}
#ourpeopletitleaboutpage {
  position: relative;
  margin: 0;
  padding: 0;
  padding-top: 40px ;
  padding-bottom: 40px ;
  color: #b9a766;
}
@media (min-width: 768px) {
  #ourpeopletitleaboutpage {
    padding-top: 110px ;
    padding-bottom: 110px ;
  }
}
#seniorteampeoplepage div {
  float: left;
}
#afewthings,
#workingwithus,
#someofourpartners,
#wanttoworkwithus {
  padding: 80px 0;
}
#processPageTitle {
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 4px;
  text-align: left;
  padding-top: 50px;
}
@media (min-width: 768px) {
  #processPageTitle {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 10px;
    padding-top: 100px;
  }
}
#processPageP {
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  #processPageP {
    padding-bottom: 150px;
  }
}
#fewthignswedolistrow {
  padding-bottom: 100px;
}
.letter2px {
  letter-spacing: 2px;
}
#wanttoworkwithussection {
  padding-top: 75px;
  padding-bottom: 75px;
}
.employeeimage {
  position: relative !important;
  cursor: ew-resize !important;
}
.hovercarblog1 {
  cursor: pointer !important;
  font-family: 'ZonaPro-Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  font-family: 'Special Elite', Georgia, "Times New Roman", cursive;
  text-transform: uppercase;
  position: absolute;
  margin: 0;
  opacity: 1;
  z-index: 10;
  width: 100%;
  height: 100%;
  bottom: 0;
  text-align: center;
  letter-spacing: 0px;
  display: none;
}
@media (min-width: 768px) {
  .hovercarblog1 {
    letter-spacing: 1px;
  }
}
@media (min-width: 992px) {
  .hovercarblog1 {
    letter-spacing: 1.5px;
  }
}
@media (min-width: 1200px) {
  .hovercarblog1 {
    letter-spacing: 2px;
  }
}
.hovercarblog1 strong {
  font-weight: bold !important;
}
.hovercarblog1 h3 {
  margin: 0;
  padding: 0;
  opacity: 1 !important;
  position: absolute;
  top: 35px;
  text-align: left;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  color: #b9a766;
  font-size: 34px;
  font-family: 'ZonaPro-Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (min-width: 768px) {
  .hovercarblog1 h3 {
    font-size: 44px;
  }
}
@media (min-width: 992px) {
  .hovercarblog1 h3 {
    font-size: 34px;
  }
}
@media (min-width: 1200px) {
  .hovercarblog1 h3 {
    font-size: 44px;
  }
}
.hovercarblog1 h6 {
  margin: 0;
  padding: 0;
  opacity: 1 !important;
  position: absolute;
  top: 15px;
  text-align: left;
  width: 100%;
  padding-left: 15px;
  color: #b9a766;
  font-family: 'ZonaPro-Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.hovercarblog1color {
  background-color: #FFF;
  position: absolute;
  bottom: 0;
  margin: 0;
  opacity: 1;
  z-index: 5;
  width: 100%;
  height: 100%;
  display: none;
}
.blogimage {
  position: relative !important;
  cursor: pointer !important;
}
.hovercarblog2 {
  cursor: pointer !important;
  font-family: 'ZonaPro-Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: 'Special Elite', Georgia, "Times New Roman", cursive;
  text-transform: uppercase;
  background-color: #59564c;
  position: absolute;
  margin: 0;
  opacity: 1;
  z-index: 10;
  width: 100%;
  height: 100%;
  bottom: 0;
  text-align: center;
  letter-spacing: 0px;
  display: none;
}
@media (min-width: 768px) {
  .hovercarblog2 {
    letter-spacing: 1px;
  }
}
@media (min-width: 992px) {
  .hovercarblog2 {
    letter-spacing: 1.5px;
  }
}
@media (min-width: 1200px) {
  .hovercarblog2 {
    letter-spacing: 2px;
  }
}
.hovercarblog2 strong {
  font-weight: bold !important;
}
.hovercarblog2 h3 {
  margin: 0;
  padding: 0;
  opacity: 1 !important;
  position: absolute;
  top: 35px;
  text-align: left;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  color: #b9a766;
  font-size: 34px;
  font-family: 'ZonaPro-Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (min-width: 768px) {
  .hovercarblog2 h3 {
    font-size: 44px;
  }
}
@media (min-width: 992px) {
  .hovercarblog2 h3 {
    font-size: 34px;
  }
}
@media (min-width: 1200px) {
  .hovercarblog2 h3 {
    font-size: 44px;
  }
}
.hovercarblog2 h6 {
  margin: 0;
  padding: 0;
  opacity: 1 !important;
  position: absolute;
  top: 15px;
  text-align: left;
  width: 100%;
  padding-left: 15px;
  color: #b9a766;
  font-family: 'ZonaPro-Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.hovercarblog2color {
  background-color: #2b2822;
  position: absolute;
  bottom: 0;
  margin: 0;
  opacity: 1;
  z-index: 5;
  width: 100%;
  height: 100%;
  display: none;
}
.item2,
.grid-sizer2 {
  width: 100%;
}
@media (min-width: 768px) {
  .item2,
  .grid-sizer2 {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .item2,
  .grid-sizer2 {
    width: 33.33333333%;
  }
}
.item2 img {
  width: 100%;
  height: auto !important;
}
.item2 {
  height: auto;
  float: left;
  border: none ;
}
#quotebox {
  border: none;
}
@media (min-width: 768px) {
  #quotebox {
    border: 5px solid #b9a766 !important;
  }
}
#attractics_top_box {
  padding: 30px 0;
}
#top_attractics_title {
  position: absolute;
  z-index: 100000;
  margin: 0;
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  font-weight: bold;
  padding-bottom: 0;
  display: block;
}
#top_attractics_title > small {
  color: #FFF;
  font-weight: 300;
  padding-top: 0;
  font-size: 18px;
  display: block;
}
#attractics_top_box {
  padding: 50px 0;
}
#attractics_top_box p {
  font-size: 16px;
  line-height: 24px;
}
.workcontain {
  padding: 0;
  text-align: center;
}
.workcontain img {
  width: 100%;
}
.wow {
  visibility: hidden;
}
.background--light {
  color: #000000 !important;
}
.background--dark {
  color: #FFFFFF !important;
}
.background--complex {
  color: #a08e5a !important;
}
.about_page_client_logos {
  text-align: center;
}
.about_page_client_logos img {
  max-width: 70%;
  text-align: center;
}
.tooltip-inner {
  border-radius: 0px !important;
  color: #ffffff;
  background-color: #a08e5a;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #a08e5a;
}
#featuredwork_homepage {
  background-color: #59564c;
  color: #b9a766;
}
/*
NAVIGATION
*/
.button_container {
  position: fixed;
  top: 32px;
  right: 2%;
  height: 35px;
  width: 45px;
  cursor: pointer;
  z-index: 10000000;
  transition: opacity .25s ease;
}
.button_container:hover {
  opacity: .7;
}
.button_container.active .top {
  transform: translateY(11px) translateX(0) rotate(45deg);
  background: #b9a766;
}
.button_container.active .middle {
  transform: translateY(-11px) translateX(0) rotate(-45deg);
  /*
      opacity: 0;
      */
  background: #b9a766;
}
.button_container.active .bottom {
  background: #b9a766;
  opacity: 0;
}
.button_container span {
  background: #b9a766;
  border: none;
  height: 3px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .35s ease;
  cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: 22px;
}
.button_container span:nth-of-type(3) {
  top: 11px;
}
/*=========*/
/* Overlay style */
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
/* Overlay closing cross */
.overlay .overlay-close {
  width: 80px;
  height: 80px;
  position: absolute;
  right: 20px;
  top: 20px;
  overflow: hidden;
  border: none;
  background: url(../../img/cross.png) no-repeat center center;
  text-indent: 200%;
  color: transparent;
  outline: none;
  z-index: 100;
}
.overlay {
  position: fixed;
  background: #a08e5a;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  color: #d6cca8;
  background: #59564c;
  opacity: .9;
  z-index: 1000000;
  font-family: 'Special Elite', Georgia, "Times New Roman", cursive;
  letter-spacing: 2px;
  /*
  line-height: 34px;
  @media (min-width: @screen-sm-min) {
  		line-height: 24px;
  }
*/
  visibility: hidden;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden;
}
.overlay.open {
  opacity: .9;
  visibility: visible;
  height: 100%;
}
.overlay.open li {
  animation: fadeInRightSide .5s ease forwards;
  -moz-animation: fadeInRightSide .5s ease forwards;
  -webkit-animation: fadeInRightSide .5s ease forwards;
  animation-delay: .35s;
  -moz-animation-delay: .35s;
  -webkit-animation-delay: .35s;
}
.overlay.open li:nth-of-type(2) {
  animation-delay: .4s;
  -moz-animation-delay: .4s;
  -webkit-animation-delay: .4s;
}
.overlay.open li:nth-of-type(3) {
  animation-delay: .45s;
  -moz-animation-delay: .45s;
  -webkit-animation-delay: .45s;
}
.overlay.open li:nth-of-type(4) {
  animation-delay: .50s;
  -moz-animation-delay: .50s;
  -webkit-animation-delay: .50s;
}
.overlay nav {
  position: relative;
  height: 70%;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-size: 50px;
  font-family: 'Special Elite', Georgia, "Times New Roman", cursive;
  font-weight: 400;
  text-align: center;
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}
.overlay ul li {
  display: block;
  height: 25%;
  height: calc(100% / 8) !important;
  min-height: 50px;
  position: relative;
  opacity: 0;
}
.overlay ul li a {
  display: inline;
  position: relative;
  color: #b9a766;
  text-decoration: none;
  overflow: hidden;
}
.overlay ul li a:hover:after,
.overlay ul li a:focus:after,
.overlay ul li a:active:after {
  width: 100%;
}
.overlay ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  height: 3px;
  background: #a08e5a;
  transition: .35s;
  -moz-transition: .35s;
  -webkit-transition: .35s;
}
@keyframes fadeInRightSide {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
#socialIconsNavOverlay {
  text-align: center;
}
#socialIconsNavOverlay a {
  text-align: center;
}
a {
  color: #b9a766;
}
a:hover {
  color: #a08e5a;
}
.brickwall {
  background-image: url("../../img/brickwall.png");
  background-repeat: repeat;
}
.listmargincapabilites {
  margin-left: 0px;
}
@media (min-width: 768px) {
  .listmargincapabilites {
    margin-left: 10px;
  }
}
@media (min-width: 992px) {
  .listmargincapabilites {
    margin-left: 20px;
  }
}
@media (min-width: 992px) {
  .listmargincapabilites {
    margin-left: 45px;
  }
}
/* Position Page */
#position {
  color: white;
  padding-top: 50px;
  padding-bottom: 50px;
}
#position h3 {
  padding-top: 0px;
  margin-top: 0px;
}
#position form {
  margin-top: 25px;
}
/**
** Careers Updates
**/
#careers-header {
  position: relative;
  background-color: black;
}
#careers-header img {
  max-width: 100%;
  height: auto;
  opacity: .8;
}
#careers-header h1 {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  margin: 0px;
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-size: 4.75vw;
  letter-spacing: 1.75vw;
  font-weight: bold;
  z-index: 100;
}
#careers-content {
  background-color: #f6f4ed;
  padding: 50px 0px;
}
@media (max-width: 767px) {
  #careers-content {
    padding: 25px 0px;
  }
}
#careers-content h2 {
  margin: 0px;
  margin-bottom: 25px;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Special Elite', Georgia, "Times New Roman", cursive;
}
@media (max-width: 767px) {
  #careers-content h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
#careers-content p {
  font-size: 16px;
  line-height: 30px;
  margin: 0px;
}
@media (max-width: 767px) {
  #careers-content p {
    font-size: 14px;
    line-height: 24px;
  }
}
#careers-openings {
  background-color: white;
  padding: 50px;
}
@media (max-width: 767px) {
  #careers-openings {
    padding: 25px 0px;
  }
}
#careers-openings .row {
  margin: 0px -35px;
}
@media (max-width: 991px) {
  #careers-openings .row {
    margin: 0px -15px;
  }
}
#careers-openings .row .col-sm-6 {
  padding: 0px 35px;
}
@media (max-width: 991px) {
  #careers-openings .row .col-sm-6 {
    padding: 0px 15px;
  }
}
#careers-openings h2 {
  margin: 0px;
  margin-bottom: 50px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  font-family: 'Special Elite', Georgia, "Times New Roman", cursive;
}
@media (max-width: 767px) {
  #careers-openings h2 {
    font-size: 24px;
    margin-bottom: 25px;
  }
}
#careers-openings a {
  position: relative;
  display: block;
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 25px;
  border: solid 1px #b9a766;
  padding: 20px 15px;
  line-height: 17px;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  #careers-openings a {
    margin-bottom: 20px;
    padding: 15px;
  }
}
#careers-openings a i {
  position: absolute;
  right: 15px;
  font-weight: lighter;
  border: solid 2px #b9a766;
  padding: 7px;
  border-radius: 2px;
  padding-top: 5px;
  top: 12px;
}
@media (max-width: 767px) {
  #careers-openings a i {
    top: 8px;
  }
}
#careers-openings a:hover {
  color: white;
  text-decoration: none;
  background-color: #b9a766;
}
#careers-openings a:hover i {
  border-color: white;
}
#internship-content {
  background-color: #59564c;
  padding: 50px 0px;
}
@media (max-width: 767px) {
  #internship-content {
    padding: 25px 0px;
  }
}
#internship-content h2 {
  margin: 0px;
  margin-bottom: 25px;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Special Elite', Georgia, "Times New Roman", cursive;
}
@media (max-width: 767px) {
  #internship-content h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
#internship-content p {
  font-size: 16px;
  line-height: 30px;
  margin: 0px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #internship-content p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 25px;
  }
}
#internship-content a {
  display: block;
  width: 300px;
  margin: auto;
  text-align: center;
  font-weight: bold;
  border: solid 1px #b9a766;
  padding: 15px 0px;
  font-size: 18px;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  #internship-content a {
    padding: 12px 0px;
    width: 100%;
    font-size: 16px;
  }
}
#internship-content a:hover {
  background-color: #b9a766;
  color: white;
  text-decoration: none;
}
#opening-content {
  background-color: white;
  padding: 50px;
}
@media (max-width: 767px) {
  #opening-content {
    padding: 25px 0px;
  }
}
#opening-content h2 {
  margin: 0px;
  margin-bottom: 50px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  font-family: 'Special Elite', Georgia, "Times New Roman", cursive;
}
@media (max-width: 767px) {
  #opening-content h2 {
    font-size: 24px;
    margin-bottom: 25px;
  }
}
#opening-content p {
  font-size: 16px;
  line-height: 30px;
  margin: 0px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #opening-content p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}
#opening-content li {
  font-size: 15px;
  line-height: 28px;
}
@media (max-width: 767px) {
  #opening-content li {
    font-size: 14px;
    line-height: 24px;
  }
}
#apply-form {
  background-color: #59564c;
  padding: 50px 0px;
}
@media (max-width: 767px) {
  #apply-form {
    padding: 25px 0px;
  }
}
#apply-form h2 {
  margin: 0px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  font-family: 'Special Elite', Georgia, "Times New Roman", cursive;
}
@media (max-width: 767px) {
  #apply-form h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
#apply-form .frm_message p {
  font-size: 24px;
}
#apply-form .frm_error {
  color: #D0D0D0;
}
#apply-form .frm_blank_field .form-control {
  border: solid 2px red;
}
#apply-form p {
  font-size: 16px;
  line-height: 30px;
  margin: 0px;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  #apply-form p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}
#apply-form .form-group {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  #apply-form .form-group {
    margin-bottom: 15px;
  }
}
#apply-form .form-group label {
  font-weight: bold;
  font-size: 16px;
}
@media (max-width: 767px) {
  #apply-form .form-group label {
    font-size: 14px;
  }
}
#apply-form .form-group .form-control {
  background-color: white;
}
#apply-form button {
  display: block;
  width: 300px;
  text-align: center;
  font-weight: bold;
  border: solid 1px #b9a766;
  padding: 15px 0px;
  font-size: 18px;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  #apply-form button {
    padding: 12px 0px;
    width: 100%;
    font-size: 16px;
  }
}
#apply-form button:hover {
  background-color: #b9a766;
  color: white;
  text-decoration: none;
}
#mfPreviewBar {
  display: none!important;
}
/* Radio */
#radio-active {
  width: 70%;
  position: relative;
  float: left;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 767px) {
  #radio-active {
    width: 100%;
    float: none;
    height: 300px!important;
  }
}
#radio-active #radio-active-info {
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding: 25px 50px;
  background-color: rgba(0, 0, 0, 0.66);
}
@media (max-width: 767px) {
  #radio-active #radio-active-info {
    padding: 15px;
  }
}
#radio-active #radio-active-info h1 {
  font-size: 48px;
  margin: 0px;
  font-family: 'Special Elite', Georgia, "Times New Roman", cursive;
}
@media (max-width: 767px) {
  #radio-active #radio-active-info h1 {
    font-size: 30px;
  }
}
#radio-active #radio-active-info h2 {
  margin: 0px;
  margin-bottom: 10px;
  font-family: 'Special Elite', Georgia, "Times New Roman", cursive;
}
@media (max-width: 767px) {
  #radio-active #radio-active-info h2 {
    font-size: 18px;
  }
}
#radio-active #radio-active-info .audioplayer {
  background: rgba(0, 0, 0, 0.5);
  border: 0px;
}
#radio-spots {
  width: 30%;
  float: left;
  overflow-y: scroll;
  background-color: white;
  padding: 0px;
}
@media (max-width: 767px) {
  #radio-spots {
    width: 100%;
    float: none;
    clear: both;
    height: 325px!important;
  }
}
#radio-spots .radio-spot {
  border-bottom: solid 1px #b9a766;
  padding: 25px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  #radio-spots .radio-spot {
    padding: 15px;
  }
}
#radio-spots .radio-spot.active {
  background-color: #b9a766;
}
#radio-spots .radio-spot.active h1,
#radio-spots .radio-spot.active h2 {
  color: white;
}
#radio-spots .radio-spot h1 {
  margin: 0px;
  font-size: 30px;
  font-family: 'Special Elite', Georgia, "Times New Roman", cursive;
}
@media (max-width: 767px) {
  #radio-spots .radio-spot h1 {
    font-size: 20px;
  }
}
#radio-spots .radio-spot h2 {
  margin: 0px;
  font-size: 18px;
  font-family: 'Special Elite', Georgia, "Times New Roman", cursive;
}
@media (max-width: 767px) {
  #radio-spots .radio-spot h2 {
    font-size: 16px;
  }
}
#radio-spots .radio-spot .spot-content {
  top: 50%;
  position: absolute;
  padding-left: 150px;
  transform: translateY(-50%);
  padding-right: 25px;
}
@media (max-width: 767px) {
  #radio-spots .radio-spot .spot-content {
    padding-right: 15px;
    padding-left: 65px;
  }
}
#radio-spots .radio-spot .radio-thumb {
  width: 125px;
  height: 125px;
  background-position: center center;
  background-size: cover;
  float: left;
  margin-right: 25px;
  position: relative;
}
@media (max-width: 767px) {
  #radio-spots .radio-spot .radio-thumb {
    width: 50px;
    height: 50px;
  }
}
#radio-spots .radio-spot .radio-thumb .fa {
  color: white;
  font-size: 56px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  #radio-spots .radio-spot .radio-thumb .fa {
    font-size: 22px;
  }
}
/* New Footer */
footer {
  padding: 50px 200px;
}
@media (max-width: 1940px) {
  footer {
    padding: 50px 150px;
  }
}
@media (max-width: 1650px) {
  footer {
    padding: 50px;
  }
}
@media (max-width: 1450px) {
  footer {
    padding: 50px 25px;
  }
}
@media (max-width: 1090px) {
  footer {
    padding: 50px 10px;
  }
}
@media (max-width: 767px) {
  footer {
    padding: 25px 10px;
  }
}
footer .footer-left {
  float: left;
}
@media (max-width: 1090px) {
  footer .footer-left {
    float: none;
    clear: both;
    margin: auto;
    width: 685px;
  }
}
@media (max-width: 767px) {
  footer .footer-left {
    width: 100%;
  }
}
footer .footer-right {
  float: right;
}
@media (max-width: 1300px) {
  footer .footer-right {
    width: 300px;
  }
}
@media (max-width: 1090px) {
  footer .footer-right {
    width: 100%;
    float: none;
    clear: both;
    margin-top: 25px;
  }
}
footer .footer-logo {
  float: left;
  border-right: solid 1px #b9a766;
  margin-right: 50px;
  padding-right: 50px;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 1450px) {
  footer .footer-logo {
    margin-right: 35px;
    padding-right: 35px;
  }
}
@media (max-width: 767px) {
  footer .footer-logo {
    float: none;
    border: 0px;
    margin: 0px;
    padding: 0px;
    text-align: center;
    margin-bottom: 35px;
  }
}
footer .footer-address {
  text-transform: uppercase;
  float: left;
}
@media (max-width: 767px) {
  footer .footer-address {
    float: none;
    clear: both;
    text-align: center;
    margin: 0px;
    margin-top: 25px;
    width: 100%;
  }
}
footer .footer-address.first {
  margin-right: 75px;
}
@media (max-width: 1450px) {
  footer .footer-address.first {
    margin-right: 50px;
  }
}
footer .footer-address h3 {
  color: #b9a766;
  margin-bottom: 10px;
  margin-top: 0px;
  font-size: 22px;
  letter-spacing: 0px;
}
footer .footer-address p {
  font-family: 'ZonaPro-Semibold';
  color: #b9a766;
  margin-bottom: 5px;
  letter-spacing: 0px;
}
footer .footer-address p:last-child {
  margin-bottom: 0px;
}
footer .footer-address p a {
  color: #b9a766;
}
footer .footer-address p a:hover {
  color: #a08e5a;
}
footer .footer-address p .fa {
  font-size: 16px;
  margin-right: 5px;
}
footer .footer-nav {
  text-align: right;
}
@media (max-width: 1090px) {
  footer .footer-nav {
    text-align: center;
  }
}
footer .footer-nav .footer-social {
  margin-bottom: 0px;
}
footer .footer-nav .footer-social .fa {
  font-size: 30px;
  margin-top: 0px;
  margin: 0px 10px;
}
footer .footer-nav .footer-social a:hover {
  color: #a08e5a;
}
footer .footer-nav .copyright {
  font-family: 'ZonaPro-Semibold';
  letter-spacing: 0px;
  margin: 0px;
  color: #b9a766;
}
footer .footer-nav .copyright a:hover {
  color: #a08e5a;
}
footer .footer-nav ul {
  padding: 0px;
  margin: 35px 0px;
}
@media (max-width: 1090px) {
  footer .footer-nav ul {
    margin: 20px 0px;
  }
}
footer .footer-nav ul li {
  display: inline-block;
  font-family: 'ZonaPro-Semibold';
  margin-left: 10px;
  letter-spacing: 0px;
}
footer .footer-nav ul li a:hover {
  color: #a08e5a;
}
/* Contact */
#contact-header {
  position: relative;
  background-color: black;
}
#contact-header img {
  width: 100%;
  height: auto;
  opacity: .8;
}
#contact-header h1 {
  position: absolute;
  font-family: 'ZonaPro-Semibold';
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  margin: 0px;
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-size: 4.75vw;
  letter-spacing: 1.75vw;
  font-weight: bold;
  z-index: 100;
}
#contact-content {
  background-color: #f6f4ed;
  text-align: center;
  padding: 50px 0px;
}
@media (max-width: 767px) {
  #contact-content {
    padding: 30px 0px;
  }
}
#contact-content p {
  margin-top: 20px;
  margin-bottom: 0px;
  font-size: 16px;
}
#contact-content h3 {
  margin: 0px;
  font-size: 30px;
}
@media (max-width: 767px) {
  #contact-content h3 {
    font-size: 24px;
  }
}
#contact-content #contacts {
  margin-top: 50px;
}
@media (max-width: 767px) {
  #contact-content #contacts {
    margin-top: 0px;
  }
}
#contact-content #contacts p {
  margin-top: 0px;
  margin-bottom: 0px;
}
#contact-content #contacts p a {
  color: #a08e5a;
}
#contact-content #contacts h3 {
  font-size: 24px;
}
@media (max-width: 767px) {
  #contact-content #contacts h3 {
    margin-top: 30px;
  }
}
#contact-form {
  padding: 50px 0px;
}
@media (max-width: 767px) {
  #contact-form {
    padding: 30px 0px;
  }
}
#contact-form .btn-default {
  padding: 10px 35px;
  letter-spacing: 2px;
  line-height: 14px;
  padding-top: 13px;
}
#contact-form label {
  font-size: 17px;
  text-transform: uppercase;
}
#contact-form .frm_form_field {
  margin-bottom: 20px;
}
#contact-form .frm_form_field .form-control {
  margin-bottom: 0px;
}
#contact-form .frm_blank_field .form-control {
  border: solid 1px red;
  background: none;
}
#contact-form .frm_error {
  color: red;
  font-family: 'ZonaPro-Semibold';
  margin-top: 5px;
  font-size: 12px;
}
#contact-form .address.first {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  #contact-form .address.first {
    margin-bottom: 30px;
  }
}
#contact-form .address h3 {
  margin: 0px;
  margin-bottom: 10px;
}
#contact-form .address p {
  text-transform: uppercase;
  color: #b9a766;
  margin: 0px;
}
#contact-careers-content {
  background-color: #59564c;
  padding: 50px 0px;
}
@media (max-width: 767px) {
  #contact-careers-content {
    padding: 25px 0px;
  }
}
#contact-careers-content h2 {
  margin: 0px;
  margin-bottom: 25px;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  font-family: 'Special Elite', Georgia, "Times New Roman", cursive;
}
@media (max-width: 767px) {
  #contact-careers-content h2 {
    margin-bottom: 15px;
    font-size: 24px;
  }
}
#contact-careers-content p {
  font-size: 16px;
  line-height: 30px;
  margin: 0px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #contact-careers-content p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 25px;
  }
}
#contact-careers-content a {
  display: block;
  width: 300px;
  margin: auto;
  text-align: center;
  font-weight: bold;
  border: solid 1px #b9a766;
  padding: 15px 0px;
  font-size: 18px;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  #contact-careers-content a {
    padding: 12px 0px;
    width: 100%;
    font-size: 16px;
  }
}
#contact-careers-content a:hover {
  background-color: #b9a766;
  color: white;
  text-decoration: none;
}
/* Grow Contest */
#contest-header {
  position: relative;
  background-color: black;
}
#contest-header img {
  width: 100%;
  height: auto;
  opacity: .8;
}
#contest-header h1 {
  font-family: 'ZonaPro-Semibold';
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  margin: 0px;
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-size: 4.55vw;
  letter-spacing: 1.25vw;
  font-weight: bold;
  z-index: 100;
}
#contest-content {
  background-color: white;
  padding-top: 50px;
  padding-bottom: 0px;
}
@media (max-width: 767px) {
  #contest-content {
    padding-top: 35px;
    padding-bottom: 0px;
  }
}
#contest-content h2 {
  color: #333333;
  font-family: 'Special Elite', Georgia, "Times New Roman", cursive;
  margin: 0px;
  font-size: 26px;
}
@media (max-width: 767px) {
  #contest-content h2 {
    text-align: center;
  }
}
#contest-content p {
  color: #333333;
  margin-bottom: 20px;
}
#contest-content p:last-child {
  margin-bottom: 0px;
}
#contest-content p.footnotes {
  text-transform: uppercase;
  font-family: 'ZonaPro-Semibold';
  font-size: 10px;
  margin: auto;
  margin-top: 25px;
}
#contest-content hr {
  margin: 0px;
  border-top: solid 2px #b9a766;
  width: 40px;
  margin-top: 5px;
}
@media (max-width: 767px) {
  #contest-content hr {
    margin: auto;
    margin-top: 5px;
    margin-bottom: 20px;
  }
}
#contest-content .contest-video {
  margin-top: 100px;
  position: relative;
}
@media (max-width: 767px) {
  #contest-content .contest-video {
    margin-top: 35px;
  }
}
#contest-content .contest-video img {
  max-width: 80%;
  height: auto;
}
@media (max-width: 1199px) {
  #contest-content .contest-video img {
    max-width: 75%;
  }
}
@media (max-width: 767px) {
  #contest-content .contest-video img {
    max-width: 100%;
  }
}
#contest-content .contest-video img.left {
  margin-left: 20%;
}
@media (max-width: 1199px) {
  #contest-content .contest-video img.left {
    margin-left: 25%;
  }
}
@media (max-width: 767px) {
  #contest-content .contest-video img.left {
    margin-left: 0px;
  }
}
#contest-content .contest-video .contest-video-title {
  position: absolute;
  background-color: white;
  width: 25%;
  right: 0px;
  top: 200px;
  border: solid 1px #b9a766;
  padding: 40px;
  padding-top: 90px;
}
@media (max-width: 1199px) {
  #contest-content .contest-video .contest-video-title {
    width: 30%;
    top: 150px;
  }
}
@media (max-width: 991px) {
  #contest-content .contest-video .contest-video-title {
    width: 35%;
    top: 85px;
  }
}
@media (max-width: 767px) {
  #contest-content .contest-video .contest-video-title {
    position: relative;
    padding: 0px;
    border: 0px;
    width: 100%;
    top: auto;
  }
}
#contest-content .contest-video .contest-video-title.left {
  left: 0px;
  right: auto;
}
#contest-content .contest-video .contest-video-title.left .number {
  left: 0px;
  right: auto;
}
#contest-content .contest-video .contest-video-title .number {
  font-size: 160px;
  line-height: 160px;
  color: #a08e5a;
  position: absolute;
  font-family: 'ZonaPro-Semibold';
  top: -80px;
  right: 0px;
}
@media (max-width: 767px) {
  #contest-content .contest-video .contest-video-title .number {
    position: relative;
    font-size: 64px;
    line-height: 64px;
    top: auto;
    float: left;
  }
}
#contest-content .contest-video .contest-video-title h2 {
  text-transform: uppercase;
  color: #333;
  font-family: 'Special Elite', Georgia, "Times New Roman", cursive;
}
@media (max-width: 767px) {
  #contest-content .contest-video .contest-video-title h2 {
    text-align: left;
    padding-top: 30px;
    padding-left: 100px;
  }
}
#contest-content .contest-video .contest-video-title hr {
  width: 100px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #contest-content .contest-video .contest-video-title hr {
    display: none;
  }
}
#contest-content .contest-video .contest-video-title a {
  display: block;
  text-transform: uppercase;
  color: #a08e5a;
  font-size: 12px;
}
@media (max-width: 767px) {
  #contest-content .contest-video .contest-video-title a {
    display: none;
  }
}
#contest-content .contest-video .contest-video-title a .fa {
  margin-left: 3px;
}
#contest-content #contest-form {
  background-color: #f6f4ed;
  margin-top: 100px;
  padding: 50px 0px;
}
@media (max-width: 767px) {
  #contest-content #contest-form {
    padding: 25px;
    margin-top: 50px;
  }
}
#contest-content #contest-form #contest-form-header {
  text-align: center;
}
#contest-content #contest-form #contest-form-header h2 {
  color: #a08e5a;
  margin-bottom: 25px;
}
#contest-content #contest-form #contest-form-header p {
  color: #a08e5a;
  margin-bottom: 5px;
  font-family: 'ZonaPro-Semibold';
}
#contest-content #contest-form #contest-form-header p span {
  font-family: 'ZonaPro-Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#contest-content #contest-form #contest-form-content {
  max-width: 650px;
  margin: auto;
  margin-top: 30px;
}
@media (max-width: 767px) {
  #contest-content #contest-form #contest-form-content {
    margin-top: 0px;
  }
}
#contest-content #contest-form #contest-form-content label {
  font-family: 'ZonaPro-Semibold';
  color: #a08e5a;
  text-transform: uppercase;
  position: relative;
}
#contest-content #contest-form #contest-form-content label .frm_required {
  color: #a08e5a;
}
#contest-content #contest-form #contest-form-content label a {
  color: #a08e5a;
  text-decoration: underline;
}
#contest-content #contest-form #contest-form-content .form-group {
  margin-bottom: 30px;
}
#contest-content #contest-form #contest-form-content .form-group input,
#contest-content #contest-form #contest-form-content .form-group select,
#contest-content #contest-form #contest-form-content .form-group textarea {
  border: solid 1px #a08e5a;
  box-shadow: none;
  border-radius: 0px;
  font-size: 16px;
  color: #a08e5a;
  padding: 5px 10px;
  height: 40px;
  background-color: #f6f4ed;
}
#contest-content #contest-form #contest-form-content .form-group input[type="checkbox"],
#contest-content #contest-form #contest-form-content .form-group select[type="checkbox"],
#contest-content #contest-form #contest-form-content .form-group textarea[type="checkbox"] {
  height: auto;
}
#contest-content #contest-form #contest-form-content .form-group textarea {
  height: 150px;
}
#contest-content #contest-form #contest-form-content .form-group select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: right 50%;
  background-repeat: no-repeat;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAACXBIWXMAAAsTAAALEwEAmpwYAAAF7GlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDAgNzkuMTYwNDUxLCAyMDE3LzA1LzA2LTAxOjA4OjIxICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIiB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcDpDcmVhdGVEYXRlPSIyMDE4LTA2LTEzVDE0OjI1OjIzLTA0OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAxOC0wNi0xM1QxNDoyNTo1OC0wNDowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAxOC0wNi0xM1QxNDoyNTo1OC0wNDowMCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2OTM3NjE5Zi03OGQyLTQxNTYtODVjOC0zYzEyNTc1NDRiMDkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2QUY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ2RTQxMDY3RjcxRDExRTJCRENFQ0UzNTdEQjMzMjJCIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjQ2RTQxMDY4RjcxRDExRTJCRENFQ0UzNTdEQjMzMjJCIi8+IDx4bXBNTTpIaXN0b3J5PiA8cmRmOlNlcT4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjY5Mzc2MTlmLTc4ZDItNDE1Ni04NWM4LTNjMTI1NzU0NGIwOSIgc3RFdnQ6d2hlbj0iMjAxOC0wNi0xM1QxNDoyNTo1OC0wNDowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTggKE1hY2ludG9zaCkiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+zHUDHAAAAEVJREFUKJFj/P//PwM5gIksXQOikWVhfzROT8YXLmXEaSMuSXyaGBigTkVXREgTAwMDA8P////heEFf1H9kPj7MOALiEQBQ7zlJhgk96QAAAABJRU5ErkJggg==');
}
#contest-content #contest-form #contest-form-content .frm_error {
  margin: 5px;
  color: red;
  text-transform: uppercase;
}
#contest-content #contest-form #contest-form-content .frm_blank_field input,
#contest-content #contest-form #contest-form-content .frm_blank_field select,
#contest-content #contest-form #contest-form-content .frm_blank_field textarea {
  border: solid 1px red;
}
#contest-content #contest-form #contest-form-content .frm_error_style {
  text-align: center;
}
#contest-content #contest-form #contest-form-content .frm_error_style p {
  color: #a08e5a;
  font-family: 'ZonaPro-Semibold';
}
#contest-content #contest-form #contest-form-content .frm_message {
  color: #a08e5a;
  font-family: 'ZonaPro-Semibold';
  text-align: center;
  border: solid 1px #a08e5a;
  background: none;
  border-radius: 0px;
}
#contest-content #contest-form #contest-form-content .frm_message p {
  color: #a08e5a;
}
#contest-content #contest-form #contest-form-content .frm_button_submit {
  padding: 15px 50px;
  border: solid 1px #a08e5a;
  font-family: 'ZonaPro-Semibold';
  color: #a08e5a;
  background: none;
  text-transform: uppercase;
  border-radius: 0px;
}
#contest-content #contest-form #contest-form-content .frm_button_submit:hover {
  color: white;
  background: #a08e5a;
}

.wp-block-embed-youtube {
  overflow: hidden;
  position: relative;
  max-width: 100%;
  height: auto;
  padding-bottom: 56.25%;
}

.wp-block-embed-youtube iframe,
.wp-block-embed-youtube object,
.wp-block-embed-youtube embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*# sourceMappingURL=bootstrap-theme.css.map */