*{
	margin: 0px;
	padding: 0px;
	text-decoration: none;
    font-size: 12px;
	list-style-type: none;
}

h1{
	color: #616060;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
}

h3{
	color: #616060;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
}

.highlight {
	color: #8b8b8b;
}

h4{
	color: #616060;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
}
h4{
	margin-bottom: 18px;
}

body {
	position: relative;
	/*background-color: #f3f1f1;*/
	background-color: white;
}

body, a, h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', Arial, sans-serif;
}

ul, ol {
	padding: 0px;
}

a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}

a:focus { outline: 0; }

img {
	height: auto;
}
p{
	line-height: 18px;
	font-size: 13px;
	color: #333333;
}
p a{
	line-height: 25px;
	font-size: 13px;
	color: #8b8b8b;
	text-decoration: underline;
}
p a:hover{
	color: #3c3c3c;
	text-decoration: underline;
}
a{
	outline: 0;
}
input, textarea {
	border: none;
	background-color: #f3f3f3;
	padding: 10px 17px;
}

input:focus, textarea:focus {
	border: none;
	box-shadow: 0;
	-webkit-box-shadow: 0;
	-moz-box-shadow: 0;
	-o-box-shadow: 0;
	outline: none;
}

input[type=submit], input[type=button], .categories-p ul li a, .tags ul li a, .load-more, .white {
	/*border: 1px solid #dfdfdf;
	background-color: #ffffff;*/
	color: #333333;
}

/*add*/
.page-template-template-projects-grid .categories-p li:nth-child(3) {
	display:none;
}
/*added*/
/*
.social{
	width: 290px;
	height: 46px;
	position: absolute;
	top: 34px;
	left: 30px;
	z-index: 11;
}
*/

.social{
	width: 290px;
	height: 46px;
	position: fixed;
	/* top: 34px; */
	top: 15px;
	left: 30px;
	z-index: 11;
}

.social a{
	float: left;
	display: inline;
	margin-right: 8px;
	outline: none;
}
.social a i{
	width: 40px;
	height: 40px;
	font-size: 18px;
	padding: 10px;
	float: left;
	text-align: center;
	border: 1px solid #fff;
	color: #fff;
	border-radius: 50%;
}

.social a.social_network{
    display: none;
}

.social a i:hover{
	color: #000000;
	border: 1px solid #000000;
}

.social_bottom{
	width: 290px;
	height: 46px;
	position: fixed;
	bottom: 34px;
	left: 30px;
	z-index: 11;
}

.social_bottom a{
	float: left;
	display: inline;
	margin-right: 8px;
	outline: none;
}
.social_bottom a i{
	width: 40px;
	height: 40px;
	font-size: 18px;
	padding: 10px;
	float: left;
	text-align: center;
	border: 1px solid #fff;
	color: #fff;
	border-radius: 50%;
}

.social_bottom a.social_network{
    display: none;
}

.social_bottom a i:hover{
	color: #000000;
	border: 1px solid #000000;
}
.social_share {
	width: 100%;
	clear: both;
}
.social_share a i {
	font-size: 16px;
	padding: 0 10px;
	color: #a2a2a2;
}

.img_overlay{
	width: 100%;
	height: 100%;
	top: 0px;
	background: black;
	position: absolute;
	z-index: 8;
	
}
.video_overlay{
	width: 100%;
	height: 100%;
	top: 0px;
	background: black;
	position: fixed;
	z-index: 8;
}
.capture {
	width: 100%;
	height: 100%;
	text-align: center;
	padding-top: 20%;
	position: relative;
	z-index: 10;
}

.cap_video {
	padding-top: 23.5%;
}
.capture  p{
	font-weight: bold;
	font-size: 35px;
	line-height: 40px;
	text-transform: uppercase;
	color: #fff;
	padding-bottom: 20px;
	/* text-shadow: 2px 0px 2px rgba(150, 150, 150, 0.78); */
}
.capture  a{
	padding: 12px 18px;
	color: #fff;
	border: 1px solid #fff;
}
.capture  a:hover{
	padding: 12px 18px;
	color: #000000;
	border: 1px solid #000000;
}
ul.slides-container li div.capture p,ul.slides-container li div.capture a{
    display: none;
}
/*
.slides-container li:before{
	content: '' !important;
}
*/

.slides-container li{
	width:100%;
	height:100%;
}
.img_nbr {
	position: absolute;
    right: 0px;
    bottom: 112px;
    transform: translate(-60px, 0px);	
	background-color: rgba(255, 255, 255, 0.7);
    border-radius: 8px;
    padding: 3px 10px;
}
.project_slide li {
/* 	position: absolute; */
	display: none;
}

.project_slide li:first-child {
	display: block;
}

.logo{
	float: left;
	padding: 12px 30px; /* depend from logo */
}

.logo img {
	max-width: 150px;
    max-height: 59px;
}

.logo_responsive {
	float: left;
	margin-top: -60px;
}

.logo_responsive img {
	max-width: 150px;
    max-height: 52px;
	filter:invert(0%);
}
.button {
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 20px;
}
.button_pdf {
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 5px 10px;
	display: inline-block;
	margin-right: 8px;
	margin-bottom: 5px;
}
.button_link {
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 5px 10px;
	display: inline-block;
	background-color: #dfdfdf;
	margin-right: 8px;
	margin-bottom: 5px;
}
.button p, .button_pdf p, .button_link p {
	text-align:left;
	margin: 0px;
}
.main_menu{
	float: left;
	height: 79px;
	position: relative;
	z-index: 10;
}
.main_menu ul{
	margin: 0px;
	padding: 0px;
}
.main_menu ul li{
	display: inline-block;
	float: left;
	border-top: 4px solid transparent;
	position: relative
}
.main_menu ul li a{
	display: inline-block;
	width: 128px;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	color: #333333;
	padding: 10px 0px;
	margin: 18px 0px;
	border-left: 1px solid #e9e9e9;
}
@media screen and (max-width: 1024px) {
	.main_menu ul li a{
		padding: 0px;
		margin: 0px;
		color: #FFFFFF;
	}
	.main_menu {
		height: initial;
		width: 100%;
	}
	.main_menu ul li a{
		border-left: unset;
	}
	.responsive_menu li {
		text-align: center;
	}
}
.main_menu ul li:hover{
	/*border-top: 4px solid #000000*/
	font-weight:600;
}


.main_menu ul li ul{
	display: none;
	background: white;
}
.main_menu ul li ul li ul{
	display: none;
}
.main_menu ul li:hover ul{
	display: block;
	position: absolute;
	bottom: 60px;
}



.main_menu ul li ul li{
	border-top: 0px solid transparent;
}
.main_menu ul li ul li a{
	display: inline-block;
	width: 128px;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	color: #909090;
	padding: 34px 0px;
	border-left: 1px solid #e9e9e9;
}
.main_menu ul li ul li:hover{
	border-top: 0px solid #000000
}
*/


.row {
	padding: 0px 0px
}

.row h1{
/* 	margin-top: 80px; */
	margin-top: 60px;
	margin-bottom: 40px;
}

.row_top_menu h1{
/* 	margin-top: 80px; */
	margin-top: 100px !important;
	margin-bottom: 40px;
}

.inner_content{
	/* background-color: #181818; */
	background-color: white;
	/* margin-bottom: 79px !important; */
}

.inner_content ul li ul {
margin-left: 20px;
}

.inner_content_menutop{
	margin-top: 79px !important;
}

body.page-template-template-home-php .inner_content_menutop {
	margin-top: 0 !important;
}


