/*
 * Author: Velko Georgiev
 * URL: http://themeforest.net/user/velkoto
 * Project Name: Agon - Responsive Coming Soon Template
 * Version: 1.0
 * Date: 06-06-2014
 */

/* 	TABLE OF CONTENT
==================================================
	#Reset
	#Blockquote
	#Links
	#Typography
	#Overlay
	#Border
	#Logo
	#Slider
	#Countdown
	#Social Icons
	#Index
	#Content
	#About
	#Services
	#Contact
	#Styleswitch Panel
	#Font Face
	#Responsive Design
	*/

/* RESET
================================================== */
	html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
	small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, 
	article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
		font-family: 'Oswald', sans-serif;
		}

	body {
		line-height: 1;
		}

	html, body{
		width: 100%;
		height: 100%;
		}

	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
		display: block;
		}
		
	ol, ul {
		list-style: none; 
		}
	
	nav ul {
		list-style: none;
		}
	
	blockquote, q {
		quotes: none;
		}
		
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none;
		}
		
	a {
		margin: 0;
		padding: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
		}

	del {
		text-decoration: line-through;
		}
		
	abbr[title], dfn[title] {
		border-bottom: 1px dotted;
		cursor: help;
		}
		
	table {
		border-collapse: collapse;
		border-spacing: 0;
		}

	hr {
		display: block;
		height: 1px;
		border: 0;   
		border-top: 1px solid #5F5F5F;
		margin: 1em 0;
		padding: 0;
		}
		
	input, select {
		vertical-align:middle;
		}
		
/* BLOCKQUOTE
================================================== */		
	blockquote, blockquote p {  
		background: transparent; 
		font-family: 'Oswald', sans-serif; 
		font-weight: 300; 
		font-size: 14px; 
		line-height: 1.6;
		color: #BBB; 
		font-style: italic;
		}
	
	blockquote { 
		margin: 30px 0px;
		padding: 0px 20px 40px 20px;
		border: 1px solid #5F5F5F;
		border-radius: 2px;
		}
		
	.blockquote-hex {
		position: relative; 
		width: 60px; 
		height: 34.64px;
		background-color: #5F5F5F;
		text-align: center;
		margin: -18px auto 30px auto; 
		}

	.blockquote-hex:before, .blockquote-hex:after { 
		content: "";
		position: absolute;
		left: 0;
		width: 0;
		border-left: 30px solid transparent;
		border-right: 30px solid transparent;
		}

	.blockquote-hex:before {
		bottom: 100%;
		border-bottom: 17.32px solid #5F5F5F;
		}

	.blockquote-hex:after {
		top: 100%;
		width: 0;
		border-top: 17.32px solid #5F5F5F;
		}

	.blockquote-hex i { 
		font-size: 25px;
		line-height: 1.6;
		color: #DE2727;
		text-align: center;
		margin: 0 auto;
		}
	
/* LINKS
================================================== */
	a, a:visited { 
		color: #5F5F5F;
		text-decoration: underline;
		outline: 0; 
		}
		
	a:hover, a:focus {
		color: #5F5F5F; 
		}
		
	p a, p a:visited { 
		line-height: inherit; 
		}		
		
/* TYPOGRAPHY
================================================== */
	h1, h2, h3, h4, h5, h6 {
		font-family: 'Oswald', sans-serif;
		font-weight: normal; 
		}
		
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { 
		font-weight: inherit; 
		}
		
	h1 { 
		font-size: 46px; 
		line-height: 50px; 
		margin-bottom: 14px;
		}
		
	h2 { 
		font-size: 35px;
		line-height: 40px; 
		margin-bottom: 10px;
		}
		
	h3 { 
		font-size: 28px;
		line-height: 34px;
		margin-bottom: 8px; 
		}
		
	h4 { 
		font-size: 21px; 
		line-height: 30px;
		margin-bottom: 4px; 
		}
		
	h5 { 
		font-size: 17px;
		line-height: 24px; 
		}
		
	h6 { 
		font-size: 14px; 
		line-height: 21px; 
		}
	
	.subheader { 
		color: #777; 
		}

	p { 
		margin: 0 0 20px 0;
		}
	
	p img { 
		margin: 0;
		}
	
	p.lead { 
		font-size: 21px;
		line-height: 27px; 
		color: #777; 
		}

	em {
		font-style: italic; 
		}
	
	strong {
		font-weight: bold;
		color: #333; 
		}
	
	small { 
		font-size: 80%;
		}
				
