/* ========================================================================================================================================
   Bootstrap Overriders (Author's Version of Normalization)
   ========================================================================================================================================= */

/* Default Row
-------------------------------------------------- */
.row {
  margin-right: -10px; /* Originally 15 */
  margin-left: -10px; /* Originally 15 */
}
.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 10px; /* Originally 15 */
  padding-left: 10px; /* Originally 15 */
}

/* Row / Col Variations
-------------------------------------------------- */
.row-n {
  margin-right: 0px;
  margin-left: 0px;
}
.row-n > .col-xs-1,.row-n > .col-xs-2,.row-n > .col-xs-3,.row-n > .col-xs-4,.row-n > .col-xs-5,.row-n > .col-xs-6,.row-n > .col-xs-7,.row-n > .col-xs-8,.row-n > .col-xs-9,.row-n > .col-xs-10,.row-n > .col-xs-11,.row-n > .col-xs-12,.row-n > .col-sm-1,.row-n > .col-sm-2,.row-n > .col-sm-3,.row-n > .col-sm-4,.row-n > .col-sm-5,.row-n > .col-sm-6,.row-n > .col-sm-7,.row-n > .col-sm-8,.row-n > .col-sm-9,.row-n > .col-sm-10,.row-n > .col-sm-11,.row-n > .col-sm-12,.row-n > .col-md-1,.row-n > .col-md-2,.row-n > .col-md-3,.row-n > .col-md-4,.row-n > .col-md-5,.row-n > .col-md-6,.row-n > .col-md-7,.row-n > .col-md-8,.row-n > .col-md-9,.row-n > .col-md-10,.row-n > .col-md-11,.row-n > .col-md-12,.row-n > .col-lg-1,.row-n > .col-lg-2,.row-n > .col-lg-3,.row-n > .col-lg-4,.row-n > .col-lg-5,.row-n > .col-lg-6,.row-n > .col-lg-7,.row-n > .col-lg-8,.row-n > .col-lg-9,.row-n > .col-lg-10,.row-n > .col-lg-11,.row-n > .col-lg-12 {
  padding-right: 0px;
  padding-left: 0px;
}
.row-5 {
  margin-right: -5px;
  margin-left: -5px;
}
.row-5 > .col-xs-1,.row-5 > .col-xs-2,.row-5 > .col-xs-3,.row-5 > .col-xs-4,.row-5 > .col-xs-5,.row-5 > .col-xs-6,.row-5 > .col-xs-7,.row-5 > .col-xs-8,.row-5 > .col-xs-9,.row-5 > .col-xs-10,.row-5 > .col-xs-11,.row-5 > .col-xs-12,.row-5 > .col-sm-1,.row-5 > .col-sm-2,.row-5 > .col-sm-3,.row-5 > .col-sm-4,.row-5 > .col-sm-5,.row-5 > .col-sm-6,.row-5 > .col-sm-7,.row-5 > .col-sm-8,.row-5 > .col-sm-9,.row-5 > .col-sm-10,.row-5 > .col-sm-11,.row-5 > .col-sm-12,.row-5 > .col-md-1,.row-5 > .col-md-2,.row-5 > .col-md-3,.row-5 > .col-md-4,.row-5 > .col-md-5,.row-5 > .col-md-6,.row-5 > .col-md-7,.row-5 > .col-md-8,.row-5 > .col-md-9,.row-5 > .col-md-10,.row-5 > .col-md-11,.row-5 > .col-md-12,.row-5 > .col-lg-1,.row-5 > .col-lg-2,.row-5 > .col-lg-3,.row-5 > .col-lg-4,.row-5 > .col-lg-5,.row-5 > .col-lg-6,.row-5 > .col-lg-7,.row-5 > .col-lg-8,.row-5 > .col-lg-9,.row-5 > .col-lg-10,.row-5 > .col-lg-11,.row-5 > .col-lg-12 {
  padding-right: 5px;
  padding-left: 5px;
}
.row-10 {
  margin-right: -10px;
  margin-left: -10px;
}
.row-10 > .col-xs-1,.row-10 > .col-xs-2,.row-10 > .col-xs-3,.row-10 > .col-xs-4,.row-10 > .col-xs-5,.row-10 > .col-xs-6,.row-10 > .col-xs-7,.row-10 > .col-xs-8,.row-10 > .col-xs-9,.row-10 > .col-xs-10,.row-10 > .col-xs-11,.row-10 > .col-xs-12,.row-10 > .col-sm-1,.row-10 > .col-sm-2,.row-10 > .col-sm-3,.row-10 > .col-sm-4,.row-10 > .col-sm-5,.row-10 > .col-sm-6,.row-10 > .col-sm-7,.row-10 > .col-sm-8,.row-10 > .col-sm-9,.row-10 > .col-sm-10,.row-10 > .col-sm-11,.row-10 > .col-sm-12,.row-10 > .col-md-1,.row-10 > .col-md-2,.row-10 > .col-md-3,.row-10 > .col-md-4,.row-10 > .col-md-5,.row-10 > .col-md-6,.row-10 > .col-md-7,.row-10 > .col-md-8,.row-10 > .col-md-9,.row-10 > .col-md-10,.row-10 > .col-md-11,.row-10 > .col-md-12,.row-10 > .col-lg-1,.row-10 > .col-lg-2,.row-10 > .col-lg-3,.row-10 > .col-lg-4,.row-10 > .col-lg-5,.row-10 > .col-lg-6,.row-10 > .col-lg-7,.row-10 > .col-lg-8,.row-10 > .col-lg-9,.row-10 > .col-lg-10,.row-10 > .col-lg-11,.row-10 > .col-lg-12 {
  padding-right: 10px;
  padding-left: 10px;
}
.row-15 {
  margin-right: -15px;
  margin-left: -15px;
}
.row-15 > .col-xs-1,.row-15 > .col-xs-2,.row-15 > .col-xs-3,.row-15 > .col-xs-4,.row-15 > .col-xs-5,.row-15 > .col-xs-6,.row-15 > .col-xs-7,.row-15 > .col-xs-8,.row-15 > .col-xs-9,.row-15 > .col-xs-10,.row-15 > .col-xs-11,.row-15 > .col-xs-12,.row-15 > .col-sm-1,.row-15 > .col-sm-2,.row-15 > .col-sm-3,.row-15 > .col-sm-4,.row-15 > .col-sm-5,.row-15 > .col-sm-6,.row-15 > .col-sm-7,.row-15 > .col-sm-8,.row-15 > .col-sm-9,.row-15 > .col-sm-10,.row-15 > .col-sm-11,.row-15 > .col-sm-12,.row-15 > .col-md-1,.row-15 > .col-md-2,.row-15 > .col-md-3,.row-15 > .col-md-4,.row-15 > .col-md-5,.row-15 > .col-md-6,.row-15 > .col-md-7,.row-15 > .col-md-8,.row-15 > .col-md-9,.row-15 > .col-md-10,.row-15 > .col-md-11,.row-15 > .col-md-12,.row-15 > .col-lg-1,.row-15 > .col-lg-2,.row-15 > .col-lg-3,.row-15 > .col-lg-4,.row-15 > .col-lg-5,.row-15 > .col-lg-6,.row-15 > .col-lg-7,.row-15 > .col-lg-8,.row-15 > .col-lg-9,.row-15 > .col-lg-10,.row-15 > .col-lg-11,.row-15 > .col-lg-12 {
  padding-right: 15px;
  padding-left: 15px;
}
.row-20 {
  margin-right: -20px;
  margin-left: -20px;
}
.row-20 > .col-xs-1,.row-20 > .col-xs-2,.row-20 > .col-xs-3,.row-20 > .col-xs-4,.row-20 > .col-xs-5,.row-20 > .col-xs-6,.row-20 > .col-xs-7,.row-20 > .col-xs-8,.row-20 > .col-xs-9,.row-20 > .col-xs-10,.row-20 > .col-xs-11,.row-20 > .col-xs-12,.row-20 > .col-sm-1,.row-20 > .col-sm-2,.row-20 > .col-sm-3,.row-20 > .col-sm-4,.row-20 > .col-sm-5,.row-20 > .col-sm-6,.row-20 > .col-sm-7,.row-20 > .col-sm-8,.row-20 > .col-sm-9,.row-20 > .col-sm-10,.row-20 > .col-sm-11,.row-20 > .col-sm-12,.row-20 > .col-md-1,.row-20 > .col-md-2,.row-20 > .col-md-3,.row-20 > .col-md-4,.row-20 > .col-md-5,.row-20 > .col-md-6,.row-20 > .col-md-7,.row-20 > .col-md-8,.row-20 > .col-md-9,.row-20 > .col-md-10,.row-20 > .col-md-11,.row-20 > .col-md-12,.row-20 > .col-lg-1,.row-20 > .col-lg-2,.row-20 > .col-lg-3,.row-20 > .col-lg-4,.row-20 > .col-lg-5,.row-20 > .col-lg-6,.row-20 > .col-lg-7,.row-20 > .col-lg-8,.row-20 > .col-lg-9,.row-20 > .col-lg-10,.row-20 > .col-lg-11,.row-20 > .col-lg-12 {
  padding-right: 20px;
  padding-left: 20px;
}
.row-25 {
  margin-right: -25px;
  margin-left: -25px;
}
.row-25 > .col-xs-1,.row-25 > .col-xs-2,.row-25 > .col-xs-3,.row-25 > .col-xs-4,.row-25 > .col-xs-5,.row-25 > .col-xs-6,.row-25 > .col-xs-7,.row-25 > .col-xs-8,.row-25 > .col-xs-9,.row-25 > .col-xs-10,.row-25 > .col-xs-11,.row-25 > .col-xs-12,.row-25 > .col-sm-1,.row-25 > .col-sm-2,.row-25 > .col-sm-3,.row-25 > .col-sm-4,.row-25 > .col-sm-5,.row-25 > .col-sm-6,.row-25 > .col-sm-7,.row-25 > .col-sm-8,.row-25 > .col-sm-9,.row-25 > .col-sm-10,.row-25 > .col-sm-11,.row-25 > .col-sm-12,.row-25 > .col-md-1,.row-25 > .col-md-2,.row-25 > .col-md-3,.row-25 > .col-md-4,.row-25 > .col-md-5,.row-25 > .col-md-6,.row-25 > .col-md-7,.row-25 > .col-md-8,.row-25 > .col-md-9,.row-25 > .col-md-10,.row-25 > .col-md-11,.row-25 > .col-md-12,.row-25 > .col-lg-1,.row-25 > .col-lg-2,.row-25 > .col-lg-3,.row-25 > .col-lg-4,.row-25 > .col-lg-5,.row-25 > .col-lg-6,.row-25 > .col-lg-7,.row-25 > .col-lg-8,.row-25 > .col-lg-9,.row-25 > .col-lg-10,.row-25 > .col-lg-11,.row-25 > .col-lg-12 {
  padding-right: 25px;
  padding-left: 25px;
}
.row-30 {
  margin-right: -30px;
  margin-left: -30px;
}
.row-30 > .col-xs-1,.row-30 > .col-xs-2,.row-30 > .col-xs-3,.row-30 > .col-xs-4,.row-30 > .col-xs-5,.row-30 > .col-xs-6,.row-30 > .col-xs-7,.row-30 > .col-xs-8,.row-30 > .col-xs-9,.row-30 > .col-xs-10,.row-30 > .col-xs-11,.row-30 > .col-xs-12,.row-30 > .col-sm-1,.row-30 > .col-sm-2,.row-30 > .col-sm-3,.row-30 > .col-sm-4,.row-30 > .col-sm-5,.row-30 > .col-sm-6,.row-30 > .col-sm-7,.row-30 > .col-sm-8,.row-30 > .col-sm-9,.row-30 > .col-sm-10,.row-30 > .col-sm-11,.row-30 > .col-sm-12,.row-30 > .col-md-1,.row-30 > .col-md-2,.row-30 > .col-md-3,.row-30 > .col-md-4,.row-30 > .col-md-5,.row-30 > .col-md-6,.row-30 > .col-md-7,.row-30 > .col-md-8,.row-30 > .col-md-9,.row-30 > .col-md-10,.row-30 > .col-md-11,.row-30 > .col-md-12,.row-30 > .col-lg-1,.row-30 > .col-lg-2,.row-30 > .col-lg-3,.row-30 > .col-lg-4,.row-30 > .col-lg-5,.row-30 > .col-lg-6,.row-30 > .col-lg-7,.row-30 > .col-lg-8,.row-30 > .col-lg-9,.row-30 > .col-lg-10,.row-30 > .col-lg-11,.row-30 > .col-lg-12 {
  padding-right: 30px;
  padding-left: 30px;
}

