.ani-btn {
  padding: 20px 20px;
  background-color:#6284e3;
  margin: auto;
  display: inline-block;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
          box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}


.ani-btn:hover {
  padding: 20px 20px;
  background-color:#4f69b3;
  margin: auto;
  display: inline-block;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
          box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}



@font-face { 
    font-family:"SohoGothic"; 
    src:  url("fonts//SohoGothicPro-Light.eot?#iefix"); 
    src:  url("fonts//SohoGothicPro-Light.eot?#iefix") format("eot"), 
        url("fonts//SohoGothicPro-Light.woff") format("woff"), 
        url("fonts//SohoGothicPro-Light.ttf") format("truetype"), 
        url("fonts//SohoGothicPro-Light.svg#d8574ab0-5f93-48f0-b4be-d526f26b1921") format("svg"); 
    font-weight: 300; 
    font-style: normal; 
}
@font-face { 
    font-family:"SohoGothic"; 
    src:  url("fonts//SohoGothicPro-Regular.eot?#iefix"); 
    src:  url("fonts//SohoGothicPro-Regular.eot?#iefix") format("eot"), 
        url("fonts//SohoGothicPro-Regular.woff") format("woff"), 
        url("fonts//SohoGothicPro-Regular.ttf") format("truetype"), 
        url("fonts//SohoGothicPro-Regular.svg#d8574ab0-5f93-48f0-b4be-d526f26b1921") format("svg"); 
    font-weight: 400; 
    font-style: normal; 
}
@font-face {
    font-family: 'SohoGothic';
    src:  url('fonts//SohoGothicPro-Medium.eot');
    src:  url('fonts//SohoGothicPro-Medium.eot') format('embedded-opentype'),
        url('fonts//SohoGothicPro-Medium.woff2') format('woff2'),
        url('fonts//SohoGothicPro-Medium.woff') format('woff'),
        url('fonts//SohoGothicPro-Medium.ttf') format('truetype'),
        url('fonts//SohoGothicPro-Medium.svg#SohoGothicProMedium') format('svg');
    font-weight: 500; 
    font-style: normal; 
}
@font-face { font-family:"SohoGothic"; 
             src:  url("fonts//SohoGothicPro-Bold.eot?#iefix"); 
             src:  url("fonts//SohoGothicPro-Bold.eot?#iefix") format("eot"), 
                 url("fonts//SohoGothicPro-Bold.woff") format("woff"), 
                 url("fonts//SohoGothicPro-Bold.ttf") format("truetype"), 
                 url("fonts//SohoGothicPro-Bold.svg#d8574ab0-5f93-48f0-b4be-d526f26b1921") format("svg"); 
             font-weight: 700; 
             font-style: normal; 
}
@font-face {
    font-family: 'HandOfSeanPro';
    src: url('fonts//HandOfSeanPro-Regular.eot');
    src: url('fonts//HandOfSeanPro-Regular.woff2') format('woff2'),
        url('fonts//HandOfSeanPro-Regular.woff') format('woff'),
        url('fonts//HandOfSeanPro-Regular.ttf') format('truetype'),
        url('fonts//HandOfSeanPro-Regular.svg#HandOfSeanPro-Regular') format('svg'),
        url('fonts//HandOfSeanPro-Regular.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family:HandOfSeanPro;
    src:url(/fonts/HandOfSeanPro-Regular.eot?#iefix);
    src:url(/fonts/HandOfSeanPro-Regular.eot?#iefix) format("eot"),
        url(/fonts/HandOfSeanPro-Regular.woff) format("woff"),
        url(/fonts/HandOfSeanPro-Regular.ttf) format("truetype"),
        url(/fonts/HandOfSeanPro-Regular.svg) format("svg");
    font-weight:400;
    font-style:normal;
}
#neo-frost {
    font-family: SohoGothic,sans-serif;
    background: #fff;
}
/*==== rwd ====*/
/* grid */
#neo-frost {
    font-family: "SohoGothic";
    margin-top: 10px;
    background: #fff; }
#neo-frost .visible-xs,
#neo-frost .visible-sm,
#neo-frost .visible-md,
#neo-frost .visible-lg {
    display: none !important; }
#neo-frost .visible-xs-block,
#neo-frost .visible-xs-inline,
#neo-frost .visible-xs-inline-block,
#neo-frost .visible-sm-block,
#neo-frost .visible-sm-inline,
#neo-frost .visible-sm-inline-block,
#neo-frost .visible-md-block,
#neo-frost .visible-md-inline,
#neo-frost .visible-md-inline-block,
#neo-frost .visible-lg-block,
#neo-frost .visible-lg-inline,
#neo-frost .visible-lg-inline-block {
    display: none !important; }
@media (max-width: 768px) {
    #neo-frost .visible-xs {
        display: block !important; }
    #neo-frost table.visible-xs {
        display: table; }
    #neo-frost tr.visible-xs {
        display: table-row !important; }
    #neo-frost th.visible-xs,
    #neo-frost td.visible-xs {
        display: table-cell !important; } }
@media (max-width: 768px) {
    #neo-frost .visible-xs-block {
        display: block !important; } }
@media (max-width: 768px) {
    #neo-frost .visible-xs-inline {
        display: inline !important; } }
@media (max-width: 768px) {
    #neo-frost .visible-xs-inline-block {
        display: inline-block !important; } }
@media (min-width: 768px) and (max-width: 992px) {
    #neo-frost .visible-sm {
        display: block !important; }
    #neo-frost table.visible-sm {
        display: table; }
    #neo-frost tr.visible-sm {
        display: table-row !important; }
    #neo-frost th.visible-sm,
    #neo-frost td.visible-sm {
        display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 992px) {
    #neo-frost .visible-sm-block {
        display: block !important; } }
@media (min-width: 768px) and (max-width: 992px) {
    #neo-frost .visible-sm-inline {
        display: inline !important; } }
@media (min-width: 768px) and (max-width: 992px) {
    #neo-frost .visible-sm-inline-block {
        display: inline-block !important; } }
@media (min-width: 992px) and (max-width: 1100px) {
    #neo-frost .visible-md {
        display: block !important; }
    #neo-frost table.visible-md {
        display: table; }
    #neo-frost tr.visible-md {
        display: table-row !important; }
    #neo-frost th.visible-md,
    #neo-frost td.visible-md {
        display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1100px) {
    #neo-frost .visible-md-block {
        display: block !important; } }
@media (min-width: 992px) and (max-width: 1100px) {
    #neo-frost .visible-md-inline {
        display: inline !important; } }
@media (min-width: 992px) and (max-width: 1100px) {
    #neo-frost .visible-md-inline-block {
        display: inline-block !important; } }
@media (min-width: 1100px) {
    #neo-frost .visible-lg {
        display: block !important; }
    #neo-frost table.visible-lg {
        display: table; }
    #neo-frost tr.visible-lg {
        display: table-row !important; }
    #neo-frost th.visible-lg,
    #neo-frost td.visible-lg {
        display: table-cell !important; } }
@media (min-width: 1100px) {
    #neo-frost .visible-lg-block {
        display: block !important; } }
@media (min-width: 1100px) {
    #neo-frost .visible-lg-inline {
        display: inline !important; } }
@media (min-width: 1100px) {
    #neo-frost .visible-lg-inline-block {
        display: inline-block !important; } }
@media (max-width: 768px) {
    #neo-frost .hidden-xs {
        display: none !important; } }
@media (min-width: 768px) and (max-width: 992px) {
    #neo-frost .hidden-sm {
        display: none !important; } }
@media (min-width: 992px) and (max-width: 1100px) {
    #neo-frost .hidden-md {
        display: none !important; } }
@media (min-width: 1100px) {
    #neo-frost .hidden-lg {
        display: none !important; } }
#neo-frost .visible-print {
    display: none !important; }