body.page-template-template-contact-php .inner_content_menutop {
	margin-top: 79px !important;
}
body.single-portfolio .inner_content_menutop {
	margin-top: 0px !important;
}
.container{
	margin: 0px auto;
	min-height: 100vh;
}
.container_top{
	margin: 80px auto;
}
.row {
	margin-right: 0px;
	margin-left: 0px;
}
body.page-template-template-home-php .container{
	max-width: 20000px !important;
}
.project_list_h{
	width: 100%;
	display: block;
}
.categories-p {
	margin-bottom: 40px;
	display: inline-block;
	margin-top: 100px;
}
.categories-p ul, .tags ul {
	list-style-type: none;
	padding: 0px;
}
.categories-p ul li, .tags ul li {
	display: inline-block;
	float: left;
	margin-bottom: 6px;
	margin-right: 6px;
}
.categories-p ul li:before, .tags ul li:before{
	content: '' !important;	
}
.categories-p ul li + li, .tags ul li + li {
}
.categories-p ul li a, .tags ul li a, .load-more, .white, .dark-grey, .green {
	font-size: 12px;
	padding: 2px 20px;
	display: block;
	display: inline-block;
}
.white, .dark-grey, .green {
	display: inline-block;
}
.dark-grey, .dark-grey:hover {
	background-color: #676363;
	color: #ffffff;
}
.green, .green:hover {
	background-color: #00ff8a;
	color: #ffffff;
}
a + .white, a + .dark-grey, a + .green {
	margin-left: 10px;
}
.categories-p ul li a:hover, .categories-p ul li a.active, .tags ul li a:hover, .load-more:hover, .white:hover {
	font-weight: 600;
	/*background-color: #f5f5f5;
	color: #868686;*/
}
.categories-p ul li a.active{
}
.project_list_holder{
/* 	width: 1300px; */
	/* height: 340px; */
	height: 401px;
	overflow: hidden;
	position: relative;
	margin-bottom: 50px;
	/* border: 1px solid #DFDFDF; */
	outline: none;
}
.proj_holder_menu_top {
	margin-bottom: 90px;
}
.project_list_holder ul{
	width: 2000em;
	height: 400px;
	overflow: hidden;
}
.project_list_holder ul li{
	width: 350px;
	height: 328px;
	margin: 14px;
	margin-left: 0px;
	margin-right: 24px;
	float: left;
	display: none;
	text-align: center;
	/* border: 1px solid black; */
}
.project_list_holder ul li:before{
	content: '' !important;
}
.project_list_holder ul li h4{
	color: #4a4a4a;
	font-size: 14px;
	margin-top: 28px;
	text-transform: uppercase;
}
.project_list_holder ul li p{
	color: #a2a2a2;
	text-align: center;
	font-size: 12px;
}
.nicescroll-rails{
	/* top: 0px !important; */
	position: fixed !important;
}
.nicescroll-rails div{
	background-color: #dfdfdf !important;
	border: 0px !important;
	border-top-left-radius: 0px !important;
	border-top-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
}
@media screen and (max-width: 1024px) {
	.nicescroll-rails div{
		background-color: white;
	}
	.logo_responsive img {
		filter:invert(85%);
	}
}
.post_thumb {
	position: relative;
	overflow: hidden;
}
.post_thumb img {
	width: 100%;
}
.post_thumb * {
	transition: all .6s ease-in-out;
	-webkit-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
}
.post_thumb .hover_state {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 13px 23px;
	opacity: 0;
	top:0;
}
.post_thumb .hover_state .likes {
	font-size: 13px;
	color: #ffffff;
	vertical-align: middle;
	float: left;
}
.post_thumb .hover_state .likes i {
	font-size: 14px;
	margin-right: 5px;
}
.post_thumb .hover_state .cont {
	font-size: 15px;
	color: #000000;
	/*color: #ffffff;*/
	width: 52px;
	height: 52px;
	border-radius: 50%;
	border: 1px solid #000000;
	/*border: 1px solid #ffffff;*/
	overflow: hidden;
	text-align: center;
	line-height: 52px;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -26px;
	margin-left: -26px;
}
.post_thumb:hover .hover_state {
	/* opacity: 1; */
	opacity: 0.6;
	z-index: 99;
}
.white_fade {
	background-color: rgba(255,255,255,0.65);
	z-index: 99;
	height: 100%;
    width: 100%;
    position: absolute;
	opacity: 0;
}
.post_thumb:hover .hover_stat {
	/* opacity: 1; */
	opacity: 0.6;
}
.post_thumb:hover img {
	transform: scale(1.05);
}
.attachment-project_thumb {
	transition: all .4s ease-in-out !important;
	-webkit-transition: all .4s ease-in-out !important;
	-ms-transition: all .4s ease-in-out !important;
	-moz-transition: all .4s ease-in-out !important;
	-o-transition: all .4s ease-in-out !important;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
/*.post_thumb:hover .attachment-project_thumb {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}*/
.categories_inside, .categories_inside a{
	color: #a2a2a2;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 13px;
	padding-bottom: 0px;
}
.list_projects_grid{
	/* margin: 0 0; */
	margin: 0 auto;
}
.list_projects_grid h1{
	margin-top: 100px;
	margin-bottom: 30px;
}
.article{
	box-sizing: border-box;
	min-height: 265px;
	text-align: center;
    display: none;
	margin-bottom: 30px;
}
.article h4{
	color: #333333;
	font-size: 14px;
	margin-top: 13px;
	text-transform: uppercase;
}
.article p{
	color: #333333;
	text-align: center;
	font-size: 12px;
}
.team_nav{
	width: 100%;
/* 	height: 60px; */
	top: 48%;
}
/*
.team_nav a{
	position: absolute;
	top: 40%;
	z-index: 10;
}
*/
.team_nav a{
	position: fixed;
	top: 45%;
	z-index: 10;
}
.team_nav a:hover{
	
}
.team_nav a.prev{
	left: 20px;
	outline: none;
	z-index: 3;
}
.team_nav a.next{
	right: 20px;
	outline: none;
	z-index: 3;
}
.team_nav a i{
	border: 1px solid #595959;
    border-radius: 50% 50% 50% 50%;
    color: #595959;
    float: left;
    font-size: 18px;
    font-weight: normal;
    height: 40px;
    padding: 10px;
    text-align: center;
    width: 40px;
	
}
.team_nav a:hover i{
	color: #000000;
	border: 1px solid #000000;
}
.team_members {
	margin-top: 50px;
}
/*.team_members > li:not(:first-child){
    display: none;
}*/
.team_members > li{
	display: block;
	clear: both;
	margin-bottom: 60px;
	float: left;
    /* position:absolute; */
}
.team_members > li:before{
	content: '' !important;
}
.load_more_projects{
	width: 220px !important;
}
a.load_more{
	margin: 110px auto;
	color: #868686;
	border: 1px solid #dfdfdf;
	padding: 16px 22px;
	background: #fff;
	width: 110px;
	display: block;
	text-decoration: none;
}
a.load_more:hover{
	background: #f5f5f5;
}
.load_more_grid{
	width: 100%;
	clear: both;
/* 	margin-bottom: 120px; */
	float: left;
}
.list_projects_grid a.load_more{
	float: none;
	margin: 0px auto;
	width: 110px;
	display: block;
}
.member{
	border-radius: 50%;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.member img{
	width: 100%;
	height: auto;
}
.member_info{
	vertical-align: middle;
}
.member_info h3{
	text-transform: uppercase;
}
.member_info h4{
	color: #46ed9c;
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 20px;
}
.clients{
	background-color: #f9f8f8;
	margin-bottom: 40px;
	margin-top: 30px;
}
.clients img{
    -webkit-transition : all 1s ease;
    -o-transition : all 1s ease;
    -moz-transition : all 1s ease;
    -ms-transition : all 1s ease;
    transition: all 1s linear ease;
}
.clients_menu_top {
	margin-bottom: 110px;
}
.clients .cl{
	box-sizing: border-box;
	text-align: center;
	border: 1px solid #eaeaea;
	height: 235px;
}
.clients .cl:hover{
	background-color: #fff;
}
.clients .cl a{
/* 	padding: 100px 0px; */
	display: inline-block;
}
.cl a img {
	margin:auto;
	max-width: 100%;
	max-height: 200px;
}
.blog{
	margin-bottom: 60px;
}
.blog .blog_article{
	margin-top: 50px;
}
.blog .blog_article img{
	width: 100% !important;
	margin-bottom: 14px;
}
.blog_page h1{
	margin-left: 14px;
}
.services_page{
	margin-bottom: 140px;
}
.services{
}
.services_page h1{
	margin-left: 14px;
}
.services .services_article{
	margin-top: 50px;
}
.services .services_article img{
	width: 100% !important;
}
.services .services_article h5{
	margin-top: 12%;
	color: #4a4a4a;
	text-transform: uppercase;
}
#project_info_icon{
	position: absolute;
	/* top: 34px; */
	top: 15px;
	right: -60px;
	z-index: 5;
}
#project_info_icon i{
	width: 40px;
	height: 40px;
	font-size: 18px;
	padding: 10px;
	float: left;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	border: 1px solid #fff;
}
#project_info_icon i:hover{
	color: #000000;
	border: 1px solid #000000;
}
#project_info_icon_down{
	position: absolute;
	bottom: 42px;
	right: -56px;
	z-index: 5;
	padding-top: 20px;
	height: 50px;
	padding-left: 20px;
	width: 56px;
}
#project_info_icon_down i{
	width: 40px;
	height: 40px;
	font-size: 18px;
	padding: 10px;
	float: left;
	text-align: center;
	border-radius: 50%;
	color: #888888;
	/*border: 1px solid #fff;*/
}
#project_info_icon_down i:hover{
	color: #000;
	/*border: 1px solid #000000;*/
}
.project_vid_back_top {
	top: 16px;
	right: 30px;
	position: absolute;
	z-index: 49;
}
.project_vid_back_bottom {
	display: none;
	bottom: 42px !important;
	right: 30px !important;
	position: fixed !important;
	z-index: 49 !important;
}
.project_vid_back_top a i{
	width: 40px;
	height: 40px;
	font-size: 18px;
	padding: 10px;
	float: left;
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 50%;
}
.project_vid_back_top a:hover i{
	color: #000000;
	border: 1px solid #000000;
}
.project_vid_back_bottom a i{
	width: 40px;
	height: 40px;
	font-size: 18px;
	padding: 10px;
	float: left;
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 50%;
}
.project_vid_back_bottom a:hover i{
	color: #000000;
	border: 1px solid #000000;
}
.logged-in-as {
	margin-left: 15px;
}
.dot_info{
	position: absolute;
	z-index: 49;
}
.dot_info a i{
	width: 40px;
	height: 40px;
	font-size: 18px;
	padding: 10px;
	float: left;
	text-align: center;
	color: #000000;
	border: 1px solid #000000;
	border-radius: 50%;
}
.dot_info a:hover i{
	color: #fff;
	border: 1px solid #fff;
}
.dot_info_box{
	position: absolute;
	left: 60px;
	top: -60px;
	width: 236px;
	height: 164px;
	background: black;
	opacity: 0.8;
	padding: 22px;
}
.dot_info_box div{
	overflow-y: scroll;
	width: 200px;
	height: 120px;
	padding-right: 12px;
}
.single-portfolio .nicescroll-rails div{
/* 	background-color: #464646 !important; */
	background-color: #cecece;
	width: 4px !important;
}
.single-portfolio .container{
	max-width: 20000px
}
.single-portfolio .social{
	display: none !important;
}
#project_info p{
	font-size: 13px;
}
#project_info{
	width: 400px;
	height: 100%;
