@charset "UTF-8";

/*
Zarigani Design Office Drawer Menu
Copyright 2018 Zarigani Design Office

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.zdo_drawer_menu * {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  font-size: 100%;
  font-weight: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
  text-decoration: none;
  list-style: none;
}

.zdo_drawer_menu a {
  color: inherit;
  text-decoration: none;
  color:  #00629b ;
}

.zdo_drawer_menu a:visited {
 /* color: inherit;*/
  color: #00629b;
}

.zdo_drawer_menu .zdo_drawer_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  background-color: rgba(51, 51, 51, 0.5);
  display: none;
  top: 0;
  left: 0;
}

.zdo_drawer_menu .zdo_drawer_button {
  display: block;
  background: none;
  border: none;
  padding: 0;
  width: 50px;
  padding:0 7px;
  letter-spacing: 0.1em;
  cursor: pointer;
  position: fixed;
  top: 10px;
  right: 5px;
  z-index: 1001;
  text-align: center;
  outline: none;
}

.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar {
  width: 40px;
}

.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar1 {
  transform: rotate(40deg);
}

.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar2 {
  opacity: 0;
}

.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar3 {
  transform: rotate(-40deg);
}

.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_menu_text {
  display: none;
}

.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_close {
  display: block;
}

.zdo_drawer_menu .zdo_drawer_bar {
  display: block;
  height: 2px;
  margin: 10px 2px;
  transition: all 0.2s;
  transform-origin: 0 0;
}

.zdo_drawer_menu .zdo_drawer_text {
  text-align: center;
  font-size: 10px;
}

.zdo_drawer_menu .zdo_drawer_close {
  letter-spacing: 0.08em;
  display: none;
}

.zdo_drawer_menu .zdo_drawer_menu_text {
  display: block;
}

.zdo_drawer_menu .zdo_drawer_nav_wrapper {
    width: 75%;
    height: 100%;
    transition: all 0.2s;
    transform: translate(100%);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    background: url(../img/h_logo.png) no-repeat,
                #fff;
    background-position: 30% 3%;
    background-size: 60%;
}

.zdo_drawer_menu .zdo_drawer_nav_wrapper.open {
  transform: translate(0);
}

.zdo_drawer_menu.left .zdo_drawer_button {
  right: auto;
  left: 32px;
}

.zdo_drawer_menu.left .zdo_drawer_nav_wrapper {
  transform: translate(-312px);
  right: auto;
  left: 0;
}

.zdo_drawer_menu.left .zdo_drawer_nav_wrapper.open {
  transform: translate(0);
}

/*+++ Default Navigation CSS +++*/
.zdo_drawer_menu .zdo_drawer_nav {
  padding: 115px 15px;
  position: relative;
}

.zdo_drawer_menu .zdo_drawer_nav li {
  font-size: 15px;
  border-bottom: 1px solid  #00629b;
  font-weight: bold;
}

/*.zdo_drawer_menu .zdo_drawer_nav li:first-child{
  position: absolute;
  top: 2%;
  left: 0;
  width: 70%;
  border-bottom: none;
}*/

.zdo_drawer_menu .zdo_drawer_nav li a{
  display: block;
  padding:7px 10px;
}


.zdo_drawer_menu .zdo_drawer_nav li dt,
.zdo_drawer_menu .zdo_drawer_nav li dd{
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  font-size: 12px;
  color: #00629b;
}

.zdo_drawer_menu .zdo_drawer_nav li dd a{
  padding: 0;
}

.zdo_drawer_menu .zdo_drawer_nav li dt:after{
  content: ':';
  padding:0 5px;
}

.zdo_drawer_menu .zdo_drawer_nav li:nth-child(6){
    border-bottom: none;
    margin-top: 15px;
    margin-bottom: 15px;
}

.zdo_drawer_menu .zdo_drawer_nav li:nth-child(6) a{
    color: #fff;
    background: url(../img/arr01.png) no-repeat,
                #00629b;
    background-position: 95% 50%;
    padding: 10px 15px 10px 10px;
    display: block;
    text-align: center;
}

.zdo_drawer_menu .zdo_drawer_nav li:last-child,
.zdo_drawer_menu .zdo_drawer_nav li:last-child li{
  border-bottom: none;
  line-height: 36px;
}

.zdo_drawer_menu .zdo_drawer_nav li:last-child li dt{
  color: #101010;
  font-weight: 500;
}

.zdo_drawer_menu .zdo_drawer_nav li:last-child li:first-child dd{
  font-weight: 700;
  font-size: 20px;

}

.zdo_drawer_menu .zdo_drawer_nav li:last-child li:last-child dd{
  font-weight: 700;
  font-size: 18px;

}

.zdo_drawer_menu .zdo_drawer_nav li:last-child li:last-child dd a{
  color: #101010;

}

/*.zdo_drawer_menu .zdo_drawer_nav li:last-child ul{
  text-align: left;
}*/

/*.zdo_drawer_menu .zdo_drawer_nav li:nth-child(10),
.zdo_drawer_menu .zdo_drawer_nav li:last-child{
  padding-top: 10px;
}

.zdo_drawer_menu .zdo_drawer_nav li:nth-child(10) a{
  display: block;
  color: #00629b;
}*/


/*+++ Default Button Color +++*/
.zdo_drawer_menu .zdo_drawer_button {
  color:  #00629b;
}

.zdo_drawer_menu .zdo_drawer_button .zdo_drawer_bar {
  background-color:  #00629b;
}
