/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

	.top_streep {
		display: none;
	}

	.top_nav {
		height: 65px;
		position: absolute;
	}

	.top_nav .container {
		padding: 0;
		margin: 0;
		max-width: 100vw;
	}

	.brand {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.brand > a {
		margin: 0;
	}
 
 	.menu {
 		position: fixed;
 		top:65px;
 		height: 0%;
 		width: 100%;
 		background-color: #424140;
 		-webkit-transition: all 0.5s ease-out, background 1s ease-out;
 		-o-transition: all 0.5s ease-out, background 1s ease-out;
 		transition: all 0.5s ease-out, background 1s ease-out;
  	-webkit-transition-delay: 0.2s;
  	-o-transition-delay: 0.2s;
  	transition-delay: 0.2s;
  	overflow: hidden;
  	display: block;
 	}

 	.menu.menu-opened {
 		height: 100vh;
		-webkit-transition: all 0.5s ease-out, background 1s ease-out;
 		-o-transition: all 0.5s ease-out, background 1s ease-out;
 		transition: all 0.5s ease-out, background 1s ease-out;
  	-webkit-transition-delay: 0.2s;
  	-o-transition-delay: 0.2s;
  	transition-delay: 0.2s;
 	}

 	.mobile_menu_top_streep {
 		display: block;
 	}

	.burger_btn {
		color: #fff;
		width: 65px;
		background-color: #33B5E5;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		cursor: pointer;
	}

	.brand {
		margin-left: 15px;
	}

	.menu > .outer_menu {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		background-color: #333;
		padding: 0;
		height: calc(100vh - 125px);
		width: 145px;
 	}

	.menu > .outer_menu > .menu-item {
		height: 50px;
		padding: 0;
		font-size: 14px;
	}

	.menu > .outer_menu > .menu-item > a {
		padding: 0 15px;
	}

	.outer_menu > .menu-item.active_menu > a {
		background-color: #424140;
	}

	.outer_menu > .menu-item.active_menu > .inner-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		position: absolute;
		left: 100%;
		top: 0;
		padding: 15px 60px 35px 40px;
	}

	.outer_menu > .menu-item.active_menu > .inner-menu > li {
		margin-bottom: 30px;
	}

	.outer_menu > .menu-ico-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.connect_room {
		border-right: none;
	}

	.connect_room::after {
		content: "";
		height: 3px;
		width: 30%;
		background: #FF4444;
		display: block;
		margin:60px auto 30px;
	}

	.tarif-coast {
		height: 200px;
		width: 200px;
	}

	.tarif-coast > span:first-child {
		font-size: 85px;
	}

	.tarif-coast > span:last-child {
		font-size: 18px;
	}

	.footer {
		height: 100px;
	}

	.main {
		min-height: calc(100vh - 165px);
		margin-top: 65px;
	}
	
	#news-single img {
		max-width: 100%;
	}
	
	#news-single figure {
		max-width: 100%;
	}
	
	.steps-list > li {
		margin: 40px 0;
	}
	
	.mobile-view {
		display: block;
	}

	.pc-view {
		display: none;
	}


}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

	h1 {
		font-size: 2rem !important;
	}

	h2 {
		font-size: 1.5rem !important;
	}

	.lz-box {
		margin-bottom: 30px;
	}

	.gpon-img {
		padding: 80px 0;
	}

	.gpon-about {
		padding: 0 0 80px;
	}

	#home-news-list {
		padding-bottom: 30px;
		padding-top: 30px;
	}

	#home-news-list > h3 > a {
		display: block;
	}

	.main-news-item {
		padding: 25px 0;
	}

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
	
	.brand {
		max-width: 130px;
	}

	.menu > .outer_menu {
		width: 120px;
 	}

 	.tarif-short-info-section {
		padding-left: 7px;
		padding-right: 7px;
		font-size: 14px;
	}

	#iptv-on-pc img {
		width: 100%;
	}
	
	.news-carousel .prev-button,
	.news-carousel .next-button 
	{
		top: 90%;
		color: rgba(51,51,51, .7);
	}
	
	.news-carousel .prev-button {
		left: 40%;
	}
	
	.news-carousel .next-button {
		right: 40%;
	}
	
	.carousel .carousel-item .baner-min-image {
		display: block;
	}
	
	.carousel .carousel-item .baner-image {
		display: none;
	}

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	
}

 /* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}