/********************************* FONTS *************************************/
/* ADD FONT */

.batkebold {font-family:'Batke W00 Bold';}
.alphareg {font-family:'Alpha W01 Regular';}
.alphaitalic {font-family:'Alpha W01 Italic';}
.alphabold {font-family:'Alpha W01 Bold';}
.batkereg {font-family:'Batke W00 Regular';}
.fertigo {font-family:'Fertigo W01 Regular';}

/********************************  MAIN.CSS  *********************************/
.wrapper {
  background-color: #f8f7f0;
  width: 100%;
  margin: 0 auto;
  display: block;
  position: relative;
  font-family:'Alpha W01 Regular';
  font-size: 0.938rem;
  line-height: 1.500rem;
}
h1 {
  color: #00add5;
  font-family:'Fertigo W01 Regular';
  font-size: 2.500rem;
  line-height: 2.200rem;
  letter-spacing: -0.25px;
}
h2 {
  color: #e4801d;
  font-family:'Batke W00 Regular';
  font-size: 1.563rem;
  line-height: 30px;
  }
h3 {
  color: #413c37;
  font-family:'Fertigo W01 Regular';
  font-size: 1.375rem;
}
h4 {
	color: #413c37;
	font-family:'Fertigo W01 Regular';
 	font-size: 1.125rem;
}
h5 {
  color: #413c37;
  font-family:'Alpha W01 Regular';
  font-size: 1.500rem;
}
h6 {
  color: #413c37;
  font-family:'Batke W00 Regular';
  font-size: 1.500rem;
}
p, ul, li {
	font-family:'Alpha W01 Regular';
  font-size: 0.938rem;
  line-height: 1.500rem;
  color: #413c37;
}
p.intro { line-height: 1.750rem;}
img { border: medium none;}
a, a:link, a:visited, a:focus {
	border: medium none;
	color: #f8a83f;
	outline: 0 none;
	text-decoration: none;
}
a:hover {
	border: medium none;
	opacity: 0.85;
  color: #f8a83f;
	text-decoration: none;
}
.clear { 	clear: both; line-height: 1px;	visibility: hidden;}
.row { max-width: 76.875rem;}
.column, .columns { padding-left: 1.125rem; padding-right: 1.125rem;}

/**table**/
table tr:nth-child(odd){
  background-color: #ede8db;
}
table tr:nth-child(even){
  background-color: #ffffff;
}
table td{
  border: solid 1px #f2eace;
}
table thead > tr:nth-child(n){
   background-color: #ffffff;
}
table th{
  border: solid 1px #f2eace;
}
/**containers**/
.layout-panel { padding-top: 1.875rem; padding-bottom: 1.875rem;}
.layout-panel.bg-yellow { background: url('/includes/public/assets/images/yellow-bg.jpg') repeat 0 0;}
.layout-panel.bg-highlights { background: url('/includes/public/assets/images/highlights-bg.jpg') repeat-x 0 bottom;}
.body-section{}

/*** HEADER ***/
.header-section { z-index: 2000;}
.header-section .headerRow {position: relative; z-index: 999;}

/*desktop header*/
.header-section .header-left {
	background: none repeat scroll 0 0 #f7f7f0;
    box-shadow: 1px 1px 7px rgba(81, 51, 13, 0.25);
    display: inline-block;
    float: left;
    left: -58%;
    min-height: 164px;
    padding: 20px;
    position: absolute;
    top: 0;
   /* width: 100%;*/
    width: 98vw;
    z-index: 10;
}
.header-section .header-left .end {
	position: absolute;
    right: -67px;
    top: 0;
}
.header-section .header-left .logo a {
  background-image: url("/includes/public/assets/images/logo.png");
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  height: 103px;
  position: relative;
  width: 401px;
  float: right;
  right: 0px;
}
.header-section .header-right {
	background: url("/includes/public/assets/images/header-bg.jpg") repeat 0 0;
	width: 100%;
	min-height: 155px;
}

.header-section .header-right .header-right-position {
	width: 100%;
	text-align: right;
	float: right;
	box-sizing: border-box;	
}

.header-section .header-right .header-right-position .top-cont {
	min-height: 60px;
	clear: both;
	float: right;
}

.header-section .header-right .search,
.header-section .header-right .weather,
.header-section .header-right .itinerary {
	display: inline-block;	
	width: 90px;
}

/* Search */
.header-section .header-right .search {padding: 0 30px 0 0;}

/* Weather */
.header-section .header-right .weather {padding: 0 15px;}

/* Trip Planner */

.header-section .header-right .itinerary {
    padding: 0 0 0 15px;
    position: relative;
    right: 12px;
    text-align: left;
    top: 10px;
}

/** NAVIGATION **/