/* OVERLAY
================================================== */
	#overlay {
		position: fixed;
		width: 100%; 
		max-width: 100%;
		height: 100%;
		background: url(http://www.dgriff-moto.com/app/public/theme/site/default/img/overlay.png) repeat top left;
		z-index: 1;
		}
		
/* BORDER
================================================== */	
	#border {
		position: fixed;
		width: 100%;
		height: 100%;
		border: 18px solid rgba(0, 0, 0, 0.4);
		z-index: 9;
		}

	#border, #border:after, #border:before {
		-webkit-box-sizing: border-box; 
		   -moz-box-sizing: border-box;
                box-sizing: border-box; 
		}

/* LOGO
================================================== */
	.logo { 
		position: absolute;
		top: 72px; 
		left: 0;
		right: 0;
		width: 250px; 
		height: 150px;
		background: transparent;
		margin: 0 auto;
	    text-align: center;
		z-index: 999; 
		}
		


/* SLIDER
================================================== */		
	#slider { 
		position: fixed;
		top: 60%;
		left: 0;  
		right: 0;
		width: 100%; 
		max-width: 100%;
		height: auto;
		display: block;
		text-align: center; 
		margin: 0 auto; 
		padding: 0;
		list-style: none;
		z-index: 999;
		}
		
	#slider li h3 { 
		font-family: 'Oswald', sans-serif;
		font-size: 42px;
		font-style: bold;
		font-weight: normal;
		line-height: 1;
		letter-spacing: -1px;
		color: #5F5F5F;
		text-align: center;
		margin: 0 auto;
		padding: 0;
		}

   #slider li span { 
		color: #DE2727; 
		}

/* COUNTDOWN
================================================== */	
	#countdown {  
		width: 100%; 
		max-width: 100%;
		height: auto;
		position: absolute; 
		bottom: 5px;
		display: block;
		text-align: center; 
		margin: 0 auto;
		padding: 0;
		z-index: 999;
		}

	.dash { 
		position: relative;
		width: auto;
		height: 85px; 
		display: inline-block;
		text-align: center;
		margin: 0px 50px 0px 0px;
		padding: 0;
		z-index: 999;
		}

	.dash:last-child { 
		margin-right: 0px;
		}

	.digit {
		font-family: 'Oswald', sans-serif;
		font-size: 70px;
		line-height: 1;
		color: #DE2727;
		text-align: center;
		float: left;
		display: inline-block;
		margin: 0 auto;
		padding: 0;
		}
	
	.digit.seconds-digit {
		color: #5F5F5F;
		}

	.dash_title {
		font-family: 'Oswald', sans-serif;
		font-size: 20px;
		font-style: normal;
		font-weight: normal;
		line-height: 1;
		letter-spacing: normal;
		color: #DE2727;
		text-align: center;
		display: inline-block;
		margin: 5px 0px 0px 3px;
		padding: 0;
		}
	
/* SOCIAL ICONS
================================================== */
	#social-icons {
		position: absolute; 
		top: 29px;
		right: 20px;   
		text-align: center; 
		margin: 0 auto; 
		z-index: 9;
		}

	#social-icons i { 
		font-size: 22px; 
		color: #DE2727; 
		text-align: center; 
		margin: 0 auto; 
		padding: 0px 12px;
		z-index: 9;
		-webkit-transition: all 0.2s ease-in-out;
		   -moz-transition: all 0.2s ease-in-out;
		        transition: all 0.2s ease-in-out; 
		}

	#social-icons i:hover { 
		color: #5F5F5F; 
		-webkit-transition: all 0.2s ease-in-out;
		   -moz-transition: all 0.2s ease-in-out;
		        transition: all 0.2s ease-in-out; 
		-webkit-transform: translateY(-15px);
		   -moz-transform: translateY(-15px);
		    -ms-transform: translateY(-15px);
		        transform: translateY(-15px);
		}
		
