/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #444;
  font-family: 'Helvetica Neue', Helvetica, Arial, 'sans-serif';

}
a {
  /*color: #fe0d5e;*/
  transition: all 0.5s;
}
/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #338C2A;
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

.back-to-top:focus {
  background: #fe0d5e;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #df32a4;
  color: #fff;
}

/* /End Back to top button */

@media (min-width: 1200px){
.container{
    max-width: 1280px !Important;
}
	}
body .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}
.header {
    /*border-top: 1px solid #ff3366;*/
    background-color: #fff;
    width: 100%;
    z-index: 999;
    /*position: fixed;*/
    top: 0;
}
body .wrap {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px; }
    @media screen and (max-width: 1200px) {
      body .wrap {
        padding-left: 30px;
        padding-right: 30px; } }
    @media screen and (max-width: 960px) {
      body .wrap {
        padding-left: 15px;
        padding-right: 15px; } }
    @media screen and (max-width: 780px) {
      body .wrap {
        padding-left: 15px;
        padding-right: 15px; } }
    @media screen and (max-width: 560px) {
      body .wrap {
        padding-left: 15px;
        padding-right: 15px; } }
    @media screen and (max-width: 320px) {
      body .wrap {
        padding-left: 7px;
        padding-right: 7px; } }

 @font-face {

font-family: '{Xolonium}';

src: url('../fonts/Xolonium/Roboto-Regular.woff2');

} 





