@charset "utf-8";
/*------------------------------------------------------------------
[Responsive Stylesheet]
J - Modified for Bootstrap queries
-------------------------------------------------------------------*/

/* ==============================
   Mobile device JS test (GLOBAL)
   ============================== */

.mobile .work-item .work-intro,
.mobile .work-item .work-img:after {
	display: none;
}
.mobile .work-item:hover .work-img > img{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.mobile .owl-prev, .mobile .owl-next {
	display: none;
}

/* ==============================
   Large desktop
   ============================== */
@media only screen and (min-width: 2000px) {
	.edge-container,
	#topnav.stick-fixed {
		margin: 0 auto !important;
	}
	
	#topnav.stick-fixed {
		max-width: none !important;
		width: 100% !important;
	}
	
}

/* ==============================
   Avg desktop
   ============================== */
@media only screen and (min-width: 1500px) {
	
	.edge-container,
	#topnav.stick-fixed {
		margin: 0 5%;
		width: 90%;
	}
	
	#pagination-navi {
		right: 2%;
	}
	
}

@media only screen and (min-width: 1367px) {
	
    #interiors-slider,
    #map-canvas {
    	height: 700px !important;
    }
	
}  

/* ==============================
   Small desktop
   ============================== */

@media only screen and (max-width: 1366px) {
	
    .inner-nav ul li {
        margin-left: 25px;
    }
	
}  

/* ==============================
   Bootstrap - MEDIUM
   (And down)
   ============================== */
@media only screen and (max-width: 1199px) {
    
    .edge-container,
    #topnav.stick-fixed {
    	margin: 0;
    	width: 100%;
    }
    
    p.quote {
    	font-size: 2em;
    }
    
    #hero .logo img {width: 310px;}
    h3.collectors {
    	font-size: 5em;
    }
    .collectorsLogo {
    	width: 540px;
    }
    
    .sold-sticker {
    	font-size: 1.35em;
    }
    
}

	/* ==============================
	   Bootstrap - MEDIUM
	   ONLY
	   ============================== */
	@media only screen and (min-width: 992px) and (max-width: 1199px) {
	    
	    .gut-md-off {
	    	padding-left: 0;
	    	padding-right: 0;
	    }
	    .container-fluid.gut-md-off {
	    	max-width: none;
	    }
	    
	    #interiors-slider,
	    #map-canvas {
	    	height: 650px !important;
	    }
	    
	    .mobile #map-canvas {
	    	height: 600px !important;
	    }
	    
	    
	}

	/* ==============================
	   Tablet landskape
	   ============================== */
	
	@media only screen and (max-width: 1024px) {
		
	    .page-section, .home-section, .small-section{
		    background-attachment: scroll !important;
	        background-size: cover !important;
	        background-position: center center !important;
	    }
		
	    .owl-pagination {
	        bottom: 25px;
	    }
	    .section-bot-image {
	        margin: 120px 0 -120px;
	    }
		
	    .lp-item {
	        width: 50%;
	    }
	    .lp-item:nth-child(4n + 5){ 
	        clear: none; 
	    }
	    .lp-item:nth-child(2n + 3) {        
	        clear:left;
	    }
	    .lp-title, .lp-author{
	        font-size: 13px;
	    }
	
	}


/* ==============================
   Bootstrap - SMALL
   (And down)
   ============================== */
