﻿@charset "UTF-8";
/*----------------------------------------------------*/
/*---------------------- fonts -----------------------*/
/*----------------------------------------------------*/
@font-face {
  font-family: 'yekan';
  font-style: normal;
  src: url('../font/yekan.eot');
  src: url('../font/yekan.eot?#iefix') format('embedded-opentype'),
  /* url('../font/yekan.woff2') format('woff2'), */
  url('../font/yekan.woff') format('woff'), 
  url('../font/yekan.ttf') format('truetype');
}

@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?96374332');
  src: url('../font/fontello.eot?96374332#iefix') format('embedded-opentype'),
  url('../font/fontello.woff2?96374332') format('woff2'),
  url('../font/fontello.woff?96374332') format('woff'),
  url('../font/fontello.ttf?96374332') format('truetype'),
  url('../font/fontello.svg?96374332#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}







/*----------------------------------------------------*/
/*---------------------- reset -----------------------*/
/*----------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font: inherit
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font: inherit
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  margin: 0;
  color: #333;
  background-color: #fff;
  overflow-x: hidden;
  overflow-y: scroll;
}

.ltr { direction: ltr !important }
.rtl { direction: rtl !important }

img {
  vertical-align: middle;
  border: 0;
  width: 100%;
  display: block;
}

svg:not(:root) {
  overflow: visible;
}
figure {
  margin:0 ;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre { overflow: auto }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th { padding: 0; }

article, aside, details, figcaption,figure, footer,
header, hgroup, main,menu, nav, section, ummary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
[hidden], template { display: none }

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

hr {
  margin-top: 1em;
  margin-bottom: 1em;
  border: 0;
  border-top: 1px solid #eeeeee;
}

button {
  border: none;
  cursor: pointer;
  outline: none;
}

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}










/*----------------------------------------------------*/
/*------------- bootstrap layout system --------------*/
/*----------------------------------------------------*/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container { width: 750px; }
}
@media (min-width: 992px) {
  .container { width: 970px; }
}
@media (min-width: 1200px) {
  .container { width: 1170px; }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1,
.col-lg-1, .col-xs-2, .col-sm-2,
.col-md-2, .col-lg-2, .col-xs-3,
.col-sm-3, .col-md-3, .col-lg-3,
.col-xs-4, .col-sm-4, .col-md-4,
.col-lg-4, .col-xs-5, .col-sm-5,
.col-md-5, .col-lg-5, .col-xs-6,
.col-sm-6, .col-md-6, .col-lg-6,
.col-xs-7, .col-sm-7, .col-md-7,
.col-lg-7, .col-xs-8, .col-sm-8,
.col-md-8, .col-lg-8, .col-xs-9,
.col-sm-9, .col-md-9, .col-lg-9,
.col-xs-10, .col-sm-10, .col-md-10,
.col-lg-10, .col-xs-11, .col-sm-11,
.col-md-11, .col-lg-11, .col-xs-12,
.col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3,
.col-xs-4, .col-xs-5, .col-xs-6,
.col-xs-7, .col-xs-8, .col-xs-9,
.col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
  /* float: right; */
}
.fa .col-xs-1, .fa .col-xs-2, .fa .col-xs-3,
.fa .col-xs-4, .fa .col-xs-5, .fa .col-xs-6,
.fa .col-xs-7, .fa .col-xs-8, .fa .col-xs-9,
.fa .col-xs-10, .fa .col-xs-11, .fa .col-xs-12 {
  /* float: left; */
  float: right;
}
.col-xs-12 { width: 100%;}
.col-xs-11 { width: 91.66666667%;}
.col-xs-10 { width: 83.33333333%;}
.col-xs-9 { width: 75%;}
.col-xs-8 { width: 66.66666667%;}
.col-xs-7 { width: 58.33333333%;}
.col-xs-6 { width: 50%;}
.col-xs-5 { width: 41.66666667%;}
.col-xs-4 { width: 33.33333333%;}
.col-xs-3 { width: 25%;}
.col-xs-2 { width: 16.66666667%;}
.col-xs-1 { width: 8.33333333%;}
.col-xs-pull-12 { right: 100%;}
.col-xs-pull-11 { right: 91.66666667%;}
.col-xs-pull-10 { right: 83.33333333%;}
.col-xs-pull-9 { right: 75%;}
.col-xs-pull-8 { right: 66.66666667%;}
.col-xs-pull-7 { right: 58.33333333%;}
.col-xs-pull-6 { right: 50%;}
.col-xs-pull-5 { right: 41.66666667%;}
.col-xs-pull-4 { right: 33.33333333%;}
.col-xs-pull-3 { right: 25%;}
.col-xs-pull-2 { right: 16.66666667%;}
.col-xs-pull-1 { right: 8.33333333%;}
.col-xs-pull-0 { right: auto;}
.col-xs-push-12 { left: 100%;}
.col-xs-push-11 { left: 91.66666667%;}
.col-xs-push-10 { left: 83.33333333%;}
.col-xs-push-9 { left: 75%;}
.col-xs-push-8 { left: 66.66666667%;}
.col-xs-push-7 { left: 58.33333333%;}
.col-xs-push-6 { left: 50%;}
.col-xs-push-5 { left: 41.66666667%;}
.col-xs-push-4 { left: 33.33333333%;}
.col-xs-push-3 { left: 25%;}
.col-xs-push-2 { left: 16.66666667%;}
.col-xs-push-1 { left: 8.33333333%;}
.col-xs-push-0 { left: auto;}
.col-xs-offset-12 { margin-left: 100%;}
.col-xs-offset-11 { margin-left: 91.66666667%;}
.col-xs-offset-10 { margin-left: 83.33333333%;}
.col-xs-offset-9 { margin-left: 75%;}
.col-xs-offset-8 { margin-left: 66.66666667%;}
.col-xs-offset-7 { margin-left: 58.33333333%;}
.col-xs-offset-6 { margin-left: 50%;}
.col-xs-offset-5 { margin-left: 41.66666667%;}
.col-xs-offset-4 { margin-left: 33.33333333%;}
.col-xs-offset-3 { margin-left: 25%;}
.col-xs-offset-2 { margin-left: 16.66666667%;}
.col-xs-offset-1 { margin-left: 8.33333333%;}
.col-xs-offset-0 { margin-left: 0%;}

