
/* 
    Created on : Jul 26, 2016, 10:13:08 AM
    Author     : i3digi
*/

body{
    margin: 0;
    
}

.overlay{
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    text-align: center;
    padding-top: 18%;
}
.logo{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.overlay p{
    font-size: 20px;
    margin-bottom: 20px;
}
.power-btn{
    margin-left: auto;
    margin-right: auto;
}

.nav-bg{
    background-color: #000;
}

.navbar-default {
    background-color: #000;
    border-color: transparent;
}

.navbar-brand {
    padding: 10px 15px;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border: 0px solid transparent;
}

.navbar-default .navbar-brand {
    color: #777;
    background-color: #fff;
}
.navbar-default .navbar-brand:hover {
    color: #777;
    background-color: #fff;
}
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: #fff;
}

.navbar-brand {
    float: left;
    height: 50px;
}

.navbar-default .navbar-nav > li > a {
    font-size: 14px;
    text-transform: uppercase;
    color: #ccc;
}
.navbar-default .navbar-nav > li > a:hover {
    
    color: #fff;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: transparent;
}

.slider{
    margin-top: 10px;
}

.slider-owl .owl-controls{
    display:  none;
}

.fd-owl .owl-nav {
    position: relative;
    width: 100%;
}

.fd-owl .owl-controls {
    position: absolute;
    top: 32%;
    width: 100%;
}

.fd-owl .owl-prev {
    position: absolute;
    text-align: left;
    left: 0px;
}

.fd-owl .owl-next {
    position: absolute;
    text-align: right;
    right: 0px;
}

.fd-owl .owl-prev span {
    padding: 10px;
    background-color: rgba(255,255,255,0.5);
    color: #fff;
}

.fd-owl .owl-next span {
    padding: 10px;
    background-color: rgba(255,255,255,0.5);
    color: #fff;
}

.fd-owl .owl-prev span:hover {
    padding: 10px;
    background-color: rgba(255,255,255,0.7);
    color: #fff;
}

.fd-owl .owl-next span:hover {
    padding: 10px;
    background-color: rgba(255,255,255,0.7);
    color: #fff;
}

.item-cont{
    margin-top: 10px;
}

.sec-header{
    text-transform: uppercase;
    margin-bottom: 15px;
}

.fd-owl h4{
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 5px;
}

.fd-owl a{
    color: #000;
    text-decoration: underline;
}

.fd-owl a:hover{
    color: #1a1a1a;
    text-decoration: none
}

.fd-owl span{
    font-size: 13px;
    text-transform: uppercase;
}
.indoor{
    background-image: url(../img/indoorbrg.jpg);
    margin-top: 40px;
    padding-top: 60px;
    padding-bottom: 40px;
}

.indoor h1{
   color: #fff; 
}

.indoor ul{
   padding: 0px;
   margin: 0px;
}

.indoor li{
    color: #fff;
   margin-bottom: 10px;
   list-style: none;
}

.indoor span{
    font-size: 12px;
    padding-right: 5px;
}

.indoor li a{
   font-size: 16px;
   color: #fff;
   text-transform: uppercase;
}
.indoor li a:hover{
   text-decoration: none;
   color: #ddd;
}

.outdoor{
    background-image: url(../img/outdoorbrg.jpg);
    padding-top: 60px;
    padding-bottom: 40px;
}

.outdoor h1{
   color: #fff; 
}

.outdoor ul{
   padding: 0px;
   margin: 0px;
}

.outdoor li{
    color: #fff;
   margin-bottom: 10px;
   list-style: none;
}

.outdoor span{
    font-size: 12px;
    padding-right: 6px;
}

.outdoor li a{
   font-size: 16px;
   color: #fff;
   text-transform: uppercase;
}
.outdoor li a:hover{
   text-decoration: none;
   color: #ddd;
}

.footer-cont{
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #f5f5f5;
    margin-top: 10px;
}



.footer div:last-child{
    border-right: 0px #fff solid;
}

.footer h4{
    text-transform: uppercase;
}

.footer p{
    font-size: 12px;
    color: #8b8b8b;
}

.form-control {
  border-radius: 0px;  
}

.btn-footer{
    background-color: #000;
    color: #fff;
    padding: 5px 8px;
    border-radius: 0px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 10px;
}

.side-menu{
   padding: 0px;
   margin: 0px;
}

.side-menu > .active a{
   color: #000;
   text-decoration: underline;
}

.side-menu li{
   color: #757575;
   margin-bottom: 10px;
   list-style: none;
}

.side-menu span{
    font-size: 12px;
    padding-right: 6px;
}

.side-menu li a{
   font-size: 12px;
   color: #757575;
   text-transform: uppercase;
   text-decoration: none
}
.side-menu li a:hover{
   color: #000;
   text-decoration: underline;
}

.nav-header{
    background-color: #000;
    margin-bottom: 20px;
}
.nav-header h3{
    color: #fff;
    text-transform: uppercase;
    padding: 20px;
    margin: 0px; 
}

.item-row
{
    margin-bottom: 20px;
}

.item-row div{
    margin-bottom: 10px;
    padding-bottom: 15px;
}

.item-row div .in-item-cont{
    border-bottom: 1px solid #ccc;
}

