body{
	width: 100%;
	min-height: 100vh;
	padding: 0;
	margin:0;
	font-family: 'Sarabun', sans-serif;
}
*{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
.content {
    width: 100%;
    height: 100%;
}
.spark-screen{
	width: 100%;
	float: left;
	padding: 0 15px;
}
.top-logo {
    width: 100%;
    float: left;
    text-align: center;
    margin: 20px 0;
}
element.style {
    float: none;
}

.top-logo img {
    max-width: 100%;
    vertical-align: middle;
    border-radius: 5px;
}

.image-grid-block {
    column-width: 140px;
    column-gap: 15px;
    width: 90%;
    max-width: 1100px;
    margin: 50px auto;
}
.image-grid-block figure {
    width: 100%;
    position: relative;
    /*-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -ms-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -o-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);*/ 
    margin: 0;
    margin-bottom: 15px;
    border-radius: 10px;
    max-width: 320px;
}
.image-grid-block figure img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    border: 1px solid #ddd;
}
footer {
    width: 100%;
    float: left;
    text-align: center;
    position:fixed;
    bottom: 0;
    z-index: 99999;
    padding: 10px 0;
    background-color: #ddd;
}
.text-center {
    text-align: center;
}
footer p {
    max-width: 240px;
    margin: 0 auto;
    font-size: 16px;
    
}
footer p a{
	color: #337ab7;
	text-decoration: none;
}
footer p a:hover{
	color: #000;
}
.main_subimage{
	width: 100%;
	display: inline-block;
}
.img_avilable {
    max-width: 800px;
    height: auto;
    margin: 0 auto;
    text-align: center;
}
.img_avilable img {
    max-width: 100%;
    border-radius: 15px;
}
.inner-img {
    display: inline-block;
    margin: 15px 0;
}
.img-detail img {
    width: auto;
    height: 200px;
}
.owlprev{
    width: 30px !important;
    height: 30px !important;
}   
.owlnext{
    width: 30px !important;
    height: 30px !important;
}
.social_link {
    margin: 10px 0 70px;
    font-size: 16px;
    text-align: center;
}
.social_link ul {
    display: inline-block;
    padding:0;
    margin-top: 0;
}
.social_link ul li {
    list-style: none;
    width: auto;
    float: left;
    margin: 20px 10px 0;
}
.facebook, .twitter, .email {
    width: 200px;
    padding: 15px;
    background-color: #38559C;
    color: #fff;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    border: 1px solid #38559C;
    border-radius: 5px;
    text-decoration: none;
    font-family: 'Sarabun', sans-serif;
}
.facebook i, .twitter i, .email i {
    margin-right: 5px;
    font-style: normal;
}
.twitter {
    background-color: #00AAF3;
    border: 1px solid #00AAF3;
}
.email {
    background-color: #E14929;
    border: 1px solid #E14929;
}
.facebook:hover {
    background-color: #fff;
    color: #38559C;
}
.twitter:hover {
    background-color: #fff;
    color: #00AAF3;
}
.email:hover {
    background-color: #fff;
    color: #E14929;
}
.social-img-det{
    width: 100%;
    display: inline-block;
    padding: 0 10px;
}
.learn-more{
    width: 100%;
    text-align: center;
    margin-bottom: 0;
}
.social_link ul.learn-more li{
    float: none;
}
.set-title{
    margin-bottom: 10px;
}
/*media query*/

@media only screen and (max-width: 767px){
    .social_link ul li{
        width: 100%;
    }
    .img-detail img {
        /*max-width: 90px;*/
    }
}


div#set_title {
    text-align: left;
    max-width: 800px;
    margin: 0 auto 35px auto;
}

.owl-slider-img {
    background-position: center;
    height: 500px;
    background-repeat: no-repeat;
}
.main_subimage .img_avilable .owl-slider-img img {
    display: none;
}

/* 06-12-2019 */
.img-blocks {
    max-width: 400px;
    margin: 0 auto 30px;
    background-color: #f4f4f4;
}

.img-blocks .imgblk img {
    border-radius: 0px;
}

.img-blocks .likes-blk {
    border-bottom: 1px solid #c4c4c4;
    padding: 8px 10px;
    text-align: left;
}

.img-blocks .likes-blk i {
    font-size: 14px;
    width: 25px;
    height: 25px;
    background-color: #4277ff;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    color: #fff;
}

.img-blocks .likes-blk span {
    font-size: 15px;
    font-weight: bold;
    margin-left: 1px;
}

.img-blocks .footer-buttons .comments-section {
    padding: 0 10px;
}

.img-blocks .footer-buttons a {
    width: 32.33%;
    display: inline-block;
    vertical-align: middle;
    padding:10px 15px 15px;
}

.img-blocks .footer-buttons a i {font-size: 17px;margin-right: 3px;}

.img-blocks .footer-buttons a {
    text-decoration: none;
    font-size: 17px;
    vertical-align: middle;
    color: #333;
}

