
@import url(https://fonts.googleapis.com/css?family=Cormorant+Garamond:400,500|Lato:300,400);
@media (max-width: 767px) {
	.carousel {display:none;}
	.jumbotron {display: none;}
	.navbar-logo {display:none;}
	#btn-grid, #btn-list {display:none;}
/*	.nav > li > a, .navbar-nav > li > a {padding: 0px 15px;}*/
	.nav .share, .nav .slideshow {display: inline-block;}
}
@media (min-width: 768px) {
	.navbar-icon {display:none;}
	.navbar-left {position:relative;top:4px;left:50px;}
/*	.navbar-right{position:relative;top:0;right:0;}*/

}
@media (min-width:992px){
/*	.navbar-left {position:relative;top:55px;left:0;}*/
/*	.navbar-form .form-control {width: 180px;}*/
}
@media (min-width: 1200px){
	.navbar-left {position:relative;top:55px;left:50px;}
}
body {font-family:'Lato', sans-serif;}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Cormorant Garamond', serif !important;
	color: #555;
}
h1 {
	font-size: 2em;
}
.main-pic-title {
	margin-top: 0px;
}
h3 {
	/*font-size: 1.75rem;*/
	text-decoration: none;
	margin:45px 0 25px;
	padding:0px;
}
a h3:hover, a h3:focus {color: #2f2f2f;}
.main-cat-rows h3, .main-cat-rows h3:focus, .main-cat-rows h3:hover, .content-grid h3, .content-grid h3:focus, .content-grid h3:hover {margin:15px 0 25px;}
h4 {
	margin-bottom: 30px;
}
a:hover, a:active, a:visited, a:focus {text-decoration:none;}
p a, dd a {font-weight:300;}
.navbar{background-color:#fff; border:none;}
.navbar-default{background-color:#fff;}
.navbar-main{background-color: #fff; border-bottom: 1px solid #eee;}
.navbar-form {margin: 7.5px 0;}
.navbar-logo {height: 105px; padding-left:4px; padding-right:2px;}
.navbar-icon {height: 80px; padding:14px 15px;}
.navbar-brand {text-transform: lowercase;}
.navbar-brand a {color:#777;}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {-webkit-border-top-left-radius: 10px; -webkit-border-top-right-radius: 10px;}
.crumbs .navbar-right li {float:left;}
.breadcrumb{border-radius:0 0 10px 10px; margin-bottom:0px;}
.breadcrumb a:nth-child(2), .breadcrumb a:nth-child(3) { display: none; }
.breadcrumb, .breadcrumb a, .navbar-default .navbar-nav > li > a, #navigationButtons .glyphicon, .glyphicon, .fa {color:#777;}
.breadcrumb a:focus, .breadcrumb a:hover {text-decoration: none;}
.breadcrumb a:before, .breadcrumb #pic-crumb:before {
  content: ">>";
  padding: 0 5px 0;
  color: #cccccc;
}
.breadcrumb #gallery-crumb:before {
  content: "" !important;
}
#Categories a {padding: 0 10px 0 0;}
#Categories a:after {content:",";}
#Categories a:last-child:after {content:"";}
.glyphicon-text {
  display: none;
}
.html-options select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.html-options select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.jumbotron{
	background-image: url("/images/graphics/jumbotron.jpg");
	background-size: 1170px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fff;
}
#theHomePage .crumbs {
	display: none;
}
#date-search{
	display: none;
}
.carousel-holder{
	margin: 30px 0 0;
	padding: 0 45px 15px;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100%;
  height: auto;
}
.carousel-caption, .carousel-caption h2 {
	text-align: left;
	color: #fff;
}
/*.carousel {
  border-radius: 15px;
  overflow: hidden;
}*/
/*.glyphicon, .fa {
	color: #777;
}*/
.main-cat-rows img {
	margin-top: 30px;
}
.main-cat-rows {
	padding: 0 30px;
}
/*.cats-head {
	font-size: 1.2em;
	text-decoration: none;
	padding-top:5px;
}*/
.copyright {
	font-size:0.8em;
	line-height: 2em;
	margin-top:30px;
}
.foot_nav {
	font-weight:300;
}
.thumbnail {
	border-radius: 0;
}
/*.content-grid .col-inner .caption .description {
  display: block;
}*/
.imageComment {
	max-width:800px;
}
.imageInfoTable {margin: 0;}
/*.imageInfo {padding: 0.25rem 0;}*/
.imageInfo dt {
	font-size:100%;
	font-weight:bold;
	color: #777;
	float: left;
	width: 120px;
	clear:left;
	text-align:right;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	padding:0px;
	margin-top: 0px;
	line-height:2.2;
}
.imageInfo dd {
	margin-left: 140px;
	line-height: 2.2;
}
.imageInfo dd ul{
	list-style: none;
	padding: 0;
}
#Author dd {
	font-style:italic;
}
#links .row img {
	margin: 0 0 10px;
}
#Tags {visibility:hidden;}
#Tags dt, #Tags dd a{visibility:visible;}
#Tags dt {line-height:2.2}
.tags a, #Tags a {
	padding: .5rem 1rem;
	border: 1px solid #eee;
	border-radius: 1.3rem;
	margin-right: .5rem;
	line-height:2.2;
	white-space: nowrap;
}
.tags {margin: 0.5rem 0;}
.tags a:hover, #Tags a:hover, .tags a:active, #Tags a:active, .tags a:focus, #Tags a:focus {border: 1px solid #2f2f2f;}
/*#Metadata {
	display: none;
}*/
.share {
	font-size:14px;
}
  .slick-slide {
    margin: 0 8px;
  }
  .slick-list {
    margin: 0 -8px;
  }
 .blog-thumb, .blog-image {
	-webkit-box-shadow: 5 10px 3px rgba(0, 0, 0, 0.075);
	box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.075),-3px 3px 5px rgba(0, 0, 0, 0.2);
 }
 .share-h {
	 clear:both;
 }
 .post_content p:first-of-type {
	 margin-top: 15px;
 }
 
 .btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}
/*Based on variables from Bootstrap v4.0.0-alpha.5 (http://getbootstrap.com)*/
.img-fluid {
  max-width: 100%;
  height: auto;
}
.figure {
  display: table;
  margin: 15px;
}
.figure-img {
  margin-bottom: .5rem;
  line-height: 1;
}
.figure-caption {
  display: table-caption;
  caption-side: bottom;
  font-size: 80%;
/*  width: inherit; */
  margin: 0 auto;
  padding: 0 5px;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.d-block {
  display: block !important;
}
.float-xs-left {
  float: left !important;
}
.float-xs-right {
  float: right !important;
}
.rounded {
  border-radius: 0.25rem;
}
@media (min-width: 544px) {
  .pull-sm-left {
    float: left !important;
  }
  .pull-sm-right {
    float: right !important;
  }
  .pull-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .pull-md-left {
    float: left !important;
  }
  .pull-md-right {
    float: right !important;
  }
  .pull-md-none {
    float: none !important;
  }
}

/* end Bootstrap v4.0.0-alpha.5*/
.float-xs-left 	{
	clear:left;
}
.float-xs-right {
  clear:right;
}
