/* Import fonts */

@import url(http://fonts.googleapis.com/css?family=Play:400,700&subset=latin,cyrillic,latin-ext,cyrillic-ext);
* {
  margin: auto;
  padding: 0px;
}
body {
  background: #fff;
  margin: 0;
  color: #5a5a5a;
  font-family: "Play", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
.main {
  font-weight: 300;
}
p {
  padding: 0;
  /*margin-bottom: 12px;*/
  font-family: "Play", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #666;
  margin-top: 10px;
}
.phones p {
  color: #ffe;
  font-size: 20px;
  font-family: "Play", sans-serif;
  text-align: right;
  margin-right: 25%;
  letter-spacing: 1px;
}
html,
body {
  height: 100%;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
  text-align: right;
}
.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
  clear: both;
}
.centered {
  text-align: center;
}
.mt {
  margin-top: 2%;
}
/*.mb {
    margin-bottom: 4%;
}*/

.mtb {
  /* margin-top: 50px;*/
  margin-bottom: 50px;
}
.mtb2 {
  margin-top: 100px;
  margin-bottom: 100px;
}
.ptb {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #fff;
  width: 100%;
  margin-bottom: -5%;
}
.ptb-work {
  padding-top: 80px;
  padding-bottom: 0;
}
.clear {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  width: 100%;
}
::-moz-selection {
  color: #7092c0;
  text-shadow: none;
  background: #2b2e31;
}
::selection {
  color: #7092c0;
  text-shadow: none;
  background: #2b2e31;
}
*,
::after,
*::before {
  padding: 0;
}
a {
  padding: 0;
  margin: 0;
  text-decoration: none;
  -webkit-transition: background-color 0.4s linear, color 0.4s linear;
  -moz-transition: background-color 0.4s linear, color 0.4s linear;
  -o-transition: background-color 0.4s linear, color 0.4s linear;
  -ms-transition: background-color 0.4s linear, color 0.4s linear;
  transition: background-color 0.4s linear, color 0.4s linear;
  color: #7092c0;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #696e74;
}
.sl a,
.sl a:hover,
.sl a:focus {
  color: transparent;
}
.nopadding {
  padding: 0px !important;
  margin: 0px;
}
/* =============================================================
   SIDE MENU STYLES
 ============================================================ */

#side-menu {
  height: 100%;
  position: fixed;
  top: -1000px;
  left: -250px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  z-index: 999;
  overflow: auto;
  max-width: 400px;
  padding-top: 25px;
  padding-left: 60px;
  font-family: "Play", sans-serif;
}
#side-menu ul {
  list-style: none;
  padding: 0px;
}
#side-menu ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  padding: 20px 25px;
  display: block;
  text-align: center;
  /*float: right;*/
}
#side-menu ul li a i {
  padding-right: 10px;
}
#side-menu ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.7);
}
/*#side-menu ul li a:hover {
    border-bottom: 2px solid #fff;
}*/

.logo-text {
  padding: 20px 30px;
  cursor: pointer;
  font-size: 20px;
  font-weight: 900;
}
.menu-close-icon {
  cursor: pointer;
  color: #fff;
  margin-left: -10%;
  font-size: 20px !important;
}
.menu-open-icon {
  cursor: pointer;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px 20px;
  position: fixed;
  z-index: 99;
  left: 0.5%;
  top: 0.5%;
  -webkit-transition: background-color 3s linear, color 2s linear;
  -moz-transition: background-color 3s linear, color 2s linear;
  -o-transition: background-color 3s linear, color 2s linear;
  -ms-transition: background-color 3s linear, color 2s linear;
  transition: background-color 3s linear, color 2s linear;
}
.menu-open-icon:hover {
  opacity: 0.5;
}
.brand {
  width: 50%;
  margin-left: 25%;
  -webkit-transition: background-color 3s linear, color 2s linear;
  -moz-transition: background-color 3s linear, color 2s linear;
  -o-transition: background-color 3s linear, color 2s linear;
  -ms-transition: background-color 3s linear, color 2s linear;
  transition: background-color 3s linear, color 2s linear;
}
.brand:hover {
  opacity: 0.5;
}
.toggle {
  margin-top: -2%;
}
/* Social CIRCLE Icons */

.social {
  margin-left: 10%;
}
.circle-icon-nav {
  width: 60px;
  height: 60px;
  margin-top: 20px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #ffe;
  position: relative;
  -webkit-transition: background-color 0.6s linear, color 0.4s linear;
  -moz-transition: background-color 0.6s linear, color 0.4s linear;
  -o-transition: background-color 0.6s linear, color 0.4s linear;
  -ms-transition: background-color 0.6s linear, color 0.4s linear;
  transition: background-color 0.6s linear, color 0.4s linear;
}
.circle-icon-nav .icon {
  color: #444;
  text-align: center;
}
.circle-icon-nav:hover {
  background-color: #ffe;
  border: 1px solid #ffe;
}
.sots {
  display: inline-block;
}
.nav-list span {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  width: 100%;
  padding-bottom: 3px;
}
.nav-list span:after {
  background: #7092c0;
  content: "";
  width: 0;
  height: 3px;
  bottom: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.nav-list span:hover:after {
  width: 100%;
}
.nav-list a:hover span {
  text-decoration: none;
}
#active span:after {
  background: #7092c0;
  content: "";
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 50%;
  position: absolute;
}
/* =============================================================
   SIDE MENU STYLES
 ============================================================ */

