﻿body
{
    padding: 0px;
    margin: 5px auto 0px auto;
    background: #fff url('images/bkg_page.jpg') top center no-repeat;
}
body, textarea
{
    color: #000;
    font-family: "Arial" ,Helvetica,sans-serif;
    font-family: "Arial" , Helvetica, sans-serif;
}

input[type=text], input[type=password]
{
    font-family: "Arial" ,Helvetica,sans-serif;
    font-family: "Arial" ,Helvetica,sans-serif;
    cursor: text;
}

form
{
    margin: 0;
    padding: 0;
}

header, footer, Nav
{
    display: block;
}

h1, h2, h3, h4, h5, h6, table, ol, dl, fieldset
{
    margin: 0;
    text-transform: uppercase;
}

h1, h2, h3, h4
{
    color: #fde702;
}

h1
{
    font-size: 23px;
}

h2
{
    font-size: 18px;
}

ul, ol
{
    padding: 0 0 0 0;
}

li
{
    list-style-type: none;
}

a
{
    text-decoration: none;
    color: #fde702;
}

a:hover
{
    text-decoration: underline;
}

.selected
{
    color: #fde702 !important;
}

a img
{
    border-width: 0;
}

button
{
    cursor: pointer;
}
.left
{
    float: left;
}
.right
{
    float: right;
}

.clearfix
{
    clear: both;
}

*:focus
{
    outline: 0;
    border: none;
}

#rootContainer, .pageContainer
{
    width: 980px;
    margin: 0px auto;
}

#topCap {
     height: 25px;
    display: block;
    background: transparent url('images/bkg_contenttop.png') 0 0 no-repeat;
}

#contentMain {
    width: 890px;
    background-color: #ccc8c8;
    margin: 0px auto;
    padding: 0px 15px 20px 15px;
    min-height: 450px;
    overflow: visible;
    font-size: 18px;
    position: relative;
}

#greybartop 
{
    width: 920px;
    margin: -25px auto 0px auto;
    height: 32px;
    background-color: #7f7e7e;
}

#greybar 
{
    width: 920px;
    margin: 0px auto;
    height: 25px;
    background-color: #7f7e7e;
}

#bottomCap {
    height: 91px;
    margin-top: -24px;
    z-index: -100;
    display: block;
    background: transparent url('images/bkg_bottomcap.png') 0 0 no-repeat;
}

/* header classes */

#header
{
    background-color: #646666;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    height: 100px;
    display: block;
    border-bottom: solid 4px #000;
}

#header .logo
{
    float: left;
    width: 409px;
    height: 37px;
    margin: 42px 0px 0px 35px;
    display: block;
}

#searchBar
{
    float: right;
    width: 260px;
    margin: 48px 35px 0px 0px;
    display: block;
}

#searchBar .label
{
    float: left;
    color: #000;
    margin: 3px 5px 0px 0px;
}

#searchBar .searchboxContainer
{
    float: left;
	background:transparent url('images/bkg_search.gif') center center no-repeat;
	width:179px;
	height:24px;
}

.searchBox,
.searchBtn
{
	border:0;
	background:none transparent;
}

#searchBar .searchBox
{
	margin:0 0 0 8px;
	padding:2px 0; /*use vertical padding to adjust the textbox' height*/
	font:14px arial,sans-serif;
	color:#000;
}

#searchBar .searchBtn
{
width:18px;
	height:22px;
	padding:0;
	cursor:pointer;
}

#Nav
{
    background-color: #414242;
    height: 27px;
    padding: 8px 37px 0px 35px;
    display: block;
    text-transform: uppercase;
    font-size: 16px;
}

#Nav li, ul 
{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#Nav li 
{
    float: left;
    padding: 0px 9px;
    border-right: solid 1px #ccc;
}

#Nav li:first-child {
    padding-left: 0px !important;
}

#Nav li:last-child {
    padding-right: 0px !important;
    border-right: none !important;
}

#Nav li a, #Nav .login a {
    color: #fff;
}
#Nav li a:hover, #Nav .login a:hover {
    color: #fde702;
    text-decoration: none;
}

