/* --------------------------------------------------------------------------------------------- */
/*Html */

html {
	font-size: 100%;
	
}

/* --------------------------------------------------------------------------------------------- */
/* Body */
body {
	overflow-y:scroll;
	font-family:'Verdana';
	color:#333;
	font-size: 16px;
	line-height: 1.5;
	background-color:#fff;
}

.navbar-toggle .icon-bar{
	background-color:#333;
}
/* --------------------------------------------------------------------------------------------- */
/*Side menu */

#sidebar-left-wrapper {
	padding: 60px 15px;
}

#sidebar-left-wrapper .sub-page-menu h2 {
	margin: 0;
}

.side-menu li > i {
	width: 15px;
	color: #44CABB;
}
.side-menu li > ul {
	margin-left:30px;
}

.side-menu li:last-child {
    padding: 15px 0 15px;
}

.side-menu li.parent ul li {
    padding: 10px 0 0;
    line-height: 1.2;
}

#sidebar-left-wrapper .sub-page-menu h2 {
	margin: 0 0 15px 0;
}

.sub-page-menu .side-menu li {
	padding: 5px 0;
}

.sub-page-menu .side-menu li:last-child {
	padding: 5px 0;
}


/* --------------------------------------------------------------------------------------------- */
/* Default layout */
#content-wrapper.type-page #content {
	padding:15px 0;
}

#content-wrapper ul {
	list-style:disc inside none;
}

#body h1,
#body h2,
#body h3,
#body h4,
#body h5,
#body h6 {
	font-family:'Open Sans';
	font-weight:bold;
	margin-bottom: 1em;
}

#content-wrapper {
padding: 30px 15px;
}

#content>*>.row {
    margin-left: -15px;
    margin-right: -15px;
    padding: 30px 0;
}

#container {
	padding:0 15px;
}

#footer {
	background: #333;
	padding:25px 0;
}

#footer .container > * {
	color: white;
}

#footer .container .footer-content {
    display: flex;
    justify-content: center;
	flex-wrap:wrap;
	display: -webkit-flex;
    -webkit-justify-content: center;
	-webkit-flex-wrap:wrap;
}

#footer .container .footer-content > * {
	margin: 0 10px;
}

/* --------------------------------------------------------------------------------------------- */
#base-404 {
	padding:20px;
	background-color:#fff;
	box-shadow:0 1px 2px rgba(0,0,0,.1);
}

#base-404 i {
	font-size:5vw;
	color:#f1796d;
}

#base-404 h2 {
	margin-bottom:10px;
	color:#333;
}

/* --------------------------------------------------------------------------------------------- */
#breadcrumb-wrapper .breadcrumb {
	background-color:#fff;
}

/* --------------------------------------------------------------------------------------------- */
/* Elements */
ul,
li,
body,
fieldset,
h1,
h2,
h3,
h4,
h5,
p,
td {
	margin:0;
	padding:0;
	border:none;
	outline:0;
}


p {
	margin-bottom:15px;
}

ul {
	list-style:none;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

a {
	color: #44CABB;
}

a:hover {
	cursor:pointer!important;
	color: #44CABB;
}


/* --------------------------------------------------------------------------------------------- */
/* Misc*/
/* --------------------------------------------------------------------------------------------- */

#body .page ul, #body .page table {
	margin-bottom: 15px;
}

#body #content table {
	width: 100%;
}

#body #content ul li {
    text-indent: -1em;
    padding-left: 1em;
	margin-bottom: 10px;
}

#body .form-control:focus {
	border-color: #44CABB;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px;
}

#body .btn-default {
	background: #E7E7E7;
	width: 100%;
	text-shadow: none;
	border: none;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;

}

#body .btn-default:hover {
	color: white;
	background: #44CABB;
	
	
}




/* --------------------------------------------------------------------------------------------- */
/* FontAwesome Icons*/
/* --------------------------------------------------------------------------------------------- */

.fa-icon {
    display: flex;
    align-items: center;
    display: -webkit-flex;
    -webkit-align-items: center;
}

.fa-icon:before {
    margin-right: 15px;
    font-size: 140%;
    width: 1.28571429em;
    text-align: center;
}

#body .fa-icon:before {
	color: #44CABB;
}

/* Icons */


.fa-icon.mail:before {
    font-family: 'fontAwesome';
    content: '\f0e0';
}

