/*************************/
/***   FONTS           ***/
/*************************/

@font-face {
    font-family: 'Roboto';
    src: url('/files/fonts/Roboto-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto';
    src: url('/files/fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: 'Roboto';
    src: url('/files/fonts/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: 'Roboto';
    src: url('/files/fonts/Roboto-Thin.ttf') format('truetype');
    font-weight: 200;
}

@font-face {
    font-family: 'Oswald';
    src: url('/files/fonts/Oswald-Regular.ttf') format('truetype');
    font-weight: normal;
}
@font-face {
    font-family: 'Oswald';
    src: url('/files/fonts/Oswald-Medium.ttf') format('truetype');
    font-weight: 500;
}
@font-face {
    font-family: 'Oswald';
    src: url('/files/fonts/Oswald-Bold.ttf') format('truetype');
    font-weight: bold;
}
@font-face {
    font-family: 'Oswald';
    src: url('/files/fonts/Oswald-Light.ttf') format('truetype');
    font-weight: 300;
}



* {
	margin: 0px;
	padding: 0px;
box-sizing: initial;
}
body {
      background-color: white;
      color: #4d4c4c;  
	font-size: 75%;
	text-align: left;
	font-family: Roboto,sans-serif;
	line-height: 1.4;
	height: 100%;
}

#main_content a[rel="lightbox[all]"] img, #main_content > div img{
    	position: relative;
    	display: inline-block;
	border: 1px solid white !important;
	margin: 4px;
}

#main_content a[rel="lightbox[all]"]:hover img{
	border: 1px solid #ee2722 !important;
}


header{
	position: relative; 
	width: 100%; 
	background: white url(/files/images/header.jpg) repeat-x center top;	
}

/* horni menu */
#menu_top {
	position: relative;
	height: 40px;
	width: 100%;
}

#hornimenu1, #header{
	width: 1170px;
	margin: 0 auto;
      font-family: 'Roboto',sans-serif;
	background: transparent;
	border-left: none;
	border-right: none;
	box-shadow: none;
}

#header{
	padding-bottom: 5px;
	position: relative;
	text-align: left;
	
}

#odkaz_na_uvod{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;	
}

#logo{
	background-image: url(/files/images/logo.png); 
      background-repeat: no-repeat; 
	background-position: left center; 
	min-height: 80px;
	display: inline-block;
	width: 264px;
	height: 125px;
	margin-right: 40px;
	margin-top: 7px;	
	position: relative;
}

#nadpis{
	margin-top: 20px;
	display: inline-block;
	vertical-align: top;
}
#nadpis p{
	font-size: 30px;
	color:  black;
	margin-bottom: 0;
	font-weight: normal;
	font-family: Oswald;
}
#nadpis p.big{
	font-size: 50px;
	text-transform: uppercase;
}

#kontakt{	
	color:  black;
	margin-bottom: 0;
	margin-top: 25px;
	display: inline-block;
	vertical-align: top;
	float: right;
}
#kontakt p{
	margin-bottom: 4px;
}
#kontakt .wrap{
	width: 215px;
    	padding-left: 100px;	
}
#kontakt p.tel a{
	background: url(/files/images/tel.png) no-repeat left center;
	padding-left: 25px;
	display: inline-block;
}
#kontakt p.mail a{
	background: url(/files/images/mail.png) no-repeat left center;
	padding-left: 25px;
	display: inline-block;
}
#kontakt p, #kontakt a{
	font-size: 18px;
	text-decoration: none;
	font-weight: normal;
	font-family: Oswald;
}
#kontakt a:hover{
	text-decoration: underline;
}	

.searchbox {
    display: inline-block;
    position: relative;
    margin-top: 15px;
}
.searchbox INPUT.search_text {
    background: white;
    font-family: Roboto;
    color: #585858;
    border: 1px solid #c6c5c5;
    width: 297px;
    margin: 0;
    padding: 8px;
    text-align: left;
    vertical-align: middle;
}
.searchbox INPUT.submit {
    background: transparent;
    background-image: url(/files/images/lupa.png);
    background-repeat: no-repeat;
    background-position: right center;
    border: none;
    color: #FFFFFF;
    position: absolute;
    right: 10px;
    top: 4px;
    height: 27px;
    width: 27px;
    margin: 0;
    cursor: pointer;
    padding: 0;
}

