/*------------------------------------------------------------------
Project:  Pato
Version:  
Last change:  
Assigned to:  Kevin Nguyen
Primary use:  Company
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[LAYOUT]

* body
  + Header / header
  + Page Content / .page-content .name-page
        + Section Layouts / section .name-section
        ...
  + Footer / footer

-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[COLOR CODES]

# Text Color      :  
# Primary Color 01:  
# Primary Color 02:   
# Primary Color 03:  

------------------------------------------------------------------*/
/*------------------------------------------------------------------
[TYPOGRAPHY]

Body            : 16px/1.6 '', Arial, sans-serif;
Title           : 18px/1.6 '', Arial, sans-serif;
Paragrap        : 18px/1.6 '', Arial, sans-serif;
Input, textarea : 14px/1.6 '', Arial, sans-serif;
-------------------------------------------------------------------*/



/*[ FONT ]
///////////////////////////////////////////////////////////
*/

@import url("//fonts.googleapis.com/css?family=Poppins:400,300,500,600,700");

@import url('//fonts.googleapis.com/css?family=Montserrat:400,700');

@import url('//fonts.googleapis.com/css?family=Courgette');

@import url('//fonts.googleapis.com/css?family=Poppins:300,400,500,700');

@import url('//fonts.googleapis.com/css?family=Noto+Sans');

@import 'https://www.bestwesternlindale.com/js/jquery-ui/jquery-ui-1.8.24.custom.css';



@font-face {
  font-family: Montserrat-Regular;
  src: url('https://www.bestwesternlindale.com/fonts/montserrat/Montserrat-Regular.ttf'); 
}

@font-face {
  font-family: Montserrat-Bold;
  src: url('https://www.bestwesternlindale.com/fonts/montserrat/Montserrat-Bold.ttf'); 
}

@font-face {
  font-family: Courgette-Regular;
  src: url('https://www.bestwesternlindale.com/fonts/courgette/Courgette-Regular.ttf'); 
}

@font-face {
  font-family: Poppins-Regular;
  src: url('https://www.bestwesternlindale.com/fonts/poppins/Poppins-Regular.ttf'); 
}

@font-face {
  font-family: Poppins-Medium;
  src: url('https://www.bestwesternlindale.com/fonts/poppins/Poppins-Medium.ttf'); 
}

@font-face {
  font-family: Poppins-Bold;
  src: url('https://www.bestwesternlindale.com/fonts/poppins/Poppins-Bold.ttf'); 
}

@font-face {
  font-family: Poppins-Light;
  src: url('https://www.bestwesternlindale.com/fonts/poppins/Poppins-Light.ttf'); 
}

@font-face {
  font-family: NotoSans-Regular;
  src: url('https://www.bestwesternlindale.com/fonts/notosans/NotoSans-Regular.ttf'); 
}



/*[ RESTYLE TAG ]
///////////////////////////////////////////////////////////
*/
* {
	margin: 0px; 
	padding: 0px; 
	box-sizing: border-box;
}

body, html {background: url(https://www.bestwesternlindale.com/images/bg.jpg) repeat;
	height: 100%;
	font-family: Montserrat, sans-serif;
  font-weight: 400; font-size:13px;
}
.pre-header {
    background: url(https://www.bestwesternlindale.com/images/white-pattern.png) rgba(73, 80, 87, 0.35);
    height: 40px;
    position: absolute;
    z-index: 1001;
    width: 100%;
    left: 0;
    right: 0;
}
/* ------------------------------------ */
a {
  font-weight: 400;
	/*font-size: 15px;*/
	line-height:1.7;
	color:#007bff;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none;
	color: #ec1d25;
}
#b_availSubmit input {
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 0px !important;
}
.b_availFormInner, #b_editDates form {
    -moz-border-radius: 5px !important;
    -webkit-border-radius:0px !important;
}
#b_availSubmit input {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #ff6600;
    border: 0px solid #fff !important;
    padding: 5px;
    color: #fff;
    font-size: 100%;
}
#b_powered {
    font-size: 0em !important;
    display: block;
    margin-top: 5px;
}
#b_availCheckIn {
    padding-right:0.7em !important;
}
label {
    display: none;
    margin-bottom: 5px;
    font-weight: 400;
    color: #999;
}
/* ------------------------------------ */
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

p {
	font-family: Montserrat;
  font-weight: 400;
	font-size: 15px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
}
p {
    margin-bottom: 19px;
    line-height: 25px;
}
ul, li {
	margin: 0px;
	list-style-type: none;
}

.left{ float:left; width:80%}
.right{ float:right; width:14%}
/* ------------------------------------ */
input {
	outline: none;
	/*border: none !important;*/
}