#Nav .login {
    float: right;

}

#Nav li .selected {
   color: #fde702;
}

/* footer */
#footer 
{
    margin:10px 0px;
    text-align: center;
    font-size: 11px;
}
#footer a {
    color: #666;
}

/* homepage classes */

#FeatureContainer 
{
    margin: 0px;
    height: 399px;
    background: transparent url('images/bkg_home_feature.png') 0 0 no-repeat;
    display: block;
}
#FeatureContainer .owl-stage-outer{
    overflow: hidden; !important;    
}
#FeatureContainer  .owl-stage-outer .owl-stage{
    /*width: 1000px;*/
    display: flex;
}
#FeatureContainer.gallery.owl-carousel{
    overflow-x: hidden;
}
#FeatureContainer .owl-dots, #FeatureContainer .owl-nav{
    display: none !important;
}
#FeatureContainer .owl-stage .owl-item{
    width: 1000px !important;
}

#Feature 
{
    margin: 0px auto;
    padding: 5px;
    width: 910px;
    height: 389px;
    background-color: #ccc8c8;
    display: block;
}

#Feature .featureImage
{
    float: left;
    height: 385px;
    width: 467px;
    border: solid 2px #000 !important;
    display: block;
    margin-right: 5px;
}

#Feature .featureInfo
{
    float: left;
    width: 429px;
    height: 385px;
    background-color: #646666;
    position: relative;
    display: block;
    border: solid 2px #000 !important;
    color: #fff;
}

#Feature .infoItems
{
    margin-left: 10px;
}

#Feature .item {
    margin-bottom: 5px;
}

#Feature .title
{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    margin: 0px 0px 3px 0px;
    padding: 12px 0px;
    width: 100%;
    background-color: #787a7a;
    display: block;
    line-height: 1em;
}

#Feature .more
{
    width: 100%;
    background-color: #787a7a;
    position: absolute;
    bottom: 0px;
    padding: 10px 0px;
}

#Feature .more a
{
    float: right !important;
    margin-right: 10px;
}

#Feature .button {
    height: 35px;
    width: 102px;
    display: inline-block;
    text-indent: -99999px;
}

#Feature .details {
    background: transparent url('images/btn_viewtrailer.png') 0 0 no-repeat;
}

#Feature .trailer {
    background: transparent url('images/btn_viewdetails.png') 0 0 no-repeat;
}

#ScrollerContainer {
    background-color: #414242;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    height: 195px;
    padding: 35px 0px 0px 0px;
    display: block;
}
#ScrollerContainer .owl-stage-outer{
    overflow: hidden; !important;    
}

#ScrollerContainer .owl-stage-outer .owl-stage{
    display: flex !important;
    padding: 0 25px;
}

#ScrollerContainer .owl-dots{
    display: none !important;
}

#ScrollerContainer .owl-nav{
    position: relative;
}
#ScrollerContainer .owl-nav button.owl-prev, #ScrollerContainer .owl-nav button.owl-next{
    position: absolute;
    bottom: 68px;
    border-radius: 46%;
    padding: 0px 7px 3px;
    font-weight: 600;
    border:none;
}
#ScrollerContainer .owl-nav button.owl-prev{
    left: 4px; 
}
#ScrollerContainer .owl-nav button.owl-next{    
    right: 3px;    
}


/*.carousel {
    height: 158px;
    margin: 0px auto;
    position: relative;
    width: 980px;
}

.carousel .wrapper {
    width: 916px;
    overflow: auto;
    min-height: 10em;
    margin: 0px 35px 0px 30px;
    position: absolute;
    top: 0;
}
*/
#ScrollerContainer .item-class a img {
    border: solid 2px #000 !important;
}
#ScrollerContainer .owl-stage .owl-item.active{
    /*height: 154px;*/
    width: 135px !important;
}
/*#ScrollerContainer .item-class a img {
    display: block;
}*/

