/* main.scss */
/* -------------  Fonts .. */
/*
@font-face {
  font-family: 'ITCFranklinGothicStd-Book';
  src: url("/asset/fonts/ITCFranklinGothicStd-Book.eot");
  src: url("/asset/fonts/ITCFranklinGothicStd-Book.eot?#iefix") format("embedded-opentype"),  url("/asset/fonts/ITCFranklinGothicStd-Book.woff") format("woff"), url("/asset/fonts/ITCFranklinGothicStd-Book.ttf") format("truetype"); }
@font-face {
  font-family: 'ITCFranklinGothicStd-Demi';
  src: url("/asset/fonts/ITCFranklinGothicStd-Demi.eot");
  src: url("/asset/fonts/ITCFranklinGothicStd-Demi.eot?#iefix") format("embedded-opentype"),  url("/asset/fonts/ITCFranklinGothicStd-Demi.woff") format("woff"), url("/asset/fonts/ITCFranklinGothicStd-Demi.ttf") format("truetype"); }
*/
/* -------------  Pictos - colors .. */
/*  ------------- vars */
/* ---- OLD 13.Avr.2016 --- #AD9966 --*/
/*  ------------- vars end */
body {
  font-size: 14px;
  font-family: Arial, Verdana, Helvetica, Sans-Serif;
  background-color: #000;
  color: #FFF;
}

a:link, a:visited, a:hover, a:active {
  color: #FFF;
  text-decoration: none;
  outline: none;
}

iframe, object, img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

iframe {
  min-height: 250px;
}

ul, ol {
  font-size: 0;
  /* hack pour regler l'espace entre les elemet inline-block */
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  display: inline-block;
  padding: 0;
  font-size: 15px;
}

h1, h2, h3, h4, h5, h6 {
  /*font-family: 'ITCFranklinGothicStd-Demi', sans-serif;*/
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

h1 {
  font-size: 26px;
  text-shadow: 1px 1px 1px #333;
  letter-spacing: 1px;
  font-weight: 700;
}

section {
  margin: 20px 0;
}

.container {
  max-width: 1240px;
}

.table {
  display: table;
  margin: 0;
}

.cell {
  display: table-cell;
  vertical-align: top;
}

.vbottom {
  vertical-align: bottom;
}

.vtop {
  vertical-align: top;
}

.vmiddle {
  vertical-align: middle;
}

.custom-form input, .custom-form textarea {
  border: 1px solid #DDD;
  min-height: 35px;
  min-width: 300px;
  padding: 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.custom-form .custom-field {
  margin: 15px 0;
}
.custom-form .btenvoyer {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.gold {
  color: #AA8D56;
}

/* -- ZONES --*/
#msgIE {
  width: 100%;
  height: 100%;
  z-index: 9999;
  position: fixed;
  left: 0;
  top: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
}

#msgIE .wrapper {
  width: 600px;
  height: 200px;
  z-index: 9999;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -300px;
  margin-top: -100px;
  text-align: center;
  background-color: #FFF;
  padding: 20px;
}

#cookiemsg {
  display: none;
  z-index: 9999;
  background-color: rgba(135, 135, 135, 0.8);
  width: 100%;
  height: 40px;
  color: #FFF;
  position: fixed;
  padding: 10px;
  text-align: center;
  font-size: 12px;
  bottom: 0;
}
#cookiemsg button {
  color: #FFF !important;
  opacity: 1 !important;
}



/*
#produits {
  overflow-y:auto!important;
}

#produits::-webkit-scrollbar-track {
   background: #FF0000; 
}

#produits ::-webkit-scrollbar {
   width: 10px;
}

#produits ::-webkit-scrollbar-thumb {
    background: #888; 
}

#produits ::-webkit-scrollbar-thumb {
      background: #555; 
}
*/
.scroll-content{
  padding:10px 0;
  position:relative;
 
}
.scroll-arrows button{
  background-color:#000;
  color:#AA8D56;
  border:none;
  font-size:1.5em;

}
.scroll-arrows button.btn-up{
  rotate: 180deg;

  }
