/*video*/

video {
    width: 100% !important;
    height: 100% !important;
    background: #000;
}

.videoSearchResult {
    background: url('../../images/design/strip_background_trp.png') repeat;
    background-color: #ececec;
    transition: background 0.5s;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    width: 635px;
    margin-top: 15px;
    padding: 20px;
    position: relative;
    margin-bottom: 20px;
}

.videoSearchResult .hits {
    position: absolute;
    top: -16px;
    left: -7px;
}

.videoSearchResult a {
    text-decoration: none;
}

.videoSearchResult .videoSearchResultRow {
    border-top: 1px solid #cdcccc;
    display: block;
    height: 63px;
    width: 635px;
}

.videoSearchResult .videoSearchResultRows a:last-child .videoSearchResultRow {
    border-bottom: 1px solid #cdcccc;
}

.videoSearchResult .videoSearchResultRows a:hover .videoSearchResultRow {
    background: white;
}

.videoSearchResult .videoSearchResultRow .videoSearchListPicture {
    display: inline-block;
    width: 112px;
    text-align: center;
}

.videoSearchResult .videoSearchResultRow .videoSearchListPicture img {
    height: 63px;
}

.videoSearchResult .videoSearchResultRow .videoSearchListText {
    display: inline-block;
    width: 490px;
    vertical-align: top;
    padding-top: 8px;
}

.videoSearchResult .videoSearchResultRow .videoSearchListText .videoSearchListTextLeft {
    width: 45px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
}

.videoSearchResult .videoSearchResultRow .videoSearchListText .videoSearchListTextRight {
    width: 400px;
    display: inline-block;
    text-align: left;
    vertical-align: top;
}

.videoSearchResult .videoSearchResultRow .videoSearchListTextTitle {
    font-size: 14px;
    color: #444b62;
    display: block;
    font-family: PtSansBold;
}

.videoSearchResult .videoSearchResultRow .videoSearchListTextDate {
    font-size: 11px;
    color: #858585;
    font-family: Arial;
    display: block;
}

.videoContainer {
    position: relative;
    background: black;
}

.videoContainer:-webkit-full-screen {
    width: 100%;
    height: 100%;
    background-color: black;
}
.videoContainer:-webkit-full-screen video {
    height: 100%;
    width: 100%;
}
.videoContainer .videoUI {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 26px;
    color: red;
    /*
    height: 380px;
    width: 675px;
    */
    width: 100%;
    height: 100%;
}

