/* 
============================
DEVICES 
============================
*/
/* 
============================
COLOR PALLETE 
============================
*/
/* general colors */
/* 
============================
FONTS 
============================
*/
@font-face {
  font-family: 'Solis';
  src: url('/assets/fonts/solis/solis-regular.eot');
  /* IE9 Compat Modes */
  src: url('/assets/fonts/solis/solis-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/assets/fonts/solis/solis-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('/assets/fonts/solis/solis-regular.woff') format('woff'), /* Pretty Modern Browsers */ url('/assets/fonts/solis/solis-regular.ttf') format('truetype');
  /* Safari, Android, iOS */
}
@font-face {
  font-family: 'Solis';
  src: url('/assets/fonts/solis/solis-thin.eot');
  /* IE9 Compat Modes */
  src: url('/assets/fonts/solis/solis-thin.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/assets/fonts/solis/solis-thin.woff2') format('woff2'), /* Super Modern Browsers */ url('/assets/fonts/solis/solis-thin.woff') format('woff'), /* Pretty Modern Browsers */ url('/assets/fonts/solis/solis-thin.ttf') format('truetype');
  /* Safari, Android, iOS */
  font-weight: 100;
}
@font-face {
  font-family: 'Solis';
  src: url('/assets/fonts/solis/solis-medium.eot');
  /* IE9 Compat Modes */
  src: url('/assets/fonts/solis/solis-medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/assets/fonts/solis/solis-medium.woff2') format('woff2'), /* Super Modern Browsers */ url('/assets/fonts/solis/solis-medium.woff') format('woff'), /* Pretty Modern Browsers */ url('/assets/fonts/solis/solis-medium.ttf') format('truetype');
  /* Safari, Android, iOS */
  font-weight: 300;
}
@font-face {
  font-family: 'Solis';
  src: url('/assets/fonts/solis/solis-bold.eot');
  /* IE9 Compat Modes */
  src: url('/assets/fonts/solis/solis-bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/assets/fonts/solis/solis-bold.woff2') format('woff2'), /* Super Modern Browsers */ url('/assets/fonts/solis/solis-bold.woff') format('woff'), /* Pretty Modern Browsers */ url('/assets/fonts/solis/solis-bold.ttf') format('truetype');
  /* Safari, Android, iOS */
  font-weight: bold;
}
@font-face {
  font-family: 'Solis';
  src: url('/assets/fonts/solis/solis-regular_italic.eot');
  /* IE9 Compat Modes */
  src: url('/assets/fonts/solis/solis-regular_italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/assets/fonts/solis/solis-regular_italic.woff2') format('woff2'), /* Super Modern Browsers */ url('/assets/fonts/solis/solis-regular_italic.woff') format('woff'), /* Pretty Modern Browsers */ url('/assets/fonts/solis/solis-regular_italic.ttf') format('truetype');
  /* Safari, Android, iOS */
  font-style: italic;
}
/* ============================
MIXINS 
============================
*/
.glow {
  -moz-box-shadow: 0 0 8px #333;
  -webkit-box-shadow: 0 0 8px #333;
  box-shadow: 0px 0px 8px #333;
  filter: progid:DXImageTransform.Microsoft.Glow(Color=#333, Strength=8);
}
.glow-white {
  text-shadow: 0 0 20px #ffffff;
}
.inner-right-glow {
  -webkit-box-shadow: inset -15px 0px 16px -8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset -15px 0px 16px -8px rgba(0, 0, 0, 0.75);
  box-shadow: inset -15px 0px 16px -8px rgba(0, 0, 0, 0.75);
}
.shadow-bottom {
  -webkit-box-shadow: 0 4px 4px -2px #666;
  -moz-box-shadow: 0 4px 4px -2px #666;
  box-shadow: 0 4px 4px -2px #666;
}
.shadow {
  -webkit-box-shadow: 0 4px 8px 0 #000000;
  box-shadow: 0 4px 8px 0 #000000;
}
.clear {
  clear: both;
}
.gradient-orange {
  background: #f5783a;
  background: -moz-linear-gradient(top, #f5783a 0%, #f5783a 50%, #f05614 51%, #f05614 71%, #f05614 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #f5783a), color-stop(50%, #f5783a), color-stop(51%, #f05614), color-stop(71%, #f05614), color-stop(100%, #f05614));
  background: -webkit-linear-gradient(top, #f5783a 0%, #f5783a 50%, #f05614 51%, #f05614 71%, #f05614 100%);
  background: -o-linear-gradient(top, #f5783a 0%, #f5783a 50%, #f05614 51%, #f05614 71%, #f05614 100%);
  background: -ms-linear-gradient(top, #f5783a 0%, #f5783a 50%, #f05614 51%, #f05614 71%, #f05614 100%);
  background: linear-gradient(to bottom, #f5783a 0%, #f5783a 50%, #f05614 51%, #f05614 71%, #f05614 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5783a', endColorstr='#f05614', GradientType=0);
}
.gradient-green {
  background: #8ebd4d;
  background: -moz-linear-gradient(top, #8ebd4d 0%, #8ebd4d 50%, #82b441 51%, #82b441 71%, #82b441 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #8ebd4d), color-stop(50%, #8ebd4d), color-stop(51%, #82b441), color-stop(71%, #82b441), color-stop(100%, #82b441));
  background: -webkit-linear-gradient(top, #8ebd4d 0%, #8ebd4d 50%, #82b441 51%, #82b441 71%, #82b441 100%);
  background: -o-linear-gradient(top, #8ebd4d 0%, #8ebd4d 50%, #82b441 51%, #82b441 71%, #82b441 100%);
  background: -ms-linear-gradient(top, #8ebd4d 0%, #8ebd4d 50%, #82b441 51%, #82b441 71%, #82b441 100%);
  background: linear-gradient(to bottom, #8ebd4d 0%, #8ebd4d 50%, #82b441 51%, #82b441 71%, #82b441 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8ebd4d', endColorstr='#82b441', GradientType=0);
}
/* =========================================
   ************** SCAFALTING  ******************
   =========================================*/
body,
html {
  font-size: 1rem;
}
body {
  font-family: 'Solis', sans-serif;
  position: relative;
  background-color: #0064a0;
}
h1,
h2,
h3,
h4 {
  color: #000000;
  font-family: 'Solis', sans-serif;
  display: block;
}
h1 {
  display: block;
  font-weight: 100;
  font-size: 2.5rem;
  margin: 0px;
  padding: 0px;
  margin-top: 10px;
  margin-bottom: 20px;
}
h2 {
  font-size: 1.5rem;
}
h4 {
  font-weight: 200;
}
a {
  color: #f05514;
}
a:hover {
  color: #000000;
  text-decoration: none;
}
.orange {
  color: #f05514 !important;
}
.txt-lg {
  font-size: 25px;
}
/* =========================================
   ************** BOOTSTRAP OVERRIDES  ******************
   =========================================*/
* {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.container {
  max-width: 1200px;
}
.btn-primary.active {
  -moz-box-shadow: 0 0 8px #333;
  -webkit-box-shadow: 0 0 8px #333;
  box-shadow: 0px 0px 8px #333;
  filter: progid:DXImageTransform.Microsoft.Glow(Color=#333, Strength=8);
}
.btn-primary {
  background-image: none;
  background-color: #f05514;
  background: #f5783a;
  background: -moz-linear-gradient(top, #f5783a 0%, #f5783a 50%, #f05614 51%, #f05614 71%, #f05614 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #f5783a), color-stop(50%, #f5783a), color-stop(51%, #f05614), color-stop(71%, #f05614), color-stop(100%, #f05614));
  background: -webkit-linear-gradient(top, #f5783a 0%, #f5783a 50%, #f05614 51%, #f05614 71%, #f05614 100%);
  background: -o-linear-gradient(top, #f5783a 0%, #f5783a 50%, #f05614 51%, #f05614 71%, #f05614 100%);
  background: -ms-linear-gradient(top, #f5783a 0%, #f5783a 50%, #f05614 51%, #f05614 71%, #f05614 100%);
  background: linear-gradient(to bottom, #f5783a 0%, #f5783a 50%, #f05614 51%, #f05614 71%, #f05614 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5783a', endColorstr='#f05614', GradientType=0);
  color: #ffffff;
  border: none;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  text-decoration: none !important;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #82b441;
  background: #8ebd4d;
  background: -moz-linear-gradient(top, #8ebd4d 0%, #8ebd4d 50%, #82b441 51%, #82b441 71%, #82b441 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #8ebd4d), color-stop(50%, #8ebd4d), color-stop(51%, #82b441), color-stop(71%, #82b441), color-stop(100%, #82b441));
  background: -webkit-linear-gradient(top, #8ebd4d 0%, #8ebd4d 50%, #82b441 51%, #82b441 71%, #82b441 100%);
  background: -o-linear-gradient(top, #8ebd4d 0%, #8ebd4d 50%, #82b441 51%, #82b441 71%, #82b441 100%);
  background: -ms-linear-gradient(top, #8ebd4d 0%, #8ebd4d 50%, #82b441 51%, #82b441 71%, #82b441 100%);
  background: linear-gradient(to bottom, #8ebd4d 0%, #8ebd4d 50%, #82b441 51%, #82b441 71%, #82b441 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8ebd4d', endColorstr='#82b441', GradientType=0);
}
.breadcrumb {
  background: none;
  padding: 0px;
  margin: 0px;
}
.breadcrumb li {
  padding: 0px;
  margin: 0px;
}
.breadcrumb a {
  color: #c8c8c8;
  padding: 0px;
  margin: 0px;
  height: 40px;
  line-height: 40px;
}
.panel.panel-default .panel-heading {
  background: none;
  background-color: #f05514;
  color: #ffffff;
  background: #f5783a;
  background: -moz-linear-gradient(top, #f5783a 0%, #f5783a 50%, #f05614 51%, #f05614 71%, #f05614 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #f5783a), color-stop(50%, #f5783a), color-stop(51%, #f05614), color-stop(71%, #f05614), color-stop(100%, #f05614));
  background: -webkit-linear-gradient(top, #f5783a 0%, #f5783a 50%, #f05614 51%, #f05614 71%, #f05614 100%);
  background: -o-linear-gradient(top, #f5783a 0%, #f5783a 50%, #f05614 51%, #f05614 71%, #f05614 100%);
  background: -ms-linear-gradient(top, #f5783a 0%, #f5783a 50%, #f05614 51%, #f05614 71%, #f05614 100%);
  background: linear-gradient(to bottom, #f5783a 0%, #f5783a 50%, #f05614 51%, #f05614 71%, #f05614 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5783a', endColorstr='#f05614', GradientType=0);
  padding: 0px;
}
.panel.panel-default .panel-heading a {
  display: block;
  width: 100%;
  padding: 10px;
  color: #ffffff;
}
.panel.panel-default .panel-heading a:hover {
  color: #E9E9E9;
}
.panel.panel-default .panel-body .txt-lg {
  font-size: 30px;
}
@media only screen and (max-width: 480px) {
  .panel.panel-default .panel-body .txt-lg {
    font-size: 23px;
  }
}
.modal {
  z-index: 9999999;
}
.modal .modal-dialog {
  position: relative;
}
.modal .modal-dialog .close {
  z-index: 999999999;
  color: #000000;
  position: absolute;
  right: -10px;
  top: -10px;
  -webkit-border-radius: 100% !important;
  -moz-border-radius: 100% !important;
  border-radius: 100% !important;
  opacity: 1;
}
.dropdown.open a.btn {
  background: none;
  background: #f5783a;
  background: -moz-linear-gradient(top, #f5783a 0%, #f5783a 50%, #f05614 51%, #f05614 71%, #f05614 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #f5783a), color-stop(50%, #f5783a), color-stop(51%, #f05614), color-stop(71%, #f05614), color-stop(100%, #f05614));
  background: -webkit-linear-gradient(top, #f5783a 0%, #f5783a 50%, #f05614 51%, #f05614 71%, #f05614 100%);
  background: -o-linear-gradient(top, #f5783a 0%, #f5783a 50%, #f05614 51%, #f05614 71%, #f05614 100%);
  background: -ms-linear-gradient(top, #f5783a 0%, #f5783a 50%, #f05614 51%, #f05614 71%, #f05614 100%);
  background: linear-gradient(to bottom, #f5783a 0%, #f5783a 50%, #f05614 51%, #f05614 71%, #f05614 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5783a', endColorstr='#f05614', GradientType=0);
}
/* =========================================
   ************** HEADER  ******************
   =========================================*/
#menu {
  z-index: 999;
}
#header {
  z-index: 9999;
  background-color: #ffffff;
  display: block;
  position: fixed;
  width: 100%;
}
#header .top {
  padding-left: 20px;
  padding-right: 20px;
}
#header .top a {
  color: #000000;
}
#header .top i {
  color: #c8c8c8;
  margin-left: 5px;
  font-size: 30px;
}
#header .top i:hover {
  color: #231F1F;
}
#header .nav-right ul {
  list-style: none;
  float: right;
  height: 80px;
  line-height: 80px;
}
#header .nav-right ul li {
  float: left;
  margin-left: 15px;
  margin-right: 15px;
}
#header .nav-right ul li a {
  font-size: 0.9rem;
  text-transform: uppercase;
}
#header .nav-right ul li a:hover {
  border-bottom: 2px solid #f05514;
  color: #f05514;
}
#header .nav-right ul li:last-child {
  margin-right: 30px;
}
#header .nav-right ul li.selected a {
  color: #f05514;
}
#header .nav-right ul li.selected a:hover {
  border-bottom: 2px solid #f05514;
}
#header .nav-mobile .menu-collapse {
  display: inline-block;
  height: 80px;
  width: 80px;
  padding-top: 15px;
  text-align: center;
  color: #f05514;
}
#header .nav-mobile .menu-collapse i {
  color: #f05514;
}
#header .nav-mobile .nav-home {
  display: block;
}
#header .nav-bottom {
  display: block;
  padding: 0px;
  margin: 0px;
  height: 40px;
  line-height: 40px;
  background-color: #000000;
  position: relative;
}
#header .nav-bottom ul.nav {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
#header .nav-bottom ul.nav li {
  margin-top: 0px;
  border-right: solid 1px #545454;
}
#header .nav-bottom ul.nav li a {
  padding: 0px;
  margin: 5px;
  font-size: 0.9rem;
  text-transform: uppercase;
  color: #ffffff;
  height: 30px;
  line-height: 30px;
}
#header .nav-bottom ul.nav li a:hover,
#header .nav-bottom ul.nav li a:active,
#header .nav-bottom ul.nav li a:focus {
  filter: none !important;
  background-color: #f05514 !important;
}
#header .nav-bottom ul.nav li i {
  height: 30px;
  line-height: 30px;
}
#header .nav-bottom ul.nav li.selected a,
#header .nav-bottom ul.nav li.active a {
  filter: none !important;
  background-color: #f05514 !important;
}
#header .nav-bottom ul.nav li:last-child {
  border: none;
}
#header .nav-bottom ul.nav li:last-child a {
  border: none;
}
#header .nav-bottom ul.nav li.dropdown ul.dropdown-menu {
  padding: 0px;
  margin: 0px;
  border: none;
  width: 100%;
}
#header .nav-bottom ul.nav li.dropdown ul.dropdown-menu li {
  padding: 0px;
  margin: 0px;
}
#header .nav-bottom ul.nav li.dropdown ul.dropdown-menu li a {
  margin: 0px;
  padding-left: 10px;
  background-color: #000000 !important;
  height: 30px;
  line-height: 30px;
  font-size: 0.9rem;
  text-transform: none;
}
#header .nav-bottom ul.nav li.dropdown ul.dropdown-menu li a:hover,
#header .nav-bottom ul.nav li.dropdown ul.dropdown-menu li a:active,
#header .nav-bottom ul.nav li.dropdown ul.dropdown-menu li a:focus {
  background: none;
  filter: none !important;
  background-color: #231F1F !important;
}
#header .nav-bottom ul.nav li.dropdown ul.dropdown-menu li.active a {
  background: none !important;
  filter: none !important;
  background-color: #231F1F !important;
}
#header .nav-bottom ul.nav li.dropdown.open a {
  background-color: #f05514;
}
#header .nav-bottom ul.nav li.dropdown:hover > ul.dropdown-menu {
  display: block;
}
#header .nav-bottom .nav-home {
  display: none;
}
#header .nav-bottom .search {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 0px;
  margin: 0px;
}
#header .nav-bottom .search form {
  padding: 0px;
  margin: 0px;
}
#header .nav-bottom .search input {
  padding: 0px;
  margin: 0px;
  height: 40px;
  line-height: 40px;
  background-color: #333333;
  border: none;
  color: #c8c8c8;
  padding-left: 10px;
  font-size: 12px;
  -webkit-box-shadow: inset -15px 0px 16px -8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset -15px 0px 16px -8px rgba(0, 0, 0, 0.75);
  box-shadow: inset -15px 0px 16px -8px rgba(0, 0, 0, 0.75);
  float: right;
}
#header .nav-bottom .search .btn {
  height: 40px;
  line-height: 30px;
  margin: 0px;
  float: right;
}
@media only screen and (max-width: 480px) {
  #header {
    height: 80px !important;
  }
  #header .top {
    height: 80px;
  }
  #header .logo img {
    margin-top: 20px !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  #header {
    height: 80px !important;
  }
  #header .top {
    height: 80px;
  }
  #header .logo img {
    margin-top: 20px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  #header {
    height: 80px !important;
  }
  #header .top {
    height: 80px;
  }
  #header .logo img {
    margin-top: 20px !important;
  }
}
@media only screen and (min-width: 992px) and  (max-width: 1200px) {
  #header {
    height: 150px;
    /*.logo{ img{margin-top:10px !important;height:50px !important;}} 
		 ul.nav{ li{ a{padding-left:12px;padding-right:12px;} } }*/
  }
  #header .top {
    height: 110px;
  }
  #header a {
    height: 110px;
    line-height: 110px;
  }
  #header i {
    height: 110px;
    line-height: 110px;
  }
}
@media only screen and (min-width: 1200px)  {
  #header {
    height: 150px;
  }
  #header .top {
    height: 110px;
  }
  #header a {
    height: 110px;
    line-height: 110px;
  }
  #header i {
    height: 110px;
    line-height: 110px;
  }
}
#header.stuck {
  position: fixed;
  top: 0;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  #header.stuck {
    -webkit-box-shadow: 0 4px 4px -2px #666;
    -moz-box-shadow: 0 4px 4px -2px #666;
    box-shadow: 0 4px 4px -2px #666;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  #header.stuck {
    -webkit-box-shadow: 0 4px 4px -2px #666;
    -moz-box-shadow: 0 4px 4px -2px #666;
    box-shadow: 0 4px 4px -2px #666;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  #header.stuck {
    -webkit-box-shadow: 0 4px 4px -2px #666;
    -moz-box-shadow: 0 4px 4px -2px #666;
    box-shadow: 0 4px 4px -2px #666;
  }
}
/* force header to smallest height */
.sticky-wrapper {
  height: 150px !important;
}
@media only screen and (max-width: 480px) {
  .sticky-wrapper {
    height: 80px !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .sticky-wrapper {
    height: 80px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .sticky-wrapper {
    height: 80px !important;
  }
}
/* =========================================
   ************** BODY  ******************
   =========================================*/
#body {
  position: relative;
  background-color: #ffffff;
}
@media only screen and (max-width: 480px) {
  #body h1 {
    font-size: 35px !important;
  }
}
/* =========================================
   ************** INTERIOR  ******************
   =========================================*/
