@charset "utf-8";

/* Typography Fonts */

@font-face {
font-family: 'Fjalla One';
src: url('fonts/fjalla-one/fjalla-one-regular.eot');
src: url('fonts/fjalla-one/fjalla-one-regular.eot?#iefix') format('embedded-opentype'),
url('fonts/fjalla-one/fjalla-one-regular.woff2') format('woff2'),
url('fonts/fjalla-one/fjalla-one-regular.woff') format('woff'),
url('fonts/fjalla-one/fjalla-one-regular.ttf') format('truetype'),
url('fonts/fjalla-one/fjalla-one-regular.svg#FjallaOne') format('svg');
font-weight: 400;
font-style: normal;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
}

@font-face {
font-family: 'Roboto';
src: url('fonts/roboto/roboto-regular.eot');
src: url('fonts/roboto/roboto-regular.eot?#iefix') format('embedded-opentype'),
url('fonts/roboto/roboto-regular.woff2') format('woff2'),
url('fonts/roboto/roboto-regular.woff') format('woff'),
url('fonts/roboto/roboto-regular.ttf') format('truetype'),
url('fonts/roboto/roboto-regular.svg#Roboto') format('svg');
font-weight: 400;
font-style: normal;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

@font-face {
font-family: 'Roboto';
src: url('fonts/roboto/roboto-regular.svg#Roboto') format('svg');
font-weight: 400;
font-style: normal;
}
	
@font-face {
font-family: 'Fjalla One';
src: url('fonts/fjalla-one/fjalla-one-regular.svg#FjallaOne') format('svg');
font-weight: 400;
font-style: normal;
}

}

/* General Settings */

