* {
  margin: 0;
  padding: 0;
  outline: none;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 20px
}

@import url(http://fonts.googleapis.com/css?family=Roboto:400,300italic,400italic,500,500italic,700&subset=latin,vietnamese);
@font-face {
  src: url('fonts/avantgd.ttf');
  src: local('fonts/avantgd'),
}

div.clear {
  clear: both
}

a {
  text-decoration: none
}

img {
  max-width: 100%;
  border: none
}

a:hover, a:active, a:focus, li:hover, .transit {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out
}

li {
  list-style: none
}

iframe {
  max-width: 100%
}

.site-container, .site-inner {
  margin: 0 auto;
  width: 100%;
  position: relative
}

.site-inner {
  clear: both;
  width: 100%;
  margin: 0 auto
}

.home .site-inner {
  width: 100%
}

.home .content-sidebar-wrap {
  width: 100%;
  margin-top: 15px
}

.site-title {
  position: absolute;
  text-indent: -9999px
}

.site-header {
  position: relative;
  background: url('images/bg-header2.jpg') top center no-repeat;
  max-height: 150px
}

.site-header .wrap {
  width: 1000px;
  margin: 0 auto;
  position: relative
}

.site-header .imgbanner {
  display: block;
  line-height: 0
}

.site-header .imgbanner img {
  max-width: 357px;
  max-height: 150px
}

.content-sidebar-wrap {
  margin: 0 auto;
  width: 1000px
}

.content-sidebar-wrap:after, .site-inner:after {
  content: "";
  clear: both;
  display: block
}

#searchform, .search-form {
  overflow: hidden
}

.search-form {
  position: absolute;
  z-index: 100;
  right: 0;
  bottom: 13px
}

#searchform label {
  display: none
}

#searchform input[type=text], .search-form input[type=text], .search-form input[type=search] {
  float: left;
  width: 265px;
  border: none;
  height: 30px;
  padding: 2px 15px;
  font-size: 12px;
  font-style: italic
}

#searchform input[type=submit], .search-form input[type=submit] {
  float: left;
  width: 97px;
  height: 30px;
  border: none;
  background: #1881bd url(images/btsearch.png) left 9px center no-repeat;
  color: #FFF;
  cursor: pointer;
  font-size: 12px
}

.nav-primary {
  color: #FFF;
  clear: both;
  height: 47px;
  background: #1881bd
}

.nav-primary .wrap {
  width: 1000px;
  margin: 0 auto;
  position: relative
}

.nav-primary ul {
  margin: 0;
  padding: 0
}

.nav-primary li {
  float: left;
  list-style: none;
  position: relative
}

.nav-primary li a {
  color: #FFF;
  font-size: 14px;
  margin: 0;
  padding: 0 18px;
  line-height: 47px;
  position: relative;
  text-decoration: none
}

.nav-primary li a:hover, .nav-primary .current_page_item a, .nav-primary .current-cat a, .nav-primary .current-menu-item a {
  color: #ff0
}

.nav-primary li li {
  background: #1881bd;
  width: 100%;
  border-top: #0B73AF solid 1px;
  clear: both;
  padding: 0;
  margin-top: -15px;
  -moz-transition: opacity 0.1s 0.15s ease-out, margin 0.3s 0.1s ease-out;
  -webkit-transition: opacity 0.1s 0.15s ease-out, margin 0.3s 0.1s ease-out;
  -o-transition: opacity 0.15s 0.15s ease-out, margin 0.3s 0.1s ease-out;
  transition: opacity 0.15s 0.15s ease-out, margin 0.3s 0.1s ease-out
}

.nav-primary li li a {
  color: #FFF;
  font-size: 14px;
  line-height: 28px;
  padding-left: 10px;
  padding-right: 0;
  border: none;
  position: relative
}

.nav-primary li ul {
  z-index: 9999;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  background: #222;
  width: 220px;
  opacity: 0;
  visibility: hidden;
  -moz-transition: opacity 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;
  -webkit-transition: opacity 0.3s ease-out, visibility 0.1s 0.1s linear;
  -o-transition: opacity 0.3s ease-out, visibility 0.1s 0.1s linear;
  transition: opacity 0.3s ease-out, visibility 0.1s 0.1s linear
}

.nav-primary li:hover>ul {
  opacity: 1;
  visibility: visible
}

.nav-primary li:hover ul li {
  margin-top: 0;
  opacity: 1
}

.nav-primary ul ul ul {
  float: left;
  list-style: none;
  z-index: 9999;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 80%;
  top: 0;
  background: #222;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -moz-transition: opacity 0.2s 0.01s ease-in-out, left 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;
  -webkit-transition: opacity 0.2s 0.01s ease-in-out, left 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;
  -o-transition: opacity 0.2s 0.01s ease-in-out, left 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;
  transition: opacity 0.2s 0.01s ease-in-out, left 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear
}

.nav-primary ul ul ul li {
  border: none;
  border-bottom: 1px solid #ccc;
  clear: both;
  margin: 0;
  padding: 0;
  width: 100%;
  opacity: 1
}

.nav-primary ul ul li:hover ul {
  opacity: 1;
  left: 100%;
  visibility: visible
}

.content-sidebar-sidebar .content-sidebar-wrap, .sidebar-content-sidebar .content-sidebar-wrap, .sidebar-sidebar-content .content-sidebar-wrap {
  width: 100%
}

.content-sidebar-sidebar .content-sidebar-wrap {
  float: left
}

.sidebar-content-sidebar .content-sidebar-wrap, .sidebar-sidebar-content .content-sidebar-wrap {
  float: left;
  width: 735px
}

.sidebar {
  float: left;
  width: 245px
}

.sidebar-content .sidebar-primary, .sidebar-sidebar-content .sidebar-primary {
  float: left
}

.content-sidebar .sidebar-primary {
  margin-right: 10px
}

.sidebar .widget {
  border: #ccc solid 1px;
  margin-bottom: 10px;
  padding: 0 0 0 0
}

.sidebar h4.widget-title {
  background: #0070d8;
  color: #FFF;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  height: 38px;
  line-height: 36px
}

.sidebar ul, .sidebar ol, .sidebar-alt ul, .sidebar-alt ol {
  margin: 0;
  padding: 0;
  list-style: none
}

.sidebar ul li {
  padding: 7px 0 7px 10px;
  position: relative
}

.sidebar .widget_nav_menu ul li {
  list-style: url(images/listmenu.png) inside;
  padding: 7px 0 7px 10px;
  position: relative
}

.sidebar .widget_nav_menu ul li a {
  color: #333;
  font-size: 13px;
  text-decoration: none
}

.sidebar .widget_nav_menu ul li a:hover {
  color: #0070d8
}

.sidebar .widget_nav_menu ul ul {
  position: absolute;
  left: 86%;
  width: 100%;
  top: 0;
  background: #fff;
  z-index: 9999;
  opacity: 0;
  border: #c5c5c5 solid 1px;
  visibility: hidden;
  -moz-transition: opacity 0.2s 0.01s ease-in-out, left 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;
  -webkit-transition: opacity 0.2s 0.01s ease-in-out, left 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;
  -o-transition: opacity 0.2s 0.01s ease-in-out, left 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;
  transition: opacity 0.2s 0.01s ease-in-out, left 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear
}

.sidebar .widget_nav_menu ul li:hover>ul {
  opacity: 1;
  left: 100%;
  visibility: visible
}

.sidebar-secondary {
  float: right;
  width: 240px;
  margin-top: 15px
}

.sidebar-content-sidebar .sidebar-primary {
  width: 240px
}

.sidebar .featuredpost .post, .sidebar .featuredpage .page, .sidebar-alt .featuredpost .post, .sidebar-alt .featuredpage .page {
  margin: 0;
  padding: 8px 5px;
  overflow: hidden;
  color: white
}

.alignleft {
  float: left;
  margin: 0 6px 0 0
}

.sidebar .featuredpost .avatar, .sidebar .featuredpage .avatar, .sidebar-alt .featuredpost .avatar, .sidebar-alt .featuredpage .avatar, .sidebar .featuredpost img, .sidebar .featuredpage img, .sidebar-alt .featuredpost img, .sidebar-alt .featuredpage img {
  background: #F7F7F7;
  margin: 0;
  padding: 2px;
  border: 1px solid #999;
  height: 65px;
  width: 65px
}

.sidebar .featuredpost h2 a {
  color: black;
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  padding: 0
}

.cpd {
  padding-right: 6px!important
}

.metaslider {
  margin: auto!important
}

.sidebar-content .content, .sidebar-sidebar-content .content {
  float: right;
  margin-right: 5px;
  width: 695px
}

.content-sidebar .content, .content-sidebar-sidebar .content {
  float: left;
  width: 695px;
  margin-left: 5px
}

.sidebar-content-sidebar .content {
  float: right;
  width: 480px;
  margin-left: 5px
}

.full-width-content .content {
  width: 100%
}

.heading, #related-post h2 {
  color: #ffaa6e;
  font-size: 30px;
  font-weight: normal;
  padding-bottom: 0;
  line-height: 37px;
  clear: both;
  margin-bottom: 10px;
  margin-top: 27px
}

.heading a {
  color: #1881BD;
  font-size: 30px;
  line-height: 37px
}

.heading a:hover {
  text-decoration: underline
}

.content .entry-title {
  border-bottom: 1px solid #999;
  font-size: 15px;
  margin-bottom: 10px;
  padding-bottom: 5px
}

.entry-content {
  padding: 10px;
  line-height: 1.5
}

.entry-content table {
  border-collapse: collapse;
  border-spacing: 5px;
  width: 100%;
  margin: 10px 0
}

.entry-content tr {
  border-right: 1px solid #f2f2f2
}

.entry-content td {
  border: 1px solid #f2f2f2;
  border-right: none;
  padding: 5px
}

.entry-content p, .entry-content div {
  margin-bottom: 10px;
  min-height: 1px
}

.entry-content h1 {
  font-size: 20px
}

.entry-content h2 {
  font-size: 18px
}

.entry-content h3 {
  font-size: 16px
}

.entry-content h4 {
  font-size: 14px
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4 {
  margin-bottom: 5px
}

.entry-content i, .entry-content b, .entry-content span, .entry-content strong, .entry-content p {
  font-size: inherit
}

.entry-content .aligncenter {
  display: block;
  margin: 3px auto
}

.entry-content img {
  max-width: 100%;
  height: auto
}

#related-post h3 {
  text-transform: uppercase;
  margin: 6px 0
}

#related-post ul li {
  list-style: square inside;
  color: #666;
  padding: 3px 0
}

#related-post ul li a {
  color: #444
}

#related-post ul li a:hover {
  color: #222
}

.product-list .product-item {
  border: 1px solid #d1d1d1;
  float: left;
  width: 30%;
  margin: 10px;
  height: 212px
}

.product-list .product-item:hover {
  border: 1px solid red
}

.product-list .product-item .product-title {
  line-height: 20px;
  overflow: hidden;
  color: #0070d8;
  text-align: center;
  font-weight: bold;
  display: block
}

.price {
  color: #F00;
  text-align: center;
  font-weight: bold
}

.gachngang {
  text-decoration: line-through
}

.sidebar-content-sidebar .product-list .product-item {
  width: 30%;
  margin: 5px
}

.product-img {
  display: table;
  width: 100%;
  height: 130px;
  table-layout: fixed
}

.product-item a.img {
  text-align: center;
  display: table-cell;
  position: relative;
  vertical-align: middle;
  height: 100%;
  background: #fff;
  width: 100%
}

.product-list .product-item .product-img img {
  width: auto;
  height: auto;
  max-height: 130px
}

.news-post {
  border: 1px solid #E4E4E4;
  border-radius: 4px;
  margin: 0 5px 15px;
  overflow: hidden;
  padding: 10px
}

.news-post h2 a {
  font-size: 15px;
  font-weight: bold;
  color: #1881BD
}

.news-post h2 a:hover {
  color: #000
}

.news-post img {
  float: left;
  height: auto;
  margin: 5px 10px 5px 5px;
  width: 150px
}

.more-link {
  color: #1881BD;
  float: right;
  background: #FD7F27;
  color: #fff;
  padding: 3px 15px
}

.news-post p {
  padding: 10px 15px 5px 5px;
  text-align: justify;
  color: #000
}

.news-list .news-item {
  margin: 10px 0;
  overflow: hidden;
  width: 23%;
  float: left;
  color: #333
}

.news-list .news-item:nth-child(4n+2) {
  margin: 10px 26px
}

.news-list .news-item:nth-child(4n+3) {
  margin: 10px 26px 10px 0
}

.news-list .news-item img {
  width: 224px;
  height: 151px;
  float: left;
  clear: left;
  margin-right: 5px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease
}

.news-list .news-item img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  cursor: pointer
}

.news-list .news-item .img {
  overflow: hidden;
  display: block;
  position: relative;
  border: 3px solid #fff
}

.news-list .news-item .news-title {
  line-height: 20px;
  overflow: hidden;
  color: #1881bd;
  text-align: left;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 14px;
  padding-top: 15px;
  display: block;
  height: 40px;
  clear: both
}

.news-list .news-item .news-title:hover {
  color: #FD7F27
}

.news-list .news-item p {
  font-size: 14px
}

.anhspsp {
  width: 225px;
  float: left
}

.anhspsp img {
  width: 100%;
  height: auto
}

.thongso {
  width: 410px;
  float: right
}

.thongso ul li {
  list-style: square inside none;
  color: #F15A24;
  padding: 8px 0;
  border-bottom: 1px dotted #CCC
}

.thongso ul li span.left {
  display: inline-block;
  width: 150px
}

.thongso ul li span.right {
  color: #000
}

a.contact {
  float: right;
  margin-top: 10px;
  padding: 5px 15px;
  background: none repeat scroll 0% 0% #F15A24;
  color: #FFF;
  font-weight: bold;
  border-radius: 10px
}

.wpcf7 p {
  line-height: 2;
  overflow: hidden
}

.wpcf7 label {
  float: left;
  width: 120px;
  margin-right: 6px;
  line-height: 24px
}

.wpcf7 label span.sao {
  color: #F00
}

.wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 input[type=tel] {
  width: 250px;
  height: 24px;
  border: #cacaca 1px solid;
  float: left
}

.wpcf7 textarea {
  width: 250px;
  height: 120px;
  margin-bottom: 7px;
  resize: none
}

.wpcf7 input[type=submit], .wpcf7 input[type=reset] {
  padding: 3px 10px;
  cursor: pointer
}

.wpcf7 input[type=submit] {
  margin-left: 126px
}

.footer-widgets {
  margin-top: 10px
}

.footer-widgets, .site-footer {
  overflow: hidden;
  background: #1881BD
}

.footer-widgets .wrap {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 15px;
  overflow: hidden
}

.site-footer .wrap {
  width: 1000px;
  margin: 0 auto
}

.footer-widgets .widget {
  float: left;
  padding: 28px 35px 0 0
}

.footer-widgets .widget_text {
  text-align: left;
  color: #fff
}

.footer-widgets .widget_text p {
  font-size: 12px
}

.footer-widgets .widget_text h4 {
  margin-bottom: 6px;
  font-size: 14px
}

p#credit-link {
  text-align: right;
  padding-right: 6px;
  display: none
}

p#credit-link strong {
  color: #FFF;
  text-decoration: none;
  padding-right: 12px;
  line-height: 24px;
  font-size: 10px
}

#supporter-info {
  padding-top: 92px;
  background: url(images/bg-support.png) top center no-repeat;
  margin-top: 5px
}

.supporter {
  text-align: center;
  font-weight: bold;
  padding: 6px 0
}

.online {
  text-align: center;
  margin: 5px 0
}

.yahoo a, .skype a {
  line-height: 0;
  display: block
}

.yahoo, .skype {
  display: inline-block;
  margin: 0 5px
}

.skype img {
  height: 16px;
  width: auto
}

.phone {
  color: #F00;
  font-weight: bold
}

.promoteslider ul {
  width: 100%;
  padding: 0
}

.promoteslider ul li {
  text-align: center;
  list-style: none;
  display: table;
  table-layout: fixed;
  width: 100%
}

.promoteslider ul li a {
  color: #F15A24;
  text-align: center;
  font-weight: bold;
  display: block
}

.wp-pagenavi {
  float: right;
  margin: 10px
}

.wp-pagenavi a, .wp-pagenavi span {
  border: 1px solid #BFBFBF;
  margin: 2px!important;
  padding: 3px 7px!important;
  text-decoration: none
}

#back-top {
  position: absolute;
  bottom: 30px;
  right: 10px
}

#back-top a {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s
}

#back-top span {
  width: 65px;
  height: 65px;
  display: block;
  margin-bottom: 7px;
  background: url(images/backtop.jpg) center no-repeat;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s
}

.intro .wrap {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 28px
}

.intro .wrap .widget article {
  float: left;
  width: 29%;
  position: relative;
  text-align: center;
  padding-bottom: 25px
}

.intro .wrap .widget article:nth-child(3) {
  margin: 0 65px
}

.intro .wrap .widget .entry-title {
  border-bottom: none;
  font-weight: normal;
  margin-bottom: 0;
  padding-bottom: 0;
  margin-top: 10px
}

.intro .wrap .widget .format-standard:nth-child(2) .entry-header h2 a {
  font-size: 20px;
  color: #FD7F27
}

.intro .wrap .widget .format-standard:nth-child(3) .entry-header h2 a {
  font-size: 20px;
  color: #66BB47
}

.intro .wrap .widget .format-standard:nth-child(4) .entry-header h2 a {
  font-size: 20px;
  color: #0770B0
}

.intro .wrap .widget .entry-content {
  padding: 0 10px 10px;
  color: #333;
  font-size: 14px
}

.intro .wrap .widget .more-link {
  position: absolute;
  bottom: 0;
  left: 64px;
  color: #FFF;
  background: #1881bd;
  font-size: 18px;
  padding: 5px 54.49px
}

.intro .wrap .widget .more-link:hover {
  background: #1991DA
}

.intro .wrap .widget .heading2 {
  display: none
}

.intro .wrap .widget .format-standard .entry-header h2 a:hover {
  color: #1881bd
}

.intro2 {
  background: url('images/bg-widget.png') top center no-repeat;
  height: 430px
}

.intro2 .wrap .widget .heading2 {
  display: none
}

.intro2 .wrap {
  width: 1000px;
  margin: 0 auto
}

.intro2 .wrap .widget:nth-child(1) {
  margin-left: 0
}

.intro2 .wrap .widget {
  width: 215px;
  float: left;
  padding-top: 30px;
  margin: 0 22px
}

.intro2 .wrap .widget:nth-child(4n+4) {
  margin-right: 0
}

.intro2 .wrap .widget .textwidget {
  color: #FFF;
  line-height: 33px;
  font-size: 14px
}

.intro2 .wrap .widget .textwidget p {
  color: #FFF;
  line-height: 33px;
  font-size: 14px
}

.intro2 .wrap .widget .fa {
  width: 30px;
  text-align: center;
  font-size: 15px
}

.box1 {
  background: #FAFDFF
}

.box1 .wrap {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden
}

.box2 .wrap {
  width: 1000px;
  margin: 0 auto
}

.box2 .news-list .news-item .news-title {
  text-align: center;
  display: block
}

.box .wrap..news-list .news-item .news-title {
  color: #ffaa6e;
  font-size: 14px;
  text-align: left
}

.page .metaslider {
  display: none
}

.search .metaslider {
  display: none
}

.single .metaslider {
  display: none
}

.archive .metaslider {
  display: none
}

.box-archive {
  background: #55bfff
}

.box-archive .wrap {
  width: 1000px;
  margin: 0 auto;
  height: 50px
}

.box-archive .wrap .title-arachive {
  color: #FFF;
  font-size: 24px;
  font-weight: normal;
  line-height: 50px;
  font-family: 'Arial'
}

.breadcrumb {
  color: #1881BD;
  font-size: 12px;
  border-bottom: 2px dotted #878787;
  height: 35px;
  line-height: 35px;
  margin-bottom: 20px;
  font-weight: bold
}

.breadcrumb a {
  font-size: 12px;
  color: #878787;
  line-height: 35px;
  font-family: 'Arial'
}

.news-list .news-post2 {
  float: left;
  margin: 10px 0;
  width: 22.7%
}

.news-list .news-post2:nth-child(4n+2) {
  margin: 10px 24px
}

.news-list .news-post2:nth-child(4n+3) {
  margin: 10px 24px 10px 0
}

.news-list .news-post2 .img {
  overflow: hidden;
  display: block;
  position: relative
}

.news-list .news-post2 img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  cursor: pointer
}

.news-list .news-post2 img {
  width: 325px;
  height: 176px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease
}

.news-list .news-post2 h2 a {
  display: block;
  height: 70px;
  background: #00a651;
  font-family: 'Arial';
  color: #FFF;
  font-weight: normal;
  font-size: 19px;
  line-height: 25px;
  padding: 12px
}

.news-list .news-post2 a {
  display: block;
  margin-bottom: -5px
}

.img-category {
  overflow: hidden
}

.tit-child {
  padding: 20px 0
}

.tit-child a {
  font-size: 30px;
  color: #333;
  display: block;
  text-align: center;
  font-weight: normal
}

.cont {
  padding: 10px 3px
}

.address {
  font-size: 14px;
  color: #333;
  font-weight: 400;
  font-family: 'Arial'
}

.site-header .wrap .widget ul {
  position: absolute;
  right: 0;
  top: 0
}

.site-header .wrap .widget ul {
  background: rgba(255, 255, 255, .58);
  overflow: hidden;
  padding: 13px 25px;
	display: none;
}