#interior .right-col-inner {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
  padding-top: 20px;
}
#interior .right-col {
  padding-bottom: 50px;
}
#interior .left-col {
  padding-left: 0px;
  padding-bottom: 50px;
  position: relative;
}
#interior .left-col .ad-specs {
  margin: 10px;
}
#interior .left-col #left-nav.stuck {
  position: fixed;
  top: 0px;
}
#interior .left-col .accordion .accordion-group .accordion-heading a {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: solid 1px #c8c8c8;
  color: #000000;
}
#interior .left-col .accordion .accordion-group .accordion-heading.selected a {
  background-color: #82b441;
  color: #ffffff;
}
#interior .left-col .accordion .accordion-group .accordion-body ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
#interior .left-col .accordion .accordion-group .accordion-body ul li a {
  padding-left: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #E9E9E9;
}
#interior .left-col .accordion .accordion-group .accordion-body ul li a:hover {
  background-color: #c8c8c8;
}
#interior .left-col .accordion .accordion-group .accordion-heading.specs {
  margin: 10px;
}
#interior .left-col .accordion .accordion-group .accordion-heading.specs a {
  color: #ffffff;
  background: #f5783a;
  background: -moz-linear-gradient(top, #f5783a 0%, #f5783a 50%, #f05614 51%, #f05614 71%, #f05614 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #f5783a), color-stop(50%, #f5783a), color-stop(51%, #f05614), color-stop(71%, #f05614), color-stop(100%, #f05614));
  background: -webkit-linear-gradient(top, #f5783a 0%, #f5783a 50%, #f05614 51%, #f05614 71%, #f05614 100%);
  background: -o-linear-gradient(top, #f5783a 0%, #f5783a 50%, #f05614 51%, #f05614 71%, #f05614 100%);
  background: -ms-linear-gradient(top, #f5783a 0%, #f5783a 50%, #f05614 51%, #f05614 71%, #f05614 100%);
  background: linear-gradient(to bottom, #f5783a 0%, #f5783a 50%, #f05614 51%, #f05614 71%, #f05614 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5783a', endColorstr='#f05614', GradientType=0);
}
#interior .left-col .accordion .accordion-group .accordion-heading.specs a:hover {
  background: #8ebd4d;
  background: -moz-linear-gradient(top, #8ebd4d 0%, #8ebd4d 50%, #82b441 51%, #82b441 71%, #82b441 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #8ebd4d), color-stop(50%, #8ebd4d), color-stop(51%, #82b441), color-stop(71%, #82b441), color-stop(100%, #82b441));
  background: -webkit-linear-gradient(top, #8ebd4d 0%, #8ebd4d 50%, #82b441 51%, #82b441 71%, #82b441 100%);
  background: -o-linear-gradient(top, #8ebd4d 0%, #8ebd4d 50%, #82b441 51%, #82b441 71%, #82b441 100%);
  background: -ms-linear-gradient(top, #8ebd4d 0%, #8ebd4d 50%, #82b441 51%, #82b441 71%, #82b441 100%);
  background: linear-gradient(to bottom, #8ebd4d 0%, #8ebd4d 50%, #82b441 51%, #82b441 71%, #82b441 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8ebd4d', endColorstr='#82b441', GradientType=0);
}
#interior .left-col .accordion .accordion-group .accordion-heading.selected.specs {
  background: none !important;
}
#interior .left-col .accordion .accordion-group .accordion-heading.selected.specs a {
  background: #f5783a;
  background: -moz-linear-gradient(top, #f5783a 0%, #f5783a 50%, #f05614 51%, #f05614 71%, #f05614 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #f5783a), color-stop(50%, #f5783a), color-stop(51%, #f05614), color-stop(71%, #f05614), color-stop(100%, #f05614));
  background: -webkit-linear-gradient(top, #f5783a 0%, #f5783a 50%, #f05614 51%, #f05614 71%, #f05614 100%);
  background: -o-linear-gradient(top, #f5783a 0%, #f5783a 50%, #f05614 51%, #f05614 71%, #f05614 100%);
  background: -ms-linear-gradient(top, #f5783a 0%, #f5783a 50%, #f05614 51%, #f05614 71%, #f05614 100%);
  background: linear-gradient(to bottom, #f5783a 0%, #f5783a 50%, #f05614 51%, #f05614 71%, #f05614 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5783a', endColorstr='#f05614', GradientType=0);
}
#interior .banner {
  background: #000000;
  width: 100%;
  height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
}
#interior .banner.interior {
  background-image: url(/assets/images/tmp-interior.jpg);
  background-position: center 50%;
}
#interior .banner.parent_10 {
  background-image: url(/assets/images/banner-who-we-are.jpg);
  background-position: center 50%;
}
#interior .banner.parent_11 {
  background-image: url(/assets/images/banner-ad-platforms.jpg);
  background-position: center 30%;
}
#interior .banner.parent_12 {
  background-image: url(/assets/images/banner-how-to-advertise.jpg);
  background-position: center top;
}
@media only screen and (max-width: 480px) {
  #interior .right-col {
    padding: 0px;
  }
  #interior .banner.parent_10 {
    background-size: 250%;
  }
  #interior .banner.parent_11 {
    background-size: 250%;
    background-position: 60% 50%;
  }
  #interior .banner.parent_12 {
    background-size: 300%;
    background-position: 40%  30%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  #interior .right-col {
    padding: 0px;
  }
  #interior .banner.parent_10 {
    background-size: 250%;
  }
  #interior .banner.parent_11 {
    background-size: 250%;
    background-position: 60% 50%;
  }
  #interior .banner.parent_12 {
    background-size: 300%;
    background-position: 40% 30%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  #interior .banner.parent_12 {
    background-size: 130%;
  }
}
@media only screen and (min-width: 992px) and  (max-width: 1200px) {
  #interior .banner.parent_11 {
    background-size: 150%;
  }
  #interior .banner.parent_12 {
    background-size: 150%;
    background-position: 40% 30%;
  }
}
@media only screen and (min-width: 1200px)  {
  #interior .banner.parent_12 {
    background-position: center 20%;
  }
}
/* =========================================
   ************** FOOTER  ******************
   =========================================*/
