﻿/***********************
Table of Contents

# Normalize
# Typography
# Header
# Main
    ## Layout
    ## Menu Items
# Nav
    ## Navigation Menu
    ## Left/Right Arrows
# Footer

------------------------

Colours

Aubergine: #6C193F
***********************/

/************
# Normalize
************/
html, :before, :after, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, textarea {
  border: 0;
  box-sizing: border-box;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html, body {
  min-width: 32rem;
  width: 100%;
  overflow-x: hidden;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
	display: block;
}

table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: top;
}

table {
  border-collapse: collapse;
}

a, a:focus {
  outline: none;
}

a {
  background-color: transparent;
  cursor: pointer;
  text-decoration: none;
}

input, textarea {
  font-size: 1rem;
}

strong {
  font-weight: bold;
}

img {
  max-width: 100%;
  height: auto !important;
}

.mereAdmin img.promoImage {
  height: 60px !important;
}

.items img.promoImage {
  width:60em;
}


div:empty, p:empty, h1:empty, h2:empty, h3:empty, h4:empty, h5:empty, h6:empty {
  padding: 0 !important;
  margin: 0 !important;
}

/*************
# Typography
*************/
html {
  font-size: 10px;
}

body {
  font-family: 'Helvetica New', Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
}

nav, h1, h2, h3, h4, h5, h6 {
  color: #6C193F;
  font-family: 'Trajan Pro', Helvetica, Arial, sans-serif;
}

/*********
# Header
## Common
*********/
header h1 {
  color: #fff;
  display: inline-block;
  line-height: 1;
  margin-top: -1rem;
  width: auto;
}

/*********
# Header
## Menu
*********/
header {
  background-size: cover !important;
  border-top: 1rem solid #6C193F;
  text-align: center;
  padding-bottom: 6rem;
  min-height: 120px;
}

.menu header h1 {
  background: #6C193F;
  display: inline-block;
  font-size: 4rem;
  padding: 1rem 2rem;
}

/*********
# Header
## Manage
*********/
.manage header {
  background: #6C193F;
  padding: 1rem 0;
  text-align: center;
}

.manage header h1 {
}

.manage header h1 a {
  font-size: 3rem;
}

.manage header a {
  color: #fff;
}

.manage header nav {
  display: inline-block;
  margin: 0 4rem;
}

/**********
# Main
## Layout
**********/
main {
  margin: 0 auto;
  padding: 0 8rem;
}

.menu main {
  max-width: 60rem;
}

.manage main {
  max-width: 100rem;
}

h2 {
  font-size: 3rem;
  line-height: 7rem;
  border-bottom: .1rem solid #6C193F;
}

h2 small {
  color: #999;
  font-size: 2rem;
}

/**************
# Main
## Menu Items
**************/
.items {
  list-style: none;
  margin-bottom: 10rem;
}

.items li {
  cursor: pointer;
  border: .1rem solid transparent;
  margin: 1.4rem -.9rem -.6rem;
  padding: .5rem .8rem;
  transition: .2s ease all;
}

.items li.selected {
  border-color: #6C193F;
  transition: .15s ease all;
}

.advert{
    transition: .2s ease all;
    margin: 10px 0;
}

.items h5{
    border-bottom:1px solid #6c193f;
}

.items h5.noUnderline{
    border-bottom:none;
}

.items h6 span.simplePrice {
  float: right;
}

.items h6:after {
  clear: both;
  content: '';
  display: block;
}

.items p {
  font-style: italic;
  color: #666;
}

/***********
# Manage
## General
***********/
.manage main a {
  background: #eee;
  border-radius: .8rem;
  color: #6c193f;
  display: inline-block;
  line-height: 3.2rem;
  padding: 0 1rem;
  margin: .6rem 0;
}

.manage main a:hover, .manage main a:focus, .manage main a:active {
  background: #6c193f;
  color: #fff;
}

.manage main a.btn-primary {
  background: #6C193F;
  border-radius: .8rem;
  color: #fff;
  padding: 0 1.6rem;
}

.manage main a.btn-primary:hover {
  background: #333;
}

.manage h2 + p {
  color: #6c193f;
  margin: 2rem 0;
}

table {
  width: 100%;
}

table th, dt {
  border-bottom: 1px solid #999;
  color: #999;
  padding: .4rem 0;
  text-align: left;
}

table td {
  vertical-align: middle;
  padding: .6rem;
}

table tr:nth-child(2n) {
  background: #f9f9f9;
}

table tr:first-child + tr:last-child {
  background: transparent;
}

