@media only screen and (min-width: 1200px) and (max-width: 1399px) { 
	.header-logo .text-2 {
		font-size: 16px;
	}
	.header-menu ul li {
		margin-right: 10px;
	}
	.header-button {
		margin-left: 20px;
	}

	.section-header-1 .content-box {
		width: 100%;
		max-width: 600px;
	}
}





/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1199px) { 
    .menu-toggle {
	    display: block
	}
	.header-button {
		display: none;
	}

	.section-header-1 .content-box {
		width: 100%;
		max-width: 600px;
	}
}





/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) { 
	.menu-toggle {
	    display: block
	}
	.header-button {
		display: none;
	}

	.hero-section .hero-form {
		margin-top: 50px;
	}

	.slider-section .slick-slide > div {
		padding: 0 50px;
	}

	.slick-arrow {
		width: 35px
	}

	.slider-section .image-box {
		padding: 20px;
		margin-right: 0;
	}

	footer {
		text-align: center;
	}

	footer ul {
		margin-bottom: 15px;
	}
}





/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) { 
	.menu-toggle {
	    display: block
	}
	.header-button {
		display: none;
	}

	.header-logo img{
		width: 60px
	}

	.header-logo .text-1 {
	  font-size: 10px;
	}

	.header-logo .text-2 {
	  font-size: 12px;
	}

	.hero-section .hero-form {
		margin: 50px 15px 0 15px;
		padding: 40px 20px;
	}

	.hero-form .character {
		margin-right: -28px;
	}

	.slider-section .slick-slide > div {
		padding: 0 50px;
	}

	.slick-arrow {
		width: 35px
	}

	.slider-section .image-box {
		padding: 15px;
		margin-right: 0;
		margin-bottom: 25px;
	}

	.pagination ul {
		margin: 15px 0;
	}

	.pagination ul li a {
		width: 30px;
		height: 30px;
		line-height: 30px;
	}

	footer {
		text-align: center;
	}

	footer ul {
		margin-bottom: 15px;
	}
}





/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 576px) and (max-width: 767px) { 

}