/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 31.10.2017, 9:44:07
    Author     : Václav Žaloudek
*/

#wrapper-box {
    overflow-x: hidden;
}

#content main {
    overflow: unset;
}

#com_virtuemart .vm-product-container {
    padding-bottom: 20px;
}

.product_tabs {
    display: none;
}

.container-full.vyhody {
    height: auto;
    background-color: #f8f8fa;
    width: 100vw;
    margin-left: calc(-50vw + 50% - 8px);
    position: relative;
    padding: 27px 0px;
    margin-bottom: 40px;
}

.container-full.vyhody .span3 {
    border-right: 1px solid #e6e6e6;
}

.container-full.vyhody .span3:last-child {
    border-right: 0px;
}

.container-full.vyhody .span3 img {
    float: left;
}

.container-full.vyhody .span3 p {
    float: left;
    color: #969696;
    margin-left: 20px;
    text-transform: uppercase;
    margin-top: 40px;   
    line-height: 22px;
    width: 150px;
}

.container-full.vyhody .span3 p strong {
    color: #263a42;
    font-weight: normal;
}

.container-full.vyhody .span3 .icon {
    width: 79px;
    height: 129px;
    float: left;
    background-repeat: no-repeat;
    background-position: center; 
}

.container-full.vyhody .span3 .icon.doprava-zdarma {
    background-image: url('../../../images/vyhody/icon-doprava-zdarma.png');
}

.container-full.vyhody .span3 .icon.zaruka {
    background-image: url('../../../images/vyhody/icon-zaruka.png');
}

.container-full.vyhody .span3 .icon.led-zarovka {
    background-image: url('../../../images/vyhody/icon-led-zarovka.png');
}

.container-full.vyhody .span3 .icon.navrh-realizace {
    background-image: url('../../../images/vyhody/icon-navrh-realizace.png');
}

@media (min-width: 1131px) {
    .container-full.vyhody .span3.led-zarovka .icon {
        width: 69px;
    }

    .container-full.vyhody .span3.doprava-zdarma .icon {
        width: 89px;
    }

    .container-full.vyhody .span3.doprava-zdarma p,
    .container-full.vyhody .span3.zaruka p {
        width: 140px;
    }
}

/*
@media (min-width: 980px) and (max-width: 1130px) {
    .container-full.vyhody .span3 .icon {
        background-size: contain;
    }
    
    .container-full.vyhody .span3 p {
        margin-left: 15px;
    }
    
    .container-full.vyhody .span3.doprava-zdarma .icon {
        width: 74px;
    }

    .container-full.vyhody .span3.doprava-zdarma p {
        width: 120px;
    }
    
    .container-full.vyhody .span3.zaruka .icon {
        width: 74px;
    }  
    
    .container-full.vyhody .span3.zaruka p {
        width: 120px;
    }    

    .container-full.vyhody .span3.led-zarovka .icon {
        width: 55px;
    }  
    
    .container-full.vyhody .span3.led-zarovka p {
        width: 150px;
    } 

    .container-full.vyhody .span3.navrh-realizace .icon {
        width: 65px;
    }  
    
    .container-full.vyhody .span3.navrh-realizace p {
        width: 130px;
    }     
} */

@media ( max-width: 1130px){
    .container-full.vyhody .span3 {
        padding: 0px;
    }
    
    .container-full.vyhody .span3 .icon {
        width: 100%;
        background-size: unset;
    }

    .container-full.vyhody .span3 p {
        width: 100%;
        margin: 0px;
        text-align: center;
    }    
}

@media ( max-width: 767px){
    .container-full.vyhody {
        padding: 0px;
    }
    
    .container-full.vyhody .container-fluid {
        margin: 0px;
    }
    
    .container-full.vyhody .span3 {
        width: 50%;
        float: left;
        margin-top: 0px;
    }
    
    .container-full.vyhody .span3.doprava-zdarma,
    .container-full.vyhody .span3.zaruka {
        border-bottom: 1px solid #e6e6e6;
    }  
}

@media ( max-width: 360px){
    .container-full.vyhody .span3 {
        width: 100%;
        float: left;
        margin-top: 0px;
        border-bottom: 1px solid #e6e6e6;
        border-right: 0px;
    }    
}

/*** dh ***/

#camera-slideshow_201 {
	background: #0f1823 none repeat scroll 0 0;
}

#camera-slideshow_201 img.imgLoaded {
	opacity:0.55;
}

#camera-slideshow_201 .caption-box {
	opacity:1;
}

#camera-slideshow_201 .caption-box > p {
	letter-spacing:0.7px;
}

