/* #########################################################################
# GENERAL DISPLAY
######################################################################### */

/* Main outter wrapp on the single page*/
.gg_singleGalleryBox {
    width: 100%;
}
/* #########################################################################
# ALBUM DISPLAY
######################################################################### */


.ggallery_album {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: 'Roboto', sans-serif !important;
}
.ggallery_album > li {
    width: 280px;
    margin: 0 auto;
    height: 250px;
    list-style: none;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all .3s ease-out;
    background-color: white;
}
.ggallery_album li:hover .galleryThumb {
    transition: all 3s ease-out;
    transform: scale(1.0);
    -webkit-box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0);
    -moz-box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0);
    box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0);
}
.ggallery_album .galleryThumb {
    transition: all 0.3s ease-out;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0px;
    right: 0;
    height: 100%;
    width: 100%;
    transform: scale(1.25);
    -webkit-box-shadow: inset 0px 0px 81px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 0px 81px 0px rgba(0,0,0,0.75);
    box-shadow: inset 0px 0px 81px 0px rgba(0,0,0,0.75);
}
.ggallery_album .galleryTitle {
    font-family: 'Roboto', sans-serif !important;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 10px;
    margin: 0;
    font-size: 15px;
    font-weight: normal;
    text-align: center;
    line-height: 27px;
    opacity: 1;
    bottom: 0;
    left: 0;
    right: 0;
    letter-spacing: normal !important;
    position: absolute;
    transition: all .25s ease-out;
    background-color: rgba(0,0,0,0.7);
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ggallery_album li:hover .galleryTitle {
    opacity: 0;
    display: block;
    bottom: -50px;
}
.ggallery_album .galleryDate {
    font-family: 'Roboto', sans-serif !important;
    box-sizing: border-box;
    width: 100%;
    height: 30px;
    padding: 7px 5px 3px 5px;
    margin: 0;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    line-height: 20px;
    opacity: 1;
    top: 0;
    left: 0;
    right: 0;
    letter-spacing: normal !important;
    position: absolute;
    transition: all .25s ease-out;
    background-color: rgba(0,0,0,0.7);
    color: #BCBCBC;
    overflow: hidden;
}
.ggallery_album li:hover .galleryDate {
    opacity: 0;
    display: block;
    top: -40px;
}
.ggallery_album .galleryDesc {
    display: none;
}
.ggallery_album .gg_loading {
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 15%;
}/**/
/* #########################################################################
# GALLERY DISPLAY */

.gg_galleryArchiveWrapper {
    display: block;
    margin: 0 auto !important;
    padding: 30px 30px;/*display: none;*/
}
.gg_archiveGalleryBox {
    box-sizing: border-box;
    display: table;
    padding: .5% .5% 1% .5%;
    margin: 0;
    width: 25%;
    float: left;
    text-align: center;
}
.gg_galleryArchiveWrapper .ggallery_album > li {
    width: 100% !important;
}
/*.gg_archiveDivider{
	height: 50px; 
	clear: both; 
	margin-bottom: 20px; 
	border-bottom: 1px solid #ccc;
}*/
		


/* #########################################################################
# GALLERY DISPLAY
######################################################################### */


.ggallery_gallery {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    font-family: 'Roboto', sans-serif !important;
}
.ggallery_gallery > li {
    width: 100%;
    list-style: none;
    position: relative;
    margin: 0 auto;
    box-sizing: border-box;
}
.ggallery_gallery .ggallery_list ul {
    margin: 0 auto !important;
    padding: 0;
    display: block;
    width: 100%;
}
.ggallery_gallery .ggallery_list ul li {
    transition: all .2s ease-out;
    display: block;
    float: left;
    margin: 0%;
    padding: 1%;
    border-radius: 0px;
    line-height: 0;
    cursor: pointer;
    width: 20%;
    overflow: hidden;
    box-sizing: border-box;
}
.ggallery_gallery .ggallery_list ul li:hover {
    transform: scale(1.05);
}
.ggallery_gallery .gg_outerFrame {
    box-shadow: 0px 0px 3px 3px #DCDCDC;
    padding: 3px;
}
.ggallery_gallery .gg_thumbnailFrame {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    width: 100%;
    height: auto;
    padding: 65% 0% 0% 0%;
    box-sizing: border-box;
    transition: 0.3s all ease-out;
}
.ggallery_gallery .galleryTitle {
    box-sizing: border-box;
    width: 100%;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}
.ggallery_gallery .galleryDesc {
    box-sizing: border-box;
    width: 100%;
    font-size: 16px;
    margin: 20px auto;
    font-weight: normal;
    text-align: center;
}
.ggallery_gallery .galleryDate {
    box-sizing: border-box;
    width: 100%;
    font-size: 16px;
    margin: 20px auto;
    font-weight: normal;
    text-align: center;
}
/* ################################################################################
# MASONRY STYLE
################################################################################ */
.ggallery_masonry  {
    padding: 0;
    margin: 0 auto;
}
.ggallery_masonry li {
    list-style: none !important;
}
.ggallery_masonry .gg_masonry {
    position: relative;
    background-color: transparent;
    margin: 0 auto;
}
.ggallery_masonry .gg_masonry ul {
/*background-color:transparent;
	margin:0 auto;
	padding: 0;
	list-style: none;*/
}
.ggallery_masonry .gg_masonry li {
    box-sizing: border-box;
    float: left;
    margin: 3px;
    padding: 0px;
    width: 200px;
    cursor: pointer;
    overflow: hidden;
    border-radius: 0px;
}
.ggallery_masonry .galleryTitle {
    box-sizing: border-box;
    width: 100%;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.ggallery_masonry .galleryDesc {
    box-sizing: border-box;
    width: 100%;
    font-size: 16px;
    margin: 20px auto;
    font-weight: normal;
    text-align: center;
}
.ggallery_masonry .galleryDate {
    box-sizing: border-box;
    width: 100%;
    font-size: 16px;
    margin: 20px auto;
    font-weight: normal;
    text-align: center;
}
.ggallery_masonry .gg_masonry .w1 {
    height: 150px;
}
.ggallery_masonry .gg_masonry .w2 {
    height: 200px;
}
.ggallery_masonry .gg_masonry .w3 {
    height: 250px;
}
.ggallery_masonry .gg_masonry .gg_thumbnailFrame {
    padding: 0;
    background-size: cover;
    background-position: center top;
    max-width: none;
    border: 0px solid black;
    transition: all 0.3s ease-out;
    position: relative;
    position: relative;
    cursor: pointer;
}
.ggallery_masonry .gg_masonry .gg_thumbCaption {
    text-overflow: ellipsis;/**/
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    padding-top: 5px;
}
.ggallery_masonry .gg_masonry .gg_outerFrame {
    border: 0;
    box-shadow: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.ggallery_masonry .gg_thumbTopPop:hover {
    opacity: 1;
}
.gg_thumbShare {
    display: table !important;
    margin: 0 auto 20px auto;
}
.gg_thumbShare .gg_socialBtn {
    width: 70px; /*33.3%*/
    height: 25px;
    margin: 0px;
    float: left;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    transition: 0.1s ease-out all;
    cursor: pointer;
}
.gg_thumbShare .gg_socialBtn:hover {
    transform: scale(1.1);
}
.gg_thumbShare .gg_socialBtn a {
}
.gg_thumbShare .gg_facebookBtn {
    background-image: url(../images/social-facebook-icon.png);
    background-color: rgba(66,84,153,1.00);
    border: 3px solid rgba(66,84,153,1.00);
}
.gg_thumbShare .gg_googleplusBtn {
    background-image: url(../images/social-googleplus-icon.png);
    background-color: rgba(209,63,45,1.00);
    border: 3px solid rgba(209,63,45,1.00);
}
.gg_thumbShare .gg_twitterBtn {
    background-image: url(../images/social-twitter-icon.png);
    background-color: rgba(69,204,246,1.00);
    border: 3px solid rgba(69,204,246,1.00);
}
.gg_thumbShare .gg_pinterestBtn {
    background-image: url(../images/social-pinterest-icon.png);
    background-color: rgba(203,32,40,1.00);
    border: 3px solid rgba(203,32,40,1.00);
}
/* #########################################################################
# LIGHT BOX CSS
######################################################################### */


#gusty_gallery_lightbox {
    font-family: 'Roboto', sans-serif !important;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed !important;
    background-color: rgba(0,0,0,0.9);
    display: none;
    z-index: 1000000 !important;
    text-align: center;
    color: white;
    white-space: nowrap;
    transition: all 0.3s ease-out;
}
#gusty_gallery_lightbox ul {
    padding: 0 !important;
    margin: 0 !important;
}
#gusty_gallery_lightbox div {
    box-sizing: border-box;
}
#gusty_gallery_lightbox .exitLightBoxBtn {
    position: absolute;
    right: 5px;
    top: 40px;
    width: 30px;
    height: 30px;
    opacity: 1;
    z-index: 9999;
    transition: 0.2s all ease-out;
    cursor: pointer;
}
#gusty_gallery_lightbox .exitLightBoxBtn:hover {
    opacity: 1;
    transform: scale(1.25);
}
#gusty_gallery_lightbox .exitLightBoxBtn:before, #gusty_gallery_lightbox .exitLightBoxBtn:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 26px;
    width: 2px;
    background-color: rgba(132,132,132,1.00);
}
#gusty_gallery_lightbox .exitLightBoxBtn:before {
    transform: rotate(45deg);
}
#gusty_gallery_lightbox .exitLightBoxBtn:after {
    transform: rotate(-45deg);
}
#gusty_gallery_lightbox div {
    box-sizing: border-box;
}
#gusty_gallery_lightbox .lightBoxTitle {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    background-color: transparent;
    padding: 12px 0 5px 0;
    white-space: normal;
}
#gusty_gallery_lightbox .lightBoxImgCaption {
    font-size: 15px;
    font-size: 100;
    font-weight: normal;
    white-space: normal;
    text-align: center;
}
#gusty_gallery_lightbox .lightBoxDesc {
    background-color: rgba(0,0,0,0.60);
    text-align: left;
    height: auto;
    overflow: hidden;
    bottom: 80px !important;
    position: absolute;
    word-break: break-all;
    white-space: normal;
    padding: 30px 40px;
    display: block;
    width: 100%;
    min-height: 220px;
    pointer-events: none;
    margin-bottom: -700px;
    border-top: 1px solid #3F3F3F;
}
#gusty_gallery_lightbox .descContent {
    pointer-events: none;
    width: 100%;
}
#gusty_gallery_lightbox .closeDesc {
    position: absolute;
    right: 10px;
    top: 8px;
    color: white;
    font-size: 26px;
    cursor: pointer;
    pointer-events: all;
    transition: 0.3s all ease-out;
}
.showGalleryDesc {
    border-radius: 10px;
    float: right;
    margin-right: 0px;
    padding-right: 20px;
    cursor: pointer;
    transition: 0.2s color ease-out;
    display: block;
    font-size: 15px;
}
.showGalleryDesc:hover {
    color: white;
}
#gusty_gallery_lightbox .closeDesc:hover {
    color: #FFD800;
    transform: scale(1.3);
}
#gusty_gallery_lightbox .lightBoxTop {
    position: absolute;
    top: 0px;
    height: 80px;
    right: 0;
    left: 0;
    padding: 0px;
    width: 100%;
}
#gusty_gallery_lightbox .lightBoxMiddle {
    position: absolute;
    top: 80px;
    right: 0;
    left: 0;
    /* background-color: rgba(0,0,0,1.00);*/
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    border-top: 0px solid black;
    border-bottom: 0px solid black;
}
#gusty_gallery_lightbox .ggNavBtn {
    position: absolute;
    background-color: rgba(0,0,0,0.50);
    z-index: 999999999;
    cursor: pointer;
    text-align: center;
    padding: 1%;
    transition: 0.3s background-color ease-out;
    display: none;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
