
/*-------------------------------------------------*/
/* =  Fonts
/*-------------------------------------------------*/
@font-face {
	font-family: 'Roboto Slab';
	font-style: normal;
	font-weight: 100;
	src: local('Roboto Slab Thin'), local('RobotoSlab-Thin'), url(http://fonts.gstatic.com/s/robotoslab/v4/MEz38VLIFL-t46JUtkIEgCeJLMOzE6CCkidNEpZOseY.woff) format('woff');
}
@font-face {
	font-family: 'Roboto Slab';
	font-style: normal;
	font-weight: 300;
	src: local('Roboto Slab Light'), local('RobotoSlab-Light'), url(http://fonts.gstatic.com/s/robotoslab/v4/dazS1PrQQuCxC3iOAJFEJR_xHqYgAV9Bl_ZQbYUxnQU.woff) format('woff');
}
@font-face {
	font-family: 'Roboto Slab';
	font-style: normal;
	font-weight: 400;
	src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'), url(http://fonts.gstatic.com/s/robotoslab/v4/y7lebkjgREBJK96VQi37ZobN6UDyHWBl620a-IRfuBk.woff) format('woff');
}
@font-face {
	font-family: 'Roboto Slab';
	font-style: normal;
	font-weight: 700;
	src: local('Roboto Slab Bold'), local('RobotoSlab-Bold'), url(http://fonts.gstatic.com/s/robotoslab/v4/dazS1PrQQuCxC3iOAJFEJTqR_3kx9_hJXbbyU8S6IN0.woff) format('woff');
}
@font-face {
	font-family: 'lato-bol-webfont';
	src: url('fonts/lato-bol-webfont.eot');
	src: url('fonts/lato-bol-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/lato-bol-webfont.woff') format('woff'), url('fonts/lato-bol-webfont.ttf') format('truetype'), url('fonts/lato-bol-webfont.svg#webfont') format('svg');
}
@font-face {
	font-family: 'lato-lig-webfont';
	src: url('fonts/lato-lig-webfont.eot');
	src: url('fonts/lato-lig-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/lato-lig-webfont.woff') format('woff'), url('fonts/lato-lig-webfont.ttf') format('truetype'), url('fonts/lato-lig-webfont.svg#webfont') format('svg');
}
@font-face {
	font-family: 'lato-reg-webfont';
	src: url('fonts/lato-reg-webfont.eot');
	src: url('fonts/lato-reg-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/lato-reg-webfont.woff') format('woff'), url('fonts/lato-reg-webfont.ttf') format('truetype'), url('fonts/lato-reg-webfont.svg#webfont') format('svg');
}
/*-------------------------------------------------------*/
/* Isotope filtering
/*-------------------------------------------------------*/
.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
.isotope, .isotope .isotope-item {/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
/*-------------------------------------------------*/
/* =  Layouts
/*-------------------------------------------------*/

.site_wrapper {
	width: 100%;
	margin: 0 auto 0 auto;
}
.wrapper_boxed {
	margin: auto;
	width: 100%;
}
.wrapper_boxed .site_wrapper {
	margin: 0 auto;
	width: 92%;
}/*-------------------------------------------------*/
/* =  Header
/*-------------------------------------------------*/



header {
	display: block;
	width: 420px;
	float: left;
	background: #fff;
	text-align: right;
	z-index: 9;
	position: relative;
	height: 100%;
	z-index: 999;
}
header:after {
	position: absolute;
	content: '';
	width: 10px;
	height: 100%;
	top: 0;
	right: -10px;
	background: rgba(255,255,255,0.6);
}
.logo-box {
	padding: 40px 30px 30px;
	margin-bottom: 40px;
}
a.logo {
	display: inline-block;
}
a.elemadded {
	display: none;
	color: #a0abae;
	font-size: 14px;
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	text-transform: uppercase;
	padding: 14px 40px;
	background: #27292b;
	text-decoration: none;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
}
.menu-box {
	margin-bottom: 60px;
}
ul.menu > li {
	list-style: none;
	margin-bottom: 10px;
	position: relative;
}
ul.menu > li > a {
	position: relative;
	display: inline-block;
	padding-right: 30px;
	color: #606060;
	font-size: 16px;
	font-family: 'Roboto Slab', serif;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
}
ul.menu > li > a span {
	position: relative;
	z-index: 2;
}
ul.menu > li > a:after {
	position: absolute;
	content: '';
	top: 8px;
	left: -50px;
	height: 3px;
	width: 0;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	background: #000;
	z-index: 0;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
ul.menu > li > a:hover:after, ul.menu > li > a.active:after {
	width: 40px;
}
ul.menu > li > a:hover, ul.menu > li > a.active {
	color: #000;
}
ul.menu > li.drop {
	position: relative;
}
ul.dropdown {
	position: absolute;
	z-index: 2;
	top: 0 !important;
	left: 100%;
	width: 300px;
	display: block;
	visibility: hidden \0/;
	opacity: 0\0/;
	transition: all 0.17s linear;
	-moz-transition: all 0.17s linear;
	-webkit-transition: all 0.17s linear;
	-o-transition: all 0.17s linear;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotateY(-90deg);
	-moz-transform: rotateY(-90deg);
	-ms-transform: rotateY(-90deg);
	-o-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
	transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
  border:1px solid #ddd;
}
li.drop:hover > ul.dropdown {
	visibility: visible;
	opacity: 1;
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	transform: rotateY(0deg);
	visibility: hidden \1/;
	opacity: 0\1/;
}
ul.dropdown li a {
	display: block;
	padding: 7px 25px;
	color: #696969;
	font-size: 15px;
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	background: transparent;
	text-decoration: none;
	text-align: left;
	background: #fff;
	border-bottom: 1px solid transparent;
	line-height: 20px;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
}

ul.dropdown li:last-child a {
	padding-bottom: 10px;
}
ul.dropdown li a:hover {
	background: #ebebeb;
  
	color: #343434;
	border-bottom: 1px solid #343434;
}
ul.social-icons {
	padding: 0;
	margin: 0 0 30px;
}
ul.social-icons li {
	list-style: none;
	display: inline-block;
	margin-left: 7px;
}
ul.social-icons li:first-child {
	margin-left: 0px;
}
ul.social-icons li a {
	display: inline-block;
}
ul.social-icons li a i {
	color: #a5a5a5;
	font-size: 20px;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
}
ul.social-icons li a:hover i {
	color: #606060;
}
.copyright-box p {
	color: #a5a5a5;
	font-size: 12px;
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	line-height: 19px;
	margin: 0;
}
.copyright-box p a {
	color: #a5a5a5;
	font-weight: 700;
}
.header-foot {
	padding: 24px 30px;
	width: 100%;
}
/*-------------------------------------------------*/
/* =  General code
/*-------------------------------------------------*/

html {
	height: 100%;
}
body {
	background: #fff;
	height: 100%;
	opacity: 0;
  color: #606060;
}
body.active {
	opacity: 1;
}
.pdf {
  display:block;
  float:left;
  width:100%;
  height:20px;
  background:url(../images/picto-pdf.png) no-repeat left top;
  padding:0;
  line-height:20px;
  text-indent:25px;
  text-align:left;
  margin-left:7px;
}
#container {
	height: 100%;
	opacity: 0;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
}
#container.active {
	opacity: 1;
}
ul {
	padding: 0;
	margin: 0;
  
}
ul li {
	list-style: none;  
}
.container ul {
	padding: 0;
	margin: 0 0 0 25px;
  
}

.container ul li {

}
.preloader {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 110px;
	height: 114px;
	margin-top: -57px;
	margin-left: -55px;
	-webkit-backface-visibility: hidden;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
}
.preloader img {
	-webkit-backface-visibility: hidden;
}
.container {
	max-width: 100% !important;
	overflow: hidden;
  color: #606060;
	font-size: 16px;
	font-family: 'Roboto Slab', serif;
	font-weight: 100;
	margin: 0 0 15px;
	line-height: 28px;
}
/*-------------------------------------------------*/
/* =  content
/*-------------------------------------------------*/

#content {
	position: relative;
	margin-left: 420px;
	height: 100%;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
}
#content.full-width-added {
	padding-left: 60px;
}
.project-post {
	width: 24.98%;
	margin: 0;
	overflow: hidden;
}
.project-post img {
	width: 100%;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
}
.project-post:hover img {
	width: 100%;
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0);
}
.project-post .hover-box {
	position: absolute;
	width: 100%;
	height: auto;
	padding: 30px;
	background: rgba(96,96,96,0.85);
	text-align: right;
	bottom: -100%;
	left: 0;
	overflow: hidden;
	transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
}
.project-post:hover .hover-box {
	bottom: 0;
}
.hover-content {
	z-index: 2;
}
.hover-content h2 {
	color: #fff;
	font-size: 18px;
	font-family: 'Roboto Slab', serif;
	text-transform: uppercase;
	line-height: 25px;
	margin: 0 0 2px;
	position: relative;
	-webkit-backface-visibility: hidden;
}
.hover-content p {
	color: #fff;
	font-size: 14px;
	font-family: 'Roboto Slab', serif;
	font-weight: 100;
	margin: 0;
	-webkit-backface-visibility: hidden;
}
.hover-box .hover-content a {
	display: inline-block;
	width: 25px;
	height: 25px;
	background: #fff url('../images/plus.png') center center no-repeat;
	text-decoration: none;
	margin-bottom: 12px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.hover-box .hover-content a:hover {
	transform: scale(1.17);
	-webkit-transform: scale(1.17);
	-moz-transform: scale(1.17);
	-o-transform: scale(1.17);
	-ms-transform: scale(1.17);
}
.portfolio-box.five-col .project-post {
	width: 19.98%;
}
.portfolio-box.five-col .project-post .hover-box {
	text-align: center;
}
a.load-more-button {
	position: absolute;
	z-index: 2;
	right: 30px;
	bottom: 30px;
	display: inline-block;
	padding: 19px 50px;
	background: #fff;
	color: #000;
	font-size: 18px;
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
a.load-more-button:hover {
	opacity: 0.7;
}
/*-------------------------------------------------*/
/* =  home 2, home 3, home 4, home5
/*-------------------------------------------------*/

.owl-controls {
	position: absolute;
	top: 50%;
	left: 0;
	margin: 0 !important;
	z-index: 99;
	width: 100%;
	height: 0;
}
.owl-pagination {
	display: none;
}
.owl-theme .owl-controls .owl-buttons div {
	color: #FFF;
	display: inline-block;
	position: relative;
	zoom: 1;
	margin: 0px;
	font-size: 30px;
	border-radius: 0;
	-o-border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	background: rgba(47,49,51,0.85);
	border: 1px solid #bbbbb9;
	opacity: 1;
	padding: 0;
	width: 48px;
	height: 48px;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
}
.owl-theme .owl-controls {
	margin: 0;
}
.owl-theme .owl-controls .owl-buttons div:hover {
	opacity: 0.4;
}
.owl-theme .owl-controls .owl-buttons div:before {
	font-family: 'FontAwesome';
	position: absolute;
	font-size: 20px;
	color: #fff;
	width: 100%;
	left: 0;
	text-align: center;
	line-height: 48px;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev {
	float: left;
	margin-left: 40px;
}
.owl-theme .owl-controls .owl-buttons div.owl-next {
	float: right;
	margin-right: 40px;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev:before {
	content: "\f177";
}
.owl-theme .owl-controls .owl-buttons div.owl-next:before {
	content: "\f178";
}
.owl-theme .owl-controls .owl-buttons div.owl-prev:after {
	content: "previous";
	position: absolute;
	top: 6px;
	right: -104px;
	padding: 8px 15px;
	color: #fff;
	font-size: 16px;
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	line-height: 20px;
	background: rgba(255,255,255,0.35);
	border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
	opacity: 0;
}
.owl-theme .owl-controls .owl-buttons div.owl-next:after {
	content: "next";
	position: absolute;
	top: 6px;
	left: -74px;
	padding: 8px 15px;
	color: #fff;
	font-size: 16px;
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	line-height: 20px;
	background: rgba(255,255,255,0.35);
	border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
	opacity: 0;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev:hover:after {
	opacity: 1;
}
.owl-theme .owl-controls .owl-buttons div.owl-next:hover:after {
	opacity: 1;
}
.owl-buttons {
	margin-top: -45px;
}
.project-post.item {
	width: 100%;
}
.project-post.item img {
	width: 100%;
}
.second-style .project-post {
	transform: skewX(10deg);
	-webkit-transform: skewX(10deg);
	-moz-transform: skewX(10deg);
	-o-transform: skewX(10deg);
}
.second-style .project-post .hover-content {
	transform: skewX(-10deg);
	-webkit-transform: skewX(-10deg);
	-moz-transform: skewX(-10deg);
	-o-transform: skewX(-10deg);
	text-align: left;
}
#owl-demo2 .project-post {
	width: 100%;
	position: relative;
}
/*-------------------------------------------------*/
/* =  home 6
/*-------------------------------------------------*/

#slider {
	position: relative;
}
#slider .flexcaption {
	position: absolute;
	width: 100%;
	top: 20%;
	text-align: center;
}
#slider .flexcaption.center {
	top: 50%;
	margin-top: -75px;
}
#slider .flexcaption h1 {
	position: relative;
	color: #191818;
	font-size: 60px;
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	padding-bottom: 20px;
	margin: 0 0 15px;
}
#slider .flexcaption h1:after {
	position: absolute;
	content: '';
	width: 100px;
	height: 2px;
	background: #191818;
	bottom: 0;
	left: 50%;
	margin-left: -50px;
}
#slider .flexcaption p {
	color: #1a1a1a;
	font-size: 40px;
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	margin: 0;
}
#slider .center-button {
	position: absolute;
	width: 100%;
	bottom: 90px;
	text-align: center;
}
#slider .center-button a {
	display: inline-block;
	color: #343434;
	font-size: 18px;
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	padding: 20px 35px;
	text-decoration: none;
	background: #fff;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
}
#slider .center-button a:hover {
	opacity: 0.7;
}
#slider .flexslider {
	width: 100%;
	height: 100%;
	margin: 0 !important;
}
#slider .flexslider .flex-direction-nav {
	display: none;
}
#slider .flexslider .slides {
	width: 100% !important;
	height: 100% !important;
}
#slider .flexslider .slides li {
	width: 100% !important;
	height: 100% !important;
}
#slider .flexslider .slides li img {
	width: 100% !important;
	min-height: 100%;
}
/*-------------------------------------------------*/
/* =  blog-page
/*-------------------------------------------------*/

