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

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

body {
    font-family: Merriweather,'Helvetica Neue',Arial,sans-serif;
    color:black;
}

hr {
    max-width: 50px;
    border-color: #96a90e;
    border-width: 3px;
}

hr.light {
    border-color: #fff;
}

hr.featurette-divider {
    width:100%;
    border-color: #96a90e;
    border-width: 1px;
}

#mainContainer {
    border: 1px solid lightgrey;
    padding: 0;
}


a {
    color: #708000;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

a:hover,
a:focus {
    color: #96a90e;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}

p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
}

.bg-primary {
    /*background-color: #96a90e;
    background-color: rgba(232, 234, 211, 0.65);*/
    background-color: #fff;
    color: #000;
    padding: 15px;
}

.bg-dark {
    color: #fff;
    background-color: #222;
}

.text-faded {
    color: rgba(255,255,255,.7);
}

section {
    padding: 50px 0;
}

aside {
    padding: 50px 0;
}

.no-padding {
    padding: 0;
}

.navbar-default {
    border-color: rgba(34,34,34,.05);
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.navbar-default .navbar-header .navbar-brand {
    text-transform: uppercase;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-weight: 500;
    color: #96a90e;
}

.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: #96a90e;
}

.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    color: #222;
    padding-top: 35px;
}

.navbar-default .nav > li>a:hover,
.navbar-default .nav>li>a:focus:hover {
    color: #96a90e;
}

.navbar-default .nav > li.active>a,
.navbar-default .nav>li.active>a:focus {
    color: #96a90e!important;
    background-color: transparent;
}

.navbar-default .nav > li.active>a:hover,
.navbar-default .nav>li.active>a:focus:hover {
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border-color: #96a90e;
    margin-top: 15px;
}

@media(min-width:768px) {
    .navbar-default {
        border-color: white;
        background-color: white;
    }

    .navbar-default .navbar-header .navbar-brand {
        /*color: rgba(255,255,255,.7);*/
        color: #96a90e;
        font-size: 22px;
    }

    #webDesignSlogan {
        font-size:19px;
    }

    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
        color: #96a90e;
    }

    .navbar-default .nav > li>a,
    .navbar-default .nav>li>a:focus {
        /*color: rgba(255,255,255,.7);*/
        color: #222;
    }

    .navbar-default .nav > li>a:hover,
    .navbar-default .nav>li>a:focus:hover {
        color: #96a90e;
    }

    .navbar-default.affix {
        border-color: rgba(34,34,34,.05);
        background-color: #fff;
    }

    .navbar-default.affix .navbar-header .navbar-brand {
        font-size: 14px;
        color: #96a90e;
    }

    .navbar-default.affix .navbar-header .navbar-brand:hover,
    .navbar-default.affix .navbar-header .navbar-brand:focus {
        color:#96a90e;
    }

    .navbar-default.affix .nav > li>a,
    .navbar-default.affix .nav>li>a:focus {
        color: #222;
    }

    .navbar-default.affix .nav > li>a:hover,
    .navbar-default.affix .nav>li>a:focus:hover {
        color: #96a90e;
    }
}

.navbar-header {
    height:60px;
}



header {
    position: relative;
    width: 100%;
    min-height: auto; 
    text-align: center;
    color: #fff;
    margin-top: 80px; 
}

@media (max-width:767px){
    header {
        margin-top: 70px;
    }
}


header .header-content {
    position: relative;
    width: 100%;
    padding: 100px 15px;
    text-align: center;
}

header .header-content .header-content-inner h1 {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
}

header .header-content .header-content-inner hr {
    margin: 30px auto;
}

header .header-content .header-content-inner p {
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(255,255,255,.7);
}

@media(min-width:768px) {
    header {
       /*min-height: 100%;*/
    }

    header .header-content {
        position: absolute;
        top: 12%;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    header .header-content .header-content-inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }

    header .header-content .header-content-inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 80%;
        font-size: 18px;
    }


}

#services{
    background-color:#363635;
    color: #96a90e;
    color: #000;
    background-color:rgba(118, 134, 0, 0.83);
}

#services a {
     color: black;
     text-decoration:none;   
}

#services a:hover {
     color: rgb(211, 230, 71);
}