textarea {
  outline: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
  box-shadow: 0 0 0px 2px #ec1d25;
  -moz-box-shadow: 0 0 0px 2px #ec1d25;
  -webkit-box-shadow: 0 0 0px 2px #ec1d25;
  -o-box-shadow: 0 0 0px 2px #ec1d25;
  -ms-box-shadow: 0 0 0px 2px #ec1d25;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { color: #aaaaaa; }
input:-moz-placeholder { color: #aaaaaa; }
input::-moz-placeholder { color: #aaaaaa; }
input:-ms-input-placeholder { color: #aaaaaa; }

textarea::-webkit-input-placeholder { color: #aaaaaa; }
textarea:-moz-placeholder { color: #aaaaaa; }
textarea::-moz-placeholder { color: #aaaaaa; }
textarea:-ms-input-placeholder { color: #aaaaaa; }

/* ------------------------------------ */

#b_availSubmit input {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #003580 !important;
    border: 2px solid #fff;
    padding: 0px 5px !important;
    color: #fff;
    font-size: 100%;
}
#b_availSubmit input:hover {
background:#ff6600 !important;
cursor:pointer;
color:#fff;
}

.navbar-nav {
    float: right;
    text-transform: uppercase;
    margin-top:0px;
    font-size: 13px;
}
.navbar-nav {
    display: -ms-flexbox;
    display: block;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left:88px;
    margin-bottom: 0;
    list-style: none;
}
.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding:0rem 0rem;
}
.navbar-default .navbar-nav > li > a {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color:#7b6f6f;
    font-weight: 500;
    font-size: 13px;
    padding:13px 13.9px;
	/*text-shadow:1px 1px 1px #f7f1f1;*/
    padding-top: 27.8px;
    padding-bottom:27.8px;
    margin-left: 0px;
    margin-right: 0px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color:#007bff;
    font-weight: 500;
     background-color:#e9ecef;
    /* border-bottom: 1px dotted #eee; */
    text-shadow: 0px 0px 0px #151414;
	border-bottom:1px solid #007bff;
	padding-top: 27.3px;
    padding-bottom: 27.3px;
    margin-left: 0px;
    margin-right: 0px;
}
.navbar-nav>li {
    float: left;
}
.nav>li, .nav>li>a {
    display: block;
    position: relative;
}
.hvr-bounce-to-bottom {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
	
}
.hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    color:#333;
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.hvr-bounce-to-bottom:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:#e9ecef;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
	border-bottom:1px solid #ec1d25;
	padding:13px;
	color:rgb(228, 178, 72)
}
.navbar-collapse.collapse {
    display: block!important;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important;
}


.resr_form input, .resr_form_inner input, .resr_form_inner {
    font-family: "Poppins", Arial, sans-serif;
    margin-bottom: 10px;
    background: url(https://www.bestwesternlindale.com/images/sprite.png) no-repeat 46px -18px #fff;
    border: 1px solid #8a8888;
    color: #333;
    height: 35px;
    padding-left: 0px;
    margin-right: 0px;
    text-transform: capitalize;
    font-size: 13px;
    display: inline-block;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 10px 0;
    padding: 0;
    font-family:'Open Sans',Arial,Helvetica,sans-serif;
    font-weight: normal;
}


.banner1 {
    z-index: 1;
    background-size: cover;
    min-height: 475px;
}
.callbacks_container {
    position: relative;
    width: 100%;

}
#slider3, #slider4 {
    box-shadow: none;
    margin: 0px auto;
}
.rslides li {
    width: 100%;
    left: 0px;
    top: 0px;
}
.banner-info5 {
    background:transparent url(https://www.bestwesternlindale.com/images/faq.jpg) no-repeat scroll 0px 0px / cover;
}

.banner-info6 {
    background: transparent url("https://www.bestwesternlindale.com/images/amenities.jpg") no-repeat scroll 0px 0px / cover;
}
.banner-info7{ background:url(https://www.bestwesternlindale.com/images/attraction.jpg) no-repeat scroll 0px 0px / cover;
}
.banner-info8 { background:url(https://www.bestwesternlindale.com/images/sitemap.jpg) no-repeat scroll 0px 0px / cover;
}
.banner-info9 { background: url(https://www.bestwesternlindale.com/images/contact.jpg)  no-repeat scroll 0px 0px / cover;
}
.banner-info5, .banner-info6, .banner-info7, .banner-info8 , .banner-info9 {
    min-height: 482.4px;
}
.banner-info10 {min-height: 526px;}
.banner-info10 iframe {width: 100%; height: 521px;}
.banner-info10 {background: none no-repeat scroll 0px 0px / cover;}
.well-sm {
    padding: 9px;
    border-radius: 3px;
}
.well {
    min-height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05); margin-top: 0px;
}

.text-center {
    text-align: center;
}
.row {
    flex-wrap: wrap;
 margin-left: 0px; }
.rslides {
    list-style: outside none none;
}
.baner-inf {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 45px;
    line-height: 58px;
    padding: 1em;
    width: 100%;
    background: transparent none repeat scroll 0% 0%;
    position: absolute;
    bottom: 0px;
    right: 0px;
    text-align: center;
    top: -95px;
    left: 0px;
    margin: auto;
    height: 56px;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 1px 1px 3px #000000;
}
.bold{color:#0066CC; font-size: 20px;}


.two-forths2 {
    width: 100%;
    margin: 0 3.3% 36px 0;
    padding:20px 20px 0px 35px;
    float: left;
    border: #CCCCCC double 1px;
}
.two-forths {
    width:46.7%;
    margin: 0 3.3% 36px 0;
    padding: 0px 20px 0px 20px;
    float: left;
    border: #CCCCCC double 1px;
}

button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}


/* ------------------------------------ */
.container {
	max-width: 1200px;
}
.container1 {
    max-width: 84.9%;
    margin: 0 auto;
}
.slick-slide {
  outline: none !important;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 10px 0;
    padding: 0;
    font-family: "Poppins", Arial, sans-serif;
    font-weight: normal;
}
.res {
    position: absolute;
    border-radius: 0;
    border: 0;
    color: #fff;
    padding: 0;
    margin: 0px;
    z-index: 2;
    width: 100%;
    left: 0px;
    bottom: 0px;
    border-bottom:5px solid #ec1d25;
}
.res1 {
    position: relative;
    border-radius: 0;
    border: 0;
    color: #fff;
    padding: 0;
    margin: 0px;
    z-index: 2;
    width: 100%;
    left: 0px;
    bottom: 68px;
    border-bottom: 5px solid #ec1d25;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 18px;
}
.resr_form h2, .resr_form_inner h2 {
    margin-top: -60px;
    font-weight: 500;
    width: 51.2%;
    margin-left: -20px;
    background: #e74611;
    color: #fff;
    /* text-shadow: 1px 1px 3px #000; */
    font-size:1.6em;
    padding:10px 21px 10px 11px;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    line-height: 1em;
    text-align: center;
}

.resr_form input, .resr_form_inner input {
    width: 46%;
    margin-bottom: 10px;
    background: url(https://www.bestwesternlindale.com/images/sprite.png) no-repeat 80px -15px #d9d9d9;
    color: #333;
    font-size: 16px;
    padding-left: 10px;
    height: 40px;
    margin-bottom: 10px;
    margin-right: 10px;
    float: left;
    border: 1px solid #8a8888;
    font-family: "Poppins", Arial, sans-serif;
}
button, select {
    text-transform: none;
}
.resr_form button, .resr_form_inner button {
    background:#0a518e;
    height: 40px;
    width:94.4%;
    margin: 0 auto;
    border: 0;
    font-weight: bold;
    color: #fff;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
	font-size: 16px;
}
.resr_form button:hover {
    background: #e74611;
}
button, select {
    text-transform: none;
}
button {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    /* margin: 0; */
    /* font: inherit; */
    color: inherit;
}
button, select {
    text-transform: none;
}
button, input, select, textarea {
    font-family: inherit;
    /* font-size: inherit; */
    line-height: inherit;
}
button, select {
    text-transform: none;
}
button, input, optgroup, select, textarea {
    /* margin: 0; */
    /* font: inherit; */
    color: inherit;
}
button, select {
    text-transform: none;
}
button, input, select, textarea {
    font-family: inherit;
    /* font-size: inherit; */
    line-height: inherit;
}
div#reservation-box {
    background: rgba(255, 255, 255, 0.77);
    display: block;
    box-shadow: 0px 0px 0px #666;
    width:35%;
    height:152px;
    position: absolute;
    bottom: 0px;
    left: 87px;
    z-index: 60;
    border: 0px double #57584d;
    margin: 0 auto;
    /* border-radius: 30px 0px 30px 0px; */
    -moz-border-radius: 30px 0px 30px 0px;
    -o-border-radius: 30px 0px 30px 0px;
    /* -webkit-border-radius: 30px 0px 30px 0px; */
	-webkit-box-shadow: 0 0 30px 0 rgba(34,30,24,.5);
    -moz-box-shadow: 0 0 30px 0 rgba(34,30,24,.5);
    box-shadow: 0 0 30px 0 rgba(34,30,24,.5);
}
.resr_form {
    padding: 20px 0px 20px 20px;
    width: 31%;
    z-index: 1000;
    background-color: rgba(255,255,255,.7);
    -webkit-box-shadow: 0 0 30px 0 rgba(34,30,24,.5);
    -moz-box-shadow: 0 0 30px 0 rgba(34,30,24,.5);
    box-shadow: 0 0 30px 0 rgba(34,30,24,.5);
    position: relative;
    margin: 0 0 0 90px;
    margin-top: -16.7em;
}
.resr_form_inner select, .resr_form select {
    width:29.8%;
    margin-bottom: 10px;
    background:url(https://www.bestwesternlindale.com/images/sprite.png) no-repeat 71px -97px #d9d9d9;
    color: #333;
    font-size: 16px;
    padding-left: 6px;
    height: 40px;
    margin-bottom: 10px;
    margin-right: 10px;
    float: left;
    border: 1px solid #8a8888;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: "Poppins", Arial, sans-serif;
}

/*[ LOADDING ]
///////////////////////////////////////////////////////////
*/
.margin_60_35 {
    padding-top: 90px;
    padding-bottom: 40px;
}
.margin_60_351 {
    padding-top:75px;
    padding-bottom: 40px;
}
.margin_60_352 {
    padding-top: 75px;
    padding-bottom: 40px;
}
.margin_60_355 {
    padding-top: 28px;
    padding-bottom: 40px;
}
h1.main_title, h2.main_title, h3.main_title {
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 23px 0;
    padding: 0;
    font-size: 28px;
    color: #ed5434;
    font-family: 'Playfair Display', 'Open Sans', Arial, sans-serif;
    font-weight: normal;
}
.paragraph{margin-bottom: 25px;}
.paragraph span{font-size:14px;line-height:27px;}
h1.main_title a {color: #53a7f0;font-size: 28px;}
h1.main_title a:hover, h1.main_title a:focus {color: #ed5434; text-decoration: none; outline: none;}
h1, h2, h3, h4, h5, h6 {clear: both;line-height:27px;}
h1.main_title span, h2.main_title span, h3.main_title span {
    display: block;
    color: #999;
    font-size: 21px;
    text-transform: none;
}

p.lead.styled {
    text-align: justify;
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 25px;    font-weight: 300;
}

#additional {
    margin: 0 auto 27px;
    text-align: left;
}
.btn-secondary {
    background: #D59D00;
    border: 1px solid #D59D00;
    color: #fff;
}
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0px;
}
.collapse.in {
    display: block;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.05);font-size:13px; line-height:24px;
}
.text-left {
    text-align:left;
}
.collapse {
    display:block;
}
.title1 {
    border-bottom: #e4e4e4 1px solid;
    position: relative;
    line-height:25px;
    margin: 0 0 20px 0;
    padding: 0 0 6px 0;
    color: #3D7DBC;font-size:1.3em;
}
.title-end, .widget .widget-title h6 {
    background: #F69B0C;
}
.title-end {
    bottom: -4px;
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    width: 60px;
}
p {
    margin-bottom:23px;
    line-height: 25px;
}
.row12 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.mar-pad {
    margin: 2% 0;
}
.col-md-6 {
    float: left;
}
.col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 43%;
}
.star-banner {
    width: 14%;
    float: left;
    margin-top: 54px;
}
iframe {
    width:100%;
    height:301px;
}
.h1, .h2, .h3, h1, h2, h3 { margin-top: 8px;}
.bot-2 {
    font-family: 'Playfair Display', 'Open Sans', Arial, sans-serif;
    margin-bottom: 25px;
    text-align: center;
    font-size: 24px;color: #fff;
}
.bot-3 {
    font-family: 'Playfair Display', 'Open Sans', Arial, sans-serif;
    margin-bottom: 30px;
    text-align: center;
    font-size: 24px;color: #333;
}
.facility-ico {
    border: 1px solid #999;
    margin: 0% 0% 1% 1%;
    padding: 2%;
}
.facility-ico h5{ font-size:14px; color:#666; text-align:center;}
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {float: left;}
.col-md-4 {width: 31.33333333%;}
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left;
}
.content {padding: 3em 0;}

.row {
    margin-right: 9px;
    /* margin-left: -15px; */
}
.back-col {
    background:rgba(0,0,0,0.7);
    margin:1%; max-width:31.3%;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
}

img {
    vertical-align: middle;
}
img {
    border: 0;
}
p {
    margin-bottom: 19px;
    line-height: 25px;
}
p {
    margin: 0 0 20px;
}

.animsition-loading-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.cp-spinner {
    width: 40px;
    height: 40px;
    display: inline-block;
    box-sizing: border-box;
    position: relative
}

.cp-meter {
    border-radius: 50%;
    border-top: solid 6px #ec1d25;
    border-right: solid 6px #ec1d25;
    border-bottom: solid 6px #ec1d25;
    border-left: solid 6px #ec1d25;
    width: 48px;
    height: 48px;
    display: inline-block;
    box-sizing: border-box
}

.cp-meter:before {
    border-radius: 3px;
    content: " ";
    width: 6px;
    height: 12px;
    display: inline-block;
    box-sizing: border-box;
    background-color: #ec1d25;
    position: absolute;
    top: 5px;
    left: 16px;
    transform-origin: center bottom;
    animation: cp-meter-animate-before 1s linear infinite
}

.footer {
    background: #0c3c65 url(https://www.bestwesternlindale.com/images/bgmap.png) repeat;
    padding: 2em 0;
    font-family:Montserrat;
    font-weight: 300;
    color: #fff;
    font-size: 13px;
    line-height: 25px;
    background-size: cover;
    background-position: center top;
}

.footer a, .link ul li a:hover {
    text-decoration: none;
    color: #F3F2F2;
    font-size: 13px;
}

.footer-grid h3 {font-weight: 300;
    font-size:1.4em;
    color: #E5E4E4;
    margin:0 1em 1em 0;
    padding: 0 0 .5em;
    font-family:Montserrat;
    letter-spacing: 1px;
    border-bottom: 1px dotted #8F8D8D;
}
.footer h4 {
    color:#f3b20c;
    font-size:17px;
	font-weight:600;
	margin-bottom:0px;
}
.footer-grid p {
    color: #FFF;
    font-size: 13px;
    line-height: 1.8em;
    margin: 0;
}
.link ul li {
    list-style-type: none;
    margin: 0 0 0px;
    background: url(https://www.bestwesternlindale.com/images/4.png) no-repeat 0 10px;
    padding-left: 2em;
    width:50%;
    display: block;
    float: left;
}
.previlege {
    width:14.5%;
    float: right;
    margin: 60px 0 0 0px;
}
.previlege img {
    width: 100%;
}
.footer-copy {
    border-top: 2px solid #EF562D;
    padding: 1em 0;
    background:url(https://www.bestwesternlindale.com/images/footer-bg.jpg) repeat;
    text-align: center;
}
.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
    color: #ef562d;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.footer-left {
    text-align: center;
    margin: 0 0 1em;
}

.footer-left p {
    text-align: center;
    color:#e4ddde;
    font-size: 13px;
    margin: 0;
    font-weight: 300;
    font-family:Montserrat;
    margin: 0 0 10px 0;
}
p {
    font-size: 14px;
    color: #555;
    margin: 1em 0 2em;
    font-style: normal;
    line-height: 1.8em;
    font-weight: 300;
}
p {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
}
p {
    margin: 0 0 20px;
}
p {
    margin-bottom: 21px;
    line-height: 25px;
}
.btn {
    font-family: "Poppins", Arial, sans-serif;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.footer-left p a {
    color:#e4ddde;
    text-decoration: none;font-size: 13px;
}

.footer-address {width:35%; max-width: 60%; margin-right: 30px;}
.footer-link {width:30%; max-width:26%; margin-right: 30px; float: left;}
.footer-gallery {margin-right: 0px; width:100%}
@font-face {
	font-family:'Glyphicons Halflings';
	src:url(https://www.bestwesternlindale.com/fonts/glyphicons-halflings-regular.eot);
	src:url(https://www.bestwesternlindale.com/fonts/glyphicons-halflings-regulard41d.eot#iefix) format("embedded-opentype"), url(https://www.bestwesternlindale.com/fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(https://www.bestwesternlindale.com/fonts/glyphicons-halflings-regular.woff) format("woff"), url(https://www.bestwesternlindale.com/fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(https://www.bestwesternlindale.com/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg")
}
.glyphicon {
	position:relative;
	top:1px;
	display:inline-block;
	font-family:'Glyphicons Halflings';
	font-weight:400;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale
}
legend, pre {
	display:block;
	color:#333
}
.glyphicon-envelope:before {
	content:"\2709"
}
.glyphicon-print:before {
	content:"\e045"
}
.glyphicon-chevron-left:before {
	content:"\e079"
}
.glyphicon-chevron-right:before {
	content:"\e080"
}
.glyphicon-calendar:before {
	content:"\e109"
}
.glyphicon-earphone:before {
	content:"\e182"
}
.glyphicon-phone-alt:before {
	content:"\e183"
}

.social{margin:20px 0 0 0;padding:0; display:block}
.social ul li{margin:5px 5px 5px 0;list-style:none outside none;display:inline-block}
.social em{width:36px;height:36px;color:#fff;font-size:16px;text-align:center;padding:11px 11px;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;-o-border-radius:50%;transition:all ease .3s;-moz-transition:all ease .3s;-webkit-transition:all ease .3s;-o-transition:all ease .3s;-ms-transition:all ease .3s}
.social em:hover{background-color:#909AA0;transition:all ease .3s;-moz-transition:all ease .3s;-webkit-transition:all ease .3s;-o-transition:all ease .3s;-ms-transition:all ease .3s}
.social .fa-facebook {background: #1c62aa;}
.social .fa-google-plus {background: #d11718;}
.social .fa-youtube {background: #f82828;}
.social .fa-pinterest {background: #bc0a1b;}
.social .fa-youtube-play{background:#f82828}

.fa-pinterest:before {content: "\f0d2";}
.fa-youtube-play:before {content: "\f16a";}

.social1{margin:0;padding:0; display:none}
.social1 ul li{margin:5px 5px 5px 0;list-style:none outside none;display:inline-block}
.social1 i{width:36px;height:36px;color:#fff;font-size:16px;text-align:center;padding:11px 11px;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;-o-border-radius:50%;transition:all ease .3s;-moz-transition:all ease .3s;-webkit-transition:all ease .3s;-o-transition:all ease .3s;-ms-transition:all ease .3s}
.social1 i:hover{background-color:#909AA0;transition:all ease .3s;-moz-transition:all ease .3s;-webkit-transition:all ease .3s;-o-transition:all ease .3s;-ms-transition:all ease .3s}
.social1 .fa-facebook {background: #1c62aa;}
.social1 .fa-google-plus {background: #d11718;}
.social1 .fa-youtube {background: #f82828;}

@keyframes cp-meter-animate-before {
    0% {
        transform: rotate(-45deg)
    }

    100% {
        transform: rotate(315deg)
    }
}

/*[ BACK TO TOP ]
///////////////////////////////////////////////////////////
*/
.btn-back-to-top {
  display: none;
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 40px;
  right: 40px;
  background-color: black;
  opacity: 0.5;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  border-radius: 4px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

.symbol-btn-back-to-top {
  font-size: 22px;
  color: white;
  line-height: 1em;
}

.btn-back-to-top:hover {
  opacity: 1;
  cursor: pointer;
}

@media (max-width: 576px) {
  .btn-back-to-top {
    bottom: 15px;
    right: 15px;
  }
}


/*[ Calendar ]
///////////////////////////////////////////////////////////
*/
td.active {
  background-color: #ec1d25 !important;
}

input[type="date" i] {
  padding: 14px;
}

.table-condensed td, .table-condensed th {
  font-size: 14px;
  font-family: Montserrat;
  font-weight: 400;
}
.daterangepicker {
    width: 339px;
    box-shadow: 0px 3px 25px rgba(0,0,0,0.1);
    border: none;
    margin-top: 10px;
}
.daterangepicker .calendar {
  max-width: inherit;
}
.daterangepicker thead tr th {
  padding: 10px 0;
}
.daterangepicker .table-condensed th select {
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 15px;
  padding: 5px;
}
.daterangepicker td {
    width: 60px;
    height: 35px;
}



/*[ Select2 ]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

/*[ width select ]
===========================================================*/
.select2-container {
  display: block;
    max-width: 100%;
    width: auto !important;
}

/*[ Select ]
===========================================================*/
.select2-container .select2-selection--single {
  display: flex;
  align-items: center;
    background-color: white;
    border: 0px solid transparent;
    border-radius: 10px !important;
    height: 46px;
    outline: none;
}

.select2-container--focus {
  border-radius: 10px;
  box-shadow: 0 0 0px 2px #ec1d25;
  -moz-box-shadow: 0 0 0px 2px #ec1d25;
  -webkit-box-shadow: 0 0 0px 2px #ec1d25;
  -o-box-shadow: 0 0 0px 2px #ec1d25;
  -ms-box-shadow: 0 0 0px 2px #ec1d25;
}

.select2-container--focus .select2-selection--single {
  border-color: transparent;
}

.select2-container--below.select2-container--open {
  border-radius: 10px;
  box-shadow: 0 0 0px 2px #ec1d25;
  -moz-box-shadow: 0 0 0px 2px #ec1d25;
  -webkit-box-shadow: 0 0 0px 2px #ec1d25;
  -o-box-shadow: 0 0 0px 2px #ec1d25;
  -ms-box-shadow: 0 0 0px 2px #ec1d25;
}

.select2-container--below.select2-container--open .select2-selection--single {
  border-color: transparent;
}

.select2-container--above.select2-container--open {
  border-radius: 10px;
  box-shadow: 0 0 0px 2px #ec1d25;
  -moz-box-shadow: 0 0 0px 2px #ec1d25;
  -webkit-box-shadow: 0 0 0px 2px #ec1d25;
  -o-box-shadow: 0 0 0px 2px #ec1d25;
  -ms-box-shadow: 0 0 0px 2px #ec1d25;
}

.select2-container--above.select2-container--open .select2-selection--single {
  border-color: transparent;
}


/*[ in select ]
===========================================================*/
.select2-selection__rendered {
  font-size: 14px;
  font-family: Montserrat;
  font-weight: 400;
  color: #666666 !important;
  padding-left: 20px !important;
} 

.select2-selection__arrow {
  top: 50% !important;
  transform: translateY(-50%) !important;
  right: 12px !important;
}


/*[ dropdown option ]
===========================================================*/
.select2-dropdown {
    border: none !important;
    border-radius: 10px !important;
    overflow: hidden;
    box-shadow: 0px 3px 25px rgba(0,0,0,0.1);
    margin-top: 7px;
}
.select2-dropdown--above {top: -2px;}
.select2-dropdown--below {top: 2px;}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container .select2-results__option--highlighted[aria-selected] {
  background-color: #ec1d25;
  color: #fff;
}

.select2-results__options{
  font-size: 14px;
  font-family: Montserrat;
  font-weight: 400;
  color: #666666 !important;
}


.select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa !important;
  outline: none;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}

.select2-search--dropdown .select2-search__field:focus {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
}



/*[ Header ]
///////////////////////////////////////////////////////////
*/

.wrap-menu-header {
  position: absolute;
  width: 100%;
  height: 78px;
  top:40px;
  left: 0;
  z-index: 1001;
  border-top:0px solid #9c0304;
}
.wrap-menu-header1 {
    position: absolute;
    width: 100%;
    height: 78px;
    top: 40px;
    left: 0;
    z-index: 1001;
    border-top: 0px solid #9c0304;
}
.wrap_header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    background-color: transparent;
    justify-content: space-between;
    /* align-items: center; */
}
.wrap_header1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    background-color: transparent;
    justify-content: space-between;
    /* align-items: center; */
}
.row {
    /* margin-right: 0px; */
    /* margin-left: -15px; */
    display: block;
    margin: 0 auto;
}
.pull-right {
    float: right!important;
}
.pull-left {
    float: left;
    padding-right: 20px;
}

.pull-right p {
    margin-bottom: 7px;
    line-height: 25px;
}
.pre-header ul, .pre-header p {
    padding-top: 8px;
    color: #C9C9CB;
    font-family: "Muli", Helvetica, Arial, sans-serif;
    font-size: 13px;
}
.pre-header i {
    padding-right: 5px;
}
.pre-header i {
    padding-right: 5px;
}
.pre-address-b {
    height: auto;
    padding-top: 0px;
    padding-left: 20px;
    border-left: 1px solid rgba(255,255,255,0.1);
}
.pre-header p a {
    color: #C9C9CB;
    font-family: "Muli", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 500;
}
.header-fixed .wrap-menu-header {
    position: fixed;
    height: 76px;
    background:#f8f9fa;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
    top: 0px;
}
.header-fixed .wrap-menu-header1 {
    position: fixed;
    height: 76px;
    background:#f8f9fa;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
    top: 0px;
}
.header-fixed .navbar-nav > li > a{
    color:#7b6f6f;padding-bottom:26.7px;
}
.header-fixed .logo {
    margin-top: 6px;
    height: 80px;
}
.header-fixed .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color:#007bff;
    font-weight: 500;
     background-color:#e9ecef;
    /* border-bottom: 1px dotted #eee; */
    text-shadow: 0px 0px 0px #151414;
	border-bottom:1px solid #007bff;
	padding-top: 27.3px;
    padding-bottom:25.3px;
    margin-left: 0px;
    margin-right: 0px;
}
/*[ Logo ]
-----------------------------------------------------------
*/
.logo {
 height: 85px;
}

.logo > a{
  display: block;
  height: 100%;
}

.logo > a > img {
  width: auto;
  max-height:100%;
  vertical-align: middle;
}


/*[ Menu ]
-----------------------------------------------------------
*/
.wrap_menu {
  height: 100%;
}

.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  height:100%;
}

.main_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main_menu li {
  display: block;
  position: relative;
}

.main_menu > li {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
}

.main_menu > li > a {
  font-family: Montserrat;
  font-weight:600;
  font-size: 14px;
  text-transform: uppercase;
  color: #04325d;
  padding: 12px;
}

.header-fixed .main_menu > li > a {
  color: #222222;
}

.main_menu > li:hover > a {
  color: #ec1d25;
  text-decoration: none;
}

/* ------------------------------------ */
.sub_menu {
  position: absolute;
  top:0;
  left: 100%;
  width: 225px;
  background-color: white;

  transform-origin: top left;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);

  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.34; 
}

.main_menu > li > .sub_menu {
  top:100%;
  left: 0;
  position: absolute;
}

.main_menu > li:hover .sub_menu {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.sub_menu li:hover > .sub_menu {
  display: block;
} 

.sub_menu li {
  background-color: #f2f2f2;
  border-top: 1px solid #e0e0e0; 
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.sub_menu li:hover {
  background-color: white;
}

.sub_menu li, .sub_menu a {
  padding: 10px;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 14px;
  color: #808080;
}

.sub_menu > li:hover > a {
  color: #555555;
  text-decoration: none;
}


/*[ Social ]
-----------------------------------------------------------
*/
.social a {
  font-size: 15px;
  color: white;
}

.header-fixed .social a {
  color: #222222;
}

.social a:hover {
  color: #ec1d25;
}

.btn-show-sidebar {
  width: 26px;
  height: 15px;
  border-top: 2px solid white;
  border-bottom: 2px solid white; display:none;
}

.header-fixed .btn-show-sidebar {
  border-top: 2px solid #222222;
  border-bottom: 2px solid #222222;
}

.btn-show-sidebar:hover {
  border-top: 2px solid #ec1d25;
  border-bottom: 2px solid #ec1d25;
}

@media (max-width: 1200px) {
  .main_menu > li {
    margin-left: 4px;
    margin-right: 4px;
  }

  .social {padding-right: 0px;}

  .logo {
    height:73px;
  }
}

@media (max-width: 992px) {
  .wrap_menu {
    display: none;
  }

  .wrap_header {
    height: 100px;
  }
}




/*[ Sidebar ]
///////////////////////////////////////////////////////////
*/
.sidebar {
  position: fixed;
  z-index: 1200;
  width: 390px;
  height: 100%;
  overflow: auto;
  background-color: white;
  top: 0;
  right: -390px;
}

@media (max-width: 576px) {
  .sidebar {width: 300px;}
}

.show-sidebar {
  right: 0px;
}

.btn-hide-sidebar {
  position: absolute;
  font-size: 20px;
  color: #111111;
  padding: 10px;
  top: 20px;
  right: 20px;
}

.overlay-sidebar {
  position: fixed;
  z-index: 1150;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
}

.show-overlay-sidebar {
  visibility: visible;
  background-color: rgba(0,0,0,0.65);
}

/* ------------------------------------ */
.item-gallery-sidebar {
  display: block;
  position: relative;
  width: calc((100% - 30px) / 3 );
  margin: 5px;
}

.item-gallery-sidebar::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.item-gallery-sidebar:hover:after {
  background-color: rgba(236,29,37,0.7);
}

@media (max-width: 576px) {
  .wrap_header {
    height: 80px;
  }

  .gallery-sidebar {
    padding-left: 20px;
    padding-right: 20px;
  }
}



/*[ Slide1 ]
///////////////////////////////////////////////////////////
*/

/*[ Slick1 ]
-----------------------------------------------------------
*/
.wrap-slick1,
.wrap-slick2,
.wrap-slick3 {
  position: relative;
}

.item-slick1,
.item-slick2,
.item-slick3 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.item-slick1 {
  height:99.9vh;
}

.arrow-slick1, .arrow-slick2, .arrow-slick3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-size: 18px;
  color: white;
  position: absolute;
  background-color: black;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  z-index: 200;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.wrap-slick1:hover .arrow-slick1,
.wrap-slick2:hover .arrow-slick2,
.wrap-slick3:hover .arrow-slick3 {
  opacity: 0.5;
}

.arrow-slick1:hover,
.arrow-slick2:hover,
.arrow-slick3:hover {
  background-color: #ec1d25;
}

.next-slick1,
.next-slick2,
.next-slick3 {
  right: 85px;
  left: auto;
}

.prev-slick1,
.prev-slick2,
.prev-slick3 {left:85px; right:auto;}

@media (max-width: 576px) {
  .next-slick1 {
    right: 15px;
  }

  .prev-slick1 {
    left: 15px;
  }
}

/* ------------------------------------ */
.wrap-slick1-dots {
    position: absolute;
    width: 10%;
    height: 29px;
    right: 70px;
    bottom: 14px;
    z-index: 10;
}

.slick1-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.slick1-dots li {
  padding-left: 3px;
  padding-right: 3px;
}

.slick1-dots li button {
  display: block;
  color: transparent;
  background-color: #958e88;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid transparent;
  background-clip: padding-box;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}


.slick1-dots li button:hover {
    border: 3px solid white;
    background-color: #d41b22;
}

.slick1-dots li.slick-active button {
    border: 3px solid white;
    background-color: #d41b22;
} 

/*[ Caption ]
-----------------------------------------------------------
*/
@media (max-width: 360px){

.wrap-menu-header {
    position: absolute;
    width: 100%;
    height: 120px;
    top: 0;
    left: 0;
    z-index: 100;
    border-top: 5px solid #ec1d25;
}
.pre-header{ display:none}
.wrap-menu-header {
    position: relative;
    width: 100%;
    height: 120px;
    top: 0px;
    left: 0;
    z-index: 0;
    border-top: 0px solid #9c0304;
}
.logo > a > img {
    width: auto;
    max-height:80%;
    vertical-align: middle;
}
}

@media (max-width: 768px) {
	.col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
    float: none;
}

.social{margin:14px 0 0 0;padding:0; display:block}
.social ul li{margin:5px 5px 5px 0;list-style:none outside none;display:inline-block}
.social i{width:36px;height:36px;color:#fff;font-size:16px;text-align:center;padding:11px 11px;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;-o-border-radius:50%;transition:all ease .3s;-moz-transition:all ease .3s;-webkit-transition:all ease .3s;-o-transition:all ease .3s;-ms-transition:all ease .3s}
.social i:hover{background-color:#909AA0;transition:all ease .3s;-moz-transition:all ease .3s;-webkit-transition:all ease .3s;-o-transition:all ease .3s;-ms-transition:all ease .3s}
.social .fa-facebook {background: #1c62aa;}
.social .fa-google-plus {background: #d11718;}
.social .fa-youtube {background: #f82828;}

.social1{margin:0;padding:0; display:block}
.social1 ul li{margin:5px 5px 5px 0;list-style:none outside none;display:inline-block}
.social1 i{width:36px;height:36px;color:#fff;font-size:16px;text-align:center;padding:11px 11px;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;-o-border-radius:50%;transition:all ease .3s;-moz-transition:all ease .3s;-webkit-transition:all ease .3s;-o-transition:all ease .3s;-ms-transition:all ease .3s}
.social1 i:hover{background-color:#909AA0;transition:all ease .3s;-moz-transition:all ease .3s;-webkit-transition:all ease .3s;-o-transition:all ease .3s;-ms-transition:all ease .3s}
.social1 .fa-facebook {background: #1c62aa;}
.social1 .fa-google-plus {background: #d11718;}
.social1 .fa-youtube {background: #f82828;}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0rem 0rem;
}
.col-sm-6 {
   width: 100%;
}
  .wrap-content-slide1 .tit1 {
    font-size: 30px;
  }
  .btn-show-sidebar {
    width: 26px;
    height: 15px;
    border-top: 2px solid white;
	border-middle: 2px solid white;
    border-bottom: 2px solid white;
    display:block;
}

  .wrap-content-slide1 .txt1 {
    font-size: 39px;
  }
}

@media (max-width: 576px) {
  .wrap-content-slide1 .tit1 {
    font-size: 21px;    text-transform: capitalize;
  }

  .wrap-content-slide1 .txt1 {
    font-size: 24px;
  }
  .p-t-150 {
    padding-top: 148px;
}
.m-b-15 {
    margin-bottom: 13px;
}
.m-b-37 {
    margin-bottom: 0px;
}
.wrap-slick1-dots {
    position: absolute;
    width: 100%;
    height: 65px;
    left: 0;
    bottom: -28px;
}
}


/*[ Button1 ]
///////////////////////////////////////////////////////////
*/
.btn1 {
  background: white;
  border-radius: 10px;
}

.btn1:hover {
  background-color: #ec1d25;
  color: white;
}

/*[ Button3 ]
///////////////////////////////////////////////////////////
*/
.btn3 {
  background: #111111;
  border-radius: 10px;
}

.btn3:hover {
  background-color: #ec1d25;
  color: white;
}


/*[ Button2 ]
///////////////////////////////////////////////////////////
*/
.btn2 {
  background-color: white;
  border-radius: 10px;
  opacity: 0.9;
}

.btn2:hover {
  background-color: #ec1d25;
  color: white;
}




/*[ Intro ]
///////////////////////////////////////////////////////////
*/
.header-intro {
  background-attachment: fixed;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
}



/*[ Slide2 ]
///////////////////////////////////////////////////////////
*/

/*[ Slick2 ]
-----------------------------------------------------------
*/

.arrow-slick2 {
  top: 53%;
}


@media (max-width: 576px) {
  .next-slick2 {
    right: 15px;
  }

  .prev-slick2 {
    left: 15px;
  }
}

/* ------------------------------------ */
.wrap-slick2-dots {
  position: absolute;
  width: 100%;
  height: 128px;
  left: 0;
  bottom: 0;
}

.slick2-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.slick2-dots li {
  padding-left: 5px;
  padding-right: 5px;
}

.slick2-dots li button {
  display: block;
  color: transparent;
  background-color: #cccccc;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid transparent;
  background-clip: padding-box;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}


.slick2-dots li button:hover {
  border: 1px solid #d41b22;
  background-color: #d41b22;
}

.slick2-dots li.slick-active button {
  border: 1px solid #d41b22;
  background-color: #d41b22;
} 


/*[ Slide3 ]
///////////////////////////////////////////////////////////
*/

/*[ Slick3 ]
-----------------------------------------------------------
*/


.arrow-slick3 {
  top: 40%;
}


@media (max-width: 576px) {
  .next-slick3 {
    right: 15px;
  }

  .prev-slick3 {
    left: 15px;
  }
}

/* ------------------------------------ */
.wrap-slick3-dots {
  width: 100%;
  height: 128px;
}

.slick3-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.slick3-dots li {
  padding-left: 5px;
  padding-right: 5px;
}

.slick3-dots li button {
  display: block;
  color: transparent;
  background-color: #cccccc;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid transparent;
  background-clip: padding-box;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}


.slick3-dots li button:hover {
  border: 1px solid #d41b22;
  background-color: #d41b22;
}

.slick3-dots li.slick-active button {
  border: 1px solid #d41b22;
  background-color: #d41b22;
} 





/*[ Block2 ]
///////////////////////////////////////////////////////////
*/
.blo2 {
  border-radius: 10px;
  overflow: hidden;
}

.wrap-pic-blo2 {
  display: block;
  width: 50%;  
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.wrap-text-blo2 {
  background-color: white;
  width: 50%;
  min-height: 390px;
}

/* ------------------------------------ */
.effect1 {
  background-color: #cf2227;
  opacity: 0.9;
  position: relative;
}
.effect1 .txt-effect1 {
  width: 390px;
  height: 50px;
  transform-origin: center center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotateZ(90deg);
  -moz-transform: translate(-50%, -50%) rotateZ(90deg);
  -ms-transform: translate(-50%, -50%) rotateZ(90deg);
  -o-transform: translate(-50%, -50%) rotateZ(90deg);
  transform: translate(-50%, -50%) rotateZ(90deg);
}

@media (max-width: 992px) {
  .blo2 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .wrap-pic-blo2 {
    width: 100%;
    height: 390px;
  }

  .wrap-text-blo2 {
    width: 100%;
    min-height: 390px;
  }

  .time-event {
    width: 100%;
    height: auto;
  }

  .effect1 .txt-effect1 {
    width: 100%;
    height: 50px;
    padding: 10px;
    transform-origin: center center;
    position: unset;
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
}

@media (max-width: 576px) {
  .blo2 {
    width: 100%;
  }

  .wrap-pic-blo2 {
    width: 100%;
    height: 364px;
  }

}


/*[ Video ]
///////////////////////////////////////////////////////////
*/
.section-video {
  background-attachment: fixed;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.content-video {
  background-color: rgba(0,0,0,0.5);
}

/*[ Modal video 01 ]
-----------------------------------------------------------
*/
body {padding-right: 0px !important;}
.modal {
  padding: 0px !important;
  z-index: 1160;
  overflow-x: hidden;
  overflow-y: auto !important;
}
.modal-open {overflow-y: scroll;}

/* ------------------------------------ */
.modal-backdrop {
  background-color: transparent;
}

#modal-video-01 {
  background-color: rgba(0,0,0,0.8);
  z-index: 1250;
  
}

#modal-video-01 .modal-dialog {
  max-width: 100% !important;
  height: 100% !important;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}

.wrap-video-mo-01 {
  width: 854px;
  height: auto;
  position: relative;
  margin: 15px;
}

.video-mo-01 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 2s;
  -o-transition: all 2s;
  -moz-transition: all 2s;
  transition: all 2s;
}

.video-mo-01 iframe {
  width: 100%;
  height: 100%;
}

.close-mo-video-01 {
  font-size: 50px;
  color: white;
  opacity: 0.6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1250;
  width: 60px;
  height: 60px;
  top: 0;
  right: 0;
}

.close-mo-video-01:hover {
  cursor: pointer;
  opacity: 1;
}



/*[ Blog ]
///////////////////////////////////////////////////////////
*/
.time-blog {
  position: absolute;
  left: 14px;
  bottom: 11px;
  background-color: rgba(0,0,0,0.5);
  padding: 3px 15px;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 12px;
  color: white;
  border-radius: 4px;
}


/*[ Gallery footer ]
///////////////////////////////////////////////////////////
*/
.item-gallery-footer {
    display: block;
    position: relative;
    width:calc((58.7% - 0px) / 3.5 );
    margin-right: 10px;
    margin-bottom: 10px;
}

.item-gallery-footer::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.item-gallery-footer:hover:after {
  background-color: rgba(236,29,37,0.7);
}


/*[ BG Title Page ]
///////////////////////////////////////////////////////////
*/
.bg-title-page {
  width: 100%;
  min-height: 545px;
  padding-left: 15px;
  padding-right: 15px;
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
}

@media (max-width: 576px) {
  .bg-title-page .tit6 {font-size: 30px;}
}



/*[ Item mainmenu ]
///////////////////////////////////////////////////////////
*/

.line-item-mainmenu {
  flex-grow: 1;
  height: 2px;
  margin-bottom: 5px;
  margin-right: 10px;
  margin-left: 10px;
}

@media (max-width: 576px) {
  .line-item-mainmenu {
    display: none;
  }

  .price-item-mainmenu {
    padding-top: 5px;
  }

  .name-item-mainmenu {
    width: 100%;
  }
}


/*[ Block3 ]
///////////////////////////////////////////////////////////
*/

@media (max-width: 576px) {
  .text-blo3 {
    width: 100%;
  }
}



/*[ Gallery ]
///////////////////////////////////////////////////////////
*/

.label-gallery {
  border-radius: 10px;
  padding: 2px 11px;
  margin: 5px 0;
}

.label-gallery:hover {
  background-color: #111111;
  color: white;
}

.is-actived {
  background-color: #111111;
  color: white;
}

/* ------------------------------------ */
.wrap-gallery {
  width: 100%;
  box-sizing: border-box;
}

.item-gallery {
  width: calc( (100% - 140px) / 3 ) ;
  margin: 30px 15px;
  position: relative;
}

.overlay-item-gallery {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(236,29,37,0.8);
  opacity: 0;
}

.overlay-item-gallery:hover {
  opacity: 1;
}

.btn-show-gallery {
  font-size: 18px;
  color: #222222;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: white;
}

@media (min-width: 768px) {
+
  .item-gallery {
    width: calc((100% - 110px) / 2);
  }
}

@media (max-width: 576px) {
  .item-gallery {
    width: calc((100% - 30px) / 1);
  }
  .wrap-gallery {
    padding-left: 0;
    padding-right: 0;
  }
}


/*[ Pagination ]
///////////////////////////////////////////////////////////
*/
.item-pagination {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 13px;
  color: #808080;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #e6e6e6;
  margin: 6px;
}

.item-pagination:hover {
  background-color: #333333;
  color: white;
}

.active-pagination {
  background-color: #333333;
  color: white;
}



/*[ Sidebar2 ]
///////////////////////////////////////////////////////////
*/

/*[ Search sidebar2 ]
-----------------------------------------------------------
*/
.btn-search-sidebar2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 46px;
  height: 46px;
  background-color: #333333;
  color: white;
  font-size: 18px;

  box-shadow: 0 0 0px 1px #333333;
  -moz-box-shadow: 0 0 0px 1px #333333;
  -webkit-box-shadow: 0 0 0px 1px #333333;
  -o-box-shadow: 0 0 0px 1px #333333;
  -ms-box-shadow: 0 0 0px 1px #333333;

  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.btn-search-sidebar2:hover {
  color: #ec1d25;
}

.input-search-sidebar2 {
  width: 100%;
  height: 100%;
}



/*[ Block4 ]
///////////////////////////////////////////////////////////
*/
.date-blo4 {
  width: 75px;
  height: 82px;
  position: absolute;
  top: 20px;
  left: 20px;
  border-radius: 10px;
  background-color: #ec1d25;
}
@media (max-width:768px){
.resr_form{ display:none}

iframe {
    width: 100%;
    height: 253px;
}
.left{ float:none}
.right{ float:none}
}
@media (min-width:768px) and (max-width:1023px ) {
.margin_60_355 {
    padding-top: 0px;
    padding-bottom: 40px;
}
.wrap-menu-header1 {
    position: relative;
    width:100%;
    height:120px;
    top: 0px;
    left: 0;
    z-index: 100;
    border-top: 0px solid #9c0304;
}
.wrap_header1 {
    height: 80px;
    padding-top:50px;
}
.res1 {
    position: relative;
    border-radius: 0;
    border: 0;
    color: #fff;
    padding: 0;
    margin: 0px;
    z-index: 2;
    width: 100%;
    left: 0px;
    bottom: 0px;
    /* border-bottom: 5px solid #ec1d25; */
}
.margin_60_351 {
    padding-top:147px;
    padding-bottom: 40px;
}
.banner1 {
    z-index: 1;
    background-size: cover;
    min-height: 382px;
}
.two-forths {
    width: 100%;
    margin:0 3.3% 19px 0;
    padding: 0px 20px 0px 20px;
    float: left;
    border: #CCCCCC double 1px;
}
.categories1 ul li {
    list-style-type: none;
    background: url(https://www.bestwesternlindale.com/images/4.png) no-repeat 0 7px;
    display: block;
    padding-left: 2em;
    margin: 1em -20px;
    font-size: 14px;
    color: #000000;
    text-align: justify;
    width: 100%;
}
.footer-address {
    width: 100%;
    max-width: 100%;
    margin-right:0px;
	margin-bottom: 22px;
}
.footer-link {
    width: 100%;
    max-width: 100%;
    margin-right: 46px;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 15px;
    margin-bottom: 30px;
}
.link ul li {
    list-style-type: none;
    margin: 0 0 0px;
    background: url(https://www.bestwesternlindale.com/images/4.png) no-repeat 0 10px;
    padding-left: 2em;
    width: 100%;
    display: block;
    float: left;
}
.footer-gallery {
    margin-right: 0px;
    margin-top: 15px;
}
.footer-gallery {
    margin-right: 0px;
    width: 100%;
    max-width: 100%;
}
.item-gallery-footer {
    display: block;
    position: relative;
    width: calc((52.3% - 100px) / 5.6 );
    margin-right: 10px;
    margin-bottom: 10px;
}
.flex-w {
    /* display: -webkit-box; */
    /* display: -webkit-flex; */
    display: -moz-box;
    display: -ms-flexbox;
    /* display: flex; */
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.col-sm-6 {
    width: 100%;
    max-width: 100%;
}

.back-col {
    background: rgba(0,0,0,0.7);
    margin: 1%;
    max-width: 100%;
    width: 100%;
    float: none;
    flex: 47%;
}
.previlege {
    width: 50%;
    float: none;
    margin: 0 auto;
}
.col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 21.666667%;
}
.banner-info10 iframe {
    width: 100%;
    height: 312px;
}
.banner-info10 {
    min-height: 320px;
}
.banner-info5,.banner-info6, .banner-info7, .banner-info8  , .banner-info9{
    min-height: 274px;
}
.item-slick1 {
    height:63.6vh;
}
.margin_60_35 {
    padding-top: 122px;
    padding-bottom: 40px;
}
.p-t-150 {
    padding-top:269px;
}
.wrap-slick1-dots {
    position: absolute;
    width: 100%;
    height: 65px;
    left: 0;
    bottom: -29px;
}
.resr_form {
    width: 100%;
    margin-top: 60px;
}
.resr_form {
    padding: 20px 0px 20px 16px;
    z-index: 11;
    -webkit-box-shadow: 0 0 30px 0 rgba(34,30,24,.5);
    -moz-box-shadow: 0 0 30px 0 rgba(34,30,24,.5);
    box-shadow: 0 0 30px 0 rgba(34,30,24,.5);
    position: relative;
    margin: 0 auto;
    margin-top: 59px;
}
.resr_form {
    top: 100px;
}
.resr_form h2 {
    text-align: center;
    width: 95%;
}
.resr_form h2, .resr_form_inner h2 {
    margin-top:-62px;
    font-weight: 500;
    width:97.7%;
    margin-left: 0px;
    background: #e74611;
    color: #fff;
    font-size:1.4em;
    padding: 10px;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    line-height: 1em;
    text-align: center;
}

.resr_form button, .resr_form_inner button {
    background: #0F79BF;
    height: 40px;
    width:23.4%;
    margin: 0 auto;
    border: 0;
    font-weight: normal;
    color: #fff;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    cursor: pointer;
    padding: 5px 15px 7px 15px;
    display: inline-block;
    outline: none;
    font-size: 16px;
    border-radius: 3px;
    margin-top: 0px;
    margin-bottom: 0px;
}
}

@media (min-width:768px) and (max-width:1023px ) {
.wrap-slick1-dots {
    position: absolute;
    width:100%;
    height: 29px;
    right: 78px;
    bottom: 0px;
}
.pre-header { display:block}
.wrap-menu-header {
    position: relative;
    width: 100%;
    height: 120px;
    top: 0px !important;
    left: 0;
    z-index: 0;
    border-top: 0px solid #9c0304;
}
.wrap_header {
    height: 80px;
    padding-top:45px;
}
.gradient1 {
    background: -webkit-linear-gradient(rgba(0,0,0,0.6) , rgba(0,0,0,0));
    background: -o-linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0));
    background: -moz-linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0));
    background: rgba(0,0,0,0.6);
}
.btn-show-sidebar {
    width: 26px;
    height: 15px;
    border-top: 2px solid white;
    border-middle: 2px solid white;
    border-bottom: 2px solid white;
    display: block;
	margin-top: 22px;
}
.btn-show-sidebar:hover {
    border-top: 2px solid #ec1d25;
    border-bottom: 2px solid #ec1d25;
    margin-top: 22px;
}
.pull-left {
    float: left;
    padding-right: 20px;
    display:block;
}
.pre-address-b { display:block;
    height: auto;
    padding-top: 0px;
    padding-left: 20px;
    border-left: 1px solid rgba(255,255,255,0.1);
}
.wrap-content-slide1 .txt1 {
    font-size: 24px;
    text-align: center;
}
.wrap-content-slide1 .tit1 {
    font-size: 21px;
    text-transform: capitalize;
    text-align: center;
}
.p-r-15 {
    padding-right: 0px;
}
.item-gallery-footer {
    display: block;
    position: relative;
    width:calc((100% - -92.6px) / 4.6 );
    margin-right: 10px;
    margin-bottom: 10px;
}
.two-forths {
    width: 100%;
    margin: 0 3.3% 19px 0;
    padding: 0px 20px 0px 20px;
    float: left;
    border: #CCCCCC double 1px;
}
.banner-info6, .banner-info7, .banner-info8 , .banner-info9 {
    min-height: 274px;
}
.item-slick1 {
    height:67.5vh;
}
.wrap-content-slide1 .tit1 {
    font-size: 23px;
}
.m-b-15 {
    margin-bottom: 12px;
}
.m-b-37 {
    margin-bottom: 214px;
}
.wrap-content-slide1 .txt1 {
    font-size: 28px;
}
.margin_60_35 {
    padding-top:39px;
    padding-bottom:40px;
}
.res {
    position: relative;
    border-radius: 0;
    border: 0;
    color: #fff;
    padding: 0;
    margin: 44px auto 0;
    z-index: 2;
}
div#reservation-box {
    background: rgba(255, 255, 255, 0.77);
    display: block;
    box-shadow: 0px 0px 0px #666;
    width: 100%;
    height: 154px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 60;
    border: 0px double #57584d;
    margin: 0 auto;
    /* border-radius: 30px 0px 30px 0px; */
    -moz-border-radius: 30px 0px 30px 0px;
    -o-border-radius: 30px 0px 30px 0px;
    /* -webkit-border-radius: 30px 0px 30px 0px; */
    -webkit-box-shadow: 0 0 30px 0 rgba(34,30,24,.5);
    -moz-box-shadow: 0 0 30px 0 rgba(34,30,24,.5);
    box-shadow: 0 0 30px 0 rgba(34,30,24,.5);
}
#b_availSubmit {
    clear: none;
    float: none !important;
    margin-top: 1.2em;
    text-align: right;
}
#b_availSubmit input {
background:#003580 !important;
cursor:pointer;
color:#fff;
}
#b_availSubmit input:hover {
background:#ff6600 !important;
cursor:pointer;
color:#fff;
}
.b_availFormInner {
    background-color: #EAEAEA;
    overflow: hidden;
    padding:0em 0em 0.8em  0.4em !important;
    _height: 1%;
}
#prim, .text1 {
    position: absolute;
    top: 0px !important;
    left: 0px !important;
    width: 100% !important;
    height: 119px;
    z-index: 99;
}
#b_availCheckIn {
    padding-right: 1.2em !important;
}
.resr_form {
    display: block;
}
.resr_form {
    width:94%;
    margin-top: 60px;
}
.resr_form {
    padding: 20px 0px 20px 16px;
    z-index: 11;
    -webkit-box-shadow: 0 0 30px 0 rgba(34,30,24,.5);
    -moz-box-shadow: 0 0 30px 0 rgba(34,30,24,.5);
    box-shadow: 0 0 30px 0 rgba(34,30,24,.5);
    position: relative;
    margin: 0 auto;
    margin-top: 59px;
}
.resr_form {
    top: 0;
}
.resr_form h2 {
    text-align: center;
    width: 95%;
}
.resr_form h2, .resr_form_inner h2 {
    margin-top: -59px;
    font-weight: 500;
    width:31%;
    margin-left:-16px;
    background: #e74611;
    color: #fff;
    font-size: 1.4em;
    padding: 10px 10px 10px 20px;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    line-height: 1em;
    text-align: left;
}
.resr_form input, .resr_form_inner input {
    background: url(https://www.bestwesternlindale.com/images/sprite.png) no-repeat 230px -18px #d9d9d9;
    border: 1px solid #8a8888;
    width: 47.8%;
    margin-bottom: 10px;
    height: 35px;
    float: left;
}
.resr_form select, .resr_form_inner select {
    margin-right: 12px;
    float: left;
    width: 31.2%;
    height: 35px;
    background: url(https://www.bestwesternlindale.com/images/sprite.png) no-repeat 170px -100px #d9d9d9;
}
.resr_form button, .resr_form_inner button {
    background: #0F79BF;
    height: 36px;
    width: 47.9%;
    border: 0;
    color: #fff;
}

.footer-address {
    width: 100%;
    max-width: 100%;
    margin-right:0px;
	margin-bottom: 22px;
}
.footer-link {
    width: 100%;
    max-width: 100%;
    margin-right: 46px;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 15px;
    margin-bottom: 30px;
}
.link ul li {
    list-style-type: none;
    margin: 0 0 0px;
    background: url(https://www.bestwesternlindale.com/images/4.png) no-repeat 0 10px;
    padding-left: 2em;
    width: 100%;
    display: block;
    float: left;
}
}

@media (min-width:600px) and (max-width:767px ) {
.star-banner {
    width:65%;
    float: none;
    margin-top: 23px;
}
.margin_60_355 {
    padding-top: 0px;
    padding-bottom: 40px;
}
.pre-header { display:block}
.wrap-menu-header {
    position: relative;
    width: 100%;
    height: 120px;
    top: 0px !important;
    left: 0;
    z-index: 0;
    border-top: 0px solid #9c0304;
}
.wrap_header {
    height: 80px;
    padding-top:45px;
}
.wrap-menu-header1 {
    position: relative;
    width:100%;
    height:120px;
    top: 0px;
    left: 0;
    z-index: 100;
    border-top: 0px solid #9c0304;
}
.wrap_header1 {
    height: 80px;
    padding-top:50px;
}
.res1 {
    position: relative;
    border-radius: 0;
    border: 0;
    color: #fff;
    padding: 0;
    margin: 0px;
    z-index: 2;
    width: 100%;
    left: 0px;
    bottom: 0px;
    /* border-bottom: 5px solid #ec1d25; */
}
.margin_60_351 {
    padding-top: 0px;
    padding-bottom: 40px;
}
.margin_60_352 {
    padding-top:180px !important;
    padding-bottom: 40px;
}
.gradient1 {
    background: -webkit-linear-gradient(rgba(0,0,0,0.6) , rgba(0,0,0,0));
    background: -o-linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0));
    background: -moz-linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0));
    background: rgba(0,0,0,0.6);
}
.btn-show-sidebar {
    width: 26px;
    height: 15px;
    border-top: 2px solid white;
    border-middle: 2px solid white;
    border-bottom: 2px solid white;
    display: block;
	margin-top: 22px;
}
.btn-show-sidebar:hover {
    border-top: 2px solid #ec1d25;
    border-bottom: 2px solid #ec1d25;
    margin-top: 22px;
}
.pull-left {
    float: left;
    padding-right: 20px;
    display:block;
}
.pre-address-b { display:block;
    height: auto;
    padding-top: 0px;
    padding-left: 20px;
    border-left: 1px solid rgba(255,255,255,0.1);
}
.wrap-slick1-dots {
    position: absolute;
    width: 76%;
    height: 29px;
    right: 78px;
    bottom: 0px;
}
.wrap-content-slide1 .txt1 {
    font-size: 24px;
    text-align: center;
}
.wrap-content-slide1 .tit1 {
    font-size: 21px;
    text-transform: capitalize;
    text-align: center;
}
.p-r-15 {
    padding-right: 0px;
}
.item-gallery-footer {
    display: block;
    position: relative;
    width:calc((100% - -92.6px) / 4.6 );
    margin-right: 10px;
    margin-bottom: 10px;
}
.two-forths {
    width: 100%;
    margin: 0 3.3% 19px 0;
    padding: 0px 20px 0px 20px;
    float: left;
    border: #CCCCCC double 1px;
}
.banner-info6, .banner-info7, .banner-info8 , .banner-info9 {
    min-height: 214px;
}
.item-slick1 {
    height:51.3vh;
}
.wrap-content-slide1 .tit1 {
    font-size: 23px;
}
.m-b-15 {
    margin-bottom: 12px;
}
.m-b-37 {
    margin-bottom: 214px;
}
.wrap-content-slide1 .txt1 {
    font-size: 28px;
}
.margin_60_35 {
    padding-top:42px;
    padding-bottom:40px;
}
.res {
    position: relative;
    border-radius: 0;
    border: 0;
    color: #fff;
    padding: 0;
    margin: 44px auto 0;
    z-index: 2;
}
div#reservation-box {
    background: rgba(255, 255, 255, 0.77);
    display: block;
    box-shadow: 0px 0px 0px #666;
    width: 100%;
    height: 154px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 60;
    border: 0px double #57584d;
    margin: 0 auto;
    /* border-radius: 30px 0px 30px 0px; */
    -moz-border-radius: 30px 0px 30px 0px;
    -o-border-radius: 30px 0px 30px 0px;
    /* -webkit-border-radius: 30px 0px 30px 0px; */
    -webkit-box-shadow: 0 0 30px 0 rgba(34,30,24,.5);
    -moz-box-shadow: 0 0 30px 0 rgba(34,30,24,.5);
    box-shadow: 0 0 30px 0 rgba(34,30,24,.5);
}
#b_availSubmit {
    clear: none;
    float: none !important;
    margin-top: 1.2em;
    text-align: right;
}
#b_availSubmit input {
background:#003580 !important;
cursor:pointer;
color:#fff;
}
#b_availSubmit input:hover {
background:#ff6600 !important;
cursor:pointer;
color:#fff;
}
.b_availFormInner {
    background-color: #EAEAEA;
    overflow: hidden;
    padding:0em 0em 0.8em  0.4em !important;
    _height: 1%;
}
#prim, .text1 {
    position: absolute;
    top: 0px !important;
    left: 0px !important;
    width: 100% !important;
    height: 119px;
    z-index: 99;
}
#b_availCheckIn {
    padding-right: 1.2em !important;
}
.resr_form {
    display: block;
}
.resr_form {
    width:95%;
    margin-top: 60px;
}
.resr_form {
    padding: 20px 0px 20px 16px;
    z-index: 11;
    -webkit-box-shadow: 0 0 30px 0 rgba(34,30,24,.5);
    -moz-box-shadow: 0 0 30px 0 rgba(34,30,24,.5);
    box-shadow: 0 0 30px 0 rgba(34,30,24,.5);
    position: relative;
    margin: 0 auto;
    margin-top: 59px;
}
.resr_form {
    top: 0;
}
.resr_form h2 {
    text-align: center;
    width: 95%;
}
.resr_form h2, .resr_form_inner h2 {
    margin-top: -59px;
    font-weight: 500;
    width: 32.3%;
    margin-left: -15px;
    background: #e74611;
    color: #fff;
    font-size: 1.4em;
    padding: 10px 10px 10px 20px;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    line-height: 1em;
    text-align: left;
}
.resr_form input, .resr_form_inner input {
    background: url(https://www.bestwesternlindale.com/images/sprite.png) no-repeat 163px -18px #d9d9d9;
    border: 1px solid #8a8888;
    width:47.8%;
    margin-bottom: 10px;
    height: 35px;
    float: left;
}
.resr_form select, .resr_form_inner select {
    float: left;
    width:31.3%;
    height: 35px;
    background: url(https://www.bestwesternlindale.com/images/sprite.png) no-repeat 126px -100px #d9d9d9;
}
.resr_form button, .resr_form_inner button {
    background: #65686f;
    height: 35px;
    width:47.9%;
    border: 0;
    color: #fff;
}
.footer-address {
    width: 100%;
    max-width: 100%;
    margin-right:0px;
	margin-bottom: 22px;
}
.footer-link {
    width: 100%;
    max-width: 100%;
    margin-right: 46px;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 15px;
    margin-bottom: 30px;
}
.link ul li {
    list-style-type: none;
    margin: 0 0 0px;
    background: url(https://www.bestwesternlindale.com/images/4.png) no-repeat 0 10px;
    padding-left: 2em;
    width: 100%;
    display: block;
    float: left;
}
}
@media (min-width: 480px) and (max-width:599px ) {
.star-banner {
    width:67%;
    float: none;
    margin-top: 23px;
}
.margin_60_355 {
    padding-top: 0px;
    padding-bottom: 40px;
}
.pre-header { display:block}
.wrap-menu-header {
    position: relative;
    width: 100%;
    height: 120px;
    top: 0px !important;
    left: 0;
    z-index: 0;
    border-top: 0px solid #9c0304;
}
.wrap_header {
    height: 80px;
    padding-top:45px;
}
.wrap-menu-header1 {
    position: relative;
    width:100%;
    height:120px;
    top: 0px;
    left: 0;
    z-index: 100;
    border-top: 0px solid #9c0304;
}
.wrap_header1 {
    height: 80px;
    padding-top:50px;
}
.res1 {
    position: relative;
    border-radius: 0;
    border: 0;
    color: #fff;
    padding: 0;
    margin: 0px;
    z-index: 2;
    width: 100%;
    left: 0px;
    bottom: 0px;
    /* border-bottom: 5px solid #ec1d25; */
}
.margin_60_351 {
    padding-top: 106px;
    padding-bottom: 40px;
}
.margin_60_352 {
    padding-top:200px !important;
    padding-bottom: 40px;
}
.gradient1 {
    background: -webkit-linear-gradient(rgba(0,0,0,0.6) , rgba(0,0,0,0));
    background: -o-linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0));
    background: -moz-linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0));
    background: rgba(0,0,0,0.6);
}
.btn-show-sidebar {
    width: 26px;
    height: 15px;
    border-top: 2px solid white;
    border-middle: 2px solid white;
    border-bottom: 2px solid white;
    display: block;
	margin-top: 22px;
}
.btn-show-sidebar:hover {
    border-top: 2px solid #ec1d25;
    border-bottom: 2px solid #ec1d25;
    margin-top: 22px;
}
.pull-left {
    float: left;
    padding-right: 20px;
    display:none;
}
.pre-address-b { display:block;
    height: auto;
    padding-top: 0px;
    padding-left: 20px;
    border-left: 1px solid rgba(255,255,255,0.1);
}
.banner-info6, .banner-info7, .banner-info8, .banner-info9 {
    min-height: 171px;
}
.banner1 {
    z-index: 1;
    background-size: cover;
    min-height: 354px;
}
.item-gallery-footer {
    display: block;
    position: relative;
    width:calc((100% - -92.6px) / 4.6 );
    margin-right: 10px;
    margin-bottom: 10px;
}
.two-forths {
    width: 100%;
    margin: 0 3.3% 19px 0;
    padding: 0px 20px 0px 20px;
    float: left;
    border: #CCCCCC double 1px;
}
.back-col {
    background: rgba(0,0,0,0.7);
    margin: 1%;
    max-width: 100%;
}
.row {
    margin-right: 0px;
    /* margin-left: -15px; */
}
.col-xs-12 {
    width: 100%;
}
.col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
}
.footer-address {
    width: 100%;
    max-width: 100%;
    margin-right:0px;
	margin-bottom: 22px;
}
.footer-link {
    width: 100%;
    max-width: 100%;
    margin-right: 46px;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 15px;
    margin-bottom: 30px;
}
.link ul li {
    list-style-type: none;
    margin: 0 0 0px;
    background: url(https://www.bestwesternlindale.com/images/4.png) no-repeat 0 10px;
    padding-left: 2em;
    width: 100%;
    display: block;
    float: left;
}
.previlege {
    width: 50%;
    float: none;
    margin: 0 auto;
}
.facility-ico {
    border: 1px solid #999;
    margin: 0% 0% 5% 1%;
    padding:6%;
}
.banner-info6, .banner-info7, .banner-info8 .banner-info9 {
    min-height: 171px;
}
.item-slick1 {
    height:40.9vh;
}	
.margin_60_35 {
    padding-top: 37px;
    padding-bottom: 40px;
}
h1.main_title a {
    color: #53a7f0;
    font-size:21px;
	line-height:1.4;
}
h1.main_title span, h2.main_title span {
    display: block;
    color: #999;
    font-size: 19px;
    text-transform: none;
}

.p-t-150 {
    padding-top: 56px;
}
.wrap-content-slide1 .txt1 {
    font-size: 24px;
    text-align: center;
}
.wrap-content-slide1 .tit1 {
    font-size: 21px;
    text-transform: capitalize;
    text-align: center;
}
.p-r-15 {
    padding-right: 0px;
}
.res {
    position: relative;
    border-radius: 0;
    border: 0;
    color: #fff;
    padding: 0;
    margin: 44px auto 0;
    z-index: 2;
}
div#reservation-box {
    background: rgba(255, 255, 255, 0.77);
    display: block;
    box-shadow: 0px 0px 0px #666;
    width: 100%;
    height: 190px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 60;
    border: 0px double #57584d;
    margin: 0 auto;
    /* border-radius: 30px 0px 30px 0px; */
    -moz-border-radius: 30px 0px 30px 0px;
    -o-border-radius: 30px 0px 30px 0px;
    /* -webkit-border-radius: 30px 0px 30px 0px; */
    -webkit-box-shadow: 0 0 30px 0 rgba(34,30,24,.5);
    -moz-box-shadow: 0 0 30px 0 rgba(34,30,24,.5);
    box-shadow: 0 0 30px 0 rgba(34,30,24,.5);
}
#b_availSubmit {
    clear: none;
    float: none !important;
    margin-top: 1.2em;
    text-align: right;
}
#b_availSubmit input {
background:#003580 !important;
cursor:pointer;
color:#fff;
}
#b_availSubmit input:hover {
background:#ff6600 !important;
cursor:pointer;
color:#fff;
}
.b_availFormInner {
    background-color: #EAEAEA;
    overflow: hidden;
    padding:0em 0em 0.8em  0.4em !important;
    _height: 1%;
}
#prim, .text1 {
    position: absolute;
    top: -4px !important;
    left: -6px !important;
    width: 100% !important;
    height: 119px;
    z-index: 99;
}
#b_availCheckIn {
    padding-right: 1.2em !important;
}
.resr_form {
    display: block;
}
.resr_form {
    width:93%;
    margin-top: 60px;
}
.resr_form {
    padding: 20px 0px 20px 16px;
    z-index: 11;
    -webkit-box-shadow: 0 0 30px 0 rgba(34,30,24,.5);
    -moz-box-shadow: 0 0 30px 0 rgba(34,30,24,.5);
    box-shadow: 0 0 30px 0 rgba(34,30,24,.5);
    position: relative;
    margin: 0 auto;
    margin-top: 59px;
}
.resr_form {
    top: 0;
}
.resr_form h2 {
    text-align: center;
    width: 95%;
}
.resr_form h2, .resr_form_inner h2 {
    margin-top: -59px;
    font-weight: 500;
    width:39%;
    margin-left: -15px;
    background: #e74611;
    color: #fff;
    font-size: 1.4em;
    padding: 10px;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    line-height: 1em;
    text-align: center;
}
.resr_form input, .resr_form_inner input {
    background: url(https://www.bestwesternlindale.com/images/sprite.png) no-repeat 99px -18px #d9d9d9;
    border: 1px solid #8a8888;
    width: 46%;
    margin-bottom: 10px;
    height: 35px;
    float: left;
}
.resr_form select, .resr_form_inner select {
    float: left;
    width: 29.9%;
    height: 35px;
    background: url(https://www.bestwesternlindale.com/images/sprite.png) no-repeat 85px -100px #d9d9d9;
}
.resr_form button, .resr_form_inner button {
    background: #65686f;
    height: 35px;
    width: 46%;
    border: 0;
    color: #fff;
}
.pull-left {
    float: left;
    padding-right:0px;
}
.m-b-15 {
    margin-bottom: 4px;
}
}
@media (min-width: 400px) and (max-width:479px ) {
.margin_60_355 {
    padding-top: 0px;
    padding-bottom: 40px;
}
.pre-header { display:block}
.wrap-menu-header {
    position: relative;
    width: 100%;
    height: 120px;
    top: 0px !important;
    left: 0;
    z-index: 0;
    border-top: 0px solid #9c0304;
}
.wrap_header {
    height: 80px;
    padding-top:45px;
}
.wrap-menu-header1 {
    position: relative;
    width:100%;
    height:120px;
    top: 0px;
    left: 0;
    z-index: 100;
    border-top: 0px solid #9c0304;
}
.wrap_header1 {
    height: 80px;
    padding-top:50px;
}
.res1 {
    position: relative;
    border-radius: 0;
    border: 0;
    color: #fff;
    padding: 0;
    margin: 0px;
    z-index: 2;
    width: 100%;
    left: 0px;
    bottom: 0px;
    /* border-bottom: 5px solid #ec1d25; */
}
.margin_60_351 {
    padding-top: 17px;
    padding-bottom: 40px;
}
.margin_60_352 {
    padding-top:150px !important;
    padding-bottom: 40px;
}
.gradient1 {
    background: -webkit-linear-gradient(rgba(0,0,0,0.6) , rgba(0,0,0,0));
    background: -o-linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0));
    background: -moz-linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0));
    background: rgba(0,0,0,0.6);
}
.btn-show-sidebar {
    width: 26px;
    height: 15px;
    border-top: 2px solid white;
    border-middle: 2px solid white;
    border-bottom: 2px solid white;
    display: block;
	margin-top: 22px;
}
.btn-show-sidebar:hover {
    border-top: 2px solid #ec1d25;
    border-bottom: 2px solid #ec1d25;
    margin-top: 22px;
}
.pull-left {
    float: left;
    padding-right: 20px;
    display: none;
}
.tit2 {
    font-family: Courgette;
    font-size: 27px;
    line-height: 1.2;
    color: #d61c22;
    text-shadow: 1px 1px 1px #000;
}
.p-r-15 {
padding:0px;
}

h1.main_title span, h2.main_title span {
    display: block;
    color: #999;
    font-size: 16px;
    text-transform: none;
}
h1.main_title a {
    color: #53a7f0;
    font-size: 18px;
}
p.lead.styled {
    text-align: justify;
    font-size: 13px;
    margin-bottom: 20px;
    line-height: 25px;
    font-weight: 300;
}
a {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.3;
    color: #666666;
    margin: 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
.banner1 {
    z-index: 1;
    background-size: cover;
    min-height: 397px;
}
.item-gallery-footer {
    display: block;
    position: relative;
    width:calc((100% - -92.6px) / 4.6 );
    margin-right: 10px;
    margin-bottom: 10px;
}
.two-forths {
    width: 100%;
    margin: 0 3.3% 19px 0;
    padding: 0px 20px 0px 20px;
    float: left;
    border: #CCCCCC double 1px;
}
.wrap-content-slide1 .tit1 {
    font-size: 21px;
    text-transform: capitalize;
    display: none;
}
.social i {
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 9px 10px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all ease .3s;
    -moz-transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    -ms-transition: all ease .3s;
}
.row {
    margin-right: 0px;
    /* margin-left: -15px; */
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    /* padding-right: 15px; */
    /* padding-left: 15px; */
}
.col-md-4 {
    width: 100%;
    max-width: 100%;
}
.categories1 ul li {
    list-style-type: none;
    background: url(https://www.bestwesternlindale.com/images/4.png) no-repeat 0 7px;
    display: block;
    padding-left: 2em;
    margin: 1em -20px;
    font-size: 14px;
    color: #000000;
    text-align: justify;
    width: 100%;
}
.footer-address {
    width: 100%;
    max-width: 100%;
    margin-right: 46px;
}
.footer-link {
    width: 100%;
    max-width: 100%;
    margin-right: 46px;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 30px;
    margin-bottom: 15px;
}
.link ul li {
    list-style-type: none;
    margin: 0 0 0px;
    background: url(https://www.bestwesternlindale.com/images/4.png) no-repeat 0 10px;
    padding-left: 2em;
    width: 100%;
    display: block;
    float: none;
}
.footer-gallery {
    margin-right: 0px;
    margin-top: 15px;
}
.previlege {
    width: 50%;
    float: none;
    margin: 0 auto;
}
.col-md-6 {
    flex: 100%;
    max-width: 100%;
}
.col-xs-12 {
    width: 100%;
}
.back-col {
    background: rgba(0,0,0,0.7);
    margin: 1%;
    max-width: 100%;
}
.banner-info10 iframe {
    width: 100%;
    height: 237px;
}
.banner-info10 {
    min-height: 242px;
}

.well {
    min-height: 20px;
    margin-bottom: -60px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    margin-top: 140px;
}
.margin_60_35 {
    padding-top:200px;
    padding-bottom: 40px;
}
.two-forths {
    width: 100%!important;
    margin: 0 3.3% 17px 0;
    padding: 0px 20px 0px 20px;
    float: left;
    border: #CCCCCC double 1px;
}

.banner-info5,.banner-info6, .banner-info7, .banner-info8 , .banner-info9{
    min-height: 128px;
}
.item-slick1 {
    height: 30vh;
}	
.res {
    position: relative;
    border-radius: 0;
    border: 0;
    color: #fff;
    padding: 0;
    margin: 44px auto 0;
    z-index: 2;
}
.wrap-content-slide1 .txt1 {
	display:none
  }	
div#reservation-box {
    background: rgba(255, 255, 255, 0.77);
    display: block;
    box-shadow: 0px 0px 0px #666;
    width: 100%;
    height: 197px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 60;
    border: 0px double #57584d;
    margin: 0 auto;
    /* border-radius: 30px 0px 30px 0px; */
    -moz-border-radius: 30px 0px 30px 0px;
    -o-border-radius: 30px 0px 30px 0px;
    /* -webkit-border-radius: 30px 0px 30px 0px; */
    -webkit-box-shadow: 0 0 30px 0 rgba(34,30,24,.5);
    -moz-box-shadow: 0 0 30px 0 rgba(34,30,24,.5);
    box-shadow: 0 0 30px 0 rgba(34,30,24,.5);
}
#b_availSubmit {
    clear: none;
    float: none !important;
    margin-top: 1.2em;
    text-align: right;
}
#b_availSubmit input {
background:#003580 !important;
cursor:pointer;
color:#fff;
}
#b_availSubmit input:hover {
background:#ff6600 !important;
cursor:pointer;
color:#fff;
}
.b_availFormInner {
    background-color: #EAEAEA;
    overflow: hidden;
    padding: 0.4em !important;
    _height: 1%;
}
.b_availDatesInner select {
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    color: #333;
    font-size: 100%;
    padding: 6.6px !important;
}
#prim, .text1 {
    position: absolute;
    top: -4px !important;
    left: -9px !important;
    width: 101% !important;
    height: 119px;
    z-index: 99;
}
.resr_form {
    display: block;
}
.resr_form {
    width: 100%;
    margin-top: 60px;
}
.resr_form {
    padding: 20px 0px 20px 17px;
    z-index: 11;
    -webkit-box-shadow: 0 0 30px 0 rgba(34,30,24,.5);
    -moz-box-shadow: 0 0 30px 0 rgba(34,30,24,.5);
    box-shadow: 0 0 30px 0 rgba(34,30,24,.5);
    position: relative;
    margin: 0 auto;
    margin-top: 59px;
}
.resr_form {
    top: 0;
}
.resr_form h2 {
    text-align: center;
    width: 95%;
}
.resr_form h2, .resr_form_inner h2 {
    margin-top: -59px;
    font-weight: 500;
    width: 97.4%;
    margin-left: -4px;
    background: #e74611;
    color: #fff;
    font-size: 1.4em;
    padding: 10px;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    line-height: 1em;
    text-align: center;
}
.resr_form input, .resr_form_inner input {
    width:99.4%;
    margin-bottom: 10px;
    background:url(https://www.bestwesternlindale.com/images/sprite.png) no-repeat -29px -178px rgba(5, 32, 72, 0.9);
    color: #ffffff;
    font-size: 14px;
    padding-left: 9px;
    height: 40px;
	margin-top: 6px;
    margin-bottom: 10px;
    margin-right: 10px;
    float: left;
    border: 1px solid #8a8888;
}
.resr_form_inner select, .resr_form select {
    /* width: 29.9%; */
    margin-bottom: 10px;
    background: url(https://www.bestwesternlindale.com/images/sprite.png) no-repeat right -217px rgba(5, 32, 72, 0.9);
    color: #ffffff;
    font-size: 14px;
    padding-left: 9px;
    height: 40px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right:-0.8px;
    /* float: left; */
    border: 1px solid #8a8888;
    -moz-appearance: none;
}
.resr_form button, .resr_form_inner button {
    background: #0F79BF;
    height: 40px;
    width:95.6%;
    margin: 0 auto;
    border: 0;
    font-weight: normal;
    color: #fff;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    cursor: pointer;
    padding: 5px 15px 7px 15px;
    display: inline-block;
    outline: none;
    font-size: 16px;
    border-radius: 3px;
    margin-top: 14px;
    margin-bottom: 0px;
}
}
@media (min-width: 386px) and (max-width:399px ) {
.star-banner {
    width:72%;
    float: none;
    margin-top: 23px;
}
.margin_60_355 {
    padding-top: 0px;
    padding-bottom: 40px;
}
.pre-header { display:block}
.wrap-menu-header {
    position: relative;
    width: 100%;
    height: 120px;
    top: 0px !important;
    left: 0;
    z-index: 0;
    border-top: 0px solid #9c0304;
}
.wrap_header {
    height: 80px;
    padding-top:45px;
}
.wrap-menu-header1 {
    position: relative;
    width:100%;
    height:120px;
    top: 0px;
    left: 0;
    z-index: 100;
    border-top: 0px solid #9c0304;
}
.wrap_header1 {
    height: 80px;
    padding-top:50px;
}
.res1 {
    position: relative;
    border-radius: 0;
    border: 0;
    color: #fff;
    padding: 0;
    margin: 0px;
    z-index: 2;
    width: 100%;
    left: 0px;
    bottom: 0px;
    /* border-bottom: 5px solid #ec1d25; */
}
.margin_60_351 {
    padding-top: 111px;
    padding-bottom: 40px;
}
.margin_60_352 {
    padding-top:250px !important;
    padding-bottom: 40px;
}
.gradient1 {
    background: -webkit-linear-gradient(rgba(0,0,0,0.6) , rgba(0,0,0,0));
    background: -o-linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0));
    background: -moz-linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0));
    background: rgba(0,0,0,0.6);
}
.btn-show-sidebar {
    width: 26px;
    height: 15px;
    border-top: 2px solid white;
    border-middle: 2px solid white;
    border-bottom: 2px solid white;
    display: block;
	margin-top: 22px;
}
.btn-show-sidebar:hover {
    border-top: 2px solid #ec1d25;
    border-bottom: 2px solid #ec1d25;
    margin-top: 22px;
}
.pull-left {
    float: left;
    padding-right: 20px;
    display: none;
}
.tit2 {
    font-family: Courgette;
    font-size: 27px;
    line-height: 1.2;
    color: #d61c22;
    text-shadow: 1px 1px 1px #000;
}
.p-r-15 {
padding:0px;
}

