/*
 * Author: Velko Georgiev
 * URL: http://themeforest.net/user/velkoto
 * Project Name: Profile - Responsive Portfolio/Resume One Page Theme
 * Version: 1.0
 * Date: 04/03/2014
 */

/* 	TABLE OF CONTENT
============================================================
	#Slider
	#Navigation
	#About Me
	#Skills Level
	#Services
	#Portfolio
	#Experience & Education
	#Contact Form
	#Social Icons
	#Parallax
	#Tooltips
	#Title Style
	#Font Face
	*/
	
/* 	SLIDER
============================================================ */	
	.slider {
		width: 100%; 
		max-width: 100%;
		height: 100%;
		position: relative;
		margin: 0 auto;
		padding: 0;
		text-align: center;
		}
	
	.slider h1 { 
		font-family: 'Bebasneueregular', sans-serif;
		font-size: 50px;
		color: #fff; 
		font-style: normal;  
		letter-spacing: -1px;
		line-height: 1;
		text-align: center;
		width: auto;
		height: auto;
		display: block;
		margin: 0px auto; 
		padding: 0;	
		z-index: 9;
		}
	
	.slider h2 { 
		font-family: 'Bebasneueregular', sans-serif;
		font-size: 32px;
		font-style: normal;  
		letter-spacing: -1px;
		line-height: 18px;
		text-align: center;
		color: #fff; 
		width: auto;
		height: auto;
		display: block;
		margin: 0 auto; 
		padding: 0;	
		z-index: 9;
		}
	
	.heading { 
		margin: 0; 
		text-align: center; 
		padding: 0; 
		width: 240px; 
		height: 280px; 
		z-index: 9;
		}
		
	.heading span {
		color: #000; 
		}
		
	.black-overlay {
		background: rgba(0,0,0, 0.8);
		position: absolute;
		width: 50%;
		height: 100%;
		top: 0;
		right: 0;
		z-index: 1;
		}	

	.white-overlay {
		background: rgba(255,255,255, 0.8);
		position: absolute;
		width: 50%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 1;
		}
		
	.hexagon {
		width: 240px;
		height: 100px;
		text-align: center;
		background-color: #E8230F; 
		margin: 0 auto; 
		padding-top: 40px;
		}
		
	.hexagon-top{
		width: 0;
		border-bottom: 70px solid #E8230F; 
		border-left: 120px solid transparent;
		border-right: 120px solid transparent; 
		margin: 0 auto; 
		text-align: center;
		}

	.hexagon-bottom{
		width: 0;
		border-top: 70px solid #E8230F; 
		border-left: 120px solid transparent;
		border-right: 120px solid transparent;
		margin: 0 auto; 
		text-align: center;
		}
		
/* 	NAVIGATION
============================================================ */		
	.navigation {  
		position: absolute; 
		top: 58%; 
		margin: 0 auto;
		text-align: center;
		}
		
	.navigation li:first-child { 
		width: 0px;
		height: 0px;
		text-align: center; 
		margin: 0 auto;
		color:#fff;
		}
		
	.home-icon {
		color: #fff; 
		width: 24px;
		height: 24px;
		text-align: center;
		margin: 0 auto;
		}
		
	.menu-icon { 
		color: #E8230F;
		text-decoration: none;
		}

	.circleMenu-open > li:first-child { 
		font-size: 100%; 
		-webkit-transform: rotate(270deg);
		-moz-transform: rotate(270deg);
		-o-transform: rotate(270deg);
		transform: rotate(270deg);
		}

	.circleMenu-closed > li { 
		font-size: 0%; 
		}

	.circleMenu-closed > li:first-child { 
		font-size: 100%; 
		}