#gusty_gallery_lightbox .ggNavBtn:hover {
    transform: scale(1.1);
}
#gusty_gallery_lightbox .gg_goLeft {
    left: 3%;
    top: 50%;
}
#gusty_gallery_lightbox .gg_goRight {
    right: 3%;
    top: 50%;
}
#gusty_gallery_lightbox .ggNavBtn:hover {
    background-color: rgba(92,92,92,1.00);
}
#gusty_gallery_lightbox .gg_swipeIcon {
    width: 100px;
    height: 100px;
    background-image: url(../images/swipe-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: relative;
    top: calc(50% - 50px);
    margin: 0 auto;
    display: none;
    opacity: 0.7;
    pointer-events: none;
    transition: 0.4s all ease-out;
}
/*#gusty_gallery_lightbox .gg_swipeIcon.active {
	display: table;
}*/





#gusty_gallery_lightbox .gg_infoBar {
    position: absolute;
    right: 0;
    left: 0;
    color: #666;
    top: -12px;
    height: auto;
    background-color: rgba(28,28,28,1.00);
    width: 100%;
    padding: 5px 0 0 0;
}
#gusty_gallery_lightbox .gg_leftSide {
    width: 48%;
    overflow: hidden;
    position: relative;
    float: left;
    height: auto;
    text-align: left;
    padding-left: 20px;
}
#gusty_gallery_lightbox .currPostion {
    float: left;
    font-size: 16px;
}
#gusty_gallery_lightbox .ss_controls {
    float: left;
    margin-left: 5px;
    display: block;
    width: 20px;
}
#gusty_gallery_lightbox .gg_slideshow_btns {
    cursor: pointer;
    transition: 0.3s all ease-out;
    display: inline;
    margin-right: 5px;
    width: 20px;
    text-align: left;
}
#gusty_gallery_lightbox .gg_slideshow_btns:hover {
    color: #fff;
}
#gusty_gallery_lightbox .ss_stop {
    font-size: 12px;
    display: none;
}
#gusty_gallery_lightbox .ss_play {
    font-size: 17px;
}
#gusty_gallery_lightbox .gg_center {
    width: 22%;
    overflow: hidden;
    position: relative;
    float: left;
    height: auto;
}
#gusty_gallery_lightbox .gg_rightSide {
    width: 30%;
    overflow: hidden;
    position: relative;
    float: right;
    height: auto;
}
#gusty_gallery_lightbox .lightBoxBottom {
    position: absolute;
    padding: 20px 0 0 0;
    bottom: 0px;
    right: 0;
    left: 0;
    z-index: 100000000;
    background-color: #1D1D1D;
    width: 100%;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