.uk-grid {
    display: flex;
    flex-wrap: wrap;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.uk-grid::before, .uk-grid::after {
    content: "";
    display: block;
    overflow: hidden;
}
.uk-grid::after {
    clear: both;
}

.uk-grid {
    display: flex;
    margin: 0;
    padding: 0;
}
[class*="uk-width"] {
    box-sizing: border-box;
    width: 100%;
}

ul.uk-grid {
	list-style: outside none none;
	flex-wrap: wrap;
}

.box-poradime > .uk-grid > .uk-width-1-2 p {
	margin:0;
	width: 100%;
	padding: 5px 0;
}

.box-poradime > .uk-grid {
	align-items: center; 
}


.uk-grid > div > p {margin-left:-25px}

.box-poradime > h4 {margin-bottom:0}

.box-poradime {margin-bottom:35px}

.material-icons-ico,
[class*="material-icons-"]:before {
    font-family: 'Material Icons';
    font-weight: 400;
    font-style: normal;
    font-size: inherit;
}


ul#icemegamenu {
	display: table;
	width: 100%;
}

ul#icemegamenu > li {
	display: table-cell;
	width: 16.66%;
}


ul#icemegamenu > li > a {
	box-sizing: border-box;
	display: block;
	height: 70px;
	padding: 25px 24px;
	overflow: hidden;
}

ul#icemegamenu > li > a > span {
	line-height: 20px;
}

#icemegamenu .icemega_modulewrap li a {
  color: #333 !important;
}

ul.icesubMenu li a.iceMenuTitle {
  color: #333 !important;
}

ul#icemegamenu > li > ul.icesubMenu {
	padding: 15px 0;
}


.mod-custom__maphome > .uk-grid {
	 justify-content: center;
	 justify-content: space-between;
}


.mod-custom.mod-custom__maphome {
    background: #f8f8fa none repeat scroll 0 0;
}

.mod-custom.mod-custom__maphome > ul.uk-grid {
	padding-top:2rem;
}


.mod-custom.mod-custom__maphome > ul.uk-grid > li {
	margin-top:25px;
	width:100%;
}

.mod-custom.mod-custom__maphome > .uk-grid > li .kontakty-title-container {
	min-height: 3.25rem;
} 

.box-kontakt > .kontakty-title-container > h3.heading-style-3,
.mod-custom.mod-custom__maphome > ul.uk-grid h3.heading-style-3 {
	font-size:16px;
	font-weight:bold;
	line-height: 1.3;
	margin-bottom: 0;
}

#map .moduletable.maphome > div > header > h3 {
	display: none;
}


.mod-custom__maphome > .uk-grid > .box-kontakt {
	width:100%;
	margin: 0;
	padding: 2rem;
}

.box-kontakt.primary	{
    background: #fff none repeat scroll 0 0;
}

.box-kontakt.secondary	{
    background: #79b834 none repeat scroll 0 0;
    color: #fff;
}

.box-kontakt.secondary > .kontakty-title-container > h3.heading-style-3 {   color: #fff; }

h3.heading-style-3 > span.secondary {   
	color: #79b834;
}

.box-kontakt > div.kontakty-title-container > h3.heading-style-3 {
	margin-bottom: 1rem;
}

.box-kontakt > .box-block  {
	margin-bottom: 1rem;
}


#component > main > .page.page-contact.page-contact__ {
	display: none;
}

@media ( min-width : 480px) {
	.box-poradime > .uk-grid > .uk-width-1-2 {
		width: 50%;
	}
}

@media ( min-width : 767px) {
	.uk-width-1-2 {
			width: 50%;
		}
}

@media ( min-width : 1024px) {
	.mod-custom.mod-custom__maphome>ul.uk-grid>li {
		width: 33.33%;
	}
	
	.mod-custom__maphome>.uk-grid>.box-kontakt {
		width: 50%;
		box-sizing: border-box;
	}
}

.kontakty-title-container > h3 > small {
	font-size: 85%;
    font-weight: bold;
}

.owl-carousel-related .product-field-display {
	border: none;
}

/* New styles */
.bs-example-tabs .nav-tab li {
	margin-right: 45px;
}
/*
 * Megamenu
 */
#icemegamenu .icemega_modulewrap li {
  width: 100%;
  padding: 0;
}
#icemegamenu .icemega_modulewrap li a {
  display: block;
  box-sizing: border-box;
  padding: 0 30px;
}
#icemegamenu .icemega_modulewrap li a:hover {
  color: #000000;
  background: #79B834;
}
/*
 * Footer contact
 */
#footer .moduletable.contacts .module_container .footer-contact h3 {
	font-size: 16px;
	margin-bottom: 10px;
} 
#footer .moduletable.contacts .module_container .footer-contact p {
	padding-bottom: 0;
	margin-bottom: 5px;
}
#footer .moduletable.contacts .module_container .footer-contact .row1 + .row1 h3 {
	margin-top: 10px;
}
@media(max-width: 767px) {
	#footer .moduletable.contacts .module_container .footer-contact .span6 {
		margin-top: 0 !important;
	}
}
/*
 * Social site
 */
