/*!
 * Start Bootstrap - Business Casual (http://startbootstrap.com/template-overviews/business-casual)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-business-casual/blob/master/LICENSE)
 */

body {
  /*font-family: "Open Sans", Helvetica, Arial, sans-serif;*/
  font-family: 'Roboto Condensed', sans-serif;
  background: url('../images/parts-pattern-light-gray.svg');
  background-size: 300px;
}

h1, h2, h3, h4, h5, h6, .text-heading {
    font-family: 'Open Sans', sans-serif;
}

h1 {
  font-size: 4rem;
}

.tagline-upper {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
}

.tagline-lower {
  font-size: 1.2rem;
  line-height: 1;
}

.text-expanded {
  letter-spacing: 2px;
}

.text-shadow {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.text-lg {
  font-size: 1.25rem;
}

.bg-faded {
  background-color: rgba(255, 255, 255, 0.9);
}

.bg-overlay {
  background-color: rgba(0, 0, 0, 0.7);
}

hr.divider {
  border-color: #292b2c;
  max-width: 250px;
}

.map-container iframe {
  pointer-events: none;
}

.map-container iframe.clicked {
  pointer-events: auto;
}

.text-green {
    color:#008000 !important;
}

.paid-label {
    color: #28a745;
    border: solid 2px #28a745;
    border-radius: 2px;
    display:inline-block;
    font-size:x-large;
    padding:5px;
    margin-top:10px;
    margin-bottom:10px;
}

.not-paid-label {
    color: #cf0505;
    border: solid 2px #cf0505;
    border-radius: 2px;
    display: inline-block;
    font-size: x-large;
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.not-paid-label a {
    color: #cf0505;
}

.password-label {
    color: #17a2b8;
    border: solid 2px #17a2b8;
    border-radius: 2px;
    display: inline-block;
    font-size: x-large;
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.paid-video-row {
    display:flex;
    flex-flow:row;
    align-content:center;
    justify-content:space-between;
}


.order-state {
    padding: 10px;
}

.holder {
    width: 500px;
    height: 300px;
    position: relative;
    margin: 0;
    margin-bottom: 25px;
}

.frame {
    width: 100%;
    height: 100%;
}

.bar {
    position: absolute;
    right: 0;
    top: 60%;
    padding: 15px;
    color: #ffffff;
    text-align: right;
    font-size: medium;
    font-family: Verdana;
    z-index: 1000000000;
}

.files-row {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-content: center;
    margin: 0;
    padding: 0;
    margin-top: 10px;
}

.files-icon-cell {
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-content: center;
    padding: 3px;
}

.files-link-cell {
    margin: 0;
    padding: 0px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-content: center;
    padding: 3px;
}

    .files-link-cell a {
        margin: 0;
        padding: 0px;
        white-space: nowrap;
    }


.videos-list {
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    justify-content: center;
}

.videos-list-cell {
    width: 340px;
    height: 240px;
    position: relative;
    background-position: center;
    margin: 5px;
    border: solid 3px #999999;
}

.videos-list-cell-header {
    width: 100%;
    display: flex;
    flex-flow: row;
    align-content: center;
    justify-content: space-between;
    color: #ffffff;
    position: absolute;
    top: 0;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.5);
}

.videos-list-cell-details-button {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.page-selector {
    display: flex;
    flex-flow: row;
    align-content: center;
    justify-content: center;
    margin: 0;
    padding:0;
}

.page-button {
    padding: 5px;
    background: #28a745;
    color: #ffffff;
    width: 40px;
    text-align: center;
    cursor: hand;
    cursor: pointer;
    border-radius: .25rem;
    margin:0;
    margin-right:5px;
}

.page-button:hover {
    background: #218838;
}

.page-selector-label {
    padding: 5px;
    margin: 0;
    margin-right: 5px;
}

.page-active {
    background: #007bff;
}

.video-details-block {
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    justify-content: center;
}

.video-details-info-row {
    display: flex;
    flex-flow: row;
    align-content: center;
    justify-content: space-between;
}

.video-details-block-cell {
    padding:15px;
}
.video-details-image {
    width:500px;
    height:300px;
}

.video-details-description {

}

.video-details-description p {
    text-align:justify;
}


body {
    font-size: 1.2rem;
}

.nav-link {
    font-weight:bold;
}

.text-green {

}

.contacts-block {
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    justify-content: space-around;
}

.gallery-block {
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    justify-content: center;
}

.gallery-block a {
    display:block;
    margin:5px;
    border:solid 2px #7c7c7c;
}

.item-removed {
    color: #cf0505;
    border: solid 2px #cf0505;
    border-radius: 2px;
    padding: 5px;
    display:inline-block;
}

@media all and (max-width: 990px) {
    .video-details-image {
        width: 300px;
        height: 200px;
    }

}

hr.field-set {
    margin:0;
    padding:0;
}