@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300italic,700italic,700,300");
@font-face {
 font-family: MyCustomFont;
 src: url("../fonts/PossumSaltareNF.eot") /* EOT file for IE */
}
@font-face {
 font-family: MyCustomFont;
 src: url("../fonts/PossumSaltareNF.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
 font-family: MyCustomFont;
 src: url("../fonts/possumsaltarenf-webfont.woff") /* woff file for CSS3 browsers */
}

body {
    color: #f9de97;
    font-family:new century schoolbook;
}
.background_con {
    position: fixed;
    background-position: center;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1; 
}
#other .background_con2 {
    position: fixed;
    background-position: center;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1; 
}
.background_con {
    background-size: cover;
}
body, input, select, textarea {
    font-size: 12pt;
    font-weight: 300;
    line-height: 1.65em;
    background: none;
}
.container{
    max-width: 800px;
}
h1, h4, h5, h6 {
    font-weight: bold;
    text-transform: uppercase;
/*    padding-top: 40px;
    padding-bottom: 15px;*/
    font-family: MyCustomFont;
}
h2 {
    font-weight: bold;
    text-transform: uppercase;
    font-family: MyCustomFont;
}
h3 {
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;    
    font-size: 25px;
    font-family: MyCustomFont;
}
@media (max-width:768px) {
    h1, h2, h3, h4, h5, h6 {
        text-align: left; 
    }
}
p {
    text-align: justify;
}
.text-nowrap {
    white-space: nowrap;
}
.bottom {
    margin-bottom: 20px;
}

.f-height {
    display: inline-block;
    height: 80vh;
    vertical-align: middle;
    width: 0px;
}

.v-middle {
    display: inline-block;
    width: 98%;
}

.text-shadow {
    text-shadow: 0 2px 0px rgba(0,0,0,0.65);
}

#banner,
#section-home {
    padding: 60px 0 0;
    background: rgba(255, 255, 255, 0.0);
    background-image: url('../img/berg.png');
    background-repeat: repeat-x;
    background-position: center bottom;
    background-size: 800px auto;
}

#banner > .container,
#section-home > .container {
    position: relative;
    padding-bottom: 250px;
}
#banner > .container {
    min-height: 55vh;
}
#banner p,
#section-home p {
    text-transform: uppercase;
    text-align: center;
    font-size: 28px;
    line-height: 1.1;
}
#banner h1 {
    text-transform: uppercase;
    text-align: center;
    font-size: 52px;
}
#banner p span,
#section-home p span {
    background-color: RGBA(0,0,0,0.75);
}
#banner .btn,
#section-home .btn {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
}
#banner img {
    width: 550px;
    max-width: 100%;
}
#section-media img {
    width: 100%;
}

#banner .f-height {
    height: 50vh;
}

#other .zion-logo {
    margin-top: 30vh;

}
#media-home {
    padding: 0;
    background: rgba(255, 255, 255, 0.0);
    background-image: url('../img/berg.png');
    background-repeat: repeat-x;
    background-position: center bottom;
    background-size: 800px auto;
}
#media-home .banner {
    text-align: center;
    /*background-color: RGBA(21, 27, 33, 0.3);*/
    background-image: linear-gradient(0deg, rgba(255, 65, 65, 1), rgba(255, 65, 65, 1));
    padding: 6.5em 0px;
}
img.home-logo {
    max-height: 100vh;
    max-width: 90vw;
    height: 80%;
    padding-top: 60px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: transparent;
}
@media (max-width:768px) {
    img.home-logo {
    max-height:100vh;
    max-width: 90vw;
    height: 99%;
    padding-top: 60px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    }
}
#menu .menu-dropdown-menu {
    position: absolute;
    border-radius: 0px 0px 5px 5px;
    padding: 8px 0px;
    background-color: #333;
    background-color: RGBA(0,0,0,0.0);
}
#menu ul > li > .menu-dropdown-menu li {
    min-width: 125px;
    width: 100%;
}
#menu ul > li > .menu-dropdown-menu > li .menu-dropdown-menu {
    border-radius: 5px 5px 5px 5px;
    left: 100%;
    top: 0;
}
.menu-dropdown > .menu-dropdown-menu {
    display: none;
}
.menu-dropdown.open > .menu-dropdown-menu {
    display: block;
}
.nav-group > a {
    display: inline-block !important;
    cursor: pointer;
    margin-left: -4px;
}
.navbar-default {
    background-color: RGB(0,0,0);
    border: none;
    transition: all 0.5s ease-in-out;
}
.navbar-default .navbar-toggle {
    border-color: #f9de97;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: rgba(0, 0, 0, 0.2);
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #f9de97;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: RGBA(255,255,255,0.1);
}
.navbar-default .navbar-nav {
    float: right;
}
.navbar-default .navbar-brand {
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-size: 0.9em;
    color: #f9de97;
    font-family: MyCustomFont, Verdana, Arial, sans-serif;
}
.navbar-default .navbar-nav > li > a {
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-size: 0.9em;
    color: #f9de97;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li.active:hover > a {
    color: #b69e62;
    background-color: transparent;
}
.navbar-default .navbar-nav > li.active > a {
    background-color: transparent;
    color: #f9de97;
    text-shadow: 0 0 2px #f2f2f2;
}
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li.active > a:focus {
    outline: 1px #f9de97 dashed;
    background-color: transparent;
    color: #f9de97;
}
@media (max-width:739px) {
    .navbar-default {
        background-color: RGB(0,0,0);
    }    
    .navbar-default .navbar-nav {
        float: none;
    }
}

