/*
font-family:'Futura LT W01 Medium';
font-family:'Futura LT W01 Book';
font-family:'Futura LT W01 Bold';
font-family:'VAG Rounded LT W01 Bold';
*/
a:visited{
/* 	color: #fff; */
}
h1, h2{
	font-family:'Futura LT W01 Bold';
}
p{
	font-family:'Futura LT W01 Book';	
}
@media (max-width: 992px){
	h3{
		font-size: 18px;
	}
}
.modal.in .modal-dialog{
	border: none;
	background: none;
}
a {
    color: #ffffff;
}

    a:hover,
    a:focus,
    a:active {
        color: #ffffff;
        text-decoration:none;
    }

p{
	color: #000;
}
.page-template-plain-text ul, .page-template-plain-text ol{
	margin-left: 24px;
}
ol.lower-alpha {list-style-type: lower-alpha;}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea{
    font-family:'Futura LT W01 Book';
    border-radius: 2px;		
}
.textPink{
	color: #9B248E;	
}
.textLightPink{
	color: #D51969;
}
.textOrange{
	color: #F05022;
}
.row{
/*
	margin-left: -15px;
	margin-right: -15px;
*/
}
.navbar-brand > img{
	/*width: 250px;*/
	max-width: 100%;
}
@media (max-width: 992px){
	.navbar-brand > img{
		width: 90px;
		margin-top: 5px;
	}
	.navbar-toggle{
		margin-top: 13px;
	}
}
.container img{
	max-width: 100%;
}
.getfixtButton, .gform_footer input {
    text-transform: uppercase;
    border-radius: 30px;
    border: 2px solid #9c258f;
    background: #9c258f;
    color: #fff;
    padding: 11px 45px;
    font-size: 24px !important;
    font-family: 'VAG Rounded LT W01 Bold';
    letter-spacing: 2px;
}
.getfixtButton.smaller{
	padding: 0px 20px;
	font-size: 16px !important;	
}
.getfixtButton.float_left{
	float: left;
}
@media (max-width: 767px){

	.gform_footer input{
		font-size: 20px !important;
		padding: 10px 20px;
	}
	.navbar-brand{
		padding-bottom: 0px;
		height: 60px;
	}
	#main-nav{
		min-height: 65px !important;
	}
}
/*
.getfixtButton:hover, .gform_footer input:hover{
	background: #fff;
	color: #f05123;	
}
*/
.getfixtButton.reverse{
	background: #fff;
	color: #f05123;	
}
.getfixtButton.reverse:hover{
	background: #f05123;
	color: #fff;	
}
.focus .getfixtButton{
	margin-top: 25px;
}
.getfixtButton.pink.reverse{
	background: #fff;
	color: #666666;
	border: 2px solid #666666;			
}
.getfixtButton.pink.reverse:hover{
	color: #fff;
	background: #666666;
}
.getfixtButton.purple.reverse{
	background: #fff;
	color: #9B248E;
	border: 2px solid #9B248E;			
}
.getfixtButton.purple.reverse:hover{
	color: #fff;
	background: #9B248E;
}
.centerMargin{
	margin: 0 auto;
	float: none;
}
.navbar .mobile{
	display: none;
}
.navbar{
	background: none;
	
}

.navbar-inverse .navbar-nav > li{
	border: none;
}
.navbar-toggle.collapsed{
	background: none !important;
}
#navbackground {
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ee2d38+0,f05123+100 */
    background: #ee2d38; /* Old browsers */
    background: -moz-linear-gradient(left, #000000 0%, #f05123 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ee2d38 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #000000 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
    position: absolute;
    display: none;
}

@media (max-width: 1200px){
	.navbar-collapse{
		max-height: 1000px;
	}
	.focus .getfixtButton{
		margin-top: 45px;
	}
	.navbar-collapse{
/* 		background: #ee2d38; */
	}
	#navbackground{
		display: none;
	}
.navbar-collapse#site-navigation{
	width: 100%;
}	
}
.header.header > .navbar{
	box-shadow: none;
	-webkit-box-shadow: none;
}
.navbar-inverse .navbar-nav>li>a{
	color: rgba(255,255,255,1);
	font-family:'VAG Rounded LT W01 Bold';
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing : 1.96px;
}
@media (min-width: 1201px){
	

.navbar-inverse .navbar-nav>li{
	margin: 20px 0 0;
	padding: 0;
}
.navbar-inverse .navbar-nav>li a{
	padding: 0px 20px;
	position: relative;
	z-index: 5;
}
.navbar-inverse .navbar-nav>li.has_children{
}
.navbar-inverse .navbar-nav>li.has_children::after{
	content: "";
	background: url('../images/down-arrow.png');
	width: 8px;
	height: 5px;
	position: absolute;
	left: 45%;
	bottom: 0px;
	z-index: 5;
}
    .navbar-inverse .navbar-nav ul.sub-menu {
        max-width: 120%;
        margin-left: -10%;
        top: -10px;
        /*background: #D61A69;*/
        background: rgb(233, 233, 233);
        padding-top: 50px;
        padding-bottom: 15px;
        border-radius: 5px;
        z-index: 4;
    }
.navbar-inverse .navbar-nav ul.sub-menu li{
	margin: 0px;
	line-height: normal;
	padding: 5px 0;
	text-align: center;
}
.navbar-inverse .navbar-nav ul.sub-menu li a{
	color: #fff;
}

	.navbar-inverse .navbar-nav ul.sub-menu li{
		padding-left: 0px;
	}
	.navbar-inverse .navbar-nav ul.sub-menu li{
		margin: 0px;
		line-height: normal;
		padding: 5px 0;
		text-align: center;
	}
}
/*
#menu-item-382 a{
	font-size: 11px;
}
*/
/*
.navbar-inverse .navbar-nav>li.current_page_item a{
	color: rgba(255,255,255,.5);
}
*/
ul.nav > li.current_page_item > a:before, ul.nav > li.current-menu-item > a:before{
	background: none;
}
.navbar-inverse .navbar-nav > li#menu-item-19 > a {
    text-transform: uppercase;
    border-radius: 20px;
    background: #fff;
    /*color: #9C1894;*/
    color: #000000;
    padding: 0px 25px;
    font-family: 'VAG Rounded LT W01 Bold';
    letter-spacing: 2px;
}
.navbar-inverse .navbar-nav ul.sub-menu li a{
	border: none;
}
	.navbar-inverse .navbar-nav ul.sub-menu li a{
		color: #000000;
		padding: 5px 0;
		font-family: 'VAG Rounded LT W01 Bold';
		font-size: 13px;
		text-transform: uppercase;
		letter-spacing: 1.6px;
	}
