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

html {
    /*-webkit-transform: scale(1);*/
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.1;
    color: #3b3d40;
}
div.legal {
    font-family: 'Roboto', sans-serif;
    color: #3b3d40;
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * 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;
}
div.legal {
    font-family: 'Roboto', sans-serif;
    color: #3b3d40;
}
a {
    color: #009cde;
    outline: 0;
    text-decoration: none;
    transition: color 0.2s ease-in-out 0s;
}
a:hover, a:focus {
    color: #009cde ;
    text-decoration: none;
}

p {
    margin: 0 0 0.8em 0;
}

ol, ul {
    margin-top: 0;
    margin-bottom: 0.8em;
    padding-left: 20px;
}
ul li {
    margin: 0 0 0.4em 0;
}

h1,h2,h3,h4, h5 {
    font-family: 'Roboto', sans-serif;
    margin: 0 0 0.7em 0;
    line-height: 1.1;
    font-weight: normal;
    text-transform: uppercase;
}

h1 {
    font-size: 25px;
}
h2 {
    font-size: 32px;
}
h3 {
    font-size: 19px;
}
h4 {
    font-size: 25px;
}
h5 {
    font-size: 19px;
}
a.b, input.b {
    cursor: pointer;
    display: inline-block;
    border: none;
    color: #ffffff;
    font-size: 16px;
    padding: 8px 18px;
    transition: all 0.4s ease-in-out 0s;
    background-color: #009cde;
    font-family: 'Roboto', sans-serif;
    -webkit-appearance: none;
}
a.b:hover, input.b:hover, span.b:hover {
    text-decoration: none;
    background-color: rgb(45, 73, 134);
}

.hover:hover {
    opacity:.80;
    filter:alpha(opacity=80);
    cursor:pointer;
    transition: all 0.4s ease-in-out 0s;
}

.center {
    width: 100%;
}

img {
    max-width: 100%;
}
div.control img.clock{
    margin-right: 10%;
    margin-left: 60px;
    margin-top: 0px;
}
div.control img.modules {
    margin-right: 10%;
    margin-top: 0px;
}
div.control img.employees {
    margin-right: 10%;
    height: 160px;
}
div.control img.law {
    margin-right: 10%;
    height: 160px;
}
#contact{
    width: 600px;
    max-width: 95%;
    margin: 0 auto;
}
div.contact form div.conditions span {
    width: 300px;
}
div.contact form div.clausules {
    width: 300px;
    margin-bottom: 25px;
}
div.contact form input.b {
    width: 100%;
}

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

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

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

#wrapper {
    overflow: hidden;
    min-height: 480px;
}
.content {
    max-width: 1170px;
    width: 90%;
    margin: 0 auto;
}

h2 strong {
    color: #009cde;
}

div.head {
    position: relative;
    width: 100%;
    height: 890px;
    background: url('../img/bg-head.jpg') no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-bottom: 0px;
    color: #ffffff;
    text-align: center;
}
div.head div.social {
    float: right;
}
div.head div.social span.dir,
div.head div.social div.phone {
    float: left;
    margin-right: 28px;
    line-height: 38px;
}
div.head div.social div.phone a {
    color: #ffffff;
}
div.head div.social div.phone .fa {
    font-size: 22px;
    margin-right: 3px;
}
div.head div.social a.b {
    float: left;
    line-height: normal;
}
div.head div.text {
    width: 95%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-40%);
}
div.head div.text h1 {
    text-shadow: 0px 0px 12px rgba(0, 0, 0, 1);
    line-height: 1.4;
    margin-bottom: 0px;
}
div.head div.text h4 {
    text-shadow: 0px 0px 12px rgba(0, 0, 0, 1);
    line-height: 1.4;
    margin-bottom: 27px;
    
}
div.head div.text h5 {
    text-shadow: 0px 0px 12px rgba(0, 0, 0, 1);
    line-height: 1.4;
    margin-bottom: 0px;
    color: #009cde;
    margin-left: -29%;
}
div.head div.text h1 strong {
    color: #009cde;
    font-size: 65px;
}
div.head div.text a.b {
    /*background-color: rgba(255, 255, 255, 0.7);
    color: #333333;*/
    padding: 12px 15px;
    display: inline-block;
    /*border: 2px solid #009cde;*/
    text-align: center;
    font-size: 18px;
}
/*div.head div.text a.b:hover {
    color: #ffffff;
    background-color: #009cde;
}*/

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 0;
    z-index: 999;
    background-color: transparent;
    transition: all 0.4s ease-in-out 0s;
}
header div#logo {
    float: left;
    height: 59px;
    transition: all 0.4s ease-in-out 0s;
}
header div#logo img {
    max-height: 100%;
}

header.fixed {
    background-color: #27282A;
    padding: 10px 0;
}
header.fixed div#logo {
    height: 36px;
}

