/*!
 * Start Bootstrap - Clean Blog v3.3.7+1 (http://startbootstrap.com/template-overviews/clean-blog)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
@font-face {
  font-family: 'sawasdee';
  src: url('../../static/fonts/sawasdee-webfont.eot');
  src: url('../../static/fonts/sawasdee-webfont.eot?#iefix') format('eot'),
  url('../../static/fonts/sawasdee-webfont.woff') format('woff'),
  url('../../static/fonts/sawasdee-webfont.ttf') format('truetype'),
  url('../../static/fonts/sawasdee-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
.loader {
    font-family: 'sawasdee', serif!important; 
    font-size:30px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff url(/static/img/ellipsis.svg) no-repeat center center;
    text-align: center;
    /*color: rgba(128,0,50,0.8);*/
    color: #777;
    z-index: 40000
}
body {
  /*font-family: 'Lora', 'Times New Roman', serif;*/
  font-family: 'sawasdee', serif!important; 
  color: #333333;
  /*font-size:120%!important;*/
  line-height: 1.7;

}
p {
  margin: 20px 0;
}
p a {
  text-decoration: underline;
}

h1{
  font-weight: 400;
  font-family: 'Poiret One', cursive;
}

h2,
h3,
h4,
h5,
h6 {
  /*font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
  font-family: 'Marcellus SC', serif;
  letter-spacing:5px;
  font-weight: 800;
}
h3{
letter-spacing: 1px;
}
h1.post-title a{
  color: #005B6E;
}
h1.post-title a:hover{
  color: #0085A1;
}
a {
 color: #333333;
 target:_blanck;
 /*color: rgba(0,0,0,0.4);
 color: rgba(128,0,50,0.8);*/
}
a:hover,
a:focus {
  /*color: #0085A1;*/
  color: rgba(0,0,0,0.7);
}
a img:hover,
a img:focus {
  cursor: zoom-in;
}
blockquote {
  color: #777777;
  font-style: italic;
  padding: 0px 20px;
}
hr.small {
  max-width: 100px;
  margin: 15px auto;
  border-width: 4px;
  border-color: white;
}
ul.nav-language{
  list-style:none;
  /*position:fixed;
  top:50%;
  right:3%;*/
  }
ul.nav-language>li{
  display:inline;
}
ul.nav-language>li>a{  
  color: #fff;
}
ul.nav-language>li>a:hover, ul.nav-language>li>a.active{
  /*color:rgba(128,0,50,0.8);*/
  color:#333;
}

li.active>a{
  color:rgba(128,0,50,0.8)!important;
}
.insta-footer-container{
  color:#fff!important;
  background-color:rgba(128,0,50,0.8);
}
.insta-footer{
  /*font-weight: 400;*/
  font-family: 'Poiret One', cursive;
  color:#fff!important;
}
.insta-footer-share{
  /*font-weight: 400;*/
  font-family: 'Marcellus SC', serif;
  color:#fff!important;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
 color: rgba(128,0,50,0.8)!important;
 background-color: #fff!important; 
}
.btn-default{ 
  border-color:#fff!important;
}

.navbar-custom {
  /*position: absolute;
  top: 0;
  left: 0;*/
  width: 100%;
  z-index: 3;
  font-weight:400;
  background-color: transparent!important; 
}
.navbar-custom .navbar-brand {
  color:#333!important;
  font-weight: 800;
  font-family: 'Poiret One', cursive;
}
.navbar-custom .navbar-header .navbar-toggle {
  color: #777777;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 12px;
}
.navbar-custom .nav li a {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
}

#instafeed>a>img {
  padding:3px;
}

