@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700&subset=latin,latin-ext');
@import url('https://fonts.googleapis.com/css?family=Lora:400,700&subset=latin,latin-ext');
@import url('https://fonts.googleapis.com/css?family=Raleway&subset=latin,latin-ext');

*{ margin:0; padding:0; font-family:'Open Sans', sans-serif; font-weight:300; color:#2c3e50;}

b {
	font-weight: 700;
}
img {
	max-width: 100%;
	max-height: 100%;
}
h1, h2, h3, h4, h5 {
	font-family: 'Lora', serif;
	font-weight: 300;
	color: #000;
	line-height: 1.4em;
}
p {
	margin: 20px 0;
}
.textbox ul li,
.textbox ol li,
.textbox ul li *,
.textbox ol li * {
	text-align: left !important;
}
.w_talign_left {
  text-align: left;
}
.w_talign_center {
  text-align: center;
}
.w_talign_right {
  text-align: right;
}

#footer:before,#footer:after, .row:before, .row:after {display:table; content:" ";}
#footer:before,#footer:after,.row:before, .row:after {clear:both;}
#header{
	width: 1024px;
	margin: auto;
	margin-top: 25px;
}
#header #logo{
	float: left;
	max-width: 100%;
	max-height: 150px;
	margin: auto;
 	text-align: center;
 	display: block;
}
#header.logo_center #logo{
	float: none;
}
#header.logo_left #logo{
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#header #logo img{
	max-height: 65px;
	max-width: 400px;
}
#header.logo_left #logo img {
	float: left;
}
#header #menu{
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
	position: relative;
}
#header #menu li{
	display: inline-block;
}
#header #menu > li.active > a{
	font-weight: 600;
}
#header #menu li a{
	padding: 10px;
	font-size: 13px;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
}
#header #menu > li > a {
    padding-bottom: 15px;
}
#header #menu  li  ul {
	float: right;
}
#header #menu > li:hover > ul {
	display: inline-block;
}
#header #menu ul li a {
	color: #999;
}
/*#header #menu li > ul{
	display: none;
}*/

#content{
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 1024px;
}
#content h1{
	width: 100%;
	margin: auto;
	text-align: center;
	margin-bottom: 35px;
	margin-top: 7px;
	clear: both;
	font-weight: 500;
}
#content h2{
	width: 100%;
	margin-bottom: 10px;
	margin-top: 4px;
	text-align: center;
}
#content h3{
	margin-top: 5px;
/*	clear: both;*/
	display: block;
	margin-bottom: 7px;
}
#content .title h3 {
	font-size: 15px;
	font-weight: 500;
	padding-bottom: 20px;
	text-align: center;
}
#content .button {
	padding: 10px 20px;
	display: inline-block;
	background-color: transparent;
	text-decoration: none;
	border: none;
	border: 2px solid #95a5a6;
	cursor: pointer;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-weight: 700;
}
#content .button:hover{
	border: 2px solid #000;
}



#content .buttonrow .button.green {
  color: #5B9960;
  border-color: rgba(144, 198, 149, 0.5);
}
#content .buttonrow .button.orange {
  color: #C57922;
  border-color: rgba(235, 149, 50, 0.5);
}
#content .buttonrow .button.red {
  color: #d00213;
  border-color: rgba(208, 2, 19, 0.5);
}
#content .button.green:hover {
	border-color: #90C695;
}
#content .button.orange:hover {
  border-color: #EB9532;
}
#content .button.red:hover {
  border-color: #d00213;
}

#content .gallery{
	width: 1024px;
	margin: auto;
	margin-bottom: 35px;
}
#content > div {
	margin-bottom: 35px;
}
#content .title{
	margin-bottom: 15px;
}
#content .clear{
	margin-bottom: 0;
}

#footer{
	width: 1024px;
	margin: auto;
	text-align: center;
	margin-bottom: 40px;
	padding-top: 10px;
	display: block;
	clear: both;
}
#footer #lngs li{
	display: inline;
}

input[type="text"], input[type="email"], input[type="password"], textarea, select{
	padding: 5px;
	border: 1px solid #888;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	min-width: 250px;
	width: 100%;
}

.password-access-form ::-webkit-input-placeholder { /* WebKit browsers */
    color: transparent;
    opacity: 0;
}
.password-access-form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: transparent;
    opacity: 0;
}
.password-access-form ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: transparent;
    opacity: 0;
}
.password-access-form :-ms-input-placeholder { /* Internet Explorer 10+ */
    color: transparent;
    opacity: 0;
}

/* -- table -- */

table.widget-preview-pricelist-table {
	margin: 0 auto;
	width: 100%;
	max-width: 1390px;
	text-align: center;
	vertical-align: middle;
	border-collapse: collapse;
}

