 /*
Theme Name: Domcentrum, s.r.o.
Description: Téma robená na mieru pre spoločnosť Domcentrum, s.r.o.
Author:  Filip Bocko
Author URI: http://studiodesign.sk/
Version: 1.0
*/

@import url(css/normalize.css);
@import url(css/component.css);
@import url(css/font-awesome.min.css);
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro&subset=latin-ext');

/*
font-family: 'Montserrat', sans-serif;
font-family: 'Roboto', sans-serif;
*/

@font-face {
    font-family: 'GalanoGrotesque';
    src: url('fonts/GalanoGrotesque-MediumItalic.eot');
    src: url('fonts/GalanoGrotesque-MediumItalic.eot?#iefix') format('embedded-opentype'),
         url('fonts/GalanoGrotesque-MediumItalic.woff') format('woff'),
         url('fonts/GalanoGrotesque-MediumItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GalanoGrotesque';
    src: url('fonts/fontawesome-webfont.eot');
    src: url('fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/fontawesome-webfont.woff') format('woff'),
         url('fonts/fontawesome-webfont.woff2') format('woff2'),
         url('fonts/fontawesome-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}



/* --------- Header ---------- */

html {
  position: relative;
  min-height: 100%;
}

body{
  margin-bottom: 151px;
}

header, main, footer{
	font-family: 'Montserrat', sans-serif;
	font-size: 21px;
	color: #2c2c2c;
}

header{
	margin-top: 95px;
}

header #top{
	height: 95px;
	background-color: #fff;
	box-shadow: 0px 0px 8px rgba(0,0,0, 0.2);
}

header .logo{
	margin-top: 10px;
}

header .menu{
	margin-top: 45px;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	float: right;
	margin-right: 70px;
}

header .menu nav{
}

header .menu nav a{
	color: #3c3950;
	margin-left: 45px;
}

header .responsive-menu{
	margin-top: 37px;
}

header .slider{
	position: relative;
}

header .slider .nadpis{
	position: absolute;
	bottom: 50px;
	text-transform: uppercase;
	font-size: 40px;
	background-color: rgba(255,255,255, 0.8);
	font-weight: 600;
	padding: 2px 12px;
}

header .slider img{
	width: 100%;
	height: 451px;
}

header .slider .red-line{
	width: 100%;
	height: 97px;
	background-color: #820522;
}

header .sub-menu{
    font-family: 'GalanoGrotesque', sans-serif;
	font-size: 21px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0 25px;
	margin-top: 20px;
	line-height: 19px;
}

header .sub-menu table{
	width: 100%;
	border: none;
	padding-right: 100px;
}

header .sub-menu table td{
    text-align: center;
	min-width: 165px;
	position: relative;
}

header .sub-menu table td:after{
	content: '';
	background-image: url(images/predel.png);
	width: 2px;
	height: 97px;
	position: absolute;
	right: 0;
	top: -20px;
}


header .sub-menu a{
    color: #fff;
    text-decoration: none;
    vertical-align: middle;
}


/* --------- Main ---------- */
main {
	padding-bottom: 151px;
}

.background{
	background-color: rgba(135,4,34, 1);
}

main h2{
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	color: #2c2c2c;
}

section.referencie h2{
	color: #fff;
}

main .obsah .zvyrazni{
    color: #ff7d07;
    font-weight: 400;
}

main .obsah h2{
	margin-bottom: 28px;
}

main .cesta{
	color: #fff;
	font-size: 17px;
	font-weight: normal;
	padding: 10px 0px;
	font-family: calibri, Arial, Helvetica, sans-serif;
}

main .cesta a{
	color: rgba(255,255,255, 0.6);
}

main section.uvod-menu{
	background-image: url(images/background-green.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-transform: uppercase;
}

main section.uvod-menu .dotacie-text{
	text-transform: none;
	margin-top: 42px;
	text-align: justify;
}

main .menu-rozpis ul li{
	background: url('images/li-tag.png') no-repeat left top;
	padding: 7px 0px 13px 64px;
    /* reset styles (optional): */
    list-style: none;
    margin: 0;
}

/* ---- ZD ---- */
.menu-rozpis .zd-jednotliva{
	float: left;
	margin-left: 120px;
}

main .uvod-menu .zd-jednotliva h2{
	color: #555555;
	line-height: 20px;
    text-align: center;
	font-size: 16px;
	
    background: -webkit-linear-gradient(#555555, #555555);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;	
}

main .uvod-menu .zd-jednotliva a:hover{
	text-decoration: none;
}

.menu-rozpis .zd-jednotliva h2{
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
}

.menu-rozpis .zd-jednotliva img{
	width: 133px;
	height: 133px;
}



main .obsah,
main .obsah-dotacie{
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #5e5e5e;
	font-weight: 300;
	padding-bottom: 25px;
	text-align: justify;
}

main .obsah strong{
	font-weight: 500;
}

main .obsah a{
	color: #ff7d07;
}

main .obsah-dotacie{
}

/* ---- Menu - Hlavne ---- */
.background-menu{
	background-image: url(images/background.png);
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 545px;
}

.odkazy-hlavne ul li:before,
.odkazy-vedlajsie ul li:before{
	content: '';
}

.odkazy-hlavne a,
.odkazy-vedlajsie a{
	color: #2c2c2c;
}

.odkazy-hlavne{
	font-weight: 600;
	font-size: 40px;
	margin-top: 71px;
	text-transform: uppercase;
}

.odkazy-vedlajsie{
    margin-top: 80px;
    margin-bottom: 40px;
}

.odkazy-vedlajsie ol{
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
	width: 545px;
}

.odkazy-vedlajsie ol.kariera{
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
	width: 645px;
}

.odkazy-vedlajsie ol li{
	display: inline-block;
	padding-bottom: 5px;
}

.menu-referencie{
}

.menu-referencie li:before{
	content: '';
}

li.referencia{
	width: 270px;
	float: left;
	margin-left: 30px;
}

ul.referencie-gallery li.referencia h3{
	font-size: 25px;
}

h2.sluzby{
	text-transform: uppercase;
	margin-bottom: 25px;
}

.text-sluzby{
	font-size: 20px;
}

#sluzby.col-sm-5{
	padding-top: 43px;
}

/* ---- Menu - uvod ---- */

/*main .vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}*/

main .co-robime{
	font-weight: 400;
	color: #59a92c;
	margin-left: 5px;
	margin-bottom: -10px;
	font-weight: 500;
}

main .uvod-menu h2{
	font-weight: 600;
	font-size: 50px;
	line-height: 55px;
	
    background: -webkit-linear-gradient(#aae25b, #59a92c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;	
}

main .uvod-menu .height220{
	height: 220px;
}


main .uvod-menu .left{
	margin-top: 49px;
}

.front-page-dotacie-loga{
	margin-top: 13px;
}

.front-page-dotacie-loga img{
	width: 100%;
}

main .uvod-menu .right{
	padding-bottom: 30px;
}


main .uvod-menu ol{
	margin-top: 63px;
	line-height: 40px;
}

main .uvod-menu ol ol{
	margin-top: auto;
	padding: 5px 0 10px 67px;
	line-height: 30px;
}

main .uvod-menu ol ol li:before{
	content: '';
}

.menu-rozpis{
	text-transform: uppercase;
    padding-top: 30px;
    margin-bottom: 13px;
    overflow: hidden;
}

.menu-rozpis ul li a,
.odkazy-vedlajsie ul li a,
.menu-rozpis ul li a{
	color: #2c2c2c;
	border-bottom: solid 2px rgba(89,169,44, 0);

	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.menu-rozpis ul li a:hover,
.odkazy-vedlajsie ul li a:hover{
	text-decoration: none;
	border-color: rgba(89,169,44, 1);
}

.odkazy-hlavne ul li a{
	color: #2c2c2c;
	text-decoration: none;

	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.odkazy-hlavne ul li a:hover{
	text-decoration: none;
	color: #980d2a;
}


/* --- Referencie --- */

main section.referencie{
	background-image: url(images/background-referencie.jpg);
	background-position: center -10px;
	background-repeat: no-repeat;
	background-color: #f0f0f0;
	text-transform: uppercase;
	color: #fff;
}

section.referencie h2{
	text-align: center;
	font-size: 19px;
	font-weight: bold;
	margin-top: 39px;
	margin-bottom: 27px;
	color: #2c2c2c;
}

.referencie-gallery h3{
	position: absolute;
	bottom: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 25px;
	font-weight: 600;
}

.podtrzitko{
	width: 63px;
	height: 2px;
	background: #ff1d1d;
	margin: 0 auto;
	text-indent: 9999px;
	overflow: hidden;
	margin-bottom: 25px;
}

section.referencie img{
	margin: 0;
	padding: 0;
	float: left;
}

section.referencie ul.referencie-gallery{
	margin: 0;
	overflow: hidden;
}

section.referencie li:before{
	content: '';
}


/* ---- Novinky ---- */

section.predajna {
	background-image: url(images/background.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-transform: uppercase;

    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-filter: "FlipH";
    filter: FlipH;
}

section.predajna .container{
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-filter: "FlipH";
    filter: FlipH;
}

section.predajna .predajna-fotky{
    float: right;
    margin-top: 4px;
    margin-left: 18px;
    width: 540px;
}

section.predajna .predajna-fotky img{
	float: left;
	width: 264px;
	height: 210px;
    margin-left: 4px;
    margin-bottom: 4px;
}

section.predajna h2{
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 72px;
	position: relative;
}

section.predajna h2 a{
	color: #2c2c2c;
	text-decoration: none;

	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

section.predajna h2 a:hover{
	color: #980d2a;
}


section.predajna h2:before{
	content: '';
	background-image: url(images/podtrzitko.png);
	width: 63px;
	height: 2px;
	position: absolute;
	bottom: -29px;
}

section.predajna .predajna-text{
	text-transform: none;
	padding: 40px 0;
	text-align: justify;
	font-size: 19px;
}

section.predajna .slogan{
	float: right;
    margin-top: 12px;
    margin-bottom: 20px;
}


/* ---- Novinky - obsah ---- */

.novinka-category-jednotliva{
	overflow: hidden;
	padding-bottom: 21px;
	padding-left: 20px;
    padding-right: 25px;

	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

/* 
.novinka-category-jednotliva a:hover span{
	text-decoration: none;
}

.novinka-category-jednotliva h3{
	border-bottom: solid 2px rgba(152,13,42, 0);
}

novinka-category-jednotliva a:hover h3{
	border-color: solid 2px rgba(152,13,42, 1);
	text-decoration: underline;
}
*/

.novinka-category-jednotliva:nth-child(even){
	background-color: #dcdcdc;
}

.novinka-category-jednotliva .obrazok{
	margin-top: -64px;
}

.novinka-category-jednotliva .obrazok img{
	width: 250px;
	height: auto;
	float: right;
}



/* ---- Kontakt ---- */

section.kontakt{
	background-image: url(images/background-kontakt.jpg);
	background-position: center top;
	text-transform: uppercase;
}

section.kontakt h3{
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 27px;
	margin-top: 113px;
	position: relative;
}

section.kontakt p{
	font-size: 15px;
	font-weight: 600;
	line-height: 25px;
}

section.kontakt p.pomoc{
	font-size: 15px;
	font-weight: 600;
	margin-top: 45px;
}

section.kontakt p.pomoc-kontakt{
	font-size: 15px;
	font-weight: 600;
	margin-top: 40px;
}

section.kontakt table.otvaracie-hodiny{
    font-size: 17px;
    width: 83%;
}

section.kontakt .cislo{
	color: #ff8827;
	font-size: 40px;
	font-weight: 600;
	margin-top: 12px;
	margin-bottom: 24px;
}

section.kontakt a{
	color: #ff8827;
	text-decoration: none;
}

section.kontakt iframe{
	float: right;
	margin-top: 113px;
	border: solid 1px #e0e6e9;
}

section.kontakt .kontakt-right{
	padding-bottom: 220px;
}

section.kontakt .col-sm-7 .mapa{
	border: solid 1px #e0e6e9;
}

.iframe-container{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* Ratio 16:9 ( 100%/16*9 = 56.25% ) */
}
.iframe-container > *{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

/* ---- Footer ---- */

footer{
	background-color: #2c2c2c;
	height: 151px;

	position: absolute;
	bottom: 0;
	width: 100%;
}

footer .logo{
	margin-top: 35px;
	float: left;
}

footer p{
	font-family: calibri, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #afb4b4;
    margin-top: 37px;
    padding-left: 15px;
    overflow: hidden;
}

footer p span{
	margin-left: 20px;
    font-size: 16px;
}

footer .studiodesign{
	margin-top: 25px;
	float: right;
	margin-right: 10px;
}

footer .znacky{
	text-transform: uppercase;
	font-size: 16px;
	margin-top: 34px;
    margin-left: 8px;
}

footer .znacky a{
	color: #fff;
	padding: 5px 10px;
	margin-left: 10px;
	background-color: rgba(255,255,255,0.21);
	border-radius: 3px;
}

/* ---- Kontakt ---- */
table.kontakt td:nth-child(even){
	padding-left: 30px;
}


/* ---- Contact form 7 ---- */
.wpcf7 {
	font-family: "Source Sans Pro";
}

.wpcf7 .wpcf7-text,
.wpcf7 .wpcf7-textarea{
  text-indent: 0px;
}
.wpcf7 p{ position: relative; }
.wpcf7 p .fa{
  position: absolute;
  color: #b6c6c9;
  z-index: 100;
  font-size: 18px;
  top: 30%;
  right: 3%;
}
.wpcf7 p .fa-pencil{ top: 4%; }

.wpcf7 input,
.wpcf7 textarea{
	border: solid 1px #dfe5e8;
}

.wpcf7 .wpcf7-text,
.wpcf7 .wpcf7-textarea{
	background-color: #f4f6f7;
	color: #3c3950; 
	font-family: "Source Sans Pro";
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	margin: 0px;
	padding: 10px 12px 10px 20px;
	width: 100%;
}

.wpcf7 .kontaktOdoslat{
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	color: #ffffff; 
	background-color: #ff7d07;
	font-size: 20px;
	font-weight: bold;
	height: 50px;
	line-height: 30px;
	margin: 5px 15px 0px 0px;
	padding: 10px 40px;
	border: none;
	border-radius: 5px;
	text-transform: uppercase;

	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.wpcf7 .kontaktOdoslat:hover{
	background-color: #3c3950;
}



input.wpcf7-not-valid {
    border: 1px solid #ff0000;
}


.wpcf7-not-valid-tip {
    display: none;
}

.wpcf7-validation-errors {
    background: #ffe2e2;
    border: 1px solid #ff0000;
    color: #C10000;
}
 
.wpcf7-response-output {
    padding: 15px;
    border-radius: 5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;	
}



.wpcf7-spam-blocked {
     background: #e2e2e2;
     border: 1px solid #bcbcbc !important;
     color: #383838;
}

.wpcf7-mail-sent-ng {
     background: #fcf8e3;
     border: 1px solid #ac9163 !important;
     color: #8a6d3b;
}

.wpcf7-mail-sent-ok {
     background: #dff0d8;
     border: 1px solid #3c763d !important;
     color: #3c763d;
}
 
.wpcf7-spam-blocked {
     background: #e2e2e2;
     border: 1px solid #bcbcbc !important;
     color: #383838;
}
 
.wpcf7-mail-sent-ng {
     background: #fcf8e3;
     border: 1px solid #ac9163 !important;
     color: #8a6d3b;
}
 
.wpcf7-mail-sent-ok {
     background: #dff0d8;
     border: 1px solid #3c763d !important;
     color: #3c763d;
}

.wpcf7-response-output{
	font-size: 15px;
	margin-bottom: 15px;
}


/* ---- Stylizacia text - Referencie ---- */

.referencie-stredny-col{
	margin-top: 37px;
}

.referencie-pravy-col{
	margin-top: 43px;
}

.referencie-row-padding-right{
	padding-right: 25px;
}

img.width100{
	width: 100%;
	padding: 20px 0;
	margin-top: 50px;
}


/* ---- Responsive ---- */


@media (max-width: 1330px) {
	header .menu nav{
		margin-right: 30px;
	}
}

@media (max-width: 1250px) {
	header .menu nav{
		margin-right: 60px;
	}
}


@media (max-width: 1200px) {
	main .uvod-menu h2{
		font-size: 45px;
	}
	
	section.kontakt .cislo{
		font-size: 35px;
		margin-bottom: 25px;
	}
	
	section.kontakt p.pomoc{
		font-size: 18px;
		margin-top: 30px;
	}
	
	section.kontakt p{
		font-size: 18px;
	}

	header .menu nav{
		margin-right: 0px;
	}
	
	.menu-rozpis .zd-jednotliva img{
		width: 105px;
		height: 105px;
	}
	
	.menu-rozpis .zd-jednotliva{
		margin-left: 100px;
	}
	
	.text-background img{
		width: 100%;
	}
	
	img.width100{
		width: 100%;
		padding: 20px 0;
	}
	
	footer p{
		padding-left: 0px;
	}

}

@media (max-width: 1200px) and (min-width: 991px) {

	section.predajna .predajna-fotky img{
		width: 214px;
		height: 170px;
	}
	
	section.predajna .predajna-fotky{
		margin-top: 0px;
    	margin-bottom: 7px;
		width: 450px;
	}
}



@media (max-width: 1130px) {
	header .menu nav{
		margin-right: 40px;
	}
}


@media (max-width: 1050px) {
	header .menu nav{
		margin-right: 60px;
	}
}



@media (max-width: 1100px) {
	section.referencie h2{
		font-size: 19px;
		margin-top: 39px;
		margin-bottom: 27px;
	}
	
	.podtrzitko{
		margin-bottom: 25px;
	}
	
	.referencie-gallery li a div h3{
		font-size: 22px !important;
    	letter-spacing: 1px !important;
	}
}

@media (max-width: 991px) {
	main .uvod-menu h2{
		font-size: 35px;
	}
	
	section.kontakt h3{
		font-size: 25px;
	}
	
	section.kontakt .cislo{
		font-size: 30px;
	}
	
	section.kontakt p{
		font-size: 14px;
	}
	
	header .slider .nadpis{
		font-size: 35px;
	}

	header .menu nav{
		margin-right: 0px;
	}
	
	.menu-rozpis .zd-jednotliva{
		margin-left: 55px;
	}
	
	.menu-rozpis .zd-jednotliva h2{
		font-size: 14px;
	}
	
	main section.uvod-menu .dotacie-text{
		font-size: 18px;
	}
	
	section.predajna .predajna-text{
		font-size: 18px;
	}	

}

@media (max-width: 991px) and (min-width: 768px) {

	section.predajna .predajna-fotky img{
		width: 190px;
		height: 151px;
	}
	
	section.predajna .predajna-fotky{
		width: 390px;
	}
}

@media (max-width: 891px) {
	header .menu nav{
		margin-right: 40px;
	}
}


@media (max-width: 800px) {
	header .menu nav{
		margin-right: 60px;
	}
}


@media (max-width: 768px) {
	header .menu{		
		position: absolute;
		right: 30px;
		padding-bottom: 0;
	}
	
	header .menu nav a{
		margin-left: 35px;
	}
	
	header .sub-menu{
		font-size: 16px;
	}
	
	/*header .logo{
		text-align: center;
	}*/
	
	section.predajna .predajna-fotky img{
		width: 190px;
		height: 151px;
	}
	
	section.predajna .predajna-fotky{
		width: 100%;
	}
	
	/*header .menu{
		box-shadow: 0 4px 2px -2px rgba(0,0,0,0.2);
	}*/

	.menu-rozpis .zd-jednotliva img{
		width: 105px;
		height: 105px;
	}
	
}

@media (max-width: 768px) and (min-width: 580px) {
	.menu-rozpis .zd-jednotliva img{
		width: 105px;
		height: 105px;
	}
	
	.menu-rozpis .zd-jednotliva{
		margin-left: 30px;
	}
	
	.menu-rozpis .zd-jednotliva h2{
		font-size: 16px;
	}
}

@media (max-width: 720px) {
	header #top{
		height: 80px;
	}
	
	header{
		margin-top: 80px;
	}

	
	header .menu{
		margin-top: 35px;
		right: -38px;
	}
	
	button#responsive-menu-pro-button{
		top: 17px !important;
		width: 60px !important;
	}	
	
	.responsive-menu-pro-button-text{
		display: none !important;
	}
	
	#responsive-menu-pro-title-image img{
		width: 134px;
		margin-top: 3px;
    	margin-bottom: -3px;	
	}
	
	header .logo img{
		width: 200px;		
	}
	
	header .sub-menu{
		padding: 0;
		padding-bottom: 5px;
	}
	
	header .slider .red-line{
		height: auto;
	}
	
	header .sub-menu table td:after{
		height: 70px;
		top: -2px;
	}
	
	header .sub-menu table{
		margin-top: -18px;
	}

	header .slider .nadpis{
		font-size: 30px;
		bottom: 30px;
	}
	
	main .uvod-menu .left{
		margin-top: 40px;
	}
	
	main .uvod-menu h2{
		font-size: 40px;
    	line-height: 48px;
	}
	
	main .uvod-menu .height220{
		text-align: center;
		height: auto;
	}
	
	section.referencie h2{
		font-size: 19px;
		margin-top: 39px;
		margin-bottom: 27px;
	}
	
	.podtrzitko{
		margin-bottom: 43px;
	}
	
	.referencie-gallery li a div h3{
		font-size: 18px !important;
    	letter-spacing: 0px !important;
	}
	
	section.novinky .novinky{
		padding-left: 0;
		margin-top: 55px;
		text-align: center;	
	}
	
	section.novinky h2:before{
		margin-left: 50px;
	}
	
	section.kontakt h3{
		margin-top: 73px;
	}
	
	section.kontakt p.pomoc{
		margin-top: 0;
		font-size: 20px;
	}
	
	section.kontakt{
		text-align: center;
	}
	
	section.kontakt .cislo{
		font-size: 35px;
	}
	
	section.kontakt p{
		font-size: 20px;
		line-height: 28px;
	}
	
	section.kontakt .kontakt-right{
		margin-top: -80px;
		padding-bottom: 170px;
	}
	
	.loga-eu{
		padding-bottom: 25px !important;
		margin-top: 0 !important;
		text-align: center !important;
	}

	main section.uvod-menu .dotacie-text{
		font-size: 17px;
	}
	
	section.predajna .predajna-text{
		font-size: 17px;
	}	
	
}

@media (max-width: 693px) {
	header .slider .red-line{
		display: none;
	}
	
	.slide-textbox{
		display: none;
	}
}

@media (max-width: 686px) {
	footer p{
		font-size: 15px;
	}
	
	footer span{
		font-size:14px;
	}
	
	section.kontakt table.otvaracie-hodiny{
		width: 90%;
	}
	
}

@media (max-width: 635px) {
	.menu-rozpis .zd-jednotliva img{
		width: 120px;
		height: 120px;
	}

	.menu-rozpis .zd-jednotliva {
		width: 134px;
    	margin-bottom: 10px;
		margin-left: 70px;
	}
	
}


@media (max-width: 610px) {
	.responsive-menu-pro-button-text{
		display: none !important;
	}
	
}

@media (max-width: 595px) and (min-width: 500px) {
	section.predajna .predajna-fotky img{
		width: 214px;
		height: 170px;
	}
	
}


@media (max-width: 580px){	
	.menu-rozpis .zd-jednotliva h2{
		font-size: 15px;
	}
}

@media (max-width: 540px){
	header .menu nav a{
		margin-left: 15px;
	}
	
	header .menu{
		right: -55px;
	}
}


@media (max-width: 518px){
	footer .small-center{
		width: 100%;
		text-align:center;
	}
	
	footer p{
		margin-top: 27px;
	}
	
	footer{
		height: 142px;
	}
	
	footer .studiodesign{
		float: none;
		margin-bottom: 10px;
	}

}


@media (max-width: 500px) and (min-width: 350px) {
	section.predajna .predajna-fotky img{
		width: 160px;
		height: 127px;
	}

	.menu-rozpis .zd-jednotliva img{
		width: 105px;
		height: 105px;
	}

	.menu-rozpis .zd-jednotliva {
		width: 134px;
    	margin-bottom: 10px;
		margin-left: 25px;
	}
	
	footer{
		height: 162px;
	}

	
	body{
	  margin-bottom: 130px;
	}


}



@media (max-width: 500px){
	header .menu{
		display: none;
	}
}

@media (max-width: 388px){
	main .uvod-menu h2{
		font-size: 33px;
    	line-height: 39px;
	}
}

@media (max-width: 380px) and (min-width: 350px) {

	footer{
		height: 160px;
	}

	body{
	  margin-bottom: 165px;
	}

}

@media (max-width: 350px) and (min-width: 300px) {

	footer{
		height: 182px;
	}

	body{
	  margin-bottom: 165px;
	}

}




/* ---- Responsive Menu ---- */
#responsive-menu-pro-title-image img{
	margin-left: 0px;
}

#responsive-menu-pro{
	margin-top: 20px !important;
}

#responsive-menu-pro-additional-content{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}

.responsive-menu-pro-box{
	float: right;
	right: 18px;
}

.responsive-menu-pro-button-text{
	margin-left: -25px;
	font-weight: 500 !important;
}

.slide-textbox{
	color: #fff;
	background-color: rgba(0,0,0, 0.5);
	width: 420px;
    padding: 10px;
	margin-left: 80px;
    margin-bottom: 25px;
}

.slide-popis{
    font-size: 15px;
}

.slide-nadpis{
	font-size: 18px;
    font-weight: 500;
}

.ms-slide-info.ms-dir-h{
	width: auto !important;
}

.loga-eu{
    padding-bottom: 60px;
    margin-top: -118px;
}


/* ---- Menu - Dotácie ---- */
.menu-dotacie-container ul{
	list-style-type: none;
	margin-left: -26px;
    padding-top: 15px;
    padding-bottom: 15px;	
}

.menu-dotacie-container ul li{
	padding-bottom: 6px;
}


.menu-dotacie-container{
	background-color: #e4e4e4;
	font-size: 18px;
	margin-top: 20px;
}

.menu-dotacie-container a{
	color: #2c2c2c;
	
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.menu-dotacie-container a:hover{
	color: #ff7d07;
	text-decoration: none;
}

ul#menu-dotacie li.active a{
	color: #ff7d07;
}

ul#menu-dotacie li.active ul.sub-menu a{
	color: #2c2c2c;
}


ul#menu-dotacie ul.sub-menu{
    font-size: 17px;
    background-color: rgba(255, 255, 255, 0.73);
    margin-left: -14px;
    padding-bottom: 10px;
    padding-left: 30px;
    margin-top: 10px;
    margin-bottom: 10px;	
}

.affix {
  top: 0;
  width: 100%;
}

.affix-top {
  width: 100%;
}

.affix-bottom {
  position: absolute;
  width: 100%;  
}


ul#responsive-menu-pro{
	padding-top: 13px;
}