html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

textarea {
  overflow: auto;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  margin: 0;
  outline: none;
}

html, body {
  height: 100%;
  font-family: "Roboto", sans-serif;
  line-height: 1;
}

input {
  padding: 0;
  background: #ccc;
  border: none;
  appearance: normal;
  -moz-appearance: normal;
  -webkit-appearance: normal;
}

textarea {
  appearance: normal;
  background: #ccc;
  border: none;
  padding: 0;
  resize: none;
  height: auto;
}

ul li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

.clear {
  clear: both;
}

.con {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

button {
  border: none;
  padding: 0;
  background: transparent;
}

strong, b {
  font-weight: 800;
}

i {
  font-style: italic;
}

u {
  text-decoration: underline;
}
html,body {
	min-height: 100%;
	height: 100%;
}
/*
.foo {
  @include placeholder {
    color: green;
  }
}
*/
.content-sadalits, .green-block {
  *zoom: 1;
}
.content-sadalits:before, .green-block:before, .content-sadalits:after, .green-block:after {
  content: " ";
  display: table;
}
.content-sadalits:after, .green-block:after {
  clear: both;
}

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  padding: 0 !important;
}

.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  /*
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
       -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
*/
}

.fancybox-outer {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
  position: relative;
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close {
  background: url("img/close-big.png") no-repeat center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#fancybox-loading:hover, .fancybox-close:hover {
  background: url("img/close-big-hover.png") no-repeat center;
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -25px;
  right: -25px;
  width: 55px;
  height: 55px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 55px;
  height: 55px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-prev span {
  left: -25px;
  background: url(img/arrow-prev.png) no-repeat center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fancybox-prev span:hover {
  background-image: url(img/arrow-left-hover.png);
}

.fancybox-next span {
  right: -25px;
  background: url(img/arrow-next.png) no-repeat center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fancybox-next span:hover {
  background-image: url(img/arrow-next-hover.png);
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: rgba(255, 255, 255, 0.9);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  position: relative;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
}

#fancybox-buttons {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 8050;
}

#fancybox-buttons.top {
  top: 10px;
}

#fancybox-buttons.bottom {
  bottom: 10px;
}

#fancybox-buttons ul {
  display: block;
  width: 166px;
  height: 30px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  border: 1px solid #111;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  background: #323232;
  background: -moz-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444444), color-stop(50%, #343434), color-stop(50%, #292929), color-stop(100%, #333333));
  background: -webkit-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: -o-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: -ms-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );
}

#fancybox-buttons ul li {
  float: left;
  margin: 0;
  padding: 0;
}

#fancybox-buttons a {
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-color: transparent;
  /*background-image: url('../img/fancybox_buttons.png');*/
  background-repeat: no-repeat;
  outline: none;
  opacity: 0.8;
}

#fancybox-buttons a:hover {
  opacity: 1;
}

#fancybox-buttons a.btnPrev {
  background-position: 5px 0;
}

#fancybox-buttons a.btnNext {
  background-position: -33px 0;
  border-right: 1px solid #3e3e3e;
}

#fancybox-buttons a.btnPlay {
  background-position: 0 -30px;
}

#fancybox-buttons a.btnPlayOn {
  background-position: -30px -30px;
}

#fancybox-buttons a.btnToggle {
  background-position: 3px -60px;
  border-left: 1px solid #111;
  border-right: 1px solid #3e3e3e;
  width: 35px;
}

#fancybox-buttons a.btnToggleOn {
  background-position: -27px -60px;
}

#fancybox-buttons a.btnClose {
  border-left: 1px solid #111;
  width: 35px;
  background-position: -56px 0px;
}

#fancybox-buttons a.btnDisabled {
  opacity: 0.4;
  cursor: default;
}

#fancybox-thumbs {
  position: fixed;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 8050;
}

#fancybox-thumbs.bottom {
  bottom: 35px;
}

#fancybox-thumbs.top {
  top: 2px;
}

#fancybox-thumbs ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

#fancybox-thumbs ul li {
  float: left;
  padding: 1px;
  border-radius: 50%;
  overflow: hidden;
  width: 75px !important;
  height: 75px !important;
  border: 3px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#fancybox-thumbs ul li.active {
  padding: 0;
  border: 3px solid #639527;
}

#fancybox-thumbs ul li:hover {
  border: 3px solid #639527;
}

#fancybox-thumbs ul li a {
  display: block;
  position: relative;
  overflow: hidden;
  outline: none;
  width: 75px !important;
  height: 75px !important;
}

#fancybox-thumbs ul li img {
  display: block;
  position: relative;
  border: 0;
  padding: 0;
  max-width: none;
  width: 100% !important;
  height: 100% !important;
  left: 0px !important;
  border-radius: 50%;
}

