
/* Global Overrides */
a {
    color: #2e70b1;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #2582dd;
    text-decoration: underline;
    text-decoration-style:dotted;
}
.container {
    width: 100%;
    padding-right: 0px; 
    padding-left: 0px; 
    margin-right: auto;
    margin-left: auto;
}
.alert {
    position: relative;
    padding: .75rem 1.15rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.row {
    margin-right: 0px;
    margin-left: 0px
}

.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%;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
}

.col-auto {

    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    padding-right: 10px;
}
.textWrap {
    padding-right: 30px; 
    padding-left: 30px; 
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #2e70b1;
    border-color: #2e70b1
}

#letter_selected {
    max-width: 192px;
    }

.siteBlocks {
    margin-top:40px;
    margin-bottom:25px;
    padding-right:30px;
    }  
.showVidSpace {
    height: 30px;
    }  
	
.sticky-bottom-f4f {    position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index:9999;
	}  
	
/* cropping bad images */
figure.sixteen-nine-img {
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding-top: 56.25%;
    position: relative;
  }
  figure.sixteen-nine-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
  }
/* iFrame for iDeal */
  .intrinsic-container-980 {
    width: 100%;
    height: 0;
    padding-bottom: 39.183673469387756%;
  }
  
  .intrinsic-container-980 iframe {
  
    max-height:384px;
    max-width:980px;
    width: 100%;
    height: 100vh;
  }
  
  .intrinsic-container-142 {
    width: 100%;
    height: 0;
    padding-bottom: 281.69014084507046%;
  }
  
  .intrinsic-container-142 iframe {
    position: absolute;
    top:0;
    left: 0;
    max-height:400px;
    max-width:142px;
    width: 100%;
    height: 100vh;
  }
  
  .intrinsic-container-300 {
    width: 100%;
    height: 0;
    padding-bottom: 83.33333333333334%;
  }
  
  .intrinsic-container-300 iframe {
    position: absolute;
    top:0;
    left: 0;
    max-height:250px;
    max-width:300px;
    width: 100%;
    height: 100vh;
  }
  
  .intrinsic-container-480 {
    width: 100%;
    height: 0;
    padding-bottom: 73.75%;
  }
  
  .intrinsic-container-480 iframe {
    position: absolute;
    top:0;
    left: 0;
    max-height:354px;
    max-width:480px;
    width: 100%;
    height: 100vh;
  }
  
  .intrinsic-container-317 {
    width: 100%;
    height: 0;
    padding-bottom: 85.17350157728707%;
  }
  
  .intrinsic-container-317 iframe {
    position: absolute;
    top:0;
    left: 0;
    max-height:270px;
    max-width:317px;
    width: 100%;
    height: 100vh;
  }
  .bannerbox {
      width: 980px;
      max-width: 100%;
      margin: 0 auto;
      padding: 10px 10px 0px 10px;
      margin-bottom: -25px;
  } 

/* CTA PANEL Styles */
.side_panel_title {
    text-align:center;
    color:#0071bc;
    font-weight:800
}
.side_panel_icon {
    color:#0071bc;
    padding-right:12px;
    padding-top:8px
}

/* CTA Styles */
.container2 {
    max-width: 1600px;
    width: 100%;
    background-color:#e9e9e9;
    padding: 10px 10px 0px 10px;
    margin: 34px auto 43px auto;
}
.cta_txt {
    padding: 15px;
    font-weight: bold;
    font-size: 24px
}
.cta_icon {
    width:40px;
    color:#0071bc
}
.cta_line {
    font-weight:300;
}
.cta_pad {
    padding: 20px
}

/* Title Styles */

.tour-video-title{
    margin-bottom: -25px;
    color: white;
    position: absolute;
    padding-top: 10px;
    padding-left: 10px;
    font-size: 24px
}

.top-info-container {
    max-width: 1600px;
    width: 100%;
    margin: 0px auto 0px auto;
    padding: 20px 10px 20px 10px;
}
.title-big {
 font-size: 24px
}
.title-small {
 font-size: 18px;
 font-weight: 100;
}

.title-black {
 font-size: 30px;
 font-weight: 500;
}
.title-blue {
 font-size: 30px;
 font-weight: 300;
 color:#337ab7;
}

/* PLAY ICON FOR TRAILERS */

.lightbox-image-container i {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 100px;
}

.lightbox-image-container {
    position: relative;
    border: 3px solid #ffffff;
    }

/* VIDEO PLAYER */

#body-player-container {
    max-width: 1600px;
    width: 100%;
    background-color:white;
    padding: 10px 10px 10px 10px;
    border-left: solid 10px #e9e9e9;
    border-right: solid 10px #e9e9e9;
    margin-top: 80px;
}

