@font-face {
	font-family: 'Conv_Hurme Design - HurmeGeometricSans2 Regular';
	src: url('../fonts/Hurme Design - HurmeGeometricSans2 Regular.eot');
	src: local('☺'),
	 url('../fonts/Hurme Design - HurmeGeometricSans2 Regular.woff') format('woff'),
	 url('../fonts/Hurme Design - HurmeGeometricSans2 Regular.ttf') format('truetype'),
	 url('../fonts/Hurme Design - HurmeGeometricSans2 Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face{
	font-family:'HurmeGeometricSans1-regular';
	src:url('../fonts/HurmeGeometricSans1-Regular.eot');
	src:url('../fonts/HurmeGeometricSans1-Regular.eot?#iefix') format('embedded-opentype'),
	url('../fonts/HurmeGeometricSans1-Regular.woff2') format('woff2'),
	url('../fonts/HurmeGeometricSans1-Regular.woff') format('woff'),
	url('../fonts/HurmeGeometricSans1-Regular.svg#HurmeGeometricSans1-Regular') format('svg');
	font-weight:400;
	font-style:normal;
}

@font-face{
	font-family:'HurmeGeometricSans1-bold';
	src:url('../fonts/HurmeGeometricSans1-SemiBold.eot');
	src:url('../fonts/HurmeGeometricSans1-SemiBold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/HurmeGeometricSans1-SemiBold.woff2') format('woff2'),
	url('../fonts/HurmeGeometricSans1-SemiBold.woff') format('woff'),
	url('../fonts/HurmeGeometricSans1-SemiBold.svg#HurmeGeometricSans1-SemiBold') format('svg');
	font-weight:600;
	font-style:normal;
}


body{
	font-family: proxima-nova,'Montserrat', sans-serif;
	color:#555759;
/*	background: url('../images/default-post.jpg') no-repeat center top ;*/
/*	font-family: 'Conv_Hurme Design - HurmeGeometricSans2 Regular';*/
}
#wrapper{
/*	opacity:0.6;*/
}
.container{

}


/*=========footer CSS============*/


header{
-webkit-box-shadow: 0px 5px 19px -2px rgba(51,51,51,0.8);
-moz-box-shadow: 0px 5px 19px -2px rgba(51,51,51,0.8);
box-shadow: 0px 5px 19px -2px rgba(51,51,51,0.8);
/*margin-bottom:30px;*/
}
.header-top{
	background: #222222;
}
.global-navbar{
	text-align: right;
}
.global-navbar ul li a{
	text-transform:uppercase;
	color:#fff;
	font-size:11px;
	padding: 7px 13px;
	display: inline-block;
}
.global-navbar ul li a:hover{
	color:#ff8f1c;
}
.global-navbar ul li a:hover,.login:hover{
	background: #505456;
}
.global-navbar ul,.header-bottom-navbar ul,footer ul{
	list-style-type: none;
	margin-bottom: 0;
	padding: 0;
}
.global-navbar ul{
	float:right;
}
.global-navbar ul li{
	display: inline-block;
}
.header-bottom .container{
	padding: 13px 15px 18px;
}
.header-bottom-navbar{
	float: left;
	margin-top: 10px;
}
.header-bottom-navbar ul li{
	display: inline-block;
	margin-right:33px;
}
.header-bottom-navbar ul li a {
  border-bottom: 3px solid transparent;
  color: #555759;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 11px;
  padding: 14px 0 0;
  text-transform: capitalize;
}
.contact-us-link{
	font-size:18px;
	background: #ff8f1c;
	color:#fff;
	padding: 7px;
	border-radius:4px;
	display: block;
    text-align:center;
}
.contact-us-wrapper{
	width:149px;
	float:right;
	 padding-right: 15px;
	margin-top:15px
}
.search-wrap{
	position: absolute;
    /*right: 165px;*/
	right: 0px;
    top: 15px;

}
.widget.widget_search input[type="text"]{
	width: 80px;
	float:left;
	border:0;
	padding: 5px;
	line-height: 26px;
	-webkit-transition: width 1s; /* For Safari 3.1 to 6.0 */
    transition: width 1s;
}
.widget.widget_search {
  position: relative;
  border:1px solid #fff;
  background: #fff;
}
/*.widget.widget_search input[type="text"]:hover,.widget.widget_search input[type="text"]:focus,.widget.widget_search input[type="text"]:active{
	 width: 500px;
	 border:1px solid #c1c1c1;
}*/

.widget.widget_search input[type="submit"]{
	width: 18px;
	position: absolute;
	right: 7px;
	top:9px;
}
.search-wrap a{
	color:#555759;
}
.search-wrap a:hover,.contact-us-link:hover{
	text-decoration:none;
}
.contact-us-link:hover{
	color:#fff;
	opacity:0.8;
}
.language,.login{
	float:right;

    display: inline-block;
    font-size: 11px;
    padding: 7px 13px;
    text-transform: uppercase;
}
.language a,.login a{
	color: #fff;
}

/*=========footer CSS============*/

.footer-top .container{
	padding:30px 15px 33px;
}
.footer-top .container span{
	display: table;
	text-align: center;
	font-size:20px;
	color:#595959;
	margin:0 auto;
}
.social-custom {
  background: #1a579c;
  border-radius: 5px;
  display: inline-block;
  height: 40px;
  padding: 10px;
  width: 42px;
  vertical-align: middle;
  position: relative;
    top: -2px;
    margin: 0 5px;
}
.social-custom i{
	color:#fff;
	font-size: 24px;
	  position: relative;
    top: -3px;
}
.twitter-bg{
	background: #00a1e3;
}
.linked-bg{
	background: #006da2;
}
.youtube-bg{
	background: #c4220f;
}
.footer-middle{
	background: #333333;
}
.footer-middle .container{
	padding: 43px 15px 84px;
}
.footer-menu ul li {
  margin-bottom: 5px;
}
address{
	 margin-top: 7px;
    padding: 0 3px;
     margin-bottom: 33px;
}
.footer-middle .container h4,.footer-bottom h4{
	color:#6b7072;
	margin-bottom: 8px;
	font-weight: 400;
	text-transform: uppercase;
}
.footer-bottom-right {
  margin-top: 6px;
  text-align: right;
}
.footer-middle .container ul li a,.footer-bottom .container ul li a{
	color:#fff;
	font-size:15px;
	 text-transform: capitalize;
}
address p{
	color:#c9c9c9;
	font-size:15px;
	line-height: 22px;
	margin-bottom: 7px;
}
address span{
	display: block;
}
address span.telephone{
	margin-top:5px;
}
.footer-middle .container address + a{
	color:#fff;
	font-size:15px;
}
.footer-bottom{
	background: #222222;

}
.footer-bottom .container{
	padding:22px 15px;
}
.footer-bottom ul li{
	display: inline-block;
}

.footer-bottom h4,.footer-bottom h4 + div{
	float:left;
	font-size:13px;

}
.footer-bottom h4{
	margin: 0;
	margin-right: 20px;
	line-height: 20px;
}
.footer-bottom .container ul li a{
	font-size:13px;
}
.footer-bottom .container ul li{
	margin-right:10px;
}
.space-bottom{
	margin-bottom:7px;
}
.criteo-ads{
	display: inline-block;
	border:1px solid #8c8f91;
	color:#8c8f91;
	padding: 6px 11px;
	font-size:10px;
	border-radius: 5px;
	margin-bottom: 17px;
}
.criteo-ads:hover{
	text-decoration:none;
	color:#ff8f1c;
	border: 1px solid #ff8f1c;
}
.footer-bottom-right span{
	color:#8c8f91;
	font-size:12px;
}




/*Home page style*/

.top-banner{
	min-height: 300px;
	position: relative;
	background-position:center;
	background-size: auto 80%;
	background-repeat: no-repeat;
}
.top-banner h1{
   font-family: 'Conv_Hurme Design - HurmeGeometricSans2 Regular';
    color: #fff;
    font-size:60px;
    font-weight: 600;
    margin-bottom: 59px;
   }
   .banner-content-wrap{
   	 position: absolute;
   	 width: 100%;
   	 top:58%;
   	 left: 0;
   	 -webkit-transform: translateY(-50%);
   	 -moz-transform: translateY(-50%);
   	 -ms-transform: translateY(-50%);
   	 -o-transform: translateY(-50%);
   	 transform: translateY(-50%);
   }
