body {
	margin: 0;
	font-size: 13px;
	line-height: 20px;
	color: #676767;
	font-family: 'Barlow Condensed', sans-serif;
	background: url('../images/bg.jpg') no-repeat center center fixed;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
header{
}
.header-bg {
}
.logo {
	text-align: center;
	padding: 40px 0px 0px;
}
.logo img {
		
}
.title {
	font-size: 55px;
	line-height: 65px;
	font-weight: normal;
	color: #3c2415;
	text-align: center;
	padding-bottom: 25px;
}
.loc-buttn{
	text-align: center;
}
.bttnone {
	background: #3c2415;
	display: inline-block;
	border-radius: 50px;
    padding: 0px 20px;
	font-size: 27px;
	line-height: 58px;
	margin-bottom: 20px;
	margin-right: 20px;
}
.bttnone img {
	margin-right: 10px;
}
.bttntwo {
	display: inline-block;
	background: #3c2415;
    border-radius: 50px;
    padding: 0px 20px;
	font-size: 27px;
	line-height: 58px;
	margin-bottom: 20px;
}
.bttntwo img {
	margin-right: 10px;
}
.bttnone a, .bttntwo a {
	color: #ffa336 !important;
	text-decoration: none;
}
.copyright {
	background: #fff;
	text-align: center;
	font-size: 17px;
	line-height: 65px;
	color: #9a9a9a;
	font-weight: 300;
	font-family: 'Source Sans Pro', sans-serif;
}
.copyright span {
	color: #ff903b;
}
footer {
	position: absolute;
    bottom: 0;
    width: 100%;
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .logo img { width: 400px;}
}
/*iPhone 6 Portrait*/
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation : portrait) { 
	.logo {
		padding: 140px 0px 0px !important;
	}
}

/*iPhone 6 landscape*/
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation : landscape) { 
	.logo {
		padding: 40px 0px 0px !important;
	}
}

/*iPhone 6+ Portrait*/
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation : portrait) { 
	.logo {
		padding: 140px 0px 0px !important;
	}
}

/*iPhone 6+ landscape*/
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation : landscape) { 
	.logo {
		padding: 40px 0px 0px !important;
	}
}
/* ipad Mini Portrait */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
	.logo {
		padding: 100px 0px 20px !important;
	}
	.logo img {
		width: 350px !important;
	}
}

/* ipad Mini Landscape */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
	.logo {
		padding: 40px 0px 0px !important;
	}
	.logo img {
		width: 350px !important;
	}
}


@media only screen and (max-width: 767px) {
	.logo img {
		width: 200px;	
	}
	.title {
		font-size: 25px !important;
		line-height: 40px !important;
		padding-bottom: 10px !important;
	}
	.bttnone {
		padding: 0px 15px !important;
		font-size: 15px !important;
		line-height: 35px !important;
	}
	.bttnone img {
		margin-right: 10px;
		width: 10px;
	}
}