@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');
@font-face {
    font-family: 'bodegasans_blackregular';
    src: url('fonts/bodegasans_black.woff2') format('woff2'),
         url('fonts/bodegasans_black.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DayPosterBlack';
    src: url('fonts/DayPosterBlack.woff2') format('woff2'),
        url('fonts/DayPosterBlack.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'dayposterblackregular';
    src: url('fonts/daypbl__.woff2') format('woff2'),
         url('fonts/daypbl__.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body{
	font-size: 16px;
	background: url(../images/main_bg.jpg) repeat left top #0b0100;
	font-family: 'Roboto', sans-serif;
	color: #fff;
    padding-bottom: 62px;
    position: relative;
}
*{margin:0; padding:0; box-sizing: border-box;}
img{border:none; max-width:100%; width: auto;height:auto;}
a, li, input, button{text-decoration:none; color:#ff528d;
	text-decoration: none !important;
	outline: none;
	transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;  
	-moz-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;}
ul li{
	list-style:none;
}

a:hover{
    color: #fff;
}
.jungle_img{
	background: url(../images/left_jungle.png) no-repeat, url(../images/right_jungle.png) no-repeat, url(../images/center_jungle.png) repeat-x;
	background-position: left top, right top,  left top;
	float: left;
	width: 100%;
	padding-top: 100px;
}
.home .logo {
	width: 100%;
    text-align: center;
    margin: 0 auto;
    transform: scale(1.1);
}
.searchbar{
	float: left;
	width: 100%;
	padding: 35px 0;
}
.searchbar input {
    background: none;
    border: 2px solid #ef77aa;
    padding: 10px 15px;
    width: 50%;
    border-radius: 5px;
    box-shadow: 0 0 5px 1px #d54783, 0 0 5px 1px #d54783 inset;
    font-size: 17px;
    height: 48px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}
.home .searchbar input {
    display: block;
    width: calc(100% - 150px);
}

button.btn.search_btn {
    color: #fff;
    background: #ff528d;
    height: 48px;
    width: 130px;
    font-size: 18px;
    font-weight: normal;
    margin-left: 10px;
    display: inline-block;
    margin-top: -2px;
    outline: none;
}
button.btn.search_btn:hover{
	background: #d54783;
}
.landing_cat ul li a {
    color: #fff;
    font-size: 15px;
    font-family: 'dayposterblackregular';
    letter-spacing: .7px;
    padding: 2px 0;
    display: inline-block;
}

.landing_cat ul li.active > ul {
    padding-left: 15px;
}

.landing_cat ul li.active > ul li a {
    font-size: 13px;
}

.landing_cat {
    float: left;
    width: 100%;
    padding: 20px 0;
    min-height: 52vh
}
.landing_cat ul li a:hover,
.landing_cat ul li.active > a {
	color: #ff528d;
}

.landing_cat {
    display: flex;
    justify-content: space-between;
}

.foot_menu li, .foot_menu li a {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    padding: 3px 5px;
}
.foot_menu li {
    margin: 0 15px;
}
.footer .foot_menu{
     margin-bottom: 5px;
}
.footer {
    position: absolute;
    bottom: 0;
    padding: 0 15px 10px 15px;
    width: 100%;
}
.footer p {
	font-size: 11px;
    margin: 0 auto;
    width: 1250px;
    max-width: 100%;
}
.foot_menu li a:hover{
    color: #ff528d;
}

/***********************************Categories********************************************/
.inner_pages .searchbar input {
    margin: initial;
    display: block;
}
.inner_pages button.btn.search_btn {
    margin-left: 0;
    margin-top: 0;
    width: 100%;
    height: 40px;
}

.inner_pages .searchbar .select_wrap {
    width: 100%;
}

.inner_pages .Release_year .slider_range {
    width: calc(100% - 160px);
    margin-right: 10px;
}

.left_sidebar {
    float: left;
    max-width: 315px;
    padding-right: 15px;
    width: 100%;
}
.right_side {
    float: left;
    width: 100%;
}
.right_side h4 {
    font-size: 20px;
    color: #d54783;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
}
.right_side h4:after , .right_side .top_content h3:after {
    content: "";
    border-bottom: 2px solid #f17fa6;
    box-shadow: 0 0 4px 1px #d54783, 0 0 4px 1px #d54783 inset;
    width: 100%;
    left: 0;
    position: absolute;
    bottom: 0;
}
.sortby {
    float: left;
    width: 100%;
    text-align: right;
    padding: 25px 0;
}
.sortby span {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    vertical-align: top;
    margin-right: 10px;
}
.sortby ul {
    display: inline-block;
    float: right;
}
.sortby ul li{
    float: left;
}
.sortby ul li a {
    float: left;
    color: #fff;
    font-size: 12px;
    border-bottom: 2px solid #555;
    padding: 0 5px;
}
.sortby ul li a:hover, .sortby ul li.active a{
	border-bottom-color: #d54783;
}
.film_img {
    position: relative;
    float: left;
    width: 160px;
    max-width: 100%;
    margin-right: 15px;
}
.film_img img{
	width: 100%;
}

.film_img .add_to_queue {
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 0;
    opacity: 0;
    transform: translateY(10px);
}

.film_img .inReservationBtn {
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 0;
    opacity: 0;
    transform: translateY(10px);
}

.film_img a:hover .add_to_queue {
    opacity: 1;
    transform: translateY(0);
}

.film_img a:hover .inReservationBtn {
    opacity: 1;
    transform: translateY(0);
}

.film_detail {
    display: table;
}
.film_detail h3 {
    margin: 0;
    font-size: 22px;
    line-height: 1;
}
.film_img a:hover > img {
    opacity: .8;
}
.film_detail a{
    color: #fff;
}
.film_detail a:hover{
    color: #d54783;
}
.film_detail h3 span.year{
    font-size: 16px;
}
.film_detail h6 {
    margin: 2px 0;
    line-height: 1.3;
    font-weight: bold;
}
.film_detail h6 span{
    font-weight: normal;
}
.film_detail p {
    font-size: 12px;
    margin-top: 15px;
    display: inline-block;
}
.film_detail p a{
	color: #ff528d;
	font-weight: bold;
}
.film_detail p a:hover, .top_content a:hover{
	color: #d54783;
}
.catright {
    padding-left: 0;
}
.catleft {
    padding-right: 0;
}
.film_outer{
	float: left;
	width: 100%;
}
.film_outer .col_sec {
    margin-bottom: 30px;
}
.inner_pages .container {
    width: 1250px;
    max-width: 100%;
}
.inner_pages .searchbar {
    float: left;
    width: 100%;
    padding: 30px 0 10px;
}
.pagination>li>a, .pagination>li>span {
    padding: 2px 4px;
    color: #fff;
    background-color: transparent !important;
    border: none;
    font-size: 12px;
}
.pagination>li:first-child>a, .pagination>li:first-child>span, .pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: #d54783 !important;
    border-radius: 5px;
    padding: 2px 12px;
    font-size: 15px;
    margin: -3px 5px 0 5px;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover, .pagination>li.active>span {
    color: #d54783;
}
.pagination>li:first-child>a:hover, .pagination>li:first-child>span:hover, .pagination>li:last-child>a:hover, .pagination>li:last-child>span:hover{
	background: #fff !important;
}

/***********************************Film********************************************/
.top_content a {
    color: #ff528d;
    font-size: 12px;
}
.top_content h3 {
    font-size: 20px;
    position: relative;
    padding-bottom: 10px;
    margin-top: 10px;
}
.filmdetail .cat_film {
    margin-top: 40px;
}
.filmdetail .film_img {
    width: 200px;
    max-width: 100%;
}
.filmdetail .film_detail h6 {
    margin: 3px 0;
}
.filmdetail .film_detail h6.pnk {
    color: #d54783;
}
.availability {
    border: 3px solid #fff100;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
}
.availability h4 {
    color: #fff;
    text-align: center;
    padding: 0;
    margin: 0;
}
.availability h4:after {
    display: none;
}
.availability h5{
	text-align: center;
	color: #8bc53f;
	margin-bottom: 0;
}
.availability p {
    font-size: 14px;
    text-align: center;
}
select {
    border: 1px solid #999999;
    background: no-repeat;
    width: 100%;
    padding: 7px;
    margin-bottom: 10px;
    font-size: 14px;
    outline: none;
    height: 35px;
    background: url(../images/dropdown.jpg) no-repeat right center;
}
select option{
	color: #000;
}
select {
   -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
}
.availability button.btn.search_btn {
    height: 40px;
    border-radius: 5px;
    margin-top: 5px;
}

.availability button.btn.inReservationBtn {
    height: 40px;
    border-radius: 5px;
    margin-top: 5px;
}

.inReservationBtn::after {
    content: 'Reserved';
}
.video_trailer {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.video_trailer iframe {
    border: 2px solid #444;
    max-width: 100%;
}
.suggest_film{
	float: left;
	width: 100%;
	margin-top: 10px;
}
.suggest_col{
	margin: 10px 0;
}
.suggest_film .film_detail {
    display: table;
    padding: 15px 0;
}
.suggest_film .film_detail h3 {
    font-size: 20px;
}
.suggest_film  .film_detail h3 span.year {
    font-size: 15px;
}

/***********************************About Page********************************************/
.right_side h5 {
    font-size: 20px;
    color: #ff528d;
    text-transform: uppercase;
}
.right_side h5.available {
    color: #7db239;
}
.right_side p {
    margin-bottom: 20px;
}
.about_page .top_content h3, .dvd_delivery .top_content h3, .heading_title h3{
    font-size: 26px;
    margin-bottom: 20px;
}
.videoworld{
    padding-left: 0;
}
.videoworld_content{
    padding-right: 0;
}
.videoworld img {
    width: 100%;
    border: 3px solid #f17fa6;
    box-shadow: 0 0 4px 1px #d54783, 0 0 4px 1px #d54783 inset;
    border-radius: 5px;
}
.about_page .top_content {
    margin-bottom: 25px;
}
.img_first_sec a {
    text-align: center;
    color: #fff;
    width: 100%;
    display: block;
    margin-bottom: 10px;
}
.img_first_sec a:hover{
    color: #ff528d;
}
.img_first_sec {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.contact_detail{
    float: left;
    width: 100%;
}
.contact_detail strong{
    font-size: 20px;
    margin-bottom: 10px;
    display: block;
}
.contact_detail h3{
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.contact_detail h3:after{
    content: "";
    border-bottom: 2px solid #f17fa6;
    box-shadow: 0 0 4px 1px #d54783, 0 0 4px 1px #d54783 inset;
    width: 100%;
    left: 0;
    position: absolute;
    bottom: 0;
}
.right_side .contact_detail h5 {
    margin-bottom: 3px;
}
.right_side .contact_detail p{
    margin-bottom: 5px;
}
.login_register{
    float: left;
    width: 100%;
    margin-top: 30px;
    text-align: center;
}

.login_register a{
    display: inline-block;
    margin: 0 10px;
    padding: 12px 50px;
    border: 2px solid #f17fa6;
    box-shadow: 0 0 4px 1px #d54783, 0 0 4px 1px #d54783 inset;
    border-radius: 50px;
}
.login_register a:hover{
    background: #ff528d;
    border-color: #ff528d;
}
.tag_line{
    float: left;
    width: 100%;
    text-align: center;
    margin: 30px 0 20px;
}
/**********************************************DVD Home Delivery********************************************/
.top_content ol {
    padding-left: 20px;
    margin: 40px 0px;
}
.top_content ol li{
    margin-bottom: 10px;
    font-size: 20px;
}
.top_content ol li span{
    color: #fff;
    font-weight: normal;
    font-size: 17px;
}
.dvd_delivery .top_content a{
    font-size: 100%;
}

/**********************************************FAQ********************************************/
button.accordion {
    background-color: transparent;
    cursor: pointer;
    padding: 12px 20px;
    width: 100%;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    border: 1px solid #fff;
    color: #fff;
    position: relative;
}

button.accordion.active, button.accordion:hover {
    background-color: #ff528d;
    border-color: #ff528d;
}

button.accordion:after {
    content: '\002B';
    color: #fff;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    font-size: 28px;
    position: absolute;
    right: 14px;
    top: 0;
}

button.accordion.active:after {
    content: "\2212";
}
div.panel {
    padding: 0;
    background-color: rgba(255, 255, 255, 0.18);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin-bottom: 10px;
}
div.panel p {
    padding: 0 15px;
    margin: 0;
    margin-bottom: 20px;
    font-size: 95%;
}
.panel>strong {
    padding: 15px;
    display: block;
}
.panel p:first-child {
    margin-top: 15px;
}

/**********************************************Login********************************************/
.alice_form {
    float: left;
    width: 100%;
    background: rgba(255, 255, 255, 0.33);
    padding: 40px 40px;
    border-radius: 5px;
    border: 1px solid #c5c5c5;
    margin: 20px 0 30px;
}
.alice_form label {
    float: left;
    width: 100%;
    font-weight: normal;
}
.alice_form input,.alice_form select {
    float: left;
    width: 100%;
    font-weight: normal;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background-color: rgba(255, 255, 255, 0.3);
    margin-bottom: 30px;
    color: #fff;
    font-size: 15px;
    height: 42px;
    background-size: auto 42px;
}
.alice_form input[type="submit"] {
    width: auto;
    margin: 0 auto 10px;
    display: block;
    float: none;
    padding: 10px 30px;
    background: #ff528d;
    border: none;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
}
.alice_form input[type="submit"]:hover{
    background: #d54783;
}

/**********************************************Login********************************************/
.check_term{
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.register_form{
    margin-top: 0;
    padding: 40px 30px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ddd;
  opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #ddd;
  opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #ddd;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
  color: #ddd;
  opacity: 1;
}
.register_form.alice_form input {
    font-size: 15px;
    margin-bottom: 20px;
}
.register_form h6{
    font-size: 18px;
    margin: 30px 0 20px;
}

.starter_pack{
    background: url(../images/required.jpg) no-repeat #f8f8f8;
    border-radius: 5px;
    padding: 20px;
    float: left;
    margin-bottom: 20px;
    width: 100%;
    min-height: 325px;
}
.starter_pack h2 {
    text-align: center;
    color: #ff528d;
    font-size: 22px;
    text-transform: none;
    margin: 0;
}
.starter_pack span {
    text-align: center;
    color: #444;
    width: 100%;
    float: left;
    font-size: 13px;
    margin-bottom: 15px;
}
.starter_pack strong {
    color: #333;
    margin: 0 0 10px;
    float: left;
    width: 100%;
    font-size: 14px;
}
.starter_pack h6, .total_pay h6 {
    color: #000;
    margin: 10px 0 0;
    font-size: 16px;
    font-weight: bold;
    float: right;
}
.starter_pack ul {
    float: left;
    width: 100%;
}
.starter_pack ul li{
    color: #666;
    font-size: 14px;
    margin-bottom: 5px;
}
.starter_pack p {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}
.insured{
    float: left;
    width: 100%;
    text-align: center;
}
.insured label {
    float: none;
    width: auto;
    color: #333;
    font-size: 14px;
    display: inline-block;
    margin: 0 5px;
    color: #333;
}
.insured input{
    float: none;
    width: auto;
    height: auto;
    display: inline-block;
    position: relative;
    top: 1px
}
.insured_total h6, .secure_pay h6{
    float: none;
    display: inline-block;
    font-size: 15px;
}
.register_form.alice_form .insured_total input{
    background: #ff528d;
    float: none;
    width: 80px;
    margin-left: 4px;
    margin: 0;
    padding: 0 10px;
    height: 30px;
}
.insured_total {
    text-align: center;
}
.dvd_insured{
    background: url(../images/optional.jpg) no-repeat #f8f8f8;
}
.total_pay{
    background: #fff;
    border-radius: 5px;
    padding: 20px;
    float: left;
    margin-bottom: 20px;
    width: 100%;
}
.total_pay img {
    display: inline-block;
}
.secure_pay {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
.secure_pay h6 {
    margin-top: 20px;
}
p.note{
    font-size: 12px;
    text-align: center;
    margin: 0;
}
/**********************************************Pricing********************************************/
.hire_rates .table {
    color: #333;
    border-collapse: inherit;
    border-spacing: 1px;
    background: rgba(255, 255, 255, 0.54);
    padding: 15px;
    border: none;
}
.hire_rates .table td{
    padding: 7px 20px;
    border-color: #aaa !important;
    background: #fff;
}
.hire_rates h3 {
    margin: 10px 0;
    font-weight: bold;
    font-size: 24px;
    color: #ff528d;
}
.card_img, .card_details {
    display: table-cell;
    padding-right: 10px;
    vertical-align: top;
}
.discount_card{
    display: table;
}
.discount_card.starter_pack {
    background: #f8f8f8;
    min-height: inherit;
}
.discount_card .col-xs-12 {
    padding: 5px;
}
.discount_card .col-xs-12 .starter_inner {
    border: 1px solid #ccc;
    padding: 20px 15px;
    margin: 0px;
}
.discount_card h3{
    text-align: center;
}
.card_details span{
    font-weight: normal;
    width: auto;
    float: none;
}
.hire_rates .table td a:hover{
    color: #000;
}

.links h6{
    font-size: 22px;
    margin: 30px 0 10px;
}
.links .top_content a {
    font-size: 17px;
    display: block;
    text-decoration: underline !important;
}
.links .top_content a:hover{
    color: #fff;
}
.links .right_side p {
    margin-bottom: 15px;
}
table.pricing_inner td {
    /* height: 55px; JLS */
    vertical-align: middle !important;
    text-align: center;
}
table.pricing_inner tr:first-child td {
    border: none;
    background: none;
    height: 48px;
}
.table-bordered{
    border: none !important;
}
.pricingtable td.mostpopular{
    background: #d61d6b !important;
    color: #fff;
}
.pricingtable .premium td.pricing_info {
    background: #d61d6b;
}
.pricingtable td.pricing_info {
    background: #ff528d;
    color: #fff;
}
.pricingtable .table-bordered>tbody>tr>td, .pricingtable .table-bordered>tbody>tr>th, .pricingtable .table-bordered>tfoot>tr>td, 
.pricingtable .table-bordered>tfoot>tr>th, .pricingtable .table-bordered>thead>tr>td, .pricingtable .table-bordered>thead>tr>th {
    border-color: rgba(113, 2, 49, 0.18);
    padding: 12px;
}
.pricing_inner td{
    background: #fff;
    color: #000;
}
.right_side .pricingtable h5 {
    font-size: 20px;
    color: #ffffff;
}
.pricingtable td.newsets{
    font-size: 13px;
}
.pricingtable > table {
    width: 100%;
}
.pricingtable table td button {
    background: #ff528d;
    color: #fff;
    font-size: 16px;
    border: none;
    padding: 12px 20px 10px;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
    min-width: 142px;
}
.pricingtable table td button:hover{
    background: #d54783;
}

.pricing_info .pricing-title {
    display: flex;
    justify-content: center;
}

.pricing_info .cents {
    font-size: 20px;
    margin-left: 1px;
}

.premium td {
    background: #ffeaf1;
}

.search-bx {
    display: inline-block;
    margin-bottom: 15px;
}

.home .search-bx {
    width: 570px;
    margin-bottom: 0;
}

.search-bx .dropdown-menu {
    background-color: #ff528d;
}

.search-bx .dropdown-menu > li > a {
    color: #fff;
}

.search-bx .dropdown-menu > li > a:hover {
    background-color: rgba(0, 0, 0, .1); 
}

.countries {
    margin-top: 20px;
}

.countries .country {
    text-align: center;
    margin-bottom: 15px;
}

.countries .country a {
    color: #fff;
    font-family: 'dayposterblackregular';
    letter-spacing: .7px;
    font-size: 13px
}

.countries .country a:hover {
    color: #ff528d;
}

.child_cats {
    clear: both;
    padding-top: 15px;
    text-align: center;
}

.child_cats a {
    color: #fff;
    font-family: 'dayposterblackregular';
    letter-spacing: .7px;
    font-size: 15px;
    line-height: 2;
}

.child_cats a:hover {
    color: #ff528d;
}

.register_container {
    text-align: center;
    margin-top: 30px;
}

.error_cnt input {
    margin-bottom: 5px !important;
}

.error {
    margin: 0;
    font-size: 11px;
    font-style: italic;
    color: #ff538d;
}

.add_to_queue::after {
    content: 'Add to queue';
}

.add_to_queue.in-queue::after {
    content: 'Already Added';
}

.add_to_queue.rented::after {
    content: 'Already Rented';
}

.add_to_queue.watched::after {
    content: 'Already Watched';
}

.add_to_queue.add-to-queue::after {
    content: 'Added to Queue';
}

.add_to_queue.show_login:hover::after {
    content: 'Please Login';
    font-size: 18px;
}

.add_to_queue.reserve::after {
    content: '';
}

.inReservation::after {
    content: 'Reserved';
}

.plan_btn::after {
    content: 'Select Plan';
}

.plan_btn.subscribed::after {
    content: 'Subscribed';
}

.plan_btn.changeplan::after {
    content: 'Change Plan';
}

.plan_btn.do-login:hover::after {
    content: 'Register';
}

.sale_page_main h4 {
    font-family: 'dayposterblackregular';
    letter-spacing: 1px;
    font-size: 24px;
    margin-bottom: 20px;
    color: #fff;
}

.sale_page_main h4:after {
    display: none;
}

.comparison_wrap_outer tr:first-child td {
    background-color: #72d0f4;
}

.comparison_wrap_outer td, .comparison_wrap_outer th {
    text-align: center;
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border: 1px solid #ddd;
}

.comparison_wrap_outer td {
    background: #fff;
    color: #333;
}

.cat_film_subs {
    clear: both;
    margin-bottom: 20px;
    text-align: center;
}

.cat_film_subs > a {
    color: #ff528d;
    font-size: 12px;
    margin-right: 10px;
}

.cat_film_subs > a:hover {
    text-decoration: underline !important;
}

.login-top {
    position: absolute;
    top: 10px;
    right: 10px;
}

.login-top > a {
    display: block;
    height: 30px;
    padding: 0 10px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.film_img .m-release {
    text-align: center;
    margin-top: 5px;
    font-size: 12px;
    color: #ffff00;
}

.film_img .added {
    content: "";
    position: absolute;
    height: 35px;
    width: 35px;
    border-radius: 100%;
    background: #d54783;
    right: -10px;
    top: -10px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

#m-form .twitter-typeahead {
    width: 100%;
}

#m-form .tt-menu {
    border-radius: 4px;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    width: 100%;
    margin-top: -20px;
}

#m-form .tt-suggestion {
    padding: 3px 20px;
    font-size: 18px;
    line-height: 24px;
    color: #000;
}

#m-form .tt-suggestion:hover {
    cursor: pointer;
    color: #fff;
    background-color: #ff518d;
}

#m-form .tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #0097cf;
}

#m-form .tt-suggestion p {
    margin: 0;
}

.mobile-nav {
    display: none;
}

/**********/
.searchbar form {
    max-width: 680px;
    margin: 0 auto;
}
.select_wrap {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.appearance {
    position: absolute;
    right: 3px;
    top: 0;
    bottom: 0;
    min-width: 150px;
}
.appearance select.form-control {
    margin: 0;
    height: 100%;
    cursor: pointer;
    background: transparent;
    border-top: 2px solid #ef77aa;
    border-bottom: 2px solid #ef77aa;
    border-right: 2px solid #ef77aa;
    color: #d34581;
    font-size: 20px;
    box-shadow: 0 0 5px 1px #d54783, 0 0 5px 1px #d54783 inset;
    font-weight: bold;
    border-left: 2px solid #ef77aa;
    border-radius: 0px 5px 5px 0px;
}
.appearance:after {
    content: "";
    position: absolute;
    border-top: 10px solid #fe528e;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.rating_sec {
    text-align: left;
}

.rating_sec label {
    font-size: 20px;
color:#d54783;
}
.appearance1 select {
    background: none;
    display: block;
    box-shadow: 0 0 5px 1px #d54783, 0 0 5px 1px #d54783 inset;
    border-right: none;
    border: 2px solid #ef77aa;
    padding: 10px 15px;
    min-height: 50px;
    font-size: 18px;
    cursor: pointer;
    line-height: normal;
    color: #fff;
    -webkit-appearance: none;
    position: relative;
}
.appearance1::after {
    content: "";
    position: absolute;
    border-top: 10px solid #fe528e;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.appearance1 {
    position: relative;
}

#ex1Slider .slider-selection {
    background: #BABABA;
}

.drag {
    position: absolute;
    height: 100%;
    width: 58px;
    top: 0px;
    background: #ff528d;
    cursor: move;
    margin:-0.5px;
}
.drag .handle {
    position: absolute;
    height: 22px;
    width: 22px;
    background: #fff;
    border-radius: 50px;
}
.drag .EE {
    right: -4px;
    cursor: e-resize;
}
.drag .WW {
    cursor: w-resize;
    left: -4px;
}
.drag .EE, .drag .WW {
    top: 50%;
    margin-top: -10px;
}
#slider-container {
position: relative;
border: 0px dashed gray;
height:3px;
background-color: #eeeef5;
}
#range-label {
    margin-top: 20px;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
}
.Release_year h2 {
    text-align: left;
    font-size: 20px;
    color: #d54783;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 0;
}
.Release_year .slider_range {
    width: calc(100% - 150px);
    display: inline-block;
    vertical-align: middle;
}
.rating_sec .col-sm-4 {
    padding: 0 25px;
}
.rating_sec .col-sm-4:first-child {
    padding-left: 15px;
}
.rating_sec .col-sm-4:last-child {
    padding-right: 15px;
}
.searchbar .select_wrap {
    width: 88%;
}
.Release_year button.btn.search_btn {
    padding: 8px 12px;
    width: auto;
    height: auto;
}
.landing_cat{
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}
.jungle_img.opacityOn .landing_cat {
    opacity: .3;
    margin-top: 45px;
}

.ui-slider-horizontal .ui-slider-range {
    background: #ff528d;
}

.ui-slider-horizontal .ui-slider-handle {
    border-radius: 100%;
    top: -8px !important;
    outline: none;
}
