
@font-face {
  font-family: 'HelveticaNeueLTPro-Th';
  src: url('../fonts/HelveticaNeueLTPro-Th.eot'); /* IE9 Compat Modes */
  src: url('../fonts/HelveticaNeueLTPro-Th.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/HelveticaNeueLTPro-Th.woff2') format('woff2'), /* Modern Browsers */
    url('../fonts/HelveticaNeueLTPro-Th.woff') format('woff'), /* Modern Browsers */
    url('../fonts/HelveticaNeueLTPro-Th.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/HelveticaNeueLTPro-Th.svg') format('svg'); /* Legacy iOS */  
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeueLTPro-Roman';
  src: url('../fonts/HelveticaNeueLTPro-Roman.eot'); /* IE9 Compat Modes */
  src: url('../fonts/HelveticaNeueLTPro-Roman.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/HelveticaNeueLTPro-Roman.woff2') format('woff2'), /* Modern Browsers */
    url('../fonts/HelveticaNeueLTPro-Roman.woff') format('woff'), /* Modern Browsers */
    url('../fonts/HelveticaNeueLTPro-Roman.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/HelveticaNeueLTPro-Roman.svg') format('svg'); /* Legacy iOS */  
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeueLTPro-Md';
  src: url('../fonts/HelveticaNeueLTPro-Md.eot'); /* IE9 Compat Modes */
  src: url('../fonts/HelveticaNeueLTPro-Md.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/HelveticaNeueLTPro-Md.woff2') format('woff2'), /* Modern Browsers */
    url('../fonts/HelveticaNeueLTPro-Md.woff') format('woff'), /* Modern Browsers */
    url('../fonts/HelveticaNeueLTPro-Md.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/HelveticaNeueLTPro-Md.svg') format('svg'); /* Legacy iOS */  
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeueLTPro-Bd';
  src: url('../fonts/HelveticaNeueLTPro-Bd.eot'); /* IE9 Compat Modes */
  src: url('../fonts/HelveticaNeueLTPro-Bd.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/HelveticaNeueLTPro-Bd.woff2') format('woff2'), /* Modern Browsers */
    url('../fonts/HelveticaNeueLTPro-Bd.woff') format('woff'), /* Modern Browsers */
    url('../fonts/HelveticaNeueLTPro-Bd.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/HelveticaNeueLTPro-Bd.svg') format('svg'); /* Legacy iOS */  
  font-weight: normal;
  font-style: normal;
}


@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot?3jhl9h');
	src:url('../fonts/icomoon.eot?3jhl9h#iefix') format('embedded-opentype'),
		url('../fonts/icomoon.ttf?3jhl9h') format('truetype'),
		url('../fonts/icomoon.woff?3jhl9h') format('woff'),
		url('../fonts/icomoon.svg?3jhl9h#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-left:before {
	content: "\e900";
}
.icon-right:before {
	content: "\e901";
}
.icon-up:before {
	content: "\e902";
}
.icon-down:before {
	content: "\e903";
}
.icon-close:before {
	content: "\e904";
}
.icon-sandwich:before {
	content: "\e905";
}
.icon-play:before {
	content: "\e906";
}
.icon-fb:before {
	content: "\e907";
}
.icon-dr:before {
	content: "\e908";
}
.icon-tw:before {
	content: "\e909";
}
.icon-phone:before {
	content: "\e90a";
}

.icon-insta:before {
	content: "\00a0";
	width: 24px;
	background-size: 40px 40px;
	display: inline-block;
	background: url('/images/icon-instagram.svg') no-repeat center center;
}

.icon-insta2:before {
	content: "\00a0";
	width: 24px;
	background-size: 40px 40px;
	display: inline-block;
	background: url('/images/icon-instagram-hover.svg') no-repeat center center;
}

.icon-insta:hover:before {
	background-size: 40px 40px;
	background: url('/images/icon-instagram-hover.svg') no-repeat center center;
}














/**
*		body
*/


body {
	background: #F2F2F2;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #4D4D4D;
	min-width: 320px;
}

body.lv, 
body.en {
	font-family: 'HelveticaNeueLTPro-Roman', Helvetica, Arial, sans-serif;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	text-decoration: none;
}