.movie1280 {
width: 100%;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
background-color: #eee;
padding-bottom: 20px;
}
.movie850 {
width: 100%;
max-width:1200px;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
background-color: #eee;
padding-bottom: 20px;
}

.movie640 {
width: 100%;
max-width:640px;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
background-color: #eee;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding-bottom: 20px;
}

/* SITES PAGE EFFECT */
figure {

	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
figure:hover+span {
	bottom: -36px;
	opacity: 1;
}

.shine figure {
	position: relative;
}
.shine figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.shine figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

/* Navigation */

#navigation-container .float-left img {
    width: 35px;
    margin-top: 5px;
    display: block;
    float: left;
}

#navigation-container .float-left span {
    line-height: 35px;
    display: block;
    float: left;
    margin-top: 3px;
    margin-left: 10px;
}

#navigation-container .float-right img {
    margin-top: 5px;
}

#navigation-container .nav-logo {
    height: 35px;
    margin-top: 5px;
}

#header-section-container {
    margin-top: 25px;
    max-width: 1460px;
    width: 100%;
    margin-bottom: 20px;
}
#header-section-container h1 {
    margin-top:50px;
    font-size: 40px;
    font-weight: bold;
}

#header-section-container p {
    font-size: 21px;
    font-weight: 400;
} 

#home-page-container {
    margin-top: 25px;
    max-width: 1460px;
    width: 100%;
    margin-bottom: 50px;
}
#home-page-container h1 {
    margin-top:50px;
    font-size: 40px;
    font-weight: bold;
}

#home-page-container p {
    font-size: 21px;
    font-weight: 400;
} 

.card-container {
    background-color:#E9E9E9;
    border-radius:0px 0px 10px 10px;
    padding-bottom: 30px;
}

#body-photo-container card-container {
    max-width: 620px;
}

.card-container p {
    font-size: 14px;
    padding: 10px;
    min-height: 0px;
    margin-bottom: 10px;
    background-color:#E9E9E9;
    line-height: 1.1;
    font-weight:500;
}

.card-container .card-bottom-bar {
    color: #337ab7;
    padding: 0px 10px 0px 10px;
    background-color:#E9E9E9;
    height: 40px;
}
.card-container .card-bottom-section {
    /* margin-top: 10px; */
    background-color: #d4d3d3;
    padding: 10px;
    border-radius: 0px 0px 10px 10px;
}
.txt-blue {
    color:#337ab7;
}
.photo-video-container {
    width:100%;
}
.corner-triangle-not-favorite, .corner-triangle-top-left {
    position: relative;
}


.photo-container {
    width:100%;
}

.photo-container img {
    width: 100%;
    /* max-height: 590px; */
}

.clear {
    clear: both;
}
#footer-container .footer-p {
    padding: 20px 10px 10px;
}
#footer-container a {
    color: #337ab7;
    text-decoration: none;
    font-weight: bold;
}
.compliance {
    padding: 10px 0px;
}
.list-inline {
    padding: 10px 0px;
}

.search-panel {
    border: none;
}

.search-panel .panel-heading {
    background-color: #0071bc;
    background-image: none;
    color: white;
    border: none;
}

.search-panel .panel-body {
    background-color: #3a3a3a !important;
}

.btn-primary {
    background-color: #0071bc;
    background-image: none;
}

.search-by-title-input-container {
    margin-bottom: 17px;
}

.search-by-title-input-container span {
    background-color: white;
}

.search-by-title-input-container input{
    border-left-style: none;
}
.signature-font {
    font-family: 'Marck Script', cursive;
    color: #a29e9e;
    font-size: 30px;
    margin-top:-20px;
    margin-right: 20px;
}
#body-video-container .pagination, #body-photo-container .pagination, #featured-video-container .pagination,
#featured-photo-container .pagination, #trial-video-container .pagination, #trial-photo-container .pagination {
    margin: 15px 0px 0px 0px;
}
#body-video-container, #carousel-video-container {
    max-width: 1600px;
    width: 100%;
    background-color:white;
    border-left: solid 10px #e9e9e9;
    border-right: solid 10px #e9e9e9;
    padding-right: 15px; 
    padding-left: 15px; 
}

#body-photo-container, #featured-photo-container, #featured-video-container, #trial-video-container, #trial-photo-container {
    max-width: 1600px;
    width: 100%;
    background-color:white;
    border-left: solid 10px #e9e9e9;
    border-right: solid 10px #e9e9e9;
    padding-right: 15px; 
    padding-left: 15px; 
}
.heading-button-container button, .heading-button-container a {
    margin: 0px 10px;
    padding: 6px 25px;
}
.pagination-page-container {
    color: black !important;
}

.pagination-page-container:hover {
    background-color: white;
}

