/* 
 * Theme SASS
 * By Boulton Creative
 *
 * @package LifeBrothers
 *
*/
/* Variables */
/* Brand Blue */
/*Brand Green */
/* Darker */
/* Darkest */
/* Font Sizes */
html,
html a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-family: "Verdana", Arial, sans-serif;
  color: #232323; }

hr {
  border-color: #7fbd42; }

a,
a:active,
a:visited {
  color: #7fbd42;
  text-decoration: none; }

a:hover {
  color: #00607f;
  text-decoration: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Arimo", sans-serif; }

h1.brand,
h2.brand,
h3.brand,
h4.brand,
h5.brand,
h6.brand {
  color: #00607f;
  text-transform: uppercase; }

h1.brand span,
h2.brand span,
h3.brand span,
h4.brand span,
h5.brand span,
h6.brand span {
  color: #7fbd42; }

.btn-brand,
.btn-brand:active,
.btn-brand:visited {
  border-color: #00607f;
  background-color: #00607f;
  color: #fff;
  border-radius: 0;
  padding: 9px 16px 11px;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
  -webkit-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out; }

.btn-brand:hover {
  background-color: transparent;
  border-color: #00607f;
  color: #00607f;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
  -webkit-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out; }

.btn-brand-green,
.btn-brand-green:active,
.btn-brand-green:visited {
  border-color: #7fbd42;
  font-weight: bold;
  background-color: #7fbd42;
  color: #fff;
  border-radius: 0;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
  -webkit-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out; }

.btn-brand-green:hover {
  border-color: #7fbd42;
  background-color: transparent;
  color: #7fbd42;
  border-radius: 0;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
  -webkit-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out; }

.btn-brand-green-outline,
.btn-brand-green-outline:active,
.btn-brand-green-outline:visited {
  border-color: #7fbd42;
  font-weight: bold;
  background-color: transparent;
  color: #7fbd42;
  border-radius: 0;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
  -webkit-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out; }

.btn-brand-green-outline:hover {
  background-color: #7fbd42;
  border-color: #7fbd42;
  color: #fff;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
  -webkit-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out; }

.center {
  margin: 0 auto; }

header {
  padding: 30px 0; }

/* Navigation */
.navbar {
  position: relative; }

.navbar-toggle {
  border-color: #00607f; }

.navbar-toggle .icon-bar {
  background-color: #00607f; }

@media (max-width: 1025px) {
  .page-id-347 #hero {
    background-position: -150px center; }

  #hero h2 span {
    font-size: 1.5em !important; } }
@media (min-width: 991px) and (max-width: 1025px) {
  .page-id-436 #hero {
    background-position: -97px center; }

  .page-id-13 #hero {
    background-position: -150px center; }

  .page #hero {
    background-position: -119px center; } }
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-nav > li > a,
  .navbar-nav > li > a:active,
  .navbar-nav > li > a:visited {
    font-size: 14px; }

  #menu-primary-navigation.navbar-nav > li {
    margin-right: 8px;
    padding-right: 13px; }

  #menu-primary-navigation.navbar-nav > li {
    background: transparent url("../images/navb.png") right center no-repeat; }

  #menu-primary-navigation.navbar-nav > li.menu-item-has-children {
    background-image: none !important;
    padding-right: 12px !important;
    margin-right: 0 !important; }

  #menu-primary-navigation.navbar-nav > li.menu-item-has-children .caret {
    margin-left: 5px !important; }

  #menu-primary-navigation.navbar-nav {
    padding: 30px 0 10px;
    margin: 0; }

  .page-id-436 #hero {
    background-position: -87px center; }

  .page-id-13 #hero {
    background-position: -148px center; } }
/*@media (min-width: 415px) and (max-width: 768px) {
	.page-id-347{
		#hero{
			background-position: -17px top !important;
			background-size: auto 58% !important;
		}
		#hero.green{
			#text{
				margin-top: 402px;
			}
		}

	}
}*/
@media (max-width: 992px) {
  #hero h2 span {
    font-size: 1.5em !important; } }
@media (min-width: 992px) {
  .navbar-nav > li > a,
  .navbar-nav > li > a:active,
  .navbar-nav > li > a:visited {
    font-size: 16px; }

  #menu-primary-navigation.navbar-nav > li {
    margin-right: 12px;
    padding-right: 17px; }

  #menu-primary-navigation.navbar-nav > li {
    background: transparent url("../images/navl.png") right center no-repeat; }

  #menu-primary-navigation.navbar-nav > li.menu-item-has-children {
    background-image: none !important;
    padding-right: 12px !important;
    margin-right: 0 !important; }

  #menu-primary-navigation.navbar-nav > li.menu-item-has-children .caret {
    margin-left: 5px !important; }

  .navbar {
    margin: 25px 0 5px; }

  #menu-primary-navigation.navbar-nav {
    padding: 5px 15px;
    margin: 0 -15px 0;
    background-color: #fff; } }
