@charset "utf-8";
.hover-effect-2 .view {
    background: none repeat scroll 0 0 #ffffff;
    position: relative;
}
.hover-effect-2 .view .mask,.view .content {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}


/* 3 THUMB SIZE */
.hover-effect-3 .view {
    background: none repeat scroll 0 0 #ffffff;
    height: 210px;
    overflow: hidden;
    position: relative;
    width: 370px;

}
.hover-effect-3 .view .mask,.view .content {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}


.caroufredsel_wrapper {
    height: 210px !important;
}
/* 1 THUMB SIZE */

.hover-effect li.view, .hover-effect div.view {
    background: #000000 none repeat scroll 0 0;
    float: left;
    height: 196px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 300px;
}
.hover-effect li.view .mask,.view .content, .view .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}
.oldvid.hover-effect li.view img, .oldvid.hover-effect div.view img {
    max-height: 196px;
    text-align: center;
}



.hover-effect-2 .view img, .hover-effect-3 .view img {
    width: 100%;
}
.hover-effect-2 li.view a.info, .hover-effect-2 div.view a.info,
.hover-effect li.view a.info, .hover-effect div.view a.info {
    text-decoration: none;
    padding: 7px 14px;
    color:#fff;
    font-size:11px;
    transition: all 0.2s linear 0s;
    border-color:transparent;
    border:0px;
    margin:0px;
    bottom:0px;
    text-align: left;
    position:absolute;
    display:block;
}

.hover-effect-2 li.view a.info, .hover-effect-2 div.view a.info {
    bottom:1px;
}

.hover-effect li a.icon-link, .hover-effect li a.icon-zoom, .hover-effect div a.icon-link, .hover-effect div a.icon-zoom, .hover-effect-2 a.icon-link, .hover-effect-2 a.icon-zoom, .hover-effect-3 a.icon-link, .hover-effect-3 a.icon-zoom {
    height: 14px;
    transition: all 0.2s linear 0s;
    top: 0px;
    width: 14px;
    padding:10px;
    padding-right: 0px;
    margin-right:0px;
    color: #fff;
    float: left;
}


/* ICONS */
.hover-effect li a.icon-link, .hover-effect div a.icon-link, .hover-effect-2 a.icon-link, .hover-effect-3 a.icon-link {
}

.hover-effect li a.icon-zoom, .hover-effect div a.icon-zoom, .hover-effect-2 a.icon-zoom, .hover-effect-3 a.icon-zoom {
}


.carou-img { margin-right:30px;}

/* MASK */
.view-first img {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.view-first .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0.75;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.view-first:hover img {

}
.view-first a.info1 {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.view-first:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.view-first:hover a.info {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

#span-mainbox {
    display: inline-block;
    float: right;
    height: 100% !important;
    min-height: 100%;
    vertical-align: top;
    width: 100%;
}
#span-mainbox-left {
    display: table-cell;
    float: left;
    height: 100% !important;
    min-height: 100%;
    vertical-align: top;
    width: 100%;
}
#span-mainbox-left h1 {
    padding-left: 20px !important;
}
#span-mainbox-left ul.post-tags {
    padding-left: 20px !important;
}
#span-mainbox-left .span-12 {
    padding-left: 20px !important;
}
#span-mainbox-left {
    padding-left: 20px !important;
}
.container-blank {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    height: 207px;
    margin: 0 auto;
    position: relative;
    width: 960px;
}
.span-mainbox-cont, .span-mainbox-cont-fw {
    border-bottom: 4px solid #012e57;
    float: left;
    padding-bottom: 30px;
    width: 100%;
}
.span-mainbox-contx{
    margin-bottom: 30px;
    padding-bottom: 10px !important;
}

