/* Univerzálne nastavenia */
    
html {
    font-size: 62.5%;
}

body {
    /*background: url(http://grifs.sk/uploads/base/viz_bg.jpg) no-repeat top center;
    background-size: cover; */
    background:#fff;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: 'Roboto', sans-serif;
}

h1, h2, h3, h4, h5, h6 {font-family: 'Roboto Slab', serif;}

h1 {
    font-size: 24px;
    font-size: 2.4rem;
}   

h2 {
    color:#363d40;
    margin: 0px 0 30px 0;
    font-size: 40px;
    font-size: 4rem;
    text-transform: uppercase;
}

h2, h2.zltytitulok, h2.zelenytitulok, h2.modrytitulok {line-height:40px; line-height:4rem;}

h3 {
    color:#363d40;
    margin: 0px 0 20px 0;
    font-size: 30px;
    font-size: 3rem;
    text-transform: uppercase;
}

h3, h3.zltytitulok, h3.zelenytitulok, h3.modrytitulok {line-height:30px; line-height:3rem;}
h4, h4.zltytitulok, h4.zelenytitulok, h4.modrytitulok {padding-bottom:4px; margin-bottom: 10px;}
    
.kontajner {
    position:relative;
    max-width: 980px;
    margin: 0px auto;
    padding: 0 40px;
    }

.green {color: rgba(121, 155, 29, 1);}
.yellow {color: rgba(223, 172, 32, 1);}
.blue {color: rgba(77, 110, 154, 1);}


.odklikzeleny {
    color: #799b1d;
    border: 2px solid #799b1d;
    border-radius: 5px;
    padding: 10px 20px;
}    

.odklikzeleny:hover {
    background:#799b1d;
    color:#fff;
    text-decoration:none;
}    
    
.odklikmodry {
    color: #4d6e9a;
    border: 2px solid #4d6e9a;
    border-radius: 5px;
    padding: 10px 20px;
}    

.odklikmodry:hover {
    background:#4d6e9a;
    color:#fff;
    text-decoration:none;
}

.odklikzlty {
    color: #dfac20;
    border: 2px solid #dfac20;
    border-radius: 5px;
    padding: 10px 20px;
}    

.odklikzlty:hover {
    background:#dfac20;
    color:#fff;
    text-decoration:none;
}
 /*inverse*/   
.odklikzeleny.inverz {
    color: #fff;
    border: 2px solid #799b1d;
    border-radius: 5px;
    padding: 10px 20px;
    background: #799b1d;
}    

.odklikzeleny.inverz:hover {
    background:#648214;
    border-color:#648214;
    color:#fff;
    text-decoration:none;
}    
    
.odklikmodry {
    color: #4d6e9a;
    border: 2px solid #4d6e9a;
    border-radius: 5px;
    padding: 10px 20px;
}    

.odklikmodry:hover {
    background:#4d6e9a;
    color:#fff;
    text-decoration:none;
}

.odklikzlty {
    color: #dfac20;
    border: 2px solid #dfac20;
    border-radius: 5px;
    padding: 10px 20px;
}    

.odklikzlty:hover {
    background:#dfac20;
    color:#fff;
    text-decoration:none;
}     
    
/* Hlavička */
#header {
    position:relative;
    z-index:1;
    border-bottom: 4px solid #c09b53;
    min-height: 75px;
    /*min-height: 196px;
    background: rgba(27,70,131,0.2);*/
}

