
abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}
body {
    background: #fff none repeat scroll 0 0;
    color: #999;
    font-family: Roboto,sans-serif;
    line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
nav ul {
    list-style: outside none none;
}
blockquote, q {
    quotes: none;
}
blockquote::after, blockquote::before, q::after, q::before {
    content: none;
}
a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #6c9;
    font-size: 100%;
    margin: 0;
    padding: 0;
    text-decoration: none;
    transition: color 0.3s ease 0s;
    vertical-align: baseline;
}
a:hover {
    color: #5cadad;
}
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: 700;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ccc -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: solid none none;
    border-width: 1px 0 0;
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
}
input, select {
    vertical-align: middle;
}
h1, h2 {
    color: #666;
}
h1 {
    font-size: 42px;
}
h2 {
    font-size: 34px;
}
h3 {
    font-size: 28px;
}
h4 {
    font-size: 22px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 8px;
}
p {
    line-height: 22px;
    margin: 5px 0;
}
#topContainer {
    background: rgba(0, 0, 0, 0) url("../img/background.jpg") no-repeat scroll center center / cover ;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}
#contentWrapper {
    position: relative;
    top: 0;
    transition: all 0.5s ease 0s;
    z-index: 10;
}
#navigationWrap {
    margin: 100px 0;
    position: relative;
    width: 100%;
}
.menuWrap {
    text-align: right;
}
.mainMenu {
    list-style: outside none none;
    margin: 50px 0 0;
    padding: 0;
    position: relative;
}
.mainMenu li {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    margin-left: 10px;
    text-transform: uppercase;
}
.mainMenu li a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-radius: 350px;
    color: #fff;
    line-height: 14px;
    padding: 10px 20px;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}
