/*
 @package     mod_amsuperfeature
 @copyright   Copyright (C) 2016 Aleksandr Matyushkin. All Rights Reserved.
 @license     GNU General Public License version 2, or later.
 @website     http://webmasterset.ru
*/

/* Common */

.text1 h1,.text1 h2,.text1 h3,.text1 h4, .text1 .btnsf {
  text-align: center;
}

.text2 h1,.text2 h2,.text2 h3,.text2 h4, .text2 .btnsf {
  text-align: center;
}

.text2 p {
  text-align: justify;
}

.text3 {
  text-align: center;
}


.text1a h1,.text1a h2,.text1a h3,.text1a h4, .text1a .btnsf {
  text-align: center;
}

.text1a h1,.text1a h2,.text1a h3 {
  margin-top: 0px;
}

.text2a h1,.text2a h2,.text2a h3,.text2a h4, .text2a .btnsf {
  text-align: center;
}

.text2a p {
  text-align: justify;
}

.text2a h1,.text2a h2,.text2a h3 {
  margin-top: 0px;
}

.text3a {
  text-align: center;
}

.text3a h1,.text3a h2,.text3a h3 {
  margin-top: 0px;
}

.btnsf {
  margin-top: 20px;
}
/* System */

.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-1-5 {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-1-5 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-1-5 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-1-5 {
    width: 20%;
    float: left;
  }
}
