@font-face {
    font-family: 'Font_Name_1';
    src: url('../fonts/blairmditc-tt/Blaimim.ttf') format('truetype');
    font-weight: normal;
}
@font-face {
    font-family: 'Font_Name_2';
    src: url('../fonts/BlairMdITC TT/BlairMdITCTTMedium.ttf') format('truetype');    
}
body
{
    padding: 0px;
    margin: 5px auto 0px auto;
    /*background: #fff url('images/bkg_page.jpg') top center no-repeat;*/
}
.brand-header{
    background: url('images/brand-bg.png') top center no-repeat;   
    display: flex;
    display:-webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content:space-between;
    padding: 40px 30px;
}
.brand-header .logo{
    height: 100%;
}
.brand-header .logo div h6{
   margin: 20px 0 0 20px;  
}
#mainmenu .navbar{
    margin-bottom: 15px;
    margin-top: 15px;
}
#mainmenu ul.navbar-nav{
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    list-style: none;
    margin: 0 !important;
    align-items: center;
    -webkit-align-items:center;
    width: 100%;
    height: auto;
}
#mainmenu .navbar ul li{
   width: 275px;
   padding: 0 20px;
   text-align: center;
}
#mainmenu .navbar ul li .nav-link{
    font-family: sans-serif !important;
    font-size: 22px;
    font-weight:bold;
    line-height: 1;
}
.header{
    margin-left: 6rem;
    margin-right: 6rem;
    margin-top: 3rem;
}

.header .navbar-nav .nav-item .nav-link, .header .navbar-nav .nav-item .nav-link.selected{
    color: #290404 !important;
    font-weight: bold;
    font-size: 18px;
}
/* IPAD - Portrait */
@media only screen 
  and (min-width: 767px) 
  and (max-height: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
    .header .navbar-nav .nav-item .nav-link, .header .navbar-nav .nav-item .nav-link.selected{
        font-size: 16px;
    }
}

/* iPAD- Landscape */
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
    .header .navbar-nav .nav-item .nav-link, .header .navbar-nav .nav-item .nav-link.selected{
        font-size: 16px;
    }
}
.video-content-wrap .header .navbar-nav .nav-item .nav-link{
    color: #fff !important;  
}
#secNav ul.navbar-nav{
    display: inline-block;
    margin: 0 0 0 -3px;
    list-style: none;
}
.nav-item .nav-link:hover, .nav-item .nav-link:focus{
    text-decoration: none;
}
#secNav ul.navbar-nav li.nav-item{
    float: left;
    margin-right: 30px;
}

.header #secondary-menu .navbar ul.navbar-nav{
    justify-content: space-between;
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content:space-between;
    width: auto;
    list-style: none;
    margin: 0 0 9px 0;
}
.secondary-menu.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}
#secondary-menu .navbar-nav .nav-link{
    font-size: 18px;
}
#secondary-menu .navbar-nav .dropdown-menu .nav-item .nav-link{
     font-size: 14px;
}
#secondary-menu .dropdown-menu li > a:hover{
    background-color: #fff;
}
.header #topbar{
    margin: 10px 35px 10px 29px;   
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}
.header #topbar .navbar{
    margin-bottom: 0;
}
.header #secondary-menu, #page-trailer{
    padding-left: 5px;
    padding-right: 5px;
}
#topbar .icons-wrap{
    display: flex;
    display: -webkit-flex;
    -webkit-align-items:center;
    align-items: center;
}
#topbar .icons-wrap i{
    font-size: 32px;
    margin: 0 15px 0 0;
}
#topbar .icons-wrap i.fa.fa-instagram {  
    color: #fff;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    border-radius: 6px;
    padding: 1px 3px;
    font-size: 26px;
}
.header #secondary-menu{
    margin-right: 33px;
    margin-left: 31px;
    padding: 10px 0 0; 
}
.header #secondary-menu .navbar{
    display: block;
}


.page-container{
    margin-left: 2rem;
    margin-right: 2rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    /*min-height: 400px;*/
}
.container-wrap{
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
}
.video-wrap{
    position: relative;
    margin-bottom: 15px;
}