/* Global Overriders
-------------------------------------------------- */

body.modal-open { 
  overflow:inherit; padding-right:inherit !important; 
}

a {
  color: #ec1d28;
  transition: color .25s ease-in-out;
  -moz-transition: color .25s ease-in-out;
  -webkit-transition: color .25s ease-in-out;
  -o-transition: color .25s ease-in-out;
}
a:hover,
a:focus {
  color: #ec1d28;
  text-decoration: none;
}
a:focus {
  outline: none;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: none;
  outline-offset: -2px;
}

textarea {
  resize: none;
}
label {
  font-weight: normal;
}

ul {
  padding: 0;
  margin: 0;
}
li {
  list-style-type: none;
}

tbody tr td.no-record {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #999;
  font-style: italic;
}

h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6 {
  margin: 0;
}

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

.loading {
  background: #fff url(../../assets/img/loading.gif) center no-repeat;
  width: 100%;
  height: 100%;
  z-index: 100000;
  position: absolute;
}

.img {
  /*background: #f0f0f0 url(../../assets/img/loading.gif) center no-repeat;*/
  background: #f0f0f0;
}

/* Color
-------------------------------------------------- */

.red {
  color: #ec1d28;
}


/* Media Query Killer (Make sure setting max-width in Bootstrap.css as none !important)
---------------------------------------------------------------------------------------- */

