/*

* Override Pages default styles or create your own styles here

*/
.dropz {
  background-repeat: no-repeat; height:123px;background-size: 428px 406px; display:block;
  background-image: url(../assets/plugins/dropzone/images/spritemap@2x.png);
}

.callme2 {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;

}

.btn-yellow {
  background: #FFFF00;
  color: #574500;
  border: none;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.btn-yellow:hover, .btn-yellow:focus {
  background: rgb(252, 255, 179);
}
.btn-yellow:active {
  background: rgb(253, 255, 112);
}



.btn-xxl {
  padding: 20px 26px;
  font-size: 35px;
  border-radius: 8px;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown-menu:before {
    content: "";
    border-bottom: 10px solid #fff;
    border-right: 17px solid transparent;
    border-left: 17px solid transparent;
    position: absolute;
    top: -10px;
    left: 285px;
    z-index: 10;
}
.dropdown-menu:after {
    content: "";
    border-bottom: 12px solid #ccc;
    border-right: 19px solid transparent;
    border-left: 19px solid transparent;
    position: absolute;
    top: -12px;
    left: 283px;
    z-index: 8;
}
.dropdown-menu {
  position:fixed;
  top:60px;
  left:50px;
  right:50px;

}
.dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.dropdown-menu > li > ul > li {
  list-style: none;
}
.dropdown-menu > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #000000;
  white-space: normal;
  font-size:18px;
}
.dropdown-menu > li ul > li > a:hover,
.dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
  color: #444;
  background-color: #f5f5f5;

}
.dropdown-menu .dropdown-header {
  color: #428bca;
  font-size: 18px;
  font-weight:bold;
}

.minime-menu {
  top:60px;
  left:0px;
  right:50px;
  bottom:50px;

}
.minime-menu > li > ul {
  padding: 0;
  margin: 0;
}
.minime-menu > li > ul > li {
  list-style: none;
}
.minime-menu > li > ul > li > a {
  display: block;
  padding: 10px 0px 10px 0px;
  margin-left: 0px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #000000;
  white-space: normal;
  font-size:18px;
}
.minime-menu > li ul > li > a:hover,
.minime-menu > li ul > li > a:focus {
  text-decoration: none;
  color: #444;
  background-color: #f5f5f5;
}
.minime-menu .minime-header {
  color: #0052bb;
  font-size: 18px;
  padding-bottom:10px;
  font-weight:bold;
  list-style: none;
}
/*.dropdown:hover .dropdown-toggle {
    color: grey;
}*/