.span-mainbox-cont h1, .span-mainbox-cont-fw h1 {
    font-size: 30px;
    margin: 30px 0;
    text-transform: uppercase;
    width: auto;
}
.span-mainbox-cont .span-post {
    padding-top: 0 !important;
}
.span-mainbox-cont h1.wbg, .span-mainbox-cont-fw h1.wbg {
    background-color: #08bcb6 !important;
    color: #fff;
    font-size: 30px;
    margin: 30px 0;
    padding: 10px 0 10px 10px;
    text-transform: uppercase;
    width: auto;
}
.span-9 {
    margin-bottom: 30px;
    padding-left: 0 !important;
}
.span-9, .span-28, .span-12 {
    width: 100%;
}

.box-sizing, .sidebar-headline, .span-9-content, .copyright-box, #tabs_content_container, .span-post, ul.post-tags, .span-12, .span-typo, .column-7, .span-fullwidth, .n-input, .span-9, .top-menu-box {
    box-sizing: border-box;
}
.span-9-content {
    padding: 0 20px 0 0;
    width: 44%;
}
.span-9-content, .span-11 {
    float: right;
}

.span-9-img {
    display: block;
    float: left;
    width: 53%;
}

.mrz {
    float: left;
    width: 100%;
    margin-right: 0;
}

#content h2.title-video {
    font-size: 24px;
    margin: 20px 0;
    text-transform: uppercase;
}

#content h3.title-video {
    font-size: 20px;
    margin: 20px 0;
    text-decoration: none;
    text-transform: uppercase;
}

.view-first .mask, .hover-effect li.view a.info, .hover-effect li a.icon-link, .hover-effect div.view a.info, .hover-effect div a.icon-link, .hover-effect-2 a.icon-link, .hover-effect-3 a.icon-link, .hover-effect li a.icon-zoom, .hover-effect div a.icon-zoom, .hover-effect-2 a.icon-zoom, .hover-effect-3 a.icon-zoom {
    transition: all 0.4s linear 0s;
}
.view-first .mask {
    opacity: 1;
    background-color: rgba(1,46,87,0.25) !important;
}


.v1 {}
.v2 {}
.v3 {
    margin-right: 0; padding-right: 0
}


#content .span-9-content a {
    float: left;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    text-decoration: none;
    width: 100%;
}

#content .span-9-content span {
    float: left;
    font-size: 14px;
    margin-bottom: 6px;
    width: 100%;
    color: #012e57
}


#content .span-9-content p {
    color: #404040;
    float: left;
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
}

.caroufredsel_wrapper ul {
    list-style: none !important
}

.mask span {
    font-size: 10px;
    display: block;
    margin: 5px 0;
    bottom: 17px;
    color: #efefef;
    display: block;
    font-size: 10px;
    left: 15px;
    margin: 5px 0;
    position: absolute;
    transition: all 0.4s linear 0s;
}



.lightboxcontainer {
    width:100%;
    text-align:left;
}
.lightboxleft {
    width: 40%;
    float:left;
}
.lightboxright {
    width: 60%;
    float:left;
}
.lightboxright iframe {
    min-height: 390px;
}
.divtext {
    margin: 36px;
}
@media (max-width: 800px) {
    .lightboxleft {
        width: 100%;
    }
    .lightboxright {
        width: 100%;
    }
    .divtext {
        margin: 12px;
    }
}



@charset "UTF-8";

/*
    Name: YouTubePopUp
    Description: jQuery plugin to display YouTube or Vimeo video in PopUp, responsive and retina, easy to use.
    Version: 1.0.1
    Plugin URL: http://wp-time.com/youtube-popup-jquery-plugin/
    Written By: Qassim Hassan
    Twitter: @QQQHZ
    Websites: wp-time.com | qass.im | wp-plugins.in
    Dual licensed under the MIT and GPL licenses:
        http://www.opensource.org/licenses/mit-license.php
        http://www.gnu.org/licenses/gpl.html
    Copyright (c) 2016 - Qassim Hassan
*/

.YouTubePopUp-Wrap{
    position:fixed;
    width:100%;
    height:100%;
    background-color:#000;
    background-color:rgba(0,0,0,0.8);
    top:0;
    left:0;
    z-index:9999999999999;
}

