/*.header{*/
    /*background-color: #fff;*/
    /*padding: 0px 0 0px 0;*/
    /*width: 100%;*/
    /*z-index: 1001;*/
    /*transition: all 0.2s ease 0s;*/
    /*background: none repeat scroll 0% 0% rgba(255,255,255,1);*/
    /*position: relative;*/
    /*-moz-box-shadow: 0 3px 8px rgba(0, 0, 0, .1);*/
    /*-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .1);*/
    /*box-shadow: 0 3px 8px rgba(0, 0, 0, .1);*/
/*}*/

/*.header:after{*/
    /*position: absolute;*/
    /*height: 0px;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*content: "";*/
    /*width: 100%;*/
    /*display: block;*/
    /*background: #333333;*/
/*}*/
@media (max-width: 992px) {
    .sticky-wrapper.is-sticky .header{
        /*position: absolute;*/
    }
}
/*.sticky-wrapper.is-sticky .header{*/
/*background: rgba(0,0,0,0) ;*/
/*}*/


.sticky-wrapper.is-sticky .navbar .nav > li > a{
    line-height: 56px;
}

.sticky-wrapper.is-sticky .header{
    background: rgba(255,255,255,.95);
}
.sticky-wrapper.is-sticky .navbar-brand{
    padding: 0px 0;
}
.sticky-wrapper.is-sticky .navbar-brand img{
    max-height: 60px;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.sticky-wrapper.is-sticky .search-wrapper{
    line-height: 60px;
}


/*=====================================================================
    search
=====================================================================*/

.search-wrapper{
    position: relative;
    float: right;
    line-height:40px;
    margin-top: 0px;
    border-left:0px solid #eaeaea ;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    padding-left: 10px;
    margin-top:26px;
}




@media (max-width: 991px) {
    .search-wrapper{
    border: none;

    }
}
.search-wrapper button.search-icon{
    /*width: 32px;*/
    /*border-radius: 100%;*/
    /*height: 32px;*/
    background-color: transparent;
    display: inline-block;
    line-height:30px;
    text-align: center;
    position: relative;
    outline: none;
    box-shadow: none;
    border: none;
    border-left: 1px solid #eaeaea;
    padding: 0;
    padding-left: 10px;
}


.search-wrapper a{
    display: inline-block;
}

.search-wrapper a i{
    display: block;
    width:30px;
    height:30px;
    border-radius: 100%;
    line-height: 30px;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    text-decoration: none;
}


.search-wrapper a i.fa-facebook,
.search-wrapper a:hover i.fa-facebook{
    background-color: #000 !important;
    color: #fff;
}

.search-wrapper a i.fa-twitter,
.search-wrapper a:hover i.fa-twitter{
    background-color: #fdba1a !important;
    color: #fff;
}


.search-wrapper a i.fa-youtube,
.search-wrapper a:hover i.fa-youtube{
    background-color: #e5322d !important;
    color: #fff;
}


.search-wrapper a.cart-icon{
    color: #fff;
}

.search-wrapper a.cart-icon > span{
    position: absolute;
    border-radius: 100%;
    padding: 5px 5px;
    color: #fff;
    font-size: 11px;
    line-height: 11px;
    top: -10px;
    right: -11px;
    background-color: #333;
}
.search-wrapper button.search-icon{
    color: #00aaf9;
}



/*@media (min-width: 992px) {*/
/*#header .sticky-wrapper.is-sticky {*/
/*position: static;*/
/*}*/
/*}*/


/*=====================================================================
    header
=====================================================================*/

/*#mainheader {*/
/*width: 100%;*/
/*display: block;*/
/*position: relative;*/
/*background: rgb(11,28,51);*/
/*}*/

/*.header {*/
/*padding: 0;*/
/*width: 100%;*/
/*transition: all 0.2s ease 0s;*/
/*background: url(../images/demo/nav-bg.jpg) repeat scroll 50% 50% rgba(11,28,51,1);*/
/*position: relative;*/
/*-moz-box-shadow: 0 3px 5px rgba(0, 0, 0, .2);*/
/*-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .2);*/
/*box-shadow: 0 3px 5px rgba(0, 0, 0, .2);*/
/*}*/

.navbar {
    margin-bottom: 0;
    z-index:8000;
    min-height: inherit;
    
}

.navbar-default {
    border-radius: 0;
    border: none;
    background: transparent;
    box-shadow: none;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    color: #ff3131;
    background: transparent;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #ff3131;
    background: transparent;
    /*border-bottom: 4px solid #00aaf9;*/
}

.navbar-brand {
 height: 100%;
}


.navbar-brand img{ margin: 10px 0px;
 max-height:70px;
 background:#fff;
 padding:3px;

}

.navbar .nav {margin-top:26px;}

.navbar .nav > li > a {
    background: none;
    font-style: normal;
    line-height:40px;
    color: #fff;
    padding: 0px 10px;
    position: relative;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    /*border-right: 1px solid rgba(0,0,0,.1);*/
    /*border-left: 1px solid rgba(255,255,255,.03);*/
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border-bottom: 2px solid transparent;
}

.navbar .nav > li > a span{
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 13px;
    margin: 0 !important;
    color: rgba(255,255,255,.5);
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #fdba1a;
    background: transparent;
    /*border-bottom: 4px solid #00aaf9;*/
}


.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #fdba1a;
    background: transparent;
    border-bottom: 2px solid #fdba1a;
}

