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;
}

/*
.foo {
  @include placeholder {
    color: green;
  }
}
*/
.bottom-block, .listed .grid-block, .inner-thumbs {
  *zoom: 1;
}
.bottom-block:before, .listed .grid-block:before, .inner-thumbs:before, .bottom-block:after, .listed .grid-block:after, .inner-thumbs:after {
  content: " ";
  display: table;
}
.bottom-block:after, .listed .grid-block:after, .inner-thumbs:after {
  clear: both;
}

.check {
  display: none;
}

.check + label span {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(img/checked.png) no-repeat;
  cursor: pointer;
  margin-right: 7px;
  vertical-align: middle;
}

.check + label {
  font-size: 14px;
  color: #929292;
  display: inline-block;
  margin-right: 14px;
  font-weight: 400;
}

.check:checked + label {
  color: #1039ce;
}

.check:checked + label span {
  background-image: url(img/check.png);
}

.check + label em {
  display: inline-block;
  vertical-align: middle;
}

/*
<input type="checkbox" id="c1" name="cc" />
<label for="c1"><span></span>Check Box 1</label>
*/
/* Custom */
.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-image: url("img/close.png");
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.45;
}
#fancybox-loading:hover, .fancybox-close:hover {
  opacity: 1;
}

#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: -40px;
  right: -40px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

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

.fancybox-prev span {
  left: -45px;
  background-image: url(img/arrow-prev.png);
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.45;
}
.fancybox-prev span:hover {
  opacity: 1;
}

.fancybox-next span {
  right: -45px;
  background-image: url(img/arrow-next.png);
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.45;
}
.fancybox-next span:hover {
  opacity: 1;
}

.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-image: url("img/overlay.png");
}

.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;
}

.wrapper {
  background: #fcfcfc;
}

.side-menu {
  position: fixed;
  width: 73px;
  z-index: 11000;
}
.side-menu .chevron {
	position: relative;
	text-align: center;
	padding: 12px 8px;
	margin-bottom: 3px;
	height: 35px;
	width: 57px;
	display: block;
	-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;
}
.side-menu .chevron:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 60px;
  width: 50%;
  background-color: #353b84;
  -webkit-transform: skew(0deg, 30deg);
  -moz-transform: skew(0deg, 30deg);
  -ms-transform: skew(0deg, 30deg);
  -o-transform: skew(0deg, 30deg);
  transform: skew(0deg, 30deg);
  -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;
}
.side-menu .chevron:after {
  content: '';
  position: absolute;
  top: 0;
  right: 1px;
  height: 60px;
  width: 50%;
  background-color: #353b84;
  -webkit-transform: skew(0deg, -30deg);
  -moz-transform: skew(0deg, -30deg);
  -ms-transform: skew(0deg, -30deg);
  -o-transform: skew(0deg, -30deg);
  transform: skew(0deg, -30deg);
  -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;
}
.side-menu .chevron:hover,.side-menu .chevron.active {
  height: 55px !important;
}
.side-menu .chevron:hover span, .side-menu .chevron.active span {
  opacity: 1;
}
.side-menu .chevron:hover:before, .side-menu .chevron:hover:after, .side-menu .chevron.active:before, .side-menu .chevron.active:after {
  height: 79px;
  background-color: #e8b072;
}
.side-menu .chevron:first-of-type:hover .top-item, .side-menu .chevron:first-of-type.active .top-item {
  background-color: #e8b072;
}
.side-menu .chevron:nth-of-type(1) em {
  background-image: url(img/li_0.png);
}
.side-menu .chevron:nth-of-type(2) em {
  background-image: url(img/li_1.png);
}
.side-menu .chevron:nth-of-type(3) em {
  background-image: url(img/li_2.png);
}
.side-menu .chevron:nth-of-type(4) em {
  background-image: url(img/li_3.png);
}
.side-menu .chevron:nth-of-type(5) em {
  background-image: url(img/li_4.png);
}
.side-menu .chevron:nth-of-type(6) em {
  background-image: url(img/li_5.png);
}
.side-menu .chevron:nth-of-type(7) em {
  background-image: url(img/li_7.png);
}
.side-menu .chevron:nth-of-type(8) em {
  background-image: url(img/li_8.png);
}
.side-menu .chevron:nth-of-type(9) em {
  background-image: url(img/li_10.png);
}
.side-menu .chevron:nth-of-type(10) em {
  background-image: url(img/li-8.png);
}
.side-menu .chevron:nth-of-type(11) em {
  background-image: url(img/li_9.png);
}
.side-menu .chevron:nth-of-type(1):hover em, .side-menu .chevron:nth-of-type(1).active em {
  background-image: url(img/li_0_h.png);
}
.side-menu .chevron:nth-of-type(2):hover em, .side-menu .chevron:nth-of-type(2).active em {
  background-image: url(img/li_1_h.png);
}
.side-menu .chevron:nth-of-type(3):hover em, .side-menu .chevron:nth-of-type(3).active em {
  background-image: url(img/li_2_h.png);
}
.side-menu .chevron:nth-of-type(4):hover em, .side-menu .chevron:nth-of-type(4).active em {
  background-image: url(img/li_3_h.png);
}
.side-menu .chevron:nth-of-type(5):hover em, .side-menu .chevron:nth-of-type(5).active em {
  background-image: url(img/li_4_h.png);
}
.side-menu .chevron:nth-of-type(6):hover em, .side-menu .chevron:nth-of-type(6).active em {
  background-image: url(img/li_5_h.png);
}
.side-menu .chevron:nth-of-type(7):hover em, .side-menu .chevron:nth-of-type(7).active em {
  background-image: url(img/li_7_h.png);
}
.side-menu .chevron:nth-of-type(8):hover em, .side-menu .chevron:nth-of-type(8).active em {
  background-image: url(img/li_8_h.png);
}
.side-menu .chevron:nth-of-type(9):hover em, .side-menu .chevron:nth-of-type(9).active em {
  background-image: url(img/li_10_h.png);
}
.side-menu .chevron:nth-of-type(10):hover em, .side-menu .chevron:nth-of-type(10).active em {
  background-image: url(img/li-8-h.png);
}
.side-menu .chevron:nth-of-type(11):hover em, .side-menu .chevron:nth-of-type(11).active em {
  background-image: url(img/li_9_h.png);
}
.side-menu .chevron .menu-icon {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 10;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  height: 42px;
  -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;
}
.side-menu .chevron span {
}
.side-menu .chevron span {
	position: relative;
	z-index: 10;
	color: #101010;
	top: -2px;
	font-size: 10px;
	line-height: 12px;
	display: block;
	opacity: 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;
}
.side-menu .top-item {
  display: block;
  background-color: #353b84;
  width: 72px;
  height: 21px;
  position: absolute;
  background-image: none !important;
  left: 0;
  top: -10px;
  -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;
}