.banner-content-wrap .container,.top-banner h1{
	text-align:center;
}
.banner-anchor{
	background: #ff8f1c;
	min-width: 170px;
	color:#fff;
	text-align: center;
    font-size:20px;
    display: inline-block;
    padding:11px 15px;
    border-radius:5px ;
    margin: 0 10px;
}
.banner-anchor:hover{
	text-decoration: none;
	color:#ff8f1c;
	background: #fff;

}
.latest-section h2{
	text-align: center;
	font-family: 'Conv_Hurme Design - HurmeGeometricSans2 Regular';
	color:#505456;
	margin-bottom: 30px;
}
.latest-section .container{
	padding: 25px 15px 19px;
}
.blog-border{
	border:1px solid #cbcbcb;
	border-radius: 5px;
	/*min-height:auto;*/
	min-height:216px;
}
.blog-border-new{
	height:436px;
	overflow-y: scroll;
}
.page-template-template-home .post-discription,.single-role .post-discription {
	position: relative;
}
.page-template-template-home .meta-data.clearfix,.single-role .meta-data.clearfix {
  left: 0px;
  position: absolute;
  bottom: 5px;
  width: 100%;
  padding: 16px 21px;
}
.page-template-template-home .meta-data.clearfix.withbg,
.role-template-default .meta-data.clearfix.withbg
{
	background-color: rgba(0,0,0,0.4);
}
.page-template-template-home .meta-data.clearfix label,.single-role .meta-data.clearfix label{
	display: block;
	line-height: 17px;
    margin: 0;
}
.page-template-template-home .meta-data.clearfix label a,.page-template-template-home .meta-data.clearfix span,.single-role .meta-data.clearfix label a,.single-role .meta-data.clearfix span{
	color:#fff;
	font-size:17px;
	font-weight: 700;
}
.page-template-template-home .meta-data.clearfix span,.single-role .meta-data.clearfix span {
	font-size:12px;
}
.page-template-template-home .meta-data.clearfix span + label a,.single-role .meta-data.clearfix span + label a{
	font-size:15px;
}
.page-template-template-home .featured-less-post .meta-data.clearfix label a,.page-template-template-home .featured-less-post .meta-data.clearfix span,.single-role .featured-less-post .meta-data.clearfix label a,.single-role .featured-less-post .meta-data.clearfix span{
	color: #555759;
	font-size:16px;
}
.page-template-template-home .featured-less-post .meta-data.clearfix label a.more,.single-role .featured-less-post .meta-data.clearfix label a.more{
	color:#ff8f1c;
}
.page-template-template-home .featured-less-post .meta-data.clearfix span,.single-role .featured-less-post .meta-data.clearfix span{
	font-weight: 500;
	font-size: 12px;
}
.page-template-template-home .featured-less-post .meta-data,.single-role .featured-less-post .meta-data{
   position:static;
   padding: 24px 15px 24px 23px;
}
.page-template-template-home .featured-less-post .meta-data p,.single-role .featured-less-post .meta-data p{
	font-size:13px;
	line-height: 18px;
	padding:4px 0 12px;
}
.roles-section{
	background: #4f868e;
	position: relative;
}
.roles-section .container{
	padding: 11px 9px 37px;

}
.roles-section h2{
	color:#fff;
	font-family: 'Conv_Hurme Design - HurmeGeometricSans2 Regular';
	text-align: center;
	margin-bottom:31px;
}
.owl-carousel .roles-list{
	border: 1px solid #a7c3c7;
	border-radius:5px;
	padding:19px 22px;
	margin: 0 auto;
	width: 276px !important;
}
.owl-item{
/*	margin-right:4px;*/
}
.roles-section ul{
	list-style-type: none;
	padding: 0;
	margin:0;
}

.roles-section ul li h3{
	margin-top: 0;
	color:#fff;
	 margin-bottom: 6px;
	font-size:20px;
}
.roles-section ul li  p{
	font-size:13px;
	color:#fff;
	line-height: 18px;
	margin-bottom: 5px;
}
.roles-section ul li  a{
	color:#fff;
	margin-bottom:0px;
	display: inline-block;
	font-weight: 700;
}
.owl-theme .owl-controls .owl-buttons .owl-next,.owl-theme .owl-controls .owl-buttons .owl-prev{
	font-size:0;
   padding: 0;
}
.owl-theme .owl-controls .owl-buttons .owl-next::before,.owl-theme .owl-controls .owl-buttons .owl-prev::before {
  background: rgba(0, 0, 0, 0) url("../images/next.png") repeat scroll 0 0;
  content: "";
  display: inline-block;
  height: 36px;
  position: absolute;
  right: -40px;
  top: 53px;
  width: 19px;
}
.flex-direction-nav a{
	opacity:1;
}
.owl-theme .owl-controls .owl-buttons .owl-prev:before{
	background: rgba(0, 0, 0, 0) url("../images/prev.png") repeat scroll 0 0;
	width: 18px;
	height: 37px;
	right: auto;
	left:-43px;
  top: 53px;
}
.owl-theme .owl-controls .owl-buttons .owl-next{

}
.owl-theme .owl-controls .owl-buttons .owl-prev{

}


/* search CSS */
.widget_search input[type="submit"]{
	font-size:0;
	width: 18px;
	height: 18px;
	border:0;
	background: rgba(0, 0, 0, 0) url("../images/search.png") repeat scroll 0 0;
}
.header-bottom .container .row{
	position: relative;
}
.screen-reader-text{
	font-size:0;
}
/* search CSS */
.event-block h5{
	font-size:16px;
	color: #555759;
	text-transform:uppercase;
	padding-left: 55px;
	font-weight: 700;
	position: relative;
	margin-bottom: 24px;
}
.event-block h5 a{
	font-size:16px;
	color: #555759;
}
.event-block h5 a:hover{
	text-decoration: underline;
}
.event-block h5:before{
	content:'';
	background: url('../images/calendar.png');
	position: absolute;
	top:-12px;
	left:0;
	width: 43px;
	height: 39px;
}
.event-block-content{
	padding: 17px 22px 24px;
}
.event-block-content p{
	font-size:13px;
	margin-bottom: 17px;
	font-weight: 500;
	color:#555759;
	line-height: 18px;
}
.event-block-content a{
	color:#648b41;
	display: block;
	font-size: 15px;
	font-weight: 700;
}
.blog-border + a,.content.single-role .latest-section .row .col-sm-12 a,.content.single-role .contact-wrapp .col-sm-4.see-jobs > a{
	width:176px;
	margin:27px auto;
	display:block;
	background: #ff8f1c;
	color:#fff;
	text-align: center;
	padding: 10px;
	font-size:20px;
	font-weight: 400;
	border-radius: 5px;
}
.content.single-role .latest-section .row .col-sm-12 a{
	margin:25px auto;
}
.content.single-role .contact-wrapp .col-sm-4.see-jobs > a {
    width: 100%;
    padding: 9px;
    margin-top: 10px;
    font-size: 16px;
        margin-bottom: 11px;
}
.blog-border + a:hover,.content.single-role .latest-section .row .col-sm-12 a:hover,.content.single-role .contact-wrapp .col-sm-4.see-jobs > a:hover{
	text-decoration:none;
	opacity:0.8;
}
.post-discription-gap{
	margin-bottom: 20px;
}
.post-discription-gap label a{
	font-size:22px;
	display: block;
}
.post-discription-gap span{
	display: block;
}
iframe {
  border-radius: 0 0 5px 5px;
  bottom: -5px;
  position: relative;
  width: 100%;
}
a:hover,a:active,a:focus{
	outline:0;
}
.spacing-adjust{
	padding-left: 8px;
	padding-right: 8px;
}
.menu-btn{
	height:30px;
	width:30px;
	cursor:pointer;
	float:right;
	 margin-top: 8px;
	 display: none;
}
.menu-btn span{
	display:block;
	margin-bottom: 4px;
	height:3px;
	width:100%;
	background: #ff8f1c;
}


/*=========Roles CSS============*/
.post-discription-gap{

}
.post-discription-gap .listing-wrap{
	border:1px solid #dddddd;
	border-radius:5px;
	padding: 25px;
}
.post-discription-gap label a{
	font-size:20px;
	color:#555759;
}
.post-discription-gap p{
	font-size:16px;
	color:#555759;
	line-height: 20px;
	text-align: justify;
}
.more {
  font-size: 15px;
  font-weight: 700;
}
.post-discription-gap .listing-wrap:hover{
	background: #ff8f1c;
	-webkit-transition-duration: 0.7s;
	-moz-transition-duration: 0.7s;
	-ms-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	transition-duration: 0.7s;
}
.post-discription-gap .listing-wrap:hover p,.post-discription-gap .listing-wrap:hover a{
	color:#fff;
}
.Role-banner{
	min-height:230px;
}
.Role-banner h1{
	margin-bottom: 9px;
}
.Role-banner .banner-content-wrap{
	top:53%;
}
.Roles-main,.blog-border-cover{
	border-bottom: 1px solid #dddddd;
}
.blog-border-cover{
	    padding-bottom: 19px;
}
.Roles-main .container{
	padding:57px 15px 24px;
}
.Roles-main .post-discription-gap label{
	margin-bottom: 3px;
}
.Roles-main .post-discription-gap {
    margin-bottom: 25px;
}

/*=========Roles CSS============*/
.github-commits h4 {
  color: #555759;
  font-size: 20px;
  padding-left: 40px;
  position: relative;
  font-weight: 700;
  margin-bottom: 30px;
}
.github-commits h4:before{
	content:'';
	background: url('../images/git-img.png');
	width:31px;
	height:30px;
	position:absolute;
	left:0;
	top:-8px;

}
.github-commits ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.github-commits ul li {
	margin-bottom:10px;
}
.github-commits ul li a{
	font-size:16px;
	color:#4f868e;
}
.github-commits .cmsg.clearfix a{
	float: left;
}
.github-commits span{
	font-size:12px;
}
.github-commits .cmsg.clearfix span{
	float: right;
	font-size:12px;
}

.github-commits {
  padding: 15px;
}
.breadcrumbs-wrapp{
	margin:26px 0 20px;
}
.breadcrumbs.breadcrumbs-wrapp span,.breadcrumbs.breadcrumbs-wrapp{
	color:#7f8386;
	font-size:13px;
}

