/*
Theme Name: Mylife
Author: 20theme
Author URI: http://www.20theme.com
Description: Mylife is a responsive, mobile friendly WordPress theme for sharing your images, videos, articles, quotes and more.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: twenty-theme
Domain Path: /languages/
*/
.trans {
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
span.highlight {
  background-color: #f4793d;
  color: #fff !important;
}
.site {
  max-width: 960px;
  width: 100%;
  margin: 90px auto 60px auto;
}
/*----------------------------------------------------------------------*/
/* Header */
/*----------------------------------------------------------------------*/
.site-header {
  position: relative;
  height: 65px;
  background-color: #fff;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  padding: 15px 12px;
}
.site-header > div,
.site-header > nav {
  display: inline-block;
}
.search-area {
  position: absolute;
  right: 0;
  top: -45px;
}
.search-area .s {
  float: left;
  clear: both;
  width: 200px;
  border: none;
  outline: none;
  color: rgba(255, 255, 255, 0.6);
  background: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 8px 35px 8px 12px;
  position: relative;
  z-index: 0;
}
.search-area .s:focus {
  color: rgba(255, 255, 255, 0.8);
  background: rgba(0, 0, 0, 0.5);
}
.search-area .submit {
  position: absolute;
  right: 0;
  top: 1px;
  width: 32px;
  height: 32px;
  background: none;
  border: none;
  outline: none;
  z-index: 999;
  cursor: pointer;
}
.search-area i {
  position: absolute;
  color: rgba(255, 255, 255, 0.3);
  right: 10px;
  top: 5px;
  font-size: 19px;
}
.site-branding {
  float: left;
  line-height: inherit;
}
.site-branding .site-title {
  font-size: 24px;
  color: #666;
  margin: 0;
  float: left;
  line-height: 30px;
  display: inline-block;
}
.site-branding .site-title a {
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.site-branding .site-description {
  font-size: 13px;
  color: #999;
  margin: 8px 0 0 15px;
  float: left;
  line-height: 18px;
  letter-spacing: 0;
  display: inline-block;
}
.main-navigation {
  float: right;
  padding: 3px 0;
}
.main-navigation > .nav-menu {
  margin: 0;
  padding: 0;
}
.main-navigation > .nav-menu li {
  padding-left: 15px;
  float: left;
}
.main-navigation > .nav-menu li.current-page a {
  color: #666;
}
.main-navigation > .nav-menu li a {
  color: #949494;
  font-size: 15px;
  line-height: 20px;
}
#trigger-overlay {
  display: none;
  float: right;
  padding: 3px 0;
}
#trigger-overlay i {
  line-height: 42px;
  margin-top: -6px;
  font-size: 42px;
}
/* Overlay style */
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(83, 184, 135, 0.7);
  z-index: 999;
}
/* Overlay closing cross */
.overlay .overlay-close {
  width: 80px;
  height: 80px;
  position: absolute;
  right: 20px;
  top: 20px;
  overflow: hidden;
  border: none;
  cursor: pointer;
  background: url(images/cross.png) no-repeat center center;
  text-indent: 200%;
  color: transparent;
  outline: none;
  z-index: 100;
}
/* Menu style */
.overlay nav {
  text-align: center;
  position: relative;
  top: 50%;
  height: 60%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  height: 100%;
  position: relative;
}
.overlay ul li {
  display: block;
  height: 20%;
  height: calc(20%);
  min-height: 54px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.overlay ul li a {
  font-size: 54px;
  font-weight: 300;
  display: block;
  color: #fff;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.overlay ul li a:hover,
.overlay ul li a:focus {
  color: #f0f0f0;
}
/* Effects */
.overlay-scale {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
}
.overlay-scale.open {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
}
.site-scroll-top {
  z-index: 999;
  position: fixed;
  display: none;
  opacity: 0.8;
  height: 45px;
  line-height: 45px;
  width: 45px;
  text-align: center;
  bottom: 30px;
  right: 30px;
  color: #fff;
  font-size: 18px;
  background: #000;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
@media screen and (max-height: 30.5em) {
  .overlay nav {
    height: 70%;
    font-size: 34px;
  }
  .overlay ul li {
    min-height: 34px;
  }
}
.mt30 {
  margin-top: 30px;
}
/*----------------------------------------------------------------------*/
/* Main */
/*----------------------------------------------------------------------*/
.site-content {
  min-height: 600px;
  height: auto;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  padding-bottom: 10px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.post-content {
  width: 75%;
  margin: 0 auto;
  font: 16px/26px 'Droid Serif', Georgia, serif;
}
.entry-content img,
.post-content img {
  max-width: 100%;
  height: auto;
}
.page-title {
  color: #fff;
}
/* =Banner
----------------------------------*/
.banner-area {
  width: 100%;
  max-height: 400px;
  height: auto;
  overflow: hidden;
  background-position: center 0;
  background-repeat: no-repeat;
  background-image: url('images/banner.png');
  background-size: auto;
}
.banner-area .banner-content {
  padding: 120px 60px 100px 60px;
  text-align: center;
}
.banner-area .avatar-container {
  width: 138px;
  height: 138px;
  margin: 0 auto;
  border-radius: 3px;
  background: #fff;
  padding: 5px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.17);
}
.banner-area .avatar-container img {
  display: block;
  max-width: 100%;
}
.banner-area .writer-name {
  color: #fff;
  font-size: 18px;
  font-style: italic;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.17);
}
/* =Timeline
----------------------------------*/
#timeline {
  position: relative;
  width: 100%;
  margin: 20px 0 20px 0;
  padding: 0 60px;
  list-style: none;
  overflow: hidden;
}
#timeline:before {
  background: #a0a8a9;
  content: '';
  left: 50%;
  top: 0;
  bottom: 0;
  position: absolute;
  margin-left: -1px;
  width: 2px;
  border-radius: 2px;
  height: 9999px;
  overflow: hidden;
}
#timeline li {
  width: 50%;
  position: relative;
  padding-top: 40px;
}
#timeline li:nth-child(odd) {
  float: left;
  clear: left;
  padding-right: 20px;
}
#timeline li:nth-child(odd) .hentry:before {
  right: -8px;
}
#timeline li:nth-child(odd) .entry-date {
  right: 12px;
}
#timeline li:nth-child(even) {
  float: right;
  clear: right;
  padding-left: 20px;
}
#timeline li:nth-child(even) .hentry:before {
  left: -8px;
}
#timeline li:nth-child(even) .entry-date {
  left: 12px;
}
#timeline li:nth-child(2) {
  margin-top: 60px;
}
#timeline article {
  margin-bottom: 30px;
}
#timeline article.hentry:before {
  background: #46b88b;
  display: block;
  position: absolute;
  top: 8px;
  right: -8px;
  content: '';
  height: 16px;
  width: 16px;
  border: 4px solid #fff;
  border-radius: 9px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