.top-items {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.top-menu {
  text-align: left;
    padding-left:20px;
}
.top-menu li {
  display: inline-block;
}
.top-menu li.active a {
  background-color: rgba(0, 0, 0, 0.2);
}
.top-menu li a {
  display: block;
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
  padding: 0 20px;
  margin-left: -4px;
  color: white;
  -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;
}
.top-menu li a:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.logo {
  width: 154px;
  height: 265px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(img/img1.png);
  margin-left: auto;
  margin-right: auto;
  padding-top: 160px;
}

.lang {
  position: absolute;
  top: 15px;
  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;
  /* 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;
}
.lang li {
  display: inline-block;
}
.lang li.active a {
  background-color: #e8b072;
}
.lang li a {
  display: block;
  height: 27px;
  line-height: 27px;
  padding: 0 8px;
  font-size: 11px;
  color: white;
  background-color: rgba(255, 255, 255, 0.25);
  -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 a:hover,
.lang li a .active {
  background-color: #e8b072;
}

.inner-page .lang {
  position: absolute;
	top: 17px;
	right: 88px;
  -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;
  /* 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;
}
.inner-page .lang li {
  display: inline-block;
}
.inner-page .lang li.active a {
  background-color: #e8b072;
  color:#fff;
}
.inner-page .lang li a,  .white .lang li a{
  display: block;
  height: 27px;
  line-height: 27px;
  padding: 0 8px;
  font-size: 11px;
  color: #848484;
  background-color: rgba(255, 255, 255, 0.25);
  -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;
}
.inner-page .lang li a:hover,
.inner-page .lang li a .active ,
 .white .lang li a:hover,
.white .lang li.active a{
  background-color: #e8b072;
  color: #fff;
}

.header {
  min-height: 425px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(img/1bg-2.jpg);
}

select::-ms-expand {
  display: none;
}

.simple-select {
  height: 34px;
  line-height: 31px;
  padding: 0 15px;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 14px;
  font-weight: 300;
  color: #929292;
  /* 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;
  border: 1px solid #ededed;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 115px center;
  background-position: right 17px center;
  background-image: url(img/drop.png);
  padding-right: 35px;
}
.simple-select::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 300;
  color: #929292;
  /* 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;
}
.simple-select:-moz-placeholder {
  font-size: 14px;
  font-weight: 300;
  color: #929292;
  /* 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;
}
.simple-select::-moz-placeholder {
  font-size: 14px;
  font-weight: 300;
  color: #929292;
  /* 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;
}
.simple-select:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 300;
  color: #929292;
  /* 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;
}

.simple-input {
  height: 34px;
  /*line-height: 31px;*/
  padding: 0 14px;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 14px;
  font-weight: 300;
  color: #929292;
  /* 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;
  border: 1px solid #ededed;
  background-color: white;
  width: 99px;
}
.simple-input::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 300;
  color: #929292;
  /* 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;
}
.simple-input:-moz-placeholder {
  font-size: 14px;
  font-weight: 300;
  color: #929292;
  /* 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;
}
.simple-input::-moz-placeholder {
  font-size: 14px;
  font-weight: 300;
  color: #929292;
  /* 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;
}
.simple-input:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 300;
  color: #929292;
  /* 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;
}

.top-search {
  padding: 20px 0;
  text-align: center;
}
.top-search .simple-select {
	width: 134px;
}
.select-wrap {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}

.sep {
  width: 7px;
  display: inline-block;
  height: 2px;
  margin-left: 5px;
  margin-right: 5px;
  background-image: linear-gradient(#a9a9a9, #a9a9a9);
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  top: -4px;
}

.bttn1 {
  height: 36px;
  line-height: 34px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
  border: none;
  padding: 0 55px;
  background-color: #353b84;
  display: inline-block;
  vertical-align: middle;
  margin: 0 12px;
  -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;
  cursor: pointer;
}
.bttn1:hover {
  background-color: #e8b072;
}

.izversta {
  font-weight: 300;
  font-size: 11px;
  color: #a7a7a7;
  display: inline-block;
  vertical-align: middle;
  padding-right: 20px;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url(img/drop.png);
  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;
}
.izversta: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;
}

.top-check {
  padding: 18px 30px;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
}

.kartot {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 12px;
  color: #929292;
  padding-right: 30px;
  margin-left: 10px;
}

.sep2 {
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  width: 1px;
  background-color: #f3f3f3;
  margin-right: 30px;
}

.grid-view {
  width: 19px;
  height: 19px;
  background-image: url(img/grid-view-inactive.png);
  background-color: none;
  border: none;
  padding: 0;
  margin-toP: 10px;
  float: right;
  cursor: pointer;
  margin-right: 20px;
}
.grid-view:hover span, .grid-view.active span {
  /* 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;
}
.grid-view span {
  width: 19px;
  height: 19px;
  background-image: url(img/grid-view-active.png);
  display: block;
  /* For IE 5,6,7,8,9 */
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$ie_opacity);
  filter: alpha(opacity=0);
  /* Older than Firefox 0.9 */
  -moz-opacity: 0;
  /* Safari 1.x (pre WebKit!) */
  -khtml-opacity: 0;
  /* Modern */
  opacity: 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;
}

.list-view {
  width: 20px;
  height: 18px;
  background-image: url(img/list-view-inactive.png);
  background-color: none;
  border: none;
  padding: 0;
  margin-toP: 10px;
  float: right;
  cursor: pointer;
  margin-right: 20px;
}
.list-view:hover span, .list-view.active span {
  /* 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;
}
.list-view span {
  width: 20px;
  height: 18px;
  background-image: url(img/list-view-active.png);
  display: block;
  /* For IE 5,6,7,8,9 */
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$ie_opacity);
  filter: alpha(opacity=0);
  /* Older than Firefox 0.9 */
  -moz-opacity: 0;
  /* Safari 1.x (pre WebKit!) */
  -khtml-opacity: 0;
  /* Modern */
  opacity: 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;
}

.map-view {
  width: 16px;
  height: 21px;
  background-image: url(img/map-view-inactive.png);
  background-color: none;
  border: none;
  padding: 0;
  margin-toP: 10px;
  float: right;
  cursor: pointer;
}
.map-view:hover span, .map-view.active span {
  /* 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;
}
.map-view span {
  width: 16px;
  height: 21px;
  background-image: url(img/map-view-active.png);
  display: block;
  /* For IE 5,6,7,8,9 */
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$ie_opacity);
  filter: alpha(opacity=0);
  /* Older than Firefox 0.9 */
  -moz-opacity: 0;
  /* Safari 1.x (pre WebKit!) */
  -khtml-opacity: 0;
  /* Modern */
  opacity: 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;
}

.catalog {
  padding-top: 40px;
    border-bottom: 1px solid #f3f3f3;
	margin-bottom:20px;
}

