@import url('https://fonts.googleapis.com/css2?family=Ancizar+Sans:ital,wght@0,100..1000;1,100..1000&display=swap');

html,* { box-sizing: border-box; }
*, *:before, *:after { box-sizing: inherit; }
* {padding: 0; margin: 0;}

.textbox:before,
.textbox:after,
.wrapper:before,
.wrapper:after,
.row:before,
.row:after  {
    content: " ";
    display: table;
}
.textbox:after,
.wrapper:after,
.row:after {
    clear: both;
}

::-webkit-input-placeholder {
  color: #aaa;
  opacity: 1;
}

::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}

input:-moz-placeholder {
  color: #aaa;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #aaa;
  opacity: 1;
}

p { margin-top:18px;}
h1, h2, h3, h4, h5, h6 {font-family: "Ancizar Sans", sans-serif; font-optical-sizing: auto; font-weight: 500; color: #1f1f1f; line-height: 1.4em;}
h1, h2 {font-weight: 800;}
ul li, ol li {margin: 6px 0;}
p, li, a {line-height:1.5em !important;}
input:focus, textarea:focus, select:focus {border-color:#ccc; outline-color:#ccc;}

body {
	color: #1f1f1f;
	background: #F2F2F2;
	font-size: 16px;
	font-family: "Ancizar Sans", sans-serif; font-optical-sizing: auto;
	-webkit-font-smoothing: antialiased;
	margin: 0;
}
a {
	color: inherit;
	text-decoration: none;
}
p {
	font-weight: 300;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
ul {
	padding: 0;
	text-align: left !important;
}
.textbox ul li,
.textbox ol li,
.textbox ul li *,
.textbox ol li * {
	text-align: left !important;
}
.clear {
	display: none;
}
.textbox ul,
.textbox ol {
	margin:10px 0 10px 16px;
}
.textbox.w_talign_center ul,
.textbox.w_talign_center ol {
	max-width: 370px;
	margin: 0 auto;
}
.textbox p {
	color: #878387;
}
.container {
	margin: 0 auto;
}
.header .container {
	padding: 0 30px;
}
.header:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: rgba(0,0,0,0.35);
    z-index: 1;
}
.header > .container,
.header > .wrapper {
	max-width: 1310px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 2;
}
.header > .wrapper {
	padding-top: 48px;
	z-index: 3;
}
.hide_logo .logo {
	display: none !important;
}
.content {
	padding: 120px 0 0;
	background: #f2f2f2;
}
.w_talign_left {
  text-align: left;
}
.w_talign_center {
  text-align: center;
}
.w_talign_right {
  text-align: right;
}
.ug-textpanel-description {
    display: none !important;
}
.content > .alert {
	margin-bottom: 100px;
	background: green;
	color: #fff;
	padding: 15px 30px;
	font-size: 20px;
	text-align: center;
	max-width: 1250px;
}
.header {
	max-width: 100%;
	min-height: 300px;
	background-size: cover;
	background-position: top right;
	position: relative;
	min-height: 300px;
	margin: 0 auto;
	z-index: 10;
	background-color: #061636;
	padding-bottom: 100px;
}
.homepage.header {
	padding-bottom: 30px;
}
.header > div {
	padding: 0;
	position: relative;
	z-index: 1;
}
.content > div {
	max-width: 1310px;
	padding: 0 30px;
	padding-bottom: 120px;
	margin-left: auto;
	margin-right: auto;
}

.content .row.gray {
	margin-top: 0;
	margin-bottom: 30px;
}
.gray-wrap {
	width: 100%;
	margin: 100px 0 0;
}
.homepage .row.gray {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-bottom: 75px;
}
.content .row.gray + .title {
	margin-top: 30px;
}
.content .title {
	margin-top: 0;
	margin-bottom: 20px;
	border: none;
	padding-bottom: 0;
	text-align: center;
}
.content .title-button-wrap {
	padding-top: 225px;
	padding-bottom: 225px;
	background: #061636 url('../img/tb-bg.jpg') center center no-repeat;
	background-size: cover;
	max-width: 100%;
	margin-bottom: 100px;
}
.content .title-button-wrap .title h2,
.content .title-button-wrap .title h3 {
	text-align: center;
}
.content .title-button-wrap .title h3 {
	color: rgba(255, 255, 255, 0.8)
}
.content .title + div + .row.buttonrow {
	max-width: 100%;
	background: #061636;
	padding-bottom: 70px;
	margin-bottom: 120px;
}
.content .title h3 {
	font-size: 17px;
	letter-spacing: 0.5px;
	max-width: 800px;
	margin: 12px auto 35px;
	color: rgba(28,24,28,0.80);
}
.content .title h2 {
	font-size: 33px;
	margin-top: -20px;
}

.content .title-button-wrap h2 {
	color: #fff;
	font-size: 33px;
}
.content .title + div + .row {
	margin-top: 20px;
}
.content .title + div + .row.buttonrow  {
	margin-top: -50px;
}
.content .likebox {
	margin: 35px auto;
}
.content .likebox li {
	display: inline-block;
	vertical-align: top;
	margin-right: 25px;
}
.content .clear{
	margin: 0;
}

.content .textbox .clear {
	margin-top: -30px;
}
.content .formular {
	margin-top: 30px;
}
.row.gray .span12 {
	width: 100%;
	padding: 0 25px;
	position: relative;
	max-width: 820px;
}
.row.gray .slider {
	width: calc(100%/12 *7);
	float: left;
}
.title.title_gall {
	margin-bottom: 0;
	padding: 120px 30px 80px;
}
.title.title_gall h2,
.title.title_gall h3 {
	color: #fff;
	text-align: center;
}
.title.title_gall h3 {
	font-weight: normal;
	margin: 12px auto 0px;
}
.title.title_gall + div + .gallery {
	margin-top: 0;
	margin-bottom: 120px;
}
.title.title_gall,
.title.title_gall + div + .gallery {
	max-width: 100%;
	background: #151319;
	text-align: center;
}
.title.title_gall + div + .gallery .span12 {
	width: 100%;
	max-width: 1250px;
	margin: 0 auto;
}

.gallery > .span12 > div {
	margin-right: auto;
	margin-left: auto;
}

h1 {
	width: 100%;
	color: #fff;
	font-size: 50px;
	margin-top: 65px;
}
h1 + p {
	font-size: 17px;
	font-weight: 400;
	margin-top: 18px;
	max-width: 675px;
	color: #fff;
}
.homepage h1 {
	margin: 0 auto;
}
.scroll-wrap {
	display: none;
	text-align: center;
}
.homepage .scroll-wrap {
	display: block;
}
.scroll-arrow {
	display: inline-block;
	margin-top: 50px;
	width: 54px;
	height: 70px;
	background: url('../img/sc-arrow.png') center center no-repeat;
	background-size: 54px auto;
	position: relative;
	top: 50px;
}
.textbox .has-image.span12 {
	margin: auto;
}
.span12 {
	width: 100%;
}
.span6 {
	width: calc((100% - 60px) / 2);
	float: left;
	margin-right: 60px;
}
.span4 {
	width: calc((100% - 120px) / 3);
	float: left;
	margin-right: 60px;
}

.span3 {
	width: calc((100% - 180px) / 4);
	float: left;
	margin-right: 60px;
}


.textbox .span6.has-image.has-btn {
	width: calc((100% - 8px) / 2);
}
.textbox .span4.has-image.has-btn {
	width: calc((100% - 16px) / 3);
}
.textbox .span3.has-image.has-btn {
	width: calc((100% - 16px) / 4);
}
.textbox .has-image.has-btn {
	margin-right: 4px;
	margin-bottom: 4px;
}
.span6.d2,
.span4.d3,
.span3.d4 {
	margin-right: 0;
}

@media only screen and (min-width:1500px) {
	.textbox .span12.has-image.has-btn {
		min-height: 625px;
	}
	.textbox .span4.has-image.has-btn {
		min-height: 415px;
	}
	.textbox .span3.has-image.has-btn {
		min-height: 310px;
	}
	.textbox .span6.has-image.has-btn {
		min-height: 625px;
	}
}

.logo {
	float: left;
	position: relative;
	z-index: 1;
	padding-right: 80px;
}
.logo a {
	display: inline-block;
	height: 64px;
}
.logo a img {
	vertical-align: middle;
	max-height: 100%;
	width: auto;
}
.homepage .header {
	padding: 20px 70px;
	margin-bottom: 100px;
}
.homepage .content div.gallery:first-child {
	margin-top: -100px !important;
}
.header {
	z-index: 10000;
	position: relative;
	transition: all 0.4s ease;
}
.homepage .wrapper {
	position: relative;
	z-index: 3;
}
.content > div:first-child {
	margin-top: 0 !important;
}
.content > div.textbox:first-child {
    margin: -160px auto 100px !important;
    background: white;
    padding: 40px 70px 60px;
    z-index: 20000;
    position: relative;
}
#main-menu {
	position: relative;
	z-index: 1;
}
#main-menu li {
	display: inline-block;
	position: relative;
	color: #fff;
}
.menu-mobile + #menu-wrap {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: auto;
	background: rgba(6,22,45,0.97);
	display: none;
	z-index: 1;
}
#main-menu li ul {
	position: absolute;
}
#main-menu li ul > li {
	white-space: nowrap;
	color: #fff !important;
	background: #1779f1;
	border-radius: 3px;
	box-shadow: 0 0 5px #000;
	margin-bottom: 0;
}
#main-menu li ul > li a {
	color: #fff !important;
}
#main-menu > li > ul ul {
	left: 102%;
	top: -6px;
}
#main-menu li ul > li .submenu-show.show {
	transform: rotate(-90deg);
}
.menu-mobile + #menu-wrap li ul {
	position: static;
}
.menu-mobile + #menu-wrap #main-menu > li {
	background: transparent;
}
.menu-mobile + #menu-wrap #menu-wrap li.active > a {
	background: #1779f1;
	border-radius: 3px;
}


