@media screen and (min-width: 1440px) {

	/* MAIN BANNER */

	.banner-item .item-info {
		top: 50%;
		transform: translate(-50%, -50%);
	}

	.clients-info {
		width: 666px;
	}

}

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

	body {
		font-size: 15px;
	}

	/* HEADER */

	.main-header:before {
		width: 20%;
	}
	.main-header .logo {
		padding-left: 0;
	}
	.main-menu ul li a {
		padding-left: 10px;
		padding-right: 10px;
	}

	/* MAIN BANNER */

	.main-banner .slick-arrow {
		margin-top: -65px;
	}

	.banner-item .item-info {
		font-size: 30px;
		top: 45%;
		width: 80%;
	}
	.banner-item .item-info h2 {
		font-size: 40px;
	}
	.banner-item .item-info h2 strong {
		font-size: 50px;
	}
	.banner-item .item-info a {
		font-size: 15px;
		margin-top: 20px;
		padding: 10px 20px;
	}

	/* HOME COURSES */

	.home-courses-items li {
		width: 220px;
	}
	.home-courses-items .title {
		font-size: 21px;
	}

	/* DEFENSIVE BLOCK */

	.defensive-block {
		padding-top: 60px;
	}

	.defensive-item img {
		height: auto;
		width: 35%;
	}
	.defensive-info {
		width: 40%;
	}
	.defensive-info h2 {
		font-size: 39px;
		margin-bottom: 60px;
	}
	.defensive-info .logo {
		height: auto;
		width: 120px;
	}
	.defensive-info .btn {
		font-size: 18px;
		padding: 10px 30px;
	}

	/* VIDEO BLOCK */

	.video-info {
		font-size: 21px;
	}
	.video-info h2 {
		font-size: 39px;
	}
	.video-block .home-video {
		padding-bottom: 45%;
	}

	/* CLIENTS BLOCK */

	.clients-block {
		padding: 60px 0;
	}
	.clients-info {
		padding-right: 30px;
		width: 43%;
	}
	.clients-info h2 {
		font-size: 39px;
	}

	.clients-slide {
		width: 43%;
	}
	.clients-item img {
		width: 100%;
	}

	/* COMMENTS BLOCK */

	.comments-block {
		padding: 60px 0;
	}
	.comments-info {
		font-size: 21px;
		width: 580px;
	}
	.comments-info h2 {
		font-size: 39px;
		margin-bottom: 40px;
	}
	.comments-slide {
		padding-bottom: 90px;
	}

	/* EDITORIAL BLOCK */

	.editorial-block {
		padding: 60px 0;
	}
	.editorial-block h2 {
		font-size: 39px;
		margin-bottom: 40px;
	}
	.editorial-block .seeall {
		font-size: 18px;
		padding: 10px 30px;
	}

	/* FOOTER */

	.main-footer {
		padding-top: 60px;
	}
	.footer-panel.contact {
		font-size: 15px;
		padding-right: 45px;
		width: 30%;
	}
	.footer-panel.about {
		padding: 0 45px;
		width: 46%;
	}
	.footer-panel.links {
		width: 24%;
	}

	.footer-logos img {
		margin-right: 5%;
		vertical-align: top;
		width: 30%;
	}

	/* INTERNAL */

	.wrapper-section {
		padding-left: 45px;
		padding-right: 45px;
	}

	.section-content {
		padding-right: 40px;
	}

	.section-content h1, 
	.section-content h2, 
	.section-content h3 {
		font-size: 39px;
	}

	.section-content h4 {
		font-size: 33px;
	}

	.section-content iframe {
		width: 100%;
	}

	.section-content .btn {
		font-size: 18px;
		padding: 10px 30px;
	}

	.section-sidebar h4 {
		font-size: 24px;
	}
	.section-sidebar .video img,
	.section-sidebar iframe {
		width: 100%;
	}

	.cursos-lista .curso-item {
		margin-left: 10%;
		margin-right: 10%;
		width: 30%;
	}

	.nsc-block .nsc-info .nsc-content, 
	.nsc-block .nsc-info .textwidget {
		width: 460px;
	}

}

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

	/* HEADER */

	.mobile-menu {
		display: block;
	}

	.top-menu {
		display: none;
	}

	/* .main-menu {
		background: rgba(0,0,0,0.75);
		display: none;
		font-size: 16px;
		position: absolute;
		right: 0;
		text-align: right;
		top: 86px;
		width: 304px;
		z-index: 2;
	}
	.main-menu.open {
		display: block;
	}
	.main-menu ul li {
		float: none;
	}
	.main-menu ul li a {
		padding: 15px;
	}
	.main-menu .dropdown > a,
	.main-menu .menu-item-has-children > a {
		margin-right: 7px;
	}
	.main-menu .dropdown ul,
	.main-menu .menu-item-has-children ul {
		border-bottom: 1px solid #010101;
		position: static;
		width: 100%;
	}
	.main-menu .dropdown ul li a,
	.main-menu .menu-item-has-children ul li a {
		padding: 10px 15px;
	}
	.main-menu ul li.mobile {
		display: block;
	} */

	/* MAIN BANNER */

	.main-banner .slick-dots {
		bottom: 25%;
	}
	.main-banner .slick-arrow {
		height: 60px;
		margin-top: -30px;
		width: 50px;
	}

	.banner-item .item-info {
		font-size: 24px;
		width: 80%;
	}
	.banner-item .item-info h2 {
		font-size: 30px;
	}
	.banner-item .item-info h2 strong {
		font-size: 32px;
	}

	/* HOME COURSES */

	.home-courses {
		margin-top: -100px;
	}
	.home-courses .title {
		font-size: 30px;
		margin-bottom: 10px;
	}
	.home-courses-items li {
		width: 170px;
	}
	.home-courses-items img {
		margin-bottom: 10px;
		width: 60%;
	}
	.home-courses-items .title {
		font-size: 15px;
		margin-bottom: 10px;
	}

	/* DEFENSIVE BLOCK */

	.defensive-item img {
		width: 50%;
	}
	.defensive-info {
		width: 35%;
	}
	.defensive-info h2 {
		font-size: 30px;
		margin-bottom: 50px;
	}
	.defensive-info h2:before {
		bottom: -24px;
	}
	.defensive-info .btn {
		margin: 0 0 20px;
		padding: 10px 20px;
	}
	.defensive-info .logo {
		float: none;
		margin: 0;
	}

	/* VIDEO BLOCK */

	.video-info {
		font-size: 15px;
		padding-right: 20px;
	}
	.video-info h2 {
		font-size: 30px;
	}

	.video-block .home-video {
		padding-bottom: 40%;
	}

	/* CLIENTS BLOCK */

	.clients-info h2 {
		font-size: 30px;
		margin-bottom: 50px;
	}
	.clients-info h2:before {
		bottom: -24px;
	}

	.clients-slide {
		padding-bottom: 80px;
	}

	/* COMMENTS BLOCK */

	.comments-info {
		display: block;
		font-size: 18px;
		line-height: 1;
		margin: 0 auto;
		width: 80%;
	}
	.comments-info h2 {
		font-size: 30px;
		margin-bottom: 20px;
	}
	.comments-slide {
		padding-bottom: 60px;
	}
	.comments-info blockquote {
		font-size: 18px;
		margin-bottom: 20px;
	}

	.comments-item > p strong {
		font-size: 15px;
	}
	.comments-item > p em {
		font-size: 12px;
	}

	/* EDITORIAL BLOCK */

	.editorial-block h2 {
		font-size: 30px;
	}
	.editorial-wrap {
		text-align: center;
	}
	.editorial-wrap article {
		min-height: auto;
		padding: 0 10px;
	}
	.editorial-wrap article img {
		margin-bottom: 10px;
	}
	.editorial-wrap article time {
		font-size: 12px;
		margin-bottom: 10px;
	}
	.editorial-wrap article h3 {
		font-size: 18px;
	}
	.editorial-block .seeall {
		margin: 50px 0 0;
	}

	/* FOOTER */

	.footer-panel.contact {
		padding-right: 30px;
		width: 34%;
	}
	.footer-panel.contact .logo {
		width: 200px;
	}
	.footer-panel.about {
		padding: 0 30px;
	}
	.footer-panel.links {
		padding-left: 20px;
		width: 20%;
	}

	/* INTERNAL */

	.banner-section .title {
		font-size: 30px;
	}

	.wrapper-section {
		padding-left: 30px;
		padding-right: 30px;
	}

	.section-content {
		padding-right: 30px;
		width: 60%;
	}
	.section-content h1, 
	.section-content h2, 
	.section-content h3 {
		font-size: 30px;
	}
	.section-content h4 {
		font-size: 24px;
	}
	.section-content .btn {
		line-height: 1.2;
		text-align: center;
	}

	.comment-respond {
		padding: 20px;
	}

	.section-sidebar {
		padding-left: 30px;
		width: 40%;
	}
	.section-sidebar > div {
		padding: 30px;
	}

	.pagination {
		padding-top: 50px;
	}

	.values h2 {
		font-size: 24px;
	}

	.nsc-block .nsc-info .nsc-content,
	.nsc-block .nsc-info .textwidget {
		padding: 20px 20px 20px 0;
		width: 90%;
	}
	.nsc-block .nsc-info .nsc-content h2,
	.nsc-block .nsc-info .textwidget h2 {
		font-size: 30px;
		margin-bottom: 20px;
	}

	.course-gallery h2 {
		font-size: 30px;
		margin-bottom: 20px;
	}

}

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

	/* MAIN BANNER */

	.main-banner .slick-dots {
		bottom: 10px;
	}

	.banner-item .item-info {
		font-size: 18px;
		top: 65%;
		transform: translate(-50%, -50%);
		width: 75%;
	}
	.banner-item .item-info h2 {
		font-size: 18px;
	}
	.banner-item .item-info h2 strong {
		font-size: 20px;
	}

	/* HOME COURSES */

	.home-courses {
		margin-top: 30px;
	}
	.home-courses .title {
		font-size: 21px;
	}
	.home-courses-items {
		padding: 30px 0 10px;
	}
	.home-courses-items li {
		height: 225px;
		margin-bottom: 20px;
		width: 50%;
	}
	.home-courses-items li a {
		margin-top: 0;
	}
	.home-courses-items img {
		width: 100px;
	}

	/* DEFENSIVE BLOCK */

	.defensive-item {
		overflow: hidden;
		position: relative;
	}
	.defensive-item > img {
		left: -90px;
		opacity: 0.15;
		position: absolute;
		top: 0;
		width: 350px;
	}
	.defensive-info {
		padding-left: 80px;
		width: 80%;
	}
	.defensive-info h2 {
		font-size: 24px;
	}
	.defensive-info .btn {
		margin-top: 30px;
	}
	.defensive-info .logo {
		float: right;
	}

	/* VIDEO BLOCK */

	.video-info {
		margin-bottom: 30px;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
		padding-top: 30px;
		width: 90%;
	}
	.video-info:before {
		display: none;
	}
	.video-info h2 {
		font-size: 24px;
		margin-bottom: 10px;
	}
	.video-block img,
	.video-block .home-video {
		width: 100%;
	}

	.video-block .home-video {
		padding-bottom: 60%;
	}

	/* CLIENTS BLOCK */

	.clients-info {
		margin-bottom: 30px;
		padding-right: 0;
		width: 90%;
	}
	.clients-info h2 {
		font-size: 24px;
	}

	.clients-slide {
		width: 100%;
	}

	/* COMMENTS BLOCK */

	.comments-block {
		padding: 30px 0;
	}
	.comments-info h2 {
		font-size: 24px;
	}

	/* EDITORIAL BLOCK */

	.editorial-block h2 {
		font-size: 24px;
		margin-bottom: 20px;
	}
	.editorial-wrap p {
		display: none;
	}
	.editorial-block .seeall {
		padding: 10px 20px;
	}

	/* FOOTER */

	.footer-panel.contact {
		padding-right: 15px;
		width: 50%;
	}
	.footer-panel.about {
		border-right: none;
		padding-left: 15px;
		padding-right: 0;
		width: 50%;
	}
	.footer-panel.links {
		clear: both;
		float: none;
		width: auto;
	}
	.footer-panel.links ul {
		list-style-type: none;
		padding-left: 0;
	}
	.footer-panel.links ul li {
		float: left;
		margin-right: 20px;
	}
	.footer-panel.links ul li:before {
		content: "/ ";
		margin-right: 15px;
	}
	.footer-newsletter {
		margin-top: 30px;
	}
	.footer-bar ul {
		position: absolute;
	}
	.footer-bar .copy {
		padding-left: 120px;
	}

	/* INTERNAL */

	.banner-section {
		background-size: cover !important;
		height: 240px;
	}
	.banner-section .wrapper {
		top: 120px;
	}
	.banner-section .title {
		font-size: 24px;
	}
	.banner-section .subtext {
		font-size: 16px;
	}

	.wrapper-section {
		padding-bottom: 0;
	}

	.section-content {
		float: none;
		padding-right: 0;
		width: 100%;
	}
	.section-content h1, 
	.section-content h2, 
	.section-content h3 {
		font-size: 24px;
	}
	.section-content h4 {
		font-size: 21px;
	}

	.section-content img.left,
	.section-content img.right,
	.section-content img.alignleft,
	.section-content img.alignright {
		max-width: 100px;
	}

	.section-content .btn {
		padding: 10px 20px;
	}

	.breadcrumbs {
		margin-bottom: 10px !important;
	}

	.section-sidebar {
		border: none;
		float: none;
		padding-bottom: 0;
		padding-left: 0;
		width: 100%;
	}
	.section-sidebar > div:first-child {
		padding-top: 30px;
	}

	.cursos-lista .curso-item {
		margin-left: 5%;
		margin-right: 5%;
		width: 40%;
	}

	.nsc-block {
		display: block;
	}
	.nsc-block > img, 
	.nsc-block .nsc-info {
		text-align: center;
		width: 100%
	}
	.nsc-block .nsc-info .nsc-content,
	.nsc-block .nsc-info .textwidget {
		margin-bottom: 30px;
		padding: 30px 0 0;
		width: 90%;
	}
	.nsc-block .nsc-info .nsc-content h2,
	.nsc-block .nsc-info .textwidget h2 {
		font-size: 24px;
		margin-bottom: 10px;
	}

	.course-gallery {
		padding: 40px 20px;
	}
	.course-gallery h2 {
		font-size: 24px;
		margin-bottom: 10px;
	}
	.course-gallery .gallery .gallery-item {
		width: 33% !important;
	}
	.course-gallery .gallery br {
		display: none;
	}
	.course-gallery .gallery br:last-child {
		display: block;
	}
	.course-gallery-wrap {
		padding-bottom: 80px;
	}
	.course-gallery-wrap .slick-prev {
		bottom: 0;
		left: 0;
		top: auto;
	}
	.course-gallery-wrap .slick-next {
		bottom: 0;
		right: 0;
		top: auto;
	}

}

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

	/* HEDER */

	.main-header .logo {
		padding: 14px 0 5px;
		width: 240px;
	}
	.main-header .logo a {
		background-size: contain;
		width: 210px;
	}

	/* MAIN BANNER */

	.banner-item {
		height: 360px;
		overflow: hidden;
	}
	.main-banner img {
		height: 360px;
		left: 50%;
		position: absolute;
		transform: translateX(-50%);
		width: auto;
	}
	.banner-item .item-info {
		width: 65%;
	}

	/* HOME COURSES */

	.home-courses-items li {
		border: none;
		height: auto;
		width: 100%;
	}

	/* DEFENSIVE BLOCK */

	.defensive-info {
		padding-left: 0;
		text-align: center;
		width: 65%;
	}
	.defensive-info h2 {
		text-align: left;
	}
	.defensive-info .btn {
		margin-top: 0;
	}
	.defensive-info .logo {
		float: none;
	}

	/* COMMENTS BLOCK */

	.comments-info {
		width: 90%;
	}

	/* EDITORIAL BLOCK */

	.editorial-wrap article {
		float: none;
		margin-bottom: 30px;
		width: 100%;
	}
	.editorial-block .seeall {
		margin-top: 0;
	}

	/* FOOTER */

	.footer-panel.contact {
		border-right: none;
		float: none;
		padding-right: 0;
		width: 100%;
	}
	/*.footer-panel.contact ul {
		float: left;
		width: 60%;
	}*/
	.footer-panel.contact .nsc {
		float: right;
		margin-top: 45px;
	}
	.footer-panel.about {
		clear: both;
		float: none;
		padding-left: 0;
		width: 100%;
	}

	/* INTERNAL */

	.banner-section .wrapper {
		bottom: 40px;
		top: auto;
	}
	.banner-section .title {
		line-height: 1;
	}

	.wrapper-section {
		padding-left: 15px;
		padding-right: 15px;
	}

	.comment-respond .submit {
		padding: 10px;
		width: 100%;
	}

	.pagination {
		padding-top: 0;
	}

	.cursos-lista .curso-item {
		margin: 0;
		width: 100%;
	}

}