﻿@font-face {
    font-family: "BYekan";
    src: url("/fonts/BYekan.eot") format("eot"), url("/fonts/BYekan.ttf") format("ttf"), url("/fonts/BYekan.woff") format("woff");
}

@font-face {
    font-family: "Neou";
    src: url("/fonts/neou-thin-webfont.eot") format("eot"), url("/fonts/neou-thin-webfont.ttf") format("ttf"), url("/fonts/neou-thin-webfont.woff") format("woff");
}

@font-face {
    font-family: "BTitr";
    src: url("/fonts/BTitrBold.eot") format("eot"), url("/fonts/BTitrBold.ttf") format("ttf"), url("/fonts/BTitrBold.woff") format("woff");
}

@font-face {
    font-family: "BNazanin";
    src: url("/fonts/BNazanin.eot") format("eot"), url("/fonts/BNazanin.ttf") format("ttf"), url("/fonts/BNazanin.woff") format("woff");
}

@font-face {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    src: url("/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("/fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("/fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("/fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
}

.container {
    padding: 0 5% 0 5%;
}

* {
    font-family: BYekan;
    font-size: 13px;
    font-weight: normal;
}

a {
    text-decoration: none;
    color: #033d63;
}

body {
    background-color: #f8f8f8;
}

#DivMain {
    margin-top: 100px;
    min-height: 500px;
}

@media only screen and (max-width: 868px) {
    #DivMain {
        min-height: 800px;
        margin-top: 10px;
    }
}

/*#region MegaMenu */



#ddmenu {
    display: block;
    font-family: BYekan;
    text-align: center; /*Specify the alignment of the whole UL if UL is not width:100%;*/
    letter-spacing: normal;
    left: 0;
    top: 0;
    width: 100%;
    position: fixed;
    z-index: 999;
    background-color: whitesmoke;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 15px 0px;
    background-image: linear-gradient(to bottom, #fff 0%, #ebebeb 100%);
    background-image: -webkit-linear-gradient(to bottom, #fff 0%, #ebebeb 100%);
    background-image: -moz-linear-gradient(to bottom, #fff 0%, #ebebeb 100%);
}

    #ddmenu .small {
        float: right;
        margin-right: 161px;
        margin-top: 10px;
        text-align: right;
        height: 20px;
    }

        #ddmenu .small a {
            font-size: 85%;
            padding: 0 8px;
            border-left: 1px solid rgba(0, 0, 0, 0.5);
            color: #a5a5a5;
        }

            #ddmenu .small a:last-child {
                border-left: none;
            }

    #ddmenu .ddmenu-small {
        height: 43px;
    }

    #ddmenu ul {
        margin: 0 auto;
        padding: 0;
        text-align: right; /* Alignment of each top-level menu items within the UL */
        width: 100%;
        font-size: 0;
        /*background: #F1F1F3;*/
        display: inline-block;
        list-style: none;
        position: relative;
        z-index: 999;
        /*border-radius: 3px;*/
        /*border: 1px solid #dddddd;*/
    }

    #ddmenu li {
        margin: 0;
        padding: 0;
        font-size: 13px;
        display: inline-block;
        *display: inline;
        zoom: 1; /*for IE6-7*/
        position: relative;
        color: #666;
        line-height: 44px; /*This determines the height of the menu*/
        vertical-align: middle;
        transition: background-color 0.5s;
        outline: none;
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
    }

    #ddmenu .over {
        color: #e71d36;
        background-color: #cacaca;
    }

    #ddmenu .over a {
        color: #e71d36;
    }

.DivLogoImage {
    margin: 0px 8px;
    /*position: fixed;*/
    right: 0;
    z-index: 1025;
}

    .DivLogoImage img {
        width: 80px;
    }

.div-search {
    position: fixed;
    left: 0;
    padding-right: 5px;
    text-align: right;
    display: inline-block;
    margin: -3px 8px;
}

.language-section {
    position: absolute;
    right: 41px;
    top: -3px;
    cursor: pointer;
}

.SearchTextBox {
    width: 96%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 0;
    font-size: 12px;
    font-family: Tahoma;
    margin-top: 5px;
    height: 33px;
    background-color: white;
    background-image: url('/Content/Images/Default/searchicon.png');
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 12px 20px 12px 27px;
    -webkit-transition: width 0.4s ease-in-out;
    padding-top: 0;
    padding-bottom: 0;
    /*transition: all 1s ;*/
    /*width: 320px;*/
}