.videoContainer .videoUI .videoUIContainer {
    position: relative;
    /*
    height: 380px;
    width: 675px;
    */
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.videoContainer:-webkit-full-screen .videoUIContainer {
    width: 100%;
}
.videoContainer .videoUI .videoUIContainer .videoControllers {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    padding: 15px 0;
    background: rgba(0, 0, 0, 0.8);
    pointer-events: all;
}

.videoContainer .videoUI .videoUIContainer .embedButton {
    text-transform: uppercase;
    position: absolute;
    top: 15px;
    left: 15px;
    cursor: pointer !important;
    pointer-events: all;
    background: rgba(0,0,0,0.7);
    padding: 10px;
    height: 25px;
}

.videoContainer .videoUI .videoUIContainer .embedButton .embedButtonArrow {
    vertical-align: middle;
    margin: 0;
    margin-bottom: 2px;
}

.videoContainer .videoUI .videoUIContainer .embedCode>div:first-child {
    height: 120px;
    overflow-y: scroll;
    border: 1px solid #6083a9;
    background: white;
    padding: 8px;
    font-size: 12px;
    color: #3c4650;
}

.videoContainer .videoUI .videoUIContainer .embedCode>.buttons {
    padding-top: 10px;
}

.videoContainer .videoUI .videoUIContainer .embedCode>.buttons>.gradientButton img {
    padding-right: 4px;
}

.videoContainer .videoUI .videoUIContainer .embedCode>.buttons>span {
    display: inline-block;
    vertical-align: middle;
}

.videoContainer .videoUI .videoUIContainer .embedCode>.buttons>span>span {
    vertical-align: top;
    margin-top: 1px;
    display: inline-block;
}

.videoContainer .videoUI .videoUIContainer .embedCode>.buttons>span:nth-child(2) {
    font-size: 11px;
    color: #858585;
    width: 90px;
    text-align: right;
}

.videoContainer .videoUI .videoUIContainer .embedCode>.buttons>span:last-child>span>input {
    height: 24px;
    border: 1px solid #dadada;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    width: 44px;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 14px;
    color: #6083a9;
}

.videoContainer .videoUI .videoUIContainer .embedCode>.buttons>span:last-child>span:last-child {
    height: 26px;
    border: 1px solid #dadada;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background: white;
    width: 22px;
    display: inline-block;
    position: relative;
    padding-left: 2px;
    padding-right: 2px;
}

.videoContainer .videoUI .videoUIContainer .embedCode>.buttons>span:last-child>span:last-child>img {
    margin-top: 3px;
    cursor: pointer;
}

.videoContainer .videoUI .videoUIContainer .embedCode {
    padding: 10px;
    background: rgba(0,0,0,0.7);
    pointer-events: all;
    width: 289px;
    left: 15px;
    position: absolute;
    top: 60px;
}

.videoContainer .videoUI .videoUIContainer .embedCode>div:first-child::selection,
.videoContainer .videoUI .videoUIContainer .embedCode>div:first-child::-moz-selection {
    background: #696969 !important;
    color: white;
}

.videoContainer .videoUI .videoUIContainer .videoControllers .videoControllersContainer {
    position: relative;
    height: 100%;
    width: 645px;
    margin: 0 auto;
}

.videoContainer::selection,
.videoContainer::-moz-selection,
.videoContainer *::selection,
.videoContainer *::-moz-selection {
    background: transparent;
}

.videoControllers .videoPlayButton {
    width: 64px;
    height: 36px;
    background: url('../../images/design/video_player_play_button.png') top left no-repeat;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    bottom: -2px;
    left: -2px;
}
.videoControllers .videoPlayButton:hover {
    background: url('../../images/design/video_player_play_button_hover.png') top left no-repeat;
}
.videoControllers .videoPlayButton:active {
    background: url('../../images/design/video_player_play_button_active.png') top left no-repeat;
}
.videoControllers .videoPlayButton.pause {
    background: url('../../images/design/video_player_pause_button.png') top left no-repeat;
}

.videoControllers .videoPlayButton>span:first-child {
    height: 100%;
    width: 0;
}

.videoControllers .videoPlayButton>span {
    display: inline-block;
    vertical-align: middle;
}

.videoContainer .videoControllers .videoSeekContainer {
    background: transparent;
    width: 435px;
    padding-top: 7px;
    padding-bottom: 8px;
    display: inline-block;
    position: absolute;
    bottom: 2px;
    left: 88px;
}

.videoContainer .videoControllers .videoSeekContainer .videoSeek {
    width: 100%;
    height: 12px;
    display: inline-block;
    cursor: pointer;
    background: #434343; /* Old browsers */
    background: -moz-linear-gradient(top,  #434343 0%, #5a5a5a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#434343), color-stop(100%,#5a5a5a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #434343 0%,#5a5a5a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #434343 0%,#5a5a5a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #434343 0%,#5a5a5a 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #434343 0%,#5a5a5a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#434343', endColorstr='#5a5a5a',GradientType=0 ); /* IE6-9 */

}
.videoContainer .videoControllers .videoSeekContainer .videoSeek:hover {
    background: #525252; /* Old browsers */
    background: -moz-linear-gradient(top,  #525252 0%, #5b5b5b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#525252), color-stop(100%,#5b5b5b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #525252 0%,#5b5b5b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #525252 0%,#5b5b5b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #525252 0%,#5b5b5b 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #525252 0%,#5b5b5b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#525252', endColorstr='#5b5b5b',GradientType=0 ); /* IE6-9 */
}
.videoContainer .videoControllers .videoSeekContainer .videoSeek .videoSeekProgress {
    position: relative;
    height: 100%;
    width: 0;
    display: inline-block;
    background: #c4272e; /* Old browsers */
    background: -moz-linear-gradient(top,  #c4272e 50%, #9d1f25 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#c4272e), color-stop(100%,#9d1f25)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #c4272e 50%,#9d1f25 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #c4272e 50%,#9d1f25 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #c4272e 50%,#9d1f25 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #c4272e 50%,#9d1f25 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4272e', endColorstr='#9d1f25',GradientType=0 ); /* IE6-9 */
}
.videoContainer .videoControllers .videoSeekContainer .videoSeek .videoSeekProgress:hover {
    background: #c4272e; /* Old browsers */
    background: -moz-linear-gradient(top,  #c4272e 50%, #b12329 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#c4272e), color-stop(100%,#b12329)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #c4272e 50%,#b12329 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #c4272e 50%,#b12329 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #c4272e 50%,#b12329 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #c4272e 50%,#b12329 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4272e', endColorstr='#b12329',GradientType=0 ); /* IE6-9 */
}
.videoContainer .videoControllers .videoSeekContainer .videoSeek .videoSeekProgress span {
    display: block;
    width: 20px;
    height: 35px;
    position: absolute;
    right: -10px;
    top: -11px;
    background: url('../../images/design/video_player_trolley.png') center center no-repeat;
}
.videoContainer .videoControllers .videoSeekContainer .videoSeek .videoSeekProgress span:hover {
    background: url('../../images/design/video_player_trolley_hover.png') center center no-repeat;
}
.videoContainer .videoControllers .videoSeekContainer .videoSeek .videoSeekProgress span:active {
    background: url('../../images/design/video_player_trolley_active.png') center center no-repeat;
}

.videoContainer .videoControllers .videoVolumeContainer {
    background: url('../../images/design/video_player_volume.png') center center no-repeat;
    width: 58px;
    height: 12px;
    display: inline-block;
    position: absolute;
    bottom: 9px;
    right: 46px;
}

.videoContainer .videoControllers .videoVolumeContainer .volumeBar {
    width: 52px;
    padding: 0 3px;
    height: 12px;
    cursor: pointer;
    display: inline-block;
    position: relative;
}

.videoContainer .videoControllers .videoVolumeContainer .volumeBar .volumeBarValue {
    position: absolute;
    height: 100%;
    width: 52px;
    background: url('../../images/design/video_player_volume_value.png') top left no-repeat;
    display: inline-block;
}

.videoContainer .videoControllers .videoFullscreen {
    display: inline-block;
    width: 33px;
    height: 31px;
    position: absolute;
    bottom: -2px;
    right: -1px;
    background: url('../../images/design/video_player_fullscreen.png') top left no-repeat;
    cursor: pointer;
}
.videoContainer .videoControllers .videoFullscreen:hover {
    background: url('../../images/design/video_player_fullscreen_hover.png') top left no-repeat;
}
.videoContainer .videoControllers .videoFullscreen:active {
    background: url('../../images/design/video_player_fullscreen_active.png') top left no-repeat;
}
.videoContainer .videoControllers .videoFullscreen.on {
    background: url('../../images/design/video_player_fullscreen_on.png') top left no-repeat;
}

.videoContainer .videoControllers .videoTimer {
    position: absolute;
    bottom: 35px;
    left: 60px;
    display: none;
}

.videoContainer .videoControllers .videoTimer>span {
    position: relative;
    display: block;
    width: 0;
    height: 37px;
}

.videoContainer .videoControllers .videoTimer>span>span:first-child {
    display: block;
    padding: 3px;
    padding-left: 5px;
    padding-right: 5px;
    color: #000000;
    background: rgba(256,256,256,0.7);
    font-size: 10px;
    position: absolute;
    left: -16px;
    bottom: 3px;
}

.videoContainer .videoControllers .videoTimer>span>span:last-child {
    display: block;
    width: 34px;
    text-align: center;
    position: absolute;
    left: -16px;
    bottom: -2px;
}

#videoSubtitle,
.videoSubtitle {
    display: block;
    position: absolute;
    text-align: center;
    bottom: 25px;
    width: 100%;
}

#videoSubtitle.shift,
.videoSubtitle.shift {
    bottom: 80px;
}

.videoContainer>.videoSubtitle>div {
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 13px;
    padding-right: 13px;
    font-size: 13px;
    color: #FFF !important;
    background-color: rgba(23, 31, 53, 0.7) !important;
    border: 1px solid rgba(76, 90, 129, 0.2);
    font-weight: bold;
    margin: 0 auto;
    display: inline-block;
    height: 34px;
    max-width: 70%;
    text-shadow: -1px 0 #131c30, 0 1px #131c30, 1px 0 #131c30, 0 -1px #131c30;
}

.videoContainer:-webkit-full-screen .videoSubtitle>div {
    height: 40px;
    font-size: 18px !important;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 19px;
    padding-right: 19px;
}

.videoContainer:full-screen .videoSubtitle>div {
    height: 40px;
    font-size: 18px !important;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 19px;
    padding-right: 19px;
}

.videoContainer:-moz-full-screen .videoSubtitle>div {
    height: 40px;
    font-size: 18px !important;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 19px;
    padding-right: 19px;
}

#videoPageSearchContainer {
    min-height: 53px;
    padding-bottom: 15px;
    border-bottom: 1px solid #cdcccc;
    background: url('../../images/design/strip_background_trp.png') repeat;
    background-color: #ececec;
    transition: background 0.5s;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    text-align: center;
}

#videoPageSearchContainer input {
    height: 22px;
    width: 125px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border: 1px solid #dadada;
    font-size: 14px;
    color: #6083a9;
    font-weight: bold;
    padding-left: 7px;
    padding-right: 7px;
    margin: 0;
    vertical-align: top;
}

#videoPageSearchContainer .dk_toggle {
    text-align: left;
}
#videoPageSearchContainer>form>span {
    height: 26px;
    vertical-align: middle;
    display: inline-block;
}
#videoPageSearchContainer>form>span:first-child {
    display: inline-block;
    vertical-align: middle;
    height: 53px;
    width: 0;
    padding: 0;
}
#videoPageSearchContainer span:last-child {
    cursor: pointer;
}

