#page{
	width:1300px;
	margin:0px auto;
	box-shadow: 0px 0px 40px 15px #2c2f38;
	box-sizing: content-box;
}

/* HEADER */

#header{
	background:rgba(58,91,187,0.25);
	width:1300px;
}
#header #logo{
	color:#f1f1f1;
	padding:15px 25px 15px 220px;
	font-weight:900;
	font-family: Interstate;
	font-size:25px;
	float:left;
	position: relative;
	transition: color 0.3s;
}
#header #logo:hover{
	text-decoration:none;
	color:#41b076;
}

.highlighter_top
{
	width: 100%;  
    background:rgba(112,184,255,0.5);
	margin:58px 25px 15px 0px;
	height: 2px;
}

.highlighter_bottom
{
	width: 100%;  
    background:rgba(36,63,93,0.5);
	margin:0px 25px 0px 0px;
	height: 2px;
}

.nav-link::before {
    content: "";
    position: absolute;
    top: 58px;
    left: 0;
    width: 100%;
    height: 3px;
    background: rgba(0,0,0,0);
    opacity: 0;
    transition: opacity 0.5s ease;
}

.nav-link:hover {
    background: rgba(255,255,255,0.05);
}

.nav_pane .menu li:nth-child(1) .nav-link::before {
  background-color: #e74c3c;
}

.nav_pane .menu li:nth-child(2) .nav-link::before {
  background-color: #9b59b6;
}

.nav_pane .menu li:nth-child(3) .nav-link::before {
  background-color: #e67e22;
}

.nav_pane .menu li:nth-child(4) .nav-link::before {
  background-color: #85a7c1;
}

.nav_pane .menu li:nth-child(5) .nav-link::before {
  background-color: #16a085;
}

.nav-link:hover::before,
.nav-link:hover::before {
    opacity: 1;
}

#post_blog{
	padding:40px 0 0 0;
	width:100%;
	height:443px;
	background:url(../images/main_blog.jpg) no-repeat;
	background-size: cover; 
	box-sizing: content-box;
}

#post_product{
	width:100%;
	height:466px;
	background:url(../images/main_project.jpg) no-repeat;
	background-size: cover; 
	box-sizing: content-box;
}


#post_pna6{
	width:100%;
	height:486px;
	background:url(../images/main_pna6.jpg) no-repeat;
	background-size: cover; 
	box-sizing: content-box;
}


#post_contact{
	width:100%;
	height:490px;
	background:url(../images/main_contact.jpg) no-repeat;
	background-size: cover; 
	box-sizing: content-box;
}

.left_content{
	padding:120px 0px 70px 200px;
	float:left;
	position: relative; 
	width:43%;
	height:230px;
	box-sizing: content-box;
}

.right_content{
	padding:120px 0px 70px 630px;
	float:left;
	position: relative; 
	width:43%;
	height:230px;
	box-sizing: content-box;
}

.post_content h2{
	font-weight:300;
	font-family: Roboto;
	font-size:48px;
	color:#fff;
}

.post_content p{
    margin-top: 23px;
    margin-bottom: 35px;
	font-weight:300;
	font-family: Roboto;
	font-size:16px;
	color:#fff;
}

.post_content_light h2{
	font-weight:300;
	font-family: Roboto;
	font-size:48px;
	color:#525252;
}

.post_content_light p{
    margin-top: 23px;
    margin-bottom: 35px;
	font-weight:300;
	font-family: Roboto;
	font-size:16px;
	color:#525252;
}