.site-header .wrap .widget ul li {
  float: left;
  margin-right: 10px
}

.site-header .wrap .widget ul li a {
  color: #000
}

.site-header .wrap .widget ul li a span {
  color: #000
}

.page .entry-content span {
  line-height: 30px
}

.footer-widgets #imgqc-4 {
  float: right;
  padding: 28px 0 0 0
}

.footer-widgets #imgqc-4 a {
  margin-left: 25px
}

.alignright {
  float: right
}

.site-header .textwidget p {
  position: absolute;
  bottom: 10px;
  right: 0;
  color: #F30018;
  font-size: 20px;
  background: rgba(255, 255, 255, .58);
  padding: 10px;
  font-weight: bold;
  text-align: right;
  line-height: 30px;
}

.site-header .textwidget a {
  color: #F30018;
  font-size: 20px;
}

#menu-top-menu>li>a {
  text-transform: uppercase
}

.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none!important;
  background: #1881BD!important;
  border: none!important;
  color: #fff!important
}

.td11 {
  border-bottom: 1px solid #fff!important;
  background: #fff!important
}

.td21 {
  border-bottom: 1px solid #a7e2ff!important
}

.tr1 {
  background: #1881bd!important;
  color: #fff
}

.tr2 {
  background: #55BFFF!important;
  color: #fff
}

tr:nth-child(even) {
  background: #eee
}

#featured-post-3 img {
  border-radius: 50%;
  border: 5px solid #fbfbfb;
  height: 150px;
  width: 150px
}

div.news-post2:nth-child(4n+5) {
  clear: both
}

.entry-content p {
  text-align: justify
}

@font-face {
  font-family: dashicons;
  src: url(../fonts/dashicons.eot)
}

