/**
 * Table of Contents:
 *
 * 1.0 - Standard Screen
   2.0 - Ipad Landscape 1024px
   3.0 - Ipad Portrait 768px
   4.0 - Nexus7 Portrait & Mobule Landscape
   5.0 - Mobile Portrait
 * -----------------------------------------------------------------------------
 */


/**
 * 1.0 Standard Screen
 * -----------------------------------------------------------------------------
 */

@media only screen and (max-width:1600px){

.blog-box{
	width:25%;	
}

}


/**
 * 2.0 Ipad Landscape 1024px
 * -----------------------------------------------------------------------------
 */

@media only screen and (max-width:1024px){

.wrap{
	margin-left:30px;
	margin-right:30px;	
}

.left-side{
	position:relative;
	z-index:999;
	width:100%!important;
	height:100px;
	text-align: left;
	border-left:none;
	border-bottom-width:1px;
	border-bottom-style: solid;
}

.left-side-wrap{
	padding:0 30px;
	position: relative;
}

.logo-wrap{
	padding-top:20px;
}

.clogo{
	margin-bottom:0!important;
	margin-top:0px!important;
	margin-left:0;
	width:60px;
	height:60px;
	display:block;
	line-height:57px;
	font-size:20px;
	text-indent: 10px;
	overflow: hidden;
}

.left-side .logo{
	height:60px;
	margin:0!important;
	text-align: left;
	display: block;
}

.left-side .logo img{
	max-height: 100%;
}

.navigation{
	display:none;
}

.mobi-menu{
	display:block;
	float:right;
	width:40px;
	height:40px;
	position:absolute;
	right:30px;
	bottom:-20px;
	outline: none;
}

.mobi-menu span{
	position:absolute;
	width:20px;
	height:2px;
	left:10px;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}

.mobi-menu span:nth-child(1){
	top:13px;
}

.mobi-menu span:nth-child(2){
	top:50%;
	margin-top:-1px;
}

.mobi-menu span:nth-child(3){
	bottom:13px;
}

.mobi-nav-container{
	display:block;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
	padding:20px 30px 50px 50px;
	width:200px;
	position:absolute;
	right:0px;
	top:140px;
	visibility: hidden;
	opacity:0;
	z-index:999;
}

.mobi-menu.open ~ .mobi-nav-container{
	top:100px;
	opacity:1;
	visibility: visible;
}

.mobi-menu.open span:first-child{
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top:19px;
}

.mobi-menu.open span:nth-child(2){
	opacity:0;
}

.mobi-menu.open span:last-child{
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	bottom:19px;
}

.mobi-navigation{
	
}

.mobi-navigation > li{
	text-align: right;
	padding:0;
	position:relative;
}

.mobi-navigation > li i{
	position:absolute;
	left:0;
	top:12px;
	font-size:80%;	
}

.mobi-navigation ul{
	display:none;	
	margin:0;

}

.mobi-navigation a{
	outline: none;
	display:block;
	padding:5px 0;
	width:100%;
	font-size: 120%;
	border-bottom-width:1px;
	border-bottom-style: dashed;	
}

.mobi-navigation > li > a{

}

.main,.footer{
	margin-left:0;
}

.right-side-footer{
	position: absolute;
	right:30px;
	top:20px;
}

.social-icons{
	text-align: right;
}

.site-description{
	display:none;
}

.gallery-slideshow-wrap{
	padding-bottom:56%;
}

.thumb{
	display: none!important;	
}

.grid.flip > li:hover > a{
	-webkit-transform: rotate3d(0,1,0,0deg);
	-moz-transform: rotate3d(0,1,0,0deg);
	-o-transform: rotate3d(0,1,0,0deg);
	-ms-transform: rotate3d(0,1,0,0deg);
	transform: rotate3d(0,1,0,0deg);
}

.grid.cube > li:hover a{
	-moz-transform:  rotateX(0deg);
	-webkit-transform:  rotateX(0deg);
	-ms-transform:  rotateX(0deg);
	transform:  rotateX(0deg);
	-o-transform:  rotateX(0deg);
}

.clear-footer ~ .footer{
	display: block;
}

}


/**
 * 3.0 Ipad Portrait 768px
 * -----------------------------------------------------------------------------
 */

@media only screen and (max-width:768px){

.wrap{
	margin-right:30px;
}

.grid > li{
	width:33.333%;
}

.blog-box{
	width:33.333%;
}

.gallery-grid li {
	width: 25%;
}

.contact-info .entry{
	padding-left:30px;
}

.one_fourth,.one_third,.one_half,.three_fourth,.four_fifth{
	width:100%;
	margin-right:0;
	float:none;
	margin-bottom:20px;
}

.fs-info{

	top:20%;
	width:70%;
}

}


