/*
Theme Name: Aaqius
Theme URI: http://www.aaqius.com/
Description: WE BRING DISRUPTIVE TECHNOLOGIES TO THE MARKET - Aaqius develops high-value innovations for the car industry by partnering with laboratories, automotive manufacturers and tier one suppliers.
Version: 1.0
Author: Agence Babel
Author URI: http://agencebabel.com/
Tags: Aaqius
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#Modal_video {
    background-image: url("http://www.aaqius.com/site/images/bg_trans");
    color: #fff;
    display: none;
    height: 100%;
    opacity: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 50000;
}
#Modal_video .legal_box {
    font-family: "Open Sans",Arial,sans-serif;
    padding-top: 100px;
    position: relative;
}
@media screen and (max-width: 768px) {
#Modal_video .legal_box {
    font-family: "Open Sans",Arial,sans-serif;
    padding-top: 60px;
    position: relative;
}
}
#Modal_video .legal_box h2 {
    font-size: 17px;
    font-weight: 700;
}
@media screen and (max-width: 768px) {
#Modal_video .legal_box h2 {
    font-size: 16px;
    font-weight: 700;
}
}
#Modal_video .legal_box h3 {
    font-size: 15px;
    font-weight: 700;
}
@media screen and (max-width: 768px) {
#Modal_video .legal_box h3 {
    font-size: 14px;
    font-weight: 600;
    margin-top: 5px;
}
}
#Modal_video .legal_box h4 {
    font-size: 15px;
    font-weight: 600;
}
#Modal_video .legal_box p {
    font-size: 12px;
    font-weight: 300;
}
#Modal_video .legal_box a {
    color: #fff;
    text-decoration: none;
}
@media screen and (max-width: 768px) {
#Modal_video .legal_box p {
    font-size: 12px;
    font-weight: 300;
}
}
#Modal_video .legal_box strong {
    font-size: 14px;
    font-weight: 600;
}
#Modal_video .legal_box em {
    font-size: 12px;
    font-weight: 300;
}
#Modal_video .closer {
    background-image: url("http://www.aaqius.com/site/images/close.png");
    cursor: pointer;
    display: block;
    height: 26px;
    margin: 12px;
    position: absolute;
    right: 0;
    top: 0;
    width: 27px;
}
#Modal_video .legal_box .scroller_box {
    height: auto;
    overflow: auto;
}
@media screen and (max-width: 768px) {
#Modal_video .legal_box .scroller_box {
    height: 450px;
    overflow: scroll;
}
}
.nano {
    overflow: hidden;
    position: relative;
}
.nano > .nano-content {
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    position: absolute;
    right: 0;
    top: 0;
}
.nano > .nano-content:focus {
    outline: thin dotted;
}
.nano > .nano-pane {
    background: rgba(0, 0, 0, 0.25) none repeat scroll 0 0;
    border-radius: 5px;
    bottom: 0;
    opacity: 0.01;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s ease 0s;
    width: 10px;
}
.nano > .nano-pane > .nano-slider {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    border-radius: 3px;
    margin: 0 1px;
    position: relative;
}
.nano-pane.active, .nano-pane.flashed, .nano:hover > .nano-pane {
    opacity: 0.99;
}
.nano {
    height: 550px;
    width: 100%;
}
.nano .nano-content {
    padding: 10px;
}
.nano .nano-pane {
    background: #888 none repeat scroll 0 0;
}
.nano .nano-slider {
    background: #111 none repeat scroll 0 0;
}