@media (max-width: 480px) {
  .col-xxs-1, .col-xxs-2, .col-xxs-3,
  .col-xxs-4, .col-xxs-5, .col-xxs-6,
  .col-xxs-7, .col-xxs-8, .col-xxs-9,
  .col-xxs-10, .col-xxs-11, .col-xxs-12 {
    float: left;
    /* float: right; */
  }
  .fa .col-xxs-1, .fa .col-xxs-2, .fa .col-xxs-3,
  .fa .col-xxs-4, .fa .col-xxs-5, .fa .col-xxs-6,
  .fa .col-xxs-7, .fa .col-xxs-8, .fa .col-xxs-9,
  .fa .col-xxs-10, .fa .col-xxs-11, .fa .col-xxs-12 {
    /* float: left; */
    float: right;
  }
  .col-xxs-12 { width: 100%; }
  .col-xxs-11 { width: 91.66666667%; }
  .col-xxs-10 { width: 83.33333333%; }
  .col-xxs-9 { width: 75%; }
  .col-xxs-8 { width: 66.66666667%; }
  .col-xxs-7 { width: 58.33333333%; }
  .col-xxs-6 { width: 50%; }
  .col-xxs-5 { width: 41.66666667%; }
  .col-xxs-4 { width: 33.33333333%; }
  .col-xxs-3 { width: 25%; }
  .col-xxs-2 { width: 16.66666667%; }
  .col-xxs-1 { width: 8.33333333%; }
  .col-xxs-pull-12 { right: 100%; }
  .col-xxs-pull-11 { right: 91.66666667%; }
  .col-xxs-pull-10 { right: 83.33333333%; }
  .col-xxs-pull-9 { right: 75%; }
  .col-xxs-pull-8 { right: 66.66666667%; }
  .col-xxs-pull-7 { right: 58.33333333%; }
  .col-xxs-pull-6 { right: 50%; }
  .col-xxs-pull-5 { right: 41.66666667%; }
  .col-xxs-pull-4 { right: 33.33333333%; }
  .col-xxs-pull-3 { right: 25%; }
  .col-xxs-pull-2 { right: 16.66666667%; }
  .col-xxs-pull-1 { right: 8.33333333%; }
  .col-xxs-pull-0 { right: auto; }
  .col-xxs-push-12 { left: 100%; }
  .col-xxs-push-11 { left: 91.66666667%; }
  .col-xxs-push-10 { left: 83.33333333%; }
  .col-xxs-push-9 { left: 75%; }
  .col-xxs-push-8 { left: 66.66666667%; }
  .col-xxs-push-7 { left: 58.33333333%; }
  .col-xxs-push-6 { left: 50%; }
  .col-xxs-push-5 { left: 41.66666667%; }
  .col-xxs-push-4 { left: 33.33333333%; }
  .col-xxs-push-3 { left: 25%; }
  .col-xxs-push-2 { left: 16.66666667%; }
  .col-xxs-push-1 { left: 8.33333333%; }
  .col-xxs-push-0 { left: auto; }
  .col-xxs-offset-12 { margin-left: 100%; }
  .col-xxs-offset-11 { margin-left: 91.66666667%; }
  .col-xxs-offset-10 { margin-left: 83.33333333%; }
  .col-xxs-offset-9 { margin-left: 75%; }
  .col-xxs-offset-8 { margin-left: 66.66666667%; }
  .col-xxs-offset-7 { margin-left: 58.33333333%; }
  .col-xxs-offset-6 { margin-left: 50%; }
  .col-xxs-offset-5 { margin-left: 41.66666667%; }
  .col-xxs-offset-4 { margin-left: 33.33333333%; }
  .col-xxs-offset-3 { margin-left: 25%; }
  .col-xxs-offset-2 { margin-left: 16.66666667%; }
  .col-xxs-offset-1 { margin-left: 8.33333333%; }
  .col-xxs-offset-0 { margin-left: 0%; }
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3,
  .col-sm-4, .col-sm-5, .col-sm-6,
  .col-sm-7, .col-sm-8, .col-sm-9,
  .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
    /* float: right; */
  }
  .fa .col-sm-1, .fa .col-sm-2, .fa .col-sm-3,
  .fa .col-sm-4, .fa .col-sm-5, .fa .col-sm-6,
  .fa .col-sm-7, .fa .col-sm-8, .fa .col-sm-9,
  .fa .col-sm-10, .fa .col-sm-11, .fa .col-sm-12 {
    /* float: left; */
    float: right;
  }
  .col-sm-12 { width: 100%; }
  .col-sm-11 { width: 91.66666667%; }
  .col-sm-10 { width: 83.33333333%; }
  .col-sm-9 { width: 75%; }
  .col-sm-8 { width: 66.66666667%; }
  .col-sm-7 { width: 58.33333333%; }
  .col-sm-6 { width: 50%; }
  .col-sm-5 { width: 41.66666667%; }
  .col-sm-4 { width: 33.33333333%; }
  .col-sm-3 { width: 25%; }
  .col-sm-2 { width: 16.66666667%; }
  .col-sm-1 { width: 8.33333333%; }
  .col-sm-pull-12 { right: 100%; }
  .col-sm-pull-11 { right: 91.66666667%; }
  .col-sm-pull-10 { right: 83.33333333%; }
  .col-sm-pull-9 { right: 75%; }
  .col-sm-pull-8 { right: 66.66666667%; }
  .col-sm-pull-7 { right: 58.33333333%; }
  .col-sm-pull-6 { right: 50%; }
  .col-sm-pull-5 { right: 41.66666667%; }
  .col-sm-pull-4 { right: 33.33333333%; }
  .col-sm-pull-3 { right: 25%; }
  .col-sm-pull-2 { right: 16.66666667%; }
  .col-sm-pull-1 { right: 8.33333333%; }
  .col-sm-pull-0 { right: auto; }
  .col-sm-push-12 { left: 100%; }
  .col-sm-push-11 { left: 91.66666667%; }
  .col-sm-push-10 { left: 83.33333333%; }
  .col-sm-push-9 { left: 75%; }
  .col-sm-push-8 { left: 66.66666667%; }
  .col-sm-push-7 { left: 58.33333333%; }
  .col-sm-push-6 { left: 50%; }
  .col-sm-push-5 { left: 41.66666667%; }
  .col-sm-push-4 { left: 33.33333333%; }
  .col-sm-push-3 { left: 25%; }
  .col-sm-push-2 { left: 16.66666667%; }
  .col-sm-push-1 { left: 8.33333333%; }
  .col-sm-push-0 { left: auto; }
  .col-sm-offset-12 { margin-left: 100%; }
  .col-sm-offset-11 { margin-left: 91.66666667%; }
  .col-sm-offset-10 { margin-left: 83.33333333%; }
  .col-sm-offset-9 { margin-left: 75%; }
  .col-sm-offset-8 { margin-left: 66.66666667%; }
  .col-sm-offset-7 { margin-left: 58.33333333%; }
  .col-sm-offset-6 { margin-left: 50%; }
  .col-sm-offset-5 { margin-left: 41.66666667%; }
  .col-sm-offset-4 { margin-left: 33.33333333%; }
  .col-sm-offset-3 { margin-left: 25%; }
  .col-sm-offset-2 { margin-left: 16.66666667%; }
  .col-sm-offset-1 { margin-left: 8.33333333%; }
  .col-sm-offset-0 { margin-left: 0%; }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5,
  .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10,
  .col-md-11, .col-md-12 {
    float: left;
    /* float: right; */
  }
  .fa .col-md-1, .fa .col-md-2, .fa .col-md-3, .fa .col-md-4, .fa .col-md-5,
  .fa .col-md-6, .fa .col-md-7, .fa .col-md-8, .fa .col-md-9, .fa .col-md-10,
  .fa .col-md-11, .fa .col-md-12 {
    /* float: left; */
    float: right;
  }
  .col-md-12 { width: 100%; }
  .col-md-11 { width: 91.66666667%; }
  .col-md-10 { width: 83.33333333%; }
  .col-md-9 { width: 75%; }
  .col-md-8 { width: 66.66666667%; }
  .col-md-7 { width: 58.33333333%; }
  .col-md-6 { width: 50%; }
  .col-md-5 { width: 41.66666667%; }
  .col-md-4 { width: 33.33333333%; }
  .col-md-3 { width: 25%; }
  .col-md-2 { width: 16.66666667%; }
  .col-md-1 { width: 8.33333333%; }
  .col-md-pull-12 { right: 100%; }
  .col-md-pull-11 { right: 91.66666667%; }
  .col-md-pull-10 { right: 83.33333333%; }
  .col-md-pull-9 { right: 75%; }
  .col-md-pull-8 { right: 66.66666667%; }
  .col-md-pull-7 { right: 58.33333333%; }
  .col-md-pull-6 { right: 50%; }
  .col-md-pull-5 { right: 41.66666667%; }
  .col-md-pull-4 { right: 33.33333333%; }
  .col-md-pull-3 { right: 25%; }
  .col-md-pull-2 { right: 16.66666667%; }
  .col-md-pull-1 { right: 8.33333333%; }
  .col-md-pull-0 { right: auto; }
  .col-md-push-12 { left: 100%; }
  .col-md-push-11 { left: 91.66666667%; }
  .col-md-push-10 { left: 83.33333333%; }
  .col-md-push-9 { left: 75%; }
  .col-md-push-8 { left: 66.66666667%; }
  .col-md-push-7 { left: 58.33333333%; }
  .col-md-push-6 { left: 50%; }
  .col-md-push-5 { left: 41.66666667%; }
  .col-md-push-4 { left: 33.33333333%; }
  .col-md-push-3 { left: 25%; }
  .col-md-push-2 { left: 16.66666667%; }
  .col-md-push-1 { left: 8.33333333%; }
  .col-md-push-0 { left: auto; }
  .col-md-offset-12 { margin-left: 100%; }
  .col-md-offset-11 { margin-left: 91.66666667%; }
  .col-md-offset-10 { margin-left: 83.33333333%; }
  .col-md-offset-9 { margin-left: 75%; }
  .col-md-offset-8 { margin-left: 66.66666667%; }
  .col-md-offset-7 { margin-left: 58.33333333%; }
  .col-md-offset-6 { margin-left: 50%; }
  .col-md-offset-5 { margin-left: 41.66666667%; }
  .col-md-offset-4 { margin-left: 33.33333333%; }
  .col-md-offset-3 { margin-left: 25%; }
  .col-md-offset-2 { margin-left: 16.66666667%; }
  .col-md-offset-1 { margin-left: 8.33333333%; }
  .col-md-offset-0 { margin-left: 0%; }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3,
  .col-lg-4, .col-lg-5, .col-lg-6,
  .col-lg-7, .col-lg-8, .col-lg-9,
  .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
    /* float: right; */
  }
  .fa .col-lg-1, .fa .col-lg-2, .fa .col-lg-3,
  .fa .col-lg-4, .fa .col-lg-5, .fa .col-lg-6,
  .fa .col-lg-7, .fa .col-lg-8, .fa .col-lg-9,
  .fa .col-lg-10, .fa .col-lg-11, .fa .col-lg-12 {
    /* float: left; */
    float: right;
  }
  .col-lg-12 { width: 100%; }
  .col-lg-11 { width: 91.66666667%; }
  .col-lg-10 { width: 83.33333333%; }
  .col-lg-9 { width: 75%; }
  .col-lg-8 { width: 66.66666667%; }
  .col-lg-7 { width: 58.33333333%; }
  .col-lg-6 { width: 50%; }
  .col-lg-5 { width: 41.66666667%; }
  .col-lg-4 { width: 33.33333333%; }
  .col-lg-3 { width: 25%; }
  .col-lg-2 { width: 16.66666667%; }
  .col-lg-1 { width: 8.33333333%; }
  .col-lg-pull-12 { right: 100%; }
  .col-lg-pull-11 { right: 91.66666667%; }
  .col-lg-pull-10 { right: 83.33333333%; }
  .col-lg-pull-9 { right: 75%; }
  .col-lg-pull-8 { right: 66.66666667%; }
  .col-lg-pull-7 { right: 58.33333333%; }
  .col-lg-pull-6 { right: 50%; }
  .col-lg-pull-5 { right: 41.66666667%; }
  .col-lg-pull-4 { right: 33.33333333%; }
  .col-lg-pull-3 { right: 25%; }
  .col-lg-pull-2 { right: 16.66666667%; }
  .col-lg-pull-1 { right: 8.33333333%; }
  .col-lg-pull-0 { right: auto; }
  .col-lg-push-12 { left: 100%; }
  .col-lg-push-11 { left: 91.66666667%; }
  .col-lg-push-10 { left: 83.33333333%; }
  .col-lg-push-9 { left: 75%; }
  .col-lg-push-8 { left: 66.66666667%; }
  .col-lg-push-7 { left: 58.33333333%; }
  .col-lg-push-6 { left: 50%; }
  .col-lg-push-5 { left: 41.66666667%; }
  .col-lg-push-4 { left: 33.33333333%; }
  .col-lg-push-3 { left: 25%; }
  .col-lg-push-2 { left: 16.66666667%; }
  .col-lg-push-1 { left: 8.33333333%; }
  .col-lg-push-0 { left: auto; }
  .col-lg-offset-12 { margin-left: 100%; }
  .col-lg-offset-11 { margin-left: 91.66666667%; }
  .col-lg-offset-10 { margin-left: 83.33333333%; }
  .col-lg-offset-9 { margin-left: 75%; }
  .col-lg-offset-8 { margin-left: 66.66666667%; }
  .col-lg-offset-7 { margin-left: 58.33333333%; }
  .col-lg-offset-6 { margin-left: 50%; }
  .col-lg-offset-5 { margin-left: 41.66666667%; }
  .col-lg-offset-4 { margin-left: 33.33333333%; }
  .col-lg-offset-3 { margin-left: 25%; }
  .col-lg-offset-2 { margin-left: 16.66666667%; }
  .col-lg-offset-1 { margin-left: 8.33333333%; }
  .col-lg-offset-0 { margin-left: 0%; }
}
.clearfix:before, .clearfix:after, .container:before,
.container:after, .container-fluid:before, .container-fluid:after,
.row:before, .row:after {
  content: " ";
  display: table;
}
.clearfix:after, .container:after, .container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide, .hidden {
  display: none !important;
}
.show {
  display: block !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}
