.site-modal {
    display: none;
    z-index: 10000;
}

.site-modal .btn {
    padding: 10px 10px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #dcdcdc;
    font-size: 12px;
    line-height: 12px;
    min-width: 0;
    font-weight: normal;
    color: #000;
    box-shadow: none;
    text-transform: none;
}

.site-modal .wrapper {
    position: fixed;
    width: 940px;
    left: 50%;
    margin-left: -470px;
    top: 10%;
    height: auto;
    background-color: white;
    z-index:1002;
}
.site-modal .wrapper .top {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index:1003;
    padding: 5px;
}
/*
.filedropzone {
    background-image: url("/web/img/glissezoff.png");
    background-repeat: no-repeat;
    background-position: center center;
    height: 180px;
    border: 2px dotted #efefef;
}

.filedropzone.active {
    background: none;
    background-image: url("/web/img/glissezon.png");
    background-repeat: no-repeat;
    background-position: center center;
    border: 2px dotted #efefef;
}*/

.site-modal .wrapper .content {
    height: 97%;
    /*margin-top: 3%;*/
    overflow: none;
    border: none;
    padding: 40px 20px;
    /*  overflow-y : scroll;*/
}

.site-modal .wrapper .content .dropzone {
    height: 150px;
    background: #efefef;
    margin-bottom: 20px;
}

.image-content {
    text-align: center;
}

.image-content img {
    max-height: 100px;
    max-width: 200px;
    height: auto;
    width: auto;
    margin: 0 auto;
}
.filedropzone {
    margin-bottom: 10px;
}
.filedropzone .dz-preview {
    display: none;
}

.site-modal .overlay {
    position: fixed;
    top: 0;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index:1001;
    opacity: 0.4;
    -moz-opacity: 0.9;
    opacity: .90;
    filter: alpha(opacity=90);
}

.news-pagination {
    text-align: center;
}

.news-pagination a {
    margin: 0 5px;
}
.news-pagination a.current {
    color: #fff;
    background-color: #031737;
    padding: 5px;
}

.bg-play {
    background: url('/web/css/bigplay.svg');
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -50px;
}

.site-modal .close{
  font-family: Arial;
  font-size: 20px;
}

.popover-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, .8);
    z-index: 999;
    display: none;
}



.popover-video * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
		box-sizing: border-box;
}

.popover-video .wrapper {
    position: relative;
    background-color: #000;
    top: 20%;
    left: 20%;
    height: 60%;
    width: 60%;
}

@media screen and (max-width: 767px) {
    .popover-video .wrapper {
        position: relative;
        background-color: #000;
        top: 0%;
        left: 0%;
        height: 95%;
        width: 100%;
    }
}

.popover-video .wrapper .content {
    height: 100%;
}

.popover-video .bottom {
    position: relative;
    color: #fff;
    font-size: 14px;
    text-align: center;
    display: block;
    padding: 10px 0;
}

.popover-video .bottom a {
    color: #FFF;
    font-weight: bold;
}

.popover-video .close {
    color: #FFF;
}

.bootbox.modal .modal-dialog{
  padding:0;
  width:70% !important;
  margin:0 auto;
  margin-top: 30px;
}

.bootbox.modal .modal-content{
  padding:0;
  background-color:#fff;
}

.bootbox.modal .modal-content .btn{
    font-size: 12px;
    padding: 5px 8px;
    min-width: 130px;
    border:1px solid #8C0000;
    color:#8C0000;
    background-color:transparent;
}

.news-item .btn{
    font-size: 12px;
    padding: 3px 8px;
    min-width: 130px;
    border:1px solid #8C0000;
    color:#8C0000;
    background-color:transparent;
}

.bootbox.modal .modal-content.btn.btn-success{
  background-color:#8C0000;
  color:#fff;
}

.modal-dialog .close{
  color:#a5a5a5;
}

.youtube-play{
  display: table;
  position: absolute;
  width:100%;
  height:100%;
  z-index:10;
  background-color:rgba(0,0,0,0.3);
  cursor:pointer;
}

.youtube-play i{
  display:table-cell;
  vertical-align: middle;
  font-size: 100px;
  color: #fff;
}