.logo.mob-log {
	display: none;
	text-align: center;
	float: none;
	padding-right: 0;
	width: 100%;
}
.logo.mob-log a {
	height: auto;
}
.pre-miska {
	display: none;
	background: #18901a;
	color: #fff;
	padding: 11px 20px;
	margin-top: 30px;
	border-radius: 8px;
}
.menu-mobile + #menu-wrap .logo.mob-log {
	margin-top: 48px;
	margin-bottom: 48px;
	padding: 0 60px;
	display: block !important;
}
.menu-mobile + #menu-wrap #main-menu {
	text-align: center;
}
.menu-mobile + #menu-wrap #main-menu li {
	display: block;
	margin: 0 20px;
	text-align: center;
}
.menu-mobile + #menu-wrap #main-menu li ul li {
	margin-bottom: 3px;
	padding-bottom: 3px;
}
.button, button {
	font-size: 14px;
}
nav {
	display: inline-block;
	float: right;
}
#main-menu li a {
	font-size: 14px;
	display: inline-block;
	padding: 12px 22px;
	border-radius: 3px;
	position: relative;
}
#main-menu > li {
	margin: 0 3px;
}
#main-menu > li:last-child:after {
	display: none;
}
#main-menu > li:last-child {
	margin-right: 0;
}
#main-menu li:hover > a {
	color: #2380F1;
	text-shadow: 0px 0px 2px #000;
}
#main-menu li.active {
	background: #1779f1;
	border-radius: 3px;
}
#main-menu li.active a {
	color: #fff;
	background: #1779f1;
}
#main-menu li.menu-viac ul {
	display: none;
	position: absolute;
	top: 64px;
	left: 0;
	padding: 0 25px;
	background: rgba(38,38,38,0.95);
}
#main-menu li.menu-viac ul ul {
	position: static;
	background: none;
	padding: 0;
}
.menu-mobile.mobile-menu-showed #main-menu li.menu-viac ul {
	position: static;
	display: block;
	background: none;
}
.menu-mobile.mobile-menu-showed #main-menu li.menu-viac.active > a:after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 15px;
	background: url(../img/menu-s-dole.png) center center no-repeat;
	position: absolute;
	right: -10px;
	top: 19px;
}
.menu-mobile + #menu-wrap nav {
	float: none;
	display: block;
}
#main-menu li.menu-viac ul li {
	display: block;
	text-transform: none;
	width: 170px;
	border-top: 1px solid #3e3d3c;
}
#main-menu > li.menu-viac > ul > li:first-child {
	border: none;
}
#main-menu > li.menu-viac > ul > li > a:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../img/port-log.png) center center no-repeat;
	background-size: 15px;
	margin-bottom: -4px;
	margin-right: 10px;
}
#main-menu li.menu-viac ul li a {
	font-weight: 500;
	padding: 11px 0px 12px;
}
#main-menu > li.menu-viac > ul > li > a {
	font-weight: 600;
}
#main-menu li.menu-viac ul li.mmenu {
	white-space: normal;
	width: 300px;
}
#main-menu li.menu-viac ul a {
	color: #fff;
	padding: 0 25px;
}
#main-menu li.menu-viac ul a:hover {
	color: #8b7128;
}
#main-menu > li.menu-viac > ul > li:hover a {
	color: #8b7128;
}
#main-menu > li.menu-viac ul ul li a:hover {
	color: #b48b18;
}
#main-menu li.menu-viac:hover ul {
	display: block !important;
}
#main-menu li.menu-viac:hover {
	color: #b48b18;
}
#main-menu > li.menu-viac:hover > a {
	padding-bottom: 25px;
}
.menu-mobile {
	z-index: 1001;
}
.menu-mobile + .right-head {
	padding-left: 0;
}

