/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/
 
@media only screen and (max-width: 1440px) {
    #slide_nav > li > a{
        font-size: 15px;
    }
    .footer-achievement {
    	font-size: 22px;
    	letter-spacing: 1px;
    }
}
@media only screen and (max-width: 1366px) {
	#slide_nav > li {
		padding: 0 10px;
	}
	#slide_nav > li > a {
		font-size: 15px;
	}
		#slide_nav .sub-menu > li > a, .slide-menu-info-list span {
			font-size: 12px;
		}

	#nav > li {
		margin: 0 16px;
	}
	#reviews .col-md-8:before {
		right: 80px;
	}
	.review-right {
		margin-right: 0;
	}
}
 
/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */ 
@media only screen and (max-width: 1199px) {
	#nav > li {
		margin: 0 5px;
	}
		#nav li a {
			font-size: 12px;
		}
		
	#slide_nav > li > a{
	    font-size: 14px;
	}
	
	#slide_nav .sub-menu > li > a, .slide-menu-info-list span {
        font-size: 10px;
    }

	#slide_nav .sub-menu > li > a,
	.slide-menu-info-list span {
		left: 0;
	}
	.pv-details h2,
	.wwd-list li a span,
	.s5-text-inner h2, .s5-text-inner h2 span,
	.see-what-we-did h2 {
		font-size: 50px;
	}
	.swwd-details h3 {
		font-size: 25px;
	}
	#connect-instagram .ig-left .section-title {
		font-size: 35px;
	}
		.ig-left .section-title span {
			font-size: 40px;
		}
	.swwd-arrows {
		right: 5%;
	}
	.swwd-commercial-arrows {
		left: 5%;	
	}

	#content .entry-title,
	#content .archive-title {
		font-size: 60px;
	}
	.oc-list img:nth-child(11) {
	    margin-left: auto;
	}
	.oc-list img:nth-child(12) {
	    margin-right: auto;
	}
	.review-left h3 {
		font-size: 3.063vw;
	}
	.sec-inner {
		width: 77vw !important;
	}
} 
@media only screen and (max-width: 1024px) {
    #slide_nav > li > a {
        font-size: 12px;
    }
}
/* iPad(portrait) | Galaxy Tab 4(portrait)  */ 
@media only screen and (max-width: 991px) {
	
	*[class*="col-md"] { width: 100%; }
    .col-sm-1 { width: 8.33333333%; }
    .col-sm-2 { width: 16.66666666%; }
    .col-sm-3 { width: 25%; }
    .col-sm-4 { width: 33.33333333%; }
    .col-sm-5 { width: 41.66666666%; }
    .col-sm-6 { width: 50%; }
    .col-sm-7 { width: 58.33333333%; }
    .col-sm-8 { width: 66.66666667%; }
    .col-sm-9 { width: 75%; }
    .col-sm-10 { width: 83.33333333%; }
    .col-sm-11 { width: 91.66666667%; }
    .col-sm-12 { width: 100%; }
	/* The following are used on inner pages. Please edit carefully. */
	.inner {
	    width: 100%;
	}
	#content-sidebar, #content-full {
	    width: 100%;
	}	
	.outer{
		width: 100%;
		min-width: 100%;
	}
	#content-sidebar #content{
		width: 100%;
	}
	.border-top-10,
	.border-left-10,
	.border-right-10,
	.border-bottom-10 {
		border-width: 5px;
	}
	.mob_hidden {
		display: none;
	}
	.section-title,
	.section-title span {
		font-size: 50px;
	}
	.slide-menu-header {
		padding: 18px 0 0 15px;
	}
		.slide-menu-close {
			width: 30px;
			height: 30px;
			position: absolute;
		    top: 12px;
		    right: 9px;
		}
			.slide-menu-close span {
				width: 24px;
			}

		.slide-menu-logo {
		    width: 100%;
		    text-align: center;
		}
			.slide-menu-logo img {
				width: 220px;
			}

		.slide-menu-content {
			align-items: flex-start;
			padding: 100px 3% 0;
		}
			#slide_nav {
				display: block;
				text-align: center;
			    padding: 27px 0;
			    height: 100%;
			    overflow: auto;
			}	
				#slide_nav > li {
					padding: 7px 0;
				}
					#slide_nav > li > a {
					    font-size: 14px;
					    letter-spacing: .1em;
					}
				#slide_nav .sub-menu > li:last-child {
				    margin-bottom: 0;
				}

				#slide_nav ul.sub-menu, .slide-menu-info-list {
					margin: 11px 0 0;
				}
				#slide_nav .sub-menu > li, .slide-menu-info-list span {
					margin: 9px 0;
				}
					#slide_nav .sub-menu > li > a, .slide-menu-info-list span  {
						font-size: 11px;
						letter-spacing: .05em;
					}

			#slide_nav .slide-menu-info-list {
				margin: 31px 0 0;
			}
				.slide-menu-info-list span {
					letter-spacing: .1em;
				}
				.slide-menu-info-list span.smi {
					justify-content: center;
					padding: 16px 0 0;
				}
					.slide-menu-info-list span.smi a {
					    margin: 0 11px;
					    font-size: 19px;
					}


	header.header, header.header.active {
	    background: #000;
	    padding: 9px 0;
	    left: 5px;
	    right: 5px;
	    border-top: 5px solid #fff;
	    transition: none;
	}
		.header-container {
		    padding: 0 7px 0 9px;
		}
			.header-logo, .active .header-logo {
			    width: 230px;
			    padding-left: 0;
			}
				.header-logo img,
				.active .header-logo img {
					transition: none;
					width: 230px;
				}
			.header-navigation,
			.active .header-navigation {
			    padding: 0;
			    width: calc(100% - 230px);
			}


	.about-inner:before {
	    content: '';
	    position: absolute;
	    top: initial;
	    bottom: -237px;
	    right: -57px;
	    left: initial;
	    width: 367px;
	    height: 290px;
	    border: none;
	    background: url(images/accent-logo.png) center/contain no-repeat;
	    pointer-events: none;
	    opacity: .05;
	}

	.review-right {
		max-width: 100%;
	}

	.pv-details h2, .wwd-list li a span, .s5-text-inner h2, .s5-text-inner h2 span, .see-what-we-did h2 {
	    font-size: 30px;
	}

	.ig-left,
	.ig-right {
		width: 100%;
		padding: 0;
	}
	.ig-right {
		margin-top: 50px;
	}

	section {
		overflow: hidden;
	}
	#slideshow .cycloneslider-template-video video {
		max-width: initial;
	}
	#slideshow canvas.slideshow-canvas {
		min-height: 323px;
	}
	.slideshow-tagline {
    	position: relative;
    	bottom: 0;
    	padding: 0 9.4% 35px;
    	line-height: 1.2;
    }
	#about {
		padding: 85px 5% 51px;
	}
	section.section-3 {
		/*height: initial!important;*/
	}
		#property-videos {
			/*position: relative;*/
		}	
			.pv:before {
				display: none;
			}
			.pv canvas {
				min-height: 236px;
				opacity: 1;
			}
	.swwd-details {
		bottom: 10%;
	}
	.wwd-inner {
		padding: 42px 14px 67px;
	}
		.wwd-inner:after {
		    left: 6px;
		    right: 5px;
		}

	#reviews .col-md-8:before {
		right: 3%;
	}
	.review-left h3 {
		font-size: 35px;
	}
	.review-name {
		font-size: 25px;
	}

	footer.footer {
		padding: 44px 0 34px;
		overflow: hidden;
		min-height: 680px;
	}
		.footer-inner:before {
		    content: '';
		    position: absolute;
		    top: -50px;
		    bottom: -50px;
		    left: 5px;
		    right: 4px;
		    border-left: 1px solid #fff;
		    border-right: 1px solid #fff;
		    opacity: .2;
		    pointer-events: none;
		}
		.footer-achievement {
			font-size: 16px;
			line-height: 26px;
		    max-width: 88%;
		    margin: 0 auto 39px;
		}
		.footer-info-list {
			margin: 0 0 39px;
		}
			.footer-info {
				width: 100%;
				text-align: center;
				font-size: 12px;
				line-height: 22px;
				margin-bottom: 39px;
			}
			    .footer-info:last-child {
			        margin-bottom: 0;
			    }
		.footer-copyright {
			font-size: 11px;
			line-height: 22px;
			padding: 34px 0 0;
			border-top: none;
		}
			.footer-copyright:before {
				content: '';
				position: absolute;
				top: 0;
				left: 0;
				right: 0;
				margin: 0 auto;
				width: 81%;
				height: 1px;
				background: #b7a47e;
				opacity: .25;
			}

	#content .entry-title,
	#content .archive-title {
		font-size: 50px;
	}

	.about-inner p,
	.wwd-inner p,
	.review-item,
	.oc-inner p,
	.ig-link,
	.ig-left p {
		font-size: 20px;
	}
	
	
	.pv_2,
	.pv_2 .swwd-item > canvas{
        height: calc(100vh - 63px);
    }
    
    .pv_2 .see-what-we-did h2{
        top:63px;
        bottom: unset;
    }
    
    .swwd-arrows{
    	/*display:none;*/
    	right: 0;
    }
    .swwd-commercial-arrows {
	    left: 0;
	}
    
    #section-6-7-8-merge{top: 63px;}
    section.section-6-7-8-merge,
    section.section-6-7-8-merge section,
    section.section-3{
            overflow: unset;
    }
    
    section.section-1{
        height: 100vh;
    }
    
    .footer-info .smi {
    	text-align: center;
    }
    .oc-list img:nth-child(11) {
    	margin-left: 1.5%;
    }
    .oc-list img:nth-child(12) {
    	margin-right: 1.5%;
	}
	.review-arrows {
		margin-top: 45px;
	}

	section.section-6-7-8-merge {
		background: #fff;
	}
} 

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */ 
@media only screen and (max-width: 767px) {
	*[class*="col-sm"] { width: 100%; }
    .col-xs-1 { width: 8.33333333%; }
    .col-xs-2 { width: 16.66666666%; }
    .col-xs-3 { width: 25%; }
    .col-xs-4 { width: 33.33333333%; }
    .col-xs-5 { width: 41.66666666%; }
    .col-xs-6 { width: 50%; }
    .col-xs-7 { width: 58.33333333%; }
    .col-xs-8 { width: 66.66666667%; }
    .col-xs-9 { width: 75%; }
    .col-xs-10 { width: 83.33333333%; }
    .col-xs-11 { width: 91.66666667%; }
    .col-xs-12 { width: 100%; }
    .ip-banner .container{
        width: 100%;
    }
    a.btn-a {
    	width: 121px;
    	height: 42px;
    	font-size: 10px;
    }
    
	    .section-title {
		    font-size: 28px;
		    line-height: 1.15;
		}
			.section-title span {
				font-size: 30px;
				-webkit-text-stroke-width: 1px;
				letter-spacing: 0
			}

	.about-inner .section-title {
	    margin-bottom: 9px;
	}
	.about-inner p {
		font-size: 16px;
		line-height: 1.38;
		margin-bottom: 44px;
	}
	.pv-details {
	    padding: 0 36px;
	    /*bottom: 51px;*/
	}
		.pv-details h2 {
			font-size: 22px;
			margin-bottom: 14px;
		}
	.custom-arrow-prev,
	.custom-arrow-next {
		font-size: 8px;
		letter-spacing: .25em;
	}
	.pv-arrows {
	    padding: 0 37px;
	    bottom: 27px;
	}
	    .pv-arrows button {
	        margin-right: 21px;
	    }

	.accent-logo:before {
		width: 367px;
		height: 290px;
	}
	.wwd-inner.accent-logo:before {
		right: -51px;
	}
	.wwd-inner .section-title {
	    margin-bottom: 19px;
	}
	.wwd-inner p {
		font-size: 16px;
		line-height: 1.38;
		margin-bottom: 50px;
	}
	.wwd-list li {
		padding-left: 25px;
		margin-bottom: 32px;
	}
		.wwd-list li:before {
		    bottom: 2px;
		    left: 2px;
		    font-size: 11px;
		}
		.wwd-list li a span {
		    font-size: 24px;
		    -webkit-text-stroke-width: 1px;
		    letter-spacing: -.03em;
		}

	.s5-text-inner {
		padding: 51px 0 46px 18px;
	}
		.s5-text-inner:before {
			left: 6px;
			right: 5px;
		}
		.s5-text-inner h2 {
			font-size: 22px;
			line-height: 1.23;
		}
			.s5-text-inner h2 span {
				font-size: 24px;
				-webkit-text-stroke-width: 1px;
				letter-spacing: 0;
			}
	#see-what-we-did-residential {
		padding: 0 0 39px;
	}
	#see-what-we-did-commercial {
		padding: 0 0 43px;
	}
		.see-what-we-did h2 {
			font-size: 22px;
		    bottom: calc(128.5% - 260px);
		    padding: 0 29px;
		}
		.swwd-item canvas {
			min-height: 266px;
			opacity: .65;
		}
		.swwd-details {
			bottom: 32px;
			padding: 0 29px;
		}
			.swwd-details h3 {
				font-size: 16px;
				letter-spacing: .05em;
			}
			.swwd-details a.btn-a{
				width: 161px;
				height: 42px;
				margin-top: 17px
			}

		.swwd-arrows {
		    position: relative;
		    bottom: 0;
		    left: 0;
		    right: 0;
		    margin: 0 auto;
		   	width: 100%;
		   	max-width: 350px;
		   	display: block;
		}
			.swwd-thumbnails {
			    margin: 0 -1px;
			}
				.swwd-thumb {
					padding: 10px 15px 0;
				}
				.swwd-thumb-imb {
					margin-top: 2px;
				}
					.swwd-thumb canvas {
						height: 172px;
					}

	#reviews {
		padding: 54px 18px 55px;
	}
		#reviews .col-md-8:before {
		    /*left: 6px;
		    right: 3px;*/
			left: -2px;
			right: -1px;
		    bottom: -1000px;
		}
		.review-left .section-title {
			margin-bottom: 3px;

		}
		.review-right:before {
			width: 57px;
			height: 44px;
			background-size: contain;
			position: relative;
		    display: block;
		    top: 0;
		    left: 0;
		    margin: 29px 0 10px;
		}
		.review-left h3 {
			font-size: 20px;
			line-height: 26px;
			max-width: 220px;
		}
		.review-item {
			font-size: 14px;
			line-height: 24px;
			letter-spacing: .05em;
		}
			.review-name {
			    font-size: 19px;
			    margin-top: 24px;
			}
			    .review-name img {
			        max-height: 15px;
			    }

		.review-arrows {
    		margin-top: 30px;
    	}
	.oc-inner {
	    padding: 69px 10px 78px;
	}
	    .oc-inner.accent-logo:before {
	    	display: none;
	    }
	    .oc-inner:after {
	    	left: 1px;
	    	right: 2px;
	    }
		.oc-inner .section-title {
		    margin: 0 0 11px;
		}
	    .oc-inner p {
	    	font-size: 16px;
	    	line-height: 24px;
	    	margin-bottom: 30px;
	    }
	    .oc-list {
			width: 290px;
			max-width: 100%;
			margin: 0 auto 43px;
	    }
		    .oc-list img {
			    margin-bottom: 32px;
			    margin-left: 0;
			    margin-right: 0;
			}
	    	.oc-list img.logo-kilroy {
	    		width: 151px;
	    		margin-top: 20px;
	    	}
	    	.oc-list img.logo-sbe {
	    		width: 82px;
	    	}
	    	.oc-list img.logo-the-agency {
	    		width: 115px;
	    	}
	    	.oc-list img.logo-hh {
	    		width: 131px;
	    	}
	    	.oc-list img.logo-ww {
	    		width: 129px;
	    	}
	    	.oc-list img.logo-itf {
	    		width: 77px;
	    	}
	    	.oc-list img.logo-compass {
	    		width: 133px;
	    	}
	    	.oc-list img.logo-soho {
	    		width: 101px;
	    	}
	    	.oc-list img.logo-revel {
	    		width: 120px;
	    	}
	    	.oc-list img.logo-wea {
	    		width: 69px;
	    	}
	    	.oc-list img.logo-side {
	    		width: 136px;
	    	}
	    	.oc-list img.logo-hbo {
	    		width: 84px;
	    	}

	#connect-instagram {
		padding: 51px 26px 62px;
	}
		#connect-instagram .section-title {
		    margin: 0 0 7px;
		}
		.ig-link {
			margin: 0 0 38px;
			font-size: 16px;
			letter-spacing: .1em;
		}
		.ig-left {
		    padding: 53px 0 31px;
		}
			#connect-instagram .ig-left .section-title {
				font-size: 18px;
			}
				.ig-left .section-title span {
					font-size: 24px;
				}
			.ig-left p {
				font-size: 16px;
				line-height: 22px;
				letter-spacing: .05em;
			}

	#content .entry-title,
	#content .archive-title {
		font-size: 30px;
	}

	.home .pv_2 .swwd-item > canvas {
	    height: 100%;
	}

	section.section-6-7-8-merge {
		height: 100% !important;
	}

	.pv_2 {
		height: 100% !important;
	}

	.pv_2-scroller {
		transform-style: flat !important;
	    will-change: auto !important;
	    transform: none !important;
	}

	#section-6-7-8-merge {
	    top: 0px;
	    position: relative;
	}

	.pv_2 #reviews {
	    height: 100%;
	}

	.pv_2-list {
	    position: relative;
	    overflow: hidden;
	    z-index: 1;
	    height: 100% !important;
	}

}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */ 
@media only screen and (max-width: 480px) {
	*[class*="col-xs"] { width: 100%; }
}
 
@media only screen and (max-width: 359px) {
	header.header, header.header.active {
		padding: 10.5px 0;
	}
		.header-logo, .active .header-logo {
		    width: 210px;
		}
		.header-navigation, .active .header-navigation {
		    width: calc(100% - 210px);
		}

	.slideshow-tagline .section-title {
		font-size: 26px;
	}
}