.nav > li > a >.fa {
    font-size: 13px;
    vertical-align: middle;
    /*padding-right: 6px;*/
    /*color: rgba(255,255,255,.4);*/
    /*display: block;*/
    text-align: center;
    margin: 0!important;
}

/*navigation with icons*/
.navbar.with-icon  .nav > li > a {
    padding: 24px 15px;
}

.navbar.with-icon .nav > li > a >.fa {
    font-size: 13px;
    vertical-align: middle;
    padding-right: 6px;
    color: rgba(255,255,255,.4);
    display: block;
    text-align: center;
    margin: 0!important;
}

.nav > li:last-child > a {
    border-right: none;
}

.nav > li:first-child > a {
    border-left: 0px solid #eaeaea;
}

.nav li:hover > a {
    /*background-color: rgb(240,53,58);*/
    color: #ff3131;
}

.navbar ul.dropdown-menu {
    border: 0;
    border-radius: 0;
    /*border-bottom-left-radius: 4px;*/
    /*border-bottom-right-radius: 4px;*/
    background-origin: padding-box;
    padding: 0;
    font-size: 13px;
    top: auto;
    background: #f7f7f7;
    min-width: 180px;
    border-top: 2px solid #fdba1a;
    box-shadow: 0px 1px 1px 1px rgba(0,0,0,.05);
    margin-top: -2px;
}

.dropdown > .dropdown-menu,
.dropdown-menu > .dropdown-submenu > ul.dropdown-menu {
    animation-name: slidenavAnimation;
    animation-duration: .5s;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    -webkit-animation-name: slidenavAnimation;
    -webkit-animation-duration: .5s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: slidenavAnimation;
    -moz-animation-duration: .5s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: forwards;

}

@keyframes slidenavAnimation {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    };
}

@-webkit-keyframes slidenavAnimation {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    };
}

.navbar ul.dropdown-menu > li {
    margin: 0;
    border-bottom: 1px solid #eaeaea;
}

.navbar ul.dropdown-menu > li > a {
    color: #333;
    font-weight: 400;
    text-transform: none;
    position: relative;
    padding: 10px 15px;
    font-size: 13px;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;

}

.navbar ul.dropdown-menu li:hover > a {
    background: #f2f2f2;
}

.navbar ul.dropdown-menu > li > a:hover {
    background: #f2f2f2;
}

.navbar ul.dropdown-menu > li:last-child,
.navbar ul.dropdown-menu > li > a:hover{
    border-bottom: 0;
    border-radius: 0 0 4px 4px !important;
}

@media (min-width: 992px){

    .navbar li.dropdown:hover > ul {
        display: block;
    }
}



.yamm .dropdown-submenu:hover>.dropdown-menu {
    display: block;
}


/*sub menu*/
.yamm .dropdown-submenu {
    position: relative;
}

.navbar .dropdown-submenu > a:after {
    content: "";
    width: 4px;
    height: 100%;
    background: #eaeaea;
    font-weight: normal;
    font-style: normal;
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    text-decoration: inherit;
    font-size: 14px;
    color: rgb(240,53,58);
}