@media print {
    #neo-frost .visible-print {
        display: block !important; }
    #neo-frost table.visible-print {
        display: table; }
    #neo-frost tr.visible-print {
        display: table-row !important; }
    #neo-frost th.visible-print,
    #neo-frost td.visible-print {
        display: table-cell !important; } }
#neo-frost .visible-print-block {
    display: none !important; }
@media print {
    #neo-frost .visible-print-block {
        display: block !important; } }
#neo-frost .visible-print-inline {
    display: none !important; }
@media print {
    #neo-frost .visible-print-inline {
        display: inline !important; } }
#neo-frost .visible-print-inline-block {
    display: none !important; }
@media print {
    #neo-frost .visible-print-inline-block {
        display: inline-block !important; } }
@media print {
    #neo-frost .hidden-print {
        display: none !important; } }
#neo-frost .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px; }
@media (min-width: 768px) {
    #neo-frost .container {
        width: 750px; } }
@media (min-width: 992px) {
    #neo-frost .container {
        width: 970px; } }
@media (min-width: 1170px) {
    #neo-frost .container {
        width: 1170px; }
    #neo-frost .container-big {
        position: relative;
        max-width: 1400px;
        margin-right: auto;
        margin-left: auto;
        overflow: hidden; } }
#neo-frost .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px; }
#neo-frost .row {
    margin-left: -15px;
    margin-right: -15px; }
#neo-frost .col, #neo-frost .col-xs-1, #neo-frost .col-sm-1, #neo-frost .col-md-1, #neo-frost .col-lg-1, #neo-frost .col-xs-2, #neo-frost .col-sm-2, #neo-frost .col-md-2, #neo-frost .col-lg-2, #neo-frost .col-xs-3, #neo-frost .col-sm-3, #neo-frost .col-md-3, #neo-frost .col-lg-3, #neo-frost .col-xs-4, #neo-frost .col-sm-4, #neo-frost .col-md-4, #neo-frost .col-lg-4, #neo-frost .col-xs-5, #neo-frost .col-sm-5, #neo-frost .col-md-5, #neo-frost .col-lg-5, #neo-frost .col-xs-6, #neo-frost .col-sm-6, #neo-frost .col-md-6, #neo-frost .col-lg-6, #neo-frost .col-xs-7, #neo-frost .col-sm-7, #neo-frost .col-md-7, #neo-frost .col-lg-7, #neo-frost .col-xs-8, #neo-frost .col-sm-8, #neo-frost .col-md-8, #neo-frost .col-lg-8, #neo-frost .col-xs-9, #neo-frost .col-sm-9, #neo-frost .col-md-9, #neo-frost .col-lg-9, #neo-frost .col-xs-10, #neo-frost .col-sm-10, #neo-frost .col-md-10, #neo-frost .col-lg-10, #neo-frost .col-xs-11, #neo-frost .col-sm-11, #neo-frost .col-md-11, #neo-frost .col-lg-11, #neo-frost .col-xs-12, #neo-frost .col-sm-12, #neo-frost .col-md-12, #neo-frost .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
#neo-frost .col, #neo-frost .col-xs-1, #neo-frost .col-xs-2, #neo-frost .col-xs-3, #neo-frost .col-xs-4, #neo-frost .col-xs-5, #neo-frost .col-xs-6, #neo-frost .col-xs-7, #neo-frost .col-xs-8, #neo-frost .col-xs-9, #neo-frost .col-xs-10, #neo-frost .col-xs-11, #neo-frost .col-xs-12 {
    float: left; }
#neo-frost .col-xs-12 {
    width: 100%; }
#neo-frost .col-xs-11 {
    width: 91.66666667%; }
#neo-frost .col-xs-10 {
    width: 83.33333333%; }
#neo-frost .col-xs-9 {
    width: 75%; }
#neo-frost .col-xs-8 {
    width: 66.66666667%; }
#neo-frost .col-xs-7 {
    width: 58.33333333%; }
#neo-frost .col-xs-6 {
    width: 50%; }
#neo-frost .col-xs-5 {
    width: 41.66666667%; }
#neo-frost .col-xs-4 {
    width: 33.33333333%; }
#neo-frost .col-xs-3 {
    width: 25%; }
#neo-frost .col-xs-2 {
    width: 16.66666667%; }
#neo-frost .col-xs-1 {
    width: 8.33333333%; }
#neo-frost .col-xs-pull-12 {
    right: 100%; }
#neo-frost .col-xs-pull-11 {
    right: 91.66666667%; }
#neo-frost .col-xs-pull-10 {
    right: 83.33333333%; }
#neo-frost .col-xs-pull-9 {
    right: 75%; }
#neo-frost .col-xs-pull-8 {
    right: 66.66666667%; }
#neo-frost .col-xs-pull-7 {
    right: 58.33333333%; }
#neo-frost .col-xs-pull-6 {
    right: 50%; }
#neo-frost .col-xs-pull-5 {
    right: 41.66666667%; }
#neo-frost .col-xs-pull-4 {
    right: 33.33333333%; }
#neo-frost .col-xs-pull-3 {
    right: 25%; }
#neo-frost .col-xs-pull-2 {
    right: 16.66666667%; }
#neo-frost .col-xs-pull-1 {
    right: 8.33333333%; }
#neo-frost .col-xs-pull-0 {
    right: auto; }
#neo-frost .col-xs-push-12 {
    left: 100%; }
#neo-frost .col-xs-push-11 {
    left: 91.66666667%; }
#neo-frost .col-xs-push-10 {
    left: 83.33333333%; }
#neo-frost .col-xs-push-9 {
    left: 75%; }
#neo-frost .col-xs-push-8 {
    left: 66.66666667%; }
#neo-frost .col-xs-push-7 {
    left: 58.33333333%; }
#neo-frost .col-xs-push-6 {
    left: 50%; }
#neo-frost .col-xs-push-5 {
    left: 41.66666667%; }
#neo-frost .col-xs-push-4 {
    left: 33.33333333%; }
#neo-frost .col-xs-push-3 {
    left: 25%; }
#neo-frost .col-xs-push-2 {
    left: 16.66666667%; }
#neo-frost .col-xs-push-1 {
    left: 8.33333333%; }
#neo-frost .col-xs-push-0 {
    left: auto; }
#neo-frost .col-xs-offset-12 {
    margin-left: 100%; }
#neo-frost .col-xs-offset-11 {
    margin-left: 91.66666667%; }
#neo-frost .col-xs-offset-10 {
    margin-left: 83.33333333%; }
#neo-frost .col-xs-offset-9 {
    margin-left: 75%; }
#neo-frost .col-xs-offset-8 {
    margin-left: 66.66666667%; }
#neo-frost .col-xs-offset-7 {
    margin-left: 58.33333333%; }
#neo-frost .col-xs-offset-6 {
    margin-left: 50%; }
#neo-frost .col-xs-offset-5 {
    margin-left: 41.66666667%; }
#neo-frost .col-xs-offset-4 {
    margin-left: 33.33333333%; }
#neo-frost .col-xs-offset-3 {
    margin-left: 25%; }
#neo-frost .col-xs-offset-2 {
    margin-left: 16.66666667%; }
#neo-frost .col-xs-offset-1 {
    margin-left: 8.33333333%; }
#neo-frost .col-xs-offset-0 {
    margin-left: 0%; }
