/* CSS Document */

/**********************
        -	RESET	-
************************/
<link href="https://fonts.googleapis.com/css?family=Great+Vibes|Libre+Franklin|Libre+Baskerville" rel="stylesheet"> 


html, 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, font, 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, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent;
}

* {

    margin: 0;
    padding: 0;

    -webkit-font-smoothing: antialiased;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



html {
    overflow-x:hidden;
    padding: 0 !important;
    margin:0 !important;
}

body { 

    font-family: 'Libre Franklin', sans-serif;
	font-size:14px;
    overflow-y:hidden;
}



img	 { text-decoration:none; border-width: 0; }

h1, h2, h3, h4, h5  {
    font-family: 'Libre Baskerville', serif;
	font-weight:100;
	color:#fff;
}


h1 {
    font-size: 40px;
    padding-bottom: 10px;
    text-align:left;
    font-weight: 400;
	letter-spacing:1px;
	padding: 10px 20px !important;
	line-height:1em;
	 }
	
h2 {
    font-size: 34px;
    padding-bottom: 10px;
    text-align:left;
	font-weight: 300;
	line-height:1em;
}	
	

h3 {
    font-size: 20px;
    padding:15px 15px 10px 15px;
    text-align:left;
	font-weight: 300; }

h4, h5 {
    font-size: 20px;
    padding:15px 15px 10px 15px;
    text-align:center; }

b {
    font-weight: 500;
    font-size: 15px;

    color: #c3522f; }

p {
    padding:10px 0 10px 0; font-size:16px; color:#fff; font-family: 'Libre Franklin', sans-serif; line-height:1.8em; font-weight: 300; }	


.clearfix::before, .clearfix::after {
    content: "";
    display: table;

}

/***********************
        -	BASICS 	-
***********************/


ol, ul 		{  list-style: none; }

ul, li		{ text-align:center;			}

a			{	text-decoration:none; font-weight:100;}

.clear 		{	clear:both;}
.space10	{	width:100%;height:10px;}
.space15	{	width:100%;height:15px;}
.space20	{	width:100%;height:20px;}
.space30	{	width:100%;height:30px;}
.space40	{	width:100%;height:40px;}


header, nav, section, article, aside, footer { display:block;  }

.main-outer {
background-color: #ffffff;
padding: 45px;
float: left;
width: 100%;
}

.main-inner {	
width:100%;	
background-color: #ffffff;
position:relative;
float:left;
}


.content-wrap { 
position: relative;
z-index: 9;
margin: 20px auto; 
max-width: 1200px;
 
}

.wrap {
	position: relative;
	z-index: 9;
    margin: 0 auto;
    max-width: 1170px;
    padding:10px 10px;
}

.slate-box {
background-color:#5a6b75;
padding:20px !important;	
}


.desk {
display:block;	
}

.mobile {
display:none;	
}

.desk-tab {
display:block;	
}

.tablet {
display:none;	
}

#header-wrap {
padding: 5px 10px;
background-color: #fff;
 
}

header { 
width:100%; 
z-index: 999;
position: relative;   
}

#desk-header {
width:100%;
display: inline-block;	
}

#mobile-header {
display:none;	
}

.nav-full {
width:100%;
float:right;
clear:right;
margin-top: 60px;
margin-bottom: -5px;
}


/* NAVIGATION */

#full-nav-wrap	{ width: 100%;
background-color: rgba(250,250,250,0.8);
z-index: 9999;
position: relative;
  }
								
				
.nav-wrap { 
margin: 0 auto; 
max-width: 1170px;
position:relative;
 }
 

nav 			{width:100%; float:left; clear:right;}

.main-navigation { 
margin: 0 auto;
text-align: center;
position: absolute;
left: 70%;
transform: translateX(-50%);
width: 100%; 
}

