﻿@font-face 
{
    font-family: title;
    src:url('//lemondo.blob.core.windows.net/web/Chalet-LondonNineteenSixty.otf');
    font-style:normal;
    font-weight:normal;
}
body {
    background:center 0 no-repeat #f6f6f6 url(img/bg.png);
    font-size: .85em;
    font-family: title, Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 100px 0 0 0;
    color: #696969;
}

a {
    color: #a6a6a6;
}
a:hover {
    color: #3e3e3e;
    text-decoration: none;
}


p, ul {
    margin-bottom: 20px;
    line-height: 1.6em;
}
ul {
    padding:0;
    margin:0;
}
header,
footer,
nav,
section {
    display: block;
}
img {
    border:none;
}
/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    color: #000;
    margin: 0;
    padding:0;
    font-weight: normal;
}

h1 {
    font-size: 34px;
    color: #63ab1b;
    font-family:title;
}

h2 {
    padding: 0 0 10px 0;
    color: #63ab1b;
    font-size: 16px;
}

h3 {
    padding:0 0 20px 0;
    color: #6b6b6b;
    font-weight: normal;
    font-size: 18px;
}
h4 {
    padding:10px 0;
    color: #63ab1b;
    font-size: 16px;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

header, #header {
    /*position: relative;*/
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

header h1, #header h1 {
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-size: 32px !important;
    text-shadow: 1px 1px 2px #111;
}

#main {
    padding: 30px 30px 15px 30px;
    background-color: #fff;
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
    border-radius: 4px 0 0 0;
}



/* TAB MENU   
----------------------------------------------------------*/
ul#menu {
    position: relative;
    text-align: right;
}

ul#menu li {
    display: inline;
    list-style: none;
}

ul#menu li#greeting {
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a {
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #3e3e3e;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius: 5px;
}

ul#menu li a:hover {
    background-color: rgb(231, 231, 231);
    text-decoration: none;
}

ul#menu li a:active, ul#menu li a.active {
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a {
    background-color: #fff;
    color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

input[type="text"], 
input[type="password"] {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
    width: 200px;
}

select {
    border: 1px solid #ccc;
    padding: 5px 1px;
    font-size: .85em;
    color: #444;
    border-radius: 5px;
    margin: 0;
}

input[type="submit"] {
    font-size: 1.2em;
    padding: 5px;
}

/* TABLE
----------------------------------------------------------*/

table {
    border: solid 1px #e8eef4;
    border-collapse: collapse;
}

table td {
    padding: 5px;
    border: solid 1px #e8eef4;
}

table th {
    padding: 6px 5px;
    text-align: left;
    background-color: #e8eef4;
    border: solid 1px #e8eef4;
}

/* MISC  
----------------------------------------------------------*/
.fl {
    float: left;
}
.fr {
    float:right;
}
.ma{margin:0 auto}
.clear {
    clear: both;
}
.txtCenter {
    text-align:center;
}
.error {
    color: Red;
}
.bold {
    color:#1a1a1a;
    font-weight:bold;
}
input, textarea {
    border: 1px solid #c7c7c7;
    padding: 5px;
    border-radius: 5px;
}
textarea {
    resize:none;
}
#contactPage input {
    width:250px;
    margin-bottom: 10px;
}
#contactPage select {
    width:262px;
    margin-bottom: 10px;
}
#contactPage textarea {
    width:345px;
}
#menucontainer {
    margin-top: 40px;
}

div#title {
    display: block;
    float: left;
    text-align: left;
}

#logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: White;
}

