@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro);
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
@import url(http://fonts.googleapis.com/css?family=Indie+Flower);

* {
    margin: 0;
    padding: 0;
}

*,*::before,*::after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing:border-box;
}




html,body {
    background-color:#f8f9fa;
    font-family:'Source Sans Pro',sans-serif;
}
  

body,h1,h2,.loading-message,h3,h4,p,ul[class],ol[class],figure,blockquote,dl,dd {
    margin:0
}

body {
    min-height:100vh;
    scroll-behavior:smooth;
    text-rendering:optimizeSpeed;
    line-height:1.5;
}



h1,h2,h3 {
    line-height:1.25;
    text-align:center;
   padding:1rem 0;
}

h1 { 
    color:#161616;
    font-size:2rem;
}

h2 {
    color:#161616;
    font-size:1.7rem;
}

h3 {
    color:#161616;
    font-size:1.4rem;
}

h4 {
    color:#000;
    font-size:1.4rem;
    font-weight:normal;
}
    
h5 {
    color:#6c757d;
    font-size:1.1rem;
    margin:1.5em 0 .5em
}



.subnav {
  position: absolute;
}

[data-visually-hidden="true"] {
  display: none;
}
[data-visually-hidden="false"] {
  display: block;
}




#root {
  background:#084B8A;  
}




    
body, .wrapper {
  background:#084B8A; 
}





.wrapper p {
    color:#343a40;
    font-size:1.3rem;
    margin:1em 0;
}


a {
    color:#0000ff;
    font-weight:bold;
    text-decoration:none;
}

a:hover {
    color:#0000ff;
    text-decoration:underline;
}





img {
    max-width:100%;
    display:block;
}

img.center {
    display:block;
    margin: 0 auto;
}



.clear { 
 width: 100%; 
 height: 1px; 
 margin: 0 0 -1px; 
 clear: both; 
} 




input, button, textarea, select {
    font:inherit
}

button, select {
    border:0;
    background:transparent;
    padding:0
}


select {
    -webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:3px;color:#880808;cursor:pointer
}

.button,.button-select {
    background:#880808;
    border-radius:3px;
    color:#fff;
    cursor:pointer;
    display:inline-block;
    font-size:1.3rem;
    margin:.66rem 0;
    padding:1rem;
    width:100%;
    font-weight:bold;
    text-align:center;
    transition:.1s;
}

.button:hover,.button-select:hover {
    background:#D22B2B;
    color:#fff;
}

a.button,a.button-select {
    text-decoration:none
}

.input,.select,input[type=date],input[type=email],input[type=number],input[type=tel],input[type=text],input[type=password],select,textarea {
    background-color:#fff;
    border:1px solid #adb5bd;
    border-radius:3px;
    color:#880808;
    font-size:1.3rem;
    padding:.75rem;
    width:100%;
}

.input:hover:not(:disabled),.select:hover:not(:disabled),input[type=date]:hover:not(:disabled),input[type=email]:hover:not(:disabled),input[type=number]:hover:not(:disabled),input[type=tel]:hover:not(:disabled),input[type=text]:hover:not(:disabled),textarea:hover:not(:disabled) {
    border:1px solid #6c757d;
}

.input:focus,.select:focus,input[type=date]:focus,input[type=email]:focus,input[type=number]:focus,input[type=tel]:focus,input[type=text]:focus,textarea:focus {
    border:1px solid #880808;
}

.input:disabled,.select:disabled,input[type=date]:disabled,input[type=email]:disabled,input[type=number]:disabled,input[type=tel]:disabled,input[type=text]:disabled,textarea:disabled {
    background-color:#f8f9fa;
    border:1px solid #e9ecef;
    color:#6c757d;
    -webkit-text-fill-color:#6c757d;
}

.input::-webkit-inpsut-placeholder,.select::-webkit-inpsut-placeholder,input[type=date]::-webkit-inpsut-placeholder,input[type=email]::-webkit-inpsut-placeholder,input[type=number]::-webkit-inpsut-placeholder,input[type=tel]::-webkit-inpsut-placeholder,input[type=text]::-webkit-inpsut-placeholder,textarea::-webkit-inpsut-placeholder {
    color:#c3c3c3;
}