.main-navigation li { list-style:none; float:left; color:#444; font-size:17px; text-align:left; background-color:rgba(90,107,117,0.8); margin:2px;  }
.main-navigation li a:link, .main-navigation li a:visited {
display:block; 
text-decoration:none;  
margin:0; 
color:#fff; 
font-size: 18px; 
font-weight: 300;
padding: 15px 30px;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
letter-spacing:1px;
 }


.main-navigation li a:hover {
background-color:#5a6b75; 
color:#fff;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}



.currentLink {  border-bottom:solid 3px #fff; color:#fff !important;  }


/*SUB MENU*/

.main-navigation li ul { position:absolute; visibility:hidden; margin:0; padding:0; z-index:9999; }
.main-navigation li ul li { display:inline; float:none; font-size:17px; }
.main-navigation li ul li a:link, .main-navigation li ul li a:visited { background-color:#fff; width: 250px; }
.main-navigation li ul li a:hover { background-color:#D6D1C9; }

.main-navigation li a.nav-last		{ border-right:1px solid #fff !important;			}

.sb-menu .mobile-nav-last	{ padding:1em 0.5em; color:#fff; 		}

.sb-menu ul li				{			}
.sb-menu li				    { font-size:17px;	}
.sb-menu a:hover			{		}




.back-button a				{ color:#555;			}


#contact-details {
width:18%;
float:left;
clear:right;
position: absolute;
margin-top: -42px;	
}

#contact-details a {
color: #555;
font-size: 16px;
letter-spacing: 1px;
}

#main-logo-desk {
width:50%;
text-align:center;
position: absolute;
top: -40px;
margin-left: 24%;
}

#main-logo-desk img {
width: 195px;
text-align:center;
}

#social {
width:15%;
float:right;
clear:right;
position:absolute;
right:0;
margin-top:-45px;	
}

#social ul  {
float:right;
clear:right;
display:inline-block;	
}

#social ul li {
float:right;
padding:0 5px;
display:inline-block;	
}

#social img {
width:25px;	
text-align:right;
}


.navbar {
width:10%;
float:left; 
clear:right;
padding:15px 10px;	
}


.sb-menu {
	padding: 170px 0 50px 0;
}

.sb-menu li {
    font-size: 16px;
    margin: 0;
    cursor: pointer;
}

.sb-slidebar li a {
font-size: 24px;
color: #fff;
font-weight: 300;
text-align: center;
display: block;
padding: 20px  0;
transition: 1s;
letter-spacing:1px;
}

.sb-slidebar li a:hover {
    color: #fff;
	background-color:#454b63;
	transition:1s;
}


.topsection {
	margin:0 auto;
}





/* SLIDER */
.fullwidthbanner-container {
width: 100% !important;
position: relative;
padding: 0;
max-height: 900px !important;
overflow: hidden !important;
float: left;
clear: right;
z-index: 9;
margin-top: -78px;
}

.slideborder {
	border:solid 14px rgba(250,250,250,0.1);
}



/* PAGES */

.banner {
width:100%;
background-image:url(../images/banner-front-sketch.jpg);
background-repeat:no-repeat;
background-size:cover;
height:300px;
margin-top:-80px;
}


.banner3 {
width:100%;
background-image:url(../images/banner-pond.jpg);
background-repeat:no-repeat;
background-size:cover;
height:300px;
margin-top:-80px;
}



.ptitle {
text-align:center;
}

.ptitle h1 {
text-align:center;
padding: 0;
font-family: 'Libre Baskerville', serif;
font-weight:100;
font-size: 45px;
color:#5a6b75;
}



.hb {
  display: block;
  overflow: hidden;
  text-align: center;
}
.hb:before, 
.hb:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 40%;
  border-top-style: solid;
  border-top-width: 1px;
  border-color: #5a6b75;
}
.hb:before {
  right: 0.5em;
  margin-left: -50%;
}
.hb:after {
  left: 0.5em;
  margin-right: -50%;
}


.ptitle img {
text-align:center;
width:45px;
 vertical-align: middle;
}


.barns h1 {
text-align:center;
padding: 0;
margin-bottom: -40px;
font-family: 'Libre Baskerville', serif;
font-weight:100;
font-size: 45px;
color:#5a6b75;
}

.barns h2 {
padding: 10px;
font-family: 'Libre Baskerville', serif;
font-weight:100;
font-size: 35px;
letter-spacing: 1px;
}

.barns h3 {
padding: 10px;
font-family: 'Libre Baskerville', serif;
font-weight:100;
font-size: 30px;
letter-spacing: 1px;
}

.terms h3 {
padding: 0 10px;
font-family: 'Libre Baskerville', serif;
font-weight:100;
font-size: 22px;
letter-spacing: 0px;
color: #5a6b75;
margin-top:20px;
}


