
@font-face {
    font-family: HelveticaNeueLTStd;
    src: url(../fonts/Lato-Light.ttf);
}

body {
    color: #fff;
}

footer {
    /*background-color: #4e4e4e !important;*/
}


/*/------------ Contact Form ----------------*/
#myForm input {
    /*width: 100% !important;
    border: 1px solid #e1e1e1 !important;
    margin: 10px 0 !important;
    border-radius: 2px !important;
    font-size: 13pt !important;*/
}

#btnLogin {
    background: #8E44AD !important;
    color: #fff !important;
    max-width: 410px !important;
    padding: 10px 20px !important;
    text-align: center !important;
    cursor: pointer !important;
}

.txtInfo {
    width: 100% !important;
    padding: 14px 17px !important;
    max-width: 400px !important;
    min-height: 30px !important;
    background-color: transparent;
    margin-bottom: 5%;
    border-color: rgba(231, 231, 222, 0.37);
    border-style: solid;
    border-width: 1px;
    color: white !important;
}

    .txtInfo:focus {
        outline: none !important;
        border-color: #FFFFFF !important;
        box-shadow: 0 0 3px #FFFFFF !important; /*; */
    }

.ContactBtn {
    display: block;
    margin: .5em auto;
    padding: 0.40em;
    width: 100%;
    border: 0;
}

.ContactBtn {
    transition: all .25s;
}

.ContactBtn {
    font-weight: bold !important;
    background: #00aeef !important;
    color: #fff !important;
    font-size: 24px;
}

    .ContactBtn:focus, .ContactBtn:hover {
        background: #3EC6F6 !important;
    }

    .ContactBtn:active {
        background: #00aeef !important;
    }
/*/------------ End Contact Form ----------------*/

.navpanel {
    height: 451px;
    overflow-y: auto;
}

.news-Section {
    background-position: center;
    background-image: url('../img/NewsBKG-Image.png');
    background-repeat: no-repeat;
    height: auto;
    padding: 10% 0;
}

.cat-List {
    border: 1px solid #a01e4b;
    width: 100%;
    text-align: center;
    text-decoration: none;
}

.skewed_box {
    display: inline-block;
    transform: skew(-41deg);
    background: #00aeef;
    /*padding: 20px;*/
    width: 94px;
    height: auto;
    padding-bottom: 2%;
}

    .skewed_box:first-child {
        margin: -12px;
        border-radius: 5px 0 0 5px;
    }

    .skewed_box:last-of-type {
        border-radius: 2px;
    }

    .skewed_box:hover {
        background: #00427a;
    }
/*.skewed_box+.skewed_box {
		margin-left: 5px;
		}*/

.unskewed_content {
    transform: skew(40deg);
    cursor: default;
    text-align: center;
    margin-top: 4%;
    color: white;
    font-size: 12px;
}

.LiActive {
    background-color: #00427a !important;
    /* background-color: transparent; */
    font-weight: bold;
}

/*#00427a*/
.cat-List:hover {
    text-decoration: none;
}

.imgRotate {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    cursor: pointer;
}

    .imgRotate:hover {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }


.fontLinks {
    color: #fff;
}

    .fontLinks:hover {
        /*background-color: #b28e76 !important;*/
        color: #C5C5C5 !important;
    }

.largeIcon {
    font-size: 50px;
    padding-left: 35px;
    padding-right: 35px;
}

h2 {
    font: bold;
}

a:hover {
    text-decoration: none;
}

.contenthover {
    padding: 20px 20px 10px 20px;
}

    .contenthover, .contenthover h3, contenthover a {
        color: #fff;
    }

        .contenthover h3, .contenthover p {
            margin: 0 0 10px 0;
            line-height: 1.4em;
            padding: 0;
        }

        .contenthover a.mybutton {
            display: block;
            float: left;
            padding: 5px 10px;
            background: #3c9632;
            color: #fff;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            border-radius: 4px;
        }

            .contenthover a.mybutton:hover {
                background: #34742d;
            }

.menuItemUL {
    float: right;
    padding-right: 39px !important;
}

.menuItem:hover {
    color: #2E7C67 !important; /*b28e76*/
    cursor: pointer;
}

.searchBtn {
    float: right;
    margin-top: 4%;
    padding-right: 20px;
    width: 22%;
    margin-right: 3%;
}

.socialNav {
    padding-top: 0px;
    margin: 4% 8px -33px 0;
    display: inline-flex;
    float: right;
}

.menuArEn {
    border: solid;
    color: #240A00;
    height: 31px;
    width: 31px;
    padding-left: 10px !important;
    padding-top: 3px !important;
    border-width: 2px;
    margin-right: 4px;
    background-color: rgba(255, 255, 240, 0.7);
}

    .menuArEn:hover {
        background-color: #FAE5D7!important;
        color: #920532!important;
        border-color: #920532!important;
    }

    .menuArEn:active {
        background-color: white;
    }

    .menuArEn:focus {
        background-color: none;
    }

.menuSocial {
}

    .menuSocial:hover {
        background-color: white !important;
        color: #00427a!important;
        border-color: #00427a!important;
    }

    .menuSocial:active {
        background-color: white;
    }

    .menuSocial:focus {
        background-color: none;
    }



.menuSocialFooter {
    border: solid;
    color: #240A00;
    height: 31px;
    width: 31px;
    padding-left: 7px !important;
    padding-top: 5px !important;
    border-width: 2px;
    margin-right: 4px;
}

    .menuSocialFooter:hover {
        background-color: #D3D3D3!important;
        color: #920532!important;
        border-color: #EEE9EB!important;
    }

    .menuSocialFooter:active {
        background-color: white;
    }

    .menuSocialFooter:focus {
        background-color: none;
    }


.contact-control {
    width: 80%;
    border-color: #a01e4b;
    display: block;
    border-style: solid;
    line-height: 37px;
    padding: 0 0 0 15px;
    color: #a01e4b;
}


.btnsend {
    background-color: #a01e4b;
    width: 44%;
}

.links {
    color: white !important;
}

a.links:hover {
    text-decoration: underline !important;
}


/*   btn */
