<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Lato:400,700|Poppins:400,700');
* { box-sizing: border-box; }
body {
  margin: 0;
  padding: 0;
  color: #5e5e5e;
  font-size: 16px;
  line-height: 24px;
  overflow-x: hidden;
  background-color: #f1f1f1;
  font-family: 'Lato', sans-serif;
}
a {
 text-decoration: none;
 display: inline-block;
}
.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
input.active,
input:hover,
input:focus,
a:hover,
a:focus,
a:visited,
a.active{
  outline: none;
  box-shadow: none;
  text-decoration: none;
}
.form-control {box-shadow: none;}
ul {
 margin: 0;
 padding: 0;
 list-style: none;
}
li {
  margin: 0;
  padding: 0;
  /*float: left;*/
}
i {
  display: inline-block !important;
  line-height: unset !important;
  height: unset !important;
  width: unset !important;
}

h1,h2,h3,h4,h5,h6 {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  color: #000;
}
p {
  margin: 0;
  padding: 0;
}
img {
  width: 100%;
  height: auto;
}


/* - Padding Margin Setting - Start 
================================================== */
.p-0 { padding: 0px !important; }
.p-15 { padding: 15px; }
.pt-0 { padding-top: 0px; }
.pb-0 { padding-bottom: 0px; }
.pr-0 { padding-right: 0px; }
.pl-0 { padding-left: 0px; }

.m-0 { margin: 0px !important; }

.mb-50 { margin-bottom: 50px; }
.mb-30 { margin-bottom: 30px; }
.mb-10 { margin-bottom: 10px; }

.mr-0 { margin-right: 0px; }
.ml-0 { margin-left: 0px; }
/* - Padding Margin Setting - End
================================================== */

/*  - Link Button start
================================================== */
button.custom-btn,
a.custom-btn {
 color: #fff;
 border: none;
 font-weight: 700;
 border-radius: 3px;
 padding: 10px 15px;
 background-color: #006699;
}
.dugme {
 color: #fff;
 border: none;
 font-weight: 700;
 border-radius: 3px;
 padding: 10px 15px;
 background-color: #006699;
 transition: all .4s ease-in-out;
}
.dugme:hover {
	color: #069;
	border: none;
	font-weight: 700;
	border-radius: 3px;
	padding: 10px 15px;
	background-color: #FFFFFF;
}
.tag,
p.hero {
  text-align: left;
  font-weight: 700;
}
.l-blue {
  color: #006699 !important;
}
.body-color {
  color: #5e5e5e !important;
}
.cmn-bgcolor {
	background-color: #006699 !important;
}
/* ---------- poat-title ---------- */
a.sm-name {
  width: 100%;
  color: #000;
  display: table;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}
/*  - Link Button End
================================================== */

/* post-mate Start
================================================== */
ul.post-mate {}
ul.post-mate li {
  margin-left: 10px;
}
ul.post-mate li a {
  color: #5e5e5e !important;
}
ul.post-mate li a:hover {
  color: #006699 !important;
}



ul.post-mate-time {}
ul.post-mate-time li {
  margin-right: 15px;
}
/* post-mate End
================================================== */


/*  - Section-title Start
================================================== */
/* right sidebar title
.................................................. */
.sidebar-title {
  width: 100%;
  padding: 15px;
  display: table;
  border-bottom: 1px solid #e5e5e5;
}
.sidebar-title h2 {
  font-size: 18px;
  font-weight: 700;
}
/*  - Section-title End
================================================== */


/*  - all-Transition 
================================================== */
button,
a {
 -webkit-transition: all .4s ease-in-out;
 -moz-transition: all .4s ease-in-out;
 -ms-transition: all .4s ease-in-out;
 -o-transition: all .4s ease-in-out;
 transition: all .4s ease-in-out;
}



.effect {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  background-color: #fff;
  -webkit-transform: skew(-45deg) scaleX(0);
  transform: skew(-45deg) scaleX(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}



.w100dt {
  width: 100%;
  display: table;
}

/* - 2. Global Area End
==================================================================================================== */




/* back to top - Start
==================================================================================================== */
.backToTop {
  width: 35px;
  right: 60px;
  bottom: 60px;
  height: auto;
  display: none;
  z-index: 999;
  position: fixed;
  padding-top: 5px;
  overflow: hidden;
  text-align: center;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #006699;
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.14);
}

.backToTop a.scroll {
  color: #006699;
  font-size: 18px;
}
.backToTop a.scroll &gt; span {
  width: 100%;
  display: block;
  padding: 5px 8px;
}
.backToTop a.scroll &gt; span.go-up {
  color: #fff;
  font-size: 24px;
  padding: 13px 5px;
  background-color: #006699;
}
/* - back to top - End
==================================================================================================== */









/*  - 3 - Index (Home page) - Start
==================================================================================================== */


/* - 3.1 - blog-slider-section - Start
================================================== */
.blog-slider-section {
  margin-top: 30px;
}

.blog-slider-section .slider,
.cateogry-section .slider {
  overflow: hidden;
  border-radius: 3px;
  background-color: #fff;
  height: 400px !important;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.14);
}

/* caption
.................................................. */
.blog-slider-section .slider .caption,
.cateogry-section .slider .caption {
  padding: 30px;
  background-color: rgba(255,255,255,0.8);
}
.slider .slides li .caption {
  top: 15%;
  left: 20%;
  width: 60%;
  opacity: 0;
  color: #fff;
  position: absolute;
}
.blog-slider-section .slider .caption h1.card-title,
.cateogry-section .slider .caption h1.card-title {
  font-size: 18px;
  font-weight: 700;
}
.blog-slider-section .slider .slides li .caption p,
.cateogry-section .slider .slides li .caption p {
  color: #5e5e5e;
  margin: 0 auto;
  max-width: 450px;
  margin-bottom: 60px;
}
.blog-slider-section .slider .slides li .caption .custom-btn,
.cateogry-section .slider .slides li .caption .custom-btn {
  left: 50%;
  bottom: 30px;
  position: absolute;
  transform: translateX(-50%);
}
.blog-slider-section .slider .caption p,
.blog-slider-section .slider .caption a.tag,
.blog-slider-section .slider .caption h1.card-title,
.cateogry-section .slider .caption p,
.cateogry-section .slider .caption a.tag,
.cateogry-section .slider .caption h1.card-title {
  text-align: center;
}

.slider .caption a.tag {
  font-size: 18px;
}

/* indicators
.................................................. */
.blog-slider-section .slider .indicators,
.cateogry-section .slider .indicators {
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  z-index: 2;
  position: absolute;
  text-align: center;
}
.blog-slider-section .slider .indicators .indicator-item.active,
.cateogry-section .slider .indicators .indicator-item.active {
  background-color: #006699;
}
.blog-slider-section .slider .indicators .indicator-item,
.cateogry-section .slider .indicators .indicator-item {
  float: none;
  width: 10px;
  margin: 3px;
  height: 10px;
  cursor: pointer;
  position: relative;
  background-color: #f1f1f1;
  transition: all .3s ease-in-out;
}
/* - 3.1 - blog-slider-section - End
================================================== */


/* - 3.2 - daily-lifestyle-section - Start
================================================== */
.daily-lifestyle-section .card {
  margin: 5px;
  overflow: hidden;
  border-radius: 3px;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.14);
}
.card-stacked {
  padding: 10px 15px;
}
.daily-lifestyle-section .card .card-image {
  width: 40%;
  float: left;
  overflow: hidden;
  position: relative;
}
.effect {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  background-color: #fff;
  -webkit-transform: skew(-45deg) scaleX(0);
  transform: skew(-45deg) scaleX(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.daily-lifestyle-section .card:hover .card-image &gt; .effect {
  -webkit-transform: skew(-45deg) scaleX(1.3);
  transform: skew(-45deg) scaleX(1.3);
  transition: all 400ms cubic-bezier(0.175,0.885,0.32,1.275);
}

.daily-lifestyle-section .card:hover .card-content a.sm-name {
  text-decoration: underline;
}
.daily-lifestyle-section .card-stacked .card-content,
.daily-lifestyle-section .card-stacked .card-action {
  padding: 0;
}
.daily-lifestyle-section .card-stacked .card-action {
  border: none;
  padding-top: 10px;
}


/* commentm model
.................................................. */
.daily-lifestyle-section .modal-content .cmnt-img {
  width: 87px;
  height: 87px;
  overflow: hidden;
  text-align: center;
  border-radius: 100%;
}
.daily-lifestyle-section .modal-content .sm-name {
  margin-bottom: 5px;
}

/* ---------- owl-dots ---------- */
.daily-lifestyle-section .owl-dots {
  display: none;
}
.daily-lifestyle-section .owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.daily-lifestyle-section .owl-theme .owl-nav [class*=owl-] {
  margin: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.14);
}
.daily-lifestyle-section .owl-theme .owl-nav [class*=owl-]:hover:before {
  color: #fff;
  background: #006699;
}
.daily-lifestyle-section .owl-prev {
  left: -4%;
}
.daily-lifestyle-section .owl-next {
  right: -4%;
}
.daily-lifestyle-section .owl-prev:before,
.daily-lifestyle-section .owl-next:before {
  font-family: 'IcoFont';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #000;
  background-color: #fff;
  border-radius: 100%;
  line-height: 32px;
}
.daily-lifestyle-section .owl-prev:before {
  content: "\eb76";
}
.daily-lifestyle-section .owl-next:before {
  content: "\eb79";
}
/* - 3.2 - daily-lifestyle-section - End
================================================== */



/* - 3.3 - blog-section - Start
================================================== */
.blogs {
  overflow: hidden;
  border-radius: 3px;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.14);
}
.card .card-title {
  font-weight: 700;
  color: #000;
}
.blogs:hover a.card-title {
  color: #006699 !important;
}
/* - 3.3 - blog-section - End
================================================== */


/* pagination - Start
.................................................. */
ul.pagination,
ul.pagination li {
  float: none;
  text-align: center;
}
ul.pagination li {
  width: 35px;
  margin: 5px;
  height: 35px;
  overflow: hidden;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.14);
}
ul.pagination li a {
  padding: 0;
  color: #000;
  width: 100%;
  height: 100%;
  display: block;
  line-height: 35px;
}
ul.pagination li a &gt; i {
  font-size: 16px;
}
ul.pagination li.active a,
ul.pagination li:hover a {
  color: #fff;
  background-color: #006699;
}

/* pagination - End
.................................................. */


/* - 3.4 - instagram-section - Start
================================================== */
.instagram-section {
  height: 225px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/paralax.jpg);
}
.instagram-section .instagram-link {
  top: 50%;
  left: 50%;
  width: 258px;
  height: 115px;
  padding: 10px;
  position: absolute;
  text-align: center;
  transform: translate(-50%,-50%);
  background-color: rgba(255,255,255,0.7);
  z-index: 1;
}
.instagram-section .instagram-link a {
  width: 100%;
  height: 100%;
  color: #006699;
  font-weight: 700;
  padding: 25px 0px;
  background-color: #fff;
}
.instagram-section .instagram-link a&gt;span {
  color: #525252;
}
/* - 3.4 - instagram-section - End
================================================== */

/*  - 3 - Index (Home page) - End
==================================================================================================== */





/*  - 4 - single-blog-section - Start
==================================================================================================== */
/* ag-list
.................................................. */
.single-blog-section ul.tag-list li {
  margin-right: 8px;
}
.single-blog-section ul.tag-list li a {
  color: #000;
  padding: 5px 10px;
}

.single-blog-section ul.tag-list li a,
.single-blog-section ul.share-links li a {
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.14);
}
.single-blog-section ul.tag-list li a:hover,
.single-blog-section ul.share-links li a:hover {
  color: #fff;
  background-color: #006699;
}

/* share-links
.................................................. */
.single-blog-section ul.share-links li {
  width: 30px;
  height: 30px;
  margin-left: 8px;
  text-align: center;
}
.single-blog-section ul.share-links li a {
  color: #000;
  width: 100%;
  height: 100%;
  display: block;
  line-height: 30px;
}

/* sb-prv-post sb-nxt-post
.................................................. */
.sb-prv-post,
.sb-nxt-post {
  width: 100%;
  padding: 5px;
  height: 96px;
  display: table;
  overflow: hidden;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.14);
}
.sb-prv-post:hover .pn-text a.title-name,
.sb-nxt-post:hover .pn-text a.title-name {
  color: #006699;
}
.pn-img {
  width: 30%;
  overflow: hidden;
  border-radius: 3px;
}
.pn-img img {
  width: 100%;
  height: 100%;
  display: block;
}
.pn-text {
  height: 100%;
  padding: 5px 10px;
  display: table;
}
.prv-nxt-post .pn-text a.title-name {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}


/* peoples-comments
.................................................. */
.peoples-comments {
  overflow: hidden;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.14);
}
.peoples-comments .comment-area {
  padding: 25px;
}
.peoples-comments .comment .ppic {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 100%;
}
.peoples-comments .comment .pname {
  padding: 0px 15px;
  display: table;
}
.peoples-comments .comment ul.post-mate-time li a {
  color: #5e5e5e;
}
.peoples-comments .comment ul.post-mate-time li a:hover {
  color: #006699;
}

/* cmnt-reply
.................................................. */
.peoples-comments .cmnt-reply {
  padding: 20px 0px 20px 100px;
}
.peoples-comments .cmnt-reply .ppic {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 100%;
}
.peoples-comments .cmnt-reply .pname {
  padding: 0px 15px;
  display: table;
}


/* leave-comment
.................................................. */
.leave-comment {
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.14);
}
.comment-area {
  padding: 25px;
}

.leave-comment .validate,
.leave-comment .materialize-textarea {
  border: none;
  padding: 10px;
  box-shadow: none;
  border-radius: 3px;
  background-color: #e5e5e5;
}
.leave-comment .materialize-textarea {
  min-height: 150px;
}

.leave-comment .form-item {
  position: relative;
  margin-bottom: 25px;
}
.leave-comment .form-item label {
  top: 10px;
  left: 15px;
  position: absolute;
  transition: all 0.3s;
}

.leave-comment input[type=text]:focus:not([readonly]) + label,
.leave-comment input[type=email]:focus:not([readonly]) + label,
.leave-comment textarea.materialize-textarea:focus:not([readonly]) + label {
  left: 0px;
  top: -18px;
  color: #006699;
}

.leave-comment input[type=text]:focus:not([readonly]),
.leave-comment input[type=email]:focus:not([readonly]),
.leave-comment textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #006699;
  box-shadow: 0 1px 0 0 #006699;
}
/*  - 4 - single-blog-section - End
==================================================================================================== */





/*  - 5 - cateogry-section - Start
==================================================================================================== */
.cateogry-section {}

.cateogry-section .card-title {
  line-height: 30px;
}
/*  - 5 - cateogry-section - End
==================================================================================================== */





/*  - 6 - contact-section - Start
==================================================================================================== */
#google-map {
  height: 400px;
  position: relative;
  box-shadow: 0 0 2px 2px rgba(222, 222, 222, 0.5);
}


/* contact-section
.................................................. */
.contact-section {
  width: 100%;
  display: table;
}

/* contact-me
.............................. */
.contact-section .contact-me {
  padding: 30px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 2px 2px rgba(222, 222, 222, 0.5);
}

/* contact-things
.............................. */
.contact-section .contact-things {
  width: 240px;
  height: auto;
  display: table;
  margin-bottom: 20px;
}
.contact-section .contact-things:last-child {margin-bottom: 0px;}
.contact-section .contact-things .c-icon {
  width: 50px;
  height: 50px;
  float: left;
  text-align: center;
  margin-right: 15px;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 0 0 2px 2px rgba(222, 222, 222, 0.5);
}
.contact-section .contact-things .c-icon &gt; i {
  color: #006699;
  font-size: 24px;
  line-height: 50px !important;
}
.contact-section .contact-things .c-text {
  display: table;
  padding: 10px 0px;
}

/* contact-form
.................................................. */
.contact-section .contact-form {
  width: 100%;
  display: table;
}
.contact-form .contact-input {
  position: relative;
}
.contact-form .validate,
.contact-form .materialize-textarea {
  border: none;
  padding: 10px;
  box-shadow: none;
  border-radius: 3px;
  margin-bottom: 25px;
  background-color: #e5e5e5;
}

.contact-form .contact-input label {
  top: 10px;
  left: 15px;
  position: absolute;
  transition: all 0.3s;
}
.contact-form .materialize-textarea {
  min-height: 140px;
}

.contact-form input[type=text]:focus:not([readonly]),
.contact-form input[type=email]:focus:not([readonly]),
.contact-form textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #006699;
  box-shadow: 0 1px 0 0 #006699;
}
.contact-form input[type=text]:focus:not([readonly]) + label,
.contact-form input[type=email]:focus:not([readonly]) + label,
.contact-form textarea.materialize-textarea:focus:not([readonly]) + label {
  left: 0px;
  top: -18px;
  color: #006699;
}


/* .......... button .......... */
.contact-section .contact-form button {
  color: #fff;
  border: none;
  padding: 10px 15px;
  border-radius: 3px;
  background-color: #006699;
}