.menu-mobile.mobile-menu-showed #main-menu > li.menu-viac > ul > li > a:before,
.menu-mobile.mobile-menu-showed #main-menu > li::after {
	display: none;
}
.menu-mobile.mobile-menu-showed #main-menu li.menu-viac ul li {
	border: none;
	width: 100%;
}

.submenu-show {
    width: 25px;
    height: 25px;
    display: inline-block;
    background: url(../img/chevron-arrow-down3.png) center center no-repeat;
    background-size: auto auto;
    background-size: 12px;
    cursor: pointer;
    margin-left: -5px;
    margin-right: 15px;
    position: relative;
	top: 7px;
	transition: all 0.3s ease;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.submenu-show.show {
	transform: rotate(90deg);
}


#nav-icon{display: none;width:22px;height:18px;position:relative;margin:17px 20px;margin-right: 0;float:right;-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0);-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out;cursor:pointer;}
#nav-icon span{display:block;position:absolute;height:2px;width:100%;max-width:22px;background:#fff;opacity:1;left:0;-webkit-transform:rotate(0);-moz-transform:rotate(0);transform:rotate(0);-webkit-transition:.25s ease-in-out;-moz-transition:.25s ease-in-out;transition:.25s ease-in-out}
#nav-icon span:nth-child(1){top:0}
#nav-icon span:nth-child(2),#nav-icon span:nth-child(3){top:7px}
#nav-icon span:nth-child(4){top:14px}
#nav-icon.open span:nth-child(1),#nav-icon.open span:nth-child(4){top:7px;width:0;left:50%}
#nav-icon.open span:nth-child(2){-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);transform:rotate(45deg)}
#nav-icon.open span:nth-child(3){-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);transform:rotate(-45deg)}
#nav-icon.menu-mobile.open span {
	background: #2380F1;
}
.oh {
	overflow: hidden;
}
#menu-wrap.vis {
	display: block !important;
}
#menu-wrap a.close {
	display: none;
	width: 40px;
	height: 40px;
	border-radius: 5px;
	background: #b48b18 url(../img/close-menu.png) center center no-repeat;
}
#menu-wrap.menu-mobile a.close {
	display: inline-block;
	position: fixed;
	z-index: 10;
	top: 20px;
	right: 70px;
}
.homepage #menu-wrap.menu-mobile a.close {
	top: 40px;
	right: 70px;
}
#menu-wrap.menu-mobile {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	background: rgba(22,24,29,0.97);
	z-index: 1000;
	overflow: auto;
	padding: 60px 0 0;
}
#menu-wrap.menu-mobile #main-menu {
	float: none;
	text-align: center;
	overflow: auto;
	height: 100%;
	margin: 0;

}
#menu-wrap.menu-mobile #main-menu li {
	display: block;
	text-transform: none;
	margin-right: 0;
}
#menu-wrap.menu-mobile #main-menu:after li {
	display: none;
}
#menu-wrap.menu-mobile #main-menu > li:last-child {
	padding-bottom: 50px;
}
#menu-wrap.menu-mobile #main-menu li.active > a {
	color: #fff;
}
#menu-wrap.menu-mobile #main-menu li a{
	color: #fff;
	font-size: 30px;
	padding: 8px 25px;
}
#menu-wrap.menu-mobile #main-menu ul li a {
	font-size: 23px;
	font-weight: 700;
}
#menu-wrap.menu-mobile #main-menu li.menu-viac:hover {
	background: none;
}
#menu-wrap.menu-mobile #main-menu li.menu-viac ul {
	padding: 25px 0;
}