.YouTubePopUp-animation{
    opacity: 0;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: YouTubePopUp;
    animation-name: YouTubePopUp;
}

@-webkit-keyframes YouTubePopUp {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes YouTubePopUp {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

body.logged-in .YouTubePopUp-Wrap{ /* For WordPress */
    top:32px;
    z-index:99998;
}

.YouTubePopUp-Content{
    max-width:680px;
    display:block;
    margin:0 auto;
    height:100%;
    position:relative;
}

.YouTubePopUp-Content iframe{
    max-width:100% !important;
    width:100% !important;
    display:block !important;
    height:480px !important;
    border:none !important;
    position:absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.YouTubePopUp-Hide{
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: YouTubePopUpHide;
    animation-name: YouTubePopUpHide;
}

@-webkit-keyframes YouTubePopUpHide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes YouTubePopUpHide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.YouTubePopUp-Close{
    position:absolute;
    top:0;
    cursor:pointer;
    bottom:528px;
    right:0px;
    margin:auto 0;
    width:24px;
    height:24px;
    background:url(../images/close.png) no-repeat;
    background-size:24px 24px;
    -webkit-background-size:24px 24px;
    -moz-background-size:24px 24px;
    -o-background-size:24px 24px;
}

.YouTubePopUp-Close:hover{
    opacity:0.5;
}

@media all and (max-width: 768px) and (min-width: 10px){
    .YouTubePopUp-Content{
        max-width:90%;
    }
}

@media all and (max-width: 600px) and (min-width: 10px){
    .YouTubePopUp-Content iframe{
        height:320px !important;
    }

    .YouTubePopUp-Close{
        bottom:362px;
    }
}

@media all and (max-width: 480px) and (min-width: 10px){
    .YouTubePopUp-Content iframe{
        height:220px !important;
    }

    .YouTubePopUp-Close{
        bottom:262px;
    }
}
.playbtn  {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}

.nobtmpad {
    border-bottom: 0;
}
.filter-button-group .btn {
    color: #fff;
    border: 0;
    padding: 4px 10px;
    float: left;
    margin-left: 10px;
    text-align: center;
    background-color: #00aedb;
}


#content .splitter {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#content .splitter {
    float: right;
    margin: 20px 0;
}

#content .splitter ul {
    list-style-type: none;
    float: right;
}

#content .splitter ul li {
    float: left;
    margin-left: 10px;
}

#content .splitter ul li a {
    color: #fff;
    border: 0;
    padding: 4px 10px;
    text-align: center;
    background-color: #00aedb;
}

#content .splitter ul li.selected-0 a,
#content .splitter ul li.selected-1 a,
#content .splitter ul li.selected-2 a {
    background-color: #012e57;
}

.filtr {
    cursor: pointer !important;
}
.filtr-active,
.filter-button-group .button.is-checked {
    background-color: #012e57 !important;
}

.filtr-item {
    width: 300px !important;
    margin-bottom: 20px;
}

.filtr-item img {
    width: 100%;
}

.filters .btn-group {
    float: right;
}

.btn-toolbar {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.filters .btn-group .btn {
    color: #fff;
    border: 0;
    padding: 4px 10px;
    float: left;
    margin-left: 10px;
    text-align: center;
    background-color: #00aedb;
}

.filters .btn-group .btn input {
    position: relative;
    top: 1px
}

.filters .btn-group .btn.active {
    background-color: #012e57 !important;
}

#content #masonryContainer {
    float: left;
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.view-first .mask {
    opacity: 1;
    background-color: rgba(1,46,87,0.25) !important;
}

.hover-effect li.view a.info {
    border: 0 none;
    bottom: -2px;
    color: #fff;
    display: block;
    font-size: 11px;
    height: 50px;
    line-height: 65px;
    margin: 0;
    padding: 0 14px;
    position: absolute;
    text-align: left;
    text-decoration: none;
    transition: all 0.2s linear 0s;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.6);
}
.view-first .mask:hover {
    background-color: rgba(1,46,87,0) !important;
}
