/** MTC Stylesheets **/

#mkfont{
  	font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif; font-size: 18px;
}

@media(min-width:768px){
	#mktogl{
		display:none;
	}
}
/** */
@media(min-width:768px){
	#navMKmenu{
		display:none;
	}
}
/** */
#navmk {
  	position: fixed;
  	top: 0;
  	width: 100%;
  	display: block;
  	transition: top 0.3s;
  	z-index: 100;
  	/** */
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2), 0 5px 15px 0
		rgba(0, 0, 0, 0.19)
	/** */
}

.img-a{
	height: 10%;
	width: 100%;
}

.bi-truck{
	font-size: 80px;
	color: red;
}
.btn-quote{
	background-color: #ee4310;
}

a.mk_link{
  	color: black;
}
li > a.mk_link:link {
  	color: black;
  	text-decoration: none;
}
li > a.mk_link:hover {
	color: red;
}

a > .list-group-item, .mk_smenu:link {
  	color: black;
  	text-decoration: none;
}
a > .list-group-item, .mk_smenu:hover {
    color: red;
}

a > .mk_fmenu:link {
  	color: black;
  	text-decoration: none;
}
a > .mk_fmenu:hover {
    color: red;
}

.mk_serv{
  	color: black;
}
a >.card, .mk_serv:link {
  	color: black;
  	text-decoration: none;
}
a > .card, .mk_serv:hover {
    color: red;
}

.maLinks{
  	color: #fff;
  	border-radius: 4px;
}
a >.row, .maLinks:link {
  	color: #fff;
  	text-decoration: none;
}
a > .row, .maLinks:hover {
    color: red;
    background: #fff;
}

.dropdown-item:hover{
  background-color: white;
}
a >.dropdown-menu, .dropdown-item:link {
  color: black;
  text-decoration: none;
}
a > .dropdown-menu, .dropdown-item:hover {
    color: red;
}

.dropdown-menu {
  	min-width: 170px;
  	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  	z-index: 1;
  	margin-top: 35px;
}

.dropdown:hover .dropdown-menu {
  	display: block;
}

.mk-arrow-down{
	font-size: 12px;
}

.serviceOff{
  font-size: 17px;
}

.mtc-history{
	font-size: 16px;
}

a.services-link:hover {
	color: red;
}
.mk-cards:hover{
	border-color: red;
}

.errorOnmkField {
	border-color: #b30000;
	background-color: #fffaf0;
}

.fill-in-field {
	color: red;
}

