/* A Linux- and Windows-friendly sans-serif font stack: http://prospects.mhurrell.co.uk/post/updating-the-helvetica-font-stack */
body {font: 13px Helmet, Freesans, sans-serif;}

/* Using local fonts? Check out Font Squirrel's webfont generator: http://www.fontsquirrel.com/tools/webfont-generator */

/* We like off-black for text. */
body, select, input, textarea {color: #333;}

a {color: #03f;}
a:hover {color: #69f;}

/* Custom text-selection colors (remove any text shadows: http://twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background: #fcd700; color: #fff; text-shadow: none;}
::selection {background: #fcd700; color: #fff; text-shadow: none;} 

/*	j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: #fcd700;} 

ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}

/* Mozilla dosen't style place holders by default */
input:-moz-placeholder { color:#a9a9a9; }
textarea:-moz-placeholder { color:#a9a9a9; }

@font-face {
    font-family: FZLTXHJW;
    src: url(../fonts/FZLTXHJW.TTF);
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1; /* IE < 8 */
}


/* Website style
-------------------------------------------------------------------------------*/
html, body {
    font-family: "FZLTXHJW";
    height: 100%;
    font-size: 19px;
}

input[type=text],
input[type=password] {
    line-height: normal;
    padding: .75em;
    border: 1px solid #C5C5C5;
    border-radius: .25em;
    -webkit-appearance: none;
    appearance: none;
    outline: 0;
    color: #555459;
    width: 100%;
    max-width: 100%;
    font-family: Lato,appleLogo,sans-serif;
    margin: 0 0 .5em;
    -webkit-transition: all .07s ease-out .0000001ms;
    -moz-transition: all .07s ease-out .0000001ms;
    transition: all .07s ease-out .0000001ms;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-shadow: none;
    height: auto;
	background-color:#FFF;
}

input:hover {
    border-color: #2dcbd4;
}



input[type=text]:active, input[type=text]:focus,
input[type=password]:active, input[type=password]:focus {
    border-color: #25A7AE;
    box-shadow: 0 0 7px rgba(39,39,39,.15);
    outline-offset: 0;
    outline: 0;
}
.required {
	-webkit-transition: border-color 0.3s ease-out;
	transition: border-color 0.3s ease-out;
}
.highlight,
input[type=text].highlight:active,
input[type=text].highlight:focus,
input[type=password].highlight:active, 
input[type=password].highlight:focus,
input.highlight:hover {
	border-color: #E92424
}

#remeber {
	float:left;
	margin-right:10px;
}
.remeber {
	margin:3px 0 10px 0;
	cursor:pointer;
	line-height: 13px;
    display: block;
	font-size: 16px;
	float:left;
}

.err-msg-box {
	color: #E92424;
	margin-top:10px;
}

	.err-msg-box.success {
		color: #43CE64;
	}

.modal-open {
    overflow: hidden;
}

.forgot-pw {
	float: right;
    font-size: 14px;
    color: #7A7A7A;
}

.forgot-pw:hover {
	color: #4A4A4A;
	text-decoration:underline;
}

.mid-show-block {
    text-align: center;
    width: 100%;
}

.mid-show-block img {
    width: 100%;
}

.page-body {
    max-width: 960px;
    margin: 0 auto;
    border: 1px solid transparent;
    position: relative;
    padding: 0 15px;
}

.page h2, .page p {
     letter-spacing: 4px;
}

.page h2 {
    font-size: 2em;
    margin: 0 0 18px;
}

.page {
    background-color: white;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 1px 32px 16px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 32px 16px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 32px 16px 0px rgba(0,0,0,0.75);
}

.feature.page {
    padding-top: 75px;
}

.feature.page h2, .feature.page p {
    visibility: hidden;
}

.skrollr-mobile .feature.page h2, .skrollr-mobile .feature.page p{
    visibility: visible;
}

.title-des {
    margin-bottom: 57px;
}

.btn {
    border: none;
    padding: 8px 23px;
    background-color: #2dcbd4;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    border: none;
    border-radius: .25rem;
    box-shadow: none;
    text-align: center;
    outline:0;
}

.btn:hover {
    background-color: #23D0DF;
}

.btn.success {
    background-color: #2DD4A7;
}

.btn.success:hover {
    background-color: #1DE397;
}

.btn.highlight {
    background-color: #ffd777;
}

.btn.highlight:hover {
    background-color: #FDC348;
}

.btn.block {
    padding: 12px 23px;
}

.notransition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}

#loginPanel, #signupPanel, #forgotPasswordPanel {
    width: 70%;
    margin: 100px auto 0;
    display: none;
}

#sidePage {
    width: 500px;
    max-width: 100%;
    height: 100%;
    position: fixed;
    right: 0;
    top: 75px;
}

#skrollr-body {
    position: relative;
    height: 100%;
}