div.tabs {
    width: 100%;
    background-color: #F1F1F1;
}
div.tabs div.row,
div.tabs div.col {
    padding: 0;
    margin: 0;
    position: relative;
}
div.tabs div.col {
    height: 475px;
}
div.tabs div.tab {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
}
div.tabs div.tab.current,
div.tabs div.info.current {
    display: block;
}

div.tabs div.options {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
}
div.tabs div.options div.option {
    padding-top: 25px;
    padding-bottom: 25px;
    color: #3b3d40;
    transition: all 0.4s ease-in-out 0s;
    font-size: 22px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
}
div.tabs div.options div.option1 {
    border-right: 2px solid #ffffff;
}
div.tabs div.options div.option2 {
    border-right: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
}
div.tabs div.options div.option3 {
    border-left: 2px solid #ffffff;
}
div.tabs div.options div.option.current {
    background-color: #009cde;
    color: #ffffff;
}

div.tabs div.info {
    background: transparent !important;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    padding: 35px 40px;
    /*max-width: 570px;*/
    font-size: 20px;
}
div.tabs div.info h2 {
    text-transform: none;
}
div.tabs div.info p {
    line-height: 1.5em;
}

div.products {
    padding: 50px 0 50px 0;
    text-align: center;
}
div.products div.row {
    margin: 0px -5px 0 -5px;    
}
div.control {
    display: flex;
}
div.control img.modules {
    height: 160px;
    margin-top: 5px;
}
p.line {
    display: inline-block;
    width: 200px;
}
div.why {
    padding: 80px 0;
    text-align: center;
    background-color: #F1F1F1;
}
div.why h2 {
    margin-bottom: 40px;
}
div.why div.block-list,
div.contact div.block-list {
    text-align: left;
    padding-left: 40px;
    display: inline-block;
    width: 100%;
    margin-top: 25px;
    line-height: 1.6em;
    position: relative;
}
div.contact div.col-sm-5 {
    margin-left:800px;
}
div.row div.col-sm-5 {
    margin-left:0px;
}
div.contact {
    height:632px;
}
div.technical-service {
    padding: 40px 0;
    color: #000;
    text-align: center;
    font-size: 20px;
    background-color: #F1F1F1;    
}



div.technical-service h2 {
    text-transform: none;
    margin-bottom: 20px;
}
div.technical-service p {
    line-height: 1.5em;
    margin-bottom: 0;
}
div.technical-service div.col {
    text-align: center;
    padding-top: 30px;
}
div.technical-service a.b {
    font-size: 22px;
    background-color: transparent;
    border: 2px solid #ffffff;
    padding: 10px 25px;
}
.technical-service .phone{
    bottom: -40px;
    right: 0px;

    position: absolute;    
}
#imgPhone{
    min-height: 235px;
}
div.contact {
    padding: 80px 0;
    background: url('../img/bg-footer.jpg') center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #ffffff;
}
div.contact h2.form {
    margin-bottom: 30px;
}
div.contact form div.conditions {
    font-size: 14px;
}
div.contact form div.conditions span {
    margin-bottom: 25px;
    display: inline-block;
    width: 100%;
}
div.contact form label.error,
div.contact form label.check {
    clear: right;
    color: #dd0808;
    float: right;
    font-weight: 300;
    margin: 0;
    margin-bottom: 4px;
    font-size: 14px;
}
div.contact form div.form-block {
    margin-bottom: 15px;
    display: block;
    overflow: hidden;
}
div.contact form input.txt, div.contact form textarea.txt {
    width: 100%;
}
div.contact form input.b {
    clear: both;
    padding: 12px 32px;
    font-size: 18px;
    float: left;
}

input.require, textarea.require {
    border: 1px solid #dd0808 !important;
}

input.txt, textarea.txt {
    background: rgba(0,0,0,0.8);
    border: 0;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    outline: none;
    color: #ffffff;
    padding: 0 10px;
}
textarea.txt {
    min-height: 95px;
}
select.select {
    display: block;
    width: 100%;
    height: 35px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 35px;
    color: #ffffff;
    background-color: rgba(0,0,0,0.8);
    background-image: none;
    border: 0;
    border-radius: 4px;
}
input[type="checkbox"] {
    margin-right: 4px;
}

footer {
    padding: 15px 0;
    background-color: #000000;
    color: #ffffff;
}
footer p {
    margin-bottom: 0;
}
footer .right {
    text-align: right;
}
div.col-sm-6 p.al {
    margin-left:25%;
}


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

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * 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;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * 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;
}

.new-products-text {
    margin-top: 20px !important;
    text-align: right;
    font-style: italic;
}

/* ==========================================================================
   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),
       (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,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        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,
    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;
    }

    img {
        max-width: 100% !important;
    }

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

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