@import "animate.css";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Quicksand:300,400,700|Roboto:400,100,300);
/*========================================================
                      Main Styles
=========================================================*/
body {
  background: #ffffff;
  color: #747474;
  font: 300 16px/21px 'Roboto', sans-serif;
  -webkit-text-size-adjust: none;
}
img {
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 300;
  color: #464646;
}
h1 {
  font-size: 80px;
  line-height: 85px;
  text-transform: uppercase;
}
h2 {
  font-size: 72px;
  line-height: 75px;
  letter-spacing: -3.6px;
}
h3 {
  font-size: 60px;
  line-height: 62px;
}
h4 {
  font-size: 35px;
  line-height: 48px;
  font-weight: 400;
}
h7 {
  font-size: 10px;
  font-family: 'FontAwesome';
  text-transform: uppercase;
}

.extra-wrap {
  overflow: hidden;
}
.clear {
  width: 100%;
  clear: both;
  height: 0;
  display: block;
}
@media (min-width: 768px) and (max-width: 979px) {
  h4 {
    font-size: 25px;
    line-height: 35px;
  }
}
h5 {
  font: 300 24px/30px 'Roboto', sans-serif;
}
h6 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}
p a:hover {
  text-decoration: underline;
}
hr {
  border: none;
  background-color: #eff1f2;
  height: 1px;
  padding: 0;
  margin: 0;
}
time {
  position: relative;
  font-size: 70px;
  display: inline-block;
  line-height: 72px;
  font-weight: 400;
}
time span {
  position: absolute;
  bottom: -16px;
  left: 0px;
  font-size: 24px;
  line-height: 15px;
  text-transform: uppercase;
}
time:after {
  content: ' ';
  position: absolute;
  top: 48px;
  left: 92px;
  width: 88px;
  height: 1px;
  background: #e75c46;
  transform: rotate(118deg);
  filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=-0.46947156278589053, M12=-0.8829475928589271, M21=0.8829475928589271, M22=-0.46947156278589053);
  zoom: 1;
  -webkit-transform: rotate(118deg);
  -moz-transform: rotate(118deg);
  -ms-transform: rotate(118deg);
  -o-transform: rotate(118deg);
}
@media (min-width: 768px) and (max-width: 1199px) {
  time {
    font-size: 43px;
    line-height: 42px;
  }
  time span {
    font-size: 18px;
    line-height: 15px;
  }
  time:after {
    top: 30px;
    left: 44px;
    width: 70px;
  }
}
@media (max-width: 767px) {
  time {
    display: block;
    text-align: center;
  }
  time span {
    left: 167px;
  }
  time:after {
    height: 0;
  }
}
@media (max-width: 479px) {
  time span {
    left: 92px;
  }
}
a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:active {
  background: transparent;
}
a:focus {
  outline: none;
}
@media (max-width: 767px) {
  a[href^="callto:"] {
    text-align: center;
    display: block;
  }
}
a[href^="mailto:"]:hover {
  text-decoration: underline;
}
address {
  font-size: 21px;
  line-height: 33px;
  color: #6c6c6c;
  display: inline-block;
  text-align: left;
}
@media (min-width: 768px) and (max-width: 979px) {
  address {
    font-size: 22px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  address {
    text-align: center;
    display: block;
  }
}
strong {
  font-weight: 700;
}
dt {
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
}
.fa {
  line-height: inherit;
}
[class*='fa-']:before {
  font-weight: 400;
  font-family: 'FontAwesome';
}
.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}
.primary {
  color: #d28439;
}
.primary p {
  color: #747474;
}

.inner {
  position: relative;
}