.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block,
.visible-sm-block, .visible-sm-inline, .visible-sm-inline-block,
.visible-md-block, .visible-md-inline, .visible-md-inline-block,
.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs { display: block !important; }
  table.visible-xs { display: table !important; }
  tr.visible-xs { display: table-row !important; }
  th.visible-xs,
  td.visible-xs { display: table-cell !important; }
}
@media (max-width: 767px) {
  .visible-xs-block { display: block !important; }
}
@media (max-width: 767px) {
  .visible-xs-inline { display: inline !important; }
}
@media (max-width: 767px) {
  .visible-xs-inline-block { display: inline-block !important; }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm { display: block !important; }
  table.visible-sm { display: table !important; }
  tr.visible-sm { display: table-row !important; }
  th.visible-sm,
  td.visible-sm { display: table-cell !important; }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block { display: block !important; }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline { display: inline !important; }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block { display: inline-block !important; }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md { display: block !important; }
  table.visible-md { display: table !important; }
  tr.visible-md { display: table-row !important; }
  th.visible-md,
  td.visible-md { display: table-cell !important; }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block { display: block !important; }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline { display: inline !important; }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block { display: inline-block !important; }
}
@media (min-width: 1200px) {
  .visible-lg { display: block !important; }
  table.visible-lg { display: table !important; }
  tr.visible-lg { display: table-row !important; }
  th.visible-lg,
  td.visible-lg { display: table-cell !important; }
}
@media (min-width: 1200px) {
  .visible-lg-block { display: block !important; }
}
@media (min-width: 1200px) {
  .visible-lg-inline { display: inline !important; }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block { display: inline-block !important; }
}
@media (max-width: 480px) {
  .hidden-xxs { display: none !important; }
}
@media (max-width: 767px) {
  .hidden-xs { display: none !important; }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm { display: none !important; }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md { display: none !important; }
}
@media (min-width: 1200px) {
  .hidden-lg { display: none !important; }
}











/*----------------------------------------------------*/
/*----------------------- typo -----------------------*/
/*----------------------------------------------------*/

h1 , h2 , h3 , h4 , h5 , h6 , p , figcaption {
  color: #333
}

.fa {
  font-family: 'yekan', 'tahoma', sans-serif !important
}

.en {
  font-family: 'Open Sans', sans-serif !important;
  line-height: 1.1em;
}

