/* ==============================================================================================
This copyright notice must be kept untouched in the stylesheet at all times.
The original version of this stylesheet and the associated (x)html
is available at http://www.script-tutorials.com/bootstrap-one-page-template-with-parallax-effect/
Copyright (c) Script Tutorials. All rights reserved.
This stylesheet and the associated (x)html may be modified in any way to fit your requirements.
================================================================================================= */

/* general styles */
html, body {
    height: 100%;
    width: 100%;
}

div#wrapper{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by its height */
    margin: 0 auto -120px;
    /* Pad bottom by footer height */
    padding: 0 0 120px;
}

div#footer{
    height: 120px;
}

/* padded section */
.pad-section {
    padding: 50px 0;
}
.pad-section img {
    width: 100%;
}

/* vertical-centered text */
.text-vcenter {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.text-vcenter h1 {
    font-size: 4.5em;
    font-weight: 700;
    margin: 0;
    padding: 0;
}
.text-therenva{
    color: #33A3A3;
}
.text-therenva:hover{
    color: #297575;
}

.btn-therenva{
    color: #fff;
    background-color: #33A3A3;
    border-color: #297575;
}

.btn-therenva:hover,
.btn-therenva:active{
    color: #fff;
    background-color: #30a7a7;
    border-color: #297575;
}


.navbar.navbar-inverse{
    border-radius: 0 !important;
    border: 0 !important;
    background-color: rgba(0,0,0, 0.7);
    height: 80px;
    padding-top: 15px;
    z-index: 10;
}

/* additional sections */
#home {
    background: url(/img/home.jpg) no-repeat center center fixed;
    display: table;
    height: 100%;
    position: relative;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#about {

}

#services, .bg-therenva {
    background-color: #33A3A3;
    color: #ffffff;
}
#services .glyphicon {
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    display: inline-block;
    font-size: 60px;
    height: 140px;
    line-height: 140px;
    text-align: center;
    vertical-align: middle;
    width: 140px;
}

#information {
    background: url(/img/tablet.jpg) no-repeat fixed center center / cover;
    display: table;
    height: 70vh;
    position: relative;
    margin-top: -80px;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

#information .panel {
    opacity: 0.85;
}

#google_map {
    height: 500px;
}

footer {
    padding: 20px 0;
}
footer .glyphicon {
    color: #333333;
    font-size: 60px;
}
footer .glyphicon:hover {
    color: #306d9f;
}

.th-commercial-footer{
    background-color: #333D47;
    color: white;
}

.th-commercial-navbar {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0, 0.7);
    width: 100%;
    z-index: 10;
}

.th-help-navbar {
    background-color: rgba(0,0,0, 1);
    width: 100%;
    z-index: 10;
}


.th-product-name {
    font-size: 3em;
    padding-left: 10%;
    color: white !important;
    float: left;
    font-weight: bold;
}


.th-commercial-navbar li a {
    color: white;
}

.th-commercial-navbar li a:hover {
    color: black;
}

.th-commercial-title {
    font-size: 3em;
    text-align: center;
}

.th-commercial-description {
    background-color: #edeef2;
}

.th-help-description {
    background-color: white;
}


@media screen and (max-width: 1199px) {
    .ipad {
        width: 400px;
        height: 202px;
    }
}

@media screen and (min-width: 1200px) {
    .ipad {
        width: 600px;
        height: 304px;
    }
}


@media screen and (max-width: 1199px) {
    .ipad-help {
        width: 400px;
        height: 342px;
    }
}

@media screen and (min-width: 1200px) {
    .ipad-help {
        width: 600px;
        height: 520px;
    }
}

.ipad, .ipad-help {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.ipad1 {
    background-image: url('/img/ipad/1.jpg');
}

.ipad2 {
    background-image: url('/img/ipad/2.jpg');
}

.ipad3 {
    background-image: url('/img/ipad/3.jpg');
}



.ipad-help1 {
    background-image: url('/img/ipad/help/help1.jpg');
}

.ipad-help2 {
    background-image: url('/img/ipad/help/help2.jpg');
}

.ipad-help3 {
    background-image: url('/img/ipad/help/help3.jpg');
}

.ipad-help4 {
    background-image: url('/img/ipad/help/help4.jpg');
}

.ipad-help5 {
    background-image: url('/img/ipad/help/help5.jpg');
}

.ipad-help6 {
    background-image: url('/img/ipad/help/help6.jpg');
}

.ipad-help7 {
    background-image: url('/img/ipad/help/help7.jpg');
}

.ipad-help8 {
    background-image: url('/img/ipad/help/help8.jpg');
}