/*
*http://www.basic-slider.com/
*https://github.com/jcobb/basic-jquery-slider/
*/
ul.bjqs {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  display: none;
}
ul.bjqs li.bjqs-slide {
  position: absolute;
  display: none;
}

ul.bjqs-controls {
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 9999;
}
ul.bjqs-controls.v-centered li.bjqs-next a {
  right: 0;
}
ul.bjqs-controls.v-centered li.bjqs-prev a {
  left: 0;
}
ul.bjqs-controls.v-centered li a {
  position: absolute;
}

ol.bjqs-markers {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

ol.bjqs-markers.h-centered {
  text-align: center;
}

ol.bjqs-markers li {
  display: inline;
}

ol.bjqs-markers li a {
  display: inline-block;
}

p.bjqs-caption {
  display: block;
  width: 96%;
  margin: 0;
  padding: 2%;
  position: absolute;
  bottom: 0;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: whiteSmoke;
  border: 1px solid #CCC;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

#container {
  max-width: 620px;
  margin: 0 auto;
  padding-bottom: 80px;
}

#banner-fade,
#banner-slide {
  margin-bottom: 60px;
}

ul.bjqs-controls.v-centered li a {
  display: block;
  padding: 10px;
  background: #fff;
  color: #000;
  text-decoration: none;
}

ul.bjqs-controls.v-centered li a:hover {
  background: #000;
  color: #fff;
}

ol.bjqs-markers li a {
  padding: 5px 10px;
  background: #000;
  color: #fff;
  margin: 5px;
  text-decoration: none;
}

ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover {
  background: #999;
}

p.bjqs-caption {
  background: rgba(255, 255, 255, 0.5);
}

.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  height: 590px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  background: #ffffff;
  position: relative;
  zoom: 1;
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav .flex-prev {
  left: 10px;
  font-size: 0px;
  background: url(img/to-left.png) no-repeat center;
  width: 17px;
  height: 30px;
}

.flex-direction-nav .flex-next {
  right: 10px;
  text-align: right;
  font-size: 0px;
  background: url(img/to-right.png) no-repeat center;
  width: 17px;
  height: 30px;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
  font-size: 0px;
  background: url(img/to-left.png) no-repeat center;
  width: 17px;
  height: 30px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: '\f003';
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 15px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #dbe2e7;
  background: #dbe2e7;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: #fff;
}

.flex-control-paging li a.flex-active {
  background: #fff;
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
    font-size: 0px;
    background: url(img/left.png) no-repeat center;
    width: 17px;
    height: 30px;
  }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
.header {
  background: url(img/bg1.png) no-repeat top center;
  background-size: cover;
  min-height: 90px;
  position: relative;
}
@media screen and (max-width: 1220px) {
  .header {
    background: white;
  }
}

@media screen and (max-width: 1220px) {
  .con {
    width: 100%;
  }
}

.wrapper {
  overflow-x: hidden;
  height: 100%;
}

.logo {
  position: relative;
  top: 18px;
  display: inline-block;
}
@media screen and (max-width: 1220px) {
  .logo {
    top: 0;
    margin-top: 10px;
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
}
.header .lang {
	background-color: #5db1c9;
	border-radius: 50%;
	width: 33px;
	height: 33px;
	box-sizing: border-box;
	position: relative;
    top: -32px;
    left: 23px;
}
.header .lang > li > a {
	color: #fff;
	font-size: 8px;
	width: 100%;
	text-align: center;
	display: block;
	margin-left: -1px;
}
.header .lang-drop {
	padding-top: 5px;
}
.header .lang-drop li {
	width: 33px;
}
.header .lang-drop li a {
	font-size: 10px;
	display: block;
	width: 100%;
	text-align: center;
	margin-left: -1px;
}
.header .lang > li {
	background: url(img/lang-drop-new.png) no-repeat bottom center;
    height: 18px;
    width: 33px;
}
.lang {
  padding-top: 10px;
  display: inline-block;
  margin-left: 28px;
  font-size: 10px;
  color: #b9bcc0;
  font-weight: bold;
}
@media screen and (max-width: 1220px) {
  .lang {
    display: none;
  }
}
.lang li {
  cursor: pointer;
  width: 37px;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.lang > li {
  background: url(img/lang-drop.png) no-repeat right center;
}
.lang a {
	font-size: 12px;
	color: #;
	color: #7fbbc9;
}
.lang .lang-drop {
  display: none;
  position: absolute;
}

.menu {
  float: right;
  position: relative;
  top: 27px;
}
@media screen and (max-width: 1220px) {
  .menu {
    display: none;
  }
}
.menu li {
  display: inline-block;
}
.menu li a {
  height: 36px;
  display: block;
  line-height: 38px;
  padding: 0 20px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  border-radius: 25px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menu li.active a, .menu li:hover a {
  background-color: #98ba2d;
  color: white;
  background-repeat: no-repeat;
  background-position: left, right;
}

#slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1220px) {
  #slider {
    display: none;
  }
}
#slider p {
  margin-top: 30px;
  display: block;
  width: 480px;
  padding-top: 25px;
  border-top: 1px solid #e8e8e8;
  font-weight: 300;
  font-size: 14px;
  color: #a6a6a6;
  line-height: 18px;
  margin-bottom: 50px;
}