/*.container {
  width: 970px;
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}*/


 /* ========================================================================================================================================
   Author's Custom Styles
   ========================================================================================================================================= */

/* ==========================================================================
   Global Styles
   ========================================================================== */

/* Body
-------------------------------------------------- */

body {
  background: #fff url(../../assets/img/bg_cover-1.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../assets/bg_cover-1.jpg',sizingMethod='scale')";
  -webkit-animation-delay: 0.1s;
  -webkit-animation-name: fontfix;
  -webkit-animation-duration: 0.1s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  line-height: 1.6;
  font-family: 'MerriweatherSans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
}

p {
  font-size: 1em;
  font-weight: 200;
}


/* Global Overriders
-------------------------------------------------- */
.container {
  padding-left: 20px; /* originally 15 */
  padding-right: 20px; /* originally 15 */
}

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
  margin-left: -20px; /* originally 15 */
  margin-right: -20px; /* originally 15 */
}

/* Breadcrumb
-------------------------------------------------- */
.breadcrumb {
  background: transparent;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.8em;
  padding: 0;
  border-bottom: none;
}
.breadcrumb > li > a {
  color: #9197a4;
}
.breadcrumb > li.active > a {
  color: #333;
  cursor: default;
}

/* Pagination
-------------------------------------------------- */
.pagination {
  margin: 20px 0;
  border-radius: 0px;
  border-top: none;
}
.pagination > li {
  display: inline;
}
.pagination > li > a, .pagination > li > span {
  border-radius: 50%;
  position: relative;
  float: left;
  height: 35px;
  width: 35px;
  padding: 0;
  margin-right: 5px;
  line-height: 35px;
  color: #999;
  text-decoration: none;
  background-color: #eee;
  border: 1px solid transparent;
  text-align: center;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-radius: 50%;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-radius: 50%;
  margin-right: 0;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #fff;
  background-color: #ec1d28;
  border-color: #ec1d28;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #ec1d28;
  border-color: #ec1d28;
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

/* ==========================================================================
   Nav
   ========================================================================== */

/* Navbar General
-------------------------------------------------- */
.navbar {
  margin-bottom: 0;
  background: #fff;
}
@media (min-width: 768px) {
  .navbar {
    margin-bottom: 10px;
  }
}
.navbar-static-top {
  border-bottom-width: 1px;
  border-bottom: none;
  /*margin-bottom: 0;*/
  border-bottom: 3px solid #ec1d28;
}
@media (min-width: 768px) {
  .navbar-static-top {
    width: 768px;
    text-align: center;
    position: absolute;    
    left: 50%;
    margin-left: -384px;
    /*border-radius: 0 0 4px 4px;*/
    /*border-bottom: 2px solid #ec1d28;*/
    /*overflow: hidden;*/
  }
}


/* Navbar Header / Brand / Toggle / Icons
-------------------------------------------------- */
.navbar-header {
  height: auto;
  padding: 0;
}

.navbar-brand {
  height: auto;
}
.navbar-brand img {
  height: auto;
}
@media (max-width: 767px) {
  .navbar-brand {
    font-weight: 600;
    color: #ec1d28 !important;
    font-size: 1.6em;
  }
}
@media (min-width: 768px) {
  .navbar-brand {
    width: 200px;
    margin-top: 10px;
    height: auto !important;
  }
}

/* Navbar for XS
-------------------------------------------------- */
.navbar-toggle {
  margin-left: 5px; /* Same as your container's padding / custom */
  margin-right: 5px;
}
.navbar-toggle .icon-bar {
  height: 1px;
  background: #9197a4;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 6px;
}


/* Navbar Collapse
-------------------------------------------------- */
.navbar-collapse {
  border-top: 1px solid #eee;
  padding-left: 10px; /* originally 15 */
  padding-right: 10px; /* originally 15 */
}
@media (min-width: 768px) { 
  .navbar-collapse {
    border-top: none;
  }
}
@media (max-width: 767px) {
  .navbar-collapse > .navbar-nav:first-child {
    padding-top: 15px;
  }
  .navbar-collapse > .navbar-nav:last-child {
    padding-bottom: 15px;
  }
}

.navbar-nav {
  margin-top: 0;
  margin-bottom: 0;
}

/* Navbar Top
-------------------------------------------------- */
.navbar-top {
  background: #2c2d31;
}
@media (min-width: 768px) {
  .navbar-top {
    padding-bottom: 0px;
    height: 36px;
  }
}
.navbar-top .navbar-nav > li > a {
  text-transform: none;
  letter-spacing: normal;
  padding: 8px 10px;
  font-size: 0.9em;
  color: #fff;
}
.navbar-top .navbar-nav > li > a:hover {
  background: #6ba934;
  color: #fff;
}

/* Navbar Bottom
-------------------------------------------------- */
.navbar-bottom .navbar-nav > li > a {
  font-weight: normal;
  background: transparent !important;
  font-size: 1em;
  padding: 10px 20px;
  color: #9197a4;
}
.navbar-bottom .navbar-nav > li.active > a {
  background: transparent !important;
  color: #ec1d28 !important;
}
.navbar-bottom .navbar-nav > li > a:hover {
  background: transparent !important;
  color: #ec1d28;
}
@media (min-width: 768px) {
  .navbar-bottom {
    height: 70px;
    background: transparent;
  }
  .navbar-bottom .navbar-nav {
    float: none;
  }
  .navbar-bottom .navbar-nav > li > a {
    height: 70px;
    line-height: 70px;
    padding: 0 30px;
  }
}
@media (max-width: 767px) { 
  .navbar-bottom .navbar-nav {
    padding: 10px 0;
  }
  .navbar-bottom .navbar-nav > li > a {
    text-align: center;
  }
}


/* Navbar Bottom
-------------------------------------------------- */
.dropdown-toggle {
  cursor: pointer;
}
.dropdown-menu {
  top: 73px;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.05);
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.05);
  padding: 10px 0;
}
.dropdown-menu > li > a {
  padding: 10px 30px;
  background: transparent !important;
  /*color: #999;*/
}
.dropdown-menu > li > a:hover {
  color: #ec1d28;
}

