@import url('https://fonts.googleapis.com/css?family=Lato:400,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');

/* border-box */
html,* { box-sizing: border-box; }
*, *:before, *:after { box-sizing: inherit; }
* {
	padding: 0;
	margin: 0;
}
/* clearfix */
.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: #8c8d9e;
  opacity: 1;
}

::-moz-placeholder {
  color: #8c8d9e;
  opacity: 1;
}

input:-moz-placeholder {
  color: #8c8d9e;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #8c8d9e;
  opacity: 1;
}

p { margin-top:18px;}
h1, h2, h3, h4, h5, h6 { font-family: 'Montserrat', sans-serif; font-weight: 600; color: white; line-height: 1.6em; }
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;}
* {
	font-size: 14px;
	font-family: 'Lato', sans-serif;
}
body {
	color: #8c8d9e;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	-webkit-font-smoothing: antialiased;
	margin: 0;
	/* background:url(../img/main-bg.jpg) top center no-repeat, url(../img/main-bg2.jpg) bottom center no-repeat; */
	background-color: black;
	min-width: 320px;
}
a {
	color: inherit;
	text-decoration: underline;
}
a:hover {
	color: #9e0b0f;
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
ul {
	padding: 0;
}
.textbox ul li,
.textbox ol li,
.textbox ul li *,
.textbox ol li * {
	text-align: left !important;
}
.textbox strong {color:#cfcfcf;}
.textbox p a[href*="forms"] {
    display: inline-block;
    text-decoration: none;
    background: #9e0b0f;
    color: white;
    border: 2px solid #9e0b0f;
    padding: 8px 16px !important;
    transition: all 1s ease;
    border-radius: 20px;
    font-weight: bold;
}

.textbox p a[href*="forms"]:hover {
    background: transparent;
}


textarea {
    -moz-appearance: none;
    outline: 0px none transparent;
}
.clear {
	display: none;
}
.textbox ul,ol {margin:10px 0 10px 16px;}

.w_talign_left {
  text-align: left;
}
.w_talign_center {
  text-align: center;
}
.w_talign_right {
  text-align: right;
}
.header {
	margin: 0 auto 0px;
}
.header .wrapper {
	max-width: 1010px;
	margin: 0 auto 0px;
	padding: 10px 30px;
}
.content > div {
	max-width: 1250px;
	margin: 45px auto 100px;
	padding: 0 150px;
}
.hide_logo .logo {
	display: none !important;
}

.content .row.gray {
	margin-top: 0;
	margin-bottom: 30px;
}
.content .row.gray + .title {
	margin-top: 30px;
}
.content .title{
	margin-top: 40px;
	margin-bottom: 40px;
}
.content .likebox {
	margin: 35px auto;
}
.content .likebox li {
	display: inline-block;
	vertical-align: top;
	margin-right: 25px;
}
.content .clear{
	margin: 0;
}
.content .textbox,
.content .textbox-title {
	margin-top: 60px;
	margin-bottom: 60px;
}
.content .textbox{
	background:url(../img/border.png) bottom center no-repeat;
	background-size: contain;
	padding-bottom: 60px;
 }
.content .textbox .clear {
	margin-top: -30px;
}
.content .formular {
	background:url(../img/form-bg.png) top center repeat;
	padding: 0 50px 50px;
	margin-top: 30px;
	margin-bottom: 40px !important;
	max-width: 1050px;
}
.row.gray .span12 {
	border-bottom: 2px solid #f1ebd9;
	position: relative;
}
.row.gray .span12:after {
	content: '';
	width: 90px;
	height: 2px;
	background: #b39734;
	position: absolute;
	left: 0;
	bottom: -2px;
}

h1 {
	width: 100%;
	font-size: 40px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
}
.content-title span {
	color: #181818;
	font-size: 72px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
}
.content-title-text {
    max-width: 950px;
    margin: 0px auto 0px;
    padding: 0;
    text-align: left;
}
.subpage .wrapper .container h1.sub {
    padding-top: 120px;
}
.homepage .row.gray .span12 {
	text-align: center;
}
h2 {
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 20px;
}
.content-title h2 {
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 20px;
}
.textbox .has-image.span12 {
	margin: auto;
}
.span12 {
	width: 100%;
}
.span6 {
	width: calc((100% - 30px) / 2);
	float: left;
	margin-right: 30px;
}
.span4 {
	width: calc((100% - 60px) / 3);
	float: left;
	margin-right: 30px;
}
.span3 {
	width: calc((100% - 90px) / 4);
	float: left;
	margin-right: 30px;
}
.span6.d2,
.span4.d3,
.span3.d4 {
	margin-right: 0;
}
.logo {
	float: left;
	position: relative;
	z-index: 1;
	z-index: 1001;
}
.logo a {
	display: inline-block;
	line-height: 100px !important;
	height: 100px;
}
.logo a img {
	vertical-align: middle;
	max-height: 100%;
	width: auto;
}
main{
	padding: 120px 0;
}
main span{
	color: #131313;
	font-size: 70px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
}
.homepage .header {
	padding: 20px 70px;
	margin-bottom: 100px;
}
.homepage .content div.gallery:first-child {
	margin-top: -100px !important;
}
.header {
	min-height: 80px;
    z-index: 3;
    position: fixed;
    width: 100%;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.75);
	z-index: 10000;
}
.homepage .wrapper {
	min-height: 630px;
	position: relative;
}
.title h3.subtitle{
	font-size: 15px;
	margin-top: 20px;
	font-weight: normal;
}
.content > .title_butt {
	margin-top: 0px !important;
}
#main-menu {
	float: right;
	position: relative;
	z-index: 1;
	margin-right: -15px;
}
#main-menu li {
	display: inline-block;
	position: relative;
	color: white;
	text-transform: uppercase;
}