.breadcrumbs.breadcrumbs-wrapp span.homepage span{
	color:#ff8f1c;
}
.blog-content-wrpper{
   border:1px solid #cbcbcb;
   padding: 30px;
   border-radius:5px;
   margin-bottom: 30px;

}
.post-discription.post-discription-gap.blog-content-wrpper.clearfix .image-wrapper{

	float:left;

}
.post-discription.post-discription-gap.blog-content-wrpper.clearfix .image-wrapper img{
	width:182px;
	height:182px;
	object-fit:cover;
	margin-right:36px;
	border: 1px solid #ddd;
    border-radius: 5px;
}
.blog-content-wrpper .image-wrapper + .meta-data.meta-content-box.clearfix{
	float:left;
	width:72.2%;
}
.meta-data.meta-content-box.clearfix label a{
	font-size:16px;
	margin-bottom: 6px;
}
.meta-data.meta-content-box.clearfix span{
	color:#999999;
	margin-top: -5px;
	margin-bottom: 12px;
	font-size:13px;
	font-weight: 300;
}
.meta-data.meta-content-box.clearfix p{
	font-size:13px;
	margin-bottom: 25px;
	text-align: justify;
}
.meta-data.meta-content-box.clearfix a.blog-anchor
{
	padding:9px;
	font-size:16px;
	margin: 0;
}
.meta-data.meta-content-box.clearfix a.blog-anchor:hover{
    color:#fff;
	background: #ff8f1c ;
	opacity:0.8;
}
.category-name.clearfix.widget.widget_categories h4,.singl-role-widget h4,.category-name.clearfix.single-tweet.widget.widget_recent_entries h4{
	font-size:20px;
	color:#414141;
	font-weight: 700;
	    margin-bottom: 13px;
}
.category-name.clearfix.single-tweet.widget.widget_recent_entries h4{
	margin-top:6px;
	margin-bottom: 25px;
}
.category-name.clearfix.widget.widget_categories ul,.category-name.clearfix.single-tweet.widget.widget_recent_entries ul{
	list-style-type: none;
	padding: 0;
}
.category-name.clearfix.widget.widget_categories ul li,.category-name.clearfix.single-tweet.widget.widget_recent_entries ul li{
	font-size:14px;
	font-weight: 700;
	margin-bottom: 15px;
}
.category-name.clearfix.widget.widget_categories ul li{
	float:left;
	margin-right: 5px;
	padding-right: 5px;
	border-right: 1px solid #555759;
	font-weight: normal;
	font-size:13px;
}
.category-name.clearfix.widget.widget_categories ul li a,.category-name.clearfix.single-tweet.widget.widget_recent_entries ul li a{
	color:#555759;
}
.category-wrapp{
	 border:1px solid #cbcbcb;
   padding: 17px 13px;
   border-radius:5px;
   margin-bottom: 20px;
}
.Blog-heading .breadcrumbs-wrapp + h2{
	font-weight: 300;
	margin-bottom: 22px;
}
.category-cover{
	margin-top: -2px;
}
.content.contact h2,.single-role h2{
	font-family: 'Conv_Hurme Design - HurmeGeometricSans2 Regular';
	margin-bottom: 23px;
	margin-top: 5px;
}
.contact-wrapp{
	border:1px solid #d8d8d8;
	border-radius:5px;
}
.content-form-wrapp{
	padding: 17px 28px 28px;
}
.content-form-wrapp p{
	font-size:14px;
	margin-bottom: 26px;
}
.content-form-wrapp form p label{
	 min-width: 122px;
	 font-size: 14px;
	 margin-top: 4px;
	 font-weight: 400;
}
.content-form-wrapp form p span input,.content-form-wrapp form p span textarea {
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  margin-bottom: 10px;
  width: 70.4%;
  padding: 5px 6px;
}
.content-form-wrapp form p span textarea {
	 width: 82%;
}
.content-form-wrapp form p input[type="submit"]{
	background: #ff8f1c;
	color:#fff;
	font-size:20px;
	width:176px;
	padding: 12px;
	border-radius:5px;
	outline:none;
	border: 0 none;
}
.wpcf7-form-control-wrap{
	vertical-align: top;
	display: inline-block;
}
.content.contact .single-tweet h4,.single-role-custom h4{
	font-size:18px;
	color:#555759;
}
.single-role-custom h4{
	font-weight: 700;
	margin-top: 0;
	    margin-bottom: 10px;
}
.blog-border-contact{
	overflow: auto;
	height:auto;
	padding: 10px;
}
.blog-border.blog-border-new.blog-border-contact h4{
	padding-left: 90px;
	position:relative;
	color: #4f868e;
}
.blog-border.blog-border-new.blog-border-contact h4:before{
	position:absolute;
	top:0;
	left:0;
	background: url('../images/tweet.png');
	width: 28px;
	height:23px;
	 content: "";
}
.blog-border.blog-border-new.blog-border-contact{
	position:relative;
}
.blog-border.blog-border-new.blog-border-contact strong{
	 font-size: 18px;
    left: 44px;
    position: absolute;
    top: 17px;
}
.content-form-wrapp .wpcf7-form p{
	margin: 0;
}
.content-form-wrapp form p span textarea {
  width:185%;
  height: 129px;
  overflow: scroll;
  margin-bottom: 18px;
}
.content.contact{
	padding-bottom: 53px;
}
.content.single-role .content-form-wrapp p{
	font-size:18px;
	line-height: 22px;
}
.content.single-role .content-form-wrapp .single-role-custom p{
	font-size:14px;
	line-height: 19px;
	margin-bottom: 10px;

}
.latest-section-role{
	background: #f7f7f7;
	border-bottom:1px solid #dddddd;
	    margin-top: 11px;
}
.col-sm-3.spacing-adjust.singl-role-widget .blog-border h4{
	font-size:18px;
	    margin-bottom: 2px;
}
.col-sm-3.spacing-adjust.singl-role-widget .blog-border h4 + strong{
	font-size:15px;
	margin-bottom: 5px;
    display: block;
}
.col-sm-3.spacing-adjust.singl-role-widget .blog-border p {
/*     border-bottom: 2px solid #e3e3e3;*/
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 6px;
}
.col-sm-3.spacing-adjust.singl-role-widget {
  position: relative;
  top: -46px;
}
.meeting-wrapp{
	padding: 26px 20px 7px;
}
ul.social-links,.single-role-custom-list{
	list-style-type: none;
	padding: 0;
}
ul.social-links li{
	padding-left: 5px;
	    margin-bottom: 12px;
}
ul.social-links li a{
	color:#4f868e;
	 padding-left: 10px;
	 font-size:13px;
	 font-weight: 700;
}
ul.social-links li i.custom-twtr,ul.social-links li i.custom-linkdin,ul.social-links li i.custom-github{
	color:#00a1e3;
	font-size: 18px;
	   vertical-align: bottom;
}
ul.social-links li i.custom-linkdin{
	color:#006da2;
}
ul.social-links li i.custom-github{
		color:#2b2b2b;
}
.role-wrpp{
	padding: 34px 28px 28px;
	text-align: justify;
}
.single-role-custom-list li.single-role-custom {
    width: 28.3%;
    float: left;
    margin-right: 39px;
}
.single-role-custom-list li.single-role-custom:last-child{
	float: right;
    margin-right: 11px;
}
.latest-section-role .container{
	padding: 0px 15px 13px;
}
.latest-section-role .container h2{
	margin-bottom: 33px;
}
.post-content-left,.post-content-right{
	float:left;
	width:65%;
}
.post-content-right{
	width:35%;
	margin-top: -7px;
}
hr {
    /*margin-top: 35px;
    margin-bottom: 16px;*/
    border: 0;
    border-top: 2px solid #eee;
}
#right img,.rounded-featured img {
  height: auto;
  filter: grayscale(100%);
}
.author-details {
  margin-bottom: 16px;
}
.content.single-role.single-default .post-content-left p strong{
	font-size:19px;
	line-height: 26px;
	 font-weight: 400;
}
.content.single-role.single-default .post-content-left p{
	font-size:14px;
	line-height: 22px;
	    margin-bottom: 15px;
}
.content.single-role.single-default .post-content-left p strong {
  /*display: block;*/
      font-size: 15px;
  font-weight: 700;
      margin-top: 5px;
    /*margin-left: -4px;*/
}
.content.single-role.single-default .post-content-left > span i{
	font-weight: 400;
	font-style: normal;
}
.content.single-role.single-default .post-content-left{
	border-right:1px solid #ddd;
	padding-right: 15px;
	text-align: justify;
}
.page-content {
	text-align: justify;
}
.rounded-featured{
	border-radius:50%;
	width: 120px;
	height:120px;
	 overflow: hidden;
	 margin: 0 auto 15px;
}
.content.single-role.single-default .post-content-right ul{
	list-style-type: none;
}
.content.single-role.single-default .post-content-right ul li{
	text-align:center;
}
.rounded-featured img {
	width:120px;
	height:120px;
	object-fit:cover;
}
.content.single-role.single-default .post-content-right ul li .rounded-featured + span{
	font-size:18px;
	display: block;
	margin: 1px 0;
	color: #ff8f1c;
}
.content.single-role.single-default .post-content-right ul li p strong{
	color:#ff8f1c;
	font-size:15px;
	margin-bottom:10px;
	display: block;
}
.content.single-role.single-default .post-content-right ul li p{
	font-size:13px;
	line-height: 18px;
	    margin-bottom: 10px;
}
.banner-anchor.blog-anchor.engineer-anchor {
  font-size: 16px;
      margin-top: 13px;
    padding: 9px;
}
.banner-anchor.blog-anchor.engineer-anchor:hover{
	color:#fff;
	background: #ff8f1c;
	opacity:0.8;
}
.social-links-inline div{
	display: inline-block;
	margin:-3px 10px;
}
.social-links-inline div a i.custom-linkdin{
	color:#006da2;
}
.social-links-inline div a i{
	font-size:28px;
}
.social-links-inline div a i.custom-twtr{
	color:#00a1e3;
}
.social-links-inline div a i.custom-github{
	color:#555555;
}
.content.single-role.single-default h2 {
    margin-bottom: 3px;
}
.content.single-role.single-default .role-wrpp {
    padding: 27px 28px 28px;
}
.content.single-role.single-default iframe{
	width: 100%;
	max-width:445px;
	/*margin-top: 29px;*/
}
.content.single-role.single-default .contact-wrapp{
	padding-bottom: 53px;
}
.content.single-role.single-default .container{
	margin-bottom: 41px;
}
.content.single-role.single-default .category-cover{
	    position: relative;
	    top: -41px;
}
.archive .content-area.wp-default-page, .search .content-area.wp-default-page, .error404 .error-404.not-found.wp-default-page,.our-story-meta-image-and-page-content.single-common.category-adjustment.clearfix{
	 padding: 122px 0 30;
}
.wp-default-page #searchform{
	width:100%;
	max-width:560px;
	 padding: 20px;
	 background: #ddd;
}
.wp-default-page #searchform input[type="text"],.wp-default-page #searchform input[type="submit"]{
	width: 80%;
	float: left;
	padding: 7px 10px;
	font-size: 18px;
	   border: 0 none;
}
.wp-default-page #searchform input[type="submit"]{
	width:20%;
	background: #ff8f1c;
	color: #fff;
}
.wp-default-page #searchform input[type="submit"]:hover{
	opacity:0.8;
}
.wp-default-page #searchform div.clearfix,.wp-default-page #searchform{
	border-radius:5px;
	overflow: hidden;
}
.green-box-wrapper{
	background: #4f868e;
	padding: 28px 28px 22px;
}
.green-box-wrapper LI, .green-box-wrapper P, .green-box-wrapper H2, .green-box-wrapper H3, .green-box-wrapper H4{
	color: #fff;
}
.green-box-wrapper LI, .green-box-wrapper P{
	color: #fff;
	font-size: 16px;
    line-height: 22px;
}
.green-box-wrapper a{
	color: #fff;
	text-decoration:underline;
}
.green-box-wrapper a:hover{
	color:#ff8f1c;
}
#tag-name h3{
	font-size:24px;
	position: relative;
	padding-left: 35px;
	    margin-bottom: 25px;
}
#tag-name h3:before{
	width:28px;
	height: 32px;
	content: '';
	background: url('../images/tag-img.png');
	position: absolute;
	top:0px;
	left:0;
}
.tag-post-list ul{
	padding-left: 0;
	list-style-type: none;
}
.tag-post-list ul li{
	padding: 24px 30px 22px;
	background: #f0efef;
	border:1px solid #cbcbcb;
	border-radius:5px;
	margin-bottom: 30px;
}
.tag-post-list ul li span{
	font-size:13px;
	font-weight: 300;
	color:#999999;
	text-transform: uppercase;

}
.tag-post-list ul li h4{
	    font-size: 16px;
    margin-top: 13px;
    font-weight: 700;
    margin-bottom: 14px;
}
.tag-post-list ul li p{
	font-size:13px;
	line-height: 20px;
}
.default-page-content-wrapp {
  border: 1px solid #d8d8d8;
  border-radius:5px;
  margin-top: -2px;
  margin-bottom: 36px;

}
.contact-wrapp-without-brdr{
	border:0;
	  padding-bottom: 30px;
}
.left_navigation{
	padding-left: 0;
	list-style-type: none;
}
.left_navigation li{
	margin-bottom: 15px;
}
.img-outer{
	position: relative;
}
.img-outer > h4 a{
    left: 0;
    position: absolute;
    text-align: center;
    top: 0%;
    width: 100%;
    color:#fff;
    height:100%;
    line-height: 190px;
    font-size:22px;
    text-transform:capitalize;


}
.img-outer > h4 a:hover{
	background:#ff8f1c;
	text-decoration:none;
}
.img-outer img{
	width:277px;
	height:197px;
	object-fit:cover;
}
.img-outer > h4 a:after{
	content:'';
	background: url('../images/default-show.png');
	width:15px;
	height:35px;
	display: inline-block;
	position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
	}

