.section-main-heading{
	max-width:660px;
	margin: 0 auto;
	background: #0a5287;
	text-align: center;
	padding:50px 0px 20px;
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	transform: rotate(-5deg);
	position: relative;
	top:-30px;
	margin-bottom: 45px;
	left:6px;
}
.section-main-heading h3{
	font-size: 21px;
	color: #fff;
	font-family: 'museo_sans300';
    font-weight: normal;
    font-style: normal;
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	-o-transform: rotate(5deg);
	transform: rotate(5deg);
	margin-bottom: 0;
	line-height: 1;
}
.section-main-heading h3 strong{
	display: block;
	font-size: 29px;
}
#page.site{
	position: relative;
	overflow: hidden;
}
.no-padding .vc_column-inner {
	padding-top: 0 !important;
}
.short-content-text {
	overflow: hidden;
}
.short-content-text .content-wrapper{
	max-width:660px;
	margin: 0 auto;
	padding:47px 50px 24px;
	position: relative;
	z-index: 99;
}
.short-content-text .content-wrapper:after{
	content:"";
	display: inline-block;
	height:300%;
	width:100%;
	background: #fff;
	position: absolute;
	left:0;
	top:-100px;
	z-index:-1;
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	transform: rotate(-5deg);
	min-height:300px;
}
.short-content-text .content-wrapper p{
	font-size: 16px;
	color: #393939;
	font-family: 'museo_sans500';
    font-weight: normal;
    font-style: normal;

}
.owl-item{
	float: left;
}
.vc_row.vc_hidden[data-vc-full-width] {
    opacity: 1 !important;
}
.post-listing .owl-stage-outer{
	overflow: hidden;
}
.post-listing-content .post-listing .item .post-details{
	width:50%;
	float: left;
	position: relative;
}
.post-listing-content .post-listing .item .post-details.first{
	padding-right:7px;
}
.post-listing-content .post-listing .item .post-details .feature-img img{
	width:100%;
	display:  block;
}
.post-listing-content .post-listing .item .post-details.other .feature-img{
	float: left;
	width:48%;
}
.post-listing-content .post-listing .item .post-details.other .post-content{
	float: left;
	width:52%;
	padding-left:10px;
	padding-top:12px;
}
.post-listing-content .post-listing .item .post-details.other .post-content .post-title{
	font-size: 16px;
	color: #393939;
	margin-bottom: 15px;
	font-family: 'museo_sans700';
    font-weight: normal;
    font-style: normal;
    line-height: 1.2;
    padding-top: 0;
}
.post-listing-content .post-listing .item .post-details.other .post-content .post-title a{
	color: #393939;
}
.post-listing-content .post-listing .item .post-details.other{
	padding-left:7px;
	padding-bottom:16px;
}
.post-listing-content .post-listing .item .post-details .name span{
	display: inline-block;
	font-size: 12px;
	color: #9c9a9a;
	padding:0 10px 0 5px;
	border-right:1px solid #9c9a9a;
	font-family: 'museo_sans100_italic';
    font-weight: normal;
    font-style: normal;
    float: left;
}
.post-listing-content .post-listing .item .post-details.first .name span{
	border-right:1px solid #fff;
	color: #fff;
}
.post-listing-content .post-listing .item .post-details .name{
	margin-bottom: 10px;
}
.post-listing-content .post-listing .item .post-details .name span:first-child{
	padding-left:0px;
}
.post-listing-content .post-listing .item .post-details .name span:last-child{
	padding-right:0px;
	border-right:none;
}
.post-listing-content .post-listing .item .post-details.other .post-para p{
	font-size: 13px;
	color: #5c5c5c;
}
.post-listing-content .post-listing .item .post-details.first .post-content{
	position: absolute;
	left:50%;
	top:50%;
	z-index: 99;
	max-width:70%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width:400px;
	width:80%;
}
.post-listing-content .post-listing .item .post-details.first .post-title{
	font-size: 22px;
	color: #fff;
	font-family: 'museo_sans700';
    font-weight: normal;
    font-style: normal;
    line-height: 1.2;
    margin-bottom: 10px;
}
.post-listing-content .post-listing .item .post-details.first .post-title a{
	color: #fff;
}
.post-listing-content .post-listing .item .post-details.first .post-para p{
	font-size: 13px;
	color: #fff;
}
.post-listing-content .post-listing .item .post-details .feature-img{
	position: relative;
}
.post-listing-content .post-listing .item .post-details.first .feature-img .overlay{
	position: absolute;
	display: inline-block;
	height:100%;
	width:100%;
	left:0;
	top:0;
	background: rgba(188,127,55,0.64);
}
.post-listing-content .post-listing{
	position: relative;
}
.post-listing-content .post-listing .owl-nav{
	position: absolute;
	left:0;
	top:40%;
	width:100%;
	height:1px;
}
.post-listing-content .post-listing .owl-nav div{
	height:25px;
	width:25px;
	color: transparent;
	font-size: 0px;
	cursor:pointer;
}
.post-listing-content .post-listing .owl-nav .owl-prev{
	float: left;
	margin-left:-35px;
	background: url('../images/left-arrow.png') no-repeat center center;
}
.post-listing-content .post-listing .owl-nav .owl-next{
	float: right;
	margin-right:-35px;
	background: url('../images/right-arrow.png') no-repeat center center;
}
.post-listing-content .post-listing .owl-dots{
	text-align: center;
	padding:15px 0px;
}
.post-listing-content .post-listing .owl-dots .owl-dot{
	height:8px;
	width:8px;
	border:1px solid #c3c3c3;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	margin: 0 3px;
	cursor: pointer;
}
.post-listing-content .post-listing .owl-dots .owl-dot.active{
	background: #c3c3c3;
}
.agenda-section{
	padding-bottom:55px;
	position: relative;
}
.agenda-section:after{
	width:100%;
	left:0;
	top:0px;
	height:120px;
	content:"";
	background: url('../images/triangle-image.png') no-repeat;
	background-size: 100% 100%;
	z-index: 999;
	position: absolute;
	pointer-events: none;
}
.agenda-section .agenda-img-sec{
	height:395px;
	width:32%;
	margin-right:2%;
	float: left;
	background-size: cover !important;
	position: relative;
}
.agenda-section .agenda-img-sec:last-child{
	margin-right: 0;
}
.agenda-section .agenda-img-sec .name-icon{
	position: absolute;
	left:0;
	width:100%;
	bottom:0;
	text-align: center;
	padding:35px 0px 25px;
	background: rgba(0,75,130,0.96);
}
.agenda-section .agenda-img-sec:nth-child(2) .name-icon{
	background: rgba(188,127,55,0.96);
}
.agenda-section .agenda-img-sec .name-icon span.title{
	color: #ffffff;
	font-size: 16px;
	 font-family: 'museo_sans700';
    font-weight: normal;
    font-style: normal;
	text-transform: uppercase;
	position: relative;
	z-index: 20;
}
.agenda-section .agenda-img-sec .name-icon figure{
	position: absolute;
	margin: 0;
	left:50%;
	top:0;
	width:80px;
	height:80px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background: rgba(0,75,130,0.96);
	vertical-align: middle;
	z-index: 9;
}
.agenda-section .agenda-img-sec:nth-child(2) .name-icon figure{
	background: rgba(188,127,55,0.96);
}
.agenda-section .agenda-img-sec .name-icon figure img{
	position: relative;
	top:50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	max-width:90%;
}
.agenda-section .posts-section{
	background: #fff;
}
.agenda-section .posts-section h3.agenda-title{
	font-size: 21px;
	color: #ffffff;
	font-family: 'museo_sans700';
    font-weight: normal;
    font-style: normal;
	margin-bottom: 0;
}
.agenda-section .posts-section .agenda-header {
	background: url('../images/agenda-back.png');
	padding-top: 50px;
	padding-bottom: 15px;
	text-align: center;
}
.agenda-section .posts-section h3.agenda-title i{
	height:43px;
	width:43px;
	background: url('../images/agenda-icons.png') no-repeat center center;
	display: inline-block;
	vertical-align: middle;
	margin-right:10px;
}
.agenda-section .posts-section .agenda-post-listing{
	position: relative;
	min-height:90px;
	padding-left:105px;
	padding-top: 20px;
	padding-right: 30px;
	border-bottom:1px solid #eaeaea;
}
.agenda-section .posts-section .agenda-post-listing:last-child{
	border-bottom:none;
}
.agenda-section .posts-section .agenda-post-listing .post-date{
	position: absolute;
	left:22px;
	height:62px;
	width:62px;
	background: #0092d7;
	top:15px;
	text-align: center;
	padding-top:11px;
}
.agenda-section .posts-section .agenda-post-listing .day,
.agenda-section .posts-section .agenda-post-listing .month{
	font-weight:600;
	font-size: 22px;
	color: #ffffff;
	display: block;
	line-height: 1.2;
	font-family: 'museo_sans700';
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
}
.agenda-section .posts-section .agenda-post-listing .month{
	font-size: 12px;
}
.agenda-section .posts-section .agenda-post-listing h3{
	color: #393939;
	font-size: 14px;
	margin-bottom: 10px;
	font-family: 'museo_sans700';
    font-weight: normal;
    font-style: normal;
}
.agenda-section .posts-section .agenda-post-listing h3 a{
	color: #393939;
}
.agenda-section .posts-section .agenda-post-listing p{
	color: #6b6b6b;
	font-size: 12px;
	margin-bottom: 0;
}
.partners-section{
	text-align: center;
	padding-top:30px;
	margin-bottom: 60px;
}
.partners-section .partner-sec-title{
	padding-bottom: 15px;
	margin-bottom:10px;
	position: relative;
}
.partners-section .partner-sec-title:after{
	content:"";
	position: absolute;
	left:50%;
	bottom:0px;
	width:48px;
	height:3px;
	background: #004b82;
	margin-left: -24px;
}
.partners-section .partner-sec-title{
	font-size: 21px;
	color: #393939;
	font-family: 'museo_sans300';
    font-weight: normal;
    font-style: normal;
	line-height: 1;
}
.partners-section .partner-sec-title strong{
	font-size: 29px;
	display: block;
	font-family: 'museo_sans700';
}
.partners-section .owl-stage-outer{
	overflow: hidden;
}
.partners-section .owl-carousel{
	position: relative;
}
.partners-section .owl-nav{
	position: absolute;
	left:0;
	top:50%;
	width:100%;
	height:0px;
	margin-top: -13px;
}
.partners-section .item a{
	height:102px;
	position: relative;
	display: block;
}
.partners-section .item a img{
	display: block;
	position: relative;
	top:50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0 auto
}
.partners-section .owl-nav div{
	color: rgba(0, 0, 0, 0);
    cursor: pointer;
    font-size: 0;
    height: 25px;
    width: 25px;
}
.partners-section .owl-nav .owl-prev{
	background: rgba(0, 0, 0, 0) url("../images/left-arrow.png") no-repeat scroll center center;
    float: left;
    margin-left: -35px;
}
.partners-section .owl-nav .owl-next{
	background: rgba(0, 0, 0, 0) url("../images/right-arrow.png") no-repeat scroll center center;
    float: right;
    margin-right: -35px;
}
/*============  revolution slider css ==============*/
.homepage-slider .content-wrapper{
	background: rgba(188,127,55,0.96);
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	transform: rotate(-5deg);
	overflow: hidden;
	position: relative;
}
.homepage-slider .content-wrapper .ldi-rev-slider-content{
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	-o-transform: rotate(5deg);
	transform: rotate(5deg);
	text-align: center !important;
	padding:30px 0px 90px;
}
.homepage-slider .ldi-rev-slider-content span.text{
	font-family: 'museo_sans300';
    font-weight: normal;
    font-style: normal;
    font-size: 32px;
    color: #fff;
    line-height: 1.2;
}
.homepage-slider .ldi-rev-slider-content span.text strong{
	display: block;
}
.homepage-slider .plus-sign{
	position: absolute;
	right:0;
	top:0;
	color: rgba(188,127,55,0.96);
	height:50px;
	width:50px;
	background: #fff;
	line-height: 50px !important;
	text-align: center !important;
	font-size: 20px;
}
.homepage-slider .ldi-rev-slider-content .arrows{
    left: 2.5%;
    position: absolute;
    top: 45%;
    width: 95%;
}
.homepage-slider .ldi-rev-slider-content .arrows .left-slide,
.homepage-slider .ldi-rev-slider-content .arrows .right-slide{
	width:16px;
	height:22px;
	cursor:pointer;
	color: transparent;
	font-size: 0px;
}
.homepage-slider .ldi-rev-slider-content .arrows .left-slide{
	float: left;
	background: url('../images/rev-arrow.png') no-repeat left center;
}
.homepage-slider .ldi-rev-slider-content .arrows .right-slide{
	float: right;
	background: url('../images/rev-arrow.png') no-repeat right center;
}
.hesperiden .tp-bullet{
	border:1px solid #fff !important;
	background: #bc813a !important;
}
.hesperiden .tp-bullet.selected{
	background: #fff !important;
}
.single-page-banner{
	position: relative;
	overflow: hidden;
}
.single-page-banner img{
	max-height:553px;
	min-height:500px;
	width:100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
}
.single-page-banner .feature-banner-content{
	position: absolute;
	left:0;
	bottom:-85px;
	width:100%;
}
.single-page-banner .post-content{
	width:65%;
	background: #084d7d;
	padding-top:50px;
	padding-bottom:100px;
	position: relative;
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	transform: rotate(-5deg);
	float: left;
}
.single-page-banner .social-icons{
	float: right;
	width:35%;
	position: relative;
	top:110px;
}
.single-page-banner .post-content .post-title{
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	-o-transform: rotate(5deg);
	transform: rotate(5deg);
	position: relative;
}
.single-page-banner .post-content:after{
	content:"";
	position: absolute;
	right:100%;
	top:0;
	height:100%;
	width:1000%;
	background: #084d7d;
	margin-right: -10px;
	z-index: -1;
}
.single-page-banner .post-content h4{
	color: #ffffff;
	font-size: 25px;
	font-family: 'museo_sans700';
    font-weight: normal;
    font-style: normal;
    margin-bottom: 10px;
    max-width:650px;
    line-height: 1.1;
}
.single-page-banner .post-content span.author-date{
	font-size: 14px;
	color: #ffffff;
	font-family: 'museo_sans300_italic';
    font-weight: normal;
    font-style: normal;
}
.single-page-banner .post-content .post-title .cat-name{
	position: absolute;
	right:-20px;
	top:-45px;
	color: #004b82;
	font-size: 16px;
	text-transform: uppercase;
	background: #ffffff;
	display: inline-block;
	padding:5px 20px;
	font-family: 'museo_sans700';
    font-weight: normal;
    font-style: normal;
}
.single-page-banner .post-content .post-title .cat-name:after{
	border-color: #ff0000 #000000 rgba(0, 0, 0, 0) #b6b6b6;
    border-style: solid;
    border-width: 0 0 19px 25px;
    content: "";
    height: 0;
    margin-top: -1px;
    position: absolute;
    right: -2px;
    top: 100%;
    transform: rotate(-6deg);
    width: 0;
    z-index: -1;
}
.single-page-banner .social-icons .icons{
	list-style-type: none;
	margin: 0;
	float: right;
	width:185px;
}
.single-page-banner .social-icons .icons li{
	display: inline-block;
}
.single-page-banner .social-icons .icons li a{
	color: #fff;
	font-size: 30px;
	margin: 0 8px;
}
.single-page-banner .social-icons .title-icon{
	display: inline-block;
	float: right;
	color: #ffffff;
	font-size: 18px;
	font-family: 'museo_sans700';
    font-weight: normal;
    font-style: normal;
}
.single-post-content{
	padding-top: 60px;
}
body.home .single-post-content {
    padding-top: 0px;
}
.single-post-content.page{
	padding-bottom: 30px;
}
.single-post-content p{
	font-size: 14px;
	color: #393939;
	font-family: 'museo_sans300';
    font-weight: normal;
    font-style: normal;
    line-height: 1.5;
}
.single-post-content strong,
.single-post-content li strong{
	color: inherit;
	font-family: 'museo_sans700';
    font-weight: normal;
    font-style: normal;
}
.single-post-content h4{
	color: #004b82;
	font-size: 19px;
	font-family: 'museo_sans700';
    font-weight: normal;
    font-style: normal;
    padding-top: 30px;
    margin-bottom: 20px;
}
.single-post-content h5{
	color: #bc7f37;
	font-size: 15px;
	font-family: 'museo_sans700';
    font-weight: normal;
    font-style: normal;
    margin-bottom: 20px;
}
.single-post-content ul{
	margin-left: 22px;
	font-family: 'museo_sans300';
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    list-style-type: none;
}
.single-post-content ul li{
	position: relative;
}
.single-post-content ul li:before{
	display: inline-block;
    font-family: FontAwesome;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
    content:"\f105";
    color: #004b82;
    position: absolute;
    left:-18px;
    top:2px;
    font-size: 120%;
}
.single-post-comment.form{
	overflow: hidden;
	background: url('../images/comment-form-back.jpg') no-repeat;
	padding-bottom: 40px;
	background-size: cover;
}
.single-post-comment.form{

}
input,
.form-group input{
	height:35px;
	color: #c1c1c1 !important;
	font-size: 14px;
	border:1px solid #c1c1c1 !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	padding-left:10px !important;
	width:100% !important;
	font-family: 'museo_sans300';
    font-weight: normal;
    font-style: normal;
}
.form-group textarea,
textarea{
	color: #c1c1c1 !important;
	font-size: 14px;
	border:1px solid #c1c1c1 !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	padding-left:10px;
	width:100% !important;
	font-family: 'museo_sans300';
    font-weight: normal;
    font-style: normal;
    -webkit-resize: none;
    -moz-resize: none;
    -ms-resize: none;
    -o-resize: none;
    resize: none;
}
.form-group{
	margin-bottom: 22px;
}
.form-submit input[type="submit"]{
	margin: 0 auto !important;
	width:auto !important;
    font-size: 14px;
    color: #fff !important;
    background: #bc7f37;
    text-transform: uppercase;
    display: inline-block;
    font-family: 'museo_sans700';
    font-weight: normal;
    font-style: normal;
    border:none !important;
    width:190px !important;
    display: inherit;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.form-submit input[type="submit"]:hover{
	background: #044c80;
}
.form-group.first{
	width:48%;
	margin-right:2%;
	float: left;
}
.form-group.second{
	width:48%;
	margin-left:2%;
	float: left;
}
.comment-respond #commentform,
#leave-comment .comment-para{
	max-width:775px;
	margin: 0 auto !important;
	text-align: center;
}
#submited-comment{
	list-style-type: none;
	padding-top: 50px;
	padding-bottom: 35px;
	margin: 0;
}
#leave-comment .comment-para{
	color: #fff;
	margin-bottom: 20px !important;
}
#leave-comment .comment-para sup,
sup{
	color: #ba7d36;
}
#submited-comment .comment-author.vcard img,
#submited-comment .comment-author.vcard .says,
#submited-comment .comment-metadata{
	display: none;
}
#submited-comment .comment-author.vcard .fn a{
	color: #393939;
	font-size: 17px;
	font-family: 'museo_sans700';
    font-weight: normal;
    font-style: normal;
    text-transform: capitalize;
    margin-bottom: 15px;
    display: block;
}
#submited-comment .comment-content p{
	padding-left: 25px;
	border-left: 2px solid #004b82;
	margin-bottom: 10px;
	color: #393939;
	font-size: 14px;
	word-wrap: break-word;
}
#submited-comment .reply{
	text-align: right;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 5px;
}
#submited-comment .reply .comment-reply-link{
	color: #004b82;
	font-size: 13px;
	padding:3px 10px;
	border:2px solid #0a5287;
	font-family: 'museo_sans700';
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    bottom:-1px;
}
#submited-comment .reply .comment-reply-link:before{
	content:"";
	position: relative;
	left:-18px;
	width:15px;
	height:10px;
	background: #fff;
	bottom:-5px;
	display: block;
	position: absolute;
}
.autor-details{
	background: #f5f4f3;
	padding-bottom: 40px;
	position: relative;
}
.autor-details:before{
	content:"";
	position: absolute;
	left:0;
	top:0;
	height:130px;
	width:100%;
	background: url('../images/triangle-image1.png') no-repeat;
	z-index: 99;
	pointer-events: none;
}
.autor-details .author-image{
	position: relative;
	padding:25px;
	height:150px;
	padding-left: 150px;
	padding-top: 35px;
	background: url(../images/author-back.png);
}
.autor-details .author-image .author-avatar{
	height:100px;
	width:100px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	left:25px;
	top:25px;
}
.autor-details #author-info{
	display: inline-block;
	padding-top:24px;
	font-size: 18px;
	color: #ffffff;
	font-family: 'museo_sans300';
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
}
.autor-details #author-info strong{
	font-size: 15px;
	color: #ffffff;
	font-family: 'museo_sans700';
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    display: block;
}
.autor-details .author-image .author-avatar img{
	height:100px;
	width:100px;
}
.autor-details .author-content{
	padding-left: 80px;
	padding-top: 15px;
	padding-bottom: 32px;
	background: #fff;
}
.autor-details .author-content p{
	margin-bottom: 10px;
	padding-left: 15px;
	padding-top: 12px;
	border-left:1px solid #eaeaea;
	font-size: 15px;
	color: #6f6f6f;
	padding-bottom: 10px;
}
#commentform .logged-in-as a{
	color: #fff;
}
#reply-title{
	display: none;
}
.related-posts-section{
	background: #f5f4f3;
	overflow: hidden;
	padding-bottom: 65px;
}
.related-posts-section .related-post-img{
	float: left;
    width: 48%;
    position: relative;
}
.related-posts-section .related-post-content{
	float: left;
    padding-left: 10px;
    padding-top: 12px;
    width: 52%;
}
.related-posts-section .related-post-content .post-title{
	color: #393939;
    font-family: "museo_sans700";
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 15px;
    line-height: 1.2;
}
.related-posts-section .related-post-content .post-title a{
	color: #393939;
}
.related-posts-section .related-post-content .name{
	margin-bottom: 10px;
}
.related-posts-section .related-post-content .name span{
    color: #9c9a9a;
    display: inline-block;
    font-family: "museo_sans100_italic";
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    padding: 0 10px 0 5px;
}
.related-posts-section .related-post-content .name .author{
	border-right: 1px solid #9c9a9a;
}
.related-posts-section .related-post-content .post-para p {
    color: #5c5c5c;
    font-size: 13px;
}
.related-posts-section .owl-stage-outer{
	overflow: hidden;
}
.related-posts-section .owl-carousel{
	position: relative;
}
.related-posts-section .owl-nav{
	height: 0px;
    left: 0;
    position: absolute;
    top: 40%;
    width: 100%;
    margin-top: -13px;
}
.related-posts-section .owl-nav div {
    color: rgba(0, 0, 0, 0);
    cursor: pointer;
    font-size: 0;
    height: 25px;
    width: 25px;
}
.related-posts-section .owl-prev{
	background: rgba(0, 0, 0, 0) url("../images/left-arrow.png") no-repeat scroll center center;
    float: left;
    margin-left: -35px;
}
.related-posts-section .owl-next{
	background: rgba(0, 0, 0, 0) url("../images/right-arrow.png") no-repeat scroll center center;
    float: right;
    margin-right: -35px;
}
.related-posts-section .owl-dots{
	text-align: center;
	padding-top: 15px;
}
.related-posts-section .owl-dots .owl-dot{
	border: 1px solid #c3c3c3;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 8px;
    margin: 0 3px;
    width: 8px;
}
.related-posts-section .owl-dots .owl-dot.active{
	background: #c3c3c3;
}
.vc_row.vc_row-fluid.container{
	margin: 0 auto !important;
}
@media screen and (max-width:1250px){
	.post-listing-content .container,
	.partners-section .container{
		padding:0 35px;
	}
	#header .right-header-section .bottom-header .main-header ul li {
	    display: inline-block;
	    padding: 15px 20px;
	}
}
@media screen and (max-width:1100px){
	#header .right-header-section .bottom-header .main-header ul li {
	    display: inline-block;
	    padding: 10px 20px;
	}
	#header .right-header-section .bottom-header .search-form-container{
		margin-top: 11px;
	}
	#header .wpml-lan-switcher{
		margin-top: 10px;
	}
}
