/* =Header
-------------------------------------------------------------- */

header {
    /* -moz-box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.40); */
    /* drop shadow */
    /* -webkit-box-shadow:0px 3px 5px 1px rgba(0,0,0,0.40); */
    /* drop shadow */
    box-shadow: none;
    /* drop shadow */
    display: block;
    padding: 0px 0px;
    min-height: 90px;
    background: #333;
    background-repeat: repeat-x;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333), to(#16181A));
    background: -webkit-linear-gradient(top, #333, #16181A);
    background: -moz-linear-gradient(top, #333, #16181A);
    background: -ms-linear-gradient(top, #333, #16181A);
    background: -o-linear-gradient(top, #333, #16181A);
    position: relative;
    z-index: 90;
    background-image: url(../img/bg.jpg);
}
header:before {
    content: "";
    background: grey;
    width: 100%;
    display: block;
    height: 13px;
    background-image: url(../img/stitching.png);
    background-repeat: repeat-x;
}


.features_row { border-bottom: 1px solid #fff; line-height: 30px; margin:10px; }
.features_left {  font-size: 13px; color:#888; }
.features_right { font-size: 14px; text-align: right; }
@media only screen and (max-width: 768px) {
    .center_mobile { text-align: center; }
}




.override-margin {
    content: "";
    background: grey;
    width: 100%;
    display: block;
    height: 13px;
    background-image: url(../img/stitching.png);
    background-repeat: repeat-x;
}
.wrapper {
    width: 1080px;
    position: relative;
    margin: 0 auto;
}
.sf-menu {
    float: right;
}
.sf-menu {
    line-height: 1;
}
.sf-menu, .sf-menu * {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    z-index: 10;
}
.sf-menu li {
    float: left;
    line-height: 12px!important;
    font-size: 12px!important;
    position: relative;
}
.sf-menu > li a {
    font-size: 14px;
    color: #DADADA;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    letter-spacing: 0pt;
    padding: 8px 8px;
    margin-left: 10px;
    font-weight: 600;
}

.sf-menu > li a:hover {
    color:#FEC31D!important;
}

#top-bar {
    /*border-bottom: 1px solid #3f3f3f;*/
    background-color: #000;
    height: 50px;
    color: #a7a7a7;
    font-size: 12px;
    font-weight: 600;
}
header:after {
    content: "";
    background: grey;
    width: 100%;
    display: block;
    height: 13px;
    background-image: url(../img/stitching.png);
    background-repeat: repeat-x;
}
.one_half {
    width: 48%;
}
#navigation-wrapper {
    padding-top: 40px;
    float: right;
    display: inline-block;
}
#logo-container {
    padding: 30px 0px 30px 0px;
    float: none;
}
#mobile-menu {
    display: none;
}
.one_half, .one_third, .two_third, .two_fourth, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
    position: relative;
    margin-right: 4%;
    float: left;
}
.two_third {
    width : fit-content;
}
.last {
    margin-right: 0;
    clear: right;
}
.user-profile {
    padding-top: 17px;
}
.user-module > li {
    display: inline;
    list-style: none;
    margin-left: 10px;
}
#logo-container {
    padding: 30px 0px 30px 0px;
}

.no-menu {
    float: right;
    line-height: 90px;
    font-weight: bold;
}
#top-bar a {
    color: #fff;
    text-decoration: none;
}
.tnp-widget input[type=text], .tnp-widget input[type=email], .tnp-widget input[type=submit], .tnp-widget select {
    width: 100%;
    padding: 10px;
    display: block;
    border: 1px solid #ddd;
    border-color: #ddd;
    background-color: #f4f4f4;
    background-image: none;
    text-shadow: none;
    color: #444;
    font-size: 14px;
    line-height: normal;
    box-sizing: border-box;
    height: auto;
}
.widget-title, h3#comments, h3.title {
    font-size: 16px !important;
    font-weight: normal;
    color: #444444;
    display: block;
    line-height: 1 !important;
    background: none;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #f1f1f1;
}
footer .widget-title {
    border-color: #535a60 !important;
}
footer .widget-title {
    color: #fff;
}
.internal {
    display: block;
    position: relative !important;
    z-index: 100 !important;
    text-align: center;
}
.internal h3 {
    color: #9b9b9b;
    font-size: 16px;
}
.clearboth {
    clear: both;
    display: block;
    font-size: 0px;
    height: 0px;
    line-height: 0;
    width: 100%;
}
#copyright-holder {
    border-top: 1px solid #535a60;
    padding-top: 30px;
}
.footer-border {
    width: 100px;
    height: 1px;
    background-color: #fec31d;
    display: block;
    position: absolute;
    margin-top: -31px;
}
#footer-social {
    display: inline-block;
    position: absolute;
    right: 0;
    margin-top: -30px;
}
.one_third {
    width: 30.6666%;
}
footer a, footer a:hover {
    color: #fec31d;
}
.widget-title span, h3#comments > span, h3.title span {
    color:#ffffff;
}
.sf-menu > li a:after, #navigation-wrapper .sfHover > a:after {
    display: block;
    content: '';
    position: relative;
    left: 0;
    top: 10px;
    margin: 0 auto;
    height: 2px;
    width: 0;
    -webkit-transition: width 0.25s ease;
    transition: width 0.25s ease;
    background-color: #fec31d;
}
header li.current-menu-item a {
    color: #fec31d;
}
footer .widget-title span {
    border-color: #fec31d;
}
.tnp-widget .tnp-field {
    margin-bottom: 10px;
    border: 0;
    padding: 0;
}
.tnp-field input[type="submit"] {
    position: inherit;
}
.tnp-widget input.tnp-submit {
    background-color: #444;
    background-image: none;
    text-shadow: none;
    color: #fff;
}

footer.override-margin .footer-single-column {
    padding: 60px 0px 30px 0px;
}
.internal .number {
    display: block;
    font-size: 32px;
    color: #fff;
}
.internal .big-button:hover {
    background: transparent;
    border-color: #fec31d;
    color: #fff !important;
}
.internal .big-button {
    color: #fff !important;
    padding: 10px 15px;
    border-radius: 3px;
    /* text-transform: uppercase; */
    font-weight: 600;
    text-decoration: none;
    border: 2px solid transparent;
    display: inline-block;
    margin-top: 10px;
}
.secondary-bg, .internal .big-button {
    background: #fec31d;
}
.sf-menu > li a:after, #navigation-wrapper .sfHover > a:after {
    display: block;
    content: '';
    position: relative;
    left: 0;
    top: 10px;
    margin: 0 auto;
    height: 2px;
    width: 0;
    -webkit-transition: width 0.25s ease;
    transition: width 0.25s ease;
    background-color: #fec31d;
}
@media only screen and (max-width: 1130px) {
    .extendright
    {
        margin-left: 15px;
        margin-top: 25px;
    }
}