/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body{
    font-family: Arial;
    font-size: 16px;
} 
a{
    color: #3579de;
}
a:active, a:hover, a:focus, a:visited{
    color: #3579de;
} 
[class*=col-]{
    padding-right:0;
    padding-left:0;
}
.row{
    margin-right: 0;
    margin-left: 0;
}   
.lk-login-pannel{
    padding: 10px 0;
    position: relative;
    z-index: 100;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);

}
.lk-logo-caption{
    font-family:Arial;
    font-size:18px;
    text-transform: uppercase;
    color:#3d3d3d;
}
.lk-logo-caption{
    line-height: 60px;
}
.lk-logo-text{
    padding-left: 10px;
}
.lk-logo-enter{
     line-height: 60px;
}

.lk-menu-block{
    background: url(../img/bg_street.png)  bottom left repeat-x #bac9e4;
    padding: 50px 0 20px 0;
    min-height: 306px;
    overflow: hidden;
}

.lk-menu-caption{
    text-align: center;
    font-family: Arial;
    font-size: 28px;
    color:#3d3d3d;
    padding: 0 0 30px 0;
}

.lk-about-caption{
    text-align: center;
    font-family: Arial;
    font-size: 28px;
    color:#3d3d3d;
    padding: 0 0 30px 0;
}

.lk-about-block{
    background: url(../img/bg_wave.png) bottom left no-repeat #f3f3f3;
    padding: 50px 0;
    min-height: 378px;
    overflow: hidden;
}

.lk-footer-block{
    background-color: #449494;
    padding: 50px 0 125px 0;
    color: #ffffff;
    overflow: hidden;
    font-size:14px;
    font-family: Arial;
}

.white-tab
{
    background-color: #ffffff;
    margin-bottom: 30px;
    min-height: 260px;
    padding: 30px 30px;
    overflow: hidden;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
    
}
.lk-menu-tab-text{
    padding: 10px 0 0 152px;
}
.lk-family-img{
    margin-right: 40px;
}
.lk-service-list {
    overflow: hidden;
    margin:60px 0 0 0;
    padding: 0;
}
    .lk-service-list ul {
        overflow: hidden;
        margin: 60px 0 0 0;
        padding: 0;
    }
.lk-service-list li{
    list-style: none;
    margin-bottom: 15px;
}

.lk-service-list li::before{
    display: block;
    content: "";
    width: 7px;
    height: 7px;
    background-color: #449494;
    margin: 8px 10px 0 0;
    float:left;
}
.lk-service-list li span{
    display: block;
    padding-left: 20px;
}
.lk-service-list-comment {

}
.final-text .comment {
    font-size: 14.5px;
    color: #202020;
}
.btn:active, .btn:hover, .btn:focus, .btn:visited {
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
    outline: none !important;
}

.btn-blue{
    background-image: -webkit-gradient(linear,left top, left bottom,color-stop(0, #238bb5),to(#238bad));
    background-image: -webkit-linear-gradient(top,#238bb5 0,#238bad 100%);
    background-image: -o-linear-gradient(top,#238bb5 0,#238bad 100%);
    background-image: linear-gradient(to bottom,#238bb5 0,#238bad 100%);
    border-radius: 5px;
    color:#ffffff;
    width: 200px;
    height: 46px;

    text-transform: uppercase;
    font-family: Arial;
    font-size: 14px;
}

.btn-blue:active, .btn-blue:hover, .btn-blue:focus, .btn-blue:visited{
    color:#ffffff;
    background-color: #238bb5;

}
.btn-whitebluebordered{
    border: 1px solid #238bb5;
    background-color:#ffffff; 
    border-radius: 5px;
    color:#238bb5;
    width: 200px;
    height: 46px;

    text-transform: uppercase;
    font-family: Arial;
    font-size: 14px;
}

.btn-whitebluebordered:active, .btn-whitebluebordered:hover, 
.btn-whitebluebordered:focus, .btn-whitebluebordered:visited{
    color:#238bb5;
}

.orange-title{
    color: #fe533c;
    font-family: Arial;
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.install-step {
    margin-bottom: 20px;
}

.store-block {
    margin-bottom: 10px;
}
.store-block a:hover {
    text-decoration: none;
}
.store-img {
    float: left;
    margin-right: 10px;
}

.button-label {
    font-weight: bold;
    color: #202020;
    margin: 0 30px 0 0;
}

.text-grey{
    font-weight: normal;
    color:#7f7f7f;
}
.download-label{
    padding-left: 10px;
}
.contacts-text{
    line-height: 27px;
}

.padd-lr0 {
    padding: 0;
}
.padd-lr15{
    padding:0 15px;
}

.padd-l15{
    padding-left:15px;
}
.padd-r15{
    padding-right:15px;
}
a.btn{
	line-height: 32px;
}



/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (-o-min-device-pixel-ratio: 5/4),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        -webkit-box-shadow: none !important;
                box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
	
	
}

.lk-message-user{

    background-color: #f3f3f3;
}

.message-user{
    display: inline-block;
    margin: 15px 0px 8px 0px;
}

.message-user div{
    float: left;
}

.icon-user{
    margin-right: 20px;
}

.message-user-text{
    font-size: 18px;
    color: #0b6286;
    padding-top: 10px;
}

@media only screen and (max-width: 1200px) {
    .lk-family-img {
        width: 360px;
    }
    .lk-service-list {
        margin: 20px 0 0 0;
    }
    .lk-service-list-comment {
        padding: 10px 20px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 992px) {
    .lk-family-img {
        display: none;
    }
    .lk-service-list {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 530px) {
    .lk-menu-block,
    .lk-about-block {
        padding: 20px 0 10px;
    }
    .lk-menu-caption,
    .lk-about-caption {
        font-size: 24px;
        padding: 0 0 10px 0;
    }
    .icon-user {
        display: none;
    }
    .store-img {
        width: 170px;
    }
    .install-step img.pull-left {
        display: none;
    }
    .lk-menu-tab-text {
        padding: 10px 0;
    }
}

@media only screen and (max-width: 450px) {
}

@media only screen and (max-width: 400px) {
}