.text-muted-9 {
    color: #999;
}

.section-heading {
    margin-top: 0;
    padding:20px;
    padding-left:15px;
}

@media(max-width:619px) {
    .section-heading {
        font-size:20px;
    }

}

.service-box {
    margin: 50px auto 0;
    max-width: 250px;

}

.service-box img{
    margin: auto;
    border-radius:10px;
    max-height:180px;    
}

.service-box button{
    background-color:#96a90e;
    }

.service-box h3{
    color:black;
    }    

@media(min-width:992px) {
    .service-box {
        margin: 20px auto 0;
        margin-bottom:50px;
    }
}

.service-box p {
    margin-bottom: 0;
    /* color: #000;*/
}

#portfolio {
    /*background-color: rgba(232, 234, 211, 0.65);
    background-color: rgba(211, 230, 71, 0.24); */
    background-color: rgba(228, 247, 155, 0.24); 
}

.portfolio-box {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 650px;
    border: 5px solid #444;
    border-radius: 5px;    
}

.portfolio-box .portfolio-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    background: rgba(31, 118, 99,.9);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
    opacity: 1;
}

@media(min-width:768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px;
    }

    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 22px;
    }
}

.call-to-action h2 {
    margin: 0 auto 20px;
}

.text-primary {
    color: #96a90e;
}

.no-gutter > [class*=col-] {
    /*padding-right: 0;
    padding-left: 0; */
    padding-bottom:30px;
}

.btn-default {
    border-color: #fff;
    color: #222;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    border-color: #ededed;
    color: #222;
    background-color: #f2f2f2;
}

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

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

.btn-default .badge {
    color: #fff;
    background-color: #222;
}

.btn-primary {
    border-color: #96a90e;
    color: #fff;
    background-color: #96a90e;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    border-color: #ed431f;
    color: #fff;
    background-color: #1F7663;
}

.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.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: #96a90e;
    background-color: #1F7663;
}

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

.btn {
    border: 0;
    border-radius: 300px;
    text-transform: uppercase;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-weight: 500;
}

.btn-xl {
    padding: 15px 30px;
    font-size:24px;
}

@media(max-width:767px) and (min-width:620px) {
    .btn-xl {
        padding: 10px 20px;
        font-size:18px;
    }

}


@media(max-width:619px) and (min-width:480px) {
    .btn-xl {
        padding: 8px 16px;
        font-size:16px;
    }

}

@media(max-width:479px) {
    .btn-xl {
        padding: 6px 12px;
        font-size:14px;
    }

}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #222;
}

#headerImg {
    height:50px; 
    float:left; 

}

@media (max-width: 400px){
    .navbar-brand{
        font-size:14px;
    }
    #webDesignSlogan {
        font-size:12px;
    }

}

#bigLetter{
    font-size:150%;
}

#companyName {
    top: 24px;
    left: 78px;
    position: absolute;
}

#mainNav{
    height:70px;
}

#mainNav >.container{
    border-left: 1px solid lightgrey;
    border-right: 1px solid lightgrey;    
}

#bs-example-navbar-collapse-1 {
    background-color:white;
}

.class-white{
    color:white;
}

.sectionText {
    font-size:16px;
}

.carousel-caption {
    text-shadow: 0px 0px 8px #000;
}

.item p {
        background-color: rgba(109, 109, 109 ,0.45);
        border-bottom-left-radius:10px;
        border-bottom-right-radius:10px;

}

.item h1 {
        background-color: rgba(109, 109, 109 ,0.45);
        border-top-left-radius:10px;
        border-top-right-radius:10px;
        margin-bottom:0px;
        padding-bottom:10px;
        font-size:40px!important;

}

@media (min-width: 992px){
   .item h1 {
        font-size:60px!important;
    } 
}


@media (max-width: 619px){
    .carousel-caption {
        bottom: 0px;
    }

    .carousel-caption > .btn-lg{
        font-size:12px;
        padding: 5px 8px;
    }

   #myCarousel ol {
        display: none;
    }


    .item p {
        font-size:14px;
        margin-bottom:5px;
    }

    .item h1 {
        font-size:24px!important;
    }

}

