#header_1 {
}

#header_1 .logo {
	float: left;
	margin: 0;
}
#header_1 .logo img {
	padding: 0px;
}
#header_1 #gillysBox {
	font-family: Ovo, serif !important;
	border-style: solid;
	border-width: 2px;
	border-color: rgba(90, 136, 191, 1);
	border-radius: 4px;
	background-color: rgba(255, 255, 255, 0.9);
	width: 400px;
	display: inline-block;
	position: relative;
	padding: 10px;
	margin-right: 1vw;
	text-align: center;
	text-transform: uppercase;
	color: rgb(63, 114, 188);
	float: right;
	margin-top: 50px;
	-ms-transform: rotate(5deg);
	-webkit-transform: rotate(5deg);
	transform: rotate(5deg);
	z-index: 100;
	-webkit-transition: margin-top 0.5s ease, -webkit-transform 0.5s ease;
	transition: margin-top 0.5s ease, transform 0.5s ease;
}
#header_1 #gillysBox:hover {
	-moz-transform: rotate(0deg) ;
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	margin-top: 20px;
}
#header_1 #gillysBox #name1 {
	font-size: 60px;
	line-height: 60px;
	font-weight: bolder;
}
#header_1 #gillysBox #name2 {
	font-size: 32px;
	line-height: 32px;
}
#header_1 #gillysBox #estimates {
	font-size: 24px;
	line-height: 24px;
}
#header_1 #gillysBox #phone {
	font-size: 24px;
	color: red;
	line-height: 30px;
}
#header_1 #slogan {
	font-size: 24px;
	color: rgb(63, 114, 188);
	line-height: 30px;
	width: 30%;
	font-family: Ovo, serif !important;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
#header_1 .pull-contact {list-style:none;}
#header_1 .pull-contact a {font-size:20px;}
#header_1 li.pull-contact.pull-right {padding-left:0;}
#header_1 .some-class {

}
.headerh4 {font-size:16px;line-height:1.2em;}
@media (max-width: 1199px) {
	#header_1 #gillysBox #name1 {
		font-size: 45px;
		line-height: 45px;
	}
	#header_1 #gillysBox #name2 {
		font-size: 24px;
		line-height: 24px;
	}
	#header_1 #gillysBox #estimates {
		font-size: 18px;
		line-height: 18px;
	}
	#header_1 #gillysBox #phone {
		font-size: 18px;
		color: red;
		line-height: 20px;
	}
	#header_1 #gillysBox {
		width: 300px;
	}
}
@media (max-width: 991px) {
	#header_1 #slogan {
		display: none;
	}
}
@media (max-width: 767px) {
	#header_1 #gillysBox {
		margin-top: 2vw;
		width: 39vw;
	}
	#header_1 #gillysBox #name1 {
		font-size: 7vw;
		line-height: 7vw;
	}
	#header_1 #gillysBox #name2 {
		font-size: 3vw;
		line-height: 3vw;
	}
	#header_1 #gillysBox #estimates {
		font-size: 3vw;
		line-height: 3vw;
	}
	#header_1 #gillysBox #phone {
		font-size: 3vw;
		line-height: 4vw;
	}
	#header_1 #gillysBox #phone a:link {
		color: red;
	}
	#header_1 .logo img {
		max-width: 50vw;
	}
}