/*
#side-menu {
    height: 100%;
    position: fixed;
    top: -1000px;
    left: -250px;
    background-color: rgba(0,0,0,0.8);
    color: #fff;
    z-index: 999;
    overflow: auto;
    max-width: 400px;
    padding-top: 25px;
    padding-left: 60px;
    font-family: 'Play', sans-serif;
}
#side-menu ul {
    list-style: none;
    padding: 0px;
}
#side-menu ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    padding: 20px 25px;
    display: block;
    text-align: center;
    float: right;
}
#side-menu ul li a i {
    padding-right: 10px;
}
#side-menu ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, .7);
}
#side-menu ul li a:hover {
    border-bottom: 2px solid #fff;
}
.logo-text {
    padding: 20px 30px;
    cursor: pointer;
    font-size: 20px;
    font-weight: 900;
}
.menu-close-icon {
    cursor: pointer;
    color: #fff;
    margin-left: -10%;
    font-size: 20px!important;
}
.menu-open-icon {
    cursor: pointer;
    color: #fff;
    background-color: rgba(0, 0, 0, .5);
    padding: 10px 20px;
    position: fixed;
    z-index: 99;
    left: 0.5%;
    top: 0.5%;
}
.brand {
    width: 50%;
    margin-left: 25%;
}
.toggle {
    margin-top: -2%;
}*/

/* Social CIRCLE Icons */

/* =============================================================
   SIDE MENU STYLES - Р РЋРЎвЂљР В°Р Р†Р С‘РЎвЂљРЎРЉ РЎС“РЎвЂЎР В°РЎРѓРЎвЂљР С•Р С” Р Р† Р В°Р Р…Р В°Р В»Р С•Р С–Р С‘РЎвЂЎР Р…РЎвЂ№Р в„– РЎС“РЎвЂЎР В°РЎРѓРЎвЂљР С•Р С” Р Р† РЎвЂћР В°Р в„–Р В»Р Вµ style.css
 ============================================================ */

#side-menu {
  height: 100%;
  position: fixed;
  top: -1000px;
  left: -250px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  z-index: 999;
  overflow: auto;
  max-width: 400px;
  padding-top: 25px;
  padding-left: 60px;
  font-family: "Play", sans-serif;
}
#side-menu ul {
  list-style: none;
  padding: 0px;
}
#side-menu ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  padding: 20px 25px;
  display: block;
  text-align: center;
  /*float: right;*/
}
#side-menu ul li a i {
  padding-right: 10px;
}
#side-menu ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.7);
}
/*#side-menu ul li a:hover {
    border-bottom: 2px solid #fff;
}*/

.logo-text {
  padding: 20px 30px;
  cursor: pointer;
  font-size: 20px;
  font-weight: 900;
}
.menu-close-icon {
  cursor: pointer;
  color: #fff;
  margin-left: -10%;
  font-size: 20px !important;
}
.menu-open-icon {
  cursor: pointer;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px 20px;
  position: fixed;
  z-index: 99;
  left: 0.5%;
  top: 0.5%;
  -webkit-transition: background-color 3s linear, color 2s linear;
  -moz-transition: background-color 3s linear, color 2s linear;
  -o-transition: background-color 3s linear, color 2s linear;
  -ms-transition: background-color 3s linear, color 2s linear;
  transition: background-color 3s linear, color 2s linear;
}
.menu-open-icon:hover {
  opacity: 0.5;
}
.brand {
  width: 50%;
  margin-left: 25%;
  -webkit-transition: background-color 3s linear, color 2s linear;
  -moz-transition: background-color 3s linear, color 2s linear;
  -o-transition: background-color 3s linear, color 2s linear;
  -ms-transition: background-color 3s linear, color 2s linear;
  transition: background-color 3s linear, color 2s linear;
}
.brand:hover {
  opacity: 0.5;
}
.toggle {
  margin-top: -2%;
}
/* Social CIRCLE Icons */

.social {
  margin-left: 10%;
}
.circle-icon-nav {
  width: 60px;
  height: 60px;
  margin-top: 20px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #ffe;
  position: relative;
  -webkit-transition: background-color 0.6s linear, color 0.4s linear;
  -moz-transition: background-color 0.6s linear, color 0.4s linear;
  -o-transition: background-color 0.6s linear, color 0.4s linear;
  -ms-transition: background-color 0.6s linear, color 0.4s linear;
  transition: background-color 0.6s linear, color 0.4s linear;
}
.circle-icon-nav .icon {
  color: #444;
  text-align: center;
}
.circle-icon-nav:hover {
  background-color: #ffe;
  border: 1px solid #ffe;
}
.sots {
  display: inline-block;
}
.icon-nav {
  font-size: 40px !important;
  padding-top: 16%;
}
/* FORM CONFIGURATION */