.navbar-inverse .navbar-collapse{
	border:none;
}
.navbar-inverse .navbar-nav>li.has_children>a:hover{
	color: #000000;
}
@media (max-width: 1200px){
	.navbar-inverse .navbar-nav>li#menu-item-19>a{
		width: 170px;
		margin: 0 auto 15px;
	}
	.navbar-inverse .navbar-nav>li.has_children.this-open{
		padding-bottom: 0px;
		
	}
	.dropdownmenu{
		background: url('../images/down-arrow.png') no-repeat center center;
		right: 28%;
	}
	.navbar-inverse .navbar-nav ul.sub-menu li{
		padding-left: 0px;
		margin: 0px;
	}
	
}
.navbar-inverse .navbar-nav>li#menu-item-19>a:hover{
	background: #666666;
	color: #ffffff;	
}
/*
.navbar-inverse .navbar-nav>li.current_page_item#menu-item-19>a{
	background: #CD8BC9;
	color: #fff;
}
*/
h1{
	margin: 0 auto;
	width: 80%;
}
.mobileImage{
	display: none;
}

@media (max-width: 992px){
	.navbar .mobile{
		display: block;
	}.navbar .desktop{
		display: none;
	}	
}
@media (max-width: 1200px){
	#main-nav, #main-nav.fixed{
		position: absolute;		
	}

	#navbackground{
		width: 100%;height: 100%;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ee2d38+0,f05123+100 */
		background: #ee2d38; /* Old browsers */
		background: -moz-linear-gradient(left,  #ee2d38 0%, #f05123 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left,  #ee2d38 0%,#f05123 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right,  #ee2d38 0%,#f05123 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee2d38', endColorstr='#f05123',GradientType=1 ); /* IE6-9 */
/* 		display: block !important; */
		position: absolute;
	}	
	.navbar-inverse .navbar-nav > li a{
		text-align: center;
	}
/*
	#main-nav .bs-navbar-collapse{
background: #ee2d38; 
	background: -moz-linear-gradient(left,  #f05123  0%, #ee2d38 100%); 
	background: -webkit-linear-gradient(left,  #f05123 0%,#ee2d38 100%);
	background: linear-gradient(to right,  #f05123 0%,#ee2d38 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f05123', endColorstr='#ee2d38',GradientType=1 ); 
	}
*/	
}