p {
  margin-top: 0;
  margin-bottom: 1em;
}
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
  transition: color 0.5s ease;
}
a:root { color: #7c5d49 }

a:active, a:hover { outline: none; text-decoration: none; }
a:hover, a:focus { color: #daffc8 ; outline: none}

b, strong { font-weight: bold }

dfn { font-style: italic}

h1 {   font-size: 2em; margin: 0.67em 0 }

small { font-size: 80% }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
} 
sup { top: -0.5em; }
sub { bottom: -0.25em; }

.txt-center { text-align: center}
.txt-left { text-align: left}
.txt-right { text-align: right}











/*----------------------------------------------------*/
/*----------------------- misk -----------------------*/
/*----------------------------------------------------*/

::selection {
  background: rgba(100, 118, 92, 0.5);
  color: #fff;
  opacity: 0.75;
}


.hiddener { transform: translateX(200vw)}

.colu-2 {
  columns: 2;
  column-gap: 30px
}
.colu-3 {
  columns: 3;
  column-gap: 30px
}
.colu-4 {
  columns: 4;
  column-gap: 30px
}
@media (max-width: 992px) {
  .colu-md-1 {
    columns: 1;
    column-gap: 0
  }
  .colu-md-2 {
    columns: 2;
  }
}
@media (max-width: 767px) {
  .colu-sm-1 {
    columns: 1;
    column-gap: 0
  }
  .colu-sm-2 {
    columns: 2;
  }
}
@media (max-width: 480px) {
  .colu-2, .colu-3, .colu-4, .colu-md-1,
  .colu-md-2, .colu-sm-1, .colu-sm-2 {
    columns: 1;
    column-gap: 0
  }
}

.td1 { transition-delay: 0.15s }
.td2 { transition-delay: 0.3s }
.td3 { transition-delay: 0.45s }
.td4 { transition-delay: 0.6s }

.slide-up {
  transition-property: transform;
  transition-duration: 1s;
  transition-timing-function: ease;
  transform: translateY(3em);
}
.slide-up-anim {
  transform: translateY(0)
}







/*----------------------------------------------------*/
/*-------------------- font icon ---------------------*/
/*----------------------------------------------------*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-plus-circle:before { content: '\e800'; }
.icon-location:before { content: '\e801'; }
.icon-ok-1:before { content: '\e803'; }
.icon-down:before { content: '\e804'; }
.icon-left:before { content: '\e805'; }
.icon-right:before { content: '\e806'; }
.icon-cancel:before { content: '\e807'; }
.icon-fax:before { content: '\e808'; }
.icon-minus:before { content: '\e809'; }
.icon-right-1:before { content: '\e80a'; }
.icon-left-1:before { content: '\e80b'; }
.icon-phone-circled:before { content: '\e80c'; }
.icon-phone:before { content: '\e80d'; }
.icon-mail:before { content: '\f0e0'; }
.icon-paper-plane:before { content: '\f1d8'; }
.icon-twitter-squared:before { content: '\f304'; }
.icon-facebook-squared:before { content: '\f308'; }
.icon-linkedin-squared:before { content: '\f30c'; }
.icon-instagram:before { content: '\f32d'; }












/*----------------------------------------------------*/
/*------------------- layout base --------------------*/
/*----------------------------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 3.6em;
  z-index: 2;
}
.side {
  position: fixed;
  z-index: 3;
  left: 0;
  top: 0;
  bottom: 0;
  padding-left: 0;
  padding-right: 0;
  perspective: 70em;
  transition: transform 0.5s ease-in-out;
  will-change: transform;
  transform-origin: left;
  transform: none;
  color: black;
}
.loading .side, .side.is-open {
  transform: translateX(-100%);
}
.side-con {
  position: relative;
  overflow: auto;
  width: 100%;
  height: 100vh;
/*  background: #7c5d49;*/
/*  background: #846856;*/
  background: #98a890;
  padding-right: 0 !important;
/*
  background: linear-gradient(40deg,
    #896d5d 0%,
    #7c5d49 100%);
*/
  padding-left: 15px;
  padding-right: 15px;
  transition: transform 1s ease;
  will-change: transform;
  transform-origin: left;
  transform: none;
}
.mobile .side-con {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.side-content {
  position: relative;
  min-height: calc(100vh - 6em);
}
.loading .side-con,
.side-con.is-open  {
  transform: rotateY(90deg);
}
.main {
  position: relative;
  transform-origin: right;
/*  will-change: transform;*/
  transition: transform 1s ease;
}
@media (min-width: 992px) {
  .loading-main {
    transform: translateX(100vw);
    transform: translate3d(100VW,0,0);
  }
}
@media (max-width: 992px) {
  .loading-main {
    transform: translateX(20vw);
    transform: translate3d(20vw,0,0);
  }
}

@media (min-width: 1200px) {
  .main-con {
    width: 90%;
    margin-right: 5%;
    margin-left: 5%;
  }
}
@media (min-width: 1500px) {
  .main-con {
    width: 80%;
    margin-right: 10%;
    margin-left: 10%;
  }
}
@media (max-width: 992px) {
  .main-con {
    padding-top: 4em
  }
}










/*----------------------------------------------------*/
/*---------------------- doors -----------------------*/
/*----------------------------------------------------*/
.door-right-con,
.door-left-con {
  background: none;
  position: relative;
  z-index: 10;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0;
  perspective: 90em;
  transition: transform 1s ease;
  will-change: transform;
  transform-origin: right;
  transform: none;
  pointer-events: none
}
.door-left-con {
  right: auto;
  left: 0;
}
.door-right,
.door-left {
  position: relative;
  width: 100%;
  height: 100vh;
  transition: transform 1s ease;
  will-change: transform;
  perspective: 40em;
}
.door-right {
  transform-origin: right;
}
.door-left {
  transform-origin: left;
}
.door-left:before ,
.door-right:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.door-left:before {
/*  background: linear-gradient(30deg,*/
/*    #98a890 0%,*/
/*    #87a27a 100%);*/
  background: #98a890;
  transform-origin: left;
}
.door-right:before {
  background: linear-gradient(120deg,
    #98a890 0%,
    #87a27a 100%);
  transform-origin: right;
}
/*
.door-anim.door-left:before {
  animation: door-left 1s ease 0.5s infinite;
  animation-fill-mode: both;
}
*/
.door-anim.door-right:before {
  animation: door-right 3s ease infinite;
}

/*.door-right-con {transform: translateX(100%) }*/
/*.loading-door.door-right-con {transform: none }*/
.door-right { transform: rotateY(-130deg) }
.loading-door .door-right { transform:none}
/*.door-left-con { transform: translateX(-100%) }*/
/*.loading-door.door-left-con { transform: none }*/
.door-left { transform: rotateY(130deg) }
.loading-door .door-left { transform: none}

@keyframes door-right {
  0% , 10% { transform: rotateY(0) }
  50% { transform: rotateY(-10deg) }
  80% , 100% { transform: rotateY(0) }
}
@keyframes door-left {
  0% , 10% { transform: rotateY(0) }
  50% { transform: rotateY(10deg) }
  80%, 100% { transform: rotateY(0) }
}
.background {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 992px) {
  .background {
    perspective: 40em;
  }
  .background-fg {
    z-index: 10;
  }
}
.background-con {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 25em;
  width: 14em;
  margin: auto;
}
.background-door {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.1s ease;
}
@media (max-width: 992px) {
  .background-door {
    transition: all 1s ease;
    transform: rotateY(-130deg);
    transform-origin: right
  }
  .background-door {
    transition: 0.9s ease;
    transform: rotateY(-130deg);
    transform-origin: right
  }
  .background-open .background-door {
    transition: all 1s ease;
    transform: none;
  }
}
.bg-logo {
  text-align: right;
  color: #224b0f
}
.bg-logo svg{
  width: 13.5em;
  height: auto;
  display: inline-block;
  margin-top: 2em;
}
.bg-logo-title {
  font-size: 2.5em;
  font-weight: bold;
  line-height: 1em;
  margin: 0;
  padding: 0;
  color: inherit;
  position: relative;
  text-align: right;
  top: 0.3em;
  opacity: 0.5
}

.bg-logo-title .en {
  font-size: 0.64em;
  text-transform: uppercase;
  letter-spacing: -0.1em
}
.background h2 {
  width: 13.5em;
  text-align: justify;
  line-height: 1.5em;
  font-weight: bold;
  color: #98a890
}
@media (max-width: 992px) {
  .bg-logo-title,.background h2 {
    color: white
  }
  .background h2 {
    opacity: 0.5
  }
}
.background p {
  width: 13.5em;
  background: gray;
  color: white;
  text-align: center;
  border-radius: 1em;
  margin-top: 1em;
  margin-bottom: 0;
  animation: flash 1s ease infinite;
  display: none;
}
@keyframes flash {
  0% { opacity: 1}
  50% { opacity: 0.5}
  100% { opacity: 1}
}












/*----------------------------------------------------*/
/*---------------------- header ----------------------*/
/*----------------------------------------------------*/
.header {
  text-align: left;
  transition: transform 0.5s ease;
  transform: none;
  background: white;
}
/*
.header:after {
  content: '';
  position: absolute;
  bottom: -4em;
  height: 4em;
  left: 0;
  right: 0;
  transition: opacity 0.5s ease;
  background: linear-gradient(to bottom,
    rgba(255,255,255,1) 0%,
    rgba(255,255,255,0.4) 50%,
    rgba(255,255,255,0) 100%);
  opacity: 0.7;
  pointer-events: none;
}
*/
@media (max-width: 767px) {
  .nav-up {
    transform: translateY(-3.6em)
  }
  .nav-up:after {
    opacity: 0
  }
}
.header-logo {
  width: 4em;
  display: inline-block;
  float: left;
  margin-left: 15px;
  margin-top: 0.75em;
}

.header h1 {
  display: inline-block;
  font-size: 1.5em;
  margin: 0;
  padding: 0;
  font-weight: bold;
  float: left;
  margin-left: 0.25em;
  letter-spacing: -0.04em;
  line-height: 0.5em;
  margin-top: 0.9em;
  color: #98a890
}
@media (max-width: 600px) and (min-width:380px) {
  .header-logo,.header h1 {
    transform: translateX(25vw)
  }
}
.menu-toggle {
/*  margin-right: 15px;*/
  outline: none;
  position: relative;
  display: block;
  width: 48px;
  height: 54px;
  background: transparent;
  color: #98a890;
  font-size: 0;
  transition: all 0.25s ease-in-out;
}
.menu-toggle:before,
.menu-toggle:after {
  content: "";
  display: block;
  width: 50%;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: currentColor;
  transform: translate(-50%, -50%);
  transition: transform 0.25s ease-in-out;
}
.menu-toggle:hover { color: #577648 }
.mobile .menu-toggle:hover { color: #98a890 }
.menu-toggle:focus { color: #577648 }
.menu-toggle.is-active:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.menu-toggle.is-active:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.menu-toggle span {
  position: relative;
  content: '';
  display: block;
  width: 50%;
  position: absolute;
  top: 35%;
  bottom: 35%;
  left: 25%;
  background: inherit;
  border-top: 4px solid;
  border-bottom: 4px solid;
  transition: opacity 0.25s ease-in-out;
}
.menu-toggle.is-active span {
  opacity: 0;
}










/*----------------------------------------------------*/
/*----------------------- side -----------------------*/
/*----------------------------------------------------*/
.side-logo {
/*  position: absolute;*/
/*  right: 1em;*/
/*  top: 10vh;*/
  margin-top: 10vh;
  height: 7em;
  white-space: nowrap;
  font-size: 0.8em;
  text-align: right;
  margin-right: 1rem;
}
@media (max-width: 480px) {
  .side-logo {
    margin-top: 2em;
    font-size: 0.7em
  }

}@media (max-width: 340px) {
  .side-logo {
    margin-top: 2em;
    font-size: 0.6em
  }
}
.side-logo img{
  width: 10em;
  display: inline-block;
}
.side-logo-title {
  display: inline-block !important;
  font-size: 2em;
  font-weight: bold;
  line-height: 1em;
  margin: 0;
  padding: 0;
  color: inherit;
  position: relative;
  text-align: right;
  top: 0.3em;
  opacity: 0.5
}
.side-logo-title .fa {
  display: inline-block;
}
.side-logo-title .en {
  letter-spacing: -0.05em;
  text-transform: uppercase;
  font-size: 0.75em;
}
.side-menu {
  position: relative;
/*  position: absolute;*/
/*  top: calc(10vh + 7em);*/
/*  bottom: 9em;*/
/*  left: 0;*/
/*  right: 0;*/
/*  overflow-y: auto;*/
}
.side-footer {
  position: absolute;
  bottom: 0;
  padding-bottom: 3em;
  left: 0;
  right: 0;

}
/* not display footer in short desktop */
@media screen and (min-width: 992px) and (max-height:800px) {
  .side-footer {
    position: relative;
    padding-bottom: 0;
    margin-top: 3em;
  }
}
@media screen and (max-width: 992px) and (max-height:900px) {
  .side-footer {
    position: relative;
    padding-bottom: 0;
    margin-top: 3em;
  }
}
@media screen and (max-width: 767px) {
  .side-footer {
    max-width: 21em
  }
}
@media screen and (max-width: 480px) {
  .side-footer {
    max-width: 17em
  }
}









/*----------------------------------------------------*/
/*----------------------- menu -----------------------*/
/*----------------------------------------------------*/
.main-menu {
  padding-right: 1em;
  letter-spacing: 0.05em;
  overflow: hidden;
}
.main-menu li {
  color: inherit;
  line-height: 2em;
  font-weight: bold;
  font-size: 1.2em;
}
.main-menu li a{
  display: block;
  position: relative;
  opacity: 0.5;
}
.main-menu li a:hover{
  color: #fff
}
/*
.main-menu li a:before{
  display: block;
  content: '';
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 0.8em;
  right: -1.2em;
  height: 0.75em;
  background: white;
  border-radius: 50% 0 0 50%;
  transform: translateX(1em);
  transition: all 1s ease;
}
.main-menu li.menu-active a:before{
  opacity: 1;
  transform: none;
}
*/
.main-menu li.menu-active a{
  color: white
}
.sub-menu {
  margin-top: 0.5em;
  margin-bottom: 1.2em;
  margin-right: 0.5em;
  color: rgba(0, 0, 0, 0.8);
}
.sub-menu p {
  color: black;
  opacity: 0.2;
  margin: 0;
  font-size: 1rem;
  padding-right: -0.5em;
  position: relative;
  right: -0.6em
}
.sub-menu li{
  font-weight: normal;
  line-height: 1.5em;
  font-size: 1rem;
  cursor: pointer;
  width: calc(100% - 0.5em);
  transition: transform 0.5s ease;
}
.sub-menu li:hover{
  transform: translateX(-0.5em);
  transform: translate3d(-0.5em,0,0);
}
@media (max-width: 992px) {
  .main-menu li {
    padding-bottom: 0.2em;
  }
  .main-menu li.menu-active {
    border-bottom: none;
    padding-bottom: 0;
  }
  .main-menu li.menu-active a:before{ display: none }
  .main-menu li.menu-active a { color: white}
  .sub-menu p {
    color: black;
    opacity: 0.25;
    margin-top: 1em;
    position: static;
  }
  .sub-menu p:first-child {
    color: black;
    opacity: 0.25;
    margin-top: 0;
  }
  .sub-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    padding-bottom: 0.5em;
    padding-top: 0.5em;
    max-width: 18em;
  }
  .sub-menu li:hover{transform: none}
}










/*----------------------------------------------------*/
/*---------------------- footer ----------------------*/
/*----------------------------------------------------*/
.footer-txt {
  line-height: 0.5em;
  padding-right: 1.5em;
}
.footer-txt p {
  color: inherit;
  opacity: 0.25;
  line-height: 1em;
  margin-bottom: 0.5em;
}
.footer-txt a:hover{
  color: white
}
.footer-copy {
  font-family: sans-serif;
  position: relative;
  top: 0.05em;
}
#year {
  font-size: 0.9em;
  position: relative;
  top: 0.1em;
}
.share-txt {
  color: inherit;
  opacity: 0.5;
  line-height: 1em;
  margin-right: 1.5em;
}
.share {
  margin-right: 0.75em;
  position: relative;
}
.share li {
  display: inline-block;
}
.share a {
  display: inline-block;
  color: #98a890;
  font-size: 1em;
  width: 1.5em;
  height: 1.5em;
  line-height: 1em;
  padding: 0.25em 0.05em;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  transition: all 1s ease;
  margin: 0 0.5em;
}
.share a:hover {
  background: white;
}
.share span {
  position: absolute;
  font-size: 1em;
  bottom: 0.5em;
  left: 1em;
  line-height: 0.5em;
  color: white;
  transform: translateX(-1em);
  opacity: 0;
  transition: all 0.5s ease;
  text-align: center;
  text-indent: 0;
  padding: 0;
  margin: auto;
}
.share a:hover span {
  opacity: 1;
  transform: none
}
.footer-social {
  margin-bottom: 1.5em;
  padding-right: 1.25em;
  color: black;
  opacity: 0.5
}
.icon-instagram {
  display: inline-block;
  line-height: 1.5em;
  width: 1.5em;
  border-radius: 50%;
  font-size: 0.9em;
  opacity: 0.5;
  padding: 0.05em;
  transition: all 0.75s ease
}
.footer-social span {
  display: inline-block;
  transition: all 0.75s ease
}
.footer-social:hover span {
  transform: translateX(-0.5em);
}
.footer-social:hover .icon-instagram {
  background: white;
  color: #718667;
  transform: none;
}
@media (max-height: 800px) {
  .footer-social {
    opacity: 0.3;
  }
}
@media (max-width: 767px) {
  .footer-txt {
    padding-right: 1em
  }
  .share-txt {
    margin-right: 1em
  }
  .share {
    margin-right: 0.5em
  }
  .footer-social {
    padding-right: 0.75em
  }
}










/*----------------------------------------------------*/
/*-------------------- doors page --------------------*/
/*----------------------------------------------------*/
.grid {
  margin-top: 2em
}
.grid-item {
  float: left;
  overflow: hidden;
  perspective: 50em;
  perspective-origin: center;
  position: relative;
  width: 33.333333333333%;
  padding-bottom: 65%;
}
.grid-item:after {
  content: '';
  display: block;
  clear: both;
}
@media print {
  .grid-item { width: 33.33333333% }
}
@media print {
  .grid-con {
    position: relative;
    overflow: visible;
    height: inherit;
  }
}
.grid-img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 3em;
  left: 0;
  height: calc(100% - 3em);
  width: auto;
  transform-origin: left;
  transition: transform 0.75s ease;
  will-change: transform;
  z-index: 2;
}
.grid-item:hover .grid-img{
  transform: rotateY(90deg)
}
/*
.mobile .grid-item:hover .grid-img{
  transform: none
}
.mobile .grid-img:hover{
  transform: rotateY(90deg)
}
*/
.grid-txt-con {
  position: absolute;
  left: 1px;
  padding-left: 3.5em;
  padding-right: 1px;
  right: 3em;
  bottom: 3em;
  top: 1px;
  z-index: 1;
}
.grid-txt-con:before {
  content: '';
  display: block;
  position: absolute;
  left: -100%;
  right:3.5em;
  bottom: -1em;
  top: 1px;
  background: radial-gradient(ellipse at center, #bbb 0%,#fff 65%,#fff 100%);
  transition: opacity 1s ease;
}
.grid-txt {
  transition: transform 1s ease;
  transform: translateZ(-10em);
  position: relative;
  z-index: 5;
  height: 100%;
  line-height: 1.3em
}
.grid-item:hover .grid-txt {
  transform: none
}
.grid-item h3:before {
  content: 'نام محصول';
  display: block;
  color: #98a890;
  font-weight: normal;
}
.grid-item h3 {
  margin: 0;
  padding: 0;
  margin-top: 1em;
}
.grid-item dl {
  margin: 0;
  padding: 0;
  position: relative;
}
.grid-item dt {
  margin: 0;
  color: #98a890;
  text-align: justify;
  margin-top: 0.75em;
}
.grid-item dd {
  margin: 0;
  color: black;
  text-align: justify;
}
.grid-item p:before {
  display: block;
  content: 'توضیحات';
  color: #98a890;
}
.grid-item p {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
  margin: auto;
}
.grid-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
}
/* --- responsive xl --- */
@media (max-width: 1400px) {
  .grid-item {
    width: 50%;
    padding-bottom: 80%;
  }
  .grid-txt-con {
    padding-left: 3em;
    padding-right: 1px;
    right: 35%;
  }
}
/* --- responsive lg --- */
@media (max-width: 1200px) {
  .grid-item {
    width: 50%;
    padding-bottom: 90%;
  }
}
/* --- responsive md --- */
@media (max-width: 992px) {
  .grid-item {
    width: 33.333333333%;
    padding-bottom: 65%;
  }
  .grid-txt-con {
    padding-left: 3em;
    padding-right: 1px;
    right: 25%;
  }
}
/* --- responsive sm --- */
@media (max-width: 767px) {
  .grid-item {
    width: 50%;
    padding-bottom: 80%;
  }
  .grid-txt-con {
    padding-left: 3em;
    padding-right: 1px;
    right: 35%;
  }
}
/* --- responsive xs --- */
@media (max-width: 600px) {
.grid-item {
    width: auto;
    padding-bottom: 0;
    margin-bottom: 2em;
    display: block;
    float: none;
    margin-left:30%;
  }
  .grid-img {
    position: relative;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 25em;
    width: auto;
  }
  .grid-txt-con {
    width: 10.5em;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;
    padding-left: 1em;
    bottom: 1.5em;
  }
}
/* --- responsive xxs --- */
@media (max-width: 550px) {
.grid-item {
    margin-left:28%;
  }
}
@media (max-width: 400px) {
.grid-item {
    margin-left:22%;
  }
}
@media (max-width: 350px) {
.grid-item {
    margin-left:18%;
  }
}









/*----------------------------------------------------------*/
/*------------------- all other pages ----------------------*/
/*----------------------------------------------------------*/
.faq-page , .about-page {
  padding-bottom: 10em;
}
.page-subtitle {
  font-size: 1.5em;
  font-weight: bold;
  color: #98a890;
  text-align: center;
  margin-top: 3.5em;
}
@media (max-width: 992px) {
  .page-subtitle {
    text-align: right;
    padding-right: 15px;
    padding-left: 1em;
    background: #98a890;
    color: white;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 1em;
    position: relative;
    transition: all 0.75s ease 0.5s ;
  }
  .loading-main .page-subtitle{
    transition: all 0.3s ease 0.1s;
    background: white;
    color: #98a890
  }
/*
  .page-subtitle:after {
    content: '';
    position: absolute;
    display: block;
    display: inline-block;
    width: 0;
    height: 0;
    top: 0;
    bottom: 0;
    left: 0;
    border-style: solid;
    border-width: 2em 1.2em 0 0;
    border-color: white transparent 
  }
*/
}







/*----------------------------------------------------------*/
/*------------------------- faq ----------------------------*/
/*----------------------------------------------------------*/
.faq-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.faq-item {
  padding: 0;
}
.faq-hide {
  opacity: 0.4
}
.toggle-view {
  padding-left: 15px;
  padding-right: 15px;
}
.toggle-title {
  position: relative;
  display: block;
  padding: 0 1em 1em 2em;
  margin: 0 0 2em 0;
  z-index: 2;
  transition: all 1s ease;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  color: #888;
  transform: translateY(2em)
}
.faq-hide .toggle-title {
  color: #888
}
.toggle-title:after,
.toggle-title:before {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 1s ease;
  z-index: 1
}
.toggle-title:after {
  background: #999;
  content: '';
  width: 100%;
  height: 2px;
  opacity: 0.3;
}
.toggle-title:before {
  right: auto;
  left: 0;
  width: 20px;
  height: 20px;
  line-height:20px;
  top: 0.3em;
  bottom: auto;
  font-size: 1.5em;
  margin-bottom: 0.75em;
  color: #a3b59a;
  border-radius: 50%;
}
.toggle-title:hover:before {
  color: #627b4f
}
.toggle-title:hover:after {
  transform: translateY(0.75em)
}
@media (max-width: 992px) {
  .toggle-title:before {
    left: auto;
    right: 0
  }
  .toggle-title {
    padding: 0 2.5em 1em 0;
    color: #444
  }
}
@media (max-width: 767px) {
  .toggle-title {
    padding-left: 1em
  }
}

/* -------- togle active animation ----- */
.tactive {
  color: #98a890
}
.tactive:before {
/*  color: #c79a43;*/
}
.tactive:after {
  transform: translate3d(0, 1.5em, 0)
}
.tanim:before {
  animation: spin 0.4s ease
}
@keyframes spin {
  0% { transform: rotate(0) }
  100% { transform: rotate(360deg) }
}
.tminus:before {
  content: '\e809';
}


/* -------- togle contents  ----- */
.faq-txt {
  padding-top: 2em;
  padding-bottom: 1em;
  max-width: 45em;
}
.faq-txt p:first-child {
  margin: 0;
  padding: 0;
  text-align: right;
}
.faq-txt p {
  margin-top: 1em;
  margin-bottom: 0;
  padding: 0;
  text-align: right;
/*  color: black;*/
}
@media (max-width: 767px) {
  .faq-txt {
    padding-right: 2em;
    padding-left: 1em;
  }
  .faq-txt p {
    text-align: justify !important;
  }
}
@media print {
  .faq-txt { display: block !important }
}









/*----------------------------------------------------*/
/*--------------------- contact ----------------------*/
/*----------------------------------------------------*/
.contact-page {
  width: 100%;
  margin: 0;
}
.map-con {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}
.map-con:before {
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5em;
  background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
  z-index: 2
}
.map {
  height: 100vh;
  background: white;
}
.contact-info {
  text-align: right;
  margin-bottom: 3em
}
@media (min-width:992px) {
  .contact {
    padding-left: 7vw;
    float: left !important
  }
  .map-con:before {
    display: block;
    content: '';
  }
}

@media (min-width: 767px) and (max-width: 992px) {
  .map-con:before {
    content: '';
    display: block;
    left: auto;
    right: 0;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  }  
}
@media (min-width: 1200px) {
  .map-con {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 29vw;
  }
  .map-con:before {
    width: 10em
  }
}
.contact a {
  text-transform: uppercase;
  text-align: right;
  font-family: sans-serif;
  font-weight: bold;
  color: #8e8e8e
}
.contact-phone {
  font-family: sans-serif;
  font-weight: bold;
  color: #8e8e8e;
}
.phone-txt {
  display: inline-block;
  margin-right: 0.3em;
  color: #b5bfb0;
  letter-spacing: -0.025em
}
.contact a:focus ,
.contact a:hover {
  color: #98a890;
}
.icon-mail, .icon-location,
.icon-phone-circled:before {
/*  color: #aad6c9;*/
  color: #aebfa5;
}
.icon-mail { font-size: 0.95em }

.contact hr {
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}







/*----------------------------------------------------*/
/*---------------------- form ------------------------*/
/*----------------------------------------------------*/
.contact-form {
  margin-bottom: 3em;
}
fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
.input-con {
  position: relative;
  margin: 0;
  padding-top: 2em;
}
.input-con:first-of-type{
  margin-top: -2em
}
input, textarea {
  display: block;
  position: relative;
  width: 100%;
  height: 2.5em;
  border: none;
  color: black;
  border-bottom: 2px solid #b9d4ab;
  background: transparent;
  margin: 0;
  padding: 0 0.5em;
  transition: all 0.5s ease-in;
}
input:hover, textarea:hover {
  border-bottom: 2px solid #98a890;
}
input:focus, textarea:focus {
  outline: none;
  border-bottom: 2px solid #98a890;
  background: #eee
}
textarea {
  min-height: 7em;
  overflow: auto;
  resize: vertical;
  padding-top: 0.75em;
}
label {
  display: block;
  font-weight: normal;
  color: #666;
  position: absolute;
  top: 0.45em;
  right: 0;
  bottom: auto;
  transition: all 0.5s ease;
  transform: translateY(1.5em)scale(1);
}
input:hover + label,
textarea:hover + label {
  color: #98a890;
}
input:focus + label,
input:valid + label {
  transform: translateY(0)scale(0.8);
  color: #98a890;
}
textarea:focus + label,
textarea:valid + label {
  transform: translateY(-0.2em)scale(0.8);
  color: #98a890;
}
#submit-con {
  padding: 0 ;
  width: 100%;
  margin-top: 0.5em;
  cursor: pointer
}
input.submit {
  display: block;
  position: relative;
  font: inherit;
  border: none;
  text-align: left;
  height: 2em;
  width: 100%;
  text-align: right;
  color: gray;
  cursor: pointer;
  transition: color 0.4s ease-in;
  padding: 0;
}
#submit-con:hover input.submit,
#submit-con:focus input.submit {
  color: #98a890
}
input.submit:hover,
input.submit:focus {
  background: none
}
.input-con span:before {
  display: block;
  position: absolute;
  top: 0.5em;
  right: 2.5em;
/*  color: #aad6c9;*/
  color: #aebfa5;
  transition: transform 1s ease;
}
.input-con:hover span:before {
  transform: translateX(-1em)
}

