/* general styles overriding */

.wrapper{
	width:100%;
}

.fancycart{
	display:none !important;
}

.bottom_nav {
    border-top: none;
}
.content-page{
	padding-top:0px;
	padding-bottom:0px;
}
.catalogTitle .stores{
	padding-left: 8.3%;
    padding-right: 8.3%;
}
/* ********************** */

/****** top image ******/
.top_image{
	width: 100%;
	height: auto;
}
.now_offering_mobile {
	display: none;
}
@media only screen and (max-width: 609px){
	.now_offering_desktop {
	    display: none;
	}
	.now_offering_mobile {
	    display: block;
	    margin-top:10px;
	}
}
/*********** hotlead form styles ***********/


.hotLeadForm {
	padding-left: 14.3%;
    padding-right: 12.3%;
	/* margin:auto; */
	background-color:#008A0E;
}

.hotLeadForm .row{
	margin:0px;
	padding:0px;
	border:none;
	overflow:visible;
}


/****** submit button ******/
.text_align_center{
	text-align:center;
}

.submit-button{
	width:16.5%;
	padding: 12px;
    border-radius: 8px;
    background-color:white;
    font-weight: bolder;
    color:#31A146;
    border: none;
    margin-bottom: 46px;
    padding-top: 11px;
    padding-bottom: 11px;
    font-size:20px;
    margin-top: 20px;
}

/****** hotlead form heading ******/
.hotLeadFormHeading {
	text-align: center;
	/* font-weight: lighter; */
	font-size: 39px;
	color:white;
	padding-top: 5%;
    padding-bottom: 5%;
    line-height: 1;
    font-family: DIN-light-hotlead !important;
}

/****** hotlead form fields ******/
.hotLeadForm .form-group {
    margin-bottom: 19px;
    padding-right: 15px;
    padding-left: 0px;   
}

/****** province list ******/
.provinces_dd_container {
    display: none;
    position: absolute;
    left: 0;
    border: 1px solid black;
    background-color: white;
    width: 97%;
    padding-left: 0px;
    z-index: 100;
    border-radius: 7px;
    top:34px;
}

.provinces_ol li {
    list-style: none;
    padding: 5px;
}

/****** inputs fields ******/

input[type="text"],input[type="tel"]{
	width:100%;
	border-radius: 2px;
	border:none;
	padding-left: 16px;
	height:38px;
    /* border: 2px solid #999; */
}

/****** placeholder styles to hide them on focus ******/

input:not(.province):focus::-webkit-input-placeholder { color:transparent; }
input:not(.province):focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:not(.province):focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:not(.province):focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

.hotLeadForm ::-webkit-input-placeholder {
    color:#434343 !important;
    font-family: DIN-light-hotlead !important;
}

.hotLeadForm :-ms-input-placeholder {
 	color:#434343 !important;
 	font-family: DIN-light-hotlead !important;
}


/* new custom columns for the 
   form for third row */
/* .province-column, .postalCode-column{
	width:27% !important;	
}
.city-column{
	width:46% !important;
} */
/**************** end hotlead form **********************/

/**************** green icons row ***********************/
.row.green-icons{
	border-bottom:none;
	margin-left:0px;
	margin-right:0px;
}
.inner-green-icons{
	background-color:#008A0E;
	border-radius: 14px;
	padding: 10px 0;
	width:100%;
	display:inline-block;
	position:relative;
	z-index:4;
}

.green-background {
	content:"";
	height:300px;
	width:300px;
	background: #008A0E;
	border-radius: 100%;
	margin:0 auto;
	display:block;
	position:absolute;
	z-index:2;
	left:0px;
	right:0px;
	top:19px;
}


/****** image styles ******/
.green-icons .icon_image{
	height:80px;
	width:80px;
}
.yes_image{
	height: auto;
    width: 250px;
    position: relative;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    transform: translateY(-1%);
}
/****** green icons text styles ******/
.green-icons-wrapper{
	padding-left: 7.3%;
    padding-right: 7.3%;
}
.green-icons p{
	font-size: 20px;
	font-weight: 300;
	color:white;
	text-align:center;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	margin-top:10px;
}
.green-icons .columns{
    float:left;
}

/* icons styles */
.icon_1, .icon_2, .icon_4, .icon_5 {
    margin-top: 18%;
    padding: 0 20px;
}
.first-column,.second-column,.fourth-column,.fifth-column{
	width:18%;
	text-align:center;
}
.third-column{
	width:28%;
	text-align:center;
}

@media only screen and (max-width: 991px){
	.columns{
		width:100% !important;
	}
	.green-background{
		display:none !important;
	}
	.icon_1, .icon_2, .icon_4, .icon_5 {
    	margin-top: 4%; 	
	}
	.icon_4{
		margin-top: 0%;
	}
	.icon_5{
		margin-bottom: 4%;
	}
	.hotLeadForm {
		padding-left: 7.3%;
    	padding-right: 7.3%;
	}
	.hotLeadForm .form-group{
		padding-right: 0px;
	}
	.provinces_dd_container{
		width:100%;
	}
	.submit-button{
		width:auto;
	}
}