/* 	INDEX
================================================== */
	.content { 
		height: 100%; 
		}

	.bl-main {
		position: absolute; 
		width: 100%;
		height: 100%;
		overflow: hidden; 
		z-index: 1000;
		}

	.bl-main > section {
		position: relative;
		width: 0;
		height: 0;
		}

	.box {
		position: relative;
		width: 10%;
		height: 100%;
		opacity: 1;
		cursor: pointer;
		}
		
	.about-box h2{ 
		position: absolute; 
		top: 25px;
		left: 25px;
		float: left;
		}
		
	.contact-box h2{ 
		position: absolute; 
		top: 25px;
		left: 190px;
		float: left;
		}
		
	.services-box h2{ 
		position: absolute; 
		top: 25px;
		left: 110px;
		float: left;
		}

	.box h2 { 
		font-family: 'Oswald', sans-serif;
		font-size: 18px;
		letter-spacing: 0px;
		line-height: 1;
		color: #DE2727;
		text-align: center;
		display: inline-block;
		margin: 5px 0px 0px 0px;
		padding: 0px;
		cursor: pointer;
		-webkit-transition: all 0.2s ease-in-out;
		   -moz-transition: all 0.2s ease-in-out;
		        transition: all 0.2s ease-in-out;
		}

	.bl-main > section {
		-webkit-transition: all 0.5s ease-in-out;
		   -moz-transition: all 0.5s ease-in-out;
		        transition: all 0.5s ease-in-out;
		}
		
	.box {
		-webkit-transition: opacity 0.2s linear 0.5s;
		   -moz-transition: opacity 0.2s linear 0.5s;
		        transition: opacity 0.2s linear 0.5s;
		}

/* 	CONTENT
================================================== */
	.bl-main > section .bl-icon-close {
		position: absolute; 
		top: 20px;
		right: 30px;
		font-size: 32px; 
		color: #DE2727; 
		cursor: pointer;
		z-index: 100;
		opacity: 0;
		}

	.bl-main > section .bl-icon-close:hover { 
		color: #5F5F5F;
		}

	.bl-content, div.bl-panel-items > div > div {
		opacity: 0;
		position: absolute;
		top: 0px;
		left: 0px;
		right: 0px;
		bottom: 0px;
		padding: 50px 0px;
		overflow: hidden;
		overflow-y: auto;
		}
	
	.bl-content h2 { 
		font-family: 'Oswald', sans-serif;
		font-size: 90px;
		letter-spacing: -2px;
		color: #DE2727; 
		text-align: center; 
		margin: 30px auto; 
		padding: 0px;
		}
		
	.bl-content h2 span{ 
		color: #5F5F5F; 
		}

	.bl-main > section.bl-expand {
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		}

	.bl-main > section.bl-expand-top {
		z-index: 100;
		}

	.bl-main > section.bl-expand {
		background: rgba(0, 0, 0, 0.95); 
		}

	.bl-main.bl-expand-item > section:not(.bl-expand),
	.bl-main.bl-expand-item > section.bl-scale-down {
		opacity: 0;
		-webkit-transform: scale(0.5);
		   -moz-transform: scale(0.5);
			-ms-transform: scale(0.5);
				transform: scale(0.5);
		}

	section.bl-expand .box {
		opacity: 0;
		-webkit-transition: opacity 0s linear;
		   -moz-transition: opacity 0s linear;
		        transition: opacity 0s linear;
		}

	.no-touch section:not(.bl-expand) .box:hover h2 {
		color: #5F5F5F;
		cursor: pointer;
		-webkit-transform: translateY(-15px);
		   -moz-transform: translateY(-15px);
		    -ms-transform: translateY(-15px);
		        transform: translateY(-15px);
		}

	.bl-content, .bl-icon-close {
		-webkit-transition: opacity 0.1s linear 0s;
		   -moz-transition: opacity 0.1s linear 0s;
		        transition: opacity 0.1s linear 0s;
		}

	section.bl-expand .bl-content,
	section.bl-expand .bl-icon-close {
		opacity: 1;
		-webkit-transition: opacity 0.3s linear 0.5s;
	   	   -moz-transition: opacity 0.3s linear 0.5s;
		        transition: opacity 0.3s linear 0.5s;
		}
		
/* 	ABOUT SECTION
================================================== */	
	#about img { 
		width: 100%; 
		max-width: 100%;
		height: auto;
		position: relative;
		margin: 0px auto 20px auto;
		padding: 0px;
		}
		
	#about p { 
		font-family: 'Oswald', sans-serif;
		font-size: 14px;
		font-weight: 300;	
		text-align: left;
		line-height: 1.6; 
		color: #BBB;  
		margin: 0 auto;
		padding-bottom: 15px; 
		}

