@font-face {
  font-family: 'BelizioRegular';
  src: url('../fonts/BelizioRegular.woff2') format('woff2'),
       url('../fonts/BelizioRegular.woff') format('woff'),
       url('../fonts/BelizioRegular.ttf') format('truetype');
}

@font-face {
  font-family: 'CenturyBookItalic';
  src: url('../fonts/itccenturyltbook.woff2') format('woff2'),
       url('../fonts/itccenturyltbook.woff') format('woff'),
       url('../fonts/itccenturyltbook.ttf') format('truetype');
}

@font-face {
  font-family: 'CenturyBookItalic';
  src: url('../fonts/CenturyBookItalic.woff2') format('woff2'),
       url('../fonts/CenturyBookItalic.woff') format('woff'),
       url('../fonts/CenturyBookItalic.ttf') format('truetype');
}

* {
    margin: 0;
    padding: 0;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
}
html,
body,
address,
blockquote,
div,
dl,
form,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
pre,
table,
ul,
dd,
dt,
li,
tbody,
td,
tfoot,
th,
thead,
tr,
button,
del,
ins,
map,
object,
a,
abbr,
acronym,
b,
bdo,
big,
br,
cite,
code,
dfn,
em,
i,
img,
kbd,
q,
samp,
small,
span,
strong,
sub,
sup,
tt,
var,
legend,
fieldset,
p {
    margin: 0;
    padding: 0;
    border: none;
}
a,
input,
select,
textarea {
    outline: none;
    margin: 0;
    padding: 0;
}
img,
fieldset {
    border: 0;
}
a {
    outline: none;
    border: none;
}
img {
    max-width: 100%;
    height: auto;
    width: auto\9;
    vertical-align: middle;
    border: none;
    outline: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
    margin: 0;
    padding: 0;
}
div,
h1,
h2,
h3,
h4,
span,
p,
input,
form,
img,
hr,
img,
a {
    margin: 0;
    padding: 0;
    border: none;
}
.clear {
    clear: both;
}
ul:after {
    clear: both;
    display: block;
    content: "";
}
a[href^=tel].call {
    color: #FFF;
}
.space {
    margin: 0;
    padding: 0;
}
body {
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: 'georgia_0';
}
/*==================header css===================*/

header {
    margin: 0;
    padding: 0;
}
header:after {
    content: "";
    display: block;
    clear: both;
}
.logo {
    background: #5c6770;
    float: left;
    height: 100px;
    margin: 0;
    padding: 10px;
}
.navigation_bar {
    display: none;
}
.menuzord {
    display: none;
}
/*================= menu start ====================*/

.top_nav {
    float: left;
    margin: 0;
    padding: 0;
    width: 79%;
}
.top_nav_bg {
    background: url(../images/top_nav_bg.png) repeat-x;
}
.navbar-default {
    background: none;
    border: none;
    margin: 0px 0 0 0;
}
.navbar-default .navbar-nav > li {
    border-right: 1px solid;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.navbar-default .navbar-nav > li > a {
    color: #424242;
    font-family: 'georgia_0';
    font-size: 20px;
    font-weight: normal;
    padding: 32px 63px;
    text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:hover {
    /* background: red none repeat scroll 0 0; */
    
    color: #ED1F24;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #ED1F24;
    background: url("../images/hover_img.png") no-repeat scroll center 59px #fff;
}
.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}
ul.topnav {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: 100%;
}
ul.topnav li {
    margin: 0;
    padding: 0;
}
.topnav ul {
    background: #fff;
    border: 1px solid #CCCCCC;
    color: #000000;
    display: none;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 84px;
    width: 100%;
    z-index: 999;
}
.topnav ul li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #000000;
    display: block;
    float: none;
    border-left: 1px solid #ccc;
}
/* .navbar-default .navbar-nav > li > a {
    color: #747b82;
    font-family: BelizioRegular;
    font-size: 8pt;
    font-weight: normal;
    outline: medium none;
    padding: 20px 63px 4px;
    text-align: center;
    text-transform: uppercase;
} */

