
/*///////////////////////////////////////////////////////////////////////////////////////// */
/*                               SOCIAL REVIEW LANDING                                      */
/*///////////////////////////////////////////////////////////////////////////////////////// */
.margin-auto
{
	margin: auto;
}
.mb-10
{
	margin-bottom: 10px;
}
.mb-20
{
	margin-bottom: 20px;
}
.mb-30
{
	margin-bottom: 30px;
}
.mt-10
{
	margin-top: 10px;
}
.mt-20
{
	margin-top: 20px;
}
.mt-30
{
	margin-top: 30px;
}
.row-col
{
	display: flex;
	flex-direction: row;
}
.left-center
{
	text-align: left;
}

.image-trans:hover
{
	-webkit-transition: 400ms  all;
    transition: 400ms all;
    position: relative;
	bottom:2px;
	box-shadow: 10px 10px 10px #000;
}
.button-main-large-red
{
	padding:10px 20px;
	background-color:#e0393d;
	width:240px;
	border-radius: 8px;
	color:#fff;
	display: block;
}
.button-main-large-red:hover
{
	color:#fff;
}
hr
{
 width: 80%;
 margin: auto;
}
body
{
	min-width: 320px;
}
a
{
	text-decoration: none;
}
a:hover
{
	text-decoration: none;
}
.padding-10
{
	padding: 10px;
}

.mw-810
{
	min-width: 810px;
}
.bold
{
	font-weight: bold;
}
.fw-wrap
{
	flex-wrap: wrap;
}
.flex-row
{
	display: flex;
	flex-direction: row;
}
.flex-col
{
	display: flex;
	flex-direction: column;
}
.jc-center
{
	justify-content: center;
}
.ai-center
{
	align-items: center;
}
.jc-between
{
	justify-content: space-between;
}
.jc-around
{
	justify-content: space-around;
}
.jc-fe
{
	justify-content: flex-end;
}
.jc-fs
{
	justify-content: flex-start;
}
.ta-center
{
	text-align: center;
}
.white
{
	color: #fff;
}
.fs-15
{
	font-size: 15px;
}
.fs-17
{
	font-size: 17px;
}
.fs-20
{
	font-size: 20px;
}
.fs-25
{
	font-size: 25px;
}
.fs-32
{
	font-size: 32px;
}
.fs-48
{
	font-size: 48px;
}
.ssp-b
{
	font-family: 'SourceSansPro-Bold';
}

.p-left-5
{
	padding-left: 5px;
}
.p-right-5
{
	padding-right: 5px;
}
.p-right-10
{
	padding-right: 10px;
}
.flex-grow-1
{
	flex-grow: 1;
}

.mg-5
{
	margin: 5px;
}

.width-50
{
	width: 50%;
}
p
{
	max-width: 780px;
	margin: 0px;
}

.padding-l-r-20
{
	padding: 0px 20px;
}
.carousel-control
{
	cursor: pointer;
}
.width-100
{
	width: 100%;
}




