﻿@media only screen and (min-width : 768px) {

    #mainMenu {
        Width: 1200px;
        Height: 72px;
        Background-color: #19313f;
    }


        #mainMenu .submenu_search ul li.search_input {
            float: right;
        }
}

@media only screen and (min-width : 100px) and (max-width : 768px) {
    #mainMenu .takdinMobLogo {
        float: left !important;
        Width: 77px;
        Height: 25px;
        Background-color: transparent;
        display: inline-block;
        position: relative;
        margin-left: 20PX;
        top: 12px;
    }

        #mainMenu .takdinMobLogo a {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

    #mainMenu {
        width: 100% !important;
        Height: 96px;
        Background-color: #19313f;
    }

        #mainMenu .submenu_search ul li.search_input {
            float: none;
            display: table;
            width: 100% !important;
            padding-left: 12px;
            padding-right: 12px;
        }

        #mainMenu .submenu_search ul {
            width: 100% !important;
        }

    #searchBarPortal {
        float: none !important;
        width: 100% !important;
        display: table-cell !important;
        height: 39px !important;
    }

    #submitSearchBtn {
        position: relative;
        width: 20% !important;
        max-width: 87px !important;
        min-width: 87px !important;
        display: table-cell !important;
        height: 38px !important;
        top: 0;
    }

    #mainMenu .submenu_search {
        width: 100% !important;
    }

    #mainMenu .menu li.subMenuContainer {
        Background-color: #19313f;
        width: 100% !important;
        margin-right: 0;
        height: auto !important;
        margin-top: 27px;
    }

    #mainMenu .submenu_search .search_choice {
        float: none;
        position: absolute;
        bottom: 48px;
        right: 103px;
        Font-size: 14px;
        right: 73px;
    }

    .submenu_search{
        display:block !important;
    }
}

@media only screen and (min-width : 100px) and (max-width : 320px) {
      #mainMenu .submenu_search .search_choice {
      
        Font-size: 11px;
     
    }
}


#mainMenu .menu {
    list-style-type: none;
    text-align: center;
    padding: 0;
    margin: auto;
    padding-bottom: 15px;
    padding-top: 15px;
}


#mainMenu .submenu ul {
    list-style-type: none;
    text-align: center;
    padding: 0;
    margin: auto;
}

#mainMenu .menu > li {
    float: right;
    height: 39px;
    cursor: pointer;
    line-height: 39px;
    margin-right: 20px;
}


#mainMenu .submenu {
    /*display:none;*/
}

#mainMenu .submenu_search {
    display: none;
}

    #mainMenu .submenu_search ul {
        list-style-type: none;
    }

        #mainMenu .submenu_search ul > li {
            float: right;
            Color: #ffffff;
            Font-size: 18px;
            Font-weight: normal;
        }

    /*radio btn section*/

    #mainMenu .submenu_search [type=radio] {
        display: none;
    }



        #mainMenu .submenu_search [type=radio] + label:after {
            content: "\f10c";
            font-family: FontAwesome;
            font-size: 1.1em;
            display: inline-block;
            margin-left: 7px;
            position: relative;
            top: 2px;
        }

        #mainMenu .submenu_search [type=radio]:checked + label:after {
            content: "\f192";
            font-family: FontAwesome;
            margin-left: 7px;
            position: relative;
            top: 2px;
        }

    /**/

    #mainMenu .submenu_search .search_choice {
        cursor: default;
    }

        #mainMenu .submenu_search .search_choice div {
            display: inline-block;
            position: relative;
            float: right;
            top: 1px;
            margin-left: 12px;
        }

        #mainMenu .submenu_search .search_choice label {
            padding-left: 6px;
            direction: ltr;
        }

#mainMenu .submenu ul > li {
    float: right;
    cursor: pointer;
    margin-right: 15px;
    margin-left: 15px;
}

    #mainMenu .submenu ul > li a {
        text-decoration: none;
        Font-size: 20px;
        Font-weight: normal;
        Color: #ffffff;
    }

#mainMenu .mainMenuSearch {
    Color: white;
    Font-size: 30px;
    border-right: 1px solid white;
    border-left: 1px solid white;
    padding-left: 15px;
    padding-right: 15px;
}

#mainMenu .maagarEntryBtn {
    Font-size: 22px;
    Font-weight: bold;
    Color: #ffffff;
    border: 1px solid white;
    padding-left: 15px;
    direction: rtl;
    padding-right: 15px;
}

#mainMenu .maagarEntryBtn a{
color:inherit;
text-decoration:none;
}

    #mainMenu .maagarEntryBtn em {
        transform: scaleX(-1);
        font-size: 25px;
        margin-left: 6px;
        position: relative;
        top: 2px;
    }

