﻿@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-Semibold.eot');
    src: url('../fonts/MyriadPro-Semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/MyriadPro-Semibold.woff2') format('woff2'), url('../fonts/MyriadPro-Semibold.woff') format('woff'), url('../fonts/MyriadPro-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-Regular.eot');
    src: url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/MyriadPro-Regular.woff2') format('woff2'), url('../fonts/MyriadPro-Regular.woff') format('woff'), url('../fonts/MyriadPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-Bold.eot');
    src: url('../fonts/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/MyriadPro-Bold.woff2') format('woff2'), url('../fonts/MyriadPro-Bold.woff') format('woff'), url('../fonts/MyriadPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

body {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 23px;
    background-color: #fff;
    background-size: 100%;
    overflow-x: hidden;
}

.logo {
    padding-left: 5%;
}

.master-wrapper-content {
    overflow: hidden;
    margin-bottom: 10px;
}

.mainpage {
    position: relative;
}

.master-wrapper-page a {
    text-decoration: none;
}


/* TEO CSS*/
.dash-line-orange {
    border-bottom: 2px solid;
    width: 90px;
    margin: 0 auto 45px;
    color: #f16523;
}

.before-header {
    padding: 10px 0;
    font-weight: 500;
    font-size: 17px;
    line-height: 34px;
    background-color: #58595b;
    color: #fff;
}

.pull-left {
    float: left !important;
}

.mytooltip {
    position: relative;
    display: inline-block;
}

.condensed-font {
    letter-spacing: -.8px;
}

.pull-right {
    float: right !important;
}

.titleTopRight h1 {
    font-size: 35px;
    color: #666666;
    font-weight: 300;
    letter-spacing: -2px;
    text-align: center;
}

h2 {
    font-size: 161px;
    letter-spacing: -5px;
    color: #f16523;
    font-weight: 700;
    text-align: center;
    margin-top: -25px;
}

.textLeftBody {
    text-align: left;
}

.spaceAbove {
    margin: 78px 0px 78px 0px;
}

.stickRight p {
    font-size: 19px;
    color: #464646;
    font-weight: 400;
    text-align: center;
    padding-left: 70px;
    padding-right: 70px;
}

/*Buttons and hyperlinks */
.button {
    background-color: #fff;
    color: #404041;
    padding: 10px 60px;
    text-align: center;
    display: inline-block;
    font-size: 12px;
    border-radius: 20px;
    font-weight: 700;
    margin: 20px auto;
    box-shadow: 0px 1px 10px -3px #404041;
    cursor: pointer;
}

.buttoninmiddle {
    text-align: center;
    width: auto;
}

    .buttoninmiddle a {
        color: #404041 !important;
    }

        .buttoninmiddle a:active {
            box-shadow: 0px 1px 8px -3px #404041;
            transform: translateY(1px);
        }

.mytooltip a {
    color: white;
}

a {
    text-decoration: none;
}

    a:hover,
    a:visited,
    a:active,
    a:focus {
        text-decoration: none;
    }

.footer-row-dark li a:hover {
    color: #f16522 !important;
    background: transparent !important;
}

/* End */


/* Middle Section*/

.horizontal-container-home {
    background-image: url(/images/runner.png);
    background-repeat: no-repeat;
    height: 700px;
    background-size: cover;
    background-position: center center;
}

.colorlabel {
    height: 389px;
    width: 100%;
}

    .colorlabel.orange-color {
        background: rgba(184, 64, 17, .7);
    }

.paddingContainer {
    padding-top: 70px;
}

.titlecontainer {
    text-align: center;
}

    .titlecontainer h1 {
        font-size: 160px;
        font-weight: 700;
        letter-spacing: -5px;
        margin-top: 0;
        color: #fff;
    }

.dash-line-white {
    border-bottom: 2px solid;
    width: 90px;
    margin: 0 auto 20px;
    color: #fff;
}

.titlecontainer p {
    width: 40%;
    color: white;
    font-size: 19px;
    font-weight: 600;
    text-align: center;
    margin: 0px auto;
}

/* End */

/* Last Section  */
.gray-row {
    background-color: #f1f1f2;
    padding-bottom: 100px;
    padding-top: 100px;
}

.center {
    text-align: -webkit-center;
}

.imagewrapperNews img {
    height: 214px;
}

/* End */

/* Newsleter */
.newsletter {
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
}

.padding-newsletter {
    padding-bottom: 50px;
}

.newletter-heading {
    font-size: 35px;
    letter-spacing: initial;
    color: #666;
    font-weight: 300;
}

.newsletter-row {
    padding: 40px 0 !important;
}

.newsletter-subscribe-block {
    display: inline-block;
    width: auto;
}

.newsletter-email {
    background-color: #fff;
    vertical-align: middle;
    padding: 5px;
    border-radius: 10px;
    background: url(../images/newsletter_envelope.png) no-repeat;
    width: 100%;
    padding-left: 120px;
    height: 100px;
    margin-top: 4px;
}

.newsletter .form-group {
    margin-bottom: 0;
    border: 1px solid #666;
    border-radius: 8px;
}

.newsletter-subscribe-block .form-group {
    width: 100%;
    position: relative;
}

.newsletter-subscribe-block .form-group,
.newsletter-subscribe-block .buttons {
    float: left;
    margin-bottom: 8px;
}

#newsletter-subscribe-block #newsletter-email {
    float: left;
    width: 630px;
    border-radius: 10px;
    font-weight: 400;
    height: 90px;
    color: #666;
    font-size: 22px !important;
}