.secondary {
  color: #feba00;
}
.third {
  color: #7ab981;
}
.vertical__center {
  height: 100px;
  line-height: 100px;
  display: inline-block;
}
@media (max-width: 767px) {
  .vertical__center {
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
  }
}
.letter__mod {
  letter-spacing: -1px;
}
@media (max-width: 767px) {
  .center {
    width: 100%;
    text-align: center;
  }
}
/*=======================================================
                       Main Layout
=========================================================*/
* + p {
  margin-top: 13px;
}
h2 + p {
  margin-top: 33px;
}
p + p {
  margin-top: 9px;
}
* + .btn1 {
  margin-top: 38px;
}
.border p + .btn1 {
  margin-top: 38px;
}
* + .marked-list {
  margin-top: 30px;
}
* + h5 {
  margin-top: 30px;
}
* + img {
  margin-top: 30px;
}
h4 + .row {
  margin-top: 45px;
}
h4 + h5 {
  margin-top: 41px;
}
* + .marked-list {
  margin-top: 37px;
}
.marked-list + .btn1 {
  margin-top: 41px;
  background: #ffc843;
}
img + h5 {
  margin-top: 44px;
}
.box__skin1 p + .btn1 {
  margin-top: 38px;
}
h5 + p {
  margin-top: 15px;
}
p + .btn1 {
  margin-top: 29px;
}
h4 + .row__offset {
  margin-top: 53px;
}
h6 + p {
  margin-top: 43px;
}
.row + .row {
  margin-top: 55px;
}
.box__skin4 + .row {
  margin-top: 33px;
}
* + form {
  margin-top: 45px;
}
h4 + .box {
  margin-top: 40px;
}
img + .offset__1 {
  margin-top: 34px;
}
h4 + .map {
  margin-top: 44px;
}
.box + .box {
  margin-top: 51px;
}
* + label {
  margin-top: 2px;
}
* + .message {
  margin-top: 3px;
}
.row + .row__offset {
  margin-top: 30px;
}
* + .btn-wr {
  margin-top: 19px;
}
* + dl {
  margin-top: 40px;
}
dl + a {
  margin-top: 22px;
  display: inline-block;
}
* + dd {
  margin-top: 15px;
}
* + dt {
  margin-top: 30px;
}
/*=======================================================
                        Components
=========================================================*/
/*========================   Menu   ==========================*/
.sf-menu {
  width: auto;
  float: none;
  margin: 0;
  display: inline-block;
  position: relative;
}
.sf-menu:before,
.sf-menu:after {
  content: " ";
  display: table;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  float: left;
  position: relative;
  background: none !important;
}
.sf-menu > li + li {
  margin-left: 56px;
}
.sf-menu > li:before {
  content: ' ';
  position: absolute;
  left: -1px;
  transform: rotate(210deg);
  filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=-0.8660254037844386, M12=0.5000000000000001, M21=-0.5000000000000001, M22=-0.8660254037844386);
  zoom: 1;
  -webkit-transform: rotate(210deg);
  -moz-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  -o-transform: rotate(210deg);
  height: 38px;
  top: -3px;
  margin-left: -24px;
  width: 1px;
  border: 0;
  background: #daaa7b;
}
.sf-menu > li:first-child:before {
  width: 0;
}
.sf-menu > li > a {
  color: #FFF;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 30px;
  border: none;
  padding: 0;
  font-weight: 400;
  text-transform: lowercase;
}
.sf-menu > li.sfHover > a,
.sf-menu > li > a:hover {
  color: #feba00;
}
.sf-menu > li.active > a {
  color: #83e373;
}
.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  margin-top: 24px;
  padding: 20px 0 10px;
  background: #feba00;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul:before {
  position: absolute;
  color: #feba00;
  left: 50%;
  top: 0px;
  margin-top: -11px;
  margin-left: -3px;
  content: '\f0d8';
  font: 400 15px/15px 'FontAwesome';
}
.sf-menu ul > li {
  text-align: left;
  background: none !important;
  position: relative;
  padding: 2px 25px 2px;
}
.sf-menu ul > li > a {
  color: #fff;
  position: relative;
  padding: 0;
  border: none;
}
.sf-menu ul > li > a:hover {
  color: #ffe276;
}
.sf-menu ul.sfHover > a,
.sf-menu ul > a:hover {
  color: #ffe276;
}
.sf-menu ul ul {
  background: #ff4400;
  position: absolute;
  top: -15px;
  width: 95px;
  height: 80px;
  margin-top: 0;
  right: -95px;
  left: auto;
  z-index: 4;
  padding-bottom: 5px;
  padding-top: 15px;
}
.sf-menu ul ul:before {
  content: '';
}
.sf-menu ul ul > li {
  text-align: left;
  padding-top: 2px;
  padding-bottom: 2px;
}
.sf-menu ul ul > li > a {
  color: #FFF;
}
.sf-menu ul ul > li > a:hover:after {
  content: '';
}
.sf-menu ul ul > li.sfHover > a,
.sf-menu ul ul > li > a:hover {
  color: #ffe276;
}
.sf-menu > li > ul > li .sf-with-ul {
  position: relative;
}
.sf-menu > li > ul > li .sf-with-ul:after {
  position: absolute;
  content: '\f105';
  font: 400 14px/15px 'FontAwesome';
  right: -15px;
  top: 3px;
}
@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
/*==================  Select Menu  ======================*/
.select-menu {
  position: relative;
  display: none;
  margin: 0 auto;
  width: 420px;
  background: #ffffff url('../images/select.png') no-repeat right center;
  overflow: hidden;
}
.select-menu .select {
  width: 420px;
  height: 30px;
  color: #585858;
  background-color: transparent;
  font: 400 15px 'Roboto', sans-serif;
  line-height: 30px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
}
.select-menu .select::-ms-expand {
  display: none;
}
.select-menu .select:hover {
  cursor: pointer;
}
@media (max-width: 767px) {
  .select-menu {
    display: block;
  }
}
@media (max-width: 479px) {
  .select-menu {
    width: 270px;
  }
  .select-menu .select {
    width: 270px;
  }
}
/*==================  Stuck menu  ======================*/
.isStuck {
  background: #444444;
  z-index: 999;
  border-bottom: 1px solid #d28439;
}
.isStuck .sf-menu ul {
  margin-top: 21px;
}
.isStuck .sf-menu ul ul {
  top: 9px;
}
.isStuck .nav {
  padding-bottom: 20px;
  padding-top: 20px;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  font-size: 14px;
  width: 30px;
  height: 30px;
  color: #e75c46;
  position: fixed;
  right: 200px;
  bottom: 90px;
  display: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover:before {
  color: #feba00;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.toTop:before {
  content: '\f01b';
}
@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
/*==================   Thumbnail    ======================*/
.overflow_mod {
  overflow: hidden;
}
.thumb {
  display: block;
  position: relative;
}
.thumb img {
  width: 100%;
  height: auto;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.thumb_overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: rgba(254, 186, 0, 0.5);
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #ffffff;
}
.thumb_overlay:before {
  content: '+';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font: 700 72px/18px 'Quicksand', sans-serif;
  margin-top: -15px;
  text-align: center;
}
.lt-ie9 .thumb_overlay:before {
  display: none;
}
.thumb:hover .thumb_overlay {
  background: rgba(254, 186, 0, 0.5);
  opacity: 1;
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}
.thumb:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
/*==================   Parallax    ======================*/
.parallax {
  background: no-repeat center 0;
}
.mobile .parallax,
.tablet .parallax {
  background-position: 50% 0 !important;
  background-size: cover;
}
.parallax1 {
  background: #ffffff url(../images/parallax5.jpg);
  text-align: center;
}
.parallax2 {
  background: #ffffff url(../images/parallax2.jpg);
  text-align: center;
}
.parallax3 {
  background: #ffffff url(../images/parallax3.jpg);
  text-align: center;
  margin-bottom: 87px;
}
.parallax4 {
  background: #ffffff url(../images/parallax4.jpg);
  text-align: center;
}
.parallax5 {
  background: #ffffff url(../images/parallax1.jpg);
  text-align: center;
  
  
  
}
@media (min-width: 2050px) {
  .parallax {
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .parallax {
    background-position: center 0 !important;
    background-size: cover;
  }
}
/*=================       Tabs     ======================*/
.resp-tabs-list {
  font: 400 24px/48px 'Quicksand', sans-serif;
}
.resp-tabs-list li {
  text-align: center;
  text-transform: lowercase;
  display: inline-block;
  cursor: pointer;
  color: #e75c46;
}
.resp-tabs-list li:hover {
  color: #3abe8a;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.resp-tabs-list li:active {
  color: #5dcea1;
}
.resp-tabs-list li + li {
  margin-left: 57px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .resp-tabs-list li + li {
    margin-left: 26px;
  }
}
.resp-tabs-list .resp-tab-active {
  color: #3abe8a;
}
.resp-tabs-list + .resp-tabs-container {
  margin-top: 50px;
}
.resp-tabs .row + .row {
  margin-top: 46px;
}
.resp-accordion {
  background: #e75c46;
  padding: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: none;
  font: 400 24px/28px 'Quicksand', sans-serif;
  text-align: center;
  color: #fff;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.resp-accordion:hover {
  background: #3abe8a;
  cursor: pointer;
}
.resp-accordion:active {
  color: #5dcea1;
}
.resp-tab-content {
  display: none;
}
.resp-tab-content-active {
  display: block;
}
@media (max-width: 767px) {
  .resp-accordion {
    display: block;
  }
  .resp-tabs-list {
    display: none;
  }
}
/*==================      Box      ======================*/
.box {
  font: 300 24px/36px 'Roboto', sans-serif;
  color: #464646;
}
.box address {
  font-size: 24px;
  margin-top: -5px;
  margin-right: -5px;
  color: #464646;
  line-height: 36px;
}
.box:before,
.box:after {
  content: " ";
  display: table;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
  padding: 4px 40px 0 3px;
}
.box_cnt__no-flow {
  overflow: hidden;
}
.box_cnt__no-flow__offset {
  padding-top: 15px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .box_aside {
    padding-right: 0;
    text-align: center;
    float: none;
  }
  .box_cnt__no-flow {
    margin-top: 10px;
    text-align: center;
  }
  .box_cnt__no-flow address {
    text-align: center;
  }
}
.box__skin1 {
  padding: 50px 0px 49px 48px;
  border: 1px solid #e8ebed;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.box__skin1 p {
  padding-right: 50px;
}
.box__skin1 p i {
  text-transform: uppercase;
  color: #646464;
  font-style: normal;
}
.box__skin1 .btn1 {
  padding: 12px 25px;
}
@media (max-width: 1200px) {
  .box__skin1 {
    padding: 10px 0px 10px 48px;
  }
  .box__skin1 p span {
    font-size: 12px;
    line-height: 15px;
  }
  .box__skin1 h2 {
    font-size: 62px;
    line-height: 65px;
  }
  .box__skin1 h2 + p {
    margin-top: 20px;
  }
  .box__skin1 .box__skin1 p + .btn1 {
    margin-top: 15px;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .box__skin1 {
    padding: 50px 0px 49px 48px;
  }
  .box__skin1 h2 {
    font-size: 42px;
    line-height: 45px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .box__skin1 h2 {
    font-size: 40px;
    line-height: 42px;
  }
}
@media (max-width: 479px) {
  .box__skin1 h2 {
    font-size: 48px;
    line-height: 52px;
  }
}
@media (max-width: 479px) and (max-width: 479px) {
  .box__skin1 {
    padding-left: 37px;
  }
}
.box__skin2 {
  margin: 72px auto 64px;
  height: 186px;
  max-width: 831px;
  padding: 1px 232px 1px 1px;
  background: #d28439;
  display: inline-block;
  text-align: left;
  position: relative;
}
.box__skin2 h3 {
  margin-top: 10px;
  font-weight: 400;
  color: #fff;
  margin-left: 57px;
  text-transform: uppercase;
}

.venue_block{
    display: flex;
    flex-wrap: wrap;
}

.mb45 {
  margin-bottom: 45px;
}
.box__skin2 h3 i {
  font-family: 'Roboto', sans-serif;
  text-transform: lowercase;
  font-weight: 300;
  font-style: normal;
  margin-left: 30px;
  font-size: 36px;
  line-height: 24px;
}
.box__skin2 .btn2 {
  position: absolute;
  right: 58px;
  top: 42px;
}
.box__skin2__mod1 {
  padding-right: 344px;
}
.box__skin2__mod1 h3 {
  margin-left: 87px;
}
.box__skin2__mod1 h3 span {
  font-family: 'Quicksand', sans-serif;
  margin-left: 0;
  line-height: 43px;
}
.box__skin2__mod2 {
  padding-right: 170px;
}
.box__skin2__mod2 h3 {
  margin-left: 87px;
}
.box__skin2__mod2 h3 span {
  font-family: 'Quicksand', sans-serif;
  margin-left: 0;
  line-height: 43px;
}
.box__skin2__mod3 {
  padding-right: 282px;
}
.box__skin2__mod3 h3 {
  margin-left: 87px;
}
.box__skin2__mod3 h3 span {
  font-family: 'Quicksand', sans-serif;
  margin-left: 0;
  line-height: 43px;
  text-transform: none;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .box__skin2__mod2 h3 {
    margin-top: 0;
  }
  .box__skin2__mod3 h3 {
    margin-top: 40px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .box__skin2 h3 {
    margin-top: 45px;
  }
  .box__skin2__mod1 h3 {
    margin-top: 20px;
  }
  .box__skin2__mod1 h3 span {
    font-size: 20px;
    line-height: 30px;
  }
  .box__skin2__mod2 h3 {
    margin-top: 50px;
    margin-left: 10px;
    font-size: 50px;
  }
  .box__skin2__mod2 h3 span {
    font-size: 20px;
    line-height: 20px;
  }
  .box__skin2__mod3 h3 {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .box__skin2 h3 {
    font-size: 35px;
    line-height: 33px;
    margin-top: 11px;
    margin-left: 17px;
  }
  .box__skin2 h3 span {
    font-size: 17px;
    line-height: 20px;
    margin-left: 15px;
  }
  .box__skin2__mod1 {
    padding-right: 234px;
  }
  .box__skin2__mod1 h3 {
    margin-top: 33px;
  }
  .box__skin2__mod1 h3 span {
    margin-left: 0;
  }
  .box__skin2__mod2 h3 {
    margin-top: 70px;
    margin-left: 15px;
  }
  .box__skin2__mod2 h3 span {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
  }
  .box__skin2__mod3 {
    padding-right: 192px;
  }
  footer .row div  {
    text-align: center;
  }
}
@media (max-width: 479px) {
  .box__skin2 {
    height: 226px;
    padding-right: 0px;
  }
  .box__skin2 h3 {
    display: inline-block;
    text-align: center;
    margin: 20px 5px 5px;
  }
  .box__skin2 h3 span {
    margin: 0 5px 0 5px;
    display: inline-block;
    text-align: center;
  }
  .box__skin2 .btn2 {
    right: 50%;
    margin-right: -51px;
    top: 112px;
  }
  .box__skin2__mod1 {
    padding-right: 0px;
  }
  .box__skin2__mod1 h3 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .box__skin2__mod2 {
    padding-right: 0px;
  }
  .box__skin2__mod2 h3 {
    margin-left: 35px;
  }
  .box__skin2__mod2 h3 span {
    font-size: 12px;
    line-height: 16px;
  }
  .box__skin2__mod3 h3 {
    margin-left: 0;
  }
  .box__skin2__mod3 .btn2 {
    top: 116px;
    right: 136px;
  }
}
.box__skin3 {
  position: relative;
}
.box__skin3 h5 {
  position: absolute;
  font-family: 'Quicksand', sans-serif;
  display: none;
  font-weight: 400;
  right: 0;
  left: 0;
  text-align: center;
  top: 50%;
  margin-top: -20px;
  text-transform: uppercase;
  color: #fff;
}
.box__skin3:hover .overlay {
  opacity: 1;
  cursor: pointer;
}
.box__skin3:hover h5 {
  display: block;
  text-shadow: 1px 2px 1px rgba(0, 6, 0, 0.51);
}
.box__skin3 .btn2 {
  bottom: -53px;
  right: 135px;
  line-height: 14px;
}
.box__skin3 .btn2:hover {
  background: #fff;
}
@media (max-width: 1200px) {
  .box__skin3 .btn3 {
    left: 40%;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .box__skin3 .btn2 {
    right: 102px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .box__skin3 h5 {
    font-size: 18px;
    line-height: 20px;
  }
  .box__skin3 .btn2 {
    padding: 33px 17px;
    right: 80px;
  }
}
@media (max-width: 767px) {
  .box__skin3 a span,
  .box__skin3 a img {
    display: block;
    margin: 0 auto;
  }
  .box__skin3 h5 {
    right: -20px;
  }
  .box__skin3 .btn2 {
    right: 178px;
  }
}
@media (max-width: 479px) {
  .box__skin3 h5 {
    font-size: 18px;
    right: 0px;
  }
  .box__skin3 .btn2 {
    right: 85px;
  }
}

.pull-left.item-image {
  margin-right: 40px;
}

.ml30 {
  margin-left: 30px;
  float: left;
  margin-top: 0;
}
.mt95 {
  margin-top: 95px;
}
.mb45 {
  margin-bottom: 45px;
}
.mt45 {
  margin-top: 45px;
}
/*==================      Skin      ======================*/
.skin11 .overlay,
.skin12 .overlay,
.skin13 .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  opacity: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 979px) {
  .mt95 {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .skin11 .overlay,
  .skin12 .overlay,
  .skin13 .overlay {
    right: 24px;
    left: 24px;
  }
  .skin11 .btn3,
  .skin12 .btn3,
  .skin13 .btn3 {
    left: 44%;
  }
  .skin11 .overlay,
  .skin12 .overlay,
  .skin13 .overlay {
    right: 0px;
    left: 0px;
  }
  .mt95 {
    margin-top: 10px;
  }
  .mb45 {
    margin-bottom: 10px;
  }
}
@media (max-width: 479px) {
  .skin11 .overlay,
  .skin12 .overlay,
  .skin13 .overlay {
    right: 0;
  }
  .skin11 .btn3,
  .skin12 .btn3,
  .skin13 .btn3 {
    left: 40%;
  }
}
.skin11 .btn3 {
  color: #87bb42;
}
.skin11 .overlay {
  background: rgba(98, 139, 21, 0.42);
}
.skin12 .btn3 {
  left: 41%;
  color: #fa9e00;
}
.skin12 .btn3:before {
  margin-left: -27px;
}
@media (max-width: 767px) {
  .skin12 .btn3 {
    left: 45%;
  }
}
@media (max-width: 479px) {
  .skin12 .btn3 {
    left: 40%;
  }
}
.skin12 .overlay {
  background: rgba(173, 148, 60, 0.6);
}
.skin13 .btn3 {
  color: #f15047;
}
.skin13 .overlay {
  background: rgba(136, 43, 23, 0.45);
}
/*==================      Event     ======================*/
.event h6 {
  font-family: 'FontAwesome', sans-serif;
  display: inline-block;
  padding-left: 72px;
  padding-top: 38px;
}
.event h6 a:hover {
  color: #feba00;
}
.event h6 a:active {
  color: #ffc832;
}
.event p {
  font-size: 15px;
  line-height: 24px;
}
@media (max-width: 1200px) {
  .event h6 {
    font-size: 1px;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .event h6 {
    font-size: 20px;
    padding-left: 43px;
    padding-top: 25px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .event h6 {
    font-size: 16px;
    line-height: 20px;
    padding-top: 23px;
    padding-left: 31px;
  }
}
@media (max-width: 767px) {
  .event h6 {
    font-size: 20px;
    line-height: 30px;
    padding-left: 0;
    padding-top: 40px;
    text-align: center;
    display: block;
  }
}

.item-page {
  padding-top: 60px;
}
/*==================   Inline List  ======================*/
.inline-list:before,
.inline-list:after {
  content: ' ';
  display: table;
}
.inline-list:after {
  clear: both;
}
.inline-list li {
  float: left;
}
.inline-list li + li {
  margin-left: 100px;
}
/*==================     Socials     =====================*/
.socials {
  display: inline-block;
}
.ml20 {
  padding-left: 30px;
}
.socials li a {
  color: #8c8c8c;
  font-size: 0;
}
.socials li a:before {
  font-size: 30px;
}
.socials li + li {
  margin-left: 23px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .socials {
    padding-right: 0;
    padding-left: 25px;
  }
  .socials li + li {
    margin-left: 15px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .socials {
    padding-right: 0;
  }
  .socials li + li {
    margin-left: 7px;
  }
}
@media (max-width: 767px) {
  .socials li + li {
    margin-left: 15px;
  }
}
/*==================     Icons     ======================*/
.fa {
  font-size: 30px;
  line-height: 32px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fa:hover {
  cursor: pointer;
  color: #e75c46;
}
.fa:active {
  color: #ed8473;
}
/*==================    Buttons    ======================*/
.btn1 {
  display: inline-block;
  font: 700 14px/18px 'Quicksand', sans-serif;
  color: #fff;
  background: #d28439;
  padding: 12px 23px;
  -webkit-border-radius: 2px;
  border: none;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-transform: uppercase;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn1:hover {
  cursor: pointer;
  background: #feba00;
  text-decoration: none;
}
.btn1:active {
  background: #ffc832;
}
.btn2 {
  font: 700 16px/18px 'Quicksand', sans-serif;
  height: 102px;
  width: 102px;
  line-height: 102px;
  text-align: center;
  color: #d28439;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-transform: uppercase;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn2:hover {
  cursor: pointer;
  background: #e75c46;
  color: #ffffff;
}
.btn2:active {
  background: #ed8473;
}
.btn3 {
  position: absolute;
  font: 700 16px/18px 'Quicksand', sans-serif;
  text-transform: uppercase;
  color: #faa524;
  left: 42%;
  bottom: -10px;
  z-index: 1;
}
.btn3:hover {
  cursor: pointer;
}
.btn3:before {
  position: absolute;
  content: '';
  height: 51px;
  width: 102px;
  bottom: 5px;
  margin-left: -27px;
  border-top-left-radius: 51px;
  border-top-right-radius: 51px;
  background: #fff;
  display: inline-block;
  z-index: -1;
}
/*==================  Marked List  ======================*/
.marked-list li {
  color: #4e4e4e;
  position: relative;
  padding: 7px 0px 8px 26px;
  display: block;
}
.marked-list li a {
  text-transform: uppercase;
}
.marked-list li a:hover {
  color: #e75c46;
  text-decoration: none;
}
.marked-list li:before {
  position: absolute;
  text-align: center;
  left: 0;
  top: 10px;
  color: #fff;
  content: '\f105';
  font: 12px/13px 'FontAwesome';
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: 14px;
  width: 14px;
  background: #ffc843;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 2px;
}
.marked-list li:hover:before {
  background: #e75c46;
}
.marked-list li:active:before {
  background: #ed8473;
}
.marked-list li:active {
  color: #ed8473;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .marked-list li {
    font-size: 11px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .marked-list li {
    font-size: 11px;
  }
}
/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: #fff;
  text-align: center;
}
header .nav {
  background: #d28439;
  display: block;
  padding-bottom: 24px;
  padding-top: 24px;
}
@media (min-width: 768px) and (max-width: 979px) {
  header {
    text-align: center;
  }
  header .brand,
  header .nav {
    float: none;
  }
}
/*==================     Brand     ======================*/
.brand {
  padding-top: 30px;
  text-align: center;
}
.brand_name {
  overflow: hidden;
  color: #242424;
}
@media (min-width: 768px) and (max-width: 979px) {
  .brand_name {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .brand_name {
    font-size: 35px;
  }
}
.brand hr {
  background: #e8ebed;
  height: 1px;
  border: 0;
}
.brand_slogan {
  display: block;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  color: #b56f2b;
  margin-top: 4px;
}
.brand_slogan > i {
  position: relative;
  font-style: italic;
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
}
.brand_slogan > i:before,
.brand_slogan > i:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 216px;
  height: 1px;
  background: #e8ebed;
  display: none;
}
.brand_slogan > i:before {
  right: 100%;
  margin-right: 15px;
}
.brand_slogan > i:after {
  left: 100%;
  margin-left: 15px;
}
/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #ffffff;
}
/*==================      Well     ======================*/
.well {
  padding-top: 78px;
  padding-bottom: 79px;
}
.well2 {
  padding-top: 31px;
  padding-bottom: 53px;
}
.well3 {
  padding-top: 42px;
  padding-bottom: 33px;
}
.well4 {
  margin: 0 auto;
  width: 770px;
  padding-top: 74px;
  padding-bottom: 75px;
}
.well5 {
  padding-top: 46px;
  padding-bottom: 0px;
}
.well6 {
  padding-top: 45px;
  padding-bottom: 58px;
}
.well7 {
  padding-top: 72px;
  padding-bottom: 76px;
}
.well7 .socials {
  float: left;
  padding-top: 20px;
  padding-right: 47px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .well7 .socials {
    padding-right: 0;
    padding-left: 25px;
    float: none;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .well7 .socials {
    padding-right: 0;
    padding-left: 16px;
    float: none;
  }
}
@media (max-width: 767px) {
  .well7 .socials {
    padding-right: 0;
    padding-left: 0px;
    float: none;
    display: inline-block;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .well7 {
    text-align: center;
  }
}
.well__ins1 {
  padding-top: 32px;
}
.well2__ins1 {
  padding-top: 27px;
}
.well3__ins1 {
  padding-bottom: 39px;
}
.well3__ins2 {
  padding-bottom: 82px;
}
.well6__ins1 {
  padding-bottom: 66px;
}
.well6__ins2 {
  padding-bottom: 72px;
}
/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #e75c46;
}
.bg-secondary {
  background: #feba00;
}
/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  padding-top: 89px;
  padding-bottom: 79px;
  font-size: 16px;
  line-height: 36px;
  color: #525252;
  background: #ffffff;
}
footer h1 {
  font-size: 42px;
  line-height: 30px;
  display: inline-block;
  padding-right: 12px;
}
footer span {
  position: relative;
  padding-right: 26px;
}
footer a:hover {
  color: #e75c46;
}
footer a:active {
  color: #ed8473;
}
footer #copyright-year:after {
  content: ' ';
  position: absolute;
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=-1, M12=-0.00000000000000012246, M21=0.00000000000000012246, M22=-1);
  zoom: 1;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  height: 28px;
  top: -3px;
  margin-left: 17px;
  width: 1px;
  border: 0;
  background: #d1cdca;
}
footer .inline-list {
  padding-left: 5px;
}
footer .inline-list a {
  font-size: 11px;
  line-height: 30px;
  text-transform: lowercase;
}
footer .inline-list a:hover {
  color: #e75c46;
}
footer .inline-list a:active {
  color: #ed8473;
}
footer .inline-list li + li {
  margin-left: 35px;
}
@media (max-width: 1200px) {
  footer h1 {
    font-size: 25px;
    line-height: 32px;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  footer .inline-list {
    padding-left: 0px;
  }
  footer .inline-list li + li {
    margin-left: 10px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  footer {
    font-size: 12px;
  }
  footer h1 {
    padding-right: 0;
  }
  footer span {
    padding-right: 0;
  }
  footer #copyright-year:after {
    right: -2px;
    top: -7px;
  }
  footer .inline-list a {
    font-size: 10px;
    padding-left: 0px;
  }
  footer .inline-list li + li {
    margin-left: 7px;
  }
}
@media (max-width: 767px) {
  footer h1 {
    padding-left: 24px;
  }
  footer .inline-list {
    display: none;
  }
  footer .inline-list li + li {
    margin-left: 33px;
  }
}
@media (max-width: 479px) {
  footer {
    padding-left: 0;
    text-align: center;
  }
  footer h1 {
    padding-left: 0;
  }
  footer .inline-list li li + li {
    margin-left: 10px;
  }
}


/*========================================================
                      Contact Form
=========================================================*/
/* Contact Form Basic Styles
========================================================*/
#contact-form {
  position: relative;
}
#contact-form .btn1 {
  padding: 11px 12px 12px;
}
#contact-form label {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: block;
  letter-spacing: normal;
  width: 100%;
}
#contact-form label.message {
  max-width: 100%;
  width: 100%;
}
#contact-form fieldset {
  border: none;
}
/* Contact Form Placeholder Styles
========================================================*/
#contact-form ._placeholder {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font: 300 16px 'Roboto', sans-serif;
  line-height: 18px;
  width: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  border-radius: 0;
  cursor: text;
  color: #bb33bb 3b;
  padding-left: 20px;
  line-height: 54px;
}
#contact-form ._placeholder.focused {
  opacity: 0.4;
}
.lt-ie9 #contact-form ._placeholder.focused {
  filter: alpha(opacity=40);
}
#contact-form ._placeholder.hidden,
#contact-form .file ._placeholder {
  display: none;
}
#jform_spacer-lbl,
.popover {
  display: none !important;
}
/* Contact Form Input
========================================================*/
#contact-form input[type='text'],
#contact-form input#jform_contact_email
 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font: 300 16px 'Roboto', sans-serif;
  line-height: 18px;
  background-color: #ffffff;
  border: 1px solid #ececec;
  width: 100%;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  padding-top: 18px;
  padding-bottom: 18px;
  margin: 0;
  padding-left: 20px;
  color: #bb33bb 3b;
}
div.contact-form {
  padding-bottom: 40px;
}

