/*!
 * 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.
 */

body {
    width: 100%;
    height: 100%;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #21414A;
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    -webkit-overflow-scrolling: hidden;
}

html {
    width: 100%;
    height: 100%;
    margin:0;
    padding:0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

h3 {
    padding:20px 0 0 0; 
    margin:0;
    color: #21414A;
}

.services-section p, .services-section a {
    
    color: #fff;
}

.services-section a {
    border-color:#fff;
}

.contact-section p {
    
    color: #fff;
}

.download-section p {
    
    color: #21414A;
}

.contact p {
    
    color: red;
}

p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
    color: #21414A;
}

@media(min-width:750px) {
    p {
        margin: 0 0 35px;
        font-size: 20px;
        line-height: 1.6;
    }
}

a {
    color: #42dca3;
    -webkit-transition-timing-function: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #1d9b6c;
}

.light {
    font-weight: 400;
}

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #21414A;
}

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

.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-custom a {
    color: #fff;
}

.navbar-custom .nav li a {
    -webkit-transition-timing-function: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    color: rgba(255,255,255,.8);
    background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li.active a {
    background-color: rgba(255,255,255,.3);
}

.navbar-custom .nav li.active a:hover {
    color: #fff;
}

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

    .navbar-custom.top-nav-collapse {
        padding:0;
        margin:0;
        /*border-bottom: 1px solid rgba(255,255,255,.3);*/
        background: #21414A;
    }    
}

.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #20414A;
/*    font-weight:bold;*/
    background: url('../img/intro-bg-v4_1.jpg') no-repeat bottom center scroll;
    background-position: top center;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    
        /* The image used */

    /* Set a specific height */



}

.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:750px) {
    .intro {
        height: 100%;
        margin:0;
        padding: 0;
    }

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

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

.btn-circle div {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #20414A;
    border-radius: 100%!important;
    font-size: 40px;
    color: #20414A;
    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: #20414A;
    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;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

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

.contact-section {
    width: 100%;
    padding: 50px 0;
    color: #fff;
    background: url(../img/Contact_BG.jpg) no-repeat center center scroll;
    background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.service-circle {
    width: 200px;
    height: 200px;
    margin-top: 15px;
    padding: 16px;
    border: 2px solid #fff;
    border-radius: 100%!important;
    font-size: 40px;
    color: #20414A;
    background: 0 0;
    float:left;
}

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

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

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

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

.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    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 #42dca3;
    color: #42dca3;*/
    border: 2px solid #21414A;
    color: #21414A;
    background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
    border: 2px solid #21414A;
    outline: 0;
    color: #fff;
    background-color: #21414A;
}

#submit.btn-default {
/*    border: 1px solid #42dca3;
    color: #42dca3;*/
    border: 2px solid #fff;
    color: #fff;
    background-color: transparent;
}

#submit.btn-default:hover,
#submit.btn-default:focus {
    border: 2px solid #fff;
    outline: 0;
    color: #21414A;
    background-color: #fff;
}

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

@media(max-width:768px) {
    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: 50px 0;
    background-color:#21414A;

    height:300px;
}

footer p {
    margin: 0;
    color:#fff;
    font-weight: normal;
}

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




#header {
    width: 100%;
    z-index: 1000;
    /*position: fixed;*/
}
#logo {
    width: 100%;

}
.header-tiny {
      }

.logo-container {}
.logo-tiny {
       }


  
       
form {
/*  background: -webkit-linear-gradient(bottom, #CCCCCC, #EEEEEE 175px);
  background: -moz-linear-gradient(bottom, #CCCCCC, #EEEEEE 175px);
  background: linear-gradient(bottom, #CCCCCC, #EEEEEE 175px);*/
    display:inline;
    position: relative;
    width: 100%;   
    height: 250px;
/*  font-family: Tahoma, Geneva, sans-serif;*/

/*  font-style: italic;*/
    line-height: 24px;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
/*  border-radius: 10px;
    padding: 10px;
    border: 1px solid #999;
    border: inset 1px solid #333;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);*/
}

label {
    color:#fff;
    display:table; 
    width:100%;
    height:25px;
/*    float:left;*/
    font-size: 18px;
    line-height: 1.5;
    text-align: left;
    font-weight: normal;
    padding-top:7px;
}

.input-row {
/*    width:520px;height:50px;display:table;    */
    width:auto;height:50px;display:table;
}

.textarea-row {
    width:auto;height:100px;display:table;
}

input[type=text] {
  width: 250px;
  display: inline;
  height: 40px;
  color:#000;
  padding: 10px;
  border: 0;

/*  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);*/

}

input[type=submit] {
    display:inline;
    float:left;
    margin-left:10px;
}

textarea#feedback {
    width: 250px;
    height: 100px;
    color:#000;
    display: inline;
    padding: 10px;
    border: 0;
}
/*
button {
  width: 100px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  background: #09C;
  color: #fff;
  font-family: Tahoma, Geneva, sans-serif;
  height: 30px;
  border-radius: 15px;
  border: 1p solid #999;
}

input.button:hover {
  background: #fff;
  color: #09C;
}*/


.photo-gallery {
  margin: 20px auto;
  width: 100%;
}

.photo-gallery ul {
  padding: 0;
  overflow: auto;
  list-style: none;
  margin: 0;
}

.photo-gallery ul li { display: block; }

.photo-gallery ul li .thumbnail {
  margin:0; padding:0 0 2px 3px;
  border:0;
  cursor: pointer;
  background:transparent;
}

.photo-gallery ul li:first-child .thumbnail { padding-top: 0; }
.photo-gallery ul li:last-child .thumbnail { padding-bottom: 0; }

.photo-gallery ul li img { width: 100%; }

.photo-gallery .photo-list { margin-left: 80%; }

.photo-gallery .current-photo {
  width: 80%;
  float: left;
  padding-right: 2px;
}

.photo-gallery .current-photo img {
  max-height: 100%;
  width: 100%;
}

/*@media screen and (max-width: 900px) {

    .photo-gallery {
      width: 100%;
      padding: 0;
    }

    .photo-gallery .current-photo {
      width: 100%;
      float: none;
    }

    .photo-gallery .photo-list {
      width: 100%;
      margin-top: 5px;
      text-align: center;
      margin-left: 0;
      overflow: auto;
    }

    .photo-gallery ul li {
      float: left;
      width: 25%;
    }

    .photo-gallery ul li img { width: 98%; }
}*/