.slides h2 {
  margin-top: 150px;
  font-weight: 700;
  font-size: 60px;
  color: #5db1c9;
  display: inline-block;
}

.slides h3 {
  font-weight: 700;
  font-size: 24px;
  color: #414141;
  margin-left: 5px;
  display: inline-block;
}

.bttn1 {
  display: table;
  padding: 0 27px;
  height: 50px;
  line-height: 50px;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  border-radius: 25px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #98ba2d;
}
.bttn1:hover {
  /* For IE 5,6,7,8,9 */
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$ie_opacity);
  filter: alpha(opacity=75);
  /* Older than Firefox 0.9 */
  -moz-opacity: 0.75;
  /* Safari 1.x (pre WebKit!) */
  -khtml-opacity: 0.75;
  /* Modern */
  opacity: 0.75;
}

.sign-up {
  display: block;
  position: absolute;
  right: 0;
  z-index: 100;
  background: #7fbbc9 url(img/circle.png) no-repeat left center;
  border-radius: 35px;
  width: 268px;
  height: 70px;
  cursor: pointer;
  bottom: -40px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1220px) {
  .sign-up {
    position: relative;
    bottom: 0;
    width: 100%;
    margin-top: 10px;
    border-radius: 0;
    box-sizing: border-box;
    padding-top: 15px;
    text-align: center;
  }
}

.sign-up-bg {
  display: block;
  position: absolute;
  right: 80px;
  z-index: 99;
  background: #7fbbc9;
  width: 140px;
  height: 70px;
  bottom: -40px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 40px;
}
@media screen and (max-width: 1220px) {
  .sign-up-bg {
    display: none;
  }
}

.cl1 {
  right: 41px;
}
@media screen and (max-width: 1220px) {
  .cl1 {
    right: 0;
  }
}

.cl2 {
  right: -27px;
}

.biger {
  display: block;
  padding-left: 84px;
  margin-top: 18px;
  font-size: 18px;
  text-transform: uppercase;
  color: white;
  font-weight: 700;
  margin-bottom: 3px;
}
@media screen and (max-width: 1220px) {
  .biger {
    margin-top: 0;
    padding-left: 0;
  }
}

.ham {
  display: none;
}
@media screen and (max-width: 1220px) {
  .ham {
    display: block;
    background: url(img/ham.png) no-repeat center;
    width: 35px;
    height: 33px;
    position: absolute;
    top: 12px;
    left: 15px;
  }
}

.smaller {
  display: block;
  padding-left: 84px;
  font-weight: 700;
  font-size: 16px;
  color: white;
}
@media screen and (max-width: 1220px) {
  .smaller {
    padding-left: 0;
  }
}

.sign-drop {
  height: 400px;
  background: url(img/bg2.png) no-repeat center;
  position: absolute;
  z-index: 98;
  width: 310px;
  top: 94px;
  right: -310px;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1220px) {
  .sign-drop {
    position: relative;
    background-size: cover;
    z-index: 98;
    width: 100%;
    top: 0;
    right: 0;
    max-height: 0;
    overflow: hidden;
  }
}

.cl3 {
  right: 0;
}
@media screen and (max-width: 1220px) {
  .cl3 {
    max-height: 375px;
  }
}

.forma1 {
  width: 100%;
  box-sizing: border-box;
  padding: 0 25px;
  padding-top: 50px;
}
@media screen and (max-width: 1220px) {
  .forma1 {
    padding-top: 40px;
  }
}