/* end green icons row */	

/* map location styles */
#mapContainer, .mapInfo, .mapInfo .sub{
		height: 500px;
	}


/* styles for map when no locations are found */
.emptyMap{
	position:absolute;
	padding-top:3%;
}
.emptyMap .hint a{
	color:white;
}
.emptyMap p{
	margin:0 auto;
	width:80%;
	position:relative;
	font-size:24px;
	line-height: 1.1;
}
.emptyMap .first_line{
	top:35%;
}
.emptyMap .subInner{
	position:relative;
	top:38%;
}
/**********************/

@media only screen 
and (max-width : 768px){
	#mapContainer, .mapInfo, .mapInfo .sub{
		height: 700px;
	}
	.emptyMap .first_line {
    	top: 20%;
	}
	.emptyMap .subInner{
		top:20%;
	}
	
}


/* media queries */

/* iphone-6 landscape */
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : landscape) {
	.hotLeadForm{
		/* margin-top: -10%; */
	}
	.hotLeadFormHeading{
		padding-left: 8px;
    	font-size: 36px;
	}
	.provinces_dd_container{
		top:34px;
	}
	/* .submit-button{
		width:25%;
	} */
	.emptyMap{
		padding-top:0px !important;
	}
	.emptyMap .hint{
		font-size: 24px;
	}
	.emptyMap .subInner p{
		font-size: 24px;
	}
}
/* iphone-6 portrait */
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : portrait)
and (device-aspect-ratio: 375/667) {
	.hotLeadForm{
		/* margin-top: -17.8%; */
	}
	.hotLeadFormHeading{
		padding-left: 5px;
    	font-size: 20px;
	}
	.provinces_dd_container{
		top:39px;
	}
	/* .submit-button{
		width:34%;
	} */
	.emptyMap{
		padding-top:0px !important;
	}
	.emptyMap p{
		font-size: 18px;
	}
	.catalogTitle {
    	margin-bottom: 52px;
	}
}

/* ipad portrait */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 
	.hotLeadForm{
		/* margin-top: -8.6%; */
	}
	.hotLeadFormHeading{
		line-height: 35px;
	}
	.submit-button{
		width:28%;
	}
	.provinces_dd_container{
		width:100%;
		top:35px;
	}
	.hotLeadForm input[type="text"],.hotLeadForm input[type="tel"]{
		line-height: 30px;
	}
	.emptyMap{
		/* padding-top:0px !important; */
	}
	.emptyMap p{
		font-size:27px;
	}
	.emptyMap .hint{
		line-height: 1.1;
	}
	.emptyMap .first_line{
		top:13%;
	}
	.emptyMap .subInner{
		top:16%;
	}
	#mapContainer, .mapInfo, .mapInfo .sub{
		height: 700px;
	}
}

/* ipad landscape */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (orientation : landscape) { 
	/* .hotLeadForm{
		margin-top: -4%;
	} */
	.provinces_dd_container{
		width:96%;
		top:35px;
	}
	.hotLeadForm input[type="text"],.hotLeadForm input[type="tel"]{
		line-height: 30px;
	}
	.emptyMap{
		/* padding-top:0px !important; */
	}
	.emptyMap .hint{
		line-height: 1.1;
			
	}
}

/* iphone-5 portrait */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : portrait)
and (device-aspect-ratio: 40/71){ 
	.hotLeadForm{
		/* margin-top: -20.5%; */
	}
	.hotLeadFormHeading{
		font-size:17px;
		padding-left: 5px;
		line-height: 22px;
	}
	.emptyMap{
		padding-top:0px !important;
	}
	.emptyMap p{
		font-size:15px;
	}
	.emptyMap .subInner{
		top:20%;
	}
}

/* iphone-5 lanscape */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : landscape){ 
	.hotLeadForm{
		/* margin-top: -11.7%; */
	}
	.hotLeadFormHeading{
		font-size:30px;
	}
	.provinces_dd_container{
		top:39px;
	}
	.emptyMap{
		padding-top:0px !important;
	}
	.emptyMap .subInner{
		margin-top:0px;
		top: 35%;	
	}
	.mapInfo .sub {
    	height: 400px;
	}
}

/* iphone-5 */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px)
and (device-aspect-ratio: 40/71) {
	.provinces_dd_container{
		width:100%;
		top:40px;
	}
	.hotLeadForm input[type="text"],.hotLeadForm input[type="tel"]{
		line-height: 25px;
	}
}


/****** fonts ******/
@font-face {
	font-family: DIN-light-hotlead;
	color: white;
	src: url("../fonts/webfonts/DIN-light.eot") format('eot');
	src: url("../fonts/webfonts/DIN-light.ttf") format('truetype'),
         url("../fonts/webfonts/DIN-light.woff") format('woff');
}