﻿/* LARGE DESKTOP PART */
@media screen and (min-width:1200px){
	
	/* HOME PAGE */
	
	/* wraper_home_section */
	
	.home_section > [class*='col-']{
		width:20%;
	}
	
}

/* DESKTOP PART */
@media screen and (min-width:992px) and (max-width:1199px){
	
	/* wraper_header_nav */
	
	.nav > ul > li > a{
		padding:10px 15px 10px 15px;
		font-size:14px;
	}
	
	/* HOME PAGE */
	
	/* wraper_home_section */
	
	.home_section > [class*='col-']{
		width:20%;
	}
	
}

/* TABLET LANDSCAPE PART */
@media screen and (min-width:768px) and (max-width:991px){
	
	/* wraper_header_main */
	
	.logo{
		margin:17px 0px 0px 0px;
	}
	
	.header_main_tag{
		clear:left;
		margin:15px 0px 0px 0px;
	}
	
	.header_main_data{
		margin-top:-60px;
	}
	
	/* wraper_header_nav */
	
	.nav > ul > li > a{
		padding:10px 10px 10px 10px;
		font-size:12px;
	}
	
	.nav > ul > li > ul > li > a,
	.nav > ul > li > ul > li > ul > li > a{
		font-size:12px;
	}
	
	/* HOME PAGE */
	
	/* wraper_home_section */
	
	.home_section > [class*='col-']{
		width:33.33%;
	}
	
	.home_section > [class*='col-']:last-child .home_section_item:before,
	.home_section > [class*='col-']:nth-child(3) .home_section_item:before{
		display:none;
	}
	
}

/* TABLET PROTRAIT PART */
@media screen and (min-width:480px) and (max-width:767px){
	
	/* wraper_header_main */
	
	.logo{
		width:100%;
		margin:10px 0px 0px 0px;
	}
	
	.header_main_tag{
		width:100%;
		margin:15px 0px 0px 0px;
	}
	
	.header_main_data{
		width:100%;
		margin:15px 0px 0px 0px;
	}
	
	/* wraper_header_nav */
	
	.wraper_header_nav > .container{
		padding-top:5px;
		padding-bottom:3px;
	}
	
	/* wraper_footer_copyright */
	
	.footer_copyright_item.left,
	.footer_copyright_item.right{
		text-align:center;
	}
	
	/* HOME PAGE */
	
	/* wraper_home_section */
	
	.home_section_item:before{
		display:none;
	}
	
	/* ABOUT US PAGE */
	
	/* wraper_about_main */
	
	.about_main_body ul.nav-tabs > li,
	.about_main_body ul.nav-tabs > li:first-child,
	.about_main_body ul.nav-tabs > li:last-child{
		width:100%;
		margin:0;
	}
	
}

/* SMART PHONE LANDSCAPE PART */
@media screen and (min-width:321px) and (max-width:479px){
	
	/* wraper_header_main */
	
	.logo{
		width:100%;
		margin:10px 0px 0px 0px;
	}
	
	.header_main_tag{
		width:100%;
		margin:15px 0px 0px 0px;
	}
	
	.header_main_data{
		width:100%;
		margin:15px 0px 0px 0px;
	}
	
	/* wraper_header_nav */
	
	.wraper_header_nav > .container{
		padding-top:5px;
		padding-bottom:3px;
	}
	
	/* wraper_footer_copyright */
	
	.footer_copyright_item.left,
	.footer_copyright_item.right{
		text-align:center;
	}
	
	/* HOME PAGE */
	
	/* wraper_home_section */
	
	.home_section_item:before{
		display:none;
	}
	
	/* ABOUT US PAGE */
	
	/* wraper_about_main */
	
	.about_main_body ul.nav-tabs > li,
	.about_main_body ul.nav-tabs > li:first-child,
	.about_main_body ul.nav-tabs > li:last-child{
		width:100%;
		margin:0;
	}
	
}

/* SMART PHONE PROTRAIT PART */
@media screen and (max-width:320px){
	
	/* wraper_header_main */
	
	.logo{
		width:100%;
		margin:10px 0px 0px 0px;
	}
	
	.header_main_tag{
		width:100%;
		margin:15px 0px 0px 0px;
	}
	
	.header_main_data{
		width:100%;
		margin:15px 0px 0px 0px;
	}
	
	/* wraper_header_nav */
	
	.wraper_header_nav > .container{
		padding-top:5px;
		padding-bottom:3px;
	}
	
	/* wraper_footer_copyright */
	
	.footer_copyright_item.left,
	.footer_copyright_item.right{
		text-align:center;
	}
	
	/* HOME PAGE */
	
	/* wraper_home_section */
	
	.home_section_item:before{
		display:none;
	}
	
	/* ABOUT US PAGE */
	
	/* wraper_about_main */
	
	.about_main_body ul.nav-tabs > li,
	.about_main_body ul.nav-tabs > li:first-child,
	.about_main_body ul.nav-tabs > li:last-child{
		width:100%;
		margin:0;
	}
	
}