@font-face {
  font-family: dashicons;
  src: url(data:application/font-woff;charset=utf-8;base64,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) format('woff'), url(../fonts/dashicons.ttf) format("truetype"), url(../fonts/dashicons.svg#dashicons) format("svg");
  font-weight: 400;
  font-style: normal
}

.dashicons, .dashicons-before:before {
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 1;
  font-family: dashicons;
  text-decoration: inherit;
  font-weight: 400;
  font-style: normal;
  vertical-align: top;
  text-align: center;
  -webkit-transition: color .1s ease-in 0;
  transition: color .1s ease-in 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.dashicons-menu:before {
  content: "\f333"
}

.dashicons-admin-site:before {
  content: "\f319"
}

.dashicons-dashboard:before {
  content: "\f226"
}

.dashicons-admin-media:before {
  content: "\f104"
}

.dashicons-admin-page:before {
  content: "\f105"
}

.dashicons-admin-comments:before {
  content: "\f101"
}

.dashicons-admin-appearance:before {
  content: "\f100"
}

.dashicons-admin-plugins:before {
  content: "\f106"
}

.dashicons-admin-users:before {
  content: "\f110"
}

.dashicons-admin-tools:before {
  content: "\f107"
}

.dashicons-admin-settings:before {
  content: "\f108"
}

.dashicons-admin-network:before {
  content: "\f112"
}

.dashicons-admin-generic:before {
  content: "\f111"
}

.dashicons-admin-home:before {
  content: "\f102"
}

.dashicons-admin-collapse:before {
  content: "\f148"
}

.dashicons-filter:before {
  content: "\f536"
}

.dashicons-admin-customizer:before {
  content: "\f540"
}

.dashicons-admin-multisite:before {
  content: "\f541"
}

.dashicons-admin-links:before, .dashicons-format-links:before {
  content: "\f103"
}

.dashicons-admin-post:before, .dashicons-format-standard:before {
  content: "\f109"
}

.dashicons-format-image:before {
  content: "\f128"
}

.dashicons-format-gallery:before {
  content: "\f161"
}

.dashicons-format-audio:before {
  content: "\f127"
}

.dashicons-format-video:before {
  content: "\f126"
}

.dashicons-format-chat:before {
  content: "\f125"
}

.dashicons-format-status:before {
  content: "\f130"
}

.dashicons-format-aside:before {
  content: "\f123"
}

.dashicons-format-quote:before {
  content: "\f122"
}

.dashicons-welcome-edit-page:before, .dashicons-welcome-write-blog:before {
  content: "\f119"
}

.dashicons-welcome-add-page:before {
  content: "\f133"
}

.dashicons-welcome-view-site:before {
  content: "\f115"
}

.dashicons-welcome-widgets-menus:before {
  content: "\f116"
}

.dashicons-welcome-comments:before {
  content: "\f117"
}

.dashicons-welcome-learn-more:before {
  content: "\f118"
}

.dashicons-image-crop:before {
  content: "\f165"
}

.dashicons-image-rotate:before {
  content: "\f531"
}

.dashicons-image-rotate-left:before {
  content: "\f166"
}

.dashicons-image-rotate-right:before {
  content: "\f167"
}

.dashicons-image-flip-vertical:before {
  content: "\f168"
}

.dashicons-image-flip-horizontal:before {
  content: "\f169"
}

.dashicons-image-filter:before {
  content: "\f533"
}

.dashicons-undo:before {
  content: "\f171"
}

.dashicons-redo:before {
  content: "\f172"
}

.dashicons-editor-bold:before {
  content: "\f200"
}

.dashicons-editor-italic:before {
  content: "\f201"
}

.dashicons-editor-ul:before {
  content: "\f203"
}

.dashicons-editor-ol:before {
  content: "\f204"
}

.dashicons-editor-quote:before {
  content: "\f205"
}

.dashicons-editor-alignleft:before {
  content: "\f206"
}

.dashicons-editor-aligncenter:before {
  content: "\f207"
}

.dashicons-editor-alignright:before {
  content: "\f208"
}

.dashicons-editor-insertmore:before {
  content: "\f209"
}

.dashicons-editor-spellcheck:before {
  content: "\f210"
}

.dashicons-editor-distractionfree:before, .dashicons-editor-expand:before {
  content: "\f211"
}

.dashicons-editor-contract:before {
  content: "\f506"
}

.dashicons-editor-kitchensink:before {
  content: "\f212"
}

.dashicons-editor-underline:before {
  content: "\f213"
}

.dashicons-editor-justify:before {
  content: "\f214"
}

.dashicons-editor-textcolor:before {
  content: "\f215"
}

.dashicons-editor-paste-word:before {
  content: "\f216"
}

.dashicons-editor-paste-text:before {
  content: "\f217"
}

.dashicons-editor-removeformatting:before {
  content: "\f218"
}

.dashicons-editor-video:before {
  content: "\f219"
}

.dashicons-editor-customchar:before {
  content: "\f220"
}

.dashicons-editor-outdent:before {
  content: "\f221"
}

.dashicons-editor-indent:before {
  content: "\f222"
}

.dashicons-editor-help:before {
  content: "\f223"
}

.dashicons-editor-strikethrough:before {
  content: "\f224"
}

.dashicons-editor-unlink:before {
  content: "\f225"
}

.dashicons-editor-rtl:before {
  content: "\f320"
}

.dashicons-editor-break:before {
  content: "\f474"
}

.dashicons-editor-code:before {
  content: "\f475"
}

.dashicons-editor-paragraph:before {
  content: "\f476"
}

.dashicons-editor-table:before {
  content: "\f535"
}

.dashicons-align-left:before {
  content: "\f135"
}

.dashicons-align-right:before {
  content: "\f136"
}

.dashicons-align-center:before {
  content: "\f134"
}

.dashicons-align-none:before {
  content: "\f138"
}

.dashicons-lock:before {
  content: "\f160"
}

.dashicons-unlock:before {
  content: "\f528"
}

.dashicons-calendar:before {
  content: "\f145"
}

.dashicons-calendar-alt:before {
  content: "\f508"
}

.dashicons-visibility:before {
  content: "\f177"
}

.dashicons-hidden:before {
  content: "\f530"
}

.dashicons-post-status:before {
  content: "\f173"
}

.dashicons-edit:before {
  content: "\f464"
}

.dashicons-post-trash:before, .dashicons-trash:before {
  content: "\f182"
}

.dashicons-sticky:before {
  content: "\f537"
}

.dashicons-external:before {
  content: "\f504"
}

.dashicons-arrow-up:before {
  content: "\f142"
}

.dashicons-arrow-down:before {
  content: "\f140"
}

.dashicons-arrow-left:before {
  content: "\f141"
}

.dashicons-arrow-right:before {
  content: "\f139"
}

.dashicons-arrow-up-alt:before {
  content: "\f342"
}

.dashicons-arrow-down-alt:before {
  content: "\f346"
}

.dashicons-arrow-left-alt:before {
  content: "\f340"
}

.dashicons-arrow-right-alt:before {
  content: "\f344"
}

.dashicons-arrow-up-alt2:before {
  content: "\f343"
}

.dashicons-arrow-down-alt2:before {
  content: "\f347"
}

.dashicons-arrow-left-alt2:before {
  content: "\f341"
}

.dashicons-arrow-right-alt2:before {
  content: "\f345"
}

.dashicons-leftright:before {
  content: "\f229"
}

.dashicons-sort:before {
  content: "\f156"
}

.dashicons-randomize:before {
  content: "\f503"
}

.dashicons-list-view:before {
  content: "\f163"
}

.dashicons-excerpt-view:before, .dashicons-exerpt-view:before {
  content: "\f164"
}

.dashicons-grid-view:before {
  content: "\f509"
}

.dashicons-hammer:before {
  content: "\f308"
}

.dashicons-art:before {
  content: "\f309"
}

.dashicons-migrate:before {
  content: "\f310"
}

.dashicons-performance:before {
  content: "\f311"
}

.dashicons-universal-access:before {
  content: "\f483"
}

.dashicons-universal-access-alt:before {
  content: "\f507"
}

.dashicons-tickets:before {
  content: "\f486"
}

.dashicons-nametag:before {
  content: "\f484"
}

.dashicons-clipboard:before {
  content: "\f481"
}

.dashicons-heart:before {
  content: "\f487"
}

.dashicons-megaphone:before {
  content: "\f488"
}

.dashicons-schedule:before {
  content: "\f489"
}

.dashicons-wordpress:before {
  content: "\f120"
}

.dashicons-wordpress-alt:before {
  content: "\f324"
}

.dashicons-pressthis:before {
  content: "\f157"
}

.dashicons-update:before {
  content: "\f463"
}

.dashicons-screenoptions:before {
  content: "\f180"
}

.dashicons-cart:before {
  content: "\f174"
}

.dashicons-feedback:before {
  content: "\f175"
}

.dashicons-cloud:before {
  content: "\f176"
}

.dashicons-translation:before {
  content: "\f326"
}

.dashicons-tag:before {
  content: "\f323"
}

.dashicons-category:before {
  content: "\f318"
}

.dashicons-archive:before {
  content: "\f480"
}

.dashicons-tagcloud:before {
  content: "\f479"
}

.dashicons-text:before {
  content: "\f478"
}

.dashicons-media-archive:before {
  content: "\f501"
}

.dashicons-media-audio:before {
  content: "\f500"
}

.dashicons-media-code:before {
  content: "\f499"
}

.dashicons-media-default:before {
  content: "\f498"
}

.dashicons-media-document:before {
  content: "\f497"
}

.dashicons-media-interactive:before {
  content: "\f496"
}

.dashicons-media-spreadsheet:before {
  content: "\f495"
}

.dashicons-media-text:before {
  content: "\f491"
}

.dashicons-media-video:before {
  content: "\f490"
}

.dashicons-playlist-audio:before {
  content: "\f492"
}

.dashicons-playlist-video:before {
  content: "\f493"
}

.dashicons-controls-play:before {
  content: "\f522"
}

.dashicons-controls-pause:before {
  content: "\f523"
}

.dashicons-controls-forward:before {
  content: "\f519"
}

.dashicons-controls-skipforward:before {
  content: "\f517"
}

.dashicons-controls-back:before {
  content: "\f518"
}

.dashicons-controls-skipback:before {
  content: "\f516"
}

.dashicons-controls-repeat:before {
  content: "\f515"
}

.dashicons-controls-volumeon:before {
  content: "\f521"
}

.dashicons-controls-volumeoff:before {
  content: "\f520"
}

.dashicons-yes:before {
  content: "\f147"
}

.dashicons-no:before {
  content: "\f158"
}

.dashicons-no-alt:before {
  content: "\f335"
}

.dashicons-plus:before {
  content: "\f132"
}

.dashicons-plus-alt:before {
  content: "\f502"
}

.dashicons-plus-alt2:before {
  content: "\f543"
}

.dashicons-minus:before {
  content: "\f460"
}

.dashicons-dismiss:before {
  content: "\f153"
}

.dashicons-marker:before {
  content: "\f159"
}

.dashicons-star-filled:before {
  content: "\f155"
}

.dashicons-star-half:before {
  content: "\f459"
}

.dashicons-star-empty:before {
  content: "\f154"
}

.dashicons-flag:before {
  content: "\f227"
}

.dashicons-info:before {
  content: "\f348"
}

.dashicons-warning:before {
  content: "\f534"
}

.dashicons-share:before {
  content: "\f237"
}

.dashicons-share1:before {
  content: "\f237"
}

.dashicons-share-alt:before {
  content: "\f240"
}

.dashicons-share-alt2:before {
  content: "\f242"
}

.dashicons-twitter:before {
  content: "\f301"
}

.dashicons-rss:before {
  content: "\f303"
}

.dashicons-email:before {
  content: "\f465"
}

.dashicons-email-alt:before {
  content: "\f466"
}

.dashicons-facebook:before {
  content: "\f304"
}

.dashicons-facebook-alt:before {
  content: "\f305"
}

.dashicons-networking:before {
  content: "\f325"
}

.dashicons-googleplus:before {
  content: "\f462"
}

.dashicons-location:before {
  content: "\f230"
}

.dashicons-location-alt:before {
  content: "\f231"
}

.dashicons-camera:before {
  content: "\f306"
}

.dashicons-images-alt:before {
  content: "\f232"
}

.dashicons-images-alt2:before {
  content: "\f233"
}

.dashicons-video-alt:before {
  content: "\f234"
}

.dashicons-video-alt2:before {
  content: "\f235"
}

.dashicons-video-alt3:before {
  content: "\f236"
}

.dashicons-vault:before {
  content: "\f178"
}

.dashicons-shield:before {
  content: "\f332"
}

.dashicons-shield-alt:before {
  content: "\f334"
}

.dashicons-sos:before {
  content: "\f468"
}

.dashicons-search:before {
  content: "\f179"
}

.dashicons-slides:before {
  content: "\f181"
}

.dashicons-analytics:before {
  content: "\f183"
}

.dashicons-chart-pie:before {
  content: "\f184"
}

.dashicons-chart-bar:before {
  content: "\f185"
}

.dashicons-chart-line:before {
  content: "\f238"
}

.dashicons-chart-area:before {
  content: "\f239"
}

.dashicons-groups:before {
  content: "\f307"
}

.dashicons-businessman:before {
  content: "\f338"
}

.dashicons-id:before {
  content: "\f336"
}

.dashicons-id-alt:before {
  content: "\f337"
}

.dashicons-products:before {
  content: "\f312"
}

.dashicons-awards:before {
  content: "\f313"
}

.dashicons-forms:before {
  content: "\f314"
}

.dashicons-testimonial:before {
  content: "\f473"
}

.dashicons-portfolio:before {
  content: "\f322"
}

.dashicons-book:before {
  content: "\f330"
}

.dashicons-book-alt:before {
  content: "\f331"
}

.dashicons-download:before {
  content: "\f316"
}

.dashicons-upload:before {
  content: "\f317"
}

.dashicons-backup:before {
  content: "\f321"
}

.dashicons-clock:before {
  content: "\f469"
}

.dashicons-lightbulb:before {
  content: "\f339"
}

.dashicons-microphone:before {
  content: "\f482"
}

.dashicons-desktop:before {
  content: "\f472"
}

.dashicons-tablet:before {
  content: "\f471"
}

.dashicons-smartphone:before {
  content: "\f470"
}

.dashicons-phone:before {
  content: "\f525"
}

.dashicons-smiley:before {
  content: "\f328"
}

.dashicons-index-card:before {
  content: "\f510"
}

.dashicons-carrot:before {
  content: "\f511"
}

.dashicons-building:before {
  content: "\f512"
}

.dashicons-store:before {
  content: "\f513"
}

.dashicons-album:before {
  content: "\f514"
}

.dashicons-palmtree:before {
  content: "\f527"
}

.dashicons-tickets-alt:before {
  content: "\f524"
}

.dashicons-money:before {
  content: "\f526"
}

.dashicons-thumbs-up:before {
  content: "\f529"
}

.dashicons-thumbs-down:before {
  content: "\f542"
}

.dashicons-layout:before {
  content: "\f538"
}

@font-face {
  font-family: Elusive-Icons;
  src: url(font/Elusive-Icons.eot);
  src: url(font/Elusive-Icons.eot?#iefix) format('embedded-opentype'), url(font/Elusive-Icons.ttf) format('truetype'), url(font/Elusive-Icons.woff) format('woff'), url(font/Elusive-Icons.svg#Elusive-Icons) format('svg');
  font-weight: 400;
  font-style: normal
}

[class*=el-icon-] {
  font-family: Elusive-Icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.el-icon-zoom-out:before {
  content: "\e600"
}

.el-icon-zoom-in:before {
  content: "\e601"
}

.el-icon-youtube:before {
  content: "\e602"
}

.el-icon-wrench-alt:before {
  content: "\e603"
}

.el-icon-wrench:before {
  content: "\e604"
}

.el-icon-wordpress:before {
  content: "\e605"
}

.el-icon-wheelchair:before {
  content: "\e606"
}

.el-icon-website-alt:before {
  content: "\e607"
}

.el-icon-website:before {
  content: "\e608"
}

.el-icon-warning-sign:before {
  content: "\e609"
}

.el-icon-w3c:before {
  content: "\e60a"
}

.el-icon-volume-up:before {
  content: "\e60b"
}

.el-icon-volume-off:before {
  content: "\e60c"
}

.el-icon-volume-down:before {
  content: "\e60d"
}

.el-icon-vkontakte:before {
  content: "\e60e"
}

.el-icon-vimeo:before {
  content: "\e60f"
}

.el-icon-view-mode:before {
  content: "\e610"
}

.el-icon-video-chat:before {
  content: "\e611"
}

.el-icon-video-alt:before {
  content: "\e612"
}

.el-icon-video:before {
  content: "\e613"
}

.el-icon-viadeo:before {
  content: "\e614"
}

.el-icon-user:before {
  content: "\e615"
}

.el-icon-usd:before {
  content: "\e616"
}

.el-icon-upload:before {
  content: "\e617"
}

.el-icon-unlock-alt:before {
  content: "\e618"
}

.el-icon-unlock:before {
  content: "\e619"
}

.el-icon-universal-access:before {
  content: "\e61a"
}

.el-icon-twitter:before {
  content: "\e61b"
}

.el-icon-tumblr:before {
  content: "\e61c"
}

.el-icon-trash-alt:before {
  content: "\e61d"
}

.el-icon-trash:before {
  content: "\e61e"
}

.el-icon-torso:before {
  content: "\e61f"
}

.el-icon-tint:before {
  content: "\e620"
}

.el-icon-time-alt:before {
  content: "\e621"
}

.el-icon-time:before {
  content: "\e622"
}

.el-icon-thumbs-up:before {
  content: "\e623"
}

.el-icon-thumbs-down:before {
  content: "\e624"
}

.el-icon-th-list:before {
  content: "\e625"
}

.el-icon-th-large:before {
  content: "\e626"
}

.el-icon-th:before {
  content: "\e627"
}

.el-icon-text-width:before {
  content: "\e628"
}

.el-icon-text-height:before {
  content: "\e629"
}

.el-icon-tasks:before {
  content: "\e62a"
}

.el-icon-tags:before {
  content: "\e62b"
}

.el-icon-tag:before {
  content: "\e62c"
}

.el-icon-stumbleupon:before {
  content: "\e62d"
}

.el-icon-stop-alt:before {
  content: "\e62e"
}

.el-icon-stop:before {
  content: "\e62f"
}

.el-icon-step-forward:before {
  content: "\e630"
}

.el-icon-step-backward:before {
  content: "\e631"
}

.el-icon-star-empty:before {
  content: "\e632"
}

.el-icon-star-alt:before {
  content: "\e633"
}

.el-icon-star:before {
  content: "\e634"
}

.el-icon-stackoverflow:before {
  content: "\e635"
}

.el-icon-spotify:before {
  content: "\e636"
}

.el-icon-speaker:before {
  content: "\e637"
}

.el-icon-soundcloud:before {
  content: "\e638"
}

.el-icon-smiley-alt:before {
  content: "\e639"
}

.el-icon-smiley:before {
  content: "\e63a"
}

.el-icon-slideshare:before {
  content: "\e63b"
}

.el-icon-skype:before {
  content: "\e63c"
}

.el-icon-signal:before {
  content: "\e63d"
}

.el-icon-shopping-cart-sign:before {
  content: "\e63e"
}

.el-icon-shopping-cart:before {
  content: "\e63f"
}

.el-icon-share-alt:before {
  content: "\e640"
}

.el-icon-share:before {
  content: "\e641"
}

.el-icon-search-alt:before {
  content: "\e642"
}

.el-icon-search:before {
  content: "\e643"
}

.el-icon-screenshot:before {
  content: "\e644"
}

.el-icon-screen-alt:before {
  content: "\e645"
}

.el-icon-screen:before {
  content: "\e646"
}

.el-icon-scissors:before {
  content: "\e647"
}

.el-icon-rss:before {
  content: "\e648"
}

.el-icon-road:before {
  content: "\e649"
}

.el-icon-reverse-alt:before {
  content: "\e64a"
}

.el-icon-retweet:before {
  content: "\e64b"
}

.el-icon-return-key:before {
  content: "\e64c"
}

.el-icon-resize-vertical:before {
  content: "\e64d"
}

.el-icon-resize-small:before {
  content: "\e64e"
}

.el-icon-resize-horizontal:before {
  content: "\e64f"
}

.el-icon-resize-full:before {
  content: "\e650"
}

.el-icon-repeat-alt:before {
  content: "\e651"
}

.el-icon-repeat:before {
  content: "\e652"
}

.el-icon-remove-sign:before {
  content: "\e653"
}

.el-icon-remove-circle:before {
  content: "\e654"
}

.el-icon-remove:before {
  content: "\e655"
}

.el-icon-refresh:before {
  content: "\e656"
}

.el-icon-reddit:before {
  content: "\e657"
}

.el-icon-record:before {
  content: "\e658"
}

.el-icon-random:before {
  content: "\e659"
}

.el-icon-quotes-alt:before {
  content: "\e65a"
}

.el-icon-quotes:before {
  content: "\e65b"
}

.el-icon-question-sign:before {
  content: "\e65c"
}

.el-icon-question:before {
  content: "\e65d"
}

.el-icon-qrcode:before {
  content: "\e65e"
}

.el-icon-puzzle:before {
  content: "\e65f"
}

.el-icon-print:before {
  content: "\e660"
}

.el-icon-podcast:before {
  content: "\e661"
}

.el-icon-plus-sign:before {
  content: "\e662"
}

.el-icon-plus:before {
  content: "\e663"
}

.el-icon-play-circle:before {
  content: "\e664"
}

.el-icon-play-alt:before {
  content: "\e665"
}

.el-icon-play:before {
  content: "\e666"
}

.el-icon-plane:before {
  content: "\e667"
}

.el-icon-pinterest:before {
  content: "\e668"
}

.el-icon-picture:before {
  content: "\e669"
}

.el-icon-picasa:before {
  content: "\e66a"
}

.el-icon-photo-alt:before {
  content: "\e66b"
}

.el-icon-photo:before {
  content: "\e66c"
}

.el-icon-phone-alt:before {
  content: "\e66d"
}

.el-icon-phone:before {
  content: "\e66e"
}

.el-icon-person:before {
  content: "\e66f"
}

.el-icon-pencil-alt:before {
  content: "\e670"
}

.el-icon-pencil:before {
  content: "\e671"
}

.el-icon-pause-alt:before {
  content: "\e672"
}

.el-icon-pause:before {
  content: "\e673"
}

.el-icon-path:before {
  content: "\e674"
}

.el-icon-paper-clip-alt:before {
  content: "\e675"
}

.el-icon-paper-clip:before {
  content: "\e676"
}

.el-icon-opensource:before {
  content: "\e677"
}

.el-icon-ok-sign:before {
  content: "\e678"
}

.el-icon-ok-circle:before {
  content: "\e679"
}

.el-icon-ok:before {
  content: "\e67a"
}

.el-icon-off:before {
  content: "\e67b"
}

.el-icon-network:before {
  content: "\e67c"
}

.el-icon-myspace:before {
  content: "\e67d"
}

.el-icon-music:before {
  content: "\e67e"
}

.el-icon-move:before {
  content: "\e67f"
}

.el-icon-minus-sign:before {
  content: "\e680"
}

.el-icon-minus:before {
  content: "\e681"
}

.el-icon-mic-alt:before {
  content: "\e682"
}

.el-icon-mic:before {
  content: "\e683"
}

.el-icon-map-marker-alt:before {
  content: "\e684"
}

.el-icon-map-marker:before {
  content: "\e685"
}

.el-icon-male:before {
  content: "\e686"
}

.el-icon-magnet:before {
  content: "\e687"
}

.el-icon-magic:before {
  content: "\e688"
}

.el-icon-lock-alt:before {
  content: "\e689"
}

.el-icon-lock:before {
  content: "\e68a"
}

.el-icon-livejournal:before {
  content: "\e68b"
}

.el-icon-list-alt:before {
  content: "\e68c"
}

.el-icon-list:before {
  content: "\e68d"
}

.el-icon-linkedin:before {
  content: "\e68e"
}

.el-icon-link:before {
  content: "\e68f"
}

.el-icon-lines:before {
  content: "\e690"
}

.el-icon-leaf:before {
  content: "\e691"
}

.el-icon-lastfm:before {
  content: "\e692"
}

.el-icon-laptop-alt:before {
  content: "\e693"
}

.el-icon-laptop:before {
  content: "\e694"
}

.el-icon-key:before {
  content: "\e695"
}

.el-icon-italic:before {
  content: "\e696"
}

.el-icon-iphone-home:before {
  content: "\e697"
}

.el-icon-instagram:before {
  content: "\e698"
}

.el-icon-info-sign:before {
  content: "\e699"
}

.el-icon-indent-right:before {
  content: "\e69a"
}

.el-icon-indent-left:before {
  content: "\e69b"
}

.el-icon-inbox-box:before {
  content: "\e69c"
}

.el-icon-inbox-alt:before {
  content: "\e69d"
}

.el-icon-inbox:before {
  content: "\e69e"
}

.el-icon-idea-alt:before {
  content: "\e69f"
}

.el-icon-idea:before {
  content: "\e6a0"
}

.el-icon-hourglass:before {
  content: "\e6a1"
}

.el-icon-home-alt:before {
  content: "\e6a2"
}

.el-icon-home:before {
  content: "\e6a3"
}

.el-icon-heart-empty:before {
  content: "\e6a4"
}

.el-icon-heart-alt:before {
  content: "\e6a5"
}

.el-icon-heart:before {
  content: "\e6a6"
}

.el-icon-hearing-impaired:before {
  content: "\e6a7"
}

.el-icon-headphones:before {
  content: "\e6a8"
}

.el-icon-hdd:before {
  content: "\e6a9"
}

.el-icon-hand-up:before {
  content: "\e6aa"
}

.el-icon-hand-right:before {
  content: "\e6ab"
}

.el-icon-hand-left:before {
  content: "\e6ac"
}

.el-icon-hand-down:before {
  content: "\e6ad"
}

.el-icon-guidedog:before {
  content: "\e6ae"
}

.el-icon-group-alt:before {
  content: "\e6af"
}

.el-icon-group:before {
  content: "\e6b0"
}

.el-icon-graph-alt:before {
  content: "\e6b1"
}

.el-icon-graph:before {
  content: "\e6b2"
}

.el-icon-googleplus:before {
  content: "\e6b3"
}

.el-icon-globe-alt:before {
  content: "\e6b4"
}

.el-icon-globe:before {
  content: "\e6b5"
}

.el-icon-glasses:before {
  content: "\e6b6"
}

.el-icon-glass:before {
  content: "\e6b7"
}

.el-icon-github-text:before {
  content: "\e6b8"
}

.el-icon-github:before {
  content: "\e6b9"
}

.el-icon-gift:before {
  content: "\e6ba"
}

.el-icon-gbp:before {
  content: "\e6bb"
}

.el-icon-fullscreen:before {
  content: "\e6bc"
}

.el-icon-friendfeed-rect:before {
  content: "\e6bd"
}

.el-icon-friendfeed:before {
  content: "\e6be"
}

.el-icon-foursquare:before {
  content: "\e6bf"
}

.el-icon-forward-alt:before {
  content: "\e6c0"
}

.el-icon-forward:before {
  content: "\e6c1"
}

.el-icon-fork:before {
  content: "\e6c2"
}

.el-icon-fontsize:before {
  content: "\e6c3"
}

.el-icon-font:before {
  content: "\e6c4"
}

.el-icon-folder-sign:before {
  content: "\e6c5"
}

.el-icon-folder-open:before {
  content: "\e6c6"
}

.el-icon-folder-close:before {
  content: "\e6c7"
}

.el-icon-folder:before {
  content: "\e6c8"
}

.el-icon-flickr:before {
  content: "\e6c9"
}

.el-icon-flag-alt:before {
  content: "\e6ca"
}

.el-icon-flag:before {
  content: "\e6cb"
}

.el-icon-fire:before {
  content: "\e6cc"
}

.el-icon-filter:before {
  content: "\e6cd"
}

.el-icon-film:before {
  content: "\e6ce"
}

.el-icon-file-new-alt:before {
  content: "\e6cf"
}

.el-icon-file-new:before {
  content: "\e6d0"
}

.el-icon-file-edit-alt:before {
  content: "\e6d1"
}

.el-icon-file-edit:before {
  content: "\e6d2"
}

.el-icon-file-alt:before {
  content: "\e6d3"
}

.el-icon-file:before {
  content: "\e6d4"
}

.el-icon-female:before {
  content: "\e6d5"
}

.el-icon-fast-forward:before {
  content: "\e6d6"
}

.el-icon-fast-backward:before {
  content: "\e6d7"
}

.el-icon-facetime-video:before {
  content: "\e6d8"
}

.el-icon-facebook:before {
  content: "\e6d9"
}

.el-icon-eye-open:before {
  content: "\e6da"
}

.el-icon-eye-close:before {
  content: "\e6db"
}

.el-icon-exclamation-sign:before {
  content: "\e6dc"
}

.el-icon-eur:before {
  content: "\e6dd"
}

.el-icon-error-alt:before {
  content: "\e6de"
}

.el-icon-error:before {
  content: "\e6df"
}

.el-icon-envelope-alt:before {
  content: "\e6e0"
}

.el-icon-envelope:before {
  content: "\e6e1"
}

.el-icon-eject:before {
  content: "\e6e2"
}

.el-icon-edit:before {
  content: "\e6e3"
}

.el-icon-dribbble:before {
  content: "\e6e4"
}

.el-icon-download-alt:before {
  content: "\e6e5"
}

.el-icon-download:before {
  content: "\e6e6"
}

.el-icon-digg:before {
  content: "\e6e7"
}

.el-icon-deviantart:before {
  content: "\e6e8"
}

.el-icon-delicious:before {
  content: "\e6e9"
}

.el-icon-dashboard:before {
  content: "\e6ea"
}

.el-icon-css:before {
  content: "\e6eb"
}

.el-icon-credit-card:before {
  content: "\e6ec"
}

.el-icon-compass-alt:before {
  content: "\e6ed"
}

.el-icon-compass:before {
  content: "\e6ee"
}

.el-icon-comment-alt:before {
  content: "\e6ef"
}

.el-icon-comment:before {
  content: "\e6f0"
}

.el-icon-cogs:before {
  content: "\e6f1"
}

.el-icon-cog-alt:before {
  content: "\e6f2"
}

.el-icon-cog:before {
  content: "\e6f3"
}

.el-icon-cloud-alt:before {
  content: "\e6f4"
}

.el-icon-cloud:before {
  content: "\e6f5"
}

.el-icon-circle-arrow-up:before {
  content: "\e6f6"
}

.el-icon-circle-arrow-right:before {
  content: "\e6f7"
}

.el-icon-circle-arrow-left:before {
  content: "\e6f8"
}

.el-icon-circle-arrow-down:before {
  content: "\e6f9"
}

.el-icon-child:before {
  content: "\e6fa"
}

.el-icon-chevron-up:before {
  content: "\e6fb"
}

.el-icon-chevron-right:before {
  content: "\e6fc"
}

.el-icon-chevron-left:before {
  content: "\e6fd"
}

.el-icon-chevron-down:before {
  content: "\e6fe"
}

.el-icon-check-empty:before {
  content: "\e6ff"
}

.el-icon-check:before {
  content: "\e700"
}

.el-icon-certificate:before {
  content: "\e701"
}

.el-icon-cc:before {
  content: "\e702"
}

.el-icon-caret-up:before {
  content: "\e703"
}

.el-icon-caret-right:before {
  content: "\e704"
}

.el-icon-caret-left:before {
  content: "\e705"
}

.el-icon-caret-down:before {
  content: "\e706"
}

.el-icon-car:before {
  content: "\e707"
}

.el-icon-camera:before {
  content: "\e708"
}

.el-icon-calendar-sign:before {
  content: "\e709"
}

.el-icon-calendar:before {
  content: "\e70a"
}

.el-icon-bullhorn:before {
  content: "\e70b"
}

.el-icon-bulb:before {
  content: "\e70c"
}

.el-icon-brush:before {
  content: "\e70d"
}

.el-icon-broom:before {
  content: "\e70e"
}

.el-icon-briefcase:before {
  content: "\e70f"
}

.el-icon-braille:before {
  content: "\e710"
}

.el-icon-bookmark-empty:before {
  content: "\e711"
}

.el-icon-bookmark:before {
  content: "\e712"
}

.el-icon-book:before {
  content: "\e713"
}

.el-icon-bold:before {
  content: "\e714"
}

.el-icon-blogger:before {
  content: "\e715"
}

.el-icon-blind:before {
  content: "\e716"
}

.el-icon-bell:before {
  content: "\e717"
}

.el-icon-behance:before {
  content: "\e718"
}

.el-icon-barcode:before {
  content: "\e719"
}

.el-icon-ban-circle:before {
  content: "\e71a"
}

.el-icon-backward:before {
  content: "\e71b"
}

.el-icon-asl:before {
  content: "\e71c"
}

.el-icon-arrow-up:before {
  content: "\e71d"
}

.el-icon-arrow-right:before {
  content: "\e71e"
}

.el-icon-arrow-left:before {
  content: "\e71f"
}

.el-icon-arrow-down:before {
  content: "\e720"
}

.el-icon-align-right:before {
  content: "\e721"
}

.el-icon-align-left:before {
  content: "\e722"
}

.el-icon-align-justify:before {
  content: "\e723"
}

.el-icon-align-center:before {
  content: "\e724"
}

.el-icon-adult:before {
  content: "\e725"
}

.el-icon-adjust-alt:before {
  content: "\e726"
}

.el-icon-adjust:before {
  content: "\e727"
}

.el-icon-address-book-alt:before {
  content: "\e728"
}

.el-icon-address-book:before {
  content: "\e729"
}

.el-icon-asterisk:before {
  content: "\e72a"
}

@font-face {
  font-family: FontAwesome;
  src: url(font/fontawesome-webfont.eot?v=4.2.0);
  src: url(font/fontawesome-webfont.eot?#iefix&v=4.2.0) format('embedded-opentype'), url(font/fontawesome-webfont.woff?v=4.2.0) format('woff'), url(font/fontawesome-webfont.ttf?v=4.2.0) format('truetype'), url(font/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular) format('svg');
  font-weight: 400;
  font-style: normal
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%
}

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

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

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

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

.fa-fw {
  width: 1.28571429em;
  text-align: center
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none
}

.fa-ul>li {
  position: relative
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center
}

.fa-li.fa-lg {
  left: -1.85714286em
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em
}

.pull-right {
  float: right
}

.pull-left {
  float: left
}

.fa.pull-left {
  margin-right: .3em
}

.fa.pull-right {
  margin-left: .3em
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear
}

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

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

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg)
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1)
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1)
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
  filter: none
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center
}

.fa-stack-1x {
  line-height: inherit
}

.fa-stack-2x {
  font-size: 2em
}

.fa-inverse {
  color: #fff
}

.fa-glass:before {
  content: "\f000"
}

.fa-music:before {
  content: "\f001"
}

.fa-search:before {
  content: "\f002"
}

.fa-envelope-o:before {
  content: "\f003"
}

.fa-heart:before {
  content: "\f004"
}

.fa-star:before {
  content: "\f005"
}

.fa-star-o:before {
  content: "\f006"
}

.fa-user:before {
  content: "\f007"
}

.fa-film:before {
  content: "\f008"
}

.fa-th-large:before {
  content: "\f009"
}

.fa-th:before {
  content: "\f00a"
}

.fa-th-list:before {
  content: "\f00b"
}

.fa-check:before {
  content: "\f00c"
}

.fa-close:before, .fa-remove:before, .fa-times:before {
  content: "\f00d"
}

.fa-search-plus:before {
  content: "\f00e"
}

.fa-search-minus:before {
  content: "\f010"
}

.fa-power-off:before {
  content: "\f011"
}

.fa-signal:before {
  content: "\f012"
}

.fa-cog:before, .fa-gear:before {
  content: "\f013"
}

.fa-trash-o:before {
  content: "\f014"
}

.fa-home:before {
  content: "\f015"
}

.fa-file-o:before {
  content: "\f016"
}

.fa-clock-o:before {
  content: "\f017"
}

.fa-road:before {
  content: "\f018"
}

.fa-download:before {
  content: "\f019"
}

.fa-arrow-circle-o-down:before {
  content: "\f01a"
}

.fa-arrow-circle-o-up:before {
  content: "\f01b"
}

.fa-inbox:before {
  content: "\f01c"
}

.fa-play-circle-o:before {
  content: "\f01d"
}

.fa-repeat:before, .fa-rotate-right:before {
  content: "\f01e"
}

.fa-refresh:before {
  content: "\f021"
}

.fa-list-alt:before {
  content: "\f022"
}

.fa-lock:before {
  content: "\f023"
}

.fa-flag:before {
  content: "\f024"
}

.fa-headphones:before {
  content: "\f025"
}

.fa-volume-off:before {
  content: "\f026"
}

.fa-volume-down:before {
  content: "\f027"
}

.fa-volume-up:before {
  content: "\f028"
}

.fa-qrcode:before {
  content: "\f029"
}

.fa-barcode:before {
  content: "\f02a"
}

.fa-tag:before {
  content: "\f02b"
}

.fa-tags:before {
  content: "\f02c"
}

.fa-book:before {
  content: "\f02d"
}

.fa-bookmark:before {
  content: "\f02e"
}

.fa-print:before {
  content: "\f02f"
}

.fa-camera:before {
  content: "\f030"
}

.fa-font:before {
  content: "\f031"
}

.fa-bold:before {
  content: "\f032"
}

.fa-italic:before {
  content: "\f033"
}

.fa-text-height:before {
  content: "\f034"
}

.fa-text-width:before {
  content: "\f035"
}

.fa-align-left:before {
  content: "\f036"
}

.fa-align-center:before {
  content: "\f037"
}

.fa-align-right:before {
  content: "\f038"
}

.fa-align-justify:before {
  content: "\f039"
}

.fa-list:before {
  content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b"
}

.fa-indent:before {
  content: "\f03c"
}

.fa-video-camera:before {
  content: "\f03d"
}

.fa-image:before, .fa-photo:before, .fa-picture-o:before {
  content: "\f03e"
}

.fa-pencil:before {
  content: "\f040"
}

.fa-map-marker:before {
  content: "\f041"
}

.fa-adjust:before {
  content: "\f042"
}

.fa-tint:before {
  content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044"
}

.fa-share-square-o:before {
  content: "\f045"
}

.fa-check-square-o:before {
  content: "\f046"
}

.fa-arrows:before {
  content: "\f047"
}

.fa-step-backward:before {
  content: "\f048"
}

.fa-fast-backward:before {
  content: "\f049"
}

.fa-backward:before {
  content: "\f04a"
}

.fa-play:before {
  content: "\f04b"
}

.fa-pause:before {
  content: "\f04c"
}

.fa-stop:before {
  content: "\f04d"
}

.fa-forward:before {
  content: "\f04e"
}

.fa-fast-forward:before {
  content: "\f050"
}

.fa-step-forward:before {
  content: "\f051"
}

.fa-eject:before {
  content: "\f052"
}

.fa-chevron-left:before {
  content: "\f053"
}

.fa-chevron-right:before {
  content: "\f054"
}

.fa-plus-circle:before {
  content: "\f055"
}

.fa-minus-circle:before {
  content: "\f056"
}

.fa-times-circle:before {
  content: "\f057"
}

.fa-check-circle:before {
  content: "\f058"
}

.fa-question-circle:before {
  content: "\f059"
}

.fa-info-circle:before {
  content: "\f05a"
}

.fa-crosshairs:before {
  content: "\f05b"
}

.fa-times-circle-o:before {
  content: "\f05c"
}

.fa-check-circle-o:before {
  content: "\f05d"
}

.fa-ban:before {
  content: "\f05e"
}

.fa-arrow-left:before {
  content: "\f060"
}

.fa-arrow-right:before {
  content: "\f061"
}

.fa-arrow-up:before {
  content: "\f062"
}

.fa-arrow-down:before {
  content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
  content: "\f064"
}

.fa-expand:before {
  content: "\f065"
}

.fa-compress:before {
  content: "\f066"
}

.fa-plus:before {
  content: "\f067"
}

.fa-minus:before {
  content: "\f068"
}

.fa-asterisk:before {
  content: "\f069"
}

.fa-exclamation-circle:before {
  content: "\f06a"
}

.fa-gift:before {
  content: "\f06b"
}

.fa-leaf:before {
  content: "\f06c"
}

.fa-fire:before {
  content: "\f06d"
}

.fa-eye:before {
  content: "\f06e"
}

.fa-eye-slash:before {
  content: "\f070"
}

.fa-exclamation-triangle:before, .fa-warning:before {
  content: "\f071"
}

.fa-plane:before {
  content: "\f072"
}

.fa-calendar:before {
  content: "\f073"
}

.fa-random:before {
  content: "\f074"
}

.fa-comment:before {
  content: "\f075"
}

.fa-magnet:before {
  content: "\f076"
}

.fa-chevron-up:before {
  content: "\f077"
}

.fa-chevron-down:before {
  content: "\f078"
}

.fa-retweet:before {
  content: "\f079"
}

.fa-shopping-cart:before {
  content: "\f07a"
}

.fa-folder:before {
  content: "\f07b"
}

.fa-folder-open:before {
  content: "\f07c"
}

.fa-arrows-v:before {
  content: "\f07d"
}

.fa-arrows-h:before {
  content: "\f07e"
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080"
}

.fa-twitter-square:before {
  content: "\f081"
}

.fa-facebook-square:before {
  content: "\f082"
}

.fa-camera-retro:before {
  content: "\f083"
}

.fa-key:before {
  content: "\f084"
}

.fa-cogs:before, .fa-gears:before {
  content: "\f085"
}

.fa-comments:before {
  content: "\f086"
}

.fa-thumbs-o-up:before {
  content: "\f087"
}

.fa-thumbs-o-down:before {
  content: "\f088"
}

.fa-star-half:before {
  content: "\f089"
}

.fa-heart-o:before {
  content: "\f08a"
}

.fa-sign-out:before {
  content: "\f08b"
}

.fa-linkedin-square:before {
  content: "\f08c"
}

.fa-thumb-tack:before {
  content: "\f08d"
}

.fa-external-link:before {
  content: "\f08e"
}

.fa-sign-in:before {
  content: "\f090"
}

.fa-trophy:before {
  content: "\f091"
}

.fa-github-square:before {
  content: "\f092"
}

.fa-upload:before {
  content: "\f093"
}

.fa-lemon-o:before {
  content: "\f094"
}

.fa-phone:before {
  content: "\f095"
}

.fa-square-o:before {
  content: "\f096"
}

.fa-bookmark-o:before {
  content: "\f097"
}

.fa-phone-square:before {
  content: "\f098"
}

.fa-twitter:before {
  content: "\f099"
}

.fa-facebook:before {
  content: "\f09a"
}

.fa-github:before {
  content: "\f09b"
}

.fa-unlock:before {
  content: "\f09c"
}

.fa-credit-card:before {
  content: "\f09d"
}

.fa-rss:before {
  content: "\f09e"
}

.fa-hdd-o:before {
  content: "\f0a0"
}

.fa-bullhorn:before {
  content: "\f0a1"
}

.fa-bell:before {
  content: "\f0f3"
}

.fa-certificate:before {
  content: "\f0a3"
}

.fa-hand-o-right:before {
  content: "\f0a4"
}

.fa-hand-o-left:before {
  content: "\f0a5"
}

.fa-hand-o-up:before {
  content: "\f0a6"
}

.fa-hand-o-down:before {
  content: "\f0a7"
}

.fa-arrow-circle-left:before {
  content: "\f0a8"
}

.fa-arrow-circle-right:before {
  content: "\f0a9"
}

.fa-arrow-circle-up:before {
  content: "\f0aa"
}

.fa-arrow-circle-down:before {
  content: "\f0ab"
}

.fa-globe:before {
  content: "\f0ac"
}

.fa-wrench:before {
  content: "\f0ad"
}

.fa-tasks:before {
  content: "\f0ae"
}

.fa-filter:before {
  content: "\f0b0"
}

.fa-briefcase:before {
  content: "\f0b1"
}

.fa-arrows-alt:before {
  content: "\f0b2"
}

.fa-group:before, .fa-users:before {
  content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
  content: "\f0c1"
}

.fa-cloud:before {
  content: "\f0c2"
}

.fa-flask:before {
  content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5"
}

.fa-paperclip:before {
  content: "\f0c6"
}

.fa-floppy-o:before, .fa-save:before {
  content: "\f0c7"
}

.fa-square:before {
  content: "\f0c8"
}

.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
  content: "\f0c9"
}

