/*----------------------------
FontAwesome Icons - Uses Unicode, see Cheatsheet here:
http://fortawesome.github.io/Font-Awesome/cheatsheet/
---------------------------- */
.fa {
    font-family: "FontAwesome";
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
}

/*----------------------------
1 General Styling
Includes: links, lists, buttons and all consistant elements
---------------------------- */
html, body {
    height: 100%;
}

html {
    background-color: #171a20;
}

body {
    position: relative;
    font-family: "Microsoft YaHei", sans-serif;

    background: url(../img/newsletter-bg.jpg) center no-repeat;
    background-size: cover;
    z-index: 5;
}

a {
    text-decoration: none;
}

a:hover {
    color: #6b7275;
    text-decoration: none;
}

li {
    list-style: none;
}

p {
    line-height: 23px;
}

a, input, button {
    -ms-touch-action: none !important;
}

/*----------------------------
Buttons
---------------------------- */
.w_btn {
    background: white;
    padding: 12px 21px;
    font-size: 13px;
    color: #121415;
    border-radius: 4px;
    display: inline-block;
    text-transform: uppercase;
}

.copy {
    text-align: center;
}

.w_btn:hover {
    background: #dde2e5;
    color: #121415;
    transition: .1s all ease-in-out;
    -webkit-transition: .1s all ease-in-out;
    -moz-transition: .1s all ease-in-out;
    -o-transition: .1s all ease-in-out;
}

.b_btn {
    background: #0e0f10;
    padding: 12px 21px;
    font-size: 13px;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    text-transform: uppercase;
}

.b_btn:hover {
    background: #3b3e41;
    color: #fff;
    transition: .1s all ease-in-out;
    -webkit-transition: .1s all ease-in-out;
    -moz-transition: .1s all ease-in-out;
    -o-transition: .1s all ease-in-out;
}

section .w_btn, footer .w_btn {
    background: #0e0f10;
    padding: 12px 21px;
    font-size: 20px;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 30px;
}

section .w_btn:hover, footer .w_btn:hover {
    background: #3b3e41;
    color: #fff;
    transition: .1s all ease-in-out;
    -webkit-transition: .1s all ease-in-out;
    -moz-transition: .1s all ease-in-out;
    -o-transition: .1s all ease-in-out;
}

section .b_btn {
    background: white;
    padding: 12px 21px;
    font-size: 13px;
    color: #121415;
    border-radius: 4px;
    display: inline-block;
    text-transform: uppercase;
}

section .b_btn:hover {
    background: #dde2e5;
    color: #121415;
    transition: .1s all ease-in-out;
    -webkit-transition: .1s all ease-in-out;
    -moz-transition: .1s all ease-in-out;
    -o-transition: .1s all ease-in-out;
}

/*----------------------------
Banner Header Elements
---------------------------- */
header {
    width: 100%;
}

.top_interface {
    padding: 50px 0;
}

.header_tag {
    text-align: center;
}

.header_tag h1 {
    font-weight: 100;
    color: white;
    font-size: 45px;
    margin-top: 0;
}

.header_tag h2 {
    font-size: 16px;
    font-weight: 400;
    color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 24px;
}

.header_tag h3 {
    font-size: 14px;
    font-weight: 400;
    color: #e7e7e7;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 24px;
}

.header_tag h3 a {
    color: #fff;
    font-size: 16px;
    text-decoration: underline;
}

.header_tag a {
    margin: 30px 8px 0;
}

/*----------------------------
Text Logo
---------------------------- */
.logo > .text-logo {
    font-size: 23px;
    color: white;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 50px;
    display: inline-block;
    padding-left: 5px;
}

.logo > .text-logo b {
    font-weight: 700; /* Bold part of your text */
}

.logo > .img-logo {
    width: 140px;
    height: 50px;
    float: left;
    position: relative;
}

.logo > .img-logo > img {
    width: 140px;
    height: 22px;
    top: 50%;
    left: 50%;
    position: absolute;
    margin-top: -10px;
    margin-left: -70px;
}

/*----------------------------
Navigation Menu
---------------------------- */
nav.main_navigation {
    float: right;
    margin-top: 4px;
}

nav.main_navigation ul li {
    float: left;
    list-style: none;
}

