@charset "utf-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700");
@import url("https://fonts.googleapis.com/css?family=Catamaran|Lato:300,400");
@import url("https://fonts.googleapis.com/css?family=Merriweather+Sans:300,400,400i,700|Play:400,700");
/*------------------------------------------------------- TEXT STYLES------------------------------------------*/
.LB-column-33 {
  display: block;
  float: left;
  width: 32%;
  height: 261px;
  margin-left: 0.85%;
}
.example-image {
  min-width: 100%;
  /*min-height: 169px;*/
  max-width: 100%;
  margin: 10px;
  height: auto;
}
.example-image-link {
  width: 100%;
  display: block;
  max-width: 93%;
  height: 169px;
  margin: 10px;
}
.lightbox .lb-image {
  border: none !important;
}
.white-Back {
  background: white;
}
.V {
  margin-top: 2px;
  font-size: 1.1em;
  position: absolute;
}
.link-list {
  padding-top: 5px;
  width: 42%;
  display: block;
  float: left;
}
.img-border {
  padding-bottom: 0 !important;
  border-bottom: 4px solid #fff;
}
#tv-logo {
  max-width: 100% !important;
  min-width: 100% !important;
  width: 100% !important;
  height: 670px;
  margin-top: 30px;
}
.Home-button {
  display: block;
}
#nav-1 {
  display: none;
}
.wrapper {
  margin-left: 30px;
}
.footer-Brand {
  float: right;
  margin-right: 12px;
  /*position: absolute;*/
  color: #999;
  padding-bottom: 10px;
  bottom: 20px;
}
.CA:hover {
  color: cyan;
}
.CA {
  margin-left: 25px;
  display: none !important;
}
.img-poster {
  max-width: 100%;
  margin-top: 50px;
}
.img-view,
.img-view-2,
.img-view-3 {
  max-width: 100%;
  margin-top: 40px;
  padding-bottom: 30px;
  display: block;
  margin: 0 auto;
}
.img-view-3 {
  padding-top: 30px;
}
.prev,
.next {
  color: red !important;
  background: rgba(0, 0, 0, 0.5);
}
/*For full width images E.g. Hurricane Guide*/
.img-view-2 {
  width: 100%;
  padding-top: 30px;
}
.h1-title {
	color: #fff;
	font-family: arial, san-serif;
	font-weight: 600;
	letter-spacing: 0.02em;
	text-align: center;
	padding-bottom: 14px;
	font-size: 1.9em;
}
.f-slash {
  color: #27cdfa;
  font-weight: bolder;
  font-size: 1.4em;
  margin-left: 5px;
  padding-right: 12px;
}
a {
  color: #27cdfa;
  text-decoration: none;
}
.p-text {
  color: #edebeb;
  font-family: helvetica, arial, san-serif;
  line-height: 1.6em;
  letter-spacing: 0.07em;
  text-align: left;
  font-weight: 500;
  word-spacing: 0.02em;
  font-size: 1.05em;
  margin-left: 34px;
  max-width: 950px;
}
.p-text,
footer p {
  color: hsl(0, 0%, 85%);
  font-family: helvetica, arial, san-serif;
  font-weight: 400;
}
.image,
body,
html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
body {
  width: 99%;
}
/*.full_Heigh{
	
	min-height: 1400px;
	
}*/
.nav_a {
  color: #fff;
  position: relative;
  z-index: 9999;
  text-decoration: none;
  margin-left: 27px;
  font-size: 1.1em;
}
a:hover,
input:hover {
  color: cyan;
}
html {
  position: relative;
  z-index: 0;
  background: #000000;
}
/*-------------- MAIN SLIDER ----------------------*/
.slider {
  /*min-height: 1400px;*/
  position: absolute;
  z-index: -2;
  overflow: hidden;
  margin: 0 auto;
  /*	min-width: 1450px;*/
  width: calc(100% - 250px);
  height: 100%;
  /*box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.3), inset 0 0 20px rgba(161, 161, 161, 0.3);*/
}
.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: sldr-effect 75s ease-in-out infinite;
  -webkit-animation: sldr-effect 75s ease-in-out infinite;
  -o-animation: sldr-effect 75s ease-in-out infinite;
  -moz-animation: sldr-effect 75s ease-in-out infinite;
  -ms-animation: sldr-effect 75s ease-in-out infinite;
}
.slide .image {
  float: left;
  position: absolute;
}
.slide:nth-child(1) {
  animation-delay: -80s;
  -webkit-animation-delay: -80s;
  -moz-animation-delay: -80s;
  -o-animation-delay: -80s;
  -ms-animation-delay: -80s;
  z-index: 8;
}
.slide:nth-child(2) {
  animation-delay: -70s;
  -webkit-animation-delay: -70s;
  -moz-animation-delay: -70s;
  -o-animation-delay: -70s;
  -ms-animation-delay: -70s;
  z-index: 7;
}
.slide:nth-child(3) {
  animation-delay: -60s;
  -webkit-animation-delay: -60s;
  -moz-animation-delay: -60s;
  -o-animation-delay: -60s;
  -ms-animation-delay: -60s;
  z-index: 6;
}
.slide:nth-child(4) {
  animation-delay: -50s;
  -webkit-animation-delay: -50s;
  -moz-animation-delay: -50s;
  -o-animation-delay: -50s;
  -ms-animation-delay: -50s;
  z-index: 5;
}
.slide:nth-child(5) {
  animation-delay: -40s;
  -webkit-animation-delay: -40s;
  -moz-animation-delay: -40s;
  -o-animation-delay: -40s;
  -ms-animation-delay: -40s;
  z-index: 4;
}
.slide:nth-child(6) {
  animation-delay: -30s;
  -webkit-animation-delay: -30s;
  -moz-animation-delay: -30s;
  -o-animation-delay: -30s;
  -ms-animation-delay: -30s;
  z-index: 3;
}
.slide:nth-child(7) {
  animation-delay: -20s;
  -webkit-animation-delay: -20s;
  -moz-animation-delay: -20s;
  -o-animation-delay: -20s;
  -ms-animation-delay: -20s;
  z-index: 2;
}
/* .slide:nth-child(8) {
  animation-delay: -10s;
  -webkit-animation-delay: -10s;
  -moz-animation-delay: -10s;
  -o-animation-delay: -10s;
  -ms-animation-delay: -10s;
  z-index: 1;
} */
@keyframes sldr-effect {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes sldr-effect {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes sldr-effect {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.slide:nth-child(1) .image {
  background-image: url("../Images/Slider/slide-8.jpg");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
}
.slide:nth-child(2) .image {
  background-image: url("../Images/Slider/slide-2.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.slide:nth-child(3) .image {
  background-image: url("../Images/Slider/slide-7.jpg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}
.slide:nth-child(4) .image {
  background-image: url("../Images/Slider/slide-1.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.slide:nth-child(5) .image {
  background-image: url("../Images/Slider/slide-5.jpg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}
/* .slide:nth-child(6) .image {
  background-image: url("../Images/Slider/slide-6.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
} */
.slide:nth-child(6) .image {
  background-image: url("../Images/Slider/slide-7.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.slide:nth-child(7) .image {
  background-repeat: no-repeat;
  background-image: url("../Images/Slider/slide-4.jpg");
  background-position: 50% 50%;
  background-size: cover;
}
/*--------------------SLIDER   2-----------------------------------------------------------------------------*/
.slider2-Wrapper,
.slider4-Wrapper {
  padding-top: 145px;
}
.slider-dots {
  display: none;
}
/** {box-sizing:border-box}*/
/* Slideshow container */
.slideshow-container {
  position: relative;
  margin: auto;
}
/* Hide the images by default */
.mySlides {
  display: none;
}
/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.active,
.dot:hover {
  background-color: #717171;
}
/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

.slider-block {
  height: 470px;
  float: left;
  margin-left: 5%;
}

.title-pad {
  margin-top: 3.5%;
  float: left;
}

.imaging-wrapper {
  margin-top: 60px;
  float: left;
  display: block;
  width: 96%;
  margin-left: 30px;
}

.lightboxOverlay {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.9 !important;
}

.example-image-link-2 {
  display: inline !important;
}
/*-------------------------- END SLIDER 2 ----------------------------*/
#spt-wrapper {
  width: 90%;
  height: auto;
}
.marquee {
  margin: -1px 0 0 5px;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  max-height: 18px;
  transform: skew(16deg);
}
.marquee span {
  display: inline-block;
  padding-left: 100%;
  -webkit-animation: marquee 250s linear infinite;
  animation: marquee 250s linear infinite;
  position: relative;
}
.marquee span:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}
/*-------------------------------TEXT STYLES-------------------------------------------------*/
/*------------------------ MAIN ------------------------------------*/

/*-------------------------------------SPOTLIGHT--------------------*/
.spotlight {
  min-height: 225px;
  box-shadow: inset 0px 1px 5px rgba(0, 0, 0, 0.2),
    inset 0px 0px 20px rgba(161, 161, 161, 0.2);
  border-radius: 0 0 9px 9px;
  margin: 31px 30px 0 25px;
  border: 1px solid rgba(65, 64, 66, 0.19);
  background: #f0fcfe;
  max-width: 230px;
  min-width: 230px;
}
.spotlight-NT {
  background: #fff;
}
.spt-title {
  background: #47d1ee;
  width: 230px;
  height: 40px;
  margin-top: -18px;
  box-shadow: inset 0px 1px 5px rgba(0, 0, 0, 0.1),
    inset 0px 0px 20px rgba(161, 161, 161, 0.3);
}
.spt-title h3 {
  width: 100%;
  font-size: 15px !important;
  /*  letter-spacing: 0.03em;*/
  font-family: "Catamaran", sans-serif;
  color: #fff;
  text-decoration: none;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: bolder;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  padding-top: 9px;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.spt-content img {
  margin: 5px 0 0 27px;
  border-radius: 7px;
}
.spt-content ul {
  margin: 22px 0 0 20px;
}
.spt-content li {
  display: block;
  min-width: 200px;
}
.spot-links li {
  margin-left: 30px;
}
.spt-content li a {
  display: block;
  color: #0fb8cf;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.7em !important;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  min-width: 210px;
  min-height: 22px;
  margin-top: 4px;
  font-family: "Open Sans", sans-serif;
}
.feat-link {
  color: #0fb8cf;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.7em !important;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  min-width: 150px;
  min-height: 22px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  padding-top: 5px;
  display: block;
  position: relative;
}
.half {
  max-width: 50%;
}
.left {
  position: absolute;
  left: 0;
}
.right {
  position: absolute;
  right: 0;
}
.bu,
.spt-content li a:hover,
a:hover {
  color: rgba(241, 120, 91, 1);
}
.bu:hover {
  color: #0fb8cf;
}
/*------------------------------END SPOTLIGHT-------------------------------------*/
#container {
  height: 100%;
  position: relative;
}
nav {
  width: 250px;
  float: left;
  position: fixed;
  /*position: fixed;*/
  /*background-image: url('../Images/2019-Claudio-Abbascia-logo-B2.jpg');
	background-repeat: no-repeat;
	background-position: 0 0;
	background-position: 37px 7px;
    background-size: 70%;*/
  /*	box-shadow: inset 0px 1px 5px rgba(0, 0, 0, 0.1), inset 0px 0px 20px rgba(161, 161, 161, 0.3);*/
}
.logo {
  width: 250px;
  height: 129px;
  float: left;
  position: fixed;
  z-index: 99999;
  background-color: #000;
  background-image: url("../Images/2019-Claudio-Abbascia-logo-B2.jpg");
  background-repeat: no-repeat;
  background-position: 37px 7px;
  background-size: 70%;
  /*	box-shadow: inset 0px 1px 5px rgba(0, 0, 0, 0.1), inset 0px 0px 20px rgba(161, 161, 161, 0.3);*/
}
.logo:hover {
  cursor: pointer !important;
  z-index: 99999;
  background-image: url("../Images/2019-Claudio-Abbascia-logo-B.jpg");
}
section#content {
  display: block;
  max-width: 100%;
  /*  min-width: 850px;*/
  margin-left: 250px;
  width: calc(99% - 252px);
}
section#right {
  position: relative;
  float: right;
  min-width: 278px;
  margin-top: 2px;
  padding-bottom: 50px;
}
/*------------------------------SIDE NAV-------------------------------*/
.accordion {
  font-family: Arial, Helvetica, sans-serif;
  border-width: 0px;
  margin: 129px 0 0 0;
  width: 250px;
}
.accordion-content ul {
  list-style-type: none;
  margin: 0 0 0 20px;
  padding: 0;
  width: 230px;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.accordion-content li a {
  display: block;
  color: hsl(0, 0%, 0%);
  padding: 12px 10px 7px 14px;
  text-decoration: none;
  font: 500 0.8em Arial !important;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.7em !important;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: hsl(0, 0%, 100%);
  min-width: 210px;
  min-height: 22px;
  margin-top: 4px;
}

#marquee {
  transform: skew(-16deg);
  margin-left: 25px;
}
.accordion-content li a.active {
  background-color: #4caf50;
  color: white;
}
.accordion-content li a:hover:not(.active) {
  background-color: hsl(0, 0%, 20%);
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.accordion > ul > li {
  background: #faf5e5;
}
.accordion > ul > li,
.accordion-title,
.accordion-content,
.accordion-separator {
  float: none;
}
.accordion > ul > li {
  margin-right: -0px;
  margin-bottom: -270px;
}
.accordion-select:checked ~ .accordion-separator {
  margin-right: 0px;
  margin-bottom: 74px;
}
.accordion-select:checked ~ .accordion-separator-2 {
  margin-right: 0px;
  margin-bottom: 170px;
}
.accordion-select:checked ~ .accordion-separator-3 {
  margin-right: 0px;
  margin-bottom: 156px;
}
.accordion-select:checked ~ .accordion-separator-4 {
  margin-right: 0px;
  margin-bottom: 156px;
}
.accordion-select:checked ~ .accordion-separator-5 {
  margin-right: 0px;
  margin-bottom: 120px;
}
.accordion-select:checked ~ .accordion-separator-6 {
  margin-right: 0px;
  margin-bottom: 110px;
}
.accordion-select:checked ~ .accordion-separator-7 {
  margin-right: 0px;
  margin-bottom: 74px;
}
.accordion-select:checked ~ .accordion-separator-8 {
  margin-right: 0px;
  margin-bottom: 170px;
}
.accordion-title,
.accordion-select {
  background-color: #f4f1f1;
  color: #fff;
  width: 250px;
  height: 40px;
  letter-spacing: 0.03em;
  border-bottom: 1px solid transparent;
  font-family: "Catamaran", sans-serif;
  color: #3b3b3b;
  text-decoration: none;
  letter-spacing: 1.5px;
  color: #fff;
  font-size: 1em;
  font-weight: bolder;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.accordion-title span {
  margin-bottom: 20px;
  margin-left: 27px;
}
.accordion-select:hover ~ .accordion-title,
.accordion-select:checked ~ .accordion-title {
  /*	background-color: #fff;*/
  color: #fff;
}
.accordion-title span {
  transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -ms-writing-mode: lr-tb;
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  margin-bottom: -2px;
  line-height: 40px;
  /*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);*/
}
.accordion-content {
  color: #646e61;
  height: 250px;
  width: 230px;
  padding: 20px;
}
.accordion-title,
.accordion-select:checked ~ .accordion-content {
  margin-right: 2px;
}
/*---------- ACCORDION -------------------------------------------------------- */
.accordion {
  overflow: hidden;
  background: #000000;
}
.accordion > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
.accordion > ul > li,
.accordion-title {
  position: relative;
  background: #000000;
}
.accordion-select {
  cursor: pointer;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  margin: 0;
  z-index: 1;
}
.accordion-title span {
  display: block;
  position: absolute;
  bottom: 0px;
  width: 100%;
  white-space: nowrap;
}
.accordion-content {
  position: relative;
  overflow: auto;
}
.accordion-separator,
.accordion-separator-2,
.accordion-separator-3,
.accordion-separator-4,
.accordion-separator-5,
.accordion-separator-6,
.accordion-separator-7,
.accordion-separator-8 {
  transition: margin 0.3s ease 0.22s;
  -o-transition: margin 0.3s ease 0.22s;
  -moz-transition: margin 0.3s ease 0.22s;
  -webkit-transition: margin 0.3s ease 0.22s;
}
/*----------------------------END SIDE NAV--------------------------------------*/
footer {
  width: 100%;
  background: lightgray;
  display: block;
}
#mobile-menu {
  display: none;
}
i {
  color: white;
}
.slider3-Wrapper {
  max-width: 92%;
  padding-top: 30px;
  margin: 0 auto;
}
.slider4-Wrapper {
  max-width: 907px;
  padding-top: 30px;
  margin: 0 auto;
}

.H-guide-desk {
  padding: 22px 0 0 46px !important;
}

.comment {
  font-size: 0.8em;
  font-style: italic;
  letter-spacing: 0;
}

.mobile-wrapper {
  width: 99%;
  margin: 0 auto;
}

@media all and (max-width: 768px) {
  .slider4-Wrapper {
    max-width: 89%;
  }
  .LB-column-33 {
    width: 48%;
    height: 31vw;
  }
  #mobile-menu {
    position: fixed;
    display: block;
    margin-top: 2px;
    z-index: 200;
    color: white;
    right: 14px;
    width: 35px;
    height: 40px;
    top: 10px;
  }
  #mobile-loglink {
    position: fixed;
    display: block;
    margin-top: 2px;
    z-index: 200;
    left: 0;
    height: 50px;
    top: 0;
    width: 70px;
  }
  .menuItem {
    float: right;
    height: 43px;
    margin-top: 0px;
    width: 100%;
    padding: 9px 0px 0 9%;
    background-color: #000;
    position: fixed;
    z-index: 4;
    border-bottom: 2.5px solid white;
    background-image: url("../Images/CA-mobile-header.png");
    background-repeat: no-repeat;
    background-position: 3px 2px;
  }
  #main-wrapper {
    min-width: 100% !important;
  }
  .Show-nav {
    display: block;
    /* position: relative; */
    /* height: 1440px;*/
    background: #000;
    margin-top: 56px;
    z-index: 3;
    min-height: 750px;
    position: fixed;
  }
  .off {
    display: none !important;
  }
  nav {
    display: none;
  }
  section#content {
    display: block;
    width: 97%;
    max-width: 100%;
    /* min-width: 100%;*/
    margin-left: 0;
    padding-top: 50px;
  }
  .slider2-Wrapper,
  .slider3-Wrapper,
  .slider4-Wrapper {
    max-width: 82%;
    padding-top: 30px;
    margin: 0 auto;
    min-height: 128px;
  }
  .slider {
    width: 100% !important;
  }
  .Img-view-menu {
    margin-top: 22px;

    display: inline-block;
    position: fixed;
  }
  .img-view,
  .img-view-2,
  .img-view-3 {
    margin-left: 0;
  }
  .p-text {
    line-height: 1.3em;
    letter-spacing: 0.05em;
    text-align: left;
    font-weight: 500;
    word-spacing: 0.05em;
    font-size: 0.9em;
    margin-left: 10px;
    max-width: 90%;
  }
  .accordion {
    margin-top: 10px;
  }
  .Home-button {
    display: block !important;
  }
  .CA {
    display: none;
  }
  .slide:nth-child(1) .image {
    background-image: url("../Images/Slider/slide-8.jpg");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
  }
  .h1-title {
    font-size: 1.1em;
    line-height: 1.3em;
    margin-left: 10px;
  }
  #tv-logo {
    height: 447px;
  }
  .mobile-wrapper {
    width: 91%;
    margin: 0 auto;
  }
}
/*----------------------------- END 767PX -------------------------------*/
@media only screen and (min-width: 1900px) {

  .wrapper {
    padding-bottom: 13%;
  }
  .p-text {
    max-width: 86%;
  }
  .img-view {
    width: 1037px;
  }
  .accordion-content li a {
    line-height: 1.6em;
  }
  nav {
    width: 300px;
    font-size: 1.1em;
  }
  section#content {
    margin-left: 300px;
    width: calc(99% - 300px);
  }
  .accordion-content ul {
    margin: 0 0 0 50px;
    width: 250;
  }
  .logo {
    width: 300px;
  }
  #tv-logo {
    height: 1280px;
  }
  .slideshow-container-pad {
    padding-bottom: 110px;
  }
  .logo {
    width: 299px;
    margin-top: 25px;
  }
  .accordion-content ul {
    margin: 0 0 0 26px;
  }
  .accordion-content {
    width: 260px;
  }
  .img-view-3 {
    min-width: 97%;
  }
  .accordion {
    width: 300px;
    margin-top: 240px;
  }
  .logo {
    height: 200px;
    margin-top: 0;
    background-position: 37px 65px;
  }
  .slider4-Wrapper {
    padding-bottom: 230px;
  }
  .slider {
    width: calc(100% - 300px);
  }
}
/*----------------------------- END 2000PX -------------------------------*/
@media all and (orientation: landscape) and (max-width: 1100px) {
  /*

#tv-logo {
	
	margin-top: -95px!important;
}
*/
  #mobile-menu {
    position: fixed;
    display: block;
    margin-top: 2px;
    z-index: 200;
    color: white;
    right: 14px;
    width: 35px;
    height: 40px;
    top: 10px;
  }
  .menuItem {
    float: right;
    height: 43px;
    margin-top: 0px;
    width: 100%;
    padding: 9px 0px 0 9%;
    background-color: #000;
    position: fixed;
    z-index: 4;
    border-bottom: 2.5px solid white;
    background-image: url("../Images/CA-mobile-header.png");
    background-repeat: no-repeat;
    background-position: 3px 2px;
  }
  #main-wrapper {
    min-width: 100% !important;
  }
  .Show-nav {
    display: block;
    position: relative;
    /* height: 1440px;*/
    background: #000;
    margin-top: 56px;
    z-index: 3;
    min-height: 750px;
  }
  .off {
    display: none !important;
  }
  nav {
    display: none;
  }
  section#content {
    display: block;
    width: 100%;
    max-width: 100%;
    /* min-width: 100%;*/
    margin-left: 0;
    padding-top: 50px;
  }
  .slider2-Wrapper,
  .slider3-Wrapper,
  .slider4-Wrapper {
    max-width: 90%;
    padding-top: 30px;
    margin: 0 auto;
    min-height: 128px;
  }
  .slider {
    width: 100%;
  }
  .Img-view-menu {
    margin-top: 22px;
    position: absolute;
    display: inline-block;
    /* position: fixed; */
    width: calc(100% - 250px) !important;
  }
  .img-view,
  .img-view-2,
  .img-view-3 {
    margin-left: 0;
  }
  .p-text {
    line-height: 1.3em;
    letter-spacing: 0.05em;
    text-align: left;
    font-weight: 500;
    word-spacing: 0.05em;
    font-size: 0.9em;
    margin-left: 10px;
    max-width: 90%;
  }
  .accordion {
    margin-top: 10px;
  }
  .Home-button {
    display: block !important;
  }
  .CA {
    display: none;
  }
  .slide:nth-child(1) .image {
    background-image: url("../Images/Slider/slide-8.jpg");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
  }
  .h1-title {
    font-size: 1.1em;
    line-height: 1.3em;
    margin-left: 10px;
  }
  #tv-logo {
    width: 100% !important;
    height: 447px !important;
    margin-top: -1px;
  }
  #tv-logo iframe {
    width: 100% !important;
    height: 447px !important;
  }
  .mobile-wrapper {
    width: 91%;
    margin: 0 auto;
  }
  #mobile-loglink {
    position: fixed;
    display: block;
    margin-top: 2px;
    z-index: 200;
    left: 0;
    height: 50px;
    top: 0;
    width: 70px;
  }
  .slide-view-menu {
    margin: 387px 0 0 0 !important;
    max-width: 66% !important;
  }

  .slide:nth-child(1) .image {
    background-position: 0 48% !important;
  }
}
@media all and (orientation: portrait) {
  .slide:nth-child(1) .image {
    background-position: top left !important;
  }
  .link-list {
    width: 90%;
  }
  /*
	.slider2-Wrapper, .slider3-Wrapper, .slider4-Wrapper {
    max-width: 60%!important;
	}
*/
}
@media all and (max-width: 568px) {
  .LB-column-33 {
    width: 98%;
    height: 56vw;
  }

  .full-width {
    display: block;
    margin: 0 auto !important;
  }
  .slider-block {
    height: 218px;
  }
}

/* ------ SLIDERS FIX ------------- */

html body div#lightbox.lightbox div.lb-outerContainer {

  width: 80% !important;
  height: auto !important;
  
  }
  
  html body div#lightbox.lightbox div.lb-outerContainer div.lb-container img.lb-image {
  
  width: 100% !important;
  height: auto !important;
  
  }