.navbar-default .navbar-nav > li > a {
  color: #747b82;
  font-family: CenturyBook;
  font-size: 10pt;
  font-weight: normal;
  outline: medium none;
  padding: 20px 63px 4px;
  text-align: center;
  text-transform: uppercase;
}

.topnav ul li a:hover {
    border-bottom: medium none;
    outline: none;
    padding: 8px 12px;
    background: #EC3839;
    color: #fff;
}
.topnav li:hover > ul {
    display: block;
    outline: none;
}
.topnav li.stay > ul {
    display: block;
    outline: none;
}
.topnav ul li > ul {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    color: #000000;
    display: none;
    left: 198px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 43px;
    width: 200px;
    z-index: 999;
}
.navbar-default .navbar-nav > li:nth-child(4) {
    width: 306px;
}
.navbar-default .navbar-nav > li:last-child a {
    padding: 30px 63px 4px;
}
.txt_dropdown {
    border: none !important;
}
.txt_dropdown li {
    border: none !important;
}
.drop {
    margin: 16px 0 0 0;
    padding: 50px 25px 60px;
    width: 100%;
    float: left;
    -webkit-box-shadow: inset 0px 30px 90px -30px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 30px 90px -30px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 30px 90px -30px rgba(0, 0, 0, 0.75);
}
.drop p {
    margin: 0;
    padding: 0;
    color: #5c6770;
    font-family: 'georgia_0';
    font-size: 17px;
    line-height: 24px;
}
.drop p i {
    font-family: 'georgiai_0';
}
.drop p img {
    margin: 20px 0;
    padding: 0;
    display: block;
    box-shadow: 10px 10px 10px #969696;
    -moz-box-shadow: 10px 10px 10px #969696;
    -webkit-box-shadow: 10px 10px 10px #969696;
    -o-box-shadow: 10px 10px 10px #969696;
    -ms-box-shadow: 10px 10px 10px #969696;
}
.drop a:hover {
    background: transparent !important;
    padding: 0 !important;
}
.drop h3 {
    color: #040606;
    font-family: 'georgia_0';
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    padding: 15px 0;
}
.buy {
    margin: 16px 0 0 0;
    padding: 50px 25px 60px;
    width: 100%;
    float: left;
}
.buy p {
    margin: 0;
    padding: 0;
    color: #5c6770;
    font-family: 'georgia_0';
    font-size: 17px;
    line-height: 24px;
}
.buy p i {
    font-family: 'georgiai_0';
}
.buy p img {
    margin: 20px auto;
    padding: 0;
    display: block;
    box-shadow: 10px 10px 10px #969696;
    -moz-box-shadow: 10px 10px 10px #969696;
    -webkit-box-shadow: 10px 10px 10px #969696;
    -o-box-shadow: 10px 10px 10px #969696;
    -ms-box-shadow: 10px 10px 10px #969696;
}
.buy a:hover {
    background: transparent !important;
    padding: 0 !important;
}
.buy h3 {
    color: #040606;
    font-family: 'georgia_0';
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    padding: 0 0;
}
.buy .button a {
    background: #730c29 none repeat scroll 0 0;
    behavior: url(css/PIE.htc);
    border-radius: 8px;
    box-shadow: 7px 7px 10px #969696;
    -moz-box-shadow: 7px 7px 10px #969696;
    -webkit-box-shadow: 7px 7px 10px #969696;
    -o-box-shadow: 7px 7px 10px #969696;
    -ms-box-shadow: 7px 7px 10px #969696;
    color: #fff;
    display: inline-block;
    font-family: 'georgia_0';
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 15px;
    padding: 8px 30px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 80%;
}
.buy .button a:hover {
    margin: 0;
    margin: 0;
    padding: 8px 30px !important;
    color: #000 !important;
    background: #fca813 !important;
}
.black_bg .button a {
    background: #730c29 none repeat scroll 0 0 !important;
    behavior: url(css/PIE.htc);
    border-radius: 8px;
    box-shadow: 7px 7px 10px #969696;
    -moz-box-shadow: 7px 7px 10px #969696;
    -webkit-box-shadow: 7px 7px 10px #969696;
    -o-box-shadow: 7px 7px 10px #969696;
    -ms-box-shadow: 7px 7px 10px #969696;
    color: #fff;
    display: inline-block;
    font-family: 'georgia_0';
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    padding: 8px 30px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
.drop .button a {
    background: #730c29 none repeat scroll 0 0;
    behavior: url(css/PIE.htc);
    border-radius: 8px;
    box-shadow: 7px 7px 10px #969696;
    -moz-box-shadow: 7px 7px 10px #969696;
    -webkit-box-shadow: 7px 7px 10px #969696;
    -o-box-shadow: 7px 7px 10px #969696;
    -ms-box-shadow: 7px 7px 10px #969696;
    color: #fff;
    display: inline-block;
    font-family: 'georgia_0';
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    padding: 8px 30px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
.drop .button a:hover {
    margin: 0;
    margin: 0;
    padding: 8px 30px !important;
    color: #000 !important;
    background: #fca813 !important;
}
.fix_drop {
    margin: 0;
}
.test {
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    box-shadow: none;
    width: 307px;
}
.fix_drop p {
    margin: 0 0 0 20px;
}
.fix_drop h3 {
    margin: 0 0 0 20px;
}
.fix_drop .button {
    margin: 0 0 0 20px;
}
/*====================== Menu end ====================*/
/*==================banner css===================*/

.banner {
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
}
.banner> img {
    width: 100%;
}
.banner1_info {
    float: left;
    font-family: 'georgia_0';
    margin: 0;
    position: absolute;
    right: 100px;
    top: 30%;
    width: 26%;
}
.banner_txt1 {
    border-top: 1px solid #fca813;
    color: #d5cecd;
    font-family: 'georgia_0';
    font-size: 72px;
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 10px 6px 7px #000;
    -moz-text-shadow: 10px 6px 7px #000;
    -webkit-text-shadow: 10px 6px 7px #000;
    -o-text-shadow: 10px 6px 7px #000;
    -ms-text-shadow: 10px 6px 7px #000;
}
.banner_txt1 span {
    display: block;
    font-size: 105px;
    line-height: 64px;
}
.banner_txt2 {
    border-bottom: 1px solid #fca813;
    color: #d5cecd;
    font-family: 'georgia_0';
    font-size: 31px;
    margin: 0;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    text-transform: uppercase;
    text-shadow: 10px 6px 7px #000;
    -moz-text-shadow: 10px 6px 7px #000;
    -webkit-text-shadow: 10px 6px 7px #000;
    -o-text-shadow: 10px 6px 7px #000;
    -ms-text-shadow: 10px 6px 7px #000;
}
.banner_txt2 span {
    display: block;
    font-size: 23px;
    line-height: 40px;
}
.banner_txt3 {
    border-bottom: 1px solid #fca813;
    color: #fff;
    font-family: 'georgia_0';
    font-size: 20px;
    line-height: 24px;
    margin: 0;
    padding: 10px 0;
}
/*==================footer css===================*/

footer {
    background: #040707 none repeat scroll 0 0;
    margin: 10px 0 0;
    padding: 50px 0;
}
footer:after {
    content: "";
    display: block;
    clear: both;
}
.footer_nav {
    display: table;
    margin: 0 auto;
    padding: 0;
}
.footer_nav:after {
    content: "";
    display: block;
    clear: both;
}
.footer_nav li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}
.footer_nav li a {
    margin: 0;
    padding: 0 20px;
    color: #fff;
    font-size: 14px;
    font-family: 'georgia_0';
    border-right: 1px solid #fff;
}
.footer_nav li:last-child a {
    border: none;
}
.footer_nav li a:hover {
    color: #FCA813;
    text-decoration: none;
}
.footer_nav li a.active {
    color: #FCA813;
    text-decoration: none;
}
.last_line {
    color: #fff;
    display: table;
    font-family: 'georgia_0';
    font-size: 14px;
    margin: 0 auto;
    padding: 20px 0 0;
}
/*==================about the film css===================*/

.banner2_info {
    bottom: 7%;
    font-family: 'georgia_0';
    left: 50px;
    margin: 0;
    position: absolute;
    width: 50%;
}
.banner_txt4 {
    color: #fff;
    font-family: 'georgia_0';
    font-size: 26px;
    font-style: italic;
    line-height: 40px;
    margin: 0;
    padding: 10px 0;
    text-shadow: 1px 1px 4px #000;
    -moz-text-shadow: 1px 1px 4px #000;
    -webkit-text-shadow: 1px 1px 4px #000;
    -o-text-shadow: 1px 1px 4px #000;
    -ms-text-shadow: 1px 1px 4px #000;
}
.banner_txt4 span {
    display: block;
    padding: 0 60px 0 0;
    text-align: right;
    text-shadow: 1px 1px 4px #000;
    -moz-text-shadow: 1px 1px 4px #000;
    -webkit-text-shadow: 1px 1px 4px #000;
    -o-text-shadow: 1px 1px 4px #000;
    -ms-text-shadow: 1px 1px 4px #000;
}
.inner_main {
    margin: 0;
    padding: 60px 0;
}
.inner_main:after {
    content: "";
    display: block;
    clear: both;
}
.inner_main1 {
    margin: 0;
    padding: 0 0 60px 0;
}
.inner_main:after {
    content: "";
    display: block;
    clear: both;
}
.main_txt {
    color: #6a747c;
    font-family: 'georgia_0';
    font-size: 16px;
    margin: 0;
    padding: 0 15%;
}
.main_txt > i {
    font-family: "georgiai_0";
}
.wordings {
    color: #730f2a;
    font-family: 'georgiai_0';
    font-size: 31px;
    line-height: 38px;
    margin: 0;
    padding: 25px 14%;
}
.wordings > span {
    display: block;
    text-align: right;
}
.film_img {
    margin: 0;
    padding: 40px 0 0;
    text-align: center;
}
/*==================about  radolfo-anaya css===================*/

.banner3_info {
    bottom: 7%;
    font-family: 'georgia_0';
    left: 50px;
    margin: 0;
    position: absolute;
    width: 60%;
}
.banner_txt5 {
    color: #fff;
    font-family: 'georgia_0';
    font-size: 26px;
    font-style: italic;
    line-height: 40px;
    margin: 0;
    padding: 10px 0;
    text-shadow: 1px 1px 4px #000;
    -moz-text-shadow: 1px 1px 4px #000;
    -webkit-text-shadow: 1px 1px 4px #000;
    -o-text-shadow: 1px 1px 4px #000;
    -ms-text-shadow: 1px 1px 4px #000;
}
.banner_txt5 span {
    display: block;
    padding: 20px 0 20px 15%;
    text-align: left;
}
.books {
    display: table;
    margin: 0 auto;
    padding: 0;
}
.books:after {
    content: "";
    display: block;
    clear: both;
}
.books li {
    display: inline-block;
    list-style: outside none none;
    margin: 0;
    padding: 30px 20px 10px;
}
.books li img {
    box-shadow: 10px 10px 10px #969696;
    -moz-box-shadow: 10px 10px 10px #969696;
    -webkit-box-shadow: 10px 10px 10px #969696;
    -o-box-shadow: 10px 10px 10px #969696;
    -ms-box-shadow: 10px 10px 10px #969696;
}
.books li img:hover {
    box-shadow: -10px -10px 10px #969696;
    -moz-box-shadow: -10px -10px 10px #969696;
    -webkit-box-shadow: -10px -10px 10px #969696;
    -o-box-shadow: -10px -10px 10px #969696;
    -ms-box-shadow: -10px -10px 10px #969696;
    cursor: pointer;
    outline: none;
}
/*==================about  filmmaker css===================*/

.banner4_info {
    bottom: 7%;
    font-family: 'georgia_0';
    left: 50px;
    margin: 0;
    position: absolute;
    width: 44%;
}
.icons {
    display: table;
    margin: 0 auto;
    padding: 0;
}
.icons:after {
    content: "";
    display: block;
    clear: both;
}
.icons li {
    display: inline-block;
    list-style: outside none none;
    margin: 0;
    padding: 30px 20px;
}
.banner_txt6 {
    color: #fff;
    font-family: 'georgia_0';
    font-size: 26px;
    font-style: italic;
    line-height: 40px;
    margin: 0;
    padding: 10px 0;
    text-shadow: 1px 1px 4px #000;
    -moz-text-shadow: 1px 1px 4px #000;
    -webkit-text-shadow: 1px 1px 4px #000;
    -o-text-shadow: 1px 1px 4px #000;
    -ms-text-shadow: 1px 1px 4px #000;
}
.banner_txt6 span {
    display: block;
    padding: 20px 0;
    text-align: center;
}
.wordings1 {
    color: #6a747c;
    font-family: 'georgiai_0';
    font-size: 31px;
    line-height: 30px;
    margin: 0;
    padding: 25px 14%;
}
.wordings1 > span {
    display: block;
    text-align: right;
}
.gallery {
    text_align: center;
    margin: 50px 0 0 0;
    padding: 0 5%;
}
.gallery:after {
    content: "";
    display: block;
    clear: both;
}
.imgs {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 330px;
}
.imgs:after {
    content: "";
    display: block;
    clear: both;
}
.photo_main {
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.photo_hover {
    height: 100%;
    left: -100%;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    width: 100%;
}
.photo_inner {
    display: table;
    height: 100%;
    margin: 0 auto;
    width: 100%;
}
.photo_inner_info {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    width: 100%;
}
.photo_main:hover .photo_hover {
    background: rgba(252, 168, 19, 0.5);
    left: 0;
    visibility: visible;
    text-decoration: none;
    outline: none;
}
.zoom_btn {
    color: #000;
    font-size: 16px;
    font-family: "Open Sans";
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
.zoom_btn i {
    color: #000;
    font-size: 28px;
    margin: 0;
    padding: 7px 0 0 0;
    cursor: pointer;
}
.buy_words {
    color: #000;
    font-family: 'georgiai_0';
    font-size: 31px;
    line-height: 35px;
    margin: 0;
    padding: 10% 25% 6%;
}
.buy_words > span {
    display: block;
    text-align: right;
}
.cd_img {
    margin: 0;
    /* padding: 10% 0 0; */
}
/*=============contact page css===================*/

.contact_sec1 {
    margin: 0;
    padding: 60px 0 0;
}
.contact_sec1:after {
    display: block;
    content: "";
    clear: both;
}
.cont_sec1_left {
    margin: 0 0 0 7px;
    padding: 0 15px;
}
.cont_sec1_left:after {
    display: block;
    content: "";
    clear: both;
}
.contact_head {
    color: #333333;
    font-family: 'georgia_0';
    font-size: 34px;
    font-weight: 500;
    margin: 0;
    padding: 0 0 50px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.cont_sec1_left ul {
    float: left;
    margin: 0 0 80px;
    padding: 0;
    width: 100%;
}
.cont_sec1_left ul li {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 50%;
    font-family: 'georgia_0';
}
.cont_sec1_left ul li a {
    color: #2d2d2d;
    display: table;
    font-family: 'georgia_0';
    font-size: 15px;
    margin: 0 auto;
    padding: 0 0 10px;
    text-decoration: none;
    outline: none;
}
.cont_sec1_left ul li a i {
    background: #911c3c;
    border: 2px solid #730f2a;
    border-radius: 100%;
    color: #fff;
    display: table-cell;
    font-size: 30px;
    height: 65px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
    width: 65px;
    text-decoration: none;
    outline: none;
}
.cont_sec1_right {
    padding: 65px 0 90px;
}
.cont_sec1_left ul li a i:hover {
    background: #5C666F;
    border-color: #4a5055;
    text-decoration: none;
    outline: none;
}
.section2 {
    background: url(../images/form-bg.png) 50% 50% no-repeat;
    background-size: cover;
    background-attachment: fixed;
    margin: 0;
}
.contact-form {
    text-align: center;
}
.contact-form h2 {
    color: #fcfcfc;
    font-family: 'georgia_0';
    font-size: 34px;
    font-weight: 500;
    padding: 67px 0 20px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.left-form {
    padding: 10px 0 0 0px;
}
.left-form input {
    font-size: 15px;
    margin: 30px 0px;
    border-radius: 0px;
    height: 42px;
    border: 2px solid #d2d2d2;
    color: #757575;
    font-family: 'georgia_0';
}
.right-form {
    padding: 39px 0 30px 0px;
}
.right-form textarea.form-control {
    border: 2px solid #d2d2d2;
    border-radius: 0;
    color: #757575;
    height: 186px;
    padding: 11px;
    font-family: 'georgia_0';
}
.right-form textarea.form-control:focus {
    border-color: #fca813;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(252, 168, 19, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(252, 168, 19, .6);
}
.send-btn {
    padding: 0 0 81px 0px;
    text-align: right;
}
.send-btn > a {
    background: #fca813 none repeat scroll 0 0;
    color: #000;
    display: inline-block;
    padding: 10px 50px;
    font-size: 18px;
    text-decoration: none;
    outline: none;
    font-family: 'georgia_0';
    text-transform: uppercase;
}
.send-btn > a:hover {
    background: #730f2a;
    color: #fff;
    text-decoration: none;
    outline: none;
}
#submit {
    background: #fca813 none repeat scroll 0 0;
    color: #000;
    display: inline-block;
    padding: 10px 50px;
    font-size: 18px;
    text-decoration: none;
    outline: none;
    font-family: 'georgia_0';
    text-transform: uppercase;
}
#submit:hover {
    background: #730f2a;
    color: #fff;
    text-decoration: none;
    outline: none;
}
#map {
    width: 100%;
    height: 300px;
}
.border_line {
    border-bottom: 4px solid #d9d9d9;
    margin: 0 0 25px !important;
    padding: 0 0 15px !important;
}
.top_space {
    padding: 20px 0 0 0 !important;
}
.fix_drop {
    border-bottom: none;
}
.fix_drop {
    padding: 50px 25px 50px 0;
}
/*   Red Bar Section */

#red-bar {
    padding: 8px;
    margin: auto;
    text-align: center;
    background-color: #72122b;
    color: #FFF;
    font-family: Georgia_0;
}
/*  HR Style */

hr.style-one {
    border: 0;
    height: 2px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
}
/* Buy CSS */

h3.buyT {
    color: #d2232a;
    font-family: georgia_0;
    text-align: center;
    margin: 20px auto;
    padding: 0 10%;
    font-weight: 100 !important;
}
.buy2 {
    margin: 16px 0 0 0;
    padding: 50px 25px 60px;
    width: 100%;
    float: left;
}
.buy2 p {
    margin: 0;
    padding: 0 15%;
    color: #5c6770;
    font-family: 'georgia_0';
    font-size: 17px;
    line-height: 24px;
}
.buy2 p i {
    font-family: 'georgiai_0';
}
.buy2 p img {
    margin: 20px auto;
    padding: 0;
    display: block;
    box-shadow: 10px 10px 10px #969696;
    -moz-box-shadow: 10px 10px 10px #969696;
    -webkit-box-shadow: 10px 10px 10px #969696;
    -o-box-shadow: 10px 10px 10px #969696;
    -ms-box-shadow: 10px 10px 10px #969696;
}
.buy2 a:hover {
    background: transparent !important;
    padding: 0 !important;
}
.buy2 .button a {
    background: #730c29 none repeat scroll 0 0;
    behavior: url(css/PIE.htc);
    border-radius: 8px;
    box-shadow: 7px 7px 10px #969696;
    -moz-box-shadow: 7px 7px 10px #969696;
    -webkit-box-shadow: 7px 7px 10px #969696;
    -o-box-shadow: 7px 7px 10px #969696;
    -ms-box-shadow: 7px 7px 10px #969696;
    color: #fff;
    display: inline-block;
    font-family: 'georgia_0';
    font-size: 14px;
    line-height: 24px;
    margin: 0 33% 15px;
    padding: 8px 30px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 33%;
}
.buy2 .button a:hover {
    margin: 0 30%;
    padding: 8px 30px !important;
    color: #000 !important;
    background: #fca813 !important;
}
.curent-item {
    color: #ED1F24;
}
#buy_the_film a {
  font-size: 16px;
  line-height: 60px;
  padding-left: 10px;
  padding-right: 10px;
  color:#ed1f24 !important;
}
.margin_top15{
	margin-top:15px;
}
.navbar-default .navbar-nav > li {
  height: 100px;
}