.fa-list-ul:before {
  content: "\f0ca"
}

.fa-list-ol:before {
  content: "\f0cb"
}

.fa-strikethrough:before {
  content: "\f0cc"
}

.fa-underline:before {
  content: "\f0cd"
}

.fa-table:before {
  content: "\f0ce"
}

.fa-magic:before {
  content: "\f0d0"
}

.fa-truck:before {
  content: "\f0d1"
}

.fa-pinterest:before {
  content: "\f0d2"
}

.fa-pinterest-square:before {
  content: "\f0d3"
}

.fa-google-plus-square:before {
  content: "\f0d4"
}

.fa-google-plus:before {
  content: "\f0d5"
}

.fa-money:before {
  content: "\f0d6"
}

.fa-caret-down:before {
  content: "\f0d7"
}

.fa-caret-up:before {
  content: "\f0d8"
}

.fa-caret-left:before {
  content: "\f0d9"
}

.fa-caret-right:before {
  content: "\f0da"
}

.fa-columns:before {
  content: "\f0db"
}

.fa-sort:before, .fa-unsorted:before {
  content: "\f0dc"
}

.fa-sort-desc:before, .fa-sort-down:before {
  content: "\f0dd"
}

.fa-sort-asc:before, .fa-sort-up:before {
  content: "\f0de"
}

.fa-envelope:before {
  content: "\f0e0"
}

.fa-linkedin:before {
  content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2"
}

.fa-gavel:before, .fa-legal:before {
  content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4"
}

.fa-comment-o:before {
  content: "\f0e5"
}

.fa-comments-o:before {
  content: "\f0e6"
}

.fa-bolt:before, .fa-flash:before {
  content: "\f0e7"
}

.fa-sitemap:before {
  content: "\f0e8"
}

.fa-umbrella:before {
  content: "\f0e9"
}

.fa-clipboard:before, .fa-paste:before {
  content: "\f0ea"
}

.fa-lightbulb-o:before {
  content: "\f0eb"
}

.fa-exchange:before {
  content: "\f0ec"
}

.fa-cloud-download:before {
  content: "\f0ed"
}

.fa-cloud-upload:before {
  content: "\f0ee"
}

.fa-user-md:before {
  content: "\f0f0"
}

.fa-stethoscope:before {
  content: "\f0f1"
}

.fa-suitcase:before {
  content: "\f0f2"
}

.fa-bell-o:before {
  content: "\f0a2"
}

.fa-coffee:before {
  content: "\f0f4"
}

.fa-cutlery:before {
  content: "\f0f5"
}

.fa-file-text-o:before {
  content: "\f0f6"
}

.fa-building-o:before {
  content: "\f0f7"
}

.fa-hospital-o:before {
  content: "\f0f8"
}

.fa-ambulance:before {
  content: "\f0f9"
}

.fa-medkit:before {
  content: "\f0fa"
}

.fa-fighter-jet:before {
  content: "\f0fb"
}

.fa-beer:before {
  content: "\f0fc"
}

.fa-h-square:before {
  content: "\f0fd"
}

.fa-plus-square:before {
  content: "\f0fe"
}

.fa-angle-double-left:before {
  content: "\f100"
}

.fa-angle-double-right:before {
  content: "\f101"
}

.fa-angle-double-up:before {
  content: "\f102"
}

.fa-angle-double-down:before {
  content: "\f103"
}

.fa-angle-left:before {
  content: "\f104"
}

.fa-angle-right:before {
  content: "\f105"
}

.fa-angle-up:before {
  content: "\f106"
}

.fa-angle-down:before {
  content: "\f107"
}

.fa-desktop:before {
  content: "\f108"
}

.fa-laptop:before {
  content: "\f109"
}

.fa-tablet:before {
  content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b"
}

.fa-circle-o:before {
  content: "\f10c"
}

.fa-quote-left:before {
  content: "\f10d"
}

.fa-quote-right:before {
  content: "\f10e"
}

.fa-spinner:before {
  content: "\f110"
}

.fa-circle:before {
  content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112"
}

.fa-github-alt:before {
  content: "\f113"
}

.fa-folder-o:before {
  content: "\f114"
}

.fa-folder-open-o:before {
  content: "\f115"
}

.fa-smile-o:before {
  content: "\f118"
}

.fa-frown-o:before {
  content: "\f119"
}

.fa-meh-o:before {
  content: "\f11a"
}

.fa-gamepad:before {
  content: "\f11b"
}

.fa-keyboard-o:before {
  content: "\f11c"
}

.fa-flag-o:before {
  content: "\f11d"
}

.fa-flag-checkered:before {
  content: "\f11e"
}

.fa-terminal:before {
  content: "\f120"
}

.fa-code:before {
  content: "\f121"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123"
}

.fa-location-arrow:before {
  content: "\f124"
}

.fa-crop:before {
  content: "\f125"
}

.fa-code-fork:before {
  content: "\f126"
}

.fa-chain-broken:before, .fa-unlink:before {
  content: "\f127"
}

.fa-question:before {
  content: "\f128"
}

.fa-info:before {
  content: "\f129"
}

.fa-exclamation:before {
  content: "\f12a"
}

.fa-superscript:before {
  content: "\f12b"
}

.fa-subscript:before {
  content: "\f12c"
}

.fa-eraser:before {
  content: "\f12d"
}

.fa-puzzle-piece:before {
  content: "\f12e"
}

.fa-microphone:before {
  content: "\f130"
}

.fa-microphone-slash:before {
  content: "\f131"
}

.fa-shield:before {
  content: "\f132"
}

.fa-calendar-o:before {
  content: "\f133"
}

.fa-fire-extinguisher:before {
  content: "\f134"
}

.fa-rocket:before {
  content: "\f135"
}

.fa-maxcdn:before {
  content: "\f136"
}

.fa-chevron-circle-left:before {
  content: "\f137"
}

.fa-chevron-circle-right:before {
  content: "\f138"
}

.fa-chevron-circle-up:before {
  content: "\f139"
}

.fa-chevron-circle-down:before {
  content: "\f13a"
}

.fa-html5:before {
  content: "\f13b"
}

.fa-css3:before {
  content: "\f13c"
}

.fa-anchor:before {
  content: "\f13d"
}

.fa-unlock-alt:before {
  content: "\f13e"
}

.fa-bullseye:before {
  content: "\f140"
}

.fa-ellipsis-h:before {
  content: "\f141"
}

.fa-ellipsis-v:before {
  content: "\f142"
}

.fa-rss-square:before {
  content: "\f143"
}

.fa-play-circle:before {
  content: "\f144"
}

.fa-ticket:before {
  content: "\f145"
}

.fa-minus-square:before {
  content: "\f146"
}

.fa-minus-square-o:before {
  content: "\f147"
}

.fa-level-up:before {
  content: "\f148"
}

.fa-level-down:before {
  content: "\f149"
}

.fa-check-square:before {
  content: "\f14a"
}

.fa-pencil-square:before {
  content: "\f14b"
}

.fa-external-link-square:before {
  content: "\f14c"
}

.fa-share-square:before {
  content: "\f14d"
}

.fa-compass:before {
  content: "\f14e"
}

.fa-caret-square-o-down:before, .fa-toggle-down:before {
  content: "\f150"
}

.fa-caret-square-o-up:before, .fa-toggle-up:before {
  content: "\f151"
}

.fa-caret-square-o-right:before, .fa-toggle-right:before {
  content: "\f152"
}

.fa-eur:before, .fa-euro:before {
  content: "\f153"
}

.fa-gbp:before {
  content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
  content: "\f155"
}

.fa-inr:before, .fa-rupee:before {
  content: "\f156"
}

.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
  content: "\f157"
}

.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
  content: "\f158"
}

.fa-krw:before, .fa-won:before {
  content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a"
}

.fa-file:before {
  content: "\f15b"
}

.fa-file-text:before {
  content: "\f15c"
}

.fa-sort-alpha-asc:before {
  content: "\f15d"
}

.fa-sort-alpha-desc:before {
  content: "\f15e"
}

.fa-sort-amount-asc:before {
  content: "\f160"
}

.fa-sort-amount-desc:before {
  content: "\f161"
}

.fa-sort-numeric-asc:before {
  content: "\f162"
}

.fa-sort-numeric-desc:before {
  content: "\f163"
}

.fa-thumbs-up:before {
  content: "\f164"
}

.fa-thumbs-down:before {
  content: "\f165"
}

.fa-youtube-square:before {
  content: "\f166"
}

.fa-youtube:before {
  content: "\f167"
}

.fa-xing:before {
  content: "\f168"
}

.fa-xing-square:before {
  content: "\f169"
}

.fa-youtube-play:before {
  content: "\f16a"
}

.fa-dropbox:before {
  content: "\f16b"
}

.fa-stack-overflow:before {
  content: "\f16c"
}

.fa-instagram:before {
  content: "\f16d"
}

.fa-flickr:before {
  content: "\f16e"
}

.fa-adn:before {
  content: "\f170"
}

.fa-bitbucket:before {
  content: "\f171"
}

.fa-bitbucket-square:before {
  content: "\f172"
}

.fa-tumblr:before {
  content: "\f173"
}

.fa-tumblr-square:before {
  content: "\f174"
}

.fa-long-arrow-down:before {
  content: "\f175"
}

.fa-long-arrow-up:before {
  content: "\f176"
}

.fa-long-arrow-left:before {
  content: "\f177"
}

.fa-long-arrow-right:before {
  content: "\f178"
}

.fa-apple:before {
  content: "\f179"
}

.fa-windows:before {
  content: "\f17a"
}

.fa-android:before {
  content: "\f17b"
}

.fa-linux:before {
  content: "\f17c"
}

.fa-dribbble:before {
  content: "\f17d"
}

.fa-skype:before {
  content: "\f17e"
}

.fa-foursquare:before {
  content: "\f180"
}

.fa-trello:before {
  content: "\f181"
}

.fa-female:before {
  content: "\f182"
}

.fa-male:before {
  content: "\f183"
}

.fa-gittip:before {
  content: "\f184"
}

.fa-sun-o:before {
  content: "\f185"
}

.fa-moon-o:before {
  content: "\f186"
}

.fa-archive:before {
  content: "\f187"
}

.fa-bug:before {
  content: "\f188"
}

.fa-vk:before {
  content: "\f189"
}

.fa-weibo:before {
  content: "\f18a"
}

.fa-renren:before {
  content: "\f18b"
}

.fa-pagelines:before {
  content: "\f18c"
}

.fa-stack-exchange:before {
  content: "\f18d"
}

.fa-arrow-circle-o-right:before {
  content: "\f18e"
}

.fa-arrow-circle-o-left:before {
  content: "\f190"
}

.fa-caret-square-o-left:before, .fa-toggle-left:before {
  content: "\f191"
}

.fa-dot-circle-o:before {
  content: "\f192"
}

.fa-wheelchair:before {
  content: "\f193"
}

.fa-vimeo-square:before {
  content: "\f194"
}

.fa-try:before, .fa-turkish-lira:before {
  content: "\f195"
}

.fa-plus-square-o:before {
  content: "\f196"
}

.fa-space-shuttle:before {
  content: "\f197"
}

.fa-slack:before {
  content: "\f198"
}

.fa-envelope-square:before {
  content: "\f199"
}

.fa-wordpress:before {
  content: "\f19a"
}

.fa-openid:before {
  content: "\f19b"
}

.fa-bank:before, .fa-institution:before, .fa-university:before {
  content: "\f19c"
}

.fa-graduation-cap:before, .fa-mortar-board:before {
  content: "\f19d"
}

.fa-yahoo:before {
  content: "\f19e"
}

.fa-google:before {
  content: "\f1a0"
}

.fa-reddit:before {
  content: "\f1a1"
}

.fa-reddit-square:before {
  content: "\f1a2"
}

.fa-stumbleupon-circle:before {
  content: "\f1a3"
}

.fa-stumbleupon:before {
  content: "\f1a4"
}

.fa-delicious:before {
  content: "\f1a5"
}

.fa-digg:before {
  content: "\f1a6"
}

.fa-pied-piper:before {
  content: "\f1a7"
}

.fa-pied-piper-alt:before {
  content: "\f1a8"
}

.fa-drupal:before {
  content: "\f1a9"
}

.fa-joomla:before {
  content: "\f1aa"
}

.fa-language:before {
  content: "\f1ab"
}

.fa-fax:before {
  content: "\f1ac"
}

.fa-building:before {
  content: "\f1ad"
}

.fa-child:before {
  content: "\f1ae"
}

.fa-paw:before {
  content: "\f1b0"
}

.fa-spoon:before {
  content: "\f1b1"
}

.fa-cube:before {
  content: "\f1b2"
}

.fa-cubes:before {
  content: "\f1b3"
}

.fa-behance:before {
  content: "\f1b4"
}

.fa-behance-square:before {
  content: "\f1b5"
}

.fa-steam:before {
  content: "\f1b6"
}

.fa-steam-square:before {
  content: "\f1b7"
}

.fa-recycle:before {
  content: "\f1b8"
}

.fa-automobile:before, .fa-car:before {
  content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba"
}

.fa-tree:before {
  content: "\f1bb"
}

.fa-spotify:before {
  content: "\f1bc"
}

.fa-deviantart:before {
  content: "\f1bd"
}

.fa-soundcloud:before {
  content: "\f1be"
}

.fa-database:before {
  content: "\f1c0"
}

.fa-file-pdf-o:before {
  content: "\f1c1"
}

.fa-file-word-o:before {
  content: "\f1c2"
}

.fa-file-excel-o:before {
  content: "\f1c3"
}

.fa-file-powerpoint-o:before {
  content: "\f1c4"
}

.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
  content: "\f1c5"
}

.fa-file-archive-o:before, .fa-file-zip-o:before {
  content: "\f1c6"
}

.fa-file-audio-o:before, .fa-file-sound-o:before {
  content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8"
}

.fa-file-code-o:before {
  content: "\f1c9"
}

.fa-vine:before {
  content: "\f1ca"
}

.fa-codepen:before {
  content: "\f1cb"
}

.fa-jsfiddle:before {
  content: "\f1cc"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
  content: "\f1cd"
}

.fa-circle-o-notch:before {
  content: "\f1ce"
}

.fa-ra:before, .fa-rebel:before {
  content: "\f1d0"
}

.fa-empire:before, .fa-ge:before {
  content: "\f1d1"
}

.fa-git-square:before {
  content: "\f1d2"
}

.fa-git:before {
  content: "\f1d3"
}

.fa-hacker-news:before {
  content: "\f1d4"
}

.fa-tencent-weibo:before {
  content: "\f1d5"
}

.fa-qq:before {
  content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7"
}

.fa-paper-plane:before, .fa-send:before {
  content: "\f1d8"
}

.fa-paper-plane-o:before, .fa-send-o:before {
  content: "\f1d9"
}

.fa-history:before {
  content: "\f1da"
}

.fa-circle-thin:before {
  content: "\f1db"
}

.fa-header:before {
  content: "\f1dc"
}

.fa-paragraph:before {
  content: "\f1dd"
}

.fa-sliders:before {
  content: "\f1de"
}

.fa-share-alt:before {
  content: "\f1e0"
}

.fa-share-alt-square:before {
  content: "\f1e1"
}

.fa-bomb:before {
  content: "\f1e2"
}

.fa-futbol-o:before, .fa-soccer-ball-o:before {
  content: "\f1e3"
}

.fa-tty:before {
  content: "\f1e4"
}

.fa-binoculars:before {
  content: "\f1e5"
}

.fa-plug:before {
  content: "\f1e6"
}

.fa-slideshare:before {
  content: "\f1e7"
}

.fa-twitch:before {
  content: "\f1e8"
}

.fa-yelp:before {
  content: "\f1e9"
}

.fa-newspaper-o:before {
  content: "\f1ea"
}

.fa-wifi:before {
  content: "\f1eb"
}

.fa-calculator:before {
  content: "\f1ec"
}

.fa-paypal:before {
  content: "\f1ed"
}

.fa-google-wallet:before {
  content: "\f1ee"
}

.fa-cc-visa:before {
  content: "\f1f0"
}

.fa-cc-mastercard:before {
  content: "\f1f1"
}

.fa-cc-discover:before {
  content: "\f1f2"
}

.fa-cc-amex:before {
  content: "\f1f3"
}

.fa-cc-paypal:before {
  content: "\f1f4"
}

.fa-cc-stripe:before {
  content: "\f1f5"
}

.fa-bell-slash:before {
  content: "\f1f6"
}

.fa-bell-slash-o:before {
  content: "\f1f7"
}

.fa-trash:before {
  content: "\f1f8"
}

.fa-copyright:before {
  content: "\f1f9"
}

.fa-at:before {
  content: "\f1fa"
}

.fa-eyedropper:before {
  content: "\f1fb"
}

.fa-paint-brush:before {
  content: "\f1fc"
}

.fa-birthday-cake:before {
  content: "\f1fd"
}

.fa-area-chart:before {
  content: "\f1fe"
}

.fa-pie-chart:before {
  content: "\f200"
}

.fa-line-chart:before {
  content: "\f201"
}

.fa-lastfm:before {
  content: "\f202"
}

.fa-lastfm-square:before {
  content: "\f203"
}

.fa-toggle-off:before {
  content: "\f204"
}

.fa-toggle-on:before {
  content: "\f205"
}

.fa-bicycle:before {
  content: "\f206"
}

.fa-bus:before {
  content: "\f207"
}

.fa-ioxhost:before {
  content: "\f208"
}

.fa-angellist:before {
  content: "\f209"
}

.fa-cc:before {
  content: "\f20a"
}

.fa-ils:before, .fa-shekel:before, .fa-sheqel:before {
  content: "\f20b"
}

.fa-meanpath:before {
  content: "\f20c"
}