/* 	position: absolute; */
	position: fixed;
	top: 0px;
	left: -400px;
	background: white;
	z-index: 50;
	/*add*/
	opacity: 0.9;
	/*added*/
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
	box-shadow: 0px 0px 10px rgba(0,0,0,.3);
}
/*add*/
#project_info:hover {
	opacity: 1;
}
/*added*/
#project_info img {
	max-width: 100%;
}
#project_info h6 {
	line-height: 1 !important;
	font-size: 11px !important;
	color: #666666;
}
#project_info h3 {
	margin-top: 0px !important;
}
.pr_info_holder{
	height: 100%;
	overflow-y: scroll;
	display: block;
	padding: 50px 50px;
	padding-bottom: 90px;
}
.pr_info_holder h5, h6, p {
	text-align: justify;
}
.pr_info_holder_menu_top {
	margin-top: 100px !important;
}
.project_info_video {
	position: fixed !important;
}
.c_nav {
	color: #a2a2a2;
	margin-bottom: 20px;
	clear: both;
	float: left;
	width: 100%;
}
.c_nav .categories {
	margin-bottom: 8px;
	margin-right: 20px;
	float: left;
	min-width: 100px;
}
.c_nav i{
	color: #a2a2a2;
	margin-right: 8px;
	float: left;
	font-size: 15px;
}
.c_nav p{
	line-height: 12px;
	font-size: 14px;
}
.c_nav a{
	color: #a2a2a2;
	line-height: 15px;
	font-size: 13px;
}
.visit_site{
	margin: 20px auto;
	color: #868686;
	border: 1px solid #dfdfdf;
	padding: 16px 22px;
	background: #fff;
	float: left;
}
.single_blog h1{
	margin-bottom: 20px;
}
.single_blog img{
	margin-top: 55px;
	max-width: 100%;
}
.blog_quote{
	margin: 30px 0px;
}
.blog_quote i{
	float: left;
	margin-right: 20px;
	font-size: 32px;
	color: #00ff8a;
}
.blog_quote p{
	font-size: 16px;
}
blockquote {
  background: transparent;
  border-left: 0px;
  margin: 0px;
  padding: 0px;
  width: 100%;
  display: block;
  margin-bottom: 20px;
  margin-top: 20px;
  /*quotes: "\201C""\201D""\2018""\2019";*/
  quotes: "\201C""\201D";
}
blockquote:before {
  color: #00ff8a;
  content: open-quote;
  font-size: 120px;
  line-height: 40px;
  margin-right: 0.25em;
  margin-top: 36px;
  float: left;
  vertical-align: -0.4em;
  font-family: 'FontAwesome', Arial, sans-serif;
}
blockquote p {
  display: inline;
}
#contact-page-form .col-sm-12 {
	clear: both;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success, .alert-success p {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #356635;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #2d6987;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #fbeed5;
  color: #c09853;
}
.alert-warning hr {
  border-top-color: #f8e5be;
}
.alert-warning .alert-link {
  color: #a47e3c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger hr {
  border-top-color: #e6c1c7;
}
.alert-danger .alert-link {
  color: #953b39;
}
.success-message {
	display: none;
}
.error {
	border: 1px solid red;
}
.liked * {
	color: #000000 !important;
}
div.column-4 {
	display: block;
}
.column-2 {
	display: none;
}
li.comment:before {
	list-style-type: none;
	content: '' !important;
}
li.comment + li.comment {
	margin-top: 40px;
}
li.comment .children {
	margin-left: 104px;
	margin-top: 40px;
}
li.comment .comment-author img {
	width: 78px;
	height: 78px;
	float: left;
	margin-top: 0px;
}
li.comment .comment-author cite a, li.comment .comment-author cite.fn {
	font-size: 14px;
	color: #5b5b5b;
	font-weight: 200;
	text-transform: uppercase;
}
li.comment .comment-author cite.fn {
	padding-left: 25px;
}
li.comment .comment-author .says {
	display: none;
}
li.comment .commentmetadata a {
	font-size: 13px;
	font-weight: 400;
	color: #9d9d9d;
	padding-left: 25px;
}
li.comment .comment-body > p {
	margin-top: 10px;
	padding-left: 104px;
}
li.comment .comment-body div.reply {
	padding-left: 104px;
}
li.comment .comment-body div.reply a {
	font-size: 13px;
	color: #6c6c6c;
	font-weight: 400;
}
.comments-list {
	margin-bottom: 40px;
}
.comment-form {
	margin-right: -15px;
	margin-left: -15px;
}
/* .comment-form-author, .comment-form-email, .comment-form-url {
	padding: 0px 15px;
	width: 100%;
} */
.comment-form-author input, .comment-form-email input, .comment-form-url input {
	width: 100%; 
	background: white;
}
h3#reply-title {
	display: none;
}
.comment-notes, .comment-form-comment, .form-submit {
	width: 100%;
	padding: 0px 15px;
}
.form-allowed-tags {
	width: 100%;
	float: left;
	/* padding: 0px 15px; */
	text-align: left;
}
.form-allowed-tags code {
	white-space: pre-wrap;
}
.info_h{
	margin: 15px 0px 20px 0px;
	display: block;
	width: 100%;
	float: left;
}
.info_h h5{
	float: left;
	display: block;
	color: #6e6e6e;
	border-bottom: 2px solid #d0d0d0;
	padding: 8px 0px 14px 0px;
}
.single_blog .categories-p{
	margin-bottom: 0px;
}
.project_list_holder ul li , .mix_all{
/*
    opacity: 0;
    display: none;
*/
}
.map_container{
	height: 460px;
}
#map{
	width: 100%;
	height: 460px;
	position: absolute;
	left: 0;
	right: 0;
}
.contact_form{
	margin-bottom: 120px;
}
.contact_form input, .contact_form textarea{
	width: 100%;
	background: white;
	margin-bottom: 10px;
}
.contact_form textarea{
	height: 260px
}
.contact_form .send{
	width: 80px;
}
.contact_form .send:active{
	width: 80px !important; 
}
.send:active{
	width: 80px;
}
.address_con {
	margin-bottom: 100px;
}
/* ########################## menu media queries ############################# */
/* bootom menu */
.bottom_default_nav{
	position: fixed;
	bottom: 0px;
	float: left;
	width: 100%;
	background: white;
	z-index: 100;
	height:79px;
/* 	border-top: solid 1px #e9e9e9; */
}
.top_default_nav{
/* 	position: relative; */
	position: fixed;
	top: 0px;
	float: left;
	width: 100%;
	background: white;
	z-index: 100;
	height:79px;
}
.main_nav {
	/*display: none;*/
	box-shadow: 0px -5px 15px #000000;
}
.main_nav .main_menu {
/* 	float:left; */
}
.main_nav  .main_menu > li {
	float:left;
	line-height:71px;
}
.main_nav .main_menu li {
	position:relative;
	/* float: left; */
	/* background: #fff; */
}
.main_nav .main_menu > li ul li{
	line-height:40px;
	float: left;
	margin-right: 60px;
}
.main_nav .main_menu > li ul li:first-child {
	border-top: 1px solid #e9e9e9 !important;
}
.main_nav .main_menu > li > a {
	float: left;
	padding:0 30px;
	border-right:solid 1px #e9e9e9;
/* 	border-top:solid 4px transparent; */
	border-bottom:solid 4px transparent;
	color:#909090;
	text-transform: uppercase;
	outline: none;
	text-decoration: none;
	background: #fff;
}
.main_nav .main_menu > li.current-menu-item { 
	border-top:solid 4px #000000;
}
.main_nav .main_menu > li:first-child  a {
	border-left:solid 1px #e9e9e9;
}
.main_nav .main_menu > li:first-child  a:hover {
	border-left:solid 1px #e9e9e9;
}
.main_nav .main_menu > li ul a, 
.main_nav .main_menu > li ul a:hover {
	border:none;
}
.main_nav:hover #menu .sub_holder {
	/* opacity:1; */
	display:block;
}
.sub_holder{
	background: rgba(0,0,0,0.85);
	width: 100%;
	z-index: 5;
    position:fixed;
    left: 0;
	bottom: 79px;
/* 	height: 100% !important; */
	display:none;
	/*
	opacity: 0;
	transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
	*/
}
.main_nav  .sub_holder_top{
	background: rgba(0,0,0,0.85);
	width: 100%;
	z-index: 5;
    position:fixed;
    left: 0;
	top: 79px;
	height: 100% !important;
	display:none;
	/*
	opacity: 0;
	transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
	*/
}
.menuBtn {
	font-size:30px;
	display:none;
}
/*
/*
.main_nav .main_menu > li > .sub-menu {
	display:none;
	position:absolute;
	bottom:120px;
	left:0;
	z-index: 6;
}
*/
.main_nav .main_menu > li > .sub-menu {
/* 	display: none; */
/* 	bottom: 120px; */
    float: left;
    left: 198px;
    position: fixed;
	padding-bottom: 150px;
	padding-top: 30px;
    z-index: 6;
    width: 82%;
}
.submenu_top {
/* 	top: 120px !important; */
	top: 80px;
}
.main_nav .main_menu .sub-menu li a{
	color:#909090;
	padding:0;
	text-transform: uppercase;
	font-size: 17px;
	text-decoration: none;
}
.main_nav .main_menu .sub-menu li a:hover{
	color:#000000;
	padding:0;
}
.main_nav .main_menu .sub-menu .sub-menu li a{
/* 	margin-left:10px; */
	font-size: 15px;
	text-transform: capitalize;
	text-decoration: none;
}
.nav_sub_category {
	padding-right: 60px;
	display: inline;
}
/* complex-menu Start*/
/*
.main_nav .main_menu > li > .sub-menu {
	display:none;
	position:absolute;
	bottom:120px;
	left:0;
	z-index: 6;
}
*/
.main_nav .main_menu > li > .sub-menu {
/* 	display: none; */
/* 	bottom: 120px; */
    float: left;
    left: 198px;
    position: fixed;
	padding-bottom: 150px;
	padding-top: 30px;
    z-index: 6;
    width: 82%;
}
.submenu_top {
/* 	top: 120px !important; */
	top: 80px;
}
.main_nav .main_menu .sub-menu li a{
	color:#909090;
	padding:0;
	text-transform: uppercase;
	font-size: 17px;
	text-decoration: none;
}
.main_nav .main_menu .sub-menu li a:hover{
	color:#000000;
	padding:0;
}
.main_nav .main_menu .sub-menu .sub-menu li a{
/* 	margin-left:10px; */
	font-size: 15px;
	text-transform: capitalize;
	text-decoration: none;
}
.nav_sub_category {
	padding-right: 60px;
	display: inline;
}
/* complex-menu End*/
/* bootom menu */
.responsive_menu {
	display:none;
	position:absolute;
	top:0px;
	left:0;
	width:100%;
	z-index:100;
	background:#696c6d;
	padding:20px;
	padding-top: 70px;
}
.responsive_menu a{
	color:#fff;
	font-size:16px;
	line-height:42px;
	display: block;
}
.responsive_menu li{
	width:100%;
	border-top: solid 1px #838788 !important;
}
.responsive_menu .main_menu > li:last-child{
	width:100%;
	border-bottom:solid 1px #838788;
}
.responsive_menu .sub-menu li a:before{
	content:" - ";
}
.responsive_menu .sub-menu .sub-menu{
	padding-left:20px;
}
.responsive_menu .sub-menu{
	padding-left:20px;
	position: inherit !important;
	display: block;
	width: 100%;
}
.menuBtn {
	position:absolute;
	/* top:40px; */
	top: 20px;
	right:20px;
	z-index:101;
	cursor:pointer;
}
/* 
.comment-form-author , .comment-form-email , .comment-form-url  {
	float: left; display: inline; width: 30%; padding: 0px; margin: 0px 1%; 
}
.comment-form-comment{
	clear: both;
}
.comment-form-comment label{
	display: block;
}
 */