.navbar .dropdown-submenu >.dropdown-menu {
    top: 0px;
    left: 100%;
    /*z-index: 15789;*/
}

.navbar ul.dropdown-menu.right > li.dropdown-submenu > a:after {
    content: "";
    font-weight: normal;
    font-style: normal;
    display: block;
    width: 4px;
    height: 100%;
    background: #ff3131;
    position: absolute;
    left: 4px;
    right: auto;
    top: 0px;
    text-decoration: inherit;
    font-size: 14px;
    color: rgb(240,53,58);
}


.navbar ul.dropdown-menu.right > li.dropdown-submenu >.dropdown-menu {
    top: -6px;
    position: absolute;
    left: -99%;
}


.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
    position: static;


}

.yamm .dropdown{
    /*opacity: .94;*/
    /*filter: alpha(opacity=.94);*/
}
.yamm  .container {
    position: relative;
}

.yamm .dropdown-menu {
    left: auto;

}

.yamm-fw .dropdown-menu > li {
    display: block;
}

.yamm .nav.navbar-right .dropdown-menu {
    left: auto;
    right: 0;
}

.yamm .nav .yamm-content {
    padding: 0px 11px 0 16px;

    /*opacity: .8;*/
    /*filter: alpha(opacity=.8);*/
}

.yamm .nav .yamm-content ul.yamm-submenu {
    margin: 0;
    padding: 0px;
    list-style: none;
    border-bottom: 4px solid rgba(244, 244, 244, .1);

}

.yamm .nav .yamm-content ul.yamm-submenu >li > a {
    color: #333;
    font-weight: 400;
    text-transform: none;
    text-decoration: none;
    position: relative;
    padding: 10px 15px;
    font-size: 13px;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    border-bottom: 1px solid #eaeaea;
    display: block;
}


.yamm .nav .yamm-subtitle h2 {
    color:#ff3131;
    display: block;
    font-size: 13px;
    font-weight: 900;
    padding: 0px 0 5px 15px;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.yamm .nav .yamm-content .yamm-inner {
    padding: 30px 0px;

}

.nav-desc-wrapper{
    /*padding: 10px 15px;*/
}

.nav-desc-wrapper img{
    float: left;
    margin: 0 10px 10px 0
}

.yamm .dropdown.yamm-fw .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;

}


/*fixed header*/

.header.fixedHeader {
    position: fixed !important;
    top: -15px;
    z-index: 9999;
    top: 0px;
    left: 0;
    right: 0;
    width: 100%;

}

.header.fixedHeader .navbar .nav > li > a {
    /*padding-bottom: 8px;*/
    /*padding-top: 8px;*/
}

.header.fixedHeader .navbar-brand {
    padding-top: 0px !important;
}
header#header .navbar-brand img{
    max-height: 92px;
}
.header.fixedHeader .navbar-brand img {
    max-height: 40px;
    -moz-transition: width 1s ease-in-out, left 1.5s ease-in-out;
    -webkit-transition: width 1s ease-in-out, left 1.5s ease-in-out;
    -moz-transition: width 1s ease-in-out, left 1.5s ease-in-out;
    -o-transition: width 1s ease-in-out, left 1.5s ease-in-out;
    transition: width 1s ease-in-out, left 1.5s ease-in-out;
}

.default {
    width: 100%;
}


/*logo region for center align menu*/
.logo-region {
    /*text-align: center;*/
    padding: 20px 0;
    border-bottom: 1px solid rgba(0,0,0,.3);
    position: relative;
}

.logo-region:after {
    width: 100%;
    content: "";
    border-bottom: 1px solid rgba(255,255,255,.03);
    position: absolute;
    bottom: 0;
    left: 0;
}

.logo-region a img {
    margin: 0 auto;
    display: inline-block;
}


/*tease text for center align menu*/
.tease-text h4 {
    margin: 0;
    margin-top: 10px;
    color: #fff;
    font-size: 12px;
    text-align: left;
    opacity: .5;
    line-height: 14px;
    display: inline-block;
    float: left;
}

.tease-text h4:after {
    content: "";
    border-bottom: 1px solid rgba(0,0,0,.6);
    height: 0px;
    right: -40px;
    position: absolute;
    top: 10px;
    width: 60px;
    padding: 0px 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 1;
}