#mobile_open, #mobile_close {
    display: none;
    color: transparent;
    height: 0;
}

.ddmx .item1, .ddmx .item1:hover, .ddmx .item1-active, .ddmx .item1-active:hover {
    color: black;
    display: block;
    position: relative;
    text-decoration: none;
    text-align: center;
    font-size: 17px;
    font-weight: normal;
      padding: 3px 13px;
	margin-right: 3px;
}
.ddmx .ddmxlileft:first-of-type .item1{
	padding: 3px 5px;
}

.ddmx .item1:hover, .ddmx .item1-active, .ddmx .item1-active:hover, .ddmx .item1.selected {
    	background: #ed2c27;
	color: white;
}

.ddmxlileft .section{
	display: none;
      width: 200px;
      position: absolute;
      top: 73%;
      display: none;
      z-index: 1000;
	color: black;
	background: white;
	border: 1px solid #ed2b27;
}

 .ddmxlileft .section .ddmxlileft{
	width: 100%;
	background-image: none;
	position: relative;
}

 .ddmxlileft .section .ddmxlileft a{
	display: block;
	padding: 5px 8%;
	width: 84%;
	color: black;
	display: block;
	text-decoration: none;
	font-size: 15px;
}

 .ddmxlileft .section .ddmxlileft a:hover{
	background: #dcdcdc;
	text-decoration: underline;
	font-weight: bold;
}

.ddmxlileft a.item2 + .section{
      position: absolute;
      top: 0;
	left: 200px;
      border-top: none;
	display: none;
	color: black;
	background: #b4c902;
}

.ddmxlileft a.item2 + .section a:hover{
	background: white;
}

.ddmx .ddmxlileftsel, .ddmx .ddmxlileft {
    display: inline-block;
    padding: 0;
    margin: 0;
	background: url(/files/images/delitko.png) no-repeat right center;
}

.ddmx .ddmxlileftsel:last-of-type, .ddmx .ddmxlileft:last-of-type{
    background: transparent;	
}
#intro{
	position: relative;
}

#intro img{
	width: 100%;
	height: auto;
	display: block;
}

#stripe{
	padding: 10px 0;
	background: #231f20;
}
#stripe p{
	width: 96%;
	max-width: 1170px;
	margin: 0 auto;
}
#stripe p span{
	background: url(/files/images/tick.png) no-repeat left top;
	padding-left: 30px;
	color: white;
	font-weight: normal;
	font-family: Roboto;
	font-size: 17px;
	margin-right: 40px;
}

/* hlavni sloupec */
#main_content {
	height: auto;
	padding: 15px 0;
	text-align: left;
	width: 1170px;
	margin: 0 auto;
	display: block;
}

.kontakt{
	width: 330px;
	display: inline-block;
}

.kontakt p:first-of-type, .kontakt h3{
      font-family: 'Roboto',sans-serif;
	margin: 10px 0;
}

.kontakt p{
	margin-bottom: 8px;
}

.kontakt strong, .kontakt strong a{
	color: black;
	font-size: 15px;
}

#main_content table { 
border: none; width: auto; height: auto; 
} 
#main_content td { 
border: 1px solid #E4E4E4; padding: 10px; line-height: 1.3em;  
} 
/* paticka */
#footer {
	color: #4a4949;
	height: auto;
	width: 1170px;
	margin: 0 auto;
	text-align: left;
	background: transparent;
	border: none;
}
footer{
  background: white;
  z-index: 0;
  width: 100%;

}
#footer a,
#footer a:visited,
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* resetovac */
#reset {
	border:  0px none;
	margin:  0px;
	padding: 0px;
	float: none;
	clear: both;
	width: 0px;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}
/**********************************/
/*         DEFAULTNI HODNOTY
/*********************************/

h1, h2, h3, h4 {
  line-height: 1.3em;
  margin: 0 0 12px 0;
  text-align: left;
}
h1 {
    color: black;
    font-size: 35px;
    font-weight: 400;
    text-align: left;
    margin-top: 10px;
    font-family: Oswald;
}

