/*variables*/
/*mixins*/
/*----RESET----*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

ul {
  margin-left: 20px;
}

nav ul,
ul.clean {
  margin-left: 0;
  list-style-type: none !important;
}

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

h1,
h2 {
  font-weight: normal;
}

h3,
h4,
h5,
h6 {
  font-weight: normal;
}

a:focus {
  outline: none;
}

a::-moz-focus-inner {
  border: 0;
}

input,
select,
textarea {
  outline: 0;
}

input[type="button"] {
  outline: none;
}

input[type="button"]::-moz-focus-inner {
  border: 0;
}

button {
  outline: none;
}

button::-moz-focus-inner {
  border: 0;
}

img {
  outline: 0 !important;
  border: 0 !important;
}

body {
  position: relative;
  font-family: sans-serif;
  font-size: 16px;
  line-height: 1.4em;
  background-color: #000;
}

.wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  background: #000 url(/images/bgr.jpg) repeat-x top center;
  overflow: hidden;
}

.inner-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 0px;
}

.gallery2 {
  margin: 15px;
  width: 180px;
  cursor: pointer;
}

.gallery2 img {
  max-width: 100%;
}

article {
  position: relative;
}

h2,
h3,
h4 {
  font-family: sans-serif;
}

header,
footer,
section,
article,
nav {
  display: block;
}

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

/*----LAYOUT----*/
.cf:before,
.cf:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.cf:after,
.row:after {
  clear: both;
}

.cf,
.row {
  *zoom: 1;
  /*For IE 6/7 only*/
}

.row {
  display: block !important;
  width: 100%;
  margin-bottom: 10px;
}

.col-8-m {
  float: left;
  width: 66.6%;
}

.col-7-m {
  float: left;
  width: 60%;
}

.col-6-m {
  float: left;
  width: 50%;
}

.col-5-m {
  float: left;
  width: 40%;
}

.col-4-m {
  float: left;
  width: 33.3%;
}

.col-3-m {
  float: left;
  width: 20%;
}

.col-2-m {
  float: left;
  width: 16.6%;
}

.right {
  float: right;
}

.left {
  float: left;
}

.aright {
  text-align: right;
}

.aleft {
  text-align: left;
}

.center {
  text-align: center;
}

.auto {
  margin: 0 auto;
}

.margin-l {
  margin-left: 10px;
}

.margin-r {
  margin-right: 10px;
}

/*----FONTS----*/
.up {
  text-transform: uppercase;
}

.rc {
  text-transform: none;
}

.underline {
  text-decoration: underline;
}

/*----PALETTE----*/
/*----FORM ELEMENTS----*/
.btn {
  padding: 0 15px;
  line-height: 22px;
  cursor: pointer;
}

.btn.gray {
  color: #999;
  background-color: #fff;
  border: 1px solid #999;
}

.btn.select {
  padding: 2px 2px 2px 10px;
  line-height: 14px;
}

.box {
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: 1px solid #999;
}

/*HEADER*/
header h3 {
  font-size: 28px;
  text-align: center;
  margin: 20px 0;
}

.header-top {
  position: relative;
  width: 100%;
}

.header-top .mother {
  position: absolute;
  left: 0;
  top: 20px;
  width: 220px;
}

.header-top .logo {
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
}

