
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000;
            perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}



/*=======================================================
			SERVICE PART
========================================================*/
.service-part {
	padding: 80px 0;
	background: #fff;
	padding-bottom: 0px;
}
.service-part .ser-details {
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0 ); /* IE6-9 */
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	position: absolute;
	height: 50%;
	left: 0px;
	bottom: 0px;
	width: 100%;
	text-align: center;
}
.service-part li:hover .ser-details {
	background: -moz-linear-gradient(top, rgba(68,138,255,0.8) 0%, rgba(35,35,35,0.8) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(68,138,255,0.8)), color-stop(100%, rgba(35,35,35,0.8))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(68,138,255,0.8) 0%, rgba(35,35,35,0.8) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(68,138,255,0.8) 0%, rgba(35,35,35,0.8) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(68,138,255,0.8) 0%, rgba(35,35,35,0.8) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(68,138,255,0.8) 0%, rgba(35,35,35,0.8) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc448aff', endColorstr='#cc232323', GradientType=0 ); /* IE6-9 */
	height: 100%;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.service-part .ser-details a {
	position: absolute;
	bottom: 25px;
	font-size: 18px;
	font-weight: 700;
	display: inline-block;
	width: 100%;
	left: 0px;
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.service-part .ser-details a:hover {
	color: #ffc107;
}
.offer-services-2 .service-part li {
	margin-bottom: 30px;
}
.why-choose {
	padding-top: 0px;
}
.why-choose .sec-in {
	box-shadow: none;
	border: none;
	padding: 0px;
}
.why-choose .sec-in i {
	height: 80px;
	width: 80px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	text-align: center;
	line-height: 80px;
	margin-right: 30px;
	margin-bottom: 30px;
}
.why-choose .sec-in hr {
	border: none;
	height: 2px;
	width: 30px;
	background: #d8d8d8;
	margin: 0px;
	margin-bottom: 10px;
}
.why-choose .tittle {
	margin-bottom: 50px;
}
.about-more {
	padding-top: 20px;
}
.about-more h4 {
	margin-bottom: 20px;
	border-left: 5px solid #448aff;
	padding-left: 10px;
	font-size: 22px;
}
.emer-servic {
	margin-top: 40px;
	text-align: center;
	background: #f8f8f8;
	border-bottom: 2px solid #ffc107;
	padding: 40px 0;
	padding-bottom: 20px;
}
.emer-servic h5 {
	font-weight: 700;
	margin: 0px;
	line-height: 24px;
}
.emer-servic p {
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 24px;
	color: #777777;
}
.call-em {
	background: #ffc107;
	height: 95px;
	width: 95px;
	margin: 20px 0;
	line-height: 16px;
	display: inline-block;
	border: 3px solid #eaeaea;
	border-radius: 50%;
	padding: 0 20px;
	padding-top: 20px;
	color: #fff;
	font-style: italic;
	font-weight: 600;
}
.items-details .carousel-indicators li {
	width: 100%;
	height: auto;
	position: relative;
	text-indent: inherit;
	margin: 0px;
	padding: 0px;
	margin-bottom: 27px;
}
.items-details .carousel-indicators {
	position: relative;
}
.items-details .carousel-indicators {
	left: auto;
	width: auto;
	margin: 0px;
	padding: 0px;
	bottom: 0px;
}
.items-details .carousel-inner img {
	width: 100%;
}
.table-head {
	background: #ffc107;
	height: 50px;
	display: inline-block;
	width: 100%;
}
.table-prics {
	border: 1px solid #ededed;
	margin-top: 30px;
	display: inline-block;
	width: 100%;
}
.table-prics li span {
}
.table-prics li {
	display: inline-block;
	width: 100%;
	height: 50px;
	float: left;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #f5f5f5;
}
.table-prics li p {
	color: #777777;
	line-height: 50px;
	margin: 0px;
	font-size: 14px;
}
.table-prics li h6 {
	color: #fff;
	margin: 0px;
	font-weight: 700;
	line-height: 50px;
	color: #fff;
}
.table-prics span:nth-child(1) {
	border-right: 1px solid #f0f0f0;
}
.table-prics span:nth-child(2) p {
	color: #232323;
}
.table-head span:nth-child(1) {
	border-right: 1px solid #f7bd00;
}
.tab-tittle {
	height: 50px;
	display: inline-block;
	width: 100%;
	background: #f8f8f8;
}
.tab-tittle p {
	color: #000 !important;
	line-height: 50px;
	margin: 0px;
	font-weight: 800;
	font-size: 15px;
}
.pop-project .carousel-indicators li {
	width: 100%;
	height: auto;
	position: relative;
	text-indent: inherit;
	margin: 0px;
	padding: 0px;
	height: 96px;
	overflow: hidden;
	margin-bottom: 15px;
	border: none;
	border-radius: 0px;
}
.pop-project .carousel-indicators {
	position: relative;
}
.pop-project .carousel-indicators {
	left: auto;
	width: auto;
	margin: 0px;
	padding: 0px;
	bottom: 0px;
}
.pop-project .carousel-inner img {
	width: 100%;
}
.projects-details ul p {
	text-transform: uppercase;
	color: #777777;
	font-size: 12px !important;
	line-height: 16px;
	margin: 13px 0px;
	font-family: 'Exo 2', sans-serif;
	padding-left: 10px;
}
.projects-details ul li {
	border-bottom: 1px dashed #dbdbdb;
	line-height: 41px;
}
.projects-details h3 {
	margin: 0px;
	border-left: 5px solid #448aff;
	padding-left: 10px;
	font-weight: 700;
	margin-bottom: 20px;
}
.projects-details ul p span {
	font-weight: 600;
	color: #232323;
	font-size: 13px;
}
.projects-details ul p {
	border-left: 2px solid #448aff;
}
.projects-details {
	display: inline-block;
	width: 100%;
	padding: 20px;
}
/*=======================================================
			CALL US
========================================================*/
.call-us {
	background: url(../images/call-us-bg.jpg) fixed repeat;
	text-align: center;
}
.call-us .call-inner {
	background: -moz-linear-gradient(top, rgba(68,138,255,0.8) 0%, rgba(35,35,35,0.8) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(68,138,255,0.8)), color-stop(100%, rgba(35,35,35,0.8))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(68,138,255,0.8) 0%, rgba(35,35,35,0.8) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(68,138,255,0.8) 0%, rgba(35,35,35,0.8) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(68,138,255,0.8) 0%, rgba(35,35,35,0.8) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(68,138,255,0.8) 0%, rgba(35,35,35,0.8) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc448aff', endColorstr='#cc232323', GradientType=0 ); /* IE6-9 */
	padding: 60px 0;
}
.call-us h1 {
	margin: 10px 0px;
	color: #ffc300;
	margin-bottom: 0px;
	font-weight: 600;
}
.call-us h3 {
	margin: 0px;
	color: #fff;
}







/*=======================================================
			PORTFOLIO
========================================================*/
#portfolio {
	padding: 0px 0;
	background: #fff;
}
.filter {
	margin-bottom: 50px;
	text-align: center;
	margin-top: 20px;
	width: 100%;
}
.filter li a {
	margin-right: 0px;
	font-size: 12px;
	color: #232323;
	font-weight: 400;
	display: inline-block;
	text-decoration: none;
	font-family: 'Lato';
	padding: 0px;
	margin: 0 10px;
	margin-right: 12px;
	text-transform: uppercase;
}
.filter li a:hover {
	color: #ffd249;
	border-bottom: 1px solid #ffd249;
}
.filter li a.active {
	color: #ffd249;
	border-bottom: 1px solid #ffd249;
}
.filter li {
	margin: 0;
	position: relative;
	display: inline-block;
	cursor: pointer;
}
.filter li select {
	border: 1px solid #002b5e;
	color: #002b5e;
	height: 32px;
	border-radius: 4px;
	font-size: 12px;
	padding: 0 30px 0 10px;
	text-transform: uppercase;
}
.isotope-item {
	z-index: 2;
	display: block !important;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
.isotope {
}
.isotope .isotope-item {
}
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
}
.portfolio .items {
	margin: 0 -15px;
}
.portfolio .item {
	width: 25%;
	display: inline-block;
	padding: 0 15px;
	overflow: hidden;
	margin-bottom: 30px;
	position: relative;
}
.portfolio .item img {
	width: 100%;
}
.nav-icon {
	display: inline-block;
	width: 100%;
	text-align: center;
}
.nav-icon i {
	height: 35px;
	width: 35px;
	border: 1px solid #e8e8e8;
	line-height: 35px;
	color: #000000;
}
.portfolio-wrapper .btn {
	margin-top: 50px;
}
/*=======================================================
			PORTFOLIO COL
========================================================*/
.portfolio .col-3 .item {
	width: 33.3333%;
}
.portfolio .col-5 {
	margin: 0 -2px;
}
.portfolio .col-5 .item {
	width: 20%;
	padding: 2px;
	margin-bottom: 0px;
}


/*=======================================================
			GALLERY
========================================================*/
.gallery {
	padding: 80px 0;
	padding-bottom: 0px;
	background: #f8f8f8;
}
.gal-item {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.items-text {
	position: absolute;
	bottom: 40px;
	left: 20px;
	display: none;
	opacity: 0;
}
.items-text p {
	color: #67f9fc;
	margin: 0px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Exo 2', sans-serif;
}
.link-up {
	position: absolute;
	height: 40px;
	width: 40px;
	float: right;
	top: 30px;
	right: 30px;
	text-align: center;
	line-height: 40px;
	background: rgba(0,0,0,0.5);
	border-radius: 4px;
	color: #fff;
	font-size: 20px;
	display: none;
	opacity: 0;
}
.link-up i {
	-ms-transform: rotate(-45deg); /* IE 9 */
	-webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
	transform: rotate(-45deg);
}
.items-text h5 {
	color: #fff;
	margin-top: 0px;
	font-weight: bold;
}
.gallery-over {
	background: -moz-linear-gradient(45deg, rgba(35,35,35,0.9) 0%, rgba(35,35,35,0.9) 17%, rgba(68,138,255,0.9) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(35,35,35,0.9)), color-stop(17%, rgba(35,35,35,0.9)), color-stop(100%, rgba(68,138,255,0.9))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg, rgba(35,35,35,0.9) 0%, rgba(35,35,35,0.9) 17%, rgba(68,138,255,0.9) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg, rgba(35,35,35,0.9) 0%, rgba(35,35,35,0.9) 17%, rgba(68,138,255,0.9) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(45deg, rgba(35,35,35,0.9) 0%, rgba(35,35,35,0.9) 17%, rgba(29, 158, 171, 0.9) 100%); /* IE10+ */
	background: linear-gradient(45deg, rgba(35,35,35,0.9) 0%, rgba(35,35,35,0.9) 17%, rgba(29, 158, 171, 0.9) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6232323', endColorstr='#e6448aff', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	position: absolute;
	top: 0;
	opacity: 0;
	width: 100%;
	left: 0px;
	height: 100%;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.gal-item:hover .gallery-over {
	top: 0px;
	opacity: 1;
}
.gal-item:hover .link-up {
	display: block;
	opacity: 1;
}
.gal-item:hover .items-text {
	display: block;
	opacity: 1;
}
.gallery .owl-nav {
	position: absolute;
	top: -80px;
	right: 0px;
	width: 20%;
}
.gallery .owl-nav i {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	float: left;
	line-height: 40px;
	background: #fff;
	color: #232323;
	font-size: 22px;
	margin-left: 10px;
	padding: 0px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	text-align: center;
	box-shadow: 0 5px 5px rgba(0,0,0,0.1);
}
.gallery .owl-nav i:hover {
	background: #ffc300;
	color: #fff;
}
.gallery .owl-nav .owl-prev {
	right: 50px;
}
.gallery-slide-3 .owl-nav {
	width: 100px;
}
.gallery-slide-3 {
	padding-bottom: 80px;
}

@media(min-width:992px) and (max-width:1199px) {


.portfolio .free-ship {
	width: 100%;
	margin: 0px;
	margin-top: 10px;
	text-align: center;
}
.portfolio .items-info {
	text-align: center;
}
.portfolio .up-to {
	width: 100%;
	text-align: center;
}
.portfolio .top-brand {
	text-align: center;
	margin-bottom: 0px;
	display: inline-block;
	width: 100%;
	height: auto;
}
.portfolio .items-info .btn {
	margin-top: 10px;
}
.portfolio .items-info h5 {
	text-align: center;
}
.blog-side-bar ul.wid-in li:nth-child(2) {
	width: 55%;
}
}