@media (max-width: 479px){
    .carousel-caption {
        bottom: -15px;
    }

    .carousel-caption > .btn-lg{
        font-size:12px;
        padding: 5px 8px;
    }

   #myCarousel ol {
        display: none;
    }


    .item p {
        font-size:12px;
        margin-bottom:5px;
    }

    .item h1 {
        font-size:20px!important;
    }

}


#services .featurette-image{
    max-height:80px;
    transform: translateY(10%);
    border-radius: 8px;
}

.main {
    margin: 0px 0px 0px 20px
}

#services .featurette {
    background-color: rgba(118, 134, 0, 0.48);
    margin-bottom: 15px;
    margin-right:5px;
    min-height:120px;
    border-radius: 10px;
    box-shadow: 2px 2px 2px #555;
}

    #services>.featurette a:hover{
           color:white;
    }

/* Columns are double and squashed here.Increase height */
@media (min-width:768px) and (max-width: 991px){
    #services .featurette {
            min-height:135px;
    }
}

.featurette {
    margin:0;
}

.featurette p {
    font-size:14px;
}


.featurette-heading{
    font-size:22px;
    /*margin-left:15px;*/
}

.center-block {

}

.footerImg {
    max-height:80px;
    margin:20px auto;
}

#footer {
    padding-bottom:0;
}


/* start of bullshit */

#calvingCams {
    /*background-color: rgba(118, 134, 0, 0.4); */
}

#calvingFeaturetteHeading .featurette-image{
    max-height:200px;
    transform: translateY(10%);
    border-radius: 8px;
}

#calvingCams >.featurette {

  padding-top: 30px;
}

#calvingCams >.featurette p {
    font-size:16px;
}


#cctv >.featurette p {
    font-size:16px;
}

.top-border {
      border-top: 1px solid #ddd ; 
}

#cameras .featurette {
    padding: 25px 0;
}

#cameras .featurette-image{
    max-height:100px;
    transform: translateY(20%);
    display:inline-block;
}

#calvingCameras .featurette {
    padding: 25px 0;
}

#calvingCameras >.featurette-image{
    max-height:100px;
    transform: translateY(20%);
    display:inline-block;
}
/* end of bullshit */

#camera-page .featurette {
    padding: 25px 0;
}

#camera-page .featurette-image{
    max-height:100px;
    max-width:250px;
    transform: translateY(20%);
    display:inline-block;
}



.gateBannerText {
    color:white;
    /*background-color: rgba(100,100,100,0.5);*/
}

.doorBannerText {
    color:black;
    /*background-color: rgba(100,100,100,0.5);*/
}

@media (min-width:992px){
    #subSectionBannerDiv {
        position:relative;

    }

    #calvingBannerText {
        text-align:center;        
        position:absolute;
        top:50%;
        left: 50%;
        transform: translateX(-50%);
    }

    #calvingBannerText h2{
        font-size:35px
    }

    #farmBannerText h1{
        color:black;
        text-align:center;
        position:absolute;
        top:0;
        left: 50%;
        transform: translateX(-50%);    
        width:100%;
    }

    #farmBannerText h2{
        color:white;
        text-align:center;
        position:absolute;
        bottom:20px;
        left: 50%;
        transform: translateX(-50%);  
        width:100%;      
    }


    #bizBannerText h1{
        color:black;
        text-align:center;
        position:absolute;
        bottom:5%;
        left: 50%;
        transform: translateX(-50%);    
        width:100%;
    }


}

@media (min-width:620px) and (max-width:991px){
    #subSectionBannerDiv {
        position:relative;

    }

    #calvingBannerText {
        text-align:center;   
        position:absolute;
        top:48%;
        left: 50%;
        transform: translateX(-50%);
    }

    #calvingBannerText h2{
        font-size:30px
    }

    #farmBannerText h1{
        color:black;
        text-align:center;
        position:absolute;
        top:0;
        left: 50%;
        transform: translateX(-50%);    
        width:100%;
        font-size:40px!important;    
    }

    #farmBannerText h2{
        color:white;
        text-align:center;
        position:absolute;
        bottom:0;
        left: 50%;
        transform: translateX(-50%);  
        width:80%; 
        font-size:28px;    
    }

    #bizBannerText h1{
        color:black;
        text-align:center;
        position:absolute;
        bottom:5%;
        left: 50%;
        transform: translateX(-50%);    
        width:100%;
        font-size:40px!important;    
    }

}

