.et-gallery-container {
    max-width: 1200px;
    margin: 0 auto;
}
.et-gallery-container--small .et-gallery-row {
    margin: 0 -20px 40px
}
.et-gallery-container--small .et-gallery-row:last-of-type {
    margin: 0 -20px
}
.et-gallery-container--small .et-gallery-column {
    padding: 0 20px
}
.et-gallery-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -40px 80px
}
.et-gallery-row:last-of-type {
    margin: 0 -40px
}

.et-gallery-column {
    padding: 0 40px;
    box-sizing: border-box
}

.et-gallery-column img {
	max-width: 100% !important;
	height: auto;
}
.et-gallery-column--1 {
    -ms-flex-preferred-size: 8.333333%;
    flex-basis: 8.333333%;
    width: 8.333333%;
    max-width: 8.333333%;
    min-width: 8.333333%
}
.et-gallery-column--2 {
    -ms-flex-preferred-size: 16.666667%;
    flex-basis: 16.666667%;
    width: 16.666667%;
    max-width: 16.666667%;
    min-width: 16.666667%
}
.et-gallery-column--3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    width: 25%;
    max-width: 25%;
    min-width: 25%
}
.et-gallery-column--4 {
    -ms-flex-preferred-size: 33.333333%;
    flex-basis: 33.333333%;
    width: 33.333333%;
    max-width: 33.333333%;
    min-width: 33.333333%
}
.et-gallery-column--5 {
    -ms-flex-preferred-size: 41.666667%;
    flex-basis: 41.666667%;
    width: 41.666667%;
    max-width: 41.666667%;
    min-width: 41.666667%
}
.et-gallery-column--6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    width: 50%;
    max-width: 50%;
    min-width: 50%
}
.et-gallery-column--7 {
    -ms-flex-preferred-size: 58.333333%;
    flex-basis: 58.333333%;
    width: 58.333333%;
    max-width: 58.333333%;
    min-width: 58.333333%
}
.et-gallery-column--8 {
    -ms-flex-preferred-size: 66.666667%;
    flex-basis: 66.666667%;
    width: 66.666667%;
    max-width: 66.666667%;
    min-width: 66.666667%
}
.et-gallery-column--9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    width: 75%;
    max-width: 75%;
    min-width: 75%
}
.et-gallery-column--10 {
    -ms-flex-preferred-size: 83.333333%;
    flex-basis: 83.333333%;
    width: 83.333333%;
    max-width: 83.333333%;
    min-width: 83.333333%
}
.et-gallery-column--11 {
    -ms-flex-preferred-size: 91.666667%;
    flex-basis: 91.666667%;
    width: 91.666667%;
    max-width: 91.666667%;
    min-width: 91.666667%
}
.et-gallery-column--12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    min-width: 100%
}

.et-gallery-column--gifs-outer {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    width: 30%;
    max-width: 30%;
    min-width: 30%
}

.et-gallery-column--gifs-inner {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    width: 40%;
    max-width: 40%;
    min-width: 40%;
    text-align: center;
}