.fa-icon.phone:before {
    font-family: 'fontAwesome';
    content: '\f095';
}

.fa-icon.clock:before {
    font-family: 'fontAwesome';
    content: '\f017';
}


/* --------------------------------------------------------------------------------------------- */
/* Header and navbar */
#navbar {
	z-index:3;
	margin-bottom:0;
	min-height: 0;
}

#header {
	border-bottom: 1px solid #E7E7E7;
    box-shadow: 0 0px 2px #E7E7E7;

}

#header > .container {
	padding:0;
}

#header .container .main-header {
	position: relative;
    z-index: 3;
}

#header > .container > .main-header > nav {
	border:none;
	box-shadow:none;
	border-radius:0;
	background:transparent;
}

#header .navbar-header {
    padding: 20px 15px;
	flex-shrink: 0;
    -webkit-flex-shrink: 0;
}

#header .navbar-header a {
	display:inline-block;
	height:35px;
	line-height:35px;
	width: auto;
    padding: 0;
}

#header .navbar-header a img {
	height: 100%;
	display:block;
}

.language-flags .dropdown-menu {
	min-width:0;
}

#header .navbar-header .navbar-toggle {
	margin-top: 0px !important;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
}

#menu-top {
	position:relative;
	border:0;
}

#menu-top a {
	color: #333;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
}

#menu-top li.active > a {
	color: #44CABB;
}

#menu-top a:hover {
	color: #44CABB;
}


#menu-top > ul > li * {
	font-size:initial;
}

#menu-top > ul > li > a.dropdown-toggle {
	padding:0 5px;
}

#menu-top > ul > li.open > a:hover {
	background:#333!important;
}

.navbar { position: static; }

.nav > li > a:hover, .nav > li > a:focus {
background: none;
}

/* Submenu-wrapper ----------------------------------------------------*/

.submenu-wrapper .container { width: auto; }

.submenu-wrapper > .container > li > a.active { color: #0b5fc2!important; }
.current .submenu-wrapper > .container > li > a.active { color: #0b5fc2!important; }
.submenu-wrapper > .container > li a:hover { background: #FDFDFD; text-decoration: none; }

@media (min-width: 768px) {


.nav li.parent > a:nth-child(2) { display: none!important; }


.nav > li.parent > a:after {
	display: inline-block;
	content: "\f078";
	font-family: FontAwesome;
	display: inline-block;
	padding-left: 10px;
	line-height: 0;
}

.submenu-wrapper.level_1  {
    position: absolute;
	display: none;
    background: white;
    top: 0;
    min-width: 200px;
    z-index: 900;
    left: 0;
	border-top: 5px solid #44CABB;
	box-shadow: 2px 3px 7px rgba(0,0,0,0.2);

}

.submenu-wrapper.level_2 { display: none; }


.submenu-wrapper .hidden { display: block!important; }
	

.parent:hover .submenu-wrapper.level_1, .parent:hover .submenu-wrapper.level_1 > .container { 

	display: block;
	padding: 0;
	-webkit-animation-duration: 0.4s;
	animation-duration: 0.4s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: ease-in-out; 
    animation-timing-function: ease-in-out;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn; 

}

	@-webkit-keyframes fadeIn {
    from { display: none; opacity: 0; }
	to { display: block; opacity: 1; }
}

@keyframes fadeIn {
   from { display: none; opacity: 0; }
	to { display: block; opacity: 1; }
}



.submenu-wrapper > .container > li { 
display: flex!important;
display: -webkit-flex!important;
flex-flow: column wrap;
-webkit-flex-flow: column wrap!important;

}

.submenu-wrapper > .container  li > a { padding: 15px 30px 15px 30px; line-height: 1.3;}



}


@media (max-width: 767px) {


li.parent.active.focus .non-category.hidden { display:block!important; }
li.parent.active .non-category { display: none!important }

.submenu-wrapper.level_1 > .container > h1 { display: none; }

.container { padding-left: 0; padding-right: 0; }

.submenu-wrapper {

transform: scaleY(0);   
-webkit-transform: scaleY(0); 
transform-origin: top;
-webkit-transform-origin: top;
 transition: transform .4s ease;
 -webkit-transition: transform .4s ease;
 
 }

.navbar-nav li a{
display: block;
padding-top: 20px;
padding-bottom: 20px;
line-height: 20px;
border-bottom: 1px solid #e5e5e5;

}

li.parent .level_1 > .container > li > a { padding-left: 30px; }
li.parent .level_2 > li > a { padding-left: 45px; }

.nav li.parent > a { padding-right: 20px; text-decoration: none; }


.nav li.parent.focus > a > i {
transform: rotate(0deg);

}
.nav li.parent > a > i {
display: inline-block;
font-family: FontAwesome;
transform: rotate(-90deg);
transition: all ease .4s;
-webkit-transition: all ease .4s;
} 

.nav li.parent  { position: relative; }
.nav li.parent > a:nth-child(2) { position: absolute; top: 0; right: 0; border-bottom: 0!important; padding: 20px 20px 20px 40px; }

li.parent a:focus { background: transparent; color: transparent; }

li.parent.focus > .submenu-wrapper {  transform: scaleY(1); -webkit-transform: scaleY(1);  transition: transform .4s ease; -webkit-transition: transform .4s ease; }


}


/* --------------------------------------------------------------------------------------------- */
/* Top Area */
/* --------------------------------------------------------------------------------------------- */

#top-area {
    background: #f1f5f8;
}

#top-area .top-container {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
	padding: 10px 0;
}


#top-area .top-container > * {
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

#top-area .top-container .contact-top > * {
    margin: 0 10px;
    font-size: 14px;
}


