body{
    -webkit-font-smoothing: antialiased;
    font-family: 'Roboto', sans-serif;
    position: relative !important;
}
.affix-bottom{
    position: absolute
}
.left-page{
	margin-right: 15px;
	overflow: hidden;
}
#header{
    position: fixed;
    z-index: 900;
    width: 100%;
    box-shadow: 0px 1px 6px 2px rgba(0, 0, 0, 0.19);
}
#header .contact{
    float: none;
    padding-right: 30px;
    color: #FFF;
    text-align: right;
    font-size: .9em;
}
#header .contact span{
    display: inline-block;
    padding-left: 15px;
}
#header .contact a{
    color: #FFF;
  
}
#header .middle-head{
    background: #444 url(../img/bg.png);
    padding: 10px;
}
#header .middle-head .logo{
    padding: 0 0 0 15px;
}
#header .middle-head .logo img{
    max-width: 100%;
    height: auto;
}
#header .middle-head .menu{
    margin: 8px 0 0;
    padding: 0 20px;
    float: right;
    overflow: hidden;
}
#header .middle-head .menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#header .middle-head .menu li{
    display: inline-block;
}
#header .middle-head .menu li a{
    display: block;
  
    font-size: 1.5rem;
    text-transform: uppercase;
    padding: 0 10px;
    color: #fff;
    font-weight: 700;
}
#header .bottom-head{
    background: #ed8812;
}
#header .bottom-head ul{
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
#header .bottom-head ul li{
    display: inline-block;
    margin: 0px 21px;
}
#header .bottom-head ul li a{
    color: #FFF;
    text-transform: uppercase;
  
    font-size: .9em;
}
.home #home-slide{
	margin-right: 2px;
}
.home .main-content-wraper{
	padding-top: 120px;
}
.main-content-wraper{
    padding-top: 120px;
    margin-bottom: 32px;
}
.tax-project_cats .main-content-wraper{
	padding-top: 93px;
}
.page .main-content{
	padding: 0 5vmin 0 0;
}
.page .main-content > ul{
	padding: 0 15px;
}
#project-slide{
	margin-right: 2px;
}
.projects .cat_title{
	color: #FFF;
	font-size: 2em;
	text-align: center;
	display: block;
	margin: 10px 0;
	padding: 2px;
	width: 50%;
	border: 2px solid #444;
	background: #444;
	box-sizing: border-box;
	transition: all .2s linear;
	float: left;
}
.du-an-archive{
	width: 95%;
	margin: 0 auto 30px;
}
.du-an-archive .projects:nth-child(even) .cat_title{
	float: right;
}
.archive .project img{
	width: 100%;
	height: auto;
}
.projects{
	margin: 30px 0;
}
.project-cats .projects{
	margin-bottom: 0;
}
.projects .cat_title:hover{
	text-decoration: none;
	background: #ed8812;
	border-color: #ed8812;
}
.projects .cat_title h2,.projects .cat_title h1{
	margin: 0;
	display: block;
	width: 100%;
	border: 2px solid #FFF;
	padding: 10px;
}
.project-list .project{
	overflow: hidden;
	margin-bottom: 5px;
}
.project-list a.thumb{
	float: left;
	display: block;
	margin-right: 20px;
}
.project-list .project a{
	color: #444;
}
.project-list .project h3{
	font-size: 1.3em;
	font-weight: 500;
	text-transform: uppercase;
}
.project-list a.thumb img{
	width: 150px;
	height: auto;
}
.home #home-title{
	margin-top: 0;
}
#home-title a{
    box-sizing: border-box;
    display: block;
    position: relative;
    overflow: hidden !important;
}
.home #home-title img{
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all 8s linear;
    -o-transition: all 8s linear;
    transition: all 8s linear;
}
.padding-2{
    border-right: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    overflow: hidden;
}
#home-title a h3{
    position: absolute;
    top: 45%;
    width: 100%;
    margin: 0;
    padding: 5px 10px;
    font-size: 1.1em;
    text-transform: uppercase;
  
    color: #FFF;
    font-weight: 700;
    text-align: center;
    z-index: 300;
    transition: all .3s linear;
   	text-shadow: rgba(0,0,0,0.498039) 0px 2px 5px;
}
#home-title a .hover{
    transition: all .3s ease;
}
#home-title a:hover img{
    transform: scale(2);
}
#home-title a.last:hover img{
	transform: scale(1);
}
footer{
	background: #111 url(../img/bg.png);
	padding: 20px 0;
}
footer .company-info{
	padding: 0 20px;
}
footer .logo{
	float: none;
	margin: 0;
}
footer .logo img{
	width: 250px;
	height: auto;
}
footer h3{
	font-size: 1.2em;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 10px;
}
footer address{
	color: #FFF;
	margin-bottom: 12px;
}
footer address strong{
	margin-top: 10px;
	display: block;
}
footer .company-info p{
	margin: 0;
	color: #d8d8d8;
}
footer .about, footer .tags{
	color: #cecece;
	text-transform: initial;
	text-align: justify;
	padding: 0 30px;
}
footer .about h3, footer .tags h3{
	margin-top: 48px;
}
footer .about p{
	
}
footer .tags a{
	display: inline-block;
	color: #cecece;
}
.project-lists{
	overflow: hidden;
	margin: 10px -2px 0;
	position: relative;
}
.project-lists .owl-item{
	float: left;
}
.project-lists .owl-nav{
	width: 100%;
	opacity: .5;
	transition: all .3s ease;
}
.project-lists:hover .owl-nav{
	opacity: 1;
}
.project-lists .owl-nav > div{
	width: 30px;
	height: 30px;
	background: rgba(255,255,255,.9);
	color: #111;
	text-align: center;
	line-height: 34px;
	cursor: pointer;
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.project-lists .owl-nav > div:hover{
	background: #f45e0d;
	color: #FFF;
}
.project-lists .owl-nav .owl-prev{
	left: 0;
}
.project-lists .owl-nav .owl-next{
	right: 0;
}
.project-lists .project-item{
	position: relative;
	padding: 0;
	display: block;
	padding: 0 2px;
}
.project-item a{
	display: block;
	overflow: hidden;
	position: relative;
}
.project-item a:after{
	content: "";
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #444;
	opacity: .3;
	position: absolute;
	z-index: 1;
	transition: all .3s ease;
}
.project-item a:hover:after{
	opacity: .85;
}
.project-item a h3{
	position: absolute;
	top: 50%;
	left: 10px;
	right: 10px;
	transform: translateY(-50%);
	margin: 0;
	color: #FFF;
	text-shadow: rgba(0,0,0,0.498039) 0px 2px 5px;
	text-align: center;
	z-index: 2;
}
.project-item img{
	width: 100%;
	height: auto;
	display: block;
}
#sidebar.sidebar-affix{
	width: 300px;
	top: 100px;
}
.sidebar-item{
	margin-bottom: 20px;
}
.sidebar-project-cat .sidebar-item{
	margin-bottom: 5px;
}
.sidebar-project-cat .sidebar-item .textwidget img{
	max-width: 100%;
	height: auto;
}
.sidebar-item .sidebar-header{
	border-bottom: 2px solid #ed8812;
	padding: 0 0 2px;
	margin-bottom: 10px;
}
.sidebar-item .sidebar-header h3{
	margin: 0;
	color: #ed8812;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1.5em;
}
.sidebar-item .sidebar-content img{
	width: 100%;
	height: auto;
	transition: all 5s linear;
}
.sidebar-item .row{
	margin-bottom: 5px;
}
.sidebar-item a{
	color: #444;
	display: block;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}
