/*!
 * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

*:before,
*:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
    width: 100%;
    height: 100%;
    font-family: 'Lato', Helvetica,Arial,sans-serif;
    color: #444;
    background-color: #fff;
    font-size:16px;
    line-height:28px;
    -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 20px;
    /*text-transform: uppercase;*/
    font-weight: 500;
    letter-spacing: 1px;
}

p, ul {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 1.6;
}

@media(min-width:767px) {
    p, ul {
        margin: 0 0 25px;
        line-height: 1.9;
    }
}

article ul{
    margin-left:0;
    padding-left:20px;
    line-height:1.3;
}

article ul li {
    padding:10px 0;
}

a {
    color: #219ab3;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #11505d;
}

img {
    max-width:100%;
    height:auto;
}

.light {
    font-weight: 400;
}

.navbar {
    border-radius: 0 !important;
    background:#111 !important;
    font-weight:bold;
}

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    background-color: #222;
}

.navbar-custom .navbar-brand {
    font-weight: 700;
    font-size:12px;
}

.navbar-custom .nav li a {
    font-size:12px;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-brand {
    padding-top:8px;
    padding-bottom:8px;
}

.navbar-custom a {
    color: #fff;
}

.navbar-custom .nav li.active {
    outline: none;
    /*background-color: rgba(255,255,255,.3);*/
}

.navbar-custom .nav li a {
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a.active {
    outline: 0;
    color: #219ab3;
    background:none;
}

@media(min-width:767px) {
    .navbar {
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    body.page .navbar, body.single .navbar {
    }

  /*  body.home .navbar {
        background:none;
    }*/

    body.home .navbar.top-nav-collapse {
        background:black;
    }

    .top-nav-collapse {
        padding: 0;
        background-color: #000;
    }

    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(255,255,255,.3);
    }
}

@media(max-width:990px) {
    .nav>li>a {
        padding-left:10px;
        padding-right:10px;
    }
}

.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(../img/intro-bg.jpg) no-repeat bottom center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}

.intro .intro-body .brand-heading {
    font-size: 40px;
}

.intro .intro-body .intro-text {
    font-size: 18px;
}

@media(min-width:767px) {
    .intro {
        height: 90%;
        /*padding:200px 0;*/
    }

    .intro .intro-body .brand-heading {
        font-size: 100px;
    }

    .intro .intro-body .intro-text {
        font-size: 25px;
    }
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 35px;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.content-section {
    padding-top: 100px;
}

.download-section {
    width: 100%;
    padding: 50px 0;
    color: #fff;
    background: url(../img/metal.jpg) no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    /*background:url(../img/noise2.jpg) left top repeat;*/
}

#map {
    width: 100%;
    height: 200px;
    margin-top: 100px;
}

@media(min-width:767px) {
    .content-section {
        padding-top: 100px;
    }

    .download-section {
        padding: 100px 0;
    }

    #map {
        height: 400px;
        margin-top: 100px;
    }
}

.btn {
    text-transform: uppercase;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 1px solid #219ab3;
    color: #219ab3;
    background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #219ab3;
    outline: 0;
    color: #000;
    background-color: #219ab3;
}

ul.banner-social-buttons {
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
}

footer {
    padding: 10px 0;
    text-transform: uppercase;
    background:white;
    color:black;
}

/*body.home footer {
    background:black;
    color:white;
}*/

footer p {
    margin: 0;
    font-size:14px !important;
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}


/*  Contact
* ================================= */
#contact {
    background:#222;
    color:#fff;
    padding:100px 0;
    margin:0;
    font-size:14px;
}

#contact h2 {
    text-transform: uppercase;
    font-size:24px;
}

#contact h3 {
    padding-top:30px;
}


#contact p {
    margin:0;
    padding:0;
    font-size:16px;
    line-height:26px;
}

#contact a:hover {
    color:white;
}

/*body.home #contact {
    background:white;
    color:#222;
}*/

/*  Internals
* ================================= */

.wrapper {
    /*padding-top:60px;*/
    padding-bottom:60px;
}


/*  Home
* ================================= */
.about-home img {
    width:200px;
    height:auto;
    margin-bottom:30px;
}

.about-home {
    padding-bottom:70px;
}

.about-home p {
    color:#777;
}


