/* Small reset */
*,
::before,
::after {
  box-sizing: border-box;
}

.my-shuffle-container{
		list-style-type: none;
		margin: 0px;
		padding: 0px;
		
	}

	.my-shuffle-container figure{
		float: left;
		position: relative;
		overflow: hidden; cursor: pointer;
	}
    .caption{
		opacity: 0;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
	}
	.my-shuffle-container figure:hover .caption{
		opacity: 1;
	}

	.my-shuffle-container figure .blur{
		background-color: rgba(1,65,146,0.65);
		height: 95%;
		width: 95%;
		z-index: 5; left:2.5%; top:2.5%; 
		position: absolute;
	}

	.caption-text{
		z-index: 10;
		color: #fff;
		position: absolute;
		width: 100%;
		height: 100%; top:0;
		text-align: center;
	}

  .caption-text h5 { 
  font-size:15px; position: absolute;
  top: 47.5%; line-height:15px; margin:0; padding:0; text-align:center; display:inline-block;
  left: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); color:#fff !important; border-left:0;   }
  
    .caption-text h5::before {
    content: "\f002"; color:#fff; font-weight: bold;
	font-style:normal; font-family: FontAwesome; width: 15px;
    height: 15px;
    border-style: none;
    font-size: 15px;
    outline: none;
    cursor: pointer;
    border-radius: 50%;
    pointer-events: painted;
	float: left; background: none; box-shadow: 0 0 3px rgba(0,0,0,.2);
	margin:0px ; line-height:15px;  display:block; margin:0px 10px 0 0
}

figure {  margin: 0;  padding: 0;}
figure img {  display: block;  max-width: 100%;}




/*
  Shuffle needs either relative or absolute positioning on the container
  It will set it for you, but it'll cause another style recalculation and layout.
  AKA worse performance - so just set it here
 */
.my-shuffle-container {
  position: relative;
  overflow: hidden; margin-bottom:50px;
}

