header{
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 99999999;
    -webkit-box-shadow: 1px 3px 9px 0px rgba(46, 50, 50, 0.74);
    -moz-box-shadow:    1px 3px 9px 0px rgba(46, 50, 50, 0.74);
    box-shadow:         1px 3px 9px 0px rgba(46, 50, 50, 0.74);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
header.sticky {
    width: 100%;
    z-index: 999999999999999999999;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
@media screen and (max-width:720px){
    .navbar-inverse .navbar-brand{
        overflow: hidden;
    display: block;
    width: 100%;
    height: auto !important;
    top:18px;
    width:45%;
    margin-top:-5px;
    }
    .navbar-brand > img{
            width: 100% !important; 
    }
}
header.sticky .topbar {
    background: #000000;
    font-size: 13px;
    padding: 4px 0;
    height: 30px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;


}
header.sticky .menu {
    background: rgba(238, 238, 238, 0.95);
    font-family: "Lato",sans-serif;
    font-size: 14px;
    color: #2d2a39;
    padding: 10px 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 29px;
    box-shadow: -2px 3px 14px -6px rgba(0, 0, 0, 0.45);
    z-index: 9999999;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

}
.phone {
    border-right: 1px solid #1b1b1b;
    float: left;
    padding-right: 15px;
}
.phone-icon {
    background: rgba(0, 0, 0, 0) url("../images/sprite.png") no-repeat scroll -15px -182px;
    display: inline-block;
    float: left;
    height: 18px;
    width: 28px;
}
.phone a,.mail a,.login a {
    color: #ffffff;
}
.mail {
    border-right: 1px solid #1b1b1b;
    float: left;
    margin-left: 15px;
}
.mail-icon {
    background: rgba(0, 0, 0, 0) url("../images/sprite.png") no-repeat scroll -15px -308px;
    display: inline-block;
    float: left;
    height: 18px;
    width: 28px;
}
.login {
    padding: 0;
}
.login li {
    float: left;
    margin-left: 13px;
}
.login li a{padding-left:10px;}


.topbar {
    background: #000000 none repeat scroll 0 0;
    font-size: 13px;
    height: 36px;
    padding: 8px 0;
    transition: all 0.3s ease-out 0s;
    line-height: 1.5;
}


.banner {
    background: rgba(0, 0, 0, 0) url("../images/banner.jpg") repeat scroll center top / cover ;
    height: 564px;
}
.menu {
    background: rgba(238, 238, 238, 0.95) none repeat scroll 0 0;
    box-shadow: -2px 3px 14px -6px rgba(0, 0, 0, 0.95);
    color: #2d2a39;
    font-family: "Lato",sans-serif;
    font-size: 14px;
    left: 0;
    padding: 20px 0;
    position: absolute;
    right: 0;
    top: 35px;
    transition: all 0.3s ease-out 0s;
    z-index: 9999999;
}
.navbar-nav>li>a{
    line-height:32px;
}
.menu ul {
    height: 32px;
    line-height: 32px;
    list-style: outside none none;
}
.menu ul li {
}
.menu ul li a {
    color: #000 !important;
    display: block;
    font-size: 15px;
    margin-bottom: 20px;
    padding: 0 18px;
    font-weight: normal;
    text-shadow: 1px 1px 0 #ffffff;
}
.menu ul li:first-child a {
    padding: 0 18px 0 0;
}
/*.menu ul li:last-child a {
    padding: 0 0 0 31px;
}*/
.menu ul li:first-child a {
    padding: 0 18px 0 0;
}
/*.menu ul li:nth-child(6) a {
    padding: 0 22px 0 0;
}*/
.menu ul ul.dropdown-menu {
    position: absolute;
    
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
/*    padding: 11px 8px;*/
    margin: 0px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color:#fff;
    border: 0px solid rgba(0,0,0,.15);
    border-radius: 0px;
    height: auto !important;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.menu ul ul.dropdown-menu li a {
    font-size: 14px;
    border-bottom: 1px dotted #ccc;
}
.menu ul ul.dropdown-menu li:last-child a{
    border: none;
}
header.sticky .menu .dropdown-menu {
     top: 27px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

}

.menu .dropdown-menu>li>a:focus,
.menu .dropdown-menu>li>a:hover {
    color: #058abf  !important;
    text-decoration: none !important;
    background-color: transparent;
}

.menu ul .dropdown-menu>li:first-child a {
    padding: 0 30px;
}

.menu .dropdown-menu>li>a {
    display: block;
    padding: 3px 10px !important;
    white-space: nowrap;
    margin-bottom: 0px !important;
    color: #333 !important;
}

.menu .dropdown-menu>.active>a,
.menu .dropdown-menu>.active>a:focus,
.menu .dropdown-menu>.active>a:hover {
    color: #333;
    text-decoration: none;
    background-color: transparent;
    outline: 0;
} 
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
   top:0;left:100%;
   margin-top:-6px;margin-left:-1px;
   -webkit-border-radius:0 6px 6px 6px;
   -moz-border-radius:0 6px 6px 6px;
   border-radius:0 6px 6px 6px;
 }
  
.dropdown-submenu > a:after {
  border-color: transparent transparent transparent #333;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;  
  height: 0;     
  margin-right: -10px;
  margin-top: 5px;
  width: 0;
}
 

.menu ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }

.logo {
    left: 0;
    position: absolute;
    top:7px;
}
.logo a {
    padding: 0!important;
}
.banner-wrap {
    bottom: 197px;
    left: 0;
    position: absolute;
    right: 0;
}
.banner_matter {
    margin-bottom: 15px;
    margin-top: 200px;
    position: relative;
    text-align: center;
}
.banner_matter .tagline {
    color: #ffffff;
    font-family: "Lobster";
    font-size: 40px;
}
.banner_matter .hero-title{line-height: 1;}
.navbar {
    border: 0 solid rgba(0, 0, 0, 0) !important;
    margin-bottom: 0 !important;
    min-height: 0 !important;
    position: static !important;
}
.navbar {
    border-radius: 0 !important;
}
.navbar-inverse {
    background-color: rgba(0, 0, 0, 0) !important;
    border-color: rgba(0, 0, 0, 0) !important;
}

.navbar-brand {
    display: none;
}
.navbar-brand {
    float: none;
    font-size: 18px;
    height: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
}

.useful {
    background: #181818 none repeat scroll 0 0;
    padding: 20px 0;
}
.useful h4 {
    color: #ffffff;
    display: block;
    float: left;
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 0 0px;
    text-align: left;
    text-transform: uppercase;
}
.useful ul {
    list-style: outside none none;
    margin: 0 0 0 282px;
    padding: 0;
}
.useful ul li {
    display: inline-block;
    list-style: outside none none;
    margin: -6px 0;
}
.useful ul li a {
    color: #ffffff;
    display: block;
    font-size: 15px;
    font-weight: 300;
    padding: 0 30px 0 10px;
}
.arrow {
    background: rgba(0, 0, 0, 0) url("../images/arrow.png") no-repeat scroll 14px 2px;
    display: inline-block;
    height: 10px;
    width: 25px;
}
.FullContainer {
    background: #181818;
    padding: 0px 0 0px;
}
.FullContainer ul {
    list-style: none;
    margin: 0;
    padding: 0 0 20px;
}
.FullContainer ul li {
    float: left;
    width: 20%;
    text-align: left;
}
.FullContainer ul li a {
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    display: inline-block;
    padding: 3px 0;
}

.footer {
    background: #212121 none repeat scroll 0 0;
    color: #ffffff;
    padding: 25px 0;
    text-align: left;
}
.footer h4 {
    color: #f3f3f3;
    font-size: 16px;
    margin: 0 0 25px;
    text-align: left;
    text-transform: uppercase;
}
.nospace {
    margin: 0;
    padding: 0;
}
.footer ul li {
    list-style: outside none none;
}
.social li {
    float: left;
    margin: 0 3px;
}
.social .fb {
    background-position: 0 0;
}
.footer ul li a {
    color: #b9b9b9;
    display: block;
    font-family: "Lato",sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 3px;
}
.social li a {
    background: rgba(0, 0, 0, 0) url("../images/social.png") no-repeat scroll 0 0;
    display: block;
    height: 34px;
    width: 34px;
}
.footer span {
    color: #b9b9b9;
    font-size: 14px;
    line-height: 24px;
}
.footer span a {
    color: #b9b9b9;
    font-size: 14px;
}
.black-strip {
    background: #000 none repeat scroll 0 0;
    color: #404040;
    font-size: 14px;
    padding: 10px 0 10px;
}
.copyright {
    background: #1a1a1a none repeat scroll 0 0;
    color: #404040;
    font-size: 14px;
    padding: 40px 0 30px;
}
.ftrlink ul {
    float: right;
}
.ftrlink ul li {
    display: inline-block;
    text-align: center;
}
.ftrlink ul li a {
    color: #404040;
    display: block;
    font-size: 14px;
    padding: 0;
}
.ftrlink ul li a span {
    margin: 0 15px;
    color: #404040;
    font-size: 14px;
}
.footer img{width:auto!important;}

.banner1 {
    margin-top: 95px;
    overflow: hidden;
}
.social .fb {
    background-position: 0 0;
}
.social .tw {
    background-position: -36px 0;
}
.social .gp {
    background-position: -73px 0;
}
.social .link {
    background-position: -110px 0;
}


#review_form {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    padding: 20px 15px 5px;
    color: #fff;
    border-radius: 15px;
}
#review_form .form-group{
    margin-bottom: 10px;
}