#main-menu li a {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	display: inline-block;
	padding: 33px 13px;
	position: relative;
	text-decoration: none;
}
#main-menu > li {
	margin-right: 15px;
}
#main-menu > li:last-child:after {
	display: none;
}
#main-menu > li:last-child {
	margin-right: 0;
}
#main-menu li:hover,
#main-menu li.active {
	color: #9e0b0f;
}
#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;
}
#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 {
	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: #9e0b0f;
}
#main-menu > li.menu-viac ul ul li a:hover {
	color: #9e0b0f;
}
#main-menu li.menu-viac:hover ul {
	display: block !important;
}
#main-menu li.menu-viac:hover {
	color: #9e0b0f;
}
#main-menu > li.menu-viac:hover > a {
	padding-bottom: 25px;
}


.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%;
}


.mobile-menu {
	float: right;
	cursor: pointer;
	padding: 14px 10px 11px;
	background-position: center;
	background: #9e0b0f;
	margin-top: 20px;
	position: relative;
	z-index: 1;
	border-radius: 5px;
}

.mobile-menu span {
	display: block;
	width: 20px;
	height: 2px;
	margin-bottom: 3px;
	background: #fff;
}
#menu-wrap.vis {
	display: block !important;
}
#menu-wrap a.close {
	display: none;
	width: 40px;
	height: 40px;
	border-radius: 5px;
	background: #9e0b0f 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: 120px 0 0;
}
#menu-wrap.menu-mobile .lang {
	float: none;
	margin-left: 0;
	text-align: center;
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    margin: auto;
}
#menu-wrap.menu-mobile .lang .flngs {
	line-height: 90px !important;
}
#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: #9e0b0f;
	font-weight: 700;
}
#menu-wrap.menu-mobile #main-menu li a{
	color: #fff;
	font-size: 30px;
	padding: 4px 15px;
}
#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: 5px 0 15px;
}
/*#main-menu li:hover,
#main-menu li.active {
	background: #262626;
	color: #8c8d9e;
}*/
.gpli {
	width: 58px;
}
.pricelist table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #474747;

}
.pricelist th {
	background: #f3f3f3;
	border-right: 1px solid #474747;
	padding: 12px 15px;
	font-size: 16px;
	color: #000000;
}

.pricelist td:last-child,
.pricelist th:last-child{
	border-right: 0;
}
.pricelist tr {
	border-bottom: 1px solid #474747;
}
.pricelist tr:last-child {
	border: 0;
}
.pricelist td {
	border-right: 1px solid #474747;
	padding: 12px 15px 12px 30px;
	font-size: 14px;
	line-height: 20px;
}

