﻿/* ==========================================================================
Base colors
   ========================================================================== */
/**
 * Table of Contents:
 *
 *  1. Variables for colors
 *  2.
 *  3. 
 *  4.
 *  5.
 *  6.
 *  7.
 *  8.
 *  9.
 *  10. 
 *  11.
 *  12.
 *  13.
 *  14.
 *  15.
 *  16.
 *  17.
 *  18.
 *  19.
 *  20.
 *  21.
 *  22.
 *  23.
 *  24.
 */
/* 1. Variables for colors
   ========================================================================== */
/* ==========================================================================
Base Mixins
   ========================================================================== */
/**
 * Table of Contents:
 *
 *  1. Variables for colors
 *  2.
 *  3. 
 *  4.
 *  5.
 *  6.
 *  7.
 *  8.
 *  9.
 *  10. 
 *  11.
 *  12.
 *  13.
 *  14.
 *  15.
 *  16.
 *  17.
 *  18.
 *  19.
 *  20.
 *  21.
 *  22.
 *  23.
 *  24.
 */
/* 1. Mixins
   ========================================================================== */
/*when used ALLWAYS use in this order 
       @include phones {
                bottom: 117px;
            }

            @include tablets {
                bottom: 190px;
            }

            @include desktops {
                bottom: 300px;
            }
*/
/* ==========================================================================
Base colors
   ========================================================================== */
/**
 * Table of Contents:
 *
 *  1. Variables for colors
 *  2.
 *  3. 
 *  4.
 *  5.
 *  6.
 *  7.
 *  8.
 *  9.
 *  10. 
 *  11.
 *  12.
 *  13.
 *  14.
 *  15.
 *  16.
 *  17.
 *  18.
 *  19.
 *  20.
 *  21.
 *  22.
 *  23.
 *  24.
 */
/* 1. Variables for colors
   ========================================================================== */
/* ==========================================================================
Base utility
   ========================================================================== */
/**
 * Table of Contents:
 *
 *  1. Variables for font-family 
 *  2. Other variables
 *  3. Animations
 *  4. Shadows
 *  5.
 *  6.
 *  7.
 *  8.
 *  9.
 *  10. 
 *  11.
 *  12.
 *  13.
 *  14.
 *  15.
 *  16.
 *  17.
 *  18.
 *  19.
 *  20.
 *  21.
 *  22.
 *  23.
 *  24.
 */
/* 1. Variables for font-family
   ========================================================================== */
/* 2. Other variables
   ========================================================================== */
/*sizes*/
/*input, select*/
/*Buttons*/
/*$button-min-width: 50px;*/
/*$button-max-width: 130px;*/
/*$button-min-width-small: $input-select-height;*/ /*same as $button-min-height*/
/*$button-background-color: $blue;*/
/* 3. animations
   ========================================================================== */
/*Buttons*/
/* ==========================================================================
Base mobile menu
   ========================================================================== */
/**
 * Table of Contents:
 *
 *  1. header footer
 *  2. header
 *  3. #menu-mobile 
 *  4. 
 *  5.
 *  6.
 *  7.
 *  8.
 *  9.
 *  10. 
 *  11.
 *  12.
 *  13.
 *  14.
 *  15.
 *  16.
 *  17.
 *  18.
 *  19.
 *  20.
 *  21.
 *  22.
 *  23.
 *  24.
 */
/* 1. header footer
   ========================================================================== */
.header,
.footer {
  background: #0077aa;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 40px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 0 50px;
}

.header a {
  background: center center no-repeat transparent;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNpi/P//PwOtARMDHQBdLGFBYtMq3BiHT3DRPU4YR4NrNAmPJuHRJDyahEeT8Ii3BCDAAF0WBj5Er5idAAAAAElFTkSuQmCC);
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 10px;
  color: white !important;
}

.mm-close:before {
  width: 10px;
  height: 10px;
  right: 13px;
}

.mm-close:after {
  width: 10px;
  height: 10px;
}

/* 2. header
   ========================================================================== */
.header {
  padding-right: 0;
  position: fixed;
  top: 0;
}
.header ul {
  padding: 0;
}
.header ul li {
  display: inline;
}
.header ul li div {
  display: inline;
}
.header ul li div img {
  max-height: 25px;
  margin-top: -5px;
  cursor: pointer;
}
.header ul li span {
  height: 40px;
  width: 40px;
  /*background-color:black;*/
  display: inline-block;
  margin-left: 5px;
}
.header ul .float-right {
  float: right;
}

/**Slide out styles**/
nav .mm-search input {
  border-radius: 0;
}

/* 3. menu-mobile 
   ========================================================================== */
/*********Here comes other style for the small menu****************/
#menu-mobile {
  /*z-index: 2;*/
  /*display:block;*/
  background-color: #fff;
  /* color: $white;*/
}
#menu-mobile a {
  color: #000000;
}
#menu-mobile em.mm-counter {
  color: #000000;
}

.mm-menu.mm-pageshadow::after {
  width: 0;
}

.mm-listview .mm-next:before {
  border: 0px;
}
.mm-listview li a, .mm-listview li span {
  padding-top: 15px;
  padding-bottom: 15px;
}
.mm-listview li:not(.mm-divider):after {
  left: 0;
}

.mm-navbar-bottom {
  height: 55px;
}

/*push content under mobile menu*/
@media only screen and (max-width: 767px) {
  .content {
    padding-top: 40px;
  }
}
