
@media (min-width: 992px) and (max-width: 1199px) {
	
	.portfolio-box { width: 205px; }
	
	.testimonial-list .testimonial-image { width: 12%; }
	.testimonial-list .testimonial-text { width: 88%; }
	ul.navbar-nav, ul.navbar-nav li, ul.navbar-nav li.active a { font-size: 20px; }
	
}

@media (min-width: 768px) and (max-width: 991px) {
	
	ul.navbar-nav li a { padding-left: 15px; padding-right: 15px; }
	
    .portfolio-box { width: 210px; }
    .testimonial-list .testimonial-image { width: 15%; }
	.testimonial-list .testimonial-text { width: 85%; }
	
	.call-to-action-text p { width: 75%; }
	.call-to-action-text .call-to-action-button { width: 25%; }
	
	.flickr-feed a { width: 50px; margin-right: 2px; }
	
	.flex-direction-nav a { top: 30px; width: 30px; height: 30px; padding-top: 7px; }
	.flex-direction-nav a:before { font-size: 18px; }
	ul.navbar-nav, ul.navbar-nav li, ul.navbar-nav li.active a { font-size: 18px; }
	ul.navbar-nav li a { padding: 14px 11px; }

}

@media (max-width: 860px) {
    h1 {  /*font-family: 'Poiret One', cursive;
    font-weight:900;
    font-family: 'Open Sans Condensed', sans-serif;
	letter-spacing:2px;*/ }
	
}

@media (max-width: 768px) {
	p { font-size:15px }
	.flex-caption { width: 100%; bottom: 0; }
	.navbar-brand {
	margin-top:-45px;
	}
	.navbar>.container .navbar-brand { margin-left: 15px; }
	.navbar-collapse { border: 0; }
	/*.navbar-toggle { margin: 10px 120px 0 auto; }*/
	.navbar-toggle {
		margin-top: 0px;
		left:10px;
		float:left;
		border: 1px solid #ff6600 
	}
	.navbar-header {
}
	ul.navbar-nav {
		/*margin: -50px auto 0 auto
	margin-top:0px;*/
    position: absolute;
	z-index:10;
	left:80px;
	top:5px;
	background:#ffffff;
		border: 1px solid #ff6600 
	}
	.navbar-toggle .icon-bar { background: #dc381f;height:4px;width:38px }
	ul.navbar-nav li a { padding: 8px 20px; text-align: center; }
	ul.navbar-nav li a br { display: none; }
	ul.navbar-nav li a i { padding-right: 7px; }
	.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header { padding: 15px 20px; }
	ul.navbar-nav li .dropdown-menu a { 
		font-size: 15px;
    	padding-top: 2px; 
    	padding-bottom: 2px; 
	}
	.slider-2-text h1, .slider-2-text p { padding-left: 15px; padding-right: 15px; }
	
	.page-title-container p { display: block; margin: 10px 0 6px 0; line-height: 24px; }
	
	.portfolio-masonry { padding: 0; }
    .portfolio-box { width: 100%; margin: 30px 0 0 0; padding: 0 30px; }
	
	.testimonial-list .testimonial-image { float: none; width: auto; text-align: center; }
	.testimonial-list .testimonial-text { float: none; width: auto; margin-top: 30px; text-align: center; }
	.testimonial-list .nav-tabs { margin-top: 20px; text-align: center; }
	
	.call-to-action-text p { float: none; width: auto; padding-left: 0; text-align: center; }
	.call-to-action-text .call-to-action-button { float: none; width: auto; margin-top: 15px; margin-bottom: 15px; padding-right: 0; text-align: center; }
	
	footer { padding-top: 40px; }
	.footer-box { text-align: center;color:#ffffff; }
	.footer-box-text-subscribe input[type="text"] { max-width: 300px; }
	.flickr-feed a { margin-left: 2px; margin-right: 2px; }
	.footer-copyright, .footer-social { text-align: center; }
	.footer-social a { margin: 0 5px; }

}

@media (max-width: 400px) {
	
	.flex-caption { display: none; }
	.flex-direction-nav a { top: 30px; width: 30px; height: 30px; padding-top: 7px; }
	.flex-direction-nav a:before { font-size: 18px; }
	
}


/* Retina-ize images/icons */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1dppx) {
	
	/* logo */
    .navbar-brand {
    	/*background-image: url(../img/logo@2x.png) !important; background-repeat: no-repeat !important; background-size: 218px 63px !important;*/
    	background-image: url(../img/logo@3x.png) !important; background-repeat: no-repeat !important; background-size: 205px 145px !important;
    }
	
}