.input1 {
  border-radius: 25px;
  width: 100%;
  background-color: #fcfcfc;
  border: 1px solid #f5f3fb;
  margin-bottom: 10px;
  height: 34px;
  line-height: 34px;
  padding: 0 22px;
  box-sizing: border-box;
  color: #b9b9b9;
  /* For IE 5,6,7,8,9 */
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$ie_opacity);
  filter: alpha(opacity=100);
  /* Older than Firefox 0.9 */
  -moz-opacity: 1;
  /* Safari 1.x (pre WebKit!) */
  -khtml-opacity: 1;
  /* Modern */
  opacity: 1;
}
.input1::-webkit-input-placeholder {
  color: #b9b9b9;
  /* For IE 5,6,7,8,9 */
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$ie_opacity);
  filter: alpha(opacity=100);
  /* Older than Firefox 0.9 */
  -moz-opacity: 1;
  /* Safari 1.x (pre WebKit!) */
  -khtml-opacity: 1;
  /* Modern */
  opacity: 1;
}
.input1:-moz-placeholder {
  color: #b9b9b9;
  /* For IE 5,6,7,8,9 */
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$ie_opacity);
  filter: alpha(opacity=100);
  /* Older than Firefox 0.9 */
  -moz-opacity: 1;
  /* Safari 1.x (pre WebKit!) */
  -khtml-opacity: 1;
  /* Modern */
  opacity: 1;
}
.input1::-moz-placeholder {
  color: #b9b9b9;
  /* For IE 5,6,7,8,9 */
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$ie_opacity);
  filter: alpha(opacity=100);
  /* Older than Firefox 0.9 */
  -moz-opacity: 1;
  /* Safari 1.x (pre WebKit!) */
  -khtml-opacity: 1;
  /* Modern */
  opacity: 1;
}
.input1:-ms-input-placeholder {
  color: #b9b9b9;
  /* For IE 5,6,7,8,9 */
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$ie_opacity);
  filter: alpha(opacity=100);
  /* Older than Firefox 0.9 */
  -moz-opacity: 1;
  /* Safari 1.x (pre WebKit!) */
  -khtml-opacity: 1;
  /* Modern */
  opacity: 1;
}

.bttn2 {
  border-radius: 25px;
  width: 215px;
  background-color: #90ba2a;
  color: white;
  font-size: 12px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  margin-top: 11px;
  margin-left: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1220px) {
  .bttn2 {
    margin-left: auto;
    margin-right: auto;
    display: table;
    margin-top: 25px;
  }
}
.bttn2:hover {
  /* For IE 5,6,7,8,9 */
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$ie_opacity);
  filter: alpha(opacity=75);
  /* Older than Firefox 0.9 */
  -moz-opacity: 0.75;
  /* Safari 1.x (pre WebKit!) */
  -khtml-opacity: 0.75;
  /* Modern */
  opacity: 0.75;
}

.drop {
  position: absolute;
  z-index: 100;
  display: none;
}
.drop li {
  display: block;
}
.drop li a {
  background-image: none !Important;
  background-color: #f9f9f9 !important;
  color: #000 !Important;
  font-weight: 400 !Important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 0px !Important;
}
.drop li a:hover {
  background-color: #8aba28 !important;
  color: #fff !important;
}

.middle {
  background-image: url(img/bg5.png), url(img/bg4.png), url(img/bg3.png);
  background-repeat: no-repeat;
  background-position: right, left, center;
  background-size: contain, contain, cover;
  width: 100%;
  height: 350px;
}
@media screen and (max-width: 1220px) {
  .middle {
    height: auto;
    padding-top: 25px;
    background-image: url(img/bg3.png);
    background-size: cover;
  }
}

.dec1 {
  background-repeat: no-repeat;
  width: 426px;
  height: 385px;
  position: absolute;
  left: 0;
  top: -26px;
}
@media screen and (max-width: 1220px) {
  .dec1 {
    position: relative;
    top: 0;
    margin: 0 auto;
  }
}

.middle-txt {
  width: 520px;
  margin-left: 485px;
}
@media screen and (max-width: 1220px) {
  .middle-txt {
    width: 100%;
    margin-left: 0;
    padding: 0 25px;
    text-align: center;
    padding-bottom: 25px;
    box-sizing: border-box;
  }
}
.middle-txt p {
  font-weight: 300;
  color: white;
  font-size: 14px;
  line-height: 16px;
}

.middle-txt h3 {
  padding-top: 70px;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  color: white;
  padding-bottom: 40px;
  display: inline-block;
}
.middle-txt h4 {
  
   padding-top: 70px;
  font-weight: 700;
  font-size: 36px;
  text-transform: uppercase;
  color: white;
  padding-bottom: 40px;
  display: inline-block;
}

.bttn3 {
  margin-top: 45px;
  padding: 0 75px;
  height: 50px;
  line-height: 50px;
  text-transform: uppercase;
  color: #8cba29;
  background-color: white;
  border-radius: 25px;
  display: table;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1220px) {
  .bttn3 {
    display: inline-block;
  }
}
.bttn3:hover {
  background-color: #98ba2d;
  color: white;
}