.body-video-row, .body-photo-row {
    padding:0px 0px 10px 0px;
}
#lightboxcontainer video {
    max-width: 100%;
}

.list {
    display: flex;
    flex-wrap: wrap;
}
.list-item {
    display: flex;
    /* margin-bottom: 20px; */
}
.list-content {
    width: 100%;
    /* background-color: #ccc;
    padding: 10px; */
}

.card-bottom .float-left {
    font-size: 12px;
    line-height: 1.2em;
    color: #0071b6;
    width: 80%;
}
.card-bottom {
    bottom: 15px;
    position: absolute;
    left: 20px;
    right: 20px;
}

.video-time-container {
    position: absolute;
    right: 0;
    color: #0071b6;
    font-size: 12px;
}
#rightsidebar .card , #rightsidebar_join .card, #rightsidebar-upgrade .card {
    border: none;
}
#rightsidebar .card-body , #rightsidebar_join .card-body, #rightsidebar-upgrade .card-body {
    background-color: #333333;
}
#rightsidebar .card-header , #rightsidebar_join .card-header, #rightsidebar-upgrade .card-header {
    background-color: #2f2f2f;
}

.photo-video-container img {
    width: 100%;
}

.loadmore-bar {
	padding: 10px 10px 10px 10px;
	background: #007bff;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 700;
	text-align: center;
	cursor: pointer;
    margin: 100px 4px 10px 4px;
    
    display: none;
}
.gamma-container {
    padding-bottom: 25px;
}

.photo-gallery-heading-title {
    color: #337ab7;
}

#videos, #photos {
    margin-top: 10px;
    padding-left: 13px;
}
#related-videos, #featured-videos {
    padding-top: 10px;
    padding-left: 13px;
}

.corner-triangle-not-favorite::before,
.corner-triangle-not-favorite::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    border-color: transparent;
    border-style: solid;
}

.corner-triangle-top-left::before,
.corner-triangle-top-left::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-color: transparent;
    border-style: solid;
}

.corner-triangle-not-favorite::after {
    border-width: 1.35em;
    /* border-right-color: #0c0;
    border-bottom-color: #0c0; */
    border-right-color: rgba(0,0,0,0.5);
    border-bottom-color: rgba(0,0,0,0.5);    
}

.corner-triangle-top-left::after {
    border-width: 2em;
    border-left-color: rgba(0,35,82,0.6);
    border-top-color: rgba(0,35,82,0.6);   
}

.lock-icon {
    color: white;
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 1;
    cursor: pointer;
}

.lock-icon img {
    width: 30px;
    height: 30px;
}

.favorite-icon {
    color: white;
    position: absolute;
    bottom: 0;
    right: 4px;
    z-index: 1;
    cursor: pointer;
}
.unfavorite-icon {
    cursor: pointer;
    color: white;
    position: absolute;
    bottom: 0;
    right: 4px;
    z-index: 1;
    color: #0c0;
}

.eac-item {
    color: black;
}

.spinner-container {
    max-width: 1600px;
    width: 100%;
}
.release-date-container {
    color: white;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    cursor: pointer;
    background-color: #0071b6;
    left: 0;
    opacity: 0.8;
    padding-left: 10px;
}
.upgrade-video-container {
	position: relative;
}
.upgrade-video-container img {
	width: 100%;
}
.upgrade-video-container span {
	position:absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: 100;
background: transparent url(/shared/bstrap/img/trial_vid_overlay.png) no-repeat;
background-size: 100%;
}
.upgrade-video-caption {
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 101;
	font-size: 1.5em;
    text-shadow: rgb(0, 0, 0) 0px 0px 5px;
    color:white;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
}

@media (max-width:1150px) {
.heading-button-container button, .heading-button-container a {
    margin: 0px 6px;
    padding: 6px 20px;
}
}
@media (max-width:991px) {
    #header-section-container h1 {
    margin-top: 10px;
    }
    .lightbox-image-container {
    position: relative;
    border: 0px solid #ffffff;
    }
    .siteBlocks {
        margin-top:0px;
        margin-bottom:25px;
        padding-right:0px;
        }  
    .showVidSpace {
        height: 0px;
    }  
#body-video-container, #carousel-video-container {
    max-width: 1600px;
    width: 100%;
    background-color:white;
    border-left: solid 10px #e9e9e9;
    border-right: solid 10px #e9e9e9;
    padding-right: 5px; 
    padding-left: 5px; 
}

#body-photo-container, #featured-photo-container, #featured-video-container, #trial-video-container, #trial-photo-container {
    max-width: 1600px;
    width: 100%;
    background-color:white;
    border-left: solid 10px #e9e9e9;
    border-right: solid 10px #e9e9e9;
    padding-right: 5px; 
    padding-left: 5px; 
}

