html {
    margin: 0;
    padding: 0;
}
body {
    margin: 0;
    padding: 0;
    background: #000;
}
img {
    max-width: 100%;
}
header .top-bar {
	width: 100%;
	height: 54px;
	z-index: 1000;
	background: url("../img/subspaceland-photos/top-bar-bg.png") repeat-x;
}
header .container {
	width: 960px;
	padding: 0;
}
.logo-small {
	float: left;
	width: 205px;
	text-align: left;
}
.logo-small img {
	margin-top: 10px;
}
.moviesBtn {
    position: relative;
	background: url('../img/subspaceland-photos/movies.png') no-repeat;
	width: 94px;
	height: 40px;
	cursor: pointer;
}
.moviesBtn:hover{
	background-position: 0px -40px;
}
.main-menu {
	width: 735px;
	padding-top: 14px;
	float: right;
}
.main-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.main-menu ul li {
	display: inline-block;
}
.actorsBtn {
	position: relative;
	background: url('../img/subspaceland-photos/actors.png') no-repeat;
	width: 96px;
	height: 40px;
	cursor: pointer;
}
.actorsBtn:hover{
	background-position: 0px -40px;
}
.tagsBtn {
	position: relative;
	background: url('../img/subspaceland-photos/tags.png') no-repeat;
	width: 60px;
	height: 40px;
	cursor: pointer;
    top: -2px;
}
.tagsBtn:hover{
	background-position: 0px -40px;
}

header .rightMenu {
	height: 53px;
	line-height: 53px;
	margin-top: -14px;
}
.searchBtns.fa-search {
	color: #544F49;
	font-size: 20px;
}
.searchBtns.fa-search:hover {
	cursor: pointer;
	color: #EEDECB;
}

.template {
    width: 100%;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 60px;
}
.template h3 {
    text-align: center;
    color: #D3C3C0;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 22px;
}
.template-images img {
    width: 100%;
}
.no-gutter {
  margin-right: 0;
  margin-left: 0;
}

.no-gutter > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.movie-preview {
    position: relative;
}
.movie-preview a {
    display: inline-block;
}
.play-wrapper {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 678px;
    cursor: pointer;
}
.movie-preview .play {
    text-align: center;
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 120px;
    border-radius: 50%;
    background: rgba(153, 149, 149, 0.5);
    border: 3px solid #622E08;
}
.movie-preview .play:hover {
    background: rgba(153, 149, 149, 0.7);
    border: 3px solid #E6B86B;

}
.movie-preview .play .glyphicon-play {
    color: #622E08;
    font-size: 4rem;
 }
 .movie-preview .play:hover .glyphicon-play {
     color: #E6B86B;
 }