@media (min-width: 768px) {
    #neo-frost .col, #neo-frost .col-sm-1, #neo-frost .col-sm-2, #neo-frost .col-sm-3, #neo-frost .col-sm-4, #neo-frost .col-sm-5, #neo-frost .col-sm-6, #neo-frost .col-sm-7, #neo-frost .col-sm-8, #neo-frost .col-sm-9, #neo-frost .col-sm-10, #neo-frost .col-sm-11, #neo-frost .col-sm-12 {
        float: left; }
    #neo-frost .col-sm-12 {
        width: 100%; }
    #neo-frost .col-sm-11 {
        width: 91.66666667%; }
    #neo-frost .col-sm-10 {
        width: 83.33333333%; }
    #neo-frost .col-sm-9 {
        width: 75%; }
    #neo-frost .col-sm-8 {
        width: 66.66666667%; }
    #neo-frost .col-sm-7 {
        width: 58.33333333%; }
    #neo-frost .col-sm-6 {
        width: 50%; }
    #neo-frost .col-sm-5 {
        width: 41.66666667%; }
    #neo-frost .col-sm-4 {
        width: 33.33333333%; }
    #neo-frost .col-sm-3 {
        width: 25%; }
    #neo-frost .col-sm-2 {
        width: 16.66666667%; }
    #neo-frost .col-sm-1 {
        width: 8.33333333%; }
    #neo-frost .col-sm-pull-12 {
        right: 100%; }
    #neo-frost .col-sm-pull-11 {
        right: 91.66666667%; }
    #neo-frost .col-sm-pull-10 {
        right: 83.33333333%; }
    #neo-frost .col-sm-pull-9 {
        right: 75%; }
    #neo-frost .col-sm-pull-8 {
        right: 66.66666667%; }
    #neo-frost .col-sm-pull-7 {
        right: 58.33333333%; }
    #neo-frost .col-sm-pull-6 {
        right: 50%; }
    #neo-frost .col-sm-pull-5 {
        right: 41.66666667%; }
    #neo-frost .col-sm-pull-4 {
        right: 33.33333333%; }
    #neo-frost .col-sm-pull-3 {
        right: 25%; }
    #neo-frost .col-sm-pull-2 {
        right: 16.66666667%; }
    #neo-frost .col-sm-pull-1 {
        right: 8.33333333%; }
    #neo-frost .col-sm-pull-0 {
        right: auto; }
    #neo-frost .col-sm-push-12 {
        left: 100%; }
    #neo-frost .col-sm-push-11 {
        left: 91.66666667%; }
    #neo-frost .col-sm-push-10 {
        left: 83.33333333%; }
    #neo-frost .col-sm-push-9 {
        left: 75%; }
    #neo-frost .col-sm-push-8 {
        left: 66.66666667%; }
    #neo-frost .col-sm-push-7 {
        left: 58.33333333%; }
    #neo-frost .col-sm-push-6 {
        left: 50%; }
    #neo-frost .col-sm-push-5 {
        left: 41.66666667%; }
    #neo-frost .col-sm-push-4 {
        left: 33.33333333%; }
    #neo-frost .col-sm-push-3 {
        left: 25%; }
    #neo-frost .col-sm-push-2 {
        left: 16.66666667%; }
    #neo-frost .col-sm-push-1 {
        left: 8.33333333%; }
    #neo-frost .col-sm-push-0 {
        left: auto; }
    #neo-frost .col-sm-offset-12 {
        margin-left: 100%; }
    #neo-frost .col-sm-offset-11 {
        margin-left: 91.66666667%; }
    #neo-frost .col-sm-offset-10 {
        margin-left: 83.33333333%; }
    #neo-frost .col-sm-offset-9 {
        margin-left: 75%; }
    #neo-frost .col-sm-offset-8 {
        margin-left: 66.66666667%; }
    #neo-frost .col-sm-offset-7 {
        margin-left: 58.33333333%; }
    #neo-frost .col-sm-offset-6 {
        margin-left: 50%; }
    #neo-frost .col-sm-offset-5 {
        margin-left: 41.66666667%; }
    #neo-frost .col-sm-offset-4 {
        margin-left: 33.33333333%; }
    #neo-frost .col-sm-offset-3 {
        margin-left: 25%; }
    #neo-frost .col-sm-offset-2 {
        margin-left: 16.66666667%; }
    #neo-frost .col-sm-offset-1 {
        margin-left: 8.33333333%; }
    #neo-frost .col-sm-offset-0 {
        margin-left: 0%; } }
@media (min-width: 992px) {
    #neo-frost .col, #neo-frost .col-md-1, #neo-frost .col-md-2, #neo-frost .col-md-3, #neo-frost .col-md-4, #neo-frost .col-md-5, #neo-frost .col-md-6, #neo-frost .col-md-7, #neo-frost .col-md-8, #neo-frost .col-md-9, #neo-frost .col-md-10, #neo-frost .col-md-11, #neo-frost .col-md-12 {
        float: left; }
    #neo-frost .col-md-12 {
        width: 100%; }
    #neo-frost .col-md-11 {
        width: 91.66666667%; }
    #neo-frost .col-md-10 {
        width: 83.33333333%; }
    #neo-frost .col-md-9 {
        width: 75%; }
    #neo-frost .col-md-8 {
        width: 66.66666667%; }
    #neo-frost .col-md-7 {
        width: 58.33333333%; }
    #neo-frost .col-md-6 {
        width: 50%; }
    #neo-frost .col-md-5 {
        width: 41.66666667%; }
    #neo-frost .col-md-4 {
        width: 33.33333333%; }
    #neo-frost .col-md-3 {
        width: 25%; }
    #neo-frost .col-md-2 {
        width: 16.66666667%; }
    #neo-frost .col-md-1 {
        width: 8.33333333%; }
    #neo-frost .col-md-pull-12 {
        right: 100%; }
    #neo-frost .col-md-pull-11 {
        right: 91.66666667%; }
    #neo-frost .col-md-pull-10 {
        right: 83.33333333%; }
    #neo-frost .col-md-pull-9 {
        right: 75%; }
    #neo-frost .col-md-pull-8 {
        right: 66.66666667%; }
    #neo-frost .col-md-pull-7 {
        right: 58.33333333%; }
    #neo-frost .col-md-pull-6 {
        right: 50%; }
    #neo-frost .col-md-pull-5 {
        right: 41.66666667%; }
    #neo-frost .col-md-pull-4 {
        right: 33.33333333%; }
    #neo-frost .col-md-pull-3 {
        right: 25%; }
    #neo-frost .col-md-pull-2 {
        right: 16.66666667%; }
    #neo-frost .col-md-pull-1 {
        right: 8.33333333%; }
    #neo-frost .col-md-pull-0 {
        right: auto; }
    #neo-frost .col-md-push-12 {
        left: 100%; }
    #neo-frost .col-md-push-11 {
        left: 91.66666667%; }
    #neo-frost .col-md-push-10 {
        left: 83.33333333%; }
    #neo-frost .col-md-push-9 {
        left: 75%; }
    #neo-frost .col-md-push-8 {
        left: 66.66666667%; }
    #neo-frost .col-md-push-7 {
        left: 58.33333333%; }
    #neo-frost .col-md-push-6 {
        left: 50%; }
    #neo-frost .col-md-push-5 {
        left: 41.66666667%; }
    #neo-frost .col-md-push-4 {
        left: 33.33333333%; }
    #neo-frost .col-md-push-3 {
        left: 25%; }
    #neo-frost .col-md-push-2 {
        left: 16.66666667%; }
    #neo-frost .col-md-push-1 {
        left: 8.33333333%; }
    #neo-frost .col-md-push-0 {
        left: auto; }
    #neo-frost .col-md-offset-12 {
        margin-left: 100%; }
    #neo-frost .col-md-offset-11 {
        margin-left: 91.66666667%; }
    #neo-frost .col-md-offset-10 {
        margin-left: 83.33333333%; }
    #neo-frost .col-md-offset-9 {
        margin-left: 75%; }
    #neo-frost .col-md-offset-8 {
        margin-left: 66.66666667%; }
    #neo-frost .col-md-offset-7 {
        margin-left: 58.33333333%; }
    #neo-frost .col-md-offset-6 {
        margin-left: 50%; }
    #neo-frost .col-md-offset-5 {
        margin-left: 41.66666667%; }
    #neo-frost .col-md-offset-4 {
        margin-left: 33.33333333%; }
    #neo-frost .col-md-offset-3 {
        margin-left: 25%; }
    #neo-frost .col-md-offset-2 {
        margin-left: 16.66666667%; }
    #neo-frost .col-md-offset-1 {
        margin-left: 8.33333333%; }
    #neo-frost .col-md-offset-0 {
        margin-left: 0%; } }