.item-gal h4{
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 600;
}

.item-gal a{
    color: #999;
}

.item-gal a:hover{
    color: #1a1a1a;
    text-decoration: none
}

.item-gal span{
    font-size: 11px;
    text-transform: uppercase;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.pagination > li > a, .pagination > li > span {
    color: #000;
}

.pagination > .active > a{
        background-color: #000;
    border-color: #000;
}

.item-details {
    padding-bottom: 20px;
}

.item-details h4{
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 5px;
}
.item-details p{
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 12px;
    color: #757575;
    line-height: 20px;
}

.item-details button{
    padding-right: 20px;
    font-size: 14px;
    text-decoration: none;
    color: #757575;
}

.btn-default {
    color: #333;
    background-color: transparent;
    border-color: transparent;
}
.btn-default:hover{
    color: #000;
    background-color: transparent;
    border-color: transparent;
}

.dropdown-menu {
    border-radius: 0px;
}

.google-maps {
        position: relative;
        padding-bottom: 40%;
        height: 0;
        overflow: hidden;
        margin-bottom: 30px;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
    
.btn-contact {
    background-color: #000;
    color: #fff;
    padding: 5px 8px;
    border-radius: 0px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 12px;
}

@media (min-width: 768px){
    .navbar {
        border-radius: 0px;
    }
    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .item-gal{
        border-left: 1px solid #e1e1e1;
    }

    .item-d{
        border-bottom: 1px solid #e1e1e1;
    }
    

    .navbar-right .dropdown-menu {
        right: auto;
        left: 0;
    }
    
    .dropdown-menu > li > span {
        display: block;
        padding: 5px 10px;
        clear: both;
        font-weight: 600;
        line-height: 1.42857143;
        color: #1a1a1a;
        white-space: nowrap;
    }
    
    .footer div{
        border-right: 1px #fff solid;
    }

}

@media (max-width: 768px){
    
    .dropdown-menu > li > span {
        display: block;
        padding: 5px 10px;
        clear: both;
        font-weight: 600;
        line-height: 1.42857143;
        color: #ccc;
        white-space: nowrap;
    }
    
    .item-gal{
        border-left: 0px solid #e1e1e1;
    }
    
    .item-d img{
        margin-bottom: 10px;
    }
    
    .footer-cont .modal-body {
        width: 100%;
        margin: 10px auto;
        padding:20px;
    }
    .footer-cont .modal-footer {
        border-top: 1px solid #fff;
        margin-top: 0px;
        padding:20px;
    }

}

@media (min-width: 768px){
.modal-dialog {
    width: 50%;
    margin: 20px auto;
}

.footer-cont .modal-body {
    width: 100%;
    margin: 10px auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
}
.footer-cont .modal-dialog {
    width: 25%;
    margin: 50px auto;
}


.footer-cont .modal-footer {
    border-top: 1px solid #fff;
    margin-top: 0px;
    padding:20px;
}

.gallery-mpop{
    width: 71%;
    margin: 10px auto;
}
.gallery-mpop img{
    margin: 0px auto;
	max-height:720px;
}

.modal-body{
    width: 71%;
    margin: 10px auto;
}
.modal-body img{
    margin: 0px auto;
	max-height:620px;
}

}

.modal-content {
        border-radius: 0px;
        background-color: transparent;
        z-index: 1046;
}


.modal-header {
    border-bottom: 1px solid #fff;
    padding: 15px 15px 30px 15px;
    display:none;
}

.modal-body {
    position: relative;
    padding: 0px;
}

.modal-content {
    position: relative;
    background-color: transparent;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .0);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .0);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .0);
}

.modal-footer {
    border-top: 1px solid #fff;
    margin-top: 0px;
	padding:0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    background-color: #000;
}

.modal-backdrop.in {
    filter: alpha(opacity=90);
    opacity: 0.9;
}

.gal-nav-l {
    position: absolute;
    top: 50%;
    left: 0px;
    border-radius: 0px;
    background-color: #000;
    color: #fff;
}

.gal-nav-r {
    position: absolute;
    top: 50%;
    right: 0px;
    border-radius: 0px;
    background-color: #000;
    color: #fff;
}

.cls-btn {
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 9999;
}

.cls-btn span{
    font-size: 24px;
    color: #fff;
    
}

.thumbnail {
    border-radius: 0px;
    padding: 0px;
}

.footer-cont .modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .5);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.footer-cont .modal-dialog {
    z-index: 999;
}

.btn-newsclose{
    color: #fff;
    background-color: #333;
    border-color: #222;
    border-radius: 0px;
}
.btn-newsclose:hover{
    color: #fff;
    background-color: #000;
}
.btn-newssend{
    color: #fff;
    background-color: #000;
    border-color: #000;
    border-radius: 0px;
}
.btn-newssend:hover{
    color: #fff;
    background-color: #333;
}

		.status-e{
				border: 1px #ff3333 solid;
				color: #ff3333;
				border-radius: 4px;
				padding: 5px;
			}
			.status-s{
				border: 1px #090 solid;
    color: #090;
    border-radius: 4px;
    padding: 5px;
    background-color: #A3DAB9;
			}