.img-blocks .footer-buttons a.already_liked i {
    color: #4277ff;
}

.img-blocks .footer-buttons a:hover {
    color: #4277ff;
}

.existing_comments {
    max-height: 100px;
    overflow-y: auto;
    margin-bottom: 15px;
}
.existing_comments .com {
    font-size: 15px;
    overflow: hidden;
    overflow-y: auto;
    padding: 5px 10px;
    text-align: left;
    border: 1px solid #e2e2e2;
    background-color: #e2e2e2;
    border-radius: 10px;
    margin-bottom: 15px;
}


.existing_comments .com:last-child { margin-bottom: 0; }

.share-dropdown {
    margin: 0;
    padding: 5px 10px 15px;
}

.share-dropdown li {
    padding: 0 10px;  
    list-style: none;
    display: inline-block;
    vertical-align: top;
}

.img-blocks .footer-buttons .share-dropdown li a {
    padding: 0;
    width: auto;
}

.img-blocks .footer-buttons .comments-section .add_comment-section { position: relative; }

.img-blocks .footer-buttons .comments-section .add_comment-section textarea {
    width: 100%;
    height: 40px;
    resize: none;    
    padding: 10px 15px;
    font-size: 15px;
    border: 1px solid #e2e2e2;
    background-color: #e2e2e2;
    border-radius: 30px;
}
*:focus { outline: none; }

.img-blocks .footer-buttons .comments-section .add_comment-section .add_comment {
    position: absolute;
    right: 10px;
    top: 11px;
    padding: 0;
    width: auto;
}

.social-img-det.group-img-detail { padding-bottom: 40px; }
.img-blocks .footer-buttons { padding-bottom: 15px; }
.social-img-det.group-img-detail .existing_comments { max-height: 200px; }
.social-img-det .img-blocks .likes-blk div.exist_emoji {
    display: inline-block;
    vertical-align: middle;
}

.social-img-det .img-blocks .likes-blk div.exist_emoji span {
    margin: 0 !important;
    vertical-align: middle;
}

.social-img-det .img-blocks .likes-blk span {
    margin-left: 4px !important;
    vertical-align: middle;
}
.img-blocks .footer-buttons span.reaction-btn {
    padding: 15px;
}

.img-blocks .footer-buttons span.reaction-btn span.reaction-btn-text {
    font-weight: normal;
    color: #333;
    vertical-align: middle;
}

.img-blocks .footer-buttons span.reaction-btn .reaction-btn-emo {
    margin: 0 5px 0 0;
    vertical-align: middle;
}

.img-blocks .footer-buttons span.reaction-btn ul.emojies-box {
    border: none;
    box-shadow: none;
    background-color: #fff;
    padding: 0;
    height: 51px;
    width: 260px;
    top: -55px;
}

.img-blocks .footer-buttons span.reaction-btn ul.emojies-box li {
    width: 35px;
    height: 35px;
    display: inline-block;
    margin: 0;
}

.img-blocks .footer-buttons span.reaction-btn ul.emojies-box li.emo-lover {
    left: 5px;
}

.img-blocks .footer-buttons span.reaction-btn ul.emojies-box li.emo-love {
    left: 50px;
}

.img-blocks .footer-buttons span.reaction-btn ul.emojies-box li.emo-haha {
    left: 90px;
}

.img-blocks .footer-buttons span.reaction-btn ul.emojies-box li.emo-wow {
    left: 130px;
}

.img-blocks .footer-buttons span.reaction-btn ul.emojies-box li.emo-sad {
    left: 170px;
}

.img-blocks .footer-buttons span.reaction-btn ul.emojies-box li.emo-angry {
    left: 210px;
}
@media(max-width: 767px){
    .main_subimage .img_avilable .owl-slider-img{
        height: 220px;
        overflow: hidden;;
        background-image: none !important;
    }
    .main_subimage .img_avilable .owl-slider-img img {
        display: block;

        border-radius: 0px;
    }
    .img-blocks .footer-buttons a{
        font-size: 15px;
            padding: 15px 0;
    }
    
}


/* 25-11-2019 Thank you page start*/
.thankyou-title-box {
    max-width: 800px;
    margin: 0 auto;
    padding: 50px 15px 30px;
}

.thankyou-title-box h3 {
    line-height: 37px;
    font-size: 26px;
    margin: 0 0 30px 0;
    color: #e49c24;
    font-weight: 500;
}

.success-checkmark {
    width: 90px;
    height: 115px;
    margin: 0 auto;
}

.success-checkmark .check-icon {
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50%;
    box-sizing: content-box;
    border: 4px solid #4CAF50;
}

.success-checkmark .check-icon::before {
    top: 3px;
    left: -2px;
    width: 30px;
    transform-origin: 100% 50%;
    border-radius: 100px 0 0 100px;
}

.success-checkmark .check-icon .icon-line {
    height: 5px;
    background-color: #4CAF50;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 10;
}

