/* main styl PSVcargo.cz*/
html, body, header, div, article{
	padding: 0;
	margin: 0;
}
html,body { height: 100%; margin: 0px; padding: 0px; }


@media screen and (max-width: 768px) {
    .navbar {
        width: 90%;
        margin: 0 auto;
    }

    .second-nav .wrap{
	width: 90%;
	margin: 0 auto;
	}

	.contactInfo{
		display: none;
	}
    .contact-form{
    padding: 0px;
    margin-top: 50px;
    width: 60%;
    float: left;
  }
}
@media screen and (min-width: 992px) {
	.contactInfo{
		display: block;
	}

}
body{
	font-family: 'Open Sans', sans-serif;
	background-color: #424242;
 /* background-color: #676767;*/
}

.doprava{
     margin-top: 0px;
    background-color: white;
    padding: 30px 20px 50px 20px;
    float: none;
    clear: both;
    padding-bottom: 80px;
}
.doprava a{
  font-weight: bold;
  margin-top: 20px;
}
.doprava p{
  margin-top: 40px;
}
.doprava h2{
text-align: center;
}

#map{
    background-image: url(../pict/mapa-poloha.png);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 450px;
}
.navbar-default{
	background-color: white;
	border: none;
	border-bottom: 1px solid #e7e7e7;
	border-left: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	margin-bottom: 70px;

}

.menu-contact{
  color: #9A9A9A;
 /* margin-top: 7px*/
 line-height: 25px;
}

.navbar-default .druhy{
  margin-left: 24px;
  margin-top: 0px;
}
.menu-contact span{
  color: #FF4C4C;
  margin-right: 6px
}
.navbar-default .navbar-nav>li>a{
	font-size: 15px;
	font-weight: 400;
	color: #DA4141;
	border-top: 5px solid white;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
    color: #DA4141;
    background-color: #e7e7e7;
    border-top: 5px solid #FF4C4C;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{

    background-color: #e7e7e7;
    border-top: 5px solid #FF4C4C;;
}

.divs{
	min-height: 80%;
	width: 100%;
	overflow: hidden;
	background-image: url(../pict/grid-globe-background2.png);
	background-attachment: fixed;
	background-repeat: no-repeat;	
	background-position: center;
	background-size: cover;
}
.divs .sub-div{
	 	color: #6D6D6D;
	 	clear: both;
	 	padding-left: 2%;
	 	padding-right: 2%;
		width: 60%;
		margin: 0 auto;
	margin-top: 33px;
}
.divs .sub-div span{
	font-size: 15px;
    color: #D0D0D0;
    text-align: center;
}
 .info{
	width: 50%;
	float: left;
}
 .divs .glyph-bg{
	background-color: white;
	width: 60px;
	height: 60px;
	padding: 10px 15px;
	font-size: 30px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	color: #F93A3A;
	margin: 0 auto;
	margin-bottom: 15px;
}
 .sub{
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	color: #FF4545;
	/*text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);*/
}
.divs h2, h3{
	font-size: 35px;
	font-family: 'Open Sans', sans-serif;
	color: #F93A3A;
	text-align: center;
	margin: 0px;
	text-transform: uppercase;
}
.divs h3{
	font-weight: bold;
	/*color: #DE3131;*/
	color: #FDFDFD;
}