nav.main_navigation ul li a {
    color: white;
    margin-left: 40px;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
}

nav.main_navigation ul i {
    color: white;
    font-size: 18px;
    display: none;
    margin-top: 14px;
    margin-bottom: 10px;
}

/*----------------------------
Phone Navigation Menu
---------------------------- */
.phone-menu {
    font-size: 30px;
    color: white;
    float: right;
    margin-right: 20px;
}

.phone-menu:hover {
    cursor: pointer;
}

/*----------------------------
Phone in Header - With Text Elements
---------------------------- */
.phone_preview {
    margin-top: 70px;
}

.banner_phone {
    text-align: center;
    height: 400px;
}

.banner_phone_1 {
    text-align: center;
    background: url(../img/banner_device_1.png) top center no-repeat;
    height: 400px;
}

.phone_preview .regular_text_left h3, .phone_preview .regular_text_right h3 {
    font-size: 25px;
    color: white;
    font-weight: 100;
    margin-top: 70px;
}

.phone_preview .regular_text_left p, .phone_preview .regular_text_right p {
    color: white;
    font-size: 14px;
    font-weight: 300;
}

.phone_preview .regular_text_left {
    text-align: right;
}

/*----------------------------
General Styling - Section
---------------------------- */
section {
    padding: 30px 0;
}

section h1 {
    color: #fff;
    text-transform: uppercase;
    margin-top: 0;
}

section h2 {
    font-size: 25px;
    color: #fff;
    font-weight: 200;
    margin-top: 0;
    display: inline-block;
}

section h2 b {
    font-weight: 400;
}

section p {
    color: #a4a7ab;
    font-size: 14px;
}

section .title h2 {
    display: block;
}

section .title {
    text-align: center;
    padding: 0 20px 30px;
}

section .title p {
    max-width: 430px;
    display: inline-block;
}

/*----------------------------
AppModel Overview Section
---------------------------- */
section.app_knowlege {
    overflow: hidden;
}

section.app_knowlege i.fa {
    font-size: 33px;
    color: #fff;
    position: relative;
    top: -6px;
}

section.app_knowlege h2 {
    margin-left: 10px;
}

section.app_knowlege h2 small {
    display: block;
    font: 11px "Montserrat", sans-serif;
    text-transform: uppercase;
    color: #fff;
}

section.app_knowlege .list-items div {
    margin-top: 40px;
}

section.app_knowlege .title {
    margin-bottom: -40px;
}

/*----------------------------
How does it Work Section
---------------------------- */
section.work {
    background: #0e0f10;
    padding-bottom: 0;
}

section.work .center_phone {
    height: 595px;
    background: url(../img/center_phone.png) top center no-repeat;
    margin: 0 auto;
    padding-top: 82px;
    position: relative;
    width: 730px;
    left: 50%;
    margin-left: -365px;
}

.phone_previews {
    overflow: hidden;
    padding-top: 60px;
}


/*----------------------------
Get the AppModel - Bar
---------------------------- */
.promotion_bar {
    width: 100%;
    padding: 30px 0;
    position: relative;
    margin-top: 10px;
    text-align: center;
    color: #fff;
}

.promotion_bar a {
    display: inline-block;
}

.promotion_bar h4 {
    display: inline-block;
    text-transform: uppercase;
    font-size: 17px;
}

.knowlege_download {
    padding-top: 20px;
    text-align: center;
}

.knowlege_download a {
    margin-bottom: 10px;
}

/*----------------------------
Features
---------------------------- */
section.features {
    padding-bottom: 0;
}

.feature-phone {
    background: url(../img/feature-phone.png) center no-repeat;
    height: 600px;
}

section.features .container {
    padding: 0;
}

section.features .title {
    text-align: left;
    margin-top: 90px;
    padding: 0;
}

ul.feature-list {
    margin: 0;
    padding: 5px 0 25px;
    color: white;
}

ul.feature-list li {
    text-transform: uppercase;
    padding: 7px 0;
    float: left;
    width: 50%;
    font-size: 14px;
}

ul.feature-list li i {
    margin-right: 10px;
}

.underline-p {
    display: inline-block;
    text-transform: uppercase;
    color: #a4a7ab;
    margin-left: 20px;
}

.feature-download {
    margin-top: 20px;
}