h1.main_title span, h2.main_title span {
    display: block;
    color: #999;
    font-size: 16px;
    text-transform: none;
}
h1.main_title a {
    color: #53a7f0;
    font-size: 18px;
}
p.lead.styled {
    text-align: justify;
    font-size: 13px;
    margin-bottom: 20px;
    line-height: 25px;
    font-weight: 300;
}
a {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.3;
    color: #666666;
    margin: 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
.banner1 {
    z-index: 1;
    background-size: cover;
    min-height: 397px;
}
.item-gallery-footer {
    display: block;
    position: relative;
    width:calc((100% - -92.6px) / 4.6 );
    margin-right: 10px;
    margin-bottom: 10px;
}
.two-forths {
    width: 100%;
    margin: 0 3.3% 19px 0;
    padding: 0px 20px 0px 20px;
    float: left;
    border: #CCCCCC double 1px;
}
.wrap-content-slide1 .tit1 {
    font-size: 21px;
    text-transform: capitalize;
    display: none;
}
.social i {
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 9px 10px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all ease .3s;
    -moz-transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    -ms-transition: all ease .3s;
}
.row {
    margin-right: 0px;
    /* margin-left: -15px; */
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    /* padding-right: 15px; */
    /* padding-left: 15px; */
}
.col-md-4 {
    width: 100%;
    max-width: 100%;
}
.categories1 ul li {
    list-style-type: none;
    background: url(https://www.bestwesternlindale.com/images/4.png) no-repeat 0 7px;
    display: block;
    padding-left: 2em;
    margin: 1em -20px;
    font-size: 14px;
    color: #000000;
    text-align: justify;
    width: 100%;
}
.footer-address {
    width: 100%;
    max-width: 100%;
    margin-right: 46px;
}
.footer-link {
    width: 100%;
    max-width: 100%;
    margin-right: 46px;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 30px;
    margin-bottom: 15px;
}
.link ul li {
    list-style-type: none;
    margin: 0 0 0px;
    background: url(https://www.bestwesternlindale.com/images/4.png) no-repeat 0 10px;
    padding-left: 2em;
    width: 100%;
    display: block;
    float: none;
}
.footer-gallery {
    margin-right: 0px;
    margin-top: 15px;
}
.previlege {
    width: 50%;
    float: none;
    margin: 0 auto;
}
.col-md-6 {
    flex: 100%;
    max-width: 100%;
}
.col-xs-12 {
    width: 100%;
}
.back-col {
    background: rgba(0,0,0,0.7);
    margin: 1%;
    max-width: 100%;
}
.banner-info10 iframe {
    width: 100%;
    height: 237px;
}
.banner-info10 {
    min-height: 242px;
}

.well {
    min-height: 20px;
    margin-bottom: -60px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    margin-top: 22px;
}
.margin_60_35 {
    padding-top:198px;
    padding-bottom: 40px;
}
.two-forths {
    width: 100%!important;
    margin: 0 3.3% 17px 0;
    padding: 0px 20px 0px 20px;
    float: left;
    border: #CCCCCC double 1px;
}

.banner-info5,.banner-info6, .banner-info7, .banner-info8 , .banner-info9{
    min-height: 128px;
}
.item-slick1 {
    height: 30vh;
}	
.b_availDatesInner select {
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    color: #333;
    font-size: 100%;
}
.b_availDatesInner {
    float: left;
    width: auto;
    margin-bottom:0em !important;
}
.res {
    position: relative;
    border-radius: 0;
    border: 0;
    color: #fff;
    padding: 0;
    margin: 44px auto 0;
    z-index: 2;
}
.wrap-content-slide1 .txt1 {
	display:none
  }	
div#reservation-box {
    background: rgba(255, 255, 255, 0.77);
    display: block;
    box-shadow: 0px 0px 0px #666;
    width: 100%;
    height: 209px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 60;
    border: 0px double #57584d;
    margin: 0 auto;
    /* border-radius: 30px 0px 30px 0px; */
    -moz-border-radius: 30px 0px 30px 0px;
    -o-border-radius: 30px 0px 30px 0px;
    /* -webkit-border-radius: 30px 0px 30px 0px; */
    -webkit-box-shadow: 0 0 30px 0 rgba(34,30,24,.5);
    -moz-box-shadow: 0 0 30px 0 rgba(34,30,24,.5);
    box-shadow:0 0 3px 0 rgba(34,30,24,.5);
}
#b_availSubmit {
    clear: none;
    float: none !important;
    margin-top: 1.2em;
    text-align: right;
}
#b_availSubmit input {
background:#003580 !important;
cursor:pointer;
color:#fff;
}
#b_availSubmit input:hover {
background:#ff6600 !important;
cursor:pointer;
color:#fff;
}
.b_availFormInner {
    background-color: #EAEAEA;
    overflow: hidden;
    padding:1.3em 0em 0.5em 0.8em !important;
    _height: 1%;
}
#prim, .text1 {
    position: absolute;
    top: -4px !important;
    left: -9px !important;
    width: 100% !important;
    height: 119px;
    z-index: 99;
}
.resr_form {
    display: block;
}
.resr_form {
    width: 100%;
    margin-top: 60px;
}
.resr_form {
    padding: 20px 0px 20px 16px;
    z-index: 11;
    -webkit-box-shadow: 0 0 30px 0 rgba(34,30,24,.5);
    -moz-box-shadow: 0 0 30px 0 rgba(34,30,24,.5);
    box-shadow: 0 0 30px 0 rgba(34,30,24,.5);
    position: relative;
    margin: 0 auto;
    margin-top: 59px;
}
.resr_form {
    top: 0;
}
.resr_form h2 {
    text-align: center;
    width: 95%;
}
.resr_form h2, .resr_form_inner h2 {
    margin-top: -59px;
    font-weight: 500;
    width: 97.4%;
    margin-left: -4px;
    background: #e74611;
    color: #fff;
    font-size: 1.4em;
    padding: 10px;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    line-height: 1em;
    text-align: center;
}
.resr_form input, .resr_form_inner input {
    width:97%;
    margin-bottom: 10px;
    background:url(https://www.bestwesternlindale.com/images/sprite.png) no-repeat -29px -178px rgba(5, 32, 72, 0.9);
    color: #ffffff;
    font-size: 14px;
    padding-left: 9px;
    height: 40px;
	margin-top: 16px;
    margin-bottom: 10px;
    margin-right: 10px;
    float: left;
    border: 1px solid #8a8888;
}
.resr_form_inner select, .resr_form select {
    /* width: 29.9%; */
    margin-bottom: 10px;
    background:url(https://www.bestwesternlindale.com/images/sprite.png) no-repeat -72px -285px #fff !important;
    color: #ffffff;
    font-size: 14px;
    padding-left: 9px;
    height: 40px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right:6px;
    /* float: left; */
    border: 1px solid #8a8888;
    -moz-appearance: none;
	padding:2px 20px 2px 10px !important;
}
.resr_form button, .resr_form_inner button {
    background: #0F79BF;
    height: 40px;
    width:95.6%;
    margin: 0 auto;
    border: 0;
    font-weight: normal;
    color: #fff;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    cursor: pointer;
    padding: 5px 15px 7px 15px;
    display: inline-block;
    outline: none;
    font-size: 16px;
    border-radius: 3px;
    margin-top: 14px;
    margin-bottom: 0px;
}
}

@media (min-width: 360px) and (max-width:385px ) {
.star-banner {
    width:76%;
    float: none;
    margin-top: 23px;
}
.margin_60_355 {
    padding-top: 0px;
    padding-bottom: 40px;
}
.pre-header { display:block}
.wrap-menu-header {
    position: relative;
    width: 100%;
    height: 120px;
    top: 0px !important;
    left: 0;
    z-index: 0;
    border-top: 0px solid #9c0304;
}
.wrap_header {
    height: 80px;
    padding-top: 53px;
}
.wrap-menu-header1 {
    position: relative;
    width:100%;
    height:120px;
    top: 0px;
    left: 0;
    z-index: 100;
    border-top: 0px solid #9c0304;
}
.wrap_header1 {
    height: 80px;
    padding-top:50px;
}
.res1 {
    position: relative;
    border-radius: 0;
    border: 0;
    color: #fff;
    padding: 0;
    margin: 0px;
    z-index: 2;
    width: 100%;
    left: 0px;
    bottom: 0px;
    /* border-bottom: 5px solid #ec1d25; */
}
.margin_60_351 {
    padding-top: 34px;
    padding-bottom: 40px;
}
.margin_60_352 {
    padding-top:147px;
    padding-bottom: 40px;
}
.gradient1 {
    background: -webkit-linear-gradient(rgba(0,0,0,0.6) , rgba(0,0,0,0));
    background: -o-linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0));
    background: -moz-linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0));
    background: rgba(0,0,0,0.6);
}
.btn-show-sidebar {
    width: 26px;
    height: 15px;
    border-top: 2px solid white;
    border-middle: 2px solid white;
    border-bottom: 2px solid white;
    display: block;
	margin-top: 22px;
}
.btn-show-sidebar:hover {
    border-top: 2px solid #ec1d25;
    border-bottom: 2px solid #ec1d25;
    margin-top: 22px;
}
.pull-left {
    float: left;
    padding-right: 20px;
    display: none;
}
.tit2 {
    font-family: Courgette;
    font-size: 27px;
    line-height: 1.2;
    color: #d61c22;
    text-shadow: 1px 1px 1px #000;
}
.p-r-15 {
padding:0px;
}