@media (max-width: 480px){	
	.home-header-wrap img{
		display: none;
	}
	.home-header-wrap img.mobileImage{
		display: block;
	}
	
}
.home-header-wrap img{
	width: 100%;
	max-width: 1300px;
}
.home-header-wrap .heroCopy{
	position: absolute;
width: 	100%;
text-align: center;
	color: #fff;
	top: 45%;
	height: 100%
}
.home-header-wrap.default .container{
	position: relative;
}
.home-header-wrap.default .container h1{
	width: auto;
}
.home-header-wrap {
    position: relative;
    background: #666666 !important; /* Old browsers */
    background: -moz-linear-gradient(left, #666666 0%, #666666 100%) !important; /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #666666 0%,#666666 100%) !important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #666666 0%,#666666 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#666666',GradientType=1 ) !important; /* IE6-9 */
}
.home-header-wrap, .home-header-wrap.orange{
position: relative;
	background: #ee2d38; /* Old browsers */
	background: -moz-linear-gradient(left,  #f05123  0%, #ee2d38 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #f05123 0%,#ee2d38 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #f05123 0%,#ee2d38 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f05123', endColorstr='#ee2d38',GradientType=1 ); /* IE6-9 */
}

.page-template-business .home-header-wrap{
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f05123+0,faa21b+100 */
	background: #f05123; /* Old browsers */
	background: -moz-linear-gradient(left,  #f05123 0%, #faa21b 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #f05123 0%,#faa21b 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #f05123 0%,#faa21b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f05123', endColorstr='#faa21b',GradientType=1 ); /* IE6-9 */
}
.page-template-contact .home-header-wrap, .home-header-wrap.purple{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9c258f+0,d61a69+100 */
	background: #9c258f; /* Old browsers */
	background: -moz-linear-gradient(left,  #9c258f 0%, #d61a69 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #9c258f 0%,#d61a69 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #9c258f 0%,#d61a69 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c258f', endColorstr='#d61a69',GradientType=1 ); /* IE6-9 */	
}
.page-template-work .home-header-wrap, .home-header-wrap.pink{
	 
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9c258f+0,d61a69+100 */
	background: #D61A69; /* Old browsers */
	background: -moz-linear-gradient(left,  #D61A69 0%, #EE2D38 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #D61A69 0%,#EE2D38 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #D61A69 0%,#EE2D38 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D61A69', endColorstr='#EE2D38',GradientType=1 ); /* IE6-9 */	
}
.page-template-locations .home-header-wrap, .home-header-wrap.pink{
	 
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9c258f+0,d61a69+100 */
	background: #d72266; /* Old browsers */
	background: -moz-linear-gradient(left,  #d72266 0%, #ed2c3b 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #d72266 0%,#ed2c3b 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #d72266 0%,#ed2c3b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d72266', endColorstr='#ed2c3b',GradientType=1 ); /* IE6-9 */	
}
.home-header-wrap.default{
position: relative;
	background: #ee2d38; /* Old browsers */
	background: -moz-linear-gradient(left,  #ee2d38  0%, #f05123 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #ee2d38  0%, #f05123 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #ee2d38  0%, #f05123 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f05123', endColorstr='#ee2d38',GradientType=1 ); /* IE6-9 */
}

.page-template-reviews .home-header-wrap.default{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9c258f+0,d61a69+100 */
	background: #9c258f; /* Old browsers */
	background: -moz-linear-gradient(left,  #9c258f 0%, #d61a69 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #9c258f 0%,#d61a69 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #9c258f 0%,#d61a69 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c258f', endColorstr='#d61a69',GradientType=1 ); /* IE6-9 */	
}
.page-template-reviews .home-header-wrap img.mobileImage{
	opacity: 0;
}
.page-template-template-media .home-header-wrap{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9c258f+0,d61a69+100 */
	background: #9c258f; /* Old browsers */
	background: -moz-linear-gradient(left,  #9c258f 0%, #d61a69 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #9c258f 0%,#d61a69 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #9c258f 0%,#d61a69 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c258f', endColorstr='#d61a69',GradientType=1 ); /* IE6-9 */	
}
.page-template-template-media .home-header-wrap img.mobileImage{
	opacity: 0;
}
.intro-text{
	font-family:'Futura LT W01 Bold';
	text-transform: none;
	opacity: 0;
	height: 145px;
}
@media (max-width: 992px){
	.intro-text{
		height: 0px;
	}
}

.header-content-wrap{
	background: none;
}
@media screen and (max-width: 768px) {
	.home-header-wrap{
	/* 	padding-top: 40px; */
	}
}
#dataSaftey{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9c258f+0,d61a69+100 */
	background: #666666; /* Old browsers */
	background: -moz-linear-gradient(left,  #666666 0%, #666666 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #666666 0%,#666666 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #666666 0%,#666666 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#666666',GradientType=1 ); /* IE6-9 */

	
}
#minimalDowntime {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ee2d38+0,f05123+100 */
    background: #dd9933; /* Old browsers */
    background: -moz-linear-gradient(left, #dd9933 0%, #dd9933 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #dd9933 0%,#dd9933 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #dd9933 0%,#dd9933 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd9933', endColorstr='#dd9933',GradientType=1 ); /* IE6-9 */
}
#lifetimeGuarentee {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f05123+0,faa21b+100 */
    background: #666666; /* Old browsers */
    background: -moz-linear-gradient(left, #666666 0%, #666666 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #666666 0%,#666666 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #666666 0%,#666666 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#666666',GradientType=1 ); /* IE6-9 */
}
.home_features_bg{
	padding: 60px 0;
	color: #fff;
	text-align: left;
}
.home_features_bg .col p{
/* 	line-height: 28px; */
	color: #fff;
}
.home_features_bg .col{
	height: 450px;
}
.homeFeatureImage{
	display:table-cell;
	vertical-align:middle;
	text-align: center;
}
.new-page .homeFeatureImage img{
	/*display: none;*/
}
.homeFeatureImage img, .homeFeatureImage canvas{
	width: 80%;
}
@media (max-width: 1200px){
	.home_features_bg .col{
		height: 385px
	}
}
@media (max-width: 992px){
	.home_features_bg .col{
		height: 300px
	}
}
@media (max-width: 768px){
	.home_features_bg{
		padding: 45px 0;
	}
	.home_features_bg .col{
		height: 350px;
		height: auto;
	}
	.home_features_bg .colImage.col{
		height: 250px;
	}
	.new-page .homeFeatureImage img{
		display: block;
		margin: 0 auto;
	}
	.new-page .homeFeatureImage img.notMobile{
		display: none;
	}
	.homeFeatureImage canvas{
		display: none;
	}
	.focus{
		padding: 50px 0 100px;
	}
}
.whatcanwefix{
	padding: 60px 0;
}

.whatcanwefix img{
	margin-bottom: 20px;
	max-width: 110px;
}
.whatcanwefix h2, #additionalServices h2{
	text-transform: uppercase;
/*
	font-size: 20px;
	letter-spacing: 2px;
*/
}
.whatcanwefix .col-xs-2{
	margin: 25px 0;
}

#additionalServices img{
	margin-bottom: 20px;
	max-width: 110px;	
}
#additionalServices .col-xs-3{
	margin: 25px 0;
}
.whatcanwefix h3{
	color: #666666;
}
.whatcanwefix > div{
	text-align: center;
}
@media screen and (max-width: 768px) {
	.whatcanwefix{
		padding: 30px 0 0;		
	}
	.whatcanwefix img, #additionalServices img{
		max-width: 80px;
	}
}
.weRepairAll h4{
padding: 35px 0 25px;
	color: #666666;
	text-transform: uppercase;
	font-family:'Futura LT W01 Book';
}
.phone_logos{
	text-align: center;
	padding: 0px 0 60px;

}
.phone_logos .phone_logo {
	height: 120px;
		display: table;
		table-layout: fixed;
		
}

#whatWeDo{
	background: #EFEFEF;
	color: #000;
}
#whatWeDo h2{
	margin-top: 45px;
	margin-bottom: 20px;

}
#whatWeDo p{
/*
	font-size: 14px;
	line-height: 22px;
*/
}
#additionalServices, .whatcanwefix, .flexslider{
	font-family:'Futura LT W01 Book';
}
#additionalServices{
	padding: 60px 0;
}
@media screen and (max-width: 768px) {
	#additionalServices{
		padding: 30px 0 0;		
	}
}
#additionalServices h3{
	color: #666666;
}
.googleMap_new #map-canvas{
	float: left;
	width:60%;height:650px;
}
.googleMap_new #mapSide{
	background: #666666;
	float: right;	
	text-align: left;
	color: #fff;
	width: 40%;
	height: 650px;
}
@media screen and (max-width: 768px) {
	.googleMap_new #map-canvas{
		width:100%;
		height: 350px;
	}
	.googleMap_new #mapSide{

		width: 100%;
		
	}
}
.mapSidePadding{
	max-width: 425px;;
	height: 100%;
	padding: 15px 0 0 45px;
		position: relative;
}
#address::-webkit-input-placeholder{
	color: #fff !important;
}
#address::-moz-placeholder{
	color: #fff !important;
}
#address::placeholder{
	color: #fff !important;
}
#address::-moz-placeholder{
	color: #fff !important;	
}
.googleMap_new #mapSide input{
	padding: 8px 10px;
	width: 80%;
	background: none;
	padding: 10px 10px;
	border: 1px solid #fff;
	margin-bottom: 15px;
	color: #fff;
	font-size: 23px;	
	border-radius: 0;
	-webkit-appearance: none;
}
.googleMap_new #mapSide p{
	color: #fff;

}