table td.flex-buttons {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 .6rem;
  width: 23.2rem;
}

table td.flex-buttons a {
  flex: 0 0 11rem;
  margin: .6rem .6rem 0 0;
  text-align: center;
}

dd {
  padding: .4rem 0;
}

/*********
# Manage
## Forms
*********/

form {
  margin: 2rem 0;
}

.form-group {
  margin-top: 1rem;
}

label {
  color: #999;
  display: block;
}

input, textarea {
  border: 1px solid #6C193F;
  box-sizing: border-box;
  display: block;
  font-size: 1.6rem;
  line-height: 1.2;
  padding: .4rem;
  width: 100%;
}

input[type="checkbox"] {
  cursor: pointer;
  height: 3rem;
  padding: 2rem;
  width: 3rem;
}


.mereAdmin input[type="checkbox"], 
.mereAdmin input[type="radio"] {
    width:auto;
}

input[type="submit"] {
  background: #6C193F;
  border-radius: .8rem;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  line-height: 2.8rem;
  padding: 0 1.6rem;
  width: auto;
}

input[type="submit"]:hover {
  background: #333;
}

.adminItemType input{
    float:left;
}

.adminItemType label{
    color:#000;
}



/*******************
# Nav
## Navigation Menu
*******************/
main nav {
  background: #6C193F;
  border-top: 1rem solid #6C193F;
  bottom: 0;
  color: #fff;
  height: 0;
  left: 0;
  padding: 0;
  position: fixed;
  right: 0;
  transition: .5s ease height;
  z-index: 3;
}

main nav ul {
  list-style: none;
  margin: -6rem 8rem;
  padding: 6rem 0 1rem;
  overflow-x: scroll;
  position: relative;
  white-space: nowrap;
}

main nav li {
  display: inline-block;
  line-height: 4;
  text-transform: uppercase;
}

main nav li:after {
  content: '|';
}

main nav li:last-child:after {
  content: unset;
}

main nav li a {
  display: inline-block;
  padding: 0 1rem;
}

/* Nav Toggle Button */
#nav-toggle {
  background: #6C193F;
  bottom: 1rem;
  cursor: pointer;
  height: 4rem;
  left: 8rem;
  position: fixed;
  transition: .5s ease all;
  width: 4rem;
}

#nav-toggle:after {
  border-left: .1rem solid #fff;
  border-top: .1rem solid #fff;
  content: '';
  display: block;
  height: 1.5rem;
  left: 50%;
  margin: -.75rem;
  position: absolute;
  top: 50%;
  width: 1.5rem;
  transform: rotate(45deg) translate(.25rem, .25rem);
  transition: .5s ease all;
}

/* Visible Nav */
nav.visible {
  height: 8.4rem;
}

.visible #nav-toggle {
  bottom: 8.4rem;
}

.visible #nav-toggle:after {
  transform: rotate(225deg) translate(.25rem, .25rem);
}

nav li a.selected{
  border-bottom: .2rem solid #fff;
}

/*********************
# Nav
## Left/Right Arrows
*********************/
#arrow-left, #arrow-right {
  bottom: 0;
  display: block;
  position: fixed;
  top: 0;
  width: 6rem;
}

#arrow-left:before, #arrow-right:before {
  background: #6C193F;
  content: '';
  display: block;
  height: 6rem;
  margin-top: -3rem;
  position: fixed;
  top: 50%;
  width: 6rem;
}

#arrow-left:after, #arrow-right:after {
  border-top: .1rem solid #fff;
  content: '';
  display: block;
  height: 2.5rem;
  margin-top: -1.25rem;
  position: fixed;
  top: 50%;
  width: 2.5rem;
}

#arrow-left {
  left: 0;
}

#arrow-right {
  right: 0;
}

#arrow-left:after {
  border-left: .1rem solid #fff;
  transform: rotate(-45deg);
  left: 2.25rem;
  transform: rotate(-45deg);
}

#arrow-right:after {
  border-right: .1rem solid #fff;
  right: 2.25rem;
  transform: rotate(45deg);
}

/*********
# Footer
*********/
footer {
  margin: 4rem auto;
  max-width: 60rem;
  opacity: .2;
}

footer p {
  text-align: center;
}



.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

small{
    font-size:75%;
}


.animate.ng-enter{
    -webkit-animation: fadeInRight 0.5s;
    animation: fadeInRight 0.5s;
}

.advertAnimate {
  transition: all linear 0.5s;
}
.advertAnimate.ng-hide {
  opacity: 0;
}