/* 	SERVICES SECTION
================================================== */	
	.service-box {
		text-align: center;
		margin: 20px auto;
		padding: 50px 0px;
		display: inline-block;
		}
	
	.service-box i {
		font-size: 50px;
		position: relative;   
		color: #DE2727;
		line-height: 1.6;
		}
		
	.service-box h3{  
		font-family: 'Oswald', sans-serif; 
		font-size: 30px;
		line-height: 1;
		color: #DE2727;
		text-align: center;
		margin: 0px auto; 
		padding: 30px 0px;
		}
		
	.service-box h3 span{  
		color: #5F5F5F;
		}
		
	.service-box p { 
		font-family: 'Oswald', sans-serif;
		font-size: 14px;
		font-weight: 300;	
		text-align: center;
		line-height: 1.6; 
		color: #BBB;  
		margin: 0 auto;
		padding: 0px 10px; 
		}
			
	.service-hexagon{ 
		position: relative;
		width: 127px; 
		height: 80px;
		background: transparent;
		margin: 0px auto 30px auto;
		border-left: solid 6px #5F5F5F;
		border-right: solid 6px #DE2727;
		text-align: center; 
		z-index: 999; 
		}

	.service-hexagon:hover {
		-webkit-perspective: 1000px;
		   -moz-perspective: 1000px;
		     -o-perspective: 1000px;
		        perspective: 1000px;	
		-webkit-transition: 1.2s;
		   -moz-transition: 1.2s;
		     -o-transition: 1.2s;
				transition: 1.2s;
		-webkit-transform: rotateY(360deg);
		   -moz-transform: rotateY(360deg);
		     -o-transform: rotateY(360deg);
		        transform: rotateY(360deg);
		}
		
	.service-hexagon:before, .service-hexagon:after {
		content: "";
		position: absolute;
		left: 14.0381px;
		width: 92px;
		height: 89px;
		background-color: inherit;
		z-index: 1;
		-webkit-transform: scaleY(0.5774) rotate(-45deg);
			-ms-transform: scaleY(0.5774) rotate(-45deg);
				transform: scaleY(0.5774) rotate(-45deg);
		}

	.service-hexagon:before {
		top: -49px;
		border-top: solid 8.0711px #5F5F5F;
		border-right: solid 8.0711px #DE2727;
		}

	.service-hexagon:after {
		bottom: -48px;
		border-bottom: solid 8.0711px #DE2727;
		border-left: solid 8.0711px #5F5F5F;
		}

/* 	CONTACT SECTION
================================================== */
	.contact-form { 
		width: 100%; 
		max-width: 100%;
		height: auto;
		position: relative;
		float: left;
		margin: 0px auto;
		padding: 0px;
		}
    
    .contact-form p.error {
		font-family: 'Oswald', sans-serif;
		font-size: 22px;
		line-height: 1;		
		color: #5F5F5F;		
		text-align: left;
		margin: 0px;
		padding: 15px 10px;
		}	
		
	.contact-form h2 {
		font-family: 'Oswald', sans-serif;
		font-size: 22px;
		line-height: 1;	
		letter-spacing: normal;
		color: #5F5F5F;		
		text-align: center;
		margin: 25px auto;
		padding: 0px;
		}
		
	.hidden {
		display: none;
		}
 
	#contact input, #contact textarea { 
		background: #DE2727;
		width: 100%;
		height: 40px;
		font-family: 'Oswald', sans-serif;
		font-size: 18px;
		line-height: 1.4;		
		color: #BBB;		
		text-align: left;
		margin: 10px 0px;
		padding: 5px 0px 5px 0px;
		border: 1px solid #dcdcdc;
		}

	#contact textarea { 
		background: #DE2727;
		width: 100%;
		height: 180px;
		margin: 10px auto 0px auto; 
		padding: 10px 0px;
		border: 1px solid #dcdcdc;
		}

	#contact textarea:focus, #contact input:focus { 
		color: #BBB;
		}
	
	.submit-button {
		font-family: 'Oswald', sans-serif;
		font-size: 20px;
		line-height: 1;		
		color: #DE2727;		
		text-align: center;
		background-color: #5F5F5F;
		width: auto;    
		margin: 10px 0px;
		padding: 15px 30px 12px 30px;
		cursor: pointer;
		border: none;
		-webkit-transition-duration: 0.6s;
		   -moz-transition-duration: 0.6s;
		     -o-transition-duration: 0.6s;
		        transition-duration: 0.6s; 
		}
		
	.submit-button:hover {  
		background-color: #181818;
		color: #DE2727;
		border: none;	
		-webkit-transition-duration: 0.6s;
		   -moz-transition-duration: 0.6s;
		     -o-transition-duration: 0.6s;
		        transition-duration: 0.6s; 		
		}
	
	input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
		color: #BBB;
		padding-left: 15px;
		}
	
	input:-moz-placeholder, textarea:-moz-placeholder {
		color: #BBB;
		padding-left: 15px;
		}
		
