/*
Theme Name: GW-MEDIC.cz
Theme URI: GW-MEDIC.cz
Description: Šablona pro GW-Medic
Version: 1000
Author: Václav Mencl
Author URI: http://vaclavmencl.cz/
*/

* {
}

body{
}
header{
}
.w-35{
	width: 35%!important;
}

.bg-black{
	background-color: #000000!important;
}
.py-5{
	padding-top: 5rem!important;
	padding-bottom: 5rem!important;
}

.container-max{
	width: 100%;
	padding-right: 0;
	padding-left: 0;
	margin-right: auto;
	margin-left: auto;
}
.container-fluid-70{
	width: 100%;
	padding-right: 70px;
	padding-left: 70px;
	margin-right: auto;
	margin-left: auto;
}
.header_color{
	background-color: #e8f8ff;
}
.header_title{
	text-transform: uppercase;
	font-weight: 400;
	font-size: 2rem;
	line-height: 1.2;
	transition: 0.8s;
}
.header_logo{
	transition: 0.8s;
	width: 75%;
}
.menu_color{
	background-color: #5d8bab;
}

.menu_shadow{
	box-shadow: 0px -2px 5px 0px #0000004d;
}
.line_height_35{
	line-height: 35px;
}
.product_list_style{
	border: 1px solid #e4e4e4;
    border-radius: 5px;
    margin-top: 40px;
}
.info_footer_panel{
	background-color: #354c5d;
}
.noDecor{
	text-decoration: none;
}
/*a:hover, img{
	padding: 0.3rem;
	 transition: 0.3s;
}*/
ul.nav li.dropdown:hover ul.dropdown-menu {
	display: block;
}
.footer_text{
	font-size:0.9rem;
}
.footer_text p {
	margin-bottom: 0 !important;
}
.CopyrightAuthor{
	font-size: 0.8rem;
	padding-bottom: 0.05rem !important;
}
.main_menu_container{
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
}
.dropdown-menu{
	margin: 0 !important;
	border-radius: 0 !important;
}


/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
	.header_title{
		font-size: 2.5rem;
	}
	.header_logo{
		width: 50% !important;
	}
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	.header_title{
		font-size: 3.5rem;
	}
	.header_logo{
		width: 35% !important;
	}
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}