.input:-ms-input-placeholder,.select:-ms-input-placeholder,input[type=date]:-ms-input-placeholder,input[type=email]:-ms-input-placeholder,input[type=number]:-ms-input-placeholder,input[type=tel]:-ms-input-placeholder,input[type=text]:-ms-input-placeholder,textarea:-ms-input-placeholder {
    color:#c3c3c3;
}

.input::placeholder,.select::placeholder,input[type=date]::placeholder,input[type=email]::placeholder,input[type=number]::placeholder,input[type=tel]::placeholder,input[type=text]::placeholder,textarea::placeholder {
    color:#c3c3c3
}

input[value=""]:not(:focus)::-webkit-datetime-edit { 
    color:#c3c3c3;
}
    
select {
    -webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:3px;color:#880808;cursor:pointer
}

.select{
  background-image:url('/img/background.png');
  background-position:right .75rem top 50%;
  background-repeat:no-repeat;
  background-size:.75em auto;padding-right:2rem
}










label,.label {
    display:block;margin:1rem 0;
}

label>span,.label>span {
    color:#343a40;font-size:1.1rem
}

label>span:first-child,.label>span:first-child {
    display:inline-block;padding:.25rem 0;
}

label.required>span::after, .label.required>span::after {
    content:" *"
}

@media(min-width: 1400px) {
    label,.label{margin:1.5rem 0
}
}







.big_header

{
color:#fff;
font-size:30pt;
top:0px;
position:fixed;
width:100%;
background:#084B8A;
text-align:center;
z-index:2;
transition: all 0.3s ease;

 clear: both;
}



.sticky_header span
{ 
font-size:17px;
}





#timer {
    padding-top:10px;
    background:#084B8A;
   text-align: center;    
}


.upper span {
  color:#fff;

}    
 


@media only screen and (max-width : 500px) {
.big_header

{
font-size:30pt;
}

.sticky_header 
{ 
font-size:15px;
}

.bottom h1 {
  font-size:15px;    
}

}


@media only screen and (max-width : 400px) {
.big_header

{
font-size:25pt;
}


.sticky_header 
{ 
font-size:12px;
}

}


@media only screen and (max-width : 320px) {
.big_header

{
font-size:22pt;
}

.sticky_header 
{ 
font-size:10px;
}


}






.middle {
  position:relative;
  width:100%;
  background:#000;
  margin-top:40px;
  padding:30px 20px;  
}



.middle p {
  color:#fff;
  text-align:center;
}


 
.header-line {
  border: 1px solid #ffe4a8;
  padding:5px;
}
.header-line {
  position: absolute;
  left: 9px;
  right: 9px;
  top: 10px;
  bottom: 10px;
  border: 1px solid #fff;
}




















.lower {
  border-bottom:5px solid #D6A039; 
}






























    
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto;
  font-family: 'Open Sans', sans-serif;
  line-height: 1;
  background:#000;

}
#menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background:#ffffff;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a {
  padding: 20px;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  color:#fff;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #009ae1;
  color:#cecece;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 25px;
}
#cssmenu > ul > li.has-sub > a::after {
  position: absolute;
  top: 21px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #ffffff;
  border-bottom: 1px solid #cecece;
  border-right: 1px solid #ffffff;
  border-right: 1px solid #cecece;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu > ul > li.has-sub:hover > a::after {
  border-color: #cecece;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li {
  height: 26px;
}
#cssmenu ul ul li a {
  padding: 10px 20px;
  width: 160px;
  font-size: 12px;
  background: #333333;
  text-decoration: none;
  color: #dddddd;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
}
#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul,
  #cssmenu.align-right ul ul {
    text-align: left;
  }
  #cssmenu ul li,
  #cssmenu ul ul li,
  #cssmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
  }
  #cssmenu > ul > li,
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu ul ul li a {
    padding: 20px 20px 20px 30px;
    font-size: 12px;
    color: #000000;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li a:hover {
    color: #000000;
  }
  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 20px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
  }
  #cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: #ffffff;
  }
  #cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 25px;
    right: 20px;
    display: block;
    width: 15px;
    height: 3px;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 52px;
    width: 52px;
    cursor: pointer;
  }
  #cssmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }
}