/* 	ABOUT ME
============================================================ */		
	#about-me {
		width: 100%; 
		max-width: 100%;
		height: auto;
		position: relative;
		margin: 0 auto 80px auto;
		padding: 0;
		text-align: center;
		}

	#about-me  img {
		display: block; 
		text-align: center; 
		position: relative; 
		width: 200px; 
		height: 200px;
		margin: 30px auto; 
		padding: 0;
		border-bottom: 8px solid #E8230F;
		box-shadow: 0px 0px 0px 10px #ddd;
		border-top-left-radius: 20px;
		border-bottom-right-radius: 20px
		}
		
	#about-me h3 {
		font-family: 'Raleway', sans-serif;
		font-size: 42px; 	
		font-weight: 100;	
		line-height: 1;
		letter-spacing: -4px;
		color: #222;  
		text-transform: uppercase; 
		text-align: center; 
		margin: 0 auto;
		}
		
	#about-me h4 {
		font-family: 'Raleway', sans-serif; 
		font-size: 20px; 
		text-align: center;
		line-height: 1.5;
		color: #999; 
		margin: 0 auto 25px auto;
		}
		
	#about-me p { 
		font-family: 'Raleway', sans-serif;
		font-size: 14px; 
		text-align: center;
		line-height: 1.5;
		color: #888;
		margin: 0 auto;
		padding: 0px 25px 0px 25px;
		}
		
/*  SKILLS LEVEL
==================================================== */
	#skills {
		width: 100%; 
		max-width: 100%;
		height: auto;
		position: relative;
		margin: 0 auto;
		padding: 0;
		}

	.skillbar-bar {
		background: #E8230F;
		}
		
	.skillbar {
		position: relative;
		display: block;
		margin-bottom: 50px;
		width: 100%;
		background: #ddd; 
		height: 8px;
		border-radius: 1px;
		-moz-border-radius: 1px;
		-webkit-border-radius: 1px;
		-webkit-transition: 0.4s linear;
		-moz-transition: 0.4s linear;
		-ms-transition: 0.4s linear;
		-o-transition: 0.4s linear;
		transition: 0.4s linear;
		-webkit-transition-property: width, background-color;
		-moz-transition-property: width, background-color;
		-ms-transition-property: width, background-color;
		-o-transition-property: width, background-color;
		transition-property: width, background-color;
		}

	.skillbar-title {
		position: absolute;
		top: -22px;
		left: 0;
		font-family: 'Oswald', sans-serif;
		font-size: 13px;
		text-transform: uppercase;
		color: #444; 
		}

	.skillbar-bar {
		height: 8px;
		width: 0px;
		border-radius: 1px;
		-moz-border-radius: 1px;
		-webkit-border-radius: 1px;
		}

	.skill-bar-percent {
		position: absolute;
		top: -22px;
		right: 0;
		font-family: 'Oswald', sans-serif;
		font-size: 13px;
		text-transform: uppercase;
		color: #444; 
		}
		
/* 	SERVICES
============================================================ */	
	#services { 
		width: 100%; 
		max-width: 100%;
		height: auto;
		position: relative;
		margin: 0 auto;
		padding: 0;
		}
		
	.service {
		width: 100%; 
		height: auto;
		position: relative;
		margin: 0px auto 50px auto;
		}
	
	#services h3 {
		font-family: 'Raleway', sans-serif;
		font-size: 20px;
		font-weight: 300;
		text-transform: uppercase;
		line-height: 1;
		text-align: left;
		color: #333;
		margin: 0 0 20px 0; 
		}
		
	#services p { 
		font-family: 'Raleway', sans-serif;
		font-size: 14px; 
		line-height: 1.5;
		text-align: left;
		color: #888;		
		padding: 0 20px 0 0;
		margin: 0px auto 20px auto;
		}
		
	.service-icon {  
		display: block; 
		float: left;
		text-align: center;
		background: #E8230F;
		color: #fff;
		width: 130px; 
		height: 91px;
		margin: 0px 20px 0px 0px; 
		padding: 39px 0px 0px 0px;
		border-top-left-radius: 20px;
		border-bottom-right-radius: 20px
		}
	
	.service-icon:hover{ 
		background: #E8230F;
		color: #000;
		-webkit-transition: all 0.9s;
		-moz-transition: all 0.9s;
		transition: all 0.9s;
		}
	