@media (min-width: 768px) {
  .navbar .container {
    /*width: auto !important;*/
    max-width: none !important;
    float: right; }

  #menu-primary-navigation.navbar-nav {
    float: right; }

  #menu-primary-navigation.navbar-nav > li {
    float: left;
    color: #00607f; }

  .navbar-nav > li > a,
  .navbar-nav > li > a:active,
  .navbar-nav > li > a:visited {
    color: #00607f;
    font-family: "Arimo", sans-serif;
    font-weight: 300;
    letter-spacing: 0.02em; }

  .navbar-nav > li.active > a,
  .navbar-nav > li > a:hover {
    color: #7fbd42; }

  #menu-primary-navigation.navbar-nav > li:last-child {
    background: none;
    margin-right: 0;
    padding-right: 0; }

  /* Social Media Menu */
  #social-media {
    margin-top: 23px;
    margin-bottom: 0; }

  #social-media li {
    float: left;
    display: inline-block; }
  #social-media li > a {
    display: inline-block;
    width: 32px;
    height: 32px;
    padding: 0;
    margin: 0;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: center center; }
  #social-media li.text {
    color: #565656;
    text-align: right;
    padding: 6px 6px 6px 0;
    vertical-align: middle; }
  #social-media li.fb > a {
    background-image: url("../images/icons/facebook.png"); }
  #social-media li.li > a {
    background-image: url("../images/icons/linkedin.png"); }
  #social-media li.tw > a {
    background-image: url("../images/icons/twitter.png"); }
  #social-media li.in > a {
    background-image: url("../images/icons/instagram.png"); } }
@media (max-width: 769px) {
  .menu-item-has-children .dropdown-menu {
    display: none; }

  .menu-item-has-children.open .dropdown-menu {
    display: block !important; }

  .hidden-tablet {
    display: none !important; }

  /*	.page-id-347{
			#hero{
				background-position: -150px center ;
			}
	}*/
  .book-cover {
    margin-left: auto;
    position: relative;
    display: block;
    margin-right: auto;
    width: 362px;
    height: 500px; }

  .book-row .description {
    margin-bottom: 50px !important; }

  /*		.page-id-347{
			#hero{
				background-position: left top !important;
    			background-size: auto 58% !important;
			}
			#hero.green{
				#text{
					margin-top: 200px;
				}
			}

		}	*/ }
@media (max-width: 991px) {
  header .logo {
    max-width: 160px; }

  #hero h2 {
    font-size: 1.8em !important; } }
@media (max-width: 415px) {
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
    font-size: 0.8em; }

  .hidden-mobile {
    display: none; }

  .full-width h1 {
    font-size: 1.3em; }

  h2.headline {
    font-size: 22px; }

  .page-id-347 #hero {
    background-position: left top !important;
    background-size: auto 61% !important; }
  .page-id-347 #hero.green #text {
    margin-top: 200px; }

  #hero {
    /*			background-position: left top !important;
    		background-size: auto 50% !important;*/ }
    #hero h2 {
      font-size: 1em !important; }

  #content.container {
    padding-top: 20px !important;
    padding-bottom: 0 !important; }

  #lower-pattern-repeat {
    margin-top: inherit !important; }

  #content ul li {
    font-size: 15px; }
  #content ol li {
    text-align: left;
    font-size: 14px; }
  #content ul.square {
    padding-left: 38px !important; }
  #content .brand {
    font-size: 2.5em !important;
    margin-bottom: inherit !important; }
  #content p {
    font-size: 14px !important;
    text-align: left !important; }
  #content h1 {
    font-size: 20px; }
  #content h2 {
    font-size: 20px; }
  #content h3 {
    font-size: 20px;
    padding: 0; }

  .full-width {
    padding: 20px 0 !important; }
    .full-width .split {
      text-align: center !important; }
      .full-width .split li {
        width: inherit !important;
        float: inherit !important;
        padding: inherit !important; }
      .full-width .split li:nth-child(2n) {
        border-left: inherit !important; }
    .full-width p {
      font-size: 14px !important;
      text-align: left !important; }
    .full-width h3 {
      font-size: 20px; }

  .full-width-white #content ul {
    display: inherit !important; }
  .full-width-white #content ul.square li {
    font-size: 15px !important; }
  .full-width-white #content ol {
    padding-left: 19px; }
  .full-width-white #content .split {
    margin-bottom: 20px !important; }
    .full-width-white #content .split li {
      display: inherit !important;
      float: inherit !important; }
  .full-width-white h3 strong {
    font-size: 1.4em !important;
    line-height: 1.1em !important; }
  .full-width-white h2 {
    text-align: left !important; }
  .full-width-white #upper-pattern-repeat {
    margin-bottom: 0 !important; }
  .full-width-white .split li {
    width: inherit !important;
    line-height: 18px !important;
    font-size: 14px !important; }
  .full-width-white .split li:first-child {
    text-align: inherit !important;
    padding-right: 0 !important; }
  .full-width-white .split li:nth-child(2n + 3) {
    text-align: inherit !important; }
  .full-width-white .split li:nth-child(2n) {
    padding-left: inherit !important; } }
