body{
    font-family: "Open Sans", "Helvetica Neue", Helvetica,Arial,sans-serif;
    background: black;
}

h1, h2{
    font-family: "Open Sans", sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    color: white;
}

h2 {
    font-size: 23px;
    margin: 30px 0 15px 0;
}

section h1 {
    border-bottom: 5px solid #fff;
    padding: 5px 0px;
    float: left;
}

section h1:after {
    content: "";
    clear: both;
    display: table;
}

#bg-top{
    height: 90vh;
    width: 100%;
    background-image: url("/assets/img/vojisa-bg.jpg");
    background-size: cover;
    background-position: center;
    position: relative;
}

.header-content {
    height: 200px;
    position: absolute;
    top: 50%;
    margin-top: -100px;
    width: 100%;
    text-align: center;
    color: white;
}

.header-content h1 {
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
    font-size: 100px;
    margin-bottom: 20px;
}

.header-content .subtext {
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
}

.header-inner {
    display: table;
    margin: 0 auto;
}

.header-content .line {
    background: #ffffff;
    height: 1px;
    margin-top: 15px;
    margin-right: -30px;
    margin-left: -30px;
}

.vc-logo {
    position: absolute;
    left: 50%;
    top: 50px;
    margin-left: -50px;
    width: 100px;
    opacity: .5;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.vc-logo:hover{
    opacity: .8;
}

.vc-logo img {
    width: 100%;
}

#menu-ph, #menu{
    height: 10vh;
    background: #000000;
}

#menu {
    position: absolute;
    top: 90vh;
    width: 100%;
    line-height: 10vh;
    transition: height 0.3s ease, line-height 0.3s ease;
    z-index: 10;
}

#menu.fixed {
    position: fixed;
    top: 0;
    height: 45px;
    line-height: 45px;
}

#menu a {
    color: #666;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 900;
    padding: 0;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

.mg-sm-top{
    margin-top: 15px;
}

.mg-md-top{
    margin-top: 30px;
}

.mg-lg-top{
    margin-top: 50px;
}

.cont-space{
    height: 150px;
}

.bg-violet{
    background: #242F5E;
}

.bg-white{
    background: #ffffff;
}

.bg-black{
    background: #000000;
}

.bg-yellow{
    background: rgb(230, 168, 53);
}

.cont-image {
    background-position: center;
    background-size: cover;
    padding: 50px;
    position: relative;
}

.cont-image:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.1);
    content: "";
    background-image: url('/assets/img/net.png');
}
.cont-image .cont {
    color: #fff;
    margin: 30px 0;
    font-size: 17px;
    font-weight: 900;
    line-height: 23px;
}

.fb-gallery{
    margin-bottom: 30px;
    background: #ffffff;
    display: block;
}

.fb-gallery img {
    width: 100%;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: block;
    border: 0px solid #000000;
}

.fb-gallery:hover img{
    border: 10px solid #000000;
}

@media (max-width: 899px) {
    .header-content h1 {
        font-size: 50px;
    }

    .header-content .subtext {
        font-size: 15px;
    }

    .cont-image {
        padding: 15px;
    }
    
    h2 a{
        font-size: 16px;
    }

    #menu{
        color: #fff;
        font-size: 15px;
    }

    #menu.fixed {
        display: none;
    }
}

.fancybox-skin {
    border-radius: 0px;
}

.fancybox-title-float-wrap {
    position: absolute;
    top: 0;
    left: 15px;
    right: auto;
    bottom: auto;
}

.fancybox-title-float-wrap .child {
    font-weight: 300;
    background: none;
    text-shadow: none;
    color: #2a2a2a;
    font-size: 24px;
    margin: 0;
    padding: 0;
    line-height: 50px;
}

.fancybox-close {
    top: -65px;
    right: 0;
    font-family: Ionicons;
    color: #fff;
    text-decoration: none;
    font-size: 120px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
    opacity: .5;
    transition: color 0.3s ease;
}

.fancybox-close:hover, .fancybox-close:focus {
   opacity: 1;
   text-decoration: none;
   color: #fff;
}

.fancybox-close:before {
    content: "\f404";
}

.fancybox-overlay {
    background: none;
    background-color: rgba(0,0,0,0.6);
}

.fancybox-nav {
    background: none;
}

.fancybox-nav span {
    color: #ffffff;
    color: rgba(255,255,255,0.5);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-top: -60px;
}

.fancybox-nav:hover span {
    color: rgba(255,255,255,1);
}

.fancybox-nav span {
    font-family: Ionicons;
    font-size: 140px;
    line-height: 140px;
    width: 140px;
    height: 140px;
    color: #ffffff;
    color: rgba(255,255,255,0.5);
}

.fancybox-nav.fancybox-prev span:before {
    content: "\f3d2";
}

.fancybox-nav.fancybox-next span:before {
    content: "\f3d3";
}

.fancybox-nav span {
    visibility: visible;
    text-align: center;
}

.fancybox-nav {
    width: 140px;
}

.fancybox-next {
    right: -140px;
}

.fancybox-prev {
    left: -140px;
}

h2 a {
    color: white;
    border-bottom: 3px solid;
    word-wrap: break-word;
}

h2 a:hover {
    color: #ccc;
    border-color: #ccc;
    text-decoration: none;
}

footer {
    padding: 100px 0;
    color: white;
}

@media (max-width: 1250px) {
    .fancybox-nav {
        width: 80px;
    }

    .fancybox-next {
        right: 0px;
    }

    .fancybox-prev {
        left: 0px;
    }

    .fancybox-nav span {
        font-size: 80px;
        line-height: 80px;
        width: 80px;
        height: 80px;
    }

    .fancybox-close {
        right: 0;
    }

}

.at4-share-title {
    color: #E6A835;
    font-weight: 900;
    margin-left: 1px;
    line-height: 25px;
}

.legal {
    line-height: 75px;
}

.developer-icon {
    font-size: 12px;
    float: right;
    line-height: 50px;
}

.developer-icon span {
    float: left;
    margin-right: 10px;
    font-weight: 900;
    color: #5C5C5C;
    margin-top: 9px;
}

.developer-icon a {
    font-size: 70px;
    color: #ccc;
    float: left;
    color: #616161!important;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.developer-icon a:hover {
    color: #EE992A!important;
}