#logindisplay a:link {
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited {
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover {
    color: white;
    text-decoration: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, 
.editor-label {
    margin: 1em 0 0 0;
}

.display-field, 
.editor-field {
    margin: 0.5em 0 0 0;
}

.text-box {
    width: 30em;
}

.text-box.multi-line {
    height: 6.5em;
}

.tri-state {
    width: 6em;
}
#menu > .fl {
    margin-right:5px;
}

#greenLine {
    background-color: #71b330;
    padding-top: 5px;
    box-shadow: 0 0 10px #646464;
    position: fixed;
    top: 0;
    right:0;
    left:0;
    z-index: 8000;
}
#headerWrapper {
    background-color: #ffffff;
}
header {
    width:955px;
    height:100px;
    margin:0 auto;
}
#logo {
    padding-top:10px;
    float:left;
}
nav {
}
#nav {
    float:right;
    /*width:582px;*/
    height:78px;
}
    #nav > li > a, #nav > li {
        width: 80px;
        height: 100px;
    }
    #nav > li {
        display:block;
        float:left;
    }
        #nav > li > a {
            display: block;
            text-align: center;
            text-decoration: none;
            font-size: 16px;
            line-height: 96px;
        }

            #nav > li > a.active {
            background:center -100px no-repeat url(img/navBg.png)
            }
        #nav > li > a:hover {
            background:center 0 no-repeat url(img/navBg.png)
        }
#nav {
    padding:0;
    margin:0;
}
#bodyImages {
    width: 975px;
    margin: 0 auto;
    background-position:center center;
    background-repeat:no-repeat;
    line-height:280px;
}
    #bodyImages > img {
        width:100%;
        vertical-align:middle;
    }
#bodyImages, #bodyImages div  {
    height:280px;
}

    .hProducts {
    line-height:280px !important;
    }
    .hProducts, .hProducts div {
        height: 280px !important;
    }


#layer1 {
    position:absolute;
    left:0;
    width:401px;
    /*height:330px;*/
}
#layer2 {
    position:absolute;
    top:130px;
    right:10px;
    width:297px;
    /*height:90px;*/
}
    #layer2 > img {
        width:100%;
        height:100%;
    }
#layer3 {
    background:center center no-repeat url(img/center.png);
}
#bodyWrapper {
    width: 955px;
    margin: 0 auto;
    padding:0 10px 10px;
}
#LCol {
    width: 655px;
    float:left;
    /*background-color:green;*/
    min-height:100px;
}
    #LCol > .post {
        margin-bottom: 10px;
    }
    .post > h2 {
        padding-bottom:15px;
    }
.post:hover,.work:hover {
    background-color:#f1f1f1;
    cursor:pointer;
}
#RCol {
    width:290px;
    padding-left:10px;
    float:left;
    /*background-color:red;*/
    min-height:100px;
}
.box {
    border:1px solid #d1d1d1;
    padding:15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color:#ffffff;
}
#pagingWrapper {
    padding: 20px 0 30px;
    text-align:center;
}
#paging {
    display:inline;
}
#paging > a {
    border: 1px solid #d1d1d1;
    padding: 8px 16px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #ffffff;
    margin: 0 5px;
    color: #b8b8b8;
    text-decoration: none;
    font-size: 12px;
}
    #paging > a.corrent {
        color:#fff;
        background-color:#7cbb3e;
        border-color:#7cbb3e;
    }
#loadMore {
    width: 100px;
    margin: 0 auto;
    text-align: center;
    padding: 10px 15px;
    cursor: pointer;
    display:none;
}
    #loadMore:hover , #HELPDESK:hover {
        background-color:#63ab1b;
        color:#fff;
    }