/*#ScrollerContainer .wrapper ul {
    width: 9999px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
}*/
/*#ScrollerContainer .item-class {
    display: block;
    float: left;
    padding: 0px 7px 0px 7px;
    height: 154px;
    width: 117px;
}*/


/*.carousel .arrow {
    cursor: pointer;
    position: absolute;
    text-indent: -9999px;
    top: 70px;
}
.carousel .forward {
    background:transparent url('images/btn_right.jpg') 0  0 no-repeat;
    font-size: 0;
    height: 23px;
    width: 23px;
    right: 0;
    margin-right: 6px;
}
.carousel .back {
   background:transparent url('images/btn_left.jpg') 0  0 no-repeat;
    font-size: 0;
    height: 23px;
    width: 23px;
    left: 0;
    margin-left: 6px;
}*/

#HomeMarkets 
{
    width: 920px;
    margin: 0px auto;
    min-height:170px;
    background-color: #ccc8c8;
    overflow: visible;
    font-size: 18px;
}

#HomeMarkets .container {
    width: 890px;
    margin: 0px auto;
    padding-top: 15px;
}

#HomeMarkets .marketImage img {
    float: left;
    max-height: 140px;
}

#HomeMarkets .marketInfo {
    float: right;
    text-align: right;
    padding-top: 10px;
}

/* details page */
#detailsLeft {
    float: left;
    margin-right: 15px;
}
#detailsLeft img {
    max-width: 369px;
    border: solid 5px #000 !important;
}

#detailsRight {
    float: left;
    width: 496px;
}

#detailsRight .title {
    margin-bottom: 15px;
    font-weight: bold;
}

#detailsRight .ProjectDetailItem {
    padding-bottom: 15px;
    display: block;
    clear: both;
}

#detailsRight .label {
    float: left;
    font-weight: bold;
}

#detailsRight .info {
    float: left;
}

#trailer {
    margin-top: 80px;
    margin-bottom: 100px;
    text-align: center;
}

#trailer a {
    background: transparent url('images/btn_viewtrailerdetails.png') 0 0 no-repeat;
    height: 50px;
    width: 258px;
    display: inline-block;
    text-indent: -99999px;
}
/*contact */
.contactText {
    text-align: center;
    padding: 30px 0px;
    
}

 .bioContainer {
    width: 880px;
    margin: 10px auto 20px auto;
}

#bioItem {
    width: 425px;
    height: 148px;
    padding: 5px;
    background-color: #fff;
    text-align: center;
    margin-bottom: 10px;
    font-size: 12px;
}

#bioItem .headshot {
    float: left;
    border: solid 1px #000 !important;
    height: 147px;
    width: 133px;
}

#bioItem .content {
    float: left;
    width: 275px;
    padding-top: 35px;
    padding: 35px 5px 0px 10px;
    display: block;
}

#bioItem .name {
    font-weight: bold;
    text-transform: uppercase;
}

#bioItem .title {
    text-transform: uppercase;
    margin-bottom: 10px;
}


#bioItem a {
    color: #c01525;
    font-weight: bold;
}

/* submissions page */
#submissions {
    width: 470px;
    padding: 35px 0px 20px 0px;
    font-size: 18px;
    margin: 0px 0px 0px 150px;
    display: block;
    
}

.submissionstitle {    
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 20px;
    padding-top: 10px;

}

#submissions .requiredTxt {
    margin-top: 10px;
}

#submissions .sectionTitle {
    margin: 10px 0px 15px 20px;
    font-weight: bold;
}


#formItem {
    width: 470px;
    display: block;
}

#submissions .label {
    float: left;
    width: 295px;
    display: block;
    margin-right: 15px;
    text-align: right;
}

#submissions .box {
    float: left;
    width: 150px;
    padding-bottom: 5px;
}

#submissions .SubmitContainer {
    width: 258px;
    margin: 25px auto;
}

#submissions .sendBtn {
    background:transparent url('images/btn_submissions.png') 0 0 no-repeat;
   cursor: pointer;
    height: 50px;
    width: 258px;
    display: inline-block;
    text-indent: -99999px;
    border: none;
}