.newsletter .newsletter-email .form-control {
    padding: 15px;
    min-width: 280px;
    border: none;
    box-shadow: none;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#newsletter-subscribe-button {
    vertical-align: middle;
    position: absolute;
    right: 10px;
    top: 30%;
    font-weight: bold;
    background-image: url(../images/arrow_right.png);
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 45px;
    border-radius: 0;
    background-color: #fff;
}

.newsletter .newsletter-email .newsletter-subscribe-button {
    color: #f3772b;
    border: none;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
}

/* End */

/* Footer*/
.Redsocial-row {
    background-color: #f16522;
}

.follow-us {
    letter-spacing: 5px;
    color: #ffffff;
    font-weight: 400;
    font-size: 28px;
    letter-spacing: 2px;
    text-align: center;
}

ul.nav.nav-list.social-icons.spaceabove {
    margin: 20px 10px;
}

.follow-us .social-icons, .follow-us .social-icons li, .follow-us .social-icons > li > a {
    display: inline-block;
    margin: 0 10px;
}

.Redsocial-row .follow-us ul.social-icons li {
    margin: 0;
}

    .Redsocial-row .follow-us ul.social-icons li a {
        margin-left: 0;
        padding: 7px;
        border: 2px solid #fff;
        border-radius: 2em;
        width: 4.1em;
        height: 4.1em;
        line-height: 3.5em;
        text-align: center;
        vertical-align: middle;
        color: #fff;
    }

    .Redsocial-row .follow-us ul.social-icons li i {
        font-size: 2em;
    }

.footer {
    float: left;
    width: 100%;
    margin-top: 40px;
}

.footer-top {
    float: left;
    width: 100%;
}

.footer-zone {
    padding-top: 35px;
    padding-bottom: 35px;
}

    .footer-zone.footer-row-dark {
        padding-top: 0;
        background: #58595b;
    }

a:hover {
    text-decoration: none !important;
}

a:active {
    text-decoration: none !important;
}