.section {
	padding:50px 0;
}

.price {
font-size:20px;	
}

.barn-info {
background-color: #ededed;
display: inline-block;
width: 100%;
padding: 10px 0 5px 0;
margin: 5px auto;
position: relative;
}

.barn-info li {
width: 90%;
text-align: left;
float: left;
margin: 0 5%;
}

.barn-info p {	
color:#5a6b75;
font-weight: 100;
font-size: 17px;
}


.slate-box p {
text-align:left;	
}


.infoi {
	width:40px !important;
	float:left;
	margin-right:10px;
}


.summ {
	float:left; 
	clear:right;
	padding: 0 10px;
}

.keyfeatures {
	margin-bottom:30px;
}

.keyfeatures li {
	color:#fff;
	font-weight: 100;
	background-image:url(../images/icons/tickwhite.svg); 
	background-size:15px; 
	background-repeat:no-repeat;
	padding-left:30px;
	line-height:28px;
	text-align:left;
	font-size:15px;
}


.cross {
	background-image:url(../images/icons/crosswhite.svg) !important; 
}





/* MAIN */


.full-width-container { 
width:100%; 
clear:right; 
height:auto; 
position: relative;
z-index:9;
padding:30px 20px;
 }

.full-width-container p, h1, h2, h3, h4, h5, b	{padding:0.5em;  }

.full-width-container img  { width:100%;  }

.darkbk {
overflow: hidden;
background: url(../images/homepage-panel.jpg) 50% 0 no-repeat #121212;
background-size: auto;
background-size: cover;
/* background-attachment: fixed; */
background-color:#333;
}

.darkbk h1, .darkbk h2, .darkbk h3, .darkbk p, .darkbk a {
	color:#fff;
}





/* COLS */

.col-100		{ width:100%; clear:both; float:left; clear:right; 	}
.col-80			{ width:78%; margin:1%; float:left; clear:right;	}
.col-70			{ width:68%; margin:1%; float:left; clear:right;	}
.col-60			{ width:58%; margin:1%; float:left; clear:right;	}
.col-50			{ width:48%; margin:1%; float:left; clear:right;	}
.col-40			{ width:38%; margin:1%; float:left; clear:right;	}
.col-33			{ width:31%; margin:1%; float:left; clear:right;	}
.col-30			{ width:28%; margin:1%; float:left; clear:right;	}
.col-25			{ width:23%; margin:1%; float:left; clear:right;	}
.col-20			{ width:18%; margin:1%; float:left; clear:right;	}

.nomar { width:50%; margin:0; margin-bottom:-5px; }


.spacer100		{ height:100px; width:100%; float:left; clear:both;			}
.spacer90		{ height:90px; width:100%; float:left; clear:both;			}
.spacer80		{ height:80px; width:100%; float:left; clear:both;			}
.spacer60		{ height:60px; width:100%; float:left; clear:both;			}
.spacer50		{ height:50px; width:100%; float:left; clear:both;			}
.spacer40		{ height:40px; width:100%; float:left; clear:both;			}
.spacer30		{ height:30px; width:100%; float:left; clear:both;			}
.spacer20		{ height:20px; width:100%; float:left; clear:both;			}



.cont-info {
background-color:#ededed;
display:inline-block;
width:100%;	
padding: 20px 0;
margin: 20px auto;
}

.cont-info li {
width:48%;
display:inline-block;
}

.cont-info p {
color:#5a6b75;	
}




/* IMAGE GRID */

.grid {
    position: relative;
    margin: 0 auto;
    padding: 1em 0 4em;
    max-width: 100%;
    list-style: none;
    text-align: center;
}


.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0;
    min-width: 320px;
    max-width: 100%;
    max-height: 360px;
    width: 50%;
    background: #fff;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.grid figure h2 span {
    font-weight: 800;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}



/*---------------*/
/***** EFFECT1 *****/
/*---------------*/



figure.effect1 figcaption {
    top: auto;
    bottom: 0;
    padding: 1em;
    height: auto;
    background-color: #5a6b75;
    color: #fff ;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
}

figure.effect1 h2 {
    float: left;
}