.googleMap_new #mapSide #address{
	float: left;
}
.googleMap_new #mapSide #searchButton{
	width: 56px;
	float: left;
	background: url('../images/searchIcon.png');
	text-indent: -999px;
	margin: 0;
	padding: 0;
	height: 56px;
	border-radius: 0;
}
.googleMap_new #mapSide #closeButton{
	width: 56px;
	float: left;
	background: url('../images/closeIcon.jpg');	
	text-indent: -999px;
	margin: 0;
	padding: 0;
	height: 56px;
	border-radius: 0;
	display: none;	
}

.googleMap_new #mapSide .listing .mapLink{
	margin-top: 20px;
}
.googleMap_new #mapSide .mapLink{
	color: #F9A21A;
	text-transform: uppercase;

	clear: both;
	float: left;
	cursor: pointer;
	font-family:'VAG Rounded LT W01 Bold';
	margin-top: 5px;
}
.googleMap_new #mapSide .listing p{
	max-width: 80%;
	font-size: 20px;
	line-height: 30px;
	float: left;
	cursor: pointer;
}
.googleMap_new #mapSide .listing p:hover strong{
	text-decoration: underline;
}
.googleMap_new #mapSide .listing p strong{
	font-size: 20px;
		line-height: 30px;
}
.googleMap_new #mapSide .listing h3{
    font-family:'Futura LT W01 Book';
	margin-top: 64px;
}
.googleMap_new #mapSide .listing .pin{
	background: url('../images/pin_orange.png') no-repeat;
	width: 24px;
	max-width: 15%;
	height: 36px;
	margin-right: 10px;
	padding-top: 0px;
	margin-top: 5px;
	float: left;
	text-align: center;
	color: #fff;
	background-size: 100% auto;
	font-weight: bold;
		font-family:'VAG Rounded LT W01 Bold';
		line-height: 27px;
	
}
.googleMap_new #mapSide .dirListing{
	max-height: 310px;
	overflow: auto;
}
.googleMap_new #mapSide ul{
	margin: 0;
	list-style: none;
	font-size: 16px;
}
.googleMap_new #mapSide #directorySingle{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	background: #EE2C37;
	padding-left: 15%;
	
}
.googleMap_new #mapSide #directorySingle #storeName{
    font-family:'Futura LT W01 Book';
    margin-bottom: 9px;
    letter-spacing: 2px;
}
.googleMap_new #mapSide #directorySingle #addressSingle{
	margin-bottom: 18px;
	line-height: 34px;
}
.googleMap_new #mapSide #directorySingle .item-hours{

	padding-top: 18px;	
}
#directions{
	position: absolute;
	bottom: 45px;
}
#directoryFullList{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	background: #EE2C37;
	padding-left: 15%;	
}
#directoryFullList ul{
	max-height: 420px;
	overflow: auto;
}

.googleMap_new #mapSide #directorySingle p{
	margin-bottom: 0px;
}
.googleMap_new #mapSide #directorySingle #description p{
	font-family: 'Futura LT W01 Bold';
	clear: both;
}
.googleMap_new #mapSide #directorySingle #description .item-phone .labelItem{
	font-family: 'Futura LT W01 Bold';
}
.googleMap_new #mapSide #directorySingle p span{
	font-family: 'Futura LT W01 Book';
	font-size: inherit;
}
.googleMap_new #mapSide #directorySingle #description p span{
	float: left;	
}
.googleMap_new #mapSide #directorySingle #description p span.labelItem{
	clear: left;
	width: 110px;
}
.googleMap_new #mapSide #directorySingle .getfixtButton.purple.reverse{
	border: none;
	font-size: 16px !important;
	padding: 10px 28px;
}
.googleMap_new #mapSide #close a{
	margin-top: 20px;
}
@media screen and (max-width: 992px) {
	.googleMap_new .mapSidePadding{
		padding-left: 25px;
		padding-right: 25px;
	}
	.googleMap_new #mapSide h3{
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.googleMap_new #mapSide h3#storeName{
		margin-top: 70px;
		margin-bottom: 20px;
	}
	.googleMap_new #mapSide #address{
		margin-bottom: 20px;
	}
	.googleMap_new #mapSide #searchButton, .googleMap_new #mapSide #closeButton{
		max-width: 20%;
	}
	
	#directoryFullList{
		padding-left: 40px;
		padding-right: 40px;		
	}
}
.googleMap{
	width: 100%;
	clear: both;
	height: 500px;
	text-align: left;
	overflow: hidden;
	position: relative;
}
.googleMap h2{
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 2px;	
}
.googleMap > div{
	width: 0%;
	float: left;
}
.googleMap .wpgmza_sl_main_div{
	float: right;
	width: 40%;

	background: #EE2C37;
	height: 100%;
	padding: 0px 50px;
	color: #fff;
}
.googleMap .wpgmza_sl_main_div > *{
	max-width: 400px;
}
@media screen and (max-width: 992px) {
	.googleMap .wpgmza_sl_main_div{
		padding: 0px 30px;
	}
	.googleMap .wpgmza_sl_main_div h3{
		font-size: 20px;
		margin-top: 35px;
		margin-bottom: 20px;		
	}	
}
@media screen and (max-width: 768px) {
	.googleMap .wpgmza_sl_main_div{
		padding: 0 15px;		
	}
}
.googleMap .wpgmza_sl_main_div p{
	color: #fff;
	float: left;
	margin-top: 25px;
}
.googleMap #wpgmza_map{
	float: left;
	
}
 .wpgmza_map p{
	font-size: 16px;
	line-height: 22px;
}
 .wpgmza_sl_query_div{
	width: 85%;
	float: left;
	max-width: 350px !important;
}

