
@media screen and (min-width: 992px) and (max-width: 1199px) {

	.section-1-box .section-1-box-icon { width: 60px; height: 60px; font-size: 32px; line-height: 60px; }
	
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.section-description { margin-top: 30px; padding-bottom: 10px; }
	

	.navbar-expand-md .navbar-nav .nav-link { padding-left: 0.6rem; padding-right: 0.6rem; }
	
	.inner-bg { padding: 180px 0; }

	.section-description p { padding: 0; }
	
	.section-1-box .section-1-box-icon { width: 50px; height: 50px; font-size: 26px; line-height: 50px; }
	
	.section-3-box .section-3-box-icon { width: 50px; height: 50px; font-size: 26px; line-height: 50px; }

	.section-container{padding-bottom: 60px;}


	h1.okss-h1 span{margin-top:80px;}

}

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

	.section-container{padding-bottom: 40px;}

	.section-description {
		margin-top: 10px; padding-bottom: 10px;
	}	
	h1.okss-h1 span, h2.okss-h2 span {
		display:block; 
		margin-top: 30px;
		font-size: 23px;
		font-weight: 700;
		color: #000;
		line-height:1.9rem;
	}
	.small, small { display: block; font-size: 60%;	font-weight: 300; line-height: 1.5;}

	h1.okss-h1 span{margin-top:80px; color: #fff;}
	
	.navbar.navbar-no-bg { background: #444; }
	.navbar-dark .navbar-toggler { border-color: #444; }
	.navbar-dark .navbar-toggler:focus { background: #333; outline: 0; }
	.navbar-expand-md .navbar-nav .nav-link { padding-top: 0.3rem; padding-bottom: 0.3rem; }
	.navbar-search-form { padding-top: 0.6rem; }
	.navbar-search-form input[type="search"] { width: 100%; text-align: center; }

	.inner-bg { padding: 100px 0 80px 0; }
	
	.section-description p { padding: 0; }
	
	.section-1-container { padding-bottom: 60px; }
	.section-1-box { text-align: center; }
	.section-1-box h3 { margin-top: 20px; padding-top: 10px; }
	
	.section-3-box { text-align: center; }
	.section-3-box h3 { margin-top: 20px; padding-top: 10px; }

	#page_top {
		width: 50px;
		height: 50px;
		position: fixed;
		right: 0;
		bottom: 0;
		background: #3f98ef;
		opacity: 0.6;
		margin-bottom: 46px;
	}


}

@media screen and (max-width: 415px) {
	.section-container{padding-bottom: 20px;}
	

	h1, h2 { font-size: 32px; }

	#page_top {
		width: 50px;
		height: 50px;
		position: fixed;
		right: 0;
		bottom: 0;
		background: #3f98ef;
		opacity: 0.6;
		margin-bottom: 46px;
	}
}


/* Retina-ize images/icons */

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
	
	/* logo */
    .navbar-brand {
    	background-image: url(../img/logo.svg) !important; background-repeat: no-repeat !important; background-size: 139px 45px !important;
    }
	
}