@media all and (min-width: 1200px) 
{

	.movie-carousel-mobile
	{
		display: none;
	}
	.top-back
	{
		background-image: url(../../assets/img/sr_image/movie-background.png);
		position: absolute;
		top: 0px;
		left: 0px;
		height: 550px;
		width: 100%;
		z-index:  -3;
		background-size:  cover;
	}
	.bottom-back
	{
		outline: none;
		background:#000;
		position: absolute;top: 550px;
		left: 0px;
		height: 22%;
		width: 100%;
		z-index:  -2;
		-webkit-filter: blur(8px);
	  -moz-filter: blur(8px);
	  -o-filter: blur(8px);
	  -ms-filter: blur(8px);
	  filter: blur(8px);
	  background-size:  cover;
	  background-position: 50% 50%;
	  -webkit-transition: 400ms  background-image;
	    transition: 400ms background-image;
	}
	.rating-banner-main
	{
		background:
			linear-gradient( rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.85) );
		background-position: center, top, 50% 50%;
		background-size:100% 100%, 100% 40%, cover;
		background-repeat:no-repeat, no-repeat, no-repeat;
		color: #fff;
		display: flex;
		flex-direction: column;
		align-items: center;
		-webkit-transition: 1000ms  all;
	    transition: 1000ms all;	
	}
	.rating-title
	{
		font-weight: bold;
		margin-top: 20px;
		margin-bottom: 0px;
		color: #fff;
		text-align: center;
		font-size: 50px;
	}
	.rating-below-title
	{
		font-family: 'SourceSansPro-Bold';
	    font-size: 32px;
	    margin: 0px;
	    color: #B3B4B4;
	}

	.carousel-bottom
	{
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		background: linear-gradient( rgba(30, 30, 30, 0.7), rgba(30, 30, 30, 0.7) );
	}

	.carousel-row
	{
		margin-left:20px;
		flex-grow:1;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
	}

	.view-container
	{
		margin-right: 20px;
	}

	.circle-vmr
	{
		border: 9px solid #fff;
		border-radius: 90px;
		width: 90px;
		height:  90px;
		text-align:  center;
		display:  flex;
		justify-content:  center;
		align-items:  center;
	}

	.circle-text
	{
		padding:0px 10px;
		text-transform: capitalize;
	}

	.view-vmr
	{
		cursor:pointer;
		color:#fff;
		text-decoration: none;
		font-size: 24px;
		padding: 10px 40px;
		border-radius:50px;
		border: 3px solid #fff;
		width: 250px;
		text-transform: capitalize;
		-webkit-transition: 400ms  all;
	    transition: 400ms all;	
	}

	.view-vmr:hover
	{
		color:#000;
		background: #fff;
		text-decoration: none;
	}

	.multi-item-carousel .carousel-inner > .item {
	  -webkit-transition: 500ms ease-in-out left;
	  transition: 500ms ease-in-out left;
	}
	.multi-item-carousel .carousel-inner .active.left {
	  left: -25%;
	}
	.multi-item-carousel .carousel-inner .active.right {
	  left: 25%;
	}
	.multi-item-carousel .carousel-inner .next {
	  left: 25%;
	}
	.multi-item-carousel .carousel-inner .prev {
	  left: -25%;
	}
	@media all and (transform-3d), (-webkit-transform-3d) {
	  .multi-item-carousel .carousel-inner > .item {
	    -webkit-transition: 500ms ease-in-out left;
	    transition: 500ms ease-in-out left;
	    -webkit-transition: 500ms ease-in-out all;
	    transition: 500ms ease-in-out all;
	    -webkit-backface-visibility: visible;
	            backface-visibility: visible;
	    -webkit-transform: none !important;
	            transform: none !important;
	  }
	}
	.multi-item-carousel .carouse-control.left,
	.multi-item-carousel .carouse-control.right {
	  background-image: none;
	}

	#myCarousel
	{
		box-shadow: 10px 10px 10px #000;
	}

	.movie-poster-vmr
	{
		position: relative;
		width:230px;
		height: 320px;
		bottom: 0px;
	}

	.movie-poster-vmr-no-margin
	{	
		position: relative;
		width:230px;
		height: 320px;
		bottom: 0px;
	}

	.mult a
	{
		margin: 10px 0px;
		position: relative;
	}

	.mult a:hover
	{
		-webkit-transition: 250ms  all;
	    transition: 250ms all;
		bottom:2px;
		box-shadow: 10px 10px 10px #000;
	}

	.movie-holder-less
	{
		margin: 0px 20px;
		display: flex;
		flex-direction: column;
		background-color:rgba(27, 27, 27, 0.6);
		padding-bottom: 10px;
		justify-content: center;
	    align-items: center;
	}
	.movie-holder-less:hover
	{
		background-color:#2e0c0d;
	}

	.movie-holder-less.mult
	{
		background-color:rgba(0, 0, 0, 0);
	}

	.margin-movie-less
	{
		display: flex;
    	justify-content: center;
	}

	.movie-list-less
	{
		display: flex;
		flex-direction: row;
		justify-content: center;
		width:100%;
	}

	.top-title
	{
		font-weight: bold;
		text-align: center;
	}

	.info-holder-vmr
	{
		padding:50px;
		background: #000 url('../../assets/img/sr_image/promise_bg.png') no-repeat;
		background-size: cover;
		display:flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}

	.info-holder-inner
	{
		margin-right: 40px;
		color: #fff;
		display: flex;
		flex-direction: column;
	}

	.bottom-title
	{
		margin:20px 0px;
		color: #fff;
		font-weight: bold;
		font-size: 20px;
	}

	.movie-title-md
	{
		text-transform: uppercase;
		width: 230px;
		margin:5px 0px;
	    color: white;
	    font-weight: bold;
	    font-size: 14px;
	    height: 36px;
	    justify-content: center;
	    align-items: center;
	    display: flex;
	    flex-direction: row;
	}
	.circle-vmr-small
	{
		margin-top: 0px;
		margin-bottom: 5px;
		font-size: 16px;
		border: 3px solid #fff;
		border-radius: 50px;
		width: 50px;
		height:  50px;
		text-align:  center;
		display:  flex;
		justify-content:  center;
		align-items:  center;
	}

	.red
	{
		color: #c43f45 !important;
		border-color: #c43f45 !important;
	}

	.blue
	{
		color: #0575b6 !important;
		border-color: #0575b6 !important;
	}
	.dropdown-vmr
	{
		width:215px;
	}

	.num.special
	{
		color: #c43f45;
		background-color: #fff;
		border-radius: 20px;
	}

	.num.first
	{
		background-color: #c43f45;
		border-radius: 20px;
	}

	.num
	{
		margin:15px;
		color: #fff;
		width: 30px;
	    height: 30px;
	    align-items: center;
	    justify-content: center;
	    display: flex;
	    font-weight: bold;
	    font-size: 13px;
	}

	.carousel-banner-title 
	{
	  position: absolute;
	  top: 30px;
	  left: 0%;
	  z-index: 10;
	  color: #fff;
	  text-align: center;
	  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	  background: #df393d;
	}

	.carousel-banner-text
	{
		font-weight: bold;
	    padding: 5px 30px 5px 20px;
	    font-size: 19px;
	}

	.list-movie-side
	{
		background: rgba(28,28,28,0.7);
	    padding: 5px 0px;
	    width: 350px;
	}

	.movie-title-list
	{
		font-size: 13px;
		width:200px;
		color: #fff;
		font-weight: bold;
		text-transform: uppercase;
	}

	.list-movie-side.off
	{
		background: rgba(40,40,40,0.7);
	}
	.bottom-half
	{
		background: #000 url('../../assets/img/sr_image/background.png') no-repeat;
		background-size: cover;
	}

	.license-box
	{
		width: 350px;
	    background: #fff url('../../assets/img/sr_image/licensing_bg.png') no-repeat;
	    background-size: cover;
	    padding: 25px;
	}

	.license-title
	{
		font-size: 25px;
	    text-transform: capitalize;
	    font-weight: bold;
	}

	.learn-more
	{
		cursor: pointer;
	    color: #fff;
	    text-decoration: none;
	    font-size: 20px;
	    padding: 7px 40px;
	    border-radius: 50px;
	    border: 3px solid #fff;
	    width: 200px;
	    text-transform: capitalize;
	    -webkit-transition: 400ms  all;
	    transition: 400ms all;
	}

	.learn-more:hover
	{
		color:#000;
		background: #fff;
		text-decoration: none;
	}

	.view-more
	{
		margin: 20px;
	    color: #fff;
	    font-size: 20px;
	    cursor: pointer;
	    text-decoration: none;
	    -webkit-transition: 400ms  all;
	    transition: 400ms all;
	}

	.view-more:hover
	{
		color: #b5aeae;
		text-decoration: none;
	}

	.carousel-control.left 
	{
    	left: -120px;
    	background-repeat: repeat-x;
	}
	.carousel-control.right 
	{
    	right: -120px;
    	background-repeat: repeat-x;
	}

	.carousel-control 
	{
    	background-color: rgba(0, 0, 0, 0);
	}

	.carousel-cover
	{
		position: relative;
	    background: rgba(0,0,0,.94);
	    width: 240px;
	    bottom: 90px;
	    margin: auto;
	    margin-bottom: -80px;
	}

	.carousel-cover:hover
	{
		text-decoration: none;
	}
	.medium-bottom
	{
		display: none;
	}

	.head-title
	{
		display: flex;
		flex-direction: column;
		margin-left: 20px;
	}
}


