/*######  Design by VTEM http://www.vtem.net All Rights Reserved  ###########*/

/* Portrait tablet and down */

@media (max-width: 991px) {

.homepage .widget-logo a{margin-top: 5px;}
.menu-stick, .menu-button-main{float:right; color:#00b6f0; right: 20px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; border:2px solid;width: 80px;height: 50px;font-size: 40px;}
.oMenuStickOpen .nav.nav-canvas, .oMenuOverwrite{display:block !important;}
.main-vtem-menu,.main-vtem-menu li{display:block; width:100% !important; margin:1px 0 !important;}
.main-vtem-menu ul,.main-vtem-menu ul ul,.oVertical > .main-vtem-menu ul{position:relative !important; width:100% !important; left:0 !important;}
.slideshow .box_skitter .label_skitter{display:none !important;}
.jshop_ajaxsearch input {max-width: 70% !important;}
select#id_currency {margin-bottom: 20px !important;}
div#glav-menu {padding: 15px 0!important; }

	/*/////// CURRENT THEME ////////////////////*/
.footer .vtem-block, .homepage .row > div, #currenc{padding-top: 40px; text-align: center;}
.footer .vtem-block:first-child,.homepage .row > div:first-child,.section-topbar .row > div,.homepage .section-header .row > div{padding-top:0;}
.homepage .menu-stick, .homepage .menu-button-main{top:0px; right: 15px;}
.know-us .widget-image-content:before, .our-team .tab-content:after{display:none;}
.about-us, .about-content{padding:60px 30px; text-align:center;}
.our-team .user-info{margin:0; background-color:#333;}
.position-drawer{ text-align:center;}
	



}





/* Landscape tablet and up */

@media (max-width: 768px) {



}





/* Phone */

@media (max-width: 480px) {

.app {
display: grid;
grid-gap: 20px; 
grid-auto-rows: 161px;
grid-template-columns: repeat(auto-fit, minmax(343px, 1fr));
grid-auto-flow: dense;}
.item:nth-of-type(1), .item:nth-of-type(2), .item:nth-of-type(3), .item:nth-of-type(6), .item:nth-of-type(7), .item:nth-of-type(8), .item:nth-of-type(9), .item:nth-of-type(10), .item:nth-of-type(12), .item:nth-of-type(13), .item:nth-of-type(14), .item:nth-of-type(15)  {grid-column: span 1;grid-row: span 2;}
.item:nth-of-type(4), .item:nth-of-type(5), .item:nth-of-type(11) {grid-column: span 1;grid-row: span 1;}


}