/*.SearchTextBox:focus {
        width: 95%;
    }*/

#ddmenu .top-heading {
    font-weight: bold;
    /*margin: 0 15px;*/
    margin-left: 10px;
    color: inherit;
    text-decoration: none;
    display: inline-block;
    outline: 0;
    cursor: pointer;
}



#ddmenu a:hover {
    text-decoration: none;
}

#ddmenu a:focus {
    outline: 1px dotted #09F;
}

/* caret(arrow icon) */
#ddmenu .caret {
    color: inherit;
    right: -12px;
    width: 0;
    height: 0;
    overflow: hidden; /*for IE6*/
    vertical-align: middle;
    margin-bottom: 2px;
    border-top: 4px solid; /*caret size is 4px now*/
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-bottom: none;
    display: inline-block;
    position: relative;
}

/* sub-menu layout
----------------------------*/

#ddmenu .dropdown {
    width: auto;
    right: 0px;
    color: #000000;
    padding: 0;
    margin: 0;
    display: none;
    position: absolute;
    overflow: hidden;
    top: 100%;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 2px 2px;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.12);
}

#ddmenu .right-aligned {
    right: auto;
    left: 0px;
}

#ddmenu .left-aligned {
    left: auto;
    right: 0px;
}

#ddmenu .full-width {
    position: static;
}

    #ddmenu .full-width .dropdown {
        width: 100%;
        padding: 0;
        margin: 0;
    }

#ddmenu .offset300 {
    left: -300px;
    right: auto;
}



#ddmenu .over .dropdown {
    display: block;
    margin-left: 2px;
    margin-right: 2px;
}

#ddmenu .dd-inner {
    text-align: right;
    padding: 10px;
    margin: 0px;
    background-color: #FFF;
    white-space: nowrap;
    font-size: 12px;
    text-align: center;
}

#ddmenu ul ul {
    margin: 0;
    padding: 0;
    text-align: left;
    width: auto;
    background: none;
    border: none;
    display: block;
    position: static;
    z-index: 0;
    border-radius: 0;
}

    #ddmenu ul ul li {
        font-size: 12px;
        padding: 4px 0; /*It determines the line height*/
        color: inherit;
        line-height: 1;
        margin: 0;
        display: block;
        position: static;
        background: none;
        border: none;
        transition: none;
        border-radius: 0;
    }

/* links in sub menu
----------------------------*/

#ddmenu .dropdown a {
    color: #7d7d7d;
    line-height: 1;
    text-decoration: none;
    transition: color 0.4s;
}

    #ddmenu .dropdown a:hover, #ddmenu .dropdown a:focus {
        /*text-decoration: underline;*/
        color: #e71d36;
    }

/* blocks within the sub-menu
-----------------------------*/
#ddmenu .column {
    text-align: right;
    vertical-align: top; /*or middle*/
    display: inline-block;
    *display: inline;
    *zoom: 1;
    white-space: nowrap;
    /*width: auto;*/
    /*min-width: 200px;*/
    padding: 5px 30px;
    /*border-left: 1px solid #999;*/
}

#ddmenu .columnHorizon {
    text-align: right;
    vertical-align: middle; /*or middle*/
    display: inline-block;
    /*width: auto;*/
    /*min-width: 200px;*/
    padding: 0 10px;
    border-left: 1px solid #999;
}

#ctl00_menu_Response li {
    transition: 1s;
}

    #ctl00_menu_Response li:hover {
        background-color: rgba(115, 115, 115, 0.24);
        transition: 1s;
    }

        #ctl00_menu_Response li:hover span.caret {
            color: white !important;
        }

#ddmenu .dd-inner ul:last-child {
    border-left: none;
}

#ddmenu h3 {
    font-weight: 500;
    line-height: 1.1;
    margin-top: 5px;
    margin-bottom: 6px;
    font-size: 24px;
}

#ddmenu .top-heading {
    text-transform: uppercase;
    font-family: Century Gothic,Arial,Helvetica,sans-serif;
    font-size: 13px;
    color: #4a4a4a;
    vertical-align: top;
}

/* useful when http://www.menucool.com/ddmenu/one-menu-for-all-pages */
#ddmenuLink {
    display: none;
}

/*######## add additional styles for mobile-friendly responsive menu ########*/

#ddmenu .menu-icon {
    display: none; /* hide menu icon initially */
}

#ddmenu .Mobile-Search-Logo {
    display: none;
}