@media (max-width: 767px) { 
  .dropdown-menu > li > a {
    text-align: center;
    padding: 10px 0 !important;
  }
  .dropdown-menu {
    width: 100%;
    background: #f9f9f9;
    padding: 0;
  }
}


/* ==========================================================================
   Body
   ========================================================================== */

.container.main {
  margin-top: 40px;
  padding-right: 20px;
  padding-left: 20px;
}
.heading {
  font-size: 1.8em;
  font-weight: 200;
  line-height: 1.4;
  text-align: center;
}
.line {
  background: #ec1d28;
  height: 2px;
  width: 70px;
  margin: 20px auto 20px;
}
.subheading {
  color: #9197a4;
  font-weight: 200;
  margin: auto;
  text-align: center;
  max-width: 600px;
  font-size: 1.1em;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .container.main {
    margin-top: 60px;
  }
  .heading {
    font-size: 2.2em;
  }
  .line {
    background: #ec1d28;
    height: 4px;
    margin: 20px auto 30px;
  }
  .subheading {
    color: #9197a4;
    font-size: 1.3em;
  }
}


/* Home Product
-------------------------------------------------- */
.home-product a {
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
}
.home-product a:hover {
  opacity: .85;
}
.home-product .col-sm-6 {
  position: relative;
}
.home-product .col-sm-6 .overlay {
  position: absolute;
  bottom: 0;
  z-index: 2;
}
.home-product .col-sm-6 h3 {
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 3;
  color: #fff;
  font-weight: 600;
}
@media (min-width: 768px) {
  .home-product .col-sm-6 h3 {
    font-size: 2.5em;
    bottom: 20px;
    right: 25px;
  }
}
@media (min-width: 992px) {
  .home-product .col-sm-6 h3 {
    font-size: 3em;
  }
}

