#wrap {
	max-width:1000px;	
}

#header {
	max-width:1000px;
}

#content {
	max-width:1000px;
}

.row {
	max-width:1000px;	
}


/*-----------------------------*\
	$NAVIGATION
\*-----------------------------*/

.site_nav {
	height: 70px;
	font-family: 'Open Sans', serif;
	z-index: 5000;
	background:#fff;
	border-bottom:1px solid #ccc;
	max-width:1000px;
	/* Color */
	/*-webkit-box-shadow: 0px 4px 4px -4px rgba(3, 3, 3, 0.2);
	-moz-box-shadow:    0px 4px 4px -4px rgba(3, 3, 3, 0.2);
	box-shadow:         0px 4px 4px -4px rgba(3, 3, 3, 0.2);*/
}
.site_nav ul {
	text-align: center;
	margin: 0; padding: 0;
}
.site_nav li {
	/* Positioning & Display */
	vertical-align: middle; 
	margin: 0;
	margin-left: -2px;
	padding: 0 18px;
	display: inline-block;
	/* Elemants */
	border-top: 10px solid transparent;
}
.site_nav a {
	/* Text */
	font-size: 1.1em; /* 16px/10 */
	line-height: 5.3125em;  /* 85px/16px */
	/* Positioning & Display */
	top: -10px;
	position: relative;
	margin: 0; padding: 0;
	/* Animation */
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
}
.site_nav a:hover {
	text-decoration: none;
	color: #747474;
}
.site_nav li.active {
    border-top: 10px solid #0d2c5a;
}
.site_nav li.active a {
	color: #747474;
}

.navheader {
	width:100%;
	height:50px;
	padding:10px;
	display:none;
}
.mobilemenubutton {
	float:right;
	margin:7px 20px;
}

.navbar-toggle {
	background:none;
	border:1px solid #999;
	padding:6px;
	border-radius:4px;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  margin:4px;
  background-color:#999;
}

#header .cv-section:first-child { border-top: none; }






.comment_form {
	padding: 40px;
	background: #dfdcdf url("../img/form-bg.png") repeat;
	margin-left: 33px;
	margin-right: 15px;
	margin-bottom: 0px;
}
.comment_form fieldset {
	margin-left: -20px;
	margin-right: 2px;
} 

.comment_form input {
	/* Positioning & Display */
	width: 100%;
	height: 30px;
	margin-bottom: 15px;
	padding-left: 15px;
	/* Elemants */
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: 1px solid #e4e2e2;
}
.comment_form textarea {
	/* Positioning & Display */
	width: 100%;
	margin-bottom: 15px;
	padding-left: 15px;
	padding-top: 12px;
	/* Elemants */
	border: 1px solid #e4e2e2;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder  {
	color: #464646;
	font: 14px 'Open Sans', sans-serif;
}
input:-moz-placeholder , textarea:-moz-placeholder{ /* Firefox 18- */
	color: #464646;
	font: 14px 'Open Sans', sans-serif;
}
input::-moz-placeholder, textarea::-moz-placeholder {  /* Firefox 19+ */
	color: #464646;
	font: 14px 'Open Sans', sans-serif;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {  
	color: #464646;
	font: 14px 'Open Sans', sans-serif;
}

.send-button a, .send-button a:hover {
	/* Text */
	font: 1.4em 'Open Sans', sans-serif; /* 14px/10 */
	font-weight: normal;
	letter-spacing: -0.5px;
	color: white;
	text-decoration: none;
	margin-right: -20px;
	/* Positioning & Display */
	padding: 10px 35px;
	display: inline-block;
	position: relative;
	margin-right: -20px;
	/* Elemants */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	/* Color */
	background-color: #0093d0;
}

.comment_form ul {
	margin-left: 5px;
	margin-top: -15px;
	margin-bottom: 5px;
}
.comment_form li {
	list-style-type: none;
	font-size: 1.2em; /* 12px/10 */
	color: red;
	margin-left: -3px;
	margin-top: -5px;
}

.contact li {
	display:block;
	padding:5px 0px;
	font-size:15px;
	font-weight:300;
}

.bullet {
	color:#fdb020;
	font-size:1.4em;
}

.period {
	background:none;
	color:#555;
	margin-top:-10px;	
}

.cv-item:hover .periodborderleft { 
	border-color: #ccc;
	transition:ease-in;
	transition-duration:0.5s; 
}

.cv-item:hover .periodborderbottom { 
	border-color: #ccc;
	transition:ease-in;
	transition-duration:0.5s; 
}

.cv-item:hover .period { 
	background:none;
}

.periodborderleft {
	border-left:1px solid #ddd;	
	padding:10px 0px 25px 20px;
	margin-left:-15px;
	margin-top:0px;
	position:absolute;
}

.periodborderbottom {
	border-bottom:1px solid #ddd;	
	margin-top:27px;
	margin-left:-30px;
	position:absolute;
	width:100px;
}

.cv-section:hover .cv-section-title h2 { 
	color:#666;
	transition:ease-in;
	transition-duration:0.5s;
}

.clearfix {
	clear:both;	
}


/*-----------------------------*\
	$RESPONSIVE
\*-----------------------------*/


@media only screen and (max-width: 950px) {
	.container {
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 870px) {

}
@media only screen and (max-width: 767px) {
	.navheader {
		display:block;
	}
	
	.site_nav {
		height: auto;
		padding-top: 10px;
		display: none;
	}
	#site_nav {
		
	}
	.site_nav ul {
		display: block;
	}
	.site_nav li {
		display: block;
		border-top: 1px dotted #ccc;
		margin-left: 0;
		padding: 10px;
	}
	.site_nav a {
		font-size: 1.5em; /* 15px/10 */
		line-height: 1.7em;  /* 130px/15px */
		display: block;
		top: 0;
	}
	
	
}

@media only screen and (max-width: 630px) {  /****************/
	.site_nav a {
		font-size: 1.2em; /* 16px/10 */
	}
	

}
@media only screen and (max-width: 540px) {

}
@media only screen and (max-width: 480px) {
	
}
@media only screen and (max-width: 420px) {
	
}
@media only screen and (max-width: 360px) {
	
/* Retina screens patterns */
@media (-webkit-min-device-pixel-ratio: 2),  (min-resolution: 192dpi) { 
    
}