/*!
 * Start Bootstrap - Heroic Features HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    background-image: url('../img/bg.png');
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1120px;
    }
}

    .links {font-size: 9px;
}

.btn:hover, .btn:active, .btn:focus {
    opacity: 0.7;
}


.navbar {
    margin-bottom: 0px;
}

.navbar-brand {
    height: auto;
    padding-bottom: 5px;
}

.navbar-header .slogan {
    font-family: 'Kaushan Script', cursive;
    color: #ffffff;
    font-size: 14px;
    padding-bottom: 5px;
    display: block;
}

#navbar-social {
    padding: 0px 30px;
    margin-top: 35px;
}

#navbar-social ul li {
    padding: 0 2px;
}

#navbar-social ul li a:hover {
    opacity: 0.7;
}

#navbar-collapse-1 {
    margin-top: 100px;
}

.navbar-nav > li {
    margin: 0 10px;
}

.navbar-nav > li:last-child {
    margin-right: 0px;
}

.navbar-nav > li > a {
	color: #ffffff;
	font-size: 14px;
	padding: 8px 20px;
}

.navbar-nav > li > a:focus, .navbar-nav > li > a:hover, .navbar-nav > li > a:active, .navbar-nav > li > a.active {
    text-decoration: none;
    background-color: #0e0f13;
    border-radius: 5px;
}

.slider-shadow {
    width: 100%;
    height: 60px;
    background: url(../img/shadow-bg.png) 0px -5px no-repeat;
    opacity: 0.6;
    background-size: contain;
}






.scrollToTop {
	color: #fff;
	position: fixed;
	bottom: 5px;
	right: 5px;
	width: 50px;
	height: 50px;
	text-align: center;
	cursor: pointer;
	background-color: #000000;
	z-index: 1005;
	display: none;
}
.scrollToTop i {
	line-height: 50px;
	font-size: 24px;
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width:767px) {
	.scrollToTop {
		width: 40px;
		height: 40px;
		background-color: rgba(0, 0, 0, 0.4);
	}
	.scrollToTop i {
		line-height: 40px;
		font-size: 20px;
	}
}


/* jssor slider bullet navigator skin 05 css */
/*
.jssorb05 div           (normal)
.jssorb05 div:hover     (normal mouseover)
.jssorb05 .av           (active)
.jssorb05 .av:hover     (active mouseover)
.jssorb05 .dn           (mousedown)
*/
.jssorb05 {
    position: absolute;
}

.jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
    position: absolute;
    /* size of bullet elment */
    width: 25px;
    height: 25px;
    background: url(../img/pagination.png) no-repeat;
    overflow: hidden;
    cursor: pointer;
}

.jssorb05 div {
    background-position: 0px 0px;
}

.jssorb05 div:hover, .jssorb05 .av:hover {
    background-position: 0px -25px;
}

.jssorb05 .av {
    background-position: 0px -25px;
}

.jssorb05 .dn, .jssorb05 .dn:hover {
    background-position: 0px -25px;
}

#features {
    padding: 25px 10px 5px;
    background-color: rgba(0, 0, 0, 0.2);
    display: inline-block;
}

#features .thumbnail {
	border-radius: 0px;
	padding: 0px;
	border: none;
	background-color: rgba(26, 33, 51, 0.55);
}

#features .thumbnail .title {
	background-image: url(../img/title-bg.png);
	color: #FFFFFF;
	padding: 11px 25px;
	font-size: 15px;
	text-align: left;
	height: 46px;
}

#features .thumbnail .title>h3 {
    font-size: 20px;
    margin: 0;
}

#features .thumbnail img {

}

#features .thumbnail .caption {
	padding: 10px 20px;
	color: #FFF;
	text-align: left;
}

#features .thumbnail .btn {
    background-color: #11729f;
    border: none;
    border-radius: 0px;
    color: #ffffff;
    font-weight: 500;
    font-size: 13px;
    padding: 10px 22px;
}

#footer-top {
    margin: 20px 0 0;
    background-color: #0f131f;
    color: #fff;
}

#footer-top .container {
    padding: 20px 50px;
}

#footer-top .btn {
    background-color: #11729f;
    border: none;
    border-radius: 0px;
    color: #ffffff;
    font-weight: 500;
    font-size: 13px;
    padding: 10px 22px;
}

#footer-top .gallery .row div, #footer-top .awards .row div {
	padding: 5px;
}

#footer-bottom {
    background-image: url('../img/footer-bg.png');
    height: 49px;
    color: #fff;
    text-align: right;
    padding: 15px;
}

#footer-bottom a {
	color: #ffffff;
	font-size: 13px;
}
