/* 
 Base
=========================== */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

html,body{
  -webkit-font-smoothing: antialiased;
}

body {
  word-break: break-all;
  overflow-x: hidden;
  font-family: "YakuHanJP",'Roboto',游ゴシック体, sans-serif;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{
  display: block;
}

html,body,div,span,object,iframe,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}

a,
a:link,
a:hover,
a:focus,
a:active,
a:visited{
  outline: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

ol,ul,li{
  list-style-type: none;
}
/*
 * Link
=========================== */
.link-default,
.link-default:focus {
  color: #3498db;
}

.link-default:hover{
  color: #2e8ece;
}
/*
 * Entry
=========================== */
.entry-title{
  margin: 0 0 24px 0;
  font-weight: bold;
}

.panel-entry{
  box-shadow: none;
}

.panel-entry > .panel-body{
  padding: 32px 20px;
}
.panel-entry > .panel-body > .title {
  margin: 0 0 24px 0;
}

.panel-entry > .panel-body p:last-child{
  margin: 0;
}

/*
/*
 * Container
=========================== */
.container-fluid{
  padding-left: 80px;
  padding-right: 80px;
}
/*
 * Layouts
=========================== */
.page-wrapper{
  padding-top: 67px;
  -webkit-transition: left .3s;
  -moz-transition: left .3s;
  -ms-transition: left .3s;
  transition: left .3s;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: relative;
}

body.blur{
  background-color: #dcdcdc;
}

body.blur .page-wrapper{
  -webkit-filter: blur(6px);
  -moz-filter: blur(6px);
  filter: blur(6px);
  filter: alpha(opacity=30);
  -moz-opacity: 0.30;
  opacity: 0.30;
}

.page-contents{
  margin: 50px 0;
}
/*
 * Container
=========================== */
.container-small{
  max-width: 640px;
}

.container-middle{
  max-width: 840px;
}

.container-large{
  max-width: 991px;
}
/*
 * Typography
=========================== */
.page-title {
  margin-top: 0;
  margin-bottom: 26px;
}


.reading-text-0{line-height: 1;}
.reading-text-1{line-height: 1.5;}
.reading-text-2{line-height: 1.6;}
.reading-text-3{line-height: 1.7;}
.text-small{font-size:12px;}
.text-medium{font-size:15px;}
.text-large{font-size:18px;}
.thin{font-weight: 100;}
.semi-bold{font-weight: 600;}
.bold{font-weight: bold;}
/*
 * Input
=========================== */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="password"],
input[type="date"]{
  padding:0 8px;
}

input,textarea,select{
  border:1px solid #bdc3c7;
  display:inline-block;
  margin:0;
  outline:none;
  font-size:14px;
  color:#333;
  background:#fff;
  height:36px;
}

.input-block{
  display: block;
  width: 100%;
}

.input-group-addon{
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 8px;
  line-height: 1;
  font-size: 14px;
}
/*
 * Select
=========================== */
.select {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  top: 1px;
  font-family: 'Linearicons';
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.select > select{
  text-transform: none;
  -webkit-appearance: none;
  background: #fff;
  padding:5px 30px 5px 8px;
  border-radius: 0;
}

.form-group-lg .select > select{
  padding-left: 16px;
  line-height: 1;
}

.input-group > .select > select{
  padding-right: 20px;
}

.select.input-block,
.select.input-block > select{
  width: 100%;
}

.select:before {
  content: "\e874";
  position: absolute;
  pointer-events: none;
  color: #000;
  font-weight: bold;
  top: 0;
  bottom: 1px;
  padding-top: 1em;
  line-height: 1;
  right: 0;
  width: 2em;
  text-align: center;
  transform: scale(0.84, 0.42);
  -webkit-transform: scale(0.84, 0.42);
  -moz-transform: scale(0.84, 0.42);
  -ms-transform: scale(0.84, 0.42);
  -o-transform: scale(0.84, 0.42);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.84, M12=0, M21=0, M22=0.42, SizingMethod='auto expand')";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.84, M12=0, M21=0, M22=0.42, SizingMethod='auto expand');
}
/*
 * Textarea
=========================== */
textarea{
  max-width:100%;
  padding:8px;
  resize:none;
  height:130px;
  line-height:24px;
}
/*
 * Form Inline
=========================== */
.form-group .help-block{
  display: none;
}

.form-group.has-error .help-block,
.form-group .has-error .help-block{
  display: block;
}

.form-inline.row {
  margin-right: -3px;
  margin-left: -3px;
}

.form-inline.row > [class^="col-"]{
  padding:0 3px;
}

.form-inline.row > [class^="col-"] > input,
.form-inline.row > [class^="col-"] > select{
  width: 100%;
}

.form-inline select{
  width:100%;
}
/*
 * Label
=========================== */
label{
  color: #666;
  margin-bottom: 6px;
  font-weight: 400;
}
/*
 * Check Box
=========================== */
.checkbox,
.radio {
  margin-top: 4px!important;
  margin-bottom: 11px!important;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
}

input[type="checkbox"],
input[type="radio"]{
  position: relative!important;
  -webkit-appearance: none;
  display:inline-block;
  border:1px solid #bdc3c7;
  outline:none!important;
  height: 20px;
  width: 20px;
  margin-left:0!important;
  margin-top:0!important;
  cursor: pointer;
  vertical-align: top;
  margin-right: 3px;
}

input[type="checkbox"] {
  font: normal normal normal 14px/1 FontAwesome;
}

input[type="checkbox"]:checked:before {
  content: "\f00c";
  position: absolute;
  top: 2px;
  left: 2px;
  font-size: 14px;
  text-align: center;
  color: #2c3e50;
  vertical-align: middle;
}
/* 
 * Radio Box
=========================== */
input[type="radio"],
input[type="radio"]:checked:before{
  -webkit-border-radius:100%;
  -moz-border-radius:100%;
  border-radius:100%;
}

input[type="radio"]:checked:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width:14px;
  height: 14px;
  text-align: center;
  color: #2c3e50;
  vertical-align: middle;
  background-color: #2c3e50;
}

.radio-box{
  overflow: hidden;
}

.radio-box > label {
  float: left;
  margin-left: 10px;
}

.radio-box > label:first-child{
  margin-left: 0;
}
/*
 * Form Module
=========================== */
.form-module {
  margin-top: 30px;
}

.form-module:first-child {
  margin-top: 0;
}

.form-module-title {
  border-bottom: 1px solid #ececec;
  padding-bottom: 10px;
  margin-bottom:20px;
  margin-top: 0;
}

.form-inline.row {
  margin-right: -5px;
  margin-left: -5px;
}

.form-inline>[class^="col-"] {
  padding: 0 5px;
}

.form-group-used-cc {
  text-align: right;
  padding: 0 15px;
}

.label-used-cc {
  font-size: 13px;
}

.label-used-cc-image {
  display: inline;
  margin-left: 6px;
}

.label-used-cc-image > img{
  height: 12px;
  vertical-align: top;
  margin-top:2px;
}
/*
 * Grid
=========================== */
.no-grid:before,
.row-grid-1:before,
.row-grid-2:before,
.row-grid-3:before,
.row-grid-4:before,
.row-grid-5:before,
.row-grid-8:before,
.row-grid-10:before,
.row-grid-13:before{
  display: table;
  content: " ";
}