.span12.d1.img_right img{
	float: right;
	margin-bottom: 30px;
	max-width: 45%;
	margin-left: 30px;
	border: 1px solid #9e0b0f;
}
.span12.d1.img_left img {
    float: left;
    margin-bottom: 30px;
    max-width: 45%;
    margin-right: 30px;
	border: 1px solid #9e0b0f;
}
.textbox .img_left .boxinside  {
	max-width: 75%;
	float: left;
}
.textbox .img_right .boxinside {
	max-width: 75%;
	float: right;
}
.textbox.w_talign_left .img_left h3 {
	padding-left: 0;
}
.span12.d1.img_right a.button {
	margin-left: 40px;
	margin-top: 23px;
}
.span12.d1.img_left a.button {
	margin-right: 40px;
	margin-top: 23px;
}
.span12.d1.img_right img{
	margin-bottom: 30px;
	margin-left: 30px;
	max-width: 45%;
}
.textbox a.button {
	display: inline-block;
    text-decoration: none;
    background: #9e0b0f;
    color: white;
    border: 2px solid #9e0b0f;
    padding: 8px 20px 8px;
    margin: 30px 0 20px;
    transition: all 1s ease;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-size: 13px;
    text-transform: uppercase;
}
.textbox a.button:hover {
	background: transparent;
}
.has-image .img-wrap {
	display: block;
	position: relative;
	overflow: hidden;
	padding:  60% 0 0 !important;
	border: 1px solid #9e0b0f;
}
.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;
}
.has-image button, .has-image .button, .form button {
	font-size: 15px;
}
.textbox .span12 a.button:hover {
	text-decoration: none;
}

.textbox .span4 {
	width: calc((100% - 60px) / 3);

}
.responsive_video {
	width: 83%;
	height: 580px;
}
.content .video {
	margin-top: 50px;
	margin-bottom: 50px;
}
.video .span12 {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	border: 1px solid #9e0b0f;
}
.video .span12 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.foot {
	float: left;
}
#footer-icons {
    float: right;
    margin-top: 10px;
}

/*.content .gallery .span12 {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-break-inside: avoid;
    -webkit-backface-visibility: hidden;
}*/
.ug-textpanel-title {
	text-align: center !important;
}
.content .gallery a {
	margin-bottom: 30px;
	display: inline-block;
	overflow: hidden;
	width: calc(100% - 17px);
	border: 1px solid #9e0b0f;
}
.content .gallery li {
	list-style: none;
	margin:0;
}
.content .gallery img {
	width: 100%;
	max-width: 100%;
	height: auto;

}
.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(0px, -100px);
	transition: all 0.3s 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);
}

.textbox img:hover {
	opacity: 0.95;
}
.content .gallery .prep {
	position: absolute;
	top: 60px;
	right: 0;
	z-index: 1;
}

.textbox img {
	width: 100%;
    border: 1px solid #9e0b0f;
    margin-bottom: 30px;
}
.textbox .has-image a.button {
	display: inline-block;
	text-decoration: none;
	background: #9e0b0f;
	color: white;
	border: 2px solid #9e0b0f;
	padding:  9px 30px 8px;
	margin: 30px 0 20px;
	transition: all 1s ease;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	font-size: 14px;
	text-transform: uppercase;
}
.textbox .has-image a.button:hover {
	background: transparent;
}

