/*-----------------------
General
-------------------------*/

body {
    padding: 0;
    margin: 0;
    color: #454545;
    font-size: 14px;
    line-height: 1.6;
    font-family: 'AvenirNextLTPro-Regular', Arial, sans-serif;
    /*background: #666666 url(../img/footer-body-bg.gif) 0 0 repeat;*/
    position: relative;
}
@media (max-width: 767px) {
    body {
        padding-top: 60px;
    }
}
a {
    color: #d07033;
    text-decoration: underline;
}
a:hover, a:focus {
    color: #315a37;
    text-decoration: none;
}
a:active, a:focus {
    outline: 0;
}
a i, .btn-group a, .btn {
    text-decoration: none!important;
}
::-moz-selection {
    color: #fff;
    background: #0b69b8;
}
::selection {
    color: #fff;
    background: #0b69b8;
}
strong {
    font-weight: normal;
    font-family: 'AvenirNextLTPro-Bold', Arial, sans-serif;
}
.strikethrough {
    position: relative;
}
.strikethrough:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 2px solid;
    border-color: #ff0000;
    -webkit-transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    -o-transform: rotate(-7deg);
    transform: rotate(-7deg);
}
.navbar a, .form-control {
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
a, .btn {
    -webkit-transition: all 0.125s ease-in-out 0s;
    -moz-transition: all 0.125s ease-in-out 0s;
    -ms-transition: all 0.125s ease-in-out 0s;
    -o-transition: all 0.125s ease-in-out 0s;
    transition: all 0.125s ease-in-out 0s;
}
.btn:hover, .btn:focus, .btn:active, .btn.active {
    outline: inherit !important;
}
.color-black {
    color: #000000;
}
.color-orange {
    color: #d07033;
}
.color-gray {
    color: #adadad;
}
.color-green {
    color: #315a37;
}
.mb20 {
    margin-bottom: 20px;
}
.mb0 {
    margin-bottom: 0!important;
}
p, ul, ol {
    margin-bottom: 15px;
}

/*-----------------------
H1, H2
-------------------------*/

h2, .h2 {
    margin: 0 0 20px 0;
    color: #315a37;
    font-size: 36px;
    line-height: 1.2;
    font-weight: normal;
}
h3, .h3 {
    margin: 0 0 15px 0;
    font-size: 26px;
    line-height: 1.2;
    font-weight: normal;
}
@media (max-width: 991px) {
    h2, .h2 {
        font-size: 30px;
    }
    h3, .h3 {
        font-size: 20px;
    }
}
@media (max-width: 767px) {}
@media (max-width: 480px) {
    h2, .h2 {
        font-size: 25px;
    }
    h3, .h3 {
        font-size: 18px;
    }
}

/*-----------------------
Main Container
-------------------------*/

.container {
    /*max-width: 1140px;*/
    max-width: 1170px;
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

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

header {
    background: #fff;
    position: relative;
    z-index: 5;
}
@media (max-width: 767px) {
    header {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 10;
    }
}

/*-----------------------
Logo
-------------------------*/

a.main-logo {
    float: left;
    width: 270px;
    height: 132px;
    text-indent: -999em;
    text-transform: uppercase;
    background: url(../img/hobohost-logo-header.png) 0 0 no-repeat;
    background-size: 100%;
    overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1199px) {
    a.main-logo {
        width: 220px;
        height: 108px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    a.main-logo {
        width: 150px;
        height: 73px;
    }
}
@media (max-width: 767px) {
    a.main-logo {
        /*float: right;*/
        margin: 5px 25px 0 0;
        width: 102px;
        height: 50px;
        position: absolute;
        left: 40%;
    }
}


@media only screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2) {

a.main-logo {
    float: left;
    width: 270px;
    height: 132px;
    text-indent: -999em;
    text-transform: uppercase;
    background: url(../img/hobohost-logo-large.png) 0 0 no-repeat;
    background-size: 100%;
    overflow: hidden;
}

}


/*-----------------------
Main nav
-------------------------*/

.navbar-main {
    padding: 0;
    border: 0;
    margin-bottom: 0;
    min-height: 10px;
    background: #fff;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.3);
}
.navbar-main .navbar-header {
    padding: 0;
    background: transparent;
    box-shadow: none;
}
.navbar-main .navbar-collapse {
    padding: 0;
    border: 0;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.navbar-main .nav.navbar-nav {
    margin: 0;
}
.navbar-main .navbar-nav> li {
    padding-right: 5px;
    position: relative;
}
.navbar-main .navbar-nav> li:last-child {
    padding-right: 0;
}
.navbar-main .navbar-nav> li> a {
    color: #244428;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.4;
    padding: 5px 15px;
    text-transform: uppercase;
    background: transparent;
    border: 1px solid transparent;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
    position: relative;
}
.navbar-main .navbar-nav> li> a:hover, .navbar-main .navbar-nav> li> a:focus {
    color: #d07033;
    background: transparent;
    border-color: #d07033;
}
.navbar-main .navbar-nav> .active> a, .navbar-main .navbar-nav> .active> a:hover, .navbar-main .navbar-nav> .active> a:focus {
    color: #d07033;
    background: transparent;
    border-color: #d07033;
}
@media (min-width: 1200px) {
    .navbar-main .navbar-collapse {
        padding-top: 60px;
    }
}
@media (min-width: 768px) {
    .navbar-main {
        padding-top: 15px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-main .navbar-collapse {
        padding-top: 45px;
    }
    .navbar-main .navbar-nav> li {
        padding-right: 1px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .navbar-main .navbar-collapse {
        padding-top: 25px;
    }
    .navbar-main .navbar-nav> li {
        padding-right: 1px;
    }
    .navbar-main .navbar-nav> li> a {
        padding-left: 6px;
        padding-right: 6px;
        font-size: 13px;
    }
}
@media (max-width: 767px) {
    .navbar-main {
        min-height: 60px;
        background: #fff;
    }
    .navbar-main .container {}
    .navbar-main .navbar-collapse {
        margin: 0;
        padding-top: 0;
        position: absolute;
        left: 0px;
        top: 60px;
        width: 100%;
        box-shadow: none;
        background: #fff;
    }
    .navbar-main .nav.navbar-nav {
        padding: 0;
        background: none;
        display: block;
    }
    .navbar-main .navbar-nav> li {
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #dee3e6;
        background: none;
    }
    .navbar-main .navbar-nav> li> a {
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 16px;
        border: 0;
        position: relative;
    }
    .navbar-main .navbar-nav> li> a:after {
        position: absolute;
        top: 17px;
        right: 25px;
        font-family: FontAwesome;
        content: "\f105";
        color: #d07033;
        font-size: 20px;
    }
}

/*-----------------------
Navbar Toggle
-------------------------*/

.navbar-main .navbar-toggle {
    float: left;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 60px;
    border-color: #ececec;
    background: #ececec;
    -webkit-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
}
.navbar-main .navbar-toggle .icon-bar {
    width: 24px;
    height: 2px;
}
.navbar-main .navbar-toggle:hover, .navbar-main .navbar-toggle:focus {
    border-color: #ececec;
    background: #ececec;
}
.navbar-main .navbar-toggle .icon-bar {
    background-color: #737373;
}
.navbar-main .navbar-toggle:hover .icon-bar, .navbar-main .navbar-toggle:focus .icon-bar {
    background-color: #737373;
}
.navbar-toggle .icon-bar:nth-of-type(3) {
    top: 1px;
}
.navbar-main .navbar-toggle .icon-bar:nth-of-type(4) {
    top: 2px;
}
.navbar-main .navbar-toggle .icon-bar {
    position: relative;
    transition: all 500ms ease-in-out;
}
.navbar-main .navbar-toggle.active {
    border-color: #DFDFDF;
    background: #DFDFDF;
}
.navbar-main .navbar-toggle.active .icon-bar:nth-of-type(2) {
    top: 6px;
    transform: rotate(45deg);
}
.navbar-main .navbar-toggle.active .icon-bar:nth-of-type(3) {
    background-color: transparent;
}
.navbar-main .navbar-toggle.active .icon-bar:nth-of-type(4) {
    top: -6px;
    transform: rotate(-45deg);
}
.navbar-main .navbar-toggle .sr-menu {
    color: #737373;
    font-size: 8px;
    text-align: center;
    text-transform: uppercase;
}

/*-----------------------
General Price
-------------------------*/

.price {}
.price .holder> span {
    float: left;
    padding: 0 1px;
}
.price .holder> span> span {
    display: block;
}
.price .divider {
    display: none;
}

/*-----------------------
Header Offer
-------------------------*/

.header-offer {
    color: #333;
    font-size: 20px;
    line-height: 1.4;
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important;
    position: relative;
    z-index: 2;
}
.header-offer .offer-content {
    padding: 60px 0 50px;
    position: relative;
}
.header-offer h1 {
    margin: 0 0 45px 0;
    color: #315a37;
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
}
.header-offer h1 span {
    display: block;
    color: #d07033;
    font-size: 50px;
    line-height: 1.0;
    font-family: 'AvenirNextLTPro-Medium', Arial, sans-serif;
}
.header-offer ul.list1 {
    margin: 0 0 25px 0;
    padding: 0;
    list-style: none;
}
.header-offer ul.list1 li {
    padding-left: 22px;
    margin-bottom: 10px;
    position: relative;
}
.header-offer ul.list1 li:before {
    position: absolute;
    top: 8px;
    left: 0;
    font-family: FontAwesome;
    color: #b8c0c5;
    content: "\f00c";
    font-size: 14px;
}
.header-offer ul.list1 li:last-child {
    margin-bottom: 0;
}
.header-offer .cloud-flare {
    position: absolute;
    left: 480px;
    top: 0;
    width: 142px;
    height: 155px;
    padding: 15px 17px 0 17px;
    color: #fff;
    font-size: 11px;
    line-height: 1.4;
    text-align: center;
    text-transform: uppercase;
    background: url(../img/arrow1.png) 50% 0 no-repeat;
    background-size: 100%;
}
.header-offer .cloud-flare span {
    font-size: 16px;
    line-height: 1.2;
    font-family: 'AvenirNextLTPro-Medium', Arial, sans-serif;
}
.header-offer .cloud-flare img {
    padding-bottom: 10px;
}
.header-offer.home .cloud-flare {
    left: 650px;
}
.header-offer.home {
    background: #e3ecf1 url(../img/cheap-web-hosting.jpg) 50% 50% no-repeat;
}
.header-offer.pages {
    background: #e3ecf1 url(../img/cheap-web-hosting.jpg) 50% 50% no-repeat;
}
.header-offer.features {
    background: #e3ecf1 url(../img/cheap-cpanel-hosting-features.jpg) 50% 50% no-repeat;
}
.header-offer.terms {
    background: #e3ecf1 url(../img/web-hosting-terms-and-services.jpg) 50% 50% no-repeat;
}
.header-offer.contact {
    background: #e3ecf1 url(../img/hobohost-contact.jpg) 50% 50% no-repeat;
}
.header-offer.products {
    background: #e3ecf1 url(../img/$1-web-hosting.jpg) 50% 50% no-repeat;
}
@media (max-width: 991px) {
    .header-offer {
        font-size: 17px;
    }
    .header-offer h1 {
        font-size: 18px;
    }
    .header-offer h1 span {
        font-size: 50px;
    }
    .header-offer .cloud-flare {
        left: auto!important;
        right: 0!important;
    }
}
@media (max-width: 767px) {
    .header-offer.home,
    .header-offer.pages,
    .header-offer.features,
    .header-offer.terms,
    .header-offer.contact,
    .header-offer.products {
        background: #e3ecf1;
    }
    .header-offer .cloud-flare {
        width: 100px;
        height: 109px;
        padding: 7px 10px 0 10px;
    }
    .header-offer .cloud-flare {
        font-size: 8px;
    }
    .header-offer .cloud-flare span {
        font-size: 11px;
    }
}
@media (max-width: 480px) {
    .header-offer {
        font-size: 15px;
    }
    .header-offer .offer-content {
        padding: 35px 0 25px 0;
    }
    .header-offer h1 {
        max-width: 200px;
        margin-bottom: 20px;
        font-size: 16px;
    }
    .header-offer h1 span {
        font-size: 40px;
    }
}

/*-----------------------
Main Content
-------------------------*/

.main-content {
    padding: 45px 0;
    background: #fff;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 4;
}
.main-content.gray-bg {
    background: #e4e4e4;
}

/*-----------------------
Package 1 Block
-------------------------*/

.package1 {
    margin-bottom: 25px;
    padding: 1px;
    background: #fff;
    border: 1px solid #d9e0db;
    position: relative;
}
.package1 .inner {
    padding: 15px 15px;
}
.package1 .inner.bg1 {
    background: #f7f7ea;
}
.package1 .inner.bg2 {
    background: #f3f8f4;
}
.package1 h3 {
    margin: 0 0 1px 0;
    padding-top: 10px;
    color: #315a37;
    font-size: 18px;
    line-height: 1.3;
    font-weight: normal;
    font-family: 'AvenirNextLTPro-Medium', Arial, sans-serif;
    min-height: 69px;
}
.package1 h3 span {
    display: block;
    font-size: 30px;
    line-height: 1.0;
    font-family: 'AvenirNextLTPro-Bold', Arial, sans-serif;
}
.package1 h3.big {
    padding-top: 15px;
    font-size: 30px;
}
.package1 h3.big span {
    display: inline;
}
.package1 h3.floor {
    padding-left: 110px;
    background: url(../img/floor-hosting-package.png) 0 8px no-repeat;
}
.package1 h3.bench {
    padding-left: 110px;
    background: url(../img/bench-hosting-package.png) 0 100% no-repeat;
}
.package1 h3.box {
    padding-left: 80px;
    background: url(../img/box-hosting-package.png) 5px 50% no-repeat;
}
.package1 h3.subway {
    padding-left: 75px;
    background: url(../img/subway-hosting-package.png) 10px 50% no-repeat;
}
.package1 h4.price {
    margin: 0 0 10px 0;
    color: #d07033;
    font-size: 10px;
    line-height: 1.3;
    text-align: center;
    font-weight: normal;
    font-family: 'AvenirNextLTPro-Medium', Arial, sans-serif;
}
.package1 h4.price .holder {
    text-align: left;
    display: inline-block;
}
.package1 h4.price .curency {
    font-size: 39px;
    line-height: 1.2;
}
.package1 h4.price .value {
    margin-top: -2px;
    margin-bottom: -2px;
    font-size: 41px;
    line-height: 1.0;
}
.package1 h4.price .value-decimals {
    font-size: 13px;
    line-height: 1.3;
}
.package1 h4.price .value-decimals .decimals {
    font-size: 18px;
    line-height: 1.2;
}
.package1 h4.price .just {
    font-size: 18px;
    line-height: 1.3;
}
.package1 .txt-or-only {
    color: #315a37;
    text-align: center;
}
.package1 h5.bonus1 {
    margin: 0 0 15px 0;
    color: #548b5c;
    font-size: 16px;
    line-height: 1.3;
    font-weight: normal;
    text-align: center;
    font-family: 'AvenirNextLTPro-Bold', Arial, sans-serif;
}
.package1 ul.list1 {
    padding: 0;
    list-style: none;
}
.package1 ul.list2 {
    padding: 0;
    list-style: none;
}
.package1 ul.list2 li {
    color: #666666;
    padding-left: 16px;
    position: relative;
}
.package1 ul.list2 li:before {
    position: absolute;
    top: 3px;
    left: 0;
    font-family: FontAwesome;
    color: #dad4b4;
    content: "\f00c";
    font-size: 10px;
}
.package1 ul.list1 li del, .package1 ul.list2 li del {
    text-decoration: none;
    line-height: 1.4;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.63em, transparent), color-stop(0.63em, #ff0000), color-stop(0.7em, #ff0000), color-stop(0.7em, transparent), to(transparent));
    background-image: -webkit-linear-gradient(top, transparent 0em, transparent 0.63em, #ff0000 0.63em, #ff0000 0.7em, transparent 0.7em, transparent 1.4em);
    background-image: -o-linear-gradient(top, transparent 0em, transparent 0.63em, #ff0000 0.63em, #ff0000 0.7em, transparent 0.7em, transparent 1.4em);
    background-image: linear-gradient(to bottom, transparent 0em, transparent 0.63em, #ff0000 0.63em, #ff0000 0.7em, transparent 0.7em, transparent 1.4em);
    -webkit-background-size: 1.4em 1.4em;
    background-size: 1.4em 1.4em;
    background-repeat: repeat;
}
.package1 .table.table1 td {
    padding-top: 0;
    padding-bottom: 0;
    border: 0;
}
.package1 .learn-more {
    color: #2c98d3;
    text-align: center;
    text-decoration: underline;
    cursor: pointer;
}
@media (min-width: 768px) and (max-width: 991px) {
    .package1 h3.big {
        padding-top: 10px;
        font-size: 18px;
    }
    .package1 h3.big span {
        display: block;
    }
}
@media (max-width: 480px) {
    .package1 h3.big {
        padding-top: 10px;
        font-size: 16px;
    }
    .package1 h3.big span {
        display: block;
    }
}

/*-----------------------
Widget 1
-------------------------*/

.widget1 h3 {
    margin: 0 0 15px 0;
    color: #d07033;
    font-size: 22px;
    min-height: 60px;
    line-height: 60px;
    font-weight: normal;
    font-family: 'AvenirNextLTPro-Bold', Arial, sans-serif;
}
.widget1 h3 img {
    vertical-align: middle;
    max-width: 100%;
    width: auto;
    max-height: 60px;
    height: auto;
}
@media (max-width: 767px) {
    .widget1 {
        margin-bottom: 20px;
        border-bottom: 1px solid #d9e0db;
    }
    .widget1 h3 {
        text-align: center;
    }
}

/*-----------------------
Widget 2
-------------------------*/

.widget2 {
    margin-bottom: 20px;
}
.widget2 h3 {
    margin: 0 0 10px 0;
    padding-left: 35px;
    font-size: 24px;
    line-height: 1.3;
    font-weight: normal;
    font-family: 'AvenirNextLTPro-Medium', Arial, sans-serif;
    position: relative;
}
.widget2 h3:before {
    position: absolute;
    top: 0px;
    left: 0;
    font-family: FontAwesome;
    color: #d07033;
    font-size: 24px;
}
.widget2 h3.database:before {
    left: 3px;
    content: "\f1c0";
}
.widget2 h3.prefrences:before {
    left: 4px;
    content: "\f013";
}
.widget2 h3.files:before {
    left: 2px;
    content: "\f0c5";
}
.widget2 h3.email-tools:before {
    left: 2px;
    content: "\f003";
}
.widget2 h3.analysis:before {
    left: 4px;
    content: "\f200";
}
.widget2 h3.domains:before {
    left: 2px;
    content: "\f0e8";
}
.widget2 h3.software:before {
    top: 5px;
    left: 6px;
    content: "";
    width: 21px;
    height: 21px;
    background: url(../img/hosting-software.png) 0 0 no-repeat;
}
.widget2 h3.security:before {
    top: 2px;
    left: 5px;
    content: "";
    width: 21px;
    height: 25px;
    background: url(../img/hosting-security-features.png) 0 0 no-repeat;
}
.widget2 h3.advanced-tools:before {
    top: 2px;
    left: 2px;
    content: "";
    width: 36px;
    height: 27px;
    background: url(../img/advanced-hosting-tools.png) 0 0 no-repeat;
}
.widget2 ul.list1 {
    padding-left: 35px;
    list-style: none;
}
.widget2 ul.list1 li {
    padding-left: 12px;
    position: relative;
}
.widget2 ul.list1 li:before {
    position: absolute;
    top: 4px;
    left: 0;
    font-family: FontAwesome;
    content: "\f111";
    font-size: 8px;
}
@media (max-width: 767px) {}

/*-----------------------
Footer
-------------------------*/

footer {
    padding: 25px 0;
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
    background: #666666 url(../img/footer-body-bg.gif) 0 0 repeat;
    position: relative;
    z-index: 5;
}
footer .left-cont {
    float: left;
    padding-left: 80px;
    background: url(../img/hobohost-logo-footer.png) 0 0 no-repeat;
    min-height: 79px;
}
footer .right-cont {
    float: right;
}
footer ul.botNav {
    float: left;
    padding: 0;
    list-style: none;
    text-align: center;
}
footer ul.botNav li {
    float: left;
    border-right: 1px solid #fff;
    padding: 0 10px;
}
footer ul.botNav li:first-child {
    padding-left: 0;
}
footer ul.botNav li:last-child {
    padding-right: 0;
    border-right: 0;
}
footer ul.botNav li a {
    display: block;
    color: #fff;
    text-decoration: none;
}
footer ul.botNav li a:hover {
    color: #d0d0d0;
    text-decoration: underline;
}
footer .social-list {
    float: right;
    text-align: center;
}
footer .social-list ul {
    padding: 0;
    list-style: none;
    text-align: center;
}
footer .social-list ul li {
    float: left;
    padding: 0 5px;
    display: inline-block;
}
footer .social-list ul li.follow {
    padding-top: 3px;
}
footer .social-list ul li:first-child {
    padding-left: 0;
}
footer .social-list ul li:last-child {
    padding-right: 0;
    border-right: 0;
}
footer .social-list ul li a {
    display: block;
    color: #fff;
    font-size: 24px;
    line-height: 1.1;
    text-decoration: none;
}
footer .social-list ul li a:hover {
    color: #d0d0d0;
    text-decoration: none;
}
footer .copyright {
    color: #a0a0a0;
}
footer .l-bridgevine {
    float: right;
}
footer .disclaimer {
    clear: both;
    color: #5e5e5e;
    font-size: 12px;
    text-align: justify;
}
footer .disclaimer a:hover {
    color: #fff;
}
@media (min-width: 768px) and (max-width: 991px) {
    footer {
        font-size: 13px;
    }
    footer ul.social li.follow {
        display: none;
    }
}
@media (max-width: 767px) {
    footer .left-cont, footer .right-cont {
        float: none;
    }
    footer .left-cont {
        padding-left: 0;
        background: none;
    }
    footer ul.botNav {
        float: none;
    }
    footer ul.botNav li {
        float: none;
        border: 0;
        padding: 0 0 5px 0;
    }
    footer ul.botNav li a {
        padding: 12px 0;
        background: #4a4a4a;
        -webkit-border-radius: 4px 4px 4px 4px;
        border-radius: 4px 4px 4px 4px;
    }
    footer .copyright {
        text-align: center;
    }
    footer .social-list, footer .social-list ul li {
        float: none;
    }
    footer .social-list ul li.follow {
        margin-bottom: 10px;
        padding-top: 0;
        width: 100%;
    }
}

/*-----------------------
Popover
-------------------------*/

.popover {
    font-family: 'AvenirNextLTPro-Regular', Arial, sans-serif;
}
.popover ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.popover ul li {
    padding-left: 20px;
    margin-bottom: 10px;
    position: relative;
}
.popover ul li:last-child {
    margin-bottom: 0;
}
.popover ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: FontAwesome;
    content: "\f00c";
}

/*-----------------------
Forms
-------------------------*/

label {
    font-weight: normal;
}
.input-lg {
    font-size: 16px;
}
.input-group-addon {
    border-color: #9a9a9a;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.form-control {
    color: #666;
    font-family: 'AvenirNextLTPro-Regular', Arial, sans-serif;
    background: #f0f0f0;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
    border-color: #cccccc;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.1);
}
.form-control:-moz-placeholder {
    color: #666666;
}
.form-control::-moz-placeholder {
    color: #666666;
}
.form-control:-ms-input-placeholder {
    color: #666666;
}

/*-----------------------
Carousel fade
-------------------------*/

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner> .item.next, .carousel-fade .carousel-inner> .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner> .item.prev, .carousel-fade .carousel-inner> .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner> .item.next.left, .carousel-fade .carousel-inner> .item.prev.right, .carousel-fade .carousel-inner> .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

/*-----------------------
Buttons
-------------------------*/


/*.btn {
	-webkit-border-radius: 4px 4px 4px 4px;
		border-radius: 4px 4px 4px 4px;
}*/

.btn-xl, .btn-group-xl> .btn {
    padding: 10px 30px;
    font-size: 36px;
    line-height: 1.3333333;
}
@media (max-width: 480px) {
    .btn-xl, .btn-group-xl> .btn {
        font-size: 25px;
    }
}
.btn-primary {
    color: #fff;
    font-family: 'AvenirNextLTPro-Medium', Arial, sans-serif;
    background: #d07033;
    border-color: #d07033;
    opacity: 1;
}
.btn-primary:hover, .btn-primary:focus {
    color: #fff;
    background: #d07033;
    border-color: #d07033;
    opacity: 0.8;
}
.btn-primary:active, .btn-primary.active {
    color: #fff;
    background: #d07033;
    border-color: #d07033;
    opacity: 1;
}

/*-----------------------
Modal
-------------------------*/

.modal {
    overflow-y: auto;
}

/*.modal-open {
	overflow:auto;
}*/

.modal-open[style] {
    padding-right: 0px!important;
}
.modal-backdrop.in {
    filter: alpha(opacity=70);
    opacity: .7;
}
.modal-content {
    border: 0;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.modal-header {
    background: #f1f3f4;
    overflow: hidden;
}
.modal-header h4.modal-title {
    color: #555555;
    font-weight: 700;
}
.modal-header button.close {
    width: 30px;
    min-height: 30px;
    padding: 0;
    color: #a8adb0;
    text-shadow: none;
    font-size: 23px;
    line-height: 1.0;
    opacity: 1;
    filter: alpha(opacity=100);
    background: #eceded;
}
.modal-header button.close:hover, .modal-header button.close:focus {
    color: #738190;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
@media (min-width: 768px) {
    .modal-sm {
        width: 450px;
    }
}

/*-----------------------
Fonts
-------------------------*/

@font-face {
    font-family: 'AvenirNextLTPro-Regular';
    src: url('../fonts/AvenirNextLTPro/AvenirNextLTPro-Regular.eot');
    src: url('../fonts/AvenirNextLTPro/AvenirNextLTPro-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirNextLTPro/AvenirNextLTPro-Regular.woff') format('woff'), url('../fonts/AvenirNextLTPro/AvenirNextLTPro-Regular.woff2') format('woff2'), url('../fonts/AvenirNextLTPro/AvenirNextLTPro-Regular.ttf') format('truetype'), url('../fonts/AvenirNextLTPro/AvenirNextLTPro-Regular.svg#AvenirNextLTPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AvenirNextLTPro-Bold';
    src: url('../fonts/AvenirNextLTPro/AvenirNextLTPro-Bold.eot');
    src: url('../fonts/AvenirNextLTPro/AvenirNextLTPro-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirNextLTPro/AvenirNextLTPro-Bold.woff') format('woff'), url('../fonts/AvenirNextLTPro/AvenirNextLTPro-Bold.woff2') format('woff2'), url('../fonts/AvenirNextLTPro/AvenirNextLTPro-Bold.ttf') format('truetype'), url('../fonts/AvenirNextLTPro/AvenirNextLTPro-Bold.svg#AvenirNextLTPro-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AvenirNextLTPro-Medium';
    src: url('../fonts/AvenirNextLTPro/AvenirNextLTPro-Medium.eot');
    src: url('../fonts/AvenirNextLTPro/AvenirNextLTPro-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirNextLTPro/AvenirNextLTPro-Medium.woff') format('woff'), url('../fonts/AvenirNextLTPro/AvenirNextLTPro-Medium.woff2') format('woff2'), url('../fonts/AvenirNextLTPro/AvenirNextLTPro-Medium.ttf') format('truetype'), url('../fonts/AvenirNextLTPro/AvenirNextLTPro-Medium.svg#AvenirNextLTPro-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}
.footer_links { 
    color: inherit; 
    text-decoration: inherit; 
    text-decoration: underline;   
}
