/* CSS Document */

body {
    background:#2E3851;
    color:#fff;
    background: #6b779b; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover,  #6b779b 0%, #2e3851 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#6b779b), color-stop(100%,#2e3851)); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover,  #6b779b 0%,#2e3851 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover,  #6b779b 0%,#2e3851 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover,  #6b779b 0%,#2e3851 100%); /* IE10+ */
    background: radial-gradient(ellipse at center,  #6b779b 0%,#2e3851 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b779b', endColorstr='#2e3851',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


}



.tgallery .img-item {
    float:left;
    position:relative;
    width:120px;
    height:120px;
    margin:5px;
}

#audio li {
    list-style-type: none;
}

#audio em {
    font-size:.8em;
    color:##E2D1AF;
}
.navmenu {
    background:transparent;
    margin:10px 0px 10px 0px;
    height:50px;
}

 a {
    color:#BCAB8A;
    text-decoration:none;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.3s;
}

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

h3 a {
    color:#BCAB8A;
    text-decoration:none;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.3s;
}

h3 a:hover {
    color:#D4C19D;
    text-decoration:none;
}

#photos{
    margin-bottom:20px;
}

/* ------start gallery ---- */

.gallerycontent {
    color:#777;font:12px/1.4 "helvetica neue",arial,sans-serif;width:100%;height:100%;margin:20px auto;
}

#galleria{height:400px}

/* ------end gallery ---- */
.navmenu h1 {
    font-family: 'Alegreya Sans SC', sans-serif;
    font-size:3em;
    color:#fff;
    margin:0px 0px 0px 0px;
    position:relative;
    top:10px;
}

.navmenu a {
    color:#fff;
    text-decoration:none;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.3s;
}

.navmenu a:hover {
    color:#BCAB8A; /*79593E*/
}

.mapex {
    position:relative;
    top:25px;
}

.navitem {
    float:left;
    font-family:'Open Sans', sans-serif;
    display:block;
    font-size:1.2em;
    margin-top:20px;
    margin-left:5px;
    text-align:center;
}

@media only screen and (max-width: 320px) {
    .navitem {
         font-size:1.8em;
    }

}

.container p {
    font-family:'Open Sans', sans-serif;
    color:#fff;
}

.footitem_up {position:relative;top:-20px;}

.footitem{float:left;padding-left:5%;}

.footer {
    text-align:center;
    margin:10px auto 20px auto;
}


@media (max-width: 991px) {
    .navmenu {
        height:100px;
    }

    .navitem {
        margin-top:20px;
    }
}

@media (max-width: 400px) {
    .navmenu {

    }


}

.top-buffer { margin-top:20px; }

.bio img {
    display:block;

    border:1px #000 solid;
}

img {display:block;}

.bord {
     border:1px #000 solid;
}

.margsm {
    margin:5px;
}
.margl {
    margin:10px;
}
.floatl {
    float:left;
}
.floatr {
    float:right;
}
.sm {
    width:20%;
}
.med {
    width:40%;
}
.large {
    width: 60%;
}

.full {
    width:100%;
}

.centerme {
    text-align:center;
}

/* ################ Gear Page ############# */

.gear-block {
    max-width: 850px;
    background:none;
    display:box;
    margin:10px auto;
    padding:30px;
     border-bottom: solid white 1px;
}

.gear-block:last-child {
    border-bottom: none;
}

.push-down30 {
    display:block;
    position:relative;
    top:30px;
}

.push-up {
    display:block;
    position:relative;
    bottom:0px;
}





/* ############# Contact ############### */

form label {
    display:inline-block;
    width:40px;
    margin-right:40px;
}



form textarea {
    width:20%;
    height:40%;
}

/*==========  MEDIA PAGE  ==========*/

#video iframe {
    display: block;
    width: 640px;
    height: 360px;
    margin: 0 auto;
    border: 0;
}

/*==========  SLIDER  ==========*/

@import url(http://fonts.googleapis.com/css?family=Varela+Round);

.photogallery .slides {
    padding: 0;
    width: 609px;
    height: 420px;
    display: block;
    margin: 0 auto;
    position: relative;
}

.photogallery .slides * {
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.photogallery .slides input { display: none; }

.photogallery .slide-container { display: block; }

.photogallery .slide {
    top: 0;
    opacity: 0;
    width: 609px;
    height: 420px;
    display: block;
    position: absolute;

    transform: scale(0);

    transition: all .7s ease-in-out;
}

.photogallery .slide img {
    width: 100%;
    height: 100%;
}

.photogallery .nav label {
    width: 200px;
    height: 100%;
    display: none;
    position: absolute;

      opacity: 0;
    z-index: 9;
    cursor: pointer;

    transition: opacity .2s;

    color: #FFF;
    font-size: 156pt;
    text-align: center;
    line-height: 380px;
    font-family: "Varela Round", sans-serif;
    background-color: rgba(255, 255, 255, .3);
    text-shadow: 0px 0px 15px rgb(119, 119, 119);
}

.photogallery .slide:hover + .photogallery .nav label { opacity: 0.5; }

.photogallery .nav label:hover { opacity: 1; }

.photogallery .nav .next { right: 0; }

.photogallery input:checked + .slide-container  .slide {
    opacity: 1;

    transform: scale(1);

    transition: opacity 1s ease-in-out;
}

.photogallery input:checked + .slide-container .nav label { display: block; }

.photogallery .nav-dots {
    width: 100%;
    bottom: 9px;
    height: 11px;
    display: block;
    position: absolute;
    text-align: center;
}

.photogallery .nav-dots .nav-dot {
    top: -5px;
    width: 11px;
    height: 11px;
    margin: 0 4px;
    position: relative;
    border-radius: 100%;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.6);
}

.photogallery .nav-dots .nav-dot:hover {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.8);
}

.photogallery input#img-1:checked ~ .nav-dots label#img-dot-1,
.photogallery input#img-2:checked ~ .nav-dots label#img-dot-2,
.photogallery input#img-3:checked ~ .nav-dots label#img-dot-3,
.photogallery input#img-4:checked ~ .nav-dots label#img-dot-4,
.photogallery input#img-5:checked ~ .nav-dots label#img-dot-5,
.photogallery input#img-6:checked ~ .nav-dots label#img-dot-6 {
    background: rgba(0, 0, 0, 0.8);
}

/* carousel  */
.item-center > img { margin: 0 auto; }

.dark-bg {
    background:rgba(0,0,0,.7);
}