@font-face {
  font-family: foundation-icons;
  src: url(font/foundation-icons.eot);
  src: url(font/foundation-icons.eot?#iefix) format("embedded-opentype"), url(font/foundation-icons.woff) format("woff"), url(font/foundation-icons.ttf) format("truetype"), url(font/foundation-icons.svg#fontcustom) format("svg");
  font-weight: 400;
  font-style: normal
}

.fi-address-book:before, .fi-alert:before, .fi-align-center:before, .fi-align-justify:before, .fi-align-left:before, .fi-align-right:before, .fi-anchor:before, .fi-annotate:before, .fi-archive:before, .fi-arrow-down:before, .fi-arrow-left:before, .fi-arrow-right:before, .fi-arrow-up:before, .fi-arrows-compress:before, .fi-arrows-expand:before, .fi-arrows-in:before, .fi-arrows-out:before, .fi-asl:before, .fi-asterisk:before, .fi-at-sign:before, .fi-background-color:before, .fi-battery-empty:before, .fi-battery-full:before, .fi-battery-half:before, .fi-bitcoin-circle:before, .fi-bitcoin:before, .fi-blind:before, .fi-bluetooth:before, .fi-bold:before, .fi-book-bookmark:before, .fi-book:before, .fi-bookmark:before, .fi-braille:before, .fi-burst-new:before, .fi-burst-sale:before, .fi-burst:before, .fi-calendar:before, .fi-camera:before, .fi-check:before, .fi-checkbox:before, .fi-clipboard-notes:before, .fi-clipboard-pencil:before, .fi-clipboard:before, .fi-clock:before, .fi-closed-caption:before, .fi-cloud:before, .fi-comment-minus:before, .fi-comment-quotes:before, .fi-comment-video:before, .fi-comment:before, .fi-comments:before, .fi-compass:before, .fi-contrast:before, .fi-credit-card:before, .fi-crop:before, .fi-crown:before, .fi-css3:before, .fi-database:before, .fi-die-five:before, .fi-die-four:before, .fi-die-one:before, .fi-die-six:before, .fi-die-three:before, .fi-die-two:before, .fi-dislike:before, .fi-dollar-bill:before, .fi-dollar:before, .fi-download:before, .fi-eject:before, .fi-elevator:before, .fi-euro:before, .fi-eye:before, .fi-fast-forward:before, .fi-female-symbol:before, .fi-female:before, .fi-filter:before, .fi-first-aid:before, .fi-flag:before, .fi-folder-add:before, .fi-folder-lock:before, .fi-folder:before, .fi-foot:before, .fi-foundation:before, .fi-graph-bar:before, .fi-graph-horizontal:before, .fi-graph-pie:before, .fi-graph-trend:before, .fi-guide-dog:before, .fi-hearing-aid:before, .fi-heart:before, .fi-home:before, .fi-html5:before, .fi-indent-less:before, .fi-indent-more:before, .fi-info:before, .fi-italic:before, .fi-key:before, .fi-laptop:before, .fi-layout:before, .fi-lightbulb:before, .fi-like:before, .fi-link:before, .fi-list-bullet:before, .fi-list-number:before, .fi-list-thumbnails:before, .fi-list:before, .fi-lock:before, .fi-loop:before, .fi-magnifying-glass:before, .fi-mail:before, .fi-male-female:before, .fi-male-symbol:before, .fi-male:before, .fi-map:before, .fi-marker:before, .fi-megaphone:before, .fi-microphone:before, .fi-minus-circle:before, .fi-minus:before, .fi-mobile-signal:before, .fi-mobile:before, .fi-monitor:before, .fi-mountains:before, .fi-music:before, .fi-next:before, .fi-no-dogs:before, .fi-no-smoking:before, .fi-page-add:before, .fi-page-copy:before, .fi-page-csv:before, .fi-page-delete:before, .fi-page-doc:before, .fi-page-edit:before, .fi-page-export-csv:before, .fi-page-export-doc:before, .fi-page-export-pdf:before, .fi-page-export:before, .fi-page-filled:before, .fi-page-multiple:before, .fi-page-pdf:before, .fi-page-remove:before, .fi-page-search:before, .fi-page:before, .fi-paint-bucket:before, .fi-paperclip:before, .fi-pause:before, .fi-paw:before, .fi-paypal:before, .fi-pencil:before, .fi-photo:before, .fi-play-circle:before, .fi-play-video:before, .fi-play:before, .fi-plus:before, .fi-pound:before, .fi-power:before, .fi-previous:before, .fi-price-tag:before, .fi-pricetag-multiple:before, .fi-print:before, .fi-prohibited:before, .fi-projection-screen:before, .fi-puzzle:before, .fi-quote:before, .fi-record:before, .fi-refresh:before, .fi-results-demographics:before, .fi-results:before, .fi-rewind-ten:before, .fi-rewind:before, .fi-rss:before, .fi-safety-cone:before, .fi-save:before, .fi-share:before, .fi-sheriff-badge:before, .fi-shield:before, .fi-shopping-bag:before, .fi-shopping-cart:before, .fi-shuffle:before, .fi-skull:before, .fi-social-500px:before, .fi-social-adobe:before, .fi-social-amazon:before, .fi-social-android:before, .fi-social-apple:before, .fi-social-behance:before, .fi-social-bing:before, .fi-social-blogger:before, .fi-social-delicious:before, .fi-social-designer-news:before, .fi-social-deviant-art:before, .fi-social-digg:before, .fi-social-dribbble:before, .fi-social-drive:before, .fi-social-dropbox:before, .fi-social-evernote:before, .fi-social-facebook:before, .fi-social-flickr:before, .fi-social-forrst:before, .fi-social-foursquare:before, .fi-social-game-center:before, .fi-social-github:before, .fi-social-google-plus:before, .fi-social-hacker-news:before, .fi-social-hi5:before, .fi-social-instagram:before, .fi-social-joomla:before, .fi-social-lastfm:before, .fi-social-linkedin:before, .fi-social-medium:before, .fi-social-myspace:before, .fi-social-orkut:before, .fi-social-path:before, .fi-social-picasa:before, .fi-social-pinterest:before, .fi-social-rdio:before, .fi-social-reddit:before, .fi-social-skillshare:before, .fi-social-skype:before, .fi-social-smashing-mag:before, .fi-social-snapchat:before, .fi-social-spotify:before, .fi-social-squidoo:before, .fi-social-stack-overflow:before, .fi-social-steam:before, .fi-social-stumbleupon:before, .fi-social-treehouse:before, .fi-social-tumblr:before, .fi-social-twitter:before, .fi-social-vimeo:before, .fi-social-windows:before, .fi-social-xbox:before, .fi-social-yahoo:before, .fi-social-yelp:before, .fi-social-youtube:before, .fi-social-zerply:before, .fi-social-zurb:before, .fi-sound:before, .fi-star:before, .fi-stop:before, .fi-strikethrough:before, .fi-subscript:before, .fi-superscript:before, .fi-tablet-landscape:before, .fi-tablet-portrait:before, .fi-target-two:before, .fi-target:before, .fi-telephone-accessible:before, .fi-telephone:before, .fi-text-color:before, .fi-thumbnails:before, .fi-ticket:before, .fi-torso-business:before, .fi-torso-female:before, .fi-torso:before, .fi-torsos-all-female:before, .fi-torsos-all:before, .fi-torsos-female-male:before, .fi-torsos-male-female:before, .fi-torsos:before, .fi-trash:before, .fi-trees:before, .fi-trophy:before, .fi-underline:before, .fi-universal-access:before, .fi-unlink:before, .fi-unlock:before, .fi-upload-cloud:before, .fi-upload:before, .fi-usb:before, .fi-video:before, .fi-volume-none:before, .fi-volume-strike:before, .fi-volume:before, .fi-web:before, .fi-wheelchair:before, .fi-widget:before, .fi-wrench:before, .fi-x-circle:before, .fi-x:before, .fi-yen:before, .fi-zoom-in:before, .fi-zoom-out:before {
  font-family: foundation-icons;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit
}

.fi-address-book:before {
  content: "\f100"
}

.fi-alert:before {
  content: "\f101"
}

.fi-align-center:before {
  content: "\f102"
}

.fi-align-justify:before {
  content: "\f103"
}

.fi-align-left:before {
  content: "\f104"
}

.fi-align-right:before {
  content: "\f105"
}

.fi-anchor:before {
  content: "\f106"
}

.fi-annotate:before {
  content: "\f107"
}

.fi-archive:before {
  content: "\f108"
}

.fi-arrow-down:before {
  content: "\f109"
}

.fi-arrow-left:before {
  content: "\f10a"
}

.fi-arrow-right:before {
  content: "\f10b"
}

.fi-arrow-up:before {
  content: "\f10c"
}

.fi-arrows-compress:before {
  content: "\f10d"
}

.fi-arrows-expand:before {
  content: "\f10e"
}

.fi-arrows-in:before {
  content: "\f10f"
}

.fi-arrows-out:before {
  content: "\f110"
}

.fi-asl:before {
  content: "\f111"
}

.fi-asterisk:before {
  content: "\f112"
}

.fi-at-sign:before {
  content: "\f113"
}

.fi-background-color:before {
  content: "\f114"
}

.fi-battery-empty:before {
  content: "\f115"
}

.fi-battery-full:before {
  content: "\f116"
}

.fi-battery-half:before {
  content: "\f117"
}

.fi-bitcoin-circle:before {
  content: "\f118"
}

.fi-bitcoin:before {
  content: "\f119"
}

.fi-blind:before {
  content: "\f11a"
}

.fi-bluetooth:before {
  content: "\f11b"
}

.fi-bold:before {
  content: "\f11c"
}

.fi-book-bookmark:before {
  content: "\f11d"
}

.fi-book:before {
  content: "\f11e"
}

.fi-bookmark:before {
  content: "\f11f"
}

.fi-braille:before {
  content: "\f120"
}

.fi-burst-new:before {
  content: "\f121"
}

.fi-burst-sale:before {
  content: "\f122"
}

.fi-burst:before {
  content: "\f123"
}

.fi-calendar:before {
  content: "\f124"
}

.fi-camera:before {
  content: "\f125"
}

.fi-check:before {
  content: "\f126"
}

.fi-checkbox:before {
  content: "\f127"
}

.fi-clipboard-notes:before {
  content: "\f128"
}

.fi-clipboard-pencil:before {
  content: "\f129"
}

.fi-clipboard:before {
  content: "\f12a"
}

.fi-clock:before {
  content: "\f12b"
}

.fi-closed-caption:before {
  content: "\f12c"
}

.fi-cloud:before {
  content: "\f12d"
}

.fi-comment-minus:before {
  content: "\f12e"
}

.fi-comment-quotes:before {
  content: "\f12f"
}

.fi-comment-video:before {
  content: "\f130"
}

.fi-comment:before {
  content: "\f131"
}

.fi-comments:before {
  content: "\f132"
}

.fi-compass:before {
  content: "\f133"
}

.fi-contrast:before {
  content: "\f134"
}

.fi-credit-card:before {
  content: "\f135"
}

.fi-crop:before {
  content: "\f136"
}

.fi-crown:before {
  content: "\f137"
}

.fi-css3:before {
  content: "\f138"
}

.fi-database:before {
  content: "\f139"
}

.fi-die-five:before {
  content: "\f13a"
}

.fi-die-four:before {
  content: "\f13b"
}

.fi-die-one:before {
  content: "\f13c"
}

.fi-die-six:before {
  content: "\f13d"
}

.fi-die-three:before {
  content: "\f13e"
}

.fi-die-two:before {
  content: "\f13f"
}

.fi-dislike:before {
  content: "\f140"
}

.fi-dollar-bill:before {
  content: "\f141"
}

.fi-dollar:before {
  content: "\f142"
}

.fi-download:before {
  content: "\f143"
}

.fi-eject:before {
  content: "\f144"
}

.fi-elevator:before {
  content: "\f145"
}

.fi-euro:before {
  content: "\f146"
}

.fi-eye:before {
  content: "\f147"
}

.fi-fast-forward:before {
  content: "\f148"
}

.fi-female-symbol:before {
  content: "\f149"
}

.fi-female:before {
  content: "\f14a"
}

.fi-filter:before {
  content: "\f14b"
}

.fi-first-aid:before {
  content: "\f14c"
}

.fi-flag:before {
  content: "\f14d"
}

.fi-folder-add:before {
  content: "\f14e"
}

.fi-folder-lock:before {
  content: "\f14f"
}

.fi-folder:before {
  content: "\f150"
}

.fi-foot:before {
  content: "\f151"
}

.fi-foundation:before {
  content: "\f152"
}

.fi-graph-bar:before {
  content: "\f153"
}

.fi-graph-horizontal:before {
  content: "\f154"
}

.fi-graph-pie:before {
  content: "\f155"
}

.fi-graph-trend:before {
  content: "\f156"
}

.fi-guide-dog:before {
  content: "\f157"
}

.fi-hearing-aid:before {
  content: "\f158"
}

.fi-heart:before {
  content: "\f159"
}

.fi-home:before {
  content: "\f15a"
}

.fi-html5:before {
  content: "\f15b"
}

.fi-indent-less:before {
  content: "\f15c"
}

.fi-indent-more:before {
  content: "\f15d"
}

.fi-info:before {
  content: "\f15e"
}

.fi-italic:before {
  content: "\f15f"
}

.fi-key:before {
  content: "\f160"
}

.fi-laptop:before {
  content: "\f161"
}

.fi-layout:before {
  content: "\f162"
}

.fi-lightbulb:before {
  content: "\f163"
}

.fi-like:before {
  content: "\f164"
}

.fi-link:before {
  content: "\f165"
}

.fi-list-bullet:before {
  content: "\f166"
}

.fi-list-number:before {
  content: "\f167"
}

.fi-list-thumbnails:before {
  content: "\f168"
}

.fi-list:before {
  content: "\f169"
}

.fi-lock:before {
  content: "\f16a"
}

.fi-loop:before {
  content: "\f16b"
}

.fi-magnifying-glass:before {
  content: "\f16c"
}

.fi-mail:before {
  content: "\f16d"
}

.fi-male-female:before {
  content: "\f16e"
}

.fi-male-symbol:before {
  content: "\f16f"
}

.fi-male:before {
  content: "\f170"
}

.fi-map:before {
  content: "\f171"
}

.fi-marker:before {
  content: "\f172"
}

.fi-megaphone:before {
  content: "\f173"
}

.fi-microphone:before {
  content: "\f174"
}

.fi-minus-circle:before {
  content: "\f175"
}

.fi-minus:before {
  content: "\f176"
}

.fi-mobile-signal:before {
  content: "\f177"
}

.fi-mobile:before {
  content: "\f178"
}

.fi-monitor:before {
  content: "\f179"
}

.fi-mountains:before {
  content: "\f17a"
}

.fi-music:before {
  content: "\f17b"
}

.fi-next:before {
  content: "\f17c"
}

.fi-no-dogs:before {
  content: "\f17d"
}

.fi-no-smoking:before {
  content: "\f17e"
}

.fi-page-add:before {
  content: "\f17f"
}

.fi-page-copy:before {
  content: "\f180"
}

.fi-page-csv:before {
  content: "\f181"
}

.fi-page-delete:before {
  content: "\f182"
}

.fi-page-doc:before {
  content: "\f183"
}

.fi-page-edit:before {
  content: "\f184"
}

.fi-page-export-csv:before {
  content: "\f185"
}

.fi-page-export-doc:before {
  content: "\f186"
}

.fi-page-export-pdf:before {
  content: "\f187"
}

.fi-page-export:before {
  content: "\f188"
}

.fi-page-filled:before {
  content: "\f189"
}

.fi-page-multiple:before {
  content: "\f18a"
}

.fi-page-pdf:before {
  content: "\f18b"
}

.fi-page-remove:before {
  content: "\f18c"
}

.fi-page-search:before {
  content: "\f18d"
}

.fi-page:before {
  content: "\f18e"
}

.fi-paint-bucket:before {
  content: "\f18f"
}

.fi-paperclip:before {
  content: "\f190"
}

.fi-pause:before {
  content: "\f191"
}

.fi-paw:before {
  content: "\f192"
}

.fi-paypal:before {
  content: "\f193"
}

.fi-pencil:before {
  content: "\f194"
}

.fi-photo:before {
  content: "\f195"
}

.fi-play-circle:before {
  content: "\f196"
}

.fi-play-video:before {
  content: "\f197"
}

.fi-play:before {
  content: "\f198"
}

.fi-plus:before {
  content: "\f199"
}

.fi-pound:before {
  content: "\f19a"
}

.fi-power:before {
  content: "\f19b"
}

.fi-previous:before {
  content: "\f19c"
}

.fi-price-tag:before {
  content: "\f19d"
}

.fi-pricetag-multiple:before {
  content: "\f19e"
}

.fi-print:before {
  content: "\f19f"
}

.fi-prohibited:before {
  content: "\f1a0"
}

.fi-projection-screen:before {
  content: "\f1a1"
}

.fi-puzzle:before {
  content: "\f1a2"
}

.fi-quote:before {
  content: "\f1a3"
}

.fi-record:before {
  content: "\f1a4"
}

.fi-refresh:before {
  content: "\f1a5"
}

.fi-results-demographics:before {
  content: "\f1a6"
}

.fi-results:before {
  content: "\f1a7"
}

.fi-rewind-ten:before {
  content: "\f1a8"
}

.fi-rewind:before {
  content: "\f1a9"
}

.fi-rss:before {
  content: "\f1aa"
}

.fi-safety-cone:before {
  content: "\f1ab"
}

.fi-save:before {
  content: "\f1ac"
}

.fi-share:before {
  content: "\f1ad"
}

.fi-sheriff-badge:before {
  content: "\f1ae"
}

.fi-shield:before {
  content: "\f1af"
}

.fi-shopping-bag:before {
  content: "\f1b0"
}

.fi-shopping-cart:before {
  content: "\f1b1"
}

.fi-shuffle:before {
  content: "\f1b2"
}

.fi-skull:before {
  content: "\f1b3"
}

.fi-social-500px:before {
  content: "\f1b4"
}

.fi-social-adobe:before {
  content: "\f1b5"
}

.fi-social-amazon:before {
  content: "\f1b6"
}

.fi-social-android:before {
  content: "\f1b7"
}

.fi-social-apple:before {
  content: "\f1b8"
}

.fi-social-behance:before {
  content: "\f1b9"
}

.fi-social-bing:before {
  content: "\f1ba"
}

.fi-social-blogger:before {
  content: "\f1bb"
}

.fi-social-delicious:before {
  content: "\f1bc"
}

.fi-social-designer-news:before {
  content: "\f1bd"
}

.fi-social-deviant-art:before {
  content: "\f1be"
}

.fi-social-digg:before {
  content: "\f1bf"
}

.fi-social-dribbble:before {
  content: "\f1c0"
}

.fi-social-drive:before {
  content: "\f1c1"
}

.fi-social-dropbox:before {
  content: "\f1c2"
}

.fi-social-evernote:before {
  content: "\f1c3"
}

.fi-social-facebook:before {
  content: "\f1c4"
}

.fi-social-flickr:before {
  content: "\f1c5"
}

.fi-social-forrst:before {
  content: "\f1c6"
}

.fi-social-foursquare:before {
  content: "\f1c7"
}

.fi-social-game-center:before {
  content: "\f1c8"
}

.fi-social-github:before {
  content: "\f1c9"
}

.fi-social-google-plus:before {
  content: "\f1ca"
}

.fi-social-hacker-news:before {
  content: "\f1cb"
}

.fi-social-hi5:before {
  content: "\f1cc"
}

.fi-social-instagram:before {
  content: "\f1cd"
}

.fi-social-joomla:before {
  content: "\f1ce"
}

.fi-social-lastfm:before {
  content: "\f1cf"
}

.fi-social-linkedin:before {
  content: "\f1d0"
}

.fi-social-medium:before {
  content: "\f1d1"
}

.fi-social-myspace:before {
  content: "\f1d2"
}

.fi-social-orkut:before {
  content: "\f1d3"
}

.fi-social-path:before {
  content: "\f1d4"
}

.fi-social-picasa:before {
  content: "\f1d5"
}

.fi-social-pinterest:before {
  content: "\f1d6"
}

.fi-social-rdio:before {
  content: "\f1d7"
}

.fi-social-reddit:before {
  content: "\f1d8"
}

.fi-social-skillshare:before {
  content: "\f1d9"
}

.fi-social-skype:before {
  content: "\f1da"
}

.fi-social-smashing-mag:before {
  content: "\f1db"
}

.fi-social-snapchat:before {
  content: "\f1dc"
}

.fi-social-spotify:before {
  content: "\f1dd"
}

.fi-social-squidoo:before {
  content: "\f1de"
}

.fi-social-stack-overflow:before {
  content: "\f1df"
}

.fi-social-steam:before {
  content: "\f1e0"
}

.fi-social-stumbleupon:before {
  content: "\f1e1"
}

.fi-social-treehouse:before {
  content: "\f1e2"
}

.fi-social-tumblr:before {
  content: "\f1e3"
}

.fi-social-twitter:before {
  content: "\f1e4"
}

.fi-social-vimeo:before {
  content: "\f1e5"
}

.fi-social-windows:before {
  content: "\f1e6"
}

.fi-social-xbox:before {
  content: "\f1e7"
}

.fi-social-yahoo:before {
  content: "\f1e8"
}

.fi-social-yelp:before {
  content: "\f1e9"
}

.fi-social-youtube:before {
  content: "\f1ea"
}

.fi-social-zerply:before {
  content: "\f1eb"
}

.fi-social-zurb:before {
  content: "\f1ec"
}

.fi-sound:before {
  content: "\f1ed"
}

.fi-star:before {
  content: "\f1ee"
}

.fi-stop:before {
  content: "\f1ef"
}

.fi-strikethrough:before {
  content: "\f1f0"
}

.fi-subscript:before {
  content: "\f1f1"
}

.fi-superscript:before {
  content: "\f1f2"
}

.fi-tablet-landscape:before {
  content: "\f1f3"
}

.fi-tablet-portrait:before {
  content: "\f1f4"
}

.fi-target-two:before {
  content: "\f1f5"
}

.fi-target:before {
  content: "\f1f6"
}

.fi-telephone-accessible:before {
  content: "\f1f7"
}

.fi-telephone:before {
  content: "\f1f8"
}

.fi-text-color:before {
  content: "\f1f9"
}

.fi-thumbnails:before {
  content: "\f1fa"
}

.fi-ticket:before {
  content: "\f1fb"
}

.fi-torso-business:before {
  content: "\f1fc"
}

.fi-torso-female:before {
  content: "\f1fd"
}

.fi-torso:before {
  content: "\f1fe"
}

.fi-torsos-all-female:before {
  content: "\f1ff"
}

.fi-torsos-all:before {
  content: "\f200"
}

.fi-torsos-female-male:before {
  content: "\f201"
}

.fi-torsos-male-female:before {
  content: "\f202"
}

.fi-torsos:before {
  content: "\f203"
}

.fi-trash:before {
  content: "\f204"
}

.fi-trees:before {
  content: "\f205"
}

.fi-trophy:before {
  content: "\f206"
}

.fi-underline:before {
  content: "\f207"
}

.fi-universal-access:before {
  content: "\f208"
}

.fi-unlink:before {
  content: "\f209"
}

.fi-unlock:before {
  content: "\f20a"
}

.fi-upload-cloud:before {
  content: "\f20b"
}

.fi-upload:before {
  content: "\f20c"
}

.fi-usb:before {
  content: "\f20d"
}

.fi-video:before {
  content: "\f20e"
}

.fi-volume-none:before {
  content: "\f20f"
}

.fi-volume-strike:before {
  content: "\f210"
}

.fi-volume:before {
  content: "\f211"
}

.fi-web:before {
  content: "\f212"
}

.fi-wheelchair:before {
  content: "\f213"
}

.fi-widget:before {
  content: "\f214"
}

.fi-wrench:before {
  content: "\f215"
}

.fi-x-circle:before {
  content: "\f216"
}

.fi-x:before {
  content: "\f217"
}

.fi-yen:before {
  content: "\f218"
}

.fi-zoom-in:before {
  content: "\f219"
}

.fi-zoom-out:before {
  content: "\f21a"
}

@font-face {
  font-family: Genericons;
  src: url(Genericons.eot)
}

@font-face {
  font-family: Genericons;
  src: url(data:application/font-woff;charset=utf-8;base64,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) format('woff'), url(./font/Genericons.ttf) format('truetype'), url(./font/Genericons.svg#genericonsregular) format('svg');
  font-weight: 400;
  font-style: normal
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: Genericons;
    src: url(./font/Genericons.svg#Genericons) format("svg")
  }
}

.genericon {
  font-size: 16px;
  vertical-align: top;
  text-align: center;
  -moz-transition: color .1s ease-in 0;
  -webkit-transition: color .1s ease-in 0;
  display: inline-block;
  font-family: Genericons;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  speak: none
}

.genericon-404:before {
  content: "\f423"
}

.genericon-activity:before {
  content: "\f508"
}

.genericon-anchor:before {
  content: "\f509"
}

.genericon-aside:before {
  content: "\f101"
}

.genericon-attachment:before {
  content: "\f416"
}

.genericon-audio:before {
  content: "\f109"
}

.genericon-bold:before {
  content: "\f471"
}

.genericon-book:before {
  content: "\f444"
}

.genericon-bug:before {
  content: "\f50a"
}

.genericon-cart:before {
  content: "\f447"
}

.genericon-category:before {
  content: "\f301"
}

.genericon-chat:before {
  content: "\f108"
}

.genericon-checkmark:before {
  content: "\f418"
}

.genericon-close:before {
  content: "\f405"
}

.genericon-close-alt:before {
  content: "\f406"
}

.genericon-cloud:before {
  content: "\f426"
}

.genericon-cloud-download:before {
  content: "\f440"
}

.genericon-cloud-upload:before {
  content: "\f441"
}

.genericon-code:before {
  content: "\f462"
}

.genericon-codepen:before {
  content: "\f216"
}

.genericon-cog:before {
  content: "\f445"
}

.genericon-collapse:before {
  content: "\f432"
}

.genericon-comment:before {
  content: "\f300"
}

.genericon-day:before {
  content: "\f305"
}

.genericon-digg:before {
  content: "\f221"
}

.genericon-document:before {
  content: "\f443"
}

.genericon-dot:before {
  content: "\f428"
}

.genericon-downarrow:before {
  content: "\f502"
}

.genericon-download:before {
  content: "\f50b"
}

.genericon-draggable:before {
  content: "\f436"
}

.genericon-dribbble:before {
  content: "\f201"
}

.genericon-dropbox:before {
  content: "\f225"
}

.genericon-dropdown:before {
  content: "\f433"
}

.genericon-dropdown-left:before {
  content: "\f434"
}

.genericon-edit:before {
  content: "\f411"
}

.genericon-ellipsis:before {
  content: "\f476"
}

.genericon-expand:before {
  content: "\f431"
}

.genericon-external:before {
  content: "\f442"
}

.genericon-facebook:before {
  content: "\f203"
}

.genericon-facebook-alt:before {
  content: "\f204"
}

.genericon-fastforward:before {
  content: "\f458"
}

.genericon-feed:before {
  content: "\f413"
}

.genericon-flag:before {
  content: "\f468"
}

.genericon-flickr:before {
  content: "\f211"
}

.genericon-foursquare:before {
  content: "\f226"
}

.genericon-fullscreen:before {
  content: "\f474"
}

.genericon-gallery:before {
  content: "\f103"
}

.genericon-github:before {
  content: "\f200"
}

.genericon-googleplus:before {
  content: "\f206"
}

.genericon-googleplus-alt:before {
  content: "\f218"
}

.genericon-handset:before {
  content: "\f50c"
}

.genericon-heart:before {
  content: "\f461"
}

.genericon-help:before {
  content: "\f457"
}

.genericon-hide:before {
  content: "\f404"
}

.genericon-hierarchy:before {
  content: "\f505"
}

.genericon-home:before {
  content: "\f409"
}

.genericon-image:before {
  content: "\f102"
}

.genericon-info:before {
  content: "\f455"
}

.genericon-instagram:before {
  content: "\f215"
}

.genericon-italic:before {
  content: "\f472"
}

.genericon-key:before {
  content: "\f427"
}

.genericon-leftarrow:before {
  content: "\f503"
}

.genericon-link:before {
  content: "\f107"
}

.genericon-linkedin:before {
  content: "\f207"
}

.genericon-linkedin-alt:before {
  content: "\f208"
}

.genericon-location:before {
  content: "\f417"
}

.genericon-lock:before {
  content: "\f470"
}

.genericon-mail:before {
  content: "\f410"
}

.genericon-maximize:before {
  content: "\f422"
}

.genericon-menu:before {
  content: "\f419"
}

.genericon-microphone:before {
  content: "\f50d"
}

.genericon-minimize:before {
  content: "\f421"
}

.genericon-minus:before {
  content: "\f50e"
}

.genericon-month:before {
  content: "\f307"
}

.genericon-move:before {
  content: "\f50f"
}

.genericon-next:before {
  content: "\f429"
}

.genericon-notice:before {
  content: "\f456"
}

.genericon-paintbrush:before {
  content: "\f506"
}

.genericon-path:before {
  content: "\f219"
}

.genericon-pause:before {
  content: "\f448"
}

.genericon-phone:before {
  content: "\f437"
}

.genericon-picture:before {
  content: "\f473"
}

.genericon-pinned:before {
  content: "\f308"
}

.genericon-pinterest:before {
  content: "\f209"
}

.genericon-pinterest-alt:before {
  content: "\f210"
}

.genericon-play:before {
  content: "\f452"
}

.genericon-plugin:before {
  content: "\f439"
}

.genericon-plus:before {
  content: "\f510"
}

.genericon-pocket:before {
  content: "\f224"
}

.genericon-polldaddy:before {
  content: "\f217"
}

.genericon-portfolio:before {
  content: "\f460"
}

.genericon-previous:before {
  content: "\f430"
}

.genericon-print:before {
  content: "\f469"
}

.genericon-quote:before {
  content: "\f106"
}

.genericon-rating-empty:before {
  content: "\f511"
}

.genericon-rating-full:before {
  content: "\f512"
}

.genericon-rating-half:before {
  content: "\f513"
}

.genericon-reddit:before {
  content: "\f222"
}

.genericon-refresh:before {
  content: "\f420"
}

.genericon-reply:before {
  content: "\f412"
}

.genericon-reply-alt:before {
  content: "\f466"
}

.genericon-reply-single:before {
  content: "\f467"
}

.genericon-rewind:before {
  content: "\f459"
}

.genericon-rightarrow:before {
  content: "\f501"
}

.genericon-search:before {
  content: "\f400"
}

.genericon-send-to-phone:before {
  content: "\f438"
}

.genericon-send-to-tablet:before {
  content: "\f454"
}

.genericon-share:before {
  content: "\f415"
}

.genericon-show:before {
  content: "\f403"
}

.genericon-shuffle:before {
  content: "\f514"
}

.genericon-sitemap:before {
  content: "\f507"
}

.genericon-skip-ahead:before {
  content: "\f451"
}

.genericon-skip-back:before {
  content: "\f450"
}

.genericon-skype:before {
  content: "\f220"
}

.genericon-spam:before {
  content: "\f424"
}

.genericon-spotify:before {
  content: "\f515"
}

.genericon-standard:before {
  content: "\f100"
}

.genericon-star:before {
  content: "\f408"
}

.genericon-status:before {
  content: "\f105"
}

.genericon-stop:before {
  content: "\f449"
}

.genericon-stumbleupon:before {
  content: "\f223"
}

.genericon-subscribe:before {
  content: "\f463"
}

.genericon-subscribed:before {
  content: "\f465"
}

.genericon-summary:before {
  content: "\f425"
}

.genericon-tablet:before {
  content: "\f453"
}

.genericon-tag:before {
  content: "\f302"
}

.genericon-time:before {
  content: "\f303"
}

.genericon-top:before {
  content: "\f435"
}

.genericon-trash:before {
  content: "\f407"
}

.genericon-tumblr:before {
  content: "\f214"
}

.genericon-twitch:before {
  content: "\f516"
}

.genericon-twitter:before {
  content: "\f202"
}

.genericon-unapprove:before {
  content: "\f446"
}

.genericon-unsubscribe:before {
  content: "\f464"
}

.genericon-unzoom:before {
  content: "\f401"
}

.genericon-uparrow:before {
  content: "\f500"
}

.genericon-user:before {
  content: "\f304"
}

.genericon-video:before {
  content: "\f104"
}

.genericon-videocamera:before {
  content: "\f517"
}

.genericon-vimeo:before {
  content: "\f212"
}

.genericon-warning:before {
  content: "\f414"
}

.genericon-website:before {
  content: "\f475"
}

.genericon-week:before {
  content: "\f306"
}

.genericon-wordpress:before {
  content: "\f205"
}

.genericon-xpost:before {
  content: "\f504"
}

.genericon-youtube:before {
  content: "\f213"
}

.genericon-zoom:before {
  content: "\f402"
}

.menu-item i._mi, .menu-item img._mi {
  display: inline-block;
  vertical-align: middle
}

.menu-item i._mi {
  margin-top: -.265em;
  width: auto;
  height: auto;
  font-size: 1.2em;
  line-height: 1
}

.menu-item i._before {
  margin-right: .25em
}

.menu-item i._after {
  margin-left: .25em
}

.menu-item img._before {
  margin-right: .5em
}

.menu-item img._after {
  margin-left: .5em
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.menu-item i.elusive {
  margin-top: -.3em
}

.dashicons-admin-site:before {
  content: "\f319"!important
}

.dashicons-welcome-view-site:before {
  content: "\f115"!important
}

div.wpcf7 {
  margin: 0;
  padding: 0
}

div.wpcf7-response-output {
  margin: 2em .5em 1em;
  padding: .2em 1em
}

div.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0
}

div.wpcf7-mail-sent-ok {
  border: 2px solid #398f14
}

div.wpcf7-mail-sent-ng {
  border: 2px solid #f00
}

div.wpcf7-spam-blocked {
  border: 2px solid #ffa500
}

div.wpcf7-validation-errors {
  border: 2px solid #f7e700
}

span.wpcf7-form-control-wrap {
  position: relative
}

span.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 1em;
  display: block
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
  position: absolute;
  top: 20%;
  left: 20%;
  z-index: 100;
  border: 1px solid #f00;
  background: #fff;
  padding: .2em .8em
}

span.wpcf7-list-item {
  margin-left: .5em
}

.wpcf7-display-none {
  display: none
}

div.wpcf7 img.ajax-loader {
  border: none;
  vertical-align: middle;
  margin-left: 4px
}

div.wpcf7 div.ajax-error {
  display: none
}

div.wpcf7 .placeheld {
  color: #888
}

.FBConnectButton_Small, .FBConnectButton_RTL_Small {
  border-left: 1px solid #1a356e;
  width: 54px;
  background: -5px -232px!important
}

.FBConnectButton_Small .FBConnectButton_Text {
  margin-left: 12px!important
}

.dd-digg-ajax-load, .dd-reddit-ajax-load, .dd-dzone-ajax-load, .dd-ybuzz-ajax-load, .dd-twitter-ajax-load, .dd-fbshare-ajax-load, .dd-fblike-ajax-load, .dd-delicious-ajax-load, .dd-sphinn-ajax-load, .dd-gbuzz-ajax-load, .dd-fbshareme-ajax-load, .dd-tweetmeme-ajax-load, .dd-linkedin-ajax-load, .dd-google1-ajax-load {
  width: 50px;
  height: 22px;
  background: url(../image/ajax-loader.gif) no-repeat center
}

.dd_delicious {
  display: block;
  color: #000;
  font: 16px arial;
  text-decoration: none;
  width: 50px;
  height: 60px;
  text-align: center
}

.dd_delicious a:link, .dd_delicious a:visited, .dd_delicious a:active, .dd_delicious a:hover {
  text-decoration: none;
  color: #000
}

.dd_delicious_normal_image {
  text-align: center;
  height: 60px;
  margin-top: 3px;
  padding: 0;
  text-align: center;
  width: 50px;
  display: block;
  background: url(../image/delicious.png) no-repeat
}

.dd_delicious_compact_image {
  text-align: center;
  height: 22px;
  padding: 0;
  text-align: center;
  width: 50px;
  display: block;
  background: url(../image/delicious-compact.png) no-repeat
}

.dd_delicious_compact_image span {
  font-size: 10px
}

.dd_comments {
  text-align: center;
  height: 16px;
  margin-top: 3px;
  padding: 0;
  text-align: center;
  width: 50px;
  display: block;
  background: url(../image/comments-link.png) no-repeat
}

.dd_button a:link, .dd_button a:visited, .dd_button a:active {
  text-decoration: none;
  color: #000
}

#dd_ajax_float {
  text-align: center;
  border: 1px solid #bbb;
  min-width: 55px;
  width: auto;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  -webkit-box-shadow: 1px 0 15px rgba(0, 0, 0, .2);
  -moz-box-shadow: 1px 0 15px rgba(0, 0, 0, .2);
  box-shadow: 1px 0 15px rgba(0, 0, 0, .2);
  padding: 5px;
  position: absolute;
  display: none;
  left: -120px;
  font: 10px/16px Arial;
  background: padding-box #fff
}

