@import url(https://fonts.googleapis.com/css?family=Open+Sans:100,300,400,700); body {
    background: url('') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #FFFFFF;
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
}
.container {
    margin: 0;
    padding: 0;
    width: 100%;
}
.grid {
    max-width: 100%;
    padding: 0;
}
.gutter-sizer {
    width: 0px;
}
.grid-sizer {
    width: 16.66%;
}
.item-wrapper {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px;
    -webkit-box-sizing: border-box;
}
.item {
    box-sizing: border-box;
    height: 320px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    overflow: hidden;
}
.item .author {
    position: Relative;
    display: none;
    text-align: left;
    padding: 10px 0 0 20px;
}
.item .author img {
    border: 2px solid #1dbdcc;
    border-radius: 55px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
    float: left;
    margin-right: 5px;
    position: relative;
    width: 35px;
    height: 35px;
}
.item .author .author-initials {
    border: 2px solid #1dbdcc;
    background-color: #fff;
    text-align: center;
    border-radius: 55px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
    float: left;
    margin-right: 5px;
    position: relative;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #1dbdcc;
    text-transform: uppercase;
	display: none;
}
.author .name {
    color: #FFF;
    font-size: 15px;
    font-weight: 400;
    margin-top: 1px;
    text-transform: uppercase;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.39);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.author .time-container {
    text-align: left;
    font-size: 12px;
    color: #FFF;
    opacity: 0.8;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: none;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.39);
}
.location .icon-location-1:before {
    margin: 0;
}
.item .content-image {
    background-position: center center;
    background-size: cover;
    bottom: 0;
    cursor: pointer;
    height: 100%;
    left: 0;
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
}
.item .description {
    background-color: rgba(37, 37, 37, 0.81);
    color: #FFF;
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
    height: 100%;
    margin: 0 auto;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    text-align: center;
    text-decoration: none;
    transition: all .2s ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    width: 100%;
    transform: scale(0.7, 0.7);
    z-index: 5;
}
 .description .desc-title{
	font-weight:800;
	text-transform:uppercase;
	display:block;
	margin-bottom:5px;
    opacity: 0.7;
}
.item:hover .description {
    opacity: 1;
    transform: scale(1, 1);
}
.item:hover .author-stamp {
    opacity: 0 !important;
    transform: scale(0.2, 0.2) !important;
}
.item .desc-text {
    height: 100px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: -50px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 50%;
    width: 80%;
}
.description .desc-text .desc-link {
    color: #1dbdcc;
    font-weight: 800;
    text-decoration: none;
}
.item .description .desc-link:hover {
    text-decoration: underline;
}
.item .description .highlight-word {
    color: #1dbdcc;
    font-weight: 800;
}
.item .mediaicon {
    bottom: 0;
    color: #fff;
    margin-top: 10px;
    padding-bottom: 10px;
    position: absolute;
    text-align: center;
    width: 100%;
    display: none;
}
.item .mediaicon a {
    color: #1dbdcc;
    font-size: 25px;
    text-decoration: none;
}
.item .share {
    bottom: 30px;
    height: 0px;
    padding: 10px;
    position: absolute;
    right: 6px;
}
.item .share .shares-icons {
    float: right;
}
.item .share .shares-icons a {
    text-decoration: none;
}
.item .share .shares-icons a i {
    color: #FFF;
    opacity: 0.5;
}
.item .share .shares-icons a i:hover {
    color: #333;
}
.item .content-video {
    position: relative;
    height: 100%;
    width: 100%;
}
.item .content-video video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.item .content-video .playvideo {
    bottom: 0;
    cursor: pointer;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 99;
}
.item .content-video .playvideo div {
    color: #fff;
    font-size: 83px;
    opacity: 0.7;
    position: relative;
    top: 28%;
    transform: scale(0.7, 0.7);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.item .content-video .playvideo:hover div {
    opacity: 1 !important;
    transform: scale(1, 1);
}
#sprkl-loading {
    background-color: #1dbdcc;
    border-radius: 3px;
    bottom: 13px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    height: 35px;
    left: 50%;
    line-height: 35px;
    margin-left: -100px;
    position: absolute;
    text-align: center;
    width: 200px;
}
.load-button-container {
    width: 100%;
    height: 90px;
    margin-top: 10px;
}
.load-button-container .load-button {
    height: 70px;
    width: 70px;
    border-radius: 70px;
    border: 2px solid #1dbdcc;
    color: #1dbdcc;
    font-size: 10px;
    line-height: 70px;
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 auto;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.3s;
    -webkit-border-radius: 70px;
    -webkit-transition: opacity 0.3s;
}
.load-button-container .load-button:hover {
    opacity: 1;
}
.hidden {
    display: none;
}
.author-stamp {
    border-radius: 2px;
    background-color: #1dbdcc;
    color: #fff;
    padding: 8px 15px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 99;
    opacity: 0.75;
    transition: all .2s ease-in-out;
    max-width: 75%;
    Display: none;
}
/*Grid size settings*/
/*6 Columns*/