#thankyou {
    text-align: center;
    margin: 10px auto;
    width: 450px;
    padding: 15px 0px 15px 0px;
    display: block;
}

/* films page */
#contentMainIndex {
    width: 934px;
    margin: 0px 0px 0px 30px;
    padding: 0px 0px 20px 0px;
    min-height: 450px;
    overflow: visible;
    font-size: 18px;
    position: relative;
     background:transparent url('images/bkg_indexItem.png') 0 0 repeat-y;
}

.downloadview {
    float: left;
    padding: 5px 0px 0px 5px;
    color:#fff
}

.downloadlabel {
    float: left;
    padding-top: 1px;
    line-height: 20px;
}

.sorting {
    /*float: right;*/
    padding: 4px 5px 0px 0px;
    color: #fff;
    text-align: right;
    display: flex;
    margin: 0 30px;
}


.sortinglabel {
    font-size: 16px;
     color: #fff;
}
.RadComboBoxWithLabel .rcbLabel {
    padding-top: 1px !important;
    line-height: 20px !important;

}

.sorting .dropList {
    text-transform: uppercase;
    color: #333;
}

.pagination {
    margin: 0px auto;
    text-align: center;
    display: flex;
    align-items: center;
}

.centerthis {
    margin: 0px auto;
    display: inline-block;
}

.centerthis span {
    
}

.pagination a {
    float: left;
    color: #000;   
    padding: 4px 5px;
    display: block;
}
.pagination a:hover {
    color:#fff;
    text-decoration:none;
}

.pagination .selected {
    color: #fff;
    background-color: #000;
}

.pageSize {
    clear: right;
    float: right;
    margin-right: 10px;
}

.noresults {
    padding: 5px;
}

#IndexItem, #IndexItemAlt {
   height: 158px;
    width: 929px;
    padding: 5px 0px 5px 5px;
    display: block;
    position: relative;
    font-size: 16px;
}

#IndexItem {
    background:transparent url('images/bkg_indexItem.png') 0 0 repeat-y;
}

#IndexItemAlt {
    background:transparent url('images/bkg_indexItemAlt.png') 0 0 repeat-y;
}

#IndexItem .thumb img, #IndexItemAlt .thumb img {
    float: left;
    max-height: 156px !important;
    width: 120px;
    border: solid 2px #000 !important;
    margin-right: 10px;
}

#IndexItem .title, #IndexItemAlt .title {
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}
#IndexItem .info, #IndexItemAlt .info {
    float: left;
    width: 645px;
}

#IndexItem .item, #IndexItemAlt .item {
    margin-bottom: 10px;
}

#IndexItem .links, #IndexItemAlt .links {
    float: right;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

#IndexItem .links a, #IndexItemAlt .links a {
    background: transparent url('images/bkg_filmsButton.png') 0 0 no-repeat;
    width: 127px;
    height: 22px;
    padding: 18px 0px 0px 0px;
    text-align: center;
    color: #000;
    font-size: 12px;
    display: block;
}

/* markets page */
#MarketItem, #MarketItemAlt {
    min-height: 158px;
    width:915px;
    padding: 5px 0px 5px 5px;
    display: block;
    font-size: 16px;
    overflow: auto;
}

#MarketItem {
    background-color: #cbc7c7;
}

#MarketItemAlt {
    background-color: #b2b2b1;
}


#MarketItem .info, #MarketItemAlt .info {
    float: left;
    width: 583px;
    display: block;
    text-align: right;
    padding-top: 30px;
}

#MarketItem  .wraptocenter ,#MarketItemAlt  .wraptocenter {
    float: left;
    width: 280px;
    height: 156px;
    margin-right: 37px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;

}
#MarketItem  .wraptocenter *,#MarketItemAlt  .wraptocenter * {
    vertical-align: middle;
}

#MarketItem .wraptocenter, #MarketItemAlt .wraptocenter {
    display: block;
}
#MarketItem .wraptocenter span, #MarketItemAlt .wraptocenter span {
    display: inline-block;
    height: 100%;
}