.menuActive a {
    background: #fff none repeat scroll 0 0 !important;
    color: #5cadad !important;
}
.mainMenu li a:hover {
    background: #fff none repeat scroll 0 0;
    color: #5cadad;
}
#followMenu {
    background: #f7f7f7 none repeat scroll 0 0 / cover ;
    border-bottom: 1px solid #e1e1e1;
    display: none;
    overflow: hidden;
    padding: 30px 0;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 20;
}
#followMenu .mainMenu li a {
    color: #ccc;
}
#followMenu .mainMenu .menuActive a, #followMenu .mainMenu li a:hover {
    background: #6c9 none repeat scroll 0 0 !important;
    color: #fff !important;
}
#followMenu img {
    height: 50px;
    max-height: 100%;
}
#followMenu .mainMenu {
    margin: 0 auto;
}
.sliderText {
    color: #fff;
    font-size: 70px;
    font-weight: 100;
    line-height: 80px;
}
.sliderText span {
    font-weight: 300;
}
.sliderButtonWrap a {
    margin: 0 15px;
}
.ls-bottom-nav-wrapper {
    bottom: 30%;
    position: absolute !important;
    right: 48%;
}
#responsiveMenuToggle {
    background: #6c9 none repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 30px;
    padding: 10px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 20;
}
#demoStyle {
    background: #6c9 none repeat scroll 0 0;
    font-size: 18px;
    left: -140px;
    padding: 10px;
    position: fixed;
    top: 0;
    transition: left 0.3s ease 0s;
    width: 120px;
    z-index: 20;
}
.demoStyleActive {
    left: 0 !important;
}
#demoStyle i {
    background: #6c9 none repeat scroll 0 0;
    cursor: pointer;
    font-size: 30px;
    padding: 10px;
    position: absolute;
    right: -45px;
    top: 0;
}
#demoStyle {
    color: #fff;
}
#demoStyle ul {
    list-style: outside none none;
    margin: 0;
}
#demoStyle ul li {
    margin: 10px 0;
}
#demoStyle ul li a {
    color: #fff;
    text-decoration: underline;
}
#demoStyle ul li a:hover {
    color: #fff;
}
.section-80-130, .section-80-80 {
    padding: 80px 0 130px;
}
.section-160-160 {
    padding: 160px 0;
}
.section-160-30 {
    padding: 160px 0 30px;
}
.whiteBgSection {
    background: #fff none repeat scroll 0 0;
    position: relative;
}
.grayBgSection {
    background: #f5f5f5 none repeat scroll 0 0;
    position: relative;
}
.textureBgSection {
    background-color: #fff;
    background-position: 0 0;
    background-size: cover;
    position: relative;
}
.sectionDescription, .sectionTitle {
    text-align: center;
}
.sectionTitle {
    font-size: 60px;
    font-weight: 100;
    line-height: 72px;
}
.sectionDescription {
    font-size: 24px;
    font-weight: 300;
    line-height: 32px;
}
.titleSeparator {
    background: #6c9 none repeat scroll 0 0;
    height: 4px;
    margin: 20px auto;
    width: 40px;
}
.grayBgSection, .whiteBgSection {
    color: #999;
}
.textureBgSection, .textureBgSection .sectionDescription, .textureBgSection .sectionTitle {
    color: #fff;
}
.textureBgSection .titleSeparator {
    background: #fff none repeat scroll 0 0;
}
.hide-desktop {
    display: none;
}
.separator160, .separator80 {
    height: 80px;
}
.alignTextCenter {
    text-align: center;
}
.triangleTop {
    display: block;
    height: 160px;
    position: absolute;
    top: -160px;
    width: 100%;
    z-index: 99;
}
.triangleBottom {
    bottom: -160px;
    display: block;
    height: 160px;
    position: absolute;
    width: 100%;
    z-index: 99;
}
.iconColWrap {
    text-align: center;
}
.iconColWrap i.fa {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #6c9;
    border-radius: 350px;
    color: #6c9;
    cursor: default;
    font-size: 32px;
    margin-bottom: 35px;
    min-width: 30px;
    padding: 40px;
    transform: translate3d(0px, 0px, 0px);
    transition: background 0.3s ease 0s, color 0.3s ease 0s;
}
.iconColWrap:hover i.fa {
    background: #6c9 none repeat scroll 0 0;
    color: #fff;
}
.iconColWrap h2 {
    color: #666;
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 15px;
    transition: color 0.3s ease 0s;
}
.iconColWrap:hover h2 {
    color: #6c9;
}
.iconColWrap p {
    font-size: 12px;
    font-weight: 300;
    line-height: 22px;
}
.iconRightColWrap {
    margin-bottom: 40px;
    transform: translate(0px, 0px) translate3d(0px, 0px, 0px);
    transition: transform 0.3s ease 0s;
}
.iconRightColWrap:hover {
    transform: translate(-10px, 0px);
}
.rightColTextWrap {
    float: right;
    margin-right: 20px;
    max-width: 70%;
    text-align: right;
}
.iconRightColWrap i.fa {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #6c9;
    border-radius: 350px;
    color: #6c9;
    cursor: default;
    float: right;
    font-size: 32px;
    min-width: 30px;
    padding: 25px;
    text-align: center;
    transition: background 0.3s ease 0s, color 0.3s ease 0s;
}
.iconRightColWrap:hover i.fa {
    background: #6c9 none repeat scroll 0 0;
    color: #fff;
}
.iconRightColWrap h2 {
    color: #666;
    font-size: 24px;
    line-height: 80px;
    margin-bottom: 14px;
    transition: color 0.3s ease 0s;
}
.iconRightColWrap:hover h2 {
    color: #6c9;
}
.iconRightColWrap p {
    color: #999;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
}
.iconLeftColWrap {
    margin-bottom: 40px;
    transform: translate(0px, 0px) translate3d(0px, 0px, 0px);
    transition: transform 0.3s ease 0s;
}
.iconLeftColWrap:hover {
    transform: translate(10px, 0px);
}
.leftColTextWrap {
    float: left;
    margin-left: 20px;
    max-width: 70%;
    text-align: left;
}
.iconLeftColWrap i.fa {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #6c9;
    border-radius: 350px;
    color: #6c9;
    cursor: default;
    float: left;
    font-size: 32px;
    min-width: 30px;
    padding: 25px;
    text-align: center;
    transition: background 0.3s ease 0s, color 0.3s ease 0s;
}
.iconLeftColWrap:hover i.fa {
    background: #6c9 none repeat scroll 0 0;
    color: #fff;
}
.iconLeftColWrap h2 {
    color: #666;
    font-size: 24px;
    line-height: 80px;
    margin-bottom: 10px;
    transition: color 0.3s ease 0s;
}
.iconLeftColWrap:hover h2 {
    color: #6c9;
}
.iconLeftColWrap p {
    color: #999;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
}
.buttonBig, .dlButton {
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 350px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    padding: 18px 35px;
    text-decoration: none;
    transform: translate3d(0px, 0px, 0px);
    transition: color 0.3s ease 0s, background-color 0.3s ease 0s !important;
}
.buttonBig:hover, .dlButton:hover {
    background: #fff none repeat scroll 0 0;
    color: #5cadad;
}
.dlButton {
    font-size: 24px;
    margin: 0 15px;
    padding: 8px 35px 8px 15px;
    position: relative;
    text-align: left;
    z-index: 5;
}
.dlButton i {
    float: left;
    font-size: 34px;
    margin-right: 18px;
    margin-top: 4px;
}
.dlButton .dlButtonWrap {
    float: right;
    font-size: 14px;
}
.dlButton .dlButtonSmall {
    font-size: 24px;
}
.testWrapper {
    overflow: hidden;
}
.revViewport {
    position: relative;
    transform: translate(0px, 0px) translate3d(0px, 0px, 0px);
    transition: transform 0.8s ease 0s;
    width: 10000px;
}
.revWrap {
    display: block;
    float: left;
    opacity: 0;
    transition: all 0.3s ease 0s;
}
.revWrapActive {
    opacity: 1 !important;
}
.revLeft {
    float: left;
    max-width: 100px;
    position: relative;
    width: 100px;
}
.revRight {
    float: right;
    position: relative;
    width: 600px;
}
.revCustomer {
    border: 2px solid #fff;
    border-radius: 50%;
    height: 100px;
    position: relative;
    width: 100px;
}
.revBubble {
    background: #fff none repeat scroll 0 0;
    border-radius: 10px;
    padding: 30px 40px;
}
.arrowLeftRev {
    border-bottom: 10px solid transparent;
    border-right: 10px solid #fff;
    border-top: 10px solid transparent;
    height: 0;
    left: -10px;
    position: absolute;
    top: 45px;
    width: 0;
}
.revText {
    color: #6c9;
    font-size: 30px;
    font-weight: 300;
    line-height: 38px;
    margin-bottom: 10px;
}
.revAuthor {
    color: #999;
    font-size: 18px;
    line-height: 28px;
}
.revStars {
    margin-left: 8px;
    vertical-align: middle;
}
#revsNavi {
    margin: 60px auto 0;
    text-align: center;
}
.revBullet {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 10px;
    margin-right: 10px;
    width: 10px;
}
.revBulletActive {
    background: #fff none repeat scroll 0 0;
    cursor: default;
}
.screenImg {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    max-width: 261px;
    padding: 8px;
    transition: border-color 0.4s ease 0s;
}
.screenImg:hover {
    border-color: #6c9;
}
#screensViewportWrap {
    position: relative;
}
#screensOfHide {
    overflow: hidden;
}
#screensWrap {
    text-align: center;
}
#screensWrapOuter {
    position: relative;
    transform: translate(0px, 0px) translate3d(0px, 0px, 0px);
    transition: transform 0.5s ease 0s;
    width: 10000px;
}
.screen-item img {
    display: block;
}
#screensWrap span {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    margin-top: 30px;
}
.screensFilters {
    margin: 0 auto 70px !important;
    text-align: center;
}
button, input[type="submit"] {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #ccc;
    border-radius: 45px;
    color: #999;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    margin: 0 5px;
    outline: 0 none transparent;
    padding: 8px 20px;
    text-transform: uppercase;
    transition: color 0.3s ease 0s, background 0.3s ease 0s, border-color 0.3s ease 0s;
}
button.active, button:hover, input[type="submit"]:hover {
    background: #6c9 none repeat scroll 0 0;
    border-color: #6c9;
    color: #fff;
}
.screensArrows {
    border: 2px solid #ccc;
    border-radius: 50%;
    color: #ccc;
    font-size: 32px;
    line-height: 32px;
    margin-top: -30px;
    opacity: 0.5;
    padding: 5px 15px;
    position: absolute;
    top: 50%;
    transition: color 0.3s ease 0s, background 0.3s ease 0s, border-color 0.3s ease 0s;
    z-index: 5;
}
.screensArrows i {
    cursor: default;
}
.screensArrowsActive, .screensArrowsActive i {
    cursor: pointer;
    opacity: 1;
}
.screensArrowsActive:hover {
    background: #6c9 none repeat scroll 0 0;
    border-color: #fff;
    color: #fff;
}
#screensLeftAr i {
    margin-right: 2px;
}
#screensRightAr i {
    margin-left: 2px;
}
#screensLeftAr {
    left: -80px;
}
#screensRightAr {
    right: -80px;
}
.screenImg {
    min-height: 495px;
}
.embed-container {
    height: auto;
    max-width: 100%;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}