/*----------- status Message -------------*/
.statusMessage {
  display: none;
  position: relative;
  clear: both;
  width: 100%;
  transition: all 0.6s ease-in;
  z-index: 100;
}
.statusMessage p {
  color: #666;
  padding: 0;
  line-height: 1.5em;
  margin-top: 1em;
  padding-left: 1em;
  text-indent: -1em;
}
.statusMessage p:before {
  display: inline-block;
  font-size: 0.8em;
  width: 1.3em;
  height: 1.3em;
  text-align: center;
  line-height: 1.4em;
  margin-right: 1em;
  margin-left: 0.4em;
  background: #98a890;
  border-radius: 50%;
  color: white;
  text-indent: 0;
}
#sendingMessage p:before {
  animation: flash 0.5s infinite;
  content: '';
}
#incompleteMessage p:before,
#failureMessage p:before {
  animation: flash 0.75s infinite;
  background: #ff9f75;
}







/*---------------------------------------------------*/
/*-------------------- articles ---------------------*/
/*---------------------------------------------------*/
.article-sec {
  margin-bottom: 3em
}
.article-sec a:hover {
  color: #5c7e4c
}
.article-img a {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  border-radius: 50%;
}
.article-img img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  margin: auto;
  transition: transform 1s ease;
}
.article-img a:hover img {
  transform: scale(1.1)
}
.article-sec h3 {
  font-weight: bold;
  font-size: 1.1em;
  color: #98a890;
  white-space: nowrap;
  border-bottom: 2px solid #d7e2d1;
  padding-right: calc(25% + 15px);
}
.article-sec p {
  text-align: justify;
}
.reed-more {
  color: #98a890;
  display: block;
}
.reed-more span {
  display: inline-block;
  transition: transform 1s ease;
}
.reed-more:hover span{
  transform: translateX(-0.5em)
}










