@import url(https://fonts.googleapis.com/css?family=Raleway:400,400italic,500italic,500,600,600italic);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic);

*, *::before, *::after {
    box-sizing: border-box;
}

body {
    font-family: 'Source Sans Pro', Arial, sans-serif;
    height: 100%;
    margin: 0;
    background-size: cover;
}

p {
	margin-top: 0;
	font-family: 'Source Sans Pro', Arial, sans-serif;
}

a {
    text-decoration: none;
}

.container {
	overflow: hidden;
	max-width: 1000px;
	margin: auto;
}

header {
    background: #0b0b0b linear-gradient(to bottom, #3d3d3d 0%, #0b0b0b 100%) repeat scroll 0 0;
    border-top: 7px solid #ed9012;
    overflow: hidden;
    position: relative;
    z-index: 10;
}

#topRight {
    text-align: center;
}

#callUs {
    background-color: #ed9012;
    color: #ffffff;
    padding-bottom: 7px;
}

#callUs p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
}

#callUs p img {
    max-width: 20px;
    position: relative;
    top: 2px;
}

.social {
    padding-bottom: 15px;
    padding-top: 15px;
}

.social ul {
    list-style: outside none none;
    margin: auto;
    padding: 0;
    text-align: center;
}

.social ul li {
    display: inline-block;
}

.social ul li a {
    background-color: #ed9012;
    border-radius: 8px;
    color: #ffffff;
    float: left;
    font-size: 20px;
    padding: 12px;
    width: 45px;
}

#topLeft {
    padding-bottom: 25px;
    padding-top: 5px;
    text-align: center;
}



.master_image {
	max-width: 960px;
    padding: 20px 15px;
}

.master_image .container {
  
}


.master_image .overlay {
    background-color: #000000;
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0.6;
    filter: alpha(opacity=6);
    z-index: 9;
}

.master_image img {
    height: auto;
    width: 100%;
}



.main {
    padding: 30px 20px 20px;
    position: relative;
    text-align: center;
    z-index: 10;
}

.main .blurb {
	
}

.main .blurb .container {
    background-color: #ffffff;
    margin-bottom: 10px;
    max-width: 960px;
    padding: 20px 15px;
}

.main .blurb img {
    height: auto;
    margin-bottom: 20px;
    width: 100%;
}

.main .blurb p {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    margin: 0 auto;
    max-width: 900px;
}


.main .buttons {
    overflow: hidden;
}

.main .buttons a {
    background-color: #ed9012;
    color: #ffffff;
    display: block;
    font-family: "Raleway",sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 18px 20px 21px 55px;
    position: relative;
    text-align: left;
}

.main .buttons a:hover {
	background-color: #c77a12;
}

.main .buttons a i {
    font-size: 30px;
    left: 10px;
    position: absolute;
    top: 20px;
}

.main .buttons a span {
    display: block;
    font-size: 16px;
    font-weight: 400;
}

.main .buttons a span i {
    font-size: 15px;
    left: 0;
    position: relative;
    top: 0;
}

footer {
	background: #1a1a1a;
    border-top: 0 none;
    color: #ffffff;
    float: left;
    line-height: 20px;
    margin-top: 0;
    padding-bottom: 20px;
    padding-top: 25px;
    text-align: center;
    width: 100%;
    position: relative;
    z-index: 10;
}

footer h2 {
    font-size: 17px;
    margin-bottom: 12px;
    margin-top: 0;
}

footer p {
    font-size: 12px;
    line-height: 20px;
}




@media only screen and (min-width: 460px) {

.main .buttons a br {
	display: none;
}

}



@media only screen and (min-width: 1024px) {


header {
    padding-left: 20px;
    padding-right: 20px;
}

#topRight {
    float: right;
    width: 300px;
}

#topLeft {
    float: left;
    text-align: left;
    width: 50%;
    padding-top: 20px;
}

#callUs {
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

#callUs p {
    font-size: 35px;
    line-height: 40px;
}

#callUs p img {
    max-width: 34px;
    top: 3px;
}

.social {
    padding-bottom: 5px;
    padding-top: 30px;
}

.master_image {
    display: block;
    height: 440px;
    left: 0;
    position: absolute;
    top: 155px;
    width: 100%;
}

.main {
    padding: 55px 20px;
}

.main .buttons {
    padding-top: 20px;
}

.main .buttons .container {
    margin: auto;
}

.main .buttons a {
    float: left;
    font-size: 26px;
    line-height: 30px;
    margin: 0 2%;
    padding: 30px 20px;
    text-align: center;
    width: 46%;
}

.main .buttons a br {
    display: block;
}

.main .buttons a span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin-top: 6px;
}

.main .buttons a span i {
    display: inline;
    font-size: 17px;
    left: 4px;
}

.main .buttons a i {
    display: block;
    font-size: 40px;
    left: 0;
    margin-bottom: 5px;
    position: relative;
    top: 0;
}


}