/* Contact Form Buttons
========================================================*/
#contact-form .btn-wr {
  float: right;
  border: none;
  margin-top: 19px;
}
#contact-form .btn-wr .btn1 {
  padding: 11px 15px 12px;
}
/* Contact Form Textarea 
========================================================*/
#contact-form textarea {
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font: 300 16px 'Roboto', sans-serif;
  background-color: #ffffff;
  border: 1px solid #ececec;
  width: 100%;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  resize: none;
  padding-top: 15px;
  padding-left: 20px;
  overflow: auto;
  line-height: 18px;
  height: 107px;
}
/* Contact Form Error messages
========================================================*/
#contact-form .empty-message,
#contact-form .error-message {
  -moz-transition: 0.3s ease-in height;
  -o-transition: 0.3s ease-in height;
  -webkit-transition: 0.3s ease-in height;
  transition: 0.3s ease-in height;
  position: absolute;
  right: 3px;
  top: 2px;
  color: red;
  height: 0;
  overflow: hidden;
  font-size: 11px;
  z-index: 99;
}
#contact-form .invalid .error-message,
#contact-form .empty .empty-message {
  height: 14px;
  line-height: 14px;
}
/* Contact Form Processing Box
========================================================*/
#contact-form .contact-form-loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  overflow: hidden;
  background: rgba(247, 247, 247, 0.48) url(data:image/gif;base64,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);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.lt-ie9 #contact-form .contact-form-loader {
  filter: alpha(opacity=0);
}
#contact-form.processing .contact-form-loader {
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  opacity: 0.7;
  z-index: 99;
}
.lt-ie9 #contact-form.processing .contact-form-loader {
  filter: alpha(opacity=70);
}
/* Contact Form Modal
========================================================*/
.modal-open {
  overflow: hidden;
}
#contact-form .modal {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  letter-spacing: normal;
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  color: #222;
}
#contact-form .modal h4 {
  font-weight: bold;
  color: #000;
  padding: 0;
  margin: 0;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.fade {
    /* opacity: 0; */
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.modal.fade .modal-dialog {
  -moz-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  -webkit-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -moz-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.lt-ie9 .modal-backdrop.fade {
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
}
.lt-ie9 .modal-backdrop.in {
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-dialog {
  width: 600px;
  margin: 10px auto;
}
@media only screen and (max-width: 768px) {
  .modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
  }
}
/* Contact Form Close icon
========================================================*/
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
/* Contact Form reCaptcha
========================================================*/
#contact-form label.recaptcha {
  max-width: 100%;
  text-align: right;
}
#captchadiv {
  display: inline-block;
  text-align: left;
  background: #FFF;
}
.empty-message + #captchadiv {
  border: 1px solid #DCDCDC;
  padding-top: 16px;
}
#recaptcha_table {
  border: none !important;
}
#recaptcha_table input[type="text"] {
  background: #FFF;
  border: 1px solid #CDCDCD !important;
  color: #999;
}
@media (max-width: 767px) {
  #captchadiv {
    display: block;
  }
  #recaptcha_table {
    width: 100%;
  }
  #recaptcha_table tr:first-child td + td {
    padding-right: 14px !important;
  }
  #recaptcha_table tr:first-child td + td + td {
    display: none;
  }
  #recaptcha_image {
    width: 358px !important;
  }
  #recaptcha_response_field {
    width: 360px !important;
  }
}
@media (max-width: 479px) {
  #recaptcha_image {
    width: 208px !important;
  }
  #recaptcha_response_field {
    width: 210px !important;
  }
}