input {
  font-size: 16px;
  min-height: 40px;
  border-radius: 2px;
  line-height: 20px;
  padding: 11px 30px 12px;
  border: 1px solid #b9b9af;
  margin-bottom: 10px;
  background-color: #fff;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.subscribe-input {
  float: left;
  width: 65%;
  text-align: left;
  margin-right: 2px;
}
.subscribe-submit {
  right: 0;
}
.btn-download {
  background: #7092c0;
}
/* Buttons */

.btn-design {
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 8px;
  border-radius: 0;
  -webkit-transition: background-color 0.4s linear, color 0.4s linear;
  -moz-transition: background-color 0.4s linear, color 0.4s linear;
  -o-transition: background-color 0.4s linear, color 0.4s linear;
  -ms-transition: background-color 0.4s linear, color 0.4s linear;
  transition: background-color 0.4s linear, color 0.4s linear;
}
.btn-y {
  background: #7092c0;
  color: #2f2f2f;
  border: 2px solid transparent;
}
.btn-y:hover {
  background: transparent;
  color: white;
  border: 2px solid #7092c0;
}
.btn-clear {
  background: transparent;
  color: white;
  border: 1px solid white;
}
.btn-clear:hover {
  background: white;
  color: #2f2f2f;
}
/* SLIDER */

.masthead-arrow {
  position: absolute;
  bottom: -100px;
  left: 0px;
  right: 0px;
  margin: auto;
  top: 200%;
  transform: rotate(45deg);
  width: 50px;
  height: 50px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  opacity: 0.7;
}
.masthead-arrow_1 {
  position: absolute;
  bottom: -100px;
  left: 0px;
  right: 0px;
  margin: auto;
  top: 220%;
  transform: rotate(45deg);
  width: 50px;
  height: 50px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  opacity: 0.7;
}
.container.sl {
  width: 100%;
  height: 100%;
  min-height: 860px;
  padding-left: 0;
  padding-right: 0;
}
/* HERO banner with fixed position */

.bannertext {
  position: fixed;
  top: 55%;
  /*left: 30%;*/
  right: 5%;
  left: 0;
  color: #fff;
  text-align: center;
}
.bannertext p.h1 {
  position: relative;
  color: white;
  letter-spacing: 2px;
  font-weight: 300;
  font-size: 45px;
  line-height: 1em;
  letter-spacing: 2px;
  z-index: 22;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.7);
  text-align: right;
}
.bigbrand {
  position: relative;
  margin-left: 55%;
  z-index: 22;
}
.bannertext .right {
  position: relative;
  color: #222;
  letter-spacing: 2px;
  margin-top: 5%;
  margin-bottom: 30%;
}
.bannertext bold {
  position: relative;
  color: white;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 2px;
}
.bannertext p {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.bannertext p.h3 {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 500;
  margin-left: 15%;
  letter-spacing: 1px;
  line-height: 30px;
  float: right;
  padding: 5px 20px;
  background: rgba(255, 255, 255, 0.8);
  display: table;
}
.bannertext img {
  width: 100%;
}
@media (min-width: 1200px) {
  .bannertext img {
    width: 100%;
    margin-top: -20%;
  }
  .circle-icon {
    margin-left: 50%;
    margin-right: 50%;
  }
}
@media (min-width: 1024px) {
  .bannertext img {
    width: 100%;
    margin-top: -20%;
  }
  .circle-icon {
    margin-left: 40%;
    margin-right: 40%;
  }
}
@media (max-width: 992px) {
  .bannertext img {
    width: 100%;
    margin-top: 20%;
  }
  .bannertext p.h1 {
    font-size: 30px;
    margin-top: 1%;
  }
  .ptb {
    margin-bottom: -10%;
  }
  .container.sl {
    width: 100%;
    height: 800px;
  }
  .bannertext {
    top: 30%;
  }
}
@media (max-width: 800px) {
  .f a.btn {
    margin-top: 5%;
  }
  .ptb {
    margin-bottom: -10%;
  }
  .bannertext {
    top: 10%;
  }
  .bannertext p.h1 {
    font-size: 30px;
    margin-top: 2%;
  }
}
@media (max-width: 767px) {
  .bannertext p.h1 {
    font-size: 30px;
  }
  .bannertext img {
    width: 100%;
    margin-top: 20%;
  }
  .f a.btn {
    margin-top: 5%;
  }
  .btn-circle-ind {
    margin-top: 100%;
    margin-left: 45%;
  }
  .bannertext p.h3 {
    font-size: 20px !important;
    margin-left: 0 !important;
    margin-top: 2%;
  }
  .bannertext {
    top: 10%;
  }
}
@media (max-width: 480px) {
  #side-menu {
    width: 100%;
  }
  .bannertext p.h1 {
    font-size: 20px;
  }
  .bannertext p.h3 {
    font-size: 16px !important;
    margin-left: 25% !important;
    margin-top: 1%;
  }
  .bannertext img {
    width: 100%;
  }
  .f a.btn {
    margin-left: 10%;
    margin-top: 5%;
  }
  .ptb {
    margin-bottom: -20%;
  }
}
/* MAIN CONFIGURATION - BASE MODIFICATION */