.right-head {
	float: right;
	margin-top: 18px;
	padding-left: 170px;
}
.right-head.praz {
	padding-left: 0;
}
/*#main-menu li:hover,
#main-menu li.active {
	background: #262626;
	color: #fff;
}*/
.gpli {
	width: 58px;
}
.pricelist table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(204,204,204,0.3);
	-moz-box-shadow: 0px 0px 20px 0px rgba(204,204,204,0.3);
	box-shadow: 0px 0px 20px 0px rgba(204,204,204,0.3);

}
.pricelist th {
	background: #f3f3f3;
	border-right: 1px solid #e3e3e3;
	padding: 12px 15px 12px 30px;
	font-size: 16px;
	color: #000000;
}

.pricelist td:last-child,
.pricelist th:last-child{
	border-right: 0;
}
.pricelist tr {
	border-bottom: 1px solid #e3e3e3;
}
.pricelist tr:last-child {
	border: 0;
}
.pricelist td {
	border-right: 1px solid #e3e3e3;
	padding: 12px 15px 12px 30px;
	font-size: 14px;
	line-height: 20px;
}
.row.textbox {
	display: flex;
	flex-wrap: wrap;
}
.row.textbox .has-image.has-btn > a:first-child {
	display: none;
}
.row.textbox .has-image.has-btn {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	background-position: center;
}
.row.textbox .has-image.has-btn:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: rgba(0,0,0,0.5);
	/*   background: -webkit-radial-gradient(rgba(0,0,0,0.7) 35%, rgba(0,0,0,1));
	  background: -o-radial-gradient(rgba(0,0,0,0.7) 35%, rgba(0,0,0,1));
	  background: -moz-radial-gradient(rgba(0,0,0,0.7) 35%, rgba(0,0,0,1));
	  background: radial-gradient(rgba(0,0,0,0.7) 35%, rgba(0,0,0,1)); */
}
.row.textbox .has-image.has-btn h3,
.row.textbox .has-image.has-btn p {
	color: #fff;
	text-shadow: 0px 0px 8px #000;
}
.row.textbox .has-image.has-btn h3 {
	margin-top: 0;
}
.row.textbox .has-image.has-btn p {
	color: #ccc;
}

