/*
**********************************************
 _______     _                                   _ 
(_______)   | |                                 | |
 _______  __| |_   _ _____ ____   ____ _____  __| |
|  ___  |/ _  | | | (____ |  _ \ / ___) ___ |/ _  |
| |   | ( (_| |\ V // ___ | | | ( (___| ____( (_| |
|_|   |_|\____| \_/ \_____|_| |_|\____)_____)\____|
                                                   

 _______ _     _       _     _             
(_______) |   (_)     | |   (_)            
    _   | |__  _ ____ | |  _ _ ____   ____ 
   | |  |  _ \| |  _ \| |_/ ) |  _ \ / _  |
   | |  | | | | | | | |  _ (| | | | ( (_| |
   |_|  |_| |_|_|_| |_|_| \_)_|_| |_|\___ |
                                    (_____|              

**********************************************
*/
@import 'animate.css';
@import 'custom2.css';

body {
	font-family: 'Open Sans', sans-serif;
}


/* ==========================
CSS OVER BOOTSTRAP
=============================*/
ul.nav li.dropdown:hover ul.dropdown-menu{ display: block; }

.navbar-brand {
    float: left;
    height: 100px;
    padding: 0px;
    line-height: 0px;
}

.navbar {
    margin-bottom: 0px!important;
}

.navbar-default {
	font-weight: 600;
	border-color: #fafafa;
	background-color: #FFF;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background-color: #FFFFFF;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #E22222;
    background-color: transparent;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #E22222;
    text-decoration: none;
    background-color: #FFF;
}

.btn2 {
    padding: 14px 24px;
    border: 0 none;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 0px;
}
 
.btn2:focus, .btn2:active:focus, .btn2.active:focus {
    outline: 0 none;
}

.text-caption {
	display: none;
	opacity: 0.8;
	background:#cae5c1;
	width: 290px;
	position: absolute;
	bottom: 0px;
	padding: 5px;
}

.logo {
	height: 100px;
}

@media(min-width:767px) {
    .navbar {
    	padding-top: 10px;
        height: 100px;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
    	padding-top: 0px;
        height:50px;
        display: block;
    }
}

.navbar-toggle .icon-bar:nth-of-type(2) {
	  top: 1px;
}

.navbar-toggle .icon-bar:nth-of-type(3) {
  	top: 2px;
}

.navbar-toggle .icon-bar {
	  position: relative;
	  transition: all 500ms ease-in-out;
}

.navbar-toggle.active .icon-bar:nth-of-type(1) {
	  top: 6px;
	  transform: rotate(45deg);
}

.navbar-toggle.active .icon-bar:nth-of-type(2) {
	  background-color: transparent;
}

.navbar-toggle.active .icon-bar:nth-of-type(3) {
	  top: -6px;
	  transform: rotate(-45deg);
}


/* ===========================================
Loader
============================================*/
@import url(https://fonts.googleapis.com/css?family=Roboto);

.loader {
	position: fixed;
    top:0;
    left:0;
    bottom: 0;
    right: 0;
    background-color: #FFF;
    z-index: 99999999;
}

.loader .logo {
    top: 40%;
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 2;
}

.loader .logo h1 {
    font-size: 59px;
    color: #cc0000;
    font-weight: 800;
    font-family: 'Roboto', sans-serif;
    display: block;
    letter-spacing: -1px;
    margin: 3px;
}

.loader .logo span {
    font-size: 22px;
    color: #454545;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    display: block;
    letter-spacing: 7px;
}

.loader .loadimg {
    position: absolute;
    width: 230px;
    top: 29%;
    transition: all 3s ease-in;
    -webkit-transition: all 3s ease-in;
    -moz-transition: all 3s ease-in;
    -o-transition: all 3s ease-in;
    animation: animatedlogo 4s linear infinite;
    -moz-animation: animatedlogo 4s linear infinite;
    -webkit-animation: animatedlogo 4s linear infinite;
    -ms-animation: animatedlogo 4s linear infinite;
    -o-animation: animatedlogo 4s linear infinite;
    z-index: 1;
}

.loader .animate {
    transform: translate(1500px,0);
    -webkit-transform: translate(1500px,0);
    -o-transform: translate(1500px,0);
    -moz-transform: translate(1500px,0);
}

.loader .object {
    top: 33%;
    left: 0%;
    bottom: 5%;
}

@-webkit-keyframes animatedlogo {
	from {
		transform: translate(0px,0);
    -webkit-transform: translate(0px,0);
    -o-transform: translate(0px,0);
    -moz-transform: translate(0px,0)
	}
	to { 
		transform: translate(1500px,0);
    -webkit-transform: translate(1500px,0);
    -o-transform: translate(1500px,0);
    -moz-transform: translate(1500px,0);
	}
}

.nopadding {
	padding-right: 0px; 
	padding-left: 0px;
}

/* ========================================
SECTION: Top Video
===========================================*/
#video {
    margin-top: -140px;
	height: 780px;
	background-color: #FFF;
}