* {
padding: 0;
margin: 0;
outline: 0 none;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-o-font-smoothing: antialiased;
font-smoothing: antialiased;
text-rendering: optimizeLegibility;
-moz-osx-font-smoothing: grayscale;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

body {
font-family: Verdana, "sans-serif";
font-size: 14px;
line-height: 20px;
font-style: normal;
color: #000000;
margin: 0;
padding: 0;
background-color: #FFFFFF;
text-rendering: optimizeLegibility;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
overflow-x: hidden;
}

*:focus {
outline: 0 none;
}

*, *::before,
*::after {
box-sizing: border-box;
}

input::-ms-clear,
textarea::-ms-clear {
display: none;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
color: #999999;
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-moz-opacity: 1;
-webkit-opacity: 1;
-khtml-opacity: 1;
filter: alpha(opacity=100);
zoom: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
color: #999999;
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-moz-opacity: 1;
-webkit-opacity: 1;
-khtml-opacity: 1;
filter: alpha(opacity=100);
zoom: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
color: #999999;
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-moz-opacity: 1;
-webkit-opacity: 1;
-khtml-opacity: 1;
filter: alpha(opacity=100);
zoom: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
color: #999999;
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-moz-opacity: 1;
-webkit-opacity: 1;
-khtml-opacity: 1;
filter: alpha(opacity=100);
zoom: 1;
}

input {
font-family: Verdana, "sans-serif" !important;
font-size: 12px !important;
color: #000000 !important;
text-align: left;
border: 1px solid #000000;
border-radius: 0 !important;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
outline: 0;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

ul {
list-style: none;
padding-left: 0;
margin-bottom: 0;
}

ul li {
list-style: none;
}

ol,
ul {
padding: 0;
margin: 0;
list-style: none;
}

img {
border: 0 none;
outline: 0 none;
}

a img {
border: 0 none;
outline: 0 none;
}

a > img {
vertical-align: bottom;	
}

hr {
margin: 30px 0;
border-top: 1px solid #10447D;
border-bottom: 0 none;
border-left: 0 none;
border-right: 0 none;
}

.form-group {
text-align: left;
}

.form-control:focus,
textarea:hover,
input:hover,
select:hover,
textarea:active,
input:active,
select:active,
textarea:focus,
input:focus,
select:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active {
outline: 0 !important;
-webkit-appearance: none !important;
box-shadow: none !important;
border: 1px solid #000000;
}

@-webkit-keyframes fade {
from {
opacity: .4;
}
to {
opacity: 1;
}
}

@keyframes fade {
from {
opacity: .4;
}
to {
opacity: 1;
}
}

/* Header */

.top_nav {
padding: 0;
margin: 0;
height: auto;
background-color: #10447D;
overflow: hidden;
}

.top_nav .container {
padding: 0;
margin: 0 auto;
overflow: hidden;
}

ul.list-inline li,
ul.list-inline li a {
padding: 20px 0 15px 0;
margin: 0;
}

.list-inline.phone {
float: left;
text-align: left;
padding: 0;
margin: 0;
}

.list-inline.devis {
float: right;
text-align: right;
padding: 0;
margin: 0;
}

.list-inline.phone,
.list-inline.devis {
display: inline-block;
border: 0 none;
padding: 0;
margin: 0;
}

.list-inline.phone a,
.list-inline.phone a:focus,
.list-inline.phone a:active,
.list-inline.phone a:hover,
.list-inline.devis a,
.list-inline.devis a:focus,
.list-inline.devis a:active,
.list-inline.devis a:hover {
color: #FFFFFF;
font-family: 'Roboto', sans-serif;
font-size: 28px;
line-height: 40px;
font-weight: 400;
text-transform: uppercase;
text-decoration: none;
}

.nav.navbar-nav.menu {
float: right;
padding: 0;
margin: 5px 0 0 0;
}

#navbar-menu {
margin: 0;
padding: 0;
}

nav.navbar.bootsnav {
padding: 20px 0 0 0;
border: 0 none;
border-radius: 0;
background-color: #FFFFFF;
}

nav.navbar.bootsnav ul.nav > li > a {
padding: 10px;
}

nav.navbar.bootsnav ul.nav > li > a,
nav.navbar.bootsnav ul.nav > li > a:active
nav.navbar.bootsnav ul.nav > li > a:focus {
font-size: 14px;
color: #10447D;
white-space: normal;
text-decoration: none;
background-color: #FFFFFF;
}

nav.navbar.bootsnav ul.nav > li > a.active,
nav.navbar.bootsnav ul.nav > li > a:hover {
font-size: 14px;
color: #FFFFFF;
font-weight: 400;
text-decoration: none;
background-color: #006AA8;
}

nav.navbar.bootsnav ul.nav > li > a,
nav.navbar.bootsnav ul.nav > li > a:focus,
nav.navbar.bootsnav ul.nav > li > a:hover {
transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
}

nav.navbar.bootsnav ul.nav > li {
margin-right: 10px;
}

nav.navbar.bootsnav ul.nav > li:last-child {
margin-right: 0;
}

.navbar-brand {
width: 320px;
height: auto;
padding: 0;
margin: 0;
}

nav.navbar.bootsnav .navbar-toggle {
position: relative;
top: 10px;
right: 3px;
font-size: 32px;
color: #10447D;
border: none;
padding: 0;
background-color: #FFFFFF;
}

/* Carousel Slider */

.carousel .overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
}

.carousel-caption h4 {
font-family: 'Fjalla One', sans-serif;
font-size: 40px;
line-height: 80px;
color: #FFFFFF;
text-transform: uppercase;
letter-spacing: 2px;
}

.carousel-control {
top: 50%;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
margin-top: -25px;
}

/* Homepage Services */

.services {
position: relative;
display: block;
width: 100%;
margin: 10px auto 10px auto;
}

.services h2 {
font-family: 'Fjalla One', sans-serif;
font-size: 38px;
line-height: 48px;
text-align: center;
color: #1FA7DB;
margin-bottom: 20px;
}

.services p {
font-family: Verdana, "sans-serif";
font-size: 14px;
line-height: 28px;
font-weight: normal;
color: #000000;
padding: 5px 0;
}

.services a,
.services a:active,
.services a:focus,
.services a:hover {
font-family: Verdana, "sans-serif";
font-size: 14px;
line-height: 28px;
font-weight: bold;
color: #10447D;
text-decoration: underline;
}

