@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400&display=swap');

body {
	color: #616161;                  
	font-size: 16px;
	padding: 0;
	margin: 0;
	font-family: 'Poppins', sans-serif;
	line-height: 170%; 
}

/* one-way css class  */
.fl{float:left;}
.fr{float:right;}
.center{text-align: center;}
.left {text-align: left;}
.right {text-align: right;}
.upper {text-transform: uppercase;}
.strong {font-weight: bold; }
.italic {  font-style: italic; }
.upper_off {text-transform: none;}
.fullwidth { width: 100%; }
.bgwh { background-color: white; }
.wh { color: white; }
.small {font-size: 14px; }
.mt0 { margin-top: 0 !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt20 { margin-top: 20px !important; }
.mb0 { margin-bottom: 0 !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.text-shadow { text-shadow: 1px 1px 2px rgba(0, 0, 0, 1); }

.font_2 {
	font-family: 'Teko', serif;
	font-size: 110%;
	line-height: 180%;
}

/* common elements */

a {color: #343434; text-decoration:underline; }
a:hover {
	color: #F1CE65; 
	text-decoration:none;
}

.link_2, .footer a, .pre-footer a {text-decoration: none;}
.link_2:hover, .footer a:hover, .pre-footer a:hover {text-decoration: underline;}

/* font awesome */
a.ficon {text-decoration: none; }
a.ficon:hover {text-decoration: none !important;}
.ficon { margin: 0 0.3em 0 0; }
.ficon.ml { margin: 0 0 0 0.3em; }

.hidden{
	display: none;
}
.cleaner{
	clear: both;
	font-size: 0;
	visibility: hidden;
	border: none;
	margin: 0; padding: 0;
}

.clearfix {
  position: relative;
}
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
  clear: both;
}

.bold { font-weight: bold; }
.upper { text-transform: uppercase; }

strong, b {font-weight: 600; }

/* forms */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
textarea,
select {
  background-color: #fff;
  border: 1px solid #D6D6D8;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #414141;
  font-family: 'Teko', serif;
  font-size: 15px;
  line-height: 170%;
  max-width: 100%;
  padding: 10px 15px;
}

.forms input[type="text"],
.forms input[type="password"],
.forms input[type="email"],
.forms input[type="search"],
.forms textarea,
.forms select {
	width: 400px;
}

button, input[type=button], .button, .links-to-buttons a  {
	border: none;
	padding: 12px 30px;
	display: inline-block;
	text-decoration:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	transition:all 0.3s ease 0s;
	font-family: 'Teko', sans-serif;
	font-size: 22px;
	background-color: transparent;
	color: #131935;
	border: 1px solid #131935;	
	text-transform: uppercase;
	font-weight: 400; 
	cursor: pointer;
}

input:required, textarea:required {
 border: 1px solid #E97E70;
}

button.small, input[type=button].small, .button.small {
	padding: 5px 15px;
	font-size: 18px;
    line-height: 18px;
}

button.tiny, input[type=button].tiny, .button.tiny {
	padding: 4px 10px;
	font-size: 13px;
}

button:hover, input[type=button]:hover, .button:hover, .links-to-buttons a:hover  {
	color: #fff;
	background: #B5A067;
    border-color: #B5A067;
	text-decoration:none;
}

button.t2, input[type=button].t2, .button.t2, .links-to-buttons.t2 a, .bg_dark button, .bg_dark .button  {
	background-color: #B5A067;
	color: #ffffff;
	border: none;
	padding: 12px 38px;
}

button.t2:hover, input[type=button].t2:hover, .button.t2:hover, .links-to-buttons.t2:hover a, .bg_dark button:hover, .bg_dark .button:hover  {
	color: #B5A067;
	background-color: #ffffff;
}


/*
.bg_dark button:hover, 
.bg_dark input[type=button]:hover, 
.bg_dark .button:hover {
	border: 1px solid #ABABAB;
}
*/

/* template */

/* Envelope (responsive) */

.envelope_bg {width: 100%; background-color:#fff; }
.envelope_bg.bg1, .bg1 { background-color:#fff;}
.envelope_bg.bg2, .bg2 { background-color: #F5F5F5; }
.envelope_bg.bg3, .bg3 {  background-color: #131935; color: #FFFFFF;  }
.envelope_bg.bg4, .bg4 {  background-color: #B5A067; color: #FFFFFF;  }
.envelope_bg.bg5, .bg5 {  background-color: #11162B; color: #FFFFFF;  }

/*
.envelope_bg.bgc1, .bgc1 {  background-color: #ABABAB; color: #FFFFFF;  }
*/

.hline {
	background: #B5A067;
	content: "";
	width: 87px;
	height: 3px;
	display: inline-block;
	margin: 0 0 10px 0;
}

h1, h2, h3, h4, h5, h6 {
	color: #000000;
	font-family: 'Teko', serif;
}

/* https://stackoverflow.com/questions/5214127/css-technique-for-a-horizontal-line-with-words-in-the-middle */

.title-decorated {
    overflow: hidden;
}

.title-decorated:after {
    background-color: #DFDFDF;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 100%;
    left: 0.5em;
    margin-right: -100%;
}

.bg3 a, .bg3 h1, .bg3 h2, .bg3 h3, .bg3 h4, .bg3 h5, .bg3 h6 {color: #fff; }

.bg_dark { color: #fff; }
.bg_dark a, .bg_dark h1, .bg_dark h2, .bg_dark h3, .bg_dark h4, .bg_dark h5, .bg_dark h6 {color: #fff; }

.bg_dark .ficon { color: #B5A067; }

.c1, .c1 a { color: #B5A067 !important;}

.envelope {
	width: 100%;  
	max-width: 1920px;
	margin: 0 auto 0 auto; 
}
.envelope-pad-top {
	padding:  50px 2% 0 2%;
}
.envelope-pad-bottom {
	padding:  0 2% 50px 2%;
}
.envelope-pad-top-bottom {
	padding:  50px 2% 50px 2%;
}
.envelope-pad-top-bottom-only {
	padding:  50px 0px 50px 0px;
}
.envelope-pad {
	padding:  0 2%;
}
.envelope-top-only {
	padding:  50px 0px 0 0px;
}

.envelope-pad-tiny {
	padding:  25px 3%;
}

.envelope-pad-footer {
	padding:  30px 3% 30px 3%;
}

.cont-maxwidth {
	max-width: 1330px;
	margin: 0 auto;
}

.maxwidth-none {
	max-width: none;
}

/* titles */

h1, .h1 {
  font: 300 42px/48px 'Teko', serif;
  margin-bottom: 26px;
  margin-top: 26px;
}
h2, .h2 {
  font: 300 39px/47px 'Teko', serif;
  margin-bottom: 26px;
  margin-top: 26px;
}
h3, .h3 {
  font: 300 35px/41px 'Teko', serif;
  margin-bottom: 20px;
  margin-top: 20px;
}
h4, .h4 {
 	font: 300 30px/36px 'Teko', serif;
  margin-bottom: 18px;
  margin-top: 18px;
}
h5, .h5 {
  font: 400 26px/32px 'Teko', serif;
  margin-bottom: 8px;
  margin-top: 8px;
}
h6, .h6 {
  font: 400 22px/28px 'Teko', serif;
  margin-bottom: 14px;
  margin-top: 14px;
}

.content > h1:first-of-type,
.content > h2:first-of-type,
.content > h3:first-of-type,
.content > h4:first-of-type,
.content > h5:first-of-type,
.content > h6:first-of-type 
{
	margin-top: 0;
}

.title-link a {
	color: #2D2D2D;
	text-decoration: none;
}
.title-link a:hover {
	color: #F1CE65;
	text-decoration: underline;
}

/* layout */

/* grids */
.grid-row {
	clear: both;
	font-size: 0;
	visibility: hidden;
	border: none;
	margin: 0; padding: 0;
}

/* grid 2 = 2 columns, 50% width for each */
.grid-2 {
	width: 100%;
}

.grid-2-1 {
	float: left;
	width: 44%;
	margin: 5px 3%;
}

.grid-2-1.nomargin {
	float: left;
	width: 50%;
	margin: 0 0;
}

.grid-2-1.nomargin .pad {
	padding: 3%;
}

.grid-2-1.nomargin.left .pad {
	padding-left: 30%;
}

.grid-2-1.nomargin.right .pad {
	padding-right: 30%;
}



.grid-2-1 .pad {
	/*
	padding: 10% 3%;
	*/
}

.grid-2 .grid-row {
	margin-bottom: 20px;
}

/* grid 3 = 3 columns */
.grid-3 {
	width: 100%;
}
.grid-3-1 {
	float: left;
	width: 31.2%;
	margin: 0 1% 40px 1%;
}

.grid-3-1.first {
	margin-left: 0;
}


/* grid 4 = 4 columns */
.grid-4 {
	width: 100%;
}

.grid-4-1 {
	float: left;
	width: 23%;
	margin: 5px 1%;
}

.grid-4-1 .pad {
}

.grid-4-1.last {
	margin-right: 0;
}

#logo { max-height: 55px; }
 
.pre-header .pad {
    padding: 20px 0;
}


#main_menu {
	/* bugfix: margin-bottom after inline-block element */
	line-height: 0;
	width: 100%;
	max-width: 1920px;	
}

#superfish {
	/*
	center horizontally:
	http://stackoverflow.com/questions/14943907/css-center-ul-list-inside-a-100-width-div
	*/
	display: inline-block;
	margin: 0 auto;
	padding: 0 0;
}

/* header */

div.effect {
	width: 100%;
}

div.effect img {
	width: 100%;
}

div.effect .item { display: none; }
div.effect .item.first { display: block; }

/* pager */
.cycle-pager { 
  text-align: center; width: 100%; z-index: 500; position: absolute; bottom: 0px; overflow: hidden;
}
.cycle-pager span { 
   font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 45px;  
   opacity: 0.4;
   display: inline-block; color: #fff; cursor: pointer; 
   margin: 0 5px;
}
.cycle-pager span.cycle-pager-active { color: #fff; opacity: 0.8;}
.cycle-pager > * { cursor: pointer;}

#header_wrap{width: 100%; position: relative; overflow: hidden; }
#header_picture { width: 100%; max-width: 1920px; margin: 0 auto; background-color: #fff; }
#header_picture img {width: 100%; }
.header_picture_bg { }

#header_container {width: 100%; position: relative; color: #fff; }

#header_picture .item .content {
	position: absolute;
	width: 100%;
	bottom: 33%;
	left: 0;
	z-index: 5000;
}

#header_picture .item .content .pad {
	max-width: 1170px;
	padding: 0 2%;
	margin: 0 auto;
}

.hpt_1 {
	font-family: 'Teko', sans-serif;
    font-size: 60px; line-height: 66px;
    font-weight: 300;
    text-transform: uppercase;
	color: #fff;
	margin-bottom: 10px;
}
.hpt_2 {
	font-family: 'Poppins', serif; 
	font-size: 17px; line-height: 30px; 
    font-weight: normal;
	margin-bottom: 10px;
	color: #fff;
}

#header_picture .item .more { margin-top: 50px; }

/* ico-services */

.ico-services .item {
    background-color: #fff;
    position: relative;
}

.ico-services .item .pad {
    padding: 50px 15px 50px 30px;
}

.ico-services .item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: 0 0 0 10px #EBEBEB inset; /* 10px znamená vnitřní posunutí čáry */
  pointer-events: none; /* Toto zajistí, že čára nepřekryje obsah a neovlivní odkazy */
}

.ico-services .image {
	float: left;
	width: 80px;
}

.ico-services .image img {
	width: 100%;
	height: auto;
	max-height: 100px;	
	border-radius: 2px;
}

.ico-services .icon {
	border-radius: 50%;
	width: 80px;
	height: 80px;
	text-align: center;
	
}

.ico-services .ficon {
    color: #B5A067;
	font-size: 43px;
	margin: 0;
	padding-top: 0px;
}

.ico-services .cont {
	margin-left: 100px; /* 140px left image column + 20px padding */
	text-align: left;
}


.ico-services h4 {
	margin: 0 0 5px 0;
	font-size: 24px;
	line-height: 26px;
	font-weight: normal;
	padding: 0;
}

.ico-services h4 a {
	color: #151515;
	text-decoration: none;
}

.ico-services h4 a:hover {
	text-decoration: underline;
}

.ico-services .cont .text {
	font-size: 14px;
	line-height: 24px;
	color: #717171;
}

.zigzag .image img { width: 100%;  max-width: 700px; height: auto; }
.zigzag .image img.border { border: 10px solid rgba(255, 255, 255, 1); }
.bg_dark .zigzag .image img.border { border-color: rgba(255, 255, 255, 0.5); }

/* banner */
.banner {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.banner .darken {
	background-color: rgba(0, 0, 0, 0.1);
	min-height: 360px;
}

.social_icons {
	margin-bottom: 10px;
}

.social_icons .item {
	display: inline-block;
	margin: 0 4px;
}

.social_icons, .social_icons a {
	font-size: 15px;
	color: #888888;
}

.signature, .signature a {
	color: #888888;
	font-size: 13px;
}

/* map */
#map_wrap{width: 100%; position: relative;  }
#map-canvas {
	width: 100%;
	height: 450px;
	font-size: 15px;
	line-height: 19px;
}

.parallax {
	width: 100%;
	min-height: 400px;
}

.parallax .envelope-pad-top-bottom {
	padding: 100px 3%;
}

/* card - white floating box with image, title, short text */
.news-cards .item {
	background-color: white;
	/* outline: 1px solid #CFCFCF; */
	overflow: hidden;
	margin-bottom: 40px;
	text-align: left;
}

.news-cards .item .pad {
	padding: 15px 15px;
}

.news-cards .item .image {
	width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  border: 0;
  display:block;
  height:300px;
	margin-bottom: 3px;
 transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}

.news-cards .item .image:hover {
	opacity: 0.8;
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);	
}

.news-cards .item .cont a {
	text-decoration: none;
}
.news-cards .item .cont a:hover {
	text-decoration: underline;
}

.news-cards .item h3 {
	padding: 0;
	margin-top: 0;
	margin-bottom: 2px;
	font-weight: 400;
	line-height: 30px;
}

.news-cards .item .price {
	font-size: 22px;
	color: #B5A067;
	line-height: 30px;
	font-weight: 400;
	margin: 0 0 2px 0;
	padding: 0 0 0 0;
}

.news-cards .item h3 a {
	font-size: 24px;
	line-height: 30px;
	color: #000000;
}

.news-cards .item .cont {
	text-align: left;
	height: 152px;
	overflow: hidden;
}

.news-cards .item .cont .text {
	margin-top: 8px; 
	font-size: 16px;
	line-height: 25px;
}

.news-cards .item .cont .text a {
	color: #888888;
}

.news-cards .item .more {
	margin-top: 20px;
}

.testimonials .item {
    position: relative;
    background: #fff;
}

.testimonials .item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: 0 0 0 10px #EBEBEB inset; /* 10px znamená vnitřní posunutí čáry */
  pointer-events: none; /* Toto zajistí, že čára nepřekryje obsah a neovlivní odkazy */

}

.testimonials .item h4 {
    float: left;
    margin-top: 30px;
    margin-left: 20px;
}

.testimonials .item h4 {
	font-weight: 300;
	text-transform: none;
	font-size: 28px;
    letter-spacing: 1px;
	line-height: 30px;
	color: #B5A067;
}

.testimonials .item .text {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
    line-height: 22px;
	margin-top: 8px;
	margin-bottom: 8px;
	color: #898787;
}

.testimonials .item .image {
    float: left;
}

.testimonials .item .image img{
	 border-radius: 50%;
	 max-height: 75px;
}

.testimonials .pad {
    padding: 22px 20px 20px 30px;
}

/* quick contact */
.quick_contact .text {
	margin-top: 0px;
}

.quick_contact .text a {	text-decoration: none; }
.quick_contact .text a:hover {	text-decoration: underline; }


/* newsletter_subscribe_quick */

#newsletter_subscribe_quick {
	text-align: center;
	display: inline-block;
	margin-top: 40px;
}

#nsq_input {
	float:left;
	border: none;
	background-color: rgba(255, 255, 255, 0.3);
	width:300px;
	height:46px;  
	line-height:42px;
	margin-right:0px;
	color: #fff;
	font-size: 16px;
	/*
	padding:0 8px;
	*/
}

#nsq_input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	 color: #fff;
}
#nsq_input::-moz-placeholder  { /* Firefox 19+ */
	color: #fff;
	opacity:  1;
}
#nsq_input:-ms-input-placeholder { /* IE 10+ */
	color: #fff;
}
#nsq_input:-moz-placeholder { /* Firefox 18- */
	color: #fff;
  opacity:  1;
}

#nsq_submit {
	float:left;
	border:0;
	margin:0; 
	padding:0 16px;
	height:46px;
	background-color: #fff;
	color: #DAA158;
	cursor:pointer;
	text-transform: none;
}

#nsq_submit:hover {
	background-color: #1B1B1B;
}

div.langs {
    display: inline; 
    vertical-align: top; 
    margin: 0 0 0 0; 
    padding: 0 0 0 0; 
}

select#select_lang, select#select_translate {
    vertical-align: top; 
    margin: 5px 0 0 0; 
    padding: 5px; 
    border: 1px solid #E7E7E7;
    border-radius: 2px;
    outline: 0 !important;
	margin-right: 25px;
	font-size: 20px !important;
}