/*
    blue:
    yellow:

*/


/*Import Google Fonts
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,500,500italic,700&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300&subset=latin,latin-ext);

@import url(http://fonts.googleapis.com/css?family=Playball&subset=latin,latin-ext);


/* Common elements
********************************************************************** */
body{
    background: #F1F1F1 url('../img/bg-dots-1.png') repeat;
	font-family: "Open Sans", HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
    color: #575757;
	font-weight: 400;
    line-height: 1.7;
    text-shadow: 1px 1px 1px #FFFFFF;
}
.small{
    font-size: 14px;
}
.script-font{
	font-family: Playball, Georgia, serif;
    font-size: 25px;
}
.italic{
    font-style: italic
}
.centered{
    text-align: center;
}
.left{
    text-align: left;
}
.right{
    text-align: right;
}
.logo{

}
.logo-text{

}
.blue{
    color: #428bca;
}

ul li {
    list-style: none;
}
h1, h2, h3, h4, h5, h6{
    font-family: "Roboto Slab", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font-weight: 400;
    line-height: 1.3;
}
.logo-box{
    margin-top: 20px;
}

hr{
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #EEEEEE -moz-use-text-color #FFFFFF;
    border-image: none;
    border-left: 0 none;
    border-right: 0 none;
    border-style: solid none;
    border-width: 1px 0;
    margin-top: 5px;
}

    /* Large desktop */
    @media (min-width: 1200px) {

    }

    /* Portrait tablet to landscape and desktop */
    @media (min-width: 768px) and (max-width: 979px) {

    }

    /* Landscape phone to portrait tablet */
    @media (max-width: 767px) {

    }

    /* Landscape phones and down */
    @media (max-width: 480px) {

    }


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
.carousel {
  height: 490px;
  margin-bottom: 40px;
}
.carousel-caption {
    z-index: 10;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8);
    margin-bottom: 50px;
    color: #FFFFFF;
}
.carousel-caption p {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 1.6;
    margin-bottom: 50px;
}
.carousel .item {
    height: 490px;
    -webkit-transition: opacity 1.5s;
    -moz-transition: opacity 1.5s;
    -ms-transition: opacity 1.5s;
    -o-transition: opacity 1.5s;
}
.carousel .active.left, .carousel .active.right {
    left: 0;
    opacity: 0;
    z-index: 2;
}
.carousel .next, .carousel .prev {
    left: 0;
    opacity: 1;
    z-index: 1;
}
.carousel-inner {
    border-bottom: 8px solid #DBBF2F;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}
.carousel-inner > .item > img {
    position: absolute;
    margin: 0 auto;
    top: 0;
	left: 0;
    width: 100%;
    min-width: 1920px;
    min-height: 490px;
    top: 50%;
	left: 50%;
    z-index: 1;
    overflow: hidden;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	     -o-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.carousel .carousel-control {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
       -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
         -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
}
.carousel:hover .carousel-control {
    visibility: visible;
    opacity: 1;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    font-size: 40px;
    opacity: 0.35;
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  z-index: 15;
  margin-left: 0 auto;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin: 10px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(255, 255, 255, 0.3);
  border: 5px solid rgba(255, 255, 255, 0.3);
  border-radius: 30px;
}
.carousel-indicators .active {
  width: 38px;
  height: 38px;
  margin: 10px;
  border: 5px solid rgba(0, 0, 0, 0.3);
  background-color: rgba(220, 190, 50, 0.8);
}





/* Images styles
-------------------------------------------------- */
.bordered {
	margin: 0;
	position:relative;
	border: 5px solid #FFFFFF;
	background-color: #FFFFFF;
}
figure{
    margin: 0 auto 1em auto;
    position:relative;
    text-align: center;
}
figure .img-responsive{
    margin: 0 auto;
    text-align: center;
}
figcaption{
    font-size: 1.1em;
    line-height: 1.8;
    font-style: italic;
    text-align: center;
}
.hover-animate-link{
	background: #000000 url(../img/truck.png) no-repeat center center;
}
.hover-animate-zoom{
	background: #000000 url(../img/zoom-icon-white-1.png) no-repeat center center;
}
.one-edge-shadow{
	-webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.8);
	   -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.8);
	        box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.8);
}
.inner-shadow img{
   display:block;
}
.inner-shadow{
   display:block;
   position:relative;
}

