/*--------------------------------------------------------
MEDIA QUERIES
--------------------------------------------------------*/
@media only screen and (min-width: 1440px) {
    #carousel-wrapper.no-js {
        height: 470px;
        overflow-y: scroll;
    }

}
@media only screen and (min-width: 1920px) {
    #carousel-wrapper.no-js {
        height: 626px;
        overflow-y: scroll;
    }

}

@media only screen and (min-width: 768px) and (max-width: 959px) 
{
    #navigation-container,#above-footer,#footer.column1-3,#footer.column2-3,#footer.column3-3,#header,#footer,#container,#locations-block-container,#locations-block-button-container,#locations-block,#quote-block-container,#quote-block-button-container,#quote-form-message,#quote-block
    {
        width: 100%;
        padding: 0;
        margin: 0;
    }
#navigation-container {
	margin-top: 30px;
    font-size: 12px;
}
    ul#navigation li a {
	text-transform: none;
	padding: 0 6px;
    }
    ul#navigation li:first-of-type a {
	    padding-left: 0;
    }
        ul#navigation li:last-of-type a {
	    padding-right: 0;
    }

    #container {    
        margin-top: 75px;
        padding-bottom: 50px;
    }
    div.column1-2 {
        width: 55%;
        float: left;
        padding: 0 1%;
        overflow: hidden;
    }

    div.column2-2 {
        width: 43%;
        float: left;
        padding: 0;
        overflow: hidden;
    }
    #carousel-wrapper.no-js {
        height: 320px;
    }
    #footer div
    {
        margin-left: 0;
        margin-right: 0;
    }
    #quote-block form 
    {
        width: auto;
        max-width: 950px; 
    }
    #quote-block #quote-info-block
    {
        width: 45%;
    } 
    #quote-block #quote-message-block  
    {
        width: 50%;
    }
    #quote-block input 
    {
        width: 225px; 
    }
    #quote-block textarea 
    {
        width: 325px;
        height: 60px;
    }
    #quote-block {
        display: none;
    }
    #locations-block {
        margin: 0 auto;
        padding: 10px 0 25px 0;
    }
    #locations-block-button, #quote-block-button {
        margin-left: 92.5%;
    }
    #locations-block ul li a:link,
    #locations-block ul li a:visited {
        padding: 7px 7px;
        display: block;
        text-align: center;
    }
    #services-gallery img { max-width: 90%; padding: 4%; border: solid 1px #d94339;}

}


@media only screen and (max-width: 768px) 
{
    #above-footer,#footer.column1-3,#footer.column2-3,#footer.column3-3,#header,#footer,#container,#locations-block-container,#locations-block-button-container,#locations-block
    {
        display: block;
        margin-left: 0;
        margin-right: 0;
        padding-left: 1%;
        padding-right: 1%;
        width: 97.9%;
    }
    #quote-block-button-container,#quote-block-container,#quote-form-message,#quote-block {
        width: 100%;
        padding:0;
        margin: 0;
    }
    #carousel-wrapper.no-js {
        height: 261px;
    }
    #navigation 
    {
        display: none;
    }
    .selectnav {
	    display: block;
	    font: normal normal normal 16px/1 'Century Gothic', 'Trebuchet MS', Arial, Tahoma, Verdana, Helvetica, Sans-Serif;
	    background-color: transparent;
	    border: 1px solid transparent;
	    box-shadow: none;
	    padding: 0px 10px;
	    border-radius: 0;
	    background: url("/graphics/icon-select-menu.png") no-repeat center right;
	    outline: none;
	    background-size: 30px;
	    width: auto;
	    float: right;
	    margin: 5px 5px 0 0;
        padding: 2px 0;
	    color: #000;
	    -webkit-appearance: none;
	    -moz-appearance: none;
	    appearance: none;
        cursor: pointer;
    }
    select.selectnav::-ms-expand 
    {	
        display: none; 
    }
    select.selectnav option
    {
        padding: 2px 2px 2px 4px;
    }
    #container {margin-top: 45px;}
    #footer .column1-3,#footer .column2-3
    {
        width: 25%;
        margin-left: 2.5%;
        margin-right: 2.5%;
    }
    div.column1-1 { padding-bottom: 5px;}
    #footer div
    {
        margin-left: 0;
        margin-right: 0;
    }
    #quote-block form 
    {
        width: auto;
        height: 260px;
    }
    #quote-block
    {
        display: none;
    }
    #quote-block #quote-info-block
    {
        width: 35%;
    } 
    #quote-block #quote-message-block  
    {
        width: 55%;
    }
    #quote-block label
    {
        margin-bottom: 2px;
    }
    #quote-block input,
    #quote-block textarea 
    { 
        width: 100%; 
    }
    #quote-block textarea 
    {
        height: 128px;
    }
    #locations-block {
        margin: 0 auto;
        padding: 10px 0 25px 0;
    }
    #locations-block-button,#quote-block-button {
        margin-left: 90%;
    }
    #locations-block ul li a:link,
    #locations-block ul li a:visited {
        padding: 7px 7px;
        display: block;
        text-align: center;
    }
    #services-gallery img { max-width: 90%; padding: 4%; border: solid 1px #d94339;}
}


@media only screen and (max-width: 479px) {
    #header,#footer,#above-footer,#quick-navigation,#wrapper,#container,#locations-block-container,#locations-block-button-container,#locations-block
    {
        min-width: 320px;
    }
    #header-wrapper,#header {
        height: 200px;
        text-align: center;
    }
    #logo { width: 100%;
            display: block;
            float: none;
            padding-top: 0;
    }
    #header-contact { float: none; margin : 0 auto;}
#header-contact p.icon-telephone {
    font-size: 16px;
    background-size: 16px;
}
#header-contact p.icon-email {
    font-size: 16px;
    background-size: 20px;
}
    #logo img { width: 175px;}
#navigation-container {height: 0 !important; margin: 0; padding: 0;}
    .selectnav {
	    min-width: 320px;
	    margin: 0 auto;
        float: none;
        display: block;
	    font-size: 15px;
        height: 30px;
    }
#container { margin-top: 15px;}
div.column1-1 { padding-bottom: 5px;}
    #services-container .column1-1 {
        width: 100%;
    }
    #services-container .column1-1  .h1-header{
        text-align: center;
    }
    #services-container .column1-3,
    #services-container .column2-3,
    #services-container .column3-3 { 
        width: 100%;
        margin: 5px 0;
        padding: 0;
    }

    #locations-block-button, #quote-block-button {
        margin-left: 86%;
    }
    #locations-block ul li {
        float: none;
        display: block;
        width: 100%;
        margin: 4px 0;
    }
    #footer .column3-3 {
        clear: both;
        width: 100%;
        display: block;
        float: none;
    }
    #footer .column3-3 p {text-align: center;
    }
    #services-gallery div     {
        display: block;
        margin-left: 0;
        margin-right: 0;
        padding-left: 1%;
        padding-right: 1%;
        width: 97.9%;
        text-align: center;
    }
    img.water-accreditation { width: 50%; float: none; display: block;margin-left: 25%}
}