/*--- SMARTPHONE FEATURES ---*/
@media only screen and (min-width: 280px) {
	.intro-header {
	  background: linear-gradient(to bottom, rgba(238,236,231,0.3), rgba(120,0,50,0.0)), url(/static/img/header-tab-2.jpg) 50% 50%;
	  /*background: no-repeat center center;
	  background-color: #777777;
	  background: no-repeat center center;*/
	  background-attachment: scroll;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  background-size: cover;
	  -o-background-size: cover;
	  /*margin-bottom: 50px;*/
	  min-height:290px;
	}		
	/*-------------------------------*/
	/*       Hamburger-Cross         */
	/*-------------------------------*/
	.hamburger {
	  background: transparent;
	  border: none;
	  display: inline;
	  /*margin-left: 15px;*/
	  position: relative;
	  right:0px;
	  top: 13px;
	  width: 32px;
	  height: 32px;
	  z-index: 999;
	}
	.hamburger:hover {
	  outline: none;
	}
	.hamburger:focus {
	  outline: none;
	}
	.hamburger:active {
	  outline: none;
	}
	.hamburger.is-closed:before {
	  -webkit-transform: translate3d(0, 0, 0);
	  -webkit-transition: all 0.35s ease-in-out;
	  color: #ffffff;
	  content: '';
	  display: block;
	  font-size: 14px;
	  line-height: 32px;
	  opacity: 0;
	  text-align: center;
	  width: 100px;
	}
	.hamburger.is-closed:hover before {
	  -webkit-transform: translate3d(-100px, 0, 0);
	  -webkit-transition: all 0.35s ease-in-out;
	  display: block;
	  opacity: 1;
	}
	.hamburger.is-closed:hover .hamb-top {
	  -webkit-transition: all 0.35s ease-in-out;
	  top: 0;
	}
	.hamburger.is-closed:hover .hamb-bottom {
	  -webkit-transition: all 0.35s ease-in-out;
	  bottom: 0;
	}
	.hamburger.is-closed .hamb-top {
	  -webkit-transition: all 0.35s ease-in-out;
	  background-color: #333;
	  top: 5px;
	}
	.hamburger.is-closed .hamb-middle {
	  background-color: #333;
	  margin-top: -2px;
	  top: 50%;
	}
	.hamburger.is-closed .hamb-bottom {
	  -webkit-transition: all 0.35s ease-in-out;
	  background-color: #333;
	  bottom: 5px;
	}
	.hamburger.is-closed .hamb-top,
	.hamburger.is-closed .hamb-middle,
	.hamburger.is-closed .hamb-bottom,
	.hamburger.is-open .hamb-top,
	.hamburger.is-open .hamb-middle,
	.hamburger.is-open .hamb-bottom {
	  height: 4px;
	  left: 0;
	  position: absolute;
	  width: 100%;
	}
	.hamburger.is-open .hamb-top {
	  -webkit-transform: rotate(45deg);
	  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
	  background-color: #333;
	  margin-top: -2px;
	  top: 50%;
	}
	.hamburger.is-open .hamb-middle {
	  background-color: #333;
	  display: none;
	}
	.hamburger.is-open .hamb-bottom {
	  -webkit-transform: rotate(-45deg);
	  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
	  background-color: #333;
	  margin-top: -2px;
	  top: 50%;
	}
	.hamburger.is-open:before {
	  -webkit-transform: translate3d(0, 0, 0);
	  -webkit-transition: all 0.35s ease-in-out;
	  color: #ffffff;
	  content: '';
	  display: block;
	  font-size: 14px;
	  line-height: 32px;
	  opacity: 0;
	  text-align: center;
	  width: 100px;
	}
	.hamburger.is-open:hover before {
	  -webkit-transform: translate3d(-100px, 0, 0);
	  -webkit-transition: all 0.35s ease-in-out;
	  display: block;
	  opacity: 1;
	}
	/*-------------------------------*/
	/*          Dark Overlay         */
	/*-------------------------------*/
	.overlay {
	  position: fixed;
	  display: none;
	  width: 100%;
	  height: 100%;
	  top: 0;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  /*background-color: rgba(0, 0, 0, 0.4);*/
	  z-index: 1;
	}
	.intro-header .site-heading,
	.intro-header .post-heading,
	.intro-header .page-heading {
	    padding: 100px 0 ;
	}
	.intro-header .site-heading,
	.intro-header .page-heading {
		text-align: center;
	}
	.intro-header .site-heading h1,
	.intro-header .page-heading h1 {
		margin-top: 0;
		font-size: 46px;
	}
	.intro-header .site-heading h3,
	.intro-header .page-heading h3 {
		margin-top: 0;
		font-size: 9px;
	}
	.intro-header .site-heading,
	.intro-header .post-heading,
	.intro-header .page-heading {
		padding: 80px 0;
	}
	.intro-header .post-heading h1 {
	    font-size: 55px;
	}
	.intro-header .post-heading .subheading {
	    font-size: 30px;
	}
	.post-preview > a > .post-title {
	    font-size: 36px;
	}
	.navbar-custom {
	    background-color: rgba(255,255,255,0.8)!important; 
	    border-bottom: 1px solid transparent;
	}
	.navbar-custom .navbar-brand {
	    font-size: 30px;
	    color: rgba(128,0,50,0.8);
	    padding: 20px 0px 10px 0px;
	}
	.navbar-custom .navbar-brand:hover,
	.navbar-custom .navbar-brand:focus {
	    color: #777;
	}
	.navbar-custom .nav li a {
    	padding: 20px;
	}
	.navbar-custom .nav li a:hover,
	.navbar-custom .nav li a:focus {
    	color: #333333;
	}
}
/*--- END SMARTPHONE FEATURES ---*/