.scroll-arrows{
  position:absolute;
  top:50%;
  right:-40px;
}
/*
.scroll-arrows{
  position:absolute;
  right:0;
  top:30%;
}*/
/*
.scroll-content::after{
  content:"ici";
  display:block;
  text-align:center;
  position:absolute;
  bottom:0;
}*/
/*
=========================================================
  	SCROLL BAR
=========================================================
*/
/* theme: "gold" */
.mCS-gold.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #AA8D56;
  background-color: rgba(173, 153, 102, 0.3);
  width: 8px;
}

.mCS-gold.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #333;
  background-color: #AA8D56;
  width: 8px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.mCS-gold.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-gold.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-gold.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(173, 153, 102, 0.9);
}

.mCS-gold.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-gold.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-gold.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-gold.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

/*
=========================================================
  	ZONES
=========================================================
*/
/* top line */
#logo {
  display: block;
  background-image: url(/asset/imgs/logo.png);
  height: 130px;
  width: 661px;
  background-repeat: no-repeat;
  margin: 0 auto;
  margin-top: 40px;
  overflow: hidden;
  text-indent: -9999px;
}

#main {
  position: relative;
  height: 100%;
  width: 100%;
}

#slider {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: -1;
  position: absolute;
}
#slider .slide {
  width: 100%;
  height: 100%;
  min-width: 1240px;
  min-height: 1130px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -2;
  display: none;
  background-position: center top;
  background-repeat: no-repeat;
}

#footer .links_content {
  margin-top: 20px;
  text-align: center;
}
#footer ul {
  border: 1px solid #AA8D56;
  text-align: center;
  display: inline-block;
}
#footer ul li {
  text-align: center;
  padding: 10px 12px;
}
#footer ul li .sep {
  color: #AA8D56;
}
#footer ul li a {
  font-size: 13px;
  letter-spacing: 3px;
}
#footer ul li a:hover {
  color: #AA8D56;
}
#footer ul li::after {
  content: "|";
  color: #FFF;
  margin-left: 20px;
}
#footer ul li:last-child::after {
  content: "";
  margin: 0;
}

.modal .modal-dialog {
  width: 1020px;
  border: 3px solid #AA8D56;
  background-color: #000;
}
.modal .close {
  font-size: 13px;
  cursor: pointer;
  color: #AA8D56 !important;
  font-weight: normal;
  opacity: 1;
  text-shadow: none;
}
.modal .close .croix {
  background-color: #AA8D56;
  color: #000;
  padding: 1px 3px;
  margin-left: 3px;
}
.modal .modal-header {
  border: none;
}
.modal .modal-content {
  margin: 8px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background-color: black;
  border: 1px solid #AA8D56;
}
.modal .modal-body {
  text-align: center;
}
.modal iframe, .modal object {
  width: 100%;
  height: 500px;
}
.modal img {
  width: auto;
  max-height: 500px;
}

#ModalContact .logo {
  margin: 0 auto;
  width: 624px;
  height: auto;
}
#ModalContact h1.sidelines {
  font-family: arial, sans-serif;
  position: relative;
  text-align: center;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 40px 0;
}
#ModalContact h1.sidelines:before {
  content: "";
  background: #AA8D56;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
}
#ModalContact h1.sidelines span {
  color: #AA8D56;
  display: inline-block;
  padding: 0 20px;
  background-color: #000;
  position: relative;
  z-index: 1;
}
#ModalContact ul {
  text-align: left;
}
#ModalContact li {
  width: 30%;
  margin: 10px 1.5%;
  text-align: center;
  color: #FFF;
}
#ModalContact li .country {
  text-transform: uppercase;
  color: #AA8D56;
  font-weight: bold;
}
#ModalContact li .email {
  padding-bottom: 10px;
  border-bottom: 1px solid #FFF;
  display: inline-block;
}
#ModalContact li a {
  color: #FFF;
}
#ModalContact li a:hover {
  color: #AA8D56;
}