/* Hero */
#hero {
  padding-left: 0 !important;
  padding-right: 0 !important;
  background-position: left center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  width: 100%; }

#hero.blue {
  background-color: #00607f; }

#hero.blue #text {
  background-color: #00607f; }
#hero.blue #text .btn-brand,
#hero.blue #text .btn-brand:active,
#hero.blue #text .btn-brand:visited,
#hero.blue #text .btn-brand:focus {
  border-color: #7fbd42;
  color: #00607f;
  background-color: #7fbd42; }
#hero.blue #text .btn-brand:hover {
  background-color: transparent;
  color: #7fbd42; }
#hero.blue #text h2 {
  color: #7fbd42; }
#hero.blue #text h2 span {
  color: #fff; }

#hero.green {
  background-color: #7fbd42; }

#hero.green #text {
  background-color: #7fbd42; }
#hero.green #text .btn-brand {
  color: #7fbd42; }
#hero.green #text h2 {
  color: #00607f; }
#hero.green #text h2 span {
  color: #fff; }

#hero .row {
  margin-right: 0 !important; }
#hero #text {
  padding: 10% 0;
  float: right; }
#hero #text h2 {
  font-size: 2.25em;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center; }
#hero #text h2 span {
  font-weight: 800;
  font-size: 2em; }

/* Lower Photo */
#lower-photo {
  width: 100%; }

#lower-photo img {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  display: block; }

/* Layout */
#page {
  width: 100%;
  clear: both; }

section {
  width: 100%; }

#lg {
  font-size: 20px;
  line-height: 30px; }

#page.green .full-width {
  background-color: #00607f; }

#page.blue .full-width {
  background: #7fbd42 url("../images/green-pattern.jpg") center center; }

.full-width {
  color: #fff;
  padding: 80px 0; }

.modal-content {
  color: #232323;
}

.full-width h1,
.full-width h2,
.full-width h3,
.full-width h4,
.full-width h5,
.full-width h6 {
  text-align: center;
  padding: 0;
  margin: 0;
  font-weight: bold; }
.full-width p {
  margin-top: 10px;
  font-size: 16px;
  text-align: justify; }
.full-width p:last-child {
  margin-bottom: 0;
  padding-bottom: 0; }
.full-width ul,
.full-width ol {
  margin: 0;
  padding: 0; }
.full-width .split {
  margin: 15px 0 0;
  clear: both; }
.full-width .split li {
  width: 50%;
  display: inline-block;
  float: left;
  line-height: 30px;
  font-size: 16px; }
.full-width .split li:first-child,
.full-width .split li:nth-child(2n + 3) {
  text-align: right;
  padding-right: 20px; }
.full-width .split li:nth-child(2n) {
  border-left: 1px solid #7fbd42;
  padding-left: 20px; }

.full-width-white #content {
  padding-top: 40px;
  padding-bottom: 40px; }
.full-width-white #content .headline {
  margin: 0 0 15px;
  padding: 0;
  text-align: center; }
.full-width-white #content .apart-right,
.full-width-white #content .apart-left,
.full-width-white #content .apart-center {
  max-width: 300px;
  text-align: center; }
.full-width-white #content .apart-right p,
.full-width-white #content .apart-left p,
.full-width-white #content .apart-center p {
  padding: 0;
  margin: 0; }
.full-width-white #content .apart-right .btn-block,
.full-width-white #content .apart-left .btn-block,
.full-width-white #content .apart-center .btn-block {
  margin-top: 10px; }
.full-width-white #content .apart-right:after,
.full-width-white #content .apart-left:after,
.full-width-white #content .apart-center:after {
  content: " ";
  clear: both; }
.full-width-white #content .apart-center {
  margin: 25px auto;
  padding: 25px;
  border: 1px solid #ccc; }
.full-width-white #content hr.space {
  margin: 10px 0 35px; }
