@media ( min-width : 1460px ) {
	
}

@media ( max-width : 960px ) {

}

@media ( max-width : 600px ) {

}

/* signika-300 - latin */
@font-face {
    font-family: 'Signika';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/signika-v20-latin-300.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/signika-v20-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/signika-v20-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/signika-v20-latin-300.woff') format('woff'), /* Modern Browsers */
         url('../fonts/signika-v20-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/signika-v20-latin-300.svg#Signika') format('svg'); /* Legacy iOS */
  }
  /* signika-regular - latin */
  @font-face {
    font-family: 'Signika';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/signika-v20-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/signika-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/signika-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/signika-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/signika-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/signika-v20-latin-regular.svg#Signika') format('svg'); /* Legacy iOS */
  }
  /* signika-500 - latin */
  @font-face {
    font-family: 'Signika';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/signika-v20-latin-500.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/signika-v20-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/signika-v20-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/signika-v20-latin-500.woff') format('woff'), /* Modern Browsers */
         url('../fonts/signika-v20-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/signika-v20-latin-500.svg#Signika') format('svg'); /* Legacy iOS */
  }
  /* signika-700 - latin */
  @font-face {
    font-family: 'Signika';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/signika-v20-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/signika-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/signika-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/signika-v20-latin-700.woff') format('woff'), /* Modern Browsers */
         url('../fonts/signika-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/signika-v20-latin-700.svg#Signika') 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);
}

*::selection {
background:#ccc;
color:#fff;
}

textarea, input[type="text"] {
-webkit-appearance: none;
-webkit-border-radius:0; 
border-radius:0;
}

html, body {

}

body {
background: #857d66;
background-image:url(../img/bg.png);
background-position:center top;
background-size:cover;
color: #111;
font-family: 'Signika', sans-serif;
font-size: 16px;
-webkit-text-size-adjust: none;
}

div {
position: relative;
}

img, iframe {
vertical-align:bottom;
}

h1, h2, h3, h4, h5, h6 {
margin: 0 0 10px 0;
-webkit-hyphens: auto;
hyphens: auto;
word-wrap: break-word;
color:#6f6359;
font-weight:300;
}

h1{
font-size:24px;
line-height:36px;

}

h2{
font-size:26px;
}

h3{
font-size:26px;
margin:30px 0 10px 0;
}

p {
margin: 0 0 10px 0;
font-size:17px;
line-height:27px;
-webkit-hyphens: auto;
hyphens: auto;
color:#919191;
font-weight:300;
}

p a{
color:#666;
}

p .fa{
width: 22px;
}

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;
font-size:15px;
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;
font-size:13px;
}

.arrow_right:hover:after{
color:#d30000;
right:10px;
}

hr{
height: 0;
margin: 10px 0;
border-bottom: 1px solid #ccc;
}

/* LAYOUT */

.bodywrap {
margin: 50px auto 0 auto;
}

@media ( max-width : 600px ) {
.bodywrap {
margin: 0px auto;
}
}



.whitebox{
background: #fff;
box-shadow:0 0 5px rgba(0,0,0,0.3);
position:relative;
}

.section{

}

.wrap{}
.whitebox{width:960px;margin: 0 auto;}
.col{min-height: 10px;float: left;}
.col.third{width:300px;}
.col.half{width:465px;}
.col.two_thirds{width:630px;}
.col.full{width:960px;}
.col.gap{background: none;width:30px;height: 30px;}

@media ( min-width : 1460px ) {
.wrap{}
.whitebox{width:1160px;margin: 0 auto;}
.col.third{width:360px;}
.col.half{width:560px;}
.col.two_thirds{width:760px;}
.col.full{width:1160px;}
.col.gap{width:40px;height: 40px;}
}

@media ( max-width : 600px ) {
*{box-sizing:border-box;}
.desktop{display: none;}
.mobile{display: block;}
.wrap, .whitebox{width:100%;}
.col.third{width:100%;}
.col.half{width:100%;}
.col.two_thirds{width:100%;}
.col.full{width:100%;}
.col.gap{display: none;}
}


.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 : 600px ) {
.image_right, .image_left{
float:none;
width:100%;
padding:5px 0 15px 0;
}
}

/* NAVIGATION */

.navigation {
position:absolute;
right:20px;
top:102px;
}

.navigation ul{
list-style: none;
}

.navigation ul li{
float: left;
height:48px;
}

.navigation ul li a{
font-size: 16px;
padding: 0 15px 0 15px;
display: block;
color: #999999;
transition:all .15s;
height:48px;
background-position:center bottom;
background-size:20px 10px;
background-repeat:no-repeat;
}

@media ( min-width : 1460px ) {
.navigation {
position:absolute;
right:40px;
}	
	
.navigation ul li a{
font-size: 17px;
padding: 0 25px 0 25px;
}	
}

.navigation ul li a:hover{
height:48px;	
opacity: 0.5;
background-image:url(../img/arrow-up-hover.png);
}

