/* ======================================================= 
 *
 *    Media boxes Demo  
 *    By castlecode
 *
 *    Contact: http://codecanyon.net/user/castlecode
 *
 *    Copyright (c) 2013, castlecode. All rights reserved.
 *    Available only in http://codecanyon.net/
 *    
 *    ---------------------------------
 *    CONTENTS
 *    ---------------------------------
 *    
 *    (1) GRAPHIC STYLE (Play around in this section)
 *
 *      [1] MAIN STUFF
 *      [5] CONTENT
 *      [8] TO TOP
 *      [9] RESPONSIVE DESIGN
 *    
 * ======================================================= */

/* ar_fonts */
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on September 25, 2015 */



@font-face {
    font-family: 'chunkfive_printregular';
    src: url('http://mtwashingtonautoroad.com/ar_fonts/chunk_five_print-webfont.eot');
    src: url('http://mtwashingtonautoroad.com/ar_fonts/chunk_five_print-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://mtwashingtonautoroad.com/ar_fonts/chunk_five_print-webfont.woff2') format('woff2'),
         url('http://mtwashingtonautoroad.com/ar_fonts/chunk_five_print-webfont.woff') format('woff'),
         url('http://mtwashingtonautoroad.com/ar_fonts/chunk_five_print-webfont.ttf') format('truetype'),
         url('http://mtwashingtonautoroad.com/ar_fonts/chunk_five_print-webfont.svg#chunkfive_printregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'chunkfive_printregular';
    src: url('http://mtwashingtonautoroad.com/ar_fonts/chunk_five_print-webfont.eot');
    src: url('http://mtwashingtonautoroad.com/ar_fonts/chunk_five_print-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://mtwashingtonautoroad.com/ar_fonts/chunk_five_print-webfont.woff2') format('woff2'),
         url('http://mtwashingtonautoroad.com/ar_fonts/chunk_five_print-webfont.woff') format('woff'),
         url('http://mtwashingtonautoroad.com/ar_fonts/chunk_five_print-webfont.ttf') format('truetype'),
         url('http://mtwashingtonautoroad.com/ar_fonts/chunk_five_print-webfont.svg#chunkfive_printregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'chunkfiveregular';
    src: url('http://mtwashingtonautoroad.com/ar_fonts/chunk-webfont.eot');
    src: url('http://mtwashingtonautoroad.com/ar_fonts/chunk-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://mtwashingtonautoroad.com/ar_fonts/chunk-webfont.woff2') format('woff2'),
         url('http://mtwashingtonautoroad.com/ar_fonts/chunk-webfont.woff') format('woff'),
         url('http://mtwashingtonautoroad.com/ar_fonts/chunk-webfont.ttf') format('truetype'),
         url('http://mtwashingtonautoroad.com/ar_fonts/chunk-webfont.svg#chunkfiveregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'chunkfiveregular';
    src: url('http://mtwashingtonautoroad.com/ar_fonts/chunk-webfont.eot');
    src: url('http://mtwashingtonautoroad.com/ar_fonts/chunk-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://mtwashingtonautoroad.com/ar_fonts/chunk-webfont.woff2') format('woff2'),
         url('http://mtwashingtonautoroad.com/ar_fonts/chunk-webfont.woff') format('woff'),
         url('http://mtwashingtonautoroad.com/ar_fonts/chunk-webfont.ttf') format('truetype'),
         url('http://mtwashingtonautoroad.com/ar_fonts/chunk-webfont.svg#chunkfiveregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* ====================================================================== *
      [1] MAIN STUFF
 * ====================================================================== */
	
	html {	margin-right: 0 !important;  	overflow: visible !important;	}
	
	body{	font-family: 'chunkfiveregular'; 	
		/*margin-top: 84px;*/
		-webkit-transition: margin 0.4s ease;
	       -moz-transition: margin 0.4s ease;
	         -o-transition: margin 0.4s ease;
	            transition: margin 0.4s ease;
	}



/* ====================================================================== *
      [5] CONTENT
 * ====================================================================== */

	.content_grid{width: 940px;margin: auto;}
	.content_grid h2{color: #575757;font-size: 20px;}
	.content_grid h4{margin: 20px 0;color: #575757;}

	.grid-section{
		/*background-image: none !important;*/ 
		background-repeat: no-repeat;
	    /*background-attachment: fixed;*/
	    background-size: 100% 100%;
		/*background: #eee;*/
		/*background: #343a40;*/
		padding-top: 20px;
		padding-bottom: 20px;
		/*border-bottom: 1px solid #eee;*/
	}
	
	.animate-on-load{opacity: 0;	}
	

	
	
	
/* ====================================================================== *
      [9] RESPONSIVE DESIGN
 * ====================================================================== */
	@media only screen and (max-width: 990px) {
		.content_grid{ width: 100%; padding: 0px 10px !important;	}	
	}

	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		/* == LETS MODIFY SOME STYLE FOR THE DEMO == */
		/* Push the search field to the right */
		#search{	float: right; 		}
		/* Add some border-radius to the boxes  */
		.media-box-container{	/*-webkit-border-radius: 6px;   -moz-border-radius: 6px;   border-radius: 6px;*/        }
        /* Apply some style to the social icons */
        .media-box-footer{	 display:none;		padding: 10px 20px;		}
		.media-box-footer a{			color: #BDBDBD;		font-size: 11px;			text-decoration: none;		}
		.media-box-footer a:hover{cursor: pointer;color: #6D6D6D;		}
		/* Remove the margin-bottom of the text */
		.media-box-content .media-box-text{		margin-bottom: 0 !important;		}
		/* Some background color to the thumbnail-overlay */
		.thumbnail-overlay{   		background: #38465d; /* fallback for IE8 */   		background-color: rgba(229, 78, 83, .60);  		}
  		/* Change a little the style of the icons */
  		.thumbnail-overlay .fa{background: transparent !important;		border: 1px solid white;	color: white;	margin-top: 20px;	}
  		.thumbnail-overlay .fa-arrow-right{	line-height: 43px !important;		}
  		.thumbnail-overlay i.fa:hover{background: white !important;	color: #38465d;  		}

	
    
	