.tease-text.right {
    float: right;
}

.tease-text.right h4:after {
    left: -40px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*navbar nav style center align menu*/
@media (min-width: 991px) {
    .hd-center .navbar-nav {
        display: inline-block;
        float: none;
        margin: 0 !important;
        padding-bottom: 0 !important;
    }

    .hd-center .navbar-collapse.collapse {
        text-align: center;
        /* Set this */
        display: block !important;
        height: auto !important;
        padding-bottom: 0 !important;
        overflow: visible !important;
        margin-bottom: 0!important;
        line-height: 10px;
        border-bottom: none;
    }

    .hd-center .dropdown-menu > li {
        text-align: left !important;
        line-height: 21px;
    }

    /*navigation with icons*/
    .hd-center .nav > li > a {
        padding: 8px 15px;
    }



    .hd-left .navbar-nav {
        display: inline-block;
        float: left;
        margin: 0 !important;
        padding-bottom: 0 !important;
    }

    .hd-left .navbar-collapse.collapse {
        text-align: center;
        /* Set this */
        display: block !important;
        height: auto !important;
        padding-bottom: 0 !important;
        overflow: visible !important;
        margin-bottom: 0!important;
        line-height: 10px;
        border-bottom: none;
    }

    .hd-left .dropdown-menu > li {
        text-align: left !important;
        line-height: 21px;
    }

    /*navigation with icons*/
    .hd-left .nav > li > a {
        padding: 8px 15px;
    }
}



@media (min-width: 768px) and (max-width: 979px) {
    .navbar.basic .navbar-nav > li {
        margin-left: 10px;
    }
}
/*@media (max-width: 991px) {*/
/*.navbar .nav, .navbar .dropup, .navbar .dropdown, .navbar .collapse {*/
/*position: relative;*/
/*}*/

/*.navbar.basic .navbar-collapse {*/
/*float: none !important;*/
/*margin: 0;*/
/*background: #414141;*/
/*}*/
/*.navbar.basic.default, .navbar.basic.fixed {*/
/*position: relative;*/
/*}*/
/*.navbar-nav > li > a, .navbar-nav > li:first-child > a, .navbar .dropdown-menu li {*/
/*border: none;*/
/*}*/
/*.navbar .dropdown-menu {*/
/*position: relative;*/
/*left: inherit;*/
/*top: inherit;*/
/*float: none;*/
/*width: auto;*/
/*display: block !important;*/
/*}}*/
.navbar.basic .navbar-collapse {
    max-height: inherit;
}


.navbar-brand {
 padding: 0px 0;
}



/*responsive
*/


@media (max-width: 991px) {
    /*.header {*/
    /*padding: 0;*/
    /*width: 100%;*/
    /*z-index: 1001;*/
    /*transition: all 0.2s ease 0s;*/
    /*background: url(../images/demo/nav-bg.jpg) repeat scroll 50% 50% rgba(11,28,51,1);*/
    /*background-size: cover;*/
    /*position: relative;*/
    /*-moz-box-shadow: 0 3px 5px rgba(0, 0, 0, .2);*/
    /*-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .2);*/
    /*box-shadow: 0 3px 5px rgba(0, 0, 0, .2);*/
    /*}*/


    .container > .navbar-header,
    .container > .navbar-collapse
    {
        margin-right: 0 !important;
        margin-left: 0 !important;

    }


    .container  .navbar-collapse{
        background: #fff;
    }
    .header .navbar-collapse,
    .header .navbar-collapse .container{
        padding-left: 0;
        padding-right: 0;
    }


    /*.navbar li.dropdown:hover > ul {*/
    /*display: block;*/
    /*}*/

    .navbar-collapse,
    .navbar-collapse.in {
        width: 100%;
        overflow: hidden;
        overflow-y: hidden;
        padding-left: 0;
        padding-right: 0;
        margin: 10px auto;
    }

    .navbar-collapse {
        max-height: none;
        background: transparent;
    }

    .navbar-default .navbar-collapse {
        border: transparent;
        box-shadow: none;
    }

    .navbar-collapse {
        float: none;
        position: relative;
    }

    .navbar-header {
        float: left;
    }





    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 4px solid #00aaf9;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-collapse.collapse {
        display: none!important;
    }

    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }

    .navbar-nav>li {
        float: none;
        border-bottom: 1px solid #eaeaea;
    }

    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar .nav > li > a span{
        display: none
    }

    .nav > li > a >.fa {
        font-size: 13px;
        vertical-align: middle;
        padding-right: 6px;
        /*color: rgba(255,255,255,.4);*/
        display: none;
        text-align: left;
        margin: 0!important;
    }

    .navbar-collapse.in {
        display: block !important;
    }

    .navbar .nav {
        float: none;
        margin: 0;
        display: block;
        width: 100%;
        /*border: 1px solid rgba(0,0,0,0.1);*/
    }

    .navbar ul.dropdown-menu{
        /*display: block !important;*/
        box-shadow: none;
        border-bottom: none;
    }
    .navbar ul li.dropdown-submenu >.dropdown-menu{
        display: block !important;
    }
    .yamm .nav li a,
    .yamm ul.dropdown-menu li a,
    .yamm ul.dropdown-menu li.dropdown-submenu >ul.dropdown-menu li a,
    .yamm .nav .yamm-content ul.yamm-submenu >li > a{
        padding: 10px ;
        line-height: 30px !important;
        background: transparent;
        border: 0;
        font-weight: 400;
        float: none;
        display: block;
        border-bottom: none !important;
        width: 100%;
        color: #333;
        border-top: 1px solid rgba(255,255,255,0.1) !important;
    }

    .navbar ul.dropdown-menu li a,
    .navbar ul.dropdown-menu li.dropdown-submenu >ul.dropdown-menu li a,
    .yamm .nav .yamm-content ul.yamm-submenu >li > a{
        color: #a1a1a1 !important;
        line-height: 24px !important;
        padding: 8px 14px;
    }

    .nav li.dropdown >a:after {
        content: "\f067";
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        display: block;
        float: right;
        text-decoration: inherit;
        font-size: 14px;
    }

    .nav li.dropdown.open >a:after{
        content: "\f068";
    }
    .navbar-default .navbar-nav>.open>a{}
    .yamm .nav .yamm-content {
        padding: 0px;
        background: transparent;
    }

    .yamm .nav .yamm-content ul.yamm-submenu {
        border: none;
    }

    .yamm .nav .yamm-subtitle h2 {
        color: #00aaf9;
        display: block;
        font-size: 13px;
        font-weight: 600;
        margin: 15px;
        text-transform: uppercase;
    }

    .yamm .nav .yamm-content .yamm-inner {
        padding: 0 15px;

    }

    .yamm .nav .yamm-content ul.yamm-submenu >li > a {
        background: transparent;
        padding-left: 45px;
        border: none;
        /*border-top: 1px solid rgba(0,0,0,.1) !important;*/
        text-decoration: none;
        color: #fff;
    }

    .nav li.dropdown ul.dropdown-menu li:first-child a,
    .nav li:first-child a {
        border-top: none;
    }

    .nav ul.dropdown-menu >li> a {
        background: transparent;
        padding-left: 45px;
        border-top: 1px solid rgba(0,0,0,.1);
    }

    .navbar ul.dropdown-menu li.dropdown-submenu >ul.dropdown-menu li a {
        padding-left: 65px;
    }

    .nav ul.dropdown-menu >li> a:hover {
        background: transparent;
    }

    .nav ul.dropdown-menu >li> a, .nav a,
    .nav li.dropdown a,
    .nav li.active a {
        background: transparent !important;
    }

    .navbar .nav li a, .nav li.dropdown a {
        padding-left: 15px;
    }

    .nav ul.dropdown-menu li {
        border-bottom: none;
        width: 100%;
        float: none;
    }

    .nav ul.dropdown-menu,
    .nav ul.dropdown-menu.right > li.dropdown-submenu >.dropdown-menu {
        position: static;
        clear: both;
        float: none;
        background: transparent;
        border-top: 1px solid rgba(0,0,0,.1);
        width: auto;
    }

    .nav ul.dropdown-menu.right >li.dropdown-submenu > a:after {
        content: "\f105";
        font-family: 'FontAwesome';
        font-weight: normal;
        font-style: normal;
        display: block;
        left: auto;
        text-decoration: inherit;
        font-size: 14px;
        position: absolute;
        right: 6px;
        top: 8px;
    }

    
    .navbar .dropdown-submenu > a:after{
        background: transparent;
    }
    .nav ul.dropdown-menu > li.dropdown-submenu >a {
        color: #00aaf9;
    }

    .nav .dropdown-submenu ul.dropdown-menu li a {
        font-weight: 300;
        color: #333;
    }

    .yamm .nav .yamm-content ul.yamm-submenu {
        margin: 0;
        padding: 0px;
        list-style: none;
    }

    .navbar-brand {
        padding: 0px 0;
    }


    /*navigation with icons*/
    .navbar.with-icon  .nav > li > a {
        padding: 5px;
    }

    .navbar.with-icon .nav > li > a >.fa {
        display: none;
    }

    /*///////////////////////////////*/

    .navbar-default .navbar-toggle {
        margin-top: 0px;
        background: transparent;
        color: #333;
        margin-left: 5px;
        border-radius: 100%;
        margin-right: 0;
        border-color: transparent;
        margin-bottom: 0px;
        width: 32px;



        padding: 0;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .navbar-brand {
        /*padding-top: 18px !important;*/
    }

    .navbar-brand img {
        max-height: 80px;
        -moz-transition: width 1s ease-in-out, left 1.5s ease-in-out;
        -webkit-transition: width 1s ease-in-out, left 1.5s ease-in-out;
        -moz-transition: width 1s ease-in-out, left 1.5s ease-in-out;
        -o-transition: width 1s ease-in-out, left 1.5s ease-in-out;
        transition: width 1s ease-in-out, left 1.5s ease-in-out;
    }

    .header.fixedHeader {
        position: relative !important;
    }

}

