.video-content-wrap .video-content{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
    -webkit-justify-content:space-between;
    height: 80%;
    margin: auto;
    text-align: center;
    padding: 15px 30px 0 30px;
}
.list-pos ul{
    text-align: center;
    list-style-position: inside;
}

.font-md
{
    font-size: 20px;
    color: #212529;
    font-family: "Font_Name_2";
    font-weight: 500 ;
    letter-spacing: .3em;
}
h1, h2, h3, h4, h5, h6{
    font-family: "Font_Name_2";
    font-weight: 500 ;
    margin-bottom: .5rem;
    line-height: 1.5;        
}
h1{
    font-size: 36px;
}
h2{
    font-size: 30px;       
}
h3{
    font-size: 24px;
}
h4{
    font-size: 18px;
}
h5{
    font-size: 16px;
}
h6{
    font-size: 14px;
}

p{
    font-size: 17px;
    letter-spacing: 0.8px;
    line-height: 1.3;  
}
p.small-text{
    font-size: 18px;    
}
#synopsis p{
    letter-spacing: 1.7px;
}
.infoItems{
    letter-spacing: 1.7px;
}
.festivals p{
    font-size: 16px;
    letter-spacing: 1px;
}
.marketing-points li{
    font-size: 16px;
    letter-spacing: 1px;
}
.press-releases p{
    font-size: 16px;
    letter-spacing: 1px;
}
.font-weight-bold{
    font-weight: bold;
}
.display-6{
    font-size: 18px;
    font-weight: 600;    
}
.text-center{
    text-align: center !important;
}
.text-left{
    text-align: left !important;
}
.text-right{
    text-align: right !important;
}
.navbar ul li{
  text-transform: uppercase;
}

a{
    color: #29b5d9 !important;    
}
.lt-spc1{
    letter-spacing: 0.2em;
}
.lt-spc2{
    letter-spacing: 0.3em;
}
.line-h1{
    line-height: 22px;
}
#footer .footer-wrap{
    display: flex;
    display: -webkit-flex;
    min-height: 50px;
    align-items: center;
    -webkit-align-items:center;
    font-weight: 600;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 ;
    padding: 0 ;
}
#footer .footer-wrap .copyright, #footer .footer-wrap .member{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
    font-size: 18px;
    letter-spacing: .03em;
    word-spacing: .2em;
}
.section{
    margin: 0.5rem 0 0;
}
.ml-0{
    margin-left: 0;
}
.page-heading{
    margin-bottom: 1rem;
}
.page-heading img, #footer img, .heading-block img{
    height: 12px;
}
.page-heading h1, #page-trailer h1, .page-heading h2{    
    letter-spacing: .3em;
    font-weight: 500;
}
.section .heading-block a:hover{
    text-decoration: none;
}
.heading-block h2, .heading-block h1{
    color: #8f1c09;   
    letter-spacing: .3em;
    font-weight: 500;
    margin-bottom: .5rem;   
}
.FeatureContainer {
    margin: 0px;
    /*min-height: 355px;*/
    height: 100%; 
    /*max-height: 375px;*/    
    display: block;
    position: relative;    
}
.FeatureContainer.special-promotion{
    height: 100%;
    min-height: auto !important;
}
.FeatureContainer .owl-stage-outer{
    overflow: hidden !important;
    min-height: 35em;
    height: 100%;   
}
.FeatureContainer.special-promotion .owl-stage-outer{
    min-height: 100% !important;
}
.FeatureContainer  .owl-stage-outer .owl-stage{   
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
}
.FeatureContainer.gallery.owl-carousel{
    overflow-x: hidden;
}
.FeatureContainer .owl-dots, .FeatureContainer .owl-nav{
    display: block !important;
}
.FeatureContainer .owl-dots, .FeatureContainer .owl-nav .owl-dot{
    display: none !important;
}
.FeatureContainer .owl-nav .owl-prev, .FeatureContainer .owl-nav .owl-prev:focus{
    position: absolute;
    top: 150px;
    left: -33px;
    width: 32px;
    height: 36px !important;    
    overflow: hidden !important;
    background: transparent url(../img/left-arrow.png) 0 0 no-repeat !important;
    margin: 0 !important;    
    border: 0;
    outline: none;
}
.FeatureContainer .owl-nav .owl-next, .FeatureContainer .owl-nav .owl-next:focus{
    position: absolute;
    top: 150px;
    right: -31px;
    width: 35px;
    height: 36px !important;    
    overflow: hidden !important;
    background: transparent url('../img/right-arrow.png') 0 0 no-repeat !important;
    margin: 0 !important;    
    border: 0;
    outline: none;
} 
#IntSpecialContainer .owl-nav .owl-prev, #IntSpecialContainer .owl-nav .owl-prev:focus{
    top: 93px;
}
#IntSpecialContainer .owl-nav .owl-next, #IntSpecialContainer .owl-nav .owl-next:focus{
    top: 93px;
    right: -32px;
} 
.FeatureContainer .owl-dots{
    position: absolute;
    top: 150px;
    right: -40px;
}
.FeatureContainer .owl-nav .owl-prev span, .owl-nav .owl-next span{
    display: none;
}
#Feature{
    margin: 0px auto 1rem;
    padding: 0;
    width: 100%;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
}
.title h2{ 
    /*text-transform: uppercase; */
    /*width: 100%;*/
    /*letter-spacing: 0.3em; */
    /*color: #8f1c09;   */
}