@media (max-width: 768px) {
  .pull-left.item-image {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .pull-left.item-image img {
    width: 100%;
    height: auto;
  }
}

.item-page {
  padding-bottom: 50px;
  overflow: hidden;
}

/**
  Additional styles
*/

.parallax.parallax1 .btn2 {
    line-height: 90px;
}
.parallax.parallax1 .btn2 i {
    display: block;
    line-height: 18px;
    margin-top: -35px;
}
.marked-list-custom > .row {
    margin-left: 0;
}
.marked-list-custom li {
    text-transform: uppercase;
}
.marked-list-custom li:before {
    content: "";
    background-color: #7ab981;
}
.marked-list-custom a.btn1 {
    background-color: #7ab981;
    text-decoration: none;
}
.marked-list-custom a.btn1:hover {
    background-color: #e75c46;
}
.well4 h4 {
    display: none;
}
.testimonials-custom .mod-newsflash-adv_custom-link {
    text-align: center;
}
.testimonials-custom .mod-newsflash-adv_custom-link .btn {
  display: inline-block;
  font: 700 14px/18px 'Quicksand', sans-serif;
  color: #fff;
  background: #d28439;
  padding: 12px 23px;
  -webkit-border-radius: 2px;
  border: none;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-transform: uppercase;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 38px;
}
.testimonials-custom .mod-newsflash-adv_custom-link .btn:hover {
  cursor: pointer;
  background: #feba00;
}
.testimonials-custom .mod-newsflash-adv_custom-link .btn:active {
  background: #ffc832;
}
.footer-logo-img {
    margin-top: -25px;
}
.well4, .well6, .well7 {
  border-top: 1px solid #e8ebed;
}
.link {
  color: #8c8c8c;
}
.link:hover {
  color: #e75c46;
  text-decoration: none;
}
.center {
  text-align: center;
} 
.italic {
  font-style: italic;
}

.menu-carousel .owl-title, .images-carousel .owl-title {
  display: none;
}
.images-carousel .owl-item {
    border: 5px solid white;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.link_other_site{
    display: inline-block; 
    width: 360px; 
    float: left; 
    padding-left: 15px; 
    padding-right: 15px; 
    margin-bottom: 50px;
}

.introtext_other_site{
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 37px;
}

.img_other_site{
    width: 360px; 
    height: auto; 
    margin-bottom: 20px;
}

.title_other_site{
    font-size: 20px;
}

.head-carousel{
					  position:relative;
					}
					
					.head-carousel .owl-nav {
						position: absolute;
						width: 100%;
						top: 50%;
						transform: translateY(-50%);
						color: white!important;
						pointer-events: none;
					}
					
					.head-carousel .owl-nav .owl-prev{
					  float:left;
					  padding-left: 15px;
					  pointer-events: all;
					}
					
					.head-carousel .owl-nav .owl-next{
					  float:right;
					  padding-right: 15px;
					  pointer-events: all;
					}
					
					.head-carousel .owl-nav .fa:hover {
						color: white!important;
					}
					
					.owl-content.active {
					  border: 3px solid #d28439;
					}

.menu_block{
	width: 95%;
	border: 3px solid #e1e1e1;
	margin: 30px auto;
	padding: 6%;
	font-family: "Sorts Mill Goudy", arial, sans-serif !important;
}

@media (max-width: 479px) {
  .parallax.parallax1 .box__skin2 {
      height: auto;
      padding-right: 0px;
      padding-bottom: 20px;
  }
  .parallax.parallax1 .box__skin2 h3 {
      display: block;
  }
  .parallax.parallax1 .box__skin2 .btn2 {
      position: static;
      display: block;
      margin-left: auto;
      margin-right: auto;
  }  
}

.top-banner-carousel.owl-loaded.owl-drag .owl-nav .owl-prev {
    bottom: 40%;
    right: 95%;
    margin-right: 0;
}

.top-banner-carousel.owl-loaded.owl-drag .owl-nav .owl-prev .fa {
    font-size: 35px;
}

.top-banner-carousel.owl-loaded.owl-drag .owl-nav .owl-next {
    bottom: 40%;
    left: 95%;
    margin-left: 0;
}

.top-banner-carousel.owl-loaded.owl-drag .owl-nav .owl-next .fa {
    font-size: 35px;
}

.footer-logo {
    width: 100px;
}

.venues-links-wrapper {
    width: 100%;
    text-align: center;
}

.venues-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    gap: 10px;
    margin-bottom: 85px;
}

.venues-links-description {
    color: #d28439;
}
.reviews-button {
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-top: 0;
}

.gallery-image-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.gallery-image {
    height: 350px;
    width: 350px;
}

.dish-menu-header {
    font-size: 20.0pt;
    line-height: 107%;
    color: black;
    font-weight: 600;
    font-family: "Sorts Mill Goudy", arial, sans-serif;
}

.menu-images {
    display: flex;
    gap: 5px;
    justify-content: center;
}

.menu_block img {
    margin-top: 0;
}

.dish-menu-title {
    margin: 45px 0;
    text-align: center;
}

.dish-menu-item-title {
    margin-top: 10px;
    font-size: 13.0pt;
    color: black;
    font-weight: bold;
}

.dish-menu-item-list-title {
    font-style: italic;
}

.dish-menu-item-list-item {
    
}

.menu-types {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.by-height {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    column-gap: 10px;
}

.by-height > div {
    width: 50%;
}

.dish-menu-type {
    line-height: normal;
    margin: 12pt 0cm 12pt 0cm;
    font-size: 24px;
    color: black;
    font-weight: 600;
}

.dish-menu-legend {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

.dish-type-legend {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: black;
}

.dish-menu-legend > img {
    margin: 0;
}

.dish-bottom-img {
    margin-top: 50px;
}

.dish-menu-item img {
    min-height: 20px;
    min-width: 20px;
}

.dish-item-title-highlite {
    font-size: 24px;
}

.sub-menu {
    width: fit-content;
    height: fit-content;
    left: 50%!important;
    transform: translateX(-50%);
}