@media screen and (max-width: 1200px) {
	.wpgmza_sl_query_div{
		width: 80%;
	}
}
@media screen and (max-width: 992px) {
	.wpgmza_sl_query_div{
		width: 75%;
	}
}
@media screen and (max-width: 768px) {
	.wpgmza_sl_query_div{
		width: 75%;
	}
}
.wpgmza_sl_reset_button_1{
	display: none;
}
section  .wpgmza_sl_search_button_1{
	width: 56px;
	float: left;
	background: url('../images/searchIcon.png');
	text-indent: -999px;
	margin: 0;
	padding: 0;
	height: 56px;
	border-radius: 0;
}
 section .wpgmza_sl_query_innerdiv2{
	width: 100%;		
}
 section .wpgmza_sl_query_innerdiv2 input{
	width: 100%;
	background: none;
	padding: 12px 10px;
	border: 1px solid #fff;
	margin-bottom: 40px;
	color: #fff;
	font-size: 20px;

}
section .wpgmza_sl_query_innerdiv2 input:focus{
	color: #fff;
}
.googleMap #wpgmza_marker_list_1 #wpgmza_marker_list_1{
	width: 40% !important;
	
	position: absolute;
	right: 0;
	top: 245px;
	background: #EE2C37;
	padding-left: 45px;
	color: #fff;
	height: 100%;
}
.wpgmaps_blist_row{
	margin-top: 10px;
	max-width: 400px;
}
.googleMap .wpgmaps_blist_row:hover{
	background: none !important;
}
.googleMap .wpgmza_sl_query_innerdiv2 input::-webkit-input-placeholder, .googleMap .wpgmza_sl_query_innerdiv2 input:placeholder-shown{
	color: #fff !important;
}
.googleMap a{
	float: left;
	margin-top: 15px;
	color: #F9A21A;
	text-decoration: underline;
	text-transform: uppercase;
	clear: both;
	
}
.googleMap .gm-style-iw div, #contactLocation .gm-style-iw div{
	overflow: auto !important;
}
@media screen and (max-width: 768px) {
.googleMap{
	height: 700px;
}
.googleMap .wpgmza_sl_main_div{
	width: 100%;
	height: 400px !important;
}
.googleMap #wpgmza_map_1{
	width: 100% !important;
	height: 300px !important;
	
}
section .wpgmza_sl_search_button_1{
}
.googleMap #wpgmza_marker_list_1 #wpgmza_marker_list_1{
	width: 100% !important;
	top:240px;
	padding-left: 25px;
}

}
.small-header-wrap .header-content-wrap{
	padding: 113px;
}
.small-header-wrap{
background-repeat: no-repeat;
	background-size: 100% auto;
}
.work_section{
	text-align: left;
}
.work_section .col-sm-6.purple h2{

		color: #9B248E;
}
.work_section .col-sm-6.orange h2{
	color: #F05022;
}
.work_section .col-sm-6.pink h2{
	color: #D31366;
}
.work_section .col-sm-6 p.text{
	min-height: 280px;
	padding-bottom: 40px;
}
.work_section div{
/* 	border: none !important; */
}
@media screen and (max-width: 768px) {
	.work_section .pink .row{
		margin-top: 80px;
	}

}
@media screen and (max-width: 992px) {
	.page-template-contact #content .col-md-2{
		display: none;
	}	
}
.col-sm-6.pink{
	border: none !important;
}

/* CONTACT */
#contactLocation{
	text-align: left;

	margin-top: 40px;
	padding-top: 40px;
	
	margin-bottom: 40px;
	padding-bottom: 40px;
}
.wpgmza_sl_radius_div{
	display: none !important;
}
#contactLocation .wpgmza_sl_query_innerdiv2{

	width: 100%;
}
#contactLocation .wpgmza_sl_query_innerdiv2 input{
color: #000;
	border: 1px solid #b0b0b0;	
}
.wpgmza_sl_query_innerdiv1{
	display: none !important;
}
#contactLocation .wpgmza_sl_search_button_1{
	margin: 0;
	padding: 0;
	border: 1px solid #b0b0b0;	
	border-left: none;
	border-radius: 0px;	
}