/* Fuchs
-------------------------------------------------- */
.fuchs {
  margin-top: 60px;
}
.fuchs img {
  display: block;
  float: left;
  width: 25%;
}


/* ==========================================================================
   Shop Index
   ========================================================================== */

/* General
-------------------------------------------------- */
@media (max-width: 768px) {
  .shop-index.container.main > .content {
    padding-top: 0px;
  }
}

/* Thumb
-------------------------------------------------- */
.thumb .img {
  position: relative;
  background: #eee;
  overflow: hidden;
}
.thumb .info {
  padding: 10px;
  text-align: center;
}
.thumb .info .title {
  font-weight: 400;
  color: #333;
  margin-bottom: 3px;
  font-size: 1em;
}
.thumb .info .price {
  font-weight: 200;
  margin-bottom: 3px;
  font-size: 1em;
}
.thumb .info .price.normal-price {
  color: #9197a4;
}
@media (min-width: 768px) {
  .thumb .info .title {
    font-size: 1em;
  }
  .thumb .info .price {
    font-size: 1em;
  }
}
@media (min-width: 992px) {
  .thumb .info .title {
    font-size: 1em;
  }
  .thumb .info .price {
    font-size: 1em;
  }
}


/* Shop Thumbs
-------------------------------------------------- */
.shop-index .thumb > a {
  display: block;
  margin-bottom: 20px;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
}
@media (max-width: 767px) {
  .shop-index .thumb:nth-child(2n+1) {
    clear: left;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .shop-index .thumb:nth-child(3n+1) {
    clear: left;
  }
}
@media (min-width: 1200px) {
  .shop-index .thumb:nth-child(4n+1) {
    clear: left;
  }
}

/* Shop Title
-------------------------------------------------- */
/*.shop-title {
  font-weight: 600;
  font-size: 1.3em;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 20px;
}
.shop-subtitle {
  color: rgba(0,0,0,0.3);
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  font-size: 0.8em;
  display: none;
  margin-bottom: 3px;
}
@media (min-width: 768px) {
  .shop-title {
    text-align: left;
    margin-bottom: 30px;
  }
  .shop-subtitle {
    text-align: left;
    margin-bottom: 2px;
  }
}*/

/* Shop Index Image
-------------------------------------------------- */
/* Base Examples:
  1. 100 x 100 / ...
  2. 100 x 110 / 200 x 220 / 300 x 330 / 400 x 440 / 640 x 704 / 1000 x 1100
  3. 100 x 133 / 200 x 267 / 300 x 400 / 400 x 533 / 480 x 640 / 1000 x 1330
  4. 100 x 141 / 200 x 282 / 300 x 423 / 400 x 563 / 426 x 640 / 1000 x 1410

  Selected ratio: Type 2;
*/
/*@media (min-width: 768px) {
  .shop-index .thumb .img,
  .shop-index .thumb .img img.img-responsive {
    width: 172px;
    height: 189px;
  }
}
@media (min-width: 992px) {
  .shop-index .thumb .img,
  .shop-index .thumb .img img.img-responsive {
    width: 253px;
    height: 279px;
  }
}
@media (min-width: 1200px) {
  .shop-index .thumb .img,
  .shop-index .thumb .img img.img-responsive {
    width: 229px;
    height: 252px;
  }
}*/

/* Selected ratio: Type 3; */
@media (min-width: 768px) {
  .shop-index .thumb .img,
  .shop-index .thumb .img img.img-responsive {
    width: 172px;
    height: 229px;
  }
}
@media (min-width: 992px) {
  .shop-index .thumb .img,
  .shop-index .thumb .img img.img-responsive {
    width: 253px;
    height: 337px;
  }
}
@media (min-width: 1200px) {
  .shop-index .thumb .img,
  .shop-index .thumb .img img.img-responsive {
    width: 229px;
    height: 305px;
  }
}

/* Selected ratio: Type 4; */
/*@media (min-width: 768px) {
  .shop-index .thumb .img,
  .shop-index .thumb .img img.img-responsive {
    width: 172px;
    height: 258px;
  }
}
@media (min-width: 992px) {
  .shop-index .thumb .img,
  .shop-index .thumb .img img.img-responsive {
    width: 253px;
    height: 380px;
  }
}
@media (min-width: 1200px) {
  .shop-index .thumb .img,
  .shop-index .thumb .img img.img-responsive {
    width: 229px;
    height: 344px;
  }
}
*/
/* Category & Filter Box (Sidebox)
-------------------------------------------------- */
@media (min-width: 768px) {
  .shop-sidebox {
    /**/
  }
}

/* Category & Filter
-------------------------------------------------- */
.category h3, .filter h3 {
  color: #999;
  font-size: 0.8em;
  letter-spacing: 2px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.category ul ul, .filter ul ul {
  margin-left: 15px;
}
.category li a, .filter li a {
  line-height: 1.1em;
  display: block;
  font-size: 1.1em;
  padding: 5px 0;
  color: #9197a4;
}
.category li > a:hover, .category li > a:focus,
.filter li > a:hover, .filter li > a:focus {
  color: #333;
}
.category li.active > a, .category li.active > a:hover, .category li.active > a:focus,
.filter li.active > a, .filter li.active > a:hover, .filter li.active > a:focus {
  font-weight: 400;
  color: #333;
  cursor: default;
}

@media (min-width: 768px) {
  .category li a, .filter li a {
    line-height: 1em;
    font-size: 1em;
  }
} /* To make the font looks bigger on XS and normal on SM MD LG */

/* Category & Filter on XS
-------------------------------------------------- */
h1.category-toggle.navbar-toggle,
h2.filter-toggle.navbar-toggle {
  float: none;
  padding: 10px 10px; 
  margin: 0 0 10px 0;
  font-size: 1.2em;
  cursor: pointer;
  border-bottom: 1px solid #eee;
  border-radius: 0;
  text-transform: none;
  text-align: center;
}
.category.navbar-collapse,
.filter-section.navbar-collapse {
  padding: 0;
  max-height: none;
  border-top: none;
}

/* Category Specific
-------------------------------------------------- */
.category > ul {
  margin-bottom: 30px;
}
.category li > a.sale {
  color: #b40000;
}
.category li > a.sale:hover, .category li > a.sale:focus {
  color: #b40000;
  background-color: transparent;
}
.category li.active > a.sale, .category li.active > a.sale:hover, .category li.active > a.sale:focus {
  color: #b40000;
  background-color: transparent;
  cursor: default;
}

/* Ellipsis
-------------------------------------------------- */
.title.shop-ellipsis{
  display: block; /* Fallback for non-webkit */
  display: -webkit-box;
  max-width: 209px;
  height: <?php echo (($font_size*$line_height*$lines_to_show) +5).'px'?>; /* Fallback for non-webkit */
  margin: 0 auto;
  font-size: <?php echo $font_size;?>px;
  line-height: <?php echo $line_height;?>;
  -webkit-line-clamp: <?php echo $lines_to_show;?>;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ==========================================================================
   Prod Details
   ========================================================================== */

.prod-details {
  background: #f3f3f3;
}
.prod-title {
  font-size: 1.8em;
  margin-bottom: 20px;
}
.prod-box {
  color: #9197a4;
  margin-bottom: 20px;
  font-weight: 200;
  background: #fff;
  padding: 20px;
  border-bottom: 2px solid #ec1d28;
}
.prod-box h3 {
  color: #333;
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 1.2em;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.prod-box table {
  width: 100% !important;
}
.prod-box table td {
  width: 50% !important;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}

/* ==========================================================================
   About
   ========================================================================== */

.about-vision .col-xs-6 {
  margin-bottom: 20px;
}
.about-vision p {
  color: #9197a4;
  text-align: center;
  font-size: 1.1em;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .about-vision p {
    font-size: 1em;
    margin-top: 15px;
  }
}
@media (min-width: 992px) {
  .about-vision p {
    font-size: 1.1em;
    margin-top: 20px;
  }
}

/* ==========================================================================
   Contact
   ========================================================================== */

.contact-details h3,
.contact-form h3 {
  font-size: 1.6em;
  font-weight: 600;
  margin-bottom: 10px;
}
.contact-details p {
  color: #9197a4;
  font-size: 1em;
  font-weight: 200;
}
@media (min-width: 768px) {
  .contact-details {
    padding-top: 40px;
  }
}

.contact-form {
  background: #EDF0F2;
  padding: 40px;
}

@media (max-width: 767px) {
  .contact-details {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .contact-form {
    padding: 30px;
  }
  .contact-form h3 {
    text-align: center;
  }
  .contact-form .btn {
    width: 100%;
  }
}

/* ==========================================================================
   Footer
   ========================================================================== */

footer {
  border-top: 4px solid #ec1d28;
  margin-top: 80px;
  background: #333;
  color: #C8CBD1;
  font-weight: 200;
  padding: 50px 0;
}
.footer-logo {
  margin-bottom: 20px;
}
.footer-logo img {
  width: 150px;
  display: block;
  padding-bottom: 20px;
}

footer h3 {
  font-weight: 600;
  font-size: 1.3em;
  margin-bottom: 15px;
  color: #fff;
}
footer a {
  color: #C8CBD1;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
}
footer a:hover {
  color: #fff;
  text-decoration: underline;
}
footer p {
  font-size: 13px;
}

.footer-bottom {
  background: #222;
  padding: 15px 0;
  color: #fff;
  font-size: .9em;
  text-align: center;
  color: #C8CBD1;
}
.footer-bottom a {
  color: #fff;
}
.footer-bottom a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .footer-logo img {
    margin: auto;
    display: block;
  }
  footer {
    padding: 40px 0;
    text-align: center;
  }
  footer .col-sm-4 {
    margin-bottom: 30px;
  }
  footer .col-sm-4:last-child {
    margin-bottom: 0px;
  }
}

/* ==========================================================================
   Buttons
   ========================================================================== */

.btn {
  display: inline-block;
  padding: 12px 20px 12px;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  border-radius: 2px;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,.btn[disabled],fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
}


.btn-primary {
  color: #ffffff;
  background-color: #ec1d28;
}
.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #d5141e;
}
.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active {
  background-color: #ec5d65;
}


.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #ebebeb;
}
.btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ddd;
  border-color: #ddd;
}
.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}