#FeatureImage{
    box-shadow: 10px 10px 7px #949090;
    width: 100%;
}

.MultiCarousel { 
    min-width: 1368px;/*1330px;   */
    width: 100%; 
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.MultiCarousel .MultiCarousel-inner{   
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    flex-direction: row;    
    -webkit-flex-flow: nowrap;
    flex-flow: nowrap;    
    margin: 0;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    /*justify-content: space-between;*/
}
.MultiCarousel .MultiCarousel-inner .item {
    padding: 0 2px;
    min-width: 215px;
}
.MultiCarousel .MultiCarousel-inner .item > div img { 
    width: 100%;
}
.MultiCarousel .leftLst, .MultiCarousel .rightLst {
    background-color: #fff;
    outline: none;
    border: none;
    padding: 0;
}
.MultiCarousel a.nav-link{
    margin-left: 6px;
}

.team-wrapper div.row{
    justify-content: center;
    -webkit-justify-content:center;
}
.profile-wrap, .catalog-wrap{
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction:column;
    flex-direction: column;
   /* margin-bottom: 30px;*/
}
.profile-wrap img{
    height: 260px;
}
.profile-info p{
    font-size: 14px;
    letter-spacing: 1px;
}
.profile-info a{
    text-decoration: underline;
}
.p-lr-1{
    padding-left: 5px;
    padding-right: 5px;
}
.catalog-wrap .catalog-img-wrap{
   border: 1px solid #333;
   box-shadow: 10px 10px 7px #949090; 
   margin: 15px 10px;
}

.catalog-wrap a{
    text-decoration: underline !important;
    letter-spacing: 0.12em;
    font-size: 16px;
}
.form-group .label{
    font-weight: bold;
    /*width: 100%;*/
}
.form-wrap input#xls, input#pdf{
    transform: scale(2);
    width: 30px;
    height: auto;
}
.form-wrap .form-control{
    border-radius: 9px;
    border: 2px solid #333;
}
.form-wrap .sendBtn, .sendBtn:hover, .sendBtn:focus {
    background-color: #fff;   
    cursor: pointer;    
    border: 2px solid #333;
    border-radius: 9px;
    padding: 8px 15px;
    outline: 0px;
}
.text-br{
    color: #8f1c09;
}
.text-black{
    color: #212529;
}
.text-white{
    color: #fff;
}
a.text-black{
    color: #000 !important;   
}
.link a.text-black{
   text-decoration: underline; 
}
.blog-wrap{ 
    align-items: center;
    -webkit-align-items:center;
}
.blog-wrap a#blog-link{
    color: #333 !important;
    text-decoration: underline;
    letter-spacing: .15em;
    /*text-transform: uppercase;*/
}
.row.maillist-wrap{
    align-items: center;
    -webkit-align-items:center;
}
.mail-text{
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction:row;
    align-items: center;
    -webkit-align-items:center;
}
.mail-text h3{
    letter-spacing: .03em;
    line-height: 1.5;
    padding-bottom: 1rem !important; 
}
.press-release .row .box-content{
    height: 550px;
    width: 100%; 
    overflow-y: scroll;   
}
.press-release .row .list{ 
    overflow-y: scroll;
}
.press-release .nav-tabs{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction:column;
    border: 0 !important;
}
.press-release .nav-tabs .nav-item{
    padding: 0;
    border-bottom: 2px solid #000;
    width: 100%;
    /*min-height: 125px;*/
}
.press-release .nav-tabs .nav-link.active{
    background-color: #d0d4d7;    
}
.press-release .nav-tabs .nav-link{
    border: 0 !important;
    border-radius: 0 !important;
    text-decoration: none !important;   
}
.press-release .border, .logo-images.border{
    border: 1px solid #000 !important;
}
.logo-images{
    width: 16.666667% !important;
   /* height: 95px;*/
    padding-top: 2px;
}
.logo-images img{
    /*width: 75%;*/
    /*margin-top: 5px;*/
}
.press-release .tab-content .tab-pane{
    overflow-y: none;
}
.new-release-img{
    border: 1px solid #333;
    box-shadow: 8px 8px 8px #949090;
    max-height: 291px;
    height: 100%;
}
.new-release-img img{
    height: 100%;
}
.flex-block{
    display: flex; 
    display: -webkit-flex; 
    flex-direction: row; 
    -webkit-flex-direction:row;  
}
/*
*/
.releases-links{    
    background: transparent url('../img/bg-strip.jpg');   
    display: flex;
    display: -webkit-flex
    justify-content: space-around;
    -webkit-justify-content:space-around;
    padding: 0;    
    background-repeat: no-repeat;
    background-size: 100%;
    background-size:cover;
}
.releases-links div{
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction:row;
    align-items: center;
    -webkit-align-items:center;
    justify-content: center;
    -webkit-justify-content:center;
}
.releases-links div span{
    margin: 0 5px;
}
.a-link{
    color: #fff !important; 
    text-shadow: 5px 4px 5px #000;
    font-size: 20px;
    text-decoration: none !important;
    font-family: "Font_Name_2";   
    letter-spacing: .2em;
    font-weight: 500;
}

