/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1325px) {

}
@media only screen and (max-width : 1200px) {

}
@media only screen and (max-width : 1099px) {
.wrapper {
	width: 97%;
	padding: 0px;
}
.horizontal-menu{
	width: 100%;
}
.span9 > a:nth-child(1) > img{
	width: 98%;
}
.span9 > a:nth-child(8) > img{
	width: 98%;
}


h1 + a img{
	width: 100%;
}
.thumbnail a img{
	margin: 0 auto;
}
.thumbnail {
	margin: 0px;
	width: 19%;
}
.pagination + a img{
	width: 100%;
	height: auto;
}
}
@media only screen and (max-width : 1024px) {
	.header{
		padding-bottom: 10px;
		height: auto;
	}
	.header-banner{
		width: 50%;
		display: inline-block;
		position: relative;
		text-align: center;
		height: auto;
		top: 10px;
	}
	.header-banner2{
		width: 25%;
		display: inline-block;
		position: relative;
		text-align: center;
		top: 10px;
		right: inherit;
		height: auto;
		margin: 0 2%;
		
	}
	.logo{
		text-align: left;
		width: 20%;
		display: inline-block;
		position: relative;
		padding-bottom: 15px;
		top: 0px;
	}
	.logo img{
		width: 100%;
	}
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
.horizontal-menu .nav > li > a{
	padding: 10px 16px;
}
.horizontal-menu .nav > li {
    display: table-cell;
}
.horizontal-menu .nav > li {
   float: none;
}
.horizontal-menu .nav{
	display: table;
}
.infoblock .span2{
	width: 16%;
}
.infoblock .span2 img{
	width: 92%;
}
.infoblock .span10{
	width: 81%;
}


.span9 > h1 + a img{
	width: 100%;
}
.content img.pull-right{
	width: 36%;
}
}
@media only screen and (max-width : 930px) {
.horizontal-menu .nav{
	width: 100%;
}
.fancybox img{
	width: 74%;
}
}
@media only screen and (max-width : 900px) {
.horizontal-menu .nav{
	width: 100%;
}
.horizontal-menu .nav > li > a{
	font-size: 14px;
}

}
@media only screen and (max-width : 860px) {
.horizontal-menu .nav > li > a{
	padding: 10px 13px;
}


.wrapper {
	width: 94%;
}
#subscribe {
    width: 100%;
}