.skip-to-main-content-link {
  position: absolute;
  left: -9999px;
  z-index: 999;
  padding: 1em;
  background-color: black;
  color: white;
  opacity: 0;
}
.skip-to-main-content-link:focus {
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
}





#panel {
 position:relative;    

}




.panel {
	width:300px;
	height:550px;
	background:#ADD8E6;
	position:fixed;
	right:-300px;
    top:280px;
    z-index:9999;
    
}
.slider-arrow {
	padding:10px;
	width:15px;
    height:35px;
	float:left;
	background:#ADD8E6;
	font:400 12px Arial, Helvetica, sans-serif;
	color:#0000ff;
	text-decoration:none;
	position:fixed;
	right:0px;
    top:280px;
    z-index:9999;
}

.panel a, .panel a:hover, .slider-arrow {
 color:#0000ff;
 text-decoration:none;
}

.panel-content {
  padding:15px;
  color:#0000ff;
  width:300px;

}


.panel-content img {
  margin-bottom:15px;
}



.panel-content h2 {
  margin-top:0px;
  padding-top:0px;
  font-size:24px;
}


.panel-content p {
  font-size:14px;
  margin-bottom:15px;
}



#panel-btn {
  background-image: linear-gradient(90deg,#f92c8b 0%,#b02cd6 100%);
  box-shadow: 0px 20px 30px -10px rgba(249,44,139,0.4);
  border-radius: 5px;
  z-index: 9;
  padding:10px;
  position: relative;
  text-align:center;
  margin-top:20px;
  font-size:14px;
}

#panel-btn a {
  color:#fff;
  text-decoration:none;
  
}

#panel-btn a:hover {
  color:#cdcdcd;
}


@media (max-width: 400px) {



.panel {
    top:260px;
    height:340px;
}
.slider-arrow {
    top:260px;
}
.panel-content img {
  width:100px;
  margin-bottom:10px;
}



.panel-content h2 {
  font-size:18px;
}

.panel-content p {
  margin-bottom:10px;
  font-size:10pt;
  line-height:14px;
}


#panel-btn {
  font-size:12px;
}
}





    
.toggle-form {
  left: -9999px;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  transition: left .6s ease-in-out;
}
.toggle-form.active {
    left: 0;
}    
    

.toggle-form .formwrap .icon-close img {
    width: 20px;

}


.formwrap {
  position:relative;
  background-color: #1aafff; 
  max-width: 620px;
  height: 100%;
  float: left;
  box-shadow: -1px 0px 12px rgba(0, 0, 0, 0.1);

}

.formwrap .icon-close {
 position:absolute;
 right:0;    
 top:0;
 cursor:pointer;
} 


.formwrapper {
  width:500px;
  text-align:center;
}

.formwrapper-child {
  width:100%; 
  position:absolute;
  top: 50%;
  transform: translate(0, -50%);
  padding:1.5rem;
}

.formwrapper h2 {
  color:#fff;
  margin-bottom:2rem;
}


.formwrapper p {
  color:#fff;
  margin-top:20px;
}

.formwrapper p a {
  color:#cdcdcd;
}


.formwrapper ul {
  margin-top:3.5rem;
  font-size:1.5rem;  
  list-style:none;
}

.formwrapper ul li a {
  color:#fff;
}


@media (max-width: 575px) {
  .formwrap {
    width: 100%
  }
  
.formwrapper h2 {
  margin-bottom:1rem;
}  
  
.formwrapper ul {
  margin-top:2rem;
}
  
.formwrap .icon-close {
 z-index:1001;
} 
}



    
    
 .sticky-ads {
	bottom: 0;
	left: 0;
	width: 100%;
	height: 207px;
	box-shadow: 0 -6px 18px 0 rgba(9, 32, 76, .1);
	-webkit-transition: all .1s ease-in;
	transition: all .1s ease-in;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fefefe;
	z-index: 20;
}