.btn-primary.btn-subscribe {
  border-radius: 3px 0 0 3px;
  margin-right: -10px;
}
.btn-primary.btn-subscribe.visible-xs {
  border-radius: 3px;
}


.btn.btn-primary.btn-full,
.btn.btn-default.btn-full,
.btn.btn-success.btn-full {
  width: 100%;
  text-align: center;
}

.btn.btn-primary:focus,
.btn.btn-default:focus,
.btn.btn-success:focus {
  outline: none;
}

/* ==========================================================================
   Table
   ========================================================================== */

.table {
  margin-bottom: 5px;
}

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
  border-bottom: 1px solid #eee;
  vertical-align: middle;
  border-top: 1px solid #eee;
}
.table > tbody > tr > th, .table > tbody > tr > td {
  border-top: none;
  vertical-align: middle;
}
.table > tfoot > tr > th, .table > tfoot > tr > td {
  border-top: 1px solid #eee;
}

/* ==========================================================================
   Form
   ========================================================================== */

/* Forms
-------------------------------------------------- */

.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 10px 12px;
  font-size: 1em;/**/
  font-weight: 200;
  color: #555555;
  border: 1px solid #E3E5E8;
  background: #fff;
  height: 50px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-control:focus {
  border-color: #ec1d28;
  -webkit-box-shadow: none;
          box-shadow: none;
}