@media (max-width:1400px) {
	#video {
        margin-top: -25px!important;
        height: 555px;
	}
}

.header-unit {
  height: 780px;
  border-right:none;
  border-left: none;
  position: relative;
}
#video-container {
	position: absolute;
}
#video-container {
	top:0%;
	left:0%;
	height: 780px;
	width:100%;
	overflow: hidden;
}
video {
	position:absolute;
	z-index:0;
}
video.fillWidth {
	width: 100%;
}
@media only screen and (max-width: 600px) {
    video.fillWidth {
        height: 100%!important;
    }
}

/* second video */
#second-video {
    margin-top: 75px;
    height: 540px;
    background-color: #FFF;
}

@media (max-width:1400px) {
    #second-video {
        margin-top: 105px!important;
        height: 365px;
    }
}

@media (max-width:800px) {
    #second-video {
        margin-top: 105px!important;
        height: 175px;
    }
}

@media (max-width:500px) {
    #second-video {
        margin-top: 105px!important;
        height: 90px;
    }
}


.header-unit2 {
  /*height: 800px;*/
  border-right:none;
  border-left: none;
  position: relative;
}

#video-container2 {
    top:0%;
    left:0%;
    /*height: 800px;*/
    width:100%;
    overflow: hidden;
}

video.fillWidth2 {
    width: 55%;
    margin: 0 auto;
    display: block;
    position: inherit;
}



/* ===========================================
SECTION: What we do
=============================================*/
#whatwedo {
	padding-top: 20px;
	color: #222;
}

.wwd-content {
	margin-top: 45px;
}

.wwd-icon-color {
	color: #dd3333!important;
	font-size: 38px;
}

.wwd-icon-color:hover {
	color: #f15d36;
}

.wwd-icon-border {
	border: 3px solid #dd3333;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
}

.wwd-icon-border:hover {
	border: 3px solid #929291;
}

.wwd-title {
	color: #dd3333;
	display: block;
	text-align: center;
	padding-top: 20px;
	font-size: 16px;
}

.wwd-desc {
	padding-top: 10px;
	font-size: 13px;
	color: #666;
}

/* ==================================================================
SECTION: Scheme
====================================================================*/
#scheme {
	color: #666;
	padding-bottom: 50px;
}

#scheme h4 {
	font-size: 15px;
}

.scheme-title {
	color: #222;
	padding-top: 30px;
}

.scheme-content {
	margin-top: 40px;
}

/* ====================================================================
SECTION: Results
======================================================================*/
#results {
	background-color: #c9260b;
	padding-top: 20px;
	padding-bottom: 30px;
}

#results h2 {
	color: #FFF;
}

.icon-stats {
	color: #FFF;
	padding-right: 5px;
}

.per {
	color: #FC836F;
	font-size: 38px;
}

.counter {
	color: #FFF;
	font-size: 40px;
}

.counter-title {
	color: #FFF;
	font-size: 22px;
}

/* =================================================================
SECTION: Training-Courses
====================================================================*/
#training-courses {
	color: #000;
}

#training-courses h4 {
	font-size: 15px;
	color: #666;
}

.training-item {
	margin-bottom: 30px;
	margin-top: 30px;
}

.training-img {
    padding-top: 70px;
	margin: 0 auto;
	border-radius: 0px;
}

.btn-findout {
    font-size: 20px;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    border: 2px solid #c9260b;
    border-radius: 0px;
    color: #c9260b;
    letter-spacing: 1px;
}
 