.row table.widget-preview-pricelist-table th {
	background: #123456;
	color: #fff;
}

.row table.widget-preview-pricelist-table tr:nth-child(2n+1) {
	background: #f0f0f0;
	color: #111;
}

table.widget-preview-pricelist-table th, td {
	padding:  10px 0 10px 10px;
}

/* -- gallery -- */


/*.row.gallery  img {max-width:100%; height:auto; margin:0;padding: 2px;
box-sizing: border-box;}
.row.gallery.gallery_odd .span12{ margin-left: -2px; margin-right: -2px; text-align: left; }*/
@media only screen and (min-width:992px) {.row.gallery.gallery_odd .span3 {width:25%;}}
@media only screen and (max-width:991px) {.row.gallery.gallery_odd .span3 {width:25%;}}
@media only screen and (max-width:767px) {.row.gallery.gallery_odd .span3 {width:50%;}}
@media only screen and (max-width:499px) {.row.gallery.gallery_odd .span3 {width:100%;} .row.gallery.gallery_odd .row {text-align: center;} }

.row.gallery.gallery_odd .span3 {
	padding-right: 0;
	padding: 3px;
}
#content .row.gallery.gallery_odd {
	margin-left: -3px;
	margin-right: -3px;
	width: calc(100% + 6px);
	overflow: hidden;
}
.row.gallery.gallery_odd .row {
	margin-bottom: 0;
	text-align: left;
}

/*contact*/

.form {
	display: block;
}

.form .row {
	margin: 0;
	max-width: 640px;
	margin: 0 auto;
}
.form .form-items .span6 {
	width: 100%;
	margin-bottom: 20px;
}
.form .form-items .formdata span {
	display: inline-block;
	margin-bottom: 10px;
}
.form .form-preview-checkboxes {
	text-align: left;
}
.form .form-preview-checkboxes label {
	display: inline-block;
}


/* rows */
.row{
	width: 100%;
	display: block;
	clear: both;
	margin-bottom: 15px;
}
.row > .row{
	margin: 0;
}
.row .span12{
	width: 100%;
	display: inline-block;
}

.row .span6{
	width: 48%;
	display: inline-block;
	vertical-align: top;
	padding-right: 1%;
}

.row .span4{
	width: 33%;
	display: inline-block;
}

.row .span3{
	width: 24%;
	display: inline-block;
	padding-right: 1%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	vertical-align: top;
}

.row.textbox-title{
	margin: 0;
}

.textbox > * {
    vertical-align: top;
}

/*.row.ht.textbox{
	text-align: center;
}*/

.row.gallery .span12{
	text-align: center;
	font-size: 0;
	width: calc(100% + 10px);
}
.row.gallery .span12 a {
	display: inline-block;
	width: calc(100% / 4 - 10px);
	margin-right: 10px;
	margin-bottom: 10px;
}

.row.likebox{
	text-align: center;
}
.row.likebox .lbox {
	text-align: center !important;
}
.row.likebox .lbox li{
	display: inline-block;
	padding: 5px;
}
.row.likebox .lbox li.gpli{
	position: relative;
	top: 5px;
	margin-right: -30px;
}
.row.likebox .lbox li.twli{
	position: relative;
	top: 4px;
}

.row.ht.textbox h3{
	font-weight: bold;
	margin-bottom: 10px;
}
.row.formular .form{
	text-align: center;
}

.textbox.w_talign_left p, .textbox.w_talign_left h2, .textbox.w_talign_left h3, .textbox.w_talign_left{
	text-align: left !important;
}
.textbox.w_talign_justify p, .textbox.w_talign_justify h2, .textbox.w_talign_justify h3{
	text-align: justify;
}
.textbox.w_talign_center p, .textbox.w_talign_center h2, .textbox.w_talign_center h3, .textbox.w_talign_center{
	text-align: center !important;
}

.w_talign_left, .w_talign_left *{
	text-align: left !important;
}
.w_talign_center{
	text-align: center !important;
}
.w_talign_justify{
	text-align: justify !important;
}
.buttonrow .span12 {
	text-align: center !important;
}
/*.textbox .img_right,
.textbox .img_left {
	text-align: left;
}*/
.textbox .span12 {
	position: relative;
}
.span12.d1.img-left .image {
	position: relative;
    float: left;
    margin-bottom: 0px;
    width: 50%;
    margin-top: 0px;
}
.span12.d1.img-right .image {
	position: relative;
    float: right;
    width: 50%;
    margin-bottom: 0px;
    margin-top: 0px;
}
.span12.d1 .middle-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: calc(50% - 60px);
    box-sizing: border-box;
}
.span12.d1.img-left .middle-text {
    margin-left: calc(50% + 30px);
}
.span12.d1.img-right .middle-text {
    margin-left: calc(0% + 30px);
}
.textbox.col6 + .textbox.col5 {
	margin-top: -50px;
}
.textbox.col5 + .textbox.col6 {
	margin-top: -50px;
}