@media (min-width: 1100px) {
    #neo-frost .col, #neo-frost .col-lg-1, #neo-frost .col-lg-2, #neo-frost .col-lg-3, #neo-frost .col-lg-4, #neo-frost .col-lg-5, #neo-frost .col-lg-6, #neo-frost .col-lg-7, #neo-frost .col-lg-8, #neo-frost .col-lg-9, #neo-frost .col-lg-10, #neo-frost .col-lg-11, #neo-frost .col-lg-12 {
        float: left; }
    #neo-frost .col-lg-12 {
        width: 100%; }
    #neo-frost .col-lg-11 {
        width: 91.66666667%; }
    #neo-frost .col-lg-10 {
        width: 83.33333333%; }
    #neo-frost .col-lg-9 {
        width: 75%; }
    #neo-frost .col-lg-8 {
        width: 66.66666667%; }
    #neo-frost .col-lg-7 {
        width: 58.33333333%; }
    #neo-frost .col-lg-6 {
        width: 50%; }
    #neo-frost .col-lg-5 {
        width: 41.66666667%; }
    #neo-frost .col-lg-4 {
        width: 33.33333333%; }
    #neo-frost .col-lg-3 {
        width: 25%; }
    #neo-frost .col-lg-2 {
        width: 16.66666667%; }
    #neo-frost .col-lg-1 {
        width: 8.33333333%; }
    #neo-frost .col-lg-pull-12 {
        right: 100%; }
    #neo-frost .col-lg-pull-11 {
        right: 91.66666667%; }
    #neo-frost .col-lg-pull-10 {
        right: 83.33333333%; }
    #neo-frost .col-lg-pull-9 {
        right: 75%; }
    #neo-frost .col-lg-pull-8 {
        right: 66.66666667%; }
    #neo-frost .col-lg-pull-7 {
        right: 58.33333333%; }
    #neo-frost .col-lg-pull-6 {
        right: 50%; }
    #neo-frost .col-lg-pull-5 {
        right: 41.66666667%; }
    #neo-frost .col-lg-pull-4 {
        right: 33.33333333%; }
    #neo-frost .col-lg-pull-3 {
        right: 25%; }
    #neo-frost .col-lg-pull-2 {
        right: 16.66666667%; }
    #neo-frost .col-lg-pull-1 {
        right: 8.33333333%; }
    #neo-frost .col-lg-pull-0 {
        right: auto; }
    #neo-frost .col-lg-push-12 {
        left: 100%; }
    #neo-frost .col-lg-push-11 {
        left: 91.66666667%; }
    #neo-frost .col-lg-push-10 {
        left: 83.33333333%; }
    #neo-frost .col-lg-push-9 {
        left: 75%; }
    #neo-frost .col-lg-push-8 {
        left: 66.66666667%; }
    #neo-frost .col-lg-push-7 {
        left: 58.33333333%; }
    #neo-frost .col-lg-push-6 {
        left: 50%; }
    #neo-frost .col-lg-push-5 {
        left: 41.66666667%; }
    #neo-frost .col-lg-push-4 {
        left: 33.33333333%; }
    #neo-frost .col-lg-push-3 {
        left: 25%; }
    #neo-frost .col-lg-push-2 {
        left: 16.66666667%; }
    #neo-frost .col-lg-push-1 {
        left: 8.33333333%; }
    #neo-frost .col-lg-push-0 {
        left: auto; }
    #neo-frost .col-lg-offset-12 {
        margin-left: 100%; }
    #neo-frost .col-lg-offset-11 {
        margin-left: 91.66666667%; }
    #neo-frost .col-lg-offset-10 {
        margin-left: 83.33333333%; }
    #neo-frost .col-lg-offset-9 {
        margin-left: 75%; }
    #neo-frost .col-lg-offset-8 {
        margin-left: 66.66666667%; }
    #neo-frost .col-lg-offset-7 {
        margin-left: 58.33333333%; }
    #neo-frost .col-lg-offset-6 {
        margin-left: 50%; }
    #neo-frost .col-lg-offset-5 {
        margin-left: 41.66666667%; }
    #neo-frost .col-lg-offset-4 {
        margin-left: 33.33333333%; }
    #neo-frost .col-lg-offset-3 {
        margin-left: 25%; }
    #neo-frost .col-lg-offset-2 {
        margin-left: 16.66666667%; }
    #neo-frost .col-lg-offset-1 {
        margin-left: 8.33333333%; }
    #neo-frost .col-lg-offset-0 {
        margin-left: 0%; } }
#neo-frost .clearfix,
#neo-frost .clearfix:before,
#neo-frost .clearfix:after,
#neo-frost .container:before,
#neo-frost .container:after,
#neo-frost .container-fluid:before,
#neo-frost .container-fluid:after,
#neo-frost .row:before,
#neo-frost .row:after {
    content: " ";
    display: table; }
#neo-frost .clearfix:after,
#neo-frost .container:after,
#neo-frost .container-fluid:after,
#neo-frost .row:after {
    clear: both; }
#neo-frost .center-block {
    display: block;
    margin-left: auto;
    margin-right: auto; }
#neo-frost .pull-right {
    float: right !important; }
#neo-frost .pull-left {
    float: left !important; }
#neo-frost *,
#neo-frost *:before,
#neo-frost *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
#neo-frost .text-center {
    text-align: center; }
#neo-frost body {
    margin: 0; }
#neo-frost * {
    outline: none !important; }