@media only screen and (max-width: 991px) {
    
    .mod-breadcrumbs:not(.align-center):not(.mod-breadcrumbs-mini){
        text-align: left !important;
    }
    
    .intro-box.collectors .title {
    	font-size: 1.6em;
    	max-width: 320px;
    }
    
    .intro-box.collectors .deco-v {
    	height: 40px;
    }
    
    .avenir-views h3 {
    	top: 30px;
    }
    
    .collectorsLogo {
    	width: 500px;
    }
    
    .split-section-headings,
	.split-section-headings.left,
	.split-section-headings.right,
	.split-section-content,
	.split-section-content.left,
	.split-section-content.right{
		float: none !important;
		width: auto;
	}
	
	.split-section-headings .section-title{
		font-size: 35px;
		letter-spacing: 5px;
	}
	
    
    .features-icon {
        font-size: 64px;
    } 
	.features-title {
        font-size: 20px;
    }
	.features-descr{
		font-size: 14px;
	}
	
	.work-item,
	.work-grid-3 .work-item,
    .container .work-grid-3 .work-item,
    .work-grid-5 .work-item{
        /*width: 50%;*/
    }
    
    
    
    .gut-sm {
    	padding-left: 50px;
    	padding-right: 50px;
    }
    
    .force-max {
    	max-width: none;
    }
    
   .gap-right {
	    padding-left: 0;
	   	padding-right: 15px;
   }
   .gap-left {
	    padding-left: 15px;
	   	padding-right: 0;
   }
   .gut-sm-off {
   	padding-left: 0 !important;
   	padding-right: 0 !important;
   }
   
   
   #pagination-navi {
   	display: none !important;
   }
   
   .page-section .intro-box p {
   	font-size: 2.000em;
   	line-height: 1.429em;
   }
   
   .big-icon{
       width: 60px;
       height: 60px;
       margin-left: -30px;
       margin-top: -30px;
       line-height: 56px;
       font-size: 24px;
       margin-bottom: 0;
   }
   
   #overview {
   	padding: 6em 0;
   }
   
   .sold-sticker {
   	width: auto;
   	height: auto;
   	line-height: 100%;
   	background-color: transparent;
   	font-size:inherit;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	
	display: none;
   }
    
}

	/* ==============================
	   Bootstrap - SMALL
	   ONLY
	   ============================== */
	@media only screen and (min-width: 768px) and (max-width: 991px) {
	
		#interiors-slider {
			height: 550px !important;
		}
		#map-canvas {
			height: 500px !important;
		}
		.mobile #map-canvas {
			height: 475px !important;
		}
		.intro-box-sm {background: #eef6fa;}
		.gut-sm-15 {padding-left: 15px; padding-right: 15px;}
		.gut-sm-20 {padding-left: 20px; padding-right: 20px;}
		.gut-sm-30 {padding-left: 30px; padding-right: 30px;}
		
		
		
		/* ==============================
		   Cross decos
		   ============================== */
		   .deco-v,
		   .deco-h {
		   	height: 53px;
		   }
		   .deco-h {
		   	width: 43px;
		   	height: 1px;
		   }
	
	}

/* ==============================
   Bootstrap - XS
   (And down)
   ============================== */
  
