@charset "UTF-8";

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

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

h1 {
  font-size: 2em;
  margin: .67em 0
}

main {
  display: block
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
  outline-width: 0
}

strong {
  font-weight: inherit
}

strong {
  font-weight: bolder
}

small {
  font-size: 80%
}

img {
  border-style: none
}

button,
input {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button {
  overflow: visible
}

button {
  text-transform: none
}

button {
  -webkit-appearance: button
}

button {}

button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

button:-moz-focusring {
  outline: 1px dotted ButtonText
}

input {
  overflow: visible
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

html {
  box-sizing: border-box;
  font-size: 100%
}

*,
*::before,
*::after {
  box-sizing: inherit
}

body {
  margin: 0;
  padding: 0;
  background: #FFFFFF;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic
}

button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1
}

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto
}

.row::before,
.row::after {
  display: table;
  content: ' '
}

.row::after {
  clear: both
}

.row .row {
  margin-right: -.625rem;
  margin-left: -.625rem
}

@media print,
screen and (min-width:40em) {
  .row .row {
    margin-right: -.9375rem;
    margin-left: -.9375rem
  }
}

@media print,
screen and (min-width:64em) {
  .row .row {
    margin-right: -.9375rem;
    margin-left: -.9375rem
  }
}

.columns {
  width: 100%;
  float: left;
  padding-right: .625rem;
  padding-left: .625rem
}

@media print,
screen and (min-width:40em) {
  .columns {
    padding-right: .9375rem;
    padding-left: .9375rem
  }
}

.columns:last-child:not(:first-child) {
  float: right
}

.small-12 {
  width: 100%
}

@media print,
screen and (min-width:40em) {
  .medium-2 {
    width: 16.66667%
  }

  .medium-3 {
    width: 25%
  }

  .medium-12 {
    width: 100%
  }
}

@media print,
screen and (min-width:64em) {
  .large-2 {
    width: 16.66667%
  }

  .large-3 {
    width: 25%
  }

  .large-4 {
    width: 33.33333%
  }

  .large-9 {
    width: 75%
  }

  .large-12 {
    width: 100%
  }
}

div,
ul,
li,
h1,
h2,
form,
p {
  margin: 0;
  padding: 0
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility
}

i {
  font-style: italic;
  line-height: inherit
}

strong {
  font-weight: bold;
  line-height: inherit
}

small {
  font-size: 80%;
  line-height: inherit
}

h1,
h2 {
  font-family: PreloSlab, Andale Mono, Cambria, Palatino, serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility
}

h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: .5rem
}

h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: .5rem
}

@media print,
screen and (min-width:40em) {
  h1 {
    font-size: 3rem
  }

  h2 {
    font-size: 2.5rem
  }
}

a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer
}

a:hover,
a:focus {
  color: #1468a0
}

a img {
  border: 0
}

ul {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6
}

li {
  font-size: inherit
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc
}

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important
  }

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

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

  a[href^='#']:after {
    content: ''
  }

  img {
    page-break-inside: avoid
  }

  img {
    max-width: 100% !important
  }

  @page {
    margin: .5cm
  }

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

  h2 {
    page-break-after: avoid
  }
}

input::-webkit-input-placeholder {
  color: #CCCCCC
}

input::-moz-placeholder {
  color: #CCCCCC
}

input:-ms-input-placeholder {
  color: #CCCCCC
}

input:disabled {
  background-color: #F1F1F1;
  cursor: not-allowed
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #faedeb
}

.is-invalid-input:not(:focus)::-webkit-input-placeholder {
  color: #cc4b37
}

.is-invalid-input:not(:focus)::-moz-placeholder {
  color: #cc4b37
}

.is-invalid-input:not(:focus):-ms-input-placeholder {
  color: #cc4b37
}

.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37
}

.menu {
  margin: 0;
  list-style-type: none
}

.menu>li {
  display: table-cell;
  vertical-align: middle
}