.sticky-ads-close {
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px 0 0;
	position: absolute;
	right: 0;
	top: -25px;
	background-color: #fefefe;
	box-shadow: 0 -6px 18px 0 rgba(9, 32, 76, .08);
	cursor: pointer;
}

.sticky-ads .sticky-ads-close svg {
	width: 22px;
	height: 22px;
	fill: #000;
}

.sticky-ads .sticky-ads-content {
	overflow: hidden;
	display: block;
	position: relative;
	height: 200px;
	width: 100%;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0px;
	padding:0 220px;
}   
    
    
   


  
    
 .sticky-ads-content h2 {
     font-size:20pt;
     font-weight:600;
     color:#0000ff;
     padding:.5rem 0;
     margin:0;
 }
    
 
 
 
 
 
 .sticky-ads-content p {
     font-size:12pt;
     margin-bottom:15px;
 }    
 
 
  
 .sticky-ads-content p a {
     color:#0000ff;
 }
    
  
    
    
 .sticky-ads-content #image1 {
   width:80px;
   display:inline;
 }   
    
 .sticky-ads-content #image2 {
   width:110px;
   height:110px;
   position:absolute;
   top:40px;
   left:40px;
 }     
    
    
 .sticky-ads-content #image3 {
    width:168px;
    height:110px;
    position:absolute;
    top:40px;
    right:40px;
 }     
    
    
    
    
@media only screen and (max-width : 1750px) {


.sticky-ads .sticky-ads-content {
     padding: 0 190px;
 }

.sticky-ads-content h2 {
     font-size:20pt;
 }
  
 .sticky-ads-content p {
     font-size:12pt;
 } 
 .sticky-ads-content #image1 {
   width:80px;

 }   
    
 .sticky-ads-content #image2 {
   width:90px;
   height:90px;
   top:40px;
   left:30px;
 }     
    
    
 .sticky-ads-content #image3 {
    width:138px;
    height:90px;
    top:40px;
    right:30px;
 }   

}    
    
    
    
@media only screen and (max-width : 1675px) {


.sticky-ads .sticky-ads-content {
     padding: 0 170px 0 130px;
 }

.sticky-ads-content h2 {
     font-size:20pt;
 }
  
 .sticky-ads-content p {
     font-size:12pt;
 } 
 .sticky-ads-content #image1 {
   width:80px;

 }   
    
 .sticky-ads-content #image2 {
   width:90px;
   height:90px;
   top:50px;
   left:20px;
 }     
    
    
 .sticky-ads-content #image3 {
    width:138px;
    height:90px;
    top:50px;
    right:20px;
 }   

}    
        
    
    