@media (min-width:480px) and (max-width:619px){

    #farmBannerText h1{
        color:black;
        text-align:center;
        position:absolute;
        top:0;
        left: 50%;
        transform: translateX(-50%);    
        width:100%;
        font-size:28px!important;    
    }

    #farmBannerText h2{
        color:white;
        text-align:center;
        position:absolute;
        bottom:0;
        left: 50%;
        transform: translateX(-50%);  
        width:80%; 
        font-size:16px;    
    }


    #bizBannerText h1{
        color:black;
        text-align:center;
        position:absolute;
        bottom:5%;
        left: 50%;
        transform: translateX(-50%);    
        width:100%;
        font-size:28px!important;    
    }

 }

@media (max-width:479px){

    #farmBannerText h1{
        color:black;
        text-align:center;
        position:absolute;
        top:-10px;
        left: 50%;
        transform: translateX(-50%);    
        width:100%;
        font-size:20px!important;    
    }

    #farmBannerText h2{
        color:white;
        text-align:center;
        position:absolute;
        bottom:-5px;
        left: 50%;
        transform: translateX(-50%);  
        width:80%; 
        font-size:14px;    
    }

    #bizBannerText h1{
        color:black;
        text-align:center;
        position:absolute;
        bottom:0%;
        left: 50%;
        transform: translateX(-50%);    
        width:100%;
        font-size:20px!important;    
    }

 }

.indent15{
    margin-left:15px;
}

.topMargin20 {
    margin-top:20px;
    margin-bottom:20px;
}

#contactForm {
    margin-bottom:20px;
}



.paperDiv img{

    display:inline-block;
}

.paperDiv{
    width:70%;
    background:#FFF;
    margin:20px auto;
    /*max-width:360px;*/
    min-height:300px;
    padding:15px;
}


.paperDiv p {

    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 20px;

}

.paperDiv h1 {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 20px!important;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    line-height: 22.4px;
}


.paperShadow
{
  position: relative;
}
.paperShadow:before
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  box-shadow: 0 15px 10px #777;
  transform: rotate(-3deg);
}

.testimonialLogo {
    width:15%;
    float:left;
    margin: 0 15px 10px 15px;
    height:100%;
}

.testimonialText {
    float:left;
    margin-left:15px;
}

@media (min-width:768px) {
    .gatePic{
       text-align: center;
    }
}

@media (max-width:767px) {
    .gatePic{
       text-align: left;
    }
}

#tech {
    padding:0px;
}

.playRepeatVideo
{

}
.playRepeatVideo button {
    z-index:100;

}



#innovation {
    top:0;
    color:black;
    background-color:rgba(0,0,0,0);
    padding-top:0;
}

#innovation h1, #innovation p{
    margin-top:0px;
    background-color:rgba(0,0,0,0);
    text-shadow:none;
}

#innovation p{
    margin-bottom:10px;
}

#innovation a {

}

@media (max-width:440px) {
    .gatePic{
       text-align: left;
    }

    #innovation p{
    display:none;
    }
}

@media (max-width:991px) {
    #contactBox {
        text-align:center;
    }
}

@media (max-width:380px) {
    #domeCam {
        margin-top:30px;
    }
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.1) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.1) 0,rgba(0,0,0,.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.1)),to(rgba(0,0,0,.0001)));
    background-image: linear-gradient(to right,rgba(0,0,0,.1) 0,rgba(0,0,0,.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.1) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.1) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.1)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-indicators {
    bottom: 0px;
}

#credits {
    background-color:#333; 
    color:rgb(118, 134, 0);
    color:#96a90e;
    padding: 60px 80px;
}

#siteBy {
    margin-left: -60px;
    color: rgb(118, 134, 0);
    margin-bottom: 0;    
}

#websiteCredit {
    position:relative;
    width:120px;
    margin: 0 auto;
}

#websiteCreditImg {
    height:30px; 
    position: absolute;
    top: 2px;
    left: 0;

}

#companySignature {
    position:absolute;
    top: 0px;
    left: 35px;
    margin-top:0px;
    width:180px;
    text-align:left;

}