.menu>li>a {
  display: block;
  padding: .7rem 1rem;
  line-height: 1
}

.menu a {
  margin-bottom: 0
}

.menu>li>a i {
  vertical-align: middle
}

.menu>li>a i+span {
  vertical-align: middle
}

.menu>li>a i {
  margin-right: .25rem;
  display: inline-block
}

.menu>li {
  display: table-cell
}

.menu.vertical>li {
  display: block
}

@media print,
screen and (min-width:64em) {
  .menu.large-horizontal>li {
    display: table-cell
  }
}

.top-bar {
  padding: .5rem
}

.top-bar::before,
.top-bar::after {
  display: table;
  content: ' '
}

.top-bar::after {
  clear: both
}

.top-bar,
.top-bar ul {
  background-color: #F1F1F1
}

.top-bar .top-bar-left,
.top-bar .top-bar-right {
  width: 100%
}

@media print,
screen and (min-width:40em) {

  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: auto
  }
}

.top-bar-left {
  float: left
}

.top-bar-right {
  float: right
}

.float-right {
  float: right !important
}

.clear {
  float: none;
  height: 0;
  clear: both;
}

div.addthis_custom_sharing {
  display: none
}

div.magazine {
  margin-top: -5px
}

.top-bar-left,
.top-bar-right {
  width: 100% !important
}

body,
#content article {
  background-color: #FFFFFF
}

.excerpt p {
  font-family: "PreloSlab", Andale Mono, Cambria, Palatino, serif;
  font-weight: bold;
  font-size: 1rem
}

p {
  font-size: 1rem;
  text-align: left
}

.single #content article {
  background-color: #F1F1F1;
  width: 100%;
  max-width: 46rem;
  margin: .85rem auto 0 auto
}

.single #content article h1.page-title {
  text-align: center;
  margin: .2rem auto 0 auto;
  line-height: 125%;
  font-size: 46px;
  line-height: 1;
  text-align: left;
}

span,
.byline {
  text-transform: uppercase;
  font-weight: bold
}

a.byline {
  color: #676767 !important;
  font-size: .75rem
}

.menu-item a,
.menu-item a:visited {
  background-color: #FFFFFF;
  font-family: "Helvetica Neue";
  font-weight: bold;
  font-size: .67rem;
  text-transform: uppercase;
  color: #333;
  letter-spacing: 2px
}

.menu>li>a {
  background-color: #FFFFFF
}

.menu-item a:hover {
  color: #ca4d29
}

#better-menu-widget-2 {
  text-align: center;
  float: none !important
}

#better-menu-widget-2 #menu-2017-social-media {
  margin: 1.25rem auto 0;
  text-align: center;
  display: inline-block
}

.magazine ul.menu a {
  letter-spacing: 1px;
  font-size: .67rem;
  margin-right: 1.0;
  padding: .85em 1rem .65rem 1rem;
  color: #FFFFFF;
  background-color: #2673a5
}

header.header .top-bar,
header.header .top-bar ul {
  background-color: #FFFFFF;
  padding: 0
}

.masthead {
  padding: 0 1rem;
  background-color: #FFFFFF
}

.masthead .columns {
  padding-left: 0
}

.masthead.row {
  padding-bottom: .75rem;
  margin-top: 2.25rem
}

.masthead.row img {
  width: 100%;
  max-width: 370px;
  height: auto
}

.masthead.row .menu>li>a {
  padding: 0
}

@font-face {
  font-family: Swiss_721 W03;
  src: url();
  src: url() format("eot"), url() format("woff2"), url() format("woff"), url() format("truetype"), url() format("svg");
  font-weight: 100;
  font-style: normal
}

@font-face {
  font-family: Swiss_721 W03;
  src: url();
  src: url() format("eot"), url() format("woff2"), url() format("woff"), url() format("truetype"), url() format("svg");
  font-weight: 900;
  font-style: normal
}

