﻿body {
    width: 100%;
    padding-top: 0px;
    background-color: #fff;
    min-width: 360px;
}

.success {
    position: absolute;
    top: 50px;
    min-width: 100%;
}

.body-content {
    width: 100%;
    padding: 0;
    margin-top: 0 !important;
}

.navbar {
    margin-bottom: 0px;
}

.navbar-inverse {
    position: absolute;
    background-color: rgba(51, 146, 226, 0);
    width: 100%;
    z-index: 10;
}

.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
}

.navbar-right > li {
    top: 4px;
}

.col-sm-6 {
    min-height: 400px;
}

#loginLink {
    border-color: white;
    border-style: solid;
    padding-bottom: 8px;
    padding-top: 8px;
    padding-left: 20px;
    padding-right: 20px;
}

#image-header {
}

.main-title {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    color: white;
    text-align: center;
}

h1 {
    font-family: az_ea_font,wf_segoe-ui_normal,"Segoe UI","Segoe WP",Tahoma,Arial,sans-serif;
    font-size: 72px;
}

@media only screen and (max-width: 995px) {
    h1 {
        font-family: az_ea_font,wf_segoe-ui_normal,"Segoe UI","Segoe WP",Tahoma,Arial,sans-serif;
        font-size: 65px;
    }
}

.sub-title {
    font-size: 45px;
}

.main-title p {
    padding-bottom: 20px;
}

@media only screen and (max-width: 840px) {
    h1 {
        font-family: az_ea_font,wf_segoe-ui_normal,"Segoe UI","Segoe WP",Tahoma,Arial,sans-serif;
        font-size: 50px;
    }

    .sub-title {
        font-size: 40px;
    }
}

@media only screen and (max-width: 560px) {
    h1 {
        font-family: az_ea_font,wf_segoe-ui_normal,"Segoe UI","Segoe WP",Tahoma,Arial,sans-serif;
        font-size: 45px;
    }

    .sub-title {
        font-size: 35px;
    }

    .main-title p {
        padding-bottom: 0px;
    }
}

.main-title h1 {
    text-align: -webkit-center;
    padding-bottom: 20px;
}

.btn-lg, .btn-group-lg > .btn {
    padding: 10px 25px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
}

.container {
    text-align: center;
    z-index: 1;
}

#curtain {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #3392e2;
    opacity: .4;
    z-index: -1;
    top: 0px;
}

#contact_prompt {
    background-color: #eee;
    padding-top: 5%;
    padding-bottom: 5%;
}

.col-sm-6 img {
    width: 75%;
    height: 75%
}

.col-sm-6 h1 {
    margin-bottom: 20px;
    margin-top: 30px;
}

.col-sm-6 p {
    margin-bottom: 30px
}

#Contact_Speil {
    text-align: left;
}

.footer-content {
    background-color: #3392e2;
    width: 100%;
    padding-bottom: 20px;
}

#langOptions li a {
    color: white;
}

#contact-button {
    background-color: #3392e2;
}

#features-title {
    margin-top: 30px;
    margin-bottom: 30px;
}

.footer-content p {
    margin: 0px;
    color: white;
}

#features-holder {
}

.flipboard-api {
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #eee;
}
/*all that follows is for the tranistioning background*/
.cb-slideshow {
    list-style: none;
    margin-top: 0px;
    margin-bottom: 0px;
}

    .cb-slideshow:after {
        top: 0px;
        left: 0px;
        z-index: 0;
    }

    .cb-slideshow li span {
        width: 100%;
        min-height: 550px;
        position: absolute;
        top: 0px;
        left: 0px;
        color: transparent;
        background-size: cover;
        background-position: 100% 100%;
        background-repeat: none;
        opacity: 0;
        z-index: -1;
        -webkit-backface-visibility: hidden;
        -webkit-animation: imageAnimation 42s linear infinite 0s;
        -moz-animation: imageAnimation 42s linear infinite 0s;
        -o-animation: imageAnimation 42s linear infinite 0s;
        -ms-animation: imageAnimation 42s linear infinite 0s;
        animation: imageAnimation 42s linear infinite 0s;
    }

#SlideImage1 {
    background-image: url(../images/CowsClouds.jpg)
}

#SlideImage2 {
    background-image: url(../images/SheepMountains.jpg);
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}

#SlideImage3 {
    background-image: url(../images/GoatsRocks.JPG);
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}

#SlideImage4 {
    background-image: url(../images/CowsInFog.jpg);
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}

#SlideImage5 {
    background-image: url(../images/SheepField.jpg);
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}

