/* -- Imported styles ----------------------------- */
@import url("global.css");
@import url("box.css");
@import url("style.css");
@import url("../../../vnt_upload/ckeditor/ck_style.css");

.social-list a.i-img {
  display: block;
  width: 40px;
  height: 40px; 
  padding: 9px;
  border: 1px solid transparent;
  border-radius: 100%;
}
.social-list a.i-img:hover {
  border-color: #FFFFFF; 
}
.social-list a img { 
  width: 22px;
  height: 22px;  
}

.vnt-social-fixed {
  display: flex;
}
.vnt-social-fixed li {
  margin-left: 5px;
}
.vnt-social-fixed li a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  font-size: 20px;     
  padding: 10px;
}
.vnt-social-fixed li a i {
  position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform:translate(-50%, -50%);
    -moz-transform:translate(-50%, -50%);
    -o-transform:translate(-50%, -50%);
    -ms-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
}
.vnt-social-fixed li a img {
  max-height: 20px;
  max-width: 20px;
}


.vnt-footer-link {
  
}
.vnt-footer-title {
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
  color: #e4312c;
  margin-bottom: 15px;
}
.vnt-footer-list {
  
}
.vnt-footer-list ul {
  list-style: none;
}
.vnt-footer-list li {
  padding: 2px 0;
  
}
.vnt-footer-list li a {
  line-height: 20px;
}
.vnt-footer-list li a:hover {
  color: #e4312c !important;
}

/*loadmore_overlay*/
.loadmore_overlay {
  float: left;
  width: 100%;
  height: 40px;
  background: url(../images/preloader.gif) no-repeat 50% 50%;
}


.div-ajax-more {
  text-align: center;
}
#morelist.load-more {

  cursor: pointer;

  display: inline-block;
  padding: 0 70px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  color: #666666;
  border: 1px solid #cccccc;
  position: relative;

}
#morelist.load-more span{
  display: inline-block;
  padding-right: 15px;
  position: relative;
}
#morelist.load-more span::before{
  content: "\f107";
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translate(0, -50%);
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  font-weight: bold;
}


.vnt-popup-adv {

}
.vnt-popup-adv .fancybox-content {
    padding: 0;
    background: none;
    max-width: 90%;
}

.vnt-popup-adv .fancybox-close-small{
    background: #e4312c ;
    color: #ffffff !important;
    padding: 5px;
}