/*---------------------------------------------------*/
/*---------------------- blog -----------------------*/
/*---------------------------------------------------*/
.blog-page .page-subtitle {
  border-bottom: 2px solid #d7e2d1;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  text-align: right;
}
.blog-back {
  position: absolute;
  left: 0;
  top: 1em;
  font-size: 0.6em;
  color: #bbb;
}
.blog-back .icon-left-1 { display: none }
.blog-back .icon-right-1 { font-size: 0.75em }
.blog-back:hover { color: #98a890 }

.blog-pic {
  display: block;
  position: relative;
  width: 100%;
  max-width: 40em;
  height: 12em;
  overflow: hidden;
  background: #f6f6f6;
  margin-right: auto;
  border-radius: 2em;
  margin-bottom: 4em;
  margin-top: 3em;
  border: 2px solid #bcd3b0;
  transition: all 0.5s ease;
}
.blog-pic:hover {
  border: 2px solid #98a890;
}
.blog-pic img{
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: 100%;
  margin: auto;
  transition: transform 1s ease;
}
/*
.blog-pic:hover img{
  transform: scale(1.1)
}
.mobile .blog-pic:hover img{
  transform: none
}
*/
.blog-body h3 {
  text-align: center;
  font-weight: bold;
  color: #98a890;
  padding-right: 1em;
  border-bottom: 2px solid #d7e2d1;
  margin-top: 4em;
}
.blog-body p {
  text-align: justify;
  max-width: 40em;
  margin-right: auto;
  line-height: 2.25em;
  margin-bottom: 2em;
}
@media (min-width: 1200px) {
  .blog-page .page-subtitle,
  .blog-body h3 { text-align: right }
}
@media (max-width: 992px) {
  .blog-body p,
  .blog-pic {margin-left: auto}
  .blog-back {
    color: white;
    opacity: 0.5;
    top: 0.75em;
  }
  .blog-back .icon-left-1 { display: inline}
  .blog-back .icon-right-1 { display: none }
  .blog-back:hover {color: white}
}
@media (max-width: 480px) {
  .blog-body p {
    line-height: 1.8em;
    margin-bottom: 1em;
  }
  .blog-body h3 { margin-top: 2em }
}
@media (max-width: 992px) {
  .blog-page .page-subtitle {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .blog-page .page-subtitle {
    padding-right: 10vw;
  }
  .blog-back-txt { display: none}
}
@media (max-width: 440px) {
  .blog-page .page-subtitle {padding-right: 0}
}








/*---------------------------------------------------*/
/*-------------------- lightbox ---------------------*/
/*---------------------------------------------------*/
body.hidden-scroll {
  overflow: hidden;
}
.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 3.5em;
  bottom: 0;
  direction: ltr;
  display: none;
  z-index: 1050;
  background: radial-gradient(ellipse at center,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.8) 30%,
    rgba(255, 255, 255, 1) 70%,
    rgba(255, 255, 255, 1) 100%);
}
.sl-wrapper {
  z-index: 1040;
  font-size: 1em
}
.sl-wrapper button {
  border: 0 none;
  background: transparent;
  font-size: 1em;
  padding: 0;
  cursor: pointer;
  transition: color 1s ease;
}
.sl-wrapper .sl-close {
  direction: ltr;
  position: fixed;
  right: 0;
  top: 0;
  left: 0;
  height: 1.8em;
  width: 100%;
  z-index: 1060;
  text-align: right;
  display: block;
  font-size: 2em;
  padding-right: 0.6em;
  padding-top: 0.3em;
  font-family: "fontello";
  font-weight: bold;
  line-height: 0.1em;
  text-shadow: none;
  color: #98a890;
  background: linear-gradient(to right,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0)80%,
    #fff 90%,
    #fff 100%);
}
.sl-wrapper button:hover {
  color: #c3aa45
}
.sl-wrapper .sl-close:focus {
  outline: none;
  color: #00abb5
}
.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 0;
  padding-top: 1.5em;
  right: 5em;
  z-index: 1060;
  color: #aaa;
  font-size: 1em;
  letter-spacing: 0.1em;
  font-weight: bold;
  direction: ltr;
  font-family: 'Open Sans', sans-serif;
}
@media (min-width: 992px){
  .sl-overlay { top: 0 }
  .sl-wrapper .sl-counter { right: auto; left: 1.5em }
}
@media (max-width: 600px){
  .sl-wrapper .sl-counter { right: auto; left: 15px; padding-top: 1.25em}
}
@media (max-width: 380px){
  .sl-wrapper .sl-counter { visibility: hidden;}
}