.rgRow, .rgAltRow {
    cursor: pointer !important;
}
.pull-right{
    float: right !important;
}
.paging .dropList{
    display: flex;
    align-items: center !important;
    /*padding: 3px;*/
}
.pageNo{
    margin-left: 5px;
    padding: 3px;
}
.pageNo.active{
    display: block;
}
.pageNo.inactive{
    display: none;
}
.pageNo.selected{
    background-color: #333;
    color: #fff;
    padding: 3px;
}
.PreviousPageText{
    display: none;
}
.video-js{
    width: 100% !important;
    height: 100% !important;
}
.sb-body-inner, #sb-body{
    height: 100%!important;
}
.grid-view> table{
    border-collapse: separate;
    border-spacing: 0px 0px;
    color: rgb(51, 51, 51);
    empty-cells: show;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
}
.grid-view>table>thead>tr>th{
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgb(234, 234, 234);
    background-image: url("https://www.artistviewent.com/WebResource.axd?d=Kitm_u82JQOkx6Motg2K1Yn8fM7rZap4yeXkY0tGlBs5zOyq0oBWuP8RbFVHlZi8QGCXLt8-Gva0Co0uDhaS18-VTVxnstuBn8fqvZttGT1l4H8AEhPVeuoSB9tFvfeTzjLAcbxhxwSdcejk1umftNZEMA87sVpfPx3EjccUBwo1&t=637247956100000000");
    background-origin: padding-box;
    background-position: 0px -2300px;
    background-position-x: 0px;
    background-position-y: -2300px;
    background-repeat: repeat-x;
    background-size: auto;
    border-bottom-color: rgb(130, 130, 130);
    border-bottom-style: solid;
    border-bottom-width: 0.9px;
    border-collapse: separate;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(51, 51, 51);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(51, 51, 51);
    border-right-style: none;
    border-right-width: 0px;
    border-spacing: 0px 0px;
    border-top-color: rgb(51, 51, 51);
    border-top-style: none;
    border-top-width: 0px;
    color: rgb(51, 51, 51);
    cursor: default;
    empty-cells: show;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    padding-bottom: 4px;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 5px;
    text-align: left;
    text-transform: uppercase;
    white-space: nowrap
}
.grid-view>table>tbody>tr>td{
    border-bottom-color: rgb(255, 255, 255);
    border-bottom-style: solid;
    border-bottom-width: 0.9px;
    background: #f2f2f2;
    border-collapse: separate;
    border-left-color: rgb(255, 255, 255);
    border-left-style: solid;
    border-left-width: 0px;
    border-right-color: rgb(255, 255, 255);
    border-right-style: solid;
    border-right-width: 0px;
    border-spacing: 0px 0px;
    border-top-color: rgb(255, 255, 255);
    border-top-style: solid;
    border-top-width: 0px;
    color: rgb(51, 51, 51);
    cursor: pointer;
    empty-cells: show;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 3px;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 4px;
    text-transform: uppercase;
    width: 297.35px
}
#searchPage .pagination{
   display: inline-flex !important;
   align-items: center;   
}
.bottom-wrapper{
    display: flex;
    align-items: center;   
    justify-content: space-between;
    margin-top: 15px;
    color: #4c4e54;
    font-size: 12px;
}
.pagination li:hover, .pagination li a:hover {
    color:#ffffff ;
    text-decoration:none;
}

.pagination li.active a {
    color: #fde702 ;
    background-color: #000;
}
#contentMain.search-page{
  margin: 0px !important;  
}
.sorting.search-page{
    display: block;

}
.markt-image-row{
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}
.markt-image-col{
    text-align: center;
    padding: 10px;
    width: 200px;
    float: left;
    margin: 10px 0;
}
.markt-image-col .image{
    width: 160px;
    height:auto;
}
.fb_iframe_widget{
    padding-top: 2px;
}
.grid-view a{
    color: #333;
    font-weight: bold;
}
.grid-view td{
    cursor: default!important;
}