.contentheader {
    min-height: 200px;
    background: #ccc;
    z-index: 0;
    /*margin-top: -196px;*/
    background: url(http://grifs.sk/uploads/base/viz-bg.jpg) no-repeat center center;
    background-size: cover;
    position:relative;
}

.contentheader h2, .contentheader h3 {color:#fff; text-shadow: 1px 1px 1px rgba(0,0,0,0.6); text-transform: none;}

.contentheader h2 {
    /*position:absolute;
    top:320px;*/
    font-size: 40px;
    font-size: 4rem;
   margin-top: 70px;
    }

.contentheader h2.higher {
    top:300px;
}    
    
.contentheader h3 {
    /*position:absolute;
    top:340px;
    font-size: 18px;
    font-size: 1.8rem;*/
    }    

#logo {
    display:block;
   /* position:absolute;
    top:0px;
    left: 0px;*/
    z-index:100;
    margin-top:3px;
}
/*#logo img {
    display:block;
    position:absolute;
    top:0px;
    left: 0px;
    z-index:100;
    }*/
.mobilnemenu {margin-top: 25px;}
#header .uk-navbar-toggle:after {margin-top:8px;}
#header h1{
    text-indent: -9999px;                 /* sends the text off-screen */
     overflow: hidden;
    width: 1px;
    height: 0px;
}

.quickheadinfo{
    background: rgba(27,70,131,0.2);
    /*line-height: 40px; */
    text-align:right;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.7);
    }
    
.langs {
    margin-left: 10px;
    margin-top: 11px;
    } 