#videoPageContent {
    width: 675px !important;
    padding-left: 30px;
}

#videoListContainer {
    margin-bottom: 8px;
    margin-top: 16px;
}

#videoPageContainer {
    padding-top: 15px;
}

#videoPageContainer .noResult {
    font-size: 14px;
    color: #555555;
}


.video {
    display: inline-block;
    vertical-align: top;
    width: 215px;
    height: 205px;
    margin-right: 15px;
    margin-bottom: 13px;
}

a:nth-child(3n) .video {
    margin-right: 0 !important;
}

.video>.image {
    display: block;
    width: 215px;
    position: relative;
    height: 122px;
    overflow: hidden;
}

.video>.image img {
    width: 215px;
}

.video>.image img.new {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0;
    top: 0;
}

.video>.image img.icon {
    width: 64px;
    height: 36px;
    position: absolute;
    left: 68px;
    top: 39px;
}

.video:hover>.details {
    background-color: #f7f7f7;
}

.video>.details {
    display: block;
    position: relative;
    height: 63px;
    padding: 10px;
    padding-left: 45px;
    background: #212841;
    color: #FFFFFF;
    font-family: PtSansBold;
    font-size: 13px;
    background: url('../../images/design/strip_background_trp.png') repeat;
    background-color: #ececec;
    transition: background 0.5s;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    border-bottom: 1px solid #cccccc;
}