.et-gallery-button {
    display: inline-block;
    padding: 12px 20px;
    border-radius: 4px;
    font-size: 1.25rem;
    text-align: center;
    -webkit-transition: background 200ms ease;
    transition: background 200ms ease
}
.et-gallery-button,
.et-gallery-button:hover {
    text-decoration: none
}
.et-gallery-button--large {
	text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    padding: 20px 40px;
}
.et-gallery-button--primary {
    background: #7E3BD0;
    color: #FFFFFF
}
.et-gallery-button--primary:hover {
    background: #652aae
}
.et-gallery-button--inverse {
    background: #4B5867;
    color: #FFFFFF
}
.et-gallery-button--inverse:hover {
    background: #363f49
}
.et-gallery-button--round {
    border-radius: 100px
}
.et-gallery-button--icon {
    height: 62px;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px
}
.et-gallery-button--icon:hover .icon {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}
.et-gallery-button--icon .icon {
    margin: 0 15px 0 0;
    -webkit-transition: -webkit-transform 200ms ease;
    transition: -webkit-transform 200ms ease;
    transition: transform 200ms ease;
    transition: transform 200ms ease, -webkit-transform 200ms ease
}
.et-gallery-image {
    display: block
}
.et-gallery-image--full {
    width: 100%
}
.et-gallery-image--center {
    margin: 0 auto
}
.et-gallery-section {
    padding: 120px 80px;
}
.et-gallery-section__header {
    margin: 0 0 80px;
    color: #71818c
}
.et-gallery-section__header h2 {
    margin: 0 0 20px;
    font-size: 35px;
}
.et-gallery-section__header h2 b {
    font-weight: 600
}
.et-gallery-section__header p {
    max-width: 600px;
    font-size: 20px;
    color: #71818c;
    margin: 0 auto;
}
.et-gallery-section__header--center {
    text-align: center
}
.et-gallery-section__header--right {
    text-align: right
}
.et-gallery-section__header--left {
    text-align: left
}
.et-gallery-section--main .et-gallery-section__header {
	z-index: 2;
	position: relative;
    margin: 0
}
.et-gallery-section--main .et-gallery-section__header h1 {
    margin: 0 0 30px;
    padding: 0;
    font-size: 58px;
    font-weight: 600;
}
.et-gallery-section--main .et-gallery-section__header h1 b {
    font-weight: 300
}
.et-gallery-blurb {
    margin: 0 0 80px
}
.et-gallery-blurb__thumbnail {
    display: inline-block;
    margin: 0 0 40px
}
.et-gallery-blurb__thumbnail img {
    display: block
}
.et-gallery-blurb__title {
    display: block;
    margin: 0 0 20px;
    padding-bottom: 0;
    font-size: 24px;
}
.et-gallery-blurb__description {
    margin: 0 0 40px;
    padding: 0;
}
.et-gallery-blurb__description:last-child {
    margin: 0
}
.et-gallery-blurb--center {
    text-align: center
}
.et-gallery-blurb--right {
    text-align: right
}
.et-gallery-blurb--left {
    text-align: left
}
.et-gallery-blurb:last-of-type {
    margin: 0
}
.et-gallery-blurb .et-gallery-video {
    margin: 0 0 40px
}
.et-gallery-blurb--testimonial .et-gallery-blurb__title {
    margin: 0
}
.et-gallery-blurb--testimonial .et-gallery-blurb__sub-title {
    margin: 5px 0
}
.et-gallery-blurb--testimonial .et-gallery-blurb__ratings {
    margin: 0 0 20px
}
.et-gallery-video {
    position: relative;
    display: inline-block
}
.et-gallery-video__button {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    background: rgba(255, 255, 255, 0.8);
    width: 60px;
    height: 60px;
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3)
}
.et-gallery-video__button:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #4C5867;
    -webkit-transform: translate(-15%, -50%);
    transform: translate(-15%, -50%)
}
.et-gallery-video__overlay {
    z-index: 1;
    position: absolute;
    background: rgba(76, 88, 103, 0.8);
    width: 100%;
    height: 100%
}
.et-gallery-video img {
    display: block;
    max-width: 100%;
    height: auto;
}
.et-gallery-video--block {
    display: block;
    background: #414b56;
    -webkit-box-shadow: 0px 20px 150px #d6dee4;
    -moz-box-shadow: 0px 20px 150px #d6dee4;
    box-shadow: 0px 20px 150px #d6dee4;
}
.et-gallery-language-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.et-gallery-language-grid__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 20%;
    max-width: 20%;
    min-width: 20%;
    margin: 0 0 40px;
    color: #71818c;
    font-size: 20px;
}
.et-gallery-language-grid__item:before {
    content: '';
    display: block;
    background: url("../images/38.png");
    width: 31px;
    height: 31px;
    margin-right: 15px
}
#main-area {
    background: #FFFFFF;
}
#main-area:before {
    display: none
}
.divi-join-button {
    padding: 0 10%;
    z-index: 9999999;
    bottom: 5%;
    left: 0;
    right: 0;
    position: fixed;
    text-align: center;
    display: none
}
.divi-join-button a {
    display: inline-block;
    background: #7e3bd0;
    text-decoration: none!important;
    color: #fff;
    font-size: 1.5rem;
    padding: 20px 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    border-radius: 60px
}
.divi-join-button a:hover {
    background: #964df1
}
.et-gallery-column--gifs {
    background: #fff;
    max-width: 416px;
    min-width: 416px;
    width: 416px;
    padding: 0;
    margin: 0 80px 30px;
    overflow: hidden;
    min-height: 1063px
}
.et-gallery-column--small {
    width: 312px;
    min-width: 312px;
    max-width: 312px
}
.et-gallery-column--gifs img {
    margin-bottom: 12px!important
}
.et-gallery-column--gifs img:last-of-type {
    margin-bottom: 0!important
}
.et-gallery-row--gifs {
    margin: 0;
	-webkit-box-align: initial;
	-ms-flex-align: initial;
	align-items: initial;
}

.et_gifs_wrapper {
    -webkit-box-shadow: 0px 20px 150px #d6dee4;
    -moz-box-shadow: 0px 20px 150px #d6dee4;
    box-shadow: 0px 20px 150px #d6dee4;
    max-width: 418px;
    margin: 0 auto;
}