#top-area .top-container .social-top a {
    margin: 0 5px;
    background: #fff;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    position: relative;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    display: inline-block;
}

#top-area .top-container .social-top a i {
    font-size: 100%;
    color: #2c2e3a;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}

#top-area .top-container .social-top a:hover {
	background: #44CABB;
}

#top-area .top-container .social-top a:hover i {
	color:white;
}


@media (max-width: 767px) {
#top-area .top-container .contact-top { display: none; }


}


/* --------------------------------------------------------------------------------------------- */
/* Brand */
/* --------------------------------------------------------------------------------------------- */
#brand-reserved_page .title h1 {
	margin-bottom:20px;
	color:#333;
	text-align:center;
}

#brand-reserved_page .not-found {
	background-color:#fff;
	padding:25px;
	box-shadow:0 1px 2px rgba(0,0,0,.1);
}

#brand-reserved_page .not-found i {
	font-size:5vw;
	color:#f1796d;
	margin-bottom:10px;
}

#brand-reserved_page .not-found h2 {
	color:#333;
}

.brand.small {
	position:relative;
	display:block;
	background-color:#fff;
	height:300px;
	margin-bottom:30px;
	padding:20px;
	box-shadow:0 1px 2px rgba(0,0,0,.1);
	color:#333;
}

.brand.small:hover {
	text-decoration:none;
}

.brand.small .image {
	float:left;
	width:100%;
	height:200px;
	line-height:200px;
	text-align:center;
	font-size:0;
}

.brand.small .image img {
	display:inline-block;
	vertical-align:middle;
}

.brand.small .name {
	position:absolute;
	text-align:center;
	line-height:100%;
	bottom:15px;
	width:222.5px;
	box-sizing:border-box;
}

/* --------------------------------------------------------------------------------------------- */
/* Products */
/* --------------------------------------------------------------------------------------------- */
#products-list .title h1 {
	margin-bottom:20px;
	color:#333;
}

#products-list .not-found {
	background-color:#fff;
	padding:25px;
	box-shadow:0 1px 2px rgba(0,0,0,.1);
}

#products-list .not-found i {
	font-size:5vw;
	color:#f1796d;
	margin-bottom:10px;
}

#products-list .not-found h2 {
	color:#333;
}

#products-list .product.list {
	display:block;
	background-color:#fff;
	box-shadow:0 1px 2px rgba(0,0,0,.1);
	color:#333;
	text-decoration:none;
	margin-bottom:25px;
}

#products-list .product.list .title {
	padding:5px 20px;
	text-align:center;
	font-size:16px;
}

#products-list .product.list .summary {
	padding:0 20px 0 20px;
	word-break:break-all;
}

#products-list .product.list .price {
	padding:5px 20px;
	text-align:right;
}

#products-list .items > div:last-of-type .product.list {
	margin-bottom:0;
}