.video>.details>span:first-child {
    position: absolute;
    top: 10px;
    left: 10px;
}

.video>.details>.title {
    display: block;
    line-height: 14px;
    font-size: 15px;
    font-family: PtSansBold;
    color: #3c4650;
    padding-top: 2px;
}

.video>.details>.date {
    display: block;
    font-family: Arial;
    font-size: 11px;
    color: #858585;
    padding-top: 3px;
}

.videoGalleryPage .videoGalleryVideo {
    width: 675px;
    position: relative;
    padding-top: 5px;
    margin-top: 8px;
}

.videoGalleryPage .videoGalleryVideo #videoContainer {
    min-height: 380px;
}
.videoGalleryPage .videoGalleryVideo #videoContainer video {
    min-height: 380px;
}

.videoGalleryPage .videoGalleryVideo .lightBlueTitle {
    position: absolute;
    top: 0;
    left: -10px;
}

.videoGalleryPage .videoGalleryVideo .videoDate {
    color: #a0a0a0;
    font-size: 12px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.videoGalleryPage .videoGalleryVideo .videoLabel {
    color: #c4272e;
    font-size: 14px;
    padding-bottom: 10px;
    font-family: Arial;
    font-weight: bold;
}

.videoGalleryPage .videoGalleryVideo .videoDate .seenCount {
    color: #3c3c3c;
}

.videoGalleryPage .videoGalleryVideo .videoDate .author {
    color: #3c3c3c;
}

.videoGalleryPage .videoGalleryVideo .videoName {
    color: #3c3c3c;
    font-family: PtSansBold;
    font-size: 26px;
    line-height: 26px;
}

.videoGalleryPage .videoGalleryVideo .videoName span:first-child {
    padding-right: 10px;
    vertical-align: top;
    display: inline-block;
    width: 24px;
    height: 0;
    position: relative;
}

.videoGalleryPage .videoGalleryVideo .videoName span:first-child img {
    position: absolute;
    top: 1px;
}

.videoGalleryPage .videoGalleryVideo .videoDetails {
    color: #3c3c3c;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 20px;
    padding-top: 5px;
}

.videoGalleryPage .videoGalleryVideo #videoSearchPager_bottom {
    padding-bottom: 20px;
}