/*  Product
* ================================= */

.product {
    padding:20px 0;
}

.product .banner {
    padding-top:20px;
}

.product .col-sm-4 img {
    margin-bottom:30px;
    text-align: center;
    display: block;
    width:350px;
}

.product.product-single > div {
    margin-bottom:60px;
}

.product > div > a {
    display: block;
    /*background: #eee;*/
    /*padding: 40px;*/
}

.product .thumbs a {
    display:block;
    margin-bottom:30px;
}

.product .contain {
    /*background:black;*/
    /*text-align:center;*/
    /*color:white;*/
}

.product .contain > * {
    margin:0;
}

.product .contain > * > a {
    display:block;
    padding:20px 40px;
    /*color:white;*/
    /*background: #357ebd;*/
}

.product > div > .more-photos {
    /*background: #357ebd;*/
    width: 100%;
    display: block;
    padding: 10px 40px;
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    display:none;
}

.product-img-wrap {
    
}

.product-img-wrap a {
    /*display:block;*/
    /*background:#f5f5f5;*/
   /* padding:2px;
    margin-bottom:20px;*/
    background:whitesmoke;
}

.product-img-wrap img {
    /*background:#eee;*/
    display:block;
    /*padding:10px;*/
    /*border:1px solid #fff;*/
    width:100%;
    height:auto;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.product-img-wrap a:hover img {
    opacity:0.7;    
}

.product-title {
    padding-bottom:30px;
    margin-bottom:30px;
    border-bottom:1px solid #eee;
}

/* features and options */
.padding h2 {border-bottom:1px solid #eee; padding-bottom:15px;}
.padding ul { margin:0 0 20px 15px; padding:0; }
.padding ul li {margin:10px 0; color:#777;}
.padding img { display:inline-block; text-align:center; margin-bottom:10px; padding:2px; border:1px solid white; }
.padding h5 {margin-bottom:5px; padding-bottom:0; border-bottom:1px;}


.navbar-brand>img {
    height:30px;
    width:auto;
}


.page-title {
    background-size:cover !important;
    background-color:black;
    padding:100px 0;
    color:white;
    margin-bottom:40px;
    text-transform: uppercase;
    text-align:center;
}

@media(max-width:767px) {
    .page-title {
     padding:100px 0;
    }
}

.page-title.features {
     background:url(../img/img-alternate6.jpg) center center no-repeat;
}

.page-title.products {
     background:url(../img/banner1.jpg) center center no-repeat;
}

.page-title.slideshow {
     background:url(../img/banner2.jpg) center center no-repeat;
}

.page-title.about {
    background:url(../img/banner2.jpg) center center no-repeat;
}

.slick-slider {
    padding:30px 0;
}

.slick-slide {
}

#project-logos {
    background:#f3f3f3;
    text-align:center;
    padding:30px 0;
}

#project-logos img {
    width:150px;
    height:auto;
}

@media(max-width:420px) {
    #project-logos img {
        width:120px;
    }
}

#project-logos h3 {
    text-transform:uppercase;
    font-weight:bold;
    padding-bottom:0px;
    font-size:14px;
    margin-bottom:10px;
    color:#888;
}

#project-logos ul, #project-logos li {
    display:inline-block;
    list-style:none;
    text-align:center;
    margin:0;
    padding:0;
}

#project-logos ul {
    /*max-width:1170px;*/
    display:block;
    width:100%;
    margin:0 auto;
}

@media(max-width:1399px) {
    #project-logos ul {
        max-width:1000px;
    }
}

.nav-tabs>li {
    padding-top:0;
    padding-bottom:0;
}

.navbar-toggle {
    color:white;
    font-size:24px;
    font-weight:normal;
    padding:0 0 0 10px;
}

.dropdown-menu {
    padding:15px;
}

.dropdown-menu>li>a {
    padding:5px 20px;
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
        color:white !important;
    }
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background:#222;
}

a img {
    -webkit-transition:300ms;
    -moz-transition:300ms;
    -o-transition:300ms;
    transition:300ms;
    backface-visibility:hidden;
}

a img:hover {
    opacity:0.7;
}

#unit-specification a, #unit-specification img {
    display:block;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
    margin:40px 0;
    clear:both;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}