.embed-container embed, .embed-container iframe, .embed-container object {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.floatingPhone {
    background: rgba(0, 0, 0, 0) url("../img/demoimg/phone2.png") no-repeat scroll 0 100% / cover ;
    bottom: -100px;
    height: 100%;
    position: absolute;
    right: 0;
    width: 40%;
}
input:not([type="submit"]) {
    border: 2px solid #ccc;
    border-radius: 45px;
    color: #666;
    font-size: 16px;
    margin-bottom: 20px;
    padding: 15px 16px;
    transition: border-color 0.6s ease 0s;
    width: 85%;
}
textarea {
    border: 2px solid #ccc;
    border-radius: 25px;
    color: #666;
    font-family: Roboto,sans-serif;
    font-size: 16px;
    margin-bottom: 20px;
    padding: 15px 16px;
    resize: vertical;
    transition: border-color 0.6s ease 0s;
    width: 85%;
}
input:focus, textarea:focus {
    border-color: #6c9;
    outline: 0 none transparent;
}
input[type="submit"] {
    border-color: #6c9;
    color: #6c9;
    font-size: 18px;
    margin: 0;
    padding: 15px 50px;
}
.del-fa {
    border: 2px solid #6c9;
    border-radius: 50%;
    color: #6c9;
    font-size: 26px;
    min-width: 26px;
    padding: 12px;
    text-align: center;
}
#formSubmitMessage {
    margin: 20px 0;
}
.fa-form-wait {
    margin-left: 10px;
    margin-top: 20px;
}
.footerContact td {
    padding-bottom: 20px;
    vertical-align: middle;
}
.iconTd {
    width: 25%;
}
.footer {
    background: rgba(0, 0, 0, 0) url("../img/background.jpg") no-repeat scroll center center / cover ;
    color: #fff;
    font-size: 14px;
    text-align: center;
    width: 100%;
}
.footer p {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}
.footer i.fa {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 350px;
    color: #fff;
    font-size: 26px;
    margin: 0 10px;
    min-width: 26px;
    padding: 13px;
    text-align: center;
    transform: translate3d(0px, 0px, 0px);
    transition: background 0.3s ease 0s, color 0.3s ease 0s;
}
.footer i.fa:hover {
    background: #fff none repeat scroll 0 0;
    color: #6c9;
}
.footer p a {
    color: #9fc;
}