.f-con {
  padding: 30px 0;
  display: table;
}

.f-con li {
  display: inline-block;
  font-size: 12px;
  color: #838385;
  margin-right: 30px;
  font-weight: 600;
}
.f-con .mail {
  height: 12px;
  line-height: 12px;
  padding-left: 26px;
  background: url(img/mail.png) no-repeat left;
}
.f-con .tel {
  height: 21px;
  line-height: 21px;
  padding-left: 20px;
  background: url(img/tel.png) no-repeat left;
}

.iconcept {
  float: right;
  font-size: 12px;
  color: #838385;
  font-weight: 600;
}
.iconcept a {
  color: #838385;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.iconcept a:hover {
  color: #98ba2d;
}

.smukumbilde {
  height: 330px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1220px) {
  .smukumbilde {
    height: 150px;
  }
}

.left-side {
  width: 640px;
  padding-top: 60px;
  padding-bottom: 95px;
  float: left;
}
@media screen and (max-width: 1220px) {
  .left-side {
    float: none;
    width: 100%;
    padding: 25px 25px 25px 25px;
    text-align: center;
    box-sizing: border-box;
  }
}
.left-side h2 {
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  color: #5db1c9;
  
  display: inline-block;
}
.left-side h3 {
  font-size: 36px;
  display: inline-block;
  text-transform: uppercase;
  color: #5db1c9;
  font-weight: 700;
  margin-left: 10px;
  margin-bottom: 55px;
}
.left-side p {
  font-size: 14px;
  line-height: 24px;
  color: #8a8a8a;
}