a {
    color: #5cb85c;
}
a:hover {
    color: #f2f2f2;
}
section:nth-child(2n) {
    background-color: #000;
    color: #f9de97;
/*    padding-bottom: 100px;*/
}
section:nth-child(odd) {
    background-color: #f2f2f2;
}
section:nth-child(even) a,
footer a {
    color: #ddd;
}
section:nth-child(even) a:hover,
footer a:hover {
    color: #f2f2f2;
}
section:nth-child(2n+1) {
    background-color:  #000;
}
.zion-logo {
    max-width: 100%;
    position: absolute;
    width: 350px;
    bottom: 0;
    left: 0;
    z-index: -1;
}
/*-------- About Start -----------------------------------------------------------*/
#contact-us{
    background-color: rgba(0, 0, 0, 1);
    padding-bottom: 150px;
}
/*-------- About end --------------------------------------------------------------*/
/*-------- Contact us Start -----------------------------------------------------------*/
.form-control:focus {
    border-color: #2e588a;
}
#section-subscribe {
    padding-bottom: 150px;
}



/*-------- Contact us end --------------------------------------------------------------*/
/*-------- Gallary Start ----------------------------------------------------------*/
.x10 {
    padding-right: 0px;
    padding-left: 0px;
}
#gallary .container {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}
#gallary .container h2{
    padding-right: 20px;
    padding-left: 20px;
}
#gallary .container .item p{
    padding-right: 0px;
    padding-left: 0px;
}
#gallary .container p{
    padding-right: 20px;
    padding-left: 20px;
}
@media (max-width:739px) {
    #gallary .container .item p{
        padding-right: 0px;
        padding-left: 0px;
    }
}
.carousel-control.right {
    background-image: linear-gradient(to right,rgba(0, 0, 0, 0) 0,rgba(0, 0, 0, 0) 100%);
}
.carousel-control.left {
    background-image: linear-gradient(to right,rgba(0, 0, 0, 0) 0,rgba(0, 0, 0, 0) 100%);
}
.carousel-indicators {
    bottom: 0;
}
/*.carousel-caption {
    position: absolute;
    right: 0;
    bottom: -130px;
    left: 0;
    z-index: 10;
    padding-top: 90px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    color: #333;
    text-align: left;
    text-shadow: 0 1px 2px rgba(0,0,0,0);
}*/
.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 90vh;
}
.carousel-indicators li {
    border: 1px solid  #f9de97;
    width: 20px;
    height: 20px;
}
.carousel-indicators .active {
    background-color: rgba(249, 222, 151, 0.3);
    width: 20px;
    height: 20px;
}
/*-------- Gallary end -------------------------------------------------------------*/

/*-------- Footer Start -----------------------------------------------------------*/
footer {
    background-color: #000;
    padding-top: 10vh;
    padding-bottom: 10vh;
}
/*-------- Footer end --------------------------------------------------------------*/

footer p {
    color: #f9de97;
    text-align: center;
}
footer a:hover {
    color: RGB(87, 119, 254);
    text-decoration: underline;
}
footer a {
    color: #f9de97;
    text-decoration: underline;
}

#btnSubmit {
    margin-top: 31px;
    width: 100%;
    background-color: RGBA(333,333,333,0.3);
    border: solid 1px #f9de97;
    transition: all 0.25s ease-in-out;
    text-transform: uppercase;
    font-weight: bold;
}

#btnSubmit:hover {
    background-color: RGBA(0,0,0,0.1);
    color: #a88d47;
    transition: all 0.25s ease-in-out;
}

.btn {
    border: none;
    border-radius: 0;
}

#message {
    height: 35px;
}
#vidcon{
    padding-top: 50px;
}