#footer {
  background-color: #231F1F;
  padding-top: 20px;
  color: #E9E9E9;
}
#footer h4 {
  color: #c8c8c8;
  font-size: 14px;
}
#footer a {
  color: #E9E9E9;
}
#footer a:hover {
  color: #ffffff;
}
#footer i {
  color: #c8c8c8;
  margin-left: 10px;
}
#footer i:hover {
  color: #ffffff;
}
#footer h2 {
  color: #c8c8c8;
  padding: 0px;
  margin: 0px;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 20px;
}
#footer .top {
  padding-top: 20px;
  padding-bottom: 20px;
}
#footer .top ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#footer .top ul li {
  display: block;
  float: left;
  width: 33%;
}
#footer .top ul li a {
  color: #c8c8c8;
  text-transform: uppercase;
}
#footer .top ul li ul li {
  float: none;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}
#footer .top ul li ul li a {
  font-size: 0.9rem;
  text-transform: none;
}
#footer .top ul li ul li:first-child {
  margin-top: 20px;
}
#footer .top .nav-home {
  display: none;
}
#footer .top .nav-success-stories {
  display: none;
}
#footer .top .nav-custom-analytics {
  display: none;
}
#footer .bottom {
  min-height: 60px;
  padding-top: 20px;
  background-color: #000000;
  color: #E9E9E9;
}
#footer .bottom ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
#footer .bottom ul li {
  float: left;
  border-right: solid 1px #231F1F;
  padding-left: 10px;
  padding-right: 10px;
}
#footer .bottom ul li a {
  color: #c8c8c8;
  font-size: 0.9rem;
}
@media only screen and (max-width: 480px) {
  #footer h4 {
    text-align: center;
  }
  #footer ul li {
    display: block;
    border: none;
    padding: 0px;
    text-align: center;
    padding-top: 10px;
  }
  #footer ul li a {
    line-height: 30px;
    height: 30px;
  }
  #footer .right-col {
    margin-top: 30px;
  }
  #footer .top ul li {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  #footer ul li {
    text-align: center;
  }
  #footer h4 {
    text-align: center;
  }
  #footer li {
    text-align: center;
  }
}
@media only screen and (min-width: 992px) and  (max-width: 1200px) {
  #footer ul li {
    text-align: center;
  }
}
/* =========================================
   ************** HOMEPAGE  ******************
   =========================================*/
