
body{
    position:absolute;
    min-height:100%;
    font-family: sans-serif;
    overflow-x: hidden;

}

#content{
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

#topBar {
    position: relative;
    width: 100%;
    height: 88px;
}

.backgroundColor1 {
    background-color: white;
}

#topBarOptions {
    position: relative;
    text-align: center;
    margin: 0 auto;
    color: #474747;
    border-bottom: #474747 solid 1px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -user-select: none;
}

.category {
    position: relative;
    font-size: 18pt;
    text-transform: uppercase;
    font-weight: 200;
    margin-top: 32px;
    margin-left: 18px;
    margin-right: 18px;
    display: inline-block;
    height: 55px;
}

.categoryTitle {
    position: relative;
    display: block;
    line-height: 48px;
    text-decoration: none;
    font-weight: bold;
}

.categoryTitle:hover {
    cursor: pointer;
    color: #00aaff;
}

/*Menu For Mobile*/

.topBarMobile{
    height: 75px;
    position: relative;
    float: left;
    width: 100%;
    display: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -user-select: none;
}
.topBarMobileLogoContainer{
    top: 6px;
    left: 6px;
    position: absolute;
    height: 38px;
    width: 100px;
    z-index: 5;
}

.topBarMobileLogoContainer:hover{
    cursor:pointer;
}

.topBarMobileLogo{
    background-image: url(../images/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 11px;
    left: 10px;
    position: absolute;
    height: 55px;
    width: 46px;
}

.topBarMobileLogoText{
    position: relative;
    float: left;
    left: 60px;
    height: 30px;
    top: 9px;
    width: 110px;
}
.topBarMobileLogoName {
    position: relative;
    float: left;
    height: 16px;
    width: 100%;
    font-size: 13pt;
    color: #ffa733;
    line-height: 20px;
}
.country{
    font-size: 13pt;
}

.mobileMenuIcons{
    height: 75px;
    position: fixed;
    float: left;
    top: 0;
    width: 100%;
    left: 0;
    background-color: white;
    z-index: 4;
    border-bottom: 1px solid #474747;
    display: none;
}

#topBarMobileMenu{
    display: none;
    width: 50%;
    height: calc(100% - 75px);
    right: -56%;
    position: fixed;
    margin-top: 75px;
    z-index: 5;
    top: 0;
    overflow: hidden;
    border-left-width: 1px;
    border-left-color: #474747;
    border-left-style: solid;
}

#topBarOptionsMobileMenu{
    display: none;
    float: left;
    font-weight: bold;
    width: 100%;
    height: 100%;
    background: white;
    text-align: left;
    padding-left: 15px;
    font-size: 11pt;
    color: #474747;
}

.categoryMobileMenu{
    height: 33px;
    margin-top: 16px;
}
.categoryMobileMenu:hover {
    cursor: pointer;
    color: #27c2ff;
    font-weight: 700;
}

.categoryTitleMobileMenu{
    margin-left: 15px;
    letter-spacing: 1px;
}

.hamburger{
    background:none;
    position:absolute;
    top: 10px;
    right: 20px;
    display: block;
    color:#ffb600;
    border:0;
    font-size: 47pt;
    cursor:pointer;
    outline:none;
    z-index:10000000000000;
}
.cross{
    display: none;
    background: none;
    position: absolute;
    top: 19px;
    right: 26px;
    color: #27c2ff;
    border: 0;
    font-size: 56pt;
    font-weight: bold;
    cursor: pointer;
    outline: none;
    z-index: 10000000000000;
}


#mainLinks{
    position: absolute;
    left: 12px;
    bottom: 20px;
    width: auto;
    height: 33px;
}

.mainLinkFacebook{
    background-image: url(../images/linkFBlue.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    float: left;
    height: 100%;
    width: 27px;
    margin-right: 7px;
}

.mainLinkTwitter{
    background-image: url(../images/linkTBlue.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    float: left;
    height: 100%;
    width: 27px;
}

/*End Menu Mobile*/


#alertContactContainer{
    position: fixed;
    left:0px;
    top:55px;
    width:100%;
    height:calc(100% - 55px);
    display:none;
    z-index: 1000;
    background: rgba(43, 44, 18, 0.9);
    text-align: center;
}


/*- Alert For Mobile -------------------*/

#alertContactContentMobile{
    position: relative;
    display: inline-block;
    top: 60px;
    width: 265px;
    height: 460px;
}
#alertContactContentMobileBtn{
    position: absolute;
    right: 10px;
    bottom: 10px;
    height: 27px;
    line-height: 28px;
    font-size: 11pt;
    text-align: center;
    width: 40px;
    background-color: #00aaff;
    border-color: #474747;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    color: #ffffff;
    z-index: 1;
    box-shadow: inset 0px 15px 0px -13px #a0e4f9;
}

#alertContactContentMobileBtn:hover{
    cursor: pointer;
}
#alertContactMobileWrapperImg1{
    display: none;
}

#alertContactMobileWrapperImg2{
    display: none;
}

#alertContactMobileWrapperText1{
    display: none;
}

#alertContactMobileWrapperText2{
    display: none;
}

.alertContactMobileWrapperImg{
    position: absolute;
    width: 140px;
    height: 150px;
    top: 14%;
    left: 55px;
    z-index: 1;
}