/*--- TABLET FEATURES ---*/
@media only screen and (min-width: 768px) {
	.box-product-container{
		padding:20px;
	}
	/*.box-product{
		border-radius:15px;
		/*border:1px solid #c8b9c6;
		transition: background-color 1s ease;
		background-color:#fff;
		min-height:340px;
		margin:20px;
	}
	.box-product:hover{
		background-color:rgba(128,0,50,0.8);
		color:#fff;
		margin:10px;
	}
	.box-product:hover .logo{
		opacity:0;
		height:10px;
	}
	.box-product:hover h2{
		font-size:32px;
	}
	.box-product:hover .caption{
		font-size:18px;
	}
	.caption{
		padding:10px;
		color:#fff;
	}*/
	.intro-header {
	  background: linear-gradient(to bottom, rgba(238,236,231,0.3), rgba(120,0,50,0.0)), url(/static/img/header-tab-2.jpg) 80% 80%;
	  /*background: no-repeat center center;
	  background-color: #777777;
	  background: no-repeat center center;*/
	  background-attachment: scroll;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  background-size: cover;
	  -o-background-size: cover;
	  /*margin-bottom: 50px;*/
	  min-height:380px;
	}	
	.intro-header .site-heading h1,
	.intro-header .page-heading h1 {
		font-size: 95px;
	}
	.intro-header .site-heading h3,
	.intro-header .page-heading h3 {
		margin-top: 0;
		font-size: 24px;
	}
	.intro-header .post-heading h1 {
	    font-size: 55px;
	}
	.intro-header .post-heading .subheading {
	    font-size: 30px;
	}
	.post-preview > a > .post-title {
	    font-size: 36px;
	}
	.navbar-custom {
	    background-color: rgba(255,255,255,0.8)!important;  
	    border-bottom: 1px solid transparent;
	}
	.navbar-custom .navbar-brand {
	    font-size: 30px;
	    color: rgba(128,0,50,0.8);
	    padding: 20px;

	}
	.navbar-custom .navbar-brand:hover,
	.navbar-custom .navbar-brand:focus {
	    color: #777;
	}
	.navbar-custom .nav li a {
	    /*color: white;*/
	    padding: 20px;
	}
	.navbar-custom .nav li a:hover,
	.navbar-custom .nav li a:focus {
	    /*color: rgba(255, 255, 255, 0.8);*/
	    color: #333333;
	}
}
/*--- END TABLET FEATURES ---*/

/*--- DESKTOP FEATURES ---*/
@media only screen and (min-width: 1170px) {
	.intro-header {
	  background: linear-gradient(to bottom, rgba(238,236,231,0.2), rgba(120,0,50,0.0)), url(/static/img/header-tab-2.jpg) 50% 100%;
	  /*background: no-repeat center center;
	  background-color: #777777;
	  background: no-repeat center center;*/
	  background-attachment: scroll;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  background-size: cover;
	  -o-background-size: cover;
	  /*margin-bottom: 50px;*/
	  min-height:390px;
	}
	.navbar-custom {
	    background-color: rgba(255,255,255,0.0)!important;  
	    border-bottom: 1px solid transparent;
	}	
	.navbar-custom {
	    -webkit-transition: background-color 0.3s;
	    -moz-transition: background-color 0.3s;
	    transition: background-color 0.3s;
	    /* Force Hardware Acceleration in WebKit */
	    -webkit-transform: translate3d(0, 0, 0);
	    -moz-transform: translate3d(0, 0, 0);
	    -ms-transform: translate3d(0, 0, 0);
	    -o-transform: translate3d(0, 0, 0);
	    transform: translate3d(0, 0, 0);
	    -webkit-backface-visibility: hidden;
	    backface-visibility: hidden;
	}
	.navbar-custom.is-fixed {
	    /* when the user scrolls down, we hide the header right above the viewport */
	    position: fixed;
	    top: -60px;
	    background-color: rgba(255, 255, 255, 0.8)!important;
	    /*border-bottom: 1px solid #f2f2f2;*/
	    -webkit-transition: -webkit-transform 0.3s;
	    -moz-transition: -moz-transform 0.3s;
	    transition: transform 0.3s;
	}
	.navbar-custom.is-fixed .navbar-brand {
	    color: #333333;
	}
	.navbar-custom.is-fixed .navbar-brand:hover,
	.navbar-custom.is-fixed .navbar-brand:focus {
		color: #0085A1;
	}
	.navbar-custom.is-fixed .nav li a {
	    color: #333333;
	 }
	.navbar-custom.is-fixed .nav li a:hover,
	.navbar-custom.is-fixed .nav li a:focus {
	    color: #0085A1;
	 }
	.navbar-custom.is-visible {
	    /* if the user changes the scrolling direction, we show the header */
	    -webkit-transform: translate3d(0, 100%, 0);
	    -moz-transform: translate3d(0, 100%, 0);
	    -ms-transform: translate3d(0, 100%, 0);
	    -o-transform: translate3d(0, 100%, 0);
	    transform: translate3d(0, 100%, 0);
	  }
	.intro-header .site-heading h1,
	.intro-header .page-heading h1 {
		font-size: 120px;
		/*margin-top:20%;*/
	}
	.intro-header .site-heading h3,
	.intro-header .page-heading h3 {
		margin-top: 0;
		font-size: 28px;
	}
	.intro-header .post-heading h1 {
	    font-size: 55px;
	}
	.intro-header .post-heading .subheading {
	    font-size: 30px;
	}
	.post-preview > a > .post-title {
	    font-size: 36px;
	}
}
/*--- END DESKTOP FEATURES ---*/