/* 	PORTFOLIO
============================================================ */
	.portfolioFilter { 
		text-align: center; 
		width: 100%;
		margin: 10px auto 20px auto; 
		padding: 0;
		}
	
	.portfolioFilter a {
		cursor: pointer;
		font-family: 'Oswald', sans-serif;  
		font-size: 14px; 
		line-height: 30px; 
		text-align: center; 
		text-transform: uppercase;
		text-decoration: none;
		color: #333;
		display: inline-block;
		margin: 0 5px 0 5px;
		padding: 2px 20px 0px 20px;
		}

	.portfolioFilter a.active {
		color: #E8230F;
		border: 1px solid #E8230F; 
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		-ms-border-radius: 2px;
		-o-border-radius: 2px;
		border-radius:2px;
		}
		
	#Grid {
		margin: 0;
		padding: 0;
		position: relative;
		list-style-type: none;
		text-align: center;
		}

	#Grid:after {
		content: '';
		display: inline-block;
		width: 100%;
		}
		
	#Grid .mix {
		display: none;
		opacity: 0;
		height: auto;
		vertical-align: top;
		margin-left: -4px; 
		margin-bottom: 0;
		text-align: center;
		}

	.portfolioContainer { 
		width: 100%; 
		height: auto;
		margin: 0 auto; 
		padding: 0px;
		text-align: center; 
		}
 
	.portfolioContainer img {
		width: 100%;
		max-width: 100%; 
		height: auto;
		margin: 0px auto;  
		padding: 0; 
		text-align: center;
		display: block;
		position: relative; 
		-webkit-transition: all 1.2s linear;
		-moz-transition: all 1.2s linear;
		-o-transition: all 1.2s linear;
		-ms-transition: all 1.2s linear;
		transition: all 1.2s linear;
		}
	
	.project i {
		display: inline-block;
		position: relative; 
		width: 50px;
		height: 38px;
		padding-top: 12px;
		color: #fff;
		text-align: center;
		margin: 10px auto 0 auto;
		border: 1px solid #fff;
		border-top-left-radius: 10px;
		border-bottom-right-radius: 10px
		}
		
	.project i:hover {
		background: #E8230F;
		color: #fff;
		border: 1px solid #E8230F;
		-webkit-transition: all 0.9s;
		-moz-transition: all 0.9s;
		transition: all 0.9s;
		}
		
	.project-view {
		width:100%;
		max-width: 100%; 
		height: auto;   
		overflow: hidden;
		position: relative;
		text-align: center; 
		margin: 0 auto;
		padding: 0;
		}

	.project-view .project-mask,.project-view .content {
		width:100%;
		max-width: 100%; 
		height: auto; 
		min-height: 400px;		
		text-align: center;
		position: absolute;
		overflow: hidden;
		top: 0;
		left: 0;
		margin: 0 auto;
		padding: 0;
		}

	.project-view .project-mask { 
		-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
		opacity: 0;
		background: rgba(232,35,15, 0.7);
		-webkit-transition: all 0.8s ease-in-out;
		-moz-transition: all 0.8s ease-in-out;
		-o-transition: all 0.8s ease-in-out;
		-ms-transition: all 0.8s ease-in-out;
		transition: all 0.8s ease-in-out;
		}

	.project-view:hover img {
		-webkit-transform: scale(1.6,1.6);
		-moz-transform: scale(1.6,1.6);
		-o-transform: scale(1.6,1.6);
		-ms-transform: scale(1.6,1.6);
		transform: scale(1.6,1.6);
		}

	.project-view:hover .project-mask {
		-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
		opacity: 1;
		}
		
	.project { 
		width: 300px; 
		height: auto;
		margin: 0 auto; 
		padding: 0;
		text-align: center;  
		position: relative; 
		} 
		
	.project h3{ 
		font-family: 'Bebasneueregular', sans-serif; 
		font-size: 24px;
		line-height: 1;
		text-transform: uppercase; 
		text-align: center;
		color: #fff;  
		margin: 16% auto 0px auto;
		} 
		
	.project h4{  
		font-family: 'Raleway', sans-serif;
		font-size: 16px;
		line-height: 1;
		letter-spacing: -1px; 
		text-align: center;
		color: #fff; 
		} 
		