/* Overlay style */
.overlay-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #00aaf9;
    z-index: 99999;
}



/* Overlay closing cross */
.overlay-modal .overlay-close {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    margin-left: -40px;
    top: 50%;
    margin-top: -160px;
    overflow: hidden;
    border: none;
    background: url(../images/cross.png) no-repeat center center;
    text-indent: 200%;
    color: transparent;
    outline: none;
    z-index: 100;
}
.overlay-contentpush.close:hover,
.overlay-contentpush.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=100);
    opacity: 1;
}
.overlay-contentpush {
    background: #00aaf9;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.5s, visibility 0s 0.5s;
    transition: transform 0.5s, visibility 0s 0.5s;
}

.overlay-contentpush.open {
    visibility: visible;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}


.search-box-container{
    width: 100%;
    height: 100%;
    display: table;
    position: relative;
}

.overlay-contentpush.open:before{
    content: '';
    position: absolute;
    top:0;
    left: 50%;
    width: 1px;
    background: rgba(255,255,255,.2);
    display: inline-block;
    height: 100%;
    z-index: -1;
}

.search-box-td{
    width: 100%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.search-box-td label{
    font-size: 50px;
    color: #ffffff;
    margin-bottom: 30px;

}

.search-box-input{
    min-width: 280px;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,.2);
    border-top: 1px solid rgba(255,255,255,.2);
    margin: 0 auto;
    background: #00aaf9;
    text-align: center;
}
.search-box-td input[type=text]{
    width: 100%;
    border: none;
    box-shadow: none;
    /*padding: 20px;*/
    background: transparent;
    text-align: center;
    color: #fff;
    line-height: 24px;
    font-size: 24px;
}

.search-box-td .form-control:focus{
    box-shadow: none;
    border: none;
    outline: none;
}

.search-box-td .form-control::-moz-placeholder {
    color: #ffffff;
    opacity: .5;
    text-align: center;
}
.search-box-td .form-control:-ms-input-placeholder {
    color: #ffffff;
    opacity: .5;
    text-align: center;

}
.search-box-td .form-control::-webkit-input-placeholder {
    color: #ffffff;
    opacity: .5;
    text-align: center;
    font-size: 24px;
}

.submit-search{
    width: 60px;
    height: 60px;
    border-radius: 100%;
    outline: none;
    box-shadow: none;
    border: none;
    margin-top: 30px;
    background: url(../images/search-icon.png) no-repeat center center #fff;
    text-indent: -99999px;
}