h1,
.mb p.h1 {
  font-weight: 300;
  font-size: 60px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Play", sans-serif;
}
.seo {
  margin-top: -20px;
}
.main {
  font-weight: 300;
  font-size: 32px;
  color: #5f605f;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  margin-bottom: 2%;
}
.lead {
  font-size: 18px;
  color: #fff;
}
.tree {
  font-family: "Play", sans-serif;
  font-size: 25px;
  font-weight: 300 !important;
  color: #fff;
}
.desc h4 {
  margin-bottom: 5px;
  font-weight: 400;
}
.desc p {
  margin-top: 0px;
  text-transform: uppercase;
  font-size: 14px;
}
.desc .col-md-4 {
  padding-top: 20px;
  margin-bottom: 20px;
}
.desc .col-md-4:hover {
  background-color: #7092c0;
  color: white;
}
/* CIRCLE Icons */

.greenlight {
  width: 100%;
  background-color: #fff;
  padding-bottom: 5%;
  padding-left: 5%;
  padding-right: 5%;
}
.litings-1 {
  background: #51698c;
  height: 100%;
  padding: 5px 20px;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
  display: block;
}
.litings-2 {
  background: #617ea7;
  height: 100%;
  padding: 5px 20px;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
}
.litings-3 {
  background: #7092c0;
  height: 100%;
  padding: 5px 20px;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
}
.text-muted {
  color: #fff;
}
.circle-icon {
  width: 120px;
  height: 120px;
  margin-left: 35%;
  margin-right: 35%;
  margin-top: 10%;
  border-radius: 50%;
  background-color: transparent;
  position: relative;
  background: #fff;
}
.circle-icon .icon {
  color: #7092c0;
  line-height: 120px;
  text-align: center;
}
.icon {
  font-size: 50px;
}
/* CONFIGURATION for White Section */

.w p.h5,
.w h2.h5 {
  text-transform: uppercase;
  font-weight: 700;
  text-align: left;
  /* margin-left:80%!important;*/
}
.mt hr {
  border: 1px solid #2f2f2f;
  width: 40px;
  float: right;
  /* margin-left:85%!important;*/
}
/*.w img {
	width: 100%;
	height: auto;
}*/

.w p {
  text-align: left;
  /* margin-left:6%!important;*/
}
/* Grey Section */

#g {
  background: #f2f2f2;
  padding-top: 40px;
}
/* FOOTER */

.f {
  padding-bottom: 40px;
  background: #2f2f2f;
  color: #ffe;
}
.f p.h1 {
  text-shadow: none !important;
}
.f .icon {
  margin-right: 25px;
  font-size: 35px;
}
.f price {
  font-weight: 900;
  font-size: 150px;
  margin-bottom: 20px;
}
.f cross {
  text-decoration: line-through;
  font-weight: 700;
}
.f p.h5 {
  color: #ffe;
  font-weight: 400;
  text-transform: uppercase;
}
/* COPYRIGHT */

#copyright {
  padding-bottom: 35px;
  padding-top: 35px;
  background: #1d1d1d;
  color: #ffe;
}
#copyright p.h5 {
  font-size: 14px;
  letter-spacing: 0.8px;
}
.flat {
  font-size: 20px;
  margin-top: 2%;
}
.flaty {
  width: 100%;
}
.flaty_1 {
  width: 100%;
}
/*========================================================================
 Work Detail
/*========================================================================*/