/*background color= color of logo*/
.second-nav{
	background-color: #252525;
}
.second-nav span{
	color: #F93A3A;
  font-weight: bold;
}
.second-nav .wrap a{
  text-decoration: none;
  color: white;
  background-color: #EC3A3A;
  padding: 5px 15px;
  font-weight: bold;  
  -webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

.second-nav .link{
  text-align: center;
  font-size: 12px;
  padding-top: 20px;
}

.second-nav .wrap .first, .second{
	height: 180px;
	text-align: left;
	padding-left: 5%;
	padding-right: 5%;
	color: white;
	font-size: 20px;
	text-transform: uppercase;
	padding-top: 20px;
}
.second-nav .wrap .first{
	background-color: #2D2D2D;
}
.second-nav .wrap .second{
	background-color: #444;
}
.second-nav .wrap p{
	font-size: 12px;
	margin-left: 2%;
	margin-top: 10px;
}
.second-nav .wrap .first:hover{
	background-color: grey;
}
.second-nav .wrap .second:hover{
		background-color: grey;
}

.main-wrap{
	background-color: white;
	padding: 10px 5%;
	padding-top: 40px;
  padding-bottom: 40px;
	clear: both;
}

.main-wrap p{
	font-size: 15px;
	text-align: left;
}
.main-wrap h2{
text-align: center;
margin-bottom: 30px;
}

.btn-custom{
    background-color: rgb(249, 58, 58);
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    color: white;
    padding: 6px 30px;
    text-transform: uppercase;
    margin: 0;
    float: none;
    margin-top: 10px;
    margin-bottom: 30px; 
}

@-webkit-keyframes scroll-ani {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}

@-moz-keyframes scroll-ani {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}

@keyframes scroll-ani {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}


.mouse-scroll {
  display: inline-block;
  line-height: 18px;
  font-size: 13px;
  font-weight: normal;
  color: #7F8C8D;
  color: #D2D2D2;
  margin-top: 10%;
  text-decoration: none;
  overflow: hidden;
  position: absolute;
    bottom: 10px;
    width: 45px;
    right: 5%;
    text-align: center;
  }
  .mouse {
    position: relative;
    display: block;
    width: 35px;
    height: 63px;
    margin: 0 auto 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #D2D2D2;
    border-radius: 23px;
}
    .mouse-movement { 
      position: absolute;
      display: block;
      top: 29%;
      left: 50%;
      width: 8px;
      height: 8px;
      margin: -4px 0 0 -4px;
      background: #D2D2D2;
      border-radius: 50%;
      -webkit-animation: scroll-ani 4s linear infinite;
      -moz-animation: scroll-ani 4s linear infinite;
      animation: scroll-ani 4s linear infinite;
    }  
  .mouse-message { 
      float: left;
      margin: 0px 0 0 7px;
      padding: 0;
      -webkit-animation: scroll-ani 4s linear infinite;
    -moz-animation: scroll-ani 4s linear infinite;
    animation: scroll-ani 4s linear infinite;
  }
  
    .mouse-message:hover {
      margin-top: 0;    
    } 
  .bg{
    background-color: grey;
  }
  .contact{
    background-color: #4C4C4C;
    background-image: url(../pict/bg2-contact.png);
    padding: 40px 20px 30px 20px;
    background-repeat: no-repeat;
    background-size: cover;

  }

  .contact .kontakty{
    margin-bottom: 10px;
  }
  .navbar-brand img{
    width: 130px;
    margin-top: -10px;
    margin-left: -10px;
    
  }
  .contact ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .contact h2{
    margin-top: 0;
    color: white;
    margin-bottom: 20px;
  }
  .contact h1{
    font-size: 17px;
    font-weight: bold;
    font-family: verdana;
    margin: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
  }
  .contact .wrap{
    margin: 0 auto;
    float: none;
  }
  .contact span{
    margin-right: 10px;
    color: #F93A3A;

  }
  .contact .wrap .main_info{
    background-color: white;
    padding: 20px;
    margin-bottom: 20px;
  }
    .contact .logo{
    margin-top: 20px;
    text-align: center;
  }
  .contact .informace{
    margin-bottom: 20px;
  }


  a{
    text-decoration: none;
    color: #F93A3A;
  }

  a:hover{
    text-decoration: none;
  }

  .contact-form .vstup{
    padding: 5px 10px 5px 10px;
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
    width: 47%;
    margin-bottom: 10px;
    background-color: white;
    border: none; 
  }
    .contact-form .odsazeni{
    margin-right: 5%;
  }

  .contact-form textarea{
    width: 100%;
     height: 150px; 
     max-width:100%;
     padding: 15px;
  }

  .contact-form input[type="submit"]{
    border: none;
    margin: 20px 0px;
    float: right;
}
  .contact-form input[type="submit"]:after{
    clear: both;
    float: none;
    display: block;
    content: '';
  }

  .mapa-obrazek{
    width: 37%;
    margin-left: 3%;
    height: 300px;
    padding-left: 10px;
    background-image: url(../pict/mapa_contact.png);
    background-size: cover;
    float: left;
    margin-top: 50px;

  }

  .kontakt:after {
    content:'';
    display:block;
    clear: both;
}

footer{
    width: 100%;
    color: #4C4C4C;
    padding: 20px 20px;
    text-align: center;
    background-color: #CFCCC1;
}

input[type="submit"]{
  border: none;
}

#AboutCompany{
  margin-top: 0px;
  background-color: white;
  padding: 30px 20px 150px 20px;
  float: none;
  clear: both;

}

#AboutCompany img{
-webkit-box-shadow: 0px 0px 40px 0px rgba(16,16,16,1);
-moz-box-shadow: 0px 0px 40px 0px rgba(16,16,16,1);
box-shadow: 0px 0px 40px 0px rgba(16,16,16,1);
}

.about-sub{
     margin: 20px 10px 40px 10px;
    color: #5A5A5A;
    font-size: 14px;
    padding-left: 40px;
    border-left: 2px solid #333333; 
}
#AboutCompany h2, h3{
  color: #333333;
}

#AboutCompany h2{
  /*text-align: center;
  margin-bottom: 20px;*/
margin-bottom: 20px;
    font-size: 88px;
    font-weight: bold;
    float: left;
    margin-right: 40px;
    margin-left: 25px;
}

#AboutCompany .bunka{
     background-color: white;
     /* height: 220px; */
    margin-top: 20px;
    padding: 0px 26px 20px;
    margin: 0px 3% 20px;
}
#AboutCompany .bunka a{
  font-weight: bold;
}
#AboutCompany h3{
  font-size: 25px;
  text-align: left;
  margin-bottom: 20px;
  font-weight: bold;
}

#formDiv{
  background-color: white;
}

#formDiv h1{
  margin: 10px 0px 30px 0px;
  text-align: center;
}
#formDiv h2{
  margin: 0 auto;
  text-align: center;
  margin-bottom: 20px;
}
#formDiv .bunka{
  background-color: #D4D4D4;
  padding: 10px 29px;
  margin-bottom: 40px;
}

#formDiv .nalozit, .vylozit{
  width: 45%;
  float: left;
}

#formDiv .nalozit{
  margin-right: 10%;
}
#formDiv .bunka .icondiv{
  width: 60px;
   background-color: #D4D4D4;
   text-align: center;
  float: left;
  margin-top: -20px;
}
#formDiv .vylozit:after{
  clear: both;
  content: ' ';
  float: none;
}

#formDiv .head{
  clear: both;
  float: none;
  min-height: 60px;
    width: 180px;
    margin: 0 auto;
}

#formDiv .head h2{
  text-align: left;
  margin-top: 10px;
  margin-bottom: 0px;
}


.sub-kont{
  margin-left: 27px;
  margin-top: 0px;
}

.d-flex {
	display: flex;
}

.ml-auto {
	margin-left: auto;
}


.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > ul.dropdown-menu {
    position: absolute;
    left: 100%;
    top: 0;
    margin-left: 5px;
}

.dropdown-submenu > a::after {
    display: block;
    content: "";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-left-color: #000;
    margin-top: 6px;
    margin-right: -10px;
  }
