/*
Theme Name: Samarthanam
Theme URI: 
Author: Vibrant
Author URI: https://www.vibrant-info.com/
Description: Custom Theme
Version: 1.0
*/

ul.sub-menu li a i {
    float: right;
    padding-top: 12px;
}
section.our-initiatives ul{
    padding: 0!important;
    margin: 0!important;
}
section.our-initiatives ul li {
    width: calc(100% / 4 - 5px);
    display: inline-block;
    vertical-align: top;
    margin: 1rem 0;
}
.map-block .wsp-container,
section.map-block .map-locations ul{
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
}
section.our-supporters .tab-content .tab-pane > .row{
    margin-top: 100px;
    margin-bottom: 80px;
}
section.our-supporters ul.nav-tabs{
    border: 0;
    display: initial;
}
section.our-supporters ul.nav-tabs li {
    display: initial;
}
section.our-supporters ul.nav-tabs li a{
    background: #FFFFFF 0% 0% no-repeat padding-box !important;
    color: #e5272d !important;
    text-decoration:none;
    border: 0;
}
section.our-supporters ul.nav-tabs li a.active{
    background-color: #e5272d !important;
    color: #FFFFFF !important;
}
.supporter-section img {
    border: 1px solid #E5272d;
    padding: 0px 5px 0px 5px;
    width: 180px;
    height: 132px;
}
section.vid-demo .video-title span{
    cursor: pointer;
}
#sam_video_popup button.close {
    position: absolute;
    background: #fff;
    right: 1%;
    border-radius: 50%;
    padding: 0.5rem 0.8rem;
    bottom: 1.5%;
}
.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none; /* This makes sure that we can still click outside of the modal to close it */
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}
.modal{
	padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    max-width:inherit; /* For Bootstrap 4 - to avoid the modal window stretching full width */
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
}
/*.supporters-carousel.owl-carousel .owl-item img{
    width: 144px;
    height: 100px;
}*/
.owl-carousel .owl-stage{
    margin: auto;
    text-align: center;
}
.supporters-carousel img {
    border: 1px solid #E5272d;
    padding: 2px 7px 2px 7px;
}
.page-title{
    padding: 2rem 0;
    text-align: center;
}
#wpcf7-f562-o1 .wpcf7-response-output {
    color: #fff!important;
    margin: 0 !important;
    margin-top: 1rem !important;
}
#wpcf7-f562-o1 span.wpcf7-not-valid-tip{
    position: absolute;
}
.form-control:focus{
    box-shadow:none;
}
.sam-page-banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    height: 23rem;
    background-color:#000000;
}
.sam-page-banner .banner-overlay{
    height: 100%;
    width: 100%;
   /* object-fit: cover;
    background-image: url('https://www.samarthanam.org/wp-content/uploads/2020/01/over-layer.svg');*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.sam-page-banner .banner-title {
    position: absolute;
    margin: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.sam-page-banner .banner-title h1 {
    letter-spacing: 0;
    color: #FFFFFF;
    background-color:#d20c0c1a;
    font-size: 30px;
    line-height: 46px;
    margin-top: 20px;
    font-weight: 700;
    text-transform: initial;
}
.menu-main-menu-container{
    margin-left: auto;
}
.navbar-nav a {
    padding-right: 0;
    padding-left: 0;
}
.nav.navbar-nav a:hover{
    text-decoration: none !important;
}
.navbar .navbar-nav li.current-menu-ancestor a {
    color: #e5272d;
}
.search-menu i {
    margin-top: 10px;
    color: #e5272d;
    font-weight: 400 !important;
}
.menu-button{
    background-color: #e5272d;
    padding: 5px 5px;
    font-size: 14px !important;
    border: 0;
    font-weight: 500 !important;
    letter-spacing: 0.7px;
    margin-top: -5px !important;
    color: #FFFFFF !important;
    text-transform: uppercase;
    opacity: 1;
    margin-right: 4px;
}
.menu-button > a{
    color:#fff !important;
    margin-right: 0 !important;
}
.menu-button > a > span, .menu-button > a > i{
    color:#fff;
}
.menu-button > a > span:hover, .menu-button > a > i{
    color:#fff;
}
.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .140rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}
.navbar .menu-item.menu-item-has-children .sub-menu {
    border: 0;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 1px;
    opacity: 0.95;
    padding:0;
    border-top: 3px solid #e5272d;
    line-height: 37px;
    float: none;
}
.menu-item-has-children{
    position: relative;
}

/*ul.nav li.menu-item-has-children:hover ul.sub-menu {*/
/*    display: block;*/
/*}*/
ul.nav li.menu-item-has-children ul.sub-menu li a {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
ul.nav li.menu-item-has-children:hover ul.sub-menu li a:hover {
    background-color: rgb(229, 39, 55);
    color: rgb(255, 255, 255);
}
.footer {
    clear: both;
}
.vc-wrapper{
    clear: both;
}
.vision-mision-details p {
    letter-spacing: 0;
    font-size: 18px;
    margin-top: 25px;
    line-height: 25px;
    font-weight: 400;
    color: #3D4248;
}
.vision-mision-details h4 {
    letter-spacing: 0;
    color: #3D4248;
    font-size: 36px;
    line-height: 52px;
    font-weight: 700;
}
.testimonial-block, .news-block {
    margin: 20px 0 40px;
}
.about-person {
    background-color: #F8F8F8;
    border: 1px solid #CCCCCC;
    padding: 25px;
    border-radius: 27px;
}
.about-person img {
    color: #111;
    border-radius: 50%;
    text-align: center;
    font-size: 90px;
    float: right;
    shape-outside: ellipse();
    padding: 10px;
    background-clip: content-box;
    border: 1px solid #e5272d;
    width: 200px;
    height: 200px;
    object-fit: cover;
}
.about-person h4 {
    letter-spacing: 0;
    color: #3D4248;
    font-size: 28px;
    line-height: 31px;
    font-weight: 700;
}
.about-person h6 {
    font-size: 22px;
    line-height: 31px;
    font-weight: 300;
    font-style: italic;
    letter-spacing: 0;
    color: #3D4248;
    margin-bottom: 40px;
}
.about-person p {
    font-size: 18px;
    line-height: 25px;
    font-weight: 300;
    letter-spacing: 0;
    color: #3D4248;
}
.news-section h4 {
    font-size: 19px;
    padding-top: 15px;
    font-weight: 600;
    color: #3D4248;
}
img.news-img {
    height: 160px;
    width: 100%;
    object-fit: cover;
}
.post-type-archive-events img.news-img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}
.news-section p {
    font-size: 15px;
}
.news-section {
    margin-bottom: 45px;
}
.news-section a:hover h4{
    text-decoration: underline;
}
a.news-lnk {
    color: #e5272d;
    font-weight: 600;
}
a.nw-head-lnk:hover {
    text-decoration: none;
}
li.video-iframe h3 {
    color: #fff;
    text-align: center;
    padding: 10px 0 10px 0;
    font-size: 22px;
}
.gallery-option {
    text-align: center;
    background: #eee;
    padding: 2rem;
    margin: 3rem 0;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 3px;
}
.gallery-option.active,
.gallery-option:hover {
    border: 1px solid #E5272d;
}
.gallery-option i {
    color: #e5272d;
    font-size: 3rem;
    margin-bottom: 1rem;
}
.gallery-block {
    margin-bottom: 4rem;
    margin-top: -60px;
}
.gellery-section {
    margin-top: 2rem;
    position: relative;
}
.gellery-section:hover .gallery-overlay-text{
    text-decoration: underline;
}
.image-zoom-in{
    overflow: hidden;
}
.image-zoom-in img{
    transition: transform .5s ease;
}
.image-zoom:hover img{
    transform: scale(1.1);
}
.gallery-overlay-text {
    position: absolute;
    bottom: 0;
    background: #e5272d94;
    width: 100%;
    color: #fff;
    padding: 0.7rem;
}
.edu-block{
    letter-spacing: 0;
    color: #231F20;
}
.edu-block h4 {
    font-size: 33px;
    line-height: 50px;
    font-weight: 700;
    display: inline-block;
}
.edu-block1{
    font-size: 33px;
    line-height: 50px;
    font-weight: 700;
}
.impact-num span {
    font-weight: 700;
    font-size: 33px;
}
.impact-num {
    text-align: center;
}
.edu-block h5 {
    font-size: 19px;
    line-height: 28px;
    font-weight: 400;
}
.edu-block p {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
}
.mid-day-block h4{
    text-align: center;
    letter-spacing: 0;
    color: #e5272d;
    font-size:40px;
    line-height:57px;
    font-weight:700;
}
.mid-day-block h5{
    letter-spacing: 0;
    text-align: center;
    color: #3D4248;
    font-size:32px;
    line-height:40px;
    font-weight:700;
}
.mid-day-block p{
    letter-spacing: 0;
    color: #3D4248;
    font-size:16px;
    line-height:23px;
    font-weight:300;
}
.mid-day-type-2 p {
    letter-spacing: 0;
    color: #3D4248;
    font-size: 16px;
    line-height: 23px;
    font-weight: 300;
}
.mid-day-gift {
    max-width: 400px;
    margin-top: 50px;
    margin-left: 50px;
}
.mid-day-gift h2 {
    letter-spacing: 0;
    color: #e5272d;
    font-size: 30px;
    line-height: 50px;
    font-weight: 700;
    margin-top: 10px;
    font-style: italic;
    max-width: 320px;
}
.mid-day-gift h6 {
    font-size: 29px;
    font-style: italic;
    line-height: 40px;
    font-weight: 500;
    letter-spacing: 0;
    color: #3D4248;
}
.foot-details h4{
letter-spacing: 0;
color: #e5272d;
font-size:24px;
line-height:34px;
font-weight:500;
}
.foot-details i{
    margin-right:15px;
}
.foot-contact.foot-background{
    background:#F2F2F2;
}
.sm-btn-md {
    font-size: 23px !important;
    line-height: 33px;
    font-weight: 700 !important;
}
.sm-btn-lg {
    font-size: 30px !important;
    line-height: 43px;
    font-weight: 700 !important;
}
.btn-pos-rt {
    float: right;
}
.btn-pos-lt {
    float: left;
}
.dropdown-menu-right > ul.sub-menu{
    right: 0;
    left: auto;
}
.volunteer-carousel .owl-nav > div {
    border-radius: 50%!important;
    width: 35px;
    height: 35px;
    background-color: #e5272d!important;
}
.volunteer-carousel .owl-prev {
    position: absolute;
    left: -4%;
    top: 30%;
}
.volunteer-carousel .owl-next {
    position: absolute;
    right: -4%;
    top: 30%;
}
.volunteer-carousel .owl-next i {
   font-size: 28px!important;
    margin-left: 5px!important;
}
.volunteer-carousel .owl-prev i {
   font-size: 28px!important;
    margin-right: 5px!important;
}
#speaker_test .owl-nav > div{
    width: 35px;
    height: 35px;
}
#speaker_test .owl-prev {
    position: absolute;
    left: -4%;
    top: 20%;
}
#speaker_test .owl-next {
    position: absolute;
    right: -4%;
    top: 20%;
}
#speaker_test .owl-next i {
   font-size: 28px!important;
   margin-left: 5px!important;
}
#speaker_test .owl-prev i {
   font-size: 28px!important;
   margin-right: 5px!important;
}
article {
    padding: 60px 0 80px;
}
/*Publication*/
.icon-right {
    float: right;
}
a.acc:hover{
    text-decoration:none;
}
img.fancy-thumb {
    /*width: 200px;
    height: 200px;*/
    margin-bottom: 30px;
}
.acc-header{
    background-color: #e5272d;
    margin-bottom: 15px!important;
    border-radius: 5px!important;
    border-bottom: none;
}
.card{
    border: none;
    
}
.card-body{
    padding: 0;
}
a.acc h5 {
    color: #fff;
    font-size: 18px!important;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
}
.reports-lnk a {
    color: #000;
}
/*.pagination {
    text-align: center;
    display: block;
    width: 100%;
}
.pagination .page-numbers {
    padding: 0 0.3rem;
}
.pagination .page-numbers:not(.current) {
    color: #e5272d;
}*/
.page-link:focus{
    box-shadow:none;
}
.page-item.active .page-link{
    background-color: #e5272d;
    border-color: #e5272d;
}
.page-link{
    color:#000;
}
.page-link:hover{
    color: #fff;
    text-decoration: none;
    background-color: #e5272d;
    border-color: #e5272d;
}
.page-padding {
    padding-top: 12px;
}
/*End Publication*/
/*quick enquiry popup start*/
 .quick-enquiry {
	height: 0px;
	width: 85px;
	position: fixed;
	right: 0;
	top: 50%;
	z-index: 1000;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.quick-info{
    position: fixed;
	right: 0;
	bottom: 40%;
	z-index: 1000;
	background-color: #fff;
	padding: 1.5rem;
	border-radius: 4px;
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0,0,0,.15);
    -moz-box-shadow: 1px 1px 3px 1px rgba(0,0,0,.15);
    box-shadow: 1px 1px 3px 1px rgba(0,0,0,.15);
}
.quick-enquiry span {
	display: block;
	background:#000;
	height: 52px;
	padding-top: 10px;
	width: 155px;
	text-align: center;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
}
.quick-enquiry span:hover {
	opacity: 0.7;
}
.close-quick-info{
    cursor: pointer;
}
/*quick enquiry popup end*/
.single-gallery{
    margin-top: 4rem;
}
.flexslider {
    margin: 0 0 8px !important;
}
.gallery_slider .flex-viewport {
    height: 450px !important;
    background: #000;
}
.gallery_slider img {
    height: 450px !important;
    object-fit: contain;
}
.csr-type-1 .gallery_slider img {
    height: 326px !important;
    object-fit: cover;
}
.csr-type-1 .gallery_slider .flex-viewport{
    height: 326px !important;
}
.gallery_slider_art .flex-viewport {
    height: 450px !important;
    background: #000;
}
.gallery_slider_art img {
    height: 450px !important;
    object-fit: contain;
}
.gallery_carousel li{
    cursor: pointer;
}
.gallery_carousel li.flex-active-slide {
    border-bottom: 2px solid #e5272d !important;
    padding-bottom: 0.4rem;
}
.flex-direction-nav a:before {
    content: none !important;
}
.flex-direction-nav i{
    font-size: 1.6rem;
    background-color: #e5272d;
    border-radius: 50%;
    text-align: center;
    width: 2rem;
    height: 2rem;
    padding-top: 0.2rem;
    color: #fff;
}
.video-iframe .video-thumbnail{
    object-fit: cover !important;
}
.video-iframe .play-icon{
    z-index: 9;
    position: absolute;
    left: 50%;
    top: 53%;
    transform: translate(-50%,-50%);
}
.video-iframe .play-icon i{
    position: relative;
}
span.kc-post-author a, span.entry-date a, span.entry-cats a {
    color: #E5272d!important;
}
/* Leadership*/
section.leadership {
    padding-bottom: 60px;
}
.leadership-box {
    /*position: relative;*/
    padding-top: 35px;
    border: 1px solid #e0d5d5;
    text-align: center;
    margin-bottom: 25px;
    min-height: 290px;
    cursor: pointer;
}
.leadership-box .modal-body {
    overflow-y: scroll;
    height: 400px;
}
section.leadership-profile {
    padding: 60px 0 0px;
}
.leadership-box h4 {
    /*position: absolute;
    left: 0;
    color: #fff;
    bottom: 0;*/
    right: 0;
    text-align: center;
    font-weight: 700;
    font-size: 17px;
    padding-top: 20px;
}
.leadership-box h4 a{
    color: #000;
    text-decoration: none;
}
.leadership-box span {
    color: #e5272d;
}
.modal-header img {
    padding: 20px;
}
.leadership-box .modal-header img:hover{
    transform: none;
}
.leader-designation {
    border-top: 1px solid #e5e5e5;
    padding-top: 16px;
    color: #e5272d;
}
.leadership-box img{
    transition: .9s ease-in-out;
}
.leadership-box img:hover {
    transform: scale(1.1);
}
.newsletter {
    margin: 0 0 50px;
    padding: 20px 0 0;
}
.newsletter-img img {
    transition: .5s ease-out;
    border: 1px solid #e5272d;
    padding: 5px;
}
.newsletter-img img:hover {
    box-shadow: -1px 0px 19px 4px #a7a7a7;
}
/* End Leadership*/