.working {
  padding-top: 40px !important;
  padding-bottom: 10px !important;
}
.workly {
  min-height: 100%;
  width: 100%;
  position: relative;
  display: block;
}
.devider-1 {
  margin-left: 20%;
  color: #7092c0;
  display: table;
  font-size: 30px;
}
.devider-2 {
  margin-left: 75%;
  color: #7092c0;
  display: table;
  font-size: 30px;
}
.mb p.h1,
.mtb p.h1 {
  font-size: 50px;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
  font-family: "Play", sans-serif;
  color: #5d789c;
}
.content-section-a {
  background-color: #f8f8f8;
  padding: 0 0;
  margin-top: 0;
}
.content-section-a .wide {
  margin-left: 5%;
}
.wide-1,
.wide-2 {
  margin-left: 6%;
  text-align: left;
  font-size: 18px;
  color: #444;
  font-weight: 500;
}
.wide-1 .icon,
.wide-2 .icon {
  font-size: 30px;
}
.breadcrumb {
  margin-top: 2%;
  background-color: transparent;
}
.breadcrumb a {
  color: #ffe !important;
  font-size: 18px;
}
.breadcrumb a:hover,
.breadcrumb a:focus {
  color: #999 !important;
}
.services {
  margin-top: 50px;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  min-height: 800px;
}
.summary-divider {
  margin: 80px 0;
}
.summary {
  background-color: rgba(255, 255, 255, 0.6);
  height: 100%;
  width: 100%;
  padding: 5px 0px;
  padding-bottom: 6%;
}
.summary-heading {
  font-size: 45px;
  text-transform: uppercase;
  color: #ffe;
  padding: 5px 20px;
  background: rgba(112, 146, 192, 0.8);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  display: table;
}
.first {
  line-height: 18px;
}
.second {
  line-height: 18px;
}
.over-service {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}
.summer {
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  width: 60%;
  text-align: center;
  margin-left: 20%;
}
.featurette-divider {
  margin: 80px 0;
}
.featurette {
  overflow: hidden;
}
.featurette-image.pull-left {
  margin-right: 40px;
}
.featurette-image.pull-right {
  margin-left: 40px;
}
.featurette-heading {
  font-size: 50px;
}
@media (max-width: 1200px) {
  .featurette-divider {
    margin: 50px 0;
  }
  .featurette-image.pull-left {
    margin-right: 20px;
  }
  .featurette-image.pull-right {
    margin-left: 20px;
  }
  .featurette-heading {
    font-size: 35px;
  }
}
@media (max-width: 992px) {
  .flat {
    margin-left: -2%;
  }
  .summary-heading {
    font-size: 30px;
  }
  .services {
    margin-top: 5%;
  }
  .featurette-divider {
    margin: 40px 0;
  }
  .featurette-image {
    max-width: 50%;
  }
  .featurette-image.pull-left {
    margin-right: 10px;
  }
  .featurette-image.pull-right {
    margin-left: 10px;
  }
  .featurette-heading {
    font-size: 30px;
  }
  .circle-icon {
    margin-left: 25%;
    margin-right: 25%;
  }
}
@media (max-width: 800px) {
  .circle-icon {
    margin-left: 25%;
    margin-right: 25%;
  }
  .services {
    margin-top: 50px;
  }
  @media (max-width: 768px) {
    .featurette-divider {
      margin: 40px 0;
    }
    .featurette-heading {
      font-size: 25px;
    }
  }
}
@media (max-width: 767px) {
  .content-section-a p.h5,
  .content-section-a h2.h5 {
    font-size: 18px;
  }
  .content-section-b p.h5,
  .content-section-b h2.h5 {
    font-size: 18px;
  }
  .breadcrumb {
    margin-bottom: 2%;
  }
  .content-section-a .circle-icon {
    margin-left: 35%;
  }
  .content-section-b .circle-icon {
    margin-left: 35%;
  }
  .main {
    font-size: 22px;
  }
  p.seo {
    font-size: 30px;
  }
  .mb p.h1 {
    font-size: 30px;
  }
  .flat {
    padding-left: 25%;
  }
  .summary-image.pull-left {
    width: 100%;
    height: 600px;
  }
  .summary-image.pull-right {
    width: 100%;
    height: 600px;
  }
  .services {
    margin-top: 11%;
  }
  .summary-heading {
    font-size: 30px;
  }
  .circle-icon {
    margin-left: 38%;
    margin-right: 38%;
  }
}
@media (max-width: 668px) {
  .featurette-divider {
    margin: 30px 0;
  }
}
@media (max-width: 480px) {
  .content-section-a p.h5,
  .content-section-a h2.h5 {
    font-size: 15px;
  }
  .content-section-b p.h5,
  .content-section-b h2.h5 {
    font-size: 15px;
  }
  .breadcrumb {
    margin-bottom: 2%;
  }
  .content-section-a .circle-icon {
    margin-left: 23%;
  }
  .content-section-b .circle-icon {
    margin-left: 23%;
  }
  .content-section-a p.lead {
    font-size: 16px;
  }
  .content-section-b p.lead {
    font-size: 16px;
  }
  .main {
    font-size: 20px;
  }
  p.seo {
    font-size: 25px;
  }
  .mb p.h1 {
    font-size: 20px;
  }
  .flat {
    padding-left: 0;
    font-size: 12px;
  }
  .summary-image.pull-left {
    width: 100%;
    height: 600px;
  }
  .summary-image.pull-right {
    width: 100%;
    height: 600px;
  }
  .services {
    margin-top: 50px;
  }
  .summary-heading {
    font-size: 20px;
  }
  .circle-icon {
    margin-left: 30%;
    margin-right: 30%;
  }
}
@media (max-width: 375px) {
  .featurette-divider {
    margin: 10px 0;
  }
  .featurette-image {
    max-width: 100%;
  }
  .featurette-image.pull-left {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .featurette-image.pull-right {
    margin-bottom: 10px;
    margin-left: 0;
  }
}
/*========================================================================
 Portfolio
/*========================================================================*/

/* Grid */

.gal {
  width: 100%;
  margin-bottom: 5%;
}
#tiles .item {
  width: 24% !important;
  background-color: #ffffff;
  padding: 10px !important;
  margin-right: 7px;
  margin-bottom: 7px;
  float: left;
}
#tiles .item img {
  margin-bottom: 10px;
}
/*#tiles .item div.meta {
    color: #999;
    text-transform: uppercase;
    font-size: 10px;
    margin: 0;
}*/

