@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
.products-desktop {
  display: block;
}
.products-mobile {
  display: none;
}
.slider-desktop {
  display: block;
}
.slider-mobile {
  display: none;
}
.nav-desktop {
  display: block;
}
.nav-mobile {
  display: none;
}
.main-box-desktop {
  display: block;
}
.main-box-mobile {
  display: none;
}
.buttons-mobile {
  display: none;
}
.contact-desktop {
  display: block;
}
.contact-mobile {
  display: none;
}
.footer-desktop {
  display: block;
}
.footer-mobile {
  display: none;
}
.menu,
.menu_drop {
	display: none;
}
article.small a .btn {
	position: relative;
}
.mobile-clear {
	display: none;
}
.space-block {
	height: 30px;
	display: block;
	width: 100%;
}


/* ------------------------------------------------------------------------------------------------------*/
/*                                             768px -> 979px                                            */
/* ------------------------------------------------------------------------------------------------------*/

@media (min-width: 768px) and (max-width: 979px) {
	
}

/* ------------------------------------------------------------------------------------------------------*/
/*                                                  767px                                                */
/* ------------------------------------------------------------------------------------------------------*/

@media (max-width: 767px) {
	body {
		min-width: 0;
		width: 100%;
	}
	.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, 
	.grid_7, .grid_8, .grid_9, .grid_10, .grid_11 {
		float: none;
		margin: 0;
		width: 100%;

	}
	.container_12 {
		width: 100%;
	}
	.container_12 .grid_12 {
    	width: 100%;
    	margin: 0;
	}
	.container_12 .grid_4,
	.container_12 .grid_8 {
		width: 100%;
	}

	.container_12 .grid_6 {
 		width: 50%;
	}
	.page-logo {
		margin-top: 10px;
		margin-left: 2%;
	}
	.page-logo a img {
		width: 300px;
		height: 30px;
	}
	.container_12 .grid_8 {
		display: block;
	}
	header {
    	text-align: left;
	}
	nav.nav-social {
		position: relative;
		float: right;
		top: 15px;
		margin-right: 1%;	
		z-index: 2000;	
	}
	nav.nav-social a {
		width: 22px;
		height: 22px;
		background-size: 80%;
	}
	nav.nav-primary {
		margin-top: 10px;
		height: 30px;
		background: #4c4c4c;
	}
	footer .bottom {
	    display: block;
	    font-family: Georgia,Times,"Times New Roman",serif;
	    font-size: 12px;
	    margin-bottom: 10px;
	    margin-top: 0;
	    padding-top: 10px;

	}
	footer .bottom .left {
	    margin-left: 10px;
	}
	footer .bottom .right {
	    margin-right: 10px;
	}
	.slider {
		width: 100%;
	}
	nav.nav-primary {
		display: block;
		border-bottom: 1px solid #666666;
	    border-top: 1px solid #666666;
	    height: 30px;
	    margin-bottom: 0;
	    margin-top: 10px;
	    position: relative;
	    text-align: center;
	}
	nav.nav-primary ul {
		width: 100%;
	}
	nav.nav-primary ul li {
		display: block;
		width: 100%;
		padding: 0;
		border-top: 1px solid #ccc;
	}
	nav.nav-primary ul li:hover {
		background: #e3e3e3;
	}
	nav.nav-primary ul li a {
		font-size: 13px;
		width: 100%;
		line-height: 40px;
	}
	.nav-desktop {
		display: none;
	}
	.menu {
		display: block;
		height: 30px !important;
		line-height: 30px;
		width: 100% !important;
		cursor: pointer !important;
		text-align: center;		
		background-color: #332E2F;
	}
	.menu .btn_menu_open {
		display: none;
		font-family: Futura,"Trebuchet MS",Arial,sans-serif;
		text-transform: uppercase;
		font-size: 0.8em;
		color: #ccc;
	}
	.menu .btn_menu_close {
		font-family: Futura,"Trebuchet MS",Arial,sans-serif;
		text-transform: uppercase;
		font-size: 0.8em;
		color: #fff;
	}
	.menu_open .btn_menu_open {
		display: block;
	}
	.menu_open .btn_menu_close {
		display: none;
	}	
	.menu_drop {
		margin: 0;	
		background: #413a3b;
		z-index: 1500;
		border-bottom: 1px solid #aaa;
	}
	.arrow-up {
		width: 12px;
		height: 8px;
		background: url('../images/mobile/nav-arrow-up.png') no-repeat;
		display: block;
		content:" ";
		margin-left: 5px;
	}
	.arrow-down {
		width: 12px;
		height: 8px;
		background: red url('../images/mobile/nav-arrow-down.png') no-repeat;
		content:" ";
		margin-left: 5px;
	}
	.slider {
		height: 200px;
		margin-bottom: 10px;
	}
	.slider ul li {
	    float: left;
	    height: 200px;
	    overflow: hidden;
	    position: relative;
	    background-size: cover; 
	    width:767px;
	    background-position: -30px;
	}
	.slider ul li img {
		max-width: 100%;
	}
	.slider nav.nav-slider-arrow {
		bottom: 10px;
		right: 10px;
		z-index: 1000;
	}
	.slider nav.nav-slider {
		display: none;
	}
	.slide-theme {
	    bottom: 0;
	    left: 0;
	    max-width: 100%;
	    width: 100%;
	    position: absolute;
	    z-index: 800;
	    display: block;
	    background-color: rgba(0, 0, 0, 0.6);
	    padding-left: 10px;
	    padding-top: 10px;
	    height: 120px;
	}	
	.slide-theme h2 {
		font-size: 30px;
		padding-bottom: 10px;
	}
	.slide-theme h3 {
		font-size: 18px;
		line-height: 100%;
		width: 50%;
		font-weight: normal;
		padding-bottom: 10px;
	}
	.slide-theme a.btn {
	}
	.slide-theme > * {
	    background-color: rgba(0, 0, 0, 0) !important;
	    clear: none;
	    float: none;
	    margin: 0 !important;
	    padding: 0;
	}
	#homeSlider.grid_12 {
		float: none;
	}
	.news-mobile {
		display: block;
		border-bottom: 1px solid #666;
		float: none;
		width: 96% !important;
		margin-bottom: 20px;
		padding-bottom: 15px;
		padding: 1% 2% 2% 2%;
		position: relative;
	}
	.news-mobile article.small {
		min-height: 0px;
		width: 100%;
		clear: both;
	}
	.news-mobile article.small h2 {
		float: none;
		width: 100%;
		clear: both;
	}
	.news-mobile article.small img {		
		clear: both;
	}
	.mobile-article {
		display: inline-block;
	}
	.content-mobile {
		display: block;
		float: none;
		width: 94% !important;
		padding: 3%;
	}
	footer .container, 
	.start_your_own .container {
	    padding: 0 0 0 0;
	}
	footer .btn.subscribe {
	    margin-left: 0;
	}
	footer .newsletter, 
	.start_your_own {
		width: 94% !important;
		padding: 5% 3%;
	}
	footer .newsletter input.text {
		margin-bottom: 5px;
	}
	.subscribe {
		display: block;
	}
	nav.nav-tabs a {
	    display: inline-block;
	    font-family: Futura,"Trebuchet MS",Arial,sans-serif;
	    font-size: 12px;
	    margin-right: 2px;
	    width: 110px;
	}
	hr.dark {
		display: none;
	}
	article.small a .btn {
		position: relative;
	}
	.title-box {
		display: block;
		float: none;
		width: 94% !important;
		padding: 3% 3% 0 3%;
	}
	.mobile-clear {
		clear: both;
	    display: block;
	    height: 0;
	    overflow: hidden;
	    visibility: hidden;
	    width: 0;
	    content: ' ';
	}
	.accordion .tab-btn {
		width: 100%;
	}	
	.space-block {
		display: none;
	}
	.hidden-padding {
		padding-bottom: 30px;
	}
	.map-wrapper {
		width: 100%;
	}
	#map_canvas {
		width: 100%;
		height: 200px;
	}
	form.nav-map {
		width: 94%;
		display: block;
		height: 0;
		min-height: 50px;
		padding: 3%;
	}
	form.nav-map label {
	}
	.map-country-mobile {
		float: left;
		width: 30%;
	}
	.map-city-mobile {
		float: left;
		width: 30%;
	}
	.map-location-mobile {
		float: left;
		width: 30%;
	}
	.map-country-mobile label,
	.map-city-mobile label,
	.map-location-mobile label {

	}
	form .cmf-skinned-select {
		float: none;
		margin-top: 10px;
		margin-bottom: 0;
		width: 90% !important;
		margin-right: 0;
	}
	.submit-mobile {
		float: left;
		width: 10%;
	}
	form .submit-mobile .submit {
		padding-right: 50px;
		margin-top: 28px;
	}
	nav.nav-tabs a {
	    display: inline-block;
	    font-family: Futura,"Trebuchet MS",Arial,sans-serif;
	    font-size: 11px;
	    margin-right: 2px;
	    padding: 10px;
	    width: 96%;
	    display: block;
	    border-right: none;
		border-left: none;
	}
	.slideshow {
	    margin-bottom: 0;
	    width: 100%;
	    height: auto;
	}
	.slideshow .container {	    
	    height: 300px;
	    width: 100%;
	}
	.slideshow ul {
	    width: 100%;

	    height: auto;
	}
	.slideshow ul li {
	    float: left;
	    height: auto;
	    width: 100%;
	}
	.slideshow .container ul li img {
		width: 100% !important;
		height: auto !important;
	}
	.mobile-margin-t {
		margin-top: 20px !important;
		display: block;
	}
	 .mobile-form-shape {	 	
	 	display: block;
	}
	 .mobile-form-shape label {
	 	display: block;
	 	clear: both;
	 	width: 90%;
	 	margin-left: 0;
	 	margin-right: 0;
	 	line-height: 130%;
	}
	.container_12 .mobile-form-grid4 {
	 	width: 50% !important;
	 	float: left;
	}
	form {
		margin-top: 10px;
		margin-bottom: 20px;
	}
	form .mobile-form-shape .inpt-text {
		width: 80% !important;
	}
	.sidebar {
		display: block;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	footer .newsletter form {
	    margin-top: 5px;
	}
	.dark nav.nav-primary ul li a:hover, 
	.dark nav.nav-primary ul li a.active {
		background: #5f5757 url("../images/ui/bg_nav_primary.gif") no-repeat scroll center center;
	}
	.dark nav.nav-primary {
		margin-bottom: 0;
	}
	nav.nav-pagination {
		margin-bottom: 20px;
	}
	.content-mobile img {
		clear: both !important;
	    display: block !important;
	    float: none !important;
	    height: auto !important;
	    margin-bottom: 10px;
	    width: 90% !important;
	}
	article.small a {
		margin-bottom: 20px;
	}
	.hidden-padding img {
		width: 90% !important;		
	    height: auto !important;
	}
	form textarea {
		width: 90%;
	}
	   
}