/* Slider */
.tns-outer{padding:0 !important}.tns-outer [hidden]{display:none !important}.tns-outer [aria-controls],.tns-outer [data-action]{cursor:pointer}.tns-slider{-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}.tns-slider>.tns-item{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.tns-horizontal.tns-subpixel{white-space:nowrap}.tns-horizontal.tns-subpixel>.tns-item{display:inline-block;vertical-align:top;white-space:normal}.tns-horizontal.tns-no-subpixel:after{content:'';display:table;clear:both}.tns-horizontal.tns-no-subpixel>.tns-item{float:left}.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item{margin-right:-100%}.tns-no-calc{position:relative;left:0}.tns-gallery{position:relative;left:0;min-height:1px}.tns-gallery>.tns-item{position:absolute;left:-100%;-webkit-transition:transform 0s, opacity 0s;-moz-transition:transform 0s, opacity 0s;transition:transform 0s, opacity 0s}.tns-gallery>.tns-slide-active{position:relative;left:auto !important}.tns-gallery>.tns-moving{-webkit-transition:all 0.25s;-moz-transition:all 0.25s;transition:all 0.25s}.tns-autowidth{display:inline-block}.tns-lazy-img{-webkit-transition:opacity 0.6s;-moz-transition:opacity 0.6s;transition:opacity 0.6s;opacity:0.6}.tns-lazy-img.tns-complete{opacity:1}.tns-ah{-webkit-transition:height 0s;-moz-transition:height 0s;transition:height 0s}.tns-ovh{overflow:hidden}.tns-visually-hidden{position:absolute;left:-10000em}.tns-transparent{opacity:0;visibility:hidden}.tns-fadeIn{opacity:1;filter:alpha(opacity=100);z-index:0}.tns-normal,.tns-fadeOut{opacity:0;filter:alpha(opacity=0);z-index:-1}.tns-vpfix{white-space:nowrap}.tns-vpfix>div,.tns-vpfix>li{display:inline-block}.tns-t-subp2{margin:0 auto;width:310px;position:relative;height:10px;overflow:hidden}.tns-t-ct{width:2333.3333333%;width:-webkit-calc(100% * 70 / 3);width:-moz-calc(100% * 70 / 3);width:calc(100% * 70 / 3);position:absolute;right:0}.tns-t-ct:after{content:'';display:table;clear:both}.tns-t-ct>div{width:1.4285714%;width:-webkit-calc(100% / 70);width:-moz-calc(100% / 70);width:calc(100% / 70);height:10px;float:left}
/*site*/
@font-face{
    font-family:HandOfSeanPro;
    src:url(/fonts/HandOfSeanPro-Regular.eot?#iefix);
    src:url(/fonts/HandOfSeanPro-Regular.eot?#iefix) format("eot"),
        url(/fonts/HandOfSeanPro-Regular.woff) format("woff"),
        url(/fonts/HandOfSeanPro-Regular.ttf) format("truetype"),
        url(/fonts/HandOfSeanPro-Regular.svg) format("svg");
    font-weight:400;
    font-style:normal;
}
@keyframes move1 {
    0% {transform:translateY(0)}
    25% {transform:translateY(20px)}
    50% {transform:translateY(-20px)}
    75% {transform:translateY(-5px)}
    100% {transform:translateY(0)}
}
@keyframes move2 {
    0% {transform:translateY(0)}
    25% {transform:translateY(-35px)}
    50% {transform:translateY(10px)}
    75% {transform:translateY(-5px)}
    100% {transform:translateY(0)}
}
@keyframes move3 {
    0% {transform:translate(0, 0) rotate(0deg)}
    25% {transform:translate(5px, -5px)}
    50% {transform:translate(10px, -15px)}
    75% {transform:translate(15px, -25px) rotate(5deg)}
    100% {transform:translate(0, 0)}
}

@keyframes move3-left {
    0% {transform:translate(0, 0) rotate(0deg)}
    25% {transform:translate(-5px, 15px)}
    50% {transform:translate(-15px, 35px)}
    75% {transform:translate(-25px, 55px) rotate(10deg)}
    100% {transform:translate(0, 0)}
}

* {
    outline: none;
}
#neo-frost img {
    max-width: 100%;
}
#neo-frost .img-responsive {
    width: 100%;
}

.blue {
    color: #0088cc!important;;
}
.red {
    color: #e72933!important;;
}
.green {
    color: #32c976!important;;
}
.aquamarine {
    color: #00b3b0!important;;
}
#neo-frost .obiekt-box {
    max-width: 1400px;
    position: relative;
    margin: 0 auto;
}
#neo-frost .obiekt-box .obiekt {
    position: absolute;
    display: none;
    z-index: 2;

    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-delay: 2s;
}
@media (min-width: 1350px) {
    #neo-frost .obiekt-box .obiekt {
        display: block;
    }
}
#neo-frost .obiekt-box .obiekt.o1 {
    left: 0;
    top: 2670px;
    width: 200px;
    animation-name: move2;
}
#neo-frost .obiekt-box .obiekt.o2 {
    left: -10px;
    top: 6734px;
    animation-name: move2;
}
#neo-frost .obiekt-box .obiekt.o3 {
    right: 0;
    top: 8168px;
    width: 195px;
}
#neo-frost .obiekt-box .obiekt.o4 {
    left: 0;
    top: 3004px;
    width: 270px;
}
#neo-frost .obiekt-box .obiekt.o5 {
    right: 0;
    top: 2678px;
    animation-name: move1;
    width: 200px;
}
#neo-frost .obiekt-box .obiekt.o6 {
    left: 0;
    top: 730px;
    animation-name: move2;
}
#neo-frost .obiekt-box .obiekt.o7 {
    right: 0;
    top: 640px;
    animation-name: move1;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.blue-ul, .green-ul, .red-ul, .plus-ul {
    text-align: left;

}
.blue-ul li, .green-ul li, .red-ul li {
    min-height: 45px;
    position: relative;
    padding-left: 40px;
    font-size: 18px;
    font-weight: 700;
}
.plus-ul li {
    padding-left: 40px;
    position: relative;
    font-size: 12px;
}
.plus-ul li h4 {
    font-size: 20px;
    margin: 0;
    font-family:HandOfSeanPro;
}
.blue-ul li + li, .green-ul li + li, .red-ul li  + li, .plus-ul li + li {
    margin-top: 5px;
}
.blue-ul li span, .green-ul li span, .red-ul li span {
    width: 100%;
}

@media (min-width: 992px) {
    .blue-ul li span, .green-ul li span, .red-ul li span {
        position: absolute;
        left: 50px;
        top: 50%;
        transform: translateY(-50%);
    }
}
.blue-ul li:before, .green-ul li:before, .red-ul li:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: '';
    width: 34px;
    height: 37px;
}
.blue-ul li:before {
    background: url('../images/neofrost/blue-ok.png') center center no-repeat;
}
.green-ul li:before {
    background: url('../images/neofrost/green-ok.png')center center no-repeat;
}
.red-ul li:before {
    background: url('../images/neofrost/red-minus.png')center center no-repeat;
}
.plus-ul li:before {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    content: '';
    width: 30px;
    height: 30px;
    background: url('../images/neofrost/plus.png')center center no-repeat;
    background-size: contain;
}
a.btn-red {
    padding: 10px;
    color: #fff;
    background: #e72933;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    box-shadow: 0 1px 3px #000;
    display: inline-block;
    text-decoration: none;
    transition: .25s;
} 
a.btn-red:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(231, 41, 51, 0.81);
}
@media (min-width: 767px) {
    a.btn-red {
        padding: 20px;
        font-size: 20px;
    }
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}
#neo-frost {
    background: #fff;
    font-family: SohoGothic,sans-serif;
    overflow: hidden;
}
#neo-frost .txt-img .box-first {
    background: url('../images/neofrost/bgd-blue.png') center center no-repeat;
    background-size: 100% 100%;
}
@media (min-width: 992px) {
    #neo-frost .txt-img .box-first {
        height: 653px;
    }
}
#neo-frost .txt-img .box-first .bottom .tv {
    position: relative;
    background: url('../images/neofrost/tv.png') center center no-repeat;
    width: 829px;
    height: 552px;
    margin: 0 auto;
    padding: 8px 10px 0;
}
#neo-frost .txt-img .box-first .bottom .tv .embed-responsive-16by9 {
    padding-bottom: 55.9%;
}
#neo-frost .header {
    position: relative;
    margin-bottom: 40px;
    text-align: center;
}
#neo-frost .header img {
    display: block;
}
#neo-frost .header .btnn{
    margin-top: 20px;
    background: #0d8acd;
    color: #fff;
    text-decoration: none;
    padding: 15px 40px;
    border-radius: 10px;
    display: inline-block;
}
@media (min-width: 1200px) {
    #neo-frost .header .btnn {
        position: absolute;
        bottom: 5px;
        margin-top: 0;
        right: 165px;
    }
}
#neo-frost .header .btnn:hover {
    background: #0b71a9;   
}
#neo-frost .btnn-red{
    display: inline-block;
    box-shadow: none;
    background: #FD004B;
    padding: 20px;
    border-radius: 10px;
    color: #fff;
    font-size: 24px;
    margin: 20px 0;
    text-decoration: none;
}
#neo-frost .btnn-red:hover {
    background: #E60046;   
}
#neo-frost .info-box {
    font-size: 10px;
    font-weight: 300;
    line-height: 1.3;
    margin-bottom: 20px;
}
#neo-frost .header .header-box {
    width: 320px;
    right:0;
    top: 200px;
    padding: 15px;
    background: #0080c8;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin: 10px auto 0;
}
@media screen and (min-width: 1199px) {
    #neo-frost .header .header-box {
        width: 300px;
        margin: 0;
        font-size: 20px;
        padding: 30px;
    }
}
#neo-frost .header .header-box a {
    margin-top: 15px;
    font-size: 14px;
    background: #e30613;
    color: #fff;
    text-decoration: none;
    padding: 5px;
    text-transform: uppercase;
    display: block;
    text-align: center;
}
@media screen and (min-width: 1199px) {
    #neo-frost .header .header-box a {
        font-size: 18px;
        padding: 10px;
        margin-top: 25px;
    }
}
#neo-frost .header .header-box a:hover {
    background: #a9141c;

}