/*
#contactLocation input{
	width: 100%;
	padding: 8px 10px;
}
*/
#contactLocation #wpgmza_map_1{
	border: 1px solid #b0b0b0;
	width: 100% !important;
	height: 286px !important;
}
#contactLocation strong{
	font-size: 20px;

}
#contactLocation #wpgmza_marker_list_1{
	width: 100% !important; 
	float: left;
	margin-top: 30px;
	
}
.wpgmza-basic-list-item.wpgmza_div_marker{
	max-height: none !important;
	max-width: none !important;
	width: 22px;
	width: 22px;
	margin-right: 10px;
}
.wpgmza-basic-list-item.wpgmza_div_marker .wpgmza_small_img{
	max-height: none;
	max-width: 100%;
}
.wpgmza-basic-list-item.wpgmza_div_address{
	font-family:'Futura LT W01 Book';
	margin-left: 50px;
	clear: both;
}
#newlist{
	margin-top: 40px;
}
#newlist .wpgmza-basic-list-item.wpgmza_div_address{
	margin-left: 30px;
}
#newlist a .wpgmza-basic-list-item.wpgmza_div_address{
	color: #333;
}
#newlist .wpgmaps_blist_row:hover{
	background: none;
}
#contactLocation .wpgmza-basic-list-item.wpgmza_div_title{
	color: #9B248E;
	font-size: 20px;	
	font-family:'Futura LT W01 Bold';
	max-width: 80%;
}
.wpgmza_div_title{
	margin-left: 20px;
	font-family:'Futura LT W01 Bold';	
}
.wpgmza_div_title, .wpgmza_div_address{
	font-size: 16px;
    line-height: 40px;
/*     color: rgb(51,51,51); */

    line-height: 28px;
	margin-bottom: 8px
}    
#contactLocation .contactMapNum{
	margin-top: 5px;
}
#contactLocation .locations_list{
	margin-top: 35px;
}
#contactLocation .contactMapNum span{
	color: #fff;
	background: #F9A21A;
	border-radius: 15px;
	padding: 3px 8px;
}
@media screen and (max-width: 768px) {
	#contactLocation{
		margin-top: 0px;
		border: none;
	}
}
#contactForm{
		text-align: left;
	margin-top: 40px;
	padding-top: 40px;
	margin-bottom: 40px;
	padding-bottom: 40px;		
}
#contactForm label{
	display: none;
}

#contactForm .gform_wrapper .ginput_complex .ginput_right {
	margin-left: 0px !important;
}

#contactForm .gform_wrapper .ginput_complex .ginput_right, .gform_wrapper .top_label input.medium{
	width: 98% !important;
}
#contactForm .gform_body input[type="text"], #contactForm .gform_body textarea{
	padding: 8px 10px;
	border-color: #b0b0b0;
}
#contactForm #field_1_3 label{
margin-top: 3px;
	display: inline-block;
}
#contactForm #field_1_7 label{
	margin-top: 8px;
	display: inline-block;
}
#contactForm #field_1_7 .gfield_label {
	display: none;
}
#contactForm .gform_wrapper .gform_footer{
	text-align: center;
}

 .field_description_below{
	position: relative;
}
#gform_wrapper_2 .gfield_description, #gform_wrapper_1 .gfield_description, #gform_wrapper_3 .gfield_description{
	position: absolute;
	bottom: 60px;
	background: #E3E3E3;
	padding: 20px 15px 20px 20px;
	font-size: 13px;
	line-height: 1.4em;
	color: #000;
    display: none;	
}
/*
#field_1_7:hover .gfield_description, #field_2_8:hover .gfield_description{
	display: block;
} 
*/
.gfield_description:after {
    border-top: 10px solid #E3E3E3;
    border-left: 8px solid transparent; 
    border-right: 8px solid transparent; 
    bottom: -10px;
    content: "";
    position: absolute;
    left: 90%;
    width: 0; 
    height: 0;

}
 #label_1_7_1 .question-mark-hover, #label_2_8_1 .question-mark-hover, #label_3_8_1 .question-mark-hover{
    content: "?";
    width: 23px;
    height: 23px;
    position: absolute;
    right: 10px;
    top: 20px;
    border-radius: 15px;
    background: #B0B0B0;
    text-align: center;
    color: #fff;
}
#label_2_8_1:after{
	right: 30px;
}
#choice_1_7_1{
	vertical-align: top;
	margin-top: 15px;
}
#choice_2_8_1{
	vertical-align: top;
	margin-top: 5px;
}
#choice_3_8_1{
	vertical-align: top;
	margin-top: 5px;
}
#bookConsultationContact #label_2_8_1{
	display: inline-block;	
}
.single-map-location #label_3_8_1{
	display: inline-block;	
}
#gform_confirmation_message_1{
	background: #9B248E;
	font-family:'Futura LT W01 Book';
	color: #fff;
	text-align: center;
	padding: 15px 15px 50px;
}
#gform_confirmation_message_1 h2{
	font-size: 22px;
}