figure {
	margin: 0;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

input[type=number] {
	-moz-appearance: textfield;
}


form label.error {
	position: absolute;
	font-size: 12px;
	top: -18px;
	left: 0;
	color: red;
}

form input.error,
form textarea.error {
	border: 1px solid red !important;
}

.caption {
	position: relative;
}

.caption h1.title {
	font-size: 36px;
	font-weight: normal;
	padding: 0 0 10px 0;
	margin: 0 0 40px 0;
}

body.lv .caption h1.title,
body.en .caption h1.title {
	font-family: 'HelveticaNeueLTPro-Md' ;	
}


.caption h2.title {
	font-size: 32px;
	font-weight: normal;
	padding: 0 0 10px 0;
	margin: 0 0 40px 0;	
}

body.lv .caption h2.title,
body.en .caption h2.title {
	font-family: 'HelveticaNeueLTPro-Th';
}

.caption .line {
	position: absolute;
	bottom: 0;
	border-bottom: 3px solid #FFDC00;
	width: 80px;
}

.btn-more {
	position: relative;
	display: inline-block;
	color: #4D4D4D;
	font-family: Arial;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	padding: 0 40px 0 30px;
	border-radius: 20px;
	border: 1px solid #FFDC00;
	background: transparent;
	transition: background 0.2s ease 0s;	
}

.btn-more .icon-right {
	position: absolute;
	top: 0;
	right: 15px;
	height: 100%;
	line-height: 40px;
}

.btn-more:hover {
	background: #FFDC00;
}




.btn-more-dark {
	position: relative;
	display: inline-block;
	color: #4D4D4D;
	font-family: Arial;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	padding: 0 40px 0 30px;
	border-radius: 20px;
	border: 1px solid #4D4D4D;
	background: transparent;
	transition: background 0.2s ease 0s;	
}

.btn-more-dark .icon-right {
	position: absolute;
	top: 0;
	right: 15px;
	height: 100%;
	line-height: 40px;
}

.btn-more-dark:hover {
	background: #4D4D4D;
	color: #FFDC00;
}


.btn-ziedot {
	position: relative;
	display: inline-block;
	color: #4D4D4D;
	font-family: Arial;
	font-size: 18px;
	text-transform: uppercase;
	height: 40px;
	line-height: 40px;
	padding: 0 40px;
	border: 0;
	border-radius: 22px;
	background: #FFDC00;
	box-shadow: 1px 1px 1px #C6C6C6;
	transition: background 0.2s ease 0s;
}

.btn-ziedot:hover {
	background: #E5007C;
	color: white;	
}


.btn-ziedot-small {
	position: relative;
	display: inline-block;
	color: #4D4D4D;
	font-family: Arial;
	font-size: 14px;
	text-transform: uppercase;
	height: 30px;
	line-height: 30px;
	padding: 0 40px;
	border: 0;
	border-radius: 22px;
	background: #FFDC00;
	box-shadow: 1px 1px 1px #C6C6C6;
	transition: background 0.2s ease 0s;
}

.btn-ziedot-small:hover {
	background: #E5007C;
	color: white;	
}

.btn-ziedot-disabled {
	position: relative;
	display: inline-block;
	color: #DEDEDE;
	font-family: Arial;
	font-size: 14px;
	text-transform: uppercase;
	height: 30px;
	line-height: 30px;
	padding: 0 40px;
	border: 0;
	border-radius: 22px;
	background: #F2F2F2;
	box-shadow: 1px 1px 1px #C6C6C6;
	transition: background 0.2s ease 0s;
}

.btn-ziedot-white {
	position: relative;
	display: inline-block;
	color: #4D4D4D;
	font-family: Arial;
	font-size: 18px;
	text-transform: uppercase;
	height: 40px;
	line-height: 40px;
	padding: 0 40px;
	border-radius: 22px;
	background: white;
	box-shadow: 1px 1px 1px #E2BD05;
	transition: background 0.2s ease 0s;
}

.btn-ziedot-white:hover {
	background: #E5007C;
	color: white;	
}


.btn-lasit-simple {
	position: relative;
	display: inline-block;
	height: 22px;
	line-height: 22px;
	color: #4D4D4D;
	font-size: 12px;
}

.btn-lasit-simple span {
	display: inline-block;
	left: 40px;
	height: 22px;
	line-height: 20px;
	width: 22px;	
	font-size: 16px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #4D4D4D;
	margin-right: 10px;
	vertical-align: middle;
}

.btn-lasit-simple:hover {
	text-decoration: underline;
}

.btn-lasit-simple:hover span {
	background: #4D4D4D;
	color: #FFDC00;
}





/** select */

.ui-selectmenu-button {
	position: relative;
	display: block;
	width: 100%; /* !important */
	height: 60px;
	line-height: 60px;
	border: 0;
	color: #7F7F7F;
	font-size: 18px;
	background: white;
	box-shadow: 1px 1px 0 #C6C6C6;
}

.ui-selectmenu-button span.ui-icon {
    right: 0;
    left: auto;
    position: absolute;
    top: 0;
    width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 24px;
	display: block;
	overflow: hidden;
}

.ui-selectmenu-button span.ui-selectmenu-text {
    text-align: left;
    padding: 0 2em 0 1em;
    display: block;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    /* white-space: nowrap; */
}


.ui-selectmenu-menu {
    padding: 0px;
    margin: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}

.ui-selectmenu-open {
    display: block;
}

.ui-front {
    z-index: 100;
}

.ui-menu {
    list-style: outside none none;
    padding: 0px;
    margin: 0px;
    display: block;
    outline: medium none;
    background: white;
    border: 1px solid #ebebeb;
    border-top: none;
    max-width: 100%;
}

.ui-menu .ui-selectmenu-optgroup {
	padding: .5em 2em .5em 1em;
	background: #E6E6E6;
	color: #808080;
	font-size: 18px;
}

body.lv .ui-menu .ui-selectmenu-optgroup,
body.en .ui-menu .ui-selectmenu-optgroup {
	font-family: 'HelveticaNeueLTPro-Th';
}

.ui-menu .ui-menu-item {
    position: relative;
    margin: 0px;
    padding: 1em 2em 1em 2em;
    cursor: pointer;
    min-height: 0px;
    font-size: 14px;
    border-bottom: 1px solid #E6E6E6;
}

.ui-state-disabled {
	color: #7F7F7F;
	display: none;
}

.ui-menu .ui-state-focus {
	background: #F7F7F7;
}

.ui-state-focus {
	color: #333333;
	border-color: #333333;
}







/**
*		remodal
*/

.remodal {
	max-width: 600px;
	padding: 0 !important;
	text-align: left;
}

.remodal .header {
	position: relative;
	padding: 15px 30px;
	font-weight: bold;	
}

.remodal .header .line {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	height: 100%;
	width: 10px;
	background: #FFDC00;
}

.remodal .header .close {
	position: absolute;
	color: black;
	top: 5px;
	right: 5px;
	width: 30px;
	font-size: 22px;
	text-align: center;
}

.remodal .content {
	padding: 30px;	
}

.remodal .content .payments { }

.remodal .content .payments .left {
	width: 48%;
	float: left;
}

.remodal .content .payments .right {
	width: 48%;
	float: right;
}

.remodal .content .footnote {
	clear: both;
	font-size: 14px;
}

.remodal .footer {
	width: 100%;
	padding: 0 30px 30px 30px;	
}

.remodal .footer div.left {
	float: left;
	width: 50%;
	font-size: 14px;
}
	
.remodal .footer div.right {
	float: right;
}

.remodal .footer:after {
	content: "";
	clear: both;
	display: block;
}


/**		checkbox 	*/

.remodal .check {
	position: relative;
	margin-bottom: 20px;
}

.remodal .check label {
	display: block;
	height: 50px;
	line-height: 50px;
	width: 100%;
	padding: 0 0 0 50px;
}

.remodal .check input[type=radio] {
	display: none;
}

.remodal .check input[type=radio] + label {    
    background-color: transparent;
    background-image: url(../images/radio-default.svg);
    background-repeat: no-repeat;
    background-position: 10px 50%;
    border: 1px solid #E6E6E6;
}

.remodal .check input[type=radio]:checked + label {    
    background: transparent url(../images/radio-checked.svg) no-repeat 10px 50%;
    border: 1px solid #FFDC00;
}








/**
*		header
*/


header {
	position: relative;
	background: #F2F2F2;
	z-index: 50;
}

header .inner {
	position: relative;
	width: 1200px;
	height: 160px;
	margin: 0 auto;
}

header .logo {
	position: absolute;
	left: 0;
	top: 30px;
}

header .logo img {
	display: block;	
}

header nav.top {
	position: absolute;
	top: 20px;
	right: 0;
}

header nav.main {
	position: absolute;
	bottom: 45px;
	right: 0;
}

header nav.main .btn-mobile {
	position: relative;
	display: none;
	width: 90px;
	height: 90px;
	background: #FFDC00;	
}

header nav.main .btn-mobile span {
	display: block;
	width: 90px;
	height: 90px;
	line-height: 90px;
	font-size: 32px;
	text-align: center;
	color: #4D4D4D;	
}

header nav.main .btn-mobile .icon-sandwich { display: block; }
header nav.main .btn-mobile .icon-close { display: none; }
header nav.active .btn-mobile .icon-sandwich { display: none; }
header nav.active .btn-mobile .icon-close { display: block; }

header nav.top ul,
header nav.main ul {
	list-style: none;
	margin: 0;
	padding: 0;	
}

header nav.top ul li,
header nav.main ul li {
	float: left;	
}

header nav.top ul li a,
header nav.main ul li a {
	display: block;	
}

header nav.top ul.social {
	float: left;
	margin-right: 30px;
}

header nav.top ul.social li {
	margin-left: .75em;
}

header nav.top ul.social li a {
	font-size: 24px;
	color: #B3B3B3;	
}

header nav.top ul.social li a:hover {
	color: #4D4D4D;	
}
	
header nav.top ul.lang {
	float: left;
}

header nav.top ul.lang li {
	margin-left: .5em;
}

header nav.top ul.lang li a {
	padding: .25em;
	color: #B3B3B3;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 3px solid transparent;
}

body.lv header nav.top ul.lang li a,
body.en header nav.top ul.lang li a {
	font-family: 'HelveticaNeueLTPro-Roman';
}

header nav.top ul.lang li a:hover {
	color: #4D4D4D;
}
	
header nav.top ul.lang li.active a {
	color: #4D4D4D;
	border-bottom: 3px solid #FFDC00;	
}



header nav.main > ul > li {
	position: relative;
	margin-left: 35px;
}

header nav.main > ul > li > a {
	position: relative;
	padding: .25em 0;
	color: #4D4D4D;
	font-size: 16px;
	border-bottom: 3px solid transparent;
}

body.lv header nav.main > ul > li > a,
body.en header nav.main > ul > li > a {
	font-family: 'HelveticaNeueLTPro-Roman';
}

header nav.main > ul > li > a:hover,
header nav.main > ul > li.active > a {
	border-bottom: 3px solid #FFDC00;	
}

header nav.main span.caret {
	display: inline-block;
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

header nav.main ul.sub {
	position: absolute;
	background: white;
	padding: 50px;
	display: none;
}

header nav.main ul.sub li {
	float: none;
	margin: 0 0 30px 0;
}

header nav.main ul.sub li:last-child {
	margin: 0;
}
	
header nav.main ul.sub li a {
	text-align: center;
	white-space: nowrap;
	font-size: 14px;
	color: #4D4D4D;
}

body.lv header nav.main ul.sub li a,
body.en header nav.main ul.sub li a {
	font-family: 'HelveticaNeueLTPro-Roman';	
}

header nav.main ul.sub li a:hover {
	text-decoration: underline;
}

header nav.main ul.sub li.active a {
	font-weight: bold;
}







/**
*	hightslider
*/

.lSAction > a {
	background: none;
	top: 0;
	margin: 0;
	opacity: 1;
	height: 424px;
	line-height: 424px;
}

.lSAction > .lSNext {}

.lSAction > .lSPrev {}

.lSAction > a span {
	color: #FFDC00;
	font-size: 32px;
}

.lSAction > a:hover span {
	color: #D4145A;
}

.promo {
	background: #F7F7F7;
}

.promo .inner {
	position: relative;
	max-width: 1366px;
	height: 590px;
	margin: 0 auto;	
}

.promo .lightslider {
	height: 424px;
}

.promo .lightslider .article {
	display: block;
	background: #D4ECFC;
	width: 100%;
	height: 424px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.promo .navigator {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.promo .navigator .wrap {
	position: relative;
	width: 896px;
	margin: 0 auto;
}

.promo .navigator .details {
	position: relative;
	width: 100%;	
}

.promo .navigator .details .item {
	position: absolute;	
	display: none;
	bottom: 0;
	background: #FFDC00;
	min-height: 185px;
	padding: 40px 240px 60px 40px;
	width: 100%;
}

.promo .navigator .details .active {
	display: block;
}
	
.promo .navigator .details .btn-lasit-simple {
	position: absolute;
	bottom: 20px;
	left: 40px;
}

.promo .navigator .details .btn-ziedot-white {
	position: absolute;
	right: 40px;
	bottom: 50%;
	margin-bottom: -22px;
}
	
.promo .navigator .details p {
	font-size: 32px;
	color: #4D4D4D;
	margin: 0;
}

body.lv .promo .navigator .details p,
body.en .promo .navigator .details p {
	font-family: 'HelveticaNeueLTPro-Th';
}
	
.promo .navigator nav.tabs {
	display: table;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;	
}
	
.promo .navigator nav.tabs .tab {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	height: 70px;
	background: white;
	color: #999999;
	font-size: 14px;
	padding: 0 35px 0 35px;
	border-right: 1px solid #F2F2F2;	
}

body.lv .promo .navigator nav.tabs .tab,
body.en .promo .navigator nav.tabs .tab {
	font-family: 'HelveticaNeueLTPro-Th';
}

.promo .navigator nav.tabs a.tab {
	width: auto;
}

.promo .navigator nav.tabs .tab:last-child {
	border: 0;	
}
	
.promo .navigator nav.tabs a.active {
	background: #F2F2F2;
	color: #4D4D4D;
}

.promo .navigator nav.tabs span.tab {
	width: 130px;
	padding: 0;
}

.promo .navigator nav.tabs span.tab a {
	position: relative;
	display: inline-block;
	float: left;
	width: 65px;
	height: 70px;
	line-height: 75px;
	color: #808080;
	font-size: 22px;
	text-align: center;
}

.promo .navigator nav.tabs span.tab a:hover {
	background: #F2F2F2;
}

.promo .navigator a.active .triangle {
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -5px;
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #F2F2F2;
}
	
.promo .navigator .circle {
	position: absolute;
	left: 10px;
	top: 35px;
	margin-top: -7px;
	display: inline-block;
	border-radius: 50%;
	height: 15px;
	width: 15px;
	background: #F2F2F2;
}

.promo .navigator a:hover .circle,
.promo .navigator a.active .circle {
	background: #FFDC00;
}

.promo .description {
	width: 1200px;
	margin: 0 auto;
	padding: 90px 0 60px 0;
	text-align: center;
}

.promo .description .title {
	display: inline-block;
	font-size: 60px;
	font-weight: normal;
	margin: 0 0 40px 0;	
	border-bottom: 3px solid #FFDC00;
}

body.lv .promo .description .title,
body.en .promo .description .title {
	font-family: 'HelveticaNeueLTPro-Th';
}

.promo .description p {
	width: 760px;
	margin: 0 auto;
	font-size: 21px;
	line-height: 24px;
	margin-bottom: 40px;
}

body.lv .promo .description p,
body.en .promo .description p {
	font-family: 'HelveticaNeueLTPro-Md';
}

.promo .description .actions a {
	margin: 0 1em;
}







/**
*		summary
*/

div.summary {
	background: #F2F2F2;
}

div.summary .inner {
	width: 1200px;
	margin: 0 auto;
}

div.summary .left {
	width: 50%;
	float: left;
	padding: 60px 40px 60px 0;
}

div.summary .right {
	width: 50%;
	float: right;
	padding: 60px 0 60px 40px;
}

div.summary:after {
	display: block;
	content: "";
	clear: both;
}









/**
*		logos
*/

div.logos {
	background: white;
}

div.logos .inner {
	width: 1200px;
	margin: 0 auto;
	padding: 30px 0;
}

div.logos .inner:after {
	content: "";
	display: block;
	clear: both;
}
	
div.logos .left {
	width: 50%;
	float: left;
	padding-right: 20px;
}

div.logos .left .logo {
	float: right;	
}

div.logos .right {
	width: 50%;
	float: right;
	padding-left: 20px;
}

div.logos .right .logo {
	float: left;	
}

div.logos .logo {
	display: table;
	margin: 10px 0;
}

div.logos .logo:after {
	content: "";
	display: block;
	clear: both;
}

div.logos .logo .description {
	display: table-cell;
	white-space: nowrap;
}
	
div.logos .logo .label {
	font-size: 18px;
}

div.logos .logo .label span {
	display: inline;
	vertical-align: middle;	
}

div.logos .logo a {
	color: #29ABE2;
	font-size: 12px;
}

div.logos .logo .image {
	display: table-cell;	
}

div.logos .logo img {
	display: inline-block;
	vertical-align: middle;	
}	





/**
*		content
*/

div.contents {
	background: #F2F2F2;
}

div.contents:after {
	content: "";
	display: block;
	clear: both;
}

div.contents .inner {
	width: 1200px;
	min-height: 500px;
	margin: 0 auto;
	padding: 0 0 30px 0;
	padding-left: 310px;
}

div.contents .inner:after {
	content: "";
	display: block;
	clear: both;
}

div.contents aside.side {
	width: 250px;
	float: left;
	background: white;
	margin-left: -310px;
	padding: 40px;
}

div.contents aside.side ul {
	list-style: none;
	margin: 0;
	padding: 0;	
}

div.contents aside.side ul a {
	display: inline-block;
	color: #999999;
	font-size: 12px;
	font-weight: bold;
	margin: 15px 0;
	border-bottom: 2px solid white;
}

body.en div.contents aside.side ul a,
body.lv div.contents aside.side ul a {
	font-family: 'HelveticaNeueLTPro-Bd';
	font-weight: normal;
}

div.contents aside.side ul a:hover {
	border-bottom: 2px solid #FFDC00;
}

div.contents aside.side ul li.active a {
	color: #4D4D4D;
}


div.contents article.content {
	float: left;
	width: 100%;
}



nav.locator {
	height: 30px;
}

nav.locator ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

nav.locator ul li {
	float: left;
	font-size: 14px;
	color: #B3B3B3;	
	padding-right: 10px;
}

nav.locator ul li:after {
	display: block;
	clear: both;
	content: "";	
}

nav.locator ul li a {
	color: #B3B3B3;
	padding-right: 10px;	
}
	
nav.locator ul li:last-child a {
	color: #4D4D4D;
}
	
nav.locator:after {
	content: "";
	display: block;
	clear: both;
}


/**
*	kontakti
*/

div.kontakti {
	background: #F2F2F2;
}


div.kontakti .inner {
	width: 1200px;
	margin: 0 auto;
	padding: 0 0 30px 0;
}



/**
*	content-texis
*/

.content-texis .intro {
	margin: 20px 0 40px 0;
	padding: 0 210px 0 0px;
}

.content-texis .intro:after {
	content: "";
	display: block;
	clear: both;
}

.content-texis .intro figure {
	width: 680px;
	float: left;	
}

.content-texis .intro figcaption {
	font-size: 14px;
	color: #808080;
}
	
.content-texis .intro figure img {
	width: 100%;	
}
	
.content-texis .intro div.share {
	width: 170px;
	margin-right: -210px;
	line-height: 1;
	float: right;
}

.content-texis .intro div.share div {
	padding: 0 0 10px 0;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.content-texis .intro div.share a {
	display: inline-block;
	border: 1px solid #808080;
	border-radius: 50%;
	color: #808080;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;	
	text-decoration: none;
	margin-right: .5em;	
}

.content-texis .intro div.share a span {
	display: block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-indent: -3px;
}

.content-texis .intro div.share a:hover {
	border-color: black;
	color: black;
}



.texis {
	margin: 20px 0 60px 0;
	padding: 0 210px 0 0px;
	line-height: 1.85em;	
}

.content-texis .texis div.share {
	width: 137px;
	margin-right: -177px;
	line-height: 1;
	float: right;
}

.content-texis .texis div.share div {
	padding: 0 0 10px 0;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.content-texis .texis div.share a {
	display: inline-block;
	border: 1px solid #808080;
	border-radius: 50%;
	color: #808080;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;	
	text-decoration: none;
	margin-right: .5em;
}

.content-texis .texis div.share a span {
	display: block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-indent: -3px;
}

.content-texis .texis div.share a:hover {
	border-color: black;
	color: black;
}



.content-texis .caption h1.title {
	margin: 0;
}

.content-texis h2 {
	font-size: 24px;
	margin: 40px 0 20px 0;
}

body.lv .texis h2,
body.en .texis h2 {
	font-family: 'HelveticaNeueLTPro-Md';
	font-weight: normal;
}

.texis h3 {
	font-size: 18px;
	margin: 0 0 40px 0;
	text-transform: uppercase;
}

body.lv .texis h3,
body.en .texis h3 {
	font-family: 'HelveticaNeueLTPro-Md';
	font-weight: normal;
}

.texis h4 {
	font-size: 16px;
	margin: 0 0 40px 0;
	text-transform: uppercase;
}


.content-texis .texis h2, .content-texis .texis h3, .content-texis .texis h4 {
	margin: 1.5em 0 0.5em 0;
}

body.lv .texis h4,
body.en .texis h4 {
	font-family: 'HelveticaNeueLTPro-Md';
	font-weight: normal;
}


.texis a,
.box-ziedot a {
	color: #29abe2;
}

.texis a:focus,
.box-ziedot a:focus  {
	text-decoration: underline;
}

.texis a:visited {
	color: #662d91;
}

.texis p,
.box-ziedot p {
	margin: 0 0 20px 0;
	font-size: 14px;
}

.texis p.short {
	font-size: 21px;
	line-height: 1.75em;	
}

body.lv .texis p.short,
body.en .texis p.short {
	font-family: 'HelveticaNeueLTPro-Th';
}

.texis blockquote {
	margin: 0 0 40px 0;
	padding: 50px 50px 50px 80px;
	background: white url(../images/blockquote.png) 0 0 no-repeat;
}

.texis blockquote p {
	margin: 0;
	font-size: 1.3125em;
}

.texis ol {
	margin: 0 0 20px 0;
	padding: 0 1em;
	font-size: 0.875em;
}

.texis ul {
    list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 0.875em;
}

.texis ul li { 
	position: relative;
    padding-left: 20px; 
}

.texis ul li:before {
    position: absolute;
    left: 0;
    content: "•";
	padding-right: .5em;
	font-size: 1em;
    color: #B3B3B3;
}

.texis .actions {
	padding: 0 40px 0 30px;
}




/**
*	news
*/



section.news-fp {}

section.news-fp .item {
	position: relative;
	min-height: 170px;
	padding-left: 286px;
	margin-bottom: 40px;
}

section.news-fp .item figure {
	position: absolute;	
	top: 0;
	left: 0;
	width: 256px;
	height: 170px;	
	overflow: hidden;
}

section.news-fp .item figure img {
	display: block;
	position: absolute;	
	width: 100%;
	height: auto;
}

section.news-fp .item time {
	display: block;
	color: #B3B3B3;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

section.news-fp .item .title {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
}

body.en section.news-fp .item .title,
body.lv section.news-fp .item .title {
	font-family: 'HelveticaNeueLTPro-Md';
	font-weight: normal;
}

section.news-fp .item .title a {
	color: #4D4D4D;
	border-bottom: 2px solid none;
}

section.news-fp .item .title a:hover {
	border-bottom: 2px solid #FFDC00;
}

section.news-index {}

section.news-index .item {
	position: relative;
	min-height: 200px;
	padding-left: 340px;
	margin-bottom: 40px;
}

section.news-index .item figure {
	position: absolute;	
	top: 0;
	left: 0;
	width: 300px;
	height: 200px;	
	overflow: hidden;
}

section.news-index .item figure img {
	width: 100%;
	height: auto;
}

section.news-index .item time {
	display: block;
	color: #B3B3B3;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

section.news-index .item .title {
	font-size: 24px;
	font-weight: normal;
	margin: 0;
}

section.news-index .item .title a {
	color: #4D4D4D;	
}

.content-news time {
	display: block;
	color: #808080;
	font-size: 14px;
	padding: .5em 0;
	text-transform: uppercase;
}






section.kontakti-index {}

section.kontakti-index:after {
	content: "";
	display: block;
	clear: both;
}

section.kontakti-index .item {
	position: relative;
	float: left;
	width: 570px;
}

section.kontakti-index .item:nth-child(2n) {
	float: right;
}

section.kontakti-index .person {
	min-height: 200px;
	padding-left: 230px;
	margin-bottom: 60px;
}
	
section.kontakti-index .item figure {
	position: absolute;	
	top: 0;
	left: 0;
	width: 200px;
	height: 200px;	
	overflow: hidden;
}

section.kontakti-index .item figure img {
	display: block;
	position: absolute;	
	width: 100%;
	height: auto;
}

section.kontakti-index .details .title {
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	text-transform: uppercase;
}

body.lv section.kontakti-index .details .title,
body.en section.kontakti-index .details .title {
	font-family: 'HelveticaNeueLTPro-Md';
}

section.kontakti-index .details .short {
	font-size: 14px;
}
	
section.kontakti-index .details .more {
	padding-top: 20px;
	font-size: 14px;
}

section.kontakti-index .box {
	background: white;
	padding: 40px;
}

section.kontakti-index .box .row {
	padding-bottom: 20px;
}

section.kontakti-index .box .title {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

section.kontakti-index .box .phone {
	font-size: 18px;
	font-weight: bold;
}

section.kontakti-index .box .icon-phone {
	display: inline-block;
	vertical-align: middle;
	font-size: 32px;
	margin-top: -5px;
}

section.kontakti-index .box .share {
	padding-bottom: 0;	
}

section.kontakti-index .box .share a {
	display: inline-block;
	color: #4D4D4D;
	font-size: 26px;
	margin-right: 10px;
	text-decoration: none;
}

section.kontakti-index form .row {
	position: relative;
	padding-bottom: 20px;
}

section.kontakti-index form input {
	background: white;
	border: 0;
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 0 1em;
	font-size: 14px;
	font-family: arial;
}

section.kontakti-index form textarea {
	background: white;
	border: 0;
	width: 100%;	
	height: 200px;
	padding: 1em;
	font-size: 14px;
	font-family: arial;
}

section.kontakti-index form .submit {
	text-align: right;
}






/**
*	stories
*/

section.stories-fp {}

section.stories-fp .story {
	position: relative;
	padding-top: 313px;	
}

section.stories-fp .story figure {
	position: absolute;
	top: 0;
	left: 0;
	width: 560px;
	height: 374px;
	overflow: hidden;
}

section.stories-fp .story figure img {
	display: block;
	width: 100%;
	position: absolute;	
}

section.stories-fp .story article {
	position: relative;
	width: 500px;
	background: #FFDC00;
	padding: 40px;
}

section.stories-fp .story article .title {
	margin: 0;
	padding: 0;
}

section.stories-fp .story article .title a {
	color: #4D4D4D;
	font-weight: bold;
	font-size: 24px;
	border-bottom: 2px solid none;		
}

body.en section.news-fp .item .title,
body.lv section.news-fp .item .title {
	font-family: 'HelveticaNeueLTPro-Md';
	font-weight: normal;
}

section.stories-fp .story article .title a:hover {
	border-bottom: 2px solid #4D4D4D;
}
	
section.stories-fp .story article p {
	margin: 10px 0;
}

section.stories-fp .actions {
	padding-top: 50px;
}




div.stasts-items {
	margin: 0 -30px;
}

div.stasts-items .item {
	float: left;
	width: 414px;
	margin: 0 30px 60px 30px;
	background: white;
}

div.stasts-items .item:nth-child(2n) {
	margin-right: 0;
}
	
div.stasts-items .item img {
	width: 100%;	
}

div.stasts-items .item .details {
	padding: 25px;
}

div.stasts-items .item .title {
	display: inline-block;
	color: #4D4D4D;
	font-size: 21px;
	margin-bottom: 20px;
	border-bottom: 2px solid white;
}

body.en div.stasts-items .item .title,
body.lv div.stasts-items .item .title {
	font-family: 'HelveticaNeueLTPro-Md';
	font-weight: normal;
}

div.stasts-items .item .title:hover {
	border-bottom: 2px solid #FFDC00;
}

div.stasts-items .item .short {
	font-size: 14px;
}

body.en div.stasts-items .item .short ,
body.lv div.stasts-items .item .short  {
	font-family: 'HelveticaNeueLTPro-Md';
	font-weight: normal;
}

div.stasts-items .item .btn-lasit-simple {
	display: block;
	margin-top: 20px;
}











/**
*	ziedot
*/

div.ziedot-items { }

div.ziedot-items .item {
	position: relative;
	float: left;
	width: 256px;
	margin: 0 60px 60px 0;
	padding-bottom: 80px;
	background: white;
}

div.ziedot-items .item:nth-child(3n) {
	margin-right: 0;
}

div.ziedot-items .item figure {
	position: relative;
}
	
div.ziedot-items .item figure .finished {
	position: absolute;
	display: inline-block;
	padding:  .5em;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	top: 0;
	left: 0;
	background: #FFDC00;
	color: #4D4D4D;	
}
	
div.ziedot-items .item figure img {
	width: 100%;
	vertical-align: middle;	
}

div.ziedot-items .item .details {
	padding: 25px;
	padding-bottom: 0;
}

div.ziedot-items .item .title {
	display: block;
	color: #4D4D4D;
}

div.ziedot-items .item .btn-lasit-simple {
	z-index: 5;
	display: block;
	margin-top: 20px;
}

div.ziedot-items .item .title:hover {
	color: #D4145A;	
}

div.ziedot-items .item .title:hover .btn-lasit-simple {
	text-decoration: underline;
}

div.ziedot-items .item .title:hover .btn-lasit-simple span {
	background: #4D4D4D;
	color: #FFDC00;
}

div.ziedot-items .item .actions {
	position: absolute;
	bottom: 25px;
	left: 25px;
}


/* content-ziedot	*/

.content-ziedot .row {
	position: relative;
	margin: 40px 0;	
}

.content-ziedot .row select {
	max-width: 100%;
}

.content-ziedot .title {
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 20px 0;
}

.content-ziedot .block {
	margin: 0 0 40px 0;	
	color: #666666;
}

.content-ziedot .block-title {
	margin: 0 0 10px 0;
	font-weight: bold;	
}


.content-ziedot .texis {
	margin: 60px 0;
	padding: 0 177px 0 30px;
}





.content-ziedot .box {
	position: relative;
	background: white;
	padding-left: 440px;
	margin: 20px 0 0 0;
}

.content-ziedot .box:after {
	content: "";
	display: block;
	clear: both;
}
	
.content-ziedot .box figure {
	position: relative;
	margin-left: -440px;
	float: left;
	width: 440px;	
}

.content-ziedot .box figure .finished {
	position: absolute;
	display: inline-block;
	padding:  .5em;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	top: 0;
	left: 0;
	background: #FFDC00;
	color: #4D4D4D;	
}

.content-ziedot .box figure img {
	width: 100%;
	height: auto;
	vertical-align: top;	
}

.content-ziedot .box .details {
	padding: 40px;
	padding-bottom: 100px;	
}

.content-ziedot .box .details .short {
	font-size: 16px;
	padding: 0;
	margin: 0;
}

.content-ziedot .box .details span.data {
	white-space: nowrap;	
}

.content-ziedot .box .details span {
	font-size: 0.875em;
}

.content-ziedot .box .required {
	padding: 0 0 1em 0;
}

.content-ziedot .box .required span.data {
	font-size: 1.3125em;
	font-weight: bold;
}

.content-ziedot .box .collected {
	padding: 0 0 1em 0;
}

.content-ziedot .box .collected span.data {
	font-size: 1em;
	font-weight: bold;
}

.content-ziedot .box .details .btn {
	position: absolute;
	bottom: 40px;	
}



.box-ziedot {
	position: relative;
	padding: 0 340px 0 40px;
	background: #F7F7F7;
	border: 1px solid #E6E6E6;
	margin-bottom: 50px;
}

.box-ziedot .ui-selectmenu-button {
	border-right: 3px solid #FFDC00;	
}

.box-ziedot .sums:after {
	display: block;
	content: "";
	clear: both;
}

.box-ziedot .sum {
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 20px;
	background: #F2F2F2;
	min-width: 80px;
	height: 80px;
	line-height: 80px;
	font-size: 32px;
	text-align: center;
	border-radius: 5px;
	box-shadow: 1px 1px 0 #C6C6C6;
	cursor: pointer;
}

.box-ziedot .active {
	/* box-shadow: -1px -1px 0 #C6C6C6; */
	background: #FFDC00;
}

.box-ziedot span.line {
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	bottom: -10px;
	border-bottom: 3px solid #FFDC00;
}

.box-ziedot .sum:hover span.line {
	display: block;	
}

.box-ziedot .sum span.units {
	font-size: 21px;
}

.box-ziedot .sum-other {	
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 10px;	
	position: relative;
	height: 80px;
	background: none;
}
	
.box-ziedot .sum-other .label {
	display: block;
	font-size: 14px;
	line-height: 30px;
	color: #666666;
}

.box-ziedot .sum-other input {
	position: absolute;
	bottom: 0;
	font-size: 24px;
	color: #CCCCCC;
	width: 110px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border: 2px solid #B3B3B3;
	background: white;
}

.box-ziedot .active input {
	border-color: #FFDC00;
}
	
.box-ziedot .btn-ziedot {
	position: absolute;
	right: 40px;
	bottom: 40px;
}

.box-ziedot .info {
	display: none;
	position: absolute;
	right: 40px;
	bottom: 100px;
	padding: .5em 1em;
	color: #C1272D;
	background: #f3e1e2;
}

.box-ziedot input[type="radio"] {
	display: none;	
}


.box-ziedot-small {
	position: relative;
	float: left;
	width: 420px;
	padding: 0 40px;
	background: #F7F7F7;
	border: 1px solid #E6E6E6;
	margin-bottom: 50px;
	min-height: 200px;	
}

.box-ziedot-small:nth-child(2n) {
	float: right;	
}

.content-ziedot .items:after {
	display: block;
	content: "";
	clear: both;
}

.content-ziedot .phone {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

.content-ziedot .phone .icon-phone {
	display: inline-block;
	vertical-align: middle;
	font-size: 32px;
	margin-top: -5px;
}

.content-ziedot .footnote {
	font-size: 14px;
}






/**
*		gallery
*/

.gallery {
	padding: 20px 0 0 0;
	margin-right: -1%;
}

.gallery:after {
	content: "";
	display: block;
	clear: both;
}
	
.gallery a {
	position: relative;
	display: block;
	float: left;
	width: 24%;
	padding-bottom: 16.66%;
	margin: 0 1% 1% 0;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;	
}

.gallery a span {
	position: absolute;
	padding: .25em .5em;
	background: white;
	opacity: .75;
	bottom: 0;
	right: 0;
	font-size: 10px;
	color: black;
}









/**
*		footer
*/

footer {
	background: #FFDC00;
}

footer .inner {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	min-height: 276px;
	padding: 50px 0 50px 85px;
}

footer .logo {
	position: absolute;
	top: 35px;
	left: 0;
}

footer .contacts {
	position: relative;
	width: 100%;
	font-size: 12px;
	color: #4D4D4D;
	line-height: 2em;
}

body.lv footer .contacts,
body.en footer .contacts {
	font-family: 'HelveticaNeueLTPro-Roman';
}

footer .contacts .addr {
	margin-bottom: 20px;
}

footer .contacts .label {
	font-weight: bold;
}

footer .contacts .title {
	font-weight: bold;
	text-transform: uppercase;	
}

footer .phone {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

footer .phone .icon-phone {
	display: inline-block;
	vertical-align: middle;
	font-size: 32px;
	margin-top: -5px;
}

footer ul.social {
	position: absolute;
	top: 0;
	right: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}

footer ul.social li {
	float: left;
	margin-left: 0.75em;	
}

footer ul.social:after {
	display: block;
	clear: both;
	content: "";
}
	
footer ul.social li.label {
	font-weight: normal;
	padding-right: .5em;
}

footer ul.social li a {
	font-size: 24px;
	color: #4D4D4D;
}
	
footer .kosmo {
	position: absolute;
	bottom: 0;
	right: 0;
}


.content-ziedot .btn-more.tmp_bm {
	bottom: 0px !important;
	position: relative!important;
	/*right: 100px;*/
	padding-right: 30px;
	margin-left: auto;
	margin-top: 16px;
}

@media all and (min-width: 480px) {
	.content-ziedot .btn-more.tmp_bm {
		bottom: 30px !important;
		position: absolute!important;
		/*right: 100px;*/
		margin-top:0;
		margin-left: 160px;
		padding-right: 30px;
	}
}

@media all and (min-width: 1024px) {
	.content-ziedot .btn-more.tmp_bm {
		bottom: 40px !important;
	}
}


/* Responsive iframe */

.responsive-iframe {
	position: relative;
	overflow: hidden;
	padding-top: 56.25%;
	margin-bottom: 1em;
}

.responsive-iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}