.nvn-content {
    margin: 20px 0;
}
.nvn-content .nvn-img {
    position: relative;
}
.nvn-content .nvn-box h3{
    text-align: left;
    font-family:HandOfSeanPro;
    font-size: 35px;
    font-weight: 400;
    margin: 0 0 30px;
}
@media (min-width: 767px) {
    .nvn-content .nvn-box h3{
        font-size: 45px;
    }
}
.nvn-content .nvn-box img {
    margin: 25px 0;
}
@media (min-width: 767px) {
    .nvn-content .nvn-img {
        height: 821px;
    }
    .nvn-content .nvn-img img{
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }
}
@media (min-width: 992px) {
    .nvn-content .nvn-img {
        height: 660px;
    }
}
/*.nvn-img-text {
    margin-top: -30px;
}*/
.nvn-img-text h3 {
    font-family:HandOfSeanPro;
    font-size: 35px;
}

@media (min-width: 767px) {
    .nvn-img-text ul {
        margin-left: 20px; 
    }
    .nvn-img-text {
        margin-top: -30px;
    }
}
.zbsliw h3{
    font-size: 18px;
    font-weight: 700;
    margin: 20px 0;
}
.zbsliw  p {
    font-size: 16px;
    line-height: 22px;

    margin: 0 auto;
    text-align: left;
    margin-bottom: 30px;
}
@media (min-width: 767px) {
    .zbsliw h3{
        font-size: 25px;
        margin: 40px 0;
    }
    .zbsliw  p {
        font-size: 22px;
        line-height: 30px;
        width: 80%;
        margin-bottom: 50px;
    }
}
#neo-frost .fridge {
    margin: 70px 0 30px;
    background: #fff;
}
#neo-frost .fridge .fridge-box {
    position: relative;
}
@media (min-width: 1200px) {
    #neo-frost .fridge .fridge-box {

    }   
}
#neo-frost .fridge .fridge-box .desktop {
    display: none;
}
#neo-frost .fridge .fridge-box .mobile {
    display: block;
    margin: 0 auto;
}
@media (min-width: 767px) {
    #neo-frost .fridge .fridge-box .desktop {
        display: inline;
    } 
    #neo-frost .fridge .fridge-box .mobile {
        display: none;
    } 
}
#neo-frost .fridge .fridge-box .film-big-box {

}
@media (min-width: 767px) {
    #neo-frost .fridge .fridge-box .film-big-box {
        position: absolute;
        height: 32vw;
        bottom: 0;
        right: 0;
        width: 32.35vw;
    }
}
@media (min-width: 1200px) {
    #neo-frost .fridge .fridge-box .film-big-box {
        height: 30.5vw;
    }
}
@media (min-width: 1309px) {
    #neo-frost .fridge .fridge-box .film-big-box {
        height: 400px;
    }
}
@media (min-width: 1400px) {
    #neo-frost .fridge .fridge-box .film-big-box {
        width: 477px;
    }
}
@media (min-width: 767px) {
    #neo-frost .fridge .fridge-box .film-box{
        width: 28.35vw;
    }
}
@media (min-width: 1246px) {
    #neo-frost .fridge .fridge-box .film-box{
        width: 353px;
    }
}
#neo-frost .fridge .fridge-box-img{
    position: relative;
}
#neo-frost .fridge .fridge-box-img .fridge-box-img-item {
    position: absolute;
    text-align: left;
    font-size: 16px;
    color: #5e5e5e;
    opacity: 0;
    transition: .3s;
    transform: scale(.8);
}
#neo-frost .fridge .fridge-box .list-mobile {
    padding: 0 15px;
    text-align: left;
    margin-bottom: 15px;
}
#neo-frost .fridge .fridge-box .list-mobile li img {
    width: 30px;
    margin-right: 15px;
}
#neo-frost .fridge .fridge-box .list-mobile li h4 {
    border-bottom: 4px dotted #f9b000;
    padding-bottom: 5px;
}
@media (min-width: 767px) {
    #neo-frost .fridge .fridge-box .list-mobile {
        display: none;
    }
}
@media (min-width: 1200px) {
    #neo-frost .fridge .fridge-box-img .fridge-box-img-item {
        transform: scale(1);
    }
}
#neo-frost .fridge .fridge-box-img .fridge-box-img-item.active {
    opacity: 1;
}
#neo-frost .fridge .fridge-box-img .target {
    position: absolute;
    /*background: #000;*/
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 11;
}
#neo-frost .fridge .fridge-box-img .target.item1 {
    top: 162px;
    left: 268px;
}
@media (min-width: 1200px) {
    #neo-frost .fridge .fridge-box-img .target.item1 {
        top: 206px;
        left: 333px;
    } 
}
#neo-frost .fridge .fridge-box-img .target.item2 {
    bottom: 274px;
    left: 348px;
}
@media (min-width: 1200px) {
    #neo-frost .fridge .fridge-box-img .target.item2 {
        bottom: 341px;
        left: 434px;
    }
}
#neo-frost .fridge .fridge-box-img .target.item3 {
    top: 53px;
    right: 367px;
}
@media (min-width: 1200px) {
    #neo-frost .fridge .fridge-box-img .target.item3 {
        top: 70px;
        right: 453px;
    }
}
#neo-frost .fridge .fridge-box-img .target.item4 {
    top: 289px;
    right: 349px;
}
@media (min-width: 1200px) {
    #neo-frost .fridge .fridge-box-img .target.item4 {
        top: 355px;
        right: 429px;
    }
}
#neo-frost .fridge .fridge-box-img .target.item5 {
    bottom: 94px;
    right: 336px;
}
@media (min-width: 1200px) {
    #neo-frost .fridge .fridge-box-img .target.item5 {
        bottom: 123px;
        right: 414px;
    }
}
#neo-frost .fridge .fridge-box-img .fridge-box-img-item:before {
    content:'';
    position: absolute;
}
/*item1*/
#neo-frost .fridge .fridge-box-img .fridge-box-img-item.item1 {
    left: -20px;
    top: 115px;
    width: 310px;
}
#neo-frost .fridge .fridge-box-img .fridge-box-img-item.item1:before {
    background: url('../images/neofrost/bar1.png') center center no-repeat;
    width: 350px;
    height: 38px;
    top: 38px;
}
#neo-frost .fridge .fridge-box-img .fridge-box-img-item.item1 h4{
    margin-bottom: 19px;
}
@media (min-width: 1200px) {
    #neo-frost .fridge .fridge-box-img .fridge-box-img-item.item1 {
        left: 0;
        top: 145px;
        width: 310px;
    }
}
/*item2*/
#neo-frost .fridge .fridge-box-img .fridge-box-img-item.item2 {
    left: -19px;
    top: 365px;
    width: 275px;
}
#neo-frost .fridge .fridge-box-img .fridge-box-img-item.item2:before {
    background: url('../images/neofrost/bar2.png') center center no-repeat;
    width: 463px;
    height: 35px;
    top: 38px;
}
#neo-frost .fridge .fridge-box-img .fridge-box-img-item.item2 h4{
    margin-bottom: 19px;
}
@media (min-width: 1200px) {
    #neo-frost .fridge .fridge-box-img .fridge-box-img-item.item2 {
        left: -2px;
        top: 459px;
        width: 275px;
    }
}
/*item3*/
#neo-frost .fridge .fridge-box-img .fridge-box-img-item.item3 {
    right: 42px;
    top: -4px;
    width: 349px;
}
#neo-frost .fridge .fridge-box-img .fridge-box-img-item.item3:before {
    background: url('../images/neofrost/bar3.png') center center no-repeat;
    width: 307px;
    height: 50px;
    top: 38px;
    right: 86px;
}
#neo-frost .fridge .fridge-box-img .fridge-box-img-item.item3 h4{
    margin-bottom: 19px;
}
@media (min-width: 1200px) {
    #neo-frost .fridge .fridge-box-img .fridge-box-img-item.item3 {
        right: 84px;
        top: 6px;
        width: 349px;
    }
}
/*item4*/
#neo-frost .fridge .fridge-box-img .fridge-box-img-item.item4 {
    right: -97px;
    top: 235px;
    width: 365px;
    padding-right: 75px;
}
#neo-frost .fridge .fridge-box-img .fridge-box-img-item.item4 strong {
    display: block;
}
#neo-frost .fridge .fridge-box-img .fridge-box-img-item.item4:before {
    background: url('../images/neofrost/bar4.png') center center no-repeat;
    width: 455px;
    height: 31px;
    top: 38px;
    right: 86px;
}
#neo-frost .fridge .fridge-box-img .fridge-box-img-item.item4 h4{
    margin-bottom: 19px;
}
@media (min-width: 1200px) {
    #neo-frost .fridge .fridge-box-img .fridge-box-img-item.item4 {
        right: -87px;
        top: 311px;
        width: 365px;
        padding-right: 75px;
    }
}
/*item5*/
#neo-frost .fridge .fridge-box-img .fridge-box-img-item.item5 {
    right: -14px;
    bottom: -11px;
    width: 354px;
}
#neo-frost .fridge .fridge-box-img .fridge-box-img-item.item5:before {
    background: url('../images/neofrost/bar5.png') center center no-repeat;
    width: 284px;
    height: 38px;
    top: 5px;
    right: 126px;
}
#neo-frost .fridge .fridge-box-img .fridge-box-img-item.item5 h4{
    margin-bottom: 19px;
}
@media (min-width: 1200px) {
    #neo-frost .fridge .fridge-box-img .fridge-box-img-item.item5 {
        right: 17px;
        bottom: 1px;
        width: 354px;
    }
}
#neo-frost .fridge .fridge-box-img .fridge-box-img-item h4 {
    font-family: HandOfSeanPro;
    font-size: 30px;
    margin-top: 0;
}
@media (min-width: 992px) {
    #neo-frost .fridge .fridge-mobile {
        display: none;
    }
}
#neo-frost .pnut {
    margin: 100px 0 40px;
    background: url('../images/neofrost/bgd-aquamarine.png') center 50px no-repeat;
    background-size: cover;

}
@media (min-width: 992px) {
    #neo-frost .pnut {
        background-size: contain;
    }
}
#neo-frost .pnut .pnut-box .tv {
    position: relative;
    background: url('../images/neofrost/pnut-tv.png') center center no-repeat;
    width: 561px;
    height: 318px;
    margin: 0 auto 30px;
    padding: 8px 7px 0;
    box-shadow: 0 2px 10px #000;
}
#neo-frost .pnut .pnut-box .tv .embed-responsive-16by9 {
    padding-bottom: 55.9%;
}
#neo-frost .pnut .pnut-box .pnut-box-txt {
    width: 80%;
    margin: 30px auto;
    text-align: left;
    color: #000;
    font-size: 18px;
    line-height: 24px;
}
#neo-frost .dwkln {
    margin: 40px 0 30px;
}
#neo-frost .dwkln .dwkln-box {
    padding-left: 50px;
    position: relative;
    font-size: 14px;
    line-height: 18px;
    margin-top: 30px;
}
@media (min-width: 767px) {
    #neo-frost .dwkln .dwkln-box {
        padding-left: 80px;
        font-size: 16px;
        line-height: 20px;
        margin-top: 50px;
    }
}
@media (min-width: 922px) {
    #neo-frost .dwkln .dwkln-box {
        padding-left: 120px;
        font-size: 18px;
        line-height: 22px;
        margin-top: 70px;
    }
}
#neo-frost .dwkln .dwkln-box + .dwkln-box {
    margin-top: 50px;
}
#neo-frost .dwkln .dwkln-box h3 {
    font-size: 24px;
    margin: 0 0 10px;
    font-family:HandOfSeanPro;
    letter-spacing: 1px;
}
@media (min-width: 767px) {
    #neo-frost .dwkln .dwkln-box h3 {
        font-size: 30px;
        margin: 0 0 20px;
    } 
}
@media (min-width: 767px) {
    #neo-frost .dwkln .dwkln-box h3 {
        font-size: 35px;
        margin: 0 0 30px;
    } 
}
#neo-frost .dwkln .dwkln-box:before {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    content: '';
    width: 40px;
    height: 40px;
    background: url('images/zmywarki-lipiec/ok.png')center center no-repeat;
    background-size: contain;
}
@media (min-width: 767px) {
    #neo-frost .dwkln .dwkln-box:before {
        width: 60px;
        height: 60px;
    }
}
@media (min-width: 992px) {
    #neo-frost .dwkln .dwkln-box:before {
        width: 87px;
        height: 87px;
    }
}
#neo-frost .klnwws {
    padding-top: 0;
}
#neo-frost .klnwws ul li {
    display: inline-block;
    width: calc(50% - 5px);
}
@media (min-width: 992px) {
    #neo-frost .klnwws ul li {
        width: auto;
    }
    #neo-frost .klnwws ul li + li{
        margin-left: 30px;

    }
}
#neo-frost .slider {
    margin-top: 90px;

    display: none;

}
@media (min-width: 767px) {
    #neo-frost .slider {
        width: 100%;
        display: inline-block;
    }
}
#neo-frost .slider #slider {}
#neo-frost .slider #slider .item h3, #neo-frost .slider #slider .item h4, #neo-frost .slider #slider .item h5 {
    margin: 0;
}
.slick-slide img {
    display: inline;
}
#neo-frost .slider #slider .item h3 {
    margin-top: 25px;
    font-size: 18px;
    color: #000!important;
    font-weight: 700;
    text-transform: uppercase;
}
#neo-frost .slider #slider .item h4 {
    font-size: 18px;
    color: #000!important;
    margin: 10px 0;
}
#neo-frost .slider #slider .item {
    text-align: center;
}
#neo-frost .slider #slider .item .item-img {
    position: relative;
    height: 245px;
    padding-top: 15px;
    width: 255px;
    margin: 0 auto
}
#neo-frost .slider #slider .item .item-img img {
    height: 100%;
}
#neo-frost .slider #slider .item .item-img .icons {
    position: absolute;
    top: 0;
    right: 0;
}
#neo-frost .slider #slider .item .kt {
    margin-top: 35px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    background: #0089d0;
    width: 200px;
    padding: 15px 5px;
    transition: .25s;
    cursor: pointer;
}
#neo-frost .slider #slider .item .kt img {
    margin-right: 15px;
}
#neo-frost .slider #slider .item .kt-box ul {
    display: inline-block;
    width: 200px;
    border: 1px solid #8c8c8c;
    font-size: 18px;
    text-transform: uppercase;
    opacity: 0;
    transition: .25s;
}
#neo-frost .slider #slider .item ul li {

}
#neo-frost .slider #slider .item ul li a {
    text-decoration: none;
    color: #0089d0;
    background: #fff;
    padding: 9px 0;
    display: block;
    transition: .25s;
}
#neo-frost .slider #slider .item ul li a:hover {
    background: #0089d0;
    color: #fff;
}
#neo-frost .slider #slider .item ul li + li {
    border-top: 1px solid #8c8c8c; 
}
#neo-frost .slider #slider .item .kt:hover, #neo-frost .slider #slider .item .kt-box:hover .kt {
    background: #006ca4;
}
#neo-frost .slider #slider .item .kt-box:hover ul {
    opacity: 1;
}
#neo-frost .slider #slider .slick-btn {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width:69px;
    height: 67px;
    cursor: pointer;
}
#neo-frost .slider #slider .slick-btn span {
    height: 100%;
    width: 100%;
    display: block;
}
#neo-frost .slider #slider .slick-btn span:before {
    height: 100%;
    width: 100%;
    display: block;
    content: '';
}
#neo-frost .slider #slider .slick-btn.slick-prev {
    left: -80px;
}
#neo-frost .slider #slider .slick-btn.slick-prev span:before {
    background: url('../images/zmywarki-lipiec/arrow-left.png') center center no-repeat;

}
#neo-frost .slider #slider .slick-btn.slick-prev:hover span:before {
    background: url('../images/zmywarki-lipiec/arrow-left-hover.png') center center no-repeat;

}
#neo-frost .slider #slider .slick-btn.slick-next {
    right: -80px;
}
#neo-frost .slider #slider .slick-btn.slick-next span:before {
    background: url('../images/zmywarki-lipiec/arrow-right.png') center center no-repeat;

}
#neo-frost .slider #slider .slick-btn.slick-next:hover span:before {
    background: url('../images/zmywarki-lipiec/arrow-right-hover.png') center center no-repeat;

}
#neo-frost .buz {
    margin: 40px 0 0;
    background: url('../images/neofrost/bgd-buz.png') center 90px no-repeat;
    background-size: cover;
}
#neo-frost .buz .buz-box {
    position: relative;
    height: 600px;
}
#neo-frost .buz .buz-box h4 {
    position: absolute;
    left: 0;
    top: 220px;
    color: #fff !important;
    font-size: 35px;
    font-family:HandOfSeanPro;
    text-align: left;
    line-height: 38px;
}
#neo-frost .buz .buz-box p {
    color: #000 !important;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    margin-top: 120px;
}
#neo-frost .buz .buz-box a {
    position: absolute;
    bottom: 90px;
    left: 50%;
    transform: translateX(-50%);
}
#neo-frost .no-padding {
    padding: 0;
}