#homepage .middle {
  padding-top: 42px;
  padding-bottom: 42px;
}
#homepage .middle .col .col-inner {
  max-width: 260px;
}
#homepage .middle .col p {
  min-height: 90px;
}
#homepage .carousel {
  z-index: 1;
  height: 470px;
  overflow: hidden;
  margin-top: 00px;
}
#homepage .carousel .carousel-caption {
  top: 80px;
  z-index: 999;
}
#homepage .carousel .carousel-control {
  z-index: 999999999;
}
#homepage .carousel .pull-right {
  position: absolute;
  right: -80px;
}
#homepage .carousel .pull-left {
  position: absolute;
  left: -80px;
}
#homepage .carousel .item {
  height: 470px;
}
#homepage .carousel .item.slide1 {
  background-position: center 15%;
}
#homepage .carousel .item.slide2 {
  background-position: center 50%;
}
#homepage .carousel .item.slide3 {
  background-position: center 90%;
}
#homepage .carousel .item.slide4 {
  background-position: center 70%;
}
@media only screen and (max-width: 480px) {
  #homepage .middle {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #homepage .middle .col {
    margin-bottom: 10px;
  }
  #homepage .middle .col .col-inner {
    border: solid 1px #c8c8c8;
    padding: 20px;
    max-width: none;
  }
  #homepage .middle .col .btn {
    width: 100%;
  }
  #homepage .carousel {
    height: 250px;
    margin-top: 0px;
  }
  #homepage .carousel .carousel-caption {
    top: 20px;
  }
  #homepage .carousel .carousel-caption img {
    width: 200px;
  }
  #homepage .carousel .pull-right {
    right: -50px;
  }
  #homepage .carousel .pull-left {
    left: -50px;
  }
  #homepage .carousel .item {
    height: 250px;
  }
  #homepage .carousel .item.slide1 {
    background-position: center bottom;
  }
  #homepage .carousel .item.slide2 {
    background-position: center 10%;
  }
  #homepage .carousel .item.slide3 {
    background-position: center bottom;
  }
  #homepage .carousel .item.slide4 {
    background-position: center 80%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  #homepage .middle {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #homepage .middle .col .col-inner {
    padding: 10px;
    padding-top: 0px;
    max-width: none;
  }
  #homepage .middle .col .btn {
    width: 100%;
  }
  #homepage .carousel {
    margin-top: 0px;
  }
  #homepage .carousel .pull-right {
    right: -50px;
  }
  #homepage .carousel .pull-left {
    left: -50px;
  }
}
/* =========================================
   **************AD PLATFORM  PAGE ********** 
   =========================================*/