#timeline article .entry-featured {
  width: 100%;
  overflow: hidden;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
#timeline article .entry-featured figure {
  margin: 0;
}
#timeline article .entry-featured img {
  display: block;
}
#timeline article .entry-title {
  font-size: 24px;
  color: #888;
  margin-bottom: 10px;
}
#timeline article .entry-summary {
  color: #999;
  font-size: 13px;
}
#timeline article .entry-date {
  background: #46b88b;
  font-size: 11px;
  line-height: 14px;
  position: absolute;
  top: 4px;
  padding: 6px 10px;
  color: #fff;
  border-radius: 90px;
  -moz-border-radius: 90px;
  -webkit-border-radius: 90px;
}
.pagination {
  text-align: center;
}
.nav-previous a {
  display: inline-block;
  font-size: 16px;
  padding: 5px 40px;
  margin: 0 auto;
  color: #fff;
  background: #46b88b;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}
#infscr-loading {
  clear: both;
  margin: 20px 0;
  width: 100%;
  text-align: center;
}
.infinite-loader {
  position: relative;
  background-color: #fff;
  clear: both;
  margin: 0;
  min-height: 1px;
  width: 100%;
  text-align: center;
}
#infinite-handle {
  position: absolute;
  bottom: 0;
  text-align: center;
  clear: both;
}
/* =Single
----------------------------------*/
.single .entry-header,
.page .entry-header {
  margin-bottom: 30px;
}
.single .entry-title,
.page .entry-title {
  width: 75%;
  margin: 25px auto 5px auto;
  text-align: center;
}
.single .entry-meta,
.page .entry-meta {
  text-align: center;
  width: 75%;
  margin: 0 auto;
}
.single .date-title,
.page .date-title {
  color: #d2d2d2;
  font-size: 14px;
  font-style: italic;
  text-align: center;
}
.single .entry-content,
.page .entry-content {
  width: 75%;
  margin: 0 auto;
}
.single .entry-footer,
.page .entry-footer {
  width: 75%;
  margin: 15px auto;
}
.post-pagination {
  text-align: center;
  margin: 15px auto;
}
.post-pagination a {
  position: relative;
  padding: 3px 4px;
  margin-right: 7px;
  color: #fff;
  background-color: #dadada;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  text-align: center;
}
/* tags */
.tagcloud {
  float: left;
  clear: both;
}
.tagcloud a {
  line-height: 100% !important;
  padding: 6px 7px;
  float: left;
  margin-right: 7px;
  margin-bottom: 7px;
  color: #fff;
  font-size: 12px;
  background-color: #dadada;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  text-align: center;
}
.tagcloud a:hover {
  color: #fff !important;
  background-color: #fa702b;
}
.comments-area {
  width: 75%;
  margin: 30px auto;
}
.comment-navigation .nav-previous {
  float: left;
}
.comment-navigation .nav-previous a {
  color: #555;
  padding: 0;
  background-color: transparent;
}
.comment-navigation .nav-next {
  float: right;
}
.comment-navigation .nav-next a {
  color: #555;
  padding: 0;
  background-color: transparent;
}
.featured-image-container img {
  width: 100%;
  height: auto;
}
[class*="gallery-columns-"] {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.gallery-item {
  padding: 10px;
  margin: 0 !important;
}
.gallery-item img {
  padding: 5px;
  border: 1px solid #e4e4e4 !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  box-shadow: 0 0 0 0 #2c3f52;
}
.gallery-item a:hover img {
  padding: 0;
  border: none !important;
  box-shadow: 0 0 0 10px #46b88b;
}
/* =Comment
----------------------------------*/
.comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
}
.comment-list li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.comment-list .children {
  margin: 0 0 0 40px;
  padding: 0;
}
.comment-list .comment-author {
  margin-bottom: 15px;
}
.comment-list .comment-reply-link {
  color: #46b88b;
}
.comment-list .comment-reply-link:hover {
  color: #333;
}
.comment-list .media-heading {
  color: #4e5860;
}
.comment-list .pull-left img {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
#respond {
  margin-top: 30px;
}
#respond .comment-reply-title {
  margin-bottom: 10px;
}
#respond #commentform {
  border: 1px solid #e5e5e5;
  position: relative;
  max-height: 58px;
  overflow: hidden;
  margin-bottom: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#respond #commentform.active {
  max-height: 10000px;
  -webkit-transition: max-height 10s;
  -moz-transition: max-height 10s;
  -o-transition: max-height 10s;
  transition: max-height 10s;
}
#respond p {
  margin-bottom: 0;
  position: relative;
}
#respond input[type="text"] {
  padding: 5px 45px 5px 15px;
  max-width: 100%;
  min-width: 100%;
  margin-bottom: 0;
  border-width: 1px 0 0;
  border-color: #e5e5e5;
  border-style: solid;
  outline: none;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#respond i {
  position: absolute;
  top: 8px;
  right: 10px;
  color: #aaa;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