#header {
    width: 100%;
    height: 75px;
    padding: 0 20px;
    position: fixed;
    top: 0;
    z-index: 3000;
    background-color: #fff;
    -webkit-box-shadow: 0px -2px 21px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px -2px 21px 1px rgba(0,0,0,0.75);
    box-shadow: 0px -2px 21px 1px rgba(0,0,0,0.75);
}

#header .logo {
    margin-top: 8px;
    float: left;
}

#header .logo img {
    width: 190px;
}

#header .bar-items {
    padding: 0 179px 0 190px;
    width: 100%;
    height: 0;
}

#header .func-bar {
    width: 179px;
    margin-top: 22px;
    float: left;
}

#header ul {
    margin-top: 34px;
    list-style: none;
    width: 100%;
    float: left;
}

/* Menu */
#header li {
    float: left;
    width: 28.66667%;
}

#header li + li {
    margin-left: 7%;
}

/*  */
#header .func-bar button + button {
    margin-left: 3%;
}

#header .lang {
    font-size: 90%;
    float: right;
}

#menuDetector, #menuMinDetector {
    height: 1px;
    position: absolute;
    bottom: 151px;
}

#functionMenu {
    height: 150px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: 0.8;
}

#functionMenu ul {
    max-width: 960px;
    padding: 0 15px;
    margin: 18px auto;
    list-style: none;
}

#functionMenu li {
    float: left;
    width: 17.6%;
    text-align: center;
}

#functionMenu li + li {
    margin-left: 3%;
}

#functionMenu a {
    color: #fff;
}

#functionMenu li .title {
    margin-top: 13px;
}

#functionMenu li img {
    width: 100%;
    max-width: 78px;
}

.fixedMenu #functionMenu {
    position: fixed;
    bottom: auto;
    top: 75px;
    z-index: 500;
    width: 100%;
}

.minMenu #functionMenu {
    height: 60px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.minMenu #functionMenu ul {
    padding: 5px;
    margin: 2px auto 8px;
}

.minMenu #functionMenu img {
    display: none;
}

#heroPage { 
  background: url(../imgs/bg-hero.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-top: 75px;
  color: #fff;
}

#heroPage .content-block {
    margin-top: 17%;
}

#editorPageMobile {
    display: none;
    background-color: #ffd777;
    text-align: center;
}

#editorPageMobile img {
    width: 100%;
}

#editorPagePC {
    background-color: #ffd777;
    text-align: center;
}

#editorPagePC .mid-show-block {
    position: relative;
    margin-bottom: 15px;
    width: 103.59%;
    margin-left: -1.759%;
}

#editorPagePC .screenshot img {
    left: 0;
    top: 0;
}

#editorPagePC .screen-container img {
    width: 16.66666667%;
}

.screen {
    position: absolute;
    left: 0;
    top: 6.4%;
    width: 73.6%;
    height: 444px;
    overflow: hidden;
    margin: 0 13.22%;
}

.screen-container {
    width: 600%;
    position: absolute;
    height: 100%;
}

.screen img {
    width: 707px;
    float: left;
}

.screenshot-container {
    margin: 0 auto 43px;
    width: 75%;
}

.screenshot {
    float: left;
    width: 29%;
    position: relative;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
}

.screenshot + .screenshot {
    margin-left: 6.5%;
}

.screenshot img {
    width: 100%;
}