.blog-post {
	width: 24.98%;
}
.blog-post img {
	width: 100%;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
}
.blog-post:hover img {
	width: 100%;
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0);
}
.blog-post .hover-blog {
	position: absolute;
	width: 100%;
	height: auto;
	padding: 30px;
	background: rgba(255,255,255,0.95);
	text-align: left;
	bottom: 0;
	left: 0;
	opacity: 0;
	transform: rotateX(90deg);
	-webkit-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	-o-transform: rotateX(90deg);
	-webkit-transition: all 0.27s ease-in-out;
	-moz-transition: all 0.27s ease-in-out;
	-webkit-transition: all 0.27s ease-in-out;
	-o-transition: all 0.27s ease-in-out;
}
.blog-post:hover .hover-blog {
	bottom: 0;
	opacity: 1;
	transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
}
.blog-post a.post-type {
	position: absolute;
	top: -55px;
	right: 20px;
	width: 35px;
	height: 35px;
	background: #ffffff;
	text-decoration: none;
	text-align: center;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.blog-post a.post-type:hover {
	opacity: 0.7;
}
.blog-post a.post-type i {
	color: #606060;
	font-size: 16px;
	line-height: 35px;
}
.hover-blog .hover-content h2 {
	color: #606060;
}
.hover-blog .hover-content .post-head {
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.hover-blog .hover-content .post-head:after {
	position: absolute;
	content: '';
	width: 45px;
	height: 1px;
	background: #606060;
	bottom: -1px;
	left: 0;
}
.hover-blog .hover-content p {
	color: #606060;
}
.hover-blog .hover-content > p {
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
	overflow: hidden;
	max-height: 80px;
	min-height: 80px;
}
.hover-blog .hover-content a.link-tag {
	display: inline-block;
	width: 25px;
	height: 25px;
	background: #606060 url('../images/plus2.png') center center no-repeat;
	text-decoration: none;
	margin-bottom: 12px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.hover-blog .hover-content a.link-tag:hover {
	transform: scale(1.17);
	-webkit-transform: scale(1.17);
	-moz-transform: scale(1.17);
	-o-transform: scale(1.17);
	-ms-transform: scale(1.17);
}
.hover-blog .hover-content ul.post-tags {
	padding: 15px 0 0;
	margin: 0;
	position: relative;
}
.hover-blog .hover-content ul.post-tags:after {
	position: absolute;
	content: '';
	width: 45px;
	height: 1px;
	background: #606060;
	top: 0px;
	left: 0;
}
.hover-blog .hover-content ul.post-tags li {
	display: inline-block;
	margin-left: 2px;
}
.hover-blog .hover-content ul.post-tags li:before {
	content: '|';
	color: #606060;
	font-size: 14px;
	font-family: 'Roboto Slab', serif;
	font-weight: 100;
	margin-right: 5px;
}
.hover-blog .hover-content ul.post-tags li:first-child:before {
	content: '';
	margin-right: 0px;
}
.hover-blog .hover-content ul.post-tags li:first-child {
	margin-left: 0px;
}
.hover-blog .hover-content ul.post-tags li a {
	display: inline-block;
	color: #606060;
	font-size: 14px;
	font-family: 'Roboto Slab', serif;
	font-weight: 100;
	text-decoration: none;
	-webkit-backface-visibility: hidden;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.hover-blog .hover-content ul.post-tags li a:hover {
	font-weight: 400;
}
/*-------------------------------------------------*/
/* =  Messages
/*-------------------------------------------------*/
.liste-messages{
     width:100%;
     margin:0 10px;
     border-bottom:1px solid #f3f3f3;
}
.titre-message {
         font-size:24px;
         padding-bottom:10px;
}
.liste-messages a{
         color:#000000;
}
.liste-messages a:hover{
         text-decoration:none;
         color:#606060;
}
.vignette-message {
    float:left;
    max-width:20%;
}
.chapeau-message {
      float:left;
      width:80%;
}


#flash{
  background:#eee;
  border-radius:10px;
  height:auto;
  padding:10px;
}
#texte{
  width:100%;  
}
#description{
width:100%; 
  
}

#description ul{
  list-style:square inside;
}
#description p{
}
#description ul li{  
}
#image{
  width:100%;
}
.chapeau{
   font-weight:bold;
   text-align:justify;
   float:left;
}
.description{;
  text-align:justify;
  float:left;
  padding-bottom:10px;
  border-bottom:1px solid #f3f3f3;
  width:100%;
  margin-bottom: 20px;
}
.after{
  border-bottom:4px solid #ff6600;
  max-width:100px;
}
div.single-content > div > div > a{
    color:#000;
}
div.single-content > div > div > a:hover{
    color:#606060;
    text-decoration:none;
}
#date,
.date{
   text-align:right;
   font-style:italic;
   color:#77736e;
   background:#f1ebe4;
   border-radius:3px;
   padding:5px;
   margin-bottom:15px;
}