.right-side {
  float: right;
}
@media screen and (max-width: 1220px) {
  .right-side {
    float: none;
    width: auto;
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
}
.right-side .img1 {
  position: relative;
  top: -30px;
}
@media screen and (max-width: 1220px) {
  .right-side .img1 {
    top: 0;
    padding-bottom: 25px;
    width: 100%;
  }
}

.green-block {
  background: url(img/img4.jpg) no-repeat center;
  background-size: cover;
}

.left-block {
  width: 540px;
  float: left;
  height: 480px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1220px) {
  .left-block {
    float: none;
    width: 100%;
    height: 450px;
  }
}
@media screen and (max-width: 800px) {
  .left-block {
    height: 250px;
  }
}

.right-block {
  width: 600px;
  float: right;
  padding-top: 60px;
}
@media screen and (max-width: 1220px) {
  .right-block {
    width: 100%;
    padding: 0 25px;
    box-sizing: border-box;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.right-block h2 {
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  color: white;
  display: inline-block;
  padding-bottom: 50px;
}
.right-block h3 {
  font-weight: 700;
  font-size: 36px;
  text-transform: uppercase;
  color: white;
  display: inline-block;
  margin-left: 10px;
}
.right-block p {
  color: white;
  font-size: 14px;
  line-height: 18px;
}
.right-block ul {
  padding-top: 60px;
  padding-left: 15px;
}
.right-block ul li {
  font-weight: 700;
  font-size: 14px;
  color: white;
  margin-bottom: 15px;
  padding-left: 24px;
  background: url(img/circle2.png) no-repeat left center;
}

.white-block {
  background-color: #f7f9fb;
  padding-top: 65px;
  padding-bottom: 130px;
  text-align: center;
}
@media screen and (max-width: 1220px) {
  .white-block {
    padding: 45px 0;
  }
}
.white-block h2 {
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  color: #5db1c9;
  display: inline-block;
  padding-bottom: 50px;
}
.white-block h3 {
  font-weight: 700;
  font-size: 36px;
  text-transform: uppercase;
  color: #5db1c9;
  display: inline-block;
  margin-left: 10px;
}
.white-block p {
  font-size: 14px;
  font-weight: 300;
  color: black;
  line-height: 24px;
  text-align: center;
  padding-left: 140px;
  padding-right: 140px;
  width: 100%;
  display: block;
  box-sizing: border-box;
  padding-bottom: 90px;
}
@media screen and (max-width: 1220px) {
  .white-block p {
    padding: 0 25px;
  }
}
.white-block ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 35px 43px;
}
@media screen and (max-width: 460px) {
  .white-block ul li img {
    width: 100%;
  }
}

.map {
  height: calc(100% - 95px);
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1220px) {
  .map {
    height: 450px;
  }
}

#googleMap {
  width: 100%;
  height: 100%;
}

.kontakti-footer {
  position: absolute;
  bottom: 0;
  z-index: 100;
  background-color: white;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px;
  box-sizing: border-box;
  padding: 0 45px;
}
.kontakti-footer .f-con {
  width: 825px;
  margin-left: 0;
  float: left;
}
.kontakti-footer .f-con ul li {
  font-size: 14px;
  font-weight: 600;
}
.kontakti-footer .follow-us {
  float: right;
  padding-right: 60px;
}
@media screen and (max-width: 1220px) {
  .kontakti-footer .follow-us {
    float: none;
    display: table;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
}
.kontakti-footer .follow-us h3 {
  color: #5db1c9;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  padding-top: 35px;
  padding-bottom: 20px;
}
.kontakti-footer .follow-us .fb {
  font-size: 14px;
  color: #5db1c9;
  padding-left: 20px;
  height: 25px;
  display: block;
  line-height: 25px;
  background: url(img/fb.png) no-repeat left center;
  margin-bottom: 15px;
}
.kontakti-footer .follow-us .inst {
  font-size: 14px;
  color: #5db1c9;
  padding-left: 27px;
  height: 25px;
  display: block;
  line-height: 25px;
  background: url(img/inst.png) no-repeat left center;
  margin-bottom: 10px;
}
.kontakti-footer .follow-us .fb a, .kontakti-footer .follow-us .inst a {
  color: inherit;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.kontakti-footer .follow-us .fb a:hover, .kontakti-footer .follow-us .inst a:hover {
  color: #98ba2d;
}
.kontakti-footer .iconcept {
  float: none;
  display: block;
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
}
@media screen and (max-width: 1220px) {
  .kontakti-footer .iconcept {
    display: none;
  }
}

.faq {
  background-color: #f7f9fb;
  padding-top: 35px;
  padding-bottom: 70px;
}
.faq .question {
  border-radius: 35px;
  background-image: url(img/arrow.png), linear-gradient(#96ba2c, #96ba2c);
  background-repeat: no-repeat;
  background-position: right 25px center, center;
  padding-left: 36px;
  padding-right: 50px;
  padding-top: 18px;
  padding-bottom: 18px;
  color: white;
  font-weight: 700;
  font-size: 18px;
  display: table;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  max-width: 1000px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1220px) {
  .faq .question {
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    box-sizing: border-box;
  }
}
.faq .question:hover {
  background-position: right 25px bottom 10px, center;
}
.faq .active {
  background-image: url(img/arrow.png), linear-gradient(#7dbac9, #89c0c9);
}
.faq .answer-inner {
  width: 950px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-sizing: border-box;
  padding: 35px;
  background-color: white;
  position: relative;
  text-align: center;
  display: none;
}
@media screen and (max-width: 1220px) {
  .faq .answer-inner {
    width: 100%;
    box-sizing: border-box;
  }
}
.faq .answer-inner p {
  font-size: 14px;
  color: #5d5d5d;
  line-height: 25px;
  text-align: left;
  padding-bottom: 15px;
}
.faq .answer-inner img {
  margin-top: 15px;
  display: inline-block;
  margin-left: -8px;
}
.faq .close {
  background: url(img/close.png) no-repeat center;
  width: 38px;
  height: 38px;
  position: absolute;
  top: -17px;
  right: -17px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1220px) {
  .faq .close {
    top: 12px;
    right: 10px;
  }
}
.faq .close:hover {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.portfolio {
  background-color: #f7f9fb;
}

.cat {
  width: 400px;
  height: 300px;
  display: inline-block;
  margin-left: -4px;
  margin-bottom: -4px;
  position: relative;
  background-size: cover;
}
@media screen and (max-width: 1220px) {
  .cat {
    width: 100%;
    background-size: cover;
    background-position: center;
  }
}
.cat:hover .cat-name {
  background: url(img/bg6.png) no-repeat center;
  color: white;
}
.cat:hover .cat-hover {
  background: url(img/cat-hov.png) no-repeat center;
}
.cat .cat-name {
  height: 70px;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  font-weight: 700;
  font-size: 24px;
  color: #5db1c9;
  text-transform: uppercase;
  padding-left: 30px;
  box-sizing: border-box;
  line-height: 70px;
  background: url(img/bg7.png) no-repeat center;
  background-size: cover;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cat .cat-hover {
  background: url(img/mag-in.png) no-repeat center;
  width: 55px;
  height: 55px;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  bottom: 40px;
  right: 30px;
}

.portfolio-atverts {
  background-color: #f7f9fb;
}

.fancybox-thumb {
  display: inline-block;
  width: 380px;
  height: 300px;
  margin: 0 8px 16px 8px;
  position: relative;
}
@media screen and (max-width: 1220px) {
  .fancybox-thumb {
    width: 100%;
    height: auto;
    margin: 0;
  }
}
.fancybox-thumb:hover .left-bg {
  background: url(img/bg9.png) no-repeat bottom right;
}
.fancybox-thumb:hover .mag-icon {
  background: url(img/cat-hov.png) no-repeat bottom right;
}
.fancybox-thumb img {
  width: 100%;
  height: 100%;
}
.fancybox-thumb .left-bg {
  width: 173px;
  height: 119px;
  background: url(img/bg8.png) no-repeat bottom right;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fancybox-thumb .mag-icon {
  display: block;
  width: 55px;
  height: 55px;
  background: url(img/mag-in.png) no-repeat center;
  bottom: 10px;
  right: 10px;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.price {
  background-color: #f7f9fb;
}
.price .price-block {
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
.price .price-img {
  width: 390px;
  height: 270px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  float: left;
}
@media screen and (max-width: 1220px) {
  .price .price-img {
    width: 100%;
    float: none;
  }
}
.price .price-info {
  width: 560px;
  float: left;
  box-sizing: border-box;
  padding-left: 38px;
  margin-top: 40px;
  border-right: 1px dashed #d6d7d9;
}
@media screen and (max-width: 1220px) {
  .price .price-info {
    float: none;
    width: 100%;
    padding-bottom: 25px;
    padding-left: 0;
  }
}
.price h2 {
  font-weight: 700;
  font-size: 30px;
  color: #5db1c9;
  text-transform: uppercase;
  padding-bottom: 35px;
}
@media screen and (max-width: 1220px) {
  .price h2 {
    text-align: center;
  }
}
@media screen and (max-width: 1220px) {
  .price ul {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
}
.price ul li {
  font-size: 14px;
  color: #5e5e5e;
  margin-bottom: 13px;
  padding-left: 17px;
  background: url(img/dot.png) no-repeat left center;
}
.price .price-side {
  width: 140px;
  height: 114px;
  background: url(img/bg10.png) no-repeat center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 50px;
}
@media screen and (max-width: 1220px) {
  .price .price-side {
    position: relative;
    top: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    transform: translateY(0%);
  }
}
.price .price-num {
  font-weight: 700;
  font-size: 27px;
  color: white;
  position: absolute;
  top: 44px;
  left: 50%;
  transform: translateX(-50%);
}
.price .white-bg {
  background-color: white;
}
.price .price-num-sm {
  font-weight: 700;
  font-size: 14px;
  color: #639627;
  top: 125px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
.price .extras {
  padding-top: 60px;
  padding-bottom: 60px;
}
.price .extras h2 {
  text-align: center;
  width: 100%;
}
.price .extras ul {
  margin-left: auto;
  margin-right: auto;
  display: table;
}

.ham-menu {
  display: none;
}
@media screen and (max-width: 1220px) {
  .ham-menu {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.95);
    z-index: 101;
	overflow-x: scroll;
  }
}
.ham-menu .f-con {
  display: block;
  box-sizing: border-box;
  position: relative;
  top: 27px;
  padding: 30px;
}
.ham-menu .f-con li {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
.ham-menu .iconcept {
  float: none;
}
.ham-menu .lang {
  display: table;
  margin: 0 auto;
  margin-top: 20px;
}
.ham-menu .lang .lang-drop {
  position: relative;
}
.ham-menu .lang li {
  font-size: 28px;
  width: auto;
  display: table;
  padding-right: 20px;
}
.ham-menu .menu {
  display: block;
  float: none;
  width: 100%;
}
.ham-menu .menu li {
  display: block;
  width: 100%;
}
.ham-menu .menu li a {
  height: 42px;
  display: block;
  line-height: 45px;
  padding: 0 27px;
  font-weight: 700;
  font-size: 18px;
  border-radius: 0;
}
.ham-menu .drop {
  position: relative;
}
.ham-menu .close-ham {
  width: 38px;
  height: 38px;
  background: url(img/close.png) no-repeat center;
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
}
.forma1 p {
	text-align: center;
	font-weight: 600;
}
select.input1 {
	appearance:none;
-moz-appearance:none; /* Firefox */
-webkit-appearance:none;
background: #fcfcfc url(img/arrow2.png) no-repeat right 20px center;
}

.bgslide{
    background-color: rgba(255,255,255,0.9);
    width: 480px;
    padding: 30px;
    height: 530px;
} 


.smuk {
	width: 100%;
	height: 190px;
	background: no-repeat  center / cover;
}
.blog-entry {
	background-color: #f7f9fb;
	padding: 20px 0;
}
.entry {
	padding: 25px 0;
}
.entry .img-con {
	display: inline-block;
	vertical-align: top;
	width: 600px;
	height: 300px;
	background: no-repeat center / cover;
}
.entry .txt-con {
	width: 545px;
	margin-left: -4px;
	display: inline-block;
	vertical-align: top;
	padding: 20px 25px 0 25px;
	box-sizing: border-box;
	position: relative;
	min-height: 300px;
}
.entry .title2 {
	display: block;
	font-weight: 600;
	font-size: 24px;
	color: #8cc1c9;
	text-transform: uppercase;
	margin-bottom: 16px;
	line-height: 26px;
}
.entry .date {
	display: block;
	font-size: 10px;
	font-weight: 300;
	color: #b6b6b6;
}
.entry .desc2 {
	display: block;
	font-size: 14px;
	color: #8a8a8a;
	line-height: 24px;
	margin-top: 15px;
}
.entry .bttn2 {
	background-color: #98ba2d;
	border-radius: 25px;
	height: 36px;
    display: block;
    line-height: 36px;
	text-align: center;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
	width: 140px;
	margin-left: 0;
	box-sizing: border-box;
	font-weight: 500;
}
.entry:nth-child(even) .txt-con{
	background-color: #fff;
}
.pagi {
	width: 100%;
	text-align: center;
	padding: 25px 0;
}
.pagi li {
	display: inline-block;
	margin: 0 3px;
}
.pagi li a {
	display: block;
	height: 34px;
	width: 34px;
	font-size: 14px;
	color: #717171;
	transition: all 0.3s ease-in-out;
	border-radius: 50%;
	line-height: 34px;
}
.pagi li.active a, .pagi li:hover a {
	background-color: #98ba2d;
	color: #fff;
}
.open-blog {
	background-color: #f7f9fb;
	padding-bottom: 30px;
}
.smuk2 {
	background: no-repeat center / cover;
	height: 415px;
}
.open-blog .title3 {
	margin: 35px 0 30px 0;
	font-weight: 600;
	font-size: 24px;
	color: #8cc1c9;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;
	width: 94%;
}
.open-blog .date {
	width: 6%;
	margin-left: -4px;
	display: inline-block;
	vertical-align: middle;
	font-weight: 300;
	font-size: 10px;
	color: #b6b6b6;
	text-align: right;
}
.open-blog p {
	font-size: 14px;
	line-height: 24px;
	color: #8a8a8a;
	margin-bottom: 25px;
}
.open-blog .bttn4 {
	width: 140px;
	text-align: center;
	display: table;
	height: 36px;
	line-height: 36px;
	border-radius: 25px;
	background-color: #94ba2b;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	transition: all 0.3s ease-in-out;
}
.bttn4:hover {
	opacity: .7;
}
.bttn4.left {
	float: left;
}
.bttn4.right {
	float: right;
}
@media screen and (max-width: 1220px) {
	.smuk {
		height: 150px;
	}
	.entry {
		padding: 25px;
		box-sizing: border-box;
	}
	.entry .img-con {
		width: 100%;
		height: 150px;
	}
	.entry .txt-con {
		width: 100%;
		padding: 25px  15px;
		display: block;
		min-height: auto;
	}
	.entry .title2 {
		font-size: 20px;
	}
	.entry .bttn2 {
		display: table;
		margin-left: auto;
		margin-right: auto;
	}
	.smuk2 {
		height: 150px;
	}
	.smuk2 + .con {
		padding: 0 25px;
		box-sizing: border-box;
	}
	.open-blog .title3 {
		width: 100%;
		display: block;
		margin-bottom: 5px;
	}
	.open-blog .date {
		width: 100%;
		text-align: left;
		margin: 0 0 20px 0;
	}
	.open-blog .title3 {
		font-size: 20px;
	}
}
@media screen and (max-width: 1220px) { 
	.open-blog .bttn4 {
		width: 100%;
		margin-bottom: 20px;
	}
	.open-blog {
		padding-bottom: 0;
	}
}
@media screen and (max-width: 1024px) { 
	.open-blog p img {
		display: block;
		margin: 0 auto;
	}
}
@media screen and (max-width: 600px) { 
	.open-blog p img {
		width: 100%;
		height: auto;
	}
}
@media screen and (max-width: 1220px) {
  .f-con {
    display: none;
  }
.kontakti-footer .f-con {
    width: 90% !important;
    display: block;
    float: none !important;
    text-align: center;
    padding-bottom: 0;
    margin: 0 auto;
}
.kontakti-footer {
    position: relative;
    bottom: 0;
    z-index: 100;
    background-color: white;
    left: auto;
    transform: translateX(0%);
    width: 100%;
    box-sizing: border-box;
    padding: 0 45px;
}
.f-con li {
    display: block;
    font-size: 13px;
    color: #838385;
    margin-right: 0;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: left;
}
    
    
}