/* RWD */

@media all and (max-width: 1366px) {


	/* Page filter */

	.page-filter .col-md-2 {
		width: 25%;
	}

	.page-filter .row .col-md-2:last-child {
		width: 50%;
	}
	
}

@media all and (max-width: 1365px) {

	/* Section 01 */

	.image-captions {
		bottom: 60px;
	}

	.image-captions h3 {
		font-size: 26px;
		line-height: 30px;
	}

}

@media all and (max-width: 1279px) {



}

@media all and (max-width: 1199px) {

	/* Section 01 */

	.image-captions h3 {
		font-size: 22px;
		line-height: 26px;
	}

	.image-captions p {
		font-size: 14px;
	}

	/* Section 02 */

	.elements-list h5 {
	    font-size: 20px;
	}
	
}

@media all and (max-width: 991px) {

	/* Navbar top */

	.nav-top li a {
		padding: 33px 10px 0 10px;
		font-size: 14px;
	}

	/* Sections */

	section {
		padding: 30px 0;
	}

	section .section-title {
		margin: 0 0 30px;
		font-size: 32px;
	}

	/* Section 01 */

	.image-captions {
		bottom: 40px;
	}

	.image-captions h3 {
		margin: 0 0 12px;
		font-size: 20px;
		line-height: 26px;
	}

	/* Section 02 */

	.elements-list h5 {
	    font-size: 16px;
	}

	.elements-list figure img {
		max-width: 80%;
	}

	/* Section 05 */

	.single-person:nth-child(3)::after {
		display: none;
	}

	.single-person + .single-person::after {
	    width: 400px;
	}

	/* Office map */

	.map-office {
		position: relative;
		margin: 0;
		min-height: 370px;
	}

	/* Site footer */

	.nav-footer li + li {
		margin-left: 15px;
	}

}

@media all and (max-width: 767px) {

	body {
		padding-top: 75px;
	}

	/* Navbar top */

	.collapse {
		display: none;
	}

	.navbar-top {
		height: 75px;
	}

	.navbar-top .logo {
		top: 15px;
	}

	.navbar-top .logo a {
		width: 103px;
		height: 45px;
		margin: auto;
		padding: 0;
		border: 0;
	}

	#navbar-top {
		position: absolute;
		top: 75px;
		right: 0;
		left: 0;
		width: 100%;
		margin: 0;
		padding: 0 15px;
		background-color: #fff;
		box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05);
	}

	#navbar-top .nav-top {
		display: block;
		width: 100%;
		margin: 0;
		padding: 0;
		float: none;
	}

	#navbar-top .nav-top li {
		display: block;
		float: none;
		border-top: 1px solid #f8f9fc;
	}

	#navbar-top .nav-top li a {
		height: auto;
		padding: 13px 15px;
		text-align: center;
	}

	#navbar-top .nav-top li.current-menu-item a {
		background-color: #ce1360;
		color: #fff;
	}

	/* Section 01 */

	#section-1 {
		height: 211px;
	}

	#section-1 img {
		position: absolute;
		right: 0;		
		width: 767px;
		max-width: none;
		height: 211px;
		transform: translate(0, 0);
	}

	/* Section 02 */

	.elements-list .inner {
		padding: 10px 15px;
	}

	.elements-list figure {
		height: 95px;
	}

	/* Section 03 */

	#section-3 .row > div:first-child {
		padding-right: 15px;
	}

	/* Section 04 */

	#section-4 .row > div:first-child {
		padding-top: 0;
		padding-bottom: 30px;
	}

	#section-4 .btn {
		margin-top: 20px;
	}

	/* Section 05 */

	.single-person + .single-person::after {
		display: none;
	}

	/* Subpages */

	.storycontent img {
		display: block;
		max-width: 100%;
		height: auto;
		margin: 30px auto 5px;
		float: none;
	}

	.storycontent .gallery img {
		margin: 0;
	}

	.gallery .row > div {
		width: 50%;
	}

	.widget {
		margin: 0 0 15px;
	}

	/* Site footer */

	.site-footer .copyrights {
		float: none;
		text-align: center;
	}

	.nav > li {
    	display: inline-block;
    }

    .nav-footer {
    	float: none;
    	text-align: center;
    }

	/* Subpages */

	/* Footer */

	.site-footer .side {
		padding: 20px 15px 0 15px;
	}
	
}

@media all and (max-width: 660px) {

	#slider-main .item-content .btn + .btn {
		margin: 15px 0 0;
	}

	.btn {
		width: 100%;
	}

}

@media all and (max-width: 479px) {

	/* Site footer */

	.nav > li {
    	display: block;
    }

    .nav-footer li + li {
    	margin: 15px 0 0;
    }

    .site-footer em {
    	display: block;
    }
	
}