/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 1, 2018, 5:43:53 PM
    Author     : mhuus
*/

@font-face {
    font-family: quark;
    src: url(./font/Quark-Light.otf);
    font-weight: normal;
}
@font-face {
    font-family: quark;
    src: url(./font/Quark-Bold.otf);
    font-weight: bold;
}

*{
    margin: 0;
    padding: 0;
}

body{
    font:normal 18px/24px quark,'Open Sans', Helvetica, Arial, sans-serif;
    /*font: normal 12px/18px quark,'Open Sans', Helvetica, Arial, sans-serif;*/
}

.wrapper{
    position: relative;
    width: 100%;
    min-height: 100vh;
}

.content-wrapper{
    display: block;
    transition: all 450ms;
}


/*remove menu*/
#header-wrap{
    display: none;
}
#hexagon-overlay{
    top: 0;
}
/*end remove menu*/


#intro{
    text-align: left;
}

.welcome-box .hex-area {
    background-image: none;
}


.logohex{
    position: relative;
    background: #000;
}
.logohex img{
    border: 0;
    max-width: 75%;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    margin-top: -55px;
    left: 50%;
    margin-left: -60px;
}
.bg-grey-filter{
    background-color: #2f2f2f;
    /*background-image: url(img/70726.jpg);*/
    opacity: 0.4;
    background-size: 250%;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);

}

#intro-wrap {
    /*background: url(img/70724.jpg) no-repeat center fixed;*/
    background-color: #FFF;
    height: 70vh;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: initial;
}

#logo a .dinamic-logo {
    background-image: url(images/logo/hiveteltext.png);
    width: 165px;
    height: 34px;
    background-repeat: no-repeat;
    background-size: 100%;
}


.welcome-box {
    margin: 0 auto;
    padding-top: 0;
    text-align: left;
    display: inline-block;
    left: 30px;
}

.welcome-box .inner-hex {
    width: 160px;
    height: 254px;
}

.welcome-box .outer-hex {
    width: 180px;
    height: 282px;
}


#mobile-navigation {
    position: absolute;
    top: 255px;
    left: 10px;
    width: 250px;
}

#footer .widget .footer-logo {
    background-image: url(images/logo/hiveteltext.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 113px;
    height: 20px;
    margin-bottom: 15px;
}
.menuhover{
    display: inline-block;
}

@media only screen and (max-width: 480px){
    #mobile-navigation{
        width: 250px;
        left: 50%;
        margin-left: -125px;
    }
    .menuhover{
        width: 100%;
    }
}

@media (max-width: 767px){
    .welcome-box{
        display: block;
    }   
}

::placeholder {
    color: black;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: black;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: black;
}

.gallery-item-overlay h6 {
    font-size: 12px;
    color: #f3b203;
    font-weight: bolder;
}