﻿

.tabletlandscape
{
    width: 100%;
}
.modalButton
{
    display: block;
    margin: 5px auto;
    padding: 5px 15px;
}

#videotitle
{
    padding-bottom: 10px !important;
    margin-left: 2px !important;
}
.modal-dialog .close-button
{
    overflow: hidden;
}
.modal-header
{
    padding: 0 !important;
    padding-bottom: 5px !important;
}
.modal-dialog .close-button button.close
{
    font-size: 18px;
    line-height: 18px; /*  padding: 7px 4px 7px 13px; */
    text-shadow: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    color: #222;
}
.modal-dialog .close-button button.close span
{
    display: block;
}
.modal-dialog .close-button button.close:hover, .modal-dialog .close-button button.close:focus
{
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    outline: none;
}
.modal-dialog .modal-content
{
    box-shadow: none;
    background: darkgray; /* For browsers that do not support gradients */
    background: -webkit-radial-gradient(darkgray, lightgray, white); /* Safari 5.1 to 6.0 */
    background: -o-radial-gradient(darkgray, lightgray, white); /* For Opera 11.6 to 12.0 */
    background: -moz-radial-gradient(darkgray, lightgray, white); /* For Firefox 3.6 to 15 */
    background: radial-gradient(darkgray, lightgray, white); /* Standard syntax */ /*     background: -webkit-linear-gradient(yellow,darkgray);     background: -o-linear-gradient(yellow,darkgray);      background: -moz-linear-gradient(yellow,darkgray);      background: linear-gradient(yellow,darkgray); */
    border: 0;
}
.modal-dialog .modal-content iframe
{
    display: block;
    margin: 0 auto;
}


.portraitdiv
{
    display: block;
}
.smartphonelandscape
{
    display: none;
}
@media screen and (orientation:landscape) and (max-width:767px)
{
    .portraitdiv
    {
        display: none;
    }
    .smartphonelandscape
    {
        display: block;
    }
    .tablet-landscape
    {
        width: 240px;
        height: 180px;
        margin-left: 25%;
    }
}
@media screen and (orientation:landscape) and (min-width:668px) and (max-width:991px)
{

    .tablet-landscape
    {
      /*  width: 50%;
        margin-left: 25%; */
    }

}
@media screen and (orientation:portrait) and (min-width:737px) and (max-width:767px)
{

    .tablet-landscape
    {
     /*   width: 50%;
        margin-left: 25%; */
    }



}