#product-view .title h1 {
	margin-bottom:20px;
	text-align:center;
}
#product-view h3 {
	margin-top:10px;
	margin-bottom:5px;
}
#product-view .content {
	display:block;
	float:left;
	width:100%;
	background-color:#fff;
	box-shadow:0 1px 2px rgba(0,0,0,.1);
}

#product-view .content .row {
	margin:0;
}

#product-view .description {
	padding:20px;
}

#product-view .add-to-cart {
	padding:15px 0;
}

/* --------------------------------------------------------------------------------------------- */
/* Category */
/* --------------------------------------------------------------------------------------------- */
#category-render {
	margin-bottom:20px;
}

#category-render .title h1 {
	margin-bottom:20px;
}

#category-render .content {
	background-color:#fff;
	box-shadow:0 1px 2px rgba(0,0,0,.1);
	padding:20px 0;
}

/* --------------------------------------------------------------------------------------------- */
/* Slideshow */
/* --------------------------------------------------------------------------------------------- */
.slideshow{
	overflow: hidden;
}

.slideshow .slideshow-image {
	height: 400px;
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.slideshow li img{
	width: 100%;
}
.slideshow .description {
	position: absolute;
	right: 50%;
    bottom: 50%;
    transform: translate(50%, 50%);
    -webkit-transform: translate(50%, 50%);
	padding:20px;
	border-radius:3px;
	color:#fff;
}
.slideshow .description > * {
	margin-bottom: 15px!important;
}

.slideshow .description :last-child {
	margin-bottom:0;
}

/* --------------------------------------------------------------------------------------------- */
/* News */
/* --------------------------------------------------------------------------------------------- */
#news-list > div.title h1 {
	margin-bottom:20px;
}

#news-list .news-item {
	margin-bottom:30px;
}

#news-list .not-found {
	background-color:#fff;
	padding:25px;
	box-shadow:0 1px 2px rgba(0,0,0,.1);
}

#news-list .not-found i {
	font-size:5vw;
	color:#f1796d;
	margin-bottom:5px;
}

#news-list .not-found h2 {
	color:#333;
}

#content > .news-item {
	margin-bottom: 30px;
}

.news-item .title {
	margin-bottom:10px;
}

.news-item > .title {
	padding-top: 30px;
}

.news-item .title h1 {
	text-align:center;
	margin-bottom:20px;
}

.news-item .publish-date {
	position:absolute;
	bottom:10px;
	right:10px;
	color:#aaa;
	font:12px 'Open Sans';
}

.news-item .title a {
	color:#333;
	text-decoration:none;
}

.news-item .info {
	position:relative;
	background-color:#fff;
	box-shadow:0 1px 2px rgba(0,0,0,.1);
}

.news-item .info .content {
	padding:20px;
}

/* --------------------------------------------------------------------------------------------- */
/* Page */
/* --------------------------------------------------------------------------------------------- */

/* Gallery */
.page-gallery img {
	border-radius:3px;
	opacity:0.8;
	margin: 0 0 30px;
	transition:opacity 200ms;
	-webkit-transition:opacity 200ms;
}

.page-gallery img:hover {
	opacity:1;
}

/* --------------------------------------------------------------------------------------------- */
#cart .title h1,
#checkout .title h1 {
	text-align:center;
	margin-bottom:20px;
}

#checkout h2 {
	margin-bottom:10px;
}

#cart .bottom-bar,
#checkout .bottom-bar {
	text-align:right;
}

#cart .items,
#cart .not-found,
#checkout .cart,
#checkout .summary,
#checkout .details,
#checkout .delivey-details,
#checkout .contact-details,
#cart .bottom-bar,
#checkout .bottom-bar,
#checkout .not-found {
	padding:15px;
	background-color:#fff;
	box-shadow:0 1px 2px rgba(0,0,0,.1);
	margin-bottom:20px;
}

#cart .not-found,
#checkout .not-found {
	padding:25px;
	margin-bottom:0;
}

#cart .not-found i,
#checkout .not-found i {
	font-size:5vw;
	color:#f1796d;
	margin-bottom:10px;
}

#cart .not-found h2,
#checkout .not-found h2 {
	color:#333;
}

#checkout .payment-methods input[type="radio"],
#checkout .delivery-methods input[type="radio"] {
	display:none;
}