.row.row-grid-1{margin: -1px;}
.row.row-grid-2{margin: -2px;}
.row.row-grid-3{margin: -3px;}
.row.row-grid-4{margin: -4px;}
.row.row-grid-5{margin: -5px;}
.row.row-grid-8{margin: -8px;}
.row.row-grid-10{margin: -10px;}
.row.row-grid-13{margin: -13px;}
.no-grid > [class^='col-']{padding: 0;}
.row-grid-1 > [class^='col-']{padding: 1px;}
.row-grid-2 > [class^='col-']{padding: 2px;}
.row-grid-3 > [class^='col-']{padding: 3px;}
.row-grid-4 > [class^='col-']{padding: 4px;}
.row-grid-5 > [class^='col-']{padding: 5px;}
.row-grid-8 > [class^='col-']{padding: 8px;}
.row-grid-10 > [class^='col-']{padding: 10px;}
.row-grid-13 > [class^='col-']{padding: 13px;}
/*
 * Grid Nth Child
=========================== */
.row-nth-2  > [class^='col-']:nth-child(2n+1),
.row-nth-3  > [class^='col-']:nth-child(3n+1),
.row-nth-4  > [class^='col-']:nth-child(4n+1){
  clear: left;
}
/*
 * Space
=========================== */
.space-0 {margin-bottom: 0px;}
.space-top-0 {margin-top: 0px;}
.space-1 {margin-bottom: 6.25px;}
.space-top-1 {margin-top: 6.25px;}
.space-2 {margin-bottom: 12.5px;}
.space-top-2 {margin-top: 12.5px;}
.space-3 {margin-bottom: 18.75px;}
.space-top-3 {margin-top: 18.75px;}
.space-4 {margin-bottom: 25px;}
.space-top-4 {margin-top: 25px;}
.space-5 {margin-bottom: 31.25px;}
.space-top-5{margin-top: 31.25px;}
.space-6 {margin-bottom: 37.5px;}
.space-top-6 {margin-top: 37.5px;}
.space-7 {margin-bottom: 43.75px;}
.space-top-7 {margin-top: 43.75px;}
.space-8 {margin-bottom: 50px;}
.space-top-8 {margin-top: 50px;}
/*
 * Block Level
=========================== */
.block{display: block;}
.inline{display: inline;}
.inline-block{display: inline-block;}
.hidden{display: hidden;}
/*
 * Background Color
=========================== */
.bg-white{background: #fff;}
.bg-black{background: #000;}
.bg-dark{background: #12131a;}
/*
 * Text Color
=========================== */
.text-white{color: #fff;}
.text-black{color: #000;}
.text-primary{color: #ff5a5f;}
.text-success{color: #16a085;}
.text-danger{color: #e74c3c;}
.text-link{color: #3498db;}
.text-darkshadow{text-shadow:0 0 5px #666;}
/*
 * Padding Margin
=========================== */
.mrs{margin-right:5px!important;}
.mls{margin-left:5px!important;}
.mts{margin-top:5px!important;}
.mbs{margin-bottom:5px!important;}
.mrm{margin-right:10px!important;}
.mlm{margin-left:10px!important;}
.mtm{margin-top:10px!important;}
.mbm{margin-bottom:10px!important;}
.mrl{margin-right:30px!important;}
.mll{margin-left:30px!important;}
.mtl{margin-top:30px!important;}
.mbl{margin-bottom:30px!important;}
.prs{padding-right:5px!important;}
.pls{padding-left:5px!important;}
.pts{padding-top:5px!important;}
.pbs{padding-bottom:5px!important;}
.prm{padding-right:10px!important;}
.plm{padding-left:10px!important;}
.ptm{padding-top:10px!important;}
.pbm{padding-bottom:10px!important;}
.prl{padding-right:30px!important;}
.pll{padding-left:30px!important;}
.ptl{padding-top:30px!important;}
.pbl{padding-bottom:30px!important;}
.padding-10{padding:10px;}
.padding-15{padding:15px;}
.padding-20{padding:20px;}
.padding-25{padding:25px;}
.no-padding{padding:0!important;}
.no-padding-top{padding-top: 0!important;}
.no-padding-left{padding-left: 0!important;}
.no-padding-right{padding-right: 0!important;}
.no-padding-bottom{padding-bottom: 0!important;}
.no-margin{margin:0!important;}
.no-margin-top{margin-top: 0!important;}
.no-margin-left{margin-left: 0!important;}
.no-margin-right{margin-right: 0!important;}
.no-margin-bottom{margin-bottom: 0!important;}
/*
 * Border
=========================== */
.no-border{border:none!important;}
/*
 * Table
=========================== */
.table-borderless>thead>tr>th,
.table-borderless>tbody>tr>th,
.table-borderless>tfoot>tr>th,
.table-borderless>thead>tr>td,
.table-borderless>tbody>tr>td,
.table-borderless>tfoot>tr>td {
  border: 0;
}
/*
 * Row Table
=========================== */
.row-table{
  width:100%;
  height:100%;
  display:table;
}

.cell-left,
.cell-center,
.cell-right,
.cell-top,
.cell-middle,
.cell-bottom{
  display:table-cell;
}

.cell-left{text-align:left;}
.cell-center{text-align:center;}
.cell-right{text-align:right;}
.cell-top{vertical-align: top;}
.cell-middle{vertical-align: middle;}
.cell-bottom{vertical-align: bottom;}
/* 
 * Ratio
=========================== */
.ratio-rect,
.ratio-gold,
.ratio-half,
.ratio-silver{
  display: block;
  position: relative;
}

.ratio-rect{padding-bottom: 100%;}
.ratio-gold{padding-bottom: 61.8%;}
.ratio-half{padding-bottom: 50%;}
.ratio-silver{padding-bottom: 73.2%;}
/*
 * Background Image
=========================== */
.bg-cover{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.bg-contents{
  z-index: 10;
}

.bg-filter-dark{
  background-color: rgba(0,0,0,.3);
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
/*
 * Button
=========================== */
.btn {
  -webkit-transition:all 200ms linear;
  -moz-transition:all 200ms linear;
  transition:all 200ms linear;
}

.btn:active:focus,
.btn:focus {
  outline: 0;
}

.btn.active,
.btn:active {
  background: #f7f7f7;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.btn-default:hover,
.btn-default:active,
.btn-default:focus,
.btn-default:active:focus{
  background: transparent;
}

.btn.btn-outer-white{
  background-color: transparent;
  border-style: solid;
  border-color: #fff;
  border-width: 3px;
  color: #fff;
  font-weight: bold;
}

.btn.btn-outer-black{
  background-color: transparent;
  border-style: solid;
  border-color: #000;
  border-width: 3px;
  color: #000;
  font-weight: bold;
}

.btn.btn-submit,
.btn.btn-submit:focus,
.btn.btn-submit:active,
.btn.btn-submit:active:focus,
.btn.btn-more-entry,
.btn.btn-more-entry:focus,
.btn.btn-more-entry:active,
.btn.btn-more-entry:active:focus {
  background-color: #222;
  color: #fff;
}

.btn.btn-submit:hover,
.btn.btn-more-entry:hover {
  background-color: #333;
  color: #fff;
}

.btn-more-entry{
  font-family: 'Times New Roman',serif;
  font-style: italic;
  margin-top: 24px;
  letter-spacing: .06em;
}

.btn-muted,
.btn-muted:focus,
.btn-muted:active,
.btn-muted:active:focus {
  background-color: #bdc3c7;
}

.btn-muted:hover {
  background-color: #cbd0d3;
}

.btn-icon,
.btn-icon:active {
  line-height: 1;
  padding: 6px;
  background-color: transparent;
}

.btn-icon > i,
.btn-icon > .icon{
  line-height: 1;  
}
/*
 * Section Btn
 */
.btn-section,
.btn-section:hover,
.btn-section:focus,
.btn-section:active{
  color: #fff;
}

.btn-section,
.btn-section:focus{
  background-color: #95a5a6;
}

.btn-section:hover{
  background-color: #7f8c8d;
}


.men,
.women{
  background-color: rgba(34, 49, 63, .7);
  text-align: center;
  padding: 100px 10px;
  display: block;
}

.men:hover{
  background-color: rgba(34, 49, 63, .9);
}

.women{
  background-color:rgba(224,130,131,.7);
}

.women:hover{
  background-color:rgba(224,130,131,.9);
}
/* 
 Section
=========================== */
section {
  position: relative;
  background: #fff;
  overflow-x: hidden;
}

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

.section{padding: 64px 0;}
.section-top{padding-top: 64px;}
.section-bottom{padding-bottom: 64px;}

.section-white{
  background-color: #fff;
}

.section-light{
  background-color: #ecf0f1;
}

.section-gray{
  background-color: #B3B3B3;
  color: #fff;
}

.section-header{
  margin:0 0 60px 0;
}

.section-footer{
  margin-top: 30px;
}

.section-title{
  font-family: 'Open Sans', sans-serif;
  position: relative;
  text-align: center;
  margin: 0;
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 40px;
}

.section-title:after{
  content: '';
  width: 100px;
  display: block;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -50px;
  border-bottom: 2px dashed #000;
}

.section-full{
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  padding: 200px 0;
}

.section-hero{
  height: calc(70vh);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.section-hero > h1 {
  border: 3px solid #000;
  color: #000;
  width: 60%;
  max-width: 650px;
  text-transform: uppercase;
  line-height: 1.7em;
  letter-spacing: 5px;
  margin: 0 auto;
  display: block;
  position: relative;
  text-align: center;
  font-weight: 100;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.section-image{
  position: relative;
  width: 100%;
  height: 50vh;
  background-attachment: fixed;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  display: inline-block;
  float: left;
}

.section-filter{
  background-color:rgba(255,255,255,.2);
}

.full{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width:100%;
}
/* 
 Header
=========================== */
header{
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: rgba(255,255,255,.98);
  transition: all 0.2s;
  z-index: 999;
  border-bottom: 1px solid #fff;
  -webkit-transition: left .3s;
  -moz-transition: left .3s;
  -ms-transition: left .3s;
  transition: left .3s;
}

.header-container{
  padding: 0px 25px 0px 25px;
}

.logo{
  position: absolute;
  left: 50%;
  margin-left: -35px;
  line-height: 0.8;
}

.logo > a,
.logo > span{
  width: 70px;
  height: 40px;
  position: relative;
  display: inline-block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../img/logo.png);
  z-index: 10;
  margin-top: 14px;
}

.nav-right,
.nav-left{
  float: left;
  width: 50%;
}

ul.navbar-menu > li,
ul.navbar-menu > li > a{
  position: relative;
}

ul.navbar-menu > li{
  float: left;
}

ul.navbar-menu > li > a,
ul.navbar-menu > li > a > i,
ul.navbar-menu > li > a > span{
  vertical-align: middle;
  line-height: 1;
}

ul.navbar-menu > li > a,
ul.navbar-menu > li > a > i,
ul.navbar-menu > li > a.btn{
  color: #333;
  border-color: #666;
}


ul.navbar-menu > li > a{
  display: block;
  margin: 20px 10px;
  line-height: 26px;
}

ul.navbar-menu > li > a > i{
  font-size: 26px;
}

ul.navbar-menu > li > a.btn{
  line-height: 1;
  border-width: 2px;
  margin-top: 20px;
  margin-bottom: 0;
}

.navbar-cart-count{
  position: absolute;
  top: -8px;
  right: -8px;
  width: 18px;
  height: 18px;
  line-height: 18px!important;
  background-color: #e74c3c;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  text-align: center;
}

.nav-sections-tab{
  display: none;
  padding: 7px 8px;
  line-height: 1;
}

.nav-sections-tab > i{
  font-size: 26px;
}

.navbar-name{
  margin-left: 8px;
}
/* 
 Product Meta
=========================== */
.products-meta {
  color: #333;
  line-height: 1.5;
  margin-top: 6px;
}

.tax {
  font-size: 10px;
  margin: 0 0 0 2px;
  white-space: nowrap;
  vertical-align: 1px;
  color: #808080;
}
/* 
 Empty Item
=========================== */
.empty-item {
  color: #999;
  text-align: center;
}

.empty-brand {
  font-size: 100px;
}

.empty-title {
  margin-bottom: 0;
  margin-top:20px;
}
/*
 * Relation Item
=========================== */
.relation-products{
  margin-top: 50px;
}

.relation-title{
  border-bottom:1px solid #e5e5e5;
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.row-relation {
  margin-left: -16px;
  margin-right: -16px;
}

.row-relation > [class^='col-']{
  padding: 16px;
}
/* 
 Drop Cart Header
=======================.col-lg-3:nth-child(4n+1){
  clear: left;
}==== */
.drop-carts-view.loading {
  text-align: center;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  padding: 20px 0;
  animation: fa-spin 1s infinite steps(8);
}

.drop-carts-view.loading:before{
  content: "\f110";
}

.drop-cart-item-module {
  position: relative;
  padding: 16px 0;
  border-top: 1px solid #dcdcdc;
}

.drop-cart-item-module:first-child {
  border: 0;
}

.drop-cart-item-contents{
  position: relative;
  padding-left: 64px;
}

.drop-cart-thumb{
  width: 50px;
  position: absolute;
  left: 0;
  top: 0;
}

.cart-item-title{
  margin-top: 0;
  margin-bottom: 0;
}

.option-items {
  overflow: hidden;
}

.option-item,
.drop-option-item{
  font-size: 11px;
  margin-top: 4px;
  overflow: hidden;
}

.option-title,
.option-name,
.cart-option-name{
  display: inline;
  float: left;
}

.option-title:after,
.drop-option-title:after{
  content:':';
  margin:0 6px;
  font-weight: bold;
}

.drop-cart-meta{
  margin-top: 8px;
}

.drop-cart-meta > p {
  margin: 0;
}

.drop-cart-other {
  text-align: center;
  padding-bottom: 10px;
  font-weight: bold;
}

.drop-cart-summary {
  padding: 14px 0 14px 0;
  border-top: 1px solid #dcdcdc;
}

.drop-cart-error {
  padding: 20px 0;
  text-align: center;
}

.drop-cart-error > h4{
  margin-top: 0;
}

.drop-cart-nav {
  padding: 14px 0 14px 0;
  border-top: 1px solid #dcdcdc;
}

.empty-drop-cart{
  text-align: center;
  margin: 20px 0;
}

.empty-drop-cart > .lnr-cart,
.empty-drop-cart > .lnr-heart{
  font-size: 50px;
}

.empty-drop-cart > h4{
  margin-top: 20px;
  margin-bottom: 0;
}
/* 
 Dropdown Hover
=========================== */
.navbar-dropdown.on > .dropdown-hover,
.navbar-dropdown:hover > .dropdown-hover{
  display: block;
}

.dropdown-hover{
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #fff;
  border: 1px solid #ececec;
}

.dropdown-hover:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -10px;
  left: 14px;
  bottom: auto;
  border: 10px solid transparent;
  border-top: 0;
  border-bottom-color: #ececec;
}

.dropdown-hover:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -9px;
  left: 15px;
  bottom: auto;
  border: 9px solid transparent;
  border-top: 0;
  border-bottom-color: #fff;
}

.dropdown-hover.right {
  left: auto;
  right: 0;
}

.dropdown-hover.right:before {
  left: auto;
  right: 14px;  
}

.dropdown-hover.right:after {
  left: auto;
  right: 15px;  
}

.navbar-dropdown-left .dropdown-hover{
  left: 0;
  right: auto;
}

.navbar-dropdown-left .dropdown-hover:before {
  right: auto;
  left: 14px;
}

.navbar-dropdown-left .dropdown-hover:after {
  right: auto;
  left: 15px;
}

.dropdown-panel-small {
  width: 280px;
}

.dropdown-hover > .panel-body{
  padding-top: 0;
  padding-bottom: 0;
}

.dropdown-nav > li{
  border-top: 1px solid #ececec;
}

.dropdown-nav > li:first-child{
  border-top: 0;
}

.dropdown-nav > li > a {
  position: relative;
  display: block;
  padding: 20px 0;
  font-size: 14px;
  color: #555;
}

.dropdown-nav > li > a:hover{
  padding-left: 8px;
}

.dropdown-nav > li > a > i {
  margin-right: 8px;
}
/* 
 Dropdown Search
=========================== */
.dropdown-panel-search {
  width: 360px;
}

.subnav-header {
  display: inline-block;
  color: #222;
  line-height: 16px;
  font-size: 16px;
}

.subnav-header:hover {
  color: #999;
}

ul.dropdown-nav-list > li {
  margin-top: 8px;
}

ul.dropdown-nav-list > li > a{
  color: #111;
  display: inline-block;
}

ul.dropdown-nav-list > li > a:hover{
  color: #999;
}
/* 
 List Type
=========================== */
ul.decimal > li:first-child,
ul.disc > li:first-child {
  margin-top: 0;
}

ul.decimal > li,
ul.disc > li{
  margin-top: 10px;
}

ul.decimal > li {
  list-style: decimal inside;
}

ul.disc > li {
  list-style: disc inside;
}
/* 
 Owl Caroucel
=========================== */
.owl-carousel{
  position: relative;
  height: 100%;
}

.owl-wrapper-outer,
.owl-stage-outer,
.owl-wrapper,
.owl-stage,
.owl-item{
  height: 100%;
}

.owl-controls{
  width: 100%;
  bottom: 0;
}

.owl-nav > .owl-prev,
.owl-nav > .owl-next{
  position: absolute;
  top: 50%;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  background-size: contain;
  background-position: center;
  text-indent: 100%;
  white-space: nowrap;
}

.owl-dots{
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.owl-dots > .owl-dot:first-child{
  margin:0;
}

.owl-dots > .owl-dot{
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 10px;
  border:1px solid #999;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}

.owl-dots > .owl-dot.active{
  background-color: #333;
}
/* ----------------------------------
 * 
 * Modal
 *
 * ------------------------------- */
.modal-table{
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}

.modal-cell{
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  padding: 50px;
}

.modal-full{
  margin: 0;
}

.modal-full > .modal-content{
  border: 0;
}

.modal-signin {
  max-width: 400px;
  margin: 50px auto;
  padding: 0 10px;
}

.modal-body{
  padding: 30px 20px;
}

.modal-module-title{
  margin-top: 0;
  padding-bottom: 16px;
  margin-bottom: 15px;
  font-weight: bold;
  border-bottom: 1px solid #eee;
}
/*
Thumbnail
=========================== */
.thumb,
.max-thumb,
.min-thumb{
  display: block;
  position: relative;
}

.thumb img{width:100%;}
.max-thumb img{max-width:100%;}
.min-thumb img{min-width:100%;}

.thumb-scale{
  position: relative;
  overflow: hidden;
}

.thumb-scale > img{
  width:100%;
  display:block;
  -webkit-transition:all 550ms linear;
  -moz-transition:all 550ms linear;
  transition:all 550ms linear;
  -webkit-transform:scale(1,1);
  -moz-transform:scale(1,1);
  -ms-transform:scale(1,1);
  -o-transform:scale(1,1);
  transform:scale(1,1)
  cursor:pointer;
}

.thumb-scale:hover > img{
  -webkit-transition-duration:500ms linear;
  -moz-transition-duration:500ms linear;
  transition-duration:500ms linear;
  -webkit-transition-timing-function:cubic-bezier(0.19,1,.22,1);
  -ms-transition-timing-function:cubic-bezier(0.19,1,.22,1);
  transition-timing-function:cubic-bezier(0.19,1,.22,1);
  -webkit-transform:scale(1.06,1.06);
  -moz-transform:scale(1.06,1.06);
  -ms-transform:scale(1.06,1.06);
  -o-transform:scale(1.06,1.06);
  transform:scale(1.06,1.06);
}

.thumb-filter-hover{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  transition: all 0.3s;
}

.thumb-filter-hover:hover{
  background-color: rgba(255,255,255,0.5);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  cursor: pointer;
}
/*
 * Drop Down
=========================== */
.dropdown-hover:hover > .dropdown-menu{
  display: block;
}

.dropdown-content{
  min-width: 500px;
  margin: 0;
  padding: 10px;
  border-top:none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.doropdown-list > li{
  float: left;
  margin: 10px;
}
/* 
 Error 
=========================== */
.error-message{
  color: #e74c3c;
  margin-top: 8px;
}
/* 
 Flash Message
=========================== */
.message,
.flash-message{
  position: relative;
  text-align: center;
  background-color: #34495e;
  color: #fff;
  padding: 14px 30px 14px 15px;
  font-weight: bold;
}

.flash-message.success{
  background-color: #333;
}

.flash-message.danger{
  background-color: #e74c3c;
}

.flash-close{
  width: 30px;
  position: absolute;
  right: 0;
  font-size: 18px;
  z-index: 1;
  color: #fff;
  text-align: center;
  cursor:pointer;
}
/* 
 Panel
=========================== */
.panel-module:first-child,
.panel-module.first-child{
  margin-top: 0;
}

.panel-module{
  margin-top: 30px;  
}

.panel-module-title{
  border-bottom:1px solid #dcdcdc;
  margin: 0 0 20px 0;
  padding-bottom: 10px;
}

.panel-controls > li > a{
  color: #333;
}
/* 
 Free Shipping
=========================== */
.free-shipping-label{
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
  background-color: #e74c3c;
  background-repeat: repeat-x;
  background-size: auto 90%;
  height: 24px;
  background-image: url(../img/more_sale.png);
  background-position: center;
}


.global-labels{
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
  background-color: #27ae60;
  background-repeat: repeat-x;
  background-size: auto 90%;
  height: 24px;
  background-image: url(https://aftr-school.com/img/label-free-shipping.png);
  background-position: center;
}
/* 
 Footer
=========================== */
footer{
  width: 100%;
  background-color: #1d1d1d;
  color: #fff;
}
/* Footer Inner */
.footer-inner {
  padding: 56px 0;
  overflow: hidden;
  justify-content: center;
  -webkit-justify-content: center;
  text-align: center;
}

.footer-module{
  padding: 28px 0;
}
/* Footer Brands */
.footer-brands{
  color: #fff;
  background-color: #222;
  padding: 24px 0;
}

.brand-list{
  text-align: center;
}

.ul-brand{
  display: inline-block;
  margin-left: -24px;
  margin-right: -24px;
  margin-top: -24px;
  margin-bottom: -24px;
  text-align: center;
  letter-spacing: -0.5em;
}

.ul-brand > li{
  display: inline-block;
  width: 16.6666666667%;
  padding: 24px;
  letter-spacing: normal;
}

.ul-brand > li > a{
  display: block;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.ul-brand > li > a:hover{
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

ul.social-buttons > li > a:hover{
  border-color: #c1c1c1;
  color: #c1c1c1;
}

ul.footer-nav{
  text-align: center;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: .075em;
  font-weight: 600;
  margin-bottom: 30px;
}

ul.footer-nav > li{
  display: inline-block;
  margin: 0 10px;
}

ul.footer-nav > li > a{
  position: relative;
  display: inline-block;
  color: #ddd;
  font-size: 13px;
}

ul.footer-nav > li > a > i{
  line-height: 1;
}

ul.footer-nav > li > a:hover{
  color: #fff;
}

ul.footer-nav > li > a:after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  width: 100%;
  height: 1px;
  background: #eee;
  transition: -webkit-transform .15s;
  transition: transform .15s;
  transition: transform .15s,-webkit-transform .15s;
}

ul.footer-nav > li > a:hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

ul.social-buttons{
  text-align: center;
  margin-bottom: 60px;
}

ul.social-buttons > li {
  display: inline-block;
  margin: 6px;
}

ul.social-buttons > li > a {
  display: inline-block;
  width: 46px;
  height: 46px;
  line-height: 44px;
  font-size: 18px;
  border: 1px solid #5f5f5f;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  color: #5f5f5f;
}

.copyright{
  font-size: 11px;
  text-align: right;
  margin: 0;
  text-align: center;
}
/* 
 Overlay
=========================== */
.page-loader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  background-color: rgba(255,255,255,.4);
  text-align: center;
}

.page-loader .loader{
  border-color: #000;
  border-top-color: transparent;
  margin-top:100px;
}

.loader::after {
  border-top-color: #000;
}

.overlay{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 800;
  background-color: rgba(0,0,0,.6);
  color: #fff;
}

.overlay > .loader{
  border-color: #fff;
  border-top-color: transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -25px;
  margin-left: -25px;
}

.overlay > .loader::after {
  border-top-color: #fff;
}

.overlay-content{
  padding: 10px;
  text-align: center;
}
/*
 * Alert
=========================== */
.alert-title {
  margin-top: 0;
  margin-bottom: 12px;
}

ul.alert-list > li:first-child{
  margin-top: 0;
}

ul.alert-list > li{
  margin-top: 4px;
}
/* 
 Loader
=========================== */
.loader {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 3px solid #000;
  border-radius: 50%;
  animation: spin 0.75s infinite linear;
  border-top-color: transparent;
}

.loader::before,
.loader::after {
  left: -3px;
  top: -3px;
  display: none;
  position: absolute;
  content: '';
  width: inherit;
  height: inherit;
  border: inherit;
  border-radius: inherit;
}

.loader::after {
  display: block;
  border-color: transparent;
  border-top-color: #000;
  animation: spin 1.25s infinite linear reverse;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* 
ICON CIRCLE
=========================== */
.i-circle {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  text-align: center;
  vertical-align: middle;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
  background-color: #fff;
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}

.i-circle:hover{
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

.i-circle > i{
  display: inline-block;
  font-size: 20px;
  padding:10px 0;
  letter-spacing: 0; 
  color: #111;
}

.bgcolor-facebook{
  background-color: #3b5998;
  border-color: #3b5998;
}

.bgcolor-twitter{
  background-color: #55acee;
  border-color: #55acee;
}

.bgcolor-instagram{
  background-color: #3f729b;
  border-color: #3f729b;
}

.bgcolor-twitter:hover > span{
  animation: pulsate 1s ease-out;
  animation-iteration-count: infinite;
}

@keyframes pulsate {
  0%   { transform: scale(1, 1); }
  50%  { opacity: 1; }
  100% { transform: scale(4, 4); opacity: 0.0; }
}
/*
 * Toggle SmartPhone Menu
=========================== */
html.nav-open{
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}

html.nav-open .header{
  left: 80%;
}

html.nav-open .page-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
  left: 80%;
}

html.nav-open .nav-sections{
  left: 0;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
/*
 * Nav Section - SmartPhone Menu
=========================== */
.nav-sections{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: left .3s;
  -moz-transition: left .3s;
  -ms-transition: left .3s;
  transition: left .3s;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: -80%;
  border-right: 1px solid rgba(0,0,0,.2);
  height: 100%;
  width: 80%;
  overflow: auto;
  overflow-x: hidden;
  line-height: 2;
  background: #fff;
}

.nav-sections-list > li{
  border-bottom: 1px solid #dcdcdc;
}

.nav-sections-list li > a,
.nav-sections-list li > span{
  position: relative;
  display: block;
  color: #666;
  padding: 13px 16px 11px 16px;
  font-size: 16px;
}

.nav-sections-list li > a > i,
.nav-sections-list li > span > i {
  margin-right: 5px;
}

.nav-sections-list li > a > .lnr-chevron-down,
.nav-sections-list li > a > .lnr-chevron-right,
.nav-sections-list li > span > .lnr-chevron-down,
.nav-sections-list li > span > .lnr-chevron-right{
  margin: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -7px;
}

.nav-sections-title{
  padding: 13px 16px 11px 16px;
}

.nav-sections-title:before{
  margin-right: 8px;
}

.accordion > ul{
  display: none;
}

.accordion > ul > li {
  padding-left: 20px;
}
/*
 * Nav Section - Slide Menu
=========================== */
.slide-menu{
  position: relative;
}

.slide-menu-parent,
.slide-menu-child{
  width: 100%;
  position: absolute;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.slide-menu-child{
  left: 100%;
}

.slide-menu-parent{
  right: 0;
}

.slide-menu-child.active{
  left: 0; 
}

.slide-menu-parent.active{
  right: 100%; 
}

.slide-return{
  font-weight: bold;
  background-color: #ecf0f1;
}

.text-left{
  text-align: left;
}
/*
 * Box
=========================== */
.box {
  position: relative;
  color: #888;
  font-family: Helvetica;
  font-size: 14px;
  margin: 0 auto;
  max-width: 480px;
  background-color: #fff;
}

.box.with-border {
  border: 1px solid #dce0e0;
}
/* 
 * Switch Signin
=========================== */
.switch-signin-copy{
  float: left;
  line-height: 44px;
  font-size: 16px;
}

.switch-signin-link,
.switch-signin-link:hover,
.switch-signin-link:active,
.switch-signin-link:focus,
.switch-signin-link:active:focus{
  float: right;
  border-color: #888;
  color: #888;
}
/*
 * Input Addon
=========================== */
.input-addon-left,
.input-addon-right{
  position: relative;
}

.input-addon-left > input{
  padding-left: 40px!important;
}

.input-addon-right > input{
  padding-right: 40px!important;
}

.input-addon {
  width: 40px;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  text-align: center;
  font-size: 16px;
  line-height: 1;
}

.input-addon-left > .input-addon{
  left: 0;
}

.input-addon-right > .input-addon{
  right: 0;
}

.input-addon-signin > input{
  padding-left: 44px!important;
}

.input-addon-signin > .input-addon{
  width: 44px;
  font-size: 24px;
  margin-top: -13px;
  color: #333;
}
  /* 
  * Entry Flex
  =========================== */
  .entry-flex {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
  }
  
  .entry-flex > .entry-flex_item {
    position: relative;
    width: 100%;
    padding: 40px;
  }
  
  .entry-flex > .entry-flex_item:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 100px;
    margin: -50px 0 0 0;
    background-color: #d2dae2;
  }

  .entry-flex > .entry-flex_item:first-child:before {
    display: none;
  }
  
  .entry-flex .entry-flex_title {
    margin: 0 0 24px 0;
    font-weight: 600;
    font-size: 18px;
  }
/*
// Medium Size
// MAX: 1199px
*/
@media (max-width: 1199px) {
  /* 
   * Container
  =========================== */
  .container-fluid{
    padding:0 56px;
  }
  /* ===========================
  COMMONLY USED
  =========================== */
  .md-flex{width:100%;}
  .md-hidden{display:none;}
  .md-pull-left{float:left;}
  .md-pull-right{float:right;}
  .md-bold{font-weight: bold;}
  /* ===========================
  PADDING MARGIN
  =========================== */
  .md-mrs{margin-right:5px!important;}
  .md-mls{margin-left:5px!important;}
  .md-mts{margin-top:5px!important;}
  .md-mbs{margin-bottom:5px!important;}
  .md-mrm{margin-right:10px!important;}
  .md-mlm{margin-left:10px!important;}
  .md-mtm{margin-top:10px!important;}
  .md-mbm{margin-bottom:10px!important;}
  .md-mrl{margin-right:30px!important;}
  .md-mll{margin-left:30px!important;}
  .md-mtl{margin-top:30px!important;}
  .md-mbl{margin-bottom:30px!important;}
  .md-text-left{text-align: left!important;}
  .md-text-center{text-align: center!important;}
  .md-text-right{text-align: right!important;}
  .md-no-padding{padding:0!important;}
  .md-no-padding-bottom{padding-bottom:0!important;}
  .md-no-margin{margin:0!important;}
  .md-no-margin-bottom{margin-bottom:0!important;}
  /* 
  Space
  =========================== */
  .space-md-0 {margin-bottom: 0px;}
  .space-top-md-0 {margin-top: 0px;}
  .space-md-1 {margin-bottom: 6.25px;}
  .space-top-md-1 {margin-top: 6.25px;}
  .space-md-2 {margin-bottom: 12.5px;}
  .space-top-md-2 {margin-top: 12.5px;}
  .space-md-3 {margin-bottom: 18.75px;}
  .space-top-md-3 {margin-top: 18.75px;}
  .space-md-4 {margin-bottom: 25px;}
  .space-top-md-4 {margin-top: 25px;}
  .space-md-5 {margin-bottom: 31.25px;}
  .space-top-md-5 {margin-top: 31.25px;}
  .space-md-6 {margin-bottom: 37.5px;}
  .space-top-md-6 {margin-top: 37.5px;}
  .space-md-7 {margin-bottom: 43.75px;}
  .space-top-md-7 {margin-top: 43.75px;}
  .space-md-8 {margin-bottom: 50px;}
  .space-top-md-8 {margin-top: 50px;}
  /* ===========================
  Grid
  =========================== */
  .md-no-grid{margin: 0;}
  .md-row-grid-1{margin: -1px;}
  .md-row-grid-2{margin: -2px;}
  .md-row-grid-3{margin: -3px;}
  .md-row-grid-4{margin: -4px;}
  .md-row-grid-5{margin: -5px;}
  .md-row-grid-10{margin: -10px;}
  .md-no-grid > [class^='col-']{padding: 0;}
  .md-row-grid-1 > [class^='col-']{padding: 1px;}
  .md-row-grid-2 > [class^='col-']{padding: 2px;}
  .md-row-grid-3 > [class^='col-']{padding: 3px;}
  .md-row-grid-4 > [class^='col-']{padding: 4px;}
  .md-row-grid-5 > [class^='col-']{padding: 5px;}
  .md-row-grid-10 > [class^='col-']{padding: 10px;}
  /*
   * Grid Nth Child
  =========================== */
  .row-md-nth-2  > [class^='col-']:nth-child(2n+1),
  .row-md-nth-3  > [class^='col-']:nth-child(3n+1),
  .row-md-nth-4  > [class^='col-']:nth-child(4n+1){
    clear: left;
  }
  /* 
  * Relation Item
  =========================== */
  .row-relation > .col-lg-2:nth-child(6n+1){
    clear: none;
  }

  .row-relation > .col-md-4:nth-child(3n+1){
    clear: left;
  }

}
/*
// Tablet Size
// MAX: 991px
*/
@media (max-width: 991px) {
  /* 
  Layout
  =========================== */
  .page-wrapper{
    padding-top: 52px;
    overflow: auto;
  }
  /*
   * Container
  =========================== */
  .container-fluid{
    padding:0 15px;
  }
  /* 
  Header
  =========================== */
  .header-container{
    padding: 5px 10px;
  }

  .logo > a{
    height: 32px;
    margin: 4px 0;
  }

  .nav-sections-tab{
    display: block;
    color: #000;
    line-height: 1;
  }

  ul.navbar-menu > li > a,
  header.active ul.navbar-menu > li > a{
    margin: 6px 8px;
  }

  ul.navbar-menu > li > a,
  header.active ul.navbar-menu > li > a,
  ul.navbar-menu > li > a > i,
  header.active ul.navbar-menu > li > a > i{
    font-size: 25px;
  }
  /* 
  Commonly Used
  =========================== */
  .sm-flex{width:100%;}
  .sm-hidden{display:none;}
  .sm-pull-left{float:left;}
  .sm-pull-right{float:right;}
  .sm-bold{font-weight: bold;}
  /* 
  Padding Margin
  =========================== */
  .sm-mrs{margin-right:5px!important;}
  .sm-mls{margin-left:5px!important;}
  .sm-mts{margin-top:5px!important;}
  .sm-mbs{margin-bottom:5px!important;}
  .sm-mrm{margin-right:10px!important;}
  .sm-mlm{margin-left:10px!important;}
  .sm-mtm{margin-top:10px!important;}
  .sm-mbm{margin-bottom:10px!important;}
  .sm-mrl{margin-right:30px!important;}
  .sm-mll{margin-left:30px!important;}
  .sm-mtl{margin-top:30px!important;}
  .sm-mbl{margin-bottom:30px!important;}
  .sm-text-left{text-align: left!important;}
  .sm-text-center{text-align: center!important;}
  .sm-text-right{text-align: right!important;}
  .sm-no-padding{padding:0!important;}
  .sm-no-padding-bottom{padding-bottom:0!important;}
  .sm-no-margin{margin:0!important;}
  .sm-no-margin-bottom{margin-bottom:0!important;}
  /* 
  Table Cell
  =========================== */
  .sm-cell-left,
  .sm-cell-center,
  .sm-cell-right,
  .sm-cell-top,
  .sm-cell-middle,
  .sm-cell-bottom{
    display:table-cell;
  }

  .sm-cell-left{text-align:left;}
  .sm-cell-center{text-align:center;}
  .sm-cell-right{text-align:right;}
  .sm-cell-top{vertical-align: top;}
  .sm-cell-middle{vertical-align: middle;}
  .sm-cell-bottom{vertical-align: bottom;}
  /* 
  Grid
  =========================== */
  .sm-no-grid{margin: 0;}
  .sm-row-grid-1{margin: -1px;}
  .sm-row-grid-2{margin: -2px;}
  .sm-row-grid-3{margin: -3px;}
  .sm-row-grid-4{margin: -4px;}
  .sm-row-grid-5{margin: -5px;}
  .sm-row-grid-10{margin: -10px;}
  .sm-no-grid > [class^='col-']{padding: 0;}
  .sm-row-grid-1 > [class^='col-']{padding: 1px;}
  .sm-row-grid-2 > [class^='col-']{padding: 2px;}
  .sm-row-grid-3 > [class^='col-']{padding: 3px;}
  .sm-row-grid-4 > [class^='col-']{padding: 4px;}
  .sm-row-grid-5 > [class^='col-']{padding: 5px;}
  .sm-row-grid-10 > [class^='col-']{padding: 10px;}
  /* 
  Space
  =========================== */
  .space-sm-0 {margin-bottom: 0px;}
  .space-top-sm-0 {margin-top: 0px;}
  .space-sm-1 {margin-bottom: 6.25px;}
  .space-top-sm-1 {margin-top: 6.25px;}
  .space-sm-2 {margin-bottom: 12.5px;}
  .space-top-sm-2 {margin-top: 12.5px;}
  .space-sm-3 {margin-bottom: 18.75px;}
  .space-top-sm-3 {margin-top: 18.75px;}
  .space-sm-4 {margin-bottom: 25px;}
  .space-top-sm-4 {margin-top: 25px;}
  .space-sm-5 {margin-bottom: 31.25px;}
  .space-top-sm-5 {margin-top: 31.25px;}
  .space-sm-6 {margin-bottom: 37.5px;}
  .space-top-sm-6 {margin-top: 37.5px;}
  .space-sm-7 {margin-bottom: 43.75px;}
  .space-top-sm-7 {margin-top: 43.75px;}
  .space-sm-8 {margin-bottom: 50px;}
  .space-top-sm-8 {margin-top: 50px;}
  /*
   * Grid Nth Child
  =========================== */
  .row-sm-nth-2  > [class^='col-']:nth-child(2n+1),
  .row-sm-nth-3  > [class^='col-']:nth-child(3n+1),
  .row-sm-nth-4  > [class^='col-']:nth-child(4n+1){
    clear: left;
  }
  /* ===========================
  FORM
  =========================== */
  .sm-form-inline-2,
  .sm-form-inline-3,
  .sm-form-inline-4 {
    margin:0 -5px;
  }

  .sm-form-inline-2 > .form-group,
  .sm-form-inline-3 > .form-group,
  .sm-form-inline-4 > .form-group{
    float: left;
    padding:0 5px;
  }

  .sm-form-inline-2 > .form-group{width:50%;}
  .sm-form-inline-3 > .form-group{width:33.3333333%;}
  .sm-form-inline-4 > .form-group{width:25%;}
  /* ===========================
  Brands
  =========================== */
  .ul-brand{
    display: inline-block;
    margin-left: -24px;
    margin-right: -24px;
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .ul-brand > li{
    width: 33.3333333333%;
    padding: 24px;
  }
  /* ===========================
  Fiiter
  =========================== */
  ul.footer-nav{
    text-align: left;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: .075em;
    font-weight: 600;
    margin-bottom: 30px;
  }

  ul.footer-nav > li{
    display: block;
    margin: 0;
    border-bottom: 1px solid #5c5c5c;
  }

  ul.footer-nav > li > a{
    display: block;
    padding: 10px 0;
  }

  ul.footer-nav > li > a:hover:after {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  /* 
  * Relation Item
  =========================== */
  .row-relation > .col-md-4:nth-child(3n+1){
    clear: none;
  }

  .row-relation > .col-xs-6:nth-child(2n+1){
    clear: left;
  }
}
/*
// SmartPhone Size
// MAX: 767px
*/
@media (max-width: 767px){
  /* 
  Commonly Used
  =========================== */
  .xs-flex{width:100%;}
  .xs-hidden{display:none;}
  .xs-pull-left{float:left;}
  .xs-pull-right{float:right;}
  .xs-bold{font-weight: bold;}
  /* 
  Padding Margin
  =========================== */
  .xs-mrs{margin-right:5px!important;}
  .xs-mls{margin-left:5px!important;}
  .xs-mts{margin-top:5px!important;}
  .xs-mbs{margin-bottom:5px!important;}
  .xs-mrm{margin-right:10px!important;}
  .xs-mlm{margin-left:10px!important;}
  .xs-mtm{margin-top:10px!important;}
  .xs-mbm{margin-bottom:10px!important;}
  .xs-mrl{margin-right:30px!important;}
  .xs-mll{margin-left:30px!important;}
  .xs-mtl{margin-top:30px!important;}
  .xs-mbl{margin-bottom:30px!important;}
  .xs-text-left{text-align: left!important;}
  .xs-text-center{text-align: center!important;}
  .xs-text-right{text-align: right!important;}
  .xs-no-padding{padding:0!important;}
  .xs-no-padding-bottom{padding-bottom:0!important;}
  .xs-no-margin{margin:0!important;}
  .xs-no-margin-bottom{margin-bottom:0!important;}
  /* 
  Table Cell
  =========================== */
  .xs-cell-left,
  .xs-cell-center,
  .xs-cell-right,
  .xs-cell-top,
  .xs-cell-middle,
  .xs-cell-bottom{
    display:table-cell;
  }

  .xs-cell-left{text-align:left;}
  .xs-cell-center{text-align:center;}
  .xs-cell-right{text-align:right;}
  .xs-cell-top{vertical-align: top;}
  .xs-cell-middle{vertical-align: middle;}
  .xs-cell-bottom{vertical-align: bottom;}
  /* 
  Grid
  =========================== */
  .xs-no-grid{margin: 0;}
  .xs-row-grid-1{margin: -1px;}
  .xs-row-grid-2{margin: -2px;}
  .xs-row-grid-3{margin: -3px;}
  .xs-row-grid-4{margin: -4px;}
  .xs-row-grid-5{margin: -5px;}
  .xs-row-grid-10{margin: -10px;}
  .xs-no-grid > [class^='col-']{padding: 0;}
  .xs-row-grid-1 > [class^='col-']{padding: 1px;}
  .xs-row-grid-2 > [class^='col-']{padding: 2px;}
  .xs-row-grid-3 > [class^='col-']{padding: 3px;}
  .xs-row-grid-4 > [class^='col-']{padding: 4px;}
  .xs-row-grid-5 > [class^='col-']{padding: 5px;}
  .xs-row-grid-10 > [class^='col-']{padding: 10px;}
  /*
   * Grid Nth Child
  =========================== */
  .row-xs-nth-2  > [class^='col-']:nth-child(2n+1),
  .row-xs-nth-3  > [class^='col-']:nth-child(3n+1),
  .row-xs-nth-4  > [class^='col-']:nth-child(4n+1){
    clear: left;
  }
  /* 
  Space
  =========================== */
  .space-xs-0 {margin-bottom: 0px;}
  .space-top-xs-0 {margin-top: 0px;}
  .space-xs-1 {margin-bottom: 6.25px;}
  .space-top-xs-1 {margin-top: 6.25px;}
  .space-xs-2 {margin-bottom: 12.5px;}
  .space-top-xs-2 {margin-top: 12.5px;}
  .space-xs-3 {margin-bottom: 18.75px;}
  .space-top-xs-3 {margin-top: 18.75px;}
  .space-xs-4 {margin-bottom: 25px;}
  .space-top-xs-4 {margin-top: 25px;}
  .space-xs-5 {margin-bottom: 31.25px;}
  .space-top-xs-5 {margin-top: 31.25px;}
  .space-xs-6 {margin-bottom: 37.5px;}
  .space-top-xs-6 {margin-top: 37.5px;}
  .space-xs-7 {margin-bottom: 43.75px;}
  .space-top-xs-7 {margin-top: 43.75px;}
  .space-xs-8 {margin-bottom: 50px;}
  .space-top-xs-8 {margin-top: 50px;}
  /* 
  FORM
  =========================== */
  .xs-form-inline-2,
  .xs-form-inline-3,
  .xs-form-inline-4 {
    margin:0 -5px;
  }

  .xs-form-inline-2 > .form-group,
  .xs-form-inline-3 > .form-group,
  .xs-form-inline-4 > .form-group{
    float: left;
    padding:0 5px;
  }

  .xs-form-inline-2 > .form-group{width:50%;}
  .xs-form-inline-3 > .form-group{width:33.3333333%;}
  .xs-form-inline-4 > .form-group{width:25%;}
  .label-used-cc-image > img{
    height: 13px;
    vertical-align: top;
    margin-top: 0;
  }
  /* 
  * Section
  =========================== */
  .section {
    padding: 30px 0;
  }

  .section-hero{
    height: calc(50vh);
    background-position: center!important;
  }

  .section-hero > h1 {
    width: 86%;
    font-size: 20px;
    border-width: 2px;
  }

  .section-header{
    margin:0 0 30px 0;
  }

  .section-title{
    font-size: 26px;
  }

  .section-title:after{
    content: '';
    width: 100px;
    display: block;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -50px;
    border-bottom: 2px dashed #000;
  }

  .section-image{
    background-attachment: scroll;
    -webkit-background-size:cover;
  }
  /* 
   * Brands
  =========================== */
  .ul-brand{
    display: inline-block;
    margin-left: -8px;
    margin-right: -8px;
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .ul-brand > li{
    width: 50%;
    padding: 4px;
  }

  .ul-brand > li > a{
    display: block;
    -webkit-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6;
  }

  .ul-brand > li > a:hover{
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  /* 
   * Switch Signin
  =========================== */
  .switch-signin-link,
  .switch-signin-link:hover,
  .switch-signin-link:active,
  .switch-signin-link:focus,
  .switch-signin-link:active:focus,
  .switch-signin-copy{
    float: none;
  }

  .switch-signin-copy{
    text-align: center;
  }

  .switch-signin-link{
    display: block;
  }
  /* 
   * button
  =========================== */
  .btn-more-entry{
    display: block;
  }
  /* 
   * Entry Flex
  =========================== */
  .entry-flex {
    justify-content: center;
    flex-direction: column;
  }
  
  .entry-flex > .entry-flex_item {
    width: 100%;
    padding: 40px 24px;
  }
  
  .entry-flex > .entry-flex_item:before {
    content: "";
    display: block;
    position: relative;
    top: -40px;
    left: 0;
    width: 80%;
    height: 1px;
    margin: 0 10%;
    background-color: #d2dae2;
  }
  
  .entry-flex > .entry-flex_item:first-child:before {
    display: none;
  }
  
  .entry-flex .entry-flex_title {
    margin: 0 0 24px 0;
    font-weight: 600;
    font-size: 18px;
  }
}
/* 
 * Icons
=========================== */
@font-face {
    font-family: 'icomoon';
    src:    url('fonts/icomoon_qvr38r.eot');
    src:    url('fonts/icomoon_qvr38r.eot#iefix') format('embedded-opentype'),
        url('https://aftr-school.com/css/fonts/icomoon.ttf?qvr38r') format('truetype'),
        url('fonts/icomoon_qvr38r.woff') format('woff'),
        url('fonts/icomoon_qvr38r-icomoon.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-cc-diners-club:before {
    content: "\e900";
}
.icon-cc-amex:before {
    content: "\e901";
}
.icon-cc-jcb:before {
    content: "\e902";
}
.icon-cc-master:before {
    content: "\e903";
}
.icon-cc-visa:before {
    content: "\e904";
}
.icon-line:before {
    content: "\e91c";
}
.icon-man:before {
    content: "\e9dc";
}
.icon-woman:before {
    content: "\e9dd";
}
.icon-man-woman:before {
    content: "\e9de";
}
.icon-google:before {
    content: "\ea88";
}
.icon-google-plus:before {
    content: "\ea8b";
}
.icon-facebook:before {
    content: "\ea90";
}
.icon-instagram:before {
    content: "\ea92";
}
.icon-twitter:before {
    content: "\ea96";
}