/*
Theme Name:     TWG Bootstrap
Theme URI:      http://www.the-web-guys.com
Description:    TWG Bootstrap
Author:         The Web Guys - Ben
Author URI:     http://www.the-web-guys.com
Template:       wg-boot
Version:        1.0
*/

/* Theme Fixes & Additions */

.footer-nav a {
	color: #8C8989;
}

#copyright-bar a {
	color: #8C8989;
}

#menu-footer-menu {
    padding-right: 0px;
    padding-left: 10px !important;
}

.btn.btn-warning.callnowmobile {
    font-size: 18px !important;
	width: 60%;
}

.homelist {
    padding: 5px;
}

.col-md-3.col-sm-6.col-xs-6.check {
    padding-left: 75px;
    padding-bottom: 10px;
	padding-top: 10px;
}

.row-cta.checks {
    display: contents;
}

/*Featured list block*/
.bullets {
    list-style: none;
    text-align: left;
    display: block;
}

.bullets li {
    margin: 10px 0; position: relative;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    color: #6d6e71;}
    
ul.list-highlights.bullets.featuredbullets li {
    margin: 10px 0; position: relative;
    font-size: 22px;
    color: #4e4e4e;
	line-height: 1.6;}

.bullets li:before {
    content: "\e013";
    font-family: 'Glyphicons Halflings';
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 30px;
    position: absolute;
    left: -28px;
    color: #1A5A89;
    line-height: 1.4;}
    
ul.list-highlights.bullets.featuredbullets li:before {
    content: "\e013";
    font-family: 'Glyphicons Halflings';
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 25px;
    position: absolute;
    left: -50px;
    color: white;
    line-height: 1.6;
    background: #da232a;
    border-radius: 20px;
}

.ok li:before { content: '\e013'; }



.bullets.horizontal{
    width: 85%;
    margin: 20px auto 0;
    text-align: center;
    padding: 0;
}

.bullets.horizontal li{
    display: inline;
    margin: 0 25px;
}


.bullets.titled-list span{
    display:block;
    color: #000;
}

ul.list-highlights li {
    font-size: 18px;
}



.buttonheader {
    margin-top: 95px;
	color: #8d8d8d;
	font-weight: bold;
	font-size: 24px;
}

.row.tips.text-center {
    margin: 45px;
}

.row.feature {
    background-color: #e6e6e6;
    padding: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
}

/*Bootstrap accordion collapse icon*/
#accordion .panel-heading a .glyphicon{float:right; color:white;}

#accordion .panel-heading a p{
    margin-bottom: 0;
    display: inline-block;
    width: calc(100% - 30px);}

#accordion .panel-heading a[aria-expanded="true"] .glyphicon {
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    transition-duration:.2s; }

#accordion .panel-heading a[aria-expanded="false"] .glyphicon {
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
    transition-duration:.2s; }

#accordion .panel-title > a {
    color: inherit;
    padding: 15px;
    display: block;
}

#accordion .panel-title > a:hover {
    background-color: #DA232A;}

#accordion .panel-heading {
    padding: 0;}

.ui-datepicker-header {
    color: #666 !important;
}

.subheadpolicy {
	color: #da232a;
	border-bottom: 1px solid #c8c8c8;
    padding-bottom: 5px;
	margin-bottom: 10px !important;
	font-weight: bold;
}

.policymargin {
	margin: 40px;
}

.emphasis u {
  display:inline-block;
  text-decoration:none;
}

.emphasis u:after {
    display:block;
    content:'';
    width:100%;
    height:3px;
    background:rgb(218,35,42, .2);
    margin-top:-1px;
  }

body{
    line-height:25px;
}

.inventory-list .label-info, .btn-black, .price.label-success{
    width: 100%;
    text-align: center;
    display: block;
    background: #ddd;
    border-radius: 0;
    padding: 12px;
    color: #333;
    margin: 10px 0;
    font-family: Roboto Condensed;
    transition: background-color .3s;
    font-size: 22px;
}

.price.label-success{
    padding: 12px 0 7px;
    font-size: 27px;
    line-height: 1.4;
}

span.stroke {
    text-decoration: line-through;
    display: block;
    margin-bottom: -5px;
    color: #888888;
	font-weight: normal !important;}