.span12.img-left .image,
.span12.img-right .image,
.span12.img-left .middle-text,
.span12.img-right .middle-text {
	width: 50%;
}
.span12.img-left .image,
.span12.img-right .middle-text {
	float: left;
}
.span12.img-right .image,
.span12.img-left .middle-text {
	float: right;
}
.span12.img-left .middle-text,
.span12.img-right .middle-text {
	padding: 15px;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	text-align: left;
	background: #fff;
}
.span12.img-left .middle-text div,
.span12.img-right .middle-text div,
.textbox .has-image.has-btn .box-text {
	width: 100%;
	text-align: left;
	position: relative;
	max-width: 382px;
	margin: 0 auto;
	padding: 50px 0;
}
.textbox .has-image.has-btn .box-text {
	margin: 0 auto;
	width: calc(100% - 60px);
}

.textbox a {
    color: #267ef0;
}
.textbox a.button {
	display: inline-block;
	color: #267ef0;
	padding: 0;
	border: none;
	margin-top: 20px;
}
.textbox a.button:after {
	content: '>';
	display: inline-block;
	margin-left: 8px;
}
.textbox.col5 + .textbox.col6,
.textbox.col6 + .textbox.col5 {
	margin-top: -120px;
}

// p {
// 	color: rgba(255,255,255,0.46);
// 	line-height: 29px !important;
// }
.has-image .img-wrap {
	display: block;
	position: relative;
	overflow: hidden;
	padding:  60% 0 0 !important;
}
.has-image .img-wrap img {
	width: 100% !important;
	height: auto !important;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	position: absolute;
	top: 50% !important;
	left: 50% !important;
}
.has-image.span12 .img-wrap {
	padding:  38% 0 0 !important;
}
.img-wrap {
	position: relative;
}

.boxinside p:first-child{
	margin-top: 0;
}
.textbox .span12 a.button:hover {
	text-decoration: none;
}

.responsive_video {
	width: 83%;
	height: 580px;
}
.content .video {
	margin-top: 90px;
	margin-bottom: 50px;
	max-width: 960px;
}
.video .span12 {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video .span12 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.foot {
	text-align: center;
	margin: 0 auto ;
	padding: 50px 30px 45px;
}
.foot p {
	color: rgba(28,24,28,0.50);
}
.content .gallery .span12 {
	margin-bottom: -35px;
	margin-left: -12px;
	width: calc(100% + 12px);
}
.content .gallery a {
	margin-bottom: 12px;
	margin-left: 12px;
	display: inline-block;
	overflow: hidden;
	width: calc(100% /5 - 12px);
	padding-bottom: 20%;
	border: 2px solid #FEB312;
}
.content .gallery img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 100%;
	height: 100%;
	object-fit: cover;
}
.content .gallery a {
	position: relative;
}
.content .gallery a:after {
	content: '';
	background: rgba(0,0,0,0.6) url(../img/gall-hov.png) center center no-repeat;
	opacity: 0;
	transform: translate(460px, -100px) rotate(180deg);
	transition: all 0.5s ease-in-out;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 100%;
}
.content .gallery a:hover:after {
	opacity:1;
	transition-delay: 0s;
	transform: translate(0px, 0px);
}
.fancybox-lock .fancybox-overlay {
	z-index: 10000;
}

.textbox img:hover {
	opacity: 0.95;
}
.content .gallery .prep {
	position: absolute;
	top: 60px;
	right: 0;
	z-index: 1;
}
.textbox li {
	color: rgba(28,24,28,0.50);
}