.intro-header .site-heading .subheading,
.intro-header .page-heading .subheading {
  font-size: 24px;
  line-height: 1.1;
  display: block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin: 10px 0 0;
}

.intro-header .post-heading h1 {
  font-size: 35px;
}
.intro-header .post-heading .subheading,
.intro-header .post-heading .meta {
  line-height: 1.1;
  display: block;
}
.intro-header .post-heading .subheading {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 24px;
  margin: 10px 0 30px;
  font-weight: 600;
}
.intro-header .post-heading .meta {
  font-family: 'Lora', 'Times New Roman', serif;
  font-style: italic;
  font-weight: 300;
  font-size: 20px;
}
.intro-header .post-heading .meta a {
  color: white;
}

.post-preview > a {
  color: #333333;
}
.post-preview > a:hover,
.post-preview > a:focus {
  text-decoration: none;
  color: #0085A1;
}
.post-preview > a > .post-title {
  font-size: 30px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.post-preview > a > .post-subtitle {
  margin: 0;
  font-weight: 300;
  margin-bottom: 10px;
}
.post-preview > .post-meta {
  color: #777777;
  font-size: 18px;
  font-style: italic;
  margin-top: 0;
}
.post-preview > .post-meta > a {
  text-decoration: none;
  color: #333333;
}
.post-preview > .post-meta > a:hover,
.post-preview > .post-meta > a:focus {
  color: #0085A1;
  text-decoration: underline;
}
.section-heading {
  font-size: 36px;
  margin-top: 60px;
  font-weight: 700;
}
.caption {
  text-align: center;
  font-size: 15px;
  /*padding: 25px;
  /*font-style: italic;*/
  margin: 0;
  display: block;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
footer {
  padding: 50px 0 65px;
}
footer .list-inline {
  margin: 0;
  padding: 0;
}
footer .copyright {
  font-size: 14px;
  text-align: center;
  margin-bottom: 0;
}
.floating-label-form-group {
  font-size: 14px;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #eeeeee;
}
.floating-label-form-group input,
.floating-label-form-group textarea {
  z-index: 1;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  border: none;
  border-radius: 0;
  font-size: 1.5em;
  background: none;
  box-shadow: none !important;
  resize: none;
}
.floating-label-form-group label {
  display: block;
  z-index: 0;
  position: relative;
  top: 2em;
  margin: 0;
  font-size: 0.85em;
  line-height: 1.764705882em;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
  -webkit-transition: top 0.3s ease,opacity 0.3s ease;
  -moz-transition: top 0.3s ease,opacity 0.3s ease;
  -ms-transition: top 0.3s ease,opacity 0.3s ease;
  transition: top 0.3s ease,opacity 0.3s ease;
}
.floating-label-form-group::not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #eeeeee;
}
.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}
.floating-label-form-group-with-focus label {
  color: #0085A1;
}
form .row:first-child .floating-label-form-group {
  border-top: 1px solid #eeeeee;
}
.btn {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  border-radius: 0;
  padding: 15px 25px;
}
.btn-lg {
  font-size: 16px;
  padding: 25px 35px;
}
.btn-default:hover,
.btn-default:focus {
  background-color: rgba(0,0,0,0.7);
  border: 1px solid rgba(0,0,0,0.7);
  /*background-color: #0085A1;
  border: 1px solid #0085A1;*/
  color: white;
}
.btn-dark {
    border-radius: 0;
    color: #fff;
    background-color: rgba(0,0,0,0.4);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color: rgba(0,0,0,0.7);
    /*background-color: #0085A1;*/
}

