body 
{
    font-family: 'Roboto';
    font-size: 13px;
    line-height: 1.5;
    color: #000;
    font-weight: 300;
    background-color: #f8f8f8;
}
a:hover
{
    text-decoration: none;
}
div.clear
{
    height: 1px;
    clear: both;
}
.amber-bg
{
    background-color: #F4D03D !important;
}
.gray-bg
{
	background-color: #f3f3f3;
}
.blue-gray-bg
{
	background-color: #dee5e9;
}
.amber
{
    /*color: #F4D03D !important;*/
    background-color: #F4D03D !important
}
.btn, .btn-large, .btn:hover 
{
    /*background-color: #F4D03D !important;
    color: #674172 !important;*/
    font-weight: 400;
    border-radius: 0 !important;
}
.btn-xlarge,.xlarge:hover
{
	padding: 0 3rem !important;
	height: 72px;
    line-height: 72px;
    padding: 0 3.2rem !important;
}
.centered
{
	text-align: center;
}
/********************
 *   NAV HEADER     *
 ********************/
nav.navbar
{
	background-color: #674172;
	color: #FFF;
	border-radius: 0;
    min-height: 70px;
}
nav.navbar a.navbar-brand
{
	padding: 10px 0px;
}
nav.navbar a
{
	color: #FFF;
    font-weight: 400;
    padding: 5px 10px;
    height: 70px;
}
nav.navbar a:focus
{
  background-color: transparent !important;
}
nav.navbar li
{
	display: inline-block;
}
nav.navbar li a:hover
{
    background-color: transparent;
}

/********************
 *     SUBMENU      *
 ********************/
.navbar .dropdown-content{
    overflow: visible !important;
    top: 69px !important;
}
.navbar .dropdown-content li 
{
    min-height: auto !important;
}
.navbar .dropdown-content li:hover
{
    background-color: #674172;
}
.navbar .dropdown-content li:hover a
{
    color:#FFF !important;
}
.navbar .dropdown-content li a 
{
    padding: 8px 10px;
    height: auto;
    text-transform: capitalize;
}
/********************
 *    SUBTITLES     *
 ********************/
.subtitle 
{
    font-size: 18px;
    margin-bottom: 60px;
    margin-top: 50px;
    text-transform: uppercase;
    color: #000;
    font-weight: 400;
}
.subtitle-big
{
    color: #945ba4;
    font-size: 32px;
    font-weight: 200; 
    text-transform: none;
}
.fancy 
{
    /*
    changed by hassan on 25/5/2017
    line-height: 0.5;
     */
    line-height: 0.8;
    text-align: center;
}
.fancy span 
{
    display: inline-block;
    position: relative;  
}
.fancy span:before,
.fancy span:after 
{
    content: "";
    position: absolute;
    height: 5px;
    border-bottom: 1px solid #d9d9d9;
    top: 0;
    width: 400px;
}
.fancy span:before 
{
    right: 100%;
    margin-right: 0px;
}
.fancy span:after 
{
    left: 100%;
    margin-left: 0px;
}

/***************
 *   FOOTER    *
 ***************/
 .footer-block
 {
 	padding-right: 50px;
 }
 h5.footer-title 
{
	font-size: 18px;
	margin-bottom:40px;
	margin-top: 80px;
	text-transform: uppercase;
	color: #000;
	font-weight: 400;
}

/*****************
 *   map picker  *
 *****************/
 .gllpMap   { width: 500px; height: 250px; }

/***************
 *  REGISTER   *
 ***************/
div.white-container
{
 /*   background-color: #fff;
    padding: 30px 20px;
    width: 100%;
    border-radius: 15px;
    margin-top: 20px;*/
}
div.white-container h5.title
{
    text-align: center;
    margin-top: 0px;
}
div.purple-panel
{
    background-color: #674172;
    color:#FFF;
    border-radius: 15px;
}
div.purple-panel .heading
{
    background-color: #945ba4;
    color:#FFF;
    padding: 15px 5px;
    text-align: center;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    font-size: 19px;
    font-weight: 400;
}
div.purple-panel .body
{
    font-size: 13px;
    padding: 20px;
    text-align: center;
}

/*********************
 * merchant address  *
 *********************/

fieldset.gllpLatlonPicker
{
    border: none;
    margin-top: 10px;
}
.gllpMap 
{
    width: 100%;
    height: 300px;
}
.gllpSearchButton
{
    display: none;
}


/** Side Menu **/
#right-menu
{
    position: absolute;
    top: 0px;
    right: 20px;
    color: #FFF;
}
#left-menu {
    position: absolute;
    top: 0px;
    left: 20px;
    color: #FFF;
    width: 64px;
}
div#sidr ul li ul 
{
    padding: 0;
    margin: 0;
    margin-left: 20px;
    margin-top: -10px;
    display: none;
}
div#sidr ul li ul li
{
    line-height: 1;
}
div#sidr ul li ul li a
{
    color: #FFF;
    font-size: 12px;
    padding: 0 !important;
    height: auto !important;
    line-height: 24px;
    margin-left: 16px;
    padding-top: 2px;
    padding-bottom: 2px;
}

/** Drag and Drop in Admin for categories **/
.dd {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  max-width: 600px;
  list-style: none; }

.dd-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none; }

.dd-list .dd-list {
  padding-left: 30px; }

.dd-collapsed .dd-list {
  display: none; }

.dd-item,
.dd-empty,
.dd-placeholder {
  display: block;
  position: relative;
  margin: 0;
  padding: 0; }

.dd-handle {
  display: block;
  height: 40px;
  margin: 5px 0;
  padding: 10px 15px;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid #DEE1EC;
  background: #fafafa;
  border-radius: 3px; }