/* 	EXPERIENCE & EDUCATION
============================================================ */	
	#education {
		margin-bottom: 100px;
		}
				
	.cbp_tmtimeline {
		margin: 30px 0 0 0;
		padding: 0;
		list-style: none;
		position: relative;
		} 

	/* The line */
	.cbp_tmtimeline:before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		width: 1px;
		background: #E8230F; 
		left: 20%;
		margin-left: -5px;
		}

	/* The date */
	.cbp_tmtimeline > li {
			position: relative;
		}

	.cbp_tmtimeline > li .cbp_tmtime {
		display: block;
		width: 15%;
		padding-right: 100px;
		position: absolute;
		}

	.cbp_tmtimeline > li .cbp_tmtime span {
		display: block;
		text-align: left;
		}

	.cbp_tmtimeline > li .cbp_tmtime span:last-child {
		font-size: 20px; 
		background: #E8230F; 
		padding: 20px;
		color: #fff; 
		text-align: center; 
		border-top-left-radius: 20px;
		border-bottom-right-radius: 20px;
		}

	.cbp_tmtimeline > li:nth-child(odd) .cbp_tmtime span:last-child {
		color: #fff; 
		}

	/* Right content */
	.cbp_tmtimeline > li .cbp_tmlabel {
		margin: 0 0 15px 25%;
		background: #f3f3f3;
		color: #888;
		padding: 2em;
		font-size: 14px;
		font-weight: 300;
		line-height: 1.4;
		position: relative;
		border-radius: 2px; 
		font-family: raleway;
		}

	.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel {
		background: #f3f3f3;
		}

	.cbp_tmtimeline > li .cbp_tmlabel h3 {
		font-family: 'Raleway', sans-serif;
		font-size: 24px;
		font-weight: 300; 
		letter-spacing: -1px;
		line-height: 1.5;
		text-shadow: none;
		color: #111;
		margin: 0px auto; 
		}
		
	.cbp_tmtimeline h4 {
		font-family: 'Raleway', sans-serif;
		font-size: 18px;
		font-weight: 300;
		letter-spacing: -1px;
		line-height: 1;
		text-shadow: none;
		color: #E8230F;
		margin: 0px 0px 20px 0px; 
		}

	/* The triangle */
	.cbp_tmtimeline > li .cbp_tmlabel:after {
		right: 100%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		border-right-color: #f3f3f3;
		border-width: 10px;
		top: 10px;
		}

	.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
		border-right-color: #f3f3f3;
		}

	/* The icons */
	.cbp_tmtimeline > li .cbp_tmicon {
		width: 40px;
		height: 40px;
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		font-size: 22px;
		line-height: 42px;
		-webkit-font-smoothing: antialiased;
		position: absolute;
		color: #E8230F;
		background: #f9f9f9;
		border-radius: 50%;
		box-shadow: 0 0 0 1px #ddd;
		text-align: center;
		left: 20%;
		top: 0;
		margin: 0 0 0 -25px;
		}

	/* Example Media Queries */
	@media screen and (max-width: 65.375em) {
	.cbp_tmtimeline > li .cbp_tmtime span:last-child {
		font-size: 1.5em;
		}
	}

	@media screen and (max-width: 47.2em) {
	.cbp_tmtimeline:before {
		display: none;
		}

	.cbp_tmtimeline > li .cbp_tmtime {
		width: 100%;
		position: relative;
		padding: 0 0 20px 0;
		}

	.cbp_tmtimeline > li .cbp_tmtime span {
		text-align: left;
		}

	.cbp_tmtimeline > li .cbp_tmlabel {
		margin: 0 0 30px 0;
		padding: 1em;
		font-weight: 400;
		font-size: 95%;
		}

	.cbp_tmtimeline > li .cbp_tmlabel:after {
		right: auto;
		left: 20px;
		border-right-color: transparent;
		border-bottom-color: #f3f3f3;
		top: -20px;
		}

	.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
		border-right-color: transparent;
		border-bottom-color: #f3f3f3;
		}

	.cbp_tmtimeline > li .cbp_tmicon {
		position: relative;
		float: right;
		left: auto;
		margin: -55px 5px 0 0px;
		}	
	}