#tiles .item h2 {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #7092c0;
  font-weight: 500;
  font-family: "Play", sans-serif;
}
#tiles .item h2 a {
  line-height: inherit;
  margin: 0;
  text-decoration: inherit;
  color: inherit;
  font-size: inherit;
  font-family: "Play", sans-serif;
  font-weight: inherit;
  font-style: inherit;
}
#tiles .item p {
  font-size: 15px;
  line-height: 1.5;
  margin: 0;
}
#tiles .item a {
  font-size: 12px;
}
#tiles .item .more_link {
  font-size: smaller;
  line-height: 2;
  text-transform: uppercase;
  letter-spacing: 2px;
  white-space: nowrap;
  display: block;
  margin: 5px 0 0 0;
}
#tiles .item blockquote {
  line-height: 1.5;
  margin: 0;
  padding: 0;
  color: #999;
  border: none;
  font-size: 150%;
  font-style: italic;
  font-family: Georgia, Times, serif;
}
#tiles .item blockquote small {
  font-size: 11px;
  font-style: normal;
}
/* Responsive Image */

img {
  max-width: 100%;
  height: auto;
  width: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* Responsive Video from Zurb Foundation. Copyright (c) 2011 ZURB, http://www.zurb.com/ License: MIT */

/*.flex-video {
    position: relative;
    padding-top: 25px;
    padding-bottom: 67.5%;
    height: 0;
    margin-bottom: 16px;
    overflow: hidden;
}
.flex-video.widescreen {
    padding-bottom: 57.25%;
}
.flex-video.vimeo {
    padding-top: 0;
}
.flex-video iframe,
.flex-video object,
.flex-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
@media only screen and (max-device-width: 800px),
only screen and (device-width: 1024px) and (device-height: 600px),
only screen and (width: 1280px) and (orientation: landscape),
only screen and (device-width: 800px) {
        .flex-video {
        padding-top: 0;
    }
}*/

@media (max-width: 1024px) {
  #tiles .item {
    width: 24% !important;
  }
}
@media (max-width: 992px) {
  #tiles .item {
    width: 24% !important;
  }
}
@media (max-width: 800px) {
  #tiles .item {
    width: 23% !important;
  }
}
@media (max-width: 767px) {
  .flex-video {
    padding-top: 0;
  }
  #tiles .item {
    width: 45% !important;
  }
}
@media (max-width: 480px) {
  #tiles .item {
    width: 100% !important;
  }
}
/*========================================================================
 contacts
/*========================================================================*/
.footstaff {
  /* margin-top: -500px;*/
}
.top {
  margin-top: 5%;
  width: 100%;
  margin-left: 0;
}
#map1 {
  min-width: 100%;
  min-height: 300px;
  width: 100%;
  height: 500px;
}
.contacting {
  margin-top: 0 !important;
}
.vcard {
  position: relative;
  left: -25%;
  top: -5%;
  right: 0;
  bottom: 0;
  padding: 20px;
  margin: auto !important;
  border: 1px solid #ddd;
  width: 36%;
  height: 40%;
  font-size: 1em;
  border-radius: 10px;
  color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #000;
  opacity: 0.7;
}
.vcard .close {
  color: #fff;
}
.well-sm {
  padding: 9px;
  border-radius: 0px !important;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 0;
  margin-top: 3%;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid transparent;
  border-radius: 0px !important;
}
.form-horizontal {
  border: 1px solid transparent;
  border-radius: 15px;
  padding: 24px 40px;
}
.mode {
  border: 1px solid transparent;
}
.modal-footer {
  padding: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0px;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-width: 0px 0px 0px;
  border-style: none none solid;
  border-color: -moz-use-text-color transparent;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image: none;
}
.form-control:focus {
  border-color: transparent;
  outline: 0px none;
  background-color: #ffe;
  box-shadow: transparent;
}
.cont {
  background: url(../bg/05.jpg) no-repeat center fixed;
  min-height: 100%;
  width: 100%;
}
.con {
  background-color: transparent !important;
  padding-bottom: 10px !important;
}
.panel {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  border-radius: 0px;
  padding-top: 1%;
  padding-bottom: 5%;
  margin-top: 0;
  margin-bottom: -3%;
  -moz-margin-top: 7%;
  -moz-margin-bottom: -7%;
}
.panel p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  font-family: "Play", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.topo {
  width: 100%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 3%;
  transition-duration: 1s;
}
.topo:hover,
.topo:focus {
  opacity: 0.5;
}

/*========================================================================
 Modal
=========================================================================*/

