
/* ==========================================================================
   FOOTER ONLY
   ========================================================================== */
 
footer {
	background-color: #666;
/*    background-color: #5E4E4B;*/
    padding: 50px 0 50px 0;
    color: #fff;
}

footer h2 {
    font-size: 24px;
}

footer p {
	color: white;
	}

.footer-links {
	padding-left:0;
	}

.footer-links li {
    list-style: none;
    margin-bottom: 7px;
}

.footer-links li a{
    color: #fff;
/*    display: block;*/
    font-weight: 600;
}

.footer-links li a:hover {
    color: #FF7B2A;
    text-decoration: none;
}

.footerlinkicon {
	height: 28px;
	width: 28px;
	}

a[href^=tel] {
	color: #ffffff;
	text-decoration:none;
	}

/* --------------------------------------------------------------------- */

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

  /* Small screen | IPHONES  4S 320x480, iphone 5 320x568| non-retina */

	
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2)      and (min-width: 320px),
only screen and (   min--moz-device-pixel-ratio: 2)      and (min-width: 320px),
only screen and (     -o-min-device-pixel-ratio: 2/1)    and (min-width: 320px),
only screen and (        min-device-pixel-ratio: 2)      and (min-width: 320px),
only screen and (                min-resolution: 192dpi) and (min-width: 320px),
only screen and (                min-resolution: 2dppx)  and (min-width: 320px) { 

  /* Small screen, retina, stuff to override above media query */

	/* Same image as above */


}

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

  /* Small screen LANDSCAPE | IPHONES  4S 320x480, iphone 5 320x568| non-retina */


}

/* --------------------------------------------------------------------- */

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

  /* Medium screen, non-retina | iPad 1024 x 768, iPhone 6 at 1334 x 750 */

	
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2)      and (min-width: 700px),
only screen and (   min--moz-device-pixel-ratio: 2)      and (min-width: 700px),
only screen and (     -o-min-device-pixel-ratio: 2/1)    and (min-width: 700px),
only screen and (        min-device-pixel-ratio: 2)      and (min-width: 700px),
only screen and (                min-resolution: 192dpi) and (min-width: 700px),
only screen and (                min-resolution: 2dppx)  and (min-width: 700px) { 

  /* Medium screen | iPad retina at 2048 x 1536, stuff to override above media query */


}

/* --------------------------------------------------------------------- */

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

  /* Macbook Pro 13 regular at 1280 x 800, non-retina */


}

@media
only screen and (-webkit-min-device-pixel-ratio: 2)      and (min-width: 1200px),
only screen and (   min--moz-device-pixel-ratio: 2)      and (min-width: 1200px),
only screen and (     -o-min-device-pixel-ratio: 2/1)    and (min-width: 1200px),
only screen and (        min-device-pixel-ratio: 2)      and (min-width: 1200px),
only screen and (                min-resolution: 192dpi) and (min-width: 1200px),
only screen and (                min-resolution: 2dppx)  and (min-width: 1200px) { 

  /* Macbook Pro 13 Retina at 2560 x 1600, stuff to override above media query */

	
}

/* --------------------------------------------------------------------- */

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

  /* Macbook Pro 15 regular at 1440 x 900, non-retina */



}

@media
only screen and (-webkit-min-device-pixel-ratio: 2)      and (min-width: 1300px),
only screen and (   min--moz-device-pixel-ratio: 2)      and (min-width: 1300px),
only screen and (     -o-min-device-pixel-ratio: 2/1)    and (min-width: 1300px),
only screen and (        min-device-pixel-ratio: 2)      and (min-width: 1300px),
only screen and (                min-resolution: 192dpi) and (min-width: 1300px),
only screen and (                min-resolution: 2dppx)  and (min-width: 1300px) { 

  /* Macbook Pro 15 Retina at 2880 x 1800, stuff to override above media query */


	
}

/* --------------------------------------------------------------------- */

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

  /* Desktop iMac at 1920 x 1080 .. 770 high to show quote starting at bottom, non-retina */


}