/**
 * 4.0 - Nexus7 Portrait & Mobule Landscape
 * -----------------------------------------------------------------------------
 */

@media only screen and (max-width:600px){

.left-side-wrap{
	padding:0 5%;
}

.mobi-menu,.right-side-footer{
	right:5%;
}

.wrap{
	margin:0 5%;
}

.grid > li{
	width:50%;
}

.grid.large-thumb > li{
	width:50%
}

.portfolio-mobile{
	display:block;
	margin-top:20px;
	line-height: 1.1em;
}

.pleft{
	display:none;
}

.pright{
	float:none;
	width:100%;
	margin-left:0;
	margin-right:0;
	padding-left:0;
	border-left:none;
}

.portfolio-mobile > div{
	width:45%;
	float:left;
	border-top-style: solid;
	border-top-width: 1px;
	padding-top:30px;
}

.pmleft{
	margin-right:10%;
}

.pshare-title{
	padding-top:0;
	margin-top:0;
	border:none;
}

.pshare li{
	display:inline-block;
}

.pshare i{
	width:24px;
}

.related-portfolio{
	margin-top:10px;
	padding-bottom:50px;
}

.related-portfolio ul li{
	float:left;	
	width:46%;
	margin-right:8%;
}

.related-portfolio ul li:nth-child(2n){
	margin-right:0;
}

.portfolio-ajax-container .portfolio-content{
	padding-bottom:0;
}

.navinfo{
	display: none ;
}

.b-left{
	float:none;
	width:100%;
}

.b-right{
	float:none;
	width:100%;
}

.b-left:after,.b-right:before{
	display: none;
}

.b-right-wrap{
	margin-left: 0;
}

.b-right:after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:0;
	border-top-width: 1px;
	border-top-style: solid;
}

.b-content{
	float:none;
	width:100%!important;
	padding-left:0;
}

.bm-info{
	display:block;
}

.b-infos{
	display: none;
}

.b-content{
	padding-left:0;
}

.b-title{
	margin-bottom: 10px;
}

.post-navigation{
	text-align: left;	
}

.related-post li{
	width:100%;
	float:none;
}

.related-post:after{
	display: none;	
}

.related-post li:nth-child(2) > div{
	border-top-width: 1px;
	border-top-style: dashed;
}

.b-thumb-icon,.b-thumb-bg{
	bottom: 14px;
}

.crumbs{
	display: none;
}

.comment-identity > div{
	float:none;
	width:100%;
	margin-right:0;
	margin-bottom: 10px;
}

.comment-identity > div input[type="text"]{
	width: 100%;
}

.comment-identity > div label{
	display: block;
}

.comment-avarta{
	width:34px;
	height:34px;
}

.comment-author,.comment-date{
	margin-left:50px;
}

.comment-contents{
	padding-left:0px;
}

.children,.children .children{
	margin-left:0px;
}

.blog-box{
	width:50%;
}

.gallery-grid li, .gallery-grid.large li{
	width: 33.333%;
}

.contact-form{
	float:none;
	width:100%;	
}

.contact-info{
	float:none;
	width:100%;	
	padding-bottom:0;
}

.contact-info:before,.contact-form:before{
	display: none;
}

.contact-info .entry{
	padding-left:0;
}

.contact-form-wrap{
	padding-right:0;
}

.contact-identity{
	margin-bottom:0;
}

.contact-identity > div{
	float:none;
	width:100%;
	margin-right:0;
	margin-bottom: 10px;
}

.contact-identity input[type="text"],.wpcf7-email{
	width:100%!important;
}

.gallery-slideshow-wrap{	
	padding-bottom:70%;
}

.gallery-slideshow{
	height:300px;	
}

.g-entry{
	float:none;
	width: 100%;
	margin-right:0;
}

.g-social{
	float:none;
	width:100%;	
}

.g-share{
	padding-left:0;
}

.g-share:after{
	display: none;
}

.filter{
	display: none;
}

.fs-info{
	display: none;
}

.s-container:after{
	display: none;
}

.s-box-wrap{
	padding:0 5%;
}

.s-box{
	float:none;
	width: 100%;	
}

.go-top{
	right:5%;
}

}


/**
 * 5.0 - Mobile Portrait
 * -----------------------------------------------------------------------------
 */

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

.pshare i{
	width:22px;
}

.blog-box{
	width:100%;
	float:none;
}

.gallery-slideshow-wrap{	
	padding-bottom:100%;
}

.gallery-slideshow,.gallery-slide{
	height:200px;	
}

.g-social{
	padding-bottom: 0;
}

}