.catalog-item-body > .span3{
	width: 30%;
}
.catalog-item-body > .span9{
	width: 64%;
}
.content img{
	width: 90%;
	height: auto;
}
.thumbnail {
	width: 24%;
}
}
@media only screen and (max-width : 800px) {
.horizontal-menu .nav{
	padding: 0px;
}
.horizontal-menu .nav > li > a {
    padding: 10px 13px;
}
.infoblock .span2{
	width: 100%;
	margin:  10px 0 0;
}
.infoblock .span2 img{
	width: 92%;
}
.infoblock .span10{
	width: 76%;
}
.pagination + a img{
	width: 100%;
    height: auto;
} 

}
@media only screen and (max-width : 860px) and (min-width : 768px){
	

}
@media only screen and (max-width : 780px) {
.horizontal-menu .nav {
   display:none;
}

.horizontal-menu .nav.expand {
	display:block;
	height: auto;
    padding-top: 21px;
}

.horizontal-menu  .nav > li.divider {
	display:none;
}

.horizontal-menu .nav > li {
	    display: block;
}

.horizontal-menu {
	    height: auto;
}


.infoblock + a img{
	width: 100%;
	height: auto;
}

.horizontal-menu .nav > li > a{
	    display: block;
    text-align: center;
}
.navbar ul.expand {
	display:block;
	height: auto;
}
.navbar ul {
   display:none;
}
.navbar li {
    display: block;
}
.navbar li > a{
	
	display: block;
    text-align: center;
}

.horizontal-menu .dropdown-menu {
	position: relative;
	    top: 0px;
	    border: 1px solid #f5f0f0;
	    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.065);

	    background-color: #fefefe;
    background-image: -moz-linear-gradient(top, #ffffff, #fafafa);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#fafafa));
    background-image: -webkit-linear-gradient(top, #ffffff, #fafafa);
    background-image: -o-linear-gradient(top, #ffffff, #fafafa);
    background-image: linear-gradient(to bottom, #ffffff, #fafafa);
}

.horizontal-menu .dropdown-menu .col {
    width: 100%;
    float: none;
}

.horizontal-menu .dropdown-menu.col1 {
    width: 100%;
    left: 0px !important;
}

.horizontal-menu .dropdown-menu.col3 {
    width: 100%;
    left: 0px !important;
}

.horizontal-menu .dropdown-menu.col2 {
	width: 100%;
    left: 0px !important;
}

.horizontal-menu .dropdown.active .dropdown-menu{
	    overflow: hidden;
}


.btn_mobmnu, .btn_mobmnu2 {
    display: block;
    position: relative;
}

.btn_mobmnu b, .btn_mobmnu2 b {
	position: absolute;
    right: -48px;
    top: 12px;
}

.discount{
		width: 47%;
	}
.carousel-news .slide {
    float: left;
    width: 136px;
}
.carousel-news .slide img {
    width: 90%;
}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
	.header{
		padding-bottom: 10px;
		height: auto;
	}
	.header-banner{
		width: 50%;
		display: inline-block;
		position: relative;
		text-align: center;
		height: auto;
		top: 10px;
	}
	.header-banner2{
		width: 25%;
		display: inline-block;
		position: relative;
		text-align: center;
		top: 10px;
		right: inherit;
		height: auto;
		margin: 0 2%;
		
	}
	.logo{
		text-align: left;
		width: 20%;
		display: inline-block;
		position: relative;
		padding-bottom: 15px;
		top: 0px;
	}
	.logo img{
		width: 100%;
	}

	/*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;
	}

	.discount{
		width: 100%;
	}


}
@media only screen and (max-width : 670px){
	.header{
		padding-bottom: 24px;
		height: auto;
	}
	.header-banner{
		width: 100%;
		display:block;
		position: relative;
		text-align: center;
	}
	.header-banner2{
		width: 45%;
		display: inline-block;
		position: relative;
		text-align: center;
		top: 10px;
		right: inherit;
		height: auto;
		margin: 0;
	}
	.logo{
		text-align: left;
		width: 53%;
		display: inline-block;
		position: relative;
		padding-bottom: 15px;
		top: 0px;
	}
	.logo img{
		width: 90%;
	}

/*.container > .wrapper > .row > .span9 + .span3{
    overflow: hidden;
    width: 300px;
    margin: 0 auto;
    float: none;
}*/
.container > .wrapper > .row > .span9 + .span3 {
	width: 100%;
	margin-left: 0;
}
.container > .wrapper > .row > .span9 + .span3 .infoblock {
	display: inline-block;
	width: 47%;
	margin: 0 1% 2%;
	vertical-align: top;

}

.carousel-news .slide {
    float: left;
    width: 151px;
}
.carousel-news .slide img {
    width: 90%;
}

.container > .wrapper > .row > .span9{
    width: 100%;
}
.infoblock .span2 {
    width: 19%;
}
.infoblock .span10 {
    width: 78%;
}
.wrapper {
    width: 91%;
}
.catalog-item-body > .span3 {
    width: 30%;
}
.catalog-item-body > .span9 {
    width: 67%;
}

}
@media only screen and (max-width : 530px){
	
	
.header-banner img{
	width: 100%;

}
.infoblock .span10 {
    text-align: center;
    width: 100%;
    margin-top: 20px;
}
.infoblock .span2 img {
    width: auto;
    margin: 0 auto;
}
.infoblock .span2 {
    width: 100%;
    text-align: center;
}


.catalog-item-body > .span3 img{
    text-align: center;
    margin: 0 auto;
}
.catalog-item-body > .span3 {
    width: 100%;
    margin-bottom: 10px;
}
.catalog-item-body > .span7 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.catalog-item-body > .span2 {
    width: 100%;
    margin: 10px 0;
}
.comment-add form input{
	display: block;
    float: none;
    width: 87% !important;
}
.comment-add form textarea{
	display: block;
    float: none;
    width: 87% !important;
}
table.table{
    width: 95%;
    display: block;
    overflow: scroll;
}
.thumbnail {
	width: 32%;
}
.comment{
	width: 100%;
}
.votes {
	float:none;
	margin: 10px auto 0;
}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
.footer .row .span4 {
    text-align: center;
    width: 100%;
}

.logo img{
	width: 90%;
}
.logo{
	left: 0px;
}


.comment-add form input{
	display: block;
    float: none;
    width: 100% !important;
}
.comment-add form textarea{
	display: block;
    float: none;
    width: 100% !important;
}
.comment-add form img{
	display: block;
	float: none;
	width: 100px;
	margin: 0 auto;
}
.comment-add form{
	width: 100%;
} 
.comment-add{
	width: 100%;
}

}
@media only screen and (max-width : 425px){
.header-banner{
	height: 70px;
}

.thumbnail {
    margin-bottom: 20px;
}



/*.catalog-item td{
	text-align: center;
}*/
}
@media only screen and (max-width : 400px){
.thumbnail {
	width: 49%;
}
.container > .wrapper > .row > .span9 + .span3 .infoblock {
	width: 38%;
}
}
@media only screen and (max-width : 375px){
.header {
    padding-bottom: 10px;
}
.container > .wrapper > .row > .span9 + .span3 .infoblock {
	width: 96%;
}
.discount{
	width: 96%;
}
}
/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
.logo img{
	width: 90%;
}
.logo{
	left: 0px;
}


.container > .wrapper > .row > .span9 + .span3 .infoblock {
	width: 96%;
}
}


/*==========  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) {

}