.textbox .has-image h3 {
	margin-top: 25px;
}
.textbox h3 {
	font-size: 18px;
	font-weight: 600;
}
.content .buttonrow {
	max-width: 100%;
	padding: 65px 30px;
	margin-top: 100px;
	text-align: center;
	background: url(../img/form-bg.png) top center repeat;
}
.content .title.title_butt {
	background: #010202;
	max-width: 100%;
	margin-bottom: -100px;
	text-align: center;
	padding-top: 84px;
	background: url(../img/form-bg.png) top center repeat;
}
/*
.content .title.title_butt:before {
	content: '';
	display: block;
	width: 65px;
	margin: 0 auto;
	height: 30px;
	background: #000 url(../img/port-log.png) center center no-repeat;
	background-size: 20px 25.5px;
	position: relative;
	top: -10px;
}
*/
.content .title.title_butt h2,
.content .title.title_butt h3 {
	color: #fff;
}
.content .title.title_butt h2 {
	display: inline;
}
.content .title.title_butt h3 {
	font-size: 18px;
	margin-top: 15px;
}
a.cta,
.buttonrow a.button{
	display: inline-block;
    text-decoration: none;
    background: #9e0b0f;
    color: white;
    border: 2px solid #9e0b0f;
    padding: 9px 30px 8px !important;
    transition: all 1s ease;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-size: 14px;
    text-transform: uppercase;
}
a.cta {
	text-transform: none !important;
}
a.cta:hover,
.buttonrow a.button:hover {
	background: transparent;
}

.formdata.checkboxes > span {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
}
.formular input,
.formular textarea {
	border: none;
	width: 100%;
	padding-bottom: 10px;
    padding-top: 20px;
	z-index: 2;
	position: relative;
	background: transparent;
}
.formular select {
	position: relative;
	z-index: 2;
}
.form .formdata {
	padding: 40px 0 0px;
	position: relative;
}
.formdata.textarea {
    width: 100%;
}
input:focus {
	outline: none !important;
	border: none;
}

.formular input {
	border-width: 0;
	border-bottom: 1px solid #3c3c3c;

}
.formular .input:after {
	content: '';
	width: 0;
	border-bottom: 1px solid #9e0b0f;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	-webkit-transition : border 500ms ease-out;
    transition : all 500ms ease-out;
}
.formular .formdata.click.input:after {
	width: 100%;
}
.formular textarea:focus,
.formular .in input:focus,
.formular textarea:valid,
.formular input:valid {
	border-color: #9e0b0f;
	border-width: 100%;
	color: white;
}
.formular input[type='checkbox'] {
    margin-right: 6px;
    position: relative;
    top: 2px;
}
.formular select {
	color: #8c8d9e;
	background: url(../img/select-bg.png) right 10px center no-repeat;
	background-size: 11px 17px;
	width: 100%;
	border: none;
	margin-top: 12px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.formdata.select {
	padding-bottom: 18px;
	border-bottom: 1px solid #3c3c3c;
}
.formdata.select.act {
	border-color: #9e0b0f;
}
.formdata.select.act select {
	color: #9e0b0f;
}
.formular textarea {
	border: 1px solid #3c3c3c;
	min-height: 180px;
	margin-top: 40px;
	padding: 15px 20px;
	max-width: 100%;
}
.form-preview-checkboxes {
	margin: 15px 0;
}
.form-preview-checkboxes label {
	margin-right: 30px;
}
.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: #9e0b0f;
	color: #fff;
	cursor: pointer;
	padding: 8px 30px 9px;
	margin-top: 30px;
	margin-bottom: 10px;
	-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
	border: 2px solid #9e0b0f;
	transition: all 1s ease;
	text-transform: uppercase;
}
.form button:hover {
	background: transparent;
}
.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;
}
.footer {
    margin-bottom: 100px;
}
.foot-wrap {
	max-width: 1230px;
	margin: 18px auto 0;
	padding: 0 30px;
	text-align: center;
}
.lang {
	float: right;
	margin-left: 30px;
}
.flngs {
	text-transform: uppercase;
	margin-top: 0;
	line-height: 77px !important;
}