#gusty_gallery_lightbox .lightBoxBottom ul {
    margin: 0 auto;
    display: table;
}
#gusty_gallery_lightbox .lightBoxBottom ul li, .listOfThumbs ul li {
    float: left;
    margin: 3px;
    width: 54px;
    height: 50px;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.5;
    transition: all .3s ease-out;
    border-radius: 3px;
    box-sizing: border-box;
}
#gusty_gallery_lightbox .lightBoxBottom ul li.gg_active img {
    transform: scale(1.1);
    cursor: default;
}
#gusty_gallery_lightbox .lightBoxBottom ul li.gg_active, #gusty_gallery_lightbox .lightBoxBottom ul li:hover {
    opacity: 1;
    transform: scale(1.1);
}
#gusty_gallery_lightbox .lightBoxBottom ul li img {
    transition: all .2s ease-out;
    width: 100%;
    height: 100%;
}
#gusty_gallery_lightbox .lightBoxBottom ul li img:hover {
/*transform: scale(1.1);*/
}
#gusty_gallery_lightbox .thumbWrapper {
    width: 85%;
    height: 60px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
#gusty_gallery_lightbox .insideWrapper {
    height: 60px;
    float: none;
    margin: 0 auto;
}
#gusty_gallery_lightbox .newToShow {
    width: 100%;
    height: 100%;
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-image: url(../images/loading2.gif);
    background-position: center center !important;
    background-size: contain;
    transition: 0.2s transform ease-out;
}
/*#gusty_gallery_lightbox .newToShow img{
	height: 100%; 
	width: 100%; 
	object-fit: contain;
	transition: 0.2s transform ease-out;
}
*/