.modal {
  padding-top: 8%;
  background-color: rgba(255, 255, 255, 0.4);
}
.modal-header {
  border-bottom: 1px solid transparent !important;
}
.modal-content {
  position: relative;
  background-color: rgba(0, 0, 0, 0.6);
  background-clip: padding-box;
  border: 1px solid transparent;
  border-radius: 0px;
  outline: 0px none;
  padding-bottom: 5%;
}
.modal legend > p.h1 {
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  color: #7092c0;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.9);
}
.modal legend > p.h4 {
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  color: #ffe;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.6);
}
.modal-footer {
  border-top: 1px solid transparent;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555;
  background-color: rgba(255, 255, 255, 0.5);
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  box-shadow: 0px 1px 1px transparent;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.form-control:hover,
.form-control:focus {
  border-color: transparent;
  outline: 0px none;
  box-shadow: 0px 1px 1px transparent;
}
.form-group {
  margin-bottom: 10px;
}
.red {
  color: #cd5555;
  font-size: 18px;
}
.formal {
  padding-top: 0%;
}
#message {
  min-height: 100%;
}

/* ==========================================================================
    Inner gallary
   ========================================================================== */

.full {
  margin-bottom: 0 !important;
  width: 100%;
}
.full p {
  text-align: left;
}
/* ==========================================================================
    media
   ========================================================================== */

/*@media(max-width: 992px) {

    .well button,
    .modal button {
        margin-left: 0;
    }
    .topo {
        width: 98%;
        margin-left: 1%;
        margin-right: 1%;
    }
            .flaty {
     width: 100%;
}
        .flaty_1 {
     width: 100%;
}
    .top {
    margin-top: 5%;

}
    #message {
   height: 107px;
}
}
/*@media(max-width: 800px) {
    .well button,
    .modal button {
        margin-left: 0;
    }
    .topo {
        margin-left: 10%;
        margin-right: 10%;
    }
    .btn-design {
        width:50%;
        margin-left: 25%;
        margin-right: 25%;
    }
       input {
    font-size: 16px;
    min-height: 25px;
}
        #message {
   height: 40px;
}
            .form-horizontal {
    padding: 20px 20px;
}
            .flaty {
     width: 100%;
}
}
@media(max-width: 767px) {
    .well button,
    .modal button {
        margin-left: 0;
    }
    .topo {
        width: 70%;
        margin-left: 15%;
        margin-right: 15%;
    }
        .top {
    margin-top: 15%;
}
            .flat {
        margin-left: -7%;
        font-size: 16px;
    }
        .btn-design {
        width: 40%;
        margin-left: 30%;
        margin-right: 30%;
    }
        .flaty {
     width: 100%;
}
        .flaty_1 {
     width: 100%;
}
       input {
    font-size: 16px;
    min-height: 25px;
}
    .form-horizontal {
margin-right: 15%;
margin-left: 15%;
}
        .form-horizontal {
    padding: 20px 20px;
}
}
@media(max-width:480px) {
    .topo {
        width: 98%;
        margin-left: 1%;
        margin-right: 1%;
    }

    .top {
    margin-top: 5%;
}
        .flat {
        margin-left: 10%;
        font-size: 14px;
    }
    .btn-design {
        width: 80%;
        margin-right: 10%;
        margin-left: 10%;
    }
    .flaty {
     width: 100%;
}
    .flaty_1 {
     width: 100%;
}
    .top {
    margin-top: 15%;

}
   input {
    font-size: 16px;
    min-height: 25px;
}
        .form-horizontal {
margin-right: 2%;
margin-left: 2%;
}
    .form-horizontal {
    padding: 10px 10px;
}
}
*/

/* ==========================================================================
    media - Р вЂ™РЎРѓРЎвЂљР В°Р Р†Р С‘РЎвЂљРЎРЉ Р Р†Р СР ВµРЎРѓРЎвЂљР С• Р В°Р Р…Р В°Р В»Р С•Р С–Р С‘РЎвЂЎР Р…Р С•Р С–Р С• РЎР‚Р В°Р В·Р Т‘Р ВµР В»Р В° Р Р† style.css Р Р† РЎРѓР В°Р СР С•Р С Р С”Р С•Р Р…РЎвЂ Р Вµ
   ========================================================================== */