.grid-block {
  width: 290px;
  display: block;
  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;
  float: left;
  margin-right: 13px;
  margin-bottom: 13px;
}
.grid-block:nth-of-type(4n+ 4) {
  margin-right: 0;
}
.grid-block:hover .dark-overlay {
  /* For IE 5,6,7,8,9 */
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$ie_opacity);
  filter: alpha(opacity=0);
  /* Older than Firefox 0.9 */
  -moz-opacity: 0;
  /* Safari 1.x (pre WebKit!) */
  -khtml-opacity: 0;
  /* Modern */
  opacity: 0;
}
.grid-block:hover .white-overlay {
  /* 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;
}
.grid-block:hover .cena {
  color: #353b84;
}
.grid-block:hover .cena-platiba {
  color: #353b84;
}
.grid-block:hover .nosaukums {
  color: #fff;
}
.grid-block:hover .vieta {
  color: #fff;
}
.grid-block:hover .platiba {
  color: #ffd87a;
}
.grid-block:hover .stavi {
  color: #ffd87a;
}
.grid-block:hover .zeme {
  color: #ffd87a;
}
.grid-block:hover .bottom-block {
  background-color: #353b84;
  border-color: #353b84;
}

.top-img {
  width: 100%;
  height: 245px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.cena-block {
  position: relative;
  min-height: 100%;
}
.cena-block .cena {
  position: relative;
  top: 198px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
  width: 100%;
  text-align: right;
  display: block;
  padding-right: 10px;
  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;
}
.cena-block .cena-platiba {
  font-size: 11px;
  color: #fff;
  text-align: right;
  display: block;
  padding-right: 10px;
  box-sizing: border-box;
  position: relative;
  top: 198px;
  -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;
}

.dark-overlay {
  background-image: url(img/dark-overlay.png);
  background-repeat: no-repeat;
  background-position: right;
  width: 100%;
  height: 123px;
  position: absolute;
  bottom: 0;
  /* 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;
  -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;
}

.white-overlay {
  background-image: url(img/white-overlay.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  width: 100%;
  height: 167px;
  position: absolute;
  bottom: 0;
  /* For IE 5,6,7,8,9 */
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$ie_opacity);
  filter: alpha(opacity=0);
  /* Older than Firefox 0.9 */
  -moz-opacity: 0;
  /* Safari 1.x (pre WebKit!) */
  -khtml-opacity: 0;
  /* Modern */
  opacity: 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;
}

.bottom-block {
  height: 90px;
  background-color: #f8f8f8;
  border: 1px solid #f3f3f3;
  border-bottom: none;
  position: relative;
  -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-block .left-side {
  float: left;
  width: 195px;
  box-sizing: border-box;
}
.bottom-block .right-side {
  float: right;
  width: 90px;
  box-sizing: border-box;
}
.bottom-block .nosaukums {
  margin-top: 10px;
  margin-left: 10px;
  color: #4b4b4b;
  font-size: 20px;
  display: block;
  font-weight: 700;
  -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-block .vieta {
  display: block;
  margin-left: 10px;
  color: #4b4b4b;
  font-size: 12px;
  -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-block .platiba {
  margin-top: 12px;
  display: block;
  text-align: right;
  margin-right: 10px;
  color: #4b4b4b;
  font-size: 12px;
  -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-block em {
  font-size: 75%;
  vertical-align: top;
}
.bottom-block .stavi {
  display: block;
  text-align: right;
  margin-right: 10px;
  color: #4b4b4b;
  font-size: 12px;
  margin-top: 7px;
  -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-block .zeme {
  display: block;
  text-align: right;
  margin-right: 10px;
  color: #4b4b4b;
  font-size: 12px;
  margin-top: 7px;
  -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;
}

.paginator {
  width: 100%;
  text-align: center;
  padding-bottom: 40px;
}

.to-left {
  width: 9px;
  height: 16px;
  border: none;
  padding: 0;
  background-color: transparent;
  background-image: url(img/to-left-inactive.png);
  background-position: 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;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}
.to-left:hover {
  background-image: url(img/to-left-active.png);
}

.to-right {
  width: 9px;
  height: 16px;
  border: none;
  padding: 0;
  background-color: transparent;
  background-image: url(img/to-left-inactive.png);
  background-position: center;
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -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;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
}
.to-right:hover {
  background-image: url(img/to-left-active.png);
}

.pages {
  display: inline-block;
  vertical-align: middle;
}
.pages span {
  display: inline-block;
  vertical-align: middle;
  height: 42px;
  line-height: 44px;
  width: 44px;
  text-align: center;
  color: #a7a7a7;
  font-weight: 700;
  font-size: 14px;
  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;
}
.pages span:hover, .pages span.active {
  background-color: #e8b875;
  color: #fff;
}

.footer {
  padding: 30px 0px;
  background-color: #f3f3f3;
}

.f-desc {
  width: 100%;
  text-align: center;
}
.f-desc li {
  display: inline-block;
  margin-right: 30px;
  color: #4b4b4b;
  font-weight: 300;
  font-size: 14px;
  vertical-align: middle;
}
.f-desc li a {
  color: inherit;
}
.f-desc li:last-of-type {
  margin-right: 0;
}
.f-desc .tel a {
  height: 20px;
  display: block;
  line-height: 20px;
  padding-left: 25px;
  background-image: url(img/tel.png);
  background-repeat: no-repeat;
  background-position: left center;
}
.f-desc .tel a:hover {
  background-image: url(img/tel-active.png);
  color: #32359a;
}
.f-desc .mail a {
  height: 18px;
  display: block;
  line-height: 18px;
  padding-left: 35px;
  background-image: url(img/mail.png);
  background-repeat: no-repeat;
  background-position: left center;
}
.f-desc .mail a:hover {
  background-image: url(img/mail-active.png);
  color: #32359a;
}

.social {
  width: 100%;
  text-align: center;
  padding: 20px 0;
}
.social li {
  display: inline-block;
  margin-right: 15px;
}
.social li:last-of-type {
  margin-right: 0;
}
.social li a {
  display: block;
  height: 43px;
  line-height: 43px;
  color: white;
  background-color: #353b84;
  padding: 0 15px 0 45px;
  background-repeat: no-repeat;
  background-position: 15px center;
  font-size: 14px;
  -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;
}
.social li a:hover {
  background-color: #e8b875;
}

.tw {
  background-image: url(img/tw.png);
}

.fb {
  background-image: url(img/fb.png);
}

.gp {
  background-image: url(img/insta_ikon.png);
}

.yt {
  background-image: url(img/youtube.png);
}

.dr {
  background-image: url(img/dr.png);
}

.copy {
  display: block;
  text-align: center;
  font-weight: 300;
  font-size: 12px;
  color: #4b4b4b;
}

.advanced {
  display: none;
}

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  -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;
}

.logo-outer {
  /* For IE 5,6,7,8,9 */
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$ie_opacity);
  filter: alpha(opacity=0);
  /* Older than Firefox 0.9 */
  -moz-opacity: 0;
  /* Safari 1.x (pre WebKit!) */
  -khtml-opacity: 0;
  /* Modern */
  opacity: 0;
  top: -94px;
}

.white {
  background-color: white;
  border-bottom: 1px solid #ebebeb;
}
.white .logo-outer {
  /* 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;
  width: 76px;
  height: 94px;
  position: absolute;
  right: 0;
  top: 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(img/logo-active.png);
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.white .logo-outer:hover .logo-inner {
  /* For IE 5,6,7,8,9 */
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$ie_opacity);
  filter: alpha(opacity=0);
  /* Older than Firefox 0.9 */
  -moz-opacity: 0;
  /* Safari 1.x (pre WebKit!) */
  -khtml-opacity: 0;
  /* Modern */
  opacity: 0;
}
.white .logo-inner {
  display: block;
  /* 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;
  width: 76px;
  height: 94px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(img/logo-inactive.png);
  -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;
}
.white .top-items {
  border: none;
}
.white .top-menu li.active a {
  color: white;
  background-color: #353b84;
}
.white .top-menu li a {
  color: #303293;
  font-weight: 700;
}
.white .top-menu li a:hover {
  color: white;
  background-color: #353b84;
}
.white .lang {
  /* For IE 5,6,7,8,9 */
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$ie_opacity);
  filter: alpha(opacity=0);
  /* Older than Firefox 0.9 */
  -moz-opacity: 0;
  /* Safari 1.x (pre WebKit!) */
  -khtml-opacity: 0;
  /* Modern */
  opacity: 0;
}

.inner-page .white .lang {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$ie_opacity);
  filter: alpha(opacity=1);
  /* Older than Firefox 0.9 */
  -moz-opacity: 1;
  /* Safari 1.x (pre WebKit!) */
  -khtml-opacity: 1;
  /* Modern */
  opacity: 1;
}