@media only screen and (max-width: 767px) {
	
	.gut-xs-off {
		padding-left: 0;
		padding-right: 0;
	}
	.gut-xs {
		padding-left: 50px;
		padding-right: 50px;
	}
	.gut-xs.gut-carousel {
		padding-left: 35px;
		padding-right: 35px;
	}
	.avenir-views h3 {
		top: 30px;
		margin-top: 0;
	}
	.collectorsLogo {
		width: 380px;
	}
	
	#interiors-slider {
		height: 450px;
	}
	
	#hero .logo img {
		width: 100%;
		max-width: 290px;
	}
		h3.collectors {
			font-size: 3em;
		}
		
		h4.strap {
			font-size: 1.3em;
			max-width: 250px;
		}
	
	.logo.nm {
		margin-top: 0;
	}
	
	.sold-sticker {
		color: inherit;
	}
	
	h4.bottom {
		display: block;
		position: static;
		bottom: auto;
		left: 0;
		width: 100%;
		margin: 30px auto 0 auto;
	}
	
	#overview {padding: 4em 0;}
	#overview h2 {
		max-width: 350px;
		margin-left: auto;
		margin-right: auto;
		padding: 0 10px;
		font-size: 2em;
	}
	
	.banner-small {
		padding: 5em 0;
	}
	.banner-small h2 {
		font-size: 2em;
	}
	
	.page-section p {
		font-size: 1.143em;
		line-height: 1.786em;
	}
	.page-section p.small {
		font-size: 0.929em;
		line-height: 1.714em;
	}
	.hs-banner.big {font-size: 2.143em; padding: 0 15px;	}
	
	.owl-pagination {
        bottom: 17px;
    }
	
	.section-bot-image {
        margin: 70px 0 -70px;
    }

	.works-filter a{
		padding-left: 10px;
		padding-right: 10px;
		margin: 4px;
	}
	    
    #map-canvas{
        height: 400px;
    }
    .mobile #map-canvas {
    	height: 400px !important;
    }
    
    .fm-logo-wrap{
        top: 17px;
        left: 17px;
    }
    .fm-button{
        top: 17px;
        right: 17px;
    }
	
	/* mq sep */
	
	.works-filter a{
		padding-left: 10px;
		padding-right: 10px;
		margin: 4px;
		width: 46%;
		font-size: 11px;
	}	
	
    blockquote p {
        font-size: 20px;
    }
    
    blockquote footer {
        margin-top: 0;
        font-size: 12px;
    }   
    
    .cf-left-col,
    .cf-right-col{
        width: auto;
        margin-right: 0;
        float: none;
    }
	
    .section-more,
    .section-more.left,
    .section-more.right{
        float: none !important;
        display: block;
    }
    
    .top-bar{
        min-height: 0;
    }
    .top-links{
        float: none !important;
        padding: 5px 0;
        text-align: center;
    }
    .top-links li,
    .top-links li:last-child{
        float: none;
        border:none;
        display: inline-block;
    }
    .top-links li a{
        display: inline-block;
        min-width: 0;
        height: auto;
        line-height: 1;
        padding: 0 5px;
    }
    .top-links li a:hover,
    .top-bar.dark .top-links li a:hover{
        background: none;
    }
    
    .side-panel{
        padding-bottom: 20px;
    }
    .sp-logo-wrap{
        max-width: 100px;
        margin: 0 auto;
    }
    .sp-logo-wrap .logo{
        padding: 20px 0 0 0;
    }
    .sp-menu-links a{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .sp-social-links{
        width: auto;
        position: static;
        padding-bottom: 10px;
    }
    
    .text-mobile {
        font-size: 110%;
        line-height: 1.2;
    }
    
    .fm-menu-links a{
        font-size: 1.714em;
    }
    
    #footer a {
    	color: #777;
    }
}

	@media only screen and (min-width: 581px) and (max-width: 620px) {#interiors-slider {height: 400px !important;}}
	@media only screen and (min-width: 541px) and (max-width: 580px) {#interiors-slider {height: 373px !important;}}
	@media only screen and (min-width: 481px) and (max-width: 540px) {#interiors-slider {height: 347px !important;}}


/* ==============================
   Phone
   ============================== */
  
@media only screen and (max-width: 480px) {
    
    #interiors-slider {
    	height: 320px;
    }
    
    .collectorsLogo {
    	width: 290px;
    }
    
    .gut-xs,
    .gut-sm {
    	padding-left: 30px;
    	padding-right: 30px;
    }
    .gut-xs.gut-carousel {
    	padding-left: 15px;
    	padding-right: 15px;
    }
    
    
    .btn-mod.btn-large {
        padding: 8px 15px;
        font-size: 13px;
    }
    .form input[type="text"].input-lg,
    .form input[type="email"].input-lg,
    .form input[type="number"].input-lg,
    .form input[type="url"].input-lg,
    .form input[type="search"].input-lg,
    .form input[type="tel"].input-lg,
    .form input[type="password"].input-lg,
    .form input[type="date"].input-lg,
    .form input[type="color"].input-lg,
    .form select.input-lg{
        height: 38px;
    }
	
   .scroll-down {
        bottom: 10px;
		height: 34px;
		line-height: 34px;
    }
    .scroll-down-icon {
        width: 22px;
        margin-left: -11px;
    }	
	.scroll-down span{
		display: none;
	}
	
	.nav-bar-compact{
		top: 0;
		left: 0;
	}
	
	.owl-pagination {
        bottom: 10px;
    }	
    
    .owl-prev, .owl-next {
    	display: none;
    }
    .owl-page {
        padding-left: 8px;
        padding-right: 8px;
    }
	
	.section-bot-image {
        margin: 50px 0 -50px;
    }
	
    .section-title,
	.split-section-headings .section-title,
	.wide-heading {
        font-size: 24px;
		letter-spacing: 2px;
    }	
    .section-heading,
	.sub-heading{
        font-size: 15px;
    } 
	.section-text {
        font-size: 15px;
        line-height: 1.7;
    }
	
	
    .work-container {
        padding: 30px 0;
    }
	.margin-bot{
        margin-bottom: 30px;
    }
	
	.section-text, 
	.text{
		line-height: 1.7;
	}
		
		
    .works-filter a{
		width: 100%;
        margin-left: 0;
        margin-right: 0;
	}	
	
	.work-item,
    .work-grid-2 .work-item,
	.work-grid-3 .work-item,
    .container .work-grid-3 .work-item,
    .work-grid-5 .work-item {
        width: 100%;
    }	
    
	.work-full-text{
		margin-top: 30px;
	}
	.work-full-title{
		font-size: 20px;
	}
	
	
	
	.separ-space{
		display: block;
		height: 10px;
	}
    
    
    .bot-menu-item{
        font-size: 16px;
    }
    
    #map-canvas {
        height: 300px;
    }
    
   .fixed-height-small{
        min-height: 300px;
    }
    .fixed-height-medium{
        min-height: 350px;
    }
    .fixed-height-large{
        min-height: 400px;
    }
    
    
    
    .fm-menu-links a{
        font-size: 1.286em;
    }
}


/* ==============================
   Small Phone
   ============================== */
  
@media only screen and (max-width: 319px) {
	
  	.nav-social-links{
  		display: none;
  	}
}


/* ==============================
   Max Height 768
   ============================== */

@media only screen and (max-height: 767px) {

    .sp-social-links {
        padding-bottom: 10px;
        position: static;
        width: auto;
    }
}