#search-grid table.table-striped{
    border: none !important;
}
#search-grid .table-striped tbody tr, #search-grid .table-striped thead tr{    
    font-weight: 500;
    font-size: 17px;    
    text-transform: capitalize;    
}
#search-grid .table-striped tbody tr:nth-of-type(even) td, #search-grid .table-striped thead tr:nth-of-type(even) td {
    /*background-color: rgba(214 190 178) !important;*/
    background-color: #c6a999 !important;
    color: #000;
}
#search-grid .table-striped tbody tr:nth-of-type(odd) td, #search-grid .table-striped thead tr:nth-of-type(odd) th{
    /*background-color: rgba(152 73 34) !important;    */
    background-color: #984922 !important;    
    color: #fff;
}
#search-grid .table td, #search-grid .table th, #search-grid .table-bordered td, #search-grid .table-bordered th {
   border: none !important;  
}
#search-grid .table th, #search-grid .table td {
    text-align: left;
    vertical-align: middle;
    padding: 10px 18px;
    max-width: 400px;       
}
#search-grid-filters td input{
    width: 100%;
}
#search-grid .summary{
    font-size: 18px;
    line-height: 1.5;
} 
#promotion-container{
    background-image: url('../img/special-promotion-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 2rem;
}
.promotion-wrapper{
    padding-top: 10px;
    padding-bottom: 10px;
}
.promotion-wrapper .offer{
    font-weight: 600;
    letter-spacing: 0.1em;
}
.promotion-films div img{
    border: 1px solid #f2b3c8;
    box-shadow: 10px 10px 10px #949090;
}

