/* lg */ 
@media (min-width: 1400px) {
	.single-blog .btn.btn-primary {
		bottom: 40px;
	}	
}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {
	.brand-content {
		padding: 25px 20px;
	}
	.overlay a.folio-detail {
		font-size: 35px;
		top: 25px;
	}
	.overlay a.folio-detail, 
	.overlay a.folio-link {
		left: 30px;
	}
	.overlay h2 {
		font-size: 20px;
	}
	.overlay p {
		top: 15%;
		font-size:14px;
	}
	.overlay a.folio-link {
		bottom: 12px;
	}
	.social-icons {
		bottom: 25px;
	}
	
	.single-table {
		min-height: 528px;
	}
	
	.single-table p {
		min-height: 190px;
	}
	
	.single-blog, .entry-content {
		max-height: 274px;
	}
	

	.entry-content a h3 {
		font-size: 18px;
	}
	
	.entry-content p {
		font-size: 14px;
	}
}

/* sm */
@media (min-width: 768px) and (max-width: 991px) {
	#navigation .navbar-right {
		margin-right: 0;
	    padding-right: 40px;
	}
	
	a.navbar-brand img {
		width: 130px;
	}
	
	.navbar-brand.change-logo h2 img {
		display: none;
	}
	
	.navbar-brand.change-logo {
		width: 80px;
	}
	.navbar-brand.change-logo h1 img {
		width: 100%;
	}
	 
	#navigation .navbar-right li a {
		padding: 10px 8px;
	}
	
	#navigation .navbar-fixed-top .navbar-right li a {
		padding: 15px 10px;
		font-size: 11px;
	}
	
		
	.single-blog .btn.btn-primary {
		bottom: 40px;
	}
	
	
	.container>.carousel-arrows {
		left:15px;
	}
	.brand-content {
		padding: 15px;
		min-height: 210px;
	}
	
	.single-table {
		min-height: 515px;
	}
	
	.single-table h2,
	.single-table p {
		padding-left: 18px;
		padding-right: 18px;
		margin-left: 0;
		margin-right: 0;
	}
	
	.btn-signup {
		margin-left: 15px;
	}
	
	.single-table p {
		min-height: 235px;
		padding-bottom: 15px;
	}
	
	#service .col-md-3 {
		margin-bottom: 45px;
	}
	.portfolio-items li {
		width: 49.97%;
	}
	.portfolio-content .overlay {
		padding: 40px;
	}
	.overlay a.folio-detail {
		top:50px;			
		font-size:45px;
	}
	.overlay a.folio-detail, 
	.overlay a.folio-link {
		left: 40px;
	}
	.overlay p {
		top: 22%;
		font-size: 14px;
	}
	.about-content {
	}
	.skills-section {
		margin-left:-15px;
	}
	.skill-data {
		margin-left: -22px;
		line-height:160px;
	}
	.skill-circle canvas {
		width:100% !important;
	}
	.team-member .overlay h4 {
		top:0;
	}
	.team-member .overlay p {
		top: -3%;
		line-height: 20px;
	}
	.social-icons {
		]bottom: 7px;
	}
	.social-icons li {
		margin-right: 17px;
	}
	.blog-image img {
		width: 100%;
	}
	h3.timer {
		font-size: 80px;
	}
	.client-left, .client-right {
		bottom: -10px;
		font-size: 48px;
	}

}