.langs a {color:#fff;}
.langs img {
    height: 3rem;
    margin: 0 2px;
    width: auto;
}
.qinfo {margin-top: 7px; color:#fff;}
.qinfo ul {list-style:none; padding:0; margin:0;}
.qinfo ul li {display:inline-block;}
.qinfo ul li+li {margin:10px;}

    
.whiteheadnav{
    height:80px;
    line-height:80px;
    background: rgba(255,255,255,1);
    text-align: right;
}

.whiteheadnav .kontajner ul {list-style:none;}
/*.whiteheadnav .kontajner ul li {display:inline-block;}*/

.headsubnav{
    background: rgba(27,70,131,0.2);
    -webkit-box-shadow: inset 0px -5px 20px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0px -5px 20px 0px rgba(0,0,0,0.15);
    box-shadow: inset 0px -5px 20px 0px rgba(0,0,0,0.15);

}
.headsubnav ul {list-style:none; margin: 0px 0;}
.headsubnav ul li {padding: 8px 0 15px 0; text-transform:uppercase; color:#fff; text-shadow: 1px 1px 1px rgba(0,0,0,0.6);}

    #header .headsubnav a {color:#fff;}
    #header .headsubnav a:hover {text-decoration:underline; color:#fff;}


/* Slider */
#hlavnyslider {
    z-index:0;
   /* margin-top: -196px;*/
    
}

#hlavnyslider ul.uk-dotnav.uk-dotnav-contrast.uk-position-bottom.uk-flex-center { bottom: 30px; }

#hlavnyslider .uk-slideshow {height:90rem;}

/* Obsah - uvod prvý obsah box - biely */

.homesite h1, .homesite h2, .homesite h3, .homesite h4, .homesite h5, .homesite h6 {text-align:center;}
.homesite .subtitulok {text-align:center;}

.fullcontent {margin-top: 50px; }
.thirdcontent {margin-top: 50px; }
.thirdcontent .fullka {margin-top: 50px; }

.whitefullcontent {background:#fff;}

.rezervacia {
    display: block;
    max-width: 640px;
    margin: -30px auto 0 auto;
    border-bottom: 3px solid #799b1d;
    z-index: 1;
    padding: 25px 20px 13px 20px;
    background: #fff;
    box-shadow: 0px -7px 18px -7px rgba(0,0,0,0.5);
}

.homeboxone {
    margin: 40px auto;
    text-align: center;
    padding: 40px 0px;
}

.homeboxtwo {
    padding: 100px 0;
}

.imagebgboxtwo {padding: 100px 0px;}

.imagebgboxtwo.svetlepozadie {
    padding: 100px 40px;
    background: rgba(255,255,2255,0.5);
    color:#212121;
}

.imagebgboxtwo.tmavepozadie {}

.imagebgboxtwo.svetlytext {
    color:#fff;
    text-shadow:1px 1px 1px rgba(0,0,0,0.7);
}

.imagebgboxtwo.svetlytext h2, .imagebgboxtwo.svetlytext h3 {color:#fff;}

.imgwhitfullcont {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 60px;
    padding-bottom: 60px;
}

.homeboxthree {padding: 100px 0;}

.homeboxfive {padding: 60px 0px;}

.homeboxone .subtitulok {font-size:18px;}  
p.subtitulok {margin:0;}

.imagefullcontent {
   background: url(http://grifs.sk/uploads/base/bg_content_1b.jpg) no-repeat center center;  
}

.imagebgcontent {
   background-image: url(http://grifs.sk/uploads/base/bg_content_1b.jpg); 
   background-size: cover;
   background-position: center center;
   background-repeat: no-repeat;
}

#obsahtabulka {
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right:1px solid #ddd;
    padding: 20px;
}

/* subcontent lišta */
.bluebg {
    background: url(http://grifs.sk/uploads/base/bluebgl.jpg) no-repeat left top; 
    color:#fff; 
    text-shadow: 1px 1px 1px rgba(0,50,90,0.7);
    }
.graybg {
    background: url(http://grifs.sk/uploads/base/graybgl.jpg) no-repeat left top;
    color:#191919; 
    /*text-shadow: 1px 1px 1px rgba(0,0,0,0.7);*/
    }
.subcontent {}

.subcontent .bluebg, .subcontent .graybg {position:relative;}

.subcontent .revscleft {
        max-width: 720px;
    padding: 60px 20px;
    left:0;
    }
.subcontent .revscright {
    max-width: 320px;
    padding: 40px 20px;
    position: absolute;
    right: 0px;
}

.subcontent .scleft {
        max-width: 720px;
    padding: 60px 20px;
    position: absolute;
    right: 0px;
    }
.subcontent .scright {
    max-width: 320px;
    padding: 40px 20px;
    left: 0;
}

.subcontent img.border {border: 3px solid #fff;}
.subcontent .uk-slideshow {min-height: 230px;}
.subcontent .uk-slideshow h5 {font-size: 18px;font-size:1.8rem; color:#fff; text-align:left;}


/* pätička */
.paticka {
    /*background: #00335e; */
    background: url(http://grifs.sk/uploads/base/footer2.jpg) no-repeat center center;
    background-size: cover;
    padding:40px 0;
    color:#fff;
    margin-top: 50px;
    }

.credits {
  background:#002442;
  padding: 20px 0;
  font-size: 12px;
  font-size: 1.2rem;
  color: #7c92a5;
  text-align:center;
}


.footer .about {}
.footer .about h2 {
    line-height: 4rem;
    font-style: normal;
    color:#fff;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 30px;
    margin-top: 3px;
    /*border-bottom: 1px solid #eaeaea;*/
}
.footer .about h2:after {
    background-color: #fff;
    content: "";
    display: block;
    height: 3px;
    width: 70px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
    bottom: -3px;
}

.footer .subtitulok {color:#fff;}
    
.footer .quickinfo{
    margin-top: 40px;
    margin-bottom: 48px;
    font-size:25px; 
    font-size:2.5rem;
    }
.footer .quickinfo ul {list-style:none; margin:0; padding:0;}
.footer .quickinfo ul li {display:inline-block; margin:0 10px; line-height:2.5rem;}
.footer .quickinfo ul li:first-child {margin:0 10px 0 0;}
.footer .quickinfo ul li:last-child {margin: 0 0 0 10px;}
    
.footer .navigacia{}
.footer .newsletter{}

.footer .credits {
    padding-top:70px;
}

.footer .odklik {
    background: #fff;
    color: #505050;
    text-shadow: 0 0 0 #000;
    padding: 7px 12px;
    font-size: 1.2rem;
    border-radius: 4px;
    }

/* menu */
#navigacia
{
   float:right;
   z-index:100;
}

#navigacia ul
{
	list-style:none;
	position:relative;
	float:right;
	margin:0;
	padding:0
}

#navigacia ul a
{
	display:block;
	color:#516171;
	text-decoration:none;
	text-transform: uppercase;
	font-size:14px;
	font-size: 1.4rem;
	line-height:77px;
	padding:0 15px;
	font-family: 'Roboto', sans-serif;
}

#navigacia ul li
{
	position:relative;
	float:left;
	margin:0;
	padding:0;
    border-top: 3px solid rgba(255,255,255,0);
}

#navigacia ul li.current-menu-item
{
	border-top: 3px solid #dfac20;
}

#navigacia ul li:hover
{
	background: rgba(181, 205, 218, 0.2);
	border-top: 3px solid #00335e;
	
}

#navigacia ul li:hover a {color:#000;}
#navigacia ul li:hover ul li a {color:#516171;}
#navigacia ul li ul li:hover a {color:#000;}
#navigacia ul li ul li:hover ul li a {color:#516171;}
#navigacia ul li ul li ul li:hover a {color:#000;}

#navigacia ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background:#fff;
	padding:0;
	z-index:100;
	text-align:left;
	border-top:4px solid #00335e;
	
	-webkit-box-shadow: 0px 4px 7px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 4px 7px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 4px 7px 0px rgba(0,0,0,0.3);
	
}

/*#navigacia ul ul:before {
    top: -15px;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 51, 94, 0);
    border-bottom-color: rgb(0, 51, 94);
    border-width: 7px;
    margin-left: -4px;
}*/

#navigacia ul ul li
{
	float:none;
	width:200px;
	border-top:0px;
	line-height: 2rem;
	border-bottom: 1px solid #f1f1f1;
}

#navigacia ul ul li:hover {border-top:none;}

#navigacia ul ul a
{
    font-size:13px;
    font-size: 1.3rem;
    text-transform: none;
	line-height:120%;
	padding:10px 15px
}

#navigacia ul ul ul
{
	top:0;
	left:100%;
	border-top: 0px;
	border-left: 3px solid #dfac20;
}

#navigacia ul li:hover > ul
{
	display:block;
	transition:all .3s linear;
  -o-transition:all .3s linear;
  -moz-transition:all .3s linear;
  -webkit-transition:all .3s linear;
}

#navigacia ul ul ul:before {
    top: 10px;
    left: 0%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(238, 102, 102, 0);
    border-right-color: #dfac20;
    border-width: 7px;
    margin-left: -14px;
}


#header img.logosticky {
    display:none;
    /* max-height: 5rem; */
    width: 140px;
    float: left;
    margin-top: 14px; margin-left:10px;}

#header .whiteheadnav.uk-active {border-bottom: 2px solid #93a3b3;}    

/** formulare **/
.rezervacia .first {display: block;    text-align: center;    padding: 3px 15px;}
#rezervacny-system {z-index:10;}
#rezervacny-system input {
    width: 100%;
}
#rezervacny-system label {
    font-size: 12px;
    font-size: 1.2rem;
}

/*.sk-rmarg {margin-left: 11px;}*/

/*** rotátor služieb **/
.homeboxthree figure.uk-overlay {border: 5px solid #fff; box-shadow: 0px 0px 7px #ddd;}
.homeboxthree .uk-overlay-panel.green {background: rgba(121, 155, 29, 0.85);}
.homeboxthree .uk-overlay-panel.yellow {background: rgba(223, 172, 32, 0.85);}
.homeboxthree .uk-overlay-panel.blue {background: rgba(77, 110, 154, 0.85);}
.homeboxthree .uk-overlay-panel.white {background: rgba(255,255,255, 0.45);}

.uk-slider h4 {font-size:22px; font-size:2.2rem; text-transform:uppercase; font-weight:normal; margin: 20px 0 5px 0; padding: 0 0;}
.uk-slider *+p {margin-top:3px;}

.homeboxfive li {
    -webkit-filter: grayscale(100%);
   -moz-filter: grayscale(100%);
   filter: grayscale(100%);
   transition: all 0.5s ease;
}
.homeboxfive li:hover {
    -webkit-filter: grayscale(0%);
   -moz-filter: grayscale(0%);
   filter: grayscale(0%);
}

.topfooter figure.uk-overlay {border: 5px solid #fff; box-shadow: 0px 0px 7px #ddd;}
.topfooter .uk-overlay-panel.green {background: rgba(121, 155, 29, 0.85);}
.topfooter .uk-overlay-panel.yellow {background: rgba(223, 172, 32, 0.85);}
.topfooter .uk-overlay-panel.blue {background: rgba(77, 110, 154, 0.85);}
.topfooter .uk-overlay-panel.white {background: rgba(255,255,255, 0.45);}

.topfooter .uk-slider h4 {font-size:22px; font-size:2.2rem; text-transform:uppercase; font-weight:normal; margin: 20px 0 5px 0; padding: 0 0;}
.topfooter .uk-slider *+p {margin-top:3px;}

.partn li {
    -webkit-filter: grayscale(100%);
   -moz-filter: grayscale(100%);
   filter: grayscale(100%);
   transition: all 0.5s ease;
}
.partn li:hover {
    -webkit-filter: grayscale(0%);
   -moz-filter: grayscale(0%);
   filter: grayscale(0%);
}


/** off canvas **/
.uk-offcanvas {background: rgba(255,255,255,0.6);}
#mobile-menu i {
    margin-right: 5px;
}

#mobile-menu.uk-offcanvas .uk-panel {color:#b5b5b5;}
#offmoblang a {display: inline-block; border-top:0; box-shadow: none;}
#offmoblang img {width:20px; height:auto;}
#mobile-menu .subtitulok {color:#696969;}
#mobile-menu h3 {
    font-style: normal;
    color:#fff;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 20px;
    margin-top: 3px;
}
#mobile-menu h3:after {
    background-color: #799b1d;
    content: "";
    display: block;
    height: 3px;
    width: 40px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
    bottom: -3px;
    /* left: 27px; */
}

#mobile-menu .odklik {
    color: #fff;
    border: 2px solid #799b1d;
    border-radius: 5px;
    padding: 7px 12px;
    background:#799b1d;
}    


#mobile-menu .odklik:hover {
    background:transparent;
    color:#799b1d;
    text-decoration:none;
}
   
.imgbg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
}

/************* media query *************/




/* 0 - 480px */
@media all and (max-width: 480px) {
    p.subtitulok {font-size:14px;font-size:1.4rem; line-height:110%;}
    .kontajner {padding: 0 25px;}
    h2 {font-size:30px;font-size:3rem;}
    h3 {font-size:24px;font-size:2.4rem;}
    h4 {font-size:18px;font-size:1.8rem;}
    .modrytitulok, .zelenytitulok, .zltytitulok {margin-bottom:20px; padding-bottom:12px;}
    .homeboxone {padding: 40px 20px;}
    .homeboxone .subtitulok {font-size:14px;font-size:1.4rem;}
    .homeboxtwo {padding: 60px 20px; text-align:center;}
    .mobilnemenu {margin-top:0px}
    .imagefullcontent {background: url(http://grifs.sk/uploads/base/viz_bg.jpg) no-repeat center center;}
    .homeboxthree {padding: 60px 20px;}
    .homeboxfour, .contenttbox {padding: 0 20px;}
    .homeboxfour .uk-row-first, .contenttbox .uk-row-first {padding-left: 5px;}
    
    #header {background:#fff;}
    #header .quickheadinfo {background:none; max-width: 100%;}
    .langs, .qinfo{
        float:none;
        clear:both;
        max-width:100%;
        text-align: center;
    }
    
    #header .qinfo {color:#808890; text-shadow:none;margin-top:20px; font-size:12px; font-size:1.2rem;}
    /*#header .qinfo li+li {margin:0;}*/
    #header .qinfo li {margin:3px;}
    
    #header .whiteheadnav {border-top: 1px solid #efefef; border-bottom: 3px solid #fcc630; 
    height: 6.4rem; line-height: 6rem; background: rgba(255,255,255,0.9);}
    #header .mobilelogo {width:190px; margin:15px auto;}
    #header .mobilnemenu {font-size:1.8rem; text-transform:uppercase; font-weight:normal;
    text-align: right; float:right;
    /*width: 100%;
    height: 7rem; */
    }
    #header .uk-navbar-toggle:after {float: right; padding-left: 20px; margin-right: 20px;}
    
    #header img.logosticky {
    display:none;
    /* max-height: 5rem; */
    width: 130px;
    float: left;
    margin-top: 7px; margin-left:20px;}
    
    #header .uk-active img.logosticky {display:flex;}
    #header .uk-active .mobilelangs {display:none;}
    
    #header .mobilelangs {float:left; width: 120px;}
    #header .mobilelangs a {display:inline-block; width: 26px; height:auto; margin:0 2px;}
    
    .contentheader {
    min-height: 200px;
    background: #ccc;
    z-index: 0;
    margin-top: 0px;
    background: url(http://grifs.sk/uploads/base/viz_bg.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
}
    
    .contentheader h2, .contentheader h2.higher {
        position: relative;
    top: inherit;
    /* padding: 0 90px; */
    line-height: 3rem;
    margin-bottom: 0px;
    margin-top: 60px;
    font-size: 30px;
    font-size: 3rem;
        }
    .contentheader h3 {position:relative; top: inherit; text-align:center;}
    
    
    #hlavnyslider .uk-slideshow {height:400px;}
    
    .subcontent .scleft {position:relative;}
    .subcontent .scright {margin-left: auto; margin-right:auto;}
    .footer {
        background: url(http://grifs.sk/uploads/base/footer-mobile.jpg) no-repeat center bottom;               padding:40px 20px;
        }
    .footer .about, .footer .quickinfo, .footer .navigacia, .footer .newsletter {text-align:center; padding-left:0;}
    .footer .quickinfo {margin-top: 20px;  margin-bottom: 28px;}
    .footer .quickinfo ul li {margin:10px 10px; width:100%; font-size:1.8rem;}
    .footer .uk-width-medium-7-10 {padding-left:0;}
    .footer .newsletter { margin-top: 40px;}
    .footer .credits {padding-top:40px;}
}


/* 480 - 768px */
@media all and (max-width: 768px) and (min-width: 480px) {
    .homeboxone {padding: 40px 20px;}
    .homeboxtwo {padding: 60px 20px;}
    .imagefullcontent {background: url(http://grifs.sk/uploads/base/viz_bg.jpg) no-repeat center center;}
    .homeboxthree {padding: 60px 20px;}
    .homeboxfour, .contenttbox {padding: 0 20px;}
    .homeboxfour .uk-row-first, .contenttbox .uk-row-first {padding-left: 5px;}
    
    #header {background:#fff;}
    #header .quickheadinfo {background:none; max-width: 100%;}
    .langs, .qinfo{
        float:none;
        clear:both;
        max-width:100%;
        text-align: center;
    }
    
    #header .qinfo {color:#808890; text-shadow:none;margin-top:20px; font-size:12px; font-size:1.2rem;}
    /*#header .qinfo li+li {margin:0;}*/
    #header .qinfo li {margin:3px;}
    
    #header .whiteheadnav {border-top: 1px solid #efefef; border-bottom: 3px solid #fcc630; 
    height: 6.4rem; line-height: 6rem; background: rgba(255,255,255,0.9);}
    #header .mobilelogo {width:190px; margin:15px auto;}
    #header .mobilnemenu {font-size:1.8rem; text-transform:uppercase; font-weight:normal;
    text-align: right; float:right;
    /*width: 100%;
    height: 7rem; */
    }
    #header .uk-navbar-toggle:after {float: right; padding-left: 20px; margin-right: 20px;}
    
    #header img.logosticky {
    display:none;
    /* max-height: 5rem; */
    width: 130px;
    float: left;
    margin-top: 7px; margin-left:20px;}
    
    #header .uk-active img.logosticky {display:flex;}
    #header .uk-active .mobilelangs {display:none;}
    
    #header .mobilelangs {float:left; width: 120px;}
    #header .mobilelangs a {display:inline-block; width: 26px; height:auto; margin:0 2px;}
    
    
    #hlavnyslider .uk-slideshow {height:60rem;}
    
    .subcontent .scleft {position:relative;}
    .subcontent .scright {margin-left: auto; margin-right:auto;}
    .footer {padding:50px 20px;}
    .footer .about, .footer .quickinfo, .footer .navigacia, .footer .newsletter {text-align:center; padding-left:0;}
    .footer .quickinfo ul li {margin: 10px;}
}


/* 768 - 960px */
@media all and (max-width: 960px) and (min-width: 768px) {
    .homeboxfour, .contenttbox {padding: 0 20px;}
    #hlavnyslider .uk-slideshow {height:75rem;}
    #header .uk-active img.logosticky {display:flex;}
   /* #logo {display:none;}*/
    
    #header {background:#fff;}
    #header .quickheadinfo {background:none; max-width: 100%;}
    .langs, .qinfo{
        float:none;
        clear:both;
        max-width:100%;
        text-align: center;
    }
    
    #header .qinfo {color:#808890; text-shadow:none;margin-top:20px; font-size:12px; font-size:1.2rem;}
    /*#header .qinfo li+li {margin:0;}*/
    #header .qinfo li {margin:3px;}
    
    #header .whiteheadnav {border-top: 1px solid #efefef; border-bottom: 3px solid #fcc630; 
    height: 6.4rem; line-height: 6rem; background: rgba(255,255,255,0.9);}
    
    #header .headsubnav {
    background: #fff;}
    
    #header .headsubnav ul li {
    padding: 8px 0 10px 0;
    text-transform: uppercase;
    color: #516171;
    font-weight:normal;
    font-size: 14px;
    font-size: 1.4rem;
    text-shadow: 1px 1px 1px rgba(0,0,0,0);
}

    #header .headsubnav a {color:#516171;}
    #header .headsubnav a:hover {text-decoration:none; color:#516171;}
    
    #header .mobilelogo {width:190px; margin:15px auto;}
    #header .mobilnemenu {font-size:1.8rem; text-transform:uppercase; font-weight:normal;
    text-align: right; float:right;
    /*width: 100%;
    height: 7rem; */
    }
    #header .uk-navbar-toggle:after {float: right; padding-left: 20px; margin-right: 20px;}
    
    #header img.logosticky {
    display:none;
    /* max-height: 5rem; */
    width: 130px;
    float: left;
    margin-top: 7px; margin-left:20px;}
    
    #header .uk-active img.logosticky {display:flex;}
    #header .uk-active .mobilelangs {display:none;}
    
    #header .mobilelangs {float:left; width: 120px;}
    #header .mobilelangs a {display:inline-block; width: 26px; height:auto; margin:0 2px;}
    
}

/* 768 - 960px */
@media all and (min-width: 960px) {
    .langs, .qinfo{
        float:right;
    }
    #header .uk-active img.logosticky {display:flex;}
    #header .uk-active ul ul{top: 99%;}
    #header .uk-active ul ul ul{top: 0;}
    #header .whiteheadnav.uk-active ul a {line-height:75px;}
    #header .whiteheadnav.uk-active ul ul a {line-height:100%;}
}


  .google-maps {
        position: relative;
        padding-bottom: 35%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }

.cms_form .uk-form input {border: 1px solid #eaeaea;}
.uk-form h4 {text-align: center; padding-bottom: 10px;}
.uk-form .submit {margin-top: 15px; text-align:center;}
.cms_form {
    padding: 15px;
    background: #f1f1f1;
    border-radius: 3px;
}
.uk-modal-dialog .cms_form {
    background: #fff;
}

/* Stylesheet: grifs_style Modified On 2017-04-12 11:15:04 */