h1.cent{
	text-align: center;
}
h2 {
	color: #ee2722;
	font-size: 27px;
	font-weight: 400;
	font-family: Oswald;
}
h3 {
	color: black;
	font-size: 24px;
	font-weight: 300;
	clear: both;
	font-family: Oswald;
}
h3.special{
	color: black;
	border-bottom: 1px solid black;
	padding-bottom: 5px;
}
h4 {
	color: black;
	font-size: 20px;
	font-weight: 500;
	font-family: Oswald;
}
p, li {
  margin: 0 0 12px 0;
  line-height: 1.3em;
  font-size: 17px;
  list-style-type: none;
  color: black;
  font-weight: 300;
}

#main_content ul{
	padding-left: 0;
}

#main_content li{ 
 	background: url(/files/images/odr.png) no-repeat left top 7px;
  	list-style: none;
	padding-left: 20px;
	font-size: 17px;
}

img {
	margin: 0; 
	max-width: 100%;
}

a,
a:visited {
    color: black;
    font-size: 17px;
}
a:hover {
	text-decoration: underline;
	color: #ee2722;
}
table {
	border-collapse: collapse;
	border: none;
  margin: 0 0 12px 0;
}
table td {
  vertical-align: top;
  text-align: left;
}
ul, ol {
	list-style-position: outside;
	margin: 0 0 12px 0px;
}

#banners{
	width: 90%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 10px;
}

.banner{
	width: 24%;
	display: inline-block;
	text-align: center;
	position: relative;
}

.banner h2{
	text-align: center;
	color: black;
	font-family: Oswald;
	font-weigth: 500;
	font-size: 24px;
	padding-bottom: 8px;
}

.banner a{
	text-decoration: none;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
}

.banner .ban_img{
	display: inline-block;
	position: relative;	
}

.banner .ban_img img{
	width: auto;
	border: none !important;
	margin: 0 !important;
	display: block;
	max-width: 100%;
	max-height: 350px;
	border: 5px solid white !important;
}
.banner p.vice{
	text-decoration: underline;
}
.banner:hover p.vice, .banner:hover h2{
	color: #ee2722;
}

div.box {
    	border: 1px solid black;
    	padding: 15px 10px 6px 10px;
    	margin-bottom: 25px;
	text-align: center;
	background: url(/files/images/kontakt_bcg.jpg) no-repeat center center;
	background-size: auto 95%;
}
div.box h3{
	font-family: Oswald;
    	font-weight: 300;
    	font-size: 31px;	
	text-align: center;
}
.button {
    	margin-bottom: 25px;
    	margin-top: 10px;
    	text-align: center;
}
.button a {
    display: inline-block;
    background: #ee2722;
    color: white;
    font-weight: 400;
    font-size: 31px;
	line-height: 35px;
    padding: 10px 50px 16px 50px;
	font-family: Oswald;
    text-decoration: none;
}
.button a:hover {
    background: #d00702;
}

#main_content table {
  border: none;
  width: auto;
  height: auto;
}

#main_content td {
  border: 1px solid #E4E4E4;
  padding: 10px;
  line-height: 1.3em;
  font-size: 15px;
  color: #4d4c4c;
  margin-bottom: 5px;
}

/**********************************/
/*  FORMULARE 
/*********************************/

#popForm, #popForm2{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;	
	left: 0;
	display: none;
	z-index: 1000;
	background: rgba(50,50,50,0.5);
}
#popForm > div, #popForm2 > div{
	width: auto;
	max-width: 500px;
	margin: 0 auto;
	margin-top: 5%;
	background: white;
	position: relative;
	border-radius: 8px;
-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
}
#popForm > div{
	max-width: 700px;
}
#popForm2 > div{
	padding: 20px;
}
#form_main {
  position: relative;
  padding: 20px;
  height: auto; 
  width: calc(100% - 40px);
}
#form_main fieldset{
	border: none;
}
div#close, div#close2 {
    position: absolute;
    top: 0px;
    right: 5px;
    cursor: pointer;
    font-size: 25px;
}
#form_main p {
  float: left;
  clear: both;
}
#form_main input, #form_main textarea, #form_main select{
  float: right;
  padding: 1.5%;
  width: 60%;
  margin-bottom: 5px;
  color: #000;
  border: 1px solid rgb(207,216,221);
  background-color: rgb(240,241,243);
    font-size: 15px;
    font-family: "Roboto";
    font-weight: 300;
}
#form_main select{
	padding: 0 1.5%;
	width: 63%;
}