/* xs */
@media (max-width: 767px) {
	body {
		font-size: 14px;
	}
	h1 {
		font-size: 20px;
	}
	h2 {
		font-size: 18px;
		text-align: center;
	}
	h3 {
		font-size: 17px;
	}
	
	p {
		text-align: center;
	}
	
	ul {
		margin-top: 10px;
	}
	
	.parallax-section {
		display: none;
	}
	/*Navigation*/
	.top-bar {
		display: none;
	}
	.search {
		display: none;
	}
	
	.brand-content {
		background-color:rgba(0,0,0, .8);
	}
	.main-nav {
		background-color:rgba(0,0,0, .8);
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
	}
	a.navbar-brand {
		height: 63px;
		width: 245px;
		padding:15px 0 0 15px;
	}
	a.navbar-brand img {
		margin-top: -32px;
		width: 100%;
		float: left;
	}
	
	a.navbar-brand h2 img {
		width: 75px;
		margin-top: -11px;
		margin-left: 10px;
	}
	 
	.navbar-brand h1 {
		max-width: 65px;
		float: left;
		padding-top: 3px;
	}
	.navbar-brand h2 {
		margin-top:5px;
		display: block;
		font-size: 18px;
	}
	#navigation .navbar-right {
		margin: 0;
		padding: 0;
		text-align: right;
		margin-right: -15px;
		margin-left: -15px;
		padding-right: 15px;	
}
	#navigation .navbar-right li a {
		padding: 6px 25px;
		font-size: 12px;
	}

	/*Home Carousel*/
	#home-carousel .item {
		height: 650px;
	}
	.carousel-caption {
		top: 75px;
		left: 0;
		right: 0;
	}
	
	.carousel-caption h1, 
	.carousel-caption p {
		display: none;
	}
	.carousel-caption h1, 
	.brand-content h2 {
		text-align: left;
		font-size:14px;
		margin-top: 10px;
		margin-bottom: 5px;
	}
	.carousel-caption h2 {
		font-size:36px;
		margin-top: 70px;
		text-align: left;
	}
	.container > .carousel-arrows {
		top:260px;
		left:15px;
	}
	.home-carousel-left, 
	.home-carousel-right {
		font-size:24px;
	}
	.home-carousel-right {
		left:18px;
	}
	
	.home-box {
		margin-bottom: 5px;
	}
	.brand-promotion {
		bottom: 50px;
		left: 0px;
		right: 10px;
	}
	.brand-content p {
		font-size: 12px;
		margin-bottom: 0;
		font-weight: 300;
		text-align: left !important;
	}
	/*Service*/
	.padding-top {
		padding-top: 45px
	}
	.padding-bottom, 
	.section-title {
		padding-bottom: 45px;
	}

	#service .col-md-3 {
		float: left;
		margin-bottom: 45px;
		width: 50%;
	}
	.skill {
		margin-bottom: 30px;
	}
	.skill-circle canvas {
		width:100% !important;
	}
	.skill-data {
		font-size: 20px;
		line-height: 195px;
		margin-left: -18px;
	}
	.service-text h4 {
		margin-bottom: 15px;
	}
	#team-carousel .carousel-inner .col-sm-3 {
		width: 50%;
		float: left;
	}
	.team-carousel-left, 
	.team-carousel-right {		
		bottom: -65px;
		font-size: 18px;
		height: 40px;
		line-height: 45px;
		width: 40px;
	}
	.team-carousel-left {
		margin-left: -50px;
	} 
	.team-carousel-right{
		margin-right: -50px;
	}
	/*Parallax*/
	.parallax-content h1 {
	  line-height: 30px;
	}
	/*Works*/
	.portfolio-items li {
		width: 49.97%;
	}
	.filter li a {
		font-size: 16px;
		padding: 2px 10px;
	}
	.portfolio-content .overlay {
		padding: 20px;
	}
	.overlay a.folio-detail {
		font-size: 35px;
		top:25px;
	}
	.overlay a.folio-detail, 
	.overlay a.folio-link {
		left: 25px;
	}
	
	.overlay p {
		top: 22%;
		font-size: 12px;
	}
	/*Blog*/
	
	.about-content .col-sm-3 {
		width: 33%;
		float: left;
	}
	
	
	.single-blog .btn.btn-primary {
		bottom: 30px;
	}
	
	.entry-content {
		padding: 10px 30px 30px;
	}
	.entry-content a h2 {
		line-height: 24px;
		margin-bottom: 10px;
	}
	.entry-meta span a {
		font-size: 14;
	}
	.post-date {
		font-size: 30px;
		line-height: 24px;
		padding: 10px 20px 0;
	}
	.post-date span {
		font-size: 15px;
	}
	
	#fun-fact {
		display: block;
		background-size: auto;
		padding-bottom: 50px;
	}
	
	#fun-fact .parallax-content {
		padding-bottom: 0px;
	}

	/*fun fact*/
	#fun-fact .funs i {
		font-size: 35px;
		margin-bottom: 0;
	}
	h3.timer {
		font-size: 45px;
		margin-top: 10px;
	}
	.btn.btn-default{
		padding: 10px 50px 8px;
		font-size:12px;
	}
	
	#species .single-table h2 {
		font-size: 14px;
	}
	
	#responsibility .col-sm-3,
	#responsibility .col-sm-6 {
		width: 50%;
		float: left;
	}
	
	.single-table img {
		min-width: 100%;
		max-width: 100%;
	}
	/*Clients*/
	#clients {
		overflow: hidden;
	}
	#clients-carousel .item ul li {
		width: 50%;		
	}
	
	.client-left, .client-right {
		display: none;
	}
	#news p {
		text-align: left;
	}
	
	#news .entry-content p {
		display: none;
	}
	
	/*Pricing Table*/
	.pricing-table .col-sm-3 {
		width: 50%;
		float: left;
	}
	.single-table {
		margin-bottom: 35px;
	    min-height: 0;
	}
	.single-table h2, .single-table p {
		text-align: left;
	}
	#species img {
		max-height: 120px;
	}
	
	.single-table p {
		min-height: 100px;
	}
	
	.contact-content h2 {
		min-height: 0;
	}
	hr {
		width: 40%;
		margin: 10px auto !important;
	}
	#twitter i {
		font-size: 60px;
		margin-bottom: 20px;
	}
	/*Contact*/
	.contact-content .col-sm-4 {
		margin-bottom: 35px;
	}
	#contact-us img {
		display: none;
	}
	#gmap {
		height: 300px;
	}
	#footer {
		padding-bottom: 7px;
		padding-top: 18px;
	}
	#footer a.to-top {
		top:-12px;
	}
}