.lieu{
   clear:both;
   background:#dcd7d1;
   padding:10px;
   margin-bottom:10px;   
}
.map{
    margin-bottom:10px;
}
.diaporama{
   float:left;
   width:50%;
   padding-right:20px;
}
.album{
   float:left;
   max-width:50%;
   padding:0 20px;
}
.documentation{
   float:left;
   width:50%;
}
.video{
   float:left;
   width:50%;
}
.navigation{
  clear:both;
   width:100%;
   min-height:30px;
   border-top:1px solid #f3f3f3;
   border-bottom:1px solid #f3f3f3;
}

div.profile-edit > form#member-profile.form-validate.form-horizontal.well > fieldset{
  max-width:500px;
  margin:20px;
  }
/*-------------------------------------------------*/
/* =  blog masonry, blog 3
/*-------------------------------------------------*/

.owl-carousel .blog-post {
	width: 100%;
	margin: 0;
}
.masonry .blog-post .hover-blog {
	position: relative;
	width: 100%;
	height: auto;
	padding: 30px;
	text-align: left;
	background: #fff;
	bottom: inherit;
	left: inherit;
	opacity: 1;
	transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	transition: all 0.27s ease-in-out;
	-moz-transition: all 0.27s ease-in-out;
	-webkit-transition: all 0.27s ease-in-out;
	-o-transition: all 0.27s ease-in-out;
}
.masonry .blog-post:hover .hover-blog {
	background: #a5a5a5;
}
.masonry .blog-post:hover .hover-blog .hover-content h2 {
	color: #fff;
}
.masonry .blog-post:hover .hover-blog .hover-content .post-head:after {
	background: #fff;
}
.masonry .blog-post:hover .hover-blog .hover-content p {
	color: #fff;
}
.masonry .blog-post:hover .hover-blog .hover-content ul.post-tags:after {
	background: #fff;
}
.masonry .blog-post:hover .hover-blog .hover-content ul.post-tags li a {
	color: #fff;
}
#owl-demo2 .blog-post {
	position: relative;
}
#owl-demo2 .blog-post a.post-type {
	position: absolute;
	top: 20px;
	right: 20px;
}
#owl-demo2 .hover-blog {
	background: rgba(255,255,255,0.4);
	padding: 0;
}
#owl-demo2 .hover-blog .hover-content {
	width: 50%;
	float: right;
	background: #fff;
	padding: 30px;
}
/*-------------------------------------------------*/
/* =  error page
/*-------------------------------------------------*/
#content {
	height: 100%;
}
.error-page {
	text-align: center;
	padding: 130px 15px 30px;
	background: #a2a2aa;
	min-height: 100%;
}
.error-page span {
	display: block;
	margin-bottom: 52px;
}
.error-page span i {
	color: #6b6b77;
	display: inline-block;
	font-size: 400px;
}
.error-page p {
	color: #6b6b77;
	font-size: 26px;
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	line-height: 42px;
	margin: 0 0 20px;
}
.error-page h1 {
	color: #6b6b77;
	font-size: 73px;
	font-family: 'Roboto Slab', serif;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0 0 60px;
}
.error-page a {
	display: inline-block;
	color: #a2a2aa;
	font-size: 16px;
	font-family: 'Roboto Slab', serif;
	text-transform: uppercase;
	font-weight: 300;
	padding: 13px 40px;
	background: #ffffff;
	text-decoration: none;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
}
.error-page a:hover {
	opacity: 0.7;
}
/*-------------------------------------------------*/
/* =  single project page
/*-------------------------------------------------*/
.un-quartier {
	min-height: 100%;
	background: url('../images/un-quartier.jpg') no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	padding: 40px;
}
.au-quotidien {
	min-height: 100%;
	background: url('../images/au-quotidien.jpg') no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	padding: 40px;
}
.vivre-ensemble {
	min-height: 100%;
	background: url('../images/vivre-ensemble.jpg') no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	padding: 40px;
}
.la-copropriete {
	min-height: 100%;
	background: url('../images/copropriete.jpg') no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	padding: 40px;
}

