/*!
 * Start Bootstrap - Agency Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    overflow-x: hidden;
    font-family: "open_sansregular", Arial, sans-serif;
    color: #4D6277;
}

html,
body {
    width: 100%;
    height: 100%;
}

@media (min-width: 1200px) {
    .container {
        width: 970px;
    }
}

.text-muted {
    color: #777;
}

.text-primary {
    color: #fed136;
}

p {
    font-size: 14px;
    line-height: 1.75;
}

p.large {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #86BC5C;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-weight: 700;
    color: #597288;
}

.img-centered {
    margin: 0 auto;
}

.bg-light-gray {
    background-color: #f7f7f7;
}

.bg-darkest-gray {
    background-color: #222;
}

.btn-primary {
    border-color: #fed136;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    background-color: #fed136;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    border-color: #f6bf01;
    color: #fff;
    background-color: #fec503;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #fed136;
    background-color: #fed136;
}

.btn-primary .badge {
    color: #fed136;
    background-color: #fff;
}

.btn-md,
.btn-xl {
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background-color: #71A846;
}

.btn-md {
    padding: 10px 30px;
}

.btn-xl {
    padding: 20px 40px;
}

.btn-md:hover,
.btn-md:focus,
.btn-md:active,
.btn-md.active,
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    /*border-color: #00A651;*/
    color: #fff;
}

.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none;
}

.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
    border-color: #fed136;
    background-color: #fed136;
}

.btn-xl .badge {
    color: #fed136;
    background-color: #fff;
}

#contact-interested {
    background-color: #5A7087;
    padding: 30px 0 30px 0;
}

#contact-interested h2 {
    margin-top: 0;
    color: #fff;
}

#contact-interested .btn-phone {
    color: #fff;
}

#contact-interested .text-desc {
    font-family: 'open_sansextrabold', Arial, sans-serif;
    font-size: 24px;
    color: #fff;
}

#contact-interested .interested-desc .text-desc {
    display: block;
    padding: 10px 0;
}

#contact .feature-heading {
    font-family: 'open_sansextrabold', Arial, sans-serif;
    font-size: 14px;
}

@media (min-width: 767px) {
    #contact-interested .interested-desc .text-desc {
        display: inline-block;
        margin: 0 20px;
    }
}

a.btn.btn-custom,
button.btn.btn-custom {
    border-radius: 3px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background-color: #86BF58;
}

a.btn.btn-custom:hover,
button.btn.btn-custom:hover,
a.btn.btn-custom:focus,
button.btn.btn-custom:focus {
    border-color: #00A651;
}


/* ##### Navbar ##### */

.navbar.rj-navbar {
    position: relative;
    margin: 0;
    border: 0;
    min-height: 60px;
    background-color: #627C95;
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.2);
}

@media (min-width: 767px) {
    .navbar.rj-navbar {
        -webkit-transition: background 0.2s ease-in-out, padding 0.3s ease-in-out;
        transition: background 0.2s ease-in-out, padding 0.3s ease-in-out;
    }
}

.navbar .page-scroll {
    padding-left: 20px;
    padding-right: 20px;
}

.navbar.rj-navbar .navbar-brand {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    height: 60px;
    line-height: 60px;
    padding: 0;
    letter-spacing: 0.1em;
}

.navbar.rj-navbar .navbar-brand:hover {
    color: #fff;
}

.navbar.rj-navbar .navbar-toggle {
    margin-top: 12px;
    margin-right: 0;
    background-color: #71A846;
    border: none;
}

.navbar.rj-navbar .navbar-nav>li>a {
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}