.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}
.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -25px;
  height: 50px;
  width: 50px;
  line-height: 55px;
  text-align: center;
  display: block;
  z-index: 1060;
  font-family: "fontello";
  font-size: 2em;
  font-weight: bold;
  color: #aaa;
  padding-bottom: 0.1em;
  transition: all 0.3s;
  direction: ltr;
  border-radius: 50%;
}
.sl-wrapper .sl-navigation button:focus {
  outline: none;
  color: #777
}
.sl-wrapper .sl-navigation button:hover {
  background: #98a890;
  color: #fff;
}
.sl-wrapper .sl-navigation button.sl-next { right: 5px }
.sl-wrapper .sl-navigation button.sl-prev { left: 5px }

@media (max-width: 767px) {
  .sl-wrapper .sl-navigation button {
    width: 25px;
    font-size: 1.5em
  }
  .sl-wrapper .sl-navigation button:hover,
  .sl-wrapper .sl-navigation button:focus {
    background: none;
    color: #000;
  }
  .sl-wrapper .sl-navigation button.sl-next { right: 0 }
  .sl-wrapper .sl-navigation button.sl-prev { left: 0 }
}
.sl-wrapper .sl-image {
  position: fixed;
  touch-action: none;
  z-index: 10000;
  padding-top: 2.5em;
  direction: ltr;
}
.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0 none;
  box-shadow: 0 0 5em rgba(0, 0, 0, 0.3);
  max-height: 80vh;
  height: auto !important;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image img { border:none }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image img { border:none }
}
.sl-wrapper .sl-image iframe {
  background: #000;
  border:none;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image iframe { border:none }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image iframe { border: 0 none }
}
.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  direction: ltr
}
.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}
.sl-wrapper .sl-image .sl-download {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #000;
  z-index: 1060;
  direction: ltr
}
.sl-spinner {
  display: none;
  border: 5px solid #006b78;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1090;
  animation: pulsate 1s ease-out infinite;
  direction: ltr
}
.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
  direction: ltr
}
@keyframes pulsate {
  0%   { transform: scale(0.1); opacity: 0 }
  50%  { opacity: 1}
  100% {transform: scale(1.2);opacity: 0}
}


//.side-con, .door-right:before {
//  background: url(../img/wood1.png);
//}