.inner-shadow::before{
    display:block;
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    height:100%;
   -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.5) inset;
      -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.5) inset;
           box-shadow: 0 0 7px rgba(0, 0, 0, 0.5) inset;
}


/* Modals
-------------------------------------------------- */
.modal-dialog{
    margin: 10px auto 0 auto;
    width: auto;
    max-width: 800px;
}

.gallery-wrapper .modal-content{
    background: #F5F5F5;
    margin-top: 100px;
}
.modal {
    overflow-y: auto;
}
.modal h2,
.modal h3{
    text-shadow: 1px 1px 0 #414141, 1px 2px 0 #000000;
}
.modal .close{
    color: #F0F0F0;
    font-size: 24px;
    opacity: 0.9;
    text-shadow: 1px 1px 0 #414141, 1px 2px 0 #000000;
}
.modal .close:hover{
    color: #818181;
}
.btn-modal{
    font-size: 18px;
    color: #232323;
    background: #FFFFFF;
    padding: 5px 20px;
    margin: 0;
}
.btn-modal:hover,
.btn-modal:focus{
    color: #EAEAEA;
    background: #404040;
}

.modal-header {
    margin: 0;
    border-radius: 3px 3px 0 0;
    color: #F0F0F0;
    text-shadow: none;
    background: #474747 url(../img/bg-canvas-dark-3.jpg) repeat;
}
.modal-body {
    background: #F1F1F1 url(../img/bg-canvas-white-1.jpg) repeat;
    margin: 0;
}
.modal-footer {
    margin: 0;
    background: #F5F5F5;
    border-radius: 0 0 3px 3px;
    color: #F0F0F0;
    background: #474747 url(../img/bg-canvas-dark-3.jpg) repeat;
}


/* #Tooltip styles
============================================= */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: rgba(255,255,255,1);
  border-width: 5px 5px 0;
}
.tooltip-inner {
  color: #000;
  background: rgba(255,255,255,1);
  border: solid 2px rgba(255,255,255,1);
}




/* Google map
-------------------------------------------------- */
.map{
    width: 100%;
    height: 430px;
    border-bottom: 5px solid #fff;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
    margin: 52px 0 0 0;
    z-index: 100;
    overflow: hidden;
    text-align: center;
}

#map:hover {
    border-color: #DBBF2F;
}
.gMap-popup{
    background-color: #EAEAEA;
    height: 80px;
    padding:5px;
}
#map_canvas img, .google-maps img, #map img {
    max-width: none;
}


/* #Footer Styles
============================================= */
footer{
    color: white;
    background: #3E3E3E url('../img/bg-black-grain-2.jpg');
    border-top: 7px solid #DBBF2F;
    box-shadow: 0 -3px 1px rgba(50, 50, 50, 0.2);
    margin-top: 15px;
    padding-top: 15px;
}
.footer-bottom{
    color: #232323;
    line-height: 2;
    padding: 10px 0;
    margin: 0;
    background: #DBBF2F;
    box-shadow: 0 -3px 1px rgba(50, 50, 50, 0.2);
}
h3.footer-logo{
    margin-top: 5px;
    padding: 0;
    line-height: 1.5;
}

footer ul{
    display: inline;
    padding: 0;
}
.footer-nav li{
    display: inline-block;
    list-style: none outside none;
    margin: 8px 0;
}
.footer-nav i{
    color: #AD961F;
    font-size: 0.65em;
    margin: 0 5px;
    vertical-align: 15%;
}