@media all and (max-width: 1199px)  and (min-width: 950px) 
{

	.movie-carousel
	{
		display: none;
	}
	.top-back
	{
		background-image: url(../../assets/img/sr_image/movie-background.png);
		position: absolute;
		top: 0px;
		left: 0px;
		height: 550px;
		width: 100%;
		z-index:  -3;
		background-size:  cover;
	}
	.bottom-back
	{
		outline: none;
		background:#000;
		position: absolute;top: 550px;
		left: 0px;
		height: 22%;
		width: 100%;
		z-index:  -2;
		-webkit-filter: blur(8px);
	  -moz-filter: blur(8px);
	  -o-filter: blur(8px);
	  -ms-filter: blur(8px);
	  filter: blur(8px);
	  background-size:  cover;
	  background-position: 50% 50%;
	  -webkit-transition: 400ms  background-image;
	    transition: 400ms background-image;
	}
	.rating-banner-main
	{
		background:
			linear-gradient( rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.85) );
		background-position: center, top, 50% 50%;
		background-size:100% 100%, 100% 40%, cover;
		background-repeat:no-repeat, no-repeat, no-repeat;
		color: #fff;
		display: flex;
		flex-direction: column;
		align-items: center;
		-webkit-transition: 1000ms  all;
	    transition: 1000ms all;	
	}
	.rating-title
	{
		font-weight: bold;
		margin-top: 20px;
		margin-bottom: 0px;
		color: #fff;
		text-align: center;
		font-size: 50px;
	}
	.rating-below-title
	{
		font-family: 'SourceSansPro-Bold';
	    font-size: 32px;
	    margin: 0px;
	    color: #B3B4B4;
	}

	.carousel-bottom
	{
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		background: linear-gradient( rgba(30, 30, 30, 0.7), rgba(30, 30, 30, 0.7) );
	}

	.carousel-row
	{
		margin-left:20px;
		flex-grow:1;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
	}

	.view-container
	{
		margin-right: 20px;
	}

	.circle-vmr
	{
		border: 9px solid #fff;
		border-radius: 90px;
		width: 90px;
		height:  90px;
		text-align:  center;
		display:  flex;
		justify-content:  center;
		align-items:  center;
	}

	.circle-text
	{
		padding:0px 10px;
		text-transform: capitalize;
	}

	.view-vmr
	{
		cursor:pointer;
		color:#fff;
		text-decoration: none;
		font-size: 23px;
		padding: 10px 40px;
		border-radius:50px;
		border: 3px solid #fff;
		width: 250px;
		text-transform: capitalize;
		-webkit-transition: 400ms  all;
	    transition: 400ms all;	
	}

	.view-vmr:hover
	{
		color:#000;
		background: #fff;
		text-decoration: none;
	}

	.multi-item-carousel .carousel-inner > .item {
	  -webkit-transition: 500ms ease-in-out left;
	  transition: 500ms ease-in-out left;
	}
	.multi-item-carousel .carousel-inner .active.left {
	  left: -25%;
	}
	.multi-item-carousel .carousel-inner .active.right {
	  left: 25%;
	}
	.multi-item-carousel .carousel-inner .next {
	  left: 25%;
	}
	.multi-item-carousel .carousel-inner .prev {
	  left: -25%;
	}
	@media all and (transform-3d), (-webkit-transform-3d) {
	  .multi-item-carousel .carousel-inner > .item {
	    -webkit-transition: 500ms ease-in-out left;
	    transition: 500ms ease-in-out left;
	    -webkit-transition: 500ms ease-in-out all;
	    transition: 500ms ease-in-out all;
	    -webkit-backface-visibility: visible;
	            backface-visibility: visible;
	    -webkit-transform: none !important;
	            transform: none !important;
	  }
	}
	.multi-item-carousel .carouse-control.left,
	.multi-item-carousel .carouse-control.right {
	  background-image: none;
	}

	#myCarousel
	{
		box-shadow: 10px 10px 10px #000;
	}

	.movie-poster-vmr
	{
		position: relative;
		width:230px;
		height: 320px;
		bottom: 0px;
	}

	.movie-poster-vmr-no-margin
	{	
		position: relative;
		width:230px;
		height: 320px;
		bottom: 0px;
	}

	.mult a
	{
		margin: 10px 0px;
		position: relative;
	}

	.mult a:hover
	{
		-webkit-transition: 250ms  all;
	    transition: 250ms all;
		bottom:2px;
		box-shadow: 10px 10px 10px #000;
	}

	.movie-holder-less
	{
		margin: 0px 20px;
		display: flex;
		flex-direction: column;
		background-color:rgba(27, 27, 27, 0.6);
		padding-bottom: 10px;
		justify-content: center;
	    align-items: center;
	}
	.movie-holder-less:hover
	{
		background-color:#2e0c0d;
	}

	.movie-holder-less.mult
	{
		background-color:rgba(0, 0, 0, 0);
	}

	.margin-movie-less
	{
		display: flex;
    	justify-content: center;
	}

	.movie-list-less
	{
		display: flex;
		flex-direction: row;
		justify-content: center;
		width:100%;
	}

	.top-title
	{
		font-size: 26px;
		font-weight: bold;
		text-align: center;
	}

	.info-holder-vmr
	{
		padding:50px;
		background: #000 url('../../assets/img/sr_image/promise_bg.png') no-repeat;
		background-size: cover;
		display:flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}

	.info-holder-inner
	{
		width: 577px;
		margin-right: 35px;
		color: #fff;
		display: flex;
		flex-direction: column;
	}
	.bottom-title
	{
		margin:20px 0px;
		color: #fff;
		font-weight: bold;
		font-size: 20px;
	}

	.movie-title-md
	{
		text-transform: uppercase;
		width: 230px;
		margin:5px 0px;
	    color: white;
	    font-weight: bold;
	    font-size: 14px;
	    height: 36px;
	    justify-content: center;
	    align-items: center;
	    display: flex;
	    flex-direction: row;
	}

	.white
	{
		color: #fff;
	}

	.circle-vmr-small
	{
		margin-top: 0px;
		margin-bottom: 5px;
		font-size: 16px;
		border: 3px solid #fff;
		border-radius: 50px;
		width: 50px;
		height:  50px;
		text-align:  center;
		display:  flex;
		justify-content:  center;
		align-items:  center;
	}

	.red
	{
		color: #c43f45 !important;
		border-color: #c43f45 !important;
	}

	.blue
	{
		color: #0575b6 !important;
		border-color: #0575b6 !important;
	}
	.dropdown-vmr
	{
		width:215px;
	}

	.num.special
	{
		color: #c43f45;
		background-color: #fff;
		border-radius: 20px;
	}

	.num.first
	{
		background-color: #c43f45;
		border-radius: 20px;
	}

	.num
	{
		margin:15px;
		color: #fff;
		width: 30px;
	    height: 30px;
	    align-items: center;
	    justify-content: center;
	    display: flex;
	    font-weight: bold;
	    font-size: 13px;
	}

	.carousel-banner-title 
	{
	  position: absolute;
	  top: 30px;
	  left: 0%;
	  z-index: 10;
	  color: #fff;
	  text-align: center;
	  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	  background: #df393d;
	}

	.carousel-banner-text
	{
		font-weight: bold;
	    padding: 5px 30px 5px 20px;
	    font-size: 19px;
	}

	.list-movie-side
	{
		background: rgba(28,28,28,0.7);
	    padding: 5px 0px;
	    width: 100%;
	}

	.movie-title-list
	{
		font-size: 13px;
		width:178px;
		color: #fff;
		font-weight: bold;
		text-transform: uppercase;
	}

	.list-movie-side.off
	{
		background: rgba(40,40,40,0.7);
	}
	.bottom-half
	{
		display: none;
		background: #000 url('../../assets/img/sr_image/background.png') no-repeat;
		background-size: cover;
	}

	.license-box
	{
		width: 350px;
	    background: #fff url('../../assets/img/sr_image/licensing_bg.png') no-repeat;
	    background-size: cover;
	    padding: 25px;
	}

	.license-title
	{
		font-size: 25px;
	    text-transform: capitalize;
	    font-weight: bold;
	}

	.learn-more
	{
		cursor: pointer;
	    color: #fff;
	    text-decoration: none;
	    font-size: 22px;
	    padding: 7px 40px;
	    border-radius: 50px;
	    border: 3px solid #fff;
	    width: 200px;
	    text-transform: capitalize;
	    -webkit-transition: 400ms  all;
	    transition: 400ms all;
	}

	.learn-more:hover
	{
		color:#000;
		background: #fff;
		text-decoration: none;
	}

	.view-more
	{
		margin: 20px;
	    color: #fff;
	    font-size: 20px;
	    cursor: pointer;
	    text-decoration: none;
	    -webkit-transition: 400ms  all;
	    transition: 400ms all;
	}

	.view-more:hover
	{
		color: #b5aeae;
		text-decoration: none;
	}

	.carousel-control.left 
	{
    	left: 0px;
    	background-repeat: repeat-x;
	}
	.carousel-control.right 
	{
    	right: 0px;
    	background-repeat: repeat-x;
	}

	.carousel-control 
	{
    	background-color: rgba(0, 0, 0, 0.5);
	}

	.carousel-cover
	{
		position: relative;
	    background: rgba(0,0,0,.94);
	    width: 240px;
	    bottom: 90px;
	    margin: auto;
	    margin-bottom: -80px;
	}

	.carousel-cover:hover
	{
		text-decoration: none;
	}
	.container
	{
		width: 100%;
		padding: 0px;
		min-height: 0px;
	}

	.vmr-only
	{
		color:#B5B5B5;
		border-bottom: #000 5px solid;
		cursor: pointer;
	}

	.vmr-only.selected
	{
		color:#e2373d;
		border-bottom: #df393d 5px solid;
	}

	.vmr-only-text
	{
		font-size: 17px;
		font-weight: bold;
	}

	.h-and-n
	{
		color:#B5B5B5;
		border-bottom: #000 5px solid;
		cursor: pointer;
	}

	.h-and-n.selected
	{
		color:#e2373d;
		border-bottom: #df393d 5px solid;
	}

	.h-and-n-text
	{
		font-size: 17px;
		font-weight: bold;
	}

	.movie-list-third
	{
		display: flex;
	}

	.movie-list-half
	{
		display: none;
	}

	.movie-item-third
	{
		display: flex;
	    width: 33.33%;
	    flex-direction: column;
	    justify-content: center;
	    align-items: center;
	}

	.movie-data-item
	{
		display: flex;
		flex-direction: column;
		width: 90%;
		background-color: rgba(27, 27, 27, 0.6);
	}
	.movie-data-item:hover
	{
		background-color:#2e0c0d;
	}

	.movie-data-item-title
	{
		text-align: center;
		text-transform: uppercase;
	    margin: 5px 0px;
	    color: white;
	    font-weight: bold;
	    font-size: 14px;
	    height: 44px;
	    justify-content: center;
	    align-items: center;
	    display: flex;
	    flex-direction: row;
	}

	.movie-data-item-date
	{
		text-align: center;
		color: white;
	}

	.vmr-holder
	{
		background: #000 url('../../assets/img/sr_image/background.png') no-repeat;
	}

	.vmr-holder.ghost-it
	{
		display: none;
	}

	.h-and-n-mobile
	{
		background: #000;
	}

	.h-and-n-mobile.ghost-it
	{
		display: none;
	}

	.head-title
	{
		display: flex;
		flex-direction: column;
		margin-left: 20px;
	}

	.third-image
	{
		margin:auto;
		 width:250px;
		 height:405px;
	}

	.third-link-image
	{
		display: flex;
		justify-content: center;
		width: 100%;
	}
	.not-caro-less
	{
		display: none;
	}
}