.pager {
  margin: 20px 0 0;
}
.pager li > a,
.pager li > span {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  padding: 15px 25px;
  background-color: white;
  border-radius: 0;
}
.pager li > a:hover,
.pager li > a:focus {
  color: white;
  background-color: rgba(0,0,0,0.4);
  border: 1px solid rgba(0,0,0,0.4);
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #333333;
  cursor: not-allowed;
}
::-moz-selection {
  color: white;
  text-shadow: none;
  background: rgba(0,0,0,0.4);
}
::selection {
  color: white;
  text-shadow: none;
  background: rgba(0,0,0,0.4);
}
img::selection {
  color: white;
  background: transparent;
}
img::-moz-selection {
  color: white;
  background: transparent;
}
body {
  -webkit-tap-highlight-color: rgba(0,0,0,0.4);
}

#to-top {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 0px;
}
#to-top:hover{
  background-color: rgba(128,0,50,0.8)!important;
}
.alcool-footer{
  max-height:30px;
  min-width:100%;
  background-color: #A5A5A5;
  color: #ddd;
  position: fixed;
  bottom: 0px;
}
.pagination > li >a {
  color:rgba(0,0,0,0.4);
}
.pagination .active > a{
  background-color: rgba(0,0,0,0.4);
}

.pagination .active > a:hover{
	/*background-color: #0085A1;*/
	background-color: rgba(0,0,0,0.7);
}




/* SIDEBAR features  Testing purpose */

body {
  position: relative;
  overflow-x: hidden;
}
body,
html {
  height: 100%;
}
.nav .open > a {
  background-color: transparent;
}
.nav .open > a:hover {
  background-color: transparent;
}
.nav .open > a:focus {
  background-color: transparent;
}




/*-------------------------------*/
/*           Wrappers            */
/*-------------------------------*/
#wrapper {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  padding-left: 0;
  transition: all 0.5s ease;
}
#wrapper.toggled {
  padding-left: auto;
}
#wrapper.toggled #sidebar-wrapper {
  /*width: 220px;*/
  width: 100%;
}
#wrapper.toggled #page-content-wrapper {
  margin-right: -220px;
  position: absolute;
}
#sidebar-wrapper {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  background: #fff;
  height: 100%;
  left: 100%;
  margin-left: -100%;
  /*left: 220px;
  margin-left: -220px;*/
  overflow-x: hidden;
  overflow-y: auto;
  transition: all 0.5s ease;
  width: 0;
  z-index: 1040;
}
#sidebar-wrapper::-webkit-scrollbar {
  display: none;
}
#page-content-wrapper {
  /*padding-top: 70px;*/
  width: 100%;
}





/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/
.sidebar-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  /*position: absolute;*/
  top: 0;
  width: auto;
  font-size: 1.8em;
  color: #333;
  /*width: 220px;*/
}
.sidebar-nav li {
  display: inline-block;
  line-height: 20px;
  position: relative;
  width: 100%;
}
.sidebar-nav li:before {
  /*background-color: #1c1c1c;*/
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
  width: 3px;
  z-index: -1;
}
.sidebar-nav li:first-child a {
  /*background-color: #1a1a1a;
  color: #ffffff;*/
}

.sidebar-nav li a {
  /*color: #dddddd;*/
  display: block;
  /*padding: 10px 15px 10px 30px;*/
  text-decoration: none;
}
.sidebar-nav li.open:hover before {
  /*-webkit-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
  width: 100%;*/
}
.sidebar-nav .dropdown-menu {
  background-color: #222222;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus {
  /*background-color: transparent;
  color: #ffffff;
  text-decoration: none;*/
}
.sidebar-nav > .sidebar-brand {
  font-size: 40px;
  height: 70px;
  /*line-height: 60px;*/
  font-family: 'Poiret One', cursive;
}


/* hr star features */

hr.star-light,hr.star-primary {
    padding: 0;
    border: none;
    border-top: solid 5px;
    text-align: center;
    max-width: 250px;
    margin: 25px auto 30px
}

hr.star-light:after,hr.star-primary:after {
    content: "\f005";
    font-family: FontAwesome;
    display: inline-block;
    position: relative;
    top: -.8em;
    font-size: 2em;
    padding: 0 .25em
}

hr.star-light {
    border-color: #fff
}

hr.star-light:after {
    background-color: #18BC9C;
    color: #fff
}

hr.star-primary {
    border-color: #2C3E50
}

hr.star-primary:after {
    background-color: #fff;
    color: #2C3E50
}