.comment-form-comment textarea{
	clear: both;
	width: 100%;
	background: white;
	margin-top: 22px;
}
.comments_no_padding{
	padding: 0px 0px;
}
.form-submit{
	margin-bottom: 120px;
}
@media (max-width: 1490px) {
	body{
		overflow-x: hidden;
	}
	.main_nav .main_menu > li  a {
		padding:0px 15px;
	}
	/* form.comment-form p{
		float: left;
		display: inline;
	} 
	.comment-form-author , .comment-form-email , .comment-form-url  {
		float: left; display: inline; width: 200px;
	}
	.comment-form-author input, .comment-form-email input, .comment-form-url input {
		float: left; display: inline; width: 200px;
	}*/
}
@media (min-width: 1024px) {
	#project_info_icon_down{
		right: -70px !important;
		width: 70px !important;
	}
}
@media (max-width: 1024px) {
	body{
		overflow-x: hidden;
	}
    .main_nav{
         display: none !important;
    }     
	.comment-form-comment textarea{
		margin-top: 0px;
	}
	.inner_content{
		margin: 0 auto;
	}
	/*begin change*/
	body.home .inner_content{
		margin: 0 auto;
	}
	/*	body.home .inner_content{
		margin: 0 0px;
	}
*/
	.slides-navigation{
		left: 50% !important;
		margin: 0 !important;
		padding: 0 !important;
		margin-left: -50px !important;
		max-width: 100px !important;
	}
	.capture{
		top: 26%;
	}
	.bottom_default_nav, 
	.top_default_nav {
		display:none;
	}
	.menuBtn{
		display:block;
		color: #909090;
	}
	.project_vid_back_top {
		top: 15px;
		position: fixed !important;
		left: 50% !important;
		margin: 0 !important;
		padding: 0 !important;
		margin-left: 22px !important;
		max-width: 100px !important;
	}
	.project_vid_back_bottom {
		bottom: 42px !important;
		position: fixed !important;
		left: 50% !important;
		margin: 0 !important;
		padding: 0 !important;
		margin-left: 22px !important;
		max-width: 100px !important;
	}
	body.page-template-template-contact-php .inner_content_menutop {
		margin-top: 0px !important;
	}	
	body.single-portfolio .inner_content_menutop {
		margin-top: 0px !important;
	}	
	.project_vid_back_top {
		right: 49.5% !important;
		top: 15px;
	}
}
/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
	/* Styles */
	.contact_form input, .contact_form textarea{
		border-radius: 0;
	}
	body.page-template-template-home-php .inner_content_menutop {
		margin-top: 0 !important;
	}
	body.page-template-template-contact-php .inner_content_menutop {
		margin-top: 0px !important;
	}
	body.single-portfolio .inner_content_menutop {
		margin-top: 0px !important;
	}
	/*
	.inner_content_menutop {
		margin-top: 0px;
	}
	*/
}
/*iPhone Landscape*/
@media screen and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 750px)  {
	.map_container{
		height: 260px;
	}
	#map{
		width: 100%;
		height: 260px;
		position: absolute;
		left: 0;
		right: 0;
	}
	.contact_form input, .contact_form textarea{
		width: 100%;
		background: white;
		margin-bottom: 10px;
		border-radius: 0;
	}
	body.page-template-template-home-php .inner_content_menutop {
		margin-top: 0 !important;
	}
	body.page-template-template-contact-php .inner_content_menutop {
		margin-top: 0px !important;
	}
	.dot_info {
		display: none;
	}
	.project_slide img {
		width: auto;
		max-width: none;
		height: 100%;
		position: fixed;
	}
	#project_info{
		max-width: 397px;
		width: calc(100% - 150px) !important;
	}
	.inner_content_menutop {
		margin-top: 0px;
	}
	.team_nav a{
		position: absolute;
		top: 47%;
		z-index: 10;
	}
}
/*iPhone Portrait*/
@media screen and (max-width: 320px), screen and (max-device-width: 320px), screen and (max-width: 450px) {
	
	.map_container{
		height: 260px;
	}
	#map{
		width: 100%;
		height: 260px;
		position: absolute;
		left: 0;
		right: 0;
	}
	.contact_form input, .contact_form textarea{
		width: 100%;
		background: white;
		margin-bottom: 10px;
		border-radius: 0;
	}
	.team_nav a{
		position: absolute;
		top: 40%;
		z-index: 10;
	}
	.inner_content_menutop {
		margin-top: 79px !important;
	}
	body.page-template-template-home-php .inner_content_menutop {
		margin-top: 0 !important;
	}
	body.page-template-template-contact-php .inner_content_menutop {
		margin-top: 0px !important;
	}
	.dot_info {
		display: none;
	}
	.project_slide img {
		width: auto;
		max-width: none;
		height: 100%;
		position: fixed;
	}
	#project_info{
		width: calc(100% - 150px);
	}
	.pr_info_holder{
		padding: 25px 15px;
	}
	.pr_info_holder h5, h6, p {
		text-align: initial;
	}
	.inner_content_menutop {
		margin-top: 0px;
	}
}
.widget_anim{
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    opacity:0;
}
.widget_anim_done{
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    -ms-transition:all 0.5s;
    opacity: 1;
    transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -ms-transform: scale(1.0);
}
ul.accordion, ul.toggle, .tabs ul {
	list-style-type: none;
}
ul.accordion li > a, ul.toggle li > a, div.tabs ul.tab_buttons li > a {
	display: block;
	padding: 17px 17px;
	font-size: 13px;
	font-weight: 400;
	color: #787878;
	border: 1px solid #dfdfdf; 
	border-top: 0px;
	text-transform: uppercase;
	position: relative;
}
div.tabs ul.tab_buttons li > a {
	display: inline-block;
	float: left;
	border-top: 1px solid #dfdfdf;
	border-bottom: 0px;
	border-left: 0px;
}
div.tabs ul.tab_buttons li:first-child a {
	border-left: 1px solid #dfdfdf;
	outline: none;
}
ul.accordion li a.active, ul.accordion li a:hover, ul.toggle li a.active, ul.toggle li a:hover, div.tabs ul.tab_buttons li a.active, div.tabs ul.tab_buttons li a:hover {
	background-color: #f9f9f9;
	text-decoration: none;
}
ul.accordion li a i, ul.toggle li a i {
	position: absolute;
	font-size: 18px;
	color: #00ff8a;
	top: 50%;
	margin-top: -9px;
	right: 17px;
}
ul.accordion li div, ul.toggle li div, div.tabs ul.tab_content li {
	border: 1px solid #dfdfdf;
	border-top: 0px;
	padding: 17px 17px;
	display: none;
}
div.tabs ul.tab_content li {
	clear: both;
	border-top: 1px solid #dfdfdf;
}
ul.accordion li:first-child > a, ul.toggle li:first-child > a {
	border-top: 1px solid #dfdfdf;
}
ul.accordion li div *, ul.toggle li div * {
	margin-bottom: 0px;
}
.inner_content ul {
	list-style-type: none;
	color: #666666;
}
.inner_content ol {
	list-style-position: inside;
	color: #8a8a8a;
}
ol  li{
	list-style-type: decimal;
}
/*
.inner_content ul li:before {
	content: '\f058';
	font-family: 'FontAwesome';
	margin-right: 10px;
	font-size: 13px;
	color: #8a8a8a;
	text-decoration: none;
}
*/
div.video_fullscreen{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
ul.accordion li:before, .tabs ul li:before, ul.toggle li:before {
	content: '' !important;
	margin-right: 0px;
}
.mejs-video {
    position: static !important;
    width: 100% !important;
}
.mejs-inner{
    width: 100%;
    height: 100%;
}
.me-plugin{
    width: 100%;
    height: 100%;
}
.mejs-shim{
	width: 100% !important;
    height: 100% !important;
}
video#player {
	width: 100% !important;
    height: auto !important;
}
.me-plugin {
	width: 100% !important;
}
body.page-template-template-home-php .top_default_nav{
	position: fixed;
}
body.page-template-template-home-php .slides-navigation{
	max-width: 100px;
}
/*==================================
loader
==================================*/
/*.loader {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	top:0;
	left: 0;
	z-index: 900000;
	opacity: 0.99;
}*/
.loader {
	position: fixed;
	/*switcher les display pour activer le loader*/
	display: table;
	/*display: none !important;*/
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	z-index: 900000;
	opacity: 0.99;
	background-color: #ffffff;
}
/*cancel loader on single pages*/
.single .loader, .page-template-template-resource-php .loader {
	display: none !important;
}
.loader_container {
	position: relative;
	display: block;
	margin: auto;
	padding: 0;
	width: 100px;
	height: 15px;
	text-align: center;
	padding-top: 30%;
}
.loader i{
	position: relative;
	display: inline-block;
	margin: 0 3px;
	width: 5px;
	height: 15px;
	border-radius: 2px;
	border: solid #2a4000;
	border-width: 0 1px 1px 0;
	background: #00B1C0;
	animation: tilt infinite 5s cubic-bezier(0.955, -0.010, 1.000, 1.000);
	transform-origin: 100% 100%;
}
.loader i::before {
	content: '';
	position: absolute;
	z-index: -1;
	bottom: 0;
	display: block;
	width: 5px;
	height: 5px;
	background: transparent;
	box-shadow: 0 2px rgba(0,0,0,.3);
	animation: stretch infinite 5s cubic-bezier(0.955, -0.010, 1.000, 1.000);
	opacity: 0;
	transform-origin: 0% 0%;
}
.loader i:nth-child(2),
i:nth-child(2)::before {
  animation-delay: .3s;
}
.loader i:nth-child(3),
i:nth-child(3)::before {
  animation-delay: .6s;
}
.loader i:nth-child(4),
i:nth-child(4)::before {
  animation-delay: .9s;
}
.loader i:nth-child(5),
i:nth-child(5)::before {
  animation-delay: 1.2s;
}
.loader i:last-of-type {
  animation-name: tilt-last;
}
.loader i:last-of-type::before {
  animation-name: stretch-last;
}
@keyframes tilt {
  10% { transform: rotate(70deg) }
  60% { transform: rotate(70deg) }
  70% { transform: rotate( 0deg) }
}
@keyframes tilt-last {
  10% { transform: rotate(90deg) }
  60% { transform: rotate(90deg) }
  70% { transform: rotate( 0deg) }
}
@keyframes stretch {
  10% { transform: rotate(-70deg); width: 10px; opacity: 1; left: 0px; bottom: -1px; }
  60% { transform: rotate(-70deg); width: 10px; opacity: 1; }
  70% { width: 5px; transform: rotate(0deg); opacity: 0; }
}
@keyframes stretch-last {
  10% { transform: rotate(-90deg); width: 10px; height: 2px; opacity: .5; left: 3px; bottom: -1px; }
  60% { transform: rotate(-90deg); width: 10px; height: 2px; opacity: .5; }
  70% { transform: rotate(0deg); width: 5px; height: 5px;opacity: 0;}
}
/*.bubblingG {
	text-align: center;
	width:80px;
	height:50px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -25px;
	margin-left: -40px;
}
.bubblingG span {
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	margin: 25px auto;
	background: #000000;
	-moz-border-radius: 50px;
	-moz-animation: bubblingG 0.8s infinite alternate;
	-webkit-border-radius: 50px;
	-webkit-animation: bubblingG 0.8s infinite alternate;
	-ms-border-radius: 50px;
	-ms-animation: bubblingG 0.8s infinite alternate;
	-o-border-radius: 50px;
	-o-animation: bubblingG 0.8s infinite alternate;
	border-radius: 50px;
	animation: bubblingG 0.8s infinite alternate;
}
#bubblingG_1 {
	-moz-animation-delay: 0.48s;
	-webkit-animation-delay: 0.48s;
	-ms-animation-delay: 0.48s;
	-o-animation-delay: 0.48s;
	animation-delay: 0.48s;
}
#bubblingG_2 {
	-moz-animation-delay: 0.24s;
	-webkit-animation-delay: 0.24s;
	-ms-animation-delay: 0.24s;
	-o-animation-delay: 0.24s;
	animation-delay: 0.24s;
}
#bubblingG_3 {
	-moz-animation-delay: 0s;
	-webkit-animation-delay: 0s;
	-ms-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s;
}
@-moz-keyframes bubblingG {
	0% {
		width: 10px;
		height: 10px;
		background-color:#000000;
		-moz-transform: translateY(0);
	}
	100% {
		width: 24px;
		height: 24px;
		background-color:#FFFFFF;
		-moz-transform: translateY(-21px);
	}
}
@-webkit-keyframes bubblingG {
	0% {
		width: 10px;
		height: 10px;
		background-color:#000000;
		-webkit-transform: translateY(0);
	}
	100% {
		width: 24px;
		height: 24px;
		background-color:#FFFFFF;
		-webkit-transform: translateY(-21px);
	}
}
@-ms-keyframes bubblingG {
	0% {
		width: 10px;
		height: 10px;
		background-color:#000000;
		-ms-transform: translateY(0);
	}
	100% {
		width: 24px;
		height: 24px;
		background-color:#FFFFFF;
		-ms-transform: translateY(-21px);
	}
}
@-o-keyframes bubblingG {
	0% {
		width: 10px;
		height: 10px;
		background-color:#000000;
		-o-transform: translateY(0);
	}
	100% {
		width: 24px;
		height: 24px;
		background-color:#FFFFFF;
		-o-transform: translateY(-21px);
	}
}
@keyframes bubblingG {
	0% {
		width: 10px;
		height: 10px;
		background-color:#000000;
		transform: translateY(0);
	}
	100% {
		width: 24px;
		height: 24px;
		background-color:#FFFFFF;
		transform: translateY(-21px);
	}
}
*/
/*==================================
end loader
==================================*/
iframe#ov_vid{
    width:100%;
    height: 100%;
}
div.custom_markup{
    display: none;
    margin-top: 10px;
}
div.custom_markup img{
    left: 0px !important;
    top: 0px !important;
    z-index: -1 !important;
    height: auto !important;
    width: auto !important;
    position: relative !important;
}
div#slides {
	position: absolute !important;
}
body.logged-in .top_default_nav{
    margin-top: 32px !important;
	box-shadow: 0px -5px 15px #000000;
}
.fancybox_container{
    display: none;
}
.logo_responsive_out{
	position: fixed;
	z-index: 99;
	margin-left: 25px;
	margin-top: 20px;
	display:none;
}
.logo_responsive_out.bottom{
	bottom: 0;
	padding-bottom: 25px;
}
@media (max-width: 1024px){
	body.page-template-template-home-php .logo_responsive_out{
		display:block;
	}
	.logo_responsive_out img{
		max-width: 150px;
		max-height: 59px;
	}
}
/*begin add*/
.likes {
	display: none;
}
.like {
	display: none;
}
.social_share {
	display: none;
}
.load_more_grid {
	display: none;
}
/*==================================
header
==================================*/
.progress_img {
	height: 100%;
    position: absolute;
    right: 0px;
    padding: 10px;
}
.progress_img img {
	height: 100%;
}
@media (max-width: 1024px){
	.progress_img {
		height: 42px;
		margin-top: -60px;
		margin-right: 100px;
		padding: 0px;
	}
}
/*==================================
end header
==================================*/
/*==================================
portfolio grid template
==================================*/
body.page-template-template-projects-grid-php {
	background-color: white;
}
body.page-template-template-projects-grid-php .categories_inside {
	display: block;
}
body.page-template-template-projects-grid-php h4 {
	margin-bottom: 0px;
}
.categories-p li {
	border-left: 1px solid #dfdfdf;
}
.categories-p li:first-child {
	border-left: none;
}
.new_logo {
	top: 50%;
	left: 50%;
	margin-top: -18px;
	margin-left: -18px;
	position: absolute;
}
.new_logo_image {
	width: initial !important;
	opacity: 0.85;
}
.post_thumb:hover .new_logo_image {
	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Safari */
    transform: rotate(45deg);
}
.post_thumb:hover .attachment-project_thumb {
	-webkit-filter: grayscale(50%);
    filter: grayscale(50%);
}
/*==================================
end portfolio grid template
==================================*/
/*==================================
cv template
==================================*/
.page-template-template-vitae p, .page-template-template-vitae strong, .page-template-template-vitae a, .page-template-template-vitae li {
	font-size: 13px;
}
.row h1 {
	display: none;
}
.cv_container {
	width: 100%;
	padding-left: 100px;
}
.cv_image {
	width: 50%;
	float: left;
	text-align: center;
}
.cv_image img {
	max-height: 300px;
	max-width: 300px;
	height: auto;
	width: auto;
}
body.page-template-template-cv-php a {
	line-height: 25px;
}
body.page-template-template-cv-php ul {
	margin-left: 0px !important;
}
/*body.page-template-template-vitae-php a {
	line-height: 25px;
}*/
body.page-template-template-vitae-php ul {
	margin-left: 0px !important;
	overflow: hidden;
}
.cv_title {
	margin-top: 25px;
}
.cv_info {
	width: 50%;
	float: left;
}
.cv_info h1 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.cv_info h2 {
	margin-top: 0px;
	margin-bottom: 30px;
}
.cv_info a, .cv_info a p {
	font-size: 13px;
	color: black;
	margin-bottom: 0px;
}
.bloc_cv {
	margin: 0px;
}
/*.bloc_cv a {
	color: #8b8b8b;
}*/
.bloc_cv2 {
	margin: 0px;
	padding: 0px 20px;
}
.bloc_cv2 div, ul, li, p, h1, h2, h3, h4, h5, h6 {
	text-indent: 0px;
}
.bloc_cv3 {
	margin: 0px;
	padding: 0px 20px;
}
.social_div {
	position: relative;
	display: inline-block;
	display: inline-block;
    margin-right: 5px;
	margin-top: 10px;
	opacity: .3;
}
.cv_cursus_2col {
	-moz-column-count:2;
    -moz-column-gap: 10%;
    -moz-column-width: 45%;
    -webkit-column-count:2;
    -webkit-column-gap: 10%;
    -webkit-column-width: 45%;
    column-count: 2;
    column-gap: 10%;
    column-width: 45%;
}
.bloc_cv2 {
	text-indent: 1em; /* To show paragraph starts. */
	page-break-inside: avoid; /* For Firefox. */
	-webkit-column-break-inside: avoid; /* For Chrome & friends. */
	break-inside: avoid; /* For standard browsers like IE. :-) */
	padding: 1px;
}
.cv_cursus_school2 {
	padding-left: 0px !important;
	text-indent: 0px;
	margin-left: 100px;
}
.cv_cursus_3col {
	-moz-column-count:3;
    -moz-column-gap: 3%;
    -moz-column-width: 30%;
    -webkit-column-count:3;
    -webkit-column-gap: 3%;
    -webkit-column-width: 30%;
    column-count: 3;
    column-gap: 3%;
    column-width: 30%;
}
.cv_cursus {
	width: 100%;
	float: left;
	margin-bottom: 70px;
	padding-top: 30px;
}
.cv_cursus p {
	float: none;
	width: calc(100% - 10px);
	text-align: initial !important;
}
.cv_cursus a {
	float: none;
	width: 100%;
}
.cv_schools {
	margin-left: 0px !important;
}
.cv_cursus_year {
	float: left;
	position: relative;
	width: 100px;
	color: #8a8a8a;
}
.bloc_cv2 .cv_cursus_year {
	width: 100px !important;
}
.cv_cursus_school1 {
	float: left;
	color: #8a8a8a;
	margin-bottom: 15px;
}
.cv_cursus_school1 p{
	line-height: initial;
}
.cv_specific {
	margin-left: 150px;
}
.cv_atelier {
	margin-left: 70px;
}
.cv_specific_ul2 .cv_atelier {
	margin-left: 100px;
}
.cv_links {
}
.tab {
	margin-left: 20px;
}
.super_tab {
	margin-left: 170px;
	line-height: 20px !important;
	display: block;
}
/*.cv_links li:last-child {
	margin-bottom: 20px;
}*/
.cv_sem {
	width: 100px;
	float: left !important;
}
.cv_specific_ul2 .cv_sem {
	padding-left: 15px;
}
.map_container {
	display: none;
}
.cv_row {
	padding-top: 50px;
}
.cv_specific_ul1 {
	padding-left: 150px !important;
	margin-bottom: 20px;
}
.cv_specific_ul2, .cv_specific_ul3 {
	padding-left: 0px !important;
	margin-bottom: 20px;
}
.cv_specific_ul2 a {
	margin-left: 100px !important;
	width: calc(100% - 100px) !important;
}
.cv_specific_ul1:last-child, .cv_specific_ul2:last-child, .cv_specific_ul3:last-child {
	margin-bottom: 30px;
}
.cv_schools {
	height: 20px;
}
.langue {
	font-weight: bold;
}
.cv_exp a {
	color: #6b6b6b;
	text-decoration: none;
	font-weight: 600;
}
.cv_cursus a {
    color: #6b6b6b;
    text-decoration: none;
    font-weight: 600;
}
.cv_cursus_experience strong {
	font-size: 13px;
}
.sub_txt, .sub_txt a {
	font-size: 12px !important; 
	line-height: 16px !important; 
	margin-top: 3px;
}
.sub_txt {
	margin-left: 10px;
}
.cv_cursus .sub_txt p {
	text-align: justify;
}
.cv_experience1 {
	margin-left: 150px;	
	margin-bottom: 10px;
}
.cv_experience2 {
	margin-left: 100px;	
	margin-bottom: 10px;
}
.cv_experience1 li, .cv_experience1 li {
	width: 100%;
	margin-bottom: 5px;
}
.cv_cursus_experience {
	margin-bottom: 0px;
}
.cv_cursus_experience p {
	margin-bottom: 0px;
	line-height: 20px;
}
.cv_cursus_lang1, .cv_cursus_lang2 {
	width: 100px;
	float: left;
    position: relative;
}
.cv_cursus_lang_q1 {
	margin-left: 150px;
}
.maj_ul a {
	line-height: initial;
}
.maj_ul p {
	text-align: justify !important;
}
@media screen and (min-width: 1200px) {
	.mix_all {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	.post_thumb img {
	max-height: 189px;
	}
}
@media screen and (max-width: 1200px) and (min-width: 801px) {
	.mix_all {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	.cv_container {
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}
	.cv_sem {
		width: 70px;
	}
	.cv_atelier {
	}
	.super_tab {
		margin-left: 70px;
	}
	.cv_cursus_school1, .cv_cursus_school2, .cv_cursus_school3 {
		padding-left: 100px;
	}
	.cv_specific, .cv_cursus_school2, .cv_experience2 {
		margin-left: 100px;
	}
	.cv_row {
		padding-top: 0px;
	}
	.cv_cursus_school1, .cv_cursus_school2, .cv_cursus_school3 {
		padding-left: 70px;
		max-width: calc(100% - 100px)
	}
	.cv_specific_ul1 {
		padding-left: 100px !important;
	}
	.cv_specific_ul2, .cv_specific_ul3 {
		padding-left: 0px !important;
	}
	.cv_specific_ul2 .cv_sem, .cv_specific_ul3 .cv_sem {
		width: 100px;
		padding-left: 15px;
	}
	.cv_experience1, .cv_cursus_lang_q1 {
		margin-left: 170px;	
	}
}
@media screen and (max-width: 800px) and (min-width: 481px) {
	.cv_container {
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}
	.cv_sem {
		width: 70px !important;
	}
	.super_tab {
		margin-left: 0px;
	}
	.cv_cursus_school1, .cv_cursus_school2, .cv_cursus_school3 {
		padding-left: 70px;
		max-width: calc(100% - 100px);
	}
	.cv_specific {
		margin-left: 100px;
		margin-top: 0px;
	}
	.cv_links li{
		margin-left: 70px;
	}
	.cv_image img {
		max-width: 100%;
	}
	.cv_row {
		padding-top: 0px;
	}
	.cv_specific_ul1 {
		padding-left: 100px !important;
	}
	.cv_specific_ul2, .cv_specific_ul3 {
		display: block;
	}
	.cv_schools {
		height: 20px;
	}
	.cv_info {
		padding-left: 50px;
	}
	.cv_experience1, .cv_experience2, .cv_cursus_lang_q1, .cv_cursus_lang_q2 {
		margin-left: 100px;	
	}
	.cv_cursus_2col {
		-moz-column-count: initial;
		-moz-column-gap: initial;
		-moz-column-width: initial;
		-webkit-column-count:initial;
		-webkit-column-gap: initial;
		-webkit-column-width: initial;
		column-count: initial;
		column-gap: initial;
		column-width: initial;
	}
	.bloc_cv2 {
		text-indent: initial; /* To show paragraph starts. */
		page-break-inside: initial; /* For Firefox. */
		-webkit-column-break-inside: initial; /* For Chrome & friends. */
		break-inside: initial; /* For standard browsers like IE. :-) */
		padding: initial;
	}
}
@media screen and (max-width: 480px) {
	.cv_container {
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}
	.cv_sem {
		width: 70px !important;
	}
	.super_tab {
		margin-left: 170px;
	}
	.cv_cursus_school1, .cv_cursus_school2, .cv_cursus_school3 {
		max-width: calc(100% - 100px);
	}
	.cv_schools {
		height: 40px;
	}
	.cv_specific {
		margin-left: 100px;
		margin-top: 0px;
	}
	.cv_specific_ul1 {
		padding-left: 30px !important;
	}
	.cv_specific_ul2, .cv_specific_ul3 {
	}
	.cv_atelier {
		margin-left: 70px;
	}
	.cv_links li {
		margin-left: 70px;
	}
	.cv_specific_ul2 .cv_links li {
		margin-left: 0px;
	}
	.cv_links a {
		margin-left: 0px;
	}
	.cv_image {
		width: 100%;
	}
	.cv_info {
		width: 100%;
		padding-top: 30px;
	}
	.cv_image img {
		max-width: 100%;
	}
	.cv_row {
		padding-top: 0px;
	}
	.cv_experience1, .cv_experience2, .cv_cursus_lang_q1, .cv_cursus_lang_q2 {
		margin-left: 100px;	
	}
	.cv_cursus_2col {
		-moz-column-count: initial;
		-moz-column-gap: initial;
		-moz-column-width: initial;
		-webkit-column-count:initial;
		-webkit-column-gap: initial;
		-webkit-column-width: initial;
		column-count: initial;
		column-gap: initial;
		column-width: initial;
	}
	.bloc_cv2 {
		text-indent: initial; /* To show paragraph starts. */
		page-break-inside: initial; /* For Firefox. */
		-webkit-column-break-inside: initial; /* For Chrome & friends. */
		break-inside: initial; /* For standard browsers like IE. :-) */
		padding: initial;
	}
}
/*==================================
end cv template
==================================*/
/*contact_template*/
.row_contact {
	padding: 20px 50px;
}
.box_propos {
	padding: 10px 25px 10px 10px;
}
.box {
	width: 50%;
	float: left;
}
.box_propos p {
	text-align: justify;
}
.box_contact {
	padding: 10px 10px 10px 25px;
}
.contact_container {
	/*width: 50%;*/
	margin: auto;
}
.icon {
	width: 48px;
	height: auto;
}
.footer_d {
	position: absolute;
	bottom: 0px;
	width: 100%;
	margin-bottom: 7px;
}
.footer_d p {
	font-style: italic;
	color:#636363;
	text-align: center;
}
@media screen and (max-width: 1024px) {
	.row_contact {
		padding: 0px 50px;
	}
	.pr_info_holder_menu_top {
		margin-top: 0px !important;
	}
	#project_info_icon_down{
		bottom: unset;
	}
	.single-projets_divers .slides-control .slides-container li img
, .single-portfolio .slides-control .slides-container li img {
		max-height: calc(100% - 100px) !important;
	}
}
@media screen and (max-width: 800px) {
	.box {
		width: 100%;
		float: initiale;
	}
	.box_contact {
		padding: 0px;
	}
	.box_propos {
		padding: 0px;
	}
}
@media screen and (max-width: 1200px) {
	.contact_container {
		width: 100%;
		padding: 0px 12px;
	}
	.cv_cursus_year {
		width: 100px;
	}
	.img_nbr {
		transform: translate(0px, 0px);
		bottom: 0px;
	}
}
@media screen and (max-width: 1024px) {
	.categories-p {
		margin-top: 0px;
	}
}
/*portfolio_template*/
div#slides {
	background-color: white;
}
.padding_slides {
	padding: 0px 50px;
}
.slides-container li{
	text-align: center;
}
.dots {
	opacity: .7;
	width: 100%;
	margin-top: 15px;
}
body.page-template-template-home-php .slides-control .slides-container li img {
	left: 0px !important;
	top: 130px !important;
	/*max-width: calc(100% - 140px) !important;*/
	height: auto !important;
	max-height: calc(100% - 250px);
	width: auto !important;
	position: relative !important;
	margin-right: 95px;
}
.single-portfolio .slides-control .slides-container li img {
	left: 0px !important;
	max-width: calc(100% - 140px) !important;
	height: auto !important;
	max-height: calc(100% - 250px);
	width: auto !important;
	position: relative !important;
	margin-right: 95px;
	top: 50% !important;
	-ms-transform: translate(0%,-50%);
   	-webkit-transform: translate(0%,-50%);
   	transform: translate(0%,-50%);
}
.single-projets_divers .slides-control .slides-container li img {
	left: 0px !important;
	max-width: calc(100% - 140px) !important;
	height: auto !important;
	max-height: calc(100% - 250px);
	width: auto !important;
	position: relative !important;
	margin-right: 95px;
	top: 50% !important;
	-ms-transform: translate(0%,-50%);
   	-webkit-transform: translate(0%,-50%);
   	transform: translate(0%,-50%);
}
body.page-template-template-vitae-php h3 {
	text-transform: uppercase;
}
@media screen and (max-width: 1200px) {
	.single-projets_divers .slides-control .slides-container li img {
		margin-right: 0px;
	}
	.padding_slides {
		padding: 0px 0px !important;
	}
	.single-projets_divers .slides-control .slides-container li img
, .single-portfolio .slides-control .slides-container li img {
			margin-right: 0px !important;
			max-width: 100% !important;
			max-height: calc(100% - 250px);
	}
	.slides-navigation_bottom {
		display: none;
	}
}
/*==================================
photographie
==================================*/
.page-template-template-photographie .inner_content_menutop {
	margin-top: 0px !important;
}
.photo_grid {
	/*display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;*/
	width: 100%;
	/*height: 100vh;*/
	margin: auto;
	padding: 100px 0px 50px 0px;
}
.photo_cat {
	width: calc(100% - 100px);
	height: 180px;
	margin: 35px 50px;
	overflow: hidden;
	position: relative;
}
.photo_cat img {
	height: auto;
	width: 100%;
	right: 0px;
	margin-top: 90px;
    transform: translateY(-50%);
	max-width: 1070px;
}
.white_hider {
	height: 400px;
    position: absolute;
    width: 530px;
    background-color: white;
    z-index: 1;
    transform: rotate(-25deg);
    top: -50%;
    right: 108%;
	opacity: .8;
	}
