

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* Format brand image for full nav bar */
.navbar .brand-full {
    margin-left: auto;
    margin-right: auto;
    width: 371px;
    float: none;
    padding-top: 5px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 5px;
    /* max-height: 50px; */
}

/*
.navbar-inner {
    border: 0 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}
*/

.navbar-inverse .nav .active > a {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

/* Format brand image for collapse nav bar */
.navbar .brand-collapse {
    padding-top: 0px;
    padding-bottom: 0px;
}

/* Remove triange from top of dropdown menus */
.navbar .nav > li > .dropdown-menu::before {
    display: none;
}
.navbar .nav > li > .dropdown-menu::after {
    display: none;
}

.navbar .brand-collapse img {
    width: 40px;
    height: 40px;
}

/* Hide brand collapse for full nav bar and center links */
@media (min-width: 980px) {
    .navbar .brand-full {
        display: block;
    }
    .navbar .brand-collapse {
        display: none;
    }
    .navbar .nav > li > a {
        padding: 150px 15px 5px;
    }
    .navbar .dropdown-collapse {
        display: none;
    }
    .navbar .dropdown-full {
        display: block;
    }
}

/* Hide brand full for collapse nav bar and reset link padding */
@media (max-width: 979px) {
    .navbar .brand-full {
        display: none;
    }
    .navbar .brand-collapse {
        display: block;
    }
    .navbar .dropdown-collapse {
        display: block;
    }
    .navbar .dropdown-full {
        display: none;
    }
    .navbar .nav > li > a {
        padding: 10px 15px 10px;
    }
}
@media (min-width: 980px) {
    .social-collapse {
        display: none;
    }
    .social-full {
        display: block;
        padding-top: 8px;
    }

    .social-home {
        padding-top: 0px;
    }

    #socialsmall {
        display: block;
    }
}
@media (max-width: 979px) {
    .social-collapse {
        display: block;
    }
    .social-full {
        display: none;
    }

    #socialsmall {
        display: none;
    }
}
.carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 5px;
    margin-right: -48px;
}

.carousel-indicators li {
    background: #c0c0c0;
}

.carousel-indicators .active {
    background: #333333;
}
.carousel-control {
    top: 50%;
}

.carousel {
    padding-top: 30px;
}

#facebook, #facebook:focus, #instagram, #instagram:focus, .social-full a, .social-full a:focus, .social-collapse a, .social-collapse a:focus {
    color: #333333;
    text-decoration: none;
}
#facebook:hover, #instagram:hover, .social-full a:hover, .social-collapse a:hover {
    color: #999999;
}

#socialsmall {
    position: absolute;
    top: 10px;
    right: 10px;
}

#snapchat {
    display: none;
}

.well-small {
    padding-top: 9px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 9px;
}
.show-grid {
    display: none;
}

.link-icon, .link-icon:focus {
    color: #333333;
    text-decoration: none
}

.link-icon:hover {
    color: #999999;
}

.pot a {
    color: #333333;
    font-weight: bold;
}

.gallery { list-style: none; padding: 0; margin: 0; }
.gallery:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.gallery li { float: left; width: 33.33333333%; }
.gallery li a { display: block; margin: 5px; border: 1px solid #3c3c3c; }
.gallery li img { display: block; width: 100%; height: auto; }


/* For inline examples only */
#PhotoSwipeTarget { width: 100%; height: 200px; }

.posttitle a {
}
.postcategory a {
    font-weight: 500;
    color: #f89406;
}

.well-hidden {
    padding-bottom: 18px;
}

.center {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

a.behindthelens {
	display: block;
	width: 200px;
	height: 200px;
	text-decoration: none;
	background: url("/img/SPLASHPAGE/behindthelens2.jpeg");
	margin-left: 5px;
}

a.behindthelens:hover {
	background-position: -200px 0;
}

a.contact {
	display: block;
	width: 200px;
	height: 200px;
	text-decoration: none;
	background: url("/img/SPLASHPAGE/contact.jpg");
	margin-left: 5px;
}

a.contact:hover {
	background-position: -200px 0;
}

a.details {
	display: block;
	width: 200px;
	height: 200px;
	text-decoration: none;
	background: url("/img/SPLASHPAGE/details.jpg");
	margin-left: 5px;
}

a.details:hover {
	background-position: -200px 0;
}

a.portfolio {
	display: block;
	width: 200px;
	height: 200px;
	text-decoration: none;
	background: url("/img/SPLASHPAGE/portfolio.jpg");
	margin-left: 5px;
}

a.portfolio:hover {
	background-position: -200px 0;
}

a.recentwork {
	display: block;
	width: 200px;
	height: 200px;
	text-decoration: none;
	background: url("/img/SPLASHPAGE/recentwork.jpg");
	margin-left: 5px;
}

a.recentwork:hover {
	background-position: -200px 0;
}