/* XS Portrait */
@media (max-width: 479px) {
	.container > .carousel-arrows {
		top:315px;
	}
	#service .col-md-3 {
		float: none;
		margin-bottom: 45px;
		width: 100%;
	}
	
	.service-text {
		min-height: 395px;
	}
	.service-text p {
		min-height: 11	0px;
	}
	#news p {
		display: block;
	}
	
	.portfolio-items li {
		width: 99.97%
	}
	.portfolio-content .overlay {
		padding: 100px 30px 30px 30px;
	}
	.overlay a.folio-detail, 
	.overlay a.folio-link {
		left: 33px;
	}
	
	.overlay p {
		top:5px;
	}
	.overlay a.folio-detail {
		top:50px;
	}
	.skill-data {
		line-height: 120px;
	}
	#team-carousel .carousel-inner .col-sm-3, 
	.pricing-table .col-sm-3 {
		width: 100%;
		float: none;
	}
	
	article h3 {
		font-size: 40px;
	}
	
	#blog-details {
		margin-top: 10px;
	}
	.blog-content .entry-post p {
		text-align: left;
	}
	
	.single-blog {
		height: auto;
	}
	.single-blog img {
		width: 100%;
	}
	.blog-image, 
	.entry-content {
		float: left;
		width: 50%;
	}
	
	.entry-content a h3 {
		font-size: 16px;
	}
	.entry-content {
		min-height: 281px;
		padding: 10px 15px 15px;
	}
	.entry-content p {
		display: none;
	}
	.funs .col-xs-4 {
		width: 100%;
		margin-bottom: 35px;
	}
	
	
}