.services ul {
list-style: none;
margin: 10px 0;
}

.services ul li {
font-family: Verdana, "sans-serif";
font-size: 14px;
line-height: 26px;
font-weight: normal;
color: #000000;
padding: 5px 0;
}

.row.features {
margin-top: 20px;
}

.features .col-lg-4,
.features .col-md-6,
.features .col-sm-6,
.features .col-xs-12 {
padding-bottom: 0;
margin: 0;
}

.thumbnail {
position: relative;
padding: 3px;
border: 2px solid #10447D;
border-radius: 0;
}

.thumbnail .caption {
position: absolute;
top: 35%;
left: 0;
right: 0; 
margin-left: auto; 
margin-right: auto; 
width: auto;
max-width: 220px;
min-width: 220px;
text-align: center;
}

.caption a.link,
.caption a.link:active,
.caption a.link:focus,
.caption a.link:hover {
display: block;
font-family: Verdana, sans-serif;
font-size: 14px;
font-weight: bold;
color: #FFFFFF;
text-transform: uppercase;
text-decoration: none;
letter-spacing: 2px;
border: 0;
border-radius: 0;
padding: 5px 10px;
background-color: #1FA7DB;
outline: 0 none;
}

.caption small {
font-family: Verdana, sans-serif;
font-size: 10px;
font-weight: normal;
color: #FFFFFF;
font-style: normal;
text-transform: none;
}

/* Brands */

.brands {
position: relative;
display: block;
width: 100%;
margin: 10px auto 10px auto;
text-align: center;
}

.brands h2 {
font-family: 'Fjalla One', sans-serif;
font-size: 38px;
line-height: 48px;
color: #1FA7DB;
margin-bottom: 20px;
}

.brands .col-lg-4,
.brands .col-md-6,
.brands .col-sm-6,
.brands .col-xs-12 {
padding-bottom: 25px;
}

/* Quotation */

.quotation {
position: relative;
display: block;
width: 100%;
margin: 10px auto 10px auto;
text-align: center;
font-family: Verdana, "sans-serif";
font-size: 12px;
}

.contact-form {
margin-top: 25px;
margin-bottom: 20px;
}

.quotation h1 {
font-family: 'Fjalla One', sans-serif;
font-size: 38px;
line-height: 48px;
color: #1FA7DB;
margin-bottom: 20px;
}

.contact-form h2 {
font-family: Verdana, "sans-serif";
font-size: 15px;
font-weight: bold;
line-height: 24px;
color: #000000;
text-align: left;
text-transform: uppercase;
padding: 5px 10px;
margin: 15px 0 20px 0;
background-color: #ECECEC;
}

.contact-form label {
font-family: Verdana, "sans-serif";
font-size: 12px;
line-height: 24px;
font-weight: bold;
color: #000000;
text-align: left;
}

.contact-form textarea {
width: 100%;
height: 150px;
resize: none;
outline: 0;
font-family: Verdana, "sans-serif";
font-size: 12px;
color: #000000;
border-radius: 0 !important;
border: 1px solid #000000;
box-shadow: none !important;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-appearance: none;
}

.contact-form input {
font-family: Verdana, "sans-serif";
font-size: 12px;
color: #000000;
border-radius: 0 !important;
border: 1px solid #000000;
box-shadow: none !important;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-appearance: none;
outline: 0;
}

.asterisk {
font-size: 20px;
color: #FF0000;
padding-left: 5px;
}

.success_message {
font-family: Verdana, "sans-serif";
font-size: 12px;
line-height: 24px;
font-weight: bold;
color: #339900;
text-align: left;
}

.error_message {
font-family: Verdana, "sans-serif";
font-size: 12px;
line-height: 24px;
font-weight: bold;
color: #FF0000;
text-align: left;
}

select,
select:focus,
select:active,
select:hover,
.dropdown-toggle:focus,
.dropdown-toggle:active {
outline: 0 !important;
-webkit-appearance: none;
-moz-appearance: none;
box-shadow: none !important;
border-radius: 0 !important;
border: 1px solid #000000;
}