.alertContactImg{
    position: relative;
    float: left;
    height: 100%;
    width: 100%;
}


#alertContactMobileWrapper{
    position: relative;
    float: left;
    height: 36%;
    width: 100%;
}

#alertContactMobileWrapper2{
    position: relative;
    float: left;
    height: 64%;
    width: 100%;
    text-align: center;
    background: #d8de59;
}

.alertContactMobileWrapperTxt{
    position: absolute;
    width: 198px;
    left: 33px;
    height: auto;
    top: 27%;
    color: #ffffff;
}

.alertContactMobileWrapperTxtTitle{
    position: relative;
    float: left;
    width: 100%;
    font-size: 27pt;
    height: auto;
}

.alertContactMobileWrapperTxtDescription{
    position: relative;
    float: left;
    width: 100%;
    font-size: 10pt;
    height: auto;
    margin-top: 10px;
}

.contactWrappper{
    background: #ffffff;
}

.contactWrapperYay{
    background: #a0e4f9;
}

/*-----------------------------------*/

@media screen and (max-width: 321px){

    #alertContactContentMobile {
        top: 58px;
        width: 265px;
        height: 312px;
    }

    .alertContactMobileWrapperImg {
        width: 110px;
        height: 120px;
        top: 11%;
        left: 70px;
    }

}

@media screen and (max-width: 479px){
    #topBarOptionsMobileMenu{
        padding-left: 0px;
        font-size: 9pt;
    }

}

@media screen and (max-width: 1024px){
    #topBar{
        display: none;
    }
    #topBarOptions{
        display: none;
    }

    .topBarMobile{
        display: block;
    }
    #nameLogo{
        font-size: 44px;
    }
    .mobileMenuIcons{
        display: block;
    }
    #topBarMobileMenu{
        display: block;
    }

    #topBarOptionsMobileMenu{
        display: block;
        padding-left: 15px;
    }

    .categoryTitleMobileMenu{
        margin-left: 0;
    }

    #alertContactContainer{
        top: 47px;
        height: calc(100% - 47px);
    }

}

@media only screen and (min-width:768px){

    #alertContactContentMobile {
        top: 90px;
        width: 630px;
        height: 550px;
    }
    .alertContactMobileWrapperImg {
        left: 225px;
        width: 160px;
        height: 170px;
        top: 14%;
    }
    .alertContactMobileWrapperTxt {
        width: 245px;
        left: 192px;
    }

    .alertContactMobileWrapperTxtTitle {
        font-size: 34pt;
    }

    .alertContactMobileWrapperTxtDescription {
        font-size: 12pt;
    }

    #alertContactContentMobileBtn{
        right: calc(50% - 21px);
    }


}

@media only screen and (max-width:1024px){
    .topBarMobileLogoName {
        position: relative;
        float: left;
        height: 12px;
        width: 100%;
        font-size: 14pt;
        color: #ffa733;
        margin-top: 10px;
    }
    .country {
        font-size: 15pt;
        margin-top: 9px;
    }
}

@media only screen and (min-width:1024px){
    #topBar{
        position: relative;
        width: 100%;
        height: 75px;
        float: left;
    }

    #topBarOptions{
        height: 75px;
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        text-align: right;
        background-color: #ffffff;
        z-index: 4;
    }

    .topBarOptionLogoContainer {
        position: relative;
        float: left;
        height: 100%;
        width: 140px;
    }

    .topBarOptionLogoContainer:hover{
        cursor: pointer;
    }

    .topBarMobileLogo2{
        background-image: url(../images/logo.png);
        background-size: contain;
        background-repeat: no-repeat;
        top: 9px;
        left: 10px;
        position: absolute;
        height: 54px;
        width: 43px;
    }

    .topBarMobileLogo2:hover{
        cursor: pointer;
    }

    .topBarMobileLogoText2 {
        position: relative;
        float: left;
        left: 58px;
        height: fit-content;
        top: 18px;
        width: 77px;
        text-align: left;
    }

    .category {
        position: relative;
        font-size: 10pt;
        text-transform: uppercase;
        padding-top: 0;
        padding-left: 28px;
        padding-right: 34px;
        display: inline-block;
        height: 100%;
        margin: 0;
    }

    .categoryTitle{
        line-height: 75px;
    }

}



@media only screen and (max-height: 790px) and (min-width:768px){
    #alertContactContentMobile {
        top: 90px;
        width: 460px;
        height: 350px;
    }

    .alertContactMobileWrapperImg {
        left: 160px;
        width: 125px;
        height: 135px;
        top: 11%;
    }
    .alertContactMobileWrapperTxt {
        width: 245px;
        left: 107px;
    }

}

#underConstruction{
    position: absolute;
    width: 100%;
    top:0px;
    left: 0px;
    height: 50px;
    color:white;
    text-align: center;
}
#underConstructionText1{
    margin-top: 9px;
    font-weight: bolder;
}
#underConstructionText2{
    
}

@media screen and (orientation: portrait) {
    .mainLinkFacebook{
        
    }
    .alertContactImg {
        margin-top: -20px;
    }
    
    #underConstruction{
    
    }
    #underConstructionText1{

    }
    #underConstructionText2{

    }
}