.btn-findout:hover, .btn-findout:focus, .btn-findout:active, .btn-findout.active, .open > .dropdown-toggle.btn-primary {
    background: #c9260b;
    color: #FFF;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}



/* =================================================================
SECTION: Contact
====================================================================*/
#contact {
	color: #FFF;
	background-color: #c9260b;
	padding-top: 30px;
	padding-bottom: 80px;
}

#contact h2{
	font-size: 42px;
	font-weight: bold;
}

.contactus {
	padding-top: 10px;
	height: 70px;
	padding-bottom: 20px;
}

.contact-text {
	font-size: 20px;
	padding-right: 15px;
	letter-spacing: 1px;
}

.btn-contact {
	font-size: 20px;
	font-weight: 600;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
    border: 2px solid #FFF;
    border-radius: 0px;
    color: #ffffff;
    letter-spacing: 1px;
}
 
.btn-contact:hover, .btn-contact:focus, .btn-contact:active, .btn-contact.active, .open > .dropdown-toggle.btn-primary {
    background: #FFF;
    color: #c9260b;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}
 
.btn-contact:active, .btn-contact.active {
    background: #FFF;
    color: #c9260b;
    box-shadow: none;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}

/* =================================================================
SECTION: Footer
====================================================================*/
#footer {
	background-color: #222;
	color: #f2f2f2;
	padding-top: 20px;
	padding-bottom: 25px;
}

#footer a {
	color: #FFF;
	text-decoration: none;
}

#footer a:hover {
	color: #D1D1D1;
	text-decoration: none;
}

#footer h4 {
	font-weight: bold;
}

.footer-item {
	margin-right: 10px;
}

.footer-item2 {
	margin-left: 10px;
}

.img-footer {
	margin-top: 20px;
}











/* =========================================
Section: Hotspot;
==========================================*/

