/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1400px) {
	.topmenu li:not(:first-child) {
		margin: 0 0 0 10px;		
	}
}


@media only screen and (max-width : 1200px) {

	.sliderblock .title {
		font-size: 25px;
	}	

}


/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.sliderblock .title {
		font-size: 18px;
		margin-bottom: 15px;
	}	

	ul.tabs li {
		float: none;
		font-size: 14px;
	}	
	.topmenu ul li a {
		font-size: 13px;	
	}
	.topmenu li:not(:first-child) {
		margin: 0 0 0 16px;		
	}	
	.dropdown-content {
		top: auto;
	}	
	.owl-dot {
		display: none;
	}	
	span.slide_item_title {
		font-size: 25px;
	}
	span.slide_item_subtitle {
		font-size: 15px;
	}	
	.logo	{
		text-align: center;
	}

	.hide992 {
		display: none;
	}	


}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

	.sliderblock {
		border-left: none;
		padding-left: 0;
		padding-bottom: 15px;
	}
	.sliderblock .title {
		font-size: 18px;
		margin-bottom: 15px;
	}
	.btn_price {
		margin:0 auto;
	}
.golf {
    margin-top: 20px;
}	
	.add_item {
		margin-bottom: 10px;
	}	

	.centerbox {
		display: block;
	}

	.centerbox div {
		width: 100%;
	}	
	.footer_link {
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #333b3d;
	}
	.bord {
		border: none;		
	}
	span.z {
		margin-top: 10px;
	}	
	.copyright {
		text-align: center;
	}	
	.flogo {
		margin-top: 10px;
	}
	.slide_item_content {
		position: relative;
		width: 100%;
		background-color: #f2f2f2;
		padding-bottom: 10px;
	}	
	.textbox {
		margin-top: 0;   
	}

	.imgbox img {
		display:block; 
		margin: 0 auto;
		max-width: 100%;
	}

	.textbox-title, .textbox-item, .textbox ul li {
		color: #000000;
	}
	.space, .space2 {
		display: none;
	}

	aside.left_aside {
		display: none;
	}	

	footer .push100, footer .push50 {
		height: 20px;
	}

	.push50m {
		height: 50px;
	}

	.footer-line {
		display: none;
	}

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 576px) {
	section.slider {
		margin-top: 20px;
	}

}



/*==========  Mobile First Method  ==========*/

/* Extra Small Devices, Phones */
@media only screen and (min-width : 576px) {


}

/* 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) {

}

@media (min-width: 570px) and (max-width: 768px) {


}

@media (min-width: 768px) and (max-width: 1200px) {


}