/* ------------------------------------------------------------------------------------------------------*/
/*                                                  610px                                                */
/* ------------------------------------------------------------------------------------------------------*/

@media (max-width: 640px) {
	 
	.map-country-mobile {
		float: none;
		width: 100%;
	}
	.map-city-mobile {
		float: none;
		width: 100%;
	}
	.map-location-mobile {
		float: none;
		width: 100%;
	}
	.submit-mobile {
		float: right;
	}	
	form .submit-mobile .submit {
		margin-top: 0;
	}
	form .cmf-skinned-select {
		float: none;
		margin-top: 5px;
		margin-bottom: 10px;
		width: 97% !important;
		margin-right: 0;
	}
	.map-wrapper label {
		font-size: 12px;
	}
	form.nav-map {
		height: auto;
	}
	.slideshow .container {	    
	    height: 250px;
	    width: 100%;
	}
}

/* ------------------------------------------------------------------------------------------------------*/
/*                                                  535px                                                */
/* ------------------------------------------------------------------------------------------------------*/

@media (max-width: 535px) {
	footer .newsletter input {
		display: block;
	}
	footer .newsletter input.text.country {
		float: left;
		margin-right: 3px;
	}
	.accordion .tab-btn h2 {
		font-size: 16px;
	}
	.accordion .tab-btn {
	    /*background-position: -110px 0;*/
	}
	.container_12 .mobile-form-grid4 {
	 	width: 100% !important;
	 	float: none;
	 	display: block;
	 	height: auto;
	}
	form .mobile-form-shape .inpt-text {
		width: 90% !important;
	}
	.label-radio {
		margin-bottom: 10px;
	}
	.baseline {
		font-size: 11px;
		margin-top: 6px;
		margin-bottom: 6px;
	}
	.mobile-clear-2 {
		clear: both;
	    display: block;
	    height: 0;
	    overflow: hidden;
	    visibility: hidden;
	    width: 0;
	    content: ' ';
	}

}

