/*  -------------------------------------------------------------
    MEDIA QUERIES - CLEAR PIXEL 2015
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

    @media screen and (max-width: 1180px) {

        /* Section */

        .section {
            padding: 0 10px;
        }




        /* Hover Overrides */

        #content a:hover  {
            opacity: 1;
            filter: alpha(opacity=100);
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        }

        #content .contentForm .submitBox .submitBtn,
        #content .contentForm .submitBox .submitBtn:hover {
            color: #546223 !important;
            background: #fff !important;
        }



        

        /* Header */

        #header {
            padding: 10px;
        }
		
		
		
		
		/* Menu Main */
		
		#menu_main {
			margin-top: 0;
			background-color: #395542;
		}
		
		#menu_main li {
			display: block;
			padding: 0;
		}
		
		#menu_main li a:link,
		#menu_main li a:visited {
			padding: 25px 0;
			border: none;
		}
		
		#menu_main li a:hover {
			color: #fff;
		}




        /* Forms */

        #content .contentForm {
            width: 100% !important;
        }




        /* Facebook */

        #facebook_custom_feed .facebook_feed {
            padding: 0;
        }

        #facebook_custom_feed .facebook_article {
            display: block;
            width: 75%;
            margin: 50px auto;
            background-position: center;
        }

        #facebook_custom_feed .facebook_article .facebook_picture{
            background-position: center;
            width: 100%;
            height: 400px;
        }
    }




    @media screen and (max-width: 800px) {

        /* Header */

        #header .logo {
            float: none;
            margin: 0 auto;
        }

        #header a.phone:link,
        #header a.phone:visited {
            margin-top: 20px;
            text-align: center;
            float: none;
        }




        /* Columns */

        #content .columns .column, 
        #content .columns .column.last, 
        #content .columns.side_right .column, 
        #content .columns.side_right .column.last, 
        #content .columns.half_width .column, 
        #content .columns.half_width .column.last, 
        #content .columns.three .column, 
        #content .columns.three .column.first, 
        #content .columns.three .column.last {
            margin: 0;
            padding: 15px 0;
        }
		
		
		
		
		/* Forms */
		
		#content .contentForm#forms_form_2  {
			width: 100% !important;
		}
    }




    @media screen and (max-width: 700px) {

        /* Facebook */

        #facebook_custom_feed .facebook_article {
            width: 100%;
        }

        #facebook_custom_feed .facebook_article .facebook_picture {
            height: 300px;
        }

    }