#gusty_gallery_lightbox .fadeOut {
    opacity: 0;
}
#gusty_gallery_lightbox .curNum {
    display: none;
}
#gusty_gallery_lightbox .debug {
    height: auto;
    display: table;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0;
    text-align: left;
    color: white;
    z-index: 9999999999;
}
#gusty_gallery_lightbox .currNum, .totalNum {
    display: none;
}
#gusty_gallery_lightbox .galleryArrows {
    font-weight: bold;
    text-align: center;
    font-size: 40px;
    width: 5%;
    height: 40px;
    color: #6B6B6B;
    padding-top: 0;
    cursor: pointer;
    transition: 0.3s all ease-out;
    position: absolute;
    bottom: 20px;
}
#gusty_gallery_lightbox .galleryArrows:hover {
    color: white;
}
#gusty_gallery_lightbox .leftThumbArrow {
    left: 5px;
    text-align: right;
}
#gusty_gallery_lightbox .rightThumbArrow {
    right: 5px;
    text-align: left;
}
#gusty_gallery_lightbox .noselect_element {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
#gusty_gallery_lightbox .gg_downloadBtn {
    /*background-image: url(../images/download-icon.png);*/
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    /*height: 15px;
	width: 20px;*/
    opacity: 0.3;
    font-size: 50px;
    transition: 0.3s ease-out all;
    cursor: pointer;
    color: white;
    display: table;
    float: left;
    margin-right: 15px;
}
#gusty_gallery_lightbox .gg_downloadBtn .dashicons {
    font-size: 26px;
}
#gusty_gallery_lightbox .gg_downloadBtn:hover {
    opacity: 1;
}
#gusty_gallery_lightbox .gg_downloadBtn a {
    display: table !important;
}
#gusty_gallery_lightbox .gg_shareBtn {
    /*background-image: url(../images/share-icon.png);*/
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    /*height: 15px;
	width: 15px;*/
    color: white;
    opacity: 0.3;
    transition: 0.3s ease-out all;
    cursor: pointer;
    display: table;
    float: left;
    margin-right: 15px;
    margin-bottom: -2px;
}
#gusty_gallery_lightbox .gg_shareBtn .dashicons {
    font-size: 26px;
}
#gusty_gallery_lightbox .gg_shareBtn:hover {
    opacity: 1;
}
#gusty_gallery_lightbox .gg_sharePanel {
    background-color: rgba(0,0,0,1);
    text-align: left;
    height: 80px;
    overflow: hidden;
    bottom: 90px !important;
    position: absolute;
    word-break: break-all;
    white-space: normal;
    padding: 10px 15px;
    display: block;
    width: 250px;
    margin-bottom: -200px;
    z-index: 999999;
}
#gusty_gallery_lightbox .gg_shareBox {
    width: 100%;
}
#gusty_gallery_lightbox .closeShare {
    position: absolute;
    right: 10px;
    top: 7px;
    color: white;
    font-size: 26px;
    cursor: pointer;
    pointer-events: all;
    transition: 0.3s all ease-out;
}
#gusty_gallery_lightbox .closeShare:hover {
    color: #FFD800;
    transform: scale(1.3);
}
#gusty_gallery_lightbox .gg_clear {
    clear: both;
}
.gg_zoomIn, .gg_zoomOut {
    float: left;
    cursor: pointer;
    margin-right: 10px;
    transition: 0.3s all ease-out;
}
.gg_zoomIn {
    color: white;
    opacity: 0.3;
}
#gusty_gallery_lightbox .gg_zoomIn .dashicons, #gusty_gallery_lightbox .gg_zoomOut .dashicons {
    font-size: 26px;
}
.gg_zoomIn:hover {
    opacity: 0.7;
}
.gg_zoomOut {
    color: #fc0;
    display: none;
}
.gg_socialBtn {
    width: 25px;
    height: 25px;
    margin: 4px 10px;
    float: left;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.gg_socialBtn a {
}
.gg_facebookBtn {
    background-image: url(../images/social-facebook-icon.png);
}
.gg_googleplusBtn {
    background-image: url(../images/social-googleplus-icon.png);
}
.gg_twitterBtn {
    background-image: url(../images/social-twitter-icon.png);
}
.gg_pinterestBtn {
    background-image: url(../images/social-pinterest-icon.png);
}
/*.gg_loading{
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	display: none;
	position: absolute;
	top:45%;
	left: calc(50% - 25px);
	width: 50px;
	height: 50px;
}*/

.gg_page_numbers {
    display: table;
    margin: 8px auto;
}
.gg_page_numbers .page-numbers {
    margin: 0 3px;
}
#gusty_gallery_lightbox .swipeActive {
    display: none;
}
.lock-screen {
    height: 100%;
    overflow: hidden;
    width: 100%;
    position: fixed;
}