.postDate {
    font-size: 12px;
    color: #a3a3a3;
    line-height: 26px;
}
.postDesc {
    font-size: 12px;
    color: #565656;
    height: 85px;
    line-height: 17px;
    overflow: hidden;
    text-align: justify;
}
.work {
    cursor:pointer;
}
.FeaturedProductWrapper {
    border: 1px solid #d1d1d1;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color:#fff;
}
.FeaturedProductWrapper > .title {
    background: #7cbb3e;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 26px;
    line-height: 50px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.FeaturedProductWrapper > .txt {
    font-size: 12px;
    text-align: justify;
    padding: 0 19px;
    line-height: 14px;
    max-height: 42px;
    overflow: hidden;
    margin-bottom: 5px;
}
    .FeaturedProductWrapper > .img > img {
        width:288px;
    }
a.btn {
    text-decoration: none;
    display:block;
}
button.btn {
    border: none;
    cursor: pointer;
}
.btn {
    font-size: 16px;
    background-color: #fbda3b;
    padding: 15px 30px;
    color: #544c1f;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
#footerWrapper {
    /*position:absolute;
    bottom:0;
    left:0;
    right:0;
    height:250px;*/
    clear:both;
    background-color:#e2e2e2;
    border-top:1px solid #c1c1c1;

}

footer {
    color: #afafaf;
    padding: 0 0 0;
    font-size: 14px;
    width: 955px;
    height:68px;
    margin: 0 auto;
    /*background:480px 38px no-repeat url(img/footerBg.png)*/
}
    footer a {
        text-decoration:none;
        font-size:14px;
    }
    footer ul {
        list-style:none;
        float:left;
        padding: 0 50px 0 0;
        opacity: 0;
    }
#footerLinks {
    width:290px;
    float:right;
    /*margin-top: 80px;*/
}
#footerLinks > a {
    display:block;
    width:47px;
    height:48px;
    float:right;
    margin: 10px 17px;
    background: no-repeat url(img/footerLinks.png)
}
    #footerLinks > a.fb {
        background-position:0 0;
    }
    #footerLinks > a.yt {
        background-position:-47px 0;
    }
    #footerLinks > a.tw {
        background-position:-94px 0;
    }
    #footerLinks > a.in {
        background-position:-141px 0;
    }
    #footerLinks > a.fb:hover {
        background-position:0 -48px;
    }
    #footerLinks > a.yt:hover {
        background-position:-47px -48px;
    }
    #footerLinks > a.tw:hover {
        background-position:-94px -48px;
    }
    #footerLinks > a.in:hover {
        background-position:-141px -48px;
    }
#socialBtns {
    width:258px;
    margin:0 auto;
}
#socialBtns > div {
    width: 113px;
    height: 32px;
    margin: 17px 0;
    padding-top: 15px;
    padding-left: 145px;
    background-image: url(img/socialBtns.png);
    background-repeat: no-repeat;
}
#likeBtn {
    background-position:0 0;
}
#tweetBtn {
    background-position:0 -47px;
}
#blogPostSocialBtns {
    width:520px;
    margin:20px auto;
}
    #blogPostSocialBtns > a {
        width: 100px;
        height: 40px;
        border-radius: 5px;
        color: #fff;
        text-align: center;
        font-weight: bold;
        font-size: 26px;
        display: block;
        text-decoration: none;
        line-height: 37px;
        padding: 5px 70px;
    }
#fbShareBtn {
    background-color:#3e5a9f;
}
#twShareBtn {
    background-color:#00a9e9;
}
#blogSearchWrapper {
    position:relative;
    height: 25px;
    margin-bottom: 7px;
}
#blogSearch {
    line-height: 32px;
    font-size: 22px;
    color: rgb(51, 51, 51);
    background:98% center no-repeat url(img/searchIcon.png);
    position:absolute;
    top:5px;
    left:5px;
    right:5px;
    bottom:5px;
}
.work {
    width: 290px;
    margin: 5px;
    padding: 8px; 
}
    /*.work.l {
        margin:0 10px 10px 0;
    }
    .work.r {
        margin:0 0 10px 10px;
    }*/
#appStore {
    width:138px;
    height:42px;
    display:block;
    float:right;
    background:0 0 no-repeat url(img/ASIcon.png)
}
#googlePlay {
    width:134px;
    height:42px;
    display:block;
    margin-left:10px;
    float:right;
    background:0 1px no-repeat url(img/GPIcon.png);
}
#appHeader > h1 {
    line-height: 80px;
}
#appHeader > .fl {
    padding-right:10px;
}
.tabs > div, .tabs > a {
    background-color: #dfdfdf;
    float: left;
    margin: 5px;
    color: #5a5a5a;
    padding: 8px 30px;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
    .tabs > div:hover, .tabs > a:hover, .tabs > div.open {
        background-color: #7cbb3e;
        color:#fff;
    }
#tabContent {
    clear:both;
}
#trailer {
    text-align: center;
    padding: 20px 0;
}
#sliderWrapper {
    overflow:hidden;
    outline:none;
}
#slider > div {
    float: left;
    /*background: 50% 100% no-repeat url(img/shadow.png);*/
    padding: 12px 10px;
    margin-bottom:12px;
}
#slider {
    /*height:317px;*/
    height:100%;
}
.table-theme-1 {
    width: 100%;
    color:#3e3e3e;
}
.table-theme-1 th, .table-theme-1 td {
    height: 25px;
    vertical-align: middle;
    border: 1px solid #63ab1b;
    padding: 0 5px;
}
.table-theme-1 > tfoot {
    text-align: right;
}
tfoot a {
    margin: 0 10px;
    text-decoration:none
}
tfoot a.corrent {
    font-weight: bold;
}