.textbox img {
	width: 100%;
}

.textbox .has-image h3,
.textbox  h3 {
	margin-top: 25px;
	font-size: 25px;
	margin-bottom: 15px;
}
.textbox .middle-text h3 {
	margin-top: 0;
}

.content .buttonrow {
	text-align: center;
}
.content .title-button-wrap .buttonrow {
	margin-top: 30px;
}

.buttonrow a.button{
	display: inline-block;
	text-decoration: none;
	color: #fff;
	background: #2380f1;
	padding: 9px 30px 8px;
	border-radius: 3px;
	transition: all 1s ease;
	letter-spacing: 1px;
}
.buttonrow a.button:hover {
	background: #1779f1;
}

.formular input,
.formular textarea {
	border: 1px solid #9c9ba7;
	background: #fff;
	color: #000;
	width: 100%;
	padding: 16px 20px;
	z-index: 2;
	position: relative;
	transition: all 0.6s ease;
}
.formular select {
	position: relative;
	z-index: 2;
	transition: all 0.6s ease;
}
.form .formdata {
	padding: 40px 0 0px;
	position: relative;
}

input:focus {
	outline: none !important;
}
.map {
	text-align: center;
	min-height: 420px;
}
.content .map.init-live-map {
	padding-bottom: 60px;
}

.formular textarea:focus,
.formular .in input:focus,
.formular input:not(:placeholder-shown),
.formular textarea:not(:placeholder-shown) {
	border-color: #feb312;
}

.formular select {
	color: #fff;
	background: url(../img/select-bg-build.png) right 10px center no-repeat;
	background-size: 11px 17px;
	width: 100%;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.formdata.select {
	background: #0b1e43;
	border: 1px solid #9c9ba7;
	padding: 16px 20px;
	margin-top: 40px;
}
.formdata.select.act {
	background: #0b1e43;
	border-color: #feb312;
}
.formdata.select.act select {
	color: #feb312;
}
.formdata.select + .formdata.checkboxes {
	width: 100%;
}
.formular textarea {
	border: 1px solid #9c9ba7;
	min-height: 180px;
	margin-top: 80px;
	padding: 15px 20px;
	max-width: 100%;
	font-family: 'Helvetica', sans-serif;
	font-size: 14px;
}
.form-preview-checkboxes {
	margin: 15px 0;
}
.form-preview-checkboxes label {
	margin-right: 8px;
}
.form-preview-checkboxes label input {
	display: inline;
	width: auto;
}
.form-items .row {
	margin-bottom: 80px;
}
.row.form-items .span6:nth-child(2n) {
	margin-right: 0;
}
.form button {
	border: none;
	background: transparent;
	text-transform: uppercase;
	color: #1779f1;
	border: 2px solid #1779f1;
	padding: 9px 30px 8px;
	margin-top: 60px;
	transition: all 1s ease;
}
.form button:hover {
	background: #1779f1;
	color: #fff;
}
.content .formular.password-access-form .formdata.input span {
	display: none;
}

.back-to-top {
	position: fixed;
	display: none;
	z-index: 10;
	right: 70px;
	bottom: 50px;
	width: 40px;
	height: 40px;
	border-radius: 5px;
	background: #c3c3c3 url(../img/back-top.png) center 13px no-repeat;
}
.back-to-top:hover {
	background-color: #a7821c;
}
.foot-wrap {
	max-width: 1230px;
	margin: 18px auto 0;
	padding: 0 30px;
}
.foot .logo {
	width: 100%;
	float: none;
	padding-right: 0;
}
.foot .logo a {
	line-height: initial !important;
	height: auto;
}
.jazyky {
	margin: 15px 0 30px;
	text-transform: uppercase;
}
.jazyky p {
	text-align: center;
}
.flngs {
	margin-top: 0;
}
#footer-icons {
	display: inline-block;
}
#footer-icons a{
	display: inline-block;
	width: 60px;
	height: 33px;
}
#footer-icons a.ico1 {
	background: url(../img/icons/fac.png) center center no-repeat;
	background-size: auto 15px;
}
#footer-icons a.ico2 {
	background: url(../img/icons/goo.png) center center no-repeat;
	background-size: auto 15px;
}
#footer-icons a.ico3 {
	background: url(../img/icons/twi.png) center center no-repeat;
	background-size: auto 15px;
}
#footer-icons a.ico4 {
	background: url(../img/icons/ins.png) center center no-repeat;
	background-size: auto 15px;
}
#footer-icons a.ico5 {
	background: url(../img/icons/pin.png) center center no-repeat;
	background-size: auto 15px;
}
#footer-icons a.ico6 {
	background: url(../img/icons/you.png) center center no-repeat;
	background-size: auto 15px;
}
#footer-icons .footer-sc {
	transition: all 0.4s ease;
}
#footer-icons .footer-sc:hover {
	opacity: 0.8;
}