#ad-platforms .item {
  border: solid 1px #c8c8c8;
  padding: 0px;
  margin: 0px;
  margin-bottom: 20px;
}
#ad-platforms .item .row {
  padding: 0px;
  margin: 0px;
}
#ad-platforms .item .left-col {
  display: block;
  height: 152px;
}
#ad-platforms .item .right-col {
  position: relative;
  display: block;
  height: 152px;
  background-image: url(/assets/images/bk-grey-stripe.png);
}
#ad-platforms .item .right-col h2 {
  padding: 0px;
  margin: 0px;
}
#ad-platforms .item .right-col .title {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #ffffff;
  font-size: 20px;
}
#ad-platforms .item .item-desc {
  padding: 10px;
}
#ad-platforms .item .btn {
  margin-top: 10px;
}
#ad-platforms .item .icon-desktop {
  background-color: #82b441;
  background-image: url(/assets/images/icon-desktop.png);
  background-position: center center;
  background-repeat: no-repeat;
}
#ad-platforms .item .icon-mobile {
  background-color: #faa519;
  background-image: url(/assets/images/icon-mobile.png);
  background-position: center center;
  background-repeat: no-repeat;
}
#ad-platforms .item .icon-video {
  background-color: #00afbe;
  background-image: url(/assets/images/icon-video.png);
  background-position: center center;
  background-repeat: no-repeat;
}
#ad-platforms .item .icon-place-based {
  background-color: #f05514;
  background-image: url(/assets/images/icon-place.png);
  background-position: center center;
  background-repeat: no-repeat;
}
#ad-platforms .item .icon-connected-tv {
  background-color: #0064a0;
  background-image: url(/assets/images/icon-connected-tv.png);
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 480px) {
  #ad-platforms .item .left-col {
    width: 100%;
  }
  #ad-platforms .item .right-col {
    height: 50px;
    width: 100%;
  }
  #ad-platforms .item .right-col .title {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  #ad-platforms .item .left-col {
    width: 100%;
  }
  #ad-platforms .item .right-col {
    height: 50px;
    width: 100%;
  }
  #ad-platforms .item .right-col .title {
    text-align: center;
  }
}
/* AD UNIT */
.panel.panel-default.ad-unit {
  background-color: #ffffff;
  border: none;
}
.panel.panel-default.ad-unit .panel-body {
  padding: 0px;
  border: none;
}
.panel.panel-default.ad-unit h4 {
  padding: 0px;
  margin: 0px;
  padding-top: 10px;
  font-weight: bold;
}
.panel.panel-default.ad-unit p {
  padding-left: 5px;
  padding-right: 5px;
}
.panel.panel-default.ad-unit .partner-logo {
  max-height: 50px;
}
.panel.panel-default.ad-unit .thumb {
  display: block;
  width: 100%;
  max-height: 140px;
  overflow: hidden;
  position: relative;
  background-color: #c8c8c8;
}
.panel.panel-default.ad-unit .thumb i {
  position: absolute;
  bottom: 5%;
  right: 5%;
  font-size: 30px;
  color: #ffffff;
  text-shadow: -1px 0 #c8c8c8, 0 1px #c8c8c8, 1px 0 #c8c8c8, 0 -1px #c8c8c8;
}
@media only screen and (max-width: 480px) {
  .panel.panel-default.ad-unit h4 {
    padding-left: 10px;
  }
  .panel.panel-default.ad-unit p {
    padding-left: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .panel.panel-default.ad-unit h4 {
    padding-left: 10px;
  }
  .panel.panel-default.ad-unit p {
    padding-left: 10px;
  }
}
.ad-unit.even {
  background-color: #E9E9E9 !important;
}
.popup-gallery .modal-body {
  padding: 0px;
}
/* =========================================
   **************SEARCH  PAGE ************** 
   =========================================*/
#search .results .row {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #c8c8c8;
}
#search .results i {
  font-size: 120px;
}
/* =========================================
   ************** ARTICLES  PAGE ************ 
   =========================================*/