figure.effect1 p.description {
    position: absolute;
    bottom: 8em;
    padding: 2em;
    color: #222;
    text-transform: none;
    font-size: 90%;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    -webkit-backface-visibility: hidden; /* Fix for Chrome 37.0.2062.120 (Mac) */
	width:90%;
	
}

figure.effect1 p.description span {
   display:inline-block;
   padding:0 15px;
}


figure.effect1 h2 {
    display: inline-block;
}

figure.effect1:hover p.description {
    opacity: 1;
}


figure.effect1:hover img {
    opacity: 0.3;
	transition: opacity 0.55s;
}

figure.effect1:hover .infoicon {
    opacity: 1;
}


figure.effect1:hover figcaption,
figure.effect1:hover h2,
figure.effect1:hover p.icon-links a {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect1:hover h2 {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}








/* BUTTON EFFECT */

/* Back Pulse */
@-webkit-keyframes hvr-back-pulse {
  50% {
    background-color: rgba(100, 190, 32, 0.75);
  }
}

@keyframes hvr-back-pulse {
  50% {
    background-color: rgba(100, 190, 32, 0.75);
  }
}

.hvr-back-pulse {
  text-align:center;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.hvr-back-pulse:hover, .hvr-back-pulse:focus, .hvr-back-pulse:active {
  -webkit-animation-name: hvr-back-pulse;
  animation-name: hvr-back-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-color: #4AA600;
  background-color: #4AA600;
  color: white;
   border:solid 1px #e7e7e7;
}



/* BUTTON EFFECT */

.btn {
	float:left; clear:right;
	margin:20px 0;
	padding: 10px;
}

.btn a {
	padding:10px 20px;
	background-color:#3c4951;
	color:#fff;
	text-transform:uppercase;
	transition:1s;
}

.btn a:hover {
	background-color:#ccc;
	transition:1s;	
}

.btn img {
	vertical-align:middle;
	width:35px;
	padding:0 5px 5px 15px;
	text-align:right;
}

/* Back Pulse */
@-webkit-keyframes hvr-back-pulse {
  50% {
    background-color: rgba(100, 190, 32, 0.75);
  }
}

@keyframes hvr-back-pulse {
  50% {
    background-color: rgba(100, 190, 32, 0.75);
  }
}

.hvr-back-pulse {
  text-align:center;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.hvr-back-pulse:hover, .hvr-back-pulse:focus, .hvr-back-pulse:active {
  -webkit-animation-name: hvr-back-pulse;
  animation-name: hvr-back-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-color: #4AA600;
  background-color: #4AA600;
  color: white;
   border:solid 1px #e7e7e7;
}



/* LINES */

.line { border: 0; height: 1px; background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));  margin:0 10%;}

.line-separator {
    border-top: 1px solid #ccc;
    box-shadow: 0px 2px 4px #FFF inset, 0px 1px 1px #FFF;
    margin: 0px 3em 0.5em;
}


.full-width-spacer		{ height:5em; width:100%; background-image:url(../images/pattern.png); background-repeat:repeat-x repeat-y; border-bottom:5px solid #fff;			}

.full-width-spacer-green	{ height:5em; width:100%; background-color:#96C; border-bottom:15px solid rgba(147, 187, 115, 0.4);			}


.side-img		{width:100%; margin-bottom:10px;		}

#map            { width:98%; margin:0 1%;  }


.bluetext h1 {
color: #5a6b75;
}

.bluetext h2 {
color: #5a6b75;
}

.bluetext p {
color: #5a6b75;
	text-align:left;
}


/* light back box */

.lightbk {
	background-color:#e8e8e8;
}

.lightbk p {
	color:#444;
	text-align:left;
}

.lightbk .col-60 p {
	color:#444;
	text-align:left;
}

.lightbk .col-60 h2 {
	color:#5a6b75;
	padding:10px;
}

.lightbk .col-60 h3 {
	color:#5a6b75;
}


.nopadtb {
	padding-top:0;
	padding-bottom:0;
}

.nopadtop {
	padding-top:0;
}

.nopadbottom {
	padding-bottom:0;
}


.todo h3 {
    background-color: rgba(0, 0, 0, 0.1);
    margin: 10px 0;
}


.tchoose {
    padding: 70px 10px 30px 10px !important;
    text-align: center !important;
    color: #5a6b75;
	font-size:30px;
}




/* GALLERY */


.toolbarContainer, .rotateLeftButton, .rotateRightButton {
	display:none !important;
}


.nanogallery_gallerytheme_dark_thebarngallery .nGY2GThumbnail {
    background: transparent !important;
    border-color: transparent !important;
}

.nanogallery_gallerytheme_dark_theleatgallery .nGY2GThumbnail {
    background: transparent !important;
    border-color: transparent !important;
}

.nGY2 .nGY2GThumbnailAlbumTitle, .nGY2 .nGY2GThumbnailImageTitle {
    color: #fff;
    Text-Shadow: none !important;
}



.center{
text-align:center;	
}

.sidesketch {
width:75% !important;
	margin-top:10px;
}


/* FOOTER */

footer {
	width:100%;
    z-index:1;
    line-height:25px;
	float:left;
    clear:both;
   padding:10px 0;
   height:auto;
   background-color:#282828;	
   color:#8395a0;
   font-family: 'Raleway', sans-serif;
   position:relative;
}

footer p, footer a {	
   color:#8395a0;
   font-family: 'Raleway', sans-serif;
   font-size:14px; 
}


.foot-left {
text-align:left;	
}
.foot-left h3 {
text-align:left;	
}

.foot-sitemap {
display:inline-block;	
}
.foot-sitemap li {
display:inline-block;	
}

.foot-sitemap li a {
font-size:14px;
padding:0 10px;	
}

.foot-follow {
display:inline-block;	
}
.foot-follow li {
display:inline-block;
vertical-align: middle;
font-size: 15px;
padding: 0 2px;	
}

.foot-follow li p {
font-size:15px;
}


.foot-right {
text-align:right;	
}
.foot-right h3 {
text-align:right;	
}



#bottom-bar {
width:100%;
background-color:#282828;
float: left;
clear: both;
padding-bottom:50px;
	
}

#bottom-bar p {
color:#8395a0;	
font-size: 15px;
text-align:center;
border-top:1px solid #8395a0;
padding-top:20px;
font-family: 'Raleway', sans-serif;
}


#bottom-bar a {
color:#8395a0;	
}