@media only screen and (max-width : 1580px) {


.sticky-ads .sticky-ads-content {
     padding: 0 150px 0 110px;
 }

.sticky-ads-content h2 {
     font-size:18pt;
 }
  
 .sticky-ads-content p {
     font-size:11pt;
 } 
 .sticky-ads-content #image1 {
   width:60px;

 }   
    
 .sticky-ads-content #image2 {
   width:90px;
   height:90px;
   top:50px;
   left:10px;
 }     
    
    
 .sticky-ads-content #image3 {
    width:138px;
    height:90px;
    top:50px;
    right:10px;
 }   

}     
    
    
    
    
@media only screen and (max-width : 1430px) {


.sticky-ads .sticky-ads-content {
     padding: 0 130px 0 90px;
 }

.sticky-ads-content h2 {
     font-size:18pt;
 }
  
 .sticky-ads-content p {
     font-size:11pt;
 } 
 .sticky-ads-content #image1 {
   width:60px;

 }   
    
 .sticky-ads-content #image2 {
   width:80px;
   height:80px;
   top:50px;
   left:10px;
 }     
    
    
 .sticky-ads-content #image3 {
    width:122px;
    height:80px;
    top:50px;
    right:10px;
 }   

}     
      


    
@media only screen and (max-width : 1080px) {


.sticky-ads {
    height:227px;
}


.sticky-ads .sticky-ads-content {
     padding: 0 130px 0 90px;
     height:220px;
 }

.sticky-ads-content h2 {
     font-size:18pt;
 }
  
 .sticky-ads-content p {
     font-size:11pt;
 } 
 .sticky-ads-content #image1 {
   width:50px;

 }   
    
 .sticky-ads-content #image2 {
   width:80px;
   height:80px;
   top:50px;
   left:10px;
 }     
    
    
 .sticky-ads-content #image3 {
    width:122px;
    height:80px;
    top:50px;
    right:10px;
 }   

}



    
@media only screen and (max-width : 800px) {


.sticky-ads {
    height:227px;
}


.sticky-ads .sticky-ads-content {
     padding: 0 110px 0 70px;
     height:220px;
 }

.sticky-ads-content h2 {
     font-size:14pt;
 }
  
 .sticky-ads-content p {
     font-size:10pt;
 } 
 .sticky-ads-content #image1 {
   width:40px;

 }   
    
 .sticky-ads-content #image2 {
   width:60px;
   height:60px;
   top:60px;
   left:10px;
 }     
    
    
 .sticky-ads-content #image3 {
    width:92px;
    height:60px;
    top:60px;
    right:10px;
 }   

}




    
@media only screen and (max-width : 600px) {


.sticky-ads {
    height:247px;
}


.sticky-ads .sticky-ads-content {
     padding: 0 110px 0 80px;
     height:240px;
 }

.sticky-ads-content h2 {
     font-size:13pt;
 }
  
 .sticky-ads-content p {
     font-size:9pt;
 } 
 .sticky-ads-content #image1 {
   width:40px;

 }   
    
 .sticky-ads-content #image2 {
   width:60px;
   height:60px;
   top:60px;
   left:10px;
 }     
    
    
 .sticky-ads-content #image3 {
    width:92px;
    height:60px;
    top:60px;
    right:10px;
 }   

}





@media only screen and (max-width : 400px) {


.sticky-ads {
    height:247px;
}


.sticky-ads .sticky-ads-content {
     padding: 0 100px 0 75px;
     height:240px;
 }

.sticky-ads-content h2 {
     font-size:10pt;
 }
  
 .sticky-ads-content p {
     font-size:8pt;
 } 
 .sticky-ads-content #image1 {
   width:20px;

 }   
    
 .sticky-ads-content #image2 {
   width:50px;
   height:50px;
   top:60px;
   left:10px;
 }     
    
    
 .sticky-ads-content #image3 {
    width:76px;
    height:50px;
    top:60px;
    right:10px;
 }   

}





@media only screen and (max-width : 320px) {


.sticky-ads {
    height:247px;
}


.sticky-ads .sticky-ads-content {
     padding: 0 100px 0 75px;
     height:240px;
 }

.sticky-ads-content h2 {
     font-size:10pt;
 }
  
 .sticky-ads-content p {
     font-size:8pt;
 } 
 .sticky-ads-content #image1 {
   width:20px;

 }   
    
 .sticky-ads-content #image2 {
   width:50px;
   height:50px;
   top:60px;
   left:10px;
 }     
    
    
 .sticky-ads-content #image3 {
    width:76px;
    height:50px;
    top:60px;
    right:10px;
 }   
}




#alert_box {
 display:none;
 z-index:1500;
 position:fixed;
 top:50%;
 left: 50%;
 width:300px;
 margin-left: -150px;
 height:180px;
 margin-top: -90px;
 background:#f0f0f0;
 border-bottom:#069059 solid 20px;
 border-top:#069059 solid 20px;
 color:#000;
}

#alert_box h1 {
 font-size:14pt;
 font-weight:bold;
 margin:35px 15px 5px 15px;
 text-align:center;
}

#alert_box h2 {
 font-size:12pt;
 font-weight:bold;
 margin:15px 15px 5px 15px;
 text-align:center;
}