.my-sizer-element {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.picture-item {
  height: 360px;
  margin-top: 15px;
}
.picture-item img {
  display: block;
  width: 100%;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .picture-item img {
    max-width: none;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.picture-item--h2 {
  height: 464px;
  /* 2x the height + 1 gutter */
}

.picture-item__inner {
  position: relative;
  height: 100%;
  overflow: hidden;
  background: #ecf0f1;
}

.picture-item__details {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  width: 100%;
  padding: 1em;
}

.picture-item__description {
  width: 100%;
  padding: 0 2em 1em 1em;
  margin: 0;
}

.picture-item__title {
  flex-shrink: 0;
  margin-right: 4px;
}

.picture-item__tags {
  flex-shrink: 1;
  text-align: right;
  margin: 0;
}

@media screen and (min-width: 768px) {
.caption-text h5 { 
  font-size:21px; position: absolute;
  top: 47.5%; line-height:23px; margin:0; padding:0; text-align:center; display:inline-block;
  left: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); color:#fff !important; border-left:0;   }
  
    .caption-text h5::before {
    content: "\f002"; color:#27548d; font-weight: bold;
	font-style:normal; font-family: FontAwesome; width: 38px;
    height: 38px;
    border-style: none;
    font-size: 20px;
    outline: none;
    cursor: pointer;
    border-radius: 50%;
    pointer-events: painted;
	float: left; background:#fff; box-shadow: 0 0 3px rgba(0,0,0,.2);
	margin:0px ; line-height:38px;  display:block; margin:-8px 10px 0 0
	}
  .picture-item--overlay .picture-item__details {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-backdrop-filter: blur(7px);
            backdrop-filter: blur(7px);
    color: white;
    overflow: hidden;
  }
  .picture-item--overlay .picture-item__description {
    display: none;
  }
  .picture-item--overlay a {
    color: white;
    text-shadow: 0 0 1px black;
  }
}
@media screen and (max-width: 767px) {
  .picture-item {
    height: auto;
    margin-top: 20px;
  }

  .picture-item__details,
.picture-item__description {
    font-size: 0.875em;
    padding: 0.625em;
  }

  .picture-item__description {
    padding-right: 0.875em;
    padding-bottom: 1.25em;
  }

  .picture-item--h2 {
    height: auto;
  }
}
.filter-label {
  display: block;
  padding: 0;
  margin-top: 0;
  margin-bottom: 4px;
  color: #95a5a6;
}

.filters-group {
  padding: 0;
  margin: 0 0 4px;
  border: 0;
}

@media screen and (min-width: 768px) {
  .filters-group-wrap {
    display: flex;
    justify-content: space-between;
  }
}
.btn-group { margin:20px 5px 5px 5px; border-bottom:2px solid #eee9e4}

.btn-group:after, .btn-group:before {
  content: " ";
  display: table;
}

.btn-group:after {
  clear: both;
}

.btn-group .btn {
  float: left;
}

.btn-group .btn:first-child {
	margin-left: -8px;
}

.btn-group .btn:not(:first-child) {
  margin-left: -10px;
}



.btn-group label.btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.btn {
  display: inline-block; border: none ;
  padding: 4px 12px; margin:0 0px -2px 8px;
  text-align: center;
  border-bottom: 2px solid rgba(255,255,255,0.1);
  color: #0761b8;
  font-size: 17px; line-height:28px;
   border-radius:0px; background:none;
  transition: 0.2s ease-out;
  cursor: pointer;
  -webkit-appearance: none; 
}

@media (-moz-touch-enabled: 0), (pointer: fine) {
  .btn:hover {
 
  }
}
.btn:focus {
  outline-width: 0;
}

.btn.active, .btn:active {
  color: #fff;
  background-color: #0761b8;
  border-bottom: 2px solid #0761b8;
}

.btn:focus.active {
  
}

.btn:disabled {
  cursor: not-allowed;
  opacity: 0.7;
  color: #0761b8;
  background-color: rgba(52, 73, 94, 0);
}

.btn--primary {
  color: #014183;
}

@media (-moz-touch-enabled: 0), (pointer: fine) {
  .btn--primary:hover {
    background-color: #fff; color:#0761b8;
  border-bottom: 2px solid #0761b8;
  }
}
.btn--primary:focus {
  
}

.btn--primary.active, .btn--primary:active {
  background-color: #fff; color:#0761b8;
  border-bottom: 2px solid #0761b8;
}

.btn--primary:focus.active {
  
}

.btn--primary:disabled {
  color: #0761b8;
  background-color: rgba(52, 152, 219, 0);
}


.textfield {
  -webkit-appearance: none;
  box-sizing: border-box;
  width: 100%;
  border-bottom: 2px solid #3498db;
  border-radius: 18px;
  padding: 10px 15px;
  font-size: 20px;
  color: #3498db;
  transition: 0.15s;
}

.textfield:-ms-input-placeholder {
  color: #95a5a6;
  -ms-transition: 0.15s;
  transition: 0.15s;
}

.textfield::-moz-placeholder {
  color: #95a5a6;
  -moz-transition: 0.15s;
  transition: 0.15s;
}

.textfield::placeholder {
  color: #95a5a6;
  transition: 0.15s;
}

.textfield:hover {
  outline-width: 0;
  color: #5d6d77;
  border-color: #5d6d77;
}

.textfield:hover:-ms-input-placeholder {
  color: #5d6d77;
}

.textfield:hover::-moz-placeholder {
  color: #5d6d77;
}

.textfield:hover::placeholder {
  color: #5d6d77;
}

.textfield:focus {
  outline-width: 0;
  border-color: #0761b8;
}

.textfield:focus:-ms-input-placeholder {
  color: #0761b8;
}

.textfield:focus::-moz-placeholder {
  color: #0761b8;
}

.textfield:focus::placeholder {
  color: #0761b8;
}

.container {
  padding-left: 0%;
  padding-right: 0%;
}

.container:after,
.container:before {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

.row {
  margin-left: auto;
  margin-right: auto;
}

.row:after,
.row:before {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.row .row {
  margin-left: -8px;
  margin-right: -8px;
}

/* Ensure images take up the same space when they load */
/* https://vestride.github.io/Shuffle/images */
.aspect {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}

.aspect__inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.aspect--16x9 {
  padding-bottom: 56.25%;
}

.col-1\@xs,
.col-2\@xs,
.col-3\@xs,
.col-4\@xs,
.col-5\@xs,
.col-6\@xs,
.col-1\@sm,
.col-2\@sm,
.col-3\@sm,
.col-4\@sm,
.col-5\@sm,
.col-6\@sm,
.col-7\@sm,
.col-8\@sm,
.col-9\@sm,
.col-10\@sm,
.col-11\@sm,
.col-12\@sm,
.col-1\@md,
.col-2\@md,
.col-3\@md,
.col-4\@md,
.col-5\@md,
.col-6\@md,
.col-7\@md,
.col-8\@md,
.col-9\@md,
.col-10\@md,
.col-11\@md,
.col-12\@md {
  position: relative;
  box-sizing: border-box;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}

.col-1\@xs,
.col-2\@xs,
.col-3\@xs,
.col-4\@xs,
.col-5\@xs,
.col-6\@xs {
  float: left;
}

.col-1\@xs {
  width: 16.66667%;
}

.col-2\@xs {
  width: 50%;
}

.col-3\@xs {
  width: 50%;
}

.col-4\@xs {
  width: 50%;
}

.col-5\@xs {
  width: 50%;
}

.col-6\@xs {
  width: 50%;
}

@media screen and (min-width: 768px) {


.col-1\@sm,
.col-2\@sm,
.col-3\@sm,
.col-4\@sm,
.col-5\@sm,
.col-6\@sm,
.col-7\@sm,
.col-8\@sm,
.col-9\@sm,
.col-10\@sm,
.col-11\@sm,
.col-12\@sm {
    float: left;
  }

  .col-1\@sm {
    width: 8.33333%;
  }

  .col-2\@sm {
    width: 33.33333%;
  }

  .col-3\@sm {
    width: 33.33333%;
  }

  .col-4\@sm {
    width: 33.33333%;
  }

  .col-5\@sm {
    width: 33.33333%;
  }

  .col-6\@sm {
    width: 33.33333%;
  }

  .col-7\@sm {
    width: 33.33333%;
  }

  .col-8\@sm {
    width: 33.33333%;
  }

  .col-9\@sm {
    width: 33.33333%;
  }

  .col-10\@sm {
    width: 83.33333%;
  }

  .col-11\@sm {
    width: 91.66667%;
  }

  .col-12\@sm {
    width: 100%;
  }

  .container {
    padding-left: 0%;
    padding-right: 0%;
  }

  .row {
    max-width: 1920px;
  }

}
@media screen and (min-width: 1024px) {
  .col-1\@md,
.col-2\@md,
.col-3\@md,
.col-4\@md,
.col-5\@md,
.col-6\@md,
.col-7\@md,
.col-8\@md,
.col-9\@md,
.col-10\@md,
.col-11\@md,
.col-12\@md {
    float: left;
  }

  .col-1\@md {
    width: 8.33333%;
  }

  .col-2\@md {
    width: 16.66667%;
  }

  .col-3\@md {
    width: 25%;
  }

  .col-4\@md {
    width: 33.33333%;
  }

  .col-5\@md {
    width: 41.66667%;
  }

  .col-6\@md {
    width: 50%;
  }

  .col-7\@md {
    width: 58.33333%;
  }

  .col-8\@md {
    width: 66.66667%;
  }

  .col-9\@md {
    width: 75%;
  }

  .col-10\@md {
    width: 83.33333%;
  }

  .col-11\@md {
    width: 91.66667%;
  }

  .col-12\@md {
    width: 100%;
  }
}
