@media (min-width: 768px) {
.theiaStickySidebar .container{
	width:445px !important;
	
}
}
@media (min-width: 992px) {
.theiaStickySidebar .container{
	width:590px !important;
	
}
}
@media (min-width: 1200px) {
.theiaStickySidebar .container{
	width:100% !important;
	padding-left:0;
	padding-right:0;
}
}
.digital-newspaper.show {
    transform: translateX(0);
}
.digital-newspaper {
    position: fixed;
    bottom: 90px;
    left: -2px;
      height: 130px;
    width: 105px;
    text-align: center;
    
    display: block;
}
.digital-newspaper .digitalblock{
box-shadow: 0px 2px 6px 0px;
}
.digital-newspaper .toggle-container {
    display: block;
    position: absolute;
    right: -20px;
    width: 20px;
    height: 20px;
    top: 0px;
    color: #fff;
    background: #ee666d;
    box-shadow: 0px 2px 6px 0px;
	z-index: 9999999;
}
.digital-newspaper .toggle-container a{
    color: #fff;
}
.digital-newspaper .toggle-container.show #toggleBtn {
    transform: rotate(0deg);
}
.digital-newspaper .toggle-container.show #toggleBtn i{
    vertical-align: super;
}
.digital-newspaper .toggle-container #toggleBtn {
    transition: transform 0.5s ease;
    display: inline-block;
    line-height: 15px;
    height: 15px;
}

.digital-newspaper .bg-transparency {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #ee1d25;
    opacity: 0.75;
}
.digital-newspaper .digitalimg img {
    height: 110px;
    z-index: 2;
}
.digital-newspaper .digitalimg .read-newspaper {
    position: absolute;
    bottom: 2px;
    display: inline-block;
    left: calc(60% - 60px);
    width: 100px;
    padding: 3px 0;
    background: #001840;
    z-index: 2;
    color: #fff;
    font-family: 'ssp-semib';
    font-size: 9px;
    text-transform: uppercase;
    transition: color .5s ease;
}
.digital-newspaper .digitalimg {
    position: relative;
    display: block;
    padding: 8px;
    z-index: 2;
    height: 100%;
}
.modal-dialog .modal-content {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    border: 0;
    -webkit-border-radius: .125rem;
    border-radius: .125rem;
}
.modal-dialog.modal-notify.modal-info .modal-header {
    background-color: #33b5e5;
}

.modal-dialog.modal-notify .modal-header {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    border: 0;
}
.modal-dialog.modal-notify .heading {
    margin: 0;
    padding: .3rem;
    font-size: 1.15rem;
    color: #fff;
}
a.waves-effect, a.waves-light {
    display: inline-block;
}

.flex-center .btn-info {
    background-color: #33b5e5!important;
    color: #fff;
}
.flex-center .btn {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    padding: .84rem 2.14rem;
    font-size: .81rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    margin: .375rem;
    border: 0;
    -webkit-border-radius: .125rem;
    border-radius: .125rem;
    cursor: pointer;
    text-transform: uppercase;
    white-space: normal;
    word-wrap: break-word;
    color: inherit;
}