#aboutTabWrapper {
}
#aboutTabWrapper > ul {
    height:40px;
    padding:0 20px;
    list-style:none;

    border-top-left-radius:5px;
    border-top-right-radius:5px;

    border-top:1px solid #dddddd;
    border-left:1px solid #dddddd;
    border-right:1px solid #dddddd;
    border-bottom:6px solid #63ab1b;
    background:0 0 repeat-x url(img/aboutTabBg.jpg);
}
    #aboutTabWrapper > ul > li {
        float:left;
        width:97px;
        height:40px;
        background:0 -80px no-repeat url(img/aboutTabLiBg.png);
        text-align:center;
        color:#7b7b7b;
        cursor:pointer;
        line-height: 42px;
    }
        #aboutTabWrapper > ul > li:hover {
            background-position:0 0 !important;
        }
        #aboutTabWrapper > ul > li.active {
            background-position:0 -40px;
        }
#aboutTabContent > div {
    display:none;
}
    #aboutTabContent > div.open {
        display:block;
    }
.req {
    color: red;
    font-size: 14px;
    font-weight: bold;
}
.supportRow {
    margin:7px 0;
}
.supportRow > ul {
    list-style:none;
    padding:0px;
    margin:0px;
    display:none;
}
    .supportItem {
        padding:5px 40px;
    }
.supportInfo {
    height: 50px;
    background: 0 0 repeat-x url(img/supportRowBg.png);
    padding: 5px 14px 5px 7px;
    border: 1px solid #dddddd;
    border-radius: 5px;
    line-height: 50px;
    font-size: 24px;
    cursor:pointer;
}
    
    .supportInfo > div {
        background:right center no-repeat url(img/closeIcon.png)
    }
    .supportInfo.open > div {
        background:right center no-repeat url(img/openIcon.png) !important;
    }
        .supportInfo > div > span {
            padding: 0 10px;
        }
.supportType {
    font-size:20px;
    font-weight:bold;
    padding:10px 20px 0;
}
.supportItemTitle {
    font-size:13px;
    text-decoration:underline;
    cursor:pointer;
}
    .supportItemTitle.open {
        color:#63ab1b;
    }
.supportItemBody {
    display:none;
}
#loadMoreLinks > .fr {
    width:316px;
    margin:-50px auto 0;
}
#loadMoreLinks > a, #loadMoreLinks > div > a {
    display:block;
    float:right;
    width:148px;
    height:47px;
    margin-left:10px;
    background-position:0 0;
    background-repeat:no-repeat;
}
#loadMoreGP {
    background-image:url(img/GPIcon.png)
}
#loadMoreAS {
    background-image:url(img/ASIcon.png)
}
#supportLink {
    float:right !important;
    text-decoration:none;
}
#FbPageIcon {
    display:block;
    float:right;
    width:39px;
    height:32px;
    margin-top:5px;
    background:0 0 no-repeat url(img/appFBLinkIcon.png);
}
#aSupport {
    width:258px;
    height:65px;
    background:0 0 no-repeat url(img/faq.png);
    display: block;
}

#minNav {
    width: 45px;
    height: 45px;
    cursor: pointer;
    float: right;
    margin: 25px 30px 0 0;
    display: none;
    font-size: 23px;
    position:relative;
    /*border: 1px solid #ccc;*/
    border-radius: 5px;
}
#navTheme {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: center center no-repeat url(img/navIcon.png);
    z-index: 50;
    line-height: 47px;
    color: #696969;
    cursor:pointer;
}
#nav2 {
    background-color:#71b330;
    display:none;   
}
#nav2 > li {
    border-bottom:1px solid #97d45b;
}
#nav2 > li > a {
    text-decoration:none;
    color:#fff;
    display:block;
    height:45px;
    line-height:45px;
    padding-left:15px;
}
#nav2 > li:hover {
    background-color:#4d8714;
}
#HELPDESK {
    display: none;
    margin: 0 auto;
    width: 120px;
    background-color: #afafaf;
    line-height: 40px;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-decoration: none;
    color:#fff;
}
#FAQ {
    width: 258px;
    margin: 0 auto 10px;
}
#containingBlock {
  width:75%;
  margin:0 auto;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.videoWrapper object,
.videoWrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 360px) {
    #logo {
        padding-top:30px;
    }
    #logo img {
        width:180px !important;
        height:auto;
    }
}
@media (max-width: 490px) {
    #logo {
        padding-top:30px;
    }
    #logo img {
        width:180px !important;
        height:auto;
    }
    #P {
        display:none;
    }
    #footerLinks {
        float:none;
        margin:0 auto;
    }
}
@media (max-width: 720px) {
    #C {
        display:none;
    }
    #P {
        text-align:left !important;
    }
        #P > a {
            margin-left:50px !important;
        }
}
@media (max-width: 767px) {

    #bodyImages {
        line-height:inherit;
    }
    #bodyImages, #bodyImages div {
        height:auto;
    }

    

    

    #appHeader > h1 {
        padding-top: 88px;
        line-height: 30px;
    }
    #FAQ {
        margin-top:10px;
    }
    #loadMoreLinks > .fr {
        clear:both;
        float:none;
        margin-top:15px;
    }
    .FeaturedProductWrapper {
        display:none;
    }
    #LCol {
        float: none;
        width: auto;
    }

    #RCol {
        width: auto;
        float: none;
        padding: 0;
        min-height: 100px;
    }

        #RCol .img {
            text-align: center;
        }

    #bodyImages, header, footer, #bodyWrapper {
        width: auto;
    }

    /*NAV*/
    #minNav {
        display:block;
    }
    #nav {
        display:none;
        position:absolute;
        left:0;
        right:0;
        width:auto;
        height:auto;
        top:105px;
        border-left: 5px solid #71b330;
    }
    #nav > li {
        display: block;
        float: none;
        width:auto;
        height:70px;
        background-color:#fff;
    }
        #nav > li > a {
            text-align:left;
            width:auto;
            height:70px;
            padding-left: 15px;
            line-height: 70px;
            font-size: 26px;
        }
            #nav > li > a:hover, #nav > li > a.active {
                background: 0 -200px #f9f9f9 no-repeat url(img/navBg.png);
            }
            
    /*NAV*/

    footer ul {
        float: none;
    }

    .work {
        margin: 0 auto 10px;
        float: none;
    }
}

@media (max-width: 979px) and (min-width: 768px) {
    
    
    #FAQ {
        margin-top:10px;
    }
    #loadMoreLinks > .fr {
        clear:both;
        float:none;
        margin-top:15px;
    }
    .FeaturedProductWrapper {
        display:none;
    }
    #LCol {
        float: none;
        width: auto;
    }
    
    #RCol {
        width: auto;
        float: none;
        padding: 0;
        min-height: 100px;
    }
    

        #RCol .img {
            text-align: center;
        }
        
        .work:nth-child(odd) {
            color: green;
        }
        .work:nth-child(even) {
            color: red;
        }
    /*.work {
        margin: 0 auto 10px;
        float: none;
    }*/
    .bodyProducts > div {
        width:636px;
    }
    #bodyImages, header,footer, #bodyWrapper {
        width: 770px;
    }
    /*NAV*/
    #minNav {
        display:block;
    }
    #nav {
        display:none;
        position:absolute;
        left:0;
        right:0;
        width:auto;
        height:auto;
        top:105px;
        border-left: 5px solid #71b330;
    }
    #nav > li {
        display: block;
        float: none;
        width:auto;
        height:70px;
        background-color:#fff;
    }
        #nav > li > a {
            text-align:left;
            width:auto;
            height:70px;
            padding-left: 15px;
            line-height: 70px;
            font-size: 26px;
        }
            #nav > li > a:hover, #nav > li > a.active {
                background: 0 -200px #f9f9f9 no-repeat url(img/navBg.png);
            }
            
    /*NAV*/
    .bodyProducts:first-child {
        width: 637px;
        margin: 0 auto;
    }
}
@media (min-width: 1200px) {
    #LCol {
        width: 655px;
    }
}