#alert_box p {
 font-size:12pt;
 margin:15px 15px 5px 15px;
 text-align:center;
}

#alert_box a {
 padding:0 15px 0 15px;
 margin:0 5px 0 5px;
 border:#cdcdcd solid 1px;
 border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
 background:#fff;
}
#alert_box a:hover {
 background:#cdcdcd;
 color:#fff;
}



.inner-wrapper {
  padding:1.5rem 3.5rem;    
}    
    
    
@media (max-width : 800px) {

.inner-wrapper {
  padding:1rem 2.5rem;    
}      
    
}   
    
@media (max-width : 600px) {
    
.inner-wrapper {
  padding:1rem 2rem;    
}      
    
}   
     
    
@media (max-width : 400px) {
    
.inner-wrapper {
  padding:1rem 1.5rem;    
}      
    
}   
     
    
    
@media (max-width : 320px) {

.inner-wrapper {
  padding:1rem 1rem;    
}      
    
}   




.video-wrapper {
  padding:1.5rem 12.5rem;    
}    
    
    
 
@media (max-width : 1400px) {

.video-wrapper {
  padding:1rem 5.5rem;    
}      
    
}      
    
    
    
 
@media (max-width : 1200px) {

.video-wrapper {
  padding:1rem 4.5rem;    
}      
    
}      
    
    
 
@media (max-width : 1000px) {

.video-wrapper {
  padding:1rem 3.5rem;    
}      
    
}      
    
    
@media (max-width : 800px) {

.video-wrapper {
  padding:1rem 2.5rem;    
}      
    
}   
    
@media (max-width : 600px) {
    
.video-wrapper {
  padding:1rem 2rem;    
}      
    
}   
     
    
@media (max-width : 400px) {

.video-wrapper {
  padding:1rem 1.5rem;    
}      
    
}   
     
    
    
@media (max-width : 320px) {
    
.video-wrapper {
  padding:1rem 1rem;    
}      
    
}   

















#gallery-holder {

    padding: 50px 0;
}    
    
#gallery {
    margin:0 auto;display:none;
}






@media only screen and (max-width : 1200px) {

#gallery-holder {
    //margin:700px 0 50px 0;
}   
}





@media only screen and (max-width : 1000px) {

#gallery-holder {
    //margin:600px 0 50px 0;
}   
}






@media only screen and (max-width : 800px) {

#gallery-holder {
    //margin:400px 0 50px 0;
}   
}



@media only screen and (max-width : 600px) {

#gallery-holder {
   // margin:320px 0 50px 0;
}   
}



@media only screen and (max-width : 500px) {

#gallery-holder {
  //  margin:260px 0 50px 0;
}   
}


@media only screen and (max-width : 400px) {

#gallery-holder {
   // margin:200px 0 50px 0;
}   
}


@media only screen and (max-width : 320px) {

#gallery-holder {
   // margin:180px 0 50px 0;
}   
}













div.box,
ul.box {
 display:flex;
 flex-wrap:wrap;
 margin:0 0 2em 0;
 
 padding:0;
 width:100%;
 max-width:unset
}














div.box:after,
ul.box:after {
 content:'';
 display:block;
 clear:both
}


div.box article,
div.box li,
ul.box article,
ul.box li {
 display:block;
 width:100%;
 margin:10px 0;
}








div.box.box300x250, ul.box.box300x250 {
  max-width: 910px;
}

div.box.box300x250, ul.box.box300x250 {
  margin: 0 auto;
  max-width: 100%;
}




div.box.box300x250 article, ul.box.box300x250 article {
  width: 300px;

}



 div.box article a p span,
 div.box li a p span,
 ul.box article a p span,
 ul.box li a p span {
  padding:.5em .5em .5em 0
 }


div.box.box300x250,
ul.box.box300x250 {
 margin:0 auto;
 max-width:100%
}


div.box.box300x250 article:nth-child(1n+1), ul.box.box300x250 article:nth-child(1n+1) {
  margin-right: 5px;
}