.informations {
	min-height: 100%;
	background: url('../images/informations.jpg') no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	padding: 40px;
  min-width:100%;
}
.actualites {
	min-height: 100%;
  min-width:100%;
	background: url('../images/actualites.jpg') no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	padding: 40px;
}
.accueil {
	min-height: 100%;
  min-width:100%;
	background: url('../images/accueil.jpg') no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	padding: 40px;
}
.single-page {
	min-height: 100%;
	background: url('../images/single-back.jpg') no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	padding: 40px;
}
.single-project {
	background: #fff;
	padding: 30px 20px 20px;
}
.single-project-gal {
	margin-bottom: 40px;
}
.project-info {
	background: #a5a5a5;
	padding: 25px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
}
.project-info h2 {
	color: #fff;
	font-size: 18px;
	font-family: 'Roboto Slab', serif;
	margin: 0 0 12px;
}
.project-info p {
	color: #fff;
	font-size: 16px;
	font-family: 'Roboto Slab', serif;
	font-weight: 100;
	margin: 0;
}
.project-info p span {
	display: block;
}
.project-info p a {
	color: #fff;
	font-weight: 400;
	text-decoration: underline;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
}
.project-info p a:hover {
	opacity: 0.7;
}
.single-content h1 {
	color: #343434;
	font-size: 22px;
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	margin: 0 0 12px;
}
p {
	color: #606060;
	font-size: 16px;
	font-family: 'Roboto Slab', serif;
	font-weight: 100;
	margin: 0 0 15px;
	line-height: 28px;
  min-width:100%;
}
/*-------------------------------------------------*/
/* =  single post
/*-------------------------------------------------*/

