/*============== reset ==============*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    text-decoration: none;
}
@font-face {
    font-family: 'robolight';
    src: url('../nightmare_fonts/Roboto-Light-webfont.eot');
    src: url('../nightmare_fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../nightmare_fonts/Roboto-Light-webfont.woff') format('woff'),
         url('../nightmare_fonts/Roboto-Light-webfont.ttf') format('truetype'),
         url('../nightmare_fonts/Roboto-Light-webfont.svg#robotolight') format('svg');
}
@font-face {
    font-family: 'robolightcon';
    src: url('../nightmare_fonts/RobotoCondensed-Light-webfont.eot');
    src: url('../nightmare_fonts/RobotoCondensed-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../nightmare_fonts/RobotoCondensed-Light-webfont.woff') format('woff'),
         url('../nightmare_fonts/RobotoCondensed-Light-webfont.ttf') format('truetype'),
         url('../nightmare_fonts/RobotoCondensed-Light-webfont.svg#robotolight') format('svg');
}
@font-face {
    font-family: 'roboreg';
    src: url('../nightmare_fonts/Roboto-Regular-webfont.eot');
    src: url('../nightmare_fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../nightmare_fonts/Roboto-Regular-webfont.woff') format('woff'),
         url('../nightmare_fonts/Roboto-Regular-webfont.ttf') format('truetype'),
         url('../nightmare_fonts/Roboto-Regular-webfont.svg#robotoregular') format('svg');
}
@font-face {
    font-family: 'robobold';
    src: url('../nightmare_fonts/RobotoCondensed-Bold-webfont.woff');
    src: url('../nightmare_fonts/RobotoCondensed-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../nightmare_fonts/RobotoCondensed-Bold-webfont.woff') format('woff'),
         url('../nightmare_fonts/RobotoCondensed-Bold-webfont.ttf') format('truetype'),
         url('../nightmare_fonts/RobotoCondensed-Bold-webfont.svg#robotconbold') format('svg');
}


/*============== common styles ==============*/
body {
    color: #626262;
    font-size: 16px;
    font-family: 'robolight', sans-serif;
    font-weight: 400;
    line-height: 20px;
}
.semSpre {
    background-image: url(../nightmare_images/sem_sprite.png);
    background-repeat: no-repeat;
}
.contentBox {
    margin: 0 auto;
    overflow: hidden;
    max-width: 1000px;
}
.section {
    background-size: cover;
}
.btnBox {
    text-align: center;
}
.btn {
    background-color: #8dc63f;
    font-size: 18px;
    padding: 13px 25px;
    color: #000;
    display: inline-block;
    text-transform: uppercase;
}
.btn:hover {
    color: #fff;
}
.secTitle {
    color: #4d4d4d;
    font: 35px 'robobold', sans-serif;
}


/*============== header ==============*/
.logoLnk {
    background: url(../nightmare_images/logo_white.png) no-repeat;
    background-size: 100%;
    display: block;
    float: left;
    height: 71px;
    margin-top: 12px;
    width: 147px;
}
#header {
    position: fixed;
    height: 80px;
    top: 0;
    width: 100%;
    z-index: 100;
}
#menu {
    display: block;
    float: right;
}
#menu > li {    
    float: left;
    margin-right: 35px;
}
#menu > li a {
    color: #fff;
    display: inline-block;
    font: 16px 'robolightcon', sans-serif;
    padding-bottom: 6px;
    margin-top: 30px;
    text-decoration: none;
}
#menu > li.active a,
#menu > li a:hover {
    border-bottom: 2px solid #a1d600;
}
#menu > li.downloadLink a {
    margin-right: 0;
    color: #88d51e;
}
#menu > li.downloadLink a:hover {
    border-bottom: 2px solid #a1d600;
    color: #88d51e;
}

#header.smaller {
    background: #16222d;
    height: 70px;
}
#header.smaller .logoLnk {
    height: 50px;
    width: 100px;
}
#header.smaller #menu > li a {
    margin-top: 23px;
}


/*============== home banner ==============*/
.homeSection {
    background-image: url(../nightmare_images/home_bg.jpg);
    background-repeat: no-repeat;
}
.bannerBox {

}
.bannerTextFirst {
    background-position: -1px -2px;
    height: 146px;
    margin: 0 auto;
    width: 786px;
}
.bannerTextSecond {
    background-position: -4px -152px;
    height: 76px;
    margin: 30px auto 50px;
    width: 404px;
}


