@charset "UTF-8";
/*====================================================*/
/*Font Imports*/
@import 'https://fonts.googleapis.com/css?family=Raleway:800,700,500,400,600';
@import 'https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic';
@import 'https://fonts.googleapis.com/css?family=Alegreya:400,400i,700,700i,900,900i';
@import 'https://fonts.googleapis.com/css?family=PT+Serif:400,400i,700,700i';
@import 'https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300i,700';
@import url("https://fonts.googleapis.com/css?family=Pacifico");
/*Font Variables*/
/*====================================================*/

body {
    font-family: "Open Sans";
}
#wrapper {
    overflow: hidden;
}
h1,
.h1 {
    margin: 0;
    font-family: "Montserrat";
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
}
h2,
.h2 {
    margin: 0;
    font-family: "Montserrat";
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -.06em;
}
h5,
.h5 {
    margin: 0 0 11px;
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    color: #002e5b;
    letter-spacing: -.04em;
}
h6,
.h6 {
    margin: 0;
    font-family: "Montserrat";
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.stm_animation {
    opacity: 0;
}
a {
    color: #6c98e1;
}
a:hover,
a:focus {
    color: #6c98e1;
}
a:focus {
    outline: none;
}
.button {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-family: "Montserrat";
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.button span {
    position: relative;
    z-index: 2;
    font-weight: 700;
    display: block;
    padding: 0 10px;
}
.button-outline-white {
    overflow: hidden;
    position: relative;
    border: 2px solid #fff;
    border-radius: 3px;
    text-align: center;
    line-height: 52px;
    color: #fff;
    -webkit-transition: border-color 0.3s, color 0.3s;
    transition: border-color 0.3s, color 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button-outline-white:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    background: #fff;
    z-index: -1;
    -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
    transition: transform 0.3s, opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
}
.button-outline-white .fa {
    margin-left: 10px;
    font-size: 15px;
    color: #fde428;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button-outline-white:hover,
.button-outline-white:focus {
    text-decoration: none;
}
.button-outline-white:focus {
    color: #fff;
}
.button-outline-white:hover {
    color: #002e5b;
}
.button-outline-white:hover:before {
    opacity: 1;
    background-color: #fff;
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button-outline-white:hover .fa {
    color: #002e5b;
}
.button-primary {
    position: relative;
    overflow: hidden;
    background: #002e5b;
    border-radius: 3px;
    text-align: center;
    line-height: 45px;
    color: #fff;
    -webkit-transition: border-color 0.3s, color 0.3s;
    transition: border-color 0.3s, color 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button-primary span {
    position: relative;
    z-index: 2;
}
.button-primary:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    background: #002e5b;
    z-index: 1;
    -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
    transition: transform 0.3s, opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
}
.button-primary .fa {
    margin-left: 10px;
    font-size: 15px;
    color: #fde428;
}
.button-primary:hover,
.button-primary:focus {
    text-decoration: none;
}
.button-primary:focus {
    color: #fff;
}
.button-primary:hover:before {
    opacity: 1;
    background-color: #fde428;
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button-primary:hover .fa {
    color: #002e5b;
}
.button-primary-2 {
    position: relative;
    overflow: hidden;
    background: transparent;
    border-radius: 3px;
    border: 2px solid #002e5b;
    text-align: center;
    line-height: 41px;
    color: #fff;
    -webkit-transition: border-color 0.3s, color 0.3s;
    transition: border-color 0.3s, color 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button-primary-2 span {
    position: relative;
    z-index: 2;
}
.button-primary-2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    background: #002e5b;
    z-index: 1;
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
    transition: transform 0.3s, opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button-primary-2 .fa {
    margin-left: 10px;
    font-size: 15px;
    color: #fde428;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.button-primary-2:hover,
.button-primary-2:focus {
    text-decoration: none;
}
.button-primary-2:focus {
    color: #fff;
}
.button-primary-2:hover {
    border-color: #fff;
    color: #002e5b;
}
.button-primary-2:hover:before {
    background-color: #002e5b;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
}
.button-primary-2:hover .fa {
    color: #002e5b;
}
.button-secondary {
    position: relative;
    overflow: hidden;
    background: #53ac0d;
    border-radius: 3px;
    text-align: center;
    border: 2px solid #53ac0d;
    line-height: 52px;
    color: #fff;
    -webkit-transition: border-color 0.3s, color 0.3s;
    transition: border-color 0.3s, color 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button-secondary span {
    position: relative;
    z-index: 2;
}
.button-secondary:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    background: #fde428;
    z-index: 1;
    -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
    transition: transform 0.3s, opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
}
.button-secondary .fa {
    margin-left: 10px;
    font-size: 15px;
    color: #002e5b;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.button-secondary:hover,
.button-secondary:focus {
    text-decoration: none;
}
.button-secondary:focus {
    color: #002e5b;
}
.button-secondary:hover {
    color: #fff;
    border-color: #000;
}
.button-secondary:hover .fa {
    color: #fde428;
}
.button-secondary:hover:before {
    opacity: 1;
    background-color: #000;
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.owl-carousel .owl-item img {
    width: auto;
}
.header {
    position: absolute;
    left: 0;
    top: 27px;
    right: 0;
    width: 100%;
    z-index: 99;
}
.header_nav {
    float: right;
}
.header_nav > ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.header_nav > ul > li {
    float: left;
}
.header_nav > ul > li:not(:first-child) {
    margin-left: 28px;
}
.header_nav > ul > li > a {
    display: block;
    line-height: 45px;
    color: #fff;
}
.header_nav > ul > li.__purchase {
    margin-left: 37px;
}
.header_nav > ul > li.__purchase > a {
    position: relative;
    overflow: hidden;
    min-width: 137px;
    padding: 0 10px;
    line-height: 41px;
    background-color: #002e5b;
    border-radius: 3px;
    border: 2px solid #002e5b;
    text-align: center;
    font-family: "Montserrat";
    font-weight: 700;
    -webkit-transition: border-color 0.3s, color 0.3s;
    transition: border-color 0.3s, color 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.header_nav > ul > li.__purchase > a span {
    position: relative;
    z-index: 2;
}
.header_nav > ul > li.__purchase > a .fa {
    color: #fde428;
    font-size: 16px;
    margin-left: 13px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.header_nav > ul > li.__purchase > a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    background: #002e5b;
    z-index: 1;
    -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
    transition: transform 0.3s, opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
}
.header_nav > ul > li.__purchase > a:hover,
.header_nav > ul > li.__purchase > a:focus {
    text-decoration: none;
}
.header_nav > ul > li.__purchase > a:hover {
    color: #002e5b;
    border-color: #fde428;
}
.header_nav > ul > li.__purchase > a:hover:before {
    opacity: 1;
    background-color: #fde428;
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.header_nav > ul > li.__purchase > a:hover .fa {
    color: #002e5b;
}
.slide {
    position: relative;
    height: 673px;
}
.slide:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.slide:before {
    background: url("../img/slide-1-1.jpg") no-repeat;
    background-position: 50% 0;
    content: ' ';
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    will-change: transform;
    z-index: -1;
}
.slide_content {
    position: relative;
    z-index: 9;
    padding: 108px 0;
}
.slide_content h1 {
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Raleway';
    font-weight: bold;
    font-size: 42px;
}
.slide_content img {
    display: block;
    margin: 0 auto 40px auto;
}
.slide_content h1 mark {
    padding: 0;
    background: transparent;
    color: #fde428;
}
.slide_button-group {
    margin-top: 43px;
    text-align: center;
    font-size: 0;
}
.slide_button-group .button {
    margin: 0 10px;
    min-width: 195px;
    font-family: 'Raleway';
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
}
.screenshots_list {
    width: 1px;
    min-width: 100%;
}
.screenshots_list.owl-carousel {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.screenshots_list.owl-carousel .owl-item img {
    width: 100%;
}
.screenshots_list_item {
    position: relative;
    margin: 65px 0 100px 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 5px;
    box-shadow: 0 0 65px rgba(12, 18, 24, 0.26);
}
.screenshots_list_item img {
    max-width: 100%;
    display: block;
    height: auto;
    border-radius: 5px;
    position: relative;
    z-index: 1;
}
.screenshots_list_item a {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.1);
    height: 100%;
    width: 100%;
    z-index: 2;
}
@media (min-width: 641px) {
    .screenshots_list .owl-item:not(.center) .screenshots_list_item {
        -webkit-transition: -webkit-transform .3s ease .3s;
        transition: -webkit-transform .3s ease .3s;
        transition: transform .3s ease .3s;
        transition: transform .3s ease .3s, -webkit-transform .3s ease .3s;
        -webkit-transform: translateZ(0) scale(0.898);
        transform: translateZ(0) scale(0.898);
    }
    .screenshots_list .owl-item.active.center {
        position: relative;
        z-index: 2;
    }
    .screenshots_list .owl-item.active.center .screenshots_list_item {
        -webkit-transition: -webkit-transform .3s ease .3s;
        transition: -webkit-transform .3s ease .3s;
        transition: transform .3s ease .3s;
        transition: transform .3s ease .3s, -webkit-transform .3s ease .3s;
    }
}
.icon-box {
    padding: 30px 15px 25px 25px;
    border-radius: 5px;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
}
.icon-box:hover {
    background: #fff;
}
.icon-box_icon {
    float: left;
    width: 55px;
    height: 55px;
    margin-top: 4px;
    margin-right: 19px;
    position: relative;
    text-align: center;
    background: #002e5b;
    border-radius: 50%;
}
.icon-box_icon img {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.icon-box_text {
    overflow: hidden;
}
.icon-box_text p {
    color: #555;
}
.icon-box_text p:last-child {
    margin-bottom: 0;
}
.section {
    position: relative;
}
.section_wrapper {
    position: relative;
    z-index: 9;
}
.section_t {
    margin: 0 0 65px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Raleway";
    font-weight: 900px;
    color: #fff;
    font-size: 45px;
    letter-spacing: 0.3px;
}
.section_t mark {
    padding: 0;
    background: transparent;
    color: #fde428;
}
.section_t.__white {
    color: #fff;
}
.call-to-action {
    background: #fde428;
    padding: 17px 0;
}
.call-to-action_text {
    padding-top: 11px;
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #000;
    float: left;
    width: calc( 100% - 162px);
    letter-spacing: -0.04em;
}
.call-to-action_act {
    float: right;
}
.call-to-action_act .button {
    position: relative;
    text-align: left;
    letter-spacing: 0.04em;
}
.call-to-action_act .button span {
    min-width: 144px;
    padding-left: 22px;
    padding-right: 45px;
}
.call-to-action_act .button .fa {
    position: absolute;
    top: 50%;
    right: 12px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.section.__features {
    background: #fff;
}
.section.__features .container {
    width: 1200px;
}
.section.__features.section.__features2
{
	padding: 0 0 48px 0;
}
@media(max-width: 1199px) {
    .section.__features .container {
        width: 100%;
    }
}
.section.__features .section_t {
    margin-bottom: 35px;
    color: #000;
}
.section.__features .icon-box {
    margin-bottom: -45px;
}
.section.__features .row:not(:last-of-type) {
    margin-bottom: 72px;
}
.section.__features .screenshots {
    overflow: hidden;
}
.section.__features .screenshots {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin: -190px 0 0;
}
@media (min-width: 767px) {
    .icon-box {
        margin-left: -18px;
        margin-right: -10px;
    }
}
@media (min-width: 641px) {
    .section.__features .screenshots_wrapper {
        margin: 0 -353px;
    }
}
.demo-card {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    text-align: center;
}
.demo-card_image {
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin-bottom: 33px;
    overflow: hidden;
    display: inline-block;
}
.demo-card_image .this-inner {
    margin: 0;
    position: relative;
    display: block;
    overflow: hidden;
}
.demo-card_image img {
    width: 100%;
    transition: all 300ms linear 0s;
    height: auto;
}
.demo-card_image .this-infos {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    transition: all 300ms linear 0s;
    overflow: hidden;
}
.demo-card_image .infos-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    transition: all 300ms linear 0s;
    text-transform: uppercase;
}
.demo-card_image .btn {
    font-size: 14px;
    padding: 0 28px;
    position: relative;
    left: -500px;
    transition: all 300ms linear 0s;
    transition-duration: .5s;
    background: #53ac0d;
    font-family: 'Open Sans';
    font-weight: bold;
    color: #fff;
    line-height: 41px;
}
.demo-card_image:hover .this-infos,
.lp-gallery-item:focus .this-infos {
       background: rgba(0, 0, 0, 0.75);
}
.demo-card_image:hover img,
.lp-gallery-item:focus img {
    transform: scale(1.1);
}
.demo-card_image:hover .btn,
.demo-card_image:focus .btn {
    left: 0;
}
.demo-card_name {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 20px;
    font-family: 'Open Sans';
    font-weight: bold;
}
.demo-card:hover .demo-card_name {
    opacity: 1;
}
.section.__demos {
    padding: 100px 0 25px 0;
    background: #313f2c;
}
.section.__demos .section_t {
    margin-bottom: 75px;
}
.section.__demos .section_t:after {
    margin-top: 17px;
}
.demos-list {
    padding: 0 50px;
}
.demos-list .demo-card {
    margin-bottom: 64px;
}
.section.__get-product {
    background: url("../img/get-theme-bg.jpg") no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 0;
    will-change: transform;
    padding-top: 160px;
    padding-bottom: 125px;
    text-align: center;
}
.section.__get-product:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 46, 91, 0.8);
}
.section.__get-product .section_t {
    margin-bottom: 11px;
    color: #fff;
}
.section.__get-product .section_t:after {
    content: none;
}
.section.__get-product .section_subt {
    color: #fff;
    font-size: 20px;
}
.section.__get-product .button {
    margin-top: 38px;
    padding: 0 20px;
}
.stm-mobile-device .section.__get-product {
    background-attachment: scroll;
}
.section.__compatible {
    background: #fff;
    padding-top: 55px;
    padding-bottom: 59px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.21);
}
.js-compatible-carousel {
    width: 1px;
    min-width: 100%;
}
.compatible_item {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.compatible_item:focus {
    box-shadow: none;
}
.compatible_item img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.compatible_item img:focus {
    outline: none;
}
.compatible_item:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.compatible_item:focus {
    outline: none;
}
.footer {
    background: #fff;
    padding: 36px 0;
}
.footer .copyright {
    padding: 33px 0 35px 0;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 20px;
    color: #444;
    text-align: center;
}
@media (max-width: 992px) {
    .icon-box {
        text-align: center;
    }
    .icon-box_icon {
        float: none;
        margin: 0 auto 19px;
    }
    .icon-box_text h5 br {
        display: none;
    }
}
@media (max-width: 768px) {
    .slide_content {
        padding-top: 170px;
    }
    .section.__features .row:not(:last-of-type) {
        margin-bottom: 0;
    }
    .section.__demos {
        padding-bottom: 37px;
    }
    .demos-list .demo-card {
        margin-bottom: 30px;
    }
    .demos-list {
        padding: 0 15px;
    }
    .section.__get-product {
        padding-top: 125px;
    }
    .section.__features .icon-box {
        margin-bottom: 0;
    }
}
@media (max-width: 640px) {
    .slide_content img {
        width: 100%;
    }
    .slide {
        height: 640px;
    }
    .slide_content {
        padding: 80px 0;
    }
    .slide_content h1 {
        font-size: 30px;
        line-height: normal;
    }
    h2 {
        font-size: 30px;
    }
    .section.__features .icon-box {
        padding: 0;
        margin-bottom: 30px;
    }
    .section.__features .icon-box:hover {
        background: transparent;
    }
    .call-to-action {
        padding: 40px 0;
    }
    .call-to-action_text {
        float: none;
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .call-to-action_act {
        float: none;
        text-align: center;
        margin-top: 20px;
    }
    .demo-card_image {
        margin-bottom: 13px;
    }
    .section.__features {
        padding-bottom: 10px;
    }
    .section.__features .screenshots_wrapper {
        padding: 0 15px;
        margin: 0;
    }
    .section.__features .screenshots {
        margin: -100px 0 -13px;
    }
    .section.__features .screenshots_list {
        margin: 65px 0;
        border-radius: 5px;
        box-shadow: 0 0 65px rgba(12, 18, 24, 0.26), inset 0 1px 1px rgba(255, 255, 255, 0.13);
    }
    .section.__features .screenshots_list_item {
        box-shadow: none;
        margin: 0;
    }
    .section.__demos,
    .section.__get-product,
    .section.__compatible {
        padding: 40px 0;
    }
    .section.__demos {
        padding-bottom: 10px;
    }
}
@media (max-width: 480px) {
    .header_nav > ul > li.__purchase {
        margin-left: 20px;
    }
    .slide_button-group .button {
        display: block;
        min-width: 0;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
    .slide_button-group .button:not(:last-child) {
        margin-bottom: 15px;
    }
}
.service-offer-carousel2 .item {
    text-align: center;
    padding: 29px 15px;
    width: 370px;
    float: left;
    background: #f7f7f7;
    border-top: 5px solid #f7f7f7;
    margin: 15px;
    height: 167px;
}
.service-offer-carousel2 .item img {
    width: auto;
    display: inline-block;
}
@media (max-width: 1199px) {
    .service-offer-carousel2 .item {
        width: 48%;
        margin: 1%;
    }
}
@media (max-width: 767px) {
    .service-offer-carousel2 .item
    {
      height: auto;
    }
    .service-offer-carousel2 {
        padding: 10px;
    }
    .service-offer-carousel2 .item {
        width: 100%;
        margin: 10px 0;
    }
}

.service-offer-carousel2 .so-icon {
    width: 65px;
    height: 65px;
    float: left;
    margin: 0 0 0 5px;
}

.service-offer-carousel2 .this-title {
    font-size: 16px;
    line-height: 26px;
    color: #65a23a;
    font-family: "Raleway", sans-serif;
    margin: 0 0 0 90px;
    text-transform: uppercase;
    text-align: left;
    font-weight: bold;
    display: block;
    text-decoration: none;
}
.service-offer-carousel2 p {
    font-size: 15px;
    line-height: 26px;
    font-family: "Open Sans", sans-serif;
    color: #777777;
    margin: 0 0 0 90px;
    text-align: left;
}
.copyright-texts {
    float: left;
}
.credit-texts {
    float: right;
}
.copyright-row {
    font: 14px/26px "Open Sans", sans-serif;
    letter-spacing: 0.3px;
    color: #7e95a2;
}
.copyright-row a {
    color: #7e95a2;
}
.welcome-section {
  background: url("../../assets/img/bg1.jpg") center center no-repeat;
  padding: 121px 0;
  min-height: 541px;
  background-size: cover;
}
@media(max-width: 767px)
{
	.welcome-section 
	{
		padding: 50px 0;
	}
}
.welcome-section h2.this-title
{
    font-family: 'Alegreya';
    font-weight: bold;
    font-size: 38px;
    color: #242424;
	letter-spacing: normal;
}
.welcome-section h3.this-stitle
{
      font-family: 'PT Serif';
      font-style: italic;
      font-size: 20px;
      color: #424242;
}
.welcome-section p
{
    font-size: 15px;
color: #8e8d8d;
font-family: 'Open Sans';
}
.welcome-section .btn {
    font-size: 16px;
    padding: 0 40px;
    transition: all 300ms linear 0s;
    transition-duration: .5s;
    background: #53ac0d;
    font-family: 'Raleway';
    font-weight: bold;
    color: #fff;
    line-height: 52px;
	margin: 35px 0 0 0;
	text-transform: uppercase;
}