.alaune{
  background:#f1f1f1;
  padding:5px;
  margin:5px;
  width:100%;
}
.messages{
  margin-bottom:15px;
  padding-bottom:10px;
  border-bottom:1px solid #ddd;
  width:100%;
}
.single-post {
	background: #fff;
}
.single-post > img {
	width: 100%;
	margin-bottom: 35px;
}
.single-post-content {
	padding: 0 32px;
}
.single-post .post-title {
	margin-bottom: 25px;
	border-bottom: 1px solid #f3f3f3;
}
.single-post .post-title h1 {
	color: #606060;
	font-size: 18px;
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0 0 4px;
}
.single-post .post-title span {
	display: inline-block;
	color: #606060;
	font-size: 14px;
	font-family: 'Roboto Slab', serif;
	font-weight: 100;
	margin: 0 0 25px;
}
.single-post ul.post-tags {
	margin: 20px 0 25px;
	padding: 0;
	text-align: right;
}
.single-post ul.post-tags li {
	list-style: none;
	display: inline-block;
}
.single-post ul.post-tags li:before {
	content: '|';
	color: #606060;
	font-size: 14px;
	font-family: 'Roboto Slab', serif;
	font-weight: 100;
	margin-right: 5px;
}
.single-post ul.post-tags li:first-child:before {
	content: '';
	margin-right: 0px;
}
.single-post ul.post-tags li:first-child {
	margin-left: 0px;
}
.single-post ul.post-tags li a {
	display: inline-block;
	color: #606060;
	font-size: 14px;
	font-family: 'Roboto Slab', serif;
	font-weight: 100;
	text-decoration: none;
	-webkit-backface-visibility: hidden;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.single-post ul.post-tags li a:hover {
	font-weight: 400;
}
.single-box-content {
	border-bottom: 1px solid #F3F3F3;
	margin-bottom: 0;
	padding-bottom: 0;
}
.single-box-content p {
	color: #606060;
	font-size: 14px;
	font-family: 'Roboto Slab', serif;
	font-weight: 100;
	margin: 0 0 25px;
}
.single-box-content p span {
	font-style: italic;
	font-size: 14px;
	font-weight: 300;
}
.comment-section-head {
	border-bottom: 1px solid #f3f3f3;
	margin-bottom: 30px;
}
.comment-section-head h1 {
	color: #343434;
	font-size: 18px;
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	margin: 14px 0 35px;
}
ul.tags-list-post {
	margin: 0 0 30px;
	padding: 0;
	text-align: right;
}
ul.tags-list-post li {
	display: inline-block;
	margin-left: 10px;
}
ul.tags-list-post span {
	display: inline-block;
	color: #606060;
	font-size: 14px;
	font-family: 'Roboto Slab', serif;
	font-weight: 100;
}
ul.tags-list-post li a {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	font-family: 'Roboto Slab', serif;
	font-weight: 100;
	text-decoration: none;
	-webkit-backface-visibility: hidden;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	padding: 12px 20px;
	background: #a5a5a5;
}
ul.tags-list-post li a:hover {
	background: #606060;
}
.comment-tree {
	padding: 0;
	margin: 0;
}
.comment-tree li {
	list-style: none;
}
.comment-tree .comment-box {
	overflow: hidden;
	margin-bottom: 30px;
	border-bottom: 1px solid #f3f3f3;
	padding-bottom: 30px;
}
.comment-tree img {
	float: left;
	max-width: 70px;
}
.comment-content {
	margin-left: 100px;
}
.comment-content h6 {
	color: #343434;
	font-size: 16px;
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	margin: 5px 0 17px;
}
.comment-content h6 span {
	display: inline-block;
	color: #606060;
	font-weight: 100;
}
.comment-content h6 a {
	display: inline-block;
	color: #343434;
	font-weight: 300;
}
.comment-content p {
	color: #606060;
	font-size: 14px;
	font-family: 'Roboto Slab', serif;
	font-weight: 100;
	line-height: 26px;
	margin: 0;
}
.depth {
	margin-left: 100px;
}
.share-list {
	margin-top: 45px;
	margin-bottom: 20px;
}
.share-list li {
	display: inline-block;
	margin-right: 7px;
}
.share-list span {
	display: inline-block;
	color: #606060;
	font-size: 14px;
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
}
.share-list li a {
	display: inline-block;
	text-decoration: none;
}
.share-list li a i {
	color: #a5a5a5;
	font-size: 18px;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
}
.share-list li a:hover i {
	color: #606060;
}
.comment-form {
	margin-bottom: 20px;
}
.single-post.with-sidebar {
	padding: 30px 15px;
}
.single-post.with-sidebar .single-post-content {
	padding: 0;
}
.single-post.with-sidebar .single-box-content {
	padding: 0;
}
.single-post.with-sidebar .single-box-content p {
	text-align: left;
}
.single-post.with-sidebar .comment-section-head h1 {
	margin: 0 0 30px;
}
.sidebar-blog ul.post-tags {
	text-align: left;
}
.single-post.with-sidebar ul.post-tags {
	text-align: left;
}
.single-post.with-sidebar ul.post-tags li {
	display: block;
	margin-bottom: 10px;
}
.single-post.with-sidebar ul.post-tags li a i {
	margin-right: 5px;
	color: #606060;
	font-size: 14px;
}
.single-post.with-sidebar ul.post-tags li:before {
	display: none;
}
.sidebar-blog h2 {
	color: #606060;
	font-size: 18px;
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	margin: 0 0 12px;
}
.sidebar-widget {
	margin-bottom: 25px;
	border-bottom: 1px solid #f3f3f3;
}
.single-post.with-sidebar ul.tags-list-post {
	text-align: left;
}
.single-post.with-sidebar ul.tags-list-post li {
	margin-left: 0;
	margin-right: 7px;
	margin-bottom: 10px;
}
ul.archive-list {
	margin-bottom: 25px;
}
ul.archive-list li {
	display: block;
	margin-bottom: 10px;
}
ul.archive-list li a {
	display: inline-block;
	color: #606060;
	font-size: 14px;
	font-family: 'Roboto Slab', serif;
	font-weight: 100;
	text-decoration: none;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
}
ul.archive-list li a:hover {
	font-weight: 400;
}
.single-post.with-sidebar .flex-direction-nav .flex-next {
	width: 48px;
	height: 48px;
	float: right;
	margin-right: 20px;
	background: rgba(255,255,255,0.9);
	border: none;
	text-decoration: none;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
}
.single-post.with-sidebar .flex-direction-nav .flex-prev {
	width: 48px;
	height: 48px;
	float: left;
	margin-left: 20px;
	background: rgba(255,255,255,0.9);
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
}
.single-post.with-sidebar .flex-direction-nav .flex-next:after {
	content: '\f054';
	font-family: 'FontAwesome';
	font-size: 15px;
	color: #606060;
	line-height: 48px;
}
.single-post.with-sidebar .flex-direction-nav .flex-prev:after {
	content: '\f053';
	font-family: 'FontAwesome';
	font-size: 15px;
	color: #606060;
	line-height: 48px;
}
.single-post.with-sidebar .flexslider .flex-next:hover {
	background: rgba(255,255,255,0.65);
}
.single-post.with-sidebar .flexslider .flex-prev:hover {
	background: rgba(255,255,255,0.65);
}
.single-post.with-sidebar .flexslider .flex-next:hover:after {
	color: #606060;
}
.single-post.with-sidebar .flexslider .flex-prev:hover:after {
	color: #606060;
}
/*-------------------------------------------------*/
/* =  services page
/*-------------------------------------------------*/

.services-page {
	padding: 40px;
	overflow: hidden;
	background: url('../images/services-back.jpg');
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
.services-page-content {
	background: #fff;
	padding: 40px 15px;
	max-width: 990px;
	float: right;
}
.services-page-content h1, .about-page-content h1, .search-page-content h1 {
	color: #606060;
	font-size: 24px;
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	padding-bottom: 25px;
	text-transform: uppercase;
	margin: 0 0 25px;
	border-bottom: 1px solid #f3f3f3;
}
.services-page-content h1 span, .about-page-content h1 span {
	float: right;
	display: inline-block;
	color: #606060;
	font-size: 14px;
	font-weight: 100;
}
.services-page-content h1 span a, .about-page-content h1 span a {
	display: inline-block;
	width: 25px;
	height: 25px;
	background: #a5a5a5;
	text-align: center;
	margin-left: 10px;
	text-decoration: none;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
}
.services-page-content h1 span a i, .about-page-content h1 span a i {
	font-size: 16px;
	color: #fff;
	line-height: 25px;
}
.services-page-content h1 span a:hover, .about-page-content h1 span a:hover {
	opacity: 0.7;
}
.services-page-content p, .about-page-content p {
	color: #606060;
	font-size: 14px;
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	margin: 0;
	line-height: 24px;
}
.services-box > p {
	margin-bottom: 30px;
}
.services-post {
	margin-bottom: 30px;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
}
.services-post:hover {
	background: #f1f1f1;
}
.services-post p {
	padding: 16px 19px;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
}
.services-post:hover p {
	color: #343434;
}
.services-post-head {
	overflow: hidden;
}
.services-post-head span {
	float: left;
	display: inline-block;
	width: 68px;
	height: 64px;
	background: #dbd8d8;
	text-align: center;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
}
.services-post:hover .services-post-head span {
	background: #606060;
}
.services-post-head span i {
	line-height: 64px;
	color: #fff;
	font-size: 26px;
}
.services-post-head h2 {
	color: #343434;
	font-size: 16px;
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	margin: 10px 30px 0 88px;
	text-transform: uppercase;
	line-height: 20px;
}
.statistic-counter {
	margin-bottom: 30px;
	text-align: center;
}
.statistic-counter img {
	max-width: 100%;
	margin-bottom: 15px;
	transform: scale(0) rotate(360deg);
	-webkit-transform: scale(0) rotate(360deg);
	-moz-transform: scale(0) rotate(360deg);
	-o-transform: scale(0) rotate(360deg);
	transition: all 3s ease-in-out;
	-moz-transition: all 3s ease-in-out;
	-webkit-transition: all 3s ease-in-out;
	-o-transition: all 3s ease-in-out;
}
.statistic-counter.active img {
	transform: scale(1) rotate(0deg);
	-webkit-transform: scale(1) rotate(0deg);
	-moz-transform: scale(1) rotate(0deg);
	-o-transform: scale(1) rotate(0deg);
	transition: all 0.7s ease-in-out;
}
.statistic-counter p span.timer {
	display: block;
	color: #606060;
	font-size: 25px;
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	margin-bottom: 2px;
}
.statistic-counter p {
	color: #606060;
	font-size: 16px;
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	margin-bottom: 5px;
}
.meter {
	height: 15px;  /* Can be anything */
	position: relative;
	background: #dbd8d8;
	margin-bottom: 16px;
}
.meter > span {
	height: 100%;
	display: block;
	top: 0;
	left: 0;
	position: relative;
	overflow: hidden;
	background: url('../images/back-patt.png');
}
.skills-section p {
	margin-bottom: 3px;
}
.skills-section p span {
	float: right;
	display: inline-block;
	font-weight: 400;
}
.nav.nav-tabs li {
	margin-right: 1px;
	margin-bottom: 1px;
}
.nav.nav-tabs li a {
	display: block;
	border: none !important;
	margin: 0;
	padding: 9px 28px;
	color: #606060;
	font-size: 14px;
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	background: #dbd8d8;
}
.nav.nav-tabs li.active a {
	color: #ffffff;
	background: #343434;
}
.tab-content {
	background: #dbd8d8;
	overflow: hidden;
}
.tab-content .tab-pane {
	padding: 24px 30px;
	overflow: hidden;
}
.tab-content .tab-pane p {
	color: #000;
}
/*-------------------------------------------------*/
/* =  about page
/*-------------------------------------------------*/

.about-page {
	padding: 40px;
	background: url('../images/about-bg.jpg');
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
.about-page-content {
	padding: 30px 15px;
	background: #fff;
  min-width:100%;
}
.about-box {
	margin-bottom: 25px;
}
.team-post {
	position: relative;
	margin-bottom: 25px;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	border: 1px solid transparent;
	transition: all 0.33s ease-in-out;
	-moz-transition: all 0.33s ease-in-out;
	-webkit-transition: all 0.33s ease-in-out;
	-o-transition: all 0.33s ease-in-out;
}
.team-post:hover {
	border: 1px solid #e9e8e6;
}
.team-hover {
	position: absolute;
	bottom: -100%;
	left: 0;
	width: 100%;
	text-align: center;
	padding: 17px 20px;
	background: rgba(255,255,255,0.85);
	-webkit-backface-visibility: hidden;
	transition: all 0.33s ease-in-out;
	-moz-transition: all 0.33s ease-in-out;
	-webkit-transition: all 0.33s ease-in-out;
	-o-transition: all 0.33s ease-in-out;
}
.team-post:hover .team-hover {
	bottom: 0;
}
.team-hover h2 {
	color: #343434;
	font-size: 18px;
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	margin: 0 0 5px;
}
.team-hover span {
	display: inline-block;
	color: #343434;
	font-size: 14px;
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	margin: 0 0 14px;
}
.team-post img {
	width: 100%;
	-webkit-backface-visibility: hidden;
}
ul.team-social {
	margin: 0;
	padding: 0;
}
ul.team-social li {
	display: inline-block;
	margin-right: 2px;
}
ul.team-social li:last-child {
	margin-right: 0px;
}
ul.team-social li a {
	display: inline-block;
	width: 35px;
	height: 35px;
	background: #a5a5a5;
	text-align: center;
	text-decoration: none;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
}
ul.team-social li a:hover {
	background: #606060;
}
ul.team-social li a i {
	color: #fff;
	font-size: 18px;
	line-height: 35px;
}
.testimonial ul {
	padding: 0;
	margin: 20px 0 0;
}
.client-test {
	overflow: hidden;
	margin-bottom: 20px;
}
.client-test img {
	float: left;
	margin-right: 28px;
	max-width: 160px;
}
.client-test h2 {
	color: #343434;
	font-size: 16px;
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	margin: 6px 0 4px;
}
.client-test h3 {
	color: #343434;
	font-size: 12px;
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	margin: 0 0 15px;
}
.client-test h3 a {
	display: inline-block;
	color: #343434;
}
ul.star-rate {
	padding: 0;
	margin: 0;
}
ul.star-rate li {
	display: inline-block;
	margin-right: 8px;
}
ul.star-rate li span {
	display: inline-block;
	color: #606060;
	font-size: 14px;
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
}
ul.star-rate li a {
	display: inline-block;
	text-decoration: none;
}
ul.star-rate li a i {
	font-size: 16px;
	color: #fcc02e;
}
ul.star-rate li a.unchecked i {
	color: #606060;
}
p.testimonial-text {
	color: #171717;
	font-size: 14px;
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	line-height: 26px;
	font-style: italic;
	margin: 0 0 15px;
}
.circle-box-skills {
	text-align: center;
	overflow: hidden;
}
.circle-box {
	float: left;
	width: 25%;
}
.circle {
	max-width: 100% !important;
}
.circle-box-skills p {
	font-size: 16px;
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	margin-top: 10px;
}
.about-me img {
	max-width: 100%;
}
.about-me h2 {
	font-size: 25px;
	color: #343434;
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	margin: 15px 0 10px;
}
.about-me h3 {
	font-size: 18px;
	color: #606060;
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	padding-bottom: 25px;
	border-bottom: 1px solid #f3f3f3;
	margin: 0 0 25px;
}
.about-me p {
	margin: 0 0 25px;
}
.my-info {
	border-top: 1px solid #f3f3f3;
	padding-top: 25px;
}
.about-me .my-info p {
	margin-bottom: 12px;
}
.about-me .my-info p span {
	color: #343434
}
.about-me .my-info ul.share-list {
	margin-top: 0;
}
.my-signature {
	text-align: right;
}
.my-signature img {
	max-width: 100%;
	margin-top: 6px;
}
.carousel-control .glyphicon {
	display: none;
}
.carousel-control {
	width: 25px;
	height: 25px;
	background: none;
	top: -70px;
	font-size: 17px;
	color: #ffffff;
	text-align: center;
	text-shadow: none;
	-webkit-text-shadow: none;
	-moz-text-shadow: none;
	-o-text-shadow: none;
	opacity: 1;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
	-webkit-backface-visibility: hidden;
}
.carousel-control.left {
	right: 30px;
	left: auto;
	background: #a5a5a5;
}
.carousel-control.left:before {
	font-family: 'FontAwesome';
	content: "\f060";
	position: absolute;
	font-size: 12px;
	color: #fff;
	top: 0;
	left: 0;
	width: 100%;
	line-height: 25px;
}
.carousel-control.right {
	right: 0;
	background: #a5a5a5;
}
.carousel-control.right:before {
	font-family: 'FontAwesome';
	content: "\f061";
	position: absolute;
	font-size: 12px;
	color: #fff;
	top: 0;
	left: 0;
	width: 100%;
	line-height: 25px;
}
.carousel-control.left:hover {
	background: #343434;
}
.carousel-control.right:hover {
	background: #343434;
}
.team-testimonial-box .client-test {
	text-align: center;
	max-width: 420px;
	margin: 0 auto;
}
.team-testimonial-box .client-test img {
	float: none;
	margin-right: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	margin-bottom: 15px;
	margin-top: 20px;
}
.work-course-post {
	padding-right: 40px;
	margin-bottom: 30px;
}
.work-course-post h2 {
	color: #606060;
	font-size: 18px;
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	margin: 0 0 16px;
}
.work-course-post p {
	color: #606060;
	line-height: 22px;
}
/*-------------------------------------------------*/
/* =  contact page
/*-------------------------------------------------*/

.contact-page {
	overflow: hidden;
	min-height: 100%;
	position: relative;
}
.contact-box {
	right: 80px;
	bottom: 80px;
	position: absolute;
	z-index: 2;
	background: #fff;
	padding: 40px 40px 18px;
	width: 570px;
}
.top-contact-part {
	text-align: right;
	border-bottom: 1px solid #f3f3f3;
	margin-bottom: 27px;
	padding-bottom: 30px;
}
.top-contact-part span {
	color: #606060;
	font-size: 14px;
	font-family: 'Roboto Slab', serif;
	font-weight: 100;
	display: block;
}
.top-contact-part span a {
	display: inline-block;
	width: 25px;
	height: 25px;
	background: #a5a5a5;
	text-align: center;
	margin-left: 10px;
	text-decoration: none;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
}
.top-contact-part span a:hover {
	opacity: 0.7;
}
.top-contact-part span a i {
	font-size: 16px;
	color: #fff;
	line-height: 25px;
}
.map {
	height: 100%;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
.contact-box h2 {
	color: #606060;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0 0 13px;
	padding-bottom: 15px;
	position: relative;
}
.contact-box h2:after {
	position: absolute;
	content: '';
	width: 55px;
	height: 2px;
	background: #a5a5a5;
	bottom: -1px;
	left: 0;
}
.contact-box > p {
	color: #606060;
	font-size: 14px;
	font-family: 'Roboto Slab', serif;
	font-weight: 100;
	line-height: 27px;
	margin-bottom: 25px;
}
.contact-box > p span {
	display: block;
}
.contact-page h4 {
	color: #606060;
	font-size: 14px;
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	margin: 0 0 12px;
}
.contact-page input[type="text"], .contact-page input[type="email"], .contact-page textarea, .comment-form input[type="text"], .comment-form textarea {
	color: #bdbcbc;
	font-size: 14px;
	font-family: 'Roboto Slab', serif;
	font-weight: 100;
	border: 1px solid transparent;
	outline: none;
	width: 100%;
	padding: 8px 13px;
	display: block;
	margin-bottom: 10px;
	background: #f2f2f2;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.contact-page input[type="text"]:focus, .contact-page input[type="email"]:focus, .contact-page textarea:focus, .comment-form input[type="text"]:focus, .comment-form textarea:focus {
	border: 1px solid #dddcda;
	color: #606060;
}
.contact-page textarea, .comment-form textarea {
	height: 144px;
}
.contact-page button[type="submit"], .comment-form input[type="submit"] {
	float: right;
	color: #fff;
	font-size: 18px;
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	text-transform: uppercase;
	border: none;
	background: #a5a5a5;
	padding: 12px 30px;
	margin-top: 15px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-backface-visibility: hidden;
}
.contact-page button[type="submit"]:hover, .comment-form input[type="submit"]:hover {
	opacity: 0.7;
}
.contact-page button[type="submit"] {
	float: none !important;
}
.subscribe-form {
	margin-bottom: 30px;
}
#contact-form .message, .comment-form .message {
	height: 20px;
	font-size: 14px;
	font-family: 'lato-lig-webfont';
	float: none;
	margin-top: 5px;
}
#contact-form .message.error, .comment-form .message.error {
	color: #eb2c06;
}
#contact-form .message.success, .comment-form .message.success {
	color: #1e9397;
}
#contact-form label {
	font-weight: normal;
}
.pull-left.item-image, .page-header {
	display: none;
}
.contacttab {
	border: 0;
	width: 100%;
}
.tdfirst {
	width: 100%;
	float: left;
	vertical-align: top;
}
.tdlast {
	width: 100%;
	float: left;
	vertical-align: top
}
.sidebar-widget .tags-list-post > span {
	display: none;
}
/* languages */