#neo-frost .dwkzb-boxes {
    margin-top: 50px;
}
#neo-frost .dwkzb-boxes .box {

    position: relative;
    transition: .25s;
    overflow: hidden;
}
@media screen and (min-width: 1199px) {
    #neo-frost .dwkzb-boxes .box {
        height: 410px;
    }
}
#neo-frost .dwkzb-boxes .box .img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: .25s;
    opacity: 0;
}
@media screen and (min-width: 767px) {
    #neo-frost .dwkzb-boxes .box .img {
        opacity: 1;
    }
}
#neo-frost .dwkzb-boxes .box .txt {

    transition: .25s;
    font-size: 18px;
    padding: 50px 25px;
    opacity: 1;
}
@media screen and (min-width: 767px) {
    #neo-frost .dwkzb-boxes .box .txt {
        opacity: 0;
        width: 50%;
        padding: 100px 25px;
    } 
}
#neo-frost .dwkzb-boxes .box:hover .txt {
    opacity: 1;
}
#neo-frost .dwkzb-boxes .box .txt h3 {
    font-size: 24px;
}
#neo-frost .dwkzb-boxes .box .txt small {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 300;
}
#neo-frost .dwkzb-boxes .box.left .img {
    left: 50%;
    margin-left: -165px;
}
#neo-frost .dwkzb-boxes .box.right .img {
    left: 50%;
    margin-left: -300px;
    width: 100%;
}