@media (min-width: 992px) {
    .navbar.rj-navbar .navbar-nav>li>a {
        height: 60px;
        line-height: 60px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

.navbar.rj-navbar .navbar-nav>li>a:hover {
    color: #71A846;
    background-color: #5A7087;
}

.navbar.rj-navbar .navbar-nav>li>a>i.fa-angle-down {
    padding-left: 2px;
}

.navbar.rj-navbar .navbar-nav>li.active a,
.navbar.rj-navbar .navbar-nav>li.active a:hover {
    background-color: #5A7087;
    color: #fff;
}

@media (min-width: 992px) {
    .navbar.rj-navbar .navbar-nav>li.active a,
    .navbar.rj-navbar .navbar-nav>li.active a:hover {
        color: #fff;
        background-color: #5A7087;
        background-repeat: repeat;
    }
}


/* ##### Center Menu ##### */

@media (min-width: 992px) {
    .navbar.rj-navbar.rj-center-menu .navbar-nav {
        margin: 0 auto;
        float: none;
        text-align: center;
    }
}

@media (min-width: 992px) {
    .navbar.rj-navbar.rj-center-menu .navbar-nav>li {
        display: inline-block;
        float: none;
        padding-right: 5px;
        padding-left: 5px;
    }
}


/* ##### Side Menu ##### */

@media (min-width: 992px) {
    .navbar.rj-navbar.rj-side-menu {
        z-index: 15;
        position: fixed;
        top: 0;
        width: 250px;
        height: 100%;
        background-color: #222;
        box-shadow: none;
        -webkit-transition: all 0.2s ease 0s;
        transition: all 0.2s ease 0s;
    }
}

@media (min-width: 992px) {
    .navbar.rj-navbar.rj-side-menu .container {
        margin: 0;
        padding: 0;
        width: auto;
    }
}

@media (min-width: 992px) {
    .navbar.rj-navbar.rj-side-menu .navbar-header {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 30px;
    }
}

@media (min-width: 992px) {
    .navbar.rj-navbar.rj-side-menu .navbar-header .navbar-brand {
        color: #aaa;
        float: none;
        padding-top: 10px;
        padding-bottom: 10px;
        border: 1px solid #aaa;
        border-radius: 2px;
    }
}

@media (min-width: 992px) {
    .navbar.rj-navbar.rj-side-menu .navbar-nav {
        position: relative;
        width: 100%;
        height: 100%;
    }
}

@media (min-width: 992px) {
    .navbar.rj-navbar.rj-side-menu .navbar-nav>li {
        float: none;
    }
}

@media (min-width: 992px) {
    .navbar.rj-navbar.rj-side-menu .navbar-nav>li>a {
        color: #aaa;
        height: 42px;
        line-height: 42px;
        padding: 0px 30px;
    }
    .navbar.rj-navbar.rj-side-menu .navbar-nav>li>a:hover {
        color: #fff;
    }
}

.navbar.rj-navbar.rj-side-menu .navbar-nav>li.active>a {
    color: #fff;
}

@media (min-width: 992px) {
    .navbar.rj-navbar.rj-side-menu.rj-left-slide-menu.active,
    .navbar.rj-navbar.rj-side-menu.rj-left-push-menu.active {
        left: 0;
    }
}

@media (min-width: 992px) {
    .navbar.rj-navbar.rj-side-menu.rj-left-slide-menu,
    .navbar.rj-navbar.rj-side-menu.rj-left-push-menu {
        left: -250px;
    }
}

@media (min-width: 992px) {
    .navbar.rj-navbar.rj-side-menu.rj-right-slide-menu.active,
    .navbar.rj-navbar.rj-side-menu.rj-right-push-menu.active {
        right: 0;
    }
}

@media (min-width: 992px) {
    .navbar.rj-navbar.rj-side-menu.rj-right-slide-menu,
    .navbar.rj-navbar.rj-side-menu.rj-right-push-menu {
        right: -250px;
        left: auto;
    }
}

.navbar-trigger-open {
    z-index: 10;
    position: fixed;
    top: 0;
    margin-top: 25px;
}

.navbar-trigger-open a {
    color: #fff;
    font-size: 28px;
    background-color: #3996cc;
    padding: 5px 15px;
    border-radius: 2px;
    opacity: 0.9;
}

.navbar-trigger-open.left {
    left: 0;
    margin-left: 20px;
}

.navbar-trigger-open.right {
    right: 0;
    margin-right: 20px;
}

span.navbar-trigger-close {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 25px;
    margin-top: 28px;
}

span.navbar-trigger-close a {
    color: #aaa;
    font-size: 28px;
}

span.navbar-trigger-close a:hover {
    color: #fff;
}

.feature-item {
    display: block;
    padding-bottom: 20px;
}

.feature-item .feature-thumb {
    height: 90px;
}

.feature-item .feature-thumb img {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.feature-item .feature-meta {
    position: relative;
    text-align: center;
}

.feature-item .feature-meta i {
    float: left;
    color: #64788C;
    margin-top: 5px;
}

.feature-item .feature-meta .feature-text {
    margin-left: 30px;
    text-align: left;
}

.feature-item .feature-meta .feature-text h4 {
    font-size: 14px;
    line-height: 20px;
}

.feature-item .feature-desc {
    display: inline-block;
}

#about {
    padding-top: 30px;
    padding-bottom: 0px;
}

#about #winery {
    background-color: #F2F4F3;
}

#winery {
    padding-top: 10px;
    padding-bottom: 30px;
}