/* ul.social-link
.................................................. */
.contact-section ul.social-link {
  width: 100%;
  display: table;
}
.contact-section ul.social-link li {margin-bottom: 20px;}
.contact-section ul.social-link li:last-child {margin-bottom: 0px;}
.contact-section ul.social-link li,
.contact-section ul.social-link li a {
  width: 100%;
  display: table;
  border-radius: 3px;
}
.contact-section ul.social-link li a {
  padding: 28px;
  font-size: 18px;
  background-color: #fff;
  box-shadow: 0 0 2px 2px rgba(222, 222, 222, 0.5);
}
.contact-section ul.social-link li a span {display: inline-block;}
.contact-section ul.social-link li a&gt;.s-icon {margin-right: 40px;}
.contact-section ul.social-link li a&gt;.s-name {color: #5e5e5e;}
.contact-section ul.social-link li a&gt;.s-likes {color: #d5d5d5;}
/* .......... social icon colors .......... */
.contact-section ul.social-link li a .icofont-social-facebook { color: #3b5998; }
.contact-section ul.social-link li a .icofont-social-twitter { color: #55acee; }
.contact-section ul.social-link li a .icofont-social-google-plus { color: #dd4b39; }
.contact-section ul.social-link li a .icofont-social-instagram { color: #363b5b; }
.contact-section ul.social-link li a .icofont-social-dribbble { color: #ff0084; }

.contact-section ul.social-link li a.facebook:hover {background-color: #3b5998;}
.contact-section ul.social-link li a.twitter:hover {background-color: #55acee;}
.contact-section ul.social-link li a.google-plus:hover {background-color: #dd4b39;}
.contact-section ul.social-link li a.instagram:hover {background-color: #363b5b;}
.contact-section ul.social-link li a.dribbble:hover {background-color: #ff0084;}
.contact-section ul.social-link li a:hover i { color: #fff; }
.contact-section ul.social-link li a:hover .s-name { color: #fff; }
/*  - 6 - contact-section - End
==================================================================================================== */





/*  - 7 - right Sidebar - Start
==================================================================================================== */
/* - 7.1 - sidebar-testimonial - Start
================================================== */
.top-post,
.featured-posts,
.sidebar-followme,
.sidebar-subscribe,
.sidebar-testimonial {
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.14);
}
.sidebar-testimonial .carousel .indicators .indicator-item {
  float: none;
  width: 8px;
  height: 8px;
  margin: 10px 5px;
  background-color: #e5e5e5;
}
.sidebar-testimonial .carousel .indicators .indicator-item.active {
  background-color: #006699;
}
.sidebar-testimonial .carousel-item {
  width: 100%;
  height: 100%;
  min-height: 400px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px;
}
.sidebar-testimonial .carousel-item .item-img {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  margin-bottom: 20px;
  border-radius: 100%;
  background-color: #e5e5e5;
}
.sidebar-testimonial .carousel-item .item-img &gt; span {
  font-size: 42px;
  font-weight: 700;
  line-height: 120px;
}
.sidebar-testimonial .carousel-item &gt; h2 {
  font-size: 24px;
  font-weight: 700;
}
.sidebar-testimonial .carousel-item &gt; small {
  font-size: 18px;
}
.sidebar-testimonial .carousel-item p {
  margin-top: 10px;
}
/* - 7.1 - sidebar-testimonial - End
================================================== */


/* - 7.2 - ul.followme-links - Start
================================================== */
.sidebar-followme ul.followme-links,
.sidebar-posts,
.sidebar-subscribe .subscribe {
  /*padding: 25px;*/
}
.sidebar-followme ul.followme-links li {
  height: 105px;
  width: 33.333%;
  overflow: hidden;
  text-align: center;
  position: relative;
  background-color: #fff;
}
.sidebar-followme ul.followme-links li a {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  transition: .4s all ease-in-out;
}
.sidebar-followme ul.followme-links li a i {
  font-size: 30px;
  margin-top: 25px;
}
.sidebar-followme ul.followme-links li a small.Followers {
  left: 0;
  right: 0;
  bottom: 0;
  padding: 5px 0px;
  position: absolute;
  background-color: rgba(0,0,0,0.3);
}
.sidebar-followme ul.followme-links li a.facebook {
  color: #fff;
  background-color: #3668b1;
}
.sidebar-followme ul.followme-links li a.twitter {
  color: #fff;
  background-color: #2196f3;
}
.sidebar-followme ul.followme-links li a.google-plus {
  color: #fff;
  background-color: #f44336;
}
.sidebar-followme ul.followme-links li a.linkedin {
  color: #fff;
  background-color: #0288d1;
}
.sidebar-followme ul.followme-links li a.pinterest {
  color: #fff;
  background-color: #cd1d1f;
}
.sidebar-followme ul.followme-links li a.instagram {
  color: #fff;
  background-color: #607d8b;
}
/* - 7.2 - ul.followme-links - End
================================================== */


/* - 7.3 - featured-posts - Start
================================================== */
.sidebar-posts .card {
  /*margin-bottom: 10px;*/
}
.sidebar-posts .card:last-child {
  margin-bottom: 0px;
}
.sidebar-posts .card:hover a.card-title {
  text-decoration: underline;
}
.sidebar-posts .card-image {
  border-radius: 5px;
  overflow: hidden;
}
.sidebar-posts .card:hover .card-image &gt; .effect {
  -webkit-transform: skew(-45deg) scaleX(1.2);
  transform: skew(-45deg) scaleX(1.2);
  transition: all 400ms cubic-bezier(0.175,0.885,0.32,1.275);
}
.sidebar-posts .card-content {
  padding: 0px;
}
.sidebar-posts .card .card-title {
  font-size: 16px;
  font-weight: 700;
}
/* - 7.3 - featured-posts - End
================================================== */


/* - 7.3 - top-post - Start
================================================== */
.top-post ul.top-post-tab {
  border-bottom: 1px solid #e5e5e5;
}
.top-post ul.top-post-tab li {}
.top-post ul.top-post-tab li.tab a {
  color: #000;
  font-weight: 700;
}
.tabs .indicator {
  bottom: 0;
  height: 2px;
  position: absolute;
  background-color: #006699;
  will-change: left, right;
}
.top-post ul.top-post-tab li.tab a:hover {color: #006699;}
.top-post ul.top-post-tab li.tab a.active {
  color: #006699;
}


.top-post .most-view,
.top-post .recent-post,
.top-post .Comments-post {
  height: 510px;
  overflow-y: scroll;
}


/* card
.................................................. */
.top-post .hot-post {
  position: relative;
}
.top-post .hot-post .hot-post-image {
  width: 40%;
  float: left;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
}
.top-post .hot-post .hot-post-image img {
  width: 100%;
  height: 100%;
  display: block;
}

.top-post .hot-post .hot-post-stacked {
  display: table;
  padding: 9px;
}
.top-post .hot-post:hover a.sm-name {
  text-decoration: underline;
}
.top-post .hot-post:hover .hot-post-image &gt; .effect {
  transform: skew(-45deg) scaleX(1.2);
  -webkit-transform: skew(-45deg) scaleX(1.2);
  transition: all 400ms cubic-bezier(0.175,0.885,0.32,1.275);
}

/* Comments-post
.................................................. */
.top-post .Comments-post {
  padding: 25px;
}
.top-post .Comments-post .card-panel {
  padding: 15px;
  margin: 15px 0;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.14);
}
/* - 7.3 - top-post - End
================================================== */


/* - 7.4 - sidebar-subscribe - Start
================================================== */
.sidebar-subscribe {
  text-align: center;
}
.sidebar-subscribe .validate {
  padding: 5px 10px;
  background-color: #e5e5e5;
  border-radius: 3px;
}
.sidebar-subscribe .input-field label {
  left: 10px;
  top: 0.8rem;
  color: #9e9e9e;
  position: absolute;
}
.sidebar-subscribe input[type=email]:focus:not([readonly]) {
  box-shadow: 0 1px 0 0 #006699;
  border-bottom: 1px solid #006699;
}
.sidebar-subscribe input[type=email]:focus:not([readonly]) + label {
  color: #006699;
}

.sidebar-subscribe form&gt;a {
  color: #fff;
  padding: 10px 30px;
  border-radius: 3px;
  background-color: #006699;
}
/* - 7.4 - sidebar-subscribe - End
================================================== */
/*  - 7 - right Sidebar - End
==================================================================================================== */





/*  - 8 - error-section - Start
==================================================================================================== */
.error-contant {
  padding: 100px 200px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.14);
}
.error-contant h2.error-head-title {
  font-size: 200px;
  font-weight: 700;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  background-position: center center;
  -webkit-text-fill-color: transparent;
  background-image: url(../img/selfie.jpg);
}
.error-contant p {
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}
.error-contant p&gt;a {
  color: #006699;
}
/*  - 8 - error-section - End
==================================================================================================== */




/*  - 9 - breadcrumb-section - Start
==================================================================================================== */
.breadcrumb-section {
  margin-top: 30px;
}

.breadcrumb-nav {
  padding: 20px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.14);
}
.breadcrumb-nav a.breadcrumb {
  color: #5e5e5e;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
.breadcrumb-nav a.active {
  color: #000;
  font-weight: 700;
}
.breadcrumb:before {
  content: '/';
  color: #5e5e5e;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  vertical-align: top;
  display: inline-block;
  margin: 0 10px 0 10px;
  -webkit-font-smoothing: antialiased;
}
/*  - 9 - breadcrumb-section - End
==================================================================================================== */





/*  - 10 - footer-section - Start
==================================================================================================== */
.footer-section {
  padding: 50px 0px;
  background-color: #fff;
}
ul.footer-social-links li {
  float: none;
  margin: 5px;
  display: inline-block;
}
ul.footer-social-links li a {
  z-index: 1;
  font-weight: 700;
  padding: 5px 10px;
  position: relative;
}
ul.footer-social-links li a.facebook:before,
ul.footer-social-links li a.twitter:before,
ul.footer-social-links li a.google-plus:before,
ul.footer-social-links li a.linkedin:before,
ul.footer-social-links li a.pinterest:before,
ul.footer-social-links li a.instagram:before {
  z-index: -1;
  content: '';
  width: 100%;
  height: 2px;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-color: red;
  transition: .2s all ease-in-out;
}

.facebook {color: #3b599a;}
.facebook:before {background-color: #3b599a;}

ul.footer-social-links li a.facebook {color: #3b599a;}
ul.footer-social-links li a.facebook:before {background-color: #3b599a;}

ul.footer-social-links li a.twitter {color: #50abf1;}
ul.footer-social-links li a.twitter:before {background-color: #50abf1;}

ul.footer-social-links li a.google-plus {color: #df4a32;}
ul.footer-social-links li a.google-plus:before {background-color: #df4a32;}

ul.footer-social-links li a.linkedin {color: #007bb6;}
ul.footer-social-links li a.linkedin:before {background-color: #007bb6;}

ul.footer-social-links li a.pinterest {color: #cb2027;}
ul.footer-social-links li a.pinterest:before {background-color: #cb2027;}

ul.footer-social-links li a.instagram {color: #bc2a8d;}
ul.footer-social-links li a.instagram:before {background-color: #bc2a8d;}

ul.footer-social-links li a:hover {
  color: #fff;
}
ul.footer-social-links li a:hover:before {height: 100%;}


.header-section {
	z-index: 1000;
	position: fixed;
	top: 0;
	box-shadow: 0 1px 6px 0px rgba(0, 0, 0, 0.14);
}
/* brand-logo
.................................................. */
.header-section .logo {
	width: 20%;
	padding-left: 15px;
}
.header-section a.brand-logo {
	padding: 0;
	margin: 0;
	margin-top: 23px;
	font-size: 2em !important;
	color: #093850;
}




/* main-nav
.................................................. */
.header-section .main-nav {
	height: 80px;
	background-color: #fff;
}
.header-section ul.main-menu {
	width: 70%;
	margin: 0 auto;
}
.header-section ul.main-menu&gt;li {
	float: none;
	display: inline-block;
}
.header-section ul.main-menu&gt;li&gt;a {
  color: #525252;
  display: block;
  cursor: pointer;
  font-size: 14px;
  overflow: hidden;
  padding: 28px 30px;
  position: relative;
}
.header-section ul.main-menu&gt;li&gt;a:hover,
.header-section ul.main-menu&gt;li.active&gt;a {
  color: #000;
  font-weight: 700;
}
.header-section ul.main-menu&gt;li.active {background-color: transparent;}
.header-section ul.main-menu&gt;li&gt;a&gt;i {
  position: absolute;
  bottom: 7px;
  left: 50%;
  transform: translateX(-50%);
}

/* before - after
.................................................. */
.header-section ul.main-menu&gt;li&gt;a:before,
.header-section ul.main-menu&gt;li&gt;a:after {
  content: '';
  height: 1px;
  width: 40%;
  position: absolute;
  background-color: #000;
  transition: all .4s ease-in-out;
}
.header-section ul.main-menu&gt;li&gt;a:before {
  left: -100%;
  top: 25%;
}
.header-section ul.main-menu&gt;li&gt;a:after {
  right: -100%;
  bottom: 25%;
}
.header-section ul.main-menu&gt;li.active&gt;a:before {left: 0;}
.header-section ul.main-menu&gt;li.active&gt;a:after {right: 0;}

.header-section ul.main-menu&gt;li&gt;a:hover:before {left: 0;}
.header-section ul.main-menu&gt;li&gt;a:hover:after {right: 0;}


/* side nav style
.................................................. */
nav .button-collapse {
	margin: 0;
	left: 15px;
	z-index: 1;
	float: left;
	color: #000;
	width: 50px;
	height: 50px;
	font-size: 24px;
	margin-top: 16px;
	padding: 13px 0px;
	position: absolute;
	text-align: center;
	border-radius: 100%;
	background-color: #fff;
	box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.14);
}
.snavlogo {
	padding: 13px 20px;
	background-color: #fff;
	color: #093850;
	font-weight: bold;
}
.snavlogo img {
	width: 50%;
	height: auto;
}
.side-nav {
	z-index: 1001;
	background-color: #093850;
}
.side-nav &gt; li a {
	color: #6d6d6d;
}
.side-nav li.active {
	background-color: rgba(0, 0, 0, 0.09);
}


/* dropdown
.................................................. */
.header-section ul.main-menu&gt;li.dropdown {
	position: relative;
}
.header-section ul.main-menu&gt;li.dropdown &gt; ul.dropdown-container {
	position: absolute;
	top: 100%;
	left: -47%;
	width: 200px;
	height: auto;
	padding: 10px 0px;
	background-color: #fff;
	border-top: 2px solid #000;
	transform-origin: center top 0;
	box-shadow: 0 0 2px 2px rgba(222, 222, 222, 0.5);
	transform: scaleY(0);
	transition: all .4s ease-in-out;
}
.header-section ul.main-menu&gt;li.dropdown:hover ul.dropdown-container {
	transform: scaleY(1);
}
.header-section ul.main-menu&gt;li.dropdown &gt; ul.dropdown-container li {
	width: 100%;
	display: block;
	text-align: left;
	padding: 0;
	margin: 0;
}
.header-section ul.main-menu&gt;li.dropdown &gt; ul.dropdown-container&gt;li&gt;a {
	margin: 0;
  color: #000;
  line-height: 20px;
  padding: 10px 15px;
}
.header-section ul.main-menu&gt;li.dropdown &gt; ul.dropdown-container&gt;li&gt;a:hover {
	color: #fff;
	background-color: #000;
}





/* main-searchbox
.................................................. */
.header-section a.search-trigger {
	top: 0;
	right: 15px;
	color: #000;
	width: 50px;
	height: 50px;
	margin-top: 16px;
	padding: 13px 0px;
	position: absolute;
	text-align: center;
	border-radius: 100%;
	background-color: #fff;
	box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.14);
}
.overlay {
	height: 0%;
	width: 100%;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	overflow-y: hidden;
	transition: 0.5s;
	background-color: rgba(0,0,0, 0.9);
}

.overlay-content {
	position: relative;
	top: 25%;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}

.overlay .closebtn {
	position: absolute;
	top: 20px;
	right: 45px;
	font-size: 60px;
}
.overlay-content input[type=text] {
	width: 60%;
	color: #000;
	padding: 15px;
	margin: 0 auto;
	font-size: 16px;
	border-radius: 3px;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.5);
}
.overlay-content form&gt;input[type=text]:focus {
	border: none;
	background-color: #fff;
	box-shadow: 0 0 6px 2px rgba(255,255,255,0.5);
}
.overlay-content form&gt;button {
	width: 150px;
	height: 45px;
    color: #fff;
    border: none;
	margin: 0 auto;
    font-size: 16px;
	margin-top: 30px;
    border-radius: 3px;
    background-color: #2962ff;
}

@media screen and (max-height: 450px) {
	.overlay {overflow-y: auto;}
	.overlay .closebtn {
		font-size: 40px;
		top: 15px;
		right: 35px;
	}
}


@media screen and (max-width: 1199px) {
	.header-section ul.main-menu&gt;li&gt;a {
		padding: 30px 20px;
	}
	.tabs .tab a {
		padding: 0 10px;
	}

	.top-post .hot-post .hot-post-stacked {
		padding: 15px;
	}
	ul.post-mate li a {
		font-size: 18px;
	}

	.top-post .hot-post .hot-post-image {
		width: 100%;
		float: none;
	}
	.top-post .hot-post .tag,
	.top-post .hot-post p.hero {
		font-size: 18px;
	}
	a.sm-name {
		width: 100%;
		color: #000;
		display: table;
		/*font-size: 24px;*/
		font-weight: 700;
		line-height: 24px;
	}

	.daily-lifestyle-section a.sm-name {
		font-size: 16px;
		line-height: 14px;
	}

	.sidebar-posts .card .card-title {
		font-size: 18px;
		line-height: 24px;
	}

	.tab-contant span.tp-cmnt-text {
		font-size: 14px;
	}

	.sidebar-followme ul.followme-links li {
		height: 90px;
		width: 33.333%;
	}
	.sidebar-followme ul.followme-links li a i {
		margin-top: 20px;
	}

	.sb-prv-post,
	.sb-nxt-post {
		height: 90px;
	}
	.pn-text {
		padding: 0px 10px;
	}

	.contact-section ul.social-link li a&gt;.s-icon {
		margin-right: 20px;
	}

	.cateogry-section .slider .slides li .caption {
		top: 15%;
		left: 15%;
		width: 70%;
	}
}



@media screen and (max-width: 991px) {

	.sidebar-testimonial .carousel-item .item-img {
		width: 100px;
		height: 100px;
		margin-bottom: 20px;
	}
	.sidebar-testimonial .carousel-item .item-img &gt; span {
		line-height: 100px;
	}
	.carousel.carousel-slider .carousel-item h2 {
		font-size: 18px;
		line-height: 14px;
	}
	.sidebar-testimonial .carousel-item &gt; small {
		font-size: 14px;
	}
	.carousel.carousel-slider .carousel-item p {
		font-size: 14px;
	}


	.daily-lifestyle-section .owl-theme .owl-nav {
		display: none;
	}
	.daily-lifestyle-section .owl-dots {
		display: block;
		margin-top: 20px;
	}
	.owl-theme .owl-dots .owl-dot span {
		background: #2962ff;
		opacity: 0.3;
	}
	.owl-theme .owl-dots .owl-dot.active span,
	.owl-theme .owl-dots .owl-dot:hover span {
		background: #2962ff;
		opacity: 1;
	}

	.sb-prv-post {
		margin-bottom: 15px;
	}
	.sb-nxt-post {
		margin-bottom: 0px;
	}
	.prv-nxt-post .pn-text a.title-name {
		font-size: 36px;
		line-height: 36px;
		width: 100%;
	}
	.pn-text {
		padding: 20px 20px;
	}
	.pn-text a.prv-nxt-btn {
		font-size: 24px;
	}

	.leave-comment {
		margin-bottom: 30px;
	}

	.sidebar-followme ul.followme-links li {
		height: 175px;
	}
	.sidebar-followme ul.followme-links li a i {
		margin-top: 50px;
		font-size: 50px;
	}
	.sidebar-followme ul.followme-links li a small.Followers {
		font-size: 18px;
		padding: 20px 0px;
	}
}


@media screen and (max-width: 768px){
	.tab-contant .hot-post a.sm-name {
		/*font-size: 30px*/;
		line-height: 40px;
	}
	.top-post .hot-post .hot-post-image {
		width: 30%;
		float: left;
	}
	.tab-contant span.tp-cmnt-text {
		font-size: 24px;
	}

	ul.pagination {
		margin-bottom: 30px;
	}

	.error-contant {
		padding: 100px 100px;
	}

	.contact-section .contact-things:last-child {
		margin-bottom: 30px;
	}
	#google-map {
		height: 300px;
	}
}


@media screen and (max-width: 680px){}


@media screen and (max-width: 480px){
	ul.tag-list,
	ul.share-links {
		width: 100%;
		float: none;
		display: table;
		text-align: center;
		margin-bottom: 15px;
	}
	ul.tag-list li,
	ul.share-links li {
		float: none;
		display: inline-block;
	}

	.pn-text {
		padding: 5px 15px;
	}
	.prv-nxt-post .pn-text a.title-name {
		font-size: 18px;
		line-height: 24px;
	}
	.pn-text a.prv-nxt-btn {
		font-size: 16px;
	}

	.top-post .hot-post .hot-post-image {
		width: 100%;
		float: none;
	}

	.tab-contant .hot-post a.sm-name {
		font-size: 24px;
		line-height: 30px;
	}
	.tab-contant span.tp-cmnt-text {
		font-size: 14px;
	}

	.card .card-title {
		font-size: 18px;
		line-height: 24px;
		font-weight: 700;
	}

	.sidebar-followme ul.followme-links li a small.Followers {
		display: none;
	}
	.sidebar-followme ul.followme-links li {
		height: 80px;

	}
	.sidebar-followme ul.followme-links li a {
		line-height: 80px;
	}
	.sidebar-followme ul.followme-links li a &gt; i {
		margin: 0px;
	}

	.blogs ul.post-mate {
		margin-top: 10px;
		float: left;
	}

	.breadcrumb-nav .nav-wrapper {
		float: none;
		width: 100%;
		text-align: center;
	}

	.error-contant {
		padding: 40px 40px;
	}
	.error-contant h2.error-head-title {
		font-size: 100px;
	}
	.error-contant p {
		font-size: 18px;
		line-height: 24px;
	}

	.slider .slides li .caption,
	.cateogry-section .slider .slides li .caption {
		top: 8%;
		left: 5%;
		width: 90%;
	}
	.slider .caption a.tag {
		margin-bottom: 10px;
	}

}


@media screen and (max-width: 320px){
	.daily-lifestyle-section a.sm-name {
		font-size: 16px;
		line-height: 16px;
	}
	.card-stacked {
		padding: 5px;
	}
	.daily-lifestyle-section .card {
		margin: 0px;
	}

	.slider .slides li .caption {
		padding: 15px;
	}
}



@font-face {
    font-family: 'icofont';
    src: url('../fonts/icofont.eot?v=1.0.0-beta');
    src: url('../fonts/icofont.eot?v=1.0.0-beta#iefix') format('embedded-opentype'),
    url('../fonts/icofont.ttf?v=1.0.0-beta') format('truetype'),
    url('../fonts/icofont.woff?v=1.0.0-beta') format('woff'),
    url('../fonts/icofont.svg?v=1.0.0-beta#icofont') format('svg');
    font-weight: normal;
    font-style: normal;
}

.icofont {
    font-family: 'IcoFont' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icofont-angry-monster:before {
	content: "\e901";
}
.icofont-bathtub:before {
	content: "\e902";
}
.icofont-bird-wings:before {
	content: "\e903";
}
.icofont-bow:before {
	content: "\e904";
}
.icofont-brain-alt:before {
	content: "\e905";
}
.icofont-butterfly-alt:before {
	content: "\e906";
}
.icofont-castle:before {
	content: "\e907";
}
.icofont-circuit:before {
	content: "\e908";
}
.icofont-dart:before {
	content: "\e909";
}
.icofont-dice-alt:before {
	content: "\e90a";
}
.icofont-disability-race:before {
	content: "\e90b";
}
.icofont-diving-goggle:before {
	content: "\e90c";
}
.icofont-fire-alt:before {
	content: "\e90d";
}
.icofont-flame-torch:before {
	content: "\e90e";
}
.icofont-flora-flower:before {
	content: "\e90f";
}
.icofont-flora:before {
	content: "\e910";
}
.icofont-gift-box:before {
	content: "\e911";
}
.icofont-halloween-pumpkin:before {
	content: "\e912";
}
.icofont-hand-power:before {
	content: "\e913";
}
.icofont-hand-thunder:before {
	content: "\e914";
}
.icofont-king-crown:before {
	content: "\e915";
}
.icofont-king-monster:before {
	content: "\e916";
}
.icofont-love:before {
	content: "\e917";
}
.icofont-magician-hat:before {
	content: "\e918";
}
.icofont-native-american:before {
	content: "\e919";
}
.icofont-open-eye:before {
	content: "\e91a";
}
.icofont-owl-look:before {
	content: "\e91b";
}
.icofont-phoenix:before {
	content: "\e91c";
}
.icofont-queen-crown:before {
	content: "\e91d";
}
.icofont-robot-face:before {
	content: "\e91e";
}
.icofont-sand-clock:before {
	content: "\e91f";
}
.icofont-shield-alt:before {
	content: "\e920";
}
.icofont-ship-wheel:before {
	content: "\e921";
}
.icofont-skull-danger:before {
	content: "\e922";
}
.icofont-skull-face:before {
	content: "\e923";
}
.icofont-snail:before {
	content: "\e924";
}
.icofont-snow-alt:before {
	content: "\e925";
}
.icofont-snow-flake:before {
	content: "\e926";
}
.icofont-snowmobile:before {
	content: "\e927";
}
.icofont-space-shuttle:before {
	content: "\e928";
}
.icofont-star-shape:before {
	content: "\e929";
}
.icofont-swirl:before {
	content: "\e92a";
}
.icofont-tattoo-wing:before {
	content: "\e92b";
}
.icofont-throne:before {
	content: "\e92c";
}
.icofont-touch:before {
	content: "\e92d";
}
.icofont-tree-alt:before {
	content: "\e92e";
}
.icofont-triangle:before {
	content: "\e92f";
}
.icofont-unity-hand:before {
	content: "\e930";
}
.icofont-weed:before {
	content: "\e931";
}
.icofont-woman-bird:before {
	content: "\e932";
}
.icofont-animal-bat:before {
	content: "\e933";
}
.icofont-animal-bear-tracks:before {
	content: "\e934";
}
.icofont-animal-bear:before {
	content: "\e935";
}
.icofont-animal-bird-alt:before {
	content: "\e936";
}
.icofont-animal-bird:before {
	content: "\e937";
}
.icofont-animal-bone:before {
	content: "\e938";
}
.icofont-animal-bull:before {
	content: "\e939";
}
.icofont-animal-camel-alt:before {
	content: "\e93a";
}
.icofont-animal-camel-head:before {
	content: "\e93b";
}
.icofont-animal-camel:before {
	content: "\e93c";
}
.icofont-animal-cat-alt-1:before {
	content: "\e93d";
}
.icofont-animal-cat-alt-2:before {
	content: "\e93e";
}
.icofont-animal-cat-alt-3:before {
	content: "\e93f";
}
.icofont-animal-cat-alt-4:before {
	content: "\e940";
}
.icofont-animal-cat-with-dog:before {
	content: "\e941";
}
.icofont-animal-cat:before {
	content: "\e942";
}
.icofont-animal-cow-head:before {
	content: "\e943";
}
.icofont-animal-cow:before {
	content: "\e944";
}
.icofont-animal-crab:before {
	content: "\e945";
}
.icofont-animal-crocodile:before {
	content: "\e946";
}
.icofont-animal-deer-head:before {
	content: "\e947";
}
.icofont-animal-dog-alt:before {
	content: "\e948";
}
.icofont-animal-dog-barking:before {
	content: "\e949";
}
.icofont-animal-dog:before {
	content: "\e94a";
}
.icofont-animal-dolphin:before {
	content: "\e94b";
}
.icofont-animal-duck-tracks:before {
	content: "\e94c";
}
.icofont-animal-eagle-head:before {
	content: "\e94d";
}
.icofont-animal-eaten-fish:before {
	content: "\e94e";
}
.icofont-animal-elephant-alt:before {
	content: "\e94f";
}
.icofont-animal-elephant-head-alt:before {
	content: "\e950";
}
.icofont-animal-elephant-head:before {
	content: "\e951";
}
.icofont-animal-elephant:before {
	content: "\e952";
}
.icofont-animal-elk:before {
	content: "\e953";
}
.icofont-animal-fish-alt-1:before {
	content: "\e954";
}
.icofont-animal-fish-alt-2:before {
	content: "\e955";
}
.icofont-animal-fish-alt-3:before {
	content: "\e956";
}
.icofont-animal-fish-alt-4:before {
	content: "\e957";
}
.icofont-animal-fish:before {
	content: "\e958";
}
.icofont-animal-fox-alt:before {
	content: "\e959";
}
.icofont-animal-fox:before {
	content: "\e95a";
}
.icofont-animal-frog-tracks:before {
	content: "\e95b";
}
.icofont-animal-frog:before {
	content: "\e95c";
}
.icofont-animal-froggy:before {
	content: "\e95d";
}
.icofont-animal-giraffe-alt:before {
	content: "\e95e";
}
.icofont-animal-giraffe:before {
	content: "\e95f";
}
.icofont-animal-goat-head-alt-1:before {
	content: "\e960";
}
.icofont-animal-goat-head-alt-2:before {
	content: "\e961";
}
.icofont-animal-goat-head:before {
	content: "\e962";
}
.icofont-animal-gorilla:before {
	content: "\e963";
}
.icofont-animal-hen-tracks:before {
	content: "\e964";
}
.icofont-animal-horse-head-alt-1:before {
	content: "\e965";
}
.icofont-animal-horse-head-alt-2:before {
	content: "\e966";
}
.icofont-animal-horse-head:before {
	content: "\e967";
}
.icofont-animal-horse-tracks:before {
	content: "\e968";
}
.icofont-animal-jellyfish:before {
	content: "\e969";
}
.icofont-animal-kangaroo:before {
	content: "\e96a";
}
.icofont-animal-lemur:before {
	content: "\e96b";
}
.icofont-animal-lion-alt:before {
	content: "\e96c";
}
.icofont-animal-lion-head-alt:before {
	content: "\e96d";
}
.icofont-animal-lion-head:before {
	content: "\e96e";
}
.icofont-animal-lion:before {
	content: "\e96f";
}
.icofont-animal-monkey-alt-1:before {
	content: "\e970";
}
.icofont-animal-monkey-alt-2:before {
	content: "\e971";
}
.icofont-animal-monkey-alt-3:before {
	content: "\e972";
}
.icofont-animal-monkey:before {
	content: "\e973";
}
.icofont-animal-octopus-alt:before {
	content: "\e974";
}
.icofont-animal-octopus:before {
	content: "\e975";
}
.icofont-animal-owl:before {
	content: "\e976";
}
.icofont-animal-panda-alt:before {
	content: "\e977";
}
.icofont-animal-panda:before {
	content: "\e978";
}
.icofont-animal-panther:before {
	content: "\e979";
}
.icofont-animal-parrot-lip:before {
	content: "\e97a";
}
.icofont-animal-parrot:before {
	content: "\e97b";
}
.icofont-animal-paw:before {
	content: "\e97c";
}
.icofont-animal-pelican:before {
	content: "\e97d";
}
.icofont-animal-penguin:before {
	content: "\e97e";
}
.icofont-animal-pig-alt:before {
	content: "\e97f";
}
.icofont-animal-pig:before {
	content: "\e980";
}
.icofont-animal-pigeon-alt:before {
	content: "\e981";
}
.icofont-animal-pigeon:before {
	content: "\e982";
}
.icofont-animal-pigeons:before {
	content: "\e983";
}
.icofont-animal-rabbit-running:before {
	content: "\e984";
}
.icofont-animal-rat-alt:before {
	content: "\e985";
}
.icofont-animal-rhino-head:before {
	content: "\e986";
}
.icofont-animal-rhino:before {
	content: "\e987";
}
.icofont-animal-rooster:before {
	content: "\e988";
}
.icofont-animal-seahorse:before {
	content: "\e989";
}
.icofont-animal-seal:before {
	content: "\e98a";
}
.icofont-animal-shrimp:before {
	content: "\e98b";
}
.icofont-animal-snail-alt-1:before {
	content: "\e98c";
}
.icofont-animal-snail-alt-2:before {
	content: "\e98d";
}
.icofont-animal-snail:before {
	content: "\e98e";
}
.icofont-animal-snake:before {
	content: "\e98f";
}
.icofont-animal-squid:before {
	content: "\e990";
}
.icofont-animal-squirrel:before {
	content: "\e991";
}
.icofont-animal-tiger-alt:before {
	content: "\e992";
}
.icofont-animal-tiger:before {
	content: "\e993";
}
.icofont-animal-turtle:before {
	content: "\e994";
}
.icofont-animal-whale:before {
	content: "\e995";
}
.icofont-animal-woodpecker:before {
	content: "\e996";
}
.icofont-animal-zebra:before {
	content: "\e997";
}
.icofont-brand-acer:before {
	content: "\e998";
}
.icofont-brand-adidas:before {
	content: "\e999";
}
.icofont-brand-adobe:before {
	content: "\e99a";
}
.icofont-brand-air-new-zealand:before {
	content: "\e99b";
}
.icofont-brand-airbnb:before {
	content: "\e99c";
}
.icofont-brand-aircell:before {
	content: "\e99d";
}
.icofont-brand-airtel:before {
	content: "\e99e";
}
.icofont-brand-alcatel:before {
	content: "\e99f";
}
.icofont-brand-alibaba:before {
	content: "\e9a0";
}
.icofont-brand-aliexpress:before {
	content: "\e9a1";
}
.icofont-brand-alipay:before {
	content: "\e9a2";
}
.icofont-brand-amazon:before {
	content: "\e9a3";
}
.icofont-brand-amd:before {
	content: "\e9a4";
}
.icofont-brand-american-airlines:before {
	content: "\e9a5";
}
.icofont-brand-android-robot:before {
	content: "\e9a6";
}
.icofont-brand-android:before {
	content: "\e9a7";
}
.icofont-brand-aol:before {
	content: "\e9a8";
}
.icofont-brand-apple:before {
	content: "\e9a9";
}
.icofont-brand-appstore:before {
	content: "\e9aa";
}
.icofont-brand-asus:before {
	content: "\e9ab";
}
.icofont-brand-ati:before {
	content: "\e9ac";
}
.icofont-brand-att:before {
	content: "\e9ad";
}
.icofont-brand-audi:before {
	content: "\e9ae";
}
.icofont-brand-axiata:before {
	content: "\e9af";
}
.icofont-brand-bada:before {
	content: "\e9b0";
}
.icofont-brand-bbc:before {
	content: "\e9b1";
}
.icofont-brand-bing:before {
	content: "\e9b2";
}
.icofont-brand-blackberry:before {
	content: "\e9b3";
}
.icofont-brand-bmw:before {
	content: "\e9b4";
}
.icofont-brand-box:before {
	content: "\e9b5";
}
.icofont-brand-burger-king:before {
	content: "\e9b6";
}
.icofont-brand-business-insider:before {
	content: "\e9b7";
}
.icofont-brand-buzzfeed:before {
	content: "\e9b8";
}
.icofont-brand-cannon:before {
	content: "\e9b9";
}
.icofont-brand-casio:before {
	content: "\e9ba";
}
.icofont-brand-china-mobile:before {
	content: "\e9bb";
}
.icofont-brand-china-telecom:before {
	content: "\e9bc";
}
.icofont-brand-china-unicom:before {
	content: "\e9bd";
}
.icofont-brand-cisco:before {
	content: "\e9be";
}
.icofont-brand-citibank:before {
	content: "\e9bf";
}
.icofont-brand-cnet:before {
	content: "\e9c0";
}
.icofont-brand-cnn:before {
	content: "\e9c1";
}
.icofont-brand-cocal-cola:before {
	content: "\e9c2";
}
.icofont-brand-compaq:before {
	content: "\e9c3";
}
.icofont-brand-copy:before {
	content: "\e9c4";
}
.icofont-brand-debian:before {
	content: "\e9c5";
}
.icofont-brand-delicious:before {
	content: "\e9c6";
}
.icofont-brand-dell:before {
	content: "\e9c7";
}
.icofont-brand-designbump:before {
	content: "\e9c8";
}
.icofont-brand-designfloat:before {
	content: "\e9c9";
}
.icofont-brand-disney:before {
	content: "\e9ca";
}
.icofont-brand-dodge:before {
	content: "\e9cb";
}
.icofont-brand-dove:before {
	content: "\e9cc";
}
.icofont-brand-ebay:before {
	content: "\e9cd";
}
.icofont-brand-eleven:before {
	content: "\e9ce";
}
.icofont-brand-emirates:before {
	content: "\e9cf";
}
.icofont-brand-espn:before {
	content: "\e9d0";
}
.icofont-brand-etihad-airways:before {
	content: "\e9d1";
}
.icofont-brand-etisalat:before {
	content: "\e9d2";
}
.icofont-brand-etsy:before {
	content: "\e9d3";
}
.icofont-brand-facebook:before {
	content: "\e9d4";
}
.icofont-brand-fastrack:before {
	content: "\e9d5";
}
.icofont-brand-fedex:before {
	content: "\e9d6";
}
.icofont-brand-ferrari:before {
	content: "\e9d7";
}
.icofont-brand-fitbit:before {
	content: "\e9d8";
}
.icofont-brand-flikr:before {
	content: "\e9d9";
}
.icofont-brand-forbes:before {
	content: "\e9da";
}
.icofont-brand-foursquare:before {
	content: "\e9db";
}
.icofont-brand-fox:before {
	content: "\e9dc";
}
.icofont-brand-foxconn:before {
	content: "\e9dd";
}
.icofont-brand-fujitsu:before {
	content: "\e9de";
}
.icofont-brand-general-electric:before {
	content: "\e9df";
}
.icofont-brand-gillette:before {
	content: "\e9e0";
}
.icofont-brand-gizmodo:before {
	content: "\e9e1";
}
.icofont-brand-gnome:before {
	content: "\e9e2";
}
.icofont-brand-google:before {
	content: "\e9e3";
}
.icofont-brand-gopro:before {
	content: "\e9e4";
}
.icofont-brand-gucci:before {
	content: "\e9e5";
}
.icofont-brand-hallmark:before {
	content: "\e9e6";
}
.icofont-brand-hi5:before {
	content: "\e9e7";
}
.icofont-brand-honda:before {
	content: "\e9e8";
}
.icofont-brand-hp:before {
	content: "\e9e9";
}
.icofont-brand-hsbc:before {
	content: "\e9ea";
}
.icofont-brand-htc:before {
	content: "\e9eb";
}
.icofont-brand-huawei:before {
	content: "\e9ec";
}
.icofont-brand-hulu:before {
	content: "\e9ed";
}
.icofont-brand-hyundai:before {
	content: "\e9ee";
}
.icofont-brand-ibm:before {
	content: "\e9ef";
}
.icofont-brand-icofont:before {
	content: "\e9f0";
}
.icofont-brand-icq:before {
	content: "\e9f1";
}
.icofont-brand-ikea:before {
	content: "\e9f2";
}
.icofont-brand-imdb:before {
	content: "\e9f3";
}
.icofont-brand-indiegogo:before {
	content: "\e9f4";
}
.icofont-brand-intel:before {
	content: "\e9f5";
}
.icofont-brand-ipair:before {
	content: "\e9f6";
}
.icofont-brand-jaguar:before {
	content: "\e9f7";
}
.icofont-brand-java:before {
	content: "\e9f8";
}
.icofont-brand-joomshaper:before {
	content: "\e9f9";
}
.icofont-brand-kickstarter:before {
	content: "\e9fa";
}
.icofont-brand-kik:before {
	content: "\e9fb";
}
.icofont-brand-lastfm:before {
	content: "\e9fc";
}
.icofont-brand-lego:before {
	content: "\e9fd";
}
.icofont-brand-lenovo:before {
	content: "\e9fe";
}
.icofont-brand-levis:before {
	content: "\e9ff";
}
.icofont-brand-lexus:before {
	content: "\ea00";
}
.icofont-brand-lg:before {
	content: "\ea01";
}
.icofont-brand-life-hacker:before {
	content: "\ea02";
}
.icofont-brand-line-messenger:before {
	content: "\ea03";
}
.icofont-brand-linkedin:before {
	content: "\ea04";
}
.icofont-brand-linux-mint:before {
	content: "\ea05";
}
.icofont-brand-linux:before {
	content: "\ea06";
}
.icofont-brand-lionix:before {
	content: "\ea07";
}
.icofont-brand-live-messenger:before {
	content: "\ea08";
}
.icofont-brand-loreal:before {
	content: "\ea09";
}
.icofont-brand-louis-vuitton:before {
	content: "\ea0a";
}
.icofont-brand-mac-os:before {
	content: "\ea0b";
}
.icofont-brand-marvel-app:before {
	content: "\ea0c";
}
.icofont-brand-mashable:before {
	content: "\ea0d";
}
.icofont-brand-mazda:before {
	content: "\ea0e";
}
.icofont-brand-mcdonals:before {
	content: "\ea0f";
}
.icofont-brand-mercedes:before {
	content: "\ea10";
}
.icofont-brand-micromax:before {
	content: "\ea11";
}
.icofont-brand-microsoft:before {
	content: "\ea12";
}
.icofont-brand-mobileme:before {
	content: "\ea13";
}
.icofont-brand-mobily:before {
	content: "\ea14";
}
.icofont-brand-motorola:before {
	content: "\ea15";
}
.icofont-brand-msi:before {
	content: "\ea16";
}
.icofont-brand-mts:before {
	content: "\ea17";
}
.icofont-brand-myspace:before {
	content: "\ea18";
}
.icofont-brand-mytv:before {
	content: "\ea19";
}
.icofont-brand-nasa:before {
	content: "\ea1a";
}
.icofont-brand-natgeo:before {
	content: "\ea1b";
}
.icofont-brand-nbc:before {
	content: "\ea1c";
}
.icofont-brand-nescafe:before {
	content: "\ea1d";
}
.icofont-brand-nestle:before {
	content: "\ea1e";
}
.icofont-brand-netflix:before {
	content: "\ea1f";
}
.icofont-brand-nexus:before {
	content: "\ea20";
}
.icofont-brand-nike:before {
	content: "\ea21";
}
.icofont-brand-nokia:before {
	content: "\ea22";
}
.icofont-brand-nvidia:before {
	content: "\ea23";
}
.icofont-brand-omega:before {
	content: "\ea24";
}
.icofont-brand-opensuse:before {
	content: "\ea25";
}
.icofont-brand-oracle:before {
	content: "\ea26";
}
.icofont-brand-panasonic:before {
	content: "\ea27";
}
.icofont-brand-paypal:before {
	content: "\ea28";
}
.icofont-brand-pepsi:before {
	content: "\ea29";
}
.icofont-brand-philips:before {
	content: "\ea2a";
}
.icofont-brand-pizza-hut:before {
	content: "\ea2b";
}
.icofont-brand-playstation:before {
	content: "\ea2c";
}
.icofont-brand-puma:before {
	content: "\ea2d";
}
.icofont-brand-qatar-air:before {
	content: "\ea2e";
}
.icofont-brand-qvc:before {
	content: "\ea2f";
}
.icofont-brand-readernaut:before {
	content: "\ea30";
}
.icofont-brand-redbull:before {
	content: "\ea31";
}
.icofont-brand-reebok:before {
	content: "\ea32";
}
.icofont-brand-reuters:before {
	content: "\ea33";
}
.icofont-brand-samsung:before {
	content: "\ea34";
}
.icofont-brand-sap:before {
	content: "\ea35";
}
.icofont-brand-saudia-airlines:before {
	content: "\ea36";
}
.icofont-brand-scribd:before {
	content: "\ea37";
}
.icofont-brand-shell:before {
	content: "\ea38";
}
.icofont-brand-siemens:before {
	content: "\ea39";
}
.icofont-brand-sk-telecom:before {
	content: "\ea3a";
}
.icofont-brand-slideshare:before {
	content: "\ea3b";
}
.icofont-brand-smashing-magazine:before {
	content: "\ea3c";
}
.icofont-brand-snapchat:before {
	content: "\ea3d";
}
.icofont-brand-sony-ericsson:before {
	content: "\ea3e";
}
.icofont-brand-sony:before {
	content: "\ea3f";
}
.icofont-brand-soundcloud:before {
	content: "\ea40";
}
.icofont-brand-sprint:before {
	content: "\ea41";
}
.icofont-brand-squidoo:before {
	content: "\ea42";
}
.icofont-brand-starbucks:before {
	content: "\ea43";
}
.icofont-brand-stc:before {
	content: "\ea44";
}
.icofont-brand-steam:before {
	content: "\ea45";
}
.icofont-brand-suzuki:before {
	content: "\ea46";
}
.icofont-brand-symbian:before {
	content: "\ea47";
}
.icofont-brand-t-mobile:before {
	content: "\ea48";
}
.icofont-brand-tango:before {
	content: "\ea49";
}
.icofont-brand-target:before {
	content: "\ea4a";
}
.icofont-brand-tata-indicom:before {
	content: "\ea4b";
}
.icofont-brand-techcrunch:before {
	content: "\ea4c";
}
.icofont-brand-telenor:before {
	content: "\ea4d";
}
.icofont-brand-teliasonera:before {
	content: "\ea4e";
}
.icofont-brand-tesla:before {
	content: "\ea4f";
}
.icofont-brand-the-verge:before {
	content: "\ea50";
}
.icofont-brand-thenextweb:before {
	content: "\ea51";
}
.icofont-brand-toshiba:before {
	content: "\ea52";
}
.icofont-brand-toyota:before {
	content: "\ea53";
}
.icofont-brand-tribenet:before {
	content: "\ea54";
}
.icofont-brand-ubuntu:before {
	content: "\ea55";
}
.icofont-brand-unilever:before {
	content: "\ea56";
}
.icofont-brand-vaio:before {
	content: "\ea57";
}
.icofont-brand-verizon:before {
	content: "\ea58";
}
.icofont-brand-viber:before {
	content: "\ea59";
}
.icofont-brand-vodafone:before {
	content: "\ea5a";
}
.icofont-brand-volkswagen:before {
	content: "\ea5b";
}
.icofont-brand-walmart:before {
	content: "\ea5c";
}
.icofont-brand-warnerbros:before {
	content: "\ea5d";
}
.icofont-brand-whatsapp:before {
	content: "\ea5e";
}
.icofont-brand-wikipedia:before {
	content: "\ea5f";
}
.icofont-brand-windows:before {
	content: "\ea60";
}
.icofont-brand-wire:before {
	content: "\ea61";
}
.icofont-brand-yahoobuzz:before {
	content: "\ea62";
}
.icofont-brand-yamaha:before {
	content: "\ea63";
}
.icofont-brand-youtube:before {
	content: "\ea64";
}
.icofont-brand-zain:before {
	content: "\ea65";
}
.icofont-bank-alt:before {
	content: "\ea66";
}
.icofont-barcode:before {
	content: "\ea67";
}
.icofont-basket:before {
	content: "\ea68";
}
.icofont-bill-alt:before {
	content: "\ea69";
}
.icofont-billboard:before {
	content: "\ea6a";
}
.icofont-briefcase-alt-1:before {
	content: "\ea6b";
}
.icofont-briefcase-alt-2:before {
	content: "\ea6c";
}
.icofont-building-alt:before {
	content: "\ea6d";
}
.icofont-businessman:before {
	content: "\ea6e";
}
.icofont-businesswoman:before {
	content: "\ea6f";
}
.icofont-cart-alt:before {
	content: "\ea70";
}
.icofont-chair:before {
	content: "\ea71";
}
.icofont-clip:before {
	content: "\ea72";
}
.icofont-coins:before {
	content: "\ea73";
}
.icofont-company:before {
	content: "\ea74";
}
.icofont-contact-add:before {
	content: "\ea75";
}
.icofont-deal:before {
	content: "\ea76";
}
.icofont-files:before {
	content: "\ea77";
}
.icofont-growth:before {
	content: "\ea78";
}
.icofont-id-card:before {
	content: "\ea79";
}
.icofont-idea:before {
	content: "\ea7a";
}
.icofont-list:before {
	content: "\ea7b";
}
.icofont-meeting-add:before {
	content: "\ea7c";
}
.icofont-money-bag:before {
	content: "\ea7d";
}
.icofont-people:before {
	content: "\ea7e";
}
.icofont-pie-chart:before {
	content: "\ea7f";
}
.icofont-presentation-alt:before {
	content: "\ea80";
}
.icofont-stamp:before {
	content: "\ea81";
}
.icofont-stock-mobile:before {
	content: "\ea82";
}
.icofont-support:before {
	content: "\ea83";
}
.icofont-tasks-alt:before {
	content: "\ea84";
}
.icofont-wheel:before {
	content: "\ea85";
}
.icofont-chart-arrows-axis:before {
	content: "\ea86";
}
.icofont-chart-bar-graph:before {
	content: "\ea87";
}
.icofont-chart-flow-alt-1:before {
	content: "\ea88";
}
.icofont-chart-flow-alt-2:before {
	content: "\ea89";
}
.icofont-chart-flow:before {
	content: "\ea8a";
}
.icofont-chart-histogram-alt:before {
	content: "\ea8b";
}
.icofont-chart-histogram:before {
	content: "\ea8c";
}
.icofont-chart-line-alt:before {
	content: "\ea8d";
}
.icofont-chart-line:before {
	content: "\ea8e";
}
.icofont-chart-pie-alt:before {
	content: "\ea8f";
}
.icofont-chart-pie:before {
	content: "\ea90";
}
.icofont-chart-radar-graph:before {
	content: "\ea91";
}
.icofont-cur-afghani-false:before {
	content: "\ea92";
}
.icofont-cur-afghani-minus:before {
	content: "\ea93";
}
.icofont-cur-afghani-plus:before {
	content: "\ea94";
}
.icofont-cur-afghani-true:before {
	content: "\ea95";
}
.icofont-cur-afghani:before {
	content: "\ea96";
}
.icofont-cur-baht-false:before {
	content: "\ea97";
}
.icofont-cur-baht-minus:before {
	content: "\ea98";
}
.icofont-cur-baht-plus:before {
	content: "\ea99";
}
.icofont-cur-baht-true:before {
	content: "\ea9a";
}
.icofont-cur-baht:before {
	content: "\ea9b";
}
.icofont-cur-bitcoin-false:before {
	content: "\ea9c";
}
.icofont-cur-bitcoin-minus:before {
	content: "\ea9d";
}
.icofont-cur-bitcoin-plus:before {
	content: "\ea9e";
}
.icofont-cur-bitcoin-true:before {
	content: "\ea9f";
}
.icofont-cur-bitcoin:before {
	content: "\eaa0";
}
.icofont-cur-dollar-flase:before {
	content: "\eaa1";
}
.icofont-cur-dollar-minus:before {
	content: "\eaa2";
}
.icofont-cur-dollar-plus:before {
	content: "\eaa3";
}
.icofont-cur-dollar-true:before {
	content: "\eaa4";
}
.icofont-cur-dollar:before {
	content: "\eaa5";
}
.icofont-cur-dong-false:before {
	content: "\eaa6";
}
.icofont-cur-dong-minus:before {
	content: "\eaa7";
}
.icofont-cur-dong-plus:before {
	content: "\eaa8";
}
.icofont-cur-dong-true:before {
	content: "\eaa9";
}
.icofont-cur-dong:before {
	content: "\eaaa";
}
.icofont-cur-euro-false:before {
	content: "\eaab";
}
.icofont-cur-euro-minus:before {
	content: "\eaac";
}
.icofont-cur-euro-plus:before {
	content: "\eaad";
}
.icofont-cur-euro-true:before {
	content: "\eaae";
}
.icofont-cur-euro:before {
	content: "\eaaf";
}
.icofont-cur-frank-false:before {
	content: "\eab0";
}
.icofont-cur-frank-minus:before {
	content: "\eab1";
}
.icofont-cur-frank-plus:before {
	content: "\eab2";
}
.icofont-cur-frank-true:before {
	content: "\eab3";
}
.icofont-cur-frank:before {
	content: "\eab4";
}
.icofont-cur-hryvnia-false:before {
	content: "\eab5";
}
.icofont-cur-hryvnia-minus:before {
	content: "\eab6";
}
.icofont-cur-hryvnia-plus:before {
	content: "\eab7";
}
.icofont-cur-hryvnia-true:before {
	content: "\eab8";
}
.icofont-cur-hryvnia:before {
	content: "\eab9";
}
.icofont-cur-lira-false:before {
	content: "\eaba";
}
.icofont-cur-lira-minus:before {
	content: "\eabb";
}
.icofont-cur-lira-plus:before {
	content: "\eabc";
}
.icofont-cur-lira-true:before {
	content: "\eabd";
}
.icofont-cur-lira:before {
	content: "\eabe";
}
.icofont-cur-peseta-false:before {
	content: "\eabf";
}
.icofont-cur-peseta-minus:before {
	content: "\eac0";
}
.icofont-cur-peseta-plus:before {
	content: "\eac1";
}
.icofont-cur-peseta-true:before {
	content: "\eac2";
}
.icofont-cur-peseta:before {
	content: "\eac3";
}
.icofont-cur-peso-false:before {
	content: "\eac4";
}
.icofont-cur-peso-minus:before {
	content: "\eac5";
}
.icofont-cur-peso-plus:before {
	content: "\eac6";
}
.icofont-cur-peso-true:before {
	content: "\eac7";
}
.icofont-cur-peso:before {
	content: "\eac8";
}
.icofont-cur-pound-false:before {
	content: "\eac9";
}
.icofont-cur-pound-minus:before {
	content: "\eaca";
}
.icofont-cur-pound-plus:before {
	content: "\eacb";
}
.icofont-cur-pound-true:before {
	content: "\eacc";
}
.icofont-cur-pound:before {
	content: "\eacd";
}
.icofont-cur-renminbi-false:before {
	content: "\eace";
}
.icofont-cur-renminbi-minus:before {
	content: "\eacf";
}
.icofont-cur-renminbi-plus:before {
	content: "\ead0";
}
.icofont-cur-renminbi-true:before {
	content: "\ead1";
}
.icofont-cur-renminbi:before {
	content: "\ead2";
}
.icofont-cur-riyal-false:before {
	content: "\ead3";
}
.icofont-cur-riyal-minus:before {
	content: "\ead4";
}
.icofont-cur-riyal-plus:before {
	content: "\ead5";
}
.icofont-cur-riyal-true:before {
	content: "\ead6";
}
.icofont-cur-riyal:before {
	content: "\ead7";
}
.icofont-cur-rouble-false:before {
	content: "\ead8";
}
.icofont-cur-rouble-minus:before {
	content: "\ead9";
}
.icofont-cur-rouble-plus:before {
	content: "\eada";
}
.icofont-cur-rouble-true:before {
	content: "\eadb";
}
.icofont-cur-rouble:before {
	content: "\eadc";
}
.icofont-cur-rupee-false:before {
	content: "\eadd";
}
.icofont-cur-rupee-minus:before {
	content: "\eade";
}
.icofont-cur-rupee-plus:before {
	content: "\eadf";
}
.icofont-cur-rupee-true:before {
	content: "\eae0";
}
.icofont-cur-rupee:before {
	content: "\eae1";
}
.icofont-cur-taka-false:before {
	content: "\eae2";
}
.icofont-cur-taka-minus:before {
	content: "\eae3";
}
.icofont-cur-taka-plus:before {
	content: "\eae4";
}
.icofont-cur-taka-true:before {
	content: "\eae5";
}
.icofont-cur-taka:before {
	content: "\eae6";
}
.icofont-cur-turkish-lira-false:before {
	content: "\eae7";
}
.icofont-cur-turkish-lira-minus:before {
	content: "\eae8";
}
.icofont-cur-turkish-lira-plus:before {
	content: "\eae9";
}
.icofont-cur-turkish-lira-true:before {
	content: "\eaea";
}
.icofont-cur-turkish-lira:before {
	content: "\eaeb";
}
.icofont-cur-won-false:before {
	content: "\eaec";
}
.icofont-cur-won-minus:before {
	content: "\eaed";
}
.icofont-cur-won-plus:before {
	content: "\eaee";
}
.icofont-cur-won-true:before {
	content: "\eaef";
}
.icofont-cur-won:before {
	content: "\eaf0";
}
.icofont-cur-yen-false:before {
	content: "\eaf1";
}
.icofont-cur-yen-minus:before {
	content: "\eaf2";
}
.icofont-cur-yen-plus:before {
	content: "\eaf3";
}
.icofont-cur-yen-true:before {
	content: "\eaf4";
}
.icofont-cur-yen:before {
	content: "\eaf5";
}
.icofont-android-nexus:before {
	content: "\eaf6";
}
.icofont-android-tablet:before {
	content: "\eaf7";
}
.icofont-apple-watch:before {
	content: "\eaf8";
}
.icofont-drwaing-tablet:before {
	content: "\eaf9";
}
.icofont-earphone:before {
	content: "\eafa";
}
.icofont-flash-drive:before {
	content: "\eafb";
}
.icofont-game-control:before {
	content: "\eafc";
}
.icofont-headphone-alt:before {
	content: "\eafd";
}
.icofont-htc-one:before {
	content: "\eafe";
}
.icofont-imac:before {
	content: "\eaff";
}
.icofont-ipad-touch:before {
	content: "\eb00";
}
.icofont-iphone:before {
	content: "\eb01";
}
.icofont-ipod-nano:before {
	content: "\eb02";
}
.icofont-ipod-touch:before {
	content: "\eb03";
}
.icofont-keyboard-alt:before {
	content: "\eb04";
}
.icofont-keyboard-wireless:before {
	content: "\eb05";
}
.icofont-laptop-alt:before {
	content: "\eb06";
}
.icofont-macbook:before {
	content: "\eb07";
}
.icofont-magic-mouse:before {
	content: "\eb08";
}
.icofont-microphone-alt:before {
	content: "\eb09";
}
.icofont-monitor:before {
	content: "\eb0a";
}
.icofont-mouse:before {
	content: "\eb0b";
}
.icofont-nintendo:before {
	content: "\eb0c";
}
.icofont-playstation:before {
	content: "\eb0d";
}
.icofont-psvita:before {
	content: "\eb0e";
}
.icofont-radio-mic:before {
	content: "\eb0f";
}
.icofont-refrigerator:before {
	content: "\eb10";
}
.icofont-samsung-galaxy:before {
	content: "\eb11";
}
.icofont-surface-tablet:before {
	content: "\eb12";
}
.icofont-washing-machine:before {
	content: "\eb13";
}
.icofont-wifi-router:before {
	content: "\eb14";
}
.icofont-wii-u:before {
	content: "\eb15";
}
.icofont-windows-lumia:before {
	content: "\eb16";
}
.icofont-wireless-mouse:before {
	content: "\eb17";
}
.icofont-xbox-360:before {
	content: "\eb18";
}
.icofont-arrow-down:before {
	content: "\eb19";
}
.icofont-arrow-left:before {
	content: "\eb1a";
}
.icofont-arrow-right:before {
	content: "\eb1b";
}
.icofont-arrow-up:before {
	content: "\eb1c";
}
.icofont-block-down:before {
	content: "\eb1d";
}
.icofont-block-left:before {
	content: "\eb1e";
}
.icofont-block-right:before {
	content: "\eb1f";
}
.icofont-block-up:before {
	content: "\eb20";
}
.icofont-bubble-down:before {
	content: "\eb21";
}
.icofont-bubble-left:before {
	content: "\eb22";
}
.icofont-bubble-right:before {
	content: "\eb23";
}
.icofont-bubble-up:before {
	content: "\eb24";
}
.icofont-caret-down:before {
	content: "\eb25";
}
.icofont-caret-left:before {
	content: "\eb26";
}
.icofont-caret-right:before {
	content: "\eb27";
}
.icofont-caret-up:before {
	content: "\eb28";
}
.icofont-circled-down:before {
	content: "\eb29";
}
.icofont-circled-left:before {
	content: "\eb2a";
}
.icofont-circled-right:before {
	content: "\eb2b";
}
.icofont-circled-up:before {
	content: "\eb2c";
}
.icofont-collapse:before {
	content: "\eb2d";
}
.icofont-cursor-drag:before {
	content: "\eb2e";
}
.icofont-curved-double-left:before {
	content: "\eb2f";
}
.icofont-curved-double-right:before {
	content: "\eb30";
}
.icofont-curved-down:before {
	content: "\eb31";
}
.icofont-curved-left:before {
	content: "\eb32";
}
.icofont-curved-right:before {
	content: "\eb33";
}
.icofont-curved-up:before {
	content: "\eb34";
}
.icofont-dotted-down:before {
	content: "\eb35";
}
.icofont-dotted-left:before {
	content: "\eb36";
}
.icofont-dotted-right:before {
	content: "\eb37";
}
.icofont-dotted-up:before {
	content: "\eb38";
}
.icofont-double-left:before {
	content: "\eb39";
}
.icofont-double-right:before {
	content: "\eb3a";
}
.icofont-drag:before {
	content: "\eb3b";
}
.icofont-drag1:before {
	content: "\eb3c";
}
.icofont-drag2:before {
	content: "\eb3d";
}
.icofont-drag3:before {
	content: "\eb3e";
}
.icofont-expand-alt:before {
	content: "\eb3f";
}
.icofont-hand-down:before {
	content: "\eb40";
}
.icofont-hand-drag:before {
	content: "\eb41";
}
.icofont-hand-drag1:before {
	content: "\eb42";
}
.icofont-hand-drag2:before {
	content: "\eb43";
}
.icofont-hand-drawn-alt-down:before {
	content: "\eb44";
}
.icofont-hand-drawn-alt-left:before {
	content: "\eb45";
}
.icofont-hand-drawn-alt-right:before {
	content: "\eb46";
}
.icofont-hand-drawn-alt-up:before {
	content: "\eb47";
}
.icofont-hand-drawn-down:before {
	content: "\eb48";
}
.icofont-hand-drawn-left:before {
	content: "\eb49";
}
.icofont-hand-drawn-right:before {
	content: "\eb4a";
}
.icofont-hand-drawn-up:before {
	content: "\eb4b";
}
.icofont-hand-left:before {
	content: "\eb4c";
}
.icofont-hand-right:before {
	content: "\eb4d";
}
.icofont-hand-up:before {
	content: "\eb4e";
}
.icofont-line-block-down:before {
	content: "\eb4f";
}
.icofont-line-block-left:before {
	content: "\eb50";
}
.icofont-line-block-right:before {
	content: "\eb51";
}
.icofont-line-block-up:before {
	content: "\eb52";
}
.icofont-long-arrow-down:before {
	content: "\eb53";
}
.icofont-long-arrow-left:before {
	content: "\eb54";
}
.icofont-long-arrow-right:before {
	content: "\eb55";
}
.icofont-long-arrow-up:before {
	content: "\eb56";
}
.icofont-rounded-collapse:before {
	content: "\eb57";
}
.icofont-rounded-double-left:before {
	content: "\eb58";
}
.icofont-rounded-double-right:before {
	content: "\eb59";
}
.icofont-rounded-down:before {
	content: "\eb5a";
}
.icofont-rounded-expand:before {
	content: "\eb5b";
}
.icofont-rounded-left-down:before {
	content: "\eb5c";
}
.icofont-rounded-left-up:before {
	content: "\eb5d";
}
.icofont-rounded-left:before {
	content: "\eb5e";
}
.icofont-rounded-right-down:before {
	content: "\eb5f";
}
.icofont-rounded-right-up:before {
	content: "\eb60";
}
.icofont-rounded-right:before {
	content: "\eb61";
}
.icofont-rounded-up:before {
	content: "\eb62";
}
.icofont-scroll-bubble-down:before {
	content: "\eb63";
}
.icofont-scroll-bubble-left:before {
	content: "\eb64";
}
.icofont-scroll-bubble-right:before {
	content: "\eb65";
}
.icofont-scroll-bubble-up:before {
	content: "\eb66";
}
.icofont-scroll-double-down:before {
	content: "\eb67";
}
.icofont-scroll-double-left:before {
	content: "\eb68";
}
.icofont-scroll-double-right:before {
	content: "\eb69";
}
.icofont-scroll-double-up:before {
	content: "\eb6a";
}
.icofont-scroll-down:before {
	content: "\eb6b";
}
.icofont-scroll-left:before {
	content: "\eb6c";
}
.icofont-scroll-long-down:before {
	content: "\eb6d";
}
.icofont-scroll-long-left:before {
	content: "\eb6e";
}
.icofont-scroll-long-right:before {
	content: "\eb6f";
}
.icofont-scroll-long-up:before {
	content: "\eb70";
}
.icofont-scroll-right:before {
	content: "\eb71";
}
.icofont-scroll-up:before {
	content: "\eb72";
}
.icofont-simple-down:before {
	content: "\eb73";
}
.icofont-simple-left-down:before {
	content: "\eb74";
}
.icofont-simple-left-up:before {
	content: "\eb75";
}
.icofont-simple-left:before {
	content: "\eb76";
}
.icofont-simple-right-down:before {
	content: "\eb77";
}
.icofont-simple-right-up:before {
	content: "\eb78";
}
.icofont-simple-right:before {
	content: "\eb79";
}
.icofont-simple-up:before {
	content: "\eb7a";
}
.icofont-square-down:before {
	content: "\eb7b";
}
.icofont-square-left:before {
	content: "\eb7c";
}
.icofont-square-right:before {
	content: "\eb7d";
}
.icofont-square-up:before {
	content: "\eb7e";
}
.icofont-stylish-down:before {
	content: "\eb7f";
}
.icofont-stylish-left:before {
	content: "\eb80";
}
.icofont-stylish-right:before {
	content: "\eb81";
}
.icofont-stylish-up:before {
	content: "\eb82";
}
.icofont-swoosh-down:before {
	content: "\eb83";
}
.icofont-swoosh-left:before {
	content: "\eb84";
}
.icofont-swoosh-right:before {
	content: "\eb85";
}
.icofont-swoosh-up:before {
	content: "\eb86";
}
.icofont-thin-double-left:before {
	content: "\eb87";
}
.icofont-thin-double-right:before {
	content: "\eb88";
}
.icofont-thin-down:before {
	content: "\eb89";
}
.icofont-thin-left:before {
	content: "\eb8a";
}
.icofont-thin-right:before {
	content: "\eb8b";
}
.icofont-thin-up:before {
	content: "\eb8c";
}
.icofont-atom:before {
	content: "\eb8d";
}
.icofont-award:before {
	content: "\eb8e";
}
.icofont-bell-alt:before {
	content: "\eb8f";
}
.icofont-book-alt:before {
	content: "\eb90";
}
.icofont-brainstorming:before {
	content: "\eb91";
}
.icofont-certificate-alt-1:before {
	content: "\eb92";
}
.icofont-certificate-alt-2:before {
	content: "\eb93";
}
.icofont-dna-alt-2:before {
	content: "\eb94";
}
.icofont-education:before {
	content: "\eb95";
}
.icofont-electron:before {
	content: "\eb96";
}
.icofont-fountain-pen:before {
	content: "\eb97";
}
.icofont-globe-alt:before {
	content: "\eb98";
}
.icofont-graduate-alt:before {
	content: "\eb99";
}
.icofont-group-students:before {
	content: "\eb9a";
}
.icofont-hat-alt:before {
	content: "\eb9b";
}
.icofont-hat:before {
	content: "\eb9c";
}
.icofont-instrument:before {
	content: "\eb9d";
}
.icofont-lamp-light:before {
	content: "\eb9e";
}
.icofont-microscope-alt:before {
	content: "\eb9f";
}
.icofont-paper:before {
	content: "\eba0";
}
.icofont-pen-alt-4:before {
	content: "\eba1";
}
.icofont-pen-nib:before {
	content: "\eba2";
}
.icofont-pencil-alt-5:before {
	content: "\eba3";
}
.icofont-quill-pen:before {
	content: "\eba4";
}
.icofont-read-book-alt:before {
	content: "\eba5";
}
.icofont-read-book:before {
	content: "\eba6";
}
.icofont-school-bag:before {
	content: "\eba7";
}
.icofont-school-bus:before {
	content: "\eba8";
}
.icofont-student-alt:before {
	content: "\eba9";
}
.icofont-student:before {
	content: "\ebaa";
}
.icofont-teacher:before {
	content: "\ebab";
}
.icofont-test-bulb:before {
	content: "\ebac";
}
.icofont-test-tube-alt:before {
	content: "\ebad";
}
.icofont-university:before {
	content: "\ebae";
}
.icofont-emo-angry:before {
	content: "\ebaf";
}
.icofont-emo-astonished:before {
	content: "\ebb0";
}
.icofont-emo-confounded:before {
	content: "\ebb1";
}
.icofont-emo-confused:before {
	content: "\ebb2";
}
.icofont-emo-crying:before {
	content: "\ebb3";
}
.icofont-emo-dizzy:before {
	content: "\ebb4";
}
.icofont-emo-expressionless:before {
	content: "\ebb5";
}
.icofont-emo-heart-eyes:before {
	content: "\ebb6";
}
.icofont-emo-laughing:before {
	content: "\ebb7";
}
.icofont-emo-nerd-smile:before {
	content: "\ebb8";
}
.icofont-emo-open-mouth:before {
	content: "\ebb9";
}
.icofont-emo-rage:before {
	content: "\ebba";
}
.icofont-emo-rolling-eyes:before {
	content: "\ebbb";
}
.icofont-emo-sad:before {
	content: "\ebbc";
}
.icofont-emo-simple-smile:before {
	content: "\ebbd";
}
.icofont-emo-slightly-smile:before {
	content: "\ebbe";
}
.icofont-emo-smirk:before {
	content: "\ebbf";
}
.icofont-emo-stuck-out-tongue:before {
	content: "\ebc0";
}
.icofont-emo-wink-smile:before {
	content: "\ebc1";
}
.icofont-emo-worried:before {
	content: "\ebc2";
}
.icofont-architecture-alt:before {
	content: "\ebc3";
}
.icofont-architecture:before {
	content: "\ebc4";
}
.icofont-barricade:before {
	content: "\ebc5";
}
.icofont-bricks:before {
	content: "\ebc6";
}
.icofont-calculations:before {
	content: "\ebc7";
}
.icofont-cement-mix:before {
	content: "\ebc8";
}
.icofont-cement-mixer:before {
	content: "\ebc9";
}
.icofont-danger-zone:before {
	content: "\ebca";
}
.icofont-drill:before {
	content: "\ebcb";
}
.icofont-eco-energy:before {
	content: "\ebcc";
}
.icofont-eco-environmen:before {
	content: "\ebcd";
}
.icofont-energy-air:before {
	content: "\ebce";
}
.icofont-energy-oil:before {
	content: "\ebcf";
}
.icofont-energy-savings:before {
	content: "\ebd0";
}
.icofont-energy-solar:before {
	content: "\ebd1";
}
.icofont-energy-water:before {
	content: "\ebd2";
}
.icofont-engineer:before {
	content: "\ebd3";
}
.icofont-fire-extinguisher-alt:before {
	content: "\ebd4";
}
.icofont-fix-tools:before {
	content: "\ebd5";
}
.icofont-glue-oil:before {
	content: "\ebd6";
}
.icofont-hammer-alt:before {
	content: "\ebd7";
}
.icofont-help-robot:before {
	content: "\ebd8";
}
.icofont-industries-alt-1:before {
	content: "\ebd9";
}
.icofont-industries-alt-2:before {
	content: "\ebda";
}
.icofont-industries-alt-3:before {
	content: "\ebdb";
}
.icofont-industries-alt-4:before {
	content: "\ebdc";
}
.icofont-industries-alt-5:before {
	content: "\ebdd";
}
.icofont-industries:before {
	content: "\ebde";
}
.icofont-labour:before {
	content: "\ebdf";
}
.icofont-mining:before {
	content: "\ebe0";
}
.icofont-paint-brush:before {
	content: "\ebe1";
}
.icofont-pollution:before {
	content: "\ebe2";
}
.icofont-power-zone:before {
	content: "\ebe3";
}
.icofont-radio-active:before {
	content: "\ebe4";
}
.icofont-recycle-alt:before {
	content: "\ebe5";
}
.icofont-recycling-man:before {
	content: "\ebe6";
}
.icofont-safety-hat-light:before {
	content: "\ebe7";
}
.icofont-safety-hat:before {
	content: "\ebe8";
}
.icofont-saw:before {
	content: "\ebe9";
}
.icofont-screw-driver:before {
	content: "\ebea";
}
.icofont-settings-alt:before {
	content: "\ebeb";
}
.icofont-tools-alt-1:before {
	content: "\ebec";
}
.icofont-tools-alt-2:before {
	content: "\ebed";
}
.icofont-tools-bag:before {
	content: "\ebee";
}
.icofont-trolley:before {
	content: "\ebef";
}
.icofont-trowel:before {
	content: "\ebf0";
}
.icofont-under-construction-alt:before {
	content: "\ebf1";
}
.icofont-under-construction:before {
	content: "\ebf2";
}
.icofont-vehicle-cement:before {
	content: "\ebf3";
}
.icofont-vehicle-crane:before {
	content: "\ebf4";
}
.icofont-vehicle-delivery-van:before {
	content: "\ebf5";
}
.icofont-vehicle-dozer:before {
	content: "\ebf6";
}
.icofont-vehicle-excavator:before {
	content: "\ebf7";
}
.icofont-vehicle-trucktor:before {
	content: "\ebf8";
}
.icofont-vehicle-wrecking:before {
	content: "\ebf9";
}
.icofont-worker-group:before {
	content: "\ebfa";
}
.icofont-worker:before {
	content: "\ebfb";
}
.icofont-wrench:before {
	content: "\ebfc";
}
.icofont-file-audio:before {
	content: "\ebfd";
}
.icofont-file-avi-mp4:before {
	content: "\ebfe";
}
.icofont-file-bmp:before {
	content: "\ebff";
}
.icofont-file-code:before {
	content: "\ec00";
}
.icofont-file-css:before {
	content: "\ec01";
}
.icofont-file-document:before {
	content: "\ec02";
}
.icofont-file-eps:before {
	content: "\ec03";
}
.icofont-file-excel:before {
	content: "\ec04";
}
.icofont-file-exe:before {
	content: "\ec05";
}
.icofont-file-file:before {
	content: "\ec06";
}
.icofont-file-flv:before {
	content: "\ec07";
}
.icofont-file-gif:before {
	content: "\ec08";
}
.icofont-file-html5:before {
	content: "\ec09";
}
.icofont-file-image:before {
	content: "\ec0a";
}
.icofont-file-iso:before {
	content: "\ec0b";
}
.icofont-file-java:before {
	content: "\ec0c";
}
.icofont-file-javascript:before {
	content: "\ec0d";
}
.icofont-file-jpg:before {
	content: "\ec0e";
}
.icofont-file-midi:before {
	content: "\ec0f";
}
.icofont-file-mov:before {
	content: "\ec10";
}
.icofont-file-mp3:before {
	content: "\ec11";
}
.icofont-file-pdf:before {
	content: "\ec12";
}
.icofont-file-php:before {
	content: "\ec13";
}
.icofont-file-png:before {
	content: "\ec14";
}
.icofont-file-powerpoint:before {
	content: "\ec15";
}
.icofont-file-presentation:before {
	content: "\ec16";
}
.icofont-file-psb:before {
	content: "\ec17";
}
.icofont-file-psd:before {
	content: "\ec18";
}
.icofont-file-python:before {
	content: "\ec19";
}
.icofont-file-ruby:before {
	content: "\ec1a";
}
.icofont-file-spreadsheet:before {
	content: "\ec1b";
}
.icofont-file-sql:before {
	content: "\ec1c";
}
.icofont-file-svg:before {
	content: "\ec1d";
}
.icofont-file-text:before {
	content: "\ec1e";
}
.icofont-file-tiff:before {
	content: "\ec1f";
}
.icofont-file-video:before {
	content: "\ec20";
}
.icofont-file-wave:before {
	content: "\ec21";
}
.icofont-file-wmv:before {
	content: "\ec22";
}
.icofont-file-word:before {
	content: "\ec23";
}
.icofont-file-zip:before {
	content: "\ec24";
}
.icofont-apple:before {
	content: "\ec25";
}
.icofont-arabian-coffee:before {
	content: "\ec26";
}
.icofont-artichoke:before {
	content: "\ec27";
}
.icofont-asparagus:before {
	content: "\ec28";
}
.icofont-avocado:before {
	content: "\ec29";
}
.icofont-baby-food:before {
	content: "\ec2a";
}
.icofont-banana:before {
	content: "\ec2b";
}
.icofont-bbq:before {
	content: "\ec2c";
}
.icofont-beans:before {
	content: "\ec2d";
}
.icofont-beer:before {
	content: "\ec2e";
}
.icofont-bell-pepper-capsicum:before {
	content: "\ec2f";
}
.icofont-birthday-cake:before {
	content: "\ec30";
}
.icofont-bread:before {
	content: "\ec31";
}
.icofont-broccoli:before {
	content: "\ec32";
}
.icofont-burger:before {
	content: "\ec33";
}
.icofont-cabbage:before {
	content: "\ec34";
}
.icofont-carrot:before {
	content: "\ec35";
}
.icofont-cauli-flower:before {
	content: "\ec36";
}
.icofont-cheese:before {
	content: "\ec37";
}
.icofont-chef:before {
	content: "\ec38";
}
.icofont-cherry:before {
	content: "\ec39";
}
.icofont-chicken-fry:before {
	content: "\ec3a";
}
.icofont-chicken:before {
	content: "\ec3b";
}
.icofont-cocktail:before {
	content: "\ec3c";
}
.icofont-coconut:before {
	content: "\ec3d";
}
.icofont-coffee-alt:before {
	content: "\ec3e";
}
.icofont-coffee-mug:before {
	content: "\ec3f";
}
.icofont-coffee-pot:before {
	content: "\ec40";
}
.icofont-cola:before {
	content: "\ec41";
}
.icofont-corn:before {
	content: "\ec42";
}
.icofont-croissant:before {
	content: "\ec43";
}
.icofont-crop-plant:before {
	content: "\ec44";
}
.icofont-cucumber:before {
	content: "\ec45";
}
.icofont-cup-cake:before {
	content: "\ec46";
}
.icofont-dining-table:before {
	content: "\ec47";
}
.icofont-donut:before {
	content: "\ec48";
}
.icofont-egg-plant:before {
	content: "\ec49";
}
.icofont-egg-poached:before {
	content: "\ec4a";
}
.icofont-farmer:before {
	content: "\ec4b";
}
.icofont-farmer1:before {
	content: "\ec4c";
}
.icofont-fast-food:before {
	content: "\ec4d";
}
.icofont-fish:before {
	content: "\ec4e";
}
.icofont-food-basket:before {
	content: "\ec4f";
}
.icofont-food-cart:before {
	content: "\ec50";
}
.icofont-fork-and-knife:before {
	content: "\ec51";
}
.icofont-french-fries:before {
	content: "\ec52";
}
.icofont-fresh-juice:before {
	content: "\ec53";
}
.icofont-fruits:before {
	content: "\ec54";
}
.icofont-grapes:before {
	content: "\ec55";
}
.icofont-honey:before {
	content: "\ec56";
}
.icofont-hot-dog:before {
	content: "\ec57";
}
.icofont-hotel-alt:before {
	content: "\ec58";
}
.icofont-ice-cream-alt:before {
	content: "\ec59";
}
.icofont-ice-cream:before {
	content: "\ec5a";
}
.icofont-ketchup:before {
	content: "\ec5b";
}
.icofont-kiwi:before {
	content: "\ec5c";
}
.icofont-layered-cake:before {
	content: "\ec5d";
}
.icofont-lemon-alt:before {
	content: "\ec5e";
}
.icofont-lobster:before {
	content: "\ec5f";
}
.icofont-mango:before {
	content: "\ec60";
}
.icofont-milk:before {
	content: "\ec61";
}
.icofont-mushroom:before {
	content: "\ec62";
}
.icofont-noodles:before {
	content: "\ec63";
}
.icofont-onion:before {
	content: "\ec64";
}
.icofont-orange:before {
	content: "\ec65";
}
.icofont-pear:before {
	content: "\ec66";
}
.icofont-peas:before {
	content: "\ec67";
}
.icofont-pepper:before {
	content: "\ec68";
}
.icofont-pie-alt:before {
	content: "\ec69";
}
.icofont-pineapple:before {
	content: "\ec6a";
}
.icofont-pizza-slice:before {
	content: "\ec6b";
}
.icofont-pizza:before {
	content: "\ec6c";
}
.icofont-plant:before {
	content: "\ec6d";
}
.icofont-popcorn:before {
	content: "\ec6e";
}
.icofont-potato:before {
	content: "\ec6f";
}
.icofont-pumpkin:before {
	content: "\ec70";
}
.icofont-raddish:before {
	content: "\ec71";
}
.icofont-restaurant-menu:before {
	content: "\ec72";
}
.icofont-restaurant:before {
	content: "\ec73";
}
.icofont-salt-and-pepper:before {
	content: "\ec74";
}
.icofont-sandwich:before {
	content: "\ec75";
}
.icofont-sausage:before {
	content: "\ec76";
}
.icofont-shrimp:before {
	content: "\ec77";
}
.icofont-sof-drinks:before {
	content: "\ec78";
}
.icofont-soup-bowl:before {
	content: "\ec79";
}
.icofont-spoon-and-fork:before {
	content: "\ec7a";
}
.icofont-steak:before {
	content: "\ec7b";
}
.icofont-strawberry:before {
	content: "\ec7c";
}
.icofont-sub-sandwich:before {
	content: "\ec7d";
}
.icofont-sushi:before {
	content: "\ec7e";
}
.icofont-taco:before {
	content: "\ec7f";
}
.icofont-tea-pot:before {
	content: "\ec80";
}
.icofont-tea:before {
	content: "\ec81";
}
.icofont-tomato:before {
	content: "\ec82";
}
.icofont-waiter-alt:before {
	content: "\ec83";
}
.icofont-watermelon:before {
	content: "\ec84";
}
.icofont-wheat:before {
	content: "\ec85";
}
.icofont-abc:before {
	content: "\ec86";
}
.icofont-baby-cloth:before {
	content: "\ec87";
}
.icofont-baby-milk-bottle:before {
	content: "\ec88";
}
.icofont-baby-trolley:before {
	content: "\ec89";
}
.icofont-back-pack:before {
	content: "\ec8a";
}
.icofont-candy:before {
	content: "\ec8b";
}
.icofont-cycling:before {
	content: "\ec8c";
}
.icofont-holding-hands:before {
	content: "\ec8d";
}
.icofont-infant-nipple:before {
	content: "\ec8e";
}
.icofont-kids-scooter:before {
	content: "\ec8f";
}
.icofont-safety-pin:before {
	content: "\ec90";
}
.icofont-teddy-bear:before {
	content: "\ec91";
}
.icofont-toy-ball:before {
	content: "\ec92";
}
.icofont-toy-cat:before {
	content: "\ec93";
}
.icofont-toy-duck:before {
	content: "\ec94";
}
.icofont-toy-elephant:before {
	content: "\ec95";
}
.icofont-toy-hand:before {
	content: "\ec96";
}
.icofont-toy-horse:before {
	content: "\ec97";
}
.icofont-toy-lattu:before {
	content: "\ec98";
}
.icofont-toy-train:before {
	content: "\ec99";
}
.icofont-unique-idea:before {
	content: "\ec9a";
}
.icofont-bag-alt:before {
	content: "\ec9b";
}
.icofont-burglar:before {
	content: "\ec9c";
}
.icofont-cannon-firing:before {
	content: "\ec9d";
}
.icofont-cc-camera:before {
	content: "\ec9e";
}
.icofont-cop-badge:before {
	content: "\ec9f";
}
.icofont-cop:before {
	content: "\eca0";
}
.icofont-court-hammer:before {
	content: "\eca1";
}
.icofont-court:before {
	content: "\eca2";
}
.icofont-finger-print:before {
	content: "\eca3";
}
.icofont-handcuff-alt:before {
	content: "\eca4";
}
.icofont-handcuff:before {
	content: "\eca5";
}
.icofont-investigation:before {
	content: "\eca6";
}
.icofont-investigator:before {
	content: "\eca7";
}
.icofont-jail:before {
	content: "\eca8";
}
.icofont-judge:before {
	content: "\eca9";
}
.icofont-law-alt-1:before {
	content: "\ecaa";
}
.icofont-law-alt-2:before {
	content: "\ecab";
}
.icofont-law-alt-3:before {
	content: "\ecac";
}
.icofont-law-book:before {
	content: "\ecad";
}
.icofont-law-document:before {
	content: "\ecae";
}
.icofont-law:before {
	content: "\ecaf";
}
.icofont-lawyer-alt-1:before {
	content: "\ecb0";
}
.icofont-lawyer-alt-2:before {
	content: "\ecb1";
}
.icofont-lawyer:before {
	content: "\ecb2";
}
.icofont-order:before {
	content: "\ecb3";
}
.icofont-pistol:before {
	content: "\ecb4";
}
.icofont-police-badge:before {
	content: "\ecb5";
}
.icofont-police-cap:before {
	content: "\ecb6";
}
.icofont-police-car-alt-1:before {
	content: "\ecb7";
}
.icofont-police-car-alt-2:before {
	content: "\ecb8";
}
.icofont-police-hat:before {
	content: "\ecb9";
}
.icofont-police-van:before {
	content: "\ecba";
}
.icofont-police:before {
	content: "\ecbb";
}
.icofont-protect:before {
	content: "\ecbc";
}
.icofont-scales:before {
	content: "\ecbd";
}
.icofont-thief-alt:before {
	content: "\ecbe";
}
.icofont-thief:before {
	content: "\ecbf";
}
.icofont-abacus-alt:before {
	content: "\ecc0";
}
.icofont-abacus:before {
	content: "\ecc1";
}
.icofont-angle:before {
	content: "\ecc2";
}
.icofont-calculator-alt-1:before {
	content: "\ecc3";
}
.icofont-calculator-alt-2:before {
	content: "\ecc4";
}
.icofont-circle-ruler-alt:before {
	content: "\ecc5";
}
.icofont-circle-ruler:before {
	content: "\ecc6";
}
.icofont-compass-alt-1:before {
	content: "\ecc7";
}
.icofont-compass-alt-2:before {
	content: "\ecc8";
}
.icofont-compass-alt-3:before {
	content: "\ecc9";
}
.icofont-compass-alt-4:before {
	content: "\ecca";
}
.icofont-degrees-alt-1:before {
	content: "\eccb";
}
.icofont-degrees-alt-2:before {
	content: "\eccc";
}
.icofont-degrees:before {
	content: "\eccd";
}
.icofont-golden-ratio:before {
	content: "\ecce";
}
.icofont-marker-alt-1:before {
	content: "\eccf";
}
.icofont-marker-alt-2:before {
	content: "\ecd0";
}
.icofont-marker-alt-3:before {
	content: "\ecd1";
}
.icofont-mathematical-alt-1:before {
	content: "\ecd2";
}
.icofont-mathematical-alt-2:before {
	content: "\ecd3";
}
.icofont-mathematical:before {
	content: "\ecd4";
}
.icofont-pen-alt-1:before {
	content: "\ecd5";
}
.icofont-pen-alt-2:before {
	content: "\ecd6";
}
.icofont-pen-alt-3:before {
	content: "\ecd7";
}
.icofont-pen-holder-alt-1:before {
	content: "\ecd8";
}
.icofont-pen-holder:before {
	content: "\ecd9";
}
.icofont-pencil-alt-1:before {
	content: "\ecda";
}
.icofont-pencil-alt-2:before {
	content: "\ecdb";
}
.icofont-pencil-alt-3:before {
	content: "\ecdc";
}
.icofont-pencil-alt-4:before {
	content: "\ecdd";
}
.icofont-ruler-alt-1:before {
	content: "\ecde";
}
.icofont-ruler-alt-2:before {
	content: "\ecdf";
}
.icofont-ruler-compass-alt:before {
	content: "\ece0";
}
.icofont-ruler-compass:before {
	content: "\ece1";
}
.icofont-ruler-pencil-alt-1:before {
	content: "\ece2";
}
.icofont-ruler-pencil-alt-2:before {
	content: "\ece3";
}
.icofont-ruler-pencil:before {
	content: "\ece4";
}
.icofont-ruler:before {
	content: "\ece5";
}
.icofont-rulers-alt:before {
	content: "\ece6";
}
.icofont-rulers:before {
	content: "\ece7";
}
.icofont-square-root:before {
	content: "\ece8";
}
.icofont-aids:before {
	content: "\ece9";
}
.icofont-ambulance:before {
	content: "\ecea";
}
.icofont-autism:before {
	content: "\eceb";
}
.icofont-bandage:before {
	content: "\ecec";
}
.icofont-bed-patient:before {
	content: "\eced";
}
.icofont-blind:before {
	content: "\ecee";
}
.icofont-blood-drop:before {
	content: "\ecef";
}
.icofont-blood-test:before {
	content: "\ecf0";
}
.icofont-blood:before {
	content: "\ecf1";
}
.icofont-capsule:before {
	content: "\ecf2";
}
.icofont-crutches:before {
	content: "\ecf3";
}
.icofont-dna-alt-1:before {
	content: "\ecf4";
}
.icofont-dna:before {
	content: "\ecf5";
}
.icofont-doctor-alt:before {
	content: "\ecf6";
}
.icofont-doctor:before {
	content: "\ecf7";
}
.icofont-drug-pack:before {
	content: "\ecf8";
}
.icofont-drug:before {
	content: "\ecf9";
}
.icofont-eye-alt:before {
	content: "\ecfa";
}
.icofont-first-aid-alt:before {
	content: "\ecfb";
}
.icofont-garbage:before {
	content: "\ecfc";
}
.icofont-heart-alt:before {
	content: "\ecfd";
}
.icofont-heartbeat:before {
	content: "\ecfe";
}
.icofont-herbal:before {
	content: "\ecff";
}
.icofont-hospital:before {
	content: "\ed00";
}
.icofont-icu:before {
	content: "\ed01";
}
.icofont-injection-syringe:before {
	content: "\ed02";
}
.icofont-laboratory:before {
	content: "\ed03";
}
.icofont-medical-sign-alt:before {
	content: "\ed04";
}
.icofont-medical-sign:before {
	content: "\ed05";
}
.icofont-nurse-alt:before {
	content: "\ed06";
}
.icofont-nurse:before {
	content: "\ed07";
}
.icofont-nursing-home:before {
	content: "\ed08";
}
.icofont-operation-theater:before {
	content: "\ed09";
}
.icofont-paralysis-disability:before {
	content: "\ed0a";
}
.icofont-pills:before {
	content: "\ed0b";
}
.icofont-prescription:before {
	content: "\ed0c";
}
.icofont-pulse:before {
	content: "\ed0d";
}
.icofont-stethoscope-alt:before {
	content: "\ed0e";
}
.icofont-stethoscope:before {
	content: "\ed0f";
}
.icofont-stretcher:before {
	content: "\ed10";
}
.icofont-surgeon-alt:before {
	content: "\ed11";
}
.icofont-surgeon:before {
	content: "\ed12";
}
.icofont-tablets:before {
	content: "\ed13";
}
.icofont-test-bottle:before {
	content: "\ed14";
}
.icofont-test-tube:before {
	content: "\ed15";
}
.icofont-thermometer-alt:before {
	content: "\ed16";
}
.icofont-tooth:before {
	content: "\ed17";
}
.icofont-xray:before {
	content: "\ed18";
}
.icofont-ui-add:before {
	content: "\ed19";
}
.icofont-ui-alarm:before {
	content: "\ed1a";
}
.icofont-ui-battery:before {
	content: "\ed1b";
}
.icofont-ui-block:before {
	content: "\ed1c";
}
.icofont-ui-bluetooth:before {
	content: "\ed1d";
}
.icofont-ui-brightness:before {
	content: "\ed1e";
}
.icofont-ui-browser:before {
	content: "\ed1f";
}
.icofont-ui-calculator:before {
	content: "\ed20";
}
.icofont-ui-calendar:before {
	content: "\ed21";
}
.icofont-ui-call:before {
	content: "\ed22";
}
.icofont-ui-camera:before {
	content: "\ed23";
}
.icofont-ui-cart:before {
	content: "\ed24";
}
.icofont-ui-cell-phone:before {
	content: "\ed25";
}
.icofont-ui-chat:before {
	content: "\ed26";
}
.icofont-ui-check:before {
	content: "\ed27";
}
.icofont-ui-clip-board:before {
	content: "\ed28";
}
.icofont-ui-clip:before {
	content: "\ed29";
}
.icofont-ui-clock:before {
	content: "\ed2a";
}
.icofont-ui-close:before {
	content: "\ed2b";
}
.icofont-ui-contact-list:before {
	content: "\ed2c";
}
.icofont-ui-copy:before {
	content: "\ed2d";
}
.icofont-ui-cut:before {
	content: "\ed2e";
}
.icofont-ui-delete:before {
	content: "\ed2f";
}
.icofont-ui-dial-phone:before {
	content: "\ed30";
}
.icofont-ui-edit:before {
	content: "\ed31";
}
.icofont-ui-email:before {
	content: "\ed32";
}
.icofont-ui-file:before {
	content: "\ed33";
}
.icofont-ui-fire-wall:before {
	content: "\ed34";
}
.icofont-ui-flash-light:before {
	content: "\ed35";
}
.icofont-ui-flight:before {
	content: "\ed36";
}
.icofont-ui-folder:before {
	content: "\ed37";
}
.icofont-ui-game:before {
	content: "\ed38";
}
.icofont-ui-handicapped:before {
	content: "\ed39";
}
.icofont-ui-head-phone:before {
	content: "\ed3a";
}
.icofont-ui-home:before {
	content: "\ed3b";
}
.icofont-ui-image:before {
	content: "\ed3c";
}
.icofont-ui-keyboard:before {
	content: "\ed3d";
}
.icofont-ui-laoding:before {
	content: "\ed3e";
}
.icofont-ui-lock:before {
	content: "\ed3f";
}
.icofont-ui-love-add:before {
	content: "\ed40";
}
.icofont-ui-love-broken:before {
	content: "\ed41";
}
.icofont-ui-love-remove:before {
	content: "\ed42";
}
.icofont-ui-love:before {
	content: "\ed43";
}
.icofont-ui-map:before {
	content: "\ed44";
}
.icofont-ui-message:before {
	content: "\ed45";
}
.icofont-ui-messaging:before {
	content: "\ed46";
}
.icofont-ui-movie:before {
	content: "\ed47";
}
.icofont-ui-music-player:before {
	content: "\ed48";
}
.icofont-ui-music:before {
	content: "\ed49";
}
.icofont-ui-mute:before {
	content: "\ed4a";
}
.icofont-ui-network:before {
	content: "\ed4b";
}
.icofont-ui-next:before {
	content: "\ed4c";
}
.icofont-ui-note:before {
	content: "\ed4d";
}
.icofont-ui-office:before {
	content: "\ed4e";
}
.icofont-ui-password:before {
	content: "\ed4f";
}
.icofont-ui-pause:before {
	content: "\ed50";
}
.icofont-ui-play-stop:before {
	content: "\ed51";
}
.icofont-ui-play:before {
	content: "\ed52";
}
.icofont-ui-pointer:before {
	content: "\ed53";
}
.icofont-ui-power:before {
	content: "\ed54";
}
.icofont-ui-press:before {
	content: "\ed55";
}
.icofont-ui-previous:before {
	content: "\ed56";
}
.icofont-ui-rate-add:before {
	content: "\ed57";
}
.icofont-ui-rate-blank:before {
	content: "\ed58";
}
.icofont-ui-rate-remove:before {
	content: "\ed59";
}
.icofont-ui-rating:before {
	content: "\ed5a";
}
.icofont-ui-record:before {
	content: "\ed5b";
}
.icofont-ui-remove:before {
	content: "\ed5c";
}
.icofont-ui-reply:before {
	content: "\ed5d";
}
.icofont-ui-rotation:before {
	content: "\ed5e";
}
.icofont-ui-rss:before {
	content: "\ed5f";
}
.icofont-ui-search:before {
	content: "\ed60";
}
.icofont-ui-settings:before {
	content: "\ed61";
}
.icofont-ui-social-link:before {
	content: "\ed62";
}
.icofont-ui-tag:before {
	content: "\ed63";
}
.icofont-ui-text-chat:before {
	content: "\ed64";
}
.icofont-ui-text-loading:before {
	content: "\ed65";
}
.icofont-ui-theme:before {
	content: "\ed66";
}
.icofont-ui-timer:before {
	content: "\ed67";
}
.icofont-ui-touch-phone:before {
	content: "\ed68";
}
.icofont-ui-travel:before {
	content: "\ed69";
}
.icofont-ui-unlock:before {
	content: "\ed6a";
}
.icofont-ui-user-group:before {
	content: "\ed6b";
}
.icofont-ui-user:before {
	content: "\ed6c";
}
.icofont-ui-v-card:before {
	content: "\ed6d";
}
.icofont-ui-video-chat:before {
	content: "\ed6e";
}
.icofont-ui-video-message:before {
	content: "\ed6f";
}
.icofont-ui-video-play:before {
	content: "\ed70";
}
.icofont-ui-video:before {
	content: "\ed71";
}
.icofont-ui-volume:before {
	content: "\ed72";
}
.icofont-ui-weather:before {
	content: "\ed73";
}
.icofont-ui-wifi:before {
	content: "\ed74";
}
.icofont-ui-zoom-in:before {
	content: "\ed75";
}
.icofont-ui-zoom-out:before {
	content: "\ed76";
}
.icofont-cassette-player:before {
	content: "\ed77";
}
.icofont-cassette:before {
	content: "\ed78";
}
.icofont-forward:before {
	content: "\ed79";
}
.icofont-game:before {
	content: "\ed7a";
}
.icofont-guiter:before {
	content: "\ed7b";
}
.icofont-headphone-alt-1:before {
	content: "\ed7c";
}
.icofont-headphone-alt-2:before {
	content: "\ed7d";
}
.icofont-headphone-alt-3:before {
	content: "\ed7e";
}
.icofont-listening:before {
	content: "\ed7f";
}
.icofont-megaphone-alt:before {
	content: "\ed80";
}
.icofont-megaphone:before {
	content: "\ed81";
}
.icofont-movie:before {
	content: "\ed82";
}
.icofont-mp3-player:before {
	content: "\ed83";
}
.icofont-multimedia:before {
	content: "\ed84";
}
.icofont-music-disk:before {
	content: "\ed85";
}
.icofont-music-note:before {
	content: "\ed86";
}
.icofont-pause:before {
	content: "\ed87";
}
.icofont-play-alt-1:before {
	content: "\ed88";
}
.icofont-play-alt-2:before {
	content: "\ed89";
}
.icofont-play-alt-3:before {
	content: "\ed8a";
}
.icofont-play-pause:before {
	content: "\ed8b";
}
.icofont-record:before {
	content: "\ed8c";
}
.icofont-retro-music-disk:before {
	content: "\ed8d";
}
.icofont-rewind:before {
	content: "\ed8e";
}
.icofont-song-notes:before {
	content: "\ed8f";
}
.icofont-sound-wave-alt:before {
	content: "\ed90";
}
.icofont-sound-wave:before {
	content: "\ed91";
}
.icofont-stop:before {
	content: "\ed92";
}
.icofont-video-alt:before {
	content: "\ed93";
}
.icofont-video-cam:before {
	content: "\ed94";
}
.icofont-volume-bar:before {
	content: "\ed95";
}
.icofont-volume-mute:before {
	content: "\ed96";
}
.icofont-youtube-play:before {
	content: "\ed97";
}
.icofont-amazon-alt:before {
	content: "\ed98";
}
.icofont-amazon:before {
	content: "\ed99";
}
.icofont-american-express-alt:before {
	content: "\ed9a";
}
.icofont-american-express:before {
	content: "\ed9b";
}
.icofont-apple-pay-alt:before {
	content: "\ed9c";
}
.icofont-apple-pay:before {
	content: "\ed9d";
}
.icofont-bank-transfer-alt:before {
	content: "\ed9e";
}
.icofont-bank-transfer:before {
	content: "\ed9f";
}
.icofont-braintree-alt:before {
	content: "\eda0";
}
.icofont-braintree:before {
	content: "\eda1";
}
.icofont-cash-on-delivery-alt:before {
	content: "\eda2";
}
.icofont-cash-on-delivery:before {
	content: "\eda3";
}
.icofont-checkout-alt:before {
	content: "\eda4";
}
.icofont-checkout:before {
	content: "\eda5";
}
.icofont-diners-club-alt-1:before {
	content: "\eda6";
}
.icofont-diners-club-alt-2:before {
	content: "\eda7";
}
.icofont-diners-club-alt-3:before {
	content: "\eda8";
}
.icofont-diners-club:before {
	content: "\eda9";
}
.icofont-discover-alt:before {
	content: "\edaa";
}
.icofont-discover:before {
	content: "\edab";
}
.icofont-eway-alt:before {
	content: "\edac";
}
.icofont-eway:before {
	content: "\edad";
}
.icofont-google-wallet-alt-1:before {
	content: "\edae";
}
.icofont-google-wallet-alt-2:before {
	content: "\edaf";
}
.icofont-google-wallet-alt-3:before {
	content: "\edb0";
}
.icofont-google-wallet:before {
	content: "\edb1";
}
.icofont-jcb-alt:before {
	content: "\edb2";
}
.icofont-jcb:before {
	content: "\edb3";
}
.icofont-maestro-alt:before {
	content: "\edb4";
}
.icofont-maestro:before {
	content: "\edb5";
}
.icofont-mastercard-alt:before {
	content: "\edb6";
}
.icofont-mastercard:before {
	content: "\edb7";
}
.icofont-payoneer-alt:before {
	content: "\edb8";
}
.icofont-payoneer:before {
	content: "\edb9";
}
.icofont-paypal-alt:before {
	content: "\edba";
}
.icofont-paypal:before {
	content: "\edbb";
}
.icofont-sage-alt:before {
	content: "\edbc";
}
.icofont-sage:before {
	content: "\edbd";
}
.icofont-skrill-alt:before {
	content: "\edbe";
}
.icofont-skrill:before {
	content: "\edbf";
}
.icofont-stripe-alt:before {
	content: "\edc0";
}
.icofont-stripe:before {
	content: "\edc1";
}
.icofont-visa-alt:before {
	content: "\edc2";
}
.icofont-visa-electron:before {
	content: "\edc3";
}
.icofont-visa:before {
	content: "\edc4";
}
.icofont-western-union-alt:before {
	content: "\edc5";
}
.icofont-western-union:before {
	content: "\edc6";
}
.icofont-boy:before {
	content: "\edc7";
}
.icofont-business-man-alt-1:before {
	content: "\edc8";
}
.icofont-business-man-alt-2:before {
	content: "\edc9";
}
.icofont-business-man-alt-3:before {
	content: "\edca";
}
.icofont-business-man:before {
	content: "\edcb";
}
.icofont-funky-man:before {
	content: "\edcc";
}
.icofont-girl-alt:before {
	content: "\edcd";
}
.icofont-girl:before {
	content: "\edce";
}
.icofont-hotel-boy-alt:before {
	content: "\edcf";
}
.icofont-hotel-boy:before {
	content: "\edd0";
}
.icofont-man-in-glasses:before {
	content: "\edd1";
}
.icofont-user-alt-1:before {
	content: "\edd2";
}
.icofont-user-alt-2:before {
	content: "\edd3";
}
.icofont-user-alt-3:before {
	content: "\edd4";
}
.icofont-user-alt-4:before {
	content: "\edd5";
}
.icofont-user-alt-5:before {
	content: "\edd6";
}
.icofont-user-alt-6:before {
	content: "\edd7";
}
.icofont-user-alt-7:before {
	content: "\edd8";
}
.icofont-user-female:before {
	content: "\edd9";
}
.icofont-user-male:before {
	content: "\edda";
}
.icofont-user-suited:before {
	content: "\eddb";
}
.icofont-user:before {
	content: "\eddc";
}
.icofont-users-alt-1:before {
	content: "\eddd";
}
.icofont-users-alt-2:before {
	content: "\edde";
}
.icofont-users-alt-3:before {
	content: "\eddf";
}
.icofont-users-alt-4:before {
	content: "\ede0";
}
.icofont-users-alt-5:before {
	content: "\ede1";
}
.icofont-users-alt-6:before {
	content: "\ede2";
}
.icofont-users-social:before {
	content: "\ede3";
}
.icofont-users:before {
	content: "\ede4";
}
.icofont-waiter:before {
	content: "\ede5";
}
.icofont-woman-in-glasses:before {
	content: "\ede6";
}
.icofont-document-search:before {
	content: "\ede7";
}
.icofont-folder-search:before {
	content: "\ede8";
}
.icofont-home-search:before {
	content: "\ede9";
}
.icofont-job-search:before {
	content: "\edea";
}
.icofont-map-search:before {
	content: "\edeb";
}
.icofont-restaurant-search:before {
	content: "\edec";
}
.icofont-search-alt-1:before {
	content: "\eded";
}
.icofont-search-alt-2:before {
	content: "\edee";
}
.icofont-search:before {
	content: "\edef";
}
.icofont-stock-search:before {
	content: "\edf0";
}
.icofont-user-search:before {
	content: "\edf1";
}
.icofont-social-aim:before {
	content: "\edf2";
}
.icofont-social-badoo:before {

	content: "\edf3";
}
.icofont-social-bebo:before {
	content: "\edf4";
}
.icofont-social-behance:before {
	content: "\edf5";
}
.icofont-social-blogger:before {
	content: "\edf6";
}
.icofont-social-bootstrap:before {
	content: "\edf7";
}
.icofont-social-brightkite:before {
	content: "\edf8";
}
.icofont-social-cloudapp:before {
	content: "\edf9";
}
.icofont-social-concrete5:before {
	content: "\edfa";
}
.icofont-social-designbump:before {
	content: "\edfb";
}
.icofont-social-designfloat:before {
	content: "\edfc";
}
.icofont-social-deviantart:before {
	content: "\edfd";
}
.icofont-social-digg:before {
	content: "\edfe";
}
.icofont-social-dotcms:before {
	content: "\edff";
}
.icofont-social-dribble:before {
	content: "\ee00";
}
.icofont-social-dropbox:before {
	content: "\ee01";
}
.icofont-brand-drupal:before {
	content: "\ee02";
}
.icofont-social-ebuddy:before {
	content: "\ee03";
}
.icofont-social-ello:before {
	content: "\ee04";
}
.icofont-social-ember:before {
	content: "\ee05";
}
.icofont-social-envato:before {
	content: "\ee06";
}
.icofont-social-evernote:before {
	content: "\ee07";
}
.icofont-social-facebook:before {
	content: "\ee08";
}
.icofont-social-feedburner:before {
	content: "\ee09";
}
.icofont-social-folkd:before {
	content: "\ee0a";
}
.icofont-social-friendfeed:before {
	content: "\ee0b";
}
.icofont-social-ghost:before {
	content: "\ee0c";
}
.icofont-social-github:before {
	content: "\ee0d";
}
.icofont-social-gnome:before {
	content: "\ee0e";
}
.icofont-social-google-buzz:before {
	content: "\ee0f";
}
.icofont-social-google-map:before {
	content: "\ee10";
}
.icofont-social-google-plus:before {
	content: "\ee11";
}
.icofont-social-google-talk:before {
	content: "\ee12";
}
.icofont-social-hype-machine:before {
	content: "\ee13";
}
.icofont-social-instagram:before {
	content: "\ee14";
}
.icofont-brand-joomla:before {
	content: "\ee15";
}
.icofont-social-kickstarter:before {
	content: "\ee16";
}
.icofont-social-line:before {
	content: "\ee17";
}
.icofont-social-linux-mint:before {
	content: "\ee18";
}
.icofont-social-livejournal:before {
	content: "\ee19";
}
.icofont-social-magento:before {
	content: "\ee1a";
}
.icofont-social-meetup:before {
	content: "\ee1b";
}
.icofont-social-mixx:before {
	content: "\ee1c";
}
.icofont-social-newsvine:before {
	content: "\ee1d";
}
.icofont-social-nimbuss:before {
	content: "\ee1e";
}
.icofont-social-opencart:before {
	content: "\ee1f";
}
.icofont-social-oscommerce:before {
	content: "\ee20";
}
.icofont-social-pandora:before {
	content: "\ee21";
}
.icofont-social-picasa:before {
	content: "\ee22";
}
.icofont-social-pinterest:before {
	content: "\ee23";
}
.icofont-social-prestashop:before {
	content: "\ee24";
}
.icofont-social-qik:before {
	content: "\ee25";
}
.icofont-social-readernaut:before {
	content: "\ee26";
}
.icofont-social-reddit:before {
	content: "\ee27";
}
.icofont-social-rss:before {
	content: "\ee28";
}
.icofont-social-shopify:before {
	content: "\ee29";
}
.icofont-social-silverstripe:before {
	content: "\ee2a";
}
.icofont-social-skype:before {
	content: "\ee2b";
}
.icofont-social-slashdot:before {
	content: "\ee2c";
}
.icofont-social-smugmug:before {
	content: "\ee2d";
}
.icofont-social-steam:before {
	content: "\ee2e";
}
.icofont-social-stumbleupon:before {
	content: "\ee2f";
}
.icofont-social-technorati:before {
	content: "\ee30";
}
.icofont-social-telegram:before {
	content: "\ee31";
}
.icofont-social-tinder:before {
	content: "\ee32";
}
.icofont-social-tumblr:before {
	content: "\ee33";
}
.icofont-social-twitter:before {
	content: "\ee34";
}
.icofont-social-typo3:before {
	content: "\ee35";
}
.icofont-social-ubercart:before {
	content: "\ee36";
}
.icofont-social-viber:before {
	content: "\ee37";
}
.icofont-social-viddler:before {
	content: "\ee38";
}
.icofont-social-vimeo:before {
	content: "\ee39";
}
.icofont-social-vine:before {
	content: "\ee3a";
}
.icofont-social-virb:before {
	content: "\ee3b";
}
.icofont-social-virtuemart:before {
	content: "\ee3c";
}
.icofont-social-wechat:before {
	content: "\ee3d";
}
.icofont-brand-wordpress:before {
	content: "\ee3e";
}
.icofont-social-xing:before {
	content: "\ee3f";
}
.icofont-social-yahoo:before {
	content: "\ee40";
}
.icofont-social-yelp:before {
	content: "\ee41";
}
.icofont-social-zencart:before {
	content: "\ee42";
}
.icofont-badminton-birdie:before {
	content: "\ee43";
}
.icofont-baseball:before {
	content: "\ee44";
}
.icofont-baseballer:before {
	content: "\ee45";
}
.icofont-basketball-hoop:before {
	content: "\ee46";
}
.icofont-basketball:before {
	content: "\ee47";
}
.icofont-billiard-ball:before {
	content: "\ee48";
}
.icofont-boot-alt-1:before {
	content: "\ee49";
}
.icofont-boot-alt-2:before {
	content: "\ee4a";
}
.icofont-bowling-alt:before {
	content: "\ee4b";
}
.icofont-bowling:before {
	content: "\ee4c";
}
.icofont-canoe:before {
	content: "\ee4d";
}
.icofont-cheer-leader:before {
	content: "\ee4e";
}
.icofont-climbing:before {
	content: "\ee4f";
}
.icofont-corner:before {
	content: "\ee50";
}
.icofont-cyclist:before {
	content: "\ee51";
}
.icofont-dumbbell-alt:before {
	content: "\ee52";
}
.icofont-dumbbell:before {
	content: "\ee53";
}
.icofont-field-alt:before {
	content: "\ee54";
}
.icofont-field:before {
	content: "\ee55";
}
.icofont-football-alt:before {
	content: "\ee56";
}
.icofont-foul:before {
	content: "\ee57";
}
.icofont-goal-keeper:before {
	content: "\ee58";
}
.icofont-goal:before {
	content: "\ee59";
}
.icofont-golf-alt:before {
	content: "\ee5a";
}
.icofont-golf-bag:before {
	content: "\ee5b";
}
.icofont-golf-field:before {
	content: "\ee5c";
}
.icofont-golf:before {
	content: "\ee5d";
}
.icofont-golfer:before {
	content: "\ee5e";
}
.icofont-gym-alt-1:before {
	content: "\ee5f";
}
.icofont-gym-alt-2:before {
	content: "\ee60";
}
.icofont-gym-alt-3:before {
	content: "\ee61";
}
.icofont-gym:before {
	content: "\ee62";
}
.icofont-hand-grippers:before {
	content: "\ee63";
}
.icofont-heart-beat-alt:before {
	content: "\ee64";
}
.icofont-helmet:before {
	content: "\ee65";
}
.icofont-hockey-alt:before {
	content: "\ee66";
}
.icofont-hockey:before {
	content: "\ee67";
}
.icofont-ice-skate:before {
	content: "\ee68";
}
.icofont-jersey-alt:before {
	content: "\ee69";
}
.icofont-jersey:before {
	content: "\ee6a";
}
.icofont-jumping:before {
	content: "\ee6b";
}
.icofont-kick:before {
	content: "\ee6c";
}
.icofont-leg:before {
	content: "\ee6d";
}
.icofont-match-review:before {
	content: "\ee6e";
}
.icofont-medal-alt:before {
	content: "\ee6f";
}
.icofont-muscle-alt:before {
	content: "\ee70";
}
.icofont-muscle:before {
	content: "\ee71";
}
.icofont-offside:before {
	content: "\ee72";
}
.icofont-olympic-logo:before {
	content: "\ee73";
}
.icofont-olympic:before {
	content: "\ee74";
}
.icofont-padding:before {
	content: "\ee75";
}
.icofont-penalty-card:before {
	content: "\ee76";
}
.icofont-racer:before {
	content: "\ee77";
}
.icofont-racing-car:before {
	content: "\ee78";
}
.icofont-racing-flag-alt:before {
	content: "\ee79";
}
.icofont-racing-flag:before {
	content: "\ee7a";
}
.icofont-racings-wheel:before {
	content: "\ee7b";
}
.icofont-referee:before {
	content: "\ee7c";
}
.icofont-refree-jersey:before {
	content: "\ee7d";
}
.icofont-result:before {
	content: "\ee7e";
}
.icofont-rugby-ball:before {
	content: "\ee7f";
}
.icofont-rugby-player:before {
	content: "\ee80";
}
.icofont-rugby:before {
	content: "\ee81";
}
.icofont-runner-alt-1:before {
	content: "\ee82";
}
.icofont-runner-alt-2:before {
	content: "\ee83";
}
.icofont-runner:before {
	content: "\ee84";
}
.icofont-score-board:before {
	content: "\ee85";
}
.icofont-skiing-man:before {
	content: "\ee86";
}
.icofont-skydiving-goggles:before {
	content: "\ee87";
}
.icofont-snow-mobile:before {
	content: "\ee88";
}
.icofont-steering:before {
	content: "\ee89";
}
.icofont-substitute:before {
	content: "\ee8a";
}
.icofont-swimmer:before {
	content: "\ee8b";
}
.icofont-table-tennis:before {
	content: "\ee8c";
}
.icofont-team-alt:before {
	content: "\ee8d";
}
.icofont-team:before {
	content: "\ee8e";
}
.icofont-tennis-player:before {
	content: "\ee8f";
}
.icofont-tennis:before {
	content: "\ee90";
}
.icofont-time:before {
	content: "\ee91";
}
.icofont-track:before {
	content: "\ee92";
}
.icofont-tracking:before {
	content: "\ee93";
}
.icofont-trophy-alt:before {
	content: "\ee94";
}
.icofont-trophy:before {
	content: "\ee95";
}
.icofont-volleyball-alt:before {
	content: "\ee96";
}
.icofont-volleyball-fire:before {
	content: "\ee97";
}
.icofont-volleyball:before {
	content: "\ee98";
}
.icofont-water-bottle:before {
	content: "\ee99";
}
.icofont-whisle:before {
	content: "\ee9a";
}
.icofont-win-trophy:before {
	content: "\ee9b";
}
.icofont-align-center:before {
	content: "\ee9c";
}
.icofont-align-left:before {
	content: "\ee9d";
}
.icofont-align-right:before {
	content: "\ee9e";
}
.icofont-all-caps:before {
	content: "\ee9f";
}
.icofont-bold:before {
	content: "\eea0";
}
.icofont-brush:before {
	content: "\eea1";
}
.icofont-clip-board:before {
	content: "\eea2";
}
.icofont-code-alt:before {
	content: "\eea3";
}
.icofont-color-bucket:before {
	content: "\eea4";
}
.icofont-color-picker:before {
	content: "\eea5";
}
.icofont-copy-alt:before {
	content: "\eea6";
}
.icofont-copy-black:before {
	content: "\eea7";
}
.icofont-cut:before {
	content: "\eea8";
}
.icofont-delete-alt:before {
	content: "\eea9";
}
.icofont-edit-alt:before {
	content: "\eeaa";
}
.icofont-eraser-alt:before {
	content: "\eeab";
}
.icofont-file-alt:before {
	content: "\eeac";
}
.icofont-font:before {
	content: "\eead";
}
.icofont-header:before {
	content: "\eeae";
}
.icofont-indent:before {
	content: "\eeaf";
}
.icofont-italic-alt:before {
	content: "\eeb0";
}
.icofont-justify-all:before {
	content: "\eeb1";
}
.icofont-justify-center:before {
	content: "\eeb2";
}
.icofont-justify-left:before {
	content: "\eeb3";
}
.icofont-justify-right:before {
	content: "\eeb4";
}
.icofont-line-height:before {
	content: "\eeb5";
}
.icofont-link-alt:before {
	content: "\eeb6";
}
.icofont-listine-dots:before {
	content: "\eeb7";
}
.icofont-listing-box:before {
	content: "\eeb8";
}
.icofont-listing-number:before {
	content: "\eeb9";
}
.icofont-marker:before {
	content: "\eeba";
}
.icofont-outdent:before {
	content: "\eebb";
}
.icofont-paper-clip:before {
	content: "\eebc";
}
.icofont-paragraph:before {
	content: "\eebd";
}
.icofont-pin:before {
	content: "\eebe";
}
.icofont-printer:before {
	content: "\eebf";
}
.icofont-redo:before {
	content: "\eec0";
}
.icofont-rotation:before {
	content: "\eec1";
}
.icofont-save:before {
	content: "\eec2";
}
.icofont-small-cap:before {
	content: "\eec3";
}
.icofont-strike-through:before {
	content: "\eec4";
}
.icofont-sub-listing:before {
	content: "\eec5";
}
.icofont-subscript:before {
	content: "\eec6";
}
.icofont-superscript:before {
	content: "\eec7";
}
.icofont-table:before {
	content: "\eec8";
}
.icofont-text-height:before {
	content: "\eec9";
}
.icofont-text-width:before {
	content: "\eeca";
}
.icofont-trash:before {
	content: "\eecb";
}
.icofont-underline:before {
	content: "\eecc";
}
.icofont-undo:before {
	content: "\eecd";
}
.icofont-unlink:before {
	content: "\eece";
}
.icofont-air-balloon:before {
	content: "\eecf";
}
.icofont-airplane-alt:before {
	content: "\eed0";
}
.icofont-airplane:before {
	content: "\eed1";
}
.icofont-ambulance-crescent:before {
	content: "\eed2";
}
.icofont-ambulance-cross:before {
	content: "\eed3";
}
.icofont-articulated-truck:before {
	content: "\eed4";
}
.icofont-auto-rickshaw:before {
	content: "\eed5";
}
.icofont-bicycle-alt-1:before {
	content: "\eed6";
}
.icofont-bicycle-alt-2:before {
	content: "\eed7";
}
.icofont-bull-dozer:before {
	content: "\eed8";
}
.icofont-bus-alt-1:before {
	content: "\eed9";
}
.icofont-bus-alt-2:before {
	content: "\eeda";
}
.icofont-bus-alt-3:before {
	content: "\eedb";
}
.icofont-cable-car:before {
	content: "\eedc";
}
.icofont-car-alt-1:before {
	content: "\eedd";
}
.icofont-car-alt-2:before {
	content: "\eede";
}
.icofont-car-alt-3:before {
	content: "\eedf";
}
.icofont-car-alt-4:before {
	content: "\eee0";
}
.icofont-concrete-mixer:before {
	content: "\eee1";
}
.icofont-delivery-time:before {
	content: "\eee2";
}
.icofont-excavator:before {
	content: "\eee3";
}
.icofont-fast-delivery:before {
	content: "\eee4";
}
.icofont-fire-truck-alt:before {
	content: "\eee5";
}
.icofont-fire-truck:before {
	content: "\eee6";
}
.icofont-fork-lift:before {
	content: "\eee7";
}
.icofont-free-delivery:before {
	content: "\eee8";
}
.icofont-golf-cart:before {
	content: "\eee9";
}
.icofont-helicopter:before {
	content: "\eeea";
}
.icofont-motor-bike-alt:before {
	content: "\eeeb";
}
.icofont-motor-bike:before {
	content: "\eeec";
}
.icofont-motor-biker:before {
	content: "\eeed";
}
.icofont-oil-truck:before {
	content: "\eeee";
}
.icofont-police-car:before {
	content: "\eeef";
}
.icofont-rickshaw:before {
	content: "\eef0";
}
.icofont-rocket-alt-1:before {
	content: "\eef1";
}
.icofont-rocket-alt-2:before {
	content: "\eef2";
}
.icofont-sail-boat:before {
	content: "\eef3";
}
.icofont-scooter:before {
	content: "\eef4";
}
.icofont-sea-plane:before {
	content: "\eef5";
}
.icofont-ship-alt:before {
	content: "\eef6";
}
.icofont-speed-boat:before {
	content: "\eef7";
}
.icofont-taxi:before {
	content: "\eef8";
}
.icofont-tow-truck:before {
	content: "\eef9";
}
.icofont-tractor:before {
	content: "\eefa";
}
.icofont-traffic-light:before {
	content: "\eefb";
}
.icofont-train-line:before {
	content: "\eefc";
}
.icofont-train-steam:before {
	content: "\eefd";
}
.icofont-tram:before {
	content: "\eefe";
}
.icofont-truck-alt:before {
	content: "\eeff";
}
.icofont-truck-loaded:before {
	content: "\ef00";
}
.icofont-truck:before {
	content: "\ef01";
}
.icofont-van-alt:before {
	content: "\ef02";
}
.icofont-van:before {
	content: "\ef03";
}
.icofont-yacht:before {
	content: "\ef04";
}
.icofont-5-star-hotel:before {
	content: "\ef05";
}
.icofont-anchor-alt:before {
	content: "\ef06";
}
.icofont-beach-bed:before {
	content: "\ef07";
}
.icofont-camping-vest:before {
	content: "\ef08";
}
.icofont-coconut-alt:before {
	content: "\ef09";
}
.icofont-direction-sign:before {
	content: "\ef0a";
}
.icofont-hill-side:before {
	content: "\ef0b";
}
.icofont-island-alt:before {
	content: "\ef0c";
}
.icofont-long-drive:before {
	content: "\ef0d";
}
.icofont-map-pins:before {
	content: "\ef0e";
}
.icofont-plane-ticket:before {
	content: "\ef0f";
}
.icofont-sail-boat-alt-1:before {
	content: "\ef10";
}
.icofont-sail-boat-alt-2:before {
	content: "\ef11";
}
.icofont-sandals-female:before {
	content: "\ef12";
}
.icofont-sandals-male:before {
	content: "\ef13";
}
.icofont-travelling:before {
	content: "\ef14";
}
.icofont-breakdown:before {
	content: "\ef15";
}
.icofont-celsius:before {
	content: "\ef16";
}
.icofont-clouds:before {
	content: "\ef17";
}
.icofont-cloudy:before {
	content: "\ef18";
}
.icofont-compass-alt:before {
	content: "\ef19";
}
.icofont-dust:before {
	content: "\ef1a";
}
.icofont-eclipse:before {
	content: "\ef1b";
}
.icofont-fahrenheit:before {
	content: "\ef1c";
}
.icofont-forest-fire:before {
	content: "\ef1d";
}
.icofont-full-night:before {
	content: "\ef1e";
}
.icofont-full-sunny:before {
	content: "\ef1f";
}
.icofont-hail-night:before {
	content: "\ef20";
}
.icofont-hail-rainy-night:before {
	content: "\ef21";
}
.icofont-hail-rainy-sunny:before {
	content: "\ef22";
}
.icofont-hail-rainy:before {
	content: "\ef23";
}
.icofont-hail-sunny:before {
	content: "\ef24";
}
.icofont-hail-thunder-night:before {
	content: "\ef25";
}
.icofont-hail-thunder-sunny:before {
	content: "\ef26";
}
.icofont-hail-thunder:before {
	content: "\ef27";
}
.icofont-hail:before {
	content: "\ef28";
}
.icofont-hill-night:before {
	content: "\ef29";
}
.icofont-hill-sunny:before {
	content: "\ef2a";
}
.icofont-hill:before {
	content: "\ef2b";
}
.icofont-hurricane:before {
	content: "\ef2c";
}
.icofont-island:before {
	content: "\ef2d";
}
.icofont-meteor:before {
	content: "\ef2e";
}
.icofont-night:before {
	content: "\ef2f";
}
.icofont-rainy-night:before {
	content: "\ef30";
}
.icofont-rainy-sunny:before {
	content: "\ef31";
}
.icofont-rainy-thunder:before {
	content: "\ef32";
}
.icofont-rainy:before {
	content: "\ef33";
}
.icofont-showy-night-hail:before {
	content: "\ef34";
}
.icofont-snow-temp:before {
	content: "\ef35";
}
.icofont-snow:before {
	content: "\ef36";
}
.icofont-snowy-hail:before {
	content: "\ef37";
}
.icofont-snowy-night-rainy:before {
	content: "\ef38";
}
.icofont-snowy-night:before {
	content: "\ef39";
}
.icofont-snowy-rainy:before {
	content: "\ef3a";
}
.icofont-snowy-sunny-hail:before {
	content: "\ef3b";
}
.icofont-snowy-sunny-rainy:before {
	content: "\ef3c";
}
.icofont-snowy-sunny:before {
	content: "\ef3d";
}
.icofont-snowy-thunder-night:before {
	content: "\ef3e";
}
.icofont-snowy-thunder-sunny:before {
	content: "\ef3f";
}
.icofont-snowy-thunder:before {
	content: "\ef40";
}
.icofont-snowy-windy-night:before {
	content: "\ef41";
}
.icofont-snowy-windy-sunny:before {
	content: "\ef42";
}
.icofont-snowy-windy:before {
	content: "\ef43";
}
.icofont-snowy:before {
	content: "\ef44";
}
.icofont-sun-alt:before {
	content: "\ef45";
}
.icofont-sun-rise:before {
	content: "\ef46";
}
.icofont-sun-set:before {
	content: "\ef47";
}
.icofont-sunny-day-temp:before {
	content: "\ef48";
}
.icofont-sunny:before {
	content: "\ef49";
}
.icofont-thermometer:before {
	content: "\ef4a";
}
.icofont-thinder-light:before {
	content: "\ef4b";
}
.icofont-tornado:before {
	content: "\ef4c";
}
.icofont-umbrella-alt:before {
	content: "\ef4d";
}
.icofont-volcano:before {
	content: "\ef4e";
}
.icofont-wave:before {
	content: "\ef4f";
}
.icofont-wind-scale-0:before {
	content: "\ef50";
}
.icofont-wind-scale-1:before {
	content: "\ef51";
}
.icofont-wind-scale-2:before {
	content: "\ef52";
}
.icofont-wind-scale-3:before {
	content: "\ef53";
}
.icofont-wind-scale-4:before {
	content: "\ef54";
}
.icofont-wind-scale-5:before {
	content: "\ef55";
}
.icofont-wind-scale-6:before {
	content: "\ef56";
}
.icofont-wind-scale-7:before {
	content: "\ef57";
}
.icofont-wind-scale-8:before {
	content: "\ef58";
}
.icofont-wind-scale-9:before {
	content: "\ef59";
}
.icofont-wind-scale-10:before {
	content: "\ef5a";
}
.icofont-wind-scale-11:before {
	content: "\ef5b";
}
.icofont-wind-scale-12:before {
	content: "\ef5c";
}
.icofont-wind-waves:before {
	content: "\ef5d";
}
.icofont-wind:before {
	content: "\ef5e";
}
.icofont-windy-hail:before {
	content: "\ef5f";
}
.icofont-windy-night:before {
	content: "\ef60";
}
.icofont-windy-raining:before {
	content: "\ef61";
}
.icofont-windy-sunny:before {
	content: "\ef62";
}
.icofont-windy-thunder-raining:before {
	content: "\ef63";
}
.icofont-windy-thunder:before {
	content: "\ef64";
}
.icofont-windy:before {
	content: "\ef65";
}
.icofont-addons:before {
	content: "\ef66";
}
.icofont-address-book:before {
	content: "\ef67";
}
.icofont-adjust:before {
	content: "\ef68";
}
.icofont-alarm:before {
	content: "\ef69";
}
.icofont-anchor:before {
	content: "\ef6a";
}
.icofont-archive:before {
	content: "\ef6b";
}
.icofont-at:before {
	content: "\ef6c";
}
.icofont-attachment:before {
	content: "\ef6d";
}
.icofont-audio:before {
	content: "\ef6e";
}
.icofont-auto-mobile:before {
	content: "\ef6f";
}
.icofont-automation:before {
	content: "\ef70";
}
.icofont-baby:before {
	content: "\ef71";
}
.icofont-badge:before {
	content: "\ef72";
}
.icofont-bag:before {
	content: "\ef73";
}
.icofont-ban:before {
	content: "\ef74";
}
.icofont-bank:before {
	content: "\ef75";
}
.icofont-bar-code:before {
	content: "\ef76";
}
.icofont-bars:before {
	content: "\ef77";
}
.icofont-battery-empty:before {
	content: "\ef78";
}
.icofont-battery-full:before {
	content: "\ef79";
}
.icofont-battery-half:before {
	content: "\ef7a";
}
.icofont-battery-low:before {
	content: "\ef7b";
}
.icofont-beach:before {
	content: "\ef7c";
}
.icofont-beaker:before {
	content: "\ef7d";
}
.icofont-bear:before {
	content: "\ef7e";
}
.icofont-beard:before {
	content: "\ef7f";
}
.icofont-bed:before {
	content: "\ef80";
}
.icofont-bell:before {
	content: "\ef81";
}
.icofont-beverage:before {
	content: "\ef82";
}
.icofont-bicycle:before {
	content: "\ef83";
}
.icofont-bill:before {
	content: "\ef84";
}
.icofont-bin:before {
	content: "\ef85";
}
.icofont-binary:before {
	content: "\ef86";
}
.icofont-binoculars:before {
	content: "\ef87";
}
.icofont-bird:before {
	content: "\ef88";
}
.icofont-birds:before {
	content: "\ef89";
}
.icofont-black-board:before {
	content: "\ef8a";
}
.icofont-bluetooth:before {
	content: "\ef8b";
}
.icofont-bolt:before {
	content: "\ef8c";
}
.icofont-bomb:before {
	content: "\ef8d";
}
.icofont-book-mark:before {
	content: "\ef8e";
}
.icofont-book:before {
	content: "\ef8f";
}
.icofont-boot:before {
	content: "\ef90";
}
.icofont-box:before {
	content: "\ef91";
}
.icofont-brain:before {
	content: "\ef92";
}
.icofont-briefcase:before {
	content: "\ef93";
}
.icofont-broken:before {
	content: "\ef94";
}
.icofont-bucket:before {
	content: "\ef95";
}
.icofont-bucket1:before {
	content: "\ef96";
}
.icofont-bucket2:before {
	content: "\ef97";
}
.icofont-bug:before {
	content: "\ef98";
}
.icofont-building:before {
	content: "\ef99";
}
.icofont-bullet:before {
	content: "\ef9a";
}
.icofont-bullhorn:before {
	content: "\ef9b";
}
.icofont-bullseye:before {
	content: "\ef9c";
}
.icofont-bus:before {
	content: "\ef9d";
}
.icofont-butterfly:before {
	content: "\ef9e";
}
.icofont-cab:before {
	content: "\ef9f";
}
.icofont-calculator:before {
	content: "\efa0";
}
.icofont-calendar:before {
	content: "\efa1";
}
.icofont-camera-alt:before {
	content: "\efa2";
}
.icofont-camera:before {
	content: "\efa3";
}
.icofont-car:before {
	content: "\efa4";
}
.icofont-card:before {
	content: "\efa5";
}
.icofont-cart:before {
	content: "\efa6";
}
.icofont-cc:before {
	content: "\efa7";
}
.icofont-certificate:before {
	content: "\efa8";
}
.icofont-charging:before {
	content: "\efa9";
}
.icofont-chat:before {
	content: "\efaa";
}
.icofont-check-alt:before {
	content: "\efab";
}
.icofont-check-circled:before {
	content: "\efac";
}
.icofont-check:before {
	content: "\efad";
}
.icofont-checked:before {
	content: "\efae";
}
.icofont-children-care:before {
	content: "\efaf";
}
.icofont-clock-time:before {
	content: "\efb0";
}
.icofont-close-circled:before {
	content: "\efb1";
}
.icofont-close-line-circled:before {
	content: "\efb2";
}
.icofont-close-line-squared-alt:before {
	content: "\efb3";
}
.icofont-close-line-squared:before {
	content: "\efb4";
}
.icofont-close-line:before {
	content: "\efb5";
}
.icofont-close-squared-alt:before {
	content: "\efb6";
}
.icofont-close-squared:before {
	content: "\efb7";
}
.icofont-close:before {
	content: "\efb8";
}
.icofont-cloud-download:before {
	content: "\efb9";
}
.icofont-cloud-refresh:before {
	content: "\efba";
}
.icofont-cloud-upload:before {
	content: "\efbb";
}
.icofont-cloud:before {
	content: "\efbc";
}
.icofont-code-not-allowed:before {
	content: "\efbd";
}
.icofont-code:before {
	content: "\efbe";
}
.icofont-coffee-cup:before {
	content: "\efbf";
}
.icofont-comment:before {
	content: "\efc0";
}
.icofont-compass:before {
	content: "\efc1";
}
.icofont-computer:before {
	content: "\efc2";
}
.icofont-connection:before {
	content: "\efc3";
}
.icofont-console:before {
	content: "\efc4";
}
.icofont-contacts:before {
	content: "\efc5";
}
.icofont-contrast:before {
	content: "\efc6";
}
.icofont-copy:before {
	content: "\efc7";
}
.icofont-copyright:before {
	content: "\efc8";
}
.icofont-credit-card:before {
	content: "\efc9";
}
.icofont-crop:before {
	content: "\efca";
}
.icofont-crown:before {
	content: "\efcb";
}
.icofont-cube:before {
	content: "\efcc";
}
.icofont-cubes:before {
	content: "\efcd";
}
.icofont-culinary:before {
	content: "\efce";
}
.icofont-dashboard-web:before {
	content: "\efcf";
}
.icofont-dashboard:before {
	content: "\efd0";
}
.icofont-data:before {
	content: "\efd1";
}
.icofont-database-add:before {
	content: "\efd2";
}
.icofont-database-locked:before {
	content: "\efd3";
}
.icofont-database-remove:before {
	content: "\efd4";
}
.icofont-database:before {
	content: "\efd5";
}
.icofont-delete:before {
	content: "\efd6";
}
.icofont-diamond:before {
	content: "\efd7";
}
.icofont-dice:before {
	content: "\efd8";
}
.icofont-disabled:before {
	content: "\efd9";
}
.icofont-disc:before {
	content: "\efda";
}
.icofont-diskette:before {
	content: "\efdb";
}
.icofont-document-folder:before {
	content: "\efdc";
}
.icofont-download-alt:before {
	content: "\efdd";
}
.icofont-download:before {
	content: "\efde";
}
.icofont-downloaded:before {
	content: "\efdf";
}
.icofont-earth:before {
	content: "\efe0";
}
.icofont-ebook:before {
	content: "\efe1";
}
.icofont-edit:before {
	content: "\efe2";
}
.icofont-eject:before {
	content: "\efe3";
}
.icofont-email:before {
	content: "\efe4";
}
.icofont-envelope-open:before {
	content: "\efe5";
}
.icofont-envelope:before {
	content: "\efe6";
}
.icofont-eraser:before {
	content: "\efe7";
}
.icofont-error:before {
	content: "\efe8";
}
.icofont-exchange:before {
	content: "\efe9";
}
.icofont-exclamation-circle:before {
	content: "\efea";
}
.icofont-exclamation-square:before {
	content: "\efeb";
}
.icofont-exclamation-tringle:before {
	content: "\efec";
}
.icofont-exclamation:before {
	content: "\efed";
}
.icofont-exit:before {
	content: "\efee";
}
.icofont-expand:before {
	content: "\efef";
}
.icofont-external-link:before {
	content: "\eff0";
}
.icofont-external:before {
	content: "\eff1";
}
.icofont-eye-blocked:before {
	content: "\eff2";
}
.icofont-eye-dropper:before {
	content: "\eff3";
}
.icofont-eye:before {
	content: "\eff4";
}
.icofont-favourite:before {
	content: "\eff5";
}
.icofont-fax:before {
	content: "\eff6";
}
.icofont-female:before {
	content: "\eff7";
}
.icofont-file:before {
	content: "\eff8";
}
.icofont-film:before {
	content: "\eff9";
}
.icofont-filter:before {
	content: "\effa";
}
.icofont-fire-burn:before {
	content: "\effb";
}
.icofont-fire-extinguisher:before {
	content: "\effc";
}
.icofont-fire:before {
	content: "\effd";
}
.icofont-first-aid:before {
	content: "\effe";
}
.icofont-flag-alt-1:before {
	content: "\efff";
}
.icofont-flag-alt-2:before {
	content: "\f000";
}
.icofont-flag:before {
	content: "\f001";
}
.icofont-flash-light:before {
	content: "\f002";
}
.icofont-flash:before {
	content: "\f003";
}
.icofont-flask:before {
	content: "\f004";
}
.icofont-focus:before {
	content: "\f005";
}
.icofont-folder-open:before {
	content: "\f006";
}
.icofont-folder:before {
	content: "\f007";
}
.icofont-foot-print:before {
	content: "\f008";
}
.icofont-football-american:before {
	content: "\f009";
}
.icofont-football:before {
	content: "\f00a";
}
.icofont-game-console:before {
	content: "\f00b";
}
.icofont-game-pad:before {
	content: "\f00c";
}
.icofont-gavel:before {
	content: "\f00d";
}
.icofont-gear:before {
	content: "\f00e";
}
.icofont-gears:before {
	content: "\f00f";
}
.icofont-gift:before {
	content: "\f010";
}
.icofont-glass:before {
	content: "\f011";
}
.icofont-globe:before {
	content: "\f012";
}
.icofont-graduate:before {
	content: "\f013";
}
.icofont-graffiti:before {
	content: "\f014";
}
.icofont-grocery:before {
	content: "\f015";
}
.icofont-group:before {
	content: "\f016";
}
.icofont-hammer:before {
	content: "\f017";
}
.icofont-hand:before {
	content: "\f018";
}
.icofont-hanger:before {
	content: "\f019";
}
.icofont-hard-disk:before {
	content: "\f01a";
}
.icofont-headphone:before {
	content: "\f01b";
}
.icofont-heart-beat:before {
	content: "\f01c";
}
.icofont-heart:before {
	content: "\f01d";
}
.icofont-history:before {
	content: "\f01e";
}
.icofont-home:before {
	content: "\f01f";
}
.icofont-horn:before {
	content: "\f020";
}
.icofont-hotel:before {
	content: "\f021";
}
.icofont-hour-glass:before {
	content: "\f022";
}
.icofont-id:before {
	content: "\f023";
}
.icofont-image:before {
	content: "\f024";
}
.icofont-inbox:before {
	content: "\f025";
}
.icofont-infinite:before {
	content: "\f026";
}
.icofont-info-circle:before {
	content: "\f027";
}
.icofont-info-square:before {
	content: "\f028";
}
.icofont-info:before {
	content: "\f029";
}
.icofont-institution:before {
	content: "\f02a";
}
.icofont-interface:before {
	content: "\f02b";
}
.icofont-invisible:before {
	content: "\f02c";
}
.icofont-italic:before {
	content: "\f02d";
}
.icofont-jacket:before {
	content: "\f02e";
}
.icofont-jar:before {
	content: "\f02f";
}
.icofont-jewlery:before {
	content: "\f030";
}
.icofont-karate:before {
	content: "\f031";
}
.icofont-key-hole:before {
	content: "\f032";
}
.icofont-key:before {
	content: "\f033";
}
.icofont-keyboard:before {
	content: "\f034";
}
.icofont-kid:before {
	content: "\f035";
}
.icofont-label:before {
	content: "\f036";
}
.icofont-lamp:before {
	content: "\f037";
}
.icofont-laptop:before {
	content: "\f038";
}
.icofont-layers:before {
	content: "\f039";
}
.icofont-layout:before {
	content: "\f03a";
}
.icofont-leaf:before {
	content: "\f03b";
}
.icofont-leaflet:before {
	content: "\f03c";
}
.icofont-learn:before {
	content: "\f03d";
}
.icofont-legal:before {
	content: "\f03e";
}
.icofont-lego:before {
	content: "\f03f";
}
.icofont-lemon:before {
	content: "\f040";
}
.icofont-lens:before {
	content: "\f041";
}
.icofont-letter:before {
	content: "\f042";
}
.icofont-letterbox:before {
	content: "\f043";
}
.icofont-library:before {
	content: "\f044";
}
.icofont-license:before {
	content: "\f045";
}
.icofont-life-bouy:before {
	content: "\f046";
}
.icofont-life-buoy:before {
	content: "\f047";
}
.icofont-life-jacket:before {
	content: "\f048";
}
.icofont-life-ring:before {
	content: "\f049";
}
.icofont-light-bulb:before {
	content: "\f04a";
}
.icofont-lighter:before {
	content: "\f04b";
}
.icofont-lightning-ray:before {
	content: "\f04c";
}
.icofont-like:before {
	content: "\f04d";
}
.icofont-link:before {
	content: "\f04e";
}
.icofont-live-support:before {
	content: "\f04f";
}
.icofont-location-arrow:before {
	content: "\f050";
}
.icofont-location-pin:before {
	content: "\f051";
}
.icofont-lock:before {
	content: "\f052";
}
.icofont-login:before {
	content: "\f053";
}
.icofont-logout:before {
	content: "\f054";
}
.icofont-lollipop:before {
	content: "\f055";
}
.icofont-look:before {
	content: "\f056";
}
.icofont-loop:before {
	content: "\f057";
}
.icofont-luggage:before {
	content: "\f058";
}
.icofont-lunch:before {
	content: "\f059";
}
.icofont-lungs:before {
	content: "\f05a";
}
.icofont-magic-alt:before {
	content: "\f05b";
}
.icofont-magic:before {
	content: "\f05c";
}
.icofont-magnet:before {
	content: "\f05d";
}
.icofont-mail-box:before {
	content: "\f05e";
}
.icofont-mail:before {
	content: "\f05f";
}
.icofont-male:before {
	content: "\f060";
}
.icofont-map:before {
	content: "\f061";
}
.icofont-math:before {
	content: "\f062";
}
.icofont-maximize:before {
	content: "\f063";
}
.icofont-measure:before {
	content: "\f064";
}
.icofont-medal:before {
	content: "\f065";
}
.icofont-medical:before {
	content: "\f066";
}
.icofont-medicine:before {
	content: "\f067";
}
.icofont-mega-phone:before {
	content: "\f068";
}
.icofont-memorial:before {
	content: "\f069";
}
.icofont-memory-card:before {
	content: "\f06a";
}
.icofont-mic-mute:before {
	content: "\f06b";
}
.icofont-mic:before {
	content: "\f06c";
}
.icofont-micro-chip:before {
	content: "\f06d";
}
.icofont-microphone:before {
	content: "\f06e";
}
.icofont-microscope:before {
	content: "\f06f";
}
.icofont-military:before {
	content: "\f070";
}
.icofont-mill:before {
	content: "\f071";
}
.icofont-minus-circle:before {
	content: "\f072";
}
.icofont-minus-square:before {
	content: "\f073";
}
.icofont-minus:before {
	content: "\f074";
}
.icofont-mobile-phone:before {
	content: "\f075";
}
.icofont-molecule:before {
	content: "\f076";
}
.icofont-money:before {
	content: "\f077";
}
.icofont-moon:before {
	content: "\f078";
}
.icofont-mop:before {
	content: "\f079";
}
.icofont-muffin:before {
	content: "\f07a";
}
.icofont-music-alt:before {
	content: "\f07b";
}
.icofont-music-notes:before {
	content: "\f07c";
}
.icofont-music:before {
	content: "\f07d";
}
.icofont-mustache:before {
	content: "\f07e";
}
.icofont-mute-volume:before {
	content: "\f07f";
}
.icofont-navigation-menu:before {
	content: "\f080";
}
.icofont-navigation:before {
	content: "\f081";
}
.icofont-network-tower:before {
	content: "\f082";
}
.icofont-network:before {
	content: "\f083";
}
.icofont-news:before {
	content: "\f084";
}
.icofont-newspaper:before {
	content: "\f085";
}
.icofont-no-smoking:before {
	content: "\f086";
}
.icofont-not-allowed:before {
	content: "\f087";
}
.icofont-notebook:before {
	content: "\f088";
}
.icofont-notepad:before {
	content: "\f089";
}
.icofont-notification:before {
	content: "\f08a";
}
.icofont-numbered:before {
	content: "\f08b";
}
.icofont-opposite:before {
	content: "\f08c";
}
.icofont-optic:before {
	content: "\f08d";
}
.icofont-options:before {
	content: "\f08e";
}
.icofont-package:before {
	content: "\f08f";
}
.icofont-page:before {
	content: "\f090";
}
.icofont-paint:before {
	content: "\f091";
}
.icofont-paper-plane:before {
	content: "\f092";
}
.icofont-paperclip:before {
	content: "\f093";
}
.icofont-papers:before {
	content: "\f094";
}
.icofont-paw:before {
	content: "\f095";
}
.icofont-pay:before {
	content: "\f096";
}
.icofont-pen:before {
	content: "\f097";
}
.icofont-pencil:before {
	content: "\f098";
}
.icofont-penguin-linux:before {
	content: "\f099";
}
.icofont-pestle:before {
	content: "\f09a";
}
.icofont-phone-circle:before {
	content: "\f09b";
}
.icofont-phone:before {
	content: "\f09c";
}
.icofont-picture:before {
	content: "\f09d";
}
.icofont-pie:before {
	content: "\f09e";
}
.icofont-pine:before {
	content: "\f09f";
}
.icofont-pixels:before {
	content: "\f0a0";
}
.icofont-play:before {
	content: "\f0a1";
}
.icofont-plugin:before {
	content: "\f0a2";
}
.icofont-plus-circle:before {
	content: "\f0a3";
}
.icofont-plus-square:before {
	content: "\f0a4";
}
.icofont-plus:before {
	content: "\f0a5";
}
.icofont-polygonal:before {
	content: "\f0a6";
}
.icofont-power:before {
	content: "\f0a7";
}
.icofont-presentation:before {
	content: "\f0a8";
}
.icofont-price:before {
	content: "\f0a9";
}
.icofont-print:before {
	content: "\f0aa";
}
.icofont-puzzle:before {
	content: "\f0ab";
}
.icofont-qr-code:before {
	content: "\f0ac";
}
.icofont-queen:before {
	content: "\f0ad";
}
.icofont-question-circle:before {
	content: "\f0ae";
}
.icofont-question-square:before {
	content: "\f0af";
}
.icofont-question:before {
	content: "\f0b0";
}
.icofont-quote-left:before {
	content: "\f0b1";
}
.icofont-quote-right:before {
	content: "\f0b2";
}
.icofont-radio:before {
	content: "\f0b3";
}
.icofont-random:before {
	content: "\f0b4";
}
.icofont-recycle:before {
	content: "\f0b5";
}
.icofont-refresh:before {
	content: "\f0b6";
}
.icofont-repair:before {
	content: "\f0b7";
}
.icofont-reply-all:before {
	content: "\f0b8";
}
.icofont-reply:before {
	content: "\f0b9";
}
.icofont-resize:before {
	content: "\f0ba";
}
.icofont-responsive:before {
	content: "\f0bb";
}
.icofont-retweet:before {
	content: "\f0bc";
}
.icofont-road:before {
	content: "\f0bd";
}
.icofont-robot:before {
	content: "\f0be";
}
.icofont-rocket:before {
	content: "\f0bf";
}
.icofont-royal:before {
	content: "\f0c0";
}
.icofont-rss-feed:before {
	content: "\f0c1";
}
.icofont-safety:before {
	content: "\f0c2";
}
.icofont-sale-discount:before {
	content: "\f0c3";
}
.icofont-satellite:before {
	content: "\f0c4";
}
.icofont-send-mail:before {
	content: "\f0c5";
}
.icofont-server:before {
	content: "\f0c6";
}
.icofont-settings:before {
	content: "\f0c7";
}
.icofont-share-alt:before {
	content: "\f0c8";
}
.icofont-share-boxed:before {
	content: "\f0c9";
}
.icofont-share:before {
	content: "\f0ca";
}
.icofont-shield:before {
	content: "\f0cb";
}
.icofont-ship:before {
	content: "\f0cc";
}
.icofont-shopping-cart:before {
	content: "\f0cd";
}
.icofont-sign-in:before {
	content: "\f0ce";
}
.icofont-sign-out:before {
	content: "\f0cf";
}
.icofont-signal:before {
	content: "\f0d0";
}
.icofont-site-map:before {
	content: "\f0d1";
}
.icofont-smart-phone:before {
	content: "\f0d2";
}
.icofont-soccer:before {
	content: "\f0d3";
}
.icofont-sort-alt:before {
	content: "\f0d4";
}
.icofont-sort:before {
	content: "\f0d5";
}
.icofont-space:before {
	content: "\f0d6";
}
.icofont-spanner:before {
	content: "\f0d7";
}
.icofont-speech-comments:before {
	content: "\f0d8";
}
.icofont-speed-meter:before {
	content: "\f0d9";
}
.icofont-spinner-alt-1:before {
	content: "\f0da";
}
.icofont-spinner-alt-2:before {
	content: "\f0db";
}
.icofont-spinner-alt-3:before {
	content: "\f0dc";
}
.icofont-spinner-alt-4:before {
	content: "\f0dd";
}
.icofont-spinner-alt-5:before {
	content: "\f0de";
}
.icofont-spinner-alt-6:before {
	content: "\f0df";
}
.icofont-spinner:before {
	content: "\f0e0";
}
.icofont-spreadsheet:before {
	content: "\f0e1";
}
.icofont-square:before {
	content: "\f0e2";
}
.icofont-ssl-security:before {
	content: "\f0e3";
}
.icofont-star-alt-1:before {
	content: "\f0e4";
}
.icofont-star-alt-2:before {
	content: "\f0e5";
}
.icofont-star:before {
	content: "\f0e6";
}
.icofont-street-view:before {
	content: "\f0e7";
}
.icofont-sun:before {
	content: "\f0e8";
}
.icofont-support-faq:before {
	content: "\f0e9";
}
.icofont-tack-pin:before {
	content: "\f0ea";
}
.icofont-tag:before {
	content: "\f0eb";
}
.icofont-tags:before {
	content: "\f0ec";
}
.icofont-tasks:before {
	content: "\f0ed";
}
.icofont-telephone:before {
	content: "\f0ee";
}
.icofont-telescope:before {
	content: "\f0ef";
}
.icofont-terminal:before {
	content: "\f0f0";
}
.icofont-thumbs-down:before {
	content: "\f0f1";
}
.icofont-thumbs-up:before {
	content: "\f0f2";
}
.icofont-tick-boxed:before {
	content: "\f0f3";
}
.icofont-tick-mark:before {
	content: "\f0f4";
}
.icofont-ticket:before {
	content: "\f0f5";
}
.icofont-tie:before {
	content: "\f0f6";
}
.icofont-toggle-off:before {
	content: "\f0f7";
}
.icofont-toggle-on:before {
	content: "\f0f8";
}
.icofont-tools:before {
	content: "\f0f9";
}
.icofont-transparent:before {
	content: "\f0fa";
}
.icofont-tree:before {
	content: "\f0fb";
}
.icofont-umbrella:before {
	content: "\f0fc";
}
.icofont-unlock:before {
	content: "\f0fd";
}
.icofont-unlocked:before {
	content: "\f0fe";
}
.icofont-upload-alt:before {
	content: "\f0ff";
}
.icofont-upload:before {
	content: "\f100";
}
.icofont-usb-drive:before {
	content: "\f101";
}
.icofont-usb:before {
	content: "\f102";
}
.icofont-vector-path:before {
	content: "\f103";
}
.icofont-verification-check:before {
	content: "\f104";
}
.icofont-video-clapper:before {
	content: "\f105";
}
.icofont-video:before {
	content: "\f106";
}
.icofont-volume-down:before {
	content: "\f107";
}
.icofont-volume-off:before {
	content: "\f108";
}
.icofont-volume-up:before {
	content: "\f109";
}
.icofont-wall-clock:before {
	content: "\f10a";
}
.icofont-wall:before {
	content: "\f10b";
}
.icofont-wallet:before {
	content: "\f10c";
}
.icofont-warning-alt:before {
	content: "\f10d";
}
.icofont-warning:before {
	content: "\f10e";
}
.icofont-water-drop:before {
	content: "\f10f";
}
.icofont-web:before {
	content: "\f110";
}
.icofont-wheelchair:before {
	content: "\f111";
}
.icofont-wifi-alt:before {
	content: "\f112";
}
.icofont-wifi:before {
	content: "\f113";
}
.icofont-world:before {
	content: "\f114";
}
.icofont-zigzag:before {
	content: "\f115";
}
.icofont-zipped:before {
	content: "\f116";
}
.icofont-social-500px:before {
	content: "\f117";
}
.icofont-social-baidu-tieba:before {
	content: "\f118";
}
.icofont-social-bbm-messenger:before {
	content: "\f119";
}
.icofont-social-delicious:before {
	content: "\f11a";
}
.icofont-social-dribbble:before {
	content: "\f11b";
}
.icofont-social-facebook-messenger:before {
	content: "\f11c";
}
.icofont-social-flikr:before {
	content: "\f11d";
}
.icofont-social-foursquare:before {
	content: "\f11e";
}
.icofont-social-google-hangouts:before {
	content: "\f11f";
}
.icofont-social-kakaotalk:before {
	content: "\f120";
}
.icofont-social-kik:before {
	content: "\f121";
}
.icofont-social-kiwibox:before {
	content: "\f122";
}
.icofont-social-linkedin:before {
	content: "\f123";
}
.icofont-social-meetme:before {
	content: "\f124";
}
.icofont-social-odnoklassniki:before {
	content: "\f125";
}
.icofont-social-photobucket:before {
	content: "\f126";
}
.icofont-social-qq:before {
	content: "\f127";
}
.icofont-social-renren:before {
	content: "\f128";
}
.icofont-social-slack:before {
	content: "\f129";
}
.icofont-social-slidshare:before {
	content: "\f12a";
}
.icofont-social-snapchat:before {
	content: "\f12b";
}
.icofont-social-soundcloud:before {
	content: "\f12c";
}
.icofont-social-spotify:before {
	content: "\f12d";
}
.icofont-social-stack-exchange:before {
	content: "\f12e";
}
.icofont-social-stack-overflow:before {
	content: "\f12f";
}
.icofont-social-tagged:before {
	content: "\f130";
}
.icofont-social-trello:before {
	content: "\f131";
}
.icofont-social-twitch:before {
	content: "\f132";
}
.icofont-social-vk:before {
	content: "\f133";
}
.icofont-social-weibo:before {
	content: "\f134";
}
.icofont-social-whatsapp:before {
	content: "\f135";
}
.icofont-social-youku:before {
	content: "\f136";
}
.icofont-social-youtube-play:before {
	content: "\f137";
}
.icofont-social-youtube:before {
	content: "\f138";
}
.icofont-brand-xiaomi:before {
	content: "\f139";
}

/*Font size*/
.icofont-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.icofont-2x {
    font-size: 2em
}

.icofont-3x {
    font-size: 3em
}

.icofont-4x {
    font-size: 4em
}

.icofont-5x {
    font-size: 5em
}

.icofont-fw {
    display: inline-block;
    width: 1.28571429em;
    text-align: center
}

/*Fixed Width Icons*/
.icofont-fw {
    width: 1.28571429em;
    text-align: center;
}

/*Custom list icons*/
.icofont-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}
.icofont-ul&gt;li {
    position: relative;
}
.icofont-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center;
}

/*Animation*/
.icofont-rotate {
    -webkit-animation: icofont-rotate 2s infinite linear;
    animation: icofont-rotate 2s infinite linear
}

@-webkit-keyframes icofont-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes icofont-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}











/*!
 * Materialize v0.98.0 (http://materializecss.com)
 * Copyright 2014-2015 Materialize
 * MIT License (https://raw.githubusercontent.com/Dogfalo/materialize/master/LICENSE)
 */
.materialize-red {
  background-color: #e51c23;
}

.materialize-red-text {
  color: #e51c23;
}

.materialize-red.lighten-5 {
  background-color: #fdeaeb;
}

.materialize-red-text.text-lighten-5 {
  color: #fdeaeb;
}

.materialize-red.lighten-4 {
  background-color: #f8c1c3;
}

.materialize-red-text.text-lighten-4 {
  color: #f8c1c3;
}

.materialize-red.lighten-3 {
  background-color: #f3989b;
}

.materialize-red-text.text-lighten-3 {
  color: #f3989b;
}

.materialize-red.lighten-2 {
  background-color: #ee6e73;
}

.materialize-red-text.text-lighten-2 {
  color: #ee6e73;
}

.materialize-red.lighten-1 {
  background-color: #ea454b;
}

.materialize-red-text.text-lighten-1 {
  color: #ea454b;
}

.materialize-red.darken-1 {
  background-color: #d0181e;
}

.materialize-red-text.text-darken-1 {
  color: #d0181e;
}

.materialize-red.darken-2 {
  background-color: #b9151b;
}

.materialize-red-text.text-darken-2 {
  color: #b9151b;
}

.materialize-red.darken-3 {
  background-color: #a21318;
}

.materialize-red-text.text-darken-3 {
  color: #a21318;
}

.materialize-red.darken-4 {
  background-color: #8b1014;
}

.materialize-red-text.text-darken-4 {
  color: #8b1014;
}

.red {
  background-color: #F44336;
}

.red-text {
  color: #F44336;
}

.red.lighten-5 {
  background-color: #FFEBEE;
}

.red-text.text-lighten-5 {
  color: #FFEBEE;
}

.red.lighten-4 {
  background-color: #FFCDD2;
}

.red-text.text-lighten-4 {
  color: #FFCDD2;
}

.red.lighten-3 {
  background-color: #EF9A9A;
}

.red-text.text-lighten-3 {
  color: #EF9A9A;
}

.red.lighten-2 {
  background-color: #E57373;
}

.red-text.text-lighten-2 {
  color: #E57373;
}

.red.lighten-1 {
  background-color: #EF5350;
}

.red-text.text-lighten-1 {
  color: #EF5350;
}

.red.darken-1 {
  background-color: #E53935;
}

.red-text.text-darken-1 {
  color: #E53935;
}

.red.darken-2 {
  background-color: #D32F2F;
}

.red-text.text-darken-2 {
  color: #D32F2F;
}

.red.darken-3 {
  background-color: #C62828;
}

.red-text.text-darken-3 {
  color: #C62828;
}

.red.darken-4 {
  background-color: #B71C1C;
}

.red-text.text-darken-4 {
  color: #B71C1C;
}

.red.accent-1 {
  background-color: #FF8A80;
}

.red-text.text-accent-1 {
  color: #FF8A80;
}

.red.accent-2 {
  background-color: #FF5252;
}

.red-text.text-accent-2 {
  color: #FF5252;
}

.red.accent-3 {
  background-color: #FF1744;
}

.red-text.text-accent-3 {
  color: #FF1744;
}

.red.accent-4 {
  background-color: #D50000;
}

.red-text.text-accent-4 {
  color: #D50000;
}

.pink {
  background-color: #e91e63;
}

.pink-text {
  color: #e91e63;
}

.pink.lighten-5 {
  background-color: #fce4ec;
}

.pink-text.text-lighten-5 {
  color: #fce4ec;
}

.pink.lighten-4 {
  background-color: #f8bbd0;
}

.pink-text.text-lighten-4 {
  color: #f8bbd0;
}

.pink.lighten-3 {
  background-color: #f48fb1;
}

.pink-text.text-lighten-3 {
  color: #f48fb1;
}

.pink.lighten-2 {
  background-color: #f06292;
}

.pink-text.text-lighten-2 {
  color: #f06292;
}

.pink.lighten-1 {
  background-color: #ec407a;
}

.pink-text.text-lighten-1 {
  color: #ec407a;
}

.pink.darken-1 {
  background-color: #d81b60;
}

.pink-text.text-darken-1 {
  color: #d81b60;
}

.pink.darken-2 {
  background-color: #c2185b;
}

.pink-text.text-darken-2 {
  color: #c2185b;
}

.pink.darken-3 {
  background-color: #ad1457;
}

.pink-text.text-darken-3 {
  color: #ad1457;
}

.pink.darken-4 {
  background-color: #880e4f;
}

.pink-text.text-darken-4 {
  color: #880e4f;
}

.pink.accent-1 {
  background-color: #ff80ab;
}

.pink-text.text-accent-1 {
  color: #ff80ab;
}

.pink.accent-2 {
  background-color: #ff4081;
}

.pink-text.text-accent-2 {
  color: #ff4081;
}

.pink.accent-3 {
  background-color: #f50057;
}

.pink-text.text-accent-3 {
  color: #f50057;
}

.pink.accent-4 {
  background-color: #c51162;
}

.pink-text.text-accent-4 {
  color: #c51162;
}

.purple {
  background-color: #9c27b0;
}

.purple-text {
  color: #9c27b0;
}

.purple.lighten-5 {
  background-color: #f3e5f5;
}

.purple-text.text-lighten-5 {
  color: #f3e5f5;
}

.purple.lighten-4 {
  background-color: #e1bee7;
}

.purple-text.text-lighten-4 {
  color: #e1bee7;
}

.purple.lighten-3 {
  background-color: #ce93d8;
}

.purple-text.text-lighten-3 {
  color: #ce93d8;
}

.purple.lighten-2 {
  background-color: #ba68c8;
}

.purple-text.text-lighten-2 {
  color: #ba68c8;
}

.purple.lighten-1 {
  background-color: #ab47bc;
}

.purple-text.text-lighten-1 {
  color: #ab47bc;
}

.purple.darken-1 {
  background-color: #8e24aa;
}

.purple-text.text-darken-1 {
  color: #8e24aa;
}

.purple.darken-2 {
  background-color: #7b1fa2;
}

.purple-text.text-darken-2 {
  color: #7b1fa2;
}

.purple.darken-3 {
  background-color: #6a1b9a;
}

.purple-text.text-darken-3 {
  color: #6a1b9a;
}

.purple.darken-4 {
  background-color: #4a148c;
}

.purple-text.text-darken-4 {
  color: #4a148c;
}

.purple.accent-1 {
  background-color: #ea80fc;
}

.purple-text.text-accent-1 {
  color: #ea80fc;
}

.purple.accent-2 {
  background-color: #e040fb;
}

.purple-text.text-accent-2 {
  color: #e040fb;
}

.purple.accent-3 {
  background-color: #d500f9;
}

.purple-text.text-accent-3 {
  color: #d500f9;
}

.purple.accent-4 {
  background-color: #aa00ff;
}

.purple-text.text-accent-4 {
  color: #aa00ff;
}

.deep-purple {
  background-color: #673ab7;
}

.deep-purple-text {
  color: #673ab7;
}

.deep-purple.lighten-5 {
  background-color: #ede7f6;
}

.deep-purple-text.text-lighten-5 {
  color: #ede7f6;
}

.deep-purple.lighten-4 {
  background-color: #d1c4e9;
}

.deep-purple-text.text-lighten-4 {
  color: #d1c4e9;
}

.deep-purple.lighten-3 {
  background-color: #b39ddb;
}

.deep-purple-text.text-lighten-3 {
  color: #b39ddb;
}

.deep-purple.lighten-2 {
  background-color: #9575cd;
}

.deep-purple-text.text-lighten-2 {
  color: #9575cd;
}

.deep-purple.lighten-1 {
  background-color: #7e57c2;
}

.deep-purple-text.text-lighten-1 {
  color: #7e57c2;
}

.deep-purple.darken-1 {
  background-color: #5e35b1;
}

.deep-purple-text.text-darken-1 {
  color: #5e35b1;
}

.deep-purple.darken-2 {
  background-color: #512da8;
}

.deep-purple-text.text-darken-2 {
  color: #512da8;
}

.deep-purple.darken-3 {
  background-color: #4527a0;
}

.deep-purple-text.text-darken-3 {
  color: #4527a0;
}

.deep-purple.darken-4 {
  background-color: #311b92;
}

.deep-purple-text.text-darken-4 {
  color: #311b92;
}

.deep-purple.accent-1 {
  background-color: #b388ff;
}

.deep-purple-text.text-accent-1 {
  color: #b388ff;
}

.deep-purple.accent-2 {
  background-color: #7c4dff;
}

.deep-purple-text.text-accent-2 {
  color: #7c4dff;
}

.deep-purple.accent-3 {
  background-color: #651fff;
}

.deep-purple-text.text-accent-3 {
  color: #651fff;
}

.deep-purple.accent-4 {
  background-color: #6200ea;
}

.deep-purple-text.text-accent-4 {
  color: #6200ea;
}

.indigo {
  background-color: #3f51b5;
}

.indigo-text {
  color: #3f51b5;
}

.indigo.lighten-5 {
  background-color: #e8eaf6;
}

.indigo-text.text-lighten-5 {
  color: #e8eaf6;
}

.indigo.lighten-4 {
  background-color: #c5cae9;
}

.indigo-text.text-lighten-4 {
  color: #c5cae9;
}

.indigo.lighten-3 {
  background-color: #9fa8da;
}

.indigo-text.text-lighten-3 {
  color: #9fa8da;
}

.indigo.lighten-2 {
  background-color: #7986cb;
}

.indigo-text.text-lighten-2 {
  color: #7986cb;
}

.indigo.lighten-1 {
  background-color: #5c6bc0;
}

.indigo-text.text-lighten-1 {
  color: #5c6bc0;
}

.indigo.darken-1 {
  background-color: #3949ab;
}

.indigo-text.text-darken-1 {
  color: #3949ab;
}

.indigo.darken-2 {
  background-color: #303f9f;
}

.indigo-text.text-darken-2 {
  color: #303f9f;
}

.indigo.darken-3 {
  background-color: #283593;
}

.indigo-text.text-darken-3 {
  color: #283593;
}

.indigo.darken-4 {
  background-color: #1a237e;
}

.indigo-text.text-darken-4 {
  color: #1a237e;
}

.indigo.accent-1 {
  background-color: #8c9eff;
}

.indigo-text.text-accent-1 {
  color: #8c9eff;
}

.indigo.accent-2 {
  background-color: #536dfe;
}

.indigo-text.text-accent-2 {
  color: #536dfe;
}

.indigo.accent-3 {
  background-color: #3d5afe;
}

.indigo-text.text-accent-3 {
  color: #3d5afe;
}

.indigo.accent-4 {
  background-color: #304ffe;
}

.indigo-text.text-accent-4 {
  color: #304ffe;
}

.blue {
  background-color: #2196F3;
}

.blue-text {
  color: #2196F3;
}

.blue.lighten-5 {
  background-color: #E3F2FD;
}

.blue-text.text-lighten-5 {
  color: #E3F2FD;
}

.blue.lighten-4 {
  background-color: #BBDEFB;
}

.blue-text.text-lighten-4 {
  color: #BBDEFB;
}

.blue.lighten-3 {
  background-color: #90CAF9;
}

.blue-text.text-lighten-3 {
  color: #90CAF9;
}

.blue.lighten-2 {
  background-color: #64B5F6;
}

.blue-text.text-lighten-2 {
  color: #64B5F6;
}

.blue.lighten-1 {
  background-color: #42A5F5;
}

.blue-text.text-lighten-1 {
  color: #42A5F5;
}

.blue.darken-1 {
  background-color: #1E88E5;
}

.blue-text.text-darken-1 {
  color: #1E88E5;
}

.blue.darken-2 {
  background-color: #1976D2;
}

.blue-text.text-darken-2 {
  color: #1976D2;
}

.blue.darken-3 {
  background-color: #1565C0;
}

.blue-text.text-darken-3 {
  color: #1565C0;
}

.blue.darken-4 {
  background-color: #0D47A1;
}

.blue-text.text-darken-4 {
  color: #0D47A1;
}

.blue.accent-1 {
  background-color: #82B1FF;
}

.blue-text.text-accent-1 {
  color: #82B1FF;
}

.blue.accent-2 {
  background-color: #448AFF;
}

.blue-text.text-accent-2 {
  color: #448AFF;
}

.blue.accent-3 {
  background-color: #2979FF;
}

.blue-text.text-accent-3 {
  color: #2979FF;
}

.blue.accent-4 {
  background-color: #2962FF;
}

.blue-text.text-accent-4 {
  color: #2962FF;
}

.light-blue {
  background-color: #03a9f4;
}

.light-blue-text {
  color: #03a9f4;
}

.light-blue.lighten-5 {
  background-color: #e1f5fe;
}

.light-blue-text.text-lighten-5 {
  color: #e1f5fe;
}

.light-blue.lighten-4 {
  background-color: #b3e5fc;
}

.light-blue-text.text-lighten-4 {
  color: #b3e5fc;
}

.light-blue.lighten-3 {
  background-color: #81d4fa;
}

.light-blue-text.text-lighten-3 {
  color: #81d4fa;
}

.light-blue.lighten-2 {
  background-color: #4fc3f7;
}

.light-blue-text.text-lighten-2 {
  color: #4fc3f7;
}

.light-blue.lighten-1 {
  background-color: #29b6f6;
}

.light-blue-text.text-lighten-1 {
  color: #29b6f6;
}

.light-blue.darken-1 {
  background-color: #039be5;
}

.light-blue-text.text-darken-1 {
  color: #039be5;
}

.light-blue.darken-2 {
  background-color: #0288d1;
}

.light-blue-text.text-darken-2 {
  color: #0288d1;
}

.light-blue.darken-3 {
  background-color: #0277bd;
}

.light-blue-text.text-darken-3 {
  color: #0277bd;
}

.light-blue.darken-4 {
  background-color: #01579b;
}

.light-blue-text.text-darken-4 {
  color: #01579b;
}

.light-blue.accent-1 {
  background-color: #80d8ff;
}

.light-blue-text.text-accent-1 {
  color: #80d8ff;
}

.light-blue.accent-2 {
  background-color: #40c4ff;
}

.light-blue-text.text-accent-2 {
  color: #40c4ff;
}

.light-blue.accent-3 {
  background-color: #00b0ff;
}

.light-blue-text.text-accent-3 {
  color: #00b0ff;
}

.light-blue.accent-4 {
  background-color: #0091ea;
}

.light-blue-text.text-accent-4 {
  color: #0091ea;
}

.cyan {
  background-color: #00bcd4;
}

.cyan-text {
  color: #00bcd4;
}

.cyan.lighten-5 {
  background-color: #e0f7fa;
}

.cyan-text.text-lighten-5 {
  color: #e0f7fa;
}

.cyan.lighten-4 {
  background-color: #b2ebf2;
}

.cyan-text.text-lighten-4 {
  color: #b2ebf2;
}

.cyan.lighten-3 {
  background-color: #80deea;
}

.cyan-text.text-lighten-3 {
  color: #80deea;
}

.cyan.lighten-2 {
  background-color: #4dd0e1;
}

.cyan-text.text-lighten-2 {
  color: #4dd0e1;
}

.cyan.lighten-1 {
  background-color: #26c6da;
}

.cyan-text.text-lighten-1 {
  color: #26c6da;
}

.cyan.darken-1 {
  background-color: #00acc1;
}

.cyan-text.text-darken-1 {
  color: #00acc1;
}

.cyan.darken-2 {
  background-color: #0097a7;
}

.cyan-text.text-darken-2 {
  color: #0097a7;
}

.cyan.darken-3 {
  background-color: #00838f;
}

.cyan-text.text-darken-3 {
  color: #00838f;
}

.cyan.darken-4 {
  background-color: #006064;
}

.cyan-text.text-darken-4 {
  color: #006064;
}

.cyan.accent-1 {
  background-color: #84ffff;
}

.cyan-text.text-accent-1 {
  color: #84ffff;
}

.cyan.accent-2 {
  background-color: #18ffff;
}

.cyan-text.text-accent-2 {
  color: #18ffff;
}

.cyan.accent-3 {
  background-color: #00e5ff;
}

.cyan-text.text-accent-3 {
  color: #00e5ff;
}

.cyan.accent-4 {
  background-color: #00b8d4;
}

.cyan-text.text-accent-4 {
  color: #00b8d4;
}

.teal {
  background-color: #009688;
}

.teal-text {
  color: #009688;
}

.teal.lighten-5 {
  background-color: #e0f2f1;
}

.teal-text.text-lighten-5 {
  color: #e0f2f1;
}

.teal.lighten-4 {
  background-color: #b2dfdb;
}

.teal-text.text-lighten-4 {
  color: #b2dfdb;
}

.teal.lighten-3 {
  background-color: #80cbc4;
}

.teal-text.text-lighten-3 {
  color: #80cbc4;
}

.teal.lighten-2 {
  background-color: #4db6ac;
}

.teal-text.text-lighten-2 {
  color: #4db6ac;
}

.teal.lighten-1 {
  background-color: #26a69a;
}

.teal-text.text-lighten-1 {
  color: #26a69a;
}

.teal.darken-1 {
  background-color: #00897b;
}

.teal-text.text-darken-1 {
  color: #00897b;
}

.teal.darken-2 {
  background-color: #00796b;
}

.teal-text.text-darken-2 {
  color: #00796b;
}

.teal.darken-3 {
  background-color: #00695c;
}

.teal-text.text-darken-3 {
  color: #00695c;
}

.teal.darken-4 {
  background-color: #004d40;
}

.teal-text.text-darken-4 {
  color: #004d40;
}

.teal.accent-1 {
  background-color: #a7ffeb;
}

.teal-text.text-accent-1 {
  color: #a7ffeb;
}

.teal.accent-2 {
  background-color: #64ffda;
}

.teal-text.text-accent-2 {
  color: #64ffda;
}

.teal.accent-3 {
  background-color: #1de9b6;
}

.teal-text.text-accent-3 {
  color: #1de9b6;
}

.teal.accent-4 {
  background-color: #00bfa5;
}

.teal-text.text-accent-4 {
  color: #00bfa5;
}

.green {
  background-color: #4CAF50;
}

.green-text {
  color: #4CAF50;
}

.green.lighten-5 {
  background-color: #E8F5E9;
}

.green-text.text-lighten-5 {
  color: #E8F5E9;
}

.green.lighten-4 {
  background-color: #C8E6C9;
}

.green-text.text-lighten-4 {
  color: #C8E6C9;
}

.green.lighten-3 {
  background-color: #A5D6A7;
}

.green-text.text-lighten-3 {
  color: #A5D6A7;
}

.green.lighten-2 {
  background-color: #81C784;
}

.green-text.text-lighten-2 {
  color: #81C784;
}

.green.lighten-1 {
  background-color: #66BB6A;
}

.green-text.text-lighten-1 {
  color: #66BB6A;
}

.green.darken-1 {
  background-color: #43A047;
}

.green-text.text-darken-1 {
  color: #43A047;
}

.green.darken-2 {
  background-color: #388E3C;
}

.green-text.text-darken-2 {
  color: #388E3C;
}

.green.darken-3 {
  background-color: #2E7D32;
}

.green-text.text-darken-3 {
  color: #2E7D32;
}

.green.darken-4 {
  background-color: #1B5E20;
}

.green-text.text-darken-4 {
  color: #1B5E20;
}

.green.accent-1 {
  background-color: #B9F6CA;
}

.green-text.text-accent-1 {
  color: #B9F6CA;
}

.green.accent-2 {
  background-color: #69F0AE;
}

.green-text.text-accent-2 {
  color: #69F0AE;
}

.green.accent-3 {
  background-color: #00E676;
}

.green-text.text-accent-3 {
  color: #00E676;
}

.green.accent-4 {
  background-color: #00C853;
}

.green-text.text-accent-4 {
  color: #00C853;
}

.light-green {
  background-color: #8bc34a;
}

.light-green-text {
  color: #8bc34a;
}

.light-green.lighten-5 {
  background-color: #f1f8e9;
}

.light-green-text.text-lighten-5 {
  color: #f1f8e9;
}

.light-green.lighten-4 {
  background-color: #dcedc8;
}

.light-green-text.text-lighten-4 {
  color: #dcedc8;
}

.light-green.lighten-3 {
  background-color: #c5e1a5;
}

.light-green-text.text-lighten-3 {
  color: #c5e1a5;
}

.light-green.lighten-2 {
  background-color: #aed581;
}

.light-green-text.text-lighten-2 {
  color: #aed581;
}

.light-green.lighten-1 {
  background-color: #9ccc65;
}

.light-green-text.text-lighten-1 {
  color: #9ccc65;
}

.light-green.darken-1 {
  background-color: #7cb342;
}

.light-green-text.text-darken-1 {
  color: #7cb342;
}

.light-green.darken-2 {
  background-color: #689f38;
}

.light-green-text.text-darken-2 {
  color: #689f38;
}

.light-green.darken-3 {
  background-color: #558b2f;
}

.light-green-text.text-darken-3 {
  color: #558b2f;
}

.light-green.darken-4 {
  background-color: #33691e;
}

.light-green-text.text-darken-4 {
  color: #33691e;
}

.light-green.accent-1 {
  background-color: #ccff90;
}

.light-green-text.text-accent-1 {
  color: #ccff90;
}

.light-green.accent-2 {
  background-color: #b2ff59;
}

.light-green-text.text-accent-2 {
  color: #b2ff59;
}

.light-green.accent-3 {
  background-color: #76ff03;
}

.light-green-text.text-accent-3 {
  color: #76ff03;
}

.light-green.accent-4 {
  background-color: #64dd17;
}

.light-green-text.text-accent-4 {
  color: #64dd17;
}

.lime {
  background-color: #cddc39;
}

.lime-text {
  color: #cddc39;
}

.lime.lighten-5 {
  background-color: #f9fbe7;
}

.lime-text.text-lighten-5 {
  color: #f9fbe7;
}

.lime.lighten-4 {
  background-color: #f0f4c3;
}

.lime-text.text-lighten-4 {
  color: #f0f4c3;
}

.lime.lighten-3 {
  background-color: #e6ee9c;
}

.lime-text.text-lighten-3 {
  color: #e6ee9c;
}

.lime.lighten-2 {
  background-color: #dce775;
}

.lime-text.text-lighten-2 {
  color: #dce775;
}

.lime.lighten-1 {
  background-color: #d4e157;
}

.lime-text.text-lighten-1 {
  color: #d4e157;
}

.lime.darken-1 {
  background-color: #c0ca33;
}

.lime-text.text-darken-1 {
  color: #c0ca33;
}

.lime.darken-2 {
  background-color: #afb42b;
}

.lime-text.text-darken-2 {
  color: #afb42b;
}

.lime.darken-3 {
  background-color: #9e9d24;
}

.lime-text.text-darken-3 {
  color: #9e9d24;
}

.lime.darken-4 {
  background-color: #827717;
}

.lime-text.text-darken-4 {
  color: #827717;
}

.lime.accent-1 {
  background-color: #f4ff81;
}

.lime-text.text-accent-1 {
  color: #f4ff81;
}

.lime.accent-2 {
  background-color: #eeff41;
}

.lime-text.text-accent-2 {
  color: #eeff41;
}

.lime.accent-3 {
  background-color: #c6ff00;
}

.lime-text.text-accent-3 {
  color: #c6ff00;
}

.lime.accent-4 {
  background-color: #aeea00;
}

.lime-text.text-accent-4 {
  color: #aeea00;
}

.yellow {
  background-color: #ffeb3b;
}

.yellow-text {
  color: #ffeb3b;
}

.yellow.lighten-5 {
  background-color: #fffde7;
}

.yellow-text.text-lighten-5 {
  color: #fffde7;
}

.yellow.lighten-4 {
  background-color: #fff9c4;
}

.yellow-text.text-lighten-4 {
  color: #fff9c4;
}

.yellow.lighten-3 {
  background-color: #fff59d;
}

.yellow-text.text-lighten-3 {
  color: #fff59d;
}

.yellow.lighten-2 {
  background-color: #fff176;
}

.yellow-text.text-lighten-2 {
  color: #fff176;
}

.yellow.lighten-1 {
  background-color: #ffee58;
}

.yellow-text.text-lighten-1 {
  color: #ffee58;
}

.yellow.darken-1 {
  background-color: #fdd835;
}

.yellow-text.text-darken-1 {
  color: #fdd835;
}

.yellow.darken-2 {
  background-color: #fbc02d;
}

.yellow-text.text-darken-2 {
  color: #fbc02d;
}

.yellow.darken-3 {
  background-color: #f9a825;
}

.yellow-text.text-darken-3 {
  color: #f9a825;
}

.yellow.darken-4 {
  background-color: #f57f17;
}

.yellow-text.text-darken-4 {
  color: #f57f17;
}

.yellow.accent-1 {
  background-color: #ffff8d;
}

.yellow-text.text-accent-1 {
  color: #ffff8d;
}

.yellow.accent-2 {
  background-color: #ffff00;
}

.yellow-text.text-accent-2 {
  color: #ffff00;
}

.yellow.accent-3 {
  background-color: #ffea00;
}

.yellow-text.text-accent-3 {
  color: #ffea00;
}

.yellow.accent-4 {
  background-color: #ffd600;
}

.yellow-text.text-accent-4 {
  color: #ffd600;
}

.amber {
  background-color: #ffc107;
}

.amber-text {
  color: #ffc107;
}

.amber.lighten-5 {
  background-color: #fff8e1;
}

.amber-text.text-lighten-5 {
  color: #fff8e1;
}

.amber.lighten-4 {
  background-color: #ffecb3;
}

.amber-text.text-lighten-4 {
  color: #ffecb3;
}

.amber.lighten-3 {
  background-color: #ffe082;
}

.amber-text.text-lighten-3 {
  color: #ffe082;
}

.amber.lighten-2 {
  background-color: #ffd54f;
}

.amber-text.text-lighten-2 {
  color: #ffd54f;
}

.amber.lighten-1 {
  background-color: #ffca28;
}

.amber-text.text-lighten-1 {
  color: #ffca28;
}

.amber.darken-1 {
  background-color: #ffb300;
}

.amber-text.text-darken-1 {
  color: #ffb300;
}

.amber.darken-2 {
  background-color: #ffa000;
}

.amber-text.text-darken-2 {
  color: #ffa000;
}

.amber.darken-3 {
  background-color: #ff8f00;
}

.amber-text.text-darken-3 {
  color: #ff8f00;
}

.amber.darken-4 {
  background-color: #ff6f00;
}

.amber-text.text-darken-4 {
  color: #ff6f00;
}

.amber.accent-1 {
  background-color: #ffe57f;
}

.amber-text.text-accent-1 {
  color: #ffe57f;
}

.amber.accent-2 {
  background-color: #ffd740;
}

.amber-text.text-accent-2 {
  color: #ffd740;
}

.amber.accent-3 {
  background-color: #ffc400;
}

.amber-text.text-accent-3 {
  color: #ffc400;
}

.amber.accent-4 {
  background-color: #ffab00;
}

.amber-text.text-accent-4 {
  color: #ffab00;
}

.orange {
  background-color: #ff9800;
}

.orange-text {
  color: #ff9800;
}

.orange.lighten-5 {
  background-color: #fff3e0;
}

.orange-text.text-lighten-5 {
  color: #fff3e0;
}

.orange.lighten-4 {
  background-color: #ffe0b2;
}

.orange-text.text-lighten-4 {
  color: #ffe0b2;
}

.orange.lighten-3 {
  background-color: #ffcc80;
}

.orange-text.text-lighten-3 {
  color: #ffcc80;
}

.orange.lighten-2 {
  background-color: #ffb74d;
}

.orange-text.text-lighten-2 {
  color: #ffb74d;
}

.orange.lighten-1 {
  background-color: #ffa726;
}

.orange-text.text-lighten-1 {
  color: #ffa726;
}

.orange.darken-1 {
  background-color: #fb8c00;
}

.orange-text.text-darken-1 {
  color: #fb8c00;
}

.orange.darken-2 {
  background-color: #f57c00;
}

.orange-text.text-darken-2 {
  color: #f57c00;
}

.orange.darken-3 {
  background-color: #ef6c00;
}

.orange-text.text-darken-3 {
  color: #ef6c00;
}

.orange.darken-4 {
  background-color: #e65100;
}

.orange-text.text-darken-4 {
  color: #e65100;
}

.orange.accent-1 {
  background-color: #ffd180;
}

.orange-text.text-accent-1 {
  color: #ffd180;
}

.orange.accent-2 {
  background-color: #ffab40;
}

.orange-text.text-accent-2 {
  color: #ffab40;
}

.orange.accent-3 {
  background-color: #ff9100;
}

.orange-text.text-accent-3 {
  color: #ff9100;
}

.orange.accent-4 {
  background-color: #ff6d00;
}

.orange-text.text-accent-4 {
  color: #ff6d00;
}

.deep-orange {
  background-color: #ff5722;
}

.deep-orange-text {
  color: #ff5722;
}

.deep-orange.lighten-5 {
  background-color: #fbe9e7;
}

.deep-orange-text.text-lighten-5 {
  color: #fbe9e7;
}

.deep-orange.lighten-4 {
  background-color: #ffccbc;
}

.deep-orange-text.text-lighten-4 {
  color: #ffccbc;
}

.deep-orange.lighten-3 {
  background-color: #ffab91;
}

.deep-orange-text.text-lighten-3 {
  color: #ffab91;
}

.deep-orange.lighten-2 {
  background-color: #ff8a65;
}

.deep-orange-text.text-lighten-2 {
  color: #ff8a65;
}

.deep-orange.lighten-1 {
  background-color: #ff7043;
}

.deep-orange-text.text-lighten-1 {
  color: #ff7043;
}

.deep-orange.darken-1 {
  background-color: #f4511e;
}

.deep-orange-text.text-darken-1 {
  color: #f4511e;
}

.deep-orange.darken-2 {
  background-color: #e64a19;
}

.deep-orange-text.text-darken-2 {
  color: #e64a19;
}

.deep-orange.darken-3 {
  background-color: #d84315;
}

.deep-orange-text.text-darken-3 {
  color: #d84315;
}

.deep-orange.darken-4 {
  background-color: #bf360c;
}

.deep-orange-text.text-darken-4 {
  color: #bf360c;
}

.deep-orange.accent-1 {
  background-color: #ff9e80;
}

.deep-orange-text.text-accent-1 {
  color: #ff9e80;
}

.deep-orange.accent-2 {
  background-color: #ff6e40;
}

.deep-orange-text.text-accent-2 {
  color: #ff6e40;
}

.deep-orange.accent-3 {
  background-color: #ff3d00;
}

.deep-orange-text.text-accent-3 {
  color: #ff3d00;
}

.deep-orange.accent-4 {
  background-color: #dd2c00;
}

.deep-orange-text.text-accent-4 {
  color: #dd2c00;
}

.brown {
  background-color: #795548;
}

.brown-text {
  color: #795548;
}

.brown.lighten-5 {
  background-color: #efebe9;
}

.brown-text.text-lighten-5 {
  color: #efebe9;
}

.brown.lighten-4 {
  background-color: #d7ccc8;
}

.brown-text.text-lighten-4 {
  color: #d7ccc8;
}

.brown.lighten-3 {
  background-color: #bcaaa4;
}

.brown-text.text-lighten-3 {
  color: #bcaaa4;
}

.brown.lighten-2 {
  background-color: #a1887f;
}

.brown-text.text-lighten-2 {
  color: #a1887f;
}

.brown.lighten-1 {
  background-color: #8d6e63;
}

.brown-text.text-lighten-1 {
  color: #8d6e63;
}

.brown.darken-1 {
  background-color: #6d4c41;
}

.brown-text.text-darken-1 {
  color: #6d4c41;
}

.brown.darken-2 {
  background-color: #5d4037;
}

.brown-text.text-darken-2 {
  color: #5d4037;
}

.brown.darken-3 {
  background-color: #4e342e;
}

.brown-text.text-darken-3 {
  color: #4e342e;
}

.brown.darken-4 {
  background-color: #3e2723;
}

.brown-text.text-darken-4 {
  color: #3e2723;
}

.blue-grey {
  background-color: #607d8b;
}

.blue-grey-text {
  color: #607d8b;
}

.blue-grey.lighten-5 {
  background-color: #eceff1;
}

.blue-grey-text.text-lighten-5 {
  color: #eceff1;
}

.blue-grey.lighten-4 {
  background-color: #cfd8dc;
}

.blue-grey-text.text-lighten-4 {
  color: #cfd8dc;
}

.blue-grey.lighten-3 {
  background-color: #b0bec5;
}

.blue-grey-text.text-lighten-3 {
  color: #b0bec5;
}

.blue-grey.lighten-2 {
  background-color: #90a4ae;
}

.blue-grey-text.text-lighten-2 {
  color: #90a4ae;
}

.blue-grey.lighten-1 {
  background-color: #78909c;
}

.blue-grey-text.text-lighten-1 {
  color: #78909c;
}

.blue-grey.darken-1 {
  background-color: #546e7a;
}

.blue-grey-text.text-darken-1 {
  color: #546e7a;
}

.blue-grey.darken-2 {
  background-color: #455a64;
}

.blue-grey-text.text-darken-2 {
  color: #455a64;
}

.blue-grey.darken-3 {
  background-color: #37474f;
}

.blue-grey-text.text-darken-3 {
  color: #37474f;
}

.blue-grey.darken-4 {
  background-color: #263238;
}

.blue-grey-text.text-darken-4 {
  color: #263238;
}

.grey {
  background-color: #9e9e9e;
}

.grey-text {
  color: #9e9e9e;
}

.grey.lighten-5 {
  background-color: #fafafa;
}

.grey-text.text-lighten-5 {
  color: #fafafa;
}

.grey.lighten-4 {
  background-color: #f5f5f5;
}

.grey-text.text-lighten-4 {
  color: #f5f5f5;
}

.grey.lighten-3 {
  background-color: #eeeeee;
}

.grey-text.text-lighten-3 {
  color: #eeeeee;
}

.grey.lighten-2 {
  background-color: #e0e0e0;
}

.grey-text.text-lighten-2 {
  color: #e0e0e0;
}

.grey.lighten-1 {
  background-color: #bdbdbd;
}

.grey-text.text-lighten-1 {
  color: #bdbdbd;
}

.grey.darken-1 {
  background-color: #757575;
}

.grey-text.text-darken-1 {
  color: #757575;

}

.grey.darken-2 {
  background-color: #616161;
}

.grey-text.text-darken-2 {
  color: #616161;
}

.grey.darken-3 {
  background-color: #424242;
}

.grey-text.text-darken-3 {
  color: #424242;
}

.grey.darken-4 {
  background-color: #212121;
}

.grey-text.text-darken-4 {
  color: #212121;
}

.black {
  background-color: #000000;
}

.black-text {
  color: #000000;
}

.white {
  background-color: #FFFFFF;
}

.white-text {
  color: #FFFFFF;
}

.transparent {
  background-color: transparent;
}

.transparent-text {
  color: transparent;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox &lt; 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 36px;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

ul:not(.browser-default) {
  padding-left: 0;
  list-style-type: none;
}

ul:not(.browser-default) li {
  list-style-type: none;
}

a {
  color: #039be5;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

.valign-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.valign-wrapper .valign {
  display: block;
}

.clearfix {
  clear: both;
}

.z-depth-0 {
  box-shadow: none;
}

.z-depth-1, .card-panel, .toast, .btn, .btn-large, .btn-floating, .dropdown-content, .collapsible, .side-nav {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.z-depth-1-half, .btn:hover, .btn-large:hover, .btn-floating:hover {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}

.z-depth-2 {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

.z-depth-3 {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
}

.z-depth-4, .modal {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
}

.z-depth-5 {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
}

.hoverable {
  transition: box-shadow .25s;
  box-shadow: 0;
}

.hoverable:hover {
  transition: box-shadow .25s;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.divider {
  height: 1px;
  overflow: hidden;
  background-color: #e0e0e0;
}

blockquote {
  margin: 20px 0;
  padding: 15px;
  border-left: 5px solid #2962ff;
}

i.left {
  float: left;
  margin-right: 15px;
}

i.right {
  float: right;
  margin-left: 15px;
}

i.tiny {
  font-size: 1rem;
}

i.small {
  font-size: 2rem;
}

i.medium {
  font-size: 4rem;
}

i.large {
  font-size: 6rem;
}

img.responsive-img,
video.responsive-video {
  max-width: 100%;
  height: auto;
}

.pagination li {
  display: inline-block;
  border-radius: 2px;
  text-align: center;
  vertical-align: top;
  height: 30px;
}

.pagination li a {
  color: #444;
  display: inline-block;
  font-size: 1.2rem;
  padding: 0 10px;
  line-height: 30px;
}

.pagination li.active a {
  color: #fff;
}

.pagination li.active {
  background-color: #ee6e73;
}

.pagination li.disabled a {
  cursor: default;
  color: #999;
}

.pagination li i {
  font-size: 2rem;
}

.pagination li.pages ul li {
  display: inline-block;
  float: none;
}

@media only screen and (max-width: 992px) {
  .pagination {
    width: 100%;
  }
  .pagination li.prev,
  .pagination li.next {
    width: 10%;
  }
  .pagination li.pages {
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
  }
}

.breadcrumb {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
}

.breadcrumb i,
.breadcrumb [class^="mdi-"], .breadcrumb [class*="mdi-"],
.breadcrumb i.material-icons {
  display: inline-block;
  float: left;
  font-size: 24px;
}

.breadcrumb:before {
  content: '\E5CC';
  color: rgba(255, 255, 255, 0.7);
  vertical-align: top;
  display: inline-block;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 25px;
  margin: 0 10px 0 8px;
  -webkit-font-smoothing: antialiased;
}

.breadcrumb:first-child:before {
  display: none;
}

.breadcrumb:last-child {
  color: #fff;
}

.parallax-container {
  position: relative;
  overflow: hidden;
  height: 500px;
}

.parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.parallax img {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.pin-top, .pin-bottom {
  position: relative;
}

.pinned {
  position: fixed;
}

/*********************
  Transition Classes
**********************/
ul.staggered-list li {
  opacity: 0;
}

.fade-in {
  opacity: 0;
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
}

/*********************
  Media Query Classes
**********************/
@media only screen and (max-width: 600px) {
  .hide-on-small-only, .hide-on-small-and-down {
    display: none;
  }
}

@media only screen and (max-width: 992px) {
  .hide-on-med-and-down {
    display: none;
  }
}

@media only screen and (min-width: 601px) {
  .hide-on-med-and-up {
    display: none;
  }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
  .hide-on-med-only {
    display: none;
  }
}

@media only screen and (min-width: 993px) {
  .hide-on-large-only {
    display: none;
  }
}

@media only screen and (min-width: 993px) {
  .show-on-large {
    display: block;
  }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
  .show-on-medium {
    display: block;
  }
}

@media only screen and (max-width: 600px) {
  .show-on-small {
    display: block;
  }
}

@media only screen and (min-width: 601px) {
  .show-on-medium-and-up {
    display: block;
  }
}

@media only screen and (max-width: 992px) {
  .show-on-medium-and-down {
    display: block;
  }
}

@media only screen and (max-width: 600px) {
  .center-on-small-only {
    text-align: center;
  }
}

footer.page-footer {
  padding-top: 20px;
  background-color: #ee6e73;
}

footer.page-footer .footer-copyright {
  overflow: hidden;
  min-height: 50px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0px;
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(51, 51, 51, 0.08);
}

table, th, td {
  border: none;
}

table {
  width: 100%;
  display: table;
}

table.bordered &gt; thead &gt; tr,
table.bordered &gt; tbody &gt; tr {
  border-bottom: 1px solid #d0d0d0;
}

table.striped &gt; tbody &gt; tr:nth-child(odd) {
  background-color: #f2f2f2;
}

table.striped &gt; tbody &gt; tr &gt; td {
  border-radius: 0;
}

table.highlight &gt; tbody &gt; tr {
  transition: background-color .25s ease;
}

table.highlight &gt; tbody &gt; tr:hover {
  background-color: #f2f2f2;
}

table.centered thead tr th, table.centered tbody tr td {
  text-align: center;
}

thead {
  border-bottom: 1px solid #d0d0d0;
}

td, th {
  padding: 15px 5px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  border-radius: 2px;
}

@media only screen and (max-width: 992px) {
  table.responsive-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    position: relative;
    /* sort out borders */
  }
  table.responsive-table td:empty:before {
    content: '\00a0';
  }
  table.responsive-table th,
  table.responsive-table td {
    margin: 0;
    vertical-align: top;
  }
  table.responsive-table th {
    text-align: left;
  }
  table.responsive-table thead {
    display: block;
    float: left;
  }
  table.responsive-table thead tr {
    display: block;
    padding: 0 10px 0 0;
  }
  table.responsive-table thead tr th::before {
    content: "\00a0";
  }
  table.responsive-table tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
  table.responsive-table tbody tr {
    display: inline-block;
    vertical-align: top;
  }
  table.responsive-table th {
    display: block;
    text-align: right;
  }
  table.responsive-table td {
    display: block;
    min-height: 1.25em;
    text-align: left;
  }
  table.responsive-table tr {
    padding: 0 10px;
  }
  table.responsive-table thead {
    border: 0;
    border-right: 1px solid #d0d0d0;
  }
  table.responsive-table.bordered th {
    border-bottom: 0;
    border-left: 0;
  }
  table.responsive-table.bordered td {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }
  table.responsive-table.bordered tr {
    border: 0;
  }
  table.responsive-table.bordered tbody tr {
    border-right: 1px solid #d0d0d0;
  }
}

.collection {
  margin: 0.5rem 0 1rem 0;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}

.collection .collection-item {
  background-color: #fff;
  line-height: 1.5rem;
  padding: 10px 20px;
  margin: 0;
  border-bottom: 1px solid #e0e0e0;
}

.collection .collection-item.avatar {
  min-height: 84px;
  padding-left: 72px;
  position: relative;
}

.collection .collection-item.avatar .circle {
  position: absolute;
  width: 42px;
  height: 42px;
  overflow: hidden;
  left: 15px;
  display: inline-block;
  vertical-align: middle;
}

.collection .collection-item.avatar i.circle {
  font-size: 18px;
  line-height: 42px;
  color: #fff;
  background-color: #999;
  text-align: center;
}

.collection .collection-item.avatar .title {
  font-size: 16px;
}

.collection .collection-item.avatar p {
  margin: 0;
}

.collection .collection-item.avatar .secondary-content {
  position: absolute;
  top: 16px;
  right: 16px;
}

.collection .collection-item:last-child {
  border-bottom: none;
}

.collection .collection-item.active {
  background-color: #26a69a;
  color: #eafaf9;
}

.collection .collection-item.active .secondary-content {
  color: #fff;
}

.collection a.collection-item {
  display: block;
  transition: .25s;
  color: #26a69a;
}

.collection a.collection-item:not(.active):hover {
  background-color: #ddd;
}

.collection.with-header .collection-header {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 20px;
}

.collection.with-header .collection-item {
  padding-left: 30px;
}

.collection.with-header .collection-item.avatar {
  padding-left: 72px;
}

.secondary-content {
  float: right;
  color: #26a69a;
}

.collapsible .collection {
  margin: 0;
  border: none;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.progress {
  position: relative;
  height: 4px;
  display: block;
  width: 100%;
  background-color: #acece6;
  border-radius: 2px;
  margin: 0.5rem 0 1rem 0;
  overflow: hidden;
}

.progress .determinate {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #26a69a;
  transition: width .3s linear;
}

.progress .indeterminate {
  background-color: #26a69a;
}

.progress .indeterminate:before {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
          animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

.progress .indeterminate:after {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
          animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  -webkit-animation-delay: 1.15s;
          animation-delay: 1.15s;
}

@-webkit-keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}

@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}

@-webkit-keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}

@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}

/*******************
  Utility Classes
*******************/
.hide {
  display: none;
}

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

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

.center, .center-align {
  text-align: center;
}

.left {
  float: left;
}

.right {
  float: right;
}

.no-select, input[type=range],
input[type=range] + .thumb {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.circle {
  border-radius: 50%;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.no-padding {
  padding: 0;
}

span.badge {
  min-width: 3rem;
  padding: 0 6px;
  margin-left: 14px;
  text-align: center;
  font-size: 1rem;
  line-height: 22px;
  height: 22px;
  color: #757575;
  float: right;
  box-sizing: border-box;
}

span.badge.new {
  font-weight: 300;
  font-size: 0.8rem;
  color: #fff;
  background-color: #26a69a;
  border-radius: 2px;
}

span.badge.new:after {
  content: " new";
}

span.badge[data-badge-caption]::after {
  content: " " attr(data-badge-caption);
}

nav ul a span.badge {
  display: inline-block;
  float: none;
  margin-left: 4px;
  line-height: 22px;
  height: 22px;
}

.collection-item span.badge {
  margin-top: calc(0.75rem - 11px);
}

.collapsible span.badge {
  margin-top: calc(1.5rem - 11px);
}

.side-nav span.badge {
  margin-top: calc(24px - 11px);
}

/* This is needed for some mobile phones to display the Google Icon font properly */
.material-icons {
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: 'liga';
     -moz-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
}


.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 991px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.section.no-pad {
  padding: 0;
}

.section.no-pad-bot {
  padding-bottom: 0;
}

.section.no-pad-top {
  padding-top: 0;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}

.col {
  float: left;
  min-height: 1px;
  padding: 0px 15px;
  box-sizing: border-box;
}

.col[class*="push-"],
.col[class*="pull-"] {
  position: relative;
}

.col.s1 {
  width: 8.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.col.s2 {
  width: 16.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.col.s3 {
  width: 25%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.col.s4 {
  width: 33.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.col.s5 {
  width: 41.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.col.s6 {
  width: 50%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.col.s7 {
  width: 58.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.col.s8 {
  width: 66.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.col.s9 {
  width: 75%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.col.s10 {
  width: 83.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.col.s11 {
  width: 91.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.col.s12 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.col.offset-s1 {
  margin-left: 8.3333333333%;
}

.col.pull-s1 {
  right: 8.3333333333%;
}

.col.push-s1 {
  left: 8.3333333333%;
}

.col.offset-s2 {
  margin-left: 16.6666666667%;
}

.col.pull-s2 {
  right: 16.6666666667%;
}

.col.push-s2 {
  left: 16.6666666667%;
}

.col.offset-s3 {
  margin-left: 25%;
}

.col.pull-s3 {
  right: 25%;
}

.col.push-s3 {
  left: 25%;
}

.col.offset-s4 {
  margin-left: 33.3333333333%;
}

.col.pull-s4 {
  right: 33.3333333333%;
}

.col.push-s4 {
  left: 33.3333333333%;
}

.col.offset-s5 {
  margin-left: 41.6666666667%;
}

.col.pull-s5 {
  right: 41.6666666667%;
}

.col.push-s5 {
  left: 41.6666666667%;
}

.col.offset-s6 {
  margin-left: 50%;
}

.col.pull-s6 {
  right: 50%;
}

.col.push-s6 {
  left: 50%;
}

.col.offset-s7 {
  margin-left: 58.3333333333%;
}

.col.pull-s7 {
  right: 58.3333333333%;
}

.col.push-s7 {
  left: 58.3333333333%;
}

.col.offset-s8 {
  margin-left: 66.6666666667%;
}

.col.pull-s8 {
  right: 66.6666666667%;
}

.col.push-s8 {
  left: 66.6666666667%;
}

.col.offset-s9 {
  margin-left: 75%;
}

.col.pull-s9 {
  right: 75%;
}

.col.push-s9 {
  left: 75%;
}

.col.offset-s10 {
  margin-left: 83.3333333333%;
}

.col.pull-s10 {
  right: 83.3333333333%;
}

.col.push-s10 {
  left: 83.3333333333%;
}

.col.offset-s11 {
  margin-left: 91.6666666667%;
}

.col.pull-s11 {
  right: 91.6666666667%;
}

.col.push-s11 {
  left: 91.6666666667%;
}

.col.offset-s12 {
  margin-left: 100%;
}

.col.pull-s12 {
  right: 100%;
}

.col.push-s12 {
  left: 100%;
}


@media only screen and (min-width: 991px) {
  .col.m1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .col.m2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .col.m3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .col.m4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .col.m5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .col.m6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .col.m7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .col.m8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .col.m9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .col.m10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .col.m11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .col.m12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .col.offset-m1 {
    margin-left: 8.3333333333%;
  }
  .col.pull-m1 {
    right: 8.3333333333%;
  }
  .col.push-m1 {
    left: 8.3333333333%;
  }
  .col.offset-m2 {
    margin-left: 16.6666666667%;
  }
  .col.pull-m2 {
    right: 16.6666666667%;
  }
  .col.push-m2 {
    left: 16.6666666667%;
  }
  .col.offset-m3 {
    margin-left: 25%;
  }
  .col.pull-m3 {
    right: 25%;
  }
  .col.push-m3 {
    left: 25%;
  }
  .col.offset-m4 {
    margin-left: 33.3333333333%;
  }
  .col.pull-m4 {
    right: 33.3333333333%;
  }
  .col.push-m4 {
    left: 33.3333333333%;
  }
  .col.offset-m5 {
    margin-left: 41.6666666667%;
  }
  .col.pull-m5 {
    right: 41.6666666667%;
  }
  .col.push-m5 {
    left: 41.6666666667%;
  }
  .col.offset-m6 {
    margin-left: 50%;
  }
  .col.pull-m6 {
    right: 50%;
  }
  .col.push-m6 {
    left: 50%;
  }
  .col.offset-m7 {
    margin-left: 58.3333333333%;
  }
  .col.pull-m7 {
    right: 58.3333333333%;
  }
  .col.push-m7 {
    left: 58.3333333333%;
  }
  .col.offset-m8 {
    margin-left: 66.6666666667%;
  }
  .col.pull-m8 {
    right: 66.6666666667%;
  }
  .col.push-m8 {
    left: 66.6666666667%;
  }
  .col.offset-m9 {
    margin-left: 75%;
  }
  .col.pull-m9 {
    right: 75%;
  }
  .col.push-m9 {
    left: 75%;
  }
  .col.offset-m10 {
    margin-left: 83.3333333333%;
  }
  .col.pull-m10 {
    right: 83.3333333333%;
  }
  .col.push-m10 {
    left: 83.3333333333%;
  }
  .col.offset-m11 {
    margin-left: 91.6666666667%;
  }
  .col.pull-m11 {
    right: 91.6666666667%;
  }
  .col.push-m11 {
    left: 91.6666666667%;
  }
  .col.offset-m12 {
    margin-left: 100%;
  }
  .col.pull-m12 {
    right: 100%;
  }
  .col.push-m12 {
    left: 100%;
  }
}

@media only screen and (min-width: 1200px) {
  .col.l1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .col.l2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .col.l3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .col.l4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .col.l5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .col.l6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .col.l7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .col.l8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .col.l9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .col.l10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .col.l11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .col.l12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .col.offset-l1 {
    margin-left: 8.3333333333%;
  }
  .col.pull-l1 {
    right: 8.3333333333%;
  }
  .col.push-l1 {
    left: 8.3333333333%;
  }
  .col.offset-l2 {
    margin-left: 16.6666666667%;
  }
  .col.pull-l2 {
    right: 16.6666666667%;
  }
  .col.push-l2 {
    left: 16.6666666667%;
  }
  .col.offset-l3 {
    margin-left: 25%;
  }
  .col.pull-l3 {
    right: 25%;
  }
  .col.push-l3 {
    left: 25%;
  }
  .col.offset-l4 {
    margin-left: 33.3333333333%;
  }
  .col.pull-l4 {
    right: 33.3333333333%;
  }
  .col.push-l4 {
    left: 33.3333333333%;
  }
  .col.offset-l5 {
    margin-left: 41.6666666667%;
  }
  .col.pull-l5 {
    right: 41.6666666667%;
  }
  .col.push-l5 {
    left: 41.6666666667%;
  }
  .col.offset-l6 {
    margin-left: 50%;
  }
  .col.pull-l6 {
    right: 50%;
  }
  .col.push-l6 {
    left: 50%;
  }
  .col.offset-l7 {
    margin-left: 58.3333333333%;
  }
  .col.pull-l7 {
    right: 58.3333333333%;
  }
  .col.push-l7 {
    left: 58.3333333333%;
  }
  .col.offset-l8 {
    margin-left: 66.6666666667%;
  }
  .col.pull-l8 {
    right: 66.6666666667%;
  }
  .col.push-l8 {
    left: 66.6666666667%;
  }
  .col.offset-l9 {
    margin-left: 75%;
  }
  .col.pull-l9 {
    right: 75%;
  }
  .col.push-l9 {
    left: 75%;
  }
  .col.offset-l10 {
    margin-left: 83.3333333333%;
  }
  .col.pull-l10 {
    right: 83.3333333333%;
  }
  .col.push-l10 {
    left: 83.3333333333%;
  }
  .col.offset-l11 {
    margin-left: 91.6666666667%;
  }
  .col.pull-l11 {
    right: 91.6666666667%;
  }
  .col.push-l11 {
    left: 91.6666666667%;
  }
  .col.offset-l12 {
    margin-left: 100%;
  }
  .col.pull-l12 {
    right: 100%;
  }
  .col.push-l12 {
    left: 100%;
  }
}

nav {
  color: #fff;
  background-color: #ee6e73;
  width: 100%;
  height: auto;
}

nav.nav-extended {
  height: auto;
}

nav.nav-extended .nav-wrapper {
  min-height: 56px;
  height: 80px;
}

nav.nav-extended .nav-content {
  position: relative;
  line-height: normal;
}

nav a {
  color: #fff;
}

nav i,
nav [class^="mdi-"], nav [class*="mdi-"],
nav i.material-icons {
  display: block;
}

nav .nav-wrapper {
  position: relative;
  height: 100%;
}

@media only screen and (min-width: 993px) {
  nav a.button-collapse {
    display: none;
  }
}

nav .button-collapse {
  float: left;
  position: relative;
  z-index: 1;
  height: 56px;
  margin: 0 18px;
}

nav .button-collapse i {
  height: 56px;
  line-height: 56px;
}

nav .brand-logo {
  position: absolute;
  color: #fff;
  display: inline-block;
  font-size: 2.1rem;
  padding: 0;
  white-space: nowrap;
}

nav .brand-logo.center {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media only screen and (max-width: 992px) {
  nav .brand-logo {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  nav .brand-logo.left, nav .brand-logo.right {
    padding: 0;
    -webkit-transform: none;
            transform: none;
  }
  nav .brand-logo.left {
    left: 0.5rem;
  }
  nav .brand-logo.right {
    right: 0.5rem;
    left: auto;
  }
}

nav .brand-logo.right {
  right: 0.5rem;
  padding: 0;
}

nav .brand-logo i,
nav .brand-logo [class^="mdi-"], nav .brand-logo [class*="mdi-"],
nav .brand-logo i.material-icons {
  float: left;
  margin-right: 15px;
}

nav .nav-title {
  display: inline-block;
  font-size: 32px;
  padding: 28px 0;
}

nav ul {
  margin: 0;
}

nav ul li {
  transition: background-color .3s;
  float: left;
  padding: 0;
}

nav ul li.active {
  background-color: rgba(0, 0, 0, 0.1);
}

nav ul a {
  transition: background-color .3s;
  font-size: 1rem;
  color: #fff;
  display: block;
  padding: 0 15px;
  cursor: pointer;
}

nav ul a.btn,
nav ul a.btn-large,
nav ul a.btn-large,
nav ul a.btn-flat,
nav ul a.btn-floating {
  margin-top: -2px;
  margin-left: 15px;
  margin-right: 15px;
}

nav ul a.btn &gt; .material-icons,
nav ul a.btn-large &gt; .material-icons,
nav ul a.btn-large &gt; .material-icons,
nav ul a.btn-flat &gt; .material-icons,
nav ul a.btn-floating &gt; .material-icons {
  height: inherit;
  line-height: inherit;
}
nav ul.left {
  float: left;
}

nav form {
  height: 100%;
}

nav .input-field {
  margin: 0;
  height: 100%;
}

nav .input-field input {
  height: 100%;
  font-size: 1.2rem;
  border: none;
  padding-left: 2rem;
}

nav .input-field input:focus,
nav .input-field input[type=text]:valid,
nav .input-field input[type=password]:valid,
nav .input-field input[type=email]:valid,
nav .input-field input[type=url]:valid,
nav .input-field input[type=date]:valid {
  border: none;
  box-shadow: none;
}

nav .input-field label {
  top: 0;
  left: 0;
}

nav .input-field label i {
  color: rgba(255, 255, 255, 0.7);
  transition: color .3s;
}

nav .input-field label.active i {
  color: #fff;
}

.navbar-fixed {
  position: relative;
  height: 80px;
  z-index: 1000;
}

.navbar-fixed nav {
  position: fixed;
}

@font-face {
  font-family: "Roboto";
  src: local(Roboto Thin), url("../fonts/roboto/Roboto-Thin.eot");
  src: url("../fonts/roboto/Roboto-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Thin.woff2") format("woff2"), url("../fonts/roboto/Roboto-Thin.woff") format("woff"), url("../fonts/roboto/Roboto-Thin.ttf") format("truetype");
  font-weight: 200;
}

@font-face {
  font-family: "Roboto";
  src: local(Roboto Light), url("../fonts/roboto/Roboto-Light.eot");
  src: url("../fonts/roboto/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Light.woff2") format("woff2"), url("../fonts/roboto/Roboto-Light.woff") format("woff"), url("../fonts/roboto/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: "Roboto";
  src: local(Roboto Regular), url("../fonts/roboto/Roboto-Regular.eot");
  src: url("../fonts/roboto/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Regular.woff2") format("woff2"), url("../fonts/roboto/Roboto-Regular.woff") format("woff"), url("../fonts/roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Medium.eot");
  src: url("../fonts/roboto/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Medium.woff2") format("woff2"), url("../fonts/roboto/Roboto-Medium.woff") format("woff"), url("../fonts/roboto/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Bold.eot");
  src: url("../fonts/roboto/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Bold.woff2") format("woff2"), url("../fonts/roboto/Roboto-Bold.woff") format("woff"), url("../fonts/roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
}

a {
  text-decoration: none;
}

html {
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.87);
}

@media only screen and (min-width: 0) {
  html {
    font-size: 14px;
  }
}

@media only screen and (min-width: 992px) {
  html {
    font-size: 14.5px;
  }
}

@media only screen and (min-width: 1200px) {
  html {
    font-size: 15px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1.1;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

em {
  font-style: italic;
}

strong {
  /*font-weight: 500;*/
}

small {
  font-size: 75%;
}

.light, footer.page-footer .footer-copyright {
  font-weight: 300;
}

.thin {
  font-weight: 200;
}

.flow-text {
  font-weight: 300;
}

@media only screen and (min-width: 360px) {
  .flow-text {
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 390px) {
  .flow-text {
    font-size: 1.224rem;
  }
}

@media only screen and (min-width: 420px) {
  .flow-text {
    font-size: 1.248rem;
  }
}

@media only screen and (min-width: 450px) {
  .flow-text {
    font-size: 1.272rem;
  }
}

@media only screen and (min-width: 480px) {
  .flow-text {
    font-size: 1.296rem;
  }
}

@media only screen and (min-width: 510px) {
  .flow-text {
    font-size: 1.32rem;
  }
}

@media only screen and (min-width: 540px) {
  .flow-text {
    font-size: 1.344rem;
  }
}

@media only screen and (min-width: 570px) {
  .flow-text {
    font-size: 1.368rem;
  }
}

@media only screen and (min-width: 600px) {
  .flow-text {
    font-size: 1.392rem;
  }
}

@media only screen and (min-width: 630px) {
  .flow-text {
    font-size: 1.416rem;
  }
}

@media only screen and (min-width: 660px) {
  .flow-text {
    font-size: 1.44rem;
  }
}

@media only screen and (min-width: 690px) {
  .flow-text {
    font-size: 1.464rem;
  }
}

@media only screen and (min-width: 720px) {
  .flow-text {
    font-size: 1.488rem;
  }
}

@media only screen and (min-width: 750px) {
  .flow-text {
    font-size: 1.512rem;
  }
}

@media only screen and (min-width: 780px) {
  .flow-text {
    font-size: 1.536rem;
  }
}

@media only screen and (min-width: 810px) {
  .flow-text {
    font-size: 1.56rem;
  }
}

@media only screen and (min-width: 840px) {
  .flow-text {
    font-size: 1.584rem;
  }
}

@media only screen and (min-width: 870px) {
  .flow-text {
    font-size: 1.608rem;
  }
}

@media only screen and (min-width: 900px) {
  .flow-text {
    font-size: 1.632rem;
  }
}

@media only screen and (min-width: 930px) {
  .flow-text {
    font-size: 1.656rem;
  }
}

@media only screen and (min-width: 960px) {
  .flow-text {
    font-size: 1.68rem;
  }
}

@media only screen and (max-width: 360px) {
  .flow-text {
    font-size: 1.2rem;
  }
}

.scale-transition {
  transition: -webkit-transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63);
  transition: transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63);
  transition: transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63), -webkit-transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63);
}

.scale-transition.scale-out {
  -webkit-transform: scale(0);
          transform: scale(0);
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

.scale-transition.scale-in {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.card-panel {
  transition: box-shadow .25s;
  padding: 15px;
  margin: 15px 0;
  border-radius: 2px;
  background-color: #fff;
}

.card {
  position: relative;
  background-color: #fff;
  transition: box-shadow .25s;
  border-radius: 2px;
}

.card .card-title {
  font-size: 24px;
  font-weight: 300;
}

.card .card-title.activator {
  cursor: pointer;
}

.card.small, .card.medium, .card.large {
  position: relative;
}

.card.small .card-image, .card.medium .card-image, .card.large .card-image {
  max-height: 60%;
  overflow: hidden;
}

.card.small .card-image + .card-content, .card.medium .card-image + .card-content, .card.large .card-image + .card-content {
  max-height: 40%;
}

.card.small .card-content, .card.medium .card-content, .card.large .card-content {
  max-height: 100%;
  overflow: hidden;
}

.card.small .card-action, .card.medium .card-action, .card.large .card-action {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.card.small {
  height: 300px;
}

.card.medium {
  height: 400px;
}

.card.large {
  height: 500px;
}

.card.horizontal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.card.horizontal.small .card-image, .card.horizontal.medium .card-image, .card.horizontal.large .card-image {
  height: 100%;
  max-height: none;
  overflow: visible;
}

.card.horizontal.small .card-image img, .card.horizontal.medium .card-image img, .card.horizontal.large .card-image img {
  height: 100%;
}

.card.horizontal .card-image {
  max-width: 50%;
}

.card.horizontal .card-image img {
  border-radius: 2px 0 0 2px;
  max-width: 100%;
  width: auto;
}

.card.horizontal .card-stacked {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}

.card.horizontal .card-stacked .card-content {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.card.sticky-action .card-action {
  z-index: 2;
}

.card.sticky-action .card-reveal {
  z-index: 1;
  padding-bottom: 64px;
}

.card .card-image {
  position: relative;
}

.card .card-image img {
  display: block;
  border-radius: 2px 2px 0 0;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}

.card .card-image .card-title {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100%;
  padding: 24px;
}

.card .card-content {
  padding: 25px;
  border-radius: 3px;
}
.card-content1 {
	border-radius: 3px;
	padding-top: 0px;
	padding-right: 11px;
	padding-bottom: 0px;
	padding-left: 11px;
}
.card .card-content .card-title {
  display: block;
  margin-bottom: 10px;
}


.card .card-content .card-title i {
  line-height: 32px;
}

.card .card-action {
  position: relative;
  background-color: inherit;
  border-top: 1px solid rgba(160, 160, 160, 0.2);
  padding: 16px 24px;
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating) {
  color: #ffab40;
  transition: color .3s ease;
  text-transform: uppercase;
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating):hover {
  color: #ffd8a6;
}

.card .card-reveal {
  padding: 24px;
  position: absolute;
  background-color: #fff;
  width: 100%;
  overflow-y: auto;
  left: 0;
  top: 100%;
  height: 100%;
  z-index: 3;
  display: none;
}

.card .card-reveal .card-title {
  cursor: pointer;
  display: block;
}

#toast-container {
  display: block;
  position: fixed;
  z-index: 10000;
}

@media only screen and (max-width: 600px) {
  #toast-container {
    min-width: 100%;
    bottom: 0%;
  }
}

@media only screen and (min-width: 601px) and (max-width: 992px) {
  #toast-container {
    left: 5%;
    bottom: 7%;
    max-width: 90%;
  }
}

@media only screen and (min-width: 993px) {
  #toast-container {
    top: 10%;
    right: 7%;
    max-width: 86%;
  }
}

.toast {
  border-radius: 2px;
  top: 35px;
  width: auto;
  clear: both;
  margin-top: 10px;
  position: relative;
  max-width: 100%;
  height: auto;
  min-height: 48px;
  line-height: 1.5em;
  word-break: break-all;
  background-color: #323232;
  padding: 10px 25px;
  font-size: 1.1rem;
  font-weight: 300;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.toast .btn, .toast .btn-large, .toast .btn-flat {
  margin: 0;
  margin-left: 3rem;
}

.toast.rounded {
  border-radius: 24px;
}

@media only screen and (max-width: 600px) {
  .toast {
    width: 100%;
    border-radius: 0;
  }
}

@media only screen and (min-width: 601px) and (max-width: 992px) {
  .toast {
    float: left;
  }
}

@media only screen and (min-width: 993px) {
  .toast {
    float: right;
  }
}

.tabs {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  height: 48px;
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
  white-space: nowrap;
}

.tabs.tabs-transparent {
  background-color: transparent;
}

.tabs.tabs-transparent .tab a,
.tabs.tabs-transparent .tab.disabled a,
.tabs.tabs-transparent .tab.disabled a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.tabs.tabs-transparent .tab a:hover,
.tabs.tabs-transparent .tab a.active {
  color: #fff;
}

.tabs.tabs-transparent .indicator {
  background-color: #fff;
}

.tabs.tabs-fixed-width {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tabs.tabs-fixed-width .tab {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.tabs .tab {
  display: inline-block;
  text-align: center;
  line-height: 48px;
  height: 48px;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}

.tabs .tab a {
  color: rgba(238, 110, 115, 0.7);
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 23px;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: color .28s ease;
}

.tabs .tab a:hover, .tabs .tab a.active {
  background-color: transparent;
  color: #ee6e73;
}

.tabs .tab.disabled a,
.tabs .tab.disabled a:hover {
  color: rgba(238, 110, 115, 0.7);
  cursor: default;
}

.tabs .indicator {
  position: absolute;
  bottom: 0;
  height: 2px;
  background-color: #f6b2b5;
  will-change: left, right;
}

@media only screen and (max-width: 992px) {
  .tabs {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .tabs .tab {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .tabs .tab a {
    padding: 0 12px;
  }
}

.material-tooltip {
  padding: 10px 8px;
  font-size: 1rem;
  z-index: 2000;
  background-color: transparent;
  border-radius: 2px;
  color: #fff;
  min-height: 36px;
  line-height: 120%;
  opacity: 0;
  position: absolute;
  text-align: center;
  max-width: calc(100% - 4px);
  overflow: hidden;
  left: 0;
  top: 0;
  pointer-events: none;
  visibility: hidden;
}

.backdrop {
  position: absolute;
  opacity: 0;
  height: 7px;
  width: 14px;
  border-radius: 0 0 50% 50%;
  background-color: #323232;
  z-index: -1;
  -webkit-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
  visibility: hidden;
}

.btn, .btn-large,
.btn-flat {
  border: none;
  border-radius: 2px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 2rem;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
}

.btn.disabled, .disabled.btn-large,
.btn-floating.disabled,
.btn-large.disabled,
.btn-flat.disabled,
.btn:disabled,
.btn-large:disabled,
.btn-floating:disabled,
.btn-large:disabled,
.btn-flat:disabled,
.btn[disabled],
[disabled].btn-large,
.btn-floating[disabled],
.btn-large[disabled],
.btn-flat[disabled] {
  pointer-events: none;
  background-color: #DFDFDF;
  box-shadow: none;
  color: #9F9F9F;
  cursor: default;
}

.btn.disabled:hover, .disabled.btn-large:hover,
.btn-floating.disabled:hover,
.btn-large.disabled:hover,
.btn-flat.disabled:hover,
.btn:disabled:hover,
.btn-large:disabled:hover,
.btn-floating:disabled:hover,
.btn-large:disabled:hover,
.btn-flat:disabled:hover,
.btn[disabled]:hover,
[disabled].btn-large:hover,
.btn-floating[disabled]:hover,
.btn-large[disabled]:hover,
.btn-flat[disabled]:hover {
  background-color: #DFDFDF;
  color: #9F9F9F;
}

.btn, .btn-large,
.btn-floating,
.btn-large,
.btn-flat {
  outline: 0;
}

.btn i, .btn-large i,
.btn-floating i,
.btn-large i,
.btn-flat i {
  font-size: 1.3rem;
  line-height: inherit;
}

.btn:focus, .btn-large:focus,
.btn-floating:focus {
  background-color: #1d7d74;
}

.btn, .btn-large {
  text-decoration: none;
  color: #fff;
  background-color: #26a69a;
  text-align: center;
  letter-spacing: .5px;
  transition: .2s ease-out;
  cursor: pointer;
}

.btn:hover, .btn-large:hover {
  background-color: #2bbbad;
}

.btn-floating {
  display: inline-block;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  background-color: #26a69a;
  border-radius: 50%;
  transition: .3s;
  cursor: pointer;
  vertical-align: middle;
}

.btn-floating:hover {
  background-color: #26a69a;
}

.btn-floating:before {
  border-radius: 0;
}

.btn-floating.btn-large {
  width: 56px;
  height: 56px;
}

.btn-floating.btn-large i {
  line-height: 56px;
}

.btn-floating.halfway-fab {
  position: absolute;
  right: 24px;
  bottom: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.btn-floating.halfway-fab.left {
  right: auto;
  left: 24px;
}

.btn-floating i {
  width: inherit;
  display: inline-block;
  text-align: center;
  color: #fff;
  line-height: 40px;
}

button.btn-floating {
  border: none;
}

.fixed-action-btn {
  position: fixed;
  right: 23px;
  bottom: 23px;
  padding-top: 15px;
  margin-bottom: 0;
  z-index: 998;
}

.fixed-action-btn.active ul {
  visibility: visible;
}

.fixed-action-btn.horizontal {
  padding: 0 0 0 15px;
}

.fixed-action-btn.horizontal ul {
  text-align: right;
  right: 64px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 100%;
  left: auto;
  width: 500px;
  /*width 100% only goes to width of button container */
}

.fixed-action-btn.horizontal ul li {
  display: inline-block;
  margin: 15px 15px 0 0;
}

.fixed-action-btn.toolbar {
  padding: 0;
  height: 56px;
}

.fixed-action-btn.toolbar.active &gt; a i {
  opacity: 0;
}

.fixed-action-btn.toolbar ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  bottom: 0;
}

.fixed-action-btn.toolbar ul li {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: inline-block;
  margin: 0;
  height: 100%;
  transition: none;
}

.fixed-action-btn.toolbar ul li a {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: transparent;
  box-shadow: none;
  color: #fff;
  line-height: 56px;
  z-index: 1;
}

.fixed-action-btn.toolbar ul li a i {
  line-height: inherit;
}

.fixed-action-btn ul {
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  bottom: 64px;
  margin: 0;
  visibility: hidden;
}

.fixed-action-btn ul li {
  margin-bottom: 15px;
}

.fixed-action-btn ul a.btn-floating {
  opacity: 0;
}

.fixed-action-btn .fab-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 40px;
  height: 40px;
  background-color: #26a69a;
  border-radius: 50%;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.btn-flat {
  box-shadow: none;
  background-color: transparent;
  color: #343434;
  cursor: pointer;
  transition: background-color .2s;
}

.btn-flat:focus, .btn-flat:active {
  background-color: transparent;
}

.btn-flat:focus, .btn-flat:hover {
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: none;
}

.btn-flat:active {
  background-color: rgba(0, 0, 0, 0.2);
}

.btn-flat.disabled {
  background-color: transparent;
  color: #b3b3b3;
  cursor: default;
}

.btn-large {
  height: 54px;
  line-height: 54px;
}

.btn-large i {
  font-size: 1.6rem;
}

.btn-block {
  display: block;
}

.dropdown-content {
  background-color: #fff;
  margin: 0;
  display: none;
  min-width: 100px;
  max-height: 650px;
  overflow-y: auto;
  opacity: 0;
  position: absolute;
  z-index: 999;
  will-change: width, height;
}

.dropdown-content li {
  clear: both;
  color: rgba(0, 0, 0, 0.87);
  cursor: pointer;
  min-height: 50px;
  line-height: 1.5rem;
  width: 100%;
  text-align: left;
  text-transform: none;
}

.dropdown-content li:hover, .dropdown-content li.active, .dropdown-content li.selected {
  background-color: #eee;
}

.dropdown-content li.active.selected {
  background-color: #e1e1e1;
}

.dropdown-content li.divider {
  min-height: 0;
  height: 1px;
}

.dropdown-content li &gt; a, .dropdown-content li &gt; span {
  font-size: 16px;
  color: #26a69a;
  display: block;
  line-height: 22px;
  padding: 14px 16px;
}

.dropdown-content li &gt; span &gt; label {
  top: 1px;
  left: 0;
  height: 18px;
}

.dropdown-content li &gt; a &gt; i {
  height: inherit;
  line-height: inherit;
}

.input-field.col .dropdown-content [type="checkbox"] + label {
  top: 1px;
  left: 0;
  height: 18px;
}

/*!
 * Waves v0.6.0
 * http://fian.my.id/Waves
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  transition: .3s ease-out;
}

.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.7s ease-out;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: scale(0);
          transform: scale(0);
  pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.45);
}

.waves-effect.waves-red .waves-ripple {
  background-color: rgba(244, 67, 54, 0.7);
}

.waves-effect.waves-yellow .waves-ripple {
  background-color: rgba(255, 235, 59, 0.7);
}

.waves-effect.waves-orange .waves-ripple {
  background-color: rgba(255, 152, 0, 0.7);
}

.waves-effect.waves-purple .waves-ripple {
  background-color: rgba(156, 39, 176, 0.7);
}

.waves-effect.waves-green .waves-ripple {
  background-color: rgba(76, 175, 80, 0.7);
}

.waves-effect.waves-teal .waves-ripple {
  background-color: rgba(0, 150, 136, 0.7);
}

.waves-effect input[type="button"], .waves-effect input[type="reset"], .waves-effect input[type="submit"] {
  border: 0;
  font-style: normal;
  font-size: inherit;
  text-transform: inherit;
  background: none;
}

.waves-effect img {
  position: relative;
  z-index: -1;
}

.waves-notransition {
  transition: none;
}

.waves-circle {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}

.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none;
}

.waves-block {
  display: block;
}

/* Firefox Bug: link not triggered */
.waves-effect .waves-ripple {
  z-index: -1;
}

.modal {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  background-color: #fafafa;
  padding: 0;
  max-height: 70%;
  width: 55%;
  margin: auto;
  overflow-y: auto;
  border-radius: 2px;
  will-change: top, opacity;
}

@media only screen and (max-width: 992px) {
  .modal {
    width: 80%;
  }
}

.modal h1, .modal h2, .modal h3, .modal h4 {
  margin-top: 0;
}

.modal .modal-content {
  padding: 24px;
}

.modal .modal-close {
  cursor: pointer;
}

.modal .modal-footer {
  border-radius: 0 0 2px 2px;
  background-color: #fafafa;
  padding: 4px 6px;
  height: 56px;
  width: 100%;
}

.modal .modal-footer .btn, .modal .modal-footer .btn-large, .modal .modal-footer .btn-flat {
  float: right;
  margin: 6px 0;
}

.modal-overlay {
  position: fixed;
  z-index: 999;
  top: -100px;
  left: 0;
  bottom: 0;
  right: 0;
  height: 125%;
  width: 100%;
  background: #000;
  display: none;
  will-change: opacity;
}

.modal.modal-fixed-footer {
  padding: 0;
  height: 70%;
}

.modal.modal-fixed-footer .modal-content {
  position: absolute;
  height: calc(100% - 56px);
  max-height: 100%;
  width: 100%;
  overflow-y: auto;
}

.modal.modal-fixed-footer .modal-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
}

.modal.bottom-sheet {
  top: auto;
  bottom: -100%;
  margin: 0;
  width: 100%;
  max-height: 45%;
  border-radius: 0;
  will-change: bottom, opacity;
}

.collapsible {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin: 0.5rem 0 1rem 0;
}

.collapsible-header {
  display: block;
  cursor: pointer;
  min-height: 3rem;
  line-height: 3rem;
  padding: 0 1rem;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}

.collapsible-header i {
  width: 2rem;
  font-size: 1.6rem;
  line-height: 3rem;
  display: block;
  float: left;
  text-align: center;
  margin-right: 1rem;
}

.collapsible-body {
  display: none;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  padding: 2rem;
}

.side-nav .collapsible,
.side-nav.fixed .collapsible {
  border: none;
  box-shadow: none;
}

.side-nav .collapsible li,
.side-nav.fixed .collapsible li {
  padding: 0;
}

.side-nav .collapsible-header,
.side-nav.fixed .collapsible-header {
  background-color: transparent;
  border: none;
  line-height: inherit;
  height: inherit;
  padding: 0 16px;
}

.side-nav .collapsible-header:hover,
.side-nav.fixed .collapsible-header:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.side-nav .collapsible-header i,
.side-nav.fixed .collapsible-header i {
  line-height: inherit;
}

.side-nav .collapsible-body,
.side-nav.fixed .collapsible-body {
  border: 0;
  background-color: #fff;
}

.side-nav .collapsible-body li a,
.side-nav.fixed .collapsible-body li a {
  padding: 0 23.5px 0 31px;
}

.collapsible.popout {
  border: none;
  box-shadow: none;
}

.collapsible.popout &gt; li {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  margin: 0 24px;
  transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.collapsible.popout &gt; li.active {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  margin: 16px 0;
}

.chip {
  display: inline-block;
  height: 32px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
  line-height: 32px;
  padding: 0 12px;
  border-radius: 16px;
  background-color: #e4e4e4;
  margin-bottom: 5px;
  margin-right: 5px;
}

.chip img {
  float: left;
  margin: 0 8px 0 -12px;
  height: 32px;
  width: 32px;
  border-radius: 50%;
}

.chip .close {
  cursor: pointer;
  float: right;
  font-size: 16px;
  line-height: 32px;
  padding-left: 8px;
}

.chips {
  border: none;
  border-bottom: 1px solid #9e9e9e;
  box-shadow: none;
  margin: 0 0 20px 0;
  min-height: 45px;
  outline: none;
  transition: all .3s;
}

.chips.focus {
  border-bottom: 1px solid #26a69a;
  box-shadow: 0 1px 0 0 #26a69a;
}

.chips:hover {
  cursor: text;
}

.chips .chip.selected {
  background-color: #26a69a;
  color: #fff;
}

.chips .input {
  background: none;
  border: 0;
  color: rgba(0, 0, 0, 0.6);
  display: inline-block;
  font-size: 1rem;
  height: 3rem;
  line-height: 32px;
  outline: 0;
  margin: 0;
  padding: 0;
  width: 120px;
}

.chips .input:focus {
  border: 0;
  box-shadow: none;
}

.prefix ~ .chips {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}

.chips:empty ~ label {
  font-size: 0.8rem;
  -webkit-transform: translateY(-140%);
          transform: translateY(-140%);
}

.materialboxed {
  display: block;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  position: relative;
  transition: opacity .4s;
  -webkit-backface-visibility: hidden;
}

.materialboxed:hover:not(.active) {
  opacity: .8;
}

.materialboxed.active {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

#materialbox-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #292929;
  z-index: 1000;
  will-change: opacity;
}

.materialbox-caption {
  position: fixed;
  display: none;
  color: #fff;
  line-height: 50px;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0% 15%;
  height: 50px;
  z-index: 1000;
  -webkit-font-smoothing: antialiased;
}

select:focus {
  outline: 1px solid #c9f3ef;
}

button:focus {
  outline: none;
  background-color: #2ab7a9;
}

label {
  font-size: 0.8rem;
  color: #9e9e9e;
}

/* Text Inputs + Textarea
   ========================================================================== */
/* Style Placeholders */
::-webkit-input-placeholder {
  color: #d1d1d1;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #d1d1d1;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #d1d1d1;
}

:-ms-input-placeholder {
  color: #d1d1d1;
}

/* Text inputs */
input:not([type]),
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search],
textarea.materialize-textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  border-radius: 0;
  outline: none;
  height: 3rem;
  width: 100%;
  font-size: 1rem;
  padding: 0;
  box-shadow: none;
  transition: all 0.3s;
}

input:not([type]):disabled, input:not([type])[readonly="readonly"],
input[type=text]:disabled,
input[type=text][readonly="readonly"],
input[type=password]:disabled,
input[type=password][readonly="readonly"],
input[type=email]:disabled,
input[type=email][readonly="readonly"],
input[type=url]:disabled,
input[type=url][readonly="readonly"],
input[type=time]:disabled,
input[type=time][readonly="readonly"],
input[type=date]:disabled,
input[type=date][readonly="readonly"],
input[type=datetime]:disabled,
input[type=datetime][readonly="readonly"],
input[type=datetime-local]:disabled,
input[type=datetime-local][readonly="readonly"],
input[type=tel]:disabled,
input[type=tel][readonly="readonly"],
input[type=number]:disabled,
input[type=number][readonly="readonly"],
input[type=search]:disabled,
input[type=search][readonly="readonly"],
textarea.materialize-textarea:disabled,
textarea.materialize-textarea[readonly="readonly"] {
  color: rgba(0, 0, 0, 0.26);
  border-bottom: 1px dotted rgba(0, 0, 0, 0.26);
}

input:not([type]):disabled + label,
input:not([type])[readonly="readonly"] + label,
input[type=text]:disabled + label,
input[type=text][readonly="readonly"] + label,
input[type=password]:disabled + label,
input[type=password][readonly="readonly"] + label,
input[type=email]:disabled + label,
input[type=email][readonly="readonly"] + label,
input[type=url]:disabled + label,
input[type=url][readonly="readonly"] + label,
input[type=time]:disabled + label,
input[type=time][readonly="readonly"] + label,
input[type=date]:disabled + label,
input[type=date][readonly="readonly"] + label,
input[type=datetime]:disabled + label,
input[type=datetime][readonly="readonly"] + label,
input[type=datetime-local]:disabled + label,
input[type=datetime-local][readonly="readonly"] + label,
input[type=tel]:disabled + label,
input[type=tel][readonly="readonly"] + label,
input[type=number]:disabled + label,
input[type=number][readonly="readonly"] + label,
input[type=search]:disabled + label,
input[type=search][readonly="readonly"] + label,
textarea.materialize-textarea:disabled + label,
textarea.materialize-textarea[readonly="readonly"] + label {
  color: rgba(0, 0, 0, 0.26);
}

input:not([type]):focus:not([readonly]),
input[type=text]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=url]:focus:not([readonly]),
input[type=time]:focus:not([readonly]),
input[type=date]:focus:not([readonly]),
input[type=datetime]:focus:not([readonly]),
input[type=datetime-local]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=search]:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #26a69a;
  box-shadow: 0 1px 0 0 #26a69a;
}

input:not([type]):focus:not([readonly]) + label,
input[type=text]:focus:not([readonly]) + label,
input[type=password]:focus:not([readonly]) + label,
input[type=email]:focus:not([readonly]) + label,
input[type=url]:focus:not([readonly]) + label,
input[type=time]:focus:not([readonly]) + label,
input[type=date]:focus:not([readonly]) + label,
input[type=datetime]:focus:not([readonly]) + label,
input[type=datetime-local]:focus:not([readonly]) + label,
input[type=tel]:focus:not([readonly]) + label,
input[type=number]:focus:not([readonly]) + label,
input[type=search]:focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label {
  color: #26a69a;
}

input:not([type]).valid, input:not([type]):focus.valid,
input[type=text].valid,
input[type=text]:focus.valid,
input[type=password].valid,
input[type=password]:focus.valid,
input[type=email].valid,
input[type=email]:focus.valid,
input[type=url].valid,
input[type=url]:focus.valid,
input[type=time].valid,
input[type=time]:focus.valid,
input[type=date].valid,
input[type=date]:focus.valid,
input[type=datetime].valid,
input[type=datetime]:focus.valid,
input[type=datetime-local].valid,
input[type=datetime-local]:focus.valid,
input[type=tel].valid,
input[type=tel]:focus.valid,
input[type=number].valid,
input[type=number]:focus.valid,
input[type=search].valid,
input[type=search]:focus.valid,
textarea.materialize-textarea.valid,
textarea.materialize-textarea:focus.valid {
  border-bottom: 1px solid #4CAF50;
  box-shadow: 0 1px 0 0 #4CAF50;
}

input:not([type]).valid + label:after,
input:not([type]):focus.valid + label:after,
input[type=text].valid + label:after,
input[type=text]:focus.valid + label:after,
input[type=password].valid + label:after,
input[type=password]:focus.valid + label:after,
input[type=email].valid + label:after,
input[type=email]:focus.valid + label:after,
input[type=url].valid + label:after,
input[type=url]:focus.valid + label:after,
input[type=time].valid + label:after,
input[type=time]:focus.valid + label:after,
input[type=date].valid + label:after,
input[type=date]:focus.valid + label:after,
input[type=datetime].valid + label:after,
input[type=datetime]:focus.valid + label:after,
input[type=datetime-local].valid + label:after,
input[type=datetime-local]:focus.valid + label:after,
input[type=tel].valid + label:after,
input[type=tel]:focus.valid + label:after,
input[type=number].valid + label:after,
input[type=number]:focus.valid + label:after,
input[type=search].valid + label:after,
input[type=search]:focus.valid + label:after,
textarea.materialize-textarea.valid + label:after,
textarea.materialize-textarea:focus.valid + label:after {
  content: attr(data-success);
  color: #4CAF50;
  opacity: 1;
}

input:not([type]).invalid, input:not([type]):focus.invalid,
input[type=text].invalid,
input[type=text]:focus.invalid,
input[type=password].invalid,
input[type=password]:focus.invalid,
input[type=email].invalid,
input[type=email]:focus.invalid,
input[type=url].invalid,
input[type=url]:focus.invalid,
input[type=time].invalid,
input[type=time]:focus.invalid,
input[type=date].invalid,
input[type=date]:focus.invalid,
input[type=datetime].invalid,
input[type=datetime]:focus.invalid,
input[type=datetime-local].invalid,
input[type=datetime-local]:focus.invalid,
input[type=tel].invalid,
input[type=tel]:focus.invalid,
input[type=number].invalid,
input[type=number]:focus.invalid,
input[type=search].invalid,
input[type=search]:focus.invalid,
textarea.materialize-textarea.invalid,
textarea.materialize-textarea:focus.invalid {
  border-bottom: 1px solid #F44336;
  box-shadow: 0 1px 0 0 #F44336;
}

input:not([type]).invalid + label:after,
input:not([type]):focus.invalid + label:after,
input[type=text].invalid + label:after,
input[type=text]:focus.invalid + label:after,
input[type=password].invalid + label:after,
input[type=password]:focus.invalid + label:after,
input[type=email].invalid + label:after,
input[type=email]:focus.invalid + label:after,
input[type=url].invalid + label:after,
input[type=url]:focus.invalid + label:after,
input[type=time].invalid + label:after,
input[type=time]:focus.invalid + label:after,
input[type=date].invalid + label:after,
input[type=date]:focus.invalid + label:after,
input[type=datetime].invalid + label:after,
input[type=datetime]:focus.invalid + label:after,
input[type=datetime-local].invalid + label:after,
input[type=datetime-local]:focus.invalid + label:after,
input[type=tel].invalid + label:after,
input[type=tel]:focus.invalid + label:after,
input[type=number].invalid + label:after,
input[type=number]:focus.invalid + label:after,
input[type=search].invalid + label:after,
input[type=search]:focus.invalid + label:after,
textarea.materialize-textarea.invalid + label:after,
textarea.materialize-textarea:focus.invalid + label:after {
  content: attr(data-error);
  color: #F44336;
  opacity: 1;
}

input:not([type]).validate + label,
input[type=text].validate + label,
input[type=password].validate + label,
input[type=email].validate + label,
input[type=url].validate + label,
input[type=time].validate + label,
input[type=date].validate + label,
input[type=datetime].validate + label,
input[type=datetime-local].validate + label,
input[type=tel].validate + label,
input[type=number].validate + label,
input[type=search].validate + label,
textarea.materialize-textarea.validate + label {
  width: 100%;
  pointer-events: none;
}

input:not([type]) + label:after,
input[type=text] + label:after,
input[type=password] + label:after,
input[type=email] + label:after,
input[type=url] + label:after,
input[type=time] + label:after,
input[type=date] + label:after,
input[type=datetime] + label:after,
input[type=datetime-local] + label:after,
input[type=tel] + label:after,
input[type=number] + label:after,
input[type=search] + label:after,
textarea.materialize-textarea + label:after {
  display: block;
  content: "";
  position: absolute;
  top: 60px;
  opacity: 0;
  transition: .2s opacity ease-out, .2s color ease-out;
}

.input-field {
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
}

.input-field.inline {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.input-field.inline input,
.input-field.inline .select-dropdown {
  margin-bottom: 1rem;
}

.input-field.col label {
  left: 0.75rem;
}

.input-field.col .prefix ~ label,
.input-field.col .prefix ~ .validate ~ label {
  width: calc(100% - 3rem - 1.5rem);
}

.input-field label {
  color: #9e9e9e;
  position: absolute;
  top: 0.8rem;
  left: 0;
  font-size: 1rem;
  cursor: text;
  transition: .2s ease-out;
}

.input-field label:not(.label-icon).active {
  font-size: 0.8rem;
  -webkit-transform: translateY(-140%);
          transform: translateY(-140%);
}

.input-field .prefix {
  position: absolute;
  width: 3rem;
  font-size: 2rem;
  transition: color .2s;
}

.input-field .prefix.active {
  color: #26a69a;
}

.input-field .prefix ~ input,
.input-field .prefix ~ textarea,
.input-field .prefix ~ label,
.input-field .prefix ~ .validate ~ label,
.input-field .prefix ~ .autocomplete-content {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}

.input-field .prefix ~ label {
  margin-left: 3rem;
}

@media only screen and (max-width: 992px) {
  .input-field .prefix ~ input {
    width: 86%;
    width: calc(100% - 3rem);
  }
}

@media only screen and (max-width: 600px) {
  .input-field .prefix ~ input {
    width: 80%;
    width: calc(100% - 3rem);
  }
}

/* Search Field */
.input-field input[type=search] {
  display: block;
  line-height: inherit;
  padding-left: 4rem;
  width: calc(100% - 4rem);
}

.input-field input[type=search]:focus {
  background-color: #fff;
  border: 0;
  box-shadow: none;
  color: #444;
}

.input-field input[type=search]:focus + label i,
.input-field input[type=search]:focus ~ .mdi-navigation-close,
.input-field input[type=search]:focus ~ .material-icons {
  color: #444;
}

.input-field input[type=search] + label {
  left: 1rem;
}

.input-field input[type=search] ~ .mdi-navigation-close,
.input-field input[type=search] ~ .material-icons {
  position: absolute;
  top: 0;
  right: 1rem;
  color: transparent;
  cursor: pointer;
  font-size: 2rem;
  transition: .3s color;
}

/* Textarea */
textarea {
  width: 100%;
  height: 3rem;
  background-color: transparent;
}

textarea.materialize-textarea {
  overflow-y: hidden;
  /* prevents scroll bar flash */
  padding: .8rem 0 1.6rem 0;
  /* prevents text jump on Enter keypress */
  resize: none;
  min-height: 3rem;
}

.hiddendiv {
  display: none;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  /* future version of deprecated 'word-wrap' */
  padding-top: 1.2rem;
  /* prevents text jump on Enter keypress */
}

/* Autocomplete */
.autocomplete-content {
  margin-top: -15px;
  display: block;
  opacity: 1;
  position: static;
}

.autocomplete-content li .highlight {
  color: #444;
}

.autocomplete-content li img {
  height: 40px;
  width: 40px;
  margin: 5px 15px;
}

/* Radio Buttons
   ========================================================================== */
[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  transition: .28s ease;
  /* webkit (konqueror) browsers */
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

[type="radio"] + label:before,
[type="radio"] + label:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  transition: .28s ease;
}

/* Unchecked styles */
[type="radio"]:not(:checked) + label:before,
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:before,
[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:before,
[type="radio"].with-gap:checked + label:after {
  border-radius: 50%;
}

[type="radio"]:not(:checked) + label:before,
[type="radio"]:not(:checked) + label:after {
  border: 2px solid #5a5a5a;
}

[type="radio"]:not(:checked) + label:after {
  -webkit-transform: scale(0);
          transform: scale(0);
}

/* Checked styles */
[type="radio"]:checked + label:before {
  border: 2px solid transparent;
}

[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:before,
[type="radio"].with-gap:checked + label:after {
  border: 2px solid #26a69a;
}

[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:after {
  background-color: #26a69a;
}

[type="radio"]:checked + label:after {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

/* Radio With gap */
[type="radio"].with-gap:checked + label:after {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

/* Focused styles */
[type="radio"].tabbed:focus + label:before {
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Disabled Radio With gap */
[type="radio"].with-gap:disabled:checked + label:before {
  border: 2px solid rgba(0, 0, 0, 0.26);
}

[type="radio"].with-gap:disabled:checked + label:after {
  border: none;
  background-color: rgba(0, 0, 0, 0.26);
}

/* Disabled style */
[type="radio"]:disabled:not(:checked) + label:before,
[type="radio"]:disabled:checked + label:before {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.26);
}

[type="radio"]:disabled + label {
  color: rgba(0, 0, 0, 0.26);
}

[type="radio"]:disabled:not(:checked) + label:before {
  border-color: rgba(0, 0, 0, 0.26);
}

[type="radio"]:disabled:checked + label:after {
  background-color: rgba(0, 0, 0, 0.26);
  border-color: #BDBDBD;
}

/* Checkboxes
   ========================================================================== */
/* CUSTOM CSS CHECKBOXES */
form p {
  margin-bottom: 10px;
  text-align: left;
}

form p:last-child {
  margin-bottom: 0;
}

/* Remove default checkbox */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

[type="checkbox"] {
  /* checkbox aspect */
}

[type="checkbox"] + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
}

[type="checkbox"] + label:before,
[type="checkbox"]:not(.filled-in) + label:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #5a5a5a;
  border-radius: 1px;
  margin-top: 2px;
  transition: .2s;
}

[type="checkbox"]:not(.filled-in) + label:after {
  border: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}

[type="checkbox"]:not(:checked):disabled + label:before {
  border: none;
  background-color: rgba(0, 0, 0, 0.26);
}

[type="checkbox"].tabbed:focus + label:after {
  -webkit-transform: scale(1);
          transform: scale(1);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.1);
}

[type="checkbox"]:checked + label:before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #26a69a;
  border-bottom: 2px solid #26a69a;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

[type="checkbox"]:checked:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.26);
  border-bottom: 2px solid rgba(0, 0, 0, 0.26);
}

/* Indeterminate checkbox */
[type="checkbox"]:indeterminate + label:before {
  top: -11px;
  left: -12px;
  width: 10px;
  height: 22px;
  border-top: none;
  border-left: none;
  border-right: 2px solid #26a69a;
  border-bottom: none;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

[type="checkbox"]:indeterminate:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.26);
  background-color: transparent;
}

[type="checkbox"].filled-in + label:after {
  border-radius: 2px;
}

[type="checkbox"].filled-in + label:before,
[type="checkbox"].filled-in + label:after {
  content: '';
  left: 0;
  position: absolute;
  /* .1s delay is for check animation */
  transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
  z-index: 1;
}

[type="checkbox"].filled-in:not(:checked) + label:before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 20% 40%;
  transform-origin: 100% 100%;
}

[type="checkbox"].filled-in:not(:checked) + label:after {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #5a5a5a;
  top: 0px;
  z-index: 0;
}

[type="checkbox"].filled-in:checked + label:before {
  top: 0;
  left: 1px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

[type="checkbox"].filled-in:checked + label:after {
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #26a69a;
  background-color: #26a69a;
  z-index: 0;
}

[type="checkbox"].filled-in.tabbed:focus + label:after {
  border-radius: 2px;
  border-color: #5a5a5a;
  background-color: rgba(0, 0, 0, 0.1);
}

[type="checkbox"].filled-in.tabbed:checked:focus + label:after {
  border-radius: 2px;
  background-color: #26a69a;
  border-color: #26a69a;
}

[type="checkbox"].filled-in:disabled:not(:checked) + label:before {
  background-color: transparent;
  border: 2px solid transparent;
}

[type="checkbox"].filled-in:disabled:not(:checked) + label:after {
  border-color: transparent;
  background-color: #BDBDBD;
}

[type="checkbox"].filled-in:disabled:checked + label:before {
  background-color: transparent;
}

[type="checkbox"].filled-in:disabled:checked + label:after {
  background-color: #BDBDBD;
  border-color: #BDBDBD;
}

/* Switch
   ========================================================================== */
.switch,
.switch * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}

.switch label {
  cursor: pointer;
}

.switch label input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch label input[type=checkbox]:checked + .lever {
  background-color: #84c7c1;
}

.switch label input[type=checkbox]:checked + .lever:after {
  background-color: #26a69a;
  left: 24px;
}

.switch label .lever {
  content: "";
  display: inline-block;
  position: relative;
  width: 40px;
  height: 15px;
  background-color: #818181;
  border-radius: 15px;
  margin-right: 10px;
  transition: background 0.3s ease;
  vertical-align: middle;
  margin: 0 16px;
}

.switch label .lever:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 21px;
  height: 21px;
  background-color: #F1F1F1;
  border-radius: 21px;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
  left: -5px;
  top: -3px;
  transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease;
}

input[type=checkbox]:checked:not(:disabled) ~ .lever:active::after,
input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(38, 166, 154, 0.1);
}

input[type=checkbox]:not(:disabled) ~ .lever:active:after,
input[type=checkbox]:not(:disabled).tabbed:focus ~ .lever::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.08);
}

.switch input[type=checkbox][disabled] + .lever {
  cursor: default;
}

.switch label input[type=checkbox][disabled] + .lever:after,
.switch label input[type=checkbox][disabled]:checked + .lever:after {
  background-color: #BDBDBD;
}

/* Select Field
   ========================================================================== */
select {
  display: none;
}

select.browser-default {
  display: block;
}

select {
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  padding: 5px;
  border: 1px solid #f2f2f2;
  border-radius: 2px;
  height: 3rem;
}

.select-label {
  position: absolute;
}

.select-wrapper {
  position: relative;
}

.select-wrapper input.select-dropdown {
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  outline: none;
  height: 3rem;
  line-height: 3rem;
  width: 100%;
  font-size: 1rem;
  margin: 0 0 20px 0;
  padding: 0;
  display: block;
}

.select-wrapper span.caret {
  color: initial;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 10px;
  margin: auto 0;
  font-size: 10px;
  line-height: 10px;
}

.select-wrapper span.caret.disabled {
  color: rgba(0, 0, 0, 0.26);
}

.select-wrapper + label {
  position: absolute;
  top: -14px;
  font-size: 0.8rem;
}

select:disabled {
  color: rgba(0, 0, 0, 0.3);
}

.select-wrapper input.select-dropdown:disabled {
  color: rgba(0, 0, 0, 0.3);
  cursor: default;
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -ms-user-select: none;
  /* IE10+ */
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.select-wrapper i {
  color: rgba(0, 0, 0, 0.3);
}

.select-dropdown li.disabled,
.select-dropdown li.disabled &gt; span,
.select-dropdown li.optgroup {
  color: rgba(0, 0, 0, 0.3);
  background-color: transparent;
}

.prefix ~ .select-wrapper {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}

.prefix ~ label {
  margin-left: 3rem;
}

.select-dropdown li img {
  height: 40px;
  width: 40px;
  margin: 5px 15px;
  float: right;
}

.select-dropdown li.optgroup {
  border-top: 1px solid #eee;
}

.select-dropdown li.optgroup.selected &gt; span {
  color: rgba(0, 0, 0, 0.7);
}

.select-dropdown li.optgroup &gt; span {
  color: rgba(0, 0, 0, 0.4);
}

.select-dropdown li.optgroup ~ li.optgroup-option {
  padding-left: 1rem;
}

/* File Input
   ========================================================================== */
.file-field {
  position: relative;
}

.file-field .file-path-wrapper {
  overflow: hidden;
  padding-left: 10px;
}

.file-field input.file-path {
  width: 100%;
}

.file-field .btn, .file-field .btn-large {
  float: left;
  height: 3rem;
  line-height: 3rem;
}

.file-field span {
  cursor: pointer;
}

.file-field input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

/* Range
   ========================================================================== */
.range-field {
  position: relative;
}

input[type=range],
input[type=range] + .thumb {
  cursor: pointer;
}

input[type=range] {
  position: relative;
  background-color: transparent;
  border: none;
  outline: none;
  width: 100%;
  margin: 15px 0;
  padding: 0;
}

input[type=range]:focus {
  outline: none;
}

input[type=range] + .thumb {
  position: absolute;
  border: none;
  height: 0;
  width: 0;
  border-radius: 50%;
  background-color: #26a69a;
  top: 10px;
  margin-left: -6px;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

input[type=range] + .thumb .value {
  display: block;
  width: 30px;
  text-align: center;
  color: #26a69a;
  font-size: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

input[type=range] + .thumb.active {
  border-radius: 50% 50% 50% 0;
}

input[type=range] + .thumb.active .value {
  color: #fff;
  margin-left: -1px;
  margin-top: 8px;
  font-size: 10px;
}

input[type=range] {
  -webkit-appearance: none;
}

input[type=range]::-webkit-slider-runnable-track {
  height: 3px;
  background: #c2c0c2;
  border: none;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background-color: #26a69a;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  margin: -5px 0 0 0;
  transition: .3s;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ccc;
}

input[type=range] {
  /* fix for FF unable to apply focus style bug  */
  border: 1px solid white;
  /*required for proper track sizing in FF*/
}

input[type=range]::-moz-range-track {
  height: 3px;
  background: #ddd;
  border: none;
}

input[type=range]::-moz-range-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #26a69a;
  margin-top: -5px;
}

input[type=range]:-moz-focusring {
  outline: 1px solid #fff;
  outline-offset: -1px;
}

input[type=range]:focus::-moz-range-track {
  background: #ccc;
}

input[type=range]::-ms-track {
  height: 3px;
  background: transparent;
  border-color: transparent;
  border-width: 6px 0;
  /*remove default tick marks*/
  color: transparent;
}

input[type=range]::-ms-fill-lower {
  background: #777;
}

input[type=range]::-ms-fill-upper {
  background: #ddd;
}

input[type=range]::-ms-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #26a69a;
}

input[type=range]:focus::-ms-fill-lower {
  background: #888;
}

input[type=range]:focus::-ms-fill-upper {
  background: #ccc;
}

/***************
    Nav List
***************/
.table-of-contents.fixed {
  position: fixed;
}

.table-of-contents li {
  padding: 2px 0;
}

.table-of-contents a {
  display: inline-block;
  font-weight: 300;
  color: #757575;
  padding-left: 20px;
  height: 1.5rem;
  line-height: 1.5rem;
  letter-spacing: .4;
  display: inline-block;
}

.table-of-contents a:hover {
  color: #a8a8a8;
  padding-left: 19px;
  border-left: 1px solid #ee6e73;
}

.table-of-contents a.active {
  font-weight: 500;
  padding-left: 18px;
  border-left: 2px solid #ee6e73;
}

.side-nav {
  position: fixed;
  width: 300px;
  left: 0;
  top: 0;
  margin: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  height: 100%;
  height: calc(100% + 60px);
  height: -moz-calc(100%);
  padding-bottom: 60px;
  background-color: #fff;
  z-index: 999;
  overflow-y: auto;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateX(-105%);
          transform: translateX(-105%);
}

.side-nav.right-aligned {
  right: 0;
  -webkit-transform: translateX(105%);
          transform: translateX(105%);
  left: auto;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.side-nav .collapsible {
  margin: 0;
}

.side-nav li {
  float: none;
}

.side-nav li.active {
  background-color: rgba(0, 0, 0, 0.05);
}

.side-nav a {
  color: rgba(0, 0, 0, 0.87);
  display: block;
  font-size: 14px;
  font-weight: 500;
  height: 48px;
  line-height: 48px;
  padding: 0 32px;
}

.side-nav a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.side-nav a.btn, .side-nav a.btn-large, .side-nav a.btn-large, .side-nav a.btn-flat, .side-nav a.btn-floating {
  margin: 10px 15px;
}

.side-nav a.btn, .side-nav a.btn-large, .side-nav a.btn-large, .side-nav a.btn-floating {
  color: #fff;
}

.side-nav a.btn-flat {
  color: #343434;
}

.side-nav a.btn:hover, .side-nav a.btn-large:hover, .side-nav a.btn-large:hover {
  background-color: #2bbbad;
}

.side-nav a.btn-floating:hover {
  background-color: #26a69a;
}

.side-nav li &gt; a &gt; i,
.side-nav li &gt; a &gt; [class^="mdi-"], .side-nav li &gt; a &gt; [class*="mdi-"],
.side-nav li &gt; a &gt; i.material-icons {
  float: left;
  height: 48px;
  line-height: 48px;
  margin: 0 32px 0 0;
  width: 24px;
  color: rgba(0, 0, 0, 0.54);
}

.side-nav .divider {
  margin: 8px 0 0 0;
}

.side-nav .subheader {
  cursor: initial;
  pointer-events: none;
  color: rgba(0, 0, 0, 0.54);
  font-size: 14px;
  font-weight: 500;
  line-height: 48px;
}

.side-nav .subheader:hover {
  background-color: transparent;
}

.side-nav .userView {
  position: relative;
  padding: 32px 32px 0;
  margin-bottom: 8px;
}

.side-nav .userView &gt; a {
  height: auto;
  padding: 0;
}

.side-nav .userView &gt; a:hover {
  background-color: transparent;
}

.side-nav .userView .background {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.side-nav .userView .circle, .side-nav .userView .name, .side-nav .userView .email {
  display: block;
}

.side-nav .userView .circle {
  height: 64px;
  width: 64px;
}

.side-nav .userView .name,
.side-nav .userView .email {
  font-size: 14px;
  line-height: 24px;
}

.side-nav .userView .name {
  margin-top: 16px;
  font-weight: 500;
}

.side-nav .userView .email {
  padding-bottom: 16px;
  font-weight: 400;
}

.drag-target {
  height: 100%;
  width: 10px;
  position: fixed;
  top: 0;
  z-index: 998;
}

.side-nav.fixed {
  left: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  position: fixed;
}

.side-nav.fixed.right-aligned {
  right: 0;
  left: auto;
}

@media only screen and (max-width: 992px) {
  .side-nav.fixed {
    -webkit-transform: translateX(-105%);
            transform: translateX(-105%);
  }
  .side-nav.fixed.right-aligned {
    -webkit-transform: translateX(105%);
            transform: translateX(105%);
  }
  .side-nav a {
    padding: 0 16px;
  }
  .side-nav .userView {
    padding: 16px 16px 0;
  }
}

.side-nav .collapsible-body &gt; ul:not(.collapsible) &gt; li.active,
.side-nav.fixed .collapsible-body &gt; ul:not(.collapsible) &gt; li.active {
  background-color: #ee6e73;
}

.side-nav .collapsible-body &gt; ul:not(.collapsible) &gt; li.active a,
.side-nav.fixed .collapsible-body &gt; ul:not(.collapsible) &gt; li.active a {
  color: #fff;
}

#sidenav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 120vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 997;
  will-change: opacity;
}

/*
    @license
    Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
    This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
    The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
    The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
    Code distributed by Google as part of the polymer project is also
    subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
 */
/**************************/
/* STYLES FOR THE SPINNER */
/**************************/
/*
 * Constants:
 *      STROKEWIDTH = 3px
 *      ARCSIZE     = 270 degrees (amount of circle the arc takes up)
 *      ARCTIME     = 1333ms (time it takes to expand and contract arc)
 *      ARCSTARTROT = 216 degrees (how much the start location of the arc
 *                                should rotate each time, 216 gives us a
 *                                5 pointed star shape (it's 360/5 * 3).
 *                                For a 7 pointed star, we might do
 *                                360/7 * 3 = 154.286)
 *      CONTAINERWIDTH = 28px
 *      SHRINK_TIME = 400ms
 */
.preloader-wrapper {
  display: inline-block;
  position: relative;
  width: 48px;
  height: 48px;
}

.preloader-wrapper.small {
  width: 36px;
  height: 36px;
}

.preloader-wrapper.big {
  width: 64px;
  height: 64px;
}

.preloader-wrapper.active {
  /* duration: 360 * ARCTIME / (ARCSTARTROT + (360-ARCSIZE)) */
  -webkit-animation: container-rotate 1568ms linear infinite;
  animation: container-rotate 1568ms linear infinite;
}

@-webkit-keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.spinner-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-color: #26a69a;
}

.spinner-blue,
.spinner-blue-only {
  border-color: #4285f4;
}

.spinner-red,
.spinner-red-only {
  border-color: #db4437;
}

.spinner-yellow,
.spinner-yellow-only {
  border-color: #f4b400;
}

.spinner-green,
.spinner-green-only {
  border-color: #0f9d58;
}

/**
 * IMPORTANT NOTE ABOUT CSS ANIMATION PROPERTIES (keanulee):
 *
 * iOS Safari (tested on iOS 8.1) does not handle animation-delay very well - it doesn't
 * guarantee that the animation will start _exactly_ after that value. So we avoid using
 * animation-delay and instead set custom keyframes for each color (as redundant as it
 * seems).
 *
 * We write out each animation in full (instead of separating animation-name,
 * animation-duration, etc.) because under the polyfill, Safari does not recognize those
 * specific properties properly, treats them as -webkit-animation, and overrides the
 * other animation rules. See https://github.com/Polymer/platform/issues/53.
 */
.active .spinner-layer.spinner-blue {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .spinner-layer.spinner-red {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .spinner-layer.spinner-yellow {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .spinner-layer.spinner-green {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .spinner-layer,
.active .spinner-layer.spinner-blue-only,
.active .spinner-layer.spinner-red-only,
.active .spinner-layer.spinner-yellow-only,
.active .spinner-layer.spinner-green-only {
  /* durations: 4 * ARCTIME */
  opacity: 1;
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@-webkit-keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
  }
  /* 0.5 * ARCSIZE */
  25% {
    -webkit-transform: rotate(270deg);
  }
  /* 1   * ARCSIZE */
  37.5% {
    -webkit-transform: rotate(405deg);
  }
  /* 1.5 * ARCSIZE */
  50% {
    -webkit-transform: rotate(540deg);
  }
  /* 2   * ARCSIZE */
  62.5% {
    -webkit-transform: rotate(675deg);
  }
  /* 2.5 * ARCSIZE */
  75% {
    -webkit-transform: rotate(810deg);
  }
  /* 3   * ARCSIZE */
  87.5% {
    -webkit-transform: rotate(945deg);
  }
  /* 3.5 * ARCSIZE */
  to {
    -webkit-transform: rotate(1080deg);
  }
  /* 4   * ARCSIZE */
}

@keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  /* 0.5 * ARCSIZE */
  25% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  /* 1   * ARCSIZE */
  37.5% {
    -webkit-transform: rotate(405deg);
            transform: rotate(405deg);
  }
  /* 1.5 * ARCSIZE */
  50% {
    -webkit-transform: rotate(540deg);
            transform: rotate(540deg);
  }
  /* 2   * ARCSIZE */
  62.5% {
    -webkit-transform: rotate(675deg);
            transform: rotate(675deg);
  }
  /* 2.5 * ARCSIZE */
  75% {
    -webkit-transform: rotate(810deg);
            transform: rotate(810deg);
  }
  /* 3   * ARCSIZE */
  87.5% {
    -webkit-transform: rotate(945deg);
            transform: rotate(945deg);
  }
  /* 3.5 * ARCSIZE */
  to {
    -webkit-transform: rotate(1080deg);
            transform: rotate(1080deg);
  }
  /* 4   * ARCSIZE */
}

@-webkit-keyframes blue-fade-in-out {
  from {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  89% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blue-fade-in-out {
  from {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  89% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes red-fade-in-out {
  from {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
}

@keyframes red-fade-in-out {
  from {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
}

@-webkit-keyframes yellow-fade-in-out {
  from {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  76% {
    opacity: 0;
  }
}

@keyframes yellow-fade-in-out {
  from {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  76% {
    opacity: 0;
  }
}

@-webkit-keyframes green-fade-in-out {
  from {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes green-fade-in-out {
  from {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/**
 * Patch the gap that appear between the two adjacent div.circle-clipper while the
 * spinner is rotating (appears on Chrome 38, Safari 7.1, and IE 11).
 */
.gap-patch {
  position: absolute;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}

.gap-patch .circle {
  width: 1000%;
  left: -450%;
}

.circle-clipper {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}

.circle-clipper .circle {
  width: 200%;
  height: 100%;
  border-width: 3px;
  /* STROKEWIDTH */
  border-style: solid;
  border-color: inherit;
  border-bottom-color: transparent;
  border-radius: 50%;
  -webkit-animation: none;
  animation: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

.circle-clipper.left .circle {
  left: 0;
  border-right-color: transparent;
  -webkit-transform: rotate(129deg);
  transform: rotate(129deg);
}

.circle-clipper.right .circle {
  left: -100%;
  border-left-color: transparent;
  -webkit-transform: rotate(-129deg);
  transform: rotate(-129deg);
}

.active .circle-clipper.left .circle {
  /* duration: ARCTIME */
  -webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .circle-clipper.right .circle {
  /* duration: ARCTIME */
  -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@-webkit-keyframes left-spin {
  from {
    -webkit-transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
  }
}

@keyframes left-spin {
  from {
    -webkit-transform: rotate(130deg);
            transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
            transform: rotate(130deg);
  }
}

@-webkit-keyframes right-spin {
  from {
    -webkit-transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
  }
}

@keyframes right-spin {
  from {
    -webkit-transform: rotate(-130deg);
            transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
            transform: rotate(-130deg);
  }
}

#spinnerContainer.cooldown {
  /* duration: SHRINK_TIME */
  -webkit-animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
  animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
}

@-webkit-keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.slider {
  position: relative;
  height: 400px;
  width: 100%;
}

.slider.fullscreen {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.slider.fullscreen ul.slides {
  height: 100%;
}

.slider.fullscreen ul.indicators {
  z-index: 2;
  bottom: 30px;
}

.slider .slides {
  background-color: #9e9e9e;
  margin: 0;
  height: 400px;
}

.slider .slides li {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: inherit;
  overflow: hidden;
}

.slider .slides li img {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.slider .slides li .caption {
  color: #fff;
  position: absolute;
  top: 15%;
  left: 15%;
  width: 70%;
  opacity: 0;
}

.slider .slides li .caption p {
  color: #e0e0e0;
}

.slider .slides li.active {
  z-index: 2;
}

.slider .indicators {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}

.slider .indicators .indicator-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 16px;
  width: 16px;
  margin: 0 12px;
  background-color: #e0e0e0;
  transition: background-color .3s;
  border-radius: 50%;
}

.slider .indicators .indicator-item.active {
  background-color: #4CAF50;
}

.carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 400px;
  -webkit-perspective: 500px;
          perspective: 500px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}

.carousel.carousel-slider {
  top: 0;
  left: 0;
  height: 0;
}

.carousel.carousel-slider .carousel-fixed-item {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 1;
}

.carousel.carousel-slider .carousel-fixed-item.with-indicators {
  bottom: 68px;
}

.carousel.carousel-slider .carousel-item {
  width: 100%;
  height: 100%;
  min-height: 400px;
  position: absolute;
  top: 0;
  left: 0;
}

.carousel.carousel-slider .carousel-item h2 {
  font-size: 24px;
  line-height: 32px;
}

.carousel.carousel-slider .carousel-item p {
  font-size: 15px;
}

.carousel .carousel-item {
  display: none;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
}

.carousel .carousel-item img {
  width: 100%;
}

.carousel .indicators {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}

.carousel .indicators .indicator-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 8px;
  width: 8px;
  margin: 24px 4px;
  background-color: rgba(255, 255, 255, 0.5);
  transition: background-color .3s;
  border-radius: 50%;
}

.carousel .indicators .indicator-item.active {
  background-color: #fff;
}

/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what's here.
 */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/**
 * The picker input element.
 */
.picker__input {
  cursor: default;
}

/**
 * When the picker is opened, the input element is "activated".
 */
.picker__input.picker__input--active {
  border-color: #0089ec;
}

/**
 * The holder is the only "scrollable" top-level container element.
 */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/*!
 * Default mobile-first, responsive styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what's here.
 */
/**
 * Make the holder and frame fullscreen.
 */
.picker__holder,
.picker__frame {
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
}

/**
 * The holder should overlay the entire screen.
 */
.picker__holder {
  position: fixed;
  transition: background 0.15s ease-out, top 0s 0.15s;
  -webkit-backface-visibility: hidden;
}

/**
 * The frame that bounds the box contents of the picker.
 */
.picker__frame {
  position: absolute;
  margin: 0 auto;
  min-width: 256px;
  width: 300px;
  max-height: 350px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  transition: all 0.15s ease-out;
}

@media (min-height: 28.875em) {

  .picker__frame {
    overflow: visible;
    top: auto;
    bottom: -100%;
    max-height: 80%;
  }
}

@media (min-height: 40.125em) {
  .picker__frame {
    margin-bottom: 7.5%;
  }
}

/**
 * The wrapper sets the stage to vertically align the box contents.
 */
.picker__wrap {
  display: table;
  width: 100%;
  height: 100%;
}

@media (min-height: 28.875em) {
  .picker__wrap {
    display: block;
  }
}

/**
 * The box contains all the picker contents.
 */
.picker__box {
  background: #ffffff;
  display: table-cell;
  vertical-align: middle;
}

@media (min-height: 28.875em) {
  .picker__box {
    display: block;
    border: 1px solid #777777;
    border-top-color: #898989;
    border-bottom-width: 0;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
  }
}

/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
  top: 0;
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";
  zoom: 1;
  background: rgba(0, 0, 0, 0.32);
  transition: background 0.15s ease-out;
}

.picker--opened .picker__frame {
  top: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

@media (min-height: 35.875em) {
  .picker--opened .picker__frame {
    top: 10%;
    bottom: auto;
  }
}

/**
 * For `large` screens, transform into an inline picker.
 */
/* ==========================================================================
   CUSTOM MATERIALIZE STYLES
   ========================================================================== */
.picker__input.picker__input--active {
  border-color: #E3F2FD;
}

.picker__frame {
  margin: 0 auto;
  max-width: 325px;
}

@media (min-height: 38.875em) {
  .picker--opened .picker__frame {
    top: 10%;
    bottom: auto;
  }
}

/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
.picker__box {
  padding: 0 1em;
}

/**
 * The header containing the month and year stuff.
 */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em;
}

/**
 * The month and year labels.
 */
.picker__month,
.picker__year {
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
}

/**
 * The month and year selectors.
 */
.picker__select--month,
.picker__select--year {
  height: 2em;
  padding: 0;
  margin-left: .25em;
  margin-right: .25em;
}

.picker__select--month.browser-default {
  display: inline;
  background-color: #FFFFFF;
  width: 40%;
}

.picker__select--year.browser-default {
  display: inline;
  background-color: #FFFFFF;
  width: 26%;
}

.picker__select--month:focus,
.picker__select--year:focus {
  border-color: rgba(0, 0, 0, 0.05);
}

/**
 * The month navigation buttons.
 */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em;
}

.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}

.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}

.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}

/**
 * The calendar table of dates
 */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: 1rem;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em;
}

.picker__table th, .picker__table td {
  text-align: center;
}

.picker__table td {
  margin: 0;
  padding: 0;
}

/**
 * The weekday labels
 */
.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999999;
  font-weight: 500;
  /* Increase the spacing a tad */
}

@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em;
  }
}

/**
 * The days on the calendar
 */
.picker__day--today {
  position: relative;
  color: #595959;
  letter-spacing: -.3;
  padding: .75rem 0;
  font-weight: 400;
  border: 1px solid transparent;
}

.picker__day--disabled:before {
  border-top-color: #aaaaaa;
}

.picker__day--infocus:hover {
  cursor: pointer;
  color: #000;
  font-weight: 500;
}

.picker__day--outfocus {
  display: none;
  padding: .75rem 0;
  color: #fff;
}

.picker__day--outfocus:hover {
  cursor: pointer;
  color: #dddddd;
  font-weight: 500;
}

.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
}

.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  border-radius: 50%;
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
  background: #0089ec;
  color: #ffffff;
}

.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}

.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbbbbb;
}

/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
.picker__footer {
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}

.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}

.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: rgba(0, 0, 0, 0.05);
  outline: none;
}

.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0;
}

.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: .45em;
}

.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: .66em solid transparent;
}

.picker__button--clear:before {
  top: -0.25em;
  width: .66em;
  border-top: 3px solid #ee2200;
}

.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777777;
}

.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}

.picker__button--today[disabled]:before {
  border-top-color: #aaaaaa;
}

/* ==========================================================================
   CUSTOM MATERIALIZE STYLES
   ========================================================================== */
.picker__box {
  border-radius: 2px;
  overflow: hidden;
}

.picker__date-display {
  text-align: center;
  background-color: #26a69a;
  color: #fff;
  padding-bottom: 15px;
  font-weight: 300;
}

.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000000;
  background: #a1ded8;
}

.picker__weekday-display {
  background-color: #1f897f;
  padding: 10px;
  font-weight: 200;
  letter-spacing: .5;
  font-size: 1rem;
  margin-bottom: 15px;
}

.picker__month-display {
  text-transform: uppercase;
  font-size: 2rem;
}

.picker__day-display {
  font-size: 4.5rem;
  font-weight: 400;
}

.picker__year-display {
  font-size: 1.8rem;
  color: rgba(255, 255, 255, 0.4);
}

.picker__box {
  padding: 0;
}

.picker__calendar-container {
  padding: 0 1rem;
}

.picker__calendar-container thead {
  border: none;
}

.picker__table {
  margin-top: 0;
  margin-bottom: .5em;
}

.picker__day--infocus {
  color: #595959;
  letter-spacing: -.3;
  padding: .75rem 0;
  font-weight: 400;
  border: 1px solid transparent;
}

.picker__day.picker__day--today {
  color: #26a69a;
}

.picker__day.picker__day--today.picker__day--selected {
  color: #fff;
}

.picker__weekday {
  font-size: .9rem;
}

.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  border-radius: 50%;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  background-color: #26a69a;
  color: #ffffff;
}

.picker__day--selected.picker__day--outfocus,
.picker__day--selected:hover.picker__day--outfocus,
.picker--focused .picker__day--selected.picker__day--outfocus {
  background-color: #a1ded8;
}

.picker__footer {
  text-align: right;
  padding: 5px 10px;
}

.picker__close, .picker__today {
  font-size: 1.1rem;
  padding: 0 1rem;
  color: #26a69a;
}

.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #676767;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}

.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #676767;
}

button.picker__today:focus, button.picker__clear:focus, button.picker__close:focus {
  background-color: #a1ded8;
}

/* ==========================================================================
   $BASE-TIME-PICKER
   ========================================================================== */
/**
 * The list of times.
 */
.picker__list {
  list-style: none;
  padding: 0.75em 0 4.2em;
  margin: 0;
}

/**
 * The times on the clock.
 */
.picker__list-item {
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  margin-bottom: -1px;
  position: relative;
  background: #ffffff;
  padding: .75em 1.25em;
}

@media (min-height: 46.75em) {
  .picker__list-item {
    padding: .5em 1em;
  }
}

/* Hovered time */
.picker__list-item:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-color: #0089ec;
  z-index: 10;
}

/* Highlighted and hovered/focused time */
.picker__list-item--highlighted {
  border-color: #0089ec;
  z-index: 10;
}

.picker__list-item--highlighted:hover,
.picker--focused .picker__list-item--highlighted {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}

/* Selected and hovered/focused time */
.picker__list-item--selected,
.picker__list-item--selected:hover,
.picker--focused .picker__list-item--selected {
  background: #0089ec;
  color: #ffffff;
  z-index: 10;
}

/* Disabled time */
.picker__list-item--disabled,
.picker__list-item--disabled:hover,
.picker--focused .picker__list-item--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
  border-color: #dddddd;
  z-index: auto;
}

/**
 * The clear button
 */
.picker--time .picker__button--clear {
  display: block;
  width: 80%;
  margin: 1em auto 0;
  padding: 1em 1.25em;
  background: none;
  border: 0;
  font-weight: 500;
  font-size: .67em;
  text-align: center;
  text-transform: uppercase;
  color: #666;
}

.picker--time .picker__button--clear:hover,
.picker--time .picker__button--clear:focus {
  color: #000000;
  background: #b1dcfb;
  background: #ee2200;
  border-color: #ee2200;
  cursor: pointer;
  color: #ffffff;
  outline: none;
}

.picker--time .picker__button--clear:before {
  top: -0.25em;
  color: #666;
  font-size: 1.25em;
  font-weight: bold;
}

.picker--time .picker__button--clear:hover:before,
.picker--time .picker__button--clear:focus:before {
  color: #ffffff;
}

/* ==========================================================================
   $DEFAULT-TIME-PICKER
   ========================================================================== */
/**
 * The frame the bounds the time picker.
 */
.picker--time .picker__frame {
  min-width: 256px;
  max-width: 320px;
}

/**
 * The picker box.
 */
.picker--time .picker__box {
  font-size: 1em;
  background: #f2f2f2;
  padding: 0;
}

@media (min-height: 40.125em) {
  .picker--time .picker__box {
    margin-bottom: 5em;
  }
}









/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:-webkit-transform .1s ease;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transform:scale(1.3,1.3);-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}



/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}</pre></body></html>