@media screen and (min-width: 767px) {
    #neo-frost .dwkzb-boxes .box.right .img .img1 {
        transition: .25s;
        opacity: 1;
    }
}
@media screen and (min-width: 767px) {
    #neo-frost .dwkzb-boxes .box.left .txt {
        margin-left: 50%;
        width: 50%;
    }
}
#neo-frost .dwkzb-boxes .box.right:hover .img {
    left: 57%;
    margin-left: -270px;
    width: 105%;
}
#neo-frost .dwkzb-boxes .box.right:hover .img .img1 {
    opacity: 0;
    margin-right: -10px;
}

#neo-frost .dwkzb-boxes .box.left:hover .img {
    left: 5%;
    margin-left: 0;
}
#neo-frost .mity {
    margin: 0 auto;
    width: 320px;
}
@media screen and (min-width: 360px) {
    #neo-frost .mity {
        width: 360px;
    }
}
@media screen and (min-width: 480px) {
    #neo-frost .mity {
        width: 480px;
    }
}
@media screen and (min-width: 767px) {
    #neo-frost .mity {
        width: 767px;
    }
}
@media screen and (min-width: 991px) {
    #neo-frost .mity {
        width: 991px;
    }
}
@media screen and (min-width: 1199px) {
    #neo-frost .mity {
        width: 1199px;
    }
}
@media screen and (min-width: 1400px) {
    #neo-frost .mity {
        width: 1400px;
    }
}
#neo-frost .mity .box {
    position: relative;
    overflow: hidden;
    height: 121px;
    margin-bottom: -12px;
}
@media screen and (min-width: 480px) {
    #neo-frost .mity .box {
        height: 181px;
        margin-bottom: -18px;
    } 
}
@media screen and (min-width: 767px) {
    #neo-frost .mity .box {
        height: 290px;
        margin-bottom: -28px;
    }
    #neo-frost .mity .box:nth-child(4) {
        margin-bottom: -30px;
    } 
    #neo-frost .mity .box:nth-child(6) {
        margin-bottom: -29px;
    } 
    #neo-frost .mity .box:nth-child(7) {
        margin-bottom: -26px;
    } 
}
@media screen and (min-width: 991px) {
    #neo-frost .mity .box {
        height: 375px;
        margin-bottom: -35px;
    }
    #neo-frost .mity .box:nth-child(4) {
        margin-bottom: -41px;
    } 
    #neo-frost .mity .box:nth-child(6) {
        margin-bottom: -38px;
    } 
    #neo-frost .mity .box:nth-child(7) {
        margin-bottom: -34px;
    } 
}
@media screen and (min-width: 1199px) {
    #neo-frost .mity .box {
        height: 500px;
        margin-bottom: -49px;
    } 
    #neo-frost .mity .box:nth-child(4) {
        margin-bottom: -51px;
    } 
    #neo-frost .mity .box:nth-child(6) {
        margin-bottom: -48px;
    } 
    #neo-frost .mity .box:nth-child(7) {
        margin-bottom: -44px;
    } 
}
#neo-frost .mity .box:last-child {
    margin-bottom: 0;
}
#neo-frost .mity .box img {
    width: 100%;
    height: 121px;
}
@media screen and (min-width: 480px) {
    #neo-frost .mity .box img {
        height: 181px;
    }
}
@media screen and (min-width: 767px) {
    #neo-frost .mity .box img {
        height: 290px;
    }
}
@media screen and (min-width: 991px) {
    #neo-frost .mity .box img {
        height: 375px;
    }
}
@media screen and (min-width: 1199px) {
    #neo-frost .mity .box img {
        height: 500px;
    }
}

#neo-frost .mity .box .front {
    opacity: 1;
    transition: .7s;
}
#neo-frost .mity .box:hover .front {
    opacity: 0;
}
#neo-frost .mity .box .back {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: .7s;
}
#neo-frost .mity .box:hover .back {
    opacity: 1;
}
#neo-frost .margin-top-50 {
    margin-top: 50px;
}
#neo-frost .embed-responsive-16by9 {
    padding-bottom: 57.25%;
}
#neo-frost .films img{
    width: 100%;
}
/*==== rwd ====*/
@media screen and (max-width: 1199px) {

    #neo-frost .txt-img .box-first .bottom .tv, #neo-frost .pnut .pnut-box .tv {
        padding: 0;
        background: none;
        width: 100%;
        height: auto;
        margin: 20px auto;
    }
}