.green-box-wrapper + .content-form-wrapp.role-wrpp.clearfix .page-content p,.content.single-role .content-form-wrapp.role-wrpp.clearfix p{
	font-size:13px;
	line-height: 18px;
	margin-bottom: 10px;
}
.left-column-content,.right-column-content {
  float: left;
  width: 46%;
}
.right-column-content{
	float:right;
	width:43.7%;
}
.left-column-content a{
	background: #ff8f1c;
	color:#fff;
	font-size:18px;
	    padding: 10px;
    margin: 18px 0px;
	display:inline-block;
	border-radius:5px;
	width:166px;
	text-align:center;
}
.left-column-content h3, .right-column-content h3{
	margin-top:6px;
	font-size:18px;
}
.page-numbers{
	  padding: 5px 10px;
	background: #ff8f1c;
    color: #fff;
}

.current {
  background: #fff;
  color:#ff8f1c;
  border:1px solid #ff8f1c;

}
.header-bottom-navbar ul li a:hover{
	text-decoration:none;
	color:#ff8f1c;
	border-bottom: 3px solid #ff8f1c;
}
.blog-border-new-no-scroll{
	overflow: auto;
}
.left-column-content a:hover,.content-form-wrapp form p input[type="submit"]:hover{
	opacity:0.8;
	text-decoration:none;
}
.blog-border.blog-border-new.blog-border-contact ul li a strong {
  position: static;
  color:#4f868e;
  font-size:16px;
}
.blog-border.blog-border-new.blog-border-contact ul li a i{
	font-size:32px;
	 margin-right: 15px;
	  vertical-align: middle;
}
.blog-border.blog-border-new.blog-border-contact ul li a i.fa.fa-twitter{
	color:#00a1e3;
}
.blog-border.blog-border-new.blog-border-contact ul li a i.fa.fa-github{
	color:#2b2b2b;
}
.blog-border.blog-border-new.blog-border-contact ul li a i.fa.fa-linkedin-square{
	color:#006da2;
}
.contact-us-widget-list{
	list-style-type: none;
	padding: 10px;
	border:1px solid #ddd;
	border-radius:5px;

}
.contact-us-widget-list li{
	margin-bottom:15px;
}
.content.contact .blog-border.blog-border-new.blog-border-contact{
	border:0;
	padding: 0;
}
.clearfix.single-tweet.widget.TwitterTweets {
  border: 1px solid #ddd;
  border-radius: 5px;
  margin: 0 0 20px;
  padding: 10px;
}
.category-name.single-post-article.clearfix.single-tweet.widget {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 17px 13px 12px;
  margin-bottom: 20px;
}
.content.single-role.single-default .category-wrapp{
	padding: 0;
	border:0;
}
.category-name.single-post-article.clearfix.single-tweet.widget.widget_author_recent_posts h4{
  color: #414141;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 13px;
  margin-top: 6px;
}
.category-name.single-post-article.clearfix.single-tweet.widget.widget_author_recent_posts ul{
	padding: 0;
	list-style-type: none;
}
.category-name.single-post-article.clearfix.single-tweet.widget.widget_author_recent_posts ul li{
	 font-size: 14px;
    font-weight: 700;
    margin-bottom: 15px;
    padding: 0;
}
.category-name.single-post-article.clearfix.single-tweet.widget.widget_author_recent_posts ul li a{
	color: #555759;
}
.wp-default-page article ,.our-story-meta-image-and-page-content.single-common.category-adjustment.clearfix article{
  border-bottom: 1px solid #ddd;
  margin-bottom: 45px;
   margin-top: 30px;
}
.wp-default-page article h3,.our-story-meta-image-and-page-content.single-common.category-adjustment.clearfix h3 {
  font-size: 25px;
}
.wp-default-page article h3 + img,.our-story-meta-image-and-page-content.single-common.category-adjustment.clearfix h3 + img{
	margin-bottom: 15px;
}
.image-cat{
	width:20%;
	float:left;
	margin-right: 20px;
}
.image-cat img{
	width:100%;
	height:150px;
	object-fit:cover;
}
.content-cat{
	float:left;
	width:78%;
}
.our-story-page-content-section article,.wp-default-page article{
	padding: 10px;
	border:1px solid #ddd;
	border-radius:5px;
}
.our-story-page-content-section article h3 + p,.wp-default-page article h3 + p{
	font-size:16px;
}
.list-read-more .banner-anchor.blog-anchor{
	font-size:14px;
	min-width: 124px;
	padding: 5px;
}
.list-read-more .banner-anchor.blog-anchor:hover, .page-numbers:hover{
	background: #ff8f1c;
	color:#fff;
	text-decoration:none;
	opacity:0.8;

}
.content.single-role.single-default .post-content-left.post-content-left-last p strong{
	margin-bottom: 14px;
}
.content.single-role.single-default .post-content-left.post-content-left-last p{
	  line-height: 22px;
    margin-bottom: 14px;
}
#header
{
	-webkit-transition: 0s;
	transition:0s;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0s ease 0s;
    width: 100%;
    background: #fff ;
    z-index: 9999;
}
#header.sticky .none
{
	opacity: 0;
}
#header.sticky
{
    position: fixed;
}
.content,.wp-default-page{
	padding-top: 122px;
}