#articles .panel {
  border: none;
  margin-bottom: 0px;
}
#articles .panel .panel-body.odd {
  background-color: #E9E9E9;
}
#articles .panel h2 {
  padding: 0px;
  margin: 0px;
}
@media only screen and (max-width: 480px) {
  #articles {
    text-align: center;
  }
  #articles h2 {
    margin-top: 10px !important;
  }
}
/* =========================================
   ************** TIMELINE  PAGE ************ 
   =========================================*/
#timeline {
  /* .img-2012{z-index:99;display:block;height:300px;background-image: url(/assets/images/timeline-mobile.jpg);background-repeat:no-repeat;background-size: cover;}
		 .img-2010{z-index:99;display:block;height:300px;background-image: url(/assets/images/timeline-tablet.jpg);background-repeat:no-repeat;background-size: cover;}
		 .img-2007{z-index:99;display:block;height:300px;background-image: url(/assets/images/timeline-leemyers.jpg);background-repeat:no-repeat;background-size: cover;}
		 .img-2000{z-index:99;display:block;height:300px;background-image: url(/assets/images/timeline-founder.jpg);background-repeat:no-repeat;background-size: cover;}
		 .img-1983{z-index:99;display:block;height:300px;background-image: url(/assets/images/timeline-hurricane.jpg);background-repeat:no-repeat;background-size: cover;}
		 .img-1962{z-index:99;display:block;height:300px;background-image: url(/assets/images/timeline-start.jpg);background-repeat:no-repeat;background-size: cover;}
		 */
}
#timeline .panel {
  border: none;
  position: relative;
}
#timeline .panel .panel-heading {
  background: none !important;
  filter: none !important;
  color: #000000;
  font-size: 20px;
}
@media only screen and (max-width: 480px) {
  #timeline {
    /*.img-2010{background-position: center 80%;} */
  }
}
@media only screen and (min-width: 992px) and  (max-width: 1200px) {
  #timeline {
    /* .img-2007{background-position: center 30%;} */
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  #timeline {
    /*
		 .img-2012{ }
		 .img-2010{height:180px;width:300px; }
		 .img-2007{height:200px;width:200px; background-position: center 20%;}
		 .img-2000{height:200px;width:240px; }
		 .img-1983{  }
		 .img-1962{  }
		 */
  }
}
@media only screen and (min-width: 1200px)  {
  #timeline {
    /*
		 .img-2012{height:180px;width:200px;position: absolute; right:0px;bottom:-20px; background-position: center center;}
		 .img-2010{height:180px;width:200px;position: absolute; right:0px;bottom:-30px; background-position: center center;}
		 .img-2007{height:200px;width:200px;position: absolute; right:0px;bottom:60px; background-position: center center;}
		 .img-2000{height:200px;width:240px;position: absolute; right:0px;bottom:-50px; background-position: center center;}
		 .img-1983{height:200px;width:240px;position: absolute; right:0px;bottom:0px; background-position: center center;}
		 .img-1962{height:200px;width:240px;position: absolute; right:0px;bottom:160px; background-position: center center;}
		 */
  }
}
/* =========================================
   ********  SELF SERVICE ADS  PAGE ********** 
   =========================================*/