.languages {
	margin-bottom: 0;
	padding: 30px;
	text-align: center;
}
.languages > a {
	color: #696969;
	line-height: 28px;
	display: block;
	padding: 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	opacity: .8;
	margin: 0;
	text-transform: uppercase;
	filter: alpha(opacity=80);
	text-decoration: none;
}
.languages > a i {
	margin-right: 6px;
}
.languages:hover > a, .languages > a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.languages > a > span {
	margin-right: 3px;
	margin-top: 0;
}
.drop .languages-panel {
	float: left;
	opacity: 0;
	position: relative;
	width: 100%;
}
.content .lang_checked {
	color: #E73D13;
	float: right;
	margin-top: 2px;
}
.languages .content {
	border: 1px solid #EAEAEA;
}
.languages .content:after {
	content: "";
	top: -8px;
	position: absolute;
	left: 9px;
	border: 5px solid transparent;
	border-bottom-width: 4px;
	border-bottom-color: #f5f5f5;
}
.languages:hover .languages-panel {
	opacity: 1;
	filter: alpha(opacity=100);
	height: auto;
}
.languages li span {
	font-size: 13px;
	color: #444;
	padding: 0 5px 0 10px;
	display: block;
	text-transform: uppercase;
	margin-top: 1px;
	margin-left: 0px;
	text-align: left;
}
.languages li a {
	display: block;
	float: left;
	padding: 5px 10px;
	text-align: left;
	width: 100%;
	background: none repeat scroll 0 0 #fff;
	color: #696969;
	text-decoration: none;
}
.languages li a:hover {
	background: none repeat scroll 0 0 #ebebeb;
	border-bottom: 1px solid #343434;
	color: #343434;
}
.languages li a span {
	float: right;
	opacity: .3;
	filter: alpha(opacity=30);
	margin-top: 2px;
}
.commentbtn {
	background: none repeat scroll 0 0 #A5A5A5;
	border: medium none;
	color: #FFFFFF;
	float: left;
	font-family: 'Roboto Slab', serif;
	font-size: 18px;
	font-weight: 700;
	margin: 0;
	padding: 12px 30px;
	text-transform: uppercase;
	transition: all 0.2s ease-in-out 0s;
	margin-right: 10px;
}
.commentbtn:hover {
	color: #FFFFFF;
	opacity: 0.7;
	text-decoration: none;
}
.single-post.col-md-12 {
	min-height: 0;
	padding: 0;
  float:left;
}
div#phoca-dl-categories-box.pd-categories-view{
     float:left;
     width:90%;
}
/* Search page */

