* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    margin: 0;
	font-family: 'Satoshi-Regular', sans-serif;
    width: 100%;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
#main-content {
    width: 1170px;
}
img {
    vertical-align: middle;
}
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
#full-menu ul.level-1 > li.submenu > .menu-dropdown.active {
	display: block !important;
	max-height: 100% !important;
	overflow: scroll !important;
    box-shadow: none;
}
#full-menu ul.level-1 > li.submenu > .menu-dropdown.active > .container {
    overflow: scroll;
    max-height: 100%;
}
#full-menu ul.level-1 > li.submenu > .menu-dropdown.active > .container > .level-2 {
    margin: 0px;
    padding-right: 30px;
    width: 100%;
}
#full-menu ul.level-1 > li.submenu > .menu-dropdown.active > .container > .level-2 .level-3 {
    width: 100%;
}
@media only screen and (max-width: 1170px) {
	#main-content, .container {
		width: 100%!important;
	}
}
@media only screen and (max-width: 768px) {
	body {
		margin-top: 65px;
	}
	.hidden-xs {
		display: none !important;
	}
	nav#full-menu {
		display: none;
	}
	header {
		position: fixed;
		top: 0px;
		z-index: 9998;
		width: 100%;
	}
	#top {
		display: none;
	}
	header .col-sm-4, header .col-sm-5 {
		display: none;
	}
	.row {
		margin-left: 0!important;
		margin-right: 0!important;
	}	
	#full-menu ul.level-1 > li.submenu > .menu-dropdown.active ul.level-2 {
		min-height: auto !important;
	}
	#full-menu ul.level-1 > li.submenu > .menu-dropdown.active ul.level-2:first-of-type > li > a {
		padding: 5px 0 5px 0 !important;
	}
	#full-menu ul.level-1 > li.submenu > .menu-dropdown.active ul.level-2 > li > a {
		padding: 20px 0 5px 0 !important;
	}
	#full-menu ul.level-1:first-of-type > li.submenu > .menu-dropdown.active ul.level-2:first-of-type > li > ul.level-3 { 
		margin-bottom: 10px;
		border-bottom: 1px solid #666;
	}
}
#logo img {
    height: 60px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.display-none {
	display: none;
}
.menu-rollout {
	float: right;
}
.menu-rollout.active i {
	transform: rotate(180deg);
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.category-page {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.load-container {
    width: 100vw;
    height: calc(100vh + 10px);
    position: fixed;
    background-color: #fff;
    z-index: 99999;
    top: 0px;
}
.window-loader,
.window-loader:before,
.window-loader:after {
  border-radius: 50%;
}

.window-loader {
    color: #aaa;
    font-size: 11px;
    text-indent: -99999em;
    margin: 25px auto;
    position: absolute;
    width: 10em;
    height: 10em;
    box-shadow: inset 0 0 0 0.5em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    bottom: 0px;
    left: calc(50% - 55px);
}
.window-loader:before,
.window-loader:after {
  position: absolute;
  content: '';
}
.window-loader:before {
  width: 5.2em;
  height: 10.2em;
  background: #fff;
  border-radius: 10.2em 0 0 10.2em;
  top: -0.1em;
  left: -0.1em;
  -webkit-transform-origin: 5.1em 5.1em;
  transform-origin: 5.1em 5.1em;
  -webkit-animation: load2 2s infinite ease 1.5s;
  animation: load2 2s infinite ease 1.5s;
}
.window-loader:after {
  width: 5.2em;
  height: 10.2em;
  background: #fff;
  border-radius: 0 10.2em 10.2em 0;
  top: -0.1em;
  left: 4.9em;
  -webkit-transform-origin: 0.1em 5.1em;
  transform-origin: 0.1em 5.1em;
  -webkit-animation: load2 2s infinite ease;
  animation: load2 2s infinite ease;
}
@-webkit-keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}