.full-width-white #content h1,
.full-width-white #content h2,
.full-width-white #content h3,
.full-width-white #content h4,
.full-width-white #content h5,
.full-width-white #content h6 {
  text-align: center; }
.full-width-white #content h2 {
  color: #7fbd42; }
.full-width-white #content h3 {
  color: #00607f; }
.full-width-white #content h2,
.full-width-white #content h3 {
  text-align: center;
  padding: 25px 0;
  margin: 0;
  text-shadow: 1px 1px 1px #aaa; }
.full-width-white #content h2 strong,
.full-width-white #content h3 strong {
  font-size: 1.75em;
  font-weight: 700;
  line-height: 1.5em; }
.full-width-white #content h2 strong {
  color: #00607f; }
.full-width-white #content h2 strong {
  color: #00607f; }
.full-width-white #content ul,
.full-width-white #content ol {
  font-size: 16px; }
.full-width-white #content ul li,
.full-width-white #content ol li {
  padding: 3px 0; }
.full-width-white #content ul.line li {
  padding-bottom: 2px; }
.full-width-white #content ul.line li:first-child {
  padding-bottom: 5px; }
.full-width-white #content ul.square {
  margin: 0 0 0 20px;
  padding: 0; }
.full-width-white #content ul.square li {
  list-style-type: square;
  padding-left: 5px !important;
  font-size: 18px;
  padding: 3px 0; }
.full-width-white #content p {
  text-align: justify;
  font-size: 16px;
  line-height: 22px; }
.full-width-white #content .is-about {
  max-width: 100%;
  max-height: 250px;
  float: right; }
.full-width-white #content .split {
  margin: 30px 0;
  padding: 0 15px;
  clear: both; }
.full-width-white #content .split:after {
  content: " ";
  display: block;
  clear: both; }
.full-width-white #content .split li {
  /*width: 50%;*/
  /*display: inline-block;*/
  /*float: left;*/
  line-height: 30px;
  font-size: 16px; }
.full-width-white #content .split li:first-child,
.full-width-white #content .split li:nth-child(2n + 3) {
  /*text-align: right;*/
  padding-right: 20px; }
.full-width-white #content .split li:nth-child(2n) {
  /*padding-left: 20px;*/ }
.full-width-white #upper-pattern-repeat,
.full-width-white #lower-pattern-repeat {
  width: 100%;
  height: 148px;
  background-repeat: repeat-x;
  background-position: center center; }
.full-width-white #upper-pattern-repeat {
  background-image: url("../images/upper-pattern.jpg");
  margin-bottom: 40px; }
.full-width-white #lower-pattern-repeat {
  background-image: url("../images/lower-pattern.jpg");
  margin-top: 40px;
  text-align: center; }
.full-width-white #lower-pattern-repeat .btn {
  margin: 57px 0 37px; }

#has-lower-pattern.full-width-white #lower-pattern-repeat {
  margin-top: 0 !important; }

@media (min-width: 768px) {
  .full-width-white #content .brand {
    display: none; } }
@media (max-width: 767px) {
  .full-width-white #content {
    text-align: center; }
  .full-width-white #content ul {
    text-align: left;
    margin: 0 auto !important;
    padding: 0;
    display: inline-block;
    border: 1px solid #eee; }
  .full-width-white #content ul li {
    list-style-type: none;
    padding: 20px !important;
    border-bottom: 1px solid #eee; }
  .full-width-white #content ul li:last-child {
    border-bottom: none; }
  .full-width-white #content .is-about {
    display: none; }
  .full-width-white #content .brand {
    font-size: 3em;
    margin-bottom: 30px; } }
/* Homepage Testimonials */
.home-testimonial {
  padding: 3rem 6rem !important;
}
.home-testimonial .quote {
  font-size: 16px;
}
.flex-direction-nav a {
  height: 50px !important;
}
  }
}
/* Testiminials */
.testimonial {
  width: 100%;
  padding: 25px;
  margin-bottom: 25px; }