#winery .feature-item {
    padding-bottom: 0;
}

#product {
    padding-top: 0;
}

#product .thumbnail .thumb-image {
    height: 100px;
}

@media(min-width:768px) {
    #product .thumbnail {
        margin-bottom: 0;
    }
}

.product-block {
    background-color: #788DA2;
    padding: 5px 0;
}

.product-block h2 {
    font-size: 30px;
    margin: 5px 0 5px 20px;
    color: #fff;
}

#locator {
    background-color: #F2F4F3;
    padding-top: 0;
    padding-bottom: 0;
}

#locator h2 {
    margin-top: 30px;
}

#locator .app-image {
    padding-bottom: 20px;
}

#locator .app-image img {
    display: inline;
    padding-bottom: 10px;
}

.text-lead {
    font-family: 'open_sansitalic', Arial, sans-serif;
}

.text-name {
    font-family: 'open_sansextrabold', Arial, sans-serif;
    color: #86BC5C;
}

.text-important {
    color: #71A846;
}

#winery .thumbnail .thumb-image {
    height: 100px;
}

#partner {
    padding-top: 30px;
    padding-bottom: 30px;
}

#partner .media-heading {
    font-family: 'open_sansextrabold', Arial, sans-serif;
    font-size: 18px;
    color: #86BC5C;
}

#partner .media-left {
    padding: 0 40px;
}

#partner .media-left img {
    width: 140px;
}

#client {
    padding-top: 30px;
    padding-bottom: 30px;
}

#client .media-left {
    padding: 0 40px;
}

#client .media-left img {
    width: 140px;
}

#client .media-left {
    padding-bottom: 20px;
}

#client .feature-desc p {
    font-family: 'open_sansitalic', Arial, sans-serif;
}

#clients_slider {
    background-color: #5A7087;
    padding: 10px 0;
}

#clients_slider img {
    height: 80px;
}

.bx-wrapper .bx-viewport {
    background: transparent;
    box-shadow: none;
    border: none;
}

.bx-wrapper .bx-controls-direction a {
    z-index: 999;
}

.header {
    /*display: table;*/
    position: relative;
    width: 100%;
    height: auto;
    color: #fff;
    background-attachment: scroll;
    background-image: url(../img/header-bg.png);
    background-position: center center;
    background-repeat: none;
    background-size: cover;
    -o-background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
}

.header h1 {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
}

.header .intro-heading {
    float: left;
    padding-top: 20px;
}

.header .intro-text .intro-lead-in {
    font-size: 22px;
    line-height: 22px;
    padding-bottom: 20px;
}

.header .intro-text .intro-desc {
    margin-bottom: 25px;
    font-size: 22px;
    line-height: 22px;
}

@media(min-width:992px) {
    .header {
        height: -webkit-calc(100% - 252px);
        height: calc(100% - 252px);
    }
    .header h1 {
        display: none;
    }
    .header .intro-text {
        float: left;
    }
    .header .intro-image {
        float: right;
        margin-top: -150px;
        margin-left: 10px;
        z-index: 888;
    }
    .header .intro-text .intro-lead-in {
        font-size: 22px;
        line-height: 30px;
    }
    .header .intro-text .intro-desc {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 22px;
    }
}

