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

@font-face {
    font-family: 'Deftone';
    src: url('../fonts/deftone stylus-webfont.eot');
    src: url('../fonts/deftone stylus-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/deftone stylus-webfont.woff2') format('woff2'),
         url('../fonts/deftone stylus-webfont.woff') format('woff'),
         url('../fonts/deftone stylus-webfont.ttf') format('truetype'),
         url('../fonts/deftone stylus-webfont.svg#deftone_stylusregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    width: 100%;
    height: 100%;
    font-family: Lora,Helvetica,Arial,sans-serif;
    color: #000;
    background-color: #fff;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    font-family: 'Deftone', Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
}

h3, h4 {
	font-family: Montserrat, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

p {
    margin: 0 0 12px;
    font-size: 18px;
    line-height: 1.5;
}

li {
	font-size: 18px;
}

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

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;
}

.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,Arial,sans-serif;
    background-color: #ffffff;
}

.navbar-brand img {
	margin-top: -.65em;
	height: 240%;
	width: auto;
}

.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: #000;
}

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

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

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

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

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

@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: rgba(255,255,255,0.5);
        -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;
    }

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

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

.intro {
    display: table;
    width: 100%;
    height: auto;
    padding:60px;
    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: 100%;
        padding: 0;
    }

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

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



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

.offer-section {
    width: 100%;
    padding: 50px 0;
    color: #000;
    background: url(../img/downloads-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;
}

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

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

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

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

.btn {
    text-transform: uppercase;
    font-family: Montserrat,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 #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: 50px 0;
}

footer p {
    margin: 0;
}

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

/**MINE**/

.imgW {
	width: 100%;
	height: auto;
}

.btn-warning {
	background: #fff;
	color: #2980b9;
	border: 0px;
}

.panel {
	border-radius: 0px;
}

.panel-primary > .panel-body {
	color: #fff;
	background-color: #2980B9;
	border-color: #2980B9;
}

.panel-primary.trans {
	background: transparent;
	border: 0px;
}

.panel-primary > .panel-body.trans {
	/* color: #fff; */
	background-color: rgba(41, 128, 185, 0.8);
	border: 0px;
}

.panel-primary > .panel-body  h3 {
	padding: 20px 0px;
	margin: 0px;
}

.ADV{
text-shadow: 3px 3px 3px #4e4e4e;

}

#logo{
padding-top:50px;
height:75%;
width:75%;
}

#half{
height:95%;
width:95%;
margin-left: -200%;
-moz-animation-duration: 2s;
-webkit-animation-duration: 2s;
}

#about{
 background: url(../img/ab-bg.png) no-repeat bottom center scroll;
	    background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.scroller{
color:white;
padding-top:-50px;
}

#page-top {
	overflow-x: hidden;
	overflow-y: auto;
}

#arrow{
-moz-animation-duration: 4s;
-webkit-animation-duration: 4s;
}

.service {
	padding-bottom:3px;
}

.topper{
	padding-top:70px;
	padding-bottom:50px;
}

.folks {
	background: #fff url(../img/who-bg.png) no-repeat bottom center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	padding-top: 128px;
}

.gallery {
	height: 100%;
	background: url('../img/gallerybg.jpg') no-repeat center center fixed;
	background-size: cover;
	padding-top: 128px;
}

.services {
	background: url('../img/servicesbg.jpg') no-repeat center center fixed;
	background-size: cover;
	padding-top: 128px;
}

.serviceDiv {
	overflow: hidden;
}

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

.list_adv {
	list-style:none;
	-moz-animation-duration: 2s;
	-webkit-animation-duration: 2s;
}


#w1 {
	position: relative;
	z-index:12;
	margin-left: -120px;
}

#w2 {
	position: absolute;
	-moz-animation-duration: 2s;
	-webkit-animation-duration: 2s;
	z-index:11;
	margin-left:-120px;
}

.noPad {
	padding: 0;
	margin: 0;
}

.noPad img {
	width: 100%;
	height: auto;
}