.icovideo {
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(/asset/imgs/launch-video.png) no-repeat center center;
}
.icovideo .label {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  padding: 5px 0px;
  letter-spacing: 2px;
  font-weight: normal;
  font-size: 14px;
  font-family: Arial, Verdana, Helvetica, Sans-Serif;
}

.bt-thumb {
  position: relative;
}

/* ---- FORCER NON RESPONSIVE ---- */
#bg-product, #main {
  min-width: 1240px;
  height: auto;
}

.container {
  min-width: 1170px;
}

/*
=========================================================
  	PAGES
=========================================================
*/
.homepage {
  padding-bottom: 80px !important;
}
.homepage h1 {
  margin-top: 305px;
  font-size: 28px;
  text-align: center;
}
.homepage .category-title {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 5px !important;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 1px solid #AA8D56;
  padding: 10px 0;
  width: 330px;
}
.homepage .category-title span {
  color: #AA8D56;
  letter-spacing: 5px !important;
}
.homepage .col-cat-1,
.homepage .col-cat-2,
.homepage .col-cat-3 {
  width: 350px;
}
.homepage .col-cat-2 {
  margin: 0 50px;
}
.homepage #produits, .homepage #produits2, .homepage #produits3 {
  margin-top: 20px;
  height: 675px;
  overflow: hidden;
  width: 350px;
}
.homepage #produits .item-wrapper, .homepage #produits2 .item-wrapper, .homepage #produits3 .item-wrapper {
  width: 33%;
  padding: 0px 0px 18px 0px;
  display: block;
}
.homepage #produits a.lnk-prod, .homepage #produits2 a.lnk-prod, .homepage #produits3 a.lnk-prod {
  display: block;
  margin: 0;
  padding: 0;
}
.homepage #produits .item-prod, .homepage #produits2 .item-prod, .homepage #produits3 .item-prod {
  background: rgba(0, 0, 0, 0.5);
  width: 350px;
  overflow: hidden;
}
.homepage #produits .item-prod .img-wrapper, .homepage #produits2 .item-prod .img-wrapper, .homepage #produits3 .item-prod .img-wrapper {
  padding: 0;
  display: block;
  float: left;
  width: 150px;
  height: 150px;
}
.homepage #produits .item-prod .txt-wrapper, .homepage #produits2 .item-prod .txt-wrapper, .homepage #produits3 .item-prod .txt-wrapper {
  display: block;
  float: left;
  width: 180px;
  padding: 0px 5px 0px 10px;
}
.homepage #produits .item-prod .txt-wrapper .title, .homepage #produits2 .item-prod .txt-wrapper .title, .homepage #produits3 .item-prod .txt-wrapper .title {
  text-transform: uppercase;
  line-height: 16px;
  font-size: 14px;
}
.homepage #produits .item-prod .txt-wrapper .texte, .homepage #produits2 .item-prod .txt-wrapper .texte, .homepage #produits3 .item-prod .txt-wrapper .texte {
  font-size: 11px;
  line-height: 14px;
}