/*styles for mobile*/
@media only screen and (max-width: 868px) {
    #ddmenu {
        font-family: BYekan;
        text-align: center; /*Specify the alignment of the whole UL if UL is not width:100%;*/
        letter-spacing: normal;
        left: 0;
        top: 0;
        width: 100%;
        /*position: relative;*/
        border-bottom: 4px solid #e71d36;
    }

        #ddmenu .small {
            float: none;
            margin: 10px 0 0 0;
            text-align: center;
        }

            #ddmenu .small a {
                color: #121212;
            }

        #ddmenu .ddmenu-small {
            /*height: 43px;*/
            height: 27px;
        }

        #ddmenu .column.mayHide {
            display: none;
        }

        /*override the original settings*/
        #ddmenu ul {
            width: 100%;
            display: none;
            border-radius: 0;
        }

            #ddmenu ul ul li {
                font-size: 15px;
                display: block;
            }

        #ddmenu li {
            position: relative;
            display: block;
            font-size: 20px;
            text-align: left;
            border-radius: 0;
            margin-left: 10px;
        }

        #ddmenu li:not(:last-child) {
            /*border-bottom: 1px solid rgba(0,0,0,0.2);*/
            border-bottom: 1px dashed;
            margin-left: 10px;
        } 

    .DivLogoImage {
        /*margin: 0px 8px;*/
        /*position: absolute;*/
        /*right: 0;*/
        z-index: 1025;
        /*float: right;*/
        /*top: 0;*/
        top: -9px;
        width: 60px;
        right: -4px;
    }

        .DivLogoImage img {
            width: 50px;
        }


    /* All the following are for the .menu-icon (pure CSS) */
    #ddmenu .menu-icon {
        z-index: 1;
        /*font-size: 32px; /*icon size*/
        font-size: 24px;
        display: inline-block;
        position: absolute;
        /*float: left;*/
        /*width: 40px;*/
        width: 38px;
        /*height: 36px;*/
        height: 27px;
        text-align: center;
        cursor: pointer;
        -moz-user-select: none;
        -webkit-user-select: none;
        /*background-color: #b9b9b9;
        border-radius: 3px;*/
        /*margin: 8px;*/
        left: 0;
        /*margin-left: 15px;*/
        margin-top: -6px;
    }

        #ddmenu .menu-icon::before {
            content: "";
            position: absolute;
            top: 0.25em;
            left: 7px;
            width: 1em;
            height: 0.125em;
            border-top: 0.375em double rgba(0, 0, 0, 0.5);
            border-bottom: 0.125em solid rgba(0, 0, 0, 0.5);
            box-sizing: content-box;
        }

    #ddmenu .menu-icon-active {
        background-color: #ffffff;
    }

        #ddmenu .menu-icon-active::before {
            border-color: whitesmoke;
        }


    #ddmenu .Mobile-Search-Logo {
        display: inline-block;
        width: 100%;
    }




    .div-search {
        position: absolute;
        float: right;
        padding-right: 5px;
        text-align: right;
        left: 13px;
        /*margin: 5px 8px;
        top: 0;*/
        /* margin: 5px 8px; */
        top: -9px;
    }

        .div-search .SearchTextBox {
            direction: ltr;
            height: 30px;
            width: 0;
            box-sizing: border-box;
            border: 1px solid #ccc;
            border-radius: 4px;
            font-size: 11px;
            font-family: Tahoma;
            margin: 0;
            background-color: white;
            background-image: url('/Content/Images/Default/searchicon.png');
            background-position: 10px 10px;
            background-repeat: no-repeat;
            padding: 12px 20px 12px 27px;
            -webkit-transition: width 0.4s ease-in-out;
            transition: width 0.4s ease-in-out;
            position: absolute;
            /*right: 15%;*/
            /*top: 15px;*/
            left: 45px;
            top: 2px;
        }

            .div-search .SearchTextBox:focus {
                width: 70%;
                z-index: 9999;
                position: absolute;
            }

    #ddmenu .full-width {
        position: relative;
    }

    #ddmenu .dropdown {
        position: relative;
        *top: auto; /*for IE7*/
        border: none;
        border-radius: 0;
        box-shadow: none;
        background-color: #FFF;
    }

    #ddmenu .offset300 {
        left: 0;
    }

    #ddmenu .full-width .dropdown {
        width: auto;
    }

    #ddmenu .dd-inner {
        margin: 0;
        background: #f7f7f7;;
        text-align: left;
        border: 1px dashed;
        border-right: 0;
        border-left: 0;
    }

        #ddmenu .dd-inner a {
            padding-left: 20px;
        }

    /*turn each column to list vertically instead of horizontally */
    #ddmenu .column {
        width: auto;
        padding: 0;
        border: none;
        display: block;
    }

    #ddmenu .columnHorizon {
        display: block;
        width: auto;
        padding: 0;
        border: none;
    }


    /*move the arrow icon to right*/
    #ddmenu .caret {
        float: right;
        margin-top: 20px;
        margin-right: 20px;
        display: inline-block;
    }
}