.footer-middle .container ul li a:hover, .footer-bottom .container ul li a:hover {
  color: #ff8f1c;
  text-decoration: none;
}
.col-sm-3.spacing-adjust.singl-role-widget .blog-border p strong{
	margin-bottom: 6px;
	display:block;
}
.blog-border .image-wrapper img {
height: 177px;     object-fit: cover;     width: 100%;
}
/*.search-toggle{
	width: 20px;
	height:20px;
	display:inline-block;
	background: url(../images/search.png) no-repeat center top;
}
.search-cross-toggle{
	background: url(../images/search.png) no-repeat center top;
}*/
.wpfc-calendar .fc-button-group {
    display: none;
}
.default-page-content-wrapp-second img {
  height: auto;
  max-width: 100%;
}
.algn-center{
	text-align:center;
	padding: 10px;
}
.content.contact h1, .single-role h1 {
  font-family: "Conv_Hurme Design - HurmeGeometricSans2 Regular";
  margin-bottom: 23px;
  margin-top: 5px;
}
.Blog-heading .breadcrumbs-wrapp + h1 {
  font-weight: 300;
  margin-bottom: 22px;
}
.admin-bar #header {
    top: 32px;
}
.last-default-img{
	max-width: 276px;
	width:100%;
}
.fc-basic-view .fc-body .fc-row{
	min-height:auto;
}
.fc-left .fc-button-group {
    display: block !important;
}
.postid-2019 table, .postid-2044 table, .postid-2314 table, .postid-2306 table {
	background-color:#ddd;
	overflow-y:scroll;
	display:block;
	padding:5px;
	height:350px;
}
.postid-2019 .content-form-wrapp form p span.wpcf7-checkbox input,
.postid-2044 .content-form-wrapp form p span.wpcf7-checkbox input,
.postid-2314 .content-form-wrapp form p span.wpcf7-checkbox input,
.postid-2306 .content-form-wrapp form p span.wpcf7-checkbox input
{
	width:auto;
}
.postid-2019 span.wpcf7-list-item,
.postid-2044 span.wpcf7-list-item,
.postid-2314 span.wpcf7-list-item,
.postid-2306 span.wpcf7-list-item{
	margin: 0px;
}
ul.light li.tweets_avatar .tweet_wrap .tweet_data{
	font-size : 13px;
	font-family: proxima-nova,'Montserrat', sans-serif;
	color : #555759 !important;;
}
.TwitterTweets ul.light li.tweets_avatar .times a{
	font-size : 12px;
	font-family: proxima-nova,'Montserrat', sans-serif;
	color : #555759 !important;
	font-style: normal;
}
.fc-day-grid-event.fc-event .fc-content {
	color:#a8d144;
}
.ui-helper-reset {
	font-size: 12px;
	color:#555759;
}
.event-block div div img, .blog-border .post-discription .image-wrapper a img{
	height: auto;
	max-height: 173px;
}
.single-role h1 {
	max-width: 700px;
}
.post-content-left img{
	height:auto;
}
.post-discription-gap .listing-wrap {
	min-height: 200px;
}
.page-template-default .contact-wrapp img {
	max-height: 200px;
	object-fit : cover;
}
.page-template-template-blog .ss-social-sharing,
.page-template-template-event .ss-social-sharing{
	display:none;
}
.page-template-template-contact  .ss-social-sharing{
	margin-top: 50px;
}



.green-box-wrapper + .content-form-wrapp.role-wrpp.clearfix .page-content p, .content.single-role .content-form-wrapp.role-wrpp.clearfix p{
font-size: 15px;
}
.green-box-wrapper LI, .green-box-wrapper P{
font-size: 17px;
}
.tag-post-list ul li p{
font-size: 14px;
}
ul.light li.tweets_avatar .tweet_wrap .tweet_data{
font-size: 14px;
}
.page-template-template-home .featured-less-post .meta-data p, .single-role .featured-less-post .meta-data p{
font-size: 14px;
}
.event-block-content p{
font-size: 14px;
}
.github-commits span{
font-size: 13px;
}
.roles-section ul li  p{
font-size: 14px;
}
.meta-data.meta-content-box.clearfix p{
font-size: 14px;
}


/* NABD */
/*.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col-xs-5ths {
	width: 20%;
	float: left;
}

@media (min-width: 768px) {
	.col-sm-5ths {
		width: 20%;
		float: left;
	}
}

@media (min-width: 992px) {
	.col-md-5ths {
		width: 20%;
		float: left;
	}
}

@media (min-width: 1200px) {
	.col-lg-5ths {
		width: 20%;
		float: left;
	}
}
*/
.col-xs-101,.col-xs-102,.col-xs-103,.col-xs-104,.col-xs-105,.col-xs-106,.col-xs-107,.col-xs-108,.col-xs-109,.col-xs-110,
.col-sm-101,.col-sm-102,.col-sm-103,.col-sm-104,.col-sm-105,.col-sm-106,.col-sm-107,.col-sm-108,.col-sm-109,.col-sm-110,
.col-md-101,.col-md-102,.col-md-103,.col-md-104,.col-md-105,.col-md-106,.col-md-107,.col-md-108,.col-md-109,.col-md-110,
.col-lg-101,.col-lg-102,.col-lg-103,.col-lg-104,.col-lg-105,.col-lg-106,.col-lg-107,.col-lg-108,.col-lg-109,.col-lg-110 {
	position: relative;
	min-height: 1px;
	/*padding-right: 10px;
	padding-left: 10px;*/
}
.col-xs-101 {
	width: 10%;
	float: left;
}

.col-xs-102 {
	width: 20%;
	float: left;
}

.col-xs-103 {
	width: 30%;
	float: left;
}

.col-xs-104 {
	width: 40%;
	float: left;
}
.col-xs-105 {
	width: 50%;
	float: left;
}
.col-xs-106 {
	width: 60%;
	float: left;
}
.col-xs-106 {padding-left:55px;}
.col-sm-106 {padding-left:55px;}
.col-xs-106 .col-xs-106{padding-left:0px;}
.col-sm-106 .col-sm-106 {padding-left:0px;}

.col-xs-107 {
	width: 70%;
	float: left;
}

.col-xs-108 {
	width: 80%;
	float: left;
}
.col-xs-109 {
	width: 90%;
	float: left;
}
.col-xs-110 {
	width: 100%;
	float: left;
}

@media (min-width: 768px) {
	.col-sm-101 {
		width: 10%;
		float: left;
	}
	.col-sm-102 {
		width: 20%;
		float: left;
	}
	.col-sm-103 {
		width: 30%;
		float: left;
	}
	.col-sm-104 {
		width: 40%;
		float: left;
	}
	.col-sm-105 {
		width: 50%;
		float: left;
	}
	.col-sm-106 {
		width: 60%;
		float: left;
	}
	.col-sm-107 {
		width: 70%;
		float: left;
	}
	.col-sm-108 {
		width: 80%;
		float: left;
	}
	.col-sm-109 {
		width: 90%;
		float: left;
	}
	.col-sm-110 {
		width: 100%;
		float: left;
	}
}

@media (min-width: 992px) {
	.col-md-101 {
		width: 10%;
		float: left;
	}
	.col-md-102 {
		width: 20%;
		float: left;
	}
	.col-md-103 {
		width: 30%;
		float: left;
	}
	.col-md-104 {
		width: 40%;
		float: left;
	}
	.col-md-105 {
		width: 50%;
		float: left;
	}
	.col-md-106 {
		width: 60%;
		float: left;
	}
	.col-md-107 {
		width: 70%;
		float: left;
	}
	.col-md-108 {
		width: 80%;
		float: left;
	}
	.col-md-109 {
		width: 90%;
		float: left;
	}
	.col-md-110 {
		width: 100%;
		float: left;
	}
}

@media (min-width: 1200px) {
	.col-lg-101 {
		width: 10%;
		float: left;
	}
	.col-lg-102 {
		width: 20%;
		float: left;
	}
	.col-lg-103 {
		width: 30%;
		float: left;
	}
	.col-lg-104 {
		width: 40%;
		float: left;
	}
	.col-lg-105 {
		width: 50%;
		float: left;
	}
	.col-lg-106 {
		width: 60%;
		float: left;
	}
	.col-lg-107 {
		width: 70%;
		float: left;
	}
	.col-lg-108 {
		width: 80%;
		float: left;
	}
	.col-lg-109 {
		width: 90%;
		float: left;
	}
	.col-lg-110 {
		width: 100%;
		float: left;
	}
}

