
.newsletter-btn-red {
    padding: 10px 20px;
    background-image: linear-gradient(to left , #E91E63, #e91e6394);
    border: solid 1px #e91e63;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-family: IRANSans;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    margin-bottom: 15px;
    display: block;
    color: #fff;
    width: 100%;
}

.newsletter-btn-red-header {
    background-image: linear-gradient(to left , #E91E63, #e91e6394);
}

.newsletter-btn-blue {
    padding: 10px 20px;
    background-image: linear-gradient(to left , #00BCD4, #00bcd45c);
    border: solid 1px #00BCD4;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-family: IRANSans;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    margin-bottom: 15px;
    display: block;
    color: #fff;
    width: 100%;
}

.newsletter-btn-blue-header {
    background-image: linear-gradient(to left , #00BCD4, #00bcd45c);
}

.newsletter-btn-crimson {
    padding: 10px 20px;
    background-image: linear-gradient(to left , #a9506e, #a9506ec9);
    border: solid 1px #a9506e;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-family: IRANSans;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    margin-bottom: 15px;
    display: block;
    color: #fff;
    width: 100%;
}

.newsletter-btn-crimson-header {
    background-image: linear-gradient(to left , #a9506e, #a9506ec9);
}

.newsletter-btn-green {
    padding: 10px 20px;
    background-image: linear-gradient(to left , #8bc34a, #8bc34aa1);
    border: solid 1px #8bc34a;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-family: IRANSans;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    margin-bottom: 15px;
    display: block;
    color: #fff;
    width: 100%;
}

.newsletter-btn-green-header {
    background-image: linear-gradient(to left , #8bc34a,#8bc34aa1);
}

.newsletter-btn-purple {
    padding: 10px 20px;
    background-image: linear-gradient(to left , #a23dcc, #a23dcc9c);
    border: solid 1px #b429cc;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-family: IRANSans;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    margin-bottom: 15px;
    display: block;
    color: #fff;
    width: 100%;
}

.newsletter-btn-purple-header {
    background-image: linear-gradient(to left , #a23dcc, #a23dcc9c);
}

.newsletter-btn-black {
    padding: 10px 20px;
    background-image: linear-gradient(to left , #151515, #676767);
    border: solid 1px #444;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-family: IRANSans;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    margin-bottom: 15px;
    display: block;
    color: #fff;
    width: 100%;
}

.newsletter-btn-black-header {
    background-image: linear-gradient(to left , #151515, #676767);
}

#myDIV {
    /*display: none;*/
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    text-align: center;
    width: 100%;
    overflow: hidden;
}

.register_mobile {
    padding: 8px;
    background-color: #00BCD4;
    color: #fff;
    border: solid 1px #00BCD4;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-family: IRANSans;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    display: block;
    margin-bottom: 15px;
    width: 175px;
    margin: 0 auto;
}

.register_mobile:hover {
    background-color: #2980b9;
    border: solid 1px #2980b9;
}

.desc-field {
    display: block;
    font-family: IRANSans;
    color: #6b6b6b !important;
    margin-bottom: 10px;
}

.alert-danger {
    background: #E91E63;
    color: #fff;
    padding: 10px;
    text-align: center;
    display: none;
    font-family: IRANSans;
    width: 100%;
    margin: 15px auto;
}

.alert-success {
    background: #8BC34A;
    color: #fff;
    padding: 10px;
    text-align: center;
    display: none;
    font-family: IRANSans;
    width: 100%;
    margin: 15px auto;
}

.mobile-input {
    width: 100%;
    border: solid 1px #eee;
    padding: 10px;
    border-radius: 5px;
    font-family: IRANSANS;
    margin-bottom: 15px;
}

.loading {
    display: none;
}

/*
Loading
*/

#loadFacebookG {
    width: 10%;
    height: 40px;
    display: none;
    position: relative;
    margin: 20px auto;
}

.facebook_blockG {
    background-color: rgb(255, 255, 255);
    border: 3px solid rgb(0, 0, 0);
    float: left;
    height: 30px;
    margin-left: 2px;
    width: 1px;
    opacity: 0.1;
    animation-name: bounceG;
    -o-animation-name: bounceG;
    -ms-animation-name: bounceG;
    -webkit-animation-name: bounceG;
    -moz-animation-name: bounceG;
    animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    transform: scale(0.7);
    -o-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
}

#blockG_1 {
    animation-delay: 0.45s;
    -o-animation-delay: 0.45s;
    -ms-animation-delay: 0.45s;
    -webkit-animation-delay: 0.45s;
    -moz-animation-delay: 0.45s;
}

#blockG_2 {
    animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
}

#blockG_3 {
    animation-delay: 0.75s;
    -o-animation-delay: 0.75s;
    -ms-animation-delay: 0.75s;
    -webkit-animation-delay: 0.75s;
    -moz-animation-delay: 0.75s;
}

@keyframes bounceG {
    0% {
        transform: scale(1.2);
        opacity: 1;
    }

    100% {
        transform: scale(0.7);
        opacity: 0.1;
    }
}

@-o-keyframes bounceG {
    0% {
        -o-transform: scale(1.2);
        opacity: 1;
    }

    100% {
        -o-transform: scale(0.7);
        opacity: 0.1;
    }
}

@-ms-keyframes bounceG {
    0% {
        -ms-transform: scale(1.2);
        opacity: 1;
    }

    100% {
        -ms-transform: scale(0.7);
        opacity: 0.1;
    }
}

@-webkit-keyframes bounceG {
    0% {
        -webkit-transform: scale(1.2);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(0.7);
        opacity: 0.1;
    }
}

@-moz-keyframes bounceG {
    0% {
        -moz-transform: scale(1.2);
        opacity: 1;
    }

    100% {
        -moz-transform: scale(0.7);
        opacity: 0.1;
    }
}

.search-form {
    display: none;
}

.modal-title, .btn-default {
    font-family: IRANSans;
}

#newsletter-btn {
    width: 85%;
    margin: 0 auto;
}

.newsletter-btn-class {
    color: #fff;
}

.newsletter-btn-class:hover ,.newsletter-btn-class:focus {
    color: #fff;
    text-decoration: none !important;
}
.modal-footer{
    text-align: left;
}

.close{
    float: left;
}

/*-----------------modal style---------------*/

.dialoglink>a {
    background: #e3e3e3;
    border: none;
    border-radius: 2px;
    height: 36px;
    padding: 15px 15px;
    text-align: center;
    line-height: 36px;
    vertical-align: middle;
    color: Black;
    text-decoration: none;
}
.dialog {
    display: none;
}
body.has-dialog {
    overflow: hidden;
}
.dialog.opened {
    display: block;
}
.dialog {
    bottom: 0;
    box-sizing: border-box;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    padding: 15px;
    z-index: 1000;
}
.dialog__window {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    max-width: 980px;
    position: fixed;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    -webkit-overflow-scrolling: touch;
    z-index: 99999;
}
.dialog__mask {
    background-color: #000000;
    height: 100%;
    left: 0;
    opacity: 0.6;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}
.dialog__header {
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    display: flex;
    flex-shrink: 0;
    font-size: 16px;
    padding: 8px;
    margin-bottom: 0;
}
.dialog__title {
    font-size: 18px;
    align-self: right;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
    color: white;
    font-weight: 300;
}
.dialog__close {
    background: transparent;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: none;

}
.dialog__close:hover {
    background-color: #e5e5e5;
    outline: 1px dotted #767676;
    outline-offset:1px;
}
.dialog__close::after {
    content: 'X';
    font-size: 12px;
    color: lightslategrey;
}
.dialog__body {
    background-color: #fafafa;
    box-sizing: border-box;
    padding: 50px 5%;
    max-height: 500px;
    overflow-y: auto;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 300;
}

/* START SN */
.sn-d-none{
  display:none;
}
.sn-border-green-1{
  -webkit-border:1px solid #50b950!important;
  -moz-border:1px solid #50b950!important;
  -ms-border:1px solid #50b950!important;
  -ms-ie-border:1px solid #50b950!important;
  -o-border:1px solid #50b950!important;
  -khtml-border:1px solid #50b950!important;
  border:1px solid #50b950!important;
}
#sn-edd-phone-length{
  -webkit-text-align:justify;
  -moz-text-align:justify;
  -ms-text-align:justify;
  -ms-ie-text-align:justify;
  -o-text-align:justify;
  -khtml-text-align:justify;
  text-align:justify;
  -webkit-border:0!important;
  -moz-border:0!important;
  -ms-border:0!important;
  -ms-ie-border:0!important;
  -o-border:0!important;
  -khtml-border:0!important;
  border:0!important;
  -webkit-outline:0!important;
  -moz-outline:0!important;
  -ms-outline:0!important;
  -ms-ie-outline:0!important;
  -o-outline:0!important;
  -khtml-outline:0!important;
  outline:0!important;
}

@media screen and (max-width:443px){
  #sn-edd-phone-length{
    font-size:12px;
  }
}
/* END SN */