.btn-black{
    background: #000;
    color: #fff;
}

.btn-black:hover, .btn-black:focus{
    background: #222;
    color: #fff;
}

.btn-block{
    padding: 12px;
    font-family: Roboto Condensed;
    font-size: 22px;
}

.inv-gallery .ngg-gallery-thumbnail-box {
    max-width: 50% !important;
}

.inv-gallery .ngg-galleryoverview {
    margin: 0 0 !important;
}

ul.item-features li {
    float: left;
    width: 50%;
}

/* Secondary NavBar */
header.secondary { border: 0; background: none; width: 120px; -webkit-box-shadow: none; box-shadow: none; margin-right: 260px; }
.secondary-nav-menu  li > a { color: #FFF !important; }
.secondary-nav-menu  li > a:hover { text-decoration:none; background:transparent !important; }
.nav-secondary { margin-top:-3px }
.nav-secondary, #navbar_social_bar { float:left; }
.nav-secondary { margin-left:-100px !important; }

/* Nav Links */
.nav > li > a { padding-left:25px; padding-right:25px;  }

/* Phone */
#phone { margin-bottom: 20px; text-align: center; font-size: 34px; font-weight: normal; letter-spacing: -1px;  }

/* Navbar Toggle Button */
.navbar-toggle
{ background: white; border-color:#2E579B !important; }
.navbar-default .navbar-toggle .icon-bar { background-color:#333333; }

/* Input/Form Controls */
.form-control { height:auto; }

/* Mobile  Social Icons */
.mobile-social
{ background:#EEE;  width:100%; text-align:center !important; margin-top:0 !important; padding-bottom:10px; }

/* Footer */
#footer-copyright { text-align:center; }
#menu-footer { padding-left:0px; }

/* Widgets */
.sidebar .widget { 
    margin:20px 0 20px 0; 
    background-color: #eee;}

/* Jumbotron */
.container .jumbotron { padding:0; }

/* Mobile Phone */
.mobile-phone { margin: 0 -15px 0 -15px; background: #ddd;  padding: 5px 20px; font-size: 18px; text-align: center; }

/* Row High Light */
.row.row-highlight {background: #e7e2d7; padding: 15px; border-left: 5px solid #0d629b;}
.row.row-highlight h2, .row.row-highlight h3 {margin-top: 0px; color: #0d629b;}

/* Helper Classes */
.add-margin {margin-top:20px;margin-bottom:20px;}

/* Theme Fixes */
.btn { white-space: normal; }
.wrap.main-section .content .bg { padding-bottom:0px; }
.wrap.main-section.container, .jumbotron .container {
    border-left: 1px solid #cecfce;
    border-right: 1px solid #cecfce;
    padding: 0 30px 35px 30px;
    background-color: #fff;
}

.jumbo-bg.container {
    border: 0;
    padding: 0;
    background: transparent;
}


.twg-wrapper{
    background:url(/wp-content/uploads/2016/06/bg-pattern.gif) #eee;
}

.page-header { border:0; }
article h2.entry-title a { text-decoration:none;  }
article .row-meta { margin-bottom:10px; }

.page-id-26 .page-header{
    text-align:center;
}
.jumbotron{
    padding-top:0;
    background-color:transparent;
}

.startform {
	margin-top: 15px;
}

.jumbo-wrapper {
	padding-top: 30px;
    padding-bottom: 30px;
    /*background-color:#eee;*/
    background-image: url('/wp-content/uploads/2016/06/slide1.jpg');
	background-repeat: no-repeat;
}


.jumbotron #text-3 {
    /*margin-left: -72px;*/
   /*margin-right: -72px;*/
	display: block;
	background-repeat: no-repeat;
}
.start-holder{
        background-color: rgba(255,255,255, .6);
    padding: 35px 20px 1px;
}
.start-holder h3{
    background-color: #df1a1f;
    color: #fff;
    padding: 15px;
    position: absolute;
    width:85%;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    font-family:Roboto Condensed;;
}

.start-holder form input[type="text"], .start-holder form select{
    background-color: transparent !important;
    box-shadow: none;
    border: 1px solid #939598;
    border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -moz-border-radius: 0;
    width: 100% !important
}

.start-holder form input[type="submit"]{
    background-color: #df1a1f;
    border: transparent;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    width: 50%;
    min-width: 200px;
    padding:11px 0;
}

.start-holder .gform_wrapper .gform_footer{
    text-align:center;
}
.start-holder .gform_wrapper label.gfield_label+div.ginput_container {
    margin-top: 0;
}

.red-btn{
    color: #fff;
    background-color: #d8181d;
    text-align: center;
    text-decoration: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    border: transparent;
    display:block;
    font-family:Roboto Condensed;
    transition:background-color .3s;
    padding: 8px 0;
    font-size: 22px;
}

.hero-btn {
    color: #fff;
    background-color: #3C3C3C;
    text-align: center;
    text-decoration: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    border: transparent;
    display: block;
    font-family: Roboto Condensed;
    transition: background-color .3s;
    padding: 15px 0;
    font-size: 34px;
}

.hero-btn:hover {
    text-decoration:none;
    color:#fff;
    background-color:#d8181d;
}

.red-btn:hover{
    text-decoration:none;
    color:#fff;
    background-color:#b5282c;
}

#home-grid{
    margin-top:60px;
    text-align:center;
}


#home-grid a img{
    width:60%;
}


.book-today{
    padding: 20px 0;
    font-size: 26px;
    display: block;
}

 .book-today .raquo {
    font-size: 96px;
    line-height: 0;
    vertical-align: -15px;
    margin-left: 30px;
    color: rgba(0,0,0,.3);
    transition: .3s all;
}

.book-today:hover{
    color:#fff;
    text-decoration:none;
}

.book-today:hover .raquo{
    margin-left: 60px;
}

.widget-menu-2 ul li{
    float:left;
}

.row-fluid{
    background-color: #e7f4ff;
    padding: 35px 0 45px 0;
    margin: 45px 0 25px;
    border-color: #bfdcf5;
    border-width: 1px 0px;
    border-style: solid;
}

.row-fluid h2{
    font-size: 40px;
    color: #4e4e4e;
    margin:15px 0 !important;
}

.page-id-21 .row-fluid h2{
    max-width:75%;   
}
.row-fluid .red-btn{
    margin-left: 105px;
    margin-top: 0;
    width: 300px;
    padding: 10px 0;
}
.featured-txt{
    border-left: 5px solid #d8181d;
    padding-left: 40px;
    margin: 35px 0 30px 5px;
    font-size: 18px;
}


.header-phone{
    font-size:45px;
    font-family:Roboto Condensed;
    line-height: 55px;
}

.header-phone .glyphicon {
    font-size:32px;
    margin-right:10px;
    color:#da232a;
}

.topnavbar{
    border:0px solid #242424;-webkit-box-shadow: #4B4B4B 0px 25px 0px inset;-moz-box-shadow: #4B4B4B 0px 25px 0px inset;
    box-shadow: #4B4B4B 0px 25px 0px inset; 
    background-color: #404040; background-image: -webkit-gradient(linear, left top, left bottom, from(#404040), to(#3B3B3B));
    background-image: -webkit-linear-gradient(top, #404040, #3B3B3B);
    background-image: -moz-linear-gradient(top, #404040, #3B3B3B);
    background-image: -ms-linear-gradient(top, #404040, #3B3B3B);
    background-image: -o-linear-gradient(top, #404040, #3B3B3B);
    background-image: linear-gradient(to bottom, #404040, #3B3B3B);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#404040, endColorstr=#3B3B3B);
}

 
#gform_submit_button_2,
#gform_submit_button_5{
    border:0px solid #242424;-webkit-box-shadow: #4B4B4B 0px 25px 0px inset;
    -moz-box-shadow: #4B4B4B 0px 25px 0px inset; 
    box-shadow: #4B4B4B 0px 25px 0px inset; 
    -webkit-border-radius: 0px; 
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-size:24px;
    font-weight:normal;
    font-family: Roboto Condensed;
    padding: 10px 30px; text-decoration:none; display:inline-block;font-weight:bold; color: #FFFFFF;
    background-color: #404040; background-image: -webkit-gradient(linear, left top, left bottom, from(#404040), to(#3B3B3B));
    background-image: -webkit-linear-gradient(top, #404040, #3B3B3B);
    background-image: -moz-linear-gradient(top, #404040, #3B3B3B);
    background-image: -ms-linear-gradient(top, #404040, #3B3B3B);
    background-image: -o-linear-gradient(top, #404040, #3B3B3B);
    background-image: linear-gradient(to bottom, #404040, #3B3B3B);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#404040, endColorstr=#3B3B3B);
}

.header-request .btn{
    width:67%;
    margin-top:12px;
    float  :right;
    padding:13px 30px;
    text-decoration:none;
    display:inline-block;
    font-weight:bold; 
    color: #FFFFFF;
    background-color: #3d3d3d;
    border:0;
    transition:all 0.3s;
}
.header-request .btn:hover{
    background-color:#000;
    }
.header-wrapper .pull-right{
    float:none !important
}

.header-wrapper{
    padding:20px 0;
}

.inside-header-wrapper{
    float:left;
}

#header-inrv{
    float:right;
}

.no-margin-top, .no-margin-top li:first-child{
    margin-top:0 !important;
}

.no-margin-bottom, .no-bottom-top li:last-child{
    margin-top:0 !important;
}

.no-padding{
    padding:0;    
}

.horizontal li{
    display:inline;
}

/*Small bullet list*/

.small-bullets{
    margin: 30px 0 30px 35px;
    padding: 0;
    list-style: none;
    font-size: 16px;
    line-height:25px;
    text-align: left;
}

.small-bullets li {
    margin: 10px 0;
}

.small-bullets li:before{
    font-family: 'Glyphicons Halflings';
    background: #255dad;
    color: #fff;
    margin-right:12px;
    display:inline-block;
    border-radius: 100%;
    -moz-border-radius:100%;
    -o-border-radius:100%;
    -webkit-border-radius:100%;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    font-size:13px;
}

/*Large bullets list*/


.large-bullets{
    margin: 30px 0 30px 50px;
    padding: 0;
    list-style: none;
    font-size: 18px;
    line-height: 40px;
    text-align: left;
}

.large-bullets li {
    margin: 15px 0;
    font-size: 22px;
    font-weight: bold;
}

.large-bullets li:before{
    font-family: 'Glyphicons Halflings';
    background: #255dad;
    color: #fff;
    margin-right:12px;
    display:inline-block;
    border-radius: 100%;
    -moz-border-radius:100%;
    -o-border-radius:100%;
    -webkit-border-radius:100%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size:18px;
}

/*list styles - bullets*/
.ok li:before{
    content: '\e013';
}

.star li:before{
    content: '\e006';
}

.right-arrow li:before{
    content:"\e080";
}

.row-fluid .container{
    padding:0 30px;
}


.home .header-request, .page-id-26 .header-request{
    display:none;
}


#rv-grid{
    margin-top:40px;
    text-align:center;
}

#rv-grid h3{
    background-color: #3c3c3c;
    padding: 11px 0;
    margin: 0;
    color: #fff;
    text-align: center;
}

.img-holder{
    display: block;
    background-color: #dbdfe8;
}

.widget-title {
    text-align: center;
    background: #428bca;
    padding: 10px;
    color: #ffffff;
    margin: 0 0 15px;
    font-size: 18px;
    font-family: Roboto;
}

.well{
    border-radius:0;
    -moz-border-radius:0;
    -o-border-radius:0;
    -webkit-border-radius:0;
    
}

footer{
    border-top:0px;
}    

.post h2{
    margin:20px 0;
}

.post .row-meta{
    border-bottom: 1px solid #dddddd;
    background: #eee;
    padding: 5px 0;
    margin:15px 0;
}

p a {
    text-decoration: underline;
}

p a:hover {
    text-decoration: none;
}
/*Gravity form adjusments*/

.gform_wrapper {
    overflow: inherit;
    margin: 1em auto;
    max-width: 100%;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
    font-size: 22px !important;
}

#gform_2, #gform_5{
    background-color: #eee;
    padding: 15px 15px 15px 25px;
    border: 1px solid #ddd;
    margin:40px;
}

#gform_5, #gform_wrapper_5{
    margin-top:0px !important;
}

#gform_wrapper_5 .top_label li.gfield.gf_left_third{
    width:23%;
}

#gform_2 .gform_title{
    font-size: 32px;
    border-bottom: 4px solid #ddd;
    padding-bottom:15px;
    text-align:center;
}

#gform_2 .gform_footer, #gform_5 .gform_footer {
    text-align:center;
}
.gform_body input, .gform_body input[type="text"],
.gform_body select,
.gform_body textarea{
    border-radius: 0;
    box-shadow: 0 0 0 !important;
}


/*Modal window fix*/
body.modal-open {
    margin: 0;
    padding-right: 0 !important;
}

.center-block{
    text-align:center;
}

.our-address{
    min-height: 380px
}

.panel-heading{
    background-color: #4b4b4b !important;
    border-color: transparent;
    color: #fff !important;
} 

.panel strong{
    font-size: 25px;
}

.panel, .panel-heading, .img-thumbnail, .btn{
    border-radius:0;
    -moz-border-radius:0;
    -o-border-radius:0;
    -webkit-border-radius:0;
}


/*BK: glue last paragraph to bottom*/
.page-id-21 .wrap.main-section .content .bg,
.page-id-20 .wrap.main-section .content .bg{
    padding-bottom:0 !important;
}



.page-id-20 .row-fluid,
.page-id-21 .row-fluid{
    margin:35px 0 25px !important;
    padding:30px 0;
}


.tips no-padding{
    positon:relative;
}

.tips .glyphicon{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    /* background-color: #ffffff; */
    font-size: 90px;
    vertical-align: middle;
    display: block;
    /* padding: 20px 0; */
    color: #ffffff;
    /* margin: 25px auto; */
    position: absolute;
    left: calc(50% - 44px);
    top: 53px;
}

.tips a{
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    font-family: Roboto;
    display: inline-block;
    width: 200px;
    height: 200px;
    background-color: #da232a;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    padding-top: 120px;
    transition:background-color .3s;
}

.tips a:hover{
    text-decoration:none;
    background-color:#b5282c;
}


.validation_error, .gfield_error {
    border:0 !important;
    background-color:transparent !important;
    font-size:0.9em !important;
    margin  :0 !important;
}

.gform_wrapper .instruction {
    display:none;
}
.gform_wrapper .validation_message{
    color:#b5b5b5;
    font-weight:normal;
}
.gform_wrapper li.gfield_error input[type=email], .gform_wrapper li.gfield_error input[type=number], .gform_wrapper li.gfield_error input[type=password], .gform_wrapper li.gfield_error input[type=tel], .gform_wrapper li.gfield_error input[type=text], .gform_wrapper li.gfield_error input[type=url], 
.gform_wrapper li.gfield_error textarea{
    border:1px solid #c4c4c4;
}
.gform_wrapper .gfield_error .gfield_label{
    color: #da232a;
}

.gform_wrapper div.validation_error{
    color: #000000;
    padding: 12px 12px;
    border: 1px solid #ecaaaa !important;
    background-color: #f5d5d5 !important;
    margin: 16px 0 !important;
}

/*Motorhome page*/

.rv-item {
    padding: 15px 0;
    background-color: #e0e0e0;
    margin-top: 25px;
    margin-bottom: 25px;
}

.gallery.btn-default {
    margin: 10px auto;
    width: 100%;
}

.slideshowlink{
    display:none;
}

#rv-gallery{
    padding:0 15px;
}
.rv-title {
    padding-left:0;
}
.rv-title h3{
    color:#000;
    font-weight: bold;
}

.table-striped > tbody > tr:nth-child(even) {
    background-color: #fff;
}

.rv-item .red-btn{
    margin: 0 -15px;
}

.rv-item .btn-default{
    color:#fff;
    background-color:#212121;
    border-color:#212121;
}

.rv-item .btn-default:hover{
    background-color:#4e4e4e;
    border-color:#4e4e4e;
}
.ngg-galleryoverview {
    margin: 0 10px !important;}

tr.highlight td {
    background-color: #4e4e4e;
    color: #fff;
}

.rv-item .table-bordered > tbody > tr > td{
    border: 1px solid #4e4e4e;
}

.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:focus,
.navbar .dropdown-menu,
.dropdown-menu > li > a:focus{
    background-color:#515151;
}

.navbar .dropdown-menu li:hover a, 
.dropdown-menu > li > a:hover{
    background-color:#333;
}

.navbar-toggle{
    border:0 !important;
    border-radius:0 !important;
}

/*Let's fix for mobile views*/
@media screen and (min-width: 768px){
    .jumbotron {
        padding: 0; 
    }
}

@media screen and (max-width:768px){
    
    .start-holder {
        width: 70%;
        margin: 0 auto;
    }
    
    .start-holder h3 {
        width:62% !important;
    }
    
    
    #site-logo{
        padding-left: 25px;
        padding-right: 25px;
    }
    
    .tips .glyphicon{
        font-size: 45px;
        left: calc(50% - 35px);
   	 	top: 47px;
}
  

    .tips a{
    
        font-size: 17px;
		width: 140px;
		height: 140px;
		padding-top: 60px;
    }
	  
    .row-fluid .red-btn {
        margin-left: 20px;
        margin-bottom: 45px;
    }
    
    .jumbotron{
        padding:0;
    }
    
    #gform_2, #gform_5{
        margin:0;
    }
    
    .panel{
        margin-top:30px;
    }
    
    #gform_wrapper_5 .top_label li.gfield.gf_left_third{
        width:60%;
    }
    
    .featured-txt {
        padding-left: 30px;
        margin: 35px 0 45px 20px;}
        
    .row-fluid .img-thumbnail{
        width: calc(100% - 40px);
    }
    
    #header-inrv{
        padding: 20px !important;
        background-color: #eee;
        margin: 0 15px 0 0 !important;  
        float: none;
        text-align: center; 
    }
    
    .header-request .btn{
        margin-top: 20px;
        float: none;
        width: 45%;
    }
    
    .header-phone a, .header-phone a:focus, .header-phone a:hover{
        color:#333;
        text-decoration:none;
    }
    
    .row-header{
        margin-left:-15px !important;
        margin-right:-30px !important;
    }
    
    .home .header-request{
        display:none;
    }
    .inside-header-wrapper{
        width:100% !important;
    }

}


/* Medium Size Changes - Depending on the widths chosen you may need to change the max-wdith */
@media (max-width:1199px) {

    .nav > li > a {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    #site-logo{
        width: 600px;
    }

}

/* Mobile Only Changes */
@media (max-width:991px ) {

    .learn-more{     
        margin-bottom:30px;
     }
    
    .rv-item .red-btn{
        margin: 20px -15px;
     }

  
    .row-fluid h2 {
        margin-left: 20px !important;
    }
    
    #site-logo{
        width: 100%;
    }
    
    .start-holder h3 {
        width: 80%;
        font-size: 23px;
    }
    
    .inside-header-wrapper{
        width:50%;
    }
}