.photo_cat:hover .white_hider {
	right: 75%;
}
.hider_text {
	right: 110%;
	position: absolute;
	z-index: 2;
	bottom: 20px;
}
.hider_text_under {
	display: none;
}
.hider_text, .white_hider {
	-webkit-transition: right .35s ease-out;
    transition: right .35s ease-out;
}
.photo_cat:hover .hider_text {
	right: 75%;
}
.photo_text, .main_body {
	margin: 150px auto 0px auto;
	max-width: 702px;
	width: 100%;
}
@media screen and (max-width: 1024px) {
	.photo_cat {
		margin: 35px 50px 0px 50px;
	}
	.hider_text {
		font-size:24px;
		display: none;
	}
	.white_hider {
		right: 110%;
		display: none;
	}
	.hider_text_under {
		display: block;
		margin: -15px 50px 0px 50px;
		text-align: center;
	}
}
@media screen and (max-width: 750px) {
	.hider_text {
		font-size:20px;
	}
	.white_hider {
		right: 120%;
	}
	.photo_cat:hover .white_hider {
	right: 65%;
	}
	.photo_cat:hover .hider_text {
	right: 60%;
	}
}
@media screen and (max-width: 480px) {
	.photo_cat {
		margin: 35px 0px 0px 0px;
		width: 100%;
	}
}
/*==================================
end photographie
==================================*/
/*==================================
resource
==================================*/
.resource_page_title {
	margin-bottom: 40px;
    margin-top: 100px;
	margin-left: 20px;
	margin-right: 20px;
}
.list_resource_row {
	width: 100%;
	height: 300px;
}
.resource_item {
	display: inline-block;
	float: left;
	width: 25%;
	/*height: 265px;*/
	margin-bottom: 40px;
	padding-left: 20px;
	padding-right: 20px;
}
.resource_item .attachment-project_thumb {
	display:block;
	max-width: 100%;
	max-height: 100%;
	height: auto;
	width: auto;
	opacity: 0.5;
}
.resource_thumb {
	width: 100%;
	/*height: 189px;*/
	overflow: hidden;
	background-color:rgba(0,0,0,0.40);
	-webkit-transition: box-shadow 0.5s; /* Safari prior 6.1 */
	transition: box-shadow 0.5s;
	margin-bottom: 10px;
	cursor: pointer;
}
.resource_info {
	z-index: -1;
	opacity: 0;
	position: absolute;
	width: 1170px;
	margin-left: -20px;
	padding: 20px 20px 30px 20px;
	overflow: hidden;
	background-color: rgba(255, 255, 255, 0.92);
	-webkit-transition: opacity 0.5s; /* Safari prior 6.1 */
	transition: opacity 0.5s;
	/*box-shadow: #d0d0d0 0px 0px 3px;*/
}
.is-on > .resource_info {
	z-index: 3;
	opacity: 1 !important;
	
}
.is-on > .resource_thumb {
	box-shadow: #000000de 0px 0px 15px;
}
.is-on .attachment-project_thumb {
	filter: grayscale(0%);
	opacity: 1 !important;
}