.litetooltip-wrapper {
    position: absolute;
    font: normal 90% Verdana;
    z-index: 10000;
    display: block;
    visibility: visible;
    min-width: 100px
}
.litetooltip-wrapper.incontainer {
    position: relative
}
.litetooltip-wrapper.incontainer .tooltip-content {
    position: relative
}
.litetooltip-wrapper.top,
.litetooltip-wrapper.top-left,
.litetooltip-wrapper.top-right {
    margin-top: -3px;
    padding: 5px 0 10px 0
}
.litetooltip-wrapper.right,
.litetooltip-wrapper.right-top,
.litetooltip-wrapper.right-bottom {
    margin-left: 3px;
    padding: 0 5px 0 10px
}
.litetooltip-wrapper.bottom,
.litetooltip-wrapper.bottom-left,
.litetooltip-wrapper.bottom-right {
    margin-top: 3px;
    padding: 10px 0 5px 0
}
.litetooltip-wrapper.left,
.litetooltip-wrapper.left-top,
.litetooltip-wrapper.left-bottom {
    margin-left: -3px;
    padding: 0 10px 0 5px
}
.litetooltip-wrapper .tooltip-arrow {
    border-color: transparent;
    border-style: solid;
    width: 0;
    height: 0;
    padding: 0
}
.litetooltip-wrapper .tooltip-arrow.top {
    margin-left: -8px;
    position: absolute;
    left: 50%;
    bottom: 0;
    border-width: 10px 8px 0 8px
}
.litetooltip-wrapper .tooltip-arrow.top-left {
    margin-left: 8px;
    left: 0;
    bottom: 0;
    position: absolute;
    border-width: 10px 8px 0 8px
}
.litetooltip-wrapper .tooltip-arrow.top-right {
    margin-right: 8px;
    right: 0;
    bottom: 0;
    position: absolute;
    border-width: 10px 8px 0 8px
}
.litetooltip-wrapper .tooltip-arrow.right {
    margin-top: -8px;
    position: absolute;
    top: 50%;
    left: 0;
    border-width: 8px 10px 8px 0
}
.litetooltip-wrapper .tooltip-arrow.right-top {
    margin-bottom: 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-width: 8px 10px 8px 0
}
.litetooltip-wrapper .tooltip-arrow.right-bottom {
    margin-top: 8px;
    position: absolute;
    top: 0;
    left: 0;
    border-width: 8px 10px 8px 0
}
.litetooltip-wrapper .tooltip-arrow.bottom {
    margin-left: -8px;
    position: absolute;
    left: 50%;
    top: 0;
    border-width: 0 8px 10px 8px
}
.litetooltip-wrapper .tooltip-arrow.bottom-left {
    margin-left: 8px;
    position: absolute;
    left: 0;
    top: 0;
    border-width: 0 8px 10px 8px
}
.litetooltip-wrapper .tooltip-arrow.bottom-right {
    margin-right: 8px;
    position: absolute;
    right: 0;
    top: 0;
    border-width: 0 8px 10px 8px
}
.litetooltip-wrapper .tooltip-arrow.left {
    margin-top: -8px;
    position: absolute;
    top: 50%;
    right: 0;
    border-width: 8px 0 8px 10px
}
.litetooltip-wrapper .tooltip-arrow.left-top {
    margin-bottom: 8px;
    position: absolute;
    bottom: 0;
    right: 0;
    border-width: 8px 0 8px 10px
}
.litetooltip-wrapper .tooltip-arrow.left-bottom {
    margin-top: 8px;
    position: absolute;
    top: 0;
    right: 0;
    border-width: 8px 0 8px 10px
}
.litetooltip-wrapper .tooltip-content {
    padding: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    min-width: 90px
}
.litetooltip-wrapper .tooltip-content .clear {
    clear: both
}
.litetooltip-wrapper .tooltip-content>p {
    padding-left: 3px
}
.litetooltip-wrapper .tooltip-menu {
    padding: 0;
    margin: 0;
    float: left
}
.litetooltip-wrapper .tooltip-menu ul,
.litetooltip-wrapper .tooltip-menu ol {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    clear: both
}
.litetooltip-wrapper .tooltip-menu li {
    padding: 0;
    margin: 0;
    list-style: none;
    float: left;
    border: solid 1px;
    clear: both;
    width: 100%;
    overflow: hidden
}
.litetooltip-wrapper .tooltip-menu a {
    display: block;
    text-decoration: none;
    padding: 5px;
    margin: 0;
    clear: both;
    min-width: 100%;
    width: 100%;
    float: left
}
.litetooltip-wrapper .tooltip-menu.AlizarinCrimson {
    background: #df3030
}
.litetooltip-wrapper .tooltip-menu.AlizarinCrimson li {
    border-color: #df3030;
    border-bottom: solid 1px #d12b2b
}
.litetooltip-wrapper .tooltip-menu.AlizarinCrimson a {
    color: #fff
}
.litetooltip-wrapper .tooltip-menu.AlizarinCrimson a:hover {
    color: #000;
    background: #f79992
}
.litetooltip-wrapper .tooltip-menu.Geradline {
    background: #f79992
}
.litetooltip-wrapper .tooltip-menu.Geradline li {
    border-color: #f79992;
    border-bottom: solid 1px #ea8880
}
.litetooltip-wrapper .tooltip-menu.Geradline a {
    color: #000
}
.litetooltip-wrapper .tooltip-menu.Geradline a:hover {
    color: #fff;
    background: #ee6a60
}
.litetooltip-wrapper .tooltip-menu.Conifer {
    background: #a2d959
}
.litetooltip-wrapper .tooltip-menu.Conifer li {
    border-color: #a2d959;
    border-bottom: solid 1px #94c652
}
.litetooltip-wrapper .tooltip-menu.Conifer a {
    color: #000
}
.litetooltip-wrapper .tooltip-menu.Conifer a:hover {
    color: #fff;
    background: #7fba00
}
.litetooltip-wrapper .tooltip-menu.Spindle {
    background: #bfd9f0
}
.litetooltip-wrapper .tooltip-menu.Spindle li {
    border-color: #bfd9f0;
    border-bottom: solid 1px #d2e0ec
}
.litetooltip-wrapper .tooltip-menu.Spindle a {
    color: #000
}
.litetooltip-wrapper .tooltip-menu.Spindle a:hover {
    color: #fff;
    background: #69c
}
.litetooltip-wrapper .tooltip-menu.BostonBlue {
    background: #69c
}
.litetooltip-wrapper .tooltip-menu.BostonBlue li {
    border-color: #69c;
    border-bottom: solid 1px #4f83b7
}
.litetooltip-wrapper .tooltip-menu.BostonBlue a {
    color: #fff
}
.litetooltip-wrapper .tooltip-menu.BostonBlue a:hover {
    color: #000;
    background: #bfd9f0
}
.litetooltip-wrapper .tooltip-menu.CarrotOrange {
    background: #ed9122
}
.litetooltip-wrapper .tooltip-menu.CarrotOrange li {
    border-color: #ed9122;
    border-bottom: solid 1px #d47f19
}
.litetooltip-wrapper .tooltip-menu.CarrotOrange a {
    color: #fff
}
.litetooltip-wrapper .tooltip-menu.CarrotOrange a:hover {
    color: #000;
    background: #fecf3d
}
.litetooltip-wrapper .tooltip-menu.Affair {
    background: #7c4d94
}
.litetooltip-wrapper .tooltip-menu.Affair li {
    border-color: #7c4d94;
    border-bottom: solid 1px #8d60a4
}
.litetooltip-wrapper .tooltip-menu.Affair a {
    color: #000
}
.litetooltip-wrapper .tooltip-menu.Affair a:hover {
    color: #fff;
    background: #a778bf
}
.litetooltip-wrapper .tooltip-menu.PaleConifer {
    background: #bad87a
}
.litetooltip-wrapper .tooltip-menu.PaleConifer li {
    border-color: #bad87a;
    border-bottom: solid 1px #9db963
}
.litetooltip-wrapper .tooltip-menu.PaleConifer a {
    color: #000
}
.litetooltip-wrapper .tooltip-menu.PaleConifer a:hover {
    background: #f5ffbe
}
.litetooltip-wrapper .tooltip-menu.BrightSun {
    background: #fec000
}
.litetooltip-wrapper .tooltip-menu.BrightSun li {
    border-color: #fec000;
    border-bottom: solid 1px #ebb203
}
.litetooltip-wrapper .tooltip-menu.BrightSun a {
    color: #000
}
.litetooltip-wrapper .tooltip-menu.BrightSun a:hover {
    background: #fecf3d
}
.litetooltip-wrapper .tooltip-menu.AmazonLemon {
    background: #7fba00
}
.litetooltip-wrapper .tooltip-menu.AmazonLemon li {
    border-color: #7fba00;
    border-bottom: solid 1px #8ac903
}
.litetooltip-wrapper .tooltip-menu.AmazonLemon a {
    color: #000
}
.litetooltip-wrapper .tooltip-menu.AmazonLemon a:hover {
    background: #fde910
}
.litetooltip-wrapper .tooltip-menu.CoffeeConfetti {
    background: #593737
}
.litetooltip-wrapper .tooltip-menu.CoffeeConfetti li {
    border-color: #593737;
    border-bottom: solid 1px #734f4f
}
.litetooltip-wrapper .tooltip-menu.CoffeeConfetti a {
    color: #fff
}
.litetooltip-wrapper .tooltip-menu.CoffeeConfetti a:hover {
    color: #000;
    background: #e9d75a
}
.litetooltip-wrapper .tooltip-menu.OysterPrim {
    background: #988d77
}
.litetooltip-wrapper .tooltip-menu.OysterPrim li {
    border-color: #988d77;
    border-bottom: solid 1px #786e59
}
.litetooltip-wrapper .tooltip-menu.OysterPrim a {
    color: #000
}
.litetooltip-wrapper .tooltip-menu.OysterPrim a:hover {
    background: #fdfeb8
}
.litetooltip-wrapper .tooltip-menu li.last-child {
    border-bottom: 0
}
.litetooltip-wrapper .image-right {
    float: right;
    margin: 0 0 0 5px;
    padding: 2px
}
.litetooltip-wrapper .image-left {
    float: left;
    margin: 0 5px 0 0;
    padding: 2px
}
.litetooltip-wrapper .video-wrapper {
    padding-bottom: 56.26%;
    position: relative;
    width: 500px
}
.litetooltip-wrapper .video-wrapper iframe {
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute
}
.litetooltip-wrapper .template {
    float: left
}
.litetooltip-wrapper .template h4 {
    margin: 0;
    padding: 2px 4px 4px 4px;
    color: #fff;
    font-size: 12px;
    display: block
}
.litetooltip-wrapper .template p {
    margin: 0;
    padding: 2px 4px;
    display: block;
    float: left
}
.litetooltip-wrapper .template ul,
.litetooltip-wrapper .template ol {
    margin: 0;
    padding: 5px 5px 5px 5px;
    list-style-position: inside
}
.litetooltip-wrapper .template li {
    padding: 2px 0
}
.litetooltip-wrapper .template p,
.litetooltip-wrapper .template ul,
.litetooltip-wrapper .template ol {
    background: #fff;
    color: #333
}
.litetooltip-wrapper .template.AlizarinCrimson,
.litetooltip-wrapper .template.AlizarinCrimson h4 {
    background: #df3030
}
.litetooltip-wrapper .template.RadicalRed,
.litetooltip-wrapper .template.RadicalRed h4 {
    background: #ff1e53
}
.litetooltip-wrapper .template.Geradline,
.litetooltip-wrapper .template.Geradline h4 {
    background: #f79992;
    color: #333
}
.litetooltip-wrapper .template.Conifer,
.litetooltip-wrapper .template.Conifer h4 {
    background: #a2d959
}
.litetooltip-wrapper .template.Limeade,
.litetooltip-wrapper .template.Limeade h4 {
    background: #7fba00
}
.litetooltip-wrapper .template.AppleGreen,
.litetooltip-wrapper .template.AppleGreen h4 {
    background: #4cc744
}
.litetooltip-wrapper .template.Spindle,
.litetooltip-wrapper .template.Spindle h4 {
    background: #bfd9f0;
    color: #333
}
.litetooltip-wrapper .template.Danube,
.litetooltip-wrapper .template.Danube h4 {
    background: #69c
}
.litetooltip-wrapper .template.BostonBlue,
.litetooltip-wrapper .template.BostonBlue h4 {
    background: #4182c2
}
.litetooltip-wrapper .template.CarrotOrange,
.litetooltip-wrapper .template.CarrotOrange h4 {
    background: #ed9122
}
.litetooltip-wrapper .template.BrightSun,
.litetooltip-wrapper .template.BrightSun h4 {
    background: #fecf3d;
    color: #333
}
.litetooltip-wrapper .template.Affair,
.litetooltip-wrapper .template.Affair h4 {
    background: #7c4d94
}
.litetooltip-wrapper .template.HotRed,
.litetooltip-wrapper .template.HotRed h4 {
    background: #df3030
}
.litetooltip-wrapper .template.HotRed p,
.litetooltip-wrapper .template.HotRed ul,
.litetooltip-wrapper .template.HotRed ol {
    background: #f79992;
    color: #000
}
.litetooltip-wrapper .template.HuskyBlue,
.litetooltip-wrapper .template.HuskyBlue h4 {
    background: #4182c2
}
.litetooltip-wrapper .template.HuskyBlue p,
.litetooltip-wrapper .template.HuskyBlue ul,
.litetooltip-wrapper .template.HuskyBlue ol {
    background: #bfd9f0;
    color: #000
}
.litetooltip-wrapper .template.MoonAffair,
.litetooltip-wrapper .template.MoonAffair h4 {
    background: #7c4d94
}
.litetooltip-wrapper .template.MoonAffair p,
.litetooltip-wrapper .template.MoonAffair ul,
.litetooltip-wrapper .template.MoonAffair ol {
    background: #e8cbf7;
    color: #000
}
.litetooltip-wrapper .template.PaleMint,
.litetooltip-wrapper .template.PaleMint h4 {
    background: #7fba00
}
.litetooltip-wrapper .template.PaleMint p,
.litetooltip-wrapper .template.PaleMint ul,
.litetooltip-wrapper .template.PaleMint ol {
    background: #f5ffbe;
    color: #000
}
.litetooltip-wrapper .template.BlueRomance,
.litetooltip-wrapper .template.BlueRomance h4 {
    background: #06f
}
.litetooltip-wrapper .template.BlueRomance p,
.litetooltip-wrapper .template.BlueRomance ul,
.litetooltip-wrapper .template.BlueRomance ol {
    background: #d2f6de;
    color: #000
}
.litetooltip-wrapper .template.AmazonLemon,
.litetooltip-wrapper .template.AmazonLemon h4 {
    background: #7fba00
}
.litetooltip-wrapper .template.AmazonLemon p,
.litetooltip-wrapper .template.AmazonLemon ul,
.litetooltip-wrapper .template.AmazonLemon ol {
    background: #fde910;
    color: #000
}
.litetooltip-wrapper .template.LimeConfier,
.litetooltip-wrapper .template.LimeConfier h4 {
    background: #7fba00
}
.litetooltip-wrapper .template.LimeConfier p,
.litetooltip-wrapper .template.LimeConfier ul,
.litetooltip-wrapper .template.LimeConfier ol {
    background: #a2d959;
    color: #000
}
.litetooltip-wrapper .template.MustardSun,
.litetooltip-wrapper .template.MustardSun h4 {
    background: #ed9122
}
.litetooltip-wrapper .template.MustardSun p,
.litetooltip-wrapper .template.MustardSun ul,
.litetooltip-wrapper .template.MustardSun ol {
    background: #fecf3d;
    color: #000
}
.litetooltip-wrapper .template.AtollSea,
.litetooltip-wrapper .template.AtollSea h4 {
    background: #0a6f75
}
.litetooltip-wrapper .template.AtollSea p,
.litetooltip-wrapper .template.AtollSea ul,
.litetooltip-wrapper .template.AtollSea ol {
    background: #fecf3d;
    color: #000
}
.litetooltip-wrapper .template.BlazeOrange,
.litetooltip-wrapper .template.BlazeOrange h4 {
    background: #f60
}
.litetooltip-wrapper .template.BlazeOrange p,
.litetooltip-wrapper .template.BlazeOrange ul,
.litetooltip-wrapper .template.BlazeOrange ol {
    background: #0a6f75;
    color: #fff
}
.litetooltip-wrapper .template.CoffeeConfetti,
.litetooltip-wrapper .template.CoffeeConfetti h4 {
    background: #593737
}
.litetooltip-wrapper .template.CoffeeConfetti p,
.litetooltip-wrapper .template.CoffeeConfetti ul,
.litetooltip-wrapper .template.CoffeeConfetti ol {
    background: #e9d75a;
    color: #000
}
.litetooltip-wrapper .template.OysterPrim,
.litetooltip-wrapper .template.OysterPrim h4 {
    background: #988d77
}
.litetooltip-wrapper .template.OysterPrim p,
.litetooltip-wrapper .template.OysterPrim ul,
.litetooltip-wrapper .template.OysterPrim ol {
    background: #fdfeb8;
    color: #000
}
.litetooltip-hotspot-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1
}
.litetooltip-hotspot-container {
    position: relative;
    height: 0
}
.litetooltip-hotspot-container img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}
.litetooltip-hotspot-container .hotspot {
    position: absolute;
    z-index: 3;
    cursor: pointer
}
.litetooltip-hotspot-container .hotspot .data-container {
    display: none
}
.litetooltip-hotspot-container .blink {
    opacity: .8;
    -moz-opacity: .8;
    animation: litetooltip_hotspot_blink .6s ease-in infinite;
    -moz-animation: litetooltip_hotspot_blink .6s ease-in infinite;
    -ms-animation: litetooltip_hotspot_blink .6s ease-in infinite;
    -webkit-animation: litetooltip_hotspot_blink .6s ease-in infinite
}
@keyframes litetooltip_hotspot_blink {
    to {
        opacity: .3
    }
}
@-webkit-keyframes litetooltip_hotspot_blink {
    to {
        opacity: .3
    }
}
@-moz-keyframes litetooltip_hotspot_blink {
    to {
        opacity: .3;
        -moz-opacity: .3
    }
}
@-ms-keyframes litetooltip_hotspot_blink {
    to {
        opacity: .3
    }
}

/* 
*********
BB Section
********
*/
.brochures {
    padding-top: 20px;
    padding-bottom: 60px;
    background-color: #f8f8f8;
    /*margin-bottom: 30px;*/
}
.brochures h2 {
    margin-bottom: 50px;
}
.bb-circle {
    margin:0 auto;
    width: 82px;
    height: 82px;
    background-color: #C9260B;
    text-align: center;
    color: #FFF;
    padding-top: 19px;
    margin-bottom: 20px;
    border-radius: 120px;
    -webkit-border-radius: 120px;
    -moz-border-radius: 120px;
    -ms-border-radius: 120px;
    -o-border-radius: 120px;
}
.bb-circle:hover {
    background-color: #fff;
    color: #C9260B;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.brochures a {
    margin:0 auto;
    width: 80%;
    font-size: 18px;
    display: block;
    margin-top: 20px;
    color: #000;
    font-weight: bold;
}
.brochures a:hover, .brochures a:focus {
    color: #C9260B;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
/* **/