/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
/*FOR OLDER BROWSERS*/
header, section, footer, aside, nav, main, article, figure
{ display: block;}
/* Global Styles */
html,body {height: 100%;}
body {/*padding-top: 50px;*/ /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */}
.img-portfolio {margin-bottom: 30px;}
.img-hover:hover {opacity: 0.8;}


/* 404 Page Styles */.error-404 {font-size: 100px;}

/* Footer Styles */
/*EDIT footer {margin: 50px 0;}*/

/**************************************************
                      CUSTOM CSS
***************************************************/
/*** MEDIA QUERIES ***/

/**** googlemap *****/
#googlemap {} #googlemap iframe { width: 100%; }
@media (min-width: 992px)
{ #googlemap iframe { height:500px; }
}
@media (max-width: 991px)
{ #googlemap iframe { height:600px; }	
}
/***** /googlemap ******/
/**** googlemap *****/
@media (min-width: 992px)
{ /*med +above*/#google-map iframe { height:500px; }}
@media (max-width: 991px)
{ /*less than med*/#google-map iframe { height:600px; }}
#google-map iframe { width: 100%; margin-top:30px; }
/***** /googlemap ******/

/**********************************
               MAIN
**********************************/
blockquote { font-style:italic; color:#666; font-size:16px; }
blockquote footer { background:transparent; text-align:right; }

hr { margin:25px 0; }

figcaption { font-style:italic; margin-top:7px; margin-bottom: 30px; }
footer { background: none repeat scroll 0 0 #121212; }
.footer h3 { color:#ccc; }

.btn-ghost { background:none; border:3px #fff solid; color:#fff; font-weight:bold; border-radius:0; padding:20px 45px; margin:20px 0; font-size:18px;}.btn-ghost:hover { color:#000; border:3px #fff solid; background-color: rgba(255,255,255,1.0);}
.btn-ghost-blue { background:none; border:3px #428bca solid; color:#428bca; font-weight:bold; border-radius:0; padding:10px 15px; margin:5px 0; font-size:14px;}.btn-ghost-blue:hover { color:#fff; border:3px #428bca solid; background:#428bca;}


.iframe-map { width:100%; margin-top:20px; }
.image { /**/margin-bottom:15px; /*margin:0 auto; display:block;*/ }
.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.img-location { padding:30px 0 30px 0; }
.img-top { margin-top:30px; }

.location-main h2 {font-family: "Arial Black", Gadget, sans-serif; font-weight:800; color:#353535; text-transform:uppercase; font-size:43px; text-align:center; max-width:900px; margin:0 auto 30px;} .location-main h3 { font-weight:bold; font-size:26px; color:#d63025;} .location-main figcaption { text-align:center; font-size:22px; font-weight:bold; text-transform:uppercase;} .location-main hr {  margin: 50px 0;}

.section img { margin-bottom:25px; }
/*.section h2 {
    background: #000 none repeat scroll 0 0;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    margin: 20px 0;
    padding: 20px;
    text-align: left;
}*/
/*.section h3 { color:#e3001c; border-bottom: 1px solid #e3001c; padding-bottom:10px; font-weight:bold;}*/
.section-top { padding-top:50px;}
.section-bottom { padding-bottom:60px;}
.section-standard { margin:100px 0;}

.text-right { text-align:right; }
.text-shadow { text-shadow: 2px 2px #000;}

.video-container {
	height: 0;
    margin-bottom: 10px;
    overflow: hidden;
    padding-bottom: 56.2%;
    position: relative;
}
.video-container iframe {
	height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
/* A NEW VIEW*/
@font-face {
    font-family: 'Eurostile Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Eurostile Regular'), url('../fonts/eurostile.woff') format('woff');
    }
/* RV SC */

/*GULF*/
#contact-hdr { color:#0F0; font-size:38px;}
/********************* IDs *********************/
#page-footer p { margin-top:20px;} #page-footer i { color:#ec8e34; font-size:20px; margin-right:5px;}
#page-footer ul li { margin-bottom:10px;}
#ftr-address { margin-top:10px; }
#ftr-phone { font-weight:400; font-size:18px; margin-top:20px;}

#page-footer { color:#fff; padding:50px 0; font-size:14px; }
#page-footer a { color:#f1f1f1; } #page-footer a:hover { color:#ec8e34/*83cbed*/; }
#page-footer h2 { padding-top:0; padding-bottom:10px; border-bottom:1px solid #fff; } #page-footer h2 b { color:#ec8e34;}
#page-footer img { margin-top:10px; }
#page-footer ul { list-style-type:none; padding-left:5px; margin-top:20px;
}

#site-footer { color:#8a8a8a; background: none repeat scroll 0 0 #000; font-size:90%; padding: 20px 0 20px 0; font-weight:bold; }
#site-footer a { color:#fff; }

/************* To TOP BUTTON *************/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
    width: 40px;
    height: 40px;
    border: none;
    text-indent: 100%;
    background: #555;
    border-radius: 3px;
}
#toTopHover {
    background: #247ec1;
    width: 40px;
    height: 40px;
    display: block;
    overflow: hidden;
    float: left;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}
#toTop:active, #toTop:focus { outline: none; }
#toTop:before {
    font-family: 'FontAwesome';
    content: "\f106";
    color: #ffffff;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    text-indent: 0;
}