.pros {
    color: #fff;
    text-align: center;
    font-size: 1.8rem;
}
.pros i {
    margin-right: 5px;
    color: #EDCD9C;
}
.watch-now-btn {
    WIDTH: 100%;
    text-align: center;
    margin-top: 30px;
}
.watch-now-btn a {
    background: #227016;
    color: #fff;
    font-size: 4rem;
    font-weight: 800;
    width: 420px;
    height: 65px;
    padding: 0;
    line-height: 63px;
}
.watch-now-btn a:hover {
    border: 1px solid #fff;
    background: none;
    color: #227016;
}
.gallery {
    margin-bottom: 30px;
}
.gallery .grid-item {
    margin-bottom: 30px;
}
.gallery .container {
    padding-top: 30px;
    padding-bottom: 30px;
}
.gallery .grid-item img {
    border-radius: 5px;
}
.gallery .grid-item .image-holder {
    border: 1px solid #535353;
    border-radius: 5px;
    padding: 10px;

}
.gallery .grid-item .image-holder:hover {
    background: #201C1B;
    border: 1px solid #535353;
}
.gallery .button {
    width: 100%;
    text-align: center;
}
.gallery .btn {
    width: 100%;
    height: 65px;
    color: #ffd1cb;
    font-size: 35px;
    font-weight: 800;
    border-color: transparent;
    padding: 0;
    line-height: 63px;
    border: 1px solid #726545;
    border-radius: 5px;
    margin-top: 30px;
    margin-bottom: 60px;
}
.gallery .btn:hover {
    background: none;
    color: #622e08;
    border: 1px solid #622e08;
}
footer {
    width: 100%;
    padding: 30px;
    background: #272828;
    color: #D1BF91;
}
footer .benefits {
    background: #000;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}
footer .benefits ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
footer .join-btn {
    line-height: 90px;
    text-align: center;
}
footer .join-btn .btn {
    width: 150px;
    background: #C3A46E;
    border: 1px solid #726545;
    height: 45px;
    padding: 0;
    line-height: 45px;
    font-size: 20px;
    color: #fff;
    font-weight: 800;
}
footer .join-btn .btn:hover {
    border: 1px solid #fff;
    background: none;
    color: #C3A46E;
}

.mobile-header{
	width:100%;
	height:60px;
	line-height:60px;
    display: inline-block;
}
.mobile-header .hamburger{
  background:none;
  position:absolute;
  top:0;
  right:0;
  line-height:45px;
  padding:5px 15px 0px 15px;
  color:#999;
  border:0;
  font-size:1.4em;
  font-weight:bold;
  cursor:pointer;
  outline:none;
  z-index:10000000000000;
}
.mobile-header .cross{
  background:none;
  position:absolute;
  top:0px;
  right:0;
  padding:7px 15px 0px 15px;
  color:#999;
  border:0;
  font-size:3em;
  line-height:65px;
  font-weight:bold;
  cursor:pointer;
  outline:none;
  z-index:10000000000000;
}
.mobile-header {
    display: none;
}
.banner-bottom H3 {
    text-align: center;
    color: #D3C3C0;
    font-size: 24px;
    margin-top: 0;
}
.banner-bottom .banner {
    margin-bottom: 30px;
    margin-top: 30px;
    width: 100%;
    text-align: center;
}
/*RESPONSIVE*/

@media (min-width: 992px) {
    .template .container {
        width: 844px;
    }
}

@media (max-width: 991px) {
    .play-wrapper {
        line-height: 605px;
    }
    .gallery .btn {
        font-size: 30px;
        font-weight: normal;
        margin-top: 15px;
        margin-bottom: 30px;
    }
}

@media (min-width: 668px) and (max-width: 731px) {
    .play-wrapper {
        line-height: 564px;
    }
}
@media(max-width: 669px ) {
    .gallery .btn {
        font-size: 25px;
    }
}
@media (max-width: 667px) {
    .play-wrapper {
        line-height: 513px;
    }
    .movie-preview .play {
        width: 80px;
        height: 80px;
        line-height: 80px;
    }
    .movie-preview .play .glyphicon-play {
        font-size: 3rem;
    }
    .gallery .btn {
        font-size: 20px;
    }

}
@media(max-width: 480px) {
    .gallery .btn {
        font-size: 15px;
    }
}
@media (max-width: 545px) {
    .play-wrapper {
        line-height: 433px;
    }
    .gallery .col-xs-6 {
        padding-left: 5px;
        padding-right: 5px;
    }
    .gallery .grid-item {
        margin-bottom: 10px;
    }
}
@media (max-width: 468px) {
    .play-wrapper {
        line-height: 307px;
    }
}
@media (max-width: 420px) {

    .movie-preview .play {
        width: 70px;
        height: 70px;
        line-height: 70px;
    }
    .movie-preview .play .glyphicon-play {
        font-size: 2rem;
    }
    .template {
        margin-top: 0;
        margin-bottom: 15px;
    }
    .watch-now-btn a {
        font-size: 2rem;
        width:70%;
    }
    .gallery .btn {
        font-size: 16px;
        font-weight: normal;
        margin-top: 15px;
        margin-bottom: 30px;
    }
    .gallery .container {
        padding-bottom: 0;
    }
}
@media (max-width: 400px) {
    .gallery .btn {
        font-size: 13px;
    }
}

@media(max-width: 1023px) {
    .top-bar {
        display: none;
        height: auto;
        background: none;
        margin-bottom: 0;
        text-align: right;
        left: 0;
    }
    .top-bar .logo-small {
        display: none;
    }
    .main-menu {
        float: none;
        width: 100%;
    }

    header .container {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .main-menu .pull-left, .main-menu .pull-right {
        float: none;
    }
    .mobile-header {
        display: block;
        position: relative;
    }
    .mobile-header img {
        margin-left: 15px;
    }
    .fa-search {
        margin-top:20px;
    }
    h3 {
        margin-top: 5px;
    }
}

@media (max-width: 375px) {
    .play-wrapper {
        line-height: 270px;
    }
}
@media (width: 640px) {
    .play-wrapper {
        line-height: 492px;
    }
}
@media (width: 568px) {
    .play-wrapper {
        line-height: 434px;
    }
}