#footer .moduletable.contacts .module_container ul.social li {
	margin-right: 20px;
	margin-bottom: 4px;
}
#footer .moduletable.contacts .module_container ul.social li:last-child {
	margin-right: 0;
} 
#footer .moduletable.contacts .module_container ul.social li a.btn {
	min-width: 50px;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
}
#footer .moduletable.contacts .module_container ul.social li a.btn > span {
	padding: 0;
}
#footer .moduletable.contacts .module_container ul.social li a.btn > span .fa {
	font-size: 20px;
	vertical-align: -2px;
}
#footer .moduletable.contacts .module_container ul.social li a.btn.pinterest {
	background: #bd081c;
}
#footer .moduletable.contacts .module_container ul.social li a.btn.pinterest:hover,
#footer .moduletable.contacts .module_container ul.social li a.btn.pinterest:focus {
	background: #9b000f;
}

/*
 *  Seznam-mapa
 */
#seznam-mapa .card {
	text-align: center;
} 
#seznam-mapa .card .card-header {
	color: #79B834;
}

/*
 * Modul VM FILTER
 */
.mod-vmfilter {
	border: 1px solid #d8d9dc;
	padding: 15px;
	margin-left: 30px;
}
.mod-vmfilter ul {
	margin: 0;
}
.mod-vmfilter .filter-header {
	float: left;
	width: 25%;
}
.mod-vmfilter .filter-header ul {
	border-right: 1px solid #d8d9dc;
	padding-right: 15px;
	margin-right: -1px;
}
.mod-vmfilter .filter-header ul li {
	background: #f7f6f7;
	float: none;
	text-transform: uppercase;
	color: #000;
	padding: 10px 7px;
	margin-right: 0;
	margin-top: 2px;
}
.mod-vmfilter .filter-header ul li:first-child {
	margin-top: 0;
}
.mod-vmfilter .filter-header ul li:last-child,
.mod-vmfilter .filter-data .filter-opts ul li:last-child {
	margin-right: 0;
}
.mod-vmfilter .filter-header ul li.active,
.mod-vmfilter .filter-header ul li:hover,
.mod-vmfilter .filter-header ul li:focus {
	background: #79B834;
	color: #fff;
	cursor: pointer;
}
.mod-vmfilter .filter-data .filter-opts ul li {
	float: left;
	min-width: 60px;
	margin-right: 20px;
	margin-top: 5px;
}
.mod-vmfilter .filter-data {
	float: left;
	width: 75%;
}
.mod-vmfilter .filter-data > ul {
	border-left: 1px solid #d8d9dc;
	padding-left: 15px;
}
@media(max-width: 480px) {
	.mod-vmfilter .filter-header {
		float: none;
		width: 100%;
	}
	.mod-vmfilter .filter-header ul {
    	border-right: 0;
    	padding-right: 0;
    	margin-right: 0;
	}
	.mod-vmfilter .filter-data {
		float: none;
		width: 100%;
		margin-top: 20px;
	}
	.mod-vmfilter .filter-data > ul {
		border-left: 0;
		padding-left: 0;
	}
	.mod-vmfilter .filter-data .filter-opts ul li {
		min-width: 20%;
		padding-right: 10px;
		margin-right: 0;
	}
}
@media(min-width: 481px) and (max-width: 767px) {
	.mod-vmfilter {
		margin-left: 13px;
	}
}
@media(min-width: 768px) and (max-width: 991px) {
	.mod-vmfilter .filter-data .filter-opts ul li {
		margin-right: 8px;
	}
}
/*
 * Korelis download
 */
 #korelis_download .row .image img {
    border: 1px solid #ddd; 
    padding: 5px;
 }
 #korelis_download h3 {
     margin: 30px 0;
 }
 #korelis_download .row .description ul li {
    padding-left: 20px;
    margin-bottom: 5px; 
    position: relative;
 }
 #korelis_download .row .description ul li::before {
    background: url("../images/check-o.jpg") no-repeat scroll 50% 50%;
    content: "";
    width: 13px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
}
 #korelis_download table {
     border: 0;
 }
#korelis_download table tr td {
    border-top: 0;
}
#korelis_download table tr td.span8 {
    vertical-align: middle;
    padding-left: 0;
}
#korelis_download table tr td.span8 span {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
}
#korelis_download table tr td.span4 {
    border-left: 0;
    text-align: right;
    padding-right: 0;
}
#korelis_download table tr:last-child td {
    border-bottom: 1px solid #ddd;
}
#korelis_download .download-all {
    text-align: left;
    margin-top: 18px;
}
.korelis-download ul li {
    background: #fff;
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    margin-bottom: 5px;
}
.korelis-download ul li a {
    border: 1px solid #ddd;
    display: block;
    color: #262626;
    padding: 2px 20px;
}
.korelis-download ul li a:hover, .korelis-download ul li a:focus {
    background: #79b834;
    border-color: #79b834;
    color:#fff;
}