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


}
@media (max-width: 1200px) {

	.table th, .table td {
		padding:8px;
	}
	.fluid_container .camera_caption {
		top:24%;
		right:3%;
	}
	#logo {
		position:static;
		margin:0;
		float:left;
	}
	.box-language, .box-currency {
		float:right;
		margin-right:0;
		margin-left:20px;
		margin-top:24px;
	}
	.box-currency .btn-group > .btn, .btn-group > .dropdown-menu,
	.box-language .btn-group > .btn, .btn-group > .dropdown-menu{
		left:auto;
		right:0
	}
	#top {
		
	}
}
@media (min-width: 1200px) {
	.container {
		width:1200px;
		}
	}

@media (min-width: 768px) {

	.box .box-content .last {
		clear:left
	}
	.box .cart-button {
		opacity:0;
		position:absolute;
		width:100%;
		top:-50px;
		left:0;
		text-align:center;
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}
	.box .product-thumb:hover .cart-button {
		opacity:1;
		top:30%;
	}


}

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

	.btn.btn-add i {
		float:none;
	}
	
	footer h5 {
		font-size:15px;
		word-wrap:break-word
	}


}
@media (min-width: 980px) and (max-width: 1199px) {



}

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

	.button-view {
		margin-top:10px;
	}
	.sale {
		font-size:11px;
		padding:3px 5px;
	}
	.box-subcat li .name a {
		font-size: 14px;
	}
	footer h5 {
		word-wrap:break-word
	}
	footer ul li a {
		word-wrap:break-word
	}
	.view-small .product-thumb .image {
		float:none;
	}
	.view-small .product-thumb .sale {
		position:absolute;
	}
	.view-small .product-thumb .price {
		padding-bottom:0;
	}
	.view-small .product-thumb {
		overflow:hidden;
		padding:20px 10px !important
	}

}

@media (max-width: 991px) {

	#menu-gadget {
		display:block;
	}
	#tm_menu {
		display:none;
	}
	div.parallax>div {
		/*background-position:top !important;*/
		background-attachment:inherit !important;
		background-size: cover;
	}
	.btn i {
		float:none;
	}
	.product-grid .product-thumb,
	.box .product-thumb {
		padding:10px;
		text-align:center;
	}
	.box h3 {
		font-size:16px;
	}
	.form-horizontal .control-label {
		font-size:12px;
		font-weight:normal;
	}
	#image-additional li {
		margin-bottom:12px !important;
	}

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:landscape) { 

	#full_gallery {
		display:block;
	}
	#default_gallery {
		display:none;
	}
	.box .box-content .box-product ul li:hover .quick-view-button {
		display:none !important; 
		visibility:hidden; 
	}

}

@media (max-width: 767px) {

	#cart .dropdown-menu {
		max-height:300px;
		overflow:auto;
	}
	
	.box-cart {
		padding:0;
		border:0;
		background:none;
	}
	nav#top {
		float:right;
		margin-top:70px;
		border-bottom:0;
	}
	#logo {
		margin-top:50px;
	}
	.toprow-1 {
		display:block;
	}
	footer {
		border-top:0;
	}
	footer>.container {
		display:none;
	}
	footer .copyright {
		margin-top:20px;
		padding:20px 0;
	}
	.tabs .tab-heading:hover {
		cursor:pointer;
	}
	.tabs .tab-content {
		display:none;
	}
	.checkout_button {
		display:none;
	}
	a.quickview {
		display:none !important;
	}
	aside {display:block;}
	#full_gallery {
		display:block;
		
	}
	#default_gallery {
		display:none;
	}
	.box-subcat li .image  {
		display:inline-block;
	}
	aside .box.info .box-content {
		display: none;
	}
	aside .box-heading {
		cursor:pointer
	}
	aside .box-heading i {
		float:right;
		font-size:21px;
		cursor:pointer
	}
	aside .box.info .box-heading h3 {
		border-bottom: 1px solid #e3e3e3;
		padding-bottom:20px;
	}
	#content {
		margin-bottom:30px;
	}
	footer {
		margin-top:20px;
		padding-top:0;
	}
	.box h3 {
		text-align:left;
	}
	#top-links,
	.button-view {
		display:none;
	}
	.product-thumb .rating {
		position:static;
	}
	.product-list .product-thumb .image,
	.product-grid .product-thumb .image {
		float:left;
		margin-right:15px;
		width:25%
	}
	.box-subcat li {
		overflow:hidden;
		clear:both;
		text-align:left;
	}
	.box-subcat li .image {
		float:left;
		margin-right:15px;
		width:25%
	}
	#cart {
		position:fixed;
		top:0;
		right:0;
		margin:0;
		z-index:91
	}
	#cart > button i {
		display:block;
		float:left;
		line-height:50px;
		font-size:21px;
		margin-right:10px;
	}
	#cart > button strong {
		display:none;
	}
	#cart > button {
		text-align:left;
		padding:0 20px;
		background:#000;
		line-height:50px;
		height:50px;
		width:auto;
		vertical-align:top;
		color:#fff
	}
	#cart #cart-total2 {
		margin:0;
	}
	.product-desc iframe {
		float: none;
		margin:0 0 2em;
		max-width:560px;
		width: 100% !important;
	}
	.box-language, .box-currency {
		margin-top:65px;
		
	}
	.fluid_container .camera_caption h1 {
		font-size:40px;
	}

}

@media (max-width: 600px) {

	.breadcrumb > li:last-child:after {
		display:none;
	}
	.breadcrumb > li:after {
		width:auto;
		position:static;
		border:0;
		content:'>';
		margin-left:5px;
		display:inline-block;
		-moz-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
	}
	.breadcrumb > li {
		padding:0 5px
	}
	.fluid_container .camera_caption h2 {
		font-size:20px;
	}
	.fluid_container .camera_caption h1 {
		margin-bottom:3px;
		font-size:35px;
	}
	.fluid_container .camera_caption a {
		font-size:12px;
		padding:7px 15px;
	}
	.banners > div .s-desc {
		padding:20% 0 0 10%
	}
	.banners > div .s-desc h2 {
		font-size:25px;
	}
	.banners > div .s-desc h1 {
		font-size:40px;
	}
	.fluid_container .camera_caption {
		width:100%;
		left:0;
		top:5%;
		text-align:right;
		padding-right:10%;
	}

}
@media (max-width: 518px) {
	.product-list .product-thumb .image, 
	.product-grid .product-thumb .image {
		float:none;
		width:100%;
		margin:0 auto 10px;
	}
}
@media (max-width: 410px) {
	#accordion .table td, 
	#accordion .table thead td {
		font-size:9px;
		word-wrap:break-word
	}
	.header_modules .banners > div {
		width:100%;
		margin-bottom:10px;
	}
	.fluid_container .camera_caption {
		width:100%;
		left:0;
		top:5%;
		text-align:right;
		padding-right:10%;
	}
	.fluid_container .camera_caption h1 {
		font-size:20px;
	}
}
@media (max-width: 370px) {

	img.alignleft {
		float:none;
		margin:0 0 20px;
	}
	.fluid_container .camera_caption {
		padding-top: 3%;
	}
	.fb-like-box,
	.fb-like-box>span,
	.fb-like-box iframe  {
		width:270px !important
	}
	.table.privacy_page td {
		padding:8px
	}
	.delivery_page .table td,
	.delivery_page .table th {
		padding:6px
	}
}