.form-control {
    display: block;
    line-height: 1.42857143;
    color: #f9de97;
    background-color: #000;
    border: 1px solid #f9de97;
}
#gap {
    padding: 0;
    background: rgba(255, 255, 255, 0.0);
}
.cave-top{  
    padding: 0;
    background-image: url('../img/berg.png');
    background-repeat: repeat-x;
    background-position: center bottom;
    background-size: 800px auto;
    transform: rotate(180deg);
    top: 0px;
    width: 100%;
    height: 100px;
}
.cave-bot{
    padding: 0;
    background-image: url('../img/berg.png');
    background-repeat: repeat-x;
    background-position: center bottom;
    background-size: 800px auto;
    top: 0px;
    width: 100%;
    height: 100px;
}
.cave-gap{
   height: 10vh;

}
.stand{
    padding: 0;
    background-image: url('../img/stand.png');
    background-position: left bottom;
    background-size: 152px 244px;
    bottom: 0px;
    width: 152px;
    height: 244px;
    margin-bottom: -100px;
}
.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%;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    /*padding-top: 25px;*/
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.carousel-img-icon {
    position: relative;
    padding-top: 5px;
    padding-right: 5px;
    display: block;
}

.carousel-img-icon:last-child {
    padding-right: 0;
}

.carousel-img-icon .video-icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../img/play_buttom_icon.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25%;
    opacity: 0.85;
}

.carousel-img-icon .video-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 2px 5px;
    background-color: RGBA(0,0,0,0.65);
    color: white;
    opacity: 0.75;
}

.carousel-img-icon:hover .video-icon,
.carousel-img-icon:hover .video-title {
    opacity: 1;
}


/*~~~~~~~~~~~~~~~~~~~~~~~ Media section ~~~~~~~~~~~~~~~~~~~~~~~~*/
div.img a {
    display: block;
    width:100%;
    height: 100%;
    
    position: relative;
    z-index: 0;
}

div.img a div {
    position: relative;
    transition: all 0.25s;
    margin-top: 50px;
}

div.img a:hover div {
    transition: all 0.25s;
    -moz-box-shadow:    inset 0 0 100px RGBA(65,0,0,0.5);
    -webkit-box-shadow: inset 0 0 100px RGBA(65,0,0,0.5);
    box-shadow:         inset 0 0 100px RGBA(65,0,0,0.5);
}

div.img a img {
    width: 100%;
    position: relative;
    z-index: -2;
}

div.img a {
    display: block;
    width:100%;
    height: 100%;

    transition: all 0.25s;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

div.img a:hover{
    -moz-box-shadow:    inset 0 0 100px RGBA(65,0,0,0.9);
    -webkit-box-shadow: inset 0 0 100px RGBA(65,0,0,0.9);
    box-shadow:         inset 0 0 100px RGBA(65,0,0,0.9);

}

div.img a img {
    width: 100%;
}

.blog-post .banner {
    height: 160px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.blog-post .author {
    padding: 10px 0;
    text-align: center;
}

.blog-post .author img {
    width: 32px;
    margin: 0 10px;
}

.blog-post h3 {
    margin-top: 20px;
}

.blog-post {
    margin-bottom: 20px;
    border-radius: 5px;
    overflow: hidden;
    border: solid 1px rgba(248, 222, 151,0.5);
}

.blog-post h3, .blog-post .body, .blog-post .author {
    padding-left: 15px;
    padding-right: 15px;
}

.no-gutters,
.no-gutters > div {
    padding: 0;
    margin: 0;
}

#section-media .no-gutters > div {
    padding-right: 3px;
    padding-left: 3px;
}

#section-media .no-gutters > div:first-child {
    padding-left: 0px;
}

#section-media .no-gutters > div:last-child {
    padding-right: 0px;
}

#myVideoModal .modal-content,
#myModal .modal-content {
    background-color: transparent;
    border: none;
    box-shadow: none;
}

#myVideoModal .modal-body,
#myModal .modal-body {
    padding: 0;
    max-height: 100vh;
}

#myVideoModal .modal-lg,
#myModal .modal-lg {
    width: auto;
}

#myVideoModal .close,
#myModal .close {
    position: absolute;
    right: 10px;
    color: white;
    opacity: 0.65;
    font-size: 32px;
    z-index: 1;
}
#myVideoModal .close:hover,
#myModal .close:hover {
    opacity:1;
}

#myVideoModal .carousel-inner .item,
#myModal .carousel-inner .item {
    text-align: center;
}

#myVideoModal .modal-dialog,
#myModal .modal-dialog {
    margin: 0;
}

.form-control:focus {
    background-color: black;
    color: #f9de97;
    border-color: #5cb85c;
    box-shadow: 0 0 0 .2rem rgba(68,157,68,.25);
}