/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.menu{
		padding-right: 25px;
	}
	.menu li{
		padding: 0 5px;
	}
	.menu li a{
		padding: 3px;
		font-size: 14px;
		color: #5c5c5c;
	}
	.menu li a:hover,
	.menu li a:focus{
		padding: 2px;
		text-decoration: none;
		color: #fff;
		border: 1px solid #333;
		border-top: 1px solid #141414;
		border-left: 1px solid #141414;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: #212121;
	}
	.logo{
		margin-left: 15px;
	}
	.homepage_system_1{
		margin-left: 15px;
	}
	.search_field_block_1{
		float: right;
	}
	.search_field_block_1_search_field{
		margin-left: 0;
	}
	.search_field_block_2{
		float: right;
		margin-left: 15px;
		margin-right: 15px;
	}
	/*CAROUSEL SECTION*/
	.carousel_system_preview_sub_1{
		float: right;
		margin-right: 10px;
  }
  .carousel_system_text_1_con{
		height: auto;
		width: 270px;
		font-size: 10px;
		color: #535353;
		text-align: justify;
	}
  .carousel_system_preview_sub_2{
		float: left;
		margin-left: 10px;
	}
	/*TEXT_SYSTEM SECTION*/
	.text_system_title_1{
		float: left;
		margin-left: 15px;
	}
	/*COPYRIGHT SECTION*/
	.text_system_copyright_sub_1{
		float: left;
		width: 100%;
		margin-top: 20px;
	}
	.text_system_copyright_sub_1 h2{
		width: 100%;
		font-size: 14px;
		font-weight: bold;
		text-transform: uppercase;
		text-align: center;
		color: #fff;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	/*Disable Animation on Mobile Devices*/
	.animated {
		/*CSS transitions*/
		-o-transition-property: none !important;
		-moz-transition-property: none !important;
		-ms-transition-property: none !important;
		-webkit-transition-property: none !important;
		transition-property: none !important;
		/*CSS transforms*/
		-o-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-webkit-transform: none !important;
		transform: none !important;
		/*CSS animations*/
		-webkit-animation: none !important;
		-moz-animation: none !important;
		-o-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
	}
	nav{
		height: 60px;
		line-height: 60px;
		background: #131313;
		position: relative;
		z-index: 999;
	}
	.logo{
		margin-top: 0px;
		margin-left: 15px;
	}
	.menu_btn{
		height: 40px;
		width: 40px;
		border-radius: 10%;
		background-color: #5c5c5c;
		color: #fff;
	}
	.menu_btn span{
		top: -17px;
	}
	#top_menu{
		background-color: #5c5c5c;
		padding: 20px 0;
	}
	.menu{
		padding: 0;
	}
	.menu li{
		display: block;
		text-align: center;
	}
	.menu li a{
		display: block;
		color: #fff;
	}
	.menu li a:hover{
		background-color: #fff;
		color: #000;
	}
	.header_bottom_system_1{
		position: relative;
		width: 100%;
	}
	.homepage_system_1{
		margin-left: 15px;
	}
	/*CAROUSEL SECTION*/
	.carousel_system_container_1{
		position: relative;
		width: 100%;
  }
  .carousel_system_preview_sub_1{
  	float: left;
		margin-left: 25px;
  }
  .carousel_system_title_1_con h1{
	  font-size: 16px;
	}
  .carousel_system_text_1_con{
		width: 250px;
	}
  .carousel_system_preview_sub_2{
		float: left;
		margin-top: 35px;
		margin-left: 30px;
	}
	.carousel_system_img_2{
		width: 180px;
		height: 120px;
	}
  /*TEXT_SYSTEM SECTION*/
	.text_system_title_1{
		float: left;
		margin-left: 15px;
	}
	.text_system_container_sub_1_sp{
		margin-bottom: 120px;
	}
	/*COPYRIGHT SECTION*/
	.text_system_copyright_sub_1{
		float: left;
		width: 100%;
		margin-top: 20px;
	}
	.text_system_copyright_sub_1 h2{
		width: 100%;
		font-size: 14px;
		font-weight: bold;
		text-transform: uppercase;
		text-align: center;
		color: #fff;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
	nav{
		height: 60px;
		line-height: 60px;
		background: #131313;
		/*position: fixed;*/
		position: relative;
		z-index: 999;
	}
	.logo{
		margin-top: 0px;
		margin-left: 15px;
	}
	.menu_btn{
		height: 40px;
		width: 40px;
		border-radius: 10%;
		background-color: #5c5c5c;
		color: #fff;
	}
	.menu_btn span{
		top: -17px;
	}
	#top_menu{
		background-color: #5c5c5c;
		padding: 20px 0;
	}
	.menu{
		padding: 0;
	}
	.menu li{
		display: block;
		text-align: center;
	}
	.menu li a{
		display: block;
		color: #fff;
	}
	.menu li a:hover{
		background-color: #fff;
		color: #000;
	}
	.header_bottom_system_1{
		position: relative;
		width: 100%;
	}
	.homepage_system_1{
		margin-left: 15px;
	}
	.search_field_block_1{
		float: left;
	}
	.search_field_block_1_search_field{
		margin-left: 15px;
	}
	.search_field_block_2{
		float: left;
		margin-left: 15px;
	}
	/*CAROUSEL SECTION*/
	.carousel_system_container_1{
		position: relative;
		width: 100%;
  }
  .carousel_system_preview_sub_1{
  	float: left;
		margin-left: 25px;
  }
  .carousel_system_preview_sub_2_sp{
  	display: none;
  }
	.carousel_system_text_1_con{
		height: auto;
    width: 325px;
		font-size: 10px;
		color: #535353;
		text-align: justify;
	}
  /*TEXT_SYSTEM SECTION*/
	.text_system_container_sub_1_sp{
		margin-bottom: 145px;
	}
	/*COPYRIGHT SECTION*/
	.text_system_copyright_sub_1{
		float: left;
		width: 100%;
		margin-top: 20px;
	}
	.text_system_copyright_sub_1 h2{
		width: 100%;
		font-size: 14px;
		font-weight: bold;
		text-transform: uppercase;
		text-align: center;
		color: #fff;
	}
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
	nav{
		height: 60px;
		line-height: 60px;
		background: #131313;
		position: relative;
		z-index: 999;
	}
	.logo{
		margin-top: 0px;
		margin-left: 15px;
	}
	.logo img{
		width: 170px;
		height: 42px;
	}
	.menu_btn{
		height: 40px;
		width: 40px;
		border-radius: 10%;
		background-color: #5c5c5c;
		color: #fff;
	}
	.menu_btn span{
		top: -17px;
	}
	#top_menu{
		background-color: #5c5c5c;
		padding: 20px 0;
	}
	.menu{
		padding: 0;
	}
	.menu li{
		display: block;
		text-align: center;
	}
	.menu li a{
		display: block;
		color: #fff;
	}
	.menu li a:hover{
		background-color: #fff;
		color: #000;
	}
	.header_bottom_system_1{
		position: relative;
		width: 100%;
	}
	.homepage_system_1{
		margin-left: 15px;
	}
	.search_field_block_1{
		float: left;
	}
	.search_field_block_1_search_field{
		margin-left: 15px;
	}
	.search_field_block_2{
		float: left;
		margin-left: 15px;
	}
	/*CAROUSEL SECTION*/
  .carousel_system_container_1{
		position: relative;
		width: 100%;
  }
  .carousel_system_text_1_con{
		height: auto;
    width: 210px;
		font-size: 10px;
		color: #535353;
		text-align: justify;
	}
	.carousel_system_title_1_con h1{
		font-size: 14px;
		font-weight: bold;
		text-transform: uppercase;
		color: #000;
	}
  .carousel_system_preview_sub_2_sp{
    display: none;
  }
  /*TEXT_SYSTEM SECTION*/
  .text_system_container_sub_1_sp{
		margin-bottom: 160px;
	}
	/*COPYRIGHT SECTION*/
	.text_system_copyright_sub_1{
		float: left;
		width: 100%;
		margin-top: 20px;
	}
	.text_system_copyright_sub_1 h2{
		width: 100%;
		font-size: 14px;
		font-weight: bold;
		text-transform: uppercase;
		text-align: center;
		color: #fff;
	}
}

/*==========  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) {

}
