/* Portolio Hover */
mg.left { float: left; margin: 0.5em 1em 1em 0; border: 1px solid #999; clear: left; }

img.right { float: right; margin: 0.5em 0 1em 1em; border: 1px solid #999; clear: right; }
@media only screen and (max-width: 768px) {
    .dropdown-menu {
        position: absolute;
    }
 }
body{
	background-image: url("http://www.sxc.hu/pic/l/p/ps/psychopxl/1147465_48972980.jpg");
	   background-position: center center;
	   background-repeat: repeat-x;
	   background-size: 100% auto;
	   width: 100%; 
   }
   }
   .menu{
	 margin: 0;
	 pading: 0;
	 text-transform: uppercase;
   }
   
   .menu ul{
	 margin: 0;
	 pading: 0;
	 list-style-type: none;
	 background: #ffffff;
	 height: 25px;
	 line-height: 25px;
	 
   }
   
   .menu ul li{
	 margin: 0;
	 padding: 0;
	 float: left;
	 position: relative;
   }
   
   .menu ul li a{
	 margin: 0;
	 padding: 0 10px;
	 text-decoration: none;
	 color: #000000;
	 display: block;
	 font-weight: bold;
	 font-size: 12px;
   }
   
   
   .menu ul li:hover ul{ display:block;}
   
   .menu ul li ul{
	 position: absolute;
	 left: 0;
	 top: 20px;
	 display: none;
	 padding: 0;
	 
   }
   
   .menu ul li ul li{
	 padding: 6px 0;
	 background: #ffffff;
	 height: 25px;
	 line-height: 25px;
	 width: 100%;
	 
   }
   
.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
  }
.da-thumbs li ,
.da-thumbs li  img {
	display: block;
	position: relative;
	width: 100%;

}
.da-thumbs li  {
	overflow: hidden;

}
.da-thumbs li  article {
	position: absolute;
	background-repeat:repeat;
	width: 100%;
	height: 100%;
}
.da-thumbs li  article.da-animate {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
/* Initial state classes: */
.da-slideFromTop {
	left: 0px;
	top: -100%;
}
.da-slideFromBottom {
	left: 0px;
	top: 100%;
}
.da-slideFromLeft {
	top: 0px; 
	left: -100%;
}
.da-slideFromRight {
	top: 0px;
	left: 100%;
}
/* Final state classes: */
.da-slideTop {
	top: 0px;
}
.da-slideLeft {
	left: 0px;
}
.da-thumbs li  article a {
	color:#fff;
	padding:20px;
	display:block;
	height:100%;
}

.da-thumbs {
text-align:center;
}

.da-thumbs li  article h3{
color:#fff;

}

.da-thumbs li  article span{

color:#fff;
display:block;
}


.photo-icon i{
	font-size:36px;
	margin: 25% 0 0 0;
	display:block;
}
.video-icon i{
	font-size:36px;
	margin: 20% 0 0 0;
	display:block;
}
a.i{
	text-decoration:none;
}
span.zoom{
overflow:hidden;
display:block;
width:35px;
height:35px;
background-color:#DF6232;
border-radius:50px;
cursor:pointer;
background-repeat:no-repeat;
background-position:center;
margin-left:10px;
}

.portfolio_2col article h3{
padding-top:70px !important;
}

/* Image Grid */
.image_grid {
	float:left;
	overflow:hidden;
	width:100%;
	position:relative;

}

.image_grid li{
	float: left;
	line-height: 17px;
	color: #686f74;
	list-style:none;
	overflow:hidden;

	text-align:center;
}


/* Responsive image grid*/
/* Mobile landscape width 320 */
@media only screen and (max-width: 480px) {
	.image_grid{
width:100%;
}

.image_grid li img{
width:100%;
}
#portfolio-items-wrap .portfolio-item {
width: 100% !important;
}
}
@media only screen and (max-width: 767px) {

.image_grid{
width:100%;
}

.image_grid li img{
width:100%;
}



}


 @media only screen and (min-width: 480px) and (max-width: 767px) {



.image_grid li{
width:100% !important;
}

.portfolio_4col .da-thumbs li article h3{
padding-top:58px;
}

.portfolio_3col .da-thumbs li article h3{
padding-top:34px;
}

.portfolio_2col .da-thumbs li article h3{
padding-top:23px !important;
}

}