.textbox .span12.img_right,
.textbox .span12.img_left{
	width: 100%;
}
.textbox .has-image.img_right p,
.textbox .has-image.img_left p {
	padding-left: 0;
}
.textbox .span12.img_right > p:first-of-type,
.textbox .span12.img_left > p:first-of-type,
#content .textbox .span12.img_right > h3,
#content .textbox .span12.img_left > h3 {
	margin-top: 0;
}
.span12.d1.img_right img{
	float: right;
	margin-left: 25px;
	margin-bottom: 15px;
	max-width: 50%;
}
.span12.d1.img_left img{
	float: left;
	margin-right: 25px;
	margin-bottom: 15px;
	max-width: 50%;
}

.row.video .span12{
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}
.row.video .span12  iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*.row.pricelist{
	margin-bottom: 20px !important;
}*/
.row.pricelist div{
	margin: 3px 0;
}
.row.pricelist .span6{
	background-color: transparent;
}
.row.pricelist > div:nth-child(odd){
	background-color: #ecf0f1;
}
.row.pricelist > div > div{
	padding: 5px 10px 0px;
	box-sizing: border-box;
}
.row.pricelist > div{
	padding: 0 !important;
}
.row.pricelist .titles, .row.pricelist .titles *{
	background-color: #1abc9c !important;
	color: white !important;
	font-weight: bold !important;
}

.row.formular label {
	padding: 5px;
	padding-left: 0;
}

.alert{
	background-color: #DFF2BF; /*#e74c3c;*/
	display: block;
	width: 100%;
	padding: 10px 30px;
	color: #4F8A10;
	font-weight: normal;
	text-align: center;
	margin-bottom: 30px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

ul.bxslider {
	width: 100%;
	margin: auto;
	padding: 0;
	/*margin-top: 25px;*/
	text-align: center;
}
ul.bxslider li{
	list-style: none;
	padding: 0;
	margin: 0;
	display: none;
	width: 100%;
}
ul.bxslider li img{
	width: 100%;
}
ul.bxslider li:nth-child(1){
	display: inline-block;
}

.map a {
	display: inline-block;
	width: 100%;
	text-align: center !important;
}

#header.hide_logo #logo{
	display: none;
}
#header.logo_left {
	margin-top: 0;
	height: 95px;
	min-height: 95px;
}
#header.logo_left #logo{
	display: inline-block;
	margin-bottom: 25px;
}
#header.logo_left #menu{
	float: right;
	width: auto;
	margin-top: 32px;
}

.footer_share{
	list-style-type: none;
}
.footer_share li{
	display: block;
	margin-bottom: 7px;
}
.footer_share .gpli{
	margin-bottom: 2px;
}

#footer{
	margin-top: 25px;
}
#footer *{
	text-align: left;
}
#footer .span4, #footer .span6, #footer .span12{
	vertical-align: top;
}
#footer p.left{
	text-align: center;
}
#footer .flngs {
	text-align: center;
	margin: 10px 0;
}
#footer-icons {
	text-align: center;
	opacity: 0.8;
}
#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: 12px 25px;
}
#footer-icons a.ico2 {
	background: url(../img/icons/goo.png) center center no-repeat;
	background-size: 28px 25px;
}
#footer-icons a.ico3 {
	background: url(../img/icons/twi.png) center center no-repeat;
	background-size: 31px 25px;
}
#footer-icons a.ico4 {
	background: url(../img/icons/instagram.png) center center no-repeat;
	background-size: 31px;
}
#footer-icons a.ico5 {
	background: url(../img/icons/pinterest.png) center center no-repeat;
	background-size: 31px;
}
#footer-icons a.ico6 {
	background: url(../img/icons/youtube.png) center center no-repeat;
	background-size: 31px;
}
#footer-icons .footer-sc {
	transition: all 0.4s ease;
}
#footer-icons .footer-sc:hover {
	opacity: 0.8;
}

.hdr_flags{
	position: relative;
	float: left;
	margin-left: 25px;
}
.hdr_flags .flag img{
	width: 20px;
}
.hdr_flags .flag{
	margin: 5px;
}
/*#content, #header, #footer{
	padding: 10px;
}*/

/* -- slider -- */

.slider {margin:30px 0 10px;}
.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;}

/* -- slider -- gulicky -- */