.produit .text-col {
  float: left;
  width: 480px;
  margin-top: 295px;
}
.produit .text-col h1, .produit .text-col h2 {
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: 22px;
}
.produit .text-col h1 {
  color: #AA8D56;
}
.produit .text-col ul.files {
  margin-top: 20px;
}
.produit .text-col ul.files li {
  display: block;
  font-size: 11px;
  margin-left: 1em;
  text-transform: uppercase;
  font-weight: bold;
}
.produit .text-col ul.files li:before {
  content: "";
  border-color: transparent #AA8D56;
  border-style: solid;
  border-width: 0.35em 0 0.35em 0.45em;
  display: block;
  height: 0;
  width: 0;
  left: -1em;
  top: 0.9em;
  position: relative;
}
.produit .text-col a:hover {
  color: #AA8D56;
}
.produit .photos-col {
  float: right;
  width: 600px;
  margin-top: 60px;
  padding-left: 10px;
}
.produit .photos-col li {
  width: 25%;
}
.produit .photos-col li a {
  display: block;
  border: 1px solid #AA8D56;
  width: 130px;
  height: 130px;
  overflow: hidden;
  margin-bottom: 20px;
}
.produit .photos-col li a img {
  width: 100%;
  height: 100%;
}
.produit .photos-col li.invisible a {
  border-color: transparent;
}
.produit .photos-col li.invisible img {
  opacity: 0;
}
.produit .photos-col .roman, .produit .photos-col .legende, .produit .photos-col .downloads {
  display: none;
}
.produit #description {
  margin-top: 20px;
  width: 100%;
  height: 310px;
  overflow: hidden;
  text-align: justify;
  line-height: 18px;
  font-size: 13px;
}

.produit.mdl-left .text-col {
  float: right;
}
.produit.mdl-left .photos-col {
  float: left;
  padding-left: 0px;
  padding-right: 10px;
}

.produit.mdl-bottom .text-col {
  float: right;
  margin-top: 40px;
  width: 400px;
}
.produit.mdl-bottom .photos-col {
  clear: both;
  width: 100%;
  padding: 0;
}
.produit.mdl-bottom .photos-col ul {
  text-align: center;
}
.produit.mdl-bottom .photos-col li {
  width: 16%;
}
.produit.mdl-bottom .photos-col a {
  width: 160px;
  height: 160px;
}
.produit.mdl-bottom .photos-col .downloads {
  display: block;
  margin-bottom: 20px;
}
.produit.mdl-bottom .photos-col .downloads .title {
  font-weight: bold;
  text-transform: uppercase;
  color: #AA8D56;
  text-align: left;
  font-size: 11px;
}
.produit.mdl-bottom .photos-col .downloads li {
  width: 100%;
  text-align: left;
  display: block;
  font-size: 11px;
  margin-left: 1em;
  text-transform: capitalize;
  font-weight: normal;
  line-height: 0.8em;
}
.produit.mdl-bottom .photos-col .downloads li a {
  display: inline;
  border: none;
}
.produit.mdl-bottom .photos-col .downloads li:before {
  content: "";
  border-color: transparent #AA8D56;
  border-style: solid;
  border-width: 0.35em 0 0.35em 0.45em;
  display: block;
  height: 0;
  width: 0;
  left: -1em;
  top: 0.9em;
  position: relative;
}
.produit.mdl-bottom .roman {
  font-family: Times New Roman, Arial;
  font-size: 19px;
  color: #a79966;
  text-align: center;
  margin-bottom: 4px;
  width: 150px;
  display: block;
}
.produit.mdl-bottom .legende {
  margin-top: 10px;
  display: block;
  width: 160px;
  min-height: 90px;
  text-align: left;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 20px;
}