.primary-nav-cont,
 .city-nav-cont {padding-right: 50px;}

 .primary-nav-cont .primary-nav .item .primary-nav-pipe,
 .industry-nav-cont .item-cont .industry-nav-pipe {display: inline-block; color: #d8cbbe;}

/* Industry Nav */

.industry-nav-cont {
	display: inline-block;
	max-width: 350px;
	padding-top: 10px;
  margin: 0;
}

.industry-nav-cont .item-cont {display: inline-block;}

.industry-nav-cont .item-cont a {
	font-family:'Alpha W01 Regular';
  	font-size: 16px;
	color: #00add5;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0 10px;
}

.industry-nav-cont .item-cont:first-child .industry-nav-pipe {display: none;}

.industry-nav-cont .item-cont .sub-cont,
.industry-nav-cont .item-cont i.fa-angle-right {display: none;}

/* Primary Nav */

.primary-nav-cont {
	clear: both;
    min-height: 54px;
    padding-top: 25px;
    vertical-align: middle;
    width: 100%;
}
.primary-nav-cont .primary-nav {position: relative;}
.primary-nav-cont .primary-nav .item {display: inline-block; vertical-align: middle; height: 40px;}
.primary-nav-cont .primary-nav .item:hover {border-bottom: 15px solid #f7f7f0;}
.primary-nav-cont .primary-nav .item:hover,
.primary-nav-cont .primary-nav .item.open {color: #ec1a24;}
.primary-nav-cont .primary-nav .item a {
	font-family:'Alpha W01 Regular';
  	font-size: 24px;
  	font-weight: normal;
  	color: #0f252c;
  	padding: 0 12px 0 15px;
  	vertical-align: bottom;
  	text-transform: uppercase;
}

.primary-nav-cont .primary-nav .item a.first-lvl:hover,
.primary-nav-cont .primary-nav .item.selected a.first-lvl {color: #ec1a24;}

.primary-nav-cont .primary-nav .item:first-child .primary-nav-pipe {display: none;}

/* DROPDOWN */
.primary-nav-cont .primary-nav .item .dropdown {
    background-color: #f7f7f0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 7px 5px rgba(0, 0, 0, 0.1);
    display: none;
    right: 0px;
    overflow: hidden;
    padding: 10px 5px;
    position: absolute;
    top: 40px;
    width: 700px;
    z-index: 30;
}
.primary-nav-cont .primary-nav > .item:hover .dropdown { display: block; }
.primary-nav-cont .primary-nav .drop-item { 
	display: inline-block;
    float: left;
    margin: 0 10px;
    overflow: hidden;
    padding: 10px 0;
    text-align: left;
    width: 200px;
}
/*.navPrimary .dropItem.last {border: 0 none;}*/
.primary-nav-cont .primary-nav .drop-image { 
	display: inline-block;
    float: left;
    height: 179px;
    margin: 5px 0 5px 10px;
    position: relative;
}
.primary-nav-cont .primary-nav .drop-image .title {
	background: rgba(15, 37, 44, 0.8);
	font-family:'Fertigo W01 Regular';
	font-size: 15px;
	color:  #fff;
	text-transform: uppercase;
	border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    position: absolute;
    bottom: 0;
    padding: 10px;
    width: 100%;
    text-align: left;
}
.primary-nav-cont .primary-nav .drop-image img {border-radius: 20px;}
.primary-nav-cont .primary-nav .drop-item-cont {float: left; width: 450px;}
.primary-nav-cont .primary-nav .drop-item .drop-content { float: left; max-width: 167px;}
.primary-nav-cont .primary-nav .drop-item .drop-title { }
.primary-nav-cont .primary-nav .drop-item .drop-title a {font-family:'Alpha W01 Regular'; font-size: 18px; text-transform: none; display: block;}
.primary-nav-cont .primary-nav .drop-item .drop-title a:hover {color: #ec1a24;}

/* City/Town Nav */

.city-nav-cont {
	background-color: #ec1a24;
	min-height: 30px;
	padding-left: 30px;
	width: 100%;
	display: block;
	padding-top: 2px;
}
.city-nav-cont .item {display: inline-block;}
.city-nav-cont .item a {
	font-family:'Alpha W01 Regular';
	font-size: 14px;
	color: #fff;
	padding: 0 4px 0 2px;
}

.city-nav-cont .item .city-nav-dot {
    font-family: 'Times New Roman';
    color: #cf0b2d;
    display: inline-block;
    font-size: 50px;
    padding-right: 5px;
    vertical-align: bottom;
}
.city-nav-cont .item:first-child .city-nav-dot {display: none;}

/* Footer Nav */

.footer-nav-cont {padding-top: 20px;}
.footer-nav-cont .item {display: inline-block;}
.footer-nav-cont .item a {color: #000;}
.footer-nav-cont .item span {
    color: #bbb;
    display: inline-block;
    font-size: 48px;
    line-height: 15px;
    padding: 0 9px 0 7px;
    position: relative;
    top: 10px;
}

.footer-nav-cont .item:first-child span {display: none;}

/* Mobile Nav */

.mobilenav { 
    height: 54px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 20002;
}
.mobilenav .mobile-top-bar {
  width: 100%;
  height: 10px;
  display: block;
}
.mobilenav .logo-mobile {
    background: #fff;
    box-shadow: 0 -4px 8px rgba(81, 51, 13, 0.25);
    display: block;
    height: 97px;
    left: 0px;
    margin: 0 auto;
    position: relative;
    top: 0px;
    width: 100%;
    z-index: 9;
    text-align: center;
    padding-top: 10px;
}
.mobilenav .logo-mobile img {width: 320px;}
.mobilenav .logo-mobile a {
	display: block;
    height: 97px;
    margin: 0 auto;
    text-align: center;
    width: 320px;
}
.mobilenav .dl-menuwrapper {  
    right: 0;
    position: relative;
    /*top: 60px;*/
  height: 54px;
  line-height: 54px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: 50% 200%;
  perspective-origin: 50% 200%;
  z-index: 20002;
}
.mobileHeader.active .dl-menuwrapper {background-color: #f7f7ef;}

.mobilenav .menu-icon {
    background: url("/includes/public/assets/images/hamburger.png") no-repeat scroll 60px 0 rgba(0, 0, 0, 0);
    color: #fff;
    cursor: pointer;
    display: block;
    height: 42px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 12px;
    width: 130px;
    z-index: 99;
}
.mobilenav .menu-icon a {
    color: #161b20;
    cursor: pointer;
    display: block;
    font-family: "Alpha W01 Regular";
    font-size: 24px;
    height: 42px;
    line-height: 42px;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    top: -5px;
    width: 125px;
}

.mobilenav .menu-icon.dl-active {background: url("/includes/public/assets/images/menu-close.png") no-repeat scroll 70px 0 rgba(0, 0, 0, 0);}
.mobilenav .menu-icon.dl-active a span:after {display: none;}

.mobilenav ul.dl-menu {
    background: #f7f7ef;
    position: relative;
    top: 0px;
    padding-top: 54px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.mobilenav ul.dl-menu li { 
    background-color: #f7f7ef;
    float: none;
    overflow: hidden;
    position: relative;
    list-style-type: none;
    width: 96%;  
    border-bottom: 1px dashed #cac0b4;    
}
.mobilenav ul.dl-menu li a {margin: 0 15px;}
.mobilenav ul.dl-menu li.mobile-item:hover,
.mobilenav ul.dl-menu li.mobile-item:active {color: #ec1a24;}
/* Add arrow to parent items with children*/
.mobilenav ul.dl-menu li.has-submenu .fa-angle-right {
    color: #58595b;
    display: block;
    height: 16px;
    position: absolute;
    right: 15px;
    top: 10px;
    width: 10px;
    font-size: 20px;
}

/* Industry Mobile Nav */

.mobilenav ul.dl-menu li.item-cont {border-bottom: 1px dashed #cac0b4;}
.mobilenav ul.dl-menu li.item-cont:last-child {border: 0 none;}
.mobilenav ul.dl-menu li.item-cont a {
    font-size: 17px;
    text-transform: none;    
}
.mobilenav ul.dl-menu li.item-cont .industry-nav-pipe {display: none;}

/* City Mobile Nav */

.mobilenav ul.dl-menu .city-nav-columns {
	background-color: #ec1a24;
	padding: 10px 15px;
	text-align: left;
  position: relative;
  top: -1px;
}

.mobilenav ul.dl-menu .city-nav-columns .item-city {
	display: inline-block;
	text-align: left;
	min-width: 140px;
}
.mobilenav ul.dl-menu .city-nav-columns .item-city .city-nav-dot {
  font-family: 'Times New Roman';
	display: inline-block;
	font-size: 50px;
	margin: 0 5px 0 0;
  color: #cf0b2d;
}
.mobilenav ul.dl-menu .city-nav-columns .item-city a {color: #fff; line-height: 22px; vertical-align: top;}

/* Widgets in mobile nav */

.mobilenav ul.dl-menu li.mobile-weather,
.mobilenav ul.dl-menu li.mobile-tripplanner,
.mobilenav ul.dl-menu li.site-search-cont {border: 0 none; display: inline-block; width: 100px;}

.mobilenav ul.dl-menu li.mobile-tripplanner {width: 129px;}
.mobilenav ul.dl-menu li.mobile-tripplanner .trip-title {font-family: "Alpha W01 Regular"; font-size: 13px; padding-left: 33px;}

.mobilenav ul.dl-menu li.site-search-cont {padding-bottom: 20px; width: 95%; display: block; clear: both;}

/* Hide arrow on LI when parent is active */
.mobilenav ul.dl-menu li.has-submenu.dl-subviewopen {
  background-image: none;
}
.mobilenav ul.dl-menu li > a,
.mobilenav ul.dl-menu li ul li > a {
  color: #0f252c;
  font-family: "Alpha W01 Regular";
  font-size:20px;
  line-height: 28px;
  text-decoration:none;
  padding: 8px 0 6px;
  text-transform: uppercase;
  display: block;
  position: relative;
  outline: none;
  text-align: left;
}

.mobilenav ul.dl-menu li.has-dropdown > a,
.mobilenav ul.dl-menu li ul li.has-dropdown > a {
}

.mobilenav ul.dl-menu li.has-dropdown ul li a {
  width: 98%;
  padding-right: 5px;
}

.mobilenav ul.dl-menu li:hover:not(.has-form) > a {}

.mobilenav ul li > a:hover,
.mobilenav ul.dl-menu li ul li > a:hover,
.mobilenav ul.dl-menu li:hover > a {}
.mobilenav .dl-menuwrapper .dl-menu {
  margin: 0;
  position: absolute;
  width: 100%;
  max-width: 375px;
  right: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.mobilenav .dl-menuwrapper .dl-menu.dl-menu-toggle {
  transition: all 0.3s ease;
}

.mobilenav .dl-menuwrapper .dl-menu.dl-menuopen {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

/* Hide the inner submenus */
.mobilenav ul.dl-menu li.dl-back > a {font-size: 16px; text-transform: uppercase; opacity: 0.7;}

.mobilenav .dl-menuwrapper ul.dl-menu li .dl-submenu {
  display: none;
  margin-left: 0;
}

/* Color the parent nav a different color when children are visible and hide arrow */
.mobilenav .dl-menuwrapper ul.dl-menu .dl-parent {
  background-color: #f0f0f0;
  background-image: none;
}

.mobilenav .dl-menuwrapper ul.dl-menu .dl-parent a {
  color: #ec1a24;
}

/* 
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link. 
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.mobilenav .dl-menu.dl-subview li,
.mobilenav .dl-menu.dl-subview li.dl-subviewopen > a,
.mobilenav .dl-menu.dl-subview li.dl-subview > a {
  display: none;
}

.mobilenav .dl-menu.dl-subview li.dl-subview,
.mobilenav .dl-menu.dl-subview li.dl-subview .dl-submenu,
.mobilenav .dl-menu.dl-subview li.dl-subviewopen,
.mobilenav .dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.mobilenav .dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
  display: block;
}

/* Dynamically added submenu outside of the menu context NEEDS styling for transition */
.mobilenav .dl-menuwrapper > .dl-submenu {
  background: #fff url(/includes/public/assets/images/sub-menu-dd-btm-bg.jpg) repeat-x bottom center; 
  position: absolute;
  width: 100%;
  top: 68px;
  left: 0;
  list-style: none;
  list-style-type: none;
  margin: 0;
}
.mobilenav .dl-menuwrapper > .dl-submenu li {
  list-style-type: none;
  border-bottom: 1px solid #ff9933;
}

.mobilenav .dl-menuwrapper > .dl-submenu li a {
  display: block;
    font-family:'HelveticaNeueW01-95Blac';
    font-size: 15px;
    font-weight: 300;
    line-height: 28px;
    outline: medium none;
    padding: 8px 0 6px 15px;
    color: #fff;
}

/* mobile industry nav */
.mobilenav ul.dl-menu li.item-topnav > a, 
.mobilenav ul.dl-menu li.item-topnav ul li > a {
  font-family:'HelveticaNeueW01-45Ligh';
  font-weight: bold;
  font-size: 16px;
  color: #80400b;
  text-transform: lowercase;
}

/* mobile social nav */
.mobilenav .social {
    background-color: #210d00;
    padding-right: 20px;
}

.mobilenav .social ul {margin: 0 auto; text-align: center;}

.mobilenav .social ul li {border: 0 none; display: inline-block; height: auto; width: auto;}

/* Animation classes for moving out and in - THERE ARE MORE OPTIONS THAN WHAT IS BELOW */

.dl-menu.dl-animate-out-2 {
  -webkit-animation: MenuAnimOut2 0.3s ease-in-out;
  animation: MenuAnimOut2 0.3s ease-in-out;
}

@-webkit-keyframes MenuAnimOut2 {
  0% { }
  100% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
}

@keyframes MenuAnimOut2 {
  0% { }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
}

.dl-menu.dl-animate-in-2 {
  -webkit-animation: MenuAnimIn2 0.3s ease-in-out;
  animation: MenuAnimIn2 0.3s ease-in-out;
}

@-webkit-keyframes MenuAnimIn2 {
  0% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes MenuAnimIn2 {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
  -webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
  animation: SubMenuAnimIn2 0.3s ease-in-out;
}

@-webkit-keyframes SubMenuAnimIn2 {
  0% {
    -webkit-transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes SubMenuAnimIn2 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
  -webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
  animation: SubMenuAnimOut2 0.3s ease-in-out;
}

@-webkit-keyframes SubMenuAnimOut2 {
  0% {
    -webkit-transform: translateX(0%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(100%);
    opacity: 1;
  }
}

@keyframes SubMenuAnimOut2 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 1;
  }
}

/* Interior Sidenav */

.nav-side {background-color: #fff; border-radius: 10px; padding: 10px; margin-bottom: 20px;}

.nav-side .nav-side-cont {
    background-color: #d5ede8;
    border-radius: 10px;
    padding: 20px 0;
}

.nav-side .nav-side-cont .item {position: relative;}

.nav-side .nav-side-cont .item a {
    color: #0f252c;
    display: block;
    font-family: "Alpha W01 Regular";
    font-size: 18px;
    line-height: 25px;
    min-height: 35px;
    padding: 4px 20px;
}

.nav-side .nav-side-cont .item a:hover,
.nav-side .nav-side-cont .item.selected a.selected {
    background: #b8e4e5; /* Old browsers */
    background: -moz-linear-gradient(left,  #b8e4e5 0%, #16b4d6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#b8e4e5), color-stop(100%,#16b4d6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #b8e4e5 0%,#16b4d6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #b8e4e5 0%,#16b4d6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #b8e4e5 0%,#16b4d6 100%); /* IE10+ */
    background: linear-gradient(to right,  #b8e4e5 0%,#16b4d6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8e4e5', endColorstr='#16b4d6',GradientType=1 ); /* IE6-9 */

    color: #00add5;
}

.nav-side .item .container .fa-angle-right,
.nav-side .item .container .fa-angle-down {display: none;}
.nav-side .item .container.has-dropdown .fa-angle-right,
.nav-side .item .container .item-open {display: inline-block;}

.nav-side .item .container .fa-angle-right,
.nav-side .item .container .fa-angle-down,
.nav-side .item .container.has-dropdown .fa-angle-right,
.nav-side .item .container .item-open {
    color: #00add5;
    cursor: pointer;
    font-size: 24px;
    height: 20px;
    margin-right: 0;
    position: absolute;
    right: 0px;
    top: 3px;
    width: 20px;
}
.nav-side .item .container .fa-angle-down {right: 5px;}

.nav-side .item .container .item-open {
    background: url("/includes/public/assets/images/intnav-active.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    display: none;
    height: 20px;
    right: 8px;
    top: 8px;
    width: 19px;
}

.nav-side .item.selected .container .item-open,
.nav-side .item .container.has-dropdown .fa-angle-right,
.nav-side .item.open.displayopen .container .fa-angle-down,
.nav-side .item.active .container .fa-angle-down {display: inline-block;}

.nav-side .item.selected .container .fa-angle-right,
.nav-side .item.open.displayopen .container .fa-angle-right,
.nav-side .item.active .container .fa-angle-right,
.nav-side .item.displayopen .container .children .container .fa-angle-right,
.nav-side .item.active .container .children .fa-angle-down,
.nav-side .item.selected.open.displayopen .container .fa-angle-down {display: none;}

.nav-side .item.open.displayopen .container .fa-angle-right {color: #fff;}

.nav-side .item .children {position: relative; display: none; width: 100%;}
.nav-side .item.selected .container .children,
.nav-side .item .container > .children .item,
.nav-side .item.displayopen .container .children,
.nav-side .item.active .container .children {display: block; width: 100%;}
.nav-side .item .container > .children .item a {
    color: #00add5;
    font-size: 14px;
    font-style: italic;
    line-height: 18px;
    min-height: 25px;
    padding-left: 30px;
}

.nav-side .item .container .children .item-open {top: 3px;}

.nav-side .item.open.displayopen .container .children .fa-angle-down {display: none;}

.nav-side .item.selected .container .children .container .item-open {display: none;}
.nav-side .item .container .children .container .item.selected .item-open {display: block;}

/**footer**/
.footer-section{
    display: inline-block;
    background-color: #f7f7f0;
    width: 100%;
}

.footer-row {padding-top: 20px;}

.footer-logo {float: left; text-align: center; padding-top: 20px;}
.footer-section .footer-info-mobile {
    display: block;
    position: relative;
    top: 20px;
}
.footer-section .footer-info .company,
.footer-section .footer-info .address {
	font-family:'Alpha W01 Regular';
	font-size: 15px;
	clear: both;
}
.footer-section .footer-info .company {font-family:'Alpha W01 Bold'; font-size: 15px;}
.footer-right {float: left; text-align: right;} 
.footer-right .footer-row { width: 100%; height: auto; clear: both;}
.footer-right .logos {padding: 30px 40px 0 0;}
.footer-right .logos img{ margin-bottom: 20px;}

.footer-copyright {
  background: url("/includes/public/assets/images/header-bg.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
  font-size: 14px;
  line-height: 42px;
  margin-top: 30px;
  text-align: center;
}
.footer-copyright .copyright-pipe {padding: 0 15px;}
.social-launch-pad {
  background: rgb(25,118,175); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(25,118,175,1) 0%, rgba(24,53,124,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(25,118,175,1)), color-stop(100%,rgba(24,53,124,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(25,118,175,1) 0%,rgba(24,53,124,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(25,118,175,1) 0%,rgba(24,53,124,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(25,118,175,1) 0%,rgba(24,53,124,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(25,118,175,1) 0%,rgba(24,53,124,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1976af', endColorstr='#18357c',GradientType=0 ); /* IE6-9 */

  width: 100%;
  height: auto;
  min-height: 125px;
  z-index: 22;
  position: relative;  
}

.social-launch-pad .social-hub {float: left;}

.social-launch-pad .social-title {margin-right: 30px; display: inline-block; height: 116px;}
.social-launch-pad .social-title a {
    font-family:'Fertigo W01 Regular';
    font-size: 25px;
    color: #fff;
    float: left;
    padding: 26px 0 1px 0;
  }
 @media only screen and (max-width: 1268px){ 
  .social-launch-pad .social-title {height: 108px;}
  .social-launch-pad .social-title a {padding:14px 0 0 0;}
}
@media only screen and (max-width: 640px){ 
  .social-title {height: 110px;}
}

.social-launch-pad .social-title a:hover {color: #c1d72f;}

.social-launch-pad .social-icons {display: inline-block; max-width: 400px; position: relative; bottom: 28px;}
.social-launch-pad .social-icons .social-link {margin-left: 5px;}
.social-launch-pad .social-icons:first-child,
.social-launch-pad .social-icons:first-child {margin-left: 0;}
.social-launch-pad .social-icons .facebook,
.social-launch-pad .social-icons .twitter,
.social-launch-pad .social-icons .pinterest,
.social-launch-pad .social-icons .instagram,
.social-launch-pad .social-icons .youtube {
  background-image: url(/includes/public/assets/images/social-icons-sprite.png);
  background-repeat: no-repeat;
  width: 70px;
  height: 70px;
  display: inline-block;
}
.social-launch-pad .social-icons a:hover {opacity: 1;}
.social-launch-pad .social-icons .facebook:hover,
.social-launch-pad .social-icons .twitter:hover,
.social-launch-pad .social-icons .pinterest:hover,
.social-launch-pad .social-icons .instagram:hover,
.social-launch-pad .social-icons .youtube:hover {
  background-image: url(/includes/public/assets/images/social-icons-sprite-ro.png);
}


.social-launch-pad .social-icons .facebook {
  background-position: 0 0;
}
.social-launch-pad .social-icons .twitter {
  background-position: -81px 0;
}
.social-launch-pad .social-icons .pinterest {
  background-position: -160px 0;
}
.social-launch-pad .social-icons .instagram {
  background-position: -240px 0;
}
.social-launch-pad .social-icons .youtube {
  background-position: -320px 0;
}

/************* Placeholders **************/
#map {
  width: 100%;
  height: 660px;
  top:-75px;
  z-index: 5;
  position: relative;
  background-position: bottom left;
  background-repeat: no-repeat;
  background-color:#b1e2e1;
}

/* ******************* BOOKING WIDGET ******************* */

.bookWidget {
  background: url(/includes/public/assets/images/booking-bg.jpg) repeat-x 0 0;
  display: table;
  width: 100%;
  padding: 0px 20px;
  text-align: center;
  height: 64px;
}

.bookWidget .book-title {
    border-right: 1px solid #5a6a6f;
    margin: 18px 0 0;
    vertical-align: middle;
    height: 30px;
}

.bookWidget h3 {
  font-family:'Batke W00 Regular';
  color: #e4801d;
  font-size: 24px;
  margin: 0;
  line-height: 28px;
}
.bookWidget .bookcontent {margin: 10px 0 0; padding-left: 10px !important;}
.bookWidget #booking_hotel {float: left; min-width: 900px;}
.bookWidget label {
    color: #00add5;
    display: inline-block;
    float: left;
    font-size: 16px;
    line-height: 25px;
    margin-right: 10px;
    vertical-align: middle;
}
.bookWidget .dataField,
.bookWidget .catField {
    color: #00add5;
    display: inline-block;
    font-family: "Batke W00 Regular";
    font-size: 16px;
    height: 30px;
    margin: 7px 14px 0 0;
    padding: 3px 0 0;
    position: relative;
    vertical-align: middle;
}
.bookWidget .catField {border-right: 1px solid #5a6a6f; padding-right: 18px; padding-top: 0; margin-top: 9px;}
.bookWidget .dataField img {
    border: none;
    margin-right: 10px;
    position: absolute;
    right: 5px;
    top: 10px;
}
.bookWidget .dataField:nth-of-type(1) {padding-left: 25px;}
.bookWidget .dataField:nth-of-type(2) {border-right: 1px solid #5a6a6f; padding-right: 25px}
.bookWidget .dataField input,
.bookWidget select {
  display: inline-block;
  font-family:'Alpha W01 Regular';
  font-size: 16px;
  color: #00add5;
  line-height: 1rem;
  padding: 3px 5px 4px 10px;
  height: 26px;
  max-width: 143px;
  vertical-align: middle;
  border: 1px solid rgba(0, 173, 213, .5);
  border-radius: 4px;
}
.bookWidget .dataField input {
  background: url("/includes/public/assets/images/cal-icon.png") no-repeat scroll 97% 4px #fff;
}
.dropdownBottom .bookWidget .dataField input {}
.bookWidget select {
    max-width: 200px;
    width: 200px;
    height: 28px;
    line-height: 1rem;
    margin: 0 0 20px;
    padding: 3px 0 3px 5px;
    vertical-align: middle;
}
.bookWidget .dataField input span {color: #d2d2d2;}
.bookWidget .bookingSubmitBtn {display: inline-block;}
.bookWidget .bookingSubmitBtn input {
    background: url("/includes/public/assets/images/booking-search.png") no-repeat scroll right center #009fc4;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    height: 31px;
    line-height: 1.25rem;
    margin-left: 15px;
    margin-top: 7px;
    padding-left: 15px;
    text-align: left;
    text-transform: uppercase;
    vertical-align: middle;
    width: 106px;
}

.ui-datepicker {z-index: 20002 !important;}

/************* newsleter signup & vguide styles ************/
.enews-container,
.custom_imagebox_guide {
  background: rgb(47,75,128); /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover,  rgba(47,75,128,1) 0%, rgba(46,41,92,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(47,75,128,1)), color-stop(100%,rgba(46,41,92,1))); /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover,  rgba(47,75,128,1) 0%,rgba(46,41,92,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover,  rgba(47,75,128,1) 0%,rgba(46,41,92,1) 100%); /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover,  rgba(47,75,128,1) 0%,rgba(46,41,92,1) 100%); /* IE10+ */
  background: radial-gradient(ellipse at center,  rgba(47,75,128,1) 0%,rgba(46,41,92,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f4b80', endColorstr='#2e295c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

  float: left;
  width: 100%;
  max-width: 220px;
  margin-left: 30px;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 10px;
  position: relative;
  top: 28px;
  vertical-align: middle;
}
.enews-container .title,
.custom_imagebox_guide .title {display: inline-block; line-height: 22px; text-align: left;}

.enews-container a,
.custom_imagebox_guide a {
  font-family:'Batke W00 Regular';
  color: #d8e7e3;
  font-size: 16px;
  font-weight: normal;
  max-width: 200px;
}
.enews-container .title img,
.custom_imagebox_guide .title img {position: relative; margin-right: 12px; margin-top: 15px;}

.custom_imagebox_guide .title img {margin-top: 8px;}

.custom_imagebox_guide .img-container {
    height: 110px;
    left: 40px;
    padding: 0;
    position: absolute;
    top: -110px;
    width: 168px;
}
.custom_imagebox_guide .img-container .vg-img {width: 168px; height: 110px; display: block; text-align: center;}

/************* mapexplorer page styles ************/
#mapexplorerPlaceholder { margin-top: -55px; }

/************* sitemap styles ************/

.sitemap {
  background-color: #fff;
  padding: 10px;
  border: 1px solid #e4801c;
  border-radius: 10px;
  margin-bottom: 25px;
}
.sitemap li { list-style-position: inside; }
.sitemap li a { color: #413c37; }
.sitemap li a:hover { color: #EC1A24;}
.sitemap h4 { margin-top: 0px; color: #f8a83f; }

/********************************  MEDIA QUERY CUSTOMIXATIONS  *********************************/

/* /////////////////////////   MEDIA QUERIES  //////////////////////// */ 

/*** Mobile and Tablet ***/ 
@media only (min-width: 376px) and (max-width: 1024px){ 
	.header-section .header-right {min-height: 54px; position: relative; z-index: 1;}
	.primary-nav-cont {min-height: 54px;}

  .header-section .header-left {min-height: 84px; left: -55%; z-index: 99;}
  .header-section .header-left .logo a {
    background-image: url("/includes/public/assets/images/logo.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 98% auto;
    display: block;
    float: right;
    height: 80px;
    position: relative;
    right: 0;
    width: 300px;
  }

  .header-section .header-left .end {top: -44px;}
  .mobilenav .dl-menuwrapper {z-index: 20001;}

  .footer-logo {text-align: left; padding-left: 40px; }
  .footer-nav-cont {float: right; text-align: right; padding-top: 0;}

}

/*** Tablet and Desk***/ 
@media only screen and (min-width: 40.063em){ 
    .mobilenav .logo-mobile {display: none;}
    
    .sitemap ul.multicol {
      margin: 0;
      -moz-column-count: 2;
      -moz-column-gap: 30px;
      -webkit-column-count: 2;
      -webkit-column-gap: 30px;
      column-count: 2;
      column-gap: 30px;
    }
    
}

/*** Mobile ***/ 
@media only screen and (max-width: 40em) {
  h1 {line-height: 45px;}
  .layout-panel h2 {text-align: center;}
  .footer-logo,
  .footer-right,
  .footer-nav-cont {float: none; text-align: center; top: 40px;}
  .footer-logo {top: 0; padding: inherit 0;}
  .footer-right .logos {padding: 0;}
  .footer-copyright {padding: 5px 20px 10px; line-height: 24px;}
}

/*** Tablet ***/ 
@media only screen and (min-width: 40.063em) and (max-width: 64em) { 
    .city-nav-columns {border-bottom-left-radius: 15px;} 
}
/*** Desktop ***/ 
@media only screen and (min-width: 64.063em) { 
	.mobileHeader {display: none;}
}

/*@@@@@@@@@@@@@@@@@@@@@@@@@   WIDGET STYLES  @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*
  these are specific to droppable widgets on the site. 
  These should all be applied in shared.css or into the approprate modules
*/
.slideshow-container img{width: 100%;}



/* /////////////////////////   WIDGET MEDIA QUERIES  //////////////////////// */ 
/*** Small and Large Tablet ***/ 
@media only screen and (min-width: 40.063em) and (max-width: 1024px) {
    .bookWidget #booking_hotel {min-width: 640px;}
    .bookWidget h3 {font-size: 1.1rem; min-width: 100px; padding-right: 0px; text-align: left;}
    .bookWidget .bookcontent {margin-top: 0;}
    
    .bookWidget label,
    .bookWidget .dataField input, 
    .bookWidget select {display: block; font-size: 13px; min-width: 100px; max-width: 147px;}

    .bookWidget label {line-height: 20px;}

    .bookWidget .dataField, 
    .bookWidget .catField {margin: 0px 5px;}

    .bookWidget .dataField  {position: relative; top: 15px; width:25%;}
    .bookWidget .dataField label,
    .bookWidget .dataField input {position: relative; top: -15px; text-align: left;}
    .bookWidget .dataField:nth-of-type(1) {padding-left: 0;}
    .bookWidget .dataField:nth-of-type(2) {padding-right: 15px;}

    .bookWidget .catField {position: relative; top: 15px; padding-right: 15px;}
    
    .bookWidget .bookingSubmitBtn {position: relative; top: 10px;}
    .bookWidget .bookingSubmitBtn input {width: 90px; margin-left: 0; line-height: 1.25rem;}
}

/* Hack break points - 1270px- */
@media only screen and (min-width: 64.001em) and (max-width: 79.375em){
  .header-section .header-left{
    width: 85vw;
  }

  .header-section .header-left .logo > a{
    background-size: contain;
    width: 287px;
    right: -32px;
  }
}
@media only screen and (min-width: 48.189em) and (max-width: 64.000em){
  .header-section .header-left{
    width: 98vw;
    left: -48%;
    min-height: 115px;
  }

  .header-section .header-left .logo > a{
    background-size: contain;
    width: 290px !important;
    /*right: -32px;*/
  }
}

/*** Mobile and Large Tablet ***/ 
@media only screen and (max-width: 1024px) {
    .enews-container, .custom_imagebox_guide {margin-left: 10px; max-width: 200px; box-sizing: border-box;}
    .enews-container a, .custom_imagebox_guide a {font-size: 13px;}
    .custom_imagebox_guide .img-container {left: 20px;}

    .social-launch-pad .social-hub {min-width: 310px;}
    .social-launch-pad .social-icons {bottom: 0; display: block;}
    .social-launch-pad .social-title {margin: 10px; display: block; text-align: center; max-width: 300px;}
    .social-launch-pad .social-title a {font-size: 24px; line-height: 38px; text-align: center;}
    .social-launch-pad .social-icons .facebook, 
    .social-launch-pad .social-icons .twitter, 
    .social-launch-pad .social-icons .pinterest, 
    .social-launch-pad .social-icons .instagram, 
    .social-launch-pad .social-icons .youtube {width: 52px; height: 50px; background-size: cover;}
    .social-launch-pad .social-icons .twitter {
      background-position: -58px 0;
    }
    .social-launch-pad .social-icons .pinterest {
      background-position: -116px 0;
    }
    .social-launch-pad .social-icons .instagram {
      background-position: -174px 0;
    }
    .social-launch-pad .social-icons .youtube {
      background-position: -231px 0;
    }
}

/*** Mobile ***/ 
@media only screen and (max-width: 40em) {
    .bookWidget #booking_hotel {min-width: 260px;}    
    .bookWidget.booking-mobile {background-repeat: repeat; height: auto; min-height: 64px;}
    .bookWidget.booking-mobile #booking_hotel {float: none;}
    .bookWidget.booking-mobile .bookcontent {margin: 0; padding: 0 0 20px 0px !important; display: none;}
    .bookWidget.booking-mobile .bookcontent.active {display: block;}

    .bookWidget.booking-mobile .book-title {cursor: pointer; position: relative;}
    .bookWidget.booking-mobile .book-title i {position: absolute; top: 8px; left: 98%; color: #e4801d; display: block;}
    .bookWidget.booking-mobile .book-title.active i.fa-angle-down,
    .bookWidget.booking-mobile .book-title i.fa-times {display: none;}
    .bookWidget.booking-mobile .book-title.active i.fa-times {display: block;}

    .bookWidget .dataField:nth-of-type(1) {padding-left: 0;}
    .bookWidget.booking-mobile .book-title,
    .bookWidget.booking-mobile .dataField:nth-of-type(2),
    .bookWidget.booking-mobile .catField{border: 0 none;}

    .bookWidget.booking-mobile .dataField,
    .bookWidget.booking-mobile .dataField label,
    .bookWidget.booking-mobile .dataField input, 
    .bookWidget.booking-mobile .catField {width: 100%; max-width: none; display: block; float: none; text-align: left; margin: 0;}
    .bookWidget .dataField input {background-position: 98% 4px; padding-top: 5px;}

    .bookWidget.booking-mobile .dataField, 
    .bookWidget.booking-mobile .catField {margin-bottom: 5px; height: auto;}

    .bookWidget.booking-mobile .catField {padding-right: 0; margin-top: 30px;}
    .bookWidget.booking-mobile select {
        display: block;
        height: auto;
        line-height: 15px;
        margin: 0;
        max-width: none;
        padding: 5px 0 5px 5px;
        width: 100%;
      }

    .bookWidget.booking-mobile .dataField:nth-of-type(2) {padding-right: 0;}

    .bookWidget .bookingSubmitBtn {width: 100%; margin-top: 20px;}
    .bookWidget .bookingSubmitBtn input {
        background: url("/includes/public/assets/images/booking-search.png") no-repeat scroll right center #00a1c7;
        width: 100%;
        margin-left: 0;
    }

    .social-launch-pad {padding-bottom: 20px;}
    .enews-container,
    .custom_imagebox_guide {max-width: 100%; margin: 0px auto 20px; text-align: center;}

    .social-launch-pad .social-hub {max-width: 100%;}
    .social-launch-pad .social-title {margin: 15px auto 0; width: 100%; text-align: center;}
    .social-launch-pad .social-title a {line-height: 32px; text-align: center; font-size: 24px; width: 100%;}
    .social-launch-pad .social-icons {margin: 0 auto; text-align: center; bottom: 0;}
    .social-launch-pad .social-icons .social-link {margin: 0;}
}

/*
|---------------------------------------------------------------------------------------------
|  HOMEPAGE MEGA WIDGET STYLES - SEPARATED THESE SO ITS EASIER TO MANAGE, PLEASE LEAVE THESE HERE!!
|---------------------------------------------------------------------------------------------
*/
.mega-widget.layout-panel{
    display: inline-block;
    width: 100%;
    padding-bottom: 63px;
    position: relative;
    padding-bottom: 20px;
    margin-top: -25px;
    margin-bottom: -7px;
}
.mega-widget.layout-panel.open{
    display: block;
    overflow: visible;
    padding-bottom: 20px;
    margin-bottom: 0px;
}
.mega-widget.layout-panel .slot{
    margin-bottom: 40px;
    position: static;
}
.mega-widget.layout-panel .downArrow{
    background-color: #f7f7ef;
    background-image: url("/includes/public/assets/images/mega-widget-down-arrow.png");
    background-position: 35px 81px;
    background-repeat: no-repeat;
    background-size: 150px 31px;
    border-radius: 50%;
    bottom: -49px;
    box-shadow: 0 18px 32px -15px rgba(181, 140, 103, 0.6);
    display: none;
    height: 125px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 125px;
    cursor: pointer;
}
.mega-widget.layout-panel.open .downArrow{
    background-position: -61px 77px;
}
/*
|-----------------------
|  COLLECTION OVERWRITES
|-----------------------
*/
.mega-widget.layout-panel .custom_imagebox.card{
  padding-bottom: 0;
}
.mega-widget.layout-panel .cardHolder{
    padding: 0 20px;
    z-index: 100;
    position: relative;
}
.mega-widget.layout-panel .custom_imagebox.card .openLink{
    height: 142%;
    left: 0;
    position: absolute;
    top: -8%;
    width: 100%;
}
.mega-widget.layout-panel .sliderHolder{
    -webkit-transition: opacity 500ms ease-in, padding 150ms ease-in-out;
    -moz-transition: opacity 500ms ease-in, padding 150ms ease-in-out;
    -o-transition: opacity 500ms ease-in, padding 150ms ease-in-out;
    transition: opacity 500ms ease-in, padding 150ms ease-in-out;
    opacity: 0;
    max-height: 0;
    z-index: 50;
    overflow: hidden;
    background-color: #fab225;
}
.mega-widget.layout-panel.open .sliderHolder.active{
  max-height: 395px;
  display: block;
  height: auto;
  opacity: 1;
  max-height: none;
}
.mega-widget.layout-panel .sliderHolder .cardslider{
    margin:0 auto;
    max-width: 354px;
}
.mega-widget.layout-panel.open .sliderHolder.active{
    display: block;
    padding: 0 20px;
    padding: 36px 20px 0;
    margin: -14px 0 0;
}
.mega-widget.layout-panel .custom_slider .arrows .arrow{
  background-image: url("/includes/public/assets/images/slider-arrows-white.png");
}
.mega-widget.layout-panel div.sliderHolder[data-sv-color="yellow-orange"]{
  background-color: #faa500;
}
.mega-widget.layout-panel div.sliderHolder[data-sv-color="orange"]{
  background-color: #e48424;
}
.mega-widget.layout-panel div.sliderHolder[data-sv-color="brown"]{
  background-color: #a5610e;
}

/*
|-----------------------
|  MEDIA QUERIES
|-----------------------
*/
/*** MOBILE ***/ 
@media only screen and (max-width: 40em) {
  h1 { text-align: center;}
    .mega-widget.layout-panel .custom_imagebox.card .itemOuter {
      margin-bottom: -25px;
  }
  .mega-widget.layout-panel .custom_imagebox.card .itemOuter.hoverCard{
      margin-bottom: 0;
  }
  .mega-widget.layout-panel.open .custom_imagebox.card .itemOuter.hoverCard {
      margin-bottom: 28px;
  }
  
}
/*** TABLET AND DESKTOP ***/ 
@media only screen and (min-width: 40.063em){
  .layout-panel { padding-top: 3.375rem; padding-bottom: 3.375rem;}
  .mega-widget.layout-panel{
    box-shadow: 0 18px 17px -23px #212121;
    display: inline-block;
    width: 100%;
    padding-left: 18px;
    padding-bottom: 50px;
  }
  .mega-widget.layout-panel .sliderHolder{
    position: absolute;
    bottom: 0;
    /*display: none;*/
  }
  .mega-widget.layout-panel .sliderHolder.active{
    bottom: 0;
    right: 0;
    width: 100%;
  }
  .mega-widget.layout-panel .sliderHolder .cardslider{
    max-width: none;
  }
  .mega-widget.layout-panel .slot{
    margin-bottom: 0;
  }
  .mega-widget.layout-panel .downArrow{
    display: block;
  }
  .mega-widget.layout-panel.open .sliderHolder.active {
    margin: -14px 0 20px;
  }
  .mega-widget.layout-panel{
    margin-top: -70px;
  }
    
}
/*** ANY TABLET SIZE (aside from whats overwritten below) ***/ 
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .mega-widget.layout-panel.open {
      padding-bottom: 63.5%;
      padding-left: 10px;
    }
    .mega-widget.layout-panel .card .itemOuter{
      margin-right: 1.8%;
      width: 31.5%;
    }
    .mega-widget.layout-panel{
      padding-bottom: 30px;
    }
    .mega-widget.layout-panel .custom_imagebox.card .openLink{
        height: 126%;
    }
    .bookWidget .book-title {margin-top: 25px;}
    .bookWidget #booking_hotel {min-width: 610px; margin-top: 8px;}
    .bookWidget .dataField {top: 9px;}
    .bookWidget .dataField:nth-of-type(2) {border: 0 none; padding-right: 0px;}
    .bookWidget .catField {padding: 0 15px; border-left: 1px solid #5a6a6f;}
    .bookWidget label, .bookWidget .dataField input, .bookWidget select {max-width: 135px;}
}
/*** SMALL TABLET (vertical) 641 - 731 ***/ 
@media only screen and (min-width: 40.063em) and (max-width: 45.688em) { 
    .mega-widget.layout-panel.open {
      padding-bottom: 71%;
    }
    .mega-widget.layout-panel{
      padding-bottom: 0px;
    }
    .mobilenav {max-width: 375px;}
    .header-section .header-right {min-height: 54px;}
    .header-section .header-left {left: -48%; min-height: 115px}
    .header-section .header-left .end {right: -47px;}
    .header-section .header-left .end img {height: 133px;}
    .header-section .header-left .logo a { width: 301px; height: 83px; background-size: 100% auto;}
    .mega-widget.layout-panel .custom_imagebox.card .openLink{
        height: 100%;
    }
    .bookWidget .book-title {margin-top: 25px;}
    .bookWidget #booking_hotel {min-width: 610px; margin-top: 8px;}
    .bookWidget .dataField {top: 9px;}
    .bookWidget .dataField:nth-of-type(2) {border: 0 none; padding-right: 0px;}
    .bookWidget .catField {padding: 0 15px; border-left: 1px solid #5a6a6f;}

}
/*** MEDIUM TABLET (vertical) 731 - 771 ***/ 
@media only screen and (min-width: 45.750em) and (max-width: 48.188em) { 
    .mega-widget.layout-panel.open {
      padding-bottom: 68%;
    }
    .mega-widget.layout-panel{
      padding-bottom: 0px;
    }
    .mobilenav {max-width: 375px;}
    .header-section .header-right {min-height: 54px;}
    .header-section .header-left {left: -48%; min-height: 115px}
    .header-section .header-left .end {right: -47px;}
    .header-section .header-left .end img {height: 133px;}
    .header-section .header-left .logo a { width: 301px; height: 83px; background-size: 100% auto;}

    .bookWidget .book-title {margin-top: 25px;}
    .bookWidget #booking_hotel {min-width: 610px; margin-top: 8px;}
    .bookWidget .dataField {top: 9px;}
    .bookWidget .dataField:nth-of-type(2) {border: 0 none; padding-right: 0px;}
    .bookWidget .catField {padding: 0 15px; border-left: 1px solid #5a6a6f;}
}
/*** MEDIUM/LARGE TABLET (landscape) 772 - 900 ***/ 
@media only screen and (min-width: 48.250em) and (max-width: 56.250em) { 
    .mega-widget.layout-panel.open {
      padding-bottom: 65%;
    }
    .mega-widget.layout-panel{
      padding-bottom: 10px;
    }
    .bookWidget .book-title {margin-top: 25px;}
    .bookWidget #booking_hotel {min-width: 610px; margin-top: 8px;}
    .bookWidget .dataField {top: 8px;}
    .bookWidget .dataField:nth-of-type(2) {border: 0 none; padding-right: 0px;}
    .bookWidget .catField {padding: 0 15px; border-left: 1px solid #5a6a6f;}
}
/*** DESKTOP 1025+ ***/ 
@media only screen and (min-width: 64.063em) {
  h1 { font-size: 3.125rem; line-height: 3.438rem;}
  h2 { font-size: 1.875rem; line-height: 2.500rem;}
  h3 { font-size: 1.875em; letter-spacing: -0.25px;}
  h4 { font-size: 1.563rem; letter-spacing: -0.25px;}
  h5 { font-size: 1.500rem;}
  h6 { font-size: 1.500rem;}
  p.intro { font-size: 1.063rem; line-height: 1.875rem;}
    .mega-widget.layout-panel{
      padding-bottom: 50px;
    } 
    .mega-widget.layout-panel .sliderHolder .cardslider{
      max-width: 1260px;
    }
    .mega-widget.layout-panel .slot{
      max-width: 1260px;
      margin: 0 auto;
    }
    .mega-widget.layout-panel.open {
      padding-bottom: 59.5%;
      padding-left: 10px;
    }
    .mega-widget.layout-panel .card .itemOuter{
      margin-right: 1.8%;
      width: 31.5%;
    }
    
}
/*** MEDIUM DESKTOP FIX 1025 - 1070 ***/ 
@media only screen and (min-width: 64.063em) and (max-width: 66.875em){ 
  .mega-widget.layout-panel.open {
      padding-bottom: 61%;
    }  
}
/*** MEDIUM/LARGE DESKTOP FIX 1071 - 1194 ***/ 
@media only screen and (min-width: 66.938em) and (max-width: 74.625em){ 
  .mega-widget.layout-panel.open {
      padding-bottom: 60%;
    }
}
/*** LARGE DESKTOP (when page goes past max conent area) 1272+ ***/ 
@media only screen and (min-width: 79.500em) { 
    .mega-widget.layout-panel.open {
      padding-bottom: 756px;
    }
}



div[data-widget-getsocial].getsocial{
  margin:0 auto;
  width: 100%;
  background-color: #004e7d;
  height:117px;
  display:block;
  margin-bottom: 16px;
}

div[data-widget-getsocial].getsocial #getsocial-label{
  width:50%;
  height: inherit;
  display: inline-block;
  float: left;
  text-align: right;
  font-family: 'Fertigo W01 Regular';
  font-size: 2.500rem;
  font-weight: bold;
  line-height: 7.500rem;
  text-transform: uppercase;
  color: white;
  padding-right: 2%;
  text-rendering: optimizeLegibility;
}
div[data-widget-getsocial].getsocial #getsocial-label > span:hover{
  cursor: pointer;
}

div[data-widget-getsocial].getsocial #getsocial-icons{
  width:50%;
  height: inherit;
  display:inline-block;
  float: left;
}
div[data-widget-getsocial].getsocial #getsocial-icons a{
  display: inline-block;
  width: 39px;
  height: 38px;
  position: relative;
  top:33%;
  background-image: url('/includes/public/assets/images/getsocial-icons.png');
}
div[data-widget-getsocial].getsocial #getsocial-icons a[data-social='facebook']{
  background-position: 0%;
}
div[data-widget-getsocial].getsocial #getsocial-icons a[data-social='twitter']{
  background-position: 25%;  
}
div[data-widget-getsocial].getsocial #getsocial-icons a[data-social='instagram']{
  background-position: 49%;
}
div[data-widget-getsocial].getsocial #getsocial-icons a[data-social='youtube']{
  background-position: 75%;
}
div[data-widget-getsocial].getsocial #getsocial-icons a[data-social='pinterest']{
  background-position: 100%;
}

@media only screen and (max-width: 640px) { 
    .getsocial{
      margin:0 auto;
      width:290px;
      height: auto;
      margin-bottom: 24px;
    }

    div[data-widget-getsocial].getsocial #getsocial-label{
      width: 100%;
      display: block;
      text-align: center;
      height: auto;
      line-height: 1.5em;
      padding-top: 0.6%;
    }

    div[data-widget-getsocial].getsocial #getsocial-icons{
      float: none;
      width: auto;
      height: auto;
      display: block;
      text-align: center;
    }
}

.contentRender p img[src*="cloudinary"] {
  height: auto !important;
}

/********************************* FONTS *************************************/
/* ADD FONT */

.batkebold {font-family:'Batke W00 Bold';}
.alphareg {font-family:'Alpha W01 Regular';}
.alphaitalic {font-family:'Alpha W01 Italic';}
.alphabold {font-family:'Alpha W01 Bold';}
.batkereg {font-family:'Batke W00 Regular';}
.fertigo {font-family:'Fertigo W01 Regular';}

/********************************  MAIN.CSS  *********************************/
.wrapper {
  background-color: #f8f7f0;
  width: 100%;
  margin: 0 auto;
  display: block;
  position: relative;
  font-family:'Alpha W01 Regular';
  font-size: 0.938rem;
  line-height: 1.500rem;
}
h1 {
  color: #00add5;
  font-family:'Fertigo W01 Regular';
  font-size: 2.500rem;
  line-height: 2.200rem;
  letter-spacing: -0.25px;
}
h2 {
  color: #e4801d;
  font-family:'Batke W00 Regular';
  font-size: 1.563rem;
  line-height: 30px;
  }
h3 {
  color: #413c37;
  font-family:'Fertigo W01 Regular';
  font-size: 1.375rem;
}
h4 {
	color: #413c37;
	font-family:'Fertigo W01 Regular';
 	font-size: 1.125rem;
}
h5 {
  color: #413c37;
  font-family:'Alpha W01 Regular';
  font-size: 1.500rem;
}
h6 {
  color: #413c37;
  font-family:'Batke W00 Regular';
  font-size: 1.500rem;
}
p, ul, li {
	font-family:'Alpha W01 Regular';
  font-size: 0.938rem;
  line-height: 1.500rem;
  color: #413c37;
}
p.intro { line-height: 1.750rem;}
img { border: medium none;}
a, a:link, a:visited, a:focus {
	border: medium none;
	color: #f8a83f;
	outline: 0 none;
	text-decoration: none;
}
a:hover {
	border: medium none;
	opacity: 0.85;
  color: #f8a83f;
	text-decoration: none;
}
.clear { 	clear: both; line-height: 1px;	visibility: hidden;}
.row { max-width: 76.875rem;}
.column, .columns { padding-left: 1.125rem; padding-right: 1.125rem;}

/**table**/
table tr:nth-child(odd){
  background-color: #ede8db;
}
table tr:nth-child(even){
  background-color: #ffffff;
}
table td{
  border: solid 1px #f2eace;
}
table thead > tr:nth-child(n){
   background-color: #ffffff;
}
table th{
  border: solid 1px #f2eace;
}
/**containers**/
.layout-panel { padding-top: 1.875rem; padding-bottom: 1.875rem;}
.layout-panel.bg-yellow { background: url('/includes/public/assets/images/yellow-bg.jpg') repeat 0 0;}
.layout-panel.bg-highlights { background: url('/includes/public/assets/images/highlights-bg.jpg') repeat-x 0 bottom;}
.body-section{}

/*** HEADER ***/
.header-section { z-index: 2000;}
.header-section .headerRow {position: relative; z-index: 999;}

/*desktop header*/
.header-section .header-left {
	background: none repeat scroll 0 0 #f7f7f0;
    box-shadow: 1px 1px 7px rgba(81, 51, 13, 0.25);
    display: inline-block;
    float: left;
    left: -58%;
    min-height: 164px;
    padding: 20px;
    position: absolute;
    top: 0;
   /* width: 100%;*/
    width: 98vw;
    z-index: 10;
}
.header-section .header-left .end {
	position: absolute;
    right: -67px;
    top: 0;
}
.header-section .header-left .logo a {
  background-image: url("/includes/public/assets/images/logo.png");
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  height: 103px;
  position: relative;
  width: 401px;
  float: right;
  right: 0px;
}
.header-section .header-right {
	background: url("/includes/public/assets/images/header-bg.jpg") repeat 0 0;
	width: 100%;
	min-height: 155px;
}

.header-section .header-right .header-right-position {
	width: 100%;
	text-align: right;
	float: right;
	box-sizing: border-box;	
}

.header-section .header-right .header-right-position .top-cont {
	min-height: 60px;
	clear: both;
	float: right;
}

.header-section .header-right .search,
.header-section .header-right .weather,
.header-section .header-right .itinerary {
	display: inline-block;	
	width: 90px;
}

/* Search */
.header-section .header-right .search {padding: 0 30px 0 0;}

/* Weather */
.header-section .header-right .weather {padding: 0 15px;}

/* Trip Planner */

.header-section .header-right .itinerary {
    padding: 0 0 0 15px;
    position: relative;
    right: 12px;
    text-align: left;
    top: 10px;
}

/** NAVIGATION **/

.primary-nav-cont,
 .city-nav-cont {padding-right: 50px;}

 .primary-nav-cont .primary-nav .item .primary-nav-pipe,
 .industry-nav-cont .item-cont .industry-nav-pipe {display: inline-block; color: #d8cbbe;}

/* Industry Nav */

.industry-nav-cont {
	display: inline-block;
	max-width: 350px;
	padding-top: 10px;
  margin: 0;
}

.industry-nav-cont .item-cont {display: inline-block;}

.industry-nav-cont .item-cont a {
	font-family:'Alpha W01 Regular';
  	font-size: 16px;
	color: #00add5;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0 10px;
}

.industry-nav-cont .item-cont:first-child .industry-nav-pipe {display: none;}

.industry-nav-cont .item-cont .sub-cont,
.industry-nav-cont .item-cont i.fa-angle-right {display: none;}

/* Primary Nav */

.primary-nav-cont {
	clear: both;
    min-height: 54px;
    padding-top: 25px;
    vertical-align: middle;
    width: 100%;
}
.primary-nav-cont .primary-nav {position: relative;}
.primary-nav-cont .primary-nav .item {display: inline-block; vertical-align: middle; height: 40px;}
.primary-nav-cont .primary-nav .item:hover {border-bottom: 15px solid #f7f7f0;}
.primary-nav-cont .primary-nav .item:hover,
.primary-nav-cont .primary-nav .item.open {color: #ec1a24;}
.primary-nav-cont .primary-nav .item a {
	font-family:'Alpha W01 Regular';
  	font-size: 24px;
  	font-weight: normal;
  	color: #0f252c;
  	padding: 0 12px 0 15px;
  	vertical-align: bottom;
  	text-transform: uppercase;
}

.primary-nav-cont .primary-nav .item a.first-lvl:hover,
.primary-nav-cont .primary-nav .item.selected a.first-lvl {color: #ec1a24;}

.primary-nav-cont .primary-nav .item:first-child .primary-nav-pipe {display: none;}

/* DROPDOWN */
.primary-nav-cont .primary-nav .item .dropdown {
    background-color: #f7f7f0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 7px 5px rgba(0, 0, 0, 0.1);
    display: none;
    right: 0px;
    overflow: hidden;
    padding: 10px 5px;
    position: absolute;
    top: 40px;
    width: 700px;
    z-index: 30;
}
.primary-nav-cont .primary-nav > .item:hover .dropdown { display: block; }
.primary-nav-cont .primary-nav .drop-item { 
	display: inline-block;
    float: left;
    margin: 0 10px;
    overflow: hidden;
    padding: 10px 0;
    text-align: left;
    width: 200px;
}
/*.navPrimary .dropItem.last {border: 0 none;}*/
.primary-nav-cont .primary-nav .drop-image { 
	display: inline-block;
    float: left;
    height: 179px;
    margin: 5px 0 5px 10px;
    position: relative;
}
.primary-nav-cont .primary-nav .drop-image .title {
	background: rgba(15, 37, 44, 0.8);
	font-family:'Fertigo W01 Regular';
	font-size: 15px;
	color:  #fff;
	text-transform: uppercase;
	border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    position: absolute;
    bottom: 0;
    padding: 10px;
    width: 100%;
    text-align: left;
}
.primary-nav-cont .primary-nav .drop-image img {border-radius: 20px;}
.primary-nav-cont .primary-nav .drop-item-cont {float: left; width: 450px;}
.primary-nav-cont .primary-nav .drop-item .drop-content { float: left; max-width: 167px;}
.primary-nav-cont .primary-nav .drop-item .drop-title { }
.primary-nav-cont .primary-nav .drop-item .drop-title a {font-family:'Alpha W01 Regular'; font-size: 18px; text-transform: none; display: block;}
.primary-nav-cont .primary-nav .drop-item .drop-title a:hover {color: #ec1a24;}

/* City/Town Nav */

.city-nav-cont {
	background-color: #ec1a24;
	min-height: 30px;
	padding-left: 30px;
	width: 100%;
	display: block;
	padding-top: 2px;
}
.city-nav-cont .item {display: inline-block;}
.city-nav-cont .item a {
	font-family:'Alpha W01 Regular';
	font-size: 14px;
	color: #fff;
	padding: 0 4px 0 2px;
}

.city-nav-cont .item .city-nav-dot {
    font-family: 'Times New Roman';
    color: #cf0b2d;
    display: inline-block;
    font-size: 50px;
    padding-right: 5px;
    vertical-align: bottom;
}
.city-nav-cont .item:first-child .city-nav-dot {display: none;}

/* Footer Nav */

.footer-nav-cont {padding-top: 20px;}
.footer-nav-cont .item {display: inline-block;}
.footer-nav-cont .item a {color: #000;}
.footer-nav-cont .item span {
    color: #bbb;
    display: inline-block;
    font-size: 48px;
    line-height: 15px;
    padding: 0 9px 0 7px;
    position: relative;
    top: 10px;
}

.footer-nav-cont .item:first-child span {display: none;}

/* Mobile Nav */

.mobilenav { 
    height: 54px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 20002;
}
.mobilenav .mobile-top-bar {
  width: 100%;
  height: 10px;
  display: block;
}
.mobilenav .logo-mobile {
    background: #fff;
    box-shadow: 0 -4px 8px rgba(81, 51, 13, 0.25);
    display: block;
    height: 97px;
    left: 0px;
    margin: 0 auto;
    position: relative;
    top: 0px;
    width: 100%;
    z-index: 9;
    text-align: center;
    padding-top: 10px;
}
.mobilenav .logo-mobile img {width: 320px;}
.mobilenav .logo-mobile a {
	display: block;
    height: 97px;
    margin: 0 auto;
    text-align: center;
    width: 320px;
}
.mobilenav .dl-menuwrapper {  
    right: 0;
    position: relative;
    /*top: 60px;*/
  height: 54px;
  line-height: 54px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: 50% 200%;
  perspective-origin: 50% 200%;
  z-index: 20002;
}
.mobileHeader.active .dl-menuwrapper {background-color: #f7f7ef;}

.mobilenav .menu-icon {
    background: url("/includes/public/assets/images/hamburger.png") no-repeat scroll 60px 0 rgba(0, 0, 0, 0);
    color: #fff;
    cursor: pointer;
    display: block;
    height: 42px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 12px;
    width: 130px;
    z-index: 99;
}
.mobilenav .menu-icon a {
    color: #161b20;
    cursor: pointer;
    display: block;
    font-family: "Alpha W01 Regular";
    font-size: 24px;
    height: 42px;
    line-height: 42px;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    top: -5px;
    width: 125px;
}

.mobilenav .menu-icon.dl-active {background: url("/includes/public/assets/images/menu-close.png") no-repeat scroll 70px 0 rgba(0, 0, 0, 0);}
.mobilenav .menu-icon.dl-active a span:after {display: none;}

.mobilenav ul.dl-menu {
    background: #f7f7ef;
    position: relative;
    top: 0px;
    padding-top: 54px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.mobilenav ul.dl-menu li { 
    background-color: #f7f7ef;
    float: none;
    overflow: hidden;
    position: relative;
    list-style-type: none;
    width: 96%;  
    border-bottom: 1px dashed #cac0b4;    
}
.mobilenav ul.dl-menu li a {margin: 0 15px;}
.mobilenav ul.dl-menu li.mobile-item:hover,
.mobilenav ul.dl-menu li.mobile-item:active {color: #ec1a24;}
/* Add arrow to parent items with children*/
.mobilenav ul.dl-menu li.has-submenu .fa-angle-right {
    color: #58595b;
    display: block;
    height: 16px;
    position: absolute;
    right: 15px;
    top: 10px;
    width: 10px;
    font-size: 20px;
}

/* Industry Mobile Nav */

.mobilenav ul.dl-menu li.item-cont {border-bottom: 1px dashed #cac0b4;}
.mobilenav ul.dl-menu li.item-cont:last-child {border: 0 none;}
.mobilenav ul.dl-menu li.item-cont a {
    font-size: 17px;
    text-transform: none;    
}
.mobilenav ul.dl-menu li.item-cont .industry-nav-pipe {display: none;}

/* City Mobile Nav */

.mobilenav ul.dl-menu .city-nav-columns {
	background-color: #ec1a24;
	padding: 10px 15px;
	text-align: left;
  position: relative;
  top: -1px;
}

.mobilenav ul.dl-menu .city-nav-columns .item-city {
	display: inline-block;
	text-align: left;
	min-width: 140px;
}
.mobilenav ul.dl-menu .city-nav-columns .item-city .city-nav-dot {
  font-family: 'Times New Roman';
	display: inline-block;
	font-size: 50px;
	margin: 0 5px 0 0;
  color: #cf0b2d;
}
.mobilenav ul.dl-menu .city-nav-columns .item-city a {color: #fff; line-height: 22px; vertical-align: top;}

/* Widgets in mobile nav */

.mobilenav ul.dl-menu li.mobile-weather,
.mobilenav ul.dl-menu li.mobile-tripplanner,
.mobilenav ul.dl-menu li.site-search-cont {border: 0 none; display: inline-block; width: 100px;}

.mobilenav ul.dl-menu li.mobile-tripplanner {width: 129px;}
.mobilenav ul.dl-menu li.mobile-tripplanner .trip-title {font-family: "Alpha W01 Regular"; font-size: 13px; padding-left: 33px;}

.mobilenav ul.dl-menu li.site-search-cont {padding-bottom: 20px; width: 95%; display: block; clear: both;}

/* Hide arrow on LI when parent is active */
.mobilenav ul.dl-menu li.has-submenu.dl-subviewopen {
  background-image: none;
}
.mobilenav ul.dl-menu li > a,
.mobilenav ul.dl-menu li ul li > a {
  color: #0f252c;
  font-family: "Alpha W01 Regular";
  font-size:20px;
  line-height: 28px;
  text-decoration:none;
  padding: 8px 0 6px;
  text-transform: uppercase;
  display: block;
  position: relative;
  outline: none;
  text-align: left;
}

.mobilenav ul.dl-menu li.has-dropdown > a,
.mobilenav ul.dl-menu li ul li.has-dropdown > a {
}

.mobilenav ul.dl-menu li.has-dropdown ul li a {
  width: 98%;
  padding-right: 5px;
}

.mobilenav ul.dl-menu li:hover:not(.has-form) > a {}

.mobilenav ul li > a:hover,
.mobilenav ul.dl-menu li ul li > a:hover,
.mobilenav ul.dl-menu li:hover > a {}
.mobilenav .dl-menuwrapper .dl-menu {
  margin: 0;
  position: absolute;
  width: 100%;
  max-width: 375px;
  right: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.mobilenav .dl-menuwrapper .dl-menu.dl-menu-toggle {
  transition: all 0.3s ease;
}

.mobilenav .dl-menuwrapper .dl-menu.dl-menuopen {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

/* Hide the inner submenus */
.mobilenav ul.dl-menu li.dl-back > a {font-size: 16px; text-transform: uppercase; opacity: 0.7;}

.mobilenav .dl-menuwrapper ul.dl-menu li .dl-submenu {
  display: none;
  margin-left: 0;
}

/* Color the parent nav a different color when children are visible and hide arrow */
.mobilenav .dl-menuwrapper ul.dl-menu .dl-parent {
  background-color: #f0f0f0;
  background-image: none;
}

.mobilenav .dl-menuwrapper ul.dl-menu .dl-parent a {
  color: #ec1a24;
}

/* 
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link. 
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.mobilenav .dl-menu.dl-subview li,
.mobilenav .dl-menu.dl-subview li.dl-subviewopen > a,
.mobilenav .dl-menu.dl-subview li.dl-subview > a {
  display: none;
}

.mobilenav .dl-menu.dl-subview li.dl-subview,
.mobilenav .dl-menu.dl-subview li.dl-subview .dl-submenu,
.mobilenav .dl-menu.dl-subview li.dl-subviewopen,
.mobilenav .dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.mobilenav .dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
  display: block;
}

/* Dynamically added submenu outside of the menu context NEEDS styling for transition */
.mobilenav .dl-menuwrapper > .dl-submenu {
  background: #fff url(/includes/public/assets/images/sub-menu-dd-btm-bg.jpg) repeat-x bottom center; 
  position: absolute;
  width: 100%;
  top: 68px;
  left: 0;
  list-style: none;
  list-style-type: none;
  margin: 0;
}
.mobilenav .dl-menuwrapper > .dl-submenu li {
  list-style-type: none;
  border-bottom: 1px solid #ff9933;
}

.mobilenav .dl-menuwrapper > .dl-submenu li a {
  display: block;
    font-family:'HelveticaNeueW01-95Blac';
    font-size: 15px;
    font-weight: 300;
    line-height: 28px;
    outline: medium none;
    padding: 8px 0 6px 15px;
    color: #fff;
}

/* mobile industry nav */
.mobilenav ul.dl-menu li.item-topnav > a, 
.mobilenav ul.dl-menu li.item-topnav ul li > a {
  font-family:'HelveticaNeueW01-45Ligh';
  font-weight: bold;
  font-size: 16px;
  color: #80400b;
  text-transform: lowercase;
}

/* mobile social nav */
.mobilenav .social {
    background-color: #210d00;
    padding-right: 20px;
}

.mobilenav .social ul {margin: 0 auto; text-align: center;}

.mobilenav .social ul li {border: 0 none; display: inline-block; height: auto; width: auto;}

/* Animation classes for moving out and in - THERE ARE MORE OPTIONS THAN WHAT IS BELOW */

.dl-menu.dl-animate-out-2 {
  -webkit-animation: MenuAnimOut2 0.3s ease-in-out;
  animation: MenuAnimOut2 0.3s ease-in-out;
}

@-webkit-keyframes MenuAnimOut2 {
  0% { }
  100% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
}

@keyframes MenuAnimOut2 {
  0% { }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
}

.dl-menu.dl-animate-in-2 {
  -webkit-animation: MenuAnimIn2 0.3s ease-in-out;
  animation: MenuAnimIn2 0.3s ease-in-out;
}

@-webkit-keyframes MenuAnimIn2 {
  0% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes MenuAnimIn2 {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
  -webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
  animation: SubMenuAnimIn2 0.3s ease-in-out;
}

@-webkit-keyframes SubMenuAnimIn2 {
  0% {
    -webkit-transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes SubMenuAnimIn2 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
  -webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
  animation: SubMenuAnimOut2 0.3s ease-in-out;
}

@-webkit-keyframes SubMenuAnimOut2 {
  0% {
    -webkit-transform: translateX(0%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(100%);
    opacity: 1;
  }
}

@keyframes SubMenuAnimOut2 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 1;
  }
}

/* Interior Sidenav */

.nav-side {background-color: #fff; border-radius: 10px; padding: 10px; margin-bottom: 20px;}

.nav-side .nav-side-cont {
    background-color: #d5ede8;
    border-radius: 10px;
    padding: 20px 0;
}

.nav-side .nav-side-cont .item {position: relative;}

.nav-side .nav-side-cont .item a {
    color: #0f252c;
    display: block;
    font-family: "Alpha W01 Regular";
    font-size: 18px;
    line-height: 25px;
    min-height: 35px;
    padding: 4px 20px;
}

.nav-side .nav-side-cont .item a:hover,
.nav-side .nav-side-cont .item.selected a.selected {
    background: #b8e4e5; /* Old browsers */
    background: -moz-linear-gradient(left,  #b8e4e5 0%, #16b4d6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#b8e4e5), color-stop(100%,#16b4d6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #b8e4e5 0%,#16b4d6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #b8e4e5 0%,#16b4d6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #b8e4e5 0%,#16b4d6 100%); /* IE10+ */
    background: linear-gradient(to right,  #b8e4e5 0%,#16b4d6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8e4e5', endColorstr='#16b4d6',GradientType=1 ); /* IE6-9 */

    color: #00add5;
}

.nav-side .item .container .fa-angle-right,
.nav-side .item .container .fa-angle-down {display: none;}
.nav-side .item .container.has-dropdown .fa-angle-right,
.nav-side .item .container .item-open {display: inline-block;}

.nav-side .item .container .fa-angle-right,
.nav-side .item .container .fa-angle-down,
.nav-side .item .container.has-dropdown .fa-angle-right,
.nav-side .item .container .item-open {
    color: #00add5;
    cursor: pointer;
    font-size: 24px;
    height: 20px;
    margin-right: 0;
    position: absolute;
    right: 0px;
    top: 3px;
    width: 20px;
}
.nav-side .item .container .fa-angle-down {right: 5px;}

.nav-side .item .container .item-open {
    background: url("/includes/public/assets/images/intnav-active.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    display: none;
    height: 20px;
    right: 8px;
    top: 8px;
    width: 19px;
}

.nav-side .item.selected .container .item-open,
.nav-side .item .container.has-dropdown .fa-angle-right,
.nav-side .item.open.displayopen .container .fa-angle-down,
.nav-side .item.active .container .fa-angle-down {display: inline-block;}

.nav-side .item.selected .container .fa-angle-right,
.nav-side .item.open.displayopen .container .fa-angle-right,
.nav-side .item.active .container .fa-angle-right,
.nav-side .item.displayopen .container .children .container .fa-angle-right,
.nav-side .item.active .container .children .fa-angle-down,
.nav-side .item.selected.open.displayopen .container .fa-angle-down {display: none;}

.nav-side .item.open.displayopen .container .fa-angle-right {color: #fff;}

.nav-side .item .children {position: relative; display: none; width: 100%;}
.nav-side .item.selected .container .children,
.nav-side .item .container > .children .item,
.nav-side .item.displayopen .container .children,
.nav-side .item.active .container .children {display: block; width: 100%;}

.nav-side .item .container > .children .item a {
    color: #00add5;
    font-size: 14px;
    font-style: italic;
    line-height: 18px;
    min-height: 25px;
    padding-left: 30px;
}
.nav-side .item .container > .children .item .item a{
    padding-left: 50px; 
}



.nav-side .item .container .children .item-open {top: 3px;}

.nav-side .item.open.displayopen .container .children .fa-angle-down {display: none;}

.nav-side .item.selected .container .children .container .item-open {display: none;}
.nav-side .item .container .children .container .item.selected .item-open {display: block;}

/**footer**/
.footer-section{
    display: inline-block;
    background-color: #f7f7f0;
    width: 100%;
}

.footer-row {padding-top: 20px;}

.footer-logo {float: left; text-align: center; padding-top: 20px;}
.footer-section .footer-info-mobile {
    display: block;
    position: relative;
    top: 20px;
}
.footer-section .footer-info .company,
.footer-section .footer-info .address {
	font-family:'Alpha W01 Regular';
	font-size: 15px;
	clear: both;
}
.footer-section .footer-info .company {font-family:'Alpha W01 Bold'; font-size: 15px;}
.footer-right {float: left; text-align: right;} 
.footer-right .footer-row { width: 100%; height: auto; clear: both;}
.footer-right .logos {padding: 30px 40px 0 0;}
.footer-right .logos img{ margin-bottom: 20px;}

.footer-copyright {
  background: url("/includes/public/assets/images/header-bg.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
  font-size: 14px;
  line-height: 42px;
  margin-top: 30px;
  text-align: center;
}
.footer-copyright .copyright-pipe {padding: 0 15px;}
.social-launch-pad {
  background: rgb(25,118,175); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(25,118,175,1) 0%, rgba(24,53,124,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(25,118,175,1)), color-stop(100%,rgba(24,53,124,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(25,118,175,1) 0%,rgba(24,53,124,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(25,118,175,1) 0%,rgba(24,53,124,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(25,118,175,1) 0%,rgba(24,53,124,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(25,118,175,1) 0%,rgba(24,53,124,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1976af', endColorstr='#18357c',GradientType=0 ); /* IE6-9 */

  width: 100%;
  height: auto;
  min-height: 125px;
  z-index: 22;
  position: relative;  
}

.social-launch-pad .social-hub {float: left;}

.social-launch-pad .social-title {margin-right: 30px; display: inline-block; height: 116px;}
.social-launch-pad .social-title a {
    font-family:'Fertigo W01 Regular';
    font-size: 25px;
    color: #fff;
    float: left;
    padding: 26px 0 1px 0;
  }
 @media only screen and (max-width: 1268px){ 
  .social-launch-pad .social-title {height: 108px;}
  .social-launch-pad .social-title a {padding:14px 0 0 0;}
}
@media only screen and (max-width: 640px){ 
  .social-title {height: 110px;}
}

.social-launch-pad .social-title a:hover {color: #c1d72f;}

.social-launch-pad .social-icons {display: inline-block; max-width: 400px; position: relative; bottom: 28px;}
.social-launch-pad .social-icons .social-link {margin-left: 5px;}
.social-launch-pad .social-icons:first-child,
.social-launch-pad .social-icons:first-child {margin-left: 0;}
.social-launch-pad .social-icons .facebook,
.social-launch-pad .social-icons .twitter,
.social-launch-pad .social-icons .pinterest,
.social-launch-pad .social-icons .instagram,
.social-launch-pad .social-icons .youtube {
  background-image: url(/includes/public/assets/images/social-icons-sprite.png);
  background-repeat: no-repeat;
  width: 70px;
  height: 70px;
  display: inline-block;
}
.social-launch-pad .social-icons a:hover {opacity: 1;}
.social-launch-pad .social-icons .facebook:hover,
.social-launch-pad .social-icons .twitter:hover,
.social-launch-pad .social-icons .pinterest:hover,
.social-launch-pad .social-icons .instagram:hover,
.social-launch-pad .social-icons .youtube:hover {
  background-image: url(/includes/public/assets/images/social-icons-sprite-ro.png);
}


.social-launch-pad .social-icons .facebook {
  background-position: 0 0;
}
.social-launch-pad .social-icons .twitter {
  background-position: -81px 0;
}
.social-launch-pad .social-icons .pinterest {
  background-position: -160px 0;
}
.social-launch-pad .social-icons .instagram {
  background-position: -240px 0;
}
.social-launch-pad .social-icons .youtube {
  background-position: -320px 0;
}

/************* Placeholders **************/
#map {
  width: 100%;
  height: 660px;
  top:-75px;
  z-index: 5;
  position: relative;
  background-position: bottom left;
  background-repeat: no-repeat;
  background-color:#b1e2e1;
}

/* ******************* BOOKING WIDGET ******************* */

.bookWidget {
  background: url(/includes/public/assets/images/booking-bg.jpg) repeat-x 0 0;
  display: table;
  width: 100%;
  padding: 0px 20px;
  text-align: center;
  height: 64px;
}

.bookWidget .book-title {
    border-right: 1px solid #5a6a6f;
    margin: 18px 0 0;
    vertical-align: middle;
    height: 30px;
}

.bookWidget h3 {
  font-family:'Batke W00 Regular';
  color: #e4801d;
  font-size: 24px;
  margin: 0;
  line-height: 28px;
}
.bookWidget .bookcontent {margin: 10px 0 0; padding-left: 10px !important;}
.bookWidget #booking_hotel {float: left; min-width: 900px;}
.bookWidget label {
    color: #00add5;
    display: inline-block;
    float: left;
    font-size: 16px;
    line-height: 25px;
    margin-right: 10px;
    vertical-align: middle;
}
.bookWidget .dataField,
.bookWidget .catField {
    color: #00add5;
    display: inline-block;
    font-family: "Batke W00 Regular";
    font-size: 16px;
    height: 30px;
    margin: 7px 14px 0 0;
    padding: 3px 0 0;
    position: relative;
    vertical-align: middle;
}
.bookWidget .catField {border-right: 1px solid #5a6a6f; padding-right: 18px; padding-top: 0; margin-top: 9px;}
.bookWidget .dataField img {
    border: none;
    margin-right: 10px;
    position: absolute;
    right: 5px;
    top: 10px;
}
.bookWidget .dataField:nth-of-type(1) {padding-left: 25px;}
.bookWidget .dataField:nth-of-type(2) {border-right: 1px solid #5a6a6f; padding-right: 25px}
.bookWidget .dataField input,
.bookWidget select {
  display: inline-block;
  font-family:'Alpha W01 Regular';
  font-size: 16px;
  color: #00add5;
  line-height: 1rem;
  padding: 3px 5px 4px 10px;
  height: 26px;
  max-width: 143px;
  vertical-align: middle;
  border: 1px solid rgba(0, 173, 213, .5);
  border-radius: 4px;
}
.bookWidget .dataField input {
  background: url("/includes/public/assets/images/cal-icon.png") no-repeat scroll 97% 4px #fff;
}
.dropdownBottom .bookWidget .dataField input {}
.bookWidget select {
    max-width: 200px;
    width: 200px;
    height: 28px;
    line-height: 1rem;
    margin: 0 0 20px;
    padding: 3px 0 3px 5px;
    vertical-align: middle;
}
.bookWidget .dataField input span {color: #d2d2d2;}
.bookWidget .bookingSubmitBtn {display: inline-block;}
.bookWidget .bookingSubmitBtn input {
    background: url("/includes/public/assets/images/booking-search.png") no-repeat scroll right center #009fc4;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    height: 31px;
    line-height: 1.25rem;
    margin-left: 15px;
    margin-top: 7px;
    padding-left: 15px;
    text-align: left;
    text-transform: uppercase;
    vertical-align: middle;
    width: 106px;
}

.ui-datepicker {z-index: 20002 !important;}

/************* newsleter signup & vguide styles ************/
.enews-container,
.custom_imagebox_guide {
  background: rgb(47,75,128); /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover,  rgba(47,75,128,1) 0%, rgba(46,41,92,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(47,75,128,1)), color-stop(100%,rgba(46,41,92,1))); /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover,  rgba(47,75,128,1) 0%,rgba(46,41,92,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover,  rgba(47,75,128,1) 0%,rgba(46,41,92,1) 100%); /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover,  rgba(47,75,128,1) 0%,rgba(46,41,92,1) 100%); /* IE10+ */
  background: radial-gradient(ellipse at center,  rgba(47,75,128,1) 0%,rgba(46,41,92,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f4b80', endColorstr='#2e295c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

  float: left;
  width: 100%;
  max-width: 220px;
  margin-left: 30px;
  border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 10px;
  position: relative;
  top: 28px;
  vertical-align: middle;
}
.enews-container .title,
.custom_imagebox_guide .title {display: inline-block; line-height: 22px; text-align: left;}

.enews-container a,
.custom_imagebox_guide a {
  font-family:'Batke W00 Regular';
  color: #d8e7e3;
  font-size: 16px;
  font-weight: normal;
  max-width: 200px;
}
.enews-container .title img,
.custom_imagebox_guide .title img {position: relative; margin-right: 12px; margin-top: 15px;}

.custom_imagebox_guide .title img {margin-top: 8px;}

.custom_imagebox_guide .img-container {
    height: 110px;
    left: 40px;
    padding: 0;
    position: absolute;
    top: -110px;
    width: 168px;
}
.custom_imagebox_guide .img-container .vg-img {width: 168px; height: 110px; display: block; text-align: center;}

/************* mapexplorer page styles ************/
#mapexplorerPlaceholder { margin-top: -55px; }

/************* sitemap styles ************/

.sitemap {
  background-color: #fff;
  padding: 10px;
  border: 1px solid #e4801c;
  border-radius: 10px;
  margin-bottom: 25px;
}
.sitemap li { list-style-position: inside; }
.sitemap li a { color: #413c37; }
.sitemap li a:hover { color: #EC1A24;}
.sitemap h4 { margin-top: 0px; color: #f8a83f; }

/********************************  MEDIA QUERY CUSTOMIXATIONS  *********************************/

/* /////////////////////////   MEDIA QUERIES  //////////////////////// */ 

/*** Mobile and Tablet ***/ 
@media only (min-width: 376px) and (max-width: 1024px){ 
	.header-section .header-right {min-height: 54px; position: relative; z-index: 1;}
	.primary-nav-cont {min-height: 54px;}

  .header-section .header-left {min-height: 84px; left: -55%; z-index: 99;}
  .header-section .header-left .logo a {
    background-image: url("/includes/public/assets/images/logo.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 98% auto;
    display: block;
    float: right;
    height: 80px;
    position: relative;
    right: 0;
    width: 300px;
  }

  .header-section .header-left .end {top: -44px;}
  .mobilenav .dl-menuwrapper {z-index: 20001;}

  .footer-logo {text-align: left; padding-left: 40px; }
  .footer-nav-cont {float: right; text-align: right; padding-top: 0;}

}

/*** Tablet and Desk***/ 
@media only screen and (min-width: 40.063em){ 
    .mobilenav .logo-mobile {display: none;}
    
    .sitemap ul.multicol {
      margin: 0;
      -moz-column-count: 2;
      -moz-column-gap: 30px;
      -webkit-column-count: 2;
      -webkit-column-gap: 30px;
      column-count: 2;
      column-gap: 30px;
    }
    
}

/*** Mobile ***/ 
@media only screen and (max-width: 40em) {
  h1 {line-height: 45px;}
  .layout-panel h2 {text-align: center;}
  .footer-logo,
  .footer-right,
  .footer-nav-cont {float: none; text-align: center; top: 40px;}
  .footer-logo {top: 0; padding: inherit 0;}
  .footer-right .logos {padding: 0;}
  .footer-copyright {padding: 5px 20px 10px; line-height: 24px;}
}

/*** Tablet ***/ 
@media only screen and (min-width: 40.063em) and (max-width: 64em) { 
    .city-nav-columns {border-bottom-left-radius: 15px;} 
}
/*** Desktop ***/ 
@media only screen and (min-width: 64.063em) { 
	.mobileHeader {display: none;}
}

/*@@@@@@@@@@@@@@@@@@@@@@@@@   WIDGET STYLES  @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*
  these are specific to droppable widgets on the site. 
  These should all be applied in shared.css or into the approprate modules
*/
.slideshow-container img{width: 100%;}



/* /////////////////////////   WIDGET MEDIA QUERIES  //////////////////////// */ 
/*** Small and Large Tablet ***/ 
@media only screen and (min-width: 40.063em) and (max-width: 1024px) {
    .bookWidget #booking_hotel {min-width: 640px;}
    .bookWidget h3 {font-size: 1.1rem; min-width: 100px; padding-right: 0px; text-align: left;}
    .bookWidget .bookcontent {margin-top: 0;}
    
    .bookWidget label,
    .bookWidget .dataField input, 
    .bookWidget select {display: block; font-size: 13px; min-width: 100px; max-width: 147px;}

    .bookWidget label {line-height: 20px;}

    .bookWidget .dataField, 
    .bookWidget .catField {margin: 0px 5px;}

    .bookWidget .dataField  {position: relative; top: 15px; width:25%;}
    .bookWidget .dataField label,
    .bookWidget .dataField input {position: relative; top: -15px; text-align: left;}
    .bookWidget .dataField:nth-of-type(1) {padding-left: 0;}
    .bookWidget .dataField:nth-of-type(2) {padding-right: 15px;}

    .bookWidget .catField {position: relative; top: 15px; padding-right: 15px;}
    
    .bookWidget .bookingSubmitBtn {position: relative; top: 10px;}
    .bookWidget .bookingSubmitBtn input {width: 90px; margin-left: 0; line-height: 1.25rem;}


}

@media only screen and (min-width: 64.001em) and (max-width: 79.375em){
  .header-section .header-left{
    width: 85vw;
  }

  .header-section .header-left .logo > a{
    background-size: contain;
    width: 287px;
    right: -32px;
  }
}

/*** Mobile and Large Tablet ***/ 
@media only screen and (max-width: 1024px) {
    .enews-container, .custom_imagebox_guide {margin-left: 10px; max-width: 200px; box-sizing: border-box;}
    .enews-container a, .custom_imagebox_guide a {font-size: 13px;}
    .custom_imagebox_guide .img-container {left: 20px;}

    .social-launch-pad .social-hub {min-width: 310px;}
    .social-launch-pad .social-icons {bottom: 0; display: block;}
    .social-launch-pad .social-title {margin: 10px; display: block; text-align: center; max-width: 300px;}
    .social-launch-pad .social-title a {font-size: 24px; line-height: 38px; text-align: center;}
    .social-launch-pad .social-icons .facebook, 
    .social-launch-pad .social-icons .twitter, 
    .social-launch-pad .social-icons .pinterest, 
    .social-launch-pad .social-icons .instagram, 
    .social-launch-pad .social-icons .youtube {width: 52px; height: 50px; background-size: cover;}
    .social-launch-pad .social-icons .twitter {
      background-position: -58px 0;
    }
    .social-launch-pad .social-icons .pinterest {
      background-position: -116px 0;
    }
    .social-launch-pad .social-icons .instagram {
      background-position: -174px 0;
    }
    .social-launch-pad .social-icons .youtube {
      background-position: -231px 0;
    }
}



/*** Mobile ***/ 
@media only screen and (max-width: 40em) {
    .bookWidget #booking_hotel {min-width: 260px;}    
    .bookWidget.booking-mobile {background-repeat: repeat; height: auto; min-height: 64px;}
    .bookWidget.booking-mobile #booking_hotel {float: none;}
    .bookWidget.booking-mobile .bookcontent {margin: 0; padding: 0 0 20px 0px !important; display: none;}
    .bookWidget.booking-mobile .bookcontent.active {display: block;}

    .bookWidget.booking-mobile .book-title {cursor: pointer; position: relative;}
    .bookWidget.booking-mobile .book-title i {position: absolute; top: 8px; left: 98%; color: #e4801d; display: block;}
    .bookWidget.booking-mobile .book-title.active i.fa-angle-down,
    .bookWidget.booking-mobile .book-title i.fa-times {display: none;}
    .bookWidget.booking-mobile .book-title.active i.fa-times {display: block;}

    .bookWidget .dataField:nth-of-type(1) {padding-left: 0;}
    .bookWidget.booking-mobile .book-title,
    .bookWidget.booking-mobile .dataField:nth-of-type(2),
    .bookWidget.booking-mobile .catField{border: 0 none;}

    .bookWidget.booking-mobile .dataField,
    .bookWidget.booking-mobile .dataField label,
    .bookWidget.booking-mobile .dataField input, 
    .bookWidget.booking-mobile .catField {width: 100%; max-width: none; display: block; float: none; text-align: left; margin: 0;}
    .bookWidget .dataField input {background-position: 98% 4px; padding-top: 5px;}

    .bookWidget.booking-mobile .dataField, 
    .bookWidget.booking-mobile .catField {margin-bottom: 5px; height: auto;}

    .bookWidget.booking-mobile .catField {padding-right: 0; margin-top: 30px;}
    .bookWidget.booking-mobile select {
        display: block;
        height: auto;
        line-height: 15px;
        margin: 0;
        max-width: none;
        padding: 5px 0 5px 5px;
        width: 100%;
      }

    .bookWidget.booking-mobile .dataField:nth-of-type(2) {padding-right: 0;}

    .bookWidget .bookingSubmitBtn {width: 100%; margin-top: 20px;}
    .bookWidget .bookingSubmitBtn input {
        background: url("/includes/public/assets/images/booking-search.png") no-repeat scroll right center #00a1c7;
        width: 100%;
        margin-left: 0;
    }

    .social-launch-pad {padding-bottom: 20px;}
    .enews-container,
    .custom_imagebox_guide {max-width: 100%; margin: 0px auto 20px; text-align: center;}

    .social-launch-pad .social-hub {max-width: 100%;}
    .social-launch-pad .social-title {margin: 15px auto 0; width: 100%; text-align: center;}
    .social-launch-pad .social-title a {line-height: 32px; text-align: center; font-size: 24px; width: 100%;}
    .social-launch-pad .social-icons {margin: 0 auto; text-align: center; bottom: 0;}
    .social-launch-pad .social-icons .social-link {margin: 0;}
}

/*
|---------------------------------------------------------------------------------------------
|  HOMEPAGE MEGA WIDGET STYLES - SEPARATED THESE SO ITS EASIER TO MANAGE, PLEASE LEAVE THESE HERE!!
|---------------------------------------------------------------------------------------------
*/
.mega-widget.layout-panel{
    display: inline-block;
    width: 100%;
    padding-bottom: 63px;
    position: relative;
    padding-bottom: 20px;
    margin-top: -25px;
    margin-bottom: -7px;
}
.mega-widget.layout-panel.open{
    display: block;
    overflow: visible;
    padding-bottom: 20px;
    margin-bottom: 0px;
}
.mega-widget.layout-panel .slot{
    margin-bottom: 40px;
    position: static;
}
.mega-widget.layout-panel .downArrow{
    background-color: #f7f7ef;
    background-image: url("/includes/public/assets/images/mega-widget-down-arrow.png");
    background-position: 35px 81px;
    background-repeat: no-repeat;
    background-size: 150px 31px;
    border-radius: 50%;
    bottom: -49px;
    box-shadow: 0 18px 32px -15px rgba(181, 140, 103, 0.6);
    display: none;
    height: 125px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 125px;
    cursor: pointer;
}
.mega-widget.layout-panel.open .downArrow{
    background-position: -61px 77px;
}
/*
|-----------------------
|  COLLECTION OVERWRITES
|-----------------------
*/
.mega-widget.layout-panel .custom_imagebox.card{
  padding-bottom: 0;
}
.mega-widget.layout-panel .cardHolder{
    padding: 0 20px;
    z-index: 100;
    position: relative;
}
.mega-widget.layout-panel .custom_imagebox.card .openLink{
    height: 142%;
    left: 0;
    position: absolute;
    top: -8%;
    width: 100%;
}
.mega-widget.layout-panel .sliderHolder{
    -webkit-transition: opacity 500ms ease-in, padding 150ms ease-in-out;
    -moz-transition: opacity 500ms ease-in, padding 150ms ease-in-out;
    -o-transition: opacity 500ms ease-in, padding 150ms ease-in-out;
    transition: opacity 500ms ease-in, padding 150ms ease-in-out;
    opacity: 0;
    max-height: 0;
    z-index: 50;
    overflow: hidden;
    background-color: #fab225;
}
.mega-widget.layout-panel.open .sliderHolder.active{
  max-height: 395px;
  display: block;
  height: auto;
  opacity: 1;
  max-height: none;
}
.mega-widget.layout-panel .sliderHolder .cardslider{
    margin:0 auto;
    max-width: 354px;
}
.mega-widget.layout-panel.open .sliderHolder.active{
    display: block;
    padding: 0 20px;
    padding: 36px 20px 0;
    margin: -14px 0 0;
}
.mega-widget.layout-panel .custom_slider .arrows .arrow{
  background-image: url("/includes/public/assets/images/slider-arrows-white.png");
}
.mega-widget.layout-panel div.sliderHolder[data-sv-color="yellow-orange"]{
  background-color: #faa500;
}
.mega-widget.layout-panel div.sliderHolder[data-sv-color="orange"]{
  background-color: #e48424;
}
.mega-widget.layout-panel div.sliderHolder[data-sv-color="brown"]{
  background-color: #a5610e;
}

/*
|-----------------------
|  MEDIA QUERIES
|-----------------------
*/
/*** MOBILE ***/ 
@media only screen and (max-width: 40em) {
  h1 { text-align: center;}
    .mega-widget.layout-panel .custom_imagebox.card .itemOuter {
      margin-bottom: -25px;
  }
  .mega-widget.layout-panel .custom_imagebox.card .itemOuter.hoverCard{
      margin-bottom: 0;
  }
  .mega-widget.layout-panel.open .custom_imagebox.card .itemOuter.hoverCard {
      margin-bottom: 28px;
  }
  
}
/*** TABLET AND DESKTOP ***/ 
@media only screen and (min-width: 40.063em){
  .layout-panel { padding-top: 3.375rem; padding-bottom: 3.375rem;}
  .mega-widget.layout-panel{
    box-shadow: 0 18px 17px -23px #212121;
    display: inline-block;
    width: 100%;
    padding-left: 18px;
    padding-bottom: 50px;
  }
  .mega-widget.layout-panel .sliderHolder{
    position: absolute;
    bottom: 0;
    /*display: none;*/
  }
  .mega-widget.layout-panel .sliderHolder.active{
    bottom: 0;
    right: 0;
    width: 100%;
  }
  .mega-widget.layout-panel .sliderHolder .cardslider{
    max-width: none;
  }
  .mega-widget.layout-panel .slot{
    margin-bottom: 0;
  }
  .mega-widget.layout-panel .downArrow{
    display: block;
  }
  .mega-widget.layout-panel.open .sliderHolder.active {
    margin: -14px 0 20px;
  }
    
}
/*** ANY TABLET SIZE (aside from whats overwritten below) ***/ 
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .mega-widget.layout-panel.open {
      padding-bottom: 63.5%;
      padding-left: 10px;
    }
    .mega-widget.layout-panel .card .itemOuter{
      margin-right: 1.8%;
      width: 31.5%;
    }
    .mega-widget.layout-panel{
      padding-bottom: 30px;
    }
    .mega-widget.layout-panel .custom_imagebox.card .openLink{
        height: 126%;
    }
    .bookWidget .book-title {margin-top: 25px;}
    .bookWidget #booking_hotel {min-width: 610px; margin-top: 8px;}
    .bookWidget .dataField {top: 9px;}
    .bookWidget .dataField:nth-of-type(2) {border: 0 none; padding-right: 0px;}
    .bookWidget .catField {padding: 0 15px; border-left: 1px solid #5a6a6f;}
    .bookWidget label, .bookWidget .dataField input, .bookWidget select {max-width: 135px;}
}
/*** SMALL TABLET (vertical) 641 - 731 ***/ 
@media only screen and (min-width: 40.063em) and (max-width: 45.688em) { 
    .mega-widget.layout-panel.open {
      padding-bottom: 71%;
    }
    .mega-widget.layout-panel{
      padding-bottom: 0px;
    }
    .mobilenav {max-width: 375px;}
    .header-section .header-right {min-height: 54px;}
    .header-section .header-left {left: -48%; min-height: 115px}
    .header-section .header-left .end {right: -47px;}
    .header-section .header-left .end img {height: 133px;}
    .header-section .header-left .logo a { width: 301px; height: 83px; background-size: 100% auto;}
    .mega-widget.layout-panel .custom_imagebox.card .openLink{
        height: 100%;
    }
    .bookWidget .book-title {margin-top: 25px;}
    .bookWidget #booking_hotel {min-width: 610px; margin-top: 8px;}
    .bookWidget .dataField {top: 9px;}
    .bookWidget .dataField:nth-of-type(2) {border: 0 none; padding-right: 0px;}
    .bookWidget .catField {padding: 0 15px; border-left: 1px solid #5a6a6f;}

}
/*** MEDIUM TABLET (vertical) 731 - 771 ***/ 
@media only screen and (min-width: 45.750em) and (max-width: 48.188em) { 
    .mega-widget.layout-panel.open {
      padding-bottom: 68%;
    }
    .mega-widget.layout-panel{
      padding-bottom: 0px;
    }
    .mobilenav {max-width: 375px;}
    .header-section .header-right {min-height: 54px;}
    .header-section .header-left {left: -48%; min-height: 115px}
    .header-section .header-left .end {right: -47px;}
    .header-section .header-left .end img {height: 133px;}
    .header-section .header-left .logo a { width: 301px; height: 83px; background-size: 100% auto;}

    .bookWidget .book-title {margin-top: 25px;}
    .bookWidget #booking_hotel {min-width: 610px; margin-top: 8px;}
    .bookWidget .dataField {top: 9px;}
    .bookWidget .dataField:nth-of-type(2) {border: 0 none; padding-right: 0px;}
    .bookWidget .catField {padding: 0 15px; border-left: 1px solid #5a6a6f;}
}
/*** MEDIUM/LARGE TABLET (landscape) 772 - 900 ***/ 
@media only screen and (min-width: 48.250em) and (max-width: 56.250em) { 
    .mega-widget.layout-panel.open {
      padding-bottom: 65%;
    }
    .mega-widget.layout-panel{
      padding-bottom: 10px;
    }
    .bookWidget .book-title {margin-top: 25px;}
    .bookWidget #booking_hotel {min-width: 610px; margin-top: 8px;}
    .bookWidget .dataField {top: 8px;}
    .bookWidget .dataField:nth-of-type(2) {border: 0 none; padding-right: 0px;}
    .bookWidget .catField {padding: 0 15px; border-left: 1px solid #5a6a6f;}
}
/*** DESKTOP 1025+ ***/ 
@media only screen and (min-width: 64.063em) {
  h1 { font-size: 3.125rem; line-height: 3.438rem;}
  h2 { font-size: 1.875rem; line-height: 2.500rem;}
  h3 { font-size: 1.875em; letter-spacing: -0.25px;}
  h4 { font-size: 1.563rem; letter-spacing: -0.25px;}
  h5 { font-size: 1.500rem;}
  h6 { font-size: 1.500rem;}
  p.intro { font-size: 1.063rem; line-height: 1.875rem;}
    .mega-widget.layout-panel{
      padding-bottom: 50px;
    } 
    .mega-widget.layout-panel .sliderHolder .cardslider{
      max-width: 1260px;
    }
    .mega-widget.layout-panel .slot{
      max-width: 1260px;
      margin: 0 auto;
    }
    .mega-widget.layout-panel.open {
      padding-bottom: 59.5%;
      padding-left: 10px;
    }
    .mega-widget.layout-panel .card .itemOuter{
      margin-right: 1.8%;
      width: 31.5%;
    }
    
}
/*** MEDIUM DESKTOP FIX 1025 - 1070 ***/ 
@media only screen and (min-width: 64.063em) and (max-width: 66.875em){ 
  .mega-widget.layout-panel.open {
      padding-bottom: 61%;
    }  
}
/*** MEDIUM/LARGE DESKTOP FIX 1071 - 1194 ***/ 
@media only screen and (min-width: 66.938em) and (max-width: 74.625em){ 
  .mega-widget.layout-panel.open {
      padding-bottom: 60%;
    }
}
/*** LARGE DESKTOP (when page goes past max conent area) 1272+ ***/ 
@media only screen and (min-width: 79.500em) { 
    .mega-widget.layout-panel.open {
      padding-bottom: 756px;
    }
}



div[data-widget-getsocial].getsocial{
  margin:0 auto;
  width: 100%;
  background-color: #004e7d;
  height:117px;
  display:block;
  margin-bottom: 16px;
}

div[data-widget-getsocial].getsocial #getsocial-label{
  width:50%;
  height: inherit;
  display: inline-block;
  float: left;
  text-align: right;
  font-family: 'Fertigo W01 Regular';
  font-size: 2.500rem;
  font-weight: bold;
  line-height: 7.500rem;
  text-transform: uppercase;
  color: white;
  padding-right: 2%;
  text-rendering: optimizeLegibility;
}
div[data-widget-getsocial].getsocial #getsocial-label > span:hover{
  cursor: pointer;
}

div[data-widget-getsocial].getsocial #getsocial-icons{
  width:50%;
  height: inherit;
  display:inline-block;
  float: left;
}
div[data-widget-getsocial].getsocial #getsocial-icons a{
  display: inline-block;
  width: 39px;
  height: 38px;
  position: relative;
  top:33%;
  background-image: url('/includes/public/assets/images/getsocial-icons.png');
}
div[data-widget-getsocial].getsocial #getsocial-icons a[data-social='facebook']{
  background-position: 0%;
}
div[data-widget-getsocial].getsocial #getsocial-icons a[data-social='twitter']{
  background-position: 25%;  
}
div[data-widget-getsocial].getsocial #getsocial-icons a[data-social='instagram']{
  background-position: 49%;
}
div[data-widget-getsocial].getsocial #getsocial-icons a[data-social='youtube']{
  background-position: 75%;
}
div[data-widget-getsocial].getsocial #getsocial-icons a[data-social='pinterest']{
  background-position: 100%;
}

@media only screen and (max-width: 640px) { 
    .getsocial{
      margin:0 auto;
      width:290px;
      height: auto;
      margin-bottom: 24px;
    }

    div[data-widget-getsocial].getsocial #getsocial-label{
      width: 100%;
      display: block;
      text-align: center;
      height: auto;
      line-height: 1.5em;
      padding-top: 0.6%;
    }

    div[data-widget-getsocial].getsocial #getsocial-icons{
      float: none;
      width: auto;
      height: auto;
      display: block;
      text-align: center;
    }
}