#respond #comment {
  outline: none;
  border: 0;
  width: 100%;
  height: 58px;
  font-size: 14px;
  line-height: 28px;
  padding: 15px 100px 15px 15px;
  margin: 0;
  overflow: hidden;
  word-wrap: break-word;
  resize: none;
}
#respond .form-submit {
  position: absolute;
  top: 10px;
  right: 10px;
}
#respond #submit {
  background: #3498db;
  border: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  padding: 9px 20px;
  text-align: center;
  -webkit-transition: all .25;
  -moz-transition: all .25;
  -o-transition: all .25;
  transition: all .25;
  vertical-align: middle;
}
/* =Contact
----------------------------------*/
#message {
  width: 100%;
}
.loading-img {
  display: none;
  position: relative;
  width: 16px;
  height: 11px;
  background: url('images/loading.gif') 0 0 no-repeat;
}
/* =Gallery
----------------------------------*/
.photo-grid {
  margin-bottom: 10px;
}
/*------------------*/
/*  Video Post
/*------------------*/
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*------------------*/
/*  Chat
/*------------------*/
.format-chat .entry-summary p {
  font-size: 0.9em;
  color: #908F8F;
  font-weight: lighter;
  padding: 8px 6px;
  margin: 0;
}
.format-chat .entry-summary p:nth-child(even) {
  background: #F5F5F5;
}
/*------------------*/
/*  Link Post
/*------------------*/
.format-link .link-container {
  background: #F5F5F5;
  padding: 15px 20px;
  position: relative;
}
.format-link .entry-title {
  font-size: 18px !important;
  margin-bottom: 0 !important;
}
.format-link .link-container a {
  color: #fa702b;
}
/*------------------*/
/*  Quote Post
/*------------------*/
.quote-text {
  font-size: 18px;
  color: #888;
  margin: 0;
  font-style: italic;
}
.format-quote .quote-container {
  background: #F5F5F5;
  padding: 15px 20px;
  position: relative;
}
.format-quote .entry-title {
  font-style: italic;
  font-size: 18px !important;
}
.format-quote cite {
  font-size: 12px;
}
/*------------------*/
/*  Gallery
/*------------------*/
.format-gallery .entry-thumnail {
  overflow: hidden;
}
.format-gallery .entry-thumnail img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.format-gallery .entry-thumnail:hover img {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */

  -moz-transform: scale(1.2);
  /* Firefox */

  -webkit-transform: scale(1.2);
  /* Safari and Chrome */

  -o-transform: scale(1.2);
  /* Opera */

}
.format-gallery .gallery-container {
  overflow: hidden;
}
.format-gallery img {
  width: 100%;
  height: auto;
  display: block;
}
.format-gallery .photo-2-2 {
  float: left;
  position: relative;
  width: 50%;
  overflow: hidden;
}
.format-gallery .photo-1-2 {
  float: left;
  position: relative;
  width: 25%;
}
/* =Gallery
----------------------------------*/
.photo .entry-thumb img {
  max-width: 100%;
  height: auto;
  position: relative;
  display: block;
}
.photo .entry-thumb:hover .entry-thumb-caption,
.photo .entry-thumb:focus .entry-thumb-caption,
.photo .entry-thumb:active .entry-thumb-caption {
  opacity: 1;
}
.photo .entry-thumb-caption {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 99;
  height: 100%;
  width: 100%;
  padding: 20px;
  opacity: 0;
  color: rgba(255, 255, 255, 0.8);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  background: rgba(0, 0, 0, 0.8);
}
.photo .entry-thumb-caption .entry-date time {
  font-size: 11px;
}
.photo .entry-thumb-caption .photo-title {
  color: rgba(255, 255, 255, 0.8);
}
.photo .entry-thumb-caption .link {
  position: absolute;
  bottom: 20px;
}
.photo .entry-thumb-caption .link a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
}
.photo .entry-thumb-caption .caption-content {
  overflow: hidden;
}
/* =Archives Template
----------------------------------*/
.box-page {
  width: 75%;
  margin: 0 auto;
}
.archive-box {
  border-top: 1px solid #e5e5e5;
  margin-top: 15px;
  padding-top: 15px;
}
.archive-section h4 {
  margin: 0 0 15px 0;
  text-align: center;
}
.archive-section ul {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
}
.archive-section ul li {
  padding: 5px 0;
  border-bottom: 1px dotted #e5e5e5;
  text-align: center;
}
.archive-section ul li a {
  color: #46b88b;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.archive-section ul li a:hover {
  color: #777;
}
/* =Footer
----------------------------------*/
.site-footer {
  margin-top: 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
}
/*----------------------------------------------------------------------*/
/* Media Queries */
/*----------------------------------------------------------------------*/
@media (max-width: 960px) {
  .site {
    padding: 0 20px;
  }
  .banner-area .banner-content {
    padding: 80px 60px 60px 60px;
  }
}
@media (max-width: 768px) {
  .site {
    padding: 0 15px;
  }
  .nav-menu {
    display: none !important;
  }
  #trigger-overlay {
    display: block;
  }
  .banner-area .banner-content {
    padding: 50px 60px 30px 60px;
  }
  #timeline:before {
    left: 60px;
  }
  #timeline li {
    width: 100%;
    padding-left: 20px !important;
    padding-right: 0 !important;
    margin-top: 0;
  }
  #timeline li .hentry:before {
    left: -8px;
  }
  #timeline li .entry-date {
    left: 12px;
    right: auto !important;
  }
  #timeline #infinite-handle {
    clear: both;
    position: relative;
    display: block;
    margin: 0;
    background: transparent;
    padding: 10px 0 15px 20px;
  }
}
@media (max-width: 640px) {
  .site {
    padding: 0;
    margin-top: 0;
    margin-bottom: 15px;
  }
  #timeline {
    padding: 0 15px;
  }
  #timeline:before {
    left: 15px;
  }
  .site-header {
    border-radius: 0;
  }
  .site-content {
    border-radius: 0;
  }
  .post-content {
    width: 90%;
  }
}
/* Grid System
----------------------------------*/
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.col-1-5,
.col-2-5,
.col-3-5,
.col-4-5,
.col-5-5 {
  float: left;
  min-height: 1px;
  position: relative;
}
.col-1-5 {
  width: 20%;
}
.col-2-5 {
  width: 40%;
}
.col-3-5 {
  width: 60%;
}
.col-4-5 {
  width: 80%;
}
.col-5-5 {
  width: 100%;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  position: relative;
  min-height: 1px;
  float: left;
}
.col-12 {
  width: 100%;
}
.col-11 {
  width: 91.66666666666666%;
}
.col-10 {
  width: 83.33333333333334%;
}
.col-9 {
  width: 75%;
}
.col-8 {
  width: 66.66666666666666%;
}
.col-7 {
  width: 58.333333333333336%;
}
.col-6 {
  width: 50%;
}
.col-5 {
  width: 41.66666666666667%;
}
.col-4 {
  width: 33.33333333333333%;
}
.col-3 {
  width: 25%;
}
.col-2 {
  width: 16.666666666666664%;
}
.col-1 {
  width: 8.333333333333332%;
}
@media (max-width: 768px) {
  .col-m-12 {
    width: 100%;
  }
  .col-m-11 {
    width: 91.66666666666666%;
  }
  .col-m-10 {
    width: 83.33333333333334%;
  }
  .col-m-9 {
    width: 75%;
  }
  .col-m-8 {
    width: 66.66666666666666%;
  }
  .col-m-7 {
    width: 58.333333333333336%;
  }
  .col-m-6 {
    width: 50%;
  }
  .col-m-5 {
    width: 41.66666666666667%;
  }
  .col-m-4 {
    width: 33.33333333333333%;
  }
  .col-m-3 {
    width: 25%;
  }
  .col-m-2 {
    width: 16.666666666666664%;
  }
  .col-m-1 {
    width: 8.333333333333332%;
  }
}
@media (max-width: 640px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12 {
    width: 100%;
  }
  .col-s-12 {
    width: 100%;
  }
  .col-s-11 {
    width: 91.66666666666666%;
  }
  .col-s-10 {
    width: 83.33333333333334%;
  }
  .col-s-9 {
    width: 75%;
  }
  .col-s-8 {
    width: 66.66666666666666%;
  }
  .col-s-7 {
    width: 58.333333333333336%;
  }
  .col-s-6 {
    width: 50%;
  }
  .col-s-5 {
    width: 41.66666666666667%;
  }
  .col-s-4 {
    width: 33.33333333333333%;
  }
  .col-s-3 {
    width: 25%;
  }
  .col-s-2 {
    width: 16.666666666666664%;
  }
  .col-s-1 {
    width: 8.333333333333332%;
  }
}