@font-face {
  font-family: PreloSlab;
  src: url();
  src: url() format("embedded-opentype"), url() format("woff2"), url() format("woff"), url() format("truetype"), url() format("svg");
  font-weight: 300;
  font-style: normal
}

@font-face {
  font-family: PreloSlab;
  src: url();
  src: url() format("embedded-opentype"), url(../fonts/preloslab-book-webfont.woff2) format("woff2"), url() format("woff"), url() format("truetype"), url() format("svg");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: PreloSlab;
  src: url();
  src: url() format("embedded-opentype"), url() format("woff2"), url() format("woff"), url() format("truetype"), url() format("svg");
  font-weight: 500;
  font-style: normal
}

@font-face {
  font-family: PreloSlab;
  src: url();
  src: url() format("embedded-opentype"), url(../fonts/preloslab-bold-webfont.woff2) format("woff2"), url() format("woff"), url() format("truetype"), url() format("svg");
  font-weight: 700;
  font-style: normal
}

@font-face {
  font-family: mylt-icons;
  src: url(../fonts/mylt-icons.ttf) format("truetype"), url() format("woff"), url() format("svg");
  font-weight: 400;
  font-style: normal
}

[class^=ico-] {
  display: inline-block;
  font-family: mylt-icons;
  font-size: 22px;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  vertical-align: middle;
  transform: translateY(-.05em);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.ico-facebook:before {
  content: "\e609"
}

.ico-instagram:before {
  content: "\e60a"
}

.ico-youtube:before {
  content: "\e60b"
}

.ico-twitter:before {
  content: "\e60c"
}

.ico-pinterest:before {
  content: "\e60d"
}

a,
a:visited {
  color: #2673a5
}

a:link,
a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, .3)
}

h1,
h1.page-title {
  font-size: 1.5rem
}

h2 {
  font-size: 1.3rem
}

.single h2 {
  font-weight: bold;
  font-size: 1.2rem
}

header.article-header {
  text-align: center;
  margin-top: 2.25rem;
  margin-bottom: .8rem
}

header.article-header div a {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif
}

#inner-content.row {
  padding-top: 0;
  max-width: none
}

#content {
  background-color: #F1F1F1
}

#content #inner-content {
  padding: 0
}

.entry-content {
  text-align: center;
  background-color: white
}

.entry-content h2,
.entry-content li {
  text-align: left
}

.entry-content img {
  max-width: 100%;
  height: auto
}

.entry-content img.featured-image {
  margin: 0 auto 1.25rem auto
}

.single section.entry-content {
  background-color: #F1F1F1
}

.widget ul {
  margin: 0
}

.widget ul li {
  list-style: none
}

.mobSocial {
  padding-top: 5px;
}

.footer {
  background-color: #CCCCCC;
  clear: both;
  margin: 0 auto;
  text-align: center
}

.footer .menu>li>a {
  background: none;
  margin: .75rem 0
}

.footer .menu.social,
.footer .menu.footer {
  display: inline-block
}

.footer .menu.social {
  margin: 1rem 0
}

.footer .menu.social li a i {
  color: #333;
  font-size: 1.8rem
}

.footer #menu-2017-footer.menu.footer li {
  display: block
}

.footer #menu-2017-footer.menu.footer li ::after {
  content: ""
}

.footer .menu.footer>li>a {
  padding: 0 .15rem;
  color: #333333;
  font-family: "PreloSlab", Andale Mono, Cambria, Palatino, serif
}

.footer a img {
  padding-top: 2.5rem;
  padding-bottom: .5rem
}

.footer p small {
  font-size: 50%;
  text-transform: uppercase;
  font-weight: bold;
  color: #333
}

@media (min-width:640px) {
  .masthead.row {
    padding-bottom: 1.45rem
  }

  .masthead.row #better-menu-widget-2 {
    float: right !important
  }

  .masthead.row #better-menu-widget-2 #menu-2017-social-media {
    margin: 0;
    display: block;
    text-align: left
  }

  .magazine ul.menu li:last-child a {
    margin-right: 0
  }
}

