/*==========  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;
	}	

.textbox {
    margin-top: -180px;
}

}


/* 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;
	}
.nmrmenu {
	text-align: center;
}
.duplex {
    background: #292c32;
}
.textbox {
    margin-top: -100px;
}

.textbox-title {
    font-size: 25px;
}
.textbox-item {
    font-size: 15px;
}
.textbox > ul {
	    margin: 5px 0 0;
}
.textbox ul li {
    font-size: 16px;
}

}

/* 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 {
		border-top: 1px solid #ffffff;	
	}	
	.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;
	}	

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 576px) {
.pouring {
background: linear-gradient(to right,#e5e5e5 100%,#ffffff 0%); /* W3C */
}

}



/*==========  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) {


}