.bx-wrapper .bx-pager {margin:0 0 0 20px; font-size:.85em; font-family:Arial; font-weight:bold; color:#666;}
.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;}

/* -- slider -- sipky -- */

.bx-wrapper .bx-prev {left:10px; background:url(../img/controls.png) no-repeat 0 -40px; opacity:0;}
.bx-wrapper .bx-next {right:10px; 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:41px; height:41px; text-indent:-9999px; z-index:9999;}

.bx-wrapper .bx-controls-direction a.disabled {display:none;}
.bx-wrapper .bx-controls-auto {display:none;}


@media (max-width: 1068px){
	#content, #header, #footer{
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	#content .gallery{
		width: 100%;
	}
	#header {
		padding: 0 10px !important;
	}
}

.textbox .span12 {padding: 0 0 1% 5%; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.textbox .span6 {padding: 0 0 1% 5%; float:left; width:50%; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.textbox .span4 {padding: 0 0 1% 5%; float:left; width:33.33%; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.textbox .span3 {padding: 0 0 1% 5%; float:left; width:25%; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
/*.textbox p {padding:0 10px 0 0;}*/
.textbox img {margin:0;/*display:block*/;margin-right:auto; margin-left:auto;}
.text-wrap {
    margin-left: -1%;
}
.textbox {
	margin-left: -1%;
	width: 101%;
}
.textbox blockquote {font-style: italic;}
.textbox ul,
.textbox ol {padding-left: 15px; margin: 10px 0;}

.textbox .span12.img_right img,
.textbox .span12.img_left img {
	max-width: 100%;
	height: auto;
}
.textbox .has-image.img_right p,
.textbox .has-image.img_left p {
	padding-left: 0;
}
.has-image.img_right .boxinfo h3::after,
.has-image.img_left .boxinfo h3::after {
	display: none;
}
.span12.d1.img_right img{
	float: right;
	margin-left: 25px;
	margin-bottom: 15px;
	max-width: calc(50% - 4px);
}
.span12.d1.img_left img{
	float: left;
	margin-right: 25px;
	margin-bottom: 15px;
	max-width: calc(50% - 4px);
}


@media only screen and (max-width:767px){
	#content, #header, #footer{
		padding: 5px 10px;
	}
	.row.gallery .span12 a {
		width: calc(100%/2 - 10px);
	}
/*  #header #menu > li:hover > ul{
  	display: none;
  }

  #header #menu > li.active ul {
  	display: inline-block;
  }*/


  .textbox .span12 { width:100%;}
  .textbox .span6 {padding: 0 0 45px 1%; width:50%; float:left;}
  .textbox .span4 {padding: 0 0 45px 1%; width:50%; float:left;}
  .textbox .span3 {padding: 0 0 45px 1%; width:50%; float:left;}
}
@media only screen and (max-width:600px){
	.span12.d1.img-left .image {
        float: none;
        width: 100%;
    }
    .span12.d1.img-right .image {
        float: none;
        width: 100%;
    }
    .span12.d1.img-left .middle-text {
        margin-left: 0;
        padding: 20px 20px 40px;
        width: 100%;
        transform: inherit;
        position: relative;
    }
    .span12.d1.img-right .middle-text {
        margin-left: 0;
        padding: 20px 20px 40px;
        width: 100%;
        transform: inherit;
        position: relative;
    }
}

@media only screen and (max-width:560px){

  .textbox .span12 { width:99%;}
  .textbox .span6 { width:100%;}
  .textbox .span6 { width:100%; float:left;}
  .textbox .span4 { width:100%; float:left;}
  .textbox .span3 { width:100%; float:left;}
}
@media only screen and (max-width:500px) {.textbox .span3 {width:100%; float:left;}}
@media only screen and (max-width:480px){
  .textbox .span6 {padding: 0 0 25px 1%;}
  .textbox .span4 {padding: 0 0 25px 1%;}
  .textbox .span3 {padding: 0 0 25px 1%;}
  #content, #header, #footer{
		padding: 0px 10px;
	}
	#header #logo img {
		max-width: 100%;
	}
	/*#menu li.active {
		width: 100%;
	}
	#header #menu > li > ul {
		position: relative;
		bottom: 0;
	}
	#header #menu li.active > a{
		padding-bottom: 5px;
	}
	#header #menu li.active ul li a {
		padding-top: 7px;
	}*/
	#footer-icons a {
		width: 50px;
	}
}
@media only screen and (max-width:360px) {
	.span12.d1.img_left img,
	.span12.d1.img_right img {
		max-width: 100%;
		float: none;
		margin: 0;
	}
	.row.gallery .span12 a {
		width: calc(100% - 10px);
	}
}