.forbusinessList h3{
	color: #D51969;
	font-size: 20px;
	letter-spacing: 2px;
}
.forbusinessList ul{
	text-align: left;

}
@media (max-width: 767px){
	.forbusinessList ul{
		margin-left: 0px;
	}
}
.forbusinessList ul li{
	margin-bottom: 15px;
}
#businessColumns{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9c258f+0,d61a69+100 */
	background: #9c258f; /* Old browsers */
	background: -moz-linear-gradient(left,  #9c258f 0%, #d61a69 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #9c258f 0%,#d61a69 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #9c258f 0%,#d61a69 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c258f', endColorstr='#d61a69',GradientType=1 ); /* IE6-9 */
	color: #fff;	
}
#businessColumns p{
	color: #fff;
}
.businessColumnImage{
	display:table-cell;
	vertical-align:middle;
	text-align: center;
}
#businessColumns img{

	max-width: 85%;
}
#businessColumns img.visible-xs{
	margin-top: 80px;
}
#bookConsultationContact label{
	display: none;
}
#bookConsultationContact label#label_2_7_1{
	display: block;
}
#bookConsultationContact .gfield_required{
	display: none;
}
#bookConsultationContact .gform_wrapper .ginput_complex .ginput_right{
	margin-left: 0px;
	width: 100%;
}
#bookConsultationContact .gform_footer.top_label{
	text-align: center;
}
#bookConsultationContact .gform_body input[type="text"]{
	padding: 8px 10px;
	border: 1px solid #666666;
}
#bookConsultationContact .gform_footer input{
	text-transform: uppercase;
	border-radius: 35px;
	border: 2px solid #9B248E;
	background: #9B248E;
	color: #fff;
	padding: 11px 45px;
	font-size: 24px;
	font-family:'VAG Rounded LT W01 Bold';
	letter-spacing: 2px;
}
#bookConsultationContact #gform_confirmation_message_2{
	background: #9B248E;
	color: #fff;
	text-align: center;
	padding: 15px 15px 30px;
	width: 120%;
	margin-left: -30px;
}
#bookConsultationContact #gform_confirmation_message_2 h2{
	font-size: 22px;
	margin-top: 15px;
}
#bookConsultationContact .bold{
	font-family:'Futura LT W01 Bold';	
}
#thankyoupage{
	text-align: center;
}
#thankyoupage p, #thankyoupage h1{
	text-align: center;
}
#thankyoupage h1{
	width: 100%;
	margin: 30px auto;
	color: #D61A69;
}
#thankyoupage .social li{
	margin: 5px 15px;
}
#thankyoupage .social li a{
	color: #f05123;
}
.plain_text h1{
	text-align: center;
	font-size: 50px;
	color: #EE2C37;
	margin-bottom: 80px;
	margin-top: 40px;
}
.plain_text h2{
	color: #D51969;
	text-align: left
}
.plain_text p{
	text-align: left;
	font-family:'Futura LT W01 Book';
}
.plain_text strong{
	font-size: 20px;
    line-height: 40px;
}
ul#blog{
	margin: 0 0 60px 0;
	padding: 0;
	float: left;
	width: 100%;
}
#blog li{
	list-style: none;
}
@media (max-width: 767px){
	#blog li .getfixtButton{
		float:none;
		padding-top: 8px;
		padding-bottom: 8px;
	}
	#blog li{
		margin-bottom: 60px;
	}	
}
#blog h2, #blog p{
	text-align: left;
}
#blog p.excerpt{
	min-height: 200px;
}
#blog .alm-reveal{
	clear: both;
	float: left;
	margin: 50px 0;
}
#blog h2 a{
	font-size: 30px;
    font-family: 'Futura LT W01 Bold';
    line-height: 40px;
    margin: 40px 0px 20px 0px;
}
#blog li:nth-child(5n+1) h2 a{
	color: #EE2D38;	
}
#blog li:nth-child(5n+1) .getfixtButton{
	color: #EE2D38;
	border-color: #EE2D38;
}
#blog li:nth-child(5n+1) .getfixtButton:hover{
	color: #fff;
	background: #EE2D38;
}
#blog li:nth-child(5n+2) h2 a{
	color: #9C258F;	
}
#blog li:nth-child(5n+2) .getfixtButton{
	color: #9C258F;
	border-color: #9C258F;
}
#blog li:nth-child(5n+2) .getfixtButton:hover{
	color: #fff;
	background: #9C258F;
}
#blog li:nth-child(5n+3) h2 a{
	color: #FAA21B;	
}
#blog li:nth-child(5n+3) .getfixtButton{
	color: #FAA21B;
	border-color: #FAA21B;
}
#blog li:nth-child(5n+3) .getfixtButton:hover{
	color: #fff;
	background: #FAA21B;
}
#blog li:nth-child(5n+4) h2 a{
	color: #F05123;	
}
#blog li:nth-child(5n+4) .getfixtButton{
	color: #F05123;
	border-color: #F05123;
}
#blog li:nth-child(5n+4) .getfixtButton:hover{
	color: #fff;
	background: #F05123;
}
#blog li:nth-child(5n+5) h2 a{
	color: #D61A69;	
}
#blog li:nth-child(5n+5) .getfixtButton{
	color: #D61A69;
	border-color: #D61A69;
}
#blog li:nth-child(5n+5) .getfixtButton:hover{
	color: #fff;
	background: #D61A69;
}
#ajax-load-more{
	margin-bottom: 60px;
}
.ssba.ssba-wrap{
	float: right;
	clear: none;
}
.ssba a{
	margin-top: -6px;
	margin-left: 10px;
}
@media screen and (max-width: 768px) {
	#blog .alm-reveal{
		margin: 30px 0;
	}
	#blog .col-md-12{
		padding-left: 0px;
		padding-right: 0px;
	}
}

article.hentry.post{
	border: none;
}
.post .entry-meta, .post .entry-meta{
	margin: 60px 0;
}
article .entry-meta a{
	font-style: normal;
    font-family:'Futura LT W01 Book';	
}
.post h1, .media-posts h1{
	color: #9C258F;
}
.post h2, .media-posts h2{
	color: #D61A69;
}
.post h2.quote_copy{
	color: #F05123;
	font-size: 36px;
	line-height: 55px;
	margin-top: 50px;
}
.post h3, .media-posts h3{
	color: #9C258F;
}
.post p, .media-posts p{
	margin-bottom: 20px;
}
.post iframe, .media-posts iframe{
	margin-top: 80px;
	margin-bottom: 80px;
}
.post .post_large_image, .media-posts .post_large_image{
	
	margin-top: 60px;
	margin-bottom: 80px;
}
.post .post_large_image img, .media-posts .post_large_image img{
	width: 100%;
	height: auto;
}
.post .entry-header, .media-posts .entry-header{
	margin: 70px 0;
}
.entry-content p{
	text-align: left;
}
@media screen and (max-width: 768px) {
	.post .entry-header{
		margin: 30px 0 20px;
	}
	.pose .entry-meta{
		text-align: center;
	}
	.post h2.quote_copy{
		line-height: 40px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
}

.single-map-location{
	text-align: left;
}
.single-map-location .col-md-4{
	margin-bottom: 40px;
}
.single-map-location .reviewSection{
	padding: 0px 0 50px;
}
.single-map-location .reviewSection h2{
	color: #D61A69;
}
.single-map-location .gradeus-stream{
	margin-top: 60px;
}
.single-map-location .reviewSection #iframe-content .review{
	width: 49%;
	clear: none;
	float: left;
	border-radius: 10px;
	box-shadow: none;
	border: 2px solid #F05123;
}
.single-map-location .reviewSection #super-container .link{
	background-color: #D61A69 !important;
	font-family:'Futura LT W01 Book';	
}
#super-container{
	background: red;
}
.single-map-location .writeReview{
	padding-bottom: 50px;
}
.single-map-location .writeReview p{
	
}
.single-map-location #gallery .col-md-4{
	margin-top: 40px;
}
.single-map-location #gallery .col-md-4 img{
	width: 100%;
	height: auto;
}