h1.main_title span, h2.main_title span {
    display: block;
    color: #999;
    font-size: 16px;
    text-transform: none;
}
h1.main_title a {
    color: #53a7f0;
    font-size: 18px;
}
p.lead.styled {
    text-align: justify;
    font-size: 13px;
    margin-bottom: 20px;
    line-height: 25px;
    font-weight: 300;
}
a {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.3;
    color: #666666;
    margin: 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
.banner1 {
    z-index: 1;
    background-size: cover;
    min-height: 397px;
}
.item-gallery-footer {
    display: block;
    position: relative;
    width:calc((100% - -92.6px) / 4.6 );
    margin-right: 10px;
    margin-bottom: 10px;
}
.two-forths {
    width: 100%;
    margin: 0 3.3% 19px 0;
    padding: 0px 20px 0px 20px;
    float: left;
    border: #CCCCCC double 1px;
}
.wrap-content-slide1 .tit1 {
    font-size: 21px;
    text-transform: capitalize;
    display: none;
}
.social i {
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 9px 10px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all ease .3s;
    -moz-transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    -ms-transition: all ease .3s;
}
.row {
    margin-right: 0px;
    /* margin-left: -15px; */
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    /* padding-right: 15px; */
    /* padding-left: 15px; */
}
.col-md-4 {
    width: 100%;
    max-width: 100%;
}
.categories1 ul li {
    list-style-type: none;
    background: url(https://www.bestwesternlindale.com/images/4.png) no-repeat 0 7px;
    display: block;
    padding-left: 2em;
    margin: 1em -20px;
    font-size: 14px;
    color: #000000;
    text-align: justify;
    width: 100%;
}
.footer-address {
    width: 100%;
    max-width: 100%;
    margin-right: 46px;
}
.footer-link {
    width: 100%;
    max-width: 100%;
    margin-right: 46px;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 30px;
    margin-bottom: 15px;
}
.link ul li {
    list-style-type: none;
    margin: 0 0 0px;
    background: url(https://www.bestwesternlindale.com/images/4.png) no-repeat 0 10px;
    padding-left: 2em;
    width: 100%;
    display: block;
    float: none;
}
.footer-gallery {
    margin-right: 0px;
    margin-top: 15px;
}
.previlege {
    width: 50%;
    float: none;
    margin: 0 auto;
}
.col-md-6 {
    flex: 100%;
    max-width: 100%;
}
.col-xs-12 {
    width: 100%;
}
.back-col {
    background: rgba(0,0,0,0.7);
    margin: 1%;
    max-width: 100%;
}
.banner-info10 iframe {
    width: 100%;
    height: 237px;
}
.banner-info10 {
    min-height: 242px;
}

.well {
    min-height: 20px;
    margin-bottom: -60px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    margin-top: 140px;
}
.margin_60_35 {
    padding-top:28px;
    padding-bottom: 40px;
}
.two-forths {
    width: 100%!important;
    margin: 0 3.3% 17px 0;
    padding: 0px 20px 0px 20px;
    float: left;
    border: #CCCCCC double 1px;
}

.banner-info5,.banner-info6, .banner-info7, .banner-info8 , .banner-info9{
    min-height: 128px;
}
.item-slick1 {
    height: 30vh;
}	
.b_availDatesInner select {
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    color: #333;
    font-size: 100%;
    padding:1.5px 18.8px 1.5px 9.9px !important;
}
.res {
    position: relative;
    border-radius: 0;
    border: 0;
    color: #fff;
    padding: 0;
    margin: 44px auto 0;
    z-index: 2;
}
.wrap-content-slide1 .txt1 {
	display:none
  }	
div#reservation-box {
    background: rgba(255, 255, 255, 0.77);
    display: block;
    box-shadow: 0px 0px 0px #666;
    width: 100%;
    height: 204px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 60;
    border: 0px double #57584d;
    margin: 0 auto;
    /* border-radius: 30px 0px 30px 0px; */
    -moz-border-radius: 30px 0px 30px 0px;
    -o-border-radius: 30px 0px 30px 0px;
    /* -webkit-border-radius: 30px 0px 30px 0px; */
    -webkit-box-shadow: 0 0 30px 0 rgba(34,30,24,.5);
    -moz-box-shadow: 0 0 30px 0 rgba(34,30,24,.5);
    box-shadow:0 0 15px 0 rgba(34,30,24,.5);
}
#b_availSubmit {
    clear: none;
    float: none !important;
    margin-top: 1.2em;
    text-align: right;
}
#b_availSubmit input {
background:#003580 !important;
cursor:pointer;
color:#fff;
}
#b_availSubmit input:hover {
background:#ff6600 !important;
cursor:pointer;
color:#fff;
}
.b_availFormInner {
    background-color: #EAEAEA;
    overflow: hidden;
    padding: 0.4em !important;
    _height: 1%;
}
#prim, .text1 {
    position: absolute;
    top: -4px !important;
    left: -9px !important;
    width: 100% !important;
    height: 119px;
    z-index: 99;
}
.resr_form {
    display: block;
}
.resr_form {
    top: 0;
    position: static;
    width: 100%;
    margin: 0;
    padding: 10px !important;
}
.resr_form {
    top: 0;
}
.resr_form h2 {
    text-align: center;
    width: 95%;
}
.resr_form h2, .resr_form_inner h2 {
    margin: 11px 0;
    text-align: center !important;
    width: 100%;
}
.resr_form input, .resr_form_inner input {
    margin-right: 0;
    background: url(https://www.bestwesternlindale.com/images/sprite.png) no-repeat 238px -15px #d9d9d9; width:100%;
}
.resr_form_inner select, .resr_form select {
    margin-right: 0;
    background: url(https://www.bestwesternlindale.com/images/sprite.png) no-repeat 291px -95px #d9d9d9;
}
.resr_form select {
    width: 100%;
}
.resr_form button, .resr_form_inner button {
    background: #000000;
    height: 38px;
    width: 100%;
    border: 0;
    font-weight: bold;
    color: #fff;
}
}

@media (min-width: 320px) and (max-width:359px ) {
.logo {
    height: 62px;
	margin-top: 6px;
}
.star-banner {
    width:79%;
    float: none;
    margin-top: 23px;
}
.margin_60_355 {
    padding-top: 0px;
    padding-bottom: 40px;
}
.pre-header { display:block}
.wrap-menu-header {
    position: relative;
    width: 100%;
    height: 120px;
    top: 0px !important;
    left: 0;
    z-index: 0;
    border-top: 0px solid #9c0304;
}
.wrap_header {
    height: 80px;
    padding-top: 53px;
}
.wrap-menu-header1 {
    position: relative;
    width:100%;
    height:120px;
    top: 0px;
    left: 0;
    z-index: 100;
    border-top: 0px solid #9c0304;
}
.wrap_header1 {
    height: 80px;
    padding-top:50px;
}
.margin_60_352 {
    padding-top:220px;
    padding-bottom: 40px;
}
.gradient1 {
    background: -webkit-linear-gradient(rgba(0,0,0,0.6) , rgba(0,0,0,0));
    background: -o-linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0));
    background: -moz-linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0));
    background: rgba(0,0,0,0.6);
}
.btn-show-sidebar {
    width: 26px;
    height: 15px;
    border-top: 2px solid white;
    border-middle: 2px solid white;
    border-bottom: 2px solid white;
    display: block;
	margin-top: 22px;
}