.success-checkmark .check-icon .icon-line.line-tip {
    top: 46px;
    left: 14px;
    width: 25px;
    transform: rotate(45deg);
    animation: icon-line-tip 1.2s;
}

.success-checkmark .check-icon .icon-line {
    height: 5px;
    background-color: #eaa22d;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 10;
}

.success-checkmark .check-icon .icon-line.line-long {
    top: 38px;
    right: 8px;
    width: 47px;
    transform: rotate(-45deg);
    animation: icon-line-long 1.2s;
}

.success-checkmark .check-icon .icon-circle {
    top: -4px;
    left: -4px;
    z-index: 10;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    box-sizing: content-box;
    border: 4px solid rgba(234, 162, 45, .4);
}

.success-checkmark .check-icon .icon-fix {
    top: 8px;
    width: 5px;
    left: 26px;
    z-index: 1;
    height: 85px;
    position: absolute;
    transform: rotate(-45deg);
    background-color: #FFFFFF;
}

.success-checkmark .check-icon::after {
    top: 0;
    left: 30px;
    width: 60px;
    transform-origin: 0 50%;
    border-radius: 0 100px 100px 0;
    animation: rotate-circle 4.25s ease-in;
}

.success-checkmark .check-icon::before, 
.success-checkmark .check-icon::after {
    content: '';
    height: 100px;
    position: absolute;
    background: #FFFFFF;
    transform: rotate(-45deg);
}

@keyframes rotate-circle {
    0% {
        transform: rotate(-45deg);
    }
    5% {
        transform: rotate(-45deg);
    }
    12% {
        transform: rotate(-405deg);
    }
    100% {
        transform: rotate(-405deg);
    }
}

@keyframes icon-line-tip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@keyframes icon-line-long {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

.thankyou-title-box h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 40px;
}

.thankyou-title-box h4 a {
    color: #004b8e;
}

.thankyou-title-box h4 a:hover {
    color: #e6b347;
}

.thanky-section {
    padding: 10px 0;
}

.thankyou-title-box h4 a {
    color: #0575bd;
}

.thank-logo {
    text-align: center;
}

.thank-logo a {
    display: inline-block;
    margin-bottom: 0;
}

.thank-logo {
    padding: 20px 0 30px;
}

.thankyou-video video {
    max-width: 600px;
    height: 350px;
}

@media(max-width:767px){
    .thankyou-title-box{
        padding: 10px 15px 10px;
    }
    .thank-logo {
        padding: 10px 0 20px;
    }
    .thankyou-title-box h3 {
        line-height: 28px;
        font-size: 22px;
        margin: 0 0 20px 0;
    }
    .thankyou-title-box h4 {
        font-size: 20px;
        line-height: 30px;
    }
    .thank-logo a img {
        width: 300px;
    }
    .thankyou-video video {
        max-width: 300px;
        height: 220px;
        width:100%;
    }

}

/* 25-11-2019 Thank you page end*/

/*21-12-2019*/

div#owl-carouselv {
    position: relative;
}

div#owl-carouselv .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}

div#owl-carouselv .owl-nav button {
    width: auto;
    height: auto;
    background-color: transparent;
    border-radius: 50%;
    color: #333;
    font-size: 44px;
    line-height: 0;
    padding-bottom: 0px !important;
    text-align: center;
}

div#owl-carouselv .owl-nav button span {
    display: block;
    line-height: 28px;
}

div#owl-carouselv .owl-nav button.owl-prev {
    float: left;
    margin-left: -15px;
}

div#owl-carouselv .owl-nav button.owl-next {
    float: right;
    margin-right: -15px;
}
div#owl-carouselv .owl-slider-img {
    height: auto;
}
.social-img-det #set_title {
    text-align: center;
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 25px;
}
div#owl-carouselv,
#owl-carouseli{
    max-width: 500px;
    margin: 0 auto;
    display: inline-block;
}

div#owl-carouseli .owl-slider-img {
    background-image: none !important;
    height: auto;
}

div#owl-carouseli .owl-slider-img img {
    display: block !important;
    max-width: 350px;
    margin: 0 auto;
}
.imgblk iframe,.imgblk video {
    width: 100%;
    height: auto;
}


@media(max-width:767px){
    div#owl-carouselv .owl-slider-img iframe {
        width: 320px;
        height: 200px;
    }
    div#owl-carouselv .owl-nav button.owl-prev{
        margin-left: 5px;
    }
    div#owl-carouselv .owl-nav button.owl-next{
        margin-right: 5px;
    }
}

@media(max-width:400px){
    div#owl-carouselv .owl-slider-img iframe {
        width: 250px;
        height: auto;
    }
    div#owl-carouselv .owl-nav button.owl-prev{
        margin-left: 5px;
    }
    div#owl-carouselv .owl-nav button.owl-next{
        margin-right: 5px;
    }
}
a.removeme_btn {
    background-color: #38559c;
    display: inline-block;
    height: 50px;
    color: white;
    padding: 0 30px;
    line-height: 50px;
    text-decoration: none;
    border-radius: 5px;
}