@charset "utf-8";
/* CSS Document */
html, body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #000;
	line-height: 20px;
	/*text-align: justify;*/
	background:url(../images/fairview-bg.jpg) repeat;
	overflow-x:hidden
}
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
@font-face {
	font-family: 'amperzandregular';
	src: url('../fonts/amperzand-webfont.eot');
	src: url('../fonts/amperzand-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/amperzand-webfont.woff2') format('woff2'), url('../fonts/amperzand-webfont.woff') format('woff'), url('../fonts/amperzand-webfont.ttf') format('truetype'), url('../fonts/amperzand-webfont.svg#amperzandregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'swis721_wgl4_btroman';
	src: url('../fonts/swiss-721-wgl4-bt_43266-webfont.eot');
	src: url('../fonts/swiss-721-wgl4-bt_43266-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/swiss-721-wgl4-bt_43266-webfont.woff2') format('woff2'), url('../fonts/swiss-721-wgl4-bt_43266-webfont.woff') format('woff'), url('../fonts/swiss-721-wgl4-bt_43266-webfont.ttf') format('truetype'), url('../fonts/swiss-721-wgl4-bt_43266-webfont.svg#swis721_wgl4_btroman') format('svg');
	font-weight: normal;
	font-style: normal;
}
:focus {
	outline: 0;
}
a img {
	outline : none;
}
img {
	border : 0;
}
a {
	outline: 0;
}
a:link {
	font-weight: bold;
	color: #e91c35;
	font-size: 15px;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
}
.fLeft {
	float: left;
}
.fRight {
	float: right;
}
p {
	padding-bottom: 15px;
}
h1 {
	color: #3c5461 !important;
	font-weight: normal;
	clear: both;
	font-size: 24px !important;
	padding-bottom: 15px;
	padding-top: 10px;
}
.h1 {
	font-size: 20px !important;
	padding-bottom: 14px;
}
.h1:before {
	background: url(../images/star.jpg) no-repeat;
	width: 17px;
	height: 20px;
	float: left;
	border-radius: 10px;
	margin-top: 1px;
	content: "";
	margin-right: 13px;
	margin-left: 25px;
}
.padd-left25 {
	padding: 0 0 20px 25px!important;
}
.h1_fam {
	text-align: center;
	font-size: 26px !important;
	font-weight: bold;
}
h2 {
	color: #e91c35 !important;
	font-weight: bold;
	clear: both;
	font-size: 20px !important;
	padding-bottom: 10px;
}
h3 {
	color: #e91c35 !important;
	font-weight: normal;
	clear: both;
	text-align: left;
	font-size: 19px !important;
	padding-bottom: 10px;
	padding-top: 30px;
}
.top_strip {
	background: url(../images/header-bg.jpg) repeat-x;
	width: 100%;
	font-size: 14px;
	line-height: 42px;
	height: 79px;
}
.become-a-customer{
	margin-top:27px;
}
.what-we-do-padd{
	margin-top:40px;
}
.padd-bott-0{
	padding-bottom:0;
}
.contant_bg {
	background: #FFF;
	box-shadow: 0 0 10px rgba(1, 1, 1, 0.6);
	-webkit-box-shadow: 0 0 10px rgba(1, 1, 1, 0.6);
	-moz-box-shadow: 0 0 10px rgba(1, 1, 1, 0.6);
	max-width: 980px;
	margin: auto;
}
.main-box {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.header {
	   display: block;
    float: left;
    padding-top: 0;
    position: relative;
    top:18px;
}
.navigation {
	width: auto;
	float: right;
	margin-top:10px;
	font-family: 'arial';
	max-width:682px;
}
.middle-container {
	display: block;
	padding: 30px 30px;
	font-family: 'swis721_wgl4_btroman';
	margin-bottom: 60px;
	float: left;
}
.middle-container p {
	font-family: 'swis721_wgl4_btroman';
	color: #fff;
	font-size: 20px;
	padding: 60px 0;
}
.middle-container p span {
	color: #fceb95;
}
.slider-wrapper {
	width: 100%;
	float: left;
	padding: 40px 0px 20px 0px;
	padding-top: 40px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: solid 1px #d1d2d3;
}
.home_btn {
	width: auto;
	float: left;
	padding: 5px 15px;
	margin-bottom: 20px;
/*	background:#EB1923;*/
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #EB1923),
	color-stop(1, #9F020C)
);
	background-image: -o-linear-gradient(bottom, #EB1923 0%, #9F020C 100%);
	background-image: -moz-linear-gradient(bottom, #EB1923 0%, #9F020C 100%);
	background-image: -webkit-linear-gradient(bottom, #EB1923 0%, #9F020C 100%);
	background-image: -ms-linear-gradient(bottom, #EB1923 0%, #9F020C 100%);
	background-image: linear-gradient(to bottom, #EB1923 0%, #9F020C 100%);
	border: solid 1px #9c000a;
	color: #FFF!important;
	font-size: 14px !important;
	font-weight: normal !important;
	text-decoration: none !important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	float:right;
}
.home_btn:hover {
	color: #FFF;
	text-decoration: none !important;
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #FB4A53),
	color-stop(1, #C80D1A)
);
	background-image: -o-linear-gradient(bottom, #FB4A53 0%, #C80D1A 100%);
	background-image: -moz-linear-gradient(bottom, #FB4A53 0%, #C80D1A 100%);
	background-image: -webkit-linear-gradient(bottom, #FB4A53 0%, #C80D1A 100%);
	background-image: -ms-linear-gradient(bottom, #FB4A53 0%, #C80D1A 100%);
	background-image: linear-gradient(to bottom, #FB4A53 0%, #C80D1A 100%);
}
.men_padd {
	padding-top: 30px;
}
.padd15 {
	padding-top: 15px;
}
.padd25 {
	padding-top: 25px;
}
.inner_footer {
	background: #fb2c46 url(../images/footer-bg.jpg) repeat-x;
}
.footer-links {
	margin: 35px 0px 25px 0px;
}
.footer-links ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.footer-links ul li {
	display: inline-block;
	margin-right: 60px;
}
.footer-links ul li a {
	color: #FFF;
	font-size: 15px;
	font-weight: normal !important;
	text-decoration: none !important;
	font-family: Arial, Helvetica, sans-serif;
}
.footer-links ul li a:hover {
	text-decoration: underline;
}
.attribution {
	color: #FFF;
	padding-bottom: 35px;
	font-size: 13px;
	font-family: Arial;
}
.attribution a {
	color: #FFF;
	padding-left: 5px;
	font-weight: normal !important;
	text-decoration: none !important;
}
.attribution a:hover {
	text-decoration: underline !important;
	color: #FFF;
}
.attribution1 {
	color: #FFF;
	padding-bottom: 15px;
	font-size: 13px;
	font-family: Arial;
	text-align: center;
}
.attribution1 a {
	color: #FFF;
	padding-left: 5px;
	font-weight: normal !important;
	text-decoration: none !important;
}
.attribution1 a:hover {
	text-decoration: underline !important;
	color: #FFF;
}
.car_div {
	width: 930px;
	max-width: 100% !important;
	margin: auto;
	margin-bottom: 30px;
}
.banner_space {
	margin: 40px 0 4px;
}
.caroufredsel_wrapper {
	max-width: 100% !important;
}
.carousel1 li {
	float: left;
	text-align: center;
	margin: 0 10px;
	list-style: none;
}
.head1 {
	padding-top: 15px;
	margin-bottom: 12px;
}
a.prev, a.next {
	background: url(../images/prevnext.png) 0 0 no-repeat;
	transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
	width: 25px;
	height: 25px;
	float: right;
	margin-top: 0px;
	margin-bottom: 20px;
	display: block;
}
a.prev:hover {
	background-position: 0 bottom;
}
a.prev {
	background-position: 0 0;
	margin-left: 5px;
	position: absolute;
	top: 74px;
	left: -5px;
	z-index: 555;
}
a.next {
	background-position: right bottom;
	margin-left: 5px;
	position: absolute;
	top: 74px;
	right: -5px;
	z-index: 555;
}
a.next:hover {
	background-position: right 0;
}
.product_img p a {
	font-size: 18px;
	font-weight: bold;
	color: #22201f;
	text-decoration: none !important;
	text-align: center;
	width: 100%;
	padding-bottom: 15px;
	float: left;
}
.product_img p a:hover {
	font-weight: bold;
	color: #ea5259;
}
.product_img span {
	width: 100%;
	float: left;
	margin-bottom: 25px;
	text-align: center;
}
.bullet_area {
	width: 50%;
	margin: auto;
	margin-bottom: 20px;
}
.bullet_area li {
	background: url(../images/star2.jpg) no-repeat 0px 3px;
	list-style-type: none;
	line-height: 14px;
	margin-bottom: 10px;
	padding:2px 0 2px 17px;
}
.bullet_area li a {
	color: #636363;
	font-size: 15px;
	line-height: 20px;
	text-decoration: none;
}
.bullet_area li a:hover {
	color: #ea5259;
	text-decoration: underline;
}
.bullet_area li ul {
	margin-left: 20px;
	padding: 0;
	margin-top: 10px;
}
.email_link {
	text-align: center;
}
.email_link a {
	text-align: center;
	font-size: 20px;
	color: #005aab;
	text-decoration: none;
}
.email_link a:hover {
	color: #ea5259;
	text-decoration: underline;
}
.sitemap_bullet {
	margin: auto;
	margin-bottom: 20px;
	margin-left: 30px;
}
.sitemap_bullet li {
	background: url(../images/arrow_bullet.jpg) no-repeat 0px 5px;
	list-style-type: none;
	margin-bottom: 10px;
	padding-left: 11px;
}
.sitemap_bullet a {
	color: #000;
	font-size: 15px;
	line-height: 20px;
	text-decoration: none;
}
.sitemap_bullet a:hover {
	color: #e91c35;
	text-decoration: underline;
}
.sitemap_bullet li ul {
	margin-left: 20px !important;
	padding: 0;
	margin-top: 10px;
}
.home_coll_img {
	text-align: center!important;
}.home_coll2_img {
	text-align: left;
}
.row-fluid {
	width: 100%;
	position: relative;
	float: left;
}
.paddrow {
	padding-top: 25px;
	padding-bottom: 25px;
	float: left;
}
.customer_border {
	border-top: solid 1px #d1d2d3;
	margin-top: 10px;
}
.customer_border2 {
	border-bottom: solid 1px #d1d2d3;
	padding-bottom: 10px;
	margin-bottom:7px;
}
.what_wedo_img {
	float: left;
	margin-top: 5px;
	width: 112px;
	margin-right: 16px;
}
.find_btn_padd {
	/*margin-top: 14px;*/
	margin-bottom: 5px;
	float:right;
}
.home_icon_area {
	width: 60px;
	float: left;
	padding-right: 10px;
}
.home_icon_text_area {
	margin-left: 60px;
}
.home_icon_text_area h6 a,
.home_icon_text_area h6 {
	color: #c42726;
	font-size: 13px;
	text-decoration:none;
	font-weight:700 !important;
	text-align:left!important;
}
.home_coll_padd h2 a{color:#e91c35 !important; font-size: 20px !important;
    font-weight: bold; text-decoration:none;}
.home_icon_text_area p {
	color: #020202;
	font-size: 13px;
	padding-bottom: 5px !important;
	text-align: left;
}
.home_icon_text_area a {
	color: #c42726;
	font-size: 13px;
	font-weight: normal !important;
	text-decoration: none !important;
}
.home_icon_text_area a:hover {
	color: #59595c;
	text-decoration: underline !important;
}
.get_form_area {
	width: 100%;
	background: #e91c35;
	margin-bottom: 20px;
	padding: 30px  85px!important;
	box-shadow: 4px 6px 14px #888888;
	display: block;
	margin-top:20px;
	border-top:solid 30px #cbcbcb;
}
.get_form_area-box {
	width: 100%;
	display: block;
	max-width:260px;
	float:left;
}
fieldset p {
	width: 100%;
	float: left;
	color: #FFF;
}
fieldset p:last-child {
	padding-bottom: 0px;
}
fieldset p label {
	width: 100%;
	float: left;
	color: #FFF;
	padding-bottom: 3px;
	cursor: default;
}
fieldset p input {
	max-width: 250px;
	width:100%;
	float: left;
	color: #59595c;
	padding: 8px 12px;
	border-radius: 5px;
	font-size: 13px;
	background: #FFF;
	border: none;
	box-shadow: none !important;
}
/*fieldset p select {
	width: 250px;
	float: left;
	color: #59595c;
	padding: 6px 12px;
	border-radius: 5px;
	font-size: 13px;
	background: #FFF;
	border: none;
	box-shadow: 0px !important;
}*/
fieldset p .radio_btn {
	width: 130px;
	float: left;
	padding-right: 15px;
	padding-top: 5px;
}
fieldset p .radio_btn input {
	min-width: 16px;
	margin-right: 5px;
}
fieldset p textarea {
	width: 100%;
	height: 120px;
	float: left;
	color: #59595c;
	padding: 8px 12px;
	border-radius: 5px;
	font-size: 13px;
	background: #FFF;
	border: none;
	box-shadow: none !important;
}
fieldset p .submit_btn {
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #77787c),color-stop(1, #3e3e40));
	background-image: -o-linear-gradient(bottom, #77787c 0%, #3e3e40 100%);
	background-image: -moz-linear-gradient(bottom, #77787c 0%, #3e3e40 100%);
	background-image: -webkit-linear-gradient(bottom, #77787c 0%, #3e3e40 100%);
	background-image: -ms-linear-gradient(bottom, #77787c 0%, #3e3e40 100%);
	background-image: linear-gradient(to bottom, #77787c 0%, #3e3e40 100%);
	color: #FFF;
	font-size: 13px;
	padding: 10px 15px;
	border-radius: 5px;
	border: none;
}
fieldset p .submit_btn:hover {
	background:#77787d;
	color: #FFF;
	font-size: 13px;
	padding: 10px 15px;
	border-radius: 5px;
	border: none;
}
fieldset p .select-box {
	width: 250px;
	float: left;
	color: #59595c;
	padding: 1px 10px;
	border-radius: 5px;
	font-size: 13px;
	background: #FFF url(../images/arrow.jpg) no-repeat 96% center;
	border: none;
	overflow: hidden;
	color: #a5a5a7;
}
fieldset p .select-box select {
	width: 115%;
	background: none;
	border: none;
	color: #a5a5a7;
	outline:none;
}
.form-heading {
	color: #fff;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 15px;
}
.lets-talk-business {
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #E3171B),
	color-stop(1, #C21924)
);
	background-image: -o-linear-gradient(bottom, #E3171B 0%, #C21924 100%);
	background-image: -moz-linear-gradient(bottom, #E3171B 0%, #C21924 100%);
	background-image: -webkit-linear-gradient(bottom, #E3171B 0%, #C21924 100%);
	background-image: -ms-linear-gradient(bottom, #E3171B 0%, #C21924 100%);
	background-image: linear-gradient(to bottom, #E3171B 0%, #C21924 100%);
	border-radius: 6px;
    color: #fff !important;
    font-size: 13px !important;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none !important;
	margin: 4px 0;
	display:inline-block;
}
.service-area{
	margin-top:20px;
}
.banner_space2 {
/*	margin: 23px 0 10px;*/
	margin: 40px 0 8px;
}
.banner_space3 {
	/*margin: 30px 0 10px;*/
		margin: 40px 0 0px;
}
.banner_space img, .banner_space2 img, .banner_space3 img, .service-area img {
	box-shadow: 4px 6px 14px #888888;
}
.carousel-slider-fix{
	overflow:hidden;
	padding:0 16px 20px;
}
a, input, button, select{
	outline:none;
}
.get_form_area-box .error{
	color:#ff0000;
}
ul.dropdown li a{ font-size:15px;}
.container{ overflow:hidden}
.home_icon_text_area h6 a{
	font-size: 12px\9;
	text-align:left;
}
.phone-number{
	background:url(../images/phone-number.jpg) no-repeat;
	color: #ec1814;
    float: right;
    font-size: 19px;
    font-weight: bold;
    padding:1px 0 0 30px;
	margin-bottom:5px;
}
.header_add { width:100%; float:left; text-align:right; font-size: 15px; color: #000; padding-bottom:10px;}

.contact-details{
	float:right;
	max-width:428px;
	text-align:right;
	margin-top: 55px;
	width: 100%;
}
.google-map{
	background:#fff;
	border-radius: 4px;
    display: block;
    margin-bottom: 30px;
    padding: 4px;
}
.google-map iframe {
    width: 100%;
}
.contact-details-address h2{
	color:#fff!important;
	margin-bottom:10px;
}
.contact-details-address p{
	 color: #fff !important;
    font-size: 16px;
    padding-bottom: 4px !important;
}
.our-passion{
	float:right;
}
.our-passion img{box-shadow: 3px 3px 8px #888888; margin:8px 0 10px;}
@media (max-width: 1199px) {
.navigation {
    max-width: 661px;
}
.header{
	padding-top:0px;
}
.mac-os ul.dropdown li a {
    font-size: 14px;
}
.weekly_special {	
  padding-right:0px !important;
}
}
@media (max-width: 991px) {
.become-a-customer{
	margin-top:0;
}
.what-we-do-padd{
	margin-top:0;
}
}
@media (max-width: 979px) {
.our-passion{
	max-width:475px;
}
.navigation {
    max-width: 400px;
}
.nav{
	padding:0px !important;
}
.header {
	max-width: 250px;
	padding-top:5px;
}
.get_form_area-box {
    float: none;
    margin: auto;
}
.contact-details {
    float: none;
    margin: auto;
    text-align: center;
}
.customer_border .span3{
	width: 46.8086%!important;
	margin-bottom:25px;
}
.customer_border .span3 + .span3 + .span3{
	margin-left:0!important;
}
.customer_border .span3 + .span3 + .span3 + .span3{
	margin-left:2.76243%!important;
}
.mac-os .footer-links ul li a {
    font-size: 13px;
}
.paddrow {
    padding-bottom: 0;
}
.what-we-do-box{
	padding-left:0;
}
.weekly_special {
	width:100%;
	text-align: center;
  margin-top:0px !important;
  padding-right:0px !important;
}

}
@media (max-width: 767px) {
.our-passion{
	max-width:100%;
}
.nav{
	background: #e91c35;
}
.navigation {
    max-width: 100%;
}
.header {
    max-width: 100%;
    display: block;
    text-align: center;
    width: 100%;
	padding-top: 0px;
	padding-bottom: 25px;
}
.header_add {
	text-align:center;
}
.phone-number {
    margin: auto auto 10px auto;
    max-width: 225px;
    display: block;
	float:none;
}
.social-media {
    float: none!important;
    margin: auto auto 20px!important;
    max-width: 106px;
}
.customer_border .span3{
	width: 98%!important;
	margin:0 0 15px!important;
}
.inner_footer {
    text-align: center;
}
.get_form_area {
    padding: 30px 25px !important;
}
.google-map {
    margin: 0 10px 30px;
}
.get_form_area, .banner_space img, .banner_space2 img, .banner_space3 img, .service-area img {
    box-shadow: none;
}
.customer_border .span3 + .span3 + .span3 + .span3{
	margin-left:0!important;
}
.what-we-do-box{
	padding-left:0;
}
}
.bullet_area li ul li:last-child{
	margin-bottom:0;
}
.social-media{
	float:right;
	margin-right:25px;
}
.social-media a{
	padding:0 1px;
}
.what-we-do-box{
	padding-left:5px;
}
.text-align-j p{ text-align:justify;}
.sitemap-links{
	font-size:13px!important;;
}

.download_app_btn { text-align:center;}

.contact_download_btn { padding-top:15px;}

.contact_download_btn a {
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #77787c),color-stop(1, #3e3e40));
	background-image: -o-linear-gradient(bottom, #77787c 0%, #3e3e40 100%);
	background-image: -moz-linear-gradient(bottom, #77787c 0%, #3e3e40 100%);
	background-image: -webkit-linear-gradient(bottom, #77787c 0%, #3e3e40 100%);
	background-image: -ms-linear-gradient(bottom, #77787c 0%, #3e3e40 100%);
	background-image: linear-gradient(to bottom, #77787c 0%, #3e3e40 100%);
	color: #FFF !important;
	font-size: 13px;
	padding: 10px 15px;
	border-radius: 5px;
	border: none;
	font-weight:normal;
	text-decoration:none;
}
.contact_download_btn a:hover {
	background:#77787d;
	color: #FFF;
	text-decoration:none;
}


.download_btn {
	width: auto;
	padding: 7px 15px;
	margin-bottom: 20px;
/*	background:#EB1923;*/
		background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #77787c),color-stop(1, #3e3e40));
	background-image: -o-linear-gradient(bottom, #77787c 0%, #3e3e40 100%);
	background-image: -moz-linear-gradient(bottom, #77787c 0%, #3e3e40 100%);
	background-image: -webkit-linear-gradient(bottom, #77787c 0%, #3e3e40 100%);
	background-image: -ms-linear-gradient(bottom, #77787c 0%, #3e3e40 100%);
	background-image: linear-gradient(to bottom, #77787c 0%, #3e3e40 100%);
	border: solid 1px #9c000a;
	color: #FFF!important;
	font-size: 14px !important;
	font-weight: normal !important;
	text-decoration: none !important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.download_btn:hover {
	color: #FFF;
	text-decoration: none !important;
	background:#77787d;
}

.weekly_special {
	  float: right;
  margin-top: -87px;
  padding-right:34px;
}