/*---- OLD 13.Avr.2016 ---
.produit.mdl-group-produit {
	#description {
		height:540px;
	}
	.text-col {
		float:right;
		margin-top:40px;
		width:348px;
		h1 {
			color:#FFF;
		}
		h2 {
			color:$gold;
		}
	}

	.photos-col {
		display:none;
	}

	.produit-col {
		margin-top:380px;
		max-width:740px;
		float:left;
		padding-left:0px;
		padding-right: 10px;
		text-align: center;
		li {
			width:202px;
			margin:40px 20px 0 20px;

			text-align: center;
			img{
				border:1px solid $gold;
				margin-bottom:20px;
			}
			.header {
				min-height:60px;

			}
			h1 {
				color:#FFF;
				text-transform: uppercase;
				margin:0;
				padding:0;

				font-size:17px;
			}
			h2 {
				color:$gold;
				text-transform: uppercase;
				margin:0;
				padding:0;

				font-size:17px;
			}
			.more span {
				display: inline-block;
				    font-size: 16px;
			}
			.more span:before { 
			    content: "";
			    border-color: transparent $gold;
			    border-style: solid;
			    border-width: 0.35em 0 0.35em 0.45em;
			    display: block;
			    height: 0;
			    width: 0;
			    left: -1em;
			    top: 1em;
			    position: relative;

			}

		}
		li:hover .more {
			color:$gold;
		}

	}
}
*/
.produit.mdl-group-produit #logo {
  background-image: url(/asset/imgs/logo_group_produit.png);
  height: 129px;
  width: 643px;
}
.produit.mdl-group-produit #description {
  height: 640px;
  width: 320px;
  font-size: 12px;
}
.produit.mdl-group-produit .text-col {
  float: right;
  margin-top: 40px;
  width: 400px;
}
.produit.mdl-group-produit .text-col h1 {
  color: #FFF;
  font-size: 20px;
}
.produit.mdl-group-produit .text-col h2 {
  color: #AA8D56;
  font-size: 20px;
}
.produit.mdl-group-produit .photos-col {
  display: none;
}
.produit.mdl-group-produit .produit-col {
  margin-top: 540px;
  width: 580px;
  margin-left: 135px;
  float: left;
  padding-left: 0px;
  padding-right: 10px;
  text-align: center;
}
.produit.mdl-group-produit .produit-col li {
  width: 160px;
  margin: 40px 15px 0 15px;
  text-align: center;
}
.produit.mdl-group-produit .produit-col li img {
  border: 1px solid #AA8D56;
  margin-bottom: 20px;
}
.produit.mdl-group-produit .produit-col li .header {
  min-height: 40px;
}
.produit.mdl-group-produit .produit-col li h1 {
  color: #FFF;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  font-size: 17px;
}
.produit.mdl-group-produit .produit-col li h2 {
  color: #AA8D56;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  font-size: 16px;
}
.produit.mdl-group-produit .produit-col li .more span {
  display: inline-block;
  font-size: 13px;
  /*text-align: justify;*/
}
.produit.mdl-group-produit .produit-col li .more span:before {
  content: "";
  border-color: transparent #AA8D56;
  border-style: solid;
  border-width: 0.35em 0 0.35em 0.45em;
  display: block;
  height: 0;
  width: 0;
  left: -1em;
  top: 1em;
  position: relative;
}
.produit.mdl-group-produit .produit-col li:hover .more {
  color: #AA8D56;
}
.produit.mdl-group-produit .produit-col.large {
  width: 100%;
  text-align: center;
  margin-left: 0;
  margin-top: 0;
}
.produit.mdl-group-produit #description.large {
  height: 435px;
}
.produit.mdl-group-produit #footer {
  margin-top: 30px;
}