/* 	CONTACT FORM
============================================================ */	
	#contact {  
		background: #222;
		width: 100%;
		height: auto;
		margin: -20px auto 0 auto;
		padding: 0px 0px 20px 0px; 
		}
		
	#contact input, #contact textarea {
		width: 100%;
		font-family: 'Bebasneueregular', sans-serif; 
		font-size: 14px; 
		padding: 12px 0 12px 0;
		background: #444; 
		border: 1px solid #222;
		-webkit-border-radius: 1px;
		-moz-border-radius: 1px;
		-ms-border-radius: 1px;
		-o-border-radius: 1px;
		border-radius: 1px; 
		}

	#contact textarea { 
		height: 100px;
		margin: 0 auto;
		border: 1px solid #222;
		-webkit-border-radius: 1px;
		-moz-border-radius: 1px;
		-ms-border-radius: 1px;
		-o-border-radius: 1px;
		border-radius: 1px;
		}

	#contact textarea:focus, #contact input:focus { 
		color: #999; 
		}
		
	#contact .email{  
		background: #333;
		width: 96%; 
		margin: 7px auto;
		padding-left: 15px;   
		}
		
	#contact  .name{ 
		background: #333;
		width: 96%;
		margin: 7px auto;
		padding-left: 15px;  
		}
		
	#contact  .subject{ 
		background: #333;
		width: 96%;
		margin: 7px auto;
		padding-left: 15px;  
		}
		
	#contact  .message{ 
		background: #333;
		width: 96%;
		min-height: 117px; 
		margin: 7px auto;
		padding-left: 15px;   
		}
	
	#contact input.submit-button {
		background: #E8230F;
		font-family: 'Oswald', sans-serif;
		font-size: 14px; 
		font-style: normal;  
		text-shadow: none;
		line-height: 1; 
		color: #fff;
		text-align: center;
		text-transform: uppercase;
		width: 160px;    
		float: right;
		margin: 5px;
		padding: 10px 20px 10px 20px;
		cursor: pointer;
		-webkit-border-radius: 1px;
		-moz-border-radius: 1px;
		-ms-border-radius: 1px;
		-o-border-radius: 1px;
		border-radius: 1px;  
		}
		
	#contact input.submit-button:hover {  
		color: #000;
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
		}
	
	input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
		color: #555;
		}
	
	input:-moz-placeholder, textarea:-moz-placeholder {
		color: #555;
		}
		
	#contact span { 
		display: block; 
		width: 0; 
		margin: 0 auto;
		text-align: center; 
		border-top: 10px solid #E8230F;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		}
		
	.contact-header {
		background: #E8230F;
		font-family: 'Bebasneueregular', sans-serif;
		font-size: 28px;
		font-style: normal; 
		color: #fff;
		line-height: 1; 
		text-align: center;	
		margin: 0 auto;
		padding: 15px 0 10px 0; 
		}	
	
/* 	SOCIAL ICONS
============================================================ */
	.social-icons { 
		text-align: center; 
		margin: 50px 0px 25px 0px; 
		}
		
	.social-icon { 
		display: inline-block;
		color: #444; 
		text-align: center; 		
		margin: 3px; 
		padding: 6px 0px 0px 0px;
		border: 1px solid #444;
		width: 38px;
		height: 32px;
		border-top-left-radius: 10px;
		border-bottom-right-radius: 10px
		}
		
	.social-icon:hover {
		background: #E8230F; 
		color: #fff; 
		border: 1px solid #E8230F;
		}
		
	/*	Back To Top Icon  */
	.top-icon { 
		background: #222;
		color: #fff; 
		position: relative;
		width: 100%;
		text-align: center; 
		margin: 0px auto;  
		border-bottom: 5px solid #E8230F;
		}
		
	.top { 
		background: #E8230F;
		position: relative;
		text-align: center; 
		width: 34px; 
		height: 50px;
		margin: 0px auto 0px auto; 
		padding: 20px 16px 15px 16px; 
		-webkit-border-radius: 1px;
		-moz-border-radius: 1px;
		-ms-border-radius: 1px;
		-o-border-radius: 1px;
		border-radius: 1px;
		}
			
	.up-icon {		
		color: #fff; 
		text-align: center; 
		margin-bottom: 10px;
		-webkit-transition-duration: .5s;
		transition-duration: .5s;
		-webkit-transition-property: -webkit-transform;
		transition-property: transform;
		-webkit-transform: translateZ(0);
		-ms-transform: translateZ(0);
		transform: translateZ(0);
		box-shadow: 0 0 1px rgba(0, 0, 0, 0);
		}
				
	.up-icon:hover { 
		color: #fff; 
		-webkit-transform: translateY(-6px);
		-ms-transform: translateY(-6px);
		transform: translateY(-6px);
		-webkit-animation-name: hover;
		animation-name: hover;
		-webkit-animation-duration: 1.5s;
		animation-duration: 1.5s;
		-webkit-animation-delay: 0.3s;
		animation-delay: 0.3s;
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
		-webkit-animation-iteration-count: infinite;
		animation-iteration-count: infinite;
		-webkit-animation-direction: alternate;
		animation-direction: alternate;
		}		
		
