.overLay-gif {position: fixed;height: 100%;width: 100%;z-index: 9999999;background: #000;opacity: 0.3;top: 0;bottom: 0;}
.overLay-gif img {left: 50%;margin: -20px 0 0 -20px;position: absolute;top: 50%;}
label.error {color: #a94442;font-size: 12px;width: 100%;font-weight: 200; float: left;text-align: left; padding: 0;} 
.msg-error { color: #a94442;width: 90%;padding: 0;margin: 0;position: absolute;left: 0;top: 0;font-size: 12px;}
#signup .msg-error{top:-34px;}
.tab-content .error{position: relative;color:#a94442;font-size: 12px;font-family: 'Gotham Book';}
.slick-slide img{height:170px;}
.img-box > img {
    height: 165px;
    width: 234px;
}
#flogin-error {
    padding: 24px;
}
#updatefilesdetail {
    float: left;
    width: 100%
    }
.loading-bar {
    text-align: center;
}
.subscribe-popup .error {
    color: #a94442;
    font-size: 12px;
    font-weight: 200;
    text-align: left;
    padding: 0;
}
#carderror {
	color: #a94442;
    text-align: center;
    position: relative;
    top: -14px;
}
.edit-design .error {
	float: none;
}
.show-messages {
	 max-width: 1441px;
    margin: 0 auto;
    text-align: center;
    position: fixed;
	left: 0;
	right: 0;
	z-index: 9999;
}
.show-messages  .alert-danger {
    background-color: #F3EBE8;
}
#span_trial {
    float: right;
    font-size: 14px;
    margin-top: 40px;
    color: #A17577;
}
.account-row .dropdown-menu.inner li:hover {
    background: #F3EBE8;
}
.file-detail label.error {
    float: none;
    margin: 0 0 10px -15px;
}
#library-item-form .error {

    color: #a94442;
    font-size: 12px;

}
#form_bookmarklet .error {
    color: #a94442;
    font-size: 12px;
}
/* The Modal (background) */
.enlarge-img {
	
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 2111; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.enlarge-img .modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}



/* Add Animation */
.enlarge-img .modal-content {    
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.enlarge-img .close {
	margin: auto;
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.enlarge-img .close:hover,
.enlarge-img .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}


.pinterest .form-group .form-control{padding-top: 6px;font-size: 13px;}
.pinterest .group input:focus ~ label, .pinterest input.field-foucused ~ label{top: 15px;}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
	.pinterest .form-group .form-control {
    padding-top: 0px;
    font-size: 10px;
}	
	.enlarge-img .close{margin:auto; right:15px;}
    .enlarge-img .modal-content {
        width: 100%;
    }
}
.common-modal .modal-title{font-size: 16px;text-transform: uppercase;
line-height: 22px;
letter-spacing: 1.7px;
color: #000000;
font-family: 'Gotham Book';}
.common-modal .form-detail h4{font-size: 14px;}
.export .form-btn{margin-top:0;}
#EmailBoard #comment {
    padding-top: 32px;
}
#DelProject .modal-title {
    margin-top: 18px;
}
#DelProject .banner-btn {
    line-height: 60px;
}
.mail {
    position: relative;
}
.mail a {
    position: absolute;
    right: 20px;
    color: #fff;
    background-color: #a17577;
    padding: 5px;
    top: 5px;
}
.mail a img {
    width: 24px;
}

.user-profile-icons {
    color: #a17577;
    font-weight: bold;
    font-size: 15px;
}