.dd-handle:hover {
  background: #fff; }

.dd-item > button {
  display: block;
  position: relative;
  cursor: pointer;
  float: left;
  width: 25px;
  height: 30px;
  margin: 5px 0;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  background: transparent;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  font-weight: bold; }

.dd-item > button:before {
  content: '+';
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  text-indent: 0; }

.dd-item > button[data-action="collapse"]:before {
  content: '-'; }

.dd-placeholder,
.dd-empty {
  margin: 5px 0;
  padding: 0;
  min-height: 30px;
  background: #f2fbff;
  border: 1px dashed #b6bcbf; }

.dd-empty {
  border: 1px dashed #bbb;
  min-height: 100px;
  background-color: #e5e5e5; }

.dd-dragel {
  position: absolute;
  pointer-events: none;
  z-index: 9999; }

.dd-dragel > .dd-item .dd-handle {
  margin-top: 0; }

.dd-hover > .dd-handle {
  background: #2ea8e5 !important; }

.dd3-content {
  display: block;
  height: 30px;
  margin: 5px 0;
  padding: 10px 10px 28px 40px;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid #DEE1EC;
  background: #fafafa;
  border-radius: 3px; }

.dd3-content:hover {
  background: #fff; }

.dd3-content a 
{
  float: right;
}
.dd-dragel > .dd3-item > .dd3-content {
  margin: 0; }

.dd3-item > button {
  margin-left: 30px; }

.dd3-handle {
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  cursor: pointer;
  width: 30px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid #aaa;
  background: #DEE1EC;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.dd3-handle:before {
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 100%;
  text-align: center;
  text-indent: 0;
  color: #fff;
  font-size: 20px;
  font-weight: normal; }

.dd3-handle:hover {
  background: #ddd; 
}

div.form-field 
{
  margin-bottom: 10px;
}
div.form-field input, div.form-field input:focus
div.form-field textarea, div.form-field textarea:focus
{
    border-bottom: 1px solid #dedede !important;
    box-shadow: none !important;
    border: 1px solid #dedede;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5%;
    padding-right: 5%;
    width: 90% !important;
    font-size: 12px;
    margin-bottom: 0;
}
div.form-field textarea.contact, 
div.form-field textarea.contact:focus
div.form-field textarea.contact:active
{
    border: 1px solid #dedede !important;
    height: 80px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 5% !important;
    padding-right: 5% !important;
    width: 100% !important;
    outline: none !important;
    width: 100% !important;
}

div.form-field span.invalid-text
{
  margin-top: 0;
}

.contact-message
{
  color: green;
  font-weight: bold;
  margin-bottom: 20px;
  display: none;
}

#sidr li i.fa
{
    font-size: 18px;
    margin-right: 10px;
}
#sidr li a:hover
{
  color: #F4D03D;
}

a.social-icon
{
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
a.social-icon img 
{
  width: 100%;
}

nav ul li.active,
nav ul li:visited,
.nav>li>a:focus
{
  background-color: transparent;
}

nav.navbar  ul.nav li.active a
{
  color: #F4D03D;
  text-decoration: underline;
}

nav.navbar  ul.nav li.active ul li a
{
  color: #000;
  text-decoration: none;
}
#scroll-up, #scroll-down {
    z-index: 3;
    position: fixed;
    right: -100px;
}
#scroll-up {
    top: 10px;
}
#scroll-down {
    bottom : 10px;
}
.fa-arrow-circle-up, .fa-arrow-circle-down {
    color: #965ba5;
    font-size: 320%;
}

.fa-search {
    position: absolute;
    bottom: 20%;
    right: 30%;
    font-size: 160%;
}
.icon-resarch-shop {
    color: #965ba5;
    background-color: white;
    text-align: center;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    border-left: 1px solid black;
}

.bar-research-shop {
    background-color: white;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    text-decoration: none;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    border-right: 1px solid black;
}

.content-bar-research-shop {
    border: 0 !important;
}

.search-shops {
    display: flex;
    flex-direction: row;
    margin-bottom: 16px;
    height: 40px;
}

div.welcome-button div
{
    margin-left: 15px;
    background-color: #965ba5;
    height: 40px;
    margin-top: 15px;
    border-radius: 12px;
    padding-right: 10px;
}

ul.boutique
{
  width: 120px !important;
}

table.bordered tbody td 
{
    padding: 8px 5px;
    border: 1px solid #a1a1a1;
}
table.bordered tbody tr.noborder td 
{
  border: none;
}

.giant, .giant:hover
{
    width: 250px;
    height: 60px;
    padding-top: 15px;
    border-radius: 10px !important;
}


@media (max-width: 768px) {
  div.navbar-header {
    float: left;
  }
  .navbar-brand
  {
    display: none;
  }
}


/****************/
span.family-sorted-title
{
    background-color: #674172;
    color: #FFF;
    display: inline-block;
    width: 200px;
    font-weight: 400;
    z-index: 1;
    font-size: 15px;
    padding: 10px;
    justify-content: center;
    align-items: center;
}

span.family-sorted-parent
{
    border-bottom: 1px solid black;
    background-color: #965ba5;
    color: #FFF;
    display: inline-block;
    width: 200px;
    font-weight: 400;
    z-index: 1;
    font-size: 15px;
    padding: 10px;
    margin: 0px;
    justify-content: center;
    align-items: center;
}

span.family-sorted-children
{
    display: inline-block;
    width: 200px;
    font-weight: 400;
    z-index: 1;
    font-size: 15px;
    padding: 10px;
    justify-content: center;
    align-items: center;
}



.show-families
{
    display: block;
}

.hide-families {
    display: none;
}


.fake-link {
    cursor: pointer;
}

#printAll
{
    color: #674172;
}