select.form-control {
  background: #eee url(../../assets/icons/ic_select-arrow.svg) no-repeat 100% 50%;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: default;
  /*background: url(../files/common/icon_color-none.png) repeat;*/
  opacity: 0.4;
  filter: alpha(opacity=40);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=40)";
}
textarea.form-control {
  height: 100px;
}

/* Form Groups
-------------------------------------------------- */

.form-group.underlined {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}

.help-block {
  margin-bottom: 0;
  font-size: 11px;
  color: #999;
}

.form-horizontal .form-group {
  margin-right: -10px; /* same margin as container */
  margin-left: -10px; /* same margin as container */
} /* Styling is needed due to the default .form-horizontal .form-group default margin: -15px; */



/* ==========================================================================
   Alert
   ========================================================================== */

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 2px;
}


/* ==========================================================================
   Modal
   ========================================================================== */

.modal-dialog {
  margin-top: 50px;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
     -moz-transition:    -moz-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, 0%);
      -ms-transform: translate(0, 0%);
          transform: translate(0, 0%);
}

.modal-content {
  border-radius: 2px;
}

 /* ========================================================================================================================================
   Chrome Frame Support
   ========================================================================================================================================= */

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}


/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
  /* Style adjustments for high resolution devices */
}


 /* ========================================================================================================================================
   Helper Class
   ========================================================================================================================================= */

/* Font Sizes
-------------------------------------------------- */
.font6 {font-size: 6px;}
.font7 {font-size: 7px;}
.font8 {font-size: 8px;}
.font9 {font-size: 9px;}
.font10 {font-size: 10px;}
.font11 {font-size: 10px;}
.font12 {font-size: 10px;}
.font13 {font-size: 10px;}
.font14 {font-size: 10px;}


/* Margin & Paddings
-------------------------------------------------- */
.m_t_0 {margin-top: 0px;}
.m_r_0 {margin-right: 0px;}
.m_b_0 {margin-bottom: 0px;}
.m_l_0 {margin-left: 0px;}

.m_t_5 {margin-top: 5px;}
.m_r_5 {margin-right: 5px;}
.m_b_5 {margin-bottom: 5px;}
.m_l_5 {margin-left: 5px;}

.m_t_10 {margin-top: 10px;}
.m_r_10 {margin-right: 10px;}
.m_b_10 {margin-bottom: 10px;}
.m_l_10 {margin-left: 10px;}

.m_t_15 {margin-top: 15px;}
.m_r_15 {margin-right: 15px;}
.m_b_15 {margin-bottom: 15px;}
.m_l_15 {margin-left: 15px;}

.m_t_20 {margin-top: 20px;}
.m_r_20 {margin-right: 20px;}
.m_b_20 {margin-bottom: 20px;}
.m_l_20 {margin-left: 20px;}

.m_t_30 {margin-top: 30px;}
.m_r_30 {margin-right: 30px;}
.m_b_30 {margin-bottom: 30px;}
.m_l_30 {margin-left: 30px;}

.m_t_40 {margin-top: 40px;}
.m_r_40 {margin-right: 40px;}
.m_b_40 {margin-bottom: 40px;}
.m_l_40 {margin-left: 40px;}

.m_t_50 {margin-top: 50px;}
.m_r_50 {margin-right: 50px;}
.m_b_50 {margin-bottom: 50px;}
.m_l_50 {margin-left: 50px;}

.p_t_5 {padding-top: 5px;}
.p_r_5 {padding-right: 5px;}
.p_b_5 {padding-bottom: 5px;}
.p_l_5 {padding-left: 5px;}

.p_t_10 {padding-top: 10px;}
.p_r_10 {padding-right: 10px;}
.p_b_10 {padding-bottom: 10px;}
.p_l_10 {padding-left: 10px;}

.p_t_15 {padding-top: 15px;}
.p_r_15 {padding-right: 15px;}
.p_b_15 {padding-bottom: 15px;}
.p_l_15 {padding-left: 15px;}

