html {
  width: 100%;
  height: 100%;
}
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 15px;
  direction: rtl;
  font-family: Tahoma;
}
img {
  max-width: 100%;
  height: auto;
}
section.page-part {
  padding: 40px 0;
}
#video-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  border-bottom: 70px solid transparent;
  box-sizing: border-box;
}
header {
  position: relative;
  padding-bottom: 70px;
}
header.home-page {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-bottom: 0;
  position: relative;
}
header.home-page > img {
  position: absolute;
  right: 0;
  top: 0;
  width: 210px;
}
#header-bottom {
  background: url(img/navigation.jpg) 0 0 repeat;
  height: 70px;
  font-size: 0;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
#header-bottom.fixed {
  position: fixed;
  top: 0;
  z-index: 2;
}
#header-bottom-inner {
  width: 1170px;
  margin: 0 auto;
  height: 100%;
  max-width: 100%;
}
#logo {
  font-size: 20px;
  float: right;
  height: 100%;
  display: table;
}
#logo a {
  display: table-cell;
  vertical-align: middle;
}
#header-bottom-inner nav {
  height: 100%;
  font-size: 15px;
  float: left;
}
#main-menu ul {
  margin: 0;
  padding: 0;
  font-size: 0;
  height: 100%;
}
#main-menu ul:before {
  display: inline-block;
  height: 100%;
  width: 0;
  content: '';
  vertical-align: middle;
}
#main-menu ul li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  margin-left: 15px;
}
#main-menu ul li a {
  color: #000;
  text-decoration: none;
}
#main-menu ul li a:hover {
  color: #808080;
}
#main-menu ul li:last-child {
  margin-left: 0;
}
#header-top {
  height: 100%;
  padding-bottom: 70px;
  box-sizing: border-box;
  display: table;
  width: 100%;
}
#header-top-inner {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#header-top-inner div:first-of-type {
  font-size: 90px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
}
/*#header-top-inner div:last-of-type {
  color: #fff;
  font-size: 45px;
}*/
#header-top-inner ul {
  margin: 15px 0 0 0;
  padding: 0;
  font-size: 0;
}
#header-top-inner ul li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}
#header-top-inner ul li:last-child {
  margin-left: 0;
}
#header-top-inner ul li a {
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  border: 1px solid #fff;
  padding: 12px 23px;
  display: block;
}
#header-top-inner ul li a:hover {
  background: rgba(255, 255, 255, 0.3);;
}
#content-wrapper {
  position: relative;
  background: #fff;
}
.section-inner {
  width: 1170px;
  margin: 0 auto;
  max-width: 100%;
}
section#images ul {
  margin: 0;
  padding: 0;
  font-size: 0;
}
section#images ul li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  width: 31.33%;
  margin-left: 3%;
  cursor: pointer;
  box-sizing: border-box;
}
section#images ul li > div {
  text-align: center;
  margin-bottom: 15px;
}
section#images ul li > div a {
  font-size: 25px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
}
section#images ul li > a {
  font-size: 25px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
  display: block;
}
section#images ul li > a {
  background: #6EBCFF;
  border: 14px solid #6EBCFF;
  position: relative;
}
section#images ul li > a:before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
  background: rgba(110, 188, 255, 0.6);
  content: '';
  opacity: 0;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  z-index: 1;
}
section#images ul li:hover > a:before {
  opacity: 1;
}
section#images ul li img {
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  height: auto;
}
section#images ul li:hover img {
  -moz-transform: scale(0.97);
  -ms-transform: scale(0.97);
  -webkit-transform: scale(0.97);
  -o-transform: scale(0.97);
  transform: scale(0.97);
}
section#images ul li:last-child {
  margin-left: 0;
}
section#home-slider {
  margin-bottom: 40px;
}
section#contacts {
  background: #6EBCFF;
}
section#contacts ul {
  margin: 0;
  padding: 40px 0;
  font-size: 0;
}
section#contacts ul li {
  display: inline-block;
  vertical-align: top;
  list-style: none;
  font-size: 15px;
  width: 31.33%;
  margin-left: 3%;
}
section#contacts ul li h3 {
  font-size: 20px;
  font-weight: normal;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  color: #000;
}
section#contacts ul li:first-child a {
  color: #000;
  font-size: 20px;
}
section#contacts ul li:first-child div {
  font-size: 20px;
  margin-bottom: 4px;
}
section#contacts ul li:last-child {
  margin-left: 0;
}
section#contacts ul li:last-child #page-contacts-form-wrapper {
  width: 100%;
}
section#contacts ul li:last-child > div {
  margin-bottom: 10px;
  text-align: left;
}
section#contacts ul li:last-child input[type="text"] {
  width: 100%;
  height: 35px;
  padding: 3px;
  box-sizing: border-box;
}
section#contacts ul li:last-child input[type="submit"] {
  cursor: pointer;
  border: none;
  background: none;
  color: #000;
  background: #fff;
  border-radius: 3px;
  font-size: 20px;
}
section#contacts ul li:last-child textarea {
  padding: 3px;
  box-sizing: border-box;
  width: 100%;
  height: 80px;
  resize: none;
}
#google-map {
  width: 100%;
  height: 214px;
}
.gallery {
  font-size: 0;
}
.gallery > .gallery-item {
  display: inline-block;
  vertical-align: top;
  width: 23.5% !important;
  margin-right: 2%;
  margin-bottom: 2%;
  font-size: 15px;
  text-align: center;
}
.gallery > .gallery-item > .gallery-icon > [data-lightbox] img {
  border: none !important;
}
.gallery > .gallery-item:nth-of-type(4n) {
  margin-right: 0;
}
section#single-post {
  overflow: hidden;
  padding: 20px 0 40px;
}
section#single-post h1 {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 25px;
  margin-right: 33%;
}
#single-post-image {
  max-width: 30%;
  float: right;
}
#single-post-text {
  margin-right: 33%;
}
#single-post .typogrphy-carousel {
  margin-top: 40px;
}
.typogrphy-carousel {
  font-size: 0;
  direction: ltr;
  padding: 0 60px;
  position: relative;
}
.typogrphy-carousel-left {
  width: 0;
  height: 0;
  border-right: 30px solid #6EBCFF;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -20px;
}
.typogrphy-carousel-right {
  width: 0;
  height: 0;
  border-left: 30px solid #6EBCFF;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -20px;
}
.typogrphy-carousel-wrapper {
  overflow: hidden;
}
.typogrphy-carousel-wrapper li {
  width: 32%;
  margin-right: 2%;
  display: inline-block;
  vertical-align: middle;
}
.typogrphy-carousel-wrapper ul {
  margin: 0;
  padding: 0;
  position: relative;
}
.typogrphy-carousel-wrapper li:last-child {
  margin-right: 0 !important;
}
#page-contacts-form-wrapper {
  width: 400px;
  margin: 0 auto;
}
#page-contacts-form-wrapper > div {
  margin-bottom: 15px;
}
#page-contacts-form-wrapper input[type="text"], #page-contacts-form-wrapper input[type="email"] {
  width: 100%;
  height: 30px;
  box-sizing: border-box;
  padding: 3px;
}
#page-contacts-form-wrapper textarea {
  width: 100%;
  height: 150px;
  resize: none;
  box-sizing: border-box;
  padding: 3px;
}
#fancybox-left, #fancybox-right {
  overflow: hidden;
}
.typography-slider img {
  width: 100%;
}
#gallery-1 .gallery-caption {
  margin-right: 0;
}
#mobile-menu {
  display: none;
  cursor: pointer;
  margin: 26px 0 0 10px;
  float: left;
  width: 20px;
}
#mobile-menu .mobile-menu {
  height: 4px;
  margin-bottom: 3px;
  background: #000;
}
#mobile-menu .mobile-menu:last-of-type {
  margin-bottom: 0;
}