#footer-icons .footer-sc{
	width: 18px;
	height: 18px;
	display: block;
	float: left;
	margin-right: 40px;
    margin-top: 10px;
}
#footer-icons .ico1{
	background: url(../images/facebook-logo.png) top center no-repeat;
	background-size: 18px;
}
#footer-icons .ico2{
	background: url(../images/google-plus-symbol.png) top center no-repeat;
	background-size: 16px;
    padding-top: 1px;40
}
#footer-icons .ico3{
	background: url(../images/twitter.png) top center no-repeat;
	background-size: 18px;
}
#footer-icons .ico4{
	background: url(../images/instagram-symbol.png) top center no-repeat;
	background-size: 18px;
}
#footer-icons .ico5{
	background: url(../images/pinterest-logo.png) top center no-repeat;
	background-size: 18px;
}
#footer-icons .ico6{
	background: url(../images/youtube.png) top center no-repeat;
	background-size: 18px;
}
#footer-icons .ico1:hover{
	background: url(../images/facebook-logo2.png) top center no-repeat;
	background-size: 18px;
}
#footer-icons .ico2:hover{
	background: url(../images/google-plus-symbol-2.png) top center no-repeat;
	background-size: 16px;
}
#footer-icons .ico3:hover{
	background: url(../images/twitter-2.png) top center no-repeat;
	background-size: 18px;
}
#footer-icons .ico4:hover{
	background: url(../images/pinterest-logo2.png) top center no-repeat;
	background-size: 18px;
}
#footer-icons .ico4:hover{
	background: url(../images/instagram-symbol2.png) top center no-repeat;
	background-size: 18px;
}
#footer-icons .ico5:hover{
	background: url(../images/pinterest-logo2.png) top center no-repeat;
	background-size: 18px;
}
#footer-icons .ico6:hover{
	background: url(../images/youtube2.png) top center no-repeat;
	background-size: 18px;
}
.sc {
	position: fixed;
	top: 240px;
	right: 0;
	z-index: 100
}
.sc a {
	display: block;
	width: 40px;
	height: 40px;
	margin-bottom: 1px;
	background: #9e0b0f center center no-repeat;
	transition: all .3s ease-in-out;
}
.sc a.ico1 {
	background-image: url(../img/i-f-b.png);
}
.sc a.ico2 {
	background-image: url(../img/i-g-b.png);
	background-position: 12px center;
}
.sc a.ico3 {
	background-image: url(../img/i-tw-b.png);
}
.sc a:hover {
	opacity: 0.9;
}

/* slider*/
.content-title {
    width: 100%;
    position: absolute;
    z-index: 300;
}
.slider {
    height: auto;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}
.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;
    height: auto;
    overflow: hidden;
    width: 100%;
}
.bx-wrapper img {width:100%; max-width:100%; margin:0 auto; display:block;}
.bx-wrapper .bx-viewport {position: inherit;}
.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: 10px 0 0 10px;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #fff;
	position: relative;
    margin-top: -30px;
}
.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: 8px;
    height: 8px;
    margin: 0 8px 0 0;
    outline: 0;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    border: 1px solid #d5d5d5;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #9e0b0f;
    border: 1px solid #9e0b0f;
}
.bx-controls.bx-has-pager.bx-has-controls-direction {}
.bx-wrapper .bx-prev {left:20px; background:url(../img/controls.png) no-repeat 1px -40px; opacity:0;}
.bx-wrapper .bx-next {right:20px; background:url(../img/controls.png) no-repeat -40px -40px; opacity:0;}
.bx-wrapper:hover .bx-prev {/*background-position:0 -32px;*/ opacity:1; -webkit-transition:all 500ms ease; -moz-transition:all 500ms ease; -ms-transition:all 500ms ease; -o-transition:all 500ms ease; transition:all 500ms ease;}
.bx-wrapper:hover .bx-next {opacity:1; -webkit-transition:all 500ms ease; -moz-transition:all 500ms ease; -ms-transition:all 500ms ease; -o-transition:all 500ms ease; transition:all 500ms ease;}
.bx-wrapper .bx-controls-direction a {position:absolute; top:50%; margin-top:-22px; outline:0; width:42px; height:42px; text-indent:-9999px; z-index:9999;}

.bx-wrapper .bx-controls-direction a.disabled {display:none;}
.bx-wrapper .bx-controls-auto {display:none;}