@media (min-width:1024px) {

  .top-bar-left,
  .top-bar-right {
    width: auto !important
  }

  div.addthis_custom_sharing {
    width: 50px;
    float: left;
    margin-left: -10%;
    display: block
  }
}

@media screen and (max-width:39.9375em) {
  .no-js .top-bar {
    display: none
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}

.postmeta {
  margin-bottom: 10px;
  text-align: left;
}

.excerpt p {
  text-align: center;
  width: 69%;
  margin: 12px auto
}

.masthead.row #better-menu-widget-2 {
  float: none !important;
  margin-top: 18px;
  margin-left: 20px;
}

.poweredbyhead {
  text-align: right;
  margin-top: -8px;
  margin-right: -5px;
  padding-right: 0;
}

.poweredbyhead img {
  max-width: 135px !important;
}

.mobileShow {
  display: none
}

.sponsor {
  color: #676767;
  font-size: .79rem;
  font-family: "PreloSlab", Andale Mono, Cambria, Palatino, serif;
  padding-top: .45rem
}

.mobileX {
  display: inline-block;
  cursor: pointer;
}

.bar1,
.bar2,
.bar3 {
  width: 35px;
  height: 5px;
  background-color: #333;
  margin: 6px 0;
  transition: .4s;
  display: block
}

@media (max-width:1024px) {
  .menu-item a:hover {
    color: #2673a5
  }

  .masthead.row {
    margin-top: 0;
    padding-bottom: 16px !important;
    padding-top: 16px !important
  }

  .mobileHide {
    display: none
  }

  .mobileShow {
    display: block
  }

  #mobileXholder {
    position: absolute;
    right: 6px;
    top: 26px
  }

  #menu-2017-magazine {
    justify-content: center;
    display: flex
  }

  .mobileShow #menu-2017-social-media-1 {
    display: inline-block
  }

  .mobileShow #menu-2017-social-media-1 a {
    padding: 10px
  }
}

@media (max-width:640px) {

  #mobileXholder {
    top: 20px
  }
}

@media (min-width:800px) {
  .footer #menu-2017-footer.menu.footer li {
    display: inline-block
  }

  .footer #menu-2017-footer.menu.footer li ::after {
    margin-left: .8rem;
    content: "|"
  }

  .footer #menu-2017-footer.menu.footer li:last-child ::after {
    content: ""
  }
}

@media only screen and (max-width:639px) {
  .poweredbyhead {
    max-width: 160px;
    margin: 0 auto;
    float: none !important
  }

  .socialiconshead article {
    margin: 0 0 7px !important
  }
}

.commits {
  margin-top: 15px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  text-align: left;
  margin-bottom: 30px;
}

.commits__title {
  margin-bottom: 15px;
  font-size: 24px;
}

#menu-item-178329 a {
  margin-right: 15px;
}

.commits__item+.commits__item {
  padding-top: 15px;
}

.send-message {
  margin-top: 30px;
}

.commits__item+.commits__item {
  margin-top: 20px;
  border-top: 1px solid #eaeaea;
}

