﻿/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
@import 'normalize.css';
@import 'carousel.css';
@import '//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css';
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.background-size {
  background-size: cover;
  -webkit-background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.ulnone {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/**
 * Gridpak Beta LESS
 *
 * Generator - http://gridpak.com/
 * Created by @erskinedesign
 */
/* Reusable column setup */
.mixin-col {
  border: 0px solid rgba(0, 0, 0, 0);
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
}
.col1,
.col2,
.col3,
.col4,
.col5,
.col6,
.col7,
.col8,
.col9,
.col10,
.col11,
.col12 {
  border: 0px solid rgba(0, 0, 0, 0);
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
}
.mixin-span_first {
  margin-left: 0;
}
.row:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.same-height {
  flex-direction: row;
  display: flex;
}
.same-height .col1,
.same-height .col2,
.same-height .col3,
.same-height .col4,
.same-height .col5,
.same-height .col6,
.same-height .col7,
.same-height .col8,
.same-height .col9,
.same-height .col10,
.same-height .col11,
.same-height .col12 {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
/* 0 Gutter */
.span1,
.span2,
.span3,
.span4,
.span5,
.span6,
.span7,
.span8,
.span9,
.span10,
.span11,
.span12 {
  border: 0px solid rgba(0, 0, 0, 0);
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
}
.span1 {
  width: 8.33333333333%;
}
.span2 {
  width: 16.6666666667%;
}
.span3 {
  width: 25.0%;
}
.span4 {
  width: 33.3333333333%;
}
.span5 {
  width: 41.6666666667%;
}
.span6 {
  width: 50.0%;
}
.span7 {
  width: 58.3333333333%;
}
.span8 {
  width: 66.6666666667%;
}
.span9 {
  width: 75.0%;
}
.span10 {
  width: 83.3333333333%;
}
.span11 {
  width: 91.6666666667%;
}
.span12 {
  width: 100%;
}
@media all and (min-width: 0px) and (max-width: 767px) {
  .span1 img,
  .span2 img,
  .span3 img,
  .span4 img,
  .span5 img,
  .span6 img,
  .span7 img,
  .span8 img,
  .span9 img,
  .span10 img,
  .span11 img,
  .span12 img {
    max-width: 100%;
    height: auto;
    display: block;
  }
  .span1,
  .span2,
  .span3,
  .span4,
  .span5,
  .span6,
  .span7,
  .span8,
  .span9,
  .span10,
  .span11,
  .span12 {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
}
/* 4. 12 Column Grid 1600px - Infinity 
    ----------------------------------------------------------------------------- 
    
    Span 1:    6.5%
    Span 2:    15.0%
    Span 3:    23.5%
    Span 4:    32.0%
    Span 5:    40.5%
    Span 6:    49.0%
    Span 7:    57.5%
    Span 8:    66.0%
    Span 9:    74.5%
    Span 10:    83.0%
    Span 11:    91.5%
    Span 12:    100%
    
    ----------------------------------------------------------------------------- */
/* -- DEFAULT */
.col1,
.col2,
.col3,
.col4,
.col5,
.col6,
.col7,
.col8,
.col9,
.col10,
.col11,
.col13 {
  margin-left: 2%;
  padding: 0 0%;
}
/* --- Gridpak variables ---*/
.row div[class*="col"]:first-child {
  margin-left: 0;
}
.col1 {
  width: 6.5%;
  border-left-width: 0;
  padding: 0 0%;
  margin-left: 2%;
}
.col2 {
  width: 15%;
  border-left-width: 0;
  padding: 0 0%;
  margin-left: 2%;
}
.col3 {
  width: 23.5%;
  border-left-width: 0;
  padding: 0 0%;
  margin-left: 2%;
}
.col4 {
  width: 32%;
  border-left-width: 0;
  padding: 0 0%;
  margin-left: 2%;
}
.col5 {
  width: 40.5%;
  border-left-width: 0;
  padding: 0 0%;
  margin-left: 2%;
}
.col6 {
  width: 49%;
  border-left-width: 0;
  padding: 0 0%;
  margin-left: 2%;
}
.col7 {
  width: 57.5%;
  border-left-width: 0;
  padding: 0 0%;
  margin-left: 2%;
}
.col8 {
  width: 66%;
  border-left-width: 0;
  padding: 0 0%;
  margin-left: 2%;
}
.col9 {
  width: 74.5%;
  border-left-width: 0;
  padding: 0 0%;
  margin-left: 2%;
}
.col10 {
  width: 83%;
  border-left-width: 0;
  padding: 0 0%;
  margin-left: 2%;
}
.col11 {
  width: 91.5%;
  border-left-width: 0;
  padding: 0 0%;
  margin-left: 2%;
}
.col12 {
  margin-left: 0;
  width: 100%;
}
/* 1. 12 Column Grid 0px - 759px 
    ----------------------------------------------------------------------------- 
    
    Span 1:    6.5%
    Span 2:    15.0%
    Span 3:    23.5%
    Span 4:    32.0%
    Span 5:    40.5%
    Span 6:    49.0%
    Span 7:    57.5%
    Span 8:    66.0%
    Span 9:    74.5%
    Span 10:    83.0%
    Span 11:    91.5%
    Span 12:    100%
    
    ----------------------------------------------------------------------------- */
@media screen and (min-width: 0px) and (max-width: 759px) {
  .same-height {
    display: block;
  }
  .col1,
  .col2,
  .col3,
  .col4,
  .col5,
  .col6,
  .col7,
  .col8,
  .col9,
  .col10,
  .col11,
  .col13 {
    margin-left: 2%;
    padding: 0 0%;
  }
  /* --- Gridpak variables ---*/
  .row div[class*="col"]:first-child {
    margin-left: 0;
  }
  /*
        Add your semantic classnames in alongside their corresponding spans here. e.g.
        
        .col3,
        .my_semantic_class_name {
            ...
        }
        
        */
  .col1 img,
  .col2 img,
  .col3 img,
  .col4 img,
  .col5 img,
  .col6 img,
  .col7 img,
  .col8 img,
  .col9 img,
  .col10 img,
  .col11 img,
  .col12 img {
    max-width: 100%;
    height: auto;
    display: block;
  }
  .col1,
  .col2,
  .col3,
  .col4,
  .col5,
  .col6,
  .col7,
  .col8,
  .col9,
  .col10,
  .col11,
  .col12 {
    float: none;
    width: 100%;
    margin: 0 0 10px 0;
  }
  .col1-sm {
    width: 6.5%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 2%;
    float: left;
  }
  .col2-sm {
    width: 15%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 2%;
    float: left;
  }
  .col3-sm {
    width: 23.5%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 2%;
    float: left;
  }
  .col4-sm {
    width: 32%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 2%;
    float: left;
  }
  .col5-sm {
    width: 40.5%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 2%;
    float: left;
  }
  .col6-sm {
    width: 49%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 2%;
    float: left;
  }
  .col7-sm {
    width: 57.5%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 2%;
    float: left;
  }
  .col8-sm {
    width: 66%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 2%;
    float: left;
  }
  .col9-sm {
    width: 74.5%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 2%;
    float: left;
  }
  .col10-sm {
    width: 83%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 2%;
    float: left;
  }
  .col11-sm {
    width: 91.5%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 2%;
    float: left;
  }
  .col12-sm {
    margin-left: 0;
    width: 100%;
  }
  .span1-sm {
    width: 8.33333333333%;
    float: left;
  }
  .span2-sm {
    width: 16.6666666667%;
    float: left;
  }
  .span3-sm {
    width: 25.0%;
    float: left;
  }
  .span4-sm {
    width: 33.3333333333%;
    float: left;
  }
  .span5-sm {
    width: 41.6666666667%;
    float: left;
  }
  .span6-sm {
    width: 50.0%;
    float: left;
  }
  .span7-sm {
    width: 58.3333333333%;
    float: left;
  }
  .span8-sm {
    width: 66.6666666667%;
    float: left;
  }
  .span9-sm {
    width: 75.0%;
    float: left;
  }
  .span10-sm {
    width: 83.3333333333%;
    float: left;
  }
  .span11-sm {
    width: 91.6666666667%;
    float: left;
  }
  .span12-sm {
    width: 100%;
    float: left;
  }
  .hide-sm {
    display: none;
  }
}
/* 2. 12 Column Grid 760px - 979px 
    ----------------------------------------------------------------------------- 
    
    Span 1:    6.5%
    Span 2:    15.0%
    Span 3:    23.5%
    Span 4:    32.0%
    Span 5:    40.5%
    Span 6:    49.0%
    Span 7:    57.5%
    Span 8:    66.0%
    Span 9:    74.5%
    Span 10:    83.0%
    Span 11:    91.5%
    Span 12:    100%
    
    ----------------------------------------------------------------------------- */
@media screen and (min-width: 760px) and (max-width: 979px) {
  .col1,
  .col2,
  .col3,
  .col4,
  .col5,
  .col6,
  .col7,
  .col8,
  .col9,
  .col10,
  .col11,
  .col13 {
    margin-left: 2%;
    padding: 0 0%;
  }
  /* --- Gridpak variables ---*/
  .row div[class*="col"]:first-child {
    margin-left: 0;
  }
  .col1-md {
    width: 6.5%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 2%;
  }
  .col2-md {
    width: 15%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 2%;
  }
  .col3-md {
    width: 23.5%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 2%;
  }
  .col4-md {
    width: 32%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 2%;
  }
  .col5-md {
    width: 40.5%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 2%;
  }
  .col6-md {
    width: 49%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 2%;
  }
  .col7-md {
    width: 57.5%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 2%;
  }
  .col8-md {
    width: 66%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 2%;
  }
  .col9-md {
    width: 74.5%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 2%;
  }
  .col10-md {
    width: 83%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 2%;
  }
  .col11-md {
    width: 91.5%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 2%;
  }
  .col12-md {
    margin-left: 0;
    width: 100%;
  }
  .span1-md {
    width: 8.33333333333%;
    float: left;
  }
  .span2-md {
    width: 16.6666666667%;
    float: left;
  }
  .span3-md {
    width: 25.0%;
    float: left;
  }
  .span4-md {
    width: 33.3333333333%;
    float: left;
  }
  .span5-md {
    width: 41.6666666667%;
    float: left;
  }
  .span6-md {
    width: 50.0%;
    float: left;
  }
  .span7-md {
    width: 58.3333333333%;
    float: left;
  }
  .span8-md {
    width: 66.6666666667%;
    float: left;
  }
  .span9-md {
    width: 75.0%;
    float: left;
  }
  .span10-md {
    width: 83.3333333333%;
    float: left;
  }
  .span11-md {
    width: 91.6666666667%;
    float: left;
  }
  .span12-md {
    width: 100%;
    float: left;
  }
  .hide-md {
    display: none;
  }
}
/* 3. 12 Column Grid 980px - 1599px 
    ----------------------------------------------------------------------------- 
    
    Span 1:    6.5%
    Span 2:    15.0%
    Span 3:    23.5%
    Span 4:    32.0%
    Span 5:    40.5%
    Span 6:    49.0%
    Span 7:    57.5%
    Span 8:    66.0%
    Span 9:    74.5%
    Span 10:    83.0%
    Span 11:    91.5%
    Span 12:    100%
    
    ----------------------------------------------------------------------------- */
@media screen and (min-width: 980px) and (max-width: 1200px) {
  .col1,
  .col2,
  .col3,
  .col4,
  .col5,
  .col6,
  .col7,
  .col8,
  .col9,
  .col10,
  .col11,
  .col13 {
    margin-left: 2%;
    padding: 0 0%;
  }
  /* --- Gridpak variables ---*/
  .row div[class*="col"]:first-child {
    margin-left: 0;
  }
  .col1-lg {
    width: 6.5%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 2%;
  }
  .col2-lg {
    width: 15%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 2%;
  }
  .col3-lg {
    width: 23.5%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 2%;
  }
  .col4-lg {
    width: 32%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 2%;
  }
  .col5-lg {
    width: 40.5%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 2%;
  }
  .col6-lg {
    width: 49%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 2%;
  }
  .col7-lg {
    width: 57.5%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 2%;
  }
  .col8-lg {
    width: 66%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 2%;
  }
  .col9-lg {
    width: 74.5%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 2%;
  }
  .col10-lg {
    width: 83%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 2%;
  }
  .col11-lg {
    width: 91.5%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 2%;
  }
  .col12-lg {
    margin-left: 0;
    width: 100%;
  }
  .span1-lg {
    width: 8.33333333333%;
    float: left;
  }
  .span2-lg {
    width: 16.6666666667%;
    float: left;
  }
  .span3-lg {
    width: 25.0%;
    float: left;
  }
  .span4-lg {
    width: 33.3333333333%;
    float: left;
  }
  .span5-lg {
    width: 41.6666666667%;
    float: left;
  }
  .span6-lg {
    width: 50.0%;
    float: left;
  }
  .span7-lg {
    width: 58.3333333333%;
    float: left;
  }
  .span8-lg {
    width: 66.6666666667%;
    float: left;
  }
  .span9-lg {
    width: 75.0%;
    float: left;
  }
  .span10-lg {
    width: 83.3333333333%;
    float: left;
  }
  .span11-lg {
    width: 91.6666666667%;
    float: left;
  }
  .span12-lg {
    width: 100%;
    float: left;
  }
  .hide-lg {
    display: none;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -ms-transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.view-choice,
.view-choice *,
.embedded-search *,
.RadWindow,
.RadWindow *,
.actionMenuMove *,
.dnnDropDownList,
.dnnDropDownList *,
#ControlBar_ControlPanel *,
#ControlBar_ControlPanel {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: color 0 ease-in;
  transition: none;
}
.home-carousel,
.right-pane .carousel,
.searchSelect .drop,
.rcbScroll,
.rcbScroll *,
.dnnFormItem,
.dnnFormItem *,
.trip-items * {
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: color 0 ease-in;
  transition: none;
}
body {
  background: #fff;
}
div,
td,
p,
html,
button,
input,
select,
textarea {
  color: #717171;
  font-size: 12px;
  font-weight: normal;
  font-family: tahoma, tahoma, arial, sans-serif;
}
a {
  color: #917F69;
  text-decoration: none;
}
a:hover {
  color: #CBBFB3;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
h1 {
  color: #717171;
  font-size: 50px;
  font-weight: normal;
  font-family: arial, arial, sans-serif;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
h2 {
  color: #58595a;
  font-size: 48px;
  font-weight: normal;
  font-family: 'Open Sans', arial, sans-serif;
  margin: 0;
  padding: 45px 0 45px 0;
}
h2 span {
  font-family: arial;
}
h3 {
  color: #585959;
  font-size: 21px;
  font-weight: normal;
  font-family: tahoma, arial, sans-serif;
  margin: 0;
  padding: 0 0 20px 0;
}
h4 {
  color: #585959;
  font-size: 33px;
  font-weight: normal;
  font-family: 'Open Sans', arial, sans-serif;
  margin: 0;
  padding: 0 0 10px 0;
}
::selection {
  background: #3e454c;
  color: #f1f1f1;
}
::-moz-selection {
  background: #3e454c;
  color: #f1f1f1;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label,
input,
button,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
input,
button,
textarea {
  font-family: tahoma, arial, verdana;
}
label {
  display: inline-block;
  margin-bottom: 5px;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  vertical-align: middle;
  min-height: 40px;
}
input,
textarea,
.uneditable-input {
  width: 206px;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(0, 0, 0, 0.1);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.2);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
input[type="file"] {
  height: 30px;
  *margin-top: 4px;
  line-height: 30px;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.hidden {
  display: none;
}
.honey {
  display: none !important;
}
.clear {
  clear: both;
  overflow: hidden;
  height: 0;
}
.container {
  margin: auto;
  width: 1600px;
  position: relative;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -ms-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.small {
  font-size: 0.8em;
}
.mobile-nav {
  display: none;
  z-index: 110;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  position: fixed;
  left: 0;
  top: 0;
  overflow-y: scroll;
  width: 80%;
  height: 100%;
}
.mobile-nav:target {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -o-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.mobile-nav:target + .mobile-overlay {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.mobile-overlay {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  display: none;
  z-index: 100;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
@media only screen and (min-width: 0px) and (max-width: 759px) {
  .mobile-nav,
  .mobile-overlay {
    display: block;
  }
}
.mobile-nav {
  background: #425a69;
}
.mobile-nav ul {
  background: #425a69;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.mobile-nav ul ul a {
  padding-left: 40px;
}
.mobile-nav ul ul ul a {
  padding-left: 60px;
}
.mobile-nav .fa {
  display: block;
  position: absolute;
  right: 0;
  color: #fff;
  line-height: 38px;
  width: 38px;
  z-index: 110;
  top: 0;
  cursor: pointer;
  text-align: center;
  border-left: 1px solid #4c6779;
}
.mobile-nav li {
  position: relative;
}
.mobile-nav a {
  display: block;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 15px;
  border-bottom: 1px solid #4c6779;
  border-top: 1px solid #384d59;
  position: relative;
  z-index: 10;
}
.mobile-nav a.on {
  background: #425a69;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2e3f4a), color-stop(1, #425a69));
  background: -ms-linear-gradient(bottom, #2e3f4a, #425a69);
  background: -moz-linear-gradient(center bottom, #2e3f4a 0%, #425a69 100%);
  background: -o-linear-gradient(#425a69, #2e3f4a);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#425a69', endColorstr='#2e3f4a', GradientType=0);
}
.mobile-nav ul ul {
  max-height: 0;
  overflow: hidden;
}
.mobile-nav ul ul.on {
  max-height: 2000px;
}
.lines-button {
  border-bottom: 1px solid #A39280 !important;
  display: none;
  padding: 20px 8px 26px 8px;
  transition: .3s;
  cursor: pointer;
  user-select: none;
  background: #917F69;
  border: 0;
  color: #fff;
  width: 100%;
}
.lines-button:hover {
  opacity: 1;
}
.lines-button:active {
  transition: 0;
  background: rgba(0, 0, 0, 0.1);
}
.lines-button .text {
  padding-left: 10px;
  display: inline-block;
  color: #fff;
  position: relative;
  top: 3px;
  font-size: 19px;
}
.lines-button.x.close .lines {
  background: transparent;
}
.lines-button.x.close .lines:before,
.lines-button.x.close .lines:after {
  transform-origin: 50% 50%;
  top: 0;
}
.lines-button.x.close .lines:before {
  transform: rotate3d(0, 0, 1, 45deg);
}
.lines-button.x.close .lines:after {
  transform: rotate3d(0, 0, 1, -45deg);
}
.lines-button:hover {
  opacity: 1;
}
.lines-button:hover .lines:before {
  top: 0.57142857em;
}
.lines-button:hover .lines:after {
  top: -0.57142857em;
}
.lines {
  display: inline-block;
  width: 2em;
  height: 0.28571429em;
  background: #fff;
  border-radius: 0.14285714em;
  transition: 0.3s;
  position: relative;
}
.lines:before,
.lines:after {
  display: inline-block;
  width: 2em;
  height: 0.28571429em;
  background: #fff;
  border-radius: 0.14285714em;
  transition: 0.3s;
  position: absolute;
  left: 0;
  content: '';
  transform-origin: 0.14285714em center;
}
.lines:before {
  top: 0.5em;
}
.lines:after {
  top: -0.5em;
}
header {
  background: #425a69;
}
header:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
header .logo {
  display: block;
  color: #fff;
  font-size: 24px;
  font-weight: normal;
  font-family: 'myriad-pro', arial, sans-serif;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}
header > .container {
  padding: 10px 0;
}
header > .container:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
header .bemp {
  width: 20%;
  display: block;
  float: left;
  color: #b1b9be;
  font-size: 16px;
  font-weight: normal;
  font-family: 'myriad-pro', arial, sans-serif;
  line-height: 32px;
  text-align: center;
}
header .bemp .fa {
  color: #73a1ac;
  font-size: 24px;
  margin-right: 8px;
  line-height: 20px;
}
header .welcome {
  display: block;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  font-family: 'myriad-pro', arial, sans-serif;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  line-height: 8px;
}
header nav {
  background: #917F69;
}
header nav:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
header nav .container > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
header nav .container > ul > li {
  float: left;
  width: 20%;
  margin-right: 1px;
  height: 83px;
}
header nav .container > ul > li:hover a {
  background: #917F69;
  color: #fff;
}
header nav .container > ul > li > a {
  color: #425a69;
  font-size: 36px;
  font-weight: normal;
  font-family: 'Open Sans', arial, sans-serif;
  text-transform: uppercase;
  background: #A39280;
  display: block;
  text-align: center;
  padding: 23px 0;
}
header nav .container > ul > li .row > .col3:first-child {
  margin-left: 0;
}
header nav .container > ul > li .row > .col3:nth-child(4n+5) {
  margin-left: 0;
  clear: left;
}
header nav .container > ul > li:hover .dropdown {
  max-height: 800px;
  z-index: 30;
}
header nav .container > ul > li:hover .dropdown .col3 {
  -webkit-transform: translateX(0px) scale(1);
  -moz-transform: translateX(0px) scale(1);
  -o-transform: translateX(0px) scale(1);
  -ms-transform: translateX(0px) scale(1);
  transform: translateX(0px) scale(1);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
header nav .container > ul > li:hover .dropdown .row .col3:nth-child(1) {
  -webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.05s;
  -moz-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.05s;
  -ms-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.05s;
  -o-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.05s;
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.05s;
}
header nav .container > ul > li:hover .dropdown .row .col3:nth-child(2) {
  -webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.1s;
  -moz-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.1s;
  -ms-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.1s;
  -o-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.1s;
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.1s;
}
header nav .container > ul > li:hover .dropdown .row .col3:nth-child(3) {
  -webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.15s;
  -moz-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.15s;
  -ms-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.15s;
  -o-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.15s;
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.15s;
}
header nav .container > ul > li:hover .dropdown .row .col3:nth-child(4) {
  -webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s;
  -moz-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s;
  -ms-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s;
  -o-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s;
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s;
}
header nav .container > ul > li:hover .dropdown .row .col3:nth-child(5) {
  -webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.25s;
  -moz-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.25s;
  -ms-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.25s;
  -o-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.25s;
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.25s;
}
header nav .container > ul > li:hover .dropdown .row .col3:nth-child(6) {
  -webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s;
  -moz-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s;
  -ms-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s;
  -o-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s;
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s;
}
header nav .container > ul > li:hover .dropdown .row .col3:nth-child(7) {
  -webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.35s;
  -moz-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.35s;
  -ms-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.35s;
  -o-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.35s;
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.35s;
}
header nav .container > ul > li:hover .dropdown .row .col3:nth-child(8) {
  -webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s;
  -moz-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s;
  -ms-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s;
  -o-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s;
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s;
}
header nav .container > ul > li:hover .dropdown .row .col3:nth-child(9) {
  -webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  -moz-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  -ms-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  -o-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
}
header nav .container > ul > li:hover .dropdown .row .col3:nth-child(10) {
  -webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s;
  -moz-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s;
  -ms-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s;
  -o-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s;
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s;
}
header nav .container > ul > li:hover .dropdown .row .col3:nth-child(11) {
  -webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.55s;
  -moz-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.55s;
  -ms-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.55s;
  -o-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.55s;
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.55s;
}
header nav .container > ul > li:hover .dropdown .row .col3:nth-child(12) {
  -webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s;
  -moz-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s;
  -ms-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s;
  -o-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s;
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s;
}
header nav .container > ul .third-level {
  display: none;
}
header nav .dropdown {
  overflow: hidden;
  max-height: 0px;
  background: rgba(116, 161, 179, 0.8);
  position: absolute;
  top: 83px;
  left: 0;
  width: 100%;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -moz-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -ms-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -o-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  z-index: 20;
}
header nav .dropdown > .row {
  padding: 30px 20px 20px 20px;
}
header nav .dropdown .heading {
  color: #fff;
  font-size: 26px;
  font-weight: normal;
  font-family: 'Open Sans', arial, sans-serif;
  padding: 0 0 15px 0px !important;
}
header nav .dropdown .title {
  color: #fff;
  background: #917F69;
  font-family: tahoma;
  font-size: 16px;
  padding: 10px 12px;
  clear: both;
}
header nav .dropdown .image {
  overflow: hidden;
  background: transparent;
}
header nav .dropdown .image img {
  width: 100%;
  height: auto;
}
header nav .dropdown .col3 {
  margin-bottom: 20px;
  -webkit-transform: translateX(-100px) scale(1.5);
  -moz-transform: translateX(-100px) scale(1.5);
  -o-transform: translateX(-100px) scale(1.5);
  -ms-transform: translateX(-100px) scale(1.5);
  transform: translateX(-100px) scale(1.5);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0s ease 0s;
  -moz-transition: all 0s ease 0s;
  -ms-transition: all 0s ease 0s;
  -o-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
}
header nav .dropdown a {
  display: block;
  background: none !important;
}
header nav .dropdown a:hover {
  background: none !important;
}
header nav .dropdown a:hover .image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
header nav .dropdown a:hover .title {
  background: #A39280;
  color: #fff;
}
header nav .dropdown a .title {
  color: #425a69;
}
header nav .dropdown .col3:nth-child(4n+5) {
  margin-left: 0;
}
header nav .dropdown .col6:nth-child(2n+3) {
  margin-left: 0;
}
header nav .dropdown .col2 li {
  display: none;
  margin-bottom: 20px;
}
header nav .dropdown .col2 .mmLast {
  display: block;
}
header nav .dropdown .col2 .mmSecondLast {
  display: block;
}
header nav .dropdown .col8 .mmLast,
header nav .dropdown .col8 .mmSecondLast {
  display: none;
}
header nav .container {
  position: relative;
}
header nav .icons {
  float: right;
  -webkit-transition: all 0 cubic-bezier(0.23, 1, 0.32, 1) 3s;
  -moz-transition: all 0 cubic-bezier(0.23, 1, 0.32, 1) 3s;
  -ms-transition: all 0 cubic-bezier(0.23, 1, 0.32, 1) 3s;
  -o-transition: all 0 cubic-bezier(0.23, 1, 0.32, 1) 3s;
  transition: all 0 cubic-bezier(0.23, 1, 0.32, 1) 3s;
}
header nav .icons > .fa {
  overflow: hidden;
  position: relative;
  display: block;
  float: left;
  line-height: 83px;
  background: #A39280;
  width: 83px;
  text-align: center;
  font-size: 40px;
  color: #fff;
  margin-left: 1px;
}
header nav .icons > .fa.fa-shopping-cart:before,
header nav .icons > .fa.fa-briefcase:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  display: block;
}
header nav .icons > .fa.fa-briefcase span {
  display: block;
  color: #fff;
  font-size: 17px;
  font-weight: normal;
  font-family: tahoma, arial, sans-serif;
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  line-height: 18px;
  text-align: center;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -o-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}
header nav .icons > .fa.fa-shopping-cart span {
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  font-family: tahoma, arial, sans-serif;
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  line-height: 18px;
  text-align: center;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -o-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}
header nav .icons > .fa:hover {
  background: #917F69;
  color: #425a69;
}
header nav .icons > .fa:hover span {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
header nav .icons > .fa:hover:before {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
header nav .icons .search-box {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  width: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -ms-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  position: relative;
  background: #A39280;
  line-height: 83px;
  float: left;
  max-height: 83px;
  overflow: hidden;
}
header nav .icons .search-box .fa-close {
  width: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  cursor: pointer;
  padding: 0 5px;
  color: #fff;
  font-size: 24px;
  position: absolute;
  left: 10px;
  top: 26px;
}
header nav .icons .search-box .searchInputContainer {
  width: 0;
  display: block;
  position: relative;
  left: 54px;
  overflow: hidden;
}
header nav .icons .search-box .SearchButton {
  display: none;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  text-indent: -999px;
  overflow: hidden;
  width: 0;
}
header nav .icons .search-box .dnnSearchBoxClearText {
  display: none !important;
}
header nav .icons .search-box .searchNav {
  margin: 21px 0 21px 0;
}
header nav .icons.search-open .fa-shopping-cart,
header nav .icons.search-open .fa-briefcase {
  width: 0;
}
header nav .icons.search-open .search-box {
  overflow: visible;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  width: 277px;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  -ms-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}
header nav .icons.search-open .search-box .fa-close {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  -ms-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  width: 29px;
}
header nav .icons.search-open .search-box .searchInputContainer {
  width: 100%;
  overflow: visible;
}
header nav .icons.search-open .search-box .iconSearch {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  display: block;
  position: absolute;
  right: -86px;
  height: 100%;
  width: 83px;
  top: 0;
  z-index: 20;
  text-indent: -999px;
  overflow: hidden;
  background: none !important;
}
header .button {
  display: block;
  height: auto;
  background: none;
  border: 0;
  position: relative;
  z-index: 11;
  font-family: 'Open Sans';
  color: #fff;
  font-size: 19px;
  padding: 12px 0px;
  text-align: center;
  -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
header .button:before {
  content: " ";
  border-top: 3px solid #8e9ca5;
  border-bottom: 3px solid #8e9ca5;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  left: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
header .button:after {
  content: " ";
  border-left: 3px solid #8e9ca5;
  border-right: 3px solid #8e9ca5;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  top: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
header .button:hover {
  background: #8e9ca5;
  color: #fff;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
header .button:hover:before {
  left: 50%;
  width: 0;
}
header .button:hover:after {
  top: 50%;
  height: 0;
}
.parallax {
  min-height: 400px;
  overflow: hidden;
  background-repeat: no-repeat;
  position: relative;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -o-transition: color 0 ease-in !important;
  transition: none !important;
}
.parallax h1 {
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 76px;
  font-weight: normal;
  font-family: 'Open Sans', arial, sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.parallax .find {
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.parallax-pane {
  overflow: hidden;
  background-repeat: no-repeat;
  position: relative;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -o-transition: color 0 ease-in !important;
  transition: none !important;
}
.parallax-pane .grey {
  background-color: #f2f2f2;
}
.parallax-pane img {
  display: none;
}
.parallax-pane h1 {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 126px;
  font-weight: normal;
  font-family: 'Open Sans', arial, sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.center {
  text-align: center;
  clear: both;
}
.center .be-inspired {
  padding: 20px 0 0 0;
}
.center h4 {
  display: table;
  white-space: nowrap;
}
.center h4:before,
.center h4:after {
  border-top: 1px solid #E3E3E3;
  content: '';
  display: table-cell;
  position: relative;
  top: 0.5em;
  width: 45%;
}
.center h4:before {
  right: 1.5%;
}
.center h4:after {
  left: 1.5%;
}
.carousel-container {
  position: relative;
}
.carousel-container .prev,
.carousel-container .next {
  position: absolute;
  top: 36%;
  z-index: 40;
  cursor: pointer;
  width: 80px;
  height: 80px;
  text-align: center;
}
.carousel-container .prev .fa,
.carousel-container .next .fa {
  color: #fff;
  font-size: 80px;
}
.carousel-container .next {
  right: 0;
}
.carousel-container .prev {
  left: 0;
}
.carousel-container .home-carousel {
  display: none;
}
.carousel-container .home-carousel.owl-loaded {
  display: block;
}
.carousel-container .home-carousel .owl-item > div {
  float: none;
  position: relative;
  overflow: hidden;
}
.carousel-container .home-carousel .owl-item > div:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.carousel-container .home-carousel .owl-item > div a {
  display: block;
}
.carousel-container .home-carousel .owl-item > div .title {
  display: block;
  height: auto;
  margin: auto;
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 40%;
  background:#000;
}
.carousel-container .home-carousel .owl-item > div .bg {
background: #917F69;
width: 0;
height: 0;
left: 50%;
top: 50%;
position: absolute;
-moz-opacity: 0;
-khtml-opacity: 0;
-webkit-opacity: 0;
opacity: 0;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
filter: alpha(opacity=0);
-webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
-moz-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
-ms-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
-o-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

.carousel-container .home-carousel .owl-item > div .text {
  position: relative;
  z-index: 11;
  font-family: 'Open Sans';
	font-weight: 700;
  color: #fff;
  font-size: 22px !important;
  padding: 20px 30px;
  text-align: right;
  line-height: 1.1;
  min-height: 90px;
}

.carousel-container .home-carousel .owl-item > div .top {
  height: 0;
  position: absolute;
  top: 0;
  width: 200%;
  -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.4)), color-stop(100%, rgba(0, 0, 0, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
}
.carousel-container .home-carousel .owl-item > div .bottom {
  height: 0;
  position: absolute;
  bottom: 0;
  width: 200%;
  -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.4)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#66000000', GradientType=0);
  /* IE6-9 */
}
.carousel-container .home-carousel .owl-item > div img {
  width: 100%;
  height: auto;
}
.carousel-container .home-carousel .owl-item > div:hover .bg {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}
.carousel-container .home-carousel .owl-item > div:hover .title {

}

.carousel-container .home-carousel .owl-item > div:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.find-more .inner {
    display: inline-block;
    position: relative;
    right: -50%;
}
.find-more .item.instagram .inner {
    right: 0;
    width: auto;
    height: 100%;
}
.find-more img {
  width: auto;
  height: auto;
  max-width: inherit;
  z-index: 10;
  position: relative;
  left:-50%;
}
.find-more .item.instagram img {
    width: auto;
    height: 100%;
    left: 0;
}
.find-more .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 30;
}
.find-more .icon .fa {
  float: left;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #A39280;
  text-align: center;
  color: #fff;
  font-size: 26px;
}
.find-more .icon .text {
  float: left;
  background: #A39280;
  width: 0;
  overflow: hidden;
}
.find-more .icon .text .overflow {
  display: block;
  max-height: 50px;
  line-height: 50px;
  color: #fff;
  text-align: center;
}
.find-more .bg {
  background:rgba(163, 146, 123, 0.8);
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  position: absolute;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  z-index: 20;
}
.find-more .item > .text {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  z-index: 30;
  text-align: center;
  color: #fff;
  font-size: 22px;
  display: block;
  height: auto;
  margin: auto;
  position: absolute;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.find-more .item > .text a {
  color: #76a5b0;
}
.find-more .item > .text p {
  color: #fff;
  line-height: normal !important;
}
.find-more .span6 .item .text {
  font-size: 14px;
}
.find-more .item {
  position: relative;
  overflow: hidden;
  -moz-box-shadow: inset 0 0 1px #ddd;
  -webkit-box-shadow: inset 0 0 1px #ddd;
  box-shadow: inset 0 0 1px #ddd;
  width: 24%;
  margin: auto 0.5% 1% 0.5%;
  float: left;
  background-color: #fff;
}
.find-more .item.instagram .text {
  font-size: 1.5em;
  line-height: 1.25em;
}
.find-more .item:hover .bg,
.find-more .item.on .bg {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.find-more .item:hover .icon .text,
.find-more .item.on .icon .text {
  width: 110px;
}
.find-more .item:hover > .text,
.find-more .item.on > .text {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.find-more .item:hover img,
.find-more .item.on img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.find-more .item:hover .fa-newspaper-o,
.find-more .item.on .fa-newspaper-o {
  background: #425A69;
}
.find-more .item:hover .fa-facebook,
.find-more .item.on .fa-facebook {
  background: #415E9B;
}
.find-more .item:hover .fa-twitter,
.find-more .item.on .fa-twitter {
  background: #2FC2EF;
}
.find-more .item:hover .fa-instagram,
.find-more .item.on .fa-instagram {
  background: #4181A4;
}
.find-more .item:hover .fa-pinterest,
.find-more .item.on .fa-pinterest {
  background: #BD1E23;
}
.find-more .item:hover .fa-youtube,
.find-more .item.on .fa-youtube,
.find-more .item:hover .fa-google-plus,
.find-more .item.on .fa-google-plus {
  background: #DD4B39;
}
@media only screen and (min-width: 760px) and (max-width: 989px), (orientation: portrait) and (min-width: 760px) and (max-width: 979px) {
  .find-more .item {
    width: 48%;
    margin: auto 1% 1% 1%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 759px) {
  .find-more .item {
    width: 100%;
    margin: auto auto 1% auto;
  }
}
.find-more #feedcol1 .item:first-child,
.find-more #feedcol3 .item:first-child {
  max-height: 300px;
}
.find-more #feedcol1 .span6 .item,
.find-more #feedcol3 .span6 .item {
  max-height: 150px;
}
.find-more #feedcol2 > .item {
  max-height: 300px;
}
.find-more #feedcol2 .span6 .item {
  max-height: 150px;
}
.join-convo {
  color: #58595a;
  font-size: 26px;
  font-weight: normal;
  font-family: 'Open Sans', arial, sans-serif;
  text-align: right;
  padding: 40px 0;
}
.join-convo .fa {
  color: #917F69;
  margin-right: 20px;
  font-size: 36px;
  font-weight: bold;
}
.join-convo.centre {
  text-align: center;
}
.tabSocial {
  margin-bottom: 10px;
  /*min-height:351px;*/
}
.tabSocial .color-news {
  margin-bottom: 2em;
}
.tabSocial .color-news ul.social-nav {
  padding: 0;
  margin: 0;
  list-style: none;
}
.tabSocial .color-news ul.social-nav .col2:first-child {
  margin: 0;
}
.tabSocial .color-news ul.social-nav li {
  background-color: #f2f2f2;
}
.tabSocial .color-news ul.social-nav li a {
  color: #3e454c;
  padding: 1.5em 0.5em;
  display: block;
  text-align: center;
  font-size: 0.75em;
}
.tabSocial .color-news ul.social-nav li a span[class*="icon"] {
  background: none !important;
  font-size: 1.25em;
  display: block;
  color: #fff;
}
.tabSocial .color-news ul.social-nav li a .fa {
  display: block;
  font-size: 2em;
}
.tabSocial .color-news ul.social-nav li.last {
  margin-right: 0;
}
.tabSocial ul.social-nav li a.on,
.tabSocial ul.social-nav li a:active,
.tabSocial ul.social-nav li a:hover {
  color: #fff !important;
  background-color: #3e454c;
}
.tabSocial .social-content .cat {
  display: none;
}
.tabSocial .social-content .cat.news {
  display: block;
}
.tabSocial .item {
  background: transparent;
  margin-bottom: 1.5em;
  min-height: 165px;
}
.tabSocial .newsImage {
  float: left;
  margin-right: 17px;
}
.tabSocial h4 {
  font-size: 1.25em;
}
.tabSocial .item .text {
  font-size: 12px;
  padding-bottom: 10px;
  line-height: 2em;
}
.tabSocial .item .text img {
  display: none;
}
.tabSocial .category {
  font-size: 10px;
  color: #bcbcbe;
}
.tabSocial .news-msg {
  padding: 0 0 10px 0;
  color: #3e454c;
}
.social-content .col4 {
  position: relative;
  margin-bottom: 10px;
}
.social-content .col4:nth-child(3n+1) {
  margin-left: 0;
  clear: left;
}
.social-content .fb .col4 {
  min-height: 130px;
}
.social-content .fb .fa-facebook {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  background: #43609C;
  padding: 5px;
  display: block;
  line-height: 21px;
}
.social-content .tw .fa-twitter {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  background: #2FC2EF;
  padding: 5px;
  display: block;
  line-height: 21px;
}
.social-content .in .fa-instagram {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  background: #427196;
  padding: 5px;
  display: block;
  line-height: 21px;
}
.social-content .in img {
  width: 120px;
}
.social-content .yt .fa-youtube {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  background: #CC181E;
  padding: 5px;
  display: block;
  line-height: 21px;
}
.social-content .pi .fa-pinterest {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  background: #BB1D24;
  padding: 5px;
  display: block;
  line-height: 21px;
}
.social-content .tw .time,
.social-content .social-content .tw .user {
  font-size: 11px;
  font-family: 'myriad-pro', arial, verdana;
}
.social-content .tw .newsImage {
  height: auto;
}
.social-content .tw .col4 {
  min-height: 90px;
}
.social-content .fb .newsImage img {
  min-width: 120px;
  min-height: 120px;
  height: auto;
  width: auto;
}
.social-content .fb .newsImage {
  height: 120px;
  overflow: hidden;
  display: block;
}
.social-content .time {
  font-size: 11px;
  font-family: 'myriad-pro', arial, verdana;
}
.social-content .newsImage.tw,
.social-content .newsImage.in,
.social-content .newsImage.pi,
.social-content .newsImage.fb,
.social-content .newsImage.yt {
  display: block;
  height: 120px;
  width: 120px;
  overflow: hidden;
}
.social-content .tw .item .text {
  font-size: 14px;
}
.social-content .yt .item .text {
  font-size: 14px;
}
.social-content .newsImage.fb {
  background: #F1F1F1;
}
.social-content .more {
  float: right;
}
footer {
  background: #425a69;
  color: #fff;
}
footer a {
  color: #fff;
  line-height: 30px;
}
footer a:hover {
  color: #eee;
}
footer .col {
  padding-left: 2%;
  border-right: 1px solid #476270;
  width: 20%;
  float: left;
}
footer .col:last-child {
  border-right: 0px;
}
footer .col:first-child {
  padding-left: 0;
  padding-right: 2%;
}
footer h2 {
  color: #fff;
  font-size: 20px;
  font-family: tahoma, arial, helvetica;
  padding: 40px 0 30px;
}
footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
footer li {
  clear: both;
}
footer .fa {
  color: #917F69;
  font-size: 26px;
  margin-right: 8px;
  float: left;
}
footer .social .fa {
  margin-right: 8px;
  font-size: 20px;
  background: #52717e;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  text-align: center;
}
footer .social a {
  display: block;
  margin-bottom: 3px;
  font-size: 13px;
}
footer .social a:hover {
  color: #eee;
}
footer .social a:hover .fa-facebook {
  background: #415E9B;
}
footer .social a:hover .fa-twitter {
  background: #2FC2EF;
}
footer .social a:hover .fa-instagram {
  background: #4181A4;
}
footer .social a:hover .fa-pinterest-p {
  background: #BD1E23;
}
footer .social a:hover .fa-google-plus {
  background: #DD4B39;
}
footer .social a:hover .fa-youtube {
  background: #BD1E23;
}
footer .buttons {
  margin-top: 60px;
  position: relative;
}
footer .buttons > a,
footer .buttons .offers-button {
  line-height: 80px;
  background: #76a5b0;
  display: block;
  color: #fff;
  font-size: 26px;
  font-weight: normal;
  font-family: 'Open Sans', arial, sans-serif;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
footer .buttons > a .fa-globe,
footer .buttons .offers-button .fa-globe,
footer .buttons > a .fa-tag,
footer .buttons .offers-button .fa-tag {
  color: #fff;
  line-height: 80px;
  font-size: 50px;
  padding: 0 20px;
}
footer .buttons > a .fa-angle-down,
footer .buttons .offers-button .fa-angle-down {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background: #84aeb8;
  margin: 0;
  color: #fff;
  width: 50px;
  text-align: center;
  font-size: 40px;
}
footer .buttons > a .fa-angle-down:before,
footer .buttons .offers-button .fa-angle-down:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
footer .buttons > a:hover,
footer .buttons .offers-button:hover,
footer .buttons > a.hover,
footer .buttons .offers-button.hover {
  background: #598e9a;
}
footer .buttons > a:hover .fa-globe,
footer .buttons .offers-button:hover .fa-globe,
footer .buttons > a.hover .fa-globe,
footer .buttons .offers-button.hover .fa-globe,
footer .buttons > a:hover .fa-tag,
footer .buttons .offers-button:hover .fa-tag,
footer .buttons > a.hover .fa-tag,
footer .buttons .offers-button.hover .fa-tag {
  -webkit-transform: scale(1.05) rotate(15deg);
  -moz-transform: scale(1.05) rotate(15deg);
  -o-transform: scale(1.05) rotate(15deg);
  -ms-transform: scale(1.05) rotate(15deg);
  transform: scale(1.05) rotate(15deg);
}
footer .buttons > a .text,
footer .buttons .offers-button .text {
  color: #fff;
  font-size: 26px;
  font-weight: normal;
  font-family: 'Open Sans', arial, sans-serif;
  overflow: hidden;
}
footer .buttons > a .text.close-offers,
footer .buttons .offers-button .text.close-offers {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  height: 0;
  margin: 0;
}
footer .buttons .offer-code-box-container {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  max-height: 0;
  background: #76a5b0;
  display: block;
  color: #fff;
  font-size: 26px;
  font-weight: normal;
  font-family: 'Open Sans', arial, sans-serif;
  position: relative;
  overflow: hidden;
}
footer .buttons .offer-code-box-container.open-offers {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  max-height: 400px;
  padding: 20px;
}
footer .buttons .offer-code-box-container .offer-code-inner {
  color: #fff;
  font-size: 24px;
  font-weight: normal;
  font-family: 'Open Sans', arial, sans-serif;
  line-height: normal;
}
footer .buttons .offer-code-box-container .offer-code-inner span {
  line-height: normal;
}
footer .buttons .offer-code-box-container .offer-code-inner .fa-angle-right {
  float: left;
  color: #fff;
  padding-top: 6px;
  width: 10%;
  margin: 0;
  text-align: center;
}
footer .buttons .offer-code-box-container .offer-code-inner input {
  margin: 0;
  width: 90%;
  float: left;
}
footer #google_translate_element {
  position: absolute;
  top: 0;
  width: 100%;
}
footer #google_translate_element .goog-te-gadget-simple {
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  display: block;
}
footer #google_translate_element .goog-te-gadget-simple .goog-te-gadget-icon {
  display: none;
}
footer #google_translate_element .goog-te-gadget-simple .goog-te-menu-value {
  margin: 0;
  overflow: hidden;
  text-indent: -999px;
  background: none;
  display: block;
  height: 80px;
}
footer #google_translate_element .goog-te-gadget-simple:hover,
footer #google_translate_element .goog-te-gadget-simple.hover {
  background: none;
}
footer .weather {
  background-color: #76a5b0;
  font-family: "trash", arial, sans-serif;
  font-size: 26px;
  font-weight: normal;
  margin-bottom: 40px;
  overflow: hidden;
  position: relative;
}
footer .weather .temp {
  font-family: "trash", arial, sans-serif;
  font-size: 40px;
  font-weight: normal;
  line-height: 80px;
  color: #fff;
}
footer .weather .temp .celsius {
  font-size: 16px;
}
footer .weather .date {
  color: #fff;
  padding-top: 18px;
  font-size: 12px;
}
footer .weather .temps {
  color: #fff;
  display: none;
}
.breadcrumbs {
  padding: 10px 0;
  float: left;
  clear: left;
}
.breadcrumbs a {
  font-size: 16px;
  color: #818282;
}
.breadcrumbs .fa {
  padding: 0 15px;
  color: #80abb5;
  font-size: 20px;
  font-weight: bold;
}
.share {
  float: right;
  padding: 8px 0;
  clear: right;
}
.share .text {
  padding: 12px 19px 0 0;
  float: left;
  display: inline-block;
  color: #585959;
  font-size: 25px;
  font-weight: normal;
  font-family: 'Open Sans', arial, sans-serif;
}
.share .fa {
  display: inline-block;
  background: #917F69;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 30px;
}
.share .fa:hover.fa-facebook {
  background: #415E9B;
}
.share .fa:hover.fa-twitter {
  background: #2FC2EF;
}
.share .fa:hover.fa-envelope {
  background: #ce8303;
}
.share .fa:hover.fa-pinterest-p {
  background: #BD1E23;
}
.share .fa:hover.fa-google-plus {
  background: #DD4B39;
}
.summary-text {
  margin: auto;
  max-width: 1050px;
  padding: 30px 0;
  clear: both;
  /*p:first-child { font-size:26px; margin-top:0; }*/
}
.summary-text p,
.summary-text div {
  font-size: 16px;
  line-height: 30px;
}
.summary-text h1 {
  color: #717171;
  font-size: 40px;
  font-weight: normal;
  font-family: 'Open Sans', arial, sans-serif;
}
.summary-text h1,
.summary-text h2,
.summary-text h3,
.summary-text h4,
.summary-text h5 {
  line-height: normal;
}
.content-below-pane {
  margin: auto;
  max-width: 1050px;
  padding: 30px 0;
  clear: both;
}
.content-below-pane p,
.content-below-pane div {
  font-size: 16px;
  line-height: 30px;
}
.content-below-pane h1 {
  color: #717171;
  font-size: 40px;
  font-weight: normal;
  font-family: 'Open Sans', arial, sans-serif;
}
.content-below-pane h1,
.content-below-pane h2,
.content-below-pane h3,
.content-below-pane h4,
.content-below-pane h5 {
  line-height: normal;
}
.summary-pane .DnnModule-DNN_HTML p,
.summary-pane .DnnModule-DNN_HTML > div {
  font-size: 16px;
  line-height: 30px;
}
.RelatedWalks li,
#dnn_ctr756_View_ucDetails_pnlDownloads li,
.RelatedEvents li,
.RelatedWalks a,
#dnn_ctr756_View_ucDetails_pnlDownloads a,
.RelatedEvents a {
  font-size: 16px;
  line-height: 30px;
  display: block;
}
.left-pane {
  /*p:first-child { font-size:26px; margin-top:0; }*/
}
.left-pane p {
  font-size: 16px;
  line-height: 30px;
}
.left-pane h1 {
  color: #717171;
  font-size: 40px;
  font-weight: normal;
  font-family: 'Open Sans', arial, sans-serif;
}
.right-pane .carousel {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.right-pane .carousel li {
  flaot: left;
}
.right-pane .carousel img {
  width: 100%;
  height: auto;
}
.right-pane .carousel .owl-controls {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 0;
}
.right-pane .carousel .owl-prev {
  position: absolute;
  left: 20px;
}
.right-pane .carousel .owl-next {
  position: absolute;
  right: 20px;
}
.right-pane .carousel .owl-next .fa,
.right-pane .carousel .owl-prev .fa {
  color: #fff;
  font-size: 80px;
  line-height: 0;
}
article {
  /*p:first-child { font-size:23px; margin-top:0; }*/
}
article p,
article span {
  font-size: 16px;
  line-height: 30px;
}
.cop-text {
  margin: auto;
  max-width: 1050px;
  padding-bottom: 60px;
  clear: both;
}
.cop-text p {
  font-size: 16px;
  line-height: 30px;
}
.summary .col4:nth-child(3n+4) {
  margin-left: 0;
  clear: left;
}
.summary .col4:nth-child(3n+3) {
  clear: right;
}
.summary .col4 {
  margin-bottom: 30px;
}
.summary a {
  display: block;
  float: none;
  position: relative;
  overflow: hidden;
}
.summary a:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.summary a .title {
  display: block;
  height: auto;
  margin: auto;
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 50%;
  background:#000;
}
.summary a .bg {
  background: #917F69;
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  position: absolute;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.summary a .text {
  position: relative;
  z-index: 11;
  font-family: 'Open Sans';
  font-weight: 700;
  color: #fff;
  font-size: 18px !important;
  padding: 10px 20px;
  text-align: right;
  line-height: 1.1;
}

.summary a .top {
  height: 0;
  position: absolute;
  top: 0;
  width: 200%;
  -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.4)), color-stop(100%, rgba(0, 0, 0, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
}
.summary a .bottom {
  height: 0;
  position: absolute;
  bottom: 0;
  width: 200%;
  -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.4)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#66000000', GradientType=0);
  /* IE6-9 */
}
.summary a img {
  width: 100%;
  height: auto;
}
.summary a:hover .bg {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}
.summary a:hover .title {

}

.summary a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.pager {
  padding: 15px 0;
}
.pager .num,
.pager .current,
.pager .next,
.pager .prev {
  display: inline-block;
  background: #917F69;
  padding: 0px 15px;
  line-height: 30px;
  color: #fff;
}
.pager .current {
  background: #425a69;
}
.pager .num:hover,
.pager .current:hover,
.pager .next:hover,
.pager .prev:hover {
  background: #425a69;
}
.cop-summary .col6:nth-child(2n+3) {
  margin-left: 0;
  clear: left;
}
.cop-summary .col6:nth-child(2n+2) {
  clear: right;
}
.cop-summary .col6 {
  margin-bottom: 30px;
}
.cop-summary .item {
  display: block;
  float: none;
  position: relative;
  overflow: hidden;
  background-size: cover;
  -webkit-background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 37%;
  z-index: 1;
}
.cop-summary .item:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.cop-summary .item .overflow {
  -webkit-transition: all 0s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -moz-transition: all 0s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -ms-transition: all 0s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -o-transition: all 0s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: all 0s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  overflow: hidden;
  width: 0;
  height: 0;
}
.cop-summary .item .title {
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -ms-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  padding: 15px 25px;
  min-width: 140px;
  min-height: 56px;
  display: block;
  height: auto;
  margin: auto;
  position: absolute;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0);
  bottom: 0%;
  left: 0%;
  background: #425a69;
}
.cop-summary .item .heading,
.cop-summary .item .heading div {
  clear: both;
  color: #fff;
  font-size: 20px;
  text-transform: capitalize;
}
.cop-summary .item .info {
  max-height: 0;
  -webkit-transition: all 0s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -moz-transition: all 0s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -ms-transition: all 0s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -o-transition: all 0s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: all 0s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  -o-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  transform: translateX(-100px);
  color: #fff;
  padding: 0;
  overflow: hidden;
  font-size: 16px;
}
.cop-summary .item .map {
  max-height: 0;
  -webkit-transition: all 0s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -moz-transition: all 0s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -ms-transition: all 0s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -o-transition: all 0s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: all 0s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  -o-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  transform: translateX(-100px);
  color: #fff;
  padding: 0;
  overflow: hidden;
  font-size: 16px;
}
.cop-summary .item .map .line1,
.cop-summary .item .map .line2 {
  color: #fff;
  font-size: 16px;
  padding-left: 55px;
  line-height: normal;
}
.cop-summary .item .map .line2 {
  font-weight: bold;
}
.cop-summary .item .map .fa {
  color: #fff;
  font-size: 50px;
  float: left;
  padding: 0;
}
.cop-summary .item img {
  width: 100%;
  height: auto;
}
.cop-summary .item:hover .title {
  /*.transform(perspective(500px) rotateY(360deg));*/
  min-width: 100%;
  min-height: 100%;
  background:rgba(163, 146, 123, 0.8);
  padding: 40px;
  z-index: 2;
}
.cop-summary .item:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.cop-summary .item:hover .info {
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.3s;
  -moz-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.3s;
  -ms-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.3s;
  -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.3s;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.3s;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  color: #fff;
  max-height: 200px;
}
.cop-summary .item:hover .map {
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
  -moz-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
  -ms-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
  -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  color: #fff;
  padding-top: 10px;
  max-height: 200px;
}
.cop-summary .item:hover .heading,
.cop-summary .item:hover .heading div {
  font-size: 20px;
  padding-bottom: 23px;
}
.cop-summary .item:hover .overflow {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.3s;
  -moz-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.3s;
  -ms-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.3s;
  -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.3s;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.3s;
}
.cop-summary .item:hover .text {
  padding-right: 60px;
}
.cop-summary .item:hover .badge {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.cop-summary .icons {
  position: absolute;
  right: 26px;
  top: 0;
  height: 100%;
  z-index: 20;
}
.cop-summary .icons a {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0);
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0);
  display: block;
  color: #fff;
  border: 3px solid #fff;
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  -webkit-border-radius: 75px;
  -moz-border-radius: 75px;
  border-radius: 75px;
  font-size: 45px;
  margin-top: 15px;
}
.cop-summary .icons a:hover {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.cop-summary .icons a.tripPlanner span {
  top: 0;
  position: absolute;
  right: 100%;
  width: 200px;
  color: #fff;
  font-family: 'Open Sans';
  font-size: 17px;
}
.cop-summary .icons a.remove:before {
  content: "\f00d" !important;
}
.cop-summary .icons a.remove {
  line-height: 68px;
}
.cop-summary .icons .fa-ellipsis-h span,
.cop-summary .icons .fa-map-marker span {
  display: block;
  color: #fff;
  font-size: 21px;
  font-weight: normal;
  font-family: tahoma, arial, sans-serif;
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  line-height: 18px;
  text-align: center;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -o-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}
.cop-summary .icons .fa-ellipsis-h:hover:before,
.cop-summary .icons .fa-map-marker:hover:before {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  display: block;
}
.cop-summary .icons .fa-ellipsis-h:hover span,
.cop-summary .icons .fa-map-marker:hover span {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.discover-nav {
  padding: 40px 0;
  text-align: center;
}
.discover-nav:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.discover-nav a {
  display: inline-block;
  width: 10%;
  text-align: center;
  font-size: 18px;
  color: #6e6752;
}
.discover-nav a:hover {
  font-weight: bold;
}
.discover-nav a:hover .fa {
  background: #6e6752;
  color: #fff;
}
.discover-nav .fa {
  font-size: 30px;
  color: #6e6752;
  border: 2px solid #6e6752;
  -webkit-border-radius: 85px;
  -moz-border-radius: 85px;
  border-radius: 85px;
  width: 85px;
  height: 85px;
  line-height: 85px;
  text-align: center;
  margin: 0 auto 10px auto;
  display: block;
}
.wffg-home {
  margin-bottom: 20px;
}
.wffg-home .video {
  position: relative;
  display: block;
}
.wffg-home .video img {
  width: 100%;
  height: auto;
}
.wffg-home .video .play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 2px solid #fff;
  -webkit-border-radius: 135px;
  -moz-border-radius: 135px;
  border-radius: 135px;
  width: 135px;
  height: 135px;
  line-height: 135px;
  text-align: center;
  margin: 0 auto 10px auto;
}
.wffg-home .video .fa {
  color: #fff;
  width: 5px;
}
.wffg-home .video .text {
  color: #fff;
  font-size: 35px;
  font-weight: normal;
  font-family: 'Open Sans', arial, sans-serif;
  position: relative;
  z-index: 20;
}
.wffg-home .video .bg {
  -webkit-border-radius: 135px;
  -moz-border-radius: 135px;
  border-radius: 135px;
  background: #917F69;
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  position: absolute;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  z-index: 10;
}
.wffg-home .video:hover .bg {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}
.wffg-home .video:hover .play {
  border: 2px solid rgba(0, 0, 0, 0);
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}
.wffg-home .search-box {
  background: #4f6f18;
}
.wffg-home .search-box .search-container {
  padding: 20px;
  background: #4f6f18;
}
.wffg-home .search-box .title {
  color: #fff;
  font-size: 35px;
  font-weight: normal;
  font-family: 'Open Sans', arial, sans-serif;
  text-align: center;
  padding-bottom: 20px;
}
.wffg-home .search-box .search-input {
  width: 100%;
}
.wffg-home .search-box .filter:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.wffg-home .search-box .filter a {
  color: #ced6c5;
  display: block;
  text-align: center;
  background: #69863e;
  line-height: 33px;
  margin-bottom: 4px;
}
.wffg-home .search-box .filter a:first-child {
  margin-left: 0;
}
.wffg-home .search-box .filter a:hover,
.wffg-home .search-box .filter a.on {
  background: #6e6752;
  color: #fff;
}
.wffg-home .search-box .type {
  padding: 35px 55px 0 55px;
}
.wffg-home .search-box .type .item {
  width: 50%;
  float: left;
}
.wffg-home .search-box .type .heading {
  color: #fff;
  font-size: 16px;
  padding-bottom: 10px;
  clear: both;
}
.wffg-home .search-box .type .heading:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.wffg-home .search-box .type input {
  float: left;
  clear: left;
  margin: 4px 20px 0px 0;
}
.wffg-home .search-box .type label {
  float: left;
  clear: right;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  font-size: 13px;
  max-width: 130px;
}
.wffg-home .search-box .type select {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
}
.wffg-home .search-box .open-on {
  padding: 0 55px 35px 55px;
}
.wffg-home .search-box .open-on .heading {
  color: #fff;
  font-size: 16px;
  padding: 15px 0 10px 0;
}
.wffg-home .search-box .open-on input {
  float: left;
  clear: left;
  margin: 4px 20px 0px 0;
}
.wffg-home .search-box .open-on label {
  float: left;
  clear: right;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
}
.wffg-home .search-box .tabs {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.wffg-home .search-box .tabs li:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.wffg-home input[type="submit"] {
  display: block;
  height: auto;
  margin: auto;
  background: none;
  border: 3px solid #fff;
  position: relative;
  z-index: 11;
  font-family: 'Open Sans';
  color: #fff;
  font-size: 45px;
  padding: 20px 30px;
  text-align: center;
  -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.wffg-home input[type="submit"]:before {
  content: " ";
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  left: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.wffg-home input[type="submit"]:after {
  content: " ";
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  top: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.wffg-home input[type="submit"]:hover {
  background: #917F69;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  border: 3px solid rgba(255, 255, 255, 0);
}
.wffg-home input[type="submit"]:hover:before {
  left: 50%;
  width: 0;
}
.wffg-home input[type="submit"]:hover:after {
  top: 50%;
  height: 0;
}
.searchSkinObjectPreview {
  display: none !important;
}
button {
  display: block;
  height: auto;
  margin: auto;
  background: none;
  border: 0;
  position: relative;
  z-index: 11;
  font-family: 'Open Sans';
  color: #fff;
  font-size: 30px;
  padding: 20px 30px;
  text-align: center;
  -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
button:before {
  content: " ";
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  left: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
button:after {
  content: " ";
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  top: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
button:hover {
  background: #917F69;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
button:hover:before {
  left: 50%;
  width: 0;
}
button:hover:after {
  top: 50%;
  height: 0;
}
button.yellow,
.bigButton a,
#dnn_ctr735_View_ucList_cmdSearch,
.btnYellow {
  display: block;
  height: auto;
  background: none;
  border: 0;
  position: relative;
  z-index: 11;
  font-family: 'Open Sans';
  color: #917F69;
  font-size: 30px;
  padding: 20px 30px;
  text-align: center;
  -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
button.yellow:before,
.bigButton a:before,
#dnn_ctr735_View_ucList_cmdSearch:before,
.btnYellow:before {
  content: " ";
  border-top: 3px solid #917F69;
  border-bottom: 3px solid #917F69;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  left: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
button.yellow:after,
.bigButton a:after,
#dnn_ctr735_View_ucList_cmdSearch:after,
.btnYellow:after {
  content: " ";
  border-left: 3px solid #917F69;
  border-right: 3px solid #917F69;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  top: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
button.yellow:hover,
.bigButton a:hover,
#dnn_ctr735_View_ucList_cmdSearch:hover,
.btnYellow:hover {
  background: #917F69;
  color: #fff;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
button.yellow:hover:before,
.bigButton a:hover:before,
#dnn_ctr735_View_ucList_cmdSearch:hover:before,
.btnYellow:hover:before {
  left: 50%;
  width: 0;
}
button.yellow:hover:after,
.bigButton a:hover:after,
#dnn_ctr735_View_ucList_cmdSearch:hover:after,
.btnYellow:hover:after {
  top: 50%;
  height: 0;
}
button.yellow:hover .fa,
.bigButton a:hover .fa,
#dnn_ctr735_View_ucList_cmdSearch:hover .fa,
.btnYellow:hover .fa {
  color: #fff;
}
button.yellow.right,
.bigButton a.right,
#dnn_ctr735_View_ucList_cmdSearch.right,
.btnYellow.right {
  float: right;
}
button.yellow .fa,
.bigButton a .fa,
#dnn_ctr735_View_ucList_cmdSearch .fa,
.btnYellow .fa {
  color: #917F69;
  font-size: 30px;
  margin-right: 10px;
}
.btn-box {
  display: inline-block;
  border: solid 3px #917F69;
}
.tint {
  background: url('/images/wffg-bg.jpg') no-repeat top center #F1F2ED;
  padding-bottom: 40px;
}
.page-heading h2 {
  color: #58595a;
  font-size: 50px;
  font-weight: normal;
  font-family: 'Open Sans', arial, sans-serif;
  margin: 0;
  padding: 13px 0;
}
.page-heading h2 span {
  color: #58595a;
  font-size: 50px;
  font-weight: normal;
  font-family: 'Open Sans', arial, sans-serif;
}
.page-heading button {
  margin: 13px 0 50px 0;
}
.gallery {
  margin-bottom: 20px;
}
.gallery img {
  width: 100%;
  height: auto;
}
.gallery .lightbox {
  float: left;
  display: block;
  width: 49%;
  margin-left: 2%;
  margin-bottom: 12px;
}
.gallery .thumbs .lightbox:nth-child(2n+3) {
  margin-left: 0;
  clear: left;
}
.gallery .thumbs .lightbox:first-child {
  margin-left: 0;
}
.gallery .main-image .lightbox {
  float: none;
  width: 100%;
  margin-left: 0;
}
.gallery iframe {
  width: 100%;
  margin: 0 0 10px 0;
  padding: 0;
}
.follow {
  margin-bottom: 20px;
}
.follow .title {
  background: #917F69;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: normal;
  font-family: 'Open Sans', arial, sans-serif;
  line-height: 50px;
}
.follow .fa {
  border-left: 3px solid #fff;
  width: 16.66666667%;
  background: #917F69;
  text-align: center;
  line-height: 50px;
  display: block;
  float: left;
  color: #fff;
  font-size: 24px;
  /*&:first-child { border:0; }*/
}
.follow .fa:hover {
  color: #eee;
}
.follow .fa:hover.fa-facebook {
  background: #415E9B;
}
.follow .fa:hover.fa-twitter {
  background: #2FC2EF;
}
.follow .fa:hover.fa-instagram {
  background: #4181A4;
}
.follow .fa:hover.fa-pinterest-p {
  background: #BD1E23;
}
.follow .fa:hover.fa-google-plus {
  background: #DD4B39;
}
.follow .fa:hover.fa-youtube {
  background: #BD1E23;
}
#fancybox-wrap,
#fancybox-wrap * {
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: color 0 ease-in;
  transition: none;
}
.badge {
  position: absolute;
  left: 10px;
  top: 10px;
}
.badge img {
  float: left;
  width: auto !important;
  height: auto !important;
}
.badge.fyw {
  left: 120px;
}
.opItemLeft,
.opItemRight {
  margin-bottom: 10px !important;
  line-height: 24px;
}
.opItemLeft li {
  font-size: 14px;
  font-weight: bold;
  color: #d78a34;
}
.opItemLeft ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.opItemRight {
  font-size: 14px;
  color: #333333;
}
.opInfo {
  border-collapse: collapse;
  width: 100%;
}
.opInfo td {
  border: 1px solid #DEDFCF;
  padding: 7px;
  font-size: 14px;
  line-height: 24px;
}
.opInfo .fa {
  font-size: 24px;
  text-align: center;
  color: #e2a96b;
  display: block;
}
.opList .opListText {
  font-size: 14px;
  position: relative;
}
.opList .opListText .leftArrow {
  position: absolute;
  left: -17px;
  top: 0;
  font-size: 30px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 16px 17px 16px 0;
}
.opList .opListText .readMore,
.opList .opListText .tripPlanner {
  position: absolute;
  right: 0;
  bottom: -16px;
  color: #fff;
  display: block;
  font-size: 14px;
  line-height: 32px;
  float: right;
  padding: 0 10px;
}
.opList .opListText .readMore {
  right: 166px;
  padding-right: 30px;
}
.opList .opListText .readMore.remove {
  right: 206px;
  padding-right: 40px;
}
.opListText .address {
  display: block;
  padding-bottom: 22px;
}
.opListText .fa {
  font-size: 18px;
  padding-right: 7px;
}
.opListPhoto {
  width: 100%;
  background: url('images/default_img.png') no-repeat center center;
  min-height: 150px;
}
.tabMenu {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.tabMenu li {
  float: left;
  border-right: 1px solid #fff;
}
.tabMenu li.on a {
  background: #A39280;
}
.tabMenu .leftArrow {
  display: none !important;
}
.tabMenu a {
  background: #917F69;
}
.tabMenu a:hover {
  background: #A39280;
}
.tabs {
  position: relative;
}
.tabs .back a {
  display: block;
  color: #fff;
  padding: 0 22px;
  line-height: 32px;
  font-size: 14px;
}
.tabs .back .leftArrow {
  position: absolute;
  left: -17px;
  font-size: 30px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 16px 17px 16px 0;
  top: 0;
}
.tabs .back {
  position: absolute;
  top: 0;
  right: 0;
}
.tabs .tabMenu a {
  color: #fff;
  padding: 0 22px;
  line-height: 32px;
  font-size: 14px;
}
.searchSelect {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.searchSelect .drop {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.searchSelect a {
  display: block;
}
.searchSelect > li {
  position: relative;
  min-height: 100px;
  margin-bottom: 10px;
}
.searchSelect li > .img {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  min-height: 100px;
  width: 100%;
  /*-moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");*/
  -moz-filter: none;
  -o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(1);
}
.searchSelect li:hover > .img,
.searchSelect li .color {
  -moz-filter: none;
  -o-filter: none;
  -webkit-filter: none;
  filter: none;
  -webkit-transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  /* easeOutQuint */
}
.searchSelect li .icon-angle-double-right {
  background: none;
  color: #fff;
  float: right;
  font-size: 96px;
  line-height: 95px;
  opacity: 0.5;
  overflow: hidden;
  width: 115px;
}
.searchSelect li .bigButton {
  text-align: left;
  padding-top: 0 !important;
}
.searchSelect li .bigButton .text {
  padding-top: 0 !important;
}
.searchSelect li .bigButton .text .title1 {
  float: left;
  color: #fff;
  font-size: 19px;
  clear: left;
  padding-left: 22px;
  padding-top: 30px;
}
.searchSelect li .bigButton .text .title2 {
  float: left;
  color: #e5b78e;
  font-size: 12px;
  padding-left: 22px;
}
.searchSelect li .title,
.searchSelect li .titleAlt,
.searchSelect li .subtitle,
.searchSelect li .subtitleAlt {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 9px 0 8px 9px;
  box-sizing: border-box;
}
.searchSelect li .title:hover {
  cursor: pointer;
}
.searchSelect li .title .icon-down-dir,
.searchSelect li .subtitle .icon-down-dir {
  color: #fff;
  font-size: 25px;
  color: #cabcc6;
  background: none;
  position: relative;
}
.searchSelect li .title .icon-down-dir:before {
  line-height: 31px;
}
.searchSelect li .title > div {
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 33px;
  width: 36px;
  text-align: center;
  height: 33px;
  background: rgba(0, 0, 0, 0.7);
}
.searchSelect li .open > div {
  background: #d88a37;
  color: #fff;
}
.searchSelect li .open .icon-down-dir {
  color: #fff;
}
.searchSelect li span.fa {
  height: 33px;
  display: block;
  line-height: 33px;
}
.searchSelect .drop {
  background: #f1f1f1;
  position: absolute;
  top: 102px;
  height: 0;
  overflow: hidden;
  width: 100%;
  z-index: 20;
}
.searchSelect .drop li {
  min-height: 41px !important;
  position: relative;
  padding: 5px 5px 0 5px;
  border: 3px solid #d68937;
  border-top: 0;
  border-bottom: 0;
}
.searchSelect .drop li:first-child {
  border-top: 3px solid #d68937;
}
.searchSelect .drop li:last-child {
  border-bottom: 3px solid #d68937;
  padding-bottom: 5px;
}
.searchSelect .drop li:last-child .title {
  bottom: 5px;
}
.searchSelect .drop .img {
  min-height: 80px;
  box-sizing: border-box;
  width: 96%;
}
.searchSelect .drop .checkbox {
  top: 10px;
  width: 23px;
  height: 23px;
}
.searchSelect .drop .checkbox label {
  width: 15px;
  height: 15px;
}
.searchSelect .drop .checkbox label:after {
  width: 15px;
  height: 15px;
  left: 0px;
  top: 0px;
}
.searchSelect .drop .title {
  width: 96%;
}
.searchSelect .drop .subtitle {
  padding: 11px 0 11px 9px;
}
.searchSelect .checkbox {
  width: 35px;
  height: 35px;
  position: relative;
  background: #fff;
  background: -webkit-linear-gradient(top, #fff 0%, #fff 40%, #fff 100%);
  background: linear-gradient(to bottom, #fff 0%, #fff 40%, #fff 100%);
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
  float: left;
  left: 10px;
  top: 20px;
}
.searchSelect .checkbox label {
  width: 25px;
  height: 25px;
  cursor: pointer;
  position: absolute;
  left: 4px;
  top: 4px;
  background: -webkit-linear-gradient(top, #fff 0%, #fff 100%);
  background: linear-gradient(to bottom, #fff 0%, #fff 100%);
  border-radius: 50px;
  padding: 0;
}
.searchSelect .checkbox label:after {
  content: '';
  width: 22px;
  height: 22px;
  position: absolute;
  top: 2px;
  left: 2px;
  background: #3393ae;
  background: -webkit-linear-gradient(top, #3393ae 0%, #3393ae 100%);
  background: linear-gradient(to bottom, #3393ae 0%, #3393ae 100%);
  opacity: 0;
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.searchSelect .checkbox.half label:after {
  border-radius: 22px 0 0 22px;
  width: 12px;
}
.searchSelect .checkbox label:hover::after {
  opacity: 0.3;
}
.searchSelect .checkbox input[type=checkbox] {
  visibility: hidden;
}
.searchSelect .checkbox input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.searchSelect .col4:nth-child(3n+4) {
  clear: left;
  margin-left: 0;
}
.searchSelect .col4:first-child {
  margin-left: 0;
}
.find-more-heading {
  font-size: 54px;
  line-height: 120px;
  padding: 0;
  margin: 0;
}
.EventSearch {
  padding: 20px 20px 0;
  background: #425a69;
  margin: 1em 0;
  clear: both;
  /*#dnn_ctr735_View_ucList_txtSearch, #dnn_ctr735_View_ucList_cmdSearch { float:left; }
    #dnn_ctr735_View_ucList_txtSearch { margin-top:10px; }*/
}
.EventSearch .searchRow .options {
  color: #fff;
}
.EventSearch .searchRow .search-button-box {
  border: 2px solid #ffffff;
}
@media only screen and (min-width: 0px) and (max-width: 759px) {
  .EventSearch .searchRow .search-button-box {
    clear: both;
  }
}
.EventSearch .events-check {
  clear: both;
  border-top: 1px dashed #82929C;
  padding: 20px 0;
  margin-top: 20px;
}
.EventSearch .events-check br {
  display: none;
}
.EventSearch .events-check table {
  width: 100%;
}
.EventSearch .events-check td {
  color: #fff;
}
.EventSearch .events-check label {
  padding-left: 20px;
  font-size: 16px;
}
.EventSearch .events-check input {
  display: none;
}
.EventSearch .events-check input[type="checkbox"],
.EventSearch .events-check input[type="radio"] {
  vertical-align: middle;
}
.EventSearch .events-check input[type="checkbox"] + label,
.EventSearch .events-check input[type="radio"] + label {
  cursor: pointer;
}
.EventSearch .events-check input[type="checkbox"] + label:before,
.EventSearch .events-check input[type="radio"] + label:before {
  content: "";
  display: inline-block;
  height: 19px;
  margin: 1px 4px 0 -22px;
  vertical-align: middle;
  width: 19px;
}
.EventSearch .events-check input[type="checkbox"] + label:before {
  background: url('../images/tick.png') left top no-repeat;
}
.EventSearch .events-check input[type="checkbox"]:checked + label:before {
  background: url('../images/tick.png') -19px top no-repeat;
}
.EventSearch .events-check input[type="radio"] + label:before {
  background: url('../images/tick.png') -38px top no-repeat;
}
.EventSearch .events-check input[type="radio"]:checked + label:before {
  background: url('../images/tick.png') -57px top no-repeat;
}
.EventSearch input[type="text"] {
  width: 100%;
  height: 65px;
  padding-left: 30px;
  margin: 0;
}
.EventSearch input[type="submit"] {
  width: 100%;
  height: 61px;
}
.EventsList .cop-summary .event-dates {
  font-weight: bold;
  line-height: 1.5em;
  padding-left: 0.5em;
}
.ContactForm input[type="text"],
.ContactForm textarea {
  width: 100%;
}
.ContactForm input.input_start,
.ContactForm input.input_end {
  width: 90%;
  margin-right: 5px;
}
.ContactForm .contact-label {
  font-weight: bold;
}
.ContactForm .area {
  padding: 1em;
  border: solid 3px #ccc;
  background-color: #f2f2f2;
}
.ContactForm .contact-field td label {
  padding-left: 10px;
}
.trip-planner h1 {
  background: url(/images/SuitcaseGraphic.gif) no-repeat 0 center;
  padding: 5px 5px 5px 30px;
  margin-bottom: 10px;
}
.trip-planner .intro {
  margin-right: 30px;
  -margin-right: 30px;
}
.trip-planner ol.instructions li {
  color: #5C6c77;
}
.trip-panel {
  border: solid 1px #ccc;
  margin: 10px 0;
  padding: 10px;
}
.map_container {
  border: solid 1px #ccc;
  margin-bottom: 20px;
  clear: both;
}
.map_container #map {
  height: 500px;
}
.TripList .events .end .item-inner {
  padding-right: 0px;
}
.TripList .options {
  background: none;
  right: 0px;
}
.TripList .options a {
  color: #fff;
  display: inline-block;
}
.TripList .options a span {
  font-size: 10px;
}
.TripList .heading {
  line-height: 15px;
  font-size: 13px;
  font-weight: normal;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}
.TripList .heading a {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}
.TripList .content {
  border: solid 1px #D0D0D2;
  border-top: none;
  padding: 8px;
  margin-bottom: 10px;
  position: relative;
  min-height: 150px;
}
.TripList .content .media {
  width: 120px;
  height: 120px;
  overflow: hidden;
  margin-right: 10px;
  position: absolute;
}
.TripList .content .info {
  padding-left: 140px;
}
.TripList .content .info p {
  font-size: 15px;
}
.TripList .content .options {
  position: absolute;
  bottom: 10px;
}
.TripList .content .options ul {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
}
.TripList .content .options ul li {
  float: left;
}
.TripList .heading span.num {
  background: #E2AA6B;
  display: block;
  float: left;
  margin-right: 10px;
  text-align: center;
  width: 25px;
}
.help {
  font-size: 12px;
  color: #888;
}
.italic {
  font-style: italic;
}
.success {
  color: green;
}
.itinerary-item {
  margin: 0 0 5px 0;
  border-bottom: solid 1px #959566;
  background: #fafafa;
}
.itinerary-item:hover {
  background-color: #DFDFD1;
}
.itinerary-item .num {
  width: 5%;
  display: block;
  padding: 5px;
  float: left;
  margin-right: 2px;
  background-color: #959566;
  text-align: center;
  color: #fff;
}
.itinerary-item a.view {
  display: block;
  padding: 5px 10px;
  float: left;
  margin-right: 5px;
  color: #61612D;
  width: 75%;
}
.itinerary-item a.view:hover {
  color: #333;
}
.itinerary-item .item-count {
  width: 10%;
  display: block;
  padding: 5px;
  float: right;
  color: #888;
  text-align: right;
}
.share-textbox {
  padding: 5px;
  min-width: 90%;
  border: solid 5px #ccc;
  font-size: 14px;
}
.regoLabelField {
  float: left;
  width: 150px;
  margin-right: 20px;
  text-align: right;
  padding: 5px 0;
  line-height: 32px;
}
.regoInputField {
  float: left;
  width: 350px;
  padding: 5px;
}
.regoInputField input,
.regoInputField textarea,
.regoInputField select {
  width: 85%;
  border: solid 1px #ccc;
  padding: 5px;
  font-family: 'myriad-pro', arial, verdana;
}
.regoInputField .button {
  width: auto;
  min-width: 80px;
}
.drop .img {
  display: none;
}
.drop .title,
.drop .subtitle {
  width: 80% !important;
  right: 0px !important;
}
.drop li {
  background: #BA7529;
  position: relative;
  min-height: 31px !important;
  border-bottom: 3px solid #D88A37 !important;
}
.searchSelect .drop .checkbox {
  top: 2px !important;
}
.searchSelect .drop li:last-child {
  padding-bottom: 0px !important;
}
.searchSelect .drop li:last-child .title {
  bottom: 0px !important;
}
.trip-items {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.tripItem {
  position: relative;
}
.tripItem .heading {
  position: absolute;
  bottom: 0;
  width: 100%;
  border: 0 !important;
  z-index: 30;
  background:rgba(163, 146, 123, 0.8);
}
.tripItem .heading .padding {
  padding: 10px 15px 10px 15px;
  font-size: 13px;
  text-align: right;
  color: #fff;
}
.tripItem .info {
  position: absolute;
  z-index: 30;
  bottom: 0;
  padding: 10px 15px 10px 15px;
  overflow: hidden;
  height: 0;
  width: 100%;
}
.tripItem:hover .info {
  height: auto;
}
.tripItem:hover .heading {
  background: #917F69;
}
.tripItem .overflow > img {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
}
.tripItem .options .icons {
  float: left;
  -webkit-transition: all 0 cubic-bezier(0.23, 1, 0.32, 1) 3s;
  -moz-transition: all 0 cubic-bezier(0.23, 1, 0.32, 1) 3s;
  -ms-transition: all 0 cubic-bezier(0.23, 1, 0.32, 1) 3s;
  -o-transition: all 0 cubic-bezier(0.23, 1, 0.32, 1) 3s;
  transition: all 0 cubic-bezier(0.23, 1, 0.32, 1) 3s;
}
.tripItem .options .icons > .fa {
  overflow: hidden;
  position: relative;
  display: block;
  float: left;
  line-height: 74px;
  width: 74px;
  height: 74px;
  text-align: center;
  font-size: 40px;
  color: #fff;
  margin-left: 1px;
}
.tripItem .options .icons > .fa.fa-shopping-cart:before,
.tripItem .options .icons > .fa.fa-briefcase:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  display: block;
}
.tripItem .options .icons > .fa.fa-briefcase span {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  font-family: tahoma, arial, sans-serif;
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  line-height: 18px;
  text-align: center;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -o-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}
.tripItem .options .icons > .fa.fa-shopping-cart span {
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  font-family: tahoma, arial, sans-serif;
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  line-height: 18px;
  text-align: center;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -o-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}
.tripItem .options .icons > .fa:hover {
  color: #425a69;
}
.tripItem .options .icons > .fa:hover span {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.tripItem .options .icons > .fa:hover:before {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.tripItem .options .icons a {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0);
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0);
  display: block;
  color: #fff;
  border: 3px solid #fff;
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  -webkit-border-radius: 75px;
  -moz-border-radius: 75px;
  border-radius: 75px;
  font-size: 45px;
  margin-top: 15px;
}
.tripItem .options .icons a:hover {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.tripItem .options .icons a.tripPlanner span {
  top: 0;
  position: absolute;
  right: 100%;
  width: 200px;
  color: #fff;
  font-family: 'Open Sans';
  font-size: 17px;
}
.tripItem .options .icons a.remove:before {
  content: "\f00d" !important;
}
.tripItem .options .icons a.remove {
  line-height: 68px;
}
.tripItem .options li {
  clear: both;
}
.tripItem .options li a {
  text-transform: capitalize;
  font-weight: bold;
}
.tripItem .address {
  padding: 5px 10px;
}
.tripItem .address div {
  font-size: 12px;
  line-height: 16px;
  text-transform: capitalize;
}
.tripItem .descrip {
  padding: 5px 10px;
  font-size: 12px;
}
.tripItem .distance .leftArrow {
  width: 0px;
  height: 0px;
  border-style: solid;
  position: absolute;
  left: -10px;
  top: 0;
  z-index: 10;
  border-width: 10px 10px 10px 0;
  border-color: transparent #CBBFB3 transparent transparent;
  display: none;
}
.tripItem .distance .rightArrow {
  width: 0px;
  height: 0px;
  border-style: solid;
  position: absolute;
  right: -10px;
  top: 0;
  z-index: 10;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #CBBFB3;
}
.tripItem .distance {
  background: #CBBFB3;
  text-shadow: 1px 1px 1px #000;
  position: absolute;
  font-size: 10px;
  color: #fff;
  display: block;
  float: right;
  padding-right: 3px;
  line-height: 20px;
  top: 124px;
  right: 0;
  padding: 0px 8px;
  z-index: 40;
  text-align: center;
  min-width: 100px;
}
.tripItem .more {
  margin-bottom: 1px;
}
.tripItem .hidden {
  display: none !important;
}
.tripItem .overflow {
  overflow: hidden;
  height: 200px;
  position: relative;
}
.tripItem .tripSearch label {
  padding: 0 0 0 10px;
}
.tripItem .filterTypes {
  width: 100%;
}
.tripItem .info div {
  color: #fff !important;
}
.tripItem .info > span {
  opacity: 0;
  bottom: -5px;
  position: relative;
  display: block;
}
.tripItem .info .col8 {
  text-align: right;
}
#sortable {
  margin: 20px 0 !important;
}
#sortable:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#sortable .col3 {
  margin-bottom: 10px;
}
#sortable .col3:first-child {
  margin-left: 0 !important;
}
#sortable .col3:nth-child(4n+5) {
  margin-left: 0 !important;
  clear: left;
}
.cop-wffg-badge {
  max-width: 110px;
}
.opList .cop-wffg-badge {
  max-width: 110px;
  margin: auto;
  display: block;
}
.eds_news_mpt .meta-text-wraper,
.eds_news_mpt .meta-details,
.eds_news_mpt .article_comments {
  display: none;
}
.eds_news_mpt p:first-child,
.eds_news_mpt p {
  font-size: 16px;
  line-height: 30px;
}
.eds_news_mpt h2 a {
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px;
  display: block;
  color:#917F69;
}

.eds_news_mpt h3.article-subtitle {
  text-align: center;
}
.eds_news_mpt .article:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.eds_news_mpt .article img {
  margin: 4px 0px 10px 14px;
}
.eds_news_mpt .summary {
  font-size: 16px;
  line-height: 30px !important;
}
.eds_news_mpt .summary:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.eds_news_mpt .summary p {
  line-height: 30px !important;
}
.eds_news_mpt .aritcle-image {
  float: right;
}
.eds_news_mpt .edn_module_title {
  padding: 5px 8px;
  line-height: normal;
  font-size: inherit;
}
.eds_news_mpt .edn_module_title span {
  color: #585959;
  font-size: 40px;
  font-weight: normal;
  font-family: 'Open Sans', arial, sans-serif;
}
.EDN_article_content {
  font-size: 16px;
  line-height: 30px;
}
.EDN_article_content p:first-child,
.EDN_article_content p {
  font-size: 16px;
  line-height: 30px;
}
/* START Bookeasy Styles */
div.search-gadget.BE div.date span.input {
  /*height:19pt !important;*/
}
div.region-gadget.BE div.tabs-group {
  height: 42px !important;
}
div.region-gadget.BE div.tabs-group a {
  height: auto !important;
}
/*#wdOverlayContent .add-to-cart-form .add-to-cart-information {
    .name, .price, .quantity, .date, .dateEnd, .period, .adults {height:4em !important;}
}*/
@media only screen and (min-width: 0px) and (max-width: 759px) {
  .region-gadget.BE div.list-view div.type-group div.list-item {
    padding: 5px !important;
  }
}
.region-gadget.BE div.list-view div.type-group div.list-item div.fromPrice a {
  background: #917F69 !important;
  color: #fff !important;
  border: solid 3px #917F69 !important;
  border-radius: 0 !important;
  width: 90% !important;
  margin: auto;
  text-align: center;
}
.region-gadget.BE div.list-view div.type-group div.list-item div.fromPrice a:hover {
  background: #A39280 !important;
  color: #fff !important;
}
@media only screen and (min-width: 0px) and (max-width: 759px) {
  .region-gadget.BE div.list-view div.type-group div.list-item div.fromPrice {
    position: static !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 759px) {
  .region-gadget.BE div.list-view div.type-group div.list-item div.description {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 759px) {
  .region-gadget.BE div.list-view div.type-group div.list-item div.thumb {
    position: static !important;
    padding: 0 !important;
    border: none !important;
    margin: 1em auto !important;
    text-align: center;
  }
  .region-gadget.BE div.list-view div.type-group div.list-item div.thumb img {
    display: inline !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 759px) {
  .region-gadget.BE div.list-view div.type-group div.list-item p.location {
    line-height: 1.5em !important;
  }
}
.region-gadget.BE div.list-view div.type-group div.list-item p.rating {
  top: 100px !important;
}
@media only screen and (min-width: 0px) and (max-width: 759px) {
  .region-gadget.BE div.list-view div.type-group div.list-item p.rating {
    position: static !important;
  }
}
.region-gadget.BE div.list-view div.type-group div.even.hover {
  background: #efefef !important;
}
.region-gadget.BE div.list-view div.type-group div.odd.hover {
  background: #fafafa !important;
}
.region-gadget.BE div.map-container div.mapInfoWindow div.button a {
  background: #917F69 !important;
  border: solid 3px #917F69 !important;
  border-radius: 0 !important;
  color: #fff !important;
}
.region-gadget.BE div.tabs-group .view-choice a {
  border-radius: 0;
  padding: 5px 1em;
  min-width: 50px;
  text-align: center;
}
.region-gadget.BE div.tabs-group .view-choice a.current {
  background: #425A69 !important;
  color: #fff !important;
  border: 1px solid #425A69;
}
.region-gadget.BE div.tabs-group .view-choice span.label {
  display: none;
}
.region-gadget.BE div.prices-grid table tbody td.total span.price {
  background: #917F69 !important;
  border: solid 3px #917F69 !important;
  border-radius: 0 !important;
  color: #fff !important;
}
.region-gadget.BE div.prices-grid div.type-group table tbody tr.even.hover td {
  background: #efefef !important;
}
.region-gadget.BE div.prices-grid div.type-group table tbody tr.odd.hover td {
  background: #fafafa !important;
}
.region-gadget.BE div.prices-grid div.type-group table tbody tr td.property {
  font-size: 1em;
  line-height: 1.5em;
  padding: 1em !important;
}
.region-gadget.BE div.prices-grid div.type-group table tbody tr td.property div.thumb {
  width: 150px !important;
  height: 150px !important;
  margin-right: 1em !important;
  padding: 0 !important;
  border: none !important;
}
@media only screen and (min-width: 0px) and (max-width: 759px) {
  .region-gadget.BE div.prices-grid div.type-group table tbody tr td.property div.thumb {
    float: none !important;
  }
}
.region-gadget.BE div.prices-grid div.type-group table tbody tr td.property div.thumb img {
  width: 150px !important;
}
@media only screen and (min-width: 0px) and (max-width: 759px) {
  .region-gadget.BE div.prices-grid div.type-group table tbody tr a.OperatorInfoMore,
  .region-gadget.BE div.prices-grid div.type-group table tbody tr a.OperatorInfoLess {
    position: absolute;
    top: 3em;
    right: 1em;
  }
}
.region-gadget.BE div.prices-grid span.book {
  font-size: 0.8em !important;
  margin: 0 !important;
  padding: 0.5em 0;
  line-height: 1em !important;
}
.region-gadget.BE div.prices-grid span.number {
  font-weight: bold !important;
}
.region-gadget.BE div.prices-grid:hover {
  color: #fff !important;
  background: #A39280 !important;
}
.region-gadget.BE div.prices-grid div.type-group table thead td,
.region-gadget.BE div.prices-grid div.type-group table tr.inline-header td {
  background: #917F69 !important;
  line-height: 1.5em;
  color: #425a69 !important;
  font-size: 1em !important;
  font-weight: normal !important;
  padding: 10px !important;
}
.region-gadget.BE div.prices-grid div.type-group table thead td.date,
.region-gadget.BE div.prices-grid div.type-group table tr.inline-header td.date {
  font-weight: bold !important;
  background: #A39280 !important;
  border-left: solid 1px rgba(0, 0, 0, 0.1);
  text-align: center;
  min-width: 90px;
}
.region-gadget.BE div.prices-grid div.type-group table thead td.date:first-child,
.region-gadget.BE div.prices-grid div.type-group table tr.inline-header td.date:first-child {
  border-left: none;
}
.region-gadget.BE div.prices-grid div.type-group table thead td.date a,
.region-gadget.BE div.prices-grid div.type-group table tr.inline-header td.date a {
  display: inline-block !important;
  padding: 0 0.25em;
}
.region-gadget.BE div.prices-grid div.type-group table thead td.date a.date,
.region-gadget.BE div.prices-grid div.type-group table tr.inline-header td.date a.date {
  color: #c3800e !important;
  font-family: "trash";
  font-size: 1.5em;
  font-weight: normal !important;
}
.search-gadget.BE {
  background: #425A69 !important;
  border-radius: 0 !important;
  border: solid 1px #425A69 !important;
}
.search-gadget.BE span.label {
  font-weight: normal !important;
  color: #fff !important;
}
.search-gadget.BE div.date span.input {
  background: #fff !important;
  border-radius: 0 !important;
  padding: 0.5em !important;
  border: solid 1px #fff !important;
  height: 14px !important;
}
.search-gadget.BE div.date span.input .pseudo {
  font-size: 0.75em !important;
  display: block !important;
  width: auto !important;
  line-height: 16px;
}
.search-gadget.BE input,
.search-gadget.BE select {
  font-size: 0.75em !important;
  padding: 0.5em !important;
  min-height: 1em !important;
  border: solid 1px #fff;
}
.search-gadget.BE input {
  height: 18px !important;
}
.search-gadget.BE div.refineTools {
  /*div.sortBy {
            div.byWhich {
                select { width:10em !important;}
            }
        }*/
}
.search-gadget.BE div.refineTools div.maxPrice input {
  height: 19px !important;
}
.search-gadget.BE div.showHideRefineTools a {
  background: none !important;
  border: none !important;
  font-weight: normal !important;
}
.search-gadget.BE div.showHideRefineTools a:hover {
  background: none !important;
}
.details-gadget.BE .embedded-search .search-gadget.BE {
  background: #425A69 !important;
  border-radius: 0 !important;
  border: solid 1px #425A69 !important;
}
.details-gadget.BE div.priceGrid table thead td {
  background: #917F69 !important;
  line-height: 1.5em;
  color: #425a69 !important;
  font-size: 1em !important;
  font-weight: normal !important;
  padding: 10px !important;
}
.details-gadget.BE div.priceGrid table thead td.date {
  font-weight: bold !important;
  background: #A39280 !important;
  border-left: solid 1px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.details-gadget.BE div.priceGrid table thead td.date:first-child {
  border-left: none;
}
.details-gadget.BE div.priceGrid table thead td.date a {
  display: inline-block !important;
  padding: 0 0.25em;
}
.details-gadget.BE div.priceGrid table thead td.date a.date {
  color: #c3800e !important;
  font-family: "trash";
  font-size: 1.5em;
  font-weight: normal !important;
}
.details-gadget.BE div.priceGrid table tbody tr td {
  font-size: 1em;
  vertical-align: top;
  padding: 1em !important;
}
.details-gadget.BE div.priceGrid table tbody tr td.total a {
  background: #917F69 !important;
  border: solid 3px #917F69 !important;
  border-radius: 0 !important;
  color: #fff !important;
}
.details-gadget.BE div.priceGrid table tbody tr td.name {
  width: 40%;
}
.details-gadget.BE div.priceGrid table tbody tr td.name div.thumb {
  width: 100px !important;
  height: 100px !important;
  padding: 0 !important;
  border: none !important;
}
@media only screen and (min-width: 0px) and (max-width: 759px) {
  .details-gadget.BE div.priceGrid table tbody tr td.name div.thumb {
    float: none !important;
  }
}
.details-gadget.BE div.priceGrid table tbody tr td.name div.thumb img {
  width: 100px !important;
}
@media only screen and (min-width: 0px) and (max-width: 759px) {
  .details-gadget.BE div.priceGrid table tbody tr td a.OperatorInfoMore,
  .details-gadget.BE div.priceGrid table tbody tr td a.OperatorInfoLess {
    position: absolute;
    top: 3em;
    right: 1em;
  }
}
.details-gadget.BE div.priceGrid table tbody tr.even:hover td {
  background: #efefef !important;
}
.details-gadget.BE div.priceGrid table tbody tr.odd:hover td {
  background: #fafafa !important;
}
div#wdOverlayContent {
  border-radius: 0 !important;
}
div#wdOverlayContent .add-to-cart-information,
div#wdOverlayContent add-to-cart-form,
div#wdOverlayContent .item-details {
  padding: 0 !important;
}
div#wdOverlayContent .add-to-cart-information div,
div#wdOverlayContent add-to-cart-form div,
div#wdOverlayContent .item-details div {
  height: auto !important;
}
div#wdOverlayContent .add-to-cart-information div.name,
div#wdOverlayContent add-to-cart-form div.name,
div#wdOverlayContent .item-details div.name {
  background: #8E9CA5 !important;
  padding: 0 !important;
  height: 4em !important;
  margin: 0 !important;
}
div#wdOverlayContent .add-to-cart-information div.name span.operator-name,
div#wdOverlayContent add-to-cart-form div.name span.operator-name,
div#wdOverlayContent .item-details div.name span.operator-name {
  background: #425A69 !important;
  border-radius: 0 !important;
  line-height: 1em;
  padding: 0.5em 1em !important;
  margin: 0 !important;
}
div#wdOverlayContent .add-to-cart-information div.name span.item-name,
div#wdOverlayContent add-to-cart-form div.name span.item-name,
div#wdOverlayContent .item-details div.name span.item-name {
  background: #8E9CA5 !important;
  border-radius: 0 !important;
  line-height: 1em;
  padding: 0.5em 1em !important;
  margin: 0 !important;
}
@media only screen and (min-width: 0px) and (max-width: 759px) {
  div#wdOverlayContent .add-to-cart-information div.name span.item-name,
  div#wdOverlayContent add-to-cart-form div.name span.item-name,
  div#wdOverlayContent .item-details div.name span.item-name {
    width: 100%;
  }
}
div#wdOverlayContent .add-to-cart-information div.price,
div#wdOverlayContent add-to-cart-form div.price,
div#wdOverlayContent .item-details div.price,
div#wdOverlayContent .add-to-cart-information div.quantity,
div#wdOverlayContent add-to-cart-form div.quantity,
div#wdOverlayContent .item-details div.quantity,
div#wdOverlayContent .add-to-cart-information div.date,
div#wdOverlayContent add-to-cart-form div.date,
div#wdOverlayContent .item-details div.date,
div#wdOverlayContent .add-to-cart-information div.dateEnd,
div#wdOverlayContent add-to-cart-form div.dateEnd,
div#wdOverlayContent .item-details div.dateEnd,
div#wdOverlayContent .add-to-cart-information div.adults,
div#wdOverlayContent add-to-cart-form div.adults,
div#wdOverlayContent .item-details div.adults,
div#wdOverlayContent .add-to-cart-information div.children,
div#wdOverlayContent add-to-cart-form div.children,
div#wdOverlayContent .item-details div.children,
div#wdOverlayContent .add-to-cart-information div.infants,
div#wdOverlayContent add-to-cart-form div.infants,
div#wdOverlayContent .item-details div.infants,
div#wdOverlayContent .add-to-cart-information div.concessions,
div#wdOverlayContent add-to-cart-form div.concessions,
div#wdOverlayContent .item-details div.concessions,
div#wdOverlayContent .add-to-cart-information div.students,
div#wdOverlayContent add-to-cart-form div.students,
div#wdOverlayContent .item-details div.students,
div#wdOverlayContent .add-to-cart-information div.observers,
div#wdOverlayContent add-to-cart-form div.observers,
div#wdOverlayContent .item-details div.observers,
div#wdOverlayContent .add-to-cart-information div.startdate,
div#wdOverlayContent add-to-cart-form div.startdate,
div#wdOverlayContent .item-details div.startdate,
div#wdOverlayContent .add-to-cart-information div.period,
div#wdOverlayContent add-to-cart-form div.period,
div#wdOverlayContent .item-details div.period,
div#wdOverlayContent .add-to-cart-information div.quotedprice,
div#wdOverlayContent add-to-cart-form div.quotedprice,
div#wdOverlayContent .item-details div.quotedprice,
div#wdOverlayContent .add-to-cart-information div.family,
div#wdOverlayContent add-to-cart-form div.family,
div#wdOverlayContent .item-details div.family {
  width: 16.667% !important;
  margin-right: 0 !important;
  height: auto !important;
}
div#wdOverlayContent .add-to-cart-information div.price label,
div#wdOverlayContent add-to-cart-form div.price label,
div#wdOverlayContent .item-details div.price label,
div#wdOverlayContent .add-to-cart-information div.quantity label,
div#wdOverlayContent add-to-cart-form div.quantity label,
div#wdOverlayContent .item-details div.quantity label,
div#wdOverlayContent .add-to-cart-information div.date label,
div#wdOverlayContent add-to-cart-form div.date label,
div#wdOverlayContent .item-details div.date label,
div#wdOverlayContent .add-to-cart-information div.dateEnd label,
div#wdOverlayContent add-to-cart-form div.dateEnd label,
div#wdOverlayContent .item-details div.dateEnd label,
div#wdOverlayContent .add-to-cart-information div.adults label,
div#wdOverlayContent add-to-cart-form div.adults label,
div#wdOverlayContent .item-details div.adults label,
div#wdOverlayContent .add-to-cart-information div.children label,
div#wdOverlayContent add-to-cart-form div.children label,
div#wdOverlayContent .item-details div.children label,
div#wdOverlayContent .add-to-cart-information div.infants label,
div#wdOverlayContent add-to-cart-form div.infants label,
div#wdOverlayContent .item-details div.infants label,
div#wdOverlayContent .add-to-cart-information div.concessions label,
div#wdOverlayContent add-to-cart-form div.concessions label,
div#wdOverlayContent .item-details div.concessions label,
div#wdOverlayContent .add-to-cart-information div.students label,
div#wdOverlayContent add-to-cart-form div.students label,
div#wdOverlayContent .item-details div.students label,
div#wdOverlayContent .add-to-cart-information div.observers label,
div#wdOverlayContent add-to-cart-form div.observers label,
div#wdOverlayContent .item-details div.observers label,
div#wdOverlayContent .add-to-cart-information div.startdate label,
div#wdOverlayContent add-to-cart-form div.startdate label,
div#wdOverlayContent .item-details div.startdate label,
div#wdOverlayContent .add-to-cart-information div.period label,
div#wdOverlayContent add-to-cart-form div.period label,
div#wdOverlayContent .item-details div.period label,
div#wdOverlayContent .add-to-cart-information div.quotedprice label,
div#wdOverlayContent add-to-cart-form div.quotedprice label,
div#wdOverlayContent .item-details div.quotedprice label,
div#wdOverlayContent .add-to-cart-information div.family label,
div#wdOverlayContent add-to-cart-form div.family label,
div#wdOverlayContent .item-details div.family label {
  background: #A39280;
  border-right: solid 1px #E2A335;
  padding: 1em;
  line-height: 1em;
  min-height: 3em;
}
@media only screen and (min-width: 0px) and (max-width: 759px) {
  div#wdOverlayContent .add-to-cart-information div.price label,
  div#wdOverlayContent add-to-cart-form div.price label,
  div#wdOverlayContent .item-details div.price label,
  div#wdOverlayContent .add-to-cart-information div.quantity label,
  div#wdOverlayContent add-to-cart-form div.quantity label,
  div#wdOverlayContent .item-details div.quantity label,
  div#wdOverlayContent .add-to-cart-information div.date label,
  div#wdOverlayContent add-to-cart-form div.date label,
  div#wdOverlayContent .item-details div.date label,
  div#wdOverlayContent .add-to-cart-information div.dateEnd label,
  div#wdOverlayContent add-to-cart-form div.dateEnd label,
  div#wdOverlayContent .item-details div.dateEnd label,
  div#wdOverlayContent .add-to-cart-information div.adults label,
  div#wdOverlayContent add-to-cart-form div.adults label,
  div#wdOverlayContent .item-details div.adults label,
  div#wdOverlayContent .add-to-cart-information div.children label,
  div#wdOverlayContent add-to-cart-form div.children label,
  div#wdOverlayContent .item-details div.children label,
  div#wdOverlayContent .add-to-cart-information div.infants label,
  div#wdOverlayContent add-to-cart-form div.infants label,
  div#wdOverlayContent .item-details div.infants label,
  div#wdOverlayContent .add-to-cart-information div.concessions label,
  div#wdOverlayContent add-to-cart-form div.concessions label,
  div#wdOverlayContent .item-details div.concessions label,
  div#wdOverlayContent .add-to-cart-information div.students label,
  div#wdOverlayContent add-to-cart-form div.students label,
  div#wdOverlayContent .item-details div.students label,
  div#wdOverlayContent .add-to-cart-information div.observers label,
  div#wdOverlayContent add-to-cart-form div.observers label,
  div#wdOverlayContent .item-details div.observers label,
  div#wdOverlayContent .add-to-cart-information div.startdate label,
  div#wdOverlayContent add-to-cart-form div.startdate label,
  div#wdOverlayContent .item-details div.startdate label,
  div#wdOverlayContent .add-to-cart-information div.period label,
  div#wdOverlayContent add-to-cart-form div.period label,
  div#wdOverlayContent .item-details div.period label,
  div#wdOverlayContent .add-to-cart-information div.quotedprice label,
  div#wdOverlayContent add-to-cart-form div.quotedprice label,
  div#wdOverlayContent .item-details div.quotedprice label,
  div#wdOverlayContent .add-to-cart-information div.family label,
  div#wdOverlayContent add-to-cart-form div.family label,
  div#wdOverlayContent .item-details div.family label {
    min-height: 4em !important;
  }
}
div#wdOverlayContent .add-to-cart-information div.price span,
div#wdOverlayContent add-to-cart-form div.price span,
div#wdOverlayContent .item-details div.price span,
div#wdOverlayContent .add-to-cart-information div.quantity span,
div#wdOverlayContent add-to-cart-form div.quantity span,
div#wdOverlayContent .item-details div.quantity span,
div#wdOverlayContent .add-to-cart-information div.date span,
div#wdOverlayContent add-to-cart-form div.date span,
div#wdOverlayContent .item-details div.date span,
div#wdOverlayContent .add-to-cart-information div.dateEnd span,
div#wdOverlayContent add-to-cart-form div.dateEnd span,
div#wdOverlayContent .item-details div.dateEnd span,
div#wdOverlayContent .add-to-cart-information div.adults span,
div#wdOverlayContent add-to-cart-form div.adults span,
div#wdOverlayContent .item-details div.adults span,
div#wdOverlayContent .add-to-cart-information div.children span,
div#wdOverlayContent add-to-cart-form div.children span,
div#wdOverlayContent .item-details div.children span,
div#wdOverlayContent .add-to-cart-information div.infants span,
div#wdOverlayContent add-to-cart-form div.infants span,
div#wdOverlayContent .item-details div.infants span,
div#wdOverlayContent .add-to-cart-information div.concessions span,
div#wdOverlayContent add-to-cart-form div.concessions span,
div#wdOverlayContent .item-details div.concessions span,
div#wdOverlayContent .add-to-cart-information div.students span,
div#wdOverlayContent add-to-cart-form div.students span,
div#wdOverlayContent .item-details div.students span,
div#wdOverlayContent .add-to-cart-information div.observers span,
div#wdOverlayContent add-to-cart-form div.observers span,
div#wdOverlayContent .item-details div.observers span,
div#wdOverlayContent .add-to-cart-information div.startdate span,
div#wdOverlayContent add-to-cart-form div.startdate span,
div#wdOverlayContent .item-details div.startdate span,
div#wdOverlayContent .add-to-cart-information div.period span,
div#wdOverlayContent add-to-cart-form div.period span,
div#wdOverlayContent .item-details div.period span,
div#wdOverlayContent .add-to-cart-information div.quotedprice span,
div#wdOverlayContent add-to-cart-form div.quotedprice span,
div#wdOverlayContent .item-details div.quotedprice span,
div#wdOverlayContent .add-to-cart-information div.family span,
div#wdOverlayContent add-to-cart-form div.family span,
div#wdOverlayContent .item-details div.family span {
  padding: 1em;
  line-height: 1em;
}
@media only screen and (min-width: 0px) and (max-width: 759px) {
  div#wdOverlayContent .add-to-cart-information div.price,
  div#wdOverlayContent add-to-cart-form div.price,
  div#wdOverlayContent .item-details div.price,
  div#wdOverlayContent .add-to-cart-information div.quantity,
  div#wdOverlayContent add-to-cart-form div.quantity,
  div#wdOverlayContent .item-details div.quantity,
  div#wdOverlayContent .add-to-cart-information div.date,
  div#wdOverlayContent add-to-cart-form div.date,
  div#wdOverlayContent .item-details div.date,
  div#wdOverlayContent .add-to-cart-information div.dateEnd,
  div#wdOverlayContent add-to-cart-form div.dateEnd,
  div#wdOverlayContent .item-details div.dateEnd,
  div#wdOverlayContent .add-to-cart-information div.adults,
  div#wdOverlayContent add-to-cart-form div.adults,
  div#wdOverlayContent .item-details div.adults,
  div#wdOverlayContent .add-to-cart-information div.children,
  div#wdOverlayContent add-to-cart-form div.children,
  div#wdOverlayContent .item-details div.children,
  div#wdOverlayContent .add-to-cart-information div.infants,
  div#wdOverlayContent add-to-cart-form div.infants,
  div#wdOverlayContent .item-details div.infants,
  div#wdOverlayContent .add-to-cart-information div.concessions,
  div#wdOverlayContent add-to-cart-form div.concessions,
  div#wdOverlayContent .item-details div.concessions,
  div#wdOverlayContent .add-to-cart-information div.students,
  div#wdOverlayContent add-to-cart-form div.students,
  div#wdOverlayContent .item-details div.students,
  div#wdOverlayContent .add-to-cart-information div.observers,
  div#wdOverlayContent add-to-cart-form div.observers,
  div#wdOverlayContent .item-details div.observers,
  div#wdOverlayContent .add-to-cart-information div.startdate,
  div#wdOverlayContent add-to-cart-form div.startdate,
  div#wdOverlayContent .item-details div.startdate,
  div#wdOverlayContent .add-to-cart-information div.period,
  div#wdOverlayContent add-to-cart-form div.period,
  div#wdOverlayContent .item-details div.period,
  div#wdOverlayContent .add-to-cart-information div.quotedprice,
  div#wdOverlayContent add-to-cart-form div.quotedprice,
  div#wdOverlayContent .item-details div.quotedprice,
  div#wdOverlayContent .add-to-cart-information div.family,
  div#wdOverlayContent add-to-cart-form div.family,
  div#wdOverlayContent .item-details div.family {
    width: 33.333% !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 759px) {
  div#wdOverlayContent .add-to-cart-information div.price,
  div#wdOverlayContent add-to-cart-form div.price,
  div#wdOverlayContent .item-details div.price {
    clear: both;
  }
}
div#wdOverlayContent .add-to-cart-information div.location,
div#wdOverlayContent add-to-cart-form div.location,
div#wdOverlayContent .item-details div.location {
  right: 5em !important;
  top: 0.75em !important;
}
div#wdOverlayContent .add-to-cart-information div.location a,
div#wdOverlayContent add-to-cart-form div.location a,
div#wdOverlayContent .item-details div.location a {
  color: #fff !important;
}
@media only screen and (min-width: 0px) and (max-width: 759px) {
  div#wdOverlayContent .add-to-cart-information div.AdditionalData,
  div#wdOverlayContent add-to-cart-form div.AdditionalData,
  div#wdOverlayContent .item-details div.AdditionalData {
    display: none;
  }
}
div#wdOverlayContent b#wdOverlayClose {
  top: 10px !important;
  right: 10px !important;
}
div#wdOverlayContent div.add-to-cart-form div.addButton a,
div#wdOverlayContent div.item-details div.addButton a,
div#wdOverlayContent div.add-to-cart-form div.removeItem a,
div#wdOverlayContent div.item-details div.removeItem a,
div#wdOverlayContent div.add-to-cart-form div.addProgress a,
div#wdOverlayContent div.item-details div.addProgress a {
  background: #917F69 !important;
  border-radius: 0 !important;
  border: solid 1px #917F69 !important;
  margin-bottom: 1em !important;
}
div#wdOverlayContent div.add-to-cart-form div.addButton a span,
div#wdOverlayContent div.item-details div.addButton a span,
div#wdOverlayContent div.add-to-cart-form div.removeItem a span,
div#wdOverlayContent div.item-details div.removeItem a span,
div#wdOverlayContent div.add-to-cart-form div.addProgress a span,
div#wdOverlayContent div.item-details div.addProgress a span {
  background: none !important;
  padding: 0.5em !important;
}
div#wdOverlayContent div.add-to-cart-form div.addButton a.checkOutNow,
div#wdOverlayContent div.item-details div.addButton a.checkOutNow,
div#wdOverlayContent div.add-to-cart-form div.removeItem a.checkOutNow,
div#wdOverlayContent div.item-details div.removeItem a.checkOutNow,
div#wdOverlayContent div.add-to-cart-form div.addProgress a.checkOutNow,
div#wdOverlayContent div.item-details div.addProgress a.checkOutNow {
  background: #4DB849 !important;
  border: solid 1px #4DB849 !important;
}
div#wdOverlayContent div.add-to-cart-form div.addButton a:hover,
div#wdOverlayContent div.item-details div.addButton a:hover,
div#wdOverlayContent div.add-to-cart-form div.removeItem a:hover,
div#wdOverlayContent div.item-details div.removeItem a:hover,
div#wdOverlayContent div.add-to-cart-form div.addProgress a:hover,
div#wdOverlayContent div.item-details div.addProgress a:hover {
  text-decoration: none !important;
}
@media only screen and (min-width: 0px) and (max-width: 759px) {
  div#wdOverlayContent div.add-to-cart-form div.addButton a,
  div#wdOverlayContent div.item-details div.addButton a,
  div#wdOverlayContent div.add-to-cart-form div.removeItem a,
  div#wdOverlayContent div.item-details div.removeItem a,
  div#wdOverlayContent div.add-to-cart-form div.addProgress a,
  div#wdOverlayContent div.item-details div.addProgress a {
    float: none !important;
    margin: 0 auto 5px auto !important;
  }
}
div.shopping-cart.BE div.cartItems {
  margin-bottom: 1em;
  border-radius: 0 !important;
  background: #fafafa;
  padding: 1em 1em 4em !important;
}
div.shopping-cart.BE div.cartItems div.total {
  position: relative !important;
  right: 0 !important;
  bottom: 0 !important;
  border-top: dashed 2px #ccc !important;
}
div.shopping-cart.BE div.cartItems div.total label {
  font-size: 1em !important;
  padding: 0.5em 0.5em 0.5em 0;
}
div.shopping-cart.BE div.cartItems div.total span {
  font-size: 1em !important;
}
div.shopping-cart.BE div.cartItems div.item {
  padding: 0 0 1em 0 !important;
  margin: 0 !important;
}
div.shopping-cart.BE div.cartItems div.item div.name {
  background: none !important;
  padding-left: 0 !important;
  font-family: "trash";
  font-size: 2em;
  margin-bottom: 0.5em;
}
div.shopping-cart.BE div.cartItems div.item div.name a {
  color: #425A69 !important;
}
div.shopping-cart.BE div.cartItems div.item div.operator {
  padding-left: 0 !important;
}
div.shopping-cart.BE div.cartItems div.item div.date-nights {
  padding-left: 0 !important;
}
div.shopping-cart.BE div.cartItems div.item div.price label {
  line-height: 2em;
  float: right;
  position: static !important;
  padding-right: 3em;
  width: 6em !important;
}
@media only screen and (min-width: 0px) and (max-width: 759px) {
  div.shopping-cart.BE div.cartItems div.item div.price label {
    width: 5em !important;
    padding-right: 0;
  }
}
div.shopping-cart.BE div.cartItems div.item div.remove {
  top: 3em !important;
}
@media only screen and (min-width: 0px) and (max-width: 759px) {
  div.shopping-cart.BE div.cartItems div.item div.remove {
    top: 0 !important;
  }
}
div.shopping-cart.BE div.cartItems div.item div.remove a {
  background-position: -6px -5px !important;
  width: 24px !important;
  height: 24px !important;
}
div.shopping-cart.BE div.cartItems div.checkout {
  right: 1em !important;
  bottom: 10px !important;
}
div.shopping-cart.BE div.cartItems div.checkout a {
  background: #4DB849 !important;
  border-radius: 0 !important;
  border: solid 1px #4DB849 !important;
}
div.shopping-cart.BE div.cartItems div.checkout a span {
  background: none !important;
  padding: 0.5em 1em !important;
}
div.shopping-cart.BE div.noItems {
  margin-bottom: 1em;
  border-radius: 0 !important;
  background: #fafafa;
  padding: 1em !important;
}
@media only screen and (min-width: 0px) and (max-width: 759px) {
  div.booking-gadget.BE div.shopping-cart {
    width: auto !important;
    margin-right: 0 !important;
    float: none !important;
  }
}
div.booking-gadget.BE div.personalDetails {
  border-radius: 0 !important;
}
div.booking-gadget.BE div.personalDetails .required label::after,
div.booking-gadget.BE div.personalDetails legend.required::after {
  content: "";
  border: none;
}
div.booking-gadget.BE div.personalDetails .button a {
  background: #4DB849 !important;
  border-radius: 0 !important;
  border: solid 1px #4DB849 !important;
  font-weight: normal !important;
  padding: 0.5em !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
}
div.booking-gadget.BE div.personalDetails div.BE_error span.validationError {
  line-height: 1em;
}
div.booking-gadget.BE div.personalDetails div.BE_error span.validationError span {
  line-height: 1em !important;
}
@media only screen and (min-width: 0px) and (max-width: 759px) {
  div.booking-gadget.BE div.personalDetails {
    width: auto !important;
    margin-right: 0 !important;
    float: none !important;
  }
}
div.booking-gadget.BE div.ccDetails {
  border-radius: 0 !important;
}
div.booking-gadget.BE div.ccDetails .button a {
  background: #4DB849 !important;
  border-radius: 0 !important;
  border: solid 1px #4DB849 !important;
  font-weight: normal !important;
  padding: 0.5em !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
}
div.booking-gadget.BE div.ccDetails div.BE_error span.validationError {
  line-height: 1em;
}
div.booking-gadget.BE div.ccDetails div.BE_error span.validationError span {
  line-height: 1em !important;
}
@media only screen and (min-width: 0px) and (max-width: 759px) {
  div.booking-gadget.BE div.ccDetails {
    width: auto !important;
    margin: 1em 0 0 !important;
    float: none !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 759px) {
  div.booking-gadget.BE label {
    width: 90% !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 759px) {
  div.booking-gadget.BE input {
    width: auto !important;
  }
}
div.wdDatePicker-Outer table.wdDatePicker_calendar td b,
body div.wdDatePicker-Outer table.wdDatePicker_calendar td i {
  width: auto !important;
  height: auto !important;
}
/* END Bookeasy Styles */
.modal-box {
  position: fixed;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  overflow: hidden;
  z-index: 999;
  opacity: 0;
}
.modal-box.absolute {
  position: absolute;
}
.modal-box.absolute.on .box {
  width: 100%;
  max-width: 500px;
  height: 281px;
}
.modal-box.absolute.on .box iframe {
  width: 100%;
}
.modal-box.on {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
}
.modal-box .box {
  max-width: 800px;
  width: 100%;
  background: #fff;
  color: #FE4598;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.modal-box a.close {
  position: absolute;
  right: 10px;
  top: -30px;
  color: #fff;
}
.modal-box a.close:hover {
  cursor: pointer;
}
.modal-box .fa {
  font-size: 20px;
  color: #fff;
}
.modal-box iframe {
  margin: 0;
  padding: 0;
}
.modal-box.youtube .box {
  width: 540px;
}
.modal-embed {
  position: fixed;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  overflow: hidden;
  z-index: 999;
  opacity: 0;
}
.modal-embed.on {
  position: relative;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
}
.modal-embed .box {
  width: 100%;
  max-width: 540px;
  background: #fff;
  color: #FE4598;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.modal-embed a.close {
  vertical-align: middle;
  position: relative !important;
  text-align: center;
  display: table-cell;
  width: 20%;
  color: #fff;
  background: #A39280;
  margin: 0;
  padding: 0;
  line-height: normal;
  border: 0;
}
.modal-embed a.close:hover {
  cursor: pointer;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.modal-embed a.close:hover .fa {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0);
  position: relative;
  top: 2px;
  left: 2px;
}
.modal-embed .fa {
  font-size: 35px;
  color: #fff !important;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.modal-embed iframe {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 8px solid #fff;
  border-bottom: 0;
}
.modal-embed .title {
  display: table;
  width: 100%;
}
.modal-embed .title .cell {
  vertical-align: middle;
  text-align: left;
  width: 80%;
  display: table-cell;
  background: #917F69;
  padding: 15px 24px;
  color: #fff;
  font-size: 26px;
  font-weight: normal;
  font-family: 'Open Sans', arial, sans-serif;
}
.wm-embed {
  padding: 20px 0 !important;
}
.COP .info .bigButton {
  max-width: 400px;
  margin: auto;
  width: 100%;
}
@-webkit-keyframes pound {
  to {
    transform: scale(1.6);
  }
}
@-moz-keyframes pound {
  to {
    transform: scale(1.6);
  }
}
@-o-keyframes pound {
  to {
    transform: scale(1.6);
  }
}
@keyframes pound {
  to {
    transform: scale(1.6);
  }
}
.searchSelect .col4:hover .title .fa {
  color: #fff;
  -webkit-animation: pound .25s infinite alternate;
  /* Safari 4+ */
  -moz-animation: pound .25s infinite alternate;
  /* Fx 5+ */
  -o-animation: pound .25s infinite alternate;
  /* Opera 12+ */
  animation: pound .25s infinite alternate;
  /* IE 10+, Fx 29+ */
}
@media only screen and (min-width: 0px) and (max-width: 759px) {
  .container {
    width: 90%;
    -webkit-transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -moz-transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -ms-transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -o-transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  }
  .mobile-overlay .fa-close {
    color: #fff;
    font-size: 30px;
    top: 20px;
    right: 20px;
    position: absolute;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h5 {
    word-wrap: break-word;
  }
  h2 {
    font-size: 40px;
  }
  header .col9:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }
  header .logo {
    font-size: 16px;
  }
  header nav ul {
    display: none;
  }
  header nav .icons {
    float: none;
    width: 100%;
    clear: both;
  }
  header nav .icons a {
    width: 32%;
    font-size: 20px;
    line-height: 48px;
  }
  header nav .icons a:hover {
    background: #917F69;
    color: #425a69;
  }
  header nav .container > ul > li {
    width: 33%;
    height: auto;
  }
  header nav .container > ul > li a {
    font-size: 20px;
  }
  header nav .icons .fa {
    width: 32%;
  }
  header .welcome {
    line-height: 17px;
  }
  .find-more .span6,
  .find-more .span4 {
    margin: 0;
  }
  .find-more .item > .text {
    font-size: 12px;
  }
  .find-more .span6 .item .text {
    font-size: 11px;
  }
  .find-more .icon .fa {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 20px;
  }
  .find-more .icon .text .overflow {
    height: 25px;
    line-height: 25px;
  }
  footer .col {
    width: 100%;
    float: none;
    border: 0;
  }
  footer h2 {
    padding: 10px 0;
  }
  footer .buttons {
    margin: 10px 0 0 0;
  }
  .lines-button {
    display: block;
  }
  .parallax,
  .parallax-pane {
    min-height: 200px;
  }
  .parallax h1,
  .parallax-pane h1 {
    font-size: 40px;
  }
  .parallax .find,
  .parallax-pane .find {
    left: 0 !important;
    position: relative !important;
    top: 50% !important ;
    width: 100% !important;
    height: auto !important;
    -webkit-transform: translate(0%, 50%) !important;
    -moz-transform: translate(0%, 50%) !important;
    -o-transform: translate(0%, 50%) !important;
    -ms-transform: translate(0%, 50%) !important;
    transform: translate(0%, 50%) !important;
    max-width: 439px;
  }
  .summary a .title .text {
    font-size: 30px;
    padding: 10px 20px;
  }
  .summary .col4 {
    margin-bottom: 10px;
  }
  .summary-text {
    padding: 10px 20px;
  }
  .cop-summary .item {
    padding-top: 70%;
  }
  .cop-summary .item .overflow {
    max-height: 300px;
  }
  .cop-summary .item .info {
    font-size: 14px;
  }
  .cop-summary .item .map .line1,
  .cop-summary .item .map .line2 {
    font-size: 14px;
    padding-left: 20px;
  }
  .cop-summary .item .map .fa {
    font-size: 20px;
  }
  .cop-summary .item .title {
    padding: 10px 20px;
    min-height: 0;
  }
  .cop-summary .item .heading {
    font-size: 16px;
  }
  .cop-summary .item:hover .heading {
    padding-bottom: 3px;
    font-size: 16px;
  }
  .cop-summary .item:hover .title {
    padding: 10px;
  }
  .cop-summary .item:hover .info {
    max-width: 85%;
    max-height: 500px;
  }
  .cop-summary .item:hover .map {
    padding-top: 3px;
  }
  .cop-summary .icons {
    right: 5px;
  }
  .cop-summary .icons a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    font-size: 20px;
    margin-top: 12px;
    border-width: 1px;
    position: relative;
  }
  .discover-nav {
    padding: 20px 0;
  }
  .discover-nav a {
    font-size: 13px;
    width: 20%;
    margin-bottom: 10px;
  }
  .discover-nav .fa {
    font-size: 16px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .share {
    float: none;
    clear: both;
  }
  .share .text {
    font-size: 20px;
  }
  .share .fa {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }
  .wffg-home .video .play {
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    border-radius: 80px;
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
  .wffg-home .video .play .text {
    font-size: 20px;
  }
  .wffg-home .search-box .filter .col2:nth-child(3n+4) {
    margin-left: 0;
  }
  .wffg-home .search-box .filter .col2 {
    margin-bottom: 0;
  }
  .wffg-home .search-box .filter .searchNav {
    width: 150px;
  }
  .wffg-home .search-box .type {
    padding: 10px 10px 0;
  }
  .wffg-home .search-box .type label {
    font-size: 13px;
  }
  .wffg-home .search-box .open-on {
    padding: 0px 10px 10px;
  }
  .wffg-home .search-box .open-on label {
    font-size: 13px;
  }
  .carousel-container .home-carousel .owl-item > div .text {
    font-size: 20px;
    padding: 5px 15px;
  }
  .carousel-container .prev .fa,
  .carousel-container .next .fa {
    font-size: 50px;
  }
  .carousel-container .prev,
  .carousel-container .next {
    top: 25%;
  }
  .parallax,
  .home-paralax,
  .parallax-pane {
    background-position: bottom center !important;
    background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .center h2 {
    font-size: 36px;
    padding: 30px 0;
  }
  .center h3 {
    font-size: 16px;
  }
  .center h4 {
    font-size: 15px;
    display: block;
    width: 100%;
  }
  .center h4:before,
  .center h4:after {
    display: none;
  }
  .share .fa:first-child {
    clear: left;
  }
  .share .text {
    clear: both;
    float: none;
    display: block;
  }
  .breadcrumbs .fa {
    padding: 0 4px;
  }
  .breadcrumbs a {
    font-size: 13px;
  }
  button.yellow {
    font-size: 16px;
    padding: 10px 20px;
  }
  button.yellow .fa {
    font-size: 19px;
  }
  button.yellow.right {
    float: none;
  }
  header nav .icons.search-open .search-box {
    width: 66%;
  }
  header nav .icons.search-open .search-box .iconSearch {
    width: 33%;
  }
  ul.social-nav li {
    margin: 0 0 1px 0 !important;
  }
  .infoBlock > .center h4 {
    padding-bottom: 0;
    font-size: 20px;
  }
  div.details-gadget.BE div.priceGrid table,
  div.details-gadget.BE div.priceGrid thead,
  div.details-gadget.BE div.priceGrid tbody,
  div.details-gadget.BE div.priceGrid th,
  div.details-gadget.BE div.priceGrid td,
  div.details-gadget.BE div.priceGrid tr {
    display: block;
  }
  div.details-gadget.BE div.priceGrid td {
    border: none;
    position: relative;
    padding-top: 1px;
    width: auto !important;
  }
  div.details-gadget.BE div.priceGrid td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    white-space: nowrap;
  }
  div.details-gadget.BE div.priceGrid thead {
    display: none;
  }
  div.details-gadget.BE div.priceGrid table tbody tr td.total a {
    clear: both;
  }
  div.embedded-search div.search-gadget.BE div.product,
  div.embedded-search div.search-gadget.BE div.date,
  div.embedded-search div.search-gadget.BE div.period,
  div.embedded-search div.search-gadget.BE div.adults,
  div.embedded-search div.search-gadget.BE div.children,
  div.embedded-search div.search-gadget.BE div.infants,
  div.embedded-search div.search-gadget.BE div.concessions,
  div.embedded-search div.search-gadget.BE div.students,
  div.embedded-search div.search-gadget.BE div.observers,
  div.embedded-search div.search-gadget.BE div.family {
    float: none !important;
    width: 100% !important;
  }
  div.region-gadget.BE div.prices-grid div.type-group table,
  div.region-gadget.BE div.prices-grid div.type-group thead,
  div.region-gadget.BE div.prices-grid div.type-group tbody,
  div.region-gadget.BE div.prices-grid div.type-group th,
  div.region-gadget.BE div.prices-grid div.type-group td,
  div.region-gadget.BE div.prices-grid div.type-group tr {
    display: block;
  }
  div.region-gadget.BE div.prices-grid div.type-group td {
    border: none;
    position: relative;
    padding-top: 1px;
    width: auto !important;
  }
  div.region-gadget.BE div.prices-grid div.type-group td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    white-space: nowrap;
  }
  div.region-gadget.BE div.prices-grid div.type-group thead {
    display: none;
  }
}
@media only screen and (min-width: 760px) and (max-width: 989px), (orientation: portrait) and (min-width: 760px) and (max-width: 979px) {
  .container {
    width: 760px;
    -webkit-transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -moz-transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -ms-transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -o-transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  }
  .mobile-nav,
  .mobile-overlay {
    display: block;
  }
  .mobile-overlay .fa-close {
    color: #fff;
    font-size: 30px;
    top: 20px;
    right: 20px;
    position: absolute;
  }
  header nav ul {
    display: none;
  }
  header nav .icons {
    float: none;
    width: 100%;
    clear: both;
  }
  header nav .icons .fa {
    width: 33%;
  }
  header nav .icons .fa:hover {
    background: #917F69;
    color: #425a69;
  }
  header nav .container > ul > li {
    width: 33%;
  }
  .find-more .bg .text {
    font-size: 18px;
  }
  .find-more .span6 .item .text {
    font-size: 12px;
  }
  footer .buttons .offers-button .text {
    font-size: 15px;
  }
  footer .buttons .offers-button .text .fa {
    font-size: 20px;
    padding: 0 5px;
  }
  footer .buttons a {
    font-size: 16px;
  }
  footer .buttons a .fa {
    font-size: 20px;
    padding: 0 5px;
  }
  .lines-button {
    display: block;
    width: 100%;
  }
  .parallax {
    min-height: 200px;
  }
  .parallax h1 {
    font-size: 60px;
  }
  .summary a .title .text {
    font-size: 26px;
    padding: 10px 20px;
  }
  .discover-nav a {
    font-size: 16px;
  }
  .discover-nav .fa {
    font-size: 25px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .wffg-home .search-box .type {
    padding: 10px 10px 0;
  }
  .wffg-home .search-box .type label {
    font-size: 10px;
  }
  .wffg-home .search-box .type input {
    margin-right: 4px;
  }
  .wffg-home .search-box .open-on {
    padding: 0px 10px 10px;
  }
  .wffg-home .search-box .open-on label {
    font-size: 10px;
  }
  .wffg-home .search-box .open-on input {
    margin-right: 4px;
  }
  .wffg-home .search-box .filter .col2:nth-child(3n+4) {
    margin-left: 0;
    margin-bottom: 0;
  }
  .follow .fa {
    width: 33.33333333%;
    border-bottom: 3px solid #fff;
  }
  .follow .fa:nth-child(3n+4) {
    border-left: 0;
  }
  button.yellow {
    font-size: 20px;
    padding: 10px 20px;
  }
  button.yellow .fa {
    font-size: 24px;
  }
  .opListPhoto {
    max-width: 100%;
    height: auto;
  }
  header .top .col9,
  header .top .col3 {
    width: 49%;
  }
  .social-nav .name {
    font-size: 13px;
  }
  .tabSocial .newsImage {
    float: none;
    clear: both;
    margin: auto;
    text-align: center;
  }
}
@media only screen and (min-width: 980px) and (max-width:1199px) and (orientation: landscape) {
  .summary a .text {
    font-size: 25px;
  }
}
@media only screen and (min-width: 980px) and (max-width:1199px) {
  header .welcome {
    font-size: 11px;
  }
  .container {
    width: 980px;
    -webkit-transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -moz-transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -ms-transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -o-transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  }
  .find-more .bg .text {
    font-size: 16px;
  }
  .find-more .span6 .item .text {
    font-size: 13px;
  }
  .find-more .span4 {
    width: 50%;
  }
  .find-more .span4:last-child {
    width: 100%;
  }
  .find-more .span4:last-child > .item {
    display: none;
  }
  .find-more .span4:last-child .span6 {
    width: 50%;
  }
  footer .buttons .offers-button .text {
    font-size: 15px;
  }
  footer .buttons .offers-button .text .fa {
    font-size: 30px;
    padding: 0 10px;
  }
  footer .buttons a {
    font-size: 18px;
  }
  footer .buttons a .fa {
    font-size: 30px;
    padding: 0 10px;
  }
  .wffg-home .search-box .type {
    padding: 10px 10px 0;
  }
  .wffg-home .search-box .type label {
    font-size: 13px;
  }
  .wffg-home .search-box .open-on {
    padding: 0px 10px 10px;
  }
  .wffg-home .search-box .open-on label {
    font-size: 13px;
  }
  .carousel-container .home-carousel .owl-item > div .text {
    font-size: 30px;
  }
  .summary a .text {
    font-size: 25px;
  }
  header nav .icons > .fa {
    width: 76px;
  }
  header .button {
    font-size: 13px;
  }
  .social-nav .name {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1200px) and (max-width:1599px) {
  .container {
    width: 1200px;
    -webkit-transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -moz-transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -ms-transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -o-transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  }
  .find-more .span6 .item .text {
    font-size: 11px;
  }
  .find-more .span4 {
    width: 50%;
  }
  .find-more .span4:last-child {
    width: 100%;
  }
  .find-more .span4:last-child > .item {
    display: none;
  }
  .find-more .span4:last-child .span6 {
    width: 50%;
  }
  footer .buttons .offers-button .text {
    font-size: 18px;
  }
  footer .buttons .offers-button .text .fa {
    font-size: 30px;
  }
  footer .buttons a {
    font-size: 20px;
  }
  footer .buttons a .fa {
    font-size: 30px;
  }
  .cop-summary .item .info {
    font-size: 13px;
  }
  .cop-summary .item:hover .heading {
    padding-bottom: 0;
    font-size: 16px;
  }
  .cop-summary .item .map .line1,
  .cop-summary .item .map .line2 {
    font-size: 13px;
    padding-left: 20px;
  }
  .cop-summary .item .map .fa {
    font-size: 24px;
  }
  .cop-summary .icons a {
    width: 55px;
    height: 55px;
    line-height: 55px;
    -webkit-border-radius: 55px;
    -moz-border-radius: 55px;
    border-radius: 55px;
    font-size: 35px;
  }
  .wffg-home .search-box .type {
    padding: 35px 25px 0;
  }
  .wffg-home .search-box .open-on {
    padding: 0px 25px 35px;
  }
  .parallax {
    min-height: 300px;
  }
  header nav .icons > .fa {
    width: 93px;
  }
  header .button {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1600px) {
  .container {
    width: 1600px;
    -webkit-transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -moz-transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -ms-transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -o-transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  }
  header nav .icons > .fa {
    width: 124px;
  }
}