﻿
#TakeHeaderOptions {
    margin-top: 20px;
}
#GalleryImage img{
    box-shadow: 1px 1px 2px #ddd;

    border-radius: 4px;
}

.GalleryThumb img{
    box-shadow: 1px 1px 5px #ddd;
    border: 3px solid #E3E3E3;
    border-radius: 4px;
}

.GalleryThumb img:hover{
    border: 2px solid #888888;
}

.articlesVideoContainer {
    position: relative;
    float: left;
    width: 100%;
    z-index: 1;
}
.articlesVideoContainer iframe{
    box-shadow: 1px 1px 5px #ddd;
    border-radius: 5px;
    border: 10px solid #ffffff;
    width: 100%;
}

#contactUsMap {
    position: relative;
    float: left;
    width: 100%;
    z-index: 1;
    margin-bottom: 20px;
}
#contactUsMap iframe{
    box-shadow: 1px 1px 5px #ddd;
    border-radius: 5px;
    border: 10px solid #ffffff;
    width: 100%;
}

#metadata {
    color: transparent;
    font-size: 10px;
}
.socialMediaButtonContainer {
    position:relative;
    float:left;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
}


.pageListThumb img{
    box-shadow: 1px 1px 5px #ddd;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
}

.pageListThumb img:hover{
    border: 1px solid #888888;
}

.pageListThumbPortfolio {
    opacity:0.99;
    filter:alpha(opacity=99);
}
.pageListThumbPortfolio img:hover {
    opacity:0.4;
    filter:alpha(opacity=40);
}



/* CHANGE BOOTSTRAP TEMPLATE */
/* NAV MENU */
.navbar-inverse {
    background: url('../../img/nav.png');
    /*
    background-color: #363636;
    background-color: #222222;
    background-color: #AFCB00;
    background: url('../../img/header-footer.png');
    */
    border-color: #080808;
}
.navbar-inverse .navbar-nav > li > a {
  color: #AFCB00;

}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: #AFCB00;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
  color: #ffffff;
  background-color: #AFCB00;
}

.navbar-brand {
    float: left;
    padding: 8px 20px;
    font-size: 18px;
    line-height: 20px;
}
.navbar-brand img{
    height: 32px;
}

/* BUTTONS */
.btn-success {
  color: #ffffff;
  background-color: #AFCB00;
  border-color: #4cae4c;
}

body {
    background: url('../../img/bg.png');
    background-color: #f6f5f5;
}

.section, .section-colored {
    padding: 15px 0;
    box-shadow: 1px 1px 5px #ddd;
}

.bannerContainer img{
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}










@media screen and (max-width: 768px) {
    #TakeHeaderOptions {
        display: none;
    }
    #mobileGallery {
        display: none;
    }
    h1 {
        font-size: 20px;
    }
    .navbar-brand {
        float: left;
        padding: 16px 10px;
    }
    .navbar-brand img{
        height: 20px;
    }
    #homePageSocialMediaText {
        display:none;
    }
    #metadata {
        display:none;
    }
}