#dd_ajax_float .dd_button_v {
  width: auto;
  height: auto;
  line-height: 0;
  padding: 4px 1px
}

#dd_ajax_float iframe {
  margin: 0
}

#dd_start, #dd_end {
  float: left;
  clear: both
}

.dd_outer {
  width: 100%;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999
}

.dd_inner {
  margin: 0 auto;
  position: relative
}

.dd_post_share {
  padding: 0;
  margin-bottom: 6px;
  display: block
}

.dd_post_share_left {
  float: left
}

.dd_post_share_right {
  float: right
}

.dd_buttons img {
  border: none;
  border-width: 0;
  border-color: #000;
  border-style: none
}

#dd_name {
  color: #a9a9a9;
  font-size: 8px;
  text-align: center;
  margin: 8px 0 6px;
  padding: 0;
  line-height: 0
}

#dd_name a:link, #dd_name a:visited, #dd_name a:active {
  text-decoration: none;
  color: #a9a9a9;
  border: 0
}

#dd_name a:hover {
  text-decoration: underline;
  color: #a9a9a9;
  border: 0
}

.dd_button {
  float: left;
  padding: 4px
}

.dd_fblike_xfbml_ajax_left_float {
  padding-left: 3px
}

.dd_google1_ajax_left_float {
  margin-left: -1px
}

.dd_linkedin_ajax_left_float {
  margin-left: -2px;
  margin-bottom: -5px
}

html {
  overflow-y: scroll
}

.dd_button_spacer {
  padding-top: 8px
}

#dd_comments {
  clear: both!important;
  width: 50px;
  height: 60px;
  font-family: arial
}

#dd_comments a:link, #dd_comments a:visited, #dd_comments a:active, #dd_comments a:hover {
  text-decoration: none
}

#dd_comments .clcount {
  text-align: center;
  color: #444;
  display: block;
  font-size: 20px;
  height: 34px;
  padding: 4px 0;
  position: relative;
  text-align: center;
  width: 50px;
  line-height: 24px;
  background: url(../image/comments-count.png) no-repeat left top
}

#dd_comments .ccount {
  color: #444;
  font-size: 17px;
  text-align: center;
  text-decoration: none
}

#dd_comments .clink {
  text-align: center;
  height: 16px;
  margin-top: 3px;
  padding: 0;
  text-align: center;
  width: 50px;
  display: block;
  background: url(../image/comments-link.png) no-repeat
}

.dd_button_extra_v {
  padding: 1px 4px
}

.st_email_custom {
  padding: 2px 4px 3px;
  border: 1px solid #ddd;
  -moz-border-radius: 2px;
  cursor: pointer;
  margin-bottom: 2px;
  background: url(../image/email.png) no-repeat 3px 4px
}

#dd_print_button {
  padding: 1px 4px 3px;
  border: 1px solid #ddd;
  -moz-border-radius: 2px;
  cursor: pointer;
  margin-bottom: 2px;
  background: url(../image/print.png) no-repeat 3px 2px
}

#dd_email_text {
  padding: 0 0 0 18px;
  font-size: 10px
}

#dd_print_text {
  padding: 0 0 0 14px;
  font-size: 10px
}

#dd_print_text a:link, #dd_print_text a:visited, #dd_print_text a:active {
  color: #000;
  text-decoration: none
}

#dd_print_text a:hover {
  color: #00f;
  text-decoration: underline
}

.wp-pagenavi {
  clear: both
}

.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #BFBFBF;
  padding: 3px 5px;
  margin: 2px
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
  border-color: #000
}

.wp-pagenavi span.current {
  font-weight: bold
}

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0)
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%
}

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

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

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

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

.fa-fw {
  width: 1.28571429em;
  text-align: center
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none
}

.fa-ul>li {
  position: relative
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center
}

.fa-li.fa-lg {
  left: -1.85714286em
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em
}

.pull-right {
  float: right
}

.pull-left {
  float: left
}

.fa.pull-left {
  margin-right: .3em
}

.fa.pull-right {
  margin-left: .3em
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8)
}

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

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

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg)
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1)
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1)
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center
}

.fa-stack-1x {
  line-height: inherit
}

.fa-stack-2x {
  font-size: 2em
}

.fa-inverse {
  color: #fff
}

.fa-glass:before {
  content: "\f000"
}

.fa-music:before {
  content: "\f001"
}

.fa-search:before {
  content: "\f002"
}

.fa-envelope-o:before {
  content: "\f003"
}

.fa-heart:before {
  content: "\f004"
}

.fa-star:before {
  content: "\f005"
}

.fa-star-o:before {
  content: "\f006"
}

.fa-user:before {
  content: "\f007"
}

.fa-film:before {
  content: "\f008"
}

.fa-th-large:before {
  content: "\f009"
}

.fa-th:before {
  content: "\f00a"
}

.fa-th-list:before {
  content: "\f00b"
}

.fa-check:before {
  content: "\f00c"
}

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d"
}

.fa-search-plus:before {
  content: "\f00e"
}

.fa-search-minus:before {
  content: "\f010"
}

.fa-power-off:before {
  content: "\f011"
}

.fa-signal:before {
  content: "\f012"
}

.fa-gear:before, .fa-cog:before {
  content: "\f013"
}

.fa-trash-o:before {
  content: "\f014"
}

.fa-home:before {
  content: "\f015"
}

.fa-file-o:before {
  content: "\f016"
}

.fa-clock-o:before {
  content: "\f017"
}

.fa-road:before {
  content: "\f018"
}

.fa-download:before {
  content: "\f019"
}

.fa-arrow-circle-o-down:before {
  content: "\f01a"
}

.fa-arrow-circle-o-up:before {
  content: "\f01b"
}

.fa-inbox:before {
  content: "\f01c"
}

.fa-play-circle-o:before {
  content: "\f01d"
}

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e"
}

.fa-refresh:before {
  content: "\f021"
}

.fa-list-alt:before {
  content: "\f022"
}

.fa-lock:before {
  content: "\f023"
}