.site-search {
    position: absolute !important;
    top: 5px !important;
    color: rgba(0, 0, 0, 0.5);
    right: -8px;
    z-index: 10000;
    padding: 9px;
    padding-top: 5px;
    padding-bottom: 15px;
    /*background-color: lightgrey;
    border-radius: 4px;*/
    cursor: pointer;
}

@media only screen and (max-width: 380px) {
    #ddmenu .small {
        display: none;
    }

    .div-search .SearchTextBox {
        right: 32%;
        top: 10px;
    }

        .div-search .SearchTextBox:focus {
            width: 59%;
        }
}
/*#endregion */


/*#region ModalPages */

@media (min-width: 1200px) {
    .col-lg-12 {
        width: 100%;
    }
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}



.fade.in {
    opacity: 1;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none;
    overflow: auto;
    overflow-y: scroll;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
    /* -webkit-transform: translate(0, 0); */
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}



.modal-dialog {
    z-index: 1050;
    width: auto;
    padding: 10px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (min-width: 768px) {
    .modal-dialog {
        right: auto;
        left: 50%;
        width: 600px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media screen and (min-width: 768px) {
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
}

.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: none;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
}

.modal-header {
    min-height: 16.428571429px;
    padding: 15px 0;
    border-bottom: 1px solid #e5e5e5;
    margin: 0 34px;
}

    .modal-header .close {
        margin: 3px 2px 0px 45px;
    }

.modal-data-li {
    display: inline-block;
    width: 250px;
    padding: 3px 0;
    color: #033d63;
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    color: #033d63;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 1;
    filter: alpha(opacity=20);
}



button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

button, select {
    text-transform: none;
}

.modal-title {
    margin: 0;
    line-height: 1.428571429;
    font-size: 20px;
    text-shadow: 0px 1px 1px;
}

.modal-title-image {
    position: absolute;
    left: 5px;
    top: 0;
}


.modal-body {
    position: relative;
    padding: 20px;
    max-height: 450px;
    overflow-y: auto;
    margin-bottom: 5px;
    line-height: 35px;
    text-align: justify;
}

.modal-footer {
    padding: 19px 20px 20px;
    margin-top: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}


.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.btn-default {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}

.btn:hover, .btn:focus {
    color: #333333;
    text-decoration: none;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    color: #333333;
    background-color: #ebebeb;
    border-color: #adadad;
}


button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

button, select {
    text-transform: none;
}

button, input {
    line-height: normal;
}

.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}

.btn-primary {
    color: #ffffff;
    background-color: #428bca;
    border-color: #357ebd;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active,
    .open .dropdown-toggle.btn-primary {
        color: #ffffff;
        background-color: #3276b1;
        border-color: #285e8e;
    }

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background-color: #000000;
}

    .modal-backdrop.in {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }


/*#endregion */

/*#region Footer */

footer {
    /*background: #0099ff;*/
    background: #ffffff;
    color: #fff;
    margin: 0;
    @import "https://fonts.googleapis.com/css?family=Open+Sans";
    font-family: BYekan;
}

    footer .centered {
        max-width: 1000px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }

        footer .centered .footer-logo {
            width: 20%;
            text-align: center;
            margin-top: 24px;
        }

            footer .centered .footer-logo img.logo {
                padding: 30px 20px 10px 20px;
                max-width: 100%;
            }

        footer .centered .footer-contact {
            width: 24%;
        }

        footer .centered .footer-navigation {
            width: 60%;
        }

            footer .centered .footer-navigation .footer-links-holder {
                width: 33.33333%;
                position: relative;
                float: right;
                margin: 0;
            }

                footer .centered .footer-navigation .footer-links-holder .footer-links {
                    margin: 0;
                    padding: 0;
                    list-style: none;
                    -webkit-transition: max-height .5s;
                    transition: max-height .5s;
                }

    footer .bottom-bar {
        position: relative;
        text-align: center;
        font-size: 13px;
        direction: ltr;
        background: #E71D36;
        /*background: #033d63;*/
        padding: 15px 0;
        font-family: Tahoma;
    }

        footer .bottom-bar a:hover {
            color: #808080;
        }

/* Responsive Tablet Sizes */
@media only screen and (max-width: 800px) {
    footer .centered {
        flex-wrap: wrap;
    }

        footer .centered .footer-logo {
            max-width: 250px;
            width: 50%;
        }

        footer .centered .footer-contact {
            width: 50%;
            padding: 0 20px;
        }

        footer .centered .footer-navigation {
            width: 100%;
        }

            footer .centered .footer-navigation .footer-links-holder {
                padding: 0 20px;
            }
}
/* Responsive Mobile Sizes */
@media only screen and (max-width: 600px) {
    footer .centered .footer-logo {
        width: 100%;
        margin: 0 auto;
    }

    footer p, footer li a {
        font-size: 15px;
        margin: 10px 0;
    }

    footer .centered .footer-contact {
        width: 100%;
    }

    footer .centered .footer-navigation .footer-links-holder {
        width: 100%;
        padding: 0;
    }

        footer .centered .footer-navigation .footer-links-holder h3 {
            margin: 0;
            padding: 10px 20px;
            border-top: #000 1px solid;
            cursor: pointer;
            font-size: 20px;
            font-weight: bold;
            /* Down Arrows */
        }

            footer .centered .footer-navigation .footer-links-holder h3::after {
                float: left;
                margin-right: 10px;
                content: "";
                display: inline-block;
                vertical-align: middle;
                margin-top: 7px;
                width: 7px;
                height: 7px;
                border-top: 2px solid #fff;
                border-right: 2px solid #fff;
                -moz-transform: rotate(135deg);
                -ms-transform: rotate(135deg);
                -webkit-transform: rotate(135deg);
                transform: rotate(135deg);
                -webkit-transition: transform .5s;
                transition: transform .5s;
            }

        footer .centered .footer-navigation .footer-links-holder .footer-links {
            max-height: 0;
            overflow: hidden;
            padding: 0 20px;
            font-size: 17px;
        }

        footer .centered .footer-navigation .footer-links-holder.active h3::after {
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        footer .centered .footer-navigation .footer-links-holder.active .footer-links {
            max-height: 10000px;
        }
}
/* Social Icons */
.social {
    text-align: center;
}

    .social a {
        display: inline-block;
        padding-top: 4px;
        width: 35px;
        height: 35px;
        margin: 0 2px;
        background: #fff;
        border-radius: 50%;
        vertical-align: middle;
        color: #033d63;
        font-size: 20px;
    }

        .social a:hover {
            background: #033d63;
            color: #fff;
        }


#ctl00_menu_Response li>a {
    margin-right: 10px;
}

/* Typography */
footer h3 {
    font-weight: lighter;
    font-size: 18px;
    margin-bottom: 0;
}

footer p, footer li {
    font-size: 12px;
    margin: 10px 0;
}

footer a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: color .5s, background .5s;
    transition: color .5s, background .5s;
}

    footer a:hover {
        color: #033d63;
    }

/* Misc CSS */
.clearfix:before, .clearfix:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
    clear: both;
}

body {
    margin: 0;
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


/*#endregion */


@media screen and (max-width: 380px) {
    .div-search {
        margin-top: -12px;
    }

    .site-search {
        top: 13px !important;
    }
}

ul#ctl00_ulLangResponsive {
    margin-bottom: 0 !important;
    padding-left: 0;
}

.submenuResponsive {
    position: absolute;
    top: 48px;
    z-index: 200000;
    left: 41px;
    background-color: whitesmoke;
    width: 100px;
    text-align: center;
    color: black;
    box-shadow: 2px 2px 5px #b5b3b3;
    display: none;
    transition: all 0.5s;
}



.submenuResponsive li>a {
    padding: 6px;
    font: 12px tahoma;
    color: #727272;
    display: block;
}

.submenuResponsive li:hover {
    background-color: #e4e4e4
}

    .submenuResponsive li:hover > a{
        color: black !important;
        text-decoration: none;
    }


.menuToggleClass {
    padding: 17px !important;
    display: inline-block !important;
    padding-right: 10px !important;
    border-radius: 0 !important;
    background-color: #ed1c24 !important;
}

.menuBorder {
    border-bottom: 4px solid #e71d36;
}