/* Fonts links */
@font-face{
    font-family: gothic light;
    src:url(../../fonts/LetterGothicStd.otf);
}

@font-face{
    font-family: gothic reg;
    src:url(../../fonts/LetterGothicStd-Bold.otf);
}

*{
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}

/*Styling Header*/

header{
    width: 100%;
    height: auto;
    overflow: hidden;
}

header #topheader{
    width: 100%;
    height: auto;
    background-color: black;
}

/*Styling Top Header*/

header #topheader #wrap-top-header{
    width: 97%;
    box-sizing: border-box;
    margin: auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
}

/*Styling Top Head Nav*/

header #topheader #wrap-top-header #top-head-nav{
     width: 50%;
}

header #topheader #wrap-top-header #top-head-nav nav{
    padding: 10px;
}

header #topheader #wrap-top-header #top-head-nav nav a{
    color: white;
    letter-spacing: 1px;
    text-decoration: none;
    font-size: 13px;
    font-family: 'gothic reg';
    margin: 0 10px;
}

header #topheader #wrap-top-header #top-head-nav nav a:hover{
    color: gold;
    transition: .5s ease;
}

/*Styling Top Head Social Icons*/

header #topheader #wrap-top-header #top-head-social-icons{
     width: 28%;
}

header #topheader #wrap-top-header #top-head-social-icons nav{
    padding: 10px;
    text-align: center;
}

header #topheader #wrap-top-header #top-head-social-icons nav a{
    color: white;
    letter-spacing: 1px;
    text-decoration: none;
    font-size: 13px;
    font-family: 'gothic reg';
    margin: 0 8px;
}

header #topheader #wrap-top-header #top-head-social-icons nav a:hover{
    color: gold;
    transition: .5s ease;
}

/*Wrap logo*/

header #wrap-logo{
    width: 100%;
/*    border: 1px solid grey;*/
}

header #wrap-logo #fluid-logo{
    width: 90%;
    box-sizing: border-box;
    margin: auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
}

header #wrap-logo #logo{
    width: 35%;
    margin: auto;
/*    border: 1px solid red;*/
    text-align: center;
}

header #wrap-logo #logo a{
    letter-spacing: 1px;
    font-family: 'gothic reg';
    font-size: 15px;
    text-decoration: none;
}

header #wrap-logo #logo a img{
    width: 100%;
    height: 100%;
}

header #wrap-logo #email-us{
    width: 70%;
/*    border: 1px solid red;*/
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    margin-left: 26%;
}

header #wrap-logo #email-us #email-point{
    width: 50%;
     padding: 20px;
/*    border: 1px solid green;*/
}

header #wrap-logo #email-us #email-point p{
    letter-spacing: 1px;
    padding: 0 6px;
    font-size: 14px;
/*    border: 1px solid grey;*/
    margin-top: 50px;
    font-family: 'gothic reg';
}

header #wrap-logo #email-us #email-point p i{
    padding: 0 5px;
}

header #wrap-logo #email-us #working-hours{
    width: 45%;
    padding: 5px;
    margin-top: 30px;
/*    border: 1px solid green;*/
}

header #wrap-logo #email-us #working-hours h3{
    font-size: 14px;
    letter-spacing: 1px;
    font-family: 'gothic reg';
    padding: 0 5px;
    display: block;
    margin: 0 0 5px;
    font-weight: bold;
    text-align: left;
}

header #wrap-logo #email-us #working-hours span{
    font-size: 11px;
    letter-spacing: 1px;
    font-family: 'gothic reg';
    padding: 0 4px;
    display: block;
    line-height: 20px;
    text-align: left;
    color: #393939;
}

header #wrap-logo #email-us #working-hours span i{
    padding: 0 4px;
}

/*Fluid nav*/

header #fluid-nav{
    width: 100%;
/*    border: 1px solid grey;*/
/*    background-color: #a91605;*/
    background-color: #3b5998;
}

header #fluid-nav #wrap-nav{
    width: 95%;
    box-sizing: border-box;
    margin: auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
}

header #fluid-nav #wrap-nav #list-nav{
    width: 60%;
    height: auto;
/*    border: 1px solid red;*/
}

header #fluid-nav #wrap-nav #list-nav ul{
    padding: 10px 0;
    margin: 0;
    list-style: none;
}

header #fluid-nav #wrap-nav #list-nav ul li{
    display: inline-block;
    margin: 0 10px;
    position: relative;
/*    border: 1px solid grey;*/
}

header #fluid-nav #wrap-nav #list-nav ul li a{
    font-size: 13px;
    letter-spacing: 1px;
    font-family: 'gothic reg';
    text-decoration: none;
    color: white;
}

header #fluid-nav #wrap-nav #list-nav ul li a:hover{
    color: turquoise;
    transition: .5s ease;
}

header #fluid-nav #wrap-nav #list-nav ul li:nth-child(1):after,header #fluid-nav #wrap-nav #list-nav ul li:nth-child(2):after,header #fluid-nav #wrap-nav #list-nav ul li:nth-child(3):after,header #fluid-nav #wrap-nav #list-nav ul li:nth-child(4):after{
    content: '';
    position: absolute;
    height: 25px;
    width: 1px;
    background-color: white;
    right: -13px;
    top: -1px;
}

header #fluid-nav #wrap-nav #tracker-input{
    width: 40%;
    height: auto;
/*    border: 1px solid grey;*/
    text-align: right;
}

header #fluid-nav #wrap-nav #tracker-input ul{
    padding: 5px 0;
    margin: 0;
    list-style: none;
}

header #fluid-nav #wrap-nav #tracker-input ul li{
    display: inline-block;
    margin: 0 5px;
    position: relative;
/*    border: 1px solid grey;*/
}

header #fluid-nav #wrap-nav #tracker-input ul li button{
    font-size: 12px;
    letter-spacing: 1px;
    font-family: 'gothic reg';
    color: white;
    text-align: center;
    padding:  8px 6px;
    background-color: gray;
    outline: none;
    border: none;
    border-radius: 2px;
}

header #fluid-nav #wrap-nav #tracker-input ul li button:hover{
    background-color: black;
    color: white;
    cursor: pointer;
    transition: .5s ease;
}

header #fluid-nav #wrap-nav #tracker-input ul li input{
    width: 100%;
    padding: 8px 10px;
    box-sizing: border-box;
    font-size: 14px;
    font-family: 'gothic reg';
}

header #wrap-logo #iconmenu{
    display: none;
}

header #fluid-nav #wrap-nav #email-Us{
    display: none;
}

header #fluid-nav #wrap-nav #tracker-input ul li#list-email{
    display: none;
}

#sidenav{
    display: none;
}





































































































