.fa-flag:before {
  content: "\f024"
}

.fa-headphones:before {
  content: "\f025"
}

.fa-volume-off:before {
  content: "\f026"
}

.fa-volume-down:before {
  content: "\f027"
}

.fa-volume-up:before {
  content: "\f028"
}

.fa-qrcode:before {
  content: "\f029"
}

.fa-barcode:before {
  content: "\f02a"
}

.fa-tag:before {
  content: "\f02b"
}

.fa-tags:before {
  content: "\f02c"
}

.fa-book:before {
  content: "\f02d"
}

.fa-bookmark:before {
  content: "\f02e"
}

.fa-print:before {
  content: "\f02f"
}

.fa-camera:before {
  content: "\f030"
}

.fa-font:before {
  content: "\f031"
}

.fa-bold:before {
  content: "\f032"
}

.fa-italic:before {
  content: "\f033"
}

.fa-text-height:before {
  content: "\f034"
}

.fa-text-width:before {
  content: "\f035"
}

.fa-align-left:before {
  content: "\f036"
}

.fa-align-center:before {
  content: "\f037"
}

.fa-align-right:before {
  content: "\f038"
}

.fa-align-justify:before {
  content: "\f039"
}

.fa-list:before {
  content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b"
}

.fa-indent:before {
  content: "\f03c"
}

.fa-video-camera:before {
  content: "\f03d"
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e"
}

.fa-pencil:before {
  content: "\f040"
}

.fa-map-marker:before {
  content: "\f041"
}

.fa-adjust:before {
  content: "\f042"
}

.fa-tint:before {
  content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044"
}

.fa-share-square-o:before {
  content: "\f045"
}

.fa-check-square-o:before {
  content: "\f046"
}

.fa-arrows:before {
  content: "\f047"
}

.fa-step-backward:before {
  content: "\f048"
}

.fa-fast-backward:before {
  content: "\f049"
}

.fa-backward:before {
  content: "\f04a"
}

.fa-play:before {
  content: "\f04b"
}

.fa-pause:before {
  content: "\f04c"
}

.fa-stop:before {
  content: "\f04d"
}

.fa-forward:before {
  content: "\f04e"
}

.fa-fast-forward:before {
  content: "\f050"
}

.fa-step-forward:before {
  content: "\f051"
}

.fa-eject:before {
  content: "\f052"
}

.fa-chevron-left:before {
  content: "\f053"
}

.fa-chevron-right:before {
  content: "\f054"
}

.fa-plus-circle:before {
  content: "\f055"
}

.fa-minus-circle:before {
  content: "\f056"
}

.fa-times-circle:before {
  content: "\f057"
}

.fa-check-circle:before {
  content: "\f058"
}

.fa-question-circle:before {
  content: "\f059"
}

.fa-info-circle:before {
  content: "\f05a"
}

.fa-crosshairs:before {
  content: "\f05b"
}

.fa-times-circle-o:before {
  content: "\f05c"
}

.fa-check-circle-o:before {
  content: "\f05d"
}

.fa-ban:before {
  content: "\f05e"
}

.fa-arrow-left:before {
  content: "\f060"
}

.fa-arrow-right:before {
  content: "\f061"
}

.fa-arrow-up:before {
  content: "\f062"
}

.fa-arrow-down:before {
  content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
  content: "\f064"
}

.fa-expand:before {
  content: "\f065"
}

.fa-compress:before {
  content: "\f066"
}

.fa-plus:before {
  content: "\f067"
}

.fa-minus:before {
  content: "\f068"
}

.fa-asterisk:before {
  content: "\f069"
}

.fa-exclamation-circle:before {
  content: "\f06a"
}

.fa-gift:before {
  content: "\f06b"
}

.fa-leaf:before {
  content: "\f06c"
}

.fa-fire:before {
  content: "\f06d"
}

.fa-eye:before {
  content: "\f06e"
}

.fa-eye-slash:before {
  content: "\f070"
}

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071"
}

.fa-plane:before {
  content: "\f072"
}

.fa-calendar:before {
  content: "\f073"
}

.fa-random:before {
  content: "\f074"
}

.fa-comment:before {
  content: "\f075"
}

.fa-magnet:before {
  content: "\f076"
}

.fa-chevron-up:before {
  content: "\f077"
}

.fa-chevron-down:before {
  content: "\f078"
}

.fa-retweet:before {
  content: "\f079"
}

.fa-shopping-cart:before {
  content: "\f07a"
}

.fa-folder:before {
  content: "\f07b"
}

.fa-folder-open:before {
  content: "\f07c"
}

.fa-arrows-v:before {
  content: "\f07d"
}

.fa-arrows-h:before {
  content: "\f07e"
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080"
}

.fa-twitter-square:before {
  content: "\f081"
}

.fa-facebook-square:before {
  content: "\f082"
}

.fa-camera-retro:before {
  content: "\f083"
}

.fa-key:before {
  content: "\f084"
}

.fa-gears:before, .fa-cogs:before {
  content: "\f085"
}

.fa-comments:before {
  content: "\f086"
}

.fa-thumbs-o-up:before {
  content: "\f087"
}

.fa-thumbs-o-down:before {
  content: "\f088"
}

.fa-star-half:before {
  content: "\f089"
}

.fa-heart-o:before {
  content: "\f08a"
}

.fa-sign-out:before {
  content: "\f08b"
}

.fa-linkedin-square:before {
  content: "\f08c"
}

.fa-thumb-tack:before {
  content: "\f08d"
}

.fa-external-link:before {
  content: "\f08e"
}

.fa-sign-in:before {
  content: "\f090"
}

.fa-trophy:before {
  content: "\f091"
}

.fa-github-square:before {
  content: "\f092"
}

.fa-upload:before {
  content: "\f093"
}

.fa-lemon-o:before {
  content: "\f094"
}

.fa-phone:before {
  content: "\f095"
}

.fa-square-o:before {
  content: "\f096"
}

.fa-bookmark-o:before {
  content: "\f097"
}

.fa-phone-square:before {
  content: "\f098"
}

.fa-twitter:before {
  content: "\f099"
}

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a"
}

.fa-github:before {
  content: "\f09b"
}

.fa-unlock:before {
  content: "\f09c"
}

.fa-credit-card:before {
  content: "\f09d"
}

.fa-rss:before {
  content: "\f09e"
}

.fa-hdd-o:before {
  content: "\f0a0"
}

.fa-bullhorn:before {
  content: "\f0a1"
}

.fa-bell:before {
  content: "\f0f3"
}

.fa-certificate:before {
  content: "\f0a3"
}

.fa-hand-o-right:before {
  content: "\f0a4"
}

.fa-hand-o-left:before {
  content: "\f0a5"
}

.fa-hand-o-up:before {
  content: "\f0a6"
}

.fa-hand-o-down:before {
  content: "\f0a7"
}

.fa-arrow-circle-left:before {
  content: "\f0a8"
}

.fa-arrow-circle-right:before {
  content: "\f0a9"
}

.fa-arrow-circle-up:before {
  content: "\f0aa"
}

.fa-arrow-circle-down:before {
  content: "\f0ab"
}

.fa-globe:before {
  content: "\f0ac"
}

.fa-wrench:before {
  content: "\f0ad"
}

.fa-tasks:before {
  content: "\f0ae"
}

.fa-filter:before {
  content: "\f0b0"
}

.fa-briefcase:before {
  content: "\f0b1"
}

.fa-arrows-alt:before {
  content: "\f0b2"
}

.fa-group:before, .fa-users:before {
  content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
  content: "\f0c1"
}

.fa-cloud:before {
  content: "\f0c2"
}

.fa-flask:before {
  content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5"
}

.fa-paperclip:before {
  content: "\f0c6"
}

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7"
}

.fa-square:before {
  content: "\f0c8"
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9"
}

.fa-list-ul:before {
  content: "\f0ca"
}

.fa-list-ol:before {
  content: "\f0cb"
}

.fa-strikethrough:before {
  content: "\f0cc"
}

.fa-underline:before {
  content: "\f0cd"
}

.fa-table:before {
  content: "\f0ce"
}

.fa-magic:before {
  content: "\f0d0"
}

.fa-truck:before {
  content: "\f0d1"
}

.fa-pinterest:before {
  content: "\f0d2"
}

.fa-pinterest-square:before {
  content: "\f0d3"
}

.fa-google-plus-square:before {
  content: "\f0d4"
}

.fa-google-plus:before {
  content: "\f0d5"
}

.fa-money:before {
  content: "\f0d6"
}

.fa-caret-down:before {
  content: "\f0d7"
}

.fa-caret-up:before {
  content: "\f0d8"
}

.fa-caret-left:before {
  content: "\f0d9"
}

.fa-caret-right:before {
  content: "\f0da"
}

.fa-columns:before {
  content: "\f0db"
}

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc"
}

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd"
}

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de"
}

.fa-envelope:before {
  content: "\f0e0"
}

.fa-linkedin:before {
  content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2"
}

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4"
}

.fa-comment-o:before {
  content: "\f0e5"
}

.fa-comments-o:before {
  content: "\f0e6"
}

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7"
}

.fa-sitemap:before {
  content: "\f0e8"
}

.fa-umbrella:before {
  content: "\f0e9"
}

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea"
}

.fa-lightbulb-o:before {
  content: "\f0eb"
}

.fa-exchange:before {
  content: "\f0ec"
}

.fa-cloud-download:before {
  content: "\f0ed"
}

.fa-cloud-upload:before {
  content: "\f0ee"
}

.fa-user-md:before {
  content: "\f0f0"
}

.fa-stethoscope:before {
  content: "\f0f1"
}

.fa-suitcase:before {
  content: "\f0f2"
}

.fa-bell-o:before {
  content: "\f0a2"
}

.fa-coffee:before {
  content: "\f0f4"
}

.fa-cutlery:before {
  content: "\f0f5"
}

.fa-file-text-o:before {
  content: "\f0f6"
}

.fa-building-o:before {
  content: "\f0f7"
}

.fa-hospital-o:before {
  content: "\f0f8"
}

.fa-ambulance:before {
  content: "\f0f9"
}

.fa-medkit:before {
  content: "\f0fa"
}

.fa-fighter-jet:before {
  content: "\f0fb"
}

.fa-beer:before {
  content: "\f0fc"
}

.fa-h-square:before {
  content: "\f0fd"
}

.fa-plus-square:before {
  content: "\f0fe"
}

.fa-angle-double-left:before {
  content: "\f100"
}

.fa-angle-double-right:before {
  content: "\f101"
}

.fa-angle-double-up:before {
  content: "\f102"
}

.fa-angle-double-down:before {
  content: "\f103"
}

.fa-angle-left:before {
  content: "\f104"
}

.fa-angle-right:before {
  content: "\f105"
}

.fa-angle-up:before {
  content: "\f106"
}

.fa-angle-down:before {
  content: "\f107"
}

.fa-desktop:before {
  content: "\f108"
}

.fa-laptop:before {
  content: "\f109"
}

.fa-tablet:before {
  content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b"
}

.fa-circle-o:before {
  content: "\f10c"
}

.fa-quote-left:before {
  content: "\f10d"
}

.fa-quote-right:before {
  content: "\f10e"
}

.fa-spinner:before {
  content: "\f110"
}

.fa-circle:before {
  content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112"
}

.fa-github-alt:before {
  content: "\f113"
}

.fa-folder-o:before {
  content: "\f114"
}

.fa-folder-open-o:before {
  content: "\f115"
}

.fa-smile-o:before {
  content: "\f118"
}

.fa-frown-o:before {
  content: "\f119"
}

.fa-meh-o:before {
  content: "\f11a"
}

.fa-gamepad:before {
  content: "\f11b"
}

.fa-keyboard-o:before {
  content: "\f11c"
}

.fa-flag-o:before {
  content: "\f11d"
}

.fa-flag-checkered:before {
  content: "\f11e"
}

.fa-terminal:before {
  content: "\f120"
}

.fa-code:before {
  content: "\f121"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123"
}

.fa-location-arrow:before {
  content: "\f124"
}

.fa-crop:before {
  content: "\f125"
}

.fa-code-fork:before {
  content: "\f126"
}

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127"
}

.fa-question:before {
  content: "\f128"
}

.fa-info:before {
  content: "\f129"
}

.fa-exclamation:before {
  content: "\f12a"
}

.fa-superscript:before {
  content: "\f12b"
}

.fa-subscript:before {
  content: "\f12c"
}

.fa-eraser:before {
  content: "\f12d"
}

.fa-puzzle-piece:before {
  content: "\f12e"
}

.fa-microphone:before {
  content: "\f130"
}

.fa-microphone-slash:before {
  content: "\f131"
}

.fa-shield:before {
  content: "\f132"
}

.fa-calendar-o:before {
  content: "\f133"
}

.fa-fire-extinguisher:before {
  content: "\f134"
}

.fa-rocket:before {
  content: "\f135"
}

.fa-maxcdn:before {
  content: "\f136"
}

.fa-chevron-circle-left:before {
  content: "\f137"
}

.fa-chevron-circle-right:before {
  content: "\f138"
}

.fa-chevron-circle-up:before {
  content: "\f139"
}

.fa-chevron-circle-down:before {
  content: "\f13a"
}

.fa-html5:before {
  content: "\f13b"
}

.fa-css3:before {
  content: "\f13c"
}

.fa-anchor:before {
  content: "\f13d"
}

.fa-unlock-alt:before {
  content: "\f13e"
}

.fa-bullseye:before {
  content: "\f140"
}

.fa-ellipsis-h:before {
  content: "\f141"
}

.fa-ellipsis-v:before {
  content: "\f142"
}

.fa-rss-square:before {
  content: "\f143"
}

.fa-play-circle:before {
  content: "\f144"
}

.fa-ticket:before {
  content: "\f145"
}

.fa-minus-square:before {
  content: "\f146"
}

.fa-minus-square-o:before {
  content: "\f147"
}

.fa-level-up:before {
  content: "\f148"
}

.fa-level-down:before {
  content: "\f149"
}

.fa-check-square:before {
  content: "\f14a"
}

.fa-pencil-square:before {
  content: "\f14b"
}

.fa-external-link-square:before {
  content: "\f14c"
}

.fa-share-square:before {
  content: "\f14d"
}

.fa-compass:before {
  content: "\f14e"
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150"
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151"
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152"
}

.fa-euro:before, .fa-eur:before {
  content: "\f153"
}

.fa-gbp:before {
  content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
  content: "\f155"
}

.fa-rupee:before, .fa-inr:before {
  content: "\f156"
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157"
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158"
}

.fa-won:before, .fa-krw:before {
  content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a"
}

.fa-file:before {
  content: "\f15b"
}

.fa-file-text:before {
  content: "\f15c"
}

.fa-sort-alpha-asc:before {
  content: "\f15d"
}

.fa-sort-alpha-desc:before {
  content: "\f15e"
}

.fa-sort-amount-asc:before {
  content: "\f160"
}

.fa-sort-amount-desc:before {
  content: "\f161"
}

.fa-sort-numeric-asc:before {
  content: "\f162"
}

.fa-sort-numeric-desc:before {
  content: "\f163"
}

.fa-thumbs-up:before {
  content: "\f164"
}

.fa-thumbs-down:before {
  content: "\f165"
}

.fa-youtube-square:before {
  content: "\f166"
}

.fa-youtube:before {
  content: "\f167"
}

.fa-xing:before {
  content: "\f168"
}

.fa-xing-square:before {
  content: "\f169"
}

.fa-youtube-play:before {
  content: "\f16a"
}

.fa-dropbox:before {
  content: "\f16b"
}

.fa-stack-overflow:before {
  content: "\f16c"
}

.fa-instagram:before {
  content: "\f16d"
}

.fa-flickr:before {
  content: "\f16e"
}

.fa-adn:before {
  content: "\f170"
}

.fa-bitbucket:before {
  content: "\f171"
}

.fa-bitbucket-square:before {
  content: "\f172"
}

.fa-tumblr:before {
  content: "\f173"
}

.fa-tumblr-square:before {
  content: "\f174"
}

.fa-long-arrow-down:before {
  content: "\f175"
}

.fa-long-arrow-up:before {
  content: "\f176"
}

.fa-long-arrow-left:before {
  content: "\f177"
}

.fa-long-arrow-right:before {
  content: "\f178"
}

.fa-apple:before {
  content: "\f179"
}

.fa-windows:before {
  content: "\f17a"
}

.fa-android:before {
  content: "\f17b"
}

.fa-linux:before {
  content: "\f17c"
}

.fa-dribbble:before {
  content: "\f17d"
}

.fa-skype:before {
  content: "\f17e"
}

.fa-foursquare:before {
  content: "\f180"
}

.fa-trello:before {
  content: "\f181"
}

.fa-female:before {
  content: "\f182"
}

.fa-male:before {
  content: "\f183"
}

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184"
}

.fa-sun-o:before {
  content: "\f185"
}

.fa-moon-o:before {
  content: "\f186"
}

.fa-archive:before {
  content: "\f187"
}

.fa-bug:before {
  content: "\f188"
}

.fa-vk:before {
  content: "\f189"
}

.fa-weibo:before {
  content: "\f18a"
}

.fa-renren:before {
  content: "\f18b"
}

.fa-pagelines:before {
  content: "\f18c"
}

.fa-stack-exchange:before {
  content: "\f18d"
}

.fa-arrow-circle-o-right:before {
  content: "\f18e"
}

.fa-arrow-circle-o-left:before {
  content: "\f190"
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191"
}

.fa-dot-circle-o:before {
  content: "\f192"
}

.fa-wheelchair:before {
  content: "\f193"
}

.fa-vimeo-square:before {
  content: "\f194"
}

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195"
}

.fa-plus-square-o:before {
  content: "\f196"
}

.fa-space-shuttle:before {
  content: "\f197"
}

.fa-slack:before {
  content: "\f198"
}

.fa-envelope-square:before {
  content: "\f199"
}

.fa-wordpress:before {
  content: "\f19a"
}

.fa-openid:before {
  content: "\f19b"
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c"
}

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d"
}

.fa-yahoo:before {
  content: "\f19e"
}

.fa-google:before {
  content: "\f1a0"
}

.fa-reddit:before {
  content: "\f1a1"
}

.fa-reddit-square:before {
  content: "\f1a2"
}

.fa-stumbleupon-circle:before {
  content: "\f1a3"
}

.fa-stumbleupon:before {
  content: "\f1a4"
}

.fa-delicious:before {
  content: "\f1a5"
}

.fa-digg:before {
  content: "\f1a6"
}

.fa-pied-piper:before {
  content: "\f1a7"
}

.fa-pied-piper-alt:before {
  content: "\f1a8"
}

.fa-drupal:before {
  content: "\f1a9"
}

.fa-joomla:before {
  content: "\f1aa"
}

.fa-language:before {
  content: "\f1ab"
}

.fa-fax:before {
  content: "\f1ac"
}

.fa-building:before {
  content: "\f1ad"
}

.fa-child:before {
  content: "\f1ae"
}

.fa-paw:before {
  content: "\f1b0"
}

.fa-spoon:before {
  content: "\f1b1"
}

.fa-cube:before {
  content: "\f1b2"
}

.fa-cubes:before {
  content: "\f1b3"
}

.fa-behance:before {
  content: "\f1b4"
}

.fa-behance-square:before {
  content: "\f1b5"
}

.fa-steam:before {
  content: "\f1b6"
}

.fa-steam-square:before {
  content: "\f1b7"
}

.fa-recycle:before {
  content: "\f1b8"
}

.fa-automobile:before, .fa-car:before {
  content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba"
}

.fa-tree:before {
  content: "\f1bb"
}

.fa-spotify:before {
  content: "\f1bc"
}

.fa-deviantart:before {
  content: "\f1bd"
}

.fa-soundcloud:before {
  content: "\f1be"
}

.fa-database:before {
  content: "\f1c0"
}

.fa-file-pdf-o:before {
  content: "\f1c1"
}

.fa-file-word-o:before {
  content: "\f1c2"
}

.fa-file-excel-o:before {
  content: "\f1c3"
}

.fa-file-powerpoint-o:before {
  content: "\f1c4"
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5"
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6"
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8"
}

.fa-file-code-o:before {
  content: "\f1c9"
}

.fa-vine:before {
  content: "\f1ca"
}

.fa-codepen:before {
  content: "\f1cb"
}

.fa-jsfiddle:before {
  content: "\f1cc"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd"
}

.fa-circle-o-notch:before {
  content: "\f1ce"
}

.fa-ra:before, .fa-rebel:before {
  content: "\f1d0"
}

.fa-ge:before, .fa-empire:before {
  content: "\f1d1"
}

.fa-git-square:before {
  content: "\f1d2"
}

.fa-git:before {
  content: "\f1d3"
}

.fa-hacker-news:before {
  content: "\f1d4"
}

.fa-tencent-weibo:before {
  content: "\f1d5"
}

.fa-qq:before {
  content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7"
}

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8"
}

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9"
}

.fa-history:before {
  content: "\f1da"
}

.fa-genderless:before, .fa-circle-thin:before {
  content: "\f1db"
}

.fa-header:before {
  content: "\f1dc"
}

.fa-paragraph:before {
  content: "\f1dd"
}

.fa-sliders:before {
  content: "\f1de"
}

.fa-share-alt:before {
  content: "\f1e0"
}

.fa-share-alt-square:before {
  content: "\f1e1"
}

.fa-bomb:before {
  content: "\f1e2"
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3"
}

.fa-tty:before {
  content: "\f1e4"
}

.fa-binoculars:before {
  content: "\f1e5"
}