/* ------------------------------------------------------------------------------------------------------*/
/*                                                  480px                                                */
/* ------------------------------------------------------------------------------------------------------*/

@media (max-width: 480px) {
	.content-mobile img {
		display: block !important;
		clear: both !important;
		float: none !important;
		width: 90% !important;
    	height: auto !important;
    	margin-bottom: 10px;
	}
	.page-logo {
		margin-top: 12px;
		margin-left: 2%;
	}
	.page-logo a img {
		width: 190px;
		height: 19px;
	}
	nav.nav-social {
		position: relative;
		float: right;
		top: 10px;
		margin-right: 1%;		
	}
	nav.nav-social a {
		margin-left: 0;
	}
	footer .bottom .left {
		width: 50%;
	}
	footer .bottom .right {
		margin-top: 5px;
	}
	.slide-theme {
	    bottom: 0;
	    left: 0;
	    max-width: 100%;
	    width: 100%;
	    position: absolute;
	    z-index: 800;
	    display: block;
	    background-color: rgba(0, 0, 0, 0.6);
	    padding-left: 10px;
	    padding-top: 10px;
	    height: 120px;
	}	
	.slide-theme h2 {
		font-size: 25px;
		padding-bottom: 10px;
	}
	.slide-theme h3 {
		font-size: 16px;
		line-height: 100%;
		width: 45%;
		font-weight: normal;
		padding-bottom: 10px;
	}
	.slider ul li {
	    float: left;
	    height: 200px;
	    overflow: hidden;
	    position: relative;
	    background-size: cover; 
	    width:480px;
	    background-position: -50px;
	}
	footer .newsletter input.text.country {
		float: left;
		margin-right: 1px;
	}
	.slideshow .container {	    
	    height: 200px;
	    width: 100%;
	}
}
/* ------------------------------------------------------------------------------------------------------*/
/*                                                  360px                                                */
/* ------------------------------------------------------------------------------------------------------*/

@media (max-width: 340px) {
	.slider {
		height: 180px;
	}
	.slider ul li {
	    float: left;
	    height: 180px;
	    overflow: hidden;
	    position: relative;
	    background-size: cover; 
	    width: 340px !important;
	    background-position: -60px !important;
	}
	.slideshow .container {	    
	    height: 180px;
	    width: 100%;
	}
}