/* #########################################################################
# ALBUM ARCHIVE */

@media only screen and (max-width: 1050px) {
.gg_archiveGalleryBox {
    width: 33.3%;
}
}

@media only screen and (max-width: 768px) {
.gg_archiveGalleryBox {
    width: 50%;
    padding: 1%;
}
}

@media only screen and (max-width: 500px) {
.gg_archiveGalleryBox {
    width: 100%;
    float: none;
    margin-bottom: 10px;
}
}

/* ################################################################################
# MASONRY STYLE*/

@media only screen and (max-width: 1070px) {
.ggallery_masonry .gg_masonry {
    width: 830px !important;
}
}

@media only screen and (max-width: 860px) {
.ggallery_masonry .gg_masonry {
    width: 630px !important;
}
}

@media only screen and (max-width: 740px) {
.ggallery_masonry .gg_masonry {
    width: 320px !important;
}
.ggallery_masonry .gg_masonry li {
    width: 100px !important;
}
.ggallery_masonry .gg_masonry .w1 {
    height: 100px !important;
}
.ggallery_masonry .gg_masonry .w2 {
    height: 120px !important;
}
.ggallery_masonry .gg_masonry .w3 {
    height: 160px !important;
}
}

@media only screen and (max-width: 500px) {
}

/* ################################################################################
################################################################################ */