#checkout .payment-methods input[type="radio"]:checked + label,
#checkout .delivery-methods input[type="radio"]:checked + label {
	opacity:1;
}

#checkout .payment-methods .payment-method,
#checkout .delivery-methods .delivery-method {
	width:100%;
	box-sizing:border-box;
	padding:20px;
	opacity:0.5;
	font-weight:normal;
	background-color:#fff;
	box-shadow:0 1px 2px rgba(0,0,0,.1);
}

#checkout .payment-methods .payment-method .info .price,
#checkout .delivery-methods .delivery-method .info .price {
	font-size:12px;
}

#checkout .payment-methods .payment-method .info,
#checkout .delivery-methods .delivery-method .info {
	text-align:justify;
	font-size:11px;
}

#checkout .payment-methods .payment-method .info .description > :last-child,
#checkout .delivery-methods .delivery-method .info .description > :last-child {
	margin-bottom:0;
}

#checkout .payment-methods .payment-method .icon i,
#checkout .delivery-methods .delivery-method .icon i {
	font-size:30px;
}

#checkout .payment-methods .payment-method:hover,
#checkout .delivery-methods .delivery-method:hover {
	cursor:pointer;
}

#checkout .payment-methods .logo,
#checkout .delivery-methods .logo {
	text-align:center;
}

#checkout .payment-methods .logo img,
#checkout .delivery-methods .logo img {
	display:inline-block;
}

#checkout .summary table {
	margin-bottom:0;
}

#cart table,
#checkout .cart table {
	margin:0;
}

#cart table tbody td,
#checkout .cart table tbody td {
	vertical-align:middle;
}

#cart table tbody td img,
#checkout .cart table tbody td img {
	display:inline-block;
}

#cart table tfoot td,
#checkout .cart table tfoot td {
	padding-top:20px;
}

#cart input[type="text"],
#checkout .cart input[type="text"] {
	text-align:center;
}

/* --------------------------------------------------------------------------------------------- */
#receipt h2 {
	margin-bottom:10px;
	text-align:center;
}

#receipt .title h1 {
	text-align:center;
	margin-bottom:20px;
}

#receipt table {
	margin-bottom:0;
}

#receipt .contact-details,
#receipt .payment-details,
#receipt .delivery-details,
#receipt .rows,
#receipt .not-found {
	padding:25px;
	background-color:#fff;
	box-shadow:0 1px 2px rgba(0,0,0,.1);
	margin-bottom:20px;
}

#receipt .not-found i {
	font-size:5vw;
	color:#f1796d;
	margin-bottom:10px;
}

#receipt .not-found h2 {
	color:#333;
}

#receipt .rows tfoot td {
	font-weight:bold;
}

/* --------------------------------------------------------------------------------------------- */
#customer-login h1,
#customer-register h1,
#customer-forgot_password h1 {
	margin-bottom:20px;
	color:#333;
	text-align:center;
}

#customer-login form,
#customer-register .login-details,
#customer-register .personal-details,
#customer-register .company,
#customer-register .address,
#customer-register .submit,
#customer-forgot_password form {
	background-color:#fff;
	padding:25px;
	box-shadow:0 1px 2px rgba(0,0,0,.1);
}

#customer-register .submit {
	padding:10px;
	text-align:right;
}

#customer-login button[type=submit],
#customer-forgot_password button[type=submit] {
	margin-bottom:15px;
}

#customer-forgot_password .message {
	margin-bottom:15px;
}

#customer-register .login-details,
#customer-register .personal-details,
#customer-register .company,
#customer-register .address {
	margin-bottom:20px;
}

#customer-register h3 {
	margin-bottom:10px;
}

/* --------------------------------------------------------------------------------------------- */
#bootstrap-task-errors.list-group {
	border-radius:0;
	box-shadow:none;
}

#bootstrap-task-errors.list-group .list-group-item {
	border-radius:0;
	border:none;
}

/* --------------------------------------------------------------------------------------------- */
#customer-my_pages .title h1 {
	text-align:center;
	margin-bottom:20px;
}

#customer-my_pages h2 {
	margin-bottom:10px;
}

#customer-my_pages form {
	background-color:#fff;
	padding:25px;
	box-shadow:0 1px 2px rgba(0,0,0,.1);
}

#customer-my_pages form.details {
	margin-bottom:20px;
}