.select {
position: relative;
display: block;
width: 100%;
margin: 0;
}

.select select {
display: inline-block;
width: 100%;
font-family: Verdana, "sans-serif";
font-size: 12px;
font-style: normal;
color: #000000;
text-align: left;
padding: 8px 10px;
appearance: none;
border: 1px solid #000000;
border-radius: 0 !important;
-webkit-appearance: none;
-moz-appearance: none;
cursor: pointer;
outline: 0;
}

.select select::-ms-expand {
display: none;
}

.select_arrow {
position: absolute;
top: 15px;
right: 12px;
width: 0;
height: 0;
pointer-events: none;
border-style: solid;
border-width: 8px 5px 0 5px;
border-color: #000000 transparent transparent transparent;
}

.select select:hover ~ .select_arrow,
.select select:focus ~ .select_arrow {
color: #000000;
border-top-color: #000000;
}

.contact-form .btn-submit,
.contact-form .btn-submit:focus,
.contact-form .btn-submit:hover {
font-family: Verdana, "sans-serif";
font-weight: bold;
font-size: 12px;
color: #FFFFFF;
border: 0;
border-radius: 0;
padding: 12px 25px;
cursor: pointer;
text-align: center;
text-transform: none;
vertical-align: middle;
margin-top: 15px;
background-color: #10447D;
-webkit-transition: background 0.1s linear 0s, color 0.1s linear 0s;	
-moz-transition: background 0.1s linear 0s, color 0.1s linear 0s;
-o-transition: background 0.1s linear 0s, color 0.1s linear 0s;
transition: background 0.1s linear 0s, color 0.1s linear 0s;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
zoom: 1;
}

.checkbox {
text-align: left;
padding: 0;
margin: 10px 0;
}

.checkbox .cr {
position: relative;
display: inline-block;
width: 40px;
height: 40px;
line-height: 40px;
border: 1px solid #000000;
border-radius: 0;
margin-right: 5px;
padding-left: 0;
margin-left: 0;
vertical-align: middle;
background-color: #FFFFFF; 
}

.checkbox .cr .cr-icon {
position: absolute;
top: 50%;
left: 20%;
font-size: 22px;
line-height: 0;
cursor: pointer;
}

.checkbox label {
padding-left: 0;
margin-left: 0;
}

.checkbox label input[type="checkbox"] {
display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon {
transform: scale(3) rotateZ(-20deg);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-moz-opacity: 0;
-webkit-opacity: 0;
-khtml-opacity: 0;
filter: alpha(opacity=0);
transition: all .3s ease-in;
zoom: 1;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon {
color: #53B702; 
transform: scale(1) rotateZ(0deg);
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-moz-opacity: 1;
-webkit-opacity: 1;
-khtml-opacity: 1;
filter: alpha(opacity=100);
zoom: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr {
opacity: 0.5;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
-moz-opacity: 0.5;
-webkit-opacity: 0.5;
-khtml-opacity: 0.5;
filter: alpha(opacity=50);
zoom: 1;
}

.checkbox a,
.checkbox a:active,
.checkbox a:focus {
font-family: 'Lato', sans-serif;
font-size: 15px;
font-weight: 900;
color: #000000;
line-height: 30px;
text-decoration: underline;
}

.checkbox a:hover {
text-decoration: none;
outline: 0 none;
}

/* Privacy Policy Modal Section */

.modal {
display: none;
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgb(0,0,0);
background-color: rgba(0,0,0,0.85);
overflow: auto;
z-index: 1;
}

.modal-content {
width: 96%;
height: auto;
padding: 10px;
margin: 20% auto;
border: 1px solid #000000;
background-color: #FFFFFF;
}

.modal-content h2 {
font-family: 'Fjalla One', sans-serif;
font-size: 28px;
line-height: 34px;
color: #1FA7DB;
text-align: left;
padding-bottom: 5px;
}

.modal-content p {
font-family: Verdana, sans-serif;
font-size: 12px;
font-weight: normal;
line-height: 18px;
color: #000000;
text-align: justify;
padding: 5px 0;
}

.close {
color: #000000;
float: right;
}

.close:active,
.close:focus,
.close:hover {
color: #000000;
text-decoration: none;
cursor: pointer;
}

/* Cookie Section */

#cookie_directive_container {
display: none;
position: fixed;
bottom: 0px !important;
width: 100%;
padding: 15px 0 25px 0;
text-align: center;
background-color: #000000;
z-index: 200;
}

#cookie_directive_container p {
font-family: 'Roboto', sans-serif;
font-size: 14px;
font-weight: 400;
line-height: 24px;
color: #FFFFFF;
padding-bottom: 10px;
}

#cookies_used,
#cookies_used a,
#cookies_used a:focus,
#cookies_used a:active {
font-family: Verdana, sans-serif;
font-size: 12px;
font-weight: normal;
line-height: 24px;
color: #FFFFFF;
text-decoration: underline;
}