.promotion-wrapper .video-wrap video{
    object-fit: cover;
    border: none;
    outline: 0;
    box-shadow: 10px 10px 12px #949090;
}
#synopsis{
    max-height: 195px;
    overflow-y: scroll;
}
.pagination {
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    justify-content: right;
    -webkit-justify-content:right;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    align-items: center;
    -webkit-align-items:center;
    margin:0;
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
ul.pagination li{
    /*margin: 0 2px 0 0;*/
    font-size: 16px;
}
ul.pagination li.disabled{
    display: none;
}
#Feature .featureInfo{    
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction:column;
    justify-content: space-between;
    -webkit-justify-content:space-between;
}
#promotion-container{
    background-image: url('../img/special-promotion-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.promotion-wrapper{
    padding-top: 10px;
    padding-bottom: 10px;
}
.promotion-wrapper .offer{
    font-weight: 600;
    letter-spacing: 0.1em;
}
.embed-wrap ::-webkit-scrollbar {
    width: 1px;
}
.select_box{
    height:68% !important;
}
.select_box option{
  margin: 4px 0 12px 0;
}
#titleForm .row.form-group, #territoryForm .row.form-group{
    margin-bottom: 30px;
}
select.classic {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select.classic {
  background-image:
    linear-gradient(45deg, transparent 50%, #fff 50%),
    linear-gradient(135deg, #fff 50%, transparent 50%),
    linear-gradient(to right, #00aeef, #00aeef);
  background-position: calc(100% - 21px) calc(1em + -2px), calc(100% - 16px) calc(1em + -2px), 100% 0;
  background-size: 5px 5px, 5px 5px, 2em 2.5em;
  background-repeat: no-repeat;
  font-size: 22px !important;
  font-weight: normal !important;
  padding-left: 20px !important;
  width: 100%
}
select.classic:focus{
    outline: none;
}
select, input[type="file"] {
    height: 100%;
    *: ;       
}

.bold{
    font-weight: bold;    
}
.font-18{
    font-size: 18px;
}
.font-20{
    font-size: 20px;
}
.font-22{
    font-size: 22px;
}
.radio-wrap{
    display: flex;
    display: -webkit-flex;
    /*-webkit-flex-wrap: wrap;*/
    flex-direction: row;
    -webkit-flex-direction:row;
}
.radio-toolbar {
  display: block;
  position: relative;
  padding-left: 40px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: 25px;
}
/* Hide the browser's default radio button */
.radio-toolbar input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
label.radio-toolbar{
    font-weight: bold;
}
/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: -10px;
  left: -10px;
  height: 38px;
  width: 38px;
  background-color: #eee;
  border-radius: 50%;
  border: 2px solid #333;
  
}
/* When the radio button is checked, add a blue background */
.radio-toolbar input:checked ~ .checkmark {
  background-color: #2196F3;
  border: 2px solid #333;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-toolbar input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
/*.radio-toolbar .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #2196F3;   
}*/
html{
    width: 100%;
}
html, body, p{
    font-family: "Helvetica",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;  
}
.container{
    /*width: 98vw !important;
    min-width: 1024px;*/
    width: 1400px;
}


.infoItems{
    display: flex;
    display: -webkit-flex;
    width: 100%;    
    flex-grow: 1;    
    -webkit-flex-grow:1;
    margin-top: 0;
}
.infoItems .desc-block{
    width: 63%; 
    /*-webkit-flex: 0 0 50%;       */
    padding: 0 30px 0 10px;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;   
    -webkit-flex-direction:column;        
}
.desc-block .desc{
    margin-bottom: 5rem;
}
.infoItems .other-info-block{
    width: 37%;
    /*-webkit-flex: 0 0 37%;*/
    padding: 0 10px;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top:-6px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}
.news{
    display:none;
}
.news#news0{
    display:block;
}
/*.fb-page, 
.fb-page span, 
.fb-page span iframe[style] { 
    width: 100% !important; 
}*/
/*.fb-page span iframe[style] _2p3a { 
    width: 100% !important; 
}
*/
.fb-page{
    border: 1px solid #000 !important;
}
.taggbox-container{
    border: 1px solid #000 !important;
}
#footer{
    margin-left: 2rem;
    margin-right: 2rem;
    /*margin-top: 2rem;*/
}
.video-content .img-logo{
    width: 680px;
}
.video-content .video-text{
    font-family: sans-serif !important;
    font-size: 36px;
    font-weight:bold
}

.video-wrap video{
    width: 100%; 
    min-height: 46em;       
}
.video-wrap .video-content-wrap{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px; 
}
    
.MultiCarousel .rightLst { 
    right: -15px;
}
/*#Feature{
    flex-direction: row;
}
*/#Feature .image-block{
    width: 36.3%
}
#Feature .featureInfo{
    padding-left: 40px;
    width: 63.5%;      
}
#Feature.main-page .image-block{
    width: 45%
}
#Feature.main-page .featureInfo{
    padding-left: 40px;
    width: 55%;      
}    
.submission-content p{
    font-size: 20px;
}
.availability.row{
    -webkit-flex-wrap: nowrap;
    -webkit-flex-direction: row;
}
.availability .row.form-group{   
    align-items: center;
    -webkit-align-items: center;
    -webkit-flex-wrap: nowrap;
    -webkit-flex-direction: row;
}
.availability .row.form-group label{
    margin-bottom: 14px;
}
.availability #block1{
    padding-right: 40px;
}
.availability #block2{
    padding-left: 40px;
}
.maillist-wrap .mail-text h4{       
    padding-right: 20px 20px 0;
}
.press-release .nav-tabs .nav-link.active{
    background-color: #d0d4d7;
    padding: 15px 30px;
}
.press-release .nav-tabs .nav-link{        
    padding: 15px 30px;    
}
.press-release  .tab-content{
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
}
.press-release  .tab-content h4{    
    font-family: "Helvetica",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;  
    font-weight: bold;
    font-size: 22px;
    line-height: 1.5;
}
.releases-index{
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.releases-index h3{
    font-family: "Helvetica",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;  
    font-weight: .03em;
}
.releases-index .desc{        
    width: 100%;
}
.releases-index p{
    line-height: 1.1 !important;
}
.releases-index span.bold{
    font-size: 18px;
}
.heading-block .headings-wrap{
    display: -webkit-flex;
    display: flex; 
    justify-content: space-between; 
    align-items: center;
    -webkit-justify-content: space-between; 
    -webkit-align-items: center;
}
.page-heading .headings-wrap .filter, .heading-block div .right{
    text-align: right;
}
.filter .filter-wrap a:hover{
    text-decoration: none;
    cursor: pointer;
}
.header #topbar .icons-wrap{
    position: unset;
}

