﻿@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,700italic,400italic);

body {
    background: rgba(255,253,242,1);
    padding-top: 160px;
    font-family: 'Roboto', sans-serif;
}


/* ====================== Header START ====================== */
header {
    width: 100%;
    height: 160px;
    /*overflow: hidden;*/
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(255, 253, 242, 0.5) url("../design/greenupperbanner.png") no-repeat top center;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
    border-bottom: 1px solid rgba(0, 0, 0, 0.075);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.theX {
    position: relative;
    left: -20px;
    top: 6px;
}

.vet {
    position: relative;
    left: -46px;
}

header h1#logo {
    display: inline-block;
    height: 100px;
    line-height: 150px;
    float: left;
    font-family: "Lato", sans-serif;
    font-size: 50px;
    color: #0075be;
    font-weight: bolder;
    margin-left: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    z-index: 1000;
}

header nav {
    display: inline-block;
    /*float: right;*/
    margin-right: 50px;
}

    header nav.menu {
        margin-left: 20px;
        font-weight: 700;
        font-size: 18px;
        float: right;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        line-height: 70px;
    }

    header nav a:hover {
        color: white;
    }

header.smaller {
    height: 90px;
}

    header.smaller h1#logo {
        height: 90px;
        line-height: 75px;
        font-size: 30px;
    }

    header.smaller nav a {
        line-height: 70px;
    }

@media all and (max-width: 1100px) {
    header {
        background: none;
    }

        header h1#logo {
            display: block;
            margin: 0 auto;
            height: 80px;
            line-height: 80px;
            text-align: center;
            font-size: 60px;
        }

        header nav {
            display: block;
            float: none;
            height: 50px;
            text-align: center;
            margin: 0 auto;
        }

            header nav a {
                line-height: 50px;
                margin: 0 10px;
            }

        header.smaller {
            height: 75px;
        }

            header.smaller h1#logo {
                height: 40px;
                line-height: 40px;
                font-size: 20px;
            }

            header.smaller nav {
                height: 35px;
            }

                header.smaller nav a {
                    line-height: 35px;
                }
}

@media all and (max-width: 320px) {
    header h1#logo {
        display: block;
        float: none;
        margin: 0 auto;
        height: 80px;
        line-height: 80px;
        text-align: center;
        font-size: 30px;
    }

    header nav {
        display: block;
        float: none;
        height: 50px;
        text-align: center;
        margin: 0 auto;
    }

        header nav a {
            line-height: 50px;
            margin: 0 10px;
        }

    .theX {
        position: relative;
        left: -20px;
        top: 6px;
        width: 50%;
    }

    .vet {
        position: relative;
        left: -46px;
    }

    header.smaller {
        height: 75px;
    }

        header.smaller h1#logo {
            height: 40px;
            line-height: 40px;
            font-size: 30px;
        }

        header.smaller nav {
            height: 20px;
        }

            header.smaller nav a {
                line-height: 20px;
            }
}
/* ====================== Header END ====================== */

/* ====================== Owl Carousel START ====================== */
#carousel {
    height: 350px;
    background: #fffdf2; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #fffdf2 0%, #ffeaa9 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, #fffdf2 0%,#ffeaa9 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, #fffdf2 0%,#ffeaa9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffdf2', endColorstr='#ffeaa9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#owlCarousel .item img {
    display: block;
    width: auto;
    max-height: 350px;
    margin: 0 auto;
}

@media all and (max-width: 960px) {
    #carousel {
        display: none;
    }
}



/* ====================== Owl Carousel END ====================== */

.bigContent {
    position: relative;
    min-height: 100%;
    color: #585858;
}

.container {
    max-width: 1170px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

.presentationTitle {
    margin: 20px 0;
    color: #099cda;
    font-size: 28px;
    text-transform: uppercase;
}

.curable_simptons {
    color: #3B540C;
    text-transform: uppercase;
}

    .curable_simptons h2 {
        font-size: 18px;
        margin: 0.6em 0;
        font-weight: bold;
    }

.content {
    text-align: justify;
}

.bold {
    font-weight: bold;
    color: #099cda;
    font-size: 16px;
}

.product_img {
    height: 200px;
    width: auto;
    text-align: center;
}

.important_red {
    color: red;
    font-weight: bold;
}


/* ====================== Footer START ====================== */

footer {
    position: relative;
    bottom: 0;
    left: 0;
    margin-top: 10px;
    color: #777;
    width: 100%;
    height: 50px;
}


/*@media all and (min-width: 1140px) {

    footer.footer_fixed {
        position: fixed;
        bottom: 0;
        left: 0;
        padding: 22px;
        margin-top: 60px;
        color: #777;
        background: #f7f7f7;
        border-top: 1px solid #ddd;
        width: 100%;
        height: 100px;
    }
}*/

.infoText {
    text-align: left;
}

.companyInfo {
    font-size: 18px;
}

/* ====================== Footer END ====================== */

/* ====================== Boostrap custom fixes ====================== */

/* navigation */

.nav-pills > li > a {
    border-radius: 0;
    height: 80px;
}

.nav-pills > li + li {
    margin-left: 0;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #3B540C;
    background-color: #ffeaa9;
}

.nav-pills a {
    color: #ffeaa9;
    background-color: #099cda;
}

.nav > li {
    position: relative;
    display: block;
}

    .nav > li > a {
        position: relative;
        display: block;
        padding: 10px 15px;
    }

        .nav > li > a:hover,
        .nav > li > a:focus {
            text-decoration: none;
            color: #099cda;
            background-color: #ffeaa9;
        }

.navbar-default {
    background: transparent;
    border: 0;
}
