﻿
.Page_Description
{
    margin:50px;

}
.Wrp_AdminMenu {
    position: relative;
}
/* only when orientation is in portrait mode */
@media all and (orientation:portrait) {
    #overlay {
        display: block;
    }
}

@media all and (orientation:landscape) {
    #overlay {
        display: none;
    }
}

.hit-the-floor {
    color: #fff;
    font-weight: bold;
    font-family: Helvetica;
    text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 7px rgba(0,0,0,.25), 0 7px 7px rgba(0,0,0,.2), 0 15px 15px rgba(0,0,0,.15);
    opacity: 100%;
    line-height: normal;
}

.arrow {
    top:-9px;
    position: relative;
    right: -15px;
}

#overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.6);
    z-index: 11112;
    cursor: pointer;
    text-align: center;
    padding: 170px 70px;
    line-height: normal;
}


h2{
    font-size:22px;
}
a {
    color: darkolivegreen;
    font-weight:bold !important;
    text-decoration: none;
    text-transform: uppercase;
}
    a:hover {
        color: green;
        font-weight: bolder !important;
        text-transform: uppercase;
    }
#MainNavigation {
    position: fixed;
    top: 0;
    bottom: 0;
    right: auto;
    left: -270px;
    z-index: 900;
    display: block;
    width: 260px;
    height: 100%;
    padding: 0;
    box-shadow: none;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    text-align: center;
    color: #656665;
    background-color: #fff;
    overflow: hidden;
}

.MobMnu_LNG.DrpDwnAnmt.InvertDrp .dropdown-menu {
    left: 0;
    right: 0;
    margin: auto;
    bottom: 47px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

ul.MMnu_Item > li {
    float: left;
}

ul.MMnu {
    width: 100%;
    height: calc(100vh - 147px);
    margin: 0;
    padding: 15px 0;
    color: inherit;
    list-style: none;
    overflow: hidden;
    overflow-y: auto;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
}

ul.MMnu > li {
    display: inline-block;
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    border: 0;
    height: auto;
    background-color: transparent;
    color: #878887;
    font-size: 16px;
    outline: none;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.DrpDwnAnmt.open .dropdown-menu li {
    height: 36px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

ul.MMnu_Item {
    margin-top: 0 !important;
    -webkit-transition: margin-top .5s ease-in-out;
    -moz-transition: margin-top .5s ease-in-out;
    -o-transition: margin-top .5s ease-in-out;
    transition: margin-top .5s ease-in-out;
}

ul.MMnu_Item {
    display: inline-block;
    list-style: none;
    text-align: center;
    padding: 0;
    color: #848584;
    width: 100%;
    -webkit-transition: color .5s ease-in-out;
    -moz-transition: color .5s ease-in-out;
    -o-transition: color .5s ease-in-out;
    transition: color .5s ease-in-out;
}

ul.MMnu_SMnu {
    display: inline-block;
    width: 100%;
    list-style: none;
    margin: 0 auto;
    padding-top: 4px;
    padding-left: 20px;
    color: #666;
}

.MMnu_BTN {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    font-size: 16px;
    background-color: transparent;
    border: 0;
    outline: none;
    text-align: right;
    margin: 0;
    padding: 0 14px;
}

.MMnu_lbl {
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 400;
    padding-left: 10px;
    padding-top: 5px;
}

.MMnu_icn {
    font-size: 30px;
    line-height: 1;
    padding-right: 15px;
    display: block;
}

.MainMenu_CntntBox {
    width: 260px;
    height: 100vh;
    margin: 0;
    float: left;
    overflow: hidden;
}

ul.MMnu_Item > li {
    float: left;
}

#MainHeader > .FlexContainer-fluid {
    position: relative;
    z-index: 100;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    background-color: #fff;
}

#MainHeader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
    background-color: #fff;
    z-index: 100;
    direction: ltr !important;
    border-bottom: 1px solid #e3e4e5;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.12);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.12);
    box-shadow: 0 1px 2px rgba(0,0,0,.12);
}

#MainHeaderLogo {
    width: 129px;
    height: 27px;
    background-image: url(/Content/Images/lyt/kindiran.png);
    background-repeat: no-repeat;
    background-size: cover;
}

#LytWrp {
    padding-top: 60px;
}

#main-body.MobMenu #MainNavigation ul.MMnu .DrpDwnAnmt.open .dropdown-menu {
    padding: 10px 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#main-body.MobMenu #MainNavigation ul.MMnu .DrpDwnAnmt .dropdown-menu {
    position: static;
    width: 100%;
    border: 0;
    background-color: #f4f5f4;
}

.open > .dropdown-menu {
    display: block;
}

.DrpDwnAnmt .dropdown-menu {
    top: 37px;
    display: block;
    overflow: hidden;
    padding: 0;
    margin: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