@media only screen and (max-width: 1100px) {
.ggallery_gallery .ggallery_list ul li {
    margin: .5%;
    padding: .5%;
    width: 24%;
}
}

@media only screen and (max-width: 960px) {
.ggallery_gallery .ggallery_list ul li {
    margin: .5%;
    padding: .5%;
    width: 32%;
}
#gusty_gallery_lightbox .lightBoxTitle {
    font-size: 18px;
}
}

@media only screen and (max-width: 768px) {
.ggallery_gallery .ggallery_list ul li {
    margin: .5%;
    padding: .5%;
    width: 49%;
}
#gusty_gallery_lightbox .lightBoxTitle {
    font-size: 16px;
}
#gusty_gallery_lightbox .thumbWrapper {
    width: 80%;
}
#gusty_gallery_lightbox .galleryArrows {
}
#gusty_gallery_lightbox .leftThumbArrow {
    left: 0px;
}
#gusty_gallery_lightbox .rightThumbArrow {
    right: 0px;
}
#gusty_gallery_lightbox .lightBoxBottom {
    padding-top: 40px;
}
#gusty_gallery_lightbox .gg_downloadBtn, #gusty_gallery_lightbox .gg_shareBtn {
    margin-right: 20px;
}
#gusty_gallery_lightbox .gg_downloadBtn .dashicons, #gusty_gallery_lightbox .gg_shareBtn .dashicons, #gusty_gallery_lightbox .gg_zoomIn .dashicons, #gusty_gallery_lightbox .gg_zoomOut .dashicons {
    font-size: 35px;
}
#gusty_gallery_lightbox .gg_sharePanel {
    width: 100%;
    border-top: 1px solid #3F3F3F;
}
/*#gusty_gallery_lightbox .currPostion{
		float: none;
		text-align: left;
	}*/
	
	
#gusty_gallery_lightbox .gg_center {
    width: 15%;
}
#gusty_gallery_lightbox .gg_rightSide {
    width: 35%;
}
#gusty_gallery_lightbox .gg_rightSide .showGalleryDesc {
    font-size: 13px;
}
#gusty_gallery_lightbox .lightBoxDesc {
    font-size: 14px;
}
}