.inner-page {
  min-height: auto;
  min-height: initial;
  padding-bottom: 35px;
}

.favorites {
  width: 34px;
  height: 33px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(img/fav-icon.png);
  display: block;
  position: absolute;
  top: 14px;
  right: 85px;
  text-align: center;
  line-height: 38px;
  font-size: 12px;
  font-weight: 700;
  color: #e8b072;
  transition: all 0.3s ease-in-out;
}
#favouritesStarIds {
	display: block !important;
	background-image: url(img/fav-icon-white.png);
	right: 103px;
	color: white;
}
.white #favouritesStarIds {
	background-image: url(img/fav-icon.png);
	color: #e8b072;
	right: 203px;
}

.white .favinside {
  right: 203px !important;
}
.send-to-mail {
  width: 100%;
  text-align: center;
  padding: 30px 0 70px 0;
}
.send-to-mail .simple-input {
  width: 230px;
  box-sizing: border-box;
}
.send-to-mail .bttn1 {
  padding: 0 35px;
  width: auto;
  font-weight: 700;
  font-size: 12px;
}

.desc-txt {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  color: #353b84;
  margin-right: 25px;
}

#googleMap {
  height: 635px;
  display: none;
}

.listed .grid-block {
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
.listed .grid-block:hover .right-side span {
  color: white;
}
.listed .grid-block:hover .cena,
.listed .grid-block:hover .cena-platiba {
  color: white;
}
.listed .top-img {
  width: 145px;
  height: 105px;
  float: left;
}
.listed .dark-overlay {
  display: none;
}
.listed .white-overlay {
  display: none;
}
.listed .bottom-block {
  width: calc(100% - 150px);
  float: left;
  height: 105px;
  display: table;
  background: transparent;
}
.listed .left-side {
  width: 375px;
  display: table;
  vertical-align: middle;
  height: 100%;
}
.listed .left-side span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.listed .nosaukums {
  margin-left: 0px;
  padding-left: 10px;
  box-sizing: border-box;
  width: 255px;
}
.listed .right-side {
  width: 675px;
  display: table;
  height: 100%;
  float: left;
}
.listed .right-side span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.listed .cena {
  font-weight: 700;
  font-size: 24px;
  color: #353b84;
  display: table-cell;
  vertical-align: middle;
  width: 170px;
  -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;
}
.listed .cena-platiba {
  font-size: 12px;
  color: #4b4b4b;
  width: 200px;
  display: table-cell;
  vertical-align: middle;
  -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;
}
.listed .stavi {
	width: 155px;
}
.listed .right-side {
	position: relative;
}
.listed .right-side span {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	margin-top: 40px;
	min-height: 1px;
}
.listed .platiba {
	width: 127px;
}
.listed .ista {
	width: 141px;
}
.details .det1:nth-of-type(6) {
	box-sizing: border-box;
    padding-left: 42px;
}
.left-pop {
  width: 65%;
  box-sizing: border-box;
  float: left;
  padding-bottom: 35px;
}
.left-pop .fancybox {
  display: none;
  text-align: center;
}
.left-pop .fancybox img {
  width: auto;
  height: 100%;
}
.left-pop .fancybox:first-of-type {
  display: block;
  height: 530px;
  overflow: hidden;
  position:relative;

}

.inner-thumbs span {
  -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: #797dad;
  float: left;
  margin-right: 5px;
}

.thumbs {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  height: 105px;
  margin-top: 2px;
  position: relative;
}
.thumbs img {
  width: 122.9px;
  float: left;
  height: 105px;
  -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;
  cursor: pointer;
}
.thumbs img:hover {
  /* For IE 5,6,7,8,9 */
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$ie_opacity);
  filter: alpha(opacity=45);
  /* Older than Firefox 0.9 */
  -moz-opacity: 0.45;
  /* Safari 1.x (pre WebKit!) */
  -khtml-opacity: 0.45;
  /* Modern */
  opacity: 0.45;
}

.img {
  -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;
}

.right-pop {
  width: 35%;
  box-sizing: border-box;
  float: right;
  position:relative;
}