/* Covid*/
.simple-text-strong {
    border: 1px #000 solid;
    color: #ec3237;
    padding: 7px;
    font-size: 16px;
}
/* End Covid*/
.resource-tab h4 {
    font-size: 16px;
    padding: 8px 0 5px 0;
    font-weight: 600;
}
.resource-tab h4 a {
    color: #000;
}
.tab-border {
    border: 1px solid;
}
.tab-border.nav-pills .nav-link {
    border-radius: 0;
}
/*Blog*/
.meta a {
    color: #e5272d;
    font-weight: 600;
    font-size: 14px;
}
.card-block {
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.14);
    padding: 26px;
}
a.blog-title {
    color: #000;
    font-size: 20px;
}
div#bloglist .card {
    margin-top: 30px;
}
.card-block p {
    margin-bottom: 5px;
}
.blog-details{
    margin-bottom:45px;
}
.blog-btn {
    margin-top: 70px;
}

footer.comment-meta {
    background-color: transparent;
    min-height: 0;
    padding: 10px 0 8px 0px;
}
.comment-body {
    padding: 0px 0 0 10px;
}
.comment-metadata a{
    color: #e5272d;
    font-size: 13px;
}
h3#reply-title a {
    color: #e5272d;
    font-size: 16px;
}
h3#reply-title {
    font-size: 22px;
}
.comment-author.vcard a {
    color: #e5272d;
}
.reply a {
    color: #e5272d;
}
a.ld-btn {
    padding: 14.5px 53px;
}
.page-template-page-what-drive-us p {
    text-align: justify;
}
.supporter-section{
    text-align: center;
}