.p_t_20 {padding-top: 20px;}
.p_r_20 {padding-right: 20px;}
.p_b_20 {padding-bottom: 20px;}
.p_l_20 {padding-left: 20px;}

.p_t_30 {padding-top: 30px;}
.p_r_30 {padding-right: 30px;}
.p_b_30 {padding-bottom: 30px;}
.p_l_30 {padding-left: 30px;}

.p_rl_5 {padding-right: 5px;padding-left: 5px;}
.p_rl_10 {padding-right: 10px;padding-left: 10px;}
.p_rl_15 {padding-right: 15px;padding-left: 15px;}
.p_rl_20 {padding-right: 20px;padding-left: 20px;}

.m_rl_-5 {margin-right: -5px;margin-left: -5px;}
.m_rl_5 {margin-right: 5px;margin-left: 5px;}
.m_rl_10 {margin-right: 10px;margin-left: 10px;}
.m_rl_15 {margin-right: 15px;margin-left: 15px;}
.m_rl_20 {margin-right: 20px;margin-left: 20px;}

.p_tb_5 {padding-top: 5px;padding-bottom: 5px;}
.p_tb_10 {padding-top: 10px;padding-bottom: 10px;}
.p_tb_15 {padding-top: 15px;padding-bottom: 15px;}
.p_tb_20 {padding-top: 20px;padding-bottom: 20px;}

.m_tb_5 {margin-top: 5px;margin-bottom: 5px;}
.m_tb_10 {margin-top: 10px;margin-bottom: 10px;}
.m_tb_15 {margin-top: 15px;margin-bottom: 15px;}
.m_tb_20 {margin-top: 20px;margin-bottom: 20px;}

.p_0 {padding: 0px}
.p_5 {padding: 5px}
.p_10 {padding: 10px}
.p_15 {padding: 15px}
.p_20 {padding: 20px}
.p_25 {padding: 25px}
.p_30 {padding: 30px}


/* Delays
-------------------------------------------------- */
.delayp1 {
  animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-delay: .1s;
  -o-animation-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-delay: .1s;
  -moz-transition-delay: .1s;
  -o-transition-delay: .1s;
}
.delayp2 {
  animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-delay: .2s;
  -o-animation-delay: .2s;
  transition-delay: .2s;
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  -o-transition-delay: .2s;
}
.delayp3 {
  animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-delay: .3s;
  -o-animation-delay: .3s;
  transition-delay: .3s;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -o-transition-delay: .3s;
}
.delayp4 {
  animation-delay: .4s;
  -moz-animation-delay: .4s;
  -webkit-animation-delay: .4s;
  -o-animation-delay: .4s;
  transition-delay: .4s;
  -webkit-transition-delay: .4s;
  -moz-transition-delay: .4s;
  -o-transition-delay: .4s;
}
.delayp5 {
  animation-delay: .5s;
  -moz-animation-delay: .5s;
  -webkit-animation-delay: .5s;
  -o-animation-delay: .5s;
  transition-delay: .5s;
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  -o-transition-delay: .5s;
}
.delayp6 {
  animation-delay: .6s;
  -moz-animation-delay: .6s;
  -webkit-animation-delay: .6s;
  -o-animation-delay: .6s;
  transition-delay: .6s;
  -webkit-transition-delay: .6s;
  -moz-transition-delay: .6s;
  -o-transition-delay: .6s;
}
.delayp7 {
  animation-delay: .7s;
  -moz-animation-delay: .7s;
  -webkit-animation-delay: .7s;
  -o-animation-delay: .7s;
  transition-delay: .7s;
  -webkit-transition-delay: .7s;
  -moz-transition-delay: .7s;
  -o-transition-delay: .7s;
}
.delayp8 {
  animation-delay: .8s;
  -moz-animation-delay: .8s;
  -webkit-animation-delay: .8s;
  -o-animation-delay: .8s;
  transition-delay: .8s;
  -webkit-transition-delay: .8s;
  -moz-transition-delay: .8s;
  -o-transition-delay: .8s;
}
.delayp9 {
  animation-delay: .9s;
  -moz-animation-delay: .9s;
  -webkit-animation-delay: .9s;
  -o-animation-delay: .9s;
  transition-delay: .9s;
  -webkit-transition-delay: .9s;
  -moz-transition-delay: .9s;
  -o-transition-delay: .9s;
}
.delay1s {
  animation-delay: 1s;
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -o-animation-delay: 1s;
  transition-delay: 1s;
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
}
.delay2s {
  animation-delay: 2s;
  -moz-animation-delay: 2s;
  -webkit-animation-delay: 2s;
  -o-animation-delay: 2s;
  transition-delay: 2s;
  -webkit-transition-delay: 2s;
  -moz-transition-delay: 2s;
  -o-transition-delay: 2s;
}

/* Ellipsis
-------------------------------------------------- */
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Set Div in the middle
-------------------------------------------------- */
.outer-center {
  float: right;
  right: 50%;
  position: relative;
}
.inner-center {
  float: right;
  right: -50%;
  position: relative;
}

/* Overlay
-------------------------------------------------- */
.xoverlay {
  height: 200px;
  width: 300px;
  margin: 100px 0 0 -150px;
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #fafafa;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}

/* Image Replacement
-------------------------------------------------- */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}


/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * {
    background: transparent !important;
    color: #000 !important; /* Black prints faster: h5bp.com/s */
    box-shadow:none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group; /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */