body {
	font-family: "Helvetica Neue", sans-serif !important;
}

/* header */
.mail-icon {
	border: 0px black solid;
	margin-right: 3px;
}

.phone-icon {
	border: 0px black solid;
	height: 23px;
}

.email-text {
	color: white;
	line-height: 35px;
	padding-right: 15px;
	margin-right: 10px;
	font-weight: bold;
	border-right: 1px dotted white;
}

.phone-text {
	color: white;
	line-height: 35px;
	font-weight: bold;
}

.header-left {
	float: left;
}

.header-right {
	float: right;
}

.social-icon {

}

.social-icon li {
	display: block;
	float: left;
	text-decoration: none;
	height: 35px;
}

.navbar-brand {
	height: 70px !important;
	text-align: left;
	width: 170px;
}

.navbar-toggle {
	margin-top: 18px !important;

}

.white {
	background: white !important;
}

.navbar-inverse .navbar-nav > li > a {
	color: #383635 !important;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
	color: #eead25 !important;
}

#info-top {
	height: 35px;
	width: 100%;
	background: #eead25;
	top:0;
}

#main-nav {
	border: 0px;
}

body.custom-background {
	background-position: center 138px !important;
}

.header-content-wrap{
	padding: 200px 0px 200px 0px !important;
}


.service {
	background-color: #efefef;
}

.focus-box .myibutler-service-icon {
    border-radius: 50%;
    height: 145px;
    margin: auto auto 20px;
    position: relative;
    transition: all 0.2s ease-in-out 0s;
    width: 145px;
}


.navbar-inverse .navbar-nav > li {   
    /*width: 150px;*/
    text-align: center;
}

.navbar-inverse .navbar-nav > li:hover {
	border-bottom: 2px solid #eead25;
}

.banner-bg {
	height: 495px;
	padding-top:60px;
	background: rgba(229, 212, 192, 1) url("../images/butler-bg.png") no-repeat scroll center 0;
}

.text-wrap {
	text-align: left;
	max-width: 1000px;
	padding: 50px;
	line-height: 28px;
}

.alert {
	display: none;
	transition: all 0.25s ease-in-out 0s;
	opacity: 0;
}

.alert-danger, .alert-success {
	opacity: 1;
}

#video-thumb {
	margin-top: 20px;
	cursor: pointer;
}



/* media queries:  change number of items per row */
@media screen and (max-width: 1190px) {

}
@media screen and (max-width: 1024px) {


}
@media screen and (max-width: 768px) {
	#main-nav,
	#main-nav.fixed {
		position: fixed;
	}
}
@media screen and (max-width: 480px) {
	.text-wrap {
		padding: 10px;
	}
}
@media screen and (max-width: 300px) {
	.text-wrap {
		padding: 10px;
	}
}