body {
    width: 100%;
    height: 100%;
/*    font-family: Lora,"Helvetica Neue",Helvetica,Arial,sans-serif;*/
    font-family: Verdana, Geneva, sans-serif;

    color: #fff;
    background-color: #000;
}

.body-font {
    color: #ccc;  

}
html {
    width: 100%;
    height: 100%;
}

h1.home-title {
    margin: 0 0 35px;
/*    text-transform: uppercase;*/
    font-family:'Federo',Helvetica,Arial,sans-serif;
    font-weight: 700;
    font-size:50px;
    letter-spacing: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    margin: 0 0 25px;
    font-size: 16px;
    line-height: 1.5;
}

.italicquote {
    font-size: 24px;
    font-style: italic;
    z-index: 1;
}

hr {
   width: 60%;
   opacity: 0.5;
}

i.quote {
  font-size: 60px;
  color: #555;
  font-color: #999;
  position: relative;
  left: 18px;
  top: 5px;
  z-index: -1;
}

.text-container-left {
  padding-top: 120px; 
  padding-left: 35px; 
  padding-right: 35px;       
}

.img-container {
  padding-right: 0px; 
  padding-left: 0px;
  text-align: center;
}

.about-image {
       display: table;
    width: 100%;
    min-height: 500px;

    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(../img/About5001000.jpg) no-repeat bottom center scroll;
     background-color: #000;
    -webkit-background-size: cover;


}

.about-style {

    position:absolute;

    background-image:url('../img/about-bg.jpg'); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;

}

.smalllogo {
    position: relative;
    bottom: +12px;

}

.logo {

    text-align: center;
    min-width: 150px;

}

.copyright {
     padding: 25px 20px;
     font-size: 12px;

}



a {
    color: #89b5c8;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #337ab7;
}

.largerfont {
    font-size: 20px;
    width: 100%;
}

.light {
    font-weight: 400;
}

.designerfont {
    font-family: 'Josefin Slab', 'Courier New', Courier, serif, monospace; 
    font-size: 30px;
    font-color: #5ba8c9;
    font-weight: bold;
}

.section-header {

    text-align: center;
    padding-top: 70px;
/*    padding-bottom: 15px;*/
}

/* to prevent line breaks */
.nobr { white-space:nowrap; }

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #000;
}

.navbar-custom .navbar-brand {
    font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #fff;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    color: rgba(255,255,255,.8);
    background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li.active a {
    background-color: rgba(255,255,255,.3);
}

.navbar-custom .nav li.active a:hover {
    color: #fff;
}

/* Preloader */

#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#000; /* change if the mask should have another color then white */
/*    background: url(../img/header-bg1.jpg) no-repeat bottom center scroll;*/
    z-index:99; /* makes sure it stays on top */
}

#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url('../img/loadinfo.net.gif'); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
}
/* END Preloader */

/* MODAL POPUP image STUFF */

.panel {
  margin-bottom: 40px;
  background-color: #fff;
  border: none; 
 
}




/*   PopUp Modal   */
#profile-grid { overflow: auto; white-space: normal; }
#profile-grid .profile { padding-bottom: 25px; text-align: -moz-center;}
#profile-grid .panel { padding: 0 }
#profile-grid .panel-body { padding: 0px 15px }
#profile-grid .profile-name { font-weight: bold; }
#profile-grid .thumbnail {margin-bottom:6px;}
#profile-grid .panel-thumbnail { overflow: hidden; }
#profile-grid .img-rounded { border-radius: 0px 0px 0 0;}

.galleryitem {
     text-align: -webkit-center;

}
.square-corner {
 border-radius: 0;  
}

.modal-body {
padding: 15px 22px;
}
/*   End PopUp Modal   */
.modal-content {
  background-color: #555;
}

.modal-header {
   border-bottom: none; 
}
.modal-footer {

  border-top: none;
}
.close {
  font-size: 25px;

  color: #fff;

}




.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(../img/yonini.jpg) no-repeat bottom center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}

.intro .intro-body .brand-heading {
    font-size: 28px;
}

.intro .intro-body .intro-text {
    font-size: 18px;
}



.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 100%!important;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.para-padding-top{
    padding-top:20px;
}

.contact {
    background-color: #8f9193;

}
h2.content-paddingtop{
    padding-top: 85px;
 
}
p.content-paddingbottom {

    padding-bottom: 40px;    
}
.image1-section {
    width: 100%;
    padding: 50px 0;
    min-height: 790px;
    color: #fff;
    background: url(../img/galactic.jpg) no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;

}



.image2-section {
    width: 100%;
    padding: 50px 0;
    min-height: 790px;
    color: #fff;
    background: url(../img/twoup.jpg) no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.image3-section {
    width: 100%;
    padding: 50px 0;
    min-height: 780px;
    color: #fff;
    background: url(../img/oceandepth.jpg) no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


.image4-section {
    width: 100%;
    padding: 50px 0;
    min-height: 760px;
    color: #fff;
    background: url(../img/mothertree.jpg) no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


.image5-section {
    width: 100%;
    padding: 50px 0;
    min-height: 760px;
    color: #fff;
    background: url(../img/doorway.jpg) no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.contact-section {
    width: 100%;
    padding: 50px 0;
    color: #fff;
    background: url(../img/contactBG.jpg) no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.download-section {
    width: 100%;
    padding: 50px 0;
    color: #fff;
    background: url(../img/downloads-bg.jpg) no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}



.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
  font-size: 40px;
  color: #fff;   border: 1px solid #fff;
  background-color: transparent;
}


.btn-custom {

  color: #fff;
  background-color: #6c6c6c;
  border-color: #fff;
}


.btn-default:hover,
.btn-default:focus {
    border: 1px solid #fff;
    outline: 0;
    color: #000;
    background-color: #444;
}
ul.banner-social-buttons {
    margin-top: 0;
}



footer {
    padding: 50px 0;
}

footer p {
    margin: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}

@media(min-width:768px) {
    p {
        margin: 0 0 35px;
        font-size: 16px;
        line-height: 1.6;
    }
    .navbar-custom {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .navbar-custom.top-nav-collapse {
        padding: 0;
        border-bottom: 1px solid rgba(255,255,255,.3);
        background: #000;
    }
    .largerfont {
    font-size: 30px;
    width: 100%;
    }
    .copyright {
     padding: 25px 150px;
     font-size: 12px;

    }
}

@media(min-width:768px) {
    .intro {
        height: 100%;
        padding: 0;
    }

    .intro .intro-body .brand-heading {
        font-size: 40px;
    }

    .intro .intro-body .intro-text {
        font-size: 26px;
    }
}

@media(min-width:767px) {
/*    .content-section {
        padding-top: 55px;
    }*/

    .download-section {
        padding: 100px 0;
    }

}

@media screen and (min-width: 767px){ 
        .blueimp-gallery .modal-dialog {max-width: 900px;}
     }

@media screen and (min-width: 1100px){ 
        .blueimp-gallery .modal-dialog {max-width: 1000px;}
     }   
 @media screen and (min-width: 1300px){ 
        .blueimp-gallery .modal-dialog {max-width: 1200px;}
     }        

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }
    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }

}     