#review_form .form-control{height: 30px;padding: 3px 12px;}
#review_form  textarea.form-control{height:auto;}


.testimonial-item .fa-youtube-play {
    color: #E62117 !important;
    font-size: 1.75rem;
}

.testimonial-item .fa-tripadvisor {
    color: #589442;
    font-size: 1.75rem;
}

.animation_image img{width: 50px;}


/*@media all and (max-width: 991px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .nav > li {
        position: relative;
        display: block;
    }
}*/
.price-block .full-width{display: block;text-align: right;clear:both;}
.bottomadd img{width: auto;text-align:center;margin:1rem auto;}
.sitemap-container a{color:#333333;font-weight:normal;font-size:14px;}
.category-section-items li{list-style: url("../images/crumArrow.png");}
.siteicon {
    background: url(../images/siteicon.png) no-repeat;
    background-position: 0 0;
    display: block;
    width: 50px;
    height: 50px;
    float: left;
    margin: 0px;
    padding: 10px;
}
.siteicon1 {
    background: url(../images/siteicon.png) no-repeat;
    background-position: -54px 0;
    display: block;
    width: 50px;
    height: 50px;
    float: left;
    margin: 0px;
    padding: 10px;
}
.siteicon2 {
    background: url(../images/siteicon.png) no-repeat;
    background-position: -106px 0;
    display: block;
    width: 50px;
    height: 50px;
    float: left;
    margin: 0px;
    padding: 10px;
}
.category-title {
    color: #333;
    font-weight: 400;
    font-size: 25px;
    line-height: 1.75;
    margin-bottom: 0;
}