/************************************************
$ Search
************************************************/

body.search .input-group {
	margin-bottom: 25px;	
}

body.search input[type=search],
body.error404 input[type=search] { 
	height: 62px;
	margin-right: 25px;
	width: 435px !important;
}

body.search h2 a {
	color: #2980b9;
	font-size: 18px;
	font-family: 'ProximaNovaBold';
	margin-bottom: 20px;
	margin-top: 0px;
	text-transform: uppercase;	
}

/* Large desktop */
@media (min-width: 1200px) {

}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {
    
}

/* Landscape phone to portrait tablet OR window is too tall for the hero content */
@media (max-width: 767px), (max-height: 699px) {

body.search input[type=search],
body.error404 input[type=search] { 
	width: 125px !important;
	margin-right: 5px;
}
  
}

@media (max-height: 699px) {
	
 
}

/* Landscape phones and down */
@media (max-width: 480px) {

}