.navigation ul li a.current{
color: #999999;
background-image:url(../img/arrow-up.png);
background-position:center bottom;
background-size:20px 10px;
background-repeat:no-repeat;
}

/* CUSTOM */

.header{
height:150px;
}

.logo{
width:280px;
position:absolute;
top:20px;
left:20px;
}

@media ( max-width : 600px ) {
.header{
height:100px;
}

.logo{
width:190px;
position:absolute;
top:10px;
left:3px;
}
}

.headerimage{height:269px;}

@media ( min-width : 1460px ) {
.headerimage{height:325px;}	
}

@media ( max-width : 600px ) {
.headerimage{height:auto;}	
}



.content{
padding:30px;
}

@media ( max-width : 600px ) {
.content{
padding:20px;
}

}
.content_left{
width:290px;
padding-left:30px;
text-align:right;
float:left;
}

.content_right{
width:530px;
float:left;
margin-left:40px;
padding-top:5px;
}

@media ( min-width : 1460px ) {
.content_left{width:330px;}
.content_right{width:690px;}	
}

@media ( max-width : 600px ) {
.content_left{width:100%;text-align:left;padding-left:0;}
.content_right{width:100%; margin-left:0;}
}

.footer{
width:900px;
text-align:right;
padding:20px 30px;
margin:0 auto 20px auto;;
}

.footer a{
color:#fff;
transition:.15s;
margin-left: 10px;
}

.footer a:hover{
opacity:.7;
}

@media ( min-width : 1460px ) {
.footer{width:1100px;}
}

@media ( max-width : 600px ) {
.footer{width:100%;}
}






.content ul{
margin:10px 0;
list-style:none;
color:#919191;
font-size:17px;
font-weight:300;
}

.content ol{
margin:10px 0;
}

.content li{
margin:0 0 10px 30px;
line-height:23px;
}

.content ol li{
margin:0 0 10px 33px;
padding-left:3px;
}

.content ul li:before {    
font-family: 'FontAwesome';
content: '\f101';
margin:0 10px 0 -15px;
color: #919191;
position:absolute;
font-size:14px;
}

.content li a{
color:#666;
}

.content li a:hover{
opacity:.7;
}

.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;
}

/* FORM */

.form{
margin:30px 0;	
}

.form input, .form textarea{
font-family:'Neue Helvetica', 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
padding:8px;
border:1px solid #efefef;
width:300px;
background:#f6f6f6;
font-size:16px;
color:#777;
margin: 0 0 10px 0;
-webkit-appearance: none;
border-radius:0;
-webkit-border-radius:0;
}

.form .status{
display:none;
color:#f00;
margin: 0 0 8px 0;
}

.form .submitbutton{
border:1px solid #efefef;
width:60px;
color:#777;
background:#f6f6f6;
padding:8px;
text-align:center;
display:inline-block;
}

.form .submitbutton:active{
-webkit-transform:scale(0.95);
}

.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;
}

@-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;
}

.clearer{
clear:both;
}

.overflowhidden{
overflow:hidden;
}


@media ( min-width : 601px ) {
.mobile{
display: none;
}
}


/* MOBILE  NAVIGATION * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

@media ( max-width : 600px ) {

.navigation{
position:relative;
font-size: 14px;
right:auto;
top:auto;
border-bottom:0 solid #ddd;
-webkit-transition: max-height 0.5s;
-moz-transition: max-height 0.5s;
-o-transition: max-height 0.5s;
transition: max-height 0.5s;
max-height: 0;
overflow:hidden;
} 

.navigation.expanded {
max-height: 300px;
}

.navigation ul li{
margin: 0 0 0 0;
width: 100%;
float: none;
}

.navigation ul li a{
display: block;
color: #333;
height:auto;
padding:10px 15px;
}

.navigation ul li a:hover{
color: #fff;
background:#333;
}

.navigation ul li a.current{
color: #fff;
height:auto;
font-weight: bold;
border-bottom:0;
background:#333;
}

.toggle_navigation{
position: absolute;
right: 10px;
top:10px;
font-size: 18px;
height: 30px;
width: 30px;
text-align: right;
display: block;
z-index: 100;
}

/*NAV2*/

.outerwrap{
transition: transform .2s;
}

.shifted{
transition: transform .2s;
transform: translateX(-270px);
}

.subnav_mobile{
background: #fff;

width: 100%;
top:0;
bottom: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 20px;
font-size: 16px;
display: block;
font-weight:300;
color:#999;
letter-spacing: 1px;
border-top:1px solid #eee;
}

.subnav_mobile ul li a:hover{

background:#999;
color:#fff;
}


.subnav_mobile ul li:last-child{
border-bottom:none;
}


.subnav_mobile ul li a.current{
color: #999;
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;
font-size:14px;
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;
}

}

.map{width:100%; height: 270px;}

@media ( min-width : 1460px ) {
.map{width:100%; height: 320px;}	
}


@media ( max-width : 600px ) {
.map{width:100%; height: 200px;}	
}