.selected.screenshot .mask {
    display: none;
}

.screenshot .mask {
    width: 100%;
    height: 100%;
    background-color: white;
    position: absolute;
    opacity: 0.8;
    left: 0;
    top: 0;
}

#campaignPage {
    background-color: #fff;
    text-align: center;
}

#reportPage {
    background-image: url(../imgs/bg-report.png);
    background-attachment: fixed;
    text-align: center;
}

#reportPage img.mobile {
    display: none;
}

#smartPage {
    background-color: #fff;
}

#smartPage .page-body {
    line-height: 1.5;
    height: 601px;
}

#smartPage .content-block {
    position: absolute;
    right: 30px;
    top: 5px;
    width:330px;
}

#smartPage h2 {
    margin-top: 0;
}

#smartPage .left {
    position: absolute;
    bottom: 65px;
    left: 48px;
    z-index: 300;
}

#smartPage .mid {
    position: absolute;
    left: 229px;
    top: 57px;
    z-index: 200;
}

#smartPage .right {
    position: absolute;
    right: 24px;
    bottom: 52px;
    z-index: 100;
}

#crmPage {
    background-color: #2dcbd4;
    height: 854px;
    text-align: center;
    overflow: hidden;
}

#crmPage .page-body {
    height: 854px;
}
.world-map {
    position: absolute;
    left: 50%;
    top: 98px;
    margin-left: -640px;
}

#crmPage .ppl {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -470px;
}

#crmPage .user1 {
    position: absolute;
    right: 0;
    top: 176px;
}

#crmPage .user2 {
    position: absolute;
    left: 0;
    top: 374px;
}

#crmPage .user3 {
    position: absolute;
    right: 0;
    top: 569px;
}

#footerPage {
    background: url(../imgs/bg-hero.jpg) white no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
    -webkit-box-shadow: 1px 32px 16px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 32px 16px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 32px 16px 0px rgba(0,0,0,0.75);
}

#footerPage .page-body {
    height: 265px;
}

#footerPage .box {
    padding: 28px 61px;
    border: 1px solid #fff;
    margin-top: 67px;
    font-size: 2em;
    letter-spacing: 10px;
    text-align: center;
}

.box .btn {
    font-size: 19px;
    margin: 20px 0 0 30px;
    padding: 12px 41px;
}

#footer {
    padding:18px;
    text-align: center;
    position: relative;
    background-color: #fff;
}
/* Media queries
-------------------------------------------------------------------------------*/

@media (max-width: 767px) {
    body {
        font-size: 14px;
    }

    #functionMenu {
        display: none;
    }

    .fixedMenu #functionMenu {
        top: 50px;
    }

    #header {
        height: 50px;
    }

    #heroPage {
        padding-top: 50px;
    }

    #header ul {
        display:none;
    }

    #header .logo {
        width: 115px;
        margin-top: 7px;
    }

    #header .logo img {
        width: 100%;
    }

    #header .func-bar {
        float: right;
        width: 60%;
        margin-top: 8px;
    }

    #signUp, #login {
        float: right;
    }

    #signUp {
        margin-left: 10px;
    }

    #editorPagePC {
        display: none;
    }

    #editorPageMobile {
        display: block;
    }
}
@media (min-width: 768px) and (max-width: 991px) {  }
@media (min-width: 992px) and (max-width: 1199px) {  }
@media (min-width: 1200px) {  }

@media (max-width:958px) {
    #campaignPage .mid-show-block img {
        width: auto;
    }

    #reportPage img.pc {
        display: none;
    }

    #reportPage .mid-show-block {
        margin-bottom: 10px;
    }

    #reportPage img.mobile {
        display: inline;
        width: 40%;
    }
}



@media (max-width:918px) {
    #campaignPage .mid-show-block img {
        margin-left: -25px;
    }
}


@media (max-width: 880px) {
    #smartPage .mid {
        display: none;
    }
}

@media (max-width: 650px) {

    #smartPage .right {
        display: none;
    }

    #reportPage img.mobile {
        display: inline;
        width: 60%;
    }

    #footerPage .box {
        padding: 15px 20px;
    }
}