.top-header {
    display: none;
}

@media(min-width:992px) {
    .top-header {
        display: block;
        padding-top: 20px;
        padding-bottom: 40px;
    }
}

section {
    padding: 40px 0;
}

section h2.section-heading {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 30px;
}

section h3.section-title {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 26px;
    text-transform: none;
}

section p.section-subheading {
    margin-bottom: 40px;
}

section h4.feature-heading {
    text-transform: none;
}

section h4.section-subheading {
    text-transform: none;
    margin-top: 10px;
    margin-bottom: 10px;
}

@media(min-width:768px) {
    section {
        padding: 40px 0 0 0;
    }
}

.service-heading {
    margin: 15px 0;
    text-transform: none;
}

#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(254, 209, 54, .9);
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
    margin: 0;
}

#portfolio .portfolio-item .portfolio-caption {
    margin: 0 auto;
    padding: 25px;
    max-width: 400px;
    text-align: center;
    background-color: #fff;
}

#portfolio .portfolio-item .portfolio-caption h4 {
    margin: 0;
    text-transform: none;
}

#portfolio .portfolio-item .portfolio-caption p {
    margin: 0;
    font-family: 'open_sansitalic', Arial, sans-serif;
    font-size: 16px;
}

#portfolio * {
    z-index: 2;
}

@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}

.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}

.timeline:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    background-color: #f1f1f1;
}

.timeline>li {
    position: relative;
    margin-bottom: 50px;
    min-height: 50px;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li .timeline-panel {
    float: right;
    position: relative;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li .timeline-image {
    z-index: 100;
    position: absolute;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    border: 7px solid #f1f1f1;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    background-color: #fed136;
}

.timeline>li .timeline-image h4 {
    margin-top: 12px;
    font-size: 10px;
    line-height: 14px;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li:last-child {
    margin-bottom: 0;
}

.timeline .timeline-heading h4 {
    margin-top: 0;
    color: inherit;
}

.timeline .timeline-heading h4.subheading {
    text-transform: none;
}

.timeline .timeline-body>p,
.timeline .timeline-body>ul {
    margin-bottom: 0;
}

@media(min-width:768px) {
    .timeline:before {
        left: 50%;
    }
    .timeline>li {
        margin-bottom: 100px;
        min-height: 100px;
    }
    .timeline>li .timeline-panel {
        float: left;
        width: 41%;
        padding: 0 20px 20px 30px;
        text-align: right;
    }
    .timeline>li .timeline-image {
        left: 50%;
        width: 100px;
        height: 100px;
        margin-left: -50px;
    }
    .timeline>li .timeline-image h4 {
        margin-top: 16px;
        font-size: 13px;
        line-height: 18px;
    }
    .timeline>li.timeline-inverted>.timeline-panel {
        float: right;
        padding: 0 30px 20px 20px;
        text-align: left;
    }
}

@media(min-width:992px) {
    .timeline>li {
        min-height: 150px;
    }
    .timeline>li .timeline-panel {
        padding: 0 20px 20px;
    }
    .timeline>li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px;
    }
    .timeline>li .timeline-image h4 {
        margin-top: 30px;
        font-size: 18px;
        line-height: 26px;
    }
    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 20px 20px;
    }
}

@media(min-width:1200px) {
    .timeline>li {
        min-height: 170px;
    }
    .timeline>li .timeline-panel {
        padding: 0 20px 20px 100px;
    }
    .timeline>li .timeline-image {
        width: 170px;
        height: 170px;
        margin-left: -85px;
    }
    .timeline>li .timeline-image h4 {
        margin-top: 40px;
    }
    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 100px 20px 20px;
    }
}

.team-member {
    margin-bottom: 50px;
    text-align: center;
}

.team-member img {
    margin: 0 auto;
    border: 7px solid #fff;
}

.team-member h4 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none;
}

.team-member p {
    margin-top: 0;
}

