/** ajax loader **/

.modalAjaxLoader {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .8) url('http://kitesurfingmozambique.com/template/img/ajax-loader.gif') 50% 50% no-repeat;
}

body.loading {
    overflow: hidden;
}

body.loading .modalAjaxLoader {
    display: block;
}


html {
    margin: 0;
}

body {
    margin: 0;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    background-color: #080808;
    color: #a3a3a3;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Roboto, Helvetica, Arial, sans-serif;
}

a {
    color: rgb(13, 9, 0);
}

a:hover {
    color: #3f7a88;
    text-decoration: none;
}

/* questo impedisce a chrome di riemire quando fa l'autofill dei form con il suo giallino */

@-webkit-keyframes autofill {
    to {
        color: #4E738B;
        background: rgba(255, 250, 240, 0.90);
    }
}

input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}

.generalheaderim {
    width: 100%;
    padding-bottom: 70px;
    min-height: 150px;
}

.container {
    color: #ffffff;
}

.cpadding {
    padding-top: 120px;
    padding-bottom: 90px;
}

.descpadding {
    padding-top: 30px;
    padding-bottom: 30px;
}

.maintitle {
    font-size: 3.0em;
}

.maidescr {
    font-size: 1.3em;
    font-style: italic;
}

@media only screen and (max-width: 768px) {
    
    .cpadding {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .maintitle {
        font-size: 2.0em;
    }

    .maidescr {
        font-size: 1.0em;
        font-style: italic;
    }
}

/***************      Boostrap Navbar personalization     ***************/

.navbar-custom {
    color: #FFFFFF;
    background-color: #000000;
}

.navbar-custom a:link {
    color: #FFFFFF !important;
    font-size: 18px;
    font-weight: 100;
}

.navbar-custom a:hover {
    color: #ed4f4f !important;
}

.navbar-custom a:active {
    color: #ed4f4f !important;
}

.navsocials {
    padding: 0px 10px;
}

/* per firefox che lo visualizzava nero in caso di visited */
.navsocials a:link {
    color: white;
}

.navsocials a:visited {
    color: white;
}

.navsocials a:hover {
    color: #ed4f4f;
}

.navsocials a:active {
    color: #ed4f4f;
}

/***************  start footer CSS  ***************/

.mainfooter {
    background-color: #4E738B;
}

.footergr {
    position: relative;
    background: #000;
    color: white !important;
    padding-left: 0px;
    padding-right: 0px;
}



.footer0 {
    min-height: 50px;
    background: #ffffff;
}

.footer1 {
    margin-right: 0;
    min-height: 270px;
    background: #1a1a1a;
    color: #e6e6e6 !important;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 30px;
    padding-bottom 20px;
    font-size: 17px;
}

.footerdiv {
    padding-right: 80px;
}

.footer1ul {
    font-size: 15px;
    font-weight: 50;
    list-style-type: none;
    margin-left: -18px;
}

.footer1ul a {
    color: #e6e6e6;
}

.footer1ul a:hover {
    color: #ed4f4f;
    font-weight: 500;
}

.footer1ul li {
    padding-top: 3px;
}

.footer1title {
    padding-left: 20px;
    padding-bottom: 5px;
    font-weight: 100;
    border-bottom-style: solid;
    border-width: thin;
    border-bottom-color: dimgray;
    font-size: 22px;
}



.footer2 {
    bottom: 0px;
    text-align: center;
    background: #1f3b4d;
    width: 100%;
    color: white !important;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom 5px;
}


.footerbottommini {
    margin-left: 0 !important;
    margin-right: 0 !important;
    color: white;
    height: 42px;
    padding-top: 6px;
    text-align: center !important;
    font-size: 10px;
}


.footer1 a {
    color: #e6e6e6;
}

.footer2 a {
    color: #e6e6e6;
}

.footer2 a:hover {
    color: #ed4f4f;
}

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

    .footerdiv {
        padding-top: 10px;
        padding-right: 20px;
    }

    .footer1title {
        font-size: 19px
    }

    .footer1ul {
        font-size: 13px
    }

    .sociallnkft {
        font-size: 9px;
        padding: 0px 2px;
    }

}

/***************  End of footer CSS  ***************/

/***************    General Pager    ***************/

.generalpager {
    display: -ms-flexbox;
    list-style: none;
}

.pagerelement {
    list-style: none;
    display: inline-flex;

}

.pagerelement a {
    color: #609696;
    border: 1px;
    border-style: solid;
    border-color: #85cbcb;
    padding: 5px 12px;
    border-radius: 2px;
    background-color: #f4fcff;
}

.pagerelement a:hover {
    background-color: white;
}

/*************** End of General Pager***************/


CSS;