.list-compact li{
	line-height: 15px !important;
}


.mega-menu.desktopTopFixed .menu-list-items .menu-logo > li > a img{
	/*height: 100px;
	margin-top: -17px;*/

	/*width: 100%;*/

}

.bp-top{
    /*background-position: top center !important;*/
    background-position: 0% 15% !important;
}

.bp-top{
        background-position: 0% 15% !important;
}

.bp-top-15{
        background-position: 0% 15% !important;
}

.bp-top-l{
        background-position: 0% 40% !important;
}




.auction-win-text{
    color: green;
    font-weight: bold;
    font-size: 32px;
}

.service-blog{
    padding-top: 0px;
}


.portfolio-item .portfolio-overlay{
    bottom: 0px;
}

.masonry.columns-5 .masonry-item{
    width: 19.8%;
    padding: 0 5px 5px 0;
}

@media(max-width:767px) {
    .masonry.columns-5 .masonry-item{
        width: 49.9%;
    }
}



.button.xx-small {
    padding: 3px 6px;
    font-size: 8px;
}

.contact-form.border-form .form-control{
    color: black !important;
}


.progress-bar .progress-number, .progress-bar .progress-type{
    margin-top: 19px;
}

.help-block{
    margin-top: -20px  !important;
    padding-left: 10px;
    color: red;
}

.mega-menu .menu-logo > li{
	width: 200px;
}

.process-content{
    z-index: 200 !important;
}

.feature-box h4{
	min-height: 140px;
}

.very-small{
    font-size: 60%;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{
    background: #353535;
}

.invalid-feedback{
    color: red;
}

.cart-remove-item{
    float: right;
    font-size: 50px;
}


.login-gradient-03:before{
	/*background: linear-gradient(45deg, #333 0%, #eaa404 100%);*/
}

.login-box-main .nav li a {
	color: #ffffff;
}


.extras-btn {
    width: 50px;
    height: 50px;
    /*display: table-cell;*/
}

.extras-btn img{
    border: 4px solid #da9803;
    max-width: 100%;
    border-radius: 50%;
}



.login-top{
	margin-top: 100px;
}

del, mark{
    border-radius: 2px;
    font-family: 'Raleway';
    font-weight: 500;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}

.smaller-title{
    padding-top: 154px !important;
    padding-bottom: 7px !important;
}

.big-icon{
	font-size: 100px; 
	opacity: .9;
}

.mt-10{
	margin-top: 10px;
}
.mb0{
    margin-bottom: 0px; 
}

.portfolio-item a.popup{
	position: absolute;
	    /* right: 20px; */
    top: -4px;
    color: #fff;
    z-index: 9;
    display: inline-block;
    width: 100%;
    height: 100%;
    /* background: #fff; */
    color: #626262;
    /* border-radius: 50%; */
    margin-right: 10px;
    padding-left: 0px;
    text-align: center;
    line-height: 40px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ;
     background-color: transparent;
}


.portfolio-item a.popup:hover { background-color: transparent; color: #ffffff; }
.portfolio-item:hover a.popup{ opacity: 1; top: 0px; }
.portfolio-item.only-popup { width: 100%; text-align: center; }
.portfolio-item.only-popup a.popup { display: inline-block; left: 50%; margin-left: -20px;  position: absolute; text-align: center; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); -moz-transform: translateY(-50%); } 

.bringtop{
    z-index: 5;
    position: relative;
}

.add-shadow{
    -webkit-box-shadow: 0 2px 5px -1px rgba(0,0,0,.2);
    box-shadow: 0 2px 5px -1px rgba(0,0,0,.2);
}

.dropzone {
    border: 2px dashed #454748;
    background: #ffffff61;
    min-height: 190px;
    vertical-align: baseline;
}

div.about-white-text *{
    color: #fff;
}

/* accordian css */

*,
*:before,
*:after {
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}

#integration-list {
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    margin: 0 auto;
    display: table;
}
#integration-list ul {
    padding: 0;
    margin: 20px 0;
    color: #555;
}
#integration-list ul > li {
    list-style: none;
    border-top: 1px solid #ddd;
    display: block;
    padding: 30px 10px;
    overflow: hidden;
}
#integration-list ul:last-child {
    border-bottom: 1px solid #ddd;
}
#integration-list ul > li:hover {
    background: #efefef;
}
.expand {
    display: block;
    text-decoration: none;
    color: #555;
    cursor: pointer;
}
h2 {
    padding: 0;
    margin: 0;
    font-size: 17px;
    font-weight: 400;
}
span {
    font-size: 12.5px;
}
#left,#right{
    display: table;
}
#sup{
    display: table-cell;
    vertical-align: middle;
    width: 80%;
}
.detail a {
    text-decoration: none;
    color: #C0392B;
    border: 1px solid #C0392B;
    padding: 6px 10px 5px;
    font-size: 14px;
}
.detail {
    margin: 10px 0 10px 0px;
    display: none;
    line-height: 22px;
    /* height: 150px; */
}
.active{
    display: block;
}
.detail span{
    margin: 0;
}
.right-arrow {
    margin-top: 6px;
    /* margin-left: 20px; */
    width: 10px;
    height: 100%;
    float: right;
    font-weight: bold;
    font-size: 20px;
}
/* .icon {
    height: 75px;
    width: 75px;
    float: left;
    margin: 0 15px 0 0;
} */
.london {
    background: url("http://placehold.it/50x50") top left no-repeat;
    background-size: cover;
}
.newyork {
    background: url("http://placehold.it/50x50") top left no-repeat;
    background-size: cover;
}
.paris {
    background: url("http://placehold.it/50x50") top left no-repeat;
    background-size: cover;
}
.vedio-wording{
    font-size: 18px;
    font-family: sans-serif;
    font-weight: 300;
    font-style: italic;
}