@font-face {
	font-family: rbmfont;
	src: url("../fonts/OpenSans-Regular.ttf") format("opentype");
}
body {
	margin: 0px;
	font-family: rbmfont;
	position: relative;
	background: rgba(0, 0, 0, 0.9);
} 
.class_header_uvod {}
.class_header_spedicia {
	background: url(../images/truck.jpeg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position-y: -350px;
	height: 420px;
	width: 100%;
}
.class_header_beton {
	background: url(../images/beton.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position-y: -60px;
	height: 420px;
	width: 100%;
}
.imgC {
    text-align: center; 
        margin-top: 55px !important;

}
.imgC .col-2 {
    width:50%;
    margin-bottom: 20px;
    margin-top: 25px;
}
.imgC .col-2 img {
    width:70%;
    margin-bottom: 20px;
}
.class_header_kamenivo {
	background: url(../images/strnva.JPG) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position-y: -100px;
	height: 420px;
	width: 100%;
}
.class_header_kontakt {
	background: url(../images/sand.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position-y: -100px;
	height: 420px;
	width: 100%;
}
.center {
    text-align: center;
}
.uvod_image_transparent {
	height: 500px;
	width: 100%;
	position: relative;
	background: url(../images/manheld.jpg) no-repeat center -196px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.content_uvod {
	position: relative;
	color: white;
	padding-top: 10px;
	background: white;
	padding-bottom: 70px;
	border-top: 5px solid #494949
}
.content_uvod_text {
	padding-top: 10px;
	height: 90px;
	width: 100%;
	float: left;
	color: black;
	text-align: center;
}
.content_uvod_text span {
	color: black !important;
}
.content_spedicia_text {}
.colU {
	box-shadow: 2px 2px 8px #494949;
	padding: 25px;
	height: 245px;
	transition: 0.5s;
        margin-bottom:40px;
	position: relative;
}
.colU:hover {
	transition: 0.5s;
	transform: scale(1.01);
}
.colU h4 {
	text-align: center;
}
.colU ul li {
	margin-top: 5px;
	margin-bottom: 15px;
}
.h32 {
	background: #494949;
	color: white !important;
}
.content_right {
	margin-top: 60px;
	padding: 10px;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	cursor: pointer;
	height: initial;
	text-align: left;
	color: black;
	transition: border-color 0.5s ease, box-shadow 0.5s ease;
	background: linear-gradient(to right, rgb(255 255 255) 0%, rgba(125, 185, 232, 0) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#2e000000', endColorstr='#007db9e8', GradientType=1);
	/* IE6-9 */
}
.content_spedicia {
	margin-top: 150px;
	width: 100%;
	height: 500px;
	background: black;
	position: relative;
	background: rgba(0, 0, 0, 0.6);
}
.content_spedicia_text span {
}
.content_spedicia_text table {
	width: 100%;
}
.content_spedicia_text table tr td p {
	margin-top: 14px;
}
.form-table tr {
	margin: 36px;
	height: 58px;
}
.form-table tr input {
	margin-left: 10px;
}
.container table tr {
	border-bottom: 1px solid black;
}
.content_spedicia_text img {
    max-width: 100%;
    text-align:center;
}
.content_spedicia_text {
	position: relative;
	float: left;
	color: black;
	float: left;
	width: 100%;
	cursor: pointer;
	text-align: left;
	transition: border-color 0.5s ease, box-shadow 0.5s ease;
	border-top: 5px solid #494949;
	width: 100%;
	background: white;
	position: relative;
	padding-top: 5px;
}
.imgStrk {
    margin-bottom: 30px;
    text-align: center;
}
.content_kamenivo {
	color: black;
}
.content_spedicia_text .page_center {
	text-align: center;
}
.content_spedicia_text .page_center ul {
	list-style: none;
}
.content_spedicia_text .page_center ul li {
	margin-top: 10px;
	margin-bottom: 30px;
}
.content_spedicia_text h1 {
	text-align: center;
	border-bottom: 2px solid #494949;
	padding: 10px;
	margin-bottom: 20px;
}
.content_uvod_text_right:hover {
	transition: border-color 0.5s ease, box-shadow 0.5s ease;
}
.header  {
	width: 100%;
	height: 100px;
	background: white;
	z-index: 5;
	transition: 0.5s;
	top: 0px;
	border-bottom: 5px solid #494949;
}
.header .header_menu .header_menu_left {
	height: 60px;
	cursor: pointer;
	float: left;
	font-size: 25px;
	margin-top: 10px !important;
	margin-left: 20px;
	color: black;
	transition: 0.5s
}
.header_menu_left img {
	height: 80px;
	float: left;
	margin-top: -5px;
	transition: all 0.5s;
}
.header .header_menu .header_menu_left:hover {
	transition: all 0.5s;
	transform: scale(1.01);
	-ms-transform: scale(1.01);
	-moz-transform: scale(1.01);
	-webkit-transform: scale(1.01);
	o-transform: scale(1.01);
}

.bg-light {
    background-color:white !important;
}

.header .header_menu .header_menu_right {
	transition: all 0.5s;
	float: right;
	font-size: 30px;
	margin-top: 35px;
	color: white;
}

.header_menu_item {
	transition: 0.5s ease;
	cursor: pointer;
	margin-right: 20px;
	margin-top: 5px;
	float: left;
	color: black;
	font-size: 18px;
	border-left: 2px solid #2196f3;
	padding-left: 10px;
}

.header_menu_item:hover {
	transform: scale(1.2);
	transition: transform 0.5s;
}
.header_menu_hover_color {
	transition: 0.5s
}
.header_menu_minimize {

    height: 60px !important;
    transition: all 0.5s;
    position: fixed;
    z-index: 5555;
    width: 100%;
    top: 0px;

}

.navbar { 
        	transition: transform 0.5s;
}

.header_menu_minimize .navbar {
        height: 55px;
        	transition: transform 0.5s;

}
.header_menu_right_minimize {
	margin-top: 9px !important;
	transition: all 0.5s;
}
#navbarSupportedContent {
        margin-top: -10px;
                	transition: transform 0.5s;
                                background:white;
                                z-index: 555;


}
.header_menu_minimize #navbarSupportedContent {
        margin-top: -10px;
                	transition: transform 0.5s;

}
.header_menu_minimize .header_menu_left img {
	height: 46px !important;
        margin:5px;
	transition: all 0.5s;
}
.colU h4 {
	border-bottom: 1px solid #494949;
	padding-bottom: 5px;
}
.colU .btn {
	position: absolute;
	bottom: 0px;
	width: 100%;
	position: absolute;
	bottom: 10px;
	width: 87%;
	text-align: center;
	background: #494949;
	color: white;
	border: 0px;
}
.colU .btn:hover {
	background: #494949;
	color: white;
}
.header_menu_left_minimize {
	margin-top: 13px !important;
	transition: all 0.5s;
}
.header_menu_left_desc {
	font-size: 15pt;
	margin-top: 11px;
	text-align: left;
	opacity: 1;
	margin-left: 29px;
	float: left;
	transition: all 0.5s;
}
.header_menu_left_desc_close {
	opacity: 0;
	transition: all 0.5s
}
.ckeditorx {
	position: relative;
}
.stt {
	position: absolute;
	left: 30%;
	background: #494949;
	top: 15%;
	padding: 20px;
	text-align: center;
	width: 500px;
}
.stt ul {
	list-style: none;
	margin-left: -27px;
}
.imgW {
	margin-top: 40px;
	background: url(../images/strnva.JPG) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 700px;
	position: relative;
}
.new h3 {
	margin-top: 10px;
	margin-bottom: -4px;
}
.new {
	padding-bottom: 5px;
	position: absolute;
	bottom: 40%;
	width: 100%;
	text-align: center;
	background: #494949e3;
	color: white;
}
.page_footer {
	position: relative;
	float: right;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 50px;
	width: 100%;
        text-align:center;
        	color: white;

	background: rgb(73 73 73) !important;
}
.home_footer { 
} 
.page_footer a {
	text-decoration: none;
	color: white;
}
.page_footer .name {
	transition: all 0.5s;
}
.page_footer .name:hover {
	transition: all 0.5s;
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	o-transform: scale(1.1);
}
.page_footer .center {
	float: left;
	color: white;
	width: 800px;
	text-align: center;
	cursor: default;
}
.page_footer .center .divicon {
	width: 190px;
	margin: 0 auto;
}
.page_footer .right {
	float: right;
	color: white;
}
.page_footer img {
	float: left;
	float: left;
	margin-top: -4px;
	margin-right: 10px;
} 
a {
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
	text-decoration-color: white;
	cursor: pointer;
}
#contact_wrapper {
	margin-bottom: 100px
}
#contact_wrapper div {
	color: black;
	text-align: center;
	font-size: 15pt;
}
.left {
	width: 30px;
	text-align: left;
}
#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact input[type="password"], #contact textarea, #contact button[type="submit"] {
	font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
}
#contact {
	background: #F9F9F9;
	padding: 25px;
	padding-right: 41px;
	margin-bottom: 41px;
	position: relative;
	width: 100%;
	margin: 0 auto;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
	font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
}
.form-table {
	background: #F9F9F9;
	color: black;
	padding: 25px;
	padding-right: 41px;
	margin-bottom: 41px;
	position: relative;
	width: 500px;
	margin: 0 auto;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
	font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
}
#contact h3 {
	display: block;
	font-size: 30px;
	font-weight: 300;
	margin-bottom: 10px;
}
#contact h4 {
	margin: 5px 0 15px;
	display: block;
	font-size: 13px;
	font-weight: 400;
}
fieldset {
	border: medium none !important;
	margin: 0 0 10px;
	min-width: 100%;
	padding: 0;
	width: 100%;
}
#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact input[type="password"], #contact textarea {
	width: 100%;
	border: 1px solid #ccc;
	background: #FFF;
	margin: 0 0 5px;
	padding: 10px;
}
#contact input[type="text"]:hover, #contact input[type="email"]:hover, #contact input[type="tel"]:hover, #contact input[type="url"]:hover, #contact input[type="password"]:hover, #contact textarea:hover {
	-webkit-transition: border-color 0.3s ease-in-out;
	-moz-transition: border-color 0.3s ease-in-out;
	transition: border-color 0.3s ease-in-out;
	border: 1px solid #aaa;
}
#contact_textarea {
	height: 100px;
	max-width: 100%;
	resize: none;
}
#contact button[type="submit"] {
	cursor: pointer;
	width: 100%;
	border: none;
	background: #05D76A;
	color: #FFF;
	margin: 0 0 0px;
	padding: 10px;
	font-size: 15px;
	border: 3px solid transparent;
	border: 3px solid #05D76A;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin-top: 25px;
}
#contact button[type="submit"]:hover {
	background: white;
	color: #05D76A;
	border: 3px solid #05D76A;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#contact button[type="submit"]:active {
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 880px) {
    .header_menu_left_desc {
        display:none;
    }
    
    #navbarSupportedContent {
        margin-top: 7px !important;
    }
    #navbarSupportedContent .header_menu_item {
    border-left: 0px solid #494949;
    border-bottom: 2px solid #494949;
    width: 100%;
    text-align: center;
    margin-top: 0px;
    padding-bottom: 3px;
}
.header_menu_right_minimize {
	margin-top: 9px !important;
	transition: all 0.5s;
}
#navbarSupportedContent {
        margin-top: -10px;
                	transition: transform 0.5s;
                                background:white;
                                z-index: 555;


}
.navbar-toggler  {
        margin-right: 10px;
}
.stt {
  width:100%;
  left:0px;
}
.colU .btn {
        margin-left: -9px;
    margin-top: 18px;
}
.page_footer .col-12 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.new {
    bottom:initial !important;
    top:40%;
}
.uvod_image_transparent {
    background:url(../images/manheld.jpg) no-repeat center center;
        background-size: cover;
}
.class_header_spedicia, .class_header_kamenivo, .class_header_kontakt,.class_header_beton {
        background-position-y: 0px;
}
}