#cookie_directive_container ul li {
display: inline-block;
padding-left: 5px;
padding-right: 5px;
}

#cookie_accept a,
#cookie_accept a:focus,
#cookie_accept a:hover {
color: #FFFFFF;
width: 45px;
padding: 8px 15px;
text-decoration: none;
border-radius: 3px;
background-color: #33CC33;  
transition: 0.5s;
}

#cookie_decline a,
#cookie_decline a:focus,
#cookie_decline a:hover {
color: #FFFFFF;
width: 45px;
padding: 8px 18px;
text-decoration: none;
border-radius: 3px;
background-color: #FF0000;  
transition: 0.5s;
}

#cookie_accept a:hover,
#cookie_decline a:hover {
opacity: 0.8;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
-moz-opacity: 0.8;
-webkit-opacity: 0.8;
-khtml-opacity: 0.8;
filter: alpha(opacity=80);
outline: 0;
}

@-ms-viewport {
width: device-width;
}

/* Footer */

footer { 
width: 100%;
font-family: Verdana, sans-serif;
font-size: 12px;
color: #FFFFFF;
text-align: center;
padding: 15px 0 20px 0;
margin-top: 20px;
background-color: #006AA8;
overflow: hidden;
}

footer .top_footer {
font-size: 12px;
padding: 25px 0 0 0;
margin: 0 auto;
overflow: hidden;
}

footer .top_footer h1 {
font-size: 15px;
font-weight: bold;
text-align: left;
color: #69C5EA;
text-transform: uppercase;
padding: 0 0 15px 0;
margin: 0;
}

footer .top_footer ul.contacts {
padding: 0;
margin: 0 0 25px 0;
}

footer .top_footer ul.contacts li {
display: block;
text-align: left;
color: #FFFFFF;
padding: 5px 0;
margin: 0;
}

footer .top_footer ul.contacts li a,
footer .top_footer ul.contacts li a:focus ,
footer .top_footer ul.contacts li a:hover {
font-size: 12px;
font-weight: normal;
font-style: normal;
color: #FFFFFF;
line-height: 40px;
padding: 10px 0 0 0;
text-transform: none;
text-decoration: none;
}

footer .top_footer ul.contacts li span {
font-size: 18px;
color:  #FFFFFF;
font-weight: bold;
font-style: normal;
}

footer .address {
float: right;
text-align: right;
}

footer .top_footer .address h1 {
text-align: right;
}

footer .top_footer ul.address {
list-style: none;
padding: 0;
margin: 0;
}

footer .top_footer ul.address li {
display: block;
color: #FFFFFF;
line-height: 20px;
padding: 5px 0 0 0;
margin: 0;
}

footer .top_footer .fa-phone,
footer .top_footer .fa-envelope,
footer .top_footer .fa-file-text-o {
font-size: 18px;
padding-right: 10px;
}

footer .fa-map-marker,
footer .fa-info-circle {
font-size: 28px;
padding-right: 10px;
}