.maagarEntryBtnItem {
    float: left !important;
    margin-left: 15px !important;
    margin-right: 0 !important;
}

#mainMenu .takdinLogo {
    Width: 166px;
    Height: 72px;
    Background-color: #af3c3c;
    display: inline-block;
    position: relative;
    float: right;
}

    #mainMenu .takdinLogo a {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

#searchBarPortal {
    background-color: #ffffff;
    Font-size: 18px;
    Font-weight: normal;
    Height: 42px;
    Width: 383px;
    border: none;
    color: black;
    direction: rtl;
    padding: 5px;
    outline: none;
}

#submitSearchBtn {
    background-color: #ac3636;
    Font-size: 18px;
    Font-weight: bold;
    Height: 42px;
    Width: 87px;
    Color: #ffffff;
    border: none;
    text-align: center;
    display: inline-block;
}


/* Slide in animation */
@-moz-keyframes slidein {
    0% {
        right: -225px;
    }

    100% {
        right: 0;
    }
}

@-webkit-keyframes slidein {
    0% {
        right: -225px;
    }

    100% {
        right: 0;
    }
}

@keyframes slidein {
    0% {
        right: -225px;
    }

    100% {
        right: 0;
    }
}

@-moz-keyframes slideout {
    0% {
        right: 0;
    }

    100% {
        right: -225px;
    }
}

@-webkit-keyframes slideout {
    0% {
        right: 0;
    }

    100% {
        right: -225px;
    }
}

@keyframes slideout {
    0% {
        right: 0;
    }

    100% {
        right: -225px;
    }
}

@-moz-keyframes bodyslidein {
    0% {
        right: 0;
    }

    100% {
        right: 225px;
    }
}

@-webkit-keyframes bodyslidein {
    0% {
        right: 0;
    }

    100% {
        right: 225px;
    }
}

@keyframes bodyslidein {
    0% {
        right: 0;
    }

    100% {
        right: 225px;
    }
}

@-moz-keyframes bodyslideout {
    0% {
        right: 225px;
    }

    100% {
        right: 0;
    }
}

@-webkit-keyframes bodyslideout {
    0% {
        right: 225px;
    }

    100% {
        right: 0;
    }
}

@keyframes bodyslideout {
    0% {
        right: 225px;
    }

    100% {
        right: 0;
    }
}

#sidesWrapper.body-slide-in {
    -moz-animation: bodyslidein 300ms forwards;
    -o-animation: bodyslidein 300ms forwards;
    -webkit-animation: bodyslidein 300ms forwards;
    animation: bodyslidein 300ms forwards;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

#sidesWrapper {
    -moz-animation: bodyslideout 300ms forwards;
    -o-animation: bodyslideout 300ms forwards;
    -webkit-animation: bodyslideout 300ms forwards;
    animation: bodyslideout 300ms forwards;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.submenuMob.slide-in {
    -moz-animation: slidein 300ms forwards;
    -o-animation: slidein 300ms forwards;
    -webkit-animation: slidein 300ms forwards;
    animation: slidein 300ms forwards;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    /*Background-color: #404041;
    font-size: 18px;
    color: #d0d2d3;
    position: relative;
    height: 100%;*/
}

.submenuMob {
    position: absolute;
  
    z-index: 1600;
    right: -255px;
    Background-color: #19313f;
    -moz-animation: slideout 300ms forwards;
    -o-animation: slideout 300ms forwards;
    -webkit-animation: slideout 300ms forwards;
    animation: slideout 300ms forwards;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

    .submenuMob ul {
        width: 224px;
    }

        .submenuMob ul li {
            display: block;
            width: 100%;
            position: relative;
        }

        .submenuMob ul > li a {
            padding: 0;
            height: auto;
            text-decoration: none;
        }

        .submenuMob ul .menuItem {
            padding: 10px;
            cursor: pointer;
            Font-size: 18px;
            height: 45px;
            Color: #ffffff;
        }

        .submenuMob ul .menuItemText {
            display: inline-block;
            margin-right: 5px;
        }

        .submenuMob ul .closeMenu div em {
            float: right;
            font-size: 24px;
        }

#mainMenu button.navbar-toggle {
    border-color: #ddd;
    Background-color: #19313f;
    right: 12px;
    border-radius: 4px;
    float: none;
    padding: 10px;
    margin: 0;
    margin-top: 5px;
    position: absolute;
    z-index: 1600;
}

    #mainMenu button.navbar-toggle .icon-bar {
        background-color: #eee !important;
        height: 4px;
        width: 27px;
    }