#body-player-container {
    max-width: 1600px;
    width: 100%;
    background-color:#eee;
    padding: 0px 0px 0px 0px;
    border-left: solid 0px #e9e9e9;
    border-right: solid 0px #e9e9e9;
    margin-top: 0px;
}

.movie1280 {
    width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #e9e9e9;
    padding-bottom: 20px;
    }

.title-big {
    font-size: 20px
    }

.title-small {
    font-size: 16px;
    font-weight: 100;
    }

    .title-black {
        font-size: 26px;
        font-weight: 500;
    }
    .title-blue {
        font-size: 26px;
        font-weight: 300;
        color:#337ab7;
    }

    }

@media (max-width:767px) {
    .photo-container img {
        width: 100%;
        max-height: auto;
    }
    #navigation-container .float-left img {
        width: 35px;
        display: block;
        float: left;
    }
    
    .nav-logo-mobile {
        display: inline-block;
        text-align: center;
    }
    
    .nav-logo-mobile img {
        width: 60px;
        height: 50px;
        /* margin-top: 5px; */
    }
    
    
    #header-section-container h1 {
        margin-top: 10px;
    }
    
    .sidebar-header {
        text-align: center !important;
    }
/*    
    .sidebar-header img {
        width: 60%;
    }
*/    
}

@media (max-width:500px) {
    /* .list-item {
        padding: 10px 0px 10px 0px !important;
    } */

    .hideMobile {
        display: none;
    }

    .textWrap {
        padding-right: 15px; 
        padding-left: 15px; 
    }

    .signature-font {
        font-family: 'Marck Script', cursive;
        color: #a29e9e;
        font-size: 20px;
        margin-top:-20px;
        margin-right: 20px;
        margin-bottom: 10px;
    }

    #header-section-container p {
        font-size: 15px;
        font-weight: 400;
    }

    #header-section-container h1 {
        margin-top:0px;
        font-size: 24px;
        font-weight: bold;
    }

    #home-page-container h1 {
        margin-top:30px;
        font-size: 24px;
        font-weight: bold;
    }
    
    #home-page-container p {
        font-size: 15px;
        font-weight: 400;
    } 

    .pagination {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-left: 10px;
        list-style: none;
        border-radius: .25rem;
        padding-right: 10px;
    }

    .cta_txt {
        padding: 15px;
        font-weight: bold;
        font-size: 18px
    }
    .cta_line {
        font-weight:300;
        font-size: 20px;
    }

    .container2 {
        max-width: 1600px;
        width: 100%;
        background-color:#e9e9e9;
        padding: 10px 10px 0px 10px;
        margin: 20px auto 15px auto;
    }

    #video-title-overlay-container span {
        font-size: 1.5em !important;
        text-align: left;
    }

    .tour-video-title{
        margin-bottom: -25px;
        color: white;
        position: absolute;
        padding-top: 10px;
        padding-left: 10px;
        font-size: 16px
    }

    .lightbox-image-container i {
        top: 50%;
        left: 50%;
        position: absolute;
        transform: translate(-50%, -50%);
        color: white;
        font-size: 50px;
    }
  

    #body-video-container, #carousel-video-container {
        max-width: 1600px;
        width: 100%;
        background-color:white;
        border-left: solid 0px #e9e9e9;
        border-right: solid 0px #e9e9e9;
        padding-right: 0px; 
        padding-left: 0px; 
    }
    
    #body-photo-container, #featured-photo-container, #featured-video-container, #trial-video-container, #trial-photo-container {
        max-width: 1600px;
        width: 100%;
        background-color:white;
        border-left: solid 0px #e9e9e9;
        border-right: solid 0px #e9e9e9;
        padding-right: 0px; 
        padding-left: 0px; 
    }

    #home-page-container {
        margin-top: 25px;
        max-width: 1400px;
        width: 100%;
        margin-bottom: 20px;
    }

    .card-container p {
        font-size: 14px;
        padding-bottom: 10px !important;
    }
    
    .pagination {
        font-size: 11px;
    }

    .btn-group-lg>.btn,
    .btn-lg {
        padding: .2rem .4rem;
        font-size: .75rem;
        line-height: 1.5;
        border-radius: .2rem
    }
    .title-black {
        font-size: 21px;
        font-weight: 500;
    }
    .title-blue {
        font-size: 21px;
        font-weight: 300;
        color:#337ab7;
    }

    .title-big {
        font-size: 18px
        }
        
    .title-small {
        font-size: 14px;
        font-weight: 100;
        }

    .featherlight .featherlight-close-icon {
        background: none;
        color: white;
        right: 0px;
        top: -25px;
      }

    .heading-button-container button, .heading-button-container a {
        margin: 0px 0px;
        padding: 6px 15px;
    }
}