.arrows {
  position: absolute;
  top: 0;
  width: 100%;
}
.arrows .to-left {
  background-image: url(img/arrow-to-right.png);
  height: 25px;
  width: 12px;
  left: 12px;
  top: 40px;
  position: absolute;
  margin-right: 0;
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.arrows .to-right {
  background-image: url(img/arrow-to-right.png);
  height: 25px;
  width: 12px;
  position: absolute;
  margin-left: 0;
  right: 16px;
  top: 40px;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.inner-thumbs {
  width: 1500px;
  margin-left: -127.9px;
}

.left {
  margin-left: -127.9px;
}

.right {
  margin-left: -127.9px;
}

.pop-cont p {
  margin-top: 35px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 30px;
  font-weight: 300;
  font-size: 14px;
  color: #4b4b4b;
  line-height: 24px;
}

.pdf {
  display: inline-block;
  line-height: 22px;
  height: 22px;
  font-size: 12px;
  font-weight: 500;
  color: #353b84;
  padding-left: 33px;
  margin-left: 30px;
  background: url(img/pdf.png) no-repeat left 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;
  margin-top: 30px;
}
.pdf: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;
}

.inner-right-side {
  float: left;
  width: 90%;
  box-sizing: border-box;
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
}
.inner-right-side .title {
  display: block;
  font-weight: 900;
  font-size: 26px;
  color: #353b84;
  padding-bottom: 10px;
  vertical-align: middle;
  float: left;
}
.inner-right-side .title2 {
  display: block;
  font-weight: 300;
  font-size: 14px;
  color: #32359a;
  padding-bottom: 20px;
  clear: both;
}
.inner-right-side .price {
  font-weight: 900;
  font-size: 24px;
  color: #353b84;
  padding-bottom: 10px;
  display: block;
}
.inner-right-side table {
  width: 100%;
  margin-bottom: 35px;
}
.inner-right-side table td {
  width: 50%;
  padding: 6px 0;
  text-align: left;
}
.inner-right-side table td:nth-of-type(odd) {
  font-weight: 300;
  font-size: 14px;
  color: #4b4b4b;
}
.inner-right-side table td:nth-of-type(even) {
  font-weight: 500;
  font-size: 14px;
  color: #4b4b4b;
}

.inner-left-side {
  float: right;
  width: 20%;
  text-align: center;
  padding-top: 30px;
}
.inner-left-side img {
  margin-bottom: 25px;
}
.inner-left-side .fb {
  width: 11px;
  height: 18px;
  background: url(img/fb-inactive.png) no-repeat center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
.inner-left-side .fb:hover span {
  /* 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;
}
.inner-left-side .fb span {
  width: inherit;
  height: inherit;
  background: url(img/tw-active2.png) no-repeat center;
  display: inherit;
  opacity: 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;
}
.inner-left-side .tw {
  width: 21px;
  height: 18px;
  background: url(img/tw-inactive.png) no-repeat center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
.inner-left-side .tw:hover span {
  /* 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;
}
.inner-left-side .tw span {
  width: inherit;
  height: inherit;
  background: url(img/tw-active.png) no-repeat center;
  display: inherit;
  opacity: 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;
}
.inner-left-side .gp {
  width: 21px;
  height: 18px;
  background: url(img/in_inactive.png) no-repeat center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
.inner-left-side .gp:hover span {
  /* 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;
}
.inner-left-side .gp span {
  width: inherit;
  height: inherit;
  background: url(img/in-active.png) no-repeat center;
  display: inherit;
  opacity: 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;
}
.inner-left-side .fav {
  width: 41px;
  height: 51px;
  background: url(img/fav-inactive.png) no-repeat center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 210px;
}
.inner-left-side .fav:hover span {
  /* 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;
}
.inner-left-side .fav span {
  width: inherit;
  height: inherit;
  display: inherit;
  background: url(img/fav-active.png) no-repeat center;
  /* For IE 5,6,7,8,9 */
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$ie_opacity);
  filter: alpha(opacity=0);
  /* Older than Firefox 0.9 */
  -moz-opacity: 0;
  /* Safari 1.x (pre WebKit!) */
  -khtml-opacity: 0;
  /* Modern */
  opacity: 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;
}

#googleMap2 {
  width: 100%;
  height: 295px;
}

.apskate {
  background-color: #fff;
  border: 1px solid #e7e7e7;
  width: 100%;
  box-sizing: border-box;
  padding-right: 170px;
  padding-left: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
  background-repeat: no-repeat;
  background-position: right center;
  border-bottom: none;
}
.apskate .title3 {
  font-weight: 700;
  font-size: 22px;
  color: #353b84;
  display: block;
  margin-bottom: 15px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.apskate .title3:hover {
	color: #E8B072;
}
.apskate .name {
  font-weight: 300;
  font-size: 16px;
  color: #4b4b4b;
  display: block;
  margin-bottom: 20px;
}
.apskate .tel {
  display: block;
  font-weight: 300;
  font-size: 14px;
  color: #4b4b4b;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(img/tel.png);
  padding-left: 30px;
  height: 20px;
  line-height: 20px;
  margin-bottom: 10px;
}
.apskate .mail {
  display: block;
  font-weight: 300;
  font-size: 14px;
  color: #4b4b4b;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(img/mail.png);
  padding-left: 35px;
  height: 20px;
  line-height: 20px;
}

.kalk {
  background-color: #353b84;
  width: 100%;
  box-sizing: border-box;
  padding: 30px;
}
.kalk .title4 {
  font-weight: 700;
  font-size: 18px;
  color: white;
  padding-bottom: 20px;
  display: block;
  text-transform: uppercase;
}
.kalk label {
color:#fff;
font-size:14px;
  display: inline-block;
  margin-right: 22px;
  margin-bottom: 25px;
}
.kalk .input-2 {
  width: 155px;
  height: 33px;
  border: 1px solid #62669f;
  display: inline-block;
  background-color: #4a4f91;
  font-weight: 300;
  font-size: 14px;
  color: white;
  padding: 0 15px;
  box-sizing: border-box;
  margin-top:5px;
}
.kalk .input-2:nth-of-type(even) {
  margin-right: 0;
}
.kalk .input-2::-webkit-input-placeholder {
  font-weight: 300;
  font-size: 14px;
  color: white;
}
.kalk .input-2:-moz-placeholder {
  font-weight: 300;
  font-size: 14px;
  color: white;
}
.kalk .input-2::-moz-placeholder {
  font-weight: 300;
  font-size: 14px;
  color: white;
}
.kalk .input-2:-ms-input-placeholder {
  font-weight: 300;
  font-size: 14px;
  color: white;
}
.kalk .kalk-desc {
  font-size: 12px;
  color: white;
  display: block;
}
.kalk .number {
  font-weight: 700;
  font-size: 24px;
  color: white;
  display: block;
  padding-bottom: 10px;
  padding-top: 13px;
}
.kalk .kalk-desc-2 {
  font-weight: 300;
  font-size: 12px;
  color: white;
  line-height: 16px;
}

.blog {
  padding-top: 26px;
}
.blog .date {
  float: right;
  font-weight: 300;
  font-size: 14px;
  color: #bbbbbb;
  width: 95px;
  text-align: center;
  background-color: white;
  line-height: 21px;
}
.blog p {
  font-weight: 300;
  font-size: 14px;
  color: #848484;
  line-height: 24px;
  margin-bottom: 20px;
  padding-right: 20px;
}
.blog p a {
  font-weight: 700;
  font-size: 14px;
  color: #353b84;
  -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;
}
.blog p a:hover {
  color: #e5b079;
}
.blog .read-more {
  float: right;
  margin-right: 31px;
  padding-right: 21px;
  font-weight: 500;
  font-size: 12px;
  color: #353b84;
  text-transform: uppercase;
  background: url(img/read.png) no-repeat right center;
  display: inline-block;
  height: 12px;
  line-height: 12px;
  -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;
}
.blog .read-more: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;
}

.blog-left-side {
  width: 860px;
  box-sizing: border-box;
  float: left;
  padding:0 30px;
}

.blog-post {
  padding-bottom: 30px;
}
.blog-post:hover a .title5 {
  color: #e5b079;
}

.blog-img-top {
  width: 100%;
  height: 330px;
  position: relative;
}
.blog-img-top .dec1 {
  background: url(img/dec1.png) no-repeat center;
  position: absolute;
  top: 0;
  left: 0;
  width: 231px;
  height: 130px;
}