/* Swipebox */
html.swipebox-html.swipebox-touch {overflow: hidden !important;}
#swipebox-overlay img {border: none !important;}
#swipebox-overlay {width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 99999999999 !important; overflow: hidden; -webkit-user-select: none; -moz-user-select: none;-ms-user-select: none;user-select: none;}
#swipebox-container {position: relative; width: 100%; height: 100%;}
#swipebox-slider {-webkit-transition: -webkit-transform 0.4s ease;transition: transform 0.4s ease;height: 100%;left: 0;top: 0;width: 100%;white-space: nowrap;position: absolute;display: none;cursor: pointer;}
#swipebox-slider .slide {height: 100%;width: 100%;line-height: 1px;text-align: center;display: inline-block;}
#swipebox-slider .slide:before {content: "";display: inline-block;height: 50%;width: 1px;margin-right: -1px;}
#swipebox-slider .slide img, #swipebox-slider .slide .swipebox-video-container, #swipebox-slider .slide .swipebox-inline-container {display: inline-block; max-height: 100%;max-width: 100%;margin: 0;padding: 0;width: auto;height: auto;vertical-align: middle;}
#swipebox-slider .slide .swipebox-video-container {background: none;max-width: 1140px;max-height: 100%;width: 100%;padding: 5%;-webkit-box-sizing: border-box;box-sizing: border-box;}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {width: 100%;height: 0;padding-bottom: 56.25%;overflow: hidden;position: relative;}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {width: 100% !important;height: 100% !important;position: absolute;top: 0;left: 0;}
#swipebox-slider .slide-loading {background: url(../images/loader.gif) no-repeat center center;}
#swipebox-bottom-bar, #swipebox-top-bar {-webkit-transition: 0.5s; transition: 0.5s;position: absolute; left: 0;z-index: 999; height: 50px; width: 100%;}
#swipebox-bottom-bar {bottom: -50px;}
#swipebox-bottom-bar.visible-bars {-webkit-transform: translate3d(0, -50px, 0);transform: translate3d(0, -50px, 0);}
#swipebox-top-bar {top: -50px;}
#swipebox-top-bar.visible-bars {-webkit-transform: translate3d(0, 50px, 0);transform: translate3d(0, 50px, 0);}
#swipebox-title {width: 100%;text-align: center;}
#swipebox-prev, #swipebox-next, #swipebox-close {background-image: url(../images/icons.png);background-repeat: no-repeat;border: none !important; text-decoration: none !important;cursor: pointer; width: 50px; height: 50px;top: 0;}
#swipebox-arrows {display: block;margin: 0 auto;width: 100%;height: 50px;}
#swipebox-prev {background-position: -32px 13px;float: left;}
#swipebox-next { background-position: -78px 13px;float: right;}
#swipebox-close {top: 0;right: 0;position: absolute;z-index: 9999;background-position: 15px 12px;}
.swipebox-no-close-button #swipebox-close { display: none;}
#swipebox-prev.disabled,#swipebox-next.disabled {opacity: 0.3;}
.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {-webkit-animation: rightSpring 0.3s;animation: rightSpring 0.3s;}
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {-webkit-animation: leftSpring 0.3s; animation: leftSpring 0.3s;}
.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {-webkit-backface-visibility: hidden;backface-visibility: hidden;-webkit-transition: all .3s ease;transition: all .3s ease;content: ' ';position: absolute;z-index: 999;top: 0;height: 100%;width: 20px;opacity: 0;}
.swipebox-touch #swipebox-container:before {left: 0;-webkit-box-shadow: inset 10px 0px 10px -8px #656565;box-shadow: inset 10px 0px 10px -8px #656565;}
.swipebox-touch #swipebox-container:after {right: 0;-webkit-box-shadow: inset -10px 0px 10px -8px #656565;box-shadow: inset -10px 0px 10px -8px #656565;}
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {opacity: 1;}
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {opacity: 1;}
@-webkit-keyframes rightSpring {0% {left: 0;}50% {left: -30px;}100% {left: 0;}}
@keyframes rightSpring {0% {left: 0;}50% {left: -30px;}100% {left: 0;}}
@-webkit-keyframes leftSpring {0% {left: 0;}50% {left: 30px;}100% {left: 0;}}
@keyframes leftSpring {0% {left: 0;}50% {left: 30px;}100% {left: 0;}}
@media screen and (min-width: 800px) {#swipebox-close {right: 10px;}#swipebox-arrows {width: 92%;max-width: 800px;}}
#swipebox-overlay {background: #0d0d0d;}
#swipebox-bottom-bar, #swipebox-top-bar {text-shadow: 1px 1px 1px black;opacity: 0.95;}
#swipebox-top-bar {color: white !important;font-size: 15px;line-height: 43px;font-family: Helvetica, Arial, sans-serif;}

@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);
	}
	.span3.d1,
	.span3.d2 {
		margin-bottom: 30px;
	}
	.span3.d2 {
		margin-right: 0;
	}
	.content-title-text {
		max-width: 94%;
		margin: 0px auto 0px;
	}
	.content-title span {
		font-size: 60px;
	}
}
@media only screen and (max-width:1023px) {
	.content > div {
		max-width: 1250px;
		margin: 45px auto 100px;
		padding: 0 50px;
	}
	.content .gallery.jed-img a {
		margin-bottom: 0px;
	}
	.homepage h1 {
		margin: 0 auto 53px;
	}
	.homepage .row.gray {
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		margin-bottom: -65px;
	}

}
@media only screen and (max-width:768px) {
	body {
		background-size: 130%;
	}
	main h1{
		font-size: 35px;
	}
	main span{
		font-size: 55px;
	}
	#menu-wrap.menu-mobile #main-menu li a {
		font-size: 22px;
	}
	#menu-wrap.menu-mobile #main-menu ul li a {
		font-size: 14px;
		font-weight: 400;
	}
	.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;
	}
	.header .wrapper {
		padding: 0 0px;
	}
	.header {
	    padding: 0 20px 10px;
	}
	.content > div:first-child.title {
		margin-top: 0px !important;
	}
	.bx-wrapper .bx-pager {
		margin: 10px 0 0 20px;
	}
	.content-title-text {
		width: calc(100% - 40px);
	}
	.content-title span {
		font-size: 20px;
	}
	.slider {
		padding-top: 80px;
	}
	.bx-controls-direction {
		display: none;
	}
	.pricelist td {
		padding: 12px 12px 12px 12px;
		font-size: 13px;
	}
	.pricelist th {
		border-right: 1px solid #474747;
		padding: 12px 12px 12px 12px;
		font-size: 15px;
	}
	.content .title.title_butt {
		padding-top: 60px;
	}
	.bx-wrapper .bx-pager {
		margin: 10px 0 0 20px;
		position: relative;
		margin-top: -20px;
	}
}
@media only screen and (max-width:767px) {
	/*
	.content .gallery .span12 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
	*/
	.logo a {
		padding-top: 5px;
	}
}
@media only screen and (max-width:480px) {
	main {
		padding: 50px 0 50px;
	}
	main span{
		display: none;
	}
	body {
		background-size: 225%;
	}
	h1 {
		font-size: 30px;
	}
	h2 {
		font-size: 24px;
	}
	.content .title.title_butt h3 {
		font-size: 16px;
		font-weight: 400;
	}
	.content .textbox {
		padding-bottom: 40px;
	}
	.homepage .wrapper {
		min-height: 450px;
	}
	.content .gallery.jed-img a {
		margin-bottom: 0px;
	}
	/*.content .gallery .span12 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}*/
	.content .gallery a {
		margin-right: 0;
	}
	.homepage .header {
		padding: 20px 20px;
	}
	.header {
		padding: 0 20px 10px;
	}
	.prep {
		display: none;
	}
	.homepage #menu-wrap.menu-mobile a.close,
	#menu-wrap.menu-mobile a.close {
		right: 20px;
	}
	.content > div {
		padding: 0 20px;
		margin: 50px auto;
	}
	.content .title {
	    margin-top: 35px;
	}
	.content-title-text h1 {
		font-size: 26px;
	}
	.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.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;
	}
	.span12.d1,
	.span6

	.span3.d1,
	.span3.d2,
	.span3.d3,
	.span4.d1,
	.span4.d2,
	.span6.d1 {
		margin-bottom: 20px;
	}
	.content .formular {
		padding: 0 20px 50px;
	}
	#footer-icons {
		width: 100%;
		margin-top: 20px;
	}
	#footer-icons .footer-sc {
		margin-right: 30px;
	}

}
@media only screen and (max-width:380px) {
    .logo {
       width: calc(100% - 50px);
    }

}

.home h1 {
	text-align: center;
}