/* ---- OLD 13.Avr.2016 ---
.produit.sub-produit {

	.text-col {
		margin-top:40px;
		.files {
			margin-bottom:30px;
		}
	}

	#nouvelties {
		clear: both;
		margin-top:-40px;
		li {
			display:block;
			text-transform: uppercase;
			margin-bottom:8px;
			.arrow{
			    color: #000;
			    background-color: $gold;
			    font-size: 12px;
			    padding: 3px 4px;
			    margin-right: 10px;
			}
		}
	}
}*/
.produit.sub-produit #logo {
  background-image: url(/asset/imgs/logo_group_produit.png);
  height: 129px;
  width: 643px;
}
.produit.sub-produit .twocols-wrapper {
  display: table;
  margin: 0;
  margin-top: 60px;
}
.produit.sub-produit .text-col {
  float: none;
  display: table-cell;
  vertical-align: bottom;
  margin-top: 40px;
  width: 540px;
}
.produit.sub-produit .text-col .files {
  margin-bottom: 30px;
}
.produit.sub-produit .photos-col {
  float: none;
  display: table-cell;
  vertical-align: top;
  width: 624px;
  padding-left: 6px;
}
.produit.sub-produit .photos-col li {
  width: 136px;
  height: 136px;
  margin: 10px;
}
.produit.sub-produit .photos-col li a {
  display: block;
  height: 100%;
  width: 100%;
}
.produit.sub-produit .photos-col li.first {
  margin-left: 0;
}
.produit.sub-produit .photos-col li.last {
  margin-right: 0;
}
.produit.sub-produit #nouvelties {
  clear: both;
  margin-top: 0px;
}
.produit.sub-produit #nouvelties li {
  display: block;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.produit.sub-produit #nouvelties li .arrow {
  color: #000;
  background-color: #AA8D56;
  font-size: 12px;
  padding: 3px 4px;
  margin-right: 10px;
}
.produit.sub-produit h1 {
  color: #FFF;
  font-size: 20px;
}
.produit.sub-produit h2 {
  color: #AA8D56;
  font-size: 20px;
}
.produit.sub-produit ul.files {
  margin-top: 10px;
}
.produit.sub-produit #footer {
  margin-top: 30px;
}

#bg-product {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  text-align: center;
  margin-top: -170px;
}
#bg-product img {
  width: auto;
  height: auto;
}

.produit.theme-white {
  color: #000;
  background-color: #FFF;
}
.produit.theme-white a {
  color: #000;
}
.produit.theme-white a:hover {
  color: #AA8D56;
}
.produit.theme-white #logo {
  background-image: url(/asset/imgs/logo_gold.png);
  height: 121px;
  width: 653px;
}
.produit.theme-white .text-col {
  color: #000;
}
.produit.theme-white h1 {
  color: #000;
  text-shadow: none;
}
.produit.theme-white h2 {
  color: #AA8D56;
  text-shadow: none;
}
.produit.theme-white #footer {
  margin-bottom: 20px;
}
.produit.theme-white #footer a {
  color: #000;
}
.produit.theme-white #footer a:hover {
  color: #AA8D56;
}
.produit.theme-white #footer li::after {
  color: #000;
}

.private #logo {
  background-image: url(/asset/imgs/logo_training.png);
  height: 130px;
  width: 661px;
}
.private #footer {
  margin-top: 28px;
}
.private h1 {
  text-align: center;
  margin-top: 150px;
  letter-spacing: 1.3px;
}
.private .alert-danger {
  width: 300px;
  margin: 0 auto;
}
.private #prologin {
  width: 300px;
  margin: 0 auto;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
}
.private .btn-primary {
  background-color: #AA8D56;
  border-color: #AA8D56;
}
.private #categories {
  text-align: center;
}
.private #categories li {
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  margin: 15px;
  width: 40%;
  min-width: 300px;
  text-align: left;
}
.private #categories li ul {
  width: 100%;
  height: 130px;
  overflow: hidden;
}
.private #categories li li {
  background: none;
  padding: 0px;
  margin: 0px;
  width: 100%;
  display: block;
}
.private #categories li li a {
  padding-left: 1em;
}
.private #categories li li::before {
  content: "";
  border-color: transparent #AD9966;
  border-style: solid;
  border-width: 0.35em 0 0.35em 0.45em;
  display: block;
  height: 0;
  width: 0;
  left: 0;
  top: 1em;
  position: relative;
}
.private #categories li h2 {
  color: #AA8D56;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  border-bottom: 1px solid #AA8D56;
  padding-bottom: 5px;
  margin-top: 0;
  padding-top: 0;
  letter-spacing: 1.3px;
}

/*
=================================================================================
	MEDIA Q.
=================================================================================
*/
/*
=========================================================
  	RETINA
=========================================================
*/

/*# sourceMappingURL=main.css.map */