aside.clients img {
    margin: 50px auto;
}

#contact {
    background-color: #F2F4F3;
    padding-top: 30px;
    padding-bottom: 30px;
}

#contact .contact-group {
    padding-bottom: 40px;
}

#contact .thumbnail {
    background-color: transparent;
    border: none;
}

#contact .thumbnail .thumb-image {
    position: relative;
    height: 50px;
}

#contact .thumbnail .caption {
    /*padding-top: 20px;*/
}

#contact .link-email {
    float: right;
}

#contact .link-email i {
    color: #333;
}

#contact .list-group-item {
    background-color: transparent;
    border: none;
}

#contact a:hover,
a:focus,
a:active,
a.active {
    color: #597288;
}

#contact .form-group {
    margin-bottom: 25px;
}

#contact .form-group input,
#contact .form-group textarea {
    padding: 20px;
}

#contact .form-group input.form-control {
    height: auto;
}

#contact .form-group textarea.form-control {
    height: 236px;
}

#contact .form-control:focus {
    border-color: #fed136;
    box-shadow: none;
}

#contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb;
}

#contact:-moz-placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb;
}

#contact::-moz-placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb;
}

#contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb;
}

.contact-list .contact-item {
    width: 100%;
    float: left;
    padding-bottom: 10px;
}


/*** Contact List ***/

.text-width {
    width: 65%;
    word-wrap: break-word
}

#bottom-line2 {
    width: -webkit-calc(100% - 284px);
    width: calc(100% - 284px);
}

@media(min-width: 443px) {
    .text-width {
        width: auto;
    }
    #bottom-line2 {
        width: -webkit-calc(100% - 410px);
        width: calc(100% - 410px);
    }
}


/* Samsung S3 default browser portrait*/

@media only screen and (device-width: 720px) and (device-height: 1280px) and (orientation: portrait) {
    #bottom-line1 {
        width: 12%;
    }
    .text-width {
        width: 74%;
    }
    #bottom-line2 {
        width: 15%;
    }
    #bottom-line3 {
        width: 38%;
    }
    #bottom-line4 {
        width: 36%;
    }
    #bottom-line5 {
        width: 36%;
    }
}


/* Samsung S3 default browser landscape */

@media only screen and (max-device-width: 1280px) and (orientation:landscape) {
    #bottom-line1 {
        width: 50%;
    }
    #bottom-line2 {
        width: 32%;
    }
    #bottom-line3 {
        width: 65%;
    }
    #bottom-line4 {
        width: 63%;
    }
    #bottom-line5 {
        width: 64%;
    }
}


/* iPhone 5  in portrait */

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: portrait) {
    .text-width {
        width: 85%;
        word-wrap: break-word
    }
    #bottom-line2 {
        display: none;
    }
}


/* iPhone 5 & 5S in landscape */

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
    .text-width {
        width: 82%;
        word-wrap: break-word;
    }
    #bottom-line2 {
        width: 10%;
    }
}


/* iPhone 6 in portraint */

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: portrait) {
    .text-width {
        width: 70%;
        word-wrap: break-word;
    }
    #bottom-line2 {
        width: 17%;
        display: inline-block;
    }
}


/* iPhone 6 in landscape */

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
    .text-width {
        width: 58%;
        word-wrap: break-word;
    }
    #bottom-line2 {
        width: 35%;
        display: inline-block;
    }
}


/* iPad landscape */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .text-width {
        width: 40%;
        word-wrap: break-word;
    }
    #bottom-line2 {
        width: 55%;
        display: inline-block;
    }
}

.contact-list .contact-text {
    float: left;
}

.contact-list .box-underline {
    /* display: inline-block;
  border-bottom-width: 2px;
  border-bottom-style: dotted;*/
    display: inline-block;
    height: 19px;
    background-image: url("../img/dot.png");
    background-repeat: repeat-x;
}

.contact-list .box-email {
    float: right;
    width: auto;
}


/*### Footer ### */

footer {
    background-color: #50606F;
    color: #fff;
    padding: 25px 0;
    text-align: center;
}