#searchForm .col-6 {
	width: 50%;
}
#searchForm .col {
	box-sizing: border-box;
	float: left;
	min-height: 1px;
	padding-left: 0px;
	padding-right: 15px;
}
#searchForm section {
	float: left;
	margin-bottom: 20px;
	width: 100%;
}
#searchForm fieldset {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
	display: block;
	padding: 25px 0 5px;
}
#searchForm header {
	border-bottom: 1px solid #E3E3E3;
	color: #272727;
	display: block;
	font-family: 'Raleway', sans-serif;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 13px;
	padding: 0 0 9px;
	text-transform: uppercase;
}
#searchForm .inputbox {
	background: none repeat scroll 0 0 #f2f2f2;
	border: 1px solid transparent;
	display: block;
	font-family: 'Roboto Slab', serif;
	font-size: 14px;
	font-weight: 100;
	margin-bottom: 10px;
	outline: medium none;
	padding: 8px 13px;
	transition: all 0.2s ease-in-out 0s;
	width: 100%;
}
#searchForm .button {
	background: none repeat scroll 0 0 #a5a5a5;
	border: medium none;
	color: #fff;
	float: left;
	font-family: 'Roboto Slab', serif;
	font-size: 18px;
	font-weight: 700;
	margin: 0;
	padding: 6px 20px;
	text-transform: uppercase;
	transition: all 0.2s ease-in-out 0s;
}
#searchForm .button:hover {
	opacity: 0.7;
}
#searchForm .col-4 {
	width: 33.33%;
}
#searchForm .col-8 {
	width: 66.67%;
}
.search .result-title {
	padding: 10px 0px;
}
.search .highlight {
	background-color: #696969;
	color: #fff;
}
.search .result-title a {
	color: #696969;
}
.search .chzn-single {
	width: 300px!important;
}
.search .chzn-container .chzn-drop {
	width: 310px!important;
}
#searchForm .input input:focus, #searchForm .select select:focus, #searchForm .textarea textarea:focus, #searchForm .radio input:focus + i, #searchForm .checkbox input:focus + i, #searchForm .toggle input:focus + i {
	border: 1px solid #dddcda;
	color: #606060;
}
.search-results {
	border-top: 2px solid #E3E3E3;
	float: left;
	margin-top: 10px;
	padding: 10px 0;
	width: 100%;
}
.search-page-content {
	background: #fff;
	padding: 40px 15px;
	width: 100%;
	float: right;
}
#searchForm .row {
	margin: 0;
}
#contactform label {
	font-weight: normal;
}
@font-face {
	font-family: 'IcoMoon';
	src: url('../../../media/jui/fonts/IcoMoon.eot');
	src: url('../../../media/jui/fonts/IcoMoon.eot?#iefix') format('embedded-opentype'), url('../../../media/jui/fonts/IcoMoon.woff') format('woff'), url('../../../media/jui/fonts/IcoMoon.ttf') format('truetype'), url('../../../media/jui/fonts/IcoMoon.svg#IcoMoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
[data-icon]:before {
	font-family: 'IcoMoon';
	content: attr(data-icon);
	speak: none;
}
[class^="icon-"], [class*=" icon-"] {
 display: inline-block;
 width: 14px;
 height: 14px;
 *margin-right: .3em;
 line-height: 14px;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: 'IcoMoon';
	font-style: normal;
	speak: none;
}
[class^="icon-"].disabled, [class*=" icon-"].disabled {
	font-weight: normal;
}
.icon-joomla:before {
	content: "\e200";
}
.icon-apply:before, .icon-edit:before, .icon-pencil:before {
	content: "\2b";
}
.icon-pencil-2:before {
	content: "\2c";
}
.icon-cog:before {
	content: "\38";
}
.icon-cogs:before {
	content: "\37";
}
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: top;
	border-top: 4px solid #000;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: "";
}

/* 05-11-14 */

a, a:active, a:focus{
    outline: 0!important;
    outline-style:none;
    outline-width:0;
}

.map , img {
 -webkit-filter: grayscale(0)!important;
}

#contact-form .hasTooltip {
    display: inline-block !important;
}

.alert {
	padding: 8px 35px 8px 14px;
	margin-bottom: 20px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.alert, .alert h4 {
	color: #c09853;
}
.alert h4 {
	margin: 0;
}
.alert .close {
	position: relative;
	top: -2px;
	right: -21px;
	line-height: 20px;
}
.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #468847;
}
.alert-success h4 {
	color: #468847;
}
.alert-danger, .alert-error {
	background-color: #f2dede;
	border-color: #eed3d7;
	color: #b94a48;
}
.alert-danger h4, .alert-error h4 {
	color: #b94a48;
}
.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #3a87ad;
}
.alert-info h4 {
	color: #3a87ad;
}
.alert-block {
	padding-top: 14px;
	padding-bottom: 14px;
}
.alert-block>p, .alert-block>ul {
	margin-bottom: 0;
}
.alert-block p+p {
	margin-top: 5px;
}
.close {
	float: right;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	color: #000000;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.close:hover, .close:focus {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.4;
	filter: alpha(opacity=40);
}

.icon-eye::before {
	content: '\e000';
}

.icon-paper-clip::before {
	content: '\e001';
}

.icon-heart::before {
	content: '\e024';
}