#customer-my_pages .login-details h3,
#customer-my_pages .personal-details h3,
#customer-my_pages .company h3,
#customer-my_pages .address h3 {
	margin-bottom:10px;
}

#customer-my_pages .login-details {
	margin-bottom:20px;
}

#customer-my_pages .company {
	margin-bottom:20px;
}

#customer-my_pages #bootstrap-task-errors.list-group {
	margin-bottom:10px;
}

#customer-my_pages .preselected-addresses {
	margin-bottom:20px;
}

/* --------------------------------------------------------------------------------------------- */
#customer-contact_us h1 {
	margin-bottom:20px;
	text-align:center;
}

#customer-contact_us form {
	background-color:#fff;
	padding:25px;
	box-shadow:0 1px 2px rgba(0,0,0,.1);
}

#customer-contact_us form h3 {
	margin-bottom:10px;
}

#customer-contact_us form hr {
	margin:0;
	margin-bottom:15px;
	margin-top:5px;
}

/* --------------------------------------------------------------------------------------------- */
#customer-order_history h1 {
	text-align:center;
	margin-bottom:20px;
}

#customer-order_history .order-list {
	background-color:#fff;
	padding:25px;
	box-shadow:0 1px 2px rgba(0,0,0,.1);
}

#customer-order_history .not-found {
	
}

#customer-order_history .not-found i {
	font-size:5vw;
	color:#f1796d;
	margin-bottom:10px;
}

#customer-order_history .not-found h2 {
	color:#333;
}

/* --------------------------------------------------------------------------------------------- */
#customer-order_view h1 {
	text-align:center;
	margin-bottom:20px;
}

#customer-order_view table {
	margin-bottom:0;
}

#customer-order_view .payment-address,
#customer-order_view .delivery-address,
#customer-order_view .items,
#customer-order_view .summary {
	background-color:#fff;
	padding:25px;
	box-shadow:0 1px 2px rgba(0,0,0,.1);
}

#customer-order_view .payment-address,
#customer-order_view .items,
#customer-order_view .delivery-address {
	margin-bottom:20px;
}

#customer-order_view h2 {
	margin-bottom:10px;
}

/* --------------------------------------------------------------------------------------------- */
#search h1 {
	text-align:center;
	margin-bottom:20px;
}

#search .form {
	margin-bottom:20px;
	background-color:#fff;
	padding:25px;
	box-shadow:0 1px 2px rgba(0,0,0,.1);
}

#search .not-found {
	background-color:#fff;
	padding:25px;
	box-shadow:0 1px 2px rgba(0,0,0,.1);
	text-align:center;
}

#search .not-found i {
	font-size:5vw;
	color:#f1796d;
	margin-bottom:10px;
}

#search .not-found h2 {
	color:#333;
}

/* --------------------------------------------------------------------------------------------- */
/* MEDIA SCREEN 768px AND ABOVE */
/* --------------------------------------------------------------------------------------------- */
@media (min-width: 768px){

	html, body {
	min-height: 100vh;
    height: 100%;
	}

	#site-wrapper {
		min-height: 100%;
		position: relative;
	}
	#header .container .main-header {
	display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
	}


	#menu-top{
		float:left;
	}
	#menu-top > ul > li{
		display: inline-block;
	}
	
	#menu-top .navbar-nav > li > a:not(.arrow-nav) {
	padding: 30px 15px;
	}
	

	
	#footer {
	position: absolute;
    width: 100%;
    bottom: 0;
}

}


/* --------------------------------------------------------------------------------------------- */
/* MEDIA SCREEN 768px AND ABOVE */
/* --------------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------------- */
/* MEDIA SCREEN 768px AND BELOW */
/* --------------------------------------------------------------------------------------------- */

@media (max-width: 767px){

#header .navbar-header {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
	display: -webkit-flex;
    -webkit-flex-direction: row-reverse;
    -webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;

}

.navbar-nav {
	margin: 0px -15px;
	
	}

#header .navbar-header:before, #header .navbar-header:after { display: none; }


#content .page .row > *:not(:last-child):not(.col-sm-12) {
	padding-bottom: 60px;

}


}
/* --------------------------------------------------------------------------------------------- */
/* MEDIA SCREEN 768px AND BELOW */
/* --------------------------------------------------------------------------------------------- */