footer .bottom_footer {
font-size: 11px;
padding: 50px 0 5px 0;
text-transform: uppercase;
margin: 0 auto;
overflow: hidden;
}

footer .bottom_footer img {
padding-top: 0;
border: 0 none;
}

/* ******************************************************************************************* */

/* Media Queries */

@media (max-width: 2920px) {

/* Carousel Slider */

.carousel-inner .item {
width: auto;
height: 900px;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.ad1 {
background: url(../slider/slider1.png?ver=1.0) no-repeat center center; 
}

.carousel-caption {
position: absolute;
margin: 0;
left: 50%;
top: 50%;
padding-left: 10px;
transform: translate(-50%, -50%);
width: 100%;
text-align: center;
}

}

@media (min-width: 1600px) {

.container {
width: 1200px;
}
	
/* Carousel Slider */
	
.carousel-inner .item {
width: auto;
height: 650px;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.ad1 {
background: url(../slider/slider1.png?ver=1.0) no-repeat center center; 
}
	
.carousel-caption {
position: absolute;
margin: 0;
left: 50%;
top: 50%;
padding-left: 10px;
transform: translate(-50%, -50%);
width: 100%;
text-align: center;
}

}

@media (min-width: 1200px) {

.container {
width: 1200px;
}
	
/* Carousel Slider */

.carousel-inner .item {
width: auto;
height: 650px;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.ad1 {
background: url(../slider/slider1.png?ver=1.0) no-repeat center center; 
}
	
.carousel-caption {
position: absolute;
margin: 0;
left: 50%;
top: 50%;
padding-left: 10px;
transform: translate(-50%, -50%);
width: 100%;
text-align: center;
}
	
.carousel-caption h1 {
font-family: 'Fjalla One', sans-serif;
font-size: 44px;
line-height: 54px;
color: #FFFFFF;
text-transform: uppercase;
letter-spacing: 2px;
margin-bottom: 24px;
}

}

@media (max-width: 991px) {

/* Header */
	
.list-inline.phone,
.list-inline.devis {
padding: 5px 10px;
}
	
.navbar-header {
float: none;
}
	
.navbar-left,.navbar-right {
float: none !important;
}
	
.navbar-toggle {
display: block;
}
	
.navbar-collapse {
border-top: 1px solid transparent;
box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
	
.navbar-fixed-top {
top: 0;
border-width: 0 0 1px;
}
	
.navbar-collapse.collapse {
display: none !important;
}
	
.navbar-nav {
float: none !important;
margin-top: 7.5px;
}
	
.navbar-nav > li {
float: none;
}
	
.navbar-nav > li > a {
padding-top: 13px;
padding-bottom: 13px;
margin-bottom: 10px;
}
	
.navbar-nav > li > a,
.navbar-nav > li > a:active,
.navbar-nav > li > a:focus,
.navbar-nav > li > a:hover {
text-decoration: underline;
outline: 0 none;
}

.collapse.in {
display: block !important;
}

/* Carousel Slider */
	
.carousel-inner .item {
width: auto;
height: 500px;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.ad1 {
background: url(../slider/slider1.png?ver=1.0) no-repeat center center; 
}
	
.carousel-caption {
position: absolute;
margin: 0;
left: 50%;
top: 50%;
padding-left: 10px;
transform: translate(-50%, -50%);
width: 100%;
text-align: center;
}
	
.carousel-caption h4 {
font-size: 32px;
line-height: 62px;
}
	
/* Homepage Services */
	
.services .thumbnail {
margin-left: auto;
margin-right: auto;
}

/* Footer */
	
footer .bottom_footer {
padding: 20px 0 5px 0;
}
	
}

@media (max-width: 767px) {

/* Header */
	
.navbar-brand {
padding: 0 5px;
}
	
/* Carousel Slider */
	
.carousel-caption h4 {
font-size: 28px;
line-height: 44px;
}
	
.carousel-inner .item {
width: auto;
height: 500px;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
	
.ad1 {
background: url(../slider/slider1_small.png?ver=1.0) no-repeat left center; 
}
	
/* Footer */
	
footer .address {
float: left;
text-align: left;
}

footer .top_footer .address h1 {
text-align: left;
}

footer .top_footer ul.address li {
text-align: left;
}
	
footer .bottom_footer {
padding-top: 70px;
}

}

@media (max-width: 520px) {
	
/* Carousel Slider */
	
.carousel-inner .item {
width: auto;
height: 422px;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
	
.ad1 {
background: url(../slider/slider1_small.png?ver=1.0) no-repeat left center; 
}
	
.carousel-caption h4 {
font-size: 18px;
line-height: 30px;
letter-spacing: normal;
}
	
}

@media (max-width: 479px) {
	
/* Header */
	
ul.list-inline li,
ul.list-inline li a {
padding: 5px 0 5px 0;
margin: 0;
}
	
.list-inline.phone,
.list-inline.devis {
float: none;
display: block;
clear: both;
margin: 7px auto;
text-align: center;
}
	
.list-inline.phone a,
.list-inline.phone a:focus,
.list-inline.phone a:active,
.list-inline.phone a:hover,
.list-inline.devis a,
.list-inline.devis a:focus,
.list-inline.devis a:active,
.list-inline.devis a:hover {
font-family: 'Roboto', sans-serif;
font-size: 22px;
line-height: 16px;
padding: 5px 5px;
}
	
.navbar-brand {
width: 280px;
height: auto;
padding: 0 5px;
}
	
/* Carousel Slider */

.carousel-inner .item {
width: auto;
height: 500px;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
	
.ad1 {
background: url(../slider/slider1_small.png?ver=1.0) no-repeat left center; 
}
	
.carousel-caption h4 {
font-size: 18px;
line-height: 30px;
letter-spacing: normal;
}

}

@media (max-width: 415px) {
	
/* Carousel Slider */
	
.carousel-inner .item {
width: auto;
height: 422px;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
	
.ad1 {
background: url(../slider/slider1_xsmall.png?ver=1.0) no-repeat left center; 
}
	
.carousel-caption h4 {
font-size: 18px;
line-height: 30px;
letter-spacing: normal;
}
	
}

@media (max-width: 380px) {
	
/* Carousel Slider */
	
.carousel-inner .item {
width: auto;
height: 422px;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
	
.ad1 {
background: url(../slider/slider1_xsmall.png?ver=1.0) no-repeat left center; 
}
	
.carousel-caption h4 {
font-size: 18px;
line-height: 30px;
letter-spacing: normal;
}

}

@media (max-width: 360px) {

/* Header */
	
.list-inline.phone a,
.list-inline.phone a:focus,
.list-inline.phone a:active,
.list-inline.phone a:hover,
.list-inline.devis a,
.list-inline.devis a:focus,
.list-inline.devis a:active,
.list-inline.devis a:hover {
font-family: 'Roboto', sans-serif;
font-size: 22px;
line-height: 16px;
padding: 5px 5px;
}
	
.navbar-brand {
width: 260px;
height: auto;
padding: 0 5px;
}
	
/* Carousel Slider */

carousel-inner .item {
width: auto;
height: 422px;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
	
.ad1 {
background: url(../slider/slider1_xsmall.png?ver=1.0) no-repeat left center; 
}
	
.carousel-caption h4 {
font-size: 18px;
line-height: 30px;
letter-spacing: normal;
}
	
/* Brands */
	
.brands h2 {
font-family: 'Fjalla One', sans-serif;
font-size: 30px;
line-height: 44px;
color: #1FA7DB;
margin-bottom: 20px;
}
	
}

@media (max-width: 320px) {
	
/* Header */

.navbar-brand {
width: 190px;
height: auto;
padding: 0 5px;
}
	
/* Carousel Slider */
	
.carousel-inner .item {
width: auto;
height: 350px;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
	
.ad1 {
background: url(../slider/slider1_xsmall.png?ver=1.0) no-repeat left center; 
}

.carousel-caption h4,
.carousel-caption a {
display: none !important;
}
	
}