#form_main input.alert, #form_main textarea.alert{
	border: 1px solid red;
}

#form_main textarea{
	height: 100px;
}

h2.form_title{
	font-size: 30px;
	color: #292929;
	font-weight: 300;
	margin-top: 8px;
}

#form_main p.submit{
	float: right;
	margin-top: 10px;
	clear: right;
}
#form_main p.gdpr{
	margin-top: 12px;
}
#form_main p.submit input{
	padding: 7px 30px;
    	color: white;
    	background: #ee2722;
	cursor: pointer;
	display: inline-block;
	width: auto;
	float: right;
	font-size: 15px;
	border: none;
	font-family: Oswald;
	font-weight: 500;
}

#form_main p.submit input:hover{
	    background: #d00702;
}
p.red{margin-left: 60px;}

input.alert,
textarea.alert {
  border: solid 1px red;
}

/**********************************/
/*  MODULY 
/*********************************/

/* hlavicka - odkaz logo */
#head .link_logo  {
	background: url(/files/images/sablona1/logo.png);
	float: left;
	width: 397px;
	height: 78px;
	display: block;
	margin-top: 30px;
    margin-bottom: 10px;
}
/* clear obtekani */
.clear {
	border:  0px none;
	margin:  0px;
	padding: 0px;
	float: none;
	clear: both;
	width: 0px;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}
/**********************************/
/*  FOOTER 
/*********************************/

#nadpatickou{
	background: white url(/files/images/header.jpg) repeat-x top center;
}
#nadpatickou > div{
	max-width: 900px;
	display: table;	
	margin: 0 auto;
	padding: 25px 0;
}
#nadpatickou .column{
	display: table-cell;
	padding: 20px 30px;
	vertical-align: middle;
	padding-bottom: 0;
}
#nadpatickou .column:nth-of-type(1){
	padding-top: 0;
}
#nadpatickou .column:nth-of-type(2){
	border-left: 2px solid black;
	border-right: 2px solid black;
	width: 28%;
	background: url(/files/images/loc.png) no-repeat center top;
}

#nadpatickou .column .mail{
	background: url(/files/images/mail.png) no-repeat left center;
	padding-left: 25px;
	display: block;
}
#nadpatickou .column .tel{
	background: url(/files/images/mobil.png) no-repeat left 4px center;
	padding-left: 25px;
	display: block;
}
#nadpatickou .column .mail a, #nadpatickou .column .tel a{
	text-decoration: none;
}
#nadpatickou .column .mail a:hover, #nadpatickou .column .tel a:hover{
	text-decoration: underline;
}

/* paticka */
#footer {
	color: white;
	height: auto;
	width: 750px;
	margin: 0 auto;
	text-align: center;
	background: transparent;
	border: none;
}
footer {
  	background: #212121;
  	z-index: 0;
  	width: 100%;

}
#footer_text{ 
	padding: 2em 0; 
}
#footer #footer_text, #footer #footer_text p, #footer #footer_text a{
	color: white;
	font-size: 15px;
}
#footer #footer_text a{
	text-decoration: underline;
}
#footer #footer_text a:hover{
	text-decoration: none;
}
#footer #footer_text p:first-of-type{
	border-bottom: 1px solid #4f4f4f;
	padding-bottom: 12px;
}
#footer #footer_text p.yellow{
	display: inline-block;
}


/***********
RESPONSIVE
************/

@media screen and (max-width: 1190px){

#hornimenu1{
	width: 100%;
}

#header, #main_content, .form_content, #footer{
	width: 96%;
	margin: 0 auto;
}

.form_content fieldset{
	margin-right: 3%;
	margin-bottom: 15px;
}


.form_content fieldset p input, .form_content fieldset p textarea{
	width: 96%;
	padding: 5px 2%;
}

#menu_top{
	height: auto;
	clear: both;
}

.ddmx .ddmxlileftsel, .ddmx .ddmxlileft{
	float: none;
	display: inline-block;
	position: relative;
}

#logo{
	padding: 0;
}

#logo p{
	text-align: left;
}