.demo{ background: #EAECED; }
.modal-box{ font-family: 'Roboto', sans-serif; }
.modal-box .show-modal{
    color: #fff;
    background: #ff790a;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 13px 20px;
    margin: 30px auto;
    border: none;
    border-radius: 50px;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.modal-box .show-modal:hover,
.modal-box .show-modal:focus{
    color: #fff;
    text-shadow: 0 0 5px #000;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25);
}
.modal-box .show-modal:before,
.modal-box .show-modal:after{
    content: "";
    background: #778ca3;
    width: 50%;
    height: 100%;
    opacity: 0;
    transform: scaleX(0);
    position: absolute;
    top:0;
    left: 0;
    transition: 0.1s linear;
    z-index: -1;
}
.modal-box .show-modal:after{
    background: #4b6584;
    width: 52%;
    transform: scaleX(1) scaleY(0);
    left: auto;
    right: -2px;
}
.modal-box .show-modal:hover:before,
.modal-box .show-modal:hover:after{
    opacity: 1;
    transform: scaleX(1) scaleY(1);
}
.modal-backdrop.in{ opacity: 0; }
.modal-box .modal{ top: 70px !important; }
.modal-box .modal-dialog{
    
    margin: 30px auto 10px;
}
.modal-box .modal-dialog .modal-content{
    background: #fff;
    text-align: center;
    border: none;
    box-shadow: 0 0 10px rgba(0, 5, 85, .2);
}
.modal-box .modal-dialog .modal-content .close{
    color: #222;
    font-size: 28px;
    text-shadow: none;
    line-height: 15px;
    opacity: 1;
    position: absolute;
    left: auto;
    right: 10px;
    top: 10px;
    z-index: 1;
    transition: all 0.3s;
}
.modal-box .modal-dialog .modal-content .close:hover{ color: #888; }
.modal-box .modal-dialog .modal-content .modal-body .title {
    color: #f00;
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 20px 0;
}
.modal-box .modal-dialog .modal-content .modal-body:after{
    content: '';
    display: block;
    clear: both;
}
.modal-box .modal-dialog .modal-content .modal-body .modal-left-content{
    color: #111;
    background-color: #fff;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 20px, rgba(255,255,255,0.1) 20px, rgba(255,255,255,0.1) 40px );
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    width: 50%;
    height: 537px;
    padding: 28px 20px;
    display: inline-block;
    float: left;
}
.modal-box .modal-dialog .modal-content .modal-body .modal-left-content ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.modal-box .modal-dialog .modal-content .modal-body .modal-left-content ul li{
    font-size: 40px;
    display: inline-block;
}
.modal-box .modal-dialog .modal-content .modal-body .modal-left-content ul li:first-child,
.modal-box .modal-dialog .modal-content .modal-body .modal-left-content ul li:last-child{
    font-size: 20px;
}
.modal-box .modal-dialog .modal-content .modal-body .modal-left-content .title{
    font-size: 30px;
    font-weight: 400;
    line-height: 35px;
    color: #fff;
}
.modal-box .modal-dialog .modal-content .modal-body .modal-left-content .title span{
    font-size: 40px;
    font-weight: 900;
}
.modal-box .modal-dialog .modal-content .modal-body .modal-main-content{
    width: 50%;
    padding: 28px 20px;
    display: inline-block;
}
.modal-box .modal-dialog .modal-content .modal-body .sub-title{
    color: #007f3d;
    font-size: 35px;
    font-weight: 900;
    text-transform: capitalize;
    margin: 0 0 5px 0;
}
.modal-box .modal-dialog .modal-content .modal-body .description{
    color: #111;
    font-weight: 500;
    margin: 0 0 15px;
    letter-spacing: 1px;
    text-transform: none;
	text-align: justify;
}
.modal-box .modal-dialog .modal-content .modal-body .form-group{ margin: 0 0 15px; }
.modal-box .modal-dialog .modal-content .modal-body .form-control{
    color: #000;
    background: #F2F2F2;
    font-size: 16px;
    letter-spacing: 1px;
    height: 40px;
    padding: 2px 15px 2px 15px;
    margin: 0 auto;
    box-shadow: none;
    border: none;
    display: inline-block;
    transition: all 0.3s;
}
.modal-box .modal-dialog .modal-content .modal-body .form-control::placeholder{
    color: #909090;
    font-size: 14px;
}
.modal-box .modal-dialog .modal-content .modal-body .form-control:focus{
    box-shadow: none;
    border: none;
}
.modal-box .modal-dialog .modal-content .modal-body .subscribe{
    color: #fff;
    background-color: #007f3d;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 6px 30px;
    margin: 0 auto;
    border:0 solid transparent;
    display: block;
    transition: all 0.3s ease-in-out;
}
.modal-box .modal-dialog .modal-content .modal-body .subscribe:hover{
    text-shadow: 3px 3px 0 #888;
    box-shadow: 0 0 15px rgba(0,0,0,0.4) inset;
}
@media only screen and (max-width: 576px){
    .modal-dialog{ width: 98% !important; }
    .modal-box .modal-dialog .modal-content .modal-body .modal-left-content,
    .modal-box .modal-dialog .modal-content .modal-body .modal-main-content{
        width: 100%;
        display: block;
        float: none;
        padding: 40px 20px;
        min-height: auto;
		margin-bottom: 104px;
    }
    .modal-box .modal-dialog .modal-content .modal-body .modal-left-content .title span{
        font-size: 30px;
    }
}
.modal-header {
    padding: 50px !important;
    border-bottom: 1px solid #e5e5e5;
    background-image: url('/administrateur/assets/images/bluemoon-blog5.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 90%;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
    font-size: 30px;
    color: #fff;
    font-weight: 800;
}
.modal-box .modal-dialog .modal-content .close {
    color: #4D4D4D;
    background-color: rgba(255,255,255,0.8);
    font-size: 32px;
    text-shadow: none;
    line-height: 40px;
    height: 40px;
    width: 40px;
    opacity: 1;
    border-radius: 50%;
    position: absolute;
    left: auto;
    right: -5px;
    top: -10px;
    z-index: 1;
    transition: all 0.3s;
}
.modal-box .modal-dialog .modal-content .modal-body .icon {
    color: #ff3c5f;
    background: #fff;
    font-size: 100px;
    line-height: 150px;
    width: 150px;
    height: 150px;
    margin: -45px auto 30px;
    border-radius: 50%;
    border: 10px solid #008000;
}