div.box.box300x250 article:nth-child(2n+2), ul.box.box300x250 article:nth-child(2n+2) {
  margin-right: 5px;
}

div.box.box300x250 article:nth-child(3n+3), ul.box.box300x250 article:nth-child(3n+3) {
  margin-right: 5px;
}

div.box.box300x250 article a i, ul.box.box300x250 article a i {
  padding-top: 56.25%;

}

div.box.box300x250 article a i,
ul.box.box300x250 article a i {
 padding-top:22.5%
}


div.box article a p,
div.box li a p,
ul.box article a p,
ul.box li a p {
 display:block;
 padding:0;
 margin:0 1em;
 width:calc(60% - 2em);
 min-height:22.5vw;
 float:left;
 border-bottom:1px solid #555
}



div.box article.video a {
  color: #232323;
}


div.box article a, div.box li a, ul.box article a, ul.box li a {
  display: block;
  position: relative;
  text-decoration: none;
  width: 100%;
}




div.box article a p, div.box li a p, ul.box article a p, ul.box li a p {
  margin: 0;
  width: 100%;
  min-height: unset;
  float: none;
  border: none;
}



div.box article a p, div.box li a p, ul.box article a p, ul.box li a p {
  display: block;
  padding: 0;
  margin: 0 1em;
  width: calc(60% - 2em);
  min-height: 22.5vw;
  float: left;
  border-bottom: 1px solid #555;
}





div.box article a p span, div.box li a p span, ul.box article a p span, ul.box li a p span {
  display: block;
  font-family: 'Source Sans Pro',Helvetica,sans-serif;
  position: relative;
  color: #555;
  font-size: .9em;
  padding: 0 0 1em 0;
}

div.box article.video a i {
 border-radius:0;
 display:block;
 width:100%;
 padding:0 0 56.25% 0;
 background-color:#363636;
 background-size:cover;
 background-position:top center;
 transition:opacity .3s;
 position:relative
}



.btn {
  background-color: #D6A039;
  border: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Source Sans Pro',Helvetica,sans-serif;
  font-size:1rem;
  font-weight: 400;
  padding: .3em .75em .25em .75em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color .5s;
}




.btnCTA {
 clear:both;
 margin:0 0 1em 1em;
 text-align:center
}


div.box article a p b.btn.btnCTA,
div.box li a p b.btn.btnCTA,
ul.box article a p b.btn.btnCTA,
ul.box li a p b.btn.btnCTA {
 margin-left:0
}
div.box article a:hover i,
div.box li a:hover i,
ul.box article a:hover i,
ul.box li a:hover i {
 opacity:.75
}




article.video a {
  color: #232323;
  display: block;
  text-decoration: none;
  transition: color .3s;
}