/* 	STYLESWITCH PANEL
================================================== */	
	.styleswitch-panel {
        padding: 10px;
        width: 110px;
        background: #fff;
        border: none; 
		z-index: 999999;
		margin-left: 5px;
		margin-top: 100px;
		} 

	.styleswitch {
		width: 25px; 
		height: 25px; 
		float: left;
		margin: 5px; 
		}

	.blue {
		background: #24D1C4;
		}	
		
	.green {
		background: #1FDA9A;
		}	
		
	.purple {
		background: #7C4E95;
		}	
		
	.orange {
		background: #FE5E00;
		}	
		
	.yellow {
		background: #FFEE00;
		}	
		
	.pink {
		background: #FF3F94;
		}	
		
	.styleswitch-panel h3 { 
		font-family: 'Oswald', sans-serif;
		font-size: 28px;
		text-align: center; 
		color: #181818;
		margin: 15px auto;
		}
		
	.styleswitch {
		width: 25px; 
		height: 25px; 
		float: left;
		margin: 5px; 
		}
		
/* FONT FACE
================================================== */
	@font-face {
		font-family: 'BebasNeueRegular';
			src: url('http://projet.logiclic.com/fonts/BebasNeue-webfont.eot');
			src: url('http://projet.logiclic.com/fonts/BebasNeue-webfont.eot?iefix') format('eot'),
			url('http://projet.logiclic.com/fonts/-webfont.woff') format('woff'),
			url('http://projet.logiclic.com/fonts/BebasNeue-webfont.ttf') format('truetype'),
			url('http://projet.logiclic.com/fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
		font-weight: normal;
		}
		
/* RESPONSIVE DESIGN	
================================================== */	
	@media screen and (max-width: 500px) { 
		#slider li h3 { 
			font-size: 120px 
		}
	}
	
	@media screen and (max-width: 640px) { 
		#slider li h3 { 
			font-size: 100px 
		}
		
		.digit {
			font-size: 56px;
		}
	
		.dash_title {
			font-size: 18px;
		}
		
		.box h2, #social-icons i  {
			font-size: 20px;
		}
	}
		
	@media screen and (max-width: 300px) { 
		#slider li h3 { 
			font-size: 15px 
		}
		
		.digit {
			font-size: 15px;
		}
	
		.dash_title {
			font-size: 15px;
		}
	}		
	
	@media screen and (max-width: 500px) { 
		#slider li h3 { 
			font-size: 46px 
			}
		
		.bl-content h2 { 
			font-size: 50px;
			letter-spacing: 0px;
			margin: 30px auto 0px auto; 
			}
		
		.dash {  
			height: 54px;
			display: inline-block;
			margin: 0px 20px 0px 0px;
			}
			
		.digit {
			font-size: 42px;
			float: left;
			display: block;
			}
		
		.dash_title { 
			font-size: 16px;
			margin-top: 3px;
			}
			
		#countdown {  
			bottom: 5px;
			}
		
		.logo { 
			display: none;
			}
			
		#social-icons {
			position: absolute; 
			top: 29px;
			right: 20px;   
			text-align: center; 
			margin: 0 auto; 
			z-index: 9;
			}

		#social-icons i { 
			font-size: 20px; 
			padding: 0px 8px;
			}	
	}		
	
	@media screen and (max-width:430px) { 
		#slider li h3 { 
			font-size: 46px 
			}
		
		.bl-content h2 { 
			font-size: 50px;
			letter-spacing: 0px;
			margin: 100px auto 0px auto; 
			}
		
		.dash {  
			height: 54px;
			display: inline-block;
			margin: 0px 20px 0px 0px;
			}
			
		.digit {
			font-size: 42px;
			float: left;
			display: block;
			}
		
		.dash_title { 
			position: absolute; 
			left: 0;
			right: 0;
			bottom: 0;
			font-size: 16px;
			}
			
		#countdown {  
			bottom: 20px;
			}
		
		.logo { 
			display: none;
			}
			
		#social-icons {
			top: 15px;
			right: 15px;   
			text-align: center; 
			}	
			
		#social-icons i { 
			font-size: 18px; 
			padding: 0px 3px;
			}
			
		#border {
			display: none;
			}
			
		.box h2 { 
			font-size: 18px;
			}
			
		.about-box h2{ 
			position: absolute; 
			top: 11px;
			left: 10px;
			float: left;
			}
		
		.contact-box h2{ 
			position: absolute; 
			top: 11px;
			left: 150px;
			float: left;
			}
			
		.services-box h2{ 
			position: absolute; 
			top: 11px;
			left: 80px;
			float: left;
			}
		}	