#self-service-ads {
  width: 100%;
  border: none;
  height: 1800px;
}
/* =========================================
   ********  ELEMENT - PDF VIEWER ********** 
   =========================================*/
#pdf_viewer {
  height: 800px;
}
#pdf_viewer #mainContainer {
  height: 800px;
}
#pdf_viewer .toolbar {
  background-color: #231F1F;
}
/* =========================================
   ********  SITEMAP  PAGE ********** 
   =========================================*/
#sitemap ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
#sitemap ul li {
  float: left;
  width: 30%;
  margin: 10px;
  text-align: center;
}
#sitemap ul li a {
  color: #000000;
  font-size: 20px;
}
#sitemap ul li ul {
  padding: 0px;
  margin: 0px;
  margin-top: 10px;
  padding: 10px;
  background-color: #E9E9E9;
}
#sitemap ul li ul li {
  float: none;
  width: 100%;
  padding: 5px;
  padding-left: 10px;
  text-align: left;
}
#sitemap ul li ul li a {
  color: #f05514;
  font-size: 14px;
}
#sitemap ul li ul li ul {
  background-color: none;
  padding: 0px;
  margin: 0px;
}
#sitemap ul li ul li ul li {
  background-color: none;
  padding: 5px;
  margin: 0px;
  padding-left: 20px;
}
#sitemap .nav-home {
  display: none;
}
#sitemap .nav-success-stories {
  display: none;
}
@media only screen and (max-width: 480px) {
  #sitemap ul li {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  #sitemap ul li {
    width: 100%;
  }
}
/* =========================================
   ************** ELEMENT - BRIGHCOVE  *********** 
   =========================================*/
.outer-container {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 20px;
}
.BrightcoveExperience {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* =========================================
   ************** FORM  ******************
   =========================================*/
/* =========================================
   ************** PAGE - HOMEPAGE  ********** 
   =========================================*/