#contactModal .modal-dialog{
	width: 650px;
}
#contactModal p{
	color: #fff;
}
#contactModal input, #contactModal textarea{
	background: none;
	border: 1px solid #fff;
	border-radius: 2px;
	padding: 8px 10px;
	width: 100%;
}
#contactModal .gform_wrapper ul li.gfield{
	margin: 0px 0px 30px 0px;
}
#contactModal .gform_wrapper .gform_footer{
	text-align: center;
}
#contactModal #gform_submit_button_3{
    border-radius: 25px;
    padding: 3px 40px;
    width: auto;
    border: 2px solid #fff;
}
.close-modal{
	color: #FAA21B;
	margin: 20px 15px;
	float: left;
		font-family:'VAG Rounded LT W01 Bold';
		position: relative;
		z-index: 5;
		cursor: pointer;
}
#contactModal input, #contactModal textarea{
	color: #fff;
}
#contactModal input::-webkit-input-placeholder, #contactModal textarea::-webkit-input-placeholder{
	color: #fff !important;
}
#contactModal input::-moz-placeholder, #contactModal textarea::-moz-placeholder{
	color: #fff !important;
}
#contactModal input::placeholder, #contactModal textarea::placeholder{
	color: #fff !important;
}
#contactModal input::-moz-placeholder, #contactModal textarea::-moz-placeholder{
	color: #fff !important;	
}
#contactModal .modal-body{
	padding: 40px 100px 20px;
}
#contactModal .modal-content{
	background: #D61A69;
	color: #fff;	
}
#contactModal .gform_wrapper .ginput_complex .ginput_right {
	margin-left: 0px !important;
}

#contactModal .gform_wrapper .ginput_complex .ginput_right, .gform_wrapper .top_label input.medium{
	width: 98% !important;
}
#contactModal .modal-content label{
	color: #fff;
	display: none;
}
#contactModal .modal-content label#label_3_8_1{
	display: inline-block;
}
#contactModal .modal-content #field_3_3 label{
	display: inline-block;
}
#contactModal .modal-content .gform_title{
	display: none;
}
#reviews-page{
	text-align: center;
}
#reviews-page h2{
	font-size: 25px;
	color: #9c258f;
	margin-bottom: 100px;
}
.footerDivider{
	height: 20px;
	width: 100%;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a3248a+0,d61a69+25,ee2d38+50,f05123+75,faa21b+100 */
background: #a3248a; /* Old browsers */
background: -moz-linear-gradient(left,  #a3248a 0%, #d61a69 25%, #ee2d38 50%, #f05123 75%, #faa21b 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #a3248a 0%,#d61a69 25%,#ee2d38 50%,#f05123 75%,#faa21b 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #a3248a 0%,#d61a69 25%,#ee2d38 50%,#f05123 75%,#faa21b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3248a', endColorstr='#faa21b',GradientType=1 ); /* IE6-9 */
	
}
#footer{
	margin-top: 80px;
	margin-bottom: 40px;
	background: #fff;
	text-align: left;
}
#footer strong{

	font-family:'Futura LT W01 Bold';
	color: #000000;
}
#footer a{
	font-family:'Futura LT W01 Book';
	margin-right: 20px;
	color: #000000;
	font-size: 15px;
}
#footer .col-md-9 a:last-child{
	margin-right: 0px;
}
#footer a:hover{
text-decoration: underline;
}
#checkin_modal{
	position: absolute;
	top: 150px;
	display: none;
	width: 100%;
}
#checkin_modal .checkin_modal_holder{
	background: #EE2D38;
	-webkit-box-shadow: 0px 0px 104px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 104px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 104px 0px rgba(0,0,0,0.75);	
	color: #fff;
	padding: 40px;
}
#checkin_modal .checkin_modal_holder p{
	color: #fff;
}
#checkin_modal .checkin_modal_holder input[type="text"]{
	background: #EE2D38;
	border: 1px solid #fff;	
	border-radius: 4px;
	padding: 15px 20px;
	margin-bottom: 15px;
	width: 80%;
	max-width: 100%;
	color: #fff;

}
#checkin_modal .checkin_modal_holder .getfixtButton{
	text-transform: uppercase;
    border-radius: 30px;
    border: 2px solid #FAA21B;
    background: #FAA21B;
    color: #fff;
    padding: 11px 45px;
    font-size: 24px !important;
    font-family: 'VAG Rounded LT W01 Bold';
    letter-spacing: 2px;
}
#checkin_modal input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff !important;
}
#checkin_modal input::-moz-placeholder { /* Firefox 19+ */
  color: #fff !important;
}
#checkin_modal input:-ms-input-placeholder { /* IE 10+ */
  color: #fff !important;
}
#checkin_modal input:-moz-placeholder { /* Firefox 18- */
  color: #fff !important;
}
#checkin_modal .backgroundClick{
	position: fixed;
	height: 100%;
	width: 100%;
}
@media (max-width: 1200px){
	#footer a{
		font-size: 13px;
		margin-right: 15px;
	}
}
@media (max-width: 992px){
	#footer a{
		font-size: 13px;
	}
}
.copyright{
padding-top: 22px;
padding-bottom: 0px;
	background: #fff;
	text-align: right;
}
.social li a{
	color: #D51969;
	font-size: 26px;
}
@media (max-width: 767px){
	.modal-backdrop{
		z-index: 0;
	}
	#footer{
		margin-top: 0px;
	}
	#footer .social li a{
		font-size: 22px;
	}
	.social{
		text-align: center		
	}
}

@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}