@media (min-width: 1601px) {
  .circle-icon {
    margin-left: 40%;
    margin-right: 40%;
  }
}
@media (min-width: 1301px) and (max-width: 1600px) {
  #message {
    height: 180px;
    min-height: 100%;
  }
  .formal {
    padding-top: 0%;
  }
  .form-horizontal {
    padding: 60px 45px;
    margin-top: 0;
  }
}
@media (min-width: 1201px) and (max-width: 1300px) {
  #message {
    height: 200px;
    min-height: 100%;
  }
  .formal {
    padding-top: 0%;
  }
  .form-horizontal {
    padding: 20px 45px;
    margin-top: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  #message {
    height: 130px;
    min-height: 100%;
  }
  .formal {
    padding-top: 0%;
  }
  .form-horizontal {
    padding: 25px 40px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .well button,
  .modal button {
    margin-left: 0;
  }
  .topo {
    width: 100%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .flaty {
    width: 100%;
  }
  .flaty_1 {
    width: 100%;
  }
  .top {
    margin-top: 5%;
  }

  .social {
    margin-left: 12%;
  }
  #message {
    height: 130px;
    min-height: 100%;
  }
  .formal {
    padding-top: 1%;
  }
  .form-horizontal {
    padding: 5px 30px;
    margin-top: 0;
  }
}
@media (min-width: 901px) and (max-width: 991px) {
  .form-horizontal {
    padding: 25px;
    margin-top: 0;
  }
  #message {
    height: 130px;
    min-height: 100%;
  }
  .vcard {
    top: -20%;
    width: 45%;
  }
}
@media (min-width: 800px) and (max-width: 900px) {
  .well button,
  .modal button {
    margin-left: 0;
  }
  .topo {
    margin-left: 5%;
    margin-right: 5%;
    width: 100%;
  }
  .btn-design {
    width: 100%;
    margin-left: 25%;
    margin-right: 25%;
  }
  input {
    font-size: 16px;
    min-height: 25px;
  }

  .form-horizontal {
    padding: 10px 25px;
    margin-top: 3%;
  }

  .flaty {
    width: 100%;
  }
  .social {
    margin-left: 10%;
  }
  .formal {
    padding-top: 2.8%;
    padding-bottom: 0;
  }
  #message {
    height: 100px;
    min-height: 100%;
  }
  .formal {
    padding-top: 0%;
  }
  .vcard {
    top: -40%;
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 799px) {
  .well button,
  .modal button {
    margin-left: 0;
  }
  .topo {
    width: 100%;
    margin-left: 5%;
    margin-right: 5%;
  }
  .top {
    margin-top: 15%;
  }
  .flat {
    margin-left: 2%;
    font-size: 16px;
  }
  .btn-design {
    width: 100%;
    margin-left: 30%;
    margin-right: 30%;
  }
  .flaty {
    width: 100%;
  }
  .flaty_1 {
    width: 100%;
  }
  input {
    font-size: 16px;
    min-height: 25px;
  }
  .form-horizontal {
    margin-right: 5%;
  }
  .form-horizontal {
    padding: 15px;
  }
  .mb p.h1,
  .mtb p.h1 {
    font-size: 22px;
  }
  .social {
    margin-left: 9%;
  }
  #message {
    height: 100px;
    min-height: 100%;
  }
  .formal {
    padding-top: 1%;
  }
  .vcard {
    top: -60%;
    width: 60%;
    left: -15%;
  }
}
@media (min-width: 376px) and (max-width: 767px) {
  .topo {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .top {
    margin-top: 5%;
  }
  .flat {
    margin-left: 10%;
    font-size: 14px;
  }
  .btn-design {
    width: 80%;
    margin-right: 10%;
  }
  .flaty {
    width: 100%;
  }
  .flaty_1 {
    width: 100%;
  }
  .top {
    margin-top: 15%;
  }
  input {
    font-size: 16px;
    min-height: 25px;
  }
  .form-horizontal {
    margin-right: 10%;
    margin-left: 10%;
  }

  .form-horizontal {
    padding: 40px;
  }
  .mb p.h1,
  .mtb p.h1 {
    font-size: 22px;
  }
  .circle-icon-nav {
    width: 40px;
    height: 40px;
    margin-top: 20px;
  }
  .icon-nav {
    font-size: 20px !important;
    padding-top: 22%;
  }
  .social {
    margin-left: 22%;
  }
  .topo {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
  .vcard {
    top: 0;
    width: 90%;
    left: 0;
  }
  .vcard p {
    font-size: 15px;
  }
  .f a.btn {
    margin-left: 10%;
  }
  .contacting {
    margin-top: -50px !important;
  }
  /*#map1 {
        min-height: 700px;
        height: 700px;
    }*/
}
@media (min-width: 300px) and (max-width: 375px) {
  .mb p.h1,
  .mtb p.h1 {
    font-size: 22px;
  }
  .circle-icon-nav {
    width: 40px;
    height: 40px;
    margin-top: 20px;
  }
  .icon-nav {
    font-size: 20px !important;
    padding-top: 22%;
  }
  .social {
    margin-left: 5%;
  }
  .form-horizontal {
    border-radius: 7px;
    padding: 25px;
  }
  .vcard {
    top: -100%;
    width: 90%;
  }
  .main {
    margin-bottom: 15%;
  }
}

.lang {
  position: fixed;
  z-index: 3;
  width: 2.8571428571em;
  height: 2.8571428571em;
  top: 0;
  right: 50px;
  margin: 30px 0 0 15px;
  cursor: pointer;
}
.lang img {
  border: solid #696969 thin;
}
.langs {
  position: fixed;
  z-index: 3;
  width: 2.8571428571em;
  height: 2.8571428571em;
  top: 0;
  right: 50px;
  margin: 54px 0 0 15px;
  cursor: pointer;
  display: none;
}
.langs img {
  border: solid #696969 thin;
  margin-top: 6px;
}