.commits__head {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.commits__face {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  background-color: gray;
  overflow: hidden;
}

.commits__face img {
  display: block;
  width: 100%;
}

.commits__name {
  font-size: 14px;
}

.commits__date {
  font-size: 12px;
}

.commits__description {
  color: #000;
  line-height: 24px;
}

.commits__add-title {
  margin-bottom: 10px;
}

.commits__field-name {
  display: block;
  width: 100%;
  max-width: 500px;
  margin-bottom: 10px;
  padding: 5px;
  box-sizing: border-box;
  border: 1px solid #b9b7b7;
}

.commits__field-message {
  display: block;
  width: 100%;
  height: 100px;
  max-width: 500px;
  margin-bottom: 10px;
  padding: 5px;
  resize: none;
  box-sizing: border-box;
  border: 1px solid #b9b7b7;
}

.commits__sucses {
  background-color: #a1caa6;
  color: #fff;
  display: inline-block;
  padding: 7px 20px;
  margin-top: 15px;
  font-style: italic;
}

.commits__add-btn {
  display: inline-block;
  padding: 10px 25px;
  font-size: 12px;
  color: #ffffff;
  background-color: #b10000;
  text-decoration: none;
  opacity: .9;
  text-transform: uppercase;
  outline: 0;
  border: 0;
  cursor: pointer;
}

.commits__add-btn:hover {
  transform: scale(.98);
  opacity: 1;
}

@media(max-width:480px) {
  .commits__description {
    font-size: 16px;
    line-height: 1.3;
  }

  .commits__sucses {
    font-size: 12px
  }
}

.all-form {
  text-align: left;
  font-family: sans-serif;
  width: 100%;
  max-width: 620px;
  color: #000;
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.all-form__time {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.all-form__time>span {
  display: block;
  margin-top: 5px;
}

.all-form__count {
  color: red;
  margin-top: 5px;
}

.all-form__count span {
  font-size: 24px;
}

.all-form__body {
  padding: 25px 45px;
  margin-top: 15px;
  background-color: #fff;
  -webkit-box-shadow: 4px 5px 10px 0 rgba(0, 0, 0, .25);
  box-shadow: 4px 5px 10px 0 rgba(0, 0, 0, .25);
}

.all-form__title {
  font-size: 33px !important;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  line-height: 40px;
}

.all-form__title span {
  color: #50b27c;
}

.all-form__label>span {
  display: block;
  margin-bottom: 5px;
}

.all-form__label+.all-form__label {
  margin-top: 20px;
}

.all-form__field {
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.all-form__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.all-form__btn {
  width: 100%;
  max-width: 320px;
  flex: 1 0 100%;
  padding: 15px 40px;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin: 10px 20px 10px 0;
  background-color: #53b57f;
  background: rgb(90, 188, 134);
  background: -o-linear-gradient(top, rgba(90, 188, 134, 1) 0%, rgba(66, 163, 110, 1) 50%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(90, 188, 134, 1)), color-stop(50%, rgba(66, 163, 110, 1)));
  background: linear-gradient(180deg, rgba(90, 188, 134, 1) 0%, rgba(66, 163, 110, 1) 50%);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  cursor: pointer;
  border: 0;
  font-size: 16px;
}

.all-form__btn:hover {
  text-indent: 10px;
  padding-right: 30px;
  -webkit-box-shadow: inset 10px 0 20px 0 rgba(0, 0, 0, .4);
  box-shadow: inset 10px 0 20px 0 rgba(0, 0, 0, .4);
}

.all-form__prices {
  max-width: 180px;
  flex: 1 0 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.all-form__price-new {
  margin-right: 15px;
  color: #49aa75;
  font-size: 20px;
  max-width: 80px;
  flex: 1 0 100%;
}

.all-form__price-old {
  font-size: 14px;
  color: #8c8c8c;
  text-decoration: line-through;
  max-width: 60px;
  flex: 1 0 100%;
}

@media (max-width:576px) {
  .all-form__footer {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .all-form__btn {
    margin-right: 0;
    font-size: 15px
  }

  .all-form__body {
    padding: 25px
  }
}

@media (max-width: 480px) {
  #mobileXholder {
    position: static;
    height: auto;
    margin-bottom: -10px;
    margin-top: 5px;
    float: right;
  }

  .single #content article h1.page-title {
    font-size: 34px;
  }

  .postmeta {
    font-size: 12px;
  }

  .mediaMobile {
    margin-right: -10px;
    margin-left: -10px;
  }

  .menu>li>a {
    padding: 5px;
  }
}