/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/

#primary-menu ul li > a {
    display: block;
    line-height: 22px;
    padding: 39px 15px;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'haviga';
    -webkit-transition: margin .4s ease, padding .4s ease;
    -o-transition: margin .4s ease, padding .4s ease;
    transition: margin .4s ease, padding .4s ease;
   
}
#primary-menu.style-2 {
    float: none;
    max-width: none;
     background: #585858;
    border-top: 1px solid #F5F5F5;
}

#footer .footer-widgets-wrap {
    position: relative;
    padding: 20px 0;
}

#copyrights {
    padding: 10px 0;
    background-color: #DDD;
    font-size: 14px;
    line-height: 1.8;
}
.footer-big-contacts {
    color: #333;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 1px;
}

.feature-box.fbox-bg.fbox-center:first-child {
    margin-top: 16px;
}
.bottommargin {
    margin-bottom: 42px !important;
}



#footer.dark, .dark #footer {
    background-color: #710C24;
    color: #fff;
    border-top-color: rgba(0,0,0,0.2);
}

.fancy-title.title-bottom-border h1, .fancy-title.title-bottom-border h2, .fancy-title.title-bottom-border h3, .fancy-title.title-bottom-border h4, .fancy-title.title-bottom-border h5, .fancy-title.title-bottom-border h6, .more-link, .tabs.tabs-bb ul.tab-nav li.ui-tabs-active a {
    border-bottom-color: #4975A8;
}

.feature-box p {
    margin: 13px 0 0 0;
    color: #000;
}

.section {
    position: relative;
    margin: 0;
    padding: 0px 0;
    background-color: #ffffff;
    overflow: hidden;
}

.single-features-style-two {
    border: 1px solid #E8E8E8;
    text-align: center;
    min-height: 306px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.single-features-style-two p {
    font-size: 15px;
    line-height: 27px;
    color: #545454;
    width: 73%;
    margin-left: auto;
    margin-right: auto;
}

.header-extras li .he-text {
    padding-left: 15px;
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.header-extras li i {
    margin-top: 0 !important;
    font-size: 36px !important;
    color: #31362F;
}

.header-extras {
    float: left;
    margin: 30px 0 0;
}

.portfolio-desc span a {
    color: #727272;
}