.sidebar-item a h4{
	font-size: 1.1em;
	margin-left: 10px;
	margin-top: 0;
	position: absolute;
	top: 40%;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	padding: 0 10px;
	text-shadow: rgba(0,0,0,0.498039) 0px 2px 5px;
}
.sidebar-item.lasted-post .row{
	border-bottom: 1px solid rgba(237, 136, 18, 0.24);
	padding-bottom: 5px;
}
.sidebar-item.lasted-post h5{
	margin: 0 0 0px 15px;
	font-size: .9em;
	line-height: 18px;
}
.sidebar-item.lasted-post p{
	font-size: .85em;
	margin: 0 0 10px 15px;
}
.sidebar-project-cat .sidebar-item.lasted-projects h5{
	margin: 0 0 5px 10px;
	font-size: 11px;
	line-height: 18px;
	text-transform: uppercase;
}
.sidebar-item.lasted-post .meta,.sidebar-item.lasted-projects .meta{
	margin-left: 15px;
}
.sidebar-item.lasted-post .cats a,.sidebar-item.lasted-projects .cats a{
	display: inline-block;
	font-size: 9px;
	color: #9a9a9a;
	text-transform: uppercase;
	font-weight: bold;
}
.no-post-found{
	text-align: center;
	padding: 10vmin 0 20vmin;
}
.no-post-found h3{
	color: #444;
	font-weight: 700;
	font-size: 2em;
	text-transform: uppercase;
}
.no-post-found a{
	display: inline-block;
	background: #444;
	color: #FFF;
	padding: 5px 10px;
	font-size: 1.5em;
	transition: all .3s ease;
}
.no-post-found a:hover{
	text-decoration: none;
	background: #ed8812;
}
.tap-chi .post-item{
	position: relative;
	box-sizing: border-box;
	margin-right: 15px;
	margin-bottom: 15px;
	cursor: pointer;
}
.tap-chi .post-item a{
	display: block;
	overflow: hidden;
}
.tap-chi .post-item a:hover{
	text-decoration: none;
}
.tap-chi .post-item img{
	width: 100%;
	height: auto;
}
.tap-chi .post-item .caption{
	position: absolute;
	bottom: 0;
	padding: 15px;
}
.tap-chi .post-item h3{
	color: #FFF;
	text-shadow: rgba(0, 0, 0, 0.498039) 0px 2px 5px;
}
.tap-chi .post-item .cats a{
	background: #ed8812;
	display: inline-block;
	font-size: 12px;
	padding: 2px 10px;
	color: #FFF;
	text-shadow: 0 1px 1px rgba(0,0,0,.4);
	margin-right: 5px;
	transition: all .3s ease;
}
.tap-chi .post-item .cats a:hover{
	text-decoration: none;
	background: #ea0000;
}
.tap-chi .post-item .excerpt{
	color: #FFF;
	text-shadow: 0 1px 1px rgba(0,0,0,.4);
	height: 0;
	overflow: hidden;
}
.tap-chi .post-item:hover .excerpt{
	height: 100%;
}
/*wp-pagenavi*/
.wp-pagenavi .pages{
	display: none;
}
.wp-pagenavi span, .wp-pagenavi a{
	display: inline-block;
	width: 48px;
	height: 32px;
	line-height: 23px;
	text-align: center;
	padding: 3px;
	color: #111;
	font-weight: 700;
	transition: all .3s ease;
}
.wp-pagenavi span, .wp-pagenavi a:hover{
	background: #111;
	color: #FFF;
	text-decoration: none;
}
/*Page*/
.main-page {
    padding: 0 5vmin 0 0;
    background-size: cover !important;
    overflow: hidden;
}
.main-header {
    position: relative;
    z-index: 2;
    color: #444;
    text-align: left;
}
.main-header h1 {
    font-size: 3em;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
    color: #333;
}
.main-contact form{
	margin-right: 15px;
}
.main-contact form input{
	border: 1px solid #bfbfbf;
	padding: 5px 10px;
	margin-bottom: 10px;
}
.main-contact form .name{
	width: 100%;
	padding: 7px 10px;
}
.main-contact form .email-address, .main-contact form .phone-number{
	width: calc(50% - 5px);
	float: left;
	padding: 7px 10px;
}
.main-contact form .phone-number{
	margin-left: 10px;
}
.main-contact form textarea{
	width: 100%;
	height: 140px;
	padding: 10px;
}
.main-contact form input[type=submit]{
	margin-top: 10px;
	background: #ed8812;
	color: #FFF;
	border: none;
	text-transform: uppercase;
	width: 100%;
	height: 50px;
}
.main-contact .company-info h3{
	font-weight: 700;
}
.main-contact .company-info strong{
	color: #ed8812;
	font-size: 1.1em;
}
.main-contact .company-info a{
	color: #11afa4;
}
.main-contact .company-info .logo{
	margin-bottom: 1em;
}
.main-contact .company-info .logo a{
	display: block;
	background: #111 url(../img/bg.png);
	padding: 10px;
}
.main-contact .company-info .logo a img{
	max-width: 100%;
	height: auto;
}
.main-contact .company-info address{
	margin-bottom: 10px;
}
#wprmenu_menu.left, #wprmenu_menu.right{
	z-index: 9999;
}
.cats .cat-item{
	position: relative;
	overflow: hidden;
	display: block;
	padding: 2px;
}
.cats .cat-item:after{
	content: "";
	display: block;
	position: absolute;
	background: rgba(62, 62, 62, 0.85);
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	opacity: 0;
	transition: all .5s ease;
}
.cats .cat-item img{
	width: 100%;
	height: auto;
	display: block;
}
.cats .cat-item h3{
	color: #FFF;
	margin: 0;
	position: absolute;
	top: 35%;
	left: 20px;
	right: 20px;
	z-index: 10;
	font-weight: 900;
	font-size: 2em;
	text-align: center;
	text-transform: uppercase;
	opacity: 0;
	text-shadow: 0 1px 1px rgba(0,0,0,.5);
	transition: all .5s ease;
}
.cats .cat-item:hover h3{
	padding-top: 30px;
	opacity: 1;
}
.cats .cat-item:hover:after{
	opacity: 1;
}
.page .main-content img{
	max-width: 100%;
	height: auto;
}
#map{
	height: 458px;
	margin-right: 5vmin;
	margin-bottom: 20px;
}
#fanpage{
	margin-right: 5vmin;
}
.textwidget img{
	max-width: 100%;
	height: auto;
}