.btn-show-sidebar:hover {
    border-top: 2px solid #ec1d25;
    border-bottom: 2px solid #ec1d25;
    margin-top: 22px;
}


.btn-show-sidebar:last-child {
    border-bottom: 2px solid white;
}


.btn-show-sidebar:last-child {
    border-bottom: 2px solid white;
}

.btn-show-sidebar:hover:last-child{
	border-bottom: 2px solid #ec1d25;
}



.pull-left {
    float: left;
    padding-right: 20px;
    display: none;
}
.tit2 {
    font-family: Courgette;
    font-size: 27px;
    line-height: 1.2;
    color: #d61c22;
    text-shadow: 1px 1px 1px #000;
}
.p-r-15 {
padding:0px;
}

h1.main_title span, h2.main_title span {
    display: block;
    color: #999;
    font-size: 16px;
    text-transform: none;
}
h1.main_title a {
    color: #53a7f0;
    font-size: 18px;
}
p.lead.styled {
    text-align: justify;
    font-size: 13px;
    margin-bottom: 20px;
    line-height: 25px;
    font-weight: 300;
}
a {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.3;
    color: #666666;
    margin: 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
.banner1 {
    z-index: 1;
    background-size: cover;
    min-height: 397px;
}
.item-gallery-footer {
    display: block;
    position: relative;
    width:calc((100% - -92.6px) / 4.6 );
    margin-right: 10px;
    margin-bottom: 10px;
}
.two-forths {
    width: 100%;
    margin: 0 3.3% 19px 0;
    padding: 0px 20px 0px 20px;
    float: left;
    border: #CCCCCC double 1px;
}
.wrap-content-slide1 .tit1 {
    font-size: 21px;
    text-transform: capitalize;
    display: none;
}
.social i {
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 9px 10px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all ease .3s;
    -moz-transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    -ms-transition: all ease .3s;
}
.row {
    margin-right: 0px;
    /* margin-left: -15px; */
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    /* padding-right: 15px; */
    /* padding-left: 15px; */
}
.col-md-4 {
    width: 100%;
    max-width: 100%;
}
.categories1 ul li {
    list-style-type: none;
    background: url(https://www.bestwesternlindale.com/images/4.png) no-repeat 0 7px;
    display: block;
    padding-left: 2em;
    margin: 1em -20px;
    font-size: 14px;
    color: #000000;
    text-align: justify;
    width: 100%;
}
.footer-address {
    width: 100%;
    max-width: 100%;
    margin-right: 46px;
}
.footer-link {
    width: 100%;
    max-width: 100%;
    margin-right: 46px;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 30px;
    margin-bottom: 15px;
}
.link ul li {
    list-style-type: none;
    margin: 0 0 0px;
    background: url(https://www.bestwesternlindale.com/images/4.png) no-repeat 0 10px;
    padding-left: 2em;
    width: 100%;
    display: block;
    float: none;
}
.footer-gallery {
    margin-right: 0px;
    margin-top: 15px;
}
.previlege {
    width: 50%;
    float: none;
    margin: 0 auto;
}
.col-md-6 {
    flex: 100%;
    max-width: 100%;
}
.col-xs-12 {
    width: 100%;
}
.back-col {
    background: rgba(0,0,0,0.7);
    margin: 1%;
    max-width: 100%;
}
.banner-info10 iframe {
    width: 100%;
    height: 237px;
}
.banner-info10 {
    min-height: 242px;
}

.well {
    min-height: 20px;
    margin-bottom: -60px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    margin-top: 140px;
}
.margin_60_35 {
    padding-top:29px;
    padding-bottom:40px;
}
.margin_60_351 {
    padding-top: 28px;
    padding-bottom: 40px;
}
.two-forths {
    width: 100%!important;
    margin: 0 3.3% 17px 0;
    padding: 0px 20px 0px 20px;
    float: left;
    border: #CCCCCC double 1px;
}

.banner-info5,.banner-info6, .banner-info7, .banner-info8 , .banner-info9{
    min-height: 114.4px;
}
.item-slick1 {
    height: 30vh;
}	
.b_availDatesInner select {
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    color: #333;
    font-size: 100%;
    padding:2px 6.2px 2px 8.8px !important;
}

.res {
    position: relative;
    border-radius: 0;
    border: 0;
    color: #fff;
    padding: 0;
    margin: 44px auto 0;
    z-index: 2;
}
.res1 {
    position: relative;
    border-radius: 0;
    border: 0;
    color: #fff;
    padding: 0;
    margin: 0px;
    z-index: 2;
    width: 100%;
    left: 0px;
    bottom:0px;
    /* border-bottom: 5px solid #ec1d25; */
}
.wrap-content-slide1 .txt1 {
	display:none
  }	
div#reservation-box {
    background: rgba(255, 255, 255, 0.77);
    display: block;
    box-shadow: 0px 0px 0px #666;
    width: 100%;
    height: 199px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 60;
    border: 0px double #57584d;
    margin: 0 auto;
    /* border-radius: 30px 0px 30px 0px; */
    -moz-border-radius: 30px 0px 30px 0px;
    -o-border-radius: 30px 0px 30px 0px;
    /* -webkit-border-radius: 30px 0px 30px 0px; */
    -webkit-box-shadow: 0 0 30px 0 rgba(34,30,24,.5);
    -moz-box-shadow: 0 0 30px 0 rgba(34,30,24,.5);
    box-shadow: 0 0 30px 0 rgba(34,30,24,.5);
}
#b_availSubmit {
    clear: none;
    float: none !important;
    margin-top: 1.2em;
    text-align: right;
}
#b_availSubmit input {
background:#003580 !important;
cursor:pointer;
color:#fff;
}
#b_availSubmit input:hover {
background:#ff6600 !important;
cursor:pointer;
color:#fff;
}
.b_availFormInner {
    background-color: #EAEAEA;
    overflow: hidden;
    padding:0.4em 0.4em 0.4em 0.7em !important;
    _height: 1%;
}
#prim, .text1 {
    position: absolute;
    top: -4px !important;
    left: -9px !important;
    width: 100% !important;
    height: 119px;
    z-index: 99;
}
.resr_form {
    display: block;
}
.resr_form {
    width: 100%;
    margin-top: 60px;
}
.resr_form {
    padding: 20px 0px 20px 16px;
    z-index: 11;
    -webkit-box-shadow: 0 0 30px 0 rgba(34,30,24,.5);
    -moz-box-shadow: 0 0 30px 0 rgba(34,30,24,.5);
    box-shadow: 0 0 30px 0 rgba(34,30,24,.5);
    position: relative;
    margin: 0 auto;
    margin-top: 59px;
}
.resr_form {
    top: 0;
}
.resr_form h2, .resr_form_inner h2 {
    margin: 11px 0;
    text-align: center !important;
    width: 100%;
}