.resource_item:nth-child(4n+1) .resource_info {

}
.resource_item:nth-child(4n+2) .resource_info {
	margin-left: calc(-1170px/4 - 20px);
}
.resource_item:nth-child(4n+3) .resource_info {
	margin-left: calc(-1170px/2 - 20px);
}
.resource_item:nth-child(4n) .resource_info {
	margin-left: calc(-1170px/4*3 - 20px);
}
.pending_img {
	position: absolute;
	width: calc(1170px/4 - 40px);
	z-index: 2;
    opacity: 0.5 !important;
}
.thumb_icon {
	position: absolute;
	max-height: 40px;
	margin-left: 200px;
    margin-top: 140px;
    z-index: 0;
}
.is-on .thumb_icon {
	z-index: 2;
}
@media screen and (max-width: 1200px) {
	.resource_info {
		width: 970px;
	}
	.pending_img {
		width: calc(970px/4 - 40px);
	}
	.resource_item:nth-child(4n+2) .resource_info {
		margin-left: calc(-970px/4 - 20px);
	}
	.resource_item:nth-child(4n+3) .resource_info {
		margin-left: calc(-970px/2 - 20px);
	}
	.resource_item:nth-child(4n) .resource_info {
		margin-left: calc(-970px/4*3 - 20px);
	}
	.thumb_icon {
		max-height: 35px;
		margin-left: 160px;
		margin-top: 110px;
	}
}
@media screen and (max-width: 1025px) {
	.resource_page_title {
		margin-top: 20px;
	}
}
@media screen and (max-width: 992px) {
	.resource_info {
		width: 750px;
	}
	.pending_img {
		width: calc(750px/4 - 40px);
	}
	.resource_item:nth-child(4n+2) .resource_info {
		margin-left: calc(-750px/4 - 20px);
	}
	.resource_item:nth-child(4n+3) .resource_info {
		margin-left: calc(-750px/2 - 20px);
	}
	.resource_item:nth-child(4n) .resource_info {
		margin-left: calc(-750px/4*3 - 20px);
	}
	.thumb_icon {
		max-height: 25px;
		margin-left: 115px;
		margin-top: 78px;
	}
}
@media screen and (max-width: 800px) {
	.resource_info {
		width: 100%;
	}
	.resource_item {
		width: 50%;
	}
	.pending_img {
		width: calc(50% - 40px);
	}
	.resource_item:nth-child(4n+2) .resource_info {
		margin-left: calc(-50% - 20px);
	}
	.resource_item:nth-child(4n+3) .resource_info {
		margin-left: -20px;
	}
	.resource_item:nth-child(4n) .resource_info {
		margin-left: calc(-50% - 20px);
	}
	.thumb_icon {
		width: 7%;
		max-height: initial;
		margin-left: 28vw;
		margin-top: 22vw;
	}
}
/*==================================
end resource
==================================*/
.main_body {
	display: table;
}
.video_div {
	width: 100%;
	position: absolute;
	top: 100px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	margin: auto;
	display: flex;
	flex-direction: column;
	/*justify-content: center;*/
	padding-bottom: 100px;
}
.video_div_gallery {
	max-width: calc(100% - 100px); 
	right: initial !important;
}
.vid_back {
	width: 100%;
	height:unset;
	max-height: 100%;
	background-color: #434343;
}
.vid_back_gallery {
	width: 100%;
	height:100%;
	max-height: 100%;
	background-color: #434343;
}
.vid_container {
	position: relative;
	width: 100%;
	height: 100%;
	max-height: 100%;
	margin: auto;
}
.video_div video {
	position: relative;
	left: 0px;
	right: 0px;
	top: 50%;
	width: auto;
	height: auto;
	max-width: 1170px;
	max-height: 100%;
	/*max-height: -webkit-fill-available;*/
	-webkit-transform: translate(0%,-50%);
    transform: translate(0%,-50%);
	
}
.lien_video {
	position: absolute;
	margin-bottom: 72px;
	bottom: 0px;
	text-align: center;
	width: 100%;
	left: 0px;
}
.web_container {
	overflow: hidden;
}
.ul_siteweb {
	margin-top: 130px;
}
.li_siteweb {
	max-width: 1080px;
	width: 100%;
	margin: auto;
	height: 300px;
	text-align: center;
}
.li_siteweb iframe {
	width: 133%;
	height: 300px;
	border: 2px #949494 solid;
	-ms-zoom: 0.75;
	-moz-transform: scale(0.75);
	-moz-transform-origin: 0 0;
	-o-transform: scale(0.75);
	-o-transform-origin: 0 0;
	-webkit-transform: scale(0.75);
	-webkit-transform-origin: 0 0;
}
.li_siteweb h4 {
	margin-top: -50px;
}
.blind_div {
	width: 100%;
	max-width: 1070px;
}
.object_pdf {
	width: calc(100% - 200px);
	position: relative;
	top: 90px;
	height: calc(100% - 110px);
    margin: auto;
	display: block;
	border: none;
    box-shadow: grey 0px 0px 4px 3px;
}
@media screen and (max-width: 1200px) {
	.video_div_gallery {
		max-width: 100%;
	}
	.blind_div {
		max-width: 970px;
	}
}
@media screen and (max-width: 1024px) {
	.vid_back {
		height: 100%;
		max-height: 100%;
	}
	.video_div video {
		/*max-height: 100%;*/
		width: 100%;
		margin: auto;
	}
	.blind_div {
		max-width: 750px;
	}
}
/*ecrits*/
body.single-ecrits .container {
	margin: 0px;
	max-width: 100%;
}
body.single-ecrits .padding_slides {
	width: 100%;
	height: calc(100% - 40px);
	top: 0px;
}
.page-template-template-writing-php .categories-p ul li a:hover,
.page-template-template-writing-php .categories-p ul li a.active,
.page-template-template-writing-php .tags ul li a:hover,
.page-template-template-writing-php .load-more:hover, 
.page-template-template-writing-php .white:hover {
	font-weight: unset;
	text-decoration: underline;
}
.page-template-template-writing-php .article {
	margin: 0px;
}
.wri_container {
	width: 100%;
	display: inline-block;
	margin-bottom: 30px;
	margin-top: 0px;
}
.wri_container_left {
	float: left;
	width: auto;
	max-width: 75%;
	text-align: left;
}
.wri_container_right {
	float: right;
	width: 100%;
	max-width: 25%;
	padding-left: 100px;
	text-align: center;
}
.wri_container_right p {
	text-align: unset;
	margin-bottom: 0px;
}
.button_wri {
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 10px;
	margin-top: 20px;
}
.page-template-template-writing-php .container .mix_all,
.page-template-template-writing-php .container .article {
	min-height: 0px;
	text-align: unset;
	margin-bottom: unset;
	width: 100%;
}
.page-template-template-writing-php .container .article p {
	text-align: left;
}
@media screen and (max-width: 992px) {
	.wri_container_left {
		float: left;
		width: 75%;
		max-width: calc(100% - 230px);
	}
	.wri_container_right {
		float: right;
		max-width: 230px;
	}
	.object_pdf {
		width: 100%;
	}
}
@media screen and (max-width: 800px) {
	.wri_container {
		padding: 0px 20px;
	}
}
@media screen and (max-width: 600px) {
	.wri_container_left {
		width: 100%;
		max-width: unset;
	}
	.wri_container_right {
		float: left;
		max-width: 230px;
		display: inline-block;
		padding-left: unset;
		width: 100%;
		max-width: unset;
	}
	.button_wri {
		margin-top: 20px;
		margin-left: calc(25% - 50px);
		margin-right: calc(25% - 50px);
		width: 100px;
		float: left;
	}
}
/*ecrits*/
@media print {
	.inner_content_menutop {
    	margin-top: 0px !important;
	}
}

/*
	=============================
	Custom ACF
	=============================
*/

.pr_info_holder h3, .pr_info_holder h4, .pr_info_holder h5 { 
	text-align: center; 
  /*color: red; */
}

 