.et-gallery-row--larger {
    margin-bottom: 140px
}
@-webkit-keyframes divi-button {
    0% {
        background: #7E3BD0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    33% {
        background: #c73bd0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    40% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    47% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    66% {
        background: #3bd0c9;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        background: #7E3BD0
    }
}
@keyframes divi-button {
    0% {
        background: #7E3BD0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    33% {
        background: #c73bd0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    40% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    47% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    66% {
        background: #3bd0c9;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        background: #7E3BD0
    }
}
.et-gallery-button--animated {
    -webkit-animation: divi-button 6s ease infinite;
    animation: divi-button 6s ease infinite
}
.et-gallery-video:hover .et-gallery-video__button {
    background: #ba4cff;
    width: 80px;
    height: 80px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .5)
}
.et-gallery-video:hover .et-gallery-video__button:before {
    border-left: 10px solid #fff
}
.et-gallery-video__button,
.et-gallery-video__button:before {
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}


/* Responsive Styles */

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

	.et-gallery-language-grid__item {
		width: 25%;
    	max-width: 25%;
    	min-width: 25%;
        flex-basis: 25%;
	}

} 

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

	.et-gallery-section {
		padding: 80px 60px;
	}

	.et-gallery-section__header {
		margin: 0 0 60px;
		text-align: center;
	}

	.et-gallery-row {
		margin: 0 -40px 60px;
	}

	.et-gallery-language-grid__item {
		width: 33.33333333%;
    	max-width: 33.33333333%;
    	min-width: 33.33333333%;
        flex-basis: 33.33333333%;
        font-size: 18px;
	}

	.et-gallery-row--4,
	.et-gallery-row--6 {
		-webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	    -ms-flex-direction: column;
	    flex-direction: column;
		-webkit-box-align: initial;
		-ms-flex-align: initial;
		align-items: initial;
		margin-bottom: 0;
	}

	.et-gallery-column--4,
	.et-gallery-column--6 {
	    -ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	    width: 100%;
	    max-width: 100%;
	    min-width: 100%;
	    margin-bottom: 60px;
	}

	.et-gallery-row--6:last-of-type .et-gallery-column--6:last-of-type,
	.et-gallery-row--4:last-of-type .et-gallery-column--4:last-of-type {
		margin-bottom: 0;
	}

	.et-gallery-blurb:last-of-type {
		margin-bottom: ;
	}

	.et-gallery-video--block {
		margin-bottom: 60px;
	}

	.et-gallery-column--6 img {
		margin: 0 auto;
	}

	.et-gallery-blurb {
		text-align: center !important;
		margin-top: 0 !important;
	}

	.et-gallery-video img {
		width: 100%;
	}

	.et-gallery-column--3 {
	    -ms-flex-preferred-size: 50%;
	    flex-basis: 50%;
	    width: 50%;
	    max-width: 50%;
	    min-width: 50%;
	}

	.et-gallery-section--main .et-gallery-section__header h1 {
		font-size: 48px;
	}

	.et-gallery-column--gifs-outer {
		display: none;
	}

	.et-gallery-column--gifs-inner {
	    -ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
	    width: 100%;
	    max-width: 100%;
	    min-width: 100%;
	}

	.et-gallery-button--icon {
		margin-bottom: 40px;
		font-size: 16px;
	}

	.et-gallery-container--small .et-gallery-row {
		margin: 0 -20px 0;
	}
}

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

	.et-gallery-section {
		padding: 60px 40px;
	}

	.et-gallery-section__header {
		margin: 0 0 40px;
	}

	.et-gallery-row {
		margin: 0 -40px 40px;
	}

	.et-gallery-video--block {
		margin-bottom: 40px;
	}

	.et-gallery-language-grid__item {
		width: 50%;
    	max-width: 50%;
    	min-width: 50%;
        flex-basis: 50%;
        font-size: 16px;
	}

	.et-gallery-row--3 {
		-webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	    -ms-flex-direction: column;
	    flex-direction: column;
		-webkit-box-align: initial;
		-ms-flex-align: initial;
		align-items: initial;
	}


	.et-gallery-column--4,
	.et-gallery-column--6 {
	    margin-bottom: 40px;
	}

	.et-gallery-column--3 {
	    -ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	    width: 100%;
	    max-width: 100%;
	    min-width: 100%;
	}

	.et-gallery-section--main .et-gallery-section__header h1 {
		font-size: 38px;
	}

	.et-gallery-button--icon {
		margin-bottom: 20px;
		font-size: 16px;
	}

}