.mb-0{ margin-bottom: 0px; }

.mt-50{margin-top: 50px;}

.no_float{float: none !important;}

.bg-white{ background: #fff; }

/* View more info button */
.viewbutton{
  position: absolute;
  bottom: 0;
  left: 30%;
  transform: translate(75%, -50%);
  -webkit-transform: translate(75%, -50%);
  -ms-transform: translate(75%, -50%);
  opacity: 0;
  z-index: 9999;
  transition: all .6s ease;
  width: 15%;
  text-align: center;
}

.viewbutton a {
    padding: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #2C8DC8;
    color: #FFFFFF;
    font-size: 1.2em;
    line-height: 50px;
    -webkit-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
    text-decoration: none !important;
}

.viewbutton a:hover{
  cursor: pointer;
}

.popup:hover .viewbutton{
    opacity: 1;
    bottom: 22%; }

.popup .overlay{
  background: rgba(0,0,0,0.8);
  height: 100%;
  width: 100%;
  opacity: 0;
  top: 0;
  left: 0;
  position: absolute;
  padding: 0;
  transition: opacity .5s;
  z-index: 2;
}

.popup:hover .overlay{
  opacity: .9;
  transition: opacity .5s;
}

.pophide{
	opacity: 0;
	bottom: 0;
}

/*--------------- Light Box CSS ------------*/

.white-popup .profile_bg {
    background-image: url(../images/pattern/background_profile.png);
    color: #000 !important;
}

.white-popup h1.service-title{
  font-size: 1.8em;
  padding: 10px;
}

p.service-enquiry-para{
  padding: 25px;
}

a.service-enquiry{
  padding: 10px;
  background: #28A4DF;
  color: #fff;
}

/*--------------- Animation CSS ----------*/

.animate-from-bottom{
  bottom: -100px; 
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  -o-transition: all .6s ease;
   transition: all .6s ease;
}

.animate-from-bottom.active{
  bottom: 0px; 
}

.portfolio-desc span.portfolio-ctg a{
  color: #252525;
}

.get-in-touch{
  background-color: #444;
}

.portfolio-desc-box{
  padding: 15px 10px 10px;
  background: #fff;
  min-height: 110px;
}

.designed_by{
  color: #ddd;
}

#page-title span.share_span{
  margin-top: 0px;
  display: inline-block;
  float: left;
}

#logo img{
  height: auto;
}

/* Pagination CSS */

/*.yiiPager {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.yiiPager > li {
    display: inline;
}

.yiiPager > li > a{
  position: relative;
  float: left;
  padding: 6px 12px !important;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}

.yiiPager > .selected > a{
  color: #FFF !important;
  background-color: #1ABC9C !important;
  border-color: #1ABC9C !important;
}*/