@media ( min-width: 1200px ) {
	
}

@media ( min-width: 992px ) {

}

@media ( min-width: 769px ) {

}

@media ( max-width: 768px ) {

}



@media only screen and (min-width: 993px) {
.container {width: 90%;}
}

/* arvo-regular - latin */
@font-face {
  font-family: 'Arvo';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/arvo/arvo-v13-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Arvo'),
       url('../fonts/arvo/arvo-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/arvo/arvo-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/arvo/arvo-v13-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/arvo/arvo-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/arvo/arvo-v13-latin-regular.svg#Arvo') format('svg'); /* Legacy iOS */
}
/* arvo-700 - latin */
@font-face {
  font-family: 'Arvo';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/arvo/arvo-v13-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Arvo Bold'), local('Arvo-Bold'),
       url('../fonts/arvo/arvo-v13-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/arvo/arvo-v13-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/arvo/arvo-v13-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/arvo/arvo-v13-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/arvo/arvo-v13-latin-700.svg#Arvo') format('svg'); /* Legacy iOS */
}


/* ROBOTO ************************************************************************************************** */

/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto/roboto-v18-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Roboto Light'), local('Roboto-Light'),
       url('../fonts/roboto/roboto-v18-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto/roboto-v18-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto/roboto-v18-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto/roboto-v18-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto/roboto-v18-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto/roboto-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url('../fonts/roboto/roboto-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto/roboto-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto/roboto-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto/roboto-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto/roboto-v18-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto/roboto-v18-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Bold'), local('Roboto-Bold'),
       url('../fonts/roboto/roboto-v18-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto/roboto-v18-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto/roboto-v18-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto/roboto-v18-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto/roboto-v18-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}


*{ 
border:0px;
margin:0px;
padding:0px;
text-decoration:none;
outline:none;
-webkit-tap-highlight-color: rgba(255,255,255,0.4);
box-sizing:border-box;
}

*::selection {
background:#ccc;
color:#fff;
}

textarea, input[type="text"] {
-webkit-appearance: none;
-webkit-border-radius:0; 
border-radius:0;
}

html, body {
height: 100%;
}

body {
background: #263033;

background-size:cover;
background-position: center;
color: #fff;
font-family: 'Roboto', Arial, Verdana, sans-serif;
font-size: 17px;
-webkit-text-size-adjust: none;
font-weight:300;
}

div {
position: relative;
}

img, iframe, video {
vertical-align:bottom;
}

h1, h2, h3, h4, h5, h6 {
margin: 0 0 10px 0;
-webkit-hyphens: auto;
hyphens: auto;
word-wrap: break-word;
font-family: 'Arvo', Arial, Verdana, sans-serif;
}

h1{
font-size:110px;
line-height: 110px;
text-transform: uppercase;
font-weight: 700;
}

h2{
font-size:24px;
}

h3{
font-size:29px;
letter-spacing: 0.04em;
text-transform: uppercase;
}

@media ( max-width: 992px ) {
h1{
font-size:50px;
line-height: 50px;
}

h2{
font-size:20px;
}

h3{
font-size:24px;
letter-spacing: 0.04em;
text-transform: uppercase;
}

}

p {
margin: 0 0 10px 0;
line-height:24px;
font-weight:300;
line-height: 1.4em;
letter-spacing: 0.04em;
-webkit-hyphens: auto;
hyphens: auto;
}

p a{
color:#666;
}

p a:hover{
color:#888;
border-bottom:1px dotted #999;
}

a.readmore:after {    
font-family: 'FontAwesome';
content: '\f105';
margin:0 0 0 5px;
transform:translate(0,1px);
color: #b7ce00;
display:inline-block;
transition:.1s;
}

a.readmore:hover:after{
transform:translate(3px,1px);
}

/*
.btn{
background:#d30000;
color:#fff;
padding:10px 15px;
transition:all .2s;
display:inline-block;
letter-spacing:1px;
position:relative;
font-weight:700;
text-transform:uppercase;
}


.btn:hover{
background:#fff;
color:#d30000;
transition:all .15s;
border:0;
}
*/

.arrow_right{
padding-right:35px;	
}

.arrow_right:after{
font-family: 'FontAwesome';
content: "\f054";
z-index:100;
color:#fff;
position: absolute;
top:50%;
margin-top:-5px;
right:15px;
transition:all .15s;
}

.arrow_right:hover:after{
color:#d30000;
right:10px;
}

hr{
height: 0;
margin: 20px 0;
border-bottom: 3px solid #ccc;
width: 100px;
text-align: left;
}

.shaded{
display: inline;
color: #fff!important;
background: none repeat scroll 0px 0px #285e7a;
box-shadow: 5px 0 0 #285e7a, -5px 0 0 #285e7a;
background-origin: border-box;
box-decoration-break: clone;
-webkit-box-decoration-break: clone;
}

.lined{
text-transform:uppercase;
font-weight:bold;
letter-spacing:6px;
position: relative;
z-index: 1;
overflow: hidden;
text-align: center;
margin-bottom:30px;
}

.lined:before, .lined:after{
background-color: #aaa;
content: "";
display: inline-block;
height: 1px;
position: relative;
vertical-align: middle;
width: 50%;
}

.lined:before{right: 1em;margin-left: -50%;}
.lined:after{left: 1em;margin-right: -50%;}


/* LAYOUT */

.bodywrap {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto; 
width:100%;
position:relative;
}

.section{
width: 100%;
padding: 0;
}

.bgimg{
background-size: cover;
background-position: center;
}

.row{margin-bottom: 0;}

/*.col{outline: 1px dotted #ccc;}*/

.padding30{padding-top:30px; padding-bottom:30px;}
.padding50{padding-top:50px; padding-bottom:50px;}
.padding70{padding-top:70px; padding-bottom:70px;}

.paddingbottom10{padding-bottom:10px;}
.paddingbottom20{padding-bottom:20px;}

.spacer10{height:10px;}
.spacer20{height:20px;}
.spacer30{height:30px;}
.spacer50{height:50px;}

@media ( max-width: 768px ) {
.desktop{display: none;}
.mobile{display: block;}
.wrap{width:100%;}

.padding30{padding-top:15px; padding-bottom:15px;}
.padding50{padding-top:25px; padding-bottom:25px;}
.padding70{padding-top:35px; padding-bottom:35px;}

.spacer10{height:10px;}
.spacer20{height:20px;}
.spacer30{height:20px;}
.spacer50{height:30px;}
}

.fullwidth{
width:100%;
}

.content img{
margin:5px 0 15px 0;
}

.image_right{
float:right;
margin:0 !important;
padding:7px 0 10px 20px;
width:40%;
}

.image_left{
float:left;
margin:0 !important;
padding:7px 20px 10px 0;
width:40%;
}

@media ( max-width: 768px ) {
.image_right, .image_left{
float:none;
width:100%;
padding:5px 0 15px 0;
}
}

.bodywrap {
margin: 0 auto -150px; 
}

.push {
height: 150px; 
}

.footer {
height: 150px; 	
margin: 0 auto; 
width:100%;
padding:20px 0;
transition: transform .2s;
color:#fff;
}

.footer a{
color:#fff;
margin-right: 10px;
}

.footer a:hover{
opacity:.7;
}

@media ( max-width: 768px ) {
.footer{
height:auto;
}

.bodywrap {
margin: 0 auto; 
min-height: auto;
height: auto;
}

.push {
height:auto;
display:none;
}
}

/* **** FULLSCREEN ********* */


.fullscreen{
min-height:100%;
width:100%;
display: table;
padding:30px;
}

.fullscreencontent{
text-align:center;
display: table-cell;
vertical-align: middle;
}


/* ************************* */

.centered {
width:960px;
height:600px;
position:absolute;
margin:-300px 0px 0px -480px;
top: 50%; 
left: 50%;
background-color:#eee;
}

@media ( min-width: 1200px ) {
.centered {
width:1160px;
height:800px;
margin:-400px 0px 0px -580px;
}	
}

@media ( max-width: 992px ) {
.centered {
width:760px;
height:600px;
margin:-300px 0px 0px -380px;
}
}

@media ( max-width: 768px ) {
.centered {
width:auto;
height:auto;
min-height:200px;
margin:0;
top: auto; 
left: auto;
position:relative;
}
}

/* NAVIGATION */

.navigation {
position:absolute;
right:15px;
top:50px;
}

.navigation ul{
list-style: none;
}

.navigation ul li{
margin: 0 0 0  20px;
float: left;
}

.navigation ul li a{
display: block;
color: #000;
text-transform:uppercase;
}

.navigation ul li a:hover{
opacity: 0.5;
}

.navigation ul li a.current{
color: #666;
font-weight: bold;
}

.navigation ul li a.current:hover{
opacity: 1;
}

/* CUSTOM */

.header{
background:#efefef;
}

.logo{
height:110px;
}


@media ( max-width: 768px ) {
.header{}	
.logo{height:80px; margin-bottom: 10px;}
}

@media ( min-width: 1200px ) {
.logo{
height:130px;
}
	
}


.content ul{
margin:10px 0;
list-style:none;
}

.content ol{
margin:10px 0;
}

.content li{
margin:0 0 10px 15px;
line-height:23px;
}

.content ol li{
margin:0 0 10px 18px;
padding-left:3px;
}

.content ul li:before {    
font-family: 'FontAwesome';
content: '\f0da';
margin:0 10px 0 -15px;
color: #b7ce00;
position:absolute;
}

.content li a{
color:#666;
}

.content li a:hover{
opacity:.7;
}

/* VIDEO / YOUTUBE */

.video iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.video{
position: relative;
padding-bottom: 56.25%;
padding-top: 0px;
height: 0;
overflow: hidden;
}

/* GRID */
/*<div class="grid" data-columns> */


@media ( min-width: 992px ) {
.grid[data-columns]::before {content: '3 .column.size-1of3';}
}

@media ( min-width: 769px ) {
.grid[data-columns]::before {content: '2 .column.size-1of2';}
}

@media ( max-width: 768px ) {
.grid[data-columns]::before {content: '1 .column.size-1of1';}
}

.column { float: left; }
.size-1of1 { width: 100%; }
.size-1of2 { width: 50%; }
.size-1of3 { width: 33.333%; }
.item{padding:0 15px 15px 15px;}

/* ACC */

.acc_item{
border-bottom: 1px solid #ccc;
padding: 12px 0;
font-size: 16px;
line-height: 22px;
}

.acc_btn{
font-weight: 500;
cursor: pointer;
padding-top: 4px;
padding-right: 15px;
}

.acc_btn p{
margin: 0;
}

.acc_btn:after{
font-family: 'FontAwesome';
content: "\f0d7";
z-index:100;
color:#bd9b07;
position: absolute;
top:3px;
right:5px;
transition:all .2s;
}

.acc_btn.active:after{
transform: rotate(-180deg);
}

.acc_btn:hover{
opacity: .7;
}

.acc_content{
padding-top: 12px;
display: none;
}

.cms .acc_content{
display: block;
}


/* MAP */

.map{
height:400px;
background:#f9f8f8;
width:100%;
}

@media ( max-width: 750px ) {	
.map{
height:250px;
}
}


/* *** */

.arrow_up_section{
position:fixed;
z-index:15;
bottom:0;
padding: 0;
margin: 0;
}

.arrow_up_section .row{
margin-bottom: 0;
}

.arrow_up{
position:absolute;
right:10px;
bottom:-200px;
z-index:10;
transition:.5s;
background:#ccc;
width:60px;
height:60px;
line-height:60px;
text-align:center;
font-size:40px;
}

.arrow_up.visible{
bottom:0;
}

.arrow_up i{
color:#fff;
}

/* GALLERY */

.gallerywrap a img{
float:left;
position:relative;
}

.gallerywrap:hover img{
opacity:.5;
z-index:900;
}

.gallerywrap a img{
transition: all .4s;
}

.gallerywrap a:hover img{
transform: scale(1.07);
transition: all .1s;
opacity:1;
z-index:1000;
}

.collagewrap{
background:#fff;
}

.collage{ 
padding:10px;
background:#fff;
}

.collage img{
vertical-align:bottom;
float:left;
}

.collage img a{
float:left;
}

/* CONTENTOVERLAY / LIGHTBOX */

.contentoverlay{
position:fixed;
top:0;
left:0;
bottom:0;
right:0;
background:#fff;
background:rgba(255,255,255,0.85);
z-index:1250;
overflow-y:scroll;
-webkit-overflow-scrolling: touch;
text-align:center;
padding: 40px 15px;
display:none; 
}

.contentoverlay img{
max-width:100%;
}

.contentoverlayclose{
position:fixed;
cursor:pointer;
top:15px;
right:30px;	
font-size:20px;
z-index:360;
color:#666;
}

.contentoverlayclose:hover{
opacity:0.5;
}


/* FORM */


.form_error {
border:1px solid red !important;
color: red !important;
-webkit-animation: shake .1s;
-webkit-animation-iteration-count:3;
-moz-animation: shake .1s;
-moz-animation-iteration-count:3;
animation: shake .1s;
animation-iteration-count:3;
}

.text_error {
color: red !important;
-webkit-animation: shake .1s;
-webkit-animation-iteration-count:3;
-moz-animation: shake .1s;
-moz-animation-iteration-count:3;
animation: shake .1s;
animation-iteration-count:3;
}

@-webkit-keyframes shake
{
0%   {-webkit-transform: translate(0,0)}
33%  {-webkit-transform: translate(-10px,0)}
66%  {-webkit-transform: translate(10px,0)}
100%  {-webkit-transform: translate(0,0)}
}

@-moz-keyframes shake
{
0%   {-moz-transform: translate(0,0)}
33%  {-moz-transform: translate(-10px,0)}
66%  {-moz-transform: translate(10px,0)}
100%  {-moz-transform: translate(0,0)}
}

@keyframes shake
{
0%   {transform: translate(0,0)}
33%  {transform: translate(-10px,0)}
66%  {transform: translate(10px,0)}
100%  {transform: translate(0,0)}
}

.not_selectable{
-moz-user-select:none;
-webkit-user-select:none;
user-select:none;
}


/* MARQUEE */

@keyframes marquee{0%{transform:translate(0,0);}100%{transform:translate(-1800px,0);}}
.marqueesection{ }
.marqueewrap{width:100000px;}
.marquee.animated{animation:marquee 80s linear infinite}
.marquee a{transition:.1s;display:inline-block;color:#fff}
.marquee h3{font-size:20px;display:inline;font-weight:300;letter-spacing:1px;color:#fff;}
.marquee h3 a:hover{color:#111;}
.marquee h3 strong{font-size:22px;display:inline;font-weight:300;letter-spacing:1px;color:#333}
@media (max-width:800px){.marquee h3{font-size:18px;display:inline;}}


/*  * * * *  */

.fadeInOnLoad{
opacity:0; 
transition: .15s;
}

.clearer{
clear:both;
}

.overflowhidden{
overflow:hidden;
}


@media ( min-width: 769px ) {
.mobile{
display: none;
}
}


/* MOBILE  NAVIGATION * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

@media ( max-width: 768px ) {

.navigation{
display: none;
} 

.navicon{
position: absolute;
right: 15px;
top:10px;
height: 30px;
width: 30px;
line-height:0;
text-align: right;
display: block;
z-index: 100;
}

.navicon img{
height: 30px;
}

.outerwrap{
transition: transform .2s;
}

.shifted{
transition: transform .2s;
transform: translateX(-270px);
}

.subnav_mobile{
background: #1d3b57;
position: fixed;
width: 270px;
top:0;
bottom:0;
right:-270px;
transition: transform .2s;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
padding: 20px 0;
}

.subnav_mobile ul{
list-style: none;
}

.subnav_mobile ul li{
margin: 0 0 0 0;
text-transform:uppercase;
}

.subnav_mobile ul li ul li{
text-transform:none;
}

.subnav_mobile ul li a{
padding:10px 5px 10px 20px;
display: block;
font-weight:300;
color:#fff;
letter-spacing: 1px;
word-wrap: break-word;
hyphens:auto;

}


.subnav_mobile ul li:last-child{
border-bottom:none;
}

.subnav_mobile ul li a:hover{
opacity: .8;
}

.subnav_mobile ul li a.current{
color: #fff;
font-weight: bold;
}

.subnav_mobile ul li ul{
padding:0 0 0 20px;
}

.subnav_mobile ul li ul li{
}

.subnav_mobile ul li ul li a{
padding:7px 0;
color:#fff;
}

.subnav_mobile ul li ul li:last-child a{
margin-bottom:10px;
}

.subnav_mobile.shifted{
box-shadow: 0 0 6px rgba(0,0,0,.3) !important;
}

.subnav_mobile_overlay{
background: rgba(255,255,255,.7);
position: fixed;
top:0;
left:0;
right:0;
bottom:0;
display: none;
transition: transform .2s;
}

.bodywrap{
transition: transform .2s;
}

}

/* Dots */

.slick-dotted.slick-slider{
/*margin-bottom: 30px;*/
}

.slick-dots{
position: absolute;
/*bottom: -25px;*/
bottom: 15px;
display: block;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
z-index: 100;
}

.slick-dots li{
position: relative;
display: inline-block;
width: 20px;
height: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer;
}

.slick-dots li button{
font-size: 0;
line-height: 0;
display: block;
width: 20px;
height: 20px;
padding: 5px;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
background: transparent;
}

.slick-dots li button:hover,.slick-dots li button:focus{
outline: none;
}

.slick-dots li button:hover:before,.slick-dots li button:focus:before{
opacity: 1;
}

.slick-dots li button:before{
font-family: sans-serif;
font-size: 22px;
line-height: 20px;
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
content: '•';
text-align: center;
opacity: .25;
color: black;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before{
opacity: .75;
color: black;
}


/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus { 
  -webkit-text-fill-color: #111 !important;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
  transition: background-color 5000s ease-in-out 0s;
}

/*
.wrap{width:990px;margin: 0 auto;}
@media ( min-width: 1460px ) {.wrap{width:1160px}}
@media ( max-width: 1010px ) {.wrap{width:730px}}

.col, .col33, .col50, .col66, .col100{
min-height: 10px;
float: left; 
padding-left:15px;
padding-right:15px;
}
.col33{width:33.333%;}
.col50{width:50%;}
.col66{width:66.666%;}
.col100{width:100%;}
*/