.videoGalleryPage .videoGalleryVideo #videoSearchPager_top {
    padding-top: 20px;
}

.videoGalleryPage .similiarVideos {
    padding-top: 33px;
    padding-bottom: 25px;
    position: relative;
}

.videoGalleryPage .similiarVideos>.darkBlueTitle {
    top: 18px;
    left: -5px;
    position: absolute;
}

.videoGalleryPage .furtherVideos {
    padding-top: 30px;
    position: relative;
}

.videoGalleryPage .furtherVideos>.darkBlueTitle {
    top: 16px;
    left: -5px;
    position: absolute;
}

.videoGalleryPage .newsBlock {
    background: url('../../images/design/strip_background_trp.png') repeat;
    background-color: #ececec;
    transition: background 0.5s;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    padding: 15px;
    margin-top: 35px;
    display: inline-block;
    vertical-align: top;
}

.videoGalleryPage .newsBlock>.darkBlueTitle {
    top: -20px;
    left: -5px;
    position: absolute;
}

.videoGalleryPage .linkedItems {
    display: inline-block;
    vertical-align: top;
    margin-top: 35px;
    width: 225px;
}

.videoGalleryPage .linkedItems>* {
    display: inline-block;
    vertical-align: top;
    width: 195px;
    margin-left: 20px;
}

.videoGalleryPage .linkedItems>*:first-child {
    margin-bottom: 25px;
}