/* 	PARALLAX
============================================================ */
	.slide{
		width: 100%;
		height: 100%;
		position: relative;
		}

	#slide1{ 
		background-image: url(../img/slide.png);
		background-repeat: no-repeat;
		background-attachment: fixed;		
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		box-shadow: inset 0px 50px 50px rgba(0,0,0,0.3);
		}

/* 	TOOLTIPS
============================================================ */		
	.tooltipster-default {
		background: transparent;
		color: #fff;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		-ms-border-radius: 2px;
		-o-border-radius: 2px;
		border-radius: 2px;
		}

	.tooltipster-default .tooltipster-content {
		font-family: 'Bebasneueregular', sans-serif; 
		font-size: 18px;
		line-height: 16px;
		text-transform: uppercase;
		text-shadow: none;
		color: #444;
		padding: 12px 20px;
		overflow: hidden;
		}

	.tooltipster-base {
		padding: 0;
		font-size: 0;
		line-height: 0;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 9999999;
		width: auto;
		overflow: visible;
		}
		
	.tooltipster-base .tooltipster-content {
		overflow: hidden;
		}

	.tooltipster-arrow {
		display: block;
		text-align: center;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		}
		
	.tooltipster-arrow span, .tooltipster-arrow-border {
		display: block;
		width: 0; 
		height: 0;
		position: absolute;
		}
		
	.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
		border-left: 8px solid transparent !important;
		border-right: 8px solid transparent !important;
		border-top: 8px solid;
		bottom: -7px;
		}
		
	.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, 
	.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
		left: 0;
		right: 0;
		margin: 0 auto;
		}

	.tooltipster-grow {
		-webkit-transform: scale(0,0);
		-moz-transform: scale(0,0);
		-o-transform: scale(0,0);
		-ms-transform: scale(0,0);
		transform: scale(0,0);
		-webkit-transition-property: -webkit-transform;
		-moz-transition-property: -moz-transform;
		-o-transition-property: -o-transform;
		-ms-transition-property: -ms-transform;
		transition-property: transform;
		-webkit-backface-visibility: hidden;
		}
		
	.tooltipster-grow-show {
		-webkit-transform: scale(1,1);
		-moz-transform: scale(1,1);
		-o-transform: scale(1,1);
		-ms-transform: scale(1,1);
		transform: scale(1,1);
		-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
		-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
		-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
		-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
		transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
		}
		
/* 	TITLE STYLE
============================================================ */
	.title {
		text-align: center;
		margin: 15px auto 50px auto;
		position: relative;
		width: 30%;
		}
		
	.title:before {
		background: none repeat scroll 0 0 #ddd;
		content: "";
		height: 1px;
		left: 0;
		position: absolute;
		top: 10px;
		width: 100%;
		}
		
	.title > .title-icon {  font-size: 10px;
		background: #f9f9f9;
		color: #ddd;
		display: table;
		margin: 0 auto;
		padding: 0 3px;
		position: relative;
		z-index: 9; 
		}

	.title > .title-icon  {
		font-style: normal;
		}

/* 	FONT FACE
============================================================ */
	@font-face {
		font-family: 'BebasNeueRegular';
			src: url('../fonts/BebasNeue-webfont.eot');
			src: url('../fonts/BebasNeue-webfont.eot?iefix') format('eot'),
			url('../fonts/BebasNeue-webfont.woff') format('woff'),
			url('../fonts/BebasNeue-webfont.ttf') format('truetype'),
			url('../fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
		font-weight: normal;
	}	