.footer-row-dark h3 {
    color: #f3772b;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

    .footer-row-dark h3 span {
        border-bottom: 1px solid #aaa;
        padding-bottom: 15px;
        display: inline-block;
    }

.nav {
    padding-left: 0;
    margin-bottom: 0;
    font-size: 15px;
    list-style: none;
}

.ul {
    margin-top: 0;
}


.footer-row-dark .nav li {
    color: #fff;
}

.footer-row-dark ul.nav li a {
    color: #fff;
    padding: 4px 0;
    font-size: 15px;
    font-weight: 400;
}

.nav > li {
    position: relative;
    display: block;
}

    .nav > li > a {
        position: relative;
        display: block;
        text-decoration: none;
        padding: 10px 15px;
    }

        .nav > li > a:hover {
            text-decoration: none;
        }

.block.block-newsletter .listbox {
    display: block;
    padding-bottom: 40px;
}

.footer-bottom {
    float: left;
    width: 100%;
    padding-top: 15px;
    font-size: 15px;
    color: #000;
}

.footer-disclaimer {
    margin-top: 10px;
}

.developeddby a {
    color: #f0592a;
    font-weight: 800;
}

.method2 {
    display: inline-block;
    width: 49px;
    height: 30px;
    margin: 0 3px;
    background: url(../images/mastercart.png) no-repeat;
}

.method3 {
    display: inline-block;
    width: 49px;
    height: 30px;
    margin: 0 3px;
    background: url(../images/visa.png) no-repeat;
}

.method4 {
    display: inline-block;
    width: 49px;
    height: 30px;
    margin: 0 3px;
    background: url(../images/maestro.png) no-repeat;
}

.method5 {
    display: inline-block;
    width: 49px;
    height: 30px;
    margin: 0 3px;
    background: url(../images/americanexpress.png) no-repeat;
}

.accepted-payment-methods {
    text-align: right;
    float: right;
    max-width: 100%;
}

.footer-paymentMethods {
    width: auto;
    float: right;
    padding-right: 10px;
}

    .footer-paymentMethods ul {
        padding-left: 0;
    }

.footer-badges-wrapper {
    text-align: center;
}

.footer-badge {
    float: right;
    width: 150px;
    height: 65px;
    background: #58595b;
}

.footer-greca {
    float: right;
}

#greca-icon {
    width: 110px;
    height: 65px;
    background: url(../images/greca_logo_bw.png) no-repeat;
}
/* End */

.header-row {
    position: relative;
    height: 210px;
    margin-top: 66px;
}

    .header-row:after {
        content: " ";
        background: #f16522;
        position: absolute;
        width: 100%;
        height: 30px;
        bottom: 0px;
    }

.bg-newsletter.col-md-6,
.bg-contact.col-md-6 {
    padding-left: 0;
    padding-right: 0;
    height: 100%;
}

/*  Teo Css Responsive */

@media(max-width:767px) {

    .header-row {
        height: 269px;
        margin-top: 39px;
    }

    .before-header {
        display: none;
    }

    .textLeftBody {
        text-align: center;
        margin-bottom: 50px;
    }

    .mytooltip img {
        width: 9%;
    }

    .textLeftBody img {
        width: 82%;
    }

    .logo {
        padding-left: 0;
        text-align: center;
    }


    .titleTopRight h1 {
        letter-spacing: 0px;
        font-size: 22px;
    }

    .gray-row {
        padding-bottom: 40px;
        padding-top: 60px;
    }

    h2 {
        font-size: 100px;
        margin-top: 0px;
    }

    .stickRight p {
        padding-left: 0;
        padding-right: 0;
    }

    .horizontal-container-home {
        height: 568px;
    }

    .paddingContainer {
        padding-top: 30px;
    }

    .titlecontainer h1 {
        font-size: 122px;
    }

    .titlecontainer p {
        width: auto;
        padding-bottom: 32px;
        font-size: 18px;
    }

    .home-page-element.imagewrapperNews {
        margin-top: 23px;
        height: 167px;
    }

    .imagewrapperNews img {
        height: auto;
    }

    .footer {
        margin-top: 0;
    }

    .newsletter {
        padding-left: 0;
        padding-right: 0;
    }

    .newletter-heading {
        font-size: 27px;
    }

    .listbox,
    .lt-ie9 .listbox {
        display: none;
        margin-top: 10px;
    }

    .newsletter-subscribe-block {
        width: 100%;
    }

    .newsletter-email {
        background: none;
        vertical-align: middle;
        padding: 5px;
        border-radius: 10px;
        width: 100%;
        padding-left: 0;
    }

    .newsletter-subscribe-block .newsletter-email {
        float: none;
    }

    #newsletter-subscribe-block #newsletter-email {
        width: 100% !important;
        padding-left: 5px;
        font-size: 12px !important;
    }

    .footer-zone {
        text-align: center;
    }

    .follow-us {
        margin-bottom: 19px;
    }

    .footer-disclaimer {
        display: block;
        text-align: center;
    }

    .footer-information, .developeddby {
        text-align: center;
        margin-bottom: 15px;
    }

    .footer-paymentMethods {
        width: 100%;
    }

    .accepted-payment-methods {
        text-align: center;
        float: none;
        width: 100%;
        margin-top: 20px;
        max-width: none;
    }
}