.blog-wrap {
  margin-top: 30px;
  background-image: linear-gradient(#eff0f2, #eff0f2);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: center;
  margin-bottom: 25px;
}

.title5 {
  background-color: white;
  font-weight: 700;
  font-size: 24px;
  color: #353b84;
  text-transform: uppercase;
  display: table;
  float: left;
  padding-right: 20px;
  -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;
}

.blog-right-side {
  width: 340px;
  float: left;
  box-sizing: border-box;
  padding-top: 30px;
  padding-left: 20px;
  background-color: #f7f7f7;
  padding-right: 20px;
}

.title6 {
  font-weight: 700;
  font-size: 18px;
  color: #353b84;
  text-transform: uppercase;
  padding-bottom: 25px;
  display: block;
  width: 100%;
  border-bottom: 1px solid #ededf1;
  padding-left: 20px;
  box-sizing: border-box;
}

.side-post {
  border-bottom: 1px solid #ededf1;
  display: block;
  -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;
}
.side-post:hover img {
  max-height: 160px;
}
.side-post:hover {
  background-color: #e6b277;
}
.side-post:hover .title7 {
  color: white;
}
.side-post:hover .desc2 {
  color: white;
}
.side-post img {
  width: 100%;
  -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;
  max-height: 0;
}

.title7 {
  font-weight: 700;
  font-size: 14px;
  color: #353b84;
  text-transform: uppercase;
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 15px;
  display: block;
  padding-right: 20px;
  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;
}

.desc2 {
  font-weight: 300;
  font-size: 12px;
  color: #848484;
  line-height: 18px;
  padding-left: 20px;
  padding-bottom: 20px;
  display: block;
  padding-right: 20px;
  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;
}

.blog-social {
  border-top: 1px solid #f0f0f0;
  padding: 20px 0;
}
.blog-social .desc3 {
  display: inline-block;
  vertical-align: middle;
  font-weight: 300;
  font-size: 14px;
  color: #848484;
  padding-right: 25px;
}
.blog-social .tw {
  width: 33px;
  height: 33px;
  background: url(img/tw.png) no-repeat center;
  display: inline-block;
  vertical-align: middle;
  -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;
}
.blog-social .tw:hover {
  background-color: #e8b875;
}
.blog-social .tw:hover span {
  /* For IE 5,6,7,8,9 */
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$ie_opacity);
  filter: alpha(opacity=0);
  /* Older than Firefox 0.9 */
  -moz-opacity: 0;
  /* Safari 1.x (pre WebKit!) */
  -khtml-opacity: 0;
  /* Modern */
  opacity: 0;
}
.blog-social .tw span {
  width: inherit;
  height: inherit;
  background: url(img/tw-inactive.png) no-repeat center;
  display: block;
  /* 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;
  -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;
}
.blog-social .fb {
  width: 33px;
  height: 33px;
  background: url(img/fb.png) no-repeat center;
  display: inline-block;
  vertical-align: middle;
  -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;
}
.blog-social .fb:hover {
  background-color: #e8b875;
}
.blog-social .fb:hover span {
  /* For IE 5,6,7,8,9 */
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$ie_opacity);
  filter: alpha(opacity=0);
  /* Older than Firefox 0.9 */
  -moz-opacity: 0;
  /* Safari 1.x (pre WebKit!) */
  -khtml-opacity: 0;
  /* Modern */
  opacity: 0;
}
.blog-social .fb span {
  width: inherit;
  height: inherit;
  background: url(img/fb-inactive.png) no-repeat center;
  display: block;
  /* 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;
  -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;
}
.blog-social .gp {
  width: 33px;
  height: 33px;
  background: url(img/gp.png) no-repeat center;
  display: inline-block;
  vertical-align: middle;
  -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;
}
.blog-social .gp:hover {
  background-color: #e8b875;
}
.blog-social .gp:hover span {
  /* For IE 5,6,7,8,9 */
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$ie_opacity);
  filter: alpha(opacity=0);
  /* Older than Firefox 0.9 */
  -moz-opacity: 0;
  /* Safari 1.x (pre WebKit!) */
  -khtml-opacity: 0;
  /* Modern */
  opacity: 0;
}
.blog-social .gp span {
  width: inherit;
  height: inherit;
  background: url(img/gp-inactive.png) no-repeat center;
  display: block;
  /* 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;
  -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;
}

.kont-map {
  position: relative;
  width: 100%;
  overflow: hidden;
}

#googleMap3 {
  width: 100%;
  height: 300px;
  margin-top: 15px;
}

.kont-left {
  width: 50%;
  float: left;
}

.kont-right {
  float: left;
  width: 575px;
  padding-top: 15px;
}
.kont-right h3 {
  text-align: right;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  color: #353b84;
  margin-bottom: 20px;
}
.kont-right span {
  display: block;
  font-weight: 300;
  font-size: 14px;
  color: #4b4b4b;
  text-align: right;
  margin-bottom: 10px;
}
.kont-right .social {
  text-align: right;
}
.kont-right .copy {
  font-weight: 300;
  font-size: 12px;
  color: #4b4b4b;
}

.kont-desc {
  display: table;
  width: auto;
  float: right;
  padding-top: 15px;
}
.kont-desc h3 {
  display: table;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  color: #353b84;
  margin-bottom: 20px;
}
.kont-desc li {
  display: table;
  margin-bottom: 15px;
}

.mod2 {
  margin-top: 45px;
  margin-right: 20px;
  margin-left: 50px;
}

.dec2 {
  width: 1253px;
  height: 215px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(img/kreisais.png);
  position: absolute;
  right: 50%;
  bottom: 0;
  z-index: 10;
}

.dec3 {
  width: 1253px;
  height: 215px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(img/labais.png);
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 10;
}

.wrap3 {
  float: left;
  width: 50%;
  height: 100%;
  min-height: 100%;
  background-color: #f8fafc;
}

.smukumbilde {
  height: 360px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.smukumbilde-blogs {
    height:800px;
}

.pak-right-side {
  width: 340px;
  float: left;
  box-sizing: border-box;
  background-color: #f7f7f7;
  padding-top: 25px;
}
.pak-right-side a {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  font-weight: 700;
  font-size: 14px;
  color: #2c2c2c;
  text-transform: uppercase;
  display: block;
  padding-top: 25px;
  padding-bottom: 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;
}
.pak-right-side a:hover, .pak-right-side a.active {
  background-color: #e8b875;
  color: white;
}

.pakal {
  background-color: #f7f7f7;
}
.pakal .blog-left-side {
  background-color: #fff;
}
.pakal .blog-wrap {
  background: none;
}

.par-mums {
  padding-top: 26px;
}

.top-left {
  width: 50%;
  float: left;
  box-sizing: border-box;
  background-color: #fdfdfd;
}

.top-right {
  width: 50%;
  float: left;
  box-sizing: border-box;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(img/par1.jpg);
  height: 430px;
}

.big-logo {
  display: block;
  float: left;
  margin-top: 40px;
}

.qoute-txt {
  width: 365px;
  float: right;
  margin-right: 25px;
  text-align: right;
  margin-top: 150px;
  font-weight: 700;
  font-size: 32px;
  color: #353b84;
  line-height: 34px;
}

.qoute-name {
  float: right;
  text-align: right;
  margin-right: 25px;
  font-weight: 300;
  font-size: 18px;
  color: #7a7a7a;
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: linear-gradient(#848484, #848484);
  background-size: 20px 1px;
  display: table;
  margin-top: 15px;
}

.top-par-mums {
  position: relative;
}

.dec4 {
  width: 100%;
  height: 108px;
  background-image: url(img/dec4.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 0;
  background-size: contain;
}

.middle-par-mums {
  padding-top: 40px;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  padding-bottom: 60px;
}
.middle-par-mums .middle-left {
  padding-left: 40px;
  padding-right: 20px;
  box-sizing: border-box;
}
.middle-par-mums .middle-left h3 {
  font-weight: 700;
  font-size: 24px;
  color: #353b84;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.middle-par-mums .middle-left p {
  font-weight: 300;
  font-size: 14px;
  color: #848484;
  line-height: 24px;
  margin-bottom: 45px;
}
.middle-par-mums .middle-right {
  padding-left: 40px;
  padding-right: 20px;
  float: left;
  width: 50%;
  box-sizing: border-box;
}
.middle-par-mums .middle-right h3 {
  font-weight: 700;
  font-size: 24px;
  color: #353b84;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.why li {
  display: block;
  border-bottom: 1px solid #f8f9fa;
  cursor: pointer;
}
.why li:nth-of-type(1) span {
  background-image: url(img/il_0.png);
}
.why li:nth-of-type(2) span {
  background-image: url(img/il_1.png);
}
.why li:nth-of-type(3) span {
  background-image: url(img/il_2.png);
}
.why li:nth-of-type(4) span {
  background-image: url(img/il_3.png);
}
.why li:nth-of-type(2) span, .why li:nth-of-type(3) span, .why li:nth-of-type(4) span {
  background-position: left 7px center;
}
.why li span {
  display: block;
  height: 80px;
  line-height: 88px;
  padding-left: 80px;
  font-weight: 500;
  font-size: 18px;
  color: #353b84;
  background-repeat: no-repeat;
  background-position: center left;
}
.why li p {
  padding-left: 10px;
  padding-right: 40px;
  padding-top: 10px;
  padding-bottom: 20px;
  font-weight: 300;
  font-size: 14px;
  color: #848484;
  line-height: 24px;
}

.team {
  padding-top: 30px;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  padding-left: 100px;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 101px;
  position: relative;
}
.team h3 {
  font-weight: 700;
  font-size: 24px;
  color: #353b84;
  text-transform: uppercase;
  padding-bottom: 35px;
  display: block;
  text-align: center;
}
.team .team-block {
  width: 232px;
  float: left;
  height: 420px;
  margin-left: 20px;
  margin-bottom: 25px;
}
.team .team-block:nth-of-type(4n + 4) {
  margin-right: 0;
}
.team .team-block img {
  width: 100%;
  height: 323px;
  display: block;
}
.team .team-block .team-name {
  font-weight: 700;
  font-size: 18px;
  color: #262626;
  text-transform: uppercase;
  margin-top: 15px;
  display: block;
}
.team .team-block .team-desc {
  font-size: 12px;
  color: #262626;
  text-transform: uppercase;
  display: block;
  margin-top: 5px;
}
.team .team-block .tel a {
  height: 20px;
  display: block;
  line-height: 20px;
  padding-left: 35px;
  background-image: url(img/tel.png);
  background-repeat: no-repeat;
  background-position: left center;
  color: #4b4b4b;
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
}
.team .team-block .tel a:hover {
  background-image: url(img/tel-active.png);
  color: #32359a;
}
.team .team-block .mail a {
  height: 18px;
  display: block;
  line-height: 18px;
  padding-left: 35px;
  background-image: url(img/mail.png);
  background-repeat: no-repeat;
  background-position: left center;
  color: #4b4b4b;
  font-size: 14px;
  font-weight: 300;
}
.team .team-block .mail a:hover {
  background-image: url(img/mail-active.png);
  color: #32359a;
}

.dec5 {
  width: 100%;
  height: 103px;
  background-size: contain;
  background-image: url(img/dec5.png);
  background-repeat: no-repeat;
  background-position: center;
  bottom: -101px;
  left: 0;
  position: absolute;
}

.par-mums-bottom {
  padding-top: 65px;
}
.par-mums-bottom h3 {
  font-weight: 700;
  font-size: 24px;
  color: #262626;
  display: block;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 100px;
}

.bottom-left {
  width: 683px;
  margin: 0 auto;
  box-sizing: border-box;
}
.bottom-left .desc4 {
  font-weight: 300;
  font-size: 14px;
  color: #3f3f3f;
  line-height: 24px;
  padding-bottom: 40px;
  display: block;
  width: 520px;
}

.bottom-right {
  width: 50%;
  float: left;
  box-sizing: border-box;
}

.info {
  padding-bottom: 30px;
}
.info li {
  padding-top: 130px;
  width: 112px;
  display: inline-block;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: top center;
  margin-right: 25px;
}
.info li:last-of-type {
  margin-right: 0;
}
.info li span {
  padding-top: 15px;
  display: block;
  text-align: center;
  width: 100%;
  font-weight: 700;
  font-size: 14px;
  color: #353b84;
  text-transform: uppercase;
  line-height: 18px;
}

.bottom-right h3 {
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  color: #353b84;
  line-height: 24px;
  padding-bottom: 42px;
  text-align: left;
}
.bottom-right p {
  font-weight: 300;
  font-size: 14px;
  color: #848484;
  line-height: 24px;
}

.details {
  display: table;
  padding-left: 235px;
  position: relative;
  top: -20px;
}
.details .det1 {
  display: table-cell;
  font-weight: 300;
  font-size: 12px;
  color: #4b4b4b;
}
.details .det1:nth-of-type(1) {
  width: 207px;
}
.details .det1:nth-of-type(2) {
  width: 130px;
}
.details .det1:nth-of-type(3) {
  width: 120px;
}
.details .det1:nth-of-type(4) {
  width: 150px;
}
.details .det1:nth-of-type(5) {
  width: 125px;
}
.details .det1:nth-of-type(6) {
  width: 206px;
  padding-left: 65px;
}
.more-info-div {
	display: none;
}
.more-info {
display:none;
}
.new-fav {
	width: 23px;
	height: 21px;
	display: block;
	background: url("img/fav.png") no-repeat center;
	vertical-align: top;
	margin-right: 10px;
	margin-top: 4px;
	transition: all 0.3s ease-in-out;
	float: left;
}
.new-fav:hover,
.new-fav.aktivs66{
	background-image: url(img/fav_hov.png);
}
.piesak {
	padding-bottom: 10px;
	display: none;
}
.piesak .bttn1 {
	margin-left: 0;
}
.piesak input {
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.kont-footer .bttn1 {
	margin: 0;
    margin-top: 50px;
}
.ask {
	display: block;
    float: right;
    padding-top: 20px;
    width: 615px;
	padding-bottom: 30px;
	display: none;
}
.ask .simple-input {
	width: 27%;	
	margin-bottom: 10px;
}
.ask textarea.simple-input {
	width: 93%;
    height: 200px;
    margin-bottom: 10px;
	font-family: Arial;
}
.ask textarea.simple-input::placeholder {
	font-family: Arial;
}
.ask .simple-input + .bttn1 {
	margin-top: 0px;
}
#fancybox-thumbs {
	display: table;
    z-index: 10000;
    position: fixed;
    width: 50px;
    top: 0;
    height: 100%;
}
.fancybox-wrap {
	top: 50% !important;
    transform: translate(0,-50%) !important;
}
#fancybox-thumbs ul {
	width: 100% !important;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
#fancybox-thumbs  li{
	display: block;
}
.fancybox-wrap {
	position: fixed !important;
}
#fancybox-thumbs .active a img {
	opacity: 1;
}
#fancybox-thumbs a:hover img {
	opacity: 1;
}
#fancybox-thumbs  a{
	display: block;
	width: 75px !Important;
    height: 75px !important;
	background: #000;
}
#fancybox-thumbs  img {
	width: 100% !important;
    height: 100% !important;
	opacity: 0.3;
	transition: all 0.3s ease-in-out;
}
.fancybox-inner {
	
}
.arpostDatas .to-left{
    width: 60px;
    height: 105px;
    border: none;
    padding: 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;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    background: -moz-linear-gradient(left, rgba(53,59,132,1) 0%, rgba(53,59,132,0) 100%);
    background: -webkit-linear-gradient(left, rgba(53,59,132,1) 0%,rgba(53,59,132,0) 100%);
    background: linear-gradient(to right, rgba(53,59,132,1) 0%,rgba(53,59,132,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#353b84', endColorstr='#00353b84',GradientType=1 );
    top: -105px;
    position: absolute;
}
.arpostDatas .to-right{
    width: 60px;
    height: 105px;
    border: none;
    padding: 0;
    background-position: 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;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
    position: absolute;
    right: 0;
    background: -moz-linear-gradient(left, rgba(53,59,132,1) 0%, rgba(53,59,132,0) 100%);
    background: -webkit-linear-gradient(left, rgba(53,59,132,1) 0%,rgba(53,59,132,0) 100%);
    background: linear-gradient(to right, rgba(53,59,132,1) 0%,rgba(53,59,132,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#353b84', endColorstr='#00353b84',GradientType=1 );
    top: -105px;
    position: absolute;
}
.arpostDatas{
    position: absolute;
    top: 105px;
    width: 100%;
}
.arpostDatas .to-left div{
    display: block;
    width: 20px;
    height: 20px;
    opacity: 0.5;
    background: url("img/iepr_bulta.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;
        margin-top: 40px;
    margin-left: 10px;
}
.arpostDatas .to-left:hover div{
    opacity: 1;
}
.arpostDatas .to-right div{
    display: block;
    width: 20px;
    height: 20px;
    opacity: 0.5;
    background: url("img/iepr_bulta.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;
        margin-top: 40px;
    margin-left: 10px;
}
.arpostDatas .to-right:hover div{
    opacity: 1;
}
.pricem{
    padding-bottom: 47px;
    display: block;
    color: #5F5F5F;
    font-weight: 600;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     .side-menu .chevron::before {
		 left: 1px;
	 }
	 .side-menu {
		 left: -1px;
	 }
}
@supports (-ms-accelerator:true) {
	 .side-menu .chevron::before {
		 left: 1px;
	 }
	 .side-menu {
		 left: -1px;
	 }
}
_:-ms-lang(x), _:-webkit-full-screen, .selector {
	 .side-menu .chevron::before {
		 left: 1px;
	 }
	 .side-menu {
		 left: -1px;
	 }
}
.blog-post ul {
	margin-left: 20px;
	margin-top: 20px;
}
.blog-post ul li {
	font-weight: 300;
    font-size: 14px;
    color: #848484;
    line-height: 20px;
	margin-bottom: 0px;
	list-style-type: circle
}
.blog-post strong {
	color: #848484;
}

.alignright {
float:right;
margin:0 0 20px 20px;
}

.divudivs {
position:absolute;
height:100%;
left:50%;
display:block;
}

.divudivs img {
height:100%;
position:relative;
width:auto;
left:-50%;
}
.daudz {
	display: inline-block;
	padding: 10px;
	height: 36px;
	box-sizing: border-box;
	vertical-align: middle;
	background: #fff;
	border: 1px solid #353B84;
	margin-left: 10px;
	color: #353B84;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}
.daudz:hover ,.daudz.active {
	border-color: #E8B875;
	color: #E8B875;
}
.select-wrap + .daudz {
	margin-left: 33px;
}
.white .lang {
	opacity: 1;
    right: 92px;
    top: 17px;
}

.aizvertlogu {
width:29px;
height:29px;
display:block;
background-image: url("img/closeg.png");
background-repeat: no-repeat;
background-position: center;
opacity: 0.45;
position: absolute;
right: 20px;
top: 45px;
cursor:pointer;
}

.aizvertlogu:hover {
    opacity: 1;
}
.partneri {
    text-align:center; 
    padding-bottom:40px;
}
.partneri img {
    margin: 20px;
}
.pievienojiesibio {
    display: block;
    margin:0 auto;
    width: 150px;
    height: 40px;
    text-align: center;
    background: #353b84;
    line-height: 40px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 70px;
}
.landingpage{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100000;
    /*background-color: #000;*/
	background: #fff;
    display: block;
}
.dp_land{
    display: inline-block;
    background-size: cover;
    width: 50%;
    height: 100%;
    position: absolute;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -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;
    overflow: hidden;
}
.dpm_land{
    display: inline-block;
    background-size: cover;
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -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;
    overflow: hidden;
}
.dp_land .landlogo{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -132px;
    margin-left: -77px;
    transition: all 0.3s ease-in-out;
    -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;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.dpm_land .landlogo{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top:  -133px;
    margin-left: -73px;
    transition: all 0.3s ease-in-out;
    -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;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.landbg{
    min-width: 104%;
    min-height: 104%;
    max-width: 50%;
    left: -2%;
    top: -2%;
    position: absolute;
     transition: all 0.3s ease-in-out;
    -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;
    opacity: 1;
}
.dpm_land:hover .landbg,
.dp_land:hover .landbg{
	opacity: .7;
}
/*.dp_land:hover .landbg{
    -webkit-filter: blur(5px);
    filter: blur(5px);
}
.dpm_land:hover .landbg{
    -webkit-filter: blur(5px);
    filter: blur(5px);
}
*/
.dp_land:hover .landlogo,
.dpm_land:hover .landlogo{
   -webkit-filter: brightness(100%) invert(0);
    filter: brightness(100%) invert(0);
}
.landingpage .inner.col2 {
	background: rgba(58,128,3,.7)
}
.landingpage .inner {
	height: 120px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	color: white;
	font-weight: 200;
	padding-left: 30px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	text-transform: uppercase;
	font-size: 36px;
    line-height: 40px;
    letter-spacing: 0.055em;
	background: rgba(1,29,120,.7);
}
.kont-footer {
	padding-left: 100px;
}