.nopadding{
	padding: 0px !important;
}
.content_NABD .row .row{
	margin-right: 0px;
	margin-left: 0px;
}
.row-bg{
	background: #eaebeb;
	background: -webkit-gradient(linear,left top,right top,from(#ff891f),to(#f26223));
	background: linear-gradient(to right,#ff891f 0,#f26223 100%);
	padding-top: 58px;
}
.orange-number{
	display: inline-block;
	float: right;
	margin-right: 30px;
}
.content_NABD .featured-video-plus iframe{
	bottom:0px;
	border-radius:0px;
	height: 439px;
	max-width: 780px;
}
.content_NABD iframe {
	bottom: 0px;
	border-radius: 0px;
}
.content_NABD .orange-number H2{
	font-size: 108px;
	letter-spacing: -3px;
	line-height: 108px;
	color: #FFF;
	font-family: 'HurmeGeometricSans1-bold';
	font-weight: bold;
	text-align: right;
	background: none;
	padding-bottom: 0;
	background-image: -webkit-gradient( linear, left top, left bottom, from(rgba(253, 193, 89, 1)), to(rgba(247, 161, 75, 1)) );
    	-webkit-background-clip: text;
    	-webkit-text-fill-color: transparent;
	margin-bottom:0px;
}
.content_NABD .lame-days H3, .content_NABD .lame-days H3 sup{
	background-image: -webkit-gradient( linear, left top, left bottom, from(rgba(253, 193, 89, 1)), to(rgba(247, 161, 75, 1)) );
    	-webkit-background-clip: text;
    	-webkit-text-fill-color: transparent;
}
.content_NABD .orange-number H2 sup{
	background-image: -webkit-gradient( linear, left top, left bottom, from(rgba(253, 193, 89, 1)), to(rgba(247, 161, 75, 1)) );
    	-webkit-background-clip: text;
    	-webkit-text-fill-color: transparent;
}
.content_NABD .blog-border-cover {
	border:0px;
}
.content_NABD .orange-number H3{
	font-size: 46px;
	line-height: 40px;
	color: #FFF;
	letter-spacing:  0;
	font-family: 'HurmeGeometricSans1-bold';
	font-weight: bold;
	text-align: center;
	background-image: -webkit-gradient( linear, left top, left bottom, from(rgba(245, 147, 68, 1)), to(rgba(244, 141, 66, 1)) );
    	-webkit-background-clip: text;
    	-webkit-text-fill-color: transparent;
}
.content_NABD .lame-days H4{
	background-image: -webkit-gradient( linear, left top, left bottom, from(rgba(245, 147, 68, 1)), to(rgba(244, 141, 66, 1)) );
    	-webkit-background-clip: text;
    	-webkit-text-fill-color: transparent;
}
.content_NABD  .container{
	margin-left: auto;
	margin-right: auto;
}
.NABD_details{
	font-size: 14px;
	letter-spacing: 0px;
	line-height: 19px;
	color: #000;
	font-family: "Arial";
	text-align: left;
}
.NABD_details H1{
	font-size: 18px;
	color:#f37723;
	font-weight: bold;
}
/*.lame-banner .right-side{
	height:300px;
}*/
.container-years{
	text-align: center;
}
.container-years>div{
	display: inline-block;
}

.lame-number-number {
	font-family: 'HurmeGeometricSans1-regular';
	font-size: 108px;
	letter-spacing: -4px;
	line-height: 90px;
	color: rgb(160,160,160);
	text-align: center;
	margin-top: 50px;
	margin-bottom: 15px;
}
.lame-number-text {
	font-family: 'HurmeGeometricSans1-regular';
	font-size: 17px;
	line-height: 19px;
	color: rgb(160,160,160);
	text-align: center;
}
.lame-days{
	margin-top:20px;
}
.lame-collapse{
	text-align: right;
}
.lame-speakers{
	margin-top:50px;
	width:1185px;
	margin-left:auto;
	margin-right:auto;
	/*padding-left:90px;
	padding-right:90px;*/
}
.me-speakers.event_details{
	margin-top: 50px;
}
.lame-speakers2{
	margin-top: 10px;
}
.lame-register{
	background-color: #0a0a0a;
	text-align: center;
	margin-top:50px;
}
.lame-location{
	background: #eaebeb;
	background: -webkit-gradient(linear,left top,right top,from(#eaebeb),color-stop(65%,#eaebeb),color-stop(65%,#323434),to(#323434));
	background: linear-gradient(to right,#eaebeb 0,#eaebeb 65%,#323434 65%,#323434 100%);
	height:300px;
	background-position: right;
	background-size: 66.6%;
	background-repeat: no-repeat;
	font-size: 24px;
	line-height: 40px;
	color: rgb(61,57,53);
	font-family: "Arial";
}
.lame-register button{
	margin-top:50px;
	margin-bottom:50px;
}
.speaker_block{
	width:296px;
	height:184px;
	float:left;
}
.content_NABD3 .speaker_block{
	width:395px;
}
.speaker{
	display: inline;
}
.speaker_image{
	margin-bottom: 48px;
	float: left;
	width:105px;
	height:106px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border-radius: 50% 50%;
}
.speaker_name{
	font-family: 'HurmeGeometricSans1-regular',"Apercu Pro Bold";
	margin-left: 5px;
	font-size: 14px;
	font-weight: bold;
	line-height: 12px;
	/*margin-top: 25px;*/
	margin-top: 10px;
	margin-bottom: 5px;
	width:185px;
}
.speaker_name p{
	font-size: 14px;
	font-weight: bold;
	line-height: 12px;
	margin-bottom: 0px;
}


.speaker_details{
	width:185px;
	margin-left: 5px;
	font-size: 11px;
	font-family: "Arial";
}
.speaker_content{
	float:left;
}
.content_NABD{
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.content_NABD  .speaker_company img{
	/*max-height: 35px;*/
	max-height: 50px;
	width:auto;
}
.content_NABD  .speaker_image img{
	max-width: 106px;
}
.content_NABD3 .speaker_name p{
	font-family: 'HurmeGeometricSans1-bold',"Apercu Pro Bold";
	font-size: 18px;
	font-weight: 700;
}
.bloc-days-details3 .speaker_image{
	margin-right: 15px;
}
.content_NABD3 .speaker_name {
	margin-left: 0px;
}
.content_NABD3 .speaker_details {
	font-family: 'HurmeGeometricSans1-regular',"Apercu Pro Bold";
	font-size: 13px;
	margin-left: 0px;
}
.content_NABD3 .speaker_content{
    margin-left: 10px;
    width: 275px;
}
.bloc-days-details3{
	border: 4px solid #ffc541;
	padding: 18px 95px 15px 18px;
}
.bloc-days-details3 a{
	color: #2482d9;
	text-decoration: underline;
}
.bloc-number-days.bloc-number-days2{
	text-align: left;
}
.lame-location3.lame-location3 h2{
	margin-top: 50px;
    margin-bottom: 200px;
}
.container-years2{
	text-align: left; 
}
.container-years2 .owl-item{
	text-align: center;
}
.years_year2{
	background-color: #f18700;
    border-radius: 0px;
    font-size: 24px;
    font-family: "HurmeGeometricSans1-bold";
    letter-spacing: 0.6px;
    margin-top: 0px;
    color: #FFFFFF;
}
.years_year3{
    margin-bottom: 55px;
}
.years-list .years_year2 h3{
    border:none;	
}
.years-list .years_year2 span{
    color: #FFFFFF;
}
button.button__orange-bg {
	border-radius: 6px;
	font-family: 'HurmeGeometricSans1-regular',"Apercu Pro Bold";
	transition: linear .2s;
	background: 0 0;
	position: relative;
	background: -webkit-gradient(linear,left top,right top,from(#ff891f),to(#f26223));
	background: linear-gradient(to right,#ff891f 0,#f26223 100%);
	color: #fff;
	border: none;
	padding: 9px 25px;
	-webkit-transition: linear .2s;
	transition: linear .2s;
}
.NABD_details {
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 26px;
    color: #555759;
    text-align: center;
}
.NABD_details .button__orange-bg {
    border-radius: 6px;
    font-family: 'HurmeGeometricSans1-bold',"Apercu Pro Bold";
    transition: linear .2s;
    background: 0 0;
    position: relative;
    background: -webkit-gradient(linear,left top,right top,from(#ff891f),to(#f26223));
    background: linear-gradient(to right,#ff891f 0,#f26223 100%);
    color: #fff;
    border: none;
    padding: 9px 25px;
    -webkit-transition: linear .2s;
    transition: linear .2s;
    font-size: 35px;
}
.NABD_details button.button__orange-bg {
    /* padding: 22px 105px; */
    width: 100%;
    line-height: 1.2;
    border-radius: 12px;
    margin-top: 55px;
}
.lame-register button{
	border-radius: 6px;
    font-family: 'HurmeGeometricSans1-bold',"Apercu Pro Bold";
    transition: linear .2s;
    background: 0 0;
    position: relative;
    background: -webkit-gradient(linear,left top,right top,from(#ff891f),to(#f26223));
    background: linear-gradient(to right,#ff891f 0,#f26223 100%);
    color: #fff;
    border: none;
    padding: 9px 25px;
    -webkit-transition: linear .2s;
    transition: linear .2s;
    font-size: 35px;
}
.content_NABD h2{
	font-size: 44px;
	line-height: 50px;
	color: rgb(61,57,53);
	font-family: 'HurmeGeometricSans1-regular';
	font-weight: bold;
	background: url('../images/separator.png') no-repeat left bottom ;
	padding-bottom: 45px;
	margin-bottom: 45px;
}
.content_NABD3{
	padding-top: 35px;
}
.content_NABD4{
	padding-top: 0px;
}
.content_NABD3 h2, .content_laplace h2{
	background: transparent;
	font-family: 'HurmeGeometricSans1-bold';
	font-size: 44px;
	letter-spacing: 1.1px;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.content_NABD h3 {
	font-size: 92px;
	letter-spacing: -3px;
	line-height: 70px;
	color: #f37723;
	font-family: 'HurmeGeometricSans1-regular';
	font-weight: bold;
	text-align: center;
}
.content_NABD h4{
	font-size: 36px;
	color: #f37723;
	font-family: 'HurmeGeometricSans1-regular';
	font-weight: bold;
	text-align: center;
}
.content_NABD .date_laplace{
	font-size: 26px;
	color: rgb(61,57,53);
	font-family: 'HurmeGeometricSans1-regular';
	font-weight: bold;
	text-align: center;
}
.content_NABD h4.speaker_name_2{
	font-size: 26px;
	line-height: 31px;
}
.content_NABD h4.speaker_name_3{
	margin:0px;
	font-size: 20px;
	line-height: 26px;
}
.talk a{
	color: #000;
	text-decoration: underline;
}

.page-template-template-nabd-2019 .footer2 h3 {
	font-size: 92px;
	letter-spacing: -3px;
	line-height: 70px;
	color: #f37723;
	font-family: 'HurmeGeometricSans1-regular';
	font-weight: bold;
}
.page-template-template-nabd-2019 .footer2 h4, .page-template-template-laplace .footer2 h4{
	font-size: 36px;
	color: #f37723;
	font-family: 'HurmeGeometricSans1-regular';
	font-weight: bold;
}
.page-template-template-nabd-2019 .footer2 ul li, .page-template-template-nabd-2019 .footer2 p,  
.page-template-template-nabd-2019 .footer2 span, .page-template-template-nabd-2019 .footer2 a,
.page-template-template-nabd-2019 .footer2 button, .page-template-template-nabd-2019 .footer2 .copyright,
.page-template-template-laplace .footer2 ul li, .page-template-template-laplace .footer2 p,  
.page-template-template-laplace .footer2 span, .page-template-template-laplace .footer2 a,
.page-template-template-laplace .footer2 button, .page-template-template-laplace .footer2 .copyright {
	font-family: 'HurmeGeometricSans1-regular';
}
.content_NABD img{
	max-width: none;
	width:100%;
}
.content_NABD .years_image img{
	max-width: none;
	width:150px;
}
.content_NABD .lame-banner img{
	width:initial;
	padding-bottom:10px;
}
.lame-playlist img{
	width:60px;
	margin-top: 20px;
}
.content_NABD .years_links {
	margin-top: 20px;
}
.content_NABD .agenda_link{
	margin-right:25px;
}
.content_NABD .years_links img{
	width:auto;
}
.speaker_image img{border-radius: 50%;}
.years-list{
	margin-right: 10px;
	margin-left: 10px;
}
.years-list h3{
	font-family: 'HurmeGeometricSans1-regular';
	font-size: 20px;
	letter-spacing: 0px;
	color: #f37723;
	font-weight: bold;

	border: 5px solid #f37723;
	border-radius: 7px;
	line-height: 30px;
	text-align: center;
}
.years-list h3 span{
    font-size: 15px;
}
.years_year{
	width:50%;
	margin-left: auto;
	margin-right: auto;
}
.years_year a:hover{
	text-decoration: none;
}
#owl-years .owl-controls .owl-buttons div{
	opacity: 1;
}
#owl-years .owl-controls .owl-buttons .owl-prev:before{
	background: rgba(0, 0, 0, 0) url(../images/left.png) repeat scroll 0 0;
	height:22px;
	width:13px;
	top:initial;
	bottom:42px;
	left: 20px;
}
#owl-years .owl-controls .owl-buttons .owl-next:before{
	background: rgba(0, 0, 0, 0) url(../images/right.png) repeat scroll 0 0;
	height:22px;
	width:13px;
	top:initial;
	bottom:50px;
	right: 20px;
}
.bloc-number-days {
	font-size: 17px;
	line-height: 19px;
	font-family: "Arial";
	color: #f37723;
	text-align: right;
}
.bloc-days-details{
	font-size: 13px;
	line-height: 19px;
	color: rgb(61,57,53);
	font-family: "Arial";
}
.bloc-number-days-start{
	border-bottom: 1px solid #f37723;
	display: initial;
}
.lame-location2 H2{
	margin-bottom: 50px;
}
.lame-location2 p{
	font-size: 16px;
	line-height: 19px;
	color: rgb(61,57,53);
	font-family: "Arial";
}
.content_NABD3 .lame-location3 p{
	font-size: 15px;
}
.lame-location2 .col-sm-106{
	font-size: 1px;
}
.lame-nabd {
	background: url(../images/stripe.png) repeat;
}
.nabd-no-bg {
	background-color: #ffffff;
}
.lame-nabd-no-bg{
	padding-right:0px;
}
.close-CSS {
	background: none;
	border: 0px;
	background-image: url(../images/collapse-minus.png);
	background-size: 27px 28px;
	height: 27px;
	width: 28px;
}
.open-CSS {
	background: none;
	border: 0px;
	background-image: url(../images/collapse-plus.png);
	background-size: 27px 28px;
	height: 27px;
	width: 28px;
	background-repeat: no-repeat;
}
.spacer{
	clear:both;
}

/*------------------ NEW footer --------- */
.footer2 {
    font-family: 'apercu pro';
}
/*.footer2{font-family: "HurmeGeometricSans1-bold","Apercu Pro Bold";}*/
.footer2 a{
    transition: color linear .2s;
    color: #8b8e8f;
}
.footer2 a:hover{
    text-decoration: none;
    color: #ff6f00;
}
.footer2 .row{flex-wrap: wrap; display:flex;}
.footer2 footer ul{
	list-style-type: none;
	margin-bottom: 0;
	padding: 0;
}
.footer2 .footer-top .container{
	padding:30px 15px 33px;
}
.footer2 .footer-top .container span{
	display: table;
	text-align: center;
	font-size:20px;
	color:#595959;
	margin:0 auto;
}
.footer2 .social-custom {
	background: #1a579c;
	border-radius: 5px;
	display: inline-block;
	height: 40px;
	padding: 10px;
	width: 42px;
	vertical-align: middle;
	position: relative;
	top: -2px;
	margin: 0 5px;
}
.footer2 .social-custom i{
	color:#fff;
	font-size: 24px;
	position: relative;
	top: -3px;
}
.footer2 .twitter-bg{
	background: #00a1e3;
}
.footer2 .linked-bg{
	background: #006da2;
}
.footer2 .youtube-bg{
	background: #c4220f;
}
.footer2 .footer-middle{
	background: #333333;
}
.footer2 .footer-middle .container{
	padding: 43px 15px 84px;
}
.footer2 .footer-menu ul li {
	margin-bottom: 5px;
}
.footer2 address{
	margin-top: 7px;
	padding: 0 3px;
	margin-bottom: 33px;
}
.footer2 .footer-middle .container h4,.footer2 .footer-bottom h4{
	color:#6b7072;
	margin-bottom: 8px;
	font-weight: 400;
	text-transform: uppercase;
}
.footer2 .footer-bottom-right {
	margin-top: 6px;
	text-align: right;
}
.footer2 .footer-middle .container ul li a,.footer2 .footer-bottom .container ul li a{
	color:#fff;
	font-size:15px;
	text-transform: capitalize;
}
.footer2 address p{
	color:#c9c9c9;
	font-size:15px;
	line-height: 22px;
	margin-bottom: 7px;
}
.footer2 address span{
	display: block;
}
.footer2 address span.telephone{
	margin-top:5px;
}
.footer2 .footer-middle .container address + a{
	color:#fff;
	font-size:15px;
}
.footer2 .footer-bottom{
	background: #222222;

}
.footer2 .footer-bottom .container{
	padding:22px 15px;
}
.footer2 .footer-bottom ul li{
	display: inline-block;
}

.footer2 .footer-bottom h4,.footer-bottom h4 + div{
	float:left;
	font-size:13px;

}
.footer2 .footer-bottom h4{
	margin: 0;
	margin-right: 20px;
	line-height: 20px;
}
.footer2 .footer-bottom .container ul li a{
	font-size:13px;
}
.footer2 .footer-bottom .container ul li{
	margin-right:10px;
}
.footer2 .space-bottom{
	margin-bottom:7px;
}
.footer2 .criteo-ads{
	display: inline-block;
	border:1px solid #8c8f91;
	color:#8c8f91;
	padding: 6px 11px;
	font-size:10px;
	border-radius: 5px;
	margin-bottom: 17px;
}
.footer2 .criteo-ads:hover{
	text-decoration:none;
	color:#ff8f1c;
	border: 1px solid #ff8f1c;
}
.footer2 .footer-bottom-right span{
	color:#8c8f91;
	font-size:12px;
}
.footer2 .footer-middle .container ul li a:hover, .footer2 .footer-bottom .container ul li a:hover {
	color: #ff8f1c;
	text-decoration: none;
}
.footer2 .footer .left-footer {
	background-color: #eaebeb;
	-webkit-box-flex: 2;
	-ms-flex-positive: 2;
	flex-grow: 2;
}
.footer2 .pull-left {
	float: left;
}
.footer2 .footer .left-footer .mini-container {
	padding-left: 0;
	padding-bottom: 0;
}
.footer2 .footer .mini-container {
	padding: 4em;
	width: 100%;
}
.footer2 .footer .left-footer .footer-site-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 2em;
}
.footer2 .footer .left-footer .footer-site-nav .top-level-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}
.footer2 .footer .left-footer .footer-site-nav h4 {
	margin-bottom: 1em;
	margin-top: 44px;
	font-weight: 400;
	color: initial;
}
.footer2 .footer h4 {
	font-size: 18px;
}
.footer2 .footer .left-footer .footer-site-nav ul {
	padding: 0;
	list-style-type: none;
	font-size: 14px;
}

.footer2 .footer .left-footer .footer-site-nav ul li {
	margin: 1em 0;
}
/*.footer2 .footer .left-footer .footer-site-nav ul li a {
	color: #8b8e8f;
}*/
.footer2 .footer .left-footer .footer-social-nav {
	padding-bottom: 2em;
}
.footer2 .footer .left-footer .footer-social-nav h4 {
	margin-bottom: 1.5em;
}
.footer2 .justify-content-start {
	-webkit-box-pack: start!important;
	justify-content: flex-start!important;
}
.footer2 .justify-content-between {
	-webkit-box-pack: justify!important;
	-ms-flex-pack: justify!important;
	justify-content: space-between!important;
}

.footer2 .flex-wrap {
	flex-wrap: wrap!important;
}
.footer2 .d-flex {
	display: flex!important;
}
.footer2 .d-flex:before{
    display: none;
}
.footer2 .footer .left-footer .footer-social-nav .social-icons {
	color: #b2b4b5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 12px;
	margin: 10px 0;
}
.footer2 .footer .left-footer .footer-social-nav a {
	color: #8b8e8f;
    transition: color linear .2s;
}
.footer2 footer .left-footer .footer-social-nav .social-icons div {
	margin-right: 20px;
	background-color: #dadbdb;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.footer2 .footer .left-footer .footer-social-nav a:hover {
    color: #ff6f00;
    text-decoration: none;
}
.footer2 .fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.footer2 .fa-2x {
    font-size: 2em;
}
.footer2 .notices .label {
    font-size: 100%;
    color: inherit;
    line-height: inherit;
}
.footer2 .footer .left-footer .notices {
	padding-top: 2.5em;
	border-top: 1px solid;
	border-color: #dadbdb;
	color: #8b8e8f;
	font-size: 12px;
	width:100%;
}
.footer2 .footer .left-footer .notices div {
	margin: .5em 0;
}
.footer2 .footer .left-footer .label {
	padding: 0;
}
.footer2 .footer .left-footer .notices span {
	margin-right: .75em;
}
.footer2 .footer .left-footer .notices span a {
	text-decoration: underline;
	/*color: #8b8e8f;*/
}
/*.footer2 .right-footer a {
	color: #8b8e8f;
}*/

.footer2 .pull-right {
	float: right;
}
.footer2 .footer .mini-container {
	padding: 4em;
	width: 100%;
}
.footer2 .right-footer span.label h4 {
	color: #ff6f00!important;
}
.footer2 .footer h4 {
	font-size: 18px;
}
.footer2 .right-footer {
	background-color: #323434;
}
.footer2 right-footer span img {
	width: 156px;
	margin-top: -21px;
	margin-left: -25px;
}
.footer2 .right-footer .contact-location {
	margin-top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.footer2 .right-footer .contact-location img {
	width: 60px;
	height: 60px;
	margin-right: 24px;
}
.footer2 .right-footer .office-location p {
	color: #9a9797;
	line-height: 2em;
	font-size: 13px;
}
.footer2.footer-wrap {
	position: relative;
}
.footer2 .right-footer button {
	margin: 2em 0;
}
.footer2 .right-footer .opt-out {
	text-decoration: underline;
}
.footer2 .right-footer .copyright, .footer2 .right-footer .opt-out {
	color: #8b8e8f;
	font-size: 13px;
	margin: 15px 0;
}
.footer2 .footer .left-footer .notices div {
	margin: .5em 0;
}
.footer2 .footer .left-footer .label {
	padding: 0;
}
.footer2 .footer .left-footer .notices span {
	margin-right: .75em;
}

.footer2 .footer .left-footer .notices span a:focus, .footer2 .footer .left-footer .notices span a:hover,
.footer2 .footer .left-footer .footer-site-nav ul li a:focus, .footer2 .footer .left-footer .footer-site-nav ul li a:hover,
.footer2 .right-footer a:focus, .footer2 .right-footer a:hover,
.footer2 .footer .left-footer .footer-social-nav a:focus,.footer2 .footer .left-footer .footer-social-nav a:hover
.footer2 .right-footer .copyright{
	text-align: right;
}
.footer2 .right-footer h4 {
	color: #fff;
}
.footer2 .location2 H4{
	font-size: 14px;
}
.footer2 .right-footer .location2 .office-location p{
	font-size: 11px;
}
.footer2 .right-footer .contact-location.location3 {
	margin-top: 0px;
}
.footer2 .footer_link p{
	font-size: 12px;
}
.footer2 button:focus, .footer2 button:hover {
	border-color: #ff6f00!important;
	outline: 0;
	cursor: pointer;
	text-decoration: none;
}

.footer2 .right-footer button {
	margin: 2em 0;
}
.footer2 .button__white {
	color: #fff;
}
.footer2 .button__white {
	color: #fff;
}
.footer2 button {
	border: solid 3px rgba(255, 255, 255, .12);
	background: 0 0;
	border-radius: 50px;
	font-size: 15px;
	color: #333;
	padding: 18px 30px;
	-webkit-transition: linear .2s;
	transition: linear .2s;
	margin: 0 8px;
	font-family: 'Apercu Pro';
}
.footer2 .right-footer span img{
	width: 156px;
	margin-top: -21px;
	margin-left: -25px;
}
.footer2 .label{
	text-align: left;
}
.footer2 .footer .left-footer .footer-social-nav .social-icons div {
	margin-right: 20px;
	background-color: #dadbdb;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
/* RESEARCH BLOG */
.header-bottom-navbar ul li{
	margin-right: 25px;
}
.labs_logo img{ max-width: 147px; }

.row-banner1{
	background-color: rgba(0,0,0,.7);
}
.row-banner2{
	background-color: rgba(246,138,31,.5);
}
.content_NABD2{
	/*padding-left: 0px;
	padding-right: 0px;*/
}
.NABD_details2 p{
	color: #ffffff;
	font-family: "HurmeGeometricSans1-bold";
	font-size: 37px;
	font-weight: 700;
	text-align: left;
	line-height: 40px;
	margin-top: 43px;
	margin-bottom: 26px;
}
.content_NABD3 p{
	color: #5f6670;
	font-size: 30px;
}
.content_NABD3 .bloc-days-details3 p{
	font-size: 18px;
}
.logo-banner{
	margin-top: 60px;
	text-align: center;
}
.content_NABD h3.date_banner{
	color: #1c1c1c;
	font-family: "HurmeGeometricSans1-bold";
	font-size: 16px;
	letter-spacing: 0.08px;
	line-height: 20px;
	text-align: left;
	border-right:1px solid black;
}
.content_NABD h3.date_banner.date_banner_last{
	border:none;
}
.content_NABD2 .NABD_details .button__orange-bg {
	background:-webkit-gradient( linear, left top, left bottom, from(#f58a1f), to(#f36f24) );
	border-radius:0px;
	font-size: 24px;
	font-family: "HurmeGeometricSans1-bold";
	letter-spacing: 0.6px;
	margin-bottom: 55px;
	margin-top: 0px;
}

.collapseblock div, .collapseblock p{
	font-size: 18px;
}
p.collapse:not(.in) {
	height: 22px !important;
	overflow: hidden;

	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
a.collapselink {
	font-size: 15px;
}
a.collapselink:focus {
	text-decoration: none;
	color: #ff6f00;
}
p.collapsing {
	min-height: 22px !important;
}

.collapseblock a.collapsed:after  {
	content: '+ Read More';
}

.collapseblock a:not(.collapsed):not(.seemore):after {
	content: '- Read Less';
}
a.seemore{
	font-size: 15px;
	font-family: arial;
}
.seemorediv{
	margin-bottom: 5px;	
}
h4.laplace{
	margin-top: 30px;
	margin-bottom: 40px;
}
.content_laplace .col-sm-106.right-side{
	max-width: 1000px
}
.content_laplace h3{
	font-size: 82px;
	padding-bottom: 20px;
}

.sub-menu{
	padding-left:10px !important;
	min-width: 230px !important;
}
.sub-menu li{
	margin-right: 0px !important;
}
.sub-menu .sub-menu{
	margin-left: -10px;
	padding-left:30px !important;
}
.sub-menu .sub-menu li{
	margin-right: 0px;
}

.table_date{
	width: 15%;line-height: 25px;
}
.table_photo, .table_name{
	width: 15%;
}
.table_name a{
	text-decoration: underline;
	color: #000000;
}
.table_speach{
	width: 40%;font-weight: bold;font-size: 17px;line-height: 27px;color: #555759;
	padding-top: 4px;
	font-family: 'HurmeGeometricSans1-regular';
    font-weight: bold;
}
.table_speach a{
	text-decoration: underline;
	color: #000000;
}
.table_years{
	width: 15%;font-size: 18px;
}
.show_mobile{
	display: none !important;
}
.container-years2 table td{
	vertical-align: middle;
}