.item {
    height: 16.66vw;
}
.item-wrapper {
    width: 16.66%;
}
.highlight {
    width: 33.3%;
}
/*1 Column*/

@media screen and (max-width: 500px) {
    .item {
        height: 100vw;
    }
    .grid-sizer {
        width: 100%;
    }
    .item-wrapper {
        width: 100%;
    }
    .highlight {
        width: 100%;
    }
}
/*2 Columns*/

@media screen and (max-width: 700px) and (min-width: 500px) {
    .item {
        height: 50vw;
    }
    .grid-sizer {
        width: 50%;
    }
    .item-wrapper {
        width: 50%;
    }
    .highlight {
        width: 100%;
    }
}
/*3 Columns*/

@media screen and (max-width: 900px) and (min-width: 700px) {
    .item {
        height: 33.33vw;
    }
    .grid-sizer {
        width: 33.33%;
    }
    .item-wrapper {
        width: 33.33%;
    }
    .highlight {
        width: 66%;
    }
}
/*4 Columns*/

@media screen and (max-width: 1300px) and (min-width: 900px) {
    .item {
        height: 25vw;
    }
    .grid-sizer {
        width: 25%;
    }
    .item-wrapper {
        width: 25%;
    }
    .highlight {
        width: 50%;
    }
}
/*5 Columns*/

@media screen and (max-width: 1600px) and (min-width: 1300px) {
    .item {
        height: 20vw;
    }
    .grid-sizer {
        width: 20%;
    }
    .item-wrapper {
        width: 20%;
    }
    .highlight {
        width: 40%;
    }
}
/*Call to action design*/

.cta-container {
    position: absolute;
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    right: 0;
    left: 0;
    width: 80%;
    bottom: 40px;
    overflow: hidden;
    word-wrap: break-word;
}
.cta-container .cta-button {
    background-color: #1dbdcc;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    display: inline-block;
    width: 80%;
    height: 30px;
    border-radius: 2px;
    line-height: 30px;
    margin-top: 8px;
    padding: 0 5px 0 5px;
}
.cta-container .cta-button:hover {
    opacity: 0.8;
}.toggle-sprkl-modal { cursor: pointer; }.share-twitter { background-color: #000; } .banner {
    color: #ffffff;
    text-align: center;
    position: Absolute;
    height: 110px;
    z-index: 9999;
    line-height: 1.3;
    box-shadow: 0px 1px 3px rgba(5, 5, 5, 0.2);
	background: url("");
    background-color: #1dbdcc;
    background-size: cover;
    background-position: center center;
  	overflow:hidden;
}
.banner .flex-container {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    align-items: center;
    height: 110px;
}

.banner .left-banner{
  width:25%;
   text-align:left;
}
.banner .right-banner{
  width:25%;
   text-align:right;
}
.banner .middle-banner{
  width:50%;
    text-align:center;
}

.banner .title-banner {
    font-size: 2vw;
    font-weight: 400;
}
.banner .subtitle-banner {
    font-size: 15px;
    font-weight: 300;
}

.banner .left-banner img {
    margin-left: 20px;
	max-width:180px;
}
.banner .right-banner img {
    margin-right: 20px;
}
.banner-position {
    /*If you want to use custom posistion, remove the line below and put your own code there.*/
    top:0; left:0; right:0; width:100%; 
}

.corner-position .left-banner{
display:none;
}
.corner-position .middle-banner{
width:100%;
}
.corner-position .right-banner{
display:none;
}

/*Theme-specefic settings for the banner*/

/*Flip Grid theme*/
.banner-fullwidth .magicwall {
    height: calc(100% - 110px);
    top: 110px;
}
/*Slideshow theme*/

.banner-fullwidth.Slideshow {
    height: calc(100% - 110px);
    top: 110px;
  	position:relative;
}
/*Magnify theme*/

.banner-fullwidth .popgrid {
    height: calc(100% - 110px);
    top: 110px;
}
/*Columnfall theme*/

.banner-fullwidth .waterfall {
    height: calc(100% - 110px);
    top: 110px;
}
/*Qawall theme*/

.banner-fullwidth.QaWall {
    height: calc(100% - 110px);
    top: 110px;
  	position: absolute;
}

/*Map theme*/

.banner-fullwidth.Map {
    height: calc(100% - 110px);
    top: 110px;
  	position: absolute;
}

/*Timeline theme*/
.banner-fullwidth.Timeline{
    margin-top: 110px;
  	padding-top:10px;
}

/*Wall and Imagegrid theme*/

.banner-fullwidth .grid {
    top: 110px;
	padding-bottom: 110px;
	}
@media only screen and (max-width: 800px) {
 .banner .left-banner{
  display:none;
  }
 .banner .right-banner {
  display:none;
  }
.banner .middle-banner {
  width:100%;
  }
  .banner .title-banner {
    font-size: 17px;
    font-weight: 800;
}
.banner .subtitle-banner {
    font-size: 13px;
}
}