#IntSpecialContainer .owl-stage, #IntSpecialContainer .owl-stage .owl-item{
   padding-left: 0 !important;
}

#IntSpecialContainer .owl-stage, #IntSpecialContainer .owl-stage .owl-item.active{
   padding-left: 0 !important;
}

.flex-wrap{
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content:space-between;
    justify-content: space-between;
    -webkit-align-items:flex-start;
    align-items: flex-start;
}
.flex-wrap .flex-sec{
    padding: 1rem;
}
.row-wrap{
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    align-items: center;
    -webkit-align-items:center;
    flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-grow: initial;
    -webkit-flex-grow:initial;
    margin-left: 0;
    margin-right: 0;
}
#IntSpecialContainer .row-wrap{
    justify-content: space-between;
    -webkit-justify-content:space-between;
}
.trailer-wrap{
    position: relative;
    /*margin-bottom: 2rem;*/
}
.trailer-wrap video{
    min-width: 1300px;    
    min-height: 600px;
    object-fit: cover;
}
.trailer-wrap #trailer-button{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.row {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-flex: 0 0 83.333333%;    
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 91.666667%;   
    flex: 0 0 100%;
    max-width: 100%;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

*, ::after, ::before {
    box-sizing: border-box;
}

.mt-0, .my-0 {
    margin-top: 0 !important;
}
.mt-1, .my-1 {
    margin-top: .25rem!important;
}
.mt-2, .my-2 {
    margin-top: .5rem!important;
}
.mt-3, .my-3 {
    margin-top: 1rem!important;
}
.mt-4, .my-4 {
    margin-top: 1.5rem!important;
}
.mt-5, .my-5 {
    margin-top: 3rem!important;
}
.mb-1, .my-1 {
    margin-bottom: .25rem!important;
}
.mb-2, .my-2 {
    margin-bottom: .5rem!important;
}
.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem!important;
}
.mb-5, .my-5 {
    margin-bottom: 3rem!important;
}
.ml-0{
    margin-left: 0 !important;   
}
.mr-0{    
    margin-right: 0 !important; 
}
.mb-0{
    margin-bottom: 0 !important
}
.mb-0{
    margin-top: 0 !important
}
.pl-0, .px-0 {
    padding-left: 0!important;
}
.pr-0, .px-0 {
    padding-right: 0!important;
}
.pl-1, .px-1 {
    padding-left: .25rem!important;
}
.pr-1, .px-1 {
    padding-right: .25rem!important;
}
.pl-2, .px-2 {
    padding-left: .5rem!important;
}
.pr-2, .px-2 {
    padding-right: .5rem!important;
}
.pl-3, .px-3 {
    padding-left: 1rem!important;
}
.pr-3, .px-3 {
    padding-right: 1rem!important;
}
.pl-4, .px-4 {
    padding-left: 1.5rem!important;
}
.pl-4, .px-4 {
    padding-left: 1.5rem!important;
}
.pl-5, .px-5 {
    padding-left: 3rem!important;
}
.pr-5, .px-5 {
    padding-right: 3rem!important;
}
.pb-4, .py-4 {
    padding-bottom: 1.5rem!important;
}
.pb-5, .py-5 {
    padding-bottom: 3rem!important;
}
.pt-5, .py-5 {
    padding-top: 3rem!important;
}
.pt-4, .py-4 {
    padding-top: 1.5rem!important;
}
.pb-3, .py-3 {
    padding-bottom: 1rem!important;
}
.pt-3, .py-3 {
    padding-top: 1rem!important;
}
.pb-2, .py-2 {
    padding-bottom: .5rem!important;
}
.pt-2, .py-2 {
    padding-top: .5rem!important;
}
.pb-1, .py-1 {
    padding-bottom: .25rem!important;
}
.pt-1, .py-1 {
    padding-top: .25rem!important;
}
.pb-0, .py-0 {
    padding-bottom: 0!important;
}
.pt-0, .py-0 {
    padding-top: 0!important;
}
.p-0{
    padding: 0 !important;
}
.m-0{
    margin: 0 !important;
}
.w-40{
    width: 40%;
}
.w-50{
    width: 50%;
}
.w-60{
    width: 60%;
}
.text-uppercase{
    text-transform: uppercase;
}
input, textarea, select, .uneditable-input {
    height: 100%;
    color: black;
    font-size: 17px;
    font-weight: 500;
}
.about-desc p{
    font-size: 18px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.seemore{
    height: auto !important;
    vertical-align:middle;
}
.carousel .prev {
    left: 0;
    top: 50%;
}
.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items:center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content:center;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 30px;
  height: 80px;
  background: 50% / 100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content:center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}



.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 10%;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-align: center;
  -webkit-align-items:center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-direction:column;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content:center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-direction:column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100%;
  height: 100%;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-align: start;
  -webkit-align-items:flex-start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content:space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap:wrap;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items:center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-justify-content:flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.pagination a
{
    color:#984922 !important;
}
#search-grid .table-striped tbody tr:nth-of-type(odd) td a{
    color:#fff !important;
}
#search-grid .table-striped tbody tr:nth-of-type(even) td a{
    color:#000 !important;
}
#secNav ul.navbar-nav li.nav-item.active a{
    color: #8f1c09 !important;
}
.social-head{
    height: 10%;
}
#secNav{
    margin-top: 7px;
}

.family-carousel-item{
    height:279px !important;
    width:215px !important;
}
.family-carousel-item img{
    max-height:100% !important;
    max-width:100% !important;
}
/*.row:before, .row:after {
 content: " ";
 display: inline-block;
}*/

.row:before, .row:after {width:0px; height:0px;}