figcaption{
	font-size: 20px;
}
#stripe p span{
	display: block;
}

.caption{
	width: 60%;
}
#mobile_open, #mobile_close{
    text-align: center;
    width: 100%;
    height: 30px;
    padding-bottom: 15px;
    margin-bottom: 10px;
    vertical-align: top;
    cursor: pointer;
    color: #2C2C2C;
}

#mobile_open {
    background: url(/files/images/hamburger.png) no-repeat center bottom;
    display: block;
}
#mobile_close {
    background: url(/files/images/close.png) no-repeat center bottom;
}
#hornimenu1 {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 50;
    background: white;
    padding-bottom: 30px;
}
#hornimenu1.visible {
    display: block;
    overflow: hidden;
}
#hornimenu1.visible .ddmxlileft .section{
	width: 100%;
	position: relative;
	top: auto;
	left: auto;
}
.ddmxlileft .section .ddmxlileft{
	text-align: center;
}
.ddmx .ddmxlileftsel, .ddmx .ddmxlileft{
	display: block;
}

.ddmxlileft .section{
	width: 100%;
	display: block !important;
}
}

@media screen and (max-width: 940px){
.banner{
	width: 49%;
}
#kontakt{
	float: none;
	display: block;
}
#kontakt .wrap{
	float: left;
	padding-left: 0;
}
.searchbox{
	float: right;
	margin-top: 0;
}
}

@media screen and (max-width: 800px){
#logo {
    	width: 96%;
    	margin: 0 2%;
    	background-position: top center;
    	padding-left: 0;
    	margin-top: 10px;
}
#odkaz_na_uvod{
	width: 100%;
	margin-right: 0;
	text-align: center;
	background-position: center center;
}
#kontakt{
	float: none;
	text-align: center;
	width: 100%;
	margin-top: 0;
}
#nadpis{
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}
#kontakt .wrap{
	float: none;
	display: inline-block;
}
.searchbox{
	float: none;
	display: block;
}
.searchbox INPUT.search_text{
	width: calc(100% - 18px);
}
#nadpatickou > div{
	display: block;
}
#nadpatickou .column{
	display: block;
	width: calc(100% - 40px);
	padding: 20px;
	text-align: center;
}
#nadpatickou .column:nth-of-type(2){
	width: calc(100% - 40px);
	padding: 20px;
	border-left: none;
	border-right: none;
	background: none;
}
#nadpatickou .column .mail, #nadpatickou .column .tel{
	display: inline-block;
}
#form_main p{
	float: none;
}
#form_main input, #form_main textarea, #form_main select{
	width: calc(97% - 2px);
}
}
	
@media screen and (max-width: 640px){

#logo p{
	text-align: center;
}

.banner{
	width: 60%;
	margin-bottom: 10px;
}

#main_content .banner .ban_img img{
	width: 100%;
	max-width: 100%;
	display: inline-block;
}

#form_main div.column {
    width: 100%;
}

.def #stripe{
	display: none;
}

div.box, div.box:nth-of-type(2){
	width: 92%;
	float: none;
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
}

#main_content img{
	height: auto !important;
	width: auto !important;
}

#main_content .reference_col_container.detail .reference_big img {
    width: calc(100% - 10px) !important;
    margin: 0;
    height: auto;
}

#main_content a[rel="lightbox[all]"]{
	max-width: 94%;
}

div.kontakt, iframe{
	width: 100% !important;
}
#intro {
    overflow: hidden;
}
.caption{
	bottom: auto;
	top: 0;
    	left: 5px;
    	right: 5px;
	line-height: 30px; 
	width: 60%;     
}

.caption p{
	font-size: 15px;
}

}

@media screen and (max-width: 480px){
.caption{
	display: none;
}
}



div.modal-dialog .modal-content {
    border: none;
    border-radius: 16px;
}

button#modal-launch {

    display: inline-block;
    background: #ee2722;
    color: white;
    font-weight: 400;
    font-size: 31px !important;
    line-height: 35px !important;
    padding: 10px 50px 16px 50px;
    font-family: Oswald;
    text-decoration: none;
}

a.button{
font-size: 31px !important;
}


.modal-body button{
    background: #ee2722;
}

.modal-body button:hover{
    background: #FF2722;
}