@media(max-width:991.98px) {
    .header-row {
        height: 220px;
        margin-top: 43px;
    }

    .logo {
        padding-left: 0;
        text-align: center;
    }

    .titleTopRight h1 {
        font-size: 25px;
        letter-spacing: 0;
    }

    .textLeftBody {
        text-align: center;
        margin-bottom: 50px;
    }

        .textLeftBody img {
            width: 56%;
        }

    .paddingContainer {
        padding-top: 40px;
    }

    .titlecontainer p {
        width: 80%;
        padding-bottom: 24px;
    }

    .imagewrapperNews {
        margin-bottom: 20px;
    }

    .newsletter-subscribe-block {
        min-width: 385px;
    }

    #newsletter-subscribe-block #newsletter-email {
        width: 500px;
    }
}

@media(max-width:575.98px) {
    .before-header {
        font-size: 13px;
        line-height: 29px;
    }

    .header-row {
        height: 277px;
        margin-top: 22px;
    }

    .textLeftBody img {
        width: 100%;
    }

    .titlecontainer h1 {
        font-size: 110px;
    }

    .titlecontainer p {
        width: auto;
    }

    .newsletter-subscribe-block {
        width: 100%;
        min-width: 100%;
    }
}

@media(min-width:469px) and (max-width:767px) {
    .textLeftBody img {
        width: 54%;
    }
}

@media(min-width:500px) and (max-width:767px) {
    .imagewrapperNews img {
        height: 200px;
    }
}

/* End */

@media(min-width:768px) {
    .col-sm-25 {
        width: 20.0%;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        float: left;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }

    .col-md-25 {
        width: 20%;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        float: left;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }

    .col-lg-25 {
        width: 20.0%;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        float: left;
    }
}

@media (min-width: 1300px) {
    .container {
        width: 1309px;
    }
}

.footer-zone .nav.nav-list {
    display: inline-block;
}

.wefit-homepage .nav > li > a:focus,
.wefit-homepage .nav > li > a:hover {
    background-color: transparent;
}


.textlinks {
    text-align: center;
    list-style: none;
    width: 82%;
}

.textlinks a:hover{
    color: #f16523;    
}

@media(max-width: 1024px){
    .textlinks {    
        padding-left: 0;
        width: 100%;
    }

    .spaceAbove .textlinks li{
        padding: 5px 0;
    }

    .textlinks li {
        line-height: normal;
    }
}



.textlinks li a{
    color: #666666;
}

li.first {
    font-size: 22px;
    font-weight: bold;
    color: #666666;
    padding: 5px 0px;
}

li.second {
    font-size: 53px;
    font-weight: 300;
    color: #666666;
    padding: 20px 0px;
}

li.third {
    font-size: 32px;
    font-weight: 600;
    color: #666666;
    padding: 15px 0px;
}

li.fourth {
    font-size: 32px;
    font-weight: normal;
    color: #666666;
    line-height: 34px;
    padding: 11px 0px;
}

li.fifth {
    font-size: 48px;
    font-weight: 300;
    color: #666666;
    padding: 15px 0px;
}

li.sixth {
    font-size: 21px;
    font-weight: bold;
    padding: 10px 0px;
    color: #666666;
}

li.seventh {
    font-size: 30px;
    font-weight: normal;
    padding: 0px;
    color: #666666;
}

