html, body {
    height: 100%;
}
#st-body .subheader {
	height: 100%;
	border-bottom: 0;
	background: url('') 50% 0 no-repeat fixed;
	background-position: 50% 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;  
}
#st-body .subheader .caption-box {
	color: #fff;
	font-size: 55px;
}
#st-body .subheader .desc-box {
	color: #fff;
}
#st-body .subheader .scroll-control {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: 30px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

#st-gal .category {
	color: #171617;
	text-transform: uppercase;
	font-family: Lato;
	font-weight: bold;
	font-size: 16px;
	margin-top: 75px;
}
#st-gal .image-wrap {
	cursor: pointer;
}
#st-gal .parallax {
	width: 100%;
	height: 1000px;
	background: url('') 50% 0 no-repeat fixed;
	background-position: 50% 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; 
	margin-top: 50px;
}

#st-footer {
	margin-top: 0;
}

#st-body .modal-full {
    padding: 0 !important;
    margin: 0 !important;
}
#st-body .modal-full .modal-content {
    position: relative;
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    min-height: 100%;
    padding: 0;
    text-align: center;    
}
#st-body .modal-full .close-modal:hover {
    opacity: .3;
}
#st-body .modal-full .close-modal {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: transparent;
    top: 10px;
    right: 20px;
    cursor: pointer;
}
#st-body .modal-full .close-modal .lr {
    height: 50px;
    width: 1px;
    margin-left: 35px;
    background-color: #222;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    z-index: 1051;
}
#st-body .modal-full .close-modal .lr .rl {
    height: 50px;
    width: 1px;
    background-color: #222;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    z-index: 1052;
}
#st-body .modal-full .modal-dialog {
	width: 100%;
	height: 100%;
	margin: 0;
}
