.chat-loader{position: absolute;z-index: 1000;top: 30%;left: 46%}.chat-loader .cssload-speeding-wheel-ex{border: 5px solid rgb(0,0,0) !important;border-left-color: transparent !important;border-right-color: transparent !important}.cssload-container-ex{width: 100%;height: 49px;text-align: center}.cssload-speeding-wheel-ex{width: 63px;height: 63px;margin: 0 auto;border: 5px solid rgb(255,255,255);border-radius: 50%;border-left-color: transparent;border-right-color: transparent;animation: cssload-spin 475ms infinite linear;-o-animation: cssload-spin 475ms infinite linear;-ms-animation: cssload-spin 475ms infinite linear;-webkit-animation: cssload-spin 475ms infinite linear;-moz-animation: cssload-spin 475ms infinite linear}@keyframes cssload-spin{100%{transform: rotate(360deg);transform: rotate(360deg)}}@-o-keyframes cssload-spin{100%{-o-transform: rotate(360deg);transform: rotate(360deg)}}@-ms-keyframes cssload-spin{100%{-ms-transform: rotate(360deg);transform: rotate(360deg)}}@-webkit-keyframes cssload-spin{100%{-webkit-transform: rotate(360deg);transform: rotate(360deg)}}@-moz-keyframes cssload-spin{100%{-moz-transform: rotate(360deg);transform: rotate(360deg)}}
/* Preload images */
body:after {
  content: url(../images/close.png) url(../images/loadingLb.gif) url(../images/prev.png) url(../images/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loadingLb.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
body{overflow: scroll;overflow-x: hidden}.gridSlider{margin-top: -31px;position: relative}.ri-grid{margin: 0 auto;position: relative;height: auto;}.ri-grid ul{list-style: none;display: block;width: 100%;margin: 0;padding: 0}.ri-grid ul:before,.ri-grid ul:after{content: '';display: table}.ri-grid ul:after{clear: both}.ri-grid ul{zoom: 1}.ri-grid ul li{-webkit-perspective: 400px;-moz-perspective: 400px;-o-perspective: 400px;-ms-perspective: 400px;perspective: 400px;float: left;position: relative;display: block;overflow: hidden;background: #000;cursor: pointer}.ri-grid ul li a{overflow: hidden;display: block;position: absolute;left: 0;top: 0;width: 100%;height: 100%;-webkit-transform-style: preserve-3d;-moz-transform-style: preserve-3d;-o-transform-style: preserve-3d;-ms-transform-style: preserve-3d;transform-style: preserve-3d;-webkit-background-size: 100% 100%;-moz-background-size: 100% 100%;background-size: 100% 100%;background-position: center center;background-repeat: no-repeat;background-color: #333;-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box}.ri-grid-size-1{width: 55%}.ri-grid-size-2{width: 100%}.ri-grid-size-3{width: 100%;margin-top: 0px}.ri-shadow:after,.ri-shadow:before{content: "";position: absolute;z-index: -2;bottom: 15px;left: 10px;width: 50%;height: 20%;max-width: 300px;max-height: 100px;box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);-webkit-transform: rotate(-3deg);-moz-transform: rotate(-3deg);-ms-transform: rotate(-3deg);-o-transform: rotate(-3deg);transform: rotate(-3deg)}.ri-shadow:after{right: 10px;left: auto;-webkit-transform: rotate(3deg);-moz-transform: rotate(3deg);-ms-transform: rotate(3deg);-o-transform: rotate(3deg);transform: rotate(3deg)}.ri-grid-loading:after,.ri-grid-loading:before{display: none}.ri-loading-image{display: none}.ri-grid-loading .ri-loading-image{position: relative;width: 50px;height: 50px;margin: 245px auto;display: block;opacity: 1;}.slide-caption{display: block;position: absolute;color: #FFF;bottom: 20px;font-size: 18px;font-weight: 600;padding: 0 15px;max-height: 100px;overflow: hidden;opacity: 0}.ri-grid ul li a:before{display: block;content: '';position: absolute;width: 100%;opacity: 0;min-height: 100%;z-index: 0}.ri-grid ul li a .fa-chevron-circle-right{margin-top: 44px;margin-left: 10px;clear: both;text-shadow: none;transform: rotate(-40deg);position: relative}.ri-grid ul li .slider-badge{opacity: 0}.ri-grid li:hover .slide-caption,.ri-grid li:hover a:before,.ri-grid li:hover .slider-badge{opacity: 1;-webkit-transition: all;-moz-transition: all;-ms-transition: all;-o-transition: all;-webkit-transition: all all ease-out;-moz-transition: all all ease-out;-o-transition: all all ease-out;transition: all all ease-out;-moz-transition-duration: .5s;-webkit-transition-duration: .5s;-o-transition-duration: .5s;transition-duration: .5s}.gridSlider:hover .triangle-left,.gridSlider:hover .triangle-right{border-width: 0 0 0 1000px}.triangle-left,.triangle-right{position: absolute;bottom: -10px;width: 0;height: 0;border-style: solid;-webkit-transition: 1s;-o-transition: 1s;-moz-transition: 1s;-transition: 1s}.triangle-left{left: 0;border-width: 115px 0 0 1000px;}.triangle-right{right: 0;border-width: 0 0 115px 1000px;}.articles .social-count img{width: 25px}