@media all and (max-width: 950px) 
{
	.row-col
	{
		display: flex;
		flex-direction: column;
	}
	.left-center
	{
		text-align: center;
	}

	.not-caro-less
	{
		display: none;
	}
	.movie-carousel
	{
		display: none;
	}
	.top-back
	{
		background-image: url(../../assets/img/sr_image/movie-background.png);
		position: absolute;
		top: 0px;
		left: 0px;
		height: 550px;
		width: 100%;
		z-index:  -3;
		background-size:  cover;
	}
	.bottom-back
	{
		outline: none;
		background:#000;
		position: absolute;top: 550px;
		left: 0px;
		height: 22%;
		width: 100%;
		z-index:  -2;
		-webkit-filter: blur(8px);
	  -moz-filter: blur(8px);
	  -o-filter: blur(8px);
	  -ms-filter: blur(8px);
	  filter: blur(8px);
	  background-size:  cover;
	  background-position: 50% 50%;
	  -webkit-transition: 400ms  background-image;
	    transition: 400ms background-image;
	}
	.rating-banner-main
	{
		background:
			linear-gradient( rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.85) );
		background-position: center, top, 50% 50%;
		background-size:100% 100%, 100% 40%, cover;
		background-repeat:no-repeat, no-repeat, no-repeat;
		color: #fff;
		display: flex;
		flex-direction: column;
		align-items: center;
		-webkit-transition: 1000ms  all;
	    transition: 1000ms all;	
	}
	.rating-title
	{
		font-weight: bold;
		margin-top: 7px;
		margin-bottom: 0px;
		color: #fff;
		text-align: center;
		font-size: 27px;
	}
	.rating-below-title
	{
		text-align: center;
		font-family: 'SourceSansPro-Bold';
	    font-size: 16px;
	    margin: 0px;
	    color: #B3B4B4;
	}

	.carousel-bottom
	{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		background: linear-gradient( rgba(30, 30, 30, 0.9), rgba(30, 30, 30, 0.9) );
	}

	.carousel-row
	{
		flex-grow:1;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.view-container
	{
		margin: 20px;
	}

	.circle-vmr
	{
		font-size: 18px;
		border: 5px solid #fff;
		border-radius: 90px;
		width: 55px;
		height:  55px;
		text-align:  center;
		display:  flex;
		justify-content:  center;
		align-items:  center;
	}

	.circle-text
	{
		font-size: 16px;
		padding:0px 10px;
		text-transform: capitalize;
	}

	.view-vmr
	{
		margin-top: 10px;
		cursor:pointer;
		color:#fff;
		text-decoration: none;
		font-size: 24px;
		padding: 10px 40px;
		border-radius:50px;
		border: 3px solid #fff;
		width: 250px;
		text-transform: capitalize;
		-webkit-transition: 400ms  all;
	    transition: 400ms all;	
	}

	.view-vmr:hover
	{
		color:#000;
		background: #fff;
		text-decoration: none;
	}

	.multi-item-carousel .carousel-inner > .item {
	  -webkit-transition: 500ms ease-in-out left;
	  transition: 500ms ease-in-out left;
	}
	.multi-item-carousel .carousel-inner .active.left {
	  left: -25%;
	}
	.multi-item-carousel .carousel-inner .active.right {
	  left: 25%;
	}
	.multi-item-carousel .carousel-inner .next {
	  left: 25%;
	}
	.multi-item-carousel .carousel-inner .prev {
	  left: -25%;
	}
	@media all and (transform-3d), (-webkit-transform-3d) {
	  .multi-item-carousel .carousel-inner > .item {
	    -webkit-transition: 500ms ease-in-out left;
	    transition: 500ms ease-in-out left;
	    -webkit-transition: 500ms ease-in-out all;
	    transition: 500ms ease-in-out all;
	    -webkit-backface-visibility: visible;
	            backface-visibility: visible;
	    -webkit-transform: none !important;
	            transform: none !important;
	  }
	}
	.multi-item-carousel .carouse-control.left,
	.multi-item-carousel .carouse-control.right {
	  background-image: none;
	}

	#myCarousel
	{
		box-shadow: 10px 10px 10px #000;
	}

	.movie-poster-vmr
	{
		position: relative;
		width:230px;
		height: 320px;
		bottom: 0px;
	}

	.movie-poster-vmr-no-margin
	{	
		position: relative;
		width:230px;
		height: 320px;
		bottom: 0px;
	}

	.mult a
	{
		margin: 10px 0px;
		position: relative;
	}

	.mult a:hover
	{
		-webkit-transition: 250ms  all;
	    transition: 250ms all;
		bottom:2px;
		box-shadow: 10px 10px 10px #000;
	}

	.movie-holder-less
	{
		margin: 0px 20px;
		display: flex;
		flex-direction: column;
		background-color:rgba(27, 27, 27, 0.6);
		padding-bottom: 10px;
	    justify-content: center;
	    align-items: center;
	}
	.movie-holder-less:hover
	{
		background-color:#2e0c0d;
	}

	.movie-holder-less.mult
	{
		background-color:rgba(0, 0, 0, 0);
	}

	.margin-movie-less
	{
		display: flex;
    	justify-content: center;
	}

	.movie-list-less
	{
		display: flex;
		flex-direction: row;
		justify-content: center;
		width:100%;
	}

	.top-title
	{
		font-size: 26px;
		font-weight: bold;
		text-align: center;
	}

	.info-holder-vmr
	{
		display: none;
		padding:50px;
		background: #000 url('../../assets/img/sr_image/promise_bg.png') no-repeat;
		background-size: cover;
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}

	.info-holder-inner
	{
		width: 577px;
		margin-right: 35px;
		color: #fff;
		display: flex;
		flex-direction: column;
	}

	.bottom-title
	{
		margin:20px 0px;
		color: #fff;
		font-weight: bold;
		font-size: 20px;
	}

	.movie-title-md
	{
		text-transform: uppercase;
		width: 230px;
		margin:5px 0px;
	    color: white;
	    font-weight: bold;
	    font-size: 14px;
	    height: 36px;
	    justify-content: center;
	    align-items: center;
	    display: flex;
	    flex-direction: row;
	}

	.circle-vmr-small
	{
		margin-top: 0px;
		margin-bottom: 5px;
		font-size: 14px;
		border: 3px solid #fff;
		border-radius: 50px;
		width: 50px;
		height:  50px;
		text-align:  center;
		display:  flex;
		justify-content:  center;
		align-items:  center;
	}

	.red
	{
		color: #c43f45 !important;
		border-color: #c43f45 !important;
	}

	.blue
	{
		color: #0575b6 !important;
		border-color: #0575b6 !important;
	}

	.dropdown-vmr
	{
		width:215px;
	}

	.num.special
	{
		color: #c43f45;
		background-color: #fff;
		border-radius: 20px;
	}

	.num.first
	{
		background-color: #c43f45;
		border-radius: 20px;
	}

	.num
	{
		margin:15px;
		color: #fff;
		width: 30px;
	    height: 30px;
	    align-items: center;
	    justify-content: center;
	    display: flex;
	    font-weight: bold;
	    font-size: 13px;
	}

	.carousel-banner-title 
	{
	  z-index: 10;
	  color: #fff;
	  text-align: center;
	  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	  background: #df393d;
	}

	.carousel-banner-text
	{
		font-weight: bold;
	    padding: 5px 30px 5px 20px;
	    font-size: 19px;
	    margin: 0px;
	}

	.list-movie-side
	{
		background: rgba(28,28,28,0.7);
	    padding: 5px 0px;
	    width: 100%;
	}

	.movie-title-list
	{
		font-size: 13px;
		width:178px;
		color: #fff;
		font-weight: bold;
		text-transform: uppercase;
	}

	.list-movie-side.off
	{
		background: rgba(40,40,40,0.7);
	}

	.bottom-half
	{
		display: none;
		background: #000 url('../../assets/img/sr_image/background.png') no-repeat;
		background-size: cover;
	}

	.license-box
	{
		width: 350px;
	    background: #fff url('../../assets/img/sr_image/licensing_bg.png') no-repeat;
	    background-size: cover;
	    padding: 25px;
	}

	.license-title
	{
		font-size: 25px;
	    text-transform: capitalize;
	    font-weight: bold;
	}

	.learn-more
	{
		cursor: pointer;
	    color: #fff;
	    text-decoration: none;
	    font-size: 22px;
	    padding: 7px 40px;
	    border-radius: 50px;
	    border: 3px solid #fff;
	    width: 200px;
	    text-transform: capitalize;
	    -webkit-transition: 400ms  all;
	    transition: 400ms all;
	}

	.learn-more:hover
	{
		color:#000;
		background: #fff;
		text-decoration: none;
	}

	.view-more
	{
		margin: 20px;
	    color: #fff;
	    font-size: 20px;
	    cursor: pointer;
	    text-decoration: none;
	    -webkit-transition: 400ms  all;
	    transition: 400ms all;
	}

	.view-more:hover
	{
		color: #b5aeae;
		text-decoration: none;
	}

	.carousel-control.left 
	{
    	left: 0px;
    	background-repeat: repeat-x;
	}
	.carousel-control.right 
	{
    	right: 0px;
    	background-repeat: repeat-x;
	}

	.carousel-control 
	{
    	background-color: rgba(0, 0, 0, 0.5);
	}

	.carousel-cover
	{
		position: relative;
	    background: rgba(0,0,0,.94);
	    width: 240px;
	    bottom: 90px;
	    margin: auto;
	    margin-bottom: -80px;
	}

	.carousel-cover:hover
	{
		text-decoration: none;
	}
	.container
	{
		width: 100%;
		padding: 0px;
		min-height: 0px;
	}

	.vmr-only
	{
		color:#B5B5B5;
		border-bottom: #000 5px solid;
		cursor: pointer;
	}

	.vmr-only.selected
	{
		color:#e2373d;
		border-bottom: #df393d 5px solid;
	}

	.vmr-only-text
	{
		font-size: 17px;
		font-weight: bold;
	}

	.h-and-n
	{
		color:#B5B5B5;
		border-bottom: #000 5px solid;
		cursor: pointer;
	}

	.h-and-n.selected
	{
		color:#e2373d;
		border-bottom: #df393d 5px solid;
	}

	.h-and-n-text
	{
		font-size: 17px;
		font-weight: bold;
	}

	.movie-list-third
	{
		display: none;
	}

	.movie-list-half
	{
		display: flex;
	}

	.movie-item-half
	{
		display: flex;
	    width: 50%;
	    flex-direction: column;
	    justify-content: center;
	    align-items: center;
	}

	.movie-data-item
	{
		display: flex;
		flex-direction: column;
		width: 90%;
		background-color: rgba(27, 27, 27, 0.6);
	}
	.movie-data-item:hover
	{
		background-color:#2e0c0d;
	}

	.movie-data-item-title
	{
		text-align: center;
		text-transform: uppercase;
	    margin: 5px 0px;
	    color: white;
	    font-weight: bold;
	    font-size: 14px;
	    height: 44px;
	    justify-content: center;
	    align-items: center;
	    display: flex;
	    flex-direction: row;
	}

	.movie-data-item-date
	{
		text-align: center;
		color: white;
	}

	.vmr-holder
	{
		background: #000 url('../../assets/img/sr_image/background.png') no-repeat;
	}

	.vmr-holder.ghost-it
	{
		display: none;
	}

	.h-and-n-mobile
	{
		background: #000;
		background: #000 url('../../assets/img/sr_image/background.png') no-repeat;
	}

	.h-and-n-mobile.ghost-it
	{
		display: none;
	}
	.check-img
	{
		display: none;
	}

	.head-title
	{
		display: flex;
		flex-direction: column;
		margin-left: 0px;
	}

	div > img.banner-image-mobile
	{
		height: 450px !important;
    	object-fit: cover;
	}

	.half-image
	{
		margin:auto;
		 width:150px;
		 height:225px;
	}

	.half-link-image
	{
		display: flex;
		justify-content: center;
		width: 100%;
	}
}