#SlideImage6 {
    background-image: url(../images/GoatsField.JPG);
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s;
}

#SlideImage7 {
    background-image: url(../images/CowsField.jpg);
    -webkit-animation-delay: 36s;
    -moz-animation-delay: 36s;
    -o-animation-delay: 36s;
    -ms-animation-delay: 36s;
    animation-delay: 36s;
}

/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: ease-in;
    }

    8% {
        opacity: 1.0;
        -webkit-animation-timing-function: ease-out;
    }

    17% {
        opacity: 1.0
    }

    25% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@-moz-keyframes imageAnimation {
    0% {
        opacity: 0;
        -moz-animation-timing-function: ease-in;
    }

    8% {
        opacity: 1.0;
        -moz-animation-timing-function: ease-out;
    }

    17% {
        opacity: 1.0
    }

    25% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@-o-keyframes imageAnimation {
    0% {
        opacity: 0;
        -o-animation-timing-function: ease-in;
    }

    8% {
        opacity: 1.0;
        -o-animation-timing-function: ease-out;
    }

    17% {
        opacity: 1.0
    }

    25% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@-ms-keyframes imageAnimation {
    0% {
        opacity: 0;
        -ms-animation-timing-function: ease-in;
    }

    8% {
        opacity: 1.0;
        -ms-animation-timing-function: ease-out;
    }

    17% {
        opacity: 1.0
    }

    25% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@keyframes imageAnimation {
    0% {
        opacity: 0;
        animation-timing-function: ease-in;
    }

    8% {
        opacity: 1.0;
        animation-timing-function: ease-out;
    }

    17% {
        opacity: 1.0
    }

    25% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span {
    opacity: 1.0;
}

.btn-primary {
    color: #fff;
    background-color: rgba(0, 0, 255, 0.1);
    border-color: #fff;
}

/*When the page shrinks change a few of the element layouts*/

@media only screen and (max-width: 768px) {
    .navbar-collapse.collapse {
        overflow-y: auto;
        margin-top: 0px;
    }

    .navbar-nav {
        margin-left: 0;
        margin-right: 0;
    }

    #loginLink {
        border-style: none;
        top: 0px;
    }

    .navbar-right > li {
        top: 0px;
    }

    .footer-content {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .container.body-content {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.icon {
    height: auto;
    width: 100%;
    height: 100%;
    max-width: 215px;
}

#backImg {
    z-index: -2;
    position: absolute;
    height: inherit;
    width: 100%;
    background-image: url(../images/field.jpg);
    background-size: cover;
}

#Imgcurtain {
    position: absolute;
    width: 100%;
    height: inherit;
    background-color: #3392e2;
    opacity: .75;
    z-index: -1;
}

.row-WhatIsDtreo {
    padding: 0;
    display: inline-flex;
    width: 100%;
}

#image-row {
    height: 700px;
    color: white;
    display: inline-block;
}

#detail-row {
    text-align: left;
    padding-left: 8%;
    padding-right: 8%;
    padding-top: 2%;
    padding-bottom: 2%;
}

#image_para {
    padding-left: 10%;
    padding-right: 10%;
    margin-bottom: 2%;
}

@media only screen and (max-width: 685px) {
    #image-row {
        height: 500px;
    }

    #detail-row {
        padding-left: 3%;
        padding-right: 3%;
        text-align: unset;
    }

    #image_para {
        padding-left: 3%;
        padding-right: 3%;
    }

    .row {
        display: block;
    }

    .icon {
        float: none !important;
        width: 40%;
    }
}

.ButtonEnquire {
    cursor: pointer;
    background: #eee;
    width: 40%;
    max-width: 233px;
    color: #3392e2;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border: none;
    margin-bottom: 20px;
    margin-top: 0;
    font-size: 30px;
    font-weight: 500;
    border-color: #3392e2;
    border-style: solid;
    /* padding: 27px 22px; */
    display: inline-block;
    /* box-sizing: border-box; */
    /* cursor: pointer; */
    /* text-align: center; */
    /* font-weight: bold; */
}

.features-image {
    width: 25%;
    display: inline;
}

.features-details {
    width: 75%;
    display: inline;
}

.row-holder {
    WIDTH: 85%;
    display: inherit;
    margin: auto;
}

@media only screen and (max-width: 450px) {
    .cb-slideshow li span {
        height: 350px;
    }

    #image-header {
        /* width: 100%; */
        height: 350px;
    }

    #curtain {
        height: 350px;
    }
}

#Contact-Us:hover {
    background-color: #3392e2;
    color: white;
}

#PageTitle {
    margin-top: 20%;
    margin-bottom: 20%;
}