.fa-plug:before {
  content: "\f1e6"
}

.fa-slideshare:before {
  content: "\f1e7"
}

.fa-twitch:before {
  content: "\f1e8"
}

.fa-yelp:before {
  content: "\f1e9"
}

.fa-newspaper-o:before {
  content: "\f1ea"
}

.fa-wifi:before {
  content: "\f1eb"
}

.fa-calculator:before {
  content: "\f1ec"
}

.fa-paypal:before {
  content: "\f1ed"
}

.fa-google-wallet:before {
  content: "\f1ee"
}

.fa-cc-visa:before {
  content: "\f1f0"
}

.fa-cc-mastercard:before {
  content: "\f1f1"
}

.fa-cc-discover:before {
  content: "\f1f2"
}

.fa-cc-amex:before {
  content: "\f1f3"
}

.fa-cc-paypal:before {
  content: "\f1f4"
}

.fa-cc-stripe:before {
  content: "\f1f5"
}

.fa-bell-slash:before {
  content: "\f1f6"
}

.fa-bell-slash-o:before {
  content: "\f1f7"
}

.fa-trash:before {
  content: "\f1f8"
}

.fa-copyright:before {
  content: "\f1f9"
}

.fa-at:before {
  content: "\f1fa"
}

.fa-eyedropper:before {
  content: "\f1fb"
}

.fa-paint-brush:before {
  content: "\f1fc"
}

.fa-birthday-cake:before {
  content: "\f1fd"
}

.fa-area-chart:before {
  content: "\f1fe"
}

.fa-pie-chart:before {
  content: "\f200"
}

.fa-line-chart:before {
  content: "\f201"
}

.fa-lastfm:before {
  content: "\f202"
}

.fa-lastfm-square:before {
  content: "\f203"
}

.fa-toggle-off:before {
  content: "\f204"
}

.fa-toggle-on:before {
  content: "\f205"
}

.fa-bicycle:before {
  content: "\f206"
}

.fa-bus:before {
  content: "\f207"
}

.fa-ioxhost:before {
  content: "\f208"
}

.fa-angellist:before {
  content: "\f209"
}

.fa-cc:before {
  content: "\f20a"
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b"
}

.fa-meanpath:before {
  content: "\f20c"
}

.fa-buysellads:before {
  content: "\f20d"
}

.fa-connectdevelop:before {
  content: "\f20e"
}

.fa-dashcube:before {
  content: "\f210"
}

.fa-forumbee:before {
  content: "\f211"
}

.fa-leanpub:before {
  content: "\f212"
}

.fa-sellsy:before {
  content: "\f213"
}

.fa-shirtsinbulk:before {
  content: "\f214"
}

.fa-simplybuilt:before {
  content: "\f215"
}

.fa-skyatlas:before {
  content: "\f216"
}

.fa-cart-plus:before {
  content: "\f217"
}

.fa-cart-arrow-down:before {
  content: "\f218"
}

.fa-diamond:before {
  content: "\f219"
}

.fa-ship:before {
  content: "\f21a"
}

.fa-user-secret:before {
  content: "\f21b"
}

.fa-motorcycle:before {
  content: "\f21c"
}

.fa-street-view:before {
  content: "\f21d"
}

.fa-heartbeat:before {
  content: "\f21e"
}

.fa-venus:before {
  content: "\f221"
}

.fa-mars:before {
  content: "\f222"
}

.fa-mercury:before {
  content: "\f223"
}

.fa-transgender:before {
  content: "\f224"
}

.fa-transgender-alt:before {
  content: "\f225"
}

.fa-venus-double:before {
  content: "\f226"
}

.fa-mars-double:before {
  content: "\f227"
}

.fa-venus-mars:before {
  content: "\f228"
}

.fa-mars-stroke:before {
  content: "\f229"
}

.fa-mars-stroke-v:before {
  content: "\f22a"
}

.fa-mars-stroke-h:before {
  content: "\f22b"
}

.fa-neuter:before {
  content: "\f22c"
}

.fa-facebook-official:before {
  content: "\f230"
}

.fa-pinterest-p:before {
  content: "\f231"
}

.fa-whatsapp:before {
  content: "\f232"
}

.fa-server:before {
  content: "\f233"
}

.fa-user-plus:before {
  content: "\f234"
}

.fa-user-times:before {
  content: "\f235"
}

.fa-hotel:before, .fa-bed:before {
  content: "\f236"
}

.fa-viacoin:before {
  content: "\f237"
}

.fa-train:before {
  content: "\f238"
}

.fa-subway:before {
  content: "\f239"
}

.fa-medium:before {
  content: "\f23a"
}

body {
  overflow-x: hidden
}

label {
  background: #444;
  color: #fff;
  -webkit-transition: -webkit-transform 400ms ease-out;
  transition: transform 400ms ease-out;
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 1;
  text-align: center
}

form {
  white-space: nowrap
}

input {
  position: absolute;
  display: none
}

.keys {
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  color: #fff;
  text-align: center;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  opacity: 0
}

input:focus~.keys {
  opacity: .8
}

input:nth-of-type(1):checked~label:nth-of-type(1), input:nth-of-type(2):checked~label:nth-of-type(2), input:nth-of-type(3):checked~label:nth-of-type(3), input:nth-of-type(4):checked~label:nth-of-type(4) {
  z-index: 0
}

input:nth-of-type(1):checked~label {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

input:nth-of-type(2):checked~label {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0)
}

input:nth-of-type(3):checked~label {
  -webkit-transform: translate3d(-200%, 0, 0);
  transform: translate3d(-200%, 0, 0)
}

input:nth-of-type(4):checked~label {
  -webkit-transform: translate3d(-300%, 0, 0);
  transform: translate3d(-300%, 0, 0)
}

label {
  background: #444;
  -webkit-background-size: cover;
  background-size: cover;
  font-size: 3rem
}

label[for="slide4"], label[for="slide2"] {
  background: #c00
}

label:before, label:after {
  color: white;
  display: block;
  background: rgba(255, 255, 255, .2);
  position: absolute;
  padding: 1rem;
  font-size: 3rem;
  height: 10rem;
  vertical-align: middle;
  line-height: 10rem;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  cursor: pointer
}

label:before {
  content: "\3e";
  right: 100%;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%
}

label:after {
  content: "\3c";
  left: 100%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%
}

.cpd_front_list, .cpd_front_list li {
  list-style-type: none!important;
  margin-left: 0!important;
}

.cpd_front_list li b {
  float: right;
}

h2 .cpd_icon {
  vertical-align: top;
  margin-top: 5px;
}

.cpd_backups {
  width: 100%;
  border: 1px #ccc solid;
  border-collapse: collapse;
}

.cpd_backups tr:nth-child(2n) {
  background: #fff;
}

.cpd_backups td {
  border-bottom: 1px #ccc solid;
}

.cpd_backups a {
  text-decoration: none;
}

.cpd_green {
  font-size: 16px;
  font-weight: bold;
  color: green;
  margin-right: 3px;
}

.cpd_halfsize {
  width: 49%;
  float: left;
}

.cpd_settings fieldset {
  margin: 5px 5px 20px;
  padding: 0 10px 0px;
  border: 1px solid #dfdfdf;
  background: #fafafa;
}

.cpd_settings legend {
  background: #eee;
  border: 1px solid #dfdfdf;
  margin: 0 10px;
  padding: 1px 7px 2px;
  text-shadow: 0 1px 0 #fff;
  font-size: 15px;
}

.cpd_settings .form-table {
  margin-bottom: 5px!important;
}

.cpd_red {
  color: red!important;
}

.cpd_icon {
  display: inline-block;
  background: url(img/cpd_sprites.png) no-repeat top left;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  padding: 0!important;
}

.cpd_backup {
  background-position: 0 0
}

.cpd_clean {
  background-position: 0 -46px
}

.cpd_collection {
  background-position: 0 -92px
}

.cpd_computer {
  background-position: 0 -138px
}

.cpd_calendar {
  background-position: 0 -184px
}

.cpd_day {
  background-position: 0 -230px
}

.cpd_geoip {
  background-position: 0 -276px
}

.cpd_help {
  background-position: 0 -322px
}

.cpd_massbots {
  background-position: 0 -368px
}

.cpd_online {
  background-position: 0 -414px
}

.cpd_post {
  background-position: 0 -460px
}

.cpd_reads {
  background-position: 0 -506px
}

.cpd_referrer {
  background-position: 0 -552px
}

.cpd_reset {
  background-position: 0 -598px
}

.cpd_settings {
  background-position: 0 -644px
}

.cpd_summary {
  background-position: 0 -690px
}

.cpd_tools {
  background-position: 0 -736px
}

.cpd_uninstall {
  background-position: 0 -782px
}

.cpd_update {
  background-position: 0 -828px
}

.cpd_user {
  background-position: 0 -874px
}

.cpd_logo {
  width: 32px;
  height: 32px;
  vertical-align: middle;
}

#cpd-flot-place {
  padding: 5px;
  background: #fff;
  border: 1px #ccc solid;
  margin: 5px 8px;
}

#cpd-flot-place .button {
  padding: 2px 10px;
  height: 20px;
  line-height: 14px;
}

#cpd-flot-choice {
  padding: 5px;
  text-align: center;
}

#cpd-flot {
  clear: both;
  overflow: hidden;
  margin-top: 5px;
}

#cpd-tooltip {
  position: absolute;
  z-index: 10;
  display: none;
  text-align: center;
  padding: 2px 4px;
  border: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.4);
}

.cpd-list-chart {
  margin-bottom: 10px;
  border: 1px solid #ddd;
  background: -moz-linear-gradient(top, #ccc 0, #fff 80%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ccc), color-stop(80%, #fff));
}

.cpd-dashboard .inside {
  padding: 0 5px;
}

.cpd-dashboard .postbox {
  min-width: 0!important;
}

.cpd-dashboard .cpd_front_list {
  padding-right: 5px;
  max-height: 200px;
  overflow-y: auto;
}

.cpd-dashboard li {
  color: #777;
  padding-bottom: 2px;
  border-bottom: 1px #ddd dotted;
  overflow: hidden;
}

.cpd-dashboard li b {
  float: right;
  text-align: right;
  font-size: 1.2em;
  color: #2583ad;
}

.cpd-dashboard li span {
  color: #f00;
}

.cpd-dashboard a {
  text-decoration: none;
}

.column-cpd_reads {
  width: 50px;
  white-space: nowrap;
  overflow: visible;
}

.cpd-l {}

.cpd-r {
  float: right;
  text-align: right;
}

.columns-prefs .columns-prefs-3, .columns-prefs .columns-prefs-4 {
  display: inline-block!important;
}

.cpd_widget_item {
  padding: 2px 5px;
  background: #eee;
  cursor: move;
  border-radius: 4px;
}

.cpd_widget_title {
  cursor: auto;
}

.cpd_widget_item .widefat {
  width: 235px!important;
  margin-left: 15px;
}

.cpd-thickbox {
  background-color: #F7F6F1;
  font-size: 13px;
}

.cpd-thickbox h2 {
  font: italic 1.5em Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
  margin: 0;
  padding: 0;
  color: #093E56;
}

.cpd-thickbox li {
  padding-bottom: 5px;
  border-top: none;
}

.cpd-notes {
  width: 100%;
  width: auto;
  margin: 1px;
  border-color: #000;
  border-collapse: collapse;
}

.cpd-notes td, .cpd-notes th {
  vertical-align: top;
  text-align: left;
  padding: 2px;
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  border-bottom: 1px #aaa solid;
}

.cpd-notes th {
  background-color: #8cbdd5;
  font-weight: bold;
}

.cpd-notes .nowrap {
  white-space: nowrap;
}

.cpd-notes .red {
  background-color: #f00;
  color: #ff0;
}

.cpd-notes .green {
  background-color: #0a0;
  color: #ff0;
}

.cpd-notes input {
  width: 97%;
  font: 12px Verdana, Arial, Helvetica, sans-serif;
}

.cpd-client-logo {
  padding-left: 25px;
  background: url(img/cpd_clients.png) no-repeat left -25px;
}

.cpd-client-chrome {
  background-position: 0 0;
}

.cpd-client-firefox {
  background-position: 0 -49px;
}

.cpd-client-msie {
  background-position: 0 -98px;
}

.cpd-client-opera {
  background-position: 0 -147px;
}

.cpd-client-safari {
  background-position: 0 -196px;
}

#cpd_referrers li a {
  width: 85%;
  display: block;
  float: left;
  white-space: nowrap;
  overflow: hidden;
}

.cpd-flag {
  display: inline-block;
  float: left;
  width: 23px;
  height: 12px;
  margin-top: 3px;
  background-image: url(img/cpd_flags.png);
  background-repeat: no-repeat;
}

.cpd-flag-ae {
  background-position: 0 0;
}

.cpd-flag-af, .cpd-flag-xh, .cpd-flag-zu {
  background-position: 0 -13px;
}

.cpd-flag-al {
  background-position: 0 -26px;
}

.cpd-flag-am {
  background-position: 0 -39px;
}

.cpd-flag-ar {
  background-position: 0 -52px;
}

.cpd-flag-at {
  background-position: 0 -65px;
}

.cpd-flag-au {
  background-position: 0 -78px;
}

.cpd-flag-az {
  background-position: 0 -91px;
}

.cpd-flag-ba {
  background-position: 0 -104px;
}

.cpd-flag-bd {
  background-position: 0 -117px;
}

.cpd-flag-be {
  background-position: 0 -130px;
}

.cpd-flag-bg {
  background-position: 0 -143px;
}

.cpd-flag-bh {
  background-position: 0 -156px;
}

.cpd-flag-bn {
  background-position: 0 -169px;
}

.cpd-flag-bo {
  background-position: 0 -182px;
}

.cpd-flag-br {
  background-position: 0 -195px;
}

.cpd-flag-by {
  background-position: 0 -208px;
}

.cpd-flag-bz {
  background-position: 0 -221px;
}

.cpd-flag-ca {
  background-position: 0 -234px;
}

.cpd-flag-ch {
  background-position: 0 -247px;
}

.cpd-flag-ci {
  background-position: 0 -260px;
}

.cpd-flag-cl {
  background-position: 0 -273px;
}

.cpd-flag-cn {
  background-position: 0 -286px;
}

.cpd-flag-co {
  background-position: 0 -299px;
}

.cpd-flag-cr {
  background-position: 0 -312px;
}

.cpd-flag-cs {
  background-position: 0 -325px;
}

.cpd-flag-cy, .cpd-flag-el, .cpd-flag-gr {
  background-position: 0 -338px;
}

.cpd-flag-cz {
  background-position: 0 -351px;
}

.cpd-flag-da, .cpd-flag-dk {
  background-position: 0 -364px;
}

.cpd-flag-de {
  background-position: 0 -377px;
}

.cpd-flag-do {
  background-position: 0 -390px;
}

.cpd-flag-dz {
  background-position: 0 -403px;
}

.cpd-flag-ec {
  background-position: 0 -416px;
}

.cpd-flag-ee {
  background-position: 0 -429px;
}

.cpd-flag-eg {
  background-position: 0 -442px;
}

.cpd-flag-en, .cpd-flag-us {
  background-position: 0 -455px;
}

.cpd-flag-eo {
  background-position: 0 -468px;
}

.cpd-flag-es {
  background-position: 0 -481px;
}

.cpd-flag-eu {
  background-position: 0 -494px;
}

.cpd-flag-fi {
  background-position: 0 -507px;
}

.cpd-flag-fo {
  background-position: 0 -520px;
}

.cpd-flag-fr {
  background-position: 0 -533px;
}

.cpd-flag-gb {
  background-position: 0 -546px;
}

.cpd-flag-ge {
  background-position: 0 -559px;
}

.cpd-flag-gt {
  background-position: 0 -572px;
}

.cpd-flag-hk {
  background-position: 0 -585px;
}

.cpd-flag-hn {
  background-position: 0 -598px;
}

.cpd-flag-hr {
  background-position: 0 -611px;
}

.cpd-flag-hu {
  background-position: 0 -624px;
}

.cpd-flag-id {
  background-position: 0 -637px;
}

.cpd-flag-ie {
  background-position: 0 -650px;
}

.cpd-flag-il {
  background-position: 0 -663px;
}

.cpd-flag-in {
  background-position: 0 -676px;
}

.cpd-flag-iq {
  background-position: 0 -689px;
}

.cpd-flag-ir {
  background-position: 0 -702px;
}

.cpd-flag-is {
  background-position: 0 -715px;
}

.cpd-flag-it {
  background-position: 0 -728px;
}

.cpd-flag-ja, .cpd-flag-jp {
  background-position: 0 -741px;
}

.cpd-flag-jm {
  background-position: 0 -754px;
}

.cpd-flag-jo {
  background-position: 0 -767px;
}

.cpd-flag-kk {
  background-position: 0 -780px;
}

.cpd-flag-kp {
  background-position: 0 -793px;
}

.cpd-flag-kr {
  background-position: 0 -806px;
}

.cpd-flag-kw {
  background-position: 0 -819px;
}

.cpd-flag-ky {
  background-position: 0 -832px;
}

.cpd-flag-lb {
  background-position: 0 -845px;
}

.cpd-flag-li {
  background-position: 0 -858px;
}

.cpd-flag-lk {
  background-position: 0 -871px;
}

.cpd-flag-ls {
  background-position: 0 -884px;
}

.cpd-flag-lt {
  background-position: 0 -897px;
}

.cpd-flag-lu {
  background-position: 0 -910px;
}

.cpd-flag-lv {
  background-position: 0 -923px;
}

.cpd-flag-ly {
  background-position: 0 -936px;
}

.cpd-flag-ma {
  background-position: 0 -949px;
}

.cpd-flag-mk {
  background-position: 0 -962px;
}

.cpd-flag-mm {
  background-position: 0 -975px;
}

.cpd-flag-mo {
  background-position: 0 -988px;
}

.cpd-flag-mt {
  background-position: 0 -1001px;
}

.cpd-flag-mx {
  background-position: 0 -1014px;
}

.cpd-flag-my {
  background-position: 0 -1027px;
}

.cpd-flag-nb, .cpd-flag-nn, .cpd-flag-no {
  background-position: 0 -1040px;
}

.cpd-flag-ni {
  background-position: 0 -1053px;
}

.cpd-flag-nl {
  background-position: 0 -1066px;
}

.cpd-flag-nz {
  background-position: 0 -1079px;
}

.cpd-flag-om {
  background-position: 0 -1092px;
}

.cpd-flag-pa {
  background-position: 0 -1105px;
}

.cpd-flag-pe {
  background-position: 0 -1118px;
}

.cpd-flag-ph {
  background-position: 0 -1131px;
}

.cpd-flag-pk {
  background-position: 0 -1144px;
}

.cpd-flag-pl {
  background-position: 0 -1157px;
}

.cpd-flag-pr {
  background-position: 0 -1170px;
}

.cpd-flag-pt {
  background-position: 0 -1183px;
}

.cpd-flag-py {
  background-position: 0 -1196px;
}

.cpd-flag-qa {
  background-position: 0 -1209px;
}

.cpd-flag-ro {
  background-position: 0 -1222px;
}

.cpd-flag-rs {
  background-position: 0 -1235px;
}

.cpd-flag-ru {
  background-position: 0 -1248px;
}

.cpd-flag-sa {
  background-position: 0 -1261px;
}

.cpd-flag-se {
  background-position: 0 -1274px;
}

.cpd-flag-sg {
  background-position: 0 -1287px;
}

.cpd-flag-si {
  background-position: 0 -1300px;
}

.cpd-flag-sk {
  background-position: 0 -1313px;
}

.cpd-flag-sv {
  background-position: 0 -1326px;
}

.cpd-flag-sy {
  background-position: 0 -1339px;
}

.cpd-flag-th {
  background-position: 0 -1352px;
}

.cpd-flag-tn {
  background-position: 0 -1365px;
}

.cpd-flag-tr {
  background-position: 0 -1378px;
}

.cpd-flag-tt {
  background-position: 0 -1391px;
}

.cpd-flag-tw {
  background-position: 0 -1404px;
}

.cpd-flag-tz {
  background-position: 0 -1417px;
}

.cpd-flag-ua {
  background-position: 0 -1430px;
}

.cpd-flag-unknown, .cpd-flag-a1, .cpd-flag-a2, .cpd-flag-o1 {
  background-position: 0 -1443px;
}

.cpd-flag-uy {
  background-position: 0 -1456px;
}

.cpd-flag-uz {
  background-position: 0 -1469px;
}

.cpd-flag-ve {
  background-position: 0 -1482px;
}

.cpd-flag-vn {
  background-position: 0 -1495px;
}

.cpd-flag-ye {
  background-position: 0 -1508px;
}

.cpd-flag-za {
  background-position: 0 -1521px;
}

.cpd-flag-me {
  background-position: 0 -1534px;
}

.cpd-flag-md {
  background-position: 0 -1547px;
}

.cpd-flag-np {
  background-position: 0 -1560px;
}

.cpd-flag-bs {
  background-position: 0 -1573px;
}

.cpd-flag-cm {
  background-position: 0 -1586px;
}

.cpd-flag-mn {
  background-position: 0 -1599px;
}

.cpd-flag-kz {
  background-position: 0 -1612px;
}

.cpd-flag-ng {
  background-position: 0 -1625px;
}

.cpd-flag-kh {
  background-position: 0 -1638px;
}

.cpd-flag-sd {
  background-position: 0 -1651px;
}

.widget-title.widgettitle {
  font-weight: bold;
}

.mailhead {
  margin-bottom: -5px
}