/*----------------------------
Close Up
---------------------------- */
section.close-up {
    border-top: 1px solid #2e323c;
    padding-bottom: 0;
    overflow: hidden;
}

section.close-up .landscape-phone {
    width: 830px;
    margin: 0 auto 10px;
    position: relative;
    left: 50%;
    margin-left: -415px;
}

.magni_con {
    position: relative;
    width: 830px !important;
    height: auto;
}

.magni_con img {
    width: 100%;
    box-shadow: none !important;
}

#mlens_wrapper_0 {
    width: 100% !important;
}

.ls-phone {
    width: 100%;
    display: none;
}

.ls-phone img {
    width: 100%;
}

/*----------------------------
Gallery
---------------------------- */
section.gallery {
    border-top: 1px solid #2e323c;
    overflow: hidden;
    padding-bottom: 86px;
}

#gallery-images .owl-item {
    text-align: center;
    padding-bottom: 4px;
}

#gallery-images > div img {
    width: 95%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

div.dark_rounded .pp_content {
    background: 0;
}

a.pp_close {
    text-indent: 0;
    color: white;
    font-size: 30px;
    background: 0 !important;
    z-index: 9999;
    text-shadow: 0px 2px 5px black;
    right: -50px;
}

/* Slider Button Styling // Gallery */
.owl-controls {
    text-align: center;
    height: 35px;
}

section.gallery .owl-buttons {
    font-family: "FontAwesome";
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 33px;
    bottom: 15px;
    z-index: 9000;
    margin: 0 auto;
    text-align: center;
    width: 300px;
    position: absolute;
    left: 50%;
    margin-left: -150px;
}

section.gallery .owl-buttons div {
    color: #fff;
    transition: .3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
    text-align: center;
}

section.gallery .owl-buttons div.owl-prev {
    display: inline-block;
    left: 20px;
    position: absolute;
}

section.gallery .owl-buttons div.owl-next {
    display: inline-block;
    right: 20px;
    position: absolute;
}

section.gallery .owl-buttons div:hover {
    color: #464e54;
}

/* Pagination Styling // Gallery */
#gallery-images .owl-pagination div {
    border-radius: 10px;
    width: 10px;
    height: 10px;
    background: #cfcfcf;
    float: left;
    margin: 0 5px;
}

#gallery-images .owl-pagination {
    position: relative;
    margin: 0 auto;
    display: inline-block;
    padding: 0;
    bottom: -35px;
}

#gallery-images .owl-pagination div.active {
    background: transparent;
    border: 2px solid #464e54;
    height: 12px;
    width: 12px;
    border-radius: 20px;
    margin-top: -1px;
}

/*----------------------------
Newsletter
---------------------------- */
section.installnote {
    background-size: cover;
}

section.installnote .title {
    padding-bottom: 0;
}

section.installnote form {
    margin-top: 13px;
}

section.installnote h1, section.installnote h2 {
    color: white;
    text-align: left;
}

section.installnote input {
    background: rgba(217, 222, 226, 0.5);
    border-radius: 5px;
    padding: 12px 16px;
    font-size: 12px;
    text-transform: uppercase;
    border: 0;
    color: #fff;
    width: 160px;
    margin-right: 8px;
    font: 12px "Montserrat", sans-serif;
}

section.installnote button {
    border: none;
}

section.installnote h1, section.installnote h2 {
    color: #FFE241;
}

/* Placeholder Styling */
::-webkit-input-placeholder {
    color: #e2e3e4;
}

:-moz-placeholder {
    color: #e2e3e4;
}

::-moz-placeholder {
    color: #e2e3e4;
}

:-ms-input-placeholder {
    color: #e2e3e4;
}

/*----------------------------
Footer
---------------------------- */
footer {
    padding: 69px 0 59px;
    text-align: center;

}

footer .text-logo {
    margin-right: 20px;
    position: relative;
    bottom: -3px;
    color: #0e0f10 !important;
}

footer .social_media {
    padding: 40px 0 26px;
    color: #0e0f10;
}

footer .social_media i {
    margin: 0 19px;
    font-size: 30px;
    color: #0e0f10;
}

footer p {
    color: #a4a7ab;
}

section {
    overflow: hidden;
}

.install {
    display: block;
    width: 200px;
    height: 200px;
    margin: 16px auto;
}