/*
/*  body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	overflow-x: hidden !important;
	color: #838282;
}

ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

a{
	text-decoration: none;
	color: #2f2f2f;
}

a:focus{
	outline: none;
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Lato', sans-serif;
}
*/
h2 {
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;
	margin: 0;
	padding-bottom: 10px;
}*/

img{
 border:none;
}


/*--------------------*/
/* PORTFOLIO PAGE */
/*--------------------*/
.single-portfolio{
  background-color: #ccc;
  display: inline;
  float: left;
  width:30%!important;
  margin: 35px 15px;
}

.single-item>img {
  height: 220px;
  width: 100%;
}

.single-item{
  display: inline;
  float: left;
  height: 221px;
  padding: 0 !important;
  position: relative;
  width: 100%;
}

.single-item-content {
  color: #fff;
  height: 100%;
  left: 0;
  opacity: 0;
  padding-top: 55px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 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;

  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);

  -webkit-backface-visibility: hidden; /*for a smooth font */
}

.single-item:hover .single-item-content{
  background-color: rgba(0,0,0,0.7);
 opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.single-item-content::after {
  content: "";
  height: 85%;
  left: 18px;
  top: 15px;
  width: 90%;
  position: absolute;
  z-index: -1;
}

.view-icon{
  color: #fff;
  font-size: 30px;
}

.iframe22 {
    height: 150px;
}

iframe {
    border: 0 none !important;
    height: 100%;
    width: 100%;
}
.fa-search-plus {
  color: #fff;
  cursor: pointer;
  font-size: 40px !important;
  position: relative;
  top: 35px;
}
.fa-search-plus22 {
  color: #fff;
  cursor: pointer;
  font-size: 40px !important;
  position: relative;
  top: 4px;
}
.fancybox-close {
    cursor: pointer;
    height: 36px;
    position: absolute;
    right: -18px;
    top: -18px;
    width: 36px;
    z-index: 8040;
}
.fancybox-nav {
  background: transparent url("../images/blank.gif") repeat scroll 0 0;
  cursor: pointer;
  height: 100px;
  position: absolute;
  text-decoration: none;
  top: 120px;
  width: 10%;
  z-index: 8040;
}
.fancybox-prev {
    left: 0;
}
.fancybox-next {
    right: 0;
}
.fancybox-nav span {
    cursor: pointer;
    height: 34px;
    margin-top: -18px;
    position: absolute;
    top: 50%;
    visibility: hidden;
    width: 36px;
    z-index: 8040;
}
.fancybox-prev span {
    background-position: 0 -36px;
    left: 10px;
}
.fancybox-next span {
    background-position: 0 -72px;
    right: 10px;
}
.fancybox-nav:hover span {
    visibility: visible;
}
.fancybox-image {
    max-height: 100%;
    max-width: 100%;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../images/fancybox_sprite.png");
}
.modal-preview {
  width: 572px;
}
.modal-preview .modal-body {
  padding: 0px!important;
}
.modal-body {
  height: 360px;
}
.modal-bodym {
  height: 360px;
}

.modal-preview .modal-bodym {
  padding: 0px!important;
}
.modal-description {
  border-top: 1px solid #e5e5e5;
  content: " ";
  display: table;
  padding: 15px;
  text-align: right;
}
.modal-description p {
  font-size: 12px;
  text-align: left;
}
.modal-description p strong {
  clear: both;
  display: block;
  margin-bottom: 5px;
}
.modal-preview .btn-close {
    background-color: transparent!important;
    color: #000!important;
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    opacity: 0.2;
    text-shadow: 0 1px 0 #fff;
    width: auto!important;
}
.modal-preview .btn {
    background-color: transparent!important;
    color: #999!important;
    float: right;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
    width: auto!important;    
}
.modal-preview p {
    color: #333;
}
.modal-preview .modal-header {
    padding: 15px;
}