/* slider*/

/*.slider {margin:0px 0px 85px;}*/
.slider ul li { margin: 0; }
.slider .bxslider .slide_t img {margin:0;}
.bxslider {position:relative; list-style-type:none; overflow:hidden; margin:0;}
.bx-wrapper {position:relative; *zoom:1;}
.bx-wrapper img {width:100%; max-width:100%; margin:0 auto; display:block;}
.bx-wrapper .bx-viewport { }
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {position:absolute; bottom:3% }
.bx-wrapper .bx-loading {min-height:50px; background:url(../img/bx_loader.gif) center center no-repeat #fff; height:100%; width:100%; position:absolute; top:0; left:0; z-index:2000;}
.bx-wrapper .bx-pager {margin:0 0 0 20px; font-size:.85em; font-family:Arial; font-weight:bold; color:#fff; display: none;}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {display:inline-block; *zoom:1; *display:inline;}
.bx-wrapper .bx-pager.bx-default-pager a {text-indent:-9999px; display:block; width:6px; height:6px; margin:0 10px 0 0; outline:0; -moz-border-radius:15px; -webkit-border-radius:15px; border-radius:15px; border:3px solid #d5d5d5;}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {background:#d5d5d5;}
.bx-wrapper .bx-prev {left:0; background: rgba(48,48,48,0.8) url(../img/s-s-l.png) center center no-repeat; background-size: 6px auto;}
.bx-wrapper .bx-next {right:12px; background: rgba(48,48,48,0.8) url(../img/s-s-p.png) center center no-repeat; background-size: 6px auto;}
.bx-wrapper .bx-controls-direction a {position:absolute; top:50%; margin-top:-22px; outline:0; width:62px; height:62px; text-indent:-9999px; z-index:9999;}

.bx-wrapper .bx-controls-direction a.disabled {display:none;}
.bx-wrapper .bx-controls-auto {display:none;}

.bx-wrapper li {
	padding-right: 12px;
}


@media only screen and (max-width:1280px) {
	.sc {
		right: -33px;
		transition: right 1s ease;
		-webkit-transition: right 1s ease;
		padding-left: 10px;
	}
	.sc:hover {
		right: 0;
	}
}

@media only screen and (max-width:1024px) {

	.span3{
		width: calc((100% - 30px) / 2);
		margin-right: 30px;
	}
	.span3.d1,
	.span3.d2 {
		margin-bottom: 100px;
	}
	.span3.d2 {
		margin-right: 0;
	}
	h1 {
		font-size: 40px;
	}
	.row.gray .span12 {
		max-width: 645px;
	}

}
@media only screen and (max-width:1023px) {
	.textbox .span4 {
	    width: calc((100% - 60px) / 2);
	}
	.textbox .span4.d2 {
		margin-right: 0;
	}
	.textbox .span4.d3.nob {
		margin: 0 auto;
		float: none;
		clear: both;
		position: relative;
		top: 30px;
		margin-bottom: 25px;
	}
	.content .gallery.jed-img a {
		margin-bottom: 0px;
	}
	.row.gray .slider {
		margin-top: 30px;
	}
	.textbox .span3.has-image.has-btn {
		width: calc((100% - 8px) / 2);
	}

}
@media only screen and (max-width:768px) {
	#menu-wrap.menu-mobile #main-menu li a {
		font-size: 25px;
	}
	#menu-wrap.menu-mobile #main-menu ul li a {
		font-size: 18px;
	}
	.menu-mobile.mobile-menu-showed #main-menu > li.menu-viac ul ul li a {
		font-weight: 600 !important;
		font-size: 16px !important;
	}
	h1 {
		width: 100%;
	}
	.menu-mobile.mobile-menu-showed #main-menu li.menu-viac.active > a::after {
		right: -8px;
		top: 19px;
		background-size: 12px 7px;
	}
	.sc {
		display: none;
	}
	.form .formdata {
		padding-top: 20px;
	}
	.formdata.select {
		padding-top: 16px;
		margin-top: 20px;
	}
	.formular textarea {
		margin-top: 20px;
	}
	.form button {
		margin-top: 20px;
	}
	.span6 {
		width: calc((100% - 20px) / 2);
		float: left;
		margin-right: 20px;
	}
	h1 {
		font-size: 40px;
	}
	.row.gray .span12 {
		max-width: 635px;
	}
}
@media only screen and (max-width:767px) {
	.logo {
		padding-right: 30px;
		width: calc(100% - 80px);
	}
	.menu-mobile + .right-head {
		clear: both;
		text-align: center;
		width: 100%;
	}
	.content {
	    padding: 100px 0 10px;
	}
	.homepage .row.gray {
		padding-top: 30px;
		padding-bottom: 30px;
	}

}
@media only screen and (max-width:480px) {
	h1 {
		font-size: 40px;
	}
	.content .gallery.jed-img a {
		margin-bottom: 0px;
	}
	.content .gallery a {
		margin-right: 0;
		margin-left: 0;
		padding-bottom: 0;
	}
	.content .gallery img {
		position: static;
	}
	.right-head {
		margin-top: 0;
	}
	.prep {
		display: none;
	}
	.homepage #menu-wrap.menu-mobile a.close,
	#menu-wrap.menu-mobile a.close {
		right: 20px;
	}
	.content > div {
		margin: 60px auto;
		padding: 0 30px;
		padding-bottom: 60px;
	}
	.foot {
		margin-top: -70px;
	}
	.content .title {
		margin-bottom: 45px;
	}
	.content .title.title_gall {
		margin-bottom: 0;
	}
	.header {
		margin-bottom: 0;
	}
	h1 {
		font-size: 35px;
	}
	.span12.img-left .middle-text, .span12.img-right .middle-text {
		display: block;
		margin-top: 0;
	}
	.textbox.col5 + .textbox.col6, .textbox.col6 + .textbox.col5 {
	    margin-top: 0;
	}
	.span12.img-left .middle-text div, .span12.img-right .middle-text div, .textbox .has-image .box-text {
		padding: 25px 0;
	}
	.textbox h3 {
		margin-bottom: 40px;
	}


	.content .title {
	    margin-top: 45px;
	}
	.content .video {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.span12.d1.img_right img,
	.span12.d1.img_left img {
		float: none;
		max-width: 100%;
		margin: 0;
		margin-bottom: 20px;
	}
	.span12.d1.img_left p,
	.span12.d1.img_right p {
		float: none;
		padding: 0;
	}

	.span12.d1.img_right p, .span12.d1.img_left p, .span12.d1.img_right a.button, .span12.d1.img_left a.button {
		max-width: 100%;
	}
	.span12.img-left .image, .span12.img-right .image, .span12.img-left .middle-text, .span12.img-right .middle-text {
		width: 100%;
		float: none;
	}
	.span12.d1.img_right a.button,
	.span12.d1.img_left a.button {
		margin-left: 0;
		margin-right: 0;
	}
	.buttonrow a.button {
	    padding: 14px 40px 15px;
	}
	.content .gallery {
		padding-right: 20px;
	}
	.content .gallery a {
		margin-bottom: 20px;
		width: 100%;
	}
	.textbox .img_right .boxinside,
	.textbox .img_left .boxinside {
		max-width: 100%;
		float: none;
	}

	.span3,
	.textbox .span4,
	.span4,
	.span6,
	.textbox .has-image.span12 {
		width: 100%;
		margin-right: 0;
	}


	.span3.d1,
	.span3.d2,
	.span3.d3,
	.span4.d1,
	.span4.d2,
	.span6.d1 {
		margin-bottom: 20px;
	}

	.content {
	    padding: 50px 0 10px;
	}
	.header > .wrapper {
	    padding-top: 25px;
	    z-index: 3;
	}
	.textbox .has-image.has-btn {
		width: calc(100% + 60px) !important;
		margin-left: -30px !important;
		margin-right: 0 !important;
	}
	.textbox.flex-wrap {
		display: block !important;
	}
	.content .title-button-wrap {
		padding-top: 80px;
		padding-bottom: 100px;
	}
	.content .title + div + .row {
		margin-top: 0;
	}
	.content .title + div + .row.textbox {
		margin-top: -30px;
	}
	.row.gray .span12 {
		padding: 0;
	}
	.scroll-arrow {
		top: 0;
	}
	.textbox h3 {
		margin-top: 10px;
	    margin-bottom: 15px;
	}

	.textbox .middle-text h3 {
		margin: 0;
	}
	.content .title h2 {
		margin-top: 0;
	}
	.title.title_gall {
		padding: 50px 30px 30px;
	}

	.content .title h2 {
		font-size: 26px;
	}
	.content > div {
		margin: 40px auto;
		padding-bottom: 20px;
	}
	.content .title + div + .row.textbox {
		margin-top: -20px;
	}
}

#title_5283 + div + div.textbox img {
    width: 20%;
    margin-left: -10px;
}