footer span.copyright {
    text-transform: uppercase;
    text-transform: none;
    line-height: 40px;
}

footer .list-group .list-group-item {
    background-color: transparent;
    border: none;
    padding: 2px 0;
    text-align: left;
}

footer .footer-label {
    vertical-align: top;
    margin-right: 40px;
}

footer .footer-phone {
    float: left;
    font-size: 20px;
    margin: 5px 0 10px 10px;
}

footer .footer-box-address {
    float: left;
    margin-left: 10px;
    font-size: 16px;
}

footer .footer-address {
    display: inline-block;
}

footer .footer-separate {
    display: none;
}

@media(min-width:768px) {
    footer .footer-phone {
        float: none;
    }
    footer .footer-box-address {
        float: left;
        font-size: 16px;
        margin-left: -70px;
        margin-top: 0;
    }
    footer .footer-separate {
        display: inline-block;
        border-right: 1px solid #fff;
        padding-bottom: 50px;
    }
}

ul.social-buttons {
    margin-bottom: 0;
}

ul.social-buttons li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    outline: 0;
    color: #fff;
    background-color: #222;
    -webkit-transition: all .3s;
    transition: all .3s;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #fed136;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em;
}

.portfolio-modal .modal-content p {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
    font-size: 16px;
    font-family: 'open_sansitalic', Arial, sans-serif;
}

.portfolio-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #222;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #222;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}


/*::-moz-selection {
    text-shadow: none;
    background: #fed136;
}

::selection {
    text-shadow: none;
    background: #fed136;
}*/

img::-moz-selection {
    background: 0 0;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}


/*#### Feature ###*/

.feature {
    float: left;
    width: 100%;
    padding-bottom: 20px;
}

.feature .feature-image {
    text-align: center;
    padding-bottom: 20px;
}

.feature .feature-image .feature-box-image {
    display: inline-block;
    overflow: hidden;
}

.feature .feature-desc {
    float: left;
}

@media(min-width:768px) {
    .feature .feature-image {
        float: left;
        margin-left: 40px;
        margin-right: 40px;
    }
    #client .feature .feature-desc {
        width: -webkit-calc(100% - 180px);
        width: calc(100% - 180px);
        float: left;
    }
    #partner .feature .feature-image img {
        width: 180px;
    }
    #partner .feature .feature-desc {
        width: -webkit-calc(100% - 280px);
        width: calc(100% - 280px);
        float: left;
    }
}

.box-image {
    padding-left: 0;
    padding-right: 0;
}

@media(min-width:768px) {
    .box-image {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.padding-top {
    padding-top: 20px;
}

.flex-viewport li {
    margin-right: 2px;
}

h2.interested-heading {
    text-transform: none;
    margin-top: 10px;
}

.box-content {
    padding-top: 30px;
    padding-bottom: 30px;
}

.bottom-column {
    padding-bottom: 0;
    margin-bottom: 0;
}


/*### 5 columns layout with Twitter Bootstrap ###*/

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.btn-sl,
.btn-sl:hover {
    color: #fff;
    background-color: #71A846;
    cursor: pointer;
}

.btn-login-wine2 {
    float: right;
    margin: -10px 0 20px 0;
    z-index: 99999;
}

.text-white {
    color: #fff;
}

.text-primary {
    color: #71A846;
}

.bg-dark {
    background: #5A7087;
}

#popNowOffers .modal-header img {
    display: block;
    margin: 0 auto;
    width: 280px;
}

.mx-auto {
    margin: 0 auto;
}

.border-0 {
    border: 0;
}

.modal-header .close {
    font-size: 40px;
    font-weight: normal;
    color: #5A7087;
    opacity: 1;
    text-shadow: none;
}

#popNowOffers .modal-body h2 {
    margin-top: 10px;
}

#popNowOffers .modal-body h2,
#popNowOffers .modal-body h4 {
    text-transform: none;
    line-height: 28px;
}

#popNowOffers .modal-body img {
    width: 160px;
    margin-top: 10px;
}

#popNowOffers .modal-footer {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 30px;
}