/*============== highlight section ==============*/
.highlightSection {
    background-image: url(../nightmare_images/highlight_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 561px !important;
}
.highlightSection .fp-tableCell {
    height: 561px !important;
}
.highlightSection .laptopBox {
    background-position: -3px -229px;
    float: left;
    height: 319px;
    margin: 130px 0 0 0px;
    width: 563px;
}
.highlightSection .highBox {
    float: left;
    margin: 120px 0 0 35px;
    width: 390;
}
.highlightSection .highBox ul {
    margin-top: 20px;
}
.highlightSection .highBox ul li {
    padding-bottom: 20px;
}
.highlightSection .highBox ul li i {
    background-image: url(../nightmare_images/sem_sprite.png);
    background-position: -474px -571px;
    height: 8px;
    width: 5px;
    display: inline-block;
    margin-right: 7px;
    vertical-align: middle;
}


/*============== why section ==============*/
.whySection .secTitle{
    text-align: center;
    padding-bottom: 80px;
}
.whyLeft,
.whyRight {
    width: 45%;
}
.whyLeft {
    float: left;
}
.whyRight {
    float: right;
}
.whyLeft i,
.whyRight i {
    background-position: -570px -229px;
    display: block;
    height: 179px;
    margin: 0 auto 40px;
    width: 179px;
}
.whyRight i {
    background-position: -4px -553px;
}
.whyLeft h3,
.whyRight h3 {
    color: #fd4747;
    font: 25px 'robobold', sans-serif;
    text-align: center;
    margin-bottom: 25px;
}
.whyRight h3 {
    color: #73b813;
}
.whyLeft p,
.whyRight p { 
    text-align: center;
    line-height: 22px;
}


/*============== what section ==============*/
.fullWidthWhat {
    background: #f0f3f7;
}
.whatSection .secTitle {
    text-align: center;
    width: 100%;
    margin-top: 140px;
}
.whatSection .whatRow {
    overflow: hidden;
    margin-bottom: 65px;
    width: 100%;
}
.whatLeft,
.whatRight {
    width: 45%;
}
.whatLeft {
    float: left;
}
.whatRight {
    float: right;
}
.whatSection .whatRow i {
    display: block;
    height: 85px;
    margin: 0 auto 20px;
    width: 89px;
}
.whatSection .whatRow h3 {
    color: #4d4d4d;
    font: 20px 'robobold', sans-serif;
    padding-bottom: 20px;
    text-align: center;
}
.whatSection .whatRow p {
    text-align: center;
    line-height: 22px;
}

.whatSection .icon1 {
    background-position: -421px -144px;
}
.whatSection .icon2 {
    background-position: -515px -144px;
}
.whatSection .icon3 {
    background-position: -598px -144px;
}
.whatSection .icon4 {
    background-position: -690px -142px;
}
.whatSection .icon5 {
    background-position: -578px -423px;
}
.whatSection .icon6 {
    background-position: -689px -427px;
}


.footer1 {
    text-align: center;
    padding: 60px 0; 
}
.footer1 p {
    font: 20px 'robobold', sans-serif;
    text-align: center;
    padding-bottom: 20px;
}
.footer1 .btnBox {
    margin-bottom: 20px;
}

.footer1 > a {
      font-size: 14px;
    text-decoration: underline;
    color: #1f89c5;
}

.fullwidthFooter {
    height: 110px;
    background: #ebebeb;
}
.logoFooter {
    background-position: -190px -553px;
    display: block;
    float: left;
    height: 66px;
    margin-top: 30px;
    width: 120px;
}
.footSocial {
    float: right;
    margin-top: 53px;
}
.footSocial a {
    display: inline-block;
    margin-left: 5px;
    height: 24px;
    opacity: 1;
    width: 24px;
}
.footSocial a:hover {
    opacity: .5;
}
.footSocial a.fb {
    background-position: -324px -561px;
}
.footSocial a.tw {
    background-position: -360px -561px;
}
.footSocial a.in {
    background-position: -431px -561px;
}
.footSocial a.gp {
    background-position: -395px -561px;
}