.auth p {
color:#8395a0;	
font-size: 15px;
text-align:center;
border-top:none !important;
padding-top:20px;
font-family: 'Raleway', sans-serif;
}




.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
.clearfix {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}






/* Layout Extra */




/* Forms */

form ol { list-style-type:none; }

form 	{ text-align:left; margin:20px;	}

label 	{ 
    float: left; width: 150px; margin-top:5px;
    text-align:right; display:block; background:none; font-weight:bold;
}

submit	{ background:none; 	}

input 	{ 
    width: 280px; margin:0 0 16px 10px;
    border:1px #bbb solid; padding:5px; background:none; 
}

input:focus, textarea:focus	{ background-color:#BFEBFF; }

textarea {
    width: 280px; height: 150px; margin:0 0 16px 10px;
    border:1px #bbb solid; padding:5px; background:none; 
}

select { margin-bottom:20px;	}

.month { margin-left:155px;	}

.submit {
    width:90px; height:25px;
    margin-left:160px;
    font-size:12px;
}

br		{ clear: left; 	}

.clear	{ clear:both; }



/* Success, error, alert */

.error, .alert, .notice, .success, .info {
    padding: 0.8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error, .alert 	{ background: #fbe3e4; color: #8a1f11; border-color: #fbc2c4; }

.notice			{ background: #fff6bf; color: #514721; border-color: #ffd324; }

.success   		{ background: #e6efc2; color: #264409; border-color: #c6d880; }

.info 			{ background: #d5edf8; color: #205791; border-color: #92cae4; }

.error a 	{ color: #8a1f11; }
.alert a 	{ color: #8a1f11; }

.notice a   { color: #514721; }
.success a  { color: #264409; }
.info a		{ color: #205791; }



.nav-icon {
    display:none;
    margin-top:13px;
    width: 24px;
    cursor:pointer;
}
.navicon-line {
    background:#FFF;
    width: 24px;
    height: 1px;
border-radius: 1px;
margin-top: 6px;
}
.navicon-line:first-child {
    margin-top: 0;
}