article.video a i::after {
  content: '';
  position: absolute;
  border-radius: 100%;
  background-color: rgba(232,214,174,.9);
  background-image: url('/img/play_button.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
  top: 50%;
  left: 50%;
  margin-left: -1.25em;
  margin-top: -1.25em;
  width: 2.5em;
  height: 2.5em;
}



@media (min-width:1480px) {
 div.box,
 ul.box {
  max-width:1480px;
  margin:0 auto;
 }
}





@media (min-width:741px) {
 div.box article a i,
 div.box li a i,
 ul.box article a i,
 ul.box li a i {
  float:none;
  width:100%;
  padding-top:56.25%
 }
}

@media (min-width:741px) {
 div.box article a p,
 div.box li a p,
 ul.box article a p,
 ul.box li a p {
  margin:0 auto;
  width:100%;
  min-height:unset;
  float:none;
  border:none
 }
}

@media (min-width:741px) {
 div.box article a p span,
 div.box li a p span,
 ul.box article a p span,
 ul.box li a p span {
  padding:.5em .5em .5em 0
 }
}

@media (min-width:741px) {
 div.box.box300x250,
 ul.box.box300x250 {
  max-width:605px;
  //max-width:620px;
 }
}



@media (min-width:930px) {
 div.box.box300x250,
 ul.box.box300x250 {
  max-width:910px
 }
}
@media (min-width:741px) {
 div.box.box300x250 article,
 ul.box.box300x250 article {
  width:300px
 }
}
@media (min-width:930px) {
 div.box.box300x250 article:nth-child(2n+2),
 ul.box.box300x250 article:nth-child(2n+2) {
  margin-right:5px
 }
}
@media (min-width:741px) {
 div.box.box300x250 article:nth-child(3n+3),
 ul.box.box300x250 article:nth-child(3n+3) {
  margin-right:5px
 }
}
@media (min-width:930px) {
 div.box.box300x250 article:nth-child(3n+3),
 ul.box.box300x250 article:nth-child(3n+3) {
  margin-right:0
 }
}
@media (min-width:741px) and (max-width:929px) {
 div.box.box300x250 article:nth-child(2n+2),
 ul.box.box300x250 article:nth-child(2n+2) {
  margin-right:0
 }
}

@media (min-width:741px) {
 div.box.box300x250 article a i,
 ul.box.box300x250 article a i {
  padding-top:56.25%
 }
}



@media (max-width:739px) {
    
    
div.box, ul.box {
  margin:0 auto;   
}    
    
    
    
div.box article a p,
div.box li a p,
ul.box article a p,
ul.box li a p {

 width:calc(90% - 2em);

}
}



@media (max-width:420px) {
    
div.box.box300x250 article, ul.box.box300x250 article {
  width: 100%;

}    
    
div.box article a p,
div.box li a p,
ul.box article a p,
ul.box li a p {

 width:calc(90% - 1em);

}
}




@media (max-width:320px) {
    
div.box.box300x250 article, ul.box.box300x250 article {
  width: 100%;

}    
    
    
div.box article a p,
div.box li a p,
ul.box article a p,
ul.box li a p {

 width:calc(100% - 1em);

}
}


div.box article.video a i {
 border-radius:0;
 display:block;
 width:100%;
 padding:0 0 56.25% 0;
 background-color:#363636;
 background-size:cover;
 background-position:top center;
 transition:opacity .3s;
 position:relative
}


.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}









div.on_off_off, span.on_off_off
{
 background: rgb(150,110,120);
 font-family: segoe ui;
 font-size: 12px;
 font-weight: bold;
 padding: 5px 10px;
 border: 3px solid rgb(180, 140, 150);
 border-radius: 5px;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -khtml-border-radius: 5px;
 color: #fff;
 display: inline;
 z-index:999999;
}
div.on_off_on, span.on_off_on
{
 background: rgb(110,150,120);
 font-family: segoe ui;
 font-size: 12px;
 font-weight: bold;
 padding: 5px 10px;
 border: 3px solid rgb(140, 180, 150);
 border-radius: 5px;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -khtml-border-radius: 5px;
 color: #fff;
 display: inline;
 z-index:999999;
}





.crunchify-top:hover {
	color: #fff !important;
	background-color: #ed702b;
	text-decoration: none;
}
 
.crunchify-top {
	display: none;
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	width: 2.5rem;
	height: 2.5rem;
	line-height: 2.5rem;
	font-size: 1rem;
	color: #fff;
	background-color: rgba(0,0,0,0.3);
	text-decoration: none;
	border-radius: 3.2rem;
	text-align: center;
	cursor: pointer;
}






footer {
    color:#fff;
    text-align:center;
    padding:1.5rem 0 .5rem 0;
    margin:0 auto;
    width:100%;
    background:#000; 
    border-top: 5px solid #D6A039;    
}

footer *{
    font-size:.9rem;
    background:#000;
}

@media(max-width: 700px) {
    
footer * {
    font-size:.8rem
}
}


footer h3 {
  color:#fff;     
}footer h3 {
  color:#fff;     
}

footer a {
    color:#fff;
    font-weight:bold;
    text-decoration:none
}

footer a:hover { 
    color:inherit;text-decoration:underline
}


footer ul {
    padding:0;
    margin:25px 0;
}

footer li {
    list-style:none;margin:0 1em;display:inline-block
}