.testimonial:first-child,
.testimonial:nth-child(2n + 3) {
  background-color: #e8f1d1; }

.testimonial:nth-child(2n) {
  background-color: #e6edef; }

.testimonial .quote {
  display: block;
  text-align: center;
  margin-bottom: 15px; }
.testimonial .quote p {
  color: #00607f !important;
  font-family: "Arimo", Verdana, sans-serif !important;
  font-size: 1.35em !important;
  line-height: 1.5em !important;
  text-align: center !important; }
.testimonial .source {
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: #444;
  text-transform: uppercase;
  letter-spacing: 0.05em; }
.testimonial .extra {
  display: block;
  clear: both;
  font-weight: normal;
  font-style: italic;
  color: #666;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 5px; }

.video-header {
  margin-bottom: 30px !important; }

.video-container {
  margin-top: 50px; }

.video-container h4 {
  margin-bottom: 15px; }

/* Suggested Reading */
.book-row div {
  position: relative; }
  .book-row div br,
  .book-row div p {
    display: none; }
  .book-row div img {
    max-width: 100%;
    box-shadow: 1px 1px 6px #aaa; }
  .book-row div h5 {
    padding: 25px 0 15px;
    margin: 0;
    font-weight: bold; }
  .book-row div .description {
    color: #999;
    margin-bottom: 30px;
    border-top: 2px dotted;
    margin-top: -5px;
    font-size: 0.9em; }

/*Upcoming Events */
.acclaimed-speakers {
  background-color: rgba(127, 188, 66, 0.24);
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
  padding: 30px; }
  .acclaimed-speakers h2 {
    padding-top: 0 !important;
    margin-bottom: 30px; }
  .acclaimed-speakers .speaker {
    margin-bottom: 30px;
    max-width: 585px;
    margin: 0 auto; }
    .acclaimed-speakers .speaker h3 {
      padding-bottom: 10px !important; }

@media (min-width: 1200px) {
  .upcoming-events #content .row .col-lg-8 {
    width: 55%; } }
@media (min-width: 1200px) {
  .upcoming-events #content .row .col-lg-offset-2 {
    margin-left: 23%; } }

.speaking-event {
  margin-bottom: 30px; }

.speaker-description {
  font-weight: normal;
  text-align: center !important;
  font-size: 20px !important;
  line-height: 29px !important;
  color: #01607f; }

.speaker-biline {
  color: #01607f; }

.speaking-event-dates {
  margin-bottom: 20px; }
  .speaking-event-dates p {
    padding: 0;
    text-align: center !important; }

.purchase-tickets {
  text-align: center !important;
  font-size: 18px !important;
  margin-bottom: 30px; }

.event-parking-map {
  margin-bottom: 20px; }

/* Footer */
footer {
  width: 100%;
  padding: 30px 0;
  background-color: #00607f;
  border-bottom: 10px solid #7fbd42; }

footer a,
footer a:visited,
footer a:active {
  color: #7fbd42; }
footer a:hover {
  color: #fff; }
footer .footer-nav {
  margin: 4px 0 0;
  padding: 0; }
footer .footer-nav li {
  list-style-type: none;
  padding: 0;
  margin: 0; }
footer .footer-nav li a,
footer .footer-nav li a:active,
footer .footer-nav li a:visited,
footer .footer-nav li a:focus {
  display: inline-block;
  float: left;
  color: #7fbd42;
  font-size: 14px;
  margin-right: 7px;
  padding-right: 9px; }
footer .footer-nav li a:hover {
  color: #fff; }
footer #footer-social {
  text-align: right; }
footer .footer-social {
  margin: 0;
  padding: 0; }
  footer .footer-social li {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  footer .footer-social li a,
  footer .footer-social li a:active,
  footer .footer-social li a:visited,
  footer .footer-social li a:focus {
    display: inline-block;
    float: right;
    background-repeat: no-repeat;
    background-position: center center;
    height: 28px;
    width: 28px;
    margin-right: 5px;
    background-color: #7fbd42; }
  footer .footer-social li a:hover {
    background-color: #fff; }
  footer .footer-social li.fb > a {
    background-image: url("../images/icons/facebook.png"); }
  footer .footer-social li.li > a {
    background-image: url("../images/icons/linkedin.png"); }
  footer .footer-social li.tw > a {
    background-image: url("../images/icons/twitter.png"); }
  footer .footer-social li.in > a {
    background-image: url("../images/icons/instagram.png"); }
footer .copyright {
  color: #999;
  padding: 3px 0 0;
  clear: both; }

.footer-container {
  /*	margin: 0 50%;*/
  /*background-color: grey;
	text-align: center;*/ }

.wp-image-562 {
  float: left; }

.page-id-417 .full-width h1 {
  text-align: initial; }

#hero .hero-text-secondary {
  color: #fff;
  text-transform: initial; }

/*.page-id-417 .row .col-md-offset-1{
	margin-left: initial;
}
*/
/* Drawer */
body.has-drawer,
html {
  min-height: 100%;
  height: 100%; }

@media all and (min-width: 768px) {
  .drawer-body,
  .drawer-controls,
  .drawer-footer,
  .drawer-heading {
    display: none; } }
@media all and (max-width: 767px) {
  .btn-green,
  .btn-green:active,
  .btn-green:focus,
  .btn-green:visited {
    border-color: #7fbd42;
    background-color: #7fbd42;
    color: #fff;
    font-family: Arimo, sans-serif;
    border-width: 2px;
    font-size: 1em;
    font-weight: 700;
    border-radius: 0; }

  .drawer,
  .drawer-contents {
    background-color: #00607f;
    height: 100%; }

  .has-inner-drawer {
    position: relative;
    overflow: hidden; }

  .drawer {
    display: block;
    color: #fff;
    border-right: 1px solid #dfdfdf;
    min-height: 1px;
    top: 0;
    right: 0;
    position: fixed;
    z-index: 1035;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

  .drawer li,
  .drawer ul,
  .drawer-body,
  .drawer-contents,
  .drawer-footer,
  .drawer-heading,
  .drawer-nav {
    display: inherit;
    margin: 0;
    width: 100%;
    position: relative; }

  .drawer-inside {
    position: absolute; }

  .drawer-controls {
    float: left;
    margin-left: -95px;
    padding: 48px 10px 10px;
    height: 100%;
    position: relative;
    width: 16.66666667%;
    z-index: 500; }

  .drawer-body,
  .drawer-heading,
  .drawer-nav {
    padding: 10px 15px; }

  .drawer-contents {
    width: 100%;
    overflow: auto; }

  .drawer-heading {
    border-bottom: 2px groove #aaa;
    color: #fff; }

  .drawer-heading span {
    font-size: 0.8em; }

  .drawer-heading a,
  .drawer-heading a:active,
  .drawer-heading a:hover,
  .drawer-heading a:visited {
    color: #fff; }

  .drawer-title {
    margin-top: 0;
    margin-bottom: 0; }

  .drawer-inner-toggle {
    position: absolute;
    top: 10px;
    left: 10px; }

  .drawer-fullnav,
  .drawer-nav {
    padding: 10px 15px;
    margin-bottom: 0;
    list-style: none; }

  .drawer-fullnav li,
  .drawer-nav li {
    position: relative;
    margin-bottom: 5px; }

  .drawer-fullnav li a,
  .drawer-nav li a {
    color: #fff;
    position: relative;
    display: block;
    padding: 10px 0;
    font-family: Arimo, sans-serif;
    border-bottom: 1px solid #dfdfdf; }

  .drawer-fullnav li a:focus,
  .drawer-fullnav li a:hover,
  .drawer-fullnav li.active a,
  .drawer-nav li a:focus,
  .drawer-nav li a:hover,
  .drawer-nav li.active a {
    color: #7fbd42;
    text-decoration: none; }

  .drawer-fullnav {
    color: #fff;
    padding: 0; }

  .drawer-fullnav li {
    margin-bottom: 0; }

  .drawer-fullnav li a {
    border-radius: 0; }

  .drawer-footer {
    padding: 10px 15px; }

  .drawer-footer.locked {
    position: absolute;
    bottom: 0;
    right: 0; }

  .dw-xs-12 {
    width: 100%; }

  .fold.dw-xs-12 {
    margin-right: -100%; }

  .drawer-right.fold.dw-xs-12 {
    margin-left: -100%; }

  .dw-xs-11 {
    width: 91.66666667%; }

  .fold.dw-xs-11 {
    margin-right: -91.66666667%; }

  .drawer-right.fold.dw-xs-11 {
    margin-left: -91.66666667%; }

  .dw-xs-10 {
    width: 83.33333333%; }

  .fold.dw-xs-10 {
    margin-right: -83.33333333%; }

  .drawer-right.fold.dw-xs-10 {
    margin-left: -83.33333333%; }

  .dw-xs-9 {
    width: 75%; }

  .fold.dw-xs-9 {
    margin-right: -75%; }

  .drawer-right.fold.dw-xs-9 {
    margin-left: -75%; }

  .dw-xs-8 {
    width: 66.66666667%; }

  .fold.dw-xs-8 {
    margin-right: -66.66666667%; }

  .drawer-right.fold.dw-xs-8 {
    margin-left: -66.66666667%; }

  .dw-xs-7 {
    width: 58.33333333%; }

  .fold.dw-xs-7 {
    margin-right: -58.33333333%; }

  .drawer-right.fold.dw-xs-7 {
    margin-left: -58.33333333%; }

  .dw-xs-6 {
    width: 50%; }

  .fold.dw-xs-6 {
    margin-right: -50%; }

  .drawer-right.fold.dw-xs-6 {
    margin-left: -50%; }

  .dw-xs-5 {
    width: 41.66666667%; }

  .fold.dw-xs-5 {
    margin-right: -41.66666667%; }

  .drawer-right.fold.dw-xs-5 {
    margin-left: -41.66666667%; }

  .dw-xs-4 {
    width: 33.33333333%; }

  .fold.dw-xs-4 {
    margin-right: -33.33333333%; }

  .drawer-right.fold.dw-xs-4 {
    margin-left: -33.33333333%; }

  .dw-xs-3 {
    width: 25%; }

  .fold.dw-xs-3 {
    margin-right: -25%; }

  .drawer-right.fold.dw-xs-3 {
    margin-left: -25%; }

  .dw-xs-2 {
    width: 16.66666667%; }

  .fold.dw-xs-2 {
    margin-right: -16.66666667%; }

  .drawer-right.fold.dw-xs-2 {
    margin-left: -16.66666667%; }

  .dw-xs-1 {
    width: 8.33333333%; }

  .fold.dw-xs-1 {
    margin-right: -8.33333333%; }

  .drawer-right.fold.dw-xs-1 {
    margin-left: -8.33333333%; } }
@media (min-width: 768px) {
  .dw-sm-12 {
    width: 100%; }

  .fold.dw-sm-12 {
    margin-right: -100%; }

  .drawer-right.fold.dw-sm-12 {
    margin-left: -100%; }

  .dw-sm-11 {
    width: 91.66666667%; }

  .fold.dw-sm-11 {
    margin-right: -91.66666667%; }

  .drawer-right.fold.dw-sm-11 {
    margin-left: -91.66666667%; }

  .dw-sm-10 {
    width: 83.33333333%; }

  .fold.dw-sm-10 {
    margin-right: -83.33333333%; }

  .drawer-right.fold.dw-sm-10 {
    margin-left: -83.33333333%; }

  .dw-sm-9 {
    width: 75%; }

  .fold.dw-sm-9 {
    margin-right: -75%; }

  .drawer-right.fold.dw-sm-9 {
    margin-left: -75%; }

  .dw-sm-8 {
    width: 66.66666667%; }

  .fold.dw-sm-8 {
    margin-right: -66.66666667%; }

  .drawer-right.fold.dw-sm-8 {
    margin-left: -66.66666667%; }

  .dw-sm-7 {
    width: 58.33333333%; }

  .fold.dw-sm-7 {
    margin-right: -58.33333333%; }

  .drawer-right.fold.dw-sm-7 {
    margin-left: -58.33333333%; }

  .dw-sm-6 {
    width: 50%; }

  .fold.dw-sm-6 {
    margin-right: -50%; }

  .drawer-right.fold.dw-sm-6 {
    margin-left: -50%; }

  .dw-sm-5 {
    width: 41.66666667%; }

  .fold.dw-sm-5 {
    margin-right: -41.66666667%; }

  .drawer-right.fold.dw-sm-5 {
    margin-left: -41.66666667%; }

  .dw-sm-4 {
    width: 33.33333333%; }

  .fold.dw-sm-4 {
    margin-right: -33.33333333%; }

  .drawer-right.fold.dw-sm-4 {
    margin-left: -33.33333333%; }

  .dw-sm-3 {
    width: 25%; }

  .fold.dw-sm-3 {
    margin-right: -25%; }

  .drawer-right.fold.dw-sm-3 {
    margin-left: -25%; }

  .dw-sm-2 {
    width: 16.66666667%; }

  .fold.dw-sm-2 {
    margin-right: -16.66666667%; }

  .drawer-right.fold.dw-sm-2 {
    margin-left: -16.66666667%; }

  .dw-sm-1 {
    width: 8.33333333%; }

  .fold.dw-sm-1 {
    margin-right: -8.33333333%; }

  .drawer-right.fold.dw-sm-1 {
    margin-left: -8.33333333%; } }
@media (min-width: 992px) {
  .dw-md-12 {
    width: 100%; }

  .fold.dw-md-12 {
    margin-right: -100%; }

  .drawer-right.fold.dw-md-12 {
    margin-left: -100%; }

  .dw-md-11 {
    width: 91.66666667%; }

  .fold.dw-md-11 {
    margin-right: -91.66666667%; }

  .drawer-right.fold.dw-md-11 {
    margin-left: -91.66666667%; }

  .dw-md-10 {
    width: 83.33333333%; }

  .fold.dw-md-10 {
    margin-right: -83.33333333%; }

  .drawer-right.fold.dw-md-10 {
    margin-left: -83.33333333%; }

  .dw-md-9 {
    width: 75%; }

  .fold.dw-md-9 {
    margin-right: -75%; }

  .drawer-right.fold.dw-md-9 {
    margin-left: -75%; }

  .dw-md-8 {
    width: 66.66666667%; }

  .fold.dw-md-8 {
    margin-right: -66.66666667%; }

  .drawer-right.fold.dw-md-8 {
    margin-left: -66.66666667%; }

  .dw-md-7 {
    width: 58.33333333%; }

  .fold.dw-md-7 {
    margin-right: -58.33333333%; }

  .drawer-right.fold.dw-md-7 {
    margin-left: -58.33333333%; }

  .dw-md-6 {
    width: 50%; }

  .fold.dw-md-6 {
    margin-right: -50%; }

  .drawer-right.fold.dw-md-6 {
    margin-left: -50%; }

  .dw-md-5 {
    width: 41.66666667%; }

  .fold.dw-md-5 {
    margin-right: -41.66666667%; }

  .drawer-right.fold.dw-md-5 {
    margin-left: -41.66666667%; }

  .dw-md-4 {
    width: 33.33333333%; }

  .fold.dw-md-4 {
    margin-right: -33.33333333%; }

  .drawer-right.fold.dw-md-4 {
    margin-left: -33.33333333%; }

  .dw-md-3 {
    width: 25%; }

  .fold.dw-md-3 {
    margin-right: -25%; }

  .drawer-right.fold.dw-md-3 {
    margin-left: -25%; }

  .dw-md-2 {
    width: 16.66666667%; }

  .fold.dw-md-2 {
    margin-right: -16.66666667%; }

  .drawer-right.fold.dw-md-2 {
    margin-left: -16.66666667%; }

  .dw-md-1 {
    width: 8.33333333%; }

  .fold.dw-md-1 {
    margin-right: -8.33333333%; }

  .drawer-right.fold.dw-md-1 {
    margin-left: -8.33333333%; } }
@media (min-width: 1200px) {
  .dw-lg-12 {
    width: 100%; }

  .fold.dw-lg-12 {
    margin-right: -100%; }

  .drawer-right.fold.dw-lg-12 {
    margin-left: -100%; }

  .dw-lg-11 {
    width: 91.66666667%; }

  .fold.dw-lg-11 {
    margin-right: -91.66666667%; }

  .drawer-right.fold.dw-lg-11 {
    margin-left: -91.66666667%; }

  .dw-lg-10 {
    width: 83.33333333%; }

  .fold.dw-lg-10 {
    margin-right: -83.33333333%; }

  .drawer-right.fold.dw-lg-10 {
    margin-left: -83.33333333%; }

  .dw-lg-9 {
    width: 75%; }

  .fold.dw-lg-9 {
    margin-right: -75%; }

  .drawer-right.fold.dw-lg-9 {
    margin-left: -75%; }

  .dw-lg-8 {
    width: 66.66666667%; }

  .fold.dw-lg-8 {
    margin-right: -66.66666667%; }

  .drawer-right.fold.dw-lg-8 {
    margin-left: -66.66666667%; }

  .dw-lg-7 {
    width: 58.33333333%; }

  .fold.dw-lg-7 {
    margin-right: -58.33333333%; }

  .drawer-right.fold.dw-lg-7 {
    margin-left: -58.33333333%; }

  .dw-lg-6 {
    width: 50%; }

  .fold.dw-lg-6 {
    margin-right: -50%; }

  .drawer-right.fold.dw-lg-6 {
    margin-left: -50%; }

  .dw-lg-5 {
    width: 41.66666667%; }

  .fold.dw-lg-5 {
    margin-right: -41.66666667%; }

  .drawer-right.fold.dw-lg-5 {
    margin-left: -41.66666667%; }

  .dw-lg-4 {
    width: 33.33333333%; }

  .fold.dw-lg-4 {
    margin-right: -33.33333333%; }

  .drawer-right.fold.dw-lg-4 {
    margin-left: -33.33333333%; }

  .dw-lg-3 {
    width: 25%; }

  .fold.dw-lg-3 {
    margin-right: -25%; }

  .drawer-right.fold.dw-lg-3 {
    margin-left: -25%; }

  .dw-lg-2 {
    width: 16.66666667%; }

  .fold.dw-lg-2 {
    margin-right: -16.66666667%; }

  .drawer-right.fold.dw-lg-2 {
    margin-left: -16.66666667%; }

  .dw-lg-1 {
    width: 8.33333333%; }

  .fold.dw-lg-1 {
    margin-right: -8.33333333%; }

  .drawer-right.fold.dw-lg-1 {
    margin-left: -8.33333333%; } }
.fold {
  margin-left: 0; }

.folding {
  height: 100%;
  -webkit-transition-property: margin-right;
  transition-property: margin-right;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.drawer-right.fold {
  margin-right: 0; }

.drawer-right.folding {
  -webkit-transition-property: margin-left;
  transition-property: margin-left; }

.drawer-right.fold.open,
.fold.open {
  margin-right: 0;
  margin-left: 0; }

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