.wpcf7-list-item {

    margin: 0 0 0 1em;

}
.footer div.wpcf7-mail-sent-ok{
    color:#fff!important;
}
.single-jobpost select {
    width: 100%;
}
form#sjb-application-form {
    display: none;
}
label[for=upload] span {
    font-size: 13px;
    font-weight: 400;
}
input[type=email], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], textarea#comment{
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    box-sizing: border-box;
    padding: 6.5px;
    width: 100%;
}
.comment-form input[type="submit"]:hover {
    background: none;
}
.banner-slider i.fas.fa-chevron-left {
    font-size: 19px;
    background: #E5272d !important;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.banner-slider i.fas.fa-chevron-right {
    font-size: 19px;
    background: #E5272d !important;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.employee-carousel h5 {
    margin-top: 12px;
    color: #fff;
    font-weight: 700;
}
.employee-carousel .item:hover img {
    transform: scale(1.1);
}
.employee-carousel .item{
    position: relative;
transition: all 0.4s ease-out 0s;
border:1px solid #ccc;
}
.act-text {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    padding: 10px;
}
.employee-carousel .item:hover .act-text {
    opacity: 1;
    background-image: url(https://www.samarthanam.org/wp-content/uploads/2020/01/over-layer.svg);
}
.sec-gap{
    padding: 50px 0 60px;
}
.map-block h2 {
    display:none;
}
.wsp-container ul li {
    list-style-type: decimal;
    padding: 15px;
}
@media(min-width:1000px){
    .display-mobile{
        display: none!important;
    }
    .news-event .news-card{
       padding: 26px 85px 26px 25px;
       max-width: 70%;
       width: 60%;
       margin: 2px ;
   }
}
@media (min-width: 992px){
    .navbar-expand-lg .navbar-nav a {
        padding-right: .5rem;
        padding-left: .5rem;
    }
    .navbar-expand-lg .navbar-nav .sub-menu {
        position: absolute;
    }
   /* .env-det-img img {
    width: 450px;
    height: 500px;
}*/
}
@media(max-width:1000px){
    section.our-initiatives ul li {
        width: calc(100% / 3 - 5px);
    }
    .hide-mobile{
        display: none !important;
    }
    .news-event .news-card {
        padding: 25px;
        max-width: 100%;
        width: 100%;
    }
    .navbar.menu-navbar {
    padding: 0.5rem 1rem;
}
}
@media(max-width:768px){
    .sm-btn-lg {
    font-size: 17px !important;
    line-height: 43px;
    font-weight: 700 !important;
}
.sm-btn-md {
    font-size: 16px !important;
    line-height: 33px;
    font-weight: 700 !important;
}
.post-type-archive-events img.news-img{
    height: auto;
}
.news-event .news-card h5{
    max-width: initial;
}
div#qtip-0-content {
    overflow-y: scroll;
    height: 345px;
}
ol.carousel-indicators {
    display: none;
}
}
@media(max-width:767px) and (min-width:700px){
.gallery-overlay-text{
    width: 78%;
}
}
@media(max-width:767px) and (min-width:415px){
    .our-supporters .samarthanam-menu{
        font-size:14px;
    }
    .tab-edu {
    margin: auto;
    display: table;
    width: 100%;
}
.environment-block h2{
    max-width: initial;
}
.volunteering-update ul li{
    margin-right: 0;
    width: 50%;
    float: left;
}
.all-facility1 {
    margin-top: 22px;
}
.all-facility2 {
    margin-bottom: 22px;
}
.faci-block {
    width: 50%!important;
}
.faci-3 {
    width: 33.333333%!important;
}
}
@media(max-width:480px){
    section.our-initiatives ul li {
        width: calc(100% / 2 - 5px);
    }
    .sam-page-banner{
        height: 15rem;
    }
    .gallery_slider .flex-viewport {
        height: 300px !important;
    }
    .gallery_slider img {
        height: 300px !important;
    }
    .gallery_slider_art .flex-viewport {
        height: 300px !important;
    }
    .gallery_slider_art img {
        height: 300px !important;
    }
}
@supports (-moz-appearance:none) {
    .sub-menu li a:hover::after{
        margin: -25px 0!important;
    }
}
@-moz-document url-prefix() {
.navbar .navbar-nav li a {
    margin-right: 0px;
}
	/*.menu-main-menu-container{
		margin-left: -12px!important;
	}*/
	#menu-main-menu{
	    margin-left:-15px !important;
	}
}  