.resr_form input, .resr_form_inner input {
    margin-right: 0;
    background: url(https://www.bestwesternlindale.com/images/sprite.png) no-repeat 238px -15px #d9d9d9;
}

.resr_form {
    top: 0;
    position: static;
    width: 100%;
    margin: 0;
    padding: 10px !important;
}
.resr_form input, .resr_form_inner input, .resr_form_inner select, .resr_form select {
    width: 100%;
}

.resr_form_inner select, .resr_form select {
    margin-right: 0;
    background: url(https://www.bestwesternlindale.com/images/sprite.png) no-repeat 291px -95px #d9d9d9;
}

.resr_form select {
    width: 100%;
}
.resr_form button, .resr_form_inner button {
    background: #0F79BF;
    height: 38px;
    width: 100%;
    border: 0;
    font-weight: bold;
    color: #fff;
}
}

.five {
    font-size: 18px; color:#036;
    margin-bottom: 10px;
    /* background: rgba(234, 185, 168, 0.96); */
    /* padding-left: 5px; */
}
.categories ul{padding:0;margin:0; width:100%}
.categories ul li{list-style-type:none;background:url(https://www.bestwesternlindale.com/images/star.png) no-repeat 0 1px;display:block;padding-left:2em;margin:1em 0em;font-size:14px; text-transform:none; color:#555;}
.categories ul li a{font-size:14px;text-decoration:none;letter-spacing:1px; color: black;}
.categories ul li a:hover{text-decoration:none;color:#039}
.last-col2 {
    overflow: hidden;
}
@media (min-width: 1024px){
.categories1 ul li {
    list-style-type: none;
    background: url(https://www.bestwesternlindale.com/images/4.png) no-repeat 0 7px;
    display: block;
    padding-left: 2em;
    margin: 1em -20px;
    font-size: 14px;
    color: #000000;
    text-align: justify;
    width: 100%;
}

}
.categories1 ul li {
    list-style-type: none;
    background: url(https://www.bestwesternlindale.com/images/4.png) no-repeat 0 7px;
    display: block;
    padding-left: 2em;
    margin: 1em -20px;
    font-size: 14px;
    color: #000000;text-align: justify;
}