/*----FRONT----*/
.front {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

/*STARS*/
.stars-cont {
  position: relative;
  width: 100%;
  text-align: center;
  display: block;
  margin: 30px auto 0;
}

.stars-cont a {
  text-decoration: none;
  color: #000;
}

.stars-cont .popup {
  display: inline-block;
  vertical-align: top;
}

/*CONTENT*/
.article {
  position: relative;
  margin: 0 auto;
  text-align: center;
}

.content {
  width: 960px;
  margin: 0 auto;
  padding: 20px 20px;
  background-color: #fff;
}

.content section {
  padding: 40px 0;
}

.content .tabs-cont {
  padding-top: 0;
}

.content p img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.content .new h1 {
  margin: 5px;
  line-height: 40px;
}

.slogan {
  padding: 40px 0;
}

.slogan img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.tabs-cont {
  padding-top: 0;
}

.tabs-cont ul.clean {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tabs-cont ul.clean li {
  float: left;
  margin: 50px 0px 0px 0px;
}

.tabs-cont ul.clean li.active a {
  color: #fff;
  background-color: #68329b;
}

.tabs-cont ul.clean li a {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: block;
  text-transform: uppercase;
  padding: 0 10px;
  line-height: 40px;
  color: #fff;
  background: #1A0B2C;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.tab {
  padding-top: 20px;
}

.image-list .popup {
  display: inline-block;
  width: 100px;
  height: 100px;
  margin: 20px;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
}

.image-list .popup img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.image-list .info {
  display: none;
}

.gallery-cont img {
  width: 136px;
  margin: 6px;
}

.gallery-cont #gallery-home {
  text-align: center;
}

.link-list {
  width: 1200px;
  max-width: 100%;
  margin: 20px auto;
}

.link-list h3 {
  text-align: center;
  color: black;
}

.link-list a {
  margin: 13px;
}

.link-list article {
  text-align: center;
}

.link-list .popup {
  display: inline-block;
  vertical-align: middle;
  margin: 10px;
  cursor: pointer;
}

.link-list img {
  display: inline-block;
}

.news .new h1 {
  margin: 5px 5px 40px 5px;
}

.news .new p {
  margin: 20px 0;
}

.news .new img {
  max-width: 100%;
  height: auto;
}

.news-cont {
  cursor: pointer;
  padding: 10px;
}

.news-cont .new {
  display: none;
  padding: 20px;
}

#news-share {
  margin: 20px 0;
}

.fancybox-inner .new {
  padding: 20px;
}

.fancybox-inner .new h1 {
  line-height: 40px;
}

#copyright {
  text-align: center;
  color: #ccc;
  font-size: 12px;
  padding: 20px 0;
}

#copyright a,
#copyright a:visited {
  text-decoration: underline;
  color: #ccc;
}

#copyright a:hover,
#copyright a:visited:hover {
  text-decoration: none;
}

.fb-share-button {
  vertical-align: top;
}

.fb-share-button > span {
  vertical-align: top !important;
}

/*----FOOTER----*/
@media all and (max-width: 1330px) {
  .header-top .mother {
    width: 230px;
  }
  .header-top .logo {
    width: 180px;
  }
  .stars-cont {
    position: relative;
    height: auto;
  }
  .star {
    margin: 30px;
  }
  .logo {
    width: 100px;
  }
}

@media all and (max-width: 1100px) {
  .header-top .mother {
    width: 150px;
  }
}

@media all and (max-width: 960px) {
  .content {
    width: 100%;
  }
  .popup {
    display: inline-block;
  }
  .popup .gallery2 {
    width: 150px;
    margin: 10px;
  }
  .tabs-cont ul.clean {
    margin: 0;
  }
  .tabs-cont ul.clean li {
    margin: 0;
  }
  .etabs {
    width: 100%;
    max-width: 100%;
  }
  .etabs li {
    float: none;
    width: 100%;
    border: none;
    border-bottom: 1px solid #fff;
  }
  .stars-cont {
    position: relative;
    width: 100%;
    height: auto;
    margin: 30px auto 0;
  }
}

@media all and (max-width: 880px) {
  .stars-cont {
    margin: 10px 0;
  }
  .stars-cont .popup {
    margin: 10px;
  }
  .stars-cont .popup .gallery2 {
    margin: 0;
    width: 115px;
  }
  .image-list .popup {
    margin: 20px;
  }
  .gallery-cont img {
    width: 150px;
  }
}

@media all and (max-width: 780px) {
  .stars-cont .popup {
    margin: 10px 20px;
  }
}

@media all and (max-width: 680px) {
  .header-top .mother {
    width: 100px;
  }
  .header-top .logo {
    width: 150px;
  }
  .gallery-cont img {
    width: 110px;
  }
  .popup .gallery2 {
    margin: 5px;
  }
}

@media all and (max-width: 580px) {
  .stars-cont .popup {
    margin: 10px 0;
  }
}

@media all and (max-width: 480px) {
  .header-top .mother {
    width: 80px;
  }
  .stars-cont .popup {
    margin: 10px;
  }
  .fancybox-inner .new h1 {
    line-height: 30px;
    font-size: 22px;
  }
  .mob {
    float: none;
    width: 100%;
  }
  .star {
    margin: 10px;
  }
  .image-list .popup {
    width: 70px;
    height: 50px;
    margin: 10px;
  }
  .gallery-cont img {
    width: 75px;
  }
}

@media all and (max-width: 380px) {
  .header-top .mother {
    width: 60px;
  }
  .header-top .logo {
    width: 85px;
  }
  .popup .gallery2 {
    margin: 3px;
  }
}
/*# sourceMappingURL=main.css.map */