@media screen and (max-width:560px){

    #header-inrv{
        text-align:center;
    }
  
    
    .header-request, .header-phone{
        float: none;
    }
    
    .tips .glyphicon{
        font-size: 45px;
        left: calc(50% - 35px);
        top:23px;
    }

    .tips a{
        font-size: 15px;
        width: 130px;
        height: 130px;
        padding-top: 70px;
    }

    ul.item-features li {
        float: left;
        width: 50%;
    }

    

}

@media (max-width: 375px) {
	
	
	.localattractions {
    margin-left: 65px;
}
	
	.buttonheader {
    margin-top: 70px;
    color: #8d8d8d;
    font-weight: bold;
    font-size: 13px;

}
	
	.row.tips.text-center {
    margin-bottom: 15px;
	margin-top: 25px;
	margin-left: 0;
	margin-right: 0;

}
	
	.tips .glyphicon{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    /* background-color: #ffffff; */
    font-size: 30px;
    vertical-align: middle;
    display: block;
    /* padding: 20px 0; */
    color: #ffffff;
    /* margin: 25px auto; */
    position: absolute;
    left: calc(50% - 36px);
    top: 21px;
}

.tips a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-family: Roboto;
    display: inline-block;
    width: 70px;
    height: 70px;
    background-color: #da232a;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    padding-top: 10px;
    transition: background-color .3s;
}
	
}


@media screen and (max-width:350px){
.header-phone{
    font-size:30px;
}
}
