#baguetteBox-overlay{
display:none;
opacity:0;
position:fixed;
overflow:hidden;
top:0;
left:0;
width:100%;
height:100%;
z-index:1000000;
background-color:#222;
background-color:rgba(0,0,0,.8);
-webkit-transition:opacity .5s ease;
transition:opacity .5s ease
}
#baguetteBox-overlay.visible{opacity:1}
#baguetteBox-overlay .full-image{
display:inline-block;
position:relative;
width:100%;
height:100%;
text-align:center
}
#baguetteBox-overlay .full-image figure{
display:inline;
margin:0;
height:100%
}
#baguetteBox-overlay .full-image img{
display:inline-block;
width:auto;
height:auto;
max-height:100%;
max-width:100%;
vertical-align:middle;
-moz-box-shadow:0 0 8px rgba(0,0,0,.6);
box-shadow:0 0 8px rgba(0,0,0,.6)
}
#baguetteBox-overlay .full-image figcaption{
display:block;
position:absolute;
bottom:0;
width:100%;
text-align:center;
line-height:1.8;
white-space:normal;
color:#ccc;
background-color:#000;
background-color:rgba(0,0,0,.6);
font-family:sans-serif
}
#baguetteBox-overlay .full-image:before{
content:"";
display:inline-block;
height:50%;
width:1px;
margin-right:-1px
}
#baguetteBox-slider{
position:absolute;left:0;top:0;height:100%;width:100%;white-space:nowrap;-webkit-transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,-moz-transform .4s ease;transition:left .4s ease,transform .4s ease}
#baguetteBox-slider.bounce-from-right{
-webkit-animation:bounceFromRight .4s ease-out;
animation:bounceFromRight .4s ease-out
}
#baguetteBox-slider.bounce-from-left{
-webkit-animation:bounceFromLeft .4s ease-out;
animation:bounceFromLeft .4s ease-out
}
@-webkit-keyframes bounceFromRight{
0%,100%{margin-left:0}
50%{margin-left:-30px}
}
@keyframes bounceFromRight{
0%,100%{margin-left:0}
50%{margin-left:-30px}
}
@-webkit-keyframes bounceFromLeft{
0%,100%{margin-left:0}
50%{margin-left:30px}
}
@keyframes bounceFromLeft{
0%,100%{margin-left:0}
50%{margin-left:30px}
}
.baguetteBox-button#next-button,.baguetteBox-button#previous-button{
top:50%;
top:calc(50% - 30px);
width:44px;
height:60px
}
.baguetteBox-button{
position:absolute;
cursor:pointer;
outline:0;
padding:0;
margin:0;
border:0;
-moz-border-radius:15%;
border-radius:15%;
background-color:#323232;
background-color:rgba(50,50,50,.5);
color:#ddd;
font:1.6em sans-serif;
-webkit-transition:background-color .4s ease;
transition:background-color .4s ease}.baguetteBox-button:hover{
background-color:rgba(50,50,50,.9)
}
.baguetteBox-button#next-button{right:2%}
.baguetteBox-button#previous-button{left:2%}
.baguetteBox-button#close-button{
top:20px;
right:2%;
right:calc(2% + 6px);
width:30px;
height:30px
}
.baguetteBox-button svg{
position:absolute;
left:0;
top:0
}
.spinner{
width:40px;
height:40px;
display:inline-block;
position:absolute;
top:50%;
left:50%;
margin-top:-20px;
margin-left:-20px
}
.double-bounce1,.double-bounce2{
width:100%;
height:100%;
-moz-border-radius:50%;
border-radius:50%;
background-color:#fff;
opacity:.6;
position:absolute;
top:0;
left:0;
-webkit-animation:bounce 2s infinite ease-in-out;
animation:bounce 2s infinite ease-in-out
}
.double-bounce2{
-webkit-animation-delay:-1s;
animation-delay:-1s
}
@-webkit-keyframes bounce{
0%,100%{-webkit-transform:scale(0);transform:scale(0)}
50%{-webkit-transform:scale(1);transform:scale(1)}}
@keyframes bounce{
0%,100%{-webkit-transform:scale(0);-moz-transform:scale(0);transform:scale(0)}
50%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}
}  html,body,div,h1,h2,h3,h4,h5,h6,ul,ol,img,a,p{padding:0;margin:0;}
a{text-decoration:none;outline:none;cursor:pointer;}
a:active{outline:none;}
ul{list-style:none;}
a img{border:none;}
input,textarea,select{
box-sizing: content-box;
-ms-box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
}
.second-title{display: none;} .group:before,.group:after{content:".";display:block;height:0;visibility:hidden;}
.group:after{clear:both;}
* html .group, *:first-child+html .group{zoom:1;} html,body{
height: 100%;
}
body{
font-size: 14px;
position: relative;
font-family: 'Open Sans', sans-serif;
}
.wrap{
width: 1260px;
margin: auto;
} a{color: #4ea5ca;}
a:hover{color: #2f82a5;}
a:active{color: #a52f2f;} .ease,#menu-archive li a,.index-gallery li h1,.wpcf7-form input[type=submit]{
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
} header{
position: relative;
}
.header.fixed{
position: fixed;
left: 0;
right: 0;
z-index: 99;
}
.logo{
position: absolute;
top: 25px;
text-align: center;
left: 0;
z-index: 999;
}
.logo img{
width: 150px;
}  .container{
padding-top: 100px;
}
.index-gallery li{
float: left;
display: block;
position: relative;
margin: 1% 0.5%;
overflow: hidden;
width: 24%;
height: 200px;
text-align: center;
}
.index-gallery li img{
height: 200px;
display: inline-block;
}
.index-gallery li h1{
font-size: 14px;
color: #333;
padding: 5px 0;
}
.index-gallery li h1{
opacity: 0;
font-size: 14px;
color: #333;
padding: 5px;
position: absolute;
bottom: 10px;
left: 10px;
background: rgba(255,255,255,0.9);
width: 100%;
}
.index-gallery li:hover h1{
opacity: 1;
}
.index-gallery h1 span{
font-style: italic;
font-size: 12px;
color: #999;
}
.index-gallery li:first-child img,
.index-gallery li:nth-child(2) img{
height: 400px;
}
.index-gallery li:first-child,
.index-gallery li:nth-child(2){
width: 49%;
height: 400px;
} #menu-archive{
text-align: center;
margin: 50px 0;
}
#menu-archive li{
display: inline-block;
}
#menu-archive li a{
background: #76a3c0;
font-size: 18px;
padding: 30px 20px;
display: block;
color: #fff;
border-radius: 50%;
}
#menu-archive li a:hover{
background: #26537a;
} .archive-gallery .fb-share-button,
.index-gallery .fb-share-button{
position: absolute;
top: 5px;
left: 5px;
opacity: 0;
}
.archive-gallery{
padding-bottom: 20px;
}
.archive-gallery li{
float: left;
display: block;
position: relative;
max-width: 11.9%;
margin: 0.3%;
overflow: hidden;
text-align: center;
}
.archive-gallery li img{
height: 100px;
display: inline-block;
}
.archive-gallery li:hover .fb-share-button,
.index-gallery li:hover .fb-share-button{
opacity: 1;
} .page-header h1,.content h1{
text-transform: uppercase;
padding: 20px 0 0;
font-size: 40px;
text-align: center;
letter-spacing: 1px;
}
.page-header .page-descriton,.content p.page-descriton{
text-align: center;
font-size: 18px;
color: #999;
padding-bottom: 50px;
}
h2.archive-headline{
color: #999;
padding: 5px;
font-size: 14px;
} #nav-icon2{
width: 30px;
height: 45px;
position: absolute;
z-index: 99;
right: 5px;
top: 40px;
margin: 0 auto;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
}
#nav-icon2 span {
display: block;
position: absolute;
height: 3px;
width: 50%;
background: #333;
opacity: 1;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}
#nav-icon2 span:nth-child(even) {
left: 50%;
border-radius: 0 9px 9px 0;
}
#nav-icon2 span:nth-child(odd) {
left:0px;
border-radius: 9px 0 0 9px;
}
#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
top: 0px;
}
#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
top: 8px;
}
#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
top: 16px;
}
#nav-icon2.open span:nth-child(1),#nav-icon2.open span:nth-child(6) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
#nav-icon2.open span:nth-child(2),#nav-icon2.open span:nth-child(5) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
#nav-icon2.open span:nth-child(1) {
left: 5px;
top: 7px;
}
#nav-icon2.open span:nth-child(2) {
left: calc(50% - 5px);
top: 7px;
}
#nav-icon2.open span:nth-child(3) {
left: -50%;
opacity: 0;
}
#nav-icon2.open span:nth-child(4) {
left: 100%;
opacity: 0;
}
#nav-icon2.open span:nth-child(5) {
left: 5px;
top: 12px;
}
#nav-icon2.open span:nth-child(6) {
left: calc(50% - 5px);
top: 12px;
} #back-to-top {
position: fixed;
bottom: 20px;
right: 20px;
background: rgba(0, 0, 0, 0.5);
width: 35px;
height: 35px;
display: none;
border-radius: 50%;
}
#back-to-top i {
width: 0; 
height: 0; 
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 10px solid #fff;
color: #fff;
margin: 0;
position: relative;
left: 8px;
top: -14px;
font-size: 19px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
border-radius: 5px;
}
#back-to-top:hover {
background: rgba(0, 0, 0, 0.9);
}
#back-to-top:hover i {
color: #fff;
top: -19px;
} #single-image img{
width: 100%;
display: block;
height: auto;
}
#single-image h1{
text-align: center;
padding: 10px 0;
}
#image-navigation{
padding: 10px 0;
}
.nav-previous{
float: right;
} .content{
background: rgba(255,255,255,0.9);
position: fixed;
z-index: 9;
width: 100%;
top: 0;
height: 100%;
display: none;
overflow: scroll;
}
.content h1{
padding-top: 70px;
}
.wpcf7-form{
width: 600px;
margin: auto;
}
.wpcf7-form li{
position: relative;
text-align: center;
}
.wpcf7-form input,.wpcf7-form textarea{
padding: 10px 10px 10px 130px;
width: 460px;
font-size: 14px;
position: relative;
margin: 10px 0;
border: 1px solid #ccc;
}
.wpcf7-form input:focus,.wpcf7-form textarea:focus{
outline: none;
border: 1px solid #999;
}
.wpcf7-form input[type=submit]{
padding: 15px;
width: auto;
border: none;
background: #76a3c0;
cursor: pointer;
color: #fff;
text-transform: uppercase;
font-size: 14px;
height: 49px;
letter-spacing: 0.5px;
border-radius: 50%;
}
.wpcf7-form input[type=submit]:hover{
background: #26537a;
}
.wpcf7-form label{
position: absolute;
top: 20px;
left: 10px;
z-index: 9;
}
div.wpcf7-validation-errors{
border:none!important;
}
div.wpcf7-response-output{
margin: 20px 0!important;
padding: 0!important;
color: red;
text-transform: uppercase;
font-size: 20px;
text-align: center;
}
div.wpcf7-mail-sent-ok{
border:none!important;
color: #7abc1b;
}
div.wpcf7 img.ajax-loader{
height: 16px;
width: 16px;
} @media (max-width: 1280px){.wrap{width: 960px}}
@media (max-width: 970px){.wrap{width: 740px}}
@media (max-width: 750px){
.wrap{width: 90%;}
.index-gallery li{
width: 100%;
margin: 1% 0;
height: auto;
}
.index-gallery li:first-child, .index-gallery li:nth-child(2){
width: 100%;
margin: 1% 0;
height: auto;
}
.index-gallery li:first-child img, .index-gallery li:nth-child(2) img,.index-gallery li img{
height: auto;
width: 100%;
}
.index-gallery a{
display: block;
}
.index-gallery li h1{
opacity: 1;
position: relative;
bottom: 0;
left: 0;
}
.archive-gallery li{
max-width: 32.73%;
} .wpcf7-form{
width: 300px;
}
.content h1{
padding-top: 100px;
}
.wpcf7-form input, .wpcf7-form textarea{
width: 280px;
padding: 10px;
}
.wpcf7-form label{
position: relative;
display: block;
top: 0;
left: 0;
}
}
@media (max-width: 310px){
.wrap{width: 300px;}
}#baguetteBox-overlay{display:none;opacity:0;position:fixed;overflow:hidden;top:0;left:0;width:100%;height:100%;z-index:1000000;background-color:#222;background-color:rgba(0,0,0,.8);-webkit-transition:opacity .5s ease;transition:opacity .5s ease}#baguetteBox-overlay.visible{opacity:1}#baguetteBox-overlay .full-image{display:inline-block;position:relative;width:100%;height:100%;text-align:center}#baguetteBox-overlay .full-image figure{display:inline;margin:0;height:100%}#baguetteBox-overlay .full-image img{display:inline-block;width:auto;height:auto;max-height:100%;max-width:100%;vertical-align:middle;-moz-box-shadow:0 0 8px rgba(0,0,0,.6);box-shadow:0 0 8px rgba(0,0,0,.6)}#baguetteBox-overlay .full-image figcaption{display:block;position:absolute;bottom:0;width:100%;text-align:center;line-height:1.8;white-space:normal;color:#ccc;background-color:#000;background-color:rgba(0,0,0,.6);font-family:sans-serif}#baguetteBox-overlay .full-image:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}#baguetteBox-slider{position:absolute;left:0;top:0;height:100%;width:100%;white-space:nowrap;-webkit-transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,-moz-transform .4s ease;transition:left .4s ease,transform .4s ease}#baguetteBox-slider.bounce-from-right{-webkit-animation:bounceFromRight .4s ease-out;animation:bounceFromRight .4s ease-out}#baguetteBox-slider.bounce-from-left{-webkit-animation:bounceFromLeft .4s ease-out;animation:bounceFromLeft .4s ease-out}@-webkit-keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@-webkit-keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}@keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}.baguetteBox-button#next-button,.baguetteBox-button#previous-button{top:50%;top:calc(50% - 30px);width:44px;height:60px}.baguetteBox-button{position:absolute;cursor:pointer;outline:0;padding:0;margin:0;border:0;-moz-border-radius:15%;border-radius:15%;background-color:#323232;background-color:rgba(50,50,50,.5);color:#ddd;font:1.6em sans-serif;-webkit-transition:background-color .4s ease;transition:background-color .4s ease}.baguetteBox-button:hover{background-color:rgba(50,50,50,.9)}.baguetteBox-button#next-button{right:2%}.baguetteBox-button#previous-button{left:2%}.baguetteBox-button#close-button{top:20px;right:2%;right:calc(2% + 6px);width:30px;height:30px}.baguetteBox-button svg{position:absolute;left:0;top:0}.spinner{width:40px;height:40px;display:inline-block;position:absolute;top:50%;left:50%;margin-top:-20px;margin-left:-20px}.double-bounce1,.double-bounce2{width:100%;height:100%;-moz-border-radius:50%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:bounce 2s infinite ease-